Smart Slider 3 - Version 3.5.1.7

Version Description

  • 26. May 2022 =
  • Fix: Major overhaul of the way the plugin deals with options. This should fix a some bugs and provide improved security. To enhance security the "JavaScript callbacks" option was removed. If you need to write custom codes to manipulate the slider follow this guide to learn how.
  • Fix: Improved check for valid values at layer content and name.
  • Fix: Aria-role attribute is renamed to role.
  • Fix: UIPress.co compatibility.
  • Fix: Grabbing cursor now properly displays when the slides are switching with mouse grabbing.
  • Fix: Fix for a Deprecated: preg_match(): Passing null to parameter #4 error in rare cases.
  • Fix: The CSS code that hides the Bullet thumbnail was strengthened to avoid 3rd party codes overriding it and messing up the layout.
  • Fix: The style tag for the Slide CSS will only be added to the HTML if it has any content.
  • Fix: The old default family, Montserrat is not used anymore at the backend so its call was removed.
  • Fix: Elementor has deprecated the controls_registered method so from 3.6.0 and above we use the new register method to include the Smart Slider widget to Elementor.
  • Fix: Compatibility fix for Divi on PHP 8.
  • Other: Translation related improvements, including unifying texts that do the same action on different places.
  • Other: Spanish translation is updated. Thanks, Rodrigo!
Download this release

Release Info

Developer nextendweb
Plugin Icon 128x128 Smart Slider 3
Version 3.5.1.7
Comparing to
See all releases

Code changes from version 3.5.1.4 to 3.5.1.7

Files changed (77) hide show
  1. Nextend/Framework/Asset/Css/Less/LessParser.php +3 -3
  2. Nextend/Framework/Asset/Predefined.php +0 -3
  3. Nextend/Framework/Font/FontStyle.php +10 -9
  4. Nextend/Framework/Parser/Font.php +0 -208
  5. Nextend/Framework/Parser/Link.php +13 -8
  6. Nextend/Framework/Parser/Style.php +0 -92
  7. Nextend/Framework/Sanitize.php +86 -6
  8. Nextend/Framework/Style/Style.php +16 -5
  9. Nextend/Framework/View/Html.php +7 -1
  10. Nextend/Languages/de_DE.mo +0 -0
  11. Nextend/Languages/de_DE.po +525 -282
  12. Nextend/Languages/es.mo +0 -0
  13. Nextend/Languages/es.po +405 -290
  14. Nextend/Languages/fi.mo +0 -0
  15. Nextend/Languages/fi.po +554 -290
  16. Nextend/Languages/fr_FR.mo +0 -0
  17. Nextend/Languages/fr_FR.po +745 -316
  18. Nextend/Languages/hu_HU.mo +0 -0
  19. Nextend/Languages/hu_HU.po +620 -309
  20. Nextend/Languages/it_IT.mo +0 -0
  21. Nextend/Languages/it_IT.po +672 -315
  22. Nextend/Languages/ja.mo +0 -0
  23. Nextend/Languages/ja.po +708 -310
  24. Nextend/Languages/nl_BE.mo +0 -0
  25. Nextend/Languages/nl_BE.po +1565 -545
  26. Nextend/Languages/nl_NL.mo +0 -0
  27. Nextend/Languages/nl_NL.po +1565 -545
  28. Nextend/Languages/pl_PL.mo +0 -0
  29. Nextend/Languages/pl_PL.po +874 -491
  30. Nextend/Languages/pt_BR.mo +0 -0
  31. Nextend/Languages/pt_BR.po +753 -316
  32. Nextend/Languages/ru_RU.mo +0 -0
  33. Nextend/Languages/ru_RU.po +761 -354
  34. Nextend/Languages/smartslider3.pot +88 -201
  35. Nextend/Languages/sv_SE.mo +0 -0
  36. Nextend/Languages/sv_SE.po +6343 -0
  37. Nextend/Languages/zh_CN.mo +0 -0
  38. Nextend/Languages/zh_CN.po +679 -346
  39. Nextend/Languages/zh_TW.mo +0 -0
  40. Nextend/Languages/zh_TW.po +591 -343
  41. Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderDeveloper.php +0 -6
  42. Nextend/SmartSlider3/Application/Admin/JavaScriptTranslation.php +1 -1
  43. Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php +2 -2
  44. Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php +1 -1
  45. Nextend/SmartSlider3/Application/Admin/Preview/Template/Full.php +2 -1
  46. Nextend/SmartSlider3/Application/Admin/Slides/Template/Edit.php +2 -1
  47. Nextend/SmartSlider3/Application/Frontend/Slider/Template/Iframe.php +2 -1
  48. Nextend/SmartSlider3/Application/Model/ModelGenerator.php +1 -1
  49. Nextend/SmartSlider3/Generator/WordPress/Posts/GeneratorGroupPosts.php +4 -2
  50. Nextend/SmartSlider3/Parser/Link/NextSlide.php +1 -1
  51. Nextend/SmartSlider3/Parser/Link/PreviousSlide.php +1 -1
  52. Nextend/SmartSlider3/Parser/Link/SlideEvent.php +1 -1
  53. Nextend/SmartSlider3/Parser/Link/ToSlide.php +1 -1
  54. Nextend/SmartSlider3/Parser/Link/ToSlideID.php +1 -1
  55. Nextend/SmartSlider3/Platform/WordPress/HelperTinyMCE.php +4 -4
  56. Nextend/SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php +1 -1
  57. Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php +1 -1
  58. Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/includes/modules/SmartSlider3/SmartSlider3.php +1 -1
  59. Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviModuleSmartSlider.php +2 -2
  60. Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/Elementor.php +42 -16
  61. Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider.php +1 -1
  62. Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/{ElementorWidgetDeprecatedSmartSlider.php → ElementorWidgetSmartSlider290.php} +1 -1
  63. Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider350.php +64 -0
  64. Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/options/option-types.php +1 -1
  65. Nextend/SmartSlider3/Renderable/Item/Button/ItemButtonFrontend.php +2 -1
  66. Nextend/SmartSlider3/Renderable/Item/Heading/ItemHeadingFrontend.php +2 -2
  67. Nextend/SmartSlider3/Renderable/Item/Text/ItemTextFrontend.php +5 -3
  68. Nextend/SmartSlider3/Slider/Feature/SlideBackground.php +2 -2
  69. Nextend/SmartSlider3/Slider/Feature/TranslateUrl.php +2 -1
  70. Nextend/SmartSlider3/Slider/FeatureManager.php +1 -2
  71. Nextend/SmartSlider3/Slider/Slide.php +1 -1
  72. Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeCss.php +2 -26
  73. Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockFrontend.php +1 -1
  74. Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleFrontend.php +2 -2
  75. Nextend/SmartSlider3/SmartSlider3Info.php +4 -4
  76. Nextend/SmartSlider3/Widget/Group/Bullet.php +1 -1
  77. Public/SmartSlider3/Application/Admin/Assets/dist/smartslider-admin.min.css +1 -1
Nextend/Framework/Asset/Css/Less/LessParser.php CHANGED
@@ -1349,7 +1349,7 @@ class LessParser {
1349
  if ($eatWhitespace === null) $eatWhitespace = $this->eatWhiteDefault;
1350
 
1351
  $r = '/' . $regex . ($eatWhitespace && !$this->writeComments ? '\s*' : '') . '/Ais';
1352
- if (preg_match($r, $this->buffer, $out, null, $this->count)) {
1353
  $this->count += strlen($out[0]);
1354
  if ($eatWhitespace && $this->writeComments) $this->whitespace();
1355
 
@@ -1363,7 +1363,7 @@ class LessParser {
1363
  protected function whitespace() {
1364
  if ($this->writeComments) {
1365
  $gotWhite = false;
1366
- while (preg_match(self::$whitePattern, $this->buffer, $m, null, $this->count)) {
1367
  if (isset($m[1]) && empty($this->commentsSeen[$this->count])) {
1368
  $this->append(array(
1369
  "comment",
@@ -1387,7 +1387,7 @@ class LessParser {
1387
  protected function peek($regex, &$out = null, $from = null) {
1388
  if (is_null($from)) $from = $this->count;
1389
  $r = '/' . $regex . '/Ais';
1390
- $result = preg_match($r, $this->buffer, $out, null, $from);
1391
 
1392
  return $result;
1393
  }
1349
  if ($eatWhitespace === null) $eatWhitespace = $this->eatWhiteDefault;
1350
 
1351
  $r = '/' . $regex . ($eatWhitespace && !$this->writeComments ? '\s*' : '') . '/Ais';
1352
+ if (preg_match($r, $this->buffer, $out, 0, $this->count)) {
1353
  $this->count += strlen($out[0]);
1354
  if ($eatWhitespace && $this->writeComments) $this->whitespace();
1355
 
1363
  protected function whitespace() {
1364
  if ($this->writeComments) {
1365
  $gotWhite = false;
1366
+ while (preg_match(self::$whitePattern, $this->buffer, $m, 0, $this->count)) {
1367
  if (isset($m[1]) && empty($this->commentsSeen[$this->count])) {
1368
  $this->append(array(
1369
  "comment",
1387
  protected function peek($regex, &$out = null, $from = null) {
1388
  if (is_null($from)) $from = $this->count;
1389
  $r = '/' . $regex . '/Ais';
1390
+ $result = preg_match($r, $this->buffer, $out, 0, $from);
1391
 
1392
  return $result;
1393
  }
Nextend/Framework/Asset/Predefined.php CHANGED
@@ -28,9 +28,6 @@ class Predefined {
28
 
29
  Js::addGlobalInline('_N2._jQueryFallback=\'' . $jQueryFallback . '\';');
30
 
31
- $family = n2_x('Montserrat', 'Default Google font family for admin');
32
- Google::addFont($family);
33
-
34
  Js::addFirstCode("_N2.r(['AjaxHelper'],function(){_N2.AjaxHelper.addAjaxArray(" . json_encode(Form::tokenizeUrl()) . ");});");
35
 
36
  Plugin::addAction('afterApplicationContent', array(
28
 
29
  Js::addGlobalInline('_N2._jQueryFallback=\'' . $jQueryFallback . '\';');
30
 
 
 
 
31
  Js::addFirstCode("_N2.r(['AjaxHelper'],function(){_N2.AjaxHelper.addAjaxArray(" . json_encode(Form::tokenizeUrl()) . ");});");
32
 
33
  Plugin::addAction('afterApplicationContent', array(
Nextend/Framework/Font/FontStyle.php CHANGED
@@ -75,7 +75,7 @@ class FontStyle {
75
  }
76
  }
77
 
78
- return 'font-size:' . Common::parse($v, '') . ';';
79
  }
80
 
81
  /**
@@ -88,7 +88,7 @@ class FontStyle {
88
  $rgba = Color::hex2rgba($v[3]);
89
  if ($v[0] == 0 && $v[1] == 0 && $v[2] == 0) return 'text-shadow: none;';
90
 
91
- return 'text-shadow: ' . $v[0] . 'px ' . $v[1] . 'px ' . $v[2] . 'px RGBA(' . $rgba[0] . ',' . $rgba[1] . ',' . $rgba[2] . ',' . round($rgba[3] / 127, 2) . ');';
92
  }
93
 
94
  /**
@@ -97,7 +97,7 @@ class FontStyle {
97
  * @return string
98
  */
99
  public function parseAfont($v) {
100
- return 'font-family: ' . Sanitize::esc_css_value($this->loadFont($v)) . ';';
101
  }
102
 
103
  /**
@@ -108,7 +108,7 @@ class FontStyle {
108
  public function parseLineheight($v) {
109
  if ($v == '') return '';
110
 
111
- return 'line-height: ' . $v . ';';
112
  }
113
 
114
  /**
@@ -155,23 +155,24 @@ class FontStyle {
155
  * @return string
156
  */
157
  public function parseAlign($v) {
158
- return 'text-align: ' . $v . ';';
159
  }
160
 
161
  public function parseLetterSpacing($v) {
162
- return 'letter-spacing: ' . $v . ';';
163
  }
164
 
165
  public function parseWordSpacing($v) {
166
- return 'word-spacing: ' . $v . ';';
167
  }
168
 
169
  public function parseTextTransform($v) {
170
- return 'text-transform: ' . $v . ';';
171
  }
172
 
173
  public function parseExtra($v) {
174
- return $v;
 
175
  }
176
 
177
  /**
75
  }
76
  }
77
 
78
+ return 'font-size:' . Sanitize::esc_css_value(Common::parse($v, '')) . ';';
79
  }
80
 
81
  /**
88
  $rgba = Color::hex2rgba($v[3]);
89
  if ($v[0] == 0 && $v[1] == 0 && $v[2] == 0) return 'text-shadow: none;';
90
 
91
+ return 'text-shadow: ' . Sanitize::esc_css_value($v[0]) . 'px ' . Sanitize::esc_css_value($v[1]) . 'px ' . Sanitize::esc_css_value($v[2]) . 'px RGBA(' . $rgba[0] . ',' . $rgba[1] . ',' . $rgba[2] . ',' . round($rgba[3] / 127, 2) . ');';
92
  }
93
 
94
  /**
97
  * @return string
98
  */
99
  public function parseAfont($v) {
100
+ return 'font-family: ' . $this->loadFont(Sanitize::esc_css_value($v)) . ';';
101
  }
102
 
103
  /**
108
  public function parseLineheight($v) {
109
  if ($v == '') return '';
110
 
111
+ return 'line-height: ' . Sanitize::esc_css_value($v) . ';';
112
  }
113
 
114
  /**
155
  * @return string
156
  */
157
  public function parseAlign($v) {
158
+ return 'text-align: ' . Sanitize::esc_css_value($v) . ';';
159
  }
160
 
161
  public function parseLetterSpacing($v) {
162
+ return 'letter-spacing: ' . Sanitize::esc_css_value($v) . ';';
163
  }
164
 
165
  public function parseWordSpacing($v) {
166
+ return 'word-spacing: ' . Sanitize::esc_css_value($v) . ';';
167
  }
168
 
169
  public function parseTextTransform($v) {
170
+ return 'text-transform: ' . Sanitize::esc_css_value($v) . ';';
171
  }
172
 
173
  public function parseExtra($v) {
174
+
175
+ return Sanitize::esc_css_string($v);
176
  }
177
 
178
  /**
Nextend/Framework/Parser/Font.php DELETED
@@ -1,208 +0,0 @@
1
- <?php
2
-
3
- namespace Nextend\Framework\Parser;
4
-
5
- use Nextend\Framework\Asset\Fonts\Google\Google;
6
-
7
- class Font {
8
-
9
- /**
10
- * @var array
11
- */
12
- private $_font;
13
-
14
- public function __construct($font) {
15
- $this->_font = json_decode($font, true);
16
- }
17
-
18
- /**
19
- * @param string $tab
20
- *
21
- * @return string
22
- */
23
- public function printTab($tab = '') {
24
- if ($tab == '') $tab = $this->_font['firsttab'];
25
- $style = '';
26
- if (isset($this->_font[$tab])) {
27
- $tab = &$this->_font[$tab];
28
- $extra = '';
29
- if (isset($tab['extra'])) {
30
- $extra = $tab['extra'];
31
- unset($tab['extra']);
32
- }
33
- foreach ($tab as $k => $v) {
34
- $style .= $this->parse($k, $v);
35
- }
36
- $style .= $this->parse('extra', $extra);
37
- }
38
-
39
- return $style;
40
- }
41
-
42
- /**
43
- * @param $target
44
- * @param string $source
45
- */
46
- public function mixinTab($target, $source = '') {
47
- if ($source == '') $source = $this->_font['firsttab'];
48
- $this->_font[$target] = array_merge($this->_font[$source], $this->_font[$target]);
49
- }
50
-
51
- /**
52
- * @param $property
53
- * @param $value
54
- *
55
- * @return mixed
56
- */
57
- public function parse($property, $value) {
58
- $fn = 'parse' . $property;
59
-
60
- return $this->$fn($value);
61
- }
62
-
63
- /**
64
- * @param $v
65
- *
66
- * @return string
67
- */
68
- public function parseColor($v) {
69
- $hex = Color::hex82hex($v);
70
- if ($hex[1] == 'ff') {
71
- return 'color: #' . $hex[0] . ';';
72
- }
73
-
74
- $rgba = Color::hex2rgba($v);
75
-
76
- return 'color: RGBA(' . $rgba[0] . ',' . $rgba[1] . ',' . $rgba[2] . ',' . round($rgba[3] / 127, 2) . ');';
77
-
78
- }
79
-
80
- /**
81
- * @param $v
82
- *
83
- * @return string
84
- */
85
- public function parseSize($v) {
86
- return 'font-size:' . Common::parse($v, '') . ';';
87
- }
88
-
89
- /**
90
- * @param $v
91
- *
92
- * @return string
93
- */
94
- public function parseTShadow($v) {
95
- $v = Common::parse($v);
96
- $rgba = Color::hex2rgba($v[3]);
97
- if ($v[0] == 0 && $v[1] == 0 && $v[2] == 0) return 'text-shadow: none;';
98
-
99
- return 'text-shadow: ' . $v[0] . 'px ' . $v[1] . 'px ' . $v[2] . 'px RGBA(' . $rgba[0] . ',' . $rgba[1] . ',' . $rgba[2] . ',' . round($rgba[3] / 127, 2) . ');';
100
- }
101
-
102
- /**
103
- * @param $v
104
- *
105
- * @return string
106
- */
107
- public function parseAfont($v) {
108
- return 'font-family: ' . $this->loadFont($v) . ';';
109
- }
110
-
111
- /**
112
- * @param $v
113
- *
114
- * @return string
115
- */
116
- public function parseLineHeight($v) {
117
- if ($v == '') return '';
118
-
119
- return 'line-height: ' . $v . ';';
120
- }
121
-
122
- /**
123
- * @param $v
124
- *
125
- * @return string
126
- */
127
- public function parseBold($v) {
128
- if ($v == '1') return 'font-weight: bold;';
129
-
130
- return 'font-weight: normal;';
131
- }
132
-
133
- /**
134
- * @param $v
135
- *
136
- * @return string
137
- */
138
- public function parseItalic($v) {
139
- if ($v == '1') return 'font-style: italic;';
140
-
141
- return 'font-style: normal;';
142
- }
143
-
144
- /**
145
- * @param $v
146
- *
147
- * @return string
148
- */
149
- public function parseUnderline($v) {
150
- if ($v == '1') return 'text-decoration: underline;';
151
-
152
- return 'text-decoration: none;';
153
- }
154
-
155
- /**
156
- * @param $v
157
- *
158
- * @return string
159
- */
160
- public function parsePaddingLeft($v) {
161
- return '';
162
- }
163
-
164
- /**
165
- * @param $v
166
- *
167
- * @return string
168
- */
169
- public function parseAlign($v) {
170
- return 'text-align: ' . $v . ';';
171
- }
172
-
173
- /**
174
- * @param $v
175
- *
176
- * @return string
177
- */
178
- public function parseReset($v) {
179
- return '';
180
- }
181
-
182
- public function parseExtra($v) {
183
- return $v;
184
- }
185
-
186
- /**
187
- * @param $families
188
- *
189
- * @return mixed
190
- */
191
- public function loadFont($families) {
192
- preg_match_all("/google\(.*?family=(.*?)\);\)/", $families, $out, PREG_SET_ORDER);
193
- foreach ($out as $f) {
194
- preg_match('/(.*?)(:(.*?))?$/', $f[1], $g);
195
- $family = str_replace('+', ' ', $g[1]);
196
- $styles = 400;
197
- if (isset($g[3]) && !empty($g[3])) {
198
- $styles = $g[3];
199
- }
200
- foreach (explode(',', $styles) as $style) {
201
- Google::addFont($family, $style);
202
- }
203
- $families = str_replace($f[0], "'" . $family . "'", $families);
204
- }
205
-
206
- return $families;
207
- }
208
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Nextend/Framework/Parser/Link.php CHANGED
@@ -21,15 +21,20 @@ class Link {
21
  if ($url == '#' || $isEditor) {
22
  $attributes['onclick'] = "return false;";
23
  } else {
24
- preg_match('/^([a-zA-Z]+)\[(.*)]$/', $url, $matches);
25
- if (!empty($matches)) {
26
- $matches[1] = ucfirst($matches[1]);
27
- $parser = self::getParser($matches[1]);
28
- if ($parser) {
29
- $url = $parser->parse($matches[2], $attributes);
30
- }
31
  } else {
32
- $url = ResourceTranslator::toUrl($url);
 
 
 
 
 
 
 
 
 
33
  }
34
  }
35
 
21
  if ($url == '#' || $isEditor) {
22
  $attributes['onclick'] = "return false;";
23
  } else {
24
+ $url = trim($url);
25
+ if (substr($url, 0, 11) === "javascript:") {
26
+ return '#';
 
 
 
 
27
  } else {
28
+ preg_match('/^([a-zA-Z]+)\[(.*)]$/', $url, $matches);
29
+ if (!empty($matches)) {
30
+ $matches[1] = ucfirst($matches[1]);
31
+ $parser = self::getParser($matches[1]);
32
+ if ($parser) {
33
+ $url = $parser->parse($matches[2], $attributes);
34
+ }
35
+ } else {
36
+ $url = ResourceTranslator::toUrl($url);
37
+ }
38
  }
39
  }
40
 
Nextend/Framework/Parser/Style.php DELETED
@@ -1,92 +0,0 @@
1
- <?php
2
-
3
- namespace Nextend\Framework\Parser;
4
-
5
- use Nextend\Framework\Misc\Base64;
6
-
7
- class Style {
8
-
9
- private $_style;
10
-
11
- public function __construct($style) {
12
- $decoded = $style;
13
- if ($decoded[0] != '{') {
14
- $decoded = Base64::decode($decoded);
15
- }
16
-
17
- $this->_style = json_decode($decoded, true);
18
- }
19
-
20
- public function printTab($tab = '') {
21
- $style = '';
22
- if (isset($this->_style[$tab])) {
23
- $tab = &$this->_style[$tab];
24
- $extra = '';
25
- if (isset($tab['extra'])) {
26
- $extra = $tab['extra'];
27
- unset($tab['extra']);
28
- }
29
- foreach ($tab as $k => $v) {
30
- $style .= $this->parse($k, $v);
31
- }
32
- $style .= $this->parse('extra', $extra);
33
- }
34
-
35
- return $style;
36
- }
37
-
38
- public function parse($property, $value) {
39
- $fn = 'parse' . $property;
40
-
41
- return $this->$fn($value);
42
- }
43
-
44
- public function parseBackgroundColor($v) {
45
- $hex = Color::hex82hex($v);
46
- if ($hex[1] == 'ff') {
47
- return 'background: #' . $hex[0] . ';';
48
- }
49
-
50
- $rgba = Color::hex2rgba($v);
51
-
52
- return 'background: RGBA(' . $rgba[0] . ',' . $rgba[1] . ',' . $rgba[2] . ',' . round($rgba[3] / 127, 2) . ');';
53
- }
54
-
55
- public function parsePadding($v) {
56
- $padding = explode('|*|', $v);
57
- $unit = array_pop($padding);
58
- $padding[] = '';
59
-
60
- return 'padding:' . implode($unit . ' ', $padding) . ';';
61
- }
62
-
63
- public function parseBoxShadow($v) {
64
- $boxShadow = explode('|*|', $v);
65
-
66
- if ($boxShadow[0] == '0' && $boxShadow[1] == '0' && $boxShadow[2] == '0' && $boxShadow[3] == '0') {
67
- return 'box-shadow: none;';
68
- } else {
69
- $rgba = Color::hex2rgba($boxShadow[4]);
70
-
71
- return 'box-shadow: ' . $boxShadow[0] . 'px ' . $boxShadow[1] . 'px ' . $boxShadow[2] . 'px ' . $boxShadow[3] . 'px RGBA(' . $rgba[0] . ',' . $rgba[1] . ',' . $rgba[2] . ',' . round($rgba[3] / 127, 2) . ');';
72
- }
73
- }
74
-
75
- public function parseBorder($v) {
76
- $border = explode('|*|', $v);
77
- $rgba = Color::hex2rgba($border[2]);
78
-
79
- return 'border: ' . $border[0] . 'px ' . $border[1] . ' RGBA(' . $rgba[0] . ',' . $rgba[1] . ',' . $rgba[2] . ',' . round($rgba[3] / 127, 2) . ');';
80
- }
81
-
82
- public function parseBorderRadius($v) {
83
- $radius = explode('|*|', $v);
84
- $radius[] = '';
85
-
86
- return 'border-radius:' . $v . 'px;';
87
- }
88
-
89
- public function parseExtra($v) {
90
- return str_replace("\n", '', $v);
91
- }
92
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Nextend/Framework/Sanitize.php CHANGED
@@ -2,6 +2,7 @@
2
 
3
  namespace Nextend\Framework;
4
 
 
5
  use Nextend\Framework\Platform\Platform;
6
 
7
  global $allowedentitynames;
@@ -594,16 +595,95 @@ class Sanitize {
594
  return $safe_text;
595
  }
596
 
 
 
 
 
 
 
 
 
597
  public static function esc_css_value($text) {
598
  $safe_text = self::check_invalid_utf8($text);
599
 
600
- return preg_replace_callback('/<\/style.*?>/i', array(
601
- self::class,
602
- 'esc_css_value_callback'
603
- ), $safe_text);
604
  }
605
 
606
- public static function esc_css_value_callback($a) {
607
- return self::esc_html($a[0]);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
608
  }
609
  }
2
 
3
  namespace Nextend\Framework;
4
 
5
+ use DOMDocument;
6
  use Nextend\Framework\Platform\Platform;
7
 
8
  global $allowedentitynames;
595
  return $safe_text;
596
  }
597
 
598
+ public static function remove_closing_style_tag($text) {
599
+ $safe_text = self::check_invalid_utf8($text);
600
+
601
+ return preg_replace_callback('/<\/style.*?>/i', function () {
602
+ return '';
603
+ }, $safe_text);
604
+ }
605
+
606
  public static function esc_css_value($text) {
607
  $safe_text = self::check_invalid_utf8($text);
608
 
609
+ return preg_replace_callback('/[<>]/', function () {
610
+ return '';
611
+ }, $safe_text);
 
612
  }
613
 
614
+ public static function esc_css_string($cssString) {
615
+
616
+ $output = '';
617
+ echo "\n\n";
618
+
619
+ $pairs = explode(';', trim($cssString));
620
+ foreach ($pairs as $pair) {
621
+ if (!empty($pair)) {
622
+ $keyValue = explode(':', trim($pair), 2);
623
+ if (count($keyValue) != 2) {
624
+ continue;
625
+ }
626
+ if (!preg_match('/^[a-zA-Z\-]+$/', $keyValue[0])) {
627
+ continue;
628
+ }
629
+
630
+ $output .= $keyValue[0] . ':' . self::esc_css_value(trim($keyValue[1])) . ';';
631
+ }
632
+ }
633
+
634
+ return $output;
635
+ }
636
+
637
+ public static function filter_allowed_html($input, $extraTags = '') {
638
+
639
+ return self::filter_attributes_on(strip_tags($input, '<a><span><sub><sup><em><i><var><cite><b><strong><small><bdo><br><img><picture><source>' . $extraTags));
640
+ }
641
+
642
+ public static function remove_all_html($input) {
643
+
644
+ return strip_tags($input);
645
+ }
646
+
647
+ public static function filter_attributes_on($input) {
648
+
649
+ if (class_exists('DOMDocument')) {
650
+ if (function_exists('libxml_use_internal_errors')) {
651
+ libxml_use_internal_errors(true);
652
+ }
653
+
654
+ $dom = new DOMDocument();
655
+ $dom->loadHTML('<?xml encoding="utf-8" ?><!DOCTYPE html><html lang="en"><body>' . $input . '</body></html>');
656
+
657
+ if (function_exists('libxml_use_internal_errors')) {
658
+ libxml_use_internal_errors(false);
659
+ }
660
+
661
+ for ($els = $dom->getElementsByTagname('*'), $i = $els->length - 1; $i >= 0; $i--) {
662
+ for ($attrs = $els->item($i)->attributes, $ii = $attrs->length - 1; $ii >= 0; $ii--) {
663
+ if (substr($attrs->item($ii)->name, 0, 2) === 'on') {
664
+ $els->item($i)
665
+ ->removeAttribute($attrs->item($ii)->name);
666
+ }
667
+ }
668
+ }
669
+
670
+ $output = '';
671
+ $body = $dom->getElementsByTagName('body');
672
+ if ($body && 0 < $body->length) {
673
+ $body = $body->item(0);
674
+ $childNodes = $body->childNodes;
675
+ if (!empty($childNodes)) {
676
+ foreach ($childNodes as $childNode) {
677
+ $output .= $dom->saveHTML($childNode);
678
+ }
679
+ }
680
+ }
681
+
682
+ return $output;
683
+ } else if (function_exists('wp_kses_post')) {
684
+ return wp_kses_post($input);
685
+ }
686
+ return '';
687
+
688
  }
689
  }
Nextend/Framework/Style/Style.php CHANGED
@@ -5,6 +5,7 @@ namespace Nextend\Framework\Style;
5
 
6
 
7
  use Nextend\Framework\Parser\Color;
 
8
 
9
  class Style {
10
 
@@ -56,7 +57,10 @@ class Style {
56
  }
57
 
58
  public function parsePadding($v) {
59
- $padding = explode('|*|', $v);
 
 
 
60
  $unit = array_pop($padding);
61
  $padding[] = '';
62
 
@@ -64,7 +68,10 @@ class Style {
64
  }
65
 
66
  public function parseBoxShadow($v) {
67
- $boxShadow = explode('|*|', $v);
 
 
 
68
 
69
  if ($boxShadow[0] == '0' && $boxShadow[1] == '0' && $boxShadow[2] == '0' && $boxShadow[3] == '0') {
70
  return 'box-shadow: none;';
@@ -77,17 +84,21 @@ class Style {
77
 
78
  public function parseBorder($v) {
79
 
80
- $border = explode('|*|', $v);
 
 
 
81
  $rgba = Color::hex2rgba($border[2]);
82
 
83
  return 'border: ' . $border[0] . 'px ' . $border[1] . ' RGBA(' . $rgba[0] . ',' . $rgba[1] . ',' . $rgba[2] . ',' . round($rgba[3] / 127, 2) . ');';
84
  }
85
 
86
  public function parseBorderRadius($v) {
87
- return 'border-radius:' . $v . 'px;';
88
  }
89
 
90
  public function parseExtra($v) {
91
- return $v;
 
92
  }
93
  }
5
 
6
 
7
  use Nextend\Framework\Parser\Color;
8
+ use Nextend\Framework\Sanitize;
9
 
10
  class Style {
11
 
57
  }
58
 
59
  public function parsePadding($v) {
60
+ $padding = array_map(array(
61
+ Sanitize::class,
62
+ 'esc_css_value'
63
+ ), explode('|*|', $v));
64
  $unit = array_pop($padding);
65
  $padding[] = '';
66
 
68
  }
69
 
70
  public function parseBoxShadow($v) {
71
+ $boxShadow = array_map(array(
72
+ Sanitize::class,
73
+ 'esc_css_value'
74
+ ), explode('|*|', $v));
75
 
76
  if ($boxShadow[0] == '0' && $boxShadow[1] == '0' && $boxShadow[2] == '0' && $boxShadow[3] == '0') {
77
  return 'box-shadow: none;';
84
 
85
  public function parseBorder($v) {
86
 
87
+ $border = array_map(array(
88
+ Sanitize::class,
89
+ 'esc_css_value'
90
+ ), explode('|*|', $v));
91
  $rgba = Color::hex2rgba($border[2]);
92
 
93
  return 'border: ' . $border[0] . 'px ' . $border[1] . ' RGBA(' . $rgba[0] . ',' . $rgba[1] . ',' . $rgba[2] . ',' . round($rgba[3] / 127, 2) . ');';
94
  }
95
 
96
  public function parseBorderRadius($v) {
97
+ return 'border-radius:' . Sanitize::esc_css_value($v) . 'px;';
98
  }
99
 
100
  public function parseExtra($v) {
101
+
102
+ return Sanitize::esc_css_string($v);
103
  }
104
  }
Nextend/Framework/View/Html.php CHANGED
@@ -236,7 +236,13 @@ class Html {
236
  if ($attributes === null) {
237
  if (class_exists('\\Nextend\\Framework\\Settings', false)) {
238
  $value = trim(html_entity_decode(strip_tags(Settings::get('scriptattributes', ''))));
239
- $_attributes = explode(' ', str_replace('\'', "", str_replace("\"", "", $value)));
 
 
 
 
 
 
240
  if (!empty($value) && !empty($_attributes)) {
241
  foreach ($_attributes as $attr) {
242
  if (strpos($attr, '=') !== false) {
236
  if ($attributes === null) {
237
  if (class_exists('\\Nextend\\Framework\\Settings', false)) {
238
  $value = trim(html_entity_decode(strip_tags(Settings::get('scriptattributes', ''))));
239
+ $_attributes = explode(' ', str_replace(array(
240
+ '\'',
241
+ "\""
242
+ ), "", str_replace(array(
243
+ "onload",
244
+ "onerror"
245
+ ), "not-allowed", $value)));
246
  if (!empty($value) && !empty($_attributes)) {
247
  foreach ($_attributes as $attr) {
248
  if (strpos($attr, '=') !== false) {
Nextend/Languages/de_DE.mo CHANGED
Binary file
Nextend/Languages/de_DE.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Smart Slider 3 translation\n"
4
- "POT-Creation-Date: 2021-07-23 09:55+0200\n"
5
- "PO-Revision-Date: 2021-07-23 09:59+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de\n"
@@ -24,14 +24,6 @@ msgstr ""
24
  msgid "Unable to contact with the licensing server, please try again later!"
25
  msgstr ""
26
 
27
- msgctxt "Default Google font family for admin"
28
- msgid "Montserrat"
29
- msgstr ""
30
-
31
- msgctxt "Default Google font charset for admin"
32
- msgid "latin"
33
- msgstr ""
34
-
35
  msgid "You are not allowed to upload!"
36
  msgstr ""
37
 
@@ -181,6 +173,14 @@ msgstr ""
181
  msgid "You can load Google Fonts on the frontend."
182
  msgstr ""
183
 
 
 
 
 
 
 
 
 
184
  msgid "Backend"
185
  msgstr ""
186
 
@@ -197,53 +197,6 @@ msgstr ""
197
  msgid "Normal"
198
  msgstr "Normal"
199
 
200
- msgid "Character set"
201
- msgstr ""
202
-
203
- msgctxt "Character set"
204
- msgid "Latin"
205
- msgstr ""
206
-
207
- msgctxt "Character set"
208
- msgid "Latin Extended"
209
- msgstr ""
210
-
211
- msgctxt "Character set"
212
- msgid "Greek"
213
- msgstr ""
214
-
215
- msgctxt "Character set"
216
- msgid "Greek Extended"
217
- msgstr ""
218
-
219
- msgctxt "Character set"
220
- msgid "Cyrillic"
221
- msgstr ""
222
-
223
- msgctxt "Character set"
224
- msgid "Devanagari"
225
- msgstr ""
226
-
227
- msgctxt "Character set"
228
- msgid "Arabic"
229
- msgstr ""
230
-
231
- msgctxt "Character set"
232
- msgid "Khmer"
233
- msgstr ""
234
-
235
- msgctxt "Character set"
236
- msgid "Telugu"
237
- msgstr ""
238
-
239
- msgctxt "Character set"
240
- msgid "Vietnamese"
241
- msgstr ""
242
-
243
- msgctxt "Default font sets"
244
- msgid "latin"
245
- msgstr ""
246
-
247
  msgid "Choose"
248
  msgstr "Wählen"
249
 
@@ -1175,15 +1128,23 @@ msgstr "Gruppen"
1175
  msgid "Set"
1176
  msgstr ""
1177
 
 
 
 
 
 
 
 
 
 
 
 
1178
  msgid "Up"
1179
  msgstr ""
1180
 
1181
  msgid "Insert group"
1182
  msgstr ""
1183
 
1184
- msgid "Group"
1185
- msgstr "Gruppe"
1186
-
1187
  msgid "Move to trash"
1188
  msgstr ""
1189
 
@@ -1234,6 +1195,32 @@ msgstr "Slider löschen"
1234
  msgid "delete this slide"
1235
  msgstr "Slider löschen"
1236
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1237
  msgid "Animations"
1238
  msgstr "Animationen"
1239
 
@@ -1480,6 +1467,11 @@ msgstr ""
1480
  msgid "JavaScript callbacks"
1481
  msgstr "JavaScribt Callbacks"
1482
 
 
 
 
 
 
1483
  msgid "Post IDs"
1484
  msgstr ""
1485
 
@@ -1489,6 +1481,19 @@ msgstr ""
1489
  msgid "The cache of the posts with the given ID will be cleared upon save."
1490
  msgstr ""
1491
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1492
  msgid "Thumbnail"
1493
  msgstr "Thumbnail"
1494
 
@@ -1564,9 +1569,6 @@ msgstr "Füllmodus"
1564
  msgid "Align"
1565
  msgstr "Ausrichtung"
1566
 
1567
- msgid "Margin"
1568
- msgstr "Rand"
1569
-
1570
  msgid "Puts a fix margin around your slider."
1571
  msgstr ""
1572
 
@@ -1579,6 +1581,11 @@ msgstr "Optimiere"
1579
  msgid "Loading"
1580
  msgstr ""
1581
 
 
 
 
 
 
1582
  msgid "Instant"
1583
  msgstr ""
1584
 
@@ -1588,11 +1595,6 @@ msgstr ""
1588
  msgid "After delay"
1589
  msgstr ""
1590
 
1591
- #, fuzzy
1592
- #| msgid "List type"
1593
- msgid "Loading type"
1594
- msgstr "Listentyp"
1595
-
1596
  msgid ""
1597
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1598
  "you can load it only after the page has loaded."
@@ -1784,6 +1786,11 @@ msgid ""
1784
  "the result with the filling modes."
1785
  msgstr ""
1786
 
 
 
 
 
 
1787
  msgid "Randomize"
1788
  msgstr "Zufällig"
1789
 
@@ -2070,14 +2077,17 @@ msgstr ""
2070
  msgid "Why upgrade to Smart Slider 3 Pro?"
2071
  msgstr ""
2072
 
2073
- msgid "120+ slider templates"
 
2074
  msgstr ""
2075
 
2076
  msgid "Full slide library access"
2077
  msgstr ""
2078
 
2079
- msgid "20 new layers"
2080
- msgstr ""
 
 
2081
 
2082
  msgid "Extra advanced options"
2083
  msgstr ""
@@ -2146,9 +2156,6 @@ msgstr ""
2146
  msgid "Color end"
2147
  msgstr ""
2148
 
2149
- msgid "Max width"
2150
- msgstr ""
2151
-
2152
  msgid "Position"
2153
  msgstr "Position"
2154
 
@@ -2321,6 +2328,11 @@ msgid ""
2321
  "background correctly."
2322
  msgstr ""
2323
 
 
 
 
 
 
2324
  msgid "Blur"
2325
  msgstr ""
2326
 
@@ -2479,9 +2491,6 @@ msgstr "Vergrößern"
2479
  msgid "Scale down"
2480
  msgstr "Verkleinern"
2481
 
2482
- msgid "Edit"
2483
- msgstr "Editieren"
2484
-
2485
  msgid "Static overlay"
2486
  msgstr ""
2487
 
@@ -2537,8 +2546,10 @@ msgstr "Slide nach oben"
2537
  msgid "Drop images here"
2538
  msgstr ""
2539
 
2540
- msgid "Edit slider"
2541
- msgstr ""
 
 
2542
 
2543
  #, fuzzy
2544
  #| msgid "View records"
@@ -2566,9 +2577,31 @@ msgstr ""
2566
  msgid "Export"
2567
  msgstr "Exportieren"
2568
 
 
 
 
 
 
 
 
 
 
 
 
 
2569
  msgid "New project"
2570
  msgstr ""
2571
 
 
 
 
 
 
 
 
 
 
 
2572
  msgid "Module"
2573
  msgstr ""
2574
 
@@ -3094,8 +3127,8 @@ msgstr "Generator Einstellungen"
3094
  msgid "Cache expiration"
3095
  msgstr "Cache Ablauf"
3096
 
3097
- msgid "hours"
3098
- msgstr "stunden"
3099
 
3100
  msgid "Start index"
3101
  msgstr "Start Index"
@@ -3190,19 +3223,19 @@ msgid "Add column"
3190
  msgstr ""
3191
 
3192
  msgid "Year"
3193
- msgstr ""
3194
 
3195
  msgid "Month"
3196
- msgstr ""
3197
 
3198
  msgid "Day"
3199
- msgstr ""
3200
 
3201
  msgid "Hour"
3202
- msgstr ""
3203
 
3204
  msgid "Minute"
3205
- msgstr ""
3206
 
3207
  msgid "Stack"
3208
  msgstr "Stapel"
@@ -3562,13 +3595,18 @@ msgstr ""
3562
  msgid "Whole group"
3563
  msgstr ""
3564
 
3565
- msgid "Select slider"
3566
- msgstr ""
 
 
3567
 
3568
  msgid "OR"
3569
  msgstr ""
3570
 
3571
- msgid "Select A Slider"
 
 
 
3572
  msgstr ""
3573
 
3574
  msgctxt "Button layer default text"
@@ -3721,13 +3759,6 @@ msgstr ""
3721
  msgid "You can pause the video when the visitor scrolls away from the slider"
3722
  msgstr ""
3723
 
3724
- msgid "Private video"
3725
- msgstr ""
3726
-
3727
- msgid ""
3728
- "Turn it on to remove the admin warning that your video is not accessible."
3729
- msgstr ""
3730
-
3731
  msgid "Display"
3732
  msgstr "Display"
3733
 
@@ -3901,18 +3932,18 @@ msgid ""
3901
  "last one."
3902
  msgstr ""
3903
 
 
 
 
 
 
 
3904
  msgid "Shifted"
3905
  msgstr "Verschoben"
3906
 
3907
  msgid "The background and the main animation plays simultaneously or shifted."
3908
  msgstr ""
3909
 
3910
- msgid "Loop single slide"
3911
- msgstr "einzelnen Slide wiederholen"
3912
-
3913
- msgid "In case of one slide, it repeats the animation of the slide."
3914
- msgstr ""
3915
-
3916
  msgid "Slider CSS Preset"
3917
  msgstr ""
3918
 
@@ -4060,6 +4091,42 @@ msgstr "Zufällig"
4060
  msgid "My text animations"
4061
  msgstr ""
4062
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4063
  msgid "Slices - Single"
4064
  msgstr ""
4065
 
@@ -4454,9 +4521,6 @@ msgstr "Text"
4454
  msgid "Bullets"
4455
  msgstr "Kugeln"
4456
 
4457
- msgid "Bullet"
4458
- msgstr ""
4459
-
4460
  msgid "Side"
4461
  msgstr "Seite"
4462
 
@@ -4655,40 +4719,22 @@ msgstr ""
4655
  msgid "Sparkling"
4656
  msgstr ""
4657
 
4658
- msgid "Curve 1"
4659
- msgstr ""
4660
-
4661
- msgid "Curve 2"
4662
- msgstr ""
4663
-
4664
- msgid "Curve 3"
4665
- msgstr ""
4666
-
4667
- msgid "Curve 4"
4668
  msgstr ""
4669
 
4670
  msgid "Curves"
4671
  msgstr ""
4672
 
4673
- msgid "Fan 1"
4674
- msgstr ""
4675
-
4676
- msgid "Fan 2"
4677
- msgstr ""
4678
-
4679
- msgid "Fan 3"
4680
  msgstr ""
4681
 
4682
  msgid "Hills"
4683
  msgstr ""
4684
 
4685
- msgid "Incline 1"
4686
- msgstr ""
4687
-
4688
- msgid "Incline 2"
4689
- msgstr ""
4690
-
4691
- msgid "Incline 3"
4692
  msgstr ""
4693
 
4694
  msgid "Inverse arrow"
@@ -4700,25 +4746,27 @@ msgstr ""
4700
  msgid "Slopes"
4701
  msgstr ""
4702
 
4703
- msgid "Tilt 1"
4704
- msgstr ""
4705
-
4706
- msgid "Tilt 2"
4707
  msgstr ""
4708
 
4709
- msgid "Triangle 1"
 
4710
  msgstr ""
4711
 
4712
- msgid "Triangle 2"
 
4713
  msgstr ""
4714
 
4715
- msgid "Wave 1"
4716
  msgstr ""
4717
 
4718
- msgid "Wave 2"
 
4719
  msgstr ""
4720
 
4721
- msgid "Waves"
 
4722
  msgstr ""
4723
 
4724
  msgid "2 Colors"
@@ -4742,8 +4790,10 @@ msgstr ""
4742
  #, php-format
4743
  msgid ""
4744
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4745
- "order to use this generator! - %2$s How to get SSL for my WordPress site? "
4746
- "%3$s"
 
 
4747
  msgstr ""
4748
 
4749
  #, php-format
@@ -4869,6 +4919,9 @@ msgstr ""
4869
  msgid "Source folder"
4870
  msgstr "Quellordner"
4871
 
 
 
 
4872
  msgid "Remove resized images"
4873
  msgstr ""
4874
 
@@ -4879,6 +4932,22 @@ msgid ""
4879
  "because it's the same image, just in a smaller size."
4880
  msgstr ""
4881
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4882
  msgid "Filename"
4883
  msgstr "Dateiname"
4884
 
@@ -4898,6 +4967,45 @@ msgid ""
4898
  "from here:"
4899
  msgstr ""
4900
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4901
  msgid "JSON from url"
4902
  msgstr ""
4903
 
@@ -4933,6 +5041,11 @@ msgstr ""
4933
  msgid "Images"
4934
  msgstr "Bilder"
4935
 
 
 
 
 
 
4936
  msgid "Timezone offset in hours. For example: +2 or -7."
4937
  msgstr ""
4938
 
@@ -4978,54 +5091,6 @@ msgstr ""
4978
  msgid "Creates slides from %1$s content."
4979
  msgstr ""
4980
 
4981
- msgid "Items"
4982
- msgstr "Begriffe"
4983
-
4984
- msgid "Locations"
4985
- msgstr "Lokationen"
4986
-
4987
- msgid "Types"
4988
- msgstr ""
4989
-
4990
- msgid "Expired"
4991
- msgstr "Abgelaufen"
4992
-
4993
- msgid "Started"
4994
- msgstr "Begonnen"
4995
-
4996
- msgid "Auction"
4997
- msgstr ""
4998
-
4999
- msgid "Negotiable price"
5000
- msgstr ""
5001
-
5002
- msgid "Blocked by User"
5003
- msgstr ""
5004
-
5005
- msgid "Paid"
5006
- msgstr ""
5007
-
5008
- msgid "Buynow"
5009
- msgstr ""
5010
-
5011
- msgid "Menu item (item ID)"
5012
- msgstr ""
5013
-
5014
- msgid ""
5015
- "Your url will point to the item within this menu item. You will only get a "
5016
- "good result, if you will pick one of your DJ Classifields menu items or "
5017
- "leave it on 'Default'."
5018
- msgstr ""
5019
-
5020
- msgid "Start date"
5021
- msgstr "Startdatum"
5022
-
5023
- msgid "Expiration date"
5024
- msgstr ""
5025
-
5026
- msgid "Price"
5027
- msgstr "Preis"
5028
-
5029
  msgid "Include subcategories"
5030
  msgstr ""
5031
 
@@ -5077,6 +5142,9 @@ msgstr ""
5077
  msgid "Banned user IDs"
5078
  msgstr ""
5079
 
 
 
 
5080
  msgid "Ended"
5081
  msgstr "Beendet"
5082
 
@@ -5160,12 +5228,18 @@ msgstr ""
5160
  msgid "Manufacturer language"
5161
  msgstr ""
5162
 
 
 
 
5163
  msgid "Product name"
5164
  msgstr "Produktname"
5165
 
5166
  msgid "Product ID"
5167
  msgstr "Produkt ID"
5168
 
 
 
 
5169
  msgid "Recurring"
5170
  msgstr ""
5171
 
@@ -5181,6 +5255,12 @@ msgstr ""
5181
  msgid "Only not recurring events"
5182
  msgstr ""
5183
 
 
 
 
 
 
 
5184
  msgid "End date"
5185
  msgstr "Enddatum"
5186
 
@@ -5223,6 +5303,12 @@ msgstr ""
5223
  msgid "Only display items with these IDs"
5224
  msgstr ""
5225
 
 
 
 
 
 
 
5226
  msgid "Brand"
5227
  msgstr ""
5228
 
@@ -5261,13 +5347,10 @@ msgstr ""
5261
  msgid "Date language"
5262
  msgstr ""
5263
 
5264
- msgid "Offset value"
5265
  msgstr ""
5266
 
5267
- msgid ""
5268
- "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5269
- "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5270
- "setting will be used."
5271
  msgstr ""
5272
 
5273
  msgid "Status"
@@ -5279,6 +5362,9 @@ msgstr ""
5279
  msgid "Ask down all product images"
5280
  msgstr ""
5281
 
 
 
 
5282
  msgid "View item"
5283
  msgstr ""
5284
 
@@ -5288,15 +5374,6 @@ msgstr "Gesehen"
5288
  msgid "View image"
5289
  msgstr "Bild anzeigen"
5290
 
5291
- msgid "Supplier"
5292
- msgstr ""
5293
-
5294
- msgid "On sale"
5295
- msgstr "zum Verkauf"
5296
-
5297
- msgid "Discount price"
5298
- msgstr "Sonderpreis"
5299
-
5300
  msgid "All day event"
5301
  msgstr "Alltagsevent"
5302
 
@@ -5306,35 +5383,6 @@ msgstr ""
5306
  msgid "Show parent products only"
5307
  msgstr ""
5308
 
5309
- #, php-format
5310
- msgid "Creates slides from %1$s events."
5311
- msgstr ""
5312
-
5313
- msgid "Create custom date variables"
5314
- msgstr ""
5315
-
5316
- msgid ""
5317
- "You can write any date format (http://php.net/manual/en/function.date.php) "
5318
- "in separate lines, and new variables will be created for them."
5319
- msgstr ""
5320
-
5321
- msgid ""
5322
- "Write the original text, like 'Monday' then two | signs, and the text you "
5323
- "want it to be translated to, for example 'Montag'. Together: Monday||Montag"
5324
- msgstr ""
5325
-
5326
- msgid "Event start date"
5327
- msgstr "Event Startzeit"
5328
-
5329
- msgid "Event end date"
5330
- msgstr "Event Endzeit"
5331
-
5332
- msgid "Event creation date"
5333
- msgstr "Datum der Eventerstellung"
5334
-
5335
- msgid "Event modification date"
5336
- msgstr "Datum der Eventveränderung"
5337
-
5338
  #, php-format
5339
  msgid "Creates slides from %1$s galleries."
5340
  msgstr ""
@@ -5357,6 +5405,10 @@ msgstr ""
5357
  msgid "No options given"
5358
  msgstr ""
5359
 
 
 
 
 
5360
  msgid "Exclude event IDs (One ID per line)"
5361
  msgstr ""
5362
 
@@ -5411,9 +5463,21 @@ msgstr ""
5411
  msgid "Hide From Event Listings"
5412
  msgstr ""
5413
 
 
 
 
 
 
 
5414
  msgid "Event cost"
5415
  msgstr "Eventkosten"
5416
 
 
 
 
 
 
 
5417
  msgid "Metakey name"
5418
  msgstr ""
5419
 
@@ -5458,6 +5522,12 @@ msgstr ""
5458
  msgid "No limit"
5459
  msgstr ""
5460
 
 
 
 
 
 
 
5461
  msgid "Downloadable"
5462
  msgstr "Downloadbar"
5463
 
@@ -5642,6 +5712,14 @@ msgstr "3D Pendel"
5642
  msgid "Vertical pendulum 3D"
5643
  msgstr "Vertikales 3D Pendel"
5644
 
 
 
 
 
 
 
 
 
5645
  msgid "Before text"
5646
  msgstr ""
5647
 
@@ -5723,6 +5801,126 @@ msgstr ""
5723
  msgid "Time"
5724
  msgstr ""
5725
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5726
  msgid "Full"
5727
  msgstr "Voll"
5728
 
@@ -5756,9 +5954,6 @@ msgstr ""
5756
  msgid "Stroke width"
5757
  msgstr ""
5758
 
5759
- msgid "Labels"
5760
- msgstr ""
5761
-
5762
  msgid "Inner before"
5763
  msgstr ""
5764
 
@@ -5771,67 +5966,119 @@ msgstr ""
5771
  msgid "Animation duration"
5772
  msgstr ""
5773
 
5774
- msgid "Circle 1"
5775
- msgstr ""
 
 
5776
 
5777
- msgid "Circle 2"
5778
- msgstr ""
 
 
 
 
 
 
5779
 
5780
- msgid "Circle 3"
 
 
 
 
 
5781
  msgstr ""
5782
 
5783
- msgid "Curly 1"
5784
  msgstr ""
5785
 
5786
- msgid "Curly 2"
5787
  msgstr ""
5788
 
5789
- msgid "Highlight 1"
 
 
 
5790
  msgstr ""
5791
 
5792
- msgid "Highlight 2"
5793
  msgstr ""
5794
 
5795
- msgid "Highlight 3"
5796
  msgstr ""
5797
 
5798
- msgid "Line Through 1"
 
 
 
 
 
5799
  msgstr ""
5800
 
5801
- msgid "Line Through 2"
 
 
 
 
 
5802
  msgstr ""
5803
 
5804
- msgid "Line Through 3"
5805
  msgstr ""
5806
 
5807
- msgid "Rectangle 1"
 
 
 
 
 
 
 
 
 
 
5808
  msgstr ""
5809
 
5810
- msgid "Rectangle 2"
5811
  msgstr ""
5812
 
5813
- msgid "Underline 1"
5814
  msgstr ""
5815
 
5816
- msgid "Underline 2"
5817
  msgstr ""
5818
 
5819
- msgid "Underline 3"
 
 
 
 
 
 
5820
  msgstr ""
5821
 
5822
- msgid "Underline double 1"
 
5823
  msgstr ""
5824
 
5825
- msgid "Underline double 2"
 
5826
  msgstr ""
5827
 
5828
- msgid "ZigZag 1"
 
 
 
 
 
 
5829
  msgstr ""
5830
 
5831
- msgid "ZigZag 2"
 
5832
  msgstr ""
5833
 
5834
- msgid "ZigZag 3"
 
5835
  msgstr ""
5836
 
5837
  msgid "Highlighted text"
@@ -5849,6 +6096,9 @@ msgstr ""
5849
  msgid "HTML"
5850
  msgstr ""
5851
 
 
 
 
5852
  msgid ""
5853
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
5854
  "codes loaded by it. We only suggest using this layer if you are a developer. "
@@ -5959,11 +6209,6 @@ msgstr ""
5959
  msgid "Icon not found"
5960
  msgstr "Icon nicht gefunden"
5961
 
5962
- #, fuzzy
5963
- #| msgid "Previous label"
5964
- msgid "Aria label"
5965
- msgstr "Letztes Label"
5966
-
5967
  #, php-format
5968
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
5969
  msgstr ""
@@ -5971,27 +6216,23 @@ msgstr ""
5971
  msgid "Iframe"
5972
  msgstr ""
5973
 
5974
- msgid "iframe"
5975
- msgstr ""
5976
-
5977
  msgid ""
5978
  "Please note, that <b>we do not support</b> customized coding! The iframe "
5979
  "layer often needs code customizations what you have to do yourself, so we "
5980
  "only suggest using this layer if you are a developer!"
5981
  msgstr ""
5982
 
5983
- msgid "iframe url"
 
 
5984
  msgstr "iFrame URL"
5985
 
5986
- msgid "Yes"
5987
- msgstr "Ja"
5988
-
5989
  msgid "You can disable the scroll on the iframe content."
5990
  msgstr ""
5991
 
5992
  #, fuzzy
5993
  #| msgid "iframe url"
5994
- msgid "iframe title"
5995
  msgstr "iFrame URL"
5996
 
5997
  msgid "Image area"
@@ -6325,9 +6566,8 @@ msgstr ""
6325
 
6326
  #, php-format
6327
  msgid ""
6328
- "%1$s %2$s does not support the full screen API %3$s so other elements of the "
6329
- "page may overlap the slider in Fullscreen mode. To avoid such problems, we "
6330
- "suggest hiding the Fullscreen control from mobile view!"
6331
  msgstr ""
6332
 
6333
  msgid "Indicator"
@@ -6342,6 +6582,18 @@ msgstr ""
6342
  msgid "Bar color"
6343
  msgstr ""
6344
 
 
 
 
 
 
 
 
 
 
 
 
 
6345
  #~ msgid "Show hidden"
6346
  #~ msgstr "Zeige versteckte"
6347
 
@@ -6360,15 +6612,6 @@ msgstr ""
6360
  #~ msgid "Absolute position"
6361
  #~ msgstr "Nächste Position"
6362
 
6363
- #~ msgid "Loading animation"
6364
- #~ msgstr "Animation laden"
6365
-
6366
- #~ msgid "Tablet scale"
6367
- #~ msgstr "Tablet Größe"
6368
-
6369
- #~ msgid "Mobile scale"
6370
- #~ msgstr "Mobil Größe"
6371
-
6372
  #, fuzzy
6373
  #~| msgid "Tablet scale"
6374
  #~ msgid "Tablet size"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Smart Slider 3 translation\n"
4
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
5
+ "PO-Revision-Date: 2022-05-17 12:50+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de\n"
24
  msgid "Unable to contact with the licensing server, please try again later!"
25
  msgstr ""
26
 
 
 
 
 
 
 
 
 
27
  msgid "You are not allowed to upload!"
28
  msgstr ""
29
 
173
  msgid "You can load Google Fonts on the frontend."
174
  msgstr ""
175
 
176
+ msgid "Save fonts locally"
177
+ msgstr ""
178
+
179
+ msgid ""
180
+ "You can store the used Google Fonts on your server. This way all Google "
181
+ "Fonts will load from your own domain."
182
+ msgstr ""
183
+
184
  msgid "Backend"
185
  msgstr ""
186
 
197
  msgid "Normal"
198
  msgstr "Normal"
199
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  msgid "Choose"
201
  msgstr "Wählen"
202
 
1128
  msgid "Set"
1129
  msgstr ""
1130
 
1131
+ msgid "Edit"
1132
+ msgstr "Editieren"
1133
+
1134
+ msgid "Group"
1135
+ msgstr "Gruppe"
1136
+
1137
+ #, fuzzy
1138
+ #| msgid "Slider"
1139
+ msgid "Edit Slider"
1140
+ msgstr "Slider"
1141
+
1142
  msgid "Up"
1143
  msgstr ""
1144
 
1145
  msgid "Insert group"
1146
  msgstr ""
1147
 
 
 
 
1148
  msgid "Move to trash"
1149
  msgstr ""
1150
 
1195
  msgid "delete this slide"
1196
  msgstr "Slider löschen"
1197
 
1198
+ msgid "Max width"
1199
+ msgstr ""
1200
+
1201
+ msgid "Margin"
1202
+ msgstr "Rand"
1203
+
1204
+ #, fuzzy
1205
+ #| msgid "Top"
1206
+ msgid "top"
1207
+ msgstr "Oben"
1208
+
1209
+ #, fuzzy
1210
+ #| msgid "Light"
1211
+ msgid "right"
1212
+ msgstr "Hell"
1213
+
1214
+ #, fuzzy
1215
+ #| msgid "Bottom"
1216
+ msgid "bottom"
1217
+ msgstr "Unten"
1218
+
1219
+ #, fuzzy
1220
+ #| msgid "To left"
1221
+ msgid "left"
1222
+ msgstr "nach Links"
1223
+
1224
  msgid "Animations"
1225
  msgstr "Animationen"
1226
 
1467
  msgid "JavaScript callbacks"
1468
  msgstr "JavaScribt Callbacks"
1469
 
1470
+ #, fuzzy
1471
+ #| msgid "Loading animation"
1472
+ msgid "Loading animation waiting time"
1473
+ msgstr "Animation laden"
1474
+
1475
  msgid "Post IDs"
1476
  msgstr ""
1477
 
1481
  msgid "The cache of the posts with the given ID will be cleared upon save."
1482
  msgstr ""
1483
 
1484
+ #, fuzzy
1485
+ #| msgid "Callback url"
1486
+ msgid "Fallback slider"
1487
+ msgstr "Callback -URL"
1488
+
1489
+ msgid "ID or Alias"
1490
+ msgstr ""
1491
+
1492
+ msgid ""
1493
+ "Select another slider by its ID or Alias that displays if your current "
1494
+ "slider has no published slides."
1495
+ msgstr ""
1496
+
1497
  msgid "Thumbnail"
1498
  msgstr "Thumbnail"
1499
 
1569
  msgid "Align"
1570
  msgstr "Ausrichtung"
1571
 
 
 
 
1572
  msgid "Puts a fix margin around your slider."
1573
  msgstr ""
1574
 
1581
  msgid "Loading"
1582
  msgstr ""
1583
 
1584
+ #, fuzzy
1585
+ #| msgid "List type"
1586
+ msgid "Loading type"
1587
+ msgstr "Listentyp"
1588
+
1589
  msgid "Instant"
1590
  msgstr ""
1591
 
1595
  msgid "After delay"
1596
  msgstr ""
1597
 
 
 
 
 
 
1598
  msgid ""
1599
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1600
  "you can load it only after the page has loaded."
1786
  "the result with the filling modes."
1787
  msgstr ""
1788
 
1789
+ #, fuzzy
1790
+ #| msgid "Background color"
1791
+ msgid "Background Blur"
1792
+ msgstr "Hintergrundfarbe"
1793
+
1794
  msgid "Randomize"
1795
  msgstr "Zufällig"
1796
 
2077
  msgid "Why upgrade to Smart Slider 3 Pro?"
2078
  msgstr ""
2079
 
2080
+ #, php-format
2081
+ msgid "%d+ slider templates"
2082
  msgstr ""
2083
 
2084
  msgid "Full slide library access"
2085
  msgstr ""
2086
 
2087
+ #, fuzzy, php-format
2088
+ #| msgid "Heading layer"
2089
+ msgid "%d new layers"
2090
+ msgstr "Layer für Überschrift"
2091
 
2092
  msgid "Extra advanced options"
2093
  msgstr ""
2156
  msgid "Color end"
2157
  msgstr ""
2158
 
 
 
 
2159
  msgid "Position"
2160
  msgstr "Position"
2161
 
2328
  "background correctly."
2329
  msgstr ""
2330
 
2331
+ #, fuzzy
2332
+ #| msgid "Background color"
2333
+ msgid "Background blur"
2334
+ msgstr "Hintergrundfarbe"
2335
+
2336
  msgid "Blur"
2337
  msgstr ""
2338
 
2491
  msgid "Scale down"
2492
  msgstr "Verkleinern"
2493
 
 
 
 
2494
  msgid "Static overlay"
2495
  msgstr ""
2496
 
2546
  msgid "Drop images here"
2547
  msgstr ""
2548
 
2549
+ #, fuzzy
2550
+ #| msgid "Search"
2551
+ msgid "Search Project"
2552
+ msgstr "Suchen"
2553
 
2554
  #, fuzzy
2555
  #| msgid "View records"
2577
  msgid "Export"
2578
  msgstr "Exportieren"
2579
 
2580
+ #, fuzzy
2581
+ #| msgid "Showcase"
2582
+ msgid "Show"
2583
+ msgstr "Showcase"
2584
+
2585
+ #, php-format
2586
+ msgid "Showing %s to %s of %s projects"
2587
+ msgstr ""
2588
+
2589
+ msgid "No projects to show"
2590
+ msgstr ""
2591
+
2592
  msgid "New project"
2593
  msgstr ""
2594
 
2595
+ msgid "Sorry we couldn’t find any matches"
2596
+ msgstr ""
2597
+
2598
+ msgid "Please try searching with another term."
2599
+ msgstr ""
2600
+
2601
+ #, php-format
2602
+ msgid "Showing %s results for %s."
2603
+ msgstr ""
2604
+
2605
  msgid "Module"
2606
  msgstr ""
2607
 
3127
  msgid "Cache expiration"
3128
  msgstr "Cache Ablauf"
3129
 
3130
+ msgid "Hours"
3131
+ msgstr "Stunden"
3132
 
3133
  msgid "Start index"
3134
  msgstr "Start Index"
3223
  msgstr ""
3224
 
3225
  msgid "Year"
3226
+ msgstr "Jahr"
3227
 
3228
  msgid "Month"
3229
+ msgstr "Monat"
3230
 
3231
  msgid "Day"
3232
+ msgstr "Tag"
3233
 
3234
  msgid "Hour"
3235
+ msgstr "Stunde"
3236
 
3237
  msgid "Minute"
3238
+ msgstr "Minute"
3239
 
3240
  msgid "Stack"
3241
  msgstr "Stapel"
3595
  msgid "Whole group"
3596
  msgstr ""
3597
 
3598
+ #, fuzzy
3599
+ #| msgid "Select all"
3600
+ msgid "Select Slider"
3601
+ msgstr "Wähle alle aus"
3602
 
3603
  msgid "OR"
3604
  msgstr ""
3605
 
3606
+ msgid "Insert a slider into your content"
3607
+ msgstr ""
3608
+
3609
+ msgid "Select the slider you want to insert."
3610
  msgstr ""
3611
 
3612
  msgctxt "Button layer default text"
3759
  msgid "You can pause the video when the visitor scrolls away from the slider"
3760
  msgstr ""
3761
 
 
 
 
 
 
 
 
3762
  msgid "Display"
3763
  msgstr "Display"
3764
 
3932
  "last one."
3933
  msgstr ""
3934
 
3935
+ msgid ""
3936
+ "Background animations only work on the slide background images, which have "
3937
+ "Fill selected at their Fill mode. They don't affect any images if the "
3938
+ "background parallax is enabled."
3939
+ msgstr ""
3940
+
3941
  msgid "Shifted"
3942
  msgstr "Verschoben"
3943
 
3944
  msgid "The background and the main animation plays simultaneously or shifted."
3945
  msgstr ""
3946
 
 
 
 
 
 
 
3947
  msgid "Slider CSS Preset"
3948
  msgstr ""
3949
 
4091
  msgid "My text animations"
4092
  msgstr ""
4093
 
4094
+ msgid "Morph - Wave"
4095
+ msgstr ""
4096
+
4097
+ msgid "Morph - Brush"
4098
+ msgstr ""
4099
+
4100
+ msgid "Morph - Flow"
4101
+ msgstr ""
4102
+
4103
+ msgid "Morph - Noise"
4104
+ msgstr ""
4105
+
4106
+ msgid "Distortion - Mosaic"
4107
+ msgstr ""
4108
+
4109
+ msgid "Distortion - Triangle"
4110
+ msgstr ""
4111
+
4112
+ msgid "Distortion - Flow"
4113
+ msgstr ""
4114
+
4115
+ msgid "Distortion - Warp"
4116
+ msgstr ""
4117
+
4118
+ msgid "Distortion - Storm"
4119
+ msgstr ""
4120
+
4121
+ msgid "Distortion - Wave"
4122
+ msgstr ""
4123
+
4124
+ msgid "Distortion - Shard"
4125
+ msgstr ""
4126
+
4127
+ msgid "Distortion - Noise"
4128
+ msgstr ""
4129
+
4130
  msgid "Slices - Single"
4131
  msgstr ""
4132
 
4521
  msgid "Bullets"
4522
  msgstr "Kugeln"
4523
 
 
 
 
4524
  msgid "Side"
4525
  msgstr "Seite"
4526
 
4719
  msgid "Sparkling"
4720
  msgstr ""
4721
 
4722
+ #, php-format
4723
+ msgid "Curve %d"
 
 
 
 
 
 
 
 
4724
  msgstr ""
4725
 
4726
  msgid "Curves"
4727
  msgstr ""
4728
 
4729
+ #, php-format
4730
+ msgid "Fan %d"
 
 
 
 
 
4731
  msgstr ""
4732
 
4733
  msgid "Hills"
4734
  msgstr ""
4735
 
4736
+ #, php-format
4737
+ msgid "Incline %d"
 
 
 
 
 
4738
  msgstr ""
4739
 
4740
  msgid "Inverse arrow"
4746
  msgid "Slopes"
4747
  msgstr ""
4748
 
4749
+ #, php-format
4750
+ msgid "Tilt %d"
 
 
4751
  msgstr ""
4752
 
4753
+ #, php-format
4754
+ msgid "Triangle %d"
4755
  msgstr ""
4756
 
4757
+ #, php-format
4758
+ msgid "Wave %d"
4759
  msgstr ""
4760
 
4761
+ msgid "Waves"
4762
  msgstr ""
4763
 
4764
+ #, php-format
4765
+ msgid "Columns %d"
4766
  msgstr ""
4767
 
4768
+ #, php-format
4769
+ msgid "Paper %d"
4770
  msgstr ""
4771
 
4772
  msgid "2 Colors"
4790
  #, php-format
4791
  msgid ""
4792
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4793
+ "order to use this generator!"
4794
+ msgstr ""
4795
+
4796
+ msgid "How to get SSL for my website?"
4797
  msgstr ""
4798
 
4799
  #, php-format
4919
  msgid "Source folder"
4920
  msgstr "Quellordner"
4921
 
4922
+ msgid "Filename based exclusion"
4923
+ msgstr ""
4924
+
4925
  msgid "Remove resized images"
4926
  msgstr ""
4927
 
4932
  "because it's the same image, just in a smaller size."
4933
  msgstr ""
4934
 
4935
+ msgid "Filename has to contain"
4936
+ msgstr ""
4937
+
4938
+ msgid ""
4939
+ "Only those images will be asked down, which have the given texts within "
4940
+ "their filenames. You can write down multiple texts separated by comma."
4941
+ msgstr ""
4942
+
4943
+ msgid "Filename cannot contain"
4944
+ msgstr ""
4945
+
4946
+ msgid ""
4947
+ "Only those images will be asked down, which don't have the given texts "
4948
+ "within their filenames. You can write down multiple texts separated by comma."
4949
+ msgstr ""
4950
+
4951
  msgid "Filename"
4952
  msgstr "Dateiname"
4953
 
4967
  "from here:"
4968
  msgstr ""
4969
 
4970
+ msgid "The App ID and the Secret is empty!"
4971
+ msgstr ""
4972
+
4973
+ msgid "The token will expire at:"
4974
+ msgstr ""
4975
+
4976
+ msgid "Access token was not returned.Please check the credentials!"
4977
+ msgstr ""
4978
+
4979
+ #, fuzzy
4980
+ #| msgid "The token expired. Please request new token! "
4981
+ msgid "The token expired. Please request new token!"
4982
+ msgstr "Der Token ist abgelaufen, bitte fordere einen neuen Token an!"
4983
+
4984
+ #, fuzzy
4985
+ #| msgid "The token expired. Please request new token! "
4986
+ msgid "The token will expire in two days! Please refresh the token!"
4987
+ msgstr "Der Token ist abgelaufen, bitte fordere einen neuen Token an!"
4988
+
4989
+ #, fuzzy
4990
+ #| msgid "Request token"
4991
+ msgid "Refresh Token"
4992
+ msgstr "Merkmal anfragen"
4993
+
4994
+ msgid "Refresh"
4995
+ msgstr ""
4996
+
4997
+ msgid "Album loading method"
4998
+ msgstr ""
4999
+
5000
+ msgid "Load first images only"
5001
+ msgstr ""
5002
+
5003
+ msgid "Load album images separately"
5004
+ msgstr ""
5005
+
5006
+ msgid "Load Album images as record data"
5007
+ msgstr ""
5008
+
5009
  msgid "JSON from url"
5010
  msgstr ""
5011
 
5041
  msgid "Images"
5042
  msgstr "Bilder"
5043
 
5044
+ #, fuzzy
5045
+ #| msgid "Offset"
5046
+ msgid "Offset hours"
5047
+ msgstr "Offset"
5048
+
5049
  msgid "Timezone offset in hours. For example: +2 or -7."
5050
  msgstr ""
5051
 
5091
  msgid "Creates slides from %1$s content."
5092
  msgstr ""
5093
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5094
  msgid "Include subcategories"
5095
  msgstr ""
5096
 
5142
  msgid "Banned user IDs"
5143
  msgstr ""
5144
 
5145
+ msgid "Started"
5146
+ msgstr "Begonnen"
5147
+
5148
  msgid "Ended"
5149
  msgstr "Beendet"
5150
 
5228
  msgid "Manufacturer language"
5229
  msgstr ""
5230
 
5231
+ msgid "Price"
5232
+ msgstr "Preis"
5233
+
5234
  msgid "Product name"
5235
  msgstr "Produktname"
5236
 
5237
  msgid "Product ID"
5238
  msgstr "Produkt ID"
5239
 
5240
+ msgid "Locations"
5241
+ msgstr "Lokationen"
5242
+
5243
  msgid "Recurring"
5244
  msgstr ""
5245
 
5255
  msgid "Only not recurring events"
5256
  msgstr ""
5257
 
5258
+ msgid "Menu item (item ID)"
5259
+ msgstr ""
5260
+
5261
+ msgid "Start date"
5262
+ msgstr "Startdatum"
5263
+
5264
  msgid "End date"
5265
  msgstr "Enddatum"
5266
 
5303
  msgid "Only display items with these IDs"
5304
  msgstr ""
5305
 
5306
+ msgid ""
5307
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5308
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5309
+ "setting will be used."
5310
+ msgstr ""
5311
+
5312
  msgid "Brand"
5313
  msgstr ""
5314
 
5347
  msgid "Date language"
5348
  msgstr ""
5349
 
5350
+ msgid "Date variable offset"
5351
  msgstr ""
5352
 
5353
+ msgid "Date filter offset"
 
 
 
5354
  msgstr ""
5355
 
5356
  msgid "Status"
5362
  msgid "Ask down all product images"
5363
  msgstr ""
5364
 
5365
+ msgid "Items"
5366
+ msgstr "Begriffe"
5367
+
5368
  msgid "View item"
5369
  msgstr ""
5370
 
5374
  msgid "View image"
5375
  msgstr "Bild anzeigen"
5376
 
 
 
 
 
 
 
 
 
 
5377
  msgid "All day event"
5378
  msgstr "Alltagsevent"
5379
 
5383
  msgid "Show parent products only"
5384
  msgstr ""
5385
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5386
  #, php-format
5387
  msgid "Creates slides from %1$s galleries."
5388
  msgstr ""
5405
  msgid "No options given"
5406
  msgstr ""
5407
 
5408
+ #, php-format
5409
+ msgid "Creates slides from %1$s events."
5410
+ msgstr ""
5411
+
5412
  msgid "Exclude event IDs (One ID per line)"
5413
  msgstr ""
5414
 
5463
  msgid "Hide From Event Listings"
5464
  msgstr ""
5465
 
5466
+ msgid "Event start date"
5467
+ msgstr "Event Startzeit"
5468
+
5469
+ msgid "Event end date"
5470
+ msgstr "Event Endzeit"
5471
+
5472
  msgid "Event cost"
5473
  msgstr "Eventkosten"
5474
 
5475
+ msgid "Event creation date"
5476
+ msgstr "Datum der Eventerstellung"
5477
+
5478
+ msgid "Event modification date"
5479
+ msgstr "Datum der Eventveränderung"
5480
+
5481
  msgid "Metakey name"
5482
  msgstr ""
5483
 
5522
  msgid "No limit"
5523
  msgstr ""
5524
 
5525
+ msgid "Hide empty categories"
5526
+ msgstr ""
5527
+
5528
+ msgid "Yes"
5529
+ msgstr "Ja"
5530
+
5531
  msgid "Downloadable"
5532
  msgstr "Downloadbar"
5533
 
5712
  msgid "Vertical pendulum 3D"
5713
  msgstr "Vertikales 3D Pendel"
5714
 
5715
+ msgid "We are Passionate About"
5716
+ msgstr ""
5717
+
5718
+ msgid ""
5719
+ "Amazing Food\n"
5720
+ "Great Hospitality"
5721
+ msgstr ""
5722
+
5723
  msgid "Before text"
5724
  msgstr ""
5725
 
5801
  msgid "Time"
5802
  msgstr ""
5803
 
5804
+ #, fuzzy
5805
+ #| msgid "Size"
5806
+ msgid "Icon Size"
5807
+ msgstr "Größe"
5808
+
5809
+ #, fuzzy
5810
+ #| msgid "Before"
5811
+ msgid "Before After"
5812
+ msgstr "Bevor"
5813
+
5814
+ #, fuzzy
5815
+ #| msgid "Left"
5816
+ msgid "Left top"
5817
+ msgstr "Links"
5818
+
5819
+ #, fuzzy
5820
+ #| msgid "Center"
5821
+ msgid "Center top"
5822
+ msgstr "Mitte"
5823
+
5824
+ #, fuzzy
5825
+ #| msgid "Right"
5826
+ msgid "Right top"
5827
+ msgstr "Rechts"
5828
+
5829
+ #, fuzzy
5830
+ #| msgid "Mouse enter"
5831
+ msgid "Left center"
5832
+ msgstr "Mauseingabe"
5833
+
5834
+ #, fuzzy
5835
+ #| msgid "Center"
5836
+ msgid "Right Center"
5837
+ msgstr "Mitte"
5838
+
5839
+ #, fuzzy
5840
+ #| msgid "To bottom"
5841
+ msgid "Left bottom"
5842
+ msgstr "nach Unten"
5843
+
5844
+ #, fuzzy
5845
+ #| msgid "Curtain to bottom"
5846
+ msgid "Center bottom"
5847
+ msgstr "Vorhang nach unten"
5848
+
5849
+ #, fuzzy
5850
+ #| msgid "To bottom"
5851
+ msgid "Right bottom"
5852
+ msgstr "nach Unten"
5853
+
5854
+ #, fuzzy
5855
+ #| msgid "Before"
5856
+ msgid "Before Image"
5857
+ msgstr "Bevor"
5858
+
5859
+ #, fuzzy
5860
+ #| msgid "Cover image"
5861
+ msgid "After Image"
5862
+ msgstr "Titelbild"
5863
+
5864
+ msgid "Labels"
5865
+ msgstr ""
5866
+
5867
+ #, fuzzy
5868
+ #| msgid "Label"
5869
+ msgid "Show Label"
5870
+ msgstr "Label"
5871
+
5872
+ msgid "Always"
5873
+ msgstr ""
5874
+
5875
+ #, fuzzy
5876
+ #| msgid "Before"
5877
+ msgid "Before label"
5878
+ msgstr "Bevor"
5879
+
5880
+ #, fuzzy
5881
+ #| msgid "Previous label"
5882
+ msgid "After label"
5883
+ msgstr "Letztes Label"
5884
+
5885
+ msgid "Behavior"
5886
+ msgstr ""
5887
+
5888
+ #, fuzzy
5889
+ #| msgid "Interval"
5890
+ msgid "Interaction"
5891
+ msgstr "Interval"
5892
+
5893
+ #, fuzzy
5894
+ #| msgid "Slider"
5895
+ msgid "Divider"
5896
+ msgstr "Slider"
5897
+
5898
+ msgid "Line"
5899
+ msgstr ""
5900
+
5901
+ #, fuzzy
5902
+ #| msgid "Caption"
5903
+ msgid "Show Caption"
5904
+ msgstr "Überschrift"
5905
+
5906
+ #, fuzzy
5907
+ #| msgid "Caption"
5908
+ msgid "Caption text"
5909
+ msgstr "Überschrift"
5910
+
5911
+ msgid "Before image alt tag"
5912
+ msgstr ""
5913
+
5914
+ #, fuzzy
5915
+ #| msgid "Average rating"
5916
+ msgid "After image alt tag"
5917
+ msgstr "Durchschnittliche Bewertung"
5918
+
5919
+ #, fuzzy
5920
+ #| msgid "Optimize"
5921
+ msgid "Optimize images"
5922
+ msgstr "Optimiere"
5923
+
5924
  msgid "Full"
5925
  msgstr "Voll"
5926
 
5954
  msgid "Stroke width"
5955
  msgstr ""
5956
 
 
 
 
5957
  msgid "Inner before"
5958
  msgstr ""
5959
 
5966
  msgid "Animation duration"
5967
  msgstr ""
5968
 
5969
+ #, fuzzy
5970
+ #| msgid "Bounce in down"
5971
+ msgid "Countdown"
5972
+ msgstr "unten hereinspringen"
5973
 
5974
+ msgid "Days"
5975
+ msgstr "Tage"
5976
+
5977
+ msgid "Minutes"
5978
+ msgstr "Minuten"
5979
+
5980
+ msgid "Seconds"
5981
+ msgstr "Sekunden"
5982
 
5983
+ #, fuzzy
5984
+ #| msgid "First slide changed."
5985
+ msgid "Use slide schedule"
5986
+ msgstr "Erster Slide geändert."
5987
+
5988
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
5989
  msgstr ""
5990
 
5991
+ msgid "Use Slide Schedule"
5992
  msgstr ""
5993
 
5994
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
5995
  msgstr ""
5996
 
5997
+ msgid ""
5998
+ "Displays the days, hours, minutes and seconds texts under the counter "
5999
+ "numbers. To display the labels in your own language, translate the texts in "
6000
+ "the language files."
6001
  msgstr ""
6002
 
6003
+ msgid "Gap"
6004
  msgstr ""
6005
 
6006
+ msgid "Creates vertical and horizontal distance between the counter elements."
6007
  msgstr ""
6008
 
6009
+ #, fuzzy
6010
+ #| msgid "Tablet scale"
6011
+ msgid "Tablet style"
6012
+ msgstr "Tablet Größe"
6013
+
6014
+ msgid "Set custom Gap and Column for tablet."
6015
  msgstr ""
6016
 
6017
+ #, fuzzy
6018
+ #| msgid "Mobile scale"
6019
+ msgid "Mobile style"
6020
+ msgstr "Mobil Größe"
6021
+
6022
+ msgid "Set custom Gap and Column for mobile."
6023
  msgstr ""
6024
 
6025
+ msgid "Action when ends"
6026
  msgstr ""
6027
 
6028
+ #, fuzzy
6029
+ #| msgid "No animation"
6030
+ msgid "No action"
6031
+ msgstr "Keine Animation"
6032
+
6033
+ #, fuzzy
6034
+ #| msgid "Heading layer"
6035
+ msgid "Hide layer"
6036
+ msgstr "Layer für Überschrift"
6037
+
6038
+ msgid "Redirect to URL"
6039
  msgstr ""
6040
 
6041
+ msgid "Choose what happens after the counter reached zero."
6042
  msgstr ""
6043
 
6044
+ msgid "This page is"
6045
  msgstr ""
6046
 
6047
+ msgid "Amazing"
6048
  msgstr ""
6049
 
6050
+ #, fuzzy, php-format
6051
+ #| msgid "Circle"
6052
+ msgid "Circle %d"
6053
+ msgstr "Kreis"
6054
+
6055
+ #, php-format
6056
+ msgid "Curly %d"
6057
  msgstr ""
6058
 
6059
+ #, php-format
6060
+ msgid "Highlight %d"
6061
  msgstr ""
6062
 
6063
+ #, php-format
6064
+ msgid "Line Through %d"
6065
  msgstr ""
6066
 
6067
+ #, fuzzy, php-format
6068
+ #| msgid "Rectangle Blue"
6069
+ msgid "Rectangle %d"
6070
+ msgstr "Rechteck Blau"
6071
+
6072
+ #, php-format
6073
+ msgid "Underline %d"
6074
  msgstr ""
6075
 
6076
+ #, php-format
6077
+ msgid "Underline double %d"
6078
  msgstr ""
6079
 
6080
+ #, php-format
6081
+ msgid "ZigZag %d"
6082
  msgstr ""
6083
 
6084
  msgid "Highlighted text"
6096
  msgid "HTML"
6097
  msgstr ""
6098
 
6099
+ msgid "Empty element"
6100
+ msgstr ""
6101
+
6102
  msgid ""
6103
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6104
  "codes loaded by it. We only suggest using this layer if you are a developer. "
6209
  msgid "Icon not found"
6210
  msgstr "Icon nicht gefunden"
6211
 
 
 
 
 
 
6212
  #, php-format
6213
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6214
  msgstr ""
6216
  msgid "Iframe"
6217
  msgstr ""
6218
 
 
 
 
6219
  msgid ""
6220
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6221
  "layer often needs code customizations what you have to do yourself, so we "
6222
  "only suggest using this layer if you are a developer!"
6223
  msgstr ""
6224
 
6225
+ #, fuzzy
6226
+ #| msgid "iframe url"
6227
+ msgid "Iframe url"
6228
  msgstr "iFrame URL"
6229
 
 
 
 
6230
  msgid "You can disable the scroll on the iframe content."
6231
  msgstr ""
6232
 
6233
  #, fuzzy
6234
  #| msgid "iframe url"
6235
+ msgid "Iframe title"
6236
  msgstr "iFrame URL"
6237
 
6238
  msgid "Image area"
6566
 
6567
  #, php-format
6568
  msgid ""
6569
+ "%1$s does not support the full screen API. For this reason the full screen "
6570
+ "button will not appear on %1$s devices."
 
6571
  msgstr ""
6572
 
6573
  msgid "Indicator"
6582
  msgid "Bar color"
6583
  msgstr ""
6584
 
6585
+ #~ msgid "Loop single slide"
6586
+ #~ msgstr "einzelnen Slide wiederholen"
6587
+
6588
+ #~ msgid "Expired"
6589
+ #~ msgstr "Abgelaufen"
6590
+
6591
+ #~ msgid "On sale"
6592
+ #~ msgstr "zum Verkauf"
6593
+
6594
+ #~ msgid "Discount price"
6595
+ #~ msgstr "Sonderpreis"
6596
+
6597
  #~ msgid "Show hidden"
6598
  #~ msgstr "Zeige versteckte"
6599
 
6612
  #~ msgid "Absolute position"
6613
  #~ msgstr "Nächste Position"
6614
 
 
 
 
 
 
 
 
 
 
6615
  #, fuzzy
6616
  #~| msgid "Tablet scale"
6617
  #~ msgid "Tablet size"
Nextend/Languages/es.mo CHANGED
Binary file
Nextend/Languages/es.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2022-01-17 09:52+0100\n"
5
- "PO-Revision-Date: 2022-01-17 13:27+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: es\n"
@@ -10,7 +10,7 @@ msgstr ""
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
- "X-Generator: Poedit 3.0.1\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
16
  "X-Poedit-Flags-xgettext: --no-location\n"
@@ -27,10 +27,6 @@ msgstr ""
27
  "¡No se puede conectar con el servidor de licencias, por favor inténtalo más "
28
  "tarde!"
29
 
30
- msgctxt "Default Google font family for admin"
31
- msgid "Montserrat"
32
- msgstr "Montserrat"
33
-
34
  msgid "You are not allowed to upload!"
35
  msgstr "¡No tienes permisos para subir archivos!"
36
 
@@ -183,6 +179,16 @@ msgstr "Frontend"
183
  msgid "You can load Google Fonts on the frontend."
184
  msgstr "Puedes cargar fuentes de Google Fonts en el frontend."
185
 
 
 
 
 
 
 
 
 
 
 
186
  msgid "Backend"
187
  msgstr "Backend"
188
 
@@ -1146,7 +1152,7 @@ msgstr "Editar"
1146
  msgid "Group"
1147
  msgstr "Grupo"
1148
 
1149
- msgid "Edit slider"
1150
  msgstr "Editar slider"
1151
 
1152
  msgid "Up"
@@ -2119,14 +2125,16 @@ msgstr "Me encantó"
2119
  msgid "Why upgrade to Smart Slider 3 Pro?"
2120
  msgstr "¿Por qué actualizarse a Smart Slider 3 Pro?"
2121
 
2122
- msgid "120+ slider templates"
2123
- msgstr "Más de 120 plantillas de sliders"
 
2124
 
2125
  msgid "Full slide library access"
2126
  msgstr "Acceso completo a la Biblioteca de Slides"
2127
 
2128
- msgid "20 new layers"
2129
- msgstr "20 nuevas capas"
 
2130
 
2131
  msgid "Extra advanced options"
2132
  msgstr "Opciones extra avanzadas"
@@ -2625,7 +2633,7 @@ msgstr "Mostrar"
2625
 
2626
  #, php-format
2627
  msgid "Showing %s to %s of %s projects"
2628
- msgstr "Mostrando %s de %s de %s proyectos"
2629
 
2630
  msgid "No projects to show"
2631
  msgstr "No hay proyectos para mostrar"
@@ -2644,7 +2652,7 @@ msgid "Showing %s results for %s."
2644
  msgstr "Mostrando %s resultados para %s."
2645
 
2646
  msgid "Module"
2647
- msgstr "Modulo"
2648
 
2649
  msgid "Displays the slider in a template module position."
2650
  msgstr "Muestra el slider en una posición de módulo de tu plantilla."
@@ -3194,8 +3202,8 @@ msgstr "Configuración del generador"
3194
  msgid "Cache expiration"
3195
  msgstr "Expiración del Cache"
3196
 
3197
- msgid "hours"
3198
- msgstr "horas"
3199
 
3200
  msgid "Start index"
3201
  msgstr "Indice de inicio"
@@ -3723,24 +3731,15 @@ msgstr ""
3723
  msgid "Whole group"
3724
  msgstr "Todo el grupo"
3725
 
3726
- msgid "Select slider"
3727
- msgstr "Seleccionar slider"
3728
 
3729
  msgid "OR"
3730
  msgstr "O"
3731
 
3732
- msgid "Select A Slider"
3733
- msgstr "Seleccionar un slider"
3734
-
3735
  msgid "Insert a slider into your content"
3736
  msgstr "Insertar un slider en tu contenido"
3737
 
3738
- msgid "Select Slider"
3739
- msgstr "Selecciona un slider"
3740
-
3741
- msgid "Edit Slider"
3742
- msgstr "Editar slider"
3743
-
3744
  msgid "Select the slider you want to insert."
3745
  msgstr "Selecciona el slider que deseas insertar."
3746
 
@@ -3771,7 +3770,7 @@ msgstr ""
3771
  "atributos rel con un espacio. Ejemplo: nofollow noopener noreferrer"
3772
 
3773
  msgid "Icon"
3774
- msgstr "Icono"
3775
 
3776
  msgid "Placement"
3777
  msgstr "Ubicación"
@@ -4682,9 +4681,6 @@ msgstr "Barra de texto"
4682
  msgid "Bullets"
4683
  msgstr "Viñetas"
4684
 
4685
- msgid "Bullet"
4686
- msgstr "Viñeta"
4687
-
4688
  msgid "Side"
4689
  msgstr "Lado"
4690
 
@@ -4877,44 +4873,23 @@ msgstr "Pirueta"
4877
  msgid "Sparkling"
4878
  msgstr "Burbujeante"
4879
 
4880
- msgid "Curve 1"
4881
- msgstr "Curva 1"
4882
-
4883
- msgid "Curve 2"
4884
- msgstr "Curva 2"
4885
-
4886
- msgid "Curve 3"
4887
- msgstr "Curva 3"
4888
-
4889
- msgid "Curve 4"
4890
- msgstr "Curva 4"
4891
 
4892
  msgid "Curves"
4893
  msgstr "Curvas"
4894
 
4895
- msgid "Fan 1"
4896
- msgstr "Abanico 1"
4897
-
4898
- msgid "Fan 2"
4899
- msgstr "Abanico 2"
4900
-
4901
- msgid "Fan 3"
4902
- msgstr "Abanico 3"
4903
-
4904
- msgid "Fan 4"
4905
- msgstr "Abanico 4"
4906
 
4907
  msgid "Hills"
4908
  msgstr "Colinas"
4909
 
4910
- msgid "Incline 1"
4911
- msgstr "Inclinar 1"
4912
-
4913
- msgid "Incline 2"
4914
- msgstr "Inclinar 2"
4915
-
4916
- msgid "Incline 3"
4917
- msgstr "Inclinar 3"
4918
 
4919
  msgid "Inverse arrow"
4920
  msgstr "Flecha inversa"
@@ -4925,44 +4900,28 @@ msgstr "Rectángulo"
4925
  msgid "Slopes"
4926
  msgstr "Pendientes"
4927
 
4928
- msgid "Tilt 1"
4929
- msgstr "Inclinación 1"
4930
-
4931
- msgid "Tilt 2"
4932
- msgstr "Inclinación 2"
4933
-
4934
- msgid "Triangle 1"
4935
- msgstr "Triángulo 1"
4936
-
4937
- msgid "Triangle 2"
4938
- msgstr "Triángulo 2"
4939
 
4940
- msgid "Wave 1"
4941
- msgstr "Ola 1"
 
4942
 
4943
- msgid "Wave 2"
4944
- msgstr "Ola 2"
 
4945
 
4946
  msgid "Waves"
4947
  msgstr "Olas"
4948
 
4949
- msgid "Columns 1"
4950
- msgstr "Columnas 1"
4951
-
4952
- msgid "Columns 2"
4953
- msgstr "Columnas 2"
4954
-
4955
- msgid "Paper 1"
4956
- msgstr "Papel 1"
4957
-
4958
- msgid "Paper 2"
4959
- msgstr "Papel 2"
4960
-
4961
- msgid "Paper 3"
4962
- msgstr "Papel 3"
4963
 
4964
- msgid "Paper 4"
4965
- msgstr "Papel 4"
 
4966
 
4967
  msgid "2 Colors"
4968
  msgstr "2 colores"
@@ -4985,12 +4944,13 @@ msgstr "¡El ID de la app está vacío. Por favor ingresa ese valor!"
4985
  #, php-format
4986
  msgid ""
4987
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4988
- "order to use this generator! - %2$s How to get SSL for my WordPress site? "
4989
- "%3$s"
4990
  msgstr ""
4991
  "%1$s permite solo URIs de redireccionamiento HTTPS. ¡Puedes mover tu sitio a "
4992
- "HTTPS para poder utilizar este generador! %2$s ¿Cómo usar SSL para mi sitio "
4993
- "en WordPress? %3$s"
 
 
4994
 
4995
  #, php-format
4996
  msgid ""
@@ -5113,7 +5073,7 @@ msgid "Folder"
5113
  msgstr "Carpeta"
5114
 
5115
  msgid "Images in folder"
5116
- msgstr "Imagenes en el directorio"
5117
 
5118
  msgid "Images in folder and subfolders"
5119
  msgstr "Imágenes en la carpeta y subcarpetas"
@@ -5122,7 +5082,10 @@ msgid "Videos in folder"
5122
  msgstr "Videos en carpeta"
5123
 
5124
  msgid "Source folder"
5125
- msgstr "Directorio origen"
 
 
 
5126
 
5127
  msgid "Remove resized images"
5128
  msgstr "Remover imágenes redimensionadas"
@@ -5139,6 +5102,28 @@ msgstr ""
5139
  "mientras que \"mifotografia-120x120.jpg\" será removida, ya que es la misma "
5140
  "imagen, pero en un tamaño más pequeño."
5141
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5142
  msgid "Filename"
5143
  msgstr "Nombre de archivo"
5144
 
@@ -5162,6 +5147,41 @@ msgstr ""
5162
  "Dirección incorrecta. Esta es la dirección de la carpeta de medios y subida "
5163
  "de archivos por defecto, trata navegar desde aquí:"
5164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5165
  msgid "JSON from url"
5166
  msgstr "JSON desde una url"
5167
 
@@ -5207,6 +5227,9 @@ msgstr ""
5207
  msgid "Images"
5208
  msgstr "Imagenes"
5209
 
 
 
 
5210
  msgid "Timezone offset in hours. For example: +2 or -7."
5211
  msgstr "Compensación de zona horaria expresada en horas. Por ejemplo: +2 ó -7."
5212
 
@@ -5250,57 +5273,6 @@ msgstr "opcional"
5250
  msgid "Creates slides from %1$s content."
5251
  msgstr "Crea slides del contenido de %1$s."
5252
 
5253
- msgid "Items"
5254
- msgstr "Items"
5255
-
5256
- msgid "Locations"
5257
- msgstr "Ubicaciones"
5258
-
5259
- msgid "Types"
5260
- msgstr "Tipos"
5261
-
5262
- msgid "Expired"
5263
- msgstr "Expiro"
5264
-
5265
- msgid "Started"
5266
- msgstr "Iniciado"
5267
-
5268
- msgid "Auction"
5269
- msgstr "Subasta"
5270
-
5271
- msgid "Negotiable price"
5272
- msgstr "Negociar precio"
5273
-
5274
- msgid "Blocked by User"
5275
- msgstr "Bloqueado por un usuario"
5276
-
5277
- msgid "Paid"
5278
- msgstr "Pagado"
5279
-
5280
- msgid "Buynow"
5281
- msgstr "Comprar ahora"
5282
-
5283
- msgid "Menu item (item ID)"
5284
- msgstr "Ítem del menú (item ID)"
5285
-
5286
- msgid ""
5287
- "Your url will point to the item within this menu item. You will only get a "
5288
- "good result, if you will pick one of your DJ Classifields menu items or "
5289
- "leave it on 'Default'."
5290
- msgstr ""
5291
- "Tu url apuntará a un ítem dentro del menú. Obtendrás buenos resultados si "
5292
- "escoges uno de los ítems del menú de DJ Classifields y dejas la opción "
5293
- "'Default'."
5294
-
5295
- msgid "Start date"
5296
- msgstr "Fecha de inicio"
5297
-
5298
- msgid "Expiration date"
5299
- msgstr "Fecha de vencimiento"
5300
-
5301
- msgid "Price"
5302
- msgstr "Precio"
5303
-
5304
  msgid "Include subcategories"
5305
  msgstr "Incluir subcategorias"
5306
 
@@ -5352,6 +5324,9 @@ msgstr "Sepáralos con coma."
5352
  msgid "Banned user IDs"
5353
  msgstr "ID's de usuarios bloqueadas"
5354
 
 
 
 
5355
  msgid "Ended"
5356
  msgstr "Finalizado"
5357
 
@@ -5433,12 +5408,18 @@ msgstr "Lenguaje de la Categoría"
5433
  msgid "Manufacturer language"
5434
  msgstr "Lenguaje del Fabricante"
5435
 
 
 
 
5436
  msgid "Product name"
5437
  msgstr "Nombre del producto"
5438
 
5439
  msgid "Product ID"
5440
  msgstr "ID del producto"
5441
 
 
 
 
5442
  msgid "Recurring"
5443
  msgstr "Recurrente"
5444
 
@@ -5454,6 +5435,12 @@ msgstr "Solo eventos principales recurrentes"
5454
  msgid "Only not recurring events"
5455
  msgstr "Solo eventos no recurrentes"
5456
 
 
 
 
 
 
 
5457
  msgid "End date"
5458
  msgstr "Fecha de finalización"
5459
 
@@ -5496,6 +5483,15 @@ msgstr "Máxima fecha de finalización"
5496
  msgid "Only display items with these IDs"
5497
  msgstr "Mostrar solo los items con estos IDs"
5498
 
 
 
 
 
 
 
 
 
 
5499
  msgid "Brand"
5500
  msgstr "Marca"
5501
 
@@ -5536,17 +5532,11 @@ msgstr "Eventos que se repiten"
5536
  msgid "Date language"
5537
  msgstr "Lenguaje de la Fecha"
5538
 
5539
- msgid "Offset value"
5540
- msgstr "Valor de compensación"
5541
 
5542
- msgid ""
5543
- "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5544
- "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5545
- "setting will be used."
5546
- msgstr ""
5547
- "Desfasaje de Zona Horaria establecido en horas. Po ejemplo +2 ó -7. Sí dejas "
5548
- "el campo vacío, se utilizará lo establecido en la opción de Joomla: Sistema -"
5549
- "> Configuración Global -> Servidor -> Zona horaria del sitio."
5550
 
5551
  msgid "Status"
5552
  msgstr "Estado"
@@ -5557,6 +5547,9 @@ msgstr "En la papelera"
5557
  msgid "Ask down all product images"
5558
  msgstr "Preguntar por todas las imágenes de productos"
5559
 
 
 
 
5560
  msgid "View item"
5561
  msgstr "Ver ítem"
5562
 
@@ -5566,15 +5559,6 @@ msgstr "Visto"
5566
  msgid "View image"
5567
  msgstr "Ver imagen"
5568
 
5569
- msgid "Supplier"
5570
- msgstr "Proveedor"
5571
-
5572
- msgid "On sale"
5573
- msgstr "En venta"
5574
-
5575
- msgid "Discount price"
5576
- msgstr "Precio de descuento"
5577
-
5578
  msgid "All day event"
5579
  msgstr "Evento todo el día"
5580
 
@@ -5584,40 +5568,6 @@ msgstr "Lenguaje de resguardo (fallback)"
5584
  msgid "Show parent products only"
5585
  msgstr "Mostrar solo los productos principales"
5586
 
5587
- #, php-format
5588
- msgid "Creates slides from %1$s events."
5589
- msgstr "Crea slides desde los eventos de %1$s."
5590
-
5591
- msgid "Create custom date variables"
5592
- msgstr "Crear variables de fecha personalizadas"
5593
-
5594
- msgid ""
5595
- "You can write any date format (http://php.net/manual/en/function.date.php) "
5596
- "in separate lines, and new variables will be created for them."
5597
- msgstr ""
5598
- "Puedes escribir cualquier formato de fecha (http://php.net/manual/en/"
5599
- "function.date.php) en líneas separadas y nuevas variables se crearán para "
5600
- "ellos."
5601
-
5602
- msgid ""
5603
- "Write the original text, like 'Monday' then two | signs, and the text you "
5604
- "want it to be translated to, for example 'Montag'. Together: Monday||Montag"
5605
- msgstr ""
5606
- "Escribe el texto original, como 'Monday' seguido por dos signos |, y después "
5607
- "el texto que quieres al que se traduzca. Ejemplo: Monday||Lunes"
5608
-
5609
- msgid "Event start date"
5610
- msgstr "Fecha de inicio del evento"
5611
-
5612
- msgid "Event end date"
5613
- msgstr "Fecha de finalización del evento"
5614
-
5615
- msgid "Event creation date"
5616
- msgstr "Fecha de creación del evento"
5617
-
5618
- msgid "Event modification date"
5619
- msgstr "Fecha de modificación del evento"
5620
-
5621
  #, php-format
5622
  msgid "Creates slides from %1$s galleries."
5623
  msgstr "Crea slides desde las galerías de %1$s."
@@ -5642,6 +5592,10 @@ msgstr ""
5642
  msgid "No options given"
5643
  msgstr "No se ingresaron opciones"
5644
 
 
 
 
 
5645
  msgid "Exclude event IDs (One ID per line)"
5646
  msgstr "Excluir IDs de eventos (un ID por línea)"
5647
 
@@ -5698,9 +5652,21 @@ msgstr "Locales"
5698
  msgid "Hide From Event Listings"
5699
  msgstr "Ocultar de los listados de eventos"
5700
 
 
 
 
 
 
 
5701
  msgid "Event cost"
5702
  msgstr "Costo del evento"
5703
 
 
 
 
 
 
 
5704
  msgid "Metakey name"
5705
  msgstr "Nombre de la clave meta"
5706
 
@@ -5933,13 +5899,21 @@ msgid "Grow rotate"
5933
  msgstr "Girar creciendo"
5934
 
5935
  msgid "Pendulum"
5936
- msgstr "Pendulo"
5937
 
5938
  msgid "Pendulum 3D"
5939
- msgstr "Pendulo 3D"
5940
 
5941
  msgid "Vertical pendulum 3D"
5942
- msgstr "Pendulo vertical 3D"
 
 
 
 
 
 
 
 
5943
 
5944
  msgid "Before text"
5945
  msgstr "Antes del texto"
@@ -6091,21 +6065,6 @@ msgstr "Mostrar leyenda"
6091
  msgid "Caption text"
6092
  msgstr "Leyenda"
6093
 
6094
- msgid "2"
6095
- msgstr "2"
6096
-
6097
- msgid "4"
6098
- msgstr "4"
6099
-
6100
- msgid "6"
6101
- msgstr "6"
6102
-
6103
- msgid "8"
6104
- msgstr "8"
6105
-
6106
- msgid "10"
6107
- msgstr "10"
6108
-
6109
  msgid "Before image alt tag"
6110
  msgstr "Alt de imagen antes"
6111
 
@@ -6166,9 +6125,6 @@ msgstr "Cuenta regresiva"
6166
  msgid "Days"
6167
  msgstr "Días"
6168
 
6169
- msgid "Hours"
6170
- msgstr "Horas"
6171
-
6172
  msgid "Minutes"
6173
  msgstr "Minutos"
6174
 
@@ -6231,68 +6187,45 @@ msgstr "Redirigir a la URL"
6231
  msgid "Choose what happens after the counter reached zero."
6232
  msgstr "Selecciona lo que ocurre cuando el contador alcanza el cero."
6233
 
6234
- msgid "Circle 1"
6235
- msgstr "Círculo 1"
6236
-
6237
- msgid "Circle 2"
6238
- msgstr "Círculo 2"
6239
-
6240
- msgid "Circle 3"
6241
- msgstr "Círculo 3"
6242
-
6243
- msgid "Curly 1"
6244
- msgstr "Rizo 1"
6245
-
6246
- msgid "Curly 2"
6247
- msgstr "Rizo 2"
6248
-
6249
- msgid "Highlight 1"
6250
- msgstr "Remarcado 1"
6251
-
6252
- msgid "Highlight 2"
6253
- msgstr "Remarcado 2"
6254
-
6255
- msgid "Highlight 3"
6256
- msgstr "Remarcado 3"
6257
-
6258
- msgid "Line Through 1"
6259
- msgstr "Línea del medio 1"
6260
-
6261
- msgid "Line Through 2"
6262
- msgstr "Línea del medio 2"
6263
-
6264
- msgid "Line Through 3"
6265
- msgstr "Línea del medio 3"
6266
-
6267
- msgid "Rectangle 1"
6268
- msgstr "Rectángulo 1"
6269
 
6270
- msgid "Rectangle 2"
6271
- msgstr "Rectángulo 2"
6272
 
6273
- msgid "Underline 1"
6274
- msgstr "Subrayado 1"
 
6275
 
6276
- msgid "Underline 2"
6277
- msgstr "Subrayado 2"
 
6278
 
6279
- msgid "Underline 3"
6280
- msgstr "Subrayado 3"
 
6281
 
6282
- msgid "Underline double 1"
6283
- msgstr "Subrayado doble 1"
 
6284
 
6285
- msgid "Underline double 2"
6286
- msgstr "Subrayado doble 2"
 
6287
 
6288
- msgid "ZigZag 1"
6289
- msgstr "ZigZag 1"
 
6290
 
6291
- msgid "ZigZag 2"
6292
- msgstr "ZigZag 2"
 
6293
 
6294
- msgid "ZigZag 3"
6295
- msgstr "ZigZag 3"
 
6296
 
6297
  msgid "Highlighted text"
6298
  msgstr "Texto remarcado"
@@ -6309,6 +6242,9 @@ msgstr "Retardo del bucle"
6309
  msgid "HTML"
6310
  msgstr "HTML"
6311
 
 
 
 
6312
  msgid ""
6313
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6314
  "codes loaded by it. We only suggest using this layer if you are a developer. "
@@ -6424,9 +6360,6 @@ msgstr "Superior-romano"
6424
  msgid "Icon not found"
6425
  msgstr "Ícono no encontrado"
6426
 
6427
- msgid "Aria label"
6428
- msgstr "Etiqueta Aria"
6429
-
6430
  #, php-format
6431
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6432
  msgstr "Enter an %1$s aria-label attribute %2$s that describes the link."
@@ -6434,9 +6367,6 @@ msgstr "Enter an %1$s aria-label attribute %2$s that describes the link."
6434
  msgid "Iframe"
6435
  msgstr "Iframe"
6436
 
6437
- msgid "iframe"
6438
- msgstr "iframe"
6439
-
6440
  msgid ""
6441
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6442
  "layer often needs code customizations what you have to do yourself, so we "
@@ -6447,14 +6377,14 @@ msgstr ""
6447
  "tu mismo/a, así que sugerimos que utilices esta capa solo si eres un "
6448
  "desarrollador/a!"
6449
 
6450
- msgid "iframe url"
6451
- msgstr "url iframe"
6452
 
6453
  msgid "You can disable the scroll on the iframe content."
6454
  msgstr "Puedes desactivar el desplazamiento para el contenido del iframe."
6455
 
6456
- msgid "iframe title"
6457
- msgstr "título del iframe"
6458
 
6459
  msgid "Image area"
6460
  msgstr "Área de la imagen"
@@ -6519,10 +6449,10 @@ msgid "Transition"
6519
  msgstr "Transición"
6520
 
6521
  msgid "Front image"
6522
- msgstr "Imagen del frente"
6523
 
6524
  msgid "Back image"
6525
- msgstr "Imagen del fondo"
6526
 
6527
  msgid "Vertical flip"
6528
  msgstr "Voltear vertical"
@@ -6531,10 +6461,10 @@ msgid "Horizontal flip"
6531
  msgstr "Voltear horizontal"
6532
 
6533
  msgid "Front image alt tag"
6534
- msgstr "Etiqueta alt de imagen del frente"
6535
 
6536
  msgid "Back image alt tag"
6537
- msgstr "Etiqueta alt de imagen de fondo"
6538
 
6539
  msgid "MP4 video"
6540
  msgstr "Video MP4"
@@ -6817,6 +6747,191 @@ msgstr "Color de la pista"
6817
  msgid "Bar color"
6818
  msgstr "Color de la barra"
6819
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6820
  #~ msgid "Private video"
6821
  #~ msgstr "Video privado"
6822
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
5
+ "PO-Revision-Date: 2022-05-17 12:52+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: es\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
+ "X-Generator: Poedit 3.0\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
16
  "X-Poedit-Flags-xgettext: --no-location\n"
27
  "¡No se puede conectar con el servidor de licencias, por favor inténtalo más "
28
  "tarde!"
29
 
 
 
 
 
30
  msgid "You are not allowed to upload!"
31
  msgstr "¡No tienes permisos para subir archivos!"
32
 
179
  msgid "You can load Google Fonts on the frontend."
180
  msgstr "Puedes cargar fuentes de Google Fonts en el frontend."
181
 
182
+ msgid "Save fonts locally"
183
+ msgstr "Grabar las fuentes en forma local"
184
+
185
+ msgid ""
186
+ "You can store the used Google Fonts on your server. This way all Google "
187
+ "Fonts will load from your own domain."
188
+ msgstr ""
189
+ "Puedes almacenar las fuentes de Google Font en su servidor. De esta manera "
190
+ "se cargarán las fuentes desde tu propio dominio."
191
+
192
  msgid "Backend"
193
  msgstr "Backend"
194
 
1152
  msgid "Group"
1153
  msgstr "Grupo"
1154
 
1155
+ msgid "Edit Slider"
1156
  msgstr "Editar slider"
1157
 
1158
  msgid "Up"
2125
  msgid "Why upgrade to Smart Slider 3 Pro?"
2126
  msgstr "¿Por qué actualizarse a Smart Slider 3 Pro?"
2127
 
2128
+ #, php-format
2129
+ msgid "%d+ slider templates"
2130
+ msgstr "Más de %d plantillas de sliders"
2131
 
2132
  msgid "Full slide library access"
2133
  msgstr "Acceso completo a la Biblioteca de Slides"
2134
 
2135
+ #, php-format
2136
+ msgid "%d new layers"
2137
+ msgstr "%d nuevas capas"
2138
 
2139
  msgid "Extra advanced options"
2140
  msgstr "Opciones extra avanzadas"
2633
 
2634
  #, php-format
2635
  msgid "Showing %s to %s of %s projects"
2636
+ msgstr "Mostrando %s a %s de %s proyectos"
2637
 
2638
  msgid "No projects to show"
2639
  msgstr "No hay proyectos para mostrar"
2652
  msgstr "Mostrando %s resultados para %s."
2653
 
2654
  msgid "Module"
2655
+ msgstr "Module"
2656
 
2657
  msgid "Displays the slider in a template module position."
2658
  msgstr "Muestra el slider en una posición de módulo de tu plantilla."
3202
  msgid "Cache expiration"
3203
  msgstr "Expiración del Cache"
3204
 
3205
+ msgid "Hours"
3206
+ msgstr "Horas"
3207
 
3208
  msgid "Start index"
3209
  msgstr "Indice de inicio"
3731
  msgid "Whole group"
3732
  msgstr "Todo el grupo"
3733
 
3734
+ msgid "Select Slider"
3735
+ msgstr "Selecciona un slider"
3736
 
3737
  msgid "OR"
3738
  msgstr "O"
3739
 
 
 
 
3740
  msgid "Insert a slider into your content"
3741
  msgstr "Insertar un slider en tu contenido"
3742
 
 
 
 
 
 
 
3743
  msgid "Select the slider you want to insert."
3744
  msgstr "Selecciona el slider que deseas insertar."
3745
 
3770
  "atributos rel con un espacio. Ejemplo: nofollow noopener noreferrer"
3771
 
3772
  msgid "Icon"
3773
+ msgstr "Ícono"
3774
 
3775
  msgid "Placement"
3776
  msgstr "Ubicación"
4681
  msgid "Bullets"
4682
  msgstr "Viñetas"
4683
 
 
 
 
4684
  msgid "Side"
4685
  msgstr "Lado"
4686
 
4873
  msgid "Sparkling"
4874
  msgstr "Burbujeante"
4875
 
4876
+ #, php-format
4877
+ msgid "Curve %d"
4878
+ msgstr "Curva %d"
 
 
 
 
 
 
 
 
4879
 
4880
  msgid "Curves"
4881
  msgstr "Curvas"
4882
 
4883
+ #, php-format
4884
+ msgid "Fan %d"
4885
+ msgstr "Abanico %d"
 
 
 
 
 
 
 
 
4886
 
4887
  msgid "Hills"
4888
  msgstr "Colinas"
4889
 
4890
+ #, php-format
4891
+ msgid "Incline %d"
4892
+ msgstr "Pendiente %d"
 
 
 
 
 
4893
 
4894
  msgid "Inverse arrow"
4895
  msgstr "Flecha inversa"
4900
  msgid "Slopes"
4901
  msgstr "Pendientes"
4902
 
4903
+ #, php-format
4904
+ msgid "Tilt %d"
4905
+ msgstr "Inclinación %d"
 
 
 
 
 
 
 
 
4906
 
4907
+ #, php-format
4908
+ msgid "Triangle %d"
4909
+ msgstr "Triángulo %d"
4910
 
4911
+ #, php-format
4912
+ msgid "Wave %d"
4913
+ msgstr "Ola %d"
4914
 
4915
  msgid "Waves"
4916
  msgstr "Olas"
4917
 
4918
+ #, php-format
4919
+ msgid "Columns %d"
4920
+ msgstr "Columnas %d"
 
 
 
 
 
 
 
 
 
 
 
4921
 
4922
+ #, php-format
4923
+ msgid "Paper %d"
4924
+ msgstr "Papel %d"
4925
 
4926
  msgid "2 Colors"
4927
  msgstr "2 colores"
4944
  #, php-format
4945
  msgid ""
4946
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4947
+ "order to use this generator!"
 
4948
  msgstr ""
4949
  "%1$s permite solo URIs de redireccionamiento HTTPS. ¡Puedes mover tu sitio a "
4950
+ "HTTPS para poder utilizar este generador!"
4951
+
4952
+ msgid "How to get SSL for my website?"
4953
+ msgstr "¿Cómo usar SSL para mi sitio?"
4954
 
4955
  #, php-format
4956
  msgid ""
5073
  msgstr "Carpeta"
5074
 
5075
  msgid "Images in folder"
5076
+ msgstr "Imágenes en la carpeta"
5077
 
5078
  msgid "Images in folder and subfolders"
5079
  msgstr "Imágenes en la carpeta y subcarpetas"
5082
  msgstr "Videos en carpeta"
5083
 
5084
  msgid "Source folder"
5085
+ msgstr "Carpeta de origen"
5086
+
5087
+ msgid "Filename based exclusion"
5088
+ msgstr "Excluir basado en el nombre del archivo"
5089
 
5090
  msgid "Remove resized images"
5091
  msgstr "Remover imágenes redimensionadas"
5102
  "mientras que \"mifotografia-120x120.jpg\" será removida, ya que es la misma "
5103
  "imagen, pero en un tamaño más pequeño."
5104
 
5105
+ msgid "Filename has to contain"
5106
+ msgstr "El nombre del archivo debe contener"
5107
+
5108
+ msgid ""
5109
+ "Only those images will be asked down, which have the given texts within "
5110
+ "their filenames. You can write down multiple texts separated by comma."
5111
+ msgstr ""
5112
+ "Solo se llamarán las imágenes que contengan el texto que especifiques en su "
5113
+ "nombre de archivo. Puedes escribir múltiples parámetros separándolos con una "
5114
+ "coma."
5115
+
5116
+ msgid "Filename cannot contain"
5117
+ msgstr "El nombre del archivo no debe contener"
5118
+
5119
+ msgid ""
5120
+ "Only those images will be asked down, which don't have the given texts "
5121
+ "within their filenames. You can write down multiple texts separated by comma."
5122
+ msgstr ""
5123
+ "Solo se llamarán las imágenes que no contengan el texto que especifiques en "
5124
+ "su nombre de archivo. Puedes escribir múltiples parámetros separándolos con "
5125
+ "una coma."
5126
+
5127
  msgid "Filename"
5128
  msgstr "Nombre de archivo"
5129
 
5147
  "Dirección incorrecta. Esta es la dirección de la carpeta de medios y subida "
5148
  "de archivos por defecto, trata navegar desde aquí:"
5149
 
5150
+ msgid "The App ID and the Secret is empty!"
5151
+ msgstr "¡Los parámetros \"App ID\" y \"Secret\" están vacíos!"
5152
+
5153
+ msgid "The token will expire at:"
5154
+ msgstr "El tocken expirará en:"
5155
+
5156
+ msgid "Access token was not returned.Please check the credentials!"
5157
+ msgstr ""
5158
+ "El token de acceso no devolvió ningún resultado. ¡Por favor comprueba las "
5159
+ "credenciales!"
5160
+
5161
+ msgid "The token expired. Please request new token!"
5162
+ msgstr "¡El token expiró. Por favor solicite uno nuevo!"
5163
+
5164
+ msgid "The token will expire in two days! Please refresh the token!"
5165
+ msgstr "¡El token expirará en dos días!. ¡Por favor solicita uno nuevo!"
5166
+
5167
+ msgid "Refresh Token"
5168
+ msgstr "Actualizar token"
5169
+
5170
+ msgid "Refresh"
5171
+ msgstr "Recargar"
5172
+
5173
+ msgid "Album loading method"
5174
+ msgstr "Método de carga del álbum"
5175
+
5176
+ msgid "Load first images only"
5177
+ msgstr "Cargar solo las primeras imágenes"
5178
+
5179
+ msgid "Load album images separately"
5180
+ msgstr "Cargar imágenes del álbum por separado"
5181
+
5182
+ msgid "Load Album images as record data"
5183
+ msgstr "Cargar imágenes del álbum como datos de registro"
5184
+
5185
  msgid "JSON from url"
5186
  msgstr "JSON desde una url"
5187
 
5227
  msgid "Images"
5228
  msgstr "Imagenes"
5229
 
5230
+ msgid "Offset hours"
5231
+ msgstr "Horas de compensación"
5232
+
5233
  msgid "Timezone offset in hours. For example: +2 or -7."
5234
  msgstr "Compensación de zona horaria expresada en horas. Por ejemplo: +2 ó -7."
5235
 
5273
  msgid "Creates slides from %1$s content."
5274
  msgstr "Crea slides del contenido de %1$s."
5275
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5276
  msgid "Include subcategories"
5277
  msgstr "Incluir subcategorias"
5278
 
5324
  msgid "Banned user IDs"
5325
  msgstr "ID's de usuarios bloqueadas"
5326
 
5327
+ msgid "Started"
5328
+ msgstr "Iniciado"
5329
+
5330
  msgid "Ended"
5331
  msgstr "Finalizado"
5332
 
5408
  msgid "Manufacturer language"
5409
  msgstr "Lenguaje del Fabricante"
5410
 
5411
+ msgid "Price"
5412
+ msgstr "Precio"
5413
+
5414
  msgid "Product name"
5415
  msgstr "Nombre del producto"
5416
 
5417
  msgid "Product ID"
5418
  msgstr "ID del producto"
5419
 
5420
+ msgid "Locations"
5421
+ msgstr "Ubicaciones"
5422
+
5423
  msgid "Recurring"
5424
  msgstr "Recurrente"
5425
 
5435
  msgid "Only not recurring events"
5436
  msgstr "Solo eventos no recurrentes"
5437
 
5438
+ msgid "Menu item (item ID)"
5439
+ msgstr "Ítem del menú (item ID)"
5440
+
5441
+ msgid "Start date"
5442
+ msgstr "Fecha de inicio"
5443
+
5444
  msgid "End date"
5445
  msgstr "Fecha de finalización"
5446
 
5483
  msgid "Only display items with these IDs"
5484
  msgstr "Mostrar solo los items con estos IDs"
5485
 
5486
+ msgid ""
5487
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5488
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5489
+ "setting will be used."
5490
+ msgstr ""
5491
+ "Desfasaje de Zona Horaria establecido en horas. Po ejemplo +2 ó -7. Sí dejas "
5492
+ "el campo vacío, se utilizará lo establecido en la opción de Joomla: Sistema -"
5493
+ "> Configuración Global -> Servidor -> Zona horaria del sitio."
5494
+
5495
  msgid "Brand"
5496
  msgstr "Marca"
5497
 
5532
  msgid "Date language"
5533
  msgstr "Lenguaje de la Fecha"
5534
 
5535
+ msgid "Date variable offset"
5536
+ msgstr "Variable de compensación de fecha"
5537
 
5538
+ msgid "Date filter offset"
5539
+ msgstr "Filtro de compensación de fecha"
 
 
 
 
 
 
5540
 
5541
  msgid "Status"
5542
  msgstr "Estado"
5547
  msgid "Ask down all product images"
5548
  msgstr "Preguntar por todas las imágenes de productos"
5549
 
5550
+ msgid "Items"
5551
+ msgstr "Items"
5552
+
5553
  msgid "View item"
5554
  msgstr "Ver ítem"
5555
 
5559
  msgid "View image"
5560
  msgstr "Ver imagen"
5561
 
 
 
 
 
 
 
 
 
 
5562
  msgid "All day event"
5563
  msgstr "Evento todo el día"
5564
 
5568
  msgid "Show parent products only"
5569
  msgstr "Mostrar solo los productos principales"
5570
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5571
  #, php-format
5572
  msgid "Creates slides from %1$s galleries."
5573
  msgstr "Crea slides desde las galerías de %1$s."
5592
  msgid "No options given"
5593
  msgstr "No se ingresaron opciones"
5594
 
5595
+ #, php-format
5596
+ msgid "Creates slides from %1$s events."
5597
+ msgstr "Crea slides desde los eventos de %1$s."
5598
+
5599
  msgid "Exclude event IDs (One ID per line)"
5600
  msgstr "Excluir IDs de eventos (un ID por línea)"
5601
 
5652
  msgid "Hide From Event Listings"
5653
  msgstr "Ocultar de los listados de eventos"
5654
 
5655
+ msgid "Event start date"
5656
+ msgstr "Fecha de inicio del evento"
5657
+
5658
+ msgid "Event end date"
5659
+ msgstr "Fecha de finalización del evento"
5660
+
5661
  msgid "Event cost"
5662
  msgstr "Costo del evento"
5663
 
5664
+ msgid "Event creation date"
5665
+ msgstr "Fecha de creación del evento"
5666
+
5667
+ msgid "Event modification date"
5668
+ msgstr "Fecha de modificación del evento"
5669
+
5670
  msgid "Metakey name"
5671
  msgstr "Nombre de la clave meta"
5672
 
5899
  msgstr "Girar creciendo"
5900
 
5901
  msgid "Pendulum"
5902
+ msgstr "Péndulo"
5903
 
5904
  msgid "Pendulum 3D"
5905
+ msgstr "Péndulo 3D"
5906
 
5907
  msgid "Vertical pendulum 3D"
5908
+ msgstr "Péndulo vertical 3D"
5909
+
5910
+ msgid "We are Passionate About"
5911
+ msgstr ""
5912
+
5913
+ msgid ""
5914
+ "Amazing Food\n"
5915
+ "Great Hospitality"
5916
+ msgstr ""
5917
 
5918
  msgid "Before text"
5919
  msgstr "Antes del texto"
6065
  msgid "Caption text"
6066
  msgstr "Leyenda"
6067
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6068
  msgid "Before image alt tag"
6069
  msgstr "Alt de imagen antes"
6070
 
6125
  msgid "Days"
6126
  msgstr "Días"
6127
 
 
 
 
6128
  msgid "Minutes"
6129
  msgstr "Minutos"
6130
 
6187
  msgid "Choose what happens after the counter reached zero."
6188
  msgstr "Selecciona lo que ocurre cuando el contador alcanza el cero."
6189
 
6190
+ #, fuzzy
6191
+ #| msgid "The image is empty"
6192
+ msgid "This page is"
6193
+ msgstr "La imagen está vacía"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6194
 
6195
+ msgid "Amazing"
6196
+ msgstr ""
6197
 
6198
+ #, php-format
6199
+ msgid "Circle %d"
6200
+ msgstr "Círculo %d"
6201
 
6202
+ #, php-format
6203
+ msgid "Curly %d"
6204
+ msgstr "Rizo %d"
6205
 
6206
+ #, php-format
6207
+ msgid "Highlight %d"
6208
+ msgstr "Remarcado %d"
6209
 
6210
+ #, php-format
6211
+ msgid "Line Through %d"
6212
+ msgstr "Línea atravesada %d"
6213
 
6214
+ #, php-format
6215
+ msgid "Rectangle %d"
6216
+ msgstr "Rectángulo %d"
6217
 
6218
+ #, php-format
6219
+ msgid "Underline %d"
6220
+ msgstr "Subrayado %d"
6221
 
6222
+ #, php-format
6223
+ msgid "Underline double %d"
6224
+ msgstr "Subrayado doble %d"
6225
 
6226
+ #, php-format
6227
+ msgid "ZigZag %d"
6228
+ msgstr "ZigZag %d"
6229
 
6230
  msgid "Highlighted text"
6231
  msgstr "Texto remarcado"
6242
  msgid "HTML"
6243
  msgstr "HTML"
6244
 
6245
+ msgid "Empty element"
6246
+ msgstr ""
6247
+
6248
  msgid ""
6249
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6250
  "codes loaded by it. We only suggest using this layer if you are a developer. "
6360
  msgid "Icon not found"
6361
  msgstr "Ícono no encontrado"
6362
 
 
 
 
6363
  #, php-format
6364
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6365
  msgstr "Enter an %1$s aria-label attribute %2$s that describes the link."
6367
  msgid "Iframe"
6368
  msgstr "Iframe"
6369
 
 
 
 
6370
  msgid ""
6371
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6372
  "layer often needs code customizations what you have to do yourself, so we "
6377
  "tu mismo/a, así que sugerimos que utilices esta capa solo si eres un "
6378
  "desarrollador/a!"
6379
 
6380
+ msgid "Iframe url"
6381
+ msgstr "Url del iframe"
6382
 
6383
  msgid "You can disable the scroll on the iframe content."
6384
  msgstr "Puedes desactivar el desplazamiento para el contenido del iframe."
6385
 
6386
+ msgid "Iframe title"
6387
+ msgstr "Título del iframe"
6388
 
6389
  msgid "Image area"
6390
  msgstr "Área de la imagen"
6449
  msgstr "Transición"
6450
 
6451
  msgid "Front image"
6452
+ msgstr "Imagen de frente"
6453
 
6454
  msgid "Back image"
6455
+ msgstr "Imagen de atrás"
6456
 
6457
  msgid "Vertical flip"
6458
  msgstr "Voltear vertical"
6461
  msgstr "Voltear horizontal"
6462
 
6463
  msgid "Front image alt tag"
6464
+ msgstr "Etiqueta alt de imagen de frente"
6465
 
6466
  msgid "Back image alt tag"
6467
+ msgstr "Etiqueta alt de imagen de atrás"
6468
 
6469
  msgid "MP4 video"
6470
  msgstr "Video MP4"
6747
  msgid "Bar color"
6748
  msgstr "Color de la barra"
6749
 
6750
+ #~ msgctxt "Default Google font family for admin"
6751
+ #~ msgid "Montserrat"
6752
+ #~ msgstr "Montserrat"
6753
+
6754
+ #~ msgid "Edit slider"
6755
+ #~ msgstr "Editar slider"
6756
+
6757
+ #~ msgid "hours"
6758
+ #~ msgstr "horas"
6759
+
6760
+ #~ msgid "Select slider"
6761
+ #~ msgstr "Seleccionar slider"
6762
+
6763
+ #~ msgid "Select A Slider"
6764
+ #~ msgstr "Seleccionar un slider"
6765
+
6766
+ #~ msgid "Bullet"
6767
+ #~ msgstr "Viñeta"
6768
+
6769
+ #~ msgid "Curve 2"
6770
+ #~ msgstr "Curva 2"
6771
+
6772
+ #~ msgid "Curve 3"
6773
+ #~ msgstr "Curva 3"
6774
+
6775
+ #~ msgid "Curve 4"
6776
+ #~ msgstr "Curva 4"
6777
+
6778
+ #~ msgid "Fan 2"
6779
+ #~ msgstr "Abanico 2"
6780
+
6781
+ #~ msgid "Fan 3"
6782
+ #~ msgstr "Abanico 3"
6783
+
6784
+ #~ msgid "Fan 4"
6785
+ #~ msgstr "Abanico 4"
6786
+
6787
+ #~ msgid "Incline 2"
6788
+ #~ msgstr "Inclinar 2"
6789
+
6790
+ #~ msgid "Incline 3"
6791
+ #~ msgstr "Inclinar 3"
6792
+
6793
+ #~ msgid "Tilt 2"
6794
+ #~ msgstr "Inclinación 2"
6795
+
6796
+ #~ msgid "Triangle 2"
6797
+ #~ msgstr "Triángulo 2"
6798
+
6799
+ #~ msgid "Wave 2"
6800
+ #~ msgstr "Ola 2"
6801
+
6802
+ #~ msgid "Columns 2"
6803
+ #~ msgstr "Columnas 2"
6804
+
6805
+ #~ msgid "Paper 2"
6806
+ #~ msgstr "Papel 2"
6807
+
6808
+ #~ msgid "Paper 3"
6809
+ #~ msgstr "Papel 3"
6810
+
6811
+ #~ msgid "Paper 4"
6812
+ #~ msgstr "Papel 4"
6813
+
6814
+ #~ msgid "Types"
6815
+ #~ msgstr "Tipos"
6816
+
6817
+ #~ msgid "Expired"
6818
+ #~ msgstr "Expiro"
6819
+
6820
+ #~ msgid "Auction"
6821
+ #~ msgstr "Subasta"
6822
+
6823
+ #~ msgid "Negotiable price"
6824
+ #~ msgstr "Negociar precio"
6825
+
6826
+ #~ msgid "Blocked by User"
6827
+ #~ msgstr "Bloqueado por un usuario"
6828
+
6829
+ #~ msgid "Paid"
6830
+ #~ msgstr "Pagado"
6831
+
6832
+ #~ msgid "Buynow"
6833
+ #~ msgstr "Comprar ahora"
6834
+
6835
+ #~ msgid ""
6836
+ #~ "Your url will point to the item within this menu item. You will only get "
6837
+ #~ "a good result, if you will pick one of your DJ Classifields menu items or "
6838
+ #~ "leave it on 'Default'."
6839
+ #~ msgstr ""
6840
+ #~ "Tu url apuntará a un ítem dentro del menú. Obtendrás buenos resultados si "
6841
+ #~ "escoges uno de los ítems del menú de DJ Classifields y dejas la opción "
6842
+ #~ "'Default'."
6843
+
6844
+ #~ msgid "Expiration date"
6845
+ #~ msgstr "Fecha de vencimiento"
6846
+
6847
+ #~ msgid "Supplier"
6848
+ #~ msgstr "Proveedor"
6849
+
6850
+ #~ msgid "On sale"
6851
+ #~ msgstr "En venta"
6852
+
6853
+ #~ msgid "Discount price"
6854
+ #~ msgstr "Precio de descuento"
6855
+
6856
+ #~ msgid "2"
6857
+ #~ msgstr "2"
6858
+
6859
+ #~ msgid "4"
6860
+ #~ msgstr "4"
6861
+
6862
+ #~ msgid "6"
6863
+ #~ msgstr "6"
6864
+
6865
+ #~ msgid "8"
6866
+ #~ msgstr "8"
6867
+
6868
+ #~ msgid "10"
6869
+ #~ msgstr "10"
6870
+
6871
+ #~ msgid "Circle 2"
6872
+ #~ msgstr "Círculo 2"
6873
+
6874
+ #~ msgid "Circle 3"
6875
+ #~ msgstr "Círculo 3"
6876
+
6877
+ #~ msgid "Curly 2"
6878
+ #~ msgstr "Rizo 2"
6879
+
6880
+ #~ msgid "Highlight 2"
6881
+ #~ msgstr "Remarcado 2"
6882
+
6883
+ #~ msgid "Highlight 3"
6884
+ #~ msgstr "Remarcado 3"
6885
+
6886
+ #~ msgid "Line Through 2"
6887
+ #~ msgstr "Línea del medio 2"
6888
+
6889
+ #~ msgid "Line Through 3"
6890
+ #~ msgstr "Línea del medio 3"
6891
+
6892
+ #~ msgid "Rectangle 2"
6893
+ #~ msgstr "Rectángulo 2"
6894
+
6895
+ #~ msgid "Underline 2"
6896
+ #~ msgstr "Subrayado 2"
6897
+
6898
+ #~ msgid "Underline 3"
6899
+ #~ msgstr "Subrayado 3"
6900
+
6901
+ #~ msgid "Underline double 2"
6902
+ #~ msgstr "Subrayado doble 2"
6903
+
6904
+ #~ msgid "ZigZag 2"
6905
+ #~ msgstr "ZigZag 2"
6906
+
6907
+ #~ msgid "ZigZag 3"
6908
+ #~ msgstr "ZigZag 3"
6909
+
6910
+ #~ msgid "Aria label"
6911
+ #~ msgstr "Etiqueta Aria"
6912
+
6913
+ #~ msgid "iframe"
6914
+ #~ msgstr "iframe"
6915
+
6916
+ #~ msgid "Create custom date variables"
6917
+ #~ msgstr "Crear variables de fecha personalizadas"
6918
+
6919
+ #~ msgid ""
6920
+ #~ "You can write any date format (http://php.net/manual/en/function.date."
6921
+ #~ "php) in separate lines, and new variables will be created for them."
6922
+ #~ msgstr ""
6923
+ #~ "Puedes escribir cualquier formato de fecha (http://php.net/manual/en/"
6924
+ #~ "function.date.php) en líneas separadas y nuevas variables se crearán para "
6925
+ #~ "ellos."
6926
+
6927
+ #~ msgid ""
6928
+ #~ "Write the original text, like 'Monday' then two | signs, and the text you "
6929
+ #~ "want it to be translated to, for example 'Montag'. Together: Monday||"
6930
+ #~ "Montag"
6931
+ #~ msgstr ""
6932
+ #~ "Escribe el texto original, como 'Monday' seguido por dos signos |, y "
6933
+ #~ "después el texto que quieres al que se traduzca. Ejemplo: Monday||Lunes"
6934
+
6935
  #~ msgid "Private video"
6936
  #~ msgstr "Video privado"
6937
 
Nextend/Languages/fi.mo CHANGED
Binary file
Nextend/Languages/fi.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: VERSION\n"
4
- "POT-Creation-Date: 2021-07-23 09:55+0200\n"
5
- "PO-Revision-Date: 2021-07-23 10:01+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fi\n"
@@ -24,14 +24,6 @@ msgstr ""
24
  msgid "Unable to contact with the licensing server, please try again later!"
25
  msgstr ""
26
 
27
- msgctxt "Default Google font family for admin"
28
- msgid "Montserrat"
29
- msgstr ""
30
-
31
- msgctxt "Default Google font charset for admin"
32
- msgid "latin"
33
- msgstr ""
34
-
35
  msgid "You are not allowed to upload!"
36
  msgstr ""
37
 
@@ -181,6 +173,14 @@ msgstr ""
181
  msgid "You can load Google Fonts on the frontend."
182
  msgstr ""
183
 
 
 
 
 
 
 
 
 
184
  msgid "Backend"
185
  msgstr ""
186
 
@@ -197,53 +197,6 @@ msgstr ""
197
  msgid "Normal"
198
  msgstr "Normaali"
199
 
200
- msgid "Character set"
201
- msgstr ""
202
-
203
- msgctxt "Character set"
204
- msgid "Latin"
205
- msgstr ""
206
-
207
- msgctxt "Character set"
208
- msgid "Latin Extended"
209
- msgstr ""
210
-
211
- msgctxt "Character set"
212
- msgid "Greek"
213
- msgstr ""
214
-
215
- msgctxt "Character set"
216
- msgid "Greek Extended"
217
- msgstr ""
218
-
219
- msgctxt "Character set"
220
- msgid "Cyrillic"
221
- msgstr ""
222
-
223
- msgctxt "Character set"
224
- msgid "Devanagari"
225
- msgstr ""
226
-
227
- msgctxt "Character set"
228
- msgid "Arabic"
229
- msgstr ""
230
-
231
- msgctxt "Character set"
232
- msgid "Khmer"
233
- msgstr ""
234
-
235
- msgctxt "Character set"
236
- msgid "Telugu"
237
- msgstr ""
238
-
239
- msgctxt "Character set"
240
- msgid "Vietnamese"
241
- msgstr ""
242
-
243
- msgctxt "Default font sets"
244
- msgid "latin"
245
- msgstr ""
246
-
247
  msgid "Choose"
248
  msgstr "Valitse"
249
 
@@ -1177,15 +1130,23 @@ msgstr "Ryhmät"
1177
  msgid "Set"
1178
  msgstr "aseta"
1179
 
 
 
 
 
 
 
 
 
 
 
 
1180
  msgid "Up"
1181
  msgstr ""
1182
 
1183
  msgid "Insert group"
1184
  msgstr "Syötä ryhmä"
1185
 
1186
- msgid "Group"
1187
- msgstr "Ryhmä"
1188
-
1189
  msgid "Move to trash"
1190
  msgstr ""
1191
 
@@ -1236,6 +1197,32 @@ msgstr "Poista diaesitys"
1236
  msgid "delete this slide"
1237
  msgstr "Poista diaesitys"
1238
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1239
  msgid "Animations"
1240
  msgstr "Animaatiot"
1241
 
@@ -1482,6 +1469,11 @@ msgstr ""
1482
  msgid "JavaScript callbacks"
1483
  msgstr "JavaScript kutsut"
1484
 
 
 
 
 
 
1485
  msgid "Post IDs"
1486
  msgstr ""
1487
 
@@ -1491,6 +1483,19 @@ msgstr ""
1491
  msgid "The cache of the posts with the given ID will be cleared upon save."
1492
  msgstr ""
1493
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1494
  msgid "Thumbnail"
1495
  msgstr "Pikkukuva"
1496
 
@@ -1568,9 +1573,6 @@ msgstr "Täyttötila"
1568
  msgid "Align"
1569
  msgstr "Kohdista"
1570
 
1571
- msgid "Margin"
1572
- msgstr "Marginaali"
1573
-
1574
  msgid "Puts a fix margin around your slider."
1575
  msgstr ""
1576
 
@@ -1583,6 +1585,11 @@ msgstr "Optimoi"
1583
  msgid "Loading"
1584
  msgstr "Lataa"
1585
 
 
 
 
 
 
1586
  msgid "Instant"
1587
  msgstr ""
1588
 
@@ -1592,11 +1599,6 @@ msgstr ""
1592
  msgid "After delay"
1593
  msgstr ""
1594
 
1595
- #, fuzzy
1596
- #| msgid "Loading"
1597
- msgid "Loading type"
1598
- msgstr "Lataa"
1599
-
1600
  msgid ""
1601
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1602
  "you can load it only after the page has loaded."
@@ -1788,6 +1790,11 @@ msgid ""
1788
  "the result with the filling modes."
1789
  msgstr ""
1790
 
 
 
 
 
 
1791
  msgid "Randomize"
1792
  msgstr "Satunnaista"
1793
 
@@ -2074,14 +2081,17 @@ msgstr ""
2074
  msgid "Why upgrade to Smart Slider 3 Pro?"
2075
  msgstr ""
2076
 
2077
- msgid "120+ slider templates"
 
2078
  msgstr ""
2079
 
2080
  msgid "Full slide library access"
2081
  msgstr ""
2082
 
2083
- msgid "20 new layers"
2084
- msgstr ""
 
 
2085
 
2086
  msgid "Extra advanced options"
2087
  msgstr ""
@@ -2150,9 +2160,6 @@ msgstr "Liukuväri"
2150
  msgid "Color end"
2151
  msgstr "Värin loppu"
2152
 
2153
- msgid "Max width"
2154
- msgstr "Maksimi leveys"
2155
-
2156
  msgid "Position"
2157
  msgstr "Sijainti"
2158
 
@@ -2327,6 +2334,11 @@ msgid ""
2327
  "background correctly."
2328
  msgstr ""
2329
 
 
 
 
 
 
2330
  msgid "Blur"
2331
  msgstr "Sumennus"
2332
 
@@ -2485,9 +2497,6 @@ msgstr "Skaalaa ylöspäin"
2485
  msgid "Scale down"
2486
  msgstr "Skaalaa alaspäin"
2487
 
2488
- msgid "Edit"
2489
- msgstr "Muokkaa"
2490
-
2491
  msgid "Static overlay"
2492
  msgstr ""
2493
 
@@ -2543,8 +2552,10 @@ msgstr "Liuku ylös"
2543
  msgid "Drop images here"
2544
  msgstr ""
2545
 
2546
- msgid "Edit slider"
2547
- msgstr ""
 
 
2548
 
2549
  #, fuzzy
2550
  #| msgid "View records"
@@ -2576,9 +2587,31 @@ msgstr "Vanhin Ensin"
2576
  msgid "Export"
2577
  msgstr "Vie"
2578
 
 
 
 
 
 
 
 
 
 
 
 
 
2579
  msgid "New project"
2580
  msgstr ""
2581
 
 
 
 
 
 
 
 
 
 
 
2582
  msgid "Module"
2583
  msgstr "Moduuli"
2584
 
@@ -3104,8 +3137,8 @@ msgstr "Generaattori asetukset"
3104
  msgid "Cache expiration"
3105
  msgstr "Välimuistin vanheneminen"
3106
 
3107
- msgid "hours"
3108
- msgstr "tunnit"
3109
 
3110
  msgid "Start index"
3111
  msgstr "Aloitus indexi"
@@ -3200,19 +3233,19 @@ msgid "Add column"
3200
  msgstr ""
3201
 
3202
  msgid "Year"
3203
- msgstr ""
3204
 
3205
  msgid "Month"
3206
- msgstr ""
3207
 
3208
  msgid "Day"
3209
- msgstr ""
3210
 
3211
  msgid "Hour"
3212
- msgstr ""
3213
 
3214
  msgid "Minute"
3215
- msgstr ""
3216
 
3217
  msgid "Stack"
3218
  msgstr "Pinoa"
@@ -3576,13 +3609,18 @@ msgstr ""
3576
  msgid "Whole group"
3577
  msgstr "Koko ryhmä"
3578
 
3579
- msgid "Select slider"
 
 
3580
  msgstr "Valitse slideri"
3581
 
3582
  msgid "OR"
3583
  msgstr "TAI"
3584
 
3585
- msgid "Select A Slider"
 
 
 
3586
  msgstr ""
3587
 
3588
  msgctxt "Button layer default text"
@@ -3735,13 +3773,6 @@ msgstr ""
3735
  msgid "You can pause the video when the visitor scrolls away from the slider"
3736
  msgstr ""
3737
 
3738
- msgid "Private video"
3739
- msgstr ""
3740
-
3741
- msgid ""
3742
- "Turn it on to remove the admin warning that your video is not accessible."
3743
- msgstr ""
3744
-
3745
  msgid "Display"
3746
  msgstr "Näytä"
3747
 
@@ -3917,18 +3948,18 @@ msgstr ""
3917
  "Jos poistat tämän asetuksen käytöstä, et voi vaihtaa viimeisestä diasta "
3918
  "ensimmäiseen."
3919
 
 
 
 
 
 
 
3920
  msgid "Shifted"
3921
  msgstr "Siirretty"
3922
 
3923
  msgid "The background and the main animation plays simultaneously or shifted."
3924
  msgstr ""
3925
 
3926
- msgid "Loop single slide"
3927
- msgstr "Yhden dian silmukka"
3928
-
3929
- msgid "In case of one slide, it repeats the animation of the slide."
3930
- msgstr "Yhden dian tapauksessa toistaa dian animaation"
3931
-
3932
  msgid "Slider CSS Preset"
3933
  msgstr ""
3934
 
@@ -4076,6 +4107,42 @@ msgstr "Random elastinen"
4076
  msgid "My text animations"
4077
  msgstr ""
4078
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4079
  msgid "Slices - Single"
4080
  msgstr ""
4081
 
@@ -4470,9 +4537,6 @@ msgstr "Tekstipalkki"
4470
  msgid "Bullets"
4471
  msgstr "Luodit"
4472
 
4473
- msgid "Bullet"
4474
- msgstr ""
4475
-
4476
  msgid "Side"
4477
  msgstr "Vieressä"
4478
 
@@ -4671,40 +4735,22 @@ msgstr ""
4671
  msgid "Sparkling"
4672
  msgstr ""
4673
 
4674
- msgid "Curve 1"
4675
- msgstr ""
4676
-
4677
- msgid "Curve 2"
4678
- msgstr ""
4679
-
4680
- msgid "Curve 3"
4681
- msgstr ""
4682
-
4683
- msgid "Curve 4"
4684
  msgstr ""
4685
 
4686
  msgid "Curves"
4687
  msgstr ""
4688
 
4689
- msgid "Fan 1"
4690
- msgstr ""
4691
-
4692
- msgid "Fan 2"
4693
- msgstr ""
4694
-
4695
- msgid "Fan 3"
4696
  msgstr ""
4697
 
4698
  msgid "Hills"
4699
  msgstr ""
4700
 
4701
- msgid "Incline 1"
4702
- msgstr ""
4703
-
4704
- msgid "Incline 2"
4705
- msgstr ""
4706
-
4707
- msgid "Incline 3"
4708
  msgstr ""
4709
 
4710
  msgid "Inverse arrow"
@@ -4716,25 +4762,28 @@ msgstr ""
4716
  msgid "Slopes"
4717
  msgstr ""
4718
 
4719
- msgid "Tilt 1"
4720
- msgstr ""
4721
-
4722
- msgid "Tilt 2"
4723
  msgstr ""
4724
 
4725
- msgid "Triangle 1"
 
4726
  msgstr ""
4727
 
4728
- msgid "Triangle 2"
 
4729
  msgstr ""
4730
 
4731
- msgid "Wave 1"
4732
  msgstr ""
4733
 
4734
- msgid "Wave 2"
4735
- msgstr ""
 
 
4736
 
4737
- msgid "Waves"
 
4738
  msgstr ""
4739
 
4740
  msgid "2 Colors"
@@ -4758,8 +4807,10 @@ msgstr ""
4758
  #, php-format
4759
  msgid ""
4760
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4761
- "order to use this generator! - %2$s How to get SSL for my WordPress site? "
4762
- "%3$s"
 
 
4763
  msgstr ""
4764
 
4765
  #, php-format
@@ -4885,6 +4936,11 @@ msgstr ""
4885
  msgid "Source folder"
4886
  msgstr "Lähdekansio"
4887
 
 
 
 
 
 
4888
  msgid "Remove resized images"
4889
  msgstr ""
4890
 
@@ -4895,6 +4951,22 @@ msgid ""
4895
  "because it's the same image, just in a smaller size."
4896
  msgstr ""
4897
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4898
  msgid "Filename"
4899
  msgstr "Tiedostonimi"
4900
 
@@ -4914,6 +4986,45 @@ msgid ""
4914
  "from here:"
4915
  msgstr ""
4916
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4917
  msgid "JSON from url"
4918
  msgstr ""
4919
 
@@ -4949,6 +5060,11 @@ msgstr ""
4949
  msgid "Images"
4950
  msgstr "Kuvat"
4951
 
 
 
 
 
 
4952
  msgid "Timezone offset in hours. For example: +2 or -7."
4953
  msgstr ""
4954
 
@@ -4994,54 +5110,6 @@ msgstr ""
4994
  msgid "Creates slides from %1$s content."
4995
  msgstr ""
4996
 
4997
- msgid "Items"
4998
- msgstr "Kohteet"
4999
-
5000
- msgid "Locations"
5001
- msgstr "Sijainnit"
5002
-
5003
- msgid "Types"
5004
- msgstr ""
5005
-
5006
- msgid "Expired"
5007
- msgstr "Vanhentunut"
5008
-
5009
- msgid "Started"
5010
- msgstr "Aloitettu"
5011
-
5012
- msgid "Auction"
5013
- msgstr ""
5014
-
5015
- msgid "Negotiable price"
5016
- msgstr ""
5017
-
5018
- msgid "Blocked by User"
5019
- msgstr ""
5020
-
5021
- msgid "Paid"
5022
- msgstr ""
5023
-
5024
- msgid "Buynow"
5025
- msgstr ""
5026
-
5027
- msgid "Menu item (item ID)"
5028
- msgstr ""
5029
-
5030
- msgid ""
5031
- "Your url will point to the item within this menu item. You will only get a "
5032
- "good result, if you will pick one of your DJ Classifields menu items or "
5033
- "leave it on 'Default'."
5034
- msgstr ""
5035
-
5036
- msgid "Start date"
5037
- msgstr "Aoituspäivämäärä"
5038
-
5039
- msgid "Expiration date"
5040
- msgstr ""
5041
-
5042
- msgid "Price"
5043
- msgstr "Hinta"
5044
-
5045
  msgid "Include subcategories"
5046
  msgstr "Sisällytä alakategoriat"
5047
 
@@ -5093,6 +5161,9 @@ msgstr ""
5093
  msgid "Banned user IDs"
5094
  msgstr ""
5095
 
 
 
 
5096
  msgid "Ended"
5097
  msgstr "Lopetettu"
5098
 
@@ -5176,12 +5247,18 @@ msgstr ""
5176
  msgid "Manufacturer language"
5177
  msgstr ""
5178
 
 
 
 
5179
  msgid "Product name"
5180
  msgstr "Tuotteen nimi"
5181
 
5182
  msgid "Product ID"
5183
  msgstr "Tuote ID"
5184
 
 
 
 
5185
  msgid "Recurring"
5186
  msgstr ""
5187
 
@@ -5197,6 +5274,12 @@ msgstr ""
5197
  msgid "Only not recurring events"
5198
  msgstr ""
5199
 
 
 
 
 
 
 
5200
  msgid "End date"
5201
  msgstr "Lopetuspäivämäärä"
5202
 
@@ -5239,6 +5322,15 @@ msgstr ""
5239
  msgid "Only display items with these IDs"
5240
  msgstr ""
5241
 
 
 
 
 
 
 
 
 
 
5242
  msgid "Brand"
5243
  msgstr ""
5244
 
@@ -5277,17 +5369,11 @@ msgstr ""
5277
  msgid "Date language"
5278
  msgstr ""
5279
 
5280
- msgid "Offset value"
5281
  msgstr ""
5282
 
5283
- msgid ""
5284
- "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5285
- "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5286
- "setting will be used."
5287
  msgstr ""
5288
- "Aikavyöhyke offset tunteina. Esim. +2 tai -7. Jos jätät tyhjäksi, Joomlan "
5289
- "järjestelmä -> Globaalit asetukset -> Palvelin -> Palvelimen Aikavyöhyke "
5290
- "asetusta käytetään."
5291
 
5292
  msgid "Status"
5293
  msgstr "Tila"
@@ -5298,6 +5384,9 @@ msgstr ""
5298
  msgid "Ask down all product images"
5299
  msgstr ""
5300
 
 
 
 
5301
  msgid "View item"
5302
  msgstr ""
5303
 
@@ -5307,15 +5396,6 @@ msgstr "Näytetty"
5307
  msgid "View image"
5308
  msgstr "Näytä kuva"
5309
 
5310
- msgid "Supplier"
5311
- msgstr ""
5312
-
5313
- msgid "On sale"
5314
- msgstr "Alennuksessa"
5315
-
5316
- msgid "Discount price"
5317
- msgstr "Alennushinta"
5318
-
5319
  msgid "All day event"
5320
  msgstr "Kokopäivän tapahtuma"
5321
 
@@ -5325,39 +5405,6 @@ msgstr ""
5325
  msgid "Show parent products only"
5326
  msgstr ""
5327
 
5328
- #, php-format
5329
- msgid "Creates slides from %1$s events."
5330
- msgstr ""
5331
-
5332
- msgid "Create custom date variables"
5333
- msgstr ""
5334
-
5335
- msgid ""
5336
- "You can write any date format (http://php.net/manual/en/function.date.php) "
5337
- "in separate lines, and new variables will be created for them."
5338
- msgstr ""
5339
- "Voit kirjottaa minkä tahansa päivämäärämuodon (http://php.net/manual/en/"
5340
- "function.date.php) eri riveille ja niille luodaan uudet muuttujat."
5341
-
5342
- msgid ""
5343
- "Write the original text, like 'Monday' then two | signs, and the text you "
5344
- "want it to be translated to, for example 'Montag'. Together: Monday||Montag"
5345
- msgstr ""
5346
- "Kirjoita alkuperäinen teksti, kuten 'Maanantai' sitten kaksi | merkkiä, ja "
5347
- "teksti johon haluat sen kääntää, kuten, 'Monday'. Yhdessä: Maanantai||Monday"
5348
-
5349
- msgid "Event start date"
5350
- msgstr "Tapahtuman aloituspäivämäärä"
5351
-
5352
- msgid "Event end date"
5353
- msgstr "Tapahtuman lopetuspäivämäärä"
5354
-
5355
- msgid "Event creation date"
5356
- msgstr "Tapahtuman luomispäivämäärä"
5357
-
5358
- msgid "Event modification date"
5359
- msgstr "Tapahtuman muokkauspäivämäärä"
5360
-
5361
  #, php-format
5362
  msgid "Creates slides from %1$s galleries."
5363
  msgstr ""
@@ -5380,6 +5427,10 @@ msgstr ""
5380
  msgid "No options given"
5381
  msgstr ""
5382
 
 
 
 
 
5383
  msgid "Exclude event IDs (One ID per line)"
5384
  msgstr ""
5385
 
@@ -5434,9 +5485,21 @@ msgstr ""
5434
  msgid "Hide From Event Listings"
5435
  msgstr "Piilota tapahtumalistuksista"
5436
 
 
 
 
 
 
 
5437
  msgid "Event cost"
5438
  msgstr "Tapahtuman hinta"
5439
 
 
 
 
 
 
 
5440
  msgid "Metakey name"
5441
  msgstr ""
5442
 
@@ -5481,6 +5544,14 @@ msgstr "Alavalikko rajoite"
5481
  msgid "No limit"
5482
  msgstr ""
5483
 
 
 
 
 
 
 
 
 
5484
  msgid "Downloadable"
5485
  msgstr "Ladattava"
5486
 
@@ -5665,6 +5736,14 @@ msgstr "Heiluri 3D"
5665
  msgid "Vertical pendulum 3D"
5666
  msgstr "Vertikaali heiluri 3D"
5667
 
 
 
 
 
 
 
 
 
5668
  msgid "Before text"
5669
  msgstr ""
5670
 
@@ -5746,6 +5825,126 @@ msgstr ""
5746
  msgid "Time"
5747
  msgstr ""
5748
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5749
  msgid "Full"
5750
  msgstr "Täysi"
5751
 
@@ -5779,9 +5978,6 @@ msgstr "Aktiivinen väri"
5779
  msgid "Stroke width"
5780
  msgstr "Viivan leveys"
5781
 
5782
- msgid "Labels"
5783
- msgstr ""
5784
-
5785
  msgid "Inner before"
5786
  msgstr ""
5787
 
@@ -5794,67 +5990,120 @@ msgstr "Pre"
5794
  msgid "Animation duration"
5795
  msgstr "Animaation kesto"
5796
 
5797
- msgid "Circle 1"
5798
- msgstr ""
 
 
5799
 
5800
- msgid "Circle 2"
5801
- msgstr ""
5802
 
5803
- msgid "Circle 3"
5804
- msgstr ""
 
 
 
 
 
 
 
 
5805
 
5806
- msgid "Curly 1"
5807
  msgstr ""
5808
 
5809
- msgid "Curly 2"
5810
  msgstr ""
5811
 
5812
- msgid "Highlight 1"
5813
  msgstr ""
5814
 
5815
- msgid "Highlight 2"
 
 
 
5816
  msgstr ""
5817
 
5818
- msgid "Highlight 3"
5819
  msgstr ""
5820
 
5821
- msgid "Line Through 1"
5822
  msgstr ""
5823
 
5824
- msgid "Line Through 2"
 
 
 
 
 
5825
  msgstr ""
5826
 
5827
- msgid "Line Through 3"
 
 
 
 
 
5828
  msgstr ""
5829
 
5830
- msgid "Rectangle 1"
5831
  msgstr ""
5832
 
5833
- msgid "Rectangle 2"
 
 
 
 
 
 
 
 
 
 
5834
  msgstr ""
5835
 
5836
- msgid "Underline 1"
5837
  msgstr ""
5838
 
5839
- msgid "Underline 2"
5840
  msgstr ""
5841
 
5842
- msgid "Underline 3"
5843
  msgstr ""
5844
 
5845
- msgid "Underline double 1"
 
 
 
 
 
 
5846
  msgstr ""
5847
 
5848
- msgid "Underline double 2"
 
5849
  msgstr ""
5850
 
5851
- msgid "ZigZag 1"
 
 
 
 
 
 
 
 
 
 
 
5852
  msgstr ""
5853
 
5854
- msgid "ZigZag 2"
 
5855
  msgstr ""
5856
 
5857
- msgid "ZigZag 3"
 
5858
  msgstr ""
5859
 
5860
  msgid "Highlighted text"
@@ -5872,6 +6121,9 @@ msgstr ""
5872
  msgid "HTML"
5873
  msgstr ""
5874
 
 
 
 
5875
  msgid ""
5876
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
5877
  "codes loaded by it. We only suggest using this layer if you are a developer. "
@@ -5982,11 +6234,6 @@ msgstr ""
5982
  msgid "Icon not found"
5983
  msgstr "Ikonia ei löydy"
5984
 
5985
- #, fuzzy
5986
- #| msgid "Previous label"
5987
- msgid "Aria label"
5988
- msgstr "Edellinen etiketti"
5989
-
5990
  #, php-format
5991
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
5992
  msgstr ""
@@ -5994,27 +6241,23 @@ msgstr ""
5994
  msgid "Iframe"
5995
  msgstr ""
5996
 
5997
- msgid "iframe"
5998
- msgstr ""
5999
-
6000
  msgid ""
6001
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6002
  "layer often needs code customizations what you have to do yourself, so we "
6003
  "only suggest using this layer if you are a developer!"
6004
  msgstr ""
6005
 
6006
- msgid "iframe url"
 
 
6007
  msgstr "iframe url"
6008
 
6009
- msgid "Yes"
6010
- msgstr "Kyllä"
6011
-
6012
  msgid "You can disable the scroll on the iframe content."
6013
  msgstr ""
6014
 
6015
  #, fuzzy
6016
  #| msgid "iframe url"
6017
- msgid "iframe title"
6018
  msgstr "iframe url"
6019
 
6020
  msgid "Image area"
@@ -6350,9 +6593,8 @@ msgstr ""
6350
 
6351
  #, php-format
6352
  msgid ""
6353
- "%1$s %2$s does not support the full screen API %3$s so other elements of the "
6354
- "page may overlap the slider in Fullscreen mode. To avoid such problems, we "
6355
- "suggest hiding the Fullscreen control from mobile view!"
6356
  msgstr ""
6357
 
6358
  msgid "Indicator"
@@ -6367,6 +6609,37 @@ msgstr ""
6367
  msgid "Bar color"
6368
  msgstr ""
6369
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6370
  #~ msgid "Available by date"
6371
  #~ msgstr "Saatavissa päivämäärän mukaan"
6372
 
@@ -6402,18 +6675,9 @@ msgstr ""
6402
  #~ msgid "Absolute position"
6403
  #~ msgstr "Hiiren saapuminen sijaintiin"
6404
 
6405
- #~ msgid "Loading animation"
6406
- #~ msgstr "Latausanimaatio"
6407
-
6408
  #~ msgid "Hide until complete load"
6409
  #~ msgstr "Piilota kunnes täysin ladattu"
6410
 
6411
- #~ msgid "Tablet scale"
6412
- #~ msgstr "Tabletin skaalaus"
6413
-
6414
- #~ msgid "Mobile scale"
6415
- #~ msgstr "Mobiili skaalaus"
6416
-
6417
  #~ msgid "Background image dynamic height"
6418
  #~ msgstr "Taustakuvan dynaaminen korkeus"
6419
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: VERSION\n"
4
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
5
+ "PO-Revision-Date: 2022-05-17 12:54+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fi\n"
24
  msgid "Unable to contact with the licensing server, please try again later!"
25
  msgstr ""
26
 
 
 
 
 
 
 
 
 
27
  msgid "You are not allowed to upload!"
28
  msgstr ""
29
 
173
  msgid "You can load Google Fonts on the frontend."
174
  msgstr ""
175
 
176
+ msgid "Save fonts locally"
177
+ msgstr ""
178
+
179
+ msgid ""
180
+ "You can store the used Google Fonts on your server. This way all Google "
181
+ "Fonts will load from your own domain."
182
+ msgstr ""
183
+
184
  msgid "Backend"
185
  msgstr ""
186
 
197
  msgid "Normal"
198
  msgstr "Normaali"
199
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  msgid "Choose"
201
  msgstr "Valitse"
202
 
1130
  msgid "Set"
1131
  msgstr "aseta"
1132
 
1133
+ msgid "Edit"
1134
+ msgstr "Muokkaa"
1135
+
1136
+ msgid "Group"
1137
+ msgstr "Ryhmä"
1138
+
1139
+ #, fuzzy
1140
+ #| msgid "Slider"
1141
+ msgid "Edit Slider"
1142
+ msgstr "Slideri"
1143
+
1144
  msgid "Up"
1145
  msgstr ""
1146
 
1147
  msgid "Insert group"
1148
  msgstr "Syötä ryhmä"
1149
 
 
 
 
1150
  msgid "Move to trash"
1151
  msgstr ""
1152
 
1197
  msgid "delete this slide"
1198
  msgstr "Poista diaesitys"
1199
 
1200
+ msgid "Max width"
1201
+ msgstr "Maksimi leveys"
1202
+
1203
+ msgid "Margin"
1204
+ msgstr "Marginaali"
1205
+
1206
+ #, fuzzy
1207
+ #| msgid "Top"
1208
+ msgid "top"
1209
+ msgstr "Ylhäällä"
1210
+
1211
+ #, fuzzy
1212
+ #| msgid "Light"
1213
+ msgid "right"
1214
+ msgstr "Vaaela"
1215
+
1216
+ #, fuzzy
1217
+ #| msgid "Bottom"
1218
+ msgid "bottom"
1219
+ msgstr "Alhaalla"
1220
+
1221
+ #, fuzzy
1222
+ #| msgid "To left"
1223
+ msgid "left"
1224
+ msgstr "Vasemmalle"
1225
+
1226
  msgid "Animations"
1227
  msgstr "Animaatiot"
1228
 
1469
  msgid "JavaScript callbacks"
1470
  msgstr "JavaScript kutsut"
1471
 
1472
+ #, fuzzy
1473
+ #| msgid "Loading animation"
1474
+ msgid "Loading animation waiting time"
1475
+ msgstr "Latausanimaatio"
1476
+
1477
  msgid "Post IDs"
1478
  msgstr ""
1479
 
1483
  msgid "The cache of the posts with the given ID will be cleared upon save."
1484
  msgstr ""
1485
 
1486
+ #, fuzzy
1487
+ #| msgid "Callback url"
1488
+ msgid "Fallback slider"
1489
+ msgstr "Takaisinkutsu url"
1490
+
1491
+ msgid "ID or Alias"
1492
+ msgstr ""
1493
+
1494
+ msgid ""
1495
+ "Select another slider by its ID or Alias that displays if your current "
1496
+ "slider has no published slides."
1497
+ msgstr ""
1498
+
1499
  msgid "Thumbnail"
1500
  msgstr "Pikkukuva"
1501
 
1573
  msgid "Align"
1574
  msgstr "Kohdista"
1575
 
 
 
 
1576
  msgid "Puts a fix margin around your slider."
1577
  msgstr ""
1578
 
1585
  msgid "Loading"
1586
  msgstr "Lataa"
1587
 
1588
+ #, fuzzy
1589
+ #| msgid "Loading"
1590
+ msgid "Loading type"
1591
+ msgstr "Lataa"
1592
+
1593
  msgid "Instant"
1594
  msgstr ""
1595
 
1599
  msgid "After delay"
1600
  msgstr ""
1601
 
 
 
 
 
 
1602
  msgid ""
1603
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1604
  "you can load it only after the page has loaded."
1790
  "the result with the filling modes."
1791
  msgstr ""
1792
 
1793
+ #, fuzzy
1794
+ #| msgid "Background color"
1795
+ msgid "Background Blur"
1796
+ msgstr "Taustaväri"
1797
+
1798
  msgid "Randomize"
1799
  msgstr "Satunnaista"
1800
 
2081
  msgid "Why upgrade to Smart Slider 3 Pro?"
2082
  msgstr ""
2083
 
2084
+ #, php-format
2085
+ msgid "%d+ slider templates"
2086
  msgstr ""
2087
 
2088
  msgid "Full slide library access"
2089
  msgstr ""
2090
 
2091
+ #, fuzzy, php-format
2092
+ #| msgid "Heading layer"
2093
+ msgid "%d new layers"
2094
+ msgstr "Otsikkotaso"
2095
 
2096
  msgid "Extra advanced options"
2097
  msgstr ""
2160
  msgid "Color end"
2161
  msgstr "Värin loppu"
2162
 
 
 
 
2163
  msgid "Position"
2164
  msgstr "Sijainti"
2165
 
2334
  "background correctly."
2335
  msgstr ""
2336
 
2337
+ #, fuzzy
2338
+ #| msgid "Background color"
2339
+ msgid "Background blur"
2340
+ msgstr "Taustaväri"
2341
+
2342
  msgid "Blur"
2343
  msgstr "Sumennus"
2344
 
2497
  msgid "Scale down"
2498
  msgstr "Skaalaa alaspäin"
2499
 
 
 
 
2500
  msgid "Static overlay"
2501
  msgstr ""
2502
 
2552
  msgid "Drop images here"
2553
  msgstr ""
2554
 
2555
+ #, fuzzy
2556
+ #| msgid "Search"
2557
+ msgid "Search Project"
2558
+ msgstr "Etsi"
2559
 
2560
  #, fuzzy
2561
  #| msgid "View records"
2587
  msgid "Export"
2588
  msgstr "Vie"
2589
 
2590
+ #, fuzzy
2591
+ #| msgid "Showcase"
2592
+ msgid "Show"
2593
+ msgstr "Näyteikkuna"
2594
+
2595
+ #, php-format
2596
+ msgid "Showing %s to %s of %s projects"
2597
+ msgstr ""
2598
+
2599
+ msgid "No projects to show"
2600
+ msgstr ""
2601
+
2602
  msgid "New project"
2603
  msgstr ""
2604
 
2605
+ msgid "Sorry we couldn’t find any matches"
2606
+ msgstr ""
2607
+
2608
+ msgid "Please try searching with another term."
2609
+ msgstr ""
2610
+
2611
+ #, php-format
2612
+ msgid "Showing %s results for %s."
2613
+ msgstr ""
2614
+
2615
  msgid "Module"
2616
  msgstr "Moduuli"
2617
 
3137
  msgid "Cache expiration"
3138
  msgstr "Välimuistin vanheneminen"
3139
 
3140
+ msgid "Hours"
3141
+ msgstr "Tunnit"
3142
 
3143
  msgid "Start index"
3144
  msgstr "Aloitus indexi"
3233
  msgstr ""
3234
 
3235
  msgid "Year"
3236
+ msgstr "Vuosi"
3237
 
3238
  msgid "Month"
3239
+ msgstr "Kuukausi"
3240
 
3241
  msgid "Day"
3242
+ msgstr "Päivä"
3243
 
3244
  msgid "Hour"
3245
+ msgstr "Tunti"
3246
 
3247
  msgid "Minute"
3248
+ msgstr "Minuutti"
3249
 
3250
  msgid "Stack"
3251
  msgstr "Pinoa"
3609
  msgid "Whole group"
3610
  msgstr "Koko ryhmä"
3611
 
3612
+ #, fuzzy
3613
+ #| msgid "Select slider"
3614
+ msgid "Select Slider"
3615
  msgstr "Valitse slideri"
3616
 
3617
  msgid "OR"
3618
  msgstr "TAI"
3619
 
3620
+ msgid "Insert a slider into your content"
3621
+ msgstr ""
3622
+
3623
+ msgid "Select the slider you want to insert."
3624
  msgstr ""
3625
 
3626
  msgctxt "Button layer default text"
3773
  msgid "You can pause the video when the visitor scrolls away from the slider"
3774
  msgstr ""
3775
 
 
 
 
 
 
 
 
3776
  msgid "Display"
3777
  msgstr "Näytä"
3778
 
3948
  "Jos poistat tämän asetuksen käytöstä, et voi vaihtaa viimeisestä diasta "
3949
  "ensimmäiseen."
3950
 
3951
+ msgid ""
3952
+ "Background animations only work on the slide background images, which have "
3953
+ "Fill selected at their Fill mode. They don't affect any images if the "
3954
+ "background parallax is enabled."
3955
+ msgstr ""
3956
+
3957
  msgid "Shifted"
3958
  msgstr "Siirretty"
3959
 
3960
  msgid "The background and the main animation plays simultaneously or shifted."
3961
  msgstr ""
3962
 
 
 
 
 
 
 
3963
  msgid "Slider CSS Preset"
3964
  msgstr ""
3965
 
4107
  msgid "My text animations"
4108
  msgstr ""
4109
 
4110
+ msgid "Morph - Wave"
4111
+ msgstr ""
4112
+
4113
+ msgid "Morph - Brush"
4114
+ msgstr ""
4115
+
4116
+ msgid "Morph - Flow"
4117
+ msgstr ""
4118
+
4119
+ msgid "Morph - Noise"
4120
+ msgstr ""
4121
+
4122
+ msgid "Distortion - Mosaic"
4123
+ msgstr ""
4124
+
4125
+ msgid "Distortion - Triangle"
4126
+ msgstr ""
4127
+
4128
+ msgid "Distortion - Flow"
4129
+ msgstr ""
4130
+
4131
+ msgid "Distortion - Warp"
4132
+ msgstr ""
4133
+
4134
+ msgid "Distortion - Storm"
4135
+ msgstr ""
4136
+
4137
+ msgid "Distortion - Wave"
4138
+ msgstr ""
4139
+
4140
+ msgid "Distortion - Shard"
4141
+ msgstr ""
4142
+
4143
+ msgid "Distortion - Noise"
4144
+ msgstr ""
4145
+
4146
  msgid "Slices - Single"
4147
  msgstr ""
4148
 
4537
  msgid "Bullets"
4538
  msgstr "Luodit"
4539
 
 
 
 
4540
  msgid "Side"
4541
  msgstr "Vieressä"
4542
 
4735
  msgid "Sparkling"
4736
  msgstr ""
4737
 
4738
+ #, php-format
4739
+ msgid "Curve %d"
 
 
 
 
 
 
 
 
4740
  msgstr ""
4741
 
4742
  msgid "Curves"
4743
  msgstr ""
4744
 
4745
+ #, php-format
4746
+ msgid "Fan %d"
 
 
 
 
 
4747
  msgstr ""
4748
 
4749
  msgid "Hills"
4750
  msgstr ""
4751
 
4752
+ #, php-format
4753
+ msgid "Incline %d"
 
 
 
 
 
4754
  msgstr ""
4755
 
4756
  msgid "Inverse arrow"
4762
  msgid "Slopes"
4763
  msgstr ""
4764
 
4765
+ #, php-format
4766
+ msgid "Tilt %d"
 
 
4767
  msgstr ""
4768
 
4769
+ #, php-format
4770
+ msgid "Triangle %d"
4771
  msgstr ""
4772
 
4773
+ #, php-format
4774
+ msgid "Wave %d"
4775
  msgstr ""
4776
 
4777
+ msgid "Waves"
4778
  msgstr ""
4779
 
4780
+ #, fuzzy, php-format
4781
+ #| msgid "Columns"
4782
+ msgid "Columns %d"
4783
+ msgstr "Kolumnit"
4784
 
4785
+ #, php-format
4786
+ msgid "Paper %d"
4787
  msgstr ""
4788
 
4789
  msgid "2 Colors"
4807
  #, php-format
4808
  msgid ""
4809
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4810
+ "order to use this generator!"
4811
+ msgstr ""
4812
+
4813
+ msgid "How to get SSL for my website?"
4814
  msgstr ""
4815
 
4816
  #, php-format
4936
  msgid "Source folder"
4937
  msgstr "Lähdekansio"
4938
 
4939
+ #, fuzzy
4940
+ #| msgid "Slide name and description"
4941
+ msgid "Filename based exclusion"
4942
+ msgstr "Diaesityksen nimi ja kuvaus"
4943
+
4944
  msgid "Remove resized images"
4945
  msgstr ""
4946
 
4951
  "because it's the same image, just in a smaller size."
4952
  msgstr ""
4953
 
4954
+ msgid "Filename has to contain"
4955
+ msgstr ""
4956
+
4957
+ msgid ""
4958
+ "Only those images will be asked down, which have the given texts within "
4959
+ "their filenames. You can write down multiple texts separated by comma."
4960
+ msgstr ""
4961
+
4962
+ msgid "Filename cannot contain"
4963
+ msgstr ""
4964
+
4965
+ msgid ""
4966
+ "Only those images will be asked down, which don't have the given texts "
4967
+ "within their filenames. You can write down multiple texts separated by comma."
4968
+ msgstr ""
4969
+
4970
  msgid "Filename"
4971
  msgstr "Tiedostonimi"
4972
 
4986
  "from here:"
4987
  msgstr ""
4988
 
4989
+ msgid "The App ID and the Secret is empty!"
4990
+ msgstr ""
4991
+
4992
+ msgid "The token will expire at:"
4993
+ msgstr ""
4994
+
4995
+ msgid "Access token was not returned.Please check the credentials!"
4996
+ msgstr ""
4997
+
4998
+ #, fuzzy
4999
+ #| msgid "The token expired. Please request new token! "
5000
+ msgid "The token expired. Please request new token!"
5001
+ msgstr "Avain vanheni. Ole hyvä ja pyydä uutta avainta! "
5002
+
5003
+ #, fuzzy
5004
+ #| msgid "The token expired. Please request new token! "
5005
+ msgid "The token will expire in two days! Please refresh the token!"
5006
+ msgstr "Avain vanheni. Ole hyvä ja pyydä uutta avainta! "
5007
+
5008
+ #, fuzzy
5009
+ #| msgid "Request token"
5010
+ msgid "Refresh Token"
5011
+ msgstr "Pyydä avainta"
5012
+
5013
+ msgid "Refresh"
5014
+ msgstr ""
5015
+
5016
+ msgid "Album loading method"
5017
+ msgstr ""
5018
+
5019
+ msgid "Load first images only"
5020
+ msgstr ""
5021
+
5022
+ msgid "Load album images separately"
5023
+ msgstr ""
5024
+
5025
+ msgid "Load Album images as record data"
5026
+ msgstr ""
5027
+
5028
  msgid "JSON from url"
5029
  msgstr ""
5030
 
5060
  msgid "Images"
5061
  msgstr "Kuvat"
5062
 
5063
+ #, fuzzy
5064
+ #| msgid "Offset"
5065
+ msgid "Offset hours"
5066
+ msgstr "Offset"
5067
+
5068
  msgid "Timezone offset in hours. For example: +2 or -7."
5069
  msgstr ""
5070
 
5110
  msgid "Creates slides from %1$s content."
5111
  msgstr ""
5112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5113
  msgid "Include subcategories"
5114
  msgstr "Sisällytä alakategoriat"
5115
 
5161
  msgid "Banned user IDs"
5162
  msgstr ""
5163
 
5164
+ msgid "Started"
5165
+ msgstr "Aloitettu"
5166
+
5167
  msgid "Ended"
5168
  msgstr "Lopetettu"
5169
 
5247
  msgid "Manufacturer language"
5248
  msgstr ""
5249
 
5250
+ msgid "Price"
5251
+ msgstr "Hinta"
5252
+
5253
  msgid "Product name"
5254
  msgstr "Tuotteen nimi"
5255
 
5256
  msgid "Product ID"
5257
  msgstr "Tuote ID"
5258
 
5259
+ msgid "Locations"
5260
+ msgstr "Sijainnit"
5261
+
5262
  msgid "Recurring"
5263
  msgstr ""
5264
 
5274
  msgid "Only not recurring events"
5275
  msgstr ""
5276
 
5277
+ msgid "Menu item (item ID)"
5278
+ msgstr ""
5279
+
5280
+ msgid "Start date"
5281
+ msgstr "Aoituspäivämäärä"
5282
+
5283
  msgid "End date"
5284
  msgstr "Lopetuspäivämäärä"
5285
 
5322
  msgid "Only display items with these IDs"
5323
  msgstr ""
5324
 
5325
+ msgid ""
5326
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5327
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5328
+ "setting will be used."
5329
+ msgstr ""
5330
+ "Aikavyöhyke offset tunteina. Esim. +2 tai -7. Jos jätät tyhjäksi, Joomlan "
5331
+ "järjestelmä -> Globaalit asetukset -> Palvelin -> Palvelimen Aikavyöhyke "
5332
+ "asetusta käytetään."
5333
+
5334
  msgid "Brand"
5335
  msgstr ""
5336
 
5369
  msgid "Date language"
5370
  msgstr ""
5371
 
5372
+ msgid "Date variable offset"
5373
  msgstr ""
5374
 
5375
+ msgid "Date filter offset"
 
 
 
5376
  msgstr ""
 
 
 
5377
 
5378
  msgid "Status"
5379
  msgstr "Tila"
5384
  msgid "Ask down all product images"
5385
  msgstr ""
5386
 
5387
+ msgid "Items"
5388
+ msgstr "Kohteet"
5389
+
5390
  msgid "View item"
5391
  msgstr ""
5392
 
5396
  msgid "View image"
5397
  msgstr "Näytä kuva"
5398
 
 
 
 
 
 
 
 
 
 
5399
  msgid "All day event"
5400
  msgstr "Kokopäivän tapahtuma"
5401
 
5405
  msgid "Show parent products only"
5406
  msgstr ""
5407
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5408
  #, php-format
5409
  msgid "Creates slides from %1$s galleries."
5410
  msgstr ""
5427
  msgid "No options given"
5428
  msgstr ""
5429
 
5430
+ #, php-format
5431
+ msgid "Creates slides from %1$s events."
5432
+ msgstr ""
5433
+
5434
  msgid "Exclude event IDs (One ID per line)"
5435
  msgstr ""
5436
 
5485
  msgid "Hide From Event Listings"
5486
  msgstr "Piilota tapahtumalistuksista"
5487
 
5488
+ msgid "Event start date"
5489
+ msgstr "Tapahtuman aloituspäivämäärä"
5490
+
5491
+ msgid "Event end date"
5492
+ msgstr "Tapahtuman lopetuspäivämäärä"
5493
+
5494
  msgid "Event cost"
5495
  msgstr "Tapahtuman hinta"
5496
 
5497
+ msgid "Event creation date"
5498
+ msgstr "Tapahtuman luomispäivämäärä"
5499
+
5500
+ msgid "Event modification date"
5501
+ msgstr "Tapahtuman muokkauspäivämäärä"
5502
+
5503
  msgid "Metakey name"
5504
  msgstr ""
5505
 
5544
  msgid "No limit"
5545
  msgstr ""
5546
 
5547
+ #, fuzzy
5548
+ #| msgid "Include subcategories"
5549
+ msgid "Hide empty categories"
5550
+ msgstr "Sisällytä alakategoriat"
5551
+
5552
+ msgid "Yes"
5553
+ msgstr "Kyllä"
5554
+
5555
  msgid "Downloadable"
5556
  msgstr "Ladattava"
5557
 
5736
  msgid "Vertical pendulum 3D"
5737
  msgstr "Vertikaali heiluri 3D"
5738
 
5739
+ msgid "We are Passionate About"
5740
+ msgstr ""
5741
+
5742
+ msgid ""
5743
+ "Amazing Food\n"
5744
+ "Great Hospitality"
5745
+ msgstr ""
5746
+
5747
  msgid "Before text"
5748
  msgstr ""
5749
 
5825
  msgid "Time"
5826
  msgstr ""
5827
 
5828
+ #, fuzzy
5829
+ #| msgid "Size"
5830
+ msgid "Icon Size"
5831
+ msgstr "Koko"
5832
+
5833
+ #, fuzzy
5834
+ #| msgid "Before"
5835
+ msgid "Before After"
5836
+ msgstr "Ennen"
5837
+
5838
+ #, fuzzy
5839
+ #| msgid "Left"
5840
+ msgid "Left top"
5841
+ msgstr "Vasemmalle"
5842
+
5843
+ #, fuzzy
5844
+ #| msgid "Center"
5845
+ msgid "Center top"
5846
+ msgstr "Keskelle"
5847
+
5848
+ #, fuzzy
5849
+ #| msgid "Right"
5850
+ msgid "Right top"
5851
+ msgstr "Oikealle"
5852
+
5853
+ #, fuzzy
5854
+ #| msgid "Slider center"
5855
+ msgid "Left center"
5856
+ msgstr "Diaesitys keski"
5857
+
5858
+ #, fuzzy
5859
+ #| msgid "Center"
5860
+ msgid "Right Center"
5861
+ msgstr "Keskelle"
5862
+
5863
+ #, fuzzy
5864
+ #| msgid "To bottom"
5865
+ msgid "Left bottom"
5866
+ msgstr "Alas"
5867
+
5868
+ #, fuzzy
5869
+ #| msgid "Curtain to bottom"
5870
+ msgid "Center bottom"
5871
+ msgstr "Verho alas"
5872
+
5873
+ #, fuzzy
5874
+ #| msgid "To bottom"
5875
+ msgid "Right bottom"
5876
+ msgstr "Alas"
5877
+
5878
+ #, fuzzy
5879
+ #| msgid "Before"
5880
+ msgid "Before Image"
5881
+ msgstr "Ennen"
5882
+
5883
+ #, fuzzy
5884
+ #| msgid "Cover image"
5885
+ msgid "After Image"
5886
+ msgstr "Kansikuva"
5887
+
5888
+ msgid "Labels"
5889
+ msgstr ""
5890
+
5891
+ #, fuzzy
5892
+ #| msgid "Show label"
5893
+ msgid "Show Label"
5894
+ msgstr "Näytä etiketti"
5895
+
5896
+ msgid "Always"
5897
+ msgstr ""
5898
+
5899
+ #, fuzzy
5900
+ #| msgid "Before"
5901
+ msgid "Before label"
5902
+ msgstr "Ennen"
5903
+
5904
+ #, fuzzy
5905
+ #| msgid "Previous label"
5906
+ msgid "After label"
5907
+ msgstr "Edellinen etiketti"
5908
+
5909
+ msgid "Behavior"
5910
+ msgstr ""
5911
+
5912
+ #, fuzzy
5913
+ #| msgid "Interval"
5914
+ msgid "Interaction"
5915
+ msgstr "Aikaväli"
5916
+
5917
+ #, fuzzy
5918
+ #| msgid "Slider"
5919
+ msgid "Divider"
5920
+ msgstr "Slideri"
5921
+
5922
+ msgid "Line"
5923
+ msgstr ""
5924
+
5925
+ #, fuzzy
5926
+ #| msgid "Caption"
5927
+ msgid "Show Caption"
5928
+ msgstr "Kuvateksti"
5929
+
5930
+ #, fuzzy
5931
+ #| msgid "Caption"
5932
+ msgid "Caption text"
5933
+ msgstr "Kuvateksti"
5934
+
5935
+ msgid "Before image alt tag"
5936
+ msgstr ""
5937
+
5938
+ #, fuzzy
5939
+ #| msgid "Average rating"
5940
+ msgid "After image alt tag"
5941
+ msgstr "Keskimääräinen luokitus"
5942
+
5943
+ #, fuzzy
5944
+ #| msgid "Optimize"
5945
+ msgid "Optimize images"
5946
+ msgstr "Optimoi"
5947
+
5948
  msgid "Full"
5949
  msgstr "Täysi"
5950
 
5978
  msgid "Stroke width"
5979
  msgstr "Viivan leveys"
5980
 
 
 
 
5981
  msgid "Inner before"
5982
  msgstr ""
5983
 
5990
  msgid "Animation duration"
5991
  msgstr "Animaation kesto"
5992
 
5993
+ #, fuzzy
5994
+ #| msgid "Counter"
5995
+ msgid "Countdown"
5996
+ msgstr "Laskuri"
5997
 
5998
+ msgid "Days"
5999
+ msgstr "Päivät"
6000
 
6001
+ msgid "Minutes"
6002
+ msgstr "Pöytäkirja"
6003
+
6004
+ msgid "Seconds"
6005
+ msgstr "Sekuntia"
6006
+
6007
+ #, fuzzy
6008
+ #| msgid "First slide changed."
6009
+ msgid "Use slide schedule"
6010
+ msgstr "Ensimmäinen dia vaihdettu"
6011
 
6012
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
6013
  msgstr ""
6014
 
6015
+ msgid "Use Slide Schedule"
6016
  msgstr ""
6017
 
6018
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
6019
  msgstr ""
6020
 
6021
+ msgid ""
6022
+ "Displays the days, hours, minutes and seconds texts under the counter "
6023
+ "numbers. To display the labels in your own language, translate the texts in "
6024
+ "the language files."
6025
  msgstr ""
6026
 
6027
+ msgid "Gap"
6028
  msgstr ""
6029
 
6030
+ msgid "Creates vertical and horizontal distance between the counter elements."
6031
  msgstr ""
6032
 
6033
+ #, fuzzy
6034
+ #| msgid "Tablet scale"
6035
+ msgid "Tablet style"
6036
+ msgstr "Tabletin skaalaus"
6037
+
6038
+ msgid "Set custom Gap and Column for tablet."
6039
  msgstr ""
6040
 
6041
+ #, fuzzy
6042
+ #| msgid "Mobile scale"
6043
+ msgid "Mobile style"
6044
+ msgstr "Mobiili skaalaus"
6045
+
6046
+ msgid "Set custom Gap and Column for mobile."
6047
  msgstr ""
6048
 
6049
+ msgid "Action when ends"
6050
  msgstr ""
6051
 
6052
+ #, fuzzy
6053
+ #| msgid "No animation"
6054
+ msgid "No action"
6055
+ msgstr "Ei animaatiota"
6056
+
6057
+ #, fuzzy
6058
+ #| msgid "Heading layer"
6059
+ msgid "Hide layer"
6060
+ msgstr "Otsikkotaso"
6061
+
6062
+ msgid "Redirect to URL"
6063
  msgstr ""
6064
 
6065
+ msgid "Choose what happens after the counter reached zero."
6066
  msgstr ""
6067
 
6068
+ msgid "This page is"
6069
  msgstr ""
6070
 
6071
+ msgid "Amazing"
6072
  msgstr ""
6073
 
6074
+ #, fuzzy, php-format
6075
+ #| msgid "Circle"
6076
+ msgid "Circle %d"
6077
+ msgstr "Ympyrä"
6078
+
6079
+ #, php-format
6080
+ msgid "Curly %d"
6081
  msgstr ""
6082
 
6083
+ #, php-format
6084
+ msgid "Highlight %d"
6085
  msgstr ""
6086
 
6087
+ #, fuzzy, php-format
6088
+ #| msgid "Line height"
6089
+ msgid "Line Through %d"
6090
+ msgstr "Riviväli"
6091
+
6092
+ #, fuzzy, php-format
6093
+ #| msgid "Rectangle Blue"
6094
+ msgid "Rectangle %d"
6095
+ msgstr "Suorakulmio Sininen"
6096
+
6097
+ #, php-format
6098
+ msgid "Underline %d"
6099
  msgstr ""
6100
 
6101
+ #, php-format
6102
+ msgid "Underline double %d"
6103
  msgstr ""
6104
 
6105
+ #, php-format
6106
+ msgid "ZigZag %d"
6107
  msgstr ""
6108
 
6109
  msgid "Highlighted text"
6121
  msgid "HTML"
6122
  msgstr ""
6123
 
6124
+ msgid "Empty element"
6125
+ msgstr ""
6126
+
6127
  msgid ""
6128
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6129
  "codes loaded by it. We only suggest using this layer if you are a developer. "
6234
  msgid "Icon not found"
6235
  msgstr "Ikonia ei löydy"
6236
 
 
 
 
 
 
6237
  #, php-format
6238
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6239
  msgstr ""
6241
  msgid "Iframe"
6242
  msgstr ""
6243
 
 
 
 
6244
  msgid ""
6245
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6246
  "layer often needs code customizations what you have to do yourself, so we "
6247
  "only suggest using this layer if you are a developer!"
6248
  msgstr ""
6249
 
6250
+ #, fuzzy
6251
+ #| msgid "iframe url"
6252
+ msgid "Iframe url"
6253
  msgstr "iframe url"
6254
 
 
 
 
6255
  msgid "You can disable the scroll on the iframe content."
6256
  msgstr ""
6257
 
6258
  #, fuzzy
6259
  #| msgid "iframe url"
6260
+ msgid "Iframe title"
6261
  msgstr "iframe url"
6262
 
6263
  msgid "Image area"
6593
 
6594
  #, php-format
6595
  msgid ""
6596
+ "%1$s does not support the full screen API. For this reason the full screen "
6597
+ "button will not appear on %1$s devices."
 
6598
  msgstr ""
6599
 
6600
  msgid "Indicator"
6609
  msgid "Bar color"
6610
  msgstr ""
6611
 
6612
+ #~ msgid "Loop single slide"
6613
+ #~ msgstr "Yhden dian silmukka"
6614
+
6615
+ #~ msgid "In case of one slide, it repeats the animation of the slide."
6616
+ #~ msgstr "Yhden dian tapauksessa toistaa dian animaation"
6617
+
6618
+ #~ msgid "Expired"
6619
+ #~ msgstr "Vanhentunut"
6620
+
6621
+ #~ msgid "On sale"
6622
+ #~ msgstr "Alennuksessa"
6623
+
6624
+ #~ msgid "Discount price"
6625
+ #~ msgstr "Alennushinta"
6626
+
6627
+ #~ msgid ""
6628
+ #~ "You can write any date format (http://php.net/manual/en/function.date."
6629
+ #~ "php) in separate lines, and new variables will be created for them."
6630
+ #~ msgstr ""
6631
+ #~ "Voit kirjottaa minkä tahansa päivämäärämuodon (http://php.net/manual/en/"
6632
+ #~ "function.date.php) eri riveille ja niille luodaan uudet muuttujat."
6633
+
6634
+ #~ msgid ""
6635
+ #~ "Write the original text, like 'Monday' then two | signs, and the text you "
6636
+ #~ "want it to be translated to, for example 'Montag'. Together: Monday||"
6637
+ #~ "Montag"
6638
+ #~ msgstr ""
6639
+ #~ "Kirjoita alkuperäinen teksti, kuten 'Maanantai' sitten kaksi | merkkiä, "
6640
+ #~ "ja teksti johon haluat sen kääntää, kuten, 'Monday'. Yhdessä: Maanantai||"
6641
+ #~ "Monday"
6642
+
6643
  #~ msgid "Available by date"
6644
  #~ msgstr "Saatavissa päivämäärän mukaan"
6645
 
6675
  #~ msgid "Absolute position"
6676
  #~ msgstr "Hiiren saapuminen sijaintiin"
6677
 
 
 
 
6678
  #~ msgid "Hide until complete load"
6679
  #~ msgstr "Piilota kunnes täysin ladattu"
6680
 
 
 
 
 
 
 
6681
  #~ msgid "Background image dynamic height"
6682
  #~ msgstr "Taustakuvan dynaaminen korkeus"
6683
 
Nextend/Languages/fr_FR.mo CHANGED
Binary file
Nextend/Languages/fr_FR.po CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: \n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2021-07-23 09:55+0200\n"
7
- "PO-Revision-Date: 2021-10-05 18:06+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: fr\n"
@@ -29,14 +29,6 @@ msgstr ""
29
  "Impossible de contacter le serveur de licence, veuillez réessayer "
30
  "ultérieurement !"
31
 
32
- msgctxt "Default Google font family for admin"
33
- msgid "Montserrat"
34
- msgstr ""
35
-
36
- msgctxt "Default Google font charset for admin"
37
- msgid "latin"
38
- msgstr ""
39
-
40
  msgid "You are not allowed to upload!"
41
  msgstr "Vous n'êtes pas autorisé à télécharger !"
42
 
@@ -189,6 +181,14 @@ msgstr ""
189
  msgid "You can load Google Fonts on the frontend."
190
  msgstr "Vous pouvez charger des polices Google en frontend."
191
 
 
 
 
 
 
 
 
 
192
  msgid "Backend"
193
  msgstr "Administration"
194
 
@@ -205,53 +205,6 @@ msgstr "Italique"
205
  msgid "Normal"
206
  msgstr "Normal"
207
 
208
- msgid "Character set"
209
- msgstr "Jeu de caractères"
210
-
211
- msgctxt "Character set"
212
- msgid "Latin"
213
- msgstr ""
214
-
215
- msgctxt "Character set"
216
- msgid "Latin Extended"
217
- msgstr ""
218
-
219
- msgctxt "Character set"
220
- msgid "Greek"
221
- msgstr ""
222
-
223
- msgctxt "Character set"
224
- msgid "Greek Extended"
225
- msgstr ""
226
-
227
- msgctxt "Character set"
228
- msgid "Cyrillic"
229
- msgstr ""
230
-
231
- msgctxt "Character set"
232
- msgid "Devanagari"
233
- msgstr ""
234
-
235
- msgctxt "Character set"
236
- msgid "Arabic"
237
- msgstr ""
238
-
239
- msgctxt "Character set"
240
- msgid "Khmer"
241
- msgstr ""
242
-
243
- msgctxt "Character set"
244
- msgid "Telugu"
245
- msgstr ""
246
-
247
- msgctxt "Character set"
248
- msgid "Vietnamese"
249
- msgstr ""
250
-
251
- msgctxt "Default font sets"
252
- msgid "latin"
253
- msgstr ""
254
-
255
  msgid "Choose"
256
  msgstr "Choisir"
257
 
@@ -1198,15 +1151,23 @@ msgstr "Groupes"
1198
  msgid "Set"
1199
  msgstr "Ensemble"
1200
 
 
 
 
 
 
 
 
 
 
 
 
1201
  msgid "Up"
1202
  msgstr ""
1203
 
1204
  msgid "Insert group"
1205
  msgstr "Insérer un groupe"
1206
 
1207
- msgid "Group"
1208
- msgstr "Groupe"
1209
-
1210
  msgid "Move to trash"
1211
  msgstr "Mettre à la corbeille"
1212
 
@@ -1249,6 +1210,32 @@ msgstr "supprimer ces diapositives"
1249
  msgid "delete this slide"
1250
  msgstr "supprimer cette diapositive"
1251
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1252
  msgid "Animations"
1253
  msgstr "Animations"
1254
 
@@ -1516,6 +1503,11 @@ msgstr ""
1516
  msgid "JavaScript callbacks"
1517
  msgstr "Call-backs Javascript"
1518
 
 
 
 
 
 
1519
  msgid "Post IDs"
1520
  msgstr "IDs de publication"
1521
 
@@ -1527,6 +1519,21 @@ msgstr ""
1527
  "Le cache des publications avec l’ID donné sera effacé lors de "
1528
  "l’enregistrement."
1529
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1530
  msgid "Thumbnail"
1531
  msgstr "Vignette"
1532
 
@@ -1612,9 +1619,6 @@ msgstr "Mode remplissage"
1612
  msgid "Align"
1613
  msgstr "Aligner"
1614
 
1615
- msgid "Margin"
1616
- msgstr "Marge externe"
1617
-
1618
  msgid "Puts a fix margin around your slider."
1619
  msgstr "Met une marge fixe autour de votre diaporama."
1620
 
@@ -1627,6 +1631,9 @@ msgstr "Optimiser"
1627
  msgid "Loading"
1628
  msgstr "Chargement en cours"
1629
 
 
 
 
1630
  msgid "Instant"
1631
  msgstr "à l’instant"
1632
 
@@ -1636,9 +1643,6 @@ msgstr "Après le chargement de la page"
1636
  msgid "After delay"
1637
  msgstr "Après délai"
1638
 
1639
- msgid "Loading type"
1640
- msgstr "Type de chargement"
1641
-
1642
  msgid ""
1643
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1644
  "you can load it only after the page has loaded."
@@ -1838,6 +1842,11 @@ msgstr ""
1838
  "Si la taille de votre image n’est pas la même que celle de votre diaporama, "
1839
  "vous pouvez améliorer le résultat avec les modes de remplissage."
1840
 
 
 
 
 
 
1841
  msgid "Randomize"
1842
  msgstr "Afficher au hasard"
1843
 
@@ -2147,13 +2156,17 @@ msgstr "J’aime"
2147
  msgid "Why upgrade to Smart Slider 3 Pro?"
2148
  msgstr "Pourquoi passer à Smart Slider 3 Pro ?"
2149
 
2150
- msgid "120+ slider templates"
 
 
2151
  msgstr "Plus de 120 modèles de diaporamas"
2152
 
2153
  msgid "Full slide library access"
2154
  msgstr "Accès complet à la bibliothèque de diapositives"
2155
 
2156
- msgid "20 new layers"
 
 
2157
  msgstr "20 nouveaux calques"
2158
 
2159
  msgid "Extra advanced options"
@@ -2226,9 +2239,6 @@ msgstr "Dégradé"
2226
  msgid "Color end"
2227
  msgstr "Couleur de fin"
2228
 
2229
- msgid "Max width"
2230
- msgstr "Largeur maxi"
2231
-
2232
  msgid "Position"
2233
  msgstr "Position"
2234
 
@@ -2418,6 +2428,11 @@ msgstr ""
2418
  "Veuillez lire le %1$sguide détaillé%2$s sur le réglage correct de l’arrière-"
2419
  "plan de vos diapositives."
2420
 
 
 
 
 
 
2421
  msgid "Blur"
2422
  msgstr "Flou"
2423
 
@@ -2574,9 +2589,6 @@ msgstr "Agrandir"
2574
  msgid "Scale down"
2575
  msgstr "Réduire"
2576
 
2577
- msgid "Edit"
2578
- msgstr "Modifier"
2579
-
2580
  msgid "Static overlay"
2581
  msgstr "Superposition statique"
2582
 
@@ -2628,8 +2640,10 @@ msgstr "Deuxième diapositive"
2628
  msgid "Drop images here"
2629
  msgstr "Glisser les images ici"
2630
 
2631
- msgid "Edit slider"
2632
- msgstr "Éditer le diaporama"
 
 
2633
 
2634
  msgid "View trash"
2635
  msgstr "Voir la corbeille"
@@ -2655,9 +2669,33 @@ msgstr "Les plus anciens en premier"
2655
  msgid "Export"
2656
  msgstr "Exporter"
2657
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2658
  msgid "New project"
2659
  msgstr "Nouveau projet"
2660
 
 
 
 
 
 
 
 
 
 
 
2661
  msgid "Module"
2662
  msgstr "Module"
2663
 
@@ -3215,8 +3253,8 @@ msgstr "Paramètres du générateur"
3215
  msgid "Cache expiration"
3216
  msgstr "Expiration du cache"
3217
 
3218
- msgid "hours"
3219
- msgstr "heures"
3220
 
3221
  msgid "Start index"
3222
  msgstr "Index de début"
@@ -3751,14 +3789,19 @@ msgstr ""
3751
  msgid "Whole group"
3752
  msgstr "Tout le groupe"
3753
 
3754
- msgid "Select slider"
 
 
3755
  msgstr "Sélectionnez un diaporama"
3756
 
3757
  msgid "OR"
3758
  msgstr "OU"
3759
 
3760
- msgid "Select A Slider"
3761
- msgstr "Sélectionnez un diaporama"
 
 
 
3762
 
3763
  msgctxt "Button layer default text"
3764
  msgid "MORE"
@@ -3917,15 +3960,6 @@ msgstr ""
3917
  "Vous pouvez mettre la vidéo en pause lorsque le visiteur s’éloigne du "
3918
  "diaporama"
3919
 
3920
- msgid "Private video"
3921
- msgstr "Video privée"
3922
-
3923
- msgid ""
3924
- "Turn it on to remove the admin warning that your video is not accessible."
3925
- msgstr ""
3926
- "Activez pour supprimer l’avertissement de l’administrateur indiquant que "
3927
- "votre vidéo n’est pas accessible."
3928
-
3929
  msgid "Display"
3930
  msgstr "Afficher"
3931
 
@@ -4114,6 +4148,12 @@ msgstr ""
4114
  "Si vous désactivez cette option, vous ne pouvez pas passer à la première "
4115
  "diapositive à partir de la dernière."
4116
 
 
 
 
 
 
 
4117
  msgid "Shifted"
4118
  msgstr "Décalage"
4119
 
@@ -4121,13 +4161,6 @@ msgid "The background and the main animation plays simultaneously or shifted."
4121
  msgstr ""
4122
  "L’arrière-plan et l’animation principale sont lus simultanément ou décalés."
4123
 
4124
- msgid "Loop single slide"
4125
- msgstr "Boucle diapositive seule"
4126
-
4127
- msgid "In case of one slide, it repeats the animation of the slide."
4128
- msgstr ""
4129
- "Dans le cas d'une diapositive, il répète l'animation de la diapositive."
4130
-
4131
  msgid "Slider CSS Preset"
4132
  msgstr "Réglage diaporama prédéfini"
4133
 
@@ -4273,6 +4306,46 @@ msgstr "Élastique aléatoire"
4273
  msgid "My text animations"
4274
  msgstr "Mes animations de texte"
4275
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4276
  msgid "Slices - Single"
4277
  msgstr "Tranches - Unique"
4278
 
@@ -4672,9 +4745,6 @@ msgstr "Barre de texte"
4672
  msgid "Bullets"
4673
  msgstr "Puces"
4674
 
4675
- msgid "Bullet"
4676
- msgstr "Puce"
4677
-
4678
  msgid "Side"
4679
  msgstr "Côté"
4680
 
@@ -4867,42 +4937,27 @@ msgstr ""
4867
  msgid "Sparkling"
4868
  msgstr "Pétillant"
4869
 
4870
- msgid "Curve 1"
 
 
4871
  msgstr "Courbe 1"
4872
 
4873
- msgid "Curve 2"
4874
- msgstr "Courbe 2"
4875
-
4876
- msgid "Curve 3"
4877
- msgstr "Courbe 3"
4878
-
4879
- msgid "Curve 4"
4880
- msgstr "Courbe 4"
4881
-
4882
  msgid "Curves"
4883
  msgstr "Courbes"
4884
 
4885
- msgid "Fan 1"
 
 
4886
  msgstr "Eventail 1"
4887
 
4888
- msgid "Fan 2"
4889
- msgstr "Eventail 2"
4890
-
4891
- msgid "Fan 3"
4892
- msgstr "Eventail 3"
4893
-
4894
  msgid "Hills"
4895
  msgstr "Collines"
4896
 
4897
- msgid "Incline 1"
 
 
4898
  msgstr "Incliné 1"
4899
 
4900
- msgid "Incline 2"
4901
- msgstr "Incliné 2"
4902
-
4903
- msgid "Incline 3"
4904
- msgstr "Incliné 3"
4905
-
4906
  msgid "Inverse arrow"
4907
  msgstr "Flèche inversée"
4908
 
@@ -4912,27 +4967,33 @@ msgstr "Rectangle"
4912
  msgid "Slopes"
4913
  msgstr "Pentes"
4914
 
4915
- msgid "Tilt 1"
 
 
4916
  msgstr "Inclinaison 1"
4917
 
4918
- msgid "Tilt 2"
4919
- msgstr "Inclinaison 2"
4920
-
4921
- msgid "Triangle 1"
4922
  msgstr "Triangle 1"
4923
 
4924
- msgid "Triangle 2"
4925
- msgstr "Triangle 2"
4926
-
4927
- msgid "Wave 1"
4928
  msgstr "Vague 1"
4929
 
4930
- msgid "Wave 2"
4931
- msgstr "Vague 2"
4932
-
4933
  msgid "Waves"
4934
  msgstr "Vagues"
4935
 
 
 
 
 
 
 
 
 
 
4936
  msgid "2 Colors"
4937
  msgstr "2 couleurs"
4938
 
@@ -4951,16 +5012,22 @@ msgstr "Le secret est vide. Merci d’insérer une valeur aussi !"
4951
  msgid "The App ID is empty. Please insert that value too!"
4952
  msgstr "L’ID d’application est vide. Veuillez également insérer cette valeur !"
4953
 
4954
- #, php-format
 
 
 
 
4955
  msgid ""
4956
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4957
- "order to use this generator! - %2$s How to get SSL for my WordPress site? "
4958
- "%3$s"
4959
  msgstr ""
4960
  "%1$s n’autorise que les URI de redirection HTTPS ! Vous devez mettre votre "
4961
  "site en HTTPS afin d’utiliser ce générateur ! - %2$s Comment obtenir SSL "
4962
  "pour mon site WordPress ? %3$s"
4963
 
 
 
 
4964
  #, php-format
4965
  msgid ""
4966
  "%2$s Check the documentation %3$s to learn how to configure your %1$s app."
@@ -5093,6 +5160,11 @@ msgstr "Vidéos dans le dossier"
5093
  msgid "Source folder"
5094
  msgstr "Répertoire source"
5095
 
 
 
 
 
 
5096
  msgid "Remove resized images"
5097
  msgstr "Supprimer les images redimensionnées"
5098
 
@@ -5108,6 +5180,22 @@ msgstr ""
5108
  "« myimage-120x120.jpg » sera supprimé, car c’est la même image, juste dans "
5109
  "une taille plus petite."
5110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5111
  msgid "Filename"
5112
  msgstr "Nom de fichier"
5113
 
@@ -5131,6 +5219,47 @@ msgstr ""
5131
  "Mauvais chemin. Il s'agit du chemin d'accès par défaut du dossier upload/"
5132
  "media, alors essayez de naviguer à partir d'ici :"
5133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5134
  msgid "JSON from url"
5135
  msgstr "JSON depuis l’Url"
5136
 
@@ -5176,6 +5305,11 @@ msgstr ""
5176
  msgid "Images"
5177
  msgstr "Images"
5178
 
 
 
 
 
 
5179
  msgid "Timezone offset in hours. For example: +2 or -7."
5180
  msgstr "Décalage du fuseau horaire en heures. Par exemple : +2 ou -7."
5181
 
@@ -5221,57 +5355,6 @@ msgstr "optionnel"
5221
  msgid "Creates slides from %1$s content."
5222
  msgstr "Crée des diapositives à partir du contenu %1$s."
5223
 
5224
- msgid "Items"
5225
- msgstr "Éléments"
5226
-
5227
- msgid "Locations"
5228
- msgstr "Lieux"
5229
-
5230
- msgid "Types"
5231
- msgstr ""
5232
-
5233
- msgid "Expired"
5234
- msgstr "Expiré"
5235
-
5236
- msgid "Started"
5237
- msgstr "Début"
5238
-
5239
- msgid "Auction"
5240
- msgstr "Enchères"
5241
-
5242
- msgid "Negotiable price"
5243
- msgstr "Prix négotiable"
5244
-
5245
- msgid "Blocked by User"
5246
- msgstr "Bloqué par l'utilisateur"
5247
-
5248
- msgid "Paid"
5249
- msgstr "Payé"
5250
-
5251
- msgid "Buynow"
5252
- msgstr "Acheter maintenant"
5253
-
5254
- msgid "Menu item (item ID)"
5255
- msgstr "Élément de menu (ID d’élément)"
5256
-
5257
- msgid ""
5258
- "Your url will point to the item within this menu item. You will only get a "
5259
- "good result, if you will pick one of your DJ Classifields menu items or "
5260
- "leave it on 'Default'."
5261
- msgstr ""
5262
- "Votre URL pointera vers l’élément de cet élément de menu. Vous n’obtiendrez "
5263
- "un bon résultat que si vous choisissez l’un de vos éléments de menu DJ "
5264
- "Classifields ou si vous le laissez sur « Par défaut »."
5265
-
5266
- msgid "Start date"
5267
- msgstr "Date de début"
5268
-
5269
- msgid "Expiration date"
5270
- msgstr "Date d'expiration"
5271
-
5272
- msgid "Price"
5273
- msgstr "Prix"
5274
-
5275
  msgid "Include subcategories"
5276
  msgstr "Inclure les sous-catégories"
5277
 
@@ -5323,6 +5406,9 @@ msgstr "Séparez-les par des virgules."
5323
  msgid "Banned user IDs"
5324
  msgstr "Identifiants d’utilisateurs interdits"
5325
 
 
 
 
5326
  msgid "Ended"
5327
  msgstr "Terminé"
5328
 
@@ -5408,12 +5494,18 @@ msgstr "Langue de la catégorie"
5408
  msgid "Manufacturer language"
5409
  msgstr "Langue du fabricant"
5410
 
 
 
 
5411
  msgid "Product name"
5412
  msgstr "Nom du produit"
5413
 
5414
  msgid "Product ID"
5415
  msgstr "ID du produit"
5416
 
 
 
 
5417
  msgid "Recurring"
5418
  msgstr "Récurrent"
5419
 
@@ -5429,8 +5521,14 @@ msgstr "Seulement les événements récurrents parents"
5429
  msgid "Only not recurring events"
5430
  msgstr "Uniquement des événements non récurrents"
5431
 
5432
- msgid "End date"
5433
- msgstr "Date de fin"
 
 
 
 
 
 
5434
 
5435
  msgid "ID"
5436
  msgstr "ID"
@@ -5471,6 +5569,15 @@ msgstr "Date de fin maximale"
5471
  msgid "Only display items with these IDs"
5472
  msgstr "Afficher uniquement les éléments avec ces identifiants"
5473
 
 
 
 
 
 
 
 
 
 
5474
  msgid "Brand"
5475
  msgstr "Marque"
5476
 
@@ -5512,17 +5619,13 @@ msgstr "Répétition d’événements"
5512
  msgid "Date language"
5513
  msgstr ""
5514
 
5515
- msgid "Offset value"
5516
- msgstr "Valeur de décalage"
 
 
5517
 
5518
- msgid ""
5519
- "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5520
- "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5521
- "setting will be used."
5522
  msgstr ""
5523
- "Décalage du fuseau horaire en heures. Par exemple : +2 ou -7. Si vous le "
5524
- "laissez vide, le paramètre Système de Joomla -> Configuration globale -> "
5525
- "Serveur -> Fuseau horaire du serveur sera utilisé."
5526
 
5527
  msgid "Status"
5528
  msgstr "Statut"
@@ -5533,6 +5636,9 @@ msgstr "Mis à la poubelle"
5533
  msgid "Ask down all product images"
5534
  msgstr "Demandez toutes les images de produits"
5535
 
 
 
 
5536
  msgid "View item"
5537
  msgstr "Voir le produit"
5538
 
@@ -5542,15 +5648,6 @@ msgstr "Vu"
5542
  msgid "View image"
5543
  msgstr "Voir l'image"
5544
 
5545
- msgid "Supplier"
5546
- msgstr "Le fournisseur"
5547
-
5548
- msgid "On sale"
5549
- msgstr "En solde"
5550
-
5551
- msgid "Discount price"
5552
- msgstr "Prix promo"
5553
-
5554
  msgid "All day event"
5555
  msgstr "Evénement sur une journée"
5556
 
@@ -5560,40 +5657,6 @@ msgstr "Langue de secours"
5560
  msgid "Show parent products only"
5561
  msgstr "Afficher uniquement les produits parents"
5562
 
5563
- #, php-format
5564
- msgid "Creates slides from %1$s events."
5565
- msgstr "Crée des diapositives à partir d’événements %1$s."
5566
-
5567
- msgid "Create custom date variables"
5568
- msgstr "Créer des variables de date personnalisées"
5569
-
5570
- msgid ""
5571
- "You can write any date format (http://php.net/manual/en/function.date.php) "
5572
- "in separate lines, and new variables will be created for them."
5573
- msgstr ""
5574
- "Vous pouvez écrire n'importe quel format de date (https://www.php.net/manual/"
5575
- "fr/function.date.php) dans des lignes distinctes, et de nouvelles variables "
5576
- "seront créées."
5577
-
5578
- msgid ""
5579
- "Write the original text, like 'Monday' then two | signs, and the text you "
5580
- "want it to be translated to, for example 'Montag'. Together: Monday||Montag"
5581
- msgstr ""
5582
- "Écrivez le texte original, comme 'Monday' puis deux signes | et le texte que "
5583
- "vous souhaitez traduire, par exemple « Lundi ». Exemple : Monday || Lundi"
5584
-
5585
- msgid "Event start date"
5586
- msgstr "Date de début de l'événement"
5587
-
5588
- msgid "Event end date"
5589
- msgstr "Date de fin de l'événement"
5590
-
5591
- msgid "Event creation date"
5592
- msgstr "Date de création de l'événement"
5593
-
5594
- msgid "Event modification date"
5595
- msgstr "Date de modification de l'événement"
5596
-
5597
  #, php-format
5598
  msgid "Creates slides from %1$s galleries."
5599
  msgstr "Crée des diapositives à partir de %1$s galeries."
@@ -5618,6 +5681,10 @@ msgstr ""
5618
  msgid "No options given"
5619
  msgstr "Aucune option proposée"
5620
 
 
 
 
 
5621
  msgid "Exclude event IDs (One ID per line)"
5622
  msgstr "Exclure les identifiants d’événement (un identifiant par ligne)"
5623
 
@@ -5675,9 +5742,21 @@ msgstr "Lieux"
5675
  msgid "Hide From Event Listings"
5676
  msgstr "Masquer des listes d’événements"
5677
 
 
 
 
 
 
 
5678
  msgid "Event cost"
5679
  msgstr "Coût de l’événement"
5680
 
 
 
 
 
 
 
5681
  msgid "Metakey name"
5682
  msgstr "Nom de la métaclé"
5683
 
@@ -5724,6 +5803,14 @@ msgstr "Limite de sous-menu"
5724
  msgid "No limit"
5725
  msgstr "Aucune limite"
5726
 
 
 
 
 
 
 
 
 
5727
  msgid "Downloadable"
5728
  msgstr "Téléchargeable"
5729
 
@@ -5912,6 +5999,14 @@ msgstr "Effet pendule 3D"
5912
  msgid "Vertical pendulum 3D"
5913
  msgstr "Effet pendule 3D vertical"
5914
 
 
 
 
 
 
 
 
 
5915
  msgid "Before text"
5916
  msgstr "Avant le texte"
5917
 
@@ -5995,6 +6090,128 @@ msgstr "Progression"
5995
  msgid "Time"
5996
  msgstr "Heure"
5997
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5998
  msgid "Full"
5999
  msgstr "Complet"
6000
 
@@ -6028,9 +6245,6 @@ msgstr "Couleur active"
6028
  msgid "Stroke width"
6029
  msgstr "Largeur du trait"
6030
 
6031
- msgid "Labels"
6032
- msgstr "Étiquettes"
6033
-
6034
  msgid "Inner before"
6035
  msgstr ""
6036
 
@@ -6043,68 +6257,132 @@ msgstr ""
6043
  msgid "Animation duration"
6044
  msgstr "Durée de l’animation"
6045
 
6046
- msgid "Circle 1"
6047
- msgstr "Cercle 1"
 
 
6048
 
6049
- msgid "Circle 2"
6050
- msgstr "Cercle 2"
6051
 
6052
- msgid "Circle 3"
6053
- msgstr "Cercle 3"
6054
 
6055
- msgid "Curly 1"
6056
- msgstr "Ondulé 1"
6057
 
6058
- msgid "Curly 2"
6059
- msgstr "Ondulé 2"
 
 
6060
 
6061
- msgid "Highlight 1"
6062
- msgstr "Surbrillance 1"
 
 
6063
 
6064
- msgid "Highlight 2"
6065
- msgstr "Surbrillance 2"
6066
 
6067
- msgid "Highlight 3"
6068
- msgstr "Surbrillance 3"
6069
 
6070
- msgid "Line Through 1"
6071
- msgstr "Biffage 1"
 
 
 
6072
 
6073
- msgid "Line Through 2"
6074
- msgstr "Biffage 2"
6075
 
6076
- msgid "Line Through 3"
6077
- msgstr "Biffage 3"
 
 
6078
 
6079
- msgid "Rectangle 1"
6080
- msgstr "Rectangle 1"
 
 
6081
 
6082
- msgid "Rectangle 2"
6083
- msgstr "Rectangle 2"
6084
 
6085
- msgid "Underline 1"
6086
- msgstr "Souligné 1"
 
 
6087
 
6088
- msgid "Underline 2"
6089
- msgstr "Souligné 2"
6090
 
6091
- msgid "Underline 3"
6092
- msgstr "Souligné 3"
6093
 
6094
- msgid "Underline double 1"
6095
- msgstr "Double souligné 1"
 
 
 
 
 
 
 
6096
 
6097
- msgid "Underline double 2"
6098
- msgstr "Double souligné 2"
6099
 
6100
- msgid "ZigZag 1"
6101
- msgstr "Zigzag 1"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6102
 
6103
- msgid "ZigZag 2"
6104
- msgstr "Zigzag 2"
 
 
6105
 
6106
- msgid "ZigZag 3"
6107
- msgstr "Zigzag 3"
 
 
 
 
 
 
 
 
 
 
 
 
6108
 
6109
  msgid "Highlighted text"
6110
  msgstr "Texte mis en évidence"
@@ -6121,6 +6399,9 @@ msgstr "Délai de boucles"
6121
  msgid "HTML"
6122
  msgstr ""
6123
 
 
 
 
6124
  msgid ""
6125
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6126
  "codes loaded by it. We only suggest using this layer if you are a developer. "
@@ -6237,9 +6518,6 @@ msgstr ""
6237
  msgid "Icon not found"
6238
  msgstr "Icône non trouvée"
6239
 
6240
- msgid "Aria label"
6241
- msgstr "Etiquette Aria"
6242
-
6243
  #, php-format
6244
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6245
  msgstr "Entrez un attribut aria-label %1$s %2$s qui décrit le lien."
@@ -6247,9 +6525,6 @@ msgstr "Entrez un attribut aria-label %1$s %2$s qui décrit le lien."
6247
  msgid "Iframe"
6248
  msgstr ""
6249
 
6250
- msgid "iframe"
6251
- msgstr ""
6252
-
6253
  msgid ""
6254
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6255
  "layer often needs code customizations what you have to do yourself, so we "
@@ -6260,16 +6535,17 @@ msgstr ""
6260
  "code que vous devez faire vous-même, nous vous suggérons donc d’utiliser "
6261
  "cette couche uniquement si vous êtes développeur !"
6262
 
6263
- msgid "iframe url"
 
 
6264
  msgstr "url de l\"iframe"
6265
 
6266
- msgid "Yes"
6267
- msgstr "Oui"
6268
-
6269
  msgid "You can disable the scroll on the iframe content."
6270
  msgstr "Vous pouvez désactiver le défilement sur le contenu de l’iframe."
6271
 
6272
- msgid "iframe title"
 
 
6273
  msgstr "titre de l’iframe"
6274
 
6275
  msgid "Image area"
@@ -6622,14 +6898,9 @@ msgstr "Passer en mode plein écran"
6622
 
6623
  #, php-format
6624
  msgid ""
6625
- "%1$s %2$s does not support the full screen API %3$s so other elements of the "
6626
- "page may overlap the slider in Fullscreen mode. To avoid such problems, we "
6627
- "suggest hiding the Fullscreen control from mobile view!"
6628
  msgstr ""
6629
- "%1$s %2$s ne prend pas en charge l’API plein écran %3$s, donc d’autres "
6630
- "éléments de la page peuvent chevaucher le diaporama en mode plein écran. "
6631
- "Pour éviter de tels problèmes, nous vous suggérons de masquer le contrôle "
6632
- "Plein écran de la vue mobile !"
6633
 
6634
  msgid "Indicator"
6635
  msgstr "Barre de progression"
@@ -6643,6 +6914,173 @@ msgstr "Couleur de la piste"
6643
  msgid "Bar color"
6644
  msgstr "Couleur de la barre"
6645
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6646
  #~ msgid "m-d-Y"
6647
  #~ msgstr "m-j-A"
6648
 
@@ -6705,18 +7143,9 @@ msgstr "Couleur de la barre"
6705
  #~ msgid "Read docs"
6706
  #~ msgstr "Lire la suite"
6707
 
6708
- #~ msgid "Loading animation"
6709
- #~ msgstr "Chargement de l'animation en cours"
6710
-
6711
  #~ msgid "Hide until complete load"
6712
  #~ msgstr "Cacher jusqu'à la charge complète"
6713
 
6714
- #~ msgid "Tablet scale"
6715
- #~ msgstr "Échelle sur tablettes"
6716
-
6717
- #~ msgid "Mobile scale"
6718
- #~ msgstr "Adaptation sur mobile"
6719
-
6720
  #~ msgid "CSS mode"
6721
  #~ msgstr "Mode CSS"
6722
 
3
  msgstr ""
4
  "Project-Id-Version: \n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
7
+ "PO-Revision-Date: 2022-05-17 12:57+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: fr\n"
29
  "Impossible de contacter le serveur de licence, veuillez réessayer "
30
  "ultérieurement !"
31
 
 
 
 
 
 
 
 
 
32
  msgid "You are not allowed to upload!"
33
  msgstr "Vous n'êtes pas autorisé à télécharger !"
34
 
181
  msgid "You can load Google Fonts on the frontend."
182
  msgstr "Vous pouvez charger des polices Google en frontend."
183
 
184
+ msgid "Save fonts locally"
185
+ msgstr ""
186
+
187
+ msgid ""
188
+ "You can store the used Google Fonts on your server. This way all Google "
189
+ "Fonts will load from your own domain."
190
+ msgstr ""
191
+
192
  msgid "Backend"
193
  msgstr "Administration"
194
 
205
  msgid "Normal"
206
  msgstr "Normal"
207
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
  msgid "Choose"
209
  msgstr "Choisir"
210
 
1151
  msgid "Set"
1152
  msgstr "Ensemble"
1153
 
1154
+ msgid "Edit"
1155
+ msgstr "Modifier"
1156
+
1157
+ msgid "Group"
1158
+ msgstr "Groupe"
1159
+
1160
+ #, fuzzy
1161
+ #| msgid "Edit slider"
1162
+ msgid "Edit Slider"
1163
+ msgstr "Éditer le diaporama"
1164
+
1165
  msgid "Up"
1166
  msgstr ""
1167
 
1168
  msgid "Insert group"
1169
  msgstr "Insérer un groupe"
1170
 
 
 
 
1171
  msgid "Move to trash"
1172
  msgstr "Mettre à la corbeille"
1173
 
1210
  msgid "delete this slide"
1211
  msgstr "supprimer cette diapositive"
1212
 
1213
+ msgid "Max width"
1214
+ msgstr "Largeur maxi"
1215
+
1216
+ msgid "Margin"
1217
+ msgstr "Marge externe"
1218
+
1219
+ #, fuzzy
1220
+ #| msgid "Top"
1221
+ msgid "top"
1222
+ msgstr "Haut"
1223
+
1224
+ #, fuzzy
1225
+ #| msgid "Light"
1226
+ msgid "right"
1227
+ msgstr "Clair"
1228
+
1229
+ #, fuzzy
1230
+ #| msgid "Bottom"
1231
+ msgid "bottom"
1232
+ msgstr "Bas"
1233
+
1234
+ #, fuzzy
1235
+ #| msgid "To left"
1236
+ msgid "left"
1237
+ msgstr "Vers la gauche"
1238
+
1239
  msgid "Animations"
1240
  msgstr "Animations"
1241
 
1503
  msgid "JavaScript callbacks"
1504
  msgstr "Call-backs Javascript"
1505
 
1506
+ #, fuzzy
1507
+ #| msgid "Loading animation"
1508
+ msgid "Loading animation waiting time"
1509
+ msgstr "Chargement de l'animation en cours"
1510
+
1511
  msgid "Post IDs"
1512
  msgstr "IDs de publication"
1513
 
1519
  "Le cache des publications avec l’ID donné sera effacé lors de "
1520
  "l’enregistrement."
1521
 
1522
+ #, fuzzy
1523
+ #| msgid "Fallback language"
1524
+ msgid "Fallback slider"
1525
+ msgstr "Langue de secours"
1526
+
1527
+ #, fuzzy
1528
+ #| msgid "Alias"
1529
+ msgid "ID or Alias"
1530
+ msgstr "Alias"
1531
+
1532
+ msgid ""
1533
+ "Select another slider by its ID or Alias that displays if your current "
1534
+ "slider has no published slides."
1535
+ msgstr ""
1536
+
1537
  msgid "Thumbnail"
1538
  msgstr "Vignette"
1539
 
1619
  msgid "Align"
1620
  msgstr "Aligner"
1621
 
 
 
 
1622
  msgid "Puts a fix margin around your slider."
1623
  msgstr "Met une marge fixe autour de votre diaporama."
1624
 
1631
  msgid "Loading"
1632
  msgstr "Chargement en cours"
1633
 
1634
+ msgid "Loading type"
1635
+ msgstr "Type de chargement"
1636
+
1637
  msgid "Instant"
1638
  msgstr "à l’instant"
1639
 
1643
  msgid "After delay"
1644
  msgstr "Après délai"
1645
 
 
 
 
1646
  msgid ""
1647
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1648
  "you can load it only after the page has loaded."
1842
  "Si la taille de votre image n’est pas la même que celle de votre diaporama, "
1843
  "vous pouvez améliorer le résultat avec les modes de remplissage."
1844
 
1845
+ #, fuzzy
1846
+ #| msgid "Background color"
1847
+ msgid "Background Blur"
1848
+ msgstr "Couleur d'arrière-plan"
1849
+
1850
  msgid "Randomize"
1851
  msgstr "Afficher au hasard"
1852
 
2156
  msgid "Why upgrade to Smart Slider 3 Pro?"
2157
  msgstr "Pourquoi passer à Smart Slider 3 Pro ?"
2158
 
2159
+ #, fuzzy, php-format
2160
+ #| msgid "120+ slider templates"
2161
+ msgid "%d+ slider templates"
2162
  msgstr "Plus de 120 modèles de diaporamas"
2163
 
2164
  msgid "Full slide library access"
2165
  msgstr "Accès complet à la bibliothèque de diapositives"
2166
 
2167
+ #, fuzzy, php-format
2168
+ #| msgid "20 new layers"
2169
+ msgid "%d new layers"
2170
  msgstr "20 nouveaux calques"
2171
 
2172
  msgid "Extra advanced options"
2239
  msgid "Color end"
2240
  msgstr "Couleur de fin"
2241
 
 
 
 
2242
  msgid "Position"
2243
  msgstr "Position"
2244
 
2428
  "Veuillez lire le %1$sguide détaillé%2$s sur le réglage correct de l’arrière-"
2429
  "plan de vos diapositives."
2430
 
2431
+ #, fuzzy
2432
+ #| msgid "Background color"
2433
+ msgid "Background blur"
2434
+ msgstr "Couleur d'arrière-plan"
2435
+
2436
  msgid "Blur"
2437
  msgstr "Flou"
2438
 
2589
  msgid "Scale down"
2590
  msgstr "Réduire"
2591
 
 
 
 
2592
  msgid "Static overlay"
2593
  msgstr "Superposition statique"
2594
 
2640
  msgid "Drop images here"
2641
  msgstr "Glisser les images ici"
2642
 
2643
+ #, fuzzy
2644
+ #| msgid "New project"
2645
+ msgid "Search Project"
2646
+ msgstr "Nouveau projet"
2647
 
2648
  msgid "View trash"
2649
  msgstr "Voir la corbeille"
2669
  msgid "Export"
2670
  msgstr "Exporter"
2671
 
2672
+ #, fuzzy
2673
+ #| msgid "Showcase"
2674
+ msgid "Show"
2675
+ msgstr "Vitrine"
2676
+
2677
+ #, php-format
2678
+ msgid "Showing %s to %s of %s projects"
2679
+ msgstr ""
2680
+
2681
+ #, fuzzy
2682
+ #| msgid "New project"
2683
+ msgid "No projects to show"
2684
+ msgstr "Nouveau projet"
2685
+
2686
  msgid "New project"
2687
  msgstr "Nouveau projet"
2688
 
2689
+ msgid "Sorry we couldn’t find any matches"
2690
+ msgstr ""
2691
+
2692
+ msgid "Please try searching with another term."
2693
+ msgstr ""
2694
+
2695
+ #, php-format
2696
+ msgid "Showing %s results for %s."
2697
+ msgstr ""
2698
+
2699
  msgid "Module"
2700
  msgstr "Module"
2701
 
3253
  msgid "Cache expiration"
3254
  msgstr "Expiration du cache"
3255
 
3256
+ msgid "Hours"
3257
+ msgstr "Heures"
3258
 
3259
  msgid "Start index"
3260
  msgstr "Index de début"
3789
  msgid "Whole group"
3790
  msgstr "Tout le groupe"
3791
 
3792
+ #, fuzzy
3793
+ #| msgid "Select A Slider"
3794
+ msgid "Select Slider"
3795
  msgstr "Sélectionnez un diaporama"
3796
 
3797
  msgid "OR"
3798
  msgstr "OU"
3799
 
3800
+ msgid "Insert a slider into your content"
3801
+ msgstr ""
3802
+
3803
+ msgid "Select the slider you want to insert."
3804
+ msgstr ""
3805
 
3806
  msgctxt "Button layer default text"
3807
  msgid "MORE"
3960
  "Vous pouvez mettre la vidéo en pause lorsque le visiteur s’éloigne du "
3961
  "diaporama"
3962
 
 
 
 
 
 
 
 
 
 
3963
  msgid "Display"
3964
  msgstr "Afficher"
3965
 
4148
  "Si vous désactivez cette option, vous ne pouvez pas passer à la première "
4149
  "diapositive à partir de la dernière."
4150
 
4151
+ msgid ""
4152
+ "Background animations only work on the slide background images, which have "
4153
+ "Fill selected at their Fill mode. They don't affect any images if the "
4154
+ "background parallax is enabled."
4155
+ msgstr ""
4156
+
4157
  msgid "Shifted"
4158
  msgstr "Décalage"
4159
 
4161
  msgstr ""
4162
  "L’arrière-plan et l’animation principale sont lus simultanément ou décalés."
4163
 
 
 
 
 
 
 
 
4164
  msgid "Slider CSS Preset"
4165
  msgstr "Réglage diaporama prédéfini"
4166
 
4306
  msgid "My text animations"
4307
  msgstr "Mes animations de texte"
4308
 
4309
+ msgid "Morph - Wave"
4310
+ msgstr ""
4311
+
4312
+ msgid "Morph - Brush"
4313
+ msgstr ""
4314
+
4315
+ msgid "Morph - Flow"
4316
+ msgstr ""
4317
+
4318
+ msgid "Morph - Noise"
4319
+ msgstr ""
4320
+
4321
+ msgid "Distortion - Mosaic"
4322
+ msgstr ""
4323
+
4324
+ #, fuzzy
4325
+ #| msgid "Slices - Triangle"
4326
+ msgid "Distortion - Triangle"
4327
+ msgstr "Tranches - Triangle"
4328
+
4329
+ msgid "Distortion - Flow"
4330
+ msgstr ""
4331
+
4332
+ msgid "Distortion - Warp"
4333
+ msgstr ""
4334
+
4335
+ msgid "Distortion - Storm"
4336
+ msgstr ""
4337
+
4338
+ #, fuzzy
4339
+ #| msgid "Registration start date"
4340
+ msgid "Distortion - Wave"
4341
+ msgstr "Date de début d’inscription"
4342
+
4343
+ msgid "Distortion - Shard"
4344
+ msgstr ""
4345
+
4346
+ msgid "Distortion - Noise"
4347
+ msgstr ""
4348
+
4349
  msgid "Slices - Single"
4350
  msgstr "Tranches - Unique"
4351
 
4745
  msgid "Bullets"
4746
  msgstr "Puces"
4747
 
 
 
 
4748
  msgid "Side"
4749
  msgstr "Côté"
4750
 
4937
  msgid "Sparkling"
4938
  msgstr "Pétillant"
4939
 
4940
+ #, fuzzy, php-format
4941
+ #| msgid "Curve 1"
4942
+ msgid "Curve %d"
4943
  msgstr "Courbe 1"
4944
 
 
 
 
 
 
 
 
 
 
4945
  msgid "Curves"
4946
  msgstr "Courbes"
4947
 
4948
+ #, fuzzy, php-format
4949
+ #| msgid "Fan 1"
4950
+ msgid "Fan %d"
4951
  msgstr "Eventail 1"
4952
 
 
 
 
 
 
 
4953
  msgid "Hills"
4954
  msgstr "Collines"
4955
 
4956
+ #, fuzzy, php-format
4957
+ #| msgid "Incline 1"
4958
+ msgid "Incline %d"
4959
  msgstr "Incliné 1"
4960
 
 
 
 
 
 
 
4961
  msgid "Inverse arrow"
4962
  msgstr "Flèche inversée"
4963
 
4967
  msgid "Slopes"
4968
  msgstr "Pentes"
4969
 
4970
+ #, fuzzy, php-format
4971
+ #| msgid "Tilt 1"
4972
+ msgid "Tilt %d"
4973
  msgstr "Inclinaison 1"
4974
 
4975
+ #, fuzzy, php-format
4976
+ #| msgid "Triangle 1"
4977
+ msgid "Triangle %d"
 
4978
  msgstr "Triangle 1"
4979
 
4980
+ #, fuzzy, php-format
4981
+ #| msgid "Wave 1"
4982
+ msgid "Wave %d"
 
4983
  msgstr "Vague 1"
4984
 
 
 
 
4985
  msgid "Waves"
4986
  msgstr "Vagues"
4987
 
4988
+ #, fuzzy, php-format
4989
+ #| msgid "Columns"
4990
+ msgid "Columns %d"
4991
+ msgstr "Colonnes"
4992
+
4993
+ #, php-format
4994
+ msgid "Paper %d"
4995
+ msgstr ""
4996
+
4997
  msgid "2 Colors"
4998
  msgstr "2 couleurs"
4999
 
5012
  msgid "The App ID is empty. Please insert that value too!"
5013
  msgstr "L’ID d’application est vide. Veuillez également insérer cette valeur !"
5014
 
5015
+ #, fuzzy, php-format
5016
+ #| msgid ""
5017
+ #| "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
5018
+ #| "order to use this generator! - %2$s How to get SSL for my WordPress site? "
5019
+ #| "%3$s"
5020
  msgid ""
5021
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
5022
+ "order to use this generator!"
 
5023
  msgstr ""
5024
  "%1$s n’autorise que les URI de redirection HTTPS ! Vous devez mettre votre "
5025
  "site en HTTPS afin d’utiliser ce générateur ! - %2$s Comment obtenir SSL "
5026
  "pour mon site WordPress ? %3$s"
5027
 
5028
+ msgid "How to get SSL for my website?"
5029
+ msgstr ""
5030
+
5031
  #, php-format
5032
  msgid ""
5033
  "%2$s Check the documentation %3$s to learn how to configure your %1$s app."
5160
  msgid "Source folder"
5161
  msgstr "Répertoire source"
5162
 
5163
+ #, fuzzy
5164
+ #| msgid "Slide name and description"
5165
+ msgid "Filename based exclusion"
5166
+ msgstr "Nom et description de la diapositive"
5167
+
5168
  msgid "Remove resized images"
5169
  msgstr "Supprimer les images redimensionnées"
5170
 
5180
  "« myimage-120x120.jpg » sera supprimé, car c’est la même image, juste dans "
5181
  "une taille plus petite."
5182
 
5183
+ msgid "Filename has to contain"
5184
+ msgstr ""
5185
+
5186
+ msgid ""
5187
+ "Only those images will be asked down, which have the given texts within "
5188
+ "their filenames. You can write down multiple texts separated by comma."
5189
+ msgstr ""
5190
+
5191
+ msgid "Filename cannot contain"
5192
+ msgstr ""
5193
+
5194
+ msgid ""
5195
+ "Only those images will be asked down, which don't have the given texts "
5196
+ "within their filenames. You can write down multiple texts separated by comma."
5197
+ msgstr ""
5198
+
5199
  msgid "Filename"
5200
  msgstr "Nom de fichier"
5201
 
5219
  "Mauvais chemin. Il s'agit du chemin d'accès par défaut du dossier upload/"
5220
  "media, alors essayez de naviguer à partir d'ici :"
5221
 
5222
+ msgid "The App ID and the Secret is empty!"
5223
+ msgstr ""
5224
+
5225
+ msgid "The token will expire at:"
5226
+ msgstr ""
5227
+
5228
+ msgid "Access token was not returned.Please check the credentials!"
5229
+ msgstr ""
5230
+
5231
+ #, fuzzy
5232
+ #| msgid "The token expired. Please request new token! "
5233
+ msgid "The token expired. Please request new token!"
5234
+ msgstr "Le jeton a expiré. Veuillez demander un nouveau jeton! "
5235
+
5236
+ #, fuzzy
5237
+ #| msgid "The token expired. Please request new token! "
5238
+ msgid "The token will expire in two days! Please refresh the token!"
5239
+ msgstr "Le jeton a expiré. Veuillez demander un nouveau jeton! "
5240
+
5241
+ #, fuzzy
5242
+ #| msgid "Request token"
5243
+ msgid "Refresh Token"
5244
+ msgstr "Demande de jetons"
5245
+
5246
+ msgid "Refresh"
5247
+ msgstr ""
5248
+
5249
+ #, fuzzy
5250
+ #| msgid "Sorting method"
5251
+ msgid "Album loading method"
5252
+ msgstr "Méthode de tri"
5253
+
5254
+ msgid "Load first images only"
5255
+ msgstr ""
5256
+
5257
+ msgid "Load album images separately"
5258
+ msgstr ""
5259
+
5260
+ msgid "Load Album images as record data"
5261
+ msgstr ""
5262
+
5263
  msgid "JSON from url"
5264
  msgstr "JSON depuis l’Url"
5265
 
5305
  msgid "Images"
5306
  msgstr "Images"
5307
 
5308
+ #, fuzzy
5309
+ #| msgid "Offset value"
5310
+ msgid "Offset hours"
5311
+ msgstr "Valeur de décalage"
5312
+
5313
  msgid "Timezone offset in hours. For example: +2 or -7."
5314
  msgstr "Décalage du fuseau horaire en heures. Par exemple : +2 ou -7."
5315
 
5355
  msgid "Creates slides from %1$s content."
5356
  msgstr "Crée des diapositives à partir du contenu %1$s."
5357
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5358
  msgid "Include subcategories"
5359
  msgstr "Inclure les sous-catégories"
5360
 
5406
  msgid "Banned user IDs"
5407
  msgstr "Identifiants d’utilisateurs interdits"
5408
 
5409
+ msgid "Started"
5410
+ msgstr "Début"
5411
+
5412
  msgid "Ended"
5413
  msgstr "Terminé"
5414
 
5494
  msgid "Manufacturer language"
5495
  msgstr "Langue du fabricant"
5496
 
5497
+ msgid "Price"
5498
+ msgstr "Prix"
5499
+
5500
  msgid "Product name"
5501
  msgstr "Nom du produit"
5502
 
5503
  msgid "Product ID"
5504
  msgstr "ID du produit"
5505
 
5506
+ msgid "Locations"
5507
+ msgstr "Lieux"
5508
+
5509
  msgid "Recurring"
5510
  msgstr "Récurrent"
5511
 
5521
  msgid "Only not recurring events"
5522
  msgstr "Uniquement des événements non récurrents"
5523
 
5524
+ msgid "Menu item (item ID)"
5525
+ msgstr "Élément de menu (ID d’élément)"
5526
+
5527
+ msgid "Start date"
5528
+ msgstr "Date de début"
5529
+
5530
+ msgid "End date"
5531
+ msgstr "Date de fin"
5532
 
5533
  msgid "ID"
5534
  msgstr "ID"
5569
  msgid "Only display items with these IDs"
5570
  msgstr "Afficher uniquement les éléments avec ces identifiants"
5571
 
5572
+ msgid ""
5573
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5574
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5575
+ "setting will be used."
5576
+ msgstr ""
5577
+ "Décalage du fuseau horaire en heures. Par exemple : +2 ou -7. Si vous le "
5578
+ "laissez vide, le paramètre Système de Joomla -> Configuration globale -> "
5579
+ "Serveur -> Fuseau horaire du serveur sera utilisé."
5580
+
5581
  msgid "Brand"
5582
  msgstr "Marque"
5583
 
5619
  msgid "Date language"
5620
  msgstr ""
5621
 
5622
+ #, fuzzy
5623
+ #| msgid "Replace variables"
5624
+ msgid "Date variable offset"
5625
+ msgstr "Remplacer des variables"
5626
 
5627
+ msgid "Date filter offset"
 
 
 
5628
  msgstr ""
 
 
 
5629
 
5630
  msgid "Status"
5631
  msgstr "Statut"
5636
  msgid "Ask down all product images"
5637
  msgstr "Demandez toutes les images de produits"
5638
 
5639
+ msgid "Items"
5640
+ msgstr "Éléments"
5641
+
5642
  msgid "View item"
5643
  msgstr "Voir le produit"
5644
 
5648
  msgid "View image"
5649
  msgstr "Voir l'image"
5650
 
 
 
 
 
 
 
 
 
 
5651
  msgid "All day event"
5652
  msgstr "Evénement sur une journée"
5653
 
5657
  msgid "Show parent products only"
5658
  msgstr "Afficher uniquement les produits parents"
5659
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5660
  #, php-format
5661
  msgid "Creates slides from %1$s galleries."
5662
  msgstr "Crée des diapositives à partir de %1$s galeries."
5681
  msgid "No options given"
5682
  msgstr "Aucune option proposée"
5683
 
5684
+ #, php-format
5685
+ msgid "Creates slides from %1$s events."
5686
+ msgstr "Crée des diapositives à partir d’événements %1$s."
5687
+
5688
  msgid "Exclude event IDs (One ID per line)"
5689
  msgstr "Exclure les identifiants d’événement (un identifiant par ligne)"
5690
 
5742
  msgid "Hide From Event Listings"
5743
  msgstr "Masquer des listes d’événements"
5744
 
5745
+ msgid "Event start date"
5746
+ msgstr "Date de début de l'événement"
5747
+
5748
+ msgid "Event end date"
5749
+ msgstr "Date de fin de l'événement"
5750
+
5751
  msgid "Event cost"
5752
  msgstr "Coût de l’événement"
5753
 
5754
+ msgid "Event creation date"
5755
+ msgstr "Date de création de l'événement"
5756
+
5757
+ msgid "Event modification date"
5758
+ msgstr "Date de modification de l'événement"
5759
+
5760
  msgid "Metakey name"
5761
  msgstr "Nom de la métaclé"
5762
 
5803
  msgid "No limit"
5804
  msgstr "Aucune limite"
5805
 
5806
+ #, fuzzy
5807
+ #| msgid "Include subcategories"
5808
+ msgid "Hide empty categories"
5809
+ msgstr "Inclure les sous-catégories"
5810
+
5811
+ msgid "Yes"
5812
+ msgstr "Oui"
5813
+
5814
  msgid "Downloadable"
5815
  msgstr "Téléchargeable"
5816
 
5999
  msgid "Vertical pendulum 3D"
6000
  msgstr "Effet pendule 3D vertical"
6001
 
6002
+ msgid "We are Passionate About"
6003
+ msgstr ""
6004
+
6005
+ msgid ""
6006
+ "Amazing Food\n"
6007
+ "Great Hospitality"
6008
+ msgstr ""
6009
+
6010
  msgid "Before text"
6011
  msgstr "Avant le texte"
6012
 
6090
  msgid "Time"
6091
  msgstr "Heure"
6092
 
6093
+ #, fuzzy
6094
+ #| msgid "Size"
6095
+ msgid "Icon Size"
6096
+ msgstr "Taille"
6097
+
6098
+ #, fuzzy
6099
+ #| msgid "Before text"
6100
+ msgid "Before After"
6101
+ msgstr "Avant le texte"
6102
+
6103
+ #, fuzzy
6104
+ #| msgid "Left to Right"
6105
+ msgid "Left top"
6106
+ msgstr "De gauche à droite"
6107
+
6108
+ #, fuzzy
6109
+ #| msgid "Center"
6110
+ msgid "Center top"
6111
+ msgstr "Centrer"
6112
+
6113
+ #, fuzzy
6114
+ #| msgid "Right"
6115
+ msgid "Right top"
6116
+ msgstr "Droite"
6117
+
6118
+ #, fuzzy
6119
+ #| msgid "Help center"
6120
+ msgid "Left center"
6121
+ msgstr "Centre d’aide"
6122
+
6123
+ #, fuzzy
6124
+ #| msgid "Center"
6125
+ msgid "Right Center"
6126
+ msgstr "Centrer"
6127
+
6128
+ #, fuzzy
6129
+ #| msgid "To bottom"
6130
+ msgid "Left bottom"
6131
+ msgstr "Vers le bas"
6132
+
6133
+ #, fuzzy
6134
+ #| msgid "Curtain to bottom"
6135
+ msgid "Center bottom"
6136
+ msgstr "Rideau vers le bas"
6137
+
6138
+ #, fuzzy
6139
+ #| msgid "To bottom"
6140
+ msgid "Right bottom"
6141
+ msgstr "Vers le bas"
6142
+
6143
+ #, fuzzy
6144
+ #| msgid "Before text"
6145
+ msgid "Before Image"
6146
+ msgstr "Avant le texte"
6147
+
6148
+ #, fuzzy
6149
+ #| msgid "After text"
6150
+ msgid "After Image"
6151
+ msgstr "Après le texte"
6152
+
6153
+ msgid "Labels"
6154
+ msgstr "Étiquettes"
6155
+
6156
+ #, fuzzy
6157
+ #| msgid "Show label"
6158
+ msgid "Show Label"
6159
+ msgstr "Montrer l'étiquette"
6160
+
6161
+ msgid "Always"
6162
+ msgstr ""
6163
+
6164
+ #, fuzzy
6165
+ #| msgid "Before text"
6166
+ msgid "Before label"
6167
+ msgstr "Avant le texte"
6168
+
6169
+ #, fuzzy
6170
+ #| msgid "Aria label"
6171
+ msgid "After label"
6172
+ msgstr "Etiquette Aria"
6173
+
6174
+ msgid "Behavior"
6175
+ msgstr ""
6176
+
6177
+ #, fuzzy
6178
+ #| msgid "Internal only"
6179
+ msgid "Interaction"
6180
+ msgstr "Interne uniquement"
6181
+
6182
+ #, fuzzy
6183
+ #| msgid "Slider"
6184
+ msgid "Divider"
6185
+ msgstr "Diaporama"
6186
+
6187
+ msgid "Line"
6188
+ msgstr ""
6189
+
6190
+ #, fuzzy
6191
+ #| msgid "Show duration"
6192
+ msgid "Show Caption"
6193
+ msgstr "Durée d’affichage"
6194
+
6195
+ #, fuzzy
6196
+ #| msgid "Caption"
6197
+ msgid "Caption text"
6198
+ msgstr "Légende"
6199
+
6200
+ #, fuzzy
6201
+ #| msgid "Previous alt tag"
6202
+ msgid "Before image alt tag"
6203
+ msgstr "Tag (alt) précédent"
6204
+
6205
+ #, fuzzy
6206
+ #| msgid "After page loaded"
6207
+ msgid "After image alt tag"
6208
+ msgstr "Après le chargement de la page"
6209
+
6210
+ #, fuzzy
6211
+ #| msgid "Optimize image"
6212
+ msgid "Optimize images"
6213
+ msgstr "Optimiser l'image"
6214
+
6215
  msgid "Full"
6216
  msgstr "Complet"
6217
 
6245
  msgid "Stroke width"
6246
  msgstr "Largeur du trait"
6247
 
 
 
 
6248
  msgid "Inner before"
6249
  msgstr ""
6250
 
6257
  msgid "Animation duration"
6258
  msgstr "Durée de l’animation"
6259
 
6260
+ #, fuzzy
6261
+ #| msgid "Counter"
6262
+ msgid "Countdown"
6263
+ msgstr "Compteur"
6264
 
6265
+ msgid "Days"
6266
+ msgstr "Jours"
6267
 
6268
+ msgid "Minutes"
6269
+ msgstr "Minutes"
6270
 
6271
+ msgid "Seconds"
6272
+ msgstr "Secondes"
6273
 
6274
+ #, fuzzy
6275
+ #| msgid "First slide changed."
6276
+ msgid "Use slide schedule"
6277
+ msgstr "1ère diapositive modifiée."
6278
 
6279
+ #, fuzzy
6280
+ #| msgid "You can use this alias in the slider's shortcode."
6281
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
6282
+ msgstr "Vous pouvez utiliser cet alias dans le shortcode du diaporama."
6283
 
6284
+ msgid "Use Slide Schedule"
6285
+ msgstr ""
6286
 
6287
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
6288
+ msgstr ""
6289
 
6290
+ msgid ""
6291
+ "Displays the days, hours, minutes and seconds texts under the counter "
6292
+ "numbers. To display the labels in your own language, translate the texts in "
6293
+ "the language files."
6294
+ msgstr ""
6295
 
6296
+ msgid "Gap"
6297
+ msgstr ""
6298
 
6299
+ #, fuzzy
6300
+ #| msgid "Creates space between the columns"
6301
+ msgid "Creates vertical and horizontal distance between the counter elements."
6302
+ msgstr "Crée un espace entre les colonnes"
6303
 
6304
+ #, fuzzy
6305
+ #| msgid "Tablet scale"
6306
+ msgid "Tablet style"
6307
+ msgstr "Échelle sur tablettes"
6308
 
6309
+ msgid "Set custom Gap and Column for tablet."
6310
+ msgstr ""
6311
 
6312
+ #, fuzzy
6313
+ #| msgid "Mobile scale"
6314
+ msgid "Mobile style"
6315
+ msgstr "Adaptation sur mobile"
6316
 
6317
+ msgid "Set custom Gap and Column for mobile."
6318
+ msgstr ""
6319
 
6320
+ msgid "Action when ends"
6321
+ msgstr ""
6322
 
6323
+ #, fuzzy
6324
+ #| msgid "Form action"
6325
+ msgid "No action"
6326
+ msgstr "Action du formulaire"
6327
+
6328
+ #, fuzzy
6329
+ #| msgid "Child layers"
6330
+ msgid "Hide layer"
6331
+ msgstr "Calques enfants"
6332
 
6333
+ msgid "Redirect to URL"
6334
+ msgstr ""
6335
 
6336
+ msgid "Choose what happens after the counter reached zero."
6337
+ msgstr ""
6338
+
6339
+ #, fuzzy
6340
+ #| msgid "The image is empty"
6341
+ msgid "This page is"
6342
+ msgstr "L’image est vide"
6343
+
6344
+ msgid "Amazing"
6345
+ msgstr ""
6346
+
6347
+ #, fuzzy, php-format
6348
+ #| msgid "Circle 1"
6349
+ msgid "Circle %d"
6350
+ msgstr "Cercle 1"
6351
+
6352
+ #, fuzzy, php-format
6353
+ #| msgid "Curly 1"
6354
+ msgid "Curly %d"
6355
+ msgstr "Ondulé 1"
6356
+
6357
+ #, fuzzy, php-format
6358
+ #| msgid "Highlight 1"
6359
+ msgid "Highlight %d"
6360
+ msgstr "Surbrillance 1"
6361
+
6362
+ #, fuzzy, php-format
6363
+ #| msgid "Line Through 1"
6364
+ msgid "Line Through %d"
6365
+ msgstr "Biffage 1"
6366
 
6367
+ #, fuzzy, php-format
6368
+ #| msgid "Rectangle 1"
6369
+ msgid "Rectangle %d"
6370
+ msgstr "Rectangle 1"
6371
 
6372
+ #, fuzzy, php-format
6373
+ #| msgid "Underline 1"
6374
+ msgid "Underline %d"
6375
+ msgstr "Souligné 1"
6376
+
6377
+ #, fuzzy, php-format
6378
+ #| msgid "Underline double 1"
6379
+ msgid "Underline double %d"
6380
+ msgstr "Double souligné 1"
6381
+
6382
+ #, fuzzy, php-format
6383
+ #| msgid "ZigZag 1"
6384
+ msgid "ZigZag %d"
6385
+ msgstr "Zigzag 1"
6386
 
6387
  msgid "Highlighted text"
6388
  msgstr "Texte mis en évidence"
6399
  msgid "HTML"
6400
  msgstr ""
6401
 
6402
+ msgid "Empty element"
6403
+ msgstr ""
6404
+
6405
  msgid ""
6406
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6407
  "codes loaded by it. We only suggest using this layer if you are a developer. "
6518
  msgid "Icon not found"
6519
  msgstr "Icône non trouvée"
6520
 
 
 
 
6521
  #, php-format
6522
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6523
  msgstr "Entrez un attribut aria-label %1$s %2$s qui décrit le lien."
6525
  msgid "Iframe"
6526
  msgstr ""
6527
 
 
 
 
6528
  msgid ""
6529
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6530
  "layer often needs code customizations what you have to do yourself, so we "
6535
  "code que vous devez faire vous-même, nous vous suggérons donc d’utiliser "
6536
  "cette couche uniquement si vous êtes développeur !"
6537
 
6538
+ #, fuzzy
6539
+ #| msgid "iframe url"
6540
+ msgid "Iframe url"
6541
  msgstr "url de l\"iframe"
6542
 
 
 
 
6543
  msgid "You can disable the scroll on the iframe content."
6544
  msgstr "Vous pouvez désactiver le défilement sur le contenu de l’iframe."
6545
 
6546
+ #, fuzzy
6547
+ #| msgid "iframe title"
6548
+ msgid "Iframe title"
6549
  msgstr "titre de l’iframe"
6550
 
6551
  msgid "Image area"
6898
 
6899
  #, php-format
6900
  msgid ""
6901
+ "%1$s does not support the full screen API. For this reason the full screen "
6902
+ "button will not appear on %1$s devices."
 
6903
  msgstr ""
 
 
 
 
6904
 
6905
  msgid "Indicator"
6906
  msgstr "Barre de progression"
6914
  msgid "Bar color"
6915
  msgstr "Couleur de la barre"
6916
 
6917
+ #~ msgid "Character set"
6918
+ #~ msgstr "Jeu de caractères"
6919
+
6920
+ #~ msgid "hours"
6921
+ #~ msgstr "heures"
6922
+
6923
+ #~ msgid "Select slider"
6924
+ #~ msgstr "Sélectionnez un diaporama"
6925
+
6926
+ #~ msgid "Private video"
6927
+ #~ msgstr "Video privée"
6928
+
6929
+ #~ msgid ""
6930
+ #~ "Turn it on to remove the admin warning that your video is not accessible."
6931
+ #~ msgstr ""
6932
+ #~ "Activez pour supprimer l’avertissement de l’administrateur indiquant que "
6933
+ #~ "votre vidéo n’est pas accessible."
6934
+
6935
+ #~ msgid "Loop single slide"
6936
+ #~ msgstr "Boucle diapositive seule"
6937
+
6938
+ #~ msgid "In case of one slide, it repeats the animation of the slide."
6939
+ #~ msgstr ""
6940
+ #~ "Dans le cas d'une diapositive, il répète l'animation de la diapositive."
6941
+
6942
+ #~ msgid "Bullet"
6943
+ #~ msgstr "Puce"
6944
+
6945
+ #~ msgid "Curve 2"
6946
+ #~ msgstr "Courbe 2"
6947
+
6948
+ #~ msgid "Curve 3"
6949
+ #~ msgstr "Courbe 3"
6950
+
6951
+ #~ msgid "Curve 4"
6952
+ #~ msgstr "Courbe 4"
6953
+
6954
+ #~ msgid "Fan 2"
6955
+ #~ msgstr "Eventail 2"
6956
+
6957
+ #~ msgid "Fan 3"
6958
+ #~ msgstr "Eventail 3"
6959
+
6960
+ #~ msgid "Incline 2"
6961
+ #~ msgstr "Incliné 2"
6962
+
6963
+ #~ msgid "Incline 3"
6964
+ #~ msgstr "Incliné 3"
6965
+
6966
+ #~ msgid "Tilt 2"
6967
+ #~ msgstr "Inclinaison 2"
6968
+
6969
+ #~ msgid "Triangle 2"
6970
+ #~ msgstr "Triangle 2"
6971
+
6972
+ #~ msgid "Wave 2"
6973
+ #~ msgstr "Vague 2"
6974
+
6975
+ #~ msgid "Expired"
6976
+ #~ msgstr "Expiré"
6977
+
6978
+ #~ msgid "Auction"
6979
+ #~ msgstr "Enchères"
6980
+
6981
+ #~ msgid "Negotiable price"
6982
+ #~ msgstr "Prix négotiable"
6983
+
6984
+ #~ msgid "Blocked by User"
6985
+ #~ msgstr "Bloqué par l'utilisateur"
6986
+
6987
+ #~ msgid "Paid"
6988
+ #~ msgstr "Payé"
6989
+
6990
+ #~ msgid "Buynow"
6991
+ #~ msgstr "Acheter maintenant"
6992
+
6993
+ #~ msgid ""
6994
+ #~ "Your url will point to the item within this menu item. You will only get "
6995
+ #~ "a good result, if you will pick one of your DJ Classifields menu items or "
6996
+ #~ "leave it on 'Default'."
6997
+ #~ msgstr ""
6998
+ #~ "Votre URL pointera vers l’élément de cet élément de menu. Vous "
6999
+ #~ "n’obtiendrez un bon résultat que si vous choisissez l’un de vos éléments "
7000
+ #~ "de menu DJ Classifields ou si vous le laissez sur « Par défaut »."
7001
+
7002
+ #~ msgid "Expiration date"
7003
+ #~ msgstr "Date d'expiration"
7004
+
7005
+ #~ msgid "Supplier"
7006
+ #~ msgstr "Le fournisseur"
7007
+
7008
+ #~ msgid "On sale"
7009
+ #~ msgstr "En solde"
7010
+
7011
+ #~ msgid "Discount price"
7012
+ #~ msgstr "Prix promo"
7013
+
7014
+ #~ msgid "Create custom date variables"
7015
+ #~ msgstr "Créer des variables de date personnalisées"
7016
+
7017
+ #~ msgid ""
7018
+ #~ "You can write any date format (http://php.net/manual/en/function.date."
7019
+ #~ "php) in separate lines, and new variables will be created for them."
7020
+ #~ msgstr ""
7021
+ #~ "Vous pouvez écrire n'importe quel format de date (https://www.php.net/"
7022
+ #~ "manual/fr/function.date.php) dans des lignes distinctes, et de nouvelles "
7023
+ #~ "variables seront créées."
7024
+
7025
+ #~ msgid ""
7026
+ #~ "Write the original text, like 'Monday' then two | signs, and the text you "
7027
+ #~ "want it to be translated to, for example 'Montag'. Together: Monday||"
7028
+ #~ "Montag"
7029
+ #~ msgstr ""
7030
+ #~ "Écrivez le texte original, comme 'Monday' puis deux signes | et le texte "
7031
+ #~ "que vous souhaitez traduire, par exemple « Lundi ». Exemple : Monday || "
7032
+ #~ "Lundi"
7033
+
7034
+ #~ msgid "Circle 2"
7035
+ #~ msgstr "Cercle 2"
7036
+
7037
+ #~ msgid "Circle 3"
7038
+ #~ msgstr "Cercle 3"
7039
+
7040
+ #~ msgid "Curly 2"
7041
+ #~ msgstr "Ondulé 2"
7042
+
7043
+ #~ msgid "Highlight 2"
7044
+ #~ msgstr "Surbrillance 2"
7045
+
7046
+ #~ msgid "Highlight 3"
7047
+ #~ msgstr "Surbrillance 3"
7048
+
7049
+ #~ msgid "Line Through 2"
7050
+ #~ msgstr "Biffage 2"
7051
+
7052
+ #~ msgid "Line Through 3"
7053
+ #~ msgstr "Biffage 3"
7054
+
7055
+ #~ msgid "Rectangle 2"
7056
+ #~ msgstr "Rectangle 2"
7057
+
7058
+ #~ msgid "Underline 2"
7059
+ #~ msgstr "Souligné 2"
7060
+
7061
+ #~ msgid "Underline 3"
7062
+ #~ msgstr "Souligné 3"
7063
+
7064
+ #~ msgid "Underline double 2"
7065
+ #~ msgstr "Double souligné 2"
7066
+
7067
+ #~ msgid "ZigZag 2"
7068
+ #~ msgstr "Zigzag 2"
7069
+
7070
+ #~ msgid "ZigZag 3"
7071
+ #~ msgstr "Zigzag 3"
7072
+
7073
+ #, php-format
7074
+ #~ msgid ""
7075
+ #~ "%1$s %2$s does not support the full screen API %3$s so other elements of "
7076
+ #~ "the page may overlap the slider in Fullscreen mode. To avoid such "
7077
+ #~ "problems, we suggest hiding the Fullscreen control from mobile view!"
7078
+ #~ msgstr ""
7079
+ #~ "%1$s %2$s ne prend pas en charge l’API plein écran %3$s, donc d’autres "
7080
+ #~ "éléments de la page peuvent chevaucher le diaporama en mode plein écran. "
7081
+ #~ "Pour éviter de tels problèmes, nous vous suggérons de masquer le contrôle "
7082
+ #~ "Plein écran de la vue mobile !"
7083
+
7084
  #~ msgid "m-d-Y"
7085
  #~ msgstr "m-j-A"
7086
 
7143
  #~ msgid "Read docs"
7144
  #~ msgstr "Lire la suite"
7145
 
 
 
 
7146
  #~ msgid "Hide until complete load"
7147
  #~ msgstr "Cacher jusqu'à la charge complète"
7148
 
 
 
 
 
 
 
7149
  #~ msgid "CSS mode"
7150
  #~ msgstr "Mode CSS"
7151
 
Nextend/Languages/hu_HU.mo CHANGED
Binary file
Nextend/Languages/hu_HU.po CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: \n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2021-07-23 09:55+0200\n"
7
- "PO-Revision-Date: 2021-07-23 09:58+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: hu\n"
@@ -29,14 +29,6 @@ msgid "Unable to contact with the licensing server, please try again later!"
29
  msgstr ""
30
  "Nem lehet kapcsolódni a licenszkezelő szerverhez. Próbáljuk meg később!"
31
 
32
- msgctxt "Default Google font family for admin"
33
- msgid "Montserrat"
34
- msgstr "Montserrat"
35
-
36
- msgctxt "Default Google font charset for admin"
37
- msgid "latin"
38
- msgstr "latin"
39
-
40
  msgid "You are not allowed to upload!"
41
  msgstr "Nincs jogosultság a feltöltéséhez."
42
 
@@ -190,6 +182,14 @@ msgstr "Webes felület"
190
  msgid "You can load Google Fonts on the frontend."
191
  msgstr ""
192
 
 
 
 
 
 
 
 
 
193
  msgid "Backend"
194
  msgstr "Adminisztrációs felület"
195
 
@@ -206,53 +206,6 @@ msgstr "Dőlt"
206
  msgid "Normal"
207
  msgstr "Normál"
208
 
209
- msgid "Character set"
210
- msgstr "Karakterkészlet"
211
-
212
- msgctxt "Character set"
213
- msgid "Latin"
214
- msgstr "Latin"
215
-
216
- msgctxt "Character set"
217
- msgid "Latin Extended"
218
- msgstr "Kiterjesztett latin"
219
-
220
- msgctxt "Character set"
221
- msgid "Greek"
222
- msgstr "Görög"
223
-
224
- msgctxt "Character set"
225
- msgid "Greek Extended"
226
- msgstr "Kiterjesztett görög"
227
-
228
- msgctxt "Character set"
229
- msgid "Cyrillic"
230
- msgstr "Cirill"
231
-
232
- msgctxt "Character set"
233
- msgid "Devanagari"
234
- msgstr "Devanagari"
235
-
236
- msgctxt "Character set"
237
- msgid "Arabic"
238
- msgstr "Arab"
239
-
240
- msgctxt "Character set"
241
- msgid "Khmer"
242
- msgstr "Khmer"
243
-
244
- msgctxt "Character set"
245
- msgid "Telugu"
246
- msgstr "Telugu"
247
-
248
- msgctxt "Character set"
249
- msgid "Vietnamese"
250
- msgstr "Vietnámi"
251
-
252
- msgctxt "Default font sets"
253
- msgid "latin"
254
- msgstr "latin"
255
-
256
  #, fuzzy
257
  msgid "Choose"
258
  msgstr "Választás"
@@ -1202,15 +1155,23 @@ msgstr "Csoportok"
1202
  msgid "Set"
1203
  msgstr "Beállítás"
1204
 
 
 
 
 
 
 
 
 
 
 
 
1205
  msgid "Up"
1206
  msgstr ""
1207
 
1208
  msgid "Insert group"
1209
  msgstr "Csoport beszúrása"
1210
 
1211
- msgid "Group"
1212
- msgstr "Csoport"
1213
-
1214
  msgid "Move to trash"
1215
  msgstr ""
1216
 
@@ -1261,6 +1222,31 @@ msgstr "Diabemutató törlése"
1261
  msgid "delete this slide"
1262
  msgstr "Diabemutató törlése"
1263
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1264
  msgid "Animations"
1265
  msgstr "Animációk"
1266
 
@@ -1507,6 +1493,11 @@ msgstr "Egyedi CSS osztályokat helyezhetünk a diabemutató tárolóelemébe."
1507
  msgid "JavaScript callbacks"
1508
  msgstr "JavaScript callback-ek"
1509
 
 
 
 
 
 
1510
  msgid "Post IDs"
1511
  msgstr ""
1512
 
@@ -1516,6 +1507,19 @@ msgstr ""
1516
  msgid "The cache of the posts with the given ID will be cleared upon save."
1517
  msgstr ""
1518
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1519
  msgid "Thumbnail"
1520
  msgstr "Bélyegkép"
1521
 
@@ -1607,9 +1611,6 @@ msgstr "Kitöltés módja"
1607
  msgid "Align"
1608
  msgstr "Igazítás"
1609
 
1610
- msgid "Margin"
1611
- msgstr "Margin"
1612
-
1613
  msgid "Puts a fix margin around your slider."
1614
  msgstr ""
1615
 
@@ -1622,6 +1623,11 @@ msgstr "Optimalizálás"
1622
  msgid "Loading"
1623
  msgstr "Betöltés"
1624
 
 
 
 
 
 
1625
  msgid "Instant"
1626
  msgstr ""
1627
 
@@ -1631,11 +1637,6 @@ msgstr ""
1631
  msgid "After delay"
1632
  msgstr ""
1633
 
1634
- #, fuzzy
1635
- #| msgid "Loading"
1636
- msgid "Loading type"
1637
- msgstr "Betöltés"
1638
-
1639
  msgid ""
1640
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1641
  "you can load it only after the page has loaded."
@@ -1827,6 +1828,11 @@ msgid ""
1827
  "the result with the filling modes."
1828
  msgstr ""
1829
 
 
 
 
 
 
1830
  msgid "Randomize"
1831
  msgstr "Véletlen sorrend"
1832
 
@@ -2124,14 +2130,17 @@ msgstr ""
2124
  msgid "Why upgrade to Smart Slider 3 Pro?"
2125
  msgstr ""
2126
 
2127
- msgid "120+ slider templates"
 
2128
  msgstr ""
2129
 
2130
  msgid "Full slide library access"
2131
  msgstr ""
2132
 
2133
- msgid "20 new layers"
2134
- msgstr ""
 
 
2135
 
2136
  msgid "Extra advanced options"
2137
  msgstr ""
@@ -2200,9 +2209,6 @@ msgstr "Színátmenet"
2200
  msgid "Color end"
2201
  msgstr "Végszín"
2202
 
2203
- msgid "Max width"
2204
- msgstr "Max szélesség"
2205
-
2206
  msgid "Position"
2207
  msgstr "Pozíció"
2208
 
@@ -2376,6 +2382,11 @@ msgid ""
2376
  "background correctly."
2377
  msgstr ""
2378
 
 
 
 
 
 
2379
  msgid "Blur"
2380
  msgstr "Homályosítás"
2381
 
@@ -2534,9 +2545,6 @@ msgstr "Nagyítás"
2534
  msgid "Scale down"
2535
  msgstr "Zsugorítás"
2536
 
2537
- msgid "Edit"
2538
- msgstr "Szerkesztés"
2539
-
2540
  msgid "Static overlay"
2541
  msgstr ""
2542
 
@@ -2594,8 +2602,10 @@ msgstr "Felfelé csúszás"
2594
  msgid "Drop images here"
2595
  msgstr "Az asztali kép üres."
2596
 
2597
- msgid "Edit slider"
2598
- msgstr ""
 
 
2599
 
2600
  #, fuzzy
2601
  #| msgid "View records"
@@ -2627,9 +2637,31 @@ msgstr "Legrégebbi előre"
2627
  msgid "Export"
2628
  msgstr "Exportálás"
2629
 
 
 
 
 
 
 
 
 
 
 
 
 
2630
  msgid "New project"
2631
  msgstr ""
2632
 
 
 
 
 
 
 
 
 
 
 
2633
  msgid "Module"
2634
  msgstr "Modul"
2635
 
@@ -3157,8 +3189,8 @@ msgstr "Generátor beállítások"
3157
  msgid "Cache expiration"
3158
  msgstr "Cache lejárat"
3159
 
3160
- msgid "hours"
3161
- msgstr "óra"
3162
 
3163
  msgid "Start index"
3164
  msgstr "Kezdő sorszám"
@@ -3253,19 +3285,19 @@ msgid "Add column"
3253
  msgstr ""
3254
 
3255
  msgid "Year"
3256
- msgstr ""
3257
 
3258
  msgid "Month"
3259
- msgstr ""
3260
 
3261
  msgid "Day"
3262
- msgstr ""
3263
 
3264
  msgid "Hour"
3265
- msgstr ""
3266
 
3267
  msgid "Minute"
3268
- msgstr ""
3269
 
3270
  msgid "Stack"
3271
  msgstr "Sorrend"
@@ -3625,13 +3657,18 @@ msgstr ""
3625
  msgid "Whole group"
3626
  msgstr ""
3627
 
3628
- msgid "Select slider"
3629
- msgstr ""
 
 
3630
 
3631
  msgid "OR"
3632
  msgstr ""
3633
 
3634
- msgid "Select A Slider"
 
 
 
3635
  msgstr ""
3636
 
3637
  msgctxt "Button layer default text"
@@ -3784,13 +3821,6 @@ msgstr ""
3784
  msgid "You can pause the video when the visitor scrolls away from the slider"
3785
  msgstr ""
3786
 
3787
- msgid "Private video"
3788
- msgstr ""
3789
-
3790
- msgid ""
3791
- "Turn it on to remove the admin warning that your video is not accessible."
3792
- msgstr ""
3793
-
3794
  msgid "Display"
3795
  msgstr "Megjelenít"
3796
 
@@ -3965,18 +3995,18 @@ msgid ""
3965
  msgstr ""
3966
  "Ha bekapcsolod ezt az opciót, nem tudsz az első slide-ra menni az utolsóról."
3967
 
 
 
 
 
 
 
3968
  msgid "Shifted"
3969
  msgstr "Eltolt"
3970
 
3971
  msgid "The background and the main animation plays simultaneously or shifted."
3972
  msgstr ""
3973
 
3974
- msgid "Loop single slide"
3975
- msgstr "Egyetlen slide ismétlése"
3976
-
3977
- msgid "In case of one slide, it repeats the animation of the slide."
3978
- msgstr "Egy slide esetén megismétli a layer animációkat ezen a slide-on."
3979
-
3980
  msgid "Slider CSS Preset"
3981
  msgstr ""
3982
 
@@ -4124,6 +4154,42 @@ msgstr "Véletlen rugalmas"
4124
  msgid "My text animations"
4125
  msgstr ""
4126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4127
  msgid "Slices - Single"
4128
  msgstr ""
4129
 
@@ -4519,9 +4585,6 @@ msgstr "Szöveg bár"
4519
  msgid "Bullets"
4520
  msgstr "Bullet gombok"
4521
 
4522
- msgid "Bullet"
4523
- msgstr ""
4524
-
4525
  msgid "Side"
4526
  msgstr "Szélről"
4527
 
@@ -4719,41 +4782,24 @@ msgstr ""
4719
  msgid "Sparkling"
4720
  msgstr ""
4721
 
4722
- msgid "Curve 1"
4723
- msgstr ""
4724
-
4725
- msgid "Curve 2"
4726
- msgstr ""
4727
-
4728
- msgid "Curve 3"
4729
- msgstr ""
4730
-
4731
- msgid "Curve 4"
4732
  msgstr ""
4733
 
4734
  msgid "Curves"
4735
  msgstr ""
4736
 
4737
- msgid "Fan 1"
4738
- msgstr ""
4739
-
4740
- msgid "Fan 2"
4741
- msgstr ""
4742
-
4743
- msgid "Fan 3"
4744
  msgstr ""
4745
 
4746
  msgid "Hills"
4747
  msgstr ""
4748
 
4749
- msgid "Incline 1"
4750
- msgstr ""
4751
-
4752
- msgid "Incline 2"
4753
- msgstr ""
4754
-
4755
- msgid "Incline 3"
4756
- msgstr ""
4757
 
4758
  msgid "Inverse arrow"
4759
  msgstr ""
@@ -4764,25 +4810,28 @@ msgstr ""
4764
  msgid "Slopes"
4765
  msgstr ""
4766
 
4767
- msgid "Tilt 1"
4768
- msgstr ""
4769
-
4770
- msgid "Tilt 2"
4771
  msgstr ""
4772
 
4773
- msgid "Triangle 1"
 
4774
  msgstr ""
4775
 
4776
- msgid "Triangle 2"
 
4777
  msgstr ""
4778
 
4779
- msgid "Wave 1"
4780
  msgstr ""
4781
 
4782
- msgid "Wave 2"
4783
- msgstr ""
 
 
4784
 
4785
- msgid "Waves"
 
4786
  msgstr ""
4787
 
4788
  msgid "2 Colors"
@@ -4806,8 +4855,10 @@ msgstr ""
4806
  #, php-format
4807
  msgid ""
4808
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4809
- "order to use this generator! - %2$s How to get SSL for my WordPress site? "
4810
- "%3$s"
 
 
4811
  msgstr ""
4812
 
4813
  #, php-format
@@ -4937,6 +4988,11 @@ msgstr ""
4937
  msgid "Source folder"
4938
  msgstr "Forrásmappa"
4939
 
 
 
 
 
 
4940
  msgid "Remove resized images"
4941
  msgstr ""
4942
 
@@ -4947,6 +5003,22 @@ msgid ""
4947
  "because it's the same image, just in a smaller size."
4948
  msgstr ""
4949
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4950
  msgid "Filename"
4951
  msgstr "Fájl név"
4952
 
@@ -4968,6 +5040,45 @@ msgid ""
4968
  "from here:"
4969
  msgstr ""
4970
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4971
  msgid "JSON from url"
4972
  msgstr ""
4973
 
@@ -5003,6 +5114,11 @@ msgstr ""
5003
  msgid "Images"
5004
  msgstr "Képek"
5005
 
 
 
 
 
 
5006
  msgid "Timezone offset in hours. For example: +2 or -7."
5007
  msgstr ""
5008
 
@@ -5048,83 +5164,35 @@ msgstr ""
5048
  msgid "Creates slides from %1$s content."
5049
  msgstr ""
5050
 
5051
- msgid "Items"
5052
- msgstr "Elemek"
5053
 
5054
- msgid "Locations"
5055
- msgstr "Helyszínek"
5056
 
5057
- msgid "Types"
5058
  msgstr ""
5059
 
5060
- msgid "Expired"
5061
- msgstr "Lejárt"
5062
 
5063
- msgid "Started"
5064
- msgstr "Elkezdve"
5065
 
5066
- msgid "Auction"
5067
  msgstr ""
5068
 
5069
- msgid "Negotiable price"
5070
- msgstr ""
5071
 
5072
- msgid "Blocked by User"
5073
- msgstr ""
5074
 
5075
- msgid "Paid"
5076
  msgstr ""
5077
 
5078
- msgid "Buynow"
5079
- msgstr ""
5080
-
5081
- msgid "Menu item (item ID)"
5082
- msgstr ""
5083
-
5084
- msgid ""
5085
- "Your url will point to the item within this menu item. You will only get a "
5086
- "good result, if you will pick one of your DJ Classifields menu items or "
5087
- "leave it on 'Default'."
5088
- msgstr ""
5089
-
5090
- msgid "Start date"
5091
- msgstr "Kezdő dátum"
5092
-
5093
- msgid "Expiration date"
5094
- msgstr ""
5095
-
5096
- msgid "Price"
5097
- msgstr "Ár"
5098
-
5099
- msgid "Include subcategories"
5100
- msgstr "Alkategóriákban is keressen"
5101
-
5102
- msgid "Frontpage"
5103
- msgstr "Főoldal"
5104
-
5105
- msgid "Exclude ID"
5106
- msgstr ""
5107
-
5108
- msgid "Category title"
5109
- msgstr "Kategória címe"
5110
-
5111
- msgid "Username"
5112
- msgstr "Felhasználónév"
5113
-
5114
- msgid "View post"
5115
- msgstr ""
5116
-
5117
- msgid "Resolved"
5118
- msgstr "Megoldva"
5119
-
5120
- msgid "Only main discussions"
5121
- msgstr "Csak fő megbeszélések"
5122
-
5123
- msgid "View discussion"
5124
- msgstr ""
5125
-
5126
- msgid "Events"
5127
- msgstr "Események"
5128
 
5129
  msgid "Albums"
5130
  msgstr "Albumok"
@@ -5147,6 +5215,9 @@ msgstr "Válasszuk el ezeket vesszővel."
5147
  msgid "Banned user IDs"
5148
  msgstr "Kitiltott felhasználó azonosítók"
5149
 
 
 
 
5150
  msgid "Ended"
5151
  msgstr "Befejezve"
5152
 
@@ -5232,12 +5303,18 @@ msgstr ""
5232
  msgid "Manufacturer language"
5233
  msgstr ""
5234
 
 
 
 
5235
  msgid "Product name"
5236
  msgstr "Termék neve"
5237
 
5238
  msgid "Product ID"
5239
  msgstr "Termék ID"
5240
 
 
 
 
5241
  msgid "Recurring"
5242
  msgstr ""
5243
 
@@ -5253,6 +5330,12 @@ msgstr ""
5253
  msgid "Only not recurring events"
5254
  msgstr ""
5255
 
 
 
 
 
 
 
5256
  msgid "End date"
5257
  msgstr "Befejező dátum"
5258
 
@@ -5295,6 +5378,12 @@ msgstr ""
5295
  msgid "Only display items with these IDs"
5296
  msgstr ""
5297
 
 
 
 
 
 
 
5298
  msgid "Brand"
5299
  msgstr ""
5300
 
@@ -5333,13 +5422,10 @@ msgstr ""
5333
  msgid "Date language"
5334
  msgstr ""
5335
 
5336
- msgid "Offset value"
5337
  msgstr ""
5338
 
5339
- msgid ""
5340
- "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5341
- "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5342
- "setting will be used."
5343
  msgstr ""
5344
 
5345
  msgid "Status"
@@ -5351,6 +5437,9 @@ msgstr ""
5351
  msgid "Ask down all product images"
5352
  msgstr ""
5353
 
 
 
 
5354
  msgid "View item"
5355
  msgstr ""
5356
 
@@ -5360,15 +5449,6 @@ msgstr "Megtekintve"
5360
  msgid "View image"
5361
  msgstr "Kép megtekintése"
5362
 
5363
- msgid "Supplier"
5364
- msgstr ""
5365
-
5366
- msgid "On sale"
5367
- msgstr "Akciós"
5368
-
5369
- msgid "Discount price"
5370
- msgstr "Kedvezményes ár"
5371
-
5372
  msgid "All day event"
5373
  msgstr "Egésznapos esemény"
5374
 
@@ -5378,35 +5458,6 @@ msgstr ""
5378
  msgid "Show parent products only"
5379
  msgstr ""
5380
 
5381
- #, php-format
5382
- msgid "Creates slides from %1$s events."
5383
- msgstr ""
5384
-
5385
- msgid "Create custom date variables"
5386
- msgstr ""
5387
-
5388
- msgid ""
5389
- "You can write any date format (http://php.net/manual/en/function.date.php) "
5390
- "in separate lines, and new variables will be created for them."
5391
- msgstr ""
5392
-
5393
- msgid ""
5394
- "Write the original text, like 'Monday' then two | signs, and the text you "
5395
- "want it to be translated to, for example 'Montag'. Together: Monday||Montag"
5396
- msgstr ""
5397
-
5398
- msgid "Event start date"
5399
- msgstr "Esemény kezdő dátuma"
5400
-
5401
- msgid "Event end date"
5402
- msgstr "Esemény befejező dátuma"
5403
-
5404
- msgid "Event creation date"
5405
- msgstr "Esemény létrehozásának dátuma"
5406
-
5407
- msgid "Event modification date"
5408
- msgstr "Esemény módosításának dátuma"
5409
-
5410
  #, php-format
5411
  msgid "Creates slides from %1$s galleries."
5412
  msgstr ""
@@ -5429,6 +5480,10 @@ msgstr ""
5429
  msgid "No options given"
5430
  msgstr ""
5431
 
 
 
 
 
5432
  msgid "Exclude event IDs (One ID per line)"
5433
  msgstr ""
5434
 
@@ -5483,9 +5538,21 @@ msgstr ""
5483
  msgid "Hide From Event Listings"
5484
  msgstr ""
5485
 
 
 
 
 
 
 
5486
  msgid "Event cost"
5487
  msgstr "Esemény ár"
5488
 
 
 
 
 
 
 
5489
  msgid "Metakey name"
5490
  msgstr ""
5491
 
@@ -5530,6 +5597,14 @@ msgstr "Almenü limit"
5530
  msgid "No limit"
5531
  msgstr ""
5532
 
 
 
 
 
 
 
 
 
5533
  msgid "Downloadable"
5534
  msgstr "Letölthető"
5535
 
@@ -5714,6 +5789,14 @@ msgstr "3D inga"
5714
  msgid "Vertical pendulum 3D"
5715
  msgstr "Függőleges 3D inga"
5716
 
 
 
 
 
 
 
 
 
5717
  msgid "Before text"
5718
  msgstr ""
5719
 
@@ -5795,6 +5878,126 @@ msgstr ""
5795
  msgid "Time"
5796
  msgstr ""
5797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5798
  msgid "Full"
5799
  msgstr "Teljes"
5800
 
@@ -5828,9 +6031,6 @@ msgstr ""
5828
  msgid "Stroke width"
5829
  msgstr ""
5830
 
5831
- msgid "Labels"
5832
- msgstr ""
5833
-
5834
  msgid "Inner before"
5835
  msgstr ""
5836
 
@@ -5843,67 +6043,127 @@ msgstr ""
5843
  msgid "Animation duration"
5844
  msgstr ""
5845
 
5846
- msgid "Circle 1"
5847
- msgstr ""
 
 
5848
 
5849
- msgid "Circle 2"
5850
- msgstr ""
5851
 
5852
- msgid "Circle 3"
5853
- msgstr ""
5854
 
5855
- msgid "Curly 1"
5856
- msgstr ""
5857
 
5858
- msgid "Curly 2"
5859
- msgstr ""
 
 
5860
 
5861
- msgid "Highlight 1"
5862
- msgstr ""
 
 
5863
 
5864
- msgid "Highlight 2"
5865
  msgstr ""
5866
 
5867
- msgid "Highlight 3"
5868
  msgstr ""
5869
 
5870
- msgid "Line Through 1"
 
 
 
5871
  msgstr ""
5872
 
5873
- msgid "Line Through 2"
5874
  msgstr ""
5875
 
5876
- msgid "Line Through 3"
5877
  msgstr ""
5878
 
5879
- msgid "Rectangle 1"
5880
- msgstr ""
 
 
5881
 
5882
- msgid "Rectangle 2"
5883
  msgstr ""
5884
 
5885
- msgid "Underline 1"
 
 
 
 
 
5886
  msgstr ""
5887
 
5888
- msgid "Underline 2"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5889
  msgstr ""
5890
 
5891
- msgid "Underline 3"
5892
  msgstr ""
5893
 
5894
- msgid "Underline double 1"
 
 
 
 
 
5895
  msgstr ""
5896
 
5897
- msgid "Underline double 2"
 
 
 
 
 
 
5898
  msgstr ""
5899
 
5900
- msgid "ZigZag 1"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5901
  msgstr ""
5902
 
5903
- msgid "ZigZag 2"
 
5904
  msgstr ""
5905
 
5906
- msgid "ZigZag 3"
 
5907
  msgstr ""
5908
 
5909
  msgid "Highlighted text"
@@ -5921,6 +6181,9 @@ msgstr ""
5921
  msgid "HTML"
5922
  msgstr ""
5923
 
 
 
 
5924
  msgid ""
5925
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
5926
  "codes loaded by it. We only suggest using this layer if you are a developer. "
@@ -6031,11 +6294,6 @@ msgstr ""
6031
  msgid "Icon not found"
6032
  msgstr "Az ikon nem található."
6033
 
6034
- #, fuzzy
6035
- #| msgid "Previous label"
6036
- msgid "Aria label"
6037
- msgstr "Előző szöveg"
6038
-
6039
  #, php-format
6040
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6041
  msgstr ""
@@ -6043,27 +6301,23 @@ msgstr ""
6043
  msgid "Iframe"
6044
  msgstr ""
6045
 
6046
- msgid "iframe"
6047
- msgstr ""
6048
-
6049
  msgid ""
6050
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6051
  "layer often needs code customizations what you have to do yourself, so we "
6052
  "only suggest using this layer if you are a developer!"
6053
  msgstr ""
6054
 
6055
- msgid "iframe url"
 
 
6056
  msgstr "iframe URL"
6057
 
6058
- msgid "Yes"
6059
- msgstr "Igen"
6060
-
6061
  msgid "You can disable the scroll on the iframe content."
6062
  msgstr ""
6063
 
6064
  #, fuzzy
6065
  #| msgid "iframe url"
6066
- msgid "iframe title"
6067
  msgstr "iframe URL"
6068
 
6069
  msgid "Image area"
@@ -6397,9 +6651,8 @@ msgstr ""
6397
 
6398
  #, php-format
6399
  msgid ""
6400
- "%1$s %2$s does not support the full screen API %3$s so other elements of the "
6401
- "page may overlap the slider in Fullscreen mode. To avoid such problems, we "
6402
- "suggest hiding the Fullscreen control from mobile view!"
6403
  msgstr ""
6404
 
6405
  msgid "Indicator"
@@ -6414,6 +6667,76 @@ msgstr ""
6414
  msgid "Bar color"
6415
  msgstr ""
6416
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6417
  #~ msgid "Async"
6418
  #~ msgstr "Aszinkron"
6419
 
@@ -6455,18 +6778,9 @@ msgstr ""
6455
  #~ msgid "Absolute position"
6456
  #~ msgstr "Következő pozíció"
6457
 
6458
- #~ msgid "Loading animation"
6459
- #~ msgstr "Betöltési animáció"
6460
-
6461
  #~ msgid "Hide until complete load"
6462
  #~ msgstr "Befejezés amíg teljesen be nem tölt"
6463
 
6464
- #~ msgid "Tablet scale"
6465
- #~ msgstr "Tablet méret"
6466
-
6467
- #~ msgid "Mobile scale"
6468
- #~ msgstr "Mobil méret"
6469
-
6470
  #~ msgid "Load jQuery on frontend"
6471
  #~ msgstr "JQuery betöltése a webes felületen"
6472
 
@@ -6476,9 +6790,6 @@ msgstr ""
6476
  #~ msgid "CSS mode"
6477
  #~ msgstr "CSS mód"
6478
 
6479
- #~ msgid "Inline"
6480
- #~ msgstr "Belső"
6481
-
6482
  #~ msgid "Inline at head"
6483
  #~ msgstr "Belső a fejrészben"
6484
 
3
  msgstr ""
4
  "Project-Id-Version: \n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
7
+ "PO-Revision-Date: 2022-05-17 12:58+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: hu\n"
29
  msgstr ""
30
  "Nem lehet kapcsolódni a licenszkezelő szerverhez. Próbáljuk meg később!"
31
 
 
 
 
 
 
 
 
 
32
  msgid "You are not allowed to upload!"
33
  msgstr "Nincs jogosultság a feltöltéséhez."
34
 
182
  msgid "You can load Google Fonts on the frontend."
183
  msgstr ""
184
 
185
+ msgid "Save fonts locally"
186
+ msgstr ""
187
+
188
+ msgid ""
189
+ "You can store the used Google Fonts on your server. This way all Google "
190
+ "Fonts will load from your own domain."
191
+ msgstr ""
192
+
193
  msgid "Backend"
194
  msgstr "Adminisztrációs felület"
195
 
206
  msgid "Normal"
207
  msgstr "Normál"
208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  #, fuzzy
210
  msgid "Choose"
211
  msgstr "Választás"
1155
  msgid "Set"
1156
  msgstr "Beállítás"
1157
 
1158
+ msgid "Edit"
1159
+ msgstr "Szerkesztés"
1160
+
1161
+ msgid "Group"
1162
+ msgstr "Csoport"
1163
+
1164
+ #, fuzzy
1165
+ #| msgid "Slider"
1166
+ msgid "Edit Slider"
1167
+ msgstr "Diabemutató"
1168
+
1169
  msgid "Up"
1170
  msgstr ""
1171
 
1172
  msgid "Insert group"
1173
  msgstr "Csoport beszúrása"
1174
 
 
 
 
1175
  msgid "Move to trash"
1176
  msgstr ""
1177
 
1222
  msgid "delete this slide"
1223
  msgstr "Diabemutató törlése"
1224
 
1225
+ msgid "Max width"
1226
+ msgstr "Max szélesség"
1227
+
1228
+ msgid "Margin"
1229
+ msgstr "Margin"
1230
+
1231
+ #, fuzzy
1232
+ #| msgid "Top"
1233
+ msgid "top"
1234
+ msgstr "Fent"
1235
+
1236
+ #, fuzzy
1237
+ msgid "right"
1238
+ msgstr "Vékony"
1239
+
1240
+ #, fuzzy
1241
+ #| msgid "Bottom"
1242
+ msgid "bottom"
1243
+ msgstr "Lent"
1244
+
1245
+ #, fuzzy
1246
+ #| msgid "To left"
1247
+ msgid "left"
1248
+ msgstr "Balra"
1249
+
1250
  msgid "Animations"
1251
  msgstr "Animációk"
1252
 
1493
  msgid "JavaScript callbacks"
1494
  msgstr "JavaScript callback-ek"
1495
 
1496
+ #, fuzzy
1497
+ #| msgid "Loading animation"
1498
+ msgid "Loading animation waiting time"
1499
+ msgstr "Betöltési animáció"
1500
+
1501
  msgid "Post IDs"
1502
  msgstr ""
1503
 
1507
  msgid "The cache of the posts with the given ID will be cleared upon save."
1508
  msgstr ""
1509
 
1510
+ #, fuzzy
1511
+ #| msgid "Callback url"
1512
+ msgid "Fallback slider"
1513
+ msgstr "Callback url"
1514
+
1515
+ msgid "ID or Alias"
1516
+ msgstr ""
1517
+
1518
+ msgid ""
1519
+ "Select another slider by its ID or Alias that displays if your current "
1520
+ "slider has no published slides."
1521
+ msgstr ""
1522
+
1523
  msgid "Thumbnail"
1524
  msgstr "Bélyegkép"
1525
 
1611
  msgid "Align"
1612
  msgstr "Igazítás"
1613
 
 
 
 
1614
  msgid "Puts a fix margin around your slider."
1615
  msgstr ""
1616
 
1623
  msgid "Loading"
1624
  msgstr "Betöltés"
1625
 
1626
+ #, fuzzy
1627
+ #| msgid "Loading"
1628
+ msgid "Loading type"
1629
+ msgstr "Betöltés"
1630
+
1631
  msgid "Instant"
1632
  msgstr ""
1633
 
1637
  msgid "After delay"
1638
  msgstr ""
1639
 
 
 
 
 
 
1640
  msgid ""
1641
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1642
  "you can load it only after the page has loaded."
1828
  "the result with the filling modes."
1829
  msgstr ""
1830
 
1831
+ #, fuzzy
1832
+ #| msgid "Background color"
1833
+ msgid "Background Blur"
1834
+ msgstr "Háttérszín"
1835
+
1836
  msgid "Randomize"
1837
  msgstr "Véletlen sorrend"
1838
 
2130
  msgid "Why upgrade to Smart Slider 3 Pro?"
2131
  msgstr ""
2132
 
2133
+ #, php-format
2134
+ msgid "%d+ slider templates"
2135
  msgstr ""
2136
 
2137
  msgid "Full slide library access"
2138
  msgstr ""
2139
 
2140
+ #, fuzzy, php-format
2141
+ #| msgid "Heading layer"
2142
+ msgid "%d new layers"
2143
+ msgstr "Cím réteg"
2144
 
2145
  msgid "Extra advanced options"
2146
  msgstr ""
2209
  msgid "Color end"
2210
  msgstr "Végszín"
2211
 
 
 
 
2212
  msgid "Position"
2213
  msgstr "Pozíció"
2214
 
2382
  "background correctly."
2383
  msgstr ""
2384
 
2385
+ #, fuzzy
2386
+ #| msgid "Background color"
2387
+ msgid "Background blur"
2388
+ msgstr "Háttérszín"
2389
+
2390
  msgid "Blur"
2391
  msgstr "Homályosítás"
2392
 
2545
  msgid "Scale down"
2546
  msgstr "Zsugorítás"
2547
 
 
 
 
2548
  msgid "Static overlay"
2549
  msgstr ""
2550
 
2602
  msgid "Drop images here"
2603
  msgstr "Az asztali kép üres."
2604
 
2605
+ #, fuzzy
2606
+ #| msgid "Search"
2607
+ msgid "Search Project"
2608
+ msgstr "Keresés"
2609
 
2610
  #, fuzzy
2611
  #| msgid "View records"
2637
  msgid "Export"
2638
  msgstr "Exportálás"
2639
 
2640
+ #, fuzzy
2641
+ #| msgid "Showcase"
2642
+ msgid "Show"
2643
+ msgstr "Esettanulmány"
2644
+
2645
+ #, php-format
2646
+ msgid "Showing %s to %s of %s projects"
2647
+ msgstr ""
2648
+
2649
+ msgid "No projects to show"
2650
+ msgstr ""
2651
+
2652
  msgid "New project"
2653
  msgstr ""
2654
 
2655
+ msgid "Sorry we couldn’t find any matches"
2656
+ msgstr ""
2657
+
2658
+ msgid "Please try searching with another term."
2659
+ msgstr ""
2660
+
2661
+ #, php-format
2662
+ msgid "Showing %s results for %s."
2663
+ msgstr ""
2664
+
2665
  msgid "Module"
2666
  msgstr "Modul"
2667
 
3189
  msgid "Cache expiration"
3190
  msgstr "Cache lejárat"
3191
 
3192
+ msgid "Hours"
3193
+ msgstr "Órák"
3194
 
3195
  msgid "Start index"
3196
  msgstr "Kezdő sorszám"
3285
  msgstr ""
3286
 
3287
  msgid "Year"
3288
+ msgstr "Év"
3289
 
3290
  msgid "Month"
3291
+ msgstr "Hónap"
3292
 
3293
  msgid "Day"
3294
+ msgstr "Nap"
3295
 
3296
  msgid "Hour"
3297
+ msgstr "Óra"
3298
 
3299
  msgid "Minute"
3300
+ msgstr "Perc"
3301
 
3302
  msgid "Stack"
3303
  msgstr "Sorrend"
3657
  msgid "Whole group"
3658
  msgstr ""
3659
 
3660
+ #, fuzzy
3661
+ #| msgid "Select all"
3662
+ msgid "Select Slider"
3663
+ msgstr "Mindent kijelöl"
3664
 
3665
  msgid "OR"
3666
  msgstr ""
3667
 
3668
+ msgid "Insert a slider into your content"
3669
+ msgstr ""
3670
+
3671
+ msgid "Select the slider you want to insert."
3672
  msgstr ""
3673
 
3674
  msgctxt "Button layer default text"
3821
  msgid "You can pause the video when the visitor scrolls away from the slider"
3822
  msgstr ""
3823
 
 
 
 
 
 
 
 
3824
  msgid "Display"
3825
  msgstr "Megjelenít"
3826
 
3995
  msgstr ""
3996
  "Ha bekapcsolod ezt az opciót, nem tudsz az első slide-ra menni az utolsóról."
3997
 
3998
+ msgid ""
3999
+ "Background animations only work on the slide background images, which have "
4000
+ "Fill selected at their Fill mode. They don't affect any images if the "
4001
+ "background parallax is enabled."
4002
+ msgstr ""
4003
+
4004
  msgid "Shifted"
4005
  msgstr "Eltolt"
4006
 
4007
  msgid "The background and the main animation plays simultaneously or shifted."
4008
  msgstr ""
4009
 
 
 
 
 
 
 
4010
  msgid "Slider CSS Preset"
4011
  msgstr ""
4012
 
4154
  msgid "My text animations"
4155
  msgstr ""
4156
 
4157
+ msgid "Morph - Wave"
4158
+ msgstr ""
4159
+
4160
+ msgid "Morph - Brush"
4161
+ msgstr ""
4162
+
4163
+ msgid "Morph - Flow"
4164
+ msgstr ""
4165
+
4166
+ msgid "Morph - Noise"
4167
+ msgstr ""
4168
+
4169
+ msgid "Distortion - Mosaic"
4170
+ msgstr ""
4171
+
4172
+ msgid "Distortion - Triangle"
4173
+ msgstr ""
4174
+
4175
+ msgid "Distortion - Flow"
4176
+ msgstr ""
4177
+
4178
+ msgid "Distortion - Warp"
4179
+ msgstr ""
4180
+
4181
+ msgid "Distortion - Storm"
4182
+ msgstr ""
4183
+
4184
+ msgid "Distortion - Wave"
4185
+ msgstr ""
4186
+
4187
+ msgid "Distortion - Shard"
4188
+ msgstr ""
4189
+
4190
+ msgid "Distortion - Noise"
4191
+ msgstr ""
4192
+
4193
  msgid "Slices - Single"
4194
  msgstr ""
4195
 
4585
  msgid "Bullets"
4586
  msgstr "Bullet gombok"
4587
 
 
 
 
4588
  msgid "Side"
4589
  msgstr "Szélről"
4590
 
4782
  msgid "Sparkling"
4783
  msgstr ""
4784
 
4785
+ #, php-format
4786
+ msgid "Curve %d"
 
 
 
 
 
 
 
 
4787
  msgstr ""
4788
 
4789
  msgid "Curves"
4790
  msgstr ""
4791
 
4792
+ #, php-format
4793
+ msgid "Fan %d"
 
 
 
 
 
4794
  msgstr ""
4795
 
4796
  msgid "Hills"
4797
  msgstr ""
4798
 
4799
+ #, fuzzy, php-format
4800
+ #| msgid "Inline"
4801
+ msgid "Incline %d"
4802
+ msgstr "Belső"
 
 
 
 
4803
 
4804
  msgid "Inverse arrow"
4805
  msgstr ""
4810
  msgid "Slopes"
4811
  msgstr ""
4812
 
4813
+ #, php-format
4814
+ msgid "Tilt %d"
 
 
4815
  msgstr ""
4816
 
4817
+ #, php-format
4818
+ msgid "Triangle %d"
4819
  msgstr ""
4820
 
4821
+ #, php-format
4822
+ msgid "Wave %d"
4823
  msgstr ""
4824
 
4825
+ msgid "Waves"
4826
  msgstr ""
4827
 
4828
+ #, fuzzy, php-format
4829
+ #| msgid "Columns"
4830
+ msgid "Columns %d"
4831
+ msgstr "Oszlopoko"
4832
 
4833
+ #, php-format
4834
+ msgid "Paper %d"
4835
  msgstr ""
4836
 
4837
  msgid "2 Colors"
4855
  #, php-format
4856
  msgid ""
4857
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4858
+ "order to use this generator!"
4859
+ msgstr ""
4860
+
4861
+ msgid "How to get SSL for my website?"
4862
  msgstr ""
4863
 
4864
  #, php-format
4988
  msgid "Source folder"
4989
  msgstr "Forrásmappa"
4990
 
4991
+ #, fuzzy
4992
+ #| msgid "Slide name and description"
4993
+ msgid "Filename based exclusion"
4994
+ msgstr "Slide név és leírás"
4995
+
4996
  msgid "Remove resized images"
4997
  msgstr ""
4998
 
5003
  "because it's the same image, just in a smaller size."
5004
  msgstr ""
5005
 
5006
+ msgid "Filename has to contain"
5007
+ msgstr ""
5008
+
5009
+ msgid ""
5010
+ "Only those images will be asked down, which have the given texts within "
5011
+ "their filenames. You can write down multiple texts separated by comma."
5012
+ msgstr ""
5013
+
5014
+ msgid "Filename cannot contain"
5015
+ msgstr ""
5016
+
5017
+ msgid ""
5018
+ "Only those images will be asked down, which don't have the given texts "
5019
+ "within their filenames. You can write down multiple texts separated by comma."
5020
+ msgstr ""
5021
+
5022
  msgid "Filename"
5023
  msgstr "Fájl név"
5024
 
5040
  "from here:"
5041
  msgstr ""
5042
 
5043
+ msgid "The App ID and the Secret is empty!"
5044
+ msgstr ""
5045
+
5046
+ msgid "The token will expire at:"
5047
+ msgstr ""
5048
+
5049
+ msgid "Access token was not returned.Please check the credentials!"
5050
+ msgstr ""
5051
+
5052
+ #, fuzzy
5053
+ #| msgid "The token expired. Please request new token! "
5054
+ msgid "The token expired. Please request new token!"
5055
+ msgstr "A token lejárt. Kérj új tokent! "
5056
+
5057
+ #, fuzzy
5058
+ #| msgid "The token expired. Please request new token! "
5059
+ msgid "The token will expire in two days! Please refresh the token!"
5060
+ msgstr "A token lejárt. Kérj új tokent! "
5061
+
5062
+ #, fuzzy
5063
+ #| msgid "Request token"
5064
+ msgid "Refresh Token"
5065
+ msgstr "Token kérés"
5066
+
5067
+ msgid "Refresh"
5068
+ msgstr ""
5069
+
5070
+ msgid "Album loading method"
5071
+ msgstr ""
5072
+
5073
+ msgid "Load first images only"
5074
+ msgstr ""
5075
+
5076
+ msgid "Load album images separately"
5077
+ msgstr ""
5078
+
5079
+ msgid "Load Album images as record data"
5080
+ msgstr ""
5081
+
5082
  msgid "JSON from url"
5083
  msgstr ""
5084
 
5114
  msgid "Images"
5115
  msgstr "Képek"
5116
 
5117
+ #, fuzzy
5118
+ #| msgid "Offset"
5119
+ msgid "Offset hours"
5120
+ msgstr "Eltolás"
5121
+
5122
  msgid "Timezone offset in hours. For example: +2 or -7."
5123
  msgstr ""
5124
 
5164
  msgid "Creates slides from %1$s content."
5165
  msgstr ""
5166
 
5167
+ msgid "Include subcategories"
5168
+ msgstr "Alkategóriákban is keressen"
5169
 
5170
+ msgid "Frontpage"
5171
+ msgstr "Főoldal"
5172
 
5173
+ msgid "Exclude ID"
5174
  msgstr ""
5175
 
5176
+ msgid "Category title"
5177
+ msgstr "Kategória címe"
5178
 
5179
+ msgid "Username"
5180
+ msgstr "Felhasználónév"
5181
 
5182
+ msgid "View post"
5183
  msgstr ""
5184
 
5185
+ msgid "Resolved"
5186
+ msgstr "Megoldva"
5187
 
5188
+ msgid "Only main discussions"
5189
+ msgstr "Csak fő megbeszélések"
5190
 
5191
+ msgid "View discussion"
5192
  msgstr ""
5193
 
5194
+ msgid "Events"
5195
+ msgstr "Események"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5196
 
5197
  msgid "Albums"
5198
  msgstr "Albumok"
5215
  msgid "Banned user IDs"
5216
  msgstr "Kitiltott felhasználó azonosítók"
5217
 
5218
+ msgid "Started"
5219
+ msgstr "Elkezdve"
5220
+
5221
  msgid "Ended"
5222
  msgstr "Befejezve"
5223
 
5303
  msgid "Manufacturer language"
5304
  msgstr ""
5305
 
5306
+ msgid "Price"
5307
+ msgstr "Ár"
5308
+
5309
  msgid "Product name"
5310
  msgstr "Termék neve"
5311
 
5312
  msgid "Product ID"
5313
  msgstr "Termék ID"
5314
 
5315
+ msgid "Locations"
5316
+ msgstr "Helyszínek"
5317
+
5318
  msgid "Recurring"
5319
  msgstr ""
5320
 
5330
  msgid "Only not recurring events"
5331
  msgstr ""
5332
 
5333
+ msgid "Menu item (item ID)"
5334
+ msgstr ""
5335
+
5336
+ msgid "Start date"
5337
+ msgstr "Kezdő dátum"
5338
+
5339
  msgid "End date"
5340
  msgstr "Befejező dátum"
5341
 
5378
  msgid "Only display items with these IDs"
5379
  msgstr ""
5380
 
5381
+ msgid ""
5382
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5383
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5384
+ "setting will be used."
5385
+ msgstr ""
5386
+
5387
  msgid "Brand"
5388
  msgstr ""
5389
 
5422
  msgid "Date language"
5423
  msgstr ""
5424
 
5425
+ msgid "Date variable offset"
5426
  msgstr ""
5427
 
5428
+ msgid "Date filter offset"
 
 
 
5429
  msgstr ""
5430
 
5431
  msgid "Status"
5437
  msgid "Ask down all product images"
5438
  msgstr ""
5439
 
5440
+ msgid "Items"
5441
+ msgstr "Elemek"
5442
+
5443
  msgid "View item"
5444
  msgstr ""
5445
 
5449
  msgid "View image"
5450
  msgstr "Kép megtekintése"
5451
 
 
 
 
 
 
 
 
 
 
5452
  msgid "All day event"
5453
  msgstr "Egésznapos esemény"
5454
 
5458
  msgid "Show parent products only"
5459
  msgstr ""
5460
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5461
  #, php-format
5462
  msgid "Creates slides from %1$s galleries."
5463
  msgstr ""
5480
  msgid "No options given"
5481
  msgstr ""
5482
 
5483
+ #, php-format
5484
+ msgid "Creates slides from %1$s events."
5485
+ msgstr ""
5486
+
5487
  msgid "Exclude event IDs (One ID per line)"
5488
  msgstr ""
5489
 
5538
  msgid "Hide From Event Listings"
5539
  msgstr ""
5540
 
5541
+ msgid "Event start date"
5542
+ msgstr "Esemény kezdő dátuma"
5543
+
5544
+ msgid "Event end date"
5545
+ msgstr "Esemény befejező dátuma"
5546
+
5547
  msgid "Event cost"
5548
  msgstr "Esemény ár"
5549
 
5550
+ msgid "Event creation date"
5551
+ msgstr "Esemény létrehozásának dátuma"
5552
+
5553
+ msgid "Event modification date"
5554
+ msgstr "Esemény módosításának dátuma"
5555
+
5556
  msgid "Metakey name"
5557
  msgstr ""
5558
 
5597
  msgid "No limit"
5598
  msgstr ""
5599
 
5600
+ #, fuzzy
5601
+ #| msgid "Include subcategories"
5602
+ msgid "Hide empty categories"
5603
+ msgstr "Alkategóriákban is keressen"
5604
+
5605
+ msgid "Yes"
5606
+ msgstr "Igen"
5607
+
5608
  msgid "Downloadable"
5609
  msgstr "Letölthető"
5610
 
5789
  msgid "Vertical pendulum 3D"
5790
  msgstr "Függőleges 3D inga"
5791
 
5792
+ msgid "We are Passionate About"
5793
+ msgstr ""
5794
+
5795
+ msgid ""
5796
+ "Amazing Food\n"
5797
+ "Great Hospitality"
5798
+ msgstr ""
5799
+
5800
  msgid "Before text"
5801
  msgstr ""
5802
 
5878
  msgid "Time"
5879
  msgstr ""
5880
 
5881
+ #, fuzzy
5882
+ #| msgid "Size"
5883
+ msgid "Icon Size"
5884
+ msgstr "Méret"
5885
+
5886
+ #, fuzzy
5887
+ #| msgid "Before"
5888
+ msgid "Before After"
5889
+ msgstr "Előtte"
5890
+
5891
+ #, fuzzy
5892
+ #| msgid "Left"
5893
+ msgid "Left top"
5894
+ msgstr "Bal"
5895
+
5896
+ #, fuzzy
5897
+ #| msgid "Center"
5898
+ msgid "Center top"
5899
+ msgstr "Közép"
5900
+
5901
+ #, fuzzy
5902
+ #| msgid "Right"
5903
+ msgid "Right top"
5904
+ msgstr "Jobb"
5905
+
5906
+ #, fuzzy
5907
+ #| msgid "Mouse enter"
5908
+ msgid "Left center"
5909
+ msgstr "Egér belépés"
5910
+
5911
+ #, fuzzy
5912
+ #| msgid "Center"
5913
+ msgid "Right Center"
5914
+ msgstr "Közép"
5915
+
5916
+ #, fuzzy
5917
+ #| msgid "To bottom"
5918
+ msgid "Left bottom"
5919
+ msgstr "Lefelé"
5920
+
5921
+ #, fuzzy
5922
+ #| msgid "Curtain to bottom"
5923
+ msgid "Center bottom"
5924
+ msgstr "Függöny lefelé"
5925
+
5926
+ #, fuzzy
5927
+ #| msgid "To bottom"
5928
+ msgid "Right bottom"
5929
+ msgstr "Lefelé"
5930
+
5931
+ #, fuzzy
5932
+ #| msgid "Before"
5933
+ msgid "Before Image"
5934
+ msgstr "Előtte"
5935
+
5936
+ #, fuzzy
5937
+ #| msgid "Cover image"
5938
+ msgid "After Image"
5939
+ msgstr "Előnézeti kép"
5940
+
5941
+ msgid "Labels"
5942
+ msgstr ""
5943
+
5944
+ #, fuzzy
5945
+ #| msgid "Show label"
5946
+ msgid "Show Label"
5947
+ msgstr "Felirat mutatása"
5948
+
5949
+ msgid "Always"
5950
+ msgstr ""
5951
+
5952
+ #, fuzzy
5953
+ #| msgid "Before"
5954
+ msgid "Before label"
5955
+ msgstr "Előtte"
5956
+
5957
+ #, fuzzy
5958
+ #| msgid "Previous label"
5959
+ msgid "After label"
5960
+ msgstr "Előző szöveg"
5961
+
5962
+ msgid "Behavior"
5963
+ msgstr ""
5964
+
5965
+ #, fuzzy
5966
+ #| msgid "Interval"
5967
+ msgid "Interaction"
5968
+ msgstr "Időköz"
5969
+
5970
+ #, fuzzy
5971
+ #| msgid "Slider"
5972
+ msgid "Divider"
5973
+ msgstr "Diabemutató"
5974
+
5975
+ msgid "Line"
5976
+ msgstr ""
5977
+
5978
+ #, fuzzy
5979
+ #| msgid "Caption"
5980
+ msgid "Show Caption"
5981
+ msgstr "Képfelirat"
5982
+
5983
+ #, fuzzy
5984
+ #| msgid "Caption"
5985
+ msgid "Caption text"
5986
+ msgstr "Képfelirat"
5987
+
5988
+ msgid "Before image alt tag"
5989
+ msgstr ""
5990
+
5991
+ #, fuzzy
5992
+ #| msgid "Average rating"
5993
+ msgid "After image alt tag"
5994
+ msgstr "Átlagos értékelés"
5995
+
5996
+ #, fuzzy
5997
+ #| msgid "Optimize"
5998
+ msgid "Optimize images"
5999
+ msgstr "Optimalizálás"
6000
+
6001
  msgid "Full"
6002
  msgstr "Teljes"
6003
 
6031
  msgid "Stroke width"
6032
  msgstr ""
6033
 
 
 
 
6034
  msgid "Inner before"
6035
  msgstr ""
6036
 
6043
  msgid "Animation duration"
6044
  msgstr ""
6045
 
6046
+ #, fuzzy
6047
+ #| msgid "Counter"
6048
+ msgid "Countdown"
6049
+ msgstr "Számláló"
6050
 
6051
+ msgid "Days"
6052
+ msgstr "Napok"
6053
 
6054
+ msgid "Minutes"
6055
+ msgstr "Percek"
6056
 
6057
+ msgid "Seconds"
6058
+ msgstr "Másodpercek"
6059
 
6060
+ #, fuzzy
6061
+ #| msgid "First slide changed."
6062
+ msgid "Use slide schedule"
6063
+ msgstr "Az első dia megváltozott."
6064
 
6065
+ #, fuzzy
6066
+ #| msgid "You can put custom CSS classes to the slider's container."
6067
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
6068
+ msgstr "Egyedi CSS osztályokat helyezhetünk a diabemutató tárolóelemébe."
6069
 
6070
+ msgid "Use Slide Schedule"
6071
  msgstr ""
6072
 
6073
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
6074
  msgstr ""
6075
 
6076
+ msgid ""
6077
+ "Displays the days, hours, minutes and seconds texts under the counter "
6078
+ "numbers. To display the labels in your own language, translate the texts in "
6079
+ "the language files."
6080
  msgstr ""
6081
 
6082
+ msgid "Gap"
6083
  msgstr ""
6084
 
6085
+ msgid "Creates vertical and horizontal distance between the counter elements."
6086
  msgstr ""
6087
 
6088
+ #, fuzzy
6089
+ #| msgid "Tablet scale"
6090
+ msgid "Tablet style"
6091
+ msgstr "Tablet méret"
6092
 
6093
+ msgid "Set custom Gap and Column for tablet."
6094
  msgstr ""
6095
 
6096
+ #, fuzzy
6097
+ #| msgid "Mobile scale"
6098
+ msgid "Mobile style"
6099
+ msgstr "Mobil méret"
6100
+
6101
+ msgid "Set custom Gap and Column for mobile."
6102
  msgstr ""
6103
 
6104
+ #, fuzzy
6105
+ #| msgid "Actions"
6106
+ msgid "Action when ends"
6107
+ msgstr "Műveletek"
6108
+
6109
+ #, fuzzy
6110
+ #| msgid "No animation"
6111
+ msgid "No action"
6112
+ msgstr "Nincs animáció"
6113
+
6114
+ #, fuzzy
6115
+ #| msgid "Heading layer"
6116
+ msgid "Hide layer"
6117
+ msgstr "Cím réteg"
6118
+
6119
+ msgid "Redirect to URL"
6120
  msgstr ""
6121
 
6122
+ msgid "Choose what happens after the counter reached zero."
6123
  msgstr ""
6124
 
6125
+ #, fuzzy
6126
+ #| msgid "The image is empty"
6127
+ msgid "This page is"
6128
+ msgstr "A kép üres."
6129
+
6130
+ msgid "Amazing"
6131
  msgstr ""
6132
 
6133
+ #, fuzzy, php-format
6134
+ #| msgid "Circle"
6135
+ msgid "Circle %d"
6136
+ msgstr "Kör"
6137
+
6138
+ #, php-format
6139
+ msgid "Curly %d"
6140
  msgstr ""
6141
 
6142
+ #, fuzzy, php-format
6143
+ #| msgid "Highlight"
6144
+ msgid "Highlight %d"
6145
+ msgstr "Kiemelés"
6146
+
6147
+ #, fuzzy, php-format
6148
+ #| msgid "Line height"
6149
+ msgid "Line Through %d"
6150
+ msgstr "Sormagasság"
6151
+
6152
+ #, fuzzy, php-format
6153
+ #| msgid "Rectangle Blue"
6154
+ msgid "Rectangle %d"
6155
+ msgstr "Kék téglalap"
6156
+
6157
+ #, php-format
6158
+ msgid "Underline %d"
6159
  msgstr ""
6160
 
6161
+ #, php-format
6162
+ msgid "Underline double %d"
6163
  msgstr ""
6164
 
6165
+ #, php-format
6166
+ msgid "ZigZag %d"
6167
  msgstr ""
6168
 
6169
  msgid "Highlighted text"
6181
  msgid "HTML"
6182
  msgstr ""
6183
 
6184
+ msgid "Empty element"
6185
+ msgstr ""
6186
+
6187
  msgid ""
6188
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6189
  "codes loaded by it. We only suggest using this layer if you are a developer. "
6294
  msgid "Icon not found"
6295
  msgstr "Az ikon nem található."
6296
 
 
 
 
 
 
6297
  #, php-format
6298
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6299
  msgstr ""
6301
  msgid "Iframe"
6302
  msgstr ""
6303
 
 
 
 
6304
  msgid ""
6305
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6306
  "layer often needs code customizations what you have to do yourself, so we "
6307
  "only suggest using this layer if you are a developer!"
6308
  msgstr ""
6309
 
6310
+ #, fuzzy
6311
+ #| msgid "iframe url"
6312
+ msgid "Iframe url"
6313
  msgstr "iframe URL"
6314
 
 
 
 
6315
  msgid "You can disable the scroll on the iframe content."
6316
  msgstr ""
6317
 
6318
  #, fuzzy
6319
  #| msgid "iframe url"
6320
+ msgid "Iframe title"
6321
  msgstr "iframe URL"
6322
 
6323
  msgid "Image area"
6651
 
6652
  #, php-format
6653
  msgid ""
6654
+ "%1$s does not support the full screen API. For this reason the full screen "
6655
+ "button will not appear on %1$s devices."
 
6656
  msgstr ""
6657
 
6658
  msgid "Indicator"
6667
  msgid "Bar color"
6668
  msgstr ""
6669
 
6670
+ #~ msgctxt "Default Google font family for admin"
6671
+ #~ msgid "Montserrat"
6672
+ #~ msgstr "Montserrat"
6673
+
6674
+ #~ msgctxt "Default Google font charset for admin"
6675
+ #~ msgid "latin"
6676
+ #~ msgstr "latin"
6677
+
6678
+ #~ msgid "Character set"
6679
+ #~ msgstr "Karakterkészlet"
6680
+
6681
+ #~ msgctxt "Character set"
6682
+ #~ msgid "Latin"
6683
+ #~ msgstr "Latin"
6684
+
6685
+ #~ msgctxt "Character set"
6686
+ #~ msgid "Latin Extended"
6687
+ #~ msgstr "Kiterjesztett latin"
6688
+
6689
+ #~ msgctxt "Character set"
6690
+ #~ msgid "Greek"
6691
+ #~ msgstr "Görög"
6692
+
6693
+ #~ msgctxt "Character set"
6694
+ #~ msgid "Greek Extended"
6695
+ #~ msgstr "Kiterjesztett görög"
6696
+
6697
+ #~ msgctxt "Character set"
6698
+ #~ msgid "Cyrillic"
6699
+ #~ msgstr "Cirill"
6700
+
6701
+ #~ msgctxt "Character set"
6702
+ #~ msgid "Devanagari"
6703
+ #~ msgstr "Devanagari"
6704
+
6705
+ #~ msgctxt "Character set"
6706
+ #~ msgid "Arabic"
6707
+ #~ msgstr "Arab"
6708
+
6709
+ #~ msgctxt "Character set"
6710
+ #~ msgid "Khmer"
6711
+ #~ msgstr "Khmer"
6712
+
6713
+ #~ msgctxt "Character set"
6714
+ #~ msgid "Telugu"
6715
+ #~ msgstr "Telugu"
6716
+
6717
+ #~ msgctxt "Character set"
6718
+ #~ msgid "Vietnamese"
6719
+ #~ msgstr "Vietnámi"
6720
+
6721
+ #~ msgctxt "Default font sets"
6722
+ #~ msgid "latin"
6723
+ #~ msgstr "latin"
6724
+
6725
+ #~ msgid "Loop single slide"
6726
+ #~ msgstr "Egyetlen slide ismétlése"
6727
+
6728
+ #~ msgid "In case of one slide, it repeats the animation of the slide."
6729
+ #~ msgstr "Egy slide esetén megismétli a layer animációkat ezen a slide-on."
6730
+
6731
+ #~ msgid "Expired"
6732
+ #~ msgstr "Lejárt"
6733
+
6734
+ #~ msgid "On sale"
6735
+ #~ msgstr "Akciós"
6736
+
6737
+ #~ msgid "Discount price"
6738
+ #~ msgstr "Kedvezményes ár"
6739
+
6740
  #~ msgid "Async"
6741
  #~ msgstr "Aszinkron"
6742
 
6778
  #~ msgid "Absolute position"
6779
  #~ msgstr "Következő pozíció"
6780
 
 
 
 
6781
  #~ msgid "Hide until complete load"
6782
  #~ msgstr "Befejezés amíg teljesen be nem tölt"
6783
 
 
 
 
 
 
 
6784
  #~ msgid "Load jQuery on frontend"
6785
  #~ msgstr "JQuery betöltése a webes felületen"
6786
 
6790
  #~ msgid "CSS mode"
6791
  #~ msgstr "CSS mód"
6792
 
 
 
 
6793
  #~ msgid "Inline at head"
6794
  #~ msgstr "Belső a fejrészben"
6795
 
Nextend/Languages/it_IT.mo CHANGED
Binary file
Nextend/Languages/it_IT.po CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: VERSION\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2021-07-23 09:55+0200\n"
7
- "PO-Revision-Date: 2021-07-23 10:01+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: it\n"
@@ -28,14 +28,6 @@ msgstr ""
28
  msgid "Unable to contact with the licensing server, please try again later!"
29
  msgstr ""
30
 
31
- msgctxt "Default Google font family for admin"
32
- msgid "Montserrat"
33
- msgstr "Montserrat"
34
-
35
- msgctxt "Default Google font charset for admin"
36
- msgid "latin"
37
- msgstr "latino"
38
-
39
  msgid "You are not allowed to upload!"
40
  msgstr "Non sei autorizzato a caricare!"
41
 
@@ -190,6 +182,14 @@ msgstr ""
190
  msgid "You can load Google Fonts on the frontend."
191
  msgstr ""
192
 
 
 
 
 
 
 
 
 
193
  msgid "Backend"
194
  msgstr ""
195
 
@@ -206,53 +206,6 @@ msgstr ""
206
  msgid "Normal"
207
  msgstr "Normale"
208
 
209
- msgid "Character set"
210
- msgstr "Set di caratteri"
211
-
212
- msgctxt "Character set"
213
- msgid "Latin"
214
- msgstr ""
215
-
216
- msgctxt "Character set"
217
- msgid "Latin Extended"
218
- msgstr ""
219
-
220
- msgctxt "Character set"
221
- msgid "Greek"
222
- msgstr ""
223
-
224
- msgctxt "Character set"
225
- msgid "Greek Extended"
226
- msgstr ""
227
-
228
- msgctxt "Character set"
229
- msgid "Cyrillic"
230
- msgstr ""
231
-
232
- msgctxt "Character set"
233
- msgid "Devanagari"
234
- msgstr ""
235
-
236
- msgctxt "Character set"
237
- msgid "Arabic"
238
- msgstr ""
239
-
240
- msgctxt "Character set"
241
- msgid "Khmer"
242
- msgstr ""
243
-
244
- msgctxt "Character set"
245
- msgid "Telugu"
246
- msgstr ""
247
-
248
- msgctxt "Character set"
249
- msgid "Vietnamese"
250
- msgstr ""
251
-
252
- msgctxt "Default font sets"
253
- msgid "latin"
254
- msgstr "latino"
255
-
256
  msgid "Choose"
257
  msgstr "Scegli"
258
 
@@ -1203,15 +1156,23 @@ msgstr "Gruppi"
1203
  msgid "Set"
1204
  msgstr "Set"
1205
 
 
 
 
 
 
 
 
 
 
 
 
1206
  msgid "Up"
1207
  msgstr ""
1208
 
1209
  msgid "Insert group"
1210
  msgstr "Inserisci gruppo"
1211
 
1212
- msgid "Group"
1213
- msgstr "Gruppo"
1214
-
1215
  msgid "Move to trash"
1216
  msgstr ""
1217
 
@@ -1262,6 +1223,32 @@ msgstr "Cancella slider"
1262
  msgid "delete this slide"
1263
  msgstr "Cancella slider"
1264
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1265
  msgid "Animations"
1266
  msgstr "Animazioni"
1267
 
@@ -1510,6 +1497,11 @@ msgstr "Puoi inserire classi CSS personalizzate al container dello slider."
1510
  msgid "JavaScript callbacks"
1511
  msgstr "JavaScript callbacks"
1512
 
 
 
 
 
 
1513
  msgid "Post IDs"
1514
  msgstr ""
1515
 
@@ -1519,6 +1511,21 @@ msgstr "una per linea"
1519
  msgid "The cache of the posts with the given ID will be cleared upon save."
1520
  msgstr ""
1521
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1522
  msgid "Thumbnail"
1523
  msgstr "Miniatura"
1524
 
@@ -1611,9 +1618,6 @@ msgstr "Modalità di riempimento"
1611
  msgid "Align"
1612
  msgstr "Allinea"
1613
 
1614
- msgid "Margin"
1615
- msgstr "Margine"
1616
-
1617
  msgid "Puts a fix margin around your slider."
1618
  msgstr ""
1619
 
@@ -1626,6 +1630,11 @@ msgstr "Ottimizza"
1626
  msgid "Loading"
1627
  msgstr "Caricamento"
1628
 
 
 
 
 
 
1629
  msgid "Instant"
1630
  msgstr ""
1631
 
@@ -1635,11 +1644,6 @@ msgstr ""
1635
  msgid "After delay"
1636
  msgstr ""
1637
 
1638
- #, fuzzy
1639
- #| msgid "Loading"
1640
- msgid "Loading type"
1641
- msgstr "Caricamento"
1642
-
1643
  msgid ""
1644
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1645
  "you can load it only after the page has loaded."
@@ -1830,6 +1834,11 @@ msgid ""
1830
  "the result with the filling modes."
1831
  msgstr ""
1832
 
 
 
 
 
 
1833
  msgid "Randomize"
1834
  msgstr "Rendi casuale"
1835
 
@@ -2128,14 +2137,17 @@ msgstr "Piaciuto"
2128
  msgid "Why upgrade to Smart Slider 3 Pro?"
2129
  msgstr ""
2130
 
2131
- msgid "120+ slider templates"
 
2132
  msgstr ""
2133
 
2134
  msgid "Full slide library access"
2135
  msgstr ""
2136
 
2137
- msgid "20 new layers"
2138
- msgstr ""
 
 
2139
 
2140
  msgid "Extra advanced options"
2141
  msgstr ""
@@ -2204,9 +2216,6 @@ msgstr "Sfumatura"
2204
  msgid "Color end"
2205
  msgstr "Colore finale"
2206
 
2207
- msgid "Max width"
2208
- msgstr "Larghezza massima"
2209
-
2210
  msgid "Position"
2211
  msgstr "Posizione"
2212
 
@@ -2381,6 +2390,11 @@ msgid ""
2381
  "background correctly."
2382
  msgstr ""
2383
 
 
 
 
 
 
2384
  msgid "Blur"
2385
  msgstr "Blur"
2386
 
@@ -2539,9 +2553,6 @@ msgstr "Ingrandisci"
2539
  msgid "Scale down"
2540
  msgstr "Rimpicciolisci"
2541
 
2542
- msgid "Edit"
2543
- msgstr "Modifica"
2544
-
2545
  msgid "Static overlay"
2546
  msgstr "Sovrapposizione statica"
2547
 
@@ -2599,8 +2610,10 @@ msgstr "Scorri verso l'alto"
2599
  msgid "Drop images here"
2600
  msgstr "L'immagine del desktop è vuota!"
2601
 
2602
- msgid "Edit slider"
2603
- msgstr ""
 
 
2604
 
2605
  #, fuzzy
2606
  #| msgid "View records"
@@ -2632,9 +2645,31 @@ msgstr "Prima i più vecchi"
2632
  msgid "Export"
2633
  msgstr "Esporta"
2634
 
 
 
 
 
 
 
 
 
 
 
 
 
2635
  msgid "New project"
2636
  msgstr ""
2637
 
 
 
 
 
 
 
 
 
 
 
2638
  msgid "Module"
2639
  msgstr "Modulo"
2640
 
@@ -3162,8 +3197,8 @@ msgstr "Impostazioni generatore"
3162
  msgid "Cache expiration"
3163
  msgstr "Scadenza cache"
3164
 
3165
- msgid "hours"
3166
- msgstr "ore"
3167
 
3168
  msgid "Start index"
3169
  msgstr "Inizia indice"
@@ -3265,19 +3300,19 @@ msgid "Add column"
3265
  msgstr ""
3266
 
3267
  msgid "Year"
3268
- msgstr ""
3269
 
3270
  msgid "Month"
3271
- msgstr ""
3272
 
3273
  msgid "Day"
3274
- msgstr ""
3275
 
3276
  msgid "Hour"
3277
- msgstr ""
3278
 
3279
  msgid "Minute"
3280
- msgstr ""
3281
 
3282
  msgid "Stack"
3283
  msgstr "Pila"
@@ -3640,13 +3675,18 @@ msgstr ""
3640
  msgid "Whole group"
3641
  msgstr "Gruppo intero"
3642
 
3643
- msgid "Select slider"
 
 
3644
  msgstr "Seleziona slider"
3645
 
3646
  msgid "OR"
3647
  msgstr "OR"
3648
 
3649
- msgid "Select A Slider"
 
 
 
3650
  msgstr ""
3651
 
3652
  msgctxt "Button layer default text"
@@ -3799,13 +3839,6 @@ msgstr "Quando non visibile"
3799
  msgid "You can pause the video when the visitor scrolls away from the slider"
3800
  msgstr ""
3801
 
3802
- msgid "Private video"
3803
- msgstr ""
3804
-
3805
- msgid ""
3806
- "Turn it on to remove the admin warning that your video is not accessible."
3807
- msgstr ""
3808
-
3809
  msgid "Display"
3810
  msgstr "Mostra"
3811
 
@@ -3981,18 +4014,18 @@ msgstr ""
3981
  "Se disabiliti questa opzione non potrai ritornare dall'ultima slide alla "
3982
  "prima ciclicamente"
3983
 
 
 
 
 
 
 
3984
  msgid "Shifted"
3985
  msgstr "Spostato"
3986
 
3987
  msgid "The background and the main animation plays simultaneously or shifted."
3988
  msgstr ""
3989
 
3990
- msgid "Loop single slide"
3991
- msgstr "Ripeti singola slide"
3992
-
3993
- msgid "In case of one slide, it repeats the animation of the slide."
3994
- msgstr "Nel caso di una sola slide, si ripeterà l'animazione della slide."
3995
-
3996
  msgid "Slider CSS Preset"
3997
  msgstr ""
3998
 
@@ -4140,6 +4173,44 @@ msgstr "Elastico Casuale"
4140
  msgid "My text animations"
4141
  msgstr ""
4142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4143
  msgid "Slices - Single"
4144
  msgstr "Strisce - Singola"
4145
 
@@ -4542,9 +4613,6 @@ msgstr "Barra di testo"
4542
  msgid "Bullets"
4543
  msgstr "Puntini"
4544
 
4545
- msgid "Bullet"
4546
- msgstr ""
4547
-
4548
  msgid "Side"
4549
  msgstr "Lato"
4550
 
@@ -4743,42 +4811,27 @@ msgstr ""
4743
  msgid "Sparkling"
4744
  msgstr "Scintillio"
4745
 
4746
- msgid "Curve 1"
 
 
4747
  msgstr "Curva 1"
4748
 
4749
- msgid "Curve 2"
4750
- msgstr "Curva 2"
4751
-
4752
- msgid "Curve 3"
4753
- msgstr "Curva 3"
4754
-
4755
- msgid "Curve 4"
4756
- msgstr "Curva 4"
4757
-
4758
  msgid "Curves"
4759
  msgstr "Curve"
4760
 
4761
- msgid "Fan 1"
 
 
4762
  msgstr "Ventaglio 1"
4763
 
4764
- msgid "Fan 2"
4765
- msgstr "Ventaglio 2"
4766
-
4767
- msgid "Fan 3"
4768
- msgstr "Ventaglio 3"
4769
-
4770
  msgid "Hills"
4771
  msgstr "Colline"
4772
 
4773
- msgid "Incline 1"
 
 
4774
  msgstr "Inclinazione 1"
4775
 
4776
- msgid "Incline 2"
4777
- msgstr "Inclinazione 2"
4778
-
4779
- msgid "Incline 3"
4780
- msgstr "Inclinazione 3"
4781
-
4782
  msgid "Inverse arrow"
4783
  msgstr "Freccia inversa"
4784
 
@@ -4788,27 +4841,33 @@ msgstr "Rettangolo"
4788
  msgid "Slopes"
4789
  msgstr "Piste"
4790
 
4791
- msgid "Tilt 1"
 
 
4792
  msgstr "Tilt 1"
4793
 
4794
- msgid "Tilt 2"
4795
- msgstr "Tilt 2"
4796
-
4797
- msgid "Triangle 1"
4798
  msgstr "Triangolo 1"
4799
 
4800
- msgid "Triangle 2"
4801
- msgstr "Triangolo 2"
4802
-
4803
- msgid "Wave 1"
4804
  msgstr "Onda 1"
4805
 
4806
- msgid "Wave 2"
4807
- msgstr "Onda 2"
4808
-
4809
  msgid "Waves"
4810
  msgstr "Onde"
4811
 
 
 
 
 
 
 
 
 
 
4812
  msgid "2 Colors"
4813
  msgstr "2 Colori"
4814
 
@@ -4830,8 +4889,10 @@ msgstr "L'ID dell'App è vuoto. Per favore inserisci il valore!"
4830
  #, php-format
4831
  msgid ""
4832
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4833
- "order to use this generator! - %2$s How to get SSL for my WordPress site? "
4834
- "%3$s"
 
 
4835
  msgstr ""
4836
 
4837
  #, php-format
@@ -4961,6 +5022,11 @@ msgstr ""
4961
  msgid "Source folder"
4962
  msgstr "Cartella sorgente"
4963
 
 
 
 
 
 
4964
  msgid "Remove resized images"
4965
  msgstr ""
4966
 
@@ -4971,6 +5037,22 @@ msgid ""
4971
  "because it's the same image, just in a smaller size."
4972
  msgstr ""
4973
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4974
  msgid "Filename"
4975
  msgstr "Nome del file"
4976
 
@@ -4994,6 +5076,45 @@ msgstr ""
4994
  "Percorso errato. Questo è il percorso default per media e caricamenti, "
4995
  "quindi prova a navigare da qui:"
4996
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4997
  msgid "JSON from url"
4998
  msgstr ""
4999
 
@@ -5029,6 +5150,11 @@ msgstr ""
5029
  msgid "Images"
5030
  msgstr "Immagini"
5031
 
 
 
 
 
 
5032
  msgid "Timezone offset in hours. For example: +2 or -7."
5033
  msgstr ""
5034
 
@@ -5074,83 +5200,35 @@ msgstr "opzionale"
5074
  msgid "Creates slides from %1$s content."
5075
  msgstr ""
5076
 
5077
- msgid "Items"
5078
- msgstr "Oggetti"
5079
 
5080
- msgid "Locations"
5081
  msgstr ""
5082
 
5083
- msgid "Types"
5084
- msgstr "Tipi"
5085
-
5086
- msgid "Expired"
5087
- msgstr "Scaduto"
5088
 
5089
- msgid "Started"
5090
- msgstr "Iniziato"
5091
 
5092
- msgid "Auction"
5093
- msgstr ""
5094
 
5095
- msgid "Negotiable price"
5096
  msgstr ""
5097
 
5098
- msgid "Blocked by User"
5099
  msgstr ""
5100
 
5101
- msgid "Paid"
5102
- msgstr "Pagato"
5103
-
5104
- msgid "Buynow"
5105
  msgstr ""
5106
 
5107
- msgid "Menu item (item ID)"
5108
  msgstr ""
5109
 
5110
- msgid ""
5111
- "Your url will point to the item within this menu item. You will only get a "
5112
- "good result, if you will pick one of your DJ Classifields menu items or "
5113
- "leave it on 'Default'."
5114
- msgstr ""
5115
-
5116
- msgid "Start date"
5117
- msgstr "Data di inizio"
5118
-
5119
- msgid "Expiration date"
5120
- msgstr "Data di scadenza"
5121
-
5122
- msgid "Price"
5123
- msgstr "Prezzo"
5124
-
5125
- msgid "Include subcategories"
5126
- msgstr "Includi sottocatogorie"
5127
-
5128
- msgid "Frontpage"
5129
- msgstr ""
5130
-
5131
- msgid "Exclude ID"
5132
- msgstr "Escludi ID"
5133
-
5134
- msgid "Category title"
5135
- msgstr "Titolo categoria"
5136
-
5137
- msgid "Username"
5138
- msgstr "Nome utente"
5139
-
5140
- msgid "View post"
5141
- msgstr ""
5142
-
5143
- msgid "Resolved"
5144
- msgstr ""
5145
-
5146
- msgid "Only main discussions"
5147
- msgstr ""
5148
-
5149
- msgid "View discussion"
5150
- msgstr ""
5151
-
5152
- msgid "Events"
5153
- msgstr "Eventi"
5154
 
5155
  msgid "Albums"
5156
  msgstr "Album"
@@ -5173,6 +5251,9 @@ msgstr "Separali con la virgola."
5173
  msgid "Banned user IDs"
5174
  msgstr ""
5175
 
 
 
 
5176
  msgid "Ended"
5177
  msgstr "Finito"
5178
 
@@ -5258,12 +5339,18 @@ msgstr ""
5258
  msgid "Manufacturer language"
5259
  msgstr ""
5260
 
 
 
 
5261
  msgid "Product name"
5262
  msgstr "Nome del prodotto"
5263
 
5264
  msgid "Product ID"
5265
  msgstr "ID prodotto"
5266
 
 
 
 
5267
  msgid "Recurring"
5268
  msgstr "Periodico"
5269
 
@@ -5279,6 +5366,12 @@ msgstr ""
5279
  msgid "Only not recurring events"
5280
  msgstr "Solo eventi non periodici"
5281
 
 
 
 
 
 
 
5282
  msgid "End date"
5283
  msgstr "Data finale"
5284
 
@@ -5321,6 +5414,12 @@ msgstr ""
5321
  msgid "Only display items with these IDs"
5322
  msgstr ""
5323
 
 
 
 
 
 
 
5324
  msgid "Brand"
5325
  msgstr "Marca"
5326
 
@@ -5359,13 +5458,12 @@ msgstr ""
5359
  msgid "Date language"
5360
  msgstr ""
5361
 
5362
- msgid "Offset value"
5363
- msgstr ""
 
 
5364
 
5365
- msgid ""
5366
- "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5367
- "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5368
- "setting will be used."
5369
  msgstr ""
5370
 
5371
  msgid "Status"
@@ -5377,6 +5475,9 @@ msgstr "Cestinato"
5377
  msgid "Ask down all product images"
5378
  msgstr ""
5379
 
 
 
 
5380
  msgid "View item"
5381
  msgstr ""
5382
 
@@ -5386,15 +5487,6 @@ msgstr "Visto"
5386
  msgid "View image"
5387
  msgstr "Vedi immagine"
5388
 
5389
- msgid "Supplier"
5390
- msgstr "Fornitore"
5391
-
5392
- msgid "On sale"
5393
- msgstr "In sconto"
5394
-
5395
- msgid "Discount price"
5396
- msgstr ""
5397
-
5398
  msgid "All day event"
5399
  msgstr "Evento giornata intera"
5400
 
@@ -5404,40 +5496,6 @@ msgstr ""
5404
  msgid "Show parent products only"
5405
  msgstr ""
5406
 
5407
- #, php-format
5408
- msgid "Creates slides from %1$s events."
5409
- msgstr ""
5410
-
5411
- msgid "Create custom date variables"
5412
- msgstr ""
5413
-
5414
- msgid ""
5415
- "You can write any date format (http://php.net/manual/en/function.date.php) "
5416
- "in separate lines, and new variables will be created for them."
5417
- msgstr ""
5418
- "Puoi scrivere qualsiasi formato della data (http://php.net/manual/en/"
5419
- "function.date.php) in righe separate, nuove variabili verranno create per "
5420
- "loro."
5421
-
5422
- msgid ""
5423
- "Write the original text, like 'Monday' then two | signs, and the text you "
5424
- "want it to be translated to, for example 'Montag'. Together: Monday||Montag"
5425
- msgstr ""
5426
- "Scrivi il testo originale, ad esempio \"Lunedì\", poi 2 | e il testo in cui "
5427
- "vuoi che sia tradotto, ad esempio \"Monday\". Insieme: Lunedì||Monday"
5428
-
5429
- msgid "Event start date"
5430
- msgstr "Data d'inizio dell'evento"
5431
-
5432
- msgid "Event end date"
5433
- msgstr "Data di fine dell'evento"
5434
-
5435
- msgid "Event creation date"
5436
- msgstr "Data di creazione dell'evento"
5437
-
5438
- msgid "Event modification date"
5439
- msgstr "Data di modifica dell'evento"
5440
-
5441
  #, php-format
5442
  msgid "Creates slides from %1$s galleries."
5443
  msgstr ""
@@ -5460,6 +5518,10 @@ msgstr ""
5460
  msgid "No options given"
5461
  msgstr ""
5462
 
 
 
 
 
5463
  msgid "Exclude event IDs (One ID per line)"
5464
  msgstr ""
5465
 
@@ -5514,9 +5576,21 @@ msgstr ""
5514
  msgid "Hide From Event Listings"
5515
  msgstr "Nascondi dalla lista eventi"
5516
 
 
 
 
 
 
 
5517
  msgid "Event cost"
5518
  msgstr ""
5519
 
 
 
 
 
 
 
5520
  msgid "Metakey name"
5521
  msgstr ""
5522
 
@@ -5561,6 +5635,14 @@ msgstr "Limite del sottomenu"
5561
  msgid "No limit"
5562
  msgstr "Nessun limlite"
5563
 
 
 
 
 
 
 
 
 
5564
  msgid "Downloadable"
5565
  msgstr "Scaricabile"
5566
 
@@ -5745,6 +5827,14 @@ msgstr "Pendolo 3D"
5745
  msgid "Vertical pendulum 3D"
5746
  msgstr "Pendolo verticale 3D"
5747
 
 
 
 
 
 
 
 
 
5748
  msgid "Before text"
5749
  msgstr "Testo iniziale"
5750
 
@@ -5826,6 +5916,126 @@ msgstr "Progresso"
5826
  msgid "Time"
5827
  msgstr "Ora"
5828
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5829
  msgid "Full"
5830
  msgstr "Pieno"
5831
 
@@ -5859,9 +6069,6 @@ msgstr "Colore attivo"
5859
  msgid "Stroke width"
5860
  msgstr "Spessore tratto"
5861
 
5862
- msgid "Labels"
5863
- msgstr ""
5864
-
5865
  msgid "Inner before"
5866
  msgstr ""
5867
 
@@ -5874,68 +6081,128 @@ msgstr "Prima"
5874
  msgid "Animation duration"
5875
  msgstr "Durata animazione"
5876
 
5877
- msgid "Circle 1"
5878
- msgstr "Cerchio 1"
 
 
5879
 
5880
- msgid "Circle 2"
5881
- msgstr "Cerchio 2"
5882
 
5883
- msgid "Circle 3"
5884
- msgstr "Cerchio 3"
5885
 
5886
- msgid "Curly 1"
5887
- msgstr ""
 
 
 
 
 
5888
 
5889
- msgid "Curly 2"
 
 
 
 
 
5890
  msgstr ""
5891
 
5892
- msgid "Highlight 1"
5893
  msgstr ""
5894
 
5895
- msgid "Highlight 2"
 
 
 
5896
  msgstr ""
5897
 
5898
- msgid "Highlight 3"
5899
  msgstr ""
5900
 
5901
- msgid "Line Through 1"
5902
  msgstr ""
5903
 
5904
- msgid "Line Through 2"
 
 
 
 
 
5905
  msgstr ""
5906
 
5907
- msgid "Line Through 3"
 
 
 
 
 
5908
  msgstr ""
5909
 
5910
- msgid "Rectangle 1"
5911
- msgstr "Rettangolo 1"
 
 
5912
 
5913
- msgid "Rectangle 2"
5914
- msgstr "Rettangolo 2"
 
 
5915
 
5916
- msgid "Underline 1"
5917
- msgstr "Sottolinea 1"
 
 
5918
 
5919
- msgid "Underline 2"
5920
- msgstr "Sottolinea 2"
5921
 
5922
- msgid "Underline 3"
5923
- msgstr "Sottolinea 3"
5924
 
5925
- msgid "Underline double 1"
5926
  msgstr ""
5927
 
5928
- msgid "Underline double 2"
5929
  msgstr ""
5930
 
5931
- msgid "ZigZag 1"
5932
- msgstr "ZigZag 1"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5933
 
5934
- msgid "ZigZag 2"
5935
- msgstr "ZigZag2"
 
 
5936
 
5937
- msgid "ZigZag 3"
5938
- msgstr "ZigZag 3"
 
 
5939
 
5940
  msgid "Highlighted text"
5941
  msgstr "Testo evidenziato"
@@ -5952,6 +6219,9 @@ msgstr ""
5952
  msgid "HTML"
5953
  msgstr ""
5954
 
 
 
 
5955
  msgid ""
5956
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
5957
  "codes loaded by it. We only suggest using this layer if you are a developer. "
@@ -6062,11 +6332,6 @@ msgstr "Upper-roman"
6062
  msgid "Icon not found"
6063
  msgstr "Icona non trovata"
6064
 
6065
- #, fuzzy
6066
- #| msgid "Previous label"
6067
- msgid "Aria label"
6068
- msgstr "Etichetta precedente"
6069
-
6070
  #, php-format
6071
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6072
  msgstr ""
@@ -6074,27 +6339,23 @@ msgstr ""
6074
  msgid "Iframe"
6075
  msgstr ""
6076
 
6077
- msgid "iframe"
6078
- msgstr ""
6079
-
6080
  msgid ""
6081
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6082
  "layer often needs code customizations what you have to do yourself, so we "
6083
  "only suggest using this layer if you are a developer!"
6084
  msgstr ""
6085
 
6086
- msgid "iframe url"
 
 
6087
  msgstr "Url iframe"
6088
 
6089
- msgid "Yes"
6090
- msgstr "Sì"
6091
-
6092
  msgid "You can disable the scroll on the iframe content."
6093
  msgstr ""
6094
 
6095
  #, fuzzy
6096
  #| msgid "iframe url"
6097
- msgid "iframe title"
6098
  msgstr "Url iframe"
6099
 
6100
  msgid "Image area"
@@ -6432,9 +6693,8 @@ msgstr "A schermo pieno"
6432
 
6433
  #, php-format
6434
  msgid ""
6435
- "%1$s %2$s does not support the full screen API %3$s so other elements of the "
6436
- "page may overlap the slider in Fullscreen mode. To avoid such problems, we "
6437
- "suggest hiding the Fullscreen control from mobile view!"
6438
  msgstr ""
6439
 
6440
  msgid "Indicator"
@@ -6449,6 +6709,112 @@ msgstr ""
6449
  msgid "Bar color"
6450
  msgstr ""
6451
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6452
  #~ msgid "m-d-Y"
6453
  #~ msgstr "m-d-Y"
6454
 
@@ -6514,18 +6880,9 @@ msgstr ""
6514
  #~ msgid "Mobile retina"
6515
  #~ msgstr "Testo mobile"
6516
 
6517
- #~ msgid "Loading animation"
6518
- #~ msgstr "Tipo di animazione"
6519
-
6520
  #~ msgid "Hide until complete load"
6521
  #~ msgstr "Nascondi fino a completo caricamento"
6522
 
6523
- #~ msgid "Tablet scale"
6524
- #~ msgstr "Ridimensionamento tablet"
6525
-
6526
- #~ msgid "Mobile scale"
6527
- #~ msgstr "Ridimensionamento Mobile"
6528
-
6529
  #~ msgid "Show Joomla admin footer"
6530
  #~ msgstr "Mostra il footer dell'admin di Joomla"
6531
 
3
  msgstr ""
4
  "Project-Id-Version: VERSION\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
7
+ "PO-Revision-Date: 2022-05-17 13:01+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: it\n"
28
  msgid "Unable to contact with the licensing server, please try again later!"
29
  msgstr ""
30
 
 
 
 
 
 
 
 
 
31
  msgid "You are not allowed to upload!"
32
  msgstr "Non sei autorizzato a caricare!"
33
 
182
  msgid "You can load Google Fonts on the frontend."
183
  msgstr ""
184
 
185
+ msgid "Save fonts locally"
186
+ msgstr ""
187
+
188
+ msgid ""
189
+ "You can store the used Google Fonts on your server. This way all Google "
190
+ "Fonts will load from your own domain."
191
+ msgstr ""
192
+
193
  msgid "Backend"
194
  msgstr ""
195
 
206
  msgid "Normal"
207
  msgstr "Normale"
208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  msgid "Choose"
210
  msgstr "Scegli"
211
 
1156
  msgid "Set"
1157
  msgstr "Set"
1158
 
1159
+ msgid "Edit"
1160
+ msgstr "Modifica"
1161
+
1162
+ msgid "Group"
1163
+ msgstr "Gruppo"
1164
+
1165
+ #, fuzzy
1166
+ #| msgid "Slider"
1167
+ msgid "Edit Slider"
1168
+ msgstr "Slider"
1169
+
1170
  msgid "Up"
1171
  msgstr ""
1172
 
1173
  msgid "Insert group"
1174
  msgstr "Inserisci gruppo"
1175
 
 
 
 
1176
  msgid "Move to trash"
1177
  msgstr ""
1178
 
1223
  msgid "delete this slide"
1224
  msgstr "Cancella slider"
1225
 
1226
+ msgid "Max width"
1227
+ msgstr "Larghezza massima"
1228
+
1229
+ msgid "Margin"
1230
+ msgstr "Margine"
1231
+
1232
+ #, fuzzy
1233
+ #| msgid "Top"
1234
+ msgid "top"
1235
+ msgstr "Da Sopra"
1236
+
1237
+ #, fuzzy
1238
+ #| msgid "Light"
1239
+ msgid "right"
1240
+ msgstr "Light"
1241
+
1242
+ #, fuzzy
1243
+ #| msgid "Bottom"
1244
+ msgid "bottom"
1245
+ msgstr "Da Sotto"
1246
+
1247
+ #, fuzzy
1248
+ #| msgid "To left"
1249
+ msgid "left"
1250
+ msgstr "A sinistra"
1251
+
1252
  msgid "Animations"
1253
  msgstr "Animazioni"
1254
 
1497
  msgid "JavaScript callbacks"
1498
  msgstr "JavaScript callbacks"
1499
 
1500
+ #, fuzzy
1501
+ #| msgid "Loading animation"
1502
+ msgid "Loading animation waiting time"
1503
+ msgstr "Tipo di animazione"
1504
+
1505
  msgid "Post IDs"
1506
  msgstr ""
1507
 
1511
  msgid "The cache of the posts with the given ID will be cleared upon save."
1512
  msgstr ""
1513
 
1514
+ #, fuzzy
1515
+ #| msgid "Callback url"
1516
+ msgid "Fallback slider"
1517
+ msgstr "Callback url"
1518
+
1519
+ #, fuzzy
1520
+ #| msgid "Alias"
1521
+ msgid "ID or Alias"
1522
+ msgstr "Alias"
1523
+
1524
+ msgid ""
1525
+ "Select another slider by its ID or Alias that displays if your current "
1526
+ "slider has no published slides."
1527
+ msgstr ""
1528
+
1529
  msgid "Thumbnail"
1530
  msgstr "Miniatura"
1531
 
1618
  msgid "Align"
1619
  msgstr "Allinea"
1620
 
 
 
 
1621
  msgid "Puts a fix margin around your slider."
1622
  msgstr ""
1623
 
1630
  msgid "Loading"
1631
  msgstr "Caricamento"
1632
 
1633
+ #, fuzzy
1634
+ #| msgid "Loading"
1635
+ msgid "Loading type"
1636
+ msgstr "Caricamento"
1637
+
1638
  msgid "Instant"
1639
  msgstr ""
1640
 
1644
  msgid "After delay"
1645
  msgstr ""
1646
 
 
 
 
 
 
1647
  msgid ""
1648
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1649
  "you can load it only after the page has loaded."
1834
  "the result with the filling modes."
1835
  msgstr ""
1836
 
1837
+ #, fuzzy
1838
+ #| msgid "Background color"
1839
+ msgid "Background Blur"
1840
+ msgstr "Colore di sfondo"
1841
+
1842
  msgid "Randomize"
1843
  msgstr "Rendi casuale"
1844
 
2137
  msgid "Why upgrade to Smart Slider 3 Pro?"
2138
  msgstr ""
2139
 
2140
+ #, php-format
2141
+ msgid "%d+ slider templates"
2142
  msgstr ""
2143
 
2144
  msgid "Full slide library access"
2145
  msgstr ""
2146
 
2147
+ #, fuzzy, php-format
2148
+ #| msgid "Heading layer"
2149
+ msgid "%d new layers"
2150
+ msgstr "Livello titolo"
2151
 
2152
  msgid "Extra advanced options"
2153
  msgstr ""
2216
  msgid "Color end"
2217
  msgstr "Colore finale"
2218
 
 
 
 
2219
  msgid "Position"
2220
  msgstr "Posizione"
2221
 
2390
  "background correctly."
2391
  msgstr ""
2392
 
2393
+ #, fuzzy
2394
+ #| msgid "Background color"
2395
+ msgid "Background blur"
2396
+ msgstr "Colore di sfondo"
2397
+
2398
  msgid "Blur"
2399
  msgstr "Blur"
2400
 
2553
  msgid "Scale down"
2554
  msgstr "Rimpicciolisci"
2555
 
 
 
 
2556
  msgid "Static overlay"
2557
  msgstr "Sovrapposizione statica"
2558
 
2610
  msgid "Drop images here"
2611
  msgstr "L'immagine del desktop è vuota!"
2612
 
2613
+ #, fuzzy
2614
+ #| msgid "Search"
2615
+ msgid "Search Project"
2616
+ msgstr "Cerca"
2617
 
2618
  #, fuzzy
2619
  #| msgid "View records"
2645
  msgid "Export"
2646
  msgstr "Esporta"
2647
 
2648
+ #, fuzzy
2649
+ #| msgid "Showcase"
2650
+ msgid "Show"
2651
+ msgstr "Vetrina"
2652
+
2653
+ #, php-format
2654
+ msgid "Showing %s to %s of %s projects"
2655
+ msgstr ""
2656
+
2657
+ msgid "No projects to show"
2658
+ msgstr ""
2659
+
2660
  msgid "New project"
2661
  msgstr ""
2662
 
2663
+ msgid "Sorry we couldn’t find any matches"
2664
+ msgstr ""
2665
+
2666
+ msgid "Please try searching with another term."
2667
+ msgstr ""
2668
+
2669
+ #, php-format
2670
+ msgid "Showing %s results for %s."
2671
+ msgstr ""
2672
+
2673
  msgid "Module"
2674
  msgstr "Modulo"
2675
 
3197
  msgid "Cache expiration"
3198
  msgstr "Scadenza cache"
3199
 
3200
+ msgid "Hours"
3201
+ msgstr "Ore"
3202
 
3203
  msgid "Start index"
3204
  msgstr "Inizia indice"
3300
  msgstr ""
3301
 
3302
  msgid "Year"
3303
+ msgstr "Anno"
3304
 
3305
  msgid "Month"
3306
+ msgstr "Mese"
3307
 
3308
  msgid "Day"
3309
+ msgstr "Giorno"
3310
 
3311
  msgid "Hour"
3312
+ msgstr "Ora"
3313
 
3314
  msgid "Minute"
3315
+ msgstr "Minuto"
3316
 
3317
  msgid "Stack"
3318
  msgstr "Pila"
3675
  msgid "Whole group"
3676
  msgstr "Gruppo intero"
3677
 
3678
+ #, fuzzy
3679
+ #| msgid "Select slider"
3680
+ msgid "Select Slider"
3681
  msgstr "Seleziona slider"
3682
 
3683
  msgid "OR"
3684
  msgstr "OR"
3685
 
3686
+ msgid "Insert a slider into your content"
3687
+ msgstr ""
3688
+
3689
+ msgid "Select the slider you want to insert."
3690
  msgstr ""
3691
 
3692
  msgctxt "Button layer default text"
3839
  msgid "You can pause the video when the visitor scrolls away from the slider"
3840
  msgstr ""
3841
 
 
 
 
 
 
 
 
3842
  msgid "Display"
3843
  msgstr "Mostra"
3844
 
4014
  "Se disabiliti questa opzione non potrai ritornare dall'ultima slide alla "
4015
  "prima ciclicamente"
4016
 
4017
+ msgid ""
4018
+ "Background animations only work on the slide background images, which have "
4019
+ "Fill selected at their Fill mode. They don't affect any images if the "
4020
+ "background parallax is enabled."
4021
+ msgstr ""
4022
+
4023
  msgid "Shifted"
4024
  msgstr "Spostato"
4025
 
4026
  msgid "The background and the main animation plays simultaneously or shifted."
4027
  msgstr ""
4028
 
 
 
 
 
 
 
4029
  msgid "Slider CSS Preset"
4030
  msgstr ""
4031
 
4173
  msgid "My text animations"
4174
  msgstr ""
4175
 
4176
+ msgid "Morph - Wave"
4177
+ msgstr ""
4178
+
4179
+ msgid "Morph - Brush"
4180
+ msgstr ""
4181
+
4182
+ msgid "Morph - Flow"
4183
+ msgstr ""
4184
+
4185
+ msgid "Morph - Noise"
4186
+ msgstr ""
4187
+
4188
+ msgid "Distortion - Mosaic"
4189
+ msgstr ""
4190
+
4191
+ #, fuzzy
4192
+ #| msgid "Slices - Triangle"
4193
+ msgid "Distortion - Triangle"
4194
+ msgstr "Strisce - Triangolo"
4195
+
4196
+ msgid "Distortion - Flow"
4197
+ msgstr ""
4198
+
4199
+ msgid "Distortion - Warp"
4200
+ msgstr ""
4201
+
4202
+ msgid "Distortion - Storm"
4203
+ msgstr ""
4204
+
4205
+ msgid "Distortion - Wave"
4206
+ msgstr ""
4207
+
4208
+ msgid "Distortion - Shard"
4209
+ msgstr ""
4210
+
4211
+ msgid "Distortion - Noise"
4212
+ msgstr ""
4213
+
4214
  msgid "Slices - Single"
4215
  msgstr "Strisce - Singola"
4216
 
4613
  msgid "Bullets"
4614
  msgstr "Puntini"
4615
 
 
 
 
4616
  msgid "Side"
4617
  msgstr "Lato"
4618
 
4811
  msgid "Sparkling"
4812
  msgstr "Scintillio"
4813
 
4814
+ #, fuzzy, php-format
4815
+ #| msgid "Curve 1"
4816
+ msgid "Curve %d"
4817
  msgstr "Curva 1"
4818
 
 
 
 
 
 
 
 
 
 
4819
  msgid "Curves"
4820
  msgstr "Curve"
4821
 
4822
+ #, fuzzy, php-format
4823
+ #| msgid "Fan 1"
4824
+ msgid "Fan %d"
4825
  msgstr "Ventaglio 1"
4826
 
 
 
 
 
 
 
4827
  msgid "Hills"
4828
  msgstr "Colline"
4829
 
4830
+ #, fuzzy, php-format
4831
+ #| msgid "Incline 1"
4832
+ msgid "Incline %d"
4833
  msgstr "Inclinazione 1"
4834
 
 
 
 
 
 
 
4835
  msgid "Inverse arrow"
4836
  msgstr "Freccia inversa"
4837
 
4841
  msgid "Slopes"
4842
  msgstr "Piste"
4843
 
4844
+ #, fuzzy, php-format
4845
+ #| msgid "Tilt 1"
4846
+ msgid "Tilt %d"
4847
  msgstr "Tilt 1"
4848
 
4849
+ #, fuzzy, php-format
4850
+ #| msgid "Triangle 1"
4851
+ msgid "Triangle %d"
 
4852
  msgstr "Triangolo 1"
4853
 
4854
+ #, fuzzy, php-format
4855
+ #| msgid "Wave 1"
4856
+ msgid "Wave %d"
 
4857
  msgstr "Onda 1"
4858
 
 
 
 
4859
  msgid "Waves"
4860
  msgstr "Onde"
4861
 
4862
+ #, fuzzy, php-format
4863
+ #| msgid "Columns"
4864
+ msgid "Columns %d"
4865
+ msgstr "Colonne"
4866
+
4867
+ #, php-format
4868
+ msgid "Paper %d"
4869
+ msgstr ""
4870
+
4871
  msgid "2 Colors"
4872
  msgstr "2 Colori"
4873
 
4889
  #, php-format
4890
  msgid ""
4891
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4892
+ "order to use this generator!"
4893
+ msgstr ""
4894
+
4895
+ msgid "How to get SSL for my website?"
4896
  msgstr ""
4897
 
4898
  #, php-format
5022
  msgid "Source folder"
5023
  msgstr "Cartella sorgente"
5024
 
5025
+ #, fuzzy
5026
+ #| msgid "Slide name and description"
5027
+ msgid "Filename based exclusion"
5028
+ msgstr "Nome e descrizione della slide"
5029
+
5030
  msgid "Remove resized images"
5031
  msgstr ""
5032
 
5037
  "because it's the same image, just in a smaller size."
5038
  msgstr ""
5039
 
5040
+ msgid "Filename has to contain"
5041
+ msgstr ""
5042
+
5043
+ msgid ""
5044
+ "Only those images will be asked down, which have the given texts within "
5045
+ "their filenames. You can write down multiple texts separated by comma."
5046
+ msgstr ""
5047
+
5048
+ msgid "Filename cannot contain"
5049
+ msgstr ""
5050
+
5051
+ msgid ""
5052
+ "Only those images will be asked down, which don't have the given texts "
5053
+ "within their filenames. You can write down multiple texts separated by comma."
5054
+ msgstr ""
5055
+
5056
  msgid "Filename"
5057
  msgstr "Nome del file"
5058
 
5076
  "Percorso errato. Questo è il percorso default per media e caricamenti, "
5077
  "quindi prova a navigare da qui:"
5078
 
5079
+ msgid "The App ID and the Secret is empty!"
5080
+ msgstr ""
5081
+
5082
+ msgid "The token will expire at:"
5083
+ msgstr ""
5084
+
5085
+ msgid "Access token was not returned.Please check the credentials!"
5086
+ msgstr ""
5087
+
5088
+ #, fuzzy
5089
+ #| msgid "The token expired. Please request new token! "
5090
+ msgid "The token expired. Please request new token!"
5091
+ msgstr "Il token è scaduto, per favore richiedine uno nuovo! "
5092
+
5093
+ #, fuzzy
5094
+ #| msgid "The token expired. Please request new token! "
5095
+ msgid "The token will expire in two days! Please refresh the token!"
5096
+ msgstr "Il token è scaduto, per favore richiedine uno nuovo! "
5097
+
5098
+ #, fuzzy
5099
+ #| msgid "Request token"
5100
+ msgid "Refresh Token"
5101
+ msgstr "Richiedi token"
5102
+
5103
+ msgid "Refresh"
5104
+ msgstr ""
5105
+
5106
+ msgid "Album loading method"
5107
+ msgstr ""
5108
+
5109
+ msgid "Load first images only"
5110
+ msgstr ""
5111
+
5112
+ msgid "Load album images separately"
5113
+ msgstr ""
5114
+
5115
+ msgid "Load Album images as record data"
5116
+ msgstr ""
5117
+
5118
  msgid "JSON from url"
5119
  msgstr ""
5120
 
5150
  msgid "Images"
5151
  msgstr "Immagini"
5152
 
5153
+ #, fuzzy
5154
+ #| msgid "Offset"
5155
+ msgid "Offset hours"
5156
+ msgstr "Spostamento"
5157
+
5158
  msgid "Timezone offset in hours. For example: +2 or -7."
5159
  msgstr ""
5160
 
5200
  msgid "Creates slides from %1$s content."
5201
  msgstr ""
5202
 
5203
+ msgid "Include subcategories"
5204
+ msgstr "Includi sottocatogorie"
5205
 
5206
+ msgid "Frontpage"
5207
  msgstr ""
5208
 
5209
+ msgid "Exclude ID"
5210
+ msgstr "Escludi ID"
 
 
 
5211
 
5212
+ msgid "Category title"
5213
+ msgstr "Titolo categoria"
5214
 
5215
+ msgid "Username"
5216
+ msgstr "Nome utente"
5217
 
5218
+ msgid "View post"
5219
  msgstr ""
5220
 
5221
+ msgid "Resolved"
5222
  msgstr ""
5223
 
5224
+ msgid "Only main discussions"
 
 
 
5225
  msgstr ""
5226
 
5227
+ msgid "View discussion"
5228
  msgstr ""
5229
 
5230
+ msgid "Events"
5231
+ msgstr "Eventi"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5232
 
5233
  msgid "Albums"
5234
  msgstr "Album"
5251
  msgid "Banned user IDs"
5252
  msgstr ""
5253
 
5254
+ msgid "Started"
5255
+ msgstr "Iniziato"
5256
+
5257
  msgid "Ended"
5258
  msgstr "Finito"
5259
 
5339
  msgid "Manufacturer language"
5340
  msgstr ""
5341
 
5342
+ msgid "Price"
5343
+ msgstr "Prezzo"
5344
+
5345
  msgid "Product name"
5346
  msgstr "Nome del prodotto"
5347
 
5348
  msgid "Product ID"
5349
  msgstr "ID prodotto"
5350
 
5351
+ msgid "Locations"
5352
+ msgstr ""
5353
+
5354
  msgid "Recurring"
5355
  msgstr "Periodico"
5356
 
5366
  msgid "Only not recurring events"
5367
  msgstr "Solo eventi non periodici"
5368
 
5369
+ msgid "Menu item (item ID)"
5370
+ msgstr ""
5371
+
5372
+ msgid "Start date"
5373
+ msgstr "Data di inizio"
5374
+
5375
  msgid "End date"
5376
  msgstr "Data finale"
5377
 
5414
  msgid "Only display items with these IDs"
5415
  msgstr ""
5416
 
5417
+ msgid ""
5418
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5419
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5420
+ "setting will be used."
5421
+ msgstr ""
5422
+
5423
  msgid "Brand"
5424
  msgstr "Marca"
5425
 
5458
  msgid "Date language"
5459
  msgstr ""
5460
 
5461
+ #, fuzzy
5462
+ #| msgid "Extra variables"
5463
+ msgid "Date variable offset"
5464
+ msgstr "Variabili extra"
5465
 
5466
+ msgid "Date filter offset"
 
 
 
5467
  msgstr ""
5468
 
5469
  msgid "Status"
5475
  msgid "Ask down all product images"
5476
  msgstr ""
5477
 
5478
+ msgid "Items"
5479
+ msgstr "Oggetti"
5480
+
5481
  msgid "View item"
5482
  msgstr ""
5483
 
5487
  msgid "View image"
5488
  msgstr "Vedi immagine"
5489
 
 
 
 
 
 
 
 
 
 
5490
  msgid "All day event"
5491
  msgstr "Evento giornata intera"
5492
 
5496
  msgid "Show parent products only"
5497
  msgstr ""
5498
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5499
  #, php-format
5500
  msgid "Creates slides from %1$s galleries."
5501
  msgstr ""
5518
  msgid "No options given"
5519
  msgstr ""
5520
 
5521
+ #, php-format
5522
+ msgid "Creates slides from %1$s events."
5523
+ msgstr ""
5524
+
5525
  msgid "Exclude event IDs (One ID per line)"
5526
  msgstr ""
5527
 
5576
  msgid "Hide From Event Listings"
5577
  msgstr "Nascondi dalla lista eventi"
5578
 
5579
+ msgid "Event start date"
5580
+ msgstr "Data d'inizio dell'evento"
5581
+
5582
+ msgid "Event end date"
5583
+ msgstr "Data di fine dell'evento"
5584
+
5585
  msgid "Event cost"
5586
  msgstr ""
5587
 
5588
+ msgid "Event creation date"
5589
+ msgstr "Data di creazione dell'evento"
5590
+
5591
+ msgid "Event modification date"
5592
+ msgstr "Data di modifica dell'evento"
5593
+
5594
  msgid "Metakey name"
5595
  msgstr ""
5596
 
5635
  msgid "No limit"
5636
  msgstr "Nessun limlite"
5637
 
5638
+ #, fuzzy
5639
+ #| msgid "Include subcategories"
5640
+ msgid "Hide empty categories"
5641
+ msgstr "Includi sottocatogorie"
5642
+
5643
+ msgid "Yes"
5644
+ msgstr "Sì"
5645
+
5646
  msgid "Downloadable"
5647
  msgstr "Scaricabile"
5648
 
5827
  msgid "Vertical pendulum 3D"
5828
  msgstr "Pendolo verticale 3D"
5829
 
5830
+ msgid "We are Passionate About"
5831
+ msgstr ""
5832
+
5833
+ msgid ""
5834
+ "Amazing Food\n"
5835
+ "Great Hospitality"
5836
+ msgstr ""
5837
+
5838
  msgid "Before text"
5839
  msgstr "Testo iniziale"
5840
 
5916
  msgid "Time"
5917
  msgstr "Ora"
5918
 
5919
+ #, fuzzy
5920
+ #| msgid "Size"
5921
+ msgid "Icon Size"
5922
+ msgstr "Dimensione"
5923
+
5924
+ #, fuzzy
5925
+ #| msgid "Before text"
5926
+ msgid "Before After"
5927
+ msgstr "Testo iniziale"
5928
+
5929
+ #, fuzzy
5930
+ #| msgid "Left to Right"
5931
+ msgid "Left top"
5932
+ msgstr "Sinistra > Destra"
5933
+
5934
+ #, fuzzy
5935
+ #| msgid "Center"
5936
+ msgid "Center top"
5937
+ msgstr "Centro"
5938
+
5939
+ #, fuzzy
5940
+ #| msgid "Right"
5941
+ msgid "Right top"
5942
+ msgstr "Da Destra"
5943
+
5944
+ #, fuzzy
5945
+ #| msgid "Slider center"
5946
+ msgid "Left center"
5947
+ msgstr "Centro dello slider"
5948
+
5949
+ #, fuzzy
5950
+ #| msgid "Center"
5951
+ msgid "Right Center"
5952
+ msgstr "Centro"
5953
+
5954
+ #, fuzzy
5955
+ #| msgid "To bottom"
5956
+ msgid "Left bottom"
5957
+ msgstr "In basso"
5958
+
5959
+ #, fuzzy
5960
+ #| msgid "Curtain to bottom"
5961
+ msgid "Center bottom"
5962
+ msgstr "Sipario in basso"
5963
+
5964
+ #, fuzzy
5965
+ #| msgid "To bottom"
5966
+ msgid "Right bottom"
5967
+ msgstr "In basso"
5968
+
5969
+ #, fuzzy
5970
+ #| msgid "Before text"
5971
+ msgid "Before Image"
5972
+ msgstr "Testo iniziale"
5973
+
5974
+ #, fuzzy
5975
+ #| msgid "After text"
5976
+ msgid "After Image"
5977
+ msgstr "Testo finale"
5978
+
5979
+ msgid "Labels"
5980
+ msgstr ""
5981
+
5982
+ #, fuzzy
5983
+ #| msgid "Show label"
5984
+ msgid "Show Label"
5985
+ msgstr "Mostra l'etichetta"
5986
+
5987
+ msgid "Always"
5988
+ msgstr ""
5989
+
5990
+ #, fuzzy
5991
+ #| msgid "Before text"
5992
+ msgid "Before label"
5993
+ msgstr "Testo iniziale"
5994
+
5995
+ #, fuzzy
5996
+ #| msgid "Previous label"
5997
+ msgid "After label"
5998
+ msgstr "Etichetta precedente"
5999
+
6000
+ msgid "Behavior"
6001
+ msgstr ""
6002
+
6003
+ #, fuzzy
6004
+ #| msgid "Internal Only"
6005
+ msgid "Interaction"
6006
+ msgstr "Solo interna"
6007
+
6008
+ #, fuzzy
6009
+ #| msgid "Slider"
6010
+ msgid "Divider"
6011
+ msgstr "Slider"
6012
+
6013
+ msgid "Line"
6014
+ msgstr ""
6015
+
6016
+ #, fuzzy
6017
+ #| msgid "Caption"
6018
+ msgid "Show Caption"
6019
+ msgstr "Didascalia"
6020
+
6021
+ #, fuzzy
6022
+ #| msgid "Caption"
6023
+ msgid "Caption text"
6024
+ msgstr "Didascalia"
6025
+
6026
+ msgid "Before image alt tag"
6027
+ msgstr ""
6028
+
6029
+ #, fuzzy
6030
+ #| msgid "Average rating"
6031
+ msgid "After image alt tag"
6032
+ msgstr "Voto medio"
6033
+
6034
+ #, fuzzy
6035
+ #| msgid "Optimize image"
6036
+ msgid "Optimize images"
6037
+ msgstr "Ottimizza immagine"
6038
+
6039
  msgid "Full"
6040
  msgstr "Pieno"
6041
 
6069
  msgid "Stroke width"
6070
  msgstr "Spessore tratto"
6071
 
 
 
 
6072
  msgid "Inner before"
6073
  msgstr ""
6074
 
6081
  msgid "Animation duration"
6082
  msgstr "Durata animazione"
6083
 
6084
+ #, fuzzy
6085
+ #| msgid "Counter"
6086
+ msgid "Countdown"
6087
+ msgstr "Contatore"
6088
 
6089
+ msgid "Days"
6090
+ msgstr "Giorni"
6091
 
6092
+ msgid "Minutes"
6093
+ msgstr "Minuti"
6094
 
6095
+ msgid "Seconds"
6096
+ msgstr "Secondi"
6097
+
6098
+ #, fuzzy
6099
+ #| msgid "First slide changed."
6100
+ msgid "Use slide schedule"
6101
+ msgstr "Prima slide cambiata."
6102
 
6103
+ #, fuzzy
6104
+ #| msgid "You can put custom CSS classes to the slider's container."
6105
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
6106
+ msgstr "Puoi inserire classi CSS personalizzate al container dello slider."
6107
+
6108
+ msgid "Use Slide Schedule"
6109
  msgstr ""
6110
 
6111
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
6112
  msgstr ""
6113
 
6114
+ msgid ""
6115
+ "Displays the days, hours, minutes and seconds texts under the counter "
6116
+ "numbers. To display the labels in your own language, translate the texts in "
6117
+ "the language files."
6118
  msgstr ""
6119
 
6120
+ msgid "Gap"
6121
  msgstr ""
6122
 
6123
+ msgid "Creates vertical and horizontal distance between the counter elements."
6124
  msgstr ""
6125
 
6126
+ #, fuzzy
6127
+ #| msgid "Tablet scale"
6128
+ msgid "Tablet style"
6129
+ msgstr "Ridimensionamento tablet"
6130
+
6131
+ msgid "Set custom Gap and Column for tablet."
6132
  msgstr ""
6133
 
6134
+ #, fuzzy
6135
+ #| msgid "Mobile scale"
6136
+ msgid "Mobile style"
6137
+ msgstr "Ridimensionamento Mobile"
6138
+
6139
+ msgid "Set custom Gap and Column for mobile."
6140
  msgstr ""
6141
 
6142
+ #, fuzzy
6143
+ #| msgid "Actions"
6144
+ msgid "Action when ends"
6145
+ msgstr "Azioni"
6146
 
6147
+ #, fuzzy
6148
+ #| msgid "No animation"
6149
+ msgid "No action"
6150
+ msgstr "Nessuna animazione"
6151
 
6152
+ #, fuzzy
6153
+ #| msgid "Heading layer"
6154
+ msgid "Hide layer"
6155
+ msgstr "Livello titolo"
6156
 
6157
+ msgid "Redirect to URL"
6158
+ msgstr ""
6159
 
6160
+ msgid "Choose what happens after the counter reached zero."
6161
+ msgstr ""
6162
 
6163
+ msgid "This page is"
6164
  msgstr ""
6165
 
6166
+ msgid "Amazing"
6167
  msgstr ""
6168
 
6169
+ #, fuzzy, php-format
6170
+ #| msgid "Circle 1"
6171
+ msgid "Circle %d"
6172
+ msgstr "Cerchio 1"
6173
+
6174
+ #, php-format
6175
+ msgid "Curly %d"
6176
+ msgstr ""
6177
+
6178
+ #, fuzzy, php-format
6179
+ #| msgid "Highlighted text"
6180
+ msgid "Highlight %d"
6181
+ msgstr "Testo evidenziato"
6182
+
6183
+ #, fuzzy, php-format
6184
+ msgid "Line Through %d"
6185
+ msgstr "Altezza linee"
6186
+
6187
+ #, fuzzy, php-format
6188
+ #| msgid "Rectangle 1"
6189
+ msgid "Rectangle %d"
6190
+ msgstr "Rettangolo 1"
6191
+
6192
+ #, fuzzy, php-format
6193
+ #| msgid "Underline 1"
6194
+ msgid "Underline %d"
6195
+ msgstr "Sottolinea 1"
6196
 
6197
+ #, fuzzy, php-format
6198
+ #| msgid "Underline 1"
6199
+ msgid "Underline double %d"
6200
+ msgstr "Sottolinea 1"
6201
 
6202
+ #, fuzzy, php-format
6203
+ #| msgid "ZigZag 1"
6204
+ msgid "ZigZag %d"
6205
+ msgstr "ZigZag 1"
6206
 
6207
  msgid "Highlighted text"
6208
  msgstr "Testo evidenziato"
6219
  msgid "HTML"
6220
  msgstr ""
6221
 
6222
+ msgid "Empty element"
6223
+ msgstr ""
6224
+
6225
  msgid ""
6226
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6227
  "codes loaded by it. We only suggest using this layer if you are a developer. "
6332
  msgid "Icon not found"
6333
  msgstr "Icona non trovata"
6334
 
 
 
 
 
 
6335
  #, php-format
6336
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6337
  msgstr ""
6339
  msgid "Iframe"
6340
  msgstr ""
6341
 
 
 
 
6342
  msgid ""
6343
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6344
  "layer often needs code customizations what you have to do yourself, so we "
6345
  "only suggest using this layer if you are a developer!"
6346
  msgstr ""
6347
 
6348
+ #, fuzzy
6349
+ #| msgid "iframe url"
6350
+ msgid "Iframe url"
6351
  msgstr "Url iframe"
6352
 
 
 
 
6353
  msgid "You can disable the scroll on the iframe content."
6354
  msgstr ""
6355
 
6356
  #, fuzzy
6357
  #| msgid "iframe url"
6358
+ msgid "Iframe title"
6359
  msgstr "Url iframe"
6360
 
6361
  msgid "Image area"
6693
 
6694
  #, php-format
6695
  msgid ""
6696
+ "%1$s does not support the full screen API. For this reason the full screen "
6697
+ "button will not appear on %1$s devices."
 
6698
  msgstr ""
6699
 
6700
  msgid "Indicator"
6709
  msgid "Bar color"
6710
  msgstr ""
6711
 
6712
+ #~ msgctxt "Default Google font family for admin"
6713
+ #~ msgid "Montserrat"
6714
+ #~ msgstr "Montserrat"
6715
+
6716
+ #~ msgctxt "Default Google font charset for admin"
6717
+ #~ msgid "latin"
6718
+ #~ msgstr "latino"
6719
+
6720
+ #~ msgid "Character set"
6721
+ #~ msgstr "Set di caratteri"
6722
+
6723
+ #~ msgctxt "Default font sets"
6724
+ #~ msgid "latin"
6725
+ #~ msgstr "latino"
6726
+
6727
+ #~ msgid "Loop single slide"
6728
+ #~ msgstr "Ripeti singola slide"
6729
+
6730
+ #~ msgid "In case of one slide, it repeats the animation of the slide."
6731
+ #~ msgstr "Nel caso di una sola slide, si ripeterà l'animazione della slide."
6732
+
6733
+ #~ msgid "Curve 2"
6734
+ #~ msgstr "Curva 2"
6735
+
6736
+ #~ msgid "Curve 3"
6737
+ #~ msgstr "Curva 3"
6738
+
6739
+ #~ msgid "Curve 4"
6740
+ #~ msgstr "Curva 4"
6741
+
6742
+ #~ msgid "Fan 2"
6743
+ #~ msgstr "Ventaglio 2"
6744
+
6745
+ #~ msgid "Fan 3"
6746
+ #~ msgstr "Ventaglio 3"
6747
+
6748
+ #~ msgid "Incline 2"
6749
+ #~ msgstr "Inclinazione 2"
6750
+
6751
+ #~ msgid "Incline 3"
6752
+ #~ msgstr "Inclinazione 3"
6753
+
6754
+ #~ msgid "Tilt 2"
6755
+ #~ msgstr "Tilt 2"
6756
+
6757
+ #~ msgid "Triangle 2"
6758
+ #~ msgstr "Triangolo 2"
6759
+
6760
+ #~ msgid "Wave 2"
6761
+ #~ msgstr "Onda 2"
6762
+
6763
+ #~ msgid "Types"
6764
+ #~ msgstr "Tipi"
6765
+
6766
+ #~ msgid "Expired"
6767
+ #~ msgstr "Scaduto"
6768
+
6769
+ #~ msgid "Paid"
6770
+ #~ msgstr "Pagato"
6771
+
6772
+ #~ msgid "Expiration date"
6773
+ #~ msgstr "Data di scadenza"
6774
+
6775
+ #~ msgid "Supplier"
6776
+ #~ msgstr "Fornitore"
6777
+
6778
+ #~ msgid "On sale"
6779
+ #~ msgstr "In sconto"
6780
+
6781
+ #~ msgid ""
6782
+ #~ "You can write any date format (http://php.net/manual/en/function.date."
6783
+ #~ "php) in separate lines, and new variables will be created for them."
6784
+ #~ msgstr ""
6785
+ #~ "Puoi scrivere qualsiasi formato della data (http://php.net/manual/en/"
6786
+ #~ "function.date.php) in righe separate, nuove variabili verranno create per "
6787
+ #~ "loro."
6788
+
6789
+ #~ msgid ""
6790
+ #~ "Write the original text, like 'Monday' then two | signs, and the text you "
6791
+ #~ "want it to be translated to, for example 'Montag'. Together: Monday||"
6792
+ #~ "Montag"
6793
+ #~ msgstr ""
6794
+ #~ "Scrivi il testo originale, ad esempio \"Lunedì\", poi 2 | e il testo in "
6795
+ #~ "cui vuoi che sia tradotto, ad esempio \"Monday\". Insieme: Lunedì||Monday"
6796
+
6797
+ #~ msgid "Circle 2"
6798
+ #~ msgstr "Cerchio 2"
6799
+
6800
+ #~ msgid "Circle 3"
6801
+ #~ msgstr "Cerchio 3"
6802
+
6803
+ #~ msgid "Rectangle 2"
6804
+ #~ msgstr "Rettangolo 2"
6805
+
6806
+ #~ msgid "Underline 2"
6807
+ #~ msgstr "Sottolinea 2"
6808
+
6809
+ #~ msgid "Underline 3"
6810
+ #~ msgstr "Sottolinea 3"
6811
+
6812
+ #~ msgid "ZigZag 2"
6813
+ #~ msgstr "ZigZag2"
6814
+
6815
+ #~ msgid "ZigZag 3"
6816
+ #~ msgstr "ZigZag 3"
6817
+
6818
  #~ msgid "m-d-Y"
6819
  #~ msgstr "m-d-Y"
6820
 
6880
  #~ msgid "Mobile retina"
6881
  #~ msgstr "Testo mobile"
6882
 
 
 
 
6883
  #~ msgid "Hide until complete load"
6884
  #~ msgstr "Nascondi fino a completo caricamento"
6885
 
 
 
 
 
 
 
6886
  #~ msgid "Show Joomla admin footer"
6887
  #~ msgstr "Mostra il footer dell'admin di Joomla"
6888
 
Nextend/Languages/ja.mo CHANGED
Binary file
Nextend/Languages/ja.po CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: VERSION\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2021-07-23 09:55+0200\n"
7
- "PO-Revision-Date: 2021-07-23 10:02+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: ja\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
- "X-Generator: Poedit 3.0\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
18
  "X-Poedit-Flags-xgettext: --no-location\n"
@@ -27,14 +27,6 @@ msgid "Unable to contact with the licensing server, please try again later!"
27
  msgstr ""
28
  "ライセンスサーバーにアクセスできません。しばらく経ってからお試しください。"
29
 
30
- msgctxt "Default Google font family for admin"
31
- msgid "Montserrat"
32
- msgstr "モントセラト"
33
-
34
- msgctxt "Default Google font charset for admin"
35
- msgid "latin"
36
- msgstr "ラテン語"
37
-
38
  msgid "You are not allowed to upload!"
39
  msgstr "アップロードが許可されていません!"
40
 
@@ -186,6 +178,14 @@ msgstr "フロントエンド"
186
  msgid "You can load Google Fonts on the frontend."
187
  msgstr ""
188
 
 
 
 
 
 
 
 
 
189
  msgid "Backend"
190
  msgstr "バックエンド"
191
 
@@ -202,53 +202,6 @@ msgstr "斜体"
202
  msgid "Normal"
203
  msgstr "通常"
204
 
205
- msgid "Character set"
206
- msgstr "文字セット"
207
-
208
- msgctxt "Character set"
209
- msgid "Latin"
210
- msgstr "ラテン語"
211
-
212
- msgctxt "Character set"
213
- msgid "Latin Extended"
214
- msgstr "ラテン語拡張"
215
-
216
- msgctxt "Character set"
217
- msgid "Greek"
218
- msgstr "ギリシャ語"
219
-
220
- msgctxt "Character set"
221
- msgid "Greek Extended"
222
- msgstr "ギリシャ語拡張"
223
-
224
- msgctxt "Character set"
225
- msgid "Cyrillic"
226
- msgstr "キリル文字"
227
-
228
- msgctxt "Character set"
229
- msgid "Devanagari"
230
- msgstr "インド文字"
231
-
232
- msgctxt "Character set"
233
- msgid "Arabic"
234
- msgstr "アラビア語"
235
-
236
- msgctxt "Character set"
237
- msgid "Khmer"
238
- msgstr "クメール語"
239
-
240
- msgctxt "Character set"
241
- msgid "Telugu"
242
- msgstr "テルグ語"
243
-
244
- msgctxt "Character set"
245
- msgid "Vietnamese"
246
- msgstr "ベトナム語"
247
-
248
- msgctxt "Default font sets"
249
- msgid "latin"
250
- msgstr "ラテン語"
251
-
252
  msgid "Choose"
253
  msgstr "選択"
254
 
@@ -1189,15 +1142,23 @@ msgstr ""
1189
  msgid "Set"
1190
  msgstr "設定"
1191
 
 
 
 
 
 
 
 
 
 
 
 
1192
  msgid "Up"
1193
  msgstr ""
1194
 
1195
  msgid "Insert group"
1196
  msgstr "グループを挿入"
1197
 
1198
- msgid "Group"
1199
- msgstr "グループ"
1200
-
1201
  msgid "Move to trash"
1202
  msgstr ""
1203
 
@@ -1248,6 +1209,32 @@ msgstr "スライダーを削除"
1248
  msgid "delete this slide"
1249
  msgstr "スライダーを削除"
1250
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1251
  msgid "Animations"
1252
  msgstr "アニメーション"
1253
 
@@ -1494,6 +1481,11 @@ msgstr ""
1494
  msgid "JavaScript callbacks"
1495
  msgstr "JavaScript コールバック"
1496
 
 
 
 
 
 
1497
  msgid "Post IDs"
1498
  msgstr "投稿ID"
1499
 
@@ -1503,6 +1495,21 @@ msgstr "1行に1つずつ"
1503
  msgid "The cache of the posts with the given ID will be cleared upon save."
1504
  msgstr "指定されたIDを持つ投稿のキャッシュは、保存時に消去されます。"
1505
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1506
  msgid "Thumbnail"
1507
  msgstr "サムネイル"
1508
 
@@ -1580,9 +1587,6 @@ msgstr ""
1580
  msgid "Align"
1581
  msgstr "整列"
1582
 
1583
- msgid "Margin"
1584
- msgstr "マージン(外側の余白)"
1585
-
1586
  msgid "Puts a fix margin around your slider."
1587
  msgstr ""
1588
 
@@ -1595,6 +1599,11 @@ msgstr "最適化"
1595
  msgid "Loading"
1596
  msgstr "読み込み"
1597
 
 
 
 
 
 
1598
  msgid "Instant"
1599
  msgstr ""
1600
 
@@ -1604,11 +1613,6 @@ msgstr ""
1604
  msgid "After delay"
1605
  msgstr ""
1606
 
1607
- #, fuzzy
1608
- #| msgid "Loading"
1609
- msgid "Loading type"
1610
- msgstr "読み込み"
1611
-
1612
  msgid ""
1613
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1614
  "you can load it only after the page has loaded."
@@ -1800,6 +1804,11 @@ msgid ""
1800
  "the result with the filling modes."
1801
  msgstr ""
1802
 
 
 
 
 
 
1803
  msgid "Randomize"
1804
  msgstr "ランダム表示"
1805
 
@@ -2096,14 +2105,17 @@ msgstr "大好きです"
2096
  msgid "Why upgrade to Smart Slider 3 Pro?"
2097
  msgstr ""
2098
 
2099
- msgid "120+ slider templates"
 
2100
  msgstr ""
2101
 
2102
  msgid "Full slide library access"
2103
  msgstr ""
2104
 
2105
- msgid "20 new layers"
2106
- msgstr ""
 
 
2107
 
2108
  msgid "Extra advanced options"
2109
  msgstr ""
@@ -2172,9 +2184,6 @@ msgstr "グラデーション"
2172
  msgid "Color end"
2173
  msgstr ""
2174
 
2175
- msgid "Max width"
2176
- msgstr "最大幅"
2177
-
2178
  msgid "Position"
2179
  msgstr ""
2180
 
@@ -2347,6 +2356,11 @@ msgid ""
2347
  "background correctly."
2348
  msgstr ""
2349
 
 
 
 
 
 
2350
  msgid "Blur"
2351
  msgstr "ぼかし"
2352
 
@@ -2505,9 +2519,6 @@ msgstr "スケールアップ"
2505
  msgid "Scale down"
2506
  msgstr "スケールダウン"
2507
 
2508
- msgid "Edit"
2509
- msgstr "編集"
2510
-
2511
  msgid "Static overlay"
2512
  msgstr "静的オーバーレイ"
2513
 
@@ -2565,8 +2576,10 @@ msgstr "上へスライド"
2565
  msgid "Drop images here"
2566
  msgstr "デスクトップ画像はありません!"
2567
 
2568
- msgid "Edit slider"
2569
- msgstr ""
 
 
2570
 
2571
  #, fuzzy
2572
  #| msgid "View tweet"
@@ -2598,9 +2611,31 @@ msgstr "古い順"
2598
  msgid "Export"
2599
  msgstr "エクスポート"
2600
 
 
 
 
 
 
 
 
 
 
 
 
 
2601
  msgid "New project"
2602
  msgstr ""
2603
 
 
 
 
 
 
 
 
 
 
 
2604
  msgid "Module"
2605
  msgstr ""
2606
 
@@ -3127,8 +3162,8 @@ msgstr "ジェネレーター設定"
3127
  msgid "Cache expiration"
3128
  msgstr ""
3129
 
3130
- msgid "hours"
3131
- msgstr ""
3132
 
3133
  msgid "Start index"
3134
  msgstr ""
@@ -3223,19 +3258,19 @@ msgid "Add column"
3223
  msgstr ""
3224
 
3225
  msgid "Year"
3226
- msgstr ""
3227
 
3228
  msgid "Month"
3229
- msgstr ""
3230
 
3231
  msgid "Day"
3232
- msgstr ""
3233
 
3234
  msgid "Hour"
3235
- msgstr ""
3236
 
3237
  msgid "Minute"
3238
- msgstr ""
3239
 
3240
  msgid "Stack"
3241
  msgstr "スタック"
@@ -3595,13 +3630,18 @@ msgstr ""
3595
  msgid "Whole group"
3596
  msgstr "グループ全体"
3597
 
3598
- msgid "Select slider"
 
 
3599
  msgstr "スライダーを選択"
3600
 
3601
  msgid "OR"
3602
  msgstr "または"
3603
 
3604
- msgid "Select A Slider"
 
 
 
3605
  msgstr ""
3606
 
3607
  msgctxt "Button layer default text"
@@ -3754,13 +3794,6 @@ msgstr "非表示時"
3754
  msgid "You can pause the video when the visitor scrolls away from the slider"
3755
  msgstr ""
3756
 
3757
- msgid "Private video"
3758
- msgstr ""
3759
-
3760
- msgid ""
3761
- "Turn it on to remove the admin warning that your video is not accessible."
3762
- msgstr ""
3763
-
3764
  msgid "Display"
3765
  msgstr "表示設定"
3766
 
@@ -3934,16 +3967,16 @@ msgid ""
3934
  "last one."
3935
  msgstr ""
3936
 
3937
- msgid "Shifted"
 
 
 
3938
  msgstr ""
3939
 
3940
- msgid "The background and the main animation plays simultaneously or shifted."
3941
  msgstr ""
3942
 
3943
- msgid "Loop single slide"
3944
- msgstr "スライドが1枚のみの場合でもループする"
3945
-
3946
- msgid "In case of one slide, it repeats the animation of the slide."
3947
  msgstr ""
3948
 
3949
  msgid "Slider CSS Preset"
@@ -4117,6 +4150,46 @@ msgstr "ランダム表示"
4117
  msgid "My text animations"
4118
  msgstr ""
4119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4120
  msgid "Slices - Single"
4121
  msgstr "スライス - シングル"
4122
 
@@ -4511,9 +4584,6 @@ msgstr "テキストバー"
4511
  msgid "Bullets"
4512
  msgstr "ページコントロール"
4513
 
4514
- msgid "Bullet"
4515
- msgstr ""
4516
-
4517
  msgid "Side"
4518
  msgstr ""
4519
 
@@ -4712,42 +4782,27 @@ msgstr ""
4712
  msgid "Sparkling"
4713
  msgstr "スパークリング"
4714
 
4715
- msgid "Curve 1"
 
 
4716
  msgstr "カーブ1"
4717
 
4718
- msgid "Curve 2"
4719
- msgstr "カーブ2"
4720
-
4721
- msgid "Curve 3"
4722
- msgstr "カーブ3"
4723
-
4724
- msgid "Curve 4"
4725
- msgstr "カーブ4"
4726
-
4727
  msgid "Curves"
4728
  msgstr "カーブ"
4729
 
4730
- msgid "Fan 1"
 
 
4731
  msgstr "ファン1"
4732
 
4733
- msgid "Fan 2"
4734
- msgstr "ファン2"
4735
-
4736
- msgid "Fan 3"
4737
- msgstr "ファン3"
4738
-
4739
  msgid "Hills"
4740
  msgstr "丘"
4741
 
4742
- msgid "Incline 1"
 
 
4743
  msgstr "角度上昇1"
4744
 
4745
- msgid "Incline 2"
4746
- msgstr "角度上昇2"
4747
-
4748
- msgid "Incline 3"
4749
- msgstr "角度上昇3"
4750
-
4751
  msgid "Inverse arrow"
4752
  msgstr "逆矢印"
4753
 
@@ -4757,27 +4812,33 @@ msgstr "長方形"
4757
  msgid "Slopes"
4758
  msgstr "傾斜"
4759
 
4760
- msgid "Tilt 1"
 
 
4761
  msgstr "傾斜1"
4762
 
4763
- msgid "Tilt 2"
4764
- msgstr "傾斜2"
4765
-
4766
- msgid "Triangle 1"
4767
  msgstr "三角形1"
4768
 
4769
- msgid "Triangle 2"
4770
- msgstr "三角形2"
4771
-
4772
- msgid "Wave 1"
4773
  msgstr "波1"
4774
 
4775
- msgid "Wave 2"
4776
- msgstr "波2"
4777
-
4778
  msgid "Waves"
4779
  msgstr "波"
4780
 
 
 
 
 
 
 
 
 
 
4781
  msgid "2 Colors"
4782
  msgstr "2色"
4783
 
@@ -4799,8 +4860,10 @@ msgstr ""
4799
  #, php-format
4800
  msgid ""
4801
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4802
- "order to use this generator! - %2$s How to get SSL for my WordPress site? "
4803
- "%3$s"
 
 
4804
  msgstr ""
4805
 
4806
  #, php-format
@@ -4928,6 +4991,9 @@ msgstr ""
4928
  msgid "Source folder"
4929
  msgstr ""
4930
 
 
 
 
4931
  msgid "Remove resized images"
4932
  msgstr ""
4933
 
@@ -4938,6 +5004,22 @@ msgid ""
4938
  "because it's the same image, just in a smaller size."
4939
  msgstr ""
4940
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4941
  msgid "Filename"
4942
  msgstr "ファイル名"
4943
 
@@ -4957,6 +5039,39 @@ msgid ""
4957
  "from here:"
4958
  msgstr ""
4959
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4960
  msgid "JSON from url"
4961
  msgstr ""
4962
 
@@ -4992,6 +5107,11 @@ msgstr ""
4992
  msgid "Images"
4993
  msgstr "画像"
4994
 
 
 
 
 
 
4995
  msgid "Timezone offset in hours. For example: +2 or -7."
4996
  msgstr ""
4997
 
@@ -5037,54 +5157,6 @@ msgstr "オプション"
5037
  msgid "Creates slides from %1$s content."
5038
  msgstr ""
5039
 
5040
- msgid "Items"
5041
- msgstr ""
5042
-
5043
- msgid "Locations"
5044
- msgstr ""
5045
-
5046
- msgid "Types"
5047
- msgstr "Types"
5048
-
5049
- msgid "Expired"
5050
- msgstr "期限切れ"
5051
-
5052
- msgid "Started"
5053
- msgstr ""
5054
-
5055
- msgid "Auction"
5056
- msgstr "オークション"
5057
-
5058
- msgid "Negotiable price"
5059
- msgstr "交渉可能な価格"
5060
-
5061
- msgid "Blocked by User"
5062
- msgstr "ユーザーによってブロック"
5063
-
5064
- msgid "Paid"
5065
- msgstr ""
5066
-
5067
- msgid "Buynow"
5068
- msgstr "今すぐ購入"
5069
-
5070
- msgid "Menu item (item ID)"
5071
- msgstr "メニューアイテム (アイテムID)"
5072
-
5073
- msgid ""
5074
- "Your url will point to the item within this menu item. You will only get a "
5075
- "good result, if you will pick one of your DJ Classifields menu items or "
5076
- "leave it on 'Default'."
5077
- msgstr ""
5078
-
5079
- msgid "Start date"
5080
- msgstr "開始日"
5081
-
5082
- msgid "Expiration date"
5083
- msgstr "期限日"
5084
-
5085
- msgid "Price"
5086
- msgstr "価格"
5087
-
5088
  msgid "Include subcategories"
5089
  msgstr ""
5090
 
@@ -5136,6 +5208,9 @@ msgstr ""
5136
  msgid "Banned user IDs"
5137
  msgstr ""
5138
 
 
 
 
5139
  msgid "Ended"
5140
  msgstr ""
5141
 
@@ -5221,12 +5296,18 @@ msgstr ""
5221
  msgid "Manufacturer language"
5222
  msgstr ""
5223
 
5224
- msgid "Product name"
5225
- msgstr "製品名"
 
 
 
5226
 
5227
  msgid "Product ID"
5228
  msgstr "製品ID"
5229
 
 
 
 
5230
  msgid "Recurring"
5231
  msgstr "繰り返し"
5232
 
@@ -5242,6 +5323,12 @@ msgstr "定期的なイベントの親のみ"
5242
  msgid "Only not recurring events"
5243
  msgstr "定期的なイベントでない"
5244
 
 
 
 
 
 
 
5245
  msgid "End date"
5246
  msgstr "終了日"
5247
 
@@ -5284,6 +5371,12 @@ msgstr ""
5284
  msgid "Only display items with these IDs"
5285
  msgstr ""
5286
 
 
 
 
 
 
 
5287
  msgid "Brand"
5288
  msgstr "ブランド"
5289
 
@@ -5322,13 +5415,10 @@ msgstr ""
5322
  msgid "Date language"
5323
  msgstr ""
5324
 
5325
- msgid "Offset value"
5326
  msgstr ""
5327
 
5328
- msgid ""
5329
- "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5330
- "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5331
- "setting will be used."
5332
  msgstr ""
5333
 
5334
  msgid "Status"
@@ -5340,6 +5430,9 @@ msgstr "ごみ箱"
5340
  msgid "Ask down all product images"
5341
  msgstr ""
5342
 
 
 
 
5343
  msgid "View item"
5344
  msgstr ""
5345
 
@@ -5349,15 +5442,6 @@ msgstr ""
5349
  msgid "View image"
5350
  msgstr "画像を表示"
5351
 
5352
- msgid "Supplier"
5353
- msgstr "供給者"
5354
-
5355
- msgid "On sale"
5356
- msgstr ""
5357
-
5358
- msgid "Discount price"
5359
- msgstr ""
5360
-
5361
  msgid "All day event"
5362
  msgstr ""
5363
 
@@ -5367,35 +5451,6 @@ msgstr ""
5367
  msgid "Show parent products only"
5368
  msgstr "親のプロダクトのみ表示"
5369
 
5370
- #, php-format
5371
- msgid "Creates slides from %1$s events."
5372
- msgstr ""
5373
-
5374
- msgid "Create custom date variables"
5375
- msgstr "カスタム日付変数を作成"
5376
-
5377
- msgid ""
5378
- "You can write any date format (http://php.net/manual/en/function.date.php) "
5379
- "in separate lines, and new variables will be created for them."
5380
- msgstr ""
5381
-
5382
- msgid ""
5383
- "Write the original text, like 'Monday' then two | signs, and the text you "
5384
- "want it to be translated to, for example 'Montag'. Together: Monday||Montag"
5385
- msgstr ""
5386
-
5387
- msgid "Event start date"
5388
- msgstr "イベント開始日"
5389
-
5390
- msgid "Event end date"
5391
- msgstr "イベント終了日"
5392
-
5393
- msgid "Event creation date"
5394
- msgstr ""
5395
-
5396
- msgid "Event modification date"
5397
- msgstr ""
5398
-
5399
  #, php-format
5400
  msgid "Creates slides from %1$s galleries."
5401
  msgstr ""
@@ -5418,6 +5473,10 @@ msgstr ""
5418
  msgid "No options given"
5419
  msgstr ""
5420
 
 
 
 
 
5421
  msgid "Exclude event IDs (One ID per line)"
5422
  msgstr ""
5423
 
@@ -5472,9 +5531,21 @@ msgstr "会場"
5472
  msgid "Hide From Event Listings"
5473
  msgstr ""
5474
 
 
 
 
 
 
 
5475
  msgid "Event cost"
5476
  msgstr ""
5477
 
 
 
 
 
 
 
5478
  msgid "Metakey name"
5479
  msgstr ""
5480
 
@@ -5519,6 +5590,12 @@ msgstr ""
5519
  msgid "No limit"
5520
  msgstr "無制限"
5521
 
 
 
 
 
 
 
5522
  msgid "Downloadable"
5523
  msgstr "ダウンロード可能"
5524
 
@@ -5703,6 +5780,14 @@ msgstr ""
5703
  msgid "Vertical pendulum 3D"
5704
  msgstr ""
5705
 
 
 
 
 
 
 
 
 
5706
  msgid "Before text"
5707
  msgstr "文字の前"
5708
 
@@ -5784,6 +5869,125 @@ msgstr "進行"
5784
  msgid "Time"
5785
  msgstr "時間"
5786
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5787
  msgid "Full"
5788
  msgstr ""
5789
 
@@ -5817,9 +6021,6 @@ msgstr ""
5817
  msgid "Stroke width"
5818
  msgstr ""
5819
 
5820
- msgid "Labels"
5821
- msgstr ""
5822
-
5823
  msgid "Inner before"
5824
  msgstr ""
5825
 
@@ -5832,68 +6033,128 @@ msgstr ""
5832
  msgid "Animation duration"
5833
  msgstr "アニメーション期間"
5834
 
5835
- msgid "Circle 1"
5836
- msgstr "円1"
 
 
5837
 
5838
- msgid "Circle 2"
5839
- msgstr "円2"
5840
 
5841
- msgid "Circle 3"
5842
- msgstr "円3"
5843
 
5844
- msgid "Curly 1"
5845
- msgstr "巻き1"
5846
 
5847
- msgid "Curly 2"
5848
- msgstr "巻き2"
 
 
5849
 
5850
- msgid "Highlight 1"
5851
- msgstr "ハイライト1"
5852
 
5853
- msgid "Highlight 2"
5854
- msgstr "ハイライト2"
5855
 
5856
- msgid "Highlight 3"
5857
- msgstr "ハイライト3"
5858
 
5859
- msgid "Line Through 1"
5860
- msgstr "ラインスルー1"
 
 
 
5861
 
5862
- msgid "Line Through 2"
5863
- msgstr "ラインスルー2"
5864
 
5865
- msgid "Line Through 3"
5866
- msgstr "ラインスルー3"
5867
 
5868
- msgid "Rectangle 1"
5869
- msgstr "長方形1"
 
 
5870
 
5871
- msgid "Rectangle 2"
5872
- msgstr "長方形2"
5873
 
5874
- msgid "Underline 1"
5875
- msgstr "下線1"
 
 
5876
 
5877
- msgid "Underline 2"
5878
- msgstr "下線2"
5879
 
5880
- msgid "Underline 3"
5881
- msgstr "下線3"
 
 
5882
 
5883
- msgid "Underline double 1"
5884
- msgstr "二重線1"
 
 
5885
 
5886
- msgid "Underline double 2"
5887
- msgstr "二重線2"
 
 
5888
 
5889
- msgid "ZigZag 1"
5890
- msgstr "ジグザグ1"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5891
 
5892
- msgid "ZigZag 2"
5893
- msgstr "ジグザグ2"
 
 
5894
 
5895
- msgid "ZigZag 3"
5896
- msgstr "ジグザグ3"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5897
 
5898
  msgid "Highlighted text"
5899
  msgstr "ハイライト付きテキスト"
@@ -5910,6 +6171,9 @@ msgstr "ループ遅延"
5910
  msgid "HTML"
5911
  msgstr ""
5912
 
 
 
 
5913
  msgid ""
5914
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
5915
  "codes loaded by it. We only suggest using this layer if you are a developer. "
@@ -6017,11 +6281,6 @@ msgstr "大文字のローマ数字"
6017
  msgid "Icon not found"
6018
  msgstr "アイコンが見つかりません"
6019
 
6020
- #, fuzzy
6021
- #| msgid "Previous label"
6022
- msgid "Aria label"
6023
- msgstr "前のラベル"
6024
-
6025
  #, php-format
6026
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6027
  msgstr ""
@@ -6029,27 +6288,23 @@ msgstr ""
6029
  msgid "Iframe"
6030
  msgstr ""
6031
 
6032
- msgid "iframe"
6033
- msgstr ""
6034
-
6035
  msgid ""
6036
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6037
  "layer often needs code customizations what you have to do yourself, so we "
6038
  "only suggest using this layer if you are a developer!"
6039
  msgstr ""
6040
 
6041
- msgid "iframe url"
 
 
6042
  msgstr "iframeのURL"
6043
 
6044
- msgid "Yes"
6045
- msgstr "はい"
6046
-
6047
  msgid "You can disable the scroll on the iframe content."
6048
  msgstr ""
6049
 
6050
  #, fuzzy
6051
  #| msgid "iframe url"
6052
- msgid "iframe title"
6053
  msgstr "iframeのURL"
6054
 
6055
  msgid "Image area"
@@ -6387,9 +6642,8 @@ msgstr "全画面表示"
6387
 
6388
  #, php-format
6389
  msgid ""
6390
- "%1$s %2$s does not support the full screen API %3$s so other elements of the "
6391
- "page may overlap the slider in Fullscreen mode. To avoid such problems, we "
6392
- "suggest hiding the Fullscreen control from mobile view!"
6393
  msgstr ""
6394
 
6395
  msgid "Indicator"
@@ -6404,6 +6658,163 @@ msgstr ""
6404
  msgid "Bar color"
6405
  msgstr ""
6406
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6407
  #~ msgid "m-d-Y"
6408
  #~ msgstr "m-d-Y"
6409
 
@@ -6450,9 +6861,6 @@ msgstr ""
6450
  #~ msgid "Read docs"
6451
  #~ msgstr "もっと読む"
6452
 
6453
- #~ msgid "Loading animation"
6454
- #~ msgstr "読み込み時のアニメーション"
6455
-
6456
  #~ msgid "Load jQuery on frontend"
6457
  #~ msgstr "フロントエンドでjQueryを読み込む"
6458
 
@@ -6465,16 +6873,6 @@ msgstr ""
6465
  #~ msgid "Inline"
6466
  #~ msgstr "インライン"
6467
 
6468
- #, fuzzy
6469
- #~| msgid "Tablet text"
6470
- #~ msgid "Tablet size"
6471
- #~ msgstr "タブレットのテキスト"
6472
-
6473
- #, fuzzy
6474
- #~| msgid "Mobile text"
6475
- #~ msgid "Mobile size"
6476
- #~ msgstr "モバイルのテキスト"
6477
-
6478
  #~ msgid "Minimum thumbnail count"
6479
  #~ msgstr "最小サムネイル数"
6480
 
3
  msgstr ""
4
  "Project-Id-Version: VERSION\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
7
+ "PO-Revision-Date: 2022-05-17 14:14+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: ja\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
+ "X-Generator: Poedit 3.0.1\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
18
  "X-Poedit-Flags-xgettext: --no-location\n"
27
  msgstr ""
28
  "ライセンスサーバーにアクセスできません。しばらく経ってからお試しください。"
29
 
 
 
 
 
 
 
 
 
30
  msgid "You are not allowed to upload!"
31
  msgstr "アップロードが許可されていません!"
32
 
178
  msgid "You can load Google Fonts on the frontend."
179
  msgstr ""
180
 
181
+ msgid "Save fonts locally"
182
+ msgstr ""
183
+
184
+ msgid ""
185
+ "You can store the used Google Fonts on your server. This way all Google "
186
+ "Fonts will load from your own domain."
187
+ msgstr ""
188
+
189
  msgid "Backend"
190
  msgstr "バックエンド"
191
 
202
  msgid "Normal"
203
  msgstr "通常"
204
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  msgid "Choose"
206
  msgstr "選択"
207
 
1142
  msgid "Set"
1143
  msgstr "設定"
1144
 
1145
+ msgid "Edit"
1146
+ msgstr "編集"
1147
+
1148
+ msgid "Group"
1149
+ msgstr "グループ"
1150
+
1151
+ #, fuzzy
1152
+ #| msgid "Slider"
1153
+ msgid "Edit Slider"
1154
+ msgstr "スライダー"
1155
+
1156
  msgid "Up"
1157
  msgstr ""
1158
 
1159
  msgid "Insert group"
1160
  msgstr "グループを挿入"
1161
 
 
 
 
1162
  msgid "Move to trash"
1163
  msgstr ""
1164
 
1209
  msgid "delete this slide"
1210
  msgstr "スライダーを削除"
1211
 
1212
+ msgid "Max width"
1213
+ msgstr "最大幅"
1214
+
1215
+ msgid "Margin"
1216
+ msgstr "マージン(外側の余白)"
1217
+
1218
+ #, fuzzy
1219
+ #| msgid "Top"
1220
+ msgid "top"
1221
+ msgstr "上"
1222
+
1223
+ #, fuzzy
1224
+ #| msgid "Light"
1225
+ msgid "right"
1226
+ msgstr "細い"
1227
+
1228
+ #, fuzzy
1229
+ #| msgid "Bottom"
1230
+ msgid "bottom"
1231
+ msgstr "下"
1232
+
1233
+ #, fuzzy
1234
+ #| msgid "To left"
1235
+ msgid "left"
1236
+ msgstr "左へ"
1237
+
1238
  msgid "Animations"
1239
  msgstr "アニメーション"
1240
 
1481
  msgid "JavaScript callbacks"
1482
  msgstr "JavaScript コールバック"
1483
 
1484
+ #, fuzzy
1485
+ #| msgid "Loading animation"
1486
+ msgid "Loading animation waiting time"
1487
+ msgstr "読み込み時のアニメーション"
1488
+
1489
  msgid "Post IDs"
1490
  msgstr "投稿ID"
1491
 
1495
  msgid "The cache of the posts with the given ID will be cleared upon save."
1496
  msgstr "指定されたIDを持つ投稿のキャッシュは、保存時に消去されます。"
1497
 
1498
+ #, fuzzy
1499
+ #| msgid "Select slider"
1500
+ msgid "Fallback slider"
1501
+ msgstr "スライダーを選択"
1502
+
1503
+ #, fuzzy
1504
+ #| msgid "Alias"
1505
+ msgid "ID or Alias"
1506
+ msgstr "別名"
1507
+
1508
+ msgid ""
1509
+ "Select another slider by its ID or Alias that displays if your current "
1510
+ "slider has no published slides."
1511
+ msgstr ""
1512
+
1513
  msgid "Thumbnail"
1514
  msgstr "サムネイル"
1515
 
1587
  msgid "Align"
1588
  msgstr "整列"
1589
 
 
 
 
1590
  msgid "Puts a fix margin around your slider."
1591
  msgstr ""
1592
 
1599
  msgid "Loading"
1600
  msgstr "読み込み"
1601
 
1602
+ #, fuzzy
1603
+ #| msgid "Loading"
1604
+ msgid "Loading type"
1605
+ msgstr "読み込み"
1606
+
1607
  msgid "Instant"
1608
  msgstr ""
1609
 
1613
  msgid "After delay"
1614
  msgstr ""
1615
 
 
 
 
 
 
1616
  msgid ""
1617
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1618
  "you can load it only after the page has loaded."
1804
  "the result with the filling modes."
1805
  msgstr ""
1806
 
1807
+ #, fuzzy
1808
+ #| msgid "Background color"
1809
+ msgid "Background Blur"
1810
+ msgstr "背景色"
1811
+
1812
  msgid "Randomize"
1813
  msgstr "ランダム表示"
1814
 
2105
  msgid "Why upgrade to Smart Slider 3 Pro?"
2106
  msgstr ""
2107
 
2108
+ #, php-format
2109
+ msgid "%d+ slider templates"
2110
  msgstr ""
2111
 
2112
  msgid "Full slide library access"
2113
  msgstr ""
2114
 
2115
+ #, fuzzy, php-format
2116
+ #| msgid "Heading layer"
2117
+ msgid "%d new layers"
2118
+ msgstr "見出しレイヤー"
2119
 
2120
  msgid "Extra advanced options"
2121
  msgstr ""
2184
  msgid "Color end"
2185
  msgstr ""
2186
 
 
 
 
2187
  msgid "Position"
2188
  msgstr ""
2189
 
2356
  "background correctly."
2357
  msgstr ""
2358
 
2359
+ #, fuzzy
2360
+ #| msgid "Background color"
2361
+ msgid "Background blur"
2362
+ msgstr "背景色"
2363
+
2364
  msgid "Blur"
2365
  msgstr "ぼかし"
2366
 
2519
  msgid "Scale down"
2520
  msgstr "スケールダウン"
2521
 
 
 
 
2522
  msgid "Static overlay"
2523
  msgstr "静的オーバーレイ"
2524
 
2576
  msgid "Drop images here"
2577
  msgstr "デスクトップ画像はありません!"
2578
 
2579
+ #, fuzzy
2580
+ #| msgid "Search results only"
2581
+ msgid "Search Project"
2582
+ msgstr "検索結果のみ"
2583
 
2584
  #, fuzzy
2585
  #| msgid "View tweet"
2611
  msgid "Export"
2612
  msgstr "エクスポート"
2613
 
2614
+ #, fuzzy
2615
+ #| msgid "Showcase"
2616
+ msgid "Show"
2617
+ msgstr "ショーケース"
2618
+
2619
+ #, php-format
2620
+ msgid "Showing %s to %s of %s projects"
2621
+ msgstr ""
2622
+
2623
+ msgid "No projects to show"
2624
+ msgstr ""
2625
+
2626
  msgid "New project"
2627
  msgstr ""
2628
 
2629
+ msgid "Sorry we couldn’t find any matches"
2630
+ msgstr ""
2631
+
2632
+ msgid "Please try searching with another term."
2633
+ msgstr ""
2634
+
2635
+ #, php-format
2636
+ msgid "Showing %s results for %s."
2637
+ msgstr ""
2638
+
2639
  msgid "Module"
2640
  msgstr ""
2641
 
3162
  msgid "Cache expiration"
3163
  msgstr ""
3164
 
3165
+ msgid "Hours"
3166
+ msgstr "時間"
3167
 
3168
  msgid "Start index"
3169
  msgstr ""
3258
  msgstr ""
3259
 
3260
  msgid "Year"
3261
+ msgstr ""
3262
 
3263
  msgid "Month"
3264
+ msgstr ""
3265
 
3266
  msgid "Day"
3267
+ msgstr ""
3268
 
3269
  msgid "Hour"
3270
+ msgstr "時間"
3271
 
3272
  msgid "Minute"
3273
+ msgstr ""
3274
 
3275
  msgid "Stack"
3276
  msgstr "スタック"
3630
  msgid "Whole group"
3631
  msgstr "グループ全体"
3632
 
3633
+ #, fuzzy
3634
+ #| msgid "Select slider"
3635
+ msgid "Select Slider"
3636
  msgstr "スライダーを選択"
3637
 
3638
  msgid "OR"
3639
  msgstr "または"
3640
 
3641
+ msgid "Insert a slider into your content"
3642
+ msgstr ""
3643
+
3644
+ msgid "Select the slider you want to insert."
3645
  msgstr ""
3646
 
3647
  msgctxt "Button layer default text"
3794
  msgid "You can pause the video when the visitor scrolls away from the slider"
3795
  msgstr ""
3796
 
 
 
 
 
 
 
 
3797
  msgid "Display"
3798
  msgstr "表示設定"
3799
 
3967
  "last one."
3968
  msgstr ""
3969
 
3970
+ msgid ""
3971
+ "Background animations only work on the slide background images, which have "
3972
+ "Fill selected at their Fill mode. They don't affect any images if the "
3973
+ "background parallax is enabled."
3974
  msgstr ""
3975
 
3976
+ msgid "Shifted"
3977
  msgstr ""
3978
 
3979
+ msgid "The background and the main animation plays simultaneously or shifted."
 
 
 
3980
  msgstr ""
3981
 
3982
  msgid "Slider CSS Preset"
4150
  msgid "My text animations"
4151
  msgstr ""
4152
 
4153
+ msgid "Morph - Wave"
4154
+ msgstr ""
4155
+
4156
+ msgid "Morph - Brush"
4157
+ msgstr ""
4158
+
4159
+ msgid "Morph - Flow"
4160
+ msgstr ""
4161
+
4162
+ msgid "Morph - Noise"
4163
+ msgstr ""
4164
+
4165
+ msgid "Distortion - Mosaic"
4166
+ msgstr ""
4167
+
4168
+ #, fuzzy
4169
+ #| msgid "Slices - Triangle"
4170
+ msgid "Distortion - Triangle"
4171
+ msgstr "スライス - 三角形"
4172
+
4173
+ msgid "Distortion - Flow"
4174
+ msgstr ""
4175
+
4176
+ msgid "Distortion - Warp"
4177
+ msgstr ""
4178
+
4179
+ msgid "Distortion - Storm"
4180
+ msgstr ""
4181
+
4182
+ #, fuzzy
4183
+ #| msgid "Registration start date"
4184
+ msgid "Distortion - Wave"
4185
+ msgstr "登録開始日"
4186
+
4187
+ msgid "Distortion - Shard"
4188
+ msgstr ""
4189
+
4190
+ msgid "Distortion - Noise"
4191
+ msgstr ""
4192
+
4193
  msgid "Slices - Single"
4194
  msgstr "スライス - シングル"
4195
 
4584
  msgid "Bullets"
4585
  msgstr "ページコントロール"
4586
 
 
 
 
4587
  msgid "Side"
4588
  msgstr ""
4589
 
4782
  msgid "Sparkling"
4783
  msgstr "スパークリング"
4784
 
4785
+ #, fuzzy, php-format
4786
+ #| msgid "Curve 1"
4787
+ msgid "Curve %d"
4788
  msgstr "カーブ1"
4789
 
 
 
 
 
 
 
 
 
 
4790
  msgid "Curves"
4791
  msgstr "カーブ"
4792
 
4793
+ #, fuzzy, php-format
4794
+ #| msgid "Fan 1"
4795
+ msgid "Fan %d"
4796
  msgstr "ファン1"
4797
 
 
 
 
 
 
 
4798
  msgid "Hills"
4799
  msgstr "丘"
4800
 
4801
+ #, fuzzy, php-format
4802
+ #| msgid "Incline 1"
4803
+ msgid "Incline %d"
4804
  msgstr "角度上昇1"
4805
 
 
 
 
 
 
 
4806
  msgid "Inverse arrow"
4807
  msgstr "逆矢印"
4808
 
4812
  msgid "Slopes"
4813
  msgstr "傾斜"
4814
 
4815
+ #, fuzzy, php-format
4816
+ #| msgid "Tilt 1"
4817
+ msgid "Tilt %d"
4818
  msgstr "傾斜1"
4819
 
4820
+ #, fuzzy, php-format
4821
+ #| msgid "Triangle 1"
4822
+ msgid "Triangle %d"
 
4823
  msgstr "三角形1"
4824
 
4825
+ #, fuzzy, php-format
4826
+ #| msgid "Wave 1"
4827
+ msgid "Wave %d"
 
4828
  msgstr "波1"
4829
 
 
 
 
4830
  msgid "Waves"
4831
  msgstr "波"
4832
 
4833
+ #, fuzzy, php-format
4834
+ #| msgid "Columns"
4835
+ msgid "Columns %d"
4836
+ msgstr "列"
4837
+
4838
+ #, php-format
4839
+ msgid "Paper %d"
4840
+ msgstr ""
4841
+
4842
  msgid "2 Colors"
4843
  msgstr "2色"
4844
 
4860
  #, php-format
4861
  msgid ""
4862
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4863
+ "order to use this generator!"
4864
+ msgstr ""
4865
+
4866
+ msgid "How to get SSL for my website?"
4867
  msgstr ""
4868
 
4869
  #, php-format
4991
  msgid "Source folder"
4992
  msgstr ""
4993
 
4994
+ msgid "Filename based exclusion"
4995
+ msgstr ""
4996
+
4997
  msgid "Remove resized images"
4998
  msgstr ""
4999
 
5004
  "because it's the same image, just in a smaller size."
5005
  msgstr ""
5006
 
5007
+ msgid "Filename has to contain"
5008
+ msgstr ""
5009
+
5010
+ msgid ""
5011
+ "Only those images will be asked down, which have the given texts within "
5012
+ "their filenames. You can write down multiple texts separated by comma."
5013
+ msgstr ""
5014
+
5015
+ msgid "Filename cannot contain"
5016
+ msgstr ""
5017
+
5018
+ msgid ""
5019
+ "Only those images will be asked down, which don't have the given texts "
5020
+ "within their filenames. You can write down multiple texts separated by comma."
5021
+ msgstr ""
5022
+
5023
  msgid "Filename"
5024
  msgstr "ファイル名"
5025
 
5039
  "from here:"
5040
  msgstr ""
5041
 
5042
+ msgid "The App ID and the Secret is empty!"
5043
+ msgstr ""
5044
+
5045
+ msgid "The token will expire at:"
5046
+ msgstr ""
5047
+
5048
+ msgid "Access token was not returned.Please check the credentials!"
5049
+ msgstr ""
5050
+
5051
+ msgid "The token expired. Please request new token!"
5052
+ msgstr ""
5053
+
5054
+ msgid "The token will expire in two days! Please refresh the token!"
5055
+ msgstr ""
5056
+
5057
+ msgid "Refresh Token"
5058
+ msgstr ""
5059
+
5060
+ msgid "Refresh"
5061
+ msgstr ""
5062
+
5063
+ msgid "Album loading method"
5064
+ msgstr ""
5065
+
5066
+ msgid "Load first images only"
5067
+ msgstr ""
5068
+
5069
+ msgid "Load album images separately"
5070
+ msgstr ""
5071
+
5072
+ msgid "Load Album images as record data"
5073
+ msgstr ""
5074
+
5075
  msgid "JSON from url"
5076
  msgstr ""
5077
 
5107
  msgid "Images"
5108
  msgstr "画像"
5109
 
5110
+ #, fuzzy
5111
+ #| msgid "Offset"
5112
+ msgid "Offset hours"
5113
+ msgstr "オフセット"
5114
+
5115
  msgid "Timezone offset in hours. For example: +2 or -7."
5116
  msgstr ""
5117
 
5157
  msgid "Creates slides from %1$s content."
5158
  msgstr ""
5159
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5160
  msgid "Include subcategories"
5161
  msgstr ""
5162
 
5208
  msgid "Banned user IDs"
5209
  msgstr ""
5210
 
5211
+ msgid "Started"
5212
+ msgstr ""
5213
+
5214
  msgid "Ended"
5215
  msgstr ""
5216
 
5296
  msgid "Manufacturer language"
5297
  msgstr ""
5298
 
5299
+ msgid "Price"
5300
+ msgstr "価格"
5301
+
5302
+ msgid "Product name"
5303
+ msgstr "製品名"
5304
 
5305
  msgid "Product ID"
5306
  msgstr "製品ID"
5307
 
5308
+ msgid "Locations"
5309
+ msgstr ""
5310
+
5311
  msgid "Recurring"
5312
  msgstr "繰り返し"
5313
 
5323
  msgid "Only not recurring events"
5324
  msgstr "定期的なイベントでない"
5325
 
5326
+ msgid "Menu item (item ID)"
5327
+ msgstr "メニューアイテム (アイテムID)"
5328
+
5329
+ msgid "Start date"
5330
+ msgstr "開始日"
5331
+
5332
  msgid "End date"
5333
  msgstr "終了日"
5334
 
5371
  msgid "Only display items with these IDs"
5372
  msgstr ""
5373
 
5374
+ msgid ""
5375
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5376
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5377
+ "setting will be used."
5378
+ msgstr ""
5379
+
5380
  msgid "Brand"
5381
  msgstr "ブランド"
5382
 
5415
  msgid "Date language"
5416
  msgstr ""
5417
 
5418
+ msgid "Date variable offset"
5419
  msgstr ""
5420
 
5421
+ msgid "Date filter offset"
 
 
 
5422
  msgstr ""
5423
 
5424
  msgid "Status"
5430
  msgid "Ask down all product images"
5431
  msgstr ""
5432
 
5433
+ msgid "Items"
5434
+ msgstr ""
5435
+
5436
  msgid "View item"
5437
  msgstr ""
5438
 
5442
  msgid "View image"
5443
  msgstr "画像を表示"
5444
 
 
 
 
 
 
 
 
 
 
5445
  msgid "All day event"
5446
  msgstr ""
5447
 
5451
  msgid "Show parent products only"
5452
  msgstr "親のプロダクトのみ表示"
5453
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5454
  #, php-format
5455
  msgid "Creates slides from %1$s galleries."
5456
  msgstr ""
5473
  msgid "No options given"
5474
  msgstr ""
5475
 
5476
+ #, php-format
5477
+ msgid "Creates slides from %1$s events."
5478
+ msgstr ""
5479
+
5480
  msgid "Exclude event IDs (One ID per line)"
5481
  msgstr ""
5482
 
5531
  msgid "Hide From Event Listings"
5532
  msgstr ""
5533
 
5534
+ msgid "Event start date"
5535
+ msgstr "イベント開始日"
5536
+
5537
+ msgid "Event end date"
5538
+ msgstr "イベント終了日"
5539
+
5540
  msgid "Event cost"
5541
  msgstr ""
5542
 
5543
+ msgid "Event creation date"
5544
+ msgstr ""
5545
+
5546
+ msgid "Event modification date"
5547
+ msgstr ""
5548
+
5549
  msgid "Metakey name"
5550
  msgstr ""
5551
 
5590
  msgid "No limit"
5591
  msgstr "無制限"
5592
 
5593
+ msgid "Hide empty categories"
5594
+ msgstr ""
5595
+
5596
+ msgid "Yes"
5597
+ msgstr "はい"
5598
+
5599
  msgid "Downloadable"
5600
  msgstr "ダウンロード可能"
5601
 
5780
  msgid "Vertical pendulum 3D"
5781
  msgstr ""
5782
 
5783
+ msgid "We are Passionate About"
5784
+ msgstr ""
5785
+
5786
+ msgid ""
5787
+ "Amazing Food\n"
5788
+ "Great Hospitality"
5789
+ msgstr ""
5790
+
5791
  msgid "Before text"
5792
  msgstr "文字の前"
5793
 
5869
  msgid "Time"
5870
  msgstr "時間"
5871
 
5872
+ #, fuzzy
5873
+ msgid "Icon Size"
5874
+ msgstr "大きさ"
5875
+
5876
+ #, fuzzy
5877
+ #| msgid "Before text"
5878
+ msgid "Before After"
5879
+ msgstr "文字の前"
5880
+
5881
+ #, fuzzy
5882
+ #| msgid "Left"
5883
+ msgid "Left top"
5884
+ msgstr "左"
5885
+
5886
+ #, fuzzy
5887
+ #| msgid "Center"
5888
+ msgid "Center top"
5889
+ msgstr "中央"
5890
+
5891
+ #, fuzzy
5892
+ #| msgid "Right"
5893
+ msgid "Right top"
5894
+ msgstr "右"
5895
+
5896
+ #, fuzzy
5897
+ #| msgid "Slider center"
5898
+ msgid "Left center"
5899
+ msgstr "スライドの中央"
5900
+
5901
+ #, fuzzy
5902
+ #| msgid "Center"
5903
+ msgid "Right Center"
5904
+ msgstr "中央"
5905
+
5906
+ #, fuzzy
5907
+ #| msgid "To bottom"
5908
+ msgid "Left bottom"
5909
+ msgstr "上へ"
5910
+
5911
+ #, fuzzy
5912
+ #| msgid "Fixed to bottom"
5913
+ msgid "Center bottom"
5914
+ msgstr "下端に固定"
5915
+
5916
+ #, fuzzy
5917
+ #| msgid "To bottom"
5918
+ msgid "Right bottom"
5919
+ msgstr "上へ"
5920
+
5921
+ #, fuzzy
5922
+ #| msgid "Before text"
5923
+ msgid "Before Image"
5924
+ msgstr "文字の前"
5925
+
5926
+ #, fuzzy
5927
+ #| msgid "After text"
5928
+ msgid "After Image"
5929
+ msgstr "文字の後"
5930
+
5931
+ msgid "Labels"
5932
+ msgstr ""
5933
+
5934
+ #, fuzzy
5935
+ #| msgid "Label"
5936
+ msgid "Show Label"
5937
+ msgstr "ラベル"
5938
+
5939
+ msgid "Always"
5940
+ msgstr ""
5941
+
5942
+ #, fuzzy
5943
+ #| msgid "Before text"
5944
+ msgid "Before label"
5945
+ msgstr "文字の前"
5946
+
5947
+ #, fuzzy
5948
+ #| msgid "Previous label"
5949
+ msgid "After label"
5950
+ msgstr "前のラベル"
5951
+
5952
+ msgid "Behavior"
5953
+ msgstr ""
5954
+
5955
+ #, fuzzy
5956
+ #| msgid "Invite only"
5957
+ msgid "Interaction"
5958
+ msgstr "招待のみ"
5959
+
5960
+ #, fuzzy
5961
+ #| msgid "Slider"
5962
+ msgid "Divider"
5963
+ msgstr "スライダー"
5964
+
5965
+ msgid "Line"
5966
+ msgstr ""
5967
+
5968
+ #, fuzzy
5969
+ #| msgid "Caption"
5970
+ msgid "Show Caption"
5971
+ msgstr "キャプション"
5972
+
5973
+ #, fuzzy
5974
+ #| msgid "Caption"
5975
+ msgid "Caption text"
5976
+ msgstr "キャプション"
5977
+
5978
+ msgid "Before image alt tag"
5979
+ msgstr ""
5980
+
5981
+ #, fuzzy
5982
+ #| msgid "Average rating"
5983
+ msgid "After image alt tag"
5984
+ msgstr "平均レーティング"
5985
+
5986
+ #, fuzzy
5987
+ #| msgid "Optimize image"
5988
+ msgid "Optimize images"
5989
+ msgstr "画像を最適化"
5990
+
5991
  msgid "Full"
5992
  msgstr ""
5993
 
6021
  msgid "Stroke width"
6022
  msgstr ""
6023
 
 
 
 
6024
  msgid "Inner before"
6025
  msgstr ""
6026
 
6033
  msgid "Animation duration"
6034
  msgstr "アニメーション期間"
6035
 
6036
+ #, fuzzy
6037
+ #| msgid "Counter"
6038
+ msgid "Countdown"
6039
+ msgstr "カウンター"
6040
 
6041
+ msgid "Days"
6042
+ msgstr "日数"
6043
 
6044
+ msgid "Minutes"
6045
+ msgstr "議事録"
6046
 
6047
+ msgid "Seconds"
6048
+ msgstr ""
6049
 
6050
+ #, fuzzy
6051
+ #| msgid "First slide changed."
6052
+ msgid "Use slide schedule"
6053
+ msgstr "最初のスライドが変更されました。"
6054
 
6055
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
6056
+ msgstr ""
6057
 
6058
+ msgid "Use Slide Schedule"
6059
+ msgstr ""
6060
 
6061
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
6062
+ msgstr ""
6063
 
6064
+ msgid ""
6065
+ "Displays the days, hours, minutes and seconds texts under the counter "
6066
+ "numbers. To display the labels in your own language, translate the texts in "
6067
+ "the language files."
6068
+ msgstr ""
6069
 
6070
+ msgid "Gap"
6071
+ msgstr ""
6072
 
6073
+ msgid "Creates vertical and horizontal distance between the counter elements."
6074
+ msgstr ""
6075
 
6076
+ #, fuzzy
6077
+ #| msgid "Tablet text"
6078
+ msgid "Tablet style"
6079
+ msgstr "タブレットのテキスト"
6080
 
6081
+ msgid "Set custom Gap and Column for tablet."
6082
+ msgstr ""
6083
 
6084
+ #, fuzzy
6085
+ #| msgid "Mobile text"
6086
+ msgid "Mobile style"
6087
+ msgstr "モバイルのテキスト"
6088
 
6089
+ msgid "Set custom Gap and Column for mobile."
6090
+ msgstr ""
6091
 
6092
+ #, fuzzy
6093
+ #| msgid "Actions"
6094
+ msgid "Action when ends"
6095
+ msgstr "アクション"
6096
 
6097
+ #, fuzzy
6098
+ #| msgid "Form action"
6099
+ msgid "No action"
6100
+ msgstr "フォームアクション"
6101
 
6102
+ #, fuzzy
6103
+ #| msgid "Heading layer"
6104
+ msgid "Hide layer"
6105
+ msgstr "見出しレイヤー"
6106
 
6107
+ msgid "Redirect to URL"
6108
+ msgstr ""
6109
+
6110
+ msgid "Choose what happens after the counter reached zero."
6111
+ msgstr ""
6112
+
6113
+ msgid "This page is"
6114
+ msgstr ""
6115
+
6116
+ msgid "Amazing"
6117
+ msgstr ""
6118
+
6119
+ #, fuzzy, php-format
6120
+ #| msgid "Circle 1"
6121
+ msgid "Circle %d"
6122
+ msgstr "円1"
6123
+
6124
+ #, fuzzy, php-format
6125
+ #| msgid "Curly 1"
6126
+ msgid "Curly %d"
6127
+ msgstr "巻き1"
6128
+
6129
+ #, fuzzy, php-format
6130
+ #| msgid "Highlight 1"
6131
+ msgid "Highlight %d"
6132
+ msgstr "ハイライト1"
6133
 
6134
+ #, fuzzy, php-format
6135
+ #| msgid "Line Through 1"
6136
+ msgid "Line Through %d"
6137
+ msgstr "ラインスルー1"
6138
 
6139
+ #, fuzzy, php-format
6140
+ #| msgid "Rectangle 1"
6141
+ msgid "Rectangle %d"
6142
+ msgstr "長方形1"
6143
+
6144
+ #, fuzzy, php-format
6145
+ #| msgid "Underline 1"
6146
+ msgid "Underline %d"
6147
+ msgstr "下線1"
6148
+
6149
+ #, fuzzy, php-format
6150
+ #| msgid "Underline double 1"
6151
+ msgid "Underline double %d"
6152
+ msgstr "二重線1"
6153
+
6154
+ #, fuzzy, php-format
6155
+ #| msgid "ZigZag 1"
6156
+ msgid "ZigZag %d"
6157
+ msgstr "ジグザグ1"
6158
 
6159
  msgid "Highlighted text"
6160
  msgstr "ハイライト付きテキスト"
6171
  msgid "HTML"
6172
  msgstr ""
6173
 
6174
+ msgid "Empty element"
6175
+ msgstr ""
6176
+
6177
  msgid ""
6178
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6179
  "codes loaded by it. We only suggest using this layer if you are a developer. "
6281
  msgid "Icon not found"
6282
  msgstr "アイコンが見つかりません"
6283
 
 
 
 
 
 
6284
  #, php-format
6285
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6286
  msgstr ""
6288
  msgid "Iframe"
6289
  msgstr ""
6290
 
 
 
 
6291
  msgid ""
6292
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6293
  "layer often needs code customizations what you have to do yourself, so we "
6294
  "only suggest using this layer if you are a developer!"
6295
  msgstr ""
6296
 
6297
+ #, fuzzy
6298
+ #| msgid "iframe url"
6299
+ msgid "Iframe url"
6300
  msgstr "iframeのURL"
6301
 
 
 
 
6302
  msgid "You can disable the scroll on the iframe content."
6303
  msgstr ""
6304
 
6305
  #, fuzzy
6306
  #| msgid "iframe url"
6307
+ msgid "Iframe title"
6308
  msgstr "iframeのURL"
6309
 
6310
  msgid "Image area"
6642
 
6643
  #, php-format
6644
  msgid ""
6645
+ "%1$s does not support the full screen API. For this reason the full screen "
6646
+ "button will not appear on %1$s devices."
 
6647
  msgstr ""
6648
 
6649
  msgid "Indicator"
6658
  msgid "Bar color"
6659
  msgstr ""
6660
 
6661
+ #~ msgctxt "Default Google font family for admin"
6662
+ #~ msgid "Montserrat"
6663
+ #~ msgstr "モントセラト"
6664
+
6665
+ #~ msgctxt "Default Google font charset for admin"
6666
+ #~ msgid "latin"
6667
+ #~ msgstr "ラテン語"
6668
+
6669
+ #~ msgid "Character set"
6670
+ #~ msgstr "文字セット"
6671
+
6672
+ #~ msgctxt "Character set"
6673
+ #~ msgid "Latin"
6674
+ #~ msgstr "ラテン語"
6675
+
6676
+ #~ msgctxt "Character set"
6677
+ #~ msgid "Latin Extended"
6678
+ #~ msgstr "ラテン語拡張"
6679
+
6680
+ #~ msgctxt "Character set"
6681
+ #~ msgid "Greek"
6682
+ #~ msgstr "ギリシャ語"
6683
+
6684
+ #~ msgctxt "Character set"
6685
+ #~ msgid "Greek Extended"
6686
+ #~ msgstr "ギリシャ語拡張"
6687
+
6688
+ #~ msgctxt "Character set"
6689
+ #~ msgid "Cyrillic"
6690
+ #~ msgstr "キリル文字"
6691
+
6692
+ #~ msgctxt "Character set"
6693
+ #~ msgid "Devanagari"
6694
+ #~ msgstr "インド文字"
6695
+
6696
+ #~ msgctxt "Character set"
6697
+ #~ msgid "Arabic"
6698
+ #~ msgstr "アラビア語"
6699
+
6700
+ #~ msgctxt "Character set"
6701
+ #~ msgid "Khmer"
6702
+ #~ msgstr "クメール語"
6703
+
6704
+ #~ msgctxt "Character set"
6705
+ #~ msgid "Telugu"
6706
+ #~ msgstr "テルグ語"
6707
+
6708
+ #~ msgctxt "Character set"
6709
+ #~ msgid "Vietnamese"
6710
+ #~ msgstr "ベトナム語"
6711
+
6712
+ #~ msgctxt "Default font sets"
6713
+ #~ msgid "latin"
6714
+ #~ msgstr "ラテン語"
6715
+
6716
+ #~ msgid "hours"
6717
+ #~ msgstr "時間"
6718
+
6719
+ #~ msgid "Loop single slide"
6720
+ #~ msgstr "スライドが1枚のみの場合でもループする"
6721
+
6722
+ #~ msgid "Curve 2"
6723
+ #~ msgstr "カーブ2"
6724
+
6725
+ #~ msgid "Curve 3"
6726
+ #~ msgstr "カーブ3"
6727
+
6728
+ #~ msgid "Curve 4"
6729
+ #~ msgstr "カーブ4"
6730
+
6731
+ #~ msgid "Fan 2"
6732
+ #~ msgstr "ファン2"
6733
+
6734
+ #~ msgid "Fan 3"
6735
+ #~ msgstr "ファン3"
6736
+
6737
+ #~ msgid "Incline 2"
6738
+ #~ msgstr "角度上昇2"
6739
+
6740
+ #~ msgid "Incline 3"
6741
+ #~ msgstr "角度上昇3"
6742
+
6743
+ #~ msgid "Tilt 2"
6744
+ #~ msgstr "傾斜2"
6745
+
6746
+ #~ msgid "Triangle 2"
6747
+ #~ msgstr "三角形2"
6748
+
6749
+ #~ msgid "Wave 2"
6750
+ #~ msgstr "波2"
6751
+
6752
+ #~ msgid "Types"
6753
+ #~ msgstr "Types"
6754
+
6755
+ #~ msgid "Expired"
6756
+ #~ msgstr "期限切れ"
6757
+
6758
+ #~ msgid "Auction"
6759
+ #~ msgstr "オークション"
6760
+
6761
+ #~ msgid "Negotiable price"
6762
+ #~ msgstr "交渉可能な価格"
6763
+
6764
+ #~ msgid "Blocked by User"
6765
+ #~ msgstr "ユーザーによってブロック"
6766
+
6767
+ #~ msgid "Buynow"
6768
+ #~ msgstr "今すぐ購入"
6769
+
6770
+ #~ msgid "Expiration date"
6771
+ #~ msgstr "期限日"
6772
+
6773
+ #~ msgid "Supplier"
6774
+ #~ msgstr "供給者"
6775
+
6776
+ #~ msgid "Create custom date variables"
6777
+ #~ msgstr "カスタム日付変数を作成"
6778
+
6779
+ #~ msgid "Circle 2"
6780
+ #~ msgstr "円2"
6781
+
6782
+ #~ msgid "Circle 3"
6783
+ #~ msgstr "円3"
6784
+
6785
+ #~ msgid "Curly 2"
6786
+ #~ msgstr "巻き2"
6787
+
6788
+ #~ msgid "Highlight 2"
6789
+ #~ msgstr "ハイライト2"
6790
+
6791
+ #~ msgid "Highlight 3"
6792
+ #~ msgstr "ハイライト3"
6793
+
6794
+ #~ msgid "Line Through 2"
6795
+ #~ msgstr "ラインスルー2"
6796
+
6797
+ #~ msgid "Line Through 3"
6798
+ #~ msgstr "ラインスルー3"
6799
+
6800
+ #~ msgid "Rectangle 2"
6801
+ #~ msgstr "長方形2"
6802
+
6803
+ #~ msgid "Underline 2"
6804
+ #~ msgstr "下線2"
6805
+
6806
+ #~ msgid "Underline 3"
6807
+ #~ msgstr "下線3"
6808
+
6809
+ #~ msgid "Underline double 2"
6810
+ #~ msgstr "二重線2"
6811
+
6812
+ #~ msgid "ZigZag 2"
6813
+ #~ msgstr "ジグザグ2"
6814
+
6815
+ #~ msgid "ZigZag 3"
6816
+ #~ msgstr "ジグザグ3"
6817
+
6818
  #~ msgid "m-d-Y"
6819
  #~ msgstr "m-d-Y"
6820
 
6861
  #~ msgid "Read docs"
6862
  #~ msgstr "もっと読む"
6863
 
 
 
 
6864
  #~ msgid "Load jQuery on frontend"
6865
  #~ msgstr "フロントエンドでjQueryを読み込む"
6866
 
6873
  #~ msgid "Inline"
6874
  #~ msgstr "インライン"
6875
 
 
 
 
 
 
 
 
 
 
 
6876
  #~ msgid "Minimum thumbnail count"
6877
  #~ msgstr "最小サムネイル数"
6878
 
Nextend/Languages/nl_BE.mo CHANGED
Binary file
Nextend/Languages/nl_BE.po CHANGED
@@ -1,19 +1,19 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2021-10-16 08:50+0200\n"
5
- "PO-Revision-Date: 2021-11-03 20:07+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 3.0\n"
 
12
  "X-Poedit-SourceCharset: UTF-8\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "Language: nl_BE\n"
17
  "X-Poedit-Flags-xgettext: --no-location\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPathExcluded-0: Framework/Asset/Builder/cache\n"
@@ -22,14 +22,13 @@ msgid "Debug error"
22
  msgstr "Debug fout"
23
 
24
  msgid "CURL disabled in your php.ini configuration. Please enable it!"
25
- msgstr "CURL is gedeactiveerd in uw php.ini configuratie. Gelieve het te activeren!"
 
26
 
27
  msgid "Unable to contact with the licensing server, please try again later!"
28
- msgstr "Kon geen verbinding maken met de licentie server. Gelieve het later nog eens te proberen!"
29
-
30
- msgctxt "Default Google font family for admin"
31
- msgid "Montserrat"
32
- msgstr "Montserrat"
33
 
34
  msgid "You are not allowed to upload!"
35
  msgstr "U hebt geen toelating om te uploaden!"
@@ -69,8 +68,12 @@ msgid "Security token mismatch. Please refresh the page!"
69
  msgstr "Beveiligingstoken komt niet overeen. Gelieve de pagina te vernieuwen!"
70
 
71
  #, php-format
72
- msgid "If you see this message after the repair database process, please %1$scontact us%2$s with the log:"
73
- msgstr "Als u dit bericht ziet na het database reparatie proces %1$scontacteer ons%2$s dan met het log:"
 
 
 
 
74
 
75
  msgid "Contact your server host and ask them to fix this for you!"
76
  msgstr "Contacteer uw server host en vraag hem om dit voor u te repareren!"
@@ -178,6 +181,14 @@ msgstr "Frontend"
178
  msgid "You can load Google Fonts on the frontend."
179
  msgstr "U kunt Google Fonts in de frontend inladen."
180
 
 
 
 
 
 
 
 
 
181
  msgid "Backend"
182
  msgstr "Backend"
183
 
@@ -281,8 +292,12 @@ msgstr "Uit"
281
  msgid "On"
282
  msgstr "Aan"
283
 
284
- msgid "Hold down the ctrl (Windows) or command (MAC) button to select multiple options."
285
- msgstr "Houd de ctrl (Windows) of command (MAC) knop ingedrukt om meerdere opties te selecteren."
 
 
 
 
286
 
287
  msgid "Fill"
288
  msgstr "Opvullen"
@@ -367,8 +382,12 @@ msgid "Image"
367
  msgstr "Afbeelding"
368
 
369
  #, php-format
370
- msgid "The %1$s is not turned on in your server, which is necessary to read rss feeds. You should contact your server host, and ask them to enable it!"
371
- msgstr "De %1$s is niet ingeschakeld in uw server, hetgeen nodig is voor het lezen van rss feeds. Contacteer uw server host en vraag hem het te activeren!"
 
 
 
 
372
 
373
  #, php-format
374
  msgid "%s is not readable"
@@ -425,11 +444,21 @@ msgstr "Huidig pad"
425
  msgid "Preset"
426
  msgstr "Voorinstelling"
427
 
428
- msgid "You can use presets to save style settings for later use. Clicking on any preset will load its styling to your current layer, and the previous style settings will be lost."
429
- msgstr "U kunt voorinstellingen gebruiken om stijl instellingen op te slaan voor later gebruik. Het klikken op eender welke voorinstelling zal de stijl ervan inladen in uw huidige laag en de vorige stijl instelling zal verloren gaan."
 
 
 
 
 
 
430
 
431
- msgid "Layer design options affect every device. If you need to make responsive adjustments, look for the options with the device icon."
432
- msgstr "Laag ontwerp opties hebben invloed op elk toestel. Als u responsive aanpassingen moet doen kijk dan naar de opties met het toestel icoon."
 
 
 
 
433
 
434
  msgid "Reset style to default"
435
  msgstr "Stijl terug instellen op standaard waarde"
@@ -483,7 +512,9 @@ msgid "Open docs"
483
  msgstr "Open documenten"
484
 
485
  msgid "The changes you made will be lost if you navigate away from this page."
486
- msgstr "De veranderingen die u hebt aangebracht zullen verloren gaan als u deze pagina verlaat."
 
 
487
 
488
  msgid "Icons"
489
  msgstr "Iconen"
@@ -500,7 +531,8 @@ msgstr "U staat op het punt om te %s. "
500
 
501
  #, javascript-format
502
  msgid "The deletion is irreversible, and it's not possible to recover %s."
503
- msgstr "Het verwijderen is onomkeerbaar en het is niet mogelijk om %s te herstellen."
 
504
 
505
  msgid "Cancel"
506
  msgstr "Annuleren"
@@ -640,8 +672,13 @@ msgstr "Scrollt naar de bovenkant van de pagina."
640
  msgid "Scrolls to the bottom of the page."
641
  msgstr "Scrollt naar de onderkant van de pagina."
642
 
643
- msgid "You can use any jQuery selector to scroll to a specific element on the page. Example: \"#pricing\" scrolls to the element with the id of \"pricing\"."
644
- msgstr "U mag eender welke jQuery selector gebruiken om te scrollen naar een specifiek element op de pagina. Bijvoorbeeld: \"#pricing\" scrollt naar het element met het id \"pricing\"."
 
 
 
 
 
645
 
646
  msgid "Slider alias"
647
  msgstr "Slider alias"
@@ -676,16 +713,21 @@ msgid "slide index: 5 %s direction: forward"
676
  msgstr "slide index: 5 %s richting: vooruit"
677
 
678
  msgid "Switches to the fifth slide as if the next arrow was pressed"
679
- msgstr "Schakelt naar de vijfde slide alsof er op de volgende pijl geklikt werd"
 
680
 
681
  msgid "Slide ID"
682
  msgstr "Slide ID"
683
 
684
- msgid "Switches to the slide with the #2 ID as if the previous arrow was pressed"
685
- msgstr "Schakelt naar de slide met het #2 ID alsof er op de vorige pijl geklikt werd"
 
 
686
 
687
  msgid "Switches to the slide with the #5 ID as if the next arrow was pressed"
688
- msgstr "Schakelt naar de slide met het #5 ID alsof er op de volgende pijl geklikt werd"
 
 
689
 
690
  msgid "Event name"
691
  msgstr "Evenement naam"
@@ -900,8 +942,12 @@ msgstr "Activeer Smart Slider 3 Pro"
900
  msgid "Activation is required to unlock all features!"
901
  msgstr "Activatie is vereist om alle mogelijkheden te ontsluiten!"
902
 
903
- msgid "Register Smart Slider 3 Pro on this domain to enable auto update, slider templates and slide library."
904
- msgstr "Registreer Smart Slider 3 Pro op dit domein om automatische updates, slider templates en de slide bibliotheek te activeren."
 
 
 
 
905
 
906
  msgid "Skip"
907
  msgstr "Overslaan"
@@ -925,8 +971,9 @@ msgstr "Hoogte"
925
  msgid "Below %s pixels."
926
  msgstr "Onder %s pixels."
927
 
928
- #, javascript-format
929
- msgid "Boven %s pixels."
 
930
  msgstr "Boven %s pixels."
931
 
932
  #, javascript-format
@@ -979,8 +1026,12 @@ msgstr "Resultaat"
979
  msgid "Change slider type"
980
  msgstr "Verander slider type"
981
 
982
- msgid "Changing your slider type is irreversible. After changing your slider type, <b>you will lose all slider type related settings</b>."
983
- msgstr "Het veranderen van uw slider type is onomkeerbaar. Na het veranderen van uw slider type, <b>zult u alle instellingen voor dat slider type verliezen</b>."
 
 
 
 
984
 
985
  msgid "Slider type"
986
  msgstr "Slider type"
@@ -991,20 +1042,39 @@ msgstr "Omvormen"
991
  msgid "What do you want to create today?"
992
  msgstr "Wat wilt u vandaag maken?"
993
 
994
- msgid "Use our powerful visual editor, or simply import one of our existing template."
995
- msgstr "Gebruik onze krachtige visuele editor of importeer eenvoudigweg één van onze bestaande templates."
 
 
 
 
996
 
997
  msgid "Create a New Project"
998
  msgstr "Maak een nieuw project"
999
 
1000
- msgid "Start a new project from scratch and build exactly what you’ve imagined. You can easily customize every pixels and create anything with layers."
1001
- msgstr "Begin een nieuw project vanaf nul en bouw exact datgene wat u zich ingebeeld hebt. U kunt gemakkelijk elke pixel aanpassen en eender wat met lagen aanmaken."
 
 
 
 
 
 
 
 
 
 
1002
 
1003
  msgid "Start with a Template"
1004
  msgstr "Begin met een template"
1005
 
1006
- msgid "Start with a template and make it your own with the innovative drag and drop interface. You can choose from hundreds of premade templates."
1007
- msgstr "Begin met een template en maak er uw eigen versie van met de innovatieve drag en drop interface. U kunt kiezen uit honderden vooraf gemaakte templates."
 
 
 
 
 
1008
 
1009
  msgid "or import your own files"
1010
  msgstr "of importeer uw eigen bestanden"
@@ -1060,8 +1130,14 @@ msgstr "Aanmaken"
1060
  msgid "Join The Smart Slider 3 Community"
1061
  msgstr "Word lid van de Smart Slider 3 Community"
1062
 
1063
- msgid "Join more than 120,000 subscribers and get access to the latest slider templates, tips, tutorials and other exclusive contents directly to your inbox."
1064
- msgstr "Word één van de meer dan 120.000 abonnees en krijg de laatste slider templates, tips, handleidingen en andere exclusieve inhoud direct in uw inbox."
 
 
 
 
 
 
1065
 
1066
  msgid "Subscribe"
1067
  msgstr "Abonneren"
@@ -1075,15 +1151,21 @@ msgstr "Groepen"
1075
  msgid "Set"
1076
  msgstr "Set"
1077
 
 
 
 
 
 
 
 
 
 
1078
  msgid "Up"
1079
  msgstr "Omhoog"
1080
 
1081
  msgid "Insert group"
1082
  msgstr "Groep invoegen"
1083
 
1084
- msgid "Group"
1085
- msgstr "Groep"
1086
-
1087
  msgid "Move to trash"
1088
  msgstr "Verplaats naar prullenbak"
1089
 
@@ -1126,6 +1208,32 @@ msgstr "verwijder deze slides"
1126
  msgid "delete this slide"
1127
  msgstr "verwijder deze slide"
1128
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1129
  msgid "Animations"
1130
  msgstr "Animaties"
1131
 
@@ -1144,8 +1252,12 @@ msgstr "Laag animaties"
1144
  msgid "Play on load"
1145
  msgstr "Speel bij inladen"
1146
 
1147
- msgid "Plays the layer animations on the first slide when it appears for the first time."
1148
- msgstr "Speelt de laag animaties op de eerste slide als deze voor de eerste keer verschijnt."
 
 
 
 
1149
 
1150
  msgid "Play once"
1151
  msgstr "Speel eenmalig"
@@ -1171,8 +1283,12 @@ msgstr "Mag overgeslagen worden"
1171
  msgid "Forced"
1172
  msgstr "Geforceerd"
1173
 
1174
- msgid "You can make the outgoing layer animations, which don't have events, to play on slide switching."
1175
- msgstr "U kunt ervoor zorgen dat de uitgaande laag animaties, die geen evenementen hebben, bij het wisselen van slide afgespeeld worden."
 
 
 
 
1176
 
1177
  msgid "Layer parallax"
1178
  msgstr "Laag parallax"
@@ -1231,8 +1347,12 @@ msgstr "Automatisch starten"
1231
  msgid "Allow restart"
1232
  msgstr "Laat herstarten toe"
1233
 
1234
- msgid "Keeps the autoplay control visible after the autoplay has finished to allow starting it again."
1235
- msgstr "Houd de bediening voor het automatisch spelen zichtbaar nadat het automatisch spelen afgelopen is om toe te laten het opnieuw te starten."
 
 
 
 
1236
 
1237
  msgid "Infinite loop"
1238
  msgstr "Oneindige herhaling"
@@ -1294,8 +1414,12 @@ msgstr "Blokkeer rechts klikken"
1294
  msgid "Block carousel"
1295
  msgstr "Blokkeer carousel"
1296
 
1297
- msgid "Stops the carousel at the last slide when the source of interaction is vertical touch, vertical pointer, mouse wheel or vertical keyboard."
1298
- msgstr "Stopt de carousel op de laatste slide als de bron van de interactie verticale touch, verticale pointer, muiswiel of verticaal toetsenbord is."
 
 
 
 
1299
 
1300
  msgid "Clear before"
1301
  msgstr "Ervoor leegmaken"
@@ -1312,14 +1436,19 @@ msgstr "Laat u toe uw slider naast uw tekst te plaatsen."
1312
  msgid "Hide scrollbar"
1313
  msgstr "Verberg scrollbalk"
1314
 
1315
- msgid "Your website won't be scrollable anymore! All out of screen elements will be hidden."
1316
- msgstr "Uw website zal niet langer scrollbaar zijn! Alle elementen die buiten het scherm vallen zullen verborgen zijn."
 
 
 
 
1317
 
1318
  msgid "Scroll to slider"
1319
  msgstr "Scroll naar slider"
1320
 
1321
  msgid "The page scrolls back to the slider when the user interacts with it."
1322
- msgstr "De pagina scrollt terug naar de slider als de gebruiker ermee interageert."
 
1323
 
1324
  msgid "Edge"
1325
  msgstr "Rand"
@@ -1339,14 +1468,25 @@ msgstr "Onderaan - altijd"
1339
  msgid "Delayed (for lightbox/tabs)"
1340
  msgstr "Uitgesteld (voor lightbox/tabs)"
1341
 
1342
- msgid "Delays the loading of the slider until its container gets visible. Useful when you display the slider in a lightbox or tab."
1343
- msgstr "Stelt het inladen van de slider uit tot haar container zichtbaar is. Nuttig als u de slider toont in een lightbox of een tab."
 
 
 
 
1344
 
1345
  msgid "Legacy font scale"
1346
  msgstr "Legacy font schaal"
1347
 
1348
- msgid "This feature brings back the non-adaptive font size for absolute layers which were made before version 3.5. Turning on can affect website performance, so we suggest to keep it disabled.\n"
1349
- msgstr "Deze mogelijkheid brengt de non-adaptieve font grootte voor absolute lagen terug die voor versie 3.5 gemaakt werden. Dit inschakelen kan een invloed hebben op de performantie van de website, dus raden we aan het uitgeschakeld te laten.\n"
 
 
 
 
 
 
 
1350
 
1351
  msgid "Slider CSS classes"
1352
  msgstr "Slider CSS classes"
@@ -1357,6 +1497,11 @@ msgstr "U kunt eigen CSS classes aan de container van de slider toevoegen."
1357
  msgid "JavaScript callbacks"
1358
  msgstr "JavaScript callbacks"
1359
 
 
 
 
 
 
1360
  msgid "Post IDs"
1361
  msgstr "Post IDs"
1362
 
@@ -1364,7 +1509,9 @@ msgid "one per line"
1364
  msgstr "een per regel"
1365
 
1366
  msgid "The cache of the posts with the given ID will be cleared upon save."
1367
- msgstr "De cache van de inzendingen met het gegeven ID zal bij het opslaan leeggemaakt worden."
 
 
1368
 
1369
  msgid "Fallback slider"
1370
  msgstr "Terugval slider"
@@ -1372,8 +1519,12 @@ msgstr "Terugval slider"
1372
  msgid "ID or Alias"
1373
  msgstr "ID of alias"
1374
 
1375
- msgid "Select another slider by its ID or Alias that displays if your current slider has no published slides."
1376
- msgstr "Selecteer een andere slider via zijn ID of alias die getoond zal worden als uw huidige slider geen gepubliceerde slides bevat."
 
 
 
 
1377
 
1378
  msgid "Thumbnail"
1379
  msgstr "Miniatuur"
@@ -1396,26 +1547,44 @@ msgstr "U kunt dit alias in de snelcode van de slider gebruiken."
1396
  msgid "Use as anchor"
1397
  msgstr "Gebruik als interne link"
1398
 
1399
- msgid "Creates an empty div before the slider, using the alias as the ID of this div. As a result, you can use #your-alias in the URL to make the page jump to the slider."
1400
- msgstr "Maakt een lege div voor de slider, gebruik makend van het alias als het ID van deze div. Daardoor kunt u #uw-alias in de URL gebruiken om de pagina naar de slider te doen springen."
 
 
 
 
 
 
1401
 
1402
  msgid "Smooth scroll"
1403
  msgstr "Soepel scrollen"
1404
 
1405
- msgid "The #your-alias urls in links would be forced to smooth scroll to the slider."
1406
- msgstr "De #uw-alias urls in links zullen geforceerd worden om soepel te scrollen naar de slider."
 
 
 
1407
 
1408
  msgid "Switch slide"
1409
  msgstr "Wissel slide"
1410
 
1411
- msgid "Use #your-alias-2 as an anchor to jump to the slider and switch to the 2nd slide immediately. Use #your-alias-3 for the 3rd slide and so on."
1412
- msgstr "Gebruik #uw-alias-2 als een anker om naar de slider te springen en onmiddellijk naar de 2de slide te schakelen. Gebruik #uw-alias-3 voor de 3de slide enzovoort."
 
 
 
 
 
1413
 
1414
  msgid "Scroll to slide"
1415
  msgstr "Scroll naar slide"
1416
 
1417
- msgid "The \"Switch slide\" option won't scroll you to the slider. Only the slides will switch."
1418
- msgstr "De \"Wissel slide\" optie zal u niet naar de slider scrollen. Alleen de slides zullen wisselen."
 
 
 
 
1419
 
1420
  msgid "Slider design"
1421
  msgstr "Slider ontwerp"
@@ -1442,9 +1611,6 @@ msgstr "Opvulmodus"
1442
  msgid "Align"
1443
  msgstr "Uitlijnen"
1444
 
1445
- msgid "Margin"
1446
- msgstr "Marge"
1447
-
1448
  msgid "Puts a fix margin around your slider."
1449
  msgstr "Plaatst een vaste marge rond uw slider."
1450
 
@@ -1469,8 +1635,12 @@ msgstr "Na pagina geladen"
1469
  msgid "After delay"
1470
  msgstr "Na wachttijd"
1471
 
1472
- msgid "If your slider is above the fold, you can load it immediately. Otherwise, you can load it only after the page has loaded."
1473
- msgstr "Als uw slider zich boven de plooi bevindt dan kunt u hem onmiddellijk inladen. Zoniet kunt u hem alleen inladen nadat de pagina ingeladen is."
 
 
 
 
1474
 
1475
  msgid "Load delay"
1476
  msgstr "Laad wachttijd"
@@ -1478,8 +1648,12 @@ msgstr "Laad wachttijd"
1478
  msgid "Play when visible"
1479
  msgstr "Speel indien zichtbaar"
1480
 
1481
- msgid "Makes sure that the autoplay and layer animations only start when your slider is visible."
1482
- msgstr "Verzekert dat het automatisch spelen en de laag animaties alleen starten als uw slider zichtbaar is."
 
 
 
 
1483
 
1484
  msgid "At"
1485
  msgstr "Op"
@@ -1496,8 +1670,11 @@ msgstr "Uitgesteld laden"
1496
  msgid "Lazy loading"
1497
  msgstr "Lazy laden"
1498
 
1499
- msgid "You can speed up your site's loading by delaying the slide background images."
1500
- msgstr "U kunt de inlaadtijd van uw site verbeteren door de achtergrondafbeeldingen van de slide uit te stellen."
 
 
 
1501
 
1502
  msgid "Load neighbor"
1503
  msgstr "Laad buur"
@@ -1507,8 +1684,12 @@ msgid "slides"
1507
  msgstr "slides"
1508
 
1509
  #, php-format
1510
- msgid "Convert to WebP and image resizing require a lot of memory. Lift the memory limit%s if you get a blank page."
1511
- msgstr "Omvorming tot WebP en afbeelding herschaling vereisen veel geheugen. Hef de geheugenlimiet%s op als u een blanco pagina krijgt."
 
 
 
 
1512
 
1513
  msgid "Convert to WebP"
1514
  msgstr "Omvormen tot WebP"
@@ -1540,8 +1721,13 @@ msgstr "Retina"
1540
  msgid "Instruction"
1541
  msgstr "Instructie"
1542
 
1543
- msgid "If your images look blurry on small screens, use the available height option to match the aspect ratio of the slider and image on that device."
1544
- msgstr "Als uw afbeeldingen wazig zijn op kleine schermen gebruik dan de beschikbare hoogte optie om de verhoudingen van de slider aan te passen aan deze van de afbeelding voor dat toestel."
 
 
 
 
 
1545
 
1546
  msgid "Resize Thumbnail"
1547
  msgstr "Herschaal miniatuur"
@@ -1562,7 +1748,9 @@ msgid "Base64 embed"
1562
  msgstr "Base64 inbedden"
1563
 
1564
  msgid "Embeds the layer images to the page source, reducing the requests."
1565
- msgstr "Neemt de laag afbeeldingen op in de paginabron, hetgeen de aanvragen vermindert."
 
 
1566
 
1567
  msgid "Max file size"
1568
  msgstr "Max grootte bestand"
@@ -1582,8 +1770,10 @@ msgstr "Slider grootte"
1582
  msgid "Limit slide width"
1583
  msgstr "Beperk slide breedte"
1584
 
1585
- msgid "Limits the width of the slide and prevents the slider from getting too tall."
1586
- msgstr "Beperkt de breedte van de slide en verhindert dat de slider te groot wordt."
 
 
1587
 
1588
  msgid "Max"
1589
  msgstr "Max"
@@ -1591,22 +1781,38 @@ msgstr "Max"
1591
  msgid "Breakpoints"
1592
  msgstr "Breekpunten"
1593
 
1594
- msgid "Breakpoints define the browser width in pixel when the slider switches to a different device."
1595
- msgstr "Breekpunten definiëren de browser breedte in pixel als de slider overschakelt naar een ander toestel."
 
 
 
 
1596
 
1597
  msgid "Global breakpoints"
1598
  msgstr "Globale breekpunten"
1599
 
1600
  #, php-format
1601
- msgid "You can use the global breakpoints, or adjust them locally here. You can configure the Global breakpoints at <a href=\"%1$s\" target=\"_blank\">Global settings</a> > General > Breakpoints"
1602
- msgstr "U kunt de globale breekpunten gebruiken, of ze hier lokaal aanpassen. U kunt de globale breekpunten configureren in <a href=\"%1$s\" target=\"_blank\">Globale instellingen</a> > Algemeen > Breekpunten"
 
 
 
 
 
 
1603
 
1604
  msgid "Custom size"
1605
  msgstr "Aangepaste grootte"
1606
 
1607
  #, php-format
1608
- msgid "Use this option to customize the aspect ratio for each device. %1$s Read more in the documentation%2$s. <b>Beware:</b> This option is rarely needed and might be hard to set properly!"
1609
- msgstr "Gebruik deze optie om de beeldverhouding voor elk toestel aan te passen. %1$s Lees meer in de documentatie%2$s. <b>Opgelet:</b> deze optie is zelden nodig en het is mogelijk dat zij moeilijk correct in te stellen is!"
 
 
 
 
 
 
1610
 
1611
  msgid "Slides"
1612
  msgstr "Slides"
@@ -1617,8 +1823,12 @@ msgstr "Slides ontwerp"
1617
  msgid "Slide background image fill"
1618
  msgstr "Slide achtergrondafbeelding opvulling"
1619
 
1620
- msgid "If the size of your image is not the same as your slider's, you can improve the result with the filling modes."
1621
- msgstr "Als de grootte van uw afbeelding verschilt van de grootte van uw slider dan kunt u het resultaat verbeteren met de opvulmodi."
 
 
 
 
1622
 
1623
  msgid "Background Blur"
1624
  msgstr "Wazige achtergrond"
@@ -1642,25 +1852,40 @@ msgid "Reverse"
1642
  msgstr "Omkeren"
1643
 
1644
  msgid "You can make your slides appear in the slider in a reversed order."
1645
- msgstr "U kunt ervoor zorgen dat uw slides in omgekeerde volgorde in de slider verschijnen."
 
 
1646
 
1647
  msgid "Max count"
1648
  msgstr "Max aantal"
1649
 
1650
- msgid "You can limit how many slides you want to show from your slider. It's best used with the Randomize feature, to improve the experience."
1651
- msgstr "U kunt beperken hoeveel slides van uw slider u wilt tonen. Om de ervaring te verbeteren wordt dit best gebruikt met de 'Bij toeval genereren' mogelijkheid."
 
 
 
 
 
1652
 
1653
  msgid "Maintain session"
1654
  msgstr "Behoud sessie"
1655
 
1656
- msgid "The slider continues from the last viewed slide when the visitor comes back to the page."
1657
- msgstr "De slider gaat verder vanaf de laatst bekeken slide als de bezoeker terugkomt naar de pagina."
 
 
 
 
1658
 
1659
  msgid "Backgrounds in lightbox"
1660
  msgstr "Achtergronden in lightbox"
1661
 
1662
- msgid "Creates a lightbox from your slide background images. This feature only works if all slides have background images."
1663
- msgstr "Maakt een lightbox van uw slide achtergrond afbeeldingen. Deze mogelijkheid werkt alleen als alle slides achtergrond afbeeldingen hebben."
 
 
 
 
1664
 
1665
  msgid "Show label"
1666
  msgstr "Toon label"
@@ -1729,14 +1954,24 @@ msgid "How to upgrade to Smart Slider 3 Pro?"
1729
  msgstr "Hoe te upgraden naar Smart Slider 3 Pro?"
1730
 
1731
  #, php-format
1732
- msgid "After making your purchase, %1$slog in to your account%3$s and download the Pro installer. To get started with Smart Slider 3 Pro, simply %2$sinstall it on your website%3$s."
1733
- msgstr "Na uw aankoop kunt u zich %1$saanmelden met uw account%3$s en de Pro installer downloaden. Om te beginnen met Smart Slider 3 Pro %2$sinstalleert u de extensie eenvoudigweg op uw website%3$s."
 
 
 
 
 
 
1734
 
1735
  msgid "Download Pro"
1736
  msgstr "Download Pro"
1737
 
1738
- msgid "Feel free to remove the Free version, as you no longer need it. Your sliders will stay!"
1739
- msgstr "Voel u vrij om de gratis versie te verwijderen. U hebt deze niet meer nodig. Uw sliders zullen bewaard blijven!"
 
 
 
 
1740
 
1741
  msgid "Ready to go Pro?"
1742
  msgstr "Klaar om Pro te gaan?"
@@ -1763,8 +1998,12 @@ msgstr "Succesvolle verbinding met de API."
1763
  msgid "Welcome to Help Center"
1764
  msgstr "Welkom in het helpcentrum"
1765
 
1766
- msgid "To help you get started, we've put together a super tutorial video that shows you the basic settings."
1767
- msgstr "Om u op weg te helpen hebben we een super handleiding video samengesteld die u de basisinstellingen toont."
 
 
 
 
1768
 
1769
  msgid "Possible conflicts"
1770
  msgstr "Mogelijke conflicten"
@@ -1784,20 +2023,32 @@ msgstr "Zoek in de kennisbank"
1784
  msgid "Documentation"
1785
  msgstr "Documentatie"
1786
 
1787
- msgid "To get started with Smart Slider 3, please refer to this guide for downloading, installing, and using."
1788
- msgstr "Om te beginnen met Smart Slider 3 kunt u deze gids raadplegen voor het downloaden, het installeren en het gebruik."
 
 
 
 
1789
 
1790
  msgid "Email support"
1791
  msgstr "E-mail ondersteuning"
1792
 
1793
- msgid "Need one-to-one assistance? Get in touch with our Support team! We'd love the opportunity to help you."
1794
- msgstr "Persoonlijke assistentie nodig? Neem contact op met ons support team! We helpen u graag verder."
 
 
 
 
1795
 
1796
  msgid "Tutorial videos"
1797
  msgstr "Video handleidingen"
1798
 
1799
- msgid "Check our video tutorials which cover everything you need to know about Smart Slider 3."
1800
- msgstr "Kijk eens naar onze video handleidingen die alles behandelen wat u moet weten over Smart Slider 3."
 
 
 
 
1801
 
1802
  msgid "Selected articles"
1803
  msgstr "Geselecteerde artikels"
@@ -1813,8 +2064,12 @@ msgid "You are using an unsupported browser!"
1813
  msgstr "U gebruikt een niet ondersteunde browser!"
1814
 
1815
  #, php-format
1816
- msgid "Smart Slider 3 does not support your current browser for editing. Supported browsers are the following: %s."
1817
- msgstr "Smart Slider 3 ondersteunt uw huidige browser niet voor bewerking. Ondersteunde browsers zijn de volgende: %s."
 
 
 
 
1818
 
1819
  msgid "Help center"
1820
  msgstr "Helpcentrum"
@@ -1829,7 +2084,8 @@ msgid "Need more?"
1829
  msgstr "Meer nodig?"
1830
 
1831
  msgid "Unlock all the pro features by upgrading to Smart Slider 3 Pro."
1832
- msgstr "Ontgrendel al de pro mogelijkheden door te upgraden naar Smart Slider 3 Pro."
 
1833
 
1834
  msgid "Changelog"
1835
  msgstr "Log met wijzigingen"
@@ -1855,8 +2111,14 @@ msgstr "Mis geen enkele update"
1855
  msgid "Let us know how we're doing"
1856
  msgstr "Laat ons weten hoe we het ervan afbrengen"
1857
 
1858
- msgid "If you are happy with Smart Slider 3 and can take a minute please leave a review. This will help to spread its popularity and to make this plugin a better one."
1859
- msgstr "Als u tevreden bent over Smart Slider 3 en wat tijd over heeft laat dan een recensie achter. Dit helpt om de populariteit ervan te verspreiden en deze plugin te verbeteren."
 
 
 
 
 
 
1860
 
1861
  msgid "Rate your experience"
1862
  msgstr "Beoordeel uw ervaring"
@@ -1879,13 +2141,17 @@ msgstr "Ik vond het geweldig"
1879
  msgid "Why upgrade to Smart Slider 3 Pro?"
1880
  msgstr "Waarom upgraden naar Smart Slider 3 Pro?"
1881
 
1882
- msgid "120+ slider templates"
 
 
1883
  msgstr "120+ slider templates"
1884
 
1885
  msgid "Full slide library access"
1886
  msgstr "Volledige toegang tot slide bibliotheek"
1887
 
1888
- msgid "20 new layers"
 
 
1889
  msgstr "20 nieuwe lagen"
1890
 
1891
  msgid "Extra advanced options"
@@ -1940,8 +2206,14 @@ msgstr "Achtergrondafbeelding"
1940
  msgid "Focus"
1941
  msgstr "Focus"
1942
 
1943
- msgid "You can set the starting position of a background image. This makes sure that the selected part will always remain visible, so you should pick the most important part."
1944
- msgstr "U kunt de beginpositie van een achtergrondafbeelding instellen. Dit verzekert dat het geselecteerde deel altijd zichtbaar blijft, u kiest dus best het meest belangrijke deel."
 
 
 
 
 
 
1945
 
1946
  msgid "Background"
1947
  msgstr "Achtergrond"
@@ -1952,9 +2224,6 @@ msgstr "Gradient"
1952
  msgid "Color end"
1953
  msgstr "Kleur einde"
1954
 
1955
- msgid "Max width"
1956
- msgstr "Max breedte"
1957
-
1958
  msgid "Position"
1959
  msgstr "Positie"
1960
 
@@ -1976,8 +2245,13 @@ msgstr "Responsive"
1976
  msgid "Linked to"
1977
  msgstr "Gelinkt naar"
1978
 
1979
- msgid "You can link your layer to another layer on the same level. This way your layer won't be positioned to the slide, but the other layer."
1980
- msgstr "U kunt uw laag linken naar een andere laag op hetzelfde niveau. Op die manier zal uw laag zelf niet in de slide geplaatst worden, maar de andere laag."
 
 
 
 
 
1981
 
1982
  msgid "Hide when variable empty"
1983
  msgstr "Verberg als de variabele leeg is"
@@ -1992,7 +2266,9 @@ msgid "Clear"
1992
  msgstr "Leegmaken"
1993
 
1994
  msgid "Erases all device specific changes you made on the current device."
1995
- msgstr "Wist alle toestel specifieke veranderingen die u op het huidige toestel hebt aangebracht."
 
 
1996
 
1997
  msgid "Effect"
1998
  msgstr "Effect"
@@ -2010,7 +2286,8 @@ msgid "Mask"
2010
  msgstr "Maskeren"
2011
 
2012
  msgid "If your content is larger than the layer, you can crop it to fit."
2013
- msgstr "Als uw inhoud groter is dan de laag dan kunt u die bijsnijden zodat hij past."
 
2014
 
2015
  msgid "Rotation"
2016
  msgstr "Rotatie"
@@ -2030,11 +2307,17 @@ msgstr "Ruimte"
2030
  msgid "Typography"
2031
  msgstr "Typografie"
2032
 
2033
- msgid "You can select a font family from the preset, or type your custom family."
2034
- msgstr "U kunt een font familie uit de voorinstelling kiezen of uw eigen font familie typen."
 
 
 
2035
 
2036
- msgid "Need to change the font size device specifically? Use the Text scale option."
2037
- msgstr "Moet u de font grootte toestel specifiek aanpassen? Gebruik de Tekst schaal optie."
 
 
 
2038
 
2039
  msgid "Columns"
2040
  msgstr "Kolommen"
@@ -2081,12 +2364,20 @@ msgstr "Miniatuur type"
2081
  msgid "Video"
2082
  msgstr "Video"
2083
 
2084
- msgid "If you have a video on your slide, you can put a play icon on the thumbnail image to indicate that."
2085
- msgstr "Als u een video op uw slide hebt dan kunt u een speel icoon op de miniatuurafbeelding plaatsen om dat aan te geven."
 
 
 
 
2086
 
2087
  #, php-format
2088
- msgid "Video autoplaying has a lot of limitations made by browsers. %1$sLearn about them.%2$s"
2089
- msgstr "Het automatisch spelen van video's heeft een groot aantal beperkingen, opgelegd door browsers. %1$sKom hier meer over te weten.%2$s"
 
 
 
 
2090
 
2091
  msgid "Slide background video"
2092
  msgstr "Slide achtergrond video"
@@ -2100,12 +2391,21 @@ msgstr "Start de video vanaf het begin als de slide opnieuw bekeken wordt."
2100
  msgid "Slide background"
2101
  msgstr "Slide achtergrond"
2102
 
2103
- msgid "Select a background image for the slide. By clicking the small screen icon, you can pick different images for different devices."
2104
- msgstr "Selecteer een achtergrondafbeelding voor de slide. Door te klikken op het kleine scherm icoon kunt u verschillende afbeeldingen kiezen voor verschillende toestellen."
 
 
 
 
 
2105
 
2106
  #, php-format
2107
- msgid "Please read %1$sour detailed guide%2$s about setting your own slide background correctly."
2108
- msgstr "Lees onze %1$sgedetailleerde gids%2$s over hoe u uw eigen slide achtergrond correct moet instellen."
 
 
 
 
2109
 
2110
  msgid "Background blur"
2111
  msgstr "Wazige achtergrond"
@@ -2218,8 +2518,12 @@ msgstr "Scheeftrekken"
2218
  msgid "Transform origin"
2219
  msgstr "Oorsprong omvormen"
2220
 
2221
- msgid "Makes the last keyframe to be the origin of the layer animation, instead of its canvas position."
2222
- msgstr "Maakt dat het laatste keyframe de oorsprong van de laag animatie is, in plaats van haar canvas positie."
 
 
 
 
2223
 
2224
  msgid "Repeat count"
2225
  msgstr "Aantal herhalingen"
@@ -2227,8 +2531,12 @@ msgstr "Aantal herhalingen"
2227
  msgid "loops"
2228
  msgstr "herhalingen"
2229
 
2230
- msgid "You can restrict the loop to play only a certain amount of loops, instead of infinite."
2231
- msgstr "U kunt de herhaling beperken tot een bepaald aantal herhalingen, in plaats van oneindig."
 
 
 
 
2232
 
2233
  msgctxt "Animation"
2234
  msgid "Slide"
@@ -2258,9 +2566,6 @@ msgstr "Vergroten"
2258
  msgid "Scale down"
2259
  msgstr "Verkleinen"
2260
 
2261
- msgid "Edit"
2262
- msgstr "Bewerken"
2263
-
2264
  msgid "Static overlay"
2265
  msgstr "Statische bovenlaag"
2266
 
@@ -2312,8 +2617,10 @@ msgstr "Slide twee"
2312
  msgid "Drop images here"
2313
  msgstr "Laat afbeeldingen hier vallen"
2314
 
2315
- msgid "Edit slider"
2316
- msgstr "Slider bewerken"
 
 
2317
 
2318
  msgid "View trash"
2319
  msgstr "Bekijk prullenbak"
@@ -2339,9 +2646,33 @@ msgstr "Oudste eerst"
2339
  msgid "Export"
2340
  msgstr "Exporteren"
2341
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2342
  msgid "New project"
2343
  msgstr "Nieuw project"
2344
 
 
 
 
 
 
 
 
 
 
 
2345
  msgid "Module"
2346
  msgstr "Module"
2347
 
@@ -2432,14 +2763,23 @@ msgstr "Verwijder cache met herschaalde afbeeldingen"
2432
 
2433
  #, php-format
2434
  msgid "If enabled the following folder will be <b>permanently deleted</b>: %s"
2435
- msgstr "Indien geactiveerd dan zal volgende map <b>permanent verwijderd</b> worden: %s"
 
 
2436
 
2437
  msgid "Configuration"
2438
  msgstr "Configuratie"
2439
 
2440
  #, php-format
2441
- msgid "Here you can configure the default font your layers have, and the dropdown list of the fonts. Google Fonts are recognized automatically, but you can use your own custom fonts, too. %1$sLearn how to do that.%2$s"
2442
- msgstr "Hier kunt u de standaard font voor uw lagen configureren door middel van de vervolgkeuzelijst met de fonts. Google Fonts worden automatisch herkend, maar u kunt ook uw eigen fonts gebruiken. %1$sLeer hier hoe u dat moet doen.%2$s"
 
 
 
 
 
 
 
2443
 
2444
  msgid "Default family"
2445
  msgstr "Standaard familie"
@@ -2462,20 +2802,32 @@ msgstr "Laadt de URLs zonder een http of https protocol."
2462
  msgid "Header preload"
2463
  msgstr "Header vooraf inladen"
2464
 
2465
- msgid "If the slider is an important part of your site, tell the browser to preload its files."
2466
- msgstr "Als de slider een belangrijk deel van uw site is geef dan door aan de browser dat de bestanden ervan vooraf ingeladen moeten worden."
 
 
 
 
2467
 
2468
  msgid "English UI"
2469
  msgstr "Engelse UI"
2470
 
2471
- msgid "You can keep using Smart Slider 3 in English, even if your backend isn't in English."
2472
- msgstr "U kunt Smart Slider 3 verder in het engels blijven gebruiken, zelfs als uw backend niet in het engels is."
 
 
 
 
2473
 
2474
  msgid "Improved frontend accessibility"
2475
  msgstr "Verbeterde frontend toegankelijkheid"
2476
 
2477
- msgid "Keeps the clicked element (like a button) in focus unless the focus is changed by clicking away."
2478
- msgstr "Houd de focus op het aangeklikte element (zoals een knop) tenzij de focus veranderd wordt door weg te klikken."
 
 
 
 
2479
 
2480
  msgid "Script attributes"
2481
  msgstr "Script attributen"
@@ -2492,8 +2844,12 @@ msgstr "In de slider"
2492
  msgid "Async non-primary CSS"
2493
  msgstr "Async niet-primaire CSS"
2494
 
2495
- msgid "Google Fonts, icon and lightbox CSS are loaded in a non-blocking way. Disable if you see missing icons, fonts or styles."
2496
- msgstr "Google Fonts, icoon en lightbox CSS werden geladen op een niet blokkerende manier. Deactiveer dit als u ontbrekende iconen of stijlen ziet."
 
 
 
 
2497
 
2498
  msgid "Load Font Awesome 4"
2499
  msgstr "Laad Font Awesome 4"
@@ -2520,8 +2876,11 @@ msgstr "Automatische update controle"
2520
  msgid "Alternative save slide"
2521
  msgstr "Alternatief opslaan slide"
2522
 
2523
- msgid "If you experience problems during the save this option might solve them."
2524
- msgstr "Als u problemen ondervindt tijdens het opslaan dan lost deze optie ze mogelijk op."
 
 
 
2525
 
2526
  msgid "Preview in new window"
2527
  msgstr "Voorvertoning in nieuw venster"
@@ -2529,8 +2888,12 @@ msgstr "Voorvertoning in nieuw venster"
2529
  msgid "Lightbox videos in new tab on Mobile"
2530
  msgstr "Lightbox video's in nieuwe tab op mobieltjes"
2531
 
2532
- msgid "Opens the lightbox videos in the YouTube app to avoid the mobile disabling the video."
2533
- msgstr "Opent de lightbox video's in de YouTube app om te vermijden dat de mobieltjes de video deactiveren."
 
 
 
 
2534
 
2535
  msgid "YouTube and Vimeo privacy enhanced mode"
2536
  msgstr "YouTube en Vimeo privacy verbeterde modus"
@@ -2541,8 +2904,12 @@ msgstr "Soepel scrollen snelheid"
2541
  msgid "Editor - additional CSS files"
2542
  msgstr "Editor - extra CSS bestanden"
2543
 
2544
- msgid "You can call your own CSS files to our backend, for example, to be able to use custom fonts. Write each URL to a new line."
2545
- msgstr "U kunt uw eigen CSS bestanden in onze backend binnenhalen, bijvoorbeeld om eigen fonts te gebruiken. Schrijf elke URL op een nieuwe regel."
 
 
 
 
2546
 
2547
  msgid "WordPress settings"
2548
  msgstr "WordPress instellingen"
@@ -2562,14 +2929,22 @@ msgstr "Maak widget zone"
2562
  msgid "widget area(s)"
2563
  msgstr "widget zone(s)"
2564
 
2565
- msgid "Creates new widget areas which you can place to your theme for easy publishing."
2566
- msgstr "Maakt nieuwe widget zones die u in uw thema kunt plaatsen voor gemakkelijke publicatie."
 
 
 
 
2567
 
2568
  msgid "Use iframe in AJAX calls"
2569
  msgstr "Gebruik iframe in AJAX aanroepen"
2570
 
2571
- msgid "Loads the slider using an iframe when the page is loaded via AJAX to avoid problems."
2572
- msgstr "Laadt de slider aan de hand van een iframe als de pagina ingeladen wordt via AJAX, en dit om problemen te vermijden."
 
 
 
 
2573
 
2574
  msgid "Joomla settings"
2575
  msgstr "Joomla instellingen"
@@ -2583,20 +2958,33 @@ msgstr "Voer content plugins uit op sliders"
2583
  msgid "Exclude plugins"
2584
  msgstr "Uit te sluiten plugins"
2585
 
2586
- msgid "At each slider you can override the global breakpoints with local values."
2587
- msgstr "In elke slider kunt u de globale breekpunten overschrijven met lokale waarden."
 
 
 
2588
 
2589
  msgid "Focus offset"
2590
  msgstr "Focus compensatie"
2591
 
2592
- msgid "This option is used at the full page layout to decrease the slider height. The \"Scroll to slider\" option also uses this option to determine where to scroll the slider."
2593
- msgstr "Deze optie wordt gebruikt in de volledige pagina lay-out om de hoogte van de slider te verminderen. De \"Scroll naar slider\" optie gebruikt deze optie ook om te bepalen waar de slider gescrold moet worden."
 
 
 
 
 
 
2594
 
2595
  msgid "Translate url"
2596
  msgstr "Vertaal URL"
2597
 
2598
- msgid "You can change the frontend URL our assets are loading from. It can be useful after moving to a new domain."
2599
- msgstr "U kunt de frontend URL veranderen vanwaar onze assets geladen worden. Dit kan nuttig zijn na het verhuizen naar een nieuw domein."
 
 
 
 
2600
 
2601
  msgid "The old URL you want to replace. E.g. https://oldsite.com/"
2602
  msgstr "De oude URL die u wilt vervangen. Bijvoorbeeld https://oudesite.com"
@@ -2695,8 +3083,12 @@ msgid "Slider(s) deleted permanently from the trash."
2695
  msgstr "Slider(s) permanent verwijderd uit de prullenbak."
2696
 
2697
  #, php-format
2698
- msgid "Your server has an upload file limit at %s, so if you have bigger export file, please use the local import file method."
2699
- msgstr "Uw server heeft een upload bestandslimiet op %s, dus als u een groter export bestand hebt gebruik dan de lokale import bestand methode."
 
 
 
 
2700
 
2701
  msgid "You have to unzip your "
2702
  msgstr "Zorg voor het uitpakken van uw "
@@ -2720,7 +3112,8 @@ msgid "Import project"
2720
  msgstr "Importeer project"
2721
 
2722
  msgid "You can upload *.ss3 files which were exported by Smart Slider 3."
2723
- msgstr "U kunt *.ss3 bestanden uploaden die geëxporteerd werden door Smart Slider 3."
 
2724
 
2725
  msgid "Local import"
2726
  msgstr "Lokaal importeren"
@@ -2729,8 +3122,12 @@ msgid "Upload file"
2729
  msgstr "Upload bestand"
2730
 
2731
  #, php-format
2732
- msgid "Your server's upload filesize limitation is %s, so if your file is bigger, use the local import."
2733
- msgstr "De upload bestandsgrootte beperking van uw server is %s, dus als uw bestand groter is moet u de lokale import gebruiken."
 
 
 
 
2734
 
2735
  msgid "File"
2736
  msgstr "Bestand"
@@ -2748,8 +3145,12 @@ msgstr "Verwijdert het geselecteerde .ss3 bestand van uw server na de import."
2748
  msgid "Restore slider"
2749
  msgstr "Herstel slider"
2750
 
2751
- msgid "The imported slider will have the same ID as the original export has. If you have a slider with the same ID, it will be overwritten."
2752
- msgstr "De geïmporteerde slider zal hetzelfde ID hebben als de originele export. Als u al een slider hebt met hetzelfde ID dan zal deze overschreven worden."
 
 
 
 
2753
 
2754
  msgid "Image mode"
2755
  msgstr "Afbeelding modus"
@@ -2821,8 +3222,8 @@ msgstr "Generator instellingen"
2821
  msgid "Cache expiration"
2822
  msgstr "Cache verval"
2823
 
2824
- msgid "hours"
2825
- msgstr "uur"
2826
 
2827
  msgid "Start index"
2828
  msgstr "Start index"
@@ -2869,8 +3270,12 @@ msgid "Increase %1$s in php.ini to 1000 or more. Current value: %2$s"
2869
  msgstr "Verhoog %1$s in php.ini tot 1000 of meer. Huidige waarde: %2$s"
2870
 
2871
  #, php-format
2872
- msgid "Decrease %1$s below 15 in php.ini to prevent fatal errors on plugin updates. Current value: %2$s"
2873
- msgstr "Verlaag %1$s tot een waarde kleiner dan 15 in php.ini om fatale fouten te vermijden bij plugin updates. Huidige waarde: %2$s"
 
 
 
 
2874
 
2875
  msgid "Unable to connect to the API"
2876
  msgstr "Kon geen verbinding met de API maken"
@@ -2879,26 +3284,48 @@ msgid "MySQL table missing"
2879
  msgstr "MySQL tabel ontbreekt"
2880
 
2881
  msgid "Your theme uses an outdated MooTools library which is not compatible."
2882
- msgstr "Uw thema gebruikt een verouderde MooTools bibliotheek die niet compatibel is."
 
2883
 
2884
- msgid "JCH Optimize could have a conflict with Smart Slider's Global settings -> Framework settings -> Async Non-Primary CSS. If your Google fonts are not loading, turn this option off."
2885
- msgstr "JCH Optimize kan een conflict hebben met de Globale instellingen -> Framework instellingen -> Async niet-primaire CSS instelling van Smart Slider. Als uw Google fonts niet ingeladen worden schakel deze optie dan uit."
 
 
 
 
 
 
2886
 
2887
- msgid "This plugin breaks JavaScript in the admin area, deactivate it and use alternative plugin."
2888
- msgstr "Deze plugin breekt JavaScript in de admin zone. Deactivateer hem en gebruik een alternatieve plugin."
 
 
 
 
2889
 
2890
- msgid "This plugin breaks Smart Slider 3 ajax calls if custom admin url enabled."
2891
- msgstr "Deze plugin breekt Smart Slider 3 ajax aanroepen als een aangepaste admin URL geactiveerd is."
 
 
 
2892
 
2893
  msgid "This plugin adds a background image to every SVG and breaks SSL."
2894
- msgstr "Deze plugin voegt een achtergrondafbeelding toe aan elke SVG en breekt SSL."
 
2895
 
2896
  msgid "This plugin has a JavaScript error which might break Smart Slider."
2897
- msgstr "Deze plugin heeft een JavaScript fout die Smart Slider mogelijk breekt."
 
2898
 
2899
  #, php-format
2900
- msgid "This plugin breaks the filtering options of the dynamic slide generators when %1$s is set to %2$s. Also it has not received any updates since WordPress 3.9."
2901
- msgstr "Deze plugin breekt de filtering opties van de dynamische slide generatoren als %1$s ingesteld is op %2$s. Hij heeft ook geen updates meer ontvangen sinds WordPress 3.9."
 
 
 
 
 
 
2902
 
2903
  msgid "Add column"
2904
  msgstr "Kolom toevoegen"
@@ -3003,8 +3430,11 @@ msgstr "Volgorde uitgelichte artikels"
3003
  msgid "View article"
3004
  msgstr "Bekijk artikel"
3005
 
3006
- msgid "Creates slides from your Joomla categories. (Not the articles inside them.)"
3007
- msgstr "Maakt slides van uw Joomla categorieën (niet van de artikels die zij bevatten)."
 
 
 
3008
 
3009
  msgid "Parent category"
3010
  msgstr "Moedercategorie"
@@ -3044,8 +3474,14 @@ msgid "Post IDs to display"
3044
  msgstr "Weer te geven inzending IDs"
3045
 
3046
  #, php-format
3047
- msgid "You can make your generator display only the posts with the set ID. No other post will be fetched, even if they match the set filters. %1$s Write one ID per line."
3048
- msgstr "U kunt ervoor zorgen dat uw generator alleen de inzendignen toont met het ingestelde ID. Geen andere inzending zal opgehaald worden, zelfs niet als die voldoet aan de ingestelde filters. %1$s Schrijf één ID per regel."
 
 
 
 
 
 
3049
 
3050
  msgid "Sticky"
3051
  msgstr "Plakkend"
@@ -3059,8 +3495,11 @@ msgstr "Inzending meta vergelijking"
3059
  msgid "Field name"
3060
  msgstr "Veldnaam"
3061
 
3062
- msgid "Only show posts, where the given meta key is equal to the given meta value."
3063
- msgstr "Toon alleen inzendingen waarvan de gegeven meta sleutel gelijk is aan de gegeven meta waarde."
 
 
 
3064
 
3065
  msgid "Compare method"
3066
  msgstr "Vergelijkingsmethode"
@@ -3071,8 +3510,14 @@ msgstr "Veldwaarde"
3071
  msgid "Meta comparison"
3072
  msgstr "Meta vergelijking"
3073
 
3074
- msgid "Same as the previous option, just you can write down more comparisons. Read the \"Field name\" and \"Compare method\" out from the previous option. Example:"
3075
- msgstr "Hetzelfde als de vorige optie, alleen kunt u nu meer vergelijkingen neerschrijven. Lees de \"Veldnaam\" en \"Vergelijkingsmethode\" uit van de vorige optie. Bijvoorbeeld:"
 
 
 
 
 
 
3076
 
3077
  msgid "Post date"
3078
  msgstr "Inzending datum"
@@ -3100,18 +3545,34 @@ msgid "Exclude posts"
3100
  msgstr "Uit te sluiten inzendingen"
3101
 
3102
  #, php-format
3103
- msgid "The selected post IDs won't appear in the generator, even if they they match the set filters. %1$s Write one ID per line."
3104
- msgstr "De geselecteerde inzending IDs zullen niet in de generator verschijnen, zelfs als zij overeenkomen met de ingestelde filters. %1$s Schrijf één ID per regel."
 
 
 
 
 
3105
 
3106
  #, php-format
3107
- msgid "You can create other comparison based on the previous \"Field name\" and \"Compare method\" options. %1$s Use the following format: published||=||yes %1$s Write one comparison per line."
3108
- msgstr "U kunt een andere vergelijking maken gebaseerd op de vorige \"Veldnaam\" en \"Vergelijkingsmethode\" opties. %1$s Gebruik het volgende formaat: published||=||yes %1$s Schrijf één vergelijking per regel."
 
 
 
 
 
 
3109
 
3110
  msgid "Post option"
3111
  msgstr "Inzending optie"
3112
 
3113
- msgid "Posts can have options, like a post can be \"sticky\" or not. You can choose to only display posts, which are selected to be IN or NOT IN this option."
3114
- msgstr "Inzendingen kunnen opties hebben, een inzending kan bijvoorbeeld \"plakkend\" zijn of niet. U kunt ervoor kiezen om alleen inzendingen te tonen die geselecteerd zijn om IN of NIET IN deze optie te zijn."
 
 
 
 
 
3115
 
3116
  msgid "Post relationship with selected option"
3117
  msgstr "Post relatie met geselecteerde optie"
@@ -3123,7 +3584,8 @@ msgid "Identify datetime"
3123
  msgstr "Identificeer datum en tijd"
3124
 
3125
  msgid "Our system tries to identify the date and time in your variables."
3126
- msgstr "Ons systeem probeert de datum en de tijd in uw variabelen te identificeren."
 
3127
 
3128
  msgid "Datetime format"
3129
  msgstr "Datetime formaat"
@@ -3136,8 +3598,12 @@ msgid "Translate dates"
3136
  msgstr "Vertaal datums"
3137
 
3138
  #, php-format
3139
- msgid "Write one per line in the following format: from||to %1$s E.g.: Monday||Montag"
3140
- msgstr "Schrijf er één per regel in het volgende formaat: van||tot %1$s Bijvoorbeeld: Monday||Maandag"
 
 
 
 
3141
 
3142
  msgid "Replace variables"
3143
  msgstr "Vervang variabelen"
@@ -3149,8 +3615,12 @@ msgid "Replace timestamp variables"
3149
  msgstr "Vervang tijdstempel variabelen"
3150
 
3151
  #, php-format
3152
- msgid "The \"Datetime format\" will be used to create dates from the given timestamp containing variables. %1$s Separate them with comma."
3153
- msgstr "Het \"Datetime formaat\" zal gebruikt worden om datums aan te maken vanaf de gegeven tijdstempel die variabelen bevat. %1$s Scheid ze door een komma."
 
 
 
 
3154
 
3155
  msgid "File variables"
3156
  msgstr "Bestandsvariabelen"
@@ -3159,20 +3629,32 @@ msgid "Replace file variables"
3159
  msgstr "Vervang bestandsvariabelen"
3160
 
3161
  #, php-format
3162
- msgid "If you have IDs of files, you can replace those variables with the urls of the files instead. %1$s Separate them with comma."
3163
- msgstr "Als u IDs van bestanden hebt dan kunt u deze variabelen vervangen door de URLs van die bestanden. %1$s Scheid ze door een komma."
 
 
 
 
3164
 
3165
  msgid "Remove duplicate results"
3166
  msgstr "Verwijder dubbele resultaten"
3167
 
3168
- msgid "You can remove results based on one variable's uniqueness. For example if you want the images to be unique, you could write the \"image\" variable into this field (without quotemarks)."
3169
- msgstr "U kunt resultaten verwijderen gebaseerd op de uniekheid van één variabele. Als u bijvoorbeeld wilt dat de afbeeldingen uniek zijn dan kunt u de \"image\" variabele in dit veld invullen (zonder aanhalingstekens)."
 
 
 
 
 
 
3170
 
3171
  msgid "Custom field name"
3172
  msgstr "Aangepaste veldnaam"
3173
 
3174
  msgid "If it's set, this will be used instead of the 'Field' value."
3175
- msgstr "Indien dit ingesteld is dan zal het gebruikt worden in plaats van de 'Veld' waarde."
 
 
3176
 
3177
  msgid "Numeric"
3178
  msgstr "Numeriek"
@@ -3189,34 +3671,64 @@ msgstr "Categorieën"
3189
  msgid "Remove shortcodes"
3190
  msgstr "Verwijder snelcodes"
3191
 
3192
- msgid "You can remove shortcodes from variables to avoid 3rd party content rendering in your slider."
3193
- msgstr "U kunt snelcodes verwijderen uit variabelen om te vermijden dat derde partij inhoud in uw slider gegenereerd wordt."
 
 
 
 
3194
 
3195
  msgid "Remove from variables"
3196
  msgstr "Verwijder uit variabelen"
3197
 
3198
- msgid "Write the name of the variables you want to remove the shortcodes from. Separate new variables with a comma and space. E.g. description, content"
3199
- msgstr "Schrijf de naam van de variabelen waarvan u de snelcodes wilt verwijderen. Scheid nieuwe variabelen door een komma en een spatie. Bijvoorbeeld: beschrijving, inhoud"
 
 
 
 
 
3200
 
3201
  msgid "Custom date variables"
3202
  msgstr "Aangepaste datum variabelen"
3203
 
3204
  #, php-format
3205
- msgid "You can create custom date variables from your existing date variables. Write each variable to a new line and use the following format: variable||format. %3$s The \"variable\" should be an existing variable. Based on this existing variable, we create a new one with the \"_datetime\" suffix. (E.g. date_datetime.) %3$s The \"format\" can be any %1$sPHP date format%2$s."
3206
- msgstr "U kunt aangepaste datumvariabelen maken vanaf uw bestaande datumvariabelen. Schrijf elke variabele op een nieuwe regel en gebruik het volgende formaat: variabele||formaat. %3$s De \"variabele\" moet een bestaande variabele zijn. Gebaseerd op deze bestaande variabele maken we een nieuwe met het \"_datumtijd\" achtervoegsel (bijvoorbeeld datum_datumtijd). %3$s Het \"formaat\" mag eender welk %1$sPHP datumformaat%2$s zijn."
 
 
 
 
 
 
 
 
 
 
 
3207
 
3208
  msgid "Translate custom dates"
3209
  msgstr "Vertaal aangepaste datums"
3210
 
3211
  #, php-format
3212
- msgid "You can translate the content of the newly created variables. %1$s Use the following format: from||to. Eg.: Monday||Montag"
3213
- msgstr "U kunt de inhoud van de nieuw aangemaakte variabelen vertalen. %1$s Gebruik het volgende formaat: van||naar. Bijvoorbeeld: Monday||Maandag"
 
 
 
 
3214
 
3215
  msgid "Date function"
3216
  msgstr "Datum functie"
3217
 
3218
- msgid "This function will be used to format these custom date variables. Usually the date_i18n works, but if your date will be off a little bit, then try out the other one."
3219
- msgstr "Deze functie zal gebruikt worden om deze aangepaste datumvariabelen vorm te geven. Doorgaans werkt date_i18n, maar als uw datum er een beetje naast zit probeer dan de andere waarde."
 
 
 
 
 
 
3220
 
3221
  msgid "Comment count"
3222
  msgstr "Aantal commentaren"
@@ -3228,30 +3740,25 @@ msgid "Post or Page IDs"
3228
  msgstr "Inzending of pagina IDs"
3229
 
3230
  #, php-format
3231
- msgid "You can write the ID of the page you want to show in your generator. %1$s Write one ID per line."
3232
- msgstr "U kunt het ID ingeven van de pagina die u in uw generator wilt tonen. %1$s Schrijf één ID per regel."
 
 
 
 
3233
 
3234
  msgid "Whole group"
3235
  msgstr "Ganse groep"
3236
 
3237
- msgid "Select slider"
3238
  msgstr "Selecteer slider"
3239
 
3240
  msgid "OR"
3241
  msgstr "OF"
3242
 
3243
- msgid "Select A Slider"
3244
- msgstr "Selecteer een slider"
3245
-
3246
  msgid "Insert a slider into your content"
3247
  msgstr "Voeg een slider aan uw content toe"
3248
 
3249
- msgid "Select Slider"
3250
- msgstr "Selecteer slider"
3251
-
3252
- msgid "Edit Slider"
3253
- msgstr "Slider bewerken"
3254
-
3255
  msgid "Select the slider you want to insert."
3256
  msgstr "Selecteer de slider die u wilt invoegen."
3257
 
@@ -3272,8 +3779,14 @@ msgid "Rel"
3272
  msgstr "Rel"
3273
 
3274
  #, php-format
3275
- msgid "Enter the %1$s rel attribute %2$s that represents the relationship between the current document and the linked document. Multiple rel attributes can be separated with space. E.g. nofollow noopener noreferrer"
3276
- msgstr "Geef het %1$s rel attribuut %2$s in dat de relatie tussen het huidige document en het gelinkte document voorstelt. Meerdere rel attributen kunnen gescheiden worden door een spatie. Bijvoorbeeld: nofollow noopener noreferrer"
 
 
 
 
 
 
3277
 
3278
  msgid "Icon"
3279
  msgstr "Icoon"
@@ -3314,8 +3827,12 @@ msgstr "Alt tag"
3314
  msgid "Optimize image"
3315
  msgstr "Optimaliseer afbeelding"
3316
 
3317
- msgid "You can turn off the Layer image optimization for this image, to resize it for tablet and mobile."
3318
- msgstr "U kunt de optimalisatie van de laag afbeelding uitschakelen voor deze afbeelding, en dit om haar te herschalen voor tablets en mobieltjes."
 
 
 
 
3319
 
3320
  msgctxt "Layer group"
3321
  msgid "Special"
@@ -3400,12 +3917,6 @@ msgstr "Indien niet zichtbaar"
3400
  msgid "You can pause the video when the visitor scrolls away from the slider"
3401
  msgstr "U kunt de video pauzeren als de bezoeker wegscrollt van de slider"
3402
 
3403
- msgid "Private video"
3404
- msgstr "Privé video"
3405
-
3406
- msgid "Turn it on to remove the admin warning that your video is not accessible."
3407
- msgstr "Schakel dit in om de beheerderswaarschuwing dat uw video niet toegankelijk is te verwijderen."
3408
-
3409
  msgid "Display"
3410
  msgstr "Weergave"
3411
 
@@ -3415,20 +3926,32 @@ msgstr "Werkt alleen bij video's van Vimeo Pro gebruikers."
3415
  msgid "Remove controls"
3416
  msgstr "Verwijder bedieningselementen"
3417
 
3418
- msgid "Removes the controls of the video, but it only works on videos of Vimeo Pro users."
3419
- msgstr "Verwijdert de bedieningselementen van de video, maar dit werkt alleen bij video's van Vimeo Pro gebruikers."
 
 
 
 
3420
 
3421
  msgid "Hides the title of the video, but only if video owner allows it."
3422
- msgstr "Verbergt de titel van de video, maar alleen als de eigenaar van de video dit toelaat."
 
 
3423
 
3424
  msgid "Users byline"
3425
  msgstr "Gebruikers naamregel"
3426
 
3427
- msgid "Hides the user's byline of the video, but only if video owner allows it."
3428
- msgstr "Verbergt de naamregel van de gebruiker van de video, maar alleen als de eigenaar van de video dit toelaat."
 
 
 
3429
 
3430
- msgid "Hides the profile image of the author, but only if video owner allows it. "
3431
- msgstr "Verbergt de profiel afbeelding van de auteur, maar alleen als de eigenaar van de video dit toelaat. "
 
 
 
3432
 
3433
  msgid "Play button"
3434
  msgstr "Speel knop"
@@ -3460,8 +3983,14 @@ msgstr "Eender waar"
3460
  msgid "Same channel"
3461
  msgstr "Hetzelfde kanaal"
3462
 
3463
- msgid "YouTube no longer allows hiding the related videos at the end of the video. This setting defines whether the videos should come from the same channel as the video that was just played or from any other channel."
3464
- msgstr "YouTube laat niet langer toe de gelijkaardige video's te verbergen aan het einde van de video. Deze instelling bepaalt of de video's moeten komen van hetzelfde kanaal als de video die net gespeeld werd of van een ander kanaal."
 
 
 
 
 
 
3465
 
3466
  msgid "Slider error! Generator group not found: "
3467
  msgstr "Slider fout! Generator groep niet gevonden: "
@@ -3496,14 +4025,22 @@ msgstr "De slider probeert de volledige breedte van de browser op te vullen."
3496
  msgid "Overflow-X"
3497
  msgstr "Overloop-X"
3498
 
3499
- msgid "Prevents the vertical scrollbar from appear during certain slide background animations."
3500
- msgstr "Verhindert dat de verticale scrollbalk verschijnt tijdens bepaalde slide achtergrond animaties."
 
 
 
 
3501
 
3502
  msgid "Adjust slider width to"
3503
  msgstr "Pas slider breedte aan tot"
3504
 
3505
- msgid "You can make the slider fill up a selected parent element instead of the full browser width."
3506
- msgstr "U kunt zorgen dat de slider een geselecteerd moederelement opvult in plaats van de volledige browser breedte."
 
 
 
 
3507
 
3508
  msgid "Not found"
3509
  msgstr "Niet gevonden"
@@ -3561,11 +4098,21 @@ msgctxt "Feature"
3561
  msgid "Carousel"
3562
  msgstr "Carousel"
3563
 
3564
- msgid "If you turn off this option, you can't switch to the first slide from the last one."
3565
- msgstr "Als u deze optie uitschakelt dan kunt u niet meer overschakelen van de laatste slide naar de eerste."
 
 
 
 
3566
 
3567
- msgid "Background animations only work on the slide background images, which have Fill selected at their Fill mode. They don't affect any images if the background parallax is enabled."
3568
- msgstr "Achtergrond animaties werken alleen voor de slide achtergrondafbeeldingen, die 'Opvullen' geselecteerd hebben voor hun 'Opvulmodus'. Zij hebben geen invloed op afbeeldingen als de achtergrond parallax geactiveerd is."
 
 
 
 
 
 
3569
 
3570
  msgid "Shifted"
3571
  msgstr "Verschoven"
@@ -4074,8 +4621,15 @@ msgstr "Volgende alt tag"
4074
  msgid "Base64"
4075
  msgstr "Base64"
4076
 
4077
- msgid "Base64 encoded arrow images are loading faster and they are colorable. But optimization plugins often have errors in their codes related to them, so if your arrow won't load, turn this option off."
4078
- msgstr "Base64 geëncodeerde pijl afbeeldingen laden sneller en zij kunnen gekleurd worden. Maar optimalisatie plugins hebben vaak fouten in hun codes die hiermee verband houden. Als uw pijl dus niet inlaadt schakel deze optie dan uit."
 
 
 
 
 
 
 
4079
 
4080
  msgid "Image width - Desktop"
4081
  msgstr "Afbeelding breedte - Desktop"
@@ -4101,15 +4655,28 @@ msgstr "Balk"
4101
  msgid "Slide count"
4102
  msgstr "Aantal slides"
4103
 
4104
- msgid "The \"Title\" will be the index of the slide and \"Description\" will be the total number of slides."
4105
- msgstr "De \"Titel\" zal de index van de slide zijn en \"Beschrijving\" zal het totaal aantal slides zijn."
 
 
 
 
4106
 
4107
  msgid "Separator"
4108
  msgstr "Scheidingsteken"
4109
 
4110
  #, php-format
4111
- msgid "You can set what separates the Tex bar Title and Description. This separator is used at the Slide count option, too, to separate the current and total slide number. %1$s To put the Description to a new line, use the &lt;br&gt; HTML tag."
4112
- msgstr "U kunt instellen wat de titel van de tekstbalk en de beschrijving scheidt. Deze scheiding wordt ook gebruikt in de slide teller optie, om het huidige slide nummer te scheiden van het totaal aantal slides. %1$s Om de beschrijving op een nieuwe regel te tonen kunt u de &lt;br&gt; HTML tag gebruiken."
 
 
 
 
 
 
 
 
 
4113
 
4114
  msgid "Bar full size"
4115
  msgstr "Balk volledige grootte"
@@ -4120,8 +4687,12 @@ msgstr "Toont bij muisover"
4120
  msgid "Hide on slides"
4121
  msgstr "Verberg op slides"
4122
 
4123
- msgid "List the slides separated by commas on which you want the controls to be hidden."
4124
- msgstr "Lijst met slides, gescheiden door komma's, waarop u de bedieningselementen wilt verbergen."
 
 
 
 
4125
 
4126
  msgid "Text bar"
4127
  msgstr "Tekstbalk"
@@ -4129,9 +4700,6 @@ msgstr "Tekstbalk"
4129
  msgid "Bullets"
4130
  msgstr "Opsommingstekens"
4131
 
4132
- msgid "Bullet"
4133
- msgstr "Opsommingsteken"
4134
-
4135
  msgid "Side"
4136
  msgstr "Zijkant"
4137
 
@@ -4174,8 +4742,12 @@ msgstr "Ruimte rondom"
4174
  msgid "Caption"
4175
  msgstr "Onderschrift"
4176
 
4177
- msgid "The height (horizontal orientation) or width (vertical orientation) of the caption container."
4178
- msgstr "De hoogte (horizontale oriëntatie) of breedte (verticale oriëntatie) van de onderschrift container."
 
 
 
 
4179
 
4180
  msgid "Next arrow image"
4181
  msgstr "Volgende pijl afbeelding"
@@ -4193,8 +4765,12 @@ msgstr "miniaturen"
4193
  msgid "You can break your thumbnails into rows or columns."
4194
  msgstr "U kunt uw miniaturen opdelen in rijen of kolommen."
4195
 
4196
- msgid "The height (horizontal orientation) or width (vertical orientation) of the thumbnail container in px or %."
4197
- msgstr "De hoogte (horizontale oriëntatie) of breedte (verticale oriëntatie) van de miniatuur container in px of %."
 
 
 
 
4198
 
4199
  #, javascript-format
4200
  msgid "Switches %s slide(s)."
@@ -4316,42 +4892,27 @@ msgstr "Pirouette"
4316
  msgid "Sparkling"
4317
  msgstr "Glinsterend"
4318
 
4319
- msgid "Curve 1"
 
 
4320
  msgstr "Curve 1"
4321
 
4322
- msgid "Curve 2"
4323
- msgstr "Curve 2"
4324
-
4325
- msgid "Curve 3"
4326
- msgstr "Curve 3"
4327
-
4328
- msgid "Curve 4"
4329
- msgstr "Curve 4"
4330
-
4331
  msgid "Curves"
4332
  msgstr "Curves"
4333
 
4334
- msgid "Fan 1"
 
 
4335
  msgstr "Ventilator 1"
4336
 
4337
- msgid "Fan 2"
4338
- msgstr "Ventilator 2"
4339
-
4340
- msgid "Fan 3"
4341
- msgstr "Ventilator 3"
4342
-
4343
  msgid "Hills"
4344
  msgstr "Bergen"
4345
 
4346
- msgid "Incline 1"
 
 
4347
  msgstr "Helling 1"
4348
 
4349
- msgid "Incline 2"
4350
- msgstr "Helling 2"
4351
-
4352
- msgid "Incline 3"
4353
- msgstr "Helling 3"
4354
-
4355
  msgid "Inverse arrow"
4356
  msgstr "Omgekeerde pijl"
4357
 
@@ -4361,27 +4922,33 @@ msgstr "Rechthoek"
4361
  msgid "Slopes"
4362
  msgstr "Hellingen"
4363
 
4364
- msgid "Tilt 1"
 
 
4365
  msgstr "Kantelen 1"
4366
 
4367
- msgid "Tilt 2"
4368
- msgstr "Kantelen 2"
4369
-
4370
- msgid "Triangle 1"
4371
  msgstr "Driehoek 1"
4372
 
4373
- msgid "Triangle 2"
4374
- msgstr "Driehoek 2"
4375
-
4376
- msgid "Wave 1"
4377
  msgstr "Golf 1"
4378
 
4379
- msgid "Wave 2"
4380
- msgstr "Golf 2"
4381
-
4382
  msgid "Waves"
4383
  msgstr "Golven"
4384
 
 
 
 
 
 
 
 
 
 
4385
  msgid "2 Colors"
4386
  msgstr "2 kleuren"
4387
 
@@ -4400,13 +4967,28 @@ msgstr "Het geheim is leeeg. Geef die waarde ook in!"
4400
  msgid "The App ID is empty. Please insert that value too!"
4401
  msgstr "Het App ID is leeg. Geef die waarde ook in!"
4402
 
4403
- #, php-format
4404
- msgid "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in order to use this generator! - %2$s How to get SSL for my WordPress site? %3$s"
4405
- msgstr "%1$s laat alleen HTTPS doorverwijzing URIs toe! U moet uw site naar HTTPS verplaatsen om deze generator te gebruiken! - %2$s Hoe verkrijg ik SSL voor mijn WordPress site? %3$s"
 
 
 
 
 
 
 
 
 
 
 
 
4406
 
4407
  #, php-format
4408
- msgid "%2$s Check the documentation %3$s to learn how to configure your %1$s app."
4409
- msgstr "%2$s Raadpleeg de documentatie %3$s om te leren hoe u uw %1$s app moet configureren."
 
 
 
4410
 
4411
  msgctxt "Facebook app permission"
4412
  msgid "pages read engagement"
@@ -4415,8 +4997,16 @@ msgstr "pagina's gelezen engagement"
4415
  msgid "Pages read engagement permission"
4416
  msgstr "Pagina's lezen engagement permissie"
4417
 
4418
- msgid "You need \"pages_read_engagement\" permission if you want to access datas of Facebook pages, where you are an administrator. For other pages you still need to turn this option on, but request access to \"Page Public Content Access\" within your App."
4419
- msgstr "U hebt \"pages_read_engagement\" permissie nodig als u toegang wilt hebben tot data van Facebook pagina's, waar u een administrator bent. Voor andere pagina's moet u deze optie nog steeds inschakelen, maar toegang vragen tot \"Page Public Content Access\" binnen uw app."
 
 
 
 
 
 
 
 
4420
 
4421
  msgctxt "Facebook app permission"
4422
  msgid "user photos"
@@ -4425,8 +5015,12 @@ msgstr "gebruikersfoto's"
4425
  msgid "User photos permission"
4426
  msgstr "Gebruiker foto permissie"
4427
 
4428
- msgid "You need \"user_photos\" permission to access photos of users, except your own user."
4429
- msgstr "U moet \"user_photos\" permissie hebben om toegang te krijgen tot foto's van gebruikers, behalve deze van uzelf."
 
 
 
 
4430
 
4431
  msgid "Token"
4432
  msgstr "Token"
@@ -4520,11 +5114,41 @@ msgstr "Video's in map"
4520
  msgid "Source folder"
4521
  msgstr "Bronmap"
4522
 
 
 
 
 
 
4523
  msgid "Remove resized images"
4524
  msgstr "Verwijder herschaalde afbeeldingen"
4525
 
4526
- msgid "This option removes files that match the \"-[number]x[number].[extension]\" pattern in the end of their file names. For example, \"myimage.jpg\" will stay in the generator result, but \"myimage-120x120.jpg\" will be removed, because it's the same image, just in a smaller size."
4527
- msgstr "Deze optie verwijdert bestanden die voldoen aan het \"-[getal]x[getal].[extensie]\" patroon aan het einde van hun bestandsnamen. Bijvoorbeeld: \"mijnafbeelding.jpg\" zal in het generator resultaat blijven, maar \"mijnafbeelding-120x120.jpg\" zal verwijderd worden, omdat het om dezelfde afbeelding gaat, alleen in een kleiner formaat."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4528
 
4529
  msgid "Filename"
4530
  msgstr "Bestandsnaam"
@@ -4532,14 +5156,63 @@ msgstr "Bestandsnaam"
4532
  msgid "Creation date"
4533
  msgstr "Aanmaakdatum"
4534
 
4535
- msgid "Wrong path. This is the default image folder path, so try to navigate from here:"
4536
- msgstr "Verkeerd pad. Dit is het standaard pad naar de afbeeldingsmap. Probeer dus te navigeren vanaf hier:"
 
 
 
 
4537
 
4538
  msgid "Folder not found."
4539
  msgstr "Map niet gevonden."
4540
 
4541
- msgid "Wrong path. This is the default upload/media folder path, so try to navigate from here:"
4542
- msgstr "Verkeerd pad. Dit is het standaard pad naar de upload/media map. Probeer dus te navigeren vanaf hier:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4543
 
4544
  msgid "JSON from url"
4545
  msgstr "JSON van URL"
@@ -4550,23 +5223,47 @@ msgstr "JSON van invoer"
4550
  msgid "Level separation"
4551
  msgstr "Niveau scheiding"
4552
 
4553
- msgid "JSON codes can be customized to have many different levels. From a code it is impossible to know from which level do you want to use the given datas on the different slides, so you have to select that level from this list."
4554
- msgstr "JSON codes kunnen aangepast worden zodat zij veel verschillende niveaus hebben. Uit een code is onmogelijk vast te stellen van welk niveau u de gegeven data op de verschillende slides wilt gebruiken, dus moet u dat niveau uit deze lijst kiezen."
 
 
 
 
 
 
 
4555
 
4556
  #, php-format
4557
- msgid "The given text is not valid XML! %1$sValidate your code%2$s to make sure it is correct."
4558
- msgstr "De gegeven tekst is geen geldige XML! %1$sValideer uw code%2$s om u ervan te vergewissen dat ze correct is."
 
 
 
 
4559
 
4560
  #, php-format
4561
- msgid "The given text is not valid JSON! %1$sValidate your code%2$s to make sure it is correct."
4562
- msgstr "De gegeven tekst is geen geldige JSON! %1$sValideer uw code%2$s om u ervan te vergewissen dat ze correct is."
 
 
 
 
4563
 
4564
- msgid "Try to change the \"Level separation\" or \"Remove levels from result\" setting."
4565
- msgstr "Probeer de \"Niveau scheiding\" of \"Verwijder niveaus uit resultaat\" instelling."
 
 
 
 
4566
 
4567
  msgid "Images"
4568
  msgstr "Afbeeldingen"
4569
 
 
 
 
 
 
4570
  msgid "Timezone offset in hours. For example: +2 or -7."
4571
  msgstr "Tijdzone compensatie in uur. Bijvoorbeeld: +2 of -7."
4572
 
@@ -4610,51 +5307,6 @@ msgstr "optioneel"
4610
  msgid "Creates slides from %1$s content."
4611
  msgstr "Maakt slides van %1$s content."
4612
 
4613
- msgid "Items"
4614
- msgstr "Items"
4615
-
4616
- msgid "Locations"
4617
- msgstr "Locaties"
4618
-
4619
- msgid "Types"
4620
- msgstr "Types"
4621
-
4622
- msgid "Expired"
4623
- msgstr "Verlopen"
4624
-
4625
- msgid "Started"
4626
- msgstr "Begonnen"
4627
-
4628
- msgid "Auction"
4629
- msgstr "Veiling"
4630
-
4631
- msgid "Negotiable price"
4632
- msgstr "Onderhandelbare prijs"
4633
-
4634
- msgid "Blocked by User"
4635
- msgstr "Geblokkeerd door gebruiker"
4636
-
4637
- msgid "Paid"
4638
- msgstr "Betaald"
4639
-
4640
- msgid "Buynow"
4641
- msgstr "Koopnu"
4642
-
4643
- msgid "Menu item (item ID)"
4644
- msgstr "Menu item (item ID)"
4645
-
4646
- msgid "Your url will point to the item within this menu item. You will only get a good result, if you will pick one of your DJ Classifields menu items or leave it on 'Default'."
4647
- msgstr "Uw URL zal wijzen naar het item binnen dit menu item. U zal alleen een goed resultaat krijgen als u één van uw DJ Classifieds menu items kiest of het laat staan op 'Standaard'."
4648
-
4649
- msgid "Start date"
4650
- msgstr "Startdatum"
4651
-
4652
- msgid "Expiration date"
4653
- msgstr "Vervaldatum"
4654
-
4655
- msgid "Price"
4656
- msgstr "Prijs"
4657
-
4658
  msgid "Include subcategories"
4659
  msgstr "Inclusief subcategorieën"
4660
 
@@ -4706,6 +5358,9 @@ msgstr "Scheid ze door een komma."
4706
  msgid "Banned user IDs"
4707
  msgstr "Verbannen gebruiker IDs"
4708
 
 
 
 
4709
  msgid "Ended"
4710
  msgstr "Beëindigd"
4711
 
@@ -4728,10 +5383,12 @@ msgid "Location"
4728
  msgstr "Locatie"
4729
 
4730
  msgid "Pull posts only from these users. Separate them by comma."
4731
- msgstr "Haal alleen de inzendingen van deze gebruikers op. Scheid ze door een komma."
 
4732
 
4733
  msgid "Do not pull posts from these users. Separate them by comma."
4734
- msgstr "Haal geen inzendingen van deze gebruikers op. Scheid ze door een komma."
 
4735
 
4736
  msgid "Public"
4737
  msgstr "Publiek"
@@ -4787,12 +5444,18 @@ msgstr "Categorie taal"
4787
  msgid "Manufacturer language"
4788
  msgstr "Fabrikant taal"
4789
 
 
 
 
4790
  msgid "Product name"
4791
  msgstr "Product naam"
4792
 
4793
  msgid "Product ID"
4794
  msgstr "Product ID"
4795
 
 
 
 
4796
  msgid "Recurring"
4797
  msgstr "Herhalend"
4798
 
@@ -4808,6 +5471,12 @@ msgstr "Alleen zich herhalende moederevenementen"
4808
  msgid "Only not recurring events"
4809
  msgstr "Alleen zich niet herhalende evenementen"
4810
 
 
 
 
 
 
 
4811
  msgid "End date"
4812
  msgstr "Einddatum"
4813
 
@@ -4850,6 +5519,15 @@ msgstr "Max einddatum"
4850
  msgid "Only display items with these IDs"
4851
  msgstr "Toon alleen items met deze IDs"
4852
 
 
 
 
 
 
 
 
 
 
4853
  msgid "Brand"
4854
  msgstr "Merk"
4855
 
@@ -4874,8 +5552,12 @@ msgstr "Totaal stemmen"
4874
  msgid "Product IDs"
4875
  msgstr "Product IDs"
4876
 
4877
- msgid "Write the product IDs you want to display here, in the order you want them to appear in the generator. One product ID per line."
4878
- msgstr "Schrijf hier de product IDs die u wilt tonen, in de volgorde dat ze in de generator moeten verschijnen. Eén product ID per regel."
 
 
 
 
4879
 
4880
  msgid "One time events"
4881
  msgstr "Eenmalige evenementen"
@@ -4886,11 +5568,13 @@ msgstr "Herhalende evenementen"
4886
  msgid "Date language"
4887
  msgstr "Datum taal"
4888
 
4889
- msgid "Offset value"
4890
- msgstr "Compensatie waarde"
 
 
4891
 
4892
- msgid "Timezone offset in hours. For example: +2 or -7. If you leave it empty, Joomla's System -> Global Configuration -> Server -> Server Time Zone setting will be used."
4893
- msgstr "Tijdzone compensatie in uur. Bijvoorbeeld: +2 of -7. Als u dit leeg laat, dan zal de Joomla instelling uit Systeem -> Globale configuratie -> Server -> Servertijdzone gebruikt worden."
4894
 
4895
  msgid "Status"
4896
  msgstr "Status"
@@ -4901,6 +5585,9 @@ msgstr "In prullenbak"
4901
  msgid "Ask down all product images"
4902
  msgstr "Vraag alle product afbeeldingen op"
4903
 
 
 
 
4904
  msgid "View item"
4905
  msgstr "Bekijk item"
4906
 
@@ -4910,15 +5597,6 @@ msgstr "Bekeken"
4910
  msgid "View image"
4911
  msgstr "Bekijk afbeelding"
4912
 
4913
- msgid "Supplier"
4914
- msgstr "Leverancier"
4915
-
4916
- msgid "On sale"
4917
- msgstr "Te koop"
4918
-
4919
- msgid "Discount price"
4920
- msgstr "Kortingsprijs"
4921
-
4922
  msgid "All day event"
4923
  msgstr "Ganse dag evenement"
4924
 
@@ -4928,31 +5606,6 @@ msgstr "Terugval taal"
4928
  msgid "Show parent products only"
4929
  msgstr "Toon alleen bovenliggende producten"
4930
 
4931
- #, php-format
4932
- msgid "Creates slides from %1$s events."
4933
- msgstr "Maakt slides van %1$s evenementen."
4934
-
4935
- msgid "Create custom date variables"
4936
- msgstr "Maak aangepaste datumvariabelen"
4937
-
4938
- msgid "You can write any date format (http://php.net/manual/en/function.date.php) in separate lines, and new variables will be created for them."
4939
- msgstr "U kunt eender welk datumformaat op aparte regels schrijven (http://php.net/manual/en/function.date.php). Daarna zullen er nieuwe variabelen voor aangemaakt worden."
4940
-
4941
- msgid "Write the original text, like 'Monday' then two | signs, and the text you want it to be translated to, for example 'Montag'. Together: Monday||Montag"
4942
- msgstr "Schrijf de originele tekst, zoals 'Monday', daarna twee | tekens en de tekst waarnaar u deze tekst wilt vertalen. Bijvoorbeeld: 'Maandag'. Samen: Monday||Maandag"
4943
-
4944
- msgid "Event start date"
4945
- msgstr "Evenement begindatum"
4946
-
4947
- msgid "Event end date"
4948
- msgstr "Evenement einddatum"
4949
-
4950
- msgid "Event creation date"
4951
- msgstr "Evenement aanmaakdatum"
4952
-
4953
- msgid "Event modification date"
4954
- msgstr "Evenement aanpassingsdatum"
4955
-
4956
  #, php-format
4957
  msgid "Creates slides from %1$s galleries."
4958
  msgstr "Maakt slides van %1$s galerijen."
@@ -4967,12 +5620,20 @@ msgid "Creates slides by your custom settings."
4967
  msgstr "Maakt slides volgens uw aangepaste instellingen."
4968
 
4969
  #, php-format
4970
- msgid "You don't have custom generators yet. %1$s Check the documentation %2$s to learn how to create your own generator."
4971
- msgstr "U hebt nog geen aangepaste generatoren. %1$s Raadpleeg de documentatie %2$s om te weten te komen hoe u uw eigen generator moet maken."
 
 
 
 
4972
 
4973
  msgid "No options given"
4974
  msgstr "Geen opties gegeven"
4975
 
 
 
 
 
4976
  msgid "Exclude event IDs (One ID per line)"
4977
  msgstr "Uit te sluiten evenement ID (één ID per regel)"
4978
 
@@ -4994,8 +5655,14 @@ msgstr "Evenementen per site"
4994
  msgid "Format date variables"
4995
  msgstr "Formatteer datum variabelen"
4996
 
4997
- msgid "With the WordPress Settings -> General -> Timezone and Date format, new variables will be generated from the given variables. Separate them with comma."
4998
- msgstr "Met de WordPress instellingen -> Algemeen -> Tijdzone en datum formaat zullen nieuwe variabelen gegenereerd worden vanaf de gegeven variabelen. Scheid ze door een komma."
 
 
 
 
 
 
4999
 
5000
  msgid "Start time text"
5001
  msgstr "Begintijd tekst"
@@ -5024,14 +5691,28 @@ msgstr "Plaatsen"
5024
  msgid "Hide From Event Listings"
5025
  msgstr "Verberg in evenement listings"
5026
 
 
 
 
 
 
 
5027
  msgid "Event cost"
5028
  msgstr "Evenement prijs"
5029
 
 
 
 
 
 
 
5030
  msgid "Metakey name"
5031
  msgstr "Metakey naam"
5032
 
5033
  msgid "If its set, this will be used instead of the 'Field' value."
5034
- msgstr "Indien dit ingesteld is dan zal het gebruikt worden in plaats van de 'Veld' waarde."
 
 
5035
 
5036
  msgid "Sorting method"
5037
  msgstr "Sorteermethode"
@@ -5060,8 +5741,12 @@ msgstr "Producten op filter"
5060
  msgid "Products by IDs and/or SKUs"
5061
  msgstr "Producten op IDs en/of SKUs"
5062
 
5063
- msgid "Creates slides from your WooCommece categories. (Not from the products inside them.)"
5064
- msgstr "Maakt slides van uw WooCommece categorieën (niet van de producten die erin zitten)."
 
 
 
 
5065
 
5066
  msgid "Submenu limit"
5067
  msgstr "Submenu limiet"
@@ -5069,6 +5754,14 @@ msgstr "Submenu limiet"
5069
  msgid "No limit"
5070
  msgstr "Geen limiet"
5071
 
 
 
 
 
 
 
 
 
5072
  msgid "Downloadable"
5073
  msgstr "Downloadbaar"
5074
 
@@ -5078,8 +5771,15 @@ msgstr "Virtueel"
5078
  msgid "Create text variables (one per line)"
5079
  msgstr "Maak tekst variabelen (een per regel)"
5080
 
5081
- msgid "if 'variable' equals to 'equalvalue', then you will get the text 'true', but if it's not equal, the text will be 'false'. The new variable's name will be textvariable (the 'variable' replaced by your variable's name)."
5082
- msgstr "als 'variabele' gelijk is aan 'gelijkewaarde' dan krijgt u de tekst 'true', maar als hij niet gelijk is dan zal de tekst 'false' zijn. De naam van de nieuwe variabele zal tekstvariabele zijn (de 'variabele' vervangen door de naam van uw variabele)."
 
 
 
 
 
 
 
5083
 
5084
  msgid "Round rating"
5085
  msgstr "Beoordeling afronden"
@@ -5250,6 +5950,14 @@ msgstr "Slinger 3D"
5250
  msgid "Vertical pendulum 3D"
5251
  msgstr "Verticale slinger 3D"
5252
 
 
 
 
 
 
 
 
 
5253
  msgid "Before text"
5254
  msgstr "Voor de tekst"
5255
 
@@ -5315,8 +6023,12 @@ msgid "Audio settings"
5315
  msgstr "Audio instellingen"
5316
 
5317
  #, php-format
5318
- msgid "Audio autoplaying has a lot of limitations made by browsers. You can read about them %1$shere%2$s."
5319
- msgstr "Audio automatisch spelen heeft een groot aantal beperkingen in bepaalde browsers. U kunt er %1$shier%2$s over lezen."
 
 
 
 
5320
 
5321
  msgid "Starts the audio from the beginning when the slide is viewed again."
5322
  msgstr "Start de audio vanaf het begin als de slide opnieuw bekeken wordt."
@@ -5396,21 +6108,6 @@ msgstr "Toon onderschrift"
5396
  msgid "Caption text"
5397
  msgstr "Onderschrift tekst"
5398
 
5399
- msgid "2"
5400
- msgstr "2"
5401
-
5402
- msgid "4"
5403
- msgstr "4"
5404
-
5405
- msgid "6"
5406
- msgstr "6"
5407
-
5408
- msgid "8"
5409
- msgstr "8"
5410
-
5411
- msgid "10"
5412
- msgstr "10"
5413
-
5414
  msgid "Before image alt tag"
5415
  msgstr "Voor de afbeelding alt tag"
5416
 
@@ -5465,68 +6162,134 @@ msgstr "Pre"
5465
  msgid "Animation duration"
5466
  msgstr "Animatie duur"
5467
 
5468
- msgid "Circle 1"
5469
- msgstr "Circel 1"
 
 
5470
 
5471
- msgid "Circle 2"
5472
- msgstr "Circel 2"
5473
 
5474
- msgid "Circle 3"
5475
- msgstr "Circel 3"
5476
 
5477
- msgid "Curly 1"
5478
- msgstr "Gekruld 1"
5479
 
5480
- msgid "Curly 2"
5481
- msgstr "Gekruld 2"
 
 
5482
 
5483
- msgid "Highlight 1"
5484
- msgstr "Accentuering 1"
 
 
5485
 
5486
- msgid "Highlight 2"
5487
- msgstr "Accentuering 2"
5488
 
5489
- msgid "Highlight 3"
5490
- msgstr "Accentuering 3"
5491
 
5492
- msgid "Line Through 1"
5493
- msgstr "Doorhaling 1"
 
 
 
5494
 
5495
- msgid "Line Through 2"
5496
- msgstr "Doorhaling 2"
5497
 
5498
- msgid "Line Through 3"
5499
- msgstr "Doorhaling 3"
 
 
5500
 
5501
- msgid "Rectangle 1"
5502
- msgstr "Rechthoek 1"
 
 
5503
 
5504
- msgid "Rectangle 2"
5505
- msgstr "Rechthoek 2"
5506
 
5507
- msgid "Underline 1"
5508
- msgstr "Onderlijn 1"
 
 
 
 
 
5509
 
5510
- msgid "Underline 2"
5511
- msgstr "Onderlijn 2"
 
 
5512
 
5513
- msgid "Underline 3"
5514
- msgstr "Onderlijn 3"
 
 
5515
 
5516
- msgid "Underline double 1"
5517
- msgstr "Onderlijn dubbel 1"
 
 
5518
 
5519
- msgid "Underline double 2"
5520
- msgstr "Onderlijn dubbel 2"
5521
 
5522
- msgid "ZigZag 1"
5523
- msgstr "ZigZag 1"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5524
 
5525
- msgid "ZigZag 2"
5526
- msgstr "ZigZag 2"
 
 
5527
 
5528
- msgid "ZigZag 3"
5529
- msgstr "ZigZag 3"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5530
 
5531
  msgid "Highlighted text"
5532
  msgstr "Geaccentueerde tekst"
@@ -5543,8 +6306,21 @@ msgstr "Herhaling wachttijd"
5543
  msgid "HTML"
5544
  msgstr "HTML"
5545
 
5546
- msgid "Please note that <b>we do not support</b> the HTML layer and the 3rd party codes loaded by it. We only suggest using this layer if you are a developer. <br>Also, make sure your HTML code is valid! Invalid HTML codes can mess up the entire slide and the only way resolving this problem is deleting the slide."
5547
- msgstr "Merk op dat we de HTML laag en de derde partij codes die erdoor geladen worden <b>niet ondersteunen</b>. We raden aan deze laag alleen te gebruiken als u een ontwikkelaar bent. <br>Vergewis u er ook van dat uw HTML code geldig is! Ongeldige HTML codes kunnen de volledige slide verknoeien en de enige manier om dat op te lossen is de volledige slide te verwijderen."
 
 
 
 
 
 
 
 
 
 
 
 
 
5548
 
5549
  msgid "Item"
5550
  msgstr "Item"
@@ -5648,9 +6424,6 @@ msgstr "Upper-roman"
5648
  msgid "Icon not found"
5649
  msgstr "Icoon niet gevonden"
5650
 
5651
- msgid "Aria label"
5652
- msgstr "Aria label"
5653
-
5654
  #, php-format
5655
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
5656
  msgstr "Geef een %1$s aria-label attribuut in %2$s dat de link beschrijft."
@@ -5658,22 +6431,26 @@ msgstr "Geef een %1$s aria-label attribuut in %2$s dat de link beschrijft."
5658
  msgid "Iframe"
5659
  msgstr "Iframe"
5660
 
5661
- msgid "iframe"
5662
- msgstr "iframe"
5663
-
5664
- msgid "Please note, that <b>we do not support</b> customized coding! The iframe layer often needs code customizations what you have to do yourself, so we only suggest using this layer if you are a developer!"
5665
- msgstr "Merk op dat we aangepaste codering <b>niet ondersteunen</b>! De iframe laag heeft vaak code aanpassingen nodig die u zelf moet aanbrengen. We raden dus aan deze laag alleen te gebruiken als u een ontwikkelaar bent!"
 
 
 
5666
 
5667
- msgid "iframe url"
 
 
5668
  msgstr "iframe URL"
5669
 
5670
- msgid "Yes"
5671
- msgstr "Ja"
5672
-
5673
  msgid "You can disable the scroll on the iframe content."
5674
  msgstr "U kun het scrollen op de iframe inhoud deactiveren."
5675
 
5676
- msgid "iframe title"
 
 
5677
  msgstr "iframe titel"
5678
 
5679
  msgid "Image area"
@@ -5682,8 +6459,11 @@ msgstr "Afbeeldingszone"
5682
  msgid "Image box"
5683
  msgstr "Afbeeldingsvak"
5684
 
5685
- msgid "Positions the text inside the layer. Only works with left and right layout."
5686
- msgstr "Positioneert de tekst binnen de laag. Werkt enkel met de linkse en rechtse lay-out."
 
 
 
5687
 
5688
  msgid "Input"
5689
  msgstr "Invoer"
@@ -5694,8 +6474,13 @@ msgstr "Container"
5694
  msgid "What are you looking for?"
5695
  msgstr "Waar bent u naar op zoek?"
5696
 
5697
- msgid "We only suggest using this layer if you are a developer, since the Input layer requires deep understanding how HTML form works."
5698
- msgstr "We raden aan deze laag alleen te gebruiken als u een ontwikkelaar bent, vermits de invoerlaag een goede kennis vereist over de werking van HTML formulieren."
 
 
 
 
 
5699
 
5700
  msgid "Placeholder text"
5701
  msgstr "Plaatshouder tekst"
@@ -5757,32 +6542,53 @@ msgstr "Vooraf inladen"
5757
  msgid "Joomla module"
5758
  msgstr "Joomla module"
5759
 
5760
- msgid "Please note, that <b>we do not support</b> the Joomla module layer!<br>The loaded module often needs code customizations what you have to do yourself, so we only suggest using this layer if you are a developer!"
5761
- msgstr "Merk op dat we de Joomla module laag <b>niet ondersteunen</b>! De ingeladen module heeft vaak code aanpassingen nodig die u zelf moet aanbrengen. We raden dus aan deze laag alleen te gebruiken als u een ontwikkelaar bent!"
 
 
 
 
 
 
5762
 
5763
  msgid "Position name or module ID"
5764
  msgstr "Positie naam of module ID"
5765
 
5766
- msgid "The position name of your module (for Loadposition and Modulepos) or the module's ID (Module)."
5767
- msgstr "De positie naam van uw module (voor Loadposition en Modulepos) of het module ID (Module)."
 
 
 
 
5768
 
5769
  msgid "Constrain ratio"
5770
  msgstr "Beperking verhouding"
5771
 
5772
  msgid "The slide scales horizontally and vertically with the same amount."
5773
- msgstr "De slide verandert horizontaal en verticaal van grootte met dezelfde waarde."
 
5774
 
5775
  msgid "Height based on"
5776
  msgstr "Hoogte gebaseerd op"
5777
 
5778
- msgid "The real height makes your slider have the height of the browser without the URL bar, while the CSS 100vh makes it exactly as big as the browser height."
5779
- msgstr "De werkelijke hoogte maakt dat uw slider de hoogte heeft van de browser zonder de URL balk, terwijl de CSS 100vh hem net zo groot maakt als de hoogte van de browser."
 
 
 
 
 
5780
 
5781
  msgid "Decrease height"
5782
  msgstr "Verminder hoogte"
5783
 
5784
- msgid "You can make your slider smaller than the full height of the browser by a given pixel, for example, to fit below your menu without causing scrollbar."
5785
- msgstr "U kunt uw slider een gegeven pixel kleiner maken dan de volledige hoogte van de browser, bijvoorbeeld om onder uw menu te passen zonder dat er een scrollbalk aan te pas komt."
 
 
 
 
 
5786
 
5787
  msgid "Decrease height by selectors"
5788
  msgstr "Verminder hoogte door selectors"
@@ -5793,8 +6599,13 @@ msgstr "Gebruik globale focus selectors"
5793
  msgid "Use local selectors"
5794
  msgstr "Gebruik lokale selectors"
5795
 
5796
- msgid "You can make your slider smaller than the full height of the browser, for example, to fit below your menu without causing scrollbar."
5797
- msgstr "U kunt uw slider kleiner maken dan de volledige hoogte van de browser, bijvoorbeeld om onder uw menu te passen zonder dat er een scrollbalk aan te pas komt."
 
 
 
 
 
5798
 
5799
  msgid "CSS selector (sum of heights)"
5800
  msgstr "CSS selector (som van hoogtes)"
@@ -5809,8 +6620,12 @@ msgstr "Slide grootte"
5809
  msgid "Max pane width"
5810
  msgstr "Max paneel breedte"
5811
 
5812
- msgid "You can use this option to limit how many slides can show up next to each other."
5813
- msgstr "U kunt deze optie gebruiken om te beperken hoeveel slides naast elkaar mogen verschijnen."
 
 
 
 
5814
 
5815
  msgid "Minimum slide distance"
5816
  msgstr "Minimum slide afstand"
@@ -5824,8 +6639,14 @@ msgstr "Zijruimte"
5824
  msgid "Desktop side spacing"
5825
  msgstr "Desktop zijkant tussenruimte"
5826
 
5827
- msgid "You can create a fix distance between the slider and the slides where your controls are which appear on this device. This way your controls won't cover the slide content."
5828
- msgstr "U kunt een vaste afstand tussen de slider en de slides maken waar uw bedieningselementen staan die op dit toestel verschijnen. Op die manier bedekken uw bedieningselementen de inhoud van de slide niet."
 
 
 
 
 
 
5829
 
5830
  msgid "Tablet side spacing"
5831
  msgstr "Tablet ruimte zijkant"
@@ -5855,16 +6676,24 @@ msgid "Slider border radius"
5855
  msgstr "Slider straal rand"
5856
 
5857
  msgid "The Single Switch setting can only move the slides horizontally!"
5858
- msgstr "De enkele schakelaar instelling kan de slides alleen horizontaal verplaatsen!"
 
5859
 
5860
- msgid "This option will create a complete round from your slides if you have enough slides. If you don't have enough slides, you could consider duplicating all the slides or just add more slides until you will get a carousel round."
5861
- msgstr "Deze optie zal een volledige ronde maken van uw slides, als u er genoeg hebt. Als u niet genoeg slides hebt dan kunt u overwegen om alle slides te klonen of gewoon meer slides toe te voegen tot u een carousel ronde hebt."
 
 
 
 
 
 
5862
 
5863
  msgid "Single switch"
5864
  msgstr "Enkele schakelaar"
5865
 
5866
  msgid "It switches one slide instead of moving all the visible slides."
5867
- msgstr "Dit wisselt één slide in plaats van al de zichtbare slides te verplaatsen."
 
5868
 
5869
  msgid "Justify slides"
5870
  msgstr "Slides volledig uitlijnen"
@@ -5900,8 +6729,15 @@ msgstr "Verticale cover flow"
5900
  msgid "Switch with next/previous slides"
5901
  msgstr "Wissel met volgende/vorige slides"
5902
 
5903
- msgid "Clicking on any slide that's not in the middle will make the slider switch to that slide. With this option you can disable this behavior, for example, to allow clicking on buttons on the visible slides."
5904
- msgstr "Klikken op eender welke slide die niet in het midden staat zal de slider doen overschakelen naar die slide. Met deze optie kunt u dit gedrag deactiveren, bijvoorbeeld om toe te laten te klikken op knoppen op de zichtbare slides."
 
 
 
 
 
 
 
5905
 
5906
  msgid "Save as new animation"
5907
  msgstr "Opslaan als nieuwe animatie"
@@ -5961,8 +6797,12 @@ msgid "Enter Full screen"
5961
  msgstr "Naar volledig scherm"
5962
 
5963
  #, php-format
5964
- msgid "%1$s does not support the full screen API. For this reason the full screen button will not appear on %1$s devices."
5965
- msgstr "%1$s ondersteunt de volledig scherm API niet. Om deze reden zal de volledig scherm knop niet verschijnen op %1$s toestellen."
 
 
 
 
5966
 
5967
  msgid "Indicator"
5968
  msgstr "Indicator"
@@ -5975,3 +6815,183 @@ msgstr "Track kleur"
5975
 
5976
  msgid "Bar color"
5977
  msgstr "Balk kleur"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
5
+ "PO-Revision-Date: 2022-05-17 14:25+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
+ "Language: nl_BE\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
+ "X-Generator: Poedit 3.0.1\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
 
 
17
  "X-Poedit-Flags-xgettext: --no-location\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPathExcluded-0: Framework/Asset/Builder/cache\n"
22
  msgstr "Debug fout"
23
 
24
  msgid "CURL disabled in your php.ini configuration. Please enable it!"
25
+ msgstr ""
26
+ "CURL is gedeactiveerd in uw php.ini configuratie. Gelieve het te activeren!"
27
 
28
  msgid "Unable to contact with the licensing server, please try again later!"
29
+ msgstr ""
30
+ "Kon geen verbinding maken met de licentie server. Gelieve het later nog eens "
31
+ "te proberen!"
 
 
32
 
33
  msgid "You are not allowed to upload!"
34
  msgstr "U hebt geen toelating om te uploaden!"
68
  msgstr "Beveiligingstoken komt niet overeen. Gelieve de pagina te vernieuwen!"
69
 
70
  #, php-format
71
+ msgid ""
72
+ "If you see this message after the repair database process, please "
73
+ "%1$scontact us%2$s with the log:"
74
+ msgstr ""
75
+ "Als u dit bericht ziet na het database reparatie proces %1$scontacteer ons"
76
+ "%2$s dan met het log:"
77
 
78
  msgid "Contact your server host and ask them to fix this for you!"
79
  msgstr "Contacteer uw server host en vraag hem om dit voor u te repareren!"
181
  msgid "You can load Google Fonts on the frontend."
182
  msgstr "U kunt Google Fonts in de frontend inladen."
183
 
184
+ msgid "Save fonts locally"
185
+ msgstr ""
186
+
187
+ msgid ""
188
+ "You can store the used Google Fonts on your server. This way all Google "
189
+ "Fonts will load from your own domain."
190
+ msgstr ""
191
+
192
  msgid "Backend"
193
  msgstr "Backend"
194
 
292
  msgid "On"
293
  msgstr "Aan"
294
 
295
+ msgid ""
296
+ "Hold down the ctrl (Windows) or command (MAC) button to select multiple "
297
+ "options."
298
+ msgstr ""
299
+ "Houd de ctrl (Windows) of command (MAC) knop ingedrukt om meerdere opties te "
300
+ "selecteren."
301
 
302
  msgid "Fill"
303
  msgstr "Opvullen"
382
  msgstr "Afbeelding"
383
 
384
  #, php-format
385
+ msgid ""
386
+ "The %1$s is not turned on in your server, which is necessary to read rss "
387
+ "feeds. You should contact your server host, and ask them to enable it!"
388
+ msgstr ""
389
+ "De %1$s is niet ingeschakeld in uw server, hetgeen nodig is voor het lezen "
390
+ "van rss feeds. Contacteer uw server host en vraag hem het te activeren!"
391
 
392
  #, php-format
393
  msgid "%s is not readable"
444
  msgid "Preset"
445
  msgstr "Voorinstelling"
446
 
447
+ msgid ""
448
+ "You can use presets to save style settings for later use. Clicking on any "
449
+ "preset will load its styling to your current layer, and the previous style "
450
+ "settings will be lost."
451
+ msgstr ""
452
+ "U kunt voorinstellingen gebruiken om stijl instellingen op te slaan voor "
453
+ "later gebruik. Het klikken op eender welke voorinstelling zal de stijl ervan "
454
+ "inladen in uw huidige laag en de vorige stijl instelling zal verloren gaan."
455
 
456
+ msgid ""
457
+ "Layer design options affect every device. If you need to make responsive "
458
+ "adjustments, look for the options with the device icon."
459
+ msgstr ""
460
+ "Laag ontwerp opties hebben invloed op elk toestel. Als u responsive "
461
+ "aanpassingen moet doen kijk dan naar de opties met het toestel icoon."
462
 
463
  msgid "Reset style to default"
464
  msgstr "Stijl terug instellen op standaard waarde"
512
  msgstr "Open documenten"
513
 
514
  msgid "The changes you made will be lost if you navigate away from this page."
515
+ msgstr ""
516
+ "De veranderingen die u hebt aangebracht zullen verloren gaan als u deze "
517
+ "pagina verlaat."
518
 
519
  msgid "Icons"
520
  msgstr "Iconen"
531
 
532
  #, javascript-format
533
  msgid "The deletion is irreversible, and it's not possible to recover %s."
534
+ msgstr ""
535
+ "Het verwijderen is onomkeerbaar en het is niet mogelijk om %s te herstellen."
536
 
537
  msgid "Cancel"
538
  msgstr "Annuleren"
672
  msgid "Scrolls to the bottom of the page."
673
  msgstr "Scrollt naar de onderkant van de pagina."
674
 
675
+ msgid ""
676
+ "You can use any jQuery selector to scroll to a specific element on the page. "
677
+ "Example: \"#pricing\" scrolls to the element with the id of \"pricing\"."
678
+ msgstr ""
679
+ "U mag eender welke jQuery selector gebruiken om te scrollen naar een "
680
+ "specifiek element op de pagina. Bijvoorbeeld: \"#pricing\" scrollt naar het "
681
+ "element met het id \"pricing\"."
682
 
683
  msgid "Slider alias"
684
  msgstr "Slider alias"
713
  msgstr "slide index: 5 %s richting: vooruit"
714
 
715
  msgid "Switches to the fifth slide as if the next arrow was pressed"
716
+ msgstr ""
717
+ "Schakelt naar de vijfde slide alsof er op de volgende pijl geklikt werd"
718
 
719
  msgid "Slide ID"
720
  msgstr "Slide ID"
721
 
722
+ msgid ""
723
+ "Switches to the slide with the #2 ID as if the previous arrow was pressed"
724
+ msgstr ""
725
+ "Schakelt naar de slide met het #2 ID alsof er op de vorige pijl geklikt werd"
726
 
727
  msgid "Switches to the slide with the #5 ID as if the next arrow was pressed"
728
+ msgstr ""
729
+ "Schakelt naar de slide met het #5 ID alsof er op de volgende pijl geklikt "
730
+ "werd"
731
 
732
  msgid "Event name"
733
  msgstr "Evenement naam"
942
  msgid "Activation is required to unlock all features!"
943
  msgstr "Activatie is vereist om alle mogelijkheden te ontsluiten!"
944
 
945
+ msgid ""
946
+ "Register Smart Slider 3 Pro on this domain to enable auto update, slider "
947
+ "templates and slide library."
948
+ msgstr ""
949
+ "Registreer Smart Slider 3 Pro op dit domein om automatische updates, slider "
950
+ "templates en de slide bibliotheek te activeren."
951
 
952
  msgid "Skip"
953
  msgstr "Overslaan"
971
  msgid "Below %s pixels."
972
  msgstr "Onder %s pixels."
973
 
974
+ #, fuzzy, javascript-format
975
+ #| msgid "Boven %s pixels."
976
+ msgid "Above %s pixels."
977
  msgstr "Boven %s pixels."
978
 
979
  #, javascript-format
1026
  msgid "Change slider type"
1027
  msgstr "Verander slider type"
1028
 
1029
+ msgid ""
1030
+ "Changing your slider type is irreversible. After changing your slider type, "
1031
+ "<b>you will lose all slider type related settings</b>."
1032
+ msgstr ""
1033
+ "Het veranderen van uw slider type is onomkeerbaar. Na het veranderen van uw "
1034
+ "slider type, <b>zult u alle instellingen voor dat slider type verliezen</b>."
1035
 
1036
  msgid "Slider type"
1037
  msgstr "Slider type"
1042
  msgid "What do you want to create today?"
1043
  msgstr "Wat wilt u vandaag maken?"
1044
 
1045
+ msgid ""
1046
+ "Use our powerful visual editor, or simply import one of our existing "
1047
+ "template."
1048
+ msgstr ""
1049
+ "Gebruik onze krachtige visuele editor of importeer eenvoudigweg één van onze "
1050
+ "bestaande templates."
1051
 
1052
  msgid "Create a New Project"
1053
  msgstr "Maak een nieuw project"
1054
 
1055
+ #, fuzzy
1056
+ #| msgid ""
1057
+ #| "Start a new project from scratch and build exactly what you’ve "
1058
+ #| "imagined. You can easily customize every pixels and create anything with "
1059
+ #| "layers."
1060
+ msgid ""
1061
+ "Start a new project from scratch and build exactly what you’ve imagined. You "
1062
+ "can easily customize every pixels and create anything with layers."
1063
+ msgstr ""
1064
+ "Begin een nieuw project vanaf nul en bouw exact datgene wat u zich ingebeeld "
1065
+ "hebt. U kunt gemakkelijk elke pixel aanpassen en eender wat met lagen "
1066
+ "aanmaken."
1067
 
1068
  msgid "Start with a Template"
1069
  msgstr "Begin met een template"
1070
 
1071
+ msgid ""
1072
+ "Start with a template and make it your own with the innovative drag and drop "
1073
+ "interface. You can choose from hundreds of premade templates."
1074
+ msgstr ""
1075
+ "Begin met een template en maak er uw eigen versie van met de innovatieve "
1076
+ "drag en drop interface. U kunt kiezen uit honderden vooraf gemaakte "
1077
+ "templates."
1078
 
1079
  msgid "or import your own files"
1080
  msgstr "of importeer uw eigen bestanden"
1130
  msgid "Join The Smart Slider 3 Community"
1131
  msgstr "Word lid van de Smart Slider 3 Community"
1132
 
1133
+ msgid ""
1134
+ "Join more than 120,000 subscribers and get access to the latest slider "
1135
+ "templates, tips, tutorials and other exclusive contents directly to your "
1136
+ "inbox."
1137
+ msgstr ""
1138
+ "Word één van de meer dan 120.000 abonnees en krijg de laatste slider "
1139
+ "templates, tips, handleidingen en andere exclusieve inhoud direct in uw "
1140
+ "inbox."
1141
 
1142
  msgid "Subscribe"
1143
  msgstr "Abonneren"
1151
  msgid "Set"
1152
  msgstr "Set"
1153
 
1154
+ msgid "Edit"
1155
+ msgstr "Bewerken"
1156
+
1157
+ msgid "Group"
1158
+ msgstr "Groep"
1159
+
1160
+ msgid "Edit Slider"
1161
+ msgstr "Slider bewerken"
1162
+
1163
  msgid "Up"
1164
  msgstr "Omhoog"
1165
 
1166
  msgid "Insert group"
1167
  msgstr "Groep invoegen"
1168
 
 
 
 
1169
  msgid "Move to trash"
1170
  msgstr "Verplaats naar prullenbak"
1171
 
1208
  msgid "delete this slide"
1209
  msgstr "verwijder deze slide"
1210
 
1211
+ msgid "Max width"
1212
+ msgstr "Max breedte"
1213
+
1214
+ msgid "Margin"
1215
+ msgstr "Marge"
1216
+
1217
+ #, fuzzy
1218
+ #| msgid "Top"
1219
+ msgid "top"
1220
+ msgstr "Bovenaan"
1221
+
1222
+ #, fuzzy
1223
+ #| msgid "Light"
1224
+ msgid "right"
1225
+ msgstr "Licht"
1226
+
1227
+ #, fuzzy
1228
+ #| msgid "Bottom"
1229
+ msgid "bottom"
1230
+ msgstr "Onderkant"
1231
+
1232
+ #, fuzzy
1233
+ #| msgid "To left"
1234
+ msgid "left"
1235
+ msgstr "Naar links"
1236
+
1237
  msgid "Animations"
1238
  msgstr "Animaties"
1239
 
1252
  msgid "Play on load"
1253
  msgstr "Speel bij inladen"
1254
 
1255
+ msgid ""
1256
+ "Plays the layer animations on the first slide when it appears for the first "
1257
+ "time."
1258
+ msgstr ""
1259
+ "Speelt de laag animaties op de eerste slide als deze voor de eerste keer "
1260
+ "verschijnt."
1261
 
1262
  msgid "Play once"
1263
  msgstr "Speel eenmalig"
1283
  msgid "Forced"
1284
  msgstr "Geforceerd"
1285
 
1286
+ msgid ""
1287
+ "You can make the outgoing layer animations, which don't have events, to play "
1288
+ "on slide switching."
1289
+ msgstr ""
1290
+ "U kunt ervoor zorgen dat de uitgaande laag animaties, die geen evenementen "
1291
+ "hebben, bij het wisselen van slide afgespeeld worden."
1292
 
1293
  msgid "Layer parallax"
1294
  msgstr "Laag parallax"
1347
  msgid "Allow restart"
1348
  msgstr "Laat herstarten toe"
1349
 
1350
+ msgid ""
1351
+ "Keeps the autoplay control visible after the autoplay has finished to allow "
1352
+ "starting it again."
1353
+ msgstr ""
1354
+ "Houd de bediening voor het automatisch spelen zichtbaar nadat het "
1355
+ "automatisch spelen afgelopen is om toe te laten het opnieuw te starten."
1356
 
1357
  msgid "Infinite loop"
1358
  msgstr "Oneindige herhaling"
1414
  msgid "Block carousel"
1415
  msgstr "Blokkeer carousel"
1416
 
1417
+ msgid ""
1418
+ "Stops the carousel at the last slide when the source of interaction is "
1419
+ "vertical touch, vertical pointer, mouse wheel or vertical keyboard."
1420
+ msgstr ""
1421
+ "Stopt de carousel op de laatste slide als de bron van de interactie "
1422
+ "verticale touch, verticale pointer, muiswiel of verticaal toetsenbord is."
1423
 
1424
  msgid "Clear before"
1425
  msgstr "Ervoor leegmaken"
1436
  msgid "Hide scrollbar"
1437
  msgstr "Verberg scrollbalk"
1438
 
1439
+ msgid ""
1440
+ "Your website won't be scrollable anymore! All out of screen elements will be "
1441
+ "hidden."
1442
+ msgstr ""
1443
+ "Uw website zal niet langer scrollbaar zijn! Alle elementen die buiten het "
1444
+ "scherm vallen zullen verborgen zijn."
1445
 
1446
  msgid "Scroll to slider"
1447
  msgstr "Scroll naar slider"
1448
 
1449
  msgid "The page scrolls back to the slider when the user interacts with it."
1450
+ msgstr ""
1451
+ "De pagina scrollt terug naar de slider als de gebruiker ermee interageert."
1452
 
1453
  msgid "Edge"
1454
  msgstr "Rand"
1468
  msgid "Delayed (for lightbox/tabs)"
1469
  msgstr "Uitgesteld (voor lightbox/tabs)"
1470
 
1471
+ msgid ""
1472
+ "Delays the loading of the slider until its container gets visible. Useful "
1473
+ "when you display the slider in a lightbox or tab."
1474
+ msgstr ""
1475
+ "Stelt het inladen van de slider uit tot haar container zichtbaar is. Nuttig "
1476
+ "als u de slider toont in een lightbox of een tab."
1477
 
1478
  msgid "Legacy font scale"
1479
  msgstr "Legacy font schaal"
1480
 
1481
+ msgid ""
1482
+ "This feature brings back the non-adaptive font size for absolute layers "
1483
+ "which were made before version 3.5. Turning on can affect website "
1484
+ "performance, so we suggest to keep it disabled.\n"
1485
+ msgstr ""
1486
+ "Deze mogelijkheid brengt de non-adaptieve font grootte voor absolute lagen "
1487
+ "terug die voor versie 3.5 gemaakt werden. Dit inschakelen kan een invloed "
1488
+ "hebben op de performantie van de website, dus raden we aan het "
1489
+ "uitgeschakeld te laten.\n"
1490
 
1491
  msgid "Slider CSS classes"
1492
  msgstr "Slider CSS classes"
1497
  msgid "JavaScript callbacks"
1498
  msgstr "JavaScript callbacks"
1499
 
1500
+ #, fuzzy
1501
+ #| msgid "Main animation start"
1502
+ msgid "Loading animation waiting time"
1503
+ msgstr "Start hoofdanimatie"
1504
+
1505
  msgid "Post IDs"
1506
  msgstr "Post IDs"
1507
 
1509
  msgstr "een per regel"
1510
 
1511
  msgid "The cache of the posts with the given ID will be cleared upon save."
1512
+ msgstr ""
1513
+ "De cache van de inzendingen met het gegeven ID zal bij het opslaan "
1514
+ "leeggemaakt worden."
1515
 
1516
  msgid "Fallback slider"
1517
  msgstr "Terugval slider"
1519
  msgid "ID or Alias"
1520
  msgstr "ID of alias"
1521
 
1522
+ msgid ""
1523
+ "Select another slider by its ID or Alias that displays if your current "
1524
+ "slider has no published slides."
1525
+ msgstr ""
1526
+ "Selecteer een andere slider via zijn ID of alias die getoond zal worden als "
1527
+ "uw huidige slider geen gepubliceerde slides bevat."
1528
 
1529
  msgid "Thumbnail"
1530
  msgstr "Miniatuur"
1547
  msgid "Use as anchor"
1548
  msgstr "Gebruik als interne link"
1549
 
1550
+ msgid ""
1551
+ "Creates an empty div before the slider, using the alias as the ID of this "
1552
+ "div. As a result, you can use #your-alias in the URL to make the page jump "
1553
+ "to the slider."
1554
+ msgstr ""
1555
+ "Maakt een lege div voor de slider, gebruik makend van het alias als het ID "
1556
+ "van deze div. Daardoor kunt u #uw-alias in de URL gebruiken om de pagina "
1557
+ "naar de slider te doen springen."
1558
 
1559
  msgid "Smooth scroll"
1560
  msgstr "Soepel scrollen"
1561
 
1562
+ msgid ""
1563
+ "The #your-alias urls in links would be forced to smooth scroll to the slider."
1564
+ msgstr ""
1565
+ "De #uw-alias urls in links zullen geforceerd worden om soepel te scrollen "
1566
+ "naar de slider."
1567
 
1568
  msgid "Switch slide"
1569
  msgstr "Wissel slide"
1570
 
1571
+ msgid ""
1572
+ "Use #your-alias-2 as an anchor to jump to the slider and switch to the 2nd "
1573
+ "slide immediately. Use #your-alias-3 for the 3rd slide and so on."
1574
+ msgstr ""
1575
+ "Gebruik #uw-alias-2 als een anker om naar de slider te springen en "
1576
+ "onmiddellijk naar de 2de slide te schakelen. Gebruik #uw-alias-3 voor de 3de "
1577
+ "slide enzovoort."
1578
 
1579
  msgid "Scroll to slide"
1580
  msgstr "Scroll naar slide"
1581
 
1582
+ msgid ""
1583
+ "The \"Switch slide\" option won't scroll you to the slider. Only the slides "
1584
+ "will switch."
1585
+ msgstr ""
1586
+ "De \"Wissel slide\" optie zal u niet naar de slider scrollen. Alleen de "
1587
+ "slides zullen wisselen."
1588
 
1589
  msgid "Slider design"
1590
  msgstr "Slider ontwerp"
1611
  msgid "Align"
1612
  msgstr "Uitlijnen"
1613
 
 
 
 
1614
  msgid "Puts a fix margin around your slider."
1615
  msgstr "Plaatst een vaste marge rond uw slider."
1616
 
1635
  msgid "After delay"
1636
  msgstr "Na wachttijd"
1637
 
1638
+ msgid ""
1639
+ "If your slider is above the fold, you can load it immediately. Otherwise, "
1640
+ "you can load it only after the page has loaded."
1641
+ msgstr ""
1642
+ "Als uw slider zich boven de plooi bevindt dan kunt u hem onmiddellijk "
1643
+ "inladen. Zoniet kunt u hem alleen inladen nadat de pagina ingeladen is."
1644
 
1645
  msgid "Load delay"
1646
  msgstr "Laad wachttijd"
1648
  msgid "Play when visible"
1649
  msgstr "Speel indien zichtbaar"
1650
 
1651
+ msgid ""
1652
+ "Makes sure that the autoplay and layer animations only start when your "
1653
+ "slider is visible."
1654
+ msgstr ""
1655
+ "Verzekert dat het automatisch spelen en de laag animaties alleen starten als "
1656
+ "uw slider zichtbaar is."
1657
 
1658
  msgid "At"
1659
  msgstr "Op"
1670
  msgid "Lazy loading"
1671
  msgstr "Lazy laden"
1672
 
1673
+ msgid ""
1674
+ "You can speed up your site's loading by delaying the slide background images."
1675
+ msgstr ""
1676
+ "U kunt de inlaadtijd van uw site verbeteren door de achtergrondafbeeldingen "
1677
+ "van de slide uit te stellen."
1678
 
1679
  msgid "Load neighbor"
1680
  msgstr "Laad buur"
1684
  msgstr "slides"
1685
 
1686
  #, php-format
1687
+ msgid ""
1688
+ "Convert to WebP and image resizing require a lot of memory. Lift the memory "
1689
+ "limit%s if you get a blank page."
1690
+ msgstr ""
1691
+ "Omvorming tot WebP en afbeelding herschaling vereisen veel geheugen. Hef de "
1692
+ "geheugenlimiet%s op als u een blanco pagina krijgt."
1693
 
1694
  msgid "Convert to WebP"
1695
  msgstr "Omvormen tot WebP"
1721
  msgid "Instruction"
1722
  msgstr "Instructie"
1723
 
1724
+ msgid ""
1725
+ "If your images look blurry on small screens, use the available height option "
1726
+ "to match the aspect ratio of the slider and image on that device."
1727
+ msgstr ""
1728
+ "Als uw afbeeldingen wazig zijn op kleine schermen gebruik dan de beschikbare "
1729
+ "hoogte optie om de verhoudingen van de slider aan te passen aan deze van de "
1730
+ "afbeelding voor dat toestel."
1731
 
1732
  msgid "Resize Thumbnail"
1733
  msgstr "Herschaal miniatuur"
1748
  msgstr "Base64 inbedden"
1749
 
1750
  msgid "Embeds the layer images to the page source, reducing the requests."
1751
+ msgstr ""
1752
+ "Neemt de laag afbeeldingen op in de paginabron, hetgeen de aanvragen "
1753
+ "vermindert."
1754
 
1755
  msgid "Max file size"
1756
  msgstr "Max grootte bestand"
1770
  msgid "Limit slide width"
1771
  msgstr "Beperk slide breedte"
1772
 
1773
+ msgid ""
1774
+ "Limits the width of the slide and prevents the slider from getting too tall."
1775
+ msgstr ""
1776
+ "Beperkt de breedte van de slide en verhindert dat de slider te groot wordt."
1777
 
1778
  msgid "Max"
1779
  msgstr "Max"
1781
  msgid "Breakpoints"
1782
  msgstr "Breekpunten"
1783
 
1784
+ msgid ""
1785
+ "Breakpoints define the browser width in pixel when the slider switches to a "
1786
+ "different device."
1787
+ msgstr ""
1788
+ "Breekpunten definiëren de browser breedte in pixel als de slider "
1789
+ "overschakelt naar een ander toestel."
1790
 
1791
  msgid "Global breakpoints"
1792
  msgstr "Globale breekpunten"
1793
 
1794
  #, php-format
1795
+ msgid ""
1796
+ "You can use the global breakpoints, or adjust them locally here. You can "
1797
+ "configure the Global breakpoints at <a href=\"%1$s\" target=\"_blank"
1798
+ "\">Global settings</a> > General > Breakpoints"
1799
+ msgstr ""
1800
+ "U kunt de globale breekpunten gebruiken, of ze hier lokaal aanpassen. U kunt "
1801
+ "de globale breekpunten configureren in <a href=\"%1$s\" target=\"_blank"
1802
+ "\">Globale instellingen</a> > Algemeen > Breekpunten"
1803
 
1804
  msgid "Custom size"
1805
  msgstr "Aangepaste grootte"
1806
 
1807
  #, php-format
1808
+ msgid ""
1809
+ "Use this option to customize the aspect ratio for each device. %1$s Read "
1810
+ "more in the documentation%2$s. <b>Beware:</b> This option is rarely needed "
1811
+ "and might be hard to set properly!"
1812
+ msgstr ""
1813
+ "Gebruik deze optie om de beeldverhouding voor elk toestel aan te passen. "
1814
+ "%1$s Lees meer in de documentatie%2$s. <b>Opgelet:</b> deze optie is zelden "
1815
+ "nodig en het is mogelijk dat zij moeilijk correct in te stellen is!"
1816
 
1817
  msgid "Slides"
1818
  msgstr "Slides"
1823
  msgid "Slide background image fill"
1824
  msgstr "Slide achtergrondafbeelding opvulling"
1825
 
1826
+ msgid ""
1827
+ "If the size of your image is not the same as your slider's, you can improve "
1828
+ "the result with the filling modes."
1829
+ msgstr ""
1830
+ "Als de grootte van uw afbeelding verschilt van de grootte van uw slider dan "
1831
+ "kunt u het resultaat verbeteren met de opvulmodi."
1832
 
1833
  msgid "Background Blur"
1834
  msgstr "Wazige achtergrond"
1852
  msgstr "Omkeren"
1853
 
1854
  msgid "You can make your slides appear in the slider in a reversed order."
1855
+ msgstr ""
1856
+ "U kunt ervoor zorgen dat uw slides in omgekeerde volgorde in de slider "
1857
+ "verschijnen."
1858
 
1859
  msgid "Max count"
1860
  msgstr "Max aantal"
1861
 
1862
+ msgid ""
1863
+ "You can limit how many slides you want to show from your slider. It's best "
1864
+ "used with the Randomize feature, to improve the experience."
1865
+ msgstr ""
1866
+ "U kunt beperken hoeveel slides van uw slider u wilt tonen. Om de ervaring te "
1867
+ "verbeteren wordt dit best gebruikt met de 'Bij toeval genereren' "
1868
+ "mogelijkheid."
1869
 
1870
  msgid "Maintain session"
1871
  msgstr "Behoud sessie"
1872
 
1873
+ msgid ""
1874
+ "The slider continues from the last viewed slide when the visitor comes back "
1875
+ "to the page."
1876
+ msgstr ""
1877
+ "De slider gaat verder vanaf de laatst bekeken slide als de bezoeker "
1878
+ "terugkomt naar de pagina."
1879
 
1880
  msgid "Backgrounds in lightbox"
1881
  msgstr "Achtergronden in lightbox"
1882
 
1883
+ msgid ""
1884
+ "Creates a lightbox from your slide background images. This feature only "
1885
+ "works if all slides have background images."
1886
+ msgstr ""
1887
+ "Maakt een lightbox van uw slide achtergrond afbeeldingen. Deze mogelijkheid "
1888
+ "werkt alleen als alle slides achtergrond afbeeldingen hebben."
1889
 
1890
  msgid "Show label"
1891
  msgstr "Toon label"
1954
  msgstr "Hoe te upgraden naar Smart Slider 3 Pro?"
1955
 
1956
  #, php-format
1957
+ msgid ""
1958
+ "After making your purchase, %1$slog in to your account%3$s and download the "
1959
+ "Pro installer. To get started with Smart Slider 3 Pro, simply %2$sinstall it "
1960
+ "on your website%3$s."
1961
+ msgstr ""
1962
+ "Na uw aankoop kunt u zich %1$saanmelden met uw account%3$s en de Pro "
1963
+ "installer downloaden. Om te beginnen met Smart Slider 3 Pro %2$sinstalleert "
1964
+ "u de extensie eenvoudigweg op uw website%3$s."
1965
 
1966
  msgid "Download Pro"
1967
  msgstr "Download Pro"
1968
 
1969
+ msgid ""
1970
+ "Feel free to remove the Free version, as you no longer need it. Your sliders "
1971
+ "will stay!"
1972
+ msgstr ""
1973
+ "Voel u vrij om de gratis versie te verwijderen. U hebt deze niet meer nodig. "
1974
+ "Uw sliders zullen bewaard blijven!"
1975
 
1976
  msgid "Ready to go Pro?"
1977
  msgstr "Klaar om Pro te gaan?"
1998
  msgid "Welcome to Help Center"
1999
  msgstr "Welkom in het helpcentrum"
2000
 
2001
+ msgid ""
2002
+ "To help you get started, we've put together a super tutorial video that "
2003
+ "shows you the basic settings."
2004
+ msgstr ""
2005
+ "Om u op weg te helpen hebben we een super handleiding video samengesteld die "
2006
+ "u de basisinstellingen toont."
2007
 
2008
  msgid "Possible conflicts"
2009
  msgstr "Mogelijke conflicten"
2023
  msgid "Documentation"
2024
  msgstr "Documentatie"
2025
 
2026
+ msgid ""
2027
+ "To get started with Smart Slider 3, please refer to this guide for "
2028
+ "downloading, installing, and using."
2029
+ msgstr ""
2030
+ "Om te beginnen met Smart Slider 3 kunt u deze gids raadplegen voor het "
2031
+ "downloaden, het installeren en het gebruik."
2032
 
2033
  msgid "Email support"
2034
  msgstr "E-mail ondersteuning"
2035
 
2036
+ msgid ""
2037
+ "Need one-to-one assistance? Get in touch with our Support team! We'd love "
2038
+ "the opportunity to help you."
2039
+ msgstr ""
2040
+ "Persoonlijke assistentie nodig? Neem contact op met ons support team! We "
2041
+ "helpen u graag verder."
2042
 
2043
  msgid "Tutorial videos"
2044
  msgstr "Video handleidingen"
2045
 
2046
+ msgid ""
2047
+ "Check our video tutorials which cover everything you need to know about "
2048
+ "Smart Slider 3."
2049
+ msgstr ""
2050
+ "Kijk eens naar onze video handleidingen die alles behandelen wat u moet "
2051
+ "weten over Smart Slider 3."
2052
 
2053
  msgid "Selected articles"
2054
  msgstr "Geselecteerde artikels"
2064
  msgstr "U gebruikt een niet ondersteunde browser!"
2065
 
2066
  #, php-format
2067
+ msgid ""
2068
+ "Smart Slider 3 does not support your current browser for editing. Supported "
2069
+ "browsers are the following: %s."
2070
+ msgstr ""
2071
+ "Smart Slider 3 ondersteunt uw huidige browser niet voor bewerking. "
2072
+ "Ondersteunde browsers zijn de volgende: %s."
2073
 
2074
  msgid "Help center"
2075
  msgstr "Helpcentrum"
2084
  msgstr "Meer nodig?"
2085
 
2086
  msgid "Unlock all the pro features by upgrading to Smart Slider 3 Pro."
2087
+ msgstr ""
2088
+ "Ontgrendel al de pro mogelijkheden door te upgraden naar Smart Slider 3 Pro."
2089
 
2090
  msgid "Changelog"
2091
  msgstr "Log met wijzigingen"
2111
  msgid "Let us know how we're doing"
2112
  msgstr "Laat ons weten hoe we het ervan afbrengen"
2113
 
2114
+ msgid ""
2115
+ "If you are happy with Smart Slider 3 and can take a minute please leave a "
2116
+ "review. This will help to spread its popularity and to make this plugin a "
2117
+ "better one."
2118
+ msgstr ""
2119
+ "Als u tevreden bent over Smart Slider 3 en wat tijd over heeft laat dan een "
2120
+ "recensie achter. Dit helpt om de populariteit ervan te verspreiden en deze "
2121
+ "plugin te verbeteren."
2122
 
2123
  msgid "Rate your experience"
2124
  msgstr "Beoordeel uw ervaring"
2141
  msgid "Why upgrade to Smart Slider 3 Pro?"
2142
  msgstr "Waarom upgraden naar Smart Slider 3 Pro?"
2143
 
2144
+ #, fuzzy, php-format
2145
+ #| msgid "120+ slider templates"
2146
+ msgid "%d+ slider templates"
2147
  msgstr "120+ slider templates"
2148
 
2149
  msgid "Full slide library access"
2150
  msgstr "Volledige toegang tot slide bibliotheek"
2151
 
2152
+ #, fuzzy, php-format
2153
+ #| msgid "20 new layers"
2154
+ msgid "%d new layers"
2155
  msgstr "20 nieuwe lagen"
2156
 
2157
  msgid "Extra advanced options"
2206
  msgid "Focus"
2207
  msgstr "Focus"
2208
 
2209
+ msgid ""
2210
+ "You can set the starting position of a background image. This makes sure "
2211
+ "that the selected part will always remain visible, so you should pick the "
2212
+ "most important part."
2213
+ msgstr ""
2214
+ "U kunt de beginpositie van een achtergrondafbeelding instellen. Dit "
2215
+ "verzekert dat het geselecteerde deel altijd zichtbaar blijft, u kiest dus "
2216
+ "best het meest belangrijke deel."
2217
 
2218
  msgid "Background"
2219
  msgstr "Achtergrond"
2224
  msgid "Color end"
2225
  msgstr "Kleur einde"
2226
 
 
 
 
2227
  msgid "Position"
2228
  msgstr "Positie"
2229
 
2245
  msgid "Linked to"
2246
  msgstr "Gelinkt naar"
2247
 
2248
+ msgid ""
2249
+ "You can link your layer to another layer on the same level. This way your "
2250
+ "layer won't be positioned to the slide, but the other layer."
2251
+ msgstr ""
2252
+ "U kunt uw laag linken naar een andere laag op hetzelfde niveau. Op die "
2253
+ "manier zal uw laag zelf niet in de slide geplaatst worden, maar de andere "
2254
+ "laag."
2255
 
2256
  msgid "Hide when variable empty"
2257
  msgstr "Verberg als de variabele leeg is"
2266
  msgstr "Leegmaken"
2267
 
2268
  msgid "Erases all device specific changes you made on the current device."
2269
+ msgstr ""
2270
+ "Wist alle toestel specifieke veranderingen die u op het huidige toestel hebt "
2271
+ "aangebracht."
2272
 
2273
  msgid "Effect"
2274
  msgstr "Effect"
2286
  msgstr "Maskeren"
2287
 
2288
  msgid "If your content is larger than the layer, you can crop it to fit."
2289
+ msgstr ""
2290
+ "Als uw inhoud groter is dan de laag dan kunt u die bijsnijden zodat hij past."
2291
 
2292
  msgid "Rotation"
2293
  msgstr "Rotatie"
2307
  msgid "Typography"
2308
  msgstr "Typografie"
2309
 
2310
+ msgid ""
2311
+ "You can select a font family from the preset, or type your custom family."
2312
+ msgstr ""
2313
+ "U kunt een font familie uit de voorinstelling kiezen of uw eigen font "
2314
+ "familie typen."
2315
 
2316
+ msgid ""
2317
+ "Need to change the font size device specifically? Use the Text scale option."
2318
+ msgstr ""
2319
+ "Moet u de font grootte toestel specifiek aanpassen? Gebruik de Tekst schaal "
2320
+ "optie."
2321
 
2322
  msgid "Columns"
2323
  msgstr "Kolommen"
2364
  msgid "Video"
2365
  msgstr "Video"
2366
 
2367
+ msgid ""
2368
+ "If you have a video on your slide, you can put a play icon on the thumbnail "
2369
+ "image to indicate that."
2370
+ msgstr ""
2371
+ "Als u een video op uw slide hebt dan kunt u een speel icoon op de "
2372
+ "miniatuurafbeelding plaatsen om dat aan te geven."
2373
 
2374
  #, php-format
2375
+ msgid ""
2376
+ "Video autoplaying has a lot of limitations made by browsers. %1$sLearn about "
2377
+ "them.%2$s"
2378
+ msgstr ""
2379
+ "Het automatisch spelen van video's heeft een groot aantal beperkingen, "
2380
+ "opgelegd door browsers. %1$sKom hier meer over te weten.%2$s"
2381
 
2382
  msgid "Slide background video"
2383
  msgstr "Slide achtergrond video"
2391
  msgid "Slide background"
2392
  msgstr "Slide achtergrond"
2393
 
2394
+ msgid ""
2395
+ "Select a background image for the slide. By clicking the small screen icon, "
2396
+ "you can pick different images for different devices."
2397
+ msgstr ""
2398
+ "Selecteer een achtergrondafbeelding voor de slide. Door te klikken op het "
2399
+ "kleine scherm icoon kunt u verschillende afbeeldingen kiezen voor "
2400
+ "verschillende toestellen."
2401
 
2402
  #, php-format
2403
+ msgid ""
2404
+ "Please read %1$sour detailed guide%2$s about setting your own slide "
2405
+ "background correctly."
2406
+ msgstr ""
2407
+ "Lees onze %1$sgedetailleerde gids%2$s over hoe u uw eigen slide achtergrond "
2408
+ "correct moet instellen."
2409
 
2410
  msgid "Background blur"
2411
  msgstr "Wazige achtergrond"
2518
  msgid "Transform origin"
2519
  msgstr "Oorsprong omvormen"
2520
 
2521
+ msgid ""
2522
+ "Makes the last keyframe to be the origin of the layer animation, instead of "
2523
+ "its canvas position."
2524
+ msgstr ""
2525
+ "Maakt dat het laatste keyframe de oorsprong van de laag animatie is, in "
2526
+ "plaats van haar canvas positie."
2527
 
2528
  msgid "Repeat count"
2529
  msgstr "Aantal herhalingen"
2531
  msgid "loops"
2532
  msgstr "herhalingen"
2533
 
2534
+ msgid ""
2535
+ "You can restrict the loop to play only a certain amount of loops, instead of "
2536
+ "infinite."
2537
+ msgstr ""
2538
+ "U kunt de herhaling beperken tot een bepaald aantal herhalingen, in plaats "
2539
+ "van oneindig."
2540
 
2541
  msgctxt "Animation"
2542
  msgid "Slide"
2566
  msgid "Scale down"
2567
  msgstr "Verkleinen"
2568
 
 
 
 
2569
  msgid "Static overlay"
2570
  msgstr "Statische bovenlaag"
2571
 
2617
  msgid "Drop images here"
2618
  msgstr "Laat afbeeldingen hier vallen"
2619
 
2620
+ #, fuzzy
2621
+ #| msgid "New project"
2622
+ msgid "Search Project"
2623
+ msgstr "Nieuw project"
2624
 
2625
  msgid "View trash"
2626
  msgstr "Bekijk prullenbak"
2646
  msgid "Export"
2647
  msgstr "Exporteren"
2648
 
2649
+ #, fuzzy
2650
+ #| msgid "Showcase"
2651
+ msgid "Show"
2652
+ msgstr "Etalage"
2653
+
2654
+ #, php-format
2655
+ msgid "Showing %s to %s of %s projects"
2656
+ msgstr ""
2657
+
2658
+ #, fuzzy
2659
+ #| msgid "New project"
2660
+ msgid "No projects to show"
2661
+ msgstr "Nieuw project"
2662
+
2663
  msgid "New project"
2664
  msgstr "Nieuw project"
2665
 
2666
+ msgid "Sorry we couldn’t find any matches"
2667
+ msgstr ""
2668
+
2669
+ msgid "Please try searching with another term."
2670
+ msgstr ""
2671
+
2672
+ #, php-format
2673
+ msgid "Showing %s results for %s."
2674
+ msgstr ""
2675
+
2676
  msgid "Module"
2677
  msgstr "Module"
2678
 
2763
 
2764
  #, php-format
2765
  msgid "If enabled the following folder will be <b>permanently deleted</b>: %s"
2766
+ msgstr ""
2767
+ "Indien geactiveerd dan zal volgende map <b>permanent verwijderd</b> worden: "
2768
+ "%s"
2769
 
2770
  msgid "Configuration"
2771
  msgstr "Configuratie"
2772
 
2773
  #, php-format
2774
+ msgid ""
2775
+ "Here you can configure the default font your layers have, and the dropdown "
2776
+ "list of the fonts. Google Fonts are recognized automatically, but you can "
2777
+ "use your own custom fonts, too. %1$sLearn how to do that.%2$s"
2778
+ msgstr ""
2779
+ "Hier kunt u de standaard font voor uw lagen configureren door middel van de "
2780
+ "vervolgkeuzelijst met de fonts. Google Fonts worden automatisch herkend, "
2781
+ "maar u kunt ook uw eigen fonts gebruiken. %1$sLeer hier hoe u dat moet doen."
2782
+ "%2$s"
2783
 
2784
  msgid "Default family"
2785
  msgstr "Standaard familie"
2802
  msgid "Header preload"
2803
  msgstr "Header vooraf inladen"
2804
 
2805
+ msgid ""
2806
+ "If the slider is an important part of your site, tell the browser to preload "
2807
+ "its files."
2808
+ msgstr ""
2809
+ "Als de slider een belangrijk deel van uw site is geef dan door aan de "
2810
+ "browser dat de bestanden ervan vooraf ingeladen moeten worden."
2811
 
2812
  msgid "English UI"
2813
  msgstr "Engelse UI"
2814
 
2815
+ msgid ""
2816
+ "You can keep using Smart Slider 3 in English, even if your backend isn't in "
2817
+ "English."
2818
+ msgstr ""
2819
+ "U kunt Smart Slider 3 verder in het engels blijven gebruiken, zelfs als uw "
2820
+ "backend niet in het engels is."
2821
 
2822
  msgid "Improved frontend accessibility"
2823
  msgstr "Verbeterde frontend toegankelijkheid"
2824
 
2825
+ msgid ""
2826
+ "Keeps the clicked element (like a button) in focus unless the focus is "
2827
+ "changed by clicking away."
2828
+ msgstr ""
2829
+ "Houd de focus op het aangeklikte element (zoals een knop) tenzij de focus "
2830
+ "veranderd wordt door weg te klikken."
2831
 
2832
  msgid "Script attributes"
2833
  msgstr "Script attributen"
2844
  msgid "Async non-primary CSS"
2845
  msgstr "Async niet-primaire CSS"
2846
 
2847
+ msgid ""
2848
+ "Google Fonts, icon and lightbox CSS are loaded in a non-blocking way. "
2849
+ "Disable if you see missing icons, fonts or styles."
2850
+ msgstr ""
2851
+ "Google Fonts, icoon en lightbox CSS werden geladen op een niet blokkerende "
2852
+ "manier. Deactiveer dit als u ontbrekende iconen of stijlen ziet."
2853
 
2854
  msgid "Load Font Awesome 4"
2855
  msgstr "Laad Font Awesome 4"
2876
  msgid "Alternative save slide"
2877
  msgstr "Alternatief opslaan slide"
2878
 
2879
+ msgid ""
2880
+ "If you experience problems during the save this option might solve them."
2881
+ msgstr ""
2882
+ "Als u problemen ondervindt tijdens het opslaan dan lost deze optie ze "
2883
+ "mogelijk op."
2884
 
2885
  msgid "Preview in new window"
2886
  msgstr "Voorvertoning in nieuw venster"
2888
  msgid "Lightbox videos in new tab on Mobile"
2889
  msgstr "Lightbox video's in nieuwe tab op mobieltjes"
2890
 
2891
+ msgid ""
2892
+ "Opens the lightbox videos in the YouTube app to avoid the mobile disabling "
2893
+ "the video."
2894
+ msgstr ""
2895
+ "Opent de lightbox video's in de YouTube app om te vermijden dat de "
2896
+ "mobieltjes de video deactiveren."
2897
 
2898
  msgid "YouTube and Vimeo privacy enhanced mode"
2899
  msgstr "YouTube en Vimeo privacy verbeterde modus"
2904
  msgid "Editor - additional CSS files"
2905
  msgstr "Editor - extra CSS bestanden"
2906
 
2907
+ msgid ""
2908
+ "You can call your own CSS files to our backend, for example, to be able to "
2909
+ "use custom fonts. Write each URL to a new line."
2910
+ msgstr ""
2911
+ "U kunt uw eigen CSS bestanden in onze backend binnenhalen, bijvoorbeeld om "
2912
+ "eigen fonts te gebruiken. Schrijf elke URL op een nieuwe regel."
2913
 
2914
  msgid "WordPress settings"
2915
  msgstr "WordPress instellingen"
2929
  msgid "widget area(s)"
2930
  msgstr "widget zone(s)"
2931
 
2932
+ msgid ""
2933
+ "Creates new widget areas which you can place to your theme for easy "
2934
+ "publishing."
2935
+ msgstr ""
2936
+ "Maakt nieuwe widget zones die u in uw thema kunt plaatsen voor gemakkelijke "
2937
+ "publicatie."
2938
 
2939
  msgid "Use iframe in AJAX calls"
2940
  msgstr "Gebruik iframe in AJAX aanroepen"
2941
 
2942
+ msgid ""
2943
+ "Loads the slider using an iframe when the page is loaded via AJAX to avoid "
2944
+ "problems."
2945
+ msgstr ""
2946
+ "Laadt de slider aan de hand van een iframe als de pagina ingeladen wordt via "
2947
+ "AJAX, en dit om problemen te vermijden."
2948
 
2949
  msgid "Joomla settings"
2950
  msgstr "Joomla instellingen"
2958
  msgid "Exclude plugins"
2959
  msgstr "Uit te sluiten plugins"
2960
 
2961
+ msgid ""
2962
+ "At each slider you can override the global breakpoints with local values."
2963
+ msgstr ""
2964
+ "In elke slider kunt u de globale breekpunten overschrijven met lokale "
2965
+ "waarden."
2966
 
2967
  msgid "Focus offset"
2968
  msgstr "Focus compensatie"
2969
 
2970
+ msgid ""
2971
+ "This option is used at the full page layout to decrease the slider height. "
2972
+ "The \"Scroll to slider\" option also uses this option to determine where to "
2973
+ "scroll the slider."
2974
+ msgstr ""
2975
+ "Deze optie wordt gebruikt in de volledige pagina lay-out om de hoogte van de "
2976
+ "slider te verminderen. De \"Scroll naar slider\" optie gebruikt deze optie "
2977
+ "ook om te bepalen waar de slider gescrold moet worden."
2978
 
2979
  msgid "Translate url"
2980
  msgstr "Vertaal URL"
2981
 
2982
+ msgid ""
2983
+ "You can change the frontend URL our assets are loading from. It can be "
2984
+ "useful after moving to a new domain."
2985
+ msgstr ""
2986
+ "U kunt de frontend URL veranderen vanwaar onze assets geladen worden. Dit "
2987
+ "kan nuttig zijn na het verhuizen naar een nieuw domein."
2988
 
2989
  msgid "The old URL you want to replace. E.g. https://oldsite.com/"
2990
  msgstr "De oude URL die u wilt vervangen. Bijvoorbeeld https://oudesite.com"
3083
  msgstr "Slider(s) permanent verwijderd uit de prullenbak."
3084
 
3085
  #, php-format
3086
+ msgid ""
3087
+ "Your server has an upload file limit at %s, so if you have bigger export "
3088
+ "file, please use the local import file method."
3089
+ msgstr ""
3090
+ "Uw server heeft een upload bestandslimiet op %s, dus als u een groter export "
3091
+ "bestand hebt gebruik dan de lokale import bestand methode."
3092
 
3093
  msgid "You have to unzip your "
3094
  msgstr "Zorg voor het uitpakken van uw "
3112
  msgstr "Importeer project"
3113
 
3114
  msgid "You can upload *.ss3 files which were exported by Smart Slider 3."
3115
+ msgstr ""
3116
+ "U kunt *.ss3 bestanden uploaden die geëxporteerd werden door Smart Slider 3."
3117
 
3118
  msgid "Local import"
3119
  msgstr "Lokaal importeren"
3122
  msgstr "Upload bestand"
3123
 
3124
  #, php-format
3125
+ msgid ""
3126
+ "Your server's upload filesize limitation is %s, so if your file is bigger, "
3127
+ "use the local import."
3128
+ msgstr ""
3129
+ "De upload bestandsgrootte beperking van uw server is %s, dus als uw bestand "
3130
+ "groter is moet u de lokale import gebruiken."
3131
 
3132
  msgid "File"
3133
  msgstr "Bestand"
3145
  msgid "Restore slider"
3146
  msgstr "Herstel slider"
3147
 
3148
+ msgid ""
3149
+ "The imported slider will have the same ID as the original export has. If you "
3150
+ "have a slider with the same ID, it will be overwritten."
3151
+ msgstr ""
3152
+ "De geïmporteerde slider zal hetzelfde ID hebben als de originele export. Als "
3153
+ "u al een slider hebt met hetzelfde ID dan zal deze overschreven worden."
3154
 
3155
  msgid "Image mode"
3156
  msgstr "Afbeelding modus"
3222
  msgid "Cache expiration"
3223
  msgstr "Cache verval"
3224
 
3225
+ msgid "Hours"
3226
+ msgstr "Uur"
3227
 
3228
  msgid "Start index"
3229
  msgstr "Start index"
3270
  msgstr "Verhoog %1$s in php.ini tot 1000 of meer. Huidige waarde: %2$s"
3271
 
3272
  #, php-format
3273
+ msgid ""
3274
+ "Decrease %1$s below 15 in php.ini to prevent fatal errors on plugin updates. "
3275
+ "Current value: %2$s"
3276
+ msgstr ""
3277
+ "Verlaag %1$s tot een waarde kleiner dan 15 in php.ini om fatale fouten te "
3278
+ "vermijden bij plugin updates. Huidige waarde: %2$s"
3279
 
3280
  msgid "Unable to connect to the API"
3281
  msgstr "Kon geen verbinding met de API maken"
3284
  msgstr "MySQL tabel ontbreekt"
3285
 
3286
  msgid "Your theme uses an outdated MooTools library which is not compatible."
3287
+ msgstr ""
3288
+ "Uw thema gebruikt een verouderde MooTools bibliotheek die niet compatibel is."
3289
 
3290
+ msgid ""
3291
+ "JCH Optimize could have a conflict with Smart Slider's Global settings -> "
3292
+ "Framework settings -> Async Non-Primary CSS. If your Google fonts are not "
3293
+ "loading, turn this option off."
3294
+ msgstr ""
3295
+ "JCH Optimize kan een conflict hebben met de Globale instellingen -> "
3296
+ "Framework instellingen -> Async niet-primaire CSS instelling van Smart "
3297
+ "Slider. Als uw Google fonts niet ingeladen worden schakel deze optie dan uit."
3298
 
3299
+ msgid ""
3300
+ "This plugin breaks JavaScript in the admin area, deactivate it and use "
3301
+ "alternative plugin."
3302
+ msgstr ""
3303
+ "Deze plugin breekt JavaScript in de admin zone. Deactivateer hem en gebruik "
3304
+ "een alternatieve plugin."
3305
 
3306
+ msgid ""
3307
+ "This plugin breaks Smart Slider 3 ajax calls if custom admin url enabled."
3308
+ msgstr ""
3309
+ "Deze plugin breekt Smart Slider 3 ajax aanroepen als een aangepaste admin "
3310
+ "URL geactiveerd is."
3311
 
3312
  msgid "This plugin adds a background image to every SVG and breaks SSL."
3313
+ msgstr ""
3314
+ "Deze plugin voegt een achtergrondafbeelding toe aan elke SVG en breekt SSL."
3315
 
3316
  msgid "This plugin has a JavaScript error which might break Smart Slider."
3317
+ msgstr ""
3318
+ "Deze plugin heeft een JavaScript fout die Smart Slider mogelijk breekt."
3319
 
3320
  #, php-format
3321
+ msgid ""
3322
+ "This plugin breaks the filtering options of the dynamic slide generators "
3323
+ "when %1$s is set to %2$s. Also it has not received any updates since "
3324
+ "WordPress 3.9."
3325
+ msgstr ""
3326
+ "Deze plugin breekt de filtering opties van de dynamische slide generatoren "
3327
+ "als %1$s ingesteld is op %2$s. Hij heeft ook geen updates meer ontvangen "
3328
+ "sinds WordPress 3.9."
3329
 
3330
  msgid "Add column"
3331
  msgstr "Kolom toevoegen"
3430
  msgid "View article"
3431
  msgstr "Bekijk artikel"
3432
 
3433
+ msgid ""
3434
+ "Creates slides from your Joomla categories. (Not the articles inside them.)"
3435
+ msgstr ""
3436
+ "Maakt slides van uw Joomla categorieën (niet van de artikels die zij "
3437
+ "bevatten)."
3438
 
3439
  msgid "Parent category"
3440
  msgstr "Moedercategorie"
3474
  msgstr "Weer te geven inzending IDs"
3475
 
3476
  #, php-format
3477
+ msgid ""
3478
+ "You can make your generator display only the posts with the set ID. No other "
3479
+ "post will be fetched, even if they match the set filters. %1$s Write one ID "
3480
+ "per line."
3481
+ msgstr ""
3482
+ "U kunt ervoor zorgen dat uw generator alleen de inzendignen toont met het "
3483
+ "ingestelde ID. Geen andere inzending zal opgehaald worden, zelfs niet als "
3484
+ "die voldoet aan de ingestelde filters. %1$s Schrijf één ID per regel."
3485
 
3486
  msgid "Sticky"
3487
  msgstr "Plakkend"
3495
  msgid "Field name"
3496
  msgstr "Veldnaam"
3497
 
3498
+ msgid ""
3499
+ "Only show posts, where the given meta key is equal to the given meta value."
3500
+ msgstr ""
3501
+ "Toon alleen inzendingen waarvan de gegeven meta sleutel gelijk is aan de "
3502
+ "gegeven meta waarde."
3503
 
3504
  msgid "Compare method"
3505
  msgstr "Vergelijkingsmethode"
3510
  msgid "Meta comparison"
3511
  msgstr "Meta vergelijking"
3512
 
3513
+ msgid ""
3514
+ "Same as the previous option, just you can write down more comparisons. Read "
3515
+ "the \"Field name\" and \"Compare method\" out from the previous option. "
3516
+ "Example:"
3517
+ msgstr ""
3518
+ "Hetzelfde als de vorige optie, alleen kunt u nu meer vergelijkingen "
3519
+ "neerschrijven. Lees de \"Veldnaam\" en \"Vergelijkingsmethode\" uit van de "
3520
+ "vorige optie. Bijvoorbeeld:"
3521
 
3522
  msgid "Post date"
3523
  msgstr "Inzending datum"
3545
  msgstr "Uit te sluiten inzendingen"
3546
 
3547
  #, php-format
3548
+ msgid ""
3549
+ "The selected post IDs won't appear in the generator, even if they they match "
3550
+ "the set filters. %1$s Write one ID per line."
3551
+ msgstr ""
3552
+ "De geselecteerde inzending IDs zullen niet in de generator verschijnen, "
3553
+ "zelfs als zij overeenkomen met de ingestelde filters. %1$s Schrijf één ID "
3554
+ "per regel."
3555
 
3556
  #, php-format
3557
+ msgid ""
3558
+ "You can create other comparison based on the previous \"Field name\" and "
3559
+ "\"Compare method\" options. %1$s Use the following format: published||=||yes "
3560
+ "%1$s Write one comparison per line."
3561
+ msgstr ""
3562
+ "U kunt een andere vergelijking maken gebaseerd op de vorige \"Veldnaam\" en "
3563
+ "\"Vergelijkingsmethode\" opties. %1$s Gebruik het volgende formaat: "
3564
+ "published||=||yes %1$s Schrijf één vergelijking per regel."
3565
 
3566
  msgid "Post option"
3567
  msgstr "Inzending optie"
3568
 
3569
+ msgid ""
3570
+ "Posts can have options, like a post can be \"sticky\" or not. You can choose "
3571
+ "to only display posts, which are selected to be IN or NOT IN this option."
3572
+ msgstr ""
3573
+ "Inzendingen kunnen opties hebben, een inzending kan bijvoorbeeld \"plakkend"
3574
+ "\" zijn of niet. U kunt ervoor kiezen om alleen inzendingen te tonen die "
3575
+ "geselecteerd zijn om IN of NIET IN deze optie te zijn."
3576
 
3577
  msgid "Post relationship with selected option"
3578
  msgstr "Post relatie met geselecteerde optie"
3584
  msgstr "Identificeer datum en tijd"
3585
 
3586
  msgid "Our system tries to identify the date and time in your variables."
3587
+ msgstr ""
3588
+ "Ons systeem probeert de datum en de tijd in uw variabelen te identificeren."
3589
 
3590
  msgid "Datetime format"
3591
  msgstr "Datetime formaat"
3598
  msgstr "Vertaal datums"
3599
 
3600
  #, php-format
3601
+ msgid ""
3602
+ "Write one per line in the following format: from||to %1$s E.g.: Monday||"
3603
+ "Montag"
3604
+ msgstr ""
3605
+ "Schrijf er één per regel in het volgende formaat: van||tot %1$s "
3606
+ "Bijvoorbeeld: Monday||Maandag"
3607
 
3608
  msgid "Replace variables"
3609
  msgstr "Vervang variabelen"
3615
  msgstr "Vervang tijdstempel variabelen"
3616
 
3617
  #, php-format
3618
+ msgid ""
3619
+ "The \"Datetime format\" will be used to create dates from the given "
3620
+ "timestamp containing variables. %1$s Separate them with comma."
3621
+ msgstr ""
3622
+ "Het \"Datetime formaat\" zal gebruikt worden om datums aan te maken vanaf de "
3623
+ "gegeven tijdstempel die variabelen bevat. %1$s Scheid ze door een komma."
3624
 
3625
  msgid "File variables"
3626
  msgstr "Bestandsvariabelen"
3629
  msgstr "Vervang bestandsvariabelen"
3630
 
3631
  #, php-format
3632
+ msgid ""
3633
+ "If you have IDs of files, you can replace those variables with the urls of "
3634
+ "the files instead. %1$s Separate them with comma."
3635
+ msgstr ""
3636
+ "Als u IDs van bestanden hebt dan kunt u deze variabelen vervangen door de "
3637
+ "URLs van die bestanden. %1$s Scheid ze door een komma."
3638
 
3639
  msgid "Remove duplicate results"
3640
  msgstr "Verwijder dubbele resultaten"
3641
 
3642
+ msgid ""
3643
+ "You can remove results based on one variable's uniqueness. For example if "
3644
+ "you want the images to be unique, you could write the \"image\" variable "
3645
+ "into this field (without quotemarks)."
3646
+ msgstr ""
3647
+ "U kunt resultaten verwijderen gebaseerd op de uniekheid van één variabele. "
3648
+ "Als u bijvoorbeeld wilt dat de afbeeldingen uniek zijn dan kunt u de \"image"
3649
+ "\" variabele in dit veld invullen (zonder aanhalingstekens)."
3650
 
3651
  msgid "Custom field name"
3652
  msgstr "Aangepaste veldnaam"
3653
 
3654
  msgid "If it's set, this will be used instead of the 'Field' value."
3655
+ msgstr ""
3656
+ "Indien dit ingesteld is dan zal het gebruikt worden in plaats van de 'Veld' "
3657
+ "waarde."
3658
 
3659
  msgid "Numeric"
3660
  msgstr "Numeriek"
3671
  msgid "Remove shortcodes"
3672
  msgstr "Verwijder snelcodes"
3673
 
3674
+ msgid ""
3675
+ "You can remove shortcodes from variables to avoid 3rd party content "
3676
+ "rendering in your slider."
3677
+ msgstr ""
3678
+ "U kunt snelcodes verwijderen uit variabelen om te vermijden dat derde partij "
3679
+ "inhoud in uw slider gegenereerd wordt."
3680
 
3681
  msgid "Remove from variables"
3682
  msgstr "Verwijder uit variabelen"
3683
 
3684
+ msgid ""
3685
+ "Write the name of the variables you want to remove the shortcodes from. "
3686
+ "Separate new variables with a comma and space. E.g. description, content"
3687
+ msgstr ""
3688
+ "Schrijf de naam van de variabelen waarvan u de snelcodes wilt verwijderen. "
3689
+ "Scheid nieuwe variabelen door een komma en een spatie. Bijvoorbeeld: "
3690
+ "beschrijving, inhoud"
3691
 
3692
  msgid "Custom date variables"
3693
  msgstr "Aangepaste datum variabelen"
3694
 
3695
  #, php-format
3696
+ msgid ""
3697
+ "You can create custom date variables from your existing date variables. "
3698
+ "Write each variable to a new line and use the following format: variable||"
3699
+ "format. %3$s The \"variable\" should be an existing variable. Based on this "
3700
+ "existing variable, we create a new one with the \"_datetime\" suffix. (E.g. "
3701
+ "date_datetime.) %3$s The \"format\" can be any %1$sPHP date format%2$s."
3702
+ msgstr ""
3703
+ "U kunt aangepaste datumvariabelen maken vanaf uw bestaande datumvariabelen. "
3704
+ "Schrijf elke variabele op een nieuwe regel en gebruik het volgende formaat: "
3705
+ "variabele||formaat. %3$s De \"variabele\" moet een bestaande variabele zijn. "
3706
+ "Gebaseerd op deze bestaande variabele maken we een nieuwe met het "
3707
+ "\"_datumtijd\" achtervoegsel (bijvoorbeeld datum_datumtijd). %3$s Het "
3708
+ "\"formaat\" mag eender welk %1$sPHP datumformaat%2$s zijn."
3709
 
3710
  msgid "Translate custom dates"
3711
  msgstr "Vertaal aangepaste datums"
3712
 
3713
  #, php-format
3714
+ msgid ""
3715
+ "You can translate the content of the newly created variables. %1$s Use the "
3716
+ "following format: from||to. Eg.: Monday||Montag"
3717
+ msgstr ""
3718
+ "U kunt de inhoud van de nieuw aangemaakte variabelen vertalen. %1$s Gebruik "
3719
+ "het volgende formaat: van||naar. Bijvoorbeeld: Monday||Maandag"
3720
 
3721
  msgid "Date function"
3722
  msgstr "Datum functie"
3723
 
3724
+ msgid ""
3725
+ "This function will be used to format these custom date variables. Usually "
3726
+ "the date_i18n works, but if your date will be off a little bit, then try out "
3727
+ "the other one."
3728
+ msgstr ""
3729
+ "Deze functie zal gebruikt worden om deze aangepaste datumvariabelen vorm te "
3730
+ "geven. Doorgaans werkt date_i18n, maar als uw datum er een beetje naast zit "
3731
+ "probeer dan de andere waarde."
3732
 
3733
  msgid "Comment count"
3734
  msgstr "Aantal commentaren"
3740
  msgstr "Inzending of pagina IDs"
3741
 
3742
  #, php-format
3743
+ msgid ""
3744
+ "You can write the ID of the page you want to show in your generator. %1$s "
3745
+ "Write one ID per line."
3746
+ msgstr ""
3747
+ "U kunt het ID ingeven van de pagina die u in uw generator wilt tonen. %1$s "
3748
+ "Schrijf één ID per regel."
3749
 
3750
  msgid "Whole group"
3751
  msgstr "Ganse groep"
3752
 
3753
+ msgid "Select Slider"
3754
  msgstr "Selecteer slider"
3755
 
3756
  msgid "OR"
3757
  msgstr "OF"
3758
 
 
 
 
3759
  msgid "Insert a slider into your content"
3760
  msgstr "Voeg een slider aan uw content toe"
3761
 
 
 
 
 
 
 
3762
  msgid "Select the slider you want to insert."
3763
  msgstr "Selecteer de slider die u wilt invoegen."
3764
 
3779
  msgstr "Rel"
3780
 
3781
  #, php-format
3782
+ msgid ""
3783
+ "Enter the %1$s rel attribute %2$s that represents the relationship between "
3784
+ "the current document and the linked document. Multiple rel attributes can be "
3785
+ "separated with space. E.g. nofollow noopener noreferrer"
3786
+ msgstr ""
3787
+ "Geef het %1$s rel attribuut %2$s in dat de relatie tussen het huidige "
3788
+ "document en het gelinkte document voorstelt. Meerdere rel attributen kunnen "
3789
+ "gescheiden worden door een spatie. Bijvoorbeeld: nofollow noopener noreferrer"
3790
 
3791
  msgid "Icon"
3792
  msgstr "Icoon"
3827
  msgid "Optimize image"
3828
  msgstr "Optimaliseer afbeelding"
3829
 
3830
+ msgid ""
3831
+ "You can turn off the Layer image optimization for this image, to resize it "
3832
+ "for tablet and mobile."
3833
+ msgstr ""
3834
+ "U kunt de optimalisatie van de laag afbeelding uitschakelen voor deze "
3835
+ "afbeelding, en dit om haar te herschalen voor tablets en mobieltjes."
3836
 
3837
  msgctxt "Layer group"
3838
  msgid "Special"
3917
  msgid "You can pause the video when the visitor scrolls away from the slider"
3918
  msgstr "U kunt de video pauzeren als de bezoeker wegscrollt van de slider"
3919
 
 
 
 
 
 
 
3920
  msgid "Display"
3921
  msgstr "Weergave"
3922
 
3926
  msgid "Remove controls"
3927
  msgstr "Verwijder bedieningselementen"
3928
 
3929
+ msgid ""
3930
+ "Removes the controls of the video, but it only works on videos of Vimeo Pro "
3931
+ "users."
3932
+ msgstr ""
3933
+ "Verwijdert de bedieningselementen van de video, maar dit werkt alleen bij "
3934
+ "video's van Vimeo Pro gebruikers."
3935
 
3936
  msgid "Hides the title of the video, but only if video owner allows it."
3937
+ msgstr ""
3938
+ "Verbergt de titel van de video, maar alleen als de eigenaar van de video dit "
3939
+ "toelaat."
3940
 
3941
  msgid "Users byline"
3942
  msgstr "Gebruikers naamregel"
3943
 
3944
+ msgid ""
3945
+ "Hides the user's byline of the video, but only if video owner allows it."
3946
+ msgstr ""
3947
+ "Verbergt de naamregel van de gebruiker van de video, maar alleen als de "
3948
+ "eigenaar van de video dit toelaat."
3949
 
3950
+ msgid ""
3951
+ "Hides the profile image of the author, but only if video owner allows it. "
3952
+ msgstr ""
3953
+ "Verbergt de profiel afbeelding van de auteur, maar alleen als de eigenaar "
3954
+ "van de video dit toelaat. "
3955
 
3956
  msgid "Play button"
3957
  msgstr "Speel knop"
3983
  msgid "Same channel"
3984
  msgstr "Hetzelfde kanaal"
3985
 
3986
+ msgid ""
3987
+ "YouTube no longer allows hiding the related videos at the end of the video. "
3988
+ "This setting defines whether the videos should come from the same channel as "
3989
+ "the video that was just played or from any other channel."
3990
+ msgstr ""
3991
+ "YouTube laat niet langer toe de gelijkaardige video's te verbergen aan het "
3992
+ "einde van de video. Deze instelling bepaalt of de video's moeten komen van "
3993
+ "hetzelfde kanaal als de video die net gespeeld werd of van een ander kanaal."
3994
 
3995
  msgid "Slider error! Generator group not found: "
3996
  msgstr "Slider fout! Generator groep niet gevonden: "
4025
  msgid "Overflow-X"
4026
  msgstr "Overloop-X"
4027
 
4028
+ msgid ""
4029
+ "Prevents the vertical scrollbar from appear during certain slide background "
4030
+ "animations."
4031
+ msgstr ""
4032
+ "Verhindert dat de verticale scrollbalk verschijnt tijdens bepaalde slide "
4033
+ "achtergrond animaties."
4034
 
4035
  msgid "Adjust slider width to"
4036
  msgstr "Pas slider breedte aan tot"
4037
 
4038
+ msgid ""
4039
+ "You can make the slider fill up a selected parent element instead of the "
4040
+ "full browser width."
4041
+ msgstr ""
4042
+ "U kunt zorgen dat de slider een geselecteerd moederelement opvult in plaats "
4043
+ "van de volledige browser breedte."
4044
 
4045
  msgid "Not found"
4046
  msgstr "Niet gevonden"
4098
  msgid "Carousel"
4099
  msgstr "Carousel"
4100
 
4101
+ msgid ""
4102
+ "If you turn off this option, you can't switch to the first slide from the "
4103
+ "last one."
4104
+ msgstr ""
4105
+ "Als u deze optie uitschakelt dan kunt u niet meer overschakelen van de "
4106
+ "laatste slide naar de eerste."
4107
 
4108
+ msgid ""
4109
+ "Background animations only work on the slide background images, which have "
4110
+ "Fill selected at their Fill mode. They don't affect any images if the "
4111
+ "background parallax is enabled."
4112
+ msgstr ""
4113
+ "Achtergrond animaties werken alleen voor de slide achtergrondafbeeldingen, "
4114
+ "die 'Opvullen' geselecteerd hebben voor hun 'Opvulmodus'. Zij hebben geen "
4115
+ "invloed op afbeeldingen als de achtergrond parallax geactiveerd is."
4116
 
4117
  msgid "Shifted"
4118
  msgstr "Verschoven"
4621
  msgid "Base64"
4622
  msgstr "Base64"
4623
 
4624
+ msgid ""
4625
+ "Base64 encoded arrow images are loading faster and they are colorable. But "
4626
+ "optimization plugins often have errors in their codes related to them, so if "
4627
+ "your arrow won't load, turn this option off."
4628
+ msgstr ""
4629
+ "Base64 geëncodeerde pijl afbeeldingen laden sneller en zij kunnen gekleurd "
4630
+ "worden. Maar optimalisatie plugins hebben vaak fouten in hun codes die "
4631
+ "hiermee verband houden. Als uw pijl dus niet inlaadt schakel deze optie dan "
4632
+ "uit."
4633
 
4634
  msgid "Image width - Desktop"
4635
  msgstr "Afbeelding breedte - Desktop"
4655
  msgid "Slide count"
4656
  msgstr "Aantal slides"
4657
 
4658
+ msgid ""
4659
+ "The \"Title\" will be the index of the slide and \"Description\" will be the "
4660
+ "total number of slides."
4661
+ msgstr ""
4662
+ "De \"Titel\" zal de index van de slide zijn en \"Beschrijving\" zal het "
4663
+ "totaal aantal slides zijn."
4664
 
4665
  msgid "Separator"
4666
  msgstr "Scheidingsteken"
4667
 
4668
  #, php-format
4669
+ msgid ""
4670
+ "You can set what separates the Tex bar Title and Description. This separator "
4671
+ "is used at the Slide count option, too, to separate the current and total "
4672
+ "slide number. %1$s To put the Description to a new line, use the &lt;br&gt; "
4673
+ "HTML tag."
4674
+ msgstr ""
4675
+ "U kunt instellen wat de titel van de tekstbalk en de beschrijving scheidt. "
4676
+ "Deze scheiding wordt ook gebruikt in de slide teller optie, om het huidige "
4677
+ "slide nummer te scheiden van het totaal aantal slides. %1$s Om de "
4678
+ "beschrijving op een nieuwe regel te tonen kunt u de &lt;br&gt; HTML tag "
4679
+ "gebruiken."
4680
 
4681
  msgid "Bar full size"
4682
  msgstr "Balk volledige grootte"
4687
  msgid "Hide on slides"
4688
  msgstr "Verberg op slides"
4689
 
4690
+ msgid ""
4691
+ "List the slides separated by commas on which you want the controls to be "
4692
+ "hidden."
4693
+ msgstr ""
4694
+ "Lijst met slides, gescheiden door komma's, waarop u de bedieningselementen "
4695
+ "wilt verbergen."
4696
 
4697
  msgid "Text bar"
4698
  msgstr "Tekstbalk"
4700
  msgid "Bullets"
4701
  msgstr "Opsommingstekens"
4702
 
 
 
 
4703
  msgid "Side"
4704
  msgstr "Zijkant"
4705
 
4742
  msgid "Caption"
4743
  msgstr "Onderschrift"
4744
 
4745
+ msgid ""
4746
+ "The height (horizontal orientation) or width (vertical orientation) of the "
4747
+ "caption container."
4748
+ msgstr ""
4749
+ "De hoogte (horizontale oriëntatie) of breedte (verticale oriëntatie) van de "
4750
+ "onderschrift container."
4751
 
4752
  msgid "Next arrow image"
4753
  msgstr "Volgende pijl afbeelding"
4765
  msgid "You can break your thumbnails into rows or columns."
4766
  msgstr "U kunt uw miniaturen opdelen in rijen of kolommen."
4767
 
4768
+ msgid ""
4769
+ "The height (horizontal orientation) or width (vertical orientation) of the "
4770
+ "thumbnail container in px or %."
4771
+ msgstr ""
4772
+ "De hoogte (horizontale oriëntatie) of breedte (verticale oriëntatie) van de "
4773
+ "miniatuur container in px of %."
4774
 
4775
  #, javascript-format
4776
  msgid "Switches %s slide(s)."
4892
  msgid "Sparkling"
4893
  msgstr "Glinsterend"
4894
 
4895
+ #, fuzzy, php-format
4896
+ #| msgid "Curve 1"
4897
+ msgid "Curve %d"
4898
  msgstr "Curve 1"
4899
 
 
 
 
 
 
 
 
 
 
4900
  msgid "Curves"
4901
  msgstr "Curves"
4902
 
4903
+ #, fuzzy, php-format
4904
+ #| msgid "Fan 1"
4905
+ msgid "Fan %d"
4906
  msgstr "Ventilator 1"
4907
 
 
 
 
 
 
 
4908
  msgid "Hills"
4909
  msgstr "Bergen"
4910
 
4911
+ #, fuzzy, php-format
4912
+ #| msgid "Incline 1"
4913
+ msgid "Incline %d"
4914
  msgstr "Helling 1"
4915
 
 
 
 
 
 
 
4916
  msgid "Inverse arrow"
4917
  msgstr "Omgekeerde pijl"
4918
 
4922
  msgid "Slopes"
4923
  msgstr "Hellingen"
4924
 
4925
+ #, fuzzy, php-format
4926
+ #| msgid "Tilt 1"
4927
+ msgid "Tilt %d"
4928
  msgstr "Kantelen 1"
4929
 
4930
+ #, fuzzy, php-format
4931
+ #| msgid "Triangle 1"
4932
+ msgid "Triangle %d"
 
4933
  msgstr "Driehoek 1"
4934
 
4935
+ #, fuzzy, php-format
4936
+ #| msgid "Wave 1"
4937
+ msgid "Wave %d"
 
4938
  msgstr "Golf 1"
4939
 
 
 
 
4940
  msgid "Waves"
4941
  msgstr "Golven"
4942
 
4943
+ #, fuzzy, php-format
4944
+ #| msgid "Columns"
4945
+ msgid "Columns %d"
4946
+ msgstr "Kolommen"
4947
+
4948
+ #, php-format
4949
+ msgid "Paper %d"
4950
+ msgstr ""
4951
+
4952
  msgid "2 Colors"
4953
  msgstr "2 kleuren"
4954
 
4967
  msgid "The App ID is empty. Please insert that value too!"
4968
  msgstr "Het App ID is leeg. Geef die waarde ook in!"
4969
 
4970
+ #, fuzzy, php-format
4971
+ #| msgid ""
4972
+ #| "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4973
+ #| "order to use this generator! - %2$s How to get SSL for my WordPress site? "
4974
+ #| "%3$s"
4975
+ msgid ""
4976
+ "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4977
+ "order to use this generator!"
4978
+ msgstr ""
4979
+ "%1$s laat alleen HTTPS doorverwijzing URIs toe! U moet uw site naar HTTPS "
4980
+ "verplaatsen om deze generator te gebruiken! - %2$s Hoe verkrijg ik SSL voor "
4981
+ "mijn WordPress site? %3$s"
4982
+
4983
+ msgid "How to get SSL for my website?"
4984
+ msgstr ""
4985
 
4986
  #, php-format
4987
+ msgid ""
4988
+ "%2$s Check the documentation %3$s to learn how to configure your %1$s app."
4989
+ msgstr ""
4990
+ "%2$s Raadpleeg de documentatie %3$s om te leren hoe u uw %1$s app moet "
4991
+ "configureren."
4992
 
4993
  msgctxt "Facebook app permission"
4994
  msgid "pages read engagement"
4997
  msgid "Pages read engagement permission"
4998
  msgstr "Pagina's lezen engagement permissie"
4999
 
5000
+ msgid ""
5001
+ "You need \"pages_read_engagement\" permission if you want to access datas of "
5002
+ "Facebook pages, where you are an administrator. For other pages you still "
5003
+ "need to turn this option on, but request access to \"Page Public Content "
5004
+ "Access\" within your App."
5005
+ msgstr ""
5006
+ "U hebt \"pages_read_engagement\" permissie nodig als u toegang wilt hebben "
5007
+ "tot data van Facebook pagina's, waar u een administrator bent. Voor andere "
5008
+ "pagina's moet u deze optie nog steeds inschakelen, maar toegang vragen tot "
5009
+ "\"Page Public Content Access\" binnen uw app."
5010
 
5011
  msgctxt "Facebook app permission"
5012
  msgid "user photos"
5015
  msgid "User photos permission"
5016
  msgstr "Gebruiker foto permissie"
5017
 
5018
+ msgid ""
5019
+ "You need \"user_photos\" permission to access photos of users, except your "
5020
+ "own user."
5021
+ msgstr ""
5022
+ "U moet \"user_photos\" permissie hebben om toegang te krijgen tot foto's van "
5023
+ "gebruikers, behalve deze van uzelf."
5024
 
5025
  msgid "Token"
5026
  msgstr "Token"
5114
  msgid "Source folder"
5115
  msgstr "Bronmap"
5116
 
5117
+ #, fuzzy
5118
+ #| msgid "Slide name and description"
5119
+ msgid "Filename based exclusion"
5120
+ msgstr "Slide naam en beschrijving"
5121
+
5122
  msgid "Remove resized images"
5123
  msgstr "Verwijder herschaalde afbeeldingen"
5124
 
5125
+ msgid ""
5126
+ "This option removes files that match the \"-[number]x[number].[extension]\" "
5127
+ "pattern in the end of their file names. For example, \"myimage.jpg\" will "
5128
+ "stay in the generator result, but \"myimage-120x120.jpg\" will be removed, "
5129
+ "because it's the same image, just in a smaller size."
5130
+ msgstr ""
5131
+ "Deze optie verwijdert bestanden die voldoen aan het \"-[getal]x[getal]."
5132
+ "[extensie]\" patroon aan het einde van hun bestandsnamen. Bijvoorbeeld: "
5133
+ "\"mijnafbeelding.jpg\" zal in het generator resultaat blijven, maar "
5134
+ "\"mijnafbeelding-120x120.jpg\" zal verwijderd worden, omdat het om dezelfde "
5135
+ "afbeelding gaat, alleen in een kleiner formaat."
5136
+
5137
+ msgid "Filename has to contain"
5138
+ msgstr ""
5139
+
5140
+ msgid ""
5141
+ "Only those images will be asked down, which have the given texts within "
5142
+ "their filenames. You can write down multiple texts separated by comma."
5143
+ msgstr ""
5144
+
5145
+ msgid "Filename cannot contain"
5146
+ msgstr ""
5147
+
5148
+ msgid ""
5149
+ "Only those images will be asked down, which don't have the given texts "
5150
+ "within their filenames. You can write down multiple texts separated by comma."
5151
+ msgstr ""
5152
 
5153
  msgid "Filename"
5154
  msgstr "Bestandsnaam"
5156
  msgid "Creation date"
5157
  msgstr "Aanmaakdatum"
5158
 
5159
+ msgid ""
5160
+ "Wrong path. This is the default image folder path, so try to navigate from "
5161
+ "here:"
5162
+ msgstr ""
5163
+ "Verkeerd pad. Dit is het standaard pad naar de afbeeldingsmap. Probeer dus "
5164
+ "te navigeren vanaf hier:"
5165
 
5166
  msgid "Folder not found."
5167
  msgstr "Map niet gevonden."
5168
 
5169
+ msgid ""
5170
+ "Wrong path. This is the default upload/media folder path, so try to navigate "
5171
+ "from here:"
5172
+ msgstr ""
5173
+ "Verkeerd pad. Dit is het standaard pad naar de upload/media map. Probeer dus "
5174
+ "te navigeren vanaf hier:"
5175
+
5176
+ msgid "The App ID and the Secret is empty!"
5177
+ msgstr ""
5178
+
5179
+ msgid "The token will expire at:"
5180
+ msgstr ""
5181
+
5182
+ msgid "Access token was not returned.Please check the credentials!"
5183
+ msgstr ""
5184
+
5185
+ #, fuzzy
5186
+ #| msgid "The token expired. Please request new token! "
5187
+ msgid "The token expired. Please request new token!"
5188
+ msgstr "Het token is vervallen. Gelieve een nieuw token aan te vragen! "
5189
+
5190
+ #, fuzzy
5191
+ #| msgid "The token expired. Please request new token! "
5192
+ msgid "The token will expire in two days! Please refresh the token!"
5193
+ msgstr "Het token is vervallen. Gelieve een nieuw token aan te vragen! "
5194
+
5195
+ #, fuzzy
5196
+ #| msgid "Request token"
5197
+ msgid "Refresh Token"
5198
+ msgstr "Request token"
5199
+
5200
+ msgid "Refresh"
5201
+ msgstr ""
5202
+
5203
+ #, fuzzy
5204
+ #| msgid "Sorting method"
5205
+ msgid "Album loading method"
5206
+ msgstr "Sorteermethode"
5207
+
5208
+ msgid "Load first images only"
5209
+ msgstr ""
5210
+
5211
+ msgid "Load album images separately"
5212
+ msgstr ""
5213
+
5214
+ msgid "Load Album images as record data"
5215
+ msgstr ""
5216
 
5217
  msgid "JSON from url"
5218
  msgstr "JSON van URL"
5223
  msgid "Level separation"
5224
  msgstr "Niveau scheiding"
5225
 
5226
+ msgid ""
5227
+ "JSON codes can be customized to have many different levels. From a code it "
5228
+ "is impossible to know from which level do you want to use the given datas on "
5229
+ "the different slides, so you have to select that level from this list."
5230
+ msgstr ""
5231
+ "JSON codes kunnen aangepast worden zodat zij veel verschillende niveaus "
5232
+ "hebben. Uit een code is onmogelijk vast te stellen van welk niveau u de "
5233
+ "gegeven data op de verschillende slides wilt gebruiken, dus moet u dat "
5234
+ "niveau uit deze lijst kiezen."
5235
 
5236
  #, php-format
5237
+ msgid ""
5238
+ "The given text is not valid XML! %1$sValidate your code%2$s to make sure it "
5239
+ "is correct."
5240
+ msgstr ""
5241
+ "De gegeven tekst is geen geldige XML! %1$sValideer uw code%2$s om u ervan te "
5242
+ "vergewissen dat ze correct is."
5243
 
5244
  #, php-format
5245
+ msgid ""
5246
+ "The given text is not valid JSON! %1$sValidate your code%2$s to make sure it "
5247
+ "is correct."
5248
+ msgstr ""
5249
+ "De gegeven tekst is geen geldige JSON! %1$sValideer uw code%2$s om u ervan "
5250
+ "te vergewissen dat ze correct is."
5251
 
5252
+ msgid ""
5253
+ "Try to change the \"Level separation\" or \"Remove levels from result\" "
5254
+ "setting."
5255
+ msgstr ""
5256
+ "Probeer de \"Niveau scheiding\" of \"Verwijder niveaus uit resultaat\" "
5257
+ "instelling."
5258
 
5259
  msgid "Images"
5260
  msgstr "Afbeeldingen"
5261
 
5262
+ #, fuzzy
5263
+ #| msgid "Offset value"
5264
+ msgid "Offset hours"
5265
+ msgstr "Compensatie waarde"
5266
+
5267
  msgid "Timezone offset in hours. For example: +2 or -7."
5268
  msgstr "Tijdzone compensatie in uur. Bijvoorbeeld: +2 of -7."
5269
 
5307
  msgid "Creates slides from %1$s content."
5308
  msgstr "Maakt slides van %1$s content."
5309
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5310
  msgid "Include subcategories"
5311
  msgstr "Inclusief subcategorieën"
5312
 
5358
  msgid "Banned user IDs"
5359
  msgstr "Verbannen gebruiker IDs"
5360
 
5361
+ msgid "Started"
5362
+ msgstr "Begonnen"
5363
+
5364
  msgid "Ended"
5365
  msgstr "Beëindigd"
5366
 
5383
  msgstr "Locatie"
5384
 
5385
  msgid "Pull posts only from these users. Separate them by comma."
5386
+ msgstr ""
5387
+ "Haal alleen de inzendingen van deze gebruikers op. Scheid ze door een komma."
5388
 
5389
  msgid "Do not pull posts from these users. Separate them by comma."
5390
+ msgstr ""
5391
+ "Haal geen inzendingen van deze gebruikers op. Scheid ze door een komma."
5392
 
5393
  msgid "Public"
5394
  msgstr "Publiek"
5444
  msgid "Manufacturer language"
5445
  msgstr "Fabrikant taal"
5446
 
5447
+ msgid "Price"
5448
+ msgstr "Prijs"
5449
+
5450
  msgid "Product name"
5451
  msgstr "Product naam"
5452
 
5453
  msgid "Product ID"
5454
  msgstr "Product ID"
5455
 
5456
+ msgid "Locations"
5457
+ msgstr "Locaties"
5458
+
5459
  msgid "Recurring"
5460
  msgstr "Herhalend"
5461
 
5471
  msgid "Only not recurring events"
5472
  msgstr "Alleen zich niet herhalende evenementen"
5473
 
5474
+ msgid "Menu item (item ID)"
5475
+ msgstr "Menu item (item ID)"
5476
+
5477
+ msgid "Start date"
5478
+ msgstr "Startdatum"
5479
+
5480
  msgid "End date"
5481
  msgstr "Einddatum"
5482
 
5519
  msgid "Only display items with these IDs"
5520
  msgstr "Toon alleen items met deze IDs"
5521
 
5522
+ msgid ""
5523
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5524
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5525
+ "setting will be used."
5526
+ msgstr ""
5527
+ "Tijdzone compensatie in uur. Bijvoorbeeld: +2 of -7. Als u dit leeg laat, "
5528
+ "dan zal de Joomla instelling uit Systeem -> Globale configuratie -> Server -"
5529
+ "> Servertijdzone gebruikt worden."
5530
+
5531
  msgid "Brand"
5532
  msgstr "Merk"
5533
 
5552
  msgid "Product IDs"
5553
  msgstr "Product IDs"
5554
 
5555
+ msgid ""
5556
+ "Write the product IDs you want to display here, in the order you want them "
5557
+ "to appear in the generator. One product ID per line."
5558
+ msgstr ""
5559
+ "Schrijf hier de product IDs die u wilt tonen, in de volgorde dat ze in de "
5560
+ "generator moeten verschijnen. Eén product ID per regel."
5561
 
5562
  msgid "One time events"
5563
  msgstr "Eenmalige evenementen"
5568
  msgid "Date language"
5569
  msgstr "Datum taal"
5570
 
5571
+ #, fuzzy
5572
+ #| msgid "Replace variables"
5573
+ msgid "Date variable offset"
5574
+ msgstr "Vervang variabelen"
5575
 
5576
+ msgid "Date filter offset"
5577
+ msgstr ""
5578
 
5579
  msgid "Status"
5580
  msgstr "Status"
5585
  msgid "Ask down all product images"
5586
  msgstr "Vraag alle product afbeeldingen op"
5587
 
5588
+ msgid "Items"
5589
+ msgstr "Items"
5590
+
5591
  msgid "View item"
5592
  msgstr "Bekijk item"
5593
 
5597
  msgid "View image"
5598
  msgstr "Bekijk afbeelding"
5599
 
 
 
 
 
 
 
 
 
 
5600
  msgid "All day event"
5601
  msgstr "Ganse dag evenement"
5602
 
5606
  msgid "Show parent products only"
5607
  msgstr "Toon alleen bovenliggende producten"
5608
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5609
  #, php-format
5610
  msgid "Creates slides from %1$s galleries."
5611
  msgstr "Maakt slides van %1$s galerijen."
5620
  msgstr "Maakt slides volgens uw aangepaste instellingen."
5621
 
5622
  #, php-format
5623
+ msgid ""
5624
+ "You don't have custom generators yet. %1$s Check the documentation %2$s to "
5625
+ "learn how to create your own generator."
5626
+ msgstr ""
5627
+ "U hebt nog geen aangepaste generatoren. %1$s Raadpleeg de documentatie %2$s "
5628
+ "om te weten te komen hoe u uw eigen generator moet maken."
5629
 
5630
  msgid "No options given"
5631
  msgstr "Geen opties gegeven"
5632
 
5633
+ #, php-format
5634
+ msgid "Creates slides from %1$s events."
5635
+ msgstr "Maakt slides van %1$s evenementen."
5636
+
5637
  msgid "Exclude event IDs (One ID per line)"
5638
  msgstr "Uit te sluiten evenement ID (één ID per regel)"
5639
 
5655
  msgid "Format date variables"
5656
  msgstr "Formatteer datum variabelen"
5657
 
5658
+ msgid ""
5659
+ "With the WordPress Settings -> General -> Timezone and Date format, new "
5660
+ "variables will be generated from the given variables. Separate them with "
5661
+ "comma."
5662
+ msgstr ""
5663
+ "Met de WordPress instellingen -> Algemeen -> Tijdzone en datum formaat "
5664
+ "zullen nieuwe variabelen gegenereerd worden vanaf de gegeven variabelen. "
5665
+ "Scheid ze door een komma."
5666
 
5667
  msgid "Start time text"
5668
  msgstr "Begintijd tekst"
5691
  msgid "Hide From Event Listings"
5692
  msgstr "Verberg in evenement listings"
5693
 
5694
+ msgid "Event start date"
5695
+ msgstr "Evenement begindatum"
5696
+
5697
+ msgid "Event end date"
5698
+ msgstr "Evenement einddatum"
5699
+
5700
  msgid "Event cost"
5701
  msgstr "Evenement prijs"
5702
 
5703
+ msgid "Event creation date"
5704
+ msgstr "Evenement aanmaakdatum"
5705
+
5706
+ msgid "Event modification date"
5707
+ msgstr "Evenement aanpassingsdatum"
5708
+
5709
  msgid "Metakey name"
5710
  msgstr "Metakey naam"
5711
 
5712
  msgid "If its set, this will be used instead of the 'Field' value."
5713
+ msgstr ""
5714
+ "Indien dit ingesteld is dan zal het gebruikt worden in plaats van de 'Veld' "
5715
+ "waarde."
5716
 
5717
  msgid "Sorting method"
5718
  msgstr "Sorteermethode"
5741
  msgid "Products by IDs and/or SKUs"
5742
  msgstr "Producten op IDs en/of SKUs"
5743
 
5744
+ msgid ""
5745
+ "Creates slides from your WooCommece categories. (Not from the products "
5746
+ "inside them.)"
5747
+ msgstr ""
5748
+ "Maakt slides van uw WooCommece categorieën (niet van de producten die erin "
5749
+ "zitten)."
5750
 
5751
  msgid "Submenu limit"
5752
  msgstr "Submenu limiet"
5754
  msgid "No limit"
5755
  msgstr "Geen limiet"
5756
 
5757
+ #, fuzzy
5758
+ #| msgid "Include subcategories"
5759
+ msgid "Hide empty categories"
5760
+ msgstr "Inclusief subcategorieën"
5761
+
5762
+ msgid "Yes"
5763
+ msgstr "Ja"
5764
+
5765
  msgid "Downloadable"
5766
  msgstr "Downloadbaar"
5767
 
5771
  msgid "Create text variables (one per line)"
5772
  msgstr "Maak tekst variabelen (een per regel)"
5773
 
5774
+ msgid ""
5775
+ "if 'variable' equals to 'equalvalue', then you will get the text 'true', but "
5776
+ "if it's not equal, the text will be 'false'. The new variable's name will be "
5777
+ "textvariable (the 'variable' replaced by your variable's name)."
5778
+ msgstr ""
5779
+ "als 'variabele' gelijk is aan 'gelijkewaarde' dan krijgt u de tekst 'true', "
5780
+ "maar als hij niet gelijk is dan zal de tekst 'false' zijn. De naam van de "
5781
+ "nieuwe variabele zal tekstvariabele zijn (de 'variabele' vervangen door de "
5782
+ "naam van uw variabele)."
5783
 
5784
  msgid "Round rating"
5785
  msgstr "Beoordeling afronden"
5950
  msgid "Vertical pendulum 3D"
5951
  msgstr "Verticale slinger 3D"
5952
 
5953
+ msgid "We are Passionate About"
5954
+ msgstr ""
5955
+
5956
+ msgid ""
5957
+ "Amazing Food\n"
5958
+ "Great Hospitality"
5959
+ msgstr ""
5960
+
5961
  msgid "Before text"
5962
  msgstr "Voor de tekst"
5963
 
6023
  msgstr "Audio instellingen"
6024
 
6025
  #, php-format
6026
+ msgid ""
6027
+ "Audio autoplaying has a lot of limitations made by browsers. You can read "
6028
+ "about them %1$shere%2$s."
6029
+ msgstr ""
6030
+ "Audio automatisch spelen heeft een groot aantal beperkingen in bepaalde "
6031
+ "browsers. U kunt er %1$shier%2$s over lezen."
6032
 
6033
  msgid "Starts the audio from the beginning when the slide is viewed again."
6034
  msgstr "Start de audio vanaf het begin als de slide opnieuw bekeken wordt."
6108
  msgid "Caption text"
6109
  msgstr "Onderschrift tekst"
6110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6111
  msgid "Before image alt tag"
6112
  msgstr "Voor de afbeelding alt tag"
6113
 
6162
  msgid "Animation duration"
6163
  msgstr "Animatie duur"
6164
 
6165
+ #, fuzzy
6166
+ #| msgid "Counter"
6167
+ msgid "Countdown"
6168
+ msgstr "Teller"
6169
 
6170
+ msgid "Days"
6171
+ msgstr "Dag"
6172
 
6173
+ msgid "Minutes"
6174
+ msgstr "Minuut"
6175
 
6176
+ msgid "Seconds"
6177
+ msgstr "Secundair"
6178
 
6179
+ #, fuzzy
6180
+ #| msgid "First slide changed."
6181
+ msgid "Use slide schedule"
6182
+ msgstr "Eerste slide veranderd."
6183
 
6184
+ #, fuzzy
6185
+ #| msgid "You can use this alias in the slider's shortcode."
6186
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
6187
+ msgstr "U kunt dit alias in de snelcode van de slider gebruiken."
6188
 
6189
+ msgid "Use Slide Schedule"
6190
+ msgstr ""
6191
 
6192
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
6193
+ msgstr ""
6194
 
6195
+ msgid ""
6196
+ "Displays the days, hours, minutes and seconds texts under the counter "
6197
+ "numbers. To display the labels in your own language, translate the texts in "
6198
+ "the language files."
6199
+ msgstr ""
6200
 
6201
+ msgid "Gap"
6202
+ msgstr ""
6203
 
6204
+ #, fuzzy
6205
+ #| msgid "Creates space between the columns"
6206
+ msgid "Creates vertical and horizontal distance between the counter elements."
6207
+ msgstr "Maakt ruimte tussen de kolommen"
6208
 
6209
+ #, fuzzy
6210
+ #| msgid "Tablet text"
6211
+ msgid "Tablet style"
6212
+ msgstr "Tablet tekst"
6213
 
6214
+ msgid "Set custom Gap and Column for tablet."
6215
+ msgstr ""
6216
 
6217
+ #, fuzzy
6218
+ #| msgid "Mobile text"
6219
+ msgid "Mobile style"
6220
+ msgstr "Tekst mobieltjes"
6221
+
6222
+ msgid "Set custom Gap and Column for mobile."
6223
+ msgstr ""
6224
 
6225
+ #, fuzzy
6226
+ #| msgid "Actions"
6227
+ msgid "Action when ends"
6228
+ msgstr "Acties"
6229
 
6230
+ #, fuzzy
6231
+ #| msgid "Form action"
6232
+ msgid "No action"
6233
+ msgstr "Formulier actie"
6234
 
6235
+ #, fuzzy
6236
+ #| msgid "Child layers"
6237
+ msgid "Hide layer"
6238
+ msgstr "Onderliggende lagen"
6239
 
6240
+ msgid "Redirect to URL"
6241
+ msgstr ""
6242
 
6243
+ msgid "Choose what happens after the counter reached zero."
6244
+ msgstr ""
6245
+
6246
+ #, fuzzy
6247
+ #| msgid "The image is empty"
6248
+ msgid "This page is"
6249
+ msgstr "De afbeelding is leeg"
6250
+
6251
+ msgid "Amazing"
6252
+ msgstr ""
6253
+
6254
+ #, fuzzy, php-format
6255
+ #| msgid "Circle 1"
6256
+ msgid "Circle %d"
6257
+ msgstr "Circel 1"
6258
+
6259
+ #, fuzzy, php-format
6260
+ #| msgid "Curly 1"
6261
+ msgid "Curly %d"
6262
+ msgstr "Gekruld 1"
6263
 
6264
+ #, fuzzy, php-format
6265
+ #| msgid "Highlight 1"
6266
+ msgid "Highlight %d"
6267
+ msgstr "Accentuering 1"
6268
 
6269
+ #, fuzzy, php-format
6270
+ #| msgid "Line Through 1"
6271
+ msgid "Line Through %d"
6272
+ msgstr "Doorhaling 1"
6273
+
6274
+ #, fuzzy, php-format
6275
+ #| msgid "Rectangle 1"
6276
+ msgid "Rectangle %d"
6277
+ msgstr "Rechthoek 1"
6278
+
6279
+ #, fuzzy, php-format
6280
+ #| msgid "Underline 1"
6281
+ msgid "Underline %d"
6282
+ msgstr "Onderlijn 1"
6283
+
6284
+ #, fuzzy, php-format
6285
+ #| msgid "Underline double 1"
6286
+ msgid "Underline double %d"
6287
+ msgstr "Onderlijn dubbel 1"
6288
+
6289
+ #, fuzzy, php-format
6290
+ #| msgid "ZigZag 1"
6291
+ msgid "ZigZag %d"
6292
+ msgstr "ZigZag 1"
6293
 
6294
  msgid "Highlighted text"
6295
  msgstr "Geaccentueerde tekst"
6306
  msgid "HTML"
6307
  msgstr "HTML"
6308
 
6309
+ msgid "Empty element"
6310
+ msgstr ""
6311
+
6312
+ msgid ""
6313
+ "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6314
+ "codes loaded by it. We only suggest using this layer if you are a developer. "
6315
+ "<br>Also, make sure your HTML code is valid! Invalid HTML codes can mess up "
6316
+ "the entire slide and the only way resolving this problem is deleting the "
6317
+ "slide."
6318
+ msgstr ""
6319
+ "Merk op dat we de HTML laag en de derde partij codes die erdoor geladen "
6320
+ "worden <b>niet ondersteunen</b>. We raden aan deze laag alleen te gebruiken "
6321
+ "als u een ontwikkelaar bent. <br>Vergewis u er ook van dat uw HTML code "
6322
+ "geldig is! Ongeldige HTML codes kunnen de volledige slide verknoeien en de "
6323
+ "enige manier om dat op te lossen is de volledige slide te verwijderen."
6324
 
6325
  msgid "Item"
6326
  msgstr "Item"
6424
  msgid "Icon not found"
6425
  msgstr "Icoon niet gevonden"
6426
 
 
 
 
6427
  #, php-format
6428
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6429
  msgstr "Geef een %1$s aria-label attribuut in %2$s dat de link beschrijft."
6431
  msgid "Iframe"
6432
  msgstr "Iframe"
6433
 
6434
+ msgid ""
6435
+ "Please note, that <b>we do not support</b> customized coding! The iframe "
6436
+ "layer often needs code customizations what you have to do yourself, so we "
6437
+ "only suggest using this layer if you are a developer!"
6438
+ msgstr ""
6439
+ "Merk op dat we aangepaste codering <b>niet ondersteunen</b>! De iframe laag "
6440
+ "heeft vaak code aanpassingen nodig die u zelf moet aanbrengen. We raden dus "
6441
+ "aan deze laag alleen te gebruiken als u een ontwikkelaar bent!"
6442
 
6443
+ #, fuzzy
6444
+ #| msgid "iframe url"
6445
+ msgid "Iframe url"
6446
  msgstr "iframe URL"
6447
 
 
 
 
6448
  msgid "You can disable the scroll on the iframe content."
6449
  msgstr "U kun het scrollen op de iframe inhoud deactiveren."
6450
 
6451
+ #, fuzzy
6452
+ #| msgid "iframe title"
6453
+ msgid "Iframe title"
6454
  msgstr "iframe titel"
6455
 
6456
  msgid "Image area"
6459
  msgid "Image box"
6460
  msgstr "Afbeeldingsvak"
6461
 
6462
+ msgid ""
6463
+ "Positions the text inside the layer. Only works with left and right layout."
6464
+ msgstr ""
6465
+ "Positioneert de tekst binnen de laag. Werkt enkel met de linkse en rechtse "
6466
+ "lay-out."
6467
 
6468
  msgid "Input"
6469
  msgstr "Invoer"
6474
  msgid "What are you looking for?"
6475
  msgstr "Waar bent u naar op zoek?"
6476
 
6477
+ msgid ""
6478
+ "We only suggest using this layer if you are a developer, since the Input "
6479
+ "layer requires deep understanding how HTML form works."
6480
+ msgstr ""
6481
+ "We raden aan deze laag alleen te gebruiken als u een ontwikkelaar bent, "
6482
+ "vermits de invoerlaag een goede kennis vereist over de werking van HTML "
6483
+ "formulieren."
6484
 
6485
  msgid "Placeholder text"
6486
  msgstr "Plaatshouder tekst"
6542
  msgid "Joomla module"
6543
  msgstr "Joomla module"
6544
 
6545
+ msgid ""
6546
+ "Please note, that <b>we do not support</b> the Joomla module layer!<br>The "
6547
+ "loaded module often needs code customizations what you have to do yourself, "
6548
+ "so we only suggest using this layer if you are a developer!"
6549
+ msgstr ""
6550
+ "Merk op dat we de Joomla module laag <b>niet ondersteunen</b>! De ingeladen "
6551
+ "module heeft vaak code aanpassingen nodig die u zelf moet aanbrengen. We "
6552
+ "raden dus aan deze laag alleen te gebruiken als u een ontwikkelaar bent!"
6553
 
6554
  msgid "Position name or module ID"
6555
  msgstr "Positie naam of module ID"
6556
 
6557
+ msgid ""
6558
+ "The position name of your module (for Loadposition and Modulepos) or the "
6559
+ "module's ID (Module)."
6560
+ msgstr ""
6561
+ "De positie naam van uw module (voor Loadposition en Modulepos) of het module "
6562
+ "ID (Module)."
6563
 
6564
  msgid "Constrain ratio"
6565
  msgstr "Beperking verhouding"
6566
 
6567
  msgid "The slide scales horizontally and vertically with the same amount."
6568
+ msgstr ""
6569
+ "De slide verandert horizontaal en verticaal van grootte met dezelfde waarde."
6570
 
6571
  msgid "Height based on"
6572
  msgstr "Hoogte gebaseerd op"
6573
 
6574
+ msgid ""
6575
+ "The real height makes your slider have the height of the browser without the "
6576
+ "URL bar, while the CSS 100vh makes it exactly as big as the browser height."
6577
+ msgstr ""
6578
+ "De werkelijke hoogte maakt dat uw slider de hoogte heeft van de browser "
6579
+ "zonder de URL balk, terwijl de CSS 100vh hem net zo groot maakt als de "
6580
+ "hoogte van de browser."
6581
 
6582
  msgid "Decrease height"
6583
  msgstr "Verminder hoogte"
6584
 
6585
+ msgid ""
6586
+ "You can make your slider smaller than the full height of the browser by a "
6587
+ "given pixel, for example, to fit below your menu without causing scrollbar."
6588
+ msgstr ""
6589
+ "U kunt uw slider een gegeven pixel kleiner maken dan de volledige hoogte van "
6590
+ "de browser, bijvoorbeeld om onder uw menu te passen zonder dat er een "
6591
+ "scrollbalk aan te pas komt."
6592
 
6593
  msgid "Decrease height by selectors"
6594
  msgstr "Verminder hoogte door selectors"
6599
  msgid "Use local selectors"
6600
  msgstr "Gebruik lokale selectors"
6601
 
6602
+ msgid ""
6603
+ "You can make your slider smaller than the full height of the browser, for "
6604
+ "example, to fit below your menu without causing scrollbar."
6605
+ msgstr ""
6606
+ "U kunt uw slider kleiner maken dan de volledige hoogte van de browser, "
6607
+ "bijvoorbeeld om onder uw menu te passen zonder dat er een scrollbalk aan te "
6608
+ "pas komt."
6609
 
6610
  msgid "CSS selector (sum of heights)"
6611
  msgstr "CSS selector (som van hoogtes)"
6620
  msgid "Max pane width"
6621
  msgstr "Max paneel breedte"
6622
 
6623
+ msgid ""
6624
+ "You can use this option to limit how many slides can show up next to each "
6625
+ "other."
6626
+ msgstr ""
6627
+ "U kunt deze optie gebruiken om te beperken hoeveel slides naast elkaar mogen "
6628
+ "verschijnen."
6629
 
6630
  msgid "Minimum slide distance"
6631
  msgstr "Minimum slide afstand"
6639
  msgid "Desktop side spacing"
6640
  msgstr "Desktop zijkant tussenruimte"
6641
 
6642
+ msgid ""
6643
+ "You can create a fix distance between the slider and the slides where your "
6644
+ "controls are which appear on this device. This way your controls won't cover "
6645
+ "the slide content."
6646
+ msgstr ""
6647
+ "U kunt een vaste afstand tussen de slider en de slides maken waar uw "
6648
+ "bedieningselementen staan die op dit toestel verschijnen. Op die manier "
6649
+ "bedekken uw bedieningselementen de inhoud van de slide niet."
6650
 
6651
  msgid "Tablet side spacing"
6652
  msgstr "Tablet ruimte zijkant"
6676
  msgstr "Slider straal rand"
6677
 
6678
  msgid "The Single Switch setting can only move the slides horizontally!"
6679
+ msgstr ""
6680
+ "De enkele schakelaar instelling kan de slides alleen horizontaal verplaatsen!"
6681
 
6682
+ msgid ""
6683
+ "This option will create a complete round from your slides if you have enough "
6684
+ "slides. If you don't have enough slides, you could consider duplicating all "
6685
+ "the slides or just add more slides until you will get a carousel round."
6686
+ msgstr ""
6687
+ "Deze optie zal een volledige ronde maken van uw slides, als u er genoeg "
6688
+ "hebt. Als u niet genoeg slides hebt dan kunt u overwegen om alle slides te "
6689
+ "klonen of gewoon meer slides toe te voegen tot u een carousel ronde hebt."
6690
 
6691
  msgid "Single switch"
6692
  msgstr "Enkele schakelaar"
6693
 
6694
  msgid "It switches one slide instead of moving all the visible slides."
6695
+ msgstr ""
6696
+ "Dit wisselt één slide in plaats van al de zichtbare slides te verplaatsen."
6697
 
6698
  msgid "Justify slides"
6699
  msgstr "Slides volledig uitlijnen"
6729
  msgid "Switch with next/previous slides"
6730
  msgstr "Wissel met volgende/vorige slides"
6731
 
6732
+ msgid ""
6733
+ "Clicking on any slide that's not in the middle will make the slider switch "
6734
+ "to that slide. With this option you can disable this behavior, for example, "
6735
+ "to allow clicking on buttons on the visible slides."
6736
+ msgstr ""
6737
+ "Klikken op eender welke slide die niet in het midden staat zal de slider "
6738
+ "doen overschakelen naar die slide. Met deze optie kunt u dit gedrag "
6739
+ "deactiveren, bijvoorbeeld om toe te laten te klikken op knoppen op de "
6740
+ "zichtbare slides."
6741
 
6742
  msgid "Save as new animation"
6743
  msgstr "Opslaan als nieuwe animatie"
6797
  msgstr "Naar volledig scherm"
6798
 
6799
  #, php-format
6800
+ msgid ""
6801
+ "%1$s does not support the full screen API. For this reason the full screen "
6802
+ "button will not appear on %1$s devices."
6803
+ msgstr ""
6804
+ "%1$s ondersteunt de volledig scherm API niet. Om deze reden zal de volledig "
6805
+ "scherm knop niet verschijnen op %1$s toestellen."
6806
 
6807
  msgid "Indicator"
6808
  msgstr "Indicator"
6815
 
6816
  msgid "Bar color"
6817
  msgstr "Balk kleur"
6818
+
6819
+ #~ msgctxt "Default Google font family for admin"
6820
+ #~ msgid "Montserrat"
6821
+ #~ msgstr "Montserrat"
6822
+
6823
+ #~ msgid "Edit slider"
6824
+ #~ msgstr "Slider bewerken"
6825
+
6826
+ #~ msgid "hours"
6827
+ #~ msgstr "uur"
6828
+
6829
+ #~ msgid "Select slider"
6830
+ #~ msgstr "Selecteer slider"
6831
+
6832
+ #~ msgid "Select A Slider"
6833
+ #~ msgstr "Selecteer een slider"
6834
+
6835
+ #~ msgid "Private video"
6836
+ #~ msgstr "Privé video"
6837
+
6838
+ #~ msgid ""
6839
+ #~ "Turn it on to remove the admin warning that your video is not accessible."
6840
+ #~ msgstr ""
6841
+ #~ "Schakel dit in om de beheerderswaarschuwing dat uw video niet "
6842
+ #~ "toegankelijk is te verwijderen."
6843
+
6844
+ #~ msgid "Bullet"
6845
+ #~ msgstr "Opsommingsteken"
6846
+
6847
+ #~ msgid "Curve 2"
6848
+ #~ msgstr "Curve 2"
6849
+
6850
+ #~ msgid "Curve 3"
6851
+ #~ msgstr "Curve 3"
6852
+
6853
+ #~ msgid "Curve 4"
6854
+ #~ msgstr "Curve 4"
6855
+
6856
+ #~ msgid "Fan 2"
6857
+ #~ msgstr "Ventilator 2"
6858
+
6859
+ #~ msgid "Fan 3"
6860
+ #~ msgstr "Ventilator 3"
6861
+
6862
+ #~ msgid "Incline 2"
6863
+ #~ msgstr "Helling 2"
6864
+
6865
+ #~ msgid "Incline 3"
6866
+ #~ msgstr "Helling 3"
6867
+
6868
+ #~ msgid "Tilt 2"
6869
+ #~ msgstr "Kantelen 2"
6870
+
6871
+ #~ msgid "Triangle 2"
6872
+ #~ msgstr "Driehoek 2"
6873
+
6874
+ #~ msgid "Wave 2"
6875
+ #~ msgstr "Golf 2"
6876
+
6877
+ #~ msgid "Types"
6878
+ #~ msgstr "Types"
6879
+
6880
+ #~ msgid "Expired"
6881
+ #~ msgstr "Verlopen"
6882
+
6883
+ #~ msgid "Auction"
6884
+ #~ msgstr "Veiling"
6885
+
6886
+ #~ msgid "Negotiable price"
6887
+ #~ msgstr "Onderhandelbare prijs"
6888
+
6889
+ #~ msgid "Blocked by User"
6890
+ #~ msgstr "Geblokkeerd door gebruiker"
6891
+
6892
+ #~ msgid "Paid"
6893
+ #~ msgstr "Betaald"
6894
+
6895
+ #~ msgid "Buynow"
6896
+ #~ msgstr "Koopnu"
6897
+
6898
+ #~ msgid ""
6899
+ #~ "Your url will point to the item within this menu item. You will only get "
6900
+ #~ "a good result, if you will pick one of your DJ Classifields menu items or "
6901
+ #~ "leave it on 'Default'."
6902
+ #~ msgstr ""
6903
+ #~ "Uw URL zal wijzen naar het item binnen dit menu item. U zal alleen een "
6904
+ #~ "goed resultaat krijgen als u één van uw DJ Classifieds menu items kiest "
6905
+ #~ "of het laat staan op 'Standaard'."
6906
+
6907
+ #~ msgid "Expiration date"
6908
+ #~ msgstr "Vervaldatum"
6909
+
6910
+ #~ msgid "Supplier"
6911
+ #~ msgstr "Leverancier"
6912
+
6913
+ #~ msgid "On sale"
6914
+ #~ msgstr "Te koop"
6915
+
6916
+ #~ msgid "Discount price"
6917
+ #~ msgstr "Kortingsprijs"
6918
+
6919
+ #~ msgid "Create custom date variables"
6920
+ #~ msgstr "Maak aangepaste datumvariabelen"
6921
+
6922
+ #~ msgid ""
6923
+ #~ "You can write any date format (http://php.net/manual/en/function.date."
6924
+ #~ "php) in separate lines, and new variables will be created for them."
6925
+ #~ msgstr ""
6926
+ #~ "U kunt eender welk datumformaat op aparte regels schrijven (http://php."
6927
+ #~ "net/manual/en/function.date.php). Daarna zullen er nieuwe variabelen voor "
6928
+ #~ "aangemaakt worden."
6929
+
6930
+ #~ msgid ""
6931
+ #~ "Write the original text, like 'Monday' then two | signs, and the text you "
6932
+ #~ "want it to be translated to, for example 'Montag'. Together: Monday||"
6933
+ #~ "Montag"
6934
+ #~ msgstr ""
6935
+ #~ "Schrijf de originele tekst, zoals 'Monday', daarna twee | tekens en de "
6936
+ #~ "tekst waarnaar u deze tekst wilt vertalen. Bijvoorbeeld: 'Maandag'. "
6937
+ #~ "Samen: Monday||Maandag"
6938
+
6939
+ #~ msgid "2"
6940
+ #~ msgstr "2"
6941
+
6942
+ #~ msgid "4"
6943
+ #~ msgstr "4"
6944
+
6945
+ #~ msgid "6"
6946
+ #~ msgstr "6"
6947
+
6948
+ #~ msgid "8"
6949
+ #~ msgstr "8"
6950
+
6951
+ #~ msgid "10"
6952
+ #~ msgstr "10"
6953
+
6954
+ #~ msgid "Circle 2"
6955
+ #~ msgstr "Circel 2"
6956
+
6957
+ #~ msgid "Circle 3"
6958
+ #~ msgstr "Circel 3"
6959
+
6960
+ #~ msgid "Curly 2"
6961
+ #~ msgstr "Gekruld 2"
6962
+
6963
+ #~ msgid "Highlight 2"
6964
+ #~ msgstr "Accentuering 2"
6965
+
6966
+ #~ msgid "Highlight 3"
6967
+ #~ msgstr "Accentuering 3"
6968
+
6969
+ #~ msgid "Line Through 2"
6970
+ #~ msgstr "Doorhaling 2"
6971
+
6972
+ #~ msgid "Line Through 3"
6973
+ #~ msgstr "Doorhaling 3"
6974
+
6975
+ #~ msgid "Rectangle 2"
6976
+ #~ msgstr "Rechthoek 2"
6977
+
6978
+ #~ msgid "Underline 2"
6979
+ #~ msgstr "Onderlijn 2"
6980
+
6981
+ #~ msgid "Underline 3"
6982
+ #~ msgstr "Onderlijn 3"
6983
+
6984
+ #~ msgid "Underline double 2"
6985
+ #~ msgstr "Onderlijn dubbel 2"
6986
+
6987
+ #~ msgid "ZigZag 2"
6988
+ #~ msgstr "ZigZag 2"
6989
+
6990
+ #~ msgid "ZigZag 3"
6991
+ #~ msgstr "ZigZag 3"
6992
+
6993
+ #~ msgid "Aria label"
6994
+ #~ msgstr "Aria label"
6995
+
6996
+ #~ msgid "iframe"
6997
+ #~ msgstr "iframe"
Nextend/Languages/nl_NL.mo CHANGED
Binary file
Nextend/Languages/nl_NL.po CHANGED
@@ -1,19 +1,19 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2021-10-16 08:50+0200\n"
5
- "PO-Revision-Date: 2021-11-03 20:07+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 3.0\n"
 
12
  "X-Poedit-SourceCharset: UTF-8\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "Language: nl_NL\n"
17
  "X-Poedit-Flags-xgettext: --no-location\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPathExcluded-0: Framework/Asset/Builder/cache\n"
@@ -22,14 +22,13 @@ msgid "Debug error"
22
  msgstr "Debug fout"
23
 
24
  msgid "CURL disabled in your php.ini configuration. Please enable it!"
25
- msgstr "CURL is gedeactiveerd in uw php.ini configuratie. Gelieve het te activeren!"
 
26
 
27
  msgid "Unable to contact with the licensing server, please try again later!"
28
- msgstr "Kon geen verbinding maken met de licentie server. Gelieve het later nog eens te proberen!"
29
-
30
- msgctxt "Default Google font family for admin"
31
- msgid "Montserrat"
32
- msgstr "Montserrat"
33
 
34
  msgid "You are not allowed to upload!"
35
  msgstr "U hebt geen toelating om te uploaden!"
@@ -69,8 +68,12 @@ msgid "Security token mismatch. Please refresh the page!"
69
  msgstr "Beveiligingstoken komt niet overeen. Gelieve de pagina te vernieuwen!"
70
 
71
  #, php-format
72
- msgid "If you see this message after the repair database process, please %1$scontact us%2$s with the log:"
73
- msgstr "Als u dit bericht ziet na het database reparatie proces %1$scontacteer ons%2$s dan met het log:"
 
 
 
 
74
 
75
  msgid "Contact your server host and ask them to fix this for you!"
76
  msgstr "Contacteer uw server host en vraag hem om dit voor u te repareren!"
@@ -178,6 +181,14 @@ msgstr "Frontend"
178
  msgid "You can load Google Fonts on the frontend."
179
  msgstr "U kunt Google Fonts in de frontend inladen."
180
 
 
 
 
 
 
 
 
 
181
  msgid "Backend"
182
  msgstr "Backend"
183
 
@@ -281,8 +292,12 @@ msgstr "Uit"
281
  msgid "On"
282
  msgstr "Aan"
283
 
284
- msgid "Hold down the ctrl (Windows) or command (MAC) button to select multiple options."
285
- msgstr "Houd de ctrl (Windows) of command (MAC) knop ingedrukt om meerdere opties te selecteren."
 
 
 
 
286
 
287
  msgid "Fill"
288
  msgstr "Opvullen"
@@ -367,8 +382,12 @@ msgid "Image"
367
  msgstr "Afbeelding"
368
 
369
  #, php-format
370
- msgid "The %1$s is not turned on in your server, which is necessary to read rss feeds. You should contact your server host, and ask them to enable it!"
371
- msgstr "De %1$s is niet ingeschakeld in uw server, hetgeen nodig is voor het lezen van rss feeds. Contacteer uw server host en vraag hem het te activeren!"
 
 
 
 
372
 
373
  #, php-format
374
  msgid "%s is not readable"
@@ -425,11 +444,21 @@ msgstr "Huidig pad"
425
  msgid "Preset"
426
  msgstr "Voorinstelling"
427
 
428
- msgid "You can use presets to save style settings for later use. Clicking on any preset will load its styling to your current layer, and the previous style settings will be lost."
429
- msgstr "U kunt voorinstellingen gebruiken om stijl instellingen op te slaan voor later gebruik. Het klikken op eender welke voorinstelling zal de stijl ervan inladen in uw huidige laag en de vorige stijl instelling zal verloren gaan."
 
 
 
 
 
 
430
 
431
- msgid "Layer design options affect every device. If you need to make responsive adjustments, look for the options with the device icon."
432
- msgstr "Laag ontwerp opties hebben invloed op elk toestel. Als u responsive aanpassingen moet doen kijk dan naar de opties met het toestel icoon."
 
 
 
 
433
 
434
  msgid "Reset style to default"
435
  msgstr "Stijl terug instellen op standaard waarde"
@@ -483,7 +512,9 @@ msgid "Open docs"
483
  msgstr "Open documenten"
484
 
485
  msgid "The changes you made will be lost if you navigate away from this page."
486
- msgstr "De veranderingen die u hebt aangebracht zullen verloren gaan als u deze pagina verlaat."
 
 
487
 
488
  msgid "Icons"
489
  msgstr "Iconen"
@@ -500,7 +531,8 @@ msgstr "U staat op het punt om te %s. "
500
 
501
  #, javascript-format
502
  msgid "The deletion is irreversible, and it's not possible to recover %s."
503
- msgstr "Het verwijderen is onomkeerbaar en het is niet mogelijk om %s te herstellen."
 
504
 
505
  msgid "Cancel"
506
  msgstr "Annuleren"
@@ -640,8 +672,13 @@ msgstr "Scrollt naar de bovenkant van de pagina."
640
  msgid "Scrolls to the bottom of the page."
641
  msgstr "Scrollt naar de onderkant van de pagina."
642
 
643
- msgid "You can use any jQuery selector to scroll to a specific element on the page. Example: \"#pricing\" scrolls to the element with the id of \"pricing\"."
644
- msgstr "U mag eender welke jQuery selector gebruiken om te scrollen naar een specifiek element op de pagina. Bijvoorbeeld: \"#pricing\" scrollt naar het element met het id \"pricing\"."
 
 
 
 
 
645
 
646
  msgid "Slider alias"
647
  msgstr "Slider alias"
@@ -676,16 +713,21 @@ msgid "slide index: 5 %s direction: forward"
676
  msgstr "slide index: 5 %s richting: vooruit"
677
 
678
  msgid "Switches to the fifth slide as if the next arrow was pressed"
679
- msgstr "Schakelt naar de vijfde slide alsof er op de volgende pijl geklikt werd"
 
680
 
681
  msgid "Slide ID"
682
  msgstr "Slide ID"
683
 
684
- msgid "Switches to the slide with the #2 ID as if the previous arrow was pressed"
685
- msgstr "Schakelt naar de slide met het #2 ID alsof er op de vorige pijl geklikt werd"
 
 
686
 
687
  msgid "Switches to the slide with the #5 ID as if the next arrow was pressed"
688
- msgstr "Schakelt naar de slide met het #5 ID alsof er op de volgende pijl geklikt werd"
 
 
689
 
690
  msgid "Event name"
691
  msgstr "Evenement naam"
@@ -900,8 +942,12 @@ msgstr "Activeer Smart Slider 3 Pro"
900
  msgid "Activation is required to unlock all features!"
901
  msgstr "Activatie is vereist om alle mogelijkheden te ontsluiten!"
902
 
903
- msgid "Register Smart Slider 3 Pro on this domain to enable auto update, slider templates and slide library."
904
- msgstr "Registreer Smart Slider 3 Pro op dit domein om automatische updates, slider templates en de slide bibliotheek te activeren."
 
 
 
 
905
 
906
  msgid "Skip"
907
  msgstr "Overslaan"
@@ -925,8 +971,9 @@ msgstr "Hoogte"
925
  msgid "Below %s pixels."
926
  msgstr "Onder %s pixels."
927
 
928
- #, javascript-format
929
- msgid "Boven %s pixels."
 
930
  msgstr "Boven %s pixels."
931
 
932
  #, javascript-format
@@ -979,8 +1026,12 @@ msgstr "Resultaat"
979
  msgid "Change slider type"
980
  msgstr "Verander slider type"
981
 
982
- msgid "Changing your slider type is irreversible. After changing your slider type, <b>you will lose all slider type related settings</b>."
983
- msgstr "Het veranderen van uw slider type is onomkeerbaar. Na het veranderen van uw slider type, <b>zult u alle instellingen voor dat slider type verliezen</b>."
 
 
 
 
984
 
985
  msgid "Slider type"
986
  msgstr "Slider type"
@@ -991,20 +1042,39 @@ msgstr "Omvormen"
991
  msgid "What do you want to create today?"
992
  msgstr "Wat wilt u vandaag maken?"
993
 
994
- msgid "Use our powerful visual editor, or simply import one of our existing template."
995
- msgstr "Gebruik onze krachtige visuele editor of importeer eenvoudigweg één van onze bestaande templates."
 
 
 
 
996
 
997
  msgid "Create a New Project"
998
  msgstr "Maak een nieuw project"
999
 
1000
- msgid "Start a new project from scratch and build exactly what you’ve imagined. You can easily customize every pixels and create anything with layers."
1001
- msgstr "Begin een nieuw project vanaf nul en bouw exact datgene wat u zich ingebeeld hebt. U kunt gemakkelijk elke pixel aanpassen en eender wat met lagen aanmaken."
 
 
 
 
 
 
 
 
 
 
1002
 
1003
  msgid "Start with a Template"
1004
  msgstr "Begin met een template"
1005
 
1006
- msgid "Start with a template and make it your own with the innovative drag and drop interface. You can choose from hundreds of premade templates."
1007
- msgstr "Begin met een template en maak er uw eigen versie van met de innovatieve drag en drop interface. U kunt kiezen uit honderden vooraf gemaakte templates."
 
 
 
 
 
1008
 
1009
  msgid "or import your own files"
1010
  msgstr "of importeer uw eigen bestanden"
@@ -1060,8 +1130,14 @@ msgstr "Aanmaken"
1060
  msgid "Join The Smart Slider 3 Community"
1061
  msgstr "Word lid van de Smart Slider 3 Community"
1062
 
1063
- msgid "Join more than 120,000 subscribers and get access to the latest slider templates, tips, tutorials and other exclusive contents directly to your inbox."
1064
- msgstr "Word één van de meer dan 120.000 abonnees en krijg de laatste slider templates, tips, handleidingen en andere exclusieve inhoud direct in uw inbox."
 
 
 
 
 
 
1065
 
1066
  msgid "Subscribe"
1067
  msgstr "Abonneren"
@@ -1075,15 +1151,21 @@ msgstr "Groepen"
1075
  msgid "Set"
1076
  msgstr "Set"
1077
 
 
 
 
 
 
 
 
 
 
1078
  msgid "Up"
1079
  msgstr "Omhoog"
1080
 
1081
  msgid "Insert group"
1082
  msgstr "Groep invoegen"
1083
 
1084
- msgid "Group"
1085
- msgstr "Groep"
1086
-
1087
  msgid "Move to trash"
1088
  msgstr "Verplaats naar prullenbak"
1089
 
@@ -1126,6 +1208,32 @@ msgstr "verwijder deze slides"
1126
  msgid "delete this slide"
1127
  msgstr "verwijder deze slide"
1128
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1129
  msgid "Animations"
1130
  msgstr "Animaties"
1131
 
@@ -1144,8 +1252,12 @@ msgstr "Laag animaties"
1144
  msgid "Play on load"
1145
  msgstr "Speel bij inladen"
1146
 
1147
- msgid "Plays the layer animations on the first slide when it appears for the first time."
1148
- msgstr "Speelt de laag animaties op de eerste slide als deze voor de eerste keer verschijnt."
 
 
 
 
1149
 
1150
  msgid "Play once"
1151
  msgstr "Speel eenmalig"
@@ -1171,8 +1283,12 @@ msgstr "Mag overgeslagen worden"
1171
  msgid "Forced"
1172
  msgstr "Geforceerd"
1173
 
1174
- msgid "You can make the outgoing layer animations, which don't have events, to play on slide switching."
1175
- msgstr "U kunt ervoor zorgen dat de uitgaande laag animaties, die geen evenementen hebben, bij het wisselen van slide afgespeeld worden."
 
 
 
 
1176
 
1177
  msgid "Layer parallax"
1178
  msgstr "Laag parallax"
@@ -1231,8 +1347,12 @@ msgstr "Automatisch starten"
1231
  msgid "Allow restart"
1232
  msgstr "Laat herstarten toe"
1233
 
1234
- msgid "Keeps the autoplay control visible after the autoplay has finished to allow starting it again."
1235
- msgstr "Houd de bediening voor het automatisch spelen zichtbaar nadat het automatisch spelen afgelopen is om toe te laten het opnieuw te starten."
 
 
 
 
1236
 
1237
  msgid "Infinite loop"
1238
  msgstr "Oneindige herhaling"
@@ -1294,8 +1414,12 @@ msgstr "Blokkeer rechts klikken"
1294
  msgid "Block carousel"
1295
  msgstr "Blokkeer carousel"
1296
 
1297
- msgid "Stops the carousel at the last slide when the source of interaction is vertical touch, vertical pointer, mouse wheel or vertical keyboard."
1298
- msgstr "Stopt de carousel op de laatste slide als de bron van de interactie verticale touch, verticale pointer, muiswiel of verticaal toetsenbord is."
 
 
 
 
1299
 
1300
  msgid "Clear before"
1301
  msgstr "Ervoor leegmaken"
@@ -1312,14 +1436,19 @@ msgstr "Laat u toe uw slider naast uw tekst te plaatsen."
1312
  msgid "Hide scrollbar"
1313
  msgstr "Verberg scrollbalk"
1314
 
1315
- msgid "Your website won't be scrollable anymore! All out of screen elements will be hidden."
1316
- msgstr "Uw website zal niet langer scrollbaar zijn! Alle elementen die buiten het scherm vallen zullen verborgen zijn."
 
 
 
 
1317
 
1318
  msgid "Scroll to slider"
1319
  msgstr "Scroll naar slider"
1320
 
1321
  msgid "The page scrolls back to the slider when the user interacts with it."
1322
- msgstr "De pagina scrollt terug naar de slider als de gebruiker ermee interageert."
 
1323
 
1324
  msgid "Edge"
1325
  msgstr "Rand"
@@ -1339,14 +1468,25 @@ msgstr "Onderaan - altijd"
1339
  msgid "Delayed (for lightbox/tabs)"
1340
  msgstr "Uitgesteld (voor lightbox/tabs)"
1341
 
1342
- msgid "Delays the loading of the slider until its container gets visible. Useful when you display the slider in a lightbox or tab."
1343
- msgstr "Stelt het inladen van de slider uit tot haar container zichtbaar is. Nuttig als u de slider toont in een lightbox of een tab."
 
 
 
 
1344
 
1345
  msgid "Legacy font scale"
1346
  msgstr "Legacy font schaal"
1347
 
1348
- msgid "This feature brings back the non-adaptive font size for absolute layers which were made before version 3.5. Turning on can affect website performance, so we suggest to keep it disabled.\n"
1349
- msgstr "Deze mogelijkheid brengt de non-adaptieve font grootte voor absolute lagen terug die voor versie 3.5 gemaakt werden. Dit inschakelen kan een invloed hebben op de performantie van de website, dus raden we aan het uitgeschakeld te laten.\n"
 
 
 
 
 
 
 
1350
 
1351
  msgid "Slider CSS classes"
1352
  msgstr "Slider CSS classes"
@@ -1357,6 +1497,11 @@ msgstr "U kunt eigen CSS classes aan de container van de slider toevoegen."
1357
  msgid "JavaScript callbacks"
1358
  msgstr "JavaScript callbacks"
1359
 
 
 
 
 
 
1360
  msgid "Post IDs"
1361
  msgstr "Post IDs"
1362
 
@@ -1364,7 +1509,9 @@ msgid "one per line"
1364
  msgstr "een per regel"
1365
 
1366
  msgid "The cache of the posts with the given ID will be cleared upon save."
1367
- msgstr "De cache van de inzendingen met het gegeven ID zal bij het opslaan leeggemaakt worden."
 
 
1368
 
1369
  msgid "Fallback slider"
1370
  msgstr "Terugval slider"
@@ -1372,8 +1519,12 @@ msgstr "Terugval slider"
1372
  msgid "ID or Alias"
1373
  msgstr "ID of alias"
1374
 
1375
- msgid "Select another slider by its ID or Alias that displays if your current slider has no published slides."
1376
- msgstr "Selecteer een andere slider via zijn ID of alias die getoond zal worden als uw huidige slider geen gepubliceerde slides bevat."
 
 
 
 
1377
 
1378
  msgid "Thumbnail"
1379
  msgstr "Miniatuur"
@@ -1396,26 +1547,44 @@ msgstr "U kunt dit alias in de snelcode van de slider gebruiken."
1396
  msgid "Use as anchor"
1397
  msgstr "Gebruik als interne link"
1398
 
1399
- msgid "Creates an empty div before the slider, using the alias as the ID of this div. As a result, you can use #your-alias in the URL to make the page jump to the slider."
1400
- msgstr "Maakt een lege div voor de slider, gebruik makend van het alias als het ID van deze div. Daardoor kunt u #uw-alias in de URL gebruiken om de pagina naar de slider te doen springen."
 
 
 
 
 
 
1401
 
1402
  msgid "Smooth scroll"
1403
  msgstr "Soepel scrollen"
1404
 
1405
- msgid "The #your-alias urls in links would be forced to smooth scroll to the slider."
1406
- msgstr "De #uw-alias urls in links zullen geforceerd worden om soepel te scrollen naar de slider."
 
 
 
1407
 
1408
  msgid "Switch slide"
1409
  msgstr "Wissel slide"
1410
 
1411
- msgid "Use #your-alias-2 as an anchor to jump to the slider and switch to the 2nd slide immediately. Use #your-alias-3 for the 3rd slide and so on."
1412
- msgstr "Gebruik #uw-alias-2 als een anker om naar de slider te springen en onmiddellijk naar de 2de slide te schakelen. Gebruik #uw-alias-3 voor de 3de slide enzovoort."
 
 
 
 
 
1413
 
1414
  msgid "Scroll to slide"
1415
  msgstr "Scroll naar slide"
1416
 
1417
- msgid "The \"Switch slide\" option won't scroll you to the slider. Only the slides will switch."
1418
- msgstr "De \"Wissel slide\" optie zal u niet naar de slider scrollen. Alleen de slides zullen wisselen."
 
 
 
 
1419
 
1420
  msgid "Slider design"
1421
  msgstr "Slider ontwerp"
@@ -1442,9 +1611,6 @@ msgstr "Opvulmodus"
1442
  msgid "Align"
1443
  msgstr "Uitlijnen"
1444
 
1445
- msgid "Margin"
1446
- msgstr "Marge"
1447
-
1448
  msgid "Puts a fix margin around your slider."
1449
  msgstr "Plaatst een vaste marge rond uw slider."
1450
 
@@ -1469,8 +1635,12 @@ msgstr "Na pagina geladen"
1469
  msgid "After delay"
1470
  msgstr "Na wachttijd"
1471
 
1472
- msgid "If your slider is above the fold, you can load it immediately. Otherwise, you can load it only after the page has loaded."
1473
- msgstr "Als uw slider zich boven de plooi bevindt dan kunt u hem onmiddellijk inladen. Zoniet kunt u hem alleen inladen nadat de pagina ingeladen is."
 
 
 
 
1474
 
1475
  msgid "Load delay"
1476
  msgstr "Laad wachttijd"
@@ -1478,8 +1648,12 @@ msgstr "Laad wachttijd"
1478
  msgid "Play when visible"
1479
  msgstr "Speel indien zichtbaar"
1480
 
1481
- msgid "Makes sure that the autoplay and layer animations only start when your slider is visible."
1482
- msgstr "Verzekert dat het automatisch spelen en de laag animaties alleen starten als uw slider zichtbaar is."
 
 
 
 
1483
 
1484
  msgid "At"
1485
  msgstr "Op"
@@ -1496,8 +1670,11 @@ msgstr "Uitgesteld laden"
1496
  msgid "Lazy loading"
1497
  msgstr "Lazy laden"
1498
 
1499
- msgid "You can speed up your site's loading by delaying the slide background images."
1500
- msgstr "U kunt de inlaadtijd van uw site verbeteren door de achtergrondafbeeldingen van de slide uit te stellen."
 
 
 
1501
 
1502
  msgid "Load neighbor"
1503
  msgstr "Laad buur"
@@ -1507,8 +1684,12 @@ msgid "slides"
1507
  msgstr "slides"
1508
 
1509
  #, php-format
1510
- msgid "Convert to WebP and image resizing require a lot of memory. Lift the memory limit%s if you get a blank page."
1511
- msgstr "Omvorming tot WebP en afbeelding herschaling vereisen veel geheugen. Hef de geheugenlimiet%s op als u een blanco pagina krijgt."
 
 
 
 
1512
 
1513
  msgid "Convert to WebP"
1514
  msgstr "Omvormen tot WebP"
@@ -1540,8 +1721,13 @@ msgstr "Retina"
1540
  msgid "Instruction"
1541
  msgstr "Instructie"
1542
 
1543
- msgid "If your images look blurry on small screens, use the available height option to match the aspect ratio of the slider and image on that device."
1544
- msgstr "Als uw afbeeldingen wazig zijn op kleine schermen gebruik dan de beschikbare hoogte optie om de verhoudingen van de slider aan te passen aan deze van de afbeelding voor dat toestel."
 
 
 
 
 
1545
 
1546
  msgid "Resize Thumbnail"
1547
  msgstr "Herschaal miniatuur"
@@ -1562,7 +1748,9 @@ msgid "Base64 embed"
1562
  msgstr "Base64 inbedden"
1563
 
1564
  msgid "Embeds the layer images to the page source, reducing the requests."
1565
- msgstr "Neemt de laag afbeeldingen op in de paginabron, hetgeen de aanvragen vermindert."
 
 
1566
 
1567
  msgid "Max file size"
1568
  msgstr "Max grootte bestand"
@@ -1582,8 +1770,10 @@ msgstr "Slider grootte"
1582
  msgid "Limit slide width"
1583
  msgstr "Beperk slide breedte"
1584
 
1585
- msgid "Limits the width of the slide and prevents the slider from getting too tall."
1586
- msgstr "Beperkt de breedte van de slide en verhindert dat de slider te groot wordt."
 
 
1587
 
1588
  msgid "Max"
1589
  msgstr "Max"
@@ -1591,22 +1781,38 @@ msgstr "Max"
1591
  msgid "Breakpoints"
1592
  msgstr "Breekpunten"
1593
 
1594
- msgid "Breakpoints define the browser width in pixel when the slider switches to a different device."
1595
- msgstr "Breekpunten definiëren de browser breedte in pixel als de slider overschakelt naar een ander toestel."
 
 
 
 
1596
 
1597
  msgid "Global breakpoints"
1598
  msgstr "Globale breekpunten"
1599
 
1600
  #, php-format
1601
- msgid "You can use the global breakpoints, or adjust them locally here. You can configure the Global breakpoints at <a href=\"%1$s\" target=\"_blank\">Global settings</a> > General > Breakpoints"
1602
- msgstr "U kunt de globale breekpunten gebruiken, of ze hier lokaal aanpassen. U kunt de globale breekpunten configureren in <a href=\"%1$s\" target=\"_blank\">Globale instellingen</a> > Algemeen > Breekpunten"
 
 
 
 
 
 
1603
 
1604
  msgid "Custom size"
1605
  msgstr "Aangepaste grootte"
1606
 
1607
  #, php-format
1608
- msgid "Use this option to customize the aspect ratio for each device. %1$s Read more in the documentation%2$s. <b>Beware:</b> This option is rarely needed and might be hard to set properly!"
1609
- msgstr "Gebruik deze optie om de beeldverhouding voor elk toestel aan te passen. %1$s Lees meer in de documentatie%2$s. <b>Opgelet:</b> deze optie is zelden nodig en het is mogelijk dat zij moeilijk correct in te stellen is!"
 
 
 
 
 
 
1610
 
1611
  msgid "Slides"
1612
  msgstr "Slides"
@@ -1617,8 +1823,12 @@ msgstr "Slides ontwerp"
1617
  msgid "Slide background image fill"
1618
  msgstr "Slide achtergrondafbeelding opvulling"
1619
 
1620
- msgid "If the size of your image is not the same as your slider's, you can improve the result with the filling modes."
1621
- msgstr "Als de grootte van uw afbeelding verschilt van de grootte van uw slider dan kunt u het resultaat verbeteren met de opvulmodi."
 
 
 
 
1622
 
1623
  msgid "Background Blur"
1624
  msgstr "Wazige achtergrond"
@@ -1642,25 +1852,40 @@ msgid "Reverse"
1642
  msgstr "Omkeren"
1643
 
1644
  msgid "You can make your slides appear in the slider in a reversed order."
1645
- msgstr "U kunt ervoor zorgen dat uw slides in omgekeerde volgorde in de slider verschijnen."
 
 
1646
 
1647
  msgid "Max count"
1648
  msgstr "Max aantal"
1649
 
1650
- msgid "You can limit how many slides you want to show from your slider. It's best used with the Randomize feature, to improve the experience."
1651
- msgstr "U kunt beperken hoeveel slides van uw slider u wilt tonen. Om de ervaring te verbeteren wordt dit best gebruikt met de 'Bij toeval genereren' mogelijkheid."
 
 
 
 
 
1652
 
1653
  msgid "Maintain session"
1654
  msgstr "Behoud sessie"
1655
 
1656
- msgid "The slider continues from the last viewed slide when the visitor comes back to the page."
1657
- msgstr "De slider gaat verder vanaf de laatst bekeken slide als de bezoeker terugkomt naar de pagina."
 
 
 
 
1658
 
1659
  msgid "Backgrounds in lightbox"
1660
  msgstr "Achtergronden in lightbox"
1661
 
1662
- msgid "Creates a lightbox from your slide background images. This feature only works if all slides have background images."
1663
- msgstr "Maakt een lightbox van uw slide achtergrond afbeeldingen. Deze mogelijkheid werkt alleen als alle slides achtergrond afbeeldingen hebben."
 
 
 
 
1664
 
1665
  msgid "Show label"
1666
  msgstr "Toon label"
@@ -1729,14 +1954,24 @@ msgid "How to upgrade to Smart Slider 3 Pro?"
1729
  msgstr "Hoe te upgraden naar Smart Slider 3 Pro?"
1730
 
1731
  #, php-format
1732
- msgid "After making your purchase, %1$slog in to your account%3$s and download the Pro installer. To get started with Smart Slider 3 Pro, simply %2$sinstall it on your website%3$s."
1733
- msgstr "Na uw aankoop kunt u zich %1$saanmelden met uw account%3$s en de Pro installer downloaden. Om te beginnen met Smart Slider 3 Pro %2$sinstalleert u de extensie eenvoudigweg op uw website%3$s."
 
 
 
 
 
 
1734
 
1735
  msgid "Download Pro"
1736
  msgstr "Download Pro"
1737
 
1738
- msgid "Feel free to remove the Free version, as you no longer need it. Your sliders will stay!"
1739
- msgstr "Voel u vrij om de gratis versie te verwijderen. U hebt deze niet meer nodig. Uw sliders zullen bewaard blijven!"
 
 
 
 
1740
 
1741
  msgid "Ready to go Pro?"
1742
  msgstr "Klaar om Pro te gaan?"
@@ -1763,8 +1998,12 @@ msgstr "Succesvolle verbinding met de API."
1763
  msgid "Welcome to Help Center"
1764
  msgstr "Welkom in het helpcentrum"
1765
 
1766
- msgid "To help you get started, we've put together a super tutorial video that shows you the basic settings."
1767
- msgstr "Om u op weg te helpen hebben we een super handleiding video samengesteld die u de basisinstellingen toont."
 
 
 
 
1768
 
1769
  msgid "Possible conflicts"
1770
  msgstr "Mogelijke conflicten"
@@ -1784,20 +2023,32 @@ msgstr "Zoek in de kennisbank"
1784
  msgid "Documentation"
1785
  msgstr "Documentatie"
1786
 
1787
- msgid "To get started with Smart Slider 3, please refer to this guide for downloading, installing, and using."
1788
- msgstr "Om te beginnen met Smart Slider 3 kunt u deze gids raadplegen voor het downloaden, het installeren en het gebruik."
 
 
 
 
1789
 
1790
  msgid "Email support"
1791
  msgstr "E-mail ondersteuning"
1792
 
1793
- msgid "Need one-to-one assistance? Get in touch with our Support team! We'd love the opportunity to help you."
1794
- msgstr "Persoonlijke assistentie nodig? Neem contact op met ons support team! We helpen u graag verder."
 
 
 
 
1795
 
1796
  msgid "Tutorial videos"
1797
  msgstr "Video handleidingen"
1798
 
1799
- msgid "Check our video tutorials which cover everything you need to know about Smart Slider 3."
1800
- msgstr "Kijk eens naar onze video handleidingen die alles behandelen wat u moet weten over Smart Slider 3."
 
 
 
 
1801
 
1802
  msgid "Selected articles"
1803
  msgstr "Geselecteerde artikels"
@@ -1813,8 +2064,12 @@ msgid "You are using an unsupported browser!"
1813
  msgstr "U gebruikt een niet ondersteunde browser!"
1814
 
1815
  #, php-format
1816
- msgid "Smart Slider 3 does not support your current browser for editing. Supported browsers are the following: %s."
1817
- msgstr "Smart Slider 3 ondersteunt uw huidige browser niet voor bewerking. Ondersteunde browsers zijn de volgende: %s."
 
 
 
 
1818
 
1819
  msgid "Help center"
1820
  msgstr "Helpcentrum"
@@ -1829,7 +2084,8 @@ msgid "Need more?"
1829
  msgstr "Meer nodig?"
1830
 
1831
  msgid "Unlock all the pro features by upgrading to Smart Slider 3 Pro."
1832
- msgstr "Ontgrendel al de pro mogelijkheden door te upgraden naar Smart Slider 3 Pro."
 
1833
 
1834
  msgid "Changelog"
1835
  msgstr "Log met wijzigingen"
@@ -1855,8 +2111,14 @@ msgstr "Mis geen enkele update"
1855
  msgid "Let us know how we're doing"
1856
  msgstr "Laat ons weten hoe we het ervan afbrengen"
1857
 
1858
- msgid "If you are happy with Smart Slider 3 and can take a minute please leave a review. This will help to spread its popularity and to make this plugin a better one."
1859
- msgstr "Als u tevreden bent over Smart Slider 3 en wat tijd over heeft laat dan een recensie achter. Dit helpt om de populariteit ervan te verspreiden en deze plugin te verbeteren."
 
 
 
 
 
 
1860
 
1861
  msgid "Rate your experience"
1862
  msgstr "Beoordeel uw ervaring"
@@ -1879,13 +2141,17 @@ msgstr "Ik vond het geweldig"
1879
  msgid "Why upgrade to Smart Slider 3 Pro?"
1880
  msgstr "Waarom upgraden naar Smart Slider 3 Pro?"
1881
 
1882
- msgid "120+ slider templates"
 
 
1883
  msgstr "120+ slider templates"
1884
 
1885
  msgid "Full slide library access"
1886
  msgstr "Volledige toegang tot slide bibliotheek"
1887
 
1888
- msgid "20 new layers"
 
 
1889
  msgstr "20 nieuwe lagen"
1890
 
1891
  msgid "Extra advanced options"
@@ -1940,8 +2206,14 @@ msgstr "Achtergrondafbeelding"
1940
  msgid "Focus"
1941
  msgstr "Focus"
1942
 
1943
- msgid "You can set the starting position of a background image. This makes sure that the selected part will always remain visible, so you should pick the most important part."
1944
- msgstr "U kunt de beginpositie van een achtergrondafbeelding instellen. Dit verzekert dat het geselecteerde deel altijd zichtbaar blijft, u kiest dus best het meest belangrijke deel."
 
 
 
 
 
 
1945
 
1946
  msgid "Background"
1947
  msgstr "Achtergrond"
@@ -1952,9 +2224,6 @@ msgstr "Gradient"
1952
  msgid "Color end"
1953
  msgstr "Kleur einde"
1954
 
1955
- msgid "Max width"
1956
- msgstr "Max breedte"
1957
-
1958
  msgid "Position"
1959
  msgstr "Positie"
1960
 
@@ -1976,8 +2245,13 @@ msgstr "Responsive"
1976
  msgid "Linked to"
1977
  msgstr "Gelinkt naar"
1978
 
1979
- msgid "You can link your layer to another layer on the same level. This way your layer won't be positioned to the slide, but the other layer."
1980
- msgstr "U kunt uw laag linken naar een andere laag op hetzelfde niveau. Op die manier zal uw laag zelf niet in de slide geplaatst worden, maar de andere laag."
 
 
 
 
 
1981
 
1982
  msgid "Hide when variable empty"
1983
  msgstr "Verberg als de variabele leeg is"
@@ -1992,7 +2266,9 @@ msgid "Clear"
1992
  msgstr "Leegmaken"
1993
 
1994
  msgid "Erases all device specific changes you made on the current device."
1995
- msgstr "Wist alle toestel specifieke veranderingen die u op het huidige toestel hebt aangebracht."
 
 
1996
 
1997
  msgid "Effect"
1998
  msgstr "Effect"
@@ -2010,7 +2286,8 @@ msgid "Mask"
2010
  msgstr "Maskeren"
2011
 
2012
  msgid "If your content is larger than the layer, you can crop it to fit."
2013
- msgstr "Als uw inhoud groter is dan de laag dan kunt u die bijsnijden zodat hij past."
 
2014
 
2015
  msgid "Rotation"
2016
  msgstr "Rotatie"
@@ -2030,11 +2307,17 @@ msgstr "Ruimte"
2030
  msgid "Typography"
2031
  msgstr "Typografie"
2032
 
2033
- msgid "You can select a font family from the preset, or type your custom family."
2034
- msgstr "U kunt een font familie uit de voorinstelling kiezen of uw eigen font familie typen."
 
 
 
2035
 
2036
- msgid "Need to change the font size device specifically? Use the Text scale option."
2037
- msgstr "Moet u de font grootte toestel specifiek aanpassen? Gebruik de Tekst schaal optie."
 
 
 
2038
 
2039
  msgid "Columns"
2040
  msgstr "Kolommen"
@@ -2081,12 +2364,20 @@ msgstr "Miniatuur type"
2081
  msgid "Video"
2082
  msgstr "Video"
2083
 
2084
- msgid "If you have a video on your slide, you can put a play icon on the thumbnail image to indicate that."
2085
- msgstr "Als u een video op uw slide hebt dan kunt u een speel icoon op de miniatuurafbeelding plaatsen om dat aan te geven."
 
 
 
 
2086
 
2087
  #, php-format
2088
- msgid "Video autoplaying has a lot of limitations made by browsers. %1$sLearn about them.%2$s"
2089
- msgstr "Het automatisch spelen van video's heeft een groot aantal beperkingen, opgelegd door browsers. %1$sKom hier meer over te weten.%2$s"
 
 
 
 
2090
 
2091
  msgid "Slide background video"
2092
  msgstr "Slide achtergrond video"
@@ -2100,12 +2391,21 @@ msgstr "Start de video vanaf het begin als de slide opnieuw bekeken wordt."
2100
  msgid "Slide background"
2101
  msgstr "Slide achtergrond"
2102
 
2103
- msgid "Select a background image for the slide. By clicking the small screen icon, you can pick different images for different devices."
2104
- msgstr "Selecteer een achtergrondafbeelding voor de slide. Door te klikken op het kleine scherm icoon kunt u verschillende afbeeldingen kiezen voor verschillende toestellen."
 
 
 
 
 
2105
 
2106
  #, php-format
2107
- msgid "Please read %1$sour detailed guide%2$s about setting your own slide background correctly."
2108
- msgstr "Lees onze %1$sgedetailleerde gids%2$s over hoe u uw eigen slide achtergrond correct moet instellen."
 
 
 
 
2109
 
2110
  msgid "Background blur"
2111
  msgstr "Wazige achtergrond"
@@ -2218,8 +2518,12 @@ msgstr "Scheeftrekken"
2218
  msgid "Transform origin"
2219
  msgstr "Oorsprong omvormen"
2220
 
2221
- msgid "Makes the last keyframe to be the origin of the layer animation, instead of its canvas position."
2222
- msgstr "Maakt dat het laatste keyframe de oorsprong van de laag animatie is, in plaats van haar canvas positie."
 
 
 
 
2223
 
2224
  msgid "Repeat count"
2225
  msgstr "Aantal herhalingen"
@@ -2227,8 +2531,12 @@ msgstr "Aantal herhalingen"
2227
  msgid "loops"
2228
  msgstr "herhalingen"
2229
 
2230
- msgid "You can restrict the loop to play only a certain amount of loops, instead of infinite."
2231
- msgstr "U kunt de herhaling beperken tot een bepaald aantal herhalingen, in plaats van oneindig."
 
 
 
 
2232
 
2233
  msgctxt "Animation"
2234
  msgid "Slide"
@@ -2258,9 +2566,6 @@ msgstr "Vergroten"
2258
  msgid "Scale down"
2259
  msgstr "Verkleinen"
2260
 
2261
- msgid "Edit"
2262
- msgstr "Bewerken"
2263
-
2264
  msgid "Static overlay"
2265
  msgstr "Statische bovenlaag"
2266
 
@@ -2312,8 +2617,10 @@ msgstr "Slide twee"
2312
  msgid "Drop images here"
2313
  msgstr "Laat afbeeldingen hier vallen"
2314
 
2315
- msgid "Edit slider"
2316
- msgstr "Slider bewerken"
 
 
2317
 
2318
  msgid "View trash"
2319
  msgstr "Bekijk prullenbak"
@@ -2339,9 +2646,33 @@ msgstr "Oudste eerst"
2339
  msgid "Export"
2340
  msgstr "Exporteren"
2341
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2342
  msgid "New project"
2343
  msgstr "Nieuw project"
2344
 
 
 
 
 
 
 
 
 
 
 
2345
  msgid "Module"
2346
  msgstr "Module"
2347
 
@@ -2432,14 +2763,23 @@ msgstr "Verwijder cache met herschaalde afbeeldingen"
2432
 
2433
  #, php-format
2434
  msgid "If enabled the following folder will be <b>permanently deleted</b>: %s"
2435
- msgstr "Indien geactiveerd dan zal volgende map <b>permanent verwijderd</b> worden: %s"
 
 
2436
 
2437
  msgid "Configuration"
2438
  msgstr "Configuratie"
2439
 
2440
  #, php-format
2441
- msgid "Here you can configure the default font your layers have, and the dropdown list of the fonts. Google Fonts are recognized automatically, but you can use your own custom fonts, too. %1$sLearn how to do that.%2$s"
2442
- msgstr "Hier kunt u de standaard font voor uw lagen configureren door middel van de vervolgkeuzelijst met de fonts. Google Fonts worden automatisch herkend, maar u kunt ook uw eigen fonts gebruiken. %1$sLeer hier hoe u dat moet doen.%2$s"
 
 
 
 
 
 
 
2443
 
2444
  msgid "Default family"
2445
  msgstr "Standaard familie"
@@ -2462,20 +2802,32 @@ msgstr "Laadt de URLs zonder een http of https protocol."
2462
  msgid "Header preload"
2463
  msgstr "Header vooraf inladen"
2464
 
2465
- msgid "If the slider is an important part of your site, tell the browser to preload its files."
2466
- msgstr "Als de slider een belangrijk deel van uw site is geef dan door aan de browser dat de bestanden ervan vooraf ingeladen moeten worden."
 
 
 
 
2467
 
2468
  msgid "English UI"
2469
  msgstr "Engelse UI"
2470
 
2471
- msgid "You can keep using Smart Slider 3 in English, even if your backend isn't in English."
2472
- msgstr "U kunt Smart Slider 3 verder in het engels blijven gebruiken, zelfs als uw backend niet in het engels is."
 
 
 
 
2473
 
2474
  msgid "Improved frontend accessibility"
2475
  msgstr "Verbeterde frontend toegankelijkheid"
2476
 
2477
- msgid "Keeps the clicked element (like a button) in focus unless the focus is changed by clicking away."
2478
- msgstr "Houd de focus op het aangeklikte element (zoals een knop) tenzij de focus veranderd wordt door weg te klikken."
 
 
 
 
2479
 
2480
  msgid "Script attributes"
2481
  msgstr "Script attributen"
@@ -2492,8 +2844,12 @@ msgstr "In de slider"
2492
  msgid "Async non-primary CSS"
2493
  msgstr "Async niet-primaire CSS"
2494
 
2495
- msgid "Google Fonts, icon and lightbox CSS are loaded in a non-blocking way. Disable if you see missing icons, fonts or styles."
2496
- msgstr "Google Fonts, icoon en lightbox CSS werden geladen op een niet blokkerende manier. Deactiveer dit als u ontbrekende iconen of stijlen ziet."
 
 
 
 
2497
 
2498
  msgid "Load Font Awesome 4"
2499
  msgstr "Laad Font Awesome 4"
@@ -2520,8 +2876,11 @@ msgstr "Automatische update controle"
2520
  msgid "Alternative save slide"
2521
  msgstr "Alternatief opslaan slide"
2522
 
2523
- msgid "If you experience problems during the save this option might solve them."
2524
- msgstr "Als u problemen ondervindt tijdens het opslaan dan lost deze optie ze mogelijk op."
 
 
 
2525
 
2526
  msgid "Preview in new window"
2527
  msgstr "Voorvertoning in nieuw venster"
@@ -2529,8 +2888,12 @@ msgstr "Voorvertoning in nieuw venster"
2529
  msgid "Lightbox videos in new tab on Mobile"
2530
  msgstr "Lightbox video's in nieuwe tab op mobieltjes"
2531
 
2532
- msgid "Opens the lightbox videos in the YouTube app to avoid the mobile disabling the video."
2533
- msgstr "Opent de lightbox video's in de YouTube app om te vermijden dat de mobieltjes de video deactiveren."
 
 
 
 
2534
 
2535
  msgid "YouTube and Vimeo privacy enhanced mode"
2536
  msgstr "YouTube en Vimeo privacy verbeterde modus"
@@ -2541,8 +2904,12 @@ msgstr "Soepel scrollen snelheid"
2541
  msgid "Editor - additional CSS files"
2542
  msgstr "Editor - extra CSS bestanden"
2543
 
2544
- msgid "You can call your own CSS files to our backend, for example, to be able to use custom fonts. Write each URL to a new line."
2545
- msgstr "U kunt uw eigen CSS bestanden in onze backend binnenhalen, bijvoorbeeld om eigen fonts te gebruiken. Schrijf elke URL op een nieuwe regel."
 
 
 
 
2546
 
2547
  msgid "WordPress settings"
2548
  msgstr "WordPress instellingen"
@@ -2562,14 +2929,22 @@ msgstr "Maak widget zone"
2562
  msgid "widget area(s)"
2563
  msgstr "widget zone(s)"
2564
 
2565
- msgid "Creates new widget areas which you can place to your theme for easy publishing."
2566
- msgstr "Maakt nieuwe widget zones die u in uw thema kunt plaatsen voor gemakkelijke publicatie."
 
 
 
 
2567
 
2568
  msgid "Use iframe in AJAX calls"
2569
  msgstr "Gebruik iframe in AJAX aanroepen"
2570
 
2571
- msgid "Loads the slider using an iframe when the page is loaded via AJAX to avoid problems."
2572
- msgstr "Laadt de slider aan de hand van een iframe als de pagina ingeladen wordt via AJAX, en dit om problemen te vermijden."
 
 
 
 
2573
 
2574
  msgid "Joomla settings"
2575
  msgstr "Joomla instellingen"
@@ -2583,20 +2958,33 @@ msgstr "Voer content plugins uit op sliders"
2583
  msgid "Exclude plugins"
2584
  msgstr "Uit te sluiten plugins"
2585
 
2586
- msgid "At each slider you can override the global breakpoints with local values."
2587
- msgstr "In elke slider kunt u de globale breekpunten overschrijven met lokale waarden."
 
 
 
2588
 
2589
  msgid "Focus offset"
2590
  msgstr "Focus compensatie"
2591
 
2592
- msgid "This option is used at the full page layout to decrease the slider height. The \"Scroll to slider\" option also uses this option to determine where to scroll the slider."
2593
- msgstr "Deze optie wordt gebruikt in de volledige pagina lay-out om de hoogte van de slider te verminderen. De \"Scroll naar slider\" optie gebruikt deze optie ook om te bepalen waar de slider gescrold moet worden."
 
 
 
 
 
 
2594
 
2595
  msgid "Translate url"
2596
  msgstr "Vertaal URL"
2597
 
2598
- msgid "You can change the frontend URL our assets are loading from. It can be useful after moving to a new domain."
2599
- msgstr "U kunt de frontend URL veranderen vanwaar onze assets geladen worden. Dit kan nuttig zijn na het verhuizen naar een nieuw domein."
 
 
 
 
2600
 
2601
  msgid "The old URL you want to replace. E.g. https://oldsite.com/"
2602
  msgstr "De oude URL die u wilt vervangen. Bijvoorbeeld https://oudesite.com"
@@ -2695,8 +3083,12 @@ msgid "Slider(s) deleted permanently from the trash."
2695
  msgstr "Slider(s) permanent verwijderd uit de prullenbak."
2696
 
2697
  #, php-format
2698
- msgid "Your server has an upload file limit at %s, so if you have bigger export file, please use the local import file method."
2699
- msgstr "Uw server heeft een upload bestandslimiet op %s, dus als u een groter export bestand hebt gebruik dan de lokale import bestand methode."
 
 
 
 
2700
 
2701
  msgid "You have to unzip your "
2702
  msgstr "Zorg voor het uitpakken van uw "
@@ -2720,7 +3112,8 @@ msgid "Import project"
2720
  msgstr "Importeer project"
2721
 
2722
  msgid "You can upload *.ss3 files which were exported by Smart Slider 3."
2723
- msgstr "U kunt *.ss3 bestanden uploaden die geëxporteerd werden door Smart Slider 3."
 
2724
 
2725
  msgid "Local import"
2726
  msgstr "Lokaal importeren"
@@ -2729,8 +3122,12 @@ msgid "Upload file"
2729
  msgstr "Upload bestand"
2730
 
2731
  #, php-format
2732
- msgid "Your server's upload filesize limitation is %s, so if your file is bigger, use the local import."
2733
- msgstr "De upload bestandsgrootte beperking van uw server is %s, dus als uw bestand groter is moet u de lokale import gebruiken."
 
 
 
 
2734
 
2735
  msgid "File"
2736
  msgstr "Bestand"
@@ -2748,8 +3145,12 @@ msgstr "Verwijdert het geselecteerde .ss3 bestand van uw server na de import."
2748
  msgid "Restore slider"
2749
  msgstr "Herstel slider"
2750
 
2751
- msgid "The imported slider will have the same ID as the original export has. If you have a slider with the same ID, it will be overwritten."
2752
- msgstr "De geïmporteerde slider zal hetzelfde ID hebben als de originele export. Als u al een slider hebt met hetzelfde ID dan zal deze overschreven worden."
 
 
 
 
2753
 
2754
  msgid "Image mode"
2755
  msgstr "Afbeelding modus"
@@ -2821,8 +3222,8 @@ msgstr "Generator instellingen"
2821
  msgid "Cache expiration"
2822
  msgstr "Cache verval"
2823
 
2824
- msgid "hours"
2825
- msgstr "uur"
2826
 
2827
  msgid "Start index"
2828
  msgstr "Start index"
@@ -2869,8 +3270,12 @@ msgid "Increase %1$s in php.ini to 1000 or more. Current value: %2$s"
2869
  msgstr "Verhoog %1$s in php.ini tot 1000 of meer. Huidige waarde: %2$s"
2870
 
2871
  #, php-format
2872
- msgid "Decrease %1$s below 15 in php.ini to prevent fatal errors on plugin updates. Current value: %2$s"
2873
- msgstr "Verlaag %1$s tot een waarde kleiner dan 15 in php.ini om fatale fouten te vermijden bij plugin updates. Huidige waarde: %2$s"
 
 
 
 
2874
 
2875
  msgid "Unable to connect to the API"
2876
  msgstr "Kon geen verbinding met de API maken"
@@ -2879,26 +3284,48 @@ msgid "MySQL table missing"
2879
  msgstr "MySQL tabel ontbreekt"
2880
 
2881
  msgid "Your theme uses an outdated MooTools library which is not compatible."
2882
- msgstr "Uw thema gebruikt een verouderde MooTools bibliotheek die niet compatibel is."
 
2883
 
2884
- msgid "JCH Optimize could have a conflict with Smart Slider's Global settings -> Framework settings -> Async Non-Primary CSS. If your Google fonts are not loading, turn this option off."
2885
- msgstr "JCH Optimize kan een conflict hebben met de Globale instellingen -> Framework instellingen -> Async niet-primaire CSS instelling van Smart Slider. Als uw Google fonts niet ingeladen worden schakel deze optie dan uit."
 
 
 
 
 
 
2886
 
2887
- msgid "This plugin breaks JavaScript in the admin area, deactivate it and use alternative plugin."
2888
- msgstr "Deze plugin breekt JavaScript in de admin zone. Deactivateer hem en gebruik een alternatieve plugin."
 
 
 
 
2889
 
2890
- msgid "This plugin breaks Smart Slider 3 ajax calls if custom admin url enabled."
2891
- msgstr "Deze plugin breekt Smart Slider 3 ajax aanroepen als een aangepaste admin URL geactiveerd is."
 
 
 
2892
 
2893
  msgid "This plugin adds a background image to every SVG and breaks SSL."
2894
- msgstr "Deze plugin voegt een achtergrondafbeelding toe aan elke SVG en breekt SSL."
 
2895
 
2896
  msgid "This plugin has a JavaScript error which might break Smart Slider."
2897
- msgstr "Deze plugin heeft een JavaScript fout die Smart Slider mogelijk breekt."
 
2898
 
2899
  #, php-format
2900
- msgid "This plugin breaks the filtering options of the dynamic slide generators when %1$s is set to %2$s. Also it has not received any updates since WordPress 3.9."
2901
- msgstr "Deze plugin breekt de filtering opties van de dynamische slide generatoren als %1$s ingesteld is op %2$s. Hij heeft ook geen updates meer ontvangen sinds WordPress 3.9."
 
 
 
 
 
 
2902
 
2903
  msgid "Add column"
2904
  msgstr "Kolom toevoegen"
@@ -3003,8 +3430,11 @@ msgstr "Volgorde uitgelichte artikels"
3003
  msgid "View article"
3004
  msgstr "Bekijk artikel"
3005
 
3006
- msgid "Creates slides from your Joomla categories. (Not the articles inside them.)"
3007
- msgstr "Maakt slides van uw Joomla categorieën (niet van de artikels die zij bevatten)."
 
 
 
3008
 
3009
  msgid "Parent category"
3010
  msgstr "Moedercategorie"
@@ -3044,8 +3474,14 @@ msgid "Post IDs to display"
3044
  msgstr "Weer te geven inzending IDs"
3045
 
3046
  #, php-format
3047
- msgid "You can make your generator display only the posts with the set ID. No other post will be fetched, even if they match the set filters. %1$s Write one ID per line."
3048
- msgstr "U kunt ervoor zorgen dat uw generator alleen de inzendignen toont met het ingestelde ID. Geen andere inzending zal opgehaald worden, zelfs niet als die voldoet aan de ingestelde filters. %1$s Schrijf één ID per regel."
 
 
 
 
 
 
3049
 
3050
  msgid "Sticky"
3051
  msgstr "Plakkend"
@@ -3059,8 +3495,11 @@ msgstr "Inzending meta vergelijking"
3059
  msgid "Field name"
3060
  msgstr "Veldnaam"
3061
 
3062
- msgid "Only show posts, where the given meta key is equal to the given meta value."
3063
- msgstr "Toon alleen inzendingen waarvan de gegeven meta sleutel gelijk is aan de gegeven meta waarde."
 
 
 
3064
 
3065
  msgid "Compare method"
3066
  msgstr "Vergelijkingsmethode"
@@ -3071,8 +3510,14 @@ msgstr "Veldwaarde"
3071
  msgid "Meta comparison"
3072
  msgstr "Meta vergelijking"
3073
 
3074
- msgid "Same as the previous option, just you can write down more comparisons. Read the \"Field name\" and \"Compare method\" out from the previous option. Example:"
3075
- msgstr "Hetzelfde als de vorige optie, alleen kunt u nu meer vergelijkingen neerschrijven. Lees de \"Veldnaam\" en \"Vergelijkingsmethode\" uit van de vorige optie. Bijvoorbeeld:"
 
 
 
 
 
 
3076
 
3077
  msgid "Post date"
3078
  msgstr "Inzending datum"
@@ -3100,18 +3545,34 @@ msgid "Exclude posts"
3100
  msgstr "Uit te sluiten inzendingen"
3101
 
3102
  #, php-format
3103
- msgid "The selected post IDs won't appear in the generator, even if they they match the set filters. %1$s Write one ID per line."
3104
- msgstr "De geselecteerde inzending IDs zullen niet in de generator verschijnen, zelfs als zij overeenkomen met de ingestelde filters. %1$s Schrijf één ID per regel."
 
 
 
 
 
3105
 
3106
  #, php-format
3107
- msgid "You can create other comparison based on the previous \"Field name\" and \"Compare method\" options. %1$s Use the following format: published||=||yes %1$s Write one comparison per line."
3108
- msgstr "U kunt een andere vergelijking maken gebaseerd op de vorige \"Veldnaam\" en \"Vergelijkingsmethode\" opties. %1$s Gebruik het volgende formaat: published||=||yes %1$s Schrijf één vergelijking per regel."
 
 
 
 
 
 
3109
 
3110
  msgid "Post option"
3111
  msgstr "Inzending optie"
3112
 
3113
- msgid "Posts can have options, like a post can be \"sticky\" or not. You can choose to only display posts, which are selected to be IN or NOT IN this option."
3114
- msgstr "Inzendingen kunnen opties hebben, een inzending kan bijvoorbeeld \"plakkend\" zijn of niet. U kunt ervoor kiezen om alleen inzendingen te tonen die geselecteerd zijn om IN of NIET IN deze optie te zijn."
 
 
 
 
 
3115
 
3116
  msgid "Post relationship with selected option"
3117
  msgstr "Post relatie met geselecteerde optie"
@@ -3123,7 +3584,8 @@ msgid "Identify datetime"
3123
  msgstr "Identificeer datum en tijd"
3124
 
3125
  msgid "Our system tries to identify the date and time in your variables."
3126
- msgstr "Ons systeem probeert de datum en de tijd in uw variabelen te identificeren."
 
3127
 
3128
  msgid "Datetime format"
3129
  msgstr "Datetime formaat"
@@ -3136,8 +3598,12 @@ msgid "Translate dates"
3136
  msgstr "Vertaal datums"
3137
 
3138
  #, php-format
3139
- msgid "Write one per line in the following format: from||to %1$s E.g.: Monday||Montag"
3140
- msgstr "Schrijf er één per regel in het volgende formaat: van||tot %1$s Bijvoorbeeld: Monday||Maandag"
 
 
 
 
3141
 
3142
  msgid "Replace variables"
3143
  msgstr "Vervang variabelen"
@@ -3149,8 +3615,12 @@ msgid "Replace timestamp variables"
3149
  msgstr "Vervang tijdstempel variabelen"
3150
 
3151
  #, php-format
3152
- msgid "The \"Datetime format\" will be used to create dates from the given timestamp containing variables. %1$s Separate them with comma."
3153
- msgstr "Het \"Datetime formaat\" zal gebruikt worden om datums aan te maken vanaf de gegeven tijdstempel die variabelen bevat. %1$s Scheid ze door een komma."
 
 
 
 
3154
 
3155
  msgid "File variables"
3156
  msgstr "Bestandsvariabelen"
@@ -3159,20 +3629,32 @@ msgid "Replace file variables"
3159
  msgstr "Vervang bestandsvariabelen"
3160
 
3161
  #, php-format
3162
- msgid "If you have IDs of files, you can replace those variables with the urls of the files instead. %1$s Separate them with comma."
3163
- msgstr "Als u IDs van bestanden hebt dan kunt u deze variabelen vervangen door de URLs van die bestanden. %1$s Scheid ze door een komma."
 
 
 
 
3164
 
3165
  msgid "Remove duplicate results"
3166
  msgstr "Verwijder dubbele resultaten"
3167
 
3168
- msgid "You can remove results based on one variable's uniqueness. For example if you want the images to be unique, you could write the \"image\" variable into this field (without quotemarks)."
3169
- msgstr "U kunt resultaten verwijderen gebaseerd op de uniekheid van één variabele. Als u bijvoorbeeld wilt dat de afbeeldingen uniek zijn dan kunt u de \"image\" variabele in dit veld invullen (zonder aanhalingstekens)."
 
 
 
 
 
 
3170
 
3171
  msgid "Custom field name"
3172
  msgstr "Aangepaste veldnaam"
3173
 
3174
  msgid "If it's set, this will be used instead of the 'Field' value."
3175
- msgstr "Indien dit ingesteld is dan zal het gebruikt worden in plaats van de 'Veld' waarde."
 
 
3176
 
3177
  msgid "Numeric"
3178
  msgstr "Numeriek"
@@ -3189,34 +3671,64 @@ msgstr "Categorieën"
3189
  msgid "Remove shortcodes"
3190
  msgstr "Verwijder snelcodes"
3191
 
3192
- msgid "You can remove shortcodes from variables to avoid 3rd party content rendering in your slider."
3193
- msgstr "U kunt snelcodes verwijderen uit variabelen om te vermijden dat derde partij inhoud in uw slider gegenereerd wordt."
 
 
 
 
3194
 
3195
  msgid "Remove from variables"
3196
  msgstr "Verwijder uit variabelen"
3197
 
3198
- msgid "Write the name of the variables you want to remove the shortcodes from. Separate new variables with a comma and space. E.g. description, content"
3199
- msgstr "Schrijf de naam van de variabelen waarvan u de snelcodes wilt verwijderen. Scheid nieuwe variabelen door een komma en een spatie. Bijvoorbeeld: beschrijving, inhoud"
 
 
 
 
 
3200
 
3201
  msgid "Custom date variables"
3202
  msgstr "Aangepaste datum variabelen"
3203
 
3204
  #, php-format
3205
- msgid "You can create custom date variables from your existing date variables. Write each variable to a new line and use the following format: variable||format. %3$s The \"variable\" should be an existing variable. Based on this existing variable, we create a new one with the \"_datetime\" suffix. (E.g. date_datetime.) %3$s The \"format\" can be any %1$sPHP date format%2$s."
3206
- msgstr "U kunt aangepaste datumvariabelen maken vanaf uw bestaande datumvariabelen. Schrijf elke variabele op een nieuwe regel en gebruik het volgende formaat: variabele||formaat. %3$s De \"variabele\" moet een bestaande variabele zijn. Gebaseerd op deze bestaande variabele maken we een nieuwe met het \"_datumtijd\" achtervoegsel (bijvoorbeeld datum_datumtijd). %3$s Het \"formaat\" mag eender welk %1$sPHP datumformaat%2$s zijn."
 
 
 
 
 
 
 
 
 
 
 
3207
 
3208
  msgid "Translate custom dates"
3209
  msgstr "Vertaal aangepaste datums"
3210
 
3211
  #, php-format
3212
- msgid "You can translate the content of the newly created variables. %1$s Use the following format: from||to. Eg.: Monday||Montag"
3213
- msgstr "U kunt de inhoud van de nieuw aangemaakte variabelen vertalen. %1$s Gebruik het volgende formaat: van||naar. Bijvoorbeeld: Monday||Maandag"
 
 
 
 
3214
 
3215
  msgid "Date function"
3216
  msgstr "Datum functie"
3217
 
3218
- msgid "This function will be used to format these custom date variables. Usually the date_i18n works, but if your date will be off a little bit, then try out the other one."
3219
- msgstr "Deze functie zal gebruikt worden om deze aangepaste datumvariabelen vorm te geven. Doorgaans werkt date_i18n, maar als uw datum er een beetje naast zit probeer dan de andere waarde."
 
 
 
 
 
 
3220
 
3221
  msgid "Comment count"
3222
  msgstr "Aantal commentaren"
@@ -3228,30 +3740,25 @@ msgid "Post or Page IDs"
3228
  msgstr "Inzending of pagina IDs"
3229
 
3230
  #, php-format
3231
- msgid "You can write the ID of the page you want to show in your generator. %1$s Write one ID per line."
3232
- msgstr "U kunt het ID ingeven van de pagina die u in uw generator wilt tonen. %1$s Schrijf één ID per regel."
 
 
 
 
3233
 
3234
  msgid "Whole group"
3235
  msgstr "Ganse groep"
3236
 
3237
- msgid "Select slider"
3238
  msgstr "Selecteer slider"
3239
 
3240
  msgid "OR"
3241
  msgstr "OF"
3242
 
3243
- msgid "Select A Slider"
3244
- msgstr "Selecteer een slider"
3245
-
3246
  msgid "Insert a slider into your content"
3247
  msgstr "Voeg een slider aan uw content toe"
3248
 
3249
- msgid "Select Slider"
3250
- msgstr "Selecteer slider"
3251
-
3252
- msgid "Edit Slider"
3253
- msgstr "Slider bewerken"
3254
-
3255
  msgid "Select the slider you want to insert."
3256
  msgstr "Selecteer de slider die u wilt invoegen."
3257
 
@@ -3272,8 +3779,14 @@ msgid "Rel"
3272
  msgstr "Rel"
3273
 
3274
  #, php-format
3275
- msgid "Enter the %1$s rel attribute %2$s that represents the relationship between the current document and the linked document. Multiple rel attributes can be separated with space. E.g. nofollow noopener noreferrer"
3276
- msgstr "Geef het %1$s rel attribuut %2$s in dat de relatie tussen het huidige document en het gelinkte document voorstelt. Meerdere rel attributen kunnen gescheiden worden door een spatie. Bijvoorbeeld: nofollow noopener noreferrer"
 
 
 
 
 
 
3277
 
3278
  msgid "Icon"
3279
  msgstr "Icoon"
@@ -3314,8 +3827,12 @@ msgstr "Alt tag"
3314
  msgid "Optimize image"
3315
  msgstr "Optimaliseer afbeelding"
3316
 
3317
- msgid "You can turn off the Layer image optimization for this image, to resize it for tablet and mobile."
3318
- msgstr "U kunt de optimalisatie van de laag afbeelding uitschakelen voor deze afbeelding, en dit om haar te herschalen voor tablets en mobieltjes."
 
 
 
 
3319
 
3320
  msgctxt "Layer group"
3321
  msgid "Special"
@@ -3400,12 +3917,6 @@ msgstr "Indien niet zichtbaar"
3400
  msgid "You can pause the video when the visitor scrolls away from the slider"
3401
  msgstr "U kunt de video pauzeren als de bezoeker wegscrollt van de slider"
3402
 
3403
- msgid "Private video"
3404
- msgstr "Privé video"
3405
-
3406
- msgid "Turn it on to remove the admin warning that your video is not accessible."
3407
- msgstr "Schakel dit in om de beheerderswaarschuwing dat uw video niet toegankelijk is te verwijderen."
3408
-
3409
  msgid "Display"
3410
  msgstr "Weergave"
3411
 
@@ -3415,20 +3926,32 @@ msgstr "Werkt alleen bij video's van Vimeo Pro gebruikers."
3415
  msgid "Remove controls"
3416
  msgstr "Verwijder bedieningselementen"
3417
 
3418
- msgid "Removes the controls of the video, but it only works on videos of Vimeo Pro users."
3419
- msgstr "Verwijdert de bedieningselementen van de video, maar dit werkt alleen bij video's van Vimeo Pro gebruikers."
 
 
 
 
3420
 
3421
  msgid "Hides the title of the video, but only if video owner allows it."
3422
- msgstr "Verbergt de titel van de video, maar alleen als de eigenaar van de video dit toelaat."
 
 
3423
 
3424
  msgid "Users byline"
3425
  msgstr "Gebruikers naamregel"
3426
 
3427
- msgid "Hides the user's byline of the video, but only if video owner allows it."
3428
- msgstr "Verbergt de naamregel van de gebruiker van de video, maar alleen als de eigenaar van de video dit toelaat."
 
 
 
3429
 
3430
- msgid "Hides the profile image of the author, but only if video owner allows it. "
3431
- msgstr "Verbergt de profiel afbeelding van de auteur, maar alleen als de eigenaar van de video dit toelaat. "
 
 
 
3432
 
3433
  msgid "Play button"
3434
  msgstr "Speel knop"
@@ -3460,8 +3983,14 @@ msgstr "Eender waar"
3460
  msgid "Same channel"
3461
  msgstr "Hetzelfde kanaal"
3462
 
3463
- msgid "YouTube no longer allows hiding the related videos at the end of the video. This setting defines whether the videos should come from the same channel as the video that was just played or from any other channel."
3464
- msgstr "YouTube laat niet langer toe de gelijkaardige video's te verbergen aan het einde van de video. Deze instelling bepaalt of de video's moeten komen van hetzelfde kanaal als de video die net gespeeld werd of van een ander kanaal."
 
 
 
 
 
 
3465
 
3466
  msgid "Slider error! Generator group not found: "
3467
  msgstr "Slider fout! Generator groep niet gevonden: "
@@ -3496,14 +4025,22 @@ msgstr "De slider probeert de volledige breedte van de browser op te vullen."
3496
  msgid "Overflow-X"
3497
  msgstr "Overloop-X"
3498
 
3499
- msgid "Prevents the vertical scrollbar from appear during certain slide background animations."
3500
- msgstr "Verhindert dat de verticale scrollbalk verschijnt tijdens bepaalde slide achtergrond animaties."
 
 
 
 
3501
 
3502
  msgid "Adjust slider width to"
3503
  msgstr "Pas slider breedte aan tot"
3504
 
3505
- msgid "You can make the slider fill up a selected parent element instead of the full browser width."
3506
- msgstr "U kunt zorgen dat de slider een geselecteerd moederelement opvult in plaats van de volledige browser breedte."
 
 
 
 
3507
 
3508
  msgid "Not found"
3509
  msgstr "Niet gevonden"
@@ -3561,11 +4098,21 @@ msgctxt "Feature"
3561
  msgid "Carousel"
3562
  msgstr "Carousel"
3563
 
3564
- msgid "If you turn off this option, you can't switch to the first slide from the last one."
3565
- msgstr "Als u deze optie uitschakelt dan kunt u niet meer overschakelen van de laatste slide naar de eerste."
 
 
 
 
3566
 
3567
- msgid "Background animations only work on the slide background images, which have Fill selected at their Fill mode. They don't affect any images if the background parallax is enabled."
3568
- msgstr "Achtergrond animaties werken alleen voor de slide achtergrondafbeeldingen, die 'Opvullen' geselecteerd hebben voor hun 'Opvulmodus'. Zij hebben geen invloed op afbeeldingen als de achtergrond parallax geactiveerd is."
 
 
 
 
 
 
3569
 
3570
  msgid "Shifted"
3571
  msgstr "Verschoven"
@@ -4074,8 +4621,15 @@ msgstr "Volgende alt tag"
4074
  msgid "Base64"
4075
  msgstr "Base64"
4076
 
4077
- msgid "Base64 encoded arrow images are loading faster and they are colorable. But optimization plugins often have errors in their codes related to them, so if your arrow won't load, turn this option off."
4078
- msgstr "Base64 geëncodeerde pijl afbeeldingen laden sneller en zij kunnen gekleurd worden. Maar optimalisatie plugins hebben vaak fouten in hun codes die hiermee verband houden. Als uw pijl dus niet inlaadt schakel deze optie dan uit."
 
 
 
 
 
 
 
4079
 
4080
  msgid "Image width - Desktop"
4081
  msgstr "Afbeelding breedte - Desktop"
@@ -4101,15 +4655,28 @@ msgstr "Balk"
4101
  msgid "Slide count"
4102
  msgstr "Aantal slides"
4103
 
4104
- msgid "The \"Title\" will be the index of the slide and \"Description\" will be the total number of slides."
4105
- msgstr "De \"Titel\" zal de index van de slide zijn en \"Beschrijving\" zal het totaal aantal slides zijn."
 
 
 
 
4106
 
4107
  msgid "Separator"
4108
  msgstr "Scheidingsteken"
4109
 
4110
  #, php-format
4111
- msgid "You can set what separates the Tex bar Title and Description. This separator is used at the Slide count option, too, to separate the current and total slide number. %1$s To put the Description to a new line, use the &lt;br&gt; HTML tag."
4112
- msgstr "U kunt instellen wat de titel van de tekstbalk en de beschrijving scheidt. Deze scheiding wordt ook gebruikt in de slide teller optie, om het huidige slide nummer te scheiden van het totaal aantal slides. %1$s Om de beschrijving op een nieuwe regel te tonen kunt u de &lt;br&gt; HTML tag gebruiken."
 
 
 
 
 
 
 
 
 
4113
 
4114
  msgid "Bar full size"
4115
  msgstr "Balk volledige grootte"
@@ -4120,8 +4687,12 @@ msgstr "Toont bij muisover"
4120
  msgid "Hide on slides"
4121
  msgstr "Verberg op slides"
4122
 
4123
- msgid "List the slides separated by commas on which you want the controls to be hidden."
4124
- msgstr "Lijst met slides, gescheiden door komma's, waarop u de bedieningselementen wilt verbergen."
 
 
 
 
4125
 
4126
  msgid "Text bar"
4127
  msgstr "Tekstbalk"
@@ -4129,9 +4700,6 @@ msgstr "Tekstbalk"
4129
  msgid "Bullets"
4130
  msgstr "Opsommingstekens"
4131
 
4132
- msgid "Bullet"
4133
- msgstr "Opsommingsteken"
4134
-
4135
  msgid "Side"
4136
  msgstr "Zijkant"
4137
 
@@ -4174,8 +4742,12 @@ msgstr "Ruimte rondom"
4174
  msgid "Caption"
4175
  msgstr "Onderschrift"
4176
 
4177
- msgid "The height (horizontal orientation) or width (vertical orientation) of the caption container."
4178
- msgstr "De hoogte (horizontale oriëntatie) of breedte (verticale oriëntatie) van de onderschrift container."
 
 
 
 
4179
 
4180
  msgid "Next arrow image"
4181
  msgstr "Volgende pijl afbeelding"
@@ -4193,8 +4765,12 @@ msgstr "miniaturen"
4193
  msgid "You can break your thumbnails into rows or columns."
4194
  msgstr "U kunt uw miniaturen opdelen in rijen of kolommen."
4195
 
4196
- msgid "The height (horizontal orientation) or width (vertical orientation) of the thumbnail container in px or %."
4197
- msgstr "De hoogte (horizontale oriëntatie) of breedte (verticale oriëntatie) van de miniatuur container in px of %."
 
 
 
 
4198
 
4199
  #, javascript-format
4200
  msgid "Switches %s slide(s)."
@@ -4316,42 +4892,27 @@ msgstr "Pirouette"
4316
  msgid "Sparkling"
4317
  msgstr "Glinsterend"
4318
 
4319
- msgid "Curve 1"
 
 
4320
  msgstr "Curve 1"
4321
 
4322
- msgid "Curve 2"
4323
- msgstr "Curve 2"
4324
-
4325
- msgid "Curve 3"
4326
- msgstr "Curve 3"
4327
-
4328
- msgid "Curve 4"
4329
- msgstr "Curve 4"
4330
-
4331
  msgid "Curves"
4332
  msgstr "Curves"
4333
 
4334
- msgid "Fan 1"
 
 
4335
  msgstr "Ventilator 1"
4336
 
4337
- msgid "Fan 2"
4338
- msgstr "Ventilator 2"
4339
-
4340
- msgid "Fan 3"
4341
- msgstr "Ventilator 3"
4342
-
4343
  msgid "Hills"
4344
  msgstr "Bergen"
4345
 
4346
- msgid "Incline 1"
 
 
4347
  msgstr "Helling 1"
4348
 
4349
- msgid "Incline 2"
4350
- msgstr "Helling 2"
4351
-
4352
- msgid "Incline 3"
4353
- msgstr "Helling 3"
4354
-
4355
  msgid "Inverse arrow"
4356
  msgstr "Omgekeerde pijl"
4357
 
@@ -4361,27 +4922,33 @@ msgstr "Rechthoek"
4361
  msgid "Slopes"
4362
  msgstr "Hellingen"
4363
 
4364
- msgid "Tilt 1"
 
 
4365
  msgstr "Kantelen 1"
4366
 
4367
- msgid "Tilt 2"
4368
- msgstr "Kantelen 2"
4369
-
4370
- msgid "Triangle 1"
4371
  msgstr "Driehoek 1"
4372
 
4373
- msgid "Triangle 2"
4374
- msgstr "Driehoek 2"
4375
-
4376
- msgid "Wave 1"
4377
  msgstr "Golf 1"
4378
 
4379
- msgid "Wave 2"
4380
- msgstr "Golf 2"
4381
-
4382
  msgid "Waves"
4383
  msgstr "Golven"
4384
 
 
 
 
 
 
 
 
 
 
4385
  msgid "2 Colors"
4386
  msgstr "2 kleuren"
4387
 
@@ -4400,13 +4967,28 @@ msgstr "Het geheim is leeeg. Geef die waarde ook in!"
4400
  msgid "The App ID is empty. Please insert that value too!"
4401
  msgstr "Het App ID is leeg. Geef die waarde ook in!"
4402
 
4403
- #, php-format
4404
- msgid "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in order to use this generator! - %2$s How to get SSL for my WordPress site? %3$s"
4405
- msgstr "%1$s laat alleen HTTPS doorverwijzing URIs toe! U moet uw site naar HTTPS verplaatsen om deze generator te gebruiken! - %2$s Hoe verkrijg ik SSL voor mijn WordPress site? %3$s"
 
 
 
 
 
 
 
 
 
 
 
 
4406
 
4407
  #, php-format
4408
- msgid "%2$s Check the documentation %3$s to learn how to configure your %1$s app."
4409
- msgstr "%2$s Raadpleeg de documentatie %3$s om te leren hoe u uw %1$s app moet configureren."
 
 
 
4410
 
4411
  msgctxt "Facebook app permission"
4412
  msgid "pages read engagement"
@@ -4415,8 +4997,16 @@ msgstr "pagina's gelezen engagement"
4415
  msgid "Pages read engagement permission"
4416
  msgstr "Pagina's lezen engagement permissie"
4417
 
4418
- msgid "You need \"pages_read_engagement\" permission if you want to access datas of Facebook pages, where you are an administrator. For other pages you still need to turn this option on, but request access to \"Page Public Content Access\" within your App."
4419
- msgstr "U hebt \"pages_read_engagement\" permissie nodig als u toegang wilt hebben tot data van Facebook pagina's, waar u een administrator bent. Voor andere pagina's moet u deze optie nog steeds inschakelen, maar toegang vragen tot \"Page Public Content Access\" binnen uw app."
 
 
 
 
 
 
 
 
4420
 
4421
  msgctxt "Facebook app permission"
4422
  msgid "user photos"
@@ -4425,8 +5015,12 @@ msgstr "gebruikersfoto's"
4425
  msgid "User photos permission"
4426
  msgstr "Gebruiker foto permissie"
4427
 
4428
- msgid "You need \"user_photos\" permission to access photos of users, except your own user."
4429
- msgstr "U moet \"user_photos\" permissie hebben om toegang te krijgen tot foto's van gebruikers, behalve deze van uzelf."
 
 
 
 
4430
 
4431
  msgid "Token"
4432
  msgstr "Token"
@@ -4520,11 +5114,41 @@ msgstr "Video's in map"
4520
  msgid "Source folder"
4521
  msgstr "Bronmap"
4522
 
 
 
 
 
 
4523
  msgid "Remove resized images"
4524
  msgstr "Verwijder herschaalde afbeeldingen"
4525
 
4526
- msgid "This option removes files that match the \"-[number]x[number].[extension]\" pattern in the end of their file names. For example, \"myimage.jpg\" will stay in the generator result, but \"myimage-120x120.jpg\" will be removed, because it's the same image, just in a smaller size."
4527
- msgstr "Deze optie verwijdert bestanden die voldoen aan het \"-[getal]x[getal].[extensie]\" patroon aan het einde van hun bestandsnamen. Bijvoorbeeld: \"mijnafbeelding.jpg\" zal in het generator resultaat blijven, maar \"mijnafbeelding-120x120.jpg\" zal verwijderd worden, omdat het om dezelfde afbeelding gaat, alleen in een kleiner formaat."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4528
 
4529
  msgid "Filename"
4530
  msgstr "Bestandsnaam"
@@ -4532,14 +5156,63 @@ msgstr "Bestandsnaam"
4532
  msgid "Creation date"
4533
  msgstr "Aanmaakdatum"
4534
 
4535
- msgid "Wrong path. This is the default image folder path, so try to navigate from here:"
4536
- msgstr "Verkeerd pad. Dit is het standaard pad naar de afbeeldingsmap. Probeer dus te navigeren vanaf hier:"
 
 
 
 
4537
 
4538
  msgid "Folder not found."
4539
  msgstr "Map niet gevonden."
4540
 
4541
- msgid "Wrong path. This is the default upload/media folder path, so try to navigate from here:"
4542
- msgstr "Verkeerd pad. Dit is het standaard pad naar de upload/media map. Probeer dus te navigeren vanaf hier:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4543
 
4544
  msgid "JSON from url"
4545
  msgstr "JSON van URL"
@@ -4550,23 +5223,47 @@ msgstr "JSON van invoer"
4550
  msgid "Level separation"
4551
  msgstr "Niveau scheiding"
4552
 
4553
- msgid "JSON codes can be customized to have many different levels. From a code it is impossible to know from which level do you want to use the given datas on the different slides, so you have to select that level from this list."
4554
- msgstr "JSON codes kunnen aangepast worden zodat zij veel verschillende niveaus hebben. Uit een code is onmogelijk vast te stellen van welk niveau u de gegeven data op de verschillende slides wilt gebruiken, dus moet u dat niveau uit deze lijst kiezen."
 
 
 
 
 
 
 
4555
 
4556
  #, php-format
4557
- msgid "The given text is not valid XML! %1$sValidate your code%2$s to make sure it is correct."
4558
- msgstr "De gegeven tekst is geen geldige XML! %1$sValideer uw code%2$s om u ervan te vergewissen dat ze correct is."
 
 
 
 
4559
 
4560
  #, php-format
4561
- msgid "The given text is not valid JSON! %1$sValidate your code%2$s to make sure it is correct."
4562
- msgstr "De gegeven tekst is geen geldige JSON! %1$sValideer uw code%2$s om u ervan te vergewissen dat ze correct is."
 
 
 
 
4563
 
4564
- msgid "Try to change the \"Level separation\" or \"Remove levels from result\" setting."
4565
- msgstr "Probeer de \"Niveau scheiding\" of \"Verwijder niveaus uit resultaat\" instelling."
 
 
 
 
4566
 
4567
  msgid "Images"
4568
  msgstr "Afbeeldingen"
4569
 
 
 
 
 
 
4570
  msgid "Timezone offset in hours. For example: +2 or -7."
4571
  msgstr "Tijdzone compensatie in uur. Bijvoorbeeld: +2 of -7."
4572
 
@@ -4610,51 +5307,6 @@ msgstr "optioneel"
4610
  msgid "Creates slides from %1$s content."
4611
  msgstr "Maakt slides van %1$s content."
4612
 
4613
- msgid "Items"
4614
- msgstr "Items"
4615
-
4616
- msgid "Locations"
4617
- msgstr "Locaties"
4618
-
4619
- msgid "Types"
4620
- msgstr "Types"
4621
-
4622
- msgid "Expired"
4623
- msgstr "Verlopen"
4624
-
4625
- msgid "Started"
4626
- msgstr "Begonnen"
4627
-
4628
- msgid "Auction"
4629
- msgstr "Veiling"
4630
-
4631
- msgid "Negotiable price"
4632
- msgstr "Onderhandelbare prijs"
4633
-
4634
- msgid "Blocked by User"
4635
- msgstr "Geblokkeerd door gebruiker"
4636
-
4637
- msgid "Paid"
4638
- msgstr "Betaald"
4639
-
4640
- msgid "Buynow"
4641
- msgstr "Koopnu"
4642
-
4643
- msgid "Menu item (item ID)"
4644
- msgstr "Menu item (item ID)"
4645
-
4646
- msgid "Your url will point to the item within this menu item. You will only get a good result, if you will pick one of your DJ Classifields menu items or leave it on 'Default'."
4647
- msgstr "Uw URL zal wijzen naar het item binnen dit menu item. U zal alleen een goed resultaat krijgen als u één van uw DJ Classifieds menu items kiest of het laat staan op 'Standaard'."
4648
-
4649
- msgid "Start date"
4650
- msgstr "Startdatum"
4651
-
4652
- msgid "Expiration date"
4653
- msgstr "Vervaldatum"
4654
-
4655
- msgid "Price"
4656
- msgstr "Prijs"
4657
-
4658
  msgid "Include subcategories"
4659
  msgstr "Inclusief subcategorieën"
4660
 
@@ -4706,6 +5358,9 @@ msgstr "Scheid ze door een komma."
4706
  msgid "Banned user IDs"
4707
  msgstr "Verbannen gebruiker IDs"
4708
 
 
 
 
4709
  msgid "Ended"
4710
  msgstr "Beëindigd"
4711
 
@@ -4728,10 +5383,12 @@ msgid "Location"
4728
  msgstr "Locatie"
4729
 
4730
  msgid "Pull posts only from these users. Separate them by comma."
4731
- msgstr "Haal alleen de inzendingen van deze gebruikers op. Scheid ze door een komma."
 
4732
 
4733
  msgid "Do not pull posts from these users. Separate them by comma."
4734
- msgstr "Haal geen inzendingen van deze gebruikers op. Scheid ze door een komma."
 
4735
 
4736
  msgid "Public"
4737
  msgstr "Publiek"
@@ -4787,12 +5444,18 @@ msgstr "Categorie taal"
4787
  msgid "Manufacturer language"
4788
  msgstr "Fabrikant taal"
4789
 
 
 
 
4790
  msgid "Product name"
4791
  msgstr "Product naam"
4792
 
4793
  msgid "Product ID"
4794
  msgstr "Product ID"
4795
 
 
 
 
4796
  msgid "Recurring"
4797
  msgstr "Herhalend"
4798
 
@@ -4808,6 +5471,12 @@ msgstr "Alleen zich herhalende moederevenementen"
4808
  msgid "Only not recurring events"
4809
  msgstr "Alleen zich niet herhalende evenementen"
4810
 
 
 
 
 
 
 
4811
  msgid "End date"
4812
  msgstr "Einddatum"
4813
 
@@ -4850,6 +5519,15 @@ msgstr "Max einddatum"
4850
  msgid "Only display items with these IDs"
4851
  msgstr "Toon alleen items met deze IDs"
4852
 
 
 
 
 
 
 
 
 
 
4853
  msgid "Brand"
4854
  msgstr "Merk"
4855
 
@@ -4874,8 +5552,12 @@ msgstr "Totaal stemmen"
4874
  msgid "Product IDs"
4875
  msgstr "Product IDs"
4876
 
4877
- msgid "Write the product IDs you want to display here, in the order you want them to appear in the generator. One product ID per line."
4878
- msgstr "Schrijf hier de product IDs die u wilt tonen, in de volgorde dat ze in de generator moeten verschijnen. Eén product ID per regel."
 
 
 
 
4879
 
4880
  msgid "One time events"
4881
  msgstr "Eenmalige evenementen"
@@ -4886,11 +5568,13 @@ msgstr "Herhalende evenementen"
4886
  msgid "Date language"
4887
  msgstr "Datum taal"
4888
 
4889
- msgid "Offset value"
4890
- msgstr "Compensatie waarde"
 
 
4891
 
4892
- msgid "Timezone offset in hours. For example: +2 or -7. If you leave it empty, Joomla's System -> Global Configuration -> Server -> Server Time Zone setting will be used."
4893
- msgstr "Tijdzone compensatie in uur. Bijvoorbeeld: +2 of -7. Als u dit leeg laat, dan zal de Joomla instelling uit Systeem -> Globale configuratie -> Server -> Servertijdzone gebruikt worden."
4894
 
4895
  msgid "Status"
4896
  msgstr "Status"
@@ -4901,6 +5585,9 @@ msgstr "In prullenbak"
4901
  msgid "Ask down all product images"
4902
  msgstr "Vraag alle product afbeeldingen op"
4903
 
 
 
 
4904
  msgid "View item"
4905
  msgstr "Bekijk item"
4906
 
@@ -4910,15 +5597,6 @@ msgstr "Bekeken"
4910
  msgid "View image"
4911
  msgstr "Bekijk afbeelding"
4912
 
4913
- msgid "Supplier"
4914
- msgstr "Leverancier"
4915
-
4916
- msgid "On sale"
4917
- msgstr "Te koop"
4918
-
4919
- msgid "Discount price"
4920
- msgstr "Kortingsprijs"
4921
-
4922
  msgid "All day event"
4923
  msgstr "Ganse dag evenement"
4924
 
@@ -4928,31 +5606,6 @@ msgstr "Terugval taal"
4928
  msgid "Show parent products only"
4929
  msgstr "Toon alleen bovenliggende producten"
4930
 
4931
- #, php-format
4932
- msgid "Creates slides from %1$s events."
4933
- msgstr "Maakt slides van %1$s evenementen."
4934
-
4935
- msgid "Create custom date variables"
4936
- msgstr "Maak aangepaste datumvariabelen"
4937
-
4938
- msgid "You can write any date format (http://php.net/manual/en/function.date.php) in separate lines, and new variables will be created for them."
4939
- msgstr "U kunt eender welk datumformaat op aparte regels schrijven (http://php.net/manual/en/function.date.php). Daarna zullen er nieuwe variabelen voor aangemaakt worden."
4940
-
4941
- msgid "Write the original text, like 'Monday' then two | signs, and the text you want it to be translated to, for example 'Montag'. Together: Monday||Montag"
4942
- msgstr "Schrijf de originele tekst, zoals 'Monday', daarna twee | tekens en de tekst waarnaar u deze tekst wilt vertalen. Bijvoorbeeld: 'Maandag'. Samen: Monday||Maandag"
4943
-
4944
- msgid "Event start date"
4945
- msgstr "Evenement begindatum"
4946
-
4947
- msgid "Event end date"
4948
- msgstr "Evenement einddatum"
4949
-
4950
- msgid "Event creation date"
4951
- msgstr "Evenement aanmaakdatum"
4952
-
4953
- msgid "Event modification date"
4954
- msgstr "Evenement aanpassingsdatum"
4955
-
4956
  #, php-format
4957
  msgid "Creates slides from %1$s galleries."
4958
  msgstr "Maakt slides van %1$s galerijen."
@@ -4967,12 +5620,20 @@ msgid "Creates slides by your custom settings."
4967
  msgstr "Maakt slides volgens uw aangepaste instellingen."
4968
 
4969
  #, php-format
4970
- msgid "You don't have custom generators yet. %1$s Check the documentation %2$s to learn how to create your own generator."
4971
- msgstr "U hebt nog geen aangepaste generatoren. %1$s Raadpleeg de documentatie %2$s om te weten te komen hoe u uw eigen generator moet maken."
 
 
 
 
4972
 
4973
  msgid "No options given"
4974
  msgstr "Geen opties gegeven"
4975
 
 
 
 
 
4976
  msgid "Exclude event IDs (One ID per line)"
4977
  msgstr "Uit te sluiten evenement ID (één ID per regel)"
4978
 
@@ -4994,8 +5655,14 @@ msgstr "Evenementen per site"
4994
  msgid "Format date variables"
4995
  msgstr "Formatteer datum variabelen"
4996
 
4997
- msgid "With the WordPress Settings -> General -> Timezone and Date format, new variables will be generated from the given variables. Separate them with comma."
4998
- msgstr "Met de WordPress instellingen -> Algemeen -> Tijdzone en datum formaat zullen nieuwe variabelen gegenereerd worden vanaf de gegeven variabelen. Scheid ze door een komma."
 
 
 
 
 
 
4999
 
5000
  msgid "Start time text"
5001
  msgstr "Begintijd tekst"
@@ -5024,14 +5691,28 @@ msgstr "Plaatsen"
5024
  msgid "Hide From Event Listings"
5025
  msgstr "Verberg in evenement listings"
5026
 
 
 
 
 
 
 
5027
  msgid "Event cost"
5028
  msgstr "Evenement prijs"
5029
 
 
 
 
 
 
 
5030
  msgid "Metakey name"
5031
  msgstr "Metakey naam"
5032
 
5033
  msgid "If its set, this will be used instead of the 'Field' value."
5034
- msgstr "Indien dit ingesteld is dan zal het gebruikt worden in plaats van de 'Veld' waarde."
 
 
5035
 
5036
  msgid "Sorting method"
5037
  msgstr "Sorteermethode"
@@ -5060,8 +5741,12 @@ msgstr "Producten op filter"
5060
  msgid "Products by IDs and/or SKUs"
5061
  msgstr "Producten op IDs en/of SKUs"
5062
 
5063
- msgid "Creates slides from your WooCommece categories. (Not from the products inside them.)"
5064
- msgstr "Maakt slides van uw WooCommece categorieën (niet van de producten die erin zitten)."
 
 
 
 
5065
 
5066
  msgid "Submenu limit"
5067
  msgstr "Submenu limiet"
@@ -5069,6 +5754,14 @@ msgstr "Submenu limiet"
5069
  msgid "No limit"
5070
  msgstr "Geen limiet"
5071
 
 
 
 
 
 
 
 
 
5072
  msgid "Downloadable"
5073
  msgstr "Downloadbaar"
5074
 
@@ -5078,8 +5771,15 @@ msgstr "Virtueel"
5078
  msgid "Create text variables (one per line)"
5079
  msgstr "Maak tekst variabelen (een per regel)"
5080
 
5081
- msgid "if 'variable' equals to 'equalvalue', then you will get the text 'true', but if it's not equal, the text will be 'false'. The new variable's name will be textvariable (the 'variable' replaced by your variable's name)."
5082
- msgstr "als 'variabele' gelijk is aan 'gelijkewaarde' dan krijgt u de tekst 'true', maar als hij niet gelijk is dan zal de tekst 'false' zijn. De naam van de nieuwe variabele zal tekstvariabele zijn (de 'variabele' vervangen door de naam van uw variabele)."
 
 
 
 
 
 
 
5083
 
5084
  msgid "Round rating"
5085
  msgstr "Beoordeling afronden"
@@ -5250,6 +5950,14 @@ msgstr "Slinger 3D"
5250
  msgid "Vertical pendulum 3D"
5251
  msgstr "Verticale slinger 3D"
5252
 
 
 
 
 
 
 
 
 
5253
  msgid "Before text"
5254
  msgstr "Voor de tekst"
5255
 
@@ -5315,8 +6023,12 @@ msgid "Audio settings"
5315
  msgstr "Audio instellingen"
5316
 
5317
  #, php-format
5318
- msgid "Audio autoplaying has a lot of limitations made by browsers. You can read about them %1$shere%2$s."
5319
- msgstr "Audio automatisch spelen heeft een groot aantal beperkingen in bepaalde browsers. U kunt er %1$shier%2$s over lezen."
 
 
 
 
5320
 
5321
  msgid "Starts the audio from the beginning when the slide is viewed again."
5322
  msgstr "Start de audio vanaf het begin als de slide opnieuw bekeken wordt."
@@ -5396,21 +6108,6 @@ msgstr "Toon onderschrift"
5396
  msgid "Caption text"
5397
  msgstr "Onderschrift tekst"
5398
 
5399
- msgid "2"
5400
- msgstr "2"
5401
-
5402
- msgid "4"
5403
- msgstr "4"
5404
-
5405
- msgid "6"
5406
- msgstr "6"
5407
-
5408
- msgid "8"
5409
- msgstr "8"
5410
-
5411
- msgid "10"
5412
- msgstr "10"
5413
-
5414
  msgid "Before image alt tag"
5415
  msgstr "Voor de afbeelding alt tag"
5416
 
@@ -5465,68 +6162,134 @@ msgstr "Pre"
5465
  msgid "Animation duration"
5466
  msgstr "Animatie duur"
5467
 
5468
- msgid "Circle 1"
5469
- msgstr "Circel 1"
 
 
5470
 
5471
- msgid "Circle 2"
5472
- msgstr "Circel 2"
5473
 
5474
- msgid "Circle 3"
5475
- msgstr "Circel 3"
5476
 
5477
- msgid "Curly 1"
5478
- msgstr "Gekruld 1"
5479
 
5480
- msgid "Curly 2"
5481
- msgstr "Gekruld 2"
 
 
5482
 
5483
- msgid "Highlight 1"
5484
- msgstr "Accentuering 1"
 
 
5485
 
5486
- msgid "Highlight 2"
5487
- msgstr "Accentuering 2"
5488
 
5489
- msgid "Highlight 3"
5490
- msgstr "Accentuering 3"
5491
 
5492
- msgid "Line Through 1"
5493
- msgstr "Doorhaling 1"
 
 
 
5494
 
5495
- msgid "Line Through 2"
5496
- msgstr "Doorhaling 2"
5497
 
5498
- msgid "Line Through 3"
5499
- msgstr "Doorhaling 3"
 
 
5500
 
5501
- msgid "Rectangle 1"
5502
- msgstr "Rechthoek 1"
 
 
5503
 
5504
- msgid "Rectangle 2"
5505
- msgstr "Rechthoek 2"
5506
 
5507
- msgid "Underline 1"
5508
- msgstr "Onderlijn 1"
 
 
 
 
 
5509
 
5510
- msgid "Underline 2"
5511
- msgstr "Onderlijn 2"
 
 
5512
 
5513
- msgid "Underline 3"
5514
- msgstr "Onderlijn 3"
 
 
5515
 
5516
- msgid "Underline double 1"
5517
- msgstr "Onderlijn dubbel 1"
 
 
5518
 
5519
- msgid "Underline double 2"
5520
- msgstr "Onderlijn dubbel 2"
5521
 
5522
- msgid "ZigZag 1"
5523
- msgstr "ZigZag 1"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5524
 
5525
- msgid "ZigZag 2"
5526
- msgstr "ZigZag 2"
 
 
5527
 
5528
- msgid "ZigZag 3"
5529
- msgstr "ZigZag 3"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5530
 
5531
  msgid "Highlighted text"
5532
  msgstr "Geaccentueerde tekst"
@@ -5543,8 +6306,21 @@ msgstr "Herhaling wachttijd"
5543
  msgid "HTML"
5544
  msgstr "HTML"
5545
 
5546
- msgid "Please note that <b>we do not support</b> the HTML layer and the 3rd party codes loaded by it. We only suggest using this layer if you are a developer. <br>Also, make sure your HTML code is valid! Invalid HTML codes can mess up the entire slide and the only way resolving this problem is deleting the slide."
5547
- msgstr "Merk op dat we de HTML laag en de derde partij codes die erdoor geladen worden <b>niet ondersteunen</b>. We raden aan deze laag alleen te gebruiken als u een ontwikkelaar bent. <br>Vergewis u er ook van dat uw HTML code geldig is! Ongeldige HTML codes kunnen de volledige slide verknoeien en de enige manier om dat op te lossen is de volledige slide te verwijderen."
 
 
 
 
 
 
 
 
 
 
 
 
 
5548
 
5549
  msgid "Item"
5550
  msgstr "Item"
@@ -5648,9 +6424,6 @@ msgstr "Upper-roman"
5648
  msgid "Icon not found"
5649
  msgstr "Icoon niet gevonden"
5650
 
5651
- msgid "Aria label"
5652
- msgstr "Aria label"
5653
-
5654
  #, php-format
5655
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
5656
  msgstr "Geef een %1$s aria-label attribuut in %2$s dat de link beschrijft."
@@ -5658,22 +6431,26 @@ msgstr "Geef een %1$s aria-label attribuut in %2$s dat de link beschrijft."
5658
  msgid "Iframe"
5659
  msgstr "Iframe"
5660
 
5661
- msgid "iframe"
5662
- msgstr "iframe"
5663
-
5664
- msgid "Please note, that <b>we do not support</b> customized coding! The iframe layer often needs code customizations what you have to do yourself, so we only suggest using this layer if you are a developer!"
5665
- msgstr "Merk op dat we aangepaste codering <b>niet ondersteunen</b>! De iframe laag heeft vaak code aanpassingen nodig die u zelf moet aanbrengen. We raden dus aan deze laag alleen te gebruiken als u een ontwikkelaar bent!"
 
 
 
5666
 
5667
- msgid "iframe url"
 
 
5668
  msgstr "iframe URL"
5669
 
5670
- msgid "Yes"
5671
- msgstr "Ja"
5672
-
5673
  msgid "You can disable the scroll on the iframe content."
5674
  msgstr "U kun het scrollen op de iframe inhoud deactiveren."
5675
 
5676
- msgid "iframe title"
 
 
5677
  msgstr "iframe titel"
5678
 
5679
  msgid "Image area"
@@ -5682,8 +6459,11 @@ msgstr "Afbeeldingszone"
5682
  msgid "Image box"
5683
  msgstr "Afbeeldingsvak"
5684
 
5685
- msgid "Positions the text inside the layer. Only works with left and right layout."
5686
- msgstr "Positioneert de tekst binnen de laag. Werkt enkel met de linkse en rechtse lay-out."
 
 
 
5687
 
5688
  msgid "Input"
5689
  msgstr "Invoer"
@@ -5694,8 +6474,13 @@ msgstr "Container"
5694
  msgid "What are you looking for?"
5695
  msgstr "Waar bent u naar op zoek?"
5696
 
5697
- msgid "We only suggest using this layer if you are a developer, since the Input layer requires deep understanding how HTML form works."
5698
- msgstr "We raden aan deze laag alleen te gebruiken als u een ontwikkelaar bent, vermits de invoerlaag een goede kennis vereist over de werking van HTML formulieren."
 
 
 
 
 
5699
 
5700
  msgid "Placeholder text"
5701
  msgstr "Plaatshouder tekst"
@@ -5757,32 +6542,53 @@ msgstr "Vooraf inladen"
5757
  msgid "Joomla module"
5758
  msgstr "Joomla module"
5759
 
5760
- msgid "Please note, that <b>we do not support</b> the Joomla module layer!<br>The loaded module often needs code customizations what you have to do yourself, so we only suggest using this layer if you are a developer!"
5761
- msgstr "Merk op dat we de Joomla module laag <b>niet ondersteunen</b>! De ingeladen module heeft vaak code aanpassingen nodig die u zelf moet aanbrengen. We raden dus aan deze laag alleen te gebruiken als u een ontwikkelaar bent!"
 
 
 
 
 
 
5762
 
5763
  msgid "Position name or module ID"
5764
  msgstr "Positie naam of module ID"
5765
 
5766
- msgid "The position name of your module (for Loadposition and Modulepos) or the module's ID (Module)."
5767
- msgstr "De positie naam van uw module (voor Loadposition en Modulepos) of het module ID (Module)."
 
 
 
 
5768
 
5769
  msgid "Constrain ratio"
5770
  msgstr "Beperking verhouding"
5771
 
5772
  msgid "The slide scales horizontally and vertically with the same amount."
5773
- msgstr "De slide verandert horizontaal en verticaal van grootte met dezelfde waarde."
 
5774
 
5775
  msgid "Height based on"
5776
  msgstr "Hoogte gebaseerd op"
5777
 
5778
- msgid "The real height makes your slider have the height of the browser without the URL bar, while the CSS 100vh makes it exactly as big as the browser height."
5779
- msgstr "De werkelijke hoogte maakt dat uw slider de hoogte heeft van de browser zonder de URL balk, terwijl de CSS 100vh hem net zo groot maakt als de hoogte van de browser."
 
 
 
 
 
5780
 
5781
  msgid "Decrease height"
5782
  msgstr "Verminder hoogte"
5783
 
5784
- msgid "You can make your slider smaller than the full height of the browser by a given pixel, for example, to fit below your menu without causing scrollbar."
5785
- msgstr "U kunt uw slider een gegeven pixel kleiner maken dan de volledige hoogte van de browser, bijvoorbeeld om onder uw menu te passen zonder dat er een scrollbalk aan te pas komt."
 
 
 
 
 
5786
 
5787
  msgid "Decrease height by selectors"
5788
  msgstr "Verminder hoogte door selectors"
@@ -5793,8 +6599,13 @@ msgstr "Gebruik globale focus selectors"
5793
  msgid "Use local selectors"
5794
  msgstr "Gebruik lokale selectors"
5795
 
5796
- msgid "You can make your slider smaller than the full height of the browser, for example, to fit below your menu without causing scrollbar."
5797
- msgstr "U kunt uw slider kleiner maken dan de volledige hoogte van de browser, bijvoorbeeld om onder uw menu te passen zonder dat er een scrollbalk aan te pas komt."
 
 
 
 
 
5798
 
5799
  msgid "CSS selector (sum of heights)"
5800
  msgstr "CSS selector (som van hoogtes)"
@@ -5809,8 +6620,12 @@ msgstr "Slide grootte"
5809
  msgid "Max pane width"
5810
  msgstr "Max paneel breedte"
5811
 
5812
- msgid "You can use this option to limit how many slides can show up next to each other."
5813
- msgstr "U kunt deze optie gebruiken om te beperken hoeveel slides naast elkaar mogen verschijnen."
 
 
 
 
5814
 
5815
  msgid "Minimum slide distance"
5816
  msgstr "Minimum slide afstand"
@@ -5824,8 +6639,14 @@ msgstr "Zijruimte"
5824
  msgid "Desktop side spacing"
5825
  msgstr "Desktop zijkant tussenruimte"
5826
 
5827
- msgid "You can create a fix distance between the slider and the slides where your controls are which appear on this device. This way your controls won't cover the slide content."
5828
- msgstr "U kunt een vaste afstand tussen de slider en de slides maken waar uw bedieningselementen staan die op dit toestel verschijnen. Op die manier bedekken uw bedieningselementen de inhoud van de slide niet."
 
 
 
 
 
 
5829
 
5830
  msgid "Tablet side spacing"
5831
  msgstr "Tablet ruimte zijkant"
@@ -5855,16 +6676,24 @@ msgid "Slider border radius"
5855
  msgstr "Slider straal rand"
5856
 
5857
  msgid "The Single Switch setting can only move the slides horizontally!"
5858
- msgstr "De enkele schakelaar instelling kan de slides alleen horizontaal verplaatsen!"
 
5859
 
5860
- msgid "This option will create a complete round from your slides if you have enough slides. If you don't have enough slides, you could consider duplicating all the slides or just add more slides until you will get a carousel round."
5861
- msgstr "Deze optie zal een volledige ronde maken van uw slides, als u er genoeg hebt. Als u niet genoeg slides hebt dan kunt u overwegen om alle slides te klonen of gewoon meer slides toe te voegen tot u een carousel ronde hebt."
 
 
 
 
 
 
5862
 
5863
  msgid "Single switch"
5864
  msgstr "Enkele schakelaar"
5865
 
5866
  msgid "It switches one slide instead of moving all the visible slides."
5867
- msgstr "Dit wisselt één slide in plaats van al de zichtbare slides te verplaatsen."
 
5868
 
5869
  msgid "Justify slides"
5870
  msgstr "Slides volledig uitlijnen"
@@ -5900,8 +6729,15 @@ msgstr "Verticale cover flow"
5900
  msgid "Switch with next/previous slides"
5901
  msgstr "Wissel met volgende/vorige slides"
5902
 
5903
- msgid "Clicking on any slide that's not in the middle will make the slider switch to that slide. With this option you can disable this behavior, for example, to allow clicking on buttons on the visible slides."
5904
- msgstr "Klikken op eender welke slide die niet in het midden staat zal de slider doen overschakelen naar die slide. Met deze optie kunt u dit gedrag deactiveren, bijvoorbeeld om toe te laten te klikken op knoppen op de zichtbare slides."
 
 
 
 
 
 
 
5905
 
5906
  msgid "Save as new animation"
5907
  msgstr "Opslaan als nieuwe animatie"
@@ -5961,8 +6797,12 @@ msgid "Enter Full screen"
5961
  msgstr "Naar volledig scherm"
5962
 
5963
  #, php-format
5964
- msgid "%1$s does not support the full screen API. For this reason the full screen button will not appear on %1$s devices."
5965
- msgstr "%1$s ondersteunt de volledig scherm API niet. Om deze reden zal de volledig scherm knop niet verschijnen op %1$s toestellen."
 
 
 
 
5966
 
5967
  msgid "Indicator"
5968
  msgstr "Indicator"
@@ -5975,3 +6815,183 @@ msgstr "Track kleur"
5975
 
5976
  msgid "Bar color"
5977
  msgstr "Balk kleur"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
5
+ "PO-Revision-Date: 2022-05-17 14:16+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
+ "Language: nl_NL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
+ "X-Generator: Poedit 3.0.1\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
 
 
17
  "X-Poedit-Flags-xgettext: --no-location\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPathExcluded-0: Framework/Asset/Builder/cache\n"
22
  msgstr "Debug fout"
23
 
24
  msgid "CURL disabled in your php.ini configuration. Please enable it!"
25
+ msgstr ""
26
+ "CURL is gedeactiveerd in uw php.ini configuratie. Gelieve het te activeren!"
27
 
28
  msgid "Unable to contact with the licensing server, please try again later!"
29
+ msgstr ""
30
+ "Kon geen verbinding maken met de licentie server. Gelieve het later nog eens "
31
+ "te proberen!"
 
 
32
 
33
  msgid "You are not allowed to upload!"
34
  msgstr "U hebt geen toelating om te uploaden!"
68
  msgstr "Beveiligingstoken komt niet overeen. Gelieve de pagina te vernieuwen!"
69
 
70
  #, php-format
71
+ msgid ""
72
+ "If you see this message after the repair database process, please "
73
+ "%1$scontact us%2$s with the log:"
74
+ msgstr ""
75
+ "Als u dit bericht ziet na het database reparatie proces %1$scontacteer ons"
76
+ "%2$s dan met het log:"
77
 
78
  msgid "Contact your server host and ask them to fix this for you!"
79
  msgstr "Contacteer uw server host en vraag hem om dit voor u te repareren!"
181
  msgid "You can load Google Fonts on the frontend."
182
  msgstr "U kunt Google Fonts in de frontend inladen."
183
 
184
+ msgid "Save fonts locally"
185
+ msgstr ""
186
+
187
+ msgid ""
188
+ "You can store the used Google Fonts on your server. This way all Google "
189
+ "Fonts will load from your own domain."
190
+ msgstr ""
191
+
192
  msgid "Backend"
193
  msgstr "Backend"
194
 
292
  msgid "On"
293
  msgstr "Aan"
294
 
295
+ msgid ""
296
+ "Hold down the ctrl (Windows) or command (MAC) button to select multiple "
297
+ "options."
298
+ msgstr ""
299
+ "Houd de ctrl (Windows) of command (MAC) knop ingedrukt om meerdere opties te "
300
+ "selecteren."
301
 
302
  msgid "Fill"
303
  msgstr "Opvullen"
382
  msgstr "Afbeelding"
383
 
384
  #, php-format
385
+ msgid ""
386
+ "The %1$s is not turned on in your server, which is necessary to read rss "
387
+ "feeds. You should contact your server host, and ask them to enable it!"
388
+ msgstr ""
389
+ "De %1$s is niet ingeschakeld in uw server, hetgeen nodig is voor het lezen "
390
+ "van rss feeds. Contacteer uw server host en vraag hem het te activeren!"
391
 
392
  #, php-format
393
  msgid "%s is not readable"
444
  msgid "Preset"
445
  msgstr "Voorinstelling"
446
 
447
+ msgid ""
448
+ "You can use presets to save style settings for later use. Clicking on any "
449
+ "preset will load its styling to your current layer, and the previous style "
450
+ "settings will be lost."
451
+ msgstr ""
452
+ "U kunt voorinstellingen gebruiken om stijl instellingen op te slaan voor "
453
+ "later gebruik. Het klikken op eender welke voorinstelling zal de stijl ervan "
454
+ "inladen in uw huidige laag en de vorige stijl instelling zal verloren gaan."
455
 
456
+ msgid ""
457
+ "Layer design options affect every device. If you need to make responsive "
458
+ "adjustments, look for the options with the device icon."
459
+ msgstr ""
460
+ "Laag ontwerp opties hebben invloed op elk toestel. Als u responsive "
461
+ "aanpassingen moet doen kijk dan naar de opties met het toestel icoon."
462
 
463
  msgid "Reset style to default"
464
  msgstr "Stijl terug instellen op standaard waarde"
512
  msgstr "Open documenten"
513
 
514
  msgid "The changes you made will be lost if you navigate away from this page."
515
+ msgstr ""
516
+ "De veranderingen die u hebt aangebracht zullen verloren gaan als u deze "
517
+ "pagina verlaat."
518
 
519
  msgid "Icons"
520
  msgstr "Iconen"
531
 
532
  #, javascript-format
533
  msgid "The deletion is irreversible, and it's not possible to recover %s."
534
+ msgstr ""
535
+ "Het verwijderen is onomkeerbaar en het is niet mogelijk om %s te herstellen."
536
 
537
  msgid "Cancel"
538
  msgstr "Annuleren"
672
  msgid "Scrolls to the bottom of the page."
673
  msgstr "Scrollt naar de onderkant van de pagina."
674
 
675
+ msgid ""
676
+ "You can use any jQuery selector to scroll to a specific element on the page. "
677
+ "Example: \"#pricing\" scrolls to the element with the id of \"pricing\"."
678
+ msgstr ""
679
+ "U mag eender welke jQuery selector gebruiken om te scrollen naar een "
680
+ "specifiek element op de pagina. Bijvoorbeeld: \"#pricing\" scrollt naar het "
681
+ "element met het id \"pricing\"."
682
 
683
  msgid "Slider alias"
684
  msgstr "Slider alias"
713
  msgstr "slide index: 5 %s richting: vooruit"
714
 
715
  msgid "Switches to the fifth slide as if the next arrow was pressed"
716
+ msgstr ""
717
+ "Schakelt naar de vijfde slide alsof er op de volgende pijl geklikt werd"
718
 
719
  msgid "Slide ID"
720
  msgstr "Slide ID"
721
 
722
+ msgid ""
723
+ "Switches to the slide with the #2 ID as if the previous arrow was pressed"
724
+ msgstr ""
725
+ "Schakelt naar de slide met het #2 ID alsof er op de vorige pijl geklikt werd"
726
 
727
  msgid "Switches to the slide with the #5 ID as if the next arrow was pressed"
728
+ msgstr ""
729
+ "Schakelt naar de slide met het #5 ID alsof er op de volgende pijl geklikt "
730
+ "werd"
731
 
732
  msgid "Event name"
733
  msgstr "Evenement naam"
942
  msgid "Activation is required to unlock all features!"
943
  msgstr "Activatie is vereist om alle mogelijkheden te ontsluiten!"
944
 
945
+ msgid ""
946
+ "Register Smart Slider 3 Pro on this domain to enable auto update, slider "
947
+ "templates and slide library."
948
+ msgstr ""
949
+ "Registreer Smart Slider 3 Pro op dit domein om automatische updates, slider "
950
+ "templates en de slide bibliotheek te activeren."
951
 
952
  msgid "Skip"
953
  msgstr "Overslaan"
971
  msgid "Below %s pixels."
972
  msgstr "Onder %s pixels."
973
 
974
+ #, fuzzy, javascript-format
975
+ #| msgid "Boven %s pixels."
976
+ msgid "Above %s pixels."
977
  msgstr "Boven %s pixels."
978
 
979
  #, javascript-format
1026
  msgid "Change slider type"
1027
  msgstr "Verander slider type"
1028
 
1029
+ msgid ""
1030
+ "Changing your slider type is irreversible. After changing your slider type, "
1031
+ "<b>you will lose all slider type related settings</b>."
1032
+ msgstr ""
1033
+ "Het veranderen van uw slider type is onomkeerbaar. Na het veranderen van uw "
1034
+ "slider type, <b>zult u alle instellingen voor dat slider type verliezen</b>."
1035
 
1036
  msgid "Slider type"
1037
  msgstr "Slider type"
1042
  msgid "What do you want to create today?"
1043
  msgstr "Wat wilt u vandaag maken?"
1044
 
1045
+ msgid ""
1046
+ "Use our powerful visual editor, or simply import one of our existing "
1047
+ "template."
1048
+ msgstr ""
1049
+ "Gebruik onze krachtige visuele editor of importeer eenvoudigweg één van onze "
1050
+ "bestaande templates."
1051
 
1052
  msgid "Create a New Project"
1053
  msgstr "Maak een nieuw project"
1054
 
1055
+ #, fuzzy
1056
+ #| msgid ""
1057
+ #| "Start a new project from scratch and build exactly what you’ve "
1058
+ #| "imagined. You can easily customize every pixels and create anything with "
1059
+ #| "layers."
1060
+ msgid ""
1061
+ "Start a new project from scratch and build exactly what you’ve imagined. You "
1062
+ "can easily customize every pixels and create anything with layers."
1063
+ msgstr ""
1064
+ "Begin een nieuw project vanaf nul en bouw exact datgene wat u zich ingebeeld "
1065
+ "hebt. U kunt gemakkelijk elke pixel aanpassen en eender wat met lagen "
1066
+ "aanmaken."
1067
 
1068
  msgid "Start with a Template"
1069
  msgstr "Begin met een template"
1070
 
1071
+ msgid ""
1072
+ "Start with a template and make it your own with the innovative drag and drop "
1073
+ "interface. You can choose from hundreds of premade templates."
1074
+ msgstr ""
1075
+ "Begin met een template en maak er uw eigen versie van met de innovatieve "
1076
+ "drag en drop interface. U kunt kiezen uit honderden vooraf gemaakte "
1077
+ "templates."
1078
 
1079
  msgid "or import your own files"
1080
  msgstr "of importeer uw eigen bestanden"
1130
  msgid "Join The Smart Slider 3 Community"
1131
  msgstr "Word lid van de Smart Slider 3 Community"
1132
 
1133
+ msgid ""
1134
+ "Join more than 120,000 subscribers and get access to the latest slider "
1135
+ "templates, tips, tutorials and other exclusive contents directly to your "
1136
+ "inbox."
1137
+ msgstr ""
1138
+ "Word één van de meer dan 120.000 abonnees en krijg de laatste slider "
1139
+ "templates, tips, handleidingen en andere exclusieve inhoud direct in uw "
1140
+ "inbox."
1141
 
1142
  msgid "Subscribe"
1143
  msgstr "Abonneren"
1151
  msgid "Set"
1152
  msgstr "Set"
1153
 
1154
+ msgid "Edit"
1155
+ msgstr "Bewerken"
1156
+
1157
+ msgid "Group"
1158
+ msgstr "Groep"
1159
+
1160
+ msgid "Edit Slider"
1161
+ msgstr "Slider bewerken"
1162
+
1163
  msgid "Up"
1164
  msgstr "Omhoog"
1165
 
1166
  msgid "Insert group"
1167
  msgstr "Groep invoegen"
1168
 
 
 
 
1169
  msgid "Move to trash"
1170
  msgstr "Verplaats naar prullenbak"
1171
 
1208
  msgid "delete this slide"
1209
  msgstr "verwijder deze slide"
1210
 
1211
+ msgid "Max width"
1212
+ msgstr "Max breedte"
1213
+
1214
+ msgid "Margin"
1215
+ msgstr "Marge"
1216
+
1217
+ #, fuzzy
1218
+ #| msgid "Top"
1219
+ msgid "top"
1220
+ msgstr "Bovenaan"
1221
+
1222
+ #, fuzzy
1223
+ #| msgid "Light"
1224
+ msgid "right"
1225
+ msgstr "Licht"
1226
+
1227
+ #, fuzzy
1228
+ #| msgid "Bottom"
1229
+ msgid "bottom"
1230
+ msgstr "Onderkant"
1231
+
1232
+ #, fuzzy
1233
+ #| msgid "To left"
1234
+ msgid "left"
1235
+ msgstr "Naar links"
1236
+
1237
  msgid "Animations"
1238
  msgstr "Animaties"
1239
 
1252
  msgid "Play on load"
1253
  msgstr "Speel bij inladen"
1254
 
1255
+ msgid ""
1256
+ "Plays the layer animations on the first slide when it appears for the first "
1257
+ "time."
1258
+ msgstr ""
1259
+ "Speelt de laag animaties op de eerste slide als deze voor de eerste keer "
1260
+ "verschijnt."
1261
 
1262
  msgid "Play once"
1263
  msgstr "Speel eenmalig"
1283
  msgid "Forced"
1284
  msgstr "Geforceerd"
1285
 
1286
+ msgid ""
1287
+ "You can make the outgoing layer animations, which don't have events, to play "
1288
+ "on slide switching."
1289
+ msgstr ""
1290
+ "U kunt ervoor zorgen dat de uitgaande laag animaties, die geen evenementen "
1291
+ "hebben, bij het wisselen van slide afgespeeld worden."
1292
 
1293
  msgid "Layer parallax"
1294
  msgstr "Laag parallax"
1347
  msgid "Allow restart"
1348
  msgstr "Laat herstarten toe"
1349
 
1350
+ msgid ""
1351
+ "Keeps the autoplay control visible after the autoplay has finished to allow "
1352
+ "starting it again."
1353
+ msgstr ""
1354
+ "Houd de bediening voor het automatisch spelen zichtbaar nadat het "
1355
+ "automatisch spelen afgelopen is om toe te laten het opnieuw te starten."
1356
 
1357
  msgid "Infinite loop"
1358
  msgstr "Oneindige herhaling"
1414
  msgid "Block carousel"
1415
  msgstr "Blokkeer carousel"
1416
 
1417
+ msgid ""
1418
+ "Stops the carousel at the last slide when the source of interaction is "
1419
+ "vertical touch, vertical pointer, mouse wheel or vertical keyboard."
1420
+ msgstr ""
1421
+ "Stopt de carousel op de laatste slide als de bron van de interactie "
1422
+ "verticale touch, verticale pointer, muiswiel of verticaal toetsenbord is."
1423
 
1424
  msgid "Clear before"
1425
  msgstr "Ervoor leegmaken"
1436
  msgid "Hide scrollbar"
1437
  msgstr "Verberg scrollbalk"
1438
 
1439
+ msgid ""
1440
+ "Your website won't be scrollable anymore! All out of screen elements will be "
1441
+ "hidden."
1442
+ msgstr ""
1443
+ "Uw website zal niet langer scrollbaar zijn! Alle elementen die buiten het "
1444
+ "scherm vallen zullen verborgen zijn."
1445
 
1446
  msgid "Scroll to slider"
1447
  msgstr "Scroll naar slider"
1448
 
1449
  msgid "The page scrolls back to the slider when the user interacts with it."
1450
+ msgstr ""
1451
+ "De pagina scrollt terug naar de slider als de gebruiker ermee interageert."
1452
 
1453
  msgid "Edge"
1454
  msgstr "Rand"
1468
  msgid "Delayed (for lightbox/tabs)"
1469
  msgstr "Uitgesteld (voor lightbox/tabs)"
1470
 
1471
+ msgid ""
1472
+ "Delays the loading of the slider until its container gets visible. Useful "
1473
+ "when you display the slider in a lightbox or tab."
1474
+ msgstr ""
1475
+ "Stelt het inladen van de slider uit tot haar container zichtbaar is. Nuttig "
1476
+ "als u de slider toont in een lightbox of een tab."
1477
 
1478
  msgid "Legacy font scale"
1479
  msgstr "Legacy font schaal"
1480
 
1481
+ msgid ""
1482
+ "This feature brings back the non-adaptive font size for absolute layers "
1483
+ "which were made before version 3.5. Turning on can affect website "
1484
+ "performance, so we suggest to keep it disabled.\n"
1485
+ msgstr ""
1486
+ "Deze mogelijkheid brengt de non-adaptieve font grootte voor absolute lagen "
1487
+ "terug die voor versie 3.5 gemaakt werden. Dit inschakelen kan een invloed "
1488
+ "hebben op de performantie van de website, dus raden we aan het "
1489
+ "uitgeschakeld te laten.\n"
1490
 
1491
  msgid "Slider CSS classes"
1492
  msgstr "Slider CSS classes"
1497
  msgid "JavaScript callbacks"
1498
  msgstr "JavaScript callbacks"
1499
 
1500
+ #, fuzzy
1501
+ #| msgid "Main animation start"
1502
+ msgid "Loading animation waiting time"
1503
+ msgstr "Start hoofdanimatie"
1504
+
1505
  msgid "Post IDs"
1506
  msgstr "Post IDs"
1507
 
1509
  msgstr "een per regel"
1510
 
1511
  msgid "The cache of the posts with the given ID will be cleared upon save."
1512
+ msgstr ""
1513
+ "De cache van de inzendingen met het gegeven ID zal bij het opslaan "
1514
+ "leeggemaakt worden."
1515
 
1516
  msgid "Fallback slider"
1517
  msgstr "Terugval slider"
1519
  msgid "ID or Alias"
1520
  msgstr "ID of alias"
1521
 
1522
+ msgid ""
1523
+ "Select another slider by its ID or Alias that displays if your current "
1524
+ "slider has no published slides."
1525
+ msgstr ""
1526
+ "Selecteer een andere slider via zijn ID of alias die getoond zal worden als "
1527
+ "uw huidige slider geen gepubliceerde slides bevat."
1528
 
1529
  msgid "Thumbnail"
1530
  msgstr "Miniatuur"
1547
  msgid "Use as anchor"
1548
  msgstr "Gebruik als interne link"
1549
 
1550
+ msgid ""
1551
+ "Creates an empty div before the slider, using the alias as the ID of this "
1552
+ "div. As a result, you can use #your-alias in the URL to make the page jump "
1553
+ "to the slider."
1554
+ msgstr ""
1555
+ "Maakt een lege div voor de slider, gebruik makend van het alias als het ID "
1556
+ "van deze div. Daardoor kunt u #uw-alias in de URL gebruiken om de pagina "
1557
+ "naar de slider te doen springen."
1558
 
1559
  msgid "Smooth scroll"
1560
  msgstr "Soepel scrollen"
1561
 
1562
+ msgid ""
1563
+ "The #your-alias urls in links would be forced to smooth scroll to the slider."
1564
+ msgstr ""
1565
+ "De #uw-alias urls in links zullen geforceerd worden om soepel te scrollen "
1566
+ "naar de slider."
1567
 
1568
  msgid "Switch slide"
1569
  msgstr "Wissel slide"
1570
 
1571
+ msgid ""
1572
+ "Use #your-alias-2 as an anchor to jump to the slider and switch to the 2nd "
1573
+ "slide immediately. Use #your-alias-3 for the 3rd slide and so on."
1574
+ msgstr ""
1575
+ "Gebruik #uw-alias-2 als een anker om naar de slider te springen en "
1576
+ "onmiddellijk naar de 2de slide te schakelen. Gebruik #uw-alias-3 voor de 3de "
1577
+ "slide enzovoort."
1578
 
1579
  msgid "Scroll to slide"
1580
  msgstr "Scroll naar slide"
1581
 
1582
+ msgid ""
1583
+ "The \"Switch slide\" option won't scroll you to the slider. Only the slides "
1584
+ "will switch."
1585
+ msgstr ""
1586
+ "De \"Wissel slide\" optie zal u niet naar de slider scrollen. Alleen de "
1587
+ "slides zullen wisselen."
1588
 
1589
  msgid "Slider design"
1590
  msgstr "Slider ontwerp"
1611
  msgid "Align"
1612
  msgstr "Uitlijnen"
1613
 
 
 
 
1614
  msgid "Puts a fix margin around your slider."
1615
  msgstr "Plaatst een vaste marge rond uw slider."
1616
 
1635
  msgid "After delay"
1636
  msgstr "Na wachttijd"
1637
 
1638
+ msgid ""
1639
+ "If your slider is above the fold, you can load it immediately. Otherwise, "
1640
+ "you can load it only after the page has loaded."
1641
+ msgstr ""
1642
+ "Als uw slider zich boven de plooi bevindt dan kunt u hem onmiddellijk "
1643
+ "inladen. Zoniet kunt u hem alleen inladen nadat de pagina ingeladen is."
1644
 
1645
  msgid "Load delay"
1646
  msgstr "Laad wachttijd"
1648
  msgid "Play when visible"
1649
  msgstr "Speel indien zichtbaar"
1650
 
1651
+ msgid ""
1652
+ "Makes sure that the autoplay and layer animations only start when your "
1653
+ "slider is visible."
1654
+ msgstr ""
1655
+ "Verzekert dat het automatisch spelen en de laag animaties alleen starten als "
1656
+ "uw slider zichtbaar is."
1657
 
1658
  msgid "At"
1659
  msgstr "Op"
1670
  msgid "Lazy loading"
1671
  msgstr "Lazy laden"
1672
 
1673
+ msgid ""
1674
+ "You can speed up your site's loading by delaying the slide background images."
1675
+ msgstr ""
1676
+ "U kunt de inlaadtijd van uw site verbeteren door de achtergrondafbeeldingen "
1677
+ "van de slide uit te stellen."
1678
 
1679
  msgid "Load neighbor"
1680
  msgstr "Laad buur"
1684
  msgstr "slides"
1685
 
1686
  #, php-format
1687
+ msgid ""
1688
+ "Convert to WebP and image resizing require a lot of memory. Lift the memory "
1689
+ "limit%s if you get a blank page."
1690
+ msgstr ""
1691
+ "Omvorming tot WebP en afbeelding herschaling vereisen veel geheugen. Hef de "
1692
+ "geheugenlimiet%s op als u een blanco pagina krijgt."
1693
 
1694
  msgid "Convert to WebP"
1695
  msgstr "Omvormen tot WebP"
1721
  msgid "Instruction"
1722
  msgstr "Instructie"
1723
 
1724
+ msgid ""
1725
+ "If your images look blurry on small screens, use the available height option "
1726
+ "to match the aspect ratio of the slider and image on that device."
1727
+ msgstr ""
1728
+ "Als uw afbeeldingen wazig zijn op kleine schermen gebruik dan de beschikbare "
1729
+ "hoogte optie om de verhoudingen van de slider aan te passen aan deze van de "
1730
+ "afbeelding voor dat toestel."
1731
 
1732
  msgid "Resize Thumbnail"
1733
  msgstr "Herschaal miniatuur"
1748
  msgstr "Base64 inbedden"
1749
 
1750
  msgid "Embeds the layer images to the page source, reducing the requests."
1751
+ msgstr ""
1752
+ "Neemt de laag afbeeldingen op in de paginabron, hetgeen de aanvragen "
1753
+ "vermindert."
1754
 
1755
  msgid "Max file size"
1756
  msgstr "Max grootte bestand"
1770
  msgid "Limit slide width"
1771
  msgstr "Beperk slide breedte"
1772
 
1773
+ msgid ""
1774
+ "Limits the width of the slide and prevents the slider from getting too tall."
1775
+ msgstr ""
1776
+ "Beperkt de breedte van de slide en verhindert dat de slider te groot wordt."
1777
 
1778
  msgid "Max"
1779
  msgstr "Max"
1781
  msgid "Breakpoints"
1782
  msgstr "Breekpunten"
1783
 
1784
+ msgid ""
1785
+ "Breakpoints define the browser width in pixel when the slider switches to a "
1786
+ "different device."
1787
+ msgstr ""
1788
+ "Breekpunten definiëren de browser breedte in pixel als de slider "
1789
+ "overschakelt naar een ander toestel."
1790
 
1791
  msgid "Global breakpoints"
1792
  msgstr "Globale breekpunten"
1793
 
1794
  #, php-format
1795
+ msgid ""
1796
+ "You can use the global breakpoints, or adjust them locally here. You can "
1797
+ "configure the Global breakpoints at <a href=\"%1$s\" target=\"_blank"
1798
+ "\">Global settings</a> > General > Breakpoints"
1799
+ msgstr ""
1800
+ "U kunt de globale breekpunten gebruiken, of ze hier lokaal aanpassen. U kunt "
1801
+ "de globale breekpunten configureren in <a href=\"%1$s\" target=\"_blank"
1802
+ "\">Globale instellingen</a> > Algemeen > Breekpunten"
1803
 
1804
  msgid "Custom size"
1805
  msgstr "Aangepaste grootte"
1806
 
1807
  #, php-format
1808
+ msgid ""
1809
+ "Use this option to customize the aspect ratio for each device. %1$s Read "
1810
+ "more in the documentation%2$s. <b>Beware:</b> This option is rarely needed "
1811
+ "and might be hard to set properly!"
1812
+ msgstr ""
1813
+ "Gebruik deze optie om de beeldverhouding voor elk toestel aan te passen. "
1814
+ "%1$s Lees meer in de documentatie%2$s. <b>Opgelet:</b> deze optie is zelden "
1815
+ "nodig en het is mogelijk dat zij moeilijk correct in te stellen is!"
1816
 
1817
  msgid "Slides"
1818
  msgstr "Slides"
1823
  msgid "Slide background image fill"
1824
  msgstr "Slide achtergrondafbeelding opvulling"
1825
 
1826
+ msgid ""
1827
+ "If the size of your image is not the same as your slider's, you can improve "
1828
+ "the result with the filling modes."
1829
+ msgstr ""
1830
+ "Als de grootte van uw afbeelding verschilt van de grootte van uw slider dan "
1831
+ "kunt u het resultaat verbeteren met de opvulmodi."
1832
 
1833
  msgid "Background Blur"
1834
  msgstr "Wazige achtergrond"
1852
  msgstr "Omkeren"
1853
 
1854
  msgid "You can make your slides appear in the slider in a reversed order."
1855
+ msgstr ""
1856
+ "U kunt ervoor zorgen dat uw slides in omgekeerde volgorde in de slider "
1857
+ "verschijnen."
1858
 
1859
  msgid "Max count"
1860
  msgstr "Max aantal"
1861
 
1862
+ msgid ""
1863
+ "You can limit how many slides you want to show from your slider. It's best "
1864
+ "used with the Randomize feature, to improve the experience."
1865
+ msgstr ""
1866
+ "U kunt beperken hoeveel slides van uw slider u wilt tonen. Om de ervaring te "
1867
+ "verbeteren wordt dit best gebruikt met de 'Bij toeval genereren' "
1868
+ "mogelijkheid."
1869
 
1870
  msgid "Maintain session"
1871
  msgstr "Behoud sessie"
1872
 
1873
+ msgid ""
1874
+ "The slider continues from the last viewed slide when the visitor comes back "
1875
+ "to the page."
1876
+ msgstr ""
1877
+ "De slider gaat verder vanaf de laatst bekeken slide als de bezoeker "
1878
+ "terugkomt naar de pagina."
1879
 
1880
  msgid "Backgrounds in lightbox"
1881
  msgstr "Achtergronden in lightbox"
1882
 
1883
+ msgid ""
1884
+ "Creates a lightbox from your slide background images. This feature only "
1885
+ "works if all slides have background images."
1886
+ msgstr ""
1887
+ "Maakt een lightbox van uw slide achtergrond afbeeldingen. Deze mogelijkheid "
1888
+ "werkt alleen als alle slides achtergrond afbeeldingen hebben."
1889
 
1890
  msgid "Show label"
1891
  msgstr "Toon label"
1954
  msgstr "Hoe te upgraden naar Smart Slider 3 Pro?"
1955
 
1956
  #, php-format
1957
+ msgid ""
1958
+ "After making your purchase, %1$slog in to your account%3$s and download the "
1959
+ "Pro installer. To get started with Smart Slider 3 Pro, simply %2$sinstall it "
1960
+ "on your website%3$s."
1961
+ msgstr ""
1962
+ "Na uw aankoop kunt u zich %1$saanmelden met uw account%3$s en de Pro "
1963
+ "installer downloaden. Om te beginnen met Smart Slider 3 Pro %2$sinstalleert "
1964
+ "u de extensie eenvoudigweg op uw website%3$s."
1965
 
1966
  msgid "Download Pro"
1967
  msgstr "Download Pro"
1968
 
1969
+ msgid ""
1970
+ "Feel free to remove the Free version, as you no longer need it. Your sliders "
1971
+ "will stay!"
1972
+ msgstr ""
1973
+ "Voel u vrij om de gratis versie te verwijderen. U hebt deze niet meer nodig. "
1974
+ "Uw sliders zullen bewaard blijven!"
1975
 
1976
  msgid "Ready to go Pro?"
1977
  msgstr "Klaar om Pro te gaan?"
1998
  msgid "Welcome to Help Center"
1999
  msgstr "Welkom in het helpcentrum"
2000
 
2001
+ msgid ""
2002
+ "To help you get started, we've put together a super tutorial video that "
2003
+ "shows you the basic settings."
2004
+ msgstr ""
2005
+ "Om u op weg te helpen hebben we een super handleiding video samengesteld die "
2006
+ "u de basisinstellingen toont."
2007
 
2008
  msgid "Possible conflicts"
2009
  msgstr "Mogelijke conflicten"
2023
  msgid "Documentation"
2024
  msgstr "Documentatie"
2025
 
2026
+ msgid ""
2027
+ "To get started with Smart Slider 3, please refer to this guide for "
2028
+ "downloading, installing, and using."
2029
+ msgstr ""
2030
+ "Om te beginnen met Smart Slider 3 kunt u deze gids raadplegen voor het "
2031
+ "downloaden, het installeren en het gebruik."
2032
 
2033
  msgid "Email support"
2034
  msgstr "E-mail ondersteuning"
2035
 
2036
+ msgid ""
2037
+ "Need one-to-one assistance? Get in touch with our Support team! We'd love "
2038
+ "the opportunity to help you."
2039
+ msgstr ""
2040
+ "Persoonlijke assistentie nodig? Neem contact op met ons support team! We "
2041
+ "helpen u graag verder."
2042
 
2043
  msgid "Tutorial videos"
2044
  msgstr "Video handleidingen"
2045
 
2046
+ msgid ""
2047
+ "Check our video tutorials which cover everything you need to know about "
2048
+ "Smart Slider 3."
2049
+ msgstr ""
2050
+ "Kijk eens naar onze video handleidingen die alles behandelen wat u moet "
2051
+ "weten over Smart Slider 3."
2052
 
2053
  msgid "Selected articles"
2054
  msgstr "Geselecteerde artikels"
2064
  msgstr "U gebruikt een niet ondersteunde browser!"
2065
 
2066
  #, php-format
2067
+ msgid ""
2068
+ "Smart Slider 3 does not support your current browser for editing. Supported "
2069
+ "browsers are the following: %s."
2070
+ msgstr ""
2071
+ "Smart Slider 3 ondersteunt uw huidige browser niet voor bewerking. "
2072
+ "Ondersteunde browsers zijn de volgende: %s."
2073
 
2074
  msgid "Help center"
2075
  msgstr "Helpcentrum"
2084
  msgstr "Meer nodig?"
2085
 
2086
  msgid "Unlock all the pro features by upgrading to Smart Slider 3 Pro."
2087
+ msgstr ""
2088
+ "Ontgrendel al de pro mogelijkheden door te upgraden naar Smart Slider 3 Pro."
2089
 
2090
  msgid "Changelog"
2091
  msgstr "Log met wijzigingen"
2111
  msgid "Let us know how we're doing"
2112
  msgstr "Laat ons weten hoe we het ervan afbrengen"
2113
 
2114
+ msgid ""
2115
+ "If you are happy with Smart Slider 3 and can take a minute please leave a "
2116
+ "review. This will help to spread its popularity and to make this plugin a "
2117
+ "better one."
2118
+ msgstr ""
2119
+ "Als u tevreden bent over Smart Slider 3 en wat tijd over heeft laat dan een "
2120
+ "recensie achter. Dit helpt om de populariteit ervan te verspreiden en deze "
2121
+ "plugin te verbeteren."
2122
 
2123
  msgid "Rate your experience"
2124
  msgstr "Beoordeel uw ervaring"
2141
  msgid "Why upgrade to Smart Slider 3 Pro?"
2142
  msgstr "Waarom upgraden naar Smart Slider 3 Pro?"
2143
 
2144
+ #, fuzzy, php-format
2145
+ #| msgid "120+ slider templates"
2146
+ msgid "%d+ slider templates"
2147
  msgstr "120+ slider templates"
2148
 
2149
  msgid "Full slide library access"
2150
  msgstr "Volledige toegang tot slide bibliotheek"
2151
 
2152
+ #, fuzzy, php-format
2153
+ #| msgid "20 new layers"
2154
+ msgid "%d new layers"
2155
  msgstr "20 nieuwe lagen"
2156
 
2157
  msgid "Extra advanced options"
2206
  msgid "Focus"
2207
  msgstr "Focus"
2208
 
2209
+ msgid ""
2210
+ "You can set the starting position of a background image. This makes sure "
2211
+ "that the selected part will always remain visible, so you should pick the "
2212
+ "most important part."
2213
+ msgstr ""
2214
+ "U kunt de beginpositie van een achtergrondafbeelding instellen. Dit "
2215
+ "verzekert dat het geselecteerde deel altijd zichtbaar blijft, u kiest dus "
2216
+ "best het meest belangrijke deel."
2217
 
2218
  msgid "Background"
2219
  msgstr "Achtergrond"
2224
  msgid "Color end"
2225
  msgstr "Kleur einde"
2226
 
 
 
 
2227
  msgid "Position"
2228
  msgstr "Positie"
2229
 
2245
  msgid "Linked to"
2246
  msgstr "Gelinkt naar"
2247
 
2248
+ msgid ""
2249
+ "You can link your layer to another layer on the same level. This way your "
2250
+ "layer won't be positioned to the slide, but the other layer."
2251
+ msgstr ""
2252
+ "U kunt uw laag linken naar een andere laag op hetzelfde niveau. Op die "
2253
+ "manier zal uw laag zelf niet in de slide geplaatst worden, maar de andere "
2254
+ "laag."
2255
 
2256
  msgid "Hide when variable empty"
2257
  msgstr "Verberg als de variabele leeg is"
2266
  msgstr "Leegmaken"
2267
 
2268
  msgid "Erases all device specific changes you made on the current device."
2269
+ msgstr ""
2270
+ "Wist alle toestel specifieke veranderingen die u op het huidige toestel hebt "
2271
+ "aangebracht."
2272
 
2273
  msgid "Effect"
2274
  msgstr "Effect"
2286
  msgstr "Maskeren"
2287
 
2288
  msgid "If your content is larger than the layer, you can crop it to fit."
2289
+ msgstr ""
2290
+ "Als uw inhoud groter is dan de laag dan kunt u die bijsnijden zodat hij past."
2291
 
2292
  msgid "Rotation"
2293
  msgstr "Rotatie"
2307
  msgid "Typography"
2308
  msgstr "Typografie"
2309
 
2310
+ msgid ""
2311
+ "You can select a font family from the preset, or type your custom family."
2312
+ msgstr ""
2313
+ "U kunt een font familie uit de voorinstelling kiezen of uw eigen font "
2314
+ "familie typen."
2315
 
2316
+ msgid ""
2317
+ "Need to change the font size device specifically? Use the Text scale option."
2318
+ msgstr ""
2319
+ "Moet u de font grootte toestel specifiek aanpassen? Gebruik de Tekst schaal "
2320
+ "optie."
2321
 
2322
  msgid "Columns"
2323
  msgstr "Kolommen"
2364
  msgid "Video"
2365
  msgstr "Video"
2366
 
2367
+ msgid ""
2368
+ "If you have a video on your slide, you can put a play icon on the thumbnail "
2369
+ "image to indicate that."
2370
+ msgstr ""
2371
+ "Als u een video op uw slide hebt dan kunt u een speel icoon op de "
2372
+ "miniatuurafbeelding plaatsen om dat aan te geven."
2373
 
2374
  #, php-format
2375
+ msgid ""
2376
+ "Video autoplaying has a lot of limitations made by browsers. %1$sLearn about "
2377
+ "them.%2$s"
2378
+ msgstr ""
2379
+ "Het automatisch spelen van video's heeft een groot aantal beperkingen, "
2380
+ "opgelegd door browsers. %1$sKom hier meer over te weten.%2$s"
2381
 
2382
  msgid "Slide background video"
2383
  msgstr "Slide achtergrond video"
2391
  msgid "Slide background"
2392
  msgstr "Slide achtergrond"
2393
 
2394
+ msgid ""
2395
+ "Select a background image for the slide. By clicking the small screen icon, "
2396
+ "you can pick different images for different devices."
2397
+ msgstr ""
2398
+ "Selecteer een achtergrondafbeelding voor de slide. Door te klikken op het "
2399
+ "kleine scherm icoon kunt u verschillende afbeeldingen kiezen voor "
2400
+ "verschillende toestellen."
2401
 
2402
  #, php-format
2403
+ msgid ""
2404
+ "Please read %1$sour detailed guide%2$s about setting your own slide "
2405
+ "background correctly."
2406
+ msgstr ""
2407
+ "Lees onze %1$sgedetailleerde gids%2$s over hoe u uw eigen slide achtergrond "
2408
+ "correct moet instellen."
2409
 
2410
  msgid "Background blur"
2411
  msgstr "Wazige achtergrond"
2518
  msgid "Transform origin"
2519
  msgstr "Oorsprong omvormen"
2520
 
2521
+ msgid ""
2522
+ "Makes the last keyframe to be the origin of the layer animation, instead of "
2523
+ "its canvas position."
2524
+ msgstr ""
2525
+ "Maakt dat het laatste keyframe de oorsprong van de laag animatie is, in "
2526
+ "plaats van haar canvas positie."
2527
 
2528
  msgid "Repeat count"
2529
  msgstr "Aantal herhalingen"
2531
  msgid "loops"
2532
  msgstr "herhalingen"
2533
 
2534
+ msgid ""
2535
+ "You can restrict the loop to play only a certain amount of loops, instead of "
2536
+ "infinite."
2537
+ msgstr ""
2538
+ "U kunt de herhaling beperken tot een bepaald aantal herhalingen, in plaats "
2539
+ "van oneindig."
2540
 
2541
  msgctxt "Animation"
2542
  msgid "Slide"
2566
  msgid "Scale down"
2567
  msgstr "Verkleinen"
2568
 
 
 
 
2569
  msgid "Static overlay"
2570
  msgstr "Statische bovenlaag"
2571
 
2617
  msgid "Drop images here"
2618
  msgstr "Laat afbeeldingen hier vallen"
2619
 
2620
+ #, fuzzy
2621
+ #| msgid "New project"
2622
+ msgid "Search Project"
2623
+ msgstr "Nieuw project"
2624
 
2625
  msgid "View trash"
2626
  msgstr "Bekijk prullenbak"
2646
  msgid "Export"
2647
  msgstr "Exporteren"
2648
 
2649
+ #, fuzzy
2650
+ #| msgid "Showcase"
2651
+ msgid "Show"
2652
+ msgstr "Etalage"
2653
+
2654
+ #, php-format
2655
+ msgid "Showing %s to %s of %s projects"
2656
+ msgstr ""
2657
+
2658
+ #, fuzzy
2659
+ #| msgid "New project"
2660
+ msgid "No projects to show"
2661
+ msgstr "Nieuw project"
2662
+
2663
  msgid "New project"
2664
  msgstr "Nieuw project"
2665
 
2666
+ msgid "Sorry we couldn’t find any matches"
2667
+ msgstr ""
2668
+
2669
+ msgid "Please try searching with another term."
2670
+ msgstr ""
2671
+
2672
+ #, php-format
2673
+ msgid "Showing %s results for %s."
2674
+ msgstr ""
2675
+
2676
  msgid "Module"
2677
  msgstr "Module"
2678
 
2763
 
2764
  #, php-format
2765
  msgid "If enabled the following folder will be <b>permanently deleted</b>: %s"
2766
+ msgstr ""
2767
+ "Indien geactiveerd dan zal volgende map <b>permanent verwijderd</b> worden: "
2768
+ "%s"
2769
 
2770
  msgid "Configuration"
2771
  msgstr "Configuratie"
2772
 
2773
  #, php-format
2774
+ msgid ""
2775
+ "Here you can configure the default font your layers have, and the dropdown "
2776
+ "list of the fonts. Google Fonts are recognized automatically, but you can "
2777
+ "use your own custom fonts, too. %1$sLearn how to do that.%2$s"
2778
+ msgstr ""
2779
+ "Hier kunt u de standaard font voor uw lagen configureren door middel van de "
2780
+ "vervolgkeuzelijst met de fonts. Google Fonts worden automatisch herkend, "
2781
+ "maar u kunt ook uw eigen fonts gebruiken. %1$sLeer hier hoe u dat moet doen."
2782
+ "%2$s"
2783
 
2784
  msgid "Default family"
2785
  msgstr "Standaard familie"
2802
  msgid "Header preload"
2803
  msgstr "Header vooraf inladen"
2804
 
2805
+ msgid ""
2806
+ "If the slider is an important part of your site, tell the browser to preload "
2807
+ "its files."
2808
+ msgstr ""
2809
+ "Als de slider een belangrijk deel van uw site is geef dan door aan de "
2810
+ "browser dat de bestanden ervan vooraf ingeladen moeten worden."
2811
 
2812
  msgid "English UI"
2813
  msgstr "Engelse UI"
2814
 
2815
+ msgid ""
2816
+ "You can keep using Smart Slider 3 in English, even if your backend isn't in "
2817
+ "English."
2818
+ msgstr ""
2819
+ "U kunt Smart Slider 3 verder in het engels blijven gebruiken, zelfs als uw "
2820
+ "backend niet in het engels is."
2821
 
2822
  msgid "Improved frontend accessibility"
2823
  msgstr "Verbeterde frontend toegankelijkheid"
2824
 
2825
+ msgid ""
2826
+ "Keeps the clicked element (like a button) in focus unless the focus is "
2827
+ "changed by clicking away."
2828
+ msgstr ""
2829
+ "Houd de focus op het aangeklikte element (zoals een knop) tenzij de focus "
2830
+ "veranderd wordt door weg te klikken."
2831
 
2832
  msgid "Script attributes"
2833
  msgstr "Script attributen"
2844
  msgid "Async non-primary CSS"
2845
  msgstr "Async niet-primaire CSS"
2846
 
2847
+ msgid ""
2848
+ "Google Fonts, icon and lightbox CSS are loaded in a non-blocking way. "
2849
+ "Disable if you see missing icons, fonts or styles."
2850
+ msgstr ""
2851
+ "Google Fonts, icoon en lightbox CSS werden geladen op een niet blokkerende "
2852
+ "manier. Deactiveer dit als u ontbrekende iconen of stijlen ziet."
2853
 
2854
  msgid "Load Font Awesome 4"
2855
  msgstr "Laad Font Awesome 4"
2876
  msgid "Alternative save slide"
2877
  msgstr "Alternatief opslaan slide"
2878
 
2879
+ msgid ""
2880
+ "If you experience problems during the save this option might solve them."
2881
+ msgstr ""
2882
+ "Als u problemen ondervindt tijdens het opslaan dan lost deze optie ze "
2883
+ "mogelijk op."
2884
 
2885
  msgid "Preview in new window"
2886
  msgstr "Voorvertoning in nieuw venster"
2888
  msgid "Lightbox videos in new tab on Mobile"
2889
  msgstr "Lightbox video's in nieuwe tab op mobieltjes"
2890
 
2891
+ msgid ""
2892
+ "Opens the lightbox videos in the YouTube app to avoid the mobile disabling "
2893
+ "the video."
2894
+ msgstr ""
2895
+ "Opent de lightbox video's in de YouTube app om te vermijden dat de "
2896
+ "mobieltjes de video deactiveren."
2897
 
2898
  msgid "YouTube and Vimeo privacy enhanced mode"
2899
  msgstr "YouTube en Vimeo privacy verbeterde modus"
2904
  msgid "Editor - additional CSS files"
2905
  msgstr "Editor - extra CSS bestanden"
2906
 
2907
+ msgid ""
2908
+ "You can call your own CSS files to our backend, for example, to be able to "
2909
+ "use custom fonts. Write each URL to a new line."
2910
+ msgstr ""
2911
+ "U kunt uw eigen CSS bestanden in onze backend binnenhalen, bijvoorbeeld om "
2912
+ "eigen fonts te gebruiken. Schrijf elke URL op een nieuwe regel."
2913
 
2914
  msgid "WordPress settings"
2915
  msgstr "WordPress instellingen"
2929
  msgid "widget area(s)"
2930
  msgstr "widget zone(s)"
2931
 
2932
+ msgid ""
2933
+ "Creates new widget areas which you can place to your theme for easy "
2934
+ "publishing."
2935
+ msgstr ""
2936
+ "Maakt nieuwe widget zones die u in uw thema kunt plaatsen voor gemakkelijke "
2937
+ "publicatie."
2938
 
2939
  msgid "Use iframe in AJAX calls"
2940
  msgstr "Gebruik iframe in AJAX aanroepen"
2941
 
2942
+ msgid ""
2943
+ "Loads the slider using an iframe when the page is loaded via AJAX to avoid "
2944
+ "problems."
2945
+ msgstr ""
2946
+ "Laadt de slider aan de hand van een iframe als de pagina ingeladen wordt via "
2947
+ "AJAX, en dit om problemen te vermijden."
2948
 
2949
  msgid "Joomla settings"
2950
  msgstr "Joomla instellingen"
2958
  msgid "Exclude plugins"
2959
  msgstr "Uit te sluiten plugins"
2960
 
2961
+ msgid ""
2962
+ "At each slider you can override the global breakpoints with local values."
2963
+ msgstr ""
2964
+ "In elke slider kunt u de globale breekpunten overschrijven met lokale "
2965
+ "waarden."
2966
 
2967
  msgid "Focus offset"
2968
  msgstr "Focus compensatie"
2969
 
2970
+ msgid ""
2971
+ "This option is used at the full page layout to decrease the slider height. "
2972
+ "The \"Scroll to slider\" option also uses this option to determine where to "
2973
+ "scroll the slider."
2974
+ msgstr ""
2975
+ "Deze optie wordt gebruikt in de volledige pagina lay-out om de hoogte van de "
2976
+ "slider te verminderen. De \"Scroll naar slider\" optie gebruikt deze optie "
2977
+ "ook om te bepalen waar de slider gescrold moet worden."
2978
 
2979
  msgid "Translate url"
2980
  msgstr "Vertaal URL"
2981
 
2982
+ msgid ""
2983
+ "You can change the frontend URL our assets are loading from. It can be "
2984
+ "useful after moving to a new domain."
2985
+ msgstr ""
2986
+ "U kunt de frontend URL veranderen vanwaar onze assets geladen worden. Dit "
2987
+ "kan nuttig zijn na het verhuizen naar een nieuw domein."
2988
 
2989
  msgid "The old URL you want to replace. E.g. https://oldsite.com/"
2990
  msgstr "De oude URL die u wilt vervangen. Bijvoorbeeld https://oudesite.com"
3083
  msgstr "Slider(s) permanent verwijderd uit de prullenbak."
3084
 
3085
  #, php-format
3086
+ msgid ""
3087
+ "Your server has an upload file limit at %s, so if you have bigger export "
3088
+ "file, please use the local import file method."
3089
+ msgstr ""
3090
+ "Uw server heeft een upload bestandslimiet op %s, dus als u een groter export "
3091
+ "bestand hebt gebruik dan de lokale import bestand methode."
3092
 
3093
  msgid "You have to unzip your "
3094
  msgstr "Zorg voor het uitpakken van uw "
3112
  msgstr "Importeer project"
3113
 
3114
  msgid "You can upload *.ss3 files which were exported by Smart Slider 3."
3115
+ msgstr ""
3116
+ "U kunt *.ss3 bestanden uploaden die geëxporteerd werden door Smart Slider 3."
3117
 
3118
  msgid "Local import"
3119
  msgstr "Lokaal importeren"
3122
  msgstr "Upload bestand"
3123
 
3124
  #, php-format
3125
+ msgid ""
3126
+ "Your server's upload filesize limitation is %s, so if your file is bigger, "
3127
+ "use the local import."
3128
+ msgstr ""
3129
+ "De upload bestandsgrootte beperking van uw server is %s, dus als uw bestand "
3130
+ "groter is moet u de lokale import gebruiken."
3131
 
3132
  msgid "File"
3133
  msgstr "Bestand"
3145
  msgid "Restore slider"
3146
  msgstr "Herstel slider"
3147
 
3148
+ msgid ""
3149
+ "The imported slider will have the same ID as the original export has. If you "
3150
+ "have a slider with the same ID, it will be overwritten."
3151
+ msgstr ""
3152
+ "De geïmporteerde slider zal hetzelfde ID hebben als de originele export. Als "
3153
+ "u al een slider hebt met hetzelfde ID dan zal deze overschreven worden."
3154
 
3155
  msgid "Image mode"
3156
  msgstr "Afbeelding modus"
3222
  msgid "Cache expiration"
3223
  msgstr "Cache verval"
3224
 
3225
+ msgid "Hours"
3226
+ msgstr "Uur"
3227
 
3228
  msgid "Start index"
3229
  msgstr "Start index"
3270
  msgstr "Verhoog %1$s in php.ini tot 1000 of meer. Huidige waarde: %2$s"
3271
 
3272
  #, php-format
3273
+ msgid ""
3274
+ "Decrease %1$s below 15 in php.ini to prevent fatal errors on plugin updates. "
3275
+ "Current value: %2$s"
3276
+ msgstr ""
3277
+ "Verlaag %1$s tot een waarde kleiner dan 15 in php.ini om fatale fouten te "
3278
+ "vermijden bij plugin updates. Huidige waarde: %2$s"
3279
 
3280
  msgid "Unable to connect to the API"
3281
  msgstr "Kon geen verbinding met de API maken"
3284
  msgstr "MySQL tabel ontbreekt"
3285
 
3286
  msgid "Your theme uses an outdated MooTools library which is not compatible."
3287
+ msgstr ""
3288
+ "Uw thema gebruikt een verouderde MooTools bibliotheek die niet compatibel is."
3289
 
3290
+ msgid ""
3291
+ "JCH Optimize could have a conflict with Smart Slider's Global settings -> "
3292
+ "Framework settings -> Async Non-Primary CSS. If your Google fonts are not "
3293
+ "loading, turn this option off."
3294
+ msgstr ""
3295
+ "JCH Optimize kan een conflict hebben met de Globale instellingen -> "
3296
+ "Framework instellingen -> Async niet-primaire CSS instelling van Smart "
3297
+ "Slider. Als uw Google fonts niet ingeladen worden schakel deze optie dan uit."
3298
 
3299
+ msgid ""
3300
+ "This plugin breaks JavaScript in the admin area, deactivate it and use "
3301
+ "alternative plugin."
3302
+ msgstr ""
3303
+ "Deze plugin breekt JavaScript in de admin zone. Deactivateer hem en gebruik "
3304
+ "een alternatieve plugin."
3305
 
3306
+ msgid ""
3307
+ "This plugin breaks Smart Slider 3 ajax calls if custom admin url enabled."
3308
+ msgstr ""
3309
+ "Deze plugin breekt Smart Slider 3 ajax aanroepen als een aangepaste admin "
3310
+ "URL geactiveerd is."
3311
 
3312
  msgid "This plugin adds a background image to every SVG and breaks SSL."
3313
+ msgstr ""
3314
+ "Deze plugin voegt een achtergrondafbeelding toe aan elke SVG en breekt SSL."
3315
 
3316
  msgid "This plugin has a JavaScript error which might break Smart Slider."
3317
+ msgstr ""
3318
+ "Deze plugin heeft een JavaScript fout die Smart Slider mogelijk breekt."
3319
 
3320
  #, php-format
3321
+ msgid ""
3322
+ "This plugin breaks the filtering options of the dynamic slide generators "
3323
+ "when %1$s is set to %2$s. Also it has not received any updates since "
3324
+ "WordPress 3.9."
3325
+ msgstr ""
3326
+ "Deze plugin breekt de filtering opties van de dynamische slide generatoren "
3327
+ "als %1$s ingesteld is op %2$s. Hij heeft ook geen updates meer ontvangen "
3328
+ "sinds WordPress 3.9."
3329
 
3330
  msgid "Add column"
3331
  msgstr "Kolom toevoegen"
3430
  msgid "View article"
3431
  msgstr "Bekijk artikel"
3432
 
3433
+ msgid ""
3434
+ "Creates slides from your Joomla categories. (Not the articles inside them.)"
3435
+ msgstr ""
3436
+ "Maakt slides van uw Joomla categorieën (niet van de artikels die zij "
3437
+ "bevatten)."
3438
 
3439
  msgid "Parent category"
3440
  msgstr "Moedercategorie"
3474
  msgstr "Weer te geven inzending IDs"
3475
 
3476
  #, php-format
3477
+ msgid ""
3478
+ "You can make your generator display only the posts with the set ID. No other "
3479
+ "post will be fetched, even if they match the set filters. %1$s Write one ID "
3480
+ "per line."
3481
+ msgstr ""
3482
+ "U kunt ervoor zorgen dat uw generator alleen de inzendignen toont met het "
3483
+ "ingestelde ID. Geen andere inzending zal opgehaald worden, zelfs niet als "
3484
+ "die voldoet aan de ingestelde filters. %1$s Schrijf één ID per regel."
3485
 
3486
  msgid "Sticky"
3487
  msgstr "Plakkend"
3495
  msgid "Field name"
3496
  msgstr "Veldnaam"
3497
 
3498
+ msgid ""
3499
+ "Only show posts, where the given meta key is equal to the given meta value."
3500
+ msgstr ""
3501
+ "Toon alleen inzendingen waarvan de gegeven meta sleutel gelijk is aan de "
3502
+ "gegeven meta waarde."
3503
 
3504
  msgid "Compare method"
3505
  msgstr "Vergelijkingsmethode"
3510
  msgid "Meta comparison"
3511
  msgstr "Meta vergelijking"
3512
 
3513
+ msgid ""
3514
+ "Same as the previous option, just you can write down more comparisons. Read "
3515
+ "the \"Field name\" and \"Compare method\" out from the previous option. "
3516
+ "Example:"
3517
+ msgstr ""
3518
+ "Hetzelfde als de vorige optie, alleen kunt u nu meer vergelijkingen "
3519
+ "neerschrijven. Lees de \"Veldnaam\" en \"Vergelijkingsmethode\" uit van de "
3520
+ "vorige optie. Bijvoorbeeld:"
3521
 
3522
  msgid "Post date"
3523
  msgstr "Inzending datum"
3545
  msgstr "Uit te sluiten inzendingen"
3546
 
3547
  #, php-format
3548
+ msgid ""
3549
+ "The selected post IDs won't appear in the generator, even if they they match "
3550
+ "the set filters. %1$s Write one ID per line."
3551
+ msgstr ""
3552
+ "De geselecteerde inzending IDs zullen niet in de generator verschijnen, "
3553
+ "zelfs als zij overeenkomen met de ingestelde filters. %1$s Schrijf één ID "
3554
+ "per regel."
3555
 
3556
  #, php-format
3557
+ msgid ""
3558
+ "You can create other comparison based on the previous \"Field name\" and "
3559
+ "\"Compare method\" options. %1$s Use the following format: published||=||yes "
3560
+ "%1$s Write one comparison per line."
3561
+ msgstr ""
3562
+ "U kunt een andere vergelijking maken gebaseerd op de vorige \"Veldnaam\" en "
3563
+ "\"Vergelijkingsmethode\" opties. %1$s Gebruik het volgende formaat: "
3564
+ "published||=||yes %1$s Schrijf één vergelijking per regel."
3565
 
3566
  msgid "Post option"
3567
  msgstr "Inzending optie"
3568
 
3569
+ msgid ""
3570
+ "Posts can have options, like a post can be \"sticky\" or not. You can choose "
3571
+ "to only display posts, which are selected to be IN or NOT IN this option."
3572
+ msgstr ""
3573
+ "Inzendingen kunnen opties hebben, een inzending kan bijvoorbeeld \"plakkend"
3574
+ "\" zijn of niet. U kunt ervoor kiezen om alleen inzendingen te tonen die "
3575
+ "geselecteerd zijn om IN of NIET IN deze optie te zijn."
3576
 
3577
  msgid "Post relationship with selected option"
3578
  msgstr "Post relatie met geselecteerde optie"
3584
  msgstr "Identificeer datum en tijd"
3585
 
3586
  msgid "Our system tries to identify the date and time in your variables."
3587
+ msgstr ""
3588
+ "Ons systeem probeert de datum en de tijd in uw variabelen te identificeren."
3589
 
3590
  msgid "Datetime format"
3591
  msgstr "Datetime formaat"
3598
  msgstr "Vertaal datums"
3599
 
3600
  #, php-format
3601
+ msgid ""
3602
+ "Write one per line in the following format: from||to %1$s E.g.: Monday||"
3603
+ "Montag"
3604
+ msgstr ""
3605
+ "Schrijf er één per regel in het volgende formaat: van||tot %1$s "
3606
+ "Bijvoorbeeld: Monday||Maandag"
3607
 
3608
  msgid "Replace variables"
3609
  msgstr "Vervang variabelen"
3615
  msgstr "Vervang tijdstempel variabelen"
3616
 
3617
  #, php-format
3618
+ msgid ""
3619
+ "The \"Datetime format\" will be used to create dates from the given "
3620
+ "timestamp containing variables. %1$s Separate them with comma."
3621
+ msgstr ""
3622
+ "Het \"Datetime formaat\" zal gebruikt worden om datums aan te maken vanaf de "
3623
+ "gegeven tijdstempel die variabelen bevat. %1$s Scheid ze door een komma."
3624
 
3625
  msgid "File variables"
3626
  msgstr "Bestandsvariabelen"
3629
  msgstr "Vervang bestandsvariabelen"
3630
 
3631
  #, php-format
3632
+ msgid ""
3633
+ "If you have IDs of files, you can replace those variables with the urls of "
3634
+ "the files instead. %1$s Separate them with comma."
3635
+ msgstr ""
3636
+ "Als u IDs van bestanden hebt dan kunt u deze variabelen vervangen door de "
3637
+ "URLs van die bestanden. %1$s Scheid ze door een komma."
3638
 
3639
  msgid "Remove duplicate results"
3640
  msgstr "Verwijder dubbele resultaten"
3641
 
3642
+ msgid ""
3643
+ "You can remove results based on one variable's uniqueness. For example if "
3644
+ "you want the images to be unique, you could write the \"image\" variable "
3645
+ "into this field (without quotemarks)."
3646
+ msgstr ""
3647
+ "U kunt resultaten verwijderen gebaseerd op de uniekheid van één variabele. "
3648
+ "Als u bijvoorbeeld wilt dat de afbeeldingen uniek zijn dan kunt u de \"image"
3649
+ "\" variabele in dit veld invullen (zonder aanhalingstekens)."
3650
 
3651
  msgid "Custom field name"
3652
  msgstr "Aangepaste veldnaam"
3653
 
3654
  msgid "If it's set, this will be used instead of the 'Field' value."
3655
+ msgstr ""
3656
+ "Indien dit ingesteld is dan zal het gebruikt worden in plaats van de 'Veld' "
3657
+ "waarde."
3658
 
3659
  msgid "Numeric"
3660
  msgstr "Numeriek"
3671
  msgid "Remove shortcodes"
3672
  msgstr "Verwijder snelcodes"
3673
 
3674
+ msgid ""
3675
+ "You can remove shortcodes from variables to avoid 3rd party content "
3676
+ "rendering in your slider."
3677
+ msgstr ""
3678
+ "U kunt snelcodes verwijderen uit variabelen om te vermijden dat derde partij "
3679
+ "inhoud in uw slider gegenereerd wordt."
3680
 
3681
  msgid "Remove from variables"
3682
  msgstr "Verwijder uit variabelen"
3683
 
3684
+ msgid ""
3685
+ "Write the name of the variables you want to remove the shortcodes from. "
3686
+ "Separate new variables with a comma and space. E.g. description, content"
3687
+ msgstr ""
3688
+ "Schrijf de naam van de variabelen waarvan u de snelcodes wilt verwijderen. "
3689
+ "Scheid nieuwe variabelen door een komma en een spatie. Bijvoorbeeld: "
3690
+ "beschrijving, inhoud"
3691
 
3692
  msgid "Custom date variables"
3693
  msgstr "Aangepaste datum variabelen"
3694
 
3695
  #, php-format
3696
+ msgid ""
3697
+ "You can create custom date variables from your existing date variables. "
3698
+ "Write each variable to a new line and use the following format: variable||"
3699
+ "format. %3$s The \"variable\" should be an existing variable. Based on this "
3700
+ "existing variable, we create a new one with the \"_datetime\" suffix. (E.g. "
3701
+ "date_datetime.) %3$s The \"format\" can be any %1$sPHP date format%2$s."
3702
+ msgstr ""
3703
+ "U kunt aangepaste datumvariabelen maken vanaf uw bestaande datumvariabelen. "
3704
+ "Schrijf elke variabele op een nieuwe regel en gebruik het volgende formaat: "
3705
+ "variabele||formaat. %3$s De \"variabele\" moet een bestaande variabele zijn. "
3706
+ "Gebaseerd op deze bestaande variabele maken we een nieuwe met het "
3707
+ "\"_datumtijd\" achtervoegsel (bijvoorbeeld datum_datumtijd). %3$s Het "
3708
+ "\"formaat\" mag eender welk %1$sPHP datumformaat%2$s zijn."
3709
 
3710
  msgid "Translate custom dates"
3711
  msgstr "Vertaal aangepaste datums"
3712
 
3713
  #, php-format
3714
+ msgid ""
3715
+ "You can translate the content of the newly created variables. %1$s Use the "
3716
+ "following format: from||to. Eg.: Monday||Montag"
3717
+ msgstr ""
3718
+ "U kunt de inhoud van de nieuw aangemaakte variabelen vertalen. %1$s Gebruik "
3719
+ "het volgende formaat: van||naar. Bijvoorbeeld: Monday||Maandag"
3720
 
3721
  msgid "Date function"
3722
  msgstr "Datum functie"
3723
 
3724
+ msgid ""
3725
+ "This function will be used to format these custom date variables. Usually "
3726
+ "the date_i18n works, but if your date will be off a little bit, then try out "
3727
+ "the other one."
3728
+ msgstr ""
3729
+ "Deze functie zal gebruikt worden om deze aangepaste datumvariabelen vorm te "
3730
+ "geven. Doorgaans werkt date_i18n, maar als uw datum er een beetje naast zit "
3731
+ "probeer dan de andere waarde."
3732
 
3733
  msgid "Comment count"
3734
  msgstr "Aantal commentaren"
3740
  msgstr "Inzending of pagina IDs"
3741
 
3742
  #, php-format
3743
+ msgid ""
3744
+ "You can write the ID of the page you want to show in your generator. %1$s "
3745
+ "Write one ID per line."
3746
+ msgstr ""
3747
+ "U kunt het ID ingeven van de pagina die u in uw generator wilt tonen. %1$s "
3748
+ "Schrijf één ID per regel."
3749
 
3750
  msgid "Whole group"
3751
  msgstr "Ganse groep"
3752
 
3753
+ msgid "Select Slider"
3754
  msgstr "Selecteer slider"
3755
 
3756
  msgid "OR"
3757
  msgstr "OF"
3758
 
 
 
 
3759
  msgid "Insert a slider into your content"
3760
  msgstr "Voeg een slider aan uw content toe"
3761
 
 
 
 
 
 
 
3762
  msgid "Select the slider you want to insert."
3763
  msgstr "Selecteer de slider die u wilt invoegen."
3764
 
3779
  msgstr "Rel"
3780
 
3781
  #, php-format
3782
+ msgid ""
3783
+ "Enter the %1$s rel attribute %2$s that represents the relationship between "
3784
+ "the current document and the linked document. Multiple rel attributes can be "
3785
+ "separated with space. E.g. nofollow noopener noreferrer"
3786
+ msgstr ""
3787
+ "Geef het %1$s rel attribuut %2$s in dat de relatie tussen het huidige "
3788
+ "document en het gelinkte document voorstelt. Meerdere rel attributen kunnen "
3789
+ "gescheiden worden door een spatie. Bijvoorbeeld: nofollow noopener noreferrer"
3790
 
3791
  msgid "Icon"
3792
  msgstr "Icoon"
3827
  msgid "Optimize image"
3828
  msgstr "Optimaliseer afbeelding"
3829
 
3830
+ msgid ""
3831
+ "You can turn off the Layer image optimization for this image, to resize it "
3832
+ "for tablet and mobile."
3833
+ msgstr ""
3834
+ "U kunt de optimalisatie van de laag afbeelding uitschakelen voor deze "
3835
+ "afbeelding, en dit om haar te herschalen voor tablets en mobieltjes."
3836
 
3837
  msgctxt "Layer group"
3838
  msgid "Special"
3917
  msgid "You can pause the video when the visitor scrolls away from the slider"
3918
  msgstr "U kunt de video pauzeren als de bezoeker wegscrollt van de slider"
3919
 
 
 
 
 
 
 
3920
  msgid "Display"
3921
  msgstr "Weergave"
3922
 
3926
  msgid "Remove controls"
3927
  msgstr "Verwijder bedieningselementen"
3928
 
3929
+ msgid ""
3930
+ "Removes the controls of the video, but it only works on videos of Vimeo Pro "
3931
+ "users."
3932
+ msgstr ""
3933
+ "Verwijdert de bedieningselementen van de video, maar dit werkt alleen bij "
3934
+ "video's van Vimeo Pro gebruikers."
3935
 
3936
  msgid "Hides the title of the video, but only if video owner allows it."
3937
+ msgstr ""
3938
+ "Verbergt de titel van de video, maar alleen als de eigenaar van de video dit "
3939
+ "toelaat."
3940
 
3941
  msgid "Users byline"
3942
  msgstr "Gebruikers naamregel"
3943
 
3944
+ msgid ""
3945
+ "Hides the user's byline of the video, but only if video owner allows it."
3946
+ msgstr ""
3947
+ "Verbergt de naamregel van de gebruiker van de video, maar alleen als de "
3948
+ "eigenaar van de video dit toelaat."
3949
 
3950
+ msgid ""
3951
+ "Hides the profile image of the author, but only if video owner allows it. "
3952
+ msgstr ""
3953
+ "Verbergt de profiel afbeelding van de auteur, maar alleen als de eigenaar "
3954
+ "van de video dit toelaat. "
3955
 
3956
  msgid "Play button"
3957
  msgstr "Speel knop"
3983
  msgid "Same channel"
3984
  msgstr "Hetzelfde kanaal"
3985
 
3986
+ msgid ""
3987
+ "YouTube no longer allows hiding the related videos at the end of the video. "
3988
+ "This setting defines whether the videos should come from the same channel as "
3989
+ "the video that was just played or from any other channel."
3990
+ msgstr ""
3991
+ "YouTube laat niet langer toe de gelijkaardige video's te verbergen aan het "
3992
+ "einde van de video. Deze instelling bepaalt of de video's moeten komen van "
3993
+ "hetzelfde kanaal als de video die net gespeeld werd of van een ander kanaal."
3994
 
3995
  msgid "Slider error! Generator group not found: "
3996
  msgstr "Slider fout! Generator groep niet gevonden: "
4025
  msgid "Overflow-X"
4026
  msgstr "Overloop-X"
4027
 
4028
+ msgid ""
4029
+ "Prevents the vertical scrollbar from appear during certain slide background "
4030
+ "animations."
4031
+ msgstr ""
4032
+ "Verhindert dat de verticale scrollbalk verschijnt tijdens bepaalde slide "
4033
+ "achtergrond animaties."
4034
 
4035
  msgid "Adjust slider width to"
4036
  msgstr "Pas slider breedte aan tot"
4037
 
4038
+ msgid ""
4039
+ "You can make the slider fill up a selected parent element instead of the "
4040
+ "full browser width."
4041
+ msgstr ""
4042
+ "U kunt zorgen dat de slider een geselecteerd moederelement opvult in plaats "
4043
+ "van de volledige browser breedte."
4044
 
4045
  msgid "Not found"
4046
  msgstr "Niet gevonden"
4098
  msgid "Carousel"
4099
  msgstr "Carousel"
4100
 
4101
+ msgid ""
4102
+ "If you turn off this option, you can't switch to the first slide from the "
4103
+ "last one."
4104
+ msgstr ""
4105
+ "Als u deze optie uitschakelt dan kunt u niet meer overschakelen van de "
4106
+ "laatste slide naar de eerste."
4107
 
4108
+ msgid ""
4109
+ "Background animations only work on the slide background images, which have "
4110
+ "Fill selected at their Fill mode. They don't affect any images if the "
4111
+ "background parallax is enabled."
4112
+ msgstr ""
4113
+ "Achtergrond animaties werken alleen voor de slide achtergrondafbeeldingen, "
4114
+ "die 'Opvullen' geselecteerd hebben voor hun 'Opvulmodus'. Zij hebben geen "
4115
+ "invloed op afbeeldingen als de achtergrond parallax geactiveerd is."
4116
 
4117
  msgid "Shifted"
4118
  msgstr "Verschoven"
4621
  msgid "Base64"
4622
  msgstr "Base64"
4623
 
4624
+ msgid ""
4625
+ "Base64 encoded arrow images are loading faster and they are colorable. But "
4626
+ "optimization plugins often have errors in their codes related to them, so if "
4627
+ "your arrow won't load, turn this option off."
4628
+ msgstr ""
4629
+ "Base64 geëncodeerde pijl afbeeldingen laden sneller en zij kunnen gekleurd "
4630
+ "worden. Maar optimalisatie plugins hebben vaak fouten in hun codes die "
4631
+ "hiermee verband houden. Als uw pijl dus niet inlaadt schakel deze optie dan "
4632
+ "uit."
4633
 
4634
  msgid "Image width - Desktop"
4635
  msgstr "Afbeelding breedte - Desktop"
4655
  msgid "Slide count"
4656
  msgstr "Aantal slides"
4657
 
4658
+ msgid ""
4659
+ "The \"Title\" will be the index of the slide and \"Description\" will be the "
4660
+ "total number of slides."
4661
+ msgstr ""
4662
+ "De \"Titel\" zal de index van de slide zijn en \"Beschrijving\" zal het "
4663
+ "totaal aantal slides zijn."
4664
 
4665
  msgid "Separator"
4666
  msgstr "Scheidingsteken"
4667
 
4668
  #, php-format
4669
+ msgid ""
4670
+ "You can set what separates the Tex bar Title and Description. This separator "
4671
+ "is used at the Slide count option, too, to separate the current and total "
4672
+ "slide number. %1$s To put the Description to a new line, use the &lt;br&gt; "
4673
+ "HTML tag."
4674
+ msgstr ""
4675
+ "U kunt instellen wat de titel van de tekstbalk en de beschrijving scheidt. "
4676
+ "Deze scheiding wordt ook gebruikt in de slide teller optie, om het huidige "
4677
+ "slide nummer te scheiden van het totaal aantal slides. %1$s Om de "
4678
+ "beschrijving op een nieuwe regel te tonen kunt u de &lt;br&gt; HTML tag "
4679
+ "gebruiken."
4680
 
4681
  msgid "Bar full size"
4682
  msgstr "Balk volledige grootte"
4687
  msgid "Hide on slides"
4688
  msgstr "Verberg op slides"
4689
 
4690
+ msgid ""
4691
+ "List the slides separated by commas on which you want the controls to be "
4692
+ "hidden."
4693
+ msgstr ""
4694
+ "Lijst met slides, gescheiden door komma's, waarop u de bedieningselementen "
4695
+ "wilt verbergen."
4696
 
4697
  msgid "Text bar"
4698
  msgstr "Tekstbalk"
4700
  msgid "Bullets"
4701
  msgstr "Opsommingstekens"
4702
 
 
 
 
4703
  msgid "Side"
4704
  msgstr "Zijkant"
4705
 
4742
  msgid "Caption"
4743
  msgstr "Onderschrift"
4744
 
4745
+ msgid ""
4746
+ "The height (horizontal orientation) or width (vertical orientation) of the "
4747
+ "caption container."
4748
+ msgstr ""
4749
+ "De hoogte (horizontale oriëntatie) of breedte (verticale oriëntatie) van de "
4750
+ "onderschrift container."
4751
 
4752
  msgid "Next arrow image"
4753
  msgstr "Volgende pijl afbeelding"
4765
  msgid "You can break your thumbnails into rows or columns."
4766
  msgstr "U kunt uw miniaturen opdelen in rijen of kolommen."
4767
 
4768
+ msgid ""
4769
+ "The height (horizontal orientation) or width (vertical orientation) of the "
4770
+ "thumbnail container in px or %."
4771
+ msgstr ""
4772
+ "De hoogte (horizontale oriëntatie) of breedte (verticale oriëntatie) van de "
4773
+ "miniatuur container in px of %."
4774
 
4775
  #, javascript-format
4776
  msgid "Switches %s slide(s)."
4892
  msgid "Sparkling"
4893
  msgstr "Glinsterend"
4894
 
4895
+ #, fuzzy, php-format
4896
+ #| msgid "Curve 1"
4897
+ msgid "Curve %d"
4898
  msgstr "Curve 1"
4899
 
 
 
 
 
 
 
 
 
 
4900
  msgid "Curves"
4901
  msgstr "Curves"
4902
 
4903
+ #, fuzzy, php-format
4904
+ #| msgid "Fan 1"
4905
+ msgid "Fan %d"
4906
  msgstr "Ventilator 1"
4907
 
 
 
 
 
 
 
4908
  msgid "Hills"
4909
  msgstr "Bergen"
4910
 
4911
+ #, fuzzy, php-format
4912
+ #| msgid "Incline 1"
4913
+ msgid "Incline %d"
4914
  msgstr "Helling 1"
4915
 
 
 
 
 
 
 
4916
  msgid "Inverse arrow"
4917
  msgstr "Omgekeerde pijl"
4918
 
4922
  msgid "Slopes"
4923
  msgstr "Hellingen"
4924
 
4925
+ #, fuzzy, php-format
4926
+ #| msgid "Tilt 1"
4927
+ msgid "Tilt %d"
4928
  msgstr "Kantelen 1"
4929
 
4930
+ #, fuzzy, php-format
4931
+ #| msgid "Triangle 1"
4932
+ msgid "Triangle %d"
 
4933
  msgstr "Driehoek 1"
4934
 
4935
+ #, fuzzy, php-format
4936
+ #| msgid "Wave 1"
4937
+ msgid "Wave %d"
 
4938
  msgstr "Golf 1"
4939
 
 
 
 
4940
  msgid "Waves"
4941
  msgstr "Golven"
4942
 
4943
+ #, fuzzy, php-format
4944
+ #| msgid "Columns"
4945
+ msgid "Columns %d"
4946
+ msgstr "Kolommen"
4947
+
4948
+ #, php-format
4949
+ msgid "Paper %d"
4950
+ msgstr ""
4951
+
4952
  msgid "2 Colors"
4953
  msgstr "2 kleuren"
4954
 
4967
  msgid "The App ID is empty. Please insert that value too!"
4968
  msgstr "Het App ID is leeg. Geef die waarde ook in!"
4969
 
4970
+ #, fuzzy, php-format
4971
+ #| msgid ""
4972
+ #| "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4973
+ #| "order to use this generator! - %2$s How to get SSL for my WordPress site? "
4974
+ #| "%3$s"
4975
+ msgid ""
4976
+ "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4977
+ "order to use this generator!"
4978
+ msgstr ""
4979
+ "%1$s laat alleen HTTPS doorverwijzing URIs toe! U moet uw site naar HTTPS "
4980
+ "verplaatsen om deze generator te gebruiken! - %2$s Hoe verkrijg ik SSL voor "
4981
+ "mijn WordPress site? %3$s"
4982
+
4983
+ msgid "How to get SSL for my website?"
4984
+ msgstr ""
4985
 
4986
  #, php-format
4987
+ msgid ""
4988
+ "%2$s Check the documentation %3$s to learn how to configure your %1$s app."
4989
+ msgstr ""
4990
+ "%2$s Raadpleeg de documentatie %3$s om te leren hoe u uw %1$s app moet "
4991
+ "configureren."
4992
 
4993
  msgctxt "Facebook app permission"
4994
  msgid "pages read engagement"
4997
  msgid "Pages read engagement permission"
4998
  msgstr "Pagina's lezen engagement permissie"
4999
 
5000
+ msgid ""
5001
+ "You need \"pages_read_engagement\" permission if you want to access datas of "
5002
+ "Facebook pages, where you are an administrator. For other pages you still "
5003
+ "need to turn this option on, but request access to \"Page Public Content "
5004
+ "Access\" within your App."
5005
+ msgstr ""
5006
+ "U hebt \"pages_read_engagement\" permissie nodig als u toegang wilt hebben "
5007
+ "tot data van Facebook pagina's, waar u een administrator bent. Voor andere "
5008
+ "pagina's moet u deze optie nog steeds inschakelen, maar toegang vragen tot "
5009
+ "\"Page Public Content Access\" binnen uw app."
5010
 
5011
  msgctxt "Facebook app permission"
5012
  msgid "user photos"
5015
  msgid "User photos permission"
5016
  msgstr "Gebruiker foto permissie"
5017
 
5018
+ msgid ""
5019
+ "You need \"user_photos\" permission to access photos of users, except your "
5020
+ "own user."
5021
+ msgstr ""
5022
+ "U moet \"user_photos\" permissie hebben om toegang te krijgen tot foto's van "
5023
+ "gebruikers, behalve deze van uzelf."
5024
 
5025
  msgid "Token"
5026
  msgstr "Token"
5114
  msgid "Source folder"
5115
  msgstr "Bronmap"
5116
 
5117
+ #, fuzzy
5118
+ #| msgid "Slide name and description"
5119
+ msgid "Filename based exclusion"
5120
+ msgstr "Slide naam en beschrijving"
5121
+
5122
  msgid "Remove resized images"
5123
  msgstr "Verwijder herschaalde afbeeldingen"
5124
 
5125
+ msgid ""
5126
+ "This option removes files that match the \"-[number]x[number].[extension]\" "
5127
+ "pattern in the end of their file names. For example, \"myimage.jpg\" will "
5128
+ "stay in the generator result, but \"myimage-120x120.jpg\" will be removed, "
5129
+ "because it's the same image, just in a smaller size."
5130
+ msgstr ""
5131
+ "Deze optie verwijdert bestanden die voldoen aan het \"-[getal]x[getal]."
5132
+ "[extensie]\" patroon aan het einde van hun bestandsnamen. Bijvoorbeeld: "
5133
+ "\"mijnafbeelding.jpg\" zal in het generator resultaat blijven, maar "
5134
+ "\"mijnafbeelding-120x120.jpg\" zal verwijderd worden, omdat het om dezelfde "
5135
+ "afbeelding gaat, alleen in een kleiner formaat."
5136
+
5137
+ msgid "Filename has to contain"
5138
+ msgstr ""
5139
+
5140
+ msgid ""
5141
+ "Only those images will be asked down, which have the given texts within "
5142
+ "their filenames. You can write down multiple texts separated by comma."
5143
+ msgstr ""
5144
+
5145
+ msgid "Filename cannot contain"
5146
+ msgstr ""
5147
+
5148
+ msgid ""
5149
+ "Only those images will be asked down, which don't have the given texts "
5150
+ "within their filenames. You can write down multiple texts separated by comma."
5151
+ msgstr ""
5152
 
5153
  msgid "Filename"
5154
  msgstr "Bestandsnaam"
5156
  msgid "Creation date"
5157
  msgstr "Aanmaakdatum"
5158
 
5159
+ msgid ""
5160
+ "Wrong path. This is the default image folder path, so try to navigate from "
5161
+ "here:"
5162
+ msgstr ""
5163
+ "Verkeerd pad. Dit is het standaard pad naar de afbeeldingsmap. Probeer dus "
5164
+ "te navigeren vanaf hier:"
5165
 
5166
  msgid "Folder not found."
5167
  msgstr "Map niet gevonden."
5168
 
5169
+ msgid ""
5170
+ "Wrong path. This is the default upload/media folder path, so try to navigate "
5171
+ "from here:"
5172
+ msgstr ""
5173
+ "Verkeerd pad. Dit is het standaard pad naar de upload/media map. Probeer dus "
5174
+ "te navigeren vanaf hier:"
5175
+
5176
+ msgid "The App ID and the Secret is empty!"
5177
+ msgstr ""
5178
+
5179
+ msgid "The token will expire at:"
5180
+ msgstr ""
5181
+
5182
+ msgid "Access token was not returned.Please check the credentials!"
5183
+ msgstr ""
5184
+
5185
+ #, fuzzy
5186
+ #| msgid "The token expired. Please request new token! "
5187
+ msgid "The token expired. Please request new token!"
5188
+ msgstr "Het token is vervallen. Gelieve een nieuw token aan te vragen! "
5189
+
5190
+ #, fuzzy
5191
+ #| msgid "The token expired. Please request new token! "
5192
+ msgid "The token will expire in two days! Please refresh the token!"
5193
+ msgstr "Het token is vervallen. Gelieve een nieuw token aan te vragen! "
5194
+
5195
+ #, fuzzy
5196
+ #| msgid "Request token"
5197
+ msgid "Refresh Token"
5198
+ msgstr "Request token"
5199
+
5200
+ msgid "Refresh"
5201
+ msgstr ""
5202
+
5203
+ #, fuzzy
5204
+ #| msgid "Sorting method"
5205
+ msgid "Album loading method"
5206
+ msgstr "Sorteermethode"
5207
+
5208
+ msgid "Load first images only"
5209
+ msgstr ""
5210
+
5211
+ msgid "Load album images separately"
5212
+ msgstr ""
5213
+
5214
+ msgid "Load Album images as record data"
5215
+ msgstr ""
5216
 
5217
  msgid "JSON from url"
5218
  msgstr "JSON van URL"
5223
  msgid "Level separation"
5224
  msgstr "Niveau scheiding"
5225
 
5226
+ msgid ""
5227
+ "JSON codes can be customized to have many different levels. From a code it "
5228
+ "is impossible to know from which level do you want to use the given datas on "
5229
+ "the different slides, so you have to select that level from this list."
5230
+ msgstr ""
5231
+ "JSON codes kunnen aangepast worden zodat zij veel verschillende niveaus "
5232
+ "hebben. Uit een code is onmogelijk vast te stellen van welk niveau u de "
5233
+ "gegeven data op de verschillende slides wilt gebruiken, dus moet u dat "
5234
+ "niveau uit deze lijst kiezen."
5235
 
5236
  #, php-format
5237
+ msgid ""
5238
+ "The given text is not valid XML! %1$sValidate your code%2$s to make sure it "
5239
+ "is correct."
5240
+ msgstr ""
5241
+ "De gegeven tekst is geen geldige XML! %1$sValideer uw code%2$s om u ervan te "
5242
+ "vergewissen dat ze correct is."
5243
 
5244
  #, php-format
5245
+ msgid ""
5246
+ "The given text is not valid JSON! %1$sValidate your code%2$s to make sure it "
5247
+ "is correct."
5248
+ msgstr ""
5249
+ "De gegeven tekst is geen geldige JSON! %1$sValideer uw code%2$s om u ervan "
5250
+ "te vergewissen dat ze correct is."
5251
 
5252
+ msgid ""
5253
+ "Try to change the \"Level separation\" or \"Remove levels from result\" "
5254
+ "setting."
5255
+ msgstr ""
5256
+ "Probeer de \"Niveau scheiding\" of \"Verwijder niveaus uit resultaat\" "
5257
+ "instelling."
5258
 
5259
  msgid "Images"
5260
  msgstr "Afbeeldingen"
5261
 
5262
+ #, fuzzy
5263
+ #| msgid "Offset value"
5264
+ msgid "Offset hours"
5265
+ msgstr "Compensatie waarde"
5266
+
5267
  msgid "Timezone offset in hours. For example: +2 or -7."
5268
  msgstr "Tijdzone compensatie in uur. Bijvoorbeeld: +2 of -7."
5269
 
5307
  msgid "Creates slides from %1$s content."
5308
  msgstr "Maakt slides van %1$s content."
5309
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5310
  msgid "Include subcategories"
5311
  msgstr "Inclusief subcategorieën"
5312
 
5358
  msgid "Banned user IDs"
5359
  msgstr "Verbannen gebruiker IDs"
5360
 
5361
+ msgid "Started"
5362
+ msgstr "Begonnen"
5363
+
5364
  msgid "Ended"
5365
  msgstr "Beëindigd"
5366
 
5383
  msgstr "Locatie"
5384
 
5385
  msgid "Pull posts only from these users. Separate them by comma."
5386
+ msgstr ""
5387
+ "Haal alleen de inzendingen van deze gebruikers op. Scheid ze door een komma."
5388
 
5389
  msgid "Do not pull posts from these users. Separate them by comma."
5390
+ msgstr ""
5391
+ "Haal geen inzendingen van deze gebruikers op. Scheid ze door een komma."
5392
 
5393
  msgid "Public"
5394
  msgstr "Publiek"
5444
  msgid "Manufacturer language"
5445
  msgstr "Fabrikant taal"
5446
 
5447
+ msgid "Price"
5448
+ msgstr "Prijs"
5449
+
5450
  msgid "Product name"
5451
  msgstr "Product naam"
5452
 
5453
  msgid "Product ID"
5454
  msgstr "Product ID"
5455
 
5456
+ msgid "Locations"
5457
+ msgstr "Locaties"
5458
+
5459
  msgid "Recurring"
5460
  msgstr "Herhalend"
5461
 
5471
  msgid "Only not recurring events"
5472
  msgstr "Alleen zich niet herhalende evenementen"
5473
 
5474
+ msgid "Menu item (item ID)"
5475
+ msgstr "Menu item (item ID)"
5476
+
5477
+ msgid "Start date"
5478
+ msgstr "Startdatum"
5479
+
5480
  msgid "End date"
5481
  msgstr "Einddatum"
5482
 
5519
  msgid "Only display items with these IDs"
5520
  msgstr "Toon alleen items met deze IDs"
5521
 
5522
+ msgid ""
5523
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5524
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5525
+ "setting will be used."
5526
+ msgstr ""
5527
+ "Tijdzone compensatie in uur. Bijvoorbeeld: +2 of -7. Als u dit leeg laat, "
5528
+ "dan zal de Joomla instelling uit Systeem -> Globale configuratie -> Server -"
5529
+ "> Servertijdzone gebruikt worden."
5530
+
5531
  msgid "Brand"
5532
  msgstr "Merk"
5533
 
5552
  msgid "Product IDs"
5553
  msgstr "Product IDs"
5554
 
5555
+ msgid ""
5556
+ "Write the product IDs you want to display here, in the order you want them "
5557
+ "to appear in the generator. One product ID per line."
5558
+ msgstr ""
5559
+ "Schrijf hier de product IDs die u wilt tonen, in de volgorde dat ze in de "
5560
+ "generator moeten verschijnen. Eén product ID per regel."
5561
 
5562
  msgid "One time events"
5563
  msgstr "Eenmalige evenementen"
5568
  msgid "Date language"
5569
  msgstr "Datum taal"
5570
 
5571
+ #, fuzzy
5572
+ #| msgid "Replace variables"
5573
+ msgid "Date variable offset"
5574
+ msgstr "Vervang variabelen"
5575
 
5576
+ msgid "Date filter offset"
5577
+ msgstr ""
5578
 
5579
  msgid "Status"
5580
  msgstr "Status"
5585
  msgid "Ask down all product images"
5586
  msgstr "Vraag alle product afbeeldingen op"
5587
 
5588
+ msgid "Items"
5589
+ msgstr "Items"
5590
+
5591
  msgid "View item"
5592
  msgstr "Bekijk item"
5593
 
5597
  msgid "View image"
5598
  msgstr "Bekijk afbeelding"
5599
 
 
 
 
 
 
 
 
 
 
5600
  msgid "All day event"
5601
  msgstr "Ganse dag evenement"
5602
 
5606
  msgid "Show parent products only"
5607
  msgstr "Toon alleen bovenliggende producten"
5608
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5609
  #, php-format
5610
  msgid "Creates slides from %1$s galleries."
5611
  msgstr "Maakt slides van %1$s galerijen."
5620
  msgstr "Maakt slides volgens uw aangepaste instellingen."
5621
 
5622
  #, php-format
5623
+ msgid ""
5624
+ "You don't have custom generators yet. %1$s Check the documentation %2$s to "
5625
+ "learn how to create your own generator."
5626
+ msgstr ""
5627
+ "U hebt nog geen aangepaste generatoren. %1$s Raadpleeg de documentatie %2$s "
5628
+ "om te weten te komen hoe u uw eigen generator moet maken."
5629
 
5630
  msgid "No options given"
5631
  msgstr "Geen opties gegeven"
5632
 
5633
+ #, php-format
5634
+ msgid "Creates slides from %1$s events."
5635
+ msgstr "Maakt slides van %1$s evenementen."
5636
+
5637
  msgid "Exclude event IDs (One ID per line)"
5638
  msgstr "Uit te sluiten evenement ID (één ID per regel)"
5639
 
5655
  msgid "Format date variables"
5656
  msgstr "Formatteer datum variabelen"
5657
 
5658
+ msgid ""
5659
+ "With the WordPress Settings -> General -> Timezone and Date format, new "
5660
+ "variables will be generated from the given variables. Separate them with "
5661
+ "comma."
5662
+ msgstr ""
5663
+ "Met de WordPress instellingen -> Algemeen -> Tijdzone en datum formaat "
5664
+ "zullen nieuwe variabelen gegenereerd worden vanaf de gegeven variabelen. "
5665
+ "Scheid ze door een komma."
5666
 
5667
  msgid "Start time text"
5668
  msgstr "Begintijd tekst"
5691
  msgid "Hide From Event Listings"
5692
  msgstr "Verberg in evenement listings"
5693
 
5694
+ msgid "Event start date"
5695
+ msgstr "Evenement begindatum"
5696
+
5697
+ msgid "Event end date"
5698
+ msgstr "Evenement einddatum"
5699
+
5700
  msgid "Event cost"
5701
  msgstr "Evenement prijs"
5702
 
5703
+ msgid "Event creation date"
5704
+ msgstr "Evenement aanmaakdatum"
5705
+
5706
+ msgid "Event modification date"
5707
+ msgstr "Evenement aanpassingsdatum"
5708
+
5709
  msgid "Metakey name"
5710
  msgstr "Metakey naam"
5711
 
5712
  msgid "If its set, this will be used instead of the 'Field' value."
5713
+ msgstr ""
5714
+ "Indien dit ingesteld is dan zal het gebruikt worden in plaats van de 'Veld' "
5715
+ "waarde."
5716
 
5717
  msgid "Sorting method"
5718
  msgstr "Sorteermethode"
5741
  msgid "Products by IDs and/or SKUs"
5742
  msgstr "Producten op IDs en/of SKUs"
5743
 
5744
+ msgid ""
5745
+ "Creates slides from your WooCommece categories. (Not from the products "
5746
+ "inside them.)"
5747
+ msgstr ""
5748
+ "Maakt slides van uw WooCommece categorieën (niet van de producten die erin "
5749
+ "zitten)."
5750
 
5751
  msgid "Submenu limit"
5752
  msgstr "Submenu limiet"
5754
  msgid "No limit"
5755
  msgstr "Geen limiet"
5756
 
5757
+ #, fuzzy
5758
+ #| msgid "Include subcategories"
5759
+ msgid "Hide empty categories"
5760
+ msgstr "Inclusief subcategorieën"
5761
+
5762
+ msgid "Yes"
5763
+ msgstr "Ja"
5764
+
5765
  msgid "Downloadable"
5766
  msgstr "Downloadbaar"
5767
 
5771
  msgid "Create text variables (one per line)"
5772
  msgstr "Maak tekst variabelen (een per regel)"
5773
 
5774
+ msgid ""
5775
+ "if 'variable' equals to 'equalvalue', then you will get the text 'true', but "
5776
+ "if it's not equal, the text will be 'false'. The new variable's name will be "
5777
+ "textvariable (the 'variable' replaced by your variable's name)."
5778
+ msgstr ""
5779
+ "als 'variabele' gelijk is aan 'gelijkewaarde' dan krijgt u de tekst 'true', "
5780
+ "maar als hij niet gelijk is dan zal de tekst 'false' zijn. De naam van de "
5781
+ "nieuwe variabele zal tekstvariabele zijn (de 'variabele' vervangen door de "
5782
+ "naam van uw variabele)."
5783
 
5784
  msgid "Round rating"
5785
  msgstr "Beoordeling afronden"
5950
  msgid "Vertical pendulum 3D"
5951
  msgstr "Verticale slinger 3D"
5952
 
5953
+ msgid "We are Passionate About"
5954
+ msgstr ""
5955
+
5956
+ msgid ""
5957
+ "Amazing Food\n"
5958
+ "Great Hospitality"
5959
+ msgstr ""
5960
+
5961
  msgid "Before text"
5962
  msgstr "Voor de tekst"
5963
 
6023
  msgstr "Audio instellingen"
6024
 
6025
  #, php-format
6026
+ msgid ""
6027
+ "Audio autoplaying has a lot of limitations made by browsers. You can read "
6028
+ "about them %1$shere%2$s."
6029
+ msgstr ""
6030
+ "Audio automatisch spelen heeft een groot aantal beperkingen in bepaalde "
6031
+ "browsers. U kunt er %1$shier%2$s over lezen."
6032
 
6033
  msgid "Starts the audio from the beginning when the slide is viewed again."
6034
  msgstr "Start de audio vanaf het begin als de slide opnieuw bekeken wordt."
6108
  msgid "Caption text"
6109
  msgstr "Onderschrift tekst"
6110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6111
  msgid "Before image alt tag"
6112
  msgstr "Voor de afbeelding alt tag"
6113
 
6162
  msgid "Animation duration"
6163
  msgstr "Animatie duur"
6164
 
6165
+ #, fuzzy
6166
+ #| msgid "Counter"
6167
+ msgid "Countdown"
6168
+ msgstr "Teller"
6169
 
6170
+ msgid "Days"
6171
+ msgstr "Dag"
6172
 
6173
+ msgid "Minutes"
6174
+ msgstr "Minuut"
6175
 
6176
+ msgid "Seconds"
6177
+ msgstr "Secundair"
6178
 
6179
+ #, fuzzy
6180
+ #| msgid "First slide changed."
6181
+ msgid "Use slide schedule"
6182
+ msgstr "Eerste slide veranderd."
6183
 
6184
+ #, fuzzy
6185
+ #| msgid "You can use this alias in the slider's shortcode."
6186
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
6187
+ msgstr "U kunt dit alias in de snelcode van de slider gebruiken."
6188
 
6189
+ msgid "Use Slide Schedule"
6190
+ msgstr ""
6191
 
6192
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
6193
+ msgstr ""
6194
 
6195
+ msgid ""
6196
+ "Displays the days, hours, minutes and seconds texts under the counter "
6197
+ "numbers. To display the labels in your own language, translate the texts in "
6198
+ "the language files."
6199
+ msgstr ""
6200
 
6201
+ msgid "Gap"
6202
+ msgstr ""
6203
 
6204
+ #, fuzzy
6205
+ #| msgid "Creates space between the columns"
6206
+ msgid "Creates vertical and horizontal distance between the counter elements."
6207
+ msgstr "Maakt ruimte tussen de kolommen"
6208
 
6209
+ #, fuzzy
6210
+ #| msgid "Tablet text"
6211
+ msgid "Tablet style"
6212
+ msgstr "Tablet tekst"
6213
 
6214
+ msgid "Set custom Gap and Column for tablet."
6215
+ msgstr ""
6216
 
6217
+ #, fuzzy
6218
+ #| msgid "Mobile text"
6219
+ msgid "Mobile style"
6220
+ msgstr "Tekst mobieltjes"
6221
+
6222
+ msgid "Set custom Gap and Column for mobile."
6223
+ msgstr ""
6224
 
6225
+ #, fuzzy
6226
+ #| msgid "Actions"
6227
+ msgid "Action when ends"
6228
+ msgstr "Acties"
6229
 
6230
+ #, fuzzy
6231
+ #| msgid "Form action"
6232
+ msgid "No action"
6233
+ msgstr "Formulier actie"
6234
 
6235
+ #, fuzzy
6236
+ #| msgid "Child layers"
6237
+ msgid "Hide layer"
6238
+ msgstr "Onderliggende lagen"
6239
 
6240
+ msgid "Redirect to URL"
6241
+ msgstr ""
6242
 
6243
+ msgid "Choose what happens after the counter reached zero."
6244
+ msgstr ""
6245
+
6246
+ #, fuzzy
6247
+ #| msgid "The image is empty"
6248
+ msgid "This page is"
6249
+ msgstr "De afbeelding is leeg"
6250
+
6251
+ msgid "Amazing"
6252
+ msgstr ""
6253
+
6254
+ #, fuzzy, php-format
6255
+ #| msgid "Circle 1"
6256
+ msgid "Circle %d"
6257
+ msgstr "Circel 1"
6258
+
6259
+ #, fuzzy, php-format
6260
+ #| msgid "Curly 1"
6261
+ msgid "Curly %d"
6262
+ msgstr "Gekruld 1"
6263
 
6264
+ #, fuzzy, php-format
6265
+ #| msgid "Highlight 1"
6266
+ msgid "Highlight %d"
6267
+ msgstr "Accentuering 1"
6268
 
6269
+ #, fuzzy, php-format
6270
+ #| msgid "Line Through 1"
6271
+ msgid "Line Through %d"
6272
+ msgstr "Doorhaling 1"
6273
+
6274
+ #, fuzzy, php-format
6275
+ #| msgid "Rectangle 1"
6276
+ msgid "Rectangle %d"
6277
+ msgstr "Rechthoek 1"
6278
+
6279
+ #, fuzzy, php-format
6280
+ #| msgid "Underline 1"
6281
+ msgid "Underline %d"
6282
+ msgstr "Onderlijn 1"
6283
+
6284
+ #, fuzzy, php-format
6285
+ #| msgid "Underline double 1"
6286
+ msgid "Underline double %d"
6287
+ msgstr "Onderlijn dubbel 1"
6288
+
6289
+ #, fuzzy, php-format
6290
+ #| msgid "ZigZag 1"
6291
+ msgid "ZigZag %d"
6292
+ msgstr "ZigZag 1"
6293
 
6294
  msgid "Highlighted text"
6295
  msgstr "Geaccentueerde tekst"
6306
  msgid "HTML"
6307
  msgstr "HTML"
6308
 
6309
+ msgid "Empty element"
6310
+ msgstr ""
6311
+
6312
+ msgid ""
6313
+ "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6314
+ "codes loaded by it. We only suggest using this layer if you are a developer. "
6315
+ "<br>Also, make sure your HTML code is valid! Invalid HTML codes can mess up "
6316
+ "the entire slide and the only way resolving this problem is deleting the "
6317
+ "slide."
6318
+ msgstr ""
6319
+ "Merk op dat we de HTML laag en de derde partij codes die erdoor geladen "
6320
+ "worden <b>niet ondersteunen</b>. We raden aan deze laag alleen te gebruiken "
6321
+ "als u een ontwikkelaar bent. <br>Vergewis u er ook van dat uw HTML code "
6322
+ "geldig is! Ongeldige HTML codes kunnen de volledige slide verknoeien en de "
6323
+ "enige manier om dat op te lossen is de volledige slide te verwijderen."
6324
 
6325
  msgid "Item"
6326
  msgstr "Item"
6424
  msgid "Icon not found"
6425
  msgstr "Icoon niet gevonden"
6426
 
 
 
 
6427
  #, php-format
6428
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6429
  msgstr "Geef een %1$s aria-label attribuut in %2$s dat de link beschrijft."
6431
  msgid "Iframe"
6432
  msgstr "Iframe"
6433
 
6434
+ msgid ""
6435
+ "Please note, that <b>we do not support</b> customized coding! The iframe "
6436
+ "layer often needs code customizations what you have to do yourself, so we "
6437
+ "only suggest using this layer if you are a developer!"
6438
+ msgstr ""
6439
+ "Merk op dat we aangepaste codering <b>niet ondersteunen</b>! De iframe laag "
6440
+ "heeft vaak code aanpassingen nodig die u zelf moet aanbrengen. We raden dus "
6441
+ "aan deze laag alleen te gebruiken als u een ontwikkelaar bent!"
6442
 
6443
+ #, fuzzy
6444
+ #| msgid "iframe url"
6445
+ msgid "Iframe url"
6446
  msgstr "iframe URL"
6447
 
 
 
 
6448
  msgid "You can disable the scroll on the iframe content."
6449
  msgstr "U kun het scrollen op de iframe inhoud deactiveren."
6450
 
6451
+ #, fuzzy
6452
+ #| msgid "iframe title"
6453
+ msgid "Iframe title"
6454
  msgstr "iframe titel"
6455
 
6456
  msgid "Image area"
6459
  msgid "Image box"
6460
  msgstr "Afbeeldingsvak"
6461
 
6462
+ msgid ""
6463
+ "Positions the text inside the layer. Only works with left and right layout."
6464
+ msgstr ""
6465
+ "Positioneert de tekst binnen de laag. Werkt enkel met de linkse en rechtse "
6466
+ "lay-out."
6467
 
6468
  msgid "Input"
6469
  msgstr "Invoer"
6474
  msgid "What are you looking for?"
6475
  msgstr "Waar bent u naar op zoek?"
6476
 
6477
+ msgid ""
6478
+ "We only suggest using this layer if you are a developer, since the Input "
6479
+ "layer requires deep understanding how HTML form works."
6480
+ msgstr ""
6481
+ "We raden aan deze laag alleen te gebruiken als u een ontwikkelaar bent, "
6482
+ "vermits de invoerlaag een goede kennis vereist over de werking van HTML "
6483
+ "formulieren."
6484
 
6485
  msgid "Placeholder text"
6486
  msgstr "Plaatshouder tekst"
6542
  msgid "Joomla module"
6543
  msgstr "Joomla module"
6544
 
6545
+ msgid ""
6546
+ "Please note, that <b>we do not support</b> the Joomla module layer!<br>The "
6547
+ "loaded module often needs code customizations what you have to do yourself, "
6548
+ "so we only suggest using this layer if you are a developer!"
6549
+ msgstr ""
6550
+ "Merk op dat we de Joomla module laag <b>niet ondersteunen</b>! De ingeladen "
6551
+ "module heeft vaak code aanpassingen nodig die u zelf moet aanbrengen. We "
6552
+ "raden dus aan deze laag alleen te gebruiken als u een ontwikkelaar bent!"
6553
 
6554
  msgid "Position name or module ID"
6555
  msgstr "Positie naam of module ID"
6556
 
6557
+ msgid ""
6558
+ "The position name of your module (for Loadposition and Modulepos) or the "
6559
+ "module's ID (Module)."
6560
+ msgstr ""
6561
+ "De positie naam van uw module (voor Loadposition en Modulepos) of het module "
6562
+ "ID (Module)."
6563
 
6564
  msgid "Constrain ratio"
6565
  msgstr "Beperking verhouding"
6566
 
6567
  msgid "The slide scales horizontally and vertically with the same amount."
6568
+ msgstr ""
6569
+ "De slide verandert horizontaal en verticaal van grootte met dezelfde waarde."
6570
 
6571
  msgid "Height based on"
6572
  msgstr "Hoogte gebaseerd op"
6573
 
6574
+ msgid ""
6575
+ "The real height makes your slider have the height of the browser without the "
6576
+ "URL bar, while the CSS 100vh makes it exactly as big as the browser height."
6577
+ msgstr ""
6578
+ "De werkelijke hoogte maakt dat uw slider de hoogte heeft van de browser "
6579
+ "zonder de URL balk, terwijl de CSS 100vh hem net zo groot maakt als de "
6580
+ "hoogte van de browser."
6581
 
6582
  msgid "Decrease height"
6583
  msgstr "Verminder hoogte"
6584
 
6585
+ msgid ""
6586
+ "You can make your slider smaller than the full height of the browser by a "
6587
+ "given pixel, for example, to fit below your menu without causing scrollbar."
6588
+ msgstr ""
6589
+ "U kunt uw slider een gegeven pixel kleiner maken dan de volledige hoogte van "
6590
+ "de browser, bijvoorbeeld om onder uw menu te passen zonder dat er een "
6591
+ "scrollbalk aan te pas komt."
6592
 
6593
  msgid "Decrease height by selectors"
6594
  msgstr "Verminder hoogte door selectors"
6599
  msgid "Use local selectors"
6600
  msgstr "Gebruik lokale selectors"
6601
 
6602
+ msgid ""
6603
+ "You can make your slider smaller than the full height of the browser, for "
6604
+ "example, to fit below your menu without causing scrollbar."
6605
+ msgstr ""
6606
+ "U kunt uw slider kleiner maken dan de volledige hoogte van de browser, "
6607
+ "bijvoorbeeld om onder uw menu te passen zonder dat er een scrollbalk aan te "
6608
+ "pas komt."
6609
 
6610
  msgid "CSS selector (sum of heights)"
6611
  msgstr "CSS selector (som van hoogtes)"
6620
  msgid "Max pane width"
6621
  msgstr "Max paneel breedte"
6622
 
6623
+ msgid ""
6624
+ "You can use this option to limit how many slides can show up next to each "
6625
+ "other."
6626
+ msgstr ""
6627
+ "U kunt deze optie gebruiken om te beperken hoeveel slides naast elkaar mogen "
6628
+ "verschijnen."
6629
 
6630
  msgid "Minimum slide distance"
6631
  msgstr "Minimum slide afstand"
6639
  msgid "Desktop side spacing"
6640
  msgstr "Desktop zijkant tussenruimte"
6641
 
6642
+ msgid ""
6643
+ "You can create a fix distance between the slider and the slides where your "
6644
+ "controls are which appear on this device. This way your controls won't cover "
6645
+ "the slide content."
6646
+ msgstr ""
6647
+ "U kunt een vaste afstand tussen de slider en de slides maken waar uw "
6648
+ "bedieningselementen staan die op dit toestel verschijnen. Op die manier "
6649
+ "bedekken uw bedieningselementen de inhoud van de slide niet."
6650
 
6651
  msgid "Tablet side spacing"
6652
  msgstr "Tablet ruimte zijkant"
6676
  msgstr "Slider straal rand"
6677
 
6678
  msgid "The Single Switch setting can only move the slides horizontally!"
6679
+ msgstr ""
6680
+ "De enkele schakelaar instelling kan de slides alleen horizontaal verplaatsen!"
6681
 
6682
+ msgid ""
6683
+ "This option will create a complete round from your slides if you have enough "
6684
+ "slides. If you don't have enough slides, you could consider duplicating all "
6685
+ "the slides or just add more slides until you will get a carousel round."
6686
+ msgstr ""
6687
+ "Deze optie zal een volledige ronde maken van uw slides, als u er genoeg "
6688
+ "hebt. Als u niet genoeg slides hebt dan kunt u overwegen om alle slides te "
6689
+ "klonen of gewoon meer slides toe te voegen tot u een carousel ronde hebt."
6690
 
6691
  msgid "Single switch"
6692
  msgstr "Enkele schakelaar"
6693
 
6694
  msgid "It switches one slide instead of moving all the visible slides."
6695
+ msgstr ""
6696
+ "Dit wisselt één slide in plaats van al de zichtbare slides te verplaatsen."
6697
 
6698
  msgid "Justify slides"
6699
  msgstr "Slides volledig uitlijnen"
6729
  msgid "Switch with next/previous slides"
6730
  msgstr "Wissel met volgende/vorige slides"
6731
 
6732
+ msgid ""
6733
+ "Clicking on any slide that's not in the middle will make the slider switch "
6734
+ "to that slide. With this option you can disable this behavior, for example, "
6735
+ "to allow clicking on buttons on the visible slides."
6736
+ msgstr ""
6737
+ "Klikken op eender welke slide die niet in het midden staat zal de slider "
6738
+ "doen overschakelen naar die slide. Met deze optie kunt u dit gedrag "
6739
+ "deactiveren, bijvoorbeeld om toe te laten te klikken op knoppen op de "
6740
+ "zichtbare slides."
6741
 
6742
  msgid "Save as new animation"
6743
  msgstr "Opslaan als nieuwe animatie"
6797
  msgstr "Naar volledig scherm"
6798
 
6799
  #, php-format
6800
+ msgid ""
6801
+ "%1$s does not support the full screen API. For this reason the full screen "
6802
+ "button will not appear on %1$s devices."
6803
+ msgstr ""
6804
+ "%1$s ondersteunt de volledig scherm API niet. Om deze reden zal de volledig "
6805
+ "scherm knop niet verschijnen op %1$s toestellen."
6806
 
6807
  msgid "Indicator"
6808
  msgstr "Indicator"
6815
 
6816
  msgid "Bar color"
6817
  msgstr "Balk kleur"
6818
+
6819
+ #~ msgctxt "Default Google font family for admin"
6820
+ #~ msgid "Montserrat"
6821
+ #~ msgstr "Montserrat"
6822
+
6823
+ #~ msgid "Edit slider"
6824
+ #~ msgstr "Slider bewerken"
6825
+
6826
+ #~ msgid "hours"
6827
+ #~ msgstr "uur"
6828
+
6829
+ #~ msgid "Select slider"
6830
+ #~ msgstr "Selecteer slider"
6831
+
6832
+ #~ msgid "Select A Slider"
6833
+ #~ msgstr "Selecteer een slider"
6834
+
6835
+ #~ msgid "Private video"
6836
+ #~ msgstr "Privé video"
6837
+
6838
+ #~ msgid ""
6839
+ #~ "Turn it on to remove the admin warning that your video is not accessible."
6840
+ #~ msgstr ""
6841
+ #~ "Schakel dit in om de beheerderswaarschuwing dat uw video niet "
6842
+ #~ "toegankelijk is te verwijderen."
6843
+
6844
+ #~ msgid "Bullet"
6845
+ #~ msgstr "Opsommingsteken"
6846
+
6847
+ #~ msgid "Curve 2"
6848
+ #~ msgstr "Curve 2"
6849
+
6850
+ #~ msgid "Curve 3"
6851
+ #~ msgstr "Curve 3"
6852
+
6853
+ #~ msgid "Curve 4"
6854
+ #~ msgstr "Curve 4"
6855
+
6856
+ #~ msgid "Fan 2"
6857
+ #~ msgstr "Ventilator 2"
6858
+
6859
+ #~ msgid "Fan 3"
6860
+ #~ msgstr "Ventilator 3"
6861
+
6862
+ #~ msgid "Incline 2"
6863
+ #~ msgstr "Helling 2"
6864
+
6865
+ #~ msgid "Incline 3"
6866
+ #~ msgstr "Helling 3"
6867
+
6868
+ #~ msgid "Tilt 2"
6869
+ #~ msgstr "Kantelen 2"
6870
+
6871
+ #~ msgid "Triangle 2"
6872
+ #~ msgstr "Driehoek 2"
6873
+
6874
+ #~ msgid "Wave 2"
6875
+ #~ msgstr "Golf 2"
6876
+
6877
+ #~ msgid "Types"
6878
+ #~ msgstr "Types"
6879
+
6880
+ #~ msgid "Expired"
6881
+ #~ msgstr "Verlopen"
6882
+
6883
+ #~ msgid "Auction"
6884
+ #~ msgstr "Veiling"
6885
+
6886
+ #~ msgid "Negotiable price"
6887
+ #~ msgstr "Onderhandelbare prijs"
6888
+
6889
+ #~ msgid "Blocked by User"
6890
+ #~ msgstr "Geblokkeerd door gebruiker"
6891
+
6892
+ #~ msgid "Paid"
6893
+ #~ msgstr "Betaald"
6894
+
6895
+ #~ msgid "Buynow"
6896
+ #~ msgstr "Koopnu"
6897
+
6898
+ #~ msgid ""
6899
+ #~ "Your url will point to the item within this menu item. You will only get "
6900
+ #~ "a good result, if you will pick one of your DJ Classifields menu items or "
6901
+ #~ "leave it on 'Default'."
6902
+ #~ msgstr ""
6903
+ #~ "Uw URL zal wijzen naar het item binnen dit menu item. U zal alleen een "
6904
+ #~ "goed resultaat krijgen als u één van uw DJ Classifieds menu items kiest "
6905
+ #~ "of het laat staan op 'Standaard'."
6906
+
6907
+ #~ msgid "Expiration date"
6908
+ #~ msgstr "Vervaldatum"
6909
+
6910
+ #~ msgid "Supplier"
6911
+ #~ msgstr "Leverancier"
6912
+
6913
+ #~ msgid "On sale"
6914
+ #~ msgstr "Te koop"
6915
+
6916
+ #~ msgid "Discount price"
6917
+ #~ msgstr "Kortingsprijs"
6918
+
6919
+ #~ msgid "Create custom date variables"
6920
+ #~ msgstr "Maak aangepaste datumvariabelen"
6921
+
6922
+ #~ msgid ""
6923
+ #~ "You can write any date format (http://php.net/manual/en/function.date."
6924
+ #~ "php) in separate lines, and new variables will be created for them."
6925
+ #~ msgstr ""
6926
+ #~ "U kunt eender welk datumformaat op aparte regels schrijven (http://php."
6927
+ #~ "net/manual/en/function.date.php). Daarna zullen er nieuwe variabelen voor "
6928
+ #~ "aangemaakt worden."
6929
+
6930
+ #~ msgid ""
6931
+ #~ "Write the original text, like 'Monday' then two | signs, and the text you "
6932
+ #~ "want it to be translated to, for example 'Montag'. Together: Monday||"
6933
+ #~ "Montag"
6934
+ #~ msgstr ""
6935
+ #~ "Schrijf de originele tekst, zoals 'Monday', daarna twee | tekens en de "
6936
+ #~ "tekst waarnaar u deze tekst wilt vertalen. Bijvoorbeeld: 'Maandag'. "
6937
+ #~ "Samen: Monday||Maandag"
6938
+
6939
+ #~ msgid "2"
6940
+ #~ msgstr "2"
6941
+
6942
+ #~ msgid "4"
6943
+ #~ msgstr "4"
6944
+
6945
+ #~ msgid "6"
6946
+ #~ msgstr "6"
6947
+
6948
+ #~ msgid "8"
6949
+ #~ msgstr "8"
6950
+
6951
+ #~ msgid "10"
6952
+ #~ msgstr "10"
6953
+
6954
+ #~ msgid "Circle 2"
6955
+ #~ msgstr "Circel 2"
6956
+
6957
+ #~ msgid "Circle 3"
6958
+ #~ msgstr "Circel 3"
6959
+
6960
+ #~ msgid "Curly 2"
6961
+ #~ msgstr "Gekruld 2"
6962
+
6963
+ #~ msgid "Highlight 2"
6964
+ #~ msgstr "Accentuering 2"
6965
+
6966
+ #~ msgid "Highlight 3"
6967
+ #~ msgstr "Accentuering 3"
6968
+
6969
+ #~ msgid "Line Through 2"
6970
+ #~ msgstr "Doorhaling 2"
6971
+
6972
+ #~ msgid "Line Through 3"
6973
+ #~ msgstr "Doorhaling 3"
6974
+
6975
+ #~ msgid "Rectangle 2"
6976
+ #~ msgstr "Rechthoek 2"
6977
+
6978
+ #~ msgid "Underline 2"
6979
+ #~ msgstr "Onderlijn 2"
6980
+
6981
+ #~ msgid "Underline 3"
6982
+ #~ msgstr "Onderlijn 3"
6983
+
6984
+ #~ msgid "Underline double 2"
6985
+ #~ msgstr "Onderlijn dubbel 2"
6986
+
6987
+ #~ msgid "ZigZag 2"
6988
+ #~ msgstr "ZigZag 2"
6989
+
6990
+ #~ msgid "ZigZag 3"
6991
+ #~ msgstr "ZigZag 3"
6992
+
6993
+ #~ msgid "Aria label"
6994
+ #~ msgstr "Aria label"
6995
+
6996
+ #~ msgid "iframe"
6997
+ #~ msgstr "iframe"
Nextend/Languages/pl_PL.mo CHANGED
Binary file
Nextend/Languages/pl_PL.po CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: VERSION\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2021-07-23 09:55+0200\n"
7
- "PO-Revision-Date: 2021-07-23 10:02+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: pl\n"
@@ -28,14 +28,6 @@ msgid "Unable to contact with the licensing server, please try again later!"
28
  msgstr ""
29
  "Nie można skontaktować się z serwerem licencyjnym, spróbuj ponownie później!"
30
 
31
- msgctxt "Default Google font family for admin"
32
- msgid "Montserrat"
33
- msgstr "Montserrat"
34
-
35
- msgctxt "Default Google font charset for admin"
36
- msgid "latin"
37
- msgstr "latin"
38
-
39
  msgid "You are not allowed to upload!"
40
  msgstr "Nie masz uprawnień do przesyłania plików!"
41
 
@@ -75,8 +67,8 @@ msgstr "Niedopasowanie tokenów bezpieczeństwa. Proszę odświeżyć stronę!"
75
 
76
  #, php-format
77
  msgid ""
78
- "If you see this message after the repair database process, please "
79
- "%1$scontact us%2$s with the log:"
80
  msgstr ""
81
 
82
  msgid "Contact your server host and ask them to fix this for you!"
@@ -191,6 +183,14 @@ msgstr ""
191
  msgid "You can load Google Fonts on the frontend."
192
  msgstr ""
193
 
 
 
 
 
 
 
 
 
194
  msgid "Backend"
195
  msgstr ""
196
 
@@ -209,53 +209,6 @@ msgstr ""
209
  msgid "Normal"
210
  msgstr "Normalny"
211
 
212
- msgid "Character set"
213
- msgstr "Zestaw znaków"
214
-
215
- msgctxt "Character set"
216
- msgid "Latin"
217
- msgstr ""
218
-
219
- msgctxt "Character set"
220
- msgid "Latin Extended"
221
- msgstr ""
222
-
223
- msgctxt "Character set"
224
- msgid "Greek"
225
- msgstr ""
226
-
227
- msgctxt "Character set"
228
- msgid "Greek Extended"
229
- msgstr ""
230
-
231
- msgctxt "Character set"
232
- msgid "Cyrillic"
233
- msgstr ""
234
-
235
- msgctxt "Character set"
236
- msgid "Devanagari"
237
- msgstr ""
238
-
239
- msgctxt "Character set"
240
- msgid "Arabic"
241
- msgstr ""
242
-
243
- msgctxt "Character set"
244
- msgid "Khmer"
245
- msgstr ""
246
-
247
- msgctxt "Character set"
248
- msgid "Telugu"
249
- msgstr ""
250
-
251
- msgctxt "Character set"
252
- msgid "Vietnamese"
253
- msgstr ""
254
-
255
- msgctxt "Default font sets"
256
- msgid "latin"
257
- msgstr "latin"
258
-
259
  msgid "Choose"
260
  msgstr "Wybierz"
261
 
@@ -742,9 +695,9 @@ msgid ""
742
  "You can use any jQuery selector to scroll to a specific element on the page. "
743
  "Example: \"#pricing\" scrolls to the element with the id of \"pricing\"."
744
  msgstr ""
745
- "Możesz użyć dowolnego selektora jQuery do przewinięcia do określonego "
746
- "elementu na stronie. Przykład: \"#pricing\" przewija stronę do elementu z ID "
747
- "\"pricing\"."
748
 
749
  msgid "Slider alias"
750
  msgstr ""
@@ -785,8 +738,7 @@ msgstr ""
785
  msgid "Slide ID"
786
  msgstr "ID slajdu"
787
 
788
- msgid ""
789
- "Switches to the slide with the #2 ID as if the previous arrow was pressed"
790
  msgstr ""
791
 
792
  msgid "Switches to the slide with the #5 ID as if the next arrow was pressed"
@@ -1112,8 +1064,7 @@ msgid "What do you want to create today?"
1112
  msgstr ""
1113
 
1114
  msgid ""
1115
- "Use our powerful visual editor, or simply import one of our existing "
1116
- "template."
1117
  msgstr ""
1118
 
1119
  msgid "Create a New Project"
@@ -1190,8 +1141,7 @@ msgstr ""
1190
 
1191
  msgid ""
1192
  "Join more than 120,000 subscribers and get access to the latest slider "
1193
- "templates, tips, tutorials and other exclusive contents directly to your "
1194
- "inbox."
1195
  msgstr ""
1196
 
1197
  msgid "Subscribe"
@@ -1208,15 +1158,23 @@ msgstr "Grupy"
1208
  msgid "Set"
1209
  msgstr "Ustaw"
1210
 
 
 
 
 
 
 
 
 
 
 
 
1211
  msgid "Up"
1212
  msgstr ""
1213
 
1214
  msgid "Insert group"
1215
  msgstr "Wstaw grupę"
1216
 
1217
- msgid "Group"
1218
- msgstr "Grupa"
1219
-
1220
  msgid "Move to trash"
1221
  msgstr ""
1222
 
@@ -1267,6 +1225,32 @@ msgstr "Usuń slajder"
1267
  msgid "delete this slide"
1268
  msgstr "Usuń slajder"
1269
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1270
  msgid "Animations"
1271
  msgstr "Animacje"
1272
 
@@ -1443,14 +1427,14 @@ msgstr ""
1443
 
1444
  #, fuzzy
1445
  #| msgid ""
1446
- #| "Blocks carousel when the source of interaction is vertical touch, "
1447
- #| "vertical pointer, mouse wheel or vertical keyboard."
1448
  msgid ""
1449
  "Stops the carousel at the last slide when the source of interaction is "
1450
  "vertical touch, vertical pointer, mouse wheel or vertical keyboard."
1451
  msgstr ""
1452
- "Blokuje karuzelę, gdy źródłem interakcji jest dotyk pionowy, wskaźnik "
1453
- "pionowy, kółko myszy lub klawiatura pionowa."
1454
 
1455
  msgid "Clear before"
1456
  msgstr ""
@@ -1471,8 +1455,8 @@ msgid ""
1471
  "Your website won't be scrollable anymore! All out of screen elements will be "
1472
  "hidden."
1473
  msgstr ""
1474
- "Twojej strony nie będzie już można przewijać! Wszystkie elementy poza "
1475
- "ekranem zostaną ukryte."
1476
 
1477
  msgid "Scroll to slider"
1478
  msgstr ""
@@ -1499,17 +1483,17 @@ msgid "Delayed (for lightbox/tabs)"
1499
  msgstr "Opoźnienie (dla lightbox/tabs)"
1500
 
1501
  msgid ""
1502
- "Delays the loading of the slider until its container gets visible. Useful "
1503
- "when you display the slider in a lightbox or tab."
1504
  msgstr ""
1505
 
1506
  msgid "Legacy font scale"
1507
  msgstr ""
1508
 
1509
  msgid ""
1510
- "This feature brings back the non-adaptive font size for absolute layers "
1511
- "which were made before version 3.5. Turning on can affect website "
1512
- "performance, so we suggest to keep it disabled.\n"
1513
  msgstr ""
1514
 
1515
  msgid "Slider CSS classes"
@@ -1521,6 +1505,11 @@ msgstr "Możesz umieścić niestandardowe klasy CSS w kontenerze slajdera."
1521
  msgid "JavaScript callbacks"
1522
  msgstr "JavaScript callbacks"
1523
 
 
 
 
 
 
1524
  msgid "Post IDs"
1525
  msgstr "Identyfikatory wpisów"
1526
 
@@ -1530,6 +1519,21 @@ msgstr "po jednym na linię"
1530
  msgid "The cache of the posts with the given ID will be cleared upon save."
1531
  msgstr "Pamięć podręczna wpisów o danym ID zostanie wyczyszczona po zapisaniu."
1532
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1533
  msgid "Thumbnail"
1534
  msgstr "Miniaturka"
1535
 
@@ -1559,13 +1563,13 @@ msgstr ""
1559
  #| "alias as its id. This can be useful, if you would want to use #your-alias "
1560
  #| "as the url in your menu to jump to that element."
1561
  msgid ""
1562
- "Creates an empty div before the slider, using the alias as the ID of this "
1563
- "div. As a result, you can use #your-alias in the URL to make the page jump "
1564
- "to the slider."
1565
  msgstr ""
1566
- "Możesz mieć pusty element div przed naszym slajderem, który użyłby tego "
1567
- "aliasu jako jego identyfikatora. Może to być przydatne, jeśli chcesz użyć "
1568
- "#twoj-alias jako adresu URL w menu, aby przejść do tego elementu."
1569
 
1570
  msgid "Smooth scroll"
1571
  msgstr ""
@@ -1623,9 +1627,6 @@ msgstr "Rodzaj wypełnienia"
1623
  msgid "Align"
1624
  msgstr "Wyrównanie"
1625
 
1626
- msgid "Margin"
1627
- msgstr "Margines"
1628
-
1629
  msgid "Puts a fix margin around your slider."
1630
  msgstr ""
1631
 
@@ -1638,6 +1639,11 @@ msgstr "Optymalizacja"
1638
  msgid "Loading"
1639
  msgstr "Wczytywanie"
1640
 
 
 
 
 
 
1641
  msgid "Instant"
1642
  msgstr ""
1643
 
@@ -1647,14 +1653,9 @@ msgstr ""
1647
  msgid "After delay"
1648
  msgstr ""
1649
 
1650
- #, fuzzy
1651
- #| msgid "Loading"
1652
- msgid "Loading type"
1653
- msgstr "Wczytywanie"
1654
-
1655
  msgid ""
1656
- "If your slider is above the fold, you can load it immediately. Otherwise, "
1657
- "you can load it only after the page has loaded."
1658
  msgstr ""
1659
 
1660
  msgid "Load delay"
@@ -1664,8 +1665,8 @@ msgid "Play when visible"
1664
  msgstr "Odtwarzaj kiedy widoczny"
1665
 
1666
  msgid ""
1667
- "Makes sure that the autoplay and layer animations only start when your "
1668
- "slider is visible."
1669
  msgstr ""
1670
 
1671
  msgid "At"
@@ -1815,8 +1816,8 @@ msgstr ""
1815
  #, php-format
1816
  msgid ""
1817
  "You can use the global breakpoints, or adjust them locally here. You can "
1818
- "configure the Global breakpoints at <a href=\"%1$s\" target=\"_blank"
1819
- "\">Global settings</a> > General > Breakpoints"
1820
  msgstr ""
1821
 
1822
  msgid "Custom size"
@@ -1824,9 +1825,9 @@ msgstr ""
1824
 
1825
  #, php-format
1826
  msgid ""
1827
- "Use this option to customize the aspect ratio for each device. %1$s Read "
1828
- "more in the documentation%2$s. <b>Beware:</b> This option is rarely needed "
1829
- "and might be hard to set properly!"
1830
  msgstr ""
1831
 
1832
  msgid "Slides"
@@ -1843,6 +1844,11 @@ msgid ""
1843
  "the result with the filling modes."
1844
  msgstr ""
1845
 
 
 
 
 
 
1846
  msgid "Randomize"
1847
  msgstr "Losowe"
1848
 
@@ -1878,16 +1884,16 @@ msgid "Maintain session"
1878
  msgstr ""
1879
 
1880
  msgid ""
1881
- "The slider continues from the last viewed slide when the visitor comes back "
1882
- "to the page."
1883
  msgstr ""
1884
 
1885
  msgid "Backgrounds in lightbox"
1886
  msgstr ""
1887
 
1888
  msgid ""
1889
- "Creates a lightbox from your slide background images. This feature only "
1890
- "works if all slides have background images."
1891
  msgstr ""
1892
 
1893
  msgid "Show label"
@@ -1997,8 +2003,8 @@ msgid "Welcome to Help Center"
1997
  msgstr ""
1998
 
1999
  msgid ""
2000
- "To help you get started, we've put together a super tutorial video that "
2001
- "shows you the basic settings."
2002
  msgstr ""
2003
 
2004
  #, fuzzy
@@ -2027,15 +2033,15 @@ msgid ""
2027
  "To get started with Smart Slider 3, please refer to this guide for "
2028
  "downloading, installing, and using."
2029
  msgstr ""
2030
- "Aby rozpocząć korzystanie ze Smart Slider 3, zapoznaj się z tym "
2031
- "podręcznikiem, w celu pobrania, zainstalowania i korzystania."
2032
 
2033
  msgid "Email support"
2034
  msgstr "Wsparcie e-mail"
2035
 
2036
  msgid ""
2037
- "Need one-to-one assistance? Get in touch with our Support team! We'd love "
2038
- "the opportunity to help you."
2039
  msgstr ""
2040
  "Potrzebujesz indywidualnej pomocy? Skontaktuj się z naszym zespołem pomocy "
2041
  "technicznej! Chętnie Ci pomożemy ."
@@ -2046,11 +2052,11 @@ msgid "Tutorial videos"
2046
  msgstr "Filmy instruktażowe"
2047
 
2048
  msgid ""
2049
- "Check our video tutorials which cover everything you need to know about "
2050
- "Smart Slider 3."
2051
  msgstr ""
2052
- "Sprawdź nasze film instruktażowe, które obejmują wszystko, co musisz "
2053
- "wiedzieć o Smart Slider 3."
2054
 
2055
  msgid "Selected articles"
2056
  msgstr ""
@@ -2141,14 +2147,17 @@ msgstr "Pokochałem"
2141
  msgid "Why upgrade to Smart Slider 3 Pro?"
2142
  msgstr ""
2143
 
2144
- msgid "120+ slider templates"
 
2145
  msgstr ""
2146
 
2147
  msgid "Full slide library access"
2148
  msgstr ""
2149
 
2150
- msgid "20 new layers"
2151
- msgstr ""
 
 
2152
 
2153
  msgid "Extra advanced options"
2154
  msgstr ""
@@ -2203,9 +2212,9 @@ msgid "Focus"
2203
  msgstr "Fokus"
2204
 
2205
  msgid ""
2206
- "You can set the starting position of a background image. This makes sure "
2207
- "that the selected part will always remain visible, so you should pick the "
2208
- "most important part."
2209
  msgstr ""
2210
 
2211
  msgid "Background"
@@ -2217,9 +2226,6 @@ msgstr "Gradient"
2217
  msgid "Color end"
2218
  msgstr "Kolor końcowy"
2219
 
2220
- msgid "Max width"
2221
- msgstr "Maksymalna szerokość"
2222
-
2223
  msgid "Position"
2224
  msgstr "Pozycja"
2225
 
@@ -2268,8 +2274,7 @@ msgid "Parallax"
2268
  msgstr "Paralaksa"
2269
 
2270
  msgid "More parallax options in slider settings -> Layer animations tab."
2271
- msgstr ""
2272
- "Więcej opcji parallax w ustawieniach slajdera-> zakładka animacji warstw"
2273
 
2274
  msgid "Crop"
2275
  msgstr "Przycięcie"
@@ -2300,8 +2305,7 @@ msgstr "Odstępy"
2300
  msgid "Typography"
2301
  msgstr ""
2302
 
2303
- msgid ""
2304
- "You can select a font family from the preset, or type your custom family."
2305
  msgstr ""
2306
 
2307
  msgid ""
@@ -2389,10 +2393,15 @@ msgstr ""
2389
 
2390
  #, php-format
2391
  msgid ""
2392
- "Please read %1$sour detailed guide%2$s about setting your own slide "
2393
- "background correctly."
2394
  msgstr ""
2395
 
 
 
 
 
 
2396
  msgid "Blur"
2397
  msgstr "Rozmycie"
2398
 
@@ -2550,9 +2559,6 @@ msgstr "Scale up"
2550
  msgid "Scale down"
2551
  msgstr "Scale down"
2552
 
2553
- msgid "Edit"
2554
- msgstr "Edytuj"
2555
-
2556
  msgid "Static overlay"
2557
  msgstr "Statyczna nakladka"
2558
 
@@ -2610,8 +2616,10 @@ msgstr "Slide to top"
2610
  msgid "Drop images here"
2611
  msgstr "Desktopowy obraz jest pusty!"
2612
 
2613
- msgid "Edit slider"
2614
- msgstr ""
 
 
2615
 
2616
  #, fuzzy
2617
  #| msgid "View records"
@@ -2643,9 +2651,31 @@ msgstr "Od najstarszego"
2643
  msgid "Export"
2644
  msgstr "Eksport"
2645
 
 
 
 
 
 
 
 
 
 
 
 
 
2646
  msgid "New project"
2647
  msgstr ""
2648
 
 
 
 
 
 
 
 
 
 
 
2649
  msgid "Module"
2650
  msgstr "Moduł"
2651
 
@@ -2746,8 +2776,8 @@ msgstr "Konfiguracja"
2746
  #, php-format
2747
  msgid ""
2748
  "Here you can configure the default font your layers have, and the dropdown "
2749
- "list of the fonts. Google Fonts are recognized automatically, but you can "
2750
- "use your own custom fonts, too. %1$sLearn how to do that.%2$s"
2751
  msgstr ""
2752
 
2753
  msgid "Default family"
@@ -2788,8 +2818,8 @@ msgid "Improved frontend accessibility"
2788
  msgstr "Ulepszona dostępność witryny"
2789
 
2790
  msgid ""
2791
- "Keeps the clicked element (like a button) in focus unless the focus is "
2792
- "changed by clicking away."
2793
  msgstr ""
2794
 
2795
  msgid "Script attributes"
@@ -2808,8 +2838,8 @@ msgid "Async non-primary CSS"
2808
  msgstr ""
2809
 
2810
  msgid ""
2811
- "Google Fonts, icon and lightbox CSS are loaded in a non-blocking way. "
2812
- "Disable if you see missing icons, fonts or styles."
2813
  msgstr ""
2814
 
2815
  msgid "Load Font Awesome 4"
@@ -2838,8 +2868,7 @@ msgstr "Automatyczne sprawdzanie aktualizacji"
2838
  msgid "Alternative save slide"
2839
  msgstr ""
2840
 
2841
- msgid ""
2842
- "If you experience problems during the save this option might solve them."
2843
  msgstr ""
2844
 
2845
  msgid "Preview in new window"
@@ -2849,8 +2878,8 @@ msgid "Lightbox videos in new tab on Mobile"
2849
  msgstr ""
2850
 
2851
  msgid ""
2852
- "Opens the lightbox videos in the YouTube app to avoid the mobile disabling "
2853
- "the video."
2854
  msgstr ""
2855
 
2856
  msgid "YouTube and Vimeo privacy enhanced mode"
@@ -2863,8 +2892,8 @@ msgid "Editor - additional CSS files"
2863
  msgstr "Edytor - dodatkowe pliki CSS"
2864
 
2865
  msgid ""
2866
- "You can call your own CSS files to our backend, for example, to be able to "
2867
- "use custom fonts. Write each URL to a new line."
2868
  msgstr ""
2869
 
2870
  #, fuzzy
@@ -2888,8 +2917,7 @@ msgid "widget area(s)"
2888
  msgstr ""
2889
 
2890
  msgid ""
2891
- "Creates new widget areas which you can place to your theme for easy "
2892
- "publishing."
2893
  msgstr ""
2894
 
2895
  msgid "Use iframe in AJAX calls"
@@ -2912,25 +2940,24 @@ msgstr "Uruchom wtyczki treści na slajderach"
2912
  msgid "Exclude plugins"
2913
  msgstr "Wyklucz wtyczki"
2914
 
2915
- msgid ""
2916
- "At each slider you can override the global breakpoints with local values."
2917
  msgstr ""
2918
 
2919
  msgid "Focus offset"
2920
  msgstr "Offset fokus"
2921
 
2922
  msgid ""
2923
- "This option is used at the full page layout to decrease the slider height. "
2924
- "The \"Scroll to slider\" option also uses this option to determine where to "
2925
- "scroll the slider."
2926
  msgstr ""
2927
 
2928
  msgid "Translate url"
2929
  msgstr "Przekształć adres URL"
2930
 
2931
  msgid ""
2932
- "You can change the frontend URL our assets are loading from. It can be "
2933
- "useful after moving to a new domain."
2934
  msgstr ""
2935
 
2936
  msgid "The old URL you want to replace. E.g. https://oldsite.com/"
@@ -3035,8 +3062,8 @@ msgstr ""
3035
 
3036
  #, php-format
3037
  msgid ""
3038
- "Your server has an upload file limit at %s, so if you have bigger export "
3039
- "file, please use the local import file method."
3040
  msgstr ""
3041
  "Limit wysyłania plików na Twoim serwerze to %s. Jeśli masz większy plik "
3042
  "eksportowy, użyj metody importowania plików lokalnych."
@@ -3073,8 +3100,8 @@ msgstr ""
3073
 
3074
  #, php-format
3075
  msgid ""
3076
- "Your server's upload filesize limitation is %s, so if your file is bigger, "
3077
- "use the local import."
3078
  msgstr ""
3079
 
3080
  msgid "File"
@@ -3175,8 +3202,8 @@ msgstr "Ustawienia generatora"
3175
  msgid "Cache expiration"
3176
  msgstr "Wygaśnięcie pamięci podręcznej"
3177
 
3178
- msgid "hours"
3179
- msgstr "godziny"
3180
 
3181
  msgid "Start index"
3182
  msgstr "Indeks startowy"
@@ -3249,11 +3276,10 @@ msgid ""
3249
  "This plugin breaks JavaScript in the admin area, deactivate it and use "
3250
  "alternative plugin."
3251
  msgstr ""
3252
- "Ta wtyczka psuje JavaScript w obszarze administracyjnym, dezaktywuj go i "
3253
- "użyj alternatywnej wtyczki."
3254
 
3255
- msgid ""
3256
- "This plugin breaks Smart Slider 3 ajax calls if custom admin url enabled."
3257
  msgstr ""
3258
  "Ta wtyczka psuje wywołania ajax Smart Slider 3, jeśli włączony jest "
3259
  "niestandardowy adres URL administratora."
@@ -3266,28 +3292,27 @@ msgstr "Ta wtyczka ma błąd JavaScript, który może uszkodzić Smart Slider."
3266
 
3267
  #, php-format
3268
  msgid ""
3269
- "This plugin breaks the filtering options of the dynamic slide generators "
3270
- "when %1$s is set to %2$s. Also it has not received any updates since "
3271
- "WordPress 3.9."
3272
  msgstr ""
3273
 
3274
  msgid "Add column"
3275
  msgstr ""
3276
 
3277
  msgid "Year"
3278
- msgstr ""
3279
 
3280
  msgid "Month"
3281
- msgstr ""
3282
 
3283
  msgid "Day"
3284
- msgstr ""
3285
 
3286
  msgid "Hour"
3287
- msgstr ""
3288
 
3289
  msgid "Minute"
3290
- msgstr ""
3291
 
3292
  msgid "Stack"
3293
  msgstr "Stos"
@@ -3527,8 +3552,7 @@ msgstr "Przetwórz daty"
3527
 
3528
  #, php-format
3529
  msgid ""
3530
- "Write one per line in the following format: from||to %1$s E.g.: Monday||"
3531
- "Montag"
3532
  msgstr ""
3533
 
3534
  msgid "Replace variables"
@@ -3542,8 +3566,8 @@ msgstr ""
3542
 
3543
  #, php-format
3544
  msgid ""
3545
- "The \"Datetime format\" will be used to create dates from the given "
3546
- "timestamp containing variables. %1$s Separate them with comma."
3547
  msgstr ""
3548
 
3549
  msgid "File variables"
@@ -3554,17 +3578,17 @@ msgstr ""
3554
 
3555
  #, php-format
3556
  msgid ""
3557
- "If you have IDs of files, you can replace those variables with the urls of "
3558
- "the files instead. %1$s Separate them with comma."
3559
  msgstr ""
3560
 
3561
  msgid "Remove duplicate results"
3562
  msgstr "Usuń zduplikowane wyniki"
3563
 
3564
  msgid ""
3565
- "You can remove results based on one variable's uniqueness. For example if "
3566
- "you want the images to be unique, you could write the \"image\" variable "
3567
- "into this field (without quotemarks)."
3568
  msgstr ""
3569
 
3570
  msgid "Custom field name"
@@ -3589,8 +3613,8 @@ msgid "Remove shortcodes"
3589
  msgstr "Usuń shortcody"
3590
 
3591
  msgid ""
3592
- "You can remove shortcodes from variables to avoid 3rd party content "
3593
- "rendering in your slider."
3594
  msgstr ""
3595
 
3596
  msgid "Remove from variables"
@@ -3606,10 +3630,10 @@ msgstr ""
3606
 
3607
  #, php-format
3608
  msgid ""
3609
- "You can create custom date variables from your existing date variables. "
3610
- "Write each variable to a new line and use the following format: variable||"
3611
- "format. %3$s The \"variable\" should be an existing variable. Based on this "
3612
- "existing variable, we create a new one with the \"_datetime\" suffix. (E.g. "
3613
  "date_datetime.) %3$s The \"format\" can be any %1$sPHP date format%2$s."
3614
  msgstr ""
3615
 
@@ -3626,9 +3650,9 @@ msgid "Date function"
3626
  msgstr "Funkcja daty"
3627
 
3628
  msgid ""
3629
- "This function will be used to format these custom date variables. Usually "
3630
- "the date_i18n works, but if your date will be off a little bit, then try out "
3631
- "the other one."
3632
  msgstr ""
3633
  "Funkcja ta będzie używana do formatowania niestandardowych zmiennych daty. "
3634
  "Zazwyczaj działa date_i18n, w przeciwnym wypadku wypróbuj drugą."
@@ -3651,13 +3675,18 @@ msgstr ""
3651
  msgid "Whole group"
3652
  msgstr "Cała grupa"
3653
 
3654
- msgid "Select slider"
 
 
3655
  msgstr "Wybierz slajder"
3656
 
3657
  msgid "OR"
3658
  msgstr "LUB"
3659
 
3660
- msgid "Select A Slider"
 
 
 
3661
  msgstr ""
3662
 
3663
  msgctxt "Button layer default text"
@@ -3678,8 +3707,8 @@ msgstr "Rel"
3678
 
3679
  #, php-format
3680
  msgid ""
3681
- "Enter the %1$s rel attribute %2$s that represents the relationship between "
3682
- "the current document and the linked document. Multiple rel attributes can be "
3683
  "separated with space. E.g. nofollow noopener noreferrer"
3684
  msgstr ""
3685
 
@@ -3723,8 +3752,8 @@ msgid "Optimize image"
3723
  msgstr "Zoptymalizuj obrazek"
3724
 
3725
  msgid ""
3726
- "You can turn off the Layer image optimization for this image, to resize it "
3727
- "for tablet and mobile."
3728
  msgstr ""
3729
 
3730
  msgctxt "Layer group"
@@ -3810,13 +3839,6 @@ msgstr ""
3810
  msgid "You can pause the video when the visitor scrolls away from the slider"
3811
  msgstr ""
3812
 
3813
- msgid "Private video"
3814
- msgstr "Prywatne wideo"
3815
-
3816
- msgid ""
3817
- "Turn it on to remove the admin warning that your video is not accessible."
3818
- msgstr ""
3819
-
3820
  msgid "Display"
3821
  msgstr "Wyświetlanie"
3822
 
@@ -3837,8 +3859,7 @@ msgstr ""
3837
  msgid "Users byline"
3838
  msgstr "Użytkownicy kolejno"
3839
 
3840
- msgid ""
3841
- "Hides the user's byline of the video, but only if video owner allows it."
3842
  msgstr ""
3843
 
3844
  msgid ""
@@ -3923,8 +3944,8 @@ msgid "Adjust slider width to"
3923
  msgstr ""
3924
 
3925
  msgid ""
3926
- "You can make the slider fill up a selected parent element instead of the "
3927
- "full browser width."
3928
  msgstr ""
3929
 
3930
  msgid "Not found"
@@ -3986,24 +4007,24 @@ msgid "Carousel"
3986
  msgstr ""
3987
 
3988
  msgid ""
3989
- "If you turn off this option, you can't switch to the first slide from the "
3990
- "last one."
3991
  msgstr ""
3992
  "Po wyłączeniu tej opcji nie można przełączyć się na pierwszy slajd z "
3993
  "ostatniego."
3994
 
 
 
 
 
 
 
3995
  msgid "Shifted"
3996
  msgstr "Przesunięty"
3997
 
3998
  msgid "The background and the main animation plays simultaneously or shifted."
3999
  msgstr "Tło i główna animacja są odtwarzane jednocześnie lub przesunięte."
4000
 
4001
- msgid "Loop single slide"
4002
- msgstr "Zapętlenie pojedynczego slajdu"
4003
-
4004
- msgid "In case of one slide, it repeats the animation of the slide."
4005
- msgstr "W przypadku jednego slajdu, jego animacja jest powtarzana."
4006
-
4007
  msgid "Slider CSS Preset"
4008
  msgstr ""
4009
 
@@ -4151,6 +4172,46 @@ msgstr "Random Elastic"
4151
  msgid "My text animations"
4152
  msgstr ""
4153
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4154
  msgid "Slices - Single"
4155
  msgstr "Przycięcie - pojedynczo"
4156
 
@@ -4476,8 +4537,8 @@ msgid ""
4476
  "optimization plugins often have errors in their codes related to them, so if "
4477
  "your arrow won't load, turn this option off."
4478
  msgstr ""
4479
- "Obrazy strzałek zakodowane w standardzie Base64 ładują się szybciej i można "
4480
- "im nadać kolor. Ale wtyczki optymalizacyjne często zawierają błędy w kodach "
4481
  "związanych z nimi, więc jeśli twoja strzałka się nie ładuje, wyłącz tę opcję."
4482
 
4483
  msgid "Image width - Desktop"
@@ -4551,9 +4612,6 @@ msgstr "Pasek tekstowy"
4551
  msgid "Bullets"
4552
  msgstr "Paginacja"
4553
 
4554
- msgid "Bullet"
4555
- msgstr ""
4556
-
4557
  msgid "Side"
4558
  msgstr "Strona"
4559
 
@@ -4751,42 +4809,27 @@ msgstr "Pirouette"
4751
  msgid "Sparkling"
4752
  msgstr "Sparkling"
4753
 
4754
- msgid "Curve 1"
 
 
4755
  msgstr "Krzywa 1"
4756
 
4757
- msgid "Curve 2"
4758
- msgstr "Krzywa 2"
4759
-
4760
- msgid "Curve 3"
4761
- msgstr "Krzywa 3"
4762
-
4763
- msgid "Curve 4"
4764
- msgstr "Krzywa 4"
4765
-
4766
  msgid "Curves"
4767
  msgstr "Krzywe"
4768
 
4769
- msgid "Fan 1"
 
 
4770
  msgstr "Fan 1"
4771
 
4772
- msgid "Fan 2"
4773
- msgstr "Fan 2"
4774
-
4775
- msgid "Fan 3"
4776
- msgstr "Fan 3"
4777
-
4778
  msgid "Hills"
4779
  msgstr "Hills"
4780
 
4781
- msgid "Incline 1"
 
 
4782
  msgstr "Incline 1"
4783
 
4784
- msgid "Incline 2"
4785
- msgstr "Incline 2"
4786
-
4787
- msgid "Incline 3"
4788
- msgstr "Incline 3"
4789
-
4790
  msgid "Inverse arrow"
4791
  msgstr "Odwrócona strzałka"
4792
 
@@ -4796,27 +4839,33 @@ msgstr "Prostokąt"
4796
  msgid "Slopes"
4797
  msgstr "Slopes"
4798
 
4799
- msgid "Tilt 1"
 
 
4800
  msgstr "Tilt 1"
4801
 
4802
- msgid "Tilt 2"
4803
- msgstr "Tilt 2"
4804
-
4805
- msgid "Triangle 1"
4806
  msgstr "Triangle 1"
4807
 
4808
- msgid "Triangle 2"
4809
- msgstr "Triangle 2"
4810
-
4811
- msgid "Wave 1"
4812
  msgstr "Wave 1"
4813
 
4814
- msgid "Wave 2"
4815
- msgstr "Wave 2"
4816
-
4817
  msgid "Waves"
4818
  msgstr "Waves"
4819
 
 
 
 
 
 
 
 
 
 
4820
  msgid "2 Colors"
4821
  msgstr "2 kolory"
4822
 
@@ -4838,8 +4887,10 @@ msgstr "App ID jest pusty. Proszę również wpisać tę wartość!"
4838
  #, php-format
4839
  msgid ""
4840
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4841
- "order to use this generator! - %2$s How to get SSL for my WordPress site? "
4842
- "%3$s"
 
 
4843
  msgstr ""
4844
 
4845
  #, php-format
@@ -4856,9 +4907,9 @@ msgstr ""
4856
 
4857
  msgid ""
4858
  "You need \"pages_read_engagement\" permission if you want to access datas of "
4859
- "Facebook pages, where you are an administrator. For other pages you still "
4860
- "need to turn this option on, but request access to \"Page Public Content "
4861
- "Access\" within your App."
4862
  msgstr ""
4863
 
4864
  msgctxt "Facebook app permission"
@@ -4869,8 +4920,8 @@ msgid "User photos permission"
4869
  msgstr ""
4870
 
4871
  msgid ""
4872
- "You need \"user_photos\" permission to access photos of users, except your "
4873
- "own user."
4874
  msgstr ""
4875
 
4876
  msgid "Token"
@@ -4969,14 +5020,35 @@ msgstr "Filmy w katalogu"
4969
  msgid "Source folder"
4970
  msgstr "Katalog źródłowy"
4971
 
 
 
 
 
 
4972
  msgid "Remove resized images"
4973
  msgstr ""
4974
 
4975
  msgid ""
4976
  "This option removes files that match the \"-[number]x[number].[extension]\" "
4977
- "pattern in the end of their file names. For example, \"myimage.jpg\" will "
4978
- "stay in the generator result, but \"myimage-120x120.jpg\" will be removed, "
4979
- "because it's the same image, just in a smaller size."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4980
  msgstr ""
4981
 
4982
  msgid "Filename"
@@ -4989,8 +5061,8 @@ msgid ""
4989
  "Wrong path. This is the default image folder path, so try to navigate from "
4990
  "here:"
4991
  msgstr ""
4992
- "Błędna ścieżka. To jest domyślna ścieżka katalogu obrazków, spróbuj "
4993
- "nawigować stąd:"
4994
 
4995
  msgid "Folder not found."
4996
  msgstr "Nie znaleziono katalogu."
@@ -5002,6 +5074,45 @@ msgstr ""
5002
  "Zła ścieżka. To jest domyślna ścieżka do katalogu przesyłania plików/mediów, "
5003
  "więc spróbuj nawigować stąd:"
5004
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5005
  msgid "JSON from url"
5006
  msgstr ""
5007
 
@@ -5012,9 +5123,9 @@ msgid "Level separation"
5012
  msgstr ""
5013
 
5014
  msgid ""
5015
- "JSON codes can be customized to have many different levels. From a code it "
5016
- "is impossible to know from which level do you want to use the given datas on "
5017
- "the different slides, so you have to select that level from this list."
5018
  msgstr ""
5019
  "Kody JSON można dostosować, do wielu różnych poziomów. Z kodu nie można "
5020
  "dowiedzieć się, z którego poziomu chcesz korzystać używając danych danych na "
@@ -5022,8 +5133,8 @@ msgstr ""
5022
 
5023
  #, php-format
5024
  msgid ""
5025
- "The given text is not valid XML! %1$sValidate your code%2$s to make sure it "
5026
- "is correct."
5027
  msgstr ""
5028
 
5029
  #, php-format
@@ -5042,6 +5153,11 @@ msgstr ""
5042
  msgid "Images"
5043
  msgstr "Obrazy"
5044
 
 
 
 
 
 
5045
  msgid "Timezone offset in hours. For example: +2 or -7."
5046
  msgstr ""
5047
 
@@ -5087,71 +5203,23 @@ msgstr "opcjonalny"
5087
  msgid "Creates slides from %1$s content."
5088
  msgstr ""
5089
 
5090
- msgid "Items"
5091
- msgstr "Elementy"
5092
-
5093
- msgid "Locations"
5094
- msgstr "Lokalizacje"
5095
 
5096
- msgid "Types"
5097
- msgstr "Rodzaje"
5098
 
5099
- msgid "Expired"
5100
- msgstr "Wygasło"
5101
 
5102
- msgid "Started"
5103
- msgstr "Rozpoczęty"
5104
 
5105
- msgid "Auction"
5106
- msgstr "Aukcja"
5107
 
5108
- msgid "Negotiable price"
5109
- msgstr "Cena do negocjacji"
5110
-
5111
- msgid "Blocked by User"
5112
- msgstr "Zablokowany przez użytkownika"
5113
-
5114
- msgid "Paid"
5115
- msgstr "Płatny"
5116
-
5117
- msgid "Buynow"
5118
- msgstr "Kup Teraz"
5119
-
5120
- msgid "Menu item (item ID)"
5121
- msgstr "Pozycja menu (identyfikator pozycji)"
5122
-
5123
- msgid ""
5124
- "Your url will point to the item within this menu item. You will only get a "
5125
- "good result, if you will pick one of your DJ Classifields menu items or "
5126
- "leave it on 'Default'."
5127
- msgstr ""
5128
-
5129
- msgid "Start date"
5130
- msgstr "Data rozpoczęcia"
5131
-
5132
- msgid "Expiration date"
5133
- msgstr "Termin ważności"
5134
-
5135
- msgid "Price"
5136
- msgstr "Cena"
5137
-
5138
- msgid "Include subcategories"
5139
- msgstr "Uwzględnij podkategorie"
5140
-
5141
- msgid "Frontpage"
5142
- msgstr "Strona główna (witryna)"
5143
-
5144
- msgid "Exclude ID"
5145
- msgstr "Wyklucz identyfikator"
5146
-
5147
- msgid "Category title"
5148
- msgstr "Tutuł kategorii"
5149
-
5150
- msgid "Username"
5151
- msgstr "Nazwa użytkownika"
5152
-
5153
- msgid "View post"
5154
- msgstr ""
5155
 
5156
  msgid "Resolved"
5157
  msgstr "Rozwiązany"
@@ -5186,6 +5254,9 @@ msgstr "Oddziel je przecinkiem."
5186
  msgid "Banned user IDs"
5187
  msgstr "Identyfikatory zbanowanych użytkowników"
5188
 
 
 
 
5189
  msgid "Ended"
5190
  msgstr "Zakończony"
5191
 
@@ -5271,12 +5342,18 @@ msgstr ""
5271
  msgid "Manufacturer language"
5272
  msgstr ""
5273
 
 
 
 
5274
  msgid "Product name"
5275
  msgstr "Nazwa produktu"
5276
 
5277
  msgid "Product ID"
5278
  msgstr "ID produktu"
5279
 
 
 
 
5280
  msgid "Recurring"
5281
  msgstr "Cykliczne"
5282
 
@@ -5292,6 +5369,12 @@ msgstr "Tylko nadrzędne wydarzeń cyklicznych"
5292
  msgid "Only not recurring events"
5293
  msgstr "Tylko wydarzenia niecykliczne"
5294
 
 
 
 
 
 
 
5295
  msgid "End date"
5296
  msgstr "Data zakończenia"
5297
 
@@ -5334,6 +5417,15 @@ msgstr "Maksymalna data zakończenia"
5334
  msgid "Only display items with these IDs"
5335
  msgstr "Wyświetlaj elementy tylko z tymi identyfikatorami"
5336
 
 
 
 
 
 
 
 
 
 
5337
  msgid "Brand"
5338
  msgstr "Marka"
5339
 
@@ -5359,8 +5451,8 @@ msgid "Product IDs"
5359
  msgstr ""
5360
 
5361
  msgid ""
5362
- "Write the product IDs you want to display here, in the order you want them "
5363
- "to appear in the generator. One product ID per line."
5364
  msgstr ""
5365
 
5366
  msgid "One time events"
@@ -5372,17 +5464,13 @@ msgstr ""
5372
  msgid "Date language"
5373
  msgstr ""
5374
 
5375
- msgid "Offset value"
5376
- msgstr ""
 
 
5377
 
5378
- msgid ""
5379
- "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5380
- "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5381
- "setting will be used."
5382
  msgstr ""
5383
- "Przesunięcie strefy czasowej w godzinach. Na przykład: +2 lub -7. Jeśli "
5384
- "pozostanie pusty, zostanie użyty System Joomli -> Konfiguracja globalna -> "
5385
- "Serwer -> Strefa czasowa serwera."
5386
 
5387
  msgid "Status"
5388
  msgstr "Status"
@@ -5393,6 +5481,9 @@ msgstr "W koszu"
5393
  msgid "Ask down all product images"
5394
  msgstr "Żądanie wszystkich obrazków produktów"
5395
 
 
 
 
5396
  msgid "View item"
5397
  msgstr ""
5398
 
@@ -5402,15 +5493,6 @@ msgstr "Oglądane"
5402
  msgid "View image"
5403
  msgstr "Pokaż obraz"
5404
 
5405
- msgid "Supplier"
5406
- msgstr "Dostawca"
5407
-
5408
- msgid "On sale"
5409
- msgstr "Wyprzedaż"
5410
-
5411
- msgid "Discount price"
5412
- msgstr "Cena promocyjna"
5413
-
5414
  msgid "All day event"
5415
  msgstr "Wydarzenie całodniowe"
5416
 
@@ -5420,40 +5502,6 @@ msgstr ""
5420
  msgid "Show parent products only"
5421
  msgstr "Pokaż tylko produkty nadrzędne"
5422
 
5423
- #, php-format
5424
- msgid "Creates slides from %1$s events."
5425
- msgstr ""
5426
-
5427
- msgid "Create custom date variables"
5428
- msgstr "Utwórz niestandardowe zmienne daty"
5429
-
5430
- msgid ""
5431
- "You can write any date format (http://php.net/manual/en/function.date.php) "
5432
- "in separate lines, and new variables will be created for them."
5433
- msgstr ""
5434
- "Możesz wprowadzić dowolny format daty (http://php.net/manual/en/function."
5435
- "date.php) w ​​osobnych wierszach, a dla nich zostaną utworzone nowe zmienne."
5436
-
5437
- msgid ""
5438
- "Write the original text, like 'Monday' then two | signs, and the text you "
5439
- "want it to be translated to, for example 'Montag'. Together: Monday||Montag"
5440
- msgstr ""
5441
- "Wpisz oryginalny tekst, np. 'poniedziałek', a następnie dwa znaki | i tekst, "
5442
- "na który ma być przetłumaczony, na przykład \"Montag\". Razem: Poniedziałek||"
5443
- "Montag"
5444
-
5445
- msgid "Event start date"
5446
- msgstr "Data rozpoczęcia wydarzenia"
5447
-
5448
- msgid "Event end date"
5449
- msgstr "Data zakończenia wydarzenia"
5450
-
5451
- msgid "Event creation date"
5452
- msgstr "Data utworzenia wydarzenia"
5453
-
5454
- msgid "Event modification date"
5455
- msgstr "Data modyfikacji wydarzenia"
5456
-
5457
  #, php-format
5458
  msgid "Creates slides from %1$s galleries."
5459
  msgstr ""
@@ -5476,6 +5524,10 @@ msgstr ""
5476
  msgid "No options given"
5477
  msgstr ""
5478
 
 
 
 
 
5479
  msgid "Exclude event IDs (One ID per line)"
5480
  msgstr "Wyklucz identyfikatory wydarzeń (jedno ID w wierszu)"
5481
 
@@ -5499,8 +5551,7 @@ msgstr "Formatuj zmienne daty"
5499
 
5500
  msgid ""
5501
  "With the WordPress Settings -> General -> Timezone and Date format, new "
5502
- "variables will be generated from the given variables. Separate them with "
5503
- "comma."
5504
  msgstr ""
5505
  "Poprzez WordPress Ustawienia -> Ogólne -> Strefa czasowa i format daty, nowe "
5506
  "zmienne będą generowane z podanych zmiennych. Rozdziel je przecinkami."
@@ -5532,9 +5583,21 @@ msgstr "Miejsca wydarzeń"
5532
  msgid "Hide From Event Listings"
5533
  msgstr "Ukryj na liście wydarzeń"
5534
 
 
 
 
 
 
 
5535
  msgid "Event cost"
5536
  msgstr "Koszt wydarzenia"
5537
 
 
 
 
 
 
 
5538
  msgid "Metakey name"
5539
  msgstr "Nazwa klucza meta"
5540
 
@@ -5569,8 +5632,8 @@ msgid "Products by IDs and/or SKUs"
5569
  msgstr "Produkty według ID i/lub SKU"
5570
 
5571
  msgid ""
5572
- "Creates slides from your WooCommece categories. (Not from the products "
5573
- "inside them.)"
5574
  msgstr ""
5575
 
5576
  msgid "Submenu limit"
@@ -5579,6 +5642,14 @@ msgstr "Limit podmenu"
5579
  msgid "No limit"
5580
  msgstr "Bez limitu"
5581
 
 
 
 
 
 
 
 
 
5582
  msgid "Downloadable"
5583
  msgstr "Do pobrania"
5584
 
@@ -5593,10 +5664,9 @@ msgid ""
5593
  "if it's not equal, the text will be 'false'. The new variable's name will be "
5594
  "textvariable (the 'variable' replaced by your variable's name)."
5595
  msgstr ""
5596
- "jeśli 'zmienna' jest równa 'równej wartości', wtedy otrzymasz tekst "
5597
- "'prawda', ale jeśli nie jest równy, tekst będzie 'fałszywy'. Nazwa nowej "
5598
- "zmiennej będzie miała wartość tekstową ('zmienna' zostanie zastąpiona nazwą "
5599
- "zmiennej)."
5600
 
5601
  msgid "Round rating"
5602
  msgstr "Zaokrąglona ocena"
@@ -5767,6 +5837,14 @@ msgstr "Pendulum 3D"
5767
  msgid "Vertical pendulum 3D"
5768
  msgstr "Vertical pendulum 3D"
5769
 
 
 
 
 
 
 
 
 
5770
  msgid "Before text"
5771
  msgstr "Przed tekstem"
5772
 
@@ -5848,6 +5926,126 @@ msgstr "Postęp"
5848
  msgid "Time"
5849
  msgstr "Czas"
5850
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5851
  msgid "Full"
5852
  msgstr "Pełny"
5853
 
@@ -5881,9 +6079,6 @@ msgstr "Kolor aktywny"
5881
  msgid "Stroke width"
5882
  msgstr "Szerokość linii"
5883
 
5884
- msgid "Labels"
5885
- msgstr ""
5886
-
5887
  msgid "Inner before"
5888
  msgstr "Wewnętrzny wcześniej"
5889
 
@@ -5896,68 +6091,130 @@ msgstr "Pre"
5896
  msgid "Animation duration"
5897
  msgstr "Czas trwania animacji"
5898
 
5899
- msgid "Circle 1"
5900
- msgstr "Circle 1"
 
 
5901
 
5902
- msgid "Circle 2"
5903
- msgstr "Circle 2"
5904
 
5905
- msgid "Circle 3"
5906
- msgstr "Circle 3"
5907
 
5908
- msgid "Curly 1"
5909
- msgstr "Curly 1"
 
 
 
 
 
5910
 
5911
- msgid "Curly 2"
5912
- msgstr "Curly 2"
 
 
5913
 
5914
- msgid "Highlight 1"
5915
- msgstr "Highlight 1"
5916
 
5917
- msgid "Highlight 2"
5918
- msgstr "Highlight 2"
5919
 
5920
- msgid "Highlight 3"
5921
- msgstr "Highlight 3"
 
 
 
5922
 
5923
- msgid "Line Through 1"
5924
- msgstr "Line Through 1"
5925
 
5926
- msgid "Line Through 2"
5927
- msgstr "Line Through 2"
5928
 
5929
- msgid "Line Through 3"
5930
- msgstr "Line Through 3"
 
 
5931
 
5932
- msgid "Rectangle 1"
5933
- msgstr "Rectangle 1"
5934
 
5935
- msgid "Rectangle 2"
5936
- msgstr "Rectangle 2"
 
 
5937
 
5938
- msgid "Underline 1"
5939
- msgstr "Underline 1"
5940
 
5941
- msgid "Underline 2"
5942
- msgstr "Underline 2"
 
 
5943
 
5944
- msgid "Underline 3"
5945
- msgstr "Underline 3"
 
 
5946
 
5947
- msgid "Underline double 1"
5948
- msgstr "Underline double 1"
 
 
5949
 
5950
- msgid "Underline double 2"
5951
- msgstr "Underline double 2"
5952
 
5953
- msgid "ZigZag 1"
5954
- msgstr "ZigZag 1"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5955
 
5956
- msgid "ZigZag 2"
5957
- msgstr "ZigZag 2"
 
 
5958
 
5959
- msgid "ZigZag 3"
5960
- msgstr "ZigZag 3"
 
 
 
 
 
 
 
 
 
 
 
 
5961
 
5962
  msgid "Highlighted text"
5963
  msgstr "Zaznaczony tekst"
@@ -5974,12 +6231,14 @@ msgstr "Opóźnienie pętli"
5974
  msgid "HTML"
5975
  msgstr ""
5976
 
 
 
 
5977
  msgid ""
5978
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
5979
  "codes loaded by it. We only suggest using this layer if you are a developer. "
5980
  "<br>Also, make sure your HTML code is valid! Invalid HTML codes can mess up "
5981
- "the entire slide and the only way resolving this problem is deleting the "
5982
- "slide."
5983
  msgstr ""
5984
 
5985
  msgid "Item"
@@ -6084,11 +6343,6 @@ msgstr "Duże-rzymskie"
6084
  msgid "Icon not found"
6085
  msgstr "Nie znaleziono ikony"
6086
 
6087
- #, fuzzy
6088
- #| msgid "Previous label"
6089
- msgid "Aria label"
6090
- msgstr "Etykieta - poprzedni"
6091
-
6092
  #, php-format
6093
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6094
  msgstr ""
@@ -6096,27 +6350,23 @@ msgstr ""
6096
  msgid "Iframe"
6097
  msgstr ""
6098
 
6099
- msgid "iframe"
6100
- msgstr ""
6101
-
6102
  msgid ""
6103
- "Please note, that <b>we do not support</b> customized coding! The iframe "
6104
- "layer often needs code customizations what you have to do yourself, so we "
6105
- "only suggest using this layer if you are a developer!"
6106
  msgstr ""
6107
 
6108
- msgid "iframe url"
 
 
6109
  msgstr "Adres url iframe"
6110
 
6111
- msgid "Yes"
6112
- msgstr "Tak"
6113
-
6114
  msgid "You can disable the scroll on the iframe content."
6115
  msgstr ""
6116
 
6117
  #, fuzzy
6118
  #| msgid "iframe url"
6119
- msgid "iframe title"
6120
  msgstr "Adres url iframe"
6121
 
6122
  msgid "Image area"
@@ -6141,8 +6391,8 @@ msgid "What are you looking for?"
6141
  msgstr "Czego szukasz?"
6142
 
6143
  msgid ""
6144
- "We only suggest using this layer if you are a developer, since the Input "
6145
- "layer requires deep understanding how HTML form works."
6146
  msgstr ""
6147
 
6148
  msgid "Placeholder text"
@@ -6207,8 +6457,8 @@ msgstr ""
6207
 
6208
  msgid ""
6209
  "Please note, that <b>we do not support</b> the Joomla module layer!<br>The "
6210
- "loaded module often needs code customizations what you have to do yourself, "
6211
- "so we only suggest using this layer if you are a developer!"
6212
  msgstr ""
6213
  "Pamiętaj, że <b>nie obsługujemy</b> warstwy modułu Joomla! <br>Załadowany "
6214
  "moduł często wymaga dostosowywania kodu, co musisz zrobić sam, dlatego "
@@ -6392,9 +6642,9 @@ msgid "Switch with next/previous slides"
6392
  msgstr "Przełączaj z następny/poprzedni slajd"
6393
 
6394
  msgid ""
6395
- "Clicking on any slide that's not in the middle will make the slider switch "
6396
- "to that slide. With this option you can disable this behavior, for example, "
6397
- "to allow clicking on buttons on the visible slides."
6398
  msgstr ""
6399
 
6400
  msgid "Save as new animation"
@@ -6460,9 +6710,8 @@ msgstr "Do pełnego ekranu"
6460
 
6461
  #, php-format
6462
  msgid ""
6463
- "%1$s %2$s does not support the full screen API %3$s so other elements of the "
6464
- "page may overlap the slider in Fullscreen mode. To avoid such problems, we "
6465
- "suggest hiding the Fullscreen control from mobile view!"
6466
  msgstr ""
6467
 
6468
  msgid "Indicator"
@@ -6477,6 +6726,150 @@ msgstr ""
6477
  msgid "Bar color"
6478
  msgstr ""
6479
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6480
  #~ msgid "m-d-Y"
6481
  #~ msgstr "m-d-Y"
6482
 
@@ -6542,18 +6935,9 @@ msgstr ""
6542
  #~ msgid "Mobile retina"
6543
  #~ msgstr "Tekst - telefon"
6544
 
6545
- #~ msgid "Loading animation"
6546
- #~ msgstr "Ładowanie animacji"
6547
-
6548
  #~ msgid "Hide until complete load"
6549
  #~ msgstr "Ukryj do czasu zakończenia ładowania"
6550
 
6551
- #~ msgid "Tablet scale"
6552
- #~ msgstr "Skala tabletu"
6553
-
6554
- #~ msgid "Mobile scale"
6555
- #~ msgstr "Skala telefonu"
6556
-
6557
  #~ msgid "Show Joomla admin footer"
6558
  #~ msgstr "Pokaż stopkę administratora Joomla"
6559
 
@@ -6579,10 +6963,9 @@ msgstr ""
6579
  #~ msgstr "Dynamiczna wysokość obrazka w tle"
6580
 
6581
  #~ msgid ""
6582
- #~ "The height of your slides changes according to the height of the "
6583
- #~ "background image."
6584
- #~ msgstr ""
6585
- #~ "Wysokość slajdów zmienia się w zależności od wysokości obrazu w tle."
6586
 
6587
  #, fuzzy
6588
  #~| msgid "Tablet scale"
@@ -6675,8 +7058,8 @@ msgstr ""
6675
  #~ msgstr "Dół Prawa"
6676
 
6677
  #~ msgid ""
6678
- #~ "This alias can be used for your slider's shortcode, but you can also use "
6679
- #~ "it to create an element for anchors with the next on/off options."
6680
  #~ msgstr ""
6681
  #~ "Tego aliasu można użyć dla kodu shortcode slajdera, ale można go również "
6682
  #~ "użyć do utworzenia elementu dla kotwic z opcjami włączania/wyłączania."
@@ -6686,8 +7069,8 @@ msgstr ""
6686
  #~ "#your-alias-2, then your slider will switch to the 1st, 2nd, etc. slide."
6687
  #~ msgstr ""
6688
  #~ "Jeśli nie użyjesz #twojego-aliasu jako zakotwiczenia, a raczej #twojego-"
6689
- #~ "aliasu-1 lub #twojego-aliasu-2, wówczas suwak przełączy się na slajd 1, "
6690
- #~ "2, itd."
6691
 
6692
  #~ msgid "Ticket price"
6693
  #~ msgstr "Cena biletu"
3
  msgstr ""
4
  "Project-Id-Version: VERSION\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
7
+ "PO-Revision-Date: 2022-05-17 13:58+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: pl\n"
28
  msgstr ""
29
  "Nie można skontaktować się z serwerem licencyjnym, spróbuj ponownie później!"
30
 
 
 
 
 
 
 
 
 
31
  msgid "You are not allowed to upload!"
32
  msgstr "Nie masz uprawnień do przesyłania plików!"
33
 
67
 
68
  #, php-format
69
  msgid ""
70
+ "If you see this message after the repair database process, please %1$scontact "
71
+ "us%2$s with the log:"
72
  msgstr ""
73
 
74
  msgid "Contact your server host and ask them to fix this for you!"
183
  msgid "You can load Google Fonts on the frontend."
184
  msgstr ""
185
 
186
+ msgid "Save fonts locally"
187
+ msgstr ""
188
+
189
+ msgid ""
190
+ "You can store the used Google Fonts on your server. This way all Google Fonts "
191
+ "will load from your own domain."
192
+ msgstr ""
193
+
194
  msgid "Backend"
195
  msgstr ""
196
 
209
  msgid "Normal"
210
  msgstr "Normalny"
211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
212
  msgid "Choose"
213
  msgstr "Wybierz"
214
 
695
  "You can use any jQuery selector to scroll to a specific element on the page. "
696
  "Example: \"#pricing\" scrolls to the element with the id of \"pricing\"."
697
  msgstr ""
698
+ "Możesz użyć dowolnego selektora jQuery do przewinięcia do określonego elementu "
699
+ "na stronie. Przykład: \"#pricing\" przewija stronę do elementu z ID \"pricing"
700
+ "\"."
701
 
702
  msgid "Slider alias"
703
  msgstr ""
738
  msgid "Slide ID"
739
  msgstr "ID slajdu"
740
 
741
+ msgid "Switches to the slide with the #2 ID as if the previous arrow was pressed"
 
742
  msgstr ""
743
 
744
  msgid "Switches to the slide with the #5 ID as if the next arrow was pressed"
1064
  msgstr ""
1065
 
1066
  msgid ""
1067
+ "Use our powerful visual editor, or simply import one of our existing template."
 
1068
  msgstr ""
1069
 
1070
  msgid "Create a New Project"
1141
 
1142
  msgid ""
1143
  "Join more than 120,000 subscribers and get access to the latest slider "
1144
+ "templates, tips, tutorials and other exclusive contents directly to your inbox."
 
1145
  msgstr ""
1146
 
1147
  msgid "Subscribe"
1158
  msgid "Set"
1159
  msgstr "Ustaw"
1160
 
1161
+ msgid "Edit"
1162
+ msgstr "Edytuj"
1163
+
1164
+ msgid "Group"
1165
+ msgstr "Grupa"
1166
+
1167
+ #, fuzzy
1168
+ #| msgid "Slider"
1169
+ msgid "Edit Slider"
1170
+ msgstr "Slajder"
1171
+
1172
  msgid "Up"
1173
  msgstr ""
1174
 
1175
  msgid "Insert group"
1176
  msgstr "Wstaw grupę"
1177
 
 
 
 
1178
  msgid "Move to trash"
1179
  msgstr ""
1180
 
1225
  msgid "delete this slide"
1226
  msgstr "Usuń slajder"
1227
 
1228
+ msgid "Max width"
1229
+ msgstr "Maksymalna szerokość"
1230
+
1231
+ msgid "Margin"
1232
+ msgstr "Margines"
1233
+
1234
+ #, fuzzy
1235
+ #| msgid "Top"
1236
+ msgid "top"
1237
+ msgstr "Góra"
1238
+
1239
+ #, fuzzy
1240
+ #| msgid "Light"
1241
+ msgid "right"
1242
+ msgstr "Cienka"
1243
+
1244
+ #, fuzzy
1245
+ #| msgid "Bottom"
1246
+ msgid "bottom"
1247
+ msgstr "Dół"
1248
+
1249
+ #, fuzzy
1250
+ #| msgid "To left"
1251
+ msgid "left"
1252
+ msgstr "Do lewej"
1253
+
1254
  msgid "Animations"
1255
  msgstr "Animacje"
1256
 
1427
 
1428
  #, fuzzy
1429
  #| msgid ""
1430
+ #| "Blocks carousel when the source of interaction is vertical touch, vertical "
1431
+ #| "pointer, mouse wheel or vertical keyboard."
1432
  msgid ""
1433
  "Stops the carousel at the last slide when the source of interaction is "
1434
  "vertical touch, vertical pointer, mouse wheel or vertical keyboard."
1435
  msgstr ""
1436
+ "Blokuje karuzelę, gdy źródłem interakcji jest dotyk pionowy, wskaźnik pionowy, "
1437
+ "kółko myszy lub klawiatura pionowa."
1438
 
1439
  msgid "Clear before"
1440
  msgstr ""
1455
  "Your website won't be scrollable anymore! All out of screen elements will be "
1456
  "hidden."
1457
  msgstr ""
1458
+ "Twojej strony nie będzie już można przewijać! Wszystkie elementy poza ekranem "
1459
+ "zostaną ukryte."
1460
 
1461
  msgid "Scroll to slider"
1462
  msgstr ""
1483
  msgstr "Opoźnienie (dla lightbox/tabs)"
1484
 
1485
  msgid ""
1486
+ "Delays the loading of the slider until its container gets visible. Useful when "
1487
+ "you display the slider in a lightbox or tab."
1488
  msgstr ""
1489
 
1490
  msgid "Legacy font scale"
1491
  msgstr ""
1492
 
1493
  msgid ""
1494
+ "This feature brings back the non-adaptive font size for absolute layers which "
1495
+ "were made before version 3.5. Turning on can affect website performance, so we "
1496
+ "suggest to keep it disabled.\n"
1497
  msgstr ""
1498
 
1499
  msgid "Slider CSS classes"
1505
  msgid "JavaScript callbacks"
1506
  msgstr "JavaScript callbacks"
1507
 
1508
+ #, fuzzy
1509
+ #| msgid "Loading animation"
1510
+ msgid "Loading animation waiting time"
1511
+ msgstr "Ładowanie animacji"
1512
+
1513
  msgid "Post IDs"
1514
  msgstr "Identyfikatory wpisów"
1515
 
1519
  msgid "The cache of the posts with the given ID will be cleared upon save."
1520
  msgstr "Pamięć podręczna wpisów o danym ID zostanie wyczyszczona po zapisaniu."
1521
 
1522
+ #, fuzzy
1523
+ #| msgid "Callback url"
1524
+ msgid "Fallback slider"
1525
+ msgstr "Callback url"
1526
+
1527
+ #, fuzzy
1528
+ #| msgid "Alias"
1529
+ msgid "ID or Alias"
1530
+ msgstr "Alias"
1531
+
1532
+ msgid ""
1533
+ "Select another slider by its ID or Alias that displays if your current slider "
1534
+ "has no published slides."
1535
+ msgstr ""
1536
+
1537
  msgid "Thumbnail"
1538
  msgstr "Miniaturka"
1539
 
1563
  #| "alias as its id. This can be useful, if you would want to use #your-alias "
1564
  #| "as the url in your menu to jump to that element."
1565
  msgid ""
1566
+ "Creates an empty div before the slider, using the alias as the ID of this div. "
1567
+ "As a result, you can use #your-alias in the URL to make the page jump to the "
1568
+ "slider."
1569
  msgstr ""
1570
+ "Możesz mieć pusty element div przed naszym slajderem, który użyłby tego aliasu "
1571
+ "jako jego identyfikatora. Może to być przydatne, jeśli chcesz użyć #twoj-alias "
1572
+ "jako adresu URL w menu, aby przejść do tego elementu."
1573
 
1574
  msgid "Smooth scroll"
1575
  msgstr ""
1627
  msgid "Align"
1628
  msgstr "Wyrównanie"
1629
 
 
 
 
1630
  msgid "Puts a fix margin around your slider."
1631
  msgstr ""
1632
 
1639
  msgid "Loading"
1640
  msgstr "Wczytywanie"
1641
 
1642
+ #, fuzzy
1643
+ #| msgid "Loading"
1644
+ msgid "Loading type"
1645
+ msgstr "Wczytywanie"
1646
+
1647
  msgid "Instant"
1648
  msgstr ""
1649
 
1653
  msgid "After delay"
1654
  msgstr ""
1655
 
 
 
 
 
 
1656
  msgid ""
1657
+ "If your slider is above the fold, you can load it immediately. Otherwise, you "
1658
+ "can load it only after the page has loaded."
1659
  msgstr ""
1660
 
1661
  msgid "Load delay"
1665
  msgstr "Odtwarzaj kiedy widoczny"
1666
 
1667
  msgid ""
1668
+ "Makes sure that the autoplay and layer animations only start when your slider "
1669
+ "is visible."
1670
  msgstr ""
1671
 
1672
  msgid "At"
1816
  #, php-format
1817
  msgid ""
1818
  "You can use the global breakpoints, or adjust them locally here. You can "
1819
+ "configure the Global breakpoints at <a href=\"%1$s\" target=\"_blank\">Global "
1820
+ "settings</a> > General > Breakpoints"
1821
  msgstr ""
1822
 
1823
  msgid "Custom size"
1825
 
1826
  #, php-format
1827
  msgid ""
1828
+ "Use this option to customize the aspect ratio for each device. %1$s Read more "
1829
+ "in the documentation%2$s. <b>Beware:</b> This option is rarely needed and "
1830
+ "might be hard to set properly!"
1831
  msgstr ""
1832
 
1833
  msgid "Slides"
1844
  "the result with the filling modes."
1845
  msgstr ""
1846
 
1847
+ #, fuzzy
1848
+ #| msgid "Background color"
1849
+ msgid "Background Blur"
1850
+ msgstr "Kolor tła"
1851
+
1852
  msgid "Randomize"
1853
  msgstr "Losowe"
1854
 
1884
  msgstr ""
1885
 
1886
  msgid ""
1887
+ "The slider continues from the last viewed slide when the visitor comes back to "
1888
+ "the page."
1889
  msgstr ""
1890
 
1891
  msgid "Backgrounds in lightbox"
1892
  msgstr ""
1893
 
1894
  msgid ""
1895
+ "Creates a lightbox from your slide background images. This feature only works "
1896
+ "if all slides have background images."
1897
  msgstr ""
1898
 
1899
  msgid "Show label"
2003
  msgstr ""
2004
 
2005
  msgid ""
2006
+ "To help you get started, we've put together a super tutorial video that shows "
2007
+ "you the basic settings."
2008
  msgstr ""
2009
 
2010
  #, fuzzy
2033
  "To get started with Smart Slider 3, please refer to this guide for "
2034
  "downloading, installing, and using."
2035
  msgstr ""
2036
+ "Aby rozpocząć korzystanie ze Smart Slider 3, zapoznaj się z tym podręcznikiem, "
2037
+ "w celu pobrania, zainstalowania i korzystania."
2038
 
2039
  msgid "Email support"
2040
  msgstr "Wsparcie e-mail"
2041
 
2042
  msgid ""
2043
+ "Need one-to-one assistance? Get in touch with our Support team! We'd love the "
2044
+ "opportunity to help you."
2045
  msgstr ""
2046
  "Potrzebujesz indywidualnej pomocy? Skontaktuj się z naszym zespołem pomocy "
2047
  "technicznej! Chętnie Ci pomożemy ."
2052
  msgstr "Filmy instruktażowe"
2053
 
2054
  msgid ""
2055
+ "Check our video tutorials which cover everything you need to know about Smart "
2056
+ "Slider 3."
2057
  msgstr ""
2058
+ "Sprawdź nasze film instruktażowe, które obejmują wszystko, co musisz wiedzieć "
2059
+ "o Smart Slider 3."
2060
 
2061
  msgid "Selected articles"
2062
  msgstr ""
2147
  msgid "Why upgrade to Smart Slider 3 Pro?"
2148
  msgstr ""
2149
 
2150
+ #, php-format
2151
+ msgid "%d+ slider templates"
2152
  msgstr ""
2153
 
2154
  msgid "Full slide library access"
2155
  msgstr ""
2156
 
2157
+ #, fuzzy, php-format
2158
+ #| msgid "Heading layer"
2159
+ msgid "%d new layers"
2160
+ msgstr "Warstwa nagłówka"
2161
 
2162
  msgid "Extra advanced options"
2163
  msgstr ""
2212
  msgstr "Fokus"
2213
 
2214
  msgid ""
2215
+ "You can set the starting position of a background image. This makes sure that "
2216
+ "the selected part will always remain visible, so you should pick the most "
2217
+ "important part."
2218
  msgstr ""
2219
 
2220
  msgid "Background"
2226
  msgid "Color end"
2227
  msgstr "Kolor końcowy"
2228
 
 
 
 
2229
  msgid "Position"
2230
  msgstr "Pozycja"
2231
 
2274
  msgstr "Paralaksa"
2275
 
2276
  msgid "More parallax options in slider settings -> Layer animations tab."
2277
+ msgstr "Więcej opcji parallax w ustawieniach slajdera-> zakładka animacji warstw"
 
2278
 
2279
  msgid "Crop"
2280
  msgstr "Przycięcie"
2305
  msgid "Typography"
2306
  msgstr ""
2307
 
2308
+ msgid "You can select a font family from the preset, or type your custom family."
 
2309
  msgstr ""
2310
 
2311
  msgid ""
2393
 
2394
  #, php-format
2395
  msgid ""
2396
+ "Please read %1$sour detailed guide%2$s about setting your own slide background "
2397
+ "correctly."
2398
  msgstr ""
2399
 
2400
+ #, fuzzy
2401
+ #| msgid "Background color"
2402
+ msgid "Background blur"
2403
+ msgstr "Kolor tła"
2404
+
2405
  msgid "Blur"
2406
  msgstr "Rozmycie"
2407
 
2559
  msgid "Scale down"
2560
  msgstr "Scale down"
2561
 
 
 
 
2562
  msgid "Static overlay"
2563
  msgstr "Statyczna nakladka"
2564
 
2616
  msgid "Drop images here"
2617
  msgstr "Desktopowy obraz jest pusty!"
2618
 
2619
+ #, fuzzy
2620
+ #| msgid "Search results only"
2621
+ msgid "Search Project"
2622
+ msgstr "Tylko wyniki wyszukiwania"
2623
 
2624
  #, fuzzy
2625
  #| msgid "View records"
2651
  msgid "Export"
2652
  msgstr "Eksport"
2653
 
2654
+ #, fuzzy
2655
+ #| msgid "Showcase"
2656
+ msgid "Show"
2657
+ msgstr "Pokaz"
2658
+
2659
+ #, php-format
2660
+ msgid "Showing %s to %s of %s projects"
2661
+ msgstr ""
2662
+
2663
+ msgid "No projects to show"
2664
+ msgstr ""
2665
+
2666
  msgid "New project"
2667
  msgstr ""
2668
 
2669
+ msgid "Sorry we couldn’t find any matches"
2670
+ msgstr ""
2671
+
2672
+ msgid "Please try searching with another term."
2673
+ msgstr ""
2674
+
2675
+ #, php-format
2676
+ msgid "Showing %s results for %s."
2677
+ msgstr ""
2678
+
2679
  msgid "Module"
2680
  msgstr "Moduł"
2681
 
2776
  #, php-format
2777
  msgid ""
2778
  "Here you can configure the default font your layers have, and the dropdown "
2779
+ "list of the fonts. Google Fonts are recognized automatically, but you can use "
2780
+ "your own custom fonts, too. %1$sLearn how to do that.%2$s"
2781
  msgstr ""
2782
 
2783
  msgid "Default family"
2818
  msgstr "Ulepszona dostępność witryny"
2819
 
2820
  msgid ""
2821
+ "Keeps the clicked element (like a button) in focus unless the focus is changed "
2822
+ "by clicking away."
2823
  msgstr ""
2824
 
2825
  msgid "Script attributes"
2838
  msgstr ""
2839
 
2840
  msgid ""
2841
+ "Google Fonts, icon and lightbox CSS are loaded in a non-blocking way. Disable "
2842
+ "if you see missing icons, fonts or styles."
2843
  msgstr ""
2844
 
2845
  msgid "Load Font Awesome 4"
2868
  msgid "Alternative save slide"
2869
  msgstr ""
2870
 
2871
+ msgid "If you experience problems during the save this option might solve them."
 
2872
  msgstr ""
2873
 
2874
  msgid "Preview in new window"
2878
  msgstr ""
2879
 
2880
  msgid ""
2881
+ "Opens the lightbox videos in the YouTube app to avoid the mobile disabling the "
2882
+ "video."
2883
  msgstr ""
2884
 
2885
  msgid "YouTube and Vimeo privacy enhanced mode"
2892
  msgstr "Edytor - dodatkowe pliki CSS"
2893
 
2894
  msgid ""
2895
+ "You can call your own CSS files to our backend, for example, to be able to use "
2896
+ "custom fonts. Write each URL to a new line."
2897
  msgstr ""
2898
 
2899
  #, fuzzy
2917
  msgstr ""
2918
 
2919
  msgid ""
2920
+ "Creates new widget areas which you can place to your theme for easy publishing."
 
2921
  msgstr ""
2922
 
2923
  msgid "Use iframe in AJAX calls"
2940
  msgid "Exclude plugins"
2941
  msgstr "Wyklucz wtyczki"
2942
 
2943
+ msgid "At each slider you can override the global breakpoints with local values."
 
2944
  msgstr ""
2945
 
2946
  msgid "Focus offset"
2947
  msgstr "Offset fokus"
2948
 
2949
  msgid ""
2950
+ "This option is used at the full page layout to decrease the slider height. The "
2951
+ "\"Scroll to slider\" option also uses this option to determine where to scroll "
2952
+ "the slider."
2953
  msgstr ""
2954
 
2955
  msgid "Translate url"
2956
  msgstr "Przekształć adres URL"
2957
 
2958
  msgid ""
2959
+ "You can change the frontend URL our assets are loading from. It can be useful "
2960
+ "after moving to a new domain."
2961
  msgstr ""
2962
 
2963
  msgid "The old URL you want to replace. E.g. https://oldsite.com/"
3062
 
3063
  #, php-format
3064
  msgid ""
3065
+ "Your server has an upload file limit at %s, so if you have bigger export file, "
3066
+ "please use the local import file method."
3067
  msgstr ""
3068
  "Limit wysyłania plików na Twoim serwerze to %s. Jeśli masz większy plik "
3069
  "eksportowy, użyj metody importowania plików lokalnych."
3100
 
3101
  #, php-format
3102
  msgid ""
3103
+ "Your server's upload filesize limitation is %s, so if your file is bigger, use "
3104
+ "the local import."
3105
  msgstr ""
3106
 
3107
  msgid "File"
3202
  msgid "Cache expiration"
3203
  msgstr "Wygaśnięcie pamięci podręcznej"
3204
 
3205
+ msgid "Hours"
3206
+ msgstr "Horas"
3207
 
3208
  msgid "Start index"
3209
  msgstr "Indeks startowy"
3276
  "This plugin breaks JavaScript in the admin area, deactivate it and use "
3277
  "alternative plugin."
3278
  msgstr ""
3279
+ "Ta wtyczka psuje JavaScript w obszarze administracyjnym, dezaktywuj go i użyj "
3280
+ "alternatywnej wtyczki."
3281
 
3282
+ msgid "This plugin breaks Smart Slider 3 ajax calls if custom admin url enabled."
 
3283
  msgstr ""
3284
  "Ta wtyczka psuje wywołania ajax Smart Slider 3, jeśli włączony jest "
3285
  "niestandardowy adres URL administratora."
3292
 
3293
  #, php-format
3294
  msgid ""
3295
+ "This plugin breaks the filtering options of the dynamic slide generators when "
3296
+ "%1$s is set to %2$s. Also it has not received any updates since WordPress 3.9."
 
3297
  msgstr ""
3298
 
3299
  msgid "Add column"
3300
  msgstr ""
3301
 
3302
  msgid "Year"
3303
+ msgstr "Ano"
3304
 
3305
  msgid "Month"
3306
+ msgstr "Mês"
3307
 
3308
  msgid "Day"
3309
+ msgstr "Dia"
3310
 
3311
  msgid "Hour"
3312
+ msgstr "Hora"
3313
 
3314
  msgid "Minute"
3315
+ msgstr "Ata"
3316
 
3317
  msgid "Stack"
3318
  msgstr "Stos"
3552
 
3553
  #, php-format
3554
  msgid ""
3555
+ "Write one per line in the following format: from||to %1$s E.g.: Monday||Montag"
 
3556
  msgstr ""
3557
 
3558
  msgid "Replace variables"
3566
 
3567
  #, php-format
3568
  msgid ""
3569
+ "The \"Datetime format\" will be used to create dates from the given timestamp "
3570
+ "containing variables. %1$s Separate them with comma."
3571
  msgstr ""
3572
 
3573
  msgid "File variables"
3578
 
3579
  #, php-format
3580
  msgid ""
3581
+ "If you have IDs of files, you can replace those variables with the urls of the "
3582
+ "files instead. %1$s Separate them with comma."
3583
  msgstr ""
3584
 
3585
  msgid "Remove duplicate results"
3586
  msgstr "Usuń zduplikowane wyniki"
3587
 
3588
  msgid ""
3589
+ "You can remove results based on one variable's uniqueness. For example if you "
3590
+ "want the images to be unique, you could write the \"image\" variable into this "
3591
+ "field (without quotemarks)."
3592
  msgstr ""
3593
 
3594
  msgid "Custom field name"
3613
  msgstr "Usuń shortcody"
3614
 
3615
  msgid ""
3616
+ "You can remove shortcodes from variables to avoid 3rd party content rendering "
3617
+ "in your slider."
3618
  msgstr ""
3619
 
3620
  msgid "Remove from variables"
3630
 
3631
  #, php-format
3632
  msgid ""
3633
+ "You can create custom date variables from your existing date variables. Write "
3634
+ "each variable to a new line and use the following format: variable||format. "
3635
+ "%3$s The \"variable\" should be an existing variable. Based on this existing "
3636
+ "variable, we create a new one with the \"_datetime\" suffix. (E.g. "
3637
  "date_datetime.) %3$s The \"format\" can be any %1$sPHP date format%2$s."
3638
  msgstr ""
3639
 
3650
  msgstr "Funkcja daty"
3651
 
3652
  msgid ""
3653
+ "This function will be used to format these custom date variables. Usually the "
3654
+ "date_i18n works, but if your date will be off a little bit, then try out the "
3655
+ "other one."
3656
  msgstr ""
3657
  "Funkcja ta będzie używana do formatowania niestandardowych zmiennych daty. "
3658
  "Zazwyczaj działa date_i18n, w przeciwnym wypadku wypróbuj drugą."
3675
  msgid "Whole group"
3676
  msgstr "Cała grupa"
3677
 
3678
+ #, fuzzy
3679
+ #| msgid "Select slider"
3680
+ msgid "Select Slider"
3681
  msgstr "Wybierz slajder"
3682
 
3683
  msgid "OR"
3684
  msgstr "LUB"
3685
 
3686
+ msgid "Insert a slider into your content"
3687
+ msgstr ""
3688
+
3689
+ msgid "Select the slider you want to insert."
3690
  msgstr ""
3691
 
3692
  msgctxt "Button layer default text"
3707
 
3708
  #, php-format
3709
  msgid ""
3710
+ "Enter the %1$s rel attribute %2$s that represents the relationship between the "
3711
+ "current document and the linked document. Multiple rel attributes can be "
3712
  "separated with space. E.g. nofollow noopener noreferrer"
3713
  msgstr ""
3714
 
3752
  msgstr "Zoptymalizuj obrazek"
3753
 
3754
  msgid ""
3755
+ "You can turn off the Layer image optimization for this image, to resize it for "
3756
+ "tablet and mobile."
3757
  msgstr ""
3758
 
3759
  msgctxt "Layer group"
3839
  msgid "You can pause the video when the visitor scrolls away from the slider"
3840
  msgstr ""
3841
 
 
 
 
 
 
 
 
3842
  msgid "Display"
3843
  msgstr "Wyświetlanie"
3844
 
3859
  msgid "Users byline"
3860
  msgstr "Użytkownicy kolejno"
3861
 
3862
+ msgid "Hides the user's byline of the video, but only if video owner allows it."
 
3863
  msgstr ""
3864
 
3865
  msgid ""
3944
  msgstr ""
3945
 
3946
  msgid ""
3947
+ "You can make the slider fill up a selected parent element instead of the full "
3948
+ "browser width."
3949
  msgstr ""
3950
 
3951
  msgid "Not found"
4007
  msgstr ""
4008
 
4009
  msgid ""
4010
+ "If you turn off this option, you can't switch to the first slide from the last "
4011
+ "one."
4012
  msgstr ""
4013
  "Po wyłączeniu tej opcji nie można przełączyć się na pierwszy slajd z "
4014
  "ostatniego."
4015
 
4016
+ msgid ""
4017
+ "Background animations only work on the slide background images, which have "
4018
+ "Fill selected at their Fill mode. They don't affect any images if the "
4019
+ "background parallax is enabled."
4020
+ msgstr ""
4021
+
4022
  msgid "Shifted"
4023
  msgstr "Przesunięty"
4024
 
4025
  msgid "The background and the main animation plays simultaneously or shifted."
4026
  msgstr "Tło i główna animacja są odtwarzane jednocześnie lub przesunięte."
4027
 
 
 
 
 
 
 
4028
  msgid "Slider CSS Preset"
4029
  msgstr ""
4030
 
4172
  msgid "My text animations"
4173
  msgstr ""
4174
 
4175
+ msgid "Morph - Wave"
4176
+ msgstr ""
4177
+
4178
+ msgid "Morph - Brush"
4179
+ msgstr ""
4180
+
4181
+ msgid "Morph - Flow"
4182
+ msgstr ""
4183
+
4184
+ msgid "Morph - Noise"
4185
+ msgstr ""
4186
+
4187
+ msgid "Distortion - Mosaic"
4188
+ msgstr ""
4189
+
4190
+ #, fuzzy
4191
+ #| msgid "Slices - Triangle"
4192
+ msgid "Distortion - Triangle"
4193
+ msgstr "Przycięcie - Trójkąt"
4194
+
4195
+ msgid "Distortion - Flow"
4196
+ msgstr ""
4197
+
4198
+ msgid "Distortion - Warp"
4199
+ msgstr ""
4200
+
4201
+ msgid "Distortion - Storm"
4202
+ msgstr ""
4203
+
4204
+ #, fuzzy
4205
+ #| msgid "Registration start date"
4206
+ msgid "Distortion - Wave"
4207
+ msgstr "Data rozpoczęcia rejestracji"
4208
+
4209
+ msgid "Distortion - Shard"
4210
+ msgstr ""
4211
+
4212
+ msgid "Distortion - Noise"
4213
+ msgstr ""
4214
+
4215
  msgid "Slices - Single"
4216
  msgstr "Przycięcie - pojedynczo"
4217
 
4537
  "optimization plugins often have errors in their codes related to them, so if "
4538
  "your arrow won't load, turn this option off."
4539
  msgstr ""
4540
+ "Obrazy strzałek zakodowane w standardzie Base64 ładują się szybciej i można im "
4541
+ "nadać kolor. Ale wtyczki optymalizacyjne często zawierają błędy w kodach "
4542
  "związanych z nimi, więc jeśli twoja strzałka się nie ładuje, wyłącz tę opcję."
4543
 
4544
  msgid "Image width - Desktop"
4612
  msgid "Bullets"
4613
  msgstr "Paginacja"
4614
 
 
 
 
4615
  msgid "Side"
4616
  msgstr "Strona"
4617
 
4809
  msgid "Sparkling"
4810
  msgstr "Sparkling"
4811
 
4812
+ #, fuzzy, php-format
4813
+ #| msgid "Curve 1"
4814
+ msgid "Curve %d"
4815
  msgstr "Krzywa 1"
4816
 
 
 
 
 
 
 
 
 
 
4817
  msgid "Curves"
4818
  msgstr "Krzywe"
4819
 
4820
+ #, fuzzy, php-format
4821
+ #| msgid "Fan 1"
4822
+ msgid "Fan %d"
4823
  msgstr "Fan 1"
4824
 
 
 
 
 
 
 
4825
  msgid "Hills"
4826
  msgstr "Hills"
4827
 
4828
+ #, fuzzy, php-format
4829
+ #| msgid "Incline 1"
4830
+ msgid "Incline %d"
4831
  msgstr "Incline 1"
4832
 
 
 
 
 
 
 
4833
  msgid "Inverse arrow"
4834
  msgstr "Odwrócona strzałka"
4835
 
4839
  msgid "Slopes"
4840
  msgstr "Slopes"
4841
 
4842
+ #, fuzzy, php-format
4843
+ #| msgid "Tilt 1"
4844
+ msgid "Tilt %d"
4845
  msgstr "Tilt 1"
4846
 
4847
+ #, fuzzy, php-format
4848
+ #| msgid "Triangle 1"
4849
+ msgid "Triangle %d"
 
4850
  msgstr "Triangle 1"
4851
 
4852
+ #, fuzzy, php-format
4853
+ #| msgid "Wave 1"
4854
+ msgid "Wave %d"
 
4855
  msgstr "Wave 1"
4856
 
 
 
 
4857
  msgid "Waves"
4858
  msgstr "Waves"
4859
 
4860
+ #, fuzzy, php-format
4861
+ #| msgid "Columns"
4862
+ msgid "Columns %d"
4863
+ msgstr "Kolumny"
4864
+
4865
+ #, php-format
4866
+ msgid "Paper %d"
4867
+ msgstr ""
4868
+
4869
  msgid "2 Colors"
4870
  msgstr "2 kolory"
4871
 
4887
  #, php-format
4888
  msgid ""
4889
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4890
+ "order to use this generator!"
4891
+ msgstr ""
4892
+
4893
+ msgid "How to get SSL for my website?"
4894
  msgstr ""
4895
 
4896
  #, php-format
4907
 
4908
  msgid ""
4909
  "You need \"pages_read_engagement\" permission if you want to access datas of "
4910
+ "Facebook pages, where you are an administrator. For other pages you still need "
4911
+ "to turn this option on, but request access to \"Page Public Content Access\" "
4912
+ "within your App."
4913
  msgstr ""
4914
 
4915
  msgctxt "Facebook app permission"
4920
  msgstr ""
4921
 
4922
  msgid ""
4923
+ "You need \"user_photos\" permission to access photos of users, except your own "
4924
+ "user."
4925
  msgstr ""
4926
 
4927
  msgid "Token"
5020
  msgid "Source folder"
5021
  msgstr "Katalog źródłowy"
5022
 
5023
+ #, fuzzy
5024
+ #| msgid "Slide name and description"
5025
+ msgid "Filename based exclusion"
5026
+ msgstr "Nazwa i opis slajdu"
5027
+
5028
  msgid "Remove resized images"
5029
  msgstr ""
5030
 
5031
  msgid ""
5032
  "This option removes files that match the \"-[number]x[number].[extension]\" "
5033
+ "pattern in the end of their file names. For example, \"myimage.jpg\" will stay "
5034
+ "in the generator result, but \"myimage-120x120.jpg\" will be removed, because "
5035
+ "it's the same image, just in a smaller size."
5036
+ msgstr ""
5037
+
5038
+ msgid "Filename has to contain"
5039
+ msgstr ""
5040
+
5041
+ msgid ""
5042
+ "Only those images will be asked down, which have the given texts within their "
5043
+ "filenames. You can write down multiple texts separated by comma."
5044
+ msgstr ""
5045
+
5046
+ msgid "Filename cannot contain"
5047
+ msgstr ""
5048
+
5049
+ msgid ""
5050
+ "Only those images will be asked down, which don't have the given texts within "
5051
+ "their filenames. You can write down multiple texts separated by comma."
5052
  msgstr ""
5053
 
5054
  msgid "Filename"
5061
  "Wrong path. This is the default image folder path, so try to navigate from "
5062
  "here:"
5063
  msgstr ""
5064
+ "Błędna ścieżka. To jest domyślna ścieżka katalogu obrazków, spróbuj nawigować "
5065
+ "stąd:"
5066
 
5067
  msgid "Folder not found."
5068
  msgstr "Nie znaleziono katalogu."
5074
  "Zła ścieżka. To jest domyślna ścieżka do katalogu przesyłania plików/mediów, "
5075
  "więc spróbuj nawigować stąd:"
5076
 
5077
+ msgid "The App ID and the Secret is empty!"
5078
+ msgstr ""
5079
+
5080
+ msgid "The token will expire at:"
5081
+ msgstr ""
5082
+
5083
+ msgid "Access token was not returned.Please check the credentials!"
5084
+ msgstr ""
5085
+
5086
+ #, fuzzy
5087
+ #| msgid "The token expired. Please request new token! "
5088
+ msgid "The token expired. Please request new token!"
5089
+ msgstr "Token wygasł. Prosimy pobrać nowy token! "
5090
+
5091
+ #, fuzzy
5092
+ #| msgid "The token expired. Please request new token! "
5093
+ msgid "The token will expire in two days! Please refresh the token!"
5094
+ msgstr "Token wygasł. Prosimy pobrać nowy token! "
5095
+
5096
+ #, fuzzy
5097
+ #| msgid "Request token"
5098
+ msgid "Refresh Token"
5099
+ msgstr "Żądanie tokena"
5100
+
5101
+ msgid "Refresh"
5102
+ msgstr ""
5103
+
5104
+ msgid "Album loading method"
5105
+ msgstr ""
5106
+
5107
+ msgid "Load first images only"
5108
+ msgstr ""
5109
+
5110
+ msgid "Load album images separately"
5111
+ msgstr ""
5112
+
5113
+ msgid "Load Album images as record data"
5114
+ msgstr ""
5115
+
5116
  msgid "JSON from url"
5117
  msgstr ""
5118
 
5123
  msgstr ""
5124
 
5125
  msgid ""
5126
+ "JSON codes can be customized to have many different levels. From a code it is "
5127
+ "impossible to know from which level do you want to use the given datas on the "
5128
+ "different slides, so you have to select that level from this list."
5129
  msgstr ""
5130
  "Kody JSON można dostosować, do wielu różnych poziomów. Z kodu nie można "
5131
  "dowiedzieć się, z którego poziomu chcesz korzystać używając danych danych na "
5133
 
5134
  #, php-format
5135
  msgid ""
5136
+ "The given text is not valid XML! %1$sValidate your code%2$s to make sure it is "
5137
+ "correct."
5138
  msgstr ""
5139
 
5140
  #, php-format
5153
  msgid "Images"
5154
  msgstr "Obrazy"
5155
 
5156
+ #, fuzzy
5157
+ #| msgid "Offset"
5158
+ msgid "Offset hours"
5159
+ msgstr "Offset"
5160
+
5161
  msgid "Timezone offset in hours. For example: +2 or -7."
5162
  msgstr ""
5163
 
5203
  msgid "Creates slides from %1$s content."
5204
  msgstr ""
5205
 
5206
+ msgid "Include subcategories"
5207
+ msgstr "Uwzględnij podkategorie"
 
 
 
5208
 
5209
+ msgid "Frontpage"
5210
+ msgstr "Strona główna (witryna)"
5211
 
5212
+ msgid "Exclude ID"
5213
+ msgstr "Wyklucz identyfikator"
5214
 
5215
+ msgid "Category title"
5216
+ msgstr "Tutuł kategorii"
5217
 
5218
+ msgid "Username"
5219
+ msgstr "Nazwa użytkownika"
5220
 
5221
+ msgid "View post"
5222
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5223
 
5224
  msgid "Resolved"
5225
  msgstr "Rozwiązany"
5254
  msgid "Banned user IDs"
5255
  msgstr "Identyfikatory zbanowanych użytkowników"
5256
 
5257
+ msgid "Started"
5258
+ msgstr "Rozpoczęty"
5259
+
5260
  msgid "Ended"
5261
  msgstr "Zakończony"
5262
 
5342
  msgid "Manufacturer language"
5343
  msgstr ""
5344
 
5345
+ msgid "Price"
5346
+ msgstr "Cena"
5347
+
5348
  msgid "Product name"
5349
  msgstr "Nazwa produktu"
5350
 
5351
  msgid "Product ID"
5352
  msgstr "ID produktu"
5353
 
5354
+ msgid "Locations"
5355
+ msgstr "Lokalizacje"
5356
+
5357
  msgid "Recurring"
5358
  msgstr "Cykliczne"
5359
 
5369
  msgid "Only not recurring events"
5370
  msgstr "Tylko wydarzenia niecykliczne"
5371
 
5372
+ msgid "Menu item (item ID)"
5373
+ msgstr "Pozycja menu (identyfikator pozycji)"
5374
+
5375
+ msgid "Start date"
5376
+ msgstr "Data rozpoczęcia"
5377
+
5378
  msgid "End date"
5379
  msgstr "Data zakończenia"
5380
 
5417
  msgid "Only display items with these IDs"
5418
  msgstr "Wyświetlaj elementy tylko z tymi identyfikatorami"
5419
 
5420
+ msgid ""
5421
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5422
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone setting "
5423
+ "will be used."
5424
+ msgstr ""
5425
+ "Przesunięcie strefy czasowej w godzinach. Na przykład: +2 lub -7. Jeśli "
5426
+ "pozostanie pusty, zostanie użyty System Joomli -> Konfiguracja globalna -> "
5427
+ "Serwer -> Strefa czasowa serwera."
5428
+
5429
  msgid "Brand"
5430
  msgstr "Marka"
5431
 
5451
  msgstr ""
5452
 
5453
  msgid ""
5454
+ "Write the product IDs you want to display here, in the order you want them to "
5455
+ "appear in the generator. One product ID per line."
5456
  msgstr ""
5457
 
5458
  msgid "One time events"
5464
  msgid "Date language"
5465
  msgstr ""
5466
 
5467
+ #, fuzzy
5468
+ #| msgid "Format date variables"
5469
+ msgid "Date variable offset"
5470
+ msgstr "Formatuj zmienne daty"
5471
 
5472
+ msgid "Date filter offset"
 
 
 
5473
  msgstr ""
 
 
 
5474
 
5475
  msgid "Status"
5476
  msgstr "Status"
5481
  msgid "Ask down all product images"
5482
  msgstr "Żądanie wszystkich obrazków produktów"
5483
 
5484
+ msgid "Items"
5485
+ msgstr "Elementy"
5486
+
5487
  msgid "View item"
5488
  msgstr ""
5489
 
5493
  msgid "View image"
5494
  msgstr "Pokaż obraz"
5495
 
 
 
 
 
 
 
 
 
 
5496
  msgid "All day event"
5497
  msgstr "Wydarzenie całodniowe"
5498
 
5502
  msgid "Show parent products only"
5503
  msgstr "Pokaż tylko produkty nadrzędne"
5504
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5505
  #, php-format
5506
  msgid "Creates slides from %1$s galleries."
5507
  msgstr ""
5524
  msgid "No options given"
5525
  msgstr ""
5526
 
5527
+ #, php-format
5528
+ msgid "Creates slides from %1$s events."
5529
+ msgstr ""
5530
+
5531
  msgid "Exclude event IDs (One ID per line)"
5532
  msgstr "Wyklucz identyfikatory wydarzeń (jedno ID w wierszu)"
5533
 
5551
 
5552
  msgid ""
5553
  "With the WordPress Settings -> General -> Timezone and Date format, new "
5554
+ "variables will be generated from the given variables. Separate them with comma."
 
5555
  msgstr ""
5556
  "Poprzez WordPress Ustawienia -> Ogólne -> Strefa czasowa i format daty, nowe "
5557
  "zmienne będą generowane z podanych zmiennych. Rozdziel je przecinkami."
5583
  msgid "Hide From Event Listings"
5584
  msgstr "Ukryj na liście wydarzeń"
5585
 
5586
+ msgid "Event start date"
5587
+ msgstr "Data rozpoczęcia wydarzenia"
5588
+
5589
+ msgid "Event end date"
5590
+ msgstr "Data zakończenia wydarzenia"
5591
+
5592
  msgid "Event cost"
5593
  msgstr "Koszt wydarzenia"
5594
 
5595
+ msgid "Event creation date"
5596
+ msgstr "Data utworzenia wydarzenia"
5597
+
5598
+ msgid "Event modification date"
5599
+ msgstr "Data modyfikacji wydarzenia"
5600
+
5601
  msgid "Metakey name"
5602
  msgstr "Nazwa klucza meta"
5603
 
5632
  msgstr "Produkty według ID i/lub SKU"
5633
 
5634
  msgid ""
5635
+ "Creates slides from your WooCommece categories. (Not from the products inside "
5636
+ "them.)"
5637
  msgstr ""
5638
 
5639
  msgid "Submenu limit"
5642
  msgid "No limit"
5643
  msgstr "Bez limitu"
5644
 
5645
+ #, fuzzy
5646
+ #| msgid "Include subcategories"
5647
+ msgid "Hide empty categories"
5648
+ msgstr "Uwzględnij podkategorie"
5649
+
5650
+ msgid "Yes"
5651
+ msgstr "Tak"
5652
+
5653
  msgid "Downloadable"
5654
  msgstr "Do pobrania"
5655
 
5664
  "if it's not equal, the text will be 'false'. The new variable's name will be "
5665
  "textvariable (the 'variable' replaced by your variable's name)."
5666
  msgstr ""
5667
+ "jeśli 'zmienna' jest równa 'równej wartości', wtedy otrzymasz tekst 'prawda', "
5668
+ "ale jeśli nie jest równy, tekst będzie 'fałszywy'. Nazwa nowej zmiennej będzie "
5669
+ "miała wartość tekstową ('zmienna' zostanie zastąpiona nazwą zmiennej)."
 
5670
 
5671
  msgid "Round rating"
5672
  msgstr "Zaokrąglona ocena"
5837
  msgid "Vertical pendulum 3D"
5838
  msgstr "Vertical pendulum 3D"
5839
 
5840
+ msgid "We are Passionate About"
5841
+ msgstr ""
5842
+
5843
+ msgid ""
5844
+ "Amazing Food\n"
5845
+ "Great Hospitality"
5846
+ msgstr ""
5847
+
5848
  msgid "Before text"
5849
  msgstr "Przed tekstem"
5850
 
5926
  msgid "Time"
5927
  msgstr "Czas"
5928
 
5929
+ #, fuzzy
5930
+ #| msgid "Size"
5931
+ msgid "Icon Size"
5932
+ msgstr "Rozmiar"
5933
+
5934
+ #, fuzzy
5935
+ #| msgid "Before text"
5936
+ msgid "Before After"
5937
+ msgstr "Przed tekstem"
5938
+
5939
+ #, fuzzy
5940
+ #| msgid "Left to Right"
5941
+ msgid "Left top"
5942
+ msgstr "Left to Right"
5943
+
5944
+ #, fuzzy
5945
+ #| msgid "Center"
5946
+ msgid "Center top"
5947
+ msgstr "Środek"
5948
+
5949
+ #, fuzzy
5950
+ #| msgid "Right"
5951
+ msgid "Right top"
5952
+ msgstr "Prawa"
5953
+
5954
+ #, fuzzy
5955
+ #| msgid "Slider center"
5956
+ msgid "Left center"
5957
+ msgstr "Środek slajdera"
5958
+
5959
+ #, fuzzy
5960
+ #| msgid "Center"
5961
+ msgid "Right Center"
5962
+ msgstr "Środek"
5963
+
5964
+ #, fuzzy
5965
+ #| msgid "To bottom"
5966
+ msgid "Left bottom"
5967
+ msgstr "Do dołu"
5968
+
5969
+ #, fuzzy
5970
+ #| msgid "Curtain to bottom"
5971
+ msgid "Center bottom"
5972
+ msgstr "Curtain to bottom"
5973
+
5974
+ #, fuzzy
5975
+ #| msgid "To bottom"
5976
+ msgid "Right bottom"
5977
+ msgstr "Do dołu"
5978
+
5979
+ #, fuzzy
5980
+ #| msgid "Before text"
5981
+ msgid "Before Image"
5982
+ msgstr "Przed tekstem"
5983
+
5984
+ #, fuzzy
5985
+ #| msgid "After text"
5986
+ msgid "After Image"
5987
+ msgstr "Po tekście"
5988
+
5989
+ msgid "Labels"
5990
+ msgstr ""
5991
+
5992
+ #, fuzzy
5993
+ #| msgid "Show label"
5994
+ msgid "Show Label"
5995
+ msgstr "Pokaż etykietę"
5996
+
5997
+ msgid "Always"
5998
+ msgstr ""
5999
+
6000
+ #, fuzzy
6001
+ #| msgid "Before text"
6002
+ msgid "Before label"
6003
+ msgstr "Przed tekstem"
6004
+
6005
+ #, fuzzy
6006
+ #| msgid "Previous label"
6007
+ msgid "After label"
6008
+ msgstr "Etykieta - poprzedni"
6009
+
6010
+ msgid "Behavior"
6011
+ msgstr ""
6012
+
6013
+ #, fuzzy
6014
+ #| msgid "Internal Only"
6015
+ msgid "Interaction"
6016
+ msgstr "Tylko wewnętrzne"
6017
+
6018
+ #, fuzzy
6019
+ #| msgid "Slider"
6020
+ msgid "Divider"
6021
+ msgstr "Slajder"
6022
+
6023
+ msgid "Line"
6024
+ msgstr ""
6025
+
6026
+ #, fuzzy
6027
+ #| msgid "Show duration"
6028
+ msgid "Show Caption"
6029
+ msgstr "Pokaż czas trwania"
6030
+
6031
+ #, fuzzy
6032
+ #| msgid "Caption"
6033
+ msgid "Caption text"
6034
+ msgstr "Podpis"
6035
+
6036
+ msgid "Before image alt tag"
6037
+ msgstr ""
6038
+
6039
+ #, fuzzy
6040
+ #| msgid "Average rating"
6041
+ msgid "After image alt tag"
6042
+ msgstr "Średnia ocena"
6043
+
6044
+ #, fuzzy
6045
+ #| msgid "Optimize image"
6046
+ msgid "Optimize images"
6047
+ msgstr "Zoptymalizuj obrazek"
6048
+
6049
  msgid "Full"
6050
  msgstr "Pełny"
6051
 
6079
  msgid "Stroke width"
6080
  msgstr "Szerokość linii"
6081
 
 
 
 
6082
  msgid "Inner before"
6083
  msgstr "Wewnętrzny wcześniej"
6084
 
6091
  msgid "Animation duration"
6092
  msgstr "Czas trwania animacji"
6093
 
6094
+ #, fuzzy
6095
+ #| msgid "Counter"
6096
+ msgid "Countdown"
6097
+ msgstr "Licznik"
6098
 
6099
+ msgid "Days"
6100
+ msgstr "Dias"
6101
 
6102
+ msgid "Minutes"
6103
+ msgstr "Acta"
6104
 
6105
+ msgid "Seconds"
6106
+ msgstr "Segundos"
6107
+
6108
+ #, fuzzy
6109
+ #| msgid "First slide changed."
6110
+ msgid "Use slide schedule"
6111
+ msgstr "Pierwszy slajd został zmieniony."
6112
 
6113
+ #, fuzzy
6114
+ #| msgid "You can put custom CSS classes to the slider's container."
6115
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
6116
+ msgstr "Możesz umieścić niestandardowe klasy CSS w kontenerze slajdera."
6117
 
6118
+ msgid "Use Slide Schedule"
6119
+ msgstr ""
6120
 
6121
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
6122
+ msgstr ""
6123
 
6124
+ msgid ""
6125
+ "Displays the days, hours, minutes and seconds texts under the counter numbers. "
6126
+ "To display the labels in your own language, translate the texts in the "
6127
+ "language files."
6128
+ msgstr ""
6129
 
6130
+ msgid "Gap"
6131
+ msgstr ""
6132
 
6133
+ msgid "Creates vertical and horizontal distance between the counter elements."
6134
+ msgstr ""
6135
 
6136
+ #, fuzzy
6137
+ #| msgid "Tablet scale"
6138
+ msgid "Tablet style"
6139
+ msgstr "Skala tabletu"
6140
 
6141
+ msgid "Set custom Gap and Column for tablet."
6142
+ msgstr ""
6143
 
6144
+ #, fuzzy
6145
+ #| msgid "Mobile scale"
6146
+ msgid "Mobile style"
6147
+ msgstr "Skala telefonu"
6148
 
6149
+ msgid "Set custom Gap and Column for mobile."
6150
+ msgstr ""
6151
 
6152
+ #, fuzzy
6153
+ #| msgid "Actions"
6154
+ msgid "Action when ends"
6155
+ msgstr "Akcje"
6156
 
6157
+ #, fuzzy
6158
+ #| msgid "Form action"
6159
+ msgid "No action"
6160
+ msgstr "Akcja formularza"
6161
 
6162
+ #, fuzzy
6163
+ #| msgid "Heading layer"
6164
+ msgid "Hide layer"
6165
+ msgstr "Warstwa nagłówka"
6166
 
6167
+ msgid "Redirect to URL"
6168
+ msgstr ""
6169
 
6170
+ msgid "Choose what happens after the counter reached zero."
6171
+ msgstr ""
6172
+
6173
+ msgid "This page is"
6174
+ msgstr ""
6175
+
6176
+ msgid "Amazing"
6177
+ msgstr ""
6178
+
6179
+ #, fuzzy, php-format
6180
+ #| msgid "Circle 1"
6181
+ msgid "Circle %d"
6182
+ msgstr "Circle 1"
6183
+
6184
+ #, fuzzy, php-format
6185
+ #| msgid "Curly 1"
6186
+ msgid "Curly %d"
6187
+ msgstr "Curly 1"
6188
+
6189
+ #, fuzzy, php-format
6190
+ #| msgid "Highlight 1"
6191
+ msgid "Highlight %d"
6192
+ msgstr "Highlight 1"
6193
+
6194
+ #, fuzzy, php-format
6195
+ #| msgid "Line Through 1"
6196
+ msgid "Line Through %d"
6197
+ msgstr "Line Through 1"
6198
 
6199
+ #, fuzzy, php-format
6200
+ #| msgid "Rectangle 1"
6201
+ msgid "Rectangle %d"
6202
+ msgstr "Rectangle 1"
6203
 
6204
+ #, fuzzy, php-format
6205
+ #| msgid "Underline 1"
6206
+ msgid "Underline %d"
6207
+ msgstr "Underline 1"
6208
+
6209
+ #, fuzzy, php-format
6210
+ #| msgid "Underline double 1"
6211
+ msgid "Underline double %d"
6212
+ msgstr "Underline double 1"
6213
+
6214
+ #, fuzzy, php-format
6215
+ #| msgid "ZigZag 1"
6216
+ msgid "ZigZag %d"
6217
+ msgstr "ZigZag 1"
6218
 
6219
  msgid "Highlighted text"
6220
  msgstr "Zaznaczony tekst"
6231
  msgid "HTML"
6232
  msgstr ""
6233
 
6234
+ msgid "Empty element"
6235
+ msgstr ""
6236
+
6237
  msgid ""
6238
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6239
  "codes loaded by it. We only suggest using this layer if you are a developer. "
6240
  "<br>Also, make sure your HTML code is valid! Invalid HTML codes can mess up "
6241
+ "the entire slide and the only way resolving this problem is deleting the slide."
 
6242
  msgstr ""
6243
 
6244
  msgid "Item"
6343
  msgid "Icon not found"
6344
  msgstr "Nie znaleziono ikony"
6345
 
 
 
 
 
 
6346
  #, php-format
6347
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6348
  msgstr ""
6350
  msgid "Iframe"
6351
  msgstr ""
6352
 
 
 
 
6353
  msgid ""
6354
+ "Please note, that <b>we do not support</b> customized coding! The iframe layer "
6355
+ "often needs code customizations what you have to do yourself, so we only "
6356
+ "suggest using this layer if you are a developer!"
6357
  msgstr ""
6358
 
6359
+ #, fuzzy
6360
+ #| msgid "iframe url"
6361
+ msgid "Iframe url"
6362
  msgstr "Adres url iframe"
6363
 
 
 
 
6364
  msgid "You can disable the scroll on the iframe content."
6365
  msgstr ""
6366
 
6367
  #, fuzzy
6368
  #| msgid "iframe url"
6369
+ msgid "Iframe title"
6370
  msgstr "Adres url iframe"
6371
 
6372
  msgid "Image area"
6391
  msgstr "Czego szukasz?"
6392
 
6393
  msgid ""
6394
+ "We only suggest using this layer if you are a developer, since the Input layer "
6395
+ "requires deep understanding how HTML form works."
6396
  msgstr ""
6397
 
6398
  msgid "Placeholder text"
6457
 
6458
  msgid ""
6459
  "Please note, that <b>we do not support</b> the Joomla module layer!<br>The "
6460
+ "loaded module often needs code customizations what you have to do yourself, so "
6461
+ "we only suggest using this layer if you are a developer!"
6462
  msgstr ""
6463
  "Pamiętaj, że <b>nie obsługujemy</b> warstwy modułu Joomla! <br>Załadowany "
6464
  "moduł często wymaga dostosowywania kodu, co musisz zrobić sam, dlatego "
6642
  msgstr "Przełączaj z następny/poprzedni slajd"
6643
 
6644
  msgid ""
6645
+ "Clicking on any slide that's not in the middle will make the slider switch to "
6646
+ "that slide. With this option you can disable this behavior, for example, to "
6647
+ "allow clicking on buttons on the visible slides."
6648
  msgstr ""
6649
 
6650
  msgid "Save as new animation"
6710
 
6711
  #, php-format
6712
  msgid ""
6713
+ "%1$s does not support the full screen API. For this reason the full screen "
6714
+ "button will not appear on %1$s devices."
 
6715
  msgstr ""
6716
 
6717
  msgid "Indicator"
6726
  msgid "Bar color"
6727
  msgstr ""
6728
 
6729
+ #~ msgctxt "Default Google font family for admin"
6730
+ #~ msgid "Montserrat"
6731
+ #~ msgstr "Montserrat"
6732
+
6733
+ #~ msgctxt "Default Google font charset for admin"
6734
+ #~ msgid "latin"
6735
+ #~ msgstr "latin"
6736
+
6737
+ #~ msgid "Character set"
6738
+ #~ msgstr "Zestaw znaków"
6739
+
6740
+ #~ msgctxt "Default font sets"
6741
+ #~ msgid "latin"
6742
+ #~ msgstr "latin"
6743
+
6744
+ #~ msgid "Private video"
6745
+ #~ msgstr "Prywatne wideo"
6746
+
6747
+ #~ msgid "Loop single slide"
6748
+ #~ msgstr "Zapętlenie pojedynczego slajdu"
6749
+
6750
+ #~ msgid "In case of one slide, it repeats the animation of the slide."
6751
+ #~ msgstr "W przypadku jednego slajdu, jego animacja jest powtarzana."
6752
+
6753
+ #~ msgid "Curve 2"
6754
+ #~ msgstr "Krzywa 2"
6755
+
6756
+ #~ msgid "Curve 3"
6757
+ #~ msgstr "Krzywa 3"
6758
+
6759
+ #~ msgid "Curve 4"
6760
+ #~ msgstr "Krzywa 4"
6761
+
6762
+ #~ msgid "Fan 2"
6763
+ #~ msgstr "Fan 2"
6764
+
6765
+ #~ msgid "Fan 3"
6766
+ #~ msgstr "Fan 3"
6767
+
6768
+ #~ msgid "Incline 2"
6769
+ #~ msgstr "Incline 2"
6770
+
6771
+ #~ msgid "Incline 3"
6772
+ #~ msgstr "Incline 3"
6773
+
6774
+ #~ msgid "Tilt 2"
6775
+ #~ msgstr "Tilt 2"
6776
+
6777
+ #~ msgid "Triangle 2"
6778
+ #~ msgstr "Triangle 2"
6779
+
6780
+ #~ msgid "Wave 2"
6781
+ #~ msgstr "Wave 2"
6782
+
6783
+ #~ msgid "Types"
6784
+ #~ msgstr "Rodzaje"
6785
+
6786
+ #~ msgid "Expired"
6787
+ #~ msgstr "Wygasło"
6788
+
6789
+ #~ msgid "Auction"
6790
+ #~ msgstr "Aukcja"
6791
+
6792
+ #~ msgid "Negotiable price"
6793
+ #~ msgstr "Cena do negocjacji"
6794
+
6795
+ #~ msgid "Blocked by User"
6796
+ #~ msgstr "Zablokowany przez użytkownika"
6797
+
6798
+ #~ msgid "Paid"
6799
+ #~ msgstr "Płatny"
6800
+
6801
+ #~ msgid "Buynow"
6802
+ #~ msgstr "Kup Teraz"
6803
+
6804
+ #~ msgid "Expiration date"
6805
+ #~ msgstr "Termin ważności"
6806
+
6807
+ #~ msgid "Supplier"
6808
+ #~ msgstr "Dostawca"
6809
+
6810
+ #~ msgid "On sale"
6811
+ #~ msgstr "Wyprzedaż"
6812
+
6813
+ #~ msgid "Discount price"
6814
+ #~ msgstr "Cena promocyjna"
6815
+
6816
+ #~ msgid "Create custom date variables"
6817
+ #~ msgstr "Utwórz niestandardowe zmienne daty"
6818
+
6819
+ #~ msgid ""
6820
+ #~ "You can write any date format (http://php.net/manual/en/function.date.php) "
6821
+ #~ "in separate lines, and new variables will be created for them."
6822
+ #~ msgstr ""
6823
+ #~ "Możesz wprowadzić dowolny format daty (http://php.net/manual/en/function."
6824
+ #~ "date.php) w ​​osobnych wierszach, a dla nich zostaną utworzone nowe zmienne."
6825
+
6826
+ #~ msgid ""
6827
+ #~ "Write the original text, like 'Monday' then two | signs, and the text you "
6828
+ #~ "want it to be translated to, for example 'Montag'. Together: Monday||Montag"
6829
+ #~ msgstr ""
6830
+ #~ "Wpisz oryginalny tekst, np. 'poniedziałek', a następnie dwa znaki | i "
6831
+ #~ "tekst, na który ma być przetłumaczony, na przykład \"Montag\". Razem: "
6832
+ #~ "Poniedziałek||Montag"
6833
+
6834
+ #~ msgid "Circle 2"
6835
+ #~ msgstr "Circle 2"
6836
+
6837
+ #~ msgid "Circle 3"
6838
+ #~ msgstr "Circle 3"
6839
+
6840
+ #~ msgid "Curly 2"
6841
+ #~ msgstr "Curly 2"
6842
+
6843
+ #~ msgid "Highlight 2"
6844
+ #~ msgstr "Highlight 2"
6845
+
6846
+ #~ msgid "Highlight 3"
6847
+ #~ msgstr "Highlight 3"
6848
+
6849
+ #~ msgid "Line Through 2"
6850
+ #~ msgstr "Line Through 2"
6851
+
6852
+ #~ msgid "Line Through 3"
6853
+ #~ msgstr "Line Through 3"
6854
+
6855
+ #~ msgid "Rectangle 2"
6856
+ #~ msgstr "Rectangle 2"
6857
+
6858
+ #~ msgid "Underline 2"
6859
+ #~ msgstr "Underline 2"
6860
+
6861
+ #~ msgid "Underline 3"
6862
+ #~ msgstr "Underline 3"
6863
+
6864
+ #~ msgid "Underline double 2"
6865
+ #~ msgstr "Underline double 2"
6866
+
6867
+ #~ msgid "ZigZag 2"
6868
+ #~ msgstr "ZigZag 2"
6869
+
6870
+ #~ msgid "ZigZag 3"
6871
+ #~ msgstr "ZigZag 3"
6872
+
6873
  #~ msgid "m-d-Y"
6874
  #~ msgstr "m-d-Y"
6875
 
6935
  #~ msgid "Mobile retina"
6936
  #~ msgstr "Tekst - telefon"
6937
 
 
 
 
6938
  #~ msgid "Hide until complete load"
6939
  #~ msgstr "Ukryj do czasu zakończenia ładowania"
6940
 
 
 
 
 
 
 
6941
  #~ msgid "Show Joomla admin footer"
6942
  #~ msgstr "Pokaż stopkę administratora Joomla"
6943
 
6963
  #~ msgstr "Dynamiczna wysokość obrazka w tle"
6964
 
6965
  #~ msgid ""
6966
+ #~ "The height of your slides changes according to the height of the background "
6967
+ #~ "image."
6968
+ #~ msgstr "Wysokość slajdów zmienia się w zależności od wysokości obrazu w tle."
 
6969
 
6970
  #, fuzzy
6971
  #~| msgid "Tablet scale"
7058
  #~ msgstr "Dół Prawa"
7059
 
7060
  #~ msgid ""
7061
+ #~ "This alias can be used for your slider's shortcode, but you can also use it "
7062
+ #~ "to create an element for anchors with the next on/off options."
7063
  #~ msgstr ""
7064
  #~ "Tego aliasu można użyć dla kodu shortcode slajdera, ale można go również "
7065
  #~ "użyć do utworzenia elementu dla kotwic z opcjami włączania/wyłączania."
7069
  #~ "#your-alias-2, then your slider will switch to the 1st, 2nd, etc. slide."
7070
  #~ msgstr ""
7071
  #~ "Jeśli nie użyjesz #twojego-aliasu jako zakotwiczenia, a raczej #twojego-"
7072
+ #~ "aliasu-1 lub #twojego-aliasu-2, wówczas suwak przełączy się na slajd 1, 2, "
7073
+ #~ "itd."
7074
 
7075
  #~ msgid "Ticket price"
7076
  #~ msgstr "Cena biletu"
Nextend/Languages/pt_BR.mo CHANGED
Binary file
Nextend/Languages/pt_BR.po CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: VERSION\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2021-07-23 09:55+0200\n"
7
- "PO-Revision-Date: 2021-07-23 10:02+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: pt_BR\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
- "X-Generator: Poedit 3.0\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
18
  "X-Poedit-Flags-xgettext: --no-location\n"
@@ -30,14 +30,6 @@ msgstr ""
30
  "Não foi possível contactar com o servidor de licença, por favor tente "
31
  "novamente mais tarde!"
32
 
33
- msgctxt "Default Google font family for admin"
34
- msgid "Montserrat"
35
- msgstr "Montserrat"
36
-
37
- msgctxt "Default Google font charset for admin"
38
- msgid "latin"
39
- msgstr "latin"
40
-
41
  msgid "You are not allowed to upload!"
42
  msgstr "Você não tem autorização para enviar arquivo!"
43
 
@@ -193,6 +185,14 @@ msgstr "Frontend"
193
  msgid "You can load Google Fonts on the frontend."
194
  msgstr ""
195
 
 
 
 
 
 
 
 
 
196
  msgid "Backend"
197
  msgstr "Backend"
198
 
@@ -209,53 +209,6 @@ msgstr "Itálico"
209
  msgid "Normal"
210
  msgstr "Normal"
211
 
212
- msgid "Character set"
213
- msgstr "Conjunto de caracteres"
214
-
215
- msgctxt "Character set"
216
- msgid "Latin"
217
- msgstr "Latin"
218
-
219
- msgctxt "Character set"
220
- msgid "Latin Extended"
221
- msgstr "Latin Extended"
222
-
223
- msgctxt "Character set"
224
- msgid "Greek"
225
- msgstr "Greek"
226
-
227
- msgctxt "Character set"
228
- msgid "Greek Extended"
229
- msgstr "Greek Extended"
230
-
231
- msgctxt "Character set"
232
- msgid "Cyrillic"
233
- msgstr "Cyrillic"
234
-
235
- msgctxt "Character set"
236
- msgid "Devanagari"
237
- msgstr "Devanagari"
238
-
239
- msgctxt "Character set"
240
- msgid "Arabic"
241
- msgstr "Arabic"
242
-
243
- msgctxt "Character set"
244
- msgid "Khmer"
245
- msgstr "Khmer"
246
-
247
- msgctxt "Character set"
248
- msgid "Telugu"
249
- msgstr "Telugu"
250
-
251
- msgctxt "Character set"
252
- msgid "Vietnamese"
253
- msgstr "Vietnamese"
254
-
255
- msgctxt "Default font sets"
256
- msgid "latin"
257
- msgstr "latin"
258
-
259
  #, fuzzy
260
  msgid "Choose"
261
  msgstr "Escolha"
@@ -1219,15 +1172,23 @@ msgstr "Grupos"
1219
  msgid "Set"
1220
  msgstr "Conjunto"
1221
 
 
 
 
 
 
 
 
 
 
 
 
1222
  msgid "Up"
1223
  msgstr ""
1224
 
1225
  msgid "Insert group"
1226
  msgstr "Inserir grupo"
1227
 
1228
- msgid "Group"
1229
- msgstr "Grupo"
1230
-
1231
  msgid "Move to trash"
1232
  msgstr ""
1233
 
@@ -1278,6 +1239,31 @@ msgstr "Excluir slider"
1278
  msgid "delete this slide"
1279
  msgstr "Excluir slider"
1280
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1281
  msgid "Animations"
1282
  msgstr "Animações"
1283
 
@@ -1524,6 +1510,11 @@ msgstr ""
1524
  msgid "JavaScript callbacks"
1525
  msgstr "Callbacks de JavaScript"
1526
 
 
 
 
 
 
1527
  msgid "Post IDs"
1528
  msgstr "IDs de postagem"
1529
 
@@ -1533,6 +1524,21 @@ msgstr "Um por linha"
1533
  msgid "The cache of the posts with the given ID will be cleared upon save."
1534
  msgstr "O cache dos posts com o ID fornecido será apagado ao salvar."
1535
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1536
  msgid "Thumbnail"
1537
  msgstr "Miniatura"
1538
 
@@ -1610,9 +1616,6 @@ msgstr "Modo de preenchimento"
1610
  msgid "Align"
1611
  msgstr "Alinhar"
1612
 
1613
- msgid "Margin"
1614
- msgstr "Margem"
1615
-
1616
  msgid "Puts a fix margin around your slider."
1617
  msgstr ""
1618
 
@@ -1625,6 +1628,11 @@ msgstr "Otimizar"
1625
  msgid "Loading"
1626
  msgstr "Carregando"
1627
 
 
 
 
 
 
1628
  msgid "Instant"
1629
  msgstr ""
1630
 
@@ -1634,11 +1642,6 @@ msgstr ""
1634
  msgid "After delay"
1635
  msgstr ""
1636
 
1637
- #, fuzzy
1638
- #| msgid "Loading"
1639
- msgid "Loading type"
1640
- msgstr "Carregando"
1641
-
1642
  msgid ""
1643
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1644
  "you can load it only after the page has loaded."
@@ -1830,6 +1833,11 @@ msgid ""
1830
  "the result with the filling modes."
1831
  msgstr ""
1832
 
 
 
 
 
 
1833
  msgid "Randomize"
1834
  msgstr "Aleatório"
1835
 
@@ -2128,14 +2136,17 @@ msgstr "Amei"
2128
  msgid "Why upgrade to Smart Slider 3 Pro?"
2129
  msgstr ""
2130
 
2131
- msgid "120+ slider templates"
 
2132
  msgstr ""
2133
 
2134
  msgid "Full slide library access"
2135
  msgstr ""
2136
 
2137
- msgid "20 new layers"
2138
- msgstr ""
 
 
2139
 
2140
  msgid "Extra advanced options"
2141
  msgstr ""
@@ -2204,9 +2215,6 @@ msgstr "Gradiente"
2204
  msgid "Color end"
2205
  msgstr "Final de cor"
2206
 
2207
- msgid "Max width"
2208
- msgstr "largura máxima"
2209
-
2210
  msgid "Position"
2211
  msgstr "Posição"
2212
 
@@ -2382,6 +2390,11 @@ msgid ""
2382
  "background correctly."
2383
  msgstr ""
2384
 
 
 
 
 
 
2385
  msgid "Blur"
2386
  msgstr "Borrão"
2387
 
@@ -2540,9 +2553,6 @@ msgstr "Scale up(Escala Acima)"
2540
  msgid "Scale down"
2541
  msgstr "Scale Down(Escala Abaixo)"
2542
 
2543
- msgid "Edit"
2544
- msgstr "Editar"
2545
-
2546
  msgid "Static overlay"
2547
  msgstr "Sobreposição estática"
2548
 
@@ -2600,8 +2610,10 @@ msgstr "Deslize para cima"
2600
  msgid "Drop images here"
2601
  msgstr "Imagem para Desktop está vazia!"
2602
 
2603
- msgid "Edit slider"
2604
- msgstr ""
 
 
2605
 
2606
  #, fuzzy
2607
  #| msgid "View records"
@@ -2633,9 +2645,31 @@ msgstr "Antigos primeiro"
2633
  msgid "Export"
2634
  msgstr "Exportar"
2635
 
 
 
 
 
 
 
 
 
 
 
 
 
2636
  msgid "New project"
2637
  msgstr ""
2638
 
 
 
 
 
 
 
 
 
 
 
2639
  msgid "Module"
2640
  msgstr "Módulo"
2641
 
@@ -3166,8 +3200,8 @@ msgstr "Configurações do gerador"
3166
  msgid "Cache expiration"
3167
  msgstr "Expiração do cache"
3168
 
3169
- msgid "hours"
3170
- msgstr "horas"
3171
 
3172
  msgid "Start index"
3173
  msgstr "Índice inicial"
@@ -3266,19 +3300,19 @@ msgid "Add column"
3266
  msgstr ""
3267
 
3268
  msgid "Year"
3269
- msgstr ""
3270
 
3271
  msgid "Month"
3272
- msgstr ""
3273
 
3274
  msgid "Day"
3275
- msgstr ""
3276
 
3277
  msgid "Hour"
3278
- msgstr ""
3279
 
3280
  msgid "Minute"
3281
- msgstr ""
3282
 
3283
  msgid "Stack"
3284
  msgstr "Pilha"
@@ -3643,13 +3677,18 @@ msgstr ""
3643
  msgid "Whole group"
3644
  msgstr "Todo grupo"
3645
 
3646
- msgid "Select slider"
 
 
3647
  msgstr "Selecione o Slider"
3648
 
3649
  msgid "OR"
3650
  msgstr "OU"
3651
 
3652
- msgid "Select A Slider"
 
 
 
3653
  msgstr ""
3654
 
3655
  msgctxt "Button layer default text"
@@ -3802,13 +3841,6 @@ msgstr "Quando não visível"
3802
  msgid "You can pause the video when the visitor scrolls away from the slider"
3803
  msgstr ""
3804
 
3805
- msgid "Private video"
3806
- msgstr "Vídeo privado"
3807
-
3808
- msgid ""
3809
- "Turn it on to remove the admin warning that your video is not accessible."
3810
- msgstr ""
3811
-
3812
  msgid "Display"
3813
  msgstr "Exibição"
3814
 
@@ -3984,6 +4016,12 @@ msgstr ""
3984
  "Se você desativar essa opção, não será possível mudar para o primeiro slide "
3985
  "do último."
3986
 
 
 
 
 
 
 
3987
  msgid "Shifted"
3988
  msgstr "Deslocado"
3989
 
@@ -3991,12 +4029,6 @@ msgid "The background and the main animation plays simultaneously or shifted."
3991
  msgstr ""
3992
  "O fundo e a animação principal são reproduzidos simultaneamente ou trocados."
3993
 
3994
- msgid "Loop single slide"
3995
- msgstr "loop de Slide único"
3996
-
3997
- msgid "In case of one slide, it repeats the animation of the slide."
3998
- msgstr "No caso de um slide, ele repete a animação do slide."
3999
-
4000
  msgid "Slider CSS Preset"
4001
  msgstr ""
4002
 
@@ -4144,6 +4176,46 @@ msgstr "Elástico Aleatório"
4144
  msgid "My text animations"
4145
  msgstr ""
4146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4147
  msgid "Slices - Single"
4148
  msgstr "Fatias - única"
4149
 
@@ -4540,9 +4612,6 @@ msgstr "Barra de texto"
4540
  msgid "Bullets"
4541
  msgstr "Navegação"
4542
 
4543
- msgid "Bullet"
4544
- msgstr ""
4545
-
4546
  msgid "Side"
4547
  msgstr "Lado"
4548
 
@@ -4740,42 +4809,27 @@ msgstr ""
4740
  msgid "Sparkling"
4741
  msgstr "Espumante"
4742
 
4743
- msgid "Curve 1"
 
 
4744
  msgstr "Curva 1"
4745
 
4746
- msgid "Curve 2"
4747
- msgstr "Curva 2"
4748
-
4749
- msgid "Curve 3"
4750
- msgstr "Curva 3"
4751
-
4752
- msgid "Curve 4"
4753
- msgstr "Curva 4"
4754
-
4755
  msgid "Curves"
4756
  msgstr "Curvas"
4757
 
4758
- msgid "Fan 1"
 
 
4759
  msgstr "Fã 1"
4760
 
4761
- msgid "Fan 2"
4762
- msgstr "Fã 2"
4763
-
4764
- msgid "Fan 3"
4765
- msgstr "Fã 3"
4766
-
4767
  msgid "Hills"
4768
  msgstr "Colinas"
4769
 
4770
- msgid "Incline 1"
 
 
4771
  msgstr "Inclinar 1"
4772
 
4773
- msgid "Incline 2"
4774
- msgstr "Inclinar 2"
4775
-
4776
- msgid "Incline 3"
4777
- msgstr "Inclinar 3"
4778
-
4779
  msgid "Inverse arrow"
4780
  msgstr "Seta inversa"
4781
 
@@ -4785,27 +4839,33 @@ msgstr "Retângulo"
4785
  msgid "Slopes"
4786
  msgstr "Encostas"
4787
 
4788
- msgid "Tilt 1"
 
 
4789
  msgstr "Inclinação 1"
4790
 
4791
- msgid "Tilt 2"
4792
- msgstr "Inclinação 2"
4793
-
4794
- msgid "Triangle 1"
4795
  msgstr "Triângulo 1"
4796
 
4797
- msgid "Triangle 2"
4798
- msgstr "Triângulo 2"
4799
-
4800
- msgid "Wave 1"
4801
  msgstr "Ondas 1"
4802
 
4803
- msgid "Wave 2"
4804
- msgstr "Ondas 2"
4805
-
4806
  msgid "Waves"
4807
  msgstr "Ondas"
4808
 
 
 
 
 
 
 
 
 
 
4809
  msgid "2 Colors"
4810
  msgstr "2 cores"
4811
 
@@ -4827,8 +4887,10 @@ msgstr "O ID do aplicativo está vazio. Por favor, insira esse valor também!"
4827
  #, php-format
4828
  msgid ""
4829
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4830
- "order to use this generator! - %2$s How to get SSL for my WordPress site? "
4831
- "%3$s"
 
 
4832
  msgstr ""
4833
 
4834
  #, php-format
@@ -4956,6 +5018,11 @@ msgstr "Vídeos na pasta"
4956
  msgid "Source folder"
4957
  msgstr "Pasta de origem"
4958
 
 
 
 
 
 
4959
  msgid "Remove resized images"
4960
  msgstr ""
4961
 
@@ -4966,6 +5033,22 @@ msgid ""
4966
  "because it's the same image, just in a smaller size."
4967
  msgstr ""
4968
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4969
  msgid "Filename"
4970
  msgstr "Nome do arquivo"
4971
 
@@ -4989,6 +5072,45 @@ msgstr ""
4989
  "Caminho errado. Esse é o caminho da pasta padrão para upload/media, então "
4990
  "tente navegar daqui:"
4991
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4992
  msgid "JSON from url"
4993
  msgstr ""
4994
 
@@ -5024,6 +5146,11 @@ msgstr ""
5024
  msgid "Images"
5025
  msgstr "Imagens"
5026
 
 
 
 
 
 
5027
  msgid "Timezone offset in hours. For example: +2 or -7."
5028
  msgstr ""
5029
 
@@ -5069,54 +5196,6 @@ msgstr "opcional"
5069
  msgid "Creates slides from %1$s content."
5070
  msgstr ""
5071
 
5072
- msgid "Items"
5073
- msgstr "Itens"
5074
-
5075
- msgid "Locations"
5076
- msgstr "Localizações"
5077
-
5078
- msgid "Types"
5079
- msgstr "Tipos"
5080
-
5081
- msgid "Expired"
5082
- msgstr "Expirado"
5083
-
5084
- msgid "Started"
5085
- msgstr "Começou"
5086
-
5087
- msgid "Auction"
5088
- msgstr "Leilão"
5089
-
5090
- msgid "Negotiable price"
5091
- msgstr "Preço negociável"
5092
-
5093
- msgid "Blocked by User"
5094
- msgstr "Bloqueado pelo usuário"
5095
-
5096
- msgid "Paid"
5097
- msgstr "Pago"
5098
-
5099
- msgid "Buynow"
5100
- msgstr "Compre"
5101
-
5102
- msgid "Menu item (item ID)"
5103
- msgstr "Item de menu (ID do item)"
5104
-
5105
- msgid ""
5106
- "Your url will point to the item within this menu item. You will only get a "
5107
- "good result, if you will pick one of your DJ Classifields menu items or "
5108
- "leave it on 'Default'."
5109
- msgstr ""
5110
-
5111
- msgid "Start date"
5112
- msgstr "Data de início"
5113
-
5114
- msgid "Expiration date"
5115
- msgstr "Data de validade"
5116
-
5117
- msgid "Price"
5118
- msgstr "Preço"
5119
-
5120
  msgid "Include subcategories"
5121
  msgstr "Incluir subcategorias"
5122
 
@@ -5168,6 +5247,9 @@ msgstr ""
5168
  msgid "Banned user IDs"
5169
  msgstr ""
5170
 
 
 
 
5171
  msgid "Ended"
5172
  msgstr "Terminou"
5173
 
@@ -5253,14 +5335,20 @@ msgstr ""
5253
  msgid "Manufacturer language"
5254
  msgstr ""
5255
 
 
 
 
5256
  msgid "Product name"
5257
  msgstr "Nome do Produto"
5258
 
5259
  msgid "Product ID"
5260
  msgstr "ID do produto"
5261
 
5262
- msgid "Recurring"
5263
- msgstr "Recorrente"
 
 
 
5264
 
5265
  msgid "All, but from recurring ones only parent events"
5266
  msgstr "Todos, mas dos recorrentes apenas eventos ascendente"
@@ -5274,6 +5362,12 @@ msgstr "Apenas ascendente de eventos recorrentes"
5274
  msgid "Only not recurring events"
5275
  msgstr "Apenas eventos não recorrentes"
5276
 
 
 
 
 
 
 
5277
  msgid "End date"
5278
  msgstr "Data final"
5279
 
@@ -5316,6 +5410,15 @@ msgstr "Data final máxima"
5316
  msgid "Only display items with these IDs"
5317
  msgstr "Somente exiba itens com esses ID's"
5318
 
 
 
 
 
 
 
 
 
 
5319
  msgid "Brand"
5320
  msgstr "Marca"
5321
 
@@ -5354,17 +5457,13 @@ msgstr ""
5354
  msgid "Date language"
5355
  msgstr ""
5356
 
5357
- msgid "Offset value"
5358
- msgstr ""
 
 
5359
 
5360
- msgid ""
5361
- "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5362
- "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5363
- "setting will be used."
5364
  msgstr ""
5365
- "Deslocamento do fuso horário em horas. Por exemplo: +2 ou -7. Se você deixá-"
5366
- "lo vazio, a configuração Sistema -> Configuração Global -> Servidor -> Fuso "
5367
- "Horário do Servidor do Joomla será usada."
5368
 
5369
  msgid "Status"
5370
  msgstr "Status"
@@ -5375,6 +5474,9 @@ msgstr "Lixeira"
5375
  msgid "Ask down all product images"
5376
  msgstr ""
5377
 
 
 
 
5378
  msgid "View item"
5379
  msgstr ""
5380
 
@@ -5384,15 +5486,6 @@ msgstr "Visto"
5384
  msgid "View image"
5385
  msgstr "Ver imagem"
5386
 
5387
- msgid "Supplier"
5388
- msgstr "Fornecedor"
5389
-
5390
- msgid "On sale"
5391
- msgstr "À venda"
5392
-
5393
- msgid "Discount price"
5394
- msgstr "Preço com desconto"
5395
-
5396
  msgid "All day event"
5397
  msgstr "Evento todo o dia"
5398
 
@@ -5402,41 +5495,6 @@ msgstr ""
5402
  msgid "Show parent products only"
5403
  msgstr "Mostrar somente produtos pai"
5404
 
5405
- #, php-format
5406
- msgid "Creates slides from %1$s events."
5407
- msgstr ""
5408
-
5409
- msgid "Create custom date variables"
5410
- msgstr "Crie variáveis de data personalizadas"
5411
-
5412
- msgid ""
5413
- "You can write any date format (http://php.net/manual/en/function.date.php) "
5414
- "in separate lines, and new variables will be created for them."
5415
- msgstr ""
5416
- "Você pode escrever qualquer formato de data (http://php.net/manual/en/"
5417
- "function.date.php) em linhas separadas e novas variáveis serão criadas para "
5418
- "elas."
5419
-
5420
- msgid ""
5421
- "Write the original text, like 'Monday' then two | signs, and the text you "
5422
- "want it to be translated to, for example 'Montag'. Together: Monday||Montag"
5423
- msgstr ""
5424
- "Escreva o texto original, como 'segunda-feira', depois dois | sinais, e o "
5425
- "texto que você quer que seja traduzido, por exemplo, 'Montag'. Juntos: "
5426
- "segunda-feira || Montag"
5427
-
5428
- msgid "Event start date"
5429
- msgstr "Data de início do evento"
5430
-
5431
- msgid "Event end date"
5432
- msgstr "Data de término do evento"
5433
-
5434
- msgid "Event creation date"
5435
- msgstr "Data de criação do evento"
5436
-
5437
- msgid "Event modification date"
5438
- msgstr "Data de modificação do evento"
5439
-
5440
  #, php-format
5441
  msgid "Creates slides from %1$s galleries."
5442
  msgstr ""
@@ -5459,6 +5517,10 @@ msgstr ""
5459
  msgid "No options given"
5460
  msgstr ""
5461
 
 
 
 
 
5462
  msgid "Exclude event IDs (One ID per line)"
5463
  msgstr "Excluir IDs de eventos (um ID por linha)"
5464
 
@@ -5513,9 +5575,21 @@ msgstr "Venues"
5513
  msgid "Hide From Event Listings"
5514
  msgstr "Ocultar das listagens de eventos"
5515
 
 
 
 
 
 
 
5516
  msgid "Event cost"
5517
  msgstr "Custo do evento"
5518
 
 
 
 
 
 
 
5519
  msgid "Metakey name"
5520
  msgstr "Nome da chave da meta"
5521
 
@@ -5560,6 +5634,14 @@ msgstr "Limite do submenu"
5560
  msgid "No limit"
5561
  msgstr "Sem limite"
5562
 
 
 
 
 
 
 
 
 
5563
  msgid "Downloadable"
5564
  msgstr "Downloadable(Baixarcapaz)"
5565
 
@@ -5748,6 +5830,14 @@ msgstr "Pêndulo 3D"
5748
  msgid "Vertical pendulum 3D"
5749
  msgstr "Pêndulo vertical 3D"
5750
 
 
 
 
 
 
 
 
 
5751
  msgid "Before text"
5752
  msgstr "Antes do texto"
5753
 
@@ -5831,6 +5921,126 @@ msgstr "Progresso"
5831
  msgid "Time"
5832
  msgstr "Tempo"
5833
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5834
  msgid "Full"
5835
  msgstr "Completo"
5836
 
@@ -5864,9 +6074,6 @@ msgstr "Cor ativa"
5864
  msgid "Stroke width"
5865
  msgstr "Largura do traçado"
5866
 
5867
- msgid "Labels"
5868
- msgstr ""
5869
-
5870
  msgid "Inner before"
5871
  msgstr "antes do Interior"
5872
 
@@ -5879,68 +6086,128 @@ msgstr "Pré"
5879
  msgid "Animation duration"
5880
  msgstr "Duração da animação"
5881
 
5882
- msgid "Circle 1"
5883
- msgstr "Círculo 1"
 
 
5884
 
5885
- msgid "Circle 2"
5886
- msgstr "Círculo 2"
5887
 
5888
- msgid "Circle 3"
5889
- msgstr "Círculo 3"
5890
 
5891
- msgid "Curly 1"
5892
- msgstr "Curly 1"
5893
 
5894
- msgid "Curly 2"
5895
- msgstr "Curly 2"
 
 
5896
 
5897
- msgid "Highlight 1"
5898
- msgstr "Destaque 1"
5899
 
5900
- msgid "Highlight 2"
5901
- msgstr "Destaque 2"
5902
 
5903
- msgid "Highlight 3"
5904
- msgstr "Destaque 3"
5905
 
5906
- msgid "Line Through 1"
5907
- msgstr "Linha no meio 1"
 
 
 
5908
 
5909
- msgid "Line Through 2"
5910
- msgstr "Linha no meio 2"
5911
 
5912
- msgid "Line Through 3"
5913
- msgstr "Linha no meio 3"
5914
 
5915
- msgid "Rectangle 1"
5916
- msgstr "Retângulo 1"
 
 
5917
 
5918
- msgid "Rectangle 2"
5919
- msgstr "Retângulo 2"
5920
 
5921
- msgid "Underline 1"
5922
- msgstr "Sublinhado 1"
 
 
5923
 
5924
- msgid "Underline 2"
5925
- msgstr "Sublinhado 2"
5926
 
5927
- msgid "Underline 3"
5928
- msgstr "Sublinhado 3"
 
 
5929
 
5930
- msgid "Underline double 1"
5931
- msgstr "Sublinhado duplo 1"
 
 
5932
 
5933
- msgid "Underline double 2"
5934
- msgstr "Sublinhado duplo 2"
 
 
5935
 
5936
- msgid "ZigZag 1"
5937
- msgstr "ZigZag 1"
5938
 
5939
- msgid "ZigZag 2"
5940
- msgstr "ZigZag 2"
5941
 
5942
- msgid "ZigZag 3"
5943
- msgstr "ZigZag 3"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5944
 
5945
  msgid "Highlighted text"
5946
  msgstr "Texto destacado"
@@ -5957,6 +6224,9 @@ msgstr "Atraso de loop"
5957
  msgid "HTML"
5958
  msgstr ""
5959
 
 
 
 
5960
  msgid ""
5961
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
5962
  "codes loaded by it. We only suggest using this layer if you are a developer. "
@@ -6067,11 +6337,6 @@ msgstr "Upper-roman"
6067
  msgid "Icon not found"
6068
  msgstr "Ícone não encontrado"
6069
 
6070
- #, fuzzy
6071
- #| msgid "Previous label"
6072
- msgid "Aria label"
6073
- msgstr "Rótulo anterior"
6074
-
6075
  #, php-format
6076
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6077
  msgstr ""
@@ -6079,27 +6344,23 @@ msgstr ""
6079
  msgid "Iframe"
6080
  msgstr ""
6081
 
6082
- msgid "iframe"
6083
- msgstr ""
6084
-
6085
  msgid ""
6086
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6087
  "layer often needs code customizations what you have to do yourself, so we "
6088
  "only suggest using this layer if you are a developer!"
6089
  msgstr ""
6090
 
6091
- msgid "iframe url"
 
 
6092
  msgstr "iframe url"
6093
 
6094
- msgid "Yes"
6095
- msgstr "Sim"
6096
-
6097
  msgid "You can disable the scroll on the iframe content."
6098
  msgstr ""
6099
 
6100
  #, fuzzy
6101
  #| msgid "iframe url"
6102
- msgid "iframe title"
6103
  msgstr "iframe url"
6104
 
6105
  msgid "Image area"
@@ -6444,9 +6705,8 @@ msgstr "Para tela cheia"
6444
 
6445
  #, php-format
6446
  msgid ""
6447
- "%1$s %2$s does not support the full screen API %3$s so other elements of the "
6448
- "page may overlap the slider in Fullscreen mode. To avoid such problems, we "
6449
- "suggest hiding the Fullscreen control from mobile view!"
6450
  msgstr ""
6451
 
6452
  msgid "Indicator"
@@ -6461,6 +6721,192 @@ msgstr ""
6461
  msgid "Bar color"
6462
  msgstr ""
6463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6464
  #~ msgid "m-d-Y"
6465
  #~ msgstr "m-d-Y"
6466
 
@@ -6526,18 +6972,9 @@ msgstr ""
6526
  #~ msgid "Read docs"
6527
  #~ msgstr "Leia mais"
6528
 
6529
- #~ msgid "Loading animation"
6530
- #~ msgstr "Carregando animação"
6531
-
6532
  #~ msgid "Hide until complete load"
6533
  #~ msgstr "Esconder até a carga completa"
6534
 
6535
- #~ msgid "Tablet scale"
6536
- #~ msgstr "tamanho tablet"
6537
-
6538
- #~ msgid "Mobile scale"
6539
- #~ msgstr "tamanho móvel"
6540
-
6541
  #~ msgid "Load jQuery on frontend"
6542
  #~ msgstr "Carregar o jQuery no frontend"
6543
 
3
  msgstr ""
4
  "Project-Id-Version: VERSION\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
7
+ "PO-Revision-Date: 2022-05-17 14:25+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: pt_BR\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
+ "X-Generator: Poedit 3.0.1\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
18
  "X-Poedit-Flags-xgettext: --no-location\n"
30
  "Não foi possível contactar com o servidor de licença, por favor tente "
31
  "novamente mais tarde!"
32
 
 
 
 
 
 
 
 
 
33
  msgid "You are not allowed to upload!"
34
  msgstr "Você não tem autorização para enviar arquivo!"
35
 
185
  msgid "You can load Google Fonts on the frontend."
186
  msgstr ""
187
 
188
+ msgid "Save fonts locally"
189
+ msgstr ""
190
+
191
+ msgid ""
192
+ "You can store the used Google Fonts on your server. This way all Google "
193
+ "Fonts will load from your own domain."
194
+ msgstr ""
195
+
196
  msgid "Backend"
197
  msgstr "Backend"
198
 
209
  msgid "Normal"
210
  msgstr "Normal"
211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
212
  #, fuzzy
213
  msgid "Choose"
214
  msgstr "Escolha"
1172
  msgid "Set"
1173
  msgstr "Conjunto"
1174
 
1175
+ msgid "Edit"
1176
+ msgstr "Editar"
1177
+
1178
+ msgid "Group"
1179
+ msgstr "Grupo"
1180
+
1181
+ #, fuzzy
1182
+ #| msgid "Slider"
1183
+ msgid "Edit Slider"
1184
+ msgstr "Slider"
1185
+
1186
  msgid "Up"
1187
  msgstr ""
1188
 
1189
  msgid "Insert group"
1190
  msgstr "Inserir grupo"
1191
 
 
 
 
1192
  msgid "Move to trash"
1193
  msgstr ""
1194
 
1239
  msgid "delete this slide"
1240
  msgstr "Excluir slider"
1241
 
1242
+ msgid "Max width"
1243
+ msgstr "largura máxima"
1244
+
1245
+ msgid "Margin"
1246
+ msgstr "Margem"
1247
+
1248
+ #, fuzzy
1249
+ #| msgid "Top"
1250
+ msgid "top"
1251
+ msgstr "Topo"
1252
+
1253
+ #, fuzzy
1254
+ msgid "right"
1255
+ msgstr "Leve"
1256
+
1257
+ #, fuzzy
1258
+ #| msgid "Bottom"
1259
+ msgid "bottom"
1260
+ msgstr "Embaixo"
1261
+
1262
+ #, fuzzy
1263
+ #| msgid "To left"
1264
+ msgid "left"
1265
+ msgstr "Para a esquerda"
1266
+
1267
  msgid "Animations"
1268
  msgstr "Animações"
1269
 
1510
  msgid "JavaScript callbacks"
1511
  msgstr "Callbacks de JavaScript"
1512
 
1513
+ #, fuzzy
1514
+ #| msgid "Loading animation"
1515
+ msgid "Loading animation waiting time"
1516
+ msgstr "Carregando animação"
1517
+
1518
  msgid "Post IDs"
1519
  msgstr "IDs de postagem"
1520
 
1524
  msgid "The cache of the posts with the given ID will be cleared upon save."
1525
  msgstr "O cache dos posts com o ID fornecido será apagado ao salvar."
1526
 
1527
+ #, fuzzy
1528
+ #| msgid "Callback url"
1529
+ msgid "Fallback slider"
1530
+ msgstr "URL de retorno de chamada"
1531
+
1532
+ #, fuzzy
1533
+ #| msgid "Alias"
1534
+ msgid "ID or Alias"
1535
+ msgstr "Alias"
1536
+
1537
+ msgid ""
1538
+ "Select another slider by its ID or Alias that displays if your current "
1539
+ "slider has no published slides."
1540
+ msgstr ""
1541
+
1542
  msgid "Thumbnail"
1543
  msgstr "Miniatura"
1544
 
1616
  msgid "Align"
1617
  msgstr "Alinhar"
1618
 
 
 
 
1619
  msgid "Puts a fix margin around your slider."
1620
  msgstr ""
1621
 
1628
  msgid "Loading"
1629
  msgstr "Carregando"
1630
 
1631
+ #, fuzzy
1632
+ #| msgid "Loading"
1633
+ msgid "Loading type"
1634
+ msgstr "Carregando"
1635
+
1636
  msgid "Instant"
1637
  msgstr ""
1638
 
1642
  msgid "After delay"
1643
  msgstr ""
1644
 
 
 
 
 
 
1645
  msgid ""
1646
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1647
  "you can load it only after the page has loaded."
1833
  "the result with the filling modes."
1834
  msgstr ""
1835
 
1836
+ #, fuzzy
1837
+ #| msgid "Background color"
1838
+ msgid "Background Blur"
1839
+ msgstr "Cor de fundo"
1840
+
1841
  msgid "Randomize"
1842
  msgstr "Aleatório"
1843
 
2136
  msgid "Why upgrade to Smart Slider 3 Pro?"
2137
  msgstr ""
2138
 
2139
+ #, php-format
2140
+ msgid "%d+ slider templates"
2141
  msgstr ""
2142
 
2143
  msgid "Full slide library access"
2144
  msgstr ""
2145
 
2146
+ #, fuzzy, php-format
2147
+ #| msgid "Heading layer"
2148
+ msgid "%d new layers"
2149
+ msgstr "Camada de cabeçalho"
2150
 
2151
  msgid "Extra advanced options"
2152
  msgstr ""
2215
  msgid "Color end"
2216
  msgstr "Final de cor"
2217
 
 
 
 
2218
  msgid "Position"
2219
  msgstr "Posição"
2220
 
2390
  "background correctly."
2391
  msgstr ""
2392
 
2393
+ #, fuzzy
2394
+ #| msgid "Background color"
2395
+ msgid "Background blur"
2396
+ msgstr "Cor de fundo"
2397
+
2398
  msgid "Blur"
2399
  msgstr "Borrão"
2400
 
2553
  msgid "Scale down"
2554
  msgstr "Scale Down(Escala Abaixo)"
2555
 
 
 
 
2556
  msgid "Static overlay"
2557
  msgstr "Sobreposição estática"
2558
 
2610
  msgid "Drop images here"
2611
  msgstr "Imagem para Desktop está vazia!"
2612
 
2613
+ #, fuzzy
2614
+ #| msgid "Search results only"
2615
+ msgid "Search Project"
2616
+ msgstr "Apenas resultados da busca"
2617
 
2618
  #, fuzzy
2619
  #| msgid "View records"
2645
  msgid "Export"
2646
  msgstr "Exportar"
2647
 
2648
+ #, fuzzy
2649
+ #| msgid "Showcase"
2650
+ msgid "Show"
2651
+ msgstr "Mostruário"
2652
+
2653
+ #, php-format
2654
+ msgid "Showing %s to %s of %s projects"
2655
+ msgstr ""
2656
+
2657
+ msgid "No projects to show"
2658
+ msgstr ""
2659
+
2660
  msgid "New project"
2661
  msgstr ""
2662
 
2663
+ msgid "Sorry we couldn’t find any matches"
2664
+ msgstr ""
2665
+
2666
+ msgid "Please try searching with another term."
2667
+ msgstr ""
2668
+
2669
+ #, php-format
2670
+ msgid "Showing %s results for %s."
2671
+ msgstr ""
2672
+
2673
  msgid "Module"
2674
  msgstr "Módulo"
2675
 
3200
  msgid "Cache expiration"
3201
  msgstr "Expiração do cache"
3202
 
3203
+ msgid "Hours"
3204
+ msgstr "Horas"
3205
 
3206
  msgid "Start index"
3207
  msgstr "Índice inicial"
3300
  msgstr ""
3301
 
3302
  msgid "Year"
3303
+ msgstr "Ano"
3304
 
3305
  msgid "Month"
3306
+ msgstr "Mês"
3307
 
3308
  msgid "Day"
3309
+ msgstr "Dia"
3310
 
3311
  msgid "Hour"
3312
+ msgstr "Hora"
3313
 
3314
  msgid "Minute"
3315
+ msgstr "Ata"
3316
 
3317
  msgid "Stack"
3318
  msgstr "Pilha"
3677
  msgid "Whole group"
3678
  msgstr "Todo grupo"
3679
 
3680
+ #, fuzzy
3681
+ #| msgid "Select slider"
3682
+ msgid "Select Slider"
3683
  msgstr "Selecione o Slider"
3684
 
3685
  msgid "OR"
3686
  msgstr "OU"
3687
 
3688
+ msgid "Insert a slider into your content"
3689
+ msgstr ""
3690
+
3691
+ msgid "Select the slider you want to insert."
3692
  msgstr ""
3693
 
3694
  msgctxt "Button layer default text"
3841
  msgid "You can pause the video when the visitor scrolls away from the slider"
3842
  msgstr ""
3843
 
 
 
 
 
 
 
 
3844
  msgid "Display"
3845
  msgstr "Exibição"
3846
 
4016
  "Se você desativar essa opção, não será possível mudar para o primeiro slide "
4017
  "do último."
4018
 
4019
+ msgid ""
4020
+ "Background animations only work on the slide background images, which have "
4021
+ "Fill selected at their Fill mode. They don't affect any images if the "
4022
+ "background parallax is enabled."
4023
+ msgstr ""
4024
+
4025
  msgid "Shifted"
4026
  msgstr "Deslocado"
4027
 
4029
  msgstr ""
4030
  "O fundo e a animação principal são reproduzidos simultaneamente ou trocados."
4031
 
 
 
 
 
 
 
4032
  msgid "Slider CSS Preset"
4033
  msgstr ""
4034
 
4176
  msgid "My text animations"
4177
  msgstr ""
4178
 
4179
+ msgid "Morph - Wave"
4180
+ msgstr ""
4181
+
4182
+ msgid "Morph - Brush"
4183
+ msgstr ""
4184
+
4185
+ msgid "Morph - Flow"
4186
+ msgstr ""
4187
+
4188
+ msgid "Morph - Noise"
4189
+ msgstr ""
4190
+
4191
+ msgid "Distortion - Mosaic"
4192
+ msgstr ""
4193
+
4194
+ #, fuzzy
4195
+ #| msgid "Slices - Triangle"
4196
+ msgid "Distortion - Triangle"
4197
+ msgstr "Fatias - Triangle(Triângulo)"
4198
+
4199
+ msgid "Distortion - Flow"
4200
+ msgstr ""
4201
+
4202
+ msgid "Distortion - Warp"
4203
+ msgstr ""
4204
+
4205
+ msgid "Distortion - Storm"
4206
+ msgstr ""
4207
+
4208
+ #, fuzzy
4209
+ #| msgid "Registration start date"
4210
+ msgid "Distortion - Wave"
4211
+ msgstr "Data de início do registro"
4212
+
4213
+ msgid "Distortion - Shard"
4214
+ msgstr ""
4215
+
4216
+ msgid "Distortion - Noise"
4217
+ msgstr ""
4218
+
4219
  msgid "Slices - Single"
4220
  msgstr "Fatias - única"
4221
 
4612
  msgid "Bullets"
4613
  msgstr "Navegação"
4614
 
 
 
 
4615
  msgid "Side"
4616
  msgstr "Lado"
4617
 
4809
  msgid "Sparkling"
4810
  msgstr "Espumante"
4811
 
4812
+ #, fuzzy, php-format
4813
+ #| msgid "Curve 1"
4814
+ msgid "Curve %d"
4815
  msgstr "Curva 1"
4816
 
 
 
 
 
 
 
 
 
 
4817
  msgid "Curves"
4818
  msgstr "Curvas"
4819
 
4820
+ #, fuzzy, php-format
4821
+ #| msgid "Fan 1"
4822
+ msgid "Fan %d"
4823
  msgstr "Fã 1"
4824
 
 
 
 
 
 
 
4825
  msgid "Hills"
4826
  msgstr "Colinas"
4827
 
4828
+ #, fuzzy, php-format
4829
+ #| msgid "Incline 1"
4830
+ msgid "Incline %d"
4831
  msgstr "Inclinar 1"
4832
 
 
 
 
 
 
 
4833
  msgid "Inverse arrow"
4834
  msgstr "Seta inversa"
4835
 
4839
  msgid "Slopes"
4840
  msgstr "Encostas"
4841
 
4842
+ #, fuzzy, php-format
4843
+ #| msgid "Tilt 1"
4844
+ msgid "Tilt %d"
4845
  msgstr "Inclinação 1"
4846
 
4847
+ #, fuzzy, php-format
4848
+ #| msgid "Triangle 1"
4849
+ msgid "Triangle %d"
 
4850
  msgstr "Triângulo 1"
4851
 
4852
+ #, fuzzy, php-format
4853
+ #| msgid "Wave 1"
4854
+ msgid "Wave %d"
 
4855
  msgstr "Ondas 1"
4856
 
 
 
 
4857
  msgid "Waves"
4858
  msgstr "Ondas"
4859
 
4860
+ #, fuzzy, php-format
4861
+ #| msgid "Columns"
4862
+ msgid "Columns %d"
4863
+ msgstr "Colunas"
4864
+
4865
+ #, php-format
4866
+ msgid "Paper %d"
4867
+ msgstr ""
4868
+
4869
  msgid "2 Colors"
4870
  msgstr "2 cores"
4871
 
4887
  #, php-format
4888
  msgid ""
4889
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4890
+ "order to use this generator!"
4891
+ msgstr ""
4892
+
4893
+ msgid "How to get SSL for my website?"
4894
  msgstr ""
4895
 
4896
  #, php-format
5018
  msgid "Source folder"
5019
  msgstr "Pasta de origem"
5020
 
5021
+ #, fuzzy
5022
+ #| msgid "Slide name and description"
5023
+ msgid "Filename based exclusion"
5024
+ msgstr "Nome e descrição do slide"
5025
+
5026
  msgid "Remove resized images"
5027
  msgstr ""
5028
 
5033
  "because it's the same image, just in a smaller size."
5034
  msgstr ""
5035
 
5036
+ msgid "Filename has to contain"
5037
+ msgstr ""
5038
+
5039
+ msgid ""
5040
+ "Only those images will be asked down, which have the given texts within "
5041
+ "their filenames. You can write down multiple texts separated by comma."
5042
+ msgstr ""
5043
+
5044
+ msgid "Filename cannot contain"
5045
+ msgstr ""
5046
+
5047
+ msgid ""
5048
+ "Only those images will be asked down, which don't have the given texts "
5049
+ "within their filenames. You can write down multiple texts separated by comma."
5050
+ msgstr ""
5051
+
5052
  msgid "Filename"
5053
  msgstr "Nome do arquivo"
5054
 
5072
  "Caminho errado. Esse é o caminho da pasta padrão para upload/media, então "
5073
  "tente navegar daqui:"
5074
 
5075
+ msgid "The App ID and the Secret is empty!"
5076
+ msgstr ""
5077
+
5078
+ msgid "The token will expire at:"
5079
+ msgstr ""
5080
+
5081
+ msgid "Access token was not returned.Please check the credentials!"
5082
+ msgstr ""
5083
+
5084
+ #, fuzzy
5085
+ #| msgid "The token expired. Please request new token! "
5086
+ msgid "The token expired. Please request new token!"
5087
+ msgstr "O token expirou. Por favor, solicite um novo token!"
5088
+
5089
+ #, fuzzy
5090
+ #| msgid "The token expired. Please request new token! "
5091
+ msgid "The token will expire in two days! Please refresh the token!"
5092
+ msgstr "O token expirou. Por favor, solicite um novo token!"
5093
+
5094
+ #, fuzzy
5095
+ #| msgid "Request token"
5096
+ msgid "Refresh Token"
5097
+ msgstr "Solicitar token"
5098
+
5099
+ msgid "Refresh"
5100
+ msgstr ""
5101
+
5102
+ msgid "Album loading method"
5103
+ msgstr ""
5104
+
5105
+ msgid "Load first images only"
5106
+ msgstr ""
5107
+
5108
+ msgid "Load album images separately"
5109
+ msgstr ""
5110
+
5111
+ msgid "Load Album images as record data"
5112
+ msgstr ""
5113
+
5114
  msgid "JSON from url"
5115
  msgstr ""
5116
 
5146
  msgid "Images"
5147
  msgstr "Imagens"
5148
 
5149
+ #, fuzzy
5150
+ #| msgid "Offset"
5151
+ msgid "Offset hours"
5152
+ msgstr "offset(compensar)"
5153
+
5154
  msgid "Timezone offset in hours. For example: +2 or -7."
5155
  msgstr ""
5156
 
5196
  msgid "Creates slides from %1$s content."
5197
  msgstr ""
5198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5199
  msgid "Include subcategories"
5200
  msgstr "Incluir subcategorias"
5201
 
5247
  msgid "Banned user IDs"
5248
  msgstr ""
5249
 
5250
+ msgid "Started"
5251
+ msgstr "Começou"
5252
+
5253
  msgid "Ended"
5254
  msgstr "Terminou"
5255
 
5335
  msgid "Manufacturer language"
5336
  msgstr ""
5337
 
5338
+ msgid "Price"
5339
+ msgstr "Preço"
5340
+
5341
  msgid "Product name"
5342
  msgstr "Nome do Produto"
5343
 
5344
  msgid "Product ID"
5345
  msgstr "ID do produto"
5346
 
5347
+ msgid "Locations"
5348
+ msgstr "Localizações"
5349
+
5350
+ msgid "Recurring"
5351
+ msgstr "Recorrente"
5352
 
5353
  msgid "All, but from recurring ones only parent events"
5354
  msgstr "Todos, mas dos recorrentes apenas eventos ascendente"
5362
  msgid "Only not recurring events"
5363
  msgstr "Apenas eventos não recorrentes"
5364
 
5365
+ msgid "Menu item (item ID)"
5366
+ msgstr "Item de menu (ID do item)"
5367
+
5368
+ msgid "Start date"
5369
+ msgstr "Data de início"
5370
+
5371
  msgid "End date"
5372
  msgstr "Data final"
5373
 
5410
  msgid "Only display items with these IDs"
5411
  msgstr "Somente exiba itens com esses ID's"
5412
 
5413
+ msgid ""
5414
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5415
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5416
+ "setting will be used."
5417
+ msgstr ""
5418
+ "Deslocamento do fuso horário em horas. Por exemplo: +2 ou -7. Se você deixá-"
5419
+ "lo vazio, a configuração Sistema -> Configuração Global -> Servidor -> Fuso "
5420
+ "Horário do Servidor do Joomla será usada."
5421
+
5422
  msgid "Brand"
5423
  msgstr "Marca"
5424
 
5457
  msgid "Date language"
5458
  msgstr ""
5459
 
5460
+ #, fuzzy
5461
+ #| msgid "Extra variables"
5462
+ msgid "Date variable offset"
5463
+ msgstr "Variáveis extras"
5464
 
5465
+ msgid "Date filter offset"
 
 
 
5466
  msgstr ""
 
 
 
5467
 
5468
  msgid "Status"
5469
  msgstr "Status"
5474
  msgid "Ask down all product images"
5475
  msgstr ""
5476
 
5477
+ msgid "Items"
5478
+ msgstr "Itens"
5479
+
5480
  msgid "View item"
5481
  msgstr ""
5482
 
5486
  msgid "View image"
5487
  msgstr "Ver imagem"
5488
 
 
 
 
 
 
 
 
 
 
5489
  msgid "All day event"
5490
  msgstr "Evento todo o dia"
5491
 
5495
  msgid "Show parent products only"
5496
  msgstr "Mostrar somente produtos pai"
5497
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5498
  #, php-format
5499
  msgid "Creates slides from %1$s galleries."
5500
  msgstr ""
5517
  msgid "No options given"
5518
  msgstr ""
5519
 
5520
+ #, php-format
5521
+ msgid "Creates slides from %1$s events."
5522
+ msgstr ""
5523
+
5524
  msgid "Exclude event IDs (One ID per line)"
5525
  msgstr "Excluir IDs de eventos (um ID por linha)"
5526
 
5575
  msgid "Hide From Event Listings"
5576
  msgstr "Ocultar das listagens de eventos"
5577
 
5578
+ msgid "Event start date"
5579
+ msgstr "Data de início do evento"
5580
+
5581
+ msgid "Event end date"
5582
+ msgstr "Data de término do evento"
5583
+
5584
  msgid "Event cost"
5585
  msgstr "Custo do evento"
5586
 
5587
+ msgid "Event creation date"
5588
+ msgstr "Data de criação do evento"
5589
+
5590
+ msgid "Event modification date"
5591
+ msgstr "Data de modificação do evento"
5592
+
5593
  msgid "Metakey name"
5594
  msgstr "Nome da chave da meta"
5595
 
5634
  msgid "No limit"
5635
  msgstr "Sem limite"
5636
 
5637
+ #, fuzzy
5638
+ #| msgid "Include subcategories"
5639
+ msgid "Hide empty categories"
5640
+ msgstr "Incluir subcategorias"
5641
+
5642
+ msgid "Yes"
5643
+ msgstr "Sim"
5644
+
5645
  msgid "Downloadable"
5646
  msgstr "Downloadable(Baixarcapaz)"
5647
 
5830
  msgid "Vertical pendulum 3D"
5831
  msgstr "Pêndulo vertical 3D"
5832
 
5833
+ msgid "We are Passionate About"
5834
+ msgstr ""
5835
+
5836
+ msgid ""
5837
+ "Amazing Food\n"
5838
+ "Great Hospitality"
5839
+ msgstr ""
5840
+
5841
  msgid "Before text"
5842
  msgstr "Antes do texto"
5843
 
5921
  msgid "Time"
5922
  msgstr "Tempo"
5923
 
5924
+ #, fuzzy
5925
+ #| msgid "Size"
5926
+ msgid "Icon Size"
5927
+ msgstr "Tamanho"
5928
+
5929
+ #, fuzzy
5930
+ #| msgid "Before text"
5931
+ msgid "Before After"
5932
+ msgstr "Antes do texto"
5933
+
5934
+ #, fuzzy
5935
+ #| msgid "Left to Right"
5936
+ msgid "Left top"
5937
+ msgstr "Esquerda para Direita"
5938
+
5939
+ #, fuzzy
5940
+ #| msgid "Center"
5941
+ msgid "Center top"
5942
+ msgstr "Centralizar"
5943
+
5944
+ #, fuzzy
5945
+ #| msgid "Right"
5946
+ msgid "Right top"
5947
+ msgstr "Direita"
5948
+
5949
+ #, fuzzy
5950
+ #| msgid "Slider center"
5951
+ msgid "Left center"
5952
+ msgstr "Centro slider"
5953
+
5954
+ #, fuzzy
5955
+ #| msgid "Center"
5956
+ msgid "Right Center"
5957
+ msgstr "Centralizar"
5958
+
5959
+ #, fuzzy
5960
+ #| msgid "To bottom"
5961
+ msgid "Left bottom"
5962
+ msgstr "Para abaixo"
5963
+
5964
+ #, fuzzy
5965
+ #| msgid "Curtain to bottom"
5966
+ msgid "Center bottom"
5967
+ msgstr "Cortina para baixo"
5968
+
5969
+ #, fuzzy
5970
+ #| msgid "To bottom"
5971
+ msgid "Right bottom"
5972
+ msgstr "Para abaixo"
5973
+
5974
+ #, fuzzy
5975
+ #| msgid "Before text"
5976
+ msgid "Before Image"
5977
+ msgstr "Antes do texto"
5978
+
5979
+ #, fuzzy
5980
+ #| msgid "After text"
5981
+ msgid "After Image"
5982
+ msgstr "Depois do texto"
5983
+
5984
+ msgid "Labels"
5985
+ msgstr ""
5986
+
5987
+ #, fuzzy
5988
+ #| msgid "Show label"
5989
+ msgid "Show Label"
5990
+ msgstr "Mostrar rótulo"
5991
+
5992
+ msgid "Always"
5993
+ msgstr ""
5994
+
5995
+ #, fuzzy
5996
+ #| msgid "Before text"
5997
+ msgid "Before label"
5998
+ msgstr "Antes do texto"
5999
+
6000
+ #, fuzzy
6001
+ #| msgid "Previous label"
6002
+ msgid "After label"
6003
+ msgstr "Rótulo anterior"
6004
+
6005
+ msgid "Behavior"
6006
+ msgstr ""
6007
+
6008
+ #, fuzzy
6009
+ #| msgid "Internal Only"
6010
+ msgid "Interaction"
6011
+ msgstr "Internamente somente"
6012
+
6013
+ #, fuzzy
6014
+ #| msgid "Slider"
6015
+ msgid "Divider"
6016
+ msgstr "Slider"
6017
+
6018
+ msgid "Line"
6019
+ msgstr ""
6020
+
6021
+ #, fuzzy
6022
+ #| msgid "Show duration"
6023
+ msgid "Show Caption"
6024
+ msgstr "Exibir duração"
6025
+
6026
+ #, fuzzy
6027
+ #| msgid "Caption"
6028
+ msgid "Caption text"
6029
+ msgstr "Legenda"
6030
+
6031
+ msgid "Before image alt tag"
6032
+ msgstr ""
6033
+
6034
+ #, fuzzy
6035
+ #| msgid "Average rating"
6036
+ msgid "After image alt tag"
6037
+ msgstr "Classificação média"
6038
+
6039
+ #, fuzzy
6040
+ #| msgid "Optimize image"
6041
+ msgid "Optimize images"
6042
+ msgstr "Otimizar imagem"
6043
+
6044
  msgid "Full"
6045
  msgstr "Completo"
6046
 
6074
  msgid "Stroke width"
6075
  msgstr "Largura do traçado"
6076
 
 
 
 
6077
  msgid "Inner before"
6078
  msgstr "antes do Interior"
6079
 
6086
  msgid "Animation duration"
6087
  msgstr "Duração da animação"
6088
 
6089
+ #, fuzzy
6090
+ #| msgid "Counter"
6091
+ msgid "Countdown"
6092
+ msgstr "Contador"
6093
 
6094
+ msgid "Days"
6095
+ msgstr "Dias"
6096
 
6097
+ msgid "Minutes"
6098
+ msgstr "Acta"
6099
 
6100
+ msgid "Seconds"
6101
+ msgstr "Segundos"
6102
 
6103
+ #, fuzzy
6104
+ #| msgid "First slide changed."
6105
+ msgid "Use slide schedule"
6106
+ msgstr "Primeiro slide alterado."
6107
 
6108
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
6109
+ msgstr ""
6110
 
6111
+ msgid "Use Slide Schedule"
6112
+ msgstr ""
6113
 
6114
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
6115
+ msgstr ""
6116
 
6117
+ msgid ""
6118
+ "Displays the days, hours, minutes and seconds texts under the counter "
6119
+ "numbers. To display the labels in your own language, translate the texts in "
6120
+ "the language files."
6121
+ msgstr ""
6122
 
6123
+ msgid "Gap"
6124
+ msgstr ""
6125
 
6126
+ msgid "Creates vertical and horizontal distance between the counter elements."
6127
+ msgstr ""
6128
 
6129
+ #, fuzzy
6130
+ #| msgid "Tablet scale"
6131
+ msgid "Tablet style"
6132
+ msgstr "tamanho tablet"
6133
 
6134
+ msgid "Set custom Gap and Column for tablet."
6135
+ msgstr ""
6136
 
6137
+ #, fuzzy
6138
+ #| msgid "Mobile scale"
6139
+ msgid "Mobile style"
6140
+ msgstr "tamanho móvel"
6141
 
6142
+ msgid "Set custom Gap and Column for mobile."
6143
+ msgstr ""
6144
 
6145
+ #, fuzzy
6146
+ #| msgid "Actions"
6147
+ msgid "Action when ends"
6148
+ msgstr "Ações"
6149
 
6150
+ #, fuzzy
6151
+ #| msgid "Form action"
6152
+ msgid "No action"
6153
+ msgstr "Ação de formulário"
6154
 
6155
+ #, fuzzy
6156
+ #| msgid "Heading layer"
6157
+ msgid "Hide layer"
6158
+ msgstr "Camada de cabeçalho"
6159
 
6160
+ msgid "Redirect to URL"
6161
+ msgstr ""
6162
 
6163
+ msgid "Choose what happens after the counter reached zero."
6164
+ msgstr ""
6165
 
6166
+ msgid "This page is"
6167
+ msgstr ""
6168
+
6169
+ msgid "Amazing"
6170
+ msgstr ""
6171
+
6172
+ #, fuzzy, php-format
6173
+ #| msgid "Circle 1"
6174
+ msgid "Circle %d"
6175
+ msgstr "Círculo 1"
6176
+
6177
+ #, fuzzy, php-format
6178
+ #| msgid "Curly 1"
6179
+ msgid "Curly %d"
6180
+ msgstr "Curly 1"
6181
+
6182
+ #, fuzzy, php-format
6183
+ #| msgid "Highlight 1"
6184
+ msgid "Highlight %d"
6185
+ msgstr "Destaque 1"
6186
+
6187
+ #, fuzzy, php-format
6188
+ #| msgid "Line Through 1"
6189
+ msgid "Line Through %d"
6190
+ msgstr "Linha no meio 1"
6191
+
6192
+ #, fuzzy, php-format
6193
+ #| msgid "Rectangle 1"
6194
+ msgid "Rectangle %d"
6195
+ msgstr "Retângulo 1"
6196
+
6197
+ #, fuzzy, php-format
6198
+ #| msgid "Underline 1"
6199
+ msgid "Underline %d"
6200
+ msgstr "Sublinhado 1"
6201
+
6202
+ #, fuzzy, php-format
6203
+ #| msgid "Underline double 1"
6204
+ msgid "Underline double %d"
6205
+ msgstr "Sublinhado duplo 1"
6206
+
6207
+ #, fuzzy, php-format
6208
+ #| msgid "ZigZag 1"
6209
+ msgid "ZigZag %d"
6210
+ msgstr "ZigZag 1"
6211
 
6212
  msgid "Highlighted text"
6213
  msgstr "Texto destacado"
6224
  msgid "HTML"
6225
  msgstr ""
6226
 
6227
+ msgid "Empty element"
6228
+ msgstr ""
6229
+
6230
  msgid ""
6231
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6232
  "codes loaded by it. We only suggest using this layer if you are a developer. "
6337
  msgid "Icon not found"
6338
  msgstr "Ícone não encontrado"
6339
 
 
 
 
 
 
6340
  #, php-format
6341
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6342
  msgstr ""
6344
  msgid "Iframe"
6345
  msgstr ""
6346
 
 
 
 
6347
  msgid ""
6348
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6349
  "layer often needs code customizations what you have to do yourself, so we "
6350
  "only suggest using this layer if you are a developer!"
6351
  msgstr ""
6352
 
6353
+ #, fuzzy
6354
+ #| msgid "iframe url"
6355
+ msgid "Iframe url"
6356
  msgstr "iframe url"
6357
 
 
 
 
6358
  msgid "You can disable the scroll on the iframe content."
6359
  msgstr ""
6360
 
6361
  #, fuzzy
6362
  #| msgid "iframe url"
6363
+ msgid "Iframe title"
6364
  msgstr "iframe url"
6365
 
6366
  msgid "Image area"
6705
 
6706
  #, php-format
6707
  msgid ""
6708
+ "%1$s does not support the full screen API. For this reason the full screen "
6709
+ "button will not appear on %1$s devices."
 
6710
  msgstr ""
6711
 
6712
  msgid "Indicator"
6721
  msgid "Bar color"
6722
  msgstr ""
6723
 
6724
+ #~ msgctxt "Default Google font family for admin"
6725
+ #~ msgid "Montserrat"
6726
+ #~ msgstr "Montserrat"
6727
+
6728
+ #~ msgctxt "Default Google font charset for admin"
6729
+ #~ msgid "latin"
6730
+ #~ msgstr "latin"
6731
+
6732
+ #~ msgid "Character set"
6733
+ #~ msgstr "Conjunto de caracteres"
6734
+
6735
+ #~ msgctxt "Character set"
6736
+ #~ msgid "Latin"
6737
+ #~ msgstr "Latin"
6738
+
6739
+ #~ msgctxt "Character set"
6740
+ #~ msgid "Latin Extended"
6741
+ #~ msgstr "Latin Extended"
6742
+
6743
+ #~ msgctxt "Character set"
6744
+ #~ msgid "Greek"
6745
+ #~ msgstr "Greek"
6746
+
6747
+ #~ msgctxt "Character set"
6748
+ #~ msgid "Greek Extended"
6749
+ #~ msgstr "Greek Extended"
6750
+
6751
+ #~ msgctxt "Character set"
6752
+ #~ msgid "Cyrillic"
6753
+ #~ msgstr "Cyrillic"
6754
+
6755
+ #~ msgctxt "Character set"
6756
+ #~ msgid "Devanagari"
6757
+ #~ msgstr "Devanagari"
6758
+
6759
+ #~ msgctxt "Character set"
6760
+ #~ msgid "Arabic"
6761
+ #~ msgstr "Arabic"
6762
+
6763
+ #~ msgctxt "Character set"
6764
+ #~ msgid "Khmer"
6765
+ #~ msgstr "Khmer"
6766
+
6767
+ #~ msgctxt "Character set"
6768
+ #~ msgid "Telugu"
6769
+ #~ msgstr "Telugu"
6770
+
6771
+ #~ msgctxt "Character set"
6772
+ #~ msgid "Vietnamese"
6773
+ #~ msgstr "Vietnamese"
6774
+
6775
+ #~ msgctxt "Default font sets"
6776
+ #~ msgid "latin"
6777
+ #~ msgstr "latin"
6778
+
6779
+ #~ msgid "Private video"
6780
+ #~ msgstr "Vídeo privado"
6781
+
6782
+ #~ msgid "Loop single slide"
6783
+ #~ msgstr "loop de Slide único"
6784
+
6785
+ #~ msgid "In case of one slide, it repeats the animation of the slide."
6786
+ #~ msgstr "No caso de um slide, ele repete a animação do slide."
6787
+
6788
+ #~ msgid "Curve 2"
6789
+ #~ msgstr "Curva 2"
6790
+
6791
+ #~ msgid "Curve 3"
6792
+ #~ msgstr "Curva 3"
6793
+
6794
+ #~ msgid "Curve 4"
6795
+ #~ msgstr "Curva 4"
6796
+
6797
+ #~ msgid "Fan 2"
6798
+ #~ msgstr "Fã 2"
6799
+
6800
+ #~ msgid "Fan 3"
6801
+ #~ msgstr "Fã 3"
6802
+
6803
+ #~ msgid "Incline 2"
6804
+ #~ msgstr "Inclinar 2"
6805
+
6806
+ #~ msgid "Incline 3"
6807
+ #~ msgstr "Inclinar 3"
6808
+
6809
+ #~ msgid "Tilt 2"
6810
+ #~ msgstr "Inclinação 2"
6811
+
6812
+ #~ msgid "Triangle 2"
6813
+ #~ msgstr "Triângulo 2"
6814
+
6815
+ #~ msgid "Wave 2"
6816
+ #~ msgstr "Ondas 2"
6817
+
6818
+ #~ msgid "Types"
6819
+ #~ msgstr "Tipos"
6820
+
6821
+ #~ msgid "Expired"
6822
+ #~ msgstr "Expirado"
6823
+
6824
+ #~ msgid "Auction"
6825
+ #~ msgstr "Leilão"
6826
+
6827
+ #~ msgid "Negotiable price"
6828
+ #~ msgstr "Preço negociável"
6829
+
6830
+ #~ msgid "Blocked by User"
6831
+ #~ msgstr "Bloqueado pelo usuário"
6832
+
6833
+ #~ msgid "Paid"
6834
+ #~ msgstr "Pago"
6835
+
6836
+ #~ msgid "Buynow"
6837
+ #~ msgstr "Compre"
6838
+
6839
+ #~ msgid "Expiration date"
6840
+ #~ msgstr "Data de validade"
6841
+
6842
+ #~ msgid "Supplier"
6843
+ #~ msgstr "Fornecedor"
6844
+
6845
+ #~ msgid "On sale"
6846
+ #~ msgstr "À venda"
6847
+
6848
+ #~ msgid "Discount price"
6849
+ #~ msgstr "Preço com desconto"
6850
+
6851
+ #~ msgid "Create custom date variables"
6852
+ #~ msgstr "Crie variáveis de data personalizadas"
6853
+
6854
+ #~ msgid ""
6855
+ #~ "You can write any date format (http://php.net/manual/en/function.date."
6856
+ #~ "php) in separate lines, and new variables will be created for them."
6857
+ #~ msgstr ""
6858
+ #~ "Você pode escrever qualquer formato de data (http://php.net/manual/en/"
6859
+ #~ "function.date.php) em linhas separadas e novas variáveis serão criadas "
6860
+ #~ "para elas."
6861
+
6862
+ #~ msgid ""
6863
+ #~ "Write the original text, like 'Monday' then two | signs, and the text you "
6864
+ #~ "want it to be translated to, for example 'Montag'. Together: Monday||"
6865
+ #~ "Montag"
6866
+ #~ msgstr ""
6867
+ #~ "Escreva o texto original, como 'segunda-feira', depois dois | sinais, e o "
6868
+ #~ "texto que você quer que seja traduzido, por exemplo, 'Montag'. Juntos: "
6869
+ #~ "segunda-feira || Montag"
6870
+
6871
+ #~ msgid "Circle 2"
6872
+ #~ msgstr "Círculo 2"
6873
+
6874
+ #~ msgid "Circle 3"
6875
+ #~ msgstr "Círculo 3"
6876
+
6877
+ #~ msgid "Curly 2"
6878
+ #~ msgstr "Curly 2"
6879
+
6880
+ #~ msgid "Highlight 2"
6881
+ #~ msgstr "Destaque 2"
6882
+
6883
+ #~ msgid "Highlight 3"
6884
+ #~ msgstr "Destaque 3"
6885
+
6886
+ #~ msgid "Line Through 2"
6887
+ #~ msgstr "Linha no meio 2"
6888
+
6889
+ #~ msgid "Line Through 3"
6890
+ #~ msgstr "Linha no meio 3"
6891
+
6892
+ #~ msgid "Rectangle 2"
6893
+ #~ msgstr "Retângulo 2"
6894
+
6895
+ #~ msgid "Underline 2"
6896
+ #~ msgstr "Sublinhado 2"
6897
+
6898
+ #~ msgid "Underline 3"
6899
+ #~ msgstr "Sublinhado 3"
6900
+
6901
+ #~ msgid "Underline double 2"
6902
+ #~ msgstr "Sublinhado duplo 2"
6903
+
6904
+ #~ msgid "ZigZag 2"
6905
+ #~ msgstr "ZigZag 2"
6906
+
6907
+ #~ msgid "ZigZag 3"
6908
+ #~ msgstr "ZigZag 3"
6909
+
6910
  #~ msgid "m-d-Y"
6911
  #~ msgstr "m-d-Y"
6912
 
6972
  #~ msgid "Read docs"
6973
  #~ msgstr "Leia mais"
6974
 
 
 
 
6975
  #~ msgid "Hide until complete load"
6976
  #~ msgstr "Esconder até a carga completa"
6977
 
 
 
 
 
 
 
6978
  #~ msgid "Load jQuery on frontend"
6979
  #~ msgstr "Carregar o jQuery no frontend"
6980
 
Nextend/Languages/ru_RU.mo CHANGED
Binary file
Nextend/Languages/ru_RU.po CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: VERSION\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2021-07-23 09:55+0200\n"
7
- "PO-Revision-Date: 2021-07-23 10:03+0200\n"
8
  "Last-Translator: NEXTEND 02 <ramona@nextendweb.com>\n"
9
  "Language-Team: Nextend\n"
10
  "Language: ru\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
- "X-Generator: Poedit 3.0\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
19
  "X-Poedit-Flags-xgettext: --no-location\n"
@@ -29,14 +29,6 @@ msgstr ""
29
  "Не удалось связаться с сервером лицензирования, пожалуйста, повторите "
30
  "попытку позже!"
31
 
32
- msgctxt "Default Google font family for admin"
33
- msgid "Montserrat"
34
- msgstr "Montserrat"
35
-
36
- msgctxt "Default Google font charset for admin"
37
- msgid "latin"
38
- msgstr "latin"
39
-
40
  msgid "You are not allowed to upload!"
41
  msgstr "У вас нет прав на загрузку!"
42
 
@@ -186,6 +178,14 @@ msgstr "Сайт"
186
  msgid "You can load Google Fonts on the frontend."
187
  msgstr ""
188
 
 
 
 
 
 
 
 
 
189
  msgid "Backend"
190
  msgstr "Административная часть сайта"
191
 
@@ -203,53 +203,6 @@ msgstr "Курсив"
203
  msgid "Normal"
204
  msgstr "Обычно"
205
 
206
- msgid "Character set"
207
- msgstr "Набор символов"
208
-
209
- msgctxt "Character set"
210
- msgid "Latin"
211
- msgstr "Латиница"
212
-
213
- msgctxt "Character set"
214
- msgid "Latin Extended"
215
- msgstr "Расширенная латиница"
216
-
217
- msgctxt "Character set"
218
- msgid "Greek"
219
- msgstr "Греческий алфавит"
220
-
221
- msgctxt "Character set"
222
- msgid "Greek Extended"
223
- msgstr "Расширенный набор символов греческого алфавита"
224
-
225
- msgctxt "Character set"
226
- msgid "Cyrillic"
227
- msgstr "Кириллица"
228
-
229
- msgctxt "Character set"
230
- msgid "Devanagari"
231
- msgstr "Деванагари"
232
-
233
- msgctxt "Character set"
234
- msgid "Arabic"
235
- msgstr "Арабское письмо"
236
-
237
- msgctxt "Character set"
238
- msgid "Khmer"
239
- msgstr "Кхмерское письмо"
240
-
241
- msgctxt "Character set"
242
- msgid "Telugu"
243
- msgstr "Письмо Телугу"
244
-
245
- msgctxt "Character set"
246
- msgid "Vietnamese"
247
- msgstr "Куокнгы (вьетнамский алфавит)"
248
-
249
- msgctxt "Default font sets"
250
- msgid "latin"
251
- msgstr "latin"
252
-
253
  msgid "Choose"
254
  msgstr "Выбрать"
255
 
@@ -1187,15 +1140,23 @@ msgstr "Группы"
1187
  msgid "Set"
1188
  msgstr "Настроить"
1189
 
 
 
 
 
 
 
 
 
 
 
 
1190
  msgid "Up"
1191
  msgstr ""
1192
 
1193
  msgid "Insert group"
1194
  msgstr "Вставить группу"
1195
 
1196
- msgid "Group"
1197
- msgstr "Группа"
1198
-
1199
  msgid "Move to trash"
1200
  msgstr "Переместить в корзину"
1201
 
@@ -1240,6 +1201,31 @@ msgstr "удалить эти объекты"
1240
  msgid "delete this slide"
1241
  msgstr "удалить этот объект"
1242
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1243
  msgid "Animations"
1244
  msgstr "Анимация"
1245
 
@@ -1486,6 +1472,11 @@ msgstr ""
1486
  msgid "JavaScript callbacks"
1487
  msgstr "Обратные вызовы JavaScript"
1488
 
 
 
 
 
 
1489
  msgid "Post IDs"
1490
  msgstr "ID сообщений"
1491
 
@@ -1496,6 +1487,21 @@ msgid "The cache of the posts with the given ID will be cleared upon save."
1496
  msgstr ""
1497
  "Кэш сообщений с указанным идентификатором будет очищен после сохранения."
1498
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1499
  msgid "Thumbnail"
1500
  msgstr "Миниатюра"
1501
 
@@ -1571,9 +1577,6 @@ msgstr "Режим заполнения"
1571
  msgid "Align"
1572
  msgstr "Выравнивание"
1573
 
1574
- msgid "Margin"
1575
- msgstr "Внешний отступ"
1576
-
1577
  msgid "Puts a fix margin around your slider."
1578
  msgstr ""
1579
 
@@ -1586,6 +1589,11 @@ msgstr "Оптимизировать"
1586
  msgid "Loading"
1587
  msgstr "Загрузка"
1588
 
 
 
 
 
 
1589
  msgid "Instant"
1590
  msgstr ""
1591
 
@@ -1595,11 +1603,6 @@ msgstr ""
1595
  msgid "After delay"
1596
  msgstr ""
1597
 
1598
- #, fuzzy
1599
- #| msgid "Loading"
1600
- msgid "Loading type"
1601
- msgstr "Загрузка"
1602
-
1603
  msgid ""
1604
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1605
  "you can load it only after the page has loaded."
@@ -1789,6 +1792,11 @@ msgid ""
1789
  "the result with the filling modes."
1790
  msgstr ""
1791
 
 
 
 
 
 
1792
  msgid "Randomize"
1793
  msgstr "Выбрать случайным образом"
1794
 
@@ -2085,15 +2093,16 @@ msgstr "Очень понравилось"
2085
  msgid "Why upgrade to Smart Slider 3 Pro?"
2086
  msgstr ""
2087
 
2088
- msgid "120+ slider templates"
 
2089
  msgstr ""
2090
 
2091
  msgid "Full slide library access"
2092
  msgstr ""
2093
 
2094
- #, fuzzy
2095
  #| msgid "Text layer"
2096
- msgid "20 new layers"
2097
  msgstr "Текстовый слой"
2098
 
2099
  msgid "Extra advanced options"
@@ -2163,9 +2172,6 @@ msgstr "Градиент"
2163
  msgid "Color end"
2164
  msgstr "Завершающий цвет"
2165
 
2166
- msgid "Max width"
2167
- msgstr "Max ширина"
2168
-
2169
  msgid "Position"
2170
  msgstr "Позиция"
2171
 
@@ -2340,6 +2346,11 @@ msgstr ""
2340
  "Пожалуйста, прочтите %1$sнаше подробное руководство%2$s по правильной "
2341
  "настройке собственного фона слайда."
2342
 
 
 
 
 
 
2343
  msgid "Blur"
2344
  msgstr "Размытие"
2345
 
@@ -2496,9 +2507,6 @@ msgstr "Увеличить масштаб"
2496
  msgid "Scale down"
2497
  msgstr "Уменьшить масштаб"
2498
 
2499
- msgid "Edit"
2500
- msgstr "Редактировать"
2501
-
2502
  msgid "Static overlay"
2503
  msgstr "Статическое наложение"
2504
 
@@ -2556,8 +2564,10 @@ msgstr "Слайд вверх"
2556
  msgid "Drop images here"
2557
  msgstr "Перетащите ваши изображения сюда!"
2558
 
2559
- msgid "Edit slider"
2560
- msgstr ""
 
 
2561
 
2562
  msgid "View trash"
2563
  msgstr "Посмотреть корзину"
@@ -2583,9 +2593,34 @@ msgstr "Сначала старые"
2583
  msgid "Export"
2584
  msgstr "Экспортировать в формате ss3"
2585
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2586
  msgid "New project"
2587
  msgstr "Новый проект"
2588
 
 
 
 
 
 
 
 
 
 
 
 
2589
  msgid "Module"
2590
  msgstr "Модуль"
2591
 
@@ -3119,8 +3154,8 @@ msgstr "Настройки генератора"
3119
  msgid "Cache expiration"
3120
  msgstr "Срок действия кэша"
3121
 
3122
- msgid "hours"
3123
- msgstr "часа(ов)"
3124
 
3125
  msgid "Start index"
3126
  msgstr "Начальный индекс"
@@ -3596,14 +3631,21 @@ msgstr ""
3596
  msgid "Whole group"
3597
  msgstr "Вся группа"
3598
 
3599
- msgid "Select slider"
3600
  msgstr "Выбрать слайдер"
3601
 
3602
  msgid "OR"
3603
  msgstr "ИЛИ"
3604
 
3605
- msgid "Select A Slider"
3606
- msgstr ""
 
 
 
 
 
 
 
3607
 
3608
  msgctxt "Button layer default text"
3609
  msgid "MORE"
@@ -3755,13 +3797,6 @@ msgstr "Когда невидимый"
3755
  msgid "You can pause the video when the visitor scrolls away from the slider"
3756
  msgstr ""
3757
 
3758
- msgid "Private video"
3759
- msgstr "Частное видео"
3760
-
3761
- msgid ""
3762
- "Turn it on to remove the admin warning that your video is not accessible."
3763
- msgstr ""
3764
-
3765
  msgid "Display"
3766
  msgstr "Показывать на экранах следующих устройств"
3767
 
@@ -3935,18 +3970,18 @@ msgstr ""
3935
  "Если вы отключите эту опцию, Вы не сможете переключиться на первый слайд из "
3936
  "последнего."
3937
 
 
 
 
 
 
 
3938
  msgid "Shifted"
3939
  msgstr "Смещенный"
3940
 
3941
  msgid "The background and the main animation plays simultaneously or shifted."
3942
  msgstr "Фон и основная анимация воспроизводятся или сдвигаются одновременно."
3943
 
3944
- msgid "Loop single slide"
3945
- msgstr "Зациклить один слайд"
3946
-
3947
- msgid "In case of one slide, it repeats the animation of the slide."
3948
- msgstr "В случае одного слайда, он повторяет анимацию слайда."
3949
-
3950
  msgid "Slider CSS Preset"
3951
  msgstr ""
3952
 
@@ -4094,6 +4129,46 @@ msgstr "Эластичный случайным образом"
4094
  msgid "My text animations"
4095
  msgstr ""
4096
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4097
  msgid "Slices - Single"
4098
  msgstr "Слои - Одиночные"
4099
 
@@ -4490,9 +4565,6 @@ msgstr "Текстовая панель"
4490
  msgid "Bullets"
4491
  msgstr "Точки"
4492
 
4493
- msgid "Bullet"
4494
- msgstr ""
4495
-
4496
  msgid "Side"
4497
  msgstr "Сторона"
4498
 
@@ -4689,42 +4761,27 @@ msgstr ""
4689
  msgid "Sparkling"
4690
  msgstr "Искры"
4691
 
4692
- msgid "Curve 1"
 
 
4693
  msgstr "Кривая 1"
4694
 
4695
- msgid "Curve 2"
4696
- msgstr "Кривая 2"
4697
-
4698
- msgid "Curve 3"
4699
- msgstr "Кривая 3"
4700
-
4701
- msgid "Curve 4"
4702
- msgstr "Кривая 4"
4703
-
4704
  msgid "Curves"
4705
  msgstr "Кривые"
4706
 
4707
- msgid "Fan 1"
 
 
4708
  msgstr "Вентилятор 1"
4709
 
4710
- msgid "Fan 2"
4711
- msgstr "Вентилятор 2"
4712
-
4713
- msgid "Fan 3"
4714
- msgstr "Вентилятор 3"
4715
-
4716
  msgid "Hills"
4717
  msgstr "Холмы"
4718
 
4719
- msgid "Incline 1"
 
 
4720
  msgstr "Наклон 1"
4721
 
4722
- msgid "Incline 2"
4723
- msgstr "Наклон 2"
4724
-
4725
- msgid "Incline 3"
4726
- msgstr "Наклон 3"
4727
-
4728
  msgid "Inverse arrow"
4729
  msgstr "Обратная стрелка"
4730
 
@@ -4734,27 +4791,33 @@ msgstr "Прямоугольник"
4734
  msgid "Slopes"
4735
  msgstr "Наклоны"
4736
 
4737
- msgid "Tilt 1"
 
 
4738
  msgstr "Наклон 1"
4739
 
4740
- msgid "Tilt 2"
4741
- msgstr "Наклон 2"
4742
-
4743
- msgid "Triangle 1"
4744
  msgstr "Треугольник 1"
4745
 
4746
- msgid "Triangle 2"
4747
- msgstr "Треугольник 2"
4748
-
4749
- msgid "Wave 1"
4750
  msgstr "Волна 1"
4751
 
4752
- msgid "Wave 2"
4753
- msgstr "Волна 2"
4754
-
4755
  msgid "Waves"
4756
  msgstr "Волны"
4757
 
 
 
 
 
 
 
 
 
 
4758
  msgid "2 Colors"
4759
  msgstr "2 цвета"
4760
 
@@ -4776,8 +4839,10 @@ msgstr "Значение App ID пусто. Пожалуйста, вставьт
4776
  #, php-format
4777
  msgid ""
4778
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4779
- "order to use this generator! - %2$s How to get SSL for my WordPress site? "
4780
- "%3$s"
 
 
4781
  msgstr ""
4782
 
4783
  #, php-format
@@ -4909,6 +4974,11 @@ msgstr "Видео в папке"
4909
  msgid "Source folder"
4910
  msgstr "Каталог источника"
4911
 
 
 
 
 
 
4912
  msgid "Remove resized images"
4913
  msgstr ""
4914
 
@@ -4919,6 +4989,22 @@ msgid ""
4919
  "because it's the same image, just in a smaller size."
4920
  msgstr ""
4921
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4922
  msgid "Filename"
4923
  msgstr "Имя файла"
4924
 
@@ -4940,6 +5026,47 @@ msgid ""
4940
  "from here:"
4941
  msgstr ""
4942
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4943
  msgid "JSON from url"
4944
  msgstr ""
4945
 
@@ -4975,6 +5102,11 @@ msgstr ""
4975
  msgid "Images"
4976
  msgstr "Изображения"
4977
 
 
 
 
 
 
4978
  msgid "Timezone offset in hours. For example: +2 or -7."
4979
  msgstr ""
4980
 
@@ -5020,54 +5152,6 @@ msgstr "необязательный"
5020
  msgid "Creates slides from %1$s content."
5021
  msgstr ""
5022
 
5023
- msgid "Items"
5024
- msgstr "Элементы"
5025
-
5026
- msgid "Locations"
5027
- msgstr "Местоположения"
5028
-
5029
- msgid "Types"
5030
- msgstr "Типы"
5031
-
5032
- msgid "Expired"
5033
- msgstr "С истекшим сроком"
5034
-
5035
- msgid "Started"
5036
- msgstr "Запущенный"
5037
-
5038
- msgid "Auction"
5039
- msgstr "Аукцион"
5040
-
5041
- msgid "Negotiable price"
5042
- msgstr "Договорная цена"
5043
-
5044
- msgid "Blocked by User"
5045
- msgstr "Заблокировано пользователем"
5046
-
5047
- msgid "Paid"
5048
- msgstr "Оплачено"
5049
-
5050
- msgid "Buynow"
5051
- msgstr "Купить"
5052
-
5053
- msgid "Menu item (item ID)"
5054
- msgstr "Пункт меню (ID пункта)"
5055
-
5056
- msgid ""
5057
- "Your url will point to the item within this menu item. You will only get a "
5058
- "good result, if you will pick one of your DJ Classifields menu items or "
5059
- "leave it on 'Default'."
5060
- msgstr ""
5061
-
5062
- msgid "Start date"
5063
- msgstr "Дата начала"
5064
-
5065
- msgid "Expiration date"
5066
- msgstr "Срок годности"
5067
-
5068
- msgid "Price"
5069
- msgstr "Цена"
5070
-
5071
  msgid "Include subcategories"
5072
  msgstr "Включая подкатегории"
5073
 
@@ -5119,6 +5203,9 @@ msgstr ""
5119
  msgid "Banned user IDs"
5120
  msgstr "Заблокированные идентификаторы пользователей"
5121
 
 
 
 
5122
  msgid "Ended"
5123
  msgstr "Остановленный"
5124
 
@@ -5204,12 +5291,18 @@ msgstr ""
5204
  msgid "Manufacturer language"
5205
  msgstr ""
5206
 
 
 
 
5207
  msgid "Product name"
5208
  msgstr "Наименование товара"
5209
 
5210
  msgid "Product ID"
5211
  msgstr "ID товара"
5212
 
 
 
 
5213
  msgid "Recurring"
5214
  msgstr "Повторяющиеся"
5215
 
@@ -5225,6 +5318,12 @@ msgstr "Только родители повторяющихся событий"
5225
  msgid "Only not recurring events"
5226
  msgstr "Только не повторяющиеся события"
5227
 
 
 
 
 
 
 
5228
  msgid "End date"
5229
  msgstr "Дата окончания"
5230
 
@@ -5267,7 +5366,13 @@ msgstr "Максимальная дата окончания"
5267
  msgid "Only display items with these IDs"
5268
  msgstr ""
5269
 
5270
- msgid "Brand"
 
 
 
 
 
 
5271
  msgstr "Бренд"
5272
 
5273
  msgid "Tag"
@@ -5305,14 +5410,15 @@ msgstr ""
5305
  msgid "Date language"
5306
  msgstr ""
5307
 
5308
- msgid "Offset value"
5309
- msgstr ""
 
 
5310
 
5311
- msgid ""
5312
- "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5313
- "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5314
- "setting will be used."
5315
- msgstr ""
5316
 
5317
  msgid "Status"
5318
  msgstr "Статус"
@@ -5323,6 +5429,9 @@ msgstr "В корзине"
5323
  msgid "Ask down all product images"
5324
  msgstr ""
5325
 
 
 
 
5326
  msgid "View item"
5327
  msgstr ""
5328
 
@@ -5332,15 +5441,6 @@ msgstr "Просмотренный"
5332
  msgid "View image"
5333
  msgstr "Просмотр изображения"
5334
 
5335
- msgid "Supplier"
5336
- msgstr "Поставщик"
5337
-
5338
- msgid "On sale"
5339
- msgstr "В продаже"
5340
-
5341
- msgid "Discount price"
5342
- msgstr "Цена со скидкой"
5343
-
5344
  msgid "All day event"
5345
  msgstr "Событие на весь день"
5346
 
@@ -5350,40 +5450,6 @@ msgstr ""
5350
  msgid "Show parent products only"
5351
  msgstr "Показывать только родительские продукты"
5352
 
5353
- #, php-format
5354
- msgid "Creates slides from %1$s events."
5355
- msgstr ""
5356
-
5357
- msgid "Create custom date variables"
5358
- msgstr "Создание пользовательских переменных даты"
5359
-
5360
- msgid ""
5361
- "You can write any date format (http://php.net/manual/en/function.date.php) "
5362
- "in separate lines, and new variables will be created for them."
5363
- msgstr ""
5364
- "Вы можете использовать любой формат даты (http://php.net/manual/en/function."
5365
- "date.php) в отдельных строках, и для них будут созданы новые переменные."
5366
-
5367
- msgid ""
5368
- "Write the original text, like 'Monday' then two | signs, and the text you "
5369
- "want it to be translated to, for example 'Montag'. Together: Monday||Montag"
5370
- msgstr ""
5371
- "Напишите исходный текст, например «Monday», затем два знака | и текст, на "
5372
- "который вы хотите выполнить перевод, например, «Понедельник». Вместе: "
5373
- "Monday||Понедельник"
5374
-
5375
- msgid "Event start date"
5376
- msgstr "Дата начала события"
5377
-
5378
- msgid "Event end date"
5379
- msgstr "Дата окончания события"
5380
-
5381
- msgid "Event creation date"
5382
- msgstr "Дата создания события"
5383
-
5384
- msgid "Event modification date"
5385
- msgstr "Дата изменения события"
5386
-
5387
  #, php-format
5388
  msgid "Creates slides from %1$s galleries."
5389
  msgstr ""
@@ -5406,6 +5472,10 @@ msgstr ""
5406
  msgid "No options given"
5407
  msgstr ""
5408
 
 
 
 
 
5409
  msgid "Exclude event IDs (One ID per line)"
5410
  msgstr ""
5411
 
@@ -5460,9 +5530,21 @@ msgstr "Места проведения"
5460
  msgid "Hide From Event Listings"
5461
  msgstr "Скрыть из списков событий"
5462
 
 
 
 
 
 
 
5463
  msgid "Event cost"
5464
  msgstr "Стоимость мероприятия"
5465
 
 
 
 
 
 
 
5466
  msgid "Metakey name"
5467
  msgstr "Имя мета-ключа"
5468
 
@@ -5507,6 +5589,14 @@ msgstr "Ограничение на количество вложенных пу
5507
  msgid "No limit"
5508
  msgstr "Без ограничений"
5509
 
 
 
 
 
 
 
 
 
5510
  msgid "Downloadable"
5511
  msgstr "Доступные для скачивания"
5512
 
@@ -5694,6 +5784,14 @@ msgstr "Маятник 3D"
5694
  msgid "Vertical pendulum 3D"
5695
  msgstr "Вертикальный маятник 3D"
5696
 
 
 
 
 
 
 
 
 
5697
  msgid "Before text"
5698
  msgstr "Перед текстом"
5699
 
@@ -5775,6 +5873,126 @@ msgstr "Прогресс"
5775
  msgid "Time"
5776
  msgstr "Время"
5777
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5778
  msgid "Full"
5779
  msgstr "Полный"
5780
 
@@ -5808,9 +6026,6 @@ msgstr "Цвет при активации"
5808
  msgid "Stroke width"
5809
  msgstr "Ширина обводки"
5810
 
5811
- msgid "Labels"
5812
- msgstr ""
5813
-
5814
  msgid "Inner before"
5815
  msgstr "Внутренний до"
5816
 
@@ -5823,68 +6038,128 @@ msgstr "До"
5823
  msgid "Animation duration"
5824
  msgstr "Продолжительность анимации"
5825
 
5826
- msgid "Circle 1"
5827
- msgstr "Круг 1"
 
 
5828
 
5829
- msgid "Circle 2"
5830
- msgstr "Круг 2"
5831
 
5832
- msgid "Circle 3"
5833
- msgstr "Круг 3"
5834
 
5835
- msgid "Curly 1"
5836
- msgstr "Кудрявый 1"
5837
 
5838
- msgid "Curly 2"
5839
- msgstr "Кудрявый 2"
 
 
5840
 
5841
- msgid "Highlight 1"
5842
- msgstr "Выделение 1"
5843
 
5844
- msgid "Highlight 2"
5845
- msgstr "Выделение 2"
5846
 
5847
- msgid "Highlight 3"
5848
- msgstr "Выделение 3"
5849
 
5850
- msgid "Line Through 1"
5851
- msgstr "Сквозная линия 1"
 
 
 
5852
 
5853
- msgid "Line Through 2"
5854
- msgstr "Сквозная линия 2"
5855
 
5856
- msgid "Line Through 3"
5857
- msgstr "Сквозная линия 3"
5858
 
5859
- msgid "Rectangle 1"
5860
- msgstr "Прямоугольник 1"
 
 
5861
 
5862
- msgid "Rectangle 2"
5863
- msgstr "Прямоугольник 2"
5864
 
5865
- msgid "Underline 1"
5866
- msgstr "Подчеркивание 1"
 
 
 
 
 
 
 
 
 
 
5867
 
5868
- msgid "Underline 2"
5869
- msgstr "Подчеркивание 2"
 
 
5870
 
5871
- msgid "Underline 3"
5872
- msgstr "Подчеркивание 3"
 
 
5873
 
5874
- msgid "Underline double 1"
5875
- msgstr "Двойное подчеркивание 1"
5876
 
5877
- msgid "Underline double 2"
5878
- msgstr "Двойное подчеркивание 2"
5879
 
5880
- msgid "ZigZag 1"
5881
- msgstr "Зигзаг 1"
5882
 
5883
- msgid "ZigZag 2"
5884
- msgstr "Зигзаг 2"
5885
 
5886
- msgid "ZigZag 3"
5887
- msgstr "Зигзаг 3"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5888
 
5889
  msgid "Highlighted text"
5890
  msgstr "Выделенный текст"
@@ -5901,6 +6176,11 @@ msgstr "Задержка цикла"
5901
  msgid "HTML"
5902
  msgstr ""
5903
 
 
 
 
 
 
5904
  msgid ""
5905
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
5906
  "codes loaded by it. We only suggest using this layer if you are a developer. "
@@ -6011,11 +6291,6 @@ msgstr "Римские числа в верхнем регистре"
6011
  msgid "Icon not found"
6012
  msgstr "Значок не найден"
6013
 
6014
- #, fuzzy
6015
- #| msgid "Previous label"
6016
- msgid "Aria label"
6017
- msgstr "Предыдущая метка"
6018
-
6019
  #, php-format
6020
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6021
  msgstr ""
@@ -6023,27 +6298,23 @@ msgstr ""
6023
  msgid "Iframe"
6024
  msgstr ""
6025
 
6026
- msgid "iframe"
6027
- msgstr ""
6028
-
6029
  msgid ""
6030
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6031
  "layer often needs code customizations what you have to do yourself, so we "
6032
  "only suggest using this layer if you are a developer!"
6033
  msgstr ""
6034
 
6035
- msgid "iframe url"
 
 
6036
  msgstr "URL-адрес iframe"
6037
 
6038
- msgid "Yes"
6039
- msgstr "Да"
6040
-
6041
  msgid "You can disable the scroll on the iframe content."
6042
  msgstr ""
6043
 
6044
  #, fuzzy
6045
  #| msgid "iframe url"
6046
- msgid "iframe title"
6047
  msgstr "URL-адрес iframe"
6048
 
6049
  msgid "Image area"
@@ -6381,9 +6652,8 @@ msgstr "Полноэкранный просмотр"
6381
 
6382
  #, php-format
6383
  msgid ""
6384
- "%1$s %2$s does not support the full screen API %3$s so other elements of the "
6385
- "page may overlap the slider in Fullscreen mode. To avoid such problems, we "
6386
- "suggest hiding the Fullscreen control from mobile view!"
6387
  msgstr ""
6388
 
6389
  msgid "Indicator"
@@ -6398,6 +6668,198 @@ msgstr ""
6398
  msgid "Bar color"
6399
  msgstr ""
6400
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6401
  #~ msgid "m-d-Y"
6402
  #~ msgstr "м-д-Г"
6403
 
@@ -6456,18 +6918,9 @@ msgstr ""
6456
  #~ msgid "Read docs"
6457
  #~ msgstr "Читать далее"
6458
 
6459
- #~ msgid "Loading animation"
6460
- #~ msgstr "Анимация загрузки"
6461
-
6462
  #~ msgid "Hide until complete load"
6463
  #~ msgstr "Скрыть до полной загрузки"
6464
 
6465
- #~ msgid "Tablet scale"
6466
- #~ msgstr "Масштабирование на планшете"
6467
-
6468
- #~ msgid "Mobile scale"
6469
- #~ msgstr "Масштабирование на телефоне"
6470
-
6471
  #~ msgid "Load jQuery on frontend"
6472
  #~ msgstr "Загружать jQuery на сайте"
6473
 
@@ -6606,10 +7059,6 @@ msgstr ""
6606
  #~ msgid "No search term specified. Showing recent items."
6607
  #~ msgstr "Не указан поисковый запрос. Отображение последних элементов."
6608
 
6609
- #, javascript-format
6610
- #~ msgid "Showing items match for \"%s\""
6611
- #~ msgstr "Отображение элементов, соответствующих: \"%s\""
6612
-
6613
  #~ msgid "Create lightbox from image, video or iframe."
6614
  #~ msgstr "Создать лайтбокс из изображения, видео или iframe."
6615
 
@@ -6983,9 +7432,6 @@ msgstr ""
6983
  #~ msgid "Update"
6984
  #~ msgstr "Обновить"
6985
 
6986
- #~ msgid "Instructions"
6987
- #~ msgstr "Инструкции"
6988
-
6989
  #~ msgid "You can upload the files which exported by Smart Slider 3."
6990
  #~ msgstr "Вы можете загрузить файлы, экспортированные из Smart Slider 3."
6991
 
@@ -7086,9 +7532,6 @@ msgstr ""
7086
  #~ msgid "Canvas"
7087
  #~ msgstr "Холст"
7088
 
7089
- #~ msgid "Back to slider"
7090
- #~ msgstr "Назад к слайдеру"
7091
-
7092
  #~ msgid "Duplicate slide"
7093
  #~ msgstr "Дублировать слайд"
7094
 
@@ -7190,9 +7633,6 @@ msgstr ""
7190
  #~ msgid "Media"
7191
  #~ msgstr "Медиа"
7192
 
7193
- #~ msgid "Empty title"
7194
- #~ msgstr "Пустой заголовок"
7195
-
7196
  #~ msgctxt "Slide item"
7197
  #~ msgid "Heading"
7198
  #~ msgstr "Заголовок"
@@ -7232,9 +7672,6 @@ msgstr ""
7232
  #~ msgid "Adaptive sizing"
7233
  #~ msgstr "Адаптивное масштабирование"
7234
 
7235
- #~ msgid "Show on"
7236
- #~ msgstr "Показать"
7237
-
7238
  #~ msgid "CSS class"
7239
  #~ msgstr "Класс CSS"
7240
 
@@ -7332,9 +7769,6 @@ msgstr ""
7332
  #~ msgid "Finish autoplay on"
7333
  #~ msgstr "Завершение автовоспроизведения"
7334
 
7335
- #~ msgid "Count"
7336
- #~ msgstr "Количество"
7337
-
7338
  #~ msgid "slide count"
7339
  #~ msgstr "количество слайдов"
7340
 
@@ -7365,9 +7799,6 @@ msgstr ""
7365
  #~ msgid "slides"
7366
  #~ msgstr "слайд(а,ов)"
7367
 
7368
- #~ msgid "Optimize images"
7369
- #~ msgstr "Оптимизировать изображения"
7370
-
7371
  #~ msgid "Thumbnail image resize"
7372
  #~ msgstr "Размер миниатюры изображения"
7373
 
@@ -7392,9 +7823,6 @@ msgstr ""
7392
  #~ msgid "on scroll"
7393
  #~ msgstr "при прокрутке"
7394
 
7395
- #~ msgid "Custom loading animation"
7396
- #~ msgstr "Пользовательская анимация загрузки"
7397
-
7398
  #~ msgid "Placeholder image"
7399
  #~ msgstr "Заполняющее изображение"
7400
 
@@ -7428,9 +7856,6 @@ msgstr ""
7428
  #~ msgid "Clear both"
7429
  #~ msgstr "Очистка (clear) с обеих сторон"
7430
 
7431
- #~ msgid "Before slider"
7432
- #~ msgstr "Перед слайдером"
7433
-
7434
  #~ msgid "If your slider does not resize correctly, turn this option on."
7435
  #~ msgstr ""
7436
  #~ "Если ваш слайдер изменяет размер некорректно, включите этот параметр."
@@ -7442,21 +7867,12 @@ msgstr ""
7442
  #~ "Выключите это, чтобы содержимое, следующее за слайдером, попало в ту же "
7443
  #~ "строку, в которой находится слайдер."
7444
 
7445
- #~ msgid "Hide slider"
7446
- #~ msgstr "Скрыть слайдер"
7447
-
7448
  #~ msgid "Browser width"
7449
  #~ msgstr "Ширина браузера"
7450
 
7451
  #~ msgid "Import file upload"
7452
  #~ msgstr "Загрузка файла импорта"
7453
 
7454
- #~ msgid "Delete file after import"
7455
- #~ msgstr "Удалить файл после импорта"
7456
-
7457
- #~ msgid "Delete the slider with the same ID"
7458
- #~ msgstr "Удалить слайдер с тем же ID"
7459
-
7460
  #~ msgid "Use linked visuals"
7461
  #~ msgstr "Использовать связанные визуальные эффекты"
7462
 
@@ -7502,9 +7918,6 @@ msgstr ""
7502
  #~ msgid "Split text sets"
7503
  #~ msgstr "Наборы разделения текста"
7504
 
7505
- #~ msgid "Lines"
7506
- #~ msgstr "Линии"
7507
-
7508
  #~ msgid "Common split text properties"
7509
  #~ msgstr "Основные свойства разделения текста"
7510
 
@@ -7896,9 +8309,6 @@ msgstr ""
7896
  #~ msgid "Page or Post editor"
7897
  #~ msgstr "Редактор страниц или записей"
7898
 
7899
- #~ msgid "Insert the slider into pages with the icon:"
7900
- #~ msgstr "Вставить слайдер на страницы с помощью значка:"
7901
-
7902
  #~ msgid "Copy and paste this shortcode anywhere:"
7903
  #~ msgstr "Скопируйте и вставьте этот код в любом месте:"
7904
 
@@ -7911,9 +8321,6 @@ msgstr ""
7911
  #~ msgid "Product price"
7912
  #~ msgstr "Цена товара"
7913
 
7914
- #~ msgid "Select Slider"
7915
- #~ msgstr "Выбрать слайдер"
7916
-
7917
  #~ msgid "or"
7918
  #~ msgstr "или"
7919
 
3
  msgstr ""
4
  "Project-Id-Version: VERSION\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
7
+ "PO-Revision-Date: 2022-05-17 14:19+0200\n"
8
  "Last-Translator: NEXTEND 02 <ramona@nextendweb.com>\n"
9
  "Language-Team: Nextend\n"
10
  "Language: ru\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Generator: Poedit 3.0.1\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
19
  "X-Poedit-Flags-xgettext: --no-location\n"
29
  "Не удалось связаться с сервером лицензирования, пожалуйста, повторите "
30
  "попытку позже!"
31
 
 
 
 
 
 
 
 
 
32
  msgid "You are not allowed to upload!"
33
  msgstr "У вас нет прав на загрузку!"
34
 
178
  msgid "You can load Google Fonts on the frontend."
179
  msgstr ""
180
 
181
+ msgid "Save fonts locally"
182
+ msgstr ""
183
+
184
+ msgid ""
185
+ "You can store the used Google Fonts on your server. This way all Google "
186
+ "Fonts will load from your own domain."
187
+ msgstr ""
188
+
189
  msgid "Backend"
190
  msgstr "Административная часть сайта"
191
 
203
  msgid "Normal"
204
  msgstr "Обычно"
205
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  msgid "Choose"
207
  msgstr "Выбрать"
208
 
1140
  msgid "Set"
1141
  msgstr "Настроить"
1142
 
1143
+ msgid "Edit"
1144
+ msgstr "Редактировать"
1145
+
1146
+ msgid "Group"
1147
+ msgstr "Группа"
1148
+
1149
+ #, fuzzy
1150
+ #| msgid "Slider"
1151
+ msgid "Edit Slider"
1152
+ msgstr "Слайдер"
1153
+
1154
  msgid "Up"
1155
  msgstr ""
1156
 
1157
  msgid "Insert group"
1158
  msgstr "Вставить группу"
1159
 
 
 
 
1160
  msgid "Move to trash"
1161
  msgstr "Переместить в корзину"
1162
 
1201
  msgid "delete this slide"
1202
  msgstr "удалить этот объект"
1203
 
1204
+ msgid "Max width"
1205
+ msgstr "Max ширина"
1206
+
1207
+ msgid "Margin"
1208
+ msgstr "Внешний отступ"
1209
+
1210
+ #, fuzzy
1211
+ #| msgid "Top"
1212
+ msgid "top"
1213
+ msgstr "Сверху"
1214
+
1215
+ #, fuzzy
1216
+ msgid "right"
1217
+ msgstr "Тонкий"
1218
+
1219
+ #, fuzzy
1220
+ #| msgid "Bottom"
1221
+ msgid "bottom"
1222
+ msgstr "Снизу"
1223
+
1224
+ #, fuzzy
1225
+ #| msgid "To left"
1226
+ msgid "left"
1227
+ msgstr "Налево"
1228
+
1229
  msgid "Animations"
1230
  msgstr "Анимация"
1231
 
1472
  msgid "JavaScript callbacks"
1473
  msgstr "Обратные вызовы JavaScript"
1474
 
1475
+ #, fuzzy
1476
+ #| msgid "Loading animation"
1477
+ msgid "Loading animation waiting time"
1478
+ msgstr "Анимация загрузки"
1479
+
1480
  msgid "Post IDs"
1481
  msgstr "ID сообщений"
1482
 
1487
  msgstr ""
1488
  "Кэш сообщений с указанным идентификатором будет очищен после сохранения."
1489
 
1490
+ #, fuzzy
1491
+ #| msgid "Back to slider"
1492
+ msgid "Fallback slider"
1493
+ msgstr "Назад к слайдеру"
1494
+
1495
+ #, fuzzy
1496
+ #| msgid "Alias"
1497
+ msgid "ID or Alias"
1498
+ msgstr "Псевдоним"
1499
+
1500
+ msgid ""
1501
+ "Select another slider by its ID or Alias that displays if your current "
1502
+ "slider has no published slides."
1503
+ msgstr ""
1504
+
1505
  msgid "Thumbnail"
1506
  msgstr "Миниатюра"
1507
 
1577
  msgid "Align"
1578
  msgstr "Выравнивание"
1579
 
 
 
 
1580
  msgid "Puts a fix margin around your slider."
1581
  msgstr ""
1582
 
1589
  msgid "Loading"
1590
  msgstr "Загрузка"
1591
 
1592
+ #, fuzzy
1593
+ #| msgid "Loading"
1594
+ msgid "Loading type"
1595
+ msgstr "Загрузка"
1596
+
1597
  msgid "Instant"
1598
  msgstr ""
1599
 
1603
  msgid "After delay"
1604
  msgstr ""
1605
 
 
 
 
 
 
1606
  msgid ""
1607
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1608
  "you can load it only after the page has loaded."
1792
  "the result with the filling modes."
1793
  msgstr ""
1794
 
1795
+ #, fuzzy
1796
+ #| msgid "Background color"
1797
+ msgid "Background Blur"
1798
+ msgstr "Цвет фона"
1799
+
1800
  msgid "Randomize"
1801
  msgstr "Выбрать случайным образом"
1802
 
2093
  msgid "Why upgrade to Smart Slider 3 Pro?"
2094
  msgstr ""
2095
 
2096
+ #, php-format
2097
+ msgid "%d+ slider templates"
2098
  msgstr ""
2099
 
2100
  msgid "Full slide library access"
2101
  msgstr ""
2102
 
2103
+ #, fuzzy, php-format
2104
  #| msgid "Text layer"
2105
+ msgid "%d new layers"
2106
  msgstr "Текстовый слой"
2107
 
2108
  msgid "Extra advanced options"
2172
  msgid "Color end"
2173
  msgstr "Завершающий цвет"
2174
 
 
 
 
2175
  msgid "Position"
2176
  msgstr "Позиция"
2177
 
2346
  "Пожалуйста, прочтите %1$sнаше подробное руководство%2$s по правильной "
2347
  "настройке собственного фона слайда."
2348
 
2349
+ #, fuzzy
2350
+ #| msgid "Background color"
2351
+ msgid "Background blur"
2352
+ msgstr "Цвет фона"
2353
+
2354
  msgid "Blur"
2355
  msgstr "Размытие"
2356
 
2507
  msgid "Scale down"
2508
  msgstr "Уменьшить масштаб"
2509
 
 
 
 
2510
  msgid "Static overlay"
2511
  msgstr "Статическое наложение"
2512
 
2564
  msgid "Drop images here"
2565
  msgstr "Перетащите ваши изображения сюда!"
2566
 
2567
+ #, fuzzy
2568
+ #| msgid "New project"
2569
+ msgid "Search Project"
2570
+ msgstr "Новый проект"
2571
 
2572
  msgid "View trash"
2573
  msgstr "Посмотреть корзину"
2593
  msgid "Export"
2594
  msgstr "Экспортировать в формате ss3"
2595
 
2596
+ #, fuzzy
2597
+ #| msgid "Show on"
2598
+ msgid "Show"
2599
+ msgstr "Показать"
2600
+
2601
+ #, php-format
2602
+ msgid "Showing %s to %s of %s projects"
2603
+ msgstr ""
2604
+
2605
+ #, fuzzy
2606
+ #| msgid "New project"
2607
+ msgid "No projects to show"
2608
+ msgstr "Новый проект"
2609
+
2610
  msgid "New project"
2611
  msgstr "Новый проект"
2612
 
2613
+ msgid "Sorry we couldn’t find any matches"
2614
+ msgstr ""
2615
+
2616
+ msgid "Please try searching with another term."
2617
+ msgstr ""
2618
+
2619
+ #, fuzzy, php-format
2620
+ #| msgid "Showing items match for \"%s\""
2621
+ msgid "Showing %s results for %s."
2622
+ msgstr "Отображение элементов, соответствующих: \"%s\""
2623
+
2624
  msgid "Module"
2625
  msgstr "Модуль"
2626
 
3154
  msgid "Cache expiration"
3155
  msgstr "Срок действия кэша"
3156
 
3157
+ msgid "Hours"
3158
+ msgstr "Час"
3159
 
3160
  msgid "Start index"
3161
  msgstr "Начальный индекс"
3631
  msgid "Whole group"
3632
  msgstr "Вся группа"
3633
 
3634
+ msgid "Select Slider"
3635
  msgstr "Выбрать слайдер"
3636
 
3637
  msgid "OR"
3638
  msgstr "ИЛИ"
3639
 
3640
+ #, fuzzy
3641
+ #| msgid "Insert the slider into pages with the icon:"
3642
+ msgid "Insert a slider into your content"
3643
+ msgstr "Вставить слайдер на страницы с помощью значка:"
3644
+
3645
+ #, fuzzy
3646
+ #| msgid "Delete the slider with the same ID"
3647
+ msgid "Select the slider you want to insert."
3648
+ msgstr "Удалить слайдер с тем же ID"
3649
 
3650
  msgctxt "Button layer default text"
3651
  msgid "MORE"
3797
  msgid "You can pause the video when the visitor scrolls away from the slider"
3798
  msgstr ""
3799
 
 
 
 
 
 
 
 
3800
  msgid "Display"
3801
  msgstr "Показывать на экранах следующих устройств"
3802
 
3970
  "Если вы отключите эту опцию, Вы не сможете переключиться на первый слайд из "
3971
  "последнего."
3972
 
3973
+ msgid ""
3974
+ "Background animations only work on the slide background images, which have "
3975
+ "Fill selected at their Fill mode. They don't affect any images if the "
3976
+ "background parallax is enabled."
3977
+ msgstr ""
3978
+
3979
  msgid "Shifted"
3980
  msgstr "Смещенный"
3981
 
3982
  msgid "The background and the main animation plays simultaneously or shifted."
3983
  msgstr "Фон и основная анимация воспроизводятся или сдвигаются одновременно."
3984
 
 
 
 
 
 
 
3985
  msgid "Slider CSS Preset"
3986
  msgstr ""
3987
 
4129
  msgid "My text animations"
4130
  msgstr ""
4131
 
4132
+ msgid "Morph - Wave"
4133
+ msgstr ""
4134
+
4135
+ msgid "Morph - Brush"
4136
+ msgstr ""
4137
+
4138
+ msgid "Morph - Flow"
4139
+ msgstr ""
4140
+
4141
+ msgid "Morph - Noise"
4142
+ msgstr ""
4143
+
4144
+ msgid "Distortion - Mosaic"
4145
+ msgstr ""
4146
+
4147
+ #, fuzzy
4148
+ #| msgid "Slices - Triangle"
4149
+ msgid "Distortion - Triangle"
4150
+ msgstr "Слои - Треугольник"
4151
+
4152
+ msgid "Distortion - Flow"
4153
+ msgstr ""
4154
+
4155
+ msgid "Distortion - Warp"
4156
+ msgstr ""
4157
+
4158
+ msgid "Distortion - Storm"
4159
+ msgstr ""
4160
+
4161
+ #, fuzzy
4162
+ #| msgid "Registration start date"
4163
+ msgid "Distortion - Wave"
4164
+ msgstr "Дата начала регистрации"
4165
+
4166
+ msgid "Distortion - Shard"
4167
+ msgstr ""
4168
+
4169
+ msgid "Distortion - Noise"
4170
+ msgstr ""
4171
+
4172
  msgid "Slices - Single"
4173
  msgstr "Слои - Одиночные"
4174
 
4565
  msgid "Bullets"
4566
  msgstr "Точки"
4567
 
 
 
 
4568
  msgid "Side"
4569
  msgstr "Сторона"
4570
 
4761
  msgid "Sparkling"
4762
  msgstr "Искры"
4763
 
4764
+ #, fuzzy, php-format
4765
+ #| msgid "Curve 1"
4766
+ msgid "Curve %d"
4767
  msgstr "Кривая 1"
4768
 
 
 
 
 
 
 
 
 
 
4769
  msgid "Curves"
4770
  msgstr "Кривые"
4771
 
4772
+ #, fuzzy, php-format
4773
+ #| msgid "Fan 1"
4774
+ msgid "Fan %d"
4775
  msgstr "Вентилятор 1"
4776
 
 
 
 
 
 
 
4777
  msgid "Hills"
4778
  msgstr "Холмы"
4779
 
4780
+ #, fuzzy, php-format
4781
+ #| msgid "Incline 1"
4782
+ msgid "Incline %d"
4783
  msgstr "Наклон 1"
4784
 
 
 
 
 
 
 
4785
  msgid "Inverse arrow"
4786
  msgstr "Обратная стрелка"
4787
 
4791
  msgid "Slopes"
4792
  msgstr "Наклоны"
4793
 
4794
+ #, fuzzy, php-format
4795
+ #| msgid "Tilt 1"
4796
+ msgid "Tilt %d"
4797
  msgstr "Наклон 1"
4798
 
4799
+ #, fuzzy, php-format
4800
+ #| msgid "Triangle 1"
4801
+ msgid "Triangle %d"
 
4802
  msgstr "Треугольник 1"
4803
 
4804
+ #, fuzzy, php-format
4805
+ #| msgid "Wave 1"
4806
+ msgid "Wave %d"
 
4807
  msgstr "Волна 1"
4808
 
 
 
 
4809
  msgid "Waves"
4810
  msgstr "Волны"
4811
 
4812
+ #, fuzzy, php-format
4813
+ #| msgid "Columns"
4814
+ msgid "Columns %d"
4815
+ msgstr "Столбцы"
4816
+
4817
+ #, php-format
4818
+ msgid "Paper %d"
4819
+ msgstr ""
4820
+
4821
  msgid "2 Colors"
4822
  msgstr "2 цвета"
4823
 
4839
  #, php-format
4840
  msgid ""
4841
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4842
+ "order to use this generator!"
4843
+ msgstr ""
4844
+
4845
+ msgid "How to get SSL for my website?"
4846
  msgstr ""
4847
 
4848
  #, php-format
4974
  msgid "Source folder"
4975
  msgstr "Каталог источника"
4976
 
4977
+ #, fuzzy
4978
+ #| msgid "Slide name and description"
4979
+ msgid "Filename based exclusion"
4980
+ msgstr "Название и описание слайда"
4981
+
4982
  msgid "Remove resized images"
4983
  msgstr ""
4984
 
4989
  "because it's the same image, just in a smaller size."
4990
  msgstr ""
4991
 
4992
+ msgid "Filename has to contain"
4993
+ msgstr ""
4994
+
4995
+ msgid ""
4996
+ "Only those images will be asked down, which have the given texts within "
4997
+ "their filenames. You can write down multiple texts separated by comma."
4998
+ msgstr ""
4999
+
5000
+ msgid "Filename cannot contain"
5001
+ msgstr ""
5002
+
5003
+ msgid ""
5004
+ "Only those images will be asked down, which don't have the given texts "
5005
+ "within their filenames. You can write down multiple texts separated by comma."
5006
+ msgstr ""
5007
+
5008
  msgid "Filename"
5009
  msgstr "Имя файла"
5010
 
5026
  "from here:"
5027
  msgstr ""
5028
 
5029
+ msgid "The App ID and the Secret is empty!"
5030
+ msgstr ""
5031
+
5032
+ msgid "The token will expire at:"
5033
+ msgstr ""
5034
+
5035
+ msgid "Access token was not returned.Please check the credentials!"
5036
+ msgstr ""
5037
+
5038
+ #, fuzzy
5039
+ #| msgid "The token expired. Please request new token! "
5040
+ msgid "The token expired. Please request new token!"
5041
+ msgstr "Срок действия токена истек. Пожалуйста, запросите новый токен! "
5042
+
5043
+ #, fuzzy
5044
+ #| msgid "The token expired. Please request new token! "
5045
+ msgid "The token will expire in two days! Please refresh the token!"
5046
+ msgstr "Срок действия токена истек. Пожалуйста, запросите новый токен! "
5047
+
5048
+ #, fuzzy
5049
+ #| msgid "Request token"
5050
+ msgid "Refresh Token"
5051
+ msgstr "Запросить токен"
5052
+
5053
+ msgid "Refresh"
5054
+ msgstr ""
5055
+
5056
+ #, fuzzy
5057
+ #| msgid "Custom loading animation"
5058
+ msgid "Album loading method"
5059
+ msgstr "Пользовательская анимация загрузки"
5060
+
5061
+ msgid "Load first images only"
5062
+ msgstr ""
5063
+
5064
+ msgid "Load album images separately"
5065
+ msgstr ""
5066
+
5067
+ msgid "Load Album images as record data"
5068
+ msgstr ""
5069
+
5070
  msgid "JSON from url"
5071
  msgstr ""
5072
 
5102
  msgid "Images"
5103
  msgstr "Изображения"
5104
 
5105
+ #, fuzzy
5106
+ #| msgid "Offset"
5107
+ msgid "Offset hours"
5108
+ msgstr "Смещение"
5109
+
5110
  msgid "Timezone offset in hours. For example: +2 or -7."
5111
  msgstr ""
5112
 
5152
  msgid "Creates slides from %1$s content."
5153
  msgstr ""
5154
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5155
  msgid "Include subcategories"
5156
  msgstr "Включая подкатегории"
5157
 
5203
  msgid "Banned user IDs"
5204
  msgstr "Заблокированные идентификаторы пользователей"
5205
 
5206
+ msgid "Started"
5207
+ msgstr "Запущенный"
5208
+
5209
  msgid "Ended"
5210
  msgstr "Остановленный"
5211
 
5291
  msgid "Manufacturer language"
5292
  msgstr ""
5293
 
5294
+ msgid "Price"
5295
+ msgstr "Цена"
5296
+
5297
  msgid "Product name"
5298
  msgstr "Наименование товара"
5299
 
5300
  msgid "Product ID"
5301
  msgstr "ID товара"
5302
 
5303
+ msgid "Locations"
5304
+ msgstr "Местоположения"
5305
+
5306
  msgid "Recurring"
5307
  msgstr "Повторяющиеся"
5308
 
5318
  msgid "Only not recurring events"
5319
  msgstr "Только не повторяющиеся события"
5320
 
5321
+ msgid "Menu item (item ID)"
5322
+ msgstr "Пункт меню (ID пункта)"
5323
+
5324
+ msgid "Start date"
5325
+ msgstr "Дата начала"
5326
+
5327
  msgid "End date"
5328
  msgstr "Дата окончания"
5329
 
5366
  msgid "Only display items with these IDs"
5367
  msgstr ""
5368
 
5369
+ msgid ""
5370
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5371
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5372
+ "setting will be used."
5373
+ msgstr ""
5374
+
5375
+ msgid "Brand"
5376
  msgstr "Бренд"
5377
 
5378
  msgid "Tag"
5410
  msgid "Date language"
5411
  msgstr ""
5412
 
5413
+ #, fuzzy
5414
+ #| msgid "Extra variables"
5415
+ msgid "Date variable offset"
5416
+ msgstr "Дополнительные переменные"
5417
 
5418
+ #, fuzzy
5419
+ #| msgid "Delete file after import"
5420
+ msgid "Date filter offset"
5421
+ msgstr "Удалить файл после импорта"
 
5422
 
5423
  msgid "Status"
5424
  msgstr "Статус"
5429
  msgid "Ask down all product images"
5430
  msgstr ""
5431
 
5432
+ msgid "Items"
5433
+ msgstr "Элементы"
5434
+
5435
  msgid "View item"
5436
  msgstr ""
5437
 
5441
  msgid "View image"
5442
  msgstr "Просмотр изображения"
5443
 
 
 
 
 
 
 
 
 
 
5444
  msgid "All day event"
5445
  msgstr "Событие на весь день"
5446
 
5450
  msgid "Show parent products only"
5451
  msgstr "Показывать только родительские продукты"
5452
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5453
  #, php-format
5454
  msgid "Creates slides from %1$s galleries."
5455
  msgstr ""
5472
  msgid "No options given"
5473
  msgstr ""
5474
 
5475
+ #, php-format
5476
+ msgid "Creates slides from %1$s events."
5477
+ msgstr ""
5478
+
5479
  msgid "Exclude event IDs (One ID per line)"
5480
  msgstr ""
5481
 
5530
  msgid "Hide From Event Listings"
5531
  msgstr "Скрыть из списков событий"
5532
 
5533
+ msgid "Event start date"
5534
+ msgstr "Дата начала события"
5535
+
5536
+ msgid "Event end date"
5537
+ msgstr "Дата окончания события"
5538
+
5539
  msgid "Event cost"
5540
  msgstr "Стоимость мероприятия"
5541
 
5542
+ msgid "Event creation date"
5543
+ msgstr "Дата создания события"
5544
+
5545
+ msgid "Event modification date"
5546
+ msgstr "Дата изменения события"
5547
+
5548
  msgid "Metakey name"
5549
  msgstr "Имя мета-ключа"
5550
 
5589
  msgid "No limit"
5590
  msgstr "Без ограничений"
5591
 
5592
+ #, fuzzy
5593
+ #| msgid "Include subcategories"
5594
+ msgid "Hide empty categories"
5595
+ msgstr "Включая подкатегории"
5596
+
5597
+ msgid "Yes"
5598
+ msgstr "Да"
5599
+
5600
  msgid "Downloadable"
5601
  msgstr "Доступные для скачивания"
5602
 
5784
  msgid "Vertical pendulum 3D"
5785
  msgstr "Вертикальный маятник 3D"
5786
 
5787
+ msgid "We are Passionate About"
5788
+ msgstr ""
5789
+
5790
+ msgid ""
5791
+ "Amazing Food\n"
5792
+ "Great Hospitality"
5793
+ msgstr ""
5794
+
5795
  msgid "Before text"
5796
  msgstr "Перед текстом"
5797
 
5873
  msgid "Time"
5874
  msgstr "Время"
5875
 
5876
+ #, fuzzy
5877
+ #| msgid "Size"
5878
+ msgid "Icon Size"
5879
+ msgstr "Размер"
5880
+
5881
+ #, fuzzy
5882
+ #| msgid "Before text"
5883
+ msgid "Before After"
5884
+ msgstr "Перед текстом"
5885
+
5886
+ #, fuzzy
5887
+ #| msgid "Left to Right"
5888
+ msgid "Left top"
5889
+ msgstr "Слева направо"
5890
+
5891
+ #, fuzzy
5892
+ #| msgid "Center"
5893
+ msgid "Center top"
5894
+ msgstr "По центру"
5895
+
5896
+ #, fuzzy
5897
+ #| msgid "Right"
5898
+ msgid "Right top"
5899
+ msgstr "Справа"
5900
+
5901
+ #, fuzzy
5902
+ #| msgid "Slider center"
5903
+ msgid "Left center"
5904
+ msgstr "Центр слайдера"
5905
+
5906
+ #, fuzzy
5907
+ #| msgid "Center"
5908
+ msgid "Right Center"
5909
+ msgstr "По центру"
5910
+
5911
+ #, fuzzy
5912
+ #| msgid "To bottom"
5913
+ msgid "Left bottom"
5914
+ msgstr "Вниз"
5915
+
5916
+ #, fuzzy
5917
+ #| msgid "Curtain to bottom"
5918
+ msgid "Center bottom"
5919
+ msgstr "Занавес вниз"
5920
+
5921
+ #, fuzzy
5922
+ #| msgid "To bottom"
5923
+ msgid "Right bottom"
5924
+ msgstr "Вниз"
5925
+
5926
+ #, fuzzy
5927
+ #| msgid "Before text"
5928
+ msgid "Before Image"
5929
+ msgstr "Перед текстом"
5930
+
5931
+ #, fuzzy
5932
+ #| msgid "After text"
5933
+ msgid "After Image"
5934
+ msgstr "После текста"
5935
+
5936
+ msgid "Labels"
5937
+ msgstr ""
5938
+
5939
+ #, fuzzy
5940
+ #| msgid "Show label"
5941
+ msgid "Show Label"
5942
+ msgstr "Показывать метку"
5943
+
5944
+ msgid "Always"
5945
+ msgstr ""
5946
+
5947
+ #, fuzzy
5948
+ #| msgid "Before slider"
5949
+ msgid "Before label"
5950
+ msgstr "Перед слайдером"
5951
+
5952
+ #, fuzzy
5953
+ #| msgid "Previous label"
5954
+ msgid "After label"
5955
+ msgstr "Предыдущая метка"
5956
+
5957
+ msgid "Behavior"
5958
+ msgstr ""
5959
+
5960
+ #, fuzzy
5961
+ #| msgid "Instructions"
5962
+ msgid "Interaction"
5963
+ msgstr "Инструкции"
5964
+
5965
+ #, fuzzy
5966
+ #| msgid "Slider"
5967
+ msgid "Divider"
5968
+ msgstr "Слайдер"
5969
+
5970
+ #, fuzzy
5971
+ #| msgid "Lines"
5972
+ msgid "Line"
5973
+ msgstr "Линии"
5974
+
5975
+ #, fuzzy
5976
+ #| msgid "Show duration"
5977
+ msgid "Show Caption"
5978
+ msgstr "Показать продолжительность"
5979
+
5980
+ #, fuzzy
5981
+ #| msgid "Caption"
5982
+ msgid "Caption text"
5983
+ msgstr "Подпись"
5984
+
5985
+ msgid "Before image alt tag"
5986
+ msgstr ""
5987
+
5988
+ #, fuzzy
5989
+ #| msgid "Average rating"
5990
+ msgid "After image alt tag"
5991
+ msgstr "Средний рейтинг"
5992
+
5993
+ msgid "Optimize images"
5994
+ msgstr "Оптимизировать изображения"
5995
+
5996
  msgid "Full"
5997
  msgstr "Полный"
5998
 
6026
  msgid "Stroke width"
6027
  msgstr "Ширина обводки"
6028
 
 
 
 
6029
  msgid "Inner before"
6030
  msgstr "Внутренний до"
6031
 
6038
  msgid "Animation duration"
6039
  msgstr "Продолжительность анимации"
6040
 
6041
+ #, fuzzy
6042
+ #| msgid "Count"
6043
+ msgid "Countdown"
6044
+ msgstr "Количество"
6045
 
6046
+ msgid "Days"
6047
+ msgstr "Дни"
6048
 
6049
+ msgid "Minutes"
6050
+ msgstr "Протоколы"
6051
 
6052
+ msgid "Seconds"
6053
+ msgstr "Секунды"
6054
 
6055
+ #, fuzzy
6056
+ #| msgid "First slide changed."
6057
+ msgid "Use slide schedule"
6058
+ msgstr "Начальный слайд изменён."
6059
 
6060
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
6061
+ msgstr ""
6062
 
6063
+ msgid "Use Slide Schedule"
6064
+ msgstr ""
6065
 
6066
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
6067
+ msgstr ""
6068
 
6069
+ msgid ""
6070
+ "Displays the days, hours, minutes and seconds texts under the counter "
6071
+ "numbers. To display the labels in your own language, translate the texts in "
6072
+ "the language files."
6073
+ msgstr ""
6074
 
6075
+ msgid "Gap"
6076
+ msgstr ""
6077
 
6078
+ msgid "Creates vertical and horizontal distance between the counter elements."
6079
+ msgstr ""
6080
 
6081
+ #, fuzzy
6082
+ #| msgid "Tablet scale"
6083
+ msgid "Tablet style"
6084
+ msgstr "Масштабирование на планшете"
6085
 
6086
+ msgid "Set custom Gap and Column for tablet."
6087
+ msgstr ""
6088
 
6089
+ #, fuzzy
6090
+ #| msgid "Mobile scale"
6091
+ msgid "Mobile style"
6092
+ msgstr "Масштабирование на телефоне"
6093
+
6094
+ msgid "Set custom Gap and Column for mobile."
6095
+ msgstr ""
6096
+
6097
+ #, fuzzy
6098
+ #| msgid "Actions"
6099
+ msgid "Action when ends"
6100
+ msgstr "Действия"
6101
 
6102
+ #, fuzzy
6103
+ #| msgid "Form action"
6104
+ msgid "No action"
6105
+ msgstr "Действие формы"
6106
 
6107
+ #, fuzzy
6108
+ #| msgid "Hide slider"
6109
+ msgid "Hide layer"
6110
+ msgstr "Скрыть слайдер"
6111
 
6112
+ msgid "Redirect to URL"
6113
+ msgstr ""
6114
 
6115
+ msgid "Choose what happens after the counter reached zero."
6116
+ msgstr ""
6117
 
6118
+ msgid "This page is"
6119
+ msgstr ""
6120
 
6121
+ msgid "Amazing"
6122
+ msgstr ""
6123
 
6124
+ #, fuzzy, php-format
6125
+ #| msgid "Circle 1"
6126
+ msgid "Circle %d"
6127
+ msgstr "Круг 1"
6128
+
6129
+ #, fuzzy, php-format
6130
+ #| msgid "Curly 1"
6131
+ msgid "Curly %d"
6132
+ msgstr "Кудрявый 1"
6133
+
6134
+ #, fuzzy, php-format
6135
+ #| msgid "Highlight 1"
6136
+ msgid "Highlight %d"
6137
+ msgstr "Выделение 1"
6138
+
6139
+ #, fuzzy, php-format
6140
+ #| msgid "Line Through 1"
6141
+ msgid "Line Through %d"
6142
+ msgstr "Сквозная линия 1"
6143
+
6144
+ #, fuzzy, php-format
6145
+ #| msgid "Rectangle 1"
6146
+ msgid "Rectangle %d"
6147
+ msgstr "Прямоугольник 1"
6148
+
6149
+ #, fuzzy, php-format
6150
+ #| msgid "Underline 1"
6151
+ msgid "Underline %d"
6152
+ msgstr "Подчеркивание 1"
6153
+
6154
+ #, fuzzy, php-format
6155
+ #| msgid "Underline double 1"
6156
+ msgid "Underline double %d"
6157
+ msgstr "Двойное подчеркивание 1"
6158
+
6159
+ #, fuzzy, php-format
6160
+ #| msgid "ZigZag 1"
6161
+ msgid "ZigZag %d"
6162
+ msgstr "Зигзаг 1"
6163
 
6164
  msgid "Highlighted text"
6165
  msgstr "Выделенный текст"
6176
  msgid "HTML"
6177
  msgstr ""
6178
 
6179
+ #, fuzzy
6180
+ #| msgid "Empty title"
6181
+ msgid "Empty element"
6182
+ msgstr "Пустой заголовок"
6183
+
6184
  msgid ""
6185
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6186
  "codes loaded by it. We only suggest using this layer if you are a developer. "
6291
  msgid "Icon not found"
6292
  msgstr "Значок не найден"
6293
 
 
 
 
 
 
6294
  #, php-format
6295
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6296
  msgstr ""
6298
  msgid "Iframe"
6299
  msgstr ""
6300
 
 
 
 
6301
  msgid ""
6302
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6303
  "layer often needs code customizations what you have to do yourself, so we "
6304
  "only suggest using this layer if you are a developer!"
6305
  msgstr ""
6306
 
6307
+ #, fuzzy
6308
+ #| msgid "iframe url"
6309
+ msgid "Iframe url"
6310
  msgstr "URL-адрес iframe"
6311
 
 
 
 
6312
  msgid "You can disable the scroll on the iframe content."
6313
  msgstr ""
6314
 
6315
  #, fuzzy
6316
  #| msgid "iframe url"
6317
+ msgid "Iframe title"
6318
  msgstr "URL-адрес iframe"
6319
 
6320
  msgid "Image area"
6652
 
6653
  #, php-format
6654
  msgid ""
6655
+ "%1$s does not support the full screen API. For this reason the full screen "
6656
+ "button will not appear on %1$s devices."
 
6657
  msgstr ""
6658
 
6659
  msgid "Indicator"
6668
  msgid "Bar color"
6669
  msgstr ""
6670
 
6671
+ #~ msgctxt "Default Google font family for admin"
6672
+ #~ msgid "Montserrat"
6673
+ #~ msgstr "Montserrat"
6674
+
6675
+ #~ msgctxt "Default Google font charset for admin"
6676
+ #~ msgid "latin"
6677
+ #~ msgstr "latin"
6678
+
6679
+ #~ msgid "Character set"
6680
+ #~ msgstr "Набор символов"
6681
+
6682
+ #~ msgctxt "Character set"
6683
+ #~ msgid "Latin"
6684
+ #~ msgstr "Латиница"
6685
+
6686
+ #~ msgctxt "Character set"
6687
+ #~ msgid "Latin Extended"
6688
+ #~ msgstr "Расширенная латиница"
6689
+
6690
+ #~ msgctxt "Character set"
6691
+ #~ msgid "Greek"
6692
+ #~ msgstr "Греческий алфавит"
6693
+
6694
+ #~ msgctxt "Character set"
6695
+ #~ msgid "Greek Extended"
6696
+ #~ msgstr "Расширенный набор символов греческого алфавита"
6697
+
6698
+ #~ msgctxt "Character set"
6699
+ #~ msgid "Cyrillic"
6700
+ #~ msgstr "Кириллица"
6701
+
6702
+ #~ msgctxt "Character set"
6703
+ #~ msgid "Devanagari"
6704
+ #~ msgstr "Деванагари"
6705
+
6706
+ #~ msgctxt "Character set"
6707
+ #~ msgid "Arabic"
6708
+ #~ msgstr "Арабское письмо"
6709
+
6710
+ #~ msgctxt "Character set"
6711
+ #~ msgid "Khmer"
6712
+ #~ msgstr "Кхмерское письмо"
6713
+
6714
+ #~ msgctxt "Character set"
6715
+ #~ msgid "Telugu"
6716
+ #~ msgstr "Письмо Телугу"
6717
+
6718
+ #~ msgctxt "Character set"
6719
+ #~ msgid "Vietnamese"
6720
+ #~ msgstr "Куокнгы (вьетнамский алфавит)"
6721
+
6722
+ #~ msgctxt "Default font sets"
6723
+ #~ msgid "latin"
6724
+ #~ msgstr "latin"
6725
+
6726
+ #~ msgid "hours"
6727
+ #~ msgstr "часа(ов)"
6728
+
6729
+ #~ msgid "Select slider"
6730
+ #~ msgstr "Выбрать слайдер"
6731
+
6732
+ #~ msgid "Private video"
6733
+ #~ msgstr "Частное видео"
6734
+
6735
+ #~ msgid "Loop single slide"
6736
+ #~ msgstr "Зациклить один слайд"
6737
+
6738
+ #~ msgid "In case of one slide, it repeats the animation of the slide."
6739
+ #~ msgstr "В случае одного слайда, он повторяет анимацию слайда."
6740
+
6741
+ #~ msgid "Curve 2"
6742
+ #~ msgstr "Кривая 2"
6743
+
6744
+ #~ msgid "Curve 3"
6745
+ #~ msgstr "Кривая 3"
6746
+
6747
+ #~ msgid "Curve 4"
6748
+ #~ msgstr "Кривая 4"
6749
+
6750
+ #~ msgid "Fan 2"
6751
+ #~ msgstr "Вентилятор 2"
6752
+
6753
+ #~ msgid "Fan 3"
6754
+ #~ msgstr "Вентилятор 3"
6755
+
6756
+ #~ msgid "Incline 2"
6757
+ #~ msgstr "Наклон 2"
6758
+
6759
+ #~ msgid "Incline 3"
6760
+ #~ msgstr "Наклон 3"
6761
+
6762
+ #~ msgid "Tilt 2"
6763
+ #~ msgstr "Наклон 2"
6764
+
6765
+ #~ msgid "Triangle 2"
6766
+ #~ msgstr "Треугольник 2"
6767
+
6768
+ #~ msgid "Wave 2"
6769
+ #~ msgstr "Волна 2"
6770
+
6771
+ #~ msgid "Types"
6772
+ #~ msgstr "Типы"
6773
+
6774
+ #~ msgid "Expired"
6775
+ #~ msgstr "С истекшим сроком"
6776
+
6777
+ #~ msgid "Auction"
6778
+ #~ msgstr "Аукцион"
6779
+
6780
+ #~ msgid "Negotiable price"
6781
+ #~ msgstr "Договорная цена"
6782
+
6783
+ #~ msgid "Blocked by User"
6784
+ #~ msgstr "Заблокировано пользователем"
6785
+
6786
+ #~ msgid "Paid"
6787
+ #~ msgstr "Оплачено"
6788
+
6789
+ #~ msgid "Buynow"
6790
+ #~ msgstr "Купить"
6791
+
6792
+ #~ msgid "Expiration date"
6793
+ #~ msgstr "Срок годности"
6794
+
6795
+ #~ msgid "Supplier"
6796
+ #~ msgstr "Поставщик"
6797
+
6798
+ #~ msgid "On sale"
6799
+ #~ msgstr "В продаже"
6800
+
6801
+ #~ msgid "Discount price"
6802
+ #~ msgstr "Цена со скидкой"
6803
+
6804
+ #~ msgid "Create custom date variables"
6805
+ #~ msgstr "Создание пользовательских переменных даты"
6806
+
6807
+ #~ msgid ""
6808
+ #~ "You can write any date format (http://php.net/manual/en/function.date."
6809
+ #~ "php) in separate lines, and new variables will be created for them."
6810
+ #~ msgstr ""
6811
+ #~ "Вы можете использовать любой формат даты (http://php.net/manual/en/"
6812
+ #~ "function.date.php) в отдельных строках, и для них будут созданы новые "
6813
+ #~ "переменные."
6814
+
6815
+ #~ msgid ""
6816
+ #~ "Write the original text, like 'Monday' then two | signs, and the text you "
6817
+ #~ "want it to be translated to, for example 'Montag'. Together: Monday||"
6818
+ #~ "Montag"
6819
+ #~ msgstr ""
6820
+ #~ "Напишите исходный текст, например «Monday», затем два знака | и текст, на "
6821
+ #~ "который вы хотите выполнить перевод, например, «Понедельник». Вместе: "
6822
+ #~ "Monday||Понедельник"
6823
+
6824
+ #~ msgid "Circle 2"
6825
+ #~ msgstr "Круг 2"
6826
+
6827
+ #~ msgid "Circle 3"
6828
+ #~ msgstr "Круг 3"
6829
+
6830
+ #~ msgid "Curly 2"
6831
+ #~ msgstr "Кудрявый 2"
6832
+
6833
+ #~ msgid "Highlight 2"
6834
+ #~ msgstr "Выделение 2"
6835
+
6836
+ #~ msgid "Highlight 3"
6837
+ #~ msgstr "Выделение 3"
6838
+
6839
+ #~ msgid "Line Through 2"
6840
+ #~ msgstr "Сквозная линия 2"
6841
+
6842
+ #~ msgid "Line Through 3"
6843
+ #~ msgstr "Сквозная линия 3"
6844
+
6845
+ #~ msgid "Rectangle 2"
6846
+ #~ msgstr "Прямоугольник 2"
6847
+
6848
+ #~ msgid "Underline 2"
6849
+ #~ msgstr "Подчеркивание 2"
6850
+
6851
+ #~ msgid "Underline 3"
6852
+ #~ msgstr "Подчеркивание 3"
6853
+
6854
+ #~ msgid "Underline double 2"
6855
+ #~ msgstr "Двойное подчеркивание 2"
6856
+
6857
+ #~ msgid "ZigZag 2"
6858
+ #~ msgstr "Зигзаг 2"
6859
+
6860
+ #~ msgid "ZigZag 3"
6861
+ #~ msgstr "Зигзаг 3"
6862
+
6863
  #~ msgid "m-d-Y"
6864
  #~ msgstr "м-д-Г"
6865
 
6918
  #~ msgid "Read docs"
6919
  #~ msgstr "Читать далее"
6920
 
 
 
 
6921
  #~ msgid "Hide until complete load"
6922
  #~ msgstr "Скрыть до полной загрузки"
6923
 
 
 
 
 
 
 
6924
  #~ msgid "Load jQuery on frontend"
6925
  #~ msgstr "Загружать jQuery на сайте"
6926
 
7059
  #~ msgid "No search term specified. Showing recent items."
7060
  #~ msgstr "Не указан поисковый запрос. Отображение последних элементов."
7061
 
 
 
 
 
7062
  #~ msgid "Create lightbox from image, video or iframe."
7063
  #~ msgstr "Создать лайтбокс из изображения, видео или iframe."
7064
 
7432
  #~ msgid "Update"
7433
  #~ msgstr "Обновить"
7434
 
 
 
 
7435
  #~ msgid "You can upload the files which exported by Smart Slider 3."
7436
  #~ msgstr "Вы можете загрузить файлы, экспортированные из Smart Slider 3."
7437
 
7532
  #~ msgid "Canvas"
7533
  #~ msgstr "Холст"
7534
 
 
 
 
7535
  #~ msgid "Duplicate slide"
7536
  #~ msgstr "Дублировать слайд"
7537
 
7633
  #~ msgid "Media"
7634
  #~ msgstr "Медиа"
7635
 
 
 
 
7636
  #~ msgctxt "Slide item"
7637
  #~ msgid "Heading"
7638
  #~ msgstr "Заголовок"
7672
  #~ msgid "Adaptive sizing"
7673
  #~ msgstr "Адаптивное масштабирование"
7674
 
 
 
 
7675
  #~ msgid "CSS class"
7676
  #~ msgstr "Класс CSS"
7677
 
7769
  #~ msgid "Finish autoplay on"
7770
  #~ msgstr "Завершение автовоспроизведения"
7771
 
 
 
 
7772
  #~ msgid "slide count"
7773
  #~ msgstr "количество слайдов"
7774
 
7799
  #~ msgid "slides"
7800
  #~ msgstr "слайд(а,ов)"
7801
 
 
 
 
7802
  #~ msgid "Thumbnail image resize"
7803
  #~ msgstr "Размер миниатюры изображения"
7804
 
7823
  #~ msgid "on scroll"
7824
  #~ msgstr "при прокрутке"
7825
 
 
 
 
7826
  #~ msgid "Placeholder image"
7827
  #~ msgstr "Заполняющее изображение"
7828
 
7856
  #~ msgid "Clear both"
7857
  #~ msgstr "Очистка (clear) с обеих сторон"
7858
 
 
 
 
7859
  #~ msgid "If your slider does not resize correctly, turn this option on."
7860
  #~ msgstr ""
7861
  #~ "Если ваш слайдер изменяет размер некорректно, включите этот параметр."
7867
  #~ "Выключите это, чтобы содержимое, следующее за слайдером, попало в ту же "
7868
  #~ "строку, в которой находится слайдер."
7869
 
 
 
 
7870
  #~ msgid "Browser width"
7871
  #~ msgstr "Ширина браузера"
7872
 
7873
  #~ msgid "Import file upload"
7874
  #~ msgstr "Загрузка файла импорта"
7875
 
 
 
 
 
 
 
7876
  #~ msgid "Use linked visuals"
7877
  #~ msgstr "Использовать связанные визуальные эффекты"
7878
 
7918
  #~ msgid "Split text sets"
7919
  #~ msgstr "Наборы разделения текста"
7920
 
 
 
 
7921
  #~ msgid "Common split text properties"
7922
  #~ msgstr "Основные свойства разделения текста"
7923
 
8309
  #~ msgid "Page or Post editor"
8310
  #~ msgstr "Редактор страниц или записей"
8311
 
 
 
 
8312
  #~ msgid "Copy and paste this shortcode anywhere:"
8313
  #~ msgstr "Скопируйте и вставьте этот код в любом месте:"
8314
 
8321
  #~ msgid "Product price"
8322
  #~ msgstr "Цена товара"
8323
 
 
 
 
8324
  #~ msgid "or"
8325
  #~ msgstr "или"
8326
 
Nextend/Languages/smartslider3.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: \n"
5
- "POT-Creation-Date: 2022-02-21 14:21+0100\n"
6
  "PO-Revision-Date: 2020-03-10 19:30+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
@@ -28,10 +28,6 @@ msgstr ""
28
  msgid "Unable to contact with the licensing server, please try again later!"
29
  msgstr ""
30
 
31
- msgctxt "Default Google font family for admin"
32
- msgid "Montserrat"
33
- msgstr ""
34
-
35
  msgid "You are not allowed to upload!"
36
  msgstr ""
37
 
@@ -1088,7 +1084,7 @@ msgstr ""
1088
  msgid "Group"
1089
  msgstr ""
1090
 
1091
- msgid "Edit slider"
1092
  msgstr ""
1093
 
1094
  msgid "Up"
@@ -1910,13 +1906,15 @@ msgstr ""
1910
  msgid "Why upgrade to Smart Slider 3 Pro?"
1911
  msgstr ""
1912
 
1913
- msgid "120+ slider templates"
 
1914
  msgstr ""
1915
 
1916
  msgid "Full slide library access"
1917
  msgstr ""
1918
 
1919
- msgid "20 new layers"
 
1920
  msgstr ""
1921
 
1922
  msgid "Extra advanced options"
@@ -2866,7 +2864,7 @@ msgstr ""
2866
  msgid "Cache expiration"
2867
  msgstr ""
2868
 
2869
- msgid "hours"
2870
  msgstr ""
2871
 
2872
  msgid "Start index"
@@ -3279,24 +3277,15 @@ msgstr ""
3279
  msgid "Whole group"
3280
  msgstr ""
3281
 
3282
- msgid "Select slider"
3283
  msgstr ""
3284
 
3285
  msgid "OR"
3286
  msgstr ""
3287
 
3288
- msgid "Select A Slider"
3289
- msgstr ""
3290
-
3291
  msgid "Insert a slider into your content"
3292
  msgstr ""
3293
 
3294
- msgid "Select Slider"
3295
- msgstr ""
3296
-
3297
- msgid "Edit Slider"
3298
- msgstr ""
3299
-
3300
  msgid "Select the slider you want to insert."
3301
  msgstr ""
3302
 
@@ -4168,9 +4157,6 @@ msgstr ""
4168
  msgid "Bullets"
4169
  msgstr ""
4170
 
4171
- msgid "Bullet"
4172
- msgstr ""
4173
-
4174
  msgid "Side"
4175
  msgstr ""
4176
 
@@ -4355,43 +4341,22 @@ msgstr ""
4355
  msgid "Sparkling"
4356
  msgstr ""
4357
 
4358
- msgid "Curve 1"
4359
- msgstr ""
4360
-
4361
- msgid "Curve 2"
4362
- msgstr ""
4363
-
4364
- msgid "Curve 3"
4365
- msgstr ""
4366
-
4367
- msgid "Curve 4"
4368
  msgstr ""
4369
 
4370
  msgid "Curves"
4371
  msgstr ""
4372
 
4373
- msgid "Fan 1"
4374
- msgstr ""
4375
-
4376
- msgid "Fan 2"
4377
- msgstr ""
4378
-
4379
- msgid "Fan 3"
4380
- msgstr ""
4381
-
4382
- msgid "Fan 4"
4383
  msgstr ""
4384
 
4385
  msgid "Hills"
4386
  msgstr ""
4387
 
4388
- msgid "Incline 1"
4389
- msgstr ""
4390
-
4391
- msgid "Incline 2"
4392
- msgstr ""
4393
-
4394
- msgid "Incline 3"
4395
  msgstr ""
4396
 
4397
  msgid "Inverse arrow"
@@ -4403,43 +4368,27 @@ msgstr ""
4403
  msgid "Slopes"
4404
  msgstr ""
4405
 
4406
- msgid "Tilt 1"
4407
- msgstr ""
4408
-
4409
- msgid "Tilt 2"
4410
- msgstr ""
4411
-
4412
- msgid "Triangle 1"
4413
- msgstr ""
4414
-
4415
- msgid "Triangle 2"
4416
  msgstr ""
4417
 
4418
- msgid "Wave 1"
 
4419
  msgstr ""
4420
 
4421
- msgid "Wave 2"
 
4422
  msgstr ""
4423
 
4424
  msgid "Waves"
4425
  msgstr ""
4426
 
4427
- msgid "Columns 1"
4428
- msgstr ""
4429
-
4430
- msgid "Columns 2"
4431
- msgstr ""
4432
-
4433
- msgid "Paper 1"
4434
- msgstr ""
4435
-
4436
- msgid "Paper 2"
4437
- msgstr ""
4438
-
4439
- msgid "Paper 3"
4440
  msgstr ""
4441
 
4442
- msgid "Paper 4"
 
4443
  msgstr ""
4444
 
4445
  msgid "2 Colors"
@@ -4461,7 +4410,10 @@ msgid "The App ID is empty. Please insert that value too!"
4461
  msgstr ""
4462
 
4463
  #, php-format
4464
- msgid "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in order to use this generator! - %2$s How to get SSL for my WordPress site? %3$s"
 
 
 
4465
  msgstr ""
4466
 
4467
  #, php-format
@@ -4675,6 +4627,9 @@ msgstr ""
4675
  msgid "Images"
4676
  msgstr ""
4677
 
 
 
 
4678
  msgid "Timezone offset in hours. For example: +2 or -7."
4679
  msgstr ""
4680
 
@@ -4718,51 +4673,6 @@ msgstr ""
4718
  msgid "Creates slides from %1$s content."
4719
  msgstr ""
4720
 
4721
- msgid "Items"
4722
- msgstr ""
4723
-
4724
- msgid "Locations"
4725
- msgstr ""
4726
-
4727
- msgid "Types"
4728
- msgstr ""
4729
-
4730
- msgid "Expired"
4731
- msgstr ""
4732
-
4733
- msgid "Started"
4734
- msgstr ""
4735
-
4736
- msgid "Auction"
4737
- msgstr ""
4738
-
4739
- msgid "Negotiable price"
4740
- msgstr ""
4741
-
4742
- msgid "Blocked by User"
4743
- msgstr ""
4744
-
4745
- msgid "Paid"
4746
- msgstr ""
4747
-
4748
- msgid "Buynow"
4749
- msgstr ""
4750
-
4751
- msgid "Menu item (item ID)"
4752
- msgstr ""
4753
-
4754
- msgid "Your url will point to the item within this menu item. You will only get a good result, if you will pick one of your DJ Classifields menu items or leave it on 'Default'."
4755
- msgstr ""
4756
-
4757
- msgid "Start date"
4758
- msgstr ""
4759
-
4760
- msgid "Expiration date"
4761
- msgstr ""
4762
-
4763
- msgid "Price"
4764
- msgstr ""
4765
-
4766
  msgid "Include subcategories"
4767
  msgstr ""
4768
 
@@ -4814,6 +4724,9 @@ msgstr ""
4814
  msgid "Banned user IDs"
4815
  msgstr ""
4816
 
 
 
 
4817
  msgid "Ended"
4818
  msgstr ""
4819
 
@@ -4895,12 +4808,18 @@ msgstr ""
4895
  msgid "Manufacturer language"
4896
  msgstr ""
4897
 
 
 
 
4898
  msgid "Product name"
4899
  msgstr ""
4900
 
4901
  msgid "Product ID"
4902
  msgstr ""
4903
 
 
 
 
4904
  msgid "Recurring"
4905
  msgstr ""
4906
 
@@ -4916,6 +4835,12 @@ msgstr ""
4916
  msgid "Only not recurring events"
4917
  msgstr ""
4918
 
 
 
 
 
 
 
4919
  msgid "End date"
4920
  msgstr ""
4921
 
@@ -4958,6 +4883,9 @@ msgstr ""
4958
  msgid "Only display items with these IDs"
4959
  msgstr ""
4960
 
 
 
 
4961
  msgid "Brand"
4962
  msgstr ""
4963
 
@@ -4994,10 +4922,10 @@ msgstr ""
4994
  msgid "Date language"
4995
  msgstr ""
4996
 
4997
- msgid "Offset value"
4998
  msgstr ""
4999
 
5000
- msgid "Timezone offset in hours. For example: +2 or -7. If you leave it empty, Joomla's System -> Global Configuration -> Server -> Server Time Zone setting will be used."
5001
  msgstr ""
5002
 
5003
  msgid "Status"
@@ -5009,6 +4937,9 @@ msgstr ""
5009
  msgid "Ask down all product images"
5010
  msgstr ""
5011
 
 
 
 
5012
  msgid "View item"
5013
  msgstr ""
5014
 
@@ -5018,15 +4949,6 @@ msgstr ""
5018
  msgid "View image"
5019
  msgstr ""
5020
 
5021
- msgid "Supplier"
5022
- msgstr ""
5023
-
5024
- msgid "On sale"
5025
- msgstr ""
5026
-
5027
- msgid "Discount price"
5028
- msgstr ""
5029
-
5030
  msgid "All day event"
5031
  msgstr ""
5032
 
@@ -5355,6 +5277,14 @@ msgstr ""
5355
  msgid "Vertical pendulum 3D"
5356
  msgstr ""
5357
 
 
 
 
 
 
 
 
 
5358
  msgid "Before text"
5359
  msgstr ""
5360
 
@@ -5501,21 +5431,6 @@ msgstr ""
5501
  msgid "Caption text"
5502
  msgstr ""
5503
 
5504
- msgid "2"
5505
- msgstr ""
5506
-
5507
- msgid "4"
5508
- msgstr ""
5509
-
5510
- msgid "6"
5511
- msgstr ""
5512
-
5513
- msgid "8"
5514
- msgstr ""
5515
-
5516
- msgid "10"
5517
- msgstr ""
5518
-
5519
  msgid "Before image alt tag"
5520
  msgstr ""
5521
 
@@ -5576,9 +5491,6 @@ msgstr ""
5576
  msgid "Days"
5577
  msgstr ""
5578
 
5579
- msgid "Hours"
5580
- msgstr ""
5581
-
5582
  msgid "Minutes"
5583
  msgstr ""
5584
 
@@ -5633,67 +5545,42 @@ msgstr ""
5633
  msgid "Choose what happens after the counter reached zero."
5634
  msgstr ""
5635
 
5636
- msgid "Circle 1"
5637
- msgstr ""
5638
-
5639
- msgid "Circle 2"
5640
- msgstr ""
5641
-
5642
- msgid "Circle 3"
5643
- msgstr ""
5644
-
5645
- msgid "Curly 1"
5646
- msgstr ""
5647
-
5648
- msgid "Curly 2"
5649
- msgstr ""
5650
-
5651
- msgid "Highlight 1"
5652
- msgstr ""
5653
-
5654
- msgid "Highlight 2"
5655
- msgstr ""
5656
-
5657
- msgid "Highlight 3"
5658
- msgstr ""
5659
-
5660
- msgid "Line Through 1"
5661
- msgstr ""
5662
-
5663
- msgid "Line Through 2"
5664
  msgstr ""
5665
 
5666
- msgid "Line Through 3"
5667
  msgstr ""
5668
 
5669
- msgid "Rectangle 1"
5670
- msgstr ""
5671
-
5672
- msgid "Rectangle 2"
5673
- msgstr ""
5674
-
5675
- msgid "Underline 1"
5676
  msgstr ""
5677
 
5678
- msgid "Underline 2"
 
5679
  msgstr ""
5680
 
5681
- msgid "Underline 3"
 
5682
  msgstr ""
5683
 
5684
- msgid "Underline double 1"
 
5685
  msgstr ""
5686
 
5687
- msgid "Underline double 2"
 
5688
  msgstr ""
5689
 
5690
- msgid "ZigZag 1"
 
5691
  msgstr ""
5692
 
5693
- msgid "ZigZag 2"
 
5694
  msgstr ""
5695
 
5696
- msgid "ZigZag 3"
 
5697
  msgstr ""
5698
 
5699
  msgid "Highlighted text"
@@ -5711,6 +5598,9 @@ msgstr ""
5711
  msgid "HTML"
5712
  msgstr ""
5713
 
 
 
 
5714
  msgid "Please note that <b>we do not support</b> the HTML layer and the 3rd party codes loaded by it. We only suggest using this layer if you are a developer. <br>Also, make sure your HTML code is valid! Invalid HTML codes can mess up the entire slide and the only way resolving this problem is deleting the slide."
5715
  msgstr ""
5716
 
@@ -5813,9 +5703,6 @@ msgstr ""
5813
  msgid "Icon not found"
5814
  msgstr ""
5815
 
5816
- msgid "Aria label"
5817
- msgstr ""
5818
-
5819
  #, php-format
5820
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
5821
  msgstr ""
@@ -5823,19 +5710,16 @@ msgstr ""
5823
  msgid "Iframe"
5824
  msgstr ""
5825
 
5826
- msgid "iframe"
5827
- msgstr ""
5828
-
5829
  msgid "Please note, that <b>we do not support</b> customized coding! The iframe layer often needs code customizations what you have to do yourself, so we only suggest using this layer if you are a developer!"
5830
  msgstr ""
5831
 
5832
- msgid "iframe url"
5833
  msgstr ""
5834
 
5835
  msgid "You can disable the scroll on the iframe content."
5836
  msgstr ""
5837
 
5838
- msgid "iframe title"
5839
  msgstr ""
5840
 
5841
  msgid "Image area"
@@ -5844,6 +5728,9 @@ msgstr ""
5844
  msgid "Image box"
5845
  msgstr ""
5846
 
 
 
 
5847
  msgid "Positions the text inside the layer. Only works with left and right layout."
5848
  msgstr ""
5849
 
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: \n"
5
+ "POT-Creation-Date: 2022-05-24 09:10+0200\n"
6
  "PO-Revision-Date: 2020-03-10 19:30+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
28
  msgid "Unable to contact with the licensing server, please try again later!"
29
  msgstr ""
30
 
 
 
 
 
31
  msgid "You are not allowed to upload!"
32
  msgstr ""
33
 
1084
  msgid "Group"
1085
  msgstr ""
1086
 
1087
+ msgid "Edit Slider"
1088
  msgstr ""
1089
 
1090
  msgid "Up"
1906
  msgid "Why upgrade to Smart Slider 3 Pro?"
1907
  msgstr ""
1908
 
1909
+ #, php-format
1910
+ msgid "%d+ slider templates"
1911
  msgstr ""
1912
 
1913
  msgid "Full slide library access"
1914
  msgstr ""
1915
 
1916
+ #, php-format
1917
+ msgid "%d new layers"
1918
  msgstr ""
1919
 
1920
  msgid "Extra advanced options"
2864
  msgid "Cache expiration"
2865
  msgstr ""
2866
 
2867
+ msgid "Hours"
2868
  msgstr ""
2869
 
2870
  msgid "Start index"
3277
  msgid "Whole group"
3278
  msgstr ""
3279
 
3280
+ msgid "Select Slider"
3281
  msgstr ""
3282
 
3283
  msgid "OR"
3284
  msgstr ""
3285
 
 
 
 
3286
  msgid "Insert a slider into your content"
3287
  msgstr ""
3288
 
 
 
 
 
 
 
3289
  msgid "Select the slider you want to insert."
3290
  msgstr ""
3291
 
4157
  msgid "Bullets"
4158
  msgstr ""
4159
 
 
 
 
4160
  msgid "Side"
4161
  msgstr ""
4162
 
4341
  msgid "Sparkling"
4342
  msgstr ""
4343
 
4344
+ #, php-format
4345
+ msgid "Curve %d"
 
 
 
 
 
 
 
 
4346
  msgstr ""
4347
 
4348
  msgid "Curves"
4349
  msgstr ""
4350
 
4351
+ #, php-format
4352
+ msgid "Fan %d"
 
 
 
 
 
 
 
 
4353
  msgstr ""
4354
 
4355
  msgid "Hills"
4356
  msgstr ""
4357
 
4358
+ #, php-format
4359
+ msgid "Incline %d"
 
 
 
 
 
4360
  msgstr ""
4361
 
4362
  msgid "Inverse arrow"
4368
  msgid "Slopes"
4369
  msgstr ""
4370
 
4371
+ #, php-format
4372
+ msgid "Tilt %d"
 
 
 
 
 
 
 
 
4373
  msgstr ""
4374
 
4375
+ #, php-format
4376
+ msgid "Triangle %d"
4377
  msgstr ""
4378
 
4379
+ #, php-format
4380
+ msgid "Wave %d"
4381
  msgstr ""
4382
 
4383
  msgid "Waves"
4384
  msgstr ""
4385
 
4386
+ #, php-format
4387
+ msgid "Columns %d"
 
 
 
 
 
 
 
 
 
 
 
4388
  msgstr ""
4389
 
4390
+ #, php-format
4391
+ msgid "Paper %d"
4392
  msgstr ""
4393
 
4394
  msgid "2 Colors"
4410
  msgstr ""
4411
 
4412
  #, php-format
4413
+ msgid "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in order to use this generator!"
4414
+ msgstr ""
4415
+
4416
+ msgid "How to get SSL for my website?"
4417
  msgstr ""
4418
 
4419
  #, php-format
4627
  msgid "Images"
4628
  msgstr ""
4629
 
4630
+ msgid "Offset hours"
4631
+ msgstr ""
4632
+
4633
  msgid "Timezone offset in hours. For example: +2 or -7."
4634
  msgstr ""
4635
 
4673
  msgid "Creates slides from %1$s content."
4674
  msgstr ""
4675
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4676
  msgid "Include subcategories"
4677
  msgstr ""
4678
 
4724
  msgid "Banned user IDs"
4725
  msgstr ""
4726
 
4727
+ msgid "Started"
4728
+ msgstr ""
4729
+
4730
  msgid "Ended"
4731
  msgstr ""
4732
 
4808
  msgid "Manufacturer language"
4809
  msgstr ""
4810
 
4811
+ msgid "Price"
4812
+ msgstr ""
4813
+
4814
  msgid "Product name"
4815
  msgstr ""
4816
 
4817
  msgid "Product ID"
4818
  msgstr ""
4819
 
4820
+ msgid "Locations"
4821
+ msgstr ""
4822
+
4823
  msgid "Recurring"
4824
  msgstr ""
4825
 
4835
  msgid "Only not recurring events"
4836
  msgstr ""
4837
 
4838
+ msgid "Menu item (item ID)"
4839
+ msgstr ""
4840
+
4841
+ msgid "Start date"
4842
+ msgstr ""
4843
+
4844
  msgid "End date"
4845
  msgstr ""
4846
 
4883
  msgid "Only display items with these IDs"
4884
  msgstr ""
4885
 
4886
+ msgid "Timezone offset in hours. For example: +2 or -7. If you leave it empty, Joomla's System -> Global Configuration -> Server -> Server Time Zone setting will be used."
4887
+ msgstr ""
4888
+
4889
  msgid "Brand"
4890
  msgstr ""
4891
 
4922
  msgid "Date language"
4923
  msgstr ""
4924
 
4925
+ msgid "Date variable offset"
4926
  msgstr ""
4927
 
4928
+ msgid "Date filter offset"
4929
  msgstr ""
4930
 
4931
  msgid "Status"
4937
  msgid "Ask down all product images"
4938
  msgstr ""
4939
 
4940
+ msgid "Items"
4941
+ msgstr ""
4942
+
4943
  msgid "View item"
4944
  msgstr ""
4945
 
4949
  msgid "View image"
4950
  msgstr ""
4951
 
 
 
 
 
 
 
 
 
 
4952
  msgid "All day event"
4953
  msgstr ""
4954
 
5277
  msgid "Vertical pendulum 3D"
5278
  msgstr ""
5279
 
5280
+ msgid "We are Passionate About"
5281
+ msgstr ""
5282
+
5283
+ msgid ""
5284
+ "Amazing Food\n"
5285
+ "Great Hospitality"
5286
+ msgstr ""
5287
+
5288
  msgid "Before text"
5289
  msgstr ""
5290
 
5431
  msgid "Caption text"
5432
  msgstr ""
5433
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5434
  msgid "Before image alt tag"
5435
  msgstr ""
5436
 
5491
  msgid "Days"
5492
  msgstr ""
5493
 
 
 
 
5494
  msgid "Minutes"
5495
  msgstr ""
5496
 
5545
  msgid "Choose what happens after the counter reached zero."
5546
  msgstr ""
5547
 
5548
+ msgid "This page is"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5549
  msgstr ""
5550
 
5551
+ msgid "Amazing"
5552
  msgstr ""
5553
 
5554
+ #, php-format
5555
+ msgid "Circle %d"
 
 
 
 
 
5556
  msgstr ""
5557
 
5558
+ #, php-format
5559
+ msgid "Curly %d"
5560
  msgstr ""
5561
 
5562
+ #, php-format
5563
+ msgid "Highlight %d"
5564
  msgstr ""
5565
 
5566
+ #, php-format
5567
+ msgid "Line Through %d"
5568
  msgstr ""
5569
 
5570
+ #, php-format
5571
+ msgid "Rectangle %d"
5572
  msgstr ""
5573
 
5574
+ #, php-format
5575
+ msgid "Underline %d"
5576
  msgstr ""
5577
 
5578
+ #, php-format
5579
+ msgid "Underline double %d"
5580
  msgstr ""
5581
 
5582
+ #, php-format
5583
+ msgid "ZigZag %d"
5584
  msgstr ""
5585
 
5586
  msgid "Highlighted text"
5598
  msgid "HTML"
5599
  msgstr ""
5600
 
5601
+ msgid "Empty element"
5602
+ msgstr ""
5603
+
5604
  msgid "Please note that <b>we do not support</b> the HTML layer and the 3rd party codes loaded by it. We only suggest using this layer if you are a developer. <br>Also, make sure your HTML code is valid! Invalid HTML codes can mess up the entire slide and the only way resolving this problem is deleting the slide."
5605
  msgstr ""
5606
 
5703
  msgid "Icon not found"
5704
  msgstr ""
5705
 
 
 
 
5706
  #, php-format
5707
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
5708
  msgstr ""
5710
  msgid "Iframe"
5711
  msgstr ""
5712
 
 
 
 
5713
  msgid "Please note, that <b>we do not support</b> customized coding! The iframe layer often needs code customizations what you have to do yourself, so we only suggest using this layer if you are a developer!"
5714
  msgstr ""
5715
 
5716
+ msgid "Iframe url"
5717
  msgstr ""
5718
 
5719
  msgid "You can disable the scroll on the iframe content."
5720
  msgstr ""
5721
 
5722
+ msgid "Iframe title"
5723
  msgstr ""
5724
 
5725
  msgid "Image area"
5728
  msgid "Image box"
5729
  msgstr ""
5730
 
5731
+ msgid "Aria label"
5732
+ msgstr ""
5733
+
5734
  msgid "Positions the text inside the layer. Only works with left and right layout."
5735
  msgstr ""
5736
 
Nextend/Languages/sv_SE.mo ADDED
Binary file
Nextend/Languages/sv_SE.po ADDED
@@ -0,0 +1,6343 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
5
+ "PO-Revision-Date: 2022-05-17 14:01+0200\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: sv_SE\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
+ "X-Generator: Poedit 3.0\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
17
+ "X-Poedit-Flags-xgettext: --no-location\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: Framework/Asset/Builder/cache\n"
20
+
21
+ msgid "Debug error"
22
+ msgstr ""
23
+
24
+ msgid "CURL disabled in your php.ini configuration. Please enable it!"
25
+ msgstr ""
26
+
27
+ msgid "Unable to contact with the licensing server, please try again later!"
28
+ msgstr ""
29
+
30
+ msgid "You are not allowed to upload!"
31
+ msgstr ""
32
+
33
+ msgid "Folder is missing!"
34
+ msgstr ""
35
+
36
+ msgid "Menu item"
37
+ msgstr ""
38
+
39
+ msgid "You are not authorised to view this resource."
40
+ msgstr ""
41
+
42
+ #, php-format
43
+ msgid "Missing parameter: %s"
44
+ msgstr ""
45
+
46
+ msgid "Database error"
47
+ msgstr ""
48
+
49
+ msgid "Security token mismatch"
50
+ msgstr ""
51
+
52
+ msgid "Unexpected error"
53
+ msgstr ""
54
+
55
+ msgid "Set is not editable"
56
+ msgstr ""
57
+
58
+ msgid "Visual do not exists"
59
+ msgstr ""
60
+
61
+ msgid "Not editable"
62
+ msgstr ""
63
+
64
+ msgid "Security token mismatch. Please refresh the page!"
65
+ msgstr ""
66
+
67
+ #, php-format
68
+ msgid ""
69
+ "If you see this message after the repair database process, please "
70
+ "%1$scontact us%2$s with the log:"
71
+ msgstr ""
72
+
73
+ msgid "Contact your server host and ask them to fix this for you!"
74
+ msgstr ""
75
+
76
+ msgid "Unexpected database error."
77
+ msgstr ""
78
+
79
+ msgid "Try to repair database"
80
+ msgstr ""
81
+
82
+ msgid "Font manager"
83
+ msgstr ""
84
+
85
+ msgid "Text"
86
+ msgstr ""
87
+
88
+ msgid "Hover"
89
+ msgstr ""
90
+
91
+ msgid "Heading"
92
+ msgstr ""
93
+
94
+ msgid "Link"
95
+ msgstr ""
96
+
97
+ msgid "Button"
98
+ msgstr ""
99
+
100
+ msgid "Paragraph"
101
+ msgstr ""
102
+
103
+ msgid "Dot"
104
+ msgstr ""
105
+
106
+ msgid "Active"
107
+ msgstr ""
108
+
109
+ msgid "List"
110
+ msgstr ""
111
+
112
+ msgid "Highlight"
113
+ msgstr ""
114
+
115
+ msgctxt "Default font"
116
+ msgid "Roboto,Arial"
117
+ msgstr ""
118
+
119
+ msgid "Font settings"
120
+ msgstr ""
121
+
122
+ msgid "Clear tab"
123
+ msgstr ""
124
+
125
+ msgid "Family"
126
+ msgstr ""
127
+
128
+ msgid "Color"
129
+ msgstr ""
130
+
131
+ msgid "Size"
132
+ msgstr ""
133
+
134
+ msgid "Font weight"
135
+ msgstr ""
136
+
137
+ msgid "Decoration"
138
+ msgstr ""
139
+
140
+ msgid "Line height"
141
+ msgstr ""
142
+
143
+ msgid "Text align"
144
+ msgstr ""
145
+
146
+ msgid "Letter spacing"
147
+ msgstr ""
148
+
149
+ msgid "Word spacing"
150
+ msgstr ""
151
+
152
+ msgid "Transform"
153
+ msgstr ""
154
+
155
+ msgid "None"
156
+ msgstr ""
157
+
158
+ msgid "Capitalize"
159
+ msgstr ""
160
+
161
+ msgid "Uppercase"
162
+ msgstr ""
163
+
164
+ msgid "Lowercase"
165
+ msgstr ""
166
+
167
+ msgid "Text shadow"
168
+ msgstr ""
169
+
170
+ msgid "Preview"
171
+ msgstr ""
172
+
173
+ msgid "Frontend"
174
+ msgstr ""
175
+
176
+ msgid "You can load Google Fonts on the frontend."
177
+ msgstr ""
178
+
179
+ msgid "Save fonts locally"
180
+ msgstr ""
181
+
182
+ msgid ""
183
+ "You can store the used Google Fonts on your server. This way all Google "
184
+ "Fonts will load from your own domain."
185
+ msgstr ""
186
+
187
+ msgid "Backend"
188
+ msgstr ""
189
+
190
+ msgid "You can load Google Fonts in the backend."
191
+ msgstr ""
192
+
193
+ msgid "Style"
194
+ msgstr ""
195
+
196
+ msgctxt "Font style"
197
+ msgid "Italic"
198
+ msgstr ""
199
+
200
+ msgid "Normal"
201
+ msgstr ""
202
+
203
+ msgid "Choose"
204
+ msgstr ""
205
+
206
+ msgid "Orientation"
207
+ msgstr ""
208
+
209
+ msgid "Portrait"
210
+ msgstr ""
211
+
212
+ msgid "Landscape"
213
+ msgstr ""
214
+
215
+ msgid "Mobile"
216
+ msgstr ""
217
+
218
+ msgid "Large mobile"
219
+ msgstr ""
220
+
221
+ msgid "Tablet"
222
+ msgstr ""
223
+
224
+ msgid "Large tablet"
225
+ msgstr ""
226
+
227
+ msgid "Desktop"
228
+ msgstr ""
229
+
230
+ msgid "Large desktop"
231
+ msgstr ""
232
+
233
+ msgid "More"
234
+ msgstr ""
235
+
236
+ msgid "Less"
237
+ msgstr ""
238
+
239
+ msgid "View records"
240
+ msgstr ""
241
+
242
+ msgid "Font"
243
+ msgstr ""
244
+
245
+ msgid "Warning"
246
+ msgstr ""
247
+
248
+ msgid "Dotted"
249
+ msgstr ""
250
+
251
+ msgid "Dashed"
252
+ msgstr ""
253
+
254
+ msgid "Solid"
255
+ msgstr ""
256
+
257
+ msgid "Double"
258
+ msgstr ""
259
+
260
+ msgid "Groove"
261
+ msgstr ""
262
+
263
+ msgid "Ridge"
264
+ msgstr ""
265
+
266
+ msgid "Inset"
267
+ msgstr ""
268
+
269
+ msgid "Outset"
270
+ msgstr ""
271
+
272
+ msgid "Field"
273
+ msgstr ""
274
+
275
+ msgid "Order"
276
+ msgstr ""
277
+
278
+ msgid "Ascending"
279
+ msgstr ""
280
+
281
+ msgid "Descending"
282
+ msgstr ""
283
+
284
+ msgid "Off"
285
+ msgstr ""
286
+
287
+ msgid "On"
288
+ msgstr ""
289
+
290
+ msgid ""
291
+ "Hold down the ctrl (Windows) or command (MAC) button to select multiple "
292
+ "options."
293
+ msgstr ""
294
+
295
+ msgid "Fill"
296
+ msgstr ""
297
+
298
+ msgid "Blur fit"
299
+ msgstr ""
300
+
301
+ msgid "Fit"
302
+ msgstr ""
303
+
304
+ msgid "Stretch"
305
+ msgstr ""
306
+
307
+ msgid "Center"
308
+ msgstr ""
309
+
310
+ msgid "Slider's default"
311
+ msgstr ""
312
+
313
+ msgid "All"
314
+ msgstr ""
315
+
316
+ #, php-format
317
+ msgid "Not %s"
318
+ msgstr ""
319
+
320
+ msgid "Bold"
321
+ msgstr ""
322
+
323
+ msgid "Extra light"
324
+ msgstr ""
325
+
326
+ msgid "Light"
327
+ msgstr ""
328
+
329
+ msgid "Semi bold"
330
+ msgstr ""
331
+
332
+ msgid "Extra bold"
333
+ msgstr ""
334
+
335
+ msgid "Self"
336
+ msgstr ""
337
+
338
+ msgid "New"
339
+ msgstr ""
340
+
341
+ msgid "Parent"
342
+ msgstr ""
343
+
344
+ msgid "Top"
345
+ msgstr ""
346
+
347
+ msgid "Select images for devices"
348
+ msgstr ""
349
+
350
+ msgid "Select a page or a blog post from your WordPress site."
351
+ msgstr ""
352
+
353
+ msgid "Select article or menu item from your site."
354
+ msgstr ""
355
+
356
+ msgid "Reset to normal state"
357
+ msgstr ""
358
+
359
+ msgid "Default"
360
+ msgstr ""
361
+
362
+ msgid "The image is empty"
363
+ msgstr ""
364
+
365
+ msgid "Empty"
366
+ msgstr ""
367
+
368
+ msgid "Image manager"
369
+ msgstr ""
370
+
371
+ msgid "Desktop retina"
372
+ msgstr ""
373
+
374
+ msgid "Image"
375
+ msgstr ""
376
+
377
+ #, php-format
378
+ msgid ""
379
+ "The %1$s is not turned on in your server, which is necessary to read rss "
380
+ "feeds. You should contact your server host, and ask them to enable it!"
381
+ msgstr ""
382
+
383
+ #, php-format
384
+ msgid "%s is not readable"
385
+ msgstr ""
386
+
387
+ msgid "Style manager"
388
+ msgstr ""
389
+
390
+ msgid "Style settings"
391
+ msgstr ""
392
+
393
+ msgid "Background color"
394
+ msgstr ""
395
+
396
+ msgid "Opacity"
397
+ msgstr ""
398
+
399
+ msgid "Padding"
400
+ msgstr ""
401
+
402
+ msgid "Border"
403
+ msgstr ""
404
+
405
+ msgid "Border radius"
406
+ msgstr ""
407
+
408
+ msgid "Box shadow"
409
+ msgstr ""
410
+
411
+ msgid "Single"
412
+ msgstr ""
413
+
414
+ msgid "Simple"
415
+ msgstr ""
416
+
417
+ msgid "Box"
418
+ msgstr ""
419
+
420
+ msgid "Heading active"
421
+ msgstr ""
422
+
423
+ msgid "Dashboard"
424
+ msgstr ""
425
+
426
+ msgid "Drop files here"
427
+ msgstr ""
428
+
429
+ msgid "Parent directory"
430
+ msgstr ""
431
+
432
+ msgid "Current path"
433
+ msgstr ""
434
+
435
+ msgid "Preset"
436
+ msgstr ""
437
+
438
+ msgid ""
439
+ "You can use presets to save style settings for later use. Clicking on any "
440
+ "preset will load its styling to your current layer, and the previous style "
441
+ "settings will be lost."
442
+ msgstr ""
443
+
444
+ msgid ""
445
+ "Layer design options affect every device. If you need to make responsive "
446
+ "adjustments, look for the options with the device icon."
447
+ msgstr ""
448
+
449
+ msgid "Reset style to default"
450
+ msgstr ""
451
+
452
+ msgid "Save style as new preset"
453
+ msgstr ""
454
+
455
+ msgid "Load style"
456
+ msgstr ""
457
+
458
+ msgid "You have not created any presets for this layer yet."
459
+ msgstr ""
460
+
461
+ msgid "Save as"
462
+ msgstr ""
463
+
464
+ msgid "Name"
465
+ msgstr ""
466
+
467
+ msgid "Please fill the name field!"
468
+ msgstr ""
469
+
470
+ msgid "Preset saved."
471
+ msgstr ""
472
+
473
+ msgid "Overwrite preset"
474
+ msgstr ""
475
+
476
+ msgid "Preset deleted."
477
+ msgstr ""
478
+
479
+ msgid "Choose folder"
480
+ msgstr ""
481
+
482
+ msgid "Select"
483
+ msgstr ""
484
+
485
+ msgid "Disabled"
486
+ msgstr ""
487
+
488
+ msgid "Image field can not be empty!"
489
+ msgstr ""
490
+
491
+ msgid "Done"
492
+ msgstr ""
493
+
494
+ msgid "No file selected."
495
+ msgstr ""
496
+
497
+ msgid "Open docs"
498
+ msgstr ""
499
+
500
+ msgid "The changes you made will be lost if you navigate away from this page."
501
+ msgstr ""
502
+
503
+ msgid "Icons"
504
+ msgstr ""
505
+
506
+ msgid "Search"
507
+ msgstr ""
508
+
509
+ msgid "Are you sure?"
510
+ msgstr ""
511
+
512
+ #, javascript-format
513
+ msgid "You're about to %s. "
514
+ msgstr ""
515
+
516
+ #, javascript-format
517
+ msgid "The deletion is irreversible, and it's not possible to recover %s."
518
+ msgstr ""
519
+
520
+ msgid "Cancel"
521
+ msgstr ""
522
+
523
+ msgid "Delete"
524
+ msgstr ""
525
+
526
+ msgid "Close"
527
+ msgstr ""
528
+
529
+ msgid "Create group"
530
+ msgstr ""
531
+
532
+ msgid "Group name"
533
+ msgstr ""
534
+
535
+ msgid "Group created"
536
+ msgstr ""
537
+
538
+ msgid "Records"
539
+ msgstr ""
540
+
541
+ msgid "Keyboard shortcuts"
542
+ msgstr ""
543
+
544
+ msgid "Got it"
545
+ msgstr ""
546
+
547
+ msgid "General"
548
+ msgstr ""
549
+
550
+ msgid "Content tab"
551
+ msgstr ""
552
+
553
+ msgid "Style tab"
554
+ msgstr ""
555
+
556
+ msgid "Animation tab"
557
+ msgstr ""
558
+
559
+ msgid "Add Layer"
560
+ msgstr ""
561
+
562
+ msgid "Layer List"
563
+ msgstr ""
564
+
565
+ msgid "Timeline"
566
+ msgstr ""
567
+
568
+ msgid "View"
569
+ msgstr ""
570
+
571
+ msgid "Adjust"
572
+ msgstr ""
573
+
574
+ msgid "Move (Absolute)"
575
+ msgstr ""
576
+
577
+ msgid "Arrows"
578
+ msgstr ""
579
+
580
+ msgid "Align (Absolute)"
581
+ msgstr ""
582
+
583
+ msgid "Numeric keys"
584
+ msgstr ""
585
+
586
+ msgid "Action"
587
+ msgstr ""
588
+
589
+ msgid "Duplicate"
590
+ msgstr ""
591
+
592
+ msgid "Copy"
593
+ msgstr ""
594
+
595
+ msgid "Paste"
596
+ msgstr ""
597
+
598
+ msgid "Undo"
599
+ msgstr ""
600
+
601
+ msgid "Redo"
602
+ msgstr ""
603
+
604
+ msgid "Save"
605
+ msgstr ""
606
+
607
+ msgid "Play animations"
608
+ msgstr ""
609
+
610
+ msgid "Clear device specific settings"
611
+ msgstr ""
612
+
613
+ msgid "Current layer, current device"
614
+ msgstr ""
615
+
616
+ msgid "Current layer, all devices"
617
+ msgstr ""
618
+
619
+ msgid "All layers, current device"
620
+ msgstr ""
621
+
622
+ msgid "All layers, all devices"
623
+ msgstr ""
624
+
625
+ msgid "Unexpected response"
626
+ msgstr ""
627
+
628
+ msgid "Scroll to"
629
+ msgstr ""
630
+
631
+ msgid "Scroll to alias"
632
+ msgstr ""
633
+
634
+ msgid "Go to slide"
635
+ msgstr ""
636
+
637
+ msgid "Go to slide ID"
638
+ msgstr ""
639
+
640
+ msgid "Previous slide"
641
+ msgstr ""
642
+
643
+ msgid "Next slide"
644
+ msgstr ""
645
+
646
+ msgid "Slide event"
647
+ msgstr ""
648
+
649
+ msgid "Examples"
650
+ msgstr ""
651
+
652
+ msgid "Scrolls to the top of the page."
653
+ msgstr ""
654
+
655
+ msgid "Scrolls to the bottom of the page."
656
+ msgstr ""
657
+
658
+ msgid ""
659
+ "You can use any jQuery selector to scroll to a specific element on the page. "
660
+ "Example: \"#pricing\" scrolls to the element with the id of \"pricing\"."
661
+ msgstr ""
662
+
663
+ msgid "Slider alias"
664
+ msgstr ""
665
+
666
+ msgid "Slider alias set at Slider settings > General"
667
+ msgstr ""
668
+
669
+ msgid "Slide index"
670
+ msgstr ""
671
+
672
+ msgid "Direction"
673
+ msgstr ""
674
+
675
+ msgid "Auto"
676
+ msgstr ""
677
+
678
+ msgid "Backward"
679
+ msgstr ""
680
+
681
+ msgid "Forward"
682
+ msgstr ""
683
+
684
+ #, javascript-format
685
+ msgid "slide index: 2 %s direction: backward"
686
+ msgstr ""
687
+
688
+ msgid "Switches to the second slide as if the previous arrow was pressed"
689
+ msgstr ""
690
+
691
+ #, javascript-format
692
+ msgid "slide index: 5 %s direction: forward"
693
+ msgstr ""
694
+
695
+ msgid "Switches to the fifth slide as if the next arrow was pressed"
696
+ msgstr ""
697
+
698
+ msgid "Slide ID"
699
+ msgstr ""
700
+
701
+ msgid ""
702
+ "Switches to the slide with the #2 ID as if the previous arrow was pressed"
703
+ msgstr ""
704
+
705
+ msgid "Switches to the slide with the #5 ID as if the next arrow was pressed"
706
+ msgstr ""
707
+
708
+ msgid "Event name"
709
+ msgstr ""
710
+
711
+ msgid "An event you use to trigger layer animation(s) with"
712
+ msgstr ""
713
+
714
+ msgid "Content List - One Per Line"
715
+ msgstr ""
716
+
717
+ msgid "Choose images"
718
+ msgstr ""
719
+
720
+ msgid "Titles - One Per Line"
721
+ msgstr ""
722
+
723
+ msgid "Autoplay duration"
724
+ msgstr ""
725
+
726
+ msgid "URL"
727
+ msgstr ""
728
+
729
+ msgid "Search keyword"
730
+ msgstr ""
731
+
732
+ msgid "Posts"
733
+ msgstr ""
734
+
735
+ msgid "Lightbox"
736
+ msgstr ""
737
+
738
+ msgid "Insert"
739
+ msgstr ""
740
+
741
+ msgid "Oops, Something Went Wrong"
742
+ msgstr ""
743
+
744
+ msgid "Success"
745
+ msgstr ""
746
+
747
+ msgid "Notice"
748
+ msgstr ""
749
+
750
+ msgid "Select image"
751
+ msgstr ""
752
+
753
+ msgid "Use Joomla selector"
754
+ msgstr ""
755
+
756
+ msgid "Use default selector"
757
+ msgstr ""
758
+
759
+ msgid "Deleted."
760
+ msgstr ""
761
+
762
+ msgid "Static"
763
+ msgstr ""
764
+
765
+ msgid "Save as New"
766
+ msgstr ""
767
+
768
+ msgid "Saved."
769
+ msgstr ""
770
+
771
+ msgid "Enabled"
772
+ msgstr ""
773
+
774
+ msgid "Column"
775
+ msgstr ""
776
+
777
+ msgid "There is no layer available to be parent of the current layer!"
778
+ msgstr ""
779
+
780
+ msgid "Pick the parent layer!"
781
+ msgstr ""
782
+
783
+ msgid "Pick the align point of the parent layer!"
784
+ msgstr ""
785
+
786
+ msgid "Pick the align point of the child layer!"
787
+ msgstr ""
788
+
789
+ msgid "Advanced"
790
+ msgstr ""
791
+
792
+ #, javascript-format
793
+ msgid "Outer %s"
794
+ msgstr ""
795
+
796
+ msgid "Left"
797
+ msgstr ""
798
+
799
+ msgid "Right"
800
+ msgstr ""
801
+
802
+ msgid "Middle"
803
+ msgstr ""
804
+
805
+ msgid "Bottom"
806
+ msgstr ""
807
+
808
+ msgid "Layer(s)"
809
+ msgstr ""
810
+
811
+ msgid "Hide on"
812
+ msgstr ""
813
+
814
+ msgid "Rename"
815
+ msgstr ""
816
+
817
+ msgid "Show/Hide in editor"
818
+ msgstr ""
819
+
820
+ msgid "Animation"
821
+ msgstr ""
822
+
823
+ msgid "Add animation"
824
+ msgstr ""
825
+
826
+ msgid "Remove animations"
827
+ msgstr ""
828
+
829
+ msgid "Layer Animation - Basic"
830
+ msgstr ""
831
+
832
+ msgid "Add keyframe"
833
+ msgstr ""
834
+
835
+ msgid "Loop"
836
+ msgstr ""
837
+
838
+ msgid "Special Zero"
839
+ msgstr ""
840
+
841
+ msgid "Keyframe"
842
+ msgstr ""
843
+
844
+ msgid "Layer Animation - Reveal"
845
+ msgstr ""
846
+
847
+ msgid "Open/Close"
848
+ msgstr ""
849
+
850
+ msgid "Content"
851
+ msgstr ""
852
+
853
+ msgid "Child layers"
854
+ msgstr ""
855
+
856
+ msgid "Animated heading"
857
+ msgstr ""
858
+
859
+ msgid "Highlighted heading"
860
+ msgstr ""
861
+
862
+ msgid "Text animation in"
863
+ msgstr ""
864
+
865
+ msgid "Text animation out"
866
+ msgstr ""
867
+
868
+ msgid "Layer"
869
+ msgstr ""
870
+
871
+ msgid "Row"
872
+ msgstr ""
873
+
874
+ msgid "Slide"
875
+ msgstr ""
876
+
877
+ msgid "Theme"
878
+ msgstr ""
879
+
880
+ #, javascript-format
881
+ msgid "%s or newer required for this feature."
882
+ msgstr ""
883
+
884
+ msgid "This section requires activated Pro version."
885
+ msgstr ""
886
+
887
+ #, javascript-format
888
+ msgid "This block is not available in the free version. %s"
889
+ msgstr ""
890
+
891
+ msgid "Go Pro"
892
+ msgstr ""
893
+
894
+ msgid "Editor settings"
895
+ msgstr ""
896
+
897
+ msgid "Upgrade to Pro"
898
+ msgstr ""
899
+
900
+ msgid "Guide settings"
901
+ msgstr ""
902
+
903
+ msgid "Smart snap"
904
+ msgstr ""
905
+
906
+ msgid "Round to 5px"
907
+ msgstr ""
908
+
909
+ msgid "Ruler"
910
+ msgstr ""
911
+
912
+ msgid "Clear guides"
913
+ msgstr ""
914
+
915
+ msgid "Activate Smart Slider 3 Pro"
916
+ msgstr ""
917
+
918
+ msgid "Activation is required to unlock all features!"
919
+ msgstr ""
920
+
921
+ msgid ""
922
+ "Register Smart Slider 3 Pro on this domain to enable auto update, slider "
923
+ "templates and slide library."
924
+ msgstr ""
925
+
926
+ msgid "Skip"
927
+ msgstr ""
928
+
929
+ msgid "Activate"
930
+ msgstr ""
931
+
932
+ msgid "Smart Slider 3 activated!"
933
+ msgstr ""
934
+
935
+ msgid "Laptop"
936
+ msgstr ""
937
+
938
+ msgid "Width"
939
+ msgstr ""
940
+
941
+ msgid "Height"
942
+ msgstr ""
943
+
944
+ #, javascript-format
945
+ msgid "Below %s pixels."
946
+ msgstr ""
947
+
948
+ #, javascript-format
949
+ msgid "Above %s pixels."
950
+ msgstr ""
951
+
952
+ #, javascript-format
953
+ msgid "Between %s and %s pixels."
954
+ msgstr ""
955
+
956
+ #, javascript-format, php-format
957
+ msgid "This slide is hidden on the following devices: %s"
958
+ msgstr ""
959
+
960
+ msgid "Data"
961
+ msgstr ""
962
+
963
+ msgid "Filter"
964
+ msgstr ""
965
+
966
+ msgid "No"
967
+ msgstr ""
968
+
969
+ msgid "Clean HTML"
970
+ msgstr ""
971
+
972
+ msgid "Remove HTML"
973
+ msgstr ""
974
+
975
+ msgid "Split by Chars"
976
+ msgstr ""
977
+
978
+ msgid "Strict"
979
+ msgstr ""
980
+
981
+ msgid "Respect words"
982
+ msgstr ""
983
+
984
+ msgid "Find image"
985
+ msgstr ""
986
+
987
+ msgid "Find link"
988
+ msgstr ""
989
+
990
+ msgid "Remove links"
991
+ msgstr ""
992
+
993
+ msgid "Remove line breaks"
994
+ msgstr ""
995
+
996
+ msgid "Result"
997
+ msgstr ""
998
+
999
+ msgid "Change slider type"
1000
+ msgstr ""
1001
+
1002
+ msgid ""
1003
+ "Changing your slider type is irreversible. After changing your slider type, "
1004
+ "<b>you will lose all slider type related settings</b>."
1005
+ msgstr ""
1006
+
1007
+ msgid "Slider type"
1008
+ msgstr ""
1009
+
1010
+ msgid "Convert"
1011
+ msgstr ""
1012
+
1013
+ msgid "What do you want to create today?"
1014
+ msgstr ""
1015
+
1016
+ msgid ""
1017
+ "Use our powerful visual editor, or simply import one of our existing "
1018
+ "template."
1019
+ msgstr ""
1020
+
1021
+ msgid "Create a New Project"
1022
+ msgstr ""
1023
+
1024
+ msgid ""
1025
+ "Start a new project from scratch and build exactly what you’ve imagined. You "
1026
+ "can easily customize every pixels and create anything with layers."
1027
+ msgstr ""
1028
+
1029
+ msgid "Start with a Template"
1030
+ msgstr ""
1031
+
1032
+ msgid ""
1033
+ "Start with a template and make it your own with the innovative drag and drop "
1034
+ "interface. You can choose from hundreds of premade templates."
1035
+ msgstr ""
1036
+
1037
+ msgid "or import your own files"
1038
+ msgstr ""
1039
+
1040
+ msgid "Create new project"
1041
+ msgstr ""
1042
+
1043
+ msgid "Project type"
1044
+ msgstr ""
1045
+
1046
+ msgid "Slider"
1047
+ msgstr ""
1048
+
1049
+ msgid "Block"
1050
+ msgstr ""
1051
+
1052
+ msgid "Full page"
1053
+ msgstr ""
1054
+
1055
+ msgid "Carousel"
1056
+ msgstr ""
1057
+
1058
+ msgid "Showcase"
1059
+ msgstr ""
1060
+
1061
+ msgid "Pro"
1062
+ msgstr ""
1063
+
1064
+ msgid "Settings"
1065
+ msgstr ""
1066
+
1067
+ msgid "My project"
1068
+ msgstr ""
1069
+
1070
+ msgid "Boxed"
1071
+ msgstr ""
1072
+
1073
+ msgid "Full width"
1074
+ msgstr ""
1075
+
1076
+ msgid "Layout"
1077
+ msgstr ""
1078
+
1079
+ msgid "Slide width"
1080
+ msgstr ""
1081
+
1082
+ msgid "Slide height"
1083
+ msgstr ""
1084
+
1085
+ msgid "Create"
1086
+ msgstr ""
1087
+
1088
+ msgid "Join The Smart Slider 3 Community"
1089
+ msgstr ""
1090
+
1091
+ msgid ""
1092
+ "Join more than 120,000 subscribers and get access to the latest slider "
1093
+ "templates, tips, tutorials and other exclusive contents directly to your "
1094
+ "inbox."
1095
+ msgstr ""
1096
+
1097
+ msgid "Subscribe"
1098
+ msgstr ""
1099
+
1100
+ msgid "Change group"
1101
+ msgstr ""
1102
+
1103
+ msgid "Groups"
1104
+ msgstr ""
1105
+
1106
+ msgid "Set"
1107
+ msgstr ""
1108
+
1109
+ msgid "Edit"
1110
+ msgstr ""
1111
+
1112
+ msgid "Group"
1113
+ msgstr ""
1114
+
1115
+ msgid "Edit Slider"
1116
+ msgstr ""
1117
+
1118
+ msgid "Up"
1119
+ msgstr ""
1120
+
1121
+ msgid "Insert group"
1122
+ msgstr ""
1123
+
1124
+ msgid "Move to trash"
1125
+ msgstr ""
1126
+
1127
+ msgid "empty the trash"
1128
+ msgstr ""
1129
+
1130
+ msgid "Delete permanently"
1131
+ msgstr ""
1132
+
1133
+ msgid "delete this slider"
1134
+ msgstr ""
1135
+
1136
+ msgid "Publish"
1137
+ msgstr ""
1138
+
1139
+ msgid "Unpublish"
1140
+ msgstr ""
1141
+
1142
+ msgid "Edit generator"
1143
+ msgstr ""
1144
+
1145
+ msgid "Set as first"
1146
+ msgstr ""
1147
+
1148
+ msgid "Convert to slide"
1149
+ msgstr ""
1150
+
1151
+ msgid "Copy slide to"
1152
+ msgstr ""
1153
+
1154
+ msgid "Add post"
1155
+ msgstr ""
1156
+
1157
+ msgid "Please select a Post first!"
1158
+ msgstr ""
1159
+
1160
+ msgid "delete these slides"
1161
+ msgstr ""
1162
+
1163
+ msgid "delete this slide"
1164
+ msgstr ""
1165
+
1166
+ msgid "Max width"
1167
+ msgstr ""
1168
+
1169
+ msgid "Margin"
1170
+ msgstr ""
1171
+
1172
+ msgid "top"
1173
+ msgstr ""
1174
+
1175
+ msgid "right"
1176
+ msgstr ""
1177
+
1178
+ msgid "bottom"
1179
+ msgstr ""
1180
+
1181
+ msgid "left"
1182
+ msgstr ""
1183
+
1184
+ msgid "Animations"
1185
+ msgstr ""
1186
+
1187
+ msgid "Effects"
1188
+ msgstr ""
1189
+
1190
+ msgid "Shape divider"
1191
+ msgstr ""
1192
+
1193
+ msgid "Particle effect"
1194
+ msgstr ""
1195
+
1196
+ msgid "Layer animations"
1197
+ msgstr ""
1198
+
1199
+ msgid "Play on load"
1200
+ msgstr ""
1201
+
1202
+ msgid ""
1203
+ "Plays the layer animations on the first slide when it appears for the first "
1204
+ "time."
1205
+ msgstr ""
1206
+
1207
+ msgid "Play once"
1208
+ msgstr ""
1209
+
1210
+ msgid "Plays the layer animations only during the first loop."
1211
+ msgstr ""
1212
+
1213
+ msgid "Play on"
1214
+ msgstr ""
1215
+
1216
+ msgid "Main animation start"
1217
+ msgstr ""
1218
+
1219
+ msgid "Main animation end"
1220
+ msgstr ""
1221
+
1222
+ msgid "Mode"
1223
+ msgstr ""
1224
+
1225
+ msgid "Skippable"
1226
+ msgstr ""
1227
+
1228
+ msgid "Forced"
1229
+ msgstr ""
1230
+
1231
+ msgid ""
1232
+ "You can make the outgoing layer animations, which don't have events, to play "
1233
+ "on slide switching."
1234
+ msgstr ""
1235
+
1236
+ msgid "Layer parallax"
1237
+ msgstr ""
1238
+
1239
+ msgid "Enable"
1240
+ msgstr ""
1241
+
1242
+ msgid "Animate"
1243
+ msgstr ""
1244
+
1245
+ msgid "Horizontal"
1246
+ msgstr ""
1247
+
1248
+ msgid "Mouse"
1249
+ msgstr ""
1250
+
1251
+ msgid "Invert"
1252
+ msgstr ""
1253
+
1254
+ msgid "Vertical"
1255
+ msgstr ""
1256
+
1257
+ msgid "Scroll"
1258
+ msgstr ""
1259
+
1260
+ msgid "Mouse origin"
1261
+ msgstr ""
1262
+
1263
+ msgid "Slider center"
1264
+ msgstr ""
1265
+
1266
+ msgid "Mouse enter position"
1267
+ msgstr ""
1268
+
1269
+ msgid "Scroll move"
1270
+ msgstr ""
1271
+
1272
+ msgid "Both"
1273
+ msgstr ""
1274
+
1275
+ msgid "To bottom"
1276
+ msgstr ""
1277
+
1278
+ msgid "To top"
1279
+ msgstr ""
1280
+
1281
+ msgid "Autoplay"
1282
+ msgstr ""
1283
+
1284
+ msgid "Slide duration"
1285
+ msgstr ""
1286
+
1287
+ msgid "Autostart"
1288
+ msgstr ""
1289
+
1290
+ msgid "Allow restart"
1291
+ msgstr ""
1292
+
1293
+ msgid ""
1294
+ "Keeps the autoplay control visible after the autoplay has finished to allow "
1295
+ "starting it again."
1296
+ msgstr ""
1297
+
1298
+ msgid "Infinite loop"
1299
+ msgstr ""
1300
+
1301
+ msgid "Finish autoplay"
1302
+ msgstr ""
1303
+
1304
+ msgid "Stop on click"
1305
+ msgstr ""
1306
+
1307
+ msgid "Stop on mouse"
1308
+ msgstr ""
1309
+
1310
+ msgid "Enter"
1311
+ msgstr ""
1312
+
1313
+ msgid "Leave"
1314
+ msgstr ""
1315
+
1316
+ msgid "Stop on media"
1317
+ msgstr ""
1318
+
1319
+ msgid "Resume on click"
1320
+ msgstr ""
1321
+
1322
+ msgid "Resume on mouse"
1323
+ msgstr ""
1324
+
1325
+ msgid "Resume on media"
1326
+ msgstr ""
1327
+
1328
+ msgid "Controls"
1329
+ msgstr ""
1330
+
1331
+ msgid "Drag"
1332
+ msgstr ""
1333
+
1334
+ msgid "Defines the drag (and touch) direction for your slider."
1335
+ msgstr ""
1336
+
1337
+ msgid "Mouse wheel"
1338
+ msgstr ""
1339
+
1340
+ msgid "Allows switching slides with the mouse wheel."
1341
+ msgstr ""
1342
+
1343
+ msgid "Keyboard"
1344
+ msgstr ""
1345
+
1346
+ msgid "Allows switching slides with the keyboard."
1347
+ msgstr ""
1348
+
1349
+ msgid "Developer"
1350
+ msgstr ""
1351
+
1352
+ msgid "Block right click"
1353
+ msgstr ""
1354
+
1355
+ msgid "Block carousel"
1356
+ msgstr ""
1357
+
1358
+ msgid ""
1359
+ "Stops the carousel at the last slide when the source of interaction is "
1360
+ "vertical touch, vertical pointer, mouse wheel or vertical keyboard."
1361
+ msgstr ""
1362
+
1363
+ msgid "Clear before"
1364
+ msgstr ""
1365
+
1366
+ msgid "Closes the unclosed float CSS codes before the slider."
1367
+ msgstr ""
1368
+
1369
+ msgid "Clear after"
1370
+ msgstr ""
1371
+
1372
+ msgid "Allows you to put your slider next to your text."
1373
+ msgstr ""
1374
+
1375
+ msgid "Hide scrollbar"
1376
+ msgstr ""
1377
+
1378
+ msgid ""
1379
+ "Your website won't be scrollable anymore! All out of screen elements will be "
1380
+ "hidden."
1381
+ msgstr ""
1382
+
1383
+ msgid "Scroll to slider"
1384
+ msgstr ""
1385
+
1386
+ msgid "The page scrolls back to the slider when the user interacts with it."
1387
+ msgstr ""
1388
+
1389
+ msgid "Edge"
1390
+ msgstr ""
1391
+
1392
+ msgid "Top - when needed"
1393
+ msgstr ""
1394
+
1395
+ msgid "Top - always"
1396
+ msgstr ""
1397
+
1398
+ msgid "Bottom - when needed"
1399
+ msgstr ""
1400
+
1401
+ msgid "Bottom - always"
1402
+ msgstr ""
1403
+
1404
+ msgid "Delayed (for lightbox/tabs)"
1405
+ msgstr ""
1406
+
1407
+ msgid ""
1408
+ "Delays the loading of the slider until its container gets visible. Useful "
1409
+ "when you display the slider in a lightbox or tab."
1410
+ msgstr ""
1411
+
1412
+ msgid "Legacy font scale"
1413
+ msgstr ""
1414
+
1415
+ msgid ""
1416
+ "This feature brings back the non-adaptive font size for absolute layers "
1417
+ "which were made before version 3.5. Turning on can affect website "
1418
+ "performance, so we suggest to keep it disabled.\n"
1419
+ msgstr ""
1420
+
1421
+ msgid "Slider CSS classes"
1422
+ msgstr ""
1423
+
1424
+ msgid "You can put custom CSS classes to the slider's container."
1425
+ msgstr ""
1426
+
1427
+ msgid "JavaScript callbacks"
1428
+ msgstr ""
1429
+
1430
+ msgid "Loading animation waiting time"
1431
+ msgstr ""
1432
+
1433
+ msgid "Post IDs"
1434
+ msgstr ""
1435
+
1436
+ msgid "one per line"
1437
+ msgstr ""
1438
+
1439
+ msgid "The cache of the posts with the given ID will be cleared upon save."
1440
+ msgstr ""
1441
+
1442
+ msgid "Fallback slider"
1443
+ msgstr ""
1444
+
1445
+ msgid "ID or Alias"
1446
+ msgstr ""
1447
+
1448
+ msgid ""
1449
+ "Select another slider by its ID or Alias that displays if your current "
1450
+ "slider has no published slides."
1451
+ msgstr ""
1452
+
1453
+ msgid "Thumbnail"
1454
+ msgstr ""
1455
+
1456
+ msgid "Slider thumbnail which appears in the slider list."
1457
+ msgstr ""
1458
+
1459
+ msgid "ARIA label"
1460
+ msgstr ""
1461
+
1462
+ msgid "It allows you to label your slider for screen readers."
1463
+ msgstr ""
1464
+
1465
+ msgid "Alias"
1466
+ msgstr ""
1467
+
1468
+ msgid "You can use this alias in the slider's shortcode."
1469
+ msgstr ""
1470
+
1471
+ msgid "Use as anchor"
1472
+ msgstr ""
1473
+
1474
+ msgid ""
1475
+ "Creates an empty div before the slider, using the alias as the ID of this "
1476
+ "div. As a result, you can use #your-alias in the URL to make the page jump "
1477
+ "to the slider."
1478
+ msgstr ""
1479
+
1480
+ msgid "Smooth scroll"
1481
+ msgstr ""
1482
+
1483
+ msgid ""
1484
+ "The #your-alias urls in links would be forced to smooth scroll to the slider."
1485
+ msgstr ""
1486
+
1487
+ msgid "Switch slide"
1488
+ msgstr ""
1489
+
1490
+ msgid ""
1491
+ "Use #your-alias-2 as an anchor to jump to the slider and switch to the 2nd "
1492
+ "slide immediately. Use #your-alias-3 for the 3rd slide and so on."
1493
+ msgstr ""
1494
+
1495
+ msgid "Scroll to slide"
1496
+ msgstr ""
1497
+
1498
+ msgid ""
1499
+ "The \"Switch slide\" option won't scroll you to the slider. Only the slides "
1500
+ "will switch."
1501
+ msgstr ""
1502
+
1503
+ msgid "Slider design"
1504
+ msgstr ""
1505
+
1506
+ msgid "Slider background image"
1507
+ msgstr ""
1508
+
1509
+ msgid "Fixed"
1510
+ msgstr ""
1511
+
1512
+ msgid "Background video"
1513
+ msgstr ""
1514
+
1515
+ msgid "Muted"
1516
+ msgstr ""
1517
+
1518
+ msgctxt "Video/Audio play"
1519
+ msgid "Loop"
1520
+ msgstr ""
1521
+
1522
+ msgid "Fill mode"
1523
+ msgstr ""
1524
+
1525
+ msgid "Align"
1526
+ msgstr ""
1527
+
1528
+ msgid "Puts a fix margin around your slider."
1529
+ msgstr ""
1530
+
1531
+ msgid "Perspective"
1532
+ msgstr ""
1533
+
1534
+ msgid "Optimize"
1535
+ msgstr ""
1536
+
1537
+ msgid "Loading"
1538
+ msgstr ""
1539
+
1540
+ msgid "Loading type"
1541
+ msgstr ""
1542
+
1543
+ msgid "Instant"
1544
+ msgstr ""
1545
+
1546
+ msgid "After page loaded"
1547
+ msgstr ""
1548
+
1549
+ msgid "After delay"
1550
+ msgstr ""
1551
+
1552
+ msgid ""
1553
+ "If your slider is above the fold, you can load it immediately. Otherwise, "
1554
+ "you can load it only after the page has loaded."
1555
+ msgstr ""
1556
+
1557
+ msgid "Load delay"
1558
+ msgstr ""
1559
+
1560
+ msgid "Play when visible"
1561
+ msgstr ""
1562
+
1563
+ msgid ""
1564
+ "Makes sure that the autoplay and layer animations only start when your "
1565
+ "slider is visible."
1566
+ msgstr ""
1567
+
1568
+ msgid "At"
1569
+ msgstr ""
1570
+
1571
+ msgid "Slide background images"
1572
+ msgstr ""
1573
+
1574
+ msgid "Loading mode"
1575
+ msgstr ""
1576
+
1577
+ msgid "Delayed loading"
1578
+ msgstr ""
1579
+
1580
+ msgid "Lazy loading"
1581
+ msgstr ""
1582
+
1583
+ msgid ""
1584
+ "You can speed up your site's loading by delaying the slide background images."
1585
+ msgstr ""
1586
+
1587
+ msgid "Load neighbor"
1588
+ msgstr ""
1589
+
1590
+ msgctxt "Unit"
1591
+ msgid "slides"
1592
+ msgstr ""
1593
+
1594
+ #, php-format
1595
+ msgid ""
1596
+ "Convert to WebP and image resizing require a lot of memory. Lift the memory "
1597
+ "limit%s if you get a blank page."
1598
+ msgstr ""
1599
+
1600
+ msgid "Convert to WebP"
1601
+ msgstr ""
1602
+
1603
+ msgid "Resize"
1604
+ msgstr ""
1605
+
1606
+ msgid "Quality"
1607
+ msgstr ""
1608
+
1609
+ msgid "Default width"
1610
+ msgstr ""
1611
+
1612
+ msgid "Medium width"
1613
+ msgstr ""
1614
+
1615
+ msgid "Medium height"
1616
+ msgstr ""
1617
+
1618
+ msgid "Small width"
1619
+ msgstr ""
1620
+
1621
+ msgid "Small height"
1622
+ msgstr ""
1623
+
1624
+ msgid "Retina"
1625
+ msgstr ""
1626
+
1627
+ msgid "Instruction"
1628
+ msgstr ""
1629
+
1630
+ msgid ""
1631
+ "If your images look blurry on small screens, use the available height option "
1632
+ "to match the aspect ratio of the slider and image on that device."
1633
+ msgstr ""
1634
+
1635
+ msgid "Resize Thumbnail"
1636
+ msgstr ""
1637
+
1638
+ msgid "Thumbnail Quality"
1639
+ msgstr ""
1640
+
1641
+ msgid "Thumbnail width"
1642
+ msgstr ""
1643
+
1644
+ msgid "Thumbnail height"
1645
+ msgstr ""
1646
+
1647
+ msgid "Layer images"
1648
+ msgstr ""
1649
+
1650
+ msgid "Base64 embed"
1651
+ msgstr ""
1652
+
1653
+ msgid "Embeds the layer images to the page source, reducing the requests."
1654
+ msgstr ""
1655
+
1656
+ msgid "Max file size"
1657
+ msgstr ""
1658
+
1659
+ msgid "Other"
1660
+ msgstr ""
1661
+
1662
+ msgid "JetPack Photon image optimizer"
1663
+ msgstr ""
1664
+
1665
+ msgid "Background video on mobile"
1666
+ msgstr ""
1667
+
1668
+ msgid "Slider size"
1669
+ msgstr ""
1670
+
1671
+ msgid "Limit slide width"
1672
+ msgstr ""
1673
+
1674
+ msgid ""
1675
+ "Limits the width of the slide and prevents the slider from getting too tall."
1676
+ msgstr ""
1677
+
1678
+ msgid "Max"
1679
+ msgstr ""
1680
+
1681
+ msgid "Breakpoints"
1682
+ msgstr ""
1683
+
1684
+ msgid ""
1685
+ "Breakpoints define the browser width in pixel when the slider switches to a "
1686
+ "different device."
1687
+ msgstr ""
1688
+
1689
+ msgid "Global breakpoints"
1690
+ msgstr ""
1691
+
1692
+ #, php-format
1693
+ msgid ""
1694
+ "You can use the global breakpoints, or adjust them locally here. You can "
1695
+ "configure the Global breakpoints at <a href=\"%1$s\" target=\"_blank"
1696
+ "\">Global settings</a> > General > Breakpoints"
1697
+ msgstr ""
1698
+
1699
+ msgid "Custom size"
1700
+ msgstr ""
1701
+
1702
+ #, php-format
1703
+ msgid ""
1704
+ "Use this option to customize the aspect ratio for each device. %1$s Read "
1705
+ "more in the documentation%2$s. <b>Beware:</b> This option is rarely needed "
1706
+ "and might be hard to set properly!"
1707
+ msgstr ""
1708
+
1709
+ msgid "Slides"
1710
+ msgstr ""
1711
+
1712
+ msgid "Slides design"
1713
+ msgstr ""
1714
+
1715
+ msgid "Slide background image fill"
1716
+ msgstr ""
1717
+
1718
+ msgid ""
1719
+ "If the size of your image is not the same as your slider's, you can improve "
1720
+ "the result with the filling modes."
1721
+ msgstr ""
1722
+
1723
+ msgid "Background Blur"
1724
+ msgstr ""
1725
+
1726
+ msgid "Randomize"
1727
+ msgstr ""
1728
+
1729
+ msgid "Randomize slides"
1730
+ msgstr ""
1731
+
1732
+ msgid "Randomize first"
1733
+ msgstr ""
1734
+
1735
+ msgid "Cache support"
1736
+ msgstr ""
1737
+
1738
+ msgid "Cache variations"
1739
+ msgstr ""
1740
+
1741
+ msgid "Reverse"
1742
+ msgstr ""
1743
+
1744
+ msgid "You can make your slides appear in the slider in a reversed order."
1745
+ msgstr ""
1746
+
1747
+ msgid "Max count"
1748
+ msgstr ""
1749
+
1750
+ msgid ""
1751
+ "You can limit how many slides you want to show from your slider. It's best "
1752
+ "used with the Randomize feature, to improve the experience."
1753
+ msgstr ""
1754
+
1755
+ msgid "Maintain session"
1756
+ msgstr ""
1757
+
1758
+ msgid ""
1759
+ "The slider continues from the last viewed slide when the visitor comes back "
1760
+ "to the page."
1761
+ msgstr ""
1762
+
1763
+ msgid "Backgrounds in lightbox"
1764
+ msgstr ""
1765
+
1766
+ msgid ""
1767
+ "Creates a lightbox from your slide background images. This feature only "
1768
+ "works if all slides have background images."
1769
+ msgstr ""
1770
+
1771
+ msgid "Show label"
1772
+ msgstr ""
1773
+
1774
+ msgid "Only slide name"
1775
+ msgstr ""
1776
+
1777
+ msgid "Slide name and description"
1778
+ msgstr ""
1779
+
1780
+ msgid "Background parallax"
1781
+ msgstr ""
1782
+
1783
+ msgid "Strength"
1784
+ msgstr ""
1785
+
1786
+ msgid "Super soft"
1787
+ msgstr ""
1788
+
1789
+ msgid "Soft"
1790
+ msgstr ""
1791
+
1792
+ msgid "Strong"
1793
+ msgstr ""
1794
+
1795
+ msgid "Super strong"
1796
+ msgstr ""
1797
+
1798
+ msgid "Generator created."
1799
+ msgstr ""
1800
+
1801
+ msgid "Generator updated and cache cleared."
1802
+ msgstr ""
1803
+
1804
+ msgid "Generator group not found"
1805
+ msgstr ""
1806
+
1807
+ msgid "Generator source not found"
1808
+ msgstr ""
1809
+
1810
+ msgid "No records found for the filter"
1811
+ msgstr ""
1812
+
1813
+ msgid "Authentication successful."
1814
+ msgstr ""
1815
+
1816
+ msgid "Not installed"
1817
+ msgstr ""
1818
+
1819
+ msgid "Visit"
1820
+ msgstr ""
1821
+
1822
+ msgid "Add dynamic slides"
1823
+ msgstr ""
1824
+
1825
+ msgid "Configure"
1826
+ msgstr ""
1827
+
1828
+ msgid "Add"
1829
+ msgstr ""
1830
+
1831
+ msgid "Generator"
1832
+ msgstr ""
1833
+
1834
+ msgid "How to upgrade to Smart Slider 3 Pro?"
1835
+ msgstr ""
1836
+
1837
+ #, php-format
1838
+ msgid ""
1839
+ "After making your purchase, %1$slog in to your account%3$s and download the "
1840
+ "Pro installer. To get started with Smart Slider 3 Pro, simply %2$sinstall it "
1841
+ "on your website%3$s."
1842
+ msgstr ""
1843
+
1844
+ msgid "Download Pro"
1845
+ msgstr ""
1846
+
1847
+ msgid ""
1848
+ "Feel free to remove the Free version, as you no longer need it. Your sliders "
1849
+ "will stay!"
1850
+ msgstr ""
1851
+
1852
+ msgid "Ready to go Pro?"
1853
+ msgstr ""
1854
+
1855
+ msgid "Supercharge Smart Slider 3 with powerful functionality!"
1856
+ msgstr ""
1857
+
1858
+ msgid "Already purchased?"
1859
+ msgstr ""
1860
+
1861
+ msgid "Get started with the Pro version now!"
1862
+ msgstr ""
1863
+
1864
+ #, php-format
1865
+ msgid "Unable to connect to the API (%s)."
1866
+ msgstr ""
1867
+
1868
+ msgid "See <b>Debug Information</b> for more details!"
1869
+ msgstr ""
1870
+
1871
+ msgid "Successful connection with the API."
1872
+ msgstr ""
1873
+
1874
+ msgid "Welcome to Help Center"
1875
+ msgstr ""
1876
+
1877
+ msgid ""
1878
+ "To help you get started, we've put together a super tutorial video that "
1879
+ "shows you the basic settings."
1880
+ msgstr ""
1881
+
1882
+ msgid "Possible conflicts"
1883
+ msgstr ""
1884
+
1885
+ msgid "Test connection"
1886
+ msgstr ""
1887
+
1888
+ msgid "No conflicts detected."
1889
+ msgstr ""
1890
+
1891
+ msgid "Hello! How can we help you today?"
1892
+ msgstr ""
1893
+
1894
+ msgid "Search in the knowledge base"
1895
+ msgstr ""
1896
+
1897
+ msgid "Documentation"
1898
+ msgstr ""
1899
+
1900
+ msgid ""
1901
+ "To get started with Smart Slider 3, please refer to this guide for "
1902
+ "downloading, installing, and using."
1903
+ msgstr ""
1904
+
1905
+ msgid "Email support"
1906
+ msgstr ""
1907
+
1908
+ msgid ""
1909
+ "Need one-to-one assistance? Get in touch with our Support team! We'd love "
1910
+ "the opportunity to help you."
1911
+ msgstr ""
1912
+
1913
+ msgid "Tutorial videos"
1914
+ msgstr ""
1915
+
1916
+ msgid ""
1917
+ "Check our video tutorials which cover everything you need to know about "
1918
+ "Smart Slider 3."
1919
+ msgstr ""
1920
+
1921
+ msgid "Selected articles"
1922
+ msgstr ""
1923
+
1924
+ msgid "Debug information"
1925
+ msgstr ""
1926
+
1927
+ #, php-format
1928
+ msgid "%s or later"
1929
+ msgstr ""
1930
+
1931
+ msgid "You are using an unsupported browser!"
1932
+ msgstr ""
1933
+
1934
+ #, php-format
1935
+ msgid ""
1936
+ "Smart Slider 3 does not support your current browser for editing. Supported "
1937
+ "browsers are the following: %s."
1938
+ msgstr ""
1939
+
1940
+ msgid "Help center"
1941
+ msgstr ""
1942
+
1943
+ msgid "Help"
1944
+ msgstr ""
1945
+
1946
+ msgid "Read more"
1947
+ msgstr ""
1948
+
1949
+ msgid "Need more?"
1950
+ msgstr ""
1951
+
1952
+ msgid "Unlock all the pro features by upgrading to Smart Slider 3 Pro."
1953
+ msgstr ""
1954
+
1955
+ msgid "Changelog"
1956
+ msgstr ""
1957
+
1958
+ msgid "Check for update"
1959
+ msgstr ""
1960
+
1961
+ msgid "Check"
1962
+ msgstr ""
1963
+
1964
+ msgid "Your license is active"
1965
+ msgstr ""
1966
+
1967
+ msgid "Deactivate license"
1968
+ msgstr ""
1969
+
1970
+ msgid "Activate your license"
1971
+ msgstr ""
1972
+
1973
+ msgid "Don’t miss any update"
1974
+ msgstr ""
1975
+
1976
+ msgid "Let us know how we're doing"
1977
+ msgstr ""
1978
+
1979
+ msgid ""
1980
+ "If you are happy with Smart Slider 3 and can take a minute please leave a "
1981
+ "review. This will help to spread its popularity and to make this plugin a "
1982
+ "better one."
1983
+ msgstr ""
1984
+
1985
+ msgid "Rate your experience"
1986
+ msgstr ""
1987
+
1988
+ msgid "Hated it"
1989
+ msgstr ""
1990
+
1991
+ msgid "Disliked it"
1992
+ msgstr ""
1993
+
1994
+ msgid "It was ok"
1995
+ msgstr ""
1996
+
1997
+ msgid "Liked it"
1998
+ msgstr ""
1999
+
2000
+ msgid "Loved it"
2001
+ msgstr ""
2002
+
2003
+ msgid "Why upgrade to Smart Slider 3 Pro?"
2004
+ msgstr ""
2005
+
2006
+ #, php-format
2007
+ msgid "%d+ slider templates"
2008
+ msgstr ""
2009
+
2010
+ msgid "Full slide library access"
2011
+ msgstr ""
2012
+
2013
+ #, php-format
2014
+ msgid "%d new layers"
2015
+ msgstr ""
2016
+
2017
+ msgid "Extra advanced options"
2018
+ msgstr ""
2019
+
2020
+ msgid "New animations & effects"
2021
+ msgstr ""
2022
+
2023
+ msgid "Lifetime update & support"
2024
+ msgstr ""
2025
+
2026
+ msgid "Apply"
2027
+ msgstr ""
2028
+
2029
+ msgid "Back"
2030
+ msgstr ""
2031
+
2032
+ msgid "Import"
2033
+ msgstr ""
2034
+
2035
+ msgid "Layers"
2036
+ msgstr ""
2037
+
2038
+ msgid "Library"
2039
+ msgstr ""
2040
+
2041
+ msgid "Absolute"
2042
+ msgstr ""
2043
+
2044
+ msgctxt "Layer group"
2045
+ msgid "Basic"
2046
+ msgstr ""
2047
+
2048
+ msgid "Inner align"
2049
+ msgstr ""
2050
+
2051
+ msgid "Positions the layers inside horizontally."
2052
+ msgstr ""
2053
+
2054
+ msgid "Vertical align"
2055
+ msgstr ""
2056
+
2057
+ msgid "Positions the layers inside vertically."
2058
+ msgstr ""
2059
+
2060
+ msgid "Target window"
2061
+ msgstr ""
2062
+
2063
+ msgid "Background image"
2064
+ msgstr ""
2065
+
2066
+ msgid "Focus"
2067
+ msgstr ""
2068
+
2069
+ msgid ""
2070
+ "You can set the starting position of a background image. This makes sure "
2071
+ "that the selected part will always remain visible, so you should pick the "
2072
+ "most important part."
2073
+ msgstr ""
2074
+
2075
+ msgid "Background"
2076
+ msgstr ""
2077
+
2078
+ msgid "Gradient"
2079
+ msgstr ""
2080
+
2081
+ msgid "Color end"
2082
+ msgstr ""
2083
+
2084
+ msgid "Position"
2085
+ msgstr ""
2086
+
2087
+ msgid "The editing mode the layer is positioned in."
2088
+ msgstr ""
2089
+
2090
+ msgid "Positions the layer horizontally within its parent."
2091
+ msgstr ""
2092
+
2093
+ msgid "You can set a fix height for your layer."
2094
+ msgstr ""
2095
+
2096
+ msgid "With margins you can create distance between your layers."
2097
+ msgstr ""
2098
+
2099
+ msgid "Responsive"
2100
+ msgstr ""
2101
+
2102
+ msgid "Linked to"
2103
+ msgstr ""
2104
+
2105
+ msgid ""
2106
+ "You can link your layer to another layer on the same level. This way your "
2107
+ "layer won't be positioned to the slide, but the other layer."
2108
+ msgstr ""
2109
+
2110
+ msgid "Hide when variable empty"
2111
+ msgstr ""
2112
+
2113
+ msgid "Text scale"
2114
+ msgstr ""
2115
+
2116
+ msgid "Device specific settings"
2117
+ msgstr ""
2118
+
2119
+ msgid "Clear"
2120
+ msgstr ""
2121
+
2122
+ msgid "Erases all device specific changes you made on the current device."
2123
+ msgstr ""
2124
+
2125
+ msgid "Effect"
2126
+ msgstr ""
2127
+
2128
+ msgid "Parallax"
2129
+ msgstr ""
2130
+
2131
+ msgid "More parallax options in slider settings -> Layer animations tab."
2132
+ msgstr ""
2133
+
2134
+ msgid "Crop"
2135
+ msgstr ""
2136
+
2137
+ msgid "Mask"
2138
+ msgstr ""
2139
+
2140
+ msgid "If your content is larger than the layer, you can crop it to fit."
2141
+ msgstr ""
2142
+
2143
+ msgid "Rotation"
2144
+ msgstr ""
2145
+
2146
+ msgid "CSS Class"
2147
+ msgstr ""
2148
+
2149
+ msgid "You can add a custom CSS class on the layer container."
2150
+ msgstr ""
2151
+
2152
+ msgid "Content background"
2153
+ msgstr ""
2154
+
2155
+ msgid "Spacing"
2156
+ msgstr ""
2157
+
2158
+ msgid "Typography"
2159
+ msgstr ""
2160
+
2161
+ msgid ""
2162
+ "You can select a font family from the preset, or type your custom family."
2163
+ msgstr ""
2164
+
2165
+ msgid ""
2166
+ "Need to change the font size device specifically? Use the Text scale option."
2167
+ msgstr ""
2168
+
2169
+ msgid "Columns"
2170
+ msgstr ""
2171
+
2172
+ msgid "Gutter"
2173
+ msgstr ""
2174
+
2175
+ msgid "Creates space between the columns"
2176
+ msgstr ""
2177
+
2178
+ msgid "Wrap after"
2179
+ msgstr ""
2180
+
2181
+ msgid "Breaks the columns to the given amount of rows."
2182
+ msgstr ""
2183
+
2184
+ msgid "Makes the row fill the available vertical space"
2185
+ msgstr ""
2186
+
2187
+ msgid "Slide title"
2188
+ msgstr ""
2189
+
2190
+ msgid "Description"
2191
+ msgstr ""
2192
+
2193
+ msgid "Thumbnail alt"
2194
+ msgstr ""
2195
+
2196
+ msgid "Custom lightbox image"
2197
+ msgstr ""
2198
+
2199
+ msgid "Published"
2200
+ msgstr ""
2201
+
2202
+ msgid "Publish on"
2203
+ msgstr ""
2204
+
2205
+ msgid "Unpublish on"
2206
+ msgstr ""
2207
+
2208
+ msgid "Thumbnail type"
2209
+ msgstr ""
2210
+
2211
+ msgid "Video"
2212
+ msgstr ""
2213
+
2214
+ msgid ""
2215
+ "If you have a video on your slide, you can put a play icon on the thumbnail "
2216
+ "image to indicate that."
2217
+ msgstr ""
2218
+
2219
+ #, php-format
2220
+ msgid ""
2221
+ "Video autoplaying has a lot of limitations made by browsers. %1$sLearn about "
2222
+ "them.%2$s"
2223
+ msgstr ""
2224
+
2225
+ msgid "Slide background video"
2226
+ msgstr ""
2227
+
2228
+ msgid "Restart on slide change"
2229
+ msgstr ""
2230
+
2231
+ msgid "Starts the video from the beginning when the slide is viewed again."
2232
+ msgstr ""
2233
+
2234
+ msgid "Slide background"
2235
+ msgstr ""
2236
+
2237
+ msgid ""
2238
+ "Select a background image for the slide. By clicking the small screen icon, "
2239
+ "you can pick different images for different devices."
2240
+ msgstr ""
2241
+
2242
+ #, php-format
2243
+ msgid ""
2244
+ "Please read %1$sour detailed guide%2$s about setting your own slide "
2245
+ "background correctly."
2246
+ msgstr ""
2247
+
2248
+ msgid "Background blur"
2249
+ msgstr ""
2250
+
2251
+ msgid "Blur"
2252
+ msgstr ""
2253
+
2254
+ msgid "Overlay"
2255
+ msgstr ""
2256
+
2257
+ msgid "Puts the color in front of the image."
2258
+ msgstr ""
2259
+
2260
+ msgid "SEO"
2261
+ msgstr ""
2262
+
2263
+ msgid "Image alt"
2264
+ msgstr ""
2265
+
2266
+ msgid "Image title"
2267
+ msgstr ""
2268
+
2269
+ msgctxt "Layer animation"
2270
+ msgid "In"
2271
+ msgstr ""
2272
+
2273
+ msgctxt "Layer animation"
2274
+ msgid "Out"
2275
+ msgstr ""
2276
+
2277
+ msgctxt "Layer animation"
2278
+ msgid "Events"
2279
+ msgstr ""
2280
+
2281
+ msgid "Plays in when"
2282
+ msgstr ""
2283
+
2284
+ msgid "Plays out when"
2285
+ msgstr ""
2286
+
2287
+ msgid "Plays loop when"
2288
+ msgstr ""
2289
+
2290
+ msgid "Pauses loop when"
2291
+ msgstr ""
2292
+
2293
+ msgid "Stops loop when"
2294
+ msgstr ""
2295
+
2296
+ msgid "Repeatable"
2297
+ msgstr ""
2298
+
2299
+ msgid "Allows the layer animations to play more than once."
2300
+ msgstr ""
2301
+
2302
+ msgid "Start delay"
2303
+ msgstr ""
2304
+
2305
+ msgid "End delay"
2306
+ msgstr ""
2307
+
2308
+ msgid "Repeat loop only"
2309
+ msgstr ""
2310
+
2311
+ msgid "Allows the stopped loop to start again."
2312
+ msgstr ""
2313
+
2314
+ msgid "Trigger custom event on"
2315
+ msgstr ""
2316
+
2317
+ msgid "Click"
2318
+ msgstr ""
2319
+
2320
+ msgid "Mouse enter"
2321
+ msgstr ""
2322
+
2323
+ msgid "Mouse leave"
2324
+ msgstr ""
2325
+
2326
+ msgid "Media started"
2327
+ msgstr ""
2328
+
2329
+ msgid "Media paused"
2330
+ msgstr ""
2331
+
2332
+ msgid "Media stopped"
2333
+ msgstr ""
2334
+
2335
+ msgid "Duration"
2336
+ msgstr ""
2337
+
2338
+ msgid "Delay"
2339
+ msgstr ""
2340
+
2341
+ msgid "Easing"
2342
+ msgstr ""
2343
+
2344
+ msgid "Offset"
2345
+ msgstr ""
2346
+
2347
+ msgid "Rotate"
2348
+ msgstr ""
2349
+
2350
+ msgid "Scale"
2351
+ msgstr ""
2352
+
2353
+ msgid "Skew"
2354
+ msgstr ""
2355
+
2356
+ msgid "Transform origin"
2357
+ msgstr ""
2358
+
2359
+ msgid ""
2360
+ "Makes the last keyframe to be the origin of the layer animation, instead of "
2361
+ "its canvas position."
2362
+ msgstr ""
2363
+
2364
+ msgid "Repeat count"
2365
+ msgstr ""
2366
+
2367
+ msgid "loops"
2368
+ msgstr ""
2369
+
2370
+ msgid ""
2371
+ "You can restrict the loop to play only a certain amount of loops, instead of "
2372
+ "infinite."
2373
+ msgstr ""
2374
+
2375
+ msgctxt "Animation"
2376
+ msgid "Slide"
2377
+ msgstr ""
2378
+
2379
+ msgid "Curtains"
2380
+ msgstr ""
2381
+
2382
+ msgid "Diagonal"
2383
+ msgstr ""
2384
+
2385
+ msgid "Circle"
2386
+ msgstr ""
2387
+
2388
+ msgid "From"
2389
+ msgstr ""
2390
+
2391
+ msgid "To"
2392
+ msgstr ""
2393
+
2394
+ msgid "Fade"
2395
+ msgstr ""
2396
+
2397
+ msgid "Scale up"
2398
+ msgstr ""
2399
+
2400
+ msgid "Scale down"
2401
+ msgstr ""
2402
+
2403
+ msgid "Static overlay"
2404
+ msgstr ""
2405
+
2406
+ msgid "First slide"
2407
+ msgstr ""
2408
+
2409
+ msgid "Unpublished"
2410
+ msgstr ""
2411
+
2412
+ msgid "Bulk actions"
2413
+ msgstr ""
2414
+
2415
+ msgid "Select all"
2416
+ msgstr ""
2417
+
2418
+ msgid "Select none"
2419
+ msgstr ""
2420
+
2421
+ msgid "Select published"
2422
+ msgstr ""
2423
+
2424
+ msgid "Select unpublished"
2425
+ msgstr ""
2426
+
2427
+ msgid "Blank"
2428
+ msgstr ""
2429
+
2430
+ msgid "Post"
2431
+ msgstr ""
2432
+
2433
+ msgid "Dynamic slides"
2434
+ msgstr ""
2435
+
2436
+ msgid "Add slide"
2437
+ msgstr ""
2438
+
2439
+ msgid "Block must contain only one slide. Need more?"
2440
+ msgstr ""
2441
+
2442
+ msgid "Convert to slider"
2443
+ msgstr ""
2444
+
2445
+ msgid "Slide one"
2446
+ msgstr ""
2447
+
2448
+ msgid "Slide two"
2449
+ msgstr ""
2450
+
2451
+ msgid "Drop images here"
2452
+ msgstr ""
2453
+
2454
+ msgid "Search Project"
2455
+ msgstr ""
2456
+
2457
+ msgid "View trash"
2458
+ msgstr ""
2459
+
2460
+ msgid "Order by"
2461
+ msgstr ""
2462
+
2463
+ msgid "Manual order"
2464
+ msgstr ""
2465
+
2466
+ msgid "A-Z"
2467
+ msgstr ""
2468
+
2469
+ msgid "Z-A"
2470
+ msgstr ""
2471
+
2472
+ msgid "Newest first"
2473
+ msgstr ""
2474
+
2475
+ msgid "Oldest first"
2476
+ msgstr ""
2477
+
2478
+ msgid "Export"
2479
+ msgstr ""
2480
+
2481
+ msgid "Show"
2482
+ msgstr ""
2483
+
2484
+ #, php-format
2485
+ msgid "Showing %s to %s of %s projects"
2486
+ msgstr ""
2487
+
2488
+ msgid "No projects to show"
2489
+ msgstr ""
2490
+
2491
+ msgid "New project"
2492
+ msgstr ""
2493
+
2494
+ msgid "Sorry we couldn’t find any matches"
2495
+ msgstr ""
2496
+
2497
+ msgid "Please try searching with another term."
2498
+ msgstr ""
2499
+
2500
+ #, php-format
2501
+ msgid "Showing %s results for %s."
2502
+ msgstr ""
2503
+
2504
+ msgid "Module"
2505
+ msgstr ""
2506
+
2507
+ msgid "Displays the slider in a template module position."
2508
+ msgstr ""
2509
+
2510
+ msgid "Create module"
2511
+ msgstr ""
2512
+
2513
+ msgid "Related modules"
2514
+ msgstr ""
2515
+
2516
+ msgid "Articles"
2517
+ msgstr ""
2518
+
2519
+ msgid "Paste the code into article:"
2520
+ msgstr ""
2521
+
2522
+ msgid "PHP code"
2523
+ msgstr ""
2524
+
2525
+ msgid "Paste the PHP code into source code:"
2526
+ msgstr ""
2527
+
2528
+ msgid "Shortcode"
2529
+ msgstr ""
2530
+
2531
+ msgid "Copy and paste this shortcode into your posts or pages:"
2532
+ msgstr ""
2533
+
2534
+ msgid "Pages and Posts"
2535
+ msgstr ""
2536
+
2537
+ #, php-format
2538
+ msgid "Smart Slider 3 has integration with %s."
2539
+ msgstr ""
2540
+
2541
+ msgid "Paste the PHP code into your theme's file:"
2542
+ msgstr ""
2543
+
2544
+ msgid "Trash is empty."
2545
+ msgstr ""
2546
+
2547
+ msgid "Restore"
2548
+ msgstr ""
2549
+
2550
+ msgid "Toggle orientation"
2551
+ msgstr ""
2552
+
2553
+ msgid "Reload preview"
2554
+ msgstr ""
2555
+
2556
+ msgid "Open preview in full"
2557
+ msgstr ""
2558
+
2559
+ msgid "State"
2560
+ msgstr ""
2561
+
2562
+ msgid "Reason"
2563
+ msgstr ""
2564
+
2565
+ msgid "Framework"
2566
+ msgstr ""
2567
+
2568
+ msgid "Fonts"
2569
+ msgstr ""
2570
+
2571
+ msgid "Layer defaults"
2572
+ msgstr ""
2573
+
2574
+ msgid "Generators"
2575
+ msgstr ""
2576
+
2577
+ msgid "Saved and slider cache invalidated."
2578
+ msgstr ""
2579
+
2580
+ msgid "Cache cleared."
2581
+ msgstr ""
2582
+
2583
+ msgid "Clear cache"
2584
+ msgstr ""
2585
+
2586
+ msgid "Clear cache options"
2587
+ msgstr ""
2588
+
2589
+ msgid "Delete resized image cache"
2590
+ msgstr ""
2591
+
2592
+ #, php-format
2593
+ msgid "If enabled the following folder will be <b>permanently deleted</b>: %s"
2594
+ msgstr ""
2595
+
2596
+ msgid "Configuration"
2597
+ msgstr ""
2598
+
2599
+ #, php-format
2600
+ msgid ""
2601
+ "Here you can configure the default font your layers have, and the dropdown "
2602
+ "list of the fonts. Google Fonts are recognized automatically, but you can "
2603
+ "use your own custom fonts, too. %1$sLearn how to do that.%2$s"
2604
+ msgstr ""
2605
+
2606
+ msgid "Default family"
2607
+ msgstr ""
2608
+
2609
+ msgid "This font family is used for the newly added layers."
2610
+ msgstr ""
2611
+
2612
+ msgid "Preset font families"
2613
+ msgstr ""
2614
+
2615
+ msgid "These font families appear in the dropdown list."
2616
+ msgstr ""
2617
+
2618
+ msgid "Use protocol-relative URL"
2619
+ msgstr ""
2620
+
2621
+ msgid "Loads the URLs without a http or https protocol."
2622
+ msgstr ""
2623
+
2624
+ msgid "Header preload"
2625
+ msgstr ""
2626
+
2627
+ msgid ""
2628
+ "If the slider is an important part of your site, tell the browser to preload "
2629
+ "its files."
2630
+ msgstr ""
2631
+
2632
+ msgid "English UI"
2633
+ msgstr ""
2634
+
2635
+ msgid ""
2636
+ "You can keep using Smart Slider 3 in English, even if your backend isn't in "
2637
+ "English."
2638
+ msgstr ""
2639
+
2640
+ msgid "Improved frontend accessibility"
2641
+ msgstr ""
2642
+
2643
+ msgid ""
2644
+ "Keeps the clicked element (like a button) in focus unless the focus is "
2645
+ "changed by clicking away."
2646
+ msgstr ""
2647
+
2648
+ msgid "Script attributes"
2649
+ msgstr ""
2650
+
2651
+ msgid "Slider's inline JavaScript"
2652
+ msgstr ""
2653
+
2654
+ msgid "Head"
2655
+ msgstr ""
2656
+
2657
+ msgid "Into the slider"
2658
+ msgstr ""
2659
+
2660
+ msgid "Async non-primary CSS"
2661
+ msgstr ""
2662
+
2663
+ msgid ""
2664
+ "Google Fonts, icon and lightbox CSS are loaded in a non-blocking way. "
2665
+ "Disable if you see missing icons, fonts or styles."
2666
+ msgstr ""
2667
+
2668
+ msgid "Load Font Awesome 4"
2669
+ msgstr ""
2670
+
2671
+ msgid "API requests"
2672
+ msgstr ""
2673
+
2674
+ #, php-format
2675
+ msgctxt "Curl"
2676
+ msgid "Use %s"
2677
+ msgstr ""
2678
+
2679
+ #, php-format
2680
+ msgctxt "curl proxy"
2681
+ msgid "Clean %s"
2682
+ msgstr ""
2683
+
2684
+ msgid "General settings"
2685
+ msgstr ""
2686
+
2687
+ msgid "Automatic update check"
2688
+ msgstr ""
2689
+
2690
+ msgid "Alternative save slide"
2691
+ msgstr ""
2692
+
2693
+ msgid ""
2694
+ "If you experience problems during the save this option might solve them."
2695
+ msgstr ""
2696
+
2697
+ msgid "Preview in new window"
2698
+ msgstr ""
2699
+
2700
+ msgid "Lightbox videos in new tab on Mobile"
2701
+ msgstr ""
2702
+
2703
+ msgid ""
2704
+ "Opens the lightbox videos in the YouTube app to avoid the mobile disabling "
2705
+ "the video."
2706
+ msgstr ""
2707
+
2708
+ msgid "YouTube and Vimeo privacy enhanced mode"
2709
+ msgstr ""
2710
+
2711
+ msgid "Smooth scroll speed"
2712
+ msgstr ""
2713
+
2714
+ msgid "Editor - additional CSS files"
2715
+ msgstr ""
2716
+
2717
+ msgid ""
2718
+ "You can call your own CSS files to our backend, for example, to be able to "
2719
+ "use custom fonts. Write each URL to a new line."
2720
+ msgstr ""
2721
+
2722
+ msgid "WordPress settings"
2723
+ msgstr ""
2724
+
2725
+ msgid "Show editor icon"
2726
+ msgstr ""
2727
+
2728
+ msgid "Show in admin bar"
2729
+ msgstr ""
2730
+
2731
+ msgid "YOAST SEO sitemap - add images"
2732
+ msgstr ""
2733
+
2734
+ msgid "Create widget area"
2735
+ msgstr ""
2736
+
2737
+ msgid "widget area(s)"
2738
+ msgstr ""
2739
+
2740
+ msgid ""
2741
+ "Creates new widget areas which you can place to your theme for easy "
2742
+ "publishing."
2743
+ msgstr ""
2744
+
2745
+ msgid "Use iframe in AJAX calls"
2746
+ msgstr ""
2747
+
2748
+ msgid ""
2749
+ "Loads the slider using an iframe when the page is loaded via AJAX to avoid "
2750
+ "problems."
2751
+ msgstr ""
2752
+
2753
+ msgid "Joomla settings"
2754
+ msgstr ""
2755
+
2756
+ msgid "Force RTL backend"
2757
+ msgstr ""
2758
+
2759
+ msgid "Run content plugins on sliders"
2760
+ msgstr ""
2761
+
2762
+ msgid "Exclude plugins"
2763
+ msgstr ""
2764
+
2765
+ msgid ""
2766
+ "At each slider you can override the global breakpoints with local values."
2767
+ msgstr ""
2768
+
2769
+ msgid "Focus offset"
2770
+ msgstr ""
2771
+
2772
+ msgid ""
2773
+ "This option is used at the full page layout to decrease the slider height. "
2774
+ "The \"Scroll to slider\" option also uses this option to determine where to "
2775
+ "scroll the slider."
2776
+ msgstr ""
2777
+
2778
+ msgid "Translate url"
2779
+ msgstr ""
2780
+
2781
+ msgid ""
2782
+ "You can change the frontend URL our assets are loading from. It can be "
2783
+ "useful after moving to a new domain."
2784
+ msgstr ""
2785
+
2786
+ msgid "The old URL you want to replace. E.g. https://oldsite.com/"
2787
+ msgstr ""
2788
+
2789
+ msgid "The new URL you want to use. E.g. https://newsite.com"
2790
+ msgstr ""
2791
+
2792
+ msgid "Slider restored."
2793
+ msgstr ""
2794
+
2795
+ msgid "Slider permanently deleted."
2796
+ msgstr ""
2797
+
2798
+ msgid "Slider created."
2799
+ msgstr ""
2800
+
2801
+ msgid "Slider renamed."
2802
+ msgstr ""
2803
+
2804
+ msgid "Slider saved."
2805
+ msgstr ""
2806
+
2807
+ #, php-format
2808
+ msgid "Import url is not valid: %s"
2809
+ msgstr ""
2810
+
2811
+ msgid "License key required for premium features!"
2812
+ msgstr ""
2813
+
2814
+ msgid "Slider imported."
2815
+ msgstr ""
2816
+
2817
+ msgid "Import error!"
2818
+ msgstr ""
2819
+
2820
+ msgid "Slide duplicated."
2821
+ msgstr ""
2822
+
2823
+ #, php-format
2824
+ msgid "%s slider type is not available."
2825
+ msgstr ""
2826
+
2827
+ msgid "Groups are only available in the Pro version."
2828
+ msgstr ""
2829
+
2830
+ msgid "Slider moved to the trash."
2831
+ msgstr ""
2832
+
2833
+ msgid "Slider removed from the group."
2834
+ msgstr ""
2835
+
2836
+ msgid "Slider duplicated."
2837
+ msgstr ""
2838
+
2839
+ msgid "Slider settings"
2840
+ msgstr ""
2841
+
2842
+ msgid "Delete slider"
2843
+ msgstr ""
2844
+
2845
+ msgid "Edit slide"
2846
+ msgstr ""
2847
+
2848
+ msgid "Delete slide"
2849
+ msgstr ""
2850
+
2851
+ msgid "Ordering"
2852
+ msgstr ""
2853
+
2854
+ msgid "Video url"
2855
+ msgstr ""
2856
+
2857
+ msgid "Actions"
2858
+ msgstr ""
2859
+
2860
+ #, php-format
2861
+ msgid "Export %1$s as HTML"
2862
+ msgstr ""
2863
+
2864
+ msgid "Duplicate slider"
2865
+ msgstr ""
2866
+
2867
+ msgid "Simple edit"
2868
+ msgstr ""
2869
+
2870
+ msgid "Slider order saved."
2871
+ msgstr ""
2872
+
2873
+ msgid "Slider(s) moved to the trash."
2874
+ msgstr ""
2875
+
2876
+ msgid "Slider(s) removed from the group."
2877
+ msgstr ""
2878
+
2879
+ msgid "Slider(s) deleted permanently from the trash."
2880
+ msgstr ""
2881
+
2882
+ #, php-format
2883
+ msgid ""
2884
+ "Your server has an upload file limit at %s, so if you have bigger export "
2885
+ "file, please use the local import file method."
2886
+ msgstr ""
2887
+
2888
+ msgid "You have to unzip your "
2889
+ msgstr ""
2890
+
2891
+ msgid "Only *.ss3 files can be uploaded!"
2892
+ msgstr ""
2893
+
2894
+ msgid "The imported file is not readable!"
2895
+ msgstr ""
2896
+
2897
+ msgid "Go to dashboard"
2898
+ msgstr ""
2899
+
2900
+ msgid "Welcome to Smart Slider 3"
2901
+ msgstr ""
2902
+
2903
+ msgid "Don't show again"
2904
+ msgstr ""
2905
+
2906
+ msgid "Import project"
2907
+ msgstr ""
2908
+
2909
+ msgid "You can upload *.ss3 files which were exported by Smart Slider 3."
2910
+ msgstr ""
2911
+
2912
+ msgid "Local import"
2913
+ msgstr ""
2914
+
2915
+ msgid "Upload file"
2916
+ msgstr ""
2917
+
2918
+ #, php-format
2919
+ msgid ""
2920
+ "Your server's upload filesize limitation is %s, so if your file is bigger, "
2921
+ "use the local import."
2922
+ msgstr ""
2923
+
2924
+ msgid "File"
2925
+ msgstr ""
2926
+
2927
+ #, php-format
2928
+ msgid "Files with <i>.ss3</i> extension are listed from: %s"
2929
+ msgstr ""
2930
+
2931
+ msgid "Delete file"
2932
+ msgstr ""
2933
+
2934
+ msgid "Removes the selected .ss3 file from your sever after the import."
2935
+ msgstr ""
2936
+
2937
+ msgid "Restore slider"
2938
+ msgstr ""
2939
+
2940
+ msgid ""
2941
+ "The imported slider will have the same ID as the original export has. If you "
2942
+ "have a slider with the same ID, it will be overwritten."
2943
+ msgstr ""
2944
+
2945
+ msgid "Image mode"
2946
+ msgstr ""
2947
+
2948
+ msgid "Clone"
2949
+ msgstr ""
2950
+
2951
+ msgid "Old site url"
2952
+ msgstr ""
2953
+
2954
+ msgid "Original"
2955
+ msgstr ""
2956
+
2957
+ msgid "You can choose how the slide images are loaded."
2958
+ msgstr ""
2959
+
2960
+ msgid "Trash"
2961
+ msgstr ""
2962
+
2963
+ msgid "Empty trash"
2964
+ msgstr ""
2965
+
2966
+ msgid "Slide saved."
2967
+ msgstr ""
2968
+
2969
+ #, php-format
2970
+ msgid "%d static slides generated."
2971
+ msgstr ""
2972
+
2973
+ msgid "Slide renamed."
2974
+ msgstr ""
2975
+
2976
+ msgid "First slide changed."
2977
+ msgstr ""
2978
+
2979
+ msgid "Static overlay converted to slide."
2980
+ msgstr ""
2981
+
2982
+ msgid "Slide published."
2983
+ msgstr ""
2984
+
2985
+ msgid "Slide unpublished."
2986
+ msgstr ""
2987
+
2988
+ msgid "Slide order saved."
2989
+ msgstr ""
2990
+
2991
+ msgid "Slide(s) copied."
2992
+ msgstr ""
2993
+
2994
+ msgid "Slide deleted."
2995
+ msgstr ""
2996
+
2997
+ msgid "Slides created."
2998
+ msgstr ""
2999
+
3000
+ msgid "Slide created."
3001
+ msgstr ""
3002
+
3003
+ msgid "Failed to create slides."
3004
+ msgstr ""
3005
+
3006
+ msgid "Static save"
3007
+ msgstr ""
3008
+
3009
+ msgid "Generator settings"
3010
+ msgstr ""
3011
+
3012
+ msgid "Cache expiration"
3013
+ msgstr ""
3014
+
3015
+ msgid "Hours"
3016
+ msgstr "Timmar"
3017
+
3018
+ msgid "Start index"
3019
+ msgstr ""
3020
+
3021
+ msgid "Group result"
3022
+ msgstr ""
3023
+
3024
+ msgid "Smart Slider 3 deactivated on this site!"
3025
+ msgstr ""
3026
+
3027
+ msgid "New slider"
3028
+ msgstr ""
3029
+
3030
+ msgid "Alias removed"
3031
+ msgstr ""
3032
+
3033
+ msgid "Alias must contain one or more letters"
3034
+ msgstr ""
3035
+
3036
+ #, php-format
3037
+ msgid "Alias updated to: %s"
3038
+ msgstr ""
3039
+
3040
+ msgid "Background animation"
3041
+ msgstr ""
3042
+
3043
+ msgid "Animation type"
3044
+ msgstr ""
3045
+
3046
+ msgid "The importing failed at the unzipping part."
3047
+ msgstr ""
3048
+
3049
+ msgid "You can't import sliders from Smart Slider 2."
3050
+ msgstr ""
3051
+
3052
+ msgid "Export file corrupted! Slider data is missing."
3053
+ msgstr ""
3054
+
3055
+ msgid "Learn more"
3056
+ msgstr ""
3057
+
3058
+ #, php-format
3059
+ msgid "Increase %1$s in php.ini to 1000 or more. Current value: %2$s"
3060
+ msgstr ""
3061
+
3062
+ #, php-format
3063
+ msgid ""
3064
+ "Decrease %1$s below 15 in php.ini to prevent fatal errors on plugin updates. "
3065
+ "Current value: %2$s"
3066
+ msgstr ""
3067
+
3068
+ msgid "Unable to connect to the API"
3069
+ msgstr ""
3070
+
3071
+ msgid "MySQL table missing"
3072
+ msgstr ""
3073
+
3074
+ msgid "Your theme uses an outdated MooTools library which is not compatible."
3075
+ msgstr ""
3076
+
3077
+ msgid ""
3078
+ "JCH Optimize could have a conflict with Smart Slider's Global settings -> "
3079
+ "Framework settings -> Async Non-Primary CSS. If your Google fonts are not "
3080
+ "loading, turn this option off."
3081
+ msgstr ""
3082
+
3083
+ msgid ""
3084
+ "This plugin breaks JavaScript in the admin area, deactivate it and use "
3085
+ "alternative plugin."
3086
+ msgstr ""
3087
+
3088
+ msgid ""
3089
+ "This plugin breaks Smart Slider 3 ajax calls if custom admin url enabled."
3090
+ msgstr ""
3091
+
3092
+ msgid "This plugin adds a background image to every SVG and breaks SSL."
3093
+ msgstr ""
3094
+
3095
+ msgid "This plugin has a JavaScript error which might break Smart Slider."
3096
+ msgstr ""
3097
+
3098
+ #, php-format
3099
+ msgid ""
3100
+ "This plugin breaks the filtering options of the dynamic slide generators "
3101
+ "when %1$s is set to %2$s. Also it has not received any updates since "
3102
+ "WordPress 3.9."
3103
+ msgstr ""
3104
+
3105
+ msgid "Add column"
3106
+ msgstr ""
3107
+
3108
+ msgid "Year"
3109
+ msgstr "År"
3110
+
3111
+ msgid "Month"
3112
+ msgstr "Månad"
3113
+
3114
+ msgid "Day"
3115
+ msgstr "Dag"
3116
+
3117
+ msgid "Hour"
3118
+ msgstr "Timme"
3119
+
3120
+ msgid "Minute"
3121
+ msgstr "Minut"
3122
+
3123
+ msgid "Stack"
3124
+ msgstr ""
3125
+
3126
+ msgid "No description."
3127
+ msgstr ""
3128
+
3129
+ msgid "Generator not found"
3130
+ msgstr ""
3131
+
3132
+ msgid "Test generator."
3133
+ msgstr ""
3134
+
3135
+ msgid "Generator type not found"
3136
+ msgstr ""
3137
+
3138
+ #, php-format
3139
+ msgid "%1$s generator missing the following source: %2$s"
3140
+ msgstr ""
3141
+
3142
+ msgid "Joomla articles"
3143
+ msgstr ""
3144
+
3145
+ msgid "Creates slides from your Joomla articles or categories."
3146
+ msgstr ""
3147
+
3148
+ msgid "Article"
3149
+ msgstr ""
3150
+
3151
+ msgid "Category"
3152
+ msgstr ""
3153
+
3154
+ msgid "Creates slides from your Joomla articles in the selected categories."
3155
+ msgstr ""
3156
+
3157
+ msgid "Tags"
3158
+ msgstr ""
3159
+
3160
+ msgid "Featured"
3161
+ msgstr ""
3162
+
3163
+ msgid "User ID"
3164
+ msgstr ""
3165
+
3166
+ msgid "Language"
3167
+ msgstr ""
3168
+
3169
+ msgid "Extra variables"
3170
+ msgstr ""
3171
+
3172
+ msgid "Turn on these options to generate more variables for the slides."
3173
+ msgstr ""
3174
+
3175
+ msgid "Date format"
3176
+ msgstr ""
3177
+
3178
+ msgid "Time format"
3179
+ msgstr ""
3180
+
3181
+ msgid "Translate date and time"
3182
+ msgstr ""
3183
+
3184
+ msgid "Title"
3185
+ msgstr ""
3186
+
3187
+ msgid "User name"
3188
+ msgstr ""
3189
+
3190
+ msgid "Hits"
3191
+ msgstr ""
3192
+
3193
+ msgid "Creation time"
3194
+ msgstr ""
3195
+
3196
+ msgid "Modification time"
3197
+ msgstr ""
3198
+
3199
+ msgid "Publish time"
3200
+ msgstr ""
3201
+
3202
+ msgid "Featured article ordering"
3203
+ msgstr ""
3204
+
3205
+ msgid "View article"
3206
+ msgstr ""
3207
+
3208
+ msgid ""
3209
+ "Creates slides from your Joomla categories. (Not the articles inside them.)"
3210
+ msgstr ""
3211
+
3212
+ msgid "Parent category"
3213
+ msgstr ""
3214
+
3215
+ msgid "View category"
3216
+ msgstr ""
3217
+
3218
+ msgid "Nothing"
3219
+ msgstr ""
3220
+
3221
+ #, php-format
3222
+ msgid "Creates slides from %1$s."
3223
+ msgstr ""
3224
+
3225
+ msgid "Posts by filter"
3226
+ msgstr ""
3227
+
3228
+ msgid "Posts by IDs"
3229
+ msgstr ""
3230
+
3231
+ msgid "Custom"
3232
+ msgstr ""
3233
+
3234
+ msgid "All custom posts"
3235
+ msgstr ""
3236
+
3237
+ msgid "Creates slides from the posts of all your post types."
3238
+ msgstr ""
3239
+
3240
+ msgid "Post types"
3241
+ msgstr ""
3242
+
3243
+ msgid "Taxonomies"
3244
+ msgstr ""
3245
+
3246
+ msgid "Post IDs to display"
3247
+ msgstr ""
3248
+
3249
+ #, php-format
3250
+ msgid ""
3251
+ "You can make your generator display only the posts with the set ID. No other "
3252
+ "post will be fetched, even if they match the set filters. %1$s Write one ID "
3253
+ "per line."
3254
+ msgstr ""
3255
+
3256
+ msgid "Sticky"
3257
+ msgstr ""
3258
+
3259
+ msgid "Post status"
3260
+ msgstr ""
3261
+
3262
+ msgid "Post meta comparison"
3263
+ msgstr ""
3264
+
3265
+ msgid "Field name"
3266
+ msgstr ""
3267
+
3268
+ msgid ""
3269
+ "Only show posts, where the given meta key is equal to the given meta value."
3270
+ msgstr ""
3271
+
3272
+ msgid "Compare method"
3273
+ msgstr ""
3274
+
3275
+ msgid "Field value"
3276
+ msgstr ""
3277
+
3278
+ msgid "Meta comparison"
3279
+ msgstr ""
3280
+
3281
+ msgid ""
3282
+ "Same as the previous option, just you can write down more comparisons. Read "
3283
+ "the \"Field name\" and \"Compare method\" out from the previous option. "
3284
+ "Example:"
3285
+ msgstr ""
3286
+
3287
+ msgid "Post date"
3288
+ msgstr ""
3289
+
3290
+ msgid "Modification date"
3291
+ msgstr ""
3292
+
3293
+ msgid "Random"
3294
+ msgstr ""
3295
+
3296
+ msgid "Given IDs"
3297
+ msgstr ""
3298
+
3299
+ msgid "Menu order"
3300
+ msgstr ""
3301
+
3302
+ #, php-format
3303
+ msgid "Creates slides from the following post type: %1$s."
3304
+ msgstr ""
3305
+
3306
+ msgid "Relation"
3307
+ msgstr ""
3308
+
3309
+ msgid "Exclude posts"
3310
+ msgstr ""
3311
+
3312
+ #, php-format
3313
+ msgid ""
3314
+ "The selected post IDs won't appear in the generator, even if they they match "
3315
+ "the set filters. %1$s Write one ID per line."
3316
+ msgstr ""
3317
+
3318
+ #, php-format
3319
+ msgid ""
3320
+ "You can create other comparison based on the previous \"Field name\" and "
3321
+ "\"Compare method\" options. %1$s Use the following format: published||=||yes "
3322
+ "%1$s Write one comparison per line."
3323
+ msgstr ""
3324
+
3325
+ msgid "Post option"
3326
+ msgstr ""
3327
+
3328
+ msgid ""
3329
+ "Posts can have options, like a post can be \"sticky\" or not. You can choose "
3330
+ "to only display posts, which are selected to be IN or NOT IN this option."
3331
+ msgstr ""
3332
+
3333
+ msgid "Post relationship with selected option"
3334
+ msgstr ""
3335
+
3336
+ msgid "Date configuration"
3337
+ msgstr ""
3338
+
3339
+ msgid "Identify datetime"
3340
+ msgstr ""
3341
+
3342
+ msgid "Our system tries to identify the date and time in your variables."
3343
+ msgstr ""
3344
+
3345
+ msgid "Datetime format"
3346
+ msgstr ""
3347
+
3348
+ #, php-format
3349
+ msgid "You can use any %1$sPHP date format%2$s."
3350
+ msgstr ""
3351
+
3352
+ msgid "Translate dates"
3353
+ msgstr ""
3354
+
3355
+ #, php-format
3356
+ msgid ""
3357
+ "Write one per line in the following format: from||to %1$s E.g.: Monday||"
3358
+ "Montag"
3359
+ msgstr ""
3360
+
3361
+ msgid "Replace variables"
3362
+ msgstr ""
3363
+
3364
+ msgid "Timestamp variables"
3365
+ msgstr ""
3366
+
3367
+ msgid "Replace timestamp variables"
3368
+ msgstr ""
3369
+
3370
+ #, php-format
3371
+ msgid ""
3372
+ "The \"Datetime format\" will be used to create dates from the given "
3373
+ "timestamp containing variables. %1$s Separate them with comma."
3374
+ msgstr ""
3375
+
3376
+ msgid "File variables"
3377
+ msgstr ""
3378
+
3379
+ msgid "Replace file variables"
3380
+ msgstr ""
3381
+
3382
+ #, php-format
3383
+ msgid ""
3384
+ "If you have IDs of files, you can replace those variables with the urls of "
3385
+ "the files instead. %1$s Separate them with comma."
3386
+ msgstr ""
3387
+
3388
+ msgid "Remove duplicate results"
3389
+ msgstr ""
3390
+
3391
+ msgid ""
3392
+ "You can remove results based on one variable's uniqueness. For example if "
3393
+ "you want the images to be unique, you could write the \"image\" variable "
3394
+ "into this field (without quotemarks)."
3395
+ msgstr ""
3396
+
3397
+ msgid "Custom field name"
3398
+ msgstr ""
3399
+
3400
+ msgid "If it's set, this will be used instead of the 'Field' value."
3401
+ msgstr ""
3402
+
3403
+ msgid "Numeric"
3404
+ msgstr ""
3405
+
3406
+ msgid "Alphabetic"
3407
+ msgstr ""
3408
+
3409
+ msgid "Creates slides from your posts in the selected categories."
3410
+ msgstr ""
3411
+
3412
+ msgid "Categories"
3413
+ msgstr ""
3414
+
3415
+ msgid "Remove shortcodes"
3416
+ msgstr ""
3417
+
3418
+ msgid ""
3419
+ "You can remove shortcodes from variables to avoid 3rd party content "
3420
+ "rendering in your slider."
3421
+ msgstr ""
3422
+
3423
+ msgid "Remove from variables"
3424
+ msgstr ""
3425
+
3426
+ msgid ""
3427
+ "Write the name of the variables you want to remove the shortcodes from. "
3428
+ "Separate new variables with a comma and space. E.g. description, content"
3429
+ msgstr ""
3430
+
3431
+ msgid "Custom date variables"
3432
+ msgstr ""
3433
+
3434
+ #, php-format
3435
+ msgid ""
3436
+ "You can create custom date variables from your existing date variables. "
3437
+ "Write each variable to a new line and use the following format: variable||"
3438
+ "format. %3$s The \"variable\" should be an existing variable. Based on this "
3439
+ "existing variable, we create a new one with the \"_datetime\" suffix. (E.g. "
3440
+ "date_datetime.) %3$s The \"format\" can be any %1$sPHP date format%2$s."
3441
+ msgstr ""
3442
+
3443
+ msgid "Translate custom dates"
3444
+ msgstr ""
3445
+
3446
+ #, php-format
3447
+ msgid ""
3448
+ "You can translate the content of the newly created variables. %1$s Use the "
3449
+ "following format: from||to. Eg.: Monday||Montag"
3450
+ msgstr ""
3451
+
3452
+ msgid "Date function"
3453
+ msgstr ""
3454
+
3455
+ msgid ""
3456
+ "This function will be used to format these custom date variables. Usually "
3457
+ "the date_i18n works, but if your date will be off a little bit, then try out "
3458
+ "the other one."
3459
+ msgstr ""
3460
+
3461
+ msgid "Comment count"
3462
+ msgstr ""
3463
+
3464
+ msgid "Creates slides from the posts with the set IDs."
3465
+ msgstr ""
3466
+
3467
+ msgid "Post or Page IDs"
3468
+ msgstr ""
3469
+
3470
+ #, php-format
3471
+ msgid ""
3472
+ "You can write the ID of the page you want to show in your generator. %1$s "
3473
+ "Write one ID per line."
3474
+ msgstr ""
3475
+
3476
+ msgid "Whole group"
3477
+ msgstr ""
3478
+
3479
+ msgid "Select Slider"
3480
+ msgstr ""
3481
+
3482
+ msgid "OR"
3483
+ msgstr ""
3484
+
3485
+ msgid "Insert a slider into your content"
3486
+ msgstr ""
3487
+
3488
+ msgid "Select the slider you want to insert."
3489
+ msgstr ""
3490
+
3491
+ msgctxt "Button layer default text"
3492
+ msgid "MORE"
3493
+ msgstr ""
3494
+
3495
+ msgid "Label"
3496
+ msgstr ""
3497
+
3498
+ msgid "No wrap"
3499
+ msgstr ""
3500
+
3501
+ msgid "Prevents the text from breaking into more lines"
3502
+ msgstr ""
3503
+
3504
+ msgid "Rel"
3505
+ msgstr ""
3506
+
3507
+ #, php-format
3508
+ msgid ""
3509
+ "Enter the %1$s rel attribute %2$s that represents the relationship between "
3510
+ "the current document and the linked document. Multiple rel attributes can be "
3511
+ "separated with space. E.g. nofollow noopener noreferrer"
3512
+ msgstr ""
3513
+
3514
+ msgid "Icon"
3515
+ msgstr ""
3516
+
3517
+ msgid "Placement"
3518
+ msgstr ""
3519
+
3520
+ #, php-format
3521
+ msgid "Class on the %s element."
3522
+ msgstr ""
3523
+
3524
+ msgid "Heading layer"
3525
+ msgstr ""
3526
+
3527
+ msgid "Text animation"
3528
+ msgstr ""
3529
+
3530
+ msgid "Incoming"
3531
+ msgstr ""
3532
+
3533
+ msgid "Outgoing"
3534
+ msgstr ""
3535
+
3536
+ msgid "Backface visibility"
3537
+ msgstr ""
3538
+
3539
+ #, php-format
3540
+ msgid "Fix width for the %1$s."
3541
+ msgstr ""
3542
+
3543
+ #, php-format
3544
+ msgid "Fix height for the %1$s."
3545
+ msgstr ""
3546
+
3547
+ msgid "Alt tag"
3548
+ msgstr ""
3549
+
3550
+ msgid "Optimize image"
3551
+ msgstr ""
3552
+
3553
+ msgid ""
3554
+ "You can turn off the Layer image optimization for this image, to resize it "
3555
+ "for tablet and mobile."
3556
+ msgstr ""
3557
+
3558
+ msgctxt "Layer group"
3559
+ msgid "Special"
3560
+ msgstr ""
3561
+
3562
+ msgctxt "Layer group"
3563
+ msgid "Media"
3564
+ msgstr ""
3565
+
3566
+ msgctxt "Layer group"
3567
+ msgid "Advanced"
3568
+ msgstr ""
3569
+
3570
+ msgctxt "Layer"
3571
+ msgid "Missing"
3572
+ msgstr ""
3573
+
3574
+ #, php-format
3575
+ msgid "Missing layer type: %s"
3576
+ msgstr ""
3577
+
3578
+ msgid "Custom text for tablet"
3579
+ msgstr ""
3580
+
3581
+ msgid "Tablet text"
3582
+ msgstr ""
3583
+
3584
+ msgid "Custom text for mobile"
3585
+ msgstr ""
3586
+
3587
+ msgid "Mobile text"
3588
+ msgstr ""
3589
+
3590
+ msgid "Vimeo url or Video ID"
3591
+ msgstr ""
3592
+
3593
+ msgid "Cover image"
3594
+ msgstr ""
3595
+
3596
+ msgid "Aspect ratio"
3597
+ msgstr ""
3598
+
3599
+ msgid "Fill layer height"
3600
+ msgstr ""
3601
+
3602
+ msgid "Set on Style tab."
3603
+ msgstr ""
3604
+
3605
+ msgid "Video settings"
3606
+ msgstr ""
3607
+
3608
+ msgid "When ended"
3609
+ msgstr ""
3610
+
3611
+ msgid "Do nothing"
3612
+ msgstr ""
3613
+
3614
+ msgid "Go to next slide"
3615
+ msgstr ""
3616
+
3617
+ msgid "Start time"
3618
+ msgstr ""
3619
+
3620
+ msgid "Volume"
3621
+ msgstr ""
3622
+
3623
+ msgid "Mute"
3624
+ msgstr ""
3625
+
3626
+ msgid "Pause on scroll"
3627
+ msgstr ""
3628
+
3629
+ msgid "Never"
3630
+ msgstr ""
3631
+
3632
+ msgid "When partly visible"
3633
+ msgstr ""
3634
+
3635
+ msgid "When not visible"
3636
+ msgstr ""
3637
+
3638
+ msgid "You can pause the video when the visitor scrolls away from the slider"
3639
+ msgstr ""
3640
+
3641
+ msgid "Display"
3642
+ msgstr ""
3643
+
3644
+ msgid "Only works on videos of Vimeo Pro users."
3645
+ msgstr ""
3646
+
3647
+ msgid "Remove controls"
3648
+ msgstr ""
3649
+
3650
+ msgid ""
3651
+ "Removes the controls of the video, but it only works on videos of Vimeo Pro "
3652
+ "users."
3653
+ msgstr ""
3654
+
3655
+ msgid "Hides the title of the video, but only if video owner allows it."
3656
+ msgstr ""
3657
+
3658
+ msgid "Users byline"
3659
+ msgstr ""
3660
+
3661
+ msgid ""
3662
+ "Hides the user's byline of the video, but only if video owner allows it."
3663
+ msgstr ""
3664
+
3665
+ msgid ""
3666
+ "Hides the profile image of the author, but only if video owner allows it. "
3667
+ msgstr ""
3668
+
3669
+ msgid "Play button"
3670
+ msgstr ""
3671
+
3672
+ msgid "Play"
3673
+ msgstr ""
3674
+
3675
+ msgid "YouTube URL or Video ID"
3676
+ msgstr ""
3677
+
3678
+ msgid "End time"
3679
+ msgstr ""
3680
+
3681
+ msgid "Hide YouTube logo"
3682
+ msgstr ""
3683
+
3684
+ msgid "Centered"
3685
+ msgstr ""
3686
+
3687
+ msgid "Scales up and crops the video to cover the whole layer."
3688
+ msgstr ""
3689
+
3690
+ msgid "Show related videos"
3691
+ msgstr ""
3692
+
3693
+ msgid "Anywhere"
3694
+ msgstr ""
3695
+
3696
+ msgid "Same channel"
3697
+ msgstr ""
3698
+
3699
+ msgid ""
3700
+ "YouTube no longer allows hiding the related videos at the end of the video. "
3701
+ "This setting defines whether the videos should come from the same channel as "
3702
+ "the video that was just played or from any other channel."
3703
+ msgstr ""
3704
+
3705
+ msgid "Slider error! Generator group not found: "
3706
+ msgstr ""
3707
+
3708
+ msgid "Slider error! Generator source not found: "
3709
+ msgstr ""
3710
+
3711
+ msgid "Downscale"
3712
+ msgstr ""
3713
+
3714
+ msgid "Allows the slider to scale down for smaller screens."
3715
+ msgstr ""
3716
+
3717
+ msgid "Upscale"
3718
+ msgstr ""
3719
+
3720
+ msgid "Allows the slider to scale up for larger screens."
3721
+ msgstr ""
3722
+
3723
+ msgid "Min height"
3724
+ msgstr ""
3725
+
3726
+ msgid "Prevents the slider from getting smaller than the set value."
3727
+ msgstr ""
3728
+
3729
+ msgid "Force full width"
3730
+ msgstr ""
3731
+
3732
+ msgid "The slider tries to fill the full width of the browser."
3733
+ msgstr ""
3734
+
3735
+ msgid "Overflow-X"
3736
+ msgstr ""
3737
+
3738
+ msgid ""
3739
+ "Prevents the vertical scrollbar from appear during certain slide background "
3740
+ "animations."
3741
+ msgstr ""
3742
+
3743
+ msgid "Adjust slider width to"
3744
+ msgstr ""
3745
+
3746
+ msgid ""
3747
+ "You can make the slider fill up a selected parent element instead of the "
3748
+ "full browser width."
3749
+ msgstr ""
3750
+
3751
+ msgid "Not found"
3752
+ msgstr ""
3753
+
3754
+ msgid "Slider size is too small!"
3755
+ msgstr ""
3756
+
3757
+ msgid "Ken Burns effect"
3758
+ msgstr ""
3759
+
3760
+ msgid "Speed"
3761
+ msgstr ""
3762
+
3763
+ msgid "Super slow"
3764
+ msgstr ""
3765
+
3766
+ msgid "Slow"
3767
+ msgstr ""
3768
+
3769
+ msgid "Fast"
3770
+ msgstr ""
3771
+
3772
+ msgid "Super fast"
3773
+ msgstr ""
3774
+
3775
+ msgid "Border width"
3776
+ msgstr ""
3777
+
3778
+ msgid "Border color"
3779
+ msgstr ""
3780
+
3781
+ msgid "Super fast 4x"
3782
+ msgstr ""
3783
+
3784
+ msgctxt "Slider type"
3785
+ msgid "Simple slider"
3786
+ msgstr ""
3787
+
3788
+ msgid "Main animation"
3789
+ msgstr ""
3790
+
3791
+ msgid "No animation"
3792
+ msgstr ""
3793
+
3794
+ msgid "Crossfade"
3795
+ msgstr ""
3796
+
3797
+ msgid "Horizontal - reversed"
3798
+ msgstr ""
3799
+
3800
+ msgid "Vertical - reversed"
3801
+ msgstr ""
3802
+
3803
+ msgctxt "Feature"
3804
+ msgid "Carousel"
3805
+ msgstr ""
3806
+
3807
+ msgid ""
3808
+ "If you turn off this option, you can't switch to the first slide from the "
3809
+ "last one."
3810
+ msgstr ""
3811
+
3812
+ msgid ""
3813
+ "Background animations only work on the slide background images, which have "
3814
+ "Fill selected at their Fill mode. They don't affect any images if the "
3815
+ "background parallax is enabled."
3816
+ msgstr ""
3817
+
3818
+ msgid "Shifted"
3819
+ msgstr ""
3820
+
3821
+ msgid "The background and the main animation plays simultaneously or shifted."
3822
+ msgstr ""
3823
+
3824
+ msgid "Slider CSS Preset"
3825
+ msgstr ""
3826
+
3827
+ msgid "Light shadow"
3828
+ msgstr ""
3829
+
3830
+ msgid "Dark shadow"
3831
+ msgstr ""
3832
+
3833
+ msgid "Photo"
3834
+ msgstr ""
3835
+
3836
+ msgid "Photo rounded"
3837
+ msgstr ""
3838
+
3839
+ #, php-format
3840
+ msgid "Demo slider is not available with the following ID: %s"
3841
+ msgstr ""
3842
+
3843
+ msgid "Blue"
3844
+ msgstr ""
3845
+
3846
+ msgid "White"
3847
+ msgstr ""
3848
+
3849
+ msgid "Green"
3850
+ msgstr ""
3851
+
3852
+ msgid "Purple"
3853
+ msgstr ""
3854
+
3855
+ msgid "Grey"
3856
+ msgstr ""
3857
+
3858
+ msgid "Black"
3859
+ msgstr ""
3860
+
3861
+ msgid "Rounded Blue"
3862
+ msgstr ""
3863
+
3864
+ msgid "Rounded Green"
3865
+ msgstr ""
3866
+
3867
+ msgid "Rounded Purple"
3868
+ msgstr ""
3869
+
3870
+ msgid "Rounded Grey"
3871
+ msgstr ""
3872
+
3873
+ msgid "Rounded White"
3874
+ msgstr ""
3875
+
3876
+ msgid "Rounded Black"
3877
+ msgstr ""
3878
+
3879
+ msgid "Border White"
3880
+ msgstr ""
3881
+
3882
+ msgid "Border Dark"
3883
+ msgstr ""
3884
+
3885
+ msgid "Rectangle Green"
3886
+ msgstr ""
3887
+
3888
+ msgid "Rectangle Blue"
3889
+ msgstr ""
3890
+
3891
+ msgid "Rectangle Purple"
3892
+ msgstr ""
3893
+
3894
+ msgid "Rectangle Grey"
3895
+ msgstr ""
3896
+
3897
+ msgid "Rounded Rectangle Green"
3898
+ msgstr ""
3899
+
3900
+ msgid "Rounded Rectangle Blue"
3901
+ msgstr ""
3902
+
3903
+ msgid "Rounded Rectangle Purple"
3904
+ msgstr ""
3905
+
3906
+ msgid "Border Light"
3907
+ msgstr ""
3908
+
3909
+ msgid "My styles"
3910
+ msgstr ""
3911
+
3912
+ msgid "X-small Light"
3913
+ msgstr ""
3914
+
3915
+ msgid "X-small Dark"
3916
+ msgstr ""
3917
+
3918
+ msgid "Small Light"
3919
+ msgstr ""
3920
+
3921
+ msgid "Small Dark"
3922
+ msgstr ""
3923
+
3924
+ msgid "Medium Light"
3925
+ msgstr ""
3926
+
3927
+ msgid "Medium Dark"
3928
+ msgstr ""
3929
+
3930
+ msgid "Large Light"
3931
+ msgstr ""
3932
+
3933
+ msgid "Large Dark"
3934
+ msgstr ""
3935
+
3936
+ msgid "X-large Light"
3937
+ msgstr ""
3938
+
3939
+ msgid "X-large Dark"
3940
+ msgstr ""
3941
+
3942
+ msgid "My fonts"
3943
+ msgstr ""
3944
+
3945
+ msgid "Warp"
3946
+ msgstr ""
3947
+
3948
+ msgid "Twirl"
3949
+ msgstr ""
3950
+
3951
+ msgid "Domino"
3952
+ msgstr ""
3953
+
3954
+ msgid "Stand up"
3955
+ msgstr ""
3956
+
3957
+ msgid "Rotate down"
3958
+ msgstr ""
3959
+
3960
+ msgid "Elastic"
3961
+ msgstr ""
3962
+
3963
+ msgid "Random elastic"
3964
+ msgstr ""
3965
+
3966
+ msgid "My text animations"
3967
+ msgstr ""
3968
+
3969
+ msgid "Morph - Wave"
3970
+ msgstr ""
3971
+
3972
+ msgid "Morph - Brush"
3973
+ msgstr ""
3974
+
3975
+ msgid "Morph - Flow"
3976
+ msgstr ""
3977
+
3978
+ msgid "Morph - Noise"
3979
+ msgstr ""
3980
+
3981
+ msgid "Distortion - Mosaic"
3982
+ msgstr ""
3983
+
3984
+ msgid "Distortion - Triangle"
3985
+ msgstr ""
3986
+
3987
+ msgid "Distortion - Flow"
3988
+ msgstr ""
3989
+
3990
+ msgid "Distortion - Warp"
3991
+ msgstr ""
3992
+
3993
+ msgid "Distortion - Storm"
3994
+ msgstr ""
3995
+
3996
+ msgid "Distortion - Wave"
3997
+ msgstr ""
3998
+
3999
+ msgid "Distortion - Shard"
4000
+ msgstr ""
4001
+
4002
+ msgid "Distortion - Noise"
4003
+ msgstr ""
4004
+
4005
+ msgid "Slices - Single"
4006
+ msgstr ""
4007
+
4008
+ msgid "Slices - Simple rows and scale"
4009
+ msgstr ""
4010
+
4011
+ msgid "Slices - Simple rows and rotate"
4012
+ msgstr ""
4013
+
4014
+ msgid "Slices - Simple rows reversed"
4015
+ msgstr ""
4016
+
4017
+ msgid "Slices - Simple rows and blur"
4018
+ msgstr ""
4019
+
4020
+ msgid "Slices - Triangle"
4021
+ msgstr ""
4022
+
4023
+ msgid "Slices - Reversed triangle"
4024
+ msgstr ""
4025
+
4026
+ msgid "Scale to left"
4027
+ msgstr ""
4028
+
4029
+ msgid "Rotate to left"
4030
+ msgstr ""
4031
+
4032
+ msgid "Fixed to left"
4033
+ msgstr ""
4034
+
4035
+ msgid "Parallax to left"
4036
+ msgstr ""
4037
+
4038
+ msgid "Flow"
4039
+ msgstr ""
4040
+
4041
+ msgid "Flowing rows"
4042
+ msgstr ""
4043
+
4044
+ msgid "Flowing cols"
4045
+ msgstr ""
4046
+
4047
+ msgid "Flowing tiles"
4048
+ msgstr ""
4049
+
4050
+ msgid "Slide to left"
4051
+ msgstr ""
4052
+
4053
+ msgid "Stage"
4054
+ msgstr ""
4055
+
4056
+ msgid "Zoom"
4057
+ msgstr ""
4058
+
4059
+ msgid "Zoom out"
4060
+ msgstr ""
4061
+
4062
+ msgid "Curtain to left"
4063
+ msgstr ""
4064
+
4065
+ msgid "Blocks to left"
4066
+ msgstr ""
4067
+
4068
+ msgid "Slices to left"
4069
+ msgstr ""
4070
+
4071
+ msgid "Reversed slices to left"
4072
+ msgstr ""
4073
+
4074
+ msgid "Puzzle"
4075
+ msgstr ""
4076
+
4077
+ msgid "Switching to left"
4078
+ msgstr ""
4079
+
4080
+ msgid "Explode"
4081
+ msgstr ""
4082
+
4083
+ msgid "Rebuild"
4084
+ msgstr ""
4085
+
4086
+ msgid "Page turn to left"
4087
+ msgstr ""
4088
+
4089
+ msgid "3D bricks to left"
4090
+ msgstr ""
4091
+
4092
+ msgid "Vertical spin to left"
4093
+ msgstr ""
4094
+
4095
+ msgid "3D rows to left"
4096
+ msgstr ""
4097
+
4098
+ msgid "3D columns to left"
4099
+ msgstr ""
4100
+
4101
+ msgid "Spinning cuboid to left"
4102
+ msgstr ""
4103
+
4104
+ msgid "Turning cuboid to left"
4105
+ msgstr ""
4106
+
4107
+ msgid "Scale to top"
4108
+ msgstr ""
4109
+
4110
+ msgid "Scale to bottom"
4111
+ msgstr ""
4112
+
4113
+ msgid "Rotate to top"
4114
+ msgstr ""
4115
+
4116
+ msgid "Rotate to bottom"
4117
+ msgstr ""
4118
+
4119
+ msgid "Fixed to top"
4120
+ msgstr ""
4121
+
4122
+ msgid "Fixed to bottom"
4123
+ msgstr ""
4124
+
4125
+ msgid "Parallax to top"
4126
+ msgstr ""
4127
+
4128
+ msgid "Parallax to bottom"
4129
+ msgstr ""
4130
+
4131
+ msgid "Flowing tiles vertical"
4132
+ msgstr ""
4133
+
4134
+ msgid "Slide to bottom"
4135
+ msgstr ""
4136
+
4137
+ msgid "Slide to top"
4138
+ msgstr ""
4139
+
4140
+ msgid "Curtain to bottom"
4141
+ msgstr ""
4142
+
4143
+ msgid "Curtain to top"
4144
+ msgstr ""
4145
+
4146
+ msgid "Switching to bottom"
4147
+ msgstr ""
4148
+
4149
+ msgid "Switching to top"
4150
+ msgstr ""
4151
+
4152
+ msgid "Horizontal spin to bottom"
4153
+ msgstr ""
4154
+
4155
+ msgid "Horizontal spin to top"
4156
+ msgstr ""
4157
+
4158
+ msgid "3D bricks to bottom"
4159
+ msgstr ""
4160
+
4161
+ msgid "3D bricks to top"
4162
+ msgstr ""
4163
+
4164
+ msgid "3D rows to bottom"
4165
+ msgstr ""
4166
+
4167
+ msgid "3D rows to top"
4168
+ msgstr ""
4169
+
4170
+ msgid "3D columns to bottom"
4171
+ msgstr ""
4172
+
4173
+ msgid "3D columns to top"
4174
+ msgstr ""
4175
+
4176
+ msgid "Spinning cuboid to bottom"
4177
+ msgstr ""
4178
+
4179
+ msgid "Spinning cuboid to top"
4180
+ msgstr ""
4181
+
4182
+ msgid "Turning cuboid to bottom"
4183
+ msgstr ""
4184
+
4185
+ msgid "Turning cuboid to top"
4186
+ msgstr ""
4187
+
4188
+ msgid "Scale to right"
4189
+ msgstr ""
4190
+
4191
+ msgid "Rotate to right"
4192
+ msgstr ""
4193
+
4194
+ msgid "Fixed to right"
4195
+ msgstr ""
4196
+
4197
+ msgid "Parallax to right"
4198
+ msgstr ""
4199
+
4200
+ msgid "Flow - reversed"
4201
+ msgstr ""
4202
+
4203
+ msgid "Slide to right"
4204
+ msgstr ""
4205
+
4206
+ msgid "Curtain to right"
4207
+ msgstr ""
4208
+
4209
+ msgid "Blocks to right"
4210
+ msgstr ""
4211
+
4212
+ msgid "Slices to right"
4213
+ msgstr ""
4214
+
4215
+ msgid "Reversed slices to right"
4216
+ msgstr ""
4217
+
4218
+ msgid "Switching to right"
4219
+ msgstr ""
4220
+
4221
+ msgid "Page turn to right"
4222
+ msgstr ""
4223
+
4224
+ msgid "Vertical spin to right"
4225
+ msgstr ""
4226
+
4227
+ msgid "3D bricks to right"
4228
+ msgstr ""
4229
+
4230
+ msgid "3D rows to right"
4231
+ msgstr ""
4232
+
4233
+ msgid "3D columns to right"
4234
+ msgstr ""
4235
+
4236
+ msgid "Spinning cuboid to right"
4237
+ msgstr ""
4238
+
4239
+ msgid "Turning cuboid to right"
4240
+ msgstr ""
4241
+
4242
+ msgid "Downscale left"
4243
+ msgstr ""
4244
+
4245
+ msgid "Downscale right"
4246
+ msgstr ""
4247
+
4248
+ msgid "Downscale top"
4249
+ msgstr ""
4250
+
4251
+ msgid "Downscale bottom"
4252
+ msgstr ""
4253
+
4254
+ msgid "Upscale left"
4255
+ msgstr ""
4256
+
4257
+ msgid "Upscale right"
4258
+ msgstr ""
4259
+
4260
+ msgid "Upscale top"
4261
+ msgstr ""
4262
+
4263
+ msgid "Upscale bottom"
4264
+ msgstr ""
4265
+
4266
+ msgid "To left"
4267
+ msgstr ""
4268
+
4269
+ msgid "To right"
4270
+ msgstr ""
4271
+
4272
+ msgid "To top left"
4273
+ msgstr ""
4274
+
4275
+ msgid "To top right"
4276
+ msgstr ""
4277
+
4278
+ msgid "To bottom left"
4279
+ msgstr ""
4280
+
4281
+ msgid "To bottom right"
4282
+ msgstr ""
4283
+
4284
+ msgid "My layouts"
4285
+ msgstr ""
4286
+
4287
+ msgctxt "Arrow direction"
4288
+ msgid "Previous"
4289
+ msgstr ""
4290
+
4291
+ msgid "Previous image"
4292
+ msgstr ""
4293
+
4294
+ msgid "Hover color"
4295
+ msgstr ""
4296
+
4297
+ msgid "Mirror"
4298
+ msgstr ""
4299
+
4300
+ msgctxt "Arrow direction"
4301
+ msgid "Next"
4302
+ msgstr ""
4303
+
4304
+ msgid "Next image"
4305
+ msgstr ""
4306
+
4307
+ msgid "Arrow"
4308
+ msgstr ""
4309
+
4310
+ msgid "Previous position"
4311
+ msgstr ""
4312
+
4313
+ msgid "Next position"
4314
+ msgstr ""
4315
+
4316
+ msgid "Previous alt tag"
4317
+ msgstr ""
4318
+
4319
+ msgid "Next alt tag"
4320
+ msgstr ""
4321
+
4322
+ msgid "Base64"
4323
+ msgstr ""
4324
+
4325
+ msgid ""
4326
+ "Base64 encoded arrow images are loading faster and they are colorable. But "
4327
+ "optimization plugins often have errors in their codes related to them, so if "
4328
+ "your arrow won't load, turn this option off."
4329
+ msgstr ""
4330
+
4331
+ msgid "Image width - Desktop"
4332
+ msgstr ""
4333
+
4334
+ msgid "Image width - Tablet"
4335
+ msgstr ""
4336
+
4337
+ msgid "Image width - Mobile"
4338
+ msgstr ""
4339
+
4340
+ msgid "Pause"
4341
+ msgstr ""
4342
+
4343
+ msgid "Play autoplay"
4344
+ msgstr ""
4345
+
4346
+ msgid "Pause autoplay"
4347
+ msgstr ""
4348
+
4349
+ msgid "Bar"
4350
+ msgstr ""
4351
+
4352
+ msgid "Slide count"
4353
+ msgstr ""
4354
+
4355
+ msgid ""
4356
+ "The \"Title\" will be the index of the slide and \"Description\" will be the "
4357
+ "total number of slides."
4358
+ msgstr ""
4359
+
4360
+ msgid "Separator"
4361
+ msgstr ""
4362
+
4363
+ #, php-format
4364
+ msgid ""
4365
+ "You can set what separates the Tex bar Title and Description. This separator "
4366
+ "is used at the Slide count option, too, to separate the current and total "
4367
+ "slide number. %1$s To put the Description to a new line, use the &lt;br&gt; "
4368
+ "HTML tag."
4369
+ msgstr ""
4370
+
4371
+ msgid "Bar full size"
4372
+ msgstr ""
4373
+
4374
+ msgid "Shows on hover"
4375
+ msgstr ""
4376
+
4377
+ msgid "Hide on slides"
4378
+ msgstr ""
4379
+
4380
+ msgid ""
4381
+ "List the slides separated by commas on which you want the controls to be "
4382
+ "hidden."
4383
+ msgstr ""
4384
+
4385
+ msgid "Text bar"
4386
+ msgstr ""
4387
+
4388
+ msgid "Bullets"
4389
+ msgstr ""
4390
+
4391
+ msgid "Side"
4392
+ msgstr ""
4393
+
4394
+ msgid "Before"
4395
+ msgstr ""
4396
+
4397
+ msgid "After"
4398
+ msgstr ""
4399
+
4400
+ msgid "Shadow"
4401
+ msgstr ""
4402
+
4403
+ msgid "Thumbnails"
4404
+ msgstr ""
4405
+
4406
+ msgid "Desktop width"
4407
+ msgstr ""
4408
+
4409
+ msgid "Tablet width"
4410
+ msgstr ""
4411
+
4412
+ msgid "Mobile width"
4413
+ msgstr ""
4414
+
4415
+ msgid "Align thumbnails"
4416
+ msgstr ""
4417
+
4418
+ msgid "Start"
4419
+ msgstr ""
4420
+
4421
+ msgid "End"
4422
+ msgstr ""
4423
+
4424
+ msgid "Space between"
4425
+ msgstr ""
4426
+
4427
+ msgid "Space around"
4428
+ msgstr ""
4429
+
4430
+ msgid "Caption"
4431
+ msgstr ""
4432
+
4433
+ msgid ""
4434
+ "The height (horizontal orientation) or width (vertical orientation) of the "
4435
+ "caption container."
4436
+ msgstr ""
4437
+
4438
+ msgid "Next arrow image"
4439
+ msgstr ""
4440
+
4441
+ msgid "The previous arrow image will be mirrored."
4442
+ msgstr ""
4443
+
4444
+ msgid "Group by"
4445
+ msgstr ""
4446
+
4447
+ msgctxt "Unit"
4448
+ msgid "thumbnails"
4449
+ msgstr ""
4450
+
4451
+ msgid "You can break your thumbnails into rows or columns."
4452
+ msgstr ""
4453
+
4454
+ msgid ""
4455
+ "The height (horizontal orientation) or width (vertical orientation) of the "
4456
+ "thumbnail container in px or %."
4457
+ msgstr ""
4458
+
4459
+ #, javascript-format
4460
+ msgid "Switches %s slide(s)."
4461
+ msgstr ""
4462
+
4463
+ #, javascript-format
4464
+ msgid "Loops %s and stops before starting slide."
4465
+ msgstr ""
4466
+
4467
+ #, javascript-format
4468
+ msgid "Loops %s and returns to starting slide."
4469
+ msgstr ""
4470
+
4471
+ #, javascript-format
4472
+ msgid "Switches to the %s. slide."
4473
+ msgstr ""
4474
+
4475
+ msgid "Top and bottom"
4476
+ msgstr ""
4477
+
4478
+ msgid "License key cannot be empty!"
4479
+ msgstr ""
4480
+
4481
+ msgid "License key is active!"
4482
+ msgstr ""
4483
+
4484
+ msgid "Missing sliders!"
4485
+ msgstr ""
4486
+
4487
+ msgid "Line color"
4488
+ msgstr ""
4489
+
4490
+ msgid "Number of particles"
4491
+ msgstr ""
4492
+
4493
+ msgid "Grab"
4494
+ msgstr ""
4495
+
4496
+ msgid "Bubble"
4497
+ msgstr ""
4498
+
4499
+ msgid "Repulse"
4500
+ msgstr ""
4501
+
4502
+ msgid "Push"
4503
+ msgstr ""
4504
+
4505
+ msgid "Remove"
4506
+ msgstr ""
4507
+
4508
+ msgid "Hide on mobile"
4509
+ msgstr ""
4510
+
4511
+ msgid "Type"
4512
+ msgstr ""
4513
+
4514
+ msgid "Secondary"
4515
+ msgstr ""
4516
+
4517
+ msgid "Flip"
4518
+ msgstr ""
4519
+
4520
+ msgid "Grow"
4521
+ msgstr ""
4522
+
4523
+ msgid "Shrink"
4524
+ msgstr ""
4525
+
4526
+ msgid "Interval"
4527
+ msgstr ""
4528
+
4529
+ msgid "Interval modifier"
4530
+ msgstr ""
4531
+
4532
+ msgctxt "Autoplay modifier"
4533
+ msgid "loops"
4534
+ msgstr ""
4535
+
4536
+ msgctxt "Autoplay modifier"
4537
+ msgid "slide count"
4538
+ msgstr ""
4539
+
4540
+ msgctxt "Autoplay modifier"
4541
+ msgid "slide index"
4542
+ msgstr ""
4543
+
4544
+ msgid "Stops on"
4545
+ msgstr ""
4546
+
4547
+ msgctxt "Autoplay modifier"
4548
+ msgid "last slide"
4549
+ msgstr ""
4550
+
4551
+ msgctxt "Autoplay modifier"
4552
+ msgid "next slide"
4553
+ msgstr ""
4554
+
4555
+ msgid "Polygons"
4556
+ msgstr ""
4557
+
4558
+ msgid "Bloom"
4559
+ msgstr ""
4560
+
4561
+ msgid "Web"
4562
+ msgstr ""
4563
+
4564
+ msgid "Black widow"
4565
+ msgstr ""
4566
+
4567
+ msgid "Zodiac"
4568
+ msgstr ""
4569
+
4570
+ msgid "Fading dots"
4571
+ msgstr ""
4572
+
4573
+ msgid "Pirouette"
4574
+ msgstr ""
4575
+
4576
+ msgid "Sparkling"
4577
+ msgstr ""
4578
+
4579
+ #, php-format
4580
+ msgid "Curve %d"
4581
+ msgstr ""
4582
+
4583
+ msgid "Curves"
4584
+ msgstr ""
4585
+
4586
+ #, php-format
4587
+ msgid "Fan %d"
4588
+ msgstr ""
4589
+
4590
+ msgid "Hills"
4591
+ msgstr ""
4592
+
4593
+ #, php-format
4594
+ msgid "Incline %d"
4595
+ msgstr ""
4596
+
4597
+ msgid "Inverse arrow"
4598
+ msgstr ""
4599
+
4600
+ msgid "Rectangle"
4601
+ msgstr ""
4602
+
4603
+ msgid "Slopes"
4604
+ msgstr ""
4605
+
4606
+ #, php-format
4607
+ msgid "Tilt %d"
4608
+ msgstr ""
4609
+
4610
+ #, php-format
4611
+ msgid "Triangle %d"
4612
+ msgstr ""
4613
+
4614
+ #, php-format
4615
+ msgid "Wave %d"
4616
+ msgstr ""
4617
+
4618
+ msgid "Waves"
4619
+ msgstr ""
4620
+
4621
+ #, php-format
4622
+ msgid "Columns %d"
4623
+ msgstr ""
4624
+
4625
+ #, php-format
4626
+ msgid "Paper %d"
4627
+ msgstr ""
4628
+
4629
+ msgid "2 Colors"
4630
+ msgstr ""
4631
+
4632
+ msgid "Fan"
4633
+ msgstr ""
4634
+
4635
+ msgid "Masked waves"
4636
+ msgstr ""
4637
+
4638
+ msgid "Ribbon"
4639
+ msgstr ""
4640
+
4641
+ msgid "The secret is empty. Please insert that value too!"
4642
+ msgstr ""
4643
+
4644
+ msgid "The App ID is empty. Please insert that value too!"
4645
+ msgstr ""
4646
+
4647
+ #, php-format
4648
+ msgid ""
4649
+ "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4650
+ "order to use this generator!"
4651
+ msgstr ""
4652
+
4653
+ msgid "How to get SSL for my website?"
4654
+ msgstr ""
4655
+
4656
+ #, php-format
4657
+ msgid ""
4658
+ "%2$s Check the documentation %3$s to learn how to configure your %1$s app."
4659
+ msgstr ""
4660
+
4661
+ msgctxt "Facebook app permission"
4662
+ msgid "pages read engagement"
4663
+ msgstr ""
4664
+
4665
+ msgid "Pages read engagement permission"
4666
+ msgstr ""
4667
+
4668
+ msgid ""
4669
+ "You need \"pages_read_engagement\" permission if you want to access datas of "
4670
+ "Facebook pages, where you are an administrator. For other pages you still "
4671
+ "need to turn this option on, but request access to \"Page Public Content "
4672
+ "Access\" within your App."
4673
+ msgstr ""
4674
+
4675
+ msgctxt "Facebook app permission"
4676
+ msgid "user photos"
4677
+ msgstr ""
4678
+
4679
+ msgid "User photos permission"
4680
+ msgstr ""
4681
+
4682
+ msgid ""
4683
+ "You need \"user_photos\" permission to access photos of users, except your "
4684
+ "own user."
4685
+ msgstr ""
4686
+
4687
+ msgid "Token"
4688
+ msgstr ""
4689
+
4690
+ msgid "Callback url"
4691
+ msgstr ""
4692
+
4693
+ msgid "The token expired. Please request new token! "
4694
+ msgstr ""
4695
+
4696
+ msgid "Request token"
4697
+ msgstr ""
4698
+
4699
+ msgid "Facebook photos or posts on your page"
4700
+ msgstr ""
4701
+
4702
+ msgid "Photos by album"
4703
+ msgstr ""
4704
+
4705
+ msgid "Posts by page"
4706
+ msgstr ""
4707
+
4708
+ msgid "User or page"
4709
+ msgstr ""
4710
+
4711
+ msgid "Album"
4712
+ msgstr ""
4713
+
4714
+ msgctxt "Facebook generator type"
4715
+ msgid "Facebook posts"
4716
+ msgstr ""
4717
+
4718
+ msgid "Page"
4719
+ msgstr ""
4720
+
4721
+ msgid "Feed"
4722
+ msgstr ""
4723
+
4724
+ msgid "Remove special characters"
4725
+ msgstr ""
4726
+
4727
+ msgid "Exclude Types"
4728
+ msgstr ""
4729
+
4730
+ msgid "Separate the types by a comma. E.g.: share,album"
4731
+ msgstr ""
4732
+
4733
+ msgid "The key and secret is not valid!"
4734
+ msgstr ""
4735
+
4736
+ msgid "There are no photos in this album!"
4737
+ msgstr ""
4738
+
4739
+ msgid "Please choose an album!"
4740
+ msgstr ""
4741
+
4742
+ msgid "There are no photos in this gallery!"
4743
+ msgstr ""
4744
+
4745
+ msgid "Please chooose a gallery!"
4746
+ msgstr ""
4747
+
4748
+ msgid "Privacy"
4749
+ msgstr ""
4750
+
4751
+ msgid "There are no photos with this privacy filter!"
4752
+ msgstr ""
4753
+
4754
+ msgctxt "Flickr generator type"
4755
+ msgid "Flickr search"
4756
+ msgstr ""
4757
+
4758
+ msgid "User name or ID"
4759
+ msgstr ""
4760
+
4761
+ msgid "Search in title, description or tags"
4762
+ msgstr ""
4763
+
4764
+ msgid "Folder"
4765
+ msgstr ""
4766
+
4767
+ msgid "Images in folder"
4768
+ msgstr ""
4769
+
4770
+ msgid "Images in folder and subfolders"
4771
+ msgstr ""
4772
+
4773
+ msgid "Videos in folder"
4774
+ msgstr ""
4775
+
4776
+ msgid "Source folder"
4777
+ msgstr ""
4778
+
4779
+ msgid "Filename based exclusion"
4780
+ msgstr ""
4781
+
4782
+ msgid "Remove resized images"
4783
+ msgstr ""
4784
+
4785
+ msgid ""
4786
+ "This option removes files that match the \"-[number]x[number].[extension]\" "
4787
+ "pattern in the end of their file names. For example, \"myimage.jpg\" will "
4788
+ "stay in the generator result, but \"myimage-120x120.jpg\" will be removed, "
4789
+ "because it's the same image, just in a smaller size."
4790
+ msgstr ""
4791
+
4792
+ msgid "Filename has to contain"
4793
+ msgstr ""
4794
+
4795
+ msgid ""
4796
+ "Only those images will be asked down, which have the given texts within "
4797
+ "their filenames. You can write down multiple texts separated by comma."
4798
+ msgstr ""
4799
+
4800
+ msgid "Filename cannot contain"
4801
+ msgstr ""
4802
+
4803
+ msgid ""
4804
+ "Only those images will be asked down, which don't have the given texts "
4805
+ "within their filenames. You can write down multiple texts separated by comma."
4806
+ msgstr ""
4807
+
4808
+ msgid "Filename"
4809
+ msgstr ""
4810
+
4811
+ msgid "Creation date"
4812
+ msgstr ""
4813
+
4814
+ msgid ""
4815
+ "Wrong path. This is the default image folder path, so try to navigate from "
4816
+ "here:"
4817
+ msgstr ""
4818
+
4819
+ msgid "Folder not found."
4820
+ msgstr ""
4821
+
4822
+ msgid ""
4823
+ "Wrong path. This is the default upload/media folder path, so try to navigate "
4824
+ "from here:"
4825
+ msgstr ""
4826
+
4827
+ msgid "The App ID and the Secret is empty!"
4828
+ msgstr ""
4829
+
4830
+ msgid "The token will expire at:"
4831
+ msgstr ""
4832
+
4833
+ msgid "Access token was not returned.Please check the credentials!"
4834
+ msgstr ""
4835
+
4836
+ msgid "The token expired. Please request new token!"
4837
+ msgstr ""
4838
+
4839
+ msgid "The token will expire in two days! Please refresh the token!"
4840
+ msgstr ""
4841
+
4842
+ msgid "Refresh Token"
4843
+ msgstr ""
4844
+
4845
+ msgid "Refresh"
4846
+ msgstr ""
4847
+
4848
+ msgid "Album loading method"
4849
+ msgstr ""
4850
+
4851
+ msgid "Load first images only"
4852
+ msgstr ""
4853
+
4854
+ msgid "Load album images separately"
4855
+ msgstr ""
4856
+
4857
+ msgid "Load Album images as record data"
4858
+ msgstr ""
4859
+
4860
+ msgid "JSON from url"
4861
+ msgstr ""
4862
+
4863
+ msgid "JSON from input"
4864
+ msgstr ""
4865
+
4866
+ msgid "Level separation"
4867
+ msgstr ""
4868
+
4869
+ msgid ""
4870
+ "JSON codes can be customized to have many different levels. From a code it "
4871
+ "is impossible to know from which level do you want to use the given datas on "
4872
+ "the different slides, so you have to select that level from this list."
4873
+ msgstr ""
4874
+
4875
+ #, php-format
4876
+ msgid ""
4877
+ "The given text is not valid XML! %1$sValidate your code%2$s to make sure it "
4878
+ "is correct."
4879
+ msgstr ""
4880
+
4881
+ #, php-format
4882
+ msgid ""
4883
+ "The given text is not valid JSON! %1$sValidate your code%2$s to make sure it "
4884
+ "is correct."
4885
+ msgstr ""
4886
+
4887
+ msgid ""
4888
+ "Try to change the \"Level separation\" or \"Remove levels from result\" "
4889
+ "setting."
4890
+ msgstr ""
4891
+
4892
+ msgid "Images"
4893
+ msgstr ""
4894
+
4895
+ msgid "Offset hours"
4896
+ msgstr ""
4897
+
4898
+ msgid "Timezone offset in hours. For example: +2 or -7."
4899
+ msgstr ""
4900
+
4901
+ msgid "The data in the given url is not valid XML."
4902
+ msgstr ""
4903
+
4904
+ msgid "CSV from url"
4905
+ msgstr ""
4906
+
4907
+ msgid "CSV from input"
4908
+ msgstr ""
4909
+
4910
+ msgid "View tweet"
4911
+ msgstr ""
4912
+
4913
+ msgid "Comments"
4914
+ msgstr ""
4915
+
4916
+ msgid "Date"
4917
+ msgstr ""
4918
+
4919
+ msgid "Likes"
4920
+ msgstr ""
4921
+
4922
+ msgid "Manual"
4923
+ msgstr ""
4924
+
4925
+ msgid "Modified time"
4926
+ msgstr ""
4927
+
4928
+ msgid "Plays"
4929
+ msgstr ""
4930
+
4931
+ msgid "Playlist"
4932
+ msgstr ""
4933
+
4934
+ msgid "optional"
4935
+ msgstr ""
4936
+
4937
+ #, php-format
4938
+ msgid "Creates slides from %1$s content."
4939
+ msgstr ""
4940
+
4941
+ msgid "Include subcategories"
4942
+ msgstr ""
4943
+
4944
+ msgid "Frontpage"
4945
+ msgstr ""
4946
+
4947
+ msgid "Exclude ID"
4948
+ msgstr ""
4949
+
4950
+ msgid "Category title"
4951
+ msgstr ""
4952
+
4953
+ msgid "Username"
4954
+ msgstr ""
4955
+
4956
+ msgid "View post"
4957
+ msgstr ""
4958
+
4959
+ msgid "Resolved"
4960
+ msgstr ""
4961
+
4962
+ msgid "Only main discussions"
4963
+ msgstr ""
4964
+
4965
+ msgid "View discussion"
4966
+ msgstr ""
4967
+
4968
+ msgid "Events"
4969
+ msgstr ""
4970
+
4971
+ msgid "Albums"
4972
+ msgstr ""
4973
+
4974
+ msgid "Videos"
4975
+ msgstr ""
4976
+
4977
+ msgid "Pages"
4978
+ msgstr ""
4979
+
4980
+ msgid "Users"
4981
+ msgstr ""
4982
+
4983
+ msgid "Allowed user IDs"
4984
+ msgstr ""
4985
+
4986
+ msgid "Separate them by comma."
4987
+ msgstr ""
4988
+
4989
+ msgid "Banned user IDs"
4990
+ msgstr ""
4991
+
4992
+ msgid "Started"
4993
+ msgstr ""
4994
+
4995
+ msgid "Ended"
4996
+ msgstr ""
4997
+
4998
+ msgid "All day"
4999
+ msgstr ""
5000
+
5001
+ msgid "Recurring events"
5002
+ msgstr ""
5003
+
5004
+ msgid "Open"
5005
+ msgstr ""
5006
+
5007
+ msgid "Closed"
5008
+ msgstr ""
5009
+
5010
+ msgid "Invite only"
5011
+ msgstr ""
5012
+
5013
+ msgid "Location"
5014
+ msgstr ""
5015
+
5016
+ msgid "Pull posts only from these users. Separate them by comma."
5017
+ msgstr ""
5018
+
5019
+ msgid "Do not pull posts from these users. Separate them by comma."
5020
+ msgstr ""
5021
+
5022
+ msgid "Public"
5023
+ msgstr ""
5024
+
5025
+ msgid "Private"
5026
+ msgstr ""
5027
+
5028
+ msgid "Notification"
5029
+ msgstr ""
5030
+
5031
+ msgid "Email only"
5032
+ msgstr ""
5033
+
5034
+ msgid "Internal only"
5035
+ msgstr ""
5036
+
5037
+ msgid "Profiles"
5038
+ msgstr ""
5039
+
5040
+ msgid "Badges"
5041
+ msgstr ""
5042
+
5043
+ msgid "Register date"
5044
+ msgstr ""
5045
+
5046
+ msgid "Last visit date"
5047
+ msgstr ""
5048
+
5049
+ msgid "Points"
5050
+ msgstr ""
5051
+
5052
+ msgid "Products"
5053
+ msgstr ""
5054
+
5055
+ msgid "Manufacturer"
5056
+ msgstr ""
5057
+
5058
+ msgid "On discount"
5059
+ msgstr ""
5060
+
5061
+ msgid "In stock"
5062
+ msgstr ""
5063
+
5064
+ msgid "Currency"
5065
+ msgstr ""
5066
+
5067
+ msgid "Product language"
5068
+ msgstr ""
5069
+
5070
+ msgid "Category language"
5071
+ msgstr ""
5072
+
5073
+ msgid "Manufacturer language"
5074
+ msgstr ""
5075
+
5076
+ msgid "Price"
5077
+ msgstr ""
5078
+
5079
+ msgid "Product name"
5080
+ msgstr ""
5081
+
5082
+ msgid "Product ID"
5083
+ msgstr ""
5084
+
5085
+ msgid "Locations"
5086
+ msgstr ""
5087
+
5088
+ msgid "Recurring"
5089
+ msgstr ""
5090
+
5091
+ msgid "All, but from recurring ones only parent events"
5092
+ msgstr ""
5093
+
5094
+ msgid "Only recurring events"
5095
+ msgstr ""
5096
+
5097
+ msgid "Only recurring event parents"
5098
+ msgstr ""
5099
+
5100
+ msgid "Only not recurring events"
5101
+ msgstr ""
5102
+
5103
+ msgid "Menu item (item ID)"
5104
+ msgstr ""
5105
+
5106
+ msgid "Start date"
5107
+ msgstr ""
5108
+
5109
+ msgid "End date"
5110
+ msgstr ""
5111
+
5112
+ msgid "ID"
5113
+ msgstr ""
5114
+
5115
+ msgid "Discount"
5116
+ msgstr ""
5117
+
5118
+ msgid "Registration start date"
5119
+ msgstr ""
5120
+
5121
+ msgid "Cut off date"
5122
+ msgstr ""
5123
+
5124
+ msgid "Cancel before date"
5125
+ msgstr ""
5126
+
5127
+ msgid "Publish up date"
5128
+ msgstr ""
5129
+
5130
+ msgid "Publish down date"
5131
+ msgstr ""
5132
+
5133
+ msgid "Early bird discount date"
5134
+ msgstr ""
5135
+
5136
+ msgid "Early bird discount amount"
5137
+ msgstr ""
5138
+
5139
+ msgid "Late fee date"
5140
+ msgstr ""
5141
+
5142
+ msgid "Recurring end date"
5143
+ msgstr ""
5144
+
5145
+ msgid "Max end date"
5146
+ msgstr ""
5147
+
5148
+ msgid "Only display items with these IDs"
5149
+ msgstr ""
5150
+
5151
+ msgid ""
5152
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5153
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5154
+ "setting will be used."
5155
+ msgstr ""
5156
+
5157
+ msgid "Brand"
5158
+ msgstr ""
5159
+
5160
+ msgid "Tag"
5161
+ msgstr ""
5162
+
5163
+ msgid "Warehouse"
5164
+ msgstr ""
5165
+
5166
+ msgid "Include all images"
5167
+ msgstr ""
5168
+
5169
+ msgid "Sales"
5170
+ msgstr ""
5171
+
5172
+ msgid "Average score"
5173
+ msgstr ""
5174
+
5175
+ msgid "Total vote"
5176
+ msgstr ""
5177
+
5178
+ msgid "Product IDs"
5179
+ msgstr ""
5180
+
5181
+ msgid ""
5182
+ "Write the product IDs you want to display here, in the order you want them "
5183
+ "to appear in the generator. One product ID per line."
5184
+ msgstr ""
5185
+
5186
+ msgid "One time events"
5187
+ msgstr ""
5188
+
5189
+ msgid "Repeating events"
5190
+ msgstr ""
5191
+
5192
+ msgid "Date language"
5193
+ msgstr ""
5194
+
5195
+ msgid "Date variable offset"
5196
+ msgstr ""
5197
+
5198
+ msgid "Date filter offset"
5199
+ msgstr ""
5200
+
5201
+ msgid "Status"
5202
+ msgstr ""
5203
+
5204
+ msgid "Trashed"
5205
+ msgstr ""
5206
+
5207
+ msgid "Ask down all product images"
5208
+ msgstr ""
5209
+
5210
+ msgid "Items"
5211
+ msgstr ""
5212
+
5213
+ msgid "View item"
5214
+ msgstr ""
5215
+
5216
+ msgid "Viewed"
5217
+ msgstr ""
5218
+
5219
+ msgid "View image"
5220
+ msgstr ""
5221
+
5222
+ msgid "All day event"
5223
+ msgstr ""
5224
+
5225
+ msgid "Fallback language"
5226
+ msgstr ""
5227
+
5228
+ msgid "Show parent products only"
5229
+ msgstr ""
5230
+
5231
+ #, php-format
5232
+ msgid "Creates slides from %1$s galleries."
5233
+ msgstr ""
5234
+
5235
+ msgid "Gallery"
5236
+ msgstr ""
5237
+
5238
+ msgid "View gallery"
5239
+ msgstr ""
5240
+
5241
+ msgid "Creates slides by your custom settings."
5242
+ msgstr ""
5243
+
5244
+ #, php-format
5245
+ msgid ""
5246
+ "You don't have custom generators yet. %1$s Check the documentation %2$s to "
5247
+ "learn how to create your own generator."
5248
+ msgstr ""
5249
+
5250
+ msgid "No options given"
5251
+ msgstr ""
5252
+
5253
+ #, php-format
5254
+ msgid "Creates slides from %1$s events."
5255
+ msgstr ""
5256
+
5257
+ msgid "Exclude event IDs (One ID per line)"
5258
+ msgstr ""
5259
+
5260
+ msgid "Location town"
5261
+ msgstr ""
5262
+
5263
+ msgid "Location state"
5264
+ msgstr ""
5265
+
5266
+ msgid "Get all multisite events"
5267
+ msgstr ""
5268
+
5269
+ msgid "Order result"
5270
+ msgstr ""
5271
+
5272
+ msgid "Events per site"
5273
+ msgstr ""
5274
+
5275
+ msgid "Format date variables"
5276
+ msgstr ""
5277
+
5278
+ msgid ""
5279
+ "With the WordPress Settings -> General -> Timezone and Date format, new "
5280
+ "variables will be generated from the given variables. Separate them with "
5281
+ "comma."
5282
+ msgstr ""
5283
+
5284
+ msgid "Start time text"
5285
+ msgstr ""
5286
+
5287
+ msgid "End date text"
5288
+ msgstr ""
5289
+
5290
+ msgid "End time text"
5291
+ msgstr ""
5292
+
5293
+ msgid "Rsvp date"
5294
+ msgstr ""
5295
+
5296
+ msgid "Multisite Posts"
5297
+ msgstr ""
5298
+
5299
+ msgid "Source gallery"
5300
+ msgstr ""
5301
+
5302
+ msgid "Organizers"
5303
+ msgstr ""
5304
+
5305
+ msgid "Venues"
5306
+ msgstr ""
5307
+
5308
+ msgid "Hide From Event Listings"
5309
+ msgstr ""
5310
+
5311
+ msgid "Event start date"
5312
+ msgstr ""
5313
+
5314
+ msgid "Event end date"
5315
+ msgstr ""
5316
+
5317
+ msgid "Event cost"
5318
+ msgstr ""
5319
+
5320
+ msgid "Event creation date"
5321
+ msgstr ""
5322
+
5323
+ msgid "Event modification date"
5324
+ msgstr ""
5325
+
5326
+ msgid "Metakey name"
5327
+ msgstr ""
5328
+
5329
+ msgid "If its set, this will be used instead of the 'Field' value."
5330
+ msgstr ""
5331
+
5332
+ msgid "Sorting method"
5333
+ msgstr ""
5334
+
5335
+ msgid "Galleries"
5336
+ msgstr ""
5337
+
5338
+ msgid "Upload date"
5339
+ msgstr ""
5340
+
5341
+ msgid "Average rating"
5342
+ msgstr ""
5343
+
5344
+ msgid "Rate count"
5345
+ msgstr ""
5346
+
5347
+ msgid "Hit count"
5348
+ msgstr ""
5349
+
5350
+ msgid "Root"
5351
+ msgstr ""
5352
+
5353
+ msgid "Products by filter"
5354
+ msgstr ""
5355
+
5356
+ msgid "Products by IDs and/or SKUs"
5357
+ msgstr ""
5358
+
5359
+ msgid ""
5360
+ "Creates slides from your WooCommece categories. (Not from the products "
5361
+ "inside them.)"
5362
+ msgstr ""
5363
+
5364
+ msgid "Submenu limit"
5365
+ msgstr ""
5366
+
5367
+ msgid "No limit"
5368
+ msgstr ""
5369
+
5370
+ msgid "Hide empty categories"
5371
+ msgstr ""
5372
+
5373
+ msgid "Yes"
5374
+ msgstr ""
5375
+
5376
+ msgid "Downloadable"
5377
+ msgstr ""
5378
+
5379
+ msgid "Virtual"
5380
+ msgstr ""
5381
+
5382
+ msgid "Create text variables (one per line)"
5383
+ msgstr ""
5384
+
5385
+ msgid ""
5386
+ "if 'variable' equals to 'equalvalue', then you will get the text 'true', but "
5387
+ "if it's not equal, the text will be 'false'. The new variable's name will be "
5388
+ "textvariable (the 'variable' replaced by your variable's name)."
5389
+ msgstr ""
5390
+
5391
+ msgid "Round rating"
5392
+ msgstr ""
5393
+
5394
+ msgid "Half"
5395
+ msgstr ""
5396
+
5397
+ msgid "Third"
5398
+ msgstr ""
5399
+
5400
+ msgid "Quarter"
5401
+ msgstr ""
5402
+
5403
+ msgid "Visibility"
5404
+ msgstr ""
5405
+
5406
+ msgid "Shop and search results"
5407
+ msgstr ""
5408
+
5409
+ msgid "Shop only"
5410
+ msgstr ""
5411
+
5412
+ msgid "Search results only"
5413
+ msgstr ""
5414
+
5415
+ msgid "Replace these timestamp variables"
5416
+ msgstr ""
5417
+
5418
+ #, php-format
5419
+ msgid "Any PHP date format can be used: %s"
5420
+ msgstr ""
5421
+
5422
+ msgid "Total sales"
5423
+ msgstr ""
5424
+
5425
+ msgid "Regular price"
5426
+ msgstr ""
5427
+
5428
+ msgid "Sale price"
5429
+ msgstr ""
5430
+
5431
+ msgid "IDs (one per line)"
5432
+ msgstr ""
5433
+
5434
+ msgid "SKUs (one per line)"
5435
+ msgstr ""
5436
+
5437
+ msgid "Move"
5438
+ msgstr ""
5439
+
5440
+ msgid "Reveal"
5441
+ msgstr ""
5442
+
5443
+ msgid "Bounce"
5444
+ msgstr ""
5445
+
5446
+ msgid "Special"
5447
+ msgstr ""
5448
+
5449
+ msgid "Left fade"
5450
+ msgstr ""
5451
+
5452
+ msgid "Right fade"
5453
+ msgstr ""
5454
+
5455
+ msgid "Top fade"
5456
+ msgstr ""
5457
+
5458
+ msgid "Bottom fade"
5459
+ msgstr ""
5460
+
5461
+ msgid "Flash"
5462
+ msgstr ""
5463
+
5464
+ msgid "Left to Right"
5465
+ msgstr ""
5466
+
5467
+ msgid "Top to Bottom"
5468
+ msgstr ""
5469
+
5470
+ msgid "Skew Left to Right"
5471
+ msgstr ""
5472
+
5473
+ msgid "Downscale back out"
5474
+ msgstr ""
5475
+
5476
+ msgid "Upscale back out"
5477
+ msgstr ""
5478
+
5479
+ msgid "Pulse"
5480
+ msgstr ""
5481
+
5482
+ msgid "Flip left"
5483
+ msgstr ""
5484
+
5485
+ msgid "Flip right"
5486
+ msgstr ""
5487
+
5488
+ msgid "Flip down"
5489
+ msgstr ""
5490
+
5491
+ msgid "Flip up"
5492
+ msgstr ""
5493
+
5494
+ msgid "Flip in X"
5495
+ msgstr ""
5496
+
5497
+ msgid "Flip in Y"
5498
+ msgstr ""
5499
+
5500
+ msgid "Flap"
5501
+ msgstr ""
5502
+
5503
+ msgid "Rotate top left"
5504
+ msgstr ""
5505
+
5506
+ msgid "Rotate top right"
5507
+ msgstr ""
5508
+
5509
+ msgid "Roll in"
5510
+ msgstr ""
5511
+
5512
+ msgid "Rotate top left back out"
5513
+ msgstr ""
5514
+
5515
+ msgid "Rotate all axis"
5516
+ msgstr ""
5517
+
5518
+ msgid "Bounce in"
5519
+ msgstr ""
5520
+
5521
+ msgid "Bounce in left"
5522
+ msgstr ""
5523
+
5524
+ msgid "Bounce in right"
5525
+ msgstr ""
5526
+
5527
+ msgid "Bounce in down"
5528
+ msgstr ""
5529
+
5530
+ msgid "Bounce in up"
5531
+ msgstr ""
5532
+
5533
+ msgid "Rubber band"
5534
+ msgstr ""
5535
+
5536
+ msgid "Shake"
5537
+ msgstr ""
5538
+
5539
+ msgid "Swing"
5540
+ msgstr ""
5541
+
5542
+ msgid "Wooble"
5543
+ msgstr ""
5544
+
5545
+ msgid "Roll"
5546
+ msgstr ""
5547
+
5548
+ msgid "Grow rotate"
5549
+ msgstr ""
5550
+
5551
+ msgid "Pendulum"
5552
+ msgstr ""
5553
+
5554
+ msgid "Pendulum 3D"
5555
+ msgstr ""
5556
+
5557
+ msgid "Vertical pendulum 3D"
5558
+ msgstr ""
5559
+
5560
+ msgid "We are Passionate About"
5561
+ msgstr ""
5562
+
5563
+ msgid ""
5564
+ "Amazing Food\n"
5565
+ "Great Hospitality"
5566
+ msgstr ""
5567
+
5568
+ msgid "Before text"
5569
+ msgstr ""
5570
+
5571
+ msgid "Animated text"
5572
+ msgstr ""
5573
+
5574
+ msgid "After text"
5575
+ msgstr ""
5576
+
5577
+ msgid "Rotating"
5578
+ msgstr ""
5579
+
5580
+ msgid "Drop-in"
5581
+ msgstr ""
5582
+
5583
+ msgid "Slide down"
5584
+ msgstr ""
5585
+
5586
+ msgid "Typewriter"
5587
+ msgstr ""
5588
+
5589
+ msgid "Chars"
5590
+ msgstr ""
5591
+
5592
+ msgid "Chars 2"
5593
+ msgstr ""
5594
+
5595
+ msgid "Auto width"
5596
+ msgstr ""
5597
+
5598
+ msgid "Cursor color"
5599
+ msgstr ""
5600
+
5601
+ msgctxt "Effect"
5602
+ msgid "Loop"
5603
+ msgstr ""
5604
+
5605
+ msgid "Show duration"
5606
+ msgstr ""
5607
+
5608
+ msgid "Class on the selected tag element."
5609
+ msgstr ""
5610
+
5611
+ msgid "Area"
5612
+ msgstr ""
5613
+
5614
+ msgid "Write custom CSS codes here without selectors."
5615
+ msgstr ""
5616
+
5617
+ msgid "Audio"
5618
+ msgstr ""
5619
+
5620
+ msgid "MP3 audio"
5621
+ msgstr ""
5622
+
5623
+ msgid "Main color"
5624
+ msgstr ""
5625
+
5626
+ msgid "Secondary color"
5627
+ msgstr ""
5628
+
5629
+ msgid "Audio settings"
5630
+ msgstr ""
5631
+
5632
+ #, php-format
5633
+ msgid ""
5634
+ "Audio autoplaying has a lot of limitations made by browsers. You can read "
5635
+ "about them %1$shere%2$s."
5636
+ msgstr ""
5637
+
5638
+ msgid "Starts the audio from the beginning when the slide is viewed again."
5639
+ msgstr ""
5640
+
5641
+ msgid "Progress"
5642
+ msgstr ""
5643
+
5644
+ msgid "Time"
5645
+ msgstr ""
5646
+
5647
+ msgid "Icon Size"
5648
+ msgstr ""
5649
+
5650
+ msgid "Before After"
5651
+ msgstr ""
5652
+
5653
+ msgid "Left top"
5654
+ msgstr ""
5655
+
5656
+ msgid "Center top"
5657
+ msgstr ""
5658
+
5659
+ msgid "Right top"
5660
+ msgstr ""
5661
+
5662
+ msgid "Left center"
5663
+ msgstr ""
5664
+
5665
+ msgid "Right Center"
5666
+ msgstr ""
5667
+
5668
+ msgid "Left bottom"
5669
+ msgstr ""
5670
+
5671
+ msgid "Center bottom"
5672
+ msgstr ""
5673
+
5674
+ msgid "Right bottom"
5675
+ msgstr ""
5676
+
5677
+ msgid "Before Image"
5678
+ msgstr ""
5679
+
5680
+ msgid "After Image"
5681
+ msgstr ""
5682
+
5683
+ msgid "Labels"
5684
+ msgstr ""
5685
+
5686
+ msgid "Show Label"
5687
+ msgstr ""
5688
+
5689
+ msgid "Always"
5690
+ msgstr ""
5691
+
5692
+ msgid "Before label"
5693
+ msgstr ""
5694
+
5695
+ msgid "After label"
5696
+ msgstr ""
5697
+
5698
+ msgid "Behavior"
5699
+ msgstr ""
5700
+
5701
+ msgid "Interaction"
5702
+ msgstr ""
5703
+
5704
+ msgid "Divider"
5705
+ msgstr ""
5706
+
5707
+ msgid "Line"
5708
+ msgstr ""
5709
+
5710
+ msgid "Show Caption"
5711
+ msgstr ""
5712
+
5713
+ msgid "Caption text"
5714
+ msgstr ""
5715
+
5716
+ msgid "Before image alt tag"
5717
+ msgstr ""
5718
+
5719
+ msgid "After image alt tag"
5720
+ msgstr ""
5721
+
5722
+ msgid "Optimize images"
5723
+ msgstr ""
5724
+
5725
+ msgid "Full"
5726
+ msgstr ""
5727
+
5728
+ msgid "Scales up the image on hover"
5729
+ msgstr ""
5730
+
5731
+ msgid "Overlay background"
5732
+ msgstr ""
5733
+
5734
+ msgid "Positions the text inside the overlay."
5735
+ msgstr ""
5736
+
5737
+ msgid "Circle counter"
5738
+ msgstr ""
5739
+
5740
+ msgid "Counter"
5741
+ msgstr ""
5742
+
5743
+ msgid "Value"
5744
+ msgstr ""
5745
+
5746
+ msgid "Start from"
5747
+ msgstr ""
5748
+
5749
+ msgid "Total"
5750
+ msgstr ""
5751
+
5752
+ msgid "Active color"
5753
+ msgstr ""
5754
+
5755
+ msgid "Stroke width"
5756
+ msgstr ""
5757
+
5758
+ msgid "Inner before"
5759
+ msgstr ""
5760
+
5761
+ msgid "Inner after"
5762
+ msgstr ""
5763
+
5764
+ msgid "Pre"
5765
+ msgstr ""
5766
+
5767
+ msgid "Animation duration"
5768
+ msgstr ""
5769
+
5770
+ msgid "Countdown"
5771
+ msgstr ""
5772
+
5773
+ msgid "Days"
5774
+ msgstr "Dagar"
5775
+
5776
+ msgid "Minutes"
5777
+ msgstr "Minuter"
5778
+
5779
+ msgid "Seconds"
5780
+ msgstr "Sekunder"
5781
+
5782
+ msgid "Use slide schedule"
5783
+ msgstr ""
5784
+
5785
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
5786
+ msgstr ""
5787
+
5788
+ msgid "Use Slide Schedule"
5789
+ msgstr ""
5790
+
5791
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
5792
+ msgstr ""
5793
+
5794
+ msgid ""
5795
+ "Displays the days, hours, minutes and seconds texts under the counter "
5796
+ "numbers. To display the labels in your own language, translate the texts in "
5797
+ "the language files."
5798
+ msgstr ""
5799
+
5800
+ msgid "Gap"
5801
+ msgstr ""
5802
+
5803
+ msgid "Creates vertical and horizontal distance between the counter elements."
5804
+ msgstr ""
5805
+
5806
+ msgid "Tablet style"
5807
+ msgstr ""
5808
+
5809
+ msgid "Set custom Gap and Column for tablet."
5810
+ msgstr ""
5811
+
5812
+ msgid "Mobile style"
5813
+ msgstr ""
5814
+
5815
+ msgid "Set custom Gap and Column for mobile."
5816
+ msgstr ""
5817
+
5818
+ msgid "Action when ends"
5819
+ msgstr ""
5820
+
5821
+ msgid "No action"
5822
+ msgstr ""
5823
+
5824
+ msgid "Hide layer"
5825
+ msgstr ""
5826
+
5827
+ msgid "Redirect to URL"
5828
+ msgstr ""
5829
+
5830
+ msgid "Choose what happens after the counter reached zero."
5831
+ msgstr ""
5832
+
5833
+ msgid "This page is"
5834
+ msgstr ""
5835
+
5836
+ msgid "Amazing"
5837
+ msgstr ""
5838
+
5839
+ #, php-format
5840
+ msgid "Circle %d"
5841
+ msgstr ""
5842
+
5843
+ #, php-format
5844
+ msgid "Curly %d"
5845
+ msgstr ""
5846
+
5847
+ #, php-format
5848
+ msgid "Highlight %d"
5849
+ msgstr ""
5850
+
5851
+ #, php-format
5852
+ msgid "Line Through %d"
5853
+ msgstr ""
5854
+
5855
+ #, php-format
5856
+ msgid "Rectangle %d"
5857
+ msgstr ""
5858
+
5859
+ #, php-format
5860
+ msgid "Underline %d"
5861
+ msgstr ""
5862
+
5863
+ #, php-format
5864
+ msgid "Underline double %d"
5865
+ msgstr ""
5866
+
5867
+ #, php-format
5868
+ msgid "ZigZag %d"
5869
+ msgstr ""
5870
+
5871
+ msgid "Highlighted text"
5872
+ msgstr ""
5873
+
5874
+ msgid "Bring front"
5875
+ msgstr ""
5876
+
5877
+ msgid "Puts the shape on top of the text."
5878
+ msgstr ""
5879
+
5880
+ msgid "Loop delay"
5881
+ msgstr ""
5882
+
5883
+ msgid "HTML"
5884
+ msgstr ""
5885
+
5886
+ msgid "Empty element"
5887
+ msgstr ""
5888
+
5889
+ msgid ""
5890
+ "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
5891
+ "codes loaded by it. We only suggest using this layer if you are a developer. "
5892
+ "<br>Also, make sure your HTML code is valid! Invalid HTML codes can mess up "
5893
+ "the entire slide and the only way resolving this problem is deleting the "
5894
+ "slide."
5895
+ msgstr ""
5896
+
5897
+ msgid "Item"
5898
+ msgstr ""
5899
+
5900
+ msgid ""
5901
+ "Item 1\n"
5902
+ "Item 2\n"
5903
+ "Item 3"
5904
+ msgstr ""
5905
+
5906
+ msgid "List type"
5907
+ msgstr ""
5908
+
5909
+ msgctxt "List layer type"
5910
+ msgid "None"
5911
+ msgstr ""
5912
+
5913
+ msgctxt "List layer type"
5914
+ msgid "Disc"
5915
+ msgstr ""
5916
+
5917
+ msgctxt "List layer type"
5918
+ msgid "Square"
5919
+ msgstr ""
5920
+
5921
+ msgctxt "List layer type"
5922
+ msgid "Circle"
5923
+ msgstr ""
5924
+
5925
+ msgctxt "List layer type"
5926
+ msgid "Decimal"
5927
+ msgstr ""
5928
+
5929
+ msgctxt "List layer type"
5930
+ msgid "Armenian"
5931
+ msgstr ""
5932
+
5933
+ msgctxt "List layer type"
5934
+ msgid "Cjk-ideographic"
5935
+ msgstr ""
5936
+
5937
+ msgctxt "List layer type"
5938
+ msgid "Decimal-leading-zero"
5939
+ msgstr ""
5940
+
5941
+ msgctxt "List layer type"
5942
+ msgid "Georgian"
5943
+ msgstr ""
5944
+
5945
+ msgctxt "List layer type"
5946
+ msgid "Hebrew"
5947
+ msgstr ""
5948
+
5949
+ msgctxt "List layer type"
5950
+ msgid "Hiragana"
5951
+ msgstr ""
5952
+
5953
+ msgctxt "List layer type"
5954
+ msgid "Hiragana-iroha"
5955
+ msgstr ""
5956
+
5957
+ msgctxt "List layer type"
5958
+ msgid "Katakana"
5959
+ msgstr ""
5960
+
5961
+ msgctxt "List layer type"
5962
+ msgid "Katakana-iroha"
5963
+ msgstr ""
5964
+
5965
+ msgctxt "List layer type"
5966
+ msgid "Lower-alpha"
5967
+ msgstr ""
5968
+
5969
+ msgctxt "List layer type"
5970
+ msgid "Lower-greek"
5971
+ msgstr ""
5972
+
5973
+ msgctxt "List layer type"
5974
+ msgid "Lower-latin"
5975
+ msgstr ""
5976
+
5977
+ msgctxt "List layer type"
5978
+ msgid "Lower-roman"
5979
+ msgstr ""
5980
+
5981
+ msgctxt "List layer type"
5982
+ msgid "Upper-alpha"
5983
+ msgstr ""
5984
+
5985
+ msgctxt "List layer type"
5986
+ msgid "Upper-latin"
5987
+ msgstr ""
5988
+
5989
+ msgctxt "List layer type"
5990
+ msgid "Upper-roman"
5991
+ msgstr ""
5992
+
5993
+ msgid "Icon not found"
5994
+ msgstr ""
5995
+
5996
+ #, php-format
5997
+ msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
5998
+ msgstr ""
5999
+
6000
+ msgid "Iframe"
6001
+ msgstr ""
6002
+
6003
+ msgid ""
6004
+ "Please note, that <b>we do not support</b> customized coding! The iframe "
6005
+ "layer often needs code customizations what you have to do yourself, so we "
6006
+ "only suggest using this layer if you are a developer!"
6007
+ msgstr ""
6008
+
6009
+ msgid "Iframe url"
6010
+ msgstr ""
6011
+
6012
+ msgid "You can disable the scroll on the iframe content."
6013
+ msgstr ""
6014
+
6015
+ msgid "Iframe title"
6016
+ msgstr ""
6017
+
6018
+ msgid "Image area"
6019
+ msgstr ""
6020
+
6021
+ msgid "Image box"
6022
+ msgstr ""
6023
+
6024
+ msgid ""
6025
+ "Positions the text inside the layer. Only works with left and right layout."
6026
+ msgstr ""
6027
+
6028
+ msgid "Input"
6029
+ msgstr ""
6030
+
6031
+ msgid "Container"
6032
+ msgstr ""
6033
+
6034
+ msgid "What are you looking for?"
6035
+ msgstr ""
6036
+
6037
+ msgid ""
6038
+ "We only suggest using this layer if you are a developer, since the Input "
6039
+ "layer requires deep understanding how HTML form works."
6040
+ msgstr ""
6041
+
6042
+ msgid "Placeholder text"
6043
+ msgstr ""
6044
+
6045
+ msgid "Form"
6046
+ msgstr ""
6047
+
6048
+ msgid "Input name"
6049
+ msgstr ""
6050
+
6051
+ msgid "Method"
6052
+ msgstr ""
6053
+
6054
+ msgid "Form action"
6055
+ msgstr ""
6056
+
6057
+ msgid "Parameters"
6058
+ msgstr ""
6059
+
6060
+ msgid "Slide action to submit"
6061
+ msgstr ""
6062
+
6063
+ msgid "JavaScript"
6064
+ msgstr ""
6065
+
6066
+ msgid "Progress bar"
6067
+ msgstr ""
6068
+
6069
+ msgid "Over"
6070
+ msgstr ""
6071
+
6072
+ msgid "Transition"
6073
+ msgstr ""
6074
+
6075
+ msgid "Front image"
6076
+ msgstr ""
6077
+
6078
+ msgid "Back image"
6079
+ msgstr ""
6080
+
6081
+ msgid "Vertical flip"
6082
+ msgstr ""
6083
+
6084
+ msgid "Horizontal flip"
6085
+ msgstr ""
6086
+
6087
+ msgid "Front image alt tag"
6088
+ msgstr ""
6089
+
6090
+ msgid "Back image alt tag"
6091
+ msgstr ""
6092
+
6093
+ msgid "MP4 video"
6094
+ msgstr ""
6095
+
6096
+ msgid "Preload"
6097
+ msgstr ""
6098
+
6099
+ msgid "Joomla module"
6100
+ msgstr ""
6101
+
6102
+ msgid ""
6103
+ "Please note, that <b>we do not support</b> the Joomla module layer!<br>The "
6104
+ "loaded module often needs code customizations what you have to do yourself, "
6105
+ "so we only suggest using this layer if you are a developer!"
6106
+ msgstr ""
6107
+
6108
+ msgid "Position name or module ID"
6109
+ msgstr ""
6110
+
6111
+ msgid ""
6112
+ "The position name of your module (for Loadposition and Modulepos) or the "
6113
+ "module's ID (Module)."
6114
+ msgstr ""
6115
+
6116
+ msgid "Constrain ratio"
6117
+ msgstr ""
6118
+
6119
+ msgid "The slide scales horizontally and vertically with the same amount."
6120
+ msgstr ""
6121
+
6122
+ msgid "Height based on"
6123
+ msgstr ""
6124
+
6125
+ msgid ""
6126
+ "The real height makes your slider have the height of the browser without the "
6127
+ "URL bar, while the CSS 100vh makes it exactly as big as the browser height."
6128
+ msgstr ""
6129
+
6130
+ msgid "Decrease height"
6131
+ msgstr ""
6132
+
6133
+ msgid ""
6134
+ "You can make your slider smaller than the full height of the browser by a "
6135
+ "given pixel, for example, to fit below your menu without causing scrollbar."
6136
+ msgstr ""
6137
+
6138
+ msgid "Decrease height by selectors"
6139
+ msgstr ""
6140
+
6141
+ msgid "Use global focus selectors"
6142
+ msgstr ""
6143
+
6144
+ msgid "Use local selectors"
6145
+ msgstr ""
6146
+
6147
+ msgid ""
6148
+ "You can make your slider smaller than the full height of the browser, for "
6149
+ "example, to fit below your menu without causing scrollbar."
6150
+ msgstr ""
6151
+
6152
+ msgid "CSS selector (sum of heights)"
6153
+ msgstr ""
6154
+
6155
+ msgctxt "Slider type"
6156
+ msgid "Carousel slider"
6157
+ msgstr ""
6158
+
6159
+ msgid "Slide size"
6160
+ msgstr ""
6161
+
6162
+ msgid "Max pane width"
6163
+ msgstr ""
6164
+
6165
+ msgid ""
6166
+ "You can use this option to limit how many slides can show up next to each "
6167
+ "other."
6168
+ msgstr ""
6169
+
6170
+ msgid "Minimum slide distance"
6171
+ msgstr ""
6172
+
6173
+ msgid "The minimum space between two slides."
6174
+ msgstr ""
6175
+
6176
+ msgid "Side spacing"
6177
+ msgstr ""
6178
+
6179
+ msgid "Desktop side spacing"
6180
+ msgstr ""
6181
+
6182
+ msgid ""
6183
+ "You can create a fix distance between the slider and the slides where your "
6184
+ "controls are which appear on this device. This way your controls won't cover "
6185
+ "the slide content."
6186
+ msgstr ""
6187
+
6188
+ msgid "Tablet side spacing"
6189
+ msgstr ""
6190
+
6191
+ msgid "Mobile side spacing"
6192
+ msgstr ""
6193
+
6194
+ msgid "Slide background color"
6195
+ msgstr ""
6196
+
6197
+ msgid "Slide border width"
6198
+ msgstr ""
6199
+
6200
+ msgid "Slide border color"
6201
+ msgstr ""
6202
+
6203
+ msgid "Slide border radius"
6204
+ msgstr ""
6205
+
6206
+ msgid "Slider border width"
6207
+ msgstr ""
6208
+
6209
+ msgid "Slider border color"
6210
+ msgstr ""
6211
+
6212
+ msgid "Slider border radius"
6213
+ msgstr ""
6214
+
6215
+ msgid "The Single Switch setting can only move the slides horizontally!"
6216
+ msgstr ""
6217
+
6218
+ msgid ""
6219
+ "This option will create a complete round from your slides if you have enough "
6220
+ "slides. If you don't have enough slides, you could consider duplicating all "
6221
+ "the slides or just add more slides until you will get a carousel round."
6222
+ msgstr ""
6223
+
6224
+ msgid "Single switch"
6225
+ msgstr ""
6226
+
6227
+ msgid "It switches one slide instead of moving all the visible slides."
6228
+ msgstr ""
6229
+
6230
+ msgid "Justify slides"
6231
+ msgstr ""
6232
+
6233
+ msgctxt "Slider type"
6234
+ msgid "Showcase slider"
6235
+ msgstr ""
6236
+
6237
+ msgid "Slide distance"
6238
+ msgstr ""
6239
+
6240
+ msgid "Fix space between the slides."
6241
+ msgstr ""
6242
+
6243
+ msgid "Slide CSS Preset"
6244
+ msgstr ""
6245
+
6246
+ msgid "Showcase animation"
6247
+ msgstr ""
6248
+
6249
+ msgid "Horizontal showcase"
6250
+ msgstr ""
6251
+
6252
+ msgid "Vertical showcase"
6253
+ msgstr ""
6254
+
6255
+ msgid "Horizontal cover flow"
6256
+ msgstr ""
6257
+
6258
+ msgid "Vertical cover flow"
6259
+ msgstr ""
6260
+
6261
+ msgid "Switch with next/previous slides"
6262
+ msgstr ""
6263
+
6264
+ msgid ""
6265
+ "Clicking on any slide that's not in the middle will make the slider switch "
6266
+ "to that slide. With this option you can disable this behavior, for example, "
6267
+ "to allow clicking on buttons on the visible slides."
6268
+ msgstr ""
6269
+
6270
+ msgid "Save as new animation"
6271
+ msgstr ""
6272
+
6273
+ msgid "Sets"
6274
+ msgstr ""
6275
+
6276
+ msgid "Text animation settings"
6277
+ msgstr ""
6278
+
6279
+ msgid "Words"
6280
+ msgstr ""
6281
+
6282
+ msgid "Sort"
6283
+ msgstr ""
6284
+
6285
+ msgid "Reversed"
6286
+ msgstr ""
6287
+
6288
+ msgid "Side shifted"
6289
+ msgstr ""
6290
+
6291
+ msgid "Center shifted"
6292
+ msgstr ""
6293
+
6294
+ msgid "Stagger"
6295
+ msgstr ""
6296
+
6297
+ msgid "Turn"
6298
+ msgstr ""
6299
+
6300
+ msgid "Prev"
6301
+ msgstr ""
6302
+
6303
+ msgid "Next"
6304
+ msgstr ""
6305
+
6306
+ msgid "Previous label"
6307
+ msgstr ""
6308
+
6309
+ msgid "Next label"
6310
+ msgstr ""
6311
+
6312
+ msgid "To normal"
6313
+ msgstr ""
6314
+
6315
+ msgid "To fullscreen"
6316
+ msgstr ""
6317
+
6318
+ msgid "Fullscreen"
6319
+ msgstr ""
6320
+
6321
+ msgid "Exit full screen"
6322
+ msgstr ""
6323
+
6324
+ msgid "Enter Full screen"
6325
+ msgstr ""
6326
+
6327
+ #, php-format
6328
+ msgid ""
6329
+ "%1$s does not support the full screen API. For this reason the full screen "
6330
+ "button will not appear on %1$s devices."
6331
+ msgstr ""
6332
+
6333
+ msgid "Indicator"
6334
+ msgstr ""
6335
+
6336
+ msgid "Line thickness"
6337
+ msgstr ""
6338
+
6339
+ msgid "Track color"
6340
+ msgstr ""
6341
+
6342
+ msgid "Bar color"
6343
+ msgstr ""
Nextend/Languages/zh_CN.mo CHANGED
Binary file
Nextend/Languages/zh_CN.po CHANGED
@@ -1,19 +1,19 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Smart Slider 3\n"
4
- "POT-Creation-Date: 2021-07-23 09:55+0200\n"
5
- "PO-Revision-Date: 2021-07-23 10:03+0200\n"
6
  "Last-Translator: WordPress大学 <<support@wpdaxue.com>>\n"
7
  "Language-Team: WordPress大学<support@wpdaxue.com>\n"
8
  "Language: zh_CN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 3.0\n"
 
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
15
  "n2_en: 1,2;n2_x:1,2c;n2_ex:1,2c\n"
16
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
  "X-Poedit-Flags-xgettext: --no-location\n"
18
 
19
  msgid "Debug error"
@@ -25,14 +25,6 @@ msgstr "在php.ini配置中禁用了CURL。请启用它!"
25
  msgid "Unable to contact with the licensing server, please try again later!"
26
  msgstr "无法与许可服务器联系,请稍后再试!"
27
 
28
- msgctxt "Default Google font family for admin"
29
- msgid "Montserrat"
30
- msgstr "Montserrat"
31
-
32
- msgctxt "Default Google font charset for admin"
33
- msgid "latin"
34
- msgstr "latin"
35
-
36
  msgid "You are not allowed to upload!"
37
  msgstr "您不可以上传!"
38
 
@@ -184,6 +176,14 @@ msgstr "前端"
184
  msgid "You can load Google Fonts on the frontend."
185
  msgstr "您可以在前端加载Google字体。"
186
 
 
 
 
 
 
 
 
 
187
  msgid "Backend"
188
  msgstr "后端"
189
 
@@ -200,53 +200,6 @@ msgstr "斜体"
200
  msgid "Normal"
201
  msgstr "常规"
202
 
203
- msgid "Character set"
204
- msgstr "字符集设置"
205
-
206
- msgctxt "Character set"
207
- msgid "Latin"
208
- msgstr "拉丁语"
209
-
210
- msgctxt "Character set"
211
- msgid "Latin Extended"
212
- msgstr "拉丁语扩展"
213
-
214
- msgctxt "Character set"
215
- msgid "Greek"
216
- msgstr "希腊语"
217
-
218
- msgctxt "Character set"
219
- msgid "Greek Extended"
220
- msgstr "希腊语扩展"
221
-
222
- msgctxt "Character set"
223
- msgid "Cyrillic"
224
- msgstr "西里尔"
225
-
226
- msgctxt "Character set"
227
- msgid "Devanagari"
228
- msgstr "梵文"
229
-
230
- msgctxt "Character set"
231
- msgid "Arabic"
232
- msgstr "阿拉伯"
233
-
234
- msgctxt "Character set"
235
- msgid "Khmer"
236
- msgstr "高棉"
237
-
238
- msgctxt "Character set"
239
- msgid "Telugu"
240
- msgstr "泰卢固语"
241
-
242
- msgctxt "Character set"
243
- msgid "Vietnamese"
244
- msgstr "越南语"
245
-
246
- msgctxt "Default font sets"
247
- msgid "latin"
248
- msgstr "拉丁语"
249
-
250
  msgid "Choose"
251
  msgstr "选择"
252
 
@@ -1332,6 +1285,17 @@ msgstr "分组"
1332
  msgid "Set"
1333
  msgstr "拉伸"
1334
 
 
 
 
 
 
 
 
 
 
 
 
1335
  msgid "Up"
1336
  msgstr ""
1337
 
@@ -1340,9 +1304,6 @@ msgstr ""
1340
  msgid "Insert group"
1341
  msgstr "全组"
1342
 
1343
- msgid "Group"
1344
- msgstr "分组"
1345
-
1346
  msgid "Move to trash"
1347
  msgstr "移至回收站"
1348
 
@@ -1403,6 +1364,32 @@ msgstr "插入轮播内部"
1403
  msgid "delete this slide"
1404
  msgstr "选择轮播"
1405
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1406
  msgid "Animations"
1407
  msgstr "动画"
1408
 
@@ -1678,6 +1665,11 @@ msgstr "您可以将自定义CSS类放入轮播的容器中。"
1678
  msgid "JavaScript callbacks"
1679
  msgstr "JavaScript回调"
1680
 
 
 
 
 
 
1681
  msgid "Post IDs"
1682
  msgstr "文章 IDs"
1683
 
@@ -1687,6 +1679,21 @@ msgstr "每行一个"
1687
  msgid "The cache of the posts with the given ID will be cleared upon save."
1688
  msgstr "保存后将清除具有给定ID的文章的缓存。"
1689
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1690
  msgid "Thumbnail"
1691
  msgstr "缩略图"
1692
 
@@ -1778,9 +1785,6 @@ msgstr "填充模式"
1778
  msgid "Align"
1779
  msgstr "对齐"
1780
 
1781
- msgid "Margin"
1782
- msgstr "外边距"
1783
-
1784
  msgid "Puts a fix margin around your slider."
1785
  msgstr "在轮播周围放置固定外边距。"
1786
 
@@ -1793,6 +1797,11 @@ msgstr "优化"
1793
  msgid "Loading"
1794
  msgstr "加载中"
1795
 
 
 
 
 
 
1796
  msgid "Instant"
1797
  msgstr "即时"
1798
 
@@ -1802,11 +1811,6 @@ msgstr "页面已加载"
1802
  msgid "After delay"
1803
  msgstr "延迟"
1804
 
1805
- #, fuzzy
1806
- #| msgid "Loading mode"
1807
- msgid "Loading type"
1808
- msgstr "加载方式"
1809
-
1810
  msgid ""
1811
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1812
  "you can load it only after the page has loaded."
@@ -2004,6 +2008,11 @@ msgid ""
2004
  "the result with the filling modes."
2005
  msgstr "如果图片的大小与轮播的大小不同,则可以使用填充模式来改善结果。"
2006
 
 
 
 
 
 
2007
  msgid "Randomize"
2008
  msgstr "随机"
2009
 
@@ -2295,17 +2304,17 @@ msgstr "超喜欢它"
2295
  msgid "Why upgrade to Smart Slider 3 Pro?"
2296
  msgstr "为什么要升级到 Smart Slider 3 专业版?"
2297
 
2298
- #, fuzzy
2299
  #| msgid "180+ slider templates"
2300
- msgid "120+ slider templates"
2301
  msgstr "180多个轮播模板"
2302
 
2303
  msgid "Full slide library access"
2304
  msgstr "完整的轮播图库访问"
2305
 
2306
- #, fuzzy
2307
  #| msgid "14 new layers"
2308
- msgid "20 new layers"
2309
  msgstr "14个新图层"
2310
 
2311
  msgid "Extra advanced options"
@@ -2377,9 +2386,6 @@ msgstr "渐变"
2377
  msgid "Color end"
2378
  msgstr "结束颜色"
2379
 
2380
- msgid "Max width"
2381
- msgstr "最大宽度"
2382
-
2383
  msgid "Position"
2384
  msgstr "位置"
2385
 
@@ -2556,6 +2562,11 @@ msgid ""
2556
  "background correctly."
2557
  msgstr "请阅读%1$s我们的详细指南%2$s,了解如何正确设置自己的轮播图背景。"
2558
 
 
 
 
 
 
2559
  msgid "Blur"
2560
  msgstr "模糊"
2561
 
@@ -2737,9 +2748,6 @@ msgstr "Scale up"
2737
  msgid "Scale down"
2738
  msgstr "Scale down"
2739
 
2740
- msgid "Edit"
2741
- msgstr "编辑"
2742
-
2743
  msgid "Static overlay"
2744
  msgstr "静态叠加"
2745
 
@@ -2792,9 +2800,9 @@ msgid "Drop images here"
2792
  msgstr "删除图片"
2793
 
2794
  #, fuzzy
2795
- #| msgid "First slide"
2796
- msgid "Edit slider"
2797
- msgstr "第一张轮播图"
2798
 
2799
  msgid "View trash"
2800
  msgstr "查看回收站"
@@ -2820,9 +2828,33 @@ msgstr "最早优先"
2820
  msgid "Export"
2821
  msgstr "导出"
2822
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2823
  msgid "New project"
2824
  msgstr "新建项目"
2825
 
 
 
 
 
 
 
 
 
 
 
2826
  #, fuzzy
2827
  #| msgid "Basic Modules"
2828
  msgid "Module"
@@ -3382,8 +3414,8 @@ msgstr "生成器设置"
3382
  msgid "Cache expiration"
3383
  msgstr "缓存过期"
3384
 
3385
- msgid "hours"
3386
- msgstr "小时"
3387
 
3388
  #, fuzzy
3389
  #| msgid "Start time"
@@ -3913,16 +3945,19 @@ msgstr "您可以编写要在生成器中显示的页面的ID。 %1$s 每行一
3913
  msgid "Whole group"
3914
  msgstr "全组"
3915
 
3916
- msgid "Select slider"
 
 
3917
  msgstr "选择轮播"
3918
 
3919
  msgid "OR"
3920
  msgstr "或"
3921
 
3922
- #, fuzzy
3923
- #| msgid "Select slider"
3924
- msgid "Select A Slider"
3925
- msgstr "选择轮播"
 
3926
 
3927
  msgctxt "Button layer default text"
3928
  msgid "MORE"
@@ -4082,13 +4117,6 @@ msgstr "当不可见时"
4082
  msgid "You can pause the video when the visitor scrolls away from the slider"
4083
  msgstr "当访客滚动离开轮播时,您可以暂停视频"
4084
 
4085
- msgid "Private video"
4086
- msgstr "隐私视频"
4087
-
4088
- msgid ""
4089
- "Turn it on to remove the admin warning that your video is not accessible."
4090
- msgstr ""
4091
-
4092
  msgid "Display"
4093
  msgstr "显示"
4094
 
@@ -4270,18 +4298,16 @@ msgid ""
4270
  "last one."
4271
  msgstr ""
4272
 
4273
- msgid "Shifted"
 
 
 
4274
  msgstr ""
4275
 
4276
- msgid "The background and the main animation plays simultaneously or shifted."
4277
  msgstr ""
4278
 
4279
- #, fuzzy
4280
- #| msgid "Go to next slide"
4281
- msgid "Loop single slide"
4282
- msgstr "转到下一张轮播图"
4283
-
4284
- msgid "In case of one slide, it repeats the animation of the slide."
4285
  msgstr ""
4286
 
4287
  #, fuzzy
@@ -4437,6 +4463,42 @@ msgstr "Random elastic"
4437
  msgid "My text animations"
4438
  msgstr "我的文字动画"
4439
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4440
  msgid "Slices - Single"
4441
  msgstr ""
4442
 
@@ -4937,9 +4999,6 @@ msgstr "文字条"
4937
  msgid "Bullets"
4938
  msgstr "圆点导航"
4939
 
4940
- msgid "Bullet"
4941
- msgstr "圆点导航"
4942
-
4943
  msgid "Side"
4944
  msgstr "侧边"
4945
 
@@ -5169,46 +5228,23 @@ msgstr ""
5169
  msgid "Sparkling"
5170
  msgstr ""
5171
 
5172
- msgid "Curve 1"
5173
- msgstr ""
5174
-
5175
- msgid "Curve 2"
5176
- msgstr ""
5177
-
5178
- msgid "Curve 3"
5179
- msgstr ""
5180
-
5181
- msgid "Curve 4"
5182
  msgstr ""
5183
 
5184
  msgid "Curves"
5185
  msgstr ""
5186
 
5187
- msgid "Fan 1"
5188
- msgstr ""
5189
-
5190
- msgid "Fan 2"
5191
- msgstr ""
5192
-
5193
- msgid "Fan 3"
5194
  msgstr ""
5195
 
5196
  msgid "Hills"
5197
  msgstr ""
5198
 
5199
- #, fuzzy
5200
- #| msgid "Inline"
5201
- msgid "Incline 1"
5202
- msgstr "内联"
5203
-
5204
- #, fuzzy
5205
- #| msgid "Inline"
5206
- msgid "Incline 2"
5207
- msgstr "内联"
5208
-
5209
- #, fuzzy
5210
  #| msgid "Inline"
5211
- msgid "Incline 3"
5212
  msgstr "内联"
5213
 
5214
  msgid "Inverse arrow"
@@ -5222,29 +5258,29 @@ msgstr "矩形蓝色"
5222
  msgid "Slopes"
5223
  msgstr ""
5224
 
5225
- msgid "Tilt 1"
5226
- msgstr ""
5227
-
5228
- msgid "Tilt 2"
5229
  msgstr ""
5230
 
5231
- #, fuzzy
5232
- #| msgid "Single"
5233
- msgid "Triangle 1"
5234
- msgstr "单个"
5235
-
5236
- #, fuzzy
5237
  #| msgid "Single"
5238
- msgid "Triangle 2"
5239
  msgstr "单个"
5240
 
5241
- msgid "Wave 1"
 
5242
  msgstr ""
5243
 
5244
- msgid "Wave 2"
5245
  msgstr ""
5246
 
5247
- msgid "Waves"
 
 
 
 
 
 
5248
  msgstr ""
5249
 
5250
  #, fuzzy
@@ -5270,8 +5306,10 @@ msgstr ""
5270
  #, php-format
5271
  msgid ""
5272
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
5273
- "order to use this generator! - %2$s How to get SSL for my WordPress site? "
5274
- "%3$s"
 
 
5275
  msgstr ""
5276
 
5277
  #, php-format
@@ -5409,6 +5447,11 @@ msgstr ""
5409
  msgid "Source folder"
5410
  msgstr ""
5411
 
 
 
 
 
 
5412
  #, fuzzy
5413
  #| msgid "Cover image"
5414
  msgid "Remove resized images"
@@ -5421,6 +5464,22 @@ msgid ""
5421
  "because it's the same image, just in a smaller size."
5422
  msgstr ""
5423
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5424
  #, fuzzy
5425
  #| msgid "Field name"
5426
  msgid "Filename"
@@ -5446,6 +5505,41 @@ msgid ""
5446
  "from here:"
5447
  msgstr ""
5448
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5449
  msgid "JSON from url"
5450
  msgstr ""
5451
 
@@ -5485,6 +5579,11 @@ msgstr ""
5485
  msgid "Images"
5486
  msgstr "图片"
5487
 
 
 
 
 
 
5488
  msgid "Timezone offset in hours. For example: +2 or -7."
5489
  msgstr ""
5490
 
@@ -5545,65 +5644,7 @@ msgstr "说明"
5545
  msgid "Creates slides from %1$s content."
5546
  msgstr "从%1$s创建轮播图。"
5547
 
5548
- msgid "Items"
5549
- msgstr ""
5550
-
5551
- #, fuzzy
5552
- #| msgid "Actions"
5553
- msgid "Locations"
5554
- msgstr "操作"
5555
-
5556
- msgid "Types"
5557
- msgstr ""
5558
-
5559
- msgid "Expired"
5560
- msgstr ""
5561
-
5562
- #, fuzzy
5563
- #| msgid "Start"
5564
- msgid "Started"
5565
- msgstr "开始"
5566
-
5567
- #, fuzzy
5568
- #| msgid "Actions"
5569
- msgid "Auction"
5570
- msgstr "操作"
5571
-
5572
- msgid "Negotiable price"
5573
- msgstr ""
5574
-
5575
- msgid "Blocked by User"
5576
- msgstr ""
5577
-
5578
- msgid "Paid"
5579
- msgstr ""
5580
-
5581
- msgid "Buynow"
5582
- msgstr ""
5583
-
5584
- msgid "Menu item (item ID)"
5585
- msgstr ""
5586
-
5587
- msgid ""
5588
- "Your url will point to the item within this menu item. You will only get a "
5589
- "good result, if you will pick one of your DJ Classifields menu items or "
5590
- "leave it on 'Default'."
5591
- msgstr ""
5592
-
5593
- #, fuzzy
5594
- #| msgid "Start time"
5595
- msgid "Start date"
5596
- msgstr "开始时间"
5597
-
5598
- #, fuzzy
5599
- #| msgid "Modification date"
5600
- msgid "Expiration date"
5601
- msgstr "修改日期"
5602
-
5603
- msgid "Price"
5604
- msgstr ""
5605
-
5606
- msgid "Include subcategories"
5607
  msgstr ""
5608
 
5609
  #, fuzzy
@@ -5666,6 +5707,11 @@ msgstr ""
5666
  msgid "Banned user IDs"
5667
  msgstr ""
5668
 
 
 
 
 
 
5669
  msgid "Ended"
5670
  msgstr ""
5671
 
@@ -5765,6 +5811,9 @@ msgstr ""
5765
  msgid "Manufacturer language"
5766
  msgstr ""
5767
 
 
 
 
5768
  msgid "Product name"
5769
  msgstr ""
5770
 
@@ -5773,6 +5822,11 @@ msgstr ""
5773
  msgid "Product ID"
5774
  msgstr "文章 IDs"
5775
 
 
 
 
 
 
5776
  msgid "Recurring"
5777
  msgstr ""
5778
 
@@ -5788,6 +5842,14 @@ msgstr ""
5788
  msgid "Only not recurring events"
5789
  msgstr ""
5790
 
 
 
 
 
 
 
 
 
5791
  #, fuzzy
5792
  #| msgid "End time"
5793
  msgid "End date"
@@ -5840,6 +5902,12 @@ msgstr ""
5840
  msgid "Only display items with these IDs"
5841
  msgstr ""
5842
 
 
 
 
 
 
 
5843
  msgid "Brand"
5844
  msgstr ""
5845
 
@@ -5885,14 +5953,11 @@ msgid "Date language"
5885
  msgstr ""
5886
 
5887
  #, fuzzy
5888
- #| msgid "Offset"
5889
- msgid "Offset value"
5890
- msgstr "偏移"
5891
 
5892
- msgid ""
5893
- "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5894
- "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5895
- "setting will be used."
5896
  msgstr ""
5897
 
5898
  #, fuzzy
@@ -5908,6 +5973,9 @@ msgstr "回收站"
5908
  msgid "Ask down all product images"
5909
  msgstr ""
5910
 
 
 
 
5911
  #, fuzzy
5912
  #| msgid "View trash"
5913
  msgid "View item"
@@ -5923,15 +5991,6 @@ msgstr "查看记录"
5923
  msgid "View image"
5924
  msgstr "封面图片"
5925
 
5926
- msgid "Supplier"
5927
- msgstr ""
5928
-
5929
- msgid "On sale"
5930
- msgstr ""
5931
-
5932
- msgid "Discount price"
5933
- msgstr ""
5934
-
5935
  msgid "All day event"
5936
  msgstr ""
5937
 
@@ -5941,42 +6000,6 @@ msgstr ""
5941
  msgid "Show parent products only"
5942
  msgstr ""
5943
 
5944
- #, fuzzy, php-format
5945
- #| msgid "Creates slides from %1$s."
5946
- msgid "Creates slides from %1$s events."
5947
- msgstr "从%1$s创建轮播图。"
5948
-
5949
- #, fuzzy
5950
- #| msgid "Custom date variables"
5951
- msgid "Create custom date variables"
5952
- msgstr "自定义日期变量"
5953
-
5954
- msgid ""
5955
- "You can write any date format (http://php.net/manual/en/function.date.php) "
5956
- "in separate lines, and new variables will be created for them."
5957
- msgstr ""
5958
-
5959
- msgid ""
5960
- "Write the original text, like 'Monday' then two | signs, and the text you "
5961
- "want it to be translated to, for example 'Montag'. Together: Monday||Montag"
5962
- msgstr ""
5963
-
5964
- msgid "Event start date"
5965
- msgstr ""
5966
-
5967
- msgid "Event end date"
5968
- msgstr ""
5969
-
5970
- #, fuzzy
5971
- #| msgid "Modification date"
5972
- msgid "Event creation date"
5973
- msgstr "修改日期"
5974
-
5975
- #, fuzzy
5976
- #| msgid "Modification date"
5977
- msgid "Event modification date"
5978
- msgstr "修改日期"
5979
-
5980
  #, fuzzy, php-format
5981
  #| msgid "Creates slides from %1$s."
5982
  msgid "Creates slides from %1$s galleries."
@@ -6002,6 +6025,11 @@ msgstr ""
6002
  msgid "No options given"
6003
  msgstr ""
6004
 
 
 
 
 
 
6005
  msgid "Exclude event IDs (One ID per line)"
6006
  msgstr ""
6007
 
@@ -6072,11 +6100,27 @@ msgstr ""
6072
  msgid "Hide From Event Listings"
6073
  msgstr "视频设置"
6074
 
 
 
 
 
 
 
6075
  #, fuzzy
6076
  #| msgid "Comment count"
6077
  msgid "Event cost"
6078
  msgstr "评论计数"
6079
 
 
 
 
 
 
 
 
 
 
 
6080
  msgid "Metakey name"
6081
  msgstr ""
6082
 
@@ -6135,6 +6179,12 @@ msgstr ""
6135
  msgid "No limit"
6136
  msgstr ""
6137
 
 
 
 
 
 
 
6138
  #, fuzzy
6139
  #| msgid "Download Pro"
6140
  msgid "Downloadable"
@@ -6367,6 +6417,14 @@ msgstr ""
6367
  msgid "Vertical pendulum 3D"
6368
  msgstr ""
6369
 
 
 
 
 
 
 
 
 
6370
  #, fuzzy
6371
  #| msgid "Before"
6372
  msgid "Before text"
@@ -6476,6 +6534,130 @@ msgstr ""
6476
  msgid "Time"
6477
  msgstr ""
6478
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6479
  msgid "Full"
6480
  msgstr ""
6481
 
@@ -6521,11 +6703,6 @@ msgstr "悬停颜色"
6521
  msgid "Stroke width"
6522
  msgstr ""
6523
 
6524
- #, fuzzy
6525
- #| msgid "Label"
6526
- msgid "Labels"
6527
- msgstr "标签(Label)"
6528
-
6529
  #, fuzzy
6530
  #| msgid "Clear before"
6531
  msgid "Inner before"
@@ -6546,89 +6723,131 @@ msgstr "父级窗口"
6546
  msgid "Animation duration"
6547
  msgstr "动画类型"
6548
 
6549
- msgid "Circle 1"
6550
- msgstr ""
 
 
 
 
 
 
 
 
6551
 
6552
- msgid "Circle 2"
 
 
 
 
 
 
 
 
 
 
 
 
 
6553
  msgstr ""
6554
 
6555
- msgid "Circle 3"
6556
  msgstr ""
6557
 
6558
- msgid "Curly 1"
 
 
 
6559
  msgstr ""
6560
 
6561
- msgid "Curly 2"
6562
  msgstr ""
6563
 
6564
  #, fuzzy
6565
- #| msgid "Highlight"
6566
- msgid "Highlight 1"
6567
- msgstr "高亮"
6568
 
6569
  #, fuzzy
6570
- #| msgid "Highlight"
6571
- msgid "Highlight 2"
6572
- msgstr "高亮"
6573
 
6574
- #, fuzzy
6575
- #| msgid "Highlight"
6576
- msgid "Highlight 3"
6577
- msgstr "高亮"
6578
 
6579
  #, fuzzy
6580
- #| msgid "Line height"
6581
- msgid "Line Through 1"
6582
- msgstr "行高"
6583
 
6584
- #, fuzzy
6585
- #| msgid "Line height"
6586
- msgid "Line Through 2"
6587
- msgstr "行高"
6588
 
6589
  #, fuzzy
6590
- #| msgid "Line height"
6591
- msgid "Line Through 3"
6592
- msgstr "行高"
6593
 
6594
  #, fuzzy
6595
- #| msgid "Rectangle Blue"
6596
- msgid "Rectangle 1"
6597
- msgstr "矩形蓝色"
6598
 
6599
  #, fuzzy
6600
- #| msgid "Rectangle Blue"
6601
- msgid "Rectangle 2"
6602
- msgstr "矩形蓝色"
6603
 
6604
- #, fuzzy
6605
- #| msgid "one per line"
6606
- msgid "Underline 1"
6607
- msgstr "每行一个"
6608
 
6609
- #, fuzzy
6610
- #| msgid "one per line"
6611
- msgid "Underline 2"
6612
- msgstr "每行一个"
6613
 
6614
  #, fuzzy
6615
- #| msgid "one per line"
6616
- msgid "Underline 3"
6617
- msgstr "每行一个"
6618
 
6619
- msgid "Underline double 1"
6620
  msgstr ""
6621
 
6622
- msgid "Underline double 2"
6623
- msgstr ""
 
 
6624
 
6625
- msgid "ZigZag 1"
 
6626
  msgstr ""
6627
 
6628
- msgid "ZigZag 2"
6629
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
6630
 
6631
- msgid "ZigZag 3"
 
 
 
 
 
 
 
 
 
 
 
6632
  msgstr ""
6633
 
6634
  #, fuzzy
@@ -6652,6 +6871,9 @@ msgstr "加载延迟"
6652
  msgid "HTML"
6653
  msgstr ""
6654
 
 
 
 
6655
  msgid ""
6656
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6657
  "codes loaded by it. We only suggest using this layer if you are a developer. "
@@ -6779,11 +7001,6 @@ msgstr "大写"
6779
  msgid "Icon not found"
6780
  msgstr "未找到"
6781
 
6782
- #, fuzzy
6783
- #| msgid "ARIA label"
6784
- msgid "Aria label"
6785
- msgstr "ARIA标签"
6786
-
6787
  #, php-format
6788
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6789
  msgstr ""
@@ -6791,9 +7008,6 @@ msgstr ""
6791
  msgid "Iframe"
6792
  msgstr ""
6793
 
6794
- msgid "iframe"
6795
- msgstr ""
6796
-
6797
  msgid ""
6798
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6799
  "layer often needs code customizations what you have to do yourself, so we "
@@ -6802,12 +7016,9 @@ msgstr ""
6802
 
6803
  #, fuzzy
6804
  #| msgid "Translate url"
6805
- msgid "iframe url"
6806
  msgstr "更改网址"
6807
 
6808
- msgid "Yes"
6809
- msgstr ""
6810
-
6811
  #, fuzzy
6812
  #| msgid "You can load Google Fonts on the frontend."
6813
  msgid "You can disable the scroll on the iframe content."
@@ -6815,7 +7026,7 @@ msgstr "您可以在前端加载Google字体。"
6815
 
6816
  #, fuzzy
6817
  #| msgid "Slide title"
6818
- msgid "iframe title"
6819
  msgstr "轮播图标题"
6820
 
6821
  #, fuzzy
@@ -7231,9 +7442,8 @@ msgstr ""
7231
 
7232
  #, php-format
7233
  msgid ""
7234
- "%1$s %2$s does not support the full screen API %3$s so other elements of the "
7235
- "page may overlap the slider in Fullscreen mode. To avoid such problems, we "
7236
- "suggest hiding the Fullscreen control from mobile view!"
7237
  msgstr ""
7238
 
7239
  msgid "Indicator"
@@ -7252,6 +7462,140 @@ msgstr "背景颜色"
7252
  msgid "Bar color"
7253
  msgstr "背景颜色"
7254
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7255
  #, fuzzy
7256
  #~| msgid "Upload file"
7257
  #~ msgid "Upload"
@@ -7351,11 +7695,6 @@ msgstr "背景颜色"
7351
  #~ msgid "Fade on scroll"
7352
  #~ msgstr "滚动时暂停"
7353
 
7354
- #, fuzzy
7355
- #~| msgid "Main animation"
7356
- #~ msgid "Loading animation"
7357
- #~ msgstr "主要动画"
7358
-
7359
  #~ msgid "Lazy load"
7360
  #~ msgstr "懒加载"
7361
 
@@ -7377,12 +7716,6 @@ msgstr "背景颜色"
7377
  #~ msgid "Optimize layer images"
7378
  #~ msgstr "优化图层图片"
7379
 
7380
- #~ msgid "Tablet scale"
7381
- #~ msgstr "平板端"
7382
-
7383
- #~ msgid "Mobile scale"
7384
- #~ msgstr "手机端"
7385
-
7386
  #~ msgid "Adaptive"
7387
  #~ msgstr "自适应"
7388
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Smart Slider 3\n"
4
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
5
+ "PO-Revision-Date: 2022-05-17 14:20+0200\n"
6
  "Last-Translator: WordPress大学 <<support@wpdaxue.com>>\n"
7
  "Language-Team: WordPress大学<support@wpdaxue.com>\n"
8
  "Language: zh_CN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
13
+ "X-Generator: Poedit 3.0.1\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
16
  "n2_en: 1,2;n2_x:1,2c;n2_ex:1,2c\n"
 
17
  "X-Poedit-Flags-xgettext: --no-location\n"
18
 
19
  msgid "Debug error"
25
  msgid "Unable to contact with the licensing server, please try again later!"
26
  msgstr "无法与许可服务器联系,请稍后再试!"
27
 
 
 
 
 
 
 
 
 
28
  msgid "You are not allowed to upload!"
29
  msgstr "您不可以上传!"
30
 
176
  msgid "You can load Google Fonts on the frontend."
177
  msgstr "您可以在前端加载Google字体。"
178
 
179
+ msgid "Save fonts locally"
180
+ msgstr ""
181
+
182
+ msgid ""
183
+ "You can store the used Google Fonts on your server. This way all Google "
184
+ "Fonts will load from your own domain."
185
+ msgstr ""
186
+
187
  msgid "Backend"
188
  msgstr "后端"
189
 
200
  msgid "Normal"
201
  msgstr "常规"
202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
203
  msgid "Choose"
204
  msgstr "选择"
205
 
1285
  msgid "Set"
1286
  msgstr "拉伸"
1287
 
1288
+ msgid "Edit"
1289
+ msgstr "编辑"
1290
+
1291
+ msgid "Group"
1292
+ msgstr "分组"
1293
+
1294
+ #, fuzzy
1295
+ #| msgid "First slide"
1296
+ msgid "Edit Slider"
1297
+ msgstr "第一张轮播图"
1298
+
1299
  msgid "Up"
1300
  msgstr ""
1301
 
1304
  msgid "Insert group"
1305
  msgstr "全组"
1306
 
 
 
 
1307
  msgid "Move to trash"
1308
  msgstr "移至回收站"
1309
 
1364
  msgid "delete this slide"
1365
  msgstr "选择轮播"
1366
 
1367
+ msgid "Max width"
1368
+ msgstr "最大宽度"
1369
+
1370
+ msgid "Margin"
1371
+ msgstr "外边距"
1372
+
1373
+ #, fuzzy
1374
+ #| msgid "Top"
1375
+ msgid "top"
1376
+ msgstr "顶部"
1377
+
1378
+ #, fuzzy
1379
+ #| msgid "Light"
1380
+ msgid "right"
1381
+ msgstr "细明亮"
1382
+
1383
+ #, fuzzy
1384
+ #| msgid "Bottom"
1385
+ msgid "bottom"
1386
+ msgstr "底部"
1387
+
1388
+ #, fuzzy
1389
+ #| msgid "To left"
1390
+ msgid "left"
1391
+ msgstr "向左"
1392
+
1393
  msgid "Animations"
1394
  msgstr "动画"
1395
 
1665
  msgid "JavaScript callbacks"
1666
  msgstr "JavaScript回调"
1667
 
1668
+ #, fuzzy
1669
+ #| msgid "Main animation"
1670
+ msgid "Loading animation waiting time"
1671
+ msgstr "主要动画"
1672
+
1673
  msgid "Post IDs"
1674
  msgstr "文章 IDs"
1675
 
1679
  msgid "The cache of the posts with the given ID will be cleared upon save."
1680
  msgstr "保存后将清除具有给定ID的文章的缓存。"
1681
 
1682
+ #, fuzzy
1683
+ #| msgid "Select slider"
1684
+ msgid "Fallback slider"
1685
+ msgstr "选择轮播"
1686
+
1687
+ #, fuzzy
1688
+ #| msgid "Alias"
1689
+ msgid "ID or Alias"
1690
+ msgstr "别名"
1691
+
1692
+ msgid ""
1693
+ "Select another slider by its ID or Alias that displays if your current "
1694
+ "slider has no published slides."
1695
+ msgstr ""
1696
+
1697
  msgid "Thumbnail"
1698
  msgstr "缩略图"
1699
 
1785
  msgid "Align"
1786
  msgstr "对齐"
1787
 
 
 
 
1788
  msgid "Puts a fix margin around your slider."
1789
  msgstr "在轮播周围放置固定外边距。"
1790
 
1797
  msgid "Loading"
1798
  msgstr "加载中"
1799
 
1800
+ #, fuzzy
1801
+ #| msgid "Loading mode"
1802
+ msgid "Loading type"
1803
+ msgstr "加载方式"
1804
+
1805
  msgid "Instant"
1806
  msgstr "即时"
1807
 
1811
  msgid "After delay"
1812
  msgstr "延迟"
1813
 
 
 
 
 
 
1814
  msgid ""
1815
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1816
  "you can load it only after the page has loaded."
2008
  "the result with the filling modes."
2009
  msgstr "如果图片的大小与轮播的大小不同,则可以使用填充模式来改善结果。"
2010
 
2011
+ #, fuzzy
2012
+ #| msgid "Background color"
2013
+ msgid "Background Blur"
2014
+ msgstr "背景颜色"
2015
+
2016
  msgid "Randomize"
2017
  msgstr "随机"
2018
 
2304
  msgid "Why upgrade to Smart Slider 3 Pro?"
2305
  msgstr "为什么要升级到 Smart Slider 3 专业版?"
2306
 
2307
+ #, fuzzy, php-format
2308
  #| msgid "180+ slider templates"
2309
+ msgid "%d+ slider templates"
2310
  msgstr "180多个轮播模板"
2311
 
2312
  msgid "Full slide library access"
2313
  msgstr "完整的轮播图库访问"
2314
 
2315
+ #, fuzzy, php-format
2316
  #| msgid "14 new layers"
2317
+ msgid "%d new layers"
2318
  msgstr "14个新图层"
2319
 
2320
  msgid "Extra advanced options"
2386
  msgid "Color end"
2387
  msgstr "结束颜色"
2388
 
 
 
 
2389
  msgid "Position"
2390
  msgstr "位置"
2391
 
2562
  "background correctly."
2563
  msgstr "请阅读%1$s我们的详细指南%2$s,了解如何正确设置自己的轮播图背景。"
2564
 
2565
+ #, fuzzy
2566
+ #| msgid "Background color"
2567
+ msgid "Background blur"
2568
+ msgstr "背景颜色"
2569
+
2570
  msgid "Blur"
2571
  msgstr "模糊"
2572
 
2748
  msgid "Scale down"
2749
  msgstr "Scale down"
2750
 
 
 
 
2751
  msgid "Static overlay"
2752
  msgstr "静态叠加"
2753
 
2800
  msgstr "删除图片"
2801
 
2802
  #, fuzzy
2803
+ #| msgid "New project"
2804
+ msgid "Search Project"
2805
+ msgstr "新建项目"
2806
 
2807
  msgid "View trash"
2808
  msgstr "查看回收站"
2828
  msgid "Export"
2829
  msgstr "导出"
2830
 
2831
+ #, fuzzy
2832
+ #| msgid "Lowercase"
2833
+ msgid "Show"
2834
+ msgstr "小写"
2835
+
2836
+ #, php-format
2837
+ msgid "Showing %s to %s of %s projects"
2838
+ msgstr ""
2839
+
2840
+ #, fuzzy
2841
+ #| msgid "New project"
2842
+ msgid "No projects to show"
2843
+ msgstr "新建项目"
2844
+
2845
  msgid "New project"
2846
  msgstr "新建项目"
2847
 
2848
+ msgid "Sorry we couldn’t find any matches"
2849
+ msgstr ""
2850
+
2851
+ msgid "Please try searching with another term."
2852
+ msgstr ""
2853
+
2854
+ #, php-format
2855
+ msgid "Showing %s results for %s."
2856
+ msgstr ""
2857
+
2858
  #, fuzzy
2859
  #| msgid "Basic Modules"
2860
  msgid "Module"
3414
  msgid "Cache expiration"
3415
  msgstr "缓存过期"
3416
 
3417
+ msgid "Hours"
3418
+ msgstr ""
3419
 
3420
  #, fuzzy
3421
  #| msgid "Start time"
3945
  msgid "Whole group"
3946
  msgstr "全组"
3947
 
3948
+ #, fuzzy
3949
+ #| msgid "Select slider"
3950
+ msgid "Select Slider"
3951
  msgstr "选择轮播"
3952
 
3953
  msgid "OR"
3954
  msgstr "或"
3955
 
3956
+ msgid "Insert a slider into your content"
3957
+ msgstr ""
3958
+
3959
+ msgid "Select the slider you want to insert."
3960
+ msgstr ""
3961
 
3962
  msgctxt "Button layer default text"
3963
  msgid "MORE"
4117
  msgid "You can pause the video when the visitor scrolls away from the slider"
4118
  msgstr "当访客滚动离开轮播时,您可以暂停视频"
4119
 
 
 
 
 
 
 
 
4120
  msgid "Display"
4121
  msgstr "显示"
4122
 
4298
  "last one."
4299
  msgstr ""
4300
 
4301
+ msgid ""
4302
+ "Background animations only work on the slide background images, which have "
4303
+ "Fill selected at their Fill mode. They don't affect any images if the "
4304
+ "background parallax is enabled."
4305
  msgstr ""
4306
 
4307
+ msgid "Shifted"
4308
  msgstr ""
4309
 
4310
+ msgid "The background and the main animation plays simultaneously or shifted."
 
 
 
 
 
4311
  msgstr ""
4312
 
4313
  #, fuzzy
4463
  msgid "My text animations"
4464
  msgstr "我的文字动画"
4465
 
4466
+ msgid "Morph - Wave"
4467
+ msgstr ""
4468
+
4469
+ msgid "Morph - Brush"
4470
+ msgstr ""
4471
+
4472
+ msgid "Morph - Flow"
4473
+ msgstr ""
4474
+
4475
+ msgid "Morph - Noise"
4476
+ msgstr ""
4477
+
4478
+ msgid "Distortion - Mosaic"
4479
+ msgstr ""
4480
+
4481
+ msgid "Distortion - Triangle"
4482
+ msgstr ""
4483
+
4484
+ msgid "Distortion - Flow"
4485
+ msgstr ""
4486
+
4487
+ msgid "Distortion - Warp"
4488
+ msgstr ""
4489
+
4490
+ msgid "Distortion - Storm"
4491
+ msgstr ""
4492
+
4493
+ msgid "Distortion - Wave"
4494
+ msgstr ""
4495
+
4496
+ msgid "Distortion - Shard"
4497
+ msgstr ""
4498
+
4499
+ msgid "Distortion - Noise"
4500
+ msgstr ""
4501
+
4502
  msgid "Slices - Single"
4503
  msgstr ""
4504
 
4999
  msgid "Bullets"
5000
  msgstr "圆点导航"
5001
 
 
 
 
5002
  msgid "Side"
5003
  msgstr "侧边"
5004
 
5228
  msgid "Sparkling"
5229
  msgstr ""
5230
 
5231
+ #, php-format
5232
+ msgid "Curve %d"
 
 
 
 
 
 
 
 
5233
  msgstr ""
5234
 
5235
  msgid "Curves"
5236
  msgstr ""
5237
 
5238
+ #, php-format
5239
+ msgid "Fan %d"
 
 
 
 
 
5240
  msgstr ""
5241
 
5242
  msgid "Hills"
5243
  msgstr ""
5244
 
5245
+ #, fuzzy, php-format
 
 
 
 
 
 
 
 
 
 
5246
  #| msgid "Inline"
5247
+ msgid "Incline %d"
5248
  msgstr "内联"
5249
 
5250
  msgid "Inverse arrow"
5258
  msgid "Slopes"
5259
  msgstr ""
5260
 
5261
+ #, php-format
5262
+ msgid "Tilt %d"
 
 
5263
  msgstr ""
5264
 
5265
+ #, fuzzy, php-format
 
 
 
 
 
5266
  #| msgid "Single"
5267
+ msgid "Triangle %d"
5268
  msgstr "单个"
5269
 
5270
+ #, php-format
5271
+ msgid "Wave %d"
5272
  msgstr ""
5273
 
5274
+ msgid "Waves"
5275
  msgstr ""
5276
 
5277
+ #, fuzzy, php-format
5278
+ #| msgid "Columns"
5279
+ msgid "Columns %d"
5280
+ msgstr "列"
5281
+
5282
+ #, php-format
5283
+ msgid "Paper %d"
5284
  msgstr ""
5285
 
5286
  #, fuzzy
5306
  #, php-format
5307
  msgid ""
5308
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
5309
+ "order to use this generator!"
5310
+ msgstr ""
5311
+
5312
+ msgid "How to get SSL for my website?"
5313
  msgstr ""
5314
 
5315
  #, php-format
5447
  msgid "Source folder"
5448
  msgstr ""
5449
 
5450
+ #, fuzzy
5451
+ #| msgid "Slide name and description"
5452
+ msgid "Filename based exclusion"
5453
+ msgstr "轮播图名称与描述"
5454
+
5455
  #, fuzzy
5456
  #| msgid "Cover image"
5457
  msgid "Remove resized images"
5464
  "because it's the same image, just in a smaller size."
5465
  msgstr ""
5466
 
5467
+ msgid "Filename has to contain"
5468
+ msgstr ""
5469
+
5470
+ msgid ""
5471
+ "Only those images will be asked down, which have the given texts within "
5472
+ "their filenames. You can write down multiple texts separated by comma."
5473
+ msgstr ""
5474
+
5475
+ msgid "Filename cannot contain"
5476
+ msgstr ""
5477
+
5478
+ msgid ""
5479
+ "Only those images will be asked down, which don't have the given texts "
5480
+ "within their filenames. You can write down multiple texts separated by comma."
5481
+ msgstr ""
5482
+
5483
  #, fuzzy
5484
  #| msgid "Field name"
5485
  msgid "Filename"
5505
  "from here:"
5506
  msgstr ""
5507
 
5508
+ msgid "The App ID and the Secret is empty!"
5509
+ msgstr ""
5510
+
5511
+ msgid "The token will expire at:"
5512
+ msgstr ""
5513
+
5514
+ msgid "Access token was not returned.Please check the credentials!"
5515
+ msgstr ""
5516
+
5517
+ msgid "The token expired. Please request new token!"
5518
+ msgstr ""
5519
+
5520
+ msgid "The token will expire in two days! Please refresh the token!"
5521
+ msgstr ""
5522
+
5523
+ msgid "Refresh Token"
5524
+ msgstr ""
5525
+
5526
+ msgid "Refresh"
5527
+ msgstr ""
5528
+
5529
+ #, fuzzy
5530
+ #| msgid "Compare method"
5531
+ msgid "Album loading method"
5532
+ msgstr "比较方法"
5533
+
5534
+ msgid "Load first images only"
5535
+ msgstr ""
5536
+
5537
+ msgid "Load album images separately"
5538
+ msgstr ""
5539
+
5540
+ msgid "Load Album images as record data"
5541
+ msgstr ""
5542
+
5543
  msgid "JSON from url"
5544
  msgstr ""
5545
 
5579
  msgid "Images"
5580
  msgstr "图片"
5581
 
5582
+ #, fuzzy
5583
+ #| msgid "Offset"
5584
+ msgid "Offset hours"
5585
+ msgstr "偏移"
5586
+
5587
  msgid "Timezone offset in hours. For example: +2 or -7."
5588
  msgstr ""
5589
 
5644
  msgid "Creates slides from %1$s content."
5645
  msgstr "从%1$s创建轮播图。"
5646
 
5647
+ msgid "Include subcategories"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5648
  msgstr ""
5649
 
5650
  #, fuzzy
5707
  msgid "Banned user IDs"
5708
  msgstr ""
5709
 
5710
+ #, fuzzy
5711
+ #| msgid "Start"
5712
+ msgid "Started"
5713
+ msgstr "开始"
5714
+
5715
  msgid "Ended"
5716
  msgstr ""
5717
 
5811
  msgid "Manufacturer language"
5812
  msgstr ""
5813
 
5814
+ msgid "Price"
5815
+ msgstr ""
5816
+
5817
  msgid "Product name"
5818
  msgstr ""
5819
 
5822
  msgid "Product ID"
5823
  msgstr "文章 IDs"
5824
 
5825
+ #, fuzzy
5826
+ #| msgid "Actions"
5827
+ msgid "Locations"
5828
+ msgstr "操作"
5829
+
5830
  msgid "Recurring"
5831
  msgstr ""
5832
 
5842
  msgid "Only not recurring events"
5843
  msgstr ""
5844
 
5845
+ msgid "Menu item (item ID)"
5846
+ msgstr ""
5847
+
5848
+ #, fuzzy
5849
+ #| msgid "Start time"
5850
+ msgid "Start date"
5851
+ msgstr "开始时间"
5852
+
5853
  #, fuzzy
5854
  #| msgid "End time"
5855
  msgid "End date"
5902
  msgid "Only display items with these IDs"
5903
  msgstr ""
5904
 
5905
+ msgid ""
5906
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5907
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5908
+ "setting will be used."
5909
+ msgstr ""
5910
+
5911
  msgid "Brand"
5912
  msgstr ""
5913
 
5953
  msgstr ""
5954
 
5955
  #, fuzzy
5956
+ #| msgid "Replace variables"
5957
+ msgid "Date variable offset"
5958
+ msgstr "替换变量"
5959
 
5960
+ msgid "Date filter offset"
 
 
 
5961
  msgstr ""
5962
 
5963
  #, fuzzy
5973
  msgid "Ask down all product images"
5974
  msgstr ""
5975
 
5976
+ msgid "Items"
5977
+ msgstr ""
5978
+
5979
  #, fuzzy
5980
  #| msgid "View trash"
5981
  msgid "View item"
5991
  msgid "View image"
5992
  msgstr "封面图片"
5993
 
 
 
 
 
 
 
 
 
 
5994
  msgid "All day event"
5995
  msgstr ""
5996
 
6000
  msgid "Show parent products only"
6001
  msgstr ""
6002
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6003
  #, fuzzy, php-format
6004
  #| msgid "Creates slides from %1$s."
6005
  msgid "Creates slides from %1$s galleries."
6025
  msgid "No options given"
6026
  msgstr ""
6027
 
6028
+ #, fuzzy, php-format
6029
+ #| msgid "Creates slides from %1$s."
6030
+ msgid "Creates slides from %1$s events."
6031
+ msgstr "从%1$s创建轮播图。"
6032
+
6033
  msgid "Exclude event IDs (One ID per line)"
6034
  msgstr ""
6035
 
6100
  msgid "Hide From Event Listings"
6101
  msgstr "视频设置"
6102
 
6103
+ msgid "Event start date"
6104
+ msgstr ""
6105
+
6106
+ msgid "Event end date"
6107
+ msgstr ""
6108
+
6109
  #, fuzzy
6110
  #| msgid "Comment count"
6111
  msgid "Event cost"
6112
  msgstr "评论计数"
6113
 
6114
+ #, fuzzy
6115
+ #| msgid "Modification date"
6116
+ msgid "Event creation date"
6117
+ msgstr "修改日期"
6118
+
6119
+ #, fuzzy
6120
+ #| msgid "Modification date"
6121
+ msgid "Event modification date"
6122
+ msgstr "修改日期"
6123
+
6124
  msgid "Metakey name"
6125
  msgstr ""
6126
 
6179
  msgid "No limit"
6180
  msgstr ""
6181
 
6182
+ msgid "Hide empty categories"
6183
+ msgstr ""
6184
+
6185
+ msgid "Yes"
6186
+ msgstr ""
6187
+
6188
  #, fuzzy
6189
  #| msgid "Download Pro"
6190
  msgid "Downloadable"
6417
  msgid "Vertical pendulum 3D"
6418
  msgstr ""
6419
 
6420
+ msgid "We are Passionate About"
6421
+ msgstr ""
6422
+
6423
+ msgid ""
6424
+ "Amazing Food\n"
6425
+ "Great Hospitality"
6426
+ msgstr ""
6427
+
6428
  #, fuzzy
6429
  #| msgid "Before"
6430
  msgid "Before text"
6534
  msgid "Time"
6535
  msgstr ""
6536
 
6537
+ #, fuzzy
6538
+ #| msgid "Size"
6539
+ msgid "Icon Size"
6540
+ msgstr "尺寸"
6541
+
6542
+ #, fuzzy
6543
+ #| msgid "Before"
6544
+ msgid "Before After"
6545
+ msgstr "之前"
6546
+
6547
+ #, fuzzy
6548
+ #| msgid "Scale to right"
6549
+ msgid "Left top"
6550
+ msgstr "Scale to right"
6551
+
6552
+ #, fuzzy
6553
+ #| msgid "Center"
6554
+ msgid "Center top"
6555
+ msgstr "居中"
6556
+
6557
+ #, fuzzy
6558
+ #| msgid "Right"
6559
+ msgid "Right top"
6560
+ msgstr "右边"
6561
+
6562
+ #, fuzzy
6563
+ #| msgid "Help center"
6564
+ msgid "Left center"
6565
+ msgstr "帮助中心"
6566
+
6567
+ #, fuzzy
6568
+ #| msgid "Center"
6569
+ msgid "Right Center"
6570
+ msgstr "居中"
6571
+
6572
+ #, fuzzy
6573
+ #| msgid "To bottom"
6574
+ msgid "Left bottom"
6575
+ msgstr "向下"
6576
+
6577
+ #, fuzzy
6578
+ #| msgid "Curtain to bottom"
6579
+ msgid "Center bottom"
6580
+ msgstr "Curtain to bottom"
6581
+
6582
+ #, fuzzy
6583
+ #| msgid "To bottom"
6584
+ msgid "Right bottom"
6585
+ msgstr "向下"
6586
+
6587
+ #, fuzzy
6588
+ #| msgid "Before"
6589
+ msgid "Before Image"
6590
+ msgstr "之前"
6591
+
6592
+ #, fuzzy
6593
+ #| msgid "After delay"
6594
+ msgid "After Image"
6595
+ msgstr "延迟"
6596
+
6597
+ #, fuzzy
6598
+ #| msgid "Label"
6599
+ msgid "Labels"
6600
+ msgstr "标签(Label)"
6601
+
6602
+ #, fuzzy
6603
+ #| msgid "Show label"
6604
+ msgid "Show Label"
6605
+ msgstr "显示标签"
6606
+
6607
+ msgid "Always"
6608
+ msgstr ""
6609
+
6610
+ #, fuzzy
6611
+ #| msgid "Before"
6612
+ msgid "Before label"
6613
+ msgstr "之前"
6614
+
6615
+ #, fuzzy
6616
+ #| msgid "ARIA label"
6617
+ msgid "After label"
6618
+ msgstr "ARIA标签"
6619
+
6620
+ msgid "Behavior"
6621
+ msgstr ""
6622
+
6623
+ #, fuzzy
6624
+ #| msgid "Instruction"
6625
+ msgid "Interaction"
6626
+ msgstr "说明"
6627
+
6628
+ #, fuzzy
6629
+ #| msgid "Slider"
6630
+ msgid "Divider"
6631
+ msgstr "轮播"
6632
+
6633
+ msgid "Line"
6634
+ msgstr ""
6635
+
6636
+ #, fuzzy
6637
+ #| msgid "Slide duration"
6638
+ msgid "Show Caption"
6639
+ msgstr "轮播图持续时间"
6640
+
6641
+ #, fuzzy
6642
+ #| msgid "Caption"
6643
+ msgid "Caption text"
6644
+ msgstr "说明"
6645
+
6646
+ #, fuzzy
6647
+ #| msgid "Next alt tag"
6648
+ msgid "Before image alt tag"
6649
+ msgstr "下一个alt标签"
6650
+
6651
+ #, fuzzy
6652
+ #| msgid "Next alt tag"
6653
+ msgid "After image alt tag"
6654
+ msgstr "下一个alt标签"
6655
+
6656
+ #, fuzzy
6657
+ #| msgid "Optimize slide images"
6658
+ msgid "Optimize images"
6659
+ msgstr "优化轮播图图片"
6660
+
6661
  msgid "Full"
6662
  msgstr ""
6663
 
6703
  msgid "Stroke width"
6704
  msgstr ""
6705
 
 
 
 
 
 
6706
  #, fuzzy
6707
  #| msgid "Clear before"
6708
  msgid "Inner before"
6723
  msgid "Animation duration"
6724
  msgstr "动画类型"
6725
 
6726
+ #, fuzzy
6727
+ #| msgid "Center"
6728
+ msgid "Countdown"
6729
+ msgstr "居中"
6730
+
6731
+ msgid "Days"
6732
+ msgstr "天数"
6733
+
6734
+ msgid "Minutes"
6735
+ msgstr "会议记录"
6736
 
6737
+ msgid "Seconds"
6738
+ msgstr "秒钟"
6739
+
6740
+ #, fuzzy
6741
+ #| msgid "First slide changed."
6742
+ msgid "Use slide schedule"
6743
+ msgstr "第一个轮播图已更改。"
6744
+
6745
+ #, fuzzy
6746
+ #| msgid "You can use this alias in the slider's shortcode."
6747
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
6748
+ msgstr "您可以在轮播的简码中使用此别名。"
6749
+
6750
+ msgid "Use Slide Schedule"
6751
  msgstr ""
6752
 
6753
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
6754
  msgstr ""
6755
 
6756
+ msgid ""
6757
+ "Displays the days, hours, minutes and seconds texts under the counter "
6758
+ "numbers. To display the labels in your own language, translate the texts in "
6759
+ "the language files."
6760
  msgstr ""
6761
 
6762
+ msgid "Gap"
6763
  msgstr ""
6764
 
6765
  #, fuzzy
6766
+ #| msgid "Creates space between the columns"
6767
+ msgid "Creates vertical and horizontal distance between the counter elements."
6768
+ msgstr "在列之间创建空间"
6769
 
6770
  #, fuzzy
6771
+ #| msgid "Tablet scale"
6772
+ msgid "Tablet style"
6773
+ msgstr "平板端"
6774
 
6775
+ msgid "Set custom Gap and Column for tablet."
6776
+ msgstr ""
 
 
6777
 
6778
  #, fuzzy
6779
+ #| msgid "Mobile scale"
6780
+ msgid "Mobile style"
6781
+ msgstr "手机端"
6782
 
6783
+ msgid "Set custom Gap and Column for mobile."
6784
+ msgstr ""
 
 
6785
 
6786
  #, fuzzy
6787
+ #| msgid "Actions"
6788
+ msgid "Action when ends"
6789
+ msgstr "操作"
6790
 
6791
  #, fuzzy
6792
+ #| msgid "Decoration"
6793
+ msgid "No action"
6794
+ msgstr "装饰"
6795
 
6796
  #, fuzzy
6797
+ #| msgid "Heading layer"
6798
+ msgid "Hide layer"
6799
+ msgstr "标题图层"
6800
 
6801
+ msgid "Redirect to URL"
6802
+ msgstr ""
 
 
6803
 
6804
+ msgid "Choose what happens after the counter reached zero."
6805
+ msgstr ""
 
 
6806
 
6807
  #, fuzzy
6808
+ #| msgid "Trash is empty."
6809
+ msgid "This page is"
6810
+ msgstr "回收站是空的。"
6811
 
6812
+ msgid "Amazing"
6813
  msgstr ""
6814
 
6815
+ #, fuzzy, php-format
6816
+ #| msgid "Slide count"
6817
+ msgid "Circle %d"
6818
+ msgstr "轮播图计数"
6819
 
6820
+ #, php-format
6821
+ msgid "Curly %d"
6822
  msgstr ""
6823
 
6824
+ #, fuzzy, php-format
6825
+ #| msgid "Highlight"
6826
+ msgid "Highlight %d"
6827
+ msgstr "高亮"
6828
+
6829
+ #, fuzzy, php-format
6830
+ #| msgid "Line height"
6831
+ msgid "Line Through %d"
6832
+ msgstr "行高"
6833
+
6834
+ #, fuzzy, php-format
6835
+ #| msgid "Rectangle Blue"
6836
+ msgid "Rectangle %d"
6837
+ msgstr "矩形蓝色"
6838
 
6839
+ #, fuzzy, php-format
6840
+ #| msgid "one per line"
6841
+ msgid "Underline %d"
6842
+ msgstr "每行一个"
6843
+
6844
+ #, fuzzy, php-format
6845
+ #| msgid "one per line"
6846
+ msgid "Underline double %d"
6847
+ msgstr "每行一个"
6848
+
6849
+ #, php-format
6850
+ msgid "ZigZag %d"
6851
  msgstr ""
6852
 
6853
  #, fuzzy
6871
  msgid "HTML"
6872
  msgstr ""
6873
 
6874
+ msgid "Empty element"
6875
+ msgstr ""
6876
+
6877
  msgid ""
6878
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6879
  "codes loaded by it. We only suggest using this layer if you are a developer. "
7001
  msgid "Icon not found"
7002
  msgstr "未找到"
7003
 
 
 
 
 
 
7004
  #, php-format
7005
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
7006
  msgstr ""
7008
  msgid "Iframe"
7009
  msgstr ""
7010
 
 
 
 
7011
  msgid ""
7012
  "Please note, that <b>we do not support</b> customized coding! The iframe "
7013
  "layer often needs code customizations what you have to do yourself, so we "
7016
 
7017
  #, fuzzy
7018
  #| msgid "Translate url"
7019
+ msgid "Iframe url"
7020
  msgstr "更改网址"
7021
 
 
 
 
7022
  #, fuzzy
7023
  #| msgid "You can load Google Fonts on the frontend."
7024
  msgid "You can disable the scroll on the iframe content."
7026
 
7027
  #, fuzzy
7028
  #| msgid "Slide title"
7029
+ msgid "Iframe title"
7030
  msgstr "轮播图标题"
7031
 
7032
  #, fuzzy
7442
 
7443
  #, php-format
7444
  msgid ""
7445
+ "%1$s does not support the full screen API. For this reason the full screen "
7446
+ "button will not appear on %1$s devices."
 
7447
  msgstr ""
7448
 
7449
  msgid "Indicator"
7462
  msgid "Bar color"
7463
  msgstr "背景颜色"
7464
 
7465
+ #~ msgctxt "Default Google font family for admin"
7466
+ #~ msgid "Montserrat"
7467
+ #~ msgstr "Montserrat"
7468
+
7469
+ #~ msgctxt "Default Google font charset for admin"
7470
+ #~ msgid "latin"
7471
+ #~ msgstr "latin"
7472
+
7473
+ #~ msgid "Character set"
7474
+ #~ msgstr "字符集设置"
7475
+
7476
+ #~ msgctxt "Character set"
7477
+ #~ msgid "Latin"
7478
+ #~ msgstr "拉丁语"
7479
+
7480
+ #~ msgctxt "Character set"
7481
+ #~ msgid "Latin Extended"
7482
+ #~ msgstr "拉丁语扩展"
7483
+
7484
+ #~ msgctxt "Character set"
7485
+ #~ msgid "Greek"
7486
+ #~ msgstr "希腊语"
7487
+
7488
+ #~ msgctxt "Character set"
7489
+ #~ msgid "Greek Extended"
7490
+ #~ msgstr "希腊语扩展"
7491
+
7492
+ #~ msgctxt "Character set"
7493
+ #~ msgid "Cyrillic"
7494
+ #~ msgstr "西里尔"
7495
+
7496
+ #~ msgctxt "Character set"
7497
+ #~ msgid "Devanagari"
7498
+ #~ msgstr "梵文"
7499
+
7500
+ #~ msgctxt "Character set"
7501
+ #~ msgid "Arabic"
7502
+ #~ msgstr "阿拉伯"
7503
+
7504
+ #~ msgctxt "Character set"
7505
+ #~ msgid "Khmer"
7506
+ #~ msgstr "高棉"
7507
+
7508
+ #~ msgctxt "Character set"
7509
+ #~ msgid "Telugu"
7510
+ #~ msgstr "泰卢固语"
7511
+
7512
+ #~ msgctxt "Character set"
7513
+ #~ msgid "Vietnamese"
7514
+ #~ msgstr "越南语"
7515
+
7516
+ #~ msgctxt "Default font sets"
7517
+ #~ msgid "latin"
7518
+ #~ msgstr "拉丁语"
7519
+
7520
+ #~ msgid "hours"
7521
+ #~ msgstr "小时"
7522
+
7523
+ #~ msgid "Private video"
7524
+ #~ msgstr "隐私视频"
7525
+
7526
+ #, fuzzy
7527
+ #~| msgid "Go to next slide"
7528
+ #~ msgid "Loop single slide"
7529
+ #~ msgstr "转到下一张轮播图"
7530
+
7531
+ #~ msgid "Bullet"
7532
+ #~ msgstr "圆点导航"
7533
+
7534
+ #, fuzzy
7535
+ #~| msgid "Inline"
7536
+ #~ msgid "Incline 2"
7537
+ #~ msgstr "内联"
7538
+
7539
+ #, fuzzy
7540
+ #~| msgid "Inline"
7541
+ #~ msgid "Incline 3"
7542
+ #~ msgstr "内联"
7543
+
7544
+ #, fuzzy
7545
+ #~| msgid "Single"
7546
+ #~ msgid "Triangle 2"
7547
+ #~ msgstr "单个"
7548
+
7549
+ #, fuzzy
7550
+ #~| msgid "Actions"
7551
+ #~ msgid "Auction"
7552
+ #~ msgstr "操作"
7553
+
7554
+ #, fuzzy
7555
+ #~| msgid "Modification date"
7556
+ #~ msgid "Expiration date"
7557
+ #~ msgstr "修改日期"
7558
+
7559
+ #, fuzzy
7560
+ #~| msgid "Custom date variables"
7561
+ #~ msgid "Create custom date variables"
7562
+ #~ msgstr "自定义日期变量"
7563
+
7564
+ #, fuzzy
7565
+ #~| msgid "Highlight"
7566
+ #~ msgid "Highlight 2"
7567
+ #~ msgstr "高亮"
7568
+
7569
+ #, fuzzy
7570
+ #~| msgid "Highlight"
7571
+ #~ msgid "Highlight 3"
7572
+ #~ msgstr "高亮"
7573
+
7574
+ #, fuzzy
7575
+ #~| msgid "Line height"
7576
+ #~ msgid "Line Through 2"
7577
+ #~ msgstr "行高"
7578
+
7579
+ #, fuzzy
7580
+ #~| msgid "Line height"
7581
+ #~ msgid "Line Through 3"
7582
+ #~ msgstr "行高"
7583
+
7584
+ #, fuzzy
7585
+ #~| msgid "Rectangle Blue"
7586
+ #~ msgid "Rectangle 2"
7587
+ #~ msgstr "矩形蓝色"
7588
+
7589
+ #, fuzzy
7590
+ #~| msgid "one per line"
7591
+ #~ msgid "Underline 2"
7592
+ #~ msgstr "每行一个"
7593
+
7594
+ #, fuzzy
7595
+ #~| msgid "one per line"
7596
+ #~ msgid "Underline 3"
7597
+ #~ msgstr "每行一个"
7598
+
7599
  #, fuzzy
7600
  #~| msgid "Upload file"
7601
  #~ msgid "Upload"
7695
  #~ msgid "Fade on scroll"
7696
  #~ msgstr "滚动时暂停"
7697
 
 
 
 
 
 
7698
  #~ msgid "Lazy load"
7699
  #~ msgstr "懒加载"
7700
 
7716
  #~ msgid "Optimize layer images"
7717
  #~ msgstr "优化图层图片"
7718
 
 
 
 
 
 
 
7719
  #~ msgid "Adaptive"
7720
  #~ msgstr "自适应"
7721
 
Nextend/Languages/zh_TW.mo CHANGED
Binary file
Nextend/Languages/zh_TW.po CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: VERSION\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2021-07-23 09:55+0200\n"
7
- "PO-Revision-Date: 2021-07-23 10:04+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: zh_TW\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
- "X-Generator: Poedit 3.0\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
18
  "X-Poedit-Flags-xgettext: --no-location\n"
@@ -26,14 +26,6 @@ msgstr "在您伺服器的 php.ini 配置中已關閉了 CURL。請啟用它!"
26
  msgid "Unable to contact with the licensing server, please try again later!"
27
  msgstr "無法連接至授權伺服器,請稍後再試一次!"
28
 
29
- msgctxt "Default Google font family for admin"
30
- msgid "Montserrat"
31
- msgstr "蒙特塞拉特"
32
-
33
- msgctxt "Default Google font charset for admin"
34
- msgid "latin"
35
- msgstr "拉丁"
36
-
37
  msgid "You are not allowed to upload!"
38
  msgstr "您不允許上傳!"
39
 
@@ -184,6 +176,14 @@ msgstr ""
184
  msgid "You can load Google Fonts on the frontend."
185
  msgstr ""
186
 
 
 
 
 
 
 
 
 
187
  msgid "Backend"
188
  msgstr ""
189
 
@@ -200,53 +200,6 @@ msgstr ""
200
  msgid "Normal"
201
  msgstr "普通"
202
 
203
- msgid "Character set"
204
- msgstr "字符集"
205
-
206
- msgctxt "Character set"
207
- msgid "Latin"
208
- msgstr ""
209
-
210
- msgctxt "Character set"
211
- msgid "Latin Extended"
212
- msgstr ""
213
-
214
- msgctxt "Character set"
215
- msgid "Greek"
216
- msgstr ""
217
-
218
- msgctxt "Character set"
219
- msgid "Greek Extended"
220
- msgstr ""
221
-
222
- msgctxt "Character set"
223
- msgid "Cyrillic"
224
- msgstr ""
225
-
226
- msgctxt "Character set"
227
- msgid "Devanagari"
228
- msgstr ""
229
-
230
- msgctxt "Character set"
231
- msgid "Arabic"
232
- msgstr ""
233
-
234
- msgctxt "Character set"
235
- msgid "Khmer"
236
- msgstr ""
237
-
238
- msgctxt "Character set"
239
- msgid "Telugu"
240
- msgstr ""
241
-
242
- msgctxt "Character set"
243
- msgid "Vietnamese"
244
- msgstr ""
245
-
246
- msgctxt "Default font sets"
247
- msgid "latin"
248
- msgstr "拉丁"
249
-
250
  msgid "Choose"
251
  msgstr "選擇"
252
 
@@ -1201,15 +1154,23 @@ msgstr "群組"
1201
  msgid "Set"
1202
  msgstr "設置"
1203
 
 
 
 
 
 
 
 
 
 
 
 
1204
  msgid "Up"
1205
  msgstr ""
1206
 
1207
  msgid "Insert group"
1208
  msgstr "插入群組"
1209
 
1210
- msgid "Group"
1211
- msgstr "群組"
1212
-
1213
  msgid "Move to trash"
1214
  msgstr ""
1215
 
@@ -1262,6 +1223,32 @@ msgstr "刪除幻燈片"
1262
  msgid "delete this slide"
1263
  msgstr "刪除幻燈片"
1264
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1265
  msgid "Animations"
1266
  msgstr "動畫"
1267
 
@@ -1508,6 +1495,11 @@ msgstr "您可將自訂的 CSS 類別用於幻燈片的內容中。"
1508
  msgid "JavaScript callbacks"
1509
  msgstr ""
1510
 
 
 
 
 
 
1511
  msgid "Post IDs"
1512
  msgstr ""
1513
 
@@ -1517,6 +1509,21 @@ msgstr ""
1517
  msgid "The cache of the posts with the given ID will be cleared upon save."
1518
  msgstr ""
1519
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1520
  msgid "Thumbnail"
1521
  msgstr "縮圖"
1522
 
@@ -1594,9 +1601,6 @@ msgstr "填滿模式"
1594
  msgid "Align"
1595
  msgstr "對齊"
1596
 
1597
- msgid "Margin"
1598
- msgstr "外距"
1599
-
1600
  msgid "Puts a fix margin around your slider."
1601
  msgstr ""
1602
 
@@ -1609,6 +1613,11 @@ msgstr "優化"
1609
  msgid "Loading"
1610
  msgstr "載入"
1611
 
 
 
 
 
 
1612
  msgid "Instant"
1613
  msgstr ""
1614
 
@@ -1618,11 +1627,6 @@ msgstr ""
1618
  msgid "After delay"
1619
  msgstr ""
1620
 
1621
- #, fuzzy
1622
- #| msgid "Loading"
1623
- msgid "Loading type"
1624
- msgstr "載入"
1625
-
1626
  msgid ""
1627
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1628
  "you can load it only after the page has loaded."
@@ -1812,6 +1816,11 @@ msgid ""
1812
  "the result with the filling modes."
1813
  msgstr ""
1814
 
 
 
 
 
 
1815
  msgid "Randomize"
1816
  msgstr "隨機"
1817
 
@@ -2102,15 +2111,16 @@ msgstr "非常喜歡"
2102
  msgid "Why upgrade to Smart Slider 3 Pro?"
2103
  msgstr ""
2104
 
2105
- msgid "120+ slider templates"
 
2106
  msgstr ""
2107
 
2108
  msgid "Full slide library access"
2109
  msgstr ""
2110
 
2111
- #, fuzzy
2112
  #| msgid "Text layer"
2113
- msgid "20 new layers"
2114
  msgstr "文字圖層"
2115
 
2116
  msgid "Extra advanced options"
@@ -2180,9 +2190,6 @@ msgstr "漸層"
2180
  msgid "Color end"
2181
  msgstr "結束色彩"
2182
 
2183
- msgid "Max width"
2184
- msgstr "最大寬度"
2185
-
2186
  msgid "Position"
2187
  msgstr "位置"
2188
 
@@ -2355,6 +2362,11 @@ msgid ""
2355
  "background correctly."
2356
  msgstr ""
2357
 
 
 
 
 
 
2358
  msgid "Blur"
2359
  msgstr "模糊"
2360
 
@@ -2514,9 +2526,6 @@ msgstr "放大"
2514
  msgid "Scale down"
2515
  msgstr "縮小"
2516
 
2517
- msgid "Edit"
2518
- msgstr "編輯"
2519
-
2520
  msgid "Static overlay"
2521
  msgstr ""
2522
 
@@ -2574,8 +2583,10 @@ msgstr "整個幻燈片至上"
2574
  msgid "Drop images here"
2575
  msgstr "拖曳您的圖片到此處!"
2576
 
2577
- msgid "Edit slider"
2578
- msgstr ""
 
 
2579
 
2580
  #, fuzzy
2581
  #| msgid "View %s"
@@ -2607,9 +2618,32 @@ msgstr "最舊的排前"
2607
  msgid "Export"
2608
  msgstr "匯出"
2609
 
 
 
 
 
 
 
 
 
 
 
 
 
2610
  msgid "New project"
2611
  msgstr ""
2612
 
 
 
 
 
 
 
 
 
 
 
 
2613
  msgid "Module"
2614
  msgstr "模組"
2615
 
@@ -3145,7 +3179,7 @@ msgstr "產生器設定"
3145
  msgid "Cache expiration"
3146
  msgstr "過期快取"
3147
 
3148
- msgid "hours"
3149
  msgstr "小時"
3150
 
3151
  msgid "Start index"
@@ -3239,19 +3273,19 @@ msgid "Add column"
3239
  msgstr ""
3240
 
3241
  msgid "Year"
3242
- msgstr ""
3243
 
3244
  msgid "Month"
3245
- msgstr ""
3246
 
3247
  msgid "Day"
3248
- msgstr ""
3249
 
3250
  msgid "Hour"
3251
- msgstr ""
3252
 
3253
  msgid "Minute"
3254
- msgstr ""
3255
 
3256
  msgid "Stack"
3257
  msgstr ""
@@ -3611,13 +3645,18 @@ msgstr ""
3611
  msgid "Whole group"
3612
  msgstr "整個群組"
3613
 
3614
- msgid "Select slider"
3615
  msgstr "選擇幻燈片"
3616
 
3617
  msgid "OR"
3618
  msgstr "或"
3619
 
3620
- msgid "Select A Slider"
 
 
 
 
 
3621
  msgstr ""
3622
 
3623
  msgctxt "Button layer default text"
@@ -3770,13 +3809,6 @@ msgstr ""
3770
  msgid "You can pause the video when the visitor scrolls away from the slider"
3771
  msgstr ""
3772
 
3773
- msgid "Private video"
3774
- msgstr ""
3775
-
3776
- msgid ""
3777
- "Turn it on to remove the admin warning that your video is not accessible."
3778
- msgstr ""
3779
-
3780
  msgid "Display"
3781
  msgstr "顯示"
3782
 
@@ -3948,16 +3980,16 @@ msgid ""
3948
  "last one."
3949
  msgstr ""
3950
 
3951
- msgid "Shifted"
 
 
 
3952
  msgstr ""
3953
 
3954
- msgid "The background and the main animation plays simultaneously or shifted."
3955
  msgstr ""
3956
 
3957
- msgid "Loop single slide"
3958
- msgstr "循環播放單一幻燈片"
3959
-
3960
- msgid "In case of one slide, it repeats the animation of the slide."
3961
  msgstr ""
3962
 
3963
  msgid "Slider CSS Preset"
@@ -4107,6 +4139,42 @@ msgstr "亂數彈跳"
4107
  msgid "My text animations"
4108
  msgstr ""
4109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4110
  msgid "Slices - Single"
4111
  msgstr ""
4112
 
@@ -4501,9 +4569,6 @@ msgstr "文字標示"
4501
  msgid "Bullets"
4502
  msgstr ""
4503
 
4504
- msgid "Bullet"
4505
- msgstr ""
4506
-
4507
  msgid "Side"
4508
  msgstr ""
4509
 
@@ -4704,41 +4769,25 @@ msgstr "原地旋轉"
4704
  msgid "Sparkling"
4705
  msgstr "煙火"
4706
 
4707
- msgid "Curve 1"
 
 
4708
  msgstr "曲線 1"
4709
 
4710
- msgid "Curve 2"
4711
- msgstr "曲線 2"
4712
-
4713
- msgid "Curve 3"
4714
- msgstr "曲線 3"
4715
-
4716
- msgid "Curve 4"
4717
- msgstr "曲線 4"
4718
-
4719
  msgid "Curves"
4720
  msgstr "曲線"
4721
 
4722
- msgid "Fan 1"
4723
- msgstr ""
4724
-
4725
- msgid "Fan 2"
4726
- msgstr ""
4727
-
4728
- msgid "Fan 3"
4729
  msgstr ""
4730
 
4731
  msgid "Hills"
4732
  msgstr ""
4733
 
4734
- msgid "Incline 1"
4735
- msgstr ""
4736
-
4737
- msgid "Incline 2"
4738
- msgstr ""
4739
-
4740
- msgid "Incline 3"
4741
- msgstr ""
4742
 
4743
  msgid "Inverse arrow"
4744
  msgstr ""
@@ -4749,27 +4798,31 @@ msgstr ""
4749
  msgid "Slopes"
4750
  msgstr ""
4751
 
4752
- msgid "Tilt 1"
4753
- msgstr ""
4754
-
4755
- msgid "Tilt 2"
4756
- msgstr ""
4757
-
4758
- msgid "Triangle 1"
4759
  msgstr ""
4760
 
4761
- msgid "Triangle 2"
 
4762
  msgstr ""
4763
 
4764
- msgid "Wave 1"
 
 
4765
  msgstr "波浪 1"
4766
 
4767
- msgid "Wave 2"
4768
- msgstr "波浪 2"
4769
-
4770
  msgid "Waves"
4771
  msgstr "波浪"
4772
 
 
 
 
 
 
 
 
 
 
4773
  msgid "2 Colors"
4774
  msgstr ""
4775
 
@@ -4791,8 +4844,10 @@ msgstr ""
4791
  #, php-format
4792
  msgid ""
4793
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4794
- "order to use this generator! - %2$s How to get SSL for my WordPress site? "
4795
- "%3$s"
 
 
4796
  msgstr ""
4797
 
4798
  #, php-format
@@ -4926,6 +4981,11 @@ msgstr "資料夾中的影片"
4926
  msgid "Source folder"
4927
  msgstr "來源資料夾"
4928
 
 
 
 
 
 
4929
  msgid "Remove resized images"
4930
  msgstr ""
4931
 
@@ -4936,6 +4996,22 @@ msgid ""
4936
  "because it's the same image, just in a smaller size."
4937
  msgstr ""
4938
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4939
  msgid "Filename"
4940
  msgstr "檔案名稱"
4941
 
@@ -4955,6 +5031,45 @@ msgid ""
4955
  "from here:"
4956
  msgstr ""
4957
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4958
  msgid "JSON from url"
4959
  msgstr ""
4960
 
@@ -4990,6 +5105,9 @@ msgstr ""
4990
  msgid "Images"
4991
  msgstr "圖片"
4992
 
 
 
 
4993
  msgid "Timezone offset in hours. For example: +2 or -7."
4994
  msgstr ""
4995
 
@@ -5035,86 +5153,38 @@ msgstr ""
5035
  msgid "Creates slides from %1$s content."
5036
  msgstr ""
5037
 
5038
- msgid "Items"
5039
- msgstr "項目"
5040
 
5041
- msgid "Locations"
5042
- msgstr "位置"
5043
 
5044
- msgid "Types"
5045
  msgstr ""
5046
 
5047
- msgid "Expired"
5048
- msgstr "已過期"
5049
 
5050
- msgid "Started"
5051
- msgstr "已開始"
5052
 
5053
- msgid "Auction"
5054
  msgstr ""
5055
 
5056
- msgid "Negotiable price"
5057
  msgstr ""
5058
 
5059
- msgid "Blocked by User"
5060
  msgstr ""
5061
 
5062
- msgid "Paid"
5063
  msgstr ""
5064
 
5065
- msgid "Buynow"
5066
- msgstr ""
5067
 
5068
- msgid "Menu item (item ID)"
5069
- msgstr ""
5070
-
5071
- msgid ""
5072
- "Your url will point to the item within this menu item. You will only get a "
5073
- "good result, if you will pick one of your DJ Classifields menu items or "
5074
- "leave it on 'Default'."
5075
- msgstr ""
5076
-
5077
- msgid "Start date"
5078
- msgstr "開始日期"
5079
-
5080
- msgid "Expiration date"
5081
- msgstr ""
5082
-
5083
- msgid "Price"
5084
- msgstr "價格"
5085
-
5086
- msgid "Include subcategories"
5087
- msgstr ""
5088
-
5089
- msgid "Frontpage"
5090
- msgstr "前台"
5091
-
5092
- msgid "Exclude ID"
5093
- msgstr ""
5094
-
5095
- msgid "Category title"
5096
- msgstr "分類標題"
5097
-
5098
- msgid "Username"
5099
- msgstr "帳號"
5100
-
5101
- msgid "View post"
5102
- msgstr ""
5103
-
5104
- msgid "Resolved"
5105
- msgstr ""
5106
-
5107
- msgid "Only main discussions"
5108
- msgstr ""
5109
-
5110
- msgid "View discussion"
5111
- msgstr ""
5112
-
5113
- msgid "Events"
5114
- msgstr "事件"
5115
-
5116
- msgid "Albums"
5117
- msgstr "相簿"
5118
 
5119
  msgid "Videos"
5120
  msgstr "影片"
@@ -5134,6 +5204,9 @@ msgstr "使用半型逗號來分隔。"
5134
  msgid "Banned user IDs"
5135
  msgstr "封鎖的帳戶 ID"
5136
 
 
 
 
5137
  msgid "Ended"
5138
  msgstr "已結束"
5139
 
@@ -5219,12 +5292,18 @@ msgstr ""
5219
  msgid "Manufacturer language"
5220
  msgstr ""
5221
 
 
 
 
5222
  msgid "Product name"
5223
  msgstr "商品名稱"
5224
 
5225
  msgid "Product ID"
5226
  msgstr "商品 ID"
5227
 
 
 
 
5228
  msgid "Recurring"
5229
  msgstr ""
5230
 
@@ -5240,6 +5319,12 @@ msgstr ""
5240
  msgid "Only not recurring events"
5241
  msgstr ""
5242
 
 
 
 
 
 
 
5243
  msgid "End date"
5244
  msgstr "結束日期"
5245
 
@@ -5282,6 +5367,12 @@ msgstr ""
5282
  msgid "Only display items with these IDs"
5283
  msgstr ""
5284
 
 
 
 
 
 
 
5285
  msgid "Brand"
5286
  msgstr ""
5287
 
@@ -5320,14 +5411,13 @@ msgstr ""
5320
  msgid "Date language"
5321
  msgstr ""
5322
 
5323
- msgid "Offset value"
5324
  msgstr ""
5325
 
5326
- msgid ""
5327
- "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5328
- "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5329
- "setting will be used."
5330
- msgstr ""
5331
 
5332
  msgid "Status"
5333
  msgstr "狀態"
@@ -5338,6 +5428,9 @@ msgstr ""
5338
  msgid "Ask down all product images"
5339
  msgstr ""
5340
 
 
 
 
5341
  msgid "View item"
5342
  msgstr ""
5343
 
@@ -5347,15 +5440,6 @@ msgstr "已觀看"
5347
  msgid "View image"
5348
  msgstr "查看圖片"
5349
 
5350
- msgid "Supplier"
5351
- msgstr ""
5352
-
5353
- msgid "On sale"
5354
- msgstr "販售中"
5355
-
5356
- msgid "Discount price"
5357
- msgstr "折扣價格"
5358
-
5359
  msgid "All day event"
5360
  msgstr ""
5361
 
@@ -5365,35 +5449,6 @@ msgstr ""
5365
  msgid "Show parent products only"
5366
  msgstr ""
5367
 
5368
- #, php-format
5369
- msgid "Creates slides from %1$s events."
5370
- msgstr ""
5371
-
5372
- msgid "Create custom date variables"
5373
- msgstr ""
5374
-
5375
- msgid ""
5376
- "You can write any date format (http://php.net/manual/en/function.date.php) "
5377
- "in separate lines, and new variables will be created for them."
5378
- msgstr ""
5379
-
5380
- msgid ""
5381
- "Write the original text, like 'Monday' then two | signs, and the text you "
5382
- "want it to be translated to, for example 'Montag'. Together: Monday||Montag"
5383
- msgstr ""
5384
-
5385
- msgid "Event start date"
5386
- msgstr "事件開始日期"
5387
-
5388
- msgid "Event end date"
5389
- msgstr "事件結束日期"
5390
-
5391
- msgid "Event creation date"
5392
- msgstr ""
5393
-
5394
- msgid "Event modification date"
5395
- msgstr ""
5396
-
5397
  #, php-format
5398
  msgid "Creates slides from %1$s galleries."
5399
  msgstr ""
@@ -5416,6 +5471,10 @@ msgstr ""
5416
  msgid "No options given"
5417
  msgstr ""
5418
 
 
 
 
 
5419
  msgid "Exclude event IDs (One ID per line)"
5420
  msgstr ""
5421
 
@@ -5470,9 +5529,21 @@ msgstr ""
5470
  msgid "Hide From Event Listings"
5471
  msgstr ""
5472
 
 
 
 
 
 
 
5473
  msgid "Event cost"
5474
  msgstr "活動花費"
5475
 
 
 
 
 
 
 
5476
  msgid "Metakey name"
5477
  msgstr ""
5478
 
@@ -5517,6 +5588,12 @@ msgstr "子選單限制"
5517
  msgid "No limit"
5518
  msgstr ""
5519
 
 
 
 
 
 
 
5520
  msgid "Downloadable"
5521
  msgstr "可下載的"
5522
 
@@ -5701,6 +5778,14 @@ msgstr "3D 擺盪"
5701
  msgid "Vertical pendulum 3D"
5702
  msgstr "3D 垂直擺盪"
5703
 
 
 
 
 
 
 
 
 
5704
  msgid "Before text"
5705
  msgstr "文字之前"
5706
 
@@ -5782,6 +5867,126 @@ msgstr "進度"
5782
  msgid "Time"
5783
  msgstr "時間"
5784
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5785
  msgid "Full"
5786
  msgstr "完整"
5787
 
@@ -5815,9 +6020,6 @@ msgstr "啟用色彩"
5815
  msgid "Stroke width"
5816
  msgstr ""
5817
 
5818
- msgid "Labels"
5819
- msgstr ""
5820
-
5821
  msgid "Inner before"
5822
  msgstr ""
5823
 
@@ -5830,67 +6032,124 @@ msgstr ""
5830
  msgid "Animation duration"
5831
  msgstr "動畫持續時間"
5832
 
5833
- msgid "Circle 1"
5834
- msgstr ""
 
 
5835
 
5836
- msgid "Circle 2"
5837
- msgstr ""
5838
 
5839
- msgid "Circle 3"
5840
- msgstr ""
5841
 
5842
- msgid "Curly 1"
5843
- msgstr ""
5844
 
5845
- msgid "Curly 2"
5846
- msgstr ""
 
 
5847
 
5848
- msgid "Highlight 1"
 
 
 
 
 
5849
  msgstr ""
5850
 
5851
- msgid "Highlight 2"
5852
  msgstr ""
5853
 
5854
- msgid "Highlight 3"
 
 
 
5855
  msgstr ""
5856
 
5857
- msgid "Line Through 1"
5858
  msgstr ""
5859
 
5860
- msgid "Line Through 2"
5861
  msgstr ""
5862
 
5863
- msgid "Line Through 3"
 
 
 
 
 
5864
  msgstr ""
5865
 
5866
- msgid "Rectangle 1"
 
 
 
 
 
5867
  msgstr ""
5868
 
5869
- msgid "Rectangle 2"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5870
  msgstr ""
5871
 
5872
- msgid "Underline 1"
5873
  msgstr ""
5874
 
5875
- msgid "Underline 2"
5876
  msgstr ""
5877
 
5878
- msgid "Underline 3"
5879
  msgstr ""
5880
 
5881
- msgid "Underline double 1"
 
 
 
 
 
 
5882
  msgstr ""
5883
 
5884
- msgid "Underline double 2"
 
5885
  msgstr ""
5886
 
5887
- msgid "ZigZag 1"
 
 
 
 
 
 
 
 
 
 
 
5888
  msgstr ""
5889
 
5890
- msgid "ZigZag 2"
 
5891
  msgstr ""
5892
 
5893
- msgid "ZigZag 3"
 
5894
  msgstr ""
5895
 
5896
  msgid "Highlighted text"
@@ -5908,6 +6167,9 @@ msgstr ""
5908
  msgid "HTML"
5909
  msgstr ""
5910
 
 
 
 
5911
  msgid ""
5912
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
5913
  "codes loaded by it. We only suggest using this layer if you are a developer. "
@@ -6018,11 +6280,6 @@ msgstr ""
6018
  msgid "Icon not found"
6019
  msgstr "未找到圖示"
6020
 
6021
- #, fuzzy
6022
- #| msgid "Previous label"
6023
- msgid "Aria label"
6024
- msgstr "上一個標籤"
6025
-
6026
  #, php-format
6027
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6028
  msgstr ""
@@ -6030,27 +6287,23 @@ msgstr ""
6030
  msgid "Iframe"
6031
  msgstr ""
6032
 
6033
- msgid "iframe"
6034
- msgstr ""
6035
-
6036
  msgid ""
6037
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6038
  "layer often needs code customizations what you have to do yourself, so we "
6039
  "only suggest using this layer if you are a developer!"
6040
  msgstr ""
6041
 
6042
- msgid "iframe url"
 
 
6043
  msgstr "iframe 網址"
6044
 
6045
- msgid "Yes"
6046
- msgstr "是"
6047
-
6048
  msgid "You can disable the scroll on the iframe content."
6049
  msgstr ""
6050
 
6051
  #, fuzzy
6052
  #| msgid "iframe url"
6053
- msgid "iframe title"
6054
  msgstr "iframe 網址"
6055
 
6056
  msgid "Image area"
@@ -6384,9 +6637,8 @@ msgstr "全螢幕"
6384
 
6385
  #, php-format
6386
  msgid ""
6387
- "%1$s %2$s does not support the full screen API %3$s so other elements of the "
6388
- "page may overlap the slider in Fullscreen mode. To avoid such problems, we "
6389
- "suggest hiding the Fullscreen control from mobile view!"
6390
  msgstr ""
6391
 
6392
  msgid "Indicator"
@@ -6401,6 +6653,48 @@ msgstr ""
6401
  msgid "Bar color"
6402
  msgstr ""
6403
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6404
  #~ msgid "Async"
6405
  #~ msgstr "Async"
6406
 
@@ -6444,18 +6738,9 @@ msgstr ""
6444
  #~ msgid "Read docs"
6445
  #~ msgstr "閱讀更多"
6446
 
6447
- #~ msgid "Loading animation"
6448
- #~ msgstr "載入動畫"
6449
-
6450
  #~ msgid "Hide until complete load"
6451
  #~ msgstr "隱藏直到載入完畢"
6452
 
6453
- #~ msgid "Tablet scale"
6454
- #~ msgstr "平板縮放"
6455
-
6456
- #~ msgid "Mobile scale"
6457
- #~ msgstr "手機縮放"
6458
-
6459
  #~ msgid "Load jQuery on frontend"
6460
  #~ msgstr "於前台載入 jQuery"
6461
 
@@ -6465,9 +6750,6 @@ msgstr ""
6465
  #~ msgid "CSS mode"
6466
  #~ msgstr "CSS 模式"
6467
 
6468
- #~ msgid "Inline"
6469
- #~ msgstr "行內"
6470
-
6471
  #~ msgid "Background image dynamic height"
6472
  #~ msgstr "背景圖片動態高度"
6473
 
@@ -6548,10 +6830,6 @@ msgstr ""
6548
  #~ msgid "No search term specified. Showing recent items."
6549
  #~ msgstr "未指定搜索內容,顯示最近的項目。"
6550
 
6551
- #, javascript-format
6552
- #~ msgid "Showing items match for \"%s\""
6553
- #~ msgstr "顯示符合 \"%s\" 的項目"
6554
-
6555
  #~ msgid "Create lightbox from image, video or iframe."
6556
  #~ msgstr "從圖片、影片或 iframe 來建立燈箱效果。"
6557
 
@@ -6887,9 +7165,6 @@ msgstr ""
6887
  #~ msgid "Update"
6888
  #~ msgstr "更新"
6889
 
6890
- #~ msgid "Instructions"
6891
- #~ msgstr "說明"
6892
-
6893
  #~ msgid "You can upload the files which exported by Smart Slider 3."
6894
  #~ msgstr "您可上傳由 Smart Slider 3 所製作的檔案。"
6895
 
@@ -6980,9 +7255,6 @@ msgstr ""
6980
  #~ msgid "Canvas"
6981
  #~ msgstr "畫布"
6982
 
6983
- #~ msgid "Back to slider"
6984
- #~ msgstr "返回幻燈片"
6985
-
6986
  #~ msgid "Duplicate slide"
6987
  #~ msgstr "複製幻燈片"
6988
 
@@ -7101,9 +7373,6 @@ msgstr ""
7101
  #~ msgid "Adaptive sizing"
7102
  #~ msgstr "自適應尺寸"
7103
 
7104
- #~ msgid "Show on"
7105
- #~ msgstr "顯示在"
7106
-
7107
  #~ msgid "CSS class"
7108
  #~ msgstr "CSS 類別"
7109
 
@@ -7191,9 +7460,6 @@ msgstr ""
7191
  #~ msgid "Finish autoplay on"
7192
  #~ msgstr "完成自動播放在"
7193
 
7194
- #~ msgid "Count"
7195
- #~ msgstr "計數"
7196
-
7197
  #~ msgid "slide count"
7198
  #~ msgstr "幻燈片數量"
7199
 
@@ -7221,9 +7487,6 @@ msgstr ""
7221
  #~ msgid "slides"
7222
  #~ msgstr "幻燈片"
7223
 
7224
- #~ msgid "Optimize images"
7225
- #~ msgstr "壓縮圖片"
7226
-
7227
  #~ msgid "Thumbnail image resize"
7228
  #~ msgstr "縮圖尺寸"
7229
 
@@ -7245,15 +7508,9 @@ msgstr ""
7245
  #~ msgid "Hide"
7246
  #~ msgstr "隱藏"
7247
 
7248
- #~ msgid "Hide slider"
7249
- #~ msgstr "隱藏幻燈片"
7250
-
7251
  #~ msgid "Browser width"
7252
  #~ msgstr "瀏覽器寬度"
7253
 
7254
- #~ msgid "Delete file after import"
7255
- #~ msgstr "匯入後刪除檔案"
7256
-
7257
  #~ msgid " - copy"
7258
  #~ msgstr " - 複製"
7259
 
@@ -7293,9 +7550,6 @@ msgstr ""
7293
  #~ msgid "Split text sets"
7294
  #~ msgstr "分割文字設定"
7295
 
7296
- #~ msgid "Lines"
7297
- #~ msgstr "行"
7298
-
7299
  #~ msgid "Common split text properties"
7300
  #~ msgstr "一般分割文字屬性"
7301
 
@@ -7564,9 +7818,6 @@ msgstr ""
7564
  #~ msgid "Page or Post editor"
7565
  #~ msgstr "頁面內容編輯器"
7566
 
7567
- #~ msgid "Insert the slider into pages with the icon:"
7568
- #~ msgstr "使用此圖示來將幻燈片插入到頁面裡"
7569
-
7570
  #~ msgid "Copy and paste this shortcode anywhere:"
7571
  #~ msgstr "複製貼上這段代碼到任何地方:"
7572
 
@@ -7579,9 +7830,6 @@ msgstr ""
7579
  #~ msgid "Product price"
7580
  #~ msgstr "商品價格"
7581
 
7582
- #~ msgid "Select Slider"
7583
- #~ msgstr "選擇幻燈片"
7584
-
7585
  #~ msgid "Insert it into an existing post with the icon:"
7586
  #~ msgstr "使用此圖示來將此插入到已存在的文章裡:"
7587
 
3
  msgstr ""
4
  "Project-Id-Version: VERSION\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-05-13 07:44+0200\n"
7
+ "PO-Revision-Date: 2022-05-17 14:21+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: zh_TW\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
+ "X-Generator: Poedit 3.0.1\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: ;n2_;n2_e;n2_n:1,2;n2_en:1,2;n2_x:1,2c;n2_ex:1,2c\n"
18
  "X-Poedit-Flags-xgettext: --no-location\n"
26
  msgid "Unable to contact with the licensing server, please try again later!"
27
  msgstr "無法連接至授權伺服器,請稍後再試一次!"
28
 
 
 
 
 
 
 
 
 
29
  msgid "You are not allowed to upload!"
30
  msgstr "您不允許上傳!"
31
 
176
  msgid "You can load Google Fonts on the frontend."
177
  msgstr ""
178
 
179
+ msgid "Save fonts locally"
180
+ msgstr ""
181
+
182
+ msgid ""
183
+ "You can store the used Google Fonts on your server. This way all Google "
184
+ "Fonts will load from your own domain."
185
+ msgstr ""
186
+
187
  msgid "Backend"
188
  msgstr ""
189
 
200
  msgid "Normal"
201
  msgstr "普通"
202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
203
  msgid "Choose"
204
  msgstr "選擇"
205
 
1154
  msgid "Set"
1155
  msgstr "設置"
1156
 
1157
+ msgid "Edit"
1158
+ msgstr "編輯"
1159
+
1160
+ msgid "Group"
1161
+ msgstr "群組"
1162
+
1163
+ #, fuzzy
1164
+ #| msgid "Slider"
1165
+ msgid "Edit Slider"
1166
+ msgstr "幻燈片"
1167
+
1168
  msgid "Up"
1169
  msgstr ""
1170
 
1171
  msgid "Insert group"
1172
  msgstr "插入群組"
1173
 
 
 
 
1174
  msgid "Move to trash"
1175
  msgstr ""
1176
 
1223
  msgid "delete this slide"
1224
  msgstr "刪除幻燈片"
1225
 
1226
+ msgid "Max width"
1227
+ msgstr "最大寬度"
1228
+
1229
+ msgid "Margin"
1230
+ msgstr "外距"
1231
+
1232
+ #, fuzzy
1233
+ #| msgid "Top"
1234
+ msgid "top"
1235
+ msgstr "上方"
1236
+
1237
+ #, fuzzy
1238
+ #| msgid "Light"
1239
+ msgid "right"
1240
+ msgstr "亮色"
1241
+
1242
+ #, fuzzy
1243
+ #| msgid "Bottom"
1244
+ msgid "bottom"
1245
+ msgstr "下方"
1246
+
1247
+ #, fuzzy
1248
+ #| msgid "To left"
1249
+ msgid "left"
1250
+ msgstr "往左"
1251
+
1252
  msgid "Animations"
1253
  msgstr "動畫"
1254
 
1495
  msgid "JavaScript callbacks"
1496
  msgstr ""
1497
 
1498
+ #, fuzzy
1499
+ #| msgid "Loading animation"
1500
+ msgid "Loading animation waiting time"
1501
+ msgstr "載入動畫"
1502
+
1503
  msgid "Post IDs"
1504
  msgstr ""
1505
 
1509
  msgid "The cache of the posts with the given ID will be cleared upon save."
1510
  msgstr ""
1511
 
1512
+ #, fuzzy
1513
+ #| msgid "Back to slider"
1514
+ msgid "Fallback slider"
1515
+ msgstr "返回幻燈片"
1516
+
1517
+ #, fuzzy
1518
+ #| msgid "Alias"
1519
+ msgid "ID or Alias"
1520
+ msgstr "別名"
1521
+
1522
+ msgid ""
1523
+ "Select another slider by its ID or Alias that displays if your current "
1524
+ "slider has no published slides."
1525
+ msgstr ""
1526
+
1527
  msgid "Thumbnail"
1528
  msgstr "縮圖"
1529
 
1601
  msgid "Align"
1602
  msgstr "對齊"
1603
 
 
 
 
1604
  msgid "Puts a fix margin around your slider."
1605
  msgstr ""
1606
 
1613
  msgid "Loading"
1614
  msgstr "載入"
1615
 
1616
+ #, fuzzy
1617
+ #| msgid "Loading"
1618
+ msgid "Loading type"
1619
+ msgstr "載入"
1620
+
1621
  msgid "Instant"
1622
  msgstr ""
1623
 
1627
  msgid "After delay"
1628
  msgstr ""
1629
 
 
 
 
 
 
1630
  msgid ""
1631
  "If your slider is above the fold, you can load it immediately. Otherwise, "
1632
  "you can load it only after the page has loaded."
1816
  "the result with the filling modes."
1817
  msgstr ""
1818
 
1819
+ #, fuzzy
1820
+ #| msgid "Background color"
1821
+ msgid "Background Blur"
1822
+ msgstr "背景色彩"
1823
+
1824
  msgid "Randomize"
1825
  msgstr "隨機"
1826
 
2111
  msgid "Why upgrade to Smart Slider 3 Pro?"
2112
  msgstr ""
2113
 
2114
+ #, php-format
2115
+ msgid "%d+ slider templates"
2116
  msgstr ""
2117
 
2118
  msgid "Full slide library access"
2119
  msgstr ""
2120
 
2121
+ #, fuzzy, php-format
2122
  #| msgid "Text layer"
2123
+ msgid "%d new layers"
2124
  msgstr "文字圖層"
2125
 
2126
  msgid "Extra advanced options"
2190
  msgid "Color end"
2191
  msgstr "結束色彩"
2192
 
 
 
 
2193
  msgid "Position"
2194
  msgstr "位置"
2195
 
2362
  "background correctly."
2363
  msgstr ""
2364
 
2365
+ #, fuzzy
2366
+ #| msgid "Background color"
2367
+ msgid "Background blur"
2368
+ msgstr "背景色彩"
2369
+
2370
  msgid "Blur"
2371
  msgstr "模糊"
2372
 
2526
  msgid "Scale down"
2527
  msgstr "縮小"
2528
 
 
 
 
2529
  msgid "Static overlay"
2530
  msgstr ""
2531
 
2583
  msgid "Drop images here"
2584
  msgstr "拖曳您的圖片到此處!"
2585
 
2586
+ #, fuzzy
2587
+ #| msgid "Search"
2588
+ msgid "Search Project"
2589
+ msgstr "搜尋"
2590
 
2591
  #, fuzzy
2592
  #| msgid "View %s"
2618
  msgid "Export"
2619
  msgstr "匯出"
2620
 
2621
+ #, fuzzy
2622
+ #| msgid "Show on"
2623
+ msgid "Show"
2624
+ msgstr "顯示在"
2625
+
2626
+ #, php-format
2627
+ msgid "Showing %s to %s of %s projects"
2628
+ msgstr ""
2629
+
2630
+ msgid "No projects to show"
2631
+ msgstr ""
2632
+
2633
  msgid "New project"
2634
  msgstr ""
2635
 
2636
+ msgid "Sorry we couldn’t find any matches"
2637
+ msgstr ""
2638
+
2639
+ msgid "Please try searching with another term."
2640
+ msgstr ""
2641
+
2642
+ #, fuzzy, php-format
2643
+ #| msgid "Showing items match for \"%s\""
2644
+ msgid "Showing %s results for %s."
2645
+ msgstr "顯示符合 \"%s\" 的項目"
2646
+
2647
  msgid "Module"
2648
  msgstr "模組"
2649
 
3179
  msgid "Cache expiration"
3180
  msgstr "過期快取"
3181
 
3182
+ msgid "Hours"
3183
  msgstr "小時"
3184
 
3185
  msgid "Start index"
3273
  msgstr ""
3274
 
3275
  msgid "Year"
3276
+ msgstr ""
3277
 
3278
  msgid "Month"
3279
+ msgstr "月份"
3280
 
3281
  msgid "Day"
3282
+ msgstr ""
3283
 
3284
  msgid "Hour"
3285
+ msgstr "一小时"
3286
 
3287
  msgid "Minute"
3288
+ msgstr "分钟"
3289
 
3290
  msgid "Stack"
3291
  msgstr ""
3645
  msgid "Whole group"
3646
  msgstr "整個群組"
3647
 
3648
+ msgid "Select Slider"
3649
  msgstr "選擇幻燈片"
3650
 
3651
  msgid "OR"
3652
  msgstr "或"
3653
 
3654
+ #, fuzzy
3655
+ #| msgid "Insert the slider into pages with the icon:"
3656
+ msgid "Insert a slider into your content"
3657
+ msgstr "使用此圖示來將幻燈片插入到頁面裡"
3658
+
3659
+ msgid "Select the slider you want to insert."
3660
  msgstr ""
3661
 
3662
  msgctxt "Button layer default text"
3809
  msgid "You can pause the video when the visitor scrolls away from the slider"
3810
  msgstr ""
3811
 
 
 
 
 
 
 
 
3812
  msgid "Display"
3813
  msgstr "顯示"
3814
 
3980
  "last one."
3981
  msgstr ""
3982
 
3983
+ msgid ""
3984
+ "Background animations only work on the slide background images, which have "
3985
+ "Fill selected at their Fill mode. They don't affect any images if the "
3986
+ "background parallax is enabled."
3987
  msgstr ""
3988
 
3989
+ msgid "Shifted"
3990
  msgstr ""
3991
 
3992
+ msgid "The background and the main animation plays simultaneously or shifted."
 
 
 
3993
  msgstr ""
3994
 
3995
  msgid "Slider CSS Preset"
4139
  msgid "My text animations"
4140
  msgstr ""
4141
 
4142
+ msgid "Morph - Wave"
4143
+ msgstr ""
4144
+
4145
+ msgid "Morph - Brush"
4146
+ msgstr ""
4147
+
4148
+ msgid "Morph - Flow"
4149
+ msgstr ""
4150
+
4151
+ msgid "Morph - Noise"
4152
+ msgstr ""
4153
+
4154
+ msgid "Distortion - Mosaic"
4155
+ msgstr ""
4156
+
4157
+ msgid "Distortion - Triangle"
4158
+ msgstr ""
4159
+
4160
+ msgid "Distortion - Flow"
4161
+ msgstr ""
4162
+
4163
+ msgid "Distortion - Warp"
4164
+ msgstr ""
4165
+
4166
+ msgid "Distortion - Storm"
4167
+ msgstr ""
4168
+
4169
+ msgid "Distortion - Wave"
4170
+ msgstr ""
4171
+
4172
+ msgid "Distortion - Shard"
4173
+ msgstr ""
4174
+
4175
+ msgid "Distortion - Noise"
4176
+ msgstr ""
4177
+
4178
  msgid "Slices - Single"
4179
  msgstr ""
4180
 
4569
  msgid "Bullets"
4570
  msgstr ""
4571
 
 
 
 
4572
  msgid "Side"
4573
  msgstr ""
4574
 
4769
  msgid "Sparkling"
4770
  msgstr "煙火"
4771
 
4772
+ #, fuzzy, php-format
4773
+ #| msgid "Curve 1"
4774
+ msgid "Curve %d"
4775
  msgstr "曲線 1"
4776
 
 
 
 
 
 
 
 
 
 
4777
  msgid "Curves"
4778
  msgstr "曲線"
4779
 
4780
+ #, php-format
4781
+ msgid "Fan %d"
 
 
 
 
 
4782
  msgstr ""
4783
 
4784
  msgid "Hills"
4785
  msgstr ""
4786
 
4787
+ #, fuzzy, php-format
4788
+ #| msgid "Inline"
4789
+ msgid "Incline %d"
4790
+ msgstr "行內"
 
 
 
 
4791
 
4792
  msgid "Inverse arrow"
4793
  msgstr ""
4798
  msgid "Slopes"
4799
  msgstr ""
4800
 
4801
+ #, php-format
4802
+ msgid "Tilt %d"
 
 
 
 
 
4803
  msgstr ""
4804
 
4805
+ #, php-format
4806
+ msgid "Triangle %d"
4807
  msgstr ""
4808
 
4809
+ #, fuzzy, php-format
4810
+ #| msgid "Wave 1"
4811
+ msgid "Wave %d"
4812
  msgstr "波浪 1"
4813
 
 
 
 
4814
  msgid "Waves"
4815
  msgstr "波浪"
4816
 
4817
+ #, fuzzy, php-format
4818
+ #| msgid "Columns"
4819
+ msgid "Columns %d"
4820
+ msgstr "欄"
4821
+
4822
+ #, php-format
4823
+ msgid "Paper %d"
4824
+ msgstr ""
4825
+
4826
  msgid "2 Colors"
4827
  msgstr ""
4828
 
4844
  #, php-format
4845
  msgid ""
4846
  "%1$s allows HTTPS Redirect URIs only! You must move your site to HTTPS in "
4847
+ "order to use this generator!"
4848
+ msgstr ""
4849
+
4850
+ msgid "How to get SSL for my website?"
4851
  msgstr ""
4852
 
4853
  #, php-format
4981
  msgid "Source folder"
4982
  msgstr "來源資料夾"
4983
 
4984
+ #, fuzzy
4985
+ #| msgid "Slide name and description"
4986
+ msgid "Filename based exclusion"
4987
+ msgstr "幻燈片名稱與敘述"
4988
+
4989
  msgid "Remove resized images"
4990
  msgstr ""
4991
 
4996
  "because it's the same image, just in a smaller size."
4997
  msgstr ""
4998
 
4999
+ msgid "Filename has to contain"
5000
+ msgstr ""
5001
+
5002
+ msgid ""
5003
+ "Only those images will be asked down, which have the given texts within "
5004
+ "their filenames. You can write down multiple texts separated by comma."
5005
+ msgstr ""
5006
+
5007
+ msgid "Filename cannot contain"
5008
+ msgstr ""
5009
+
5010
+ msgid ""
5011
+ "Only those images will be asked down, which don't have the given texts "
5012
+ "within their filenames. You can write down multiple texts separated by comma."
5013
+ msgstr ""
5014
+
5015
  msgid "Filename"
5016
  msgstr "檔案名稱"
5017
 
5031
  "from here:"
5032
  msgstr ""
5033
 
5034
+ msgid "The App ID and the Secret is empty!"
5035
+ msgstr ""
5036
+
5037
+ msgid "The token will expire at:"
5038
+ msgstr ""
5039
+
5040
+ msgid "Access token was not returned.Please check the credentials!"
5041
+ msgstr ""
5042
+
5043
+ #, fuzzy
5044
+ #| msgid "The token expired. Please request new token! "
5045
+ msgid "The token expired. Please request new token!"
5046
+ msgstr "此金鑰已過期。請輸入新金鑰!"
5047
+
5048
+ #, fuzzy
5049
+ #| msgid "The token expired. Please request new token! "
5050
+ msgid "The token will expire in two days! Please refresh the token!"
5051
+ msgstr "此金鑰已過期。請輸入新金鑰!"
5052
+
5053
+ #, fuzzy
5054
+ #| msgid "Request token"
5055
+ msgid "Refresh Token"
5056
+ msgstr "要求金鑰"
5057
+
5058
+ msgid "Refresh"
5059
+ msgstr ""
5060
+
5061
+ msgid "Album loading method"
5062
+ msgstr ""
5063
+
5064
+ msgid "Load first images only"
5065
+ msgstr ""
5066
+
5067
+ msgid "Load album images separately"
5068
+ msgstr ""
5069
+
5070
+ msgid "Load Album images as record data"
5071
+ msgstr ""
5072
+
5073
  msgid "JSON from url"
5074
  msgstr ""
5075
 
5105
  msgid "Images"
5106
  msgstr "圖片"
5107
 
5108
+ msgid "Offset hours"
5109
+ msgstr ""
5110
+
5111
  msgid "Timezone offset in hours. For example: +2 or -7."
5112
  msgstr ""
5113
 
5153
  msgid "Creates slides from %1$s content."
5154
  msgstr ""
5155
 
5156
+ msgid "Include subcategories"
5157
+ msgstr ""
5158
 
5159
+ msgid "Frontpage"
5160
+ msgstr "前台"
5161
 
5162
+ msgid "Exclude ID"
5163
  msgstr ""
5164
 
5165
+ msgid "Category title"
5166
+ msgstr "分類標題"
5167
 
5168
+ msgid "Username"
5169
+ msgstr "帳號"
5170
 
5171
+ msgid "View post"
5172
  msgstr ""
5173
 
5174
+ msgid "Resolved"
5175
  msgstr ""
5176
 
5177
+ msgid "Only main discussions"
5178
  msgstr ""
5179
 
5180
+ msgid "View discussion"
5181
  msgstr ""
5182
 
5183
+ msgid "Events"
5184
+ msgstr "事件"
5185
 
5186
+ msgid "Albums"
5187
+ msgstr "相簿"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5188
 
5189
  msgid "Videos"
5190
  msgstr "影片"
5204
  msgid "Banned user IDs"
5205
  msgstr "封鎖的帳戶 ID"
5206
 
5207
+ msgid "Started"
5208
+ msgstr "已開始"
5209
+
5210
  msgid "Ended"
5211
  msgstr "已結束"
5212
 
5292
  msgid "Manufacturer language"
5293
  msgstr ""
5294
 
5295
+ msgid "Price"
5296
+ msgstr "價格"
5297
+
5298
  msgid "Product name"
5299
  msgstr "商品名稱"
5300
 
5301
  msgid "Product ID"
5302
  msgstr "商品 ID"
5303
 
5304
+ msgid "Locations"
5305
+ msgstr "位置"
5306
+
5307
  msgid "Recurring"
5308
  msgstr ""
5309
 
5319
  msgid "Only not recurring events"
5320
  msgstr ""
5321
 
5322
+ msgid "Menu item (item ID)"
5323
+ msgstr ""
5324
+
5325
+ msgid "Start date"
5326
+ msgstr "開始日期"
5327
+
5328
  msgid "End date"
5329
  msgstr "結束日期"
5330
 
5367
  msgid "Only display items with these IDs"
5368
  msgstr ""
5369
 
5370
+ msgid ""
5371
+ "Timezone offset in hours. For example: +2 or -7. If you leave it empty, "
5372
+ "Joomla's System -> Global Configuration -> Server -> Server Time Zone "
5373
+ "setting will be used."
5374
+ msgstr ""
5375
+
5376
  msgid "Brand"
5377
  msgstr ""
5378
 
5411
  msgid "Date language"
5412
  msgstr ""
5413
 
5414
+ msgid "Date variable offset"
5415
  msgstr ""
5416
 
5417
+ #, fuzzy
5418
+ #| msgid "Delete file after import"
5419
+ msgid "Date filter offset"
5420
+ msgstr "匯入後刪除檔案"
 
5421
 
5422
  msgid "Status"
5423
  msgstr "狀態"
5428
  msgid "Ask down all product images"
5429
  msgstr ""
5430
 
5431
+ msgid "Items"
5432
+ msgstr "項目"
5433
+
5434
  msgid "View item"
5435
  msgstr ""
5436
 
5440
  msgid "View image"
5441
  msgstr "查看圖片"
5442
 
 
 
 
 
 
 
 
 
 
5443
  msgid "All day event"
5444
  msgstr ""
5445
 
5449
  msgid "Show parent products only"
5450
  msgstr ""
5451
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5452
  #, php-format
5453
  msgid "Creates slides from %1$s galleries."
5454
  msgstr ""
5471
  msgid "No options given"
5472
  msgstr ""
5473
 
5474
+ #, php-format
5475
+ msgid "Creates slides from %1$s events."
5476
+ msgstr ""
5477
+
5478
  msgid "Exclude event IDs (One ID per line)"
5479
  msgstr ""
5480
 
5529
  msgid "Hide From Event Listings"
5530
  msgstr ""
5531
 
5532
+ msgid "Event start date"
5533
+ msgstr "事件開始日期"
5534
+
5535
+ msgid "Event end date"
5536
+ msgstr "事件結束日期"
5537
+
5538
  msgid "Event cost"
5539
  msgstr "活動花費"
5540
 
5541
+ msgid "Event creation date"
5542
+ msgstr ""
5543
+
5544
+ msgid "Event modification date"
5545
+ msgstr ""
5546
+
5547
  msgid "Metakey name"
5548
  msgstr ""
5549
 
5588
  msgid "No limit"
5589
  msgstr ""
5590
 
5591
+ msgid "Hide empty categories"
5592
+ msgstr ""
5593
+
5594
+ msgid "Yes"
5595
+ msgstr "是"
5596
+
5597
  msgid "Downloadable"
5598
  msgstr "可下載的"
5599
 
5778
  msgid "Vertical pendulum 3D"
5779
  msgstr "3D 垂直擺盪"
5780
 
5781
+ msgid "We are Passionate About"
5782
+ msgstr ""
5783
+
5784
+ msgid ""
5785
+ "Amazing Food\n"
5786
+ "Great Hospitality"
5787
+ msgstr ""
5788
+
5789
  msgid "Before text"
5790
  msgstr "文字之前"
5791
 
5867
  msgid "Time"
5868
  msgstr "時間"
5869
 
5870
+ #, fuzzy
5871
+ #| msgid "Size"
5872
+ msgid "Icon Size"
5873
+ msgstr "尺寸"
5874
+
5875
+ #, fuzzy
5876
+ #| msgid "Before text"
5877
+ msgid "Before After"
5878
+ msgstr "文字之前"
5879
+
5880
+ #, fuzzy
5881
+ #| msgid "Left to Right"
5882
+ msgid "Left top"
5883
+ msgstr "從左到右"
5884
+
5885
+ #, fuzzy
5886
+ #| msgid "Center"
5887
+ msgid "Center top"
5888
+ msgstr "中間"
5889
+
5890
+ #, fuzzy
5891
+ #| msgid "Right"
5892
+ msgid "Right top"
5893
+ msgstr "右"
5894
+
5895
+ #, fuzzy
5896
+ #| msgid "Slider center"
5897
+ msgid "Left center"
5898
+ msgstr "幻燈片中間"
5899
+
5900
+ #, fuzzy
5901
+ #| msgid "Center"
5902
+ msgid "Right Center"
5903
+ msgstr "中間"
5904
+
5905
+ #, fuzzy
5906
+ #| msgid "To bottom"
5907
+ msgid "Left bottom"
5908
+ msgstr "往下"
5909
+
5910
+ #, fuzzy
5911
+ #| msgid "Curtain to bottom"
5912
+ msgid "Center bottom"
5913
+ msgstr "百葉窗至下"
5914
+
5915
+ #, fuzzy
5916
+ #| msgid "To bottom"
5917
+ msgid "Right bottom"
5918
+ msgstr "往下"
5919
+
5920
+ #, fuzzy
5921
+ #| msgid "Before text"
5922
+ msgid "Before Image"
5923
+ msgstr "文字之前"
5924
+
5925
+ #, fuzzy
5926
+ #| msgid "After text"
5927
+ msgid "After Image"
5928
+ msgstr "文字之後"
5929
+
5930
+ msgid "Labels"
5931
+ msgstr ""
5932
+
5933
+ #, fuzzy
5934
+ #| msgid "Show label"
5935
+ msgid "Show Label"
5936
+ msgstr "顯示標籤"
5937
+
5938
+ msgid "Always"
5939
+ msgstr ""
5940
+
5941
+ #, fuzzy
5942
+ #| msgid "Before text"
5943
+ msgid "Before label"
5944
+ msgstr "文字之前"
5945
+
5946
+ #, fuzzy
5947
+ #| msgid "Previous label"
5948
+ msgid "After label"
5949
+ msgstr "上一個標籤"
5950
+
5951
+ msgid "Behavior"
5952
+ msgstr ""
5953
+
5954
+ #, fuzzy
5955
+ #| msgid "Instructions"
5956
+ msgid "Interaction"
5957
+ msgstr "說明"
5958
+
5959
+ #, fuzzy
5960
+ #| msgid "Slider"
5961
+ msgid "Divider"
5962
+ msgstr "幻燈片"
5963
+
5964
+ #, fuzzy
5965
+ #| msgid "Lines"
5966
+ msgid "Line"
5967
+ msgstr "行"
5968
+
5969
+ #, fuzzy
5970
+ #| msgid "Show duration"
5971
+ msgid "Show Caption"
5972
+ msgstr "顯示持續時間"
5973
+
5974
+ #, fuzzy
5975
+ #| msgid "Caption"
5976
+ msgid "Caption text"
5977
+ msgstr "說明"
5978
+
5979
+ msgid "Before image alt tag"
5980
+ msgstr ""
5981
+
5982
+ #, fuzzy
5983
+ #| msgid "Average rating"
5984
+ msgid "After image alt tag"
5985
+ msgstr "平均評分"
5986
+
5987
+ msgid "Optimize images"
5988
+ msgstr "壓縮圖片"
5989
+
5990
  msgid "Full"
5991
  msgstr "完整"
5992
 
6020
  msgid "Stroke width"
6021
  msgstr ""
6022
 
 
 
 
6023
  msgid "Inner before"
6024
  msgstr ""
6025
 
6032
  msgid "Animation duration"
6033
  msgstr "動畫持續時間"
6034
 
6035
+ #, fuzzy
6036
+ #| msgid "Count"
6037
+ msgid "Countdown"
6038
+ msgstr "計數"
6039
 
6040
+ msgid "Days"
6041
+ msgstr "天数"
6042
 
6043
+ msgid "Minutes"
6044
+ msgstr "会议记录"
6045
 
6046
+ msgid "Seconds"
6047
+ msgstr "秒钟"
6048
 
6049
+ #, fuzzy
6050
+ #| msgid "First slide changed."
6051
+ msgid "Use slide schedule"
6052
+ msgstr "已更改第一個的幻燈片。"
6053
 
6054
+ #, fuzzy
6055
+ #| msgid "You can put custom CSS classes to the slider's container."
6056
+ msgid "You can use the \"Unpublished on\" date of the slide itself."
6057
+ msgstr "您可將自訂的 CSS 類別用於幻燈片的內容中。"
6058
+
6059
+ msgid "Use Slide Schedule"
6060
  msgstr ""
6061
 
6062
+ msgid "Go to Slide → Content tab and set the Unpublish on date for the slide."
6063
  msgstr ""
6064
 
6065
+ msgid ""
6066
+ "Displays the days, hours, minutes and seconds texts under the counter "
6067
+ "numbers. To display the labels in your own language, translate the texts in "
6068
+ "the language files."
6069
  msgstr ""
6070
 
6071
+ msgid "Gap"
6072
  msgstr ""
6073
 
6074
+ msgid "Creates vertical and horizontal distance between the counter elements."
6075
  msgstr ""
6076
 
6077
+ #, fuzzy
6078
+ #| msgid "Tablet scale"
6079
+ msgid "Tablet style"
6080
+ msgstr "平板縮放"
6081
+
6082
+ msgid "Set custom Gap and Column for tablet."
6083
  msgstr ""
6084
 
6085
+ #, fuzzy
6086
+ #| msgid "Mobile scale"
6087
+ msgid "Mobile style"
6088
+ msgstr "手機縮放"
6089
+
6090
+ msgid "Set custom Gap and Column for mobile."
6091
  msgstr ""
6092
 
6093
+ #, fuzzy
6094
+ #| msgid "Actions"
6095
+ msgid "Action when ends"
6096
+ msgstr "動作"
6097
+
6098
+ #, fuzzy
6099
+ #| msgid "No animation"
6100
+ msgid "No action"
6101
+ msgstr "無動畫"
6102
+
6103
+ #, fuzzy
6104
+ #| msgid "Hide slider"
6105
+ msgid "Hide layer"
6106
+ msgstr "隱藏幻燈片"
6107
+
6108
+ msgid "Redirect to URL"
6109
  msgstr ""
6110
 
6111
+ msgid "Choose what happens after the counter reached zero."
6112
  msgstr ""
6113
 
6114
+ msgid "This page is"
6115
  msgstr ""
6116
 
6117
+ msgid "Amazing"
6118
  msgstr ""
6119
 
6120
+ #, fuzzy, php-format
6121
+ #| msgid "Circle"
6122
+ msgid "Circle %d"
6123
+ msgstr "圓形"
6124
+
6125
+ #, php-format
6126
+ msgid "Curly %d"
6127
  msgstr ""
6128
 
6129
+ #, php-format
6130
+ msgid "Highlight %d"
6131
  msgstr ""
6132
 
6133
+ #, fuzzy, php-format
6134
+ #| msgid "Line height"
6135
+ msgid "Line Through %d"
6136
+ msgstr "行距"
6137
+
6138
+ #, fuzzy, php-format
6139
+ #| msgid "Rectangle Blue"
6140
+ msgid "Rectangle %d"
6141
+ msgstr "藍色方塊"
6142
+
6143
+ #, php-format
6144
+ msgid "Underline %d"
6145
  msgstr ""
6146
 
6147
+ #, php-format
6148
+ msgid "Underline double %d"
6149
  msgstr ""
6150
 
6151
+ #, php-format
6152
+ msgid "ZigZag %d"
6153
  msgstr ""
6154
 
6155
  msgid "Highlighted text"
6167
  msgid "HTML"
6168
  msgstr ""
6169
 
6170
+ msgid "Empty element"
6171
+ msgstr ""
6172
+
6173
  msgid ""
6174
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
6175
  "codes loaded by it. We only suggest using this layer if you are a developer. "
6280
  msgid "Icon not found"
6281
  msgstr "未找到圖示"
6282
 
 
 
 
 
 
6283
  #, php-format
6284
  msgid "Enter an %1$s aria-label attribute %2$s that describes the link."
6285
  msgstr ""
6287
  msgid "Iframe"
6288
  msgstr ""
6289
 
 
 
 
6290
  msgid ""
6291
  "Please note, that <b>we do not support</b> customized coding! The iframe "
6292
  "layer often needs code customizations what you have to do yourself, so we "
6293
  "only suggest using this layer if you are a developer!"
6294
  msgstr ""
6295
 
6296
+ #, fuzzy
6297
+ #| msgid "iframe url"
6298
+ msgid "Iframe url"
6299
  msgstr "iframe 網址"
6300
 
 
 
 
6301
  msgid "You can disable the scroll on the iframe content."
6302
  msgstr ""
6303
 
6304
  #, fuzzy
6305
  #| msgid "iframe url"
6306
+ msgid "Iframe title"
6307
  msgstr "iframe 網址"
6308
 
6309
  msgid "Image area"
6637
 
6638
  #, php-format
6639
  msgid ""
6640
+ "%1$s does not support the full screen API. For this reason the full screen "
6641
+ "button will not appear on %1$s devices."
 
6642
  msgstr ""
6643
 
6644
  msgid "Indicator"
6653
  msgid "Bar color"
6654
  msgstr ""
6655
 
6656
+ #~ msgctxt "Default Google font family for admin"
6657
+ #~ msgid "Montserrat"
6658
+ #~ msgstr "蒙特塞拉特"
6659
+
6660
+ #~ msgctxt "Default Google font charset for admin"
6661
+ #~ msgid "latin"
6662
+ #~ msgstr "拉丁"
6663
+
6664
+ #~ msgid "Character set"
6665
+ #~ msgstr "字符集"
6666
+
6667
+ #~ msgctxt "Default font sets"
6668
+ #~ msgid "latin"
6669
+ #~ msgstr "拉丁"
6670
+
6671
+ #~ msgid "Select slider"
6672
+ #~ msgstr "選擇幻燈片"
6673
+
6674
+ #~ msgid "Loop single slide"
6675
+ #~ msgstr "循環播放單一幻燈片"
6676
+
6677
+ #~ msgid "Curve 2"
6678
+ #~ msgstr "曲線 2"
6679
+
6680
+ #~ msgid "Curve 3"
6681
+ #~ msgstr "曲線 3"
6682
+
6683
+ #~ msgid "Curve 4"
6684
+ #~ msgstr "曲線 4"
6685
+
6686
+ #~ msgid "Wave 2"
6687
+ #~ msgstr "波浪 2"
6688
+
6689
+ #~ msgid "Expired"
6690
+ #~ msgstr "已過期"
6691
+
6692
+ #~ msgid "On sale"
6693
+ #~ msgstr "販售中"
6694
+
6695
+ #~ msgid "Discount price"
6696
+ #~ msgstr "折扣價格"
6697
+
6698
  #~ msgid "Async"
6699
  #~ msgstr "Async"
6700
 
6738
  #~ msgid "Read docs"
6739
  #~ msgstr "閱讀更多"
6740
 
 
 
 
6741
  #~ msgid "Hide until complete load"
6742
  #~ msgstr "隱藏直到載入完畢"
6743
 
 
 
 
 
 
 
6744
  #~ msgid "Load jQuery on frontend"
6745
  #~ msgstr "於前台載入 jQuery"
6746
 
6750
  #~ msgid "CSS mode"
6751
  #~ msgstr "CSS 模式"
6752
 
 
 
 
6753
  #~ msgid "Background image dynamic height"
6754
  #~ msgstr "背景圖片動態高度"
6755
 
6830
  #~ msgid "No search term specified. Showing recent items."
6831
  #~ msgstr "未指定搜索內容,顯示最近的項目。"
6832
 
 
 
 
 
6833
  #~ msgid "Create lightbox from image, video or iframe."
6834
  #~ msgstr "從圖片、影片或 iframe 來建立燈箱效果。"
6835
 
7165
  #~ msgid "Update"
7166
  #~ msgstr "更新"
7167
 
 
 
 
7168
  #~ msgid "You can upload the files which exported by Smart Slider 3."
7169
  #~ msgstr "您可上傳由 Smart Slider 3 所製作的檔案。"
7170
 
7255
  #~ msgid "Canvas"
7256
  #~ msgstr "畫布"
7257
 
 
 
 
7258
  #~ msgid "Duplicate slide"
7259
  #~ msgstr "複製幻燈片"
7260
 
7373
  #~ msgid "Adaptive sizing"
7374
  #~ msgstr "自適應尺寸"
7375
 
 
 
 
7376
  #~ msgid "CSS class"
7377
  #~ msgstr "CSS 類別"
7378
 
7460
  #~ msgid "Finish autoplay on"
7461
  #~ msgstr "完成自動播放在"
7462
 
 
 
 
7463
  #~ msgid "slide count"
7464
  #~ msgstr "幻燈片數量"
7465
 
7487
  #~ msgid "slides"
7488
  #~ msgstr "幻燈片"
7489
 
 
 
 
7490
  #~ msgid "Thumbnail image resize"
7491
  #~ msgstr "縮圖尺寸"
7492
 
7508
  #~ msgid "Hide"
7509
  #~ msgstr "隱藏"
7510
 
 
 
 
7511
  #~ msgid "Browser width"
7512
  #~ msgstr "瀏覽器寬度"
7513
 
 
 
 
7514
  #~ msgid " - copy"
7515
  #~ msgstr " - 複製"
7516
 
7550
  #~ msgid "Split text sets"
7551
  #~ msgstr "分割文字設定"
7552
 
 
 
 
7553
  #~ msgid "Common split text properties"
7554
  #~ msgstr "一般分割文字屬性"
7555
 
7818
  #~ msgid "Page or Post editor"
7819
  #~ msgstr "頁面內容編輯器"
7820
 
 
 
 
7821
  #~ msgid "Copy and paste this shortcode anywhere:"
7822
  #~ msgstr "複製貼上這段代碼到任何地方:"
7823
 
7830
  #~ msgid "Product price"
7831
  #~ msgstr "商品價格"
7832
 
 
 
 
7833
  #~ msgid "Insert it into an existing post with the icon:"
7834
  #~ msgstr "使用此圖示來將此插入到已存在的文章裡:"
7835
 
Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderDeveloper.php CHANGED
@@ -126,12 +126,6 @@ class SliderDeveloper extends AbstractSliderTab {
126
  'resize' => 'both'
127
  ));
128
 
129
- $row4 = $table->createRow('developer-4');
130
- new Textarea($row4, 'callbacks', n2_('JavaScript callbacks'), '', array(
131
- 'height' => 26,
132
- 'resize' => 'both'
133
- ));
134
-
135
  $row11 = $table->createRow('developer-11');
136
  new Number($row11, 'loading-time', n2_('Loading animation waiting time'), 2000, array(
137
  'wide' => 5,
126
  'resize' => 'both'
127
  ));
128
 
 
 
 
 
 
 
129
  $row11 = $table->createRow('developer-11');
130
  new Number($row11, 'loading-time', n2_('Loading animation waiting time'), 2000, array(
131
  'wide' => 5,
Nextend/SmartSlider3/Application/Admin/JavaScriptTranslation.php CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
 
3
- \Nextend\Framework\Localization\Localization::addJS(array("%s or newer required for this feature.","Above %s pixels.","Action","Activate","Activate Smart Slider 3 Pro","Activation is required to unlock all features!","Add animation","Add keyframe","Add Layer","Add post","Adjust","Advanced","Align (Absolute)","All","All layers, all devices","All layers, current device","An event you use to trigger layer animation(s) with","Animated heading","Animation","Animation tab","Are you sure?","Area","Arrows","Audio","Auto","Autoplay duration","Backward","Before After","Below %s pixels.","Between %s and %s pixels.","Block","bottom","Bottom","Boxed","Button","Cancel","Caption","Carousel","Center","Change group","Change slider type","Changing your slider type is irreversible. After changing your slider type, <b>you will lose all slider type related settings</b>.","Child layers","Choose folder","Choose images","Circle counter","Clean HTML","Clear device specific settings","Clear guides","Close","Column","Content","Content List - One Per Line","Content tab","Convert","Convert to slide","Copy","Copy slide to","Countdown","Counter","Create","Create a New Project","Create group","Create new project","Current layer, all devices","Current layer, current device","Current path","Dashboard","Data","Days","Delete","Delete permanently","delete these slides","delete this slide","delete this slider","Deleted.","Desktop","Direction","Disabled","Done","Drop files here","Duplicate","Edit","Edit generator","Edit slider","Edit Slider","Editor settings","Empty","empty the trash","Enabled","Event name","Examples","Filter","Find image","Find link","Forward","Full page","Full width","General","Go Pro","Go to slide","Go to slide ID","Got it","Group","Group created","Group name","Groups","Guide settings","Heading","Height","Hide on","Highlighted heading","Hours","HTML","Icon","Icon not found","Icons","Iframe","Image","Image area","Image box","Image field can not be empty!","Input","Insert","Insert a slider into your content","Insert group","Join more than 120,000 subscribers and get access to the latest slider templates, tips, tutorials and other exclusive contents directly to your inbox.","Join The Smart Slider 3 Community","Joomla module","Keyboard shortcuts","Keyframe","Landscape","Laptop","Large desktop","Large mobile","Large tablet","Layer","Layer Animation - Basic","Layer Animation - Reveal","Layer design options affect every device. If you need to make responsive adjustments, look for the options with the device icon.","Layer List","Layer(s)","Layout","left","Left","Lightbox","List","Load style","Loop","Loops %s and returns to starting slide.","Loops %s and stops before starting slide.","Margin","Max width","Middle","Minutes","Mobile","Move (Absolute)","Move to trash","My project","Name","Next slide","No","No file selected.","None","Notice","Numeric keys","Off","On","Oops, Something Went Wrong","Open docs","Open/Close","or import your own files","Orientation","Outer %s","Overwrite preset","Padding","Parent","Parent directory","Paste","Pick the align point of the child layer!","Pick the align point of the parent layer!","Pick the parent layer!","Play animations","Please fill the name field!","Please select a Post first!","Portrait","Posts","Preset","Preset deleted.","Preset saved.","Preview","Previous slide","Pro","Progress bar","Project type","Publish","Records","Redo","Register Smart Slider 3 Pro on this domain to enable auto update, slider templates and slide library.","Remove animations","Remove HTML","Remove line breaks","Remove links","Rename","Reset style to default","Respect words","Result","right","Right","Round to 5px","Row","Ruler","Save","Save as","Save as New","Save style as new preset","Saved.","Scroll to","Scroll to alias","Scrolls to the bottom of the page.","Scrolls to the top of the page.","Search","Search keyword","Seconds","Select","Select A Slider","Select image","Select Slider","Select the slider you want to insert.","Set","Set as first","Settings","Show/Hide in editor","Showcase","Simple","Size","Skip","Slide","Slide event","Slide height","Slide ID","Slide index","slide index: 2 %s direction: backward","slide index: 5 %s direction: forward","Slide title","Slide width","Slider","Slider alias","Slider alias set at Slider settings > General","Slider type","Smart Slider 3 activated!","Smart snap","Special Zero","Split by Chars","Start a new project from scratch and build exactly what you’ve imagined. You can easily customize every pixels and create anything with layers.","Start with a Template","Start with a template and make it your own with the innovative drag and drop interface. You can choose from hundreds of premade templates.","Static","Strict","Style tab","Subscribe","Success","Switches %s slide(s).","Switches to the %s. slide.","Switches to the fifth slide as if the next arrow was pressed","Switches to the second slide as if the previous arrow was pressed","Switches to the slide with the #2 ID as if the previous arrow was pressed","Switches to the slide with the #5 ID as if the next arrow was pressed","Tablet","Text","Text animation in","Text animation out","The changes you made will be lost if you navigate away from this page.","The deletion is irreversible, and it's not possible to recover %s.","The image is empty","Theme","There is no layer available to be parent of the current layer!","This block is not available in the free version. %s","This section requires activated Pro version.","This slide is hidden on the following devices: %s","Timeline","Titles - One Per Line","top","Top","Top and bottom","Transition","Undo","Unexpected response","Unpublish","Up","Upgrade to Pro","URL","Use default selector","Use Joomla selector","Use our powerful visual editor, or simply import one of our existing template.","Video","View","What do you want to create today?","Width","You can use any jQuery selector to scroll to a specific element on the page. Example: \"#pricing\" scrolls to the element with the id of \"pricing\".","You can use presets to save style settings for later use. Clicking on any preset will load its styling to your current layer, and the previous style settings will be lost.","You have not created any presets for this layer yet.","You're about to %s. "));
1
  <?php
2
 
3
+ \Nextend\Framework\Localization\Localization::addJS(array("%s or newer required for this feature.","Above %s pixels.","Action","Activate","Activate Smart Slider 3 Pro","Activation is required to unlock all features!","Add animation","Add keyframe","Add Layer","Add post","Adjust","Advanced","Align (Absolute)","All","All layers, all devices","All layers, current device","An event you use to trigger layer animation(s) with","Animated heading","Animation","Animation tab","Are you sure?","Area","Arrows","Audio","Auto","Autoplay duration","Backward","Before After","Below %s pixels.","Between %s and %s pixels.","Block","bottom","Bottom","Boxed","Button","Cancel","Caption","Carousel","Center","Change group","Change slider type","Changing your slider type is irreversible. After changing your slider type, <b>you will lose all slider type related settings</b>.","Child layers","Choose folder","Choose images","Circle counter","Clean HTML","Clear device specific settings","Clear guides","Close","Column","Content","Content List - One Per Line","Content tab","Convert","Convert to slide","Copy","Copy slide to","Countdown","Counter","Create","Create a New Project","Create group","Create new project","Current layer, all devices","Current layer, current device","Current path","Dashboard","Data","Days","Delete","Delete permanently","delete these slides","delete this slide","delete this slider","Deleted.","Desktop","Direction","Disabled","Done","Drop files here","Duplicate","Edit","Edit generator","Edit Slider","Editor settings","Empty","empty the trash","Enabled","Event name","Examples","Filter","Find image","Find link","Forward","Full page","Full width","General","Go Pro","Go to slide","Go to slide ID","Got it","Group","Group created","Group name","Groups","Guide settings","Heading","Height","Hide on","Highlighted heading","Hours","HTML","Icon","Icon not found","Icons","Iframe","Image","Image area","Image box","Image field can not be empty!","Input","Insert","Insert a slider into your content","Insert group","Join more than 120,000 subscribers and get access to the latest slider templates, tips, tutorials and other exclusive contents directly to your inbox.","Join The Smart Slider 3 Community","Joomla module","Keyboard shortcuts","Keyframe","Landscape","Laptop","Large desktop","Large mobile","Large tablet","Layer","Layer Animation - Basic","Layer Animation - Reveal","Layer design options affect every device. If you need to make responsive adjustments, look for the options with the device icon.","Layer List","Layer(s)","Layout","left","Left","Lightbox","List","Load style","Loop","Loops %s and returns to starting slide.","Loops %s and stops before starting slide.","Margin","Max width","Middle","Minutes","Mobile","Move (Absolute)","Move to trash","My project","Name","Next slide","No","No file selected.","None","Notice","Numeric keys","Off","On","Oops, Something Went Wrong","Open docs","Open/Close","or import your own files","Orientation","Outer %s","Overwrite preset","Padding","Parent","Parent directory","Paste","Pick the align point of the child layer!","Pick the align point of the parent layer!","Pick the parent layer!","Play animations","Please fill the name field!","Please select a Post first!","Portrait","Posts","Preset","Preset deleted.","Preset saved.","Preview","Previous slide","Pro","Progress bar","Project type","Publish","Records","Redo","Register Smart Slider 3 Pro on this domain to enable auto update, slider templates and slide library.","Remove animations","Remove HTML","Remove line breaks","Remove links","Rename","Reset style to default","Respect words","Result","right","Right","Round to 5px","Row","Ruler","Save","Save as","Save as New","Save style as new preset","Saved.","Scroll to","Scroll to alias","Scrolls to the bottom of the page.","Scrolls to the top of the page.","Search","Search keyword","Seconds","Select","Select image","Select Slider","Select the slider you want to insert.","Set","Set as first","Settings","Show/Hide in editor","Showcase","Simple","Size","Skip","Slide","Slide event","Slide height","Slide ID","Slide index","slide index: 2 %s direction: backward","slide index: 5 %s direction: forward","Slide title","Slide width","Slider","Slider alias","Slider alias set at Slider settings > General","Slider type","Smart Slider 3 activated!","Smart snap","Special Zero","Split by Chars","Start a new project from scratch and build exactly what you’ve imagined. You can easily customize every pixels and create anything with layers.","Start with a Template","Start with a template and make it your own with the innovative drag and drop interface. You can choose from hundreds of premade templates.","Static","Strict","Style tab","Subscribe","Success","Switches %s slide(s).","Switches to the %s. slide.","Switches to the fifth slide as if the next arrow was pressed","Switches to the second slide as if the previous arrow was pressed","Switches to the slide with the #2 ID as if the previous arrow was pressed","Switches to the slide with the #5 ID as if the next arrow was pressed","Tablet","Text","Text animation in","Text animation out","The changes you made will be lost if you navigate away from this page.","The deletion is irreversible, and it's not possible to recover %s.","The image is empty","Theme","There is no layer available to be parent of the current layer!","This block is not available in the free version. %s","This section requires activated Pro version.","This slide is hidden on the following devices: %s","Timeline","Titles - One Per Line","top","Top","Top and bottom","Transition","Undo","Unexpected response","Unpublish","Up","Upgrade to Pro","URL","Use default selector","Use Joomla selector","Use our powerful visual editor, or simply import one of our existing template.","Video","View","What do you want to create today?","Width","You can use any jQuery selector to scroll to a specific element on the page. Example: \"#pricing\" scrolls to the element with the id of \"pricing\".","You can use presets to save style settings for later use. Clicking on any preset will load its styling to your current layer, and the previous style settings will be lost.","You have not created any presets for this layer yet.","You're about to %s. "));
Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php CHANGED
@@ -21,7 +21,7 @@ use Nextend\SmartSlider3\SmartSlider3Info;
21
  <div class="n2_dashboard_manager_upgrade_pro__details">
22
  <a target="_blank" href="<?php echo SmartSlider3Info::decorateExternalUrl('https://smartslider3.com/sample-sliders/', array('utm_source' => $this->getSource() . '-sample-sliders')); ?>" class="n2_dashboard_manager_upgrade_pro__details_option">
23
  <i class="ssi_16 ssi_16--filledcheck"></i>
24
- <div class="n2_dashboard_manager_upgrade_pro__details_option_label"><?php n2_e('120+ slider templates'); ?></div>
25
  </a>
26
  <a target="_blank" href="<?php echo SmartSlider3Info::decorateExternalUrl('https://smartslider3.com/slide-library/', array('utm_source' => $this->getSource() . '-slide-library')); ?>" class="n2_dashboard_manager_upgrade_pro__details_option">
27
  <i class="ssi_16 ssi_16--filledcheck"></i>
@@ -29,7 +29,7 @@ use Nextend\SmartSlider3\SmartSlider3Info;
29
  </a>
30
  <a target="_blank" href="<?php echo SmartSlider3Info::decorateExternalUrl('https://smartslider3.com/layers/', array('utm_source' => $this->getSource() . '-layers')); ?>" class="n2_dashboard_manager_upgrade_pro__details_option">
31
  <i class="ssi_16 ssi_16--filledcheck"></i>
32
- <div class="n2_dashboard_manager_upgrade_pro__details_option_label"><?php n2_e('20 new layers'); ?></div>
33
  </a>
34
  <a target="_blank" href="<?php echo SmartSlider3Info::decorateExternalUrl('https://smartslider3.com/features/', array('utm_source' => $this->getSource() . '-free-pro')); ?>" class="n2_dashboard_manager_upgrade_pro__details_option">
35
  <i class="ssi_16 ssi_16--filledcheck"></i>
21
  <div class="n2_dashboard_manager_upgrade_pro__details">
22
  <a target="_blank" href="<?php echo SmartSlider3Info::decorateExternalUrl('https://smartslider3.com/sample-sliders/', array('utm_source' => $this->getSource() . '-sample-sliders')); ?>" class="n2_dashboard_manager_upgrade_pro__details_option">
23
  <i class="ssi_16 ssi_16--filledcheck"></i>
24
+ <div class="n2_dashboard_manager_upgrade_pro__details_option_label"><?php echo sprintf(n2_('%d+ slider templates'), '120'); ?></div>
25
  </a>
26
  <a target="_blank" href="<?php echo SmartSlider3Info::decorateExternalUrl('https://smartslider3.com/slide-library/', array('utm_source' => $this->getSource() . '-slide-library')); ?>" class="n2_dashboard_manager_upgrade_pro__details_option">
27
  <i class="ssi_16 ssi_16--filledcheck"></i>
29
  </a>
30
  <a target="_blank" href="<?php echo SmartSlider3Info::decorateExternalUrl('https://smartslider3.com/layers/', array('utm_source' => $this->getSource() . '-layers')); ?>" class="n2_dashboard_manager_upgrade_pro__details_option">
31
  <i class="ssi_16 ssi_16--filledcheck"></i>
32
+ <div class="n2_dashboard_manager_upgrade_pro__details_option_label"><?php echo sprintf(n2_('%d new layers'), '20'); ?></div>
33
  </a>
34
  <a target="_blank" href="<?php echo SmartSlider3Info::decorateExternalUrl('https://smartslider3.com/features/', array('utm_source' => $this->getSource() . '-free-pro')); ?>" class="n2_dashboard_manager_upgrade_pro__details_option">
35
  <i class="ssi_16 ssi_16--filledcheck"></i>
Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php CHANGED
@@ -112,7 +112,7 @@ use Nextend\Framework\Sanitize;
112
  </div>
113
  <a class="n2_slide_box__screen_reader" href="<?php echo $this->getSimpleEditUrl(); ?>">
114
  <?php
115
- echo n2_('Edit slider') . ': ' . Sanitize::esc_html($this->getSliderTitle());
116
  ?>
117
  </a>
118
  </div>
112
  </div>
113
  <a class="n2_slide_box__screen_reader" href="<?php echo $this->getSimpleEditUrl(); ?>">
114
  <?php
115
+ echo n2_('Edit Slider') . ': ' . Sanitize::esc_html($this->getSliderTitle());
116
  ?>
117
  </a>
118
  </div>
Nextend/SmartSlider3/Application/Admin/Preview/Template/Full.php CHANGED
@@ -3,6 +3,7 @@
3
  namespace Nextend\SmartSlider3\Application\Admin\Preview;
4
 
5
  use Nextend\Framework\Asset\Js\Js;
 
6
  use Nextend\SmartSlider3\Settings;
7
 
8
  /**
@@ -18,7 +19,7 @@ $externals = Settings::get('external-css-files');
18
  if (!empty($externals)) {
19
  $externals = explode("\n", $externals);
20
  foreach ($externals as $external) {
21
- echo "<link rel='stylesheet' href='" . $external . "' type='text/css' media='all'>";
22
  }
23
  }
24
 
3
  namespace Nextend\SmartSlider3\Application\Admin\Preview;
4
 
5
  use Nextend\Framework\Asset\Js\Js;
6
+ use Nextend\Framework\Sanitize;
7
  use Nextend\SmartSlider3\Settings;
8
 
9
  /**
19
  if (!empty($externals)) {
20
  $externals = explode("\n", $externals);
21
  foreach ($externals as $external) {
22
+ echo "<link rel='stylesheet' href='" . Sanitize::esc_attr($external) . "' type='text/css' media='all'>";
23
  }
24
  }
25
 
Nextend/SmartSlider3/Application/Admin/Slides/Template/Edit.php CHANGED
@@ -6,6 +6,7 @@ namespace Nextend\SmartSlider3\Application\Admin\Slides;
6
  use Nextend\Framework\Asset\Js\Js;
7
  use Nextend\Framework\Platform\Platform;
8
  use Nextend\Framework\Request\Request;
 
9
  use Nextend\Framework\View\Html;
10
  use Nextend\SmartSlider3\Application\Model\ModelLicense;
11
  use Nextend\SmartSlider3\Settings;
@@ -19,7 +20,7 @@ use Nextend\SmartSlider3Pro\LayerAnimation\LayerAnimationStorage;
19
 
20
  JS::addGlobalInline('document.documentElement.classList.add("n2_html--application-only");');
21
 
22
- $externals = Settings::get('external-css-files');
23
  if (!empty($externals)) {
24
  $externals = explode("\n", $externals);
25
  foreach ($externals as $external) {
6
  use Nextend\Framework\Asset\Js\Js;
7
  use Nextend\Framework\Platform\Platform;
8
  use Nextend\Framework\Request\Request;
9
+ use Nextend\Framework\Sanitize;
10
  use Nextend\Framework\View\Html;
11
  use Nextend\SmartSlider3\Application\Model\ModelLicense;
12
  use Nextend\SmartSlider3\Settings;
20
 
21
  JS::addGlobalInline('document.documentElement.classList.add("n2_html--application-only");');
22
 
23
+ $externals = Sanitize::esc_attr(Settings::get('external-css-files'));
24
  if (!empty($externals)) {
25
  $externals = explode("\n", $externals);
26
  foreach ($externals as $external) {
Nextend/SmartSlider3/Application/Frontend/Slider/Template/Iframe.php CHANGED
@@ -3,6 +3,7 @@
3
  namespace Nextend\SmartSlider3\Application\Frontend\Slider;
4
 
5
  use Nextend\Framework\Asset\AssetManager;
 
6
  use Nextend\SmartSlider3\Settings;
7
  use Nextend\WordPress\OutputBuffer;
8
 
@@ -57,7 +58,7 @@ use Nextend\WordPress\OutputBuffer;
57
  }
58
  }
59
 
60
- $externals = Settings::get('external-css-files');
61
  if (!empty($externals)) {
62
  $externals = explode("\n", $externals);
63
  foreach ($externals as $external) {
3
  namespace Nextend\SmartSlider3\Application\Frontend\Slider;
4
 
5
  use Nextend\Framework\Asset\AssetManager;
6
+ use Nextend\Framework\Sanitize;
7
  use Nextend\SmartSlider3\Settings;
8
  use Nextend\WordPress\OutputBuffer;
9
 
58
  }
59
  }
60
 
61
+ $externals = Sanitize::esc_attr(Settings::get('external-css-files'));
62
  if (!empty($externals)) {
63
  $externals = explode("\n", $externals);
64
  foreach ($externals as $external) {
Nextend/SmartSlider3/Application/Model/ModelGenerator.php CHANGED
@@ -404,7 +404,7 @@ class ModelGenerator extends AbstractModelTable {
404
 
405
  new Number($generatorRow, 'cache-expiration', n2_('Cache expiration'), 24, array(
406
  'wide' => 3,
407
- 'unit' => n2_('hours')
408
  ));
409
 
410
  new ButtonRecordViewer($generatorRow, 'record-viewer');
404
 
405
  new Number($generatorRow, 'cache-expiration', n2_('Cache expiration'), 24, array(
406
  'wide' => 3,
407
+ 'unit' => n2_('Hours')
408
  ));
409
 
410
  new ButtonRecordViewer($generatorRow, 'record-viewer');
Nextend/SmartSlider3/Generator/WordPress/Posts/GeneratorGroupPosts.php CHANGED
@@ -57,7 +57,7 @@ class GeneratorGroupPosts extends AbstractGeneratorGroup {
57
  self::$ElementorWidgetType = '';
58
  }
59
 
60
- public static function extractPostMeta($post_meta) {
61
  $record = array();
62
  if (count($post_meta) && is_array($post_meta) && !empty($post_meta)) {
63
  $excluded_metas = array(
@@ -82,6 +82,7 @@ class GeneratorGroupPosts extends AbstractGeneratorGroup {
82
  '',
83
  ''
84
  ), $key);
 
85
  if (array_key_exists($key, $record)) {
86
  $key = 'meta' . $key;
87
  }
@@ -125,7 +126,7 @@ class GeneratorGroupPosts extends AbstractGeneratorGroup {
125
  return $record;
126
  }
127
 
128
- public static function getACFData($postID) {
129
  $record = array();
130
  if (class_exists('acf')) {
131
  $fields = get_fields($postID);
@@ -133,6 +134,7 @@ class GeneratorGroupPosts extends AbstractGeneratorGroup {
133
  foreach ($fields as $k => $v) {
134
  $type = self::getACFType($k, $postID);
135
  $k = str_replace('-', '', $k);
 
136
 
137
  while (isset($record[$k])) {
138
  $k = 'acf_' . $k;
57
  self::$ElementorWidgetType = '';
58
  }
59
 
60
+ public static function extractPostMeta($post_meta, $pre = '') {
61
  $record = array();
62
  if (count($post_meta) && is_array($post_meta) && !empty($post_meta)) {
63
  $excluded_metas = array(
82
  '',
83
  ''
84
  ), $key);
85
+ $key = $pre . $key;
86
  if (array_key_exists($key, $record)) {
87
  $key = 'meta' . $key;
88
  }
126
  return $record;
127
  }
128
 
129
+ public static function getACFData($postID, $pre = '') {
130
  $record = array();
131
  if (class_exists('acf')) {
132
  $fields = get_fields($postID);
134
  foreach ($fields as $k => $v) {
135
  $type = self::getACFType($k, $postID);
136
  $k = str_replace('-', '', $k);
137
+ $k = $pre . $k;
138
 
139
  while (isset($record[$k])) {
140
  $k = 'acf_' . $k;
Nextend/SmartSlider3/Parser/Link/NextSlide.php CHANGED
@@ -9,7 +9,7 @@ use Nextend\Framework\Parser\Link\ParserInterface;
9
  class NextSlide implements ParserInterface {
10
 
11
  public function parse($argument, &$attributes) {
12
- $attributes['aria-role'] = 'button';
13
 
14
  $attributes['onclick'] = "n2ss.applyActionWithClick(event, 'next');";
15
 
9
  class NextSlide implements ParserInterface {
10
 
11
  public function parse($argument, &$attributes) {
12
+ $attributes['role'] = 'button';
13
 
14
  $attributes['onclick'] = "n2ss.applyActionWithClick(event, 'next');";
15
 
Nextend/SmartSlider3/Parser/Link/PreviousSlide.php CHANGED
@@ -9,7 +9,7 @@ use Nextend\Framework\Parser\Link\ParserInterface;
9
  class PreviousSlide implements ParserInterface {
10
 
11
  public function parse($argument, &$attributes) {
12
- $attributes['aria-role'] = 'button';
13
 
14
  $attributes['onclick'] = "n2ss.applyActionWithClick(event, 'previous');";
15
 
9
  class PreviousSlide implements ParserInterface {
10
 
11
  public function parse($argument, &$attributes) {
12
+ $attributes['role'] = 'button';
13
 
14
  $attributes['onclick'] = "n2ss.applyActionWithClick(event, 'previous');";
15
 
Nextend/SmartSlider3/Parser/Link/SlideEvent.php CHANGED
@@ -9,7 +9,7 @@ use Nextend\Framework\Parser\Link\ParserInterface;
9
  class SlideEvent implements ParserInterface {
10
 
11
  public function parse($argument, &$attributes) {
12
- $attributes['aria-role'] = 'button';
13
 
14
  $attributes['onclick'] = "n2ss.trigger(this, '" . $argument . "', event);";
15
 
9
  class SlideEvent implements ParserInterface {
10
 
11
  public function parse($argument, &$attributes) {
12
+ $attributes['role'] = 'button';
13
 
14
  $attributes['onclick'] = "n2ss.trigger(this, '" . $argument . "', event);";
15
 
Nextend/SmartSlider3/Parser/Link/ToSlide.php CHANGED
@@ -12,7 +12,7 @@ class ToSlide implements ParserInterface {
12
 
13
  preg_match('/([0-9]+)(,([0-1]))?/', $argument, $matches);
14
  if (!isset($matches[3])) {
15
- $attributes['aria-role'] = 'button';
16
 
17
  $attributes['onclick'] = "n2ss.applyActionWithClick(event, 'slide', " . (intval($matches[1]) - 1) . ");";
18
  } else {
12
 
13
  preg_match('/([0-9]+)(,([0-1]))?/', $argument, $matches);
14
  if (!isset($matches[3])) {
15
+ $attributes['role'] = 'button';
16
 
17
  $attributes['onclick'] = "n2ss.applyActionWithClick(event, 'slide', " . (intval($matches[1]) - 1) . ");";
18
  } else {
Nextend/SmartSlider3/Parser/Link/ToSlideID.php CHANGED
@@ -12,7 +12,7 @@ class ToSlideID implements ParserInterface {
12
 
13
  preg_match('/([0-9]+)(,([0-1]))?/', $argument, $matches);
14
  if (!isset($matches[3])) {
15
- $attributes['aria-role'] = 'button';
16
 
17
  $attributes['onclick'] = "n2ss.applyActionWithClick(event, 'slideToID', " . intval($matches[1]) . ");";
18
 
12
 
13
  preg_match('/([0-9]+)(,([0-1]))?/', $argument, $matches);
14
  if (!isset($matches[3])) {
15
+ $attributes['role'] = 'button';
16
 
17
  $attributes['onclick'] = "n2ss.applyActionWithClick(event, 'slideToID', " . intval($matches[1]) . ");";
18
 
Nextend/SmartSlider3/Platform/WordPress/HelperTinyMCE.php CHANGED
@@ -105,7 +105,7 @@ class HelperTinyMCE {
105
  ?>
106
  <script>
107
  window.NextendSmartSliderWPTinyMCEModal = function (ed) {
108
- _N2.SelectSlider(n2_('Select A Slider'), function (id, alias) {
109
  if (alias) {
110
  ed.execCommand('mceInsertContent', false, '<div>[smartslider3 alias="' + alias + '"]</div>');
111
  } else if (id) {
@@ -116,7 +116,7 @@ class HelperTinyMCE {
116
 
117
  if (typeof QTags !== 'undefined') {
118
  QTags.addButton('smart-slider-3', 'Smart Slider', function () {
119
- _N2.SelectSlider(n2_('Select A Slider'), function (id, alias) {
120
  if (alias) {
121
  QTags.insertContent("\n" + '<div>[smartslider3 alias="' + alias + '"]</div>');
122
  } else if (id) {
@@ -127,7 +127,7 @@ class HelperTinyMCE {
127
  }
128
 
129
  window.NextendSmartSliderSelectModal = function ($input) {
130
- _N2.SelectSlider(n2_('Select A Slider'), function (id, alias) {
131
  var idOrAlias = false;
132
  if (alias) {
133
  idOrAlias = alias;
@@ -147,7 +147,7 @@ class HelperTinyMCE {
147
  };
148
 
149
  window.NextendSmartSliderSelectModalCallback = function (cb) {
150
- _N2.SelectSlider(n2_('Select A Slider'), function (id, alias) {
151
  var idOrAlias = false;
152
  if (alias) {
153
  idOrAlias = alias;
105
  ?>
106
  <script>
107
  window.NextendSmartSliderWPTinyMCEModal = function (ed) {
108
+ _N2.SelectSlider(n2_('Select Slider'), function (id, alias) {
109
  if (alias) {
110
  ed.execCommand('mceInsertContent', false, '<div>[smartslider3 alias="' + alias + '"]</div>');
111
  } else if (id) {
116
 
117
  if (typeof QTags !== 'undefined') {
118
  QTags.addButton('smart-slider-3', 'Smart Slider', function () {
119
+ _N2.SelectSlider(n2_('Select Slider'), function (id, alias) {
120
  if (alias) {
121
  QTags.insertContent("\n" + '<div>[smartslider3 alias="' + alias + '"]</div>');
122
  } else if (id) {
127
  }
128
 
129
  window.NextendSmartSliderSelectModal = function ($input) {
130
+ _N2.SelectSlider(n2_('Select Slider'), function (id, alias) {
131
  var idOrAlias = false;
132
  if (alias) {
133
  idOrAlias = alias;
147
  };
148
 
149
  window.NextendSmartSliderSelectModalCallback = function (cb) {
150
+ _N2.SelectSlider(n2_('Select Slider'), function (id, alias) {
151
  var idOrAlias = false;
152
  if (alias) {
153
  idOrAlias = alias;
Nextend/SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php CHANGED
@@ -96,7 +96,7 @@ class AcfFieldSmartSlider3 extends acf_field {
96
  <table style="width:100%;border:0;">
97
  <tr>
98
  <td style="white-space: nowrap;">
99
- <a href="#" onclick="<?php echo "NextendSmartSliderSelectModal(jQuery('#" . $field['id'] . "'));"; ?>return false;" class="button" title="<?php echo n2_('Select slider'); ?>"><?php echo n2_('Select slider'); ?></a>
100
  <span style="line-height:2;padding:10px;"><?php n2_e('OR'); ?></span>
101
  </td>
102
  <td style="width:90%;">
96
  <table style="width:100%;border:0;">
97
  <tr>
98
  <td style="white-space: nowrap;">
99
+ <a href="#" onclick="<?php echo "NextendSmartSliderSelectModal(jQuery('#" . $field['id'] . "'));"; ?>return false;" class="button" title="<?php echo n2_('Select Slider'); ?>"><?php echo n2_('Select Slider'); ?></a>
100
  <span style="line-height:2;padding:10px;"><?php n2_e('OR'); ?></span>
101
  </td>
102
  <td style="width:90%;">
Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php CHANGED
@@ -189,7 +189,7 @@ class BeaverBuilder {
189
  </select>
190
  <div style="line-height:2;padding:10px;"><?php n2_e('OR'); ?></div>
191
 
192
- <a href="#" onclick="NextendSmartSliderSelectModal(jQuery(this).siblings('select')) ;return false;" class="fl-builder-smart-slider-select fl-builder-button fl-builder-button-small fl-builder-button-primary" title="Select slider"><?php echo n2_('Select slider'); ?></a>
193
  <script>
194
  (function ($) {
195
  var value = $('select[name="<?php echo $name; ?>"]').val();
189
  </select>
190
  <div style="line-height:2;padding:10px;"><?php n2_e('OR'); ?></div>
191
 
192
+ <a href="#" onclick="NextendSmartSliderSelectModal(jQuery(this).siblings('select')) ;return false;" class="fl-builder-smart-slider-select fl-builder-button fl-builder-button-small fl-builder-button-primary" title="Select slider"><?php echo n2_('Select Slider'); ?></a>
193
  <script>
194
  (function ($) {
195
  var value = $('select[name="<?php echo $name; ?>"]').val();
Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/includes/modules/SmartSlider3/SmartSlider3.php CHANGED
@@ -110,7 +110,7 @@ class ET_Builder_Module_SmartSlider3 extends ET_Builder_Module {
110
  );
111
  }
112
 
113
- public function render($attrs, $content = null, $render_slug) {
114
  if (is_numeric($this->props['slider'])) {
115
  return do_shortcode('[smartslider3 slider=' . $this->props['slider'] . ']');
116
  }
110
  );
111
  }
112
 
113
+ public function render($attrs, $content, $render_slug) {
114
  if (is_numeric($this->props['slider'])) {
115
  return do_shortcode('[smartslider3 slider=' . $this->props['slider'] . ']');
116
  }
Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviModuleSmartSlider.php CHANGED
@@ -71,7 +71,7 @@ class DiviModuleSmartSlider extends ET_Builder_Module {
71
  return $fields;
72
  }
73
 
74
- function shortcode_callback($atts, $content = null, $function_name) {
75
  $sliderIdOrAlias = $this->shortcode_atts['slider'];
76
  $module_class = '';
77
  $module_class = ET_Builder_Element::add_module_order_class($module_class, $function_name);
@@ -84,7 +84,7 @@ class DiviModuleSmartSlider extends ET_Builder_Module {
84
  }
85
 
86
  public function field_smart_slider_renderer() {
87
- $output = sprintf('<input type="button" class="button button-upload" value="%1$s" onclick="NextendSmartSliderSelectModal(jQuery(this).siblings(\'.regular-text\')); return false;">', n2_('Select slider'));
88
 
89
  return $output;
90
  }
71
  return $fields;
72
  }
73
 
74
+ function shortcode_callback($atts, $content, $function_name) {
75
  $sliderIdOrAlias = $this->shortcode_atts['slider'];
76
  $module_class = '';
77
  $module_class = ET_Builder_Element::add_module_order_class($module_class, $function_name);
84
  }
85
 
86
  public function field_smart_slider_renderer() {
87
+ $output = sprintf('<input type="button" class="button button-upload" value="%1$s" onclick="NextendSmartSliderSelectModal(jQuery(this).siblings(\'.regular-text\')); return false;">', n2_('Select Slider'));
88
 
89
  return $output;
90
  }
Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/Elementor.php CHANGED
@@ -51,16 +51,27 @@ class Elementor {
51
  ), -1);
52
 
53
 
54
- add_action('elementor/widgets/widgets_registered', array(
55
- $this,
56
- 'action_widgets_registered'
57
- ), 100);
58
-
59
- add_action('elementor/controls/controls_registered', array(
60
- $this,
61
- 'action_controls_registered'
62
- ));
63
-
 
 
 
 
 
 
 
 
 
 
 
64
 
65
  add_action('elementor/editor/before_enqueue_styles', array(
66
  $this,
@@ -83,17 +94,23 @@ class Elementor {
83
  public function action_widgets_registered() {
84
 
85
  $widget_manager = Plugin::$instance->widgets_manager;
86
- if (defined('ELEMENTOR_VERSION') && version_compare(ELEMENTOR_VERSION, '2.9.0', '>=')) {
87
- $widget_manager->register_widget_type(new ElementorWidgetSmartSlider());
 
 
 
 
88
  } else {
89
- //This is an outdated Elementor version, where we need to use different function overrides.
90
- $widget_manager->register_widget_type(new ElementorWidgetDeprecatedSmartSlider());
91
  }
92
  }
93
 
94
  public function action_controls_registered($controls_manager) {
95
-
96
- $controls_manager->register_control('smartsliderfield', new ElementorControlSmartSlider());
 
 
 
97
  }
98
 
99
  public function forceShortcodeIframe() {
@@ -106,4 +123,13 @@ class Elementor {
106
  HelperTinyMCE::getInstance()
107
  ->initButtonDialog();
108
  }
 
 
 
 
 
 
 
 
 
109
  }
51
  ), -1);
52
 
53
 
54
+ if ($this->elementor_version_compare('3.5.0')) {
55
+ add_action('elementor/widgets/register', array(
56
+ $this,
57
+ 'action_widgets_registered'
58
+ ), 100);
59
+
60
+ add_action('elementor/controls/register', array(
61
+ $this,
62
+ 'action_controls_registered'
63
+ ));
64
+ } else {
65
+ add_action('elementor/widgets/widgets_registered', array(
66
+ $this,
67
+ 'action_widgets_registered'
68
+ ), 100);
69
+
70
+ add_action('elementor/controls/controls_registered', array(
71
+ $this,
72
+ 'action_controls_registered'
73
+ ));
74
+ }
75
 
76
  add_action('elementor/editor/before_enqueue_styles', array(
77
  $this,
94
  public function action_widgets_registered() {
95
 
96
  $widget_manager = Plugin::$instance->widgets_manager;
97
+ if ($this->elementor_version_compare('3.5.0')) {
98
+ $widget_manager->register(new ElementorWidgetSmartSlider());
99
+
100
+ } else if ($this->elementor_version_compare('2.9.0')) {
101
+ $widget_manager->register_widget_type(new ElementorWidgetSmartSlider350());
102
+
103
  } else {
104
+ $widget_manager->register_widget_type(new ElementorWidgetSmartSlider290());
 
105
  }
106
  }
107
 
108
  public function action_controls_registered($controls_manager) {
109
+ if ($this->elementor_version_compare('3.5.0')) {
110
+ $controls_manager->register(new ElementorControlSmartSlider());
111
+ } else {
112
+ $controls_manager->register_control('smartsliderfield', new ElementorControlSmartSlider());
113
+ }
114
  }
115
 
116
  public function forceShortcodeIframe() {
123
  HelperTinyMCE::getInstance()
124
  ->initButtonDialog();
125
  }
126
+
127
+ public function elementor_version_compare($version, $compare = '>=') {
128
+ if (defined('ELEMENTOR_VERSION')) {
129
+ return version_compare(ELEMENTOR_VERSION, $version, $compare);
130
+ } else {
131
+ // ELEMENTOR_VERSION is only not defined in very old versions, what we don't support. So the real version number here doesn't matters.
132
+ return version_compare('1.0.0', $version, $compare);
133
+ }
134
+ }
135
  }
Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider.php CHANGED
@@ -22,7 +22,7 @@ class ElementorWidgetSmartSlider extends Widget_Base {
22
  return 'eicon-slider-3d';
23
  }
24
 
25
- protected function _register_controls() {
26
 
27
  $this->start_controls_section('section_smart_slider_elementor', [
28
  'label' => esc_html('Smart Slider'),
22
  return 'eicon-slider-3d';
23
  }
24
 
25
+ protected function register_controls() {
26
 
27
  $this->start_controls_section('section_smart_slider_elementor', [
28
  'label' => esc_html('Smart Slider'),
Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/{ElementorWidgetDeprecatedSmartSlider.php → ElementorWidgetSmartSlider290.php} RENAMED
@@ -8,7 +8,7 @@ use Elementor\Plugin;
8
  use Elementor\Widget_Base;
9
  use Nextend\SmartSlider3\Platform\WordPress\Shortcode\Shortcode;
10
 
11
- class ElementorWidgetDeprecatedSmartSlider extends Widget_Base {
12
 
13
  public function get_name() {
14
  return 'smartslider';
8
  use Elementor\Widget_Base;
9
  use Nextend\SmartSlider3\Platform\WordPress\Shortcode\Shortcode;
10
 
11
+ class ElementorWidgetSmartSlider290 extends Widget_Base {
12
 
13
  public function get_name() {
14
  return 'smartslider';
Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider350.php ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ namespace Nextend\SmartSlider3\Platform\WordPress\Integration\Elementor;
5
+
6
+
7
+ use Elementor\Plugin;
8
+ use Elementor\Widget_Base;
9
+ use Nextend\SmartSlider3\Platform\WordPress\Shortcode\Shortcode;
10
+
11
+ class ElementorWidgetSmartSlider350 extends Widget_Base {
12
+
13
+ public function get_name() {
14
+ return 'smartslider';
15
+ }
16
+
17
+ public function get_title() {
18
+ return 'Smart Slider';
19
+ }
20
+
21
+ public function get_icon() {
22
+ return 'eicon-slider-3d';
23
+ }
24
+
25
+ protected function _register_controls() {
26
+
27
+ $this->start_controls_section('section_smart_slider_elementor', [
28
+ 'label' => esc_html('Smart Slider'),
29
+ ]);
30
+
31
+ $this->add_control('smartsliderid', [
32
+ 'label' => 'Slider ID or Alias',
33
+ 'type' => 'smartsliderfield',
34
+ 'default' => '',
35
+ 'title' => 'Slider ID or Alias',
36
+ ]);
37
+
38
+ $this->end_controls_section();
39
+
40
+ }
41
+
42
+ protected function render() {
43
+ if (Plugin::instance()->editor->is_edit_mode() || Plugin::instance()->preview->is_preview_mode()) {
44
+ echo Shortcode::renderIframe($this->get_settings('smartsliderid'));
45
+ } else {
46
+ $sliderIDorAlias = $this->get_settings('smartsliderid');
47
+ if (is_numeric($sliderIDorAlias)) {
48
+ echo do_shortcode('[smartslider3 slider=' . $sliderIDorAlias . ']');
49
+ } else {
50
+ echo do_shortcode('[smartslider3 alias="' . $sliderIDorAlias . '"]');
51
+ }
52
+ }
53
+ }
54
+
55
+ /**
56
+ * Must be declared as empty method to prevent issues with SEO plugins.
57
+ */
58
+ public function render_plain_content() {
59
+ }
60
+
61
+ protected function content_template() {
62
+ echo Shortcode::renderIframe('{{{settings.smartsliderid}}}');
63
+ }
64
+ }
Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/options/option-types.php CHANGED
@@ -56,7 +56,7 @@ class FW_Option_Type_SmartSliderChooser extends FW_Option_Type_Select {
56
 
57
  $option['attr']['style'] = 'width:240px;vertical-align: middle';
58
 
59
- return Html::tag('div', array(), Html::link(n2_('Select slider'), '#', array(
60
  'style' => 'vertical-align:middle;',
61
  'class' => 'button button-primary',
62
  'onclick' => "NextendSmartSliderSelectModal(jQuery('#fw-edit-options-modal-id')); return false;"
56
 
57
  $option['attr']['style'] = 'width:240px;vertical-align: middle';
58
 
59
+ return Html::tag('div', array(), Html::link(n2_('Select Slider'), '#', array(
60
  'style' => 'vertical-align:middle;',
61
  'class' => 'button button-primary',
62
  'onclick' => "NextendSmartSliderSelectModal(jQuery('#fw-edit-options-modal-id')); return false;"
Nextend/SmartSlider3/Renderable/Item/Button/ItemButtonFrontend.php CHANGED
@@ -5,6 +5,7 @@ namespace Nextend\SmartSlider3\Renderable\Item\Button;
5
 
6
 
7
  use Nextend\Framework\Icon\Icon;
 
8
  use Nextend\Framework\View\Html;
9
  use Nextend\SmartSlider3\Renderable\AbstractRenderableOwner;
10
  use Nextend\SmartSlider3\Renderable\Item\AbstractItemFrontend;
@@ -30,7 +31,7 @@ class ItemButtonFrontend extends AbstractItemFrontend {
30
  "class" => "n2-ss-button-container n2-ss-item-content n2-ow " . $font . ($this->data->get('nowrap', 1) ? ' n2-ss-nowrap' : '') . ($this->isAuto() ? ' n2-ss-button-container--non-full-width' : '')
31
  ));
32
 
33
- $content = '<div>' . $owner->fill($this->data->get("content")) . '</div>';
34
 
35
  $attrs = array();
36
 
5
 
6
 
7
  use Nextend\Framework\Icon\Icon;
8
+ use Nextend\Framework\Sanitize;
9
  use Nextend\Framework\View\Html;
10
  use Nextend\SmartSlider3\Renderable\AbstractRenderableOwner;
11
  use Nextend\SmartSlider3\Renderable\Item\AbstractItemFrontend;
31
  "class" => "n2-ss-button-container n2-ss-item-content n2-ow " . $font . ($this->data->get('nowrap', 1) ? ' n2-ss-nowrap' : '') . ($this->isAuto() ? ' n2-ss-button-container--non-full-width' : '')
32
  ));
33
 
34
+ $content = '<div>' . Sanitize::filter_allowed_html($owner->fill($this->data->get("content"))) . '</div>';
35
 
36
  $attrs = array();
37
 
Nextend/SmartSlider3/Renderable/Item/Heading/ItemHeadingFrontend.php CHANGED
@@ -5,6 +5,7 @@ namespace Nextend\SmartSlider3\Renderable\Item\Heading;
5
 
6
 
7
  use Nextend\Framework\Misc\Base64;
 
8
  use Nextend\Framework\View\Html;
9
  use Nextend\SmartSlider3\Renderable\Item\AbstractItemFrontend;
10
 
@@ -44,8 +45,7 @@ class ItemHeadingFrontend extends AbstractItemFrontend {
44
 
45
  $linkAttributes['style'] = "display:" . ($this->data->get('fullwidth', 1) ? 'block' : 'inline-block') . ";";
46
 
47
- $allowedTags = '<a><span><sub><sup><em><i><var><cite><b><strong><small><bdo>';
48
- $strippedHtml = strip_tags($owner->fill($this->data->get('heading', '')), $allowedTags);
49
 
50
  return $this->heading($this->data->get('priority', 'div'), $attributes + array(
51
  "id" => $this->id,
5
 
6
 
7
  use Nextend\Framework\Misc\Base64;
8
+ use Nextend\Framework\Sanitize;
9
  use Nextend\Framework\View\Html;
10
  use Nextend\SmartSlider3\Renderable\Item\AbstractItemFrontend;
11
 
45
 
46
  $linkAttributes['style'] = "display:" . ($this->data->get('fullwidth', 1) ? 'block' : 'inline-block') . ";";
47
 
48
+ $strippedHtml = Sanitize::filter_allowed_html($owner->fill($this->data->get('heading', '')));
 
49
 
50
  return $this->heading($this->data->get('priority', 'div'), $attributes + array(
51
  "id" => $this->id,
Nextend/SmartSlider3/Renderable/Item/Text/ItemTextFrontend.php CHANGED
@@ -5,8 +5,10 @@ namespace Nextend\SmartSlider3\Renderable\Item\Text;
5
 
6
 
7
  use Nextend\Framework\Platform\Platform;
 
8
  use Nextend\Framework\View\Html;
9
  use Nextend\SmartSlider3\Renderable\Item\AbstractItemFrontend;
 
10
 
11
  class ItemTextFrontend extends AbstractItemFrontend {
12
 
@@ -37,7 +39,7 @@ class ItemTextFrontend extends AbstractItemFrontend {
37
  ), array(
38
  '<' . $tagName . ' class="' . $font . ' ' . $style . ' ">',
39
  '</' . $tagName . '>'
40
- ), $this->wpautop($this->closeTags($owner->fill($this->data->get('content', '')))));
41
 
42
  $class = '';
43
 
@@ -55,7 +57,7 @@ class ItemTextFrontend extends AbstractItemFrontend {
55
  ), array(
56
  '<' . $tagName . ' class="' . $font . ' ' . $style . ' ">',
57
  '</' . $tagName . '>'
58
- ), $this->wpautop($this->closeTags($owner->fill($this->data->get('contentmobile', ''))))));
59
  }
60
 
61
  $hasTablet = false;
@@ -81,7 +83,7 @@ class ItemTextFrontend extends AbstractItemFrontend {
81
  ), array(
82
  '<' . $tagName . ' class="' . $font . ' ' . $style . '">',
83
  '</' . $tagName . '>'
84
- ), $this->wpautop($this->closeTags($owner->fill($this->data->get('contenttablet', ''))))));
85
  $class = '';
86
  }
87
 
5
 
6
 
7
  use Nextend\Framework\Platform\Platform;
8
+ use Nextend\Framework\Sanitize;
9
  use Nextend\Framework\View\Html;
10
  use Nextend\SmartSlider3\Renderable\Item\AbstractItemFrontend;
11
+ use function Nextend\Framework\Sanitize;
12
 
13
  class ItemTextFrontend extends AbstractItemFrontend {
14
 
39
  ), array(
40
  '<' . $tagName . ' class="' . $font . ' ' . $style . ' ">',
41
  '</' . $tagName . '>'
42
+ ), $this->wpautop(Sanitize::filter_allowed_html($this->closeTags($owner->fill($this->data->get('content', ''))), '<p>')));
43
 
44
  $class = '';
45
 
57
  ), array(
58
  '<' . $tagName . ' class="' . $font . ' ' . $style . ' ">',
59
  '</' . $tagName . '>'
60
+ ), $this->wpautop(Sanitize::filter_allowed_html($this->closeTags($owner->fill($this->data->get('contentmobile', ''))), '<p>'))));
61
  }
62
 
63
  $hasTablet = false;
83
  ), array(
84
  '<' . $tagName . ' class="' . $font . ' ' . $style . '">',
85
  '</' . $tagName . '>'
86
+ ), $this->wpautop(Sanitize::filter_allowed_html($this->closeTags($owner->fill($this->data->get('contenttablet', '')))), '<p>')));
87
  $class = '';
88
  }
89
 
Nextend/SmartSlider3/Slider/Feature/SlideBackground.php CHANGED
@@ -311,10 +311,10 @@ class SlideBackground {
311
  'media' => implode($mediaQueryMinPixelRatio . ',', $mediaQueries['desktopportrait']) . $mediaQueryMinPixelRatio
312
  )), false, false);
313
  }
314
- if (!empty($mediaQueries['desktopLandscape'])) {
315
  $sources[] = HTML::tag('source', Html::addExcludeLazyLoadAttributes(array(
316
  'srcset' => $backgroundImageDesktopRetina,
317
- 'media' => implode($mediaQueryMinPixelRatio . ',', $mediaQueries['desktopLandscape']) . $mediaQueryMinPixelRatio
318
  )), false, false);
319
  }
320
 
311
  'media' => implode($mediaQueryMinPixelRatio . ',', $mediaQueries['desktopportrait']) . $mediaQueryMinPixelRatio
312
  )), false, false);
313
  }
314
+ if (!empty($mediaQueries['desktoplandscape'])) {
315
  $sources[] = HTML::tag('source', Html::addExcludeLazyLoadAttributes(array(
316
  'srcset' => $backgroundImageDesktopRetina,
317
+ 'media' => implode($mediaQueryMinPixelRatio . ',', $mediaQueries['desktoplandscape']) . $mediaQueryMinPixelRatio
318
  )), false, false);
319
  }
320
 
Nextend/SmartSlider3/Slider/Feature/TranslateUrl.php CHANGED
@@ -5,6 +5,7 @@ namespace Nextend\SmartSlider3\Slider\Feature;
5
 
6
 
7
  use Nextend\Framework\Parser\Common;
 
8
  use Nextend\SmartSlider3\Settings;
9
 
10
  class TranslateUrl {
@@ -18,7 +19,7 @@ class TranslateUrl {
18
  public function __construct($slider) {
19
 
20
  $this->slider = $slider;
21
- list($this->from, $this->to) = (array)Common::parse(Settings::get('translate-url', '||'));
22
  }
23
 
24
  public function replaceUrl($string) {
5
 
6
 
7
  use Nextend\Framework\Parser\Common;
8
+ use Nextend\Framework\Sanitize;
9
  use Nextend\SmartSlider3\Settings;
10
 
11
  class TranslateUrl {
19
  public function __construct($slider) {
20
 
21
  $this->slider = $slider;
22
+ list($this->from, $this->to) = (array)Common::parse(Sanitize::esc_attr(Settings::get('translate-url', '||')));
23
  }
24
 
25
  public function replaceUrl($string) {
Nextend/SmartSlider3/Slider/FeatureManager.php CHANGED
@@ -121,9 +121,8 @@ class FeatureManager {
121
 
122
  $return = array(
123
  'admin' => $this->slider->isAdmin,
124
- 'callbacks' => $this->slider->params->get('callbacks', ''),
125
  'background.video.mobile' => intval($this->slider->params->get('slides-background-video-mobile', 1)),
126
- 'loadingTime'=>intval($this->slider->params->get('loading-time', 2000))
127
  );
128
  $randomizeCache = $this->slider->params->get('randomize-cache', 0);
129
  if (!$this->slider->isAdmin && $randomizeCache) {
121
 
122
  $return = array(
123
  'admin' => $this->slider->isAdmin,
 
124
  'background.video.mobile' => intval($this->slider->params->get('slides-background-video-mobile', 1)),
125
+ 'loadingTime' => intval($this->slider->params->get('loading-time', 2000))
126
  );
127
  $randomizeCache = $this->slider->params->get('randomize-cache', 0);
128
  if (!$this->slider->isAdmin && $randomizeCache) {
Nextend/SmartSlider3/Slider/Slide.php CHANGED
@@ -347,7 +347,7 @@ class Slide extends AbstractRenderableOwner {
347
  $attributes['tabindex'] = '-1';
348
  }
349
 
350
- $this->html = Html::tag('div', $attributes, $this->getTitle());
351
  $this->html .= Html::tag('div', $this->containerAttributes, $mainContainer->render($this->sliderObject->isAdmin));
352
  }
353
  }
347
  $attributes['tabindex'] = '-1';
348
  }
349
 
350
+ $this->html = Html::tag('div', $attributes, Sanitize::remove_all_html($this->getTitle()));
351
  $this->html .= Html::tag('div', $this->containerAttributes, $mainContainer->render($this->sliderObject->isAdmin));
352
  }
353
  }
Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeCss.php CHANGED
@@ -8,9 +8,8 @@ use Nextend\Framework\Asset\Builder\BuilderCss;
8
  use Nextend\Framework\Asset\Css\Css;
9
  use Nextend\Framework\Asset\Css\Less\LessCompiler;
10
  use Nextend\Framework\Notification\Notification;
11
- use Nextend\Framework\Parser\Font;
12
- use Nextend\Framework\Parser\Style;
13
  use Nextend\Framework\Platform\Platform;
 
14
  use Nextend\SmartSlider3\Application\Frontend\ApplicationTypeFrontend;
15
  use Nextend\SmartSlider3\Slider\Feature\Responsive;
16
  use Nextend\SmartSlider3\Slider\Slider;
@@ -111,7 +110,7 @@ abstract class AbstractSliderTypeCss {
111
  ), $css);
112
  }
113
 
114
- $css .= $this->slider->params->get('custom-css-codes', '');
115
 
116
  return $css;
117
  }
@@ -126,27 +125,4 @@ abstract class AbstractSliderTypeCss {
126
  $this->sizes['canvasWidth'] = intval($this->context['canvaswidth']);
127
  $this->sizes['canvasHeight'] = intval($this->context['canvasheight']);
128
  }
129
-
130
-
131
- protected function setContextFonts($matches, $fonts, $value) {
132
- $this->context['font' . $fonts] = '~".' . $matches[0] . '"';
133
-
134
- $font = new Font($value);
135
-
136
- $this->context['font' . $fonts . 'text'] = '";' . $font->printTab() . '"';
137
- $font->mixinTab('Link');
138
- $this->context['font' . $fonts . 'link'] = '";' . $font->printTab('Link') . '"';
139
- $font->mixinTab('Link:Hover', 'Link');
140
- $this->context['font' . $fonts . 'hover'] = '";' . $font->printTab('Link:Hover') . '"';
141
- }
142
-
143
- protected function setContextStyles($selector, $styles, $value) {
144
- $this->context['style' . $styles] = '~".' . $selector . '"';
145
-
146
- $style = new Style($value);
147
-
148
- $this->context['style' . $styles . 'normal'] = '";' . $style->printTab('Normal') . '"';
149
- $this->context['style' . $styles . 'hover'] = '";' . $style->printTab('Hover') . '"';
150
-
151
- }
152
  }
8
  use Nextend\Framework\Asset\Css\Css;
9
  use Nextend\Framework\Asset\Css\Less\LessCompiler;
10
  use Nextend\Framework\Notification\Notification;
 
 
11
  use Nextend\Framework\Platform\Platform;
12
+ use Nextend\Framework\Sanitize;
13
  use Nextend\SmartSlider3\Application\Frontend\ApplicationTypeFrontend;
14
  use Nextend\SmartSlider3\Slider\Feature\Responsive;
15
  use Nextend\SmartSlider3\Slider\Slider;
110
  ), $css);
111
  }
112
 
113
+ $css .= Sanitize::remove_closing_style_tag($this->slider->params->get('custom-css-codes', ''));
114
 
115
  return $css;
116
  }
125
  $this->sizes['canvasWidth'] = intval($this->context['canvaswidth']);
126
  $this->sizes['canvasHeight'] = intval($this->context['canvasheight']);
127
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  }
Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockFrontend.php CHANGED
@@ -45,7 +45,7 @@ class SliderTypeBlockFrontend extends AbstractSliderTypeFrontend {
45
  $slide->finalize();
46
  ?>
47
 
48
- <div class="n2-ss-slider-1 n2-ow" style="<?php echo Sanitize::esc_attr($sliderCSS); ?>">
49
  <div class="n2-ss-slider-2 n2-ow">
50
  <?php
51
  echo $this->getBackgroundVideo($params);
45
  $slide->finalize();
46
  ?>
47
 
48
+ <div class="n2-ss-slider-1 n2-ow"<?php echo empty($sliderCSS) ? '' : ' style="' . Sanitize::esc_attr($sliderCSS) . '"'; ?>>
49
  <div class="n2-ss-slider-2 n2-ow">
50
  <?php
51
  echo $this->getBackgroundVideo($params);
Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleFrontend.php CHANGED
@@ -61,7 +61,7 @@ class SliderTypeSimpleFrontend extends AbstractSliderTypeFrontend {
61
  $slides = $this->slider->getSlides();
62
  ?>
63
 
64
- <div class="n2-ss-slider-1 n2_ss__touch_element n2-ow" style="<?php echo Sanitize::esc_attr($sliderCSS); ?>">
65
  <div class="n2-ss-slider-2 n2-ow">
66
  <?php
67
  echo $this->getBackgroundVideo($params);
@@ -69,7 +69,7 @@ class SliderTypeSimpleFrontend extends AbstractSliderTypeFrontend {
69
  <?php if ($this->backgroundAnimation): ?>
70
  <div class="n2-ss-background-animation n2-ow"></div>
71
  <?php endif; ?>
72
- <div class="n2-ss-slider-3 n2-ow" style="<?php echo $slideCSS; ?>">
73
 
74
  <?php
75
  echo $this->slider->staticHtml;
61
  $slides = $this->slider->getSlides();
62
  ?>
63
 
64
+ <div class="n2-ss-slider-1 n2_ss__touch_element n2-ow"<?php echo empty($sliderCSS) ? '' : ' style="' . Sanitize::esc_attr($sliderCSS) . '"'; ?>>
65
  <div class="n2-ss-slider-2 n2-ow">
66
  <?php
67
  echo $this->getBackgroundVideo($params);
69
  <?php if ($this->backgroundAnimation): ?>
70
  <div class="n2-ss-background-animation n2-ow"></div>
71
  <?php endif; ?>
72
+ <div class="n2-ss-slider-3 n2-ow"<?php echo empty($slideCSS) ? '' : ' style="' . $slideCSS . '"'; ?>>
73
 
74
  <?php
75
  echo $this->slider->staticHtml;
Nextend/SmartSlider3/SmartSlider3Info.php CHANGED
@@ -14,15 +14,15 @@ use Nextend\SmartSlider3\Application\Model\ModelLicense;
14
 
15
  class SmartSlider3Info {
16
 
17
- public static $version = '3.5.1.4';
18
 
19
  public static $channel = 'stable';
20
 
21
- public static $revision = '4180a0be31ca8245fb8b81d21b5e7404d5f5166d';
22
 
23
- public static $revisionShort = '4180a0be';
24
 
25
- public static $branch = 'release-3.5.1.4';
26
 
27
  public static $completeVersion;
28
 
14
 
15
  class SmartSlider3Info {
16
 
17
+ public static $version = '3.5.1.7';
18
 
19
  public static $channel = 'stable';
20
 
21
+ public static $revision = '6da043836534827654088675078f4dcfd1ded6e7';
22
 
23
+ public static $revisionShort = '6da04383';
24
 
25
+ public static $branch = 'release-3.5.1.7';
26
 
27
  public static $completeVersion;
28
 
Nextend/SmartSlider3/Widget/Group/Bullet.php CHANGED
@@ -45,7 +45,7 @@ class Bullet extends AbstractWidgetGroup {
45
  /**
46
  * Used for field removal: /controls/widget-bullet
47
  */
48
- $table = new ContainerTable($container, 'widget-bullet', n2_('Bullet'));
49
 
50
  new OnOff($table->getFieldsetLabel(), 'widget-bullet-enabled', false, 0, array(
51
  'relatedFieldsOn' => array(
45
  /**
46
  * Used for field removal: /controls/widget-bullet
47
  */
48
+ $table = new ContainerTable($container, 'widget-bullet', n2_('Bullets'));
49
 
50
  new OnOff($table->getFieldsetLabel(), 'widget-bullet-enabled', false, 0, array(
51
  'relatedFieldsOn' => array(
Public/SmartSlider3/Application/Admin/Assets/dist/smartslider-admin.min.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:'Inter-Nextend';font-style:normal;font-weight:400;src:url(../fonts/Inter-Medium.woff2) format("woff2");font-display:block}@font-face{font-family:'Inter-Nextend';font-style:normal;font-weight:700;src:url(../fonts/Inter-SemiBold.woff2) format("woff2")}@font-face{font-family:'SmartSliderIcons';src:url(../fonts/SmartSliderIcons.woff2?JC0JNU) format("woff2");font-weight:400;font-style:normal}.ssi_16,.ssi_24,.ssi_32,.ssi_48,.ssi_64{font-family:'SmartSliderIcons'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ssi_16{font-size:16px!important}.ssi_24{font-size:24px!important}.ssi_32{font-size:32px!important}.ssi_48{font-size:48px!important}.ssi_64{font-size:64px!important}.ssi_16--animation::before{content:"\E91F"}.ssi_16--arrowdown::before{content:"\E14B"}.ssi_16--arrowright::before{content:"\E15E"}.ssi_16--bold::before{content:"\E601"}.ssi_16--breadcrumb::before{content:"\E91E"}.ssi_16--bringforward::before{content:"\E15F"}.ssi_16--bringfront::before{content:"\E143"}.ssi_16--buttonarrow::before{content:"\E155"}.ssi_16--check::before{content:"\E600"}.ssi_16--circularremove::before{content:"\E62C"}.ssi_16--clearanimation::before{content:"\E948"}.ssi_16--cog::before{content:"\E934"}.ssi_16--color::before{content:"\E144"}.ssi_16--column::before{content:"\E145"}.ssi_16--content::before{content:"\E146"}.ssi_16--copy::before{content:"\E907"}.ssi_16--crop::before{content:"\E161"}.ssi_16--dashboard::before{content:"\E149"}.ssi_16--data::before{content:"\E152"}.ssi_16--delete::before{content:"\E612"}.ssi_16--desktoplandscape::before{content:"\E95a"}.ssi_16--desktopportrait::before{content:"\E925"}.ssi_16--divide::before{content:"\E639"}.ssi_16--download::before{content:"\E162"}.ssi_16--dummy::before{content:"\E15D"}.ssi_16--duplicate::before{content:"\E611"}.ssi_16--edit::before{content:"\E154"}.ssi_16--eye::before{content:"\E60F"}.ssi_16--filledcheck::before{content:"\E60C"}.ssi_16--filledremove::before{content:"\E62D"}.ssi_16--folderclosed::before{content:"\E921"}.ssi_16--folderopened::before{content:"\E922"}.ssi_16--fontresize::before{content:"\E650"}.ssi_16--fullscreen::before{content:"\E163"}.ssi_16--grid::before{content:"\E164"}.ssi_16--group::before{content:"\E1B6"}.ssi_16--hide::before{content:"\E923"}.ssi_16--horizontalcenter::before{content:"\E646"}.ssi_16--horizontalleft::before{content:"\E647"}.ssi_16--horizontalright::before{content:"\E645"}.ssi_16--image::before{content:"\E14A"}.ssi_16--info::before{content:"\E620"}.ssi_16--italic::before{content:"\E615"}.ssi_16--keyboard::before{content:"\E165"}.ssi_16--layer::before{content:"\E935"}.ssi_16--link::before{content:"\E64D"}.ssi_16--magnifier::before{content:"\E1B9"}.ssi_16--miniarrowdown::before{content:"\E19E"}.ssi_16--miniarrowright::before{content:"\E19D"}.ssi_16--minidesktopportrait::before{content:"\E980"}.ssi_16--mobilelandscape::before{content:"\E929"}.ssi_16--mobileportrait::before{content:"\E92A"}.ssi_16--mobileportraitlarge::before{content:"\E1AB"}.ssi_16--more::before{content:"\E911"}.ssi_16--none::before{content:"\E971"}.ssi_16--off::before{content:"\E19A"}.ssi_16--on::before{content:"\E199"}.ssi_16--order::before{content:"\E1B7"}.ssi_16--paginatiorarrow::before{content:"\E1B8"}.ssi_16--paste::before{content:"\E908"}.ssi_16--pause::before{content:"\E606"}.ssi_16--play::before{content:"\E605"}.ssi_16--plus::before{content:"\E92F"}.ssi_16--position::before{content:"\E14E"}.ssi_16--remove::before{content:"\E90A"}.ssi_16--rename::before{content:"\E19C"}.ssi_16--reset::before{content:"\E946"}.ssi_16--resize::before{content:"\E19F"}.ssi_16--row::before{content:"\E14F"}.ssi_16--save::before{content:"\E947"}.ssi_16--selectarrow::before{content:"\E638"}.ssi_16--sendback::before{content:"\E166"}.ssi_16--sendbackward::before{content:"\E167"}.ssi_16--shrink::before{content:"\E196"}.ssi_16--slides::before{content:"\E151"}.ssi_16--smart::before{content:"\E147"}.ssi_16--star::before{content:"\E603"}.ssi_16--stop::before{content:"\E607"}.ssi_16--style::before{content:"\E169"}.ssi_16--tabletlandscape::before{content:"\E927"}.ssi_16--tabletportrait::before{content:"\E928"}.ssi_16--tabletportraitlarge::before{content:"\E1AC"}.ssi_16--textcenter::before{content:"\E614"}.ssi_16--textjustify::before{content:"\E60B"}.ssi_16--textleft::before{content:"\E60A"}.ssi_16--textright::before{content:"\E604"}.ssi_16--underline::before{content:"\E602"}.ssi_16--unlink::before{content:"\E64B"}.ssi_16--up::before{content:"\E16A"}.ssi_16--verticalaround::before{content:"\E97B"}.ssi_16--verticalbetween::before{content:"\E97A"}.ssi_16--verticalbottom::before{content:"\E97F"}.ssi_16--verticalcenter::before{content:"\E97E"}.ssi_16--verticaltop::before{content:"\E97C"}.ssi_16--video::before{content:"\E153"}.ssi_16--wordpress::before{content:"\E197"}.ssi_24--active::before{content:"\D7FD"}.ssi_24--animation::before{content:"\E115"}.ssi_24--attention::before{content:"\E195"}.ssi_24--bounce::before{content:"\E998"}.ssi_24--button::before{content:"\E192"}.ssi_24--check::before{content:"\E14C"}.ssi_24--circularcheck::before{content:"\E129"}.ssi_24--circularinfo::before{content:"\E11B"}.ssi_24--close::before{content:"\E116"}.ssi_24--cog::before{content:"\E15C"}.ssi_24--col2::before{content:"\E193"}.ssi_24--desktop::before{content:"\E11A"}.ssi_24--desktoplandscape::before{content:"\E119"}.ssi_24--dummy::before{content:"\E17B"}.ssi_24--edit::before{content:"\E117"}.ssi_24--fade::before{content:"\E993"}.ssi_24--flip::before{content:"\E996"}.ssi_24--heading::before{content:"\E17E"}.ssi_24--image::before{content:"\E191"}.ssi_24--info::before{content:"\E14D"}.ssi_24--layers::before{content:"\E11C"}.ssi_24--mobilelandscape::before{content:"\E11D"}.ssi_24--mobileportrait::before{content:"\E11E"}.ssi_24--mobileportraitlarge::before{content:"\E1AD"}.ssi_24--more::before{content:"\E17D"}.ssi_24--move::before{content:"\E995"}.ssi_24--newwindow::before{content:"\E1A2"}.ssi_24--notification::before{content:"\E99F"}.ssi_24--orientation::before{content:"\E1A1"}.ssi_24--play::before{content:"\E11F"}.ssi_24--preview::before{content:"\E121"}.ssi_24--redo::before{content:"\E122"}.ssi_24--refresh::before{content:"\E194"}.ssi_24--remove::before{content:"\E16B"}.ssi_24--reveal::before{content:"\E992"}.ssi_24--rotate::before{content:"\E999"}.ssi_24--scale::before{content:"\E994"}.ssi_24--smart::before{content:"\E16C"}.ssi_24--special::before{content:"\E997"}.ssi_24--star::before{content:"\E1A4"}.ssi_24--stop::before{content:"\E16D"}.ssi_24--style::before{content:"\E123"}.ssi_24--tabletlandscape::before{content:"\E124"}.ssi_24--tabletportrait::before{content:"\E125"}.ssi_24--tabletportraitlarge::before{content:"\E1AE"}.ssi_24--text::before{content:"\E17F"}.ssi_24--timeline::before{content:"\E126"}.ssi_24--undo::before{content:"\E127"}.ssi_32--animatedheading::before{content:"\E991"}.ssi_32--area::before{content:"\E937"}.ssi_32--audio::before{content:"\E986"}.ssi_32--beforeafter::before{content:"\E1B4"}.ssi_32--button::before{content:"\E942"}.ssi_32--circlecounter::before{content:"\E985"}.ssi_32--col1::before{content:"\E112"}.ssi_32--col2::before{content:"\E113"}.ssi_32--col3::before{content:"\E157"}.ssi_32--countdown::before{content:"\E1B5"}.ssi_32--counter::before{content:"\E984"}.ssi_32--dummy::before{content:"\E15B"}.ssi_32--heading::before{content:"\E945"}.ssi_32--highlightheading::before{content:"\E990"}.ssi_32--html::before{content:"\E93A"}.ssi_32--icon::before{content:"\E941"}.ssi_32--iframe::before{content:"\E938"}.ssi_32--image::before{content:"\E943"}.ssi_32--imagearea::before{content:"\E950"}.ssi_32--imagebox::before{content:"\E983"}.ssi_32--imagecaption::before{content:"\E940"}.ssi_32--input::before{content:"\E939"}.ssi_32--joomla::before{content:"\E19B"}.ssi_32--list::before{content:"\E93E"}.ssi_32--plus::before{content:"\E114"}.ssi_32--progressbar::before{content:"\E982"}.ssi_32--smart::before{content:"\E16E"}.ssi_32--text::before{content:"\E944"}.ssi_32--transition::before{content:"\E93F"}.ssi_32--video::before{content:"\E93B"}.ssi_32--vimeo::before{content:"\E93C"}.ssi_32--youtube::before{content:"\E93D"}.ssi_48--bug::before{content:"\E17C"}.ssi_48--camera::before{content:"\E141"}.ssi_48--convert::before{content:"\E134"}.ssi_48--data::before{content:"\E13E"}.ssi_48--delete::before{content:"\E135"}.ssi_48--doc::before{content:"\E13B"}.ssi_48--drop::before{content:"\E136"}.ssi_48--dummy::before{content:"\E159"}.ssi_48--dynamic::before{content:"\E98F"}.ssi_48--empty::before{content:"\E98E"}.ssi_48--error::before{content:"\E137"}.ssi_48--grid::before{content:"\E16F"}.ssi_48--group::before{content:"\E139"}.ssi_48--help::before{content:"\E13A"}.ssi_48--image::before{content:"\E98D"}.ssi_48--keyboard::before{content:"\E171"}.ssi_48--link::before{content:"\E13C"}.ssi_48--newsletter::before{content:"\E13D"}.ssi_48--plus::before{content:"\D7FE"}.ssi_48--post::before{content:"\E98B"}.ssi_48--protect::before{content:"\E133"}.ssi_48--remove::before{content:"\E156"}.ssi_48--review0::before{content:"\E13F"}.ssi_48--review1::before{content:"\E1A5"}.ssi_48--review2::before{content:"\E1A6"}.ssi_48--review3::before{content:"\E1A7"}.ssi_48--review4::before{content:"\E1A9"}.ssi_48--review5::before{content:"\E1AA"}.ssi_48--static::before{content:"\E98A"}.ssi_48--upgrade::before{content:"\E1A3"}.ssi_48--video::before{content:"\E989"}.ssi_64--accordionslider::before{content:"\E12A"}.ssi_64--auto::before{content:"\E17A"}.ssi_64--block::before{content:"\E12B"}.ssi_64--blurfit::before{content:"\E172"}.ssi_64--carousel::before{content:"\E12C"}.ssi_64--center::before{content:"\E173"}.ssi_64--drop::before{content:"\E12D"}.ssi_64--dummy::before{content:"\E15A"}.ssi_64--fill::before{content:"\E174"}.ssi_64--fit::before{content:"\E175"}.ssi_64--folder::before{content:"\E957"}.ssi_64--folderup::before{content:"\E63E"}.ssi_64--fullwidthslider::before{content:"\E132"}.ssi_64--image::before{content:"\E176"}.ssi_64--page::before{content:"\E12E"}.ssi_64--showcase::before{content:"\E12F"}.ssi_64--slider::before{content:"\E131"}.ssi_64--stretch::before{content:"\E177"}.ssi_64--tile::before{content:"\E179"}.n2_color_picker{position:fixed;top:0;left:0;z-index:10000000;border:2px solid #b9c3c9;border-radius:3px;background-color:#fff;width:min-content;display:grid;grid-gap:10px;grid-template-columns:auto auto auto auto;padding:10px;user-select:none}.n2_color_picker.n2_color_picker--has-opacity{grid-template-columns:auto auto auto auto auto}.n2_color_picker__palette{width:min-content;display:grid;grid-gap:8px;grid-template-columns:1fr 1fr 1fr 1fr}.n2_color_picker__palette_item{width:20px;height:20px;overflow:hidden;border-radius:3px;cursor:pointer}.n2_color_picker__palette_item_color{width:100%;height:100%;background-color:var(--palette-item-color);box-shadow:0 0 1px 1px rgba(0,0,0,.2) inset;border-radius:3px}.n2_color_picker__palette_item_alpha{display:none}.n2_color_picker--has-opacity .n2_color_picker__palette_item_alpha{display:block}.n2_color_picker__palette_history{width:min-content;display:grid;grid-gap:8px;grid-template-columns:1fr;border-left:1px solid rgba(0,0,0,.2);border-right:1px solid rgba(0,0,0,.2);padding:0 10px}.n2_color_picker__palette_history .n2_color_picker__palette_item:last-child{display:none}.n2_color_picker--has-opacity .n2_color_picker__palette_history .n2_color_picker__palette_item:last-child{display:block}.n2_color_picker__picker_area{padding:10px;width:min-content;display:grid;grid-template-columns:auto auto auto;grid-gap:10px;overflow:hidden}.n2_color_picker__picker_canvas{align-self:stretch;position:relative;width:140px;background-color:red;background-image:linear-gradient(to top,#000,rgba(204,154,129,0)),linear-gradient(to right,#fff,rgba(204,154,129,0));box-shadow:0 0 1px 1px rgba(0,0,0,.2) inset}.n2_color_picker__picker_canvas_dot{position:absolute;left:-5px;top:-5px;width:10px;height:10px;border-radius:10px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.4)}.n2_color_picker__picker_hue{align-self:stretch;position:relative;width:20px;background:linear-gradient(to bottom,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);box-shadow:0 0 1px 1px rgba(0,0,0,.2) inset}.n2_color_picker__picker_hue_dot{position:absolute;left:-3px;top:-3px;width:calc(100% + 6px);height:6px;border-radius:5px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.4)}.n2_color_picker__picker_opacity{align-self:stretch;display:none;width:20px}.n2_color_picker--has-opacity .n2_color_picker__picker_opacity{display:block}.n2_color_picker__picker_opacity_inner{position:relative;width:100%;height:100%;box-shadow:0 0 1px 1px rgba(0,0,0,.2) inset}.n2_color_picker__picker_opacity_dot{position:absolute;left:-3px;top:-3px;width:calc(100% + 6px);height:6px;border-radius:5px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.4)}.n2_checker_box{background-image:linear-gradient(45deg,gray 25%,transparent 25%),linear-gradient(-45deg,gray 25%,transparent 25%),linear-gradient(45deg,transparent 75%,gray 75%),linear-gradient(-45deg,transparent 75%,gray 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0}#dolly{display:none!important}.toplevel_page_smart-slider3 #wpbody-content{padding-bottom:0!important}.toplevel_page_smart-slider3 #wpfooter{display:none}#wpbody-content #n2-admin{margin:10px 20px 20px 0}html[dir=rtl] #wpbody-content #n2-admin{margin:10px 0 0 20px}#wpbody-content #n2-admin a:focus{box-shadow:none}.n2 input{min-height:initial;border-radius:0}.n2 select{background:0 0;max-width:initial;min-height:26px;height:26px;font-size:12px;-webkit-appearance:menulist;-moz-appearance:menulist}.n2 select[multiple]{height:auto;-webkit-appearance:none;-moz-appearance:none}.n2_admin .n2_field_select select{background:#fff}html.n2_html--application-only{background:#fff}html.n2_html--application-only #wpbody{padding:0!important}html.n2_html--application-only.wp-toolbar{padding:0}html.n2_html--application-only,html.n2_html--application-only body{position:relative;height:auto;min-height:100vh;background:#fff}html.n2_html--application-only #wpadminbar,html.n2_html--application-only #adminmenuwrap,html.n2_html--application-only #adminmenuback,html.n2_html--application-only .update-nag{display:none!important}html.n2_html--application-only #wpcontent{margin:0!important;padding-left:0;padding-right:0}html.n2_html--application-only .updated,html.n2_html--application-only .error,html.n2_html--application-only .notice-error,html.n2_html--application-only .notice-success,html.n2_html--application-only .notice-warning,html.n2_html--application-only .notice-info,html.n2_html--application-only .notice,html.n2_html--application-only .wpuf-review-notice,html.n2_html--application-only .analytify-review-notice,html.n2_html--application-only .prompt-box+.overlay{display:none!important}.wp-block-nextend-smartslider3{position:relative;z-index:1;min-height:100px}.wp-block-nextend-smartslider3 iframe{pointer-events:none}.wp-block-nextend-smartslider3__button-container{display:inline-grid;grid-template-columns:auto auto;grid-gap:10px}.wp-customizer .n2_modal{z-index:1000030}.wp-customizer a.n2_button,.wp-customizer a.n2_button:HOVER,.wp-customizer a.n2_button:FOCUS{color:#fff}#gslogo-dummy-data-install--notice,.gslogo-admin-notice,.gslogo-review-notice{display:none!important}#a2020-admin-bar-app{z-index:100000}.a2020_admin_theme #wpwrap{display:block;vertical-align:top}.a2020_admin_theme #wpbody-content #n2-admin{margin:10px 20px 20px 20px}.n2_html--application-only .a2020_admin_theme #a2020-admin-bar-app{display:none!important}.n2_admin{position:relative;min-width:980px}.n2_admin__header{position:relative;z-index:2000;font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased}.n2_admin__header a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_admin__content{border-radius:0 0 3px 3px;border-left:1px solid #94b2c1;border-right:1px solid #94b2c1;border-bottom:1px solid #94b2c1;background-color:#f0f4f7;padding-bottom:40px;min-height:calc(100vh - 180px)}.n2_admin_ui{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased}.n2_admin_ui a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_admin_ui a:ACTIVE,.n2_admin_ui a:VISITED,.n2_admin_ui a:FOCUS,.n2_admin_ui a:LINK{text-decoration:none}.n2_admin_ui iframe{border:0}.n2_admin_ui [contenteditable=true]{-webkit-user-select:text;user-select:text}.n2_admin--empty{margin:0!important}.n2_admin--empty.n2_admin{min-width:0}.n2_nav_bar{position:relative;z-index:11;min-height:70px;display:flex;background-color:#1375e9;border-top-left-radius:3px;border-top-right-radius:3px}.n2_nav_bar__logo{flex:0 1 auto;display:flex;justify-content:center}.n2_nav_bar__logo a{display:inline-flex;align-items:center;justify-content:center}.n2_nav_bar__logo svg{max-width:none}.n2_nav_bar__menu{position:relative;z-index:2;flex:1 1 auto;padding:0 10px;width:100%;box-sizing:border-box;display:flex;justify-content:flex-end;align-items:center;margin-left:auto}@media only screen and (max-width:1600px){.n2_nav_bar__menu{width:auto}}.n2_nav_bar__menuitem{margin:10px}.n2_nav_bar__menuitem>a{display:block;padding:0 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:150px}.n2_nav_bar__menuitem a{font-size:14px;line-height:2}.n2_nav_bar__menuitem a,.n2_nav_bar__menuitem a:HOVER,.n2_nav_bar__menuitem a:FOCUS{color:#d0e3fb}.n2_breadcrumbs{padding:0 10px;white-space:nowrap;flex:1 1 auto;width:100%;box-sizing:border-box;position:relative;z-index:2;display:flex;align-items:center}@media only screen and (max-width:1600px){.n2_breadcrumbs{width:auto}}.n2_breadcrumbs__breadcrumb_button{display:flex;align-items:center;padding:0 8px;font-size:14px;line-height:2;text-transform:capitalize;font-weight:700}.n2_breadcrumbs__breadcrumb_button,.n2_breadcrumbs__breadcrumb_button:HOVER,.n2_breadcrumbs__breadcrumb_button:FOCUS{color:#d0e3fb}.n2_breadcrumbs__breadcrumb_button>*{margin:0 2px}.n2_breadcrumbs__breadcrumb_button>span{max-width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_breadcrumbs__breadcrumb_button>.ssi_16{margin:0 3px}.n2_breadcrumbs__breadcrumb--active .n2_breadcrumbs__breadcrumb_button,.n2_breadcrumbs__breadcrumb--active .n2_breadcrumbs__breadcrumb_button:HOVER,.n2_breadcrumbs__breadcrumb--active .n2_breadcrumbs__breadcrumb_button:FOCUS{color:#fff}.n2_breadcrumbs__arrow{font-size:16px;color:#d0e3fb}.n2_breadcrumbs__arrow .ssi_16{display:block}html[dir=rtl] .n2_breadcrumbs__arrow{transform:rotateZ(180deg)}.n2-admin-content-with-sidebar{display:flex}.n2-admin-content-with-sidebar__sidebar{flex:0 0 auto;width:340px;margin-left:-1px;background-color:#4d5d70;border-bottom-left-radius:3px;border-right:1px solid #212d3a;box-sizing:border-box}.n2-admin-content-with-sidebar__content{position:relative;min-height:1000px}.n2_top_bar_main{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;z-index:1020;margin-left:-1px;margin-right:-1px;position:-webkit-sticky;position:sticky;top:0;display:flex;flex-flow:row-reverse;background-color:#0c1924;padding:12px 10px}.n2_top_bar_main a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_top_bar_main .n2_top_bar_button_icon{font-size:24px;width:24px;height:24px}.n2_top_bar_main .n2_top_bar_button_icon,.n2_top_bar_main .n2_top_bar_button_icon:HOVER,.n2_top_bar_main .n2_top_bar_button_icon:FOCUS{color:#94b2c1}.n2_top_bar_main__primary{display:flex;flex-flow:row-reverse;align-items:center}.n2_top_bar_main__primary>*{margin:0 10px}.n2_top_bar_main__primary .n2_button_spacer{margin:0 10px;width:2px;height:32px}.n2_top_bar_main__primary .n2_button_spacer--visible{height:24px;background-color:#3a4956;border-radius:1px}.n2_top_bar_main__secondary{display:flex;align-items:center;margin-right:auto;padding-left:5px}.n2_top_bar_main__secondary>*{margin:0 5px}.n2_top_bar_group--narrow .n2_top_bar_group__inner{display:flex;flex-flow:row-reverse;margin:0 -5px;direction:ltr}.n2_top_bar_group--narrow .n2_top_bar_group__inner>*{margin:0 5px}.n2_header{position:relative;z-index:990;font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;background-color:#fff;padding:30px 28px}.n2_header a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_header.n2_header--has-menu-items{padding-top:50px;padding-bottom:0}.n2_header__heading_container{margin:0 12px}.n2_header__content{display:flex;align-items:center}.n2_header__heading{display:flex;align-items:center}.n2_header__heading_primary{font-size:32px;line-height:1.25em;color:#283f4d}.n2_header__heading_after{font-size:24px;line-height:1em;color:#94b2c1;margin:0 15px}.n2_header__actions{margin-left:auto;display:flex}.n2_header__actions>*{margin:0 12px}html[dir=rtl] .n2_header__actions{margin-left:0;margin-right:auto}.n2_header__menu{margin:0 -8px;display:flex}.n2_header__menu_item{margin:0 20px;line-height:50px;font-size:16px;font-weight:700;text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_header__menu_item,.n2_header__menu_item:ACTIVE,.n2_header__menu_item:VISITED,.n2_header__menu_item:FOCUS,.n2_header__menu_item:LINK{color:#325c77}.n2_header__menu_item--active,.n2_header__menu_item--active:ACTIVE,.n2_header__menu_item--active:VISITED,.n2_header__menu_item--active:FOCUS,.n2_header__menu_item--active:LINK{box-shadow:inset 0 -3px 0 0 #1375e9!important;color:#1375e9}.n2_notification_center{z-index:9999999999999;position:fixed;right:10px;bottom:0;display:flex;flex-flow:column;align-items:flex-end;width:auto;max-height:310px;padding:10px;overflow-y:auto;overflow-x:hidden}html[dir=rtl] .n2_notification_center{left:10px;right:auto}.n2_notification_center__message{max-width:500px;margin:10px;display:flex;align-items:center;background-color:#0c1924;border-radius:5px;padding:20px;transition:transform .5s ease-in-out .3s;transform:translateX(150%)}html[dir=rtl] .n2_notification_center__message{transform:translateX(-150%)}.n2_notification_center__message--animate{transform:translateX(0%)}html[dir=rtl] .n2_notification_center__message--animate{transform:translateX(0%)}.n2_notification_center__message--success{min-width:250px}.n2_notification_center__message_icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:100%;color:#fff}.n2_notification_center__message--success .n2_notification_center__message_icon{background-color:#04c018}.n2_notification_center__message--success .n2_notification_center__message_icon .ssi_24::before{content:"\E14C"}.n2_notification_center__message--notice .n2_notification_center__message_icon{background-color:#1d81f9}.n2_notification_center__message--notice .n2_notification_center__message_icon .ssi_24::before{content:"\E14D"}.n2_notification_center__message_content{flex:1 1 auto;padding:0 10px}.n2_notification_center__message_content_label{color:#fff;font-size:14px;line-height:20px;text-transform:uppercase}.n2_notification_center__message_content_description{font-size:14px;line-height:20px;color:#94b2c1}.n2_notification_center__message_action{flex:0 0 auto;margin:0 10px;background-color:#1d81f9;border-radius:3px;padding:0 10px;white-space:nowrap;font-size:11px;color:#fff;line-height:30px;cursor:pointer;text-transform:uppercase}.n2_notification_center__message_action:HOVER{background-color:#338ef9}.n2_body--fullscreen-editor-visible{overflow:hidden}.n2_fullscreen_editor{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;z-index:100002;position:fixed;left:0;top:0;display:none;box-sizing:border-box;width:100%;height:100%;padding:20px;background:rgba(28,41,51,.8)}.n2_fullscreen_editor a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_fullscreen_editor--visible{display:block}.n2_fullscreen_editor__overlay{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}.n2_fullscreen_editor__window{z-index:2;position:relative;flex:1 1 auto;height:100%;display:flex;flex-flow:column;border-radius:3px;box-shadow:0 1px 5px 1px rgba(55,77,88,.2);overflow:hidden}.n2_fullscreen_editor__window>iframe{display:block;width:100%;height:100%}.n2_fullscreen_editor__nav_bar{position:relative;z-index:2;display:flex;flex:0 0 auto;background-color:#0c1924}.n2_fullscreen_editor__nav_bar_label{position:absolute;width:100%;z-index:1;line-height:60px;color:#fff;font-size:22px;text-align:center;text-transform:capitalize}.n2_fullscreen_editor__nav_bar_actions{position:relative;z-index:2;flex:1 1 auto;display:flex;justify-content:flex-end;padding:12px 10px}.n2_fullscreen_editor__nav_bar_actions>*{margin:0 10px}.n2_fullscreen_editor__content{flex:1 1 auto;display:flex;overflow:hidden}.n2_fullscreen_editor__content_sidebar{position:relative;flex:0 0 340px;width:340px;overflow:auto;background-color:#3a4956}.n2_fullscreen_editor__content_sidebar_top_bar{position:-webkit-sticky;position:sticky;top:0}.n2_fullscreen_editor__save_as_new_container{padding:12px 20px}.n2_fullscreen_editor__save_as_new_container .n2_button{text-align:center;display:block}.n2_fullscreen_editor__visual{display:flex;align-items:center;padding:0 10px;background-color:#2c3a45;border-bottom:1px solid #1e2830}.n2_fullscreen_editor__visual--active{background-color:#1375e9;border-bottom:1px solid #1375e9}.n2_fullscreen_editor__visual_select_tick{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #131c23;border-radius:3px;background-color:#2c3a45;cursor:pointer}.n2_fullscreen_editor__visual_select_tick .ssi_16{display:none;color:#fff}.n2_fullscreen_editor__visual--selected .n2_fullscreen_editor__visual_select_tick{background-color:#04c018;border-color:#04c018}.n2_fullscreen_editor__visual--selected .n2_fullscreen_editor__visual_select_tick .ssi_16{display:inline-block}.n2_fullscreen_editor__visual_label{flex:1 1 auto;padding:0 10px;color:#94b2c1;font-size:12px;line-height:44px;cursor:pointer}.n2_fullscreen_editor__visual--active .n2_fullscreen_editor__visual_label{color:#fff}.n2_fullscreen_editor__visual_action{display:inline-flex;align-items:center;justify-content:center;padding:5px;font-size:16px;color:#94b2c1;cursor:pointer}.n2_fullscreen_editor__visual--active .n2_fullscreen_editor__visual_action{color:#fff}.n2_fullscreen_editor__content_content{position:relative;flex:1 1 auto;overflow:auto;background-color:#f0f4f7}.n2_iframe_application{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;display:flex;flex-flow:column;margin:0!important;min-width:0;height:100vh;overflow:hidden}.n2_iframe_application a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_iframe_application__nav_bar{position:relative;z-index:2;display:flex;flex:0 0 auto;height:60px;background-color:#0c1924}.n2_iframe_application__nav_bar_label{position:absolute;width:100%;z-index:1;line-height:60px;color:#fff;font-size:22px;text-align:center}.n2_iframe_application__nav_bar_actions{position:relative;z-index:2;flex:1 1 auto;display:flex;justify-content:flex-end;padding:12px 10px}.n2_iframe_application__nav_bar_actions>*{margin:0 10px}.n2_iframe_application__nav_bar_actions .n2_button_spacer{margin:0 10px;width:2px;height:32px}.n2_iframe_application__nav_bar_actions .n2_button_spacer--visible{height:24px;background-color:#3a4956;border-radius:1px}.n2_iframe_application__nav_bar_actions .n2_button_plain_icon{margin:0 5px}.n2_iframe_application__nav_bar_actions .n2_button_plain_icon,.n2_iframe_application__nav_bar_actions .n2_button_plain_icon:HOVER,.n2_iframe_application__nav_bar_actions .n2_button_plain_icon:FOCUS{color:#94b2c1}.n2_iframe_application__content{position:relative;flex:1 1 auto;overflow:auto;background-color:#f0f4f7}.n2_iframe_application__content .n2_form__table[data-field=table-shapedivider] .n2_field__label .ssi_16--minidesktopportrait{color:#325c77}.n2_admin_editor{margin:0!important;min-width:0}.n2_admin_editor_overlay{z-index:10;position:fixed;left:0;top:0;width:100%;height:100%;display:flex;flex-flow:column;visibility:hidden}.n2_admin_editor_overlay__top{position:relative;z-index:10;flex:0 0 auto}.n2_admin_editor_overlay__top_bar_main{position:static;visibility:visible}.n2_admin_editor_overlay__top_bar_main .n2_breadcrumbs{margin:0 -8px;padding:0}.n2_admin_editor_overlay__top_bar_main .n2_breadcrumbs__breadcrumb_button{color:#94b2c1}.n2_admin_editor_overlay__top_bar_main .n2_breadcrumbs__breadcrumb_button,.n2_admin_editor_overlay__top_bar_main .n2_breadcrumbs__breadcrumb_button:HOVER,.n2_admin_editor_overlay__top_bar_main .n2_breadcrumbs__breadcrumb_button:FOCUS{color:#94b2c1}.n2_admin_editor_overlay__top_bar_main .n2_breadcrumbs__arrow{color:#94b2c1}.n2_admin_editor__ui_slide_manager.n2_slide_manager{visibility:visible;position:absolute;left:0;top:60px;width:100%;height:calc(100vh - 60px)}.n2_admin_editor__ui_slide_manager.n2_slide_manager .n2_slide_manager__inner{overflow:auto;max-height:100%}.n2_admin_editor__content{display:flex;position:relative;box-sizing:border-box;width:100%;height:100vh;padding-top:75px;padding-left:65px;background:#f0f4f7}.n2_body--show-add-more .n2_admin_editor__content,.n2_body--attached-layer-list .n2_admin_editor__content{padding-bottom:0!important}.n2_admin_editor__content_inner{position:relative;flex:1 1 auto;background-color:#f0f4f7;overflow:auto}.n2_admin_editor_overlay--show-layer-navigation:not(.n2_admin_editor_overlay--show-add-more):not(.n2_admin_editor_overlay--attached-layer-list) .n2_slide_editor_timeline_toggle--show{display:none}.n2_admin_editor_overlay--show-layer-navigation.n2_admin_editor_overlay--attached-layer-list .n2_slide_editor_timeline_toggle--show{pointer-events:none}.n2_admin_editor_overlay--show-slides .n2_admin_editor_overlay__top_bar_main .n2_top_bar_main__primary{opacity:.5;pointer-events:none}.n2_top_bar_main__logo{flex:1 1 auto;overflow:hidden;display:flex;align-items:center;justify-content:center}.n2_top_bar_main__logo a{display:inline-block;padding:0 10px}.n2_top_bar_main__logo svg{vertical-align:top;display:inline-block}.n2_admin__banner{background-color:#1c2933;z-index:2;position:relative;color:#fff;align-items:center}.n2_admin__banner .n2_admin__banner_inner{max-width:500px;text-align:center;margin:0 auto;padding:40px}.n2_admin__banner .n2_admin__banner_inner .n2_admin__banner_inner_title{font-size:22px;line-height:32px}.n2_admin__banner .n2_admin__banner_inner .n2_admin__banner_inner_description{font-size:14px;color:#94b2c1;line-height:24px}.n2_admin__banner .n2_admin__banner_inner .n2_admin__banner_inner_button{margin-top:20px}.n2_admin__banner .n2_admin__banner_close{margin:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#6b7986;border-radius:100%;color:#fff;font-size:16px;cursor:pointer;position:absolute;top:0;right:0}.n2_admin__banner .n2_admin__banner_close:HOVER{background-color:#8694a2}.n2_free_need_more{padding:40px 0;display:flex;flex-flow:column;align-items:center;text-align:center}.n2_free_need_more__logo img{display:block;width:64px}.n2_free_need_more__title{margin-top:10px;font-size:16px;line-height:28px;font-weight:700;color:#fff}.n2_modal .n2_free_need_more__title{color:#283f4d}.n2_free_need_more__paragraph{max-width:270px;line-height:24px;font-size:14px;color:#bdcfd9}.n2_modal .n2_free_need_more__paragraph{color:#325c77}.n2_free_need_more__button{margin-top:10px;padding:0 25px;background-color:#1d81f9;border-radius:3px;font-size:12px;line-height:36px;font-weight:700;text-transform:uppercase}.n2_free_need_more__button,.n2_free_need_more__button:HOVER,.n2_free_need_more__button:FOCUS{color:#fff}.n2_free_need_more__button:HOVER{background-color:#338ef9}.n2_body--inherit-cursor *{cursor:inherit!important}.n2_modal{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;z-index:100003;position:fixed;left:0;top:0;display:none;box-sizing:border-box;width:100%;height:100%;padding:20px;background:rgba(28,41,51,.8);align-items:center;justify-content:center}.n2_modal a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_modal--visible{display:flex}.n2_modal__overlay{z-index:1;position:absolute;width:100%;height:100%;cursor:pointer}.n2_modal__window{position:relative;z-index:2;display:flex;flex-flow:column;width:100%;max-height:100%;border-radius:3px;box-shadow:0 2px 20px 0 rgba(0,0,0,.2)}.n2_modal--simple .n2_modal__window{border-radius:3px;overflow:hidden}.n2_modal--simple .n2_modal__body_outer{flex:1 1 auto;position:relative;background:#fff;border-radius:3px 3px 0 0;overflow:auto}.n2_modal--simple .n2_modal__body{padding:20px 40px 10px}.n2_modal--simple .n2_modal__close_wrap{position:sticky;top:0;height:0;display:flex;justify-content:flex-end}.n2_modal--simple .n2_modal__close{margin:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#f0f4f7;border-radius:100%;color:#283f4d;font-size:16px;cursor:pointer}.n2_modal--simple .n2_modal__buttons{display:flex;flex:0 0 auto;background-color:#f0f4f7;height:56px;border-radius:0 0 3px 3px;border-top:1px solid #e4e9ec}.n2_modal--simple .n2_modal__buttons[data-buttons="0"]{display:none}.n2_modal--simple .n2_modal__buttons[data-buttons="1"] .n2_modal__button{width:100%;align-items:center;justify-content:center}.n2_modal--simple .n2_modal__buttons[data-buttons="2"] .n2_modal__button{width:50%;align-items:center}.n2_modal--simple .n2_modal__buttons[data-buttons="2"] .n2_modal__button:first-child{justify-content:flex-end;padding-right:10px}.n2_modal--simple .n2_modal__buttons[data-buttons="2"] .n2_modal__button:last-child{justify-content:flex-start;padding-left:10px}.n2_modal--simple .n2_modal__button{display:flex}.n2_modal[data-modal-type=generator-insert-variable] .n2_generator_variables{display:flex;flex-wrap:wrap;padding:3px;background-color:#f0f4f7;border-radius:3px;max-height:130px;overflow-y:auto}.n2_modal[data-modal-type=generator-insert-variable] .n2_generator_variables__variable{margin:3px;padding:0 10px;background-color:#94b2c1;border-radius:3px;color:#fff;font-size:11px;line-height:30px;cursor:pointer}.n2_modal[data-modal-type=generator-insert-variable] .n2_generator_variables__variable:HOVER{background-color:#7f9caa}.n2_modal[data-modal-type=generator-insert-variable] .n2_generator_variables__variable--selected{background-color:#1d81f9;color:#fff}.n2_modal[data-modal-type=generator-insert-variable] .n2_generator_variables__variable--selected:HOVER{background-color:#1d81f9}.n2_modal[data-modal-type=generator-insert-variable] .n2_generator_result{padding:0 8px;background-color:#f0f4f7;border-radius:3px;height:80px;overflow-y:scroll;font-size:12px;line-height:30px;color:#325c77}.n2_modal--lightbox .n2_modal__window{height:100%}.n2_modal--lightbox .n2_modal__top_bar{position:relative;border-radius:3px 3px 0 0;background-color:#0c1924}.n2_modal--lightbox .n2_modal__top_bar_title{position:absolute;width:100%;z-index:1;line-height:60px;color:#fff;font-size:22px;text-align:center;text-transform:capitalize}.n2_modal--lightbox .n2_modal__top_bar_buttons{position:relative;z-index:2;display:flex;justify-content:flex-end;padding:12px 10px}.n2_modal--lightbox .n2_modal__top_bar_buttons>*{margin:0 10px}.n2_modal--lightbox .n2_modal__body{flex:1 1 auto;overflow:auto;background:#f0f4f7;border-radius:0 0 3px 3px}.n2_modal--lightbox[data-modal-type=icons] .n2_modal__body{display:flex;overflow:hidden}.n2_modal--lightbox[data-modal-type=icons] .n2_modal__sidebar{position:relative;flex:0 0 340px;width:340px;background-color:#3a4956}.n2_modal--lightbox[data-modal-type=icons] .n2_modal__sidebar_inner{height:100%;overflow:auto}.n2_modal--lightbox[data-modal-type=icons] .n2_modal__content{position:relative;flex:1 1 auto;background-color:#f0f4f7}.n2_modal--lightbox[data-modal-type=icons] .n2_modal__content_inner{height:100%;overflow:auto}.n2_modal_icons__search_area{padding:10px 20px;background-color:#3a4956;border-bottom:1px solid #1e2830}.n2_modal_icons__search_area .n2_field__label{display:none}.n2_modal_icons__search_area .n2_field_text{display:flex}.n2_modal_icons__search_area .n2_field_text input{width:100%}.n2_modal_icons__list_item{background-color:#2c3a45;padding:0 10px;border-bottom:1px solid #1e2830;color:#94b2c1;font-size:12px;line-height:44px;cursor:pointer}.n2_modal_icons__list_item--active{background-color:#1d81f9;color:#fff}.n2_modal_icons__icon{display:inline-block;margin:5px;width:32px;height:32px;cursor:pointer;font-size:24px;line-height:32px;text-align:center;color:#000}.n2_modal_filesystem__content{display:flex;flex-wrap:wrap;padding:10px}.n2_modal_filesystem__content[data-mode=single] .n2_modal_filesystem_box--file,.n2_modal_filesystem__content[data-mode=multiple] .n2_modal_filesystem_box--file{cursor:pointer}.n2_modal_filesystem__current_path{width:100%;margin:0 10px;font-size:14px;line-height:30px;color:#325c77}.n2_modal_filesystem_box{position:relative;display:flex;flex-flow:column;justify-content:flex-end;margin:10px;width:160px;height:140px;border-radius:3px}.n2_modal_filesystem_box .n2-button{display:none}.n2_modal_filesystem_box--active{box-shadow:0 0 0 3px #1d81f9}.n2_modal_filesystem_box__image{height:100px;background-repeat:no-repeat;background-size:cover}.n2_modal_filesystem_box__icon{height:100px;display:flex;align-items:center;justify-content:center;color:#94b2c1}.n2_modal_filesystem_box__label{padding:0 15px;background-color:#fff;color:#325c77;font-size:12px;line-height:40px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.n2_modal_filesystem_box--upload{border:2px dashed #bdcfd9}.n2_modal_filesystem_box--upload .n2_modal_filesystem_box__icon{height:84px}.n2_modal_filesystem_box--upload .n2_modal_filesystem_box__label{line-height:20px;white-space:normal;overflow:visible;text-overflow:initial}.n2_modal_filesystem_box--directory-up{cursor:pointer}.n2_modal_filesystem_box--directory{cursor:pointer}.n2_modal_select_slider{position:relative;display:flex;flex-wrap:wrap;margin:0 auto;padding:24px}.n2_modal_select_slider__box{position:relative;flex:0 0 auto;width:270px;height:180px;border-radius:3px;margin:16px;background:#fff;cursor:pointer}.n2_modal[data-modal-type=select-slider] .n2_modal__window{max-width:980px;max-height:744px}.n2_modal--iframe .n2_modal__window{height:100%}.n2_modal--iframe iframe{width:100%;height:100%;border:0}.n2_modal__hotkey{display:flex;flex-wrap:wrap}.n2_modal__hotkey_column{flex:0 0 50%;padding:10px;box-sizing:border-box}.n2_modal__hotkey_group{padding:10px}.n2_modal__hotkey_row{display:flex;justify-content:space-between;margin:5px 0}.n2_modal__hotkey_text{font-size:12px;line-height:28px;color:#325c77}.n2_modal__hotkey_key{font-size:11px;font-weight:700;line-height:30px;text-transform:uppercase;color:#fff;background:#94b2c1;border-radius:3px;padding:0 10px;min-width:11px;text-align:center;margin-left:5px}.n2_modal__hotkey_key:last-child{background:#1d81f9}.n2_modal__hotkey_keys{display:flex}.n2_modal__hotkey_title{text-transform:uppercase;font-size:14px;line-height:26px;color:#325c77;font-weight:700}.n2_modal__icon{margin:0 auto 10px;flex:0 0 auto;width:99px;height:99px;border-radius:100%;display:flex;align-items:center;justify-content:center;font-size:48px}.n2_modal__icon--green{background:#e5f8e7;color:#04c018}.n2_modal__icon--purple{background:#efebf8;color:#5f39c2}.n2_modal__icon--red{background:#f9ebe9;color:#be331f}.n2_modal__icon--blue{background:#e8f2fe;color:#1d81f9}.n2_modal__heading{line-height:28px;font-size:18px;color:#283f4d;font-weight:700;text-transform:capitalize;text-align:center}.n2_modal__subheading{font-size:18px;line-height:30px;color:#283f4d}.n2_modal__paragraph{color:#325c77;font-size:14px;line-height:26px;text-align:center;margin-bottom:20px}input.n2_modal__input{box-sizing:initial;width:100%;max-width:240px;border:2px solid #94b2c1;border-radius:3px;height:32px;line-height:32px;font-size:14px;color:#325c77;text-align:center;margin-bottom:22px}input.n2_modal__input:FOCUS{box-shadow:none;border-color:#1375e9}.n2_modal__form_row{margin:0 -10px}.n2_modal__form_row .n2_field{display:inline-flex;flex-flow:column;vertical-align:top;margin-bottom:15px;padding:5px 10px}.n2_modal__form_row .n2_field .n2_field__label{display:flex;align-items:center}.n2_modal__form_row .n2_field .n2_field__label label{line-height:20px;color:#325c77;font-size:12px;text-transform:capitalize}.n2_modal__form_row .n2_field .n2_field__label .ssi_16--info{margin:0 5px;font-size:16px;color:#94b2c1}.n2_modal__form_row .n2_field.n2_field--label-none>.n2_field__element{display:flex;flex-wrap:wrap}.n2_modal__form_row .n2_field.n2_field--label-placeholder{padding-top:25px}.n2_modal__form_row .n2_field__grouping>.n2_field__element,.n2_modal__form_row .n2_field_mixed>.n2_field__element{margin:-5px -10px}.n2_modal__form_row--fullwidth{display:flex}.n2_modal__form_row--fullwidth .n2_field{display:flex;width:100%}.n2_modal__form_row--fullwidth .n2_field .n2_field__element{display:flex}.n2_modal__form_row--fullwidth .n2_field .n2_field__element>*{flex:1 1 auto}.n2_modal__form_row--fullwidth .n2_field .n2_field_text{display:flex}.n2_modal__form_row--fullwidth .n2_field .n2_field_text input{width:100%}.n2_modal__form_row--fullwidth .n2_field .n2_field_textarea textarea{width:100%}.n2_modal__form_row--fullwidth .n2_field .n2_field_select select{box-sizing:border-box;width:100%;height:30px;line-height:30px}.n2_modal__form_row--fullwidth .n2_field .n2_field_select select[multiple]{height:auto}.n2_modal__container_hidden{display:none}.n2_modal__container_hidden--visible{display:block}.n2_modal__form_row--large .n2_field .n2_field__label label{font-size:18px;line-height:50px;color:#283f4d}.n2_form_element--hidden{display:none!important}.n2_field__label label{display:block;margin:0;white-space:nowrap}.n2_button{display:inline-flex;align-items:center;border-radius:3px;padding:0 18px;font-size:12px;line-height:32px;font-weight:700;text-transform:uppercase;white-space:nowrap}.n2_button .n2_button__label{max-width:150px;text-overflow:ellipsis;overflow:hidden}.n2_button,.n2_button:HOVER,.n2_button:FOCUS{color:#fff}.n2_button .ssi_16,.n2_button .ssi_24,.n2_button .ssi_32{margin-left:5px;margin-right:-5px}html[dir=rtl] .n2_button .ssi_16,html[dir=rtl] .n2_button .ssi_24,html[dir=rtl] .n2_button .ssi_32{margin-left:-5px;margin-right:5px}.n2_button--inactive{opacity:.5}.n2_button--big{padding:0 30px;font-size:12px;line-height:36px}.n2_button--small{padding:0 10px;font-size:11px;line-height:30px}.n2_button--small .ssi_16,.n2_button--small .ssi_24,.n2_button--small .ssi_32{margin-right:0}.n2_button--blue{background-color:#1d81f9}.n2_button--blue:HOVER{background-color:#338ef9}.n2_button--green{background-color:#04c018}.n2_button--green:HOVER{background-color:#07ca1c}.n2_button--red{background-color:#c43e2a}.n2_button--red:HOVER{background-color:#d23923}.n2_button--grey{background-color:#94b2c1}.n2_button--grey:HOVER{background-color:#7f9caa}.n2_button--grey-dark{background-color:#6b7986}.n2_button--grey-dark:HOVER{background-color:#8694a2}.n2_button--purple{background-color:#5f39c2}.n2_button--inactive{opacity:.5}.n2_button_plain{display:inline-flex;align-items:center;padding:0 5px;font-size:16px;line-height:32px;text-transform:capitalize}.n2_button_plain,.n2_button_plain:HOVER,.n2_button_plain:FOCUS{color:#325c77}.n2_button_plain .ssi_16,.n2_button_plain .ssi_24,.n2_button_plain .ssi_32{margin:0 5px}.n2_button_plain--small{font-size:14px;line-height:30px}.n2_button_plain--color-blue:HOVER{color:#005bc6}.n2_button_plain--color-blue,.n2_button_plain--color-blue:FOCUS{color:#1375e9}.n2_button_plain_icon{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:3px;font-size:16px}.n2_button_plain_icon,.n2_button_plain_icon:HOVER,.n2_button_plain_icon:FOCUS{color:#325c77}.n2_button_plain_icon--active{background:#1d81f9}.n2_button_plain_icon--active,.n2_button_plain_icon--active:HOVER,.n2_button_plain_icon--active:FOCUS{color:#fff}.n2_button_plain_icon--big{font-size:32px;width:36px;height:36px}.n2_button_icon{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:3px;font-size:16px}.n2_button_icon,.n2_button_icon:HOVER,.n2_button_icon:FOCUS{color:#fff}.n2_button_icon--small{width:24px;height:24px}.n2_button_icon--blue{background-color:#1d81f9}.n2_button_icon--blue:HOVER{background-color:#338ef9}.n2_button_icon--green{background-color:#04c018}.n2_button_icon--green:HOVER{background-color:#07ca1c}.n2_button_icon--red{background-color:#c43e2a}.n2_button_icon--red:HOVER{background-color:#d23923}.n2_button_icon--grey{background-color:#94b2c1}.n2_button_icon--grey:HOVER{background-color:#7f9caa}.n2_button_icon--grey-dark{background-color:#6b7986}.n2_button_icon--grey-dark:HOVER{background-color:#8694a2}.n2_popover{position:relative}.n2_popover_content{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;display:none;z-index:200000;position:fixed;left:0;top:0}.n2_popover_content a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_popover_content--visible{display:flex;flex-flow:column}.n2_popover_content_exit{cursor:pointer;order:1}.n2_popover_content_inner{order:2;border-radius:3px;background-color:#fff;box-shadow:0 1px 5px 1px rgba(55,77,88,.2)}.n2_floating_menu{display:inline-block}.n2_floating_menu__button{vertical-align:top}.n2_floating_menu__button.n2_button{padding:0 20px 0 16px}.n2_floating_menu__items{display:flex;flex-flow:column;padding:8px 0}.n2_floating_menu__item{display:inline-flex;align-items:center;white-space:nowrap;font-size:12px;line-height:28px;padding:0 10px;text-transform:capitalize}.n2_floating_menu__item .ssi_16{color:#94b2c1;padding:0 5px}.n2_floating_menu__item,.n2_floating_menu__item:FOCUS{color:#325c77}.n2_floating_menu__item:HOVER{background-color:#1d81f9;color:#fff}.n2_floating_menu__item:HOVER .ssi_16{color:#fff}.n2_floating_menu__item[data-state]{display:none}.n2_floating_menu__item--has-state[data-state]{display:block}.n2_floating_menu__item--active,.n2_floating_menu__item--active:FOCUS,.n2_floating_menu__item--active .ssi_16{color:#1375e9}.n2_floating_menu__item--active:HOVER{color:#fff}.n2_floating_menu__item--red,.n2_floating_menu__item--red:FOCUS,.n2_floating_menu__item--red .ssi_16{color:#c43e2a}.n2_floating_menu__item--red:HOVER{color:#fff}.n2_floating_menu__item--red:HOVER .ssi_16{color:#fff}.n2_floating_menu__item_label{padding:0 5px}.n2_floating_menu__item_separator{margin:8px 0;border-top:2px solid rgba(55,77,88,.2)}.n2_form__tab[data-tab]{display:none}.n2_form__tab--active[data-tab]{display:block}.n2_header__menu_item.n2_form__tab_button--active,.n2_header__menu_item.n2_form__tab_button--active:ACTIVE,.n2_header__menu_item.n2_form__tab_button--active:VISITED,.n2_header__menu_item.n2_form__tab_button--active:FOCUS,.n2_header__menu_item.n2_form__tab_button--active:LINK{box-shadow:inset 0 -3px 0 0 #1375e9!important;color:#1375e9}.n2_form__table{margin:20px;background-color:#fff;border-radius:3px}.n2_form__table_label{display:flex;padding:15px 20px}.n2_form__table_label_title{line-height:42px;font-size:22px;color:#283f4d;text-transform:capitalize}.n2_form__table_label_fields{flex:1 1 auto;display:flex;align-items:center;padding:0 5px}.n2_form__table_label_fields--end{justify-content:flex-end}.n2_form__table_label_field{margin:0 5px}.n2_form__table_label_field .n2_field_image_list .n2_field_image_list__preview{height:38px}.n2_form__table_label_field .n2_field_image_list .n2_field_image_list__arrow{line-height:38px}.n2_form__table_label_field .n2_field_image_list .n2_field_image_list__popover{top:42px}.n2_form__table_label_field .n2_field_onoff__labels{display:none}.n2_form__table_preview{border-top:1px solid #e4e9ec;padding:20px}.n2_form__table_row_group_label{color:#283f4d;border-top:1px solid #e4e9ec;padding:20px;font-size:18px;text-transform:capitalize}.n2_form__table_row{display:flex;flex-wrap:wrap;padding:10px;border-top:1px solid #e4e9ec}.n2_form__table_row .n2_field{display:inline-flex;flex-flow:column;vertical-align:top;padding:5px 10px}.n2_form__table_row .n2_field.n2_field--raw{padding:0 10px}.n2_form__table_row .n2_field .n2_field__label{display:flex;align-items:center}.n2_form__table_row .n2_field .n2_field__label label{line-height:20px;color:#325c77;font-size:12px;text-transform:capitalize}.n2_form__table_row .n2_field .n2_field__label .ssi_16--info{margin:0 5px 2px;font-size:16px;color:#94b2c1}.n2_form__table_row .n2_field.n2_field--label-none>.n2_field__element{display:flex;flex-wrap:wrap}.n2_form__table_row .n2_field.n2_field--label-placeholder{padding-top:25px}.n2_form__table_row .n2_field__grouping>.n2_field__element,.n2_form__table_row .n2_field_mixed>.n2_field__element{margin:-5px -10px}.n2_form__table_row--hidden{display:none}.n2_form__table_row_plain{border-top:1px solid #e4e9ec}.n2_fields_layer_window__title{display:flex;padding:7px 10px;background-color:#1c2933;border-bottom:1px solid #131c23}.n2_fields_layer_window__label{flex:1 1 auto;color:#94b2c1;font-size:12px;line-height:30px;font-weight:700;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_fields_layer_window__title_fields{display:flex}.n2_form--dark .n2_fields_layer_window__title_fields .n2_field_select select{background-color:#2c3a45;border-color:#2c3a45}.n2_form--dark .n2_fields_layer_window__title_fields .n2_field_select select:FOCUS{border:2px solid #1d81f9}.n2_form--dark .n2_fields_layer_window__title_fields .n2_field_icon_tab{background-color:#2c3a45}.n2_fields_layer_window__fields{display:flex;flex-wrap:wrap;padding:5px 0}.n2_fields_layer_window__fields .n2_field{display:inline-flex;flex-flow:column;vertical-align:top;padding:5px 10px}.n2_fields_layer_window__fields .n2_field .n2_field__label{display:flex;align-items:center;max-width:160px}.n2_fields_layer_window__fields .n2_field .n2_field__label label{line-height:20px;font-size:12px;color:#325c77;text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_form--dark .n2_fields_layer_window__fields .n2_field .n2_field__label label{color:#bdcfd9}.n2_fields_layer_window__fields .n2_field .n2_field__label .ssi_16--info{margin:0 5px;font-size:16px;color:#94b2c1}.n2_form--dark .n2_fields_layer_window__fields .n2_field .n2_field__label .ssi_16--info{color:#bdcfd9}.n2_fields_layer_window__fields .n2_field .n2_field__label .ssi_16--minidesktopportrait{color:#bdcfd9}.n2_fields_layer_window__fields .n2_field.n2_field--label-none>.n2_field__element{display:flex;flex-wrap:wrap}.n2_fields_layer_window__fields .n2_field.n2_field--label-placeholder{padding-top:25px}.n2_fields_layer_window__fields .n2_field__grouping>.n2_field__element,.n2_fields_layer_window__fields .n2_field_mixed>.n2_field__element{margin:-5px -10px}.n2_layer_window_notice{line-height:20px;font-size:12px;color:#bdcfd9;padding:10px}body[data-device=desktopPortrait] .n2_layer_window_notice__device_icon{display:none}.n2_form__visual_set{display:flex;background-color:#1c2933;padding:12px 20px}.n2_form__visual_set_label{flex:1 1 auto;line-height:30px;font-size:12px;color:#94b2c1;text-transform:uppercase}.n2_field_text{position:relative;display:inline-flex;vertical-align:top;border-radius:3px;background-color:#fff;border:2px solid #94b2c1}.n2_form--dark .n2_field_text{background-color:#2c3a45;border:2px solid #1c2933}.n2_field_text.n2_field_text--focus{border-color:#1d81f9}.n2_field_text input{background:initial;padding:0;margin:0 6px;height:26px;line-height:1;font-size:12px;color:#325c77}.n2_field_text input::placeholder{color:#325c77;opacity:1}.n2_form--dark .n2_field_text input{color:#bdcfd9}.n2_form--dark .n2_field_text input::placeholder{color:#bdcfd9;opacity:1}.n2_field_text input,.n2_field_text input:FOCUS{border:0;box-shadow:none;outline:0}.n2_field_text input::-ms-clear{display:none}.n2_field_text .n2_field_number__slider{display:none;position:absolute;top:26px;margin:0 -2px;width:100%;min-width:70px;z-index:2;padding-top:7px}.n2_field_text:HOVER .n2_field_number__slider,.n2_field_text.n2_field_text--focus .n2_field_number__slider{display:block}.n2_field_text .n2_field_number__slider_inner{overflow:hidden;height:30px;border-radius:3px;background-color:#fff;box-shadow:0 1px 5px 1px rgba(55,77,88,.2)}.n2_field_text .nui-slider{position:relative;background-color:#94b2c1;height:6px;margin:12px 10px;border-radius:10px}.n2_field_text .nui-slider .nui-slider-handle{position:absolute;top:0;z-index:2;width:10px;height:10px;background-color:#fff;border:2px solid #94b2c1;margin:-4px -7px 0;border-radius:50px;cursor:ew-resize;-ms-touch-action:none;touch-action:none}.n2_field_text__pre_label{padding:0 6px;line-height:26px;background-color:#94b2c1;font-size:11px;color:#fff;text-align:center;text-transform:uppercase}.n2_form--dark .n2_field_text__pre_label{background-color:#1c2933;color:#94b2c1}.n2_field_text--focus .n2_field_text__pre_label{background-color:#1d81f9}.n2_form--dark .n2_field_text--focus .n2_field_text__pre_label{color:#fff}.n2_field_text__clear{display:flex;line-height:26px;width:26px;justify-content:center;align-items:center}.n2_field_text__clear,.n2_field_text__clear:HOVER,.n2_field_text__clear:FOCUS{color:#94b2c1}.n2_field_text--empty .n2_field_text__clear{visibility:hidden}.n2_field_text__choose{display:inline-flex;align-items:center;justify-content:center;margin:-2px -2px -2px 0;background-color:#04c018;width:30px;line-height:30px;border-top-right-radius:3px;border-bottom-right-radius:3px}.n2_field_text__choose:HOVER{background-color:#07ca1c}.n2_field_text__choose,.n2_field_text__choose:HOVER,.n2_field_text__choose:FOCUS{color:#fff}.n2_field_text--empty .n2_field_text__choose{background-color:#94b2c1}.n2_form--dark .n2_field_text--empty .n2_field_text__choose{background-color:#1c2933}.n2_form--dark .n2_field_text--empty .n2_field_text__choose,.n2_form--dark .n2_field_text--empty .n2_field_text__choose:HOVER,.n2_form--dark .n2_field_text--empty .n2_field_text__choose:FOCUS{color:#94b2c1}html[dir=rtl] .n2_field_text__choose{border-radius:3px 0 0 3px;margin:-2px 0 -2px -2px}.n2_field_text__choose_text{margin:-2px -2px -2px 0;padding:0 10px;background-color:#04c018;font-size:11px;line-height:30px;text-transform:uppercase;border-top-right-radius:3px;border-bottom-right-radius:3px}.n2_field_text__choose_text,.n2_field_text__choose_text:HOVER,.n2_field_text__choose_text:FOCUS{color:#fff}.n2_field_text__post .n2_field_unit__current_unit{padding:0 6px;border-radius:0;line-height:26px}.n2_field_text__post .n2_field_unit__units{top:26px;right:-2px}.n2_field_text_image__preview{width:26px;height:26px;background-color:#fff;background-size:cover;background-position:50% 50%;border-right:2px solid #94b2c1}html[dir=rtl] .n2_field_text_image__preview{border-right:0;border-left:2px solid #94b2c1}.n2_form--dark .n2_field_text_image__preview{border-right-color:#1c2933;background-color:#2c3a45}html[dir=rtl] .n2_form--dark .n2_field_text_image__preview{border-left-color:#1c2933}.n2_field_text--focus .n2_field_text_image__preview{border-right-color:#1d81f9}.n2_field_text_image__size_label{display:none;position:absolute;right:28px;top:-20px;color:#325c77;line-height:16px;font-size:11px;background-color:#fff;border:2px solid #94b2c1;border-bottom:0;padding:0 5px;border-radius:2px 2px 0 0}.n2_form--dark .n2_field_text_image__size_label{color:#bdcfd9;background-color:#2c3a45;border-color:#1c2933}html[dir=rtl] .n2_field_text_image__size_label{left:28px;right:unset}.n2_field_text_image__size_label--visible{display:block}.n2_field_text_image__button{margin-left:10px}html[dir=rtl] .n2_field_text_image__button{margin-left:0;margin-right:10px}.n2_field_number input{text-align:center}.n2_field_text__unit,.n2_field_number__unit{padding:0 6px;background-color:#94b2c1;font-size:11px;color:#fff;line-height:26px;text-transform:uppercase}.n2_form--dark .n2_field_text__unit,.n2_form--dark .n2_field_number__unit{background-color:#1c2933;color:#94b2c1}.n2_field_text--focus .n2_field_text__unit,.n2_field_text--focus .n2_field_number__unit{background-color:#1d81f9}.n2_form--dark .n2_field_text--focus .n2_field_text__unit,.n2_form--dark .n2_field_text--focus .n2_field_number__unit{color:#fff}.n2_field_upload{cursor:pointer}.n2_field_upload .n2_field_chooser__label{width:150px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.n2_field_upload input[type=file]{position:absolute;top:0;left:0;width:100%;height:0;opacity:0;font-size:0;padding:15px 0}.n2_field_upload input[type=file]::-webkit-file-upload-button{cursor:pointer}.n2_field_table__content{display:grid;grid-gap:2px;width:100%}.n2_field_table__cell{padding:5px 10px;background-color:#f0f4f7;font-size:12px;line-height:22px;color:#325c77}.n2_field_tab{display:inline-flex;background-color:#94b2c1;border-radius:2px;overflow:hidden}.n2_field_tab__option--selected{background-color:#1d81f9}.n2_field_tab__option{padding:0 15px;line-height:30px;font-size:12px;color:#fff;cursor:pointer;white-space:nowrap}.n2_modal_tab__tabs{text-align:center;background-color:#f0f4f7;margin:0 -40px 16px -40px}.n2_modal_tab__tabs_button{display:inline-block;font-size:16px;color:#325c77;font-family:inherit;font-weight:500;padding:20px 0 17px 0;margin:0 20px;cursor:pointer;border-bottom:3px solid transparent}.n2_modal_tab__tabs_button--active{border-bottom:3px solid #1375e9;color:#1375e9;box-sizing:border-box}.n2_modal_tab__tabs_content{display:none}.n2_modal_tab__tabs_content--active{display:block}.n2_field_textarea{position:relative;display:inline-block;vertical-align:top;border-radius:3px;background-color:#fff;border:2px solid #94b2c1}.n2_form--dark .n2_field_textarea{background-color:#2c3a45;border:2px solid #1c2933}.n2_field_textarea.n2_field_text--focus{border-color:#1d81f9}.n2_field_textarea textarea{padding:0 6px;margin:0;background:initial;box-sizing:border-box;min-height:44px;vertical-align:top;line-height:20px;font-size:12px;color:#325c77}.n2_form--dark .n2_field_textarea textarea{color:#bdcfd9}.n2_field_textarea textarea,.n2_field_textarea textarea:FOCUS{border:0;outline:0;box-shadow:none}.n2_field_textarea--inline textarea{min-height:26px}.n2_field_textarea_rich{position:relative;border-radius:3px;background-color:#fff;border:2px solid #94b2c1}.n2_form--dark .n2_field_textarea_rich{background-color:#2c3a45;border:2px solid #1c2933}.n2_field_textarea_rich.n2_field_text--focus{border-color:#1d81f9}.n2_field_textarea_rich textarea{display:block;padding:0 6px;margin:0;box-sizing:border-box;min-height:44px;vertical-align:top;line-height:20px;font-size:12px;color:#325c77}.n2_form--dark .n2_field_textarea_rich textarea{background-color:#2c3a45;color:#bdcfd9}.n2_field_textarea_rich textarea,.n2_field_textarea_rich textarea:FOCUS{border:0;outline:0;box-shadow:none}.n2_field_textarea_rich__buttons{display:flex}.n2_form--dark .n2_field_textarea_rich__buttons{background-color:#2c3a45;border-bottom:2px solid #1c2933}.n2_field_textarea_rich__button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;font-size:16px;color:#94b2c1;border-right:2px solid #1c2933;cursor:pointer}.n2_field_select select{margin:0;padding:0 6px;border-radius:3px;max-width:280px;width:auto;line-height:26px;height:26px;box-sizing:content-box;font-size:12px;color:#325c77;background-color:#fff;border:2px solid #94b2c1}.n2_field_select select[multiple]{padding:0;height:auto}.n2_field_select select[multiple] option{padding:6px 6px;font-size:12px;color:#325c77}.n2_form--dark .n2_field_select select{background-color:#2c3a45;border:2px solid #1c2933;color:#bdcfd9}.n2_field_select select,.n2_field_select select:FOCUS{box-shadow:none;outline:0}.n2_field_select select:FOCUS{border:2px solid #1d81f9}.n2_field_onoff{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:3px 0;display:flex;cursor:pointer}.n2_field_onoff__slider{flex:0 0 auto;border-radius:12px;background-color:#94b2c1;padding:3px;width:38px}.n2_field_onoff--on .n2_field_onoff__slider{background-color:#04c018}.n2_field_onoff__slider_bullet{width:18px;height:18px;border-radius:20px;background-color:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.1);transition:transform .25s}.n2_field_onoff--on .n2_field_onoff__slider_bullet{transform:translateX(20px)}html[dir=rtl] .n2_field_onoff--on .n2_field_onoff__slider_bullet{transform:translateX(-20px)}.n2_field_onoff__labels{margin:0 3px;position:relative;overflow:hidden;height:24px}.n2_field_onoff__label{font-size:12px;line-height:24px;font-weight:700;text-transform:uppercase;max-width:100px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_field_onoff__label_off{color:#94b2c1}.n2_field_onoff--on .n2_field_onoff__label_off{margin-top:-24px}.n2_field_onoff__label_on{color:#40bb22}.n2_field_unit{position:relative;display:inline-block;vertical-align:top}.n2_field_unit__current_unit{line-height:30px;padding:0 6px;border-radius:3px;font-size:11px;text-transform:uppercase;background-color:#94b2c1;color:#fff}.n2_form--dark .n2_field_unit__current_unit{background-color:#1c2933;color:#94b2c1}.n2_field_unit__units{display:none;z-index:2;position:absolute;top:30px;right:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background:#fff;box-shadow:0 1px 5px 1px rgba(55,77,88,.2)}.n2_field_unit:HOVER .n2_field_unit__units{display:block}.n2_field_unit__unit{padding:0 5px;line-height:24px;cursor:pointer;color:#325c77;font-size:11px;text-transform:uppercase}.n2_field_unit__unit:HOVER{background:#1d81f9;color:#fff}.n2_field_margin_padding{display:inline-flex;vertical-align:top}.n2_field_margin_padding .n2_field_text{position:relative;border-radius:0;margin-left:-2px}.n2_field_margin_padding .n2_field_text.n2_field_text--focus{z-index:2}.n2_field_margin_padding .n2_field_unit{margin-left:-2px}.n2_field_margin_padding .n2_field_unit__current_unit{border-top-left-radius:0;border-bottom-left-radius:0}html[dir=rtl] .n2_field_margin_padding .n2_field_unit__current_unit{border-radius:3px 0 0 3px}.n2_field_margin_padding__pre_label{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background-color:#94b2c1;font-size:16px;color:#fff;text-align:center;border-top-left-radius:3px;border-bottom-left-radius:3px;cursor:pointer}.n2_form--dark .n2_field_margin_padding__pre_label{background-color:#1c2933;color:#94b2c1}html[dir=rtl] .n2_field_margin_padding__pre_label{border-radius:0 3px 3px 0}.n2_field_margin_padding--linked-values .n2_field_margin_padding__pre_label .ssi_16::before{content:"\E64D"}.n2_field_margin_padding--linked-values .n2_field_text+.n2_field_text{display:none}.n2_field_radio{display:inline-flex;vertical-align:top;margin:0 -5px}.n2_field_radio .n2_field_radio__option{display:flex;align-items:center;cursor:pointer;margin:0 5px}.n2_field_radio .n2_field_radio__option_marker{display:flex;justify-content:center;align-items:center;width:14px;height:14px;line-height:14px;background-color:#fff;border:2px solid #94b2c1;border-radius:10px}.n2_field_radio .n2_field_radio__option_marker .ssi_16{display:none;color:#fff}.n2_field_radio .n2_field_radio__option--selected .n2_field_radio__option_marker{background-color:#04c018;border-color:#04c018}.n2_field_radio .n2_field_radio__option--selected .n2_field_radio__option_marker .ssi_16{display:block}.n2_field_radio .n2_field_radio__option_label{margin:0 5px;font-size:12px;line-height:30px;color:#325c77}.n2_field_radio_icon{display:inline-flex;vertical-align:top;overflow:hidden;border-radius:3px}.n2_field_radio_icon .n2_field_radio__option{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background-color:#94b2c1;color:#fff;font-size:16px;cursor:pointer}.n2_form--dark .n2_field_radio_icon .n2_field_radio__option{background-color:#1c2933;color:#94b2c1}.n2_field_radio_icon .n2_field_radio__option--selected{background-color:#1d81f9}.n2_form--dark .n2_field_radio_icon .n2_field_radio__option--selected{background-color:#1d81f9;color:#fff}.n2_field_color .n2-field-color-preview{border-right:2px solid #94b2c1}html[dir=rtl] .n2_field_color .n2-field-color-preview{border-right:0;border-left:2px solid #94b2c1}.n2_form--dark .n2_field_color .n2-field-color-preview{border-right-color:#1c2933}html[dir=rtl] .n2_form--dark .n2_field_color .n2-field-color-preview{border-left-color:#1c2933}.n2_field_color.n2_field_text--focus .n2-field-color-preview{border-right-color:#1d81f9}html[dir=rtl] .n2_field_color.n2_field_text--focus .n2-field-color-preview{border-left-color:#1d81f9}.n2_field_color .n2-field-color-preview-inner{width:26px;height:26px;cursor:pointer}.n2_field_color input{text-transform:uppercase;width:50px;text-align:center}.n2_field_color--alpha input{width:65px}.n2_field_image_list{position:relative;display:inline-flex;vertical-align:top;align-items:center;border-radius:3px;border:2px solid #94b2c1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.n2_field_image_list>.n2_field_image_list__fields{display:none}.n2_field_image_list--focus{border-color:#1d81f9;z-index:99}.n2_field_image_list__preview{display:inline-flex;background-color:#fff;height:26px;cursor:pointer}.n2_field_image_list__preview img{height:100%;width:auto}.n2_field_image_list__preview_label{padding:0 6px;background:#fff;line-height:26px;font-size:12px;color:#325c77}.n2_field_image_list__arrow{width:18px;line-height:26px;font-size:12px;color:#325c77;text-align:center;cursor:pointer}.n2_field_image_list__popover{display:none;position:absolute;top:30px;padding:10px;border-radius:3px;background-color:#fff;box-shadow:0 1px 5px 1px rgba(55,77,88,.2)}.n2_field_image_list--focus .n2_field_image_list__popover{display:block}.n2_field_image_list__popover_items{max-width:50vw;display:inline-flex;flex-wrap:wrap}.n2_field_image_list__popover_item{margin:10px;background-color:#fff;cursor:pointer}.n2_field_image_list__popover_item_image{border:2px solid #94b2c1;border-radius:3px;padding:3px}.n2_field_image_list__popover_item_image img{display:block;width:100%}.n2_field_image_list__popover_item--selected .n2_field_image_list__popover_item_image{border-color:#1d81f9}.n2_field_image_list__popover_item_disabled{display:inline-flex;align-items:center;min-height:100%;border:2px dashed #94b2c1;border-radius:3px;padding:0 10px;box-sizing:border-box;color:#325c77;font-size:14px;line-height:30px;text-transform:capitalize}.n2_field_image_list__popover_item--selected .n2_field_image_list__popover_item_disabled{border-color:#1d81f9}.n2_field_image_list__popover_item_label{color:#325c77;background:#fff;font-size:12px;text-align:center;line-height:30px}.n2_field_image_list__popover_item--selected .n2_field_image_list__popover_item_label{color:#1d81f9}.n2_field_checkbox_onoff{display:inline-flex;vertical-align:top;width:30px;height:30px;align-items:center;justify-content:center;background-color:#94b2c1;border-radius:3px;font-size:16px;color:#fff;cursor:pointer}.n2_field_checkbox_onoff--active{background-color:#1d81f9}.n2_field_group_checkbox_onoff{border-radius:3px;overflow:hidden;margin:5px 10px}.n2_field_group_checkbox_onoff .n2_field{padding:0}.n2_field_group_checkbox_onoff .n2_field_checkbox_onoff{border-radius:0}.n2_field_widget_position{position:relative;display:inline-flex;vertical-align:top;background-color:#fff;border:2px solid #94b2c1;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.n2_field_widget_position--focus{border-color:#1d81f9;z-index:99}.n2_field_widget_position__label{display:inline-block;vertical-align:top;padding:0 6px;line-height:26px;font-size:12px;color:#325c77;cursor:pointer}.n2_field_widget_position__arrow{width:18px;line-height:26px;font-size:12px;color:#325c77;text-align:center;cursor:pointer}.n2_field_widget_position__popover{display:none;position:absolute;top:30px;padding:10px;border-radius:3px;background-color:#fff;box-shadow:0 1px 5px 1px rgba(55,77,88,.2)}.n2_field_widget_position--focus .n2_field_widget_position__popover{display:flex}.n2_field_widget_position__popover .n2_field__element{flex-wrap:nowrap!important}.n2_field_control_type_picker{display:flex;flex-wrap:wrap;margin:-10px -5px}.n2_field_control_type_picker__item{margin:10px;position:relative;display:inline-block;border:0;border-radius:1px;height:auto;cursor:pointer}.n2_field_control_type_picker__item img{display:block}.n2_field_control_type_picker__item:hover{box-shadow:0 2px 10px 0 rgba(0,0,0,.1)}.n2_field_control_type_picker__item.n2_field_control_type_picker__item--selected{box-shadow:0 0 0 3px #1375e9}.n2_field_control_type_picker__selected_marker{display:none;position:absolute;top:10px;right:10px;background-color:#1375e9;border-radius:10px;width:16px;height:16px}.n2_field_control_type_picker__item--selected .n2_field_control_type_picker__selected_marker{display:block}.n2_field_control_type_picker__selected_marker .ssi_16{color:#fff}.n2_field_message{border-radius:3px;padding:5px 10px;font-size:12px;line-height:20px}.n2_field_message--notice{background-color:#f0f4f7;color:#325c77}.n2_field_message--notice a:HOVER{color:#005bc6}.n2_field_message--notice a,.n2_field_message--notice a:FOCUS{color:#1375e9}.n2_field_message--warning{background-color:#f5e293;color:#325c77}.n2_field_message--warning a:HOVER{color:#005bc6}.n2_field_message--warning a,.n2_field_message--warning a:FOCUS{color:#1375e9}.n2_ss_layer_window .n2_field_message--warning{width:298px}.n2_field_autocomplete{position:relative}.n2_field_decoration{display:inline-flex;vertical-align:top;margin:0 -3px}.n2_field_decoration__option{margin:0 3px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;background-color:#94b2c1;border-radius:3px;color:#fff;font-size:16px;cursor:pointer}.n2_form--dark .n2_field_decoration__option{background-color:#1c2933;color:#94b2c1}.n2_field_decoration__option--selected{background-color:#1d81f9}.n2_form--dark .n2_field_decoration__option--selected{background-color:#1d81f9;color:#fff}.n2_field_icon__preview{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px}.n2_field_icon__preview .n2i{color:#fff;font-size:24px!important;vertical-align:top}.n2_field_icon_tab{background-color:#1c2933;border-radius:2px;overflow:hidden;white-space:nowrap}.n2_field_icon_tab__option{display:inline-flex;padding:7px;color:#fff;cursor:pointer}.n2_field_icon_tab__option i{color:#94b2c1}.n2_field_icon_tab__option--selected{background-color:#1d81f9}.n2_field_icon_tab__option--selected i{color:#fff}.n2_field_mixed_font_size__container>.n2_field_text{border-top-right-radius:0;border-bottom-right-radius:0}html[dir=rtl] .n2_field_mixed_font_size__container>.n2_field_text{border-radius:0 3px 3px 0}.n2_field_mixed_font_size__container>.n2_field_unit>.n2_field_unit__current_unit{border-top-left-radius:0;border-bottom-left-radius:0}html[dir=rtl] .n2_field_mixed_font_size__container>.n2_field_unit>.n2_field_unit__current_unit{border-radius:3px 0 0 3px}.n2_field_mixed_box_shadow__container>.n2_field_text{margin-left:-2px;border-radius:0}html[dir=rtl] .n2_field_mixed_box_shadow__container>.n2_field_text{margin-left:0;margin-right:-2px}.n2_field_mixed_box_shadow__container>.n2_field_text:first-child{margin-left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}html[dir=rtl] .n2_field_mixed_box_shadow__container>.n2_field_text:first-child{margin-right:0;border-radius:0 3px 3px 0}.n2_field_mixed_box_shadow__container>.n2_field_text:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px}html[dir=rtl] .n2_field_mixed_box_shadow__container>.n2_field_text:last-of-type{border-radius:3px 0 0 3px}.n2_field_mixed_box_shadow__container>.n2_field_text--focus{z-index:2}.n2_field_mixed_text_shadow__container>.n2_field_text{margin-left:-2px}.n2_field_mixed_text_shadow__container>.n2_field_text:first-child{margin-left:0;border-radius:3px 0 0 3px}html[dir=rtl] .n2_field_mixed_text_shadow__container>.n2_field_text:first-child{margin-left:-2px;border-radius:0 3px 3px 0}.n2_field_mixed_text_shadow__container>.n2_field_text:last-child{border-radius:0 3px 3px 0}html[dir=rtl] .n2_field_mixed_text_shadow__container>.n2_field_text:last-child{border-radius:3px 0 0 3px}.n2_field_mixed_text_shadow__container>.n2_field_text--focus{z-index:2}.n2_field_mixed_border__container{display:inline-flex;vertical-align:top;margin:0 -5px}.n2_field_mixed_border__container>*{margin:0 5px}.n2_form__table_row .n2_field.n2_field_mixed_generator_order{padding:0}.n2_field_button{display:inline-block;text-align:center;padding:0 10px;background-color:#94b2c1;font-size:11px;line-height:30px;text-transform:uppercase;border-radius:3px;max-width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_field_button:HOVER{background-color:#7f9caa}.n2_field_button,.n2_field_button:HOVER,.n2_field_button:FOCUS{color:#fff}.n2_form--dark .n2_field_button{background-color:#6b7986}.n2_form--dark .n2_field_button:HOVER{background-color:#8694a2}.n2_form--dark .n2_field_button,.n2_form--dark .n2_field_button:HOVER,.n2_form--dark .n2_field_button:FOCUS{color:#fff}.n2_field_button--icon{display:inline-flex;align-items:center;justify-content:center;padding:0;width:30px;height:30px;font-size:16px}.n2_field_button--blue{background-color:#1d81f9}.n2_field_button--blue:HOVER{background-color:#338ef9}.n2_field_widget_area{width:80px;height:80px;position:relative;margin:0 10px}.n2_field_widget_area__inner{position:absolute;top:14px;left:14px;width:46px;height:46px;border:3px solid #94b2c1;border-radius:3px}.n2_field_widget_area__area{position:absolute;background-color:#94b2c1;border-radius:2px;cursor:pointer;width:10px;height:10px;left:0;top:0}.n2_field_widget_area__area[data-area="1"]{left:35px}.n2_field_widget_area__area[data-area="2"]{left:21px;top:21px}.n2_field_widget_area__area[data-area="3"]{left:35px;top:21px}.n2_field_widget_area__area[data-area="4"]{left:49px;top:21px}.n2_field_widget_area__area[data-area="5"]{top:35px}.n2_field_widget_area__area[data-area="6"]{left:21px;top:35px}.n2_field_widget_area__area[data-area="7"]{left:49px;top:35px}.n2_field_widget_area__area[data-area="8"]{left:70px;top:35px}.n2_field_widget_area__area[data-area="9"]{left:21px;top:49px}.n2_field_widget_area__area[data-area="10"]{left:35px;top:49px}.n2_field_widget_area__area[data-area="11"]{left:49px;top:49px}.n2_field_widget_area__area[data-area="12"]{left:35px;top:70px}.n2_field_widget_area__area--selected{background-color:#1d81f9;cursor:default}.n2_field_columns{display:grid;grid-gap:10px;grid-template-columns:280px 30px;width:310px}.n2_field_columns__content{position:relative;display:flex;overflow:hidden}.n2_field_columns__column{flex:0 0 auto;overflow:hidden;background-color:#04c018;border-radius:2px;font-size:12px;line-height:30px;text-align:center;color:#fff;cursor:ew-resize}.n2_field_columns__handle{display:inline-flex;justify-content:center;align-items:center;width:16px;height:30px;cursor:ew-resize;color:#bdcfd9}.n2_field_columns__content.n2-sortable-currently-sorted .n2_field_columns__column{margin-right:16px}.n2_field_columns__content.n2-sortable-currently-sorted .n2_field_columns__column:last-child{margin-right:0}.n2_field_columns__content.n2-sortable-currently-sorted .n2_field_columns__handle{display:none}.n2_field_columns__add{flex:0 0 auto;display:inline-flex;justify-content:center;align-items:center;width:30px;height:30px;background-color:#04c018;border-radius:2px;color:#fff;cursor:pointer}.n2_field_columns__add:HOVER{background-color:#07ca1c}.n2_field_select_list{height:120px;background-color:#fff;border:2px solid #94b2c1;border-radius:3px;overflow-y:scroll}.n2_field_select_list__option{display:flex;cursor:pointer;line-height:30px;font-size:12px;color:#325c77}.n2_field_select_list__option:nth-child(even){background-color:#f0f4f7}.n2_field_select_list__option.n2_field_select_list__option--selected{background-color:#1d81f9;color:#fff}.n2_field_select_list__option_primary{flex:1 1 auto;padding:0 8px}.n2_field_select_list__option_secondary{padding:0 8px}.n2_field_chooser{position:relative;display:inline-flex;vertical-align:top;border-radius:3px;background-color:#f0f4f7;height:30px}.n2_form--dark .n2_field_chooser{background-color:#2c3a45}.n2_field_chooser__label{min-width:100px;padding:0 8px;font-size:12px;line-height:30px;color:#325c77;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_form--dark .n2_field_chooser__label{color:#bdcfd9}.n2_field_chooser__clear{display:flex;line-height:30px;width:30px;justify-content:center;align-items:center}.n2_field_chooser__clear,.n2_field_chooser__clear:HOVER,.n2_field_chooser__clear:FOCUS{color:#94b2c1}.n2_field_chooser--empty .n2_field_chooser__clear{visibility:hidden}.n2_field_chooser__choose{display:inline-flex;align-items:center;justify-content:center;background-color:#04c018;width:30px;line-height:30px;border-top-right-radius:3px;border-bottom-right-radius:3px}.n2_field_chooser__choose:HOVER{background-color:#07ca1c}.n2_field_chooser__choose,.n2_field_chooser__choose:HOVER,.n2_field_chooser__choose:FOCUS{color:#fff}.n2_field_chooser--empty .n2_field_chooser__choose{background-color:#94b2c1}.n2_form--dark .n2_field_chooser--empty .n2_field_chooser__choose{background-color:#1c2933}.n2_form--dark .n2_field_chooser--empty .n2_field_chooser__choose,.n2_form--dark .n2_field_chooser--empty .n2_field_chooser__choose:HOVER,.n2_form--dark .n2_field_chooser--empty .n2_field_chooser__choose:FOCUS{color:#94b2c1}html[dir=rtl] .n2_field_chooser__choose{border-radius:3px 0 0 3px}.n2_field_select_icon{display:flex;flex-wrap:wrap;margin:-10px -20px}.n2_field_select_icon__option{position:relative;display:flex;flex-flow:column;margin:20px;width:130px;padding:15px 10px;cursor:pointer;border-radius:3px}.n2_field_select_icon__option:HOVER{box-shadow:0 2px 10px 0 rgba(0,0,0,.1)}.n2_field_select_icon__option--selected{box-shadow:0 2px 10px 0 rgba(0,0,0,.1)}.n2_field_select_icon__option_icon{display:flex;align-items:center;justify-content:center;color:#94b2c1}.n2_field_select_icon__option--selected .n2_field_select_icon__option_icon{color:#1375e9}.n2_field_select_icon__option_label{font-size:14px;line-height:30px;color:#325c77;text-align:center;font-weight:700}.n2_field_select_icon__option--selected .n2_field_select_icon__option_label{color:#1375e9}.n2_field_select_icon__selected_marker{display:none;position:absolute;top:10px;right:10px;background-color:#1375e9;border-radius:10px;width:16px;height:16px;color:#fff}.n2_field_select_icon__option--selected .n2_field_select_icon__selected_marker{display:block}.n2_field_font{display:inline-flex;align-items:center;justify-content:center;background-color:#04c018;min-width:30px;line-height:30px;border-radius:3px;padding:0 10px;font-size:11px;text-transform:uppercase;cursor:pointer}.n2_field_font:HOVER{background-color:#07ca1c}.n2_field_font,.n2_field_font:HOVER,.n2_field_font:FOCUS{color:#fff}.n2_field_style{display:inline-flex;align-items:center;justify-content:center;background-color:#04c018;min-width:30px;line-height:30px;border-radius:3px;padding:0 10px;font-size:11px;text-transform:uppercase;cursor:pointer}.n2_field_style:HOVER{background-color:#07ca1c}.n2_field_style,.n2_field_style:HOVER,.n2_field_style:FOCUS{color:#fff}.n2_field_subform_icon{margin:-8px;display:flex;flex-wrap:wrap}.n2_field_subform_icon__option{margin:8px;display:flex;flex-flow:column;align-items:center;min-width:120px;border:3px solid #fff;border-radius:3px;cursor:pointer}.n2_field_subform_icon__option_icon{display:flex;align-items:center;justify-content:center;color:#94b2c1}.n2_field_subform_icon__option_label{margin-top:-13px;line-height:28px;font-size:12px;color:#325c77;font-weight:700;padding:0 10px}.n2_field_subform_icon__option--selected{border-color:#1375e9}.n2_field_subform_icon__option--selected .n2_field_subform_icon__option_icon,.n2_field_subform_icon__option--selected .n2_field_subform_icon__option_label{color:#1375e9}.n2_field_autoplaypicker{position:relative;display:inline-flex;vertical-align:top;background-color:#fff;border:2px solid #94b2c1;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.n2_field_autoplaypicker--focus{border-color:#1d81f9;z-index:99}.n2_field_autoplaypicker__label{display:inline-block;vertical-align:top;padding:0 6px;width:230px;line-height:26px;font-size:12px;color:#325c77;cursor:pointer}.n2_field_autoplaypicker__arrow{width:18px;line-height:26px;font-size:12px;color:#325c77;text-align:center;cursor:pointer}.n2_field_autoplaypicker__popover{display:none;position:absolute;top:30px;padding:10px;border-radius:3px;background-color:#fff;box-shadow:0 1px 5px 1px rgba(55,77,88,.2)}.n2_field_autoplaypicker--focus .n2_field_autoplaypicker__popover{display:flex}.n2_field_autoplaypicker__popover .n2_field__element{flex-wrap:nowrap!important}.n2_field_layer_window_focus{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;cursor:pointer;background:#1c2933;border:2px solid #1c2933;border-radius:3px}.n2_field_layer_window_focus__image{display:block;width:100%;height:auto;border-radius:2px}.n2_field_layer_window_focus__dot{position:absolute;left:50%;top:50%;width:12px;height:12px;margin-top:-8px;margin-left:-8px;border:2px solid #fff;border-radius:16px;background:#04c018}.n2_field_breakpoint{display:flex;flex-wrap:wrap}.n2_field_breakpoint__breakpoint_container{position:relative;margin:25px 10px 5px;height:30px;display:flex;align-items:center;background-color:#94b2c1;border-radius:3px}.n2_field_breakpoint__breakpoint_container[data-orientation=portrait] [data-orientation=landscape]{display:none!important}.n2_field_breakpoint__breakpoint_container[data-orientation=landscape] [data-orientation=portrait]{display:none!important}.n2_field_breakpoint__device{position:relative;flex:0 0 auto;width:130px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.n2_field_breakpoint__device_enable{display:inline-flex;align-items:center;justify-content:center;width:100%;height:30px;color:#fff}.n2_field_breakpoint__device_disable{position:absolute;right:5px;top:0;color:#fff;height:30px;display:none;align-items:center;opacity:.5;cursor:pointer}.n2_field_breakpoint__device_disable:HOVER{opacity:1}.n2_field_breakpoint__device--enabled .n2_field_breakpoint__device_disable{display:flex}.n2_field_breakpoint__breakpoint{position:relative;flex:0 0 auto;height:30px}.n2_field_breakpoint__breakpoint_divider{margin:5px 0;width:0;height:20px;box-shadow:0 0 0 1px #fff}.n2_field_breakpoint__breakpoint_label_container{display:flex;align-items:center;justify-content:center;position:absolute;margin-left:-32px;top:-26px;width:50px}html[dir=rtl] .n2_field_breakpoint__breakpoint_label_container{margin-left:0;margin-right:-32px}.n2_field_breakpoint__breakpoint_start .n2_field_breakpoint__breakpoint_label_container{margin-left:0;justify-content:flex-start}html[dir=rtl] .n2_field_breakpoint__breakpoint_start .n2_field_breakpoint__breakpoint_label_container{margin-right:0}.n2_field_breakpoint__breakpoint_end .n2_field_breakpoint__breakpoint_label_container{margin-left:-50px;justify-content:flex-end}html[dir=rtl] .n2_field_breakpoint__breakpoint_end .n2_field_breakpoint__breakpoint_label_container{margin-left:0;margin-right:-50px}.n2_field_breakpoint__breakpoint_label_rename{display:flex;align-items:center;justify-content:center;width:12px;cursor:pointer;color:#94b2c1;opacity:.7}.n2_field_breakpoint__breakpoint_label_rename:HOVER{opacity:1}.n2_field_breakpoint__breakpoint_label_container--disable-edit .n2_field_breakpoint__breakpoint_label_rename{visibility:hidden;pointer-events:none}.n2_field_breakpoint__breakpoint_label{color:#325c77;font-size:12px;line-height:26px}.n2_field_breakpoint__breakpoint_start .n2_field_breakpoint__breakpoint_label,.n2_field_breakpoint__breakpoint_end .n2_field_breakpoint__breakpoint_label{cursor:default}.n2_field_breakpoint__breakpoint .n2_field_breakpoint__breakpoint_label{cursor:default}.n2_field_breakpoint__breakpoint .n2_field_breakpoint__breakpoint_label[contenteditable=true]{cursor:text;outline:0}.n2_field_breakpoint--with-enables .n2_field_breakpoint__device .n2_field_breakpoint__device_enable{cursor:pointer;opacity:.5}.n2_field_breakpoint--with-enables .n2_field_breakpoint__device--enabled .n2_field_breakpoint__device_enable{opacity:1}.n2_field_breakpoint--with-enables .n2_field_breakpoint__device[data-id=desktopportrait] .n2_field_breakpoint__device_enable,.n2_field_breakpoint--with-enables .n2_field_breakpoint__device[data-id=tabletportrait] .n2_field_breakpoint__device_enable,.n2_field_breakpoint--with-enables .n2_field_breakpoint__device[data-id=mobileportrait] .n2_field_breakpoint__device_enable{cursor:default;opacity:1}.n2_field_breakpoint--with-enables .n2_field_breakpoint__breakpoint{display:none}.n2_field_breakpoint--with-enables .n2_field_breakpoint__breakpoint--enabled,.n2_field_breakpoint--with-enables .n2_field_breakpoint__breakpoint[data-id=desktopportrait],.n2_field_breakpoint--with-enables .n2_field_breakpoint__breakpoint[data-id=tabletportrait],.n2_field_breakpoint--with-enables .n2_field_breakpoint__breakpoint[data-id=mobileportrait]{display:block}body[data-desktoplandscape="0"] .n2-slider-settings-require--desktoplandscape,body[data-tabletlandscape="0"] .n2-slider-settings-require--tabletlandscape,body[data-mobilelandscape="0"] .n2-slider-settings-require--mobilelandscape{display:none!important}.n2_autocomplete_options{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;position:absolute;top:0;z-index:100003;overflow:auto;max-height:300px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background:#fff;box-shadow:0 1px 5px 1px rgba(55,77,88,.2)}.n2_autocomplete_options a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_autocomplete_option{padding:0 5px;line-height:24px;cursor:pointer;color:#325c77;font-size:11px}.n2_autocomplete_option:HOVER{background:#1d81f9;color:#fff}.n2_tooltip{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;visibility:visible;z-index:100000;position:fixed;left:-10000px;top:-10000px;margin-top:-9000000px;opacity:0;border-radius:3px;font-size:12px;line-height:16px;font-weight:700;padding:4px 6px;color:#94b2c1;background:#0c1924;white-space:nowrap}.n2_tooltip a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_tooltip--active{opacity:1;margin:10px}.n2_tooltip--active.n2_tooltip_position{margin:0}.n2_body--tooltip-position-active .n2_tooltip:not(.n2_tooltip_position){display:none}.n2_form_tip{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;z-index:100000;position:fixed;display:none;max-width:360px;padding:5px 0}.n2_form_tip a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_form_tip--visible{display:block}.n2_form_tip__overlay{position:absolute;width:20px;height:20px}.n2_form_tip[data-position-horizontal=left] .n2_form_tip__overlay{left:0}.n2_form_tip[data-position-horizontal=right] .n2_form_tip__overlay{right:0}.n2_form_tip[data-position-vertical=bottom] .n2_form_tip__overlay{top:100%}.n2_form_tip[data-position-vertical=top] .n2_form_tip__overlay{bottom:100%}.n2_form_tip__content{background-color:rgba(12,25,36,.95);border-radius:5px;padding:20px}.n2_form_tip__label{color:#fff;font-size:14px;line-height:20px;text-transform:capitalize;margin-bottom:10px}.n2_form_tip__description{color:#94b2c1;font-size:14px;line-height:20px}.n2_form_tip__description a,.n2_form_tip__description a:HOVER,.n2_form_tip__description a:FOCUS{color:#1d81f9}.n2_form_tip__link{margin-top:10px;display:inline-block;line-height:30px;background-color:#1d81f9;border-radius:3px;padding:0 10px;font-size:11px;text-transform:capitalize;text-decoration:none}.n2_form_tip__link,.n2_form_tip__link:HOVER,.n2_form_tip__link:FOCUS{color:#fff}.n2_dashboard_info{position:relative}.n2_dashboard_info .n2_button_plain_icon{position:relative}.n2_dashboard_info--visible .n2_button_plain_icon,.n2_dashboard_info--visible .n2_button_plain_icon:HOVER,.n2_dashboard_info--visible .n2_button_plain_icon:FOCUS{color:#fff}.n2_dashboard_info__marker{display:none;position:absolute;top:7px;right:8px;width:8px;height:8px;background-color:#f69300;border-radius:100%;border:2px solid #fff}html[data-ss3-activated="0"] .n2_dashboard_info__marker{display:block}.n2_dashboard_info__content{display:none;position:absolute;right:0;top:45px;padding:24px;border-radius:3px;background-color:#fff;box-shadow:0 1px 5px 1px rgba(55,77,88,.2);white-space:nowrap}.n2_dashboard_info--visible .n2_dashboard_info__content{display:grid;grid-template-columns:24px 1fr auto;grid-gap:15px}html[dir=rtl] .n2_dashboard_info__content{left:0;right:auto}.n2_dashboard_info__row_icon .ssi_24{display:block;font-size:24px;line-height:30px}.n2_dashboard_info__row_content{color:#325c77;line-height:30px;font-size:14px}.n2_dashboard_info__row_action{text-align:right}.n2_dashboard_info__row_action a,.n2_dashboard_info__row_action a:HOVER,.n2_dashboard_info__row_action a:FOCUS{line-height:30px;font-size:14px}.n2_dashboard_info__row_action a,.n2_dashboard_info__row_action a:FOCUS{color:#1375e9}.n2_dashboard_info__row_action a:HOVER{color:#005bc6}html[dir=rtl] .n2_dashboard_info__row_action{text-align:left}html[data-ss3-activated="0"] .n2_dashboard_info__row_icon_activated,html[data-ss3-activated="0"] .n2_dashboard_info__row_content_activated,html[data-ss3-activated="0"] .n2_dashboard_info__row_action_activated{display:none}html[data-ss3-activated="1"] .n2_dashboard_info__row_icon_activate,html[data-ss3-activated="1"] .n2_dashboard_info__row_content_activate,html[data-ss3-activated="1"] .n2_dashboard_info__row_action_activate,html[data-ss3-activated="1"] #n2-ss-activate-license-banner{display:none}.n2_dashboard_info__row_icon_version .ssi_24{color:#94b2c1}.n2_dashboard_info__row_icon_check_update .ssi_24{color:#1d81f9}.n2_dashboard_info__row_icon_activate .ssi_24{color:#c43e2a}.n2_dashboard_info__row_icon_activated .ssi_24{color:#04c018}.n2_dashboard_manager{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;padding:0 40px}.n2_dashboard_manager__content{position:relative;display:flex;flex-wrap:wrap;margin:0 -16px}.n2_dashboard_manager__content>*{margin:16px;flex:0 0 auto}.n2_dashboard_manager_upgrade_pro{position:relative;display:flex;flex-flow:column;align-items:center;width:572px;min-height:392px;background-color:#fff;border-radius:5px;box-shadow:0 10px 8px -10px rgba(0,0,0,.1)}.n2_dashboard_manager_upgrade_pro:HOVER{box-shadow:0 10px 8px -10px rgba(0,0,0,.2)}.n2_dashboard_manager_upgrade_pro__logo{margin-top:44px;display:flex;align-items:center;justify-content:center;width:100px;height:100px;background-color:rgba(29,129,249,.1);border-radius:50px;color:#1d81f9}.n2_dashboard_manager_upgrade_pro__heading{margin-top:9px;font-size:18px;line-height:30px;color:#283f4d;font-weight:700}.n2_dashboard_manager_upgrade_pro__details{margin-top:8px;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;width:100%;padding:0 30px 14px;box-sizing:border-box}.n2_dashboard_manager_upgrade_pro__details_option{display:flex;align-items:center}.n2_dashboard_manager_upgrade_pro__details_option,.n2_dashboard_manager_upgrade_pro__details_option:HOVER,.n2_dashboard_manager_upgrade_pro__details_option:FOCUS{color:#1375e9}.n2_dashboard_manager_upgrade_pro__details_option_label{margin:0 10px;font-size:14px;line-height:16px;text-transform:capitalize;padding:5px 0}.n2_dashboard_manager_upgrade_pro__button{margin-top:4px;margin-bottom:20px;padding:0 20px;min-width:260px;background-color:#1d81f9;border-radius:3px;text-align:center;font-size:12px;line-height:36px;text-transform:uppercase;font-weight:700}.n2_dashboard_manager_upgrade_pro__button,.n2_dashboard_manager_upgrade_pro__button:HOVER,.n2_dashboard_manager_upgrade_pro__button:FOCUS{color:#fff}.n2_dashboard_manager_upgrade_pro__button:HOVER{background-color:#338ef9}.n2_dashboard_manager_upgrade_pro__close{display:flex;position:absolute;top:10px;right:10px;width:36px;height:36px;justify-content:center;align-items:center;background-color:#f0f4f7;border-radius:50px;color:#325c77;cursor:pointer;opacity:0;transition:opacity .3s .5s}.n2_dashboard_manager_upgrade_pro:HOVER .n2_dashboard_manager_upgrade_pro__close{opacity:1}.n2_dashboard_manager_review{position:relative;display:flex;flex-flow:column;align-items:center;width:572px;height:392px;background-color:#fff;border-radius:5px;box-shadow:0 10px 8px -10px rgba(0,0,0,.1)}.n2_dashboard_manager_review:HOVER{box-shadow:0 10px 8px -10px rgba(0,0,0,.2)}.n2_dashboard_manager_review__logo{display:flex;align-items:center;justify-content:center;margin-top:44px;width:100px;height:100px;background-color:rgba(246,183,0,.1);border-radius:50px;overflow:hidden;color:#f6b700}.n2_dashboard_manager_review__logo>*{display:none}.n2_dashboard_manager_review[data-star="0"] .ssi_48--review0,.n2_dashboard_manager_review[data-star="1"] .ssi_48--review1,.n2_dashboard_manager_review[data-star="2"] .ssi_48--review2,.n2_dashboard_manager_review[data-star="3"] .ssi_48--review3,.n2_dashboard_manager_review[data-star="4"] .ssi_48--review4,.n2_dashboard_manager_review[data-star="5"] .ssi_48--review5{display:block}.n2_dashboard_manager_review__heading{margin-top:9px;font-size:18px;line-height:30px;color:#283f4d;font-weight:700}.n2_dashboard_manager_review__paragraph{width:380px;height:78px;color:#325c77;font-size:14px;line-height:26px;text-align:center}.n2_dashboard_manager_review__star_selector{margin-top:25px;display:flex}.n2_dashboard_manager_review__star{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:#94b2c1;cursor:pointer}.n2_dashboard_manager_review[data-star="1"] .n2_dashboard_manager_review__star[data-star="1"],.n2_dashboard_manager_review[data-star="2"] .n2_dashboard_manager_review__star[data-star="1"],.n2_dashboard_manager_review[data-star="2"] .n2_dashboard_manager_review__star[data-star="2"],.n2_dashboard_manager_review[data-star="3"] .n2_dashboard_manager_review__star[data-star="1"],.n2_dashboard_manager_review[data-star="3"] .n2_dashboard_manager_review__star[data-star="2"],.n2_dashboard_manager_review[data-star="3"] .n2_dashboard_manager_review__star[data-star="3"],.n2_dashboard_manager_review[data-star="4"] .n2_dashboard_manager_review__star[data-star="1"],.n2_dashboard_manager_review[data-star="4"] .n2_dashboard_manager_review__star[data-star="2"],.n2_dashboard_manager_review[data-star="4"] .n2_dashboard_manager_review__star[data-star="3"],.n2_dashboard_manager_review[data-star="4"] .n2_dashboard_manager_review__star[data-star="4"],.n2_dashboard_manager_review[data-star="5"] .n2_dashboard_manager_review__star[data-star="1"],.n2_dashboard_manager_review[data-star="5"] .n2_dashboard_manager_review__star[data-star="2"],.n2_dashboard_manager_review[data-star="5"] .n2_dashboard_manager_review__star[data-star="3"],.n2_dashboard_manager_review[data-star="5"] .n2_dashboard_manager_review__star[data-star="4"],.n2_dashboard_manager_review[data-star="5"] .n2_dashboard_manager_review__star[data-star="5"]{color:#f6b700}.n2_dashboard_manager_review__label{display:none;margin-top:4px;font-size:16px;line-height:28px;color:#283f4d;text-align:center;font-weight:700}.n2_dashboard_manager_review[data-star="0"] .n2_dashboard_manager_review__label[data-star="0"],.n2_dashboard_manager_review[data-star="1"] .n2_dashboard_manager_review__label[data-star="1"],.n2_dashboard_manager_review[data-star="2"] .n2_dashboard_manager_review__label[data-star="2"],.n2_dashboard_manager_review[data-star="3"] .n2_dashboard_manager_review__label[data-star="3"],.n2_dashboard_manager_review[data-star="4"] .n2_dashboard_manager_review__label[data-star="4"],.n2_dashboard_manager_review[data-star="5"] .n2_dashboard_manager_review__label[data-star="5"]{display:block}.n2_dashboard_manager_review__close{display:flex;position:absolute;top:10px;right:10px;width:36px;height:36px;justify-content:center;align-items:center;background-color:#f0f4f7;border-radius:50px;color:#325c77;cursor:pointer;opacity:0;transition:opacity .3s .5s}html[dir=rtl] .n2_dashboard_manager_review__close{right:auto;left:10px}.n2_dashboard_manager_review:HOVER .n2_dashboard_manager_review__close{opacity:1}.n2_dashboard_manager_newsletter{position:relative;display:flex;flex-flow:column;align-items:center;width:572px;height:392px;background-color:#fff;border-radius:5px;box-shadow:0 10px 8px -10px rgba(0,0,0,.1)}.n2_dashboard_manager_newsletter:HOVER{box-shadow:0 10px 8px -10px rgba(0,0,0,.2)}.n2_dashboard_manager_newsletter__logo{margin-top:44px;display:flex;align-items:center;justify-content:center;width:100px;height:100px;background-color:rgba(95,57,194,.1);border-radius:50px;color:#5f39c2}.n2_dashboard_manager_newsletter__heading{margin-top:9px;font-size:18px;line-height:30px;color:#283f4d;font-weight:700}.n2_dashboard_newsletter__paragraph{width:380px;height:78px;color:#325c77;font-size:14px;line-height:26px;text-align:center}.n2_dashboard_newsletter__form{margin-top:10px;display:block}.n2_dashboard_newsletter__form input[type=email]{width:300px;background-color:#fff;border:2px solid #94b2c1;border-radius:3px;color:#325c77;font-size:14px;line-height:36px;text-align:center;box-shadow:none}.n2_dashboard_newsletter__form input[type=email]:FOCUS{border-color:#5f39c2}.n2_dashboard_manager_newsletter__button{margin-top:10px;padding:0 20px;min-width:260px;background-color:#5f39c2;border-radius:3px;text-align:center;font-size:12px;line-height:36px;text-transform:uppercase;font-weight:700;cursor:pointer}.n2_dashboard_manager_newsletter__button,.n2_dashboard_manager_newsletter__button:HOVER,.n2_dashboard_manager_newsletter__button:FOCUS{color:#fff}.n2_dashboard_manager_newsletter__button:HOVER{background-color:#683fd4}.n2_dashboard_manager_newsletter__close{display:flex;position:absolute;top:10px;right:10px;width:36px;height:36px;justify-content:center;align-items:center;background-color:#f0f4f7;border-radius:50px;color:#325c77;cursor:pointer;opacity:0;transition:opacity .3s .5s}html[dir=rtl] .n2_dashboard_manager_newsletter__close{right:auto;left:10px}.n2_dashboard_manager_newsletter:HOVER .n2_dashboard_manager_newsletter__close{opacity:1}.n2_device_changer{display:inline-flex;align-items:center;position:relative;direction:ltr}.n2_device_changer__button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:24px;color:#94b2c1}.n2_device_changer__button--marked:after{position:absolute;top:-3px;right:-3px;display:block;content:'';width:8px;height:8px;border-radius:20px;border:2px solid #fff;background-color:#f69300}.n2_device_tester{display:none;position:absolute;top:100%;left:12px;transform:translateX(-50%);padding:10px 10px 0;width:260px;background-color:#0c1924}.n2_device_changer--active .n2_device_tester{display:block}.n2_device_tester_devices{display:flex;justify-content:space-around}.n2_device_tester_devices__device{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;width:24px;height:24px;color:#94b2c1;font-size:24px;cursor:pointer}.n2_device_tester_devices__device--active{color:#1d81f9}.n2_device_tester_zoom{display:flex;align-items:center;padding:10px 0;background-color:#0c1924;border-radius:0 0 3px 3px;text-align:center}.n2_device_tester_zoom__min_label,.n2_device_tester_zoom__max_label{width:30px;padding:0 10px;color:#94b2c1;font-size:10px}.n2_device_tester_zoom__min_label{text-align:right}.n2_device_tester_zoom__max_label{text-align:left}.n2_device_tester_zoom__inner{position:relative;margin:0 0;width:160px;height:34px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.n2_device_tester_zoom__trail{position:absolute;left:0;top:50%;margin:-3px 0;width:160px;background-color:#3a4956;height:6px;border-radius:3px}.n2_device_tester_zoom__editor_size{position:absolute;left:0;top:9px;margin-left:-2px;width:2px;height:16px;background-color:#3a4956}.n2_device_tester_zoom__handle{position:absolute;top:9px;display:block;width:16px;height:16px;margin-left:-8px;background-color:#fff;border-radius:16px;z-index:2;cursor:ew-resize}.n2_device_tester_zoom__handle_label{position:absolute;left:-22px;top:-18px;width:60px;color:#94b2c1;font-size:10px;line-height:16px;text-align:center}.n2_slider_manager{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;padding:0 40px}.n2_slider_manager__search{position:relative}.n2_slider_manager__search_label{display:none}.n2_slider_manager__search_label_item{font-size:14px;line-height:28px;color:#325c77}.n2_slider_manager__search_label_keyword{font-weight:700}.n2_slider_manager__search_form input{position:relative;padding-left:26px;border-radius:3px;border:2px solid #94b2c1;width:200px;font-size:14px;line-height:28px;color:#325c77}html[dir=rtl] .n2_slider_manager__search_form input{padding-left:0;padding-right:26px}.n2_slider_manager__search_form input::placeholder{color:#325c77}.n2_slider_manager__search_form input:focus{outline:0;border:2px solid #94b2c1;box-shadow:none}.n2_slider_manager__search_icon{position:absolute;top:0;left:0;padding-left:10px;bottom:-2px;align-items:center;justify-content:center;color:#94b2c1;z-index:2}html[dir=rtl] .n2_slider_manager__search_icon{padding-left:0;padding-right:10px;left:unset;right:0}.n2_slider_manager__search_icon--magnifier{display:flex}.n2_slider_manager__search_icon--abort{display:none;cursor:pointer}.n2_slider_manager__search_icon--abort i{font-size:14px!important}.n2_slider_manager__search_icon--abort:hover{color:#325c77}.n2_slider_manager--search .n2_slider_manager__new_slider{display:none}.n2_slider_manager--search .n2_slider_manager__paginator{display:none}.n2_slider_manager--search .n2_button_disabled{opacity:.5;pointer-events:none}.n2_slider_manager--search .n2_slider_manager__search_label{display:block}.n2_slider_manager--search .n2_slider_manager__search_icon--magnifier{display:none}.n2_slider_manager--search .n2_slider_manager__search_icon--abort{display:flex}.n2_slider_manager--noresult .n2_slider_manager__search_label{display:none}.n2_slider_manager--noresult .n2_slider_manager__content .n2_slider_manager__content--empty{display:flex}.n2_slider_manager__action_bar{display:flex;padding:16px 0 0;height:30px}.n2_slider_manager__action_bar_left{flex:1 1 auto;display:flex;justify-content:flex-start;align-items:center;margin:0 -5px}.n2_slider_manager__action_bar_left .n2_slider_icon--blue{color:#94b2c1}.n2_slider_manager__action_bar_right{flex:1 1 auto;display:flex;justify-content:flex-end}.n2_slider_manager__content{position:relative;display:flex;flex-wrap:wrap;margin:0 -16px}.n2_slider_manager__content .n2_slider_manager__content--empty{padding-top:80px;margin:auto;width:500px;flex-flow:column;align-items:center;justify-content:center;height:216px;display:none}.n2_slider_manager__content .n2_slider_manager__content--empty__logo{display:flex;align-items:center;justify-content:center;margin-top:44px;width:100px;height:100px;border-radius:50px;overflow:hidden;color:#89a9b9}.n2_slider_manager__content .n2_slider_manager__content--empty__heading{margin-top:10px;font-size:18px;line-height:30px;color:#283f4d;font-weight:700}.n2_slider_manager__content .n2_slider_manager__content--empty__paragraph{width:360px;height:78px;color:#325c77;font-size:14px;line-height:26px;text-align:center}.n2_slider_manager__box{position:relative;flex:0 0 auto;width:270px;height:180px;border-radius:3px;margin:16px;background:#fff}.n2_slider_manager__sortable_placeholder{height:200px;margin:5px 0;width:0;box-shadow:0 0 0 2px #1d81f9}.n2_slider_manager__new_slider{background-color:#04c018;color:#fff;display:flex;flex-flow:column;justify-content:center;align-items:center;cursor:pointer}.n2_slider_manager__new_slider:HOVER{background-color:#07ca1c}.n2_slider_manager__new_slider_icon{margin:5px 0 25px}.n2_slider_manager__new_slider_label{font-size:16px;line-height:16px;text-transform:uppercase;font-weight:700;max-width:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_slider_box{position:relative;display:flex;flex-flow:column;border-radius:3px;box-shadow:0 10px 8px -10px rgba(0,0,0,.1);overflow:hidden;transition:transform .2s,box-shadow .5s}.n2_slider_box:HOVER,.n2_slider_box.n2_slider_box--context-menu{box-shadow:0 10px 8px -10px rgba(0,0,0,.2)}.n2_slider_box.n2_slider_box--selected{box-shadow:0 0 0 5px #1d81f9;transition:box-shadow 0s}.n2_slider_box.n2-ui-sortable-helper{opacity:.8}.n2_slider_box__content{position:relative;height:100%;background-size:cover;background-position:50% 0;background-repeat:no-repeat}.n2_slider_box__content .n2_slider_box__icon{background:#1375e9;height:100%;width:100%;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;flex-flow:column}.n2_slider_box__content .n2_slider_box__icon.n2_slider_box__icon_grey{background:#6b7986}.n2_slider_box__content .n2_slider_box__icon .n2_slider_box__icon_container{color:#fff}.n2_slider_box__content .n2_slider_box__icon .n2_slider_box__icon_text{color:#fff;text-transform:uppercase;font-weight:700;margin-top:12px}.n2_slider_box--group .n2_slider_box__icon{background:#94b2c1}.n2_slider_box--slider{background-size:cover;background-position:50% 0;background-repeat:no-repeat}.n2_slider_box__footer{flex:0 0 auto;padding:15px 10px;background-color:#fff;border-bottom-left-radius:3px;border-bottom-right-radius:3px;display:flex;align-items:center}.n2_slider_box__footer_title{display:block;padding:0 5px;box-sizing:border-box;width:100%;min-height:20px;max-height:60px;overflow:hidden;word-wrap:break-word;cursor:text;font-size:14px;line-height:20px;font-weight:700;color:#325c77}.n2_slider_box__footer_icon{color:#94b2c1;height:16px;margin:0 5px}.n2_slider_box__footer_children_count{flex:0 0 auto;margin-left:auto;height:24px;width:24px;border-radius:12px;background-color:#94b2c1;font-size:12px;line-height:24px;color:#fff;font-weight:700;text-align:center}.n2_slider_box__slider_overlay{display:none;z-index:10;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(32,41,52,.9);border-top-left-radius:3px;border-top-right-radius:3px;justify-content:center;align-items:center}.n2_slider_box:HOVER .n2_slider_box__slider_overlay,.n2_slider_box--context-menu .n2_slider_box__slider_overlay{display:flex}.n2_slider_box__slider_overlay_link{z-index:1;position:absolute;display:block;width:100%;height:100%}.n2_slider_box__slider_overlay .n2_button{display:inline-block;position:relative;z-index:2;max-width:120px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_slider_box__slider_select_tick{z-index:2;position:absolute;left:8px;top:8px;box-sizing:border-box;width:20px;height:20px;border-radius:3px;border:2px solid #6b7986;cursor:pointer;font-size:16px;line-height:16px;color:#fff}.n2_slider_box__slider_select_tick .ssi_16{display:none}.n2_slider_box__slider_identifiers{z-index:9;position:absolute;left:2px;bottom:2px;display:flex}.n2_slider_box__slider_identifier{margin:3px;padding:0 5px;background-color:#6b7986;border-radius:3px;font-size:12px;line-height:2em;color:#fff;text-transform:uppercase}.n2_slider_box__slider_actions{display:none;position:absolute;right:8px;top:8px;z-index:12}.n2_slider_box:HOVER .n2_slider_box__slider_actions,.n2_slider_box--context-menu .n2_slider_box__slider_actions{display:block}.n2_slide_box__screen_reader{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.n2_slider_manager__action_bar_bulk_actions{display:none}.n2_body--bulk-select .n2_slider_manager__action_bar_bulk_actions,.n2_slider_manager__action_bar_bulk_actions.n2_slider_manager__action_bar_bulk_actions--popover-visible{display:block}.n2_body--bulk-select .n2_header__actions{visibility:hidden}.n2_body--bulk-select .n2_slider_box{opacity:.5}.n2_body--bulk-select .n2_slider_box.n2_slider_box--bulk-selected{opacity:1}.n2_body--bulk-select .n2_slider_box.n2_slider_box--bulk-selected .n2_slider_box__slider_select_tick{background-color:#1d81f9;border-color:#1d81f9}.n2_body--bulk-select .n2_slider_box.n2_slider_box--bulk-selected .n2_slider_box__slider_select_tick .ssi_16{display:block}.n2_body--bulk-select .n2_slider_box__slider_overlay{display:flex}.n2_body--bulk-select .n2_slider_box__slider_overlay_link,.n2_body--bulk-select .n2_slider_box__slider_overlay_edit_button,.n2_body--bulk-select .n2_slider_box__slider_actions{display:none!important}.n2_slider_manager__paginator{align-items:center;opacity:1;display:grid;grid-template-columns:1fr 1fr 1fr}.n2_slider_manager__paginator .n2_slider_manager__paginator_label_item{font-size:14px;color:#325c77}.n2_slider_manager__paginator .n2_slider_manager__paginator_label_item--active{display:block}.n2_slider_manager__paginator .n2_slider_manager__paginator_label_item--empty{display:none}.n2_slider_manager__paginator .n2_slider_manager__paginator_label--nosliders .n2_slider_manager__paginator_label_item--active{display:none}.n2_slider_manager__paginator .n2_slider_manager__paginator_label--nosliders .n2_slider_manager__paginator_label_item--empty{display:block}.n2_slider_manager__paginator .n2_slider_manager__paginator_buttons{display:flex;justify-content:center}.n2_slider_manager__paginator .n2_slider_manager__paginator_item{color:#325c77;font-weight:700;display:inline-flex;align-items:center;font-size:14px;line-height:28px;justify-content:center;margin:0 5px}.n2_slider_manager__paginator .n2_slider_manager__paginator_item--active{color:#1375e9}.n2_slider_manager__paginator .n2_slider_manager__paginator_item_arrow{margin:0}.n2_slider_manager__paginator .n2_slider_manager__paginator_item_arrow i{font-size:10px!important}.n2_slider_manager__paginator .n2_slider_manager__paginator_item_arrow--prev{transform:rotate(180deg)}html[dir=rtl] .n2_slider_manager__paginator .n2_slider_manager__paginator_item_arrow--prev{transform:none}html[dir=rtl] .n2_slider_manager__paginator .n2_slider_manager__paginator_item_arrow--next{transform:rotate(180deg)}.n2_slider_manager__paginator .n2_slider_manager__paginator_item_arrow--disabled{visibility:hidden}.n2_slider_manager__paginator .n2_slider_manager__paginator_limiter{text-align:right}html[dir=rtl] .n2_slider_manager__paginator .n2_slider_manager__paginator_limiter{text-align:left}.n2_new_project{min-height:100%;display:flex;flex-flow:column;justify-content:center}.n2_new_project__heading{margin-top:30px;color:#283f4d;font-size:32px;line-height:40px;text-align:center}.n2_new_project__sub_heading{color:#325c77;font-size:14px;line-height:30px;text-align:center}.n2_new_project__boxes{display:flex;justify-content:space-between;margin:40px -30px}.n2_new_project__box{flex:1 1 50%;margin:0 30px;padding:30px 40px;background-color:#fff;border-radius:10px;text-align:center;cursor:pointer}.n2_new_project__box:HOVER{box-shadow:0 2px 10px 0 rgba(0,0,0,.1)}.n2_new_project__box_heading{color:#283f4d;font-size:22px;line-height:40px}.n2_new_project__box_sub_heading{color:#325c77;font-size:14px;line-height:24px}.n2_new_project__import{display:block;margin:0 auto 20px;font-size:14px;line-height:30px;text-transform:capitalize}.n2_new_project__import:HOVER{color:#005bc6}.n2_new_project__import,.n2_new_project__import:FOCUS{color:#1375e9}.n2_create_new_project{display:flex;flex-flow:column;max-width:840px;margin:0 auto;box-sizing:border-box;min-height:100%;padding:30px 20px}.n2_create_new_project__heading{color:#283f4d;font-size:32px;line-height:40px;text-align:center}.n2_ss_slider_publish{display:flex}.n2_ss_slider_publish__option{padding:40px 20px;flex:1;display:flex;flex-flow:column;align-items:center}.n2_ss_slider_publish__option img{margin-top:15px;max-width:100%}.n2_ss_slider_publish__option .n2_button{margin-top:15px}.n2_ss_slider_publish__option+.n2_ss_slider_publish__option{border-left:1px solid #e4e9ec}html[dir=rtl] .n2_ss_slider_publish__option+.n2_ss_slider_publish__option{border-left:0;border-right:1px solid #e4e9ec}.n2_ss_slider_publish__option_label{line-height:28px;font-size:18px;color:#283f4d}.n2_ss_slider_publish__option_description{text-align:center;line-height:28px;font-size:14px;color:#325c77}.n2_ss_slider_publish__option_code{margin-top:15px;padding:15px 20px;background-color:#f5e293;border-radius:2px;line-height:20px;font-size:13px;color:#325c77}.n2_ss_slider_publish__related_modules{display:flex;flex-wrap:wrap;margin-top:10px}.n2_ss_slider_publish__related_modules .n2_button{margin:3px}.n2_slider_trash{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;position:relative;display:flex;flex-wrap:wrap;margin-left:5px}html[dir=rtl] .n2_slider_trash{margin-left:0;margin-right:5px}.n2_slider_manager__dummy_slider{display:none;background:#f0f4f7;border:2px dashed #94b2c1;flex-flow:column;justify-content:center;align-items:center;box-sizing:border-box}.n2_slider_trash--empty .n2_slider_manager__dummy_slider{display:flex}.n2_slider_manager__dummy_slider_icon{margin:16px 0;color:#94b2c1}.n2_slider_manager__dummy_slider_label{font-size:14px;line-height:22px;color:#325c77;font-weight:700}.n2_slide_manager{position:relative;z-index:1100;font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin:0 -1px}.n2_slide_manager[data-breadcrumbopener="1"]{display:none}.n2_admin_editor_overlay--show-slides .n2_slide_manager[data-breadcrumbopener="1"]{display:flex;flex-flow:column}.n2_slide_manager__inner{background-color:#2c3a45}.n2_slide_manager__exit{flex:1 1 auto;background:rgba(28,41,51,.5);cursor:pointer}.n2_slide_manager__action_bar{position:relative;z-index:3;padding:5px 35px;height:30px;margin-bottom:-40px}.n2_slide_manager__content{position:relative;display:flex;flex-wrap:wrap;padding:30px 30px}.n2_slide_manager__box{position:relative;box-sizing:border-box;flex:0 0 auto;width:200px;height:135px;border-radius:3px;margin:10px;background:#0c1924}.n2_slide_manager__sortable_placeholder{height:135px;margin:5px 0;width:0;box-shadow:0 0 0 2px #1d81f9}.n2_slide_manager__action_bar .n2_button_plain,.n2_slide_manager__action_bar .n2_button_plain:HOVER,.n2_slide_manager__action_bar .n2_button_plain:FOCUS{color:#bdcfd9}.n2_slide_manager__action_bar_bulk_actions{display:none}.n2_slide_manager--bulk-select .n2_slide_manager__action_bar_bulk_actions,.n2_slide_manager__action_bar_bulk_actions .n2_slide_manager__action_bar_bulk_actions--popover-visible{display:block}.n2_slide_manager--bulk-select .n2_slide_box{opacity:.5}.n2_slide_manager--bulk-select .n2_slide_box.n2_slide_box--bulk-selected{opacity:1}.n2_slide_manager--bulk-select .n2_slide_box.n2_slide_box--bulk-selected .n2_slide_box__slide_select_tick{background-color:#1d81f9;border-color:#1d81f9}.n2_slide_manager--bulk-select .n2_slide_box.n2_slide_box--bulk-selected .n2_slide_box__slide_select_tick .ssi_16{display:block}.n2_slide_manager--bulk-select .n2_slide_box__slide_overlay{display:flex}.n2_slide_manager--bulk-select .n2_slide_box__slide_overlay_link,.n2_slide_manager--bulk-select .n2_slide_box__slide_overlay_edit_button,.n2_slide_manager--bulk-select .n2_slide_box__slide_actions{display:none!important}.n2_slide_manager__add_slide{background-color:#04c018;padding:16px 0;display:flex;flex-flow:column;justify-content:center;align-items:center;color:#fff;cursor:pointer}.n2_slide_manager__add_slide:HOVER{background-color:#07ca1c}.n2_slide_manager__add_slide_icon{font-size:48px;margin:16px 0}.n2_slide_manager__add_slide_label{font-size:14px;line-height:22px;font-weight:700;text-transform:uppercase;max-width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_slide_manager__add_slide_label--close{display:none}.n2_slide_manager--add-slide .n2_slide_manager__add_slide{background-color:#6b7986}.n2_slide_manager--add-slide .n2_slide_manager__add_slide:HOVER{background-color:#8694a2}.n2_slide_manager--add-slide .n2_slide_manager__add_slide_icon{transform:rotateZ(45deg)}.n2_slide_manager--add-slide .n2_slide_manager__add_slide_label--add-slide{display:none}.n2_slide_manager--add-slide .n2_slide_manager__add_slide_label--close{display:block}.n2_slide_manager__add_slide_actions{overflow:hidden;height:0;transition:height .4s}.n2_slide_manager--add-slide .n2_slide_manager__add_slide_actions{height:150px}.n2_slide_manager__add_slide_actions_inner{display:flex;padding:10px 30px}.n2_slide_manager__add_slide_action{display:flex;flex-flow:column;align-items:center;justify-content:center;margin:10px;width:140px;height:110px;box-sizing:border-box;padding:14px 0;border-radius:3px}.n2_slide_manager__add_slide_action,.n2_slide_manager__add_slide_action:HOVER,.n2_slide_manager__add_slide_action:FOCUS{color:#bdcfd9}.n2_slide_manager__add_slide_action:not(:first-child):HOVER{color:#fff}.n2_slide_manager__add_slide_action--image{background-color:#04c018}.n2_slide_manager__add_slide_action--image:HOVER{background-color:#07ca1c}.n2_slide_manager__add_slide_action--image,.n2_slide_manager__add_slide_action--image:HOVER,.n2_slide_manager__add_slide_action--image:FOCUS{color:#fff}.n2_slide_manager__add_slide_action_icon{padding:4px 0;font-size:48px;display:flex}.n2_slide_manager__add_slide_action_label{font-size:14px;line-height:26px;font-weight:700;text-transform:capitalize;max-width:120px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_slide_manager__dummy_slide{display:none;background-color:#2c3a45;border:2px dashed #bdcfd9;padding:16px 0;flex-flow:column;justify-content:center;align-items:center;color:#bdcfd9;cursor:pointer}html[data-slides="0"] .n2_slide_manager__dummy_slide{display:flex}.n2_slide_manager__dummy_slide_icon{margin:16px 0}.n2_slide_manager__dummy_slide_label{font-size:14px;line-height:22px}.n2_slide_box{position:relative;opacity:.5;display:flex;flex-flow:column;transition:opacity .6s}.n2_slide_box.n2_slide_box--published{opacity:1}.n2_slide_box--currently-edited{box-shadow:0 0 0 3px #1d81f9}.n2_slide_box--just-added{opacity:0}.n2_slide_box__content{position:relative;height:100%;border-top-left-radius:3px;border-top-right-radius:3px;background-size:cover;background-position:50% 0;background-repeat:no-repeat}.n2_slide_box__footer{flex:0 0 auto;padding:9px 10px;background-color:#0c1924;border-bottom-left-radius:3px;border-bottom-right-radius:3px;display:flex;align-items:center}.n2_slide_box__footer_title{display:block;padding:0 5px;box-sizing:border-box;width:100%;min-height:20px;max-height:60px;overflow:hidden;word-wrap:break-word;cursor:text;font-size:14px;line-height:20px;font-weight:700;color:#bdcfd9}.n2_slide_box__footer_status{margin-left:auto;display:flex;align-items:center}.n2_slide_box__footer_status>*{display:flex;padding:3px}.n2_slide_box__footer_status_first_slide{display:none;color:#e19f21}.n2_slide_box--first-slide .n2_slide_box__footer_status_first_slide{display:flex}.n2_slide_box__footer_status_published{display:none}.n2_slide_box--published .n2_slide_box__footer_status_published{display:flex}.n2_slide_box__footer_status_published,.n2_slide_box__footer_status_published:HOVER,.n2_slide_box__footer_status_published:FOCUS{color:#04c018}.n2_slide_box--published .n2_slide_box__footer_status_unpublished{display:none}.n2_slide_box__footer_status_unpublished,.n2_slide_box__footer_status_unpublished:HOVER,.n2_slide_box__footer_status_unpublished:FOCUS{color:#bdcfd9}.n2_slide_box__footer_status_hidden{display:none}.n2_slide_box__footer_status_hidden:not([data-n2tip=""]){display:flex}.n2_slide_box__footer_status_hidden,.n2_slide_box__footer_status_hidden:HOVER,.n2_slide_box__footer_status_hidden:FOCUS{color:#bdcfd9}.n2_slide_box__slide_overlay{display:none;z-index:2;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(32,41,52,.9);border-top-left-radius:3px;border-top-right-radius:3px;justify-content:center;align-items:center}.n2_slide_box:HOVER .n2_slide_box__slide_overlay,.n2_slide_box--context-menu .n2_slide_box__slide_overlay{display:flex}.n2_slide_box__slide_overlay_link{z-index:1;position:absolute;display:block;width:100%;height:100%}.n2_slide_box__slide_overlay_edit_button{position:relative;z-index:2;padding:0 10px;line-height:28px;border-radius:2px;background-color:#04c018;font-size:11px;text-transform:uppercase;max-width:100px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_slide_box__slide_overlay_edit_button:HOVER{background-color:#07ca1c}.n2_slide_box__slide_overlay_edit_button,.n2_slide_box__slide_overlay_edit_button:HOVER,.n2_slide_box__slide_overlay_edit_button:FOCUS{color:#fff}.n2_slide_box--currently-edited .n2_slide_box__slide_overlay_link,.n2_slide_box--currently-edited .n2_slide_box__slide_overlay_edit_button{display:none}.n2_slide_box__slide_select_tick{z-index:2;position:absolute;left:8px;top:8px;box-sizing:border-box;width:20px;height:20px;border-radius:3px;border:2px solid #6b7986;cursor:pointer;font-size:16px;line-height:16px;color:#fff}.n2_slide_box__slide_select_tick .ssi_16{display:none}html[dir=rtl] .n2_slide_box__slide_select_tick{right:8px;left:auto}.n2_slide_box__slide_actions{display:none;position:absolute;right:8px;top:8px;z-index:12}.n2_slide_box:HOVER .n2_slide_box__slide_actions,.n2_slide_box--context-menu .n2_slide_box__slide_actions{display:block}html[dir=rtl] .n2_slide_box__slide_actions{left:8px;right:auto}.n2_slide_box__details{z-index:1;position:absolute;left:5px;bottom:5px;display:flex;flex-flow:column}.n2_slide_box__details>*{margin:5px;padding:0 3px;background-color:#6b7986;border-radius:3px;font-size:11px;line-height:2em;color:#fff}.n2_slide_box__details_static_slide{text-transform:uppercase}.n2_slide_manager__block_notice{background-color:#0c1924;display:flex;align-items:center;justify-content:center;text-align:center;flex-flow:column}html[data-slides="0"] .n2_slide_manager__block_notice,html[data-slides="1"] .n2_slide_manager__block_notice{display:none}.n2_slide_manager__block_notice_description{margin-bottom:10px}.n2_slide_manager__block_notice_button{background:#1375e9;line-height:30px;border-radius:3px;padding:0 10px;font-size:11px;text-transform:uppercase;font-weight:700;cursor:pointer}.n2_slide_manager__block_notice_button:HOVER{background-color:#005bc6}.n2_slide_manager__block_notice_button,.n2_slide_manager__block_notice_button:HOVER,.n2_slide_manager__block_notice_button:FOCUS{color:#fff}.n2_nav_bar__breadcrumb_button_slides{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.n2_nav_bar__breadcrumb_button_slides .ssi_16{display:inline-block;vertical-align:middle}.n2_admin_editor_overlay--show-slides .n2_nav_bar__breadcrumb_button_slides span .ssi_16{transform:rotateZ(180deg)}.n2_breadcrumbs__breadcrumb--active .n2_nav_bar__breadcrumb_button_slides,.n2_breadcrumbs__breadcrumb--active .n2_nav_bar__breadcrumb_button_slides:HOVER,.n2_breadcrumbs__breadcrumb--active .n2_nav_bar__breadcrumb_button_slides:FOCUS{color:#94b2c1}.n2_admin_editor_overlay--show-slides .n2_breadcrumbs__breadcrumb--active .n2_nav_bar__breadcrumb_button_slides,.n2_admin_editor_overlay--show-slides .n2_breadcrumbs__breadcrumb--active .n2_nav_bar__breadcrumb_button_slides:HOVER,.n2_admin_editor_overlay--show-slides .n2_breadcrumbs__breadcrumb--active .n2_nav_bar__breadcrumb_button_slides:FOCUS{color:#fff}.n2_ss_history_action{opacity:.5}.n2_ss_history_action--allowed{opacity:1}#n2-admin[data-slide-background-type=image] .n2_form__table_row[data-field=table-row-background-video]{display:none}#n2-admin[data-slide-background-type=color] .n2_form__table_row[data-field=table-row-background-video],#n2-admin[data-slide-background-type=color] .n2_form__table_row[data-field=table-row-background-image],#n2-admin[data-slide-background-type=color] .n2_field[data-field=slidebackgroundColorOverlay]{display:none}.n2_admin_editor_overlay__middle{flex:1 1 auto;display:flex}[dir=rtl] .n2_admin_editor_overlay__middle{flex-flow:row-reverse}.n2_admin_editor_overlay__middle_center{position:relative;flex:1 1 auto;overflow:hidden}.n2_add_layer{visibility:visible;flex:0 0 auto;position:relative;display:flex;width:50px;z-index:10}.n2_add_layer__bar{position:relative;width:100%;height:100%;background-color:#0c1924;overflow:hidden}.n2_add_layer__bar .n2_button_plain_icon,.n2_add_layer__bar .n2_button_plain_icon:HOVER,.n2_add_layer__bar .n2_button_plain_icon:FOCUS{color:#94b2c1}.n2_add_layer__bar .n2_button_plain_icon--active{background:#1d81f9}.n2_add_layer__bar .n2_button_plain_icon--active,.n2_add_layer__bar .n2_button_plain_icon--active:HOVER,.n2_add_layer__bar .n2_button_plain_icon--active:FOCUS{color:#fff}.n2_add_layer__bar .n2_timeline_control_play_pause--playing{background:#1d81f9}.n2_add_layer__bar .n2_timeline_control_play_pause--playing,.n2_add_layer__bar .n2_timeline_control_play_pause--playing:HOVER,.n2_add_layer__bar .n2_timeline_control_play_pause--playing:FOCUS{color:#fff}.n2_add_layer__bar .n2_timeline_control_play_pause--playing .ssi_24::before{content:"\E16D"}.n2_add_layer__bar_top,.n2_add_layer__bar_bottom{background-color:#0c1924;position:absolute;left:0;display:flex;flex-flow:column;align-items:center;padding:0 10px}.n2_add_layer__bar_top{top:0}.n2_add_layer__bar_top>*{margin-bottom:14px}.n2_add_layer__bar_bottom{bottom:0}.n2_add_layer__bar_bottom>*{margin-bottom:14px}.n2_add_layer__bar_button{flex:0 0 auto;border-radius:2px}.n2_add_layer__more{display:none;flex-flow:column;position:absolute;left:0;top:0;width:330px;height:100%;background-color:#2c3a45}.n2_admin_editor_overlay--show-add-more .n2_add_layer__more{display:flex}.n2_add_layer__more_tab_buttons{flex:0 0 auto;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.n2_add_layer__more_tab_button{flex:1 1 0;display:flex;align-items:center;flex-flow:column;padding:14px 0 6px;text-align:center;cursor:pointer;background-color:#0c1924;color:#94b2c1}.n2_add_layer__more_tab_button--active{background-color:#1d81f9;color:#fff}.n2_add_layer__more_tab_button_icon{display:flex;align-items:center;justify-content:center}.n2_add_layer__more_tab_button_label{font-size:11px;line-height:26px;text-transform:uppercase;font-weight:700;max-width:145px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_add_layer__more_tab{display:none;flex-flow:column;flex:1 1 auto;overflow:hidden}.n2_add_layer__more_tab--active{display:flex}.n2_add_layer__more_layers{flex:1 1 auto;overflow-y:auto}.n2_add_layer_group{margin-bottom:10px}.n2_add_layer_group__label{padding:8px 20px;background-color:#1c2933;border-bottom:1px solid #131c23;color:#94b2c1;font-size:12px;line-height:28px;font-weight:700;text-transform:uppercase;margin-bottom:10px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_add_layer_group__content{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;padding:0 10px}.n2_add_layer_box{padding:6px 8px;background-color:#6b7986;border-radius:2px;text-align:center;cursor:pointer}.n2_add_layer_box.n2-ss-layer--drag{pointer-events:none;width:90px;opacity:.8;z-index:9999;margin:0}.n2_add_layer_box__icon{display:flex;align-items:center;justify-content:center;margin-top:4px;color:#fff}.n2_add_layer_box__label_wrap{display:flex;flex-flow:column;justify-content:center;min-height:32px}.n2_add_layer_box__label{font-size:12px;line-height:14px;color:#fff;font-weight:700;text-transform:capitalize}.n2_add_layer__more_position{flex:0 0 auto;display:flex;align-items:center;height:50px;background-color:#0c1924;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.n2_add_layer_position__label{flex:1 1 50%;padding:0 5px;color:#94b2c1;font-size:12px;line-height:24px;font-weight:700;text-transform:uppercase;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_add_layer_position__default_label{text-align:right}.n2_add_layer_position[data-position=default] .n2_add_layer_position__default_label{color:#fff;cursor:initial}html[dir=rtl] .n2_add_layer_position__default_label{text-align:left}.n2_add_layer_position__absolute_label{text-align:left}.n2_add_layer_position[data-position=absolute] .n2_add_layer_position__absolute_label{color:#fff;cursor:initial}html[dir=rtl] .n2_add_layer_position__absolute_label{text-align:right}.n2_add_layer_position__switch{padding:3px;width:44px;height:24px;box-sizing:border-box;background-color:#1d81f9;border-radius:12px;cursor:pointer;transition:background-color .3s}.n2_add_layer_position[data-position=absolute] .n2_add_layer_position__switch{background-color:#5f39c2}.n2_add_layer_position__switch_dot{width:18px;height:18px;background-color:#fff;border-radius:18px;box-shadow:0 0 0 1px rgba(0,0,0,.1);transition:transform .3s}.n2_add_layer_position[data-position=absolute] .n2_add_layer_position__switch_dot{transform:translateX(20px)}html[dir=rtl] .n2_add_layer_position[data-position=absolute] .n2_add_layer_position__switch_dot{transform:translateX(-20px)}.n2_add_layer_library__title,.n2_add_layer_library_tag__title{display:flex;padding:7px 10px;background-color:#1c2933;border-bottom:1px solid #131c23}.n2_add_layer_library__title_label,.n2_add_layer_library_tag__title_label{padding:0 10px;flex:1 1 auto;color:#94b2c1;font-size:12px;line-height:30px;font-weight:700;text-transform:uppercase}.n2_add_layer_library__theme{display:none;position:relative;overflow-y:scroll;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.n2_add_layer_library__theme--active{display:block}.n2_add_layer_library_tag__title{cursor:pointer}.n2_add_layer_library_tag__title_opener{display:flex;align-items:center;justify-content:center;width:30px;color:#94b2c1}.n2_add_layer_library_tag--active .n2_add_layer_library_tag__title_opener{transform:rotateZ(180deg)}.n2_add_layer_library_tag__sections{flex-flow:column;align-items:center;padding:10px 0}.n2_add_layer_library_tag .n2_add_layer_library_tag__sections{display:none}.n2_add_layer_library_tag--active .n2_add_layer_library_tag__sections{display:flex}.n2_add_layer_library_tag__section{position:relative;margin:10px 0;width:270px;border-radius:3px;overflow:hidden}.n2_add_layer_library_tag__section img{display:block;width:100%}.n2_add_layer_library_tag__section--available{cursor:pointer}.n2_add_layer_library_tag__section_pro{z-index:10;position:absolute;top:5px;right:5px;padding:0 5px;background-color:#6b7986;border-radius:3px;font-size:12px;line-height:2em;color:#fff}.n2_add_layer_library_tag__section_overlay{display:none;z-index:9;position:absolute;left:0;top:0;width:100%;height:100%;padding:0 40px;box-sizing:border-box;background:rgba(12,25,36,.9);align-items:center;color:#94b2c1;font-size:14px;line-height:22px;text-align:center}.n2_add_layer_library_tag__section_overlay a,.n2_add_layer_library_tag__section_overlay a:HOVER,.n2_add_layer_library_tag__section_overlay a:FOCUS{color:#1d81f9}.n2_add_layer_library_tag__section:HOVER .n2_add_layer_library_tag__section_overlay{display:flex}.n2_ss_layer_window{visibility:visible;z-index:5;position:absolute!important;left:100px;top:100px;display:none;flex-flow:column;width:355px}.n2_body--layer-window-visible .n2_ss_layer_window{display:flex}.n2_body--show-add-more .n2_ss_layer_window,.n2_body--drag-layer .n2_ss_layer_window,.n2_body--resize-absolute .n2_ss_layer_window,.n2_body--resize-editor .n2_ss_layer_window{display:none}.n2_ss_layer_window__resize{flex:0 0 auto;position:static!important;height:7px;width:100%;cursor:ns-resize;background-color:#0c1924;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.n2_ss_layer_window__crop{flex:1 1 auto;display:flex;flex-flow:column;position:relative;width:100%;border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:0 1px 10px 0 rgba(0,0,0,.3);overflow:hidden;background-color:#0c1924;z-index:2}.n2_ss_layer_window__title{flex:0 0 auto;display:flex;position:relative;line-height:36px;height:36px;overflow:hidden;background-color:#0c1924;font-size:14px;color:#94b2c1;cursor:move;border-top-left-radius:5px;border-top-right-radius:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.n2_ss_layer_window__title_nav a{display:block;width:36px;height:36px;text-align:center}.n2_ss_layer_window__title_nav_button{margin:6px;display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:2px;cursor:pointer;color:#94b2c1}.n2_admin_editor_overlay--attached-layer-list .n2_ss_layer_window__title_nav_button_layer_list{background-color:#1d81f9;color:#fff}.n2_ss_layer_window__title_inner{flex:1 1 auto;padding:0 20px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.n2_ss_layer_window__tab_buttons{flex:0 0 auto;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.n2_ss_layer_window__tab_buttons[data-visible-tabs="1"]{display:none}.n2_admin_editor_overlay--attached-layer-list .n2_ss_layer_window__tab_buttons{display:none}.n2_ss_layer_window__tab_button{display:none;flex:1 1 0;width:33%;flex-flow:column;align-items:center;padding:11px 0 2px;cursor:pointer;background-color:#0c1924;color:#94b2c1}.n2_ss_layer_window__tab_button_icon{display:flex;align-items:center;justify-content:center}.n2_ss_layer_window__tab_button_label{font-size:11px;line-height:23px;text-transform:uppercase;font-weight:700;max-width:100px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_ss_layer_window__tab_button--allowed{display:flex}.n2_ss_layer_window__tab_button--allowed.n2_ss_layer_window__tab_button--active{background-color:#1d81f9;color:#fff}.n2_ss_layer_window__tab_container{position:relative;flex:1 1 auto;overflow-x:hidden;overflow-y:scroll;background-color:#3a4956}.n2_admin_editor_overlay--attached-layer-list .n2_ss_layer_window__tab_container{display:none}.n2_ss_layer_window__tab{display:none;color:#fff}.n2_ss_layer_window__tab[data-tab=item]>*{display:none}.n2_ss_layer_window__tab--allowed.n2_ss_layer_window__tab--active{display:block}.n2_ss_layer_window__tab_panel{display:none}.n2_ss_layer_window__tab_panel--active{display:block}.n2_ss_layer_window [data-generator-related="1"]{display:none}.n2_ss_body--dynamic-slide .n2_ss_layer_window [data-generator-related="1"]{display:block}body[data-device=desktopPortrait] .n2_field[data-field=layer-clear-device-specific-changes],body[data-device=desktopPortrait] .n2_field[data-field=layer-slide-clear-device-specific-changes]{display:none}.n2_admin_editor_overlay--attached-layer-list .n2_layer_navigation_list_title{display:none}.n2_admin_editor_overlay--attached-layer-list .n2_layer_navigation{flex:1 1 auto;width:100%!important;height:auto!important;max-height:none;overflow:auto}.n2_admin_editor_overlay--attached-layer-list .n2_layer_navigation_list{width:100%;overflow-y:auto!important}.n2_admin_editor_overlay--attached-layer-list .n2_layer_navigation_list_layers{padding-bottom:0!important}.n2_admin_editor_overlay--attached-layer-list .n2_layer_navigation_list_layer__title{border-right:0}.n2_admin_editor_overlay--attached-layer-list .n2_timeline{width:0;overflow:hidden}.n2_fields_layer_window__title_fields .n2_form__table_label_field:last-child{margin-right:0}.n2_fields_layer_window[data-fieldset-type=style-mode][data-state=""] .n2_form__table_label_field[data-style-mode-feature=reset-to-normal]{display:none}.n2_ss_design_layer_window_design{display:none}.n2_ss_design_layer_window_design--visible{display:block}.n2_layer_window_design_preset{display:flex;padding:7px 10px;background-color:#1c2933;border-bottom:1px solid #131c23}.n2_layer_window_design_preset__label_container{flex:1 1 auto;display:inline-flex;align-items:center;height:30px}.n2_layer_window_design_preset__label_container .ssi_16--info{margin:0 5px;color:#94b2c1}.n2_layer_window_design_preset__label{font-size:12px;font-weight:700;text-transform:uppercase;color:#94b2c1;max-width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_layer_window_design_preset__fields{display:flex}.n2_layer_window_design_preset__presets{display:none}.n2_layer_window_design_preset__button_choose{display:inline-flex;vertical-align:top;width:30px;height:30px;background-color:#04c018;border-radius:2px;align-items:center;justify-content:center;font-size:16px}.n2_layer_window_design_preset__button_choose:HOVER{background-color:#07ca1c}.n2_layer_window_design_preset__button_choose,.n2_layer_window_design_preset__button_choose:HOVER,.n2_layer_window_design_preset__button_choose:FOCUS{color:#fff}.n2_layer_window_design_preset__button_back{display:none;vertical-align:top;width:30px;height:30px;background-color:#6b7986;border-radius:2px;align-items:center;justify-content:center;font-size:16px}.n2_layer_window_design_preset__button_back:HOVER{background-color:#8694a2}.n2_layer_window_design_preset__button_back,.n2_layer_window_design_preset__button_back:HOVER,.n2_layer_window_design_preset__button_back:FOCUS{color:#fff}.n2_layer_window_design_preset__fields_secondary{display:inline-flex;vertical-align:top;margin:0 10px}.n2_layer_window_design_preset__button_secondary{display:inline-flex;vertical-align:top;width:30px;height:30px;font-size:16px;align-items:center;justify-content:center}.n2_layer_window_design_preset__button_secondary,.n2_layer_window_design_preset__button_secondary:HOVER,.n2_layer_window_design_preset__button_secondary:FOCUS{color:#94b2c1}.n2_ss_layer_window--show-presets .n2_ss_layer_window__tab_panel:not([data-panel=item]){display:none}.n2_ss_layer_window--show-presets .n2_ss_design_layer_window_design .n2_fields_layer_window{display:none}.n2_ss_layer_window--show-presets .n2_layer_window_design_preset__fields_secondary,.n2_ss_layer_window--show-presets .n2_layer_window_design_preset__button_choose{display:none}.n2_ss_layer_window--show-presets .n2_layer_window_design_preset__button_back{display:inline-flex}.n2_ss_layer_window--show-presets .n2_layer_window_design_preset{position:-webkit-sticky;position:sticky;top:0}.n2_ss_layer_window--show-presets .n2_layer_window_design_preset__presets{display:block}.n2_fields_layer_window[data-fieldset-type=design][data-state="0"] .n2_form__table_label_field[data-design-feature=reset-to-normal]{display:none}.n2_fields_layer_window[data-fieldset-type=design][data-elements="0"]{display:none}.n2_fields_layer_window[data-fieldset-type=design][data-elements="1"] [data-design-feature=element]{display:none}.n2_layer_window_design_preset__preset_list_preset{display:flex;padding:5px 10px;background-color:#2c3a45;border-bottom:1px solid #131c23;cursor:pointer}.n2_layer_window_design_preset__preset_list_preset span{font-size:12px;line-height:30px;margin-right:auto;color:#bdcfd9}html[dir=rtl] .n2_layer_window_design_preset__preset_list_preset span{margin-right:0;margin-left:auto}.n2_layer_window_design_preset__preset_list_preset_buttons{display:inline-flex}.n2_layer_window_design_preset__preset_list_preset_button{display:inline-flex;vertical-align:top;width:30px;height:30px;font-size:16px;align-items:center;justify-content:center;cursor:pointer;color:#94b2c1}.n2_container_animation__buttons{display:flex;align-items:center;padding:8px 10px;background-color:#0c1924}.n2_container_animation__button{flex:1 1 0;padding:6px 5px;color:#94b2c1;font-size:12px;line-height:16px;border-radius:14px;text-align:center;text-transform:uppercase;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_container_animation__button--active{background-color:#1d81f9;color:#fff}.n2_container_animation__tab{display:none}.n2_container_animation__tab--active{display:block}.n2_layer_window_animations_presets__buttons{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;padding:10px;background-color:#3a4956}.n2_layer_window_animations_presets__button{padding:10px 8px 5px;border-radius:3px;background-color:#6b7986;color:#fff;text-align:center;cursor:pointer}.n2_layer_window_animations_presets__button .ssi_24{margin-bottom:5px;display:block}.n2_layer_window_animations_presets__button--active{background-color:#1d81f9}.n2_layer_window_animations_presets__button_label{font-size:12px;line-height:20px;max-width:56px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_layer_window_animations_presets__presets{display:none}.n2_layer_window_animations_presets__presets--active{display:block}.n2_layer_window_animations_presets__preset{padding:10px 20px;background-color:#2c3a45;border-bottom:1px solid #1e2830;color:#94b2c1;font-size:12px;line-height:20px;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_layer_window_animations_editor .n2_fields_layer_window[data-field=fieldset-layer-window-layer-animation-basic-form-in],.n2_layer_window_animations_editor .n2_fields_layer_window[data-field=fieldset-layer-window-layer-animation-basic-form-loop],.n2_layer_window_animations_editor .n2_fields_layer_window[data-field=fieldset-layer-window-layer-animation-basic-form-out]{display:none}.n2_layer_window_animations_editor--settings .n2_fields_layer_window[data-field=fieldset-layer-window-layer-animation-basic-form-in],.n2_layer_window_animations_editor--settings .n2_fields_layer_window[data-field=fieldset-layer-window-layer-animation-basic-form-loop],.n2_layer_window_animations_editor--settings .n2_fields_layer_window[data-field=fieldset-layer-window-layer-animation-basic-form-out]{display:block}.n2_layer_window_animations_editor__title{display:flex;padding:7px 0;background-color:#1c2933;border-bottom:1px solid #131c23}.n2_layer_window_animations_editor__label{flex:1 1 auto;font-size:12px;line-height:30px;color:#94b2c1}.n2_layer_window_animations_editor__title_left{padding:0 10px}.n2_layer_window_animations_editor__button_play{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:2px;background-color:#6b7986;font-size:16px;color:#fff;cursor:pointer}.n2_layer_window_animations_editor__button_play--active{background-color:#1d81f9}.n2_layer_window_animations_editor__button_play--active .ssi_16::before{content:"\E607"}.n2_layer_window_animations_editor__title_right{padding:0 5px}.n2_layer_window_animations_editor__button_settings{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:2px;font-size:16px;color:#94b2c1;cursor:pointer}.n2_layer_window_animations_editor__button_settings--active{background-color:#1d81f9;color:#fff}.n2_layer_window_animations_editor__button_delete{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:2px;font-size:16px;color:#94b2c1;cursor:pointer}.n2_layer_window_animations_editor_basic{position:relative}.n2_layer_window_animations_editor_basic__keyframe.n2-ui-sortable-helper{width:100%;opacity:.5}.n2_layer_window_animations_editor_basic__keyframe--sort .n2_fields_layer_window{display:none}.n2_layer_window_animations_editor_basic__keyframe_title{display:flex;padding:5px 0;background-color:#2c3a45;border-bottom:1px solid #1e2830;color:#94b2c1;font-size:12px;line-height:30px;cursor:pointer}.n2_layer_window_animations_editor_basic__keyframe--active .n2_layer_window_animations_editor_basic__keyframe_title{background-color:#1d81f9;color:#fff}.n2_layer_window_animations_editor_basic--single-keyframe .n2_layer_window_animations_editor_basic__keyframe--active .n2_layer_window_animations_editor_basic__keyframe_title{background-color:#2c3a45;color:#94b2c1;cursor:initial}.n2_layer_window_animations_editor_basic__keyframe_label{flex:1 1 auto;padding:0 20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.n2_layer_window_animations_editor_basic__keyframe_delete{margin:0 5px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:2px;font-size:16px;color:#94b2c1;cursor:pointer}.n2_layer_window_animations_editor_basic__keyframe--active .n2_layer_window_animations_editor_basic__keyframe_delete{color:#fff}.n2_layer_window_animations_editor_basic--single-keyframe .n2_layer_window_animations_editor_basic__keyframe_delete{display:none}.n2_layer_window_animations_editor_basic__add_keyframe{display:flex;justify-content:center;padding:10px 0}.n2_layer_window_animations_editor_basic__button_add_keyframe{padding:0 10px;background-color:#6b7986;border-radius:3px;font-size:11px;line-height:30px;text-transform:uppercase;color:#fff;cursor:pointer}.n2_layer_window_animations_editor_basic__button_add_keyframe:HOVER{background-color:#8694a2}[data-devicespecific]{position:relative}#n2-ss-devicespecific-settings{position:absolute;bottom:40px;left:0;margin:0 10px;white-space:nowrap;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;border-radius:3px;overflow:hidden;background:#a1aeb5}html[dir=rtl] #n2-ss-devicespecific-settings{left:auto;right:0}#n2-ss-devicespecific-settings *{cursor:pointer;background:#a1aeb5;display:inline-block;width:20px;height:20px;padding:5px;line-height:20px;text-align:center;font-size:16px;color:#fff}body[data-device=desktopPortrait] #n2-ss-devicespecific-settings .ssi_16--desktopportrait,body[data-device=desktopLandscape] #n2-ss-devicespecific-settings .ssi_16--desktoplandscape,body[data-device=tabletPortrait] #n2-ss-devicespecific-settings .ssi_16--tabletportrait,body[data-device=tabletLandscape] #n2-ss-devicespecific-settings .ssi_16--tabletportraitlarge,body[data-device=mobilePortrait] #n2-ss-devicespecific-settings .ssi_16--mobileportrait,body[data-device=mobileLandscape] #n2-ss-devicespecific-settings .ssi_16--mobileportraitlarge{background:#1d81f9}[data-placement=absolute] [data-placement]:not([data-placement=absolute]):not([data-placement=all]),[data-placement=content] [data-placement]:not([data-placement=content]):not([data-placement=all]),[data-placement=normal] [data-placement]:not([data-placement=normal]):not([data-placement=all]),[data-placement=default] [data-placement]:not([data-placement=default]):not([data-placement=all]),[data-placement=""] [data-placement]{display:none!important}.n2_layer_navigation{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex:0 0 auto;visibility:visible;display:flex;overflow:hidden;max-height:0;z-index:2}.n2_admin_editor_overlay--show-layer-navigation:not(.n2_admin_editor_overlay--show-add-more) .n2_layer_navigation{max-height:none;overflow:auto}.n2_layer_navigation_list{position:relative;width:340px;flex:0 0 auto;overflow-y:auto;overflow-x:hidden;background-color:#1c2933}.n2_layer_navigation--has_timeline .n2_layer_navigation_list{overflow:hidden}.n2_layer_navigation_list_title{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;align-items:center;background-color:#0c1924;height:48px}.n2_layer_navigation_list_title__hide{position:relative;z-index:2;margin:10px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background-color:#1d81f9;border-radius:2px;cursor:pointer;color:#fff;font-size:16px}.n2_layer_navigation_list_title__label{z-index:1;position:absolute;left:0;top:0;width:100%;text-align:center;cursor:ns-resize;font-size:18px;line-height:48px;color:#fff}.n2_layer_navigation_list_layers{position:relative}.n2_layer_navigation_list_layers__sortable_placeholder{position:relative;height:0;z-index:1001;box-shadow:0 0 0 2px #1d81f9}.n2_layer_navigation_list_layer{position:relative}.n2_layer_navigation_list_layer__title{position:relative;display:flex;height:32px;background-color:#1c2933;border-right:1px solid #0c1924;border-bottom:1px solid #0c1924;color:#94b2c1;cursor:pointer}.n2_layer_navigation_list_layer__title[data-rows="2"]{height:64px}.n2_layer_navigation_list_layer__title:HOVER{background-color:#0c1924;border-bottom:1px solid #0c1924}.n2_layer_navigation_list_layer--active>.n2_layer_navigation_list_layer__title{background-color:#1d81f9;border-color:#1d81f9;color:#fff}.n2_layer_navigation_list_layer--absolute.n2_layer_navigation_list_layer--active>.n2_layer_navigation_list_layer__title{background-color:#5f39c2;border-color:#5f39c2;color:#fff}.n2_layer_navigation_list_layer--absolute.n2_layer_navigation_list_layer--active>.n2_layer_navigation_list_layer__title .n2_layer_navigation_list_layer__title_label_icon{color:#fff}.n2_layer_navigation_list_layer--drop>.n2_layer_navigation_list_layer__title{background:#0c1924;border-color:#0c1924}.n2_layer_navigation_list_layer__title_label{flex:1 1 auto;display:flex;align-items:center;line-height:32px;padding-left:10px;overflow:hidden}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__title_label{padding-left:20px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layers__sortable_placeholder{margin-left:30px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__title_label{padding-left:30px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layers__sortable_placeholder{margin-left:40px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__title_label{padding-left:40px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layers__sortable_placeholder{margin-left:50px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__title_label{padding-left:50px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layers__sortable_placeholder{margin-left:60px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__title_label{padding-left:60px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layers__sortable_placeholder{margin-left:70px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__title_label{padding-left:70px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layers__sortable_placeholder{margin-left:80px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__title_label{padding-left:80px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layers__sortable_placeholder{margin-left:90px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__title_label{padding-left:90px}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layers__sortable_placeholder{margin-left:100px}.n2_layer_navigation_list_layer__title_label_icon{display:inline-flex;align-items:center;justify-content:center;margin:0 3px;width:20px;height:20px;font-size:16px}.n2_layer_navigation_list_layer__title_label_icon[data-action=hide-show]:HOVER .ssi_16::before{content:"\E60F"}.n2_layer_navigation_list_layer__title--hidden>.n2_layer_navigation_list_layer__title_label .n2_layer_navigation_list_layer__title_label_icon .ssi_16::before{content:"\E923"}.n2_layer_navigation_list_layer__title_label_folder{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;font-size:16px;cursor:pointer;opacity:.5}.n2_layer_navigation_list_layer__title_label_folder .ssi_16::before{content:"\E19E"}.n2_layer_navigation_list_layer__children .n2_layer_navigation_list_layer__title_label_folder{margin-left:-12px}.n2_layer_navigation_list_layer__title_label_folder:HOVER{opacity:1}.n2_layer_navigation_list_layer--closed .n2_layer_navigation_list_layer__title_label_folder .ssi_16::before{content:"\E19D"}.n2_layer_navigation_list_layer__title_label_text{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px;text-transform:capitalize;font-weight:700}.n2_layer_navigation_list_layer__title_label_text[contenteditable=true]:focus{text-overflow:initial;cursor:initial}.n2_layer_navigation_list_layer__title_label_text::selection{background:rgba(255,255,255,.99);color:#1d81f9}.n2_layer_navigation_list_layer__title_actions{display:flex;align-items:center;padding:0 5px}.n2_layer_navigation_list_layer__title_action{margin:3px;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:16px;cursor:pointer}.n2_layer_navigation_list_layer__title_label_rename{display:inline-flex;align-items:center;justify-content:center;width:12px;height:32px;opacity:.5;cursor:pointer}.n2_layer_navigation_list_layer__title_label_rename:HOVER{opacity:1}.n2_layer_navigation_list_layer__title--hidden .n2_layer_navigation_list_layer__title_action_hide .ssi_16::before{content:"\E923"}.n2_ss_layer_window .n2_layer_navigation_list_layer__title_action--add-animation,.n2_layer_navigation_list_layer__title--has-animations .n2_layer_navigation_list_layer__title_action--add-animation{display:none}.n2_ss_layer_window .n2_layer_navigation_list_layer__title_action--remove-animation,.n2_layer_navigation_list_layer__title:not(.n2_layer_navigation_list_layer__title--has-animations) .n2_layer_navigation_list_layer__title_action--remove-animation{display:none}.n2_layer_navigation_list_layer__title_absolute_marker{margin:2px;width:16px;height:16px;background-color:#5f39c2;border-radius:2px;text-align:center;font-size:12px;line-height:16px;color:#fff;font-weight:700}.n2_layer_navigation_list_layer--sorted{position:absolute;left:0;width:100%;overflow:hidden;opacity:.7}.n2_timeline{position:relative;flex:1 1 auto;overflow:scroll;background:#1c2933}.n2_timeline__inner_pane{display:flex;flex-flow:column}.n2_timeline__inner_pane--calculate-duration{width:auto!important}.n2_timeline__time_frames{position:-webkit-sticky;position:sticky;top:0;z-index:100000;display:flex;height:48px;background-color:#0c1924;padding-left:21px}.n2_timeline__inner_pane--calculate-duration .n2_timeline__time_frames{width:0;overflow:hidden}.n2_timeline__cti{position:absolute;left:-10px;top:3px;z-index:100001;width:0;height:1000%;border-left:1px solid RGBA(230,182,37,.5);margin-left:21px;cursor:ew-resize}.n2_timeline__cti_dot{position:relative;left:-6px;top:0;width:11px;height:11px;border-radius:0 50% 50% 50%;transform:rotate(-135deg);background-color:#e6b625}.n2_timeline__time_frames_overlay{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;display:flex}.n2_timeline__time_frames_overlay svg{flex:1 1 auto;margin-left:19px;height:48px;color:#3a454e}.n2_timeline__one_second{flex:0 0 auto;position:relative;width:195px;height:100%;padding-left:5px;font-size:12px;line-height:48px;color:#94b2c1}.n2_timeline_layer__animations{display:flex;height:32px;padding-left:20px;background-color:#1c2933;border-bottom:1px solid rgba(0,0,0,.2)}.n2_timeline_layer__animations[data-rows="2"]{height:64px}.n2_timeline_layer__animations.n2_timeline_layer__animations--repeated.n2_timeline_layer__animations--has-animation{padding-left:0}.n2_timeline_layer__animations--active{background-color:#0c1924}.n2_timeline_animation_repeat{position:relative;display:none;align-items:center;justify-content:flex-end;line-height:32px;font-size:12px;color:#fff;cursor:ew-resize;padding:0 5px}.n2_timeline_animation_repeat:after{position:absolute;top:50%;margin-top:-5px;display:block;content:'';width:10px;height:10px;border-radius:10px;background-color:rgba(255,255,255,.3)}.n2_timeline_animation_repeat--start{margin-left:-20px;padding:0 20px}.n2_timeline_animation_repeat--start:after{right:5px}.n2_timeline_animation_repeat--end{margin-left:-10px}.n2_timeline_animation_repeat--end:after{right:-15px}.n2_timeline_layer__animations.n2_timeline_layer__animations--repeated.n2_timeline_layer__animations--has-animation .n2_timeline_animation_repeat{display:flex;flex-shrink:0}.n2_timeline_layer__animations.n2_timeline_layer__animations--repeated.n2_timeline_layer__animations--has-animation .n2_timeline_animation_group,.n2_timeline_layer__animations.n2_timeline_layer__animations--repeated.n2_timeline_layer__animations--has-animation .n2_timeline_animation_repeat--end{background-color:#3a4956}.n2_timeline_animation_group__row{display:flex}.nui_resize_bar__handle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:90;position:absolute;top:0;width:18px}.nui_resize_bar__handle:after{margin:4px;display:block;content:'';width:10px;height:10px;border-radius:10px;background-color:RGBA(0,0,0,.5)}.nui_resize_bar__handle--e{cursor:e-resize;right:0}.nui_resize_bar__handle--w{cursor:w-resize;left:0}.n2_timeline_animation_bar{position:relative;height:18px;margin:7px 0;border-radius:10px;cursor:ew-resize;z-index:90}.n2_timeline_animation_bar:HOVER{z-index:90}.n2_timeline_animation_bar--in{background-color:#1d81f9}.n2_timeline_animation_bar--loop{background-color:#04c018}.n2_timeline_animation_bar--out{background-color:#6b7986}.n2_timeline_animation_bar--extra{background-color:#6b7986}.n2_timeline_animation_bar__delay{position:absolute;line-height:18px;text-align:right;right:100%;margin-right:5px;font-size:11px;color:#fff}.n2_timeline_animation_bar__delay--small{display:none}.n2_timeline_animation_bar__duration{margin:0 7px;line-height:18px;text-align:center;cursor:ew-resize;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#fff;text-transform:uppercase}.n2_timeline_layer--closed .n2_timeline_layer__children{display:none}.n2_timeline_overlay_playing{display:none;position:fixed;width:100%;height:100%;left:0;top:0;z-index:9999;cursor:pointer}.n2_body--timeline-preview .n2_timeline_overlay_playing{display:block}.n2_body--timeline-preview .n2_ss_layer_window{display:none!important}.n2_body--timeline-preview #n2-ss-0 .n2-ss-layer{cursor:default}.n2_body--timeline-preview #n2-ss-slide-canvas-container #n2-ss-0 .n2-ss-layer .nui_resize_normal__handle{display:none!important}#n2-ss-0[data-responsive=fullpage]{min-height:0!important}#n2-ss-0{box-shadow:0 3px 10px 0 rgba(0,0,0,.1)}#n2-ss-0 .n2-ss-widget{pointer-events:none;opacity:.5!important}#n2-ss-0-align{margin:0!important}body:not(.n2-ss-slider-visible) #n2-ss-0 .n2-ss-layer{opacity:0!important}.n2_slide_editor_slider{position:relative;z-index:1;display:inline-flex;align-items:flex-start;min-width:100%;min-height:calc(100vh - 60px);padding-bottom:100px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.n2_slide_editor_slider__editor{position:relative}.n2_slide_editor_slider__editor_inner{position:relative;background:#f0f4f7;box-shadow:0 2px 20px rgba(0,0,0,.2)}div#n2-ss-0:HOVER .n2-ss-static-slide:not(.n2-ss-currently-edited-slide){visibility:hidden;z-index:-1}div div#n2-ss-0 .n2-ss-static-slide div[data-sstype=slide],div div#n2-ss-0 .n2-ss-static-slide div[data-sstype=content],div div#n2-ss-0 .n2-ss-static-slide div[data-sstype=content] div.n2-ss-section-main-content{visibility:visible}.n2_ruler{display:none;z-index:1;position:absolute;left:0;top:0;height:100%;width:100%;direction:ltr;overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html[dir=rtl] .n2_ruler{left:auto;right:0}.n2_body--ruler .n2_ruler{display:block}.n2_ruler_mark{flex:0 0 auto;position:relative;vertical-align:top}.n2_ruler_mark__label{position:absolute;display:block;font-size:9px;color:#325c77;line-height:12px}.n2_ruler--vertical{top:14px;height:calc(100% - 14px)}.n2_ruler--vertical .n2_ruler__inner{width:14px;visibility:visible;position:relative;background:#fff;border-right:1px solid #94b2c1}.n2_ruler--vertical .n2_ruler_mark{width:3px;height:9px;border-top:1px solid #94b2c1}.n2_ruler--vertical .n2_ruler_mark--small{left:11px}.n2_ruler--vertical .n2_ruler_mark--large{width:100%}.n2_ruler--vertical .n2_ruler_mark__label{left:0;top:2px;writing-mode:vertical-rl;-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;-webkit-text-orientation:upright;text-orientation:upright}.n2_ruler--horizontal{left:14px;width:calc(100% - 14px)}.n2_ruler--horizontal .n2_ruler__inner{visibility:visible;height:14px;position:relative;display:inline-flex;vertical-align:top;flex-wrap:nowrap;direction:ltr;background:#fff;border-bottom:1px solid #94b2c1}.n2_ruler--horizontal .n2_ruler_mark{width:9px;height:3px;border-left:1px solid #94b2c1}.n2_ruler--horizontal .n2_ruler_mark--small{top:11px}.n2_ruler--horizontal .n2_ruler_mark--large{height:100%}.n2_ruler--horizontal .n2_ruler_mark__label{left:2px;top:0}.n2_ruler__guide{visibility:hidden;position:absolute;left:0;top:0;z-index:2}.n2_ruler--vertical .n2_ruler__guide{width:100%;height:0}.n2_ruler--horizontal .n2_ruler__guide{width:0;height:100%}.n2_ruler__guide--measure{z-index:1}.n2_ruler__guide_border{visibility:visible;pointer-events:none}.n2_ruler--vertical .n2_ruler__guide_border{border-bottom:1px solid #ccaa2b;width:100%}.n2_ruler--horizontal .n2_ruler__guide_border{border-right:1px solid #ccaa2b;height:100%}.n2_ruler__guide--measure .n2_ruler__guide_border{border-color:red}.n2_ruler__guide_handle{visibility:visible;position:absolute;left:0;top:0;background:#e6b625;width:9px;height:9px;color:#fff;font-size:9px;line-height:9px;cursor:pointer;display:flex;justify-content:center;align-items:center}.n2_ruler__guide_handle .ssi_16{font-size:9px!important}.n2_ruler--vertical .n2_ruler__guide_handle{top:-4px}.n2_ruler--horizontal .n2_ruler__guide_handle{left:-4px}.n2_ruler_corner{display:block;position:absolute;left:0;top:0;width:14px;height:14px;border-right:1px solid #94b2c1;border-bottom:1px solid #94b2c1;visibility:visible;background:#fff;cursor:pointer}.n2_layer_contextual_hover_layer::after,.n2_layer_context_menu_target::after,.n2_layer_col_highlight::after,.n2_layer_highlight_row_structure::after{display:block!important;content:'';z-index:10;position:absolute;left:0;top:0;box-sizing:border-box!important;width:100%;height:100%;border:2px solid #6b7986;pointer-events:none}.n2_layer_contextual_hover_layer[data-pm=absolute]::after,.n2_layer_context_menu_target[data-pm=absolute]::after,.n2_layer_col_highlight[data-pm=absolute]::after,.n2_layer_highlight_row_structure[data-pm=absolute]::after{display:block!important;content:'';z-index:10;position:absolute;left:0;top:0;box-sizing:border-box!important;width:100%;height:100%;border:2px solid #5f39c2;pointer-events:none}.n2_layer_contextual_active_layer::after,.nui_resize_absolute--resizing::after,.n2_layer_resize_snap_to::after,.n2_layer_drag__dragging::after,.n2_layer_drag_snap_to::after,.n2_layer_parent_highlight::after{display:block!important;content:'';z-index:10;position:absolute;left:0;top:0;box-sizing:border-box!important;width:100%;height:100%;border:2px solid #1d81f9;pointer-events:none}.n2_layer_contextual_active_layer[data-pm=absolute]::after,.nui_resize_absolute--resizing[data-pm=absolute]::after,.n2_layer_resize_snap_to[data-pm=absolute]::after,.n2_layer_drag__dragging[data-pm=absolute]::after,.n2_layer_drag_snap_to[data-pm=absolute]::after,.n2_layer_parent_highlight[data-pm=absolute]::after{display:block!important;content:'';z-index:10;position:absolute;left:0;top:0;box-sizing:border-box!important;width:100%;height:100%;border:2px solid #5f39c2;pointer-events:none}.n2_layer_drag__dragging{opacity:.5}.n2_layer_drag_target_groups[data-sstype=content]::after,.n2_layer_drag_target_groups[data-sstype=col]::after{display:block!important;content:'';z-index:10;position:absolute;left:0;top:0;box-sizing:border-box!important;width:100%;height:100%;border:2px solid #6b7986;pointer-events:none}.n2_layer--creation-in-progress,.n2_layer--creation-in-progress *{visibility:hidden!important}.n2_admin_editor__content--hover .n2-ss-layer-content .n2-ss-layer.n2-active{z-index:10}.n2_admin_editor__content--hover .n2-ss-layer.n2-active{overflow:visible!important}.n2-ss-section-main-content{min-height:20px}.n2-ss-layer-row .n2-ss-layer-content{min-height:20px}[data-visibility=hidden],[data-visibility=hidden] *{visibility:hidden!important;transition:none!important}.n2_admin_editor__content--hover .n2-ss-layer.n2-active{z-index:9999999!important}.n2_layer_layer_list_hover--force-zindex{z-index:9999999!important}.n2-ss-layer-placeholder{display:block;position:relative;width:100%;height:0;z-index:11}.n2-ss-layer-placeholder::after{display:block!important;content:'';position:absolute;left:0;top:-3px;box-sizing:border-box!important;width:100%;border:3px solid #1d81f9}.n2_smartguide{background:#4affff;position:absolute;left:0;top:0;z-index:1000000;display:none}.n2_smartguide--horizontal{width:100%;height:1px}.n2_smartguide--vertical{height:100%;width:1px}.n2-ss-currently-edited-slide .n2-ss-layer[data-sstype=col],.n2-ss-currently-edited-slide .n2-ss-layer[data-sstype=col] .n2-ss-layer{cursor:pointer}.ui-column-width-handle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none;position:absolute;top:25%;height:50%;cursor:ew-resize;width:5px;background:#1d81f9;z-index:88;opacity:.5;box-sizing:border-box!important;border-radius:5px}.ui-column-width-handle--visible{display:block}.n2-ss-layer:not(.n2-ss-layer--block)>.n2-ss-layer-row>.ui-column-width-handle,.n2-ss-layer-row[data-row-wrapped="1"]>.ui-column-width-handle{display:none!important}#n2-ss-0 .n2-ss-layer{cursor:not-allowed}#n2-ss-0 .n2-ss-currently-edited-slide .n2-ss-layer{cursor:pointer}div#n2-ss-0 .n2-ss-layer[data-sstype=content] .n2-ss-layer.nui-draggable-dragging,div#n2-ss-0 .n2-ss-layer[data-sstype=col] .n2-ss-layer.nui-draggable-dragging{z-index:100000;outline:0!important}#n2-ss-0 .n2-ss-slide:not(.n2-ss-currently-edited-slide){opacity:.3}.nui_resize_normal__handle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;z-index:90;display:none;border:2px solid #1d81f9;height:6px;width:6px;background:#fff;border-radius:50px;transform-origin:50% 50%}.nui_resize_normal__handle:HOVER{transform:scale(1.5)}.nui_resize_normal__handle.nui-enabled{display:block}.nui_resize_normal__handle--none{border-color:#6b7986}.nui_resize_normal__handle--e{cursor:e-resize;right:-4px;top:50%;margin-top:-4px}.nui_resize_normal__handle--w{cursor:w-resize;left:-4px;top:50%;margin-top:-4px}.nui_resize_normal__handle--s{cursor:s-resize;bottom:-4px;left:50%;margin-left:-4px}.nui_spacing__handle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;z-index:89;background:#1d81f9;overflow:hidden;opacity:0}.nui_spacing__handle.nui-enabled{opacity:.5}.nui_spacing__handle--zero{background:#6b7986}.nui_spacing__handle--negative{background:#be331f}.nui_spacing__handle:HOVER.nui-enabled,.nui_spacing__handle--spacing.nui-enabled{opacity:.8}.nui_spacing__handle--n.nui_spacing__handle.nui-enabled{min-height:5px;cursor:s-resize}.nui_spacing__handle--n.nui_spacing__handle--padding{top:0;margin-left:0;left:25%;width:50%}.nui_spacing__handle--n.nui_spacing__handle--margin{left:0;bottom:100%;width:100%}.nui_spacing__handle--e.nui_spacing__handle.nui-enabled{min-width:5px;cursor:w-resize}.nui_spacing__handle--e.nui_spacing__handle--padding{top:25%;margin-top:0;right:0;height:50%}.nui_spacing__handle--e.nui_spacing__handle--margin{top:0;left:100%;height:100%}.nui_spacing__handle--s.nui_spacing__handle.nui-enabled{min-height:5px;cursor:n-resize}.nui_spacing__handle--s.nui_spacing__handle--padding{bottom:0;margin-left:0;left:25%;width:50%}.nui_spacing__handle--s.nui_spacing__handle--margin{bottom:auto;top:100%;left:0;width:100%}.nui_spacing__handle--w.nui_spacing__handle.nui-enabled{min-width:5px;cursor:e-resize}.nui_spacing__handle--w.nui_spacing__handle--padding{top:25%;margin-top:0;left:0;height:50%}.nui_spacing__handle--w.nui_spacing__handle--margin{left:auto;right:100%;top:0;height:100%}.n2-ss-layer.n2_layer_contextual_hover_layer:not(.n2-active)>.nui_spacing__handle--margin,.n2-ss-layer.n2_layer_contextual_hover_layer:not(.n2-active)>.nui_spacing__handle--padding,.n2-ss-layer.n2_layer_contextual_hover_layer:not(.n2-active)>div>.nui_spacing__handle--padding{display:block;min-width:0;min-height:0;background:#6b7986;opacity:.5}#n2-ss-0 .n2-ss-layer{cursor:not-allowed}#n2-ss-0 .n2-ss-currently-edited-slide .n2-ss-layer{cursor:pointer}div#n2-ss-0 .n2-ss-layer[data-sstype=content] .n2-ss-layer.nui-draggable-dragging,div#n2-ss-0 .n2-ss-layer[data-sstype=col] .n2-ss-layer.nui-draggable-dragging{z-index:100000;outline:0!important}.n2-ss-currently-edited-slide .n2-ss-layer[data-sstype=col],.n2-ss-currently-edited-slide .n2-ss-layer[data-sstype=col] .n2-ss-layer{cursor:pointer}.ui-column-width-handle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none;position:absolute;top:25%;height:50%;cursor:ew-resize;width:5px;background:#1d81f9;z-index:88;opacity:.5;box-sizing:border-box!important;border-radius:5px}.ui-column-width-handle--visible{display:block}.n2-ss-layer:not(.n2-ss-layer--block)>.n2-ss-layer-row>.ui-column-width-handle,.n2-ss-layer-row[data-row-wrapped="1"]>.ui-column-width-handle{display:none!important}.n2-ss-layer-cc,.nui_resize_absolute__handle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;z-index:90;display:none;border:2px solid #5f39c2;height:6px;width:6px;background:#fff;border-radius:50px;transform-origin:50% 50%}.n2-ss-layer-cc:HOVER,.nui_resize_absolute__handle:HOVER{transform:scale(1.5)}.n2-ss-layer-cc.nui-enabled,.nui_resize_absolute__handle.nui-enabled{display:block}.n2-ss-layer-cc{opacity:0;left:50%;top:50%;margin-top:-5px;margin-left:-5px}.n2-ss-layer-cc:HOVER{opacity:1}.n2-ss-layer[data-align=left][data-valign=top] .nui_resize_absolute__handle--nw,.n2-ss-layer[data-align=left][data-valign=middle] .nui_resize_absolute__handle--w,.n2-ss-layer[data-align=left][data-valign=bottom] .nui_resize_absolute__handle--sw,.n2-ss-layer[data-align=center][data-valign=top] .nui_resize_absolute__handle--n,.n2-ss-layer[data-align=center][data-valign=middle] .n2-ss-layer-cc,.n2-ss-layer[data-align=center][data-valign=bottom] .nui_resize_absolute__handle--s,.n2-ss-layer[data-align=right][data-valign=top] .nui_resize_absolute__handle--ne,.n2-ss-layer[data-align=right][data-valign=middle] .nui_resize_absolute__handle--e,.n2-ss-layer[data-align=right][data-valign=bottom] .nui_resize_absolute__handle--se{background:#5f39c2;opacity:1;border:2px solid #fff}.nui_resize_absolute__handle--e{cursor:e-resize;right:-4px;top:50%;margin-top:-5px}.nui_resize_absolute__handle--w{cursor:w-resize;left:-4px;top:50%;margin-top:-5px}.nui_resize_absolute__handle--n{cursor:n-resize;left:50%;top:-4px;margin-left:-5px}.nui_resize_absolute__handle--ne{cursor:ne-resize;right:-4px;top:-4px}.nui_resize_absolute__handle--nw{cursor:nw-resize;left:-4px;top:-4px}.nui_resize_absolute__handle--s{cursor:s-resize;bottom:-4px;left:50%;margin-left:-5px}.nui_resize_absolute__handle--se{cursor:se-resize;right:-4px;bottom:-4px}.nui_resize_absolute__handle--sw{cursor:sw-resize;left:-4px;bottom:-4px}.n2-ss-item-overlay{display:none;position:absolute;top:0;left:0;width:100%;height:100%}.n2-ss-item-html .n2-ss-item-overlay,.n2-ss-item-iframe .n2-ss-item-overlay{display:block}.n2-ss-item{position:relative;float:left;width:100%}.n2-ss-item-video,.n2-ss-item-youtube,.n2-ss-item-vimeo,.n2-ss-item-area,.n2-ss-item-imagearea{height:100%}.n2_ss_absolute_parent_picker{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:#6b7986;border-radius:3px;cursor:pointer;line-height:30px;color:#fff}.n2_ss_absolute_parent_picker .ssi_16::before{content:"\E64D"}.n2_ss_absolute_parent_picker:HOVER{background-color:#8694a2}.n2_ss_absolute_parent_picker--active{background:#1d81f9}.n2_ss_absolute_parent_picker--active .ssi_16::before{content:"\E64B"}.n2_ss_absolute_parent_picker--active:HOVER{background-color:#338ef9}.n2_ss_absolute_parent_picker__overlay{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1000000;box-shadow:inset 0 0 0 1px rgba(0,0,0,.8);cursor:pointer;background:#5f39c2;opacity:.5}.n2_ss_absolute_parent_picker__overlay--tile{width:33%;height:33%}.n2_ss_absolute_parent_picker__overlay:HOVER,.n2_ss_absolute_parent_picker__overlay--selected{opacity:1}.n2_ss_absolute_parent_picker__component--focused{z-index:2147483647!important}.n2_field_generator_data_button{position:absolute;right:-2px;top:-26px;z-index:10;display:inline-flex;align-items:center;padding:0 5px;background-color:#1d81f9;border-radius:3px;color:#fff;cursor:pointer}.n2_field_generator_data_button:HOVER{background-color:#338ef9}.n2_field_generator_data_button_icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.n2_field_generator_data_button_label{padding:0 2px;font-size:10px;line-height:22px;font-weight:700;text-transform:uppercase}.n2_layer_contextual{display:none;position:absolute;z-index:8;height:28px;margin-top:-28px}.n2_layer_contextual--hover-section{z-index:7;opacity:.7}.n2_layer_contextual--hover{z-index:9}.n2_layer_contextual--hover.n2_layer_contextual--hover-active{visibility:hidden;pointer-events:none}.n2_layer_contextual--visible{display:inline-flex}.n2_layer_contextual__inner{display:inline-flex;background-color:#1d81f9;border-top-left-radius:3px;border-top-right-radius:3px;line-height:30px;overflow:hidden}.n2_layer_contextual--invert .n2_layer_contextual__inner{border-radius:0 0 3px 3px}.n2_layer_contextual__label{padding:0 6px;font-size:12px;line-height:30px;text-transform:uppercase;color:#fff;cursor:pointer;max-width:100px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_layer_contextual__button{height:28px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.n2_layer_contextual__button--active{background:#1167cd}.n2_layer_contextual[data-color=purple] .n2_layer_contextual__inner{background-color:#5f39c2}.n2_layer_contextual[data-color=purple] .n2_layer_contextual__button--active{background-color:#4c2d9b}.n2_layer_contextual[data-color=grey] .n2_layer_contextual__inner{background-color:#6b7986}.n2_layer_contextual__button--responsive-tools{display:none}body:not([data-device=desktopPortrait]) .n2_layer_contextual--has-responsive-tools .n2_layer_contextual__button--responsive-tools{display:inline-flex}.n2_layer_contextual_responsive_tools{display:flex;height:30px}.n2_layer_contextual_responsive_tools .ssi_16{display:block;padding:0 5px;color:#94b2c1}.n2_layer_contextual_responsive_tools__hide{padding:7px 0;cursor:pointer}.n2_layer_contextual_responsive_tools__hide .ssi_16::before{content:"\E60F"}.n2_layer_contextual_responsive_tools__hide--hidden .ssi_16::before{content:"\E923"}.n2_layer_contextual_responsive_tools__text_scale{display:flex}.n2_layer_contextual_responsive_tools__text_scale input{margin:0;padding:0;height:30px;line-height:30px;font-size:12px;color:#325c77;text-align:right}.n2_layer_contextual_responsive_tools__text_scale input,.n2_layer_contextual_responsive_tools__text_scale input:FOCUS{box-shadow:none;outline:0;border:0}.n2_layer_contextual_responsive_tools__text_scale input::-webkit-inner-spin-button,.n2_layer_contextual_responsive_tools__text_scale input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.n2_layer_contextual_responsive_tools__text_scale input[type=number]{-moz-appearance:textfield}.n2_layer_contextual_responsive_tools__text_scale .nui-slider{position:relative;background-color:#94b2c1;height:6px;margin:12px 10px;border-radius:10px}.n2_layer_contextual_responsive_tools__text_scale .nui-slider .nui-slider-handle{position:absolute;top:0;z-index:2;width:10px;height:10px;background-color:#fff;border:2px solid #94b2c1;margin:-4px -7px 0;border-radius:50px;cursor:ew-resize;-ms-touch-action:none;touch-action:none}.n2_layer_contextual_responsive_tools__text_scale_percent{line-height:30px;font-size:12px;color:#325c77}.n2_context_menu{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1000000;position:fixed;left:0;top:0}.n2_context_menu a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_context_menu__inner{background-color:#fff;border-radius:3px;box-shadow:0 1px 5px 1px rgba(55,77,88,.2);overflow:hidden}.n2_context_menu__item{display:flex;align-items:center;padding:0 10px;height:36px;cursor:default}.n2_context_menu__item--has-action{cursor:pointer}.n2_context_menu__item--has-action:HOVER,.n2_context_menu__item--active{background-color:#1d81f9}.n2_context_menu__item_icon{padding:0 5px;color:#94b2c1}.n2_context_menu__item--color-red .n2_context_menu__item_icon{color:#c43e2a}.n2_context_menu__item--has-action:HOVER .n2_context_menu__item_icon,.n2_context_menu__item--active .n2_context_menu__item_icon{color:#fff}.n2_context_menu__item_onoff .n2_context_menu__item_icon::before{content:"\E19A"}.n2_context_menu__item_onoff--on .n2_context_menu__item_icon::before{content:"\E199"}.n2_context_menu__item_label{padding:0 5px;font-size:12px;color:#325c77;white-space:nowrap;text-transform:capitalize}.n2_context_menu__item--color-red .n2_context_menu__item_label{color:#c43e2a}.n2_context_menu__item--has-action:HOVER .n2_context_menu__item_label,.n2_context_menu__item--active .n2_context_menu__item_label{color:#fff}.n2_context_menu__sub_menu{display:none;z-index:2;position:absolute;left:0;top:0;background-color:#fff;border-radius:3px;box-shadow:0 1px 5px 1px rgba(55,77,88,.2);overflow:hidden}.n2_context_menu__sub_menu--active{display:block}html[data-component=layer][data-component-sub=image] .n2_field[data-field=layerfont-size],html[data-component=layer][data-component-sub=transition] .n2_field[data-field=layerfont-size],html[data-component=layer][data-component-sub=youtube] .n2_field[data-field=layerfont-size],html[data-component=layer][data-component-sub=vimeo] .n2_field[data-field=layerfont-size],html[data-component=layer][data-component-sub=video] .n2_field[data-field=layerfont-size],html[data-component=layer][data-component-sub=audio] .n2_field[data-field=layerfont-size],html[data-component=layer][data-component-sub=imagearea] .n2_field[data-field=layerfont-size],html[data-component=layer][data-component-sub=area] .n2_field[data-field=layerfont-size],html[data-component=layer][data-component-sub=iframe] .n2_field[data-field=layerfont-size]{display:none}html[data-component=layer][data-component-sub=animatedHeading] .n2_field .n2_field_decoration__option[data-value=underline],html[data-component=layer][data-component-sub=highlightedHeading] .n2_field .n2_field_decoration__option[data-value=underline]{display:none}.n2_slide_generator_box{position:relative;width:270px;height:180px;border-radius:3px;overflow:hidden;display:flex;flex-flow:column;justify-content:flex-end;background-color:#dce2e5;background-position:left top}.n2_slide_generator_box__title{display:flex;align-items:center;padding:10px;background-color:#0c1924}.n2_slide_generator_box__title_label{flex:1 1 auto;padding:0 5px;font-size:14px;line-height:20px;color:#bdcfd9;display:flex;align-items:center}.n2_slide_generator_box__title_label_inner{margin-right:5px}html[dir=rtl] .n2_slide_generator_box__title_label_inner{margin-right:0;margin-left:5px}.n2_slide_generator_box__title_button{padding:0 10px;background-color:#1d81f9;border-radius:3px;font-size:11px;line-height:30px;text-align:center;text-transform:uppercase}.n2_slide_generator_box__title_button:HOVER{background-color:#338ef9}.n2_slide_generator_box__title_button,.n2_slide_generator_box__title_button:HOVER,.n2_slide_generator_box__title_button:FOCUS{color:#fff}.n2_slide_generator_step1__installed_generators{padding:40px;display:grid;grid-gap:32px;grid-template-columns:repeat(auto-fill,270px)}.n2_slide_generator_step1__not_installed{padding:10px 40px 40px 40px}.n2_slide_generator_step1__not_installed_label{font-size:22px;line-height:32px;color:#283f4d}.n2_slide_generator_step1__not_installed_generators{padding-top:20px;display:grid;grid-gap:32px;grid-template-columns:repeat(auto-fill,270px)}.n2_slide_generator_step3{padding:40px;display:grid;grid-gap:32px;grid-template-columns:repeat(auto-fill,270px)}.n2_generator_records_table{margin:20px 0;display:grid;overflow:auto;background:#fff;grid-gap:2px}.n2_generator_records_table__heading{padding:0 10px;background-color:#f0f4f7;color:#325c77;font-size:12px;line-height:30px;font-weight:700}.n2_generator_records_table__cell{padding:0 10px;background-color:#f0f4f7;color:#325c77;font-size:12px;line-height:30px;max-height:100px;min-width:150px;overflow:auto}.n2_slider_preview_area{margin-top:20px;display:flex;justify-content:center;min-height:150vh}.n2_slider_preview_area__inner{position:relative;background-color:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.2)}.n2_preview{display:flex;flex-flow:column;align-items:center;height:calc(100vh - 60px)}.n2_preview__ruler{width:100%;position:relative;flex:0 0 auto;height:20px;background-color:#94b2c1;overflow:hidden}.n2_preview__ruler_device{position:absolute;left:50%;top:0;height:100%;cursor:pointer}.n2_preview__ruler_device div{border-left:1px solid #fff;border-right:1px solid #fff;padding:0 5px;height:100%}.n2_preview__ruler_device:HOVER div{background-color:#1d81f9}.n2_preview__ruler--ready .n2_preview__ruler_device{transition:width .5s,margin-left .5s}.n2_preview__ruler_label{position:absolute;left:50%;top:0;z-index:10;width:200px;margin-left:-100px;pointer-events:none;text-align:center;font-size:12px;line-height:20px;color:#fff}.n2_preview__device_screen{position:relative;flex:1 1 auto;width:100%;height:100%;display:flex;justify-content:center;padding:0 20px 20px;box-sizing:border-box;overflow:hidden}.n2_preview__device_info{margin-top:13px;position:relative;flex:0 0 auto;width:100%;height:26px;display:flex;align-items:center;justify-content:center;font-size:13px;line-height:26px;color:#325c77}.n2_preview__device_info .ssi_16{margin:0 5px;color:#94b2c1}.n2_preview__device_info_state{font-weight:700}.n2_preview__notification_scale{pointer-events:none;position:absolute;left:50%;top:30px;z-index:10;background:RGBA(0,0,0,.5);width:90px;margin-left:-45px;color:#fff;text-align:center;border-radius:5px;line-height:48px;font-size:16px;transition:opacity .5s ease 0s;opacity:0}.n2_preview__notification_scale--visible{opacity:1}.n2_preview__device_screen_inner{position:relative;flex:1 1 auto;width:100%;height:100%;max-width:100%;max-height:100%}.n2_preview__device_screen_inner iframe{border:0;max-width:none;width:100%;height:100%;box-shadow:0 2px 20px rgba(0,0,0,.2);transform-origin:50% 0;transition:transform .5s}.n2_preview__frame_overlay{display:none;position:absolute;left:0;top:0;width:100%;height:100%}.n2_body--resize-horizontal .n2_preview__frame_overlay,.n2_body--resize-vertical .n2_preview__frame_overlay{display:block}.n2_preview__resize_width{position:absolute;top:0;right:-8px;width:8px;height:100%;background:#1d81f9;opacity:0;cursor:ew-resize;transition:opacity .3s}.n2_preview__device_screen:HOVER .n2_preview__resize_width{opacity:.5}.n2_preview__device_screen .n2_preview__resize_width:HOVER,.n2_body--resize-horizontal .n2_preview__device_screen .n2_preview__resize_width{opacity:1}.n2_body--scale-preview .n2_preview__resize_width{opacity:0!important}.n2_preview__resize_height{position:absolute;left:0;bottom:-8px;width:100%;flex:0 0 auto;height:8px;background:#1d81f9;opacity:0;cursor:ns-resize;transition:opacity .3s}.n2_preview__device_screen:HOVER .n2_preview__resize_height{opacity:.5}.n2_preview__device_screen .n2_preview__resize_height:HOVER,.n2_body--resize-vertical .n2_preview__device_screen .n2_preview__resize_height{opacity:1}.n2_body--scale-preview .n2_preview__resize_height{opacity:0!important}#n2_preview_frame{display:block;width:100%;height:100%}.n2_preview_toolbar{display:flex;align-items:center}.n2_preview_toolbar__size{margin:0 10px;display:flex}.n2_preview_toolbar__editable{width:46px;height:28px;background-color:#2c3a45;border-radius:3px;font-size:12px;line-height:28px;color:#bdcfd9;text-align:center}.n2_preview_toolbar__x{margin:0 10px;font-size:12px;line-height:28px;color:#94b2c1}select.n2_preview_toolbar__scale{margin:0;padding:0 10px;max-width:initial;width:auto;height:28px;min-height:28px;font-family:inherit;-webkit-appearance:menulist;-moz-appearance:menulist;background:#2c3a45;font-size:12px;line-height:28px}select.n2_preview_toolbar__scale,select.n2_preview_toolbar__scale:FOCUS,select.n2_preview_toolbar__scale:HOVER{color:#bdcfd9;box-shadow:none;border:0}.n2_html--slider-preview{background:#fff}.n2_html--slider-preview body{width:100%;overflow-x:hidden;overflow-y:scroll;background:#fff}@media only screen and (max-width:700px){.n2_html--slider-preview::-webkit-scrollbar{width:0}.n2_html--slider-preview{-ms-overflow-style:none;scrollbar-width:none}}.n2_getting_started{display:flex;flex-flow:column;align-items:center;padding:60px 0 120px}.n2_getting_started__heading{font-size:32px;line-height:32px;color:#283f4d}.n2_getting_started__subheading{font-size:14px;line-height:28px;color:#325c77}.n2_getting_started__video{margin-top:20px;position:relative;width:100%;max-width:calc(100vh - 100px)}.n2_getting_started__video .n2_getting_started__video_placeholder{padding-top:56.25%;height:0}.n2_getting_started__video iframe,.n2_getting_started__video img{position:absolute;left:0;top:0;width:100%;height:100%;border:0}.n2_getting_started__buttons{margin-top:20px;display:flex;width:100%}.n2_getting_started__buttons>div{width:50%}.n2_getting_started__button_dont_show{text-align:right;padding:0 10px}.n2_getting_started__button_dont_show a{display:inline-block;padding:0 20px;font-size:14px;line-height:36px}.n2_getting_started__button_dont_show a,.n2_getting_started__button_dont_show a:HOVER,.n2_getting_started__button_dont_show a:FOCUS{color:#1375e9}html[dir=rtl] .n2_getting_started__button_dont_show{text-align:left}.n2_getting_started__button_dashboard{text-align:left;padding:0 10px}.n2_getting_started__button_dashboard a{display:inline-block;padding:0 20px;background-color:#04c018;border-radius:3px;font-size:12px;line-height:36px;font-weight:700;text-align:center;text-transform:uppercase}.n2_getting_started__button_dashboard a:HOVER{background-color:#07ca1c}.n2_getting_started__button_dashboard a,.n2_getting_started__button_dashboard a:HOVER,.n2_getting_started__button_dashboard a:FOCUS{color:#fff}html[dir=rtl] .n2_getting_started__button_dashboard{text-align:right}.n2_page_activate{display:flex;flex-flow:column;align-items:center;padding:60px 0 120px}.n2_page_activate__heading{font-size:32px;line-height:32px;color:#283f4d}.n2_page_activate__subheading{font-size:14px;line-height:28px;color:#325c77}.n2_page_activate__video{margin-top:20px;position:relative;width:100%;max-width:calc(100vh - 100px)}.n2_page_activate__video .n2_page_activate__video_placeholder{padding-top:56.25%;height:0}.n2_page_activate__video iframe{position:absolute;left:0;top:0;width:100%;height:100%}.n2_page_activate__buttons{margin-top:20px;display:flex;width:100%}.n2_page_activate__buttons>div{width:50%}.n2_page_activate__button_dont_show{text-align:right;padding:0 10px}.n2_page_activate__button_dont_show a{display:inline-block;padding:0 20px;font-size:14px;line-height:36px}.n2_page_activate__button_dont_show a,.n2_page_activate__button_dont_show a:HOVER,.n2_page_activate__button_dont_show a:FOCUS{color:#1375e9}.n2_page_activate__button_dashboard{text-align:left;padding:0 10px}.n2_page_activate__button_dashboard a{display:inline-block;padding:0 20px;background-color:#04c018;border-radius:3px;font-size:12px;line-height:36px;font-weight:700;text-align:center;text-transform:uppercase}.n2_page_activate__button_dashboard a:HOVER{background-color:#07ca1c}.n2_page_activate__button_dashboard a,.n2_page_activate__button_dashboard a:HOVER,.n2_page_activate__button_dashboard a:FOCUS{color:#fff}.n2_page_free_go_pro{display:flex;padding:30px 0 90px;flex-wrap:wrap;justify-content:center}.n2_page_free_go_pro__col{display:flex;flex-flow:column;align-items:center;padding:30px}.n2_page_free_go_pro__heading{font-size:32px;line-height:32px;color:#283f4d}.n2_page_free_go_pro__subheading{margin-bottom:20px;font-size:14px;line-height:28px;color:#325c77}.n2_page_free_go_pro_already_purchased{position:relative;display:flex;flex-flow:column;align-items:center;width:572px;height:392px;background-color:#fff;border-radius:5px;box-shadow:0 10px 8px -10px rgba(0,0,0,.1)}.n2_page_free_go_pro_already_purchased:HOVER{box-shadow:0 10px 8px -10px rgba(0,0,0,.2)}.n2_page_free_go_pro_already_purchased__logo{margin-top:44px;display:flex;align-items:center;justify-content:center;width:100px;height:100px;background-color:rgba(4,192,24,.1);border-radius:50px;color:#04c018}.n2_page_free_go_pro_already_purchased__heading{margin-top:9px;font-size:18px;line-height:30px;color:#283f4d;font-weight:700}.n2_page_free_go_pro_already_purchased__paragraph{width:380px;height:78px;color:#325c77;font-size:14px;line-height:26px;text-align:center}.n2_page_free_go_pro_already_purchased__paragraph a,.n2_page_free_go_pro_already_purchased__paragraph a:HOVER,.n2_page_free_go_pro_already_purchased__paragraph a:FOCUS{color:#1375e9}.n2_page_free_go_pro_already_purchased__button{margin:20px 0 10px;padding:0 20px;min-width:260px;background-color:#04c018;border-radius:3px;text-align:center;font-size:12px;line-height:36px;text-transform:uppercase;font-weight:700}.n2_page_free_go_pro_already_purchased__button,.n2_page_free_go_pro_already_purchased__button:HOVER,.n2_page_free_go_pro_already_purchased__button:FOCUS{color:#fff}.n2_page_free_go_pro_already_purchased__button:HOVER{background-color:#07ca1c}.n2_help_center{display:flex;flex-flow:column;align-items:center;background-color:#f0f4f7;text-align:center;padding:0 40px}.n2_help_center a:HOVER{color:#005bc6}.n2_help_center a,.n2_help_center a:FOCUS{color:#1375e9}.n2_help_center__getting_started{width:100%;max-width:1140px;margin-top:44px}.n2_help_center__getting_started__heading{font-size:32px;line-height:32px;color:#283f4d}.n2_help_center__getting_started__subheading{font-size:14px;line-height:28px;color:#325c77}.n2_help_center__getting_started__video{margin-top:20px;position:relative;width:100%;max-width:1140px}.n2_help_center__getting_started__video .n2_help_center__getting_started__video_placeholder{padding-top:56.25%;height:0}.n2_help_center__getting_started__video iframe,.n2_help_center__getting_started__video img{position:absolute;left:0;top:0;width:100%;height:100%}.n2_help_center__conflicts{max-width:1140px;width:100%;box-sizing:border-box;border-radius:3px 3px 0 0;background-color:#fff;box-shadow:0 1px 5px 1px rgba(55,77,88,.2);padding:48px 20px 25px;margin-top:60px}.n2_help_center__conflicts_test_api{margin-bottom:20px}.n2_help_center__search{width:100%;box-sizing:border-box;padding:60px 20px 0}.n2_help_center__search_heading{color:#283f4d;font-size:22px;line-height:32px}.n2_help_center__search_field{margin-top:20px}.n2_help_center__search_field form{display:inline-flex;width:100%;max-width:600px}.n2_help_center__search_field form input{flex:1 1 auto;margin:0;padding:0 20px;border:2px solid #94b2c1;border-right:0;border-radius:3px 0 0 3px;background-color:#fff;color:#325c77;font-size:14px;line-height:46px;height:auto}.n2_help_center__search_field form input,.n2_help_center__search_field form input:FOCUS{box-shadow:none;outline:0}.n2_help_center__search_field form input:FOCUS{border-color:#1d81f9}html[dir=rtl] .n2_help_center__search_field form input{border:2px solid #94b2c1;border-left:0;border-radius:0 3px 3px 0}.n2_help_center__search_field form button{padding:0 35px;background-color:#1d81f9;border:0;border-top-right-radius:3px;border-bottom-right-radius:3px;color:#fff;font-size:12px;line-height:50px;text-transform:uppercase}.n2_help_center__search_field form button:HOVER{background-color:#338ef9}.n2_help_center__search_field form button,.n2_help_center__search_field form button:FOCUS{box-shadow:none;outline:0}html[dir=rtl] .n2_help_center__search_field form button{border-radius:3px 0 0 3px}.n2_help_center__actions{margin-top:60px;max-width:1140px;width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px 60px}.n2_help_center__action{position:relative;padding:20px;background-color:#fff;border-radius:3px;box-shadow:0 1px 5px 1px rgba(55,77,88,.2);text-align:center}.n2_help_center__action_link{position:absolute;z-index:2;left:0;top:0;width:100%;height:100%}.n2_help_center__action_icon{margin-top:30px;text-align:center;color:#1375e9}.n2_help_center__conflicts_icon{color:#1375e9}.n2_help_center__action_label,.n2_help_center__conflicts_label{margin-top:16px;color:#283f4d;font-size:18px;line-height:28px}.n2_help_center__conflicts_description,.n2_help_center__action_description{margin:5px 0 15px;color:#325c77;font-size:14px;line-height:24px}.n2_help_center__articles{margin-top:20px;max-width:1140px;width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px 60px}.n2_help_center__articles_heading{color:#283f4d;font-size:22px;line-height:32px;margin-top:60px;max-width:1140px;width:100%}.n2_help_center__article{position:relative;padding:20px 20px;background-color:#fff;border-radius:3px;box-shadow:0 1px 5px 1px rgba(55,77,88,.2);display:flex;align-items:center;color:#325c77;font-size:14px;line-height:20px}.n2_help_center__article:HOVER{color:#1375e9}.n2_help_center__article_link{position:absolute;z-index:2;left:0;top:0;width:100%;height:100%}.n2_help_center__article_label{flex:1 1 auto;text-align:left}html[dir=rtl] .n2_help_center__article_label{text-align:right}.n2_help_center__article_icon{font-size:16px}html[dir=rtl] .n2_help_center__article_icon{transform:rotate(180deg)}.n2_help_center__system_information{margin-top:60px;max-width:1140px;width:100%}.n2_help_center__system_information_label,.n2_help_center__articles_label{color:#283f4d;font-size:22px;line-height:32px}.n2_help_center__system_information_form textarea{display:block;margin-top:30px;height:300px;background-color:#fff;border:2px solid #94b2c1;border-radius:3px;padding:15px 20px;color:#325c77;font-size:14px;line-height:24px}.n2_loading_screen{display:none;position:fixed;z-index:2147483647;width:100%;height:100%;left:0;top:0;background:RGBA(32,41,52,.95)}.n2_loading_screen--visible{display:flex;align-items:center;justify-content:center}.n2_loading_screen__circle{border:10px solid #6b7986;border-left-color:#fff;border-radius:50%;width:40px;height:40px;animation:n2_loading_screen__circle_animation 1.1s infinite linear}@keyframes n2_loading_screen__circle_animation{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}.n2_ss_background_animation_preview{overflow:hidden}.n2_ss_background_animation_preview .n2-bganim-side{position:absolute;left:0;top:0;overflow:hidden}.n2_ss_background_animation_preview .n2-bganim-tile-overlay-colored{z-index:100000}.n2_ss_background_animation_preview__slider{position:relative;width:800px;height:500px;margin:20px;z-index:3}.n2_ss_background_animation_preview__animation_container,.n2_ss_background_animation_preview__slide{position:absolute;left:0;top:0;width:800px;height:500px}.n2_ss_background_animation_preview__slide{z-index:2}.n2_ss_background_animation_preview__slide_background{height:100%}.n2_ss_background_animation_preview__slide_background_image{height:100%;background-size:cover;background-position:50% 50%}
1
+ @font-face{font-family:'Inter-Nextend';font-style:normal;font-weight:400;src:url(../fonts/Inter-Medium.woff2) format("woff2");font-display:block}@font-face{font-family:'Inter-Nextend';font-style:normal;font-weight:700;src:url(../fonts/Inter-SemiBold.woff2) format("woff2")}@font-face{font-family:'SmartSliderIcons';src:url(../fonts/SmartSliderIcons.woff2?JC0JNU) format("woff2");font-weight:400;font-style:normal}.ssi_16,.ssi_24,.ssi_32,.ssi_48,.ssi_64{font-family:'SmartSliderIcons'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ssi_16{font-size:16px!important}.ssi_24{font-size:24px!important}.ssi_32{font-size:32px!important}.ssi_48{font-size:48px!important}.ssi_64{font-size:64px!important}.ssi_16--animation::before{content:"\E91F"}.ssi_16--arrowdown::before{content:"\E14B"}.ssi_16--arrowright::before{content:"\E15E"}.ssi_16--bold::before{content:"\E601"}.ssi_16--breadcrumb::before{content:"\E91E"}.ssi_16--bringforward::before{content:"\E15F"}.ssi_16--bringfront::before{content:"\E143"}.ssi_16--buttonarrow::before{content:"\E155"}.ssi_16--check::before{content:"\E600"}.ssi_16--circularremove::before{content:"\E62C"}.ssi_16--clearanimation::before{content:"\E948"}.ssi_16--cog::before{content:"\E934"}.ssi_16--color::before{content:"\E144"}.ssi_16--column::before{content:"\E145"}.ssi_16--content::before{content:"\E146"}.ssi_16--copy::before{content:"\E907"}.ssi_16--crop::before{content:"\E161"}.ssi_16--dashboard::before{content:"\E149"}.ssi_16--data::before{content:"\E152"}.ssi_16--delete::before{content:"\E612"}.ssi_16--desktoplandscape::before{content:"\E95a"}.ssi_16--desktopportrait::before{content:"\E925"}.ssi_16--divide::before{content:"\E639"}.ssi_16--download::before{content:"\E162"}.ssi_16--dummy::before{content:"\E15D"}.ssi_16--duplicate::before{content:"\E611"}.ssi_16--edit::before{content:"\E154"}.ssi_16--eye::before{content:"\E60F"}.ssi_16--filledcheck::before{content:"\E60C"}.ssi_16--filledremove::before{content:"\E62D"}.ssi_16--folderclosed::before{content:"\E921"}.ssi_16--folderopened::before{content:"\E922"}.ssi_16--fontresize::before{content:"\E650"}.ssi_16--fullscreen::before{content:"\E163"}.ssi_16--grid::before{content:"\E164"}.ssi_16--group::before{content:"\E1B6"}.ssi_16--hide::before{content:"\E923"}.ssi_16--horizontalcenter::before{content:"\E646"}.ssi_16--horizontalleft::before{content:"\E647"}.ssi_16--horizontalright::before{content:"\E645"}.ssi_16--image::before{content:"\E14A"}.ssi_16--info::before{content:"\E620"}.ssi_16--italic::before{content:"\E615"}.ssi_16--keyboard::before{content:"\E165"}.ssi_16--layer::before{content:"\E935"}.ssi_16--link::before{content:"\E64D"}.ssi_16--magnifier::before{content:"\E1B9"}.ssi_16--miniarrowdown::before{content:"\E19E"}.ssi_16--miniarrowright::before{content:"\E19D"}.ssi_16--minidesktopportrait::before{content:"\E980"}.ssi_16--mobilelandscape::before{content:"\E929"}.ssi_16--mobileportrait::before{content:"\E92A"}.ssi_16--mobileportraitlarge::before{content:"\E1AB"}.ssi_16--more::before{content:"\E911"}.ssi_16--none::before{content:"\E971"}.ssi_16--off::before{content:"\E19A"}.ssi_16--on::before{content:"\E199"}.ssi_16--order::before{content:"\E1B7"}.ssi_16--paginatiorarrow::before{content:"\E1B8"}.ssi_16--paste::before{content:"\E908"}.ssi_16--pause::before{content:"\E606"}.ssi_16--play::before{content:"\E605"}.ssi_16--plus::before{content:"\E92F"}.ssi_16--position::before{content:"\E14E"}.ssi_16--remove::before{content:"\E90A"}.ssi_16--rename::before{content:"\E19C"}.ssi_16--reset::before{content:"\E946"}.ssi_16--resize::before{content:"\E19F"}.ssi_16--row::before{content:"\E14F"}.ssi_16--save::before{content:"\E947"}.ssi_16--selectarrow::before{content:"\E638"}.ssi_16--sendback::before{content:"\E166"}.ssi_16--sendbackward::before{content:"\E167"}.ssi_16--shrink::before{content:"\E196"}.ssi_16--slides::before{content:"\E151"}.ssi_16--smart::before{content:"\E147"}.ssi_16--star::before{content:"\E603"}.ssi_16--stop::before{content:"\E607"}.ssi_16--style::before{content:"\E169"}.ssi_16--tabletlandscape::before{content:"\E927"}.ssi_16--tabletportrait::before{content:"\E928"}.ssi_16--tabletportraitlarge::before{content:"\E1AC"}.ssi_16--textcenter::before{content:"\E614"}.ssi_16--textjustify::before{content:"\E60B"}.ssi_16--textleft::before{content:"\E60A"}.ssi_16--textright::before{content:"\E604"}.ssi_16--underline::before{content:"\E602"}.ssi_16--unlink::before{content:"\E64B"}.ssi_16--up::before{content:"\E16A"}.ssi_16--verticalaround::before{content:"\E97B"}.ssi_16--verticalbetween::before{content:"\E97A"}.ssi_16--verticalbottom::before{content:"\E97F"}.ssi_16--verticalcenter::before{content:"\E97E"}.ssi_16--verticaltop::before{content:"\E97C"}.ssi_16--video::before{content:"\E153"}.ssi_16--wordpress::before{content:"\E197"}.ssi_24--active::before{content:"\D7FD"}.ssi_24--animation::before{content:"\E115"}.ssi_24--attention::before{content:"\E195"}.ssi_24--bounce::before{content:"\E998"}.ssi_24--button::before{content:"\E192"}.ssi_24--check::before{content:"\E14C"}.ssi_24--circularcheck::before{content:"\E129"}.ssi_24--circularinfo::before{content:"\E11B"}.ssi_24--close::before{content:"\E116"}.ssi_24--cog::before{content:"\E15C"}.ssi_24--col2::before{content:"\E193"}.ssi_24--desktop::before{content:"\E11A"}.ssi_24--desktoplandscape::before{content:"\E119"}.ssi_24--dummy::before{content:"\E17B"}.ssi_24--edit::before{content:"\E117"}.ssi_24--fade::before{content:"\E993"}.ssi_24--flip::before{content:"\E996"}.ssi_24--heading::before{content:"\E17E"}.ssi_24--image::before{content:"\E191"}.ssi_24--info::before{content:"\E14D"}.ssi_24--layers::before{content:"\E11C"}.ssi_24--mobilelandscape::before{content:"\E11D"}.ssi_24--mobileportrait::before{content:"\E11E"}.ssi_24--mobileportraitlarge::before{content:"\E1AD"}.ssi_24--more::before{content:"\E17D"}.ssi_24--move::before{content:"\E995"}.ssi_24--newwindow::before{content:"\E1A2"}.ssi_24--notification::before{content:"\E99F"}.ssi_24--orientation::before{content:"\E1A1"}.ssi_24--play::before{content:"\E11F"}.ssi_24--preview::before{content:"\E121"}.ssi_24--redo::before{content:"\E122"}.ssi_24--refresh::before{content:"\E194"}.ssi_24--remove::before{content:"\E16B"}.ssi_24--reveal::before{content:"\E992"}.ssi_24--rotate::before{content:"\E999"}.ssi_24--scale::before{content:"\E994"}.ssi_24--smart::before{content:"\E16C"}.ssi_24--special::before{content:"\E997"}.ssi_24--star::before{content:"\E1A4"}.ssi_24--stop::before{content:"\E16D"}.ssi_24--style::before{content:"\E123"}.ssi_24--tabletlandscape::before{content:"\E124"}.ssi_24--tabletportrait::before{content:"\E125"}.ssi_24--tabletportraitlarge::before{content:"\E1AE"}.ssi_24--text::before{content:"\E17F"}.ssi_24--timeline::before{content:"\E126"}.ssi_24--undo::before{content:"\E127"}.ssi_32--animatedheading::before{content:"\E991"}.ssi_32--area::before{content:"\E937"}.ssi_32--audio::before{content:"\E986"}.ssi_32--beforeafter::before{content:"\E1B4"}.ssi_32--button::before{content:"\E942"}.ssi_32--circlecounter::before{content:"\E985"}.ssi_32--col1::before{content:"\E112"}.ssi_32--col2::before{content:"\E113"}.ssi_32--col3::before{content:"\E157"}.ssi_32--countdown::before{content:"\E1B5"}.ssi_32--counter::before{content:"\E984"}.ssi_32--dummy::before{content:"\E15B"}.ssi_32--heading::before{content:"\E945"}.ssi_32--highlightheading::before{content:"\E990"}.ssi_32--html::before{content:"\E93A"}.ssi_32--icon::before{content:"\E941"}.ssi_32--iframe::before{content:"\E938"}.ssi_32--image::before{content:"\E943"}.ssi_32--imagearea::before{content:"\E950"}.ssi_32--imagebox::before{content:"\E983"}.ssi_32--imagecaption::before{content:"\E940"}.ssi_32--input::before{content:"\E939"}.ssi_32--joomla::before{content:"\E19B"}.ssi_32--list::before{content:"\E93E"}.ssi_32--plus::before{content:"\E114"}.ssi_32--progressbar::before{content:"\E982"}.ssi_32--smart::before{content:"\E16E"}.ssi_32--text::before{content:"\E944"}.ssi_32--transition::before{content:"\E93F"}.ssi_32--video::before{content:"\E93B"}.ssi_32--vimeo::before{content:"\E93C"}.ssi_32--youtube::before{content:"\E93D"}.ssi_48--bug::before{content:"\E17C"}.ssi_48--camera::before{content:"\E141"}.ssi_48--convert::before{content:"\E134"}.ssi_48--data::before{content:"\E13E"}.ssi_48--delete::before{content:"\E135"}.ssi_48--doc::before{content:"\E13B"}.ssi_48--drop::before{content:"\E136"}.ssi_48--dummy::before{content:"\E159"}.ssi_48--dynamic::before{content:"\E98F"}.ssi_48--empty::before{content:"\E98E"}.ssi_48--error::before{content:"\E137"}.ssi_48--grid::before{content:"\E16F"}.ssi_48--group::before{content:"\E139"}.ssi_48--help::before{content:"\E13A"}.ssi_48--image::before{content:"\E98D"}.ssi_48--keyboard::before{content:"\E171"}.ssi_48--link::before{content:"\E13C"}.ssi_48--newsletter::before{content:"\E13D"}.ssi_48--plus::before{content:"\D7FE"}.ssi_48--post::before{content:"\E98B"}.ssi_48--protect::before{content:"\E133"}.ssi_48--remove::before{content:"\E156"}.ssi_48--review0::before{content:"\E13F"}.ssi_48--review1::before{content:"\E1A5"}.ssi_48--review2::before{content:"\E1A6"}.ssi_48--review3::before{content:"\E1A7"}.ssi_48--review4::before{content:"\E1A9"}.ssi_48--review5::before{content:"\E1AA"}.ssi_48--static::before{content:"\E98A"}.ssi_48--upgrade::before{content:"\E1A3"}.ssi_48--video::before{content:"\E989"}.ssi_64--accordionslider::before{content:"\E12A"}.ssi_64--auto::before{content:"\E17A"}.ssi_64--block::before{content:"\E12B"}.ssi_64--blurfit::before{content:"\E172"}.ssi_64--carousel::before{content:"\E12C"}.ssi_64--center::before{content:"\E173"}.ssi_64--drop::before{content:"\E12D"}.ssi_64--dummy::before{content:"\E15A"}.ssi_64--fill::before{content:"\E174"}.ssi_64--fit::before{content:"\E175"}.ssi_64--folder::before{content:"\E957"}.ssi_64--folderup::before{content:"\E63E"}.ssi_64--fullwidthslider::before{content:"\E132"}.ssi_64--image::before{content:"\E176"}.ssi_64--page::before{content:"\E12E"}.ssi_64--showcase::before{content:"\E12F"}.ssi_64--slider::before{content:"\E131"}.ssi_64--stretch::before{content:"\E177"}.ssi_64--tile::before{content:"\E179"}.n2_color_picker{position:fixed;top:0;left:0;z-index:10000000;border:2px solid #b9c3c9;border-radius:3px;background-color:#fff;width:min-content;display:grid;grid-gap:10px;grid-template-columns:auto auto auto auto;padding:10px;user-select:none}.n2_color_picker.n2_color_picker--has-opacity{grid-template-columns:auto auto auto auto auto}.n2_color_picker__palette{width:min-content;display:grid;grid-gap:8px;grid-template-columns:1fr 1fr 1fr 1fr}.n2_color_picker__palette_item{width:20px;height:20px;overflow:hidden;border-radius:3px;cursor:pointer}.n2_color_picker__palette_item_color{width:100%;height:100%;background-color:var(--palette-item-color);box-shadow:0 0 1px 1px rgba(0,0,0,.2) inset;border-radius:3px}.n2_color_picker__palette_item_alpha{display:none}.n2_color_picker--has-opacity .n2_color_picker__palette_item_alpha{display:block}.n2_color_picker__palette_history{width:min-content;display:grid;grid-gap:8px;grid-template-columns:1fr;border-left:1px solid rgba(0,0,0,.2);border-right:1px solid rgba(0,0,0,.2);padding:0 10px}.n2_color_picker__palette_history .n2_color_picker__palette_item:last-child{display:none}.n2_color_picker--has-opacity .n2_color_picker__palette_history .n2_color_picker__palette_item:last-child{display:block}.n2_color_picker__picker_area{padding:10px;width:min-content;display:grid;grid-template-columns:auto auto auto;grid-gap:10px;overflow:hidden}.n2_color_picker__picker_canvas{align-self:stretch;position:relative;width:140px;background-color:red;background-image:linear-gradient(to top,#000,rgba(204,154,129,0)),linear-gradient(to right,#fff,rgba(204,154,129,0));box-shadow:0 0 1px 1px rgba(0,0,0,.2) inset}.n2_color_picker__picker_canvas_dot{position:absolute;left:-5px;top:-5px;width:10px;height:10px;border-radius:10px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.4)}.n2_color_picker__picker_hue{align-self:stretch;position:relative;width:20px;background:linear-gradient(to bottom,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);box-shadow:0 0 1px 1px rgba(0,0,0,.2) inset}.n2_color_picker__picker_hue_dot{position:absolute;left:-3px;top:-3px;width:calc(100% + 6px);height:6px;border-radius:5px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.4)}.n2_color_picker__picker_opacity{align-self:stretch;display:none;width:20px}.n2_color_picker--has-opacity .n2_color_picker__picker_opacity{display:block}.n2_color_picker__picker_opacity_inner{position:relative;width:100%;height:100%;box-shadow:0 0 1px 1px rgba(0,0,0,.2) inset}.n2_color_picker__picker_opacity_dot{position:absolute;left:-3px;top:-3px;width:calc(100% + 6px);height:6px;border-radius:5px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.4)}.n2_checker_box{background-image:linear-gradient(45deg,gray 25%,transparent 25%),linear-gradient(-45deg,gray 25%,transparent 25%),linear-gradient(45deg,transparent 75%,gray 75%),linear-gradient(-45deg,transparent 75%,gray 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0}#dolly{display:none!important}.toplevel_page_smart-slider3 #wpbody-content{padding-bottom:0!important}.toplevel_page_smart-slider3 #wpfooter{display:none}#wpbody-content #n2-admin{margin:10px 20px 20px 0}html[dir=rtl] #wpbody-content #n2-admin{margin:10px 0 0 20px}#wpbody-content #n2-admin a:focus{box-shadow:none}.n2 input{min-height:initial;border-radius:0}.n2 select{background:0 0;max-width:initial;min-height:26px;height:26px;font-size:12px;-webkit-appearance:menulist;-moz-appearance:menulist}.n2 select[multiple]{height:auto;-webkit-appearance:none;-moz-appearance:none}.n2_admin .n2_field_select select{background:#fff}html.n2_html--application-only{background:#fff}html.n2_html--application-only #wpbody{padding:0!important}html.n2_html--application-only.wp-toolbar{padding:0}html.n2_html--application-only,html.n2_html--application-only body{position:relative;height:auto;min-height:100vh;background:#fff}html.n2_html--application-only #wpadminbar,html.n2_html--application-only #adminmenuwrap,html.n2_html--application-only #adminmenuback,html.n2_html--application-only .update-nag{display:none!important}html.n2_html--application-only #wpcontent{margin:0!important;padding-left:0;padding-right:0}html.n2_html--application-only .updated,html.n2_html--application-only .error,html.n2_html--application-only .notice-error,html.n2_html--application-only .notice-success,html.n2_html--application-only .notice-warning,html.n2_html--application-only .notice-info,html.n2_html--application-only .notice,html.n2_html--application-only .wpuf-review-notice,html.n2_html--application-only .analytify-review-notice,html.n2_html--application-only .prompt-box+.overlay{display:none!important}.wp-block-nextend-smartslider3{position:relative;z-index:1;min-height:100px}.wp-block-nextend-smartslider3 iframe{pointer-events:none}.wp-block-nextend-smartslider3__button-container{display:inline-grid;grid-template-columns:auto auto;grid-gap:10px}.wp-customizer .n2_modal{z-index:1000030}.wp-customizer a.n2_button,.wp-customizer a.n2_button:HOVER,.wp-customizer a.n2_button:FOCUS{color:#fff}#gslogo-dummy-data-install--notice,.gslogo-admin-notice,.gslogo-review-notice{display:none!important}#a2020-admin-bar-app{z-index:100000}.a2020_admin_theme #wpwrap{display:block;vertical-align:top}.a2020_admin_theme #wpbody-content #n2-admin{margin:10px 20px 20px 20px}.n2_html--application-only .a2020_admin_theme #a2020-admin-bar-app{display:none!important}#uip-toolbar{display:none}html.wp-toolbar[uip-toolbar=true]{padding-top:0}.n2_admin{position:relative;min-width:980px}.n2_admin__header{position:relative;z-index:2000;font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased}.n2_admin__header a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_admin__content{border-radius:0 0 3px 3px;border-left:1px solid #94b2c1;border-right:1px solid #94b2c1;border-bottom:1px solid #94b2c1;background-color:#f0f4f7;padding-bottom:40px;min-height:calc(100vh - 180px)}.n2_admin_ui{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased}.n2_admin_ui a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_admin_ui a:ACTIVE,.n2_admin_ui a:VISITED,.n2_admin_ui a:FOCUS,.n2_admin_ui a:LINK{text-decoration:none}.n2_admin_ui iframe{border:0}.n2_admin_ui [contenteditable=true]{-webkit-user-select:text;user-select:text}.n2_admin--empty{margin:0!important}.n2_admin--empty.n2_admin{min-width:0}.n2_nav_bar{position:relative;z-index:11;min-height:70px;display:flex;background-color:#1375e9;border-top-left-radius:3px;border-top-right-radius:3px}.n2_nav_bar__logo{flex:0 1 auto;display:flex;justify-content:center}.n2_nav_bar__logo a{display:inline-flex;align-items:center;justify-content:center}.n2_nav_bar__logo svg{max-width:none}.n2_nav_bar__menu{position:relative;z-index:2;flex:1 1 auto;padding:0 10px;width:100%;box-sizing:border-box;display:flex;justify-content:flex-end;align-items:center;margin-left:auto}@media only screen and (max-width:1600px){.n2_nav_bar__menu{width:auto}}.n2_nav_bar__menuitem{margin:10px}.n2_nav_bar__menuitem>a{display:block;padding:0 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:150px}.n2_nav_bar__menuitem a{font-size:14px;line-height:2}.n2_nav_bar__menuitem a,.n2_nav_bar__menuitem a:HOVER,.n2_nav_bar__menuitem a:FOCUS{color:#d0e3fb}.n2_breadcrumbs{padding:0 10px;white-space:nowrap;flex:1 1 auto;width:100%;box-sizing:border-box;position:relative;z-index:2;display:flex;align-items:center}@media only screen and (max-width:1600px){.n2_breadcrumbs{width:auto}}.n2_breadcrumbs__breadcrumb_button{display:flex;align-items:center;padding:0 8px;font-size:14px;line-height:2;text-transform:capitalize;font-weight:700}.n2_breadcrumbs__breadcrumb_button,.n2_breadcrumbs__breadcrumb_button:HOVER,.n2_breadcrumbs__breadcrumb_button:FOCUS{color:#d0e3fb}.n2_breadcrumbs__breadcrumb_button>*{margin:0 2px}.n2_breadcrumbs__breadcrumb_button>span{max-width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_breadcrumbs__breadcrumb_button>.ssi_16{margin:0 3px}.n2_breadcrumbs__breadcrumb--active .n2_breadcrumbs__breadcrumb_button,.n2_breadcrumbs__breadcrumb--active .n2_breadcrumbs__breadcrumb_button:HOVER,.n2_breadcrumbs__breadcrumb--active .n2_breadcrumbs__breadcrumb_button:FOCUS{color:#fff}.n2_breadcrumbs__arrow{font-size:16px;color:#d0e3fb}.n2_breadcrumbs__arrow .ssi_16{display:block}html[dir=rtl] .n2_breadcrumbs__arrow{transform:rotateZ(180deg)}.n2-admin-content-with-sidebar{display:flex}.n2-admin-content-with-sidebar__sidebar{flex:0 0 auto;width:340px;margin-left:-1px;background-color:#4d5d70;border-bottom-left-radius:3px;border-right:1px solid #212d3a;box-sizing:border-box}.n2-admin-content-with-sidebar__content{position:relative;min-height:1000px}.n2_top_bar_main{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;z-index:1020;margin-left:-1px;margin-right:-1px;position:-webkit-sticky;position:sticky;top:0;display:flex;flex-flow:row-reverse;background-color:#0c1924;padding:12px 10px}.n2_top_bar_main a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_top_bar_main .n2_top_bar_button_icon{font-size:24px;width:24px;height:24px}.n2_top_bar_main .n2_top_bar_button_icon,.n2_top_bar_main .n2_top_bar_button_icon:HOVER,.n2_top_bar_main .n2_top_bar_button_icon:FOCUS{color:#94b2c1}.n2_top_bar_main__primary{display:flex;flex-flow:row-reverse;align-items:center}.n2_top_bar_main__primary>*{margin:0 10px}.n2_top_bar_main__primary .n2_button_spacer{margin:0 10px;width:2px;height:32px}.n2_top_bar_main__primary .n2_button_spacer--visible{height:24px;background-color:#3a4956;border-radius:1px}.n2_top_bar_main__secondary{display:flex;align-items:center;margin-right:auto;padding-left:5px}.n2_top_bar_main__secondary>*{margin:0 5px}.n2_top_bar_group--narrow .n2_top_bar_group__inner{display:flex;flex-flow:row-reverse;margin:0 -5px;direction:ltr}.n2_top_bar_group--narrow .n2_top_bar_group__inner>*{margin:0 5px}.n2_header{position:relative;z-index:990;font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;background-color:#fff;padding:30px 28px}.n2_header a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_header.n2_header--has-menu-items{padding-top:50px;padding-bottom:0}.n2_header__heading_container{margin:0 12px}.n2_header__content{display:flex;align-items:center}.n2_header__heading{display:flex;align-items:center}.n2_header__heading_primary{font-size:32px;line-height:1.25em;color:#283f4d}.n2_header__heading_after{font-size:24px;line-height:1em;color:#94b2c1;margin:0 15px}.n2_header__actions{margin-left:auto;display:flex}.n2_header__actions>*{margin:0 12px}html[dir=rtl] .n2_header__actions{margin-left:0;margin-right:auto}.n2_header__menu{margin:0 -8px;display:flex}.n2_header__menu_item{margin:0 20px;line-height:50px;font-size:16px;font-weight:700;text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.n2_header__menu_item,.n2_header__menu_item:ACTIVE,.n2_header__menu_item:VISITED,.n2_header__menu_item:FOCUS,.n2_header__menu_item:LINK{color:#325c77}.n2_header__menu_item--active,.n2_header__menu_item--active:ACTIVE,.n2_header__menu_item--active:VISITED,.n2_header__menu_item--active:FOCUS,.n2_header__menu_item--active:LINK{box-shadow:inset 0 -3px 0 0 #1375e9!important;color:#1375e9}.n2_notification_center{z-index:9999999999999;position:fixed;right:10px;bottom:0;display:flex;flex-flow:column;align-items:flex-end;width:auto;max-height:310px;padding:10px;overflow-y:auto;overflow-x:hidden}html[dir=rtl] .n2_notification_center{left:10px;right:auto}.n2_notification_center__message{max-width:500px;margin:10px;display:flex;align-items:center;background-color:#0c1924;border-radius:5px;padding:20px;transition:transform .5s ease-in-out .3s;transform:translateX(150%)}html[dir=rtl] .n2_notification_center__message{transform:translateX(-150%)}.n2_notification_center__message--animate{transform:translateX(0%)}html[dir=rtl] .n2_notification_center__message--animate{transform:translateX(0%)}.n2_notification_center__message--success{min-width:250px}.n2_notification_center__message_icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:100%;color:#fff}.n2_notification_center__message--success .n2_notification_center__message_icon{background-color:#04c018}.n2_notification_center__message--success .n2_notification_center__message_icon .ssi_24::before{content:"\E14C"}.n2_notification_center__message--notice .n2_notification_center__message_icon{background-color:#1d81f9}.n2_notification_center__message--notice .n2_notification_center__message_icon .ssi_24::before{content:"\E14D"}.n2_notification_center__message_content{flex:1 1 auto;padding:0 10px}.n2_notification_center__message_content_label{color:#fff;font-size:14px;line-height:20px;text-transform:uppercase}.n2_notification_center__message_content_description{font-size:14px;line-height:20px;color:#94b2c1}.n2_notification_center__message_action{flex:0 0 auto;margin:0 10px;background-color:#1d81f9;border-radius:3px;padding:0 10px;white-space:nowrap;font-size:11px;color:#fff;line-height:30px;cursor:pointer;text-transform:uppercase}.n2_notification_center__message_action:HOVER{background-color:#338ef9}.n2_body--fullscreen-editor-visible{overflow:hidden}.n2_fullscreen_editor{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;z-index:100002;position:fixed;left:0;top:0;display:none;box-sizing:border-box;width:100%;height:100%;padding:20px;background:rgba(28,41,51,.8)}.n2_fullscreen_editor a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_fullscreen_editor--visible{display:block}.n2_fullscreen_editor__overlay{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}.n2_fullscreen_editor__window{z-index:2;position:relative;flex:1 1 auto;height:100%;display:flex;flex-flow:column;border-radius:3px;box-shadow:0 1px 5px 1px rgba(55,77,88,.2);overflow:hidden}.n2_fullscreen_editor__window>iframe{display:block;width:100%;height:100%}.n2_fullscreen_editor__nav_bar{position:relative;z-index:2;display:flex;flex:0 0 auto;background-color:#0c1924}.n2_fullscreen_editor__nav_bar_label{position:absolute;width:100%;z-index:1;line-height:60px;color:#fff;font-size:22px;text-align:center;text-transform:capitalize}.n2_fullscreen_editor__nav_bar_actions{position:relative;z-index:2;flex:1 1 auto;display:flex;justify-content:flex-end;padding:12px 10px}.n2_fullscreen_editor__nav_bar_actions>*{margin:0 10px}.n2_fullscreen_editor__content{flex:1 1 auto;display:flex;overflow:hidden}.n2_fullscreen_editor__content_sidebar{position:relative;flex:0 0 340px;width:340px;overflow:auto;background-color:#3a4956}.n2_fullscreen_editor__content_sidebar_top_bar{position:-webkit-sticky;position:sticky;top:0}.n2_fullscreen_editor__save_as_new_container{padding:12px 20px}.n2_fullscreen_editor__save_as_new_container .n2_button{text-align:center;display:block}.n2_fullscreen_editor__visual{display:flex;align-items:center;padding:0 10px;background-color:#2c3a45;border-bottom:1px solid #1e2830}.n2_fullscreen_editor__visual--active{background-color:#1375e9;border-bottom:1px solid #1375e9}.n2_fullscreen_editor__visual_select_tick{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #131c23;border-radius:3px;background-color:#2c3a45;cursor:pointer}.n2_fullscreen_editor__visual_select_tick .ssi_16{display:none;color:#fff}.n2_fullscreen_editor__visual--selected .n2_fullscreen_editor__visual_select_tick{background-color:#04c018;border-color:#04c018}.n2_fullscreen_editor__visual--selected .n2_fullscreen_editor__visual_select_tick .ssi_16{display:inline-block}.n2_fullscreen_editor__visual_label{flex:1 1 auto;padding:0 10px;color:#94b2c1;font-size:12px;line-height:44px;cursor:pointer}.n2_fullscreen_editor__visual--active .n2_fullscreen_editor__visual_label{color:#fff}.n2_fullscreen_editor__visual_action{display:inline-flex;align-items:center;justify-content:center;padding:5px;font-size:16px;color:#94b2c1;cursor:pointer}.n2_fullscreen_editor__visual--active .n2_fullscreen_editor__visual_action{color:#fff}.n2_fullscreen_editor__content_content{position:relative;flex:1 1 auto;overflow:auto;background-color:#f0f4f7}.n2_iframe_application{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;display:flex;flex-flow:column;margin:0!important;min-width:0;height:100vh;overflow:hidden}.n2_iframe_application a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_iframe_application__nav_bar{position:relative;z-index:2;display:flex;flex:0 0 auto;height:60px;background-color:#0c1924}.n2_iframe_application__nav_bar_label{position:absolute;width:100%;z-index:1;line-height:60px;color:#fff;font-size:22px;text-align:center}.n2_iframe_application__nav_bar_actions{position:relative;z-index:2;flex:1 1 auto;display:flex;justify-content:flex-end;padding:12px 10px}.n2_iframe_application__nav_bar_actions>*{margin:0 10px}.n2_iframe_application__nav_bar_actions .n2_button_spacer{margin:0 10px;width:2px;height:32px}.n2_iframe_application__nav_bar_actions .n2_button_spacer--visible{height:24px;background-color:#3a4956;border-radius:1px}.n2_iframe_application__nav_bar_actions .n2_button_plain_icon{margin:0 5px}.n2_iframe_application__nav_bar_actions .n2_button_plain_icon,.n2_iframe_application__nav_bar_actions .n2_button_plain_icon:HOVER,.n2_iframe_application__nav_bar_actions .n2_button_plain_icon:FOCUS{color:#94b2c1}.n2_iframe_application__content{position:relative;flex:1 1 auto;overflow:auto;background-color:#f0f4f7}.n2_iframe_application__content .n2_form__table[data-field=table-shapedivider] .n2_field__label .ssi_16--minidesktopportrait{color:#325c77}.n2_admin_editor{margin:0!important;min-width:0}.n2_admin_editor_overlay{z-index:10;position:fixed;left:0;top:0;width:100%;height:100%;display:flex;flex-flow:column;visibility:hidden}.n2_admin_editor_overlay__top{position:relative;z-index:10;flex:0 0 auto}.n2_admin_editor_overlay__top_bar_main{position:static;visibility:visible}.n2_admin_editor_overlay__top_bar_main .n2_breadcrumbs{margin:0 -8px;padding:0}.n2_admin_editor_overlay__top_bar_main .n2_breadcrumbs__breadcrumb_button{color:#94b2c1}.n2_admin_editor_overlay__top_bar_main .n2_breadcrumbs__breadcrumb_button,.n2_admin_editor_overlay__top_bar_main .n2_breadcrumbs__breadcrumb_button:HOVER,.n2_admin_editor_overlay__top_bar_main .n2_breadcrumbs__breadcrumb_button:FOCUS{color:#94b2c1}.n2_admin_editor_overlay__top_bar_main .n2_breadcrumbs__arrow{color:#94b2c1}.n2_admin_editor__ui_slide_manager.n2_slide_manager{visibility:visible;position:absolute;left:0;top:60px;width:100%;height:calc(100vh - 60px)}.n2_admin_editor__ui_slide_manager.n2_slide_manager .n2_slide_manager__inner{overflow:auto;max-height:100%}.n2_admin_editor__content{display:flex;position:relative;box-sizing:border-box;width:100%;height:100vh;padding-top:75px;padding-left:65px;background:#f0f4f7}.n2_body--show-add-more .n2_admin_editor__content,.n2_body--attached-layer-list .n2_admin_editor__content{padding-bottom:0!important}.n2_admin_editor__content_inner{position:relative;flex:1 1 auto;background-color:#f0f4f7;overflow:auto}.n2_admin_editor_overlay--show-layer-navigation:not(.n2_admin_editor_overlay--show-add-more):not(.n2_admin_editor_overlay--attached-layer-list) .n2_slide_editor_timeline_toggle--show{display:none}.n2_admin_editor_overlay--show-layer-navigation.n2_admin_editor_overlay--attached-layer-list .n2_slide_editor_timeline_toggle--show{pointer-events:none}.n2_admin_editor_overlay--show-slides .n2_admin_editor_overlay__top_bar_main .n2_top_bar_main__primary{opacity:.5;pointer-events:none}.n2_top_bar_main__logo{flex:1 1 auto;overflow:hidden;display:flex;align-items:center;justify-content:center}.n2_top_bar_main__logo a{display:inline-block;padding:0 10px}.n2_top_bar_main__logo svg{vertical-align:top;display:inline-block}.n2_admin__banner{background-color:#1c2933;z-index:2;position:relative;color:#fff;align-items:center}.n2_admin__banner .n2_admin__banner_inner{max-width:500px;text-align:center;margin:0 auto;padding:40px}.n2_admin__banner .n2_admin__banner_inner .n2_admin__banner_inner_title{font-size:22px;line-height:32px}.n2_admin__banner .n2_admin__banner_inner .n2_admin__banner_inner_description{font-size:14px;color:#94b2c1;line-height:24px}.n2_admin__banner .n2_admin__banner_inner .n2_admin__banner_inner_button{margin-top:20px}.n2_admin__banner .n2_admin__banner_close{margin:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#6b7986;border-radius:100%;color:#fff;font-size:16px;cursor:pointer;position:absolute;top:0;right:0}.n2_admin__banner .n2_admin__banner_close:HOVER{background-color:#8694a2}.n2_free_need_more{padding:40px 0;display:flex;flex-flow:column;align-items:center;text-align:center}.n2_free_need_more__logo img{display:block;width:64px}.n2_free_need_more__title{margin-top:10px;font-size:16px;line-height:28px;font-weight:700;color:#fff}.n2_modal .n2_free_need_more__title{color:#283f4d}.n2_free_need_more__paragraph{max-width:270px;line-height:24px;font-size:14px;color:#bdcfd9}.n2_modal .n2_free_need_more__paragraph{color:#325c77}.n2_free_need_more__button{margin-top:10px;padding:0 25px;background-color:#1d81f9;border-radius:3px;font-size:12px;line-height:36px;font-weight:700;text-transform:uppercase}.n2_free_need_more__button,.n2_free_need_more__button:HOVER,.n2_free_need_more__button:FOCUS{color:#fff}.n2_free_need_more__button:HOVER{background-color:#338ef9}.n2_body--inherit-cursor *{cursor:inherit!important}.n2_modal{font-family:"Inter-Nextend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.3;font-size:16px;-webkit-font-smoothing:antialiased;z-index:100003;position:fixed;left:0;top:0;display:none;box-sizing:border-box;width:100%;height:100%;padding:20px;background:rgba(28,41,51,.8);align-items:center;justify-content:center}.n2_modal a{transition:none 0s;text-decoration:none;box-shadow:none}.n2_modal--visible{display:flex}.n2_modal__overlay{z-index:1;position:absolute;width:100%;height:100%;cursor:pointer}.n2_modal__window{position:relative;z-index:2;display:flex;flex-flow:column;width:100%;max-height:100%;border-radius:3px;box-shadow:0 2px 20px 0 rgba(0,0,0,.2)}.n2_modal--simple .n2_modal__window{border-radius:3px;overflow:hidden}.n2_modal--simple .n2_modal__body_outer{flex:1 1 auto;position:relative;background:#fff;border-radius:3px 3px 0 0;overflow:auto}.n2_modal--simple .n2_modal__body{padding:20px 40px 10px}.n2_modal--simple .n2_modal__close_wrap{position:sticky;top:0;height:0;display:flex;justify-content:flex-end}.n2_modal--simple .n2_modal__close{margin:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#f0f4f7;border-radius:100%;color:#283f4d;font-size:16px;cursor:pointer}.n2_modal--simple .n2_modal__buttons{display:flex;flex:0 0 auto;background-color:#f0f4f7;height:56px;border-radius:0 0 3px 3px;border-top:1px solid #e4e9ec}.n2_modal--simple .n2_modal__buttons[data-buttons="0"]{display:none}.n2_modal--simple .n2_modal__buttons[data-buttons="1"] .n2_modal__button{width:100%;align-items:center;justify-content:center}.n2_modal--simple .n2_modal__buttons[data-buttons="2"] .n2_modal__button{width:50%;align-items:center}.n2_modal--simple .n2_modal__buttons[data-buttons="2"] .n2_modal__button:first-child{justify-content:flex-end;padding-right:10px}.n2_modal--simple .n2_modal__buttons[data-buttons="2"] .n2_modal__button:last-child{justify-content:flex-start;padding-left:10px}.n2_modal--simple .n2_modal__button{display:flex}.n2_modal[data-modal-type=generator-insert-variable] .n2_generator_variables{display:flex;flex-wrap:wrap;padding:3px;background-color:#f0f4f7;border-radius:3px;max-height:130px;overflow-y:auto}.n2_modal[data-modal-type=generator-insert-variable] .n2_generator_variables__variable{margin:3px;padding:0 10px;background-color:#94b2c1;border-radius:3px;color:#fff;font-size:11px;line-height:30px;cursor:pointer}.n2_modal[data-modal-type=generator-insert-variable] .n2_generator_variables__variable:HOVER{background-color:#7f9caa}.n2_modal[data-modal-type=generator-insert-variable] .n2_generator_variables__variable--selected{background-color:#1d81f9;color:#fff}.n2_modal[data-modal-type=generator-insert-variable] .n2_generator_variables__variable--selected:HOVER{background-color:#1d81f9}.n2_modal[data-modal-type=generator-insert-variable] .n2_generator_result{padding:0 8px;background-color:#f0f4f7;border-radius:3px;height:80px;overflow-y:scroll;font-size:12px;line-height:30px;color:#325c77}.n2_modal--lightbox .n2_modal__window{height:100%}.n2_modal--lightbox .n2_modal__top_bar{position:relative;border-radius:3px 3px 0 0;background-color:#0c1924}.n2_modal--lightbox .n2_modal__top_bar_title{position:absolute;width:100%;z-index:1;line-height:60px;color:#fff;font-size:22px;text-align:center;text-transform:capitalize}.n2_modal--lightbox .n2_modal__top_bar_buttons{position:relative;z-index:2;display:flex;justify-content:flex-end;padding:12px 10px}.n2_modal--lightbox .n2_modal__top_bar_buttons>*{margin:0 10px}.n2_modal--lightbox .n2_modal__body{flex:1 1 auto;overflow:auto;background:#f0f4f7;border-radius:0 0 3px 3px}.n2_modal--lightbox[data-modal-type=icons] .n2_modal__body{display:flex;overflow:hidden}.n2_modal--lightbox[data-modal-type=icons] .n2_modal__sidebar{position:relative;flex:0 0 340px;width:340px;background-color:#3a4956}.n2_modal--lightbox[data-modal-type=icons] .n2_modal__sidebar_inner{height:100%;overflow:auto}.n2_modal--lightbox[data-modal-type=icons] .n2_modal__content{position:relative;flex:1 1 auto;background-color:#f0f4f7}.n2_modal--lightbox[data-modal-type=icons] .n2_modal__content_inner{height:100%;overflow:auto}.n2_modal_icons__search_area{padding:10px 20px;background-color:#3a4956;border-bottom:1px solid #1e2830}.n2_modal_icons__search_area .n2_field__label{display:none}.n2_modal_icons__search_area .n2_field_text{display:flex}.n2_modal_icons__search_area .n2_field_text input{width:100%}.n2_modal_icons__list_item{background-color:#2c3a45;padding:0 10px;border-bottom:1px solid #1e2830;color:#94b2c1;font-size:12px;line-height:44px;cursor:pointer}.n2_modal_icons__list_item--active{background-color:#1d81f9;color:#fff}.n2_modal_icons__icon{display:inline-block;margin:5px;width:32px;height:32px;cursor:pointer;font-size:24px;line-height:32px;text-align:center;color:#000}.n2_modal_filesystem__content{display:flex;flex-wrap:wrap;padding:10px}.n2_modal_filesystem__content[data-mode=single] .n2_modal_filesystem_box--file,.n2_modal_filesystem__content[data-mode=multiple] .n2_modal_filesystem_box--file{cursor:pointer}.n2_modal_filesystem__current_path{width:100%;margin:0 10px;font-size:14px;line-height:30px;color:#325c77}.n2_modal_filesystem_box{position:relative;display:flex;flex-flow:column;justify-content:flex-end;margin:10px;width:160px;height:140px;border-radius:3px}.n2_modal_filesystem_box .n2-button{display:none}.n2_modal_filesystem_box--active{box-shadow:0 0 0 3px #1d81f9}.n2_modal_filesystem_box__image{height:100px;background-repeat:no-repeat;background-size:cover}.n2_modal_filesystem_box__icon{height:100px;display:flex;align-items:center;justify-content:center;color:#94b2c1}.n2_modal_filesystem_box__lab