Smart Slider 3 - Version 3.4.1.10

Version Description

  • 27. October 2020 =
  • Feature: Certain HTML tags are enabled in the Heading layer. See the full list of supported tags.
  • Feature: Post slug variable for WordPress Post generator
  • Fix: WP Rocket compatibility
  • Fix: Alias switching
  • Fix: Rename in layer list and Breakpoint value change in Safari
  • Fix: Nested Absolute layers in column
  • Fix: Output buffer for Speed Booster Pack cache
  • Fix: Slider loading optimization
  • Fix: Simply Exclude plugin added to conflict list.
  • Fix: PageSpeed ninja plugin compatibility (enabled Gzip caused missing files.)
Download this release

Release Info

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

Code changes from version 3.4.1.9 to 3.4.1.10

Nextend/Framework/Asset/AssetManager.php CHANGED
@@ -2,6 +2,7 @@
2
 
3
  namespace Nextend\Framework\Asset;
4
 
 
5
  use Nextend\Framework\PageFlow;
6
  use Nextend\Framework\Plugin;
7
  use Nextend\Framework\View\Html;
@@ -12,6 +13,13 @@ use Nextend\Framework\View\Html;
12
  */
13
  class AssetManager {
14
 
 
 
 
 
 
 
 
15
  /**
16
  * @var CSS\Asset
17
  */
@@ -65,6 +73,8 @@ class AssetManager {
65
 
66
  public static function createStack() {
67
 
 
 
68
  self::$css = new Css\Asset();
69
  array_unshift(self::$cssStack, self::$css);
70
 
@@ -83,6 +93,9 @@ class AssetManager {
83
 
84
  public static function removeStack() {
85
  if (count(self::$cssStack) > 0) {
 
 
 
86
  /**
87
  * @var $previousCSS Css\Asset
88
  * @var $previousLESS Css\Less\Asset
2
 
3
  namespace Nextend\Framework\Asset;
4
 
5
+ use Nextend\Framework\Data\Data;
6
  use Nextend\Framework\PageFlow;
7
  use Nextend\Framework\Plugin;
8
  use Nextend\Framework\View\Html;
13
  */
14
  class AssetManager {
15
 
16
+ /**
17
+ * Helper to safely store AssetManager related optimization data
18
+ *
19
+ * @var Data
20
+ */
21
+ public static $stateStorage;
22
+
23
  /**
24
  * @var CSS\Asset
25
  */
73
 
74
  public static function createStack() {
75
 
76
+ self::$stateStorage = new Data();
77
+
78
  self::$css = new Css\Asset();
79
  array_unshift(self::$cssStack, self::$css);
80
 
93
 
94
  public static function removeStack() {
95
  if (count(self::$cssStack) > 0) {
96
+
97
+ self::$stateStorage = new Data();
98
+
99
  /**
100
  * @var $previousCSS Css\Asset
101
  * @var $previousLESS Css\Less\Asset
Nextend/Framework/Model/Section.php CHANGED
@@ -91,11 +91,12 @@ class Section {
91
 
92
  public static function add($application, $section, $referenceKey, $value, $system = 0, $editable = 1) {
93
  $row = array(
94
- "application" => $application,
95
- "section" => $section,
96
- "value" => $value,
97
- "system" => $system,
98
- "editable" => $editable
 
99
  );
100
 
101
  if ($referenceKey !== null) {
91
 
92
  public static function add($application, $section, $referenceKey, $value, $system = 0, $editable = 1) {
93
  $row = array(
94
+ "application" => $application,
95
+ "section" => $section,
96
+ "referencekey" => '',
97
+ "value" => $value,
98
+ "system" => $system,
99
+ "editable" => $editable
100
  );
101
 
102
  if ($referenceKey !== null) {
Nextend/Framework/Settings.php CHANGED
@@ -22,7 +22,6 @@ class Settings {
22
  'javascript-inline' => 'head',
23
  'protocol-relative' => 1,
24
  'force-english-backend' => 0,
25
- 'show-joomla-admin-footer' => 0,
26
  'frontend-accessibility' => 1,
27
  'curl' => 1,
28
  'curl-clean-proxy' => 0,
22
  'javascript-inline' => 'head',
23
  'protocol-relative' => 1,
24
  'force-english-backend' => 0,
 
25
  'frontend-accessibility' => 1,
26
  'curl' => 1,
27
  'curl-clean-proxy' => 0,
Nextend/Languages/de_DE.mo CHANGED
Binary file
Nextend/Languages/de_DE.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Smart Slider 3 translation\n"
4
- "POT-Creation-Date: 2020-07-22 09:05+0200\n"
5
- "PO-Revision-Date: 2020-07-22 09:06+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de\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 2.4\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -17,336 +17,527 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: Framework/Asset/Builder/cache\n"
19
 
20
- #: Framework/Image/Admin/Assets/js/editor.js:142
21
- msgid "Generate"
22
- msgstr ""
23
-
24
- #: Framework/Image/Admin/Assets/js/editor.js:148
25
- msgid "Desktop image is empty!"
26
- msgstr ""
27
-
28
- #: Framework/Image/Admin/Assets/js/manager.js:44
29
- msgid "The image is empty"
30
  msgstr ""
31
 
32
- #: Framework/Image/Admin/Assets/js/manager.js:65
33
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:86
34
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:107
35
- msgid "Empty"
36
  msgstr ""
37
 
38
- #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:79
39
- msgid "Slide height probably too high"
40
  msgstr ""
41
 
42
- #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:80
43
- msgid ""
44
- "The height of this slide is much higher than others so it will increase the "
45
- "height of the other slides."
46
  msgstr ""
47
 
48
- #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:84
49
- msgid "Slide height increased"
 
50
  msgstr ""
51
 
52
- #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:89
53
- #, javascript-format
54
- msgid ""
55
- "The height of this slide increased because the following slides are much "
56
- "higher: %s."
57
  msgstr ""
58
 
59
- #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:12
60
- msgid "Drop files here or"
61
  msgstr ""
62
 
63
- #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:12
64
- msgid "Upload"
65
  msgstr ""
66
 
67
- #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:19
68
- msgid "Parent directory"
69
  msgstr ""
70
 
71
- #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:105
72
- msgid "Current path"
 
73
  msgstr ""
74
 
75
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:32
76
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:59
77
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:214
78
- msgid "Preset"
79
- msgstr "Voreingestellt"
80
-
81
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:32
82
- msgid ""
83
- "You can use presets to save style settings for later use. Clicking on any "
84
- "preset will load its styling to your current layer, and the previous style "
85
- "settings will be lost."
86
  msgstr ""
87
 
88
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:34
89
- msgid ""
90
- "Layer design options affect every device. If you need to make responsive "
91
- "adjustments, look for the options with the device icon."
92
  msgstr ""
93
 
94
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:41
95
- msgid "Reset style to default"
96
  msgstr ""
97
 
98
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:47
99
- msgid "Save style as new preset"
 
 
 
 
 
 
 
100
  msgstr ""
101
 
102
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:58
103
- msgid "Load style"
 
104
  msgstr ""
105
 
106
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:87
107
- msgid "You have not created any presets for this layer yet."
108
  msgstr ""
109
 
110
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:159
111
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:166
112
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:217
113
- msgid "Save as"
 
 
114
  msgstr ""
115
 
116
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:164
117
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:222
118
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:207
119
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:73
120
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:49
121
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:208
122
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:85
123
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:84
124
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:57
125
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:57
126
- msgid "Name"
127
- msgstr "Name"
128
-
129
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:174
130
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:232
131
- msgid "Please fill the name field!"
132
  msgstr ""
133
 
134
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:199
135
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:290
136
- msgid "Preset saved."
137
  msgstr ""
138
 
139
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:268
140
- msgid "Overwrite preset"
141
  msgstr ""
142
 
143
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:312
144
- msgid "Preset deleted."
 
 
 
145
  msgstr ""
146
 
147
- #: SmartSlider3/Application/Admin/Assets/js/common/element/folders.js:42
148
- msgid "Choose folder"
149
  msgstr ""
150
 
151
- #: SmartSlider3/Application/Admin/Assets/js/common/element/folders.js:46
152
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:75
153
- msgid "Select"
154
- msgstr "Auswählen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
155
 
156
- #: SmartSlider3/Application/Admin/Assets/js/common/element/image-list.js:135
157
- #: SmartSlider3/Application/Admin/Assets/js/common/element/image-list.js:198
158
- #: SmartSlider3/Application/Admin/Assets/js/element/animationmanagerelement.js:69
159
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:142
160
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:145
161
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:142
162
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:145
163
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/splittextanimationmanagerelement.js:98
164
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php:51
165
- #: SmartSlider3Pro/Form/Element/ParticleSkin.php:31
166
- #: SmartSlider3Pro/Form/Element/Select/ShapeDividerSelect.php:56
167
- msgid "Disabled"
168
- msgstr "Deaktiviert"
 
 
 
 
 
 
169
 
170
- #: SmartSlider3/Application/Admin/Assets/js/common/element/imagemanager.js:32
171
- msgid "Image field can not be empty!"
172
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
173
 
174
- #: SmartSlider3/Application/Admin/Assets/js/common/element/skin.js:56
175
- msgid "Done"
176
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
 
178
- #: SmartSlider3/Application/Admin/Assets/js/common/element/upload.js:39
179
- msgid "No file selected."
180
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
181
 
182
- #: SmartSlider3/Application/Admin/Assets/js/common/form-tip-manager.js:109
183
- msgid "Open docs"
184
  msgstr ""
185
 
186
- #: SmartSlider3/Application/Admin/Assets/js/common/form.js:113
187
- msgid "The changes you made will be lost if you navigate away from this page."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  msgstr ""
189
 
190
- #: SmartSlider3/Application/Admin/Assets/js/common/icons.js:77
191
- msgid "Icons"
192
  msgstr ""
193
 
194
- #: SmartSlider3/Application/Admin/Assets/js/common/icons.js:90
195
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:72
196
- #: SmartSlider3Pro/Generator/Common/Flickr/GeneratorGroupFlickr.php:36
197
- #: SmartSlider3Pro/Generator/Common/YouTube/GeneratorGroupYouTube.php:31
198
- #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:23
199
- #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:32
200
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:110
201
- msgid "Search"
202
- msgstr "Suchen"
203
 
204
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:18
205
- msgid "Are you sure?"
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  msgstr ""
207
 
208
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:22
209
- #: SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonCancel.php:12
210
- msgid "Cancel"
211
- msgstr "Abbrechen"
212
 
213
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:29
214
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:99
215
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:382
216
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:181
217
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:1108
218
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:112
219
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:45
220
- msgid "Delete"
221
- msgstr "Löschen"
222
 
223
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalLightbox.js:36
224
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:95
225
- #: SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php:47
226
- msgid "Close"
227
  msgstr ""
228
 
229
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:16
230
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:23
231
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:41
232
- #, fuzzy
233
- #| msgid "Create"
234
- msgid "Create group"
235
- msgstr "erstellen"
236
 
237
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:21
238
- #, fuzzy
239
- #| msgid "Product name"
240
- msgid "Group name"
241
- msgstr "Produktname"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
 
243
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:49
244
- msgid "Group created"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
245
  msgstr ""
246
 
247
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/generator-record-viewer.js:52
248
- msgid "Records"
 
249
  msgstr ""
250
 
251
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:11
252
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:62
253
- msgid "Keyboard shortcuts"
254
  msgstr ""
255
 
256
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:40
257
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:37
258
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:91
259
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:54
260
- msgid "Got it"
261
  msgstr ""
262
 
263
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:61
264
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php:46
265
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:56
266
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:68
267
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:35
268
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:33
269
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:43
270
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:56
271
- #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:59
272
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:139
273
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:146
274
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:127
275
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:132
276
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:109
277
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:112
278
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:204
279
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:154
280
- #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:113
281
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:159
282
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:204
283
- #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:61
284
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:125
285
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:92
286
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:64
287
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:108
288
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:179
289
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:119
290
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:114
291
- #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:50
292
- msgid "General"
293
- msgstr "Allgemein"
294
 
295
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:62
296
- #, fuzzy
297
- #| msgid "Content"
298
- msgid "Content tab"
299
- msgstr "Inhalt"
300
 
301
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:63
302
- #, fuzzy
303
- #| msgid "Style"
304
- msgid "Style tab"
305
- msgstr "Stil"
306
 
307
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:69
308
- #, fuzzy
309
- #| msgid "Animation"
310
- msgid "Animation tab"
311
- msgstr "Animation"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
 
313
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:73
314
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:24
315
- msgid "Add Layer"
316
  msgstr ""
317
 
318
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:74
319
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/layerWindow.js:79
320
- msgid "Layer List"
321
  msgstr ""
322
 
323
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:78
324
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/layerNavigation.js:50
325
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:50
326
- msgid "Timeline"
327
  msgstr ""
328
 
329
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:82
330
- #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleProject.php:49
331
- #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleShots.php:37
332
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeopleAlbum.php:101
333
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoGallery.php:100
334
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoStream.php:91
335
- #: SmartSlider3Pro/Generator/Common/Pinterest/Sources/PinterestImages.php:65
336
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:188
337
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:111
338
- msgid "View"
339
- msgstr "Ansicht"
340
 
 
 
341
  #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:83
342
  #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:61
343
  #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:111
344
- #: Framework/Font/ModelFont.php:100 Framework/Image/ModelImage.php:35
345
- #: Framework/Image/ModelImage.php:58 Framework/Style/ModelStyle.php:94
346
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:77
347
  #: SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php:38
348
  #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:115
349
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:213
350
  #: SmartSlider3/BackgroundAnimation/ModelBackgroundAnimation.php:41
351
  #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:78
352
  #: SmartSlider3Pro/PostBackgroundAnimation/ModelPostBackgroundAnimation.php:45
@@ -354,386 +545,379 @@ msgstr "Ansicht"
354
  msgid "Preview"
355
  msgstr "Vorschau"
356
 
357
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:84
358
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:224
359
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:16
360
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:163
361
- #: Framework/Form/Element/Breakpoint.php:71
362
- #: Framework/Form/Element/Breakpoint.php:96 Framework/Image/ModelImage.php:31
363
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:115
364
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:159
365
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:151
366
- #: SmartSlider3/Application/Admin/Preview/Template/Index.phtml:29
367
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:127
368
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:102
369
- msgid "Desktop"
370
- msgstr "Desktop"
371
-
372
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:85
373
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:226
374
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:18
375
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:163
376
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:172
377
- #: Framework/Form/Element/Breakpoint.php:61
378
- #: Framework/Form/Element/Breakpoint.php:91 Framework/Image/ModelImage.php:38
379
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:106
380
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:194
381
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:287
382
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:473
383
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:155
384
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:159
385
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:145
386
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:149
387
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:112
388
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:126
389
- msgid "Tablet"
390
- msgstr "Tablet"
391
 
392
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:86
393
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:228
394
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:20
395
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:161
396
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:162
397
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:181
398
- #: Framework/Form/Element/Breakpoint.php:51
399
- #: Framework/Form/Element/Breakpoint.php:86 Framework/Image/ModelImage.php:40
400
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:112
401
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:97
402
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:229
403
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:302
404
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:523
405
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:156
406
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:167
407
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:157
408
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:161
409
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:97
410
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:150
411
- msgid "Mobile"
412
- msgstr "Mobil"
413
 
414
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:91
415
- msgid "Adjust"
 
416
  msgstr ""
417
 
418
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:92
419
- msgid "Move (Absolute)"
420
  msgstr ""
421
 
422
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:92
423
- #: SmartSlider3/Widget/Group/Arrow.php:44
424
- msgid "Arrows"
425
- msgstr "Pfeile"
 
 
 
 
 
 
 
 
 
 
426
 
427
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:93
428
- msgid "Align (Absolute)"
 
 
 
 
 
 
 
 
 
429
  msgstr ""
430
 
431
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:93
432
- msgid "Numeric keys"
433
  msgstr ""
434
 
435
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:98
436
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:16
437
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:20
438
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:39
439
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:60
440
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:42
441
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:41
442
- msgid "Action"
443
- msgstr "Handlung"
444
 
445
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:100
446
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:375
447
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:174
448
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:1101
449
- #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:79
450
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:54
451
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:43
452
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:127
453
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:148
454
- msgid "Duplicate"
455
- msgstr "Dupliziere"
456
-
457
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:101
458
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1131
459
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:60
460
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:44
461
- #: SmartSlider3/Application/Model/ModelSliders.php:543
462
- msgid "Copy"
463
- msgstr "Kopieren"
464
-
465
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:102
466
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1140
467
- msgid "Paste"
468
  msgstr ""
469
 
470
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:103
471
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:195
472
- msgid "Undo"
473
  msgstr ""
474
 
475
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:104
476
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:186
477
- msgid "Redo"
478
  msgstr ""
479
 
480
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:105
481
- #: SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSave.php:12
482
- msgid "Save"
483
- msgstr "Speichern"
484
-
485
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:109
486
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:42
487
- #, fuzzy
488
- #| msgid "Layer animations"
489
- msgid "Play animations"
490
- msgstr "Layer Animationen"
491
-
492
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:114
493
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:86
494
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:89
495
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:106
496
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:109
497
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:272
498
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:171
499
- msgid "Clear device specific settings"
500
  msgstr ""
501
 
502
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:115
503
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:89
504
- msgid "Current layer, current device"
505
  msgstr ""
506
 
507
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:116
508
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:86
509
- msgid "Current layer, all devices"
510
  msgstr ""
511
 
512
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:117
513
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:109
514
- msgid "All layers, current device"
515
  msgstr ""
516
 
517
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:118
518
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:106
519
- msgid "All layers, all devices"
520
  msgstr ""
521
 
522
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/safe-html.js:15
523
- msgid "Unexpected response"
 
524
  msgstr ""
525
 
526
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:17
527
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:109
528
- msgid "Scroll to"
529
  msgstr ""
530
 
531
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:18
532
- msgid "Scroll to alias"
533
- msgstr ""
 
 
 
 
 
534
 
535
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:19
536
- msgid "Go to slide"
537
- msgstr ""
 
 
 
 
 
 
538
 
539
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:20
540
- msgid "Go to slide ID"
541
- msgstr ""
 
 
542
 
543
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:21
544
- msgid "Previous slide"
545
- msgstr ""
 
546
 
547
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:22
548
- msgid "Next slide"
549
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
550
 
551
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:23
552
- msgid "Slide event"
 
 
 
 
 
 
 
 
 
553
  msgstr ""
554
 
555
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:118
556
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:155
557
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:197
558
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:265
559
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:354
560
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:36
561
- msgid "Examples"
562
- msgstr "Beispiele"
 
 
 
 
 
 
 
 
 
 
 
563
 
564
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:119
565
- msgid "Scrolls to the top of the page."
 
 
 
 
 
 
 
 
 
566
  msgstr ""
567
 
568
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:120
569
- msgid "Scrolls to the bottom of the page."
570
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
571
 
572
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:121
573
- msgid ""
574
- "You can use any jQuery selector to scroll to a specific element on the page. "
575
- "Example: \"#pricing\" scrolls to the element with the id of \"pricing\"."
 
 
 
 
 
 
 
576
  msgstr ""
577
 
578
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:151
579
- msgid "Slider alias"
 
580
  msgstr ""
581
 
582
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:156
583
- msgid "Slider alias set at Slider settings > General"
584
  msgstr ""
585
 
586
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:187
587
- msgid "Slide index"
588
- msgstr ""
589
 
590
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:189
591
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:257
592
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:215
593
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:325
594
- msgid "Direction"
595
- msgstr "Richtung"
596
-
597
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:190
598
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:258
599
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderDeveloper.php:93
600
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:164
601
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:77
602
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:196
603
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:42
604
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:76
605
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:82
606
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:82
607
- msgid "Auto"
608
- msgstr "Auto"
609
-
610
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:191
611
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:259
612
- msgid "Backward"
613
- msgstr "Zurück"
614
-
615
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:192
616
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:260
617
- msgid "Forward"
618
- msgstr "Vorwärts"
619
-
620
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:198
621
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:266
622
- #, javascript-format
623
- msgid "slide index: 2 %s direction: backward"
624
- msgstr ""
625
-
626
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:198
627
- msgid "Switches to the second slide as if the previous arrow was pressed"
628
- msgstr ""
629
-
630
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:199
631
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:267
632
- #, javascript-format
633
- msgid "slide index: 5 %s direction: forward"
634
- msgstr ""
635
-
636
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:199
637
- msgid "Switches to the fifth slide as if the next arrow was pressed"
638
- msgstr ""
639
-
640
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:252
641
- msgid "Slide ID"
642
- msgstr ""
643
-
644
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:266
645
- msgid ""
646
- "Switches to the slide with the #2 ID as if the previous arrow was pressed"
647
- msgstr ""
648
-
649
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:267
650
- msgid "Switches to the slide with the #5 ID as if the next arrow was pressed"
651
- msgstr ""
652
-
653
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:350
654
- msgid "Event name"
655
- msgstr ""
656
-
657
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:355
658
- msgid "An event you use to trigger layer animation(s) with"
659
- msgstr ""
660
 
661
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:16
662
- msgid "Content List - One Per Line"
663
  msgstr ""
664
 
665
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:18
666
- msgid "Choose images"
 
 
 
667
  msgstr ""
668
 
669
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:45
670
- msgid "Titles - One Per Line"
 
 
 
671
  msgstr ""
672
 
673
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:50
674
- msgid "Autoplay duration"
 
 
 
675
  msgstr ""
676
 
677
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:19
678
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:18
679
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:75
680
- msgid "URL"
681
  msgstr ""
682
 
683
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:24
684
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:275
685
- msgid "Search keyword"
686
  msgstr ""
687
 
688
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:31
689
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:283
690
- #: SmartSlider3/Generator/WordPress/Posts/GeneratorGroupPosts.php:16
691
- #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookPostsByPage.php:30
692
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/GeneratorGroupMultisitePost.php:29
693
- msgid "Posts"
694
- msgstr "Beiträge"
695
-
696
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:19
697
- msgid "Lightbox"
698
  msgstr ""
699
 
700
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:34
701
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:412
702
- #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:15
703
- msgid "Insert"
704
- msgstr "Einfügen"
705
-
706
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:26
707
- msgid "Oops, Something Went Wrong"
708
  msgstr ""
709
 
710
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:50
711
- msgid "Success"
712
  msgstr ""
713
 
714
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:56
715
- #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:413
716
- msgid "Notice"
717
- msgstr ""
718
 
719
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:33
720
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:68
721
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:124
722
- msgid "Select image"
723
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
724
 
725
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:35
726
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:70
727
- msgid "Use Joomla selector"
728
- msgstr ""
729
 
730
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:126
731
- msgid "Use default selector"
732
- msgstr ""
733
 
734
- #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:145
735
  #: Framework/Form/Element/OnOff.php:22
736
  #: Framework/Form/Element/Select/Gradient.php:15
 
737
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:117
738
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:124
739
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAutoplay.php:96
@@ -747,88 +931,211 @@ msgstr ""
747
  msgid "Off"
748
  msgstr "Aus"
749
 
750
- #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:146
751
  #: Framework/Form/Element/OnOff.php:22
 
752
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:308
753
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:166
754
  msgid "On"
755
  msgstr "An"
756
 
757
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/abstract/core.js:132
758
- msgid "Deleted."
 
 
759
  msgstr ""
760
 
761
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:101
762
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/setsandmore.js:91
763
- #: SmartSlider3Pro/SplitText/Admin/Assets/js/manager.js:71
764
- msgid "Static"
765
- msgstr "Feststehend"
 
 
 
766
 
767
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:224
768
- msgid "Save as New"
769
  msgstr ""
770
 
771
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:235
772
- msgid "Saved."
773
- msgstr ""
 
 
 
 
 
774
 
775
- #: SmartSlider3/Application/Admin/Assets/js/element/animationmanagerelement.js:71
776
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:140
777
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/splittextanimationmanagerelement.js:100
778
- msgid "Enabled"
779
- msgstr "Aktiviert"
780
 
781
- #: SmartSlider3/Application/Admin/Assets/js/element/columns-element.js:110
782
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:70
783
- msgid "Column"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
784
  msgstr ""
785
 
786
- #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:141
787
- msgid "There is no layer available to be parent of the current layer!"
788
  msgstr ""
789
 
790
- #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:151
791
- msgid "Pick the parent layer!"
792
- msgstr "Nehmen Sie die erste Schicht"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
793
 
794
- #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:170
795
- msgid "Pick the align point of the parent layer!"
 
796
  msgstr ""
797
 
798
- #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:193
799
- msgid "Pick the align point of the child layer!"
 
800
  msgstr ""
801
 
802
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:71
803
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:327
804
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:104
805
- #: SmartSlider3/Form/Element/Group/WidgetPosition.php:24
806
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:204
807
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:275
808
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:180
809
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:260
810
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:203
811
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:289
812
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:89
813
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:195
814
- msgid "Advanced"
815
  msgstr ""
816
 
817
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:75
818
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:87
819
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:96
820
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:108
821
- #, fuzzy, javascript-format
822
- #| msgid "Outer"
823
- msgid "Outer %s"
824
- msgstr "Äußere"
 
 
 
 
825
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
826
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:75
827
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:78
828
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:81
829
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:84
830
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:138
831
- #: Framework/Form/Element/Select/LinkTarget.php:16
832
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:176
833
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:468
834
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:472
@@ -841,2236 +1148,1805 @@ msgstr "Äußere"
841
  #: SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php:238
842
  #: SmartSlider3/Form/Element/Group/WidgetPosition.php:106
843
  #: SmartSlider3/Storage.php:979
 
844
  #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:73
845
  #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:199
846
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:217
847
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:234
848
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:295
849
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:332
850
  #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:105
851
  msgid "Top"
852
  msgstr "Oben"
853
 
854
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:78
855
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:87
856
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:90
857
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:99
858
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:149
859
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:169
860
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:471
861
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:475
862
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:480
863
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:481
864
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:486
865
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:487
866
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:491
867
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:514
868
- #: SmartSlider3/Form/Element/Group/WidgetPosition.php:88
869
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:199
870
- #: SmartSlider3/Storage.php:949
871
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:102
872
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:70
873
- #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:181
874
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:220
875
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:296
876
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:75
877
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:75
878
- msgid "Left"
879
- msgstr "Links"
880
 
881
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:81
882
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:102
883
- #: Framework/Form/Element/Select/FillMode.php:19
884
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:150
885
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:241
886
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:109
887
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:242
888
- #: SmartSlider3/Storage.php:710
889
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:103
890
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:71
891
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:71
892
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:235
893
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:333
894
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:307
895
- #: SmartSlider3Pro/SplitText/ModelSplitText.php:67
896
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:76
897
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:76
898
- msgid "Center"
899
- msgstr "Mitte"
900
 
901
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:84
902
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:93
903
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:96
904
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:105
905
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:151
906
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:469
907
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:473
908
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:482
909
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:483
910
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:484
911
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:485
912
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:489
913
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:512
914
- #: SmartSlider3/Form/Element/Group/WidgetPosition.php:89
915
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:200
916
- #: SmartSlider3/Storage.php:964
917
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:104
918
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:72
919
- #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:190
920
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:218
921
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:297
922
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:77
923
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:77
924
- msgid "Right"
925
- msgstr "Rechts"
926
-
927
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:90
928
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:93
929
- msgid "Middle"
930
  msgstr ""
931
 
932
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:99
933
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:102
934
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:105
935
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:108
936
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:140
937
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:470
938
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:474
939
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:484
940
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:485
941
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:486
942
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:487
943
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:490
944
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:513
945
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php:242
946
- #: SmartSlider3/Form/Element/Group/WidgetPosition.php:107
947
- #: SmartSlider3/Storage.php:994
948
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:74
949
- #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:208
950
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:219
951
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:236
952
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:298
953
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:334
954
- #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:108
955
- msgid "Bottom"
956
- msgstr "Unten"
957
-
958
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1150
959
- #: Framework/Form/Element/Select/LinkTarget.php:15
960
- msgid "Parent"
961
  msgstr ""
962
 
963
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1210
964
- msgid "Layer(s)"
965
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
966
 
967
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:225
968
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:17
969
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:159
970
- #: Framework/Form/Element/Breakpoint.php:76
971
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:119
972
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:143
973
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:272
974
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:422
975
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:147
976
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:133
977
- msgid "Large desktop"
978
  msgstr ""
979
 
980
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:227
981
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:19
982
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:168
983
- #: Framework/Form/Element/Breakpoint.php:66
984
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:110
985
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:178
986
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:279
987
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:448
988
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:155
989
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:118
990
- msgid "Large tablet"
991
  msgstr ""
992
 
993
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:229
994
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:21
995
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:177
996
- #: Framework/Form/Element/Breakpoint.php:56
997
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:101
998
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:212
999
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:294
1000
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:498
1001
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:163
1002
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:103
1003
- msgid "Large mobile"
1004
  msgstr ""
1005
 
1006
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:270
1007
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:94
1008
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:252
1009
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:69
1010
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:94
1011
- msgid "Hide on"
1012
  msgstr ""
1013
 
1014
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:414
1015
- msgid "Rename"
1016
  msgstr ""
1017
 
1018
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:421
1019
- msgid "Show/Hide in editor"
1020
  msgstr ""
1021
 
1022
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:573
1023
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:594
1024
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:35
1025
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabGoPro.php:21
1026
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:156
1027
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:346
1028
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:129
1029
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:185
1030
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:195
1031
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:197
1032
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:179
1033
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:134
1034
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:259
1035
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:163
1036
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:130
1037
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:183
1038
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:45
1039
- msgid "Animation"
1040
- msgstr "Animation"
1041
 
1042
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/animations.js:106
1043
- msgid "Add animation"
1044
- msgstr "Animation hinzufügen"
 
 
1045
 
1046
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/animations.js:116
1047
- msgid "Remove animations"
1048
- msgstr "Animationen entfernen"
 
 
1049
 
1050
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/editor/Editor.js:50
1051
- msgid "Layer Animation - Basic"
1052
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1053
 
1054
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/editor/Editor.js:105
1055
- msgid "Add keyframe"
 
 
 
1056
  msgstr ""
1057
 
1058
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/LoopDummy.js:75
1059
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/LoopDummy.js:91
1060
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:49
1061
- msgid "Loop"
1062
- msgstr "Wiederholend"
1063
-
1064
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/keyFrame/KeyFrame.js:188
1065
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:357
1066
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:358
1067
- msgid "Special Zero"
1068
  msgstr ""
1069
 
1070
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/keyFrame/KeyFrame.js:188
1071
- msgid "Keyframe"
1072
  msgstr ""
1073
 
1074
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/reveal/editor/Editor.js:41
1075
- msgid "Layer Animation - Reveal"
1076
  msgstr ""
1077
 
1078
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:170
1079
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/content.js:121
1080
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:362
1081
- msgid "Open/Close"
1082
- msgstr ""
 
 
 
 
 
 
1083
 
1084
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/content.js:11
1085
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:505
1086
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabContent.php:18
1087
- msgid "Content"
1088
- msgstr "Inhalt"
 
 
 
 
1089
 
1090
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/contentAbstract.js:439
1091
- msgid "Child layers"
1092
- msgstr ""
1093
-
1094
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/animatedHeading.js:68
1095
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/Assets/animatedHeading.js:20
1096
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:52
1097
- msgid "Animated heading"
1098
- msgstr ""
1099
-
1100
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/highlightedHeading.js:57
1101
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/Assets/highlightedHeading.js:22
1102
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:53
1103
- msgid "Highlighted heading"
1104
- msgstr ""
1105
-
1106
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/splittext-admin.js:87
1107
- #, fuzzy
1108
- #| msgid "No animation"
1109
- msgid "Text animation in"
1110
- msgstr "Keine Animation"
1111
-
1112
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/splittext-admin.js:100
1113
- #, fuzzy
1114
- #| msgid "No animation"
1115
- msgid "Text animation out"
1116
- msgstr "Keine Animation"
1117
-
1118
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:11
1119
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:194
1120
- msgid "Layer"
1121
- msgstr "Schicht"
1122
-
1123
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:14
1124
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:31
1125
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/BlockAddLayer.php:25
1126
- msgid "Row"
1127
- msgstr "Reihe"
1128
-
1129
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:13
1130
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:161
1131
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:662
1132
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:678
1133
- #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:56
1134
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:57
1135
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:82
1136
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:329
1137
- msgid "Slide"
1138
- msgstr "Slide"
1139
-
1140
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:176
1141
- msgid "Theme"
1142
- msgstr ""
1143
-
1144
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:256
1145
- #, javascript-format
1146
- msgid "%s or newer required for this feature."
1147
- msgstr ""
1148
 
1149
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:294
1150
- msgid "This section requires activated Pro version."
1151
- msgstr ""
 
 
 
 
 
 
 
 
1152
 
1153
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:297
1154
- #, javascript-format
1155
- msgid "This block is not available in the free version. %s"
1156
- msgstr ""
 
 
 
 
 
 
 
1157
 
1158
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:297
1159
- #: SmartSlider3/Application/Admin/GoPro/ViewGoProIndex.php:24
1160
- #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:37
1161
- #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:51
1162
- #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.phtml:23
1163
- #: SmartSlider3/Platform/WordPress/Admin/AdminHelper.php:96
1164
- msgid "Go Pro"
1165
  msgstr ""
1166
 
1167
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:17
1168
- msgid "Editor settings"
 
1169
  msgstr ""
1170
 
1171
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:45
1172
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:53
1173
- msgid "Upgrade to Pro"
1174
- msgstr ""
 
 
 
1175
 
1176
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:55
1177
- msgid "Guide settings"
 
1178
  msgstr ""
1179
 
1180
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:124
1181
- msgid "Smart snap"
 
1182
  msgstr ""
1183
 
1184
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:131
1185
- msgid "Round to 5px"
1186
- msgstr "Runden auf 5px"
1187
-
1188
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:143
1189
- msgid "Ruler"
1190
- msgstr "Lineal"
1191
-
1192
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:147
1193
- #, fuzzy
1194
- #| msgid "Clear cache"
1195
- msgid "Clear guides"
1196
- msgstr "Cache leeren"
1197
-
1198
- #: SmartSlider3/Application/Admin/Assets/js/license.js:101
1199
- #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:14
1200
- #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.phtml:13
1201
- msgid "Activate Smart Slider 3 Pro"
1202
- msgstr ""
1203
 
1204
- #: SmartSlider3/Application/Admin/Assets/js/license.js:107
1205
- #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:15
1206
- msgid "Activation is required to unlock all features!"
1207
  msgstr ""
1208
 
1209
- #: SmartSlider3/Application/Admin/Assets/js/license.js:108
1210
- #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:15
1211
- #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.phtml:16
1212
  msgid ""
1213
- "Register Smart Slider 3 Pro on this domain to enable auto update, slider "
1214
- "templates and slide library."
1215
  msgstr ""
1216
 
1217
- #: SmartSlider3/Application/Admin/Assets/js/license.js:113
1218
- msgid "Skip"
1219
- msgstr "Überspringen"
1220
-
1221
- #: SmartSlider3/Application/Admin/Assets/js/license.js:124
1222
- #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:17
1223
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:85
1224
- #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.phtml:27
1225
- msgid "Activate"
1226
  msgstr ""
1227
 
1228
- #: SmartSlider3/Application/Admin/Assets/js/license.js:156
 
1229
  msgid ""
1230
- "Activation process is not supported in this browser. Please use Google "
1231
- "Chrome."
1232
  msgstr ""
1233
 
1234
- #: SmartSlider3/Application/Admin/Assets/js/license.js:230
1235
- msgid "Smart Slider 3 activated!"
1236
- msgstr "Smart Slider 3 ist aktiviert!"
1237
-
1238
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:164
1239
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:165
1240
- msgid "Laptop"
1241
  msgstr ""
1242
 
1243
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:191
1244
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:199
1245
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:210
1246
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:136
1247
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:134
1248
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:65
1249
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:429
1250
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:455
1251
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:480
1252
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:505
1253
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:530
1254
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:221
1255
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:152
1256
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:154
1257
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:148
1258
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:244
1259
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:149
1260
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:253
1261
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:89
1262
- #: SmartSlider3/Widget/Group/Bullet.php:73
1263
- #: SmartSlider3/Widget/Group/Thumbnail.php:66
1264
- #: SmartSlider3/Widget/Shadow/ShadowImage/ShadowImage.php:36
1265
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:113
1266
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:172
1267
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:175
1268
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:178
1269
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:248
1270
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:82
1271
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:219
1272
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:154
1273
- #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:34
1274
- #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:58
1275
- #: SmartSlider3Pro/Widget/Indicator/IndicatorStripe/IndicatorStripe.php:31
1276
- msgid "Width"
1277
- msgstr "Breite"
1278
-
1279
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:227
1280
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:235
1281
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:215
1282
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:146
1283
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:139
1284
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:78
1285
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:433
1286
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:459
1287
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:484
1288
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:509
1289
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:534
1290
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:99
1291
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:105
1292
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:228
1293
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:157
1294
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:159
1295
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:153
1296
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:248
1297
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:154
1298
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:257
1299
- #: SmartSlider3/Widget/Group/Bullet.php:84
1300
- #: SmartSlider3/Widget/Group/Thumbnail.php:77
1301
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:125
1302
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:184
1303
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:181
1304
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:184
1305
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:85
1306
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:159
1307
- #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:59
1308
- #: SmartSlider3Pro/Widget/Indicator/IndicatorStripe/IndicatorStripe.php:35
1309
- msgid "Height"
1310
- msgstr "Höhe"
1311
-
1312
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
1313
- #: Framework/Form/Element/Breakpoint.php:39
1314
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:75
1315
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:194
1316
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:52
1317
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:80
1318
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:80
1319
- msgid "Orientation"
1320
- msgstr "Orientierung"
1321
-
1322
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
1323
- #: Framework/Form/Element/Breakpoint.php:42
1324
- msgid "Landscape"
1325
- msgstr "Landscape"
1326
-
1327
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
1328
- #: Framework/Form/Element/Breakpoint.php:41
1329
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:230
1330
- msgid "Portrait"
1331
- msgstr "Portrait"
1332
-
1333
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:413
1334
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:416
1335
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:418
1336
- #: Framework/Font/ModelFont.php:44
1337
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:52
1338
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:192
1339
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:84
1340
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:216
1341
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:166
1342
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:58
1343
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:59
1344
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:182
1345
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:150
1346
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:88
1347
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:217
1348
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:129
1349
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:132
1350
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:149
1351
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:202
1352
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:204
1353
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:174
1354
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:143
1355
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:101
1356
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:232
1357
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:191
1358
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:92
1359
- #: SmartSlider3Pro/Widget/Indicator/IndicatorPie/IndicatorPie.php:31
1360
- msgid "Size"
1361
- msgstr "Größe"
1362
-
1363
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:413
1364
- #, javascript-format
1365
- msgid "Below %s pixels."
1366
  msgstr ""
1367
 
1368
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:416
1369
- #, javascript-format
1370
- msgid "Above %s pixels."
1371
  msgstr ""
1372
 
1373
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:418
1374
- #, javascript-format
1375
- msgid "Between %s and %s pixels."
1376
  msgstr ""
1377
 
1378
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:187
1379
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:171
1380
- #, php-format, javascript-format
1381
- msgid "This slide is hidden on the following devices: %s"
1382
- msgstr ""
1383
 
1384
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:34
1385
- msgid "Data"
 
 
 
1386
  msgstr ""
1387
 
1388
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:333
1389
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:44
1390
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:31
1391
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:29
1392
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:54
1393
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:30
1394
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPostsByIDs.php:18
1395
- #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleProject.php:22
1396
- #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookAlbums.php:21
1397
- #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookPostsByPage.php:23
1398
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeopleAlbum.php:20
1399
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoGallery.php:20
1400
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoStream.php:20
1401
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPhotosSearch.php:20
1402
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:83
1403
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:83
1404
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:82
1405
- #: SmartSlider3Pro/Generator/Common/Json/Sources/JsonInput.php:20
1406
- #: SmartSlider3Pro/Generator/Common/Json/Sources/JsonUrl.php:21
1407
- #: SmartSlider3Pro/Generator/Common/Pinterest/Sources/PinterestImages.php:20
1408
- #: SmartSlider3Pro/Generator/Common/Rss/Sources/RSSFeed.php:22
1409
- #: SmartSlider3Pro/Generator/Common/Text/Sources/TextInput.php:20
1410
- #: SmartSlider3Pro/Generator/Common/Text/Sources/TextText.php:20
1411
- #: SmartSlider3Pro/Generator/Common/Twitter/Sources/TwitterTimeline.php:30
1412
- #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:22
1413
- #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeByPlaylist.php:29
1414
- #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:28
1415
- #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:44
1416
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:37
1417
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:34
1418
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:30
1419
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:26
1420
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:29
1421
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:29
1422
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:29
1423
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:45
1424
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:25
1425
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:46
1426
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:43
1427
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:34
1428
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:30
1429
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProductsbyid.php:25
1430
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:26
1431
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:32
1432
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:100
1433
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:38
1434
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:37
1435
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:32
1436
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:36
1437
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:33
1438
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:33
1439
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:33
1440
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:35
1441
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:35
1442
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:35
1443
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:31
1444
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:27
1445
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:31
1446
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:36
1447
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:44
1448
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:38
1449
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:28
1450
- #: SmartSlider3Pro/Generator/WordPress/BestWebSoft/Sources/BestWebSoftGallery.php:19
1451
- #: SmartSlider3Pro/Generator/WordPress/Custom/Sources/CustomCustom.php:26
1452
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:29
1453
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:27
1454
- #: SmartSlider3Pro/Generator/WordPress/NextgenGallery/Sources/NextgenGalleryGallery.php:23
1455
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:29
1456
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:22
1457
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceCategory.php:22
1458
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:28
1459
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByIds.php:21
1460
- msgid "Filter"
1461
- msgstr "Filter"
1462
-
1463
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:334
1464
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:343
1465
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:117
1466
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:467
1467
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:55
1468
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:75
1469
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:240
1470
- msgid "No"
1471
- msgstr "Nein"
1472
 
1473
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:335
1474
- msgid "Clean HTML"
1475
- msgstr "HTML bereinigen"
1476
 
1477
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:336
1478
- msgid "Remove HTML"
1479
- msgstr "HTML entfernen"
1480
 
1481
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:342
1482
- msgid "Split by Chars"
1483
  msgstr ""
1484
 
1485
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:344
1486
- msgid "Strict"
1487
- msgstr "Exakt"
1488
 
1489
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:345
1490
- msgid "Respect words"
1491
- msgstr "Worte beachten"
 
 
1492
 
1493
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:370
1494
- msgid "Find image"
1495
- msgstr "Bild finden"
 
 
 
 
 
 
 
 
 
1496
 
1497
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:383
1498
- msgid "Find link"
1499
- msgstr "Link finden"
 
1500
 
1501
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:396
1502
- msgid "Remove links"
1503
- msgstr "Entferne Links"
 
1504
 
1505
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:401
1506
- msgid "Remove line breaks"
1507
  msgstr ""
1508
 
1509
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:409
1510
- msgid "Result"
1511
- msgstr "Ergebnis"
1512
 
1513
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:16
1514
- msgid "Most important changes in version 3.4"
1515
  msgstr ""
1516
 
1517
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:19
1518
- msgid ""
1519
- "To help you get started with the new version, we've put together the most "
1520
- "important changes."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1521
  msgstr ""
1522
 
1523
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:30
1524
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:261
1525
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:265
1526
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:100
1527
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:39
1528
- #, fuzzy
1529
- #| msgid "Tab background"
1530
- msgid "Slide background"
1531
- msgstr "Tab Hintergrund"
1532
 
1533
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:33
1534
- msgid ""
1535
- "You can find the Slide Background option in the Layer Window! Click on the "
1536
- "Slide Label at the top of the Canvas to find them."
1537
  msgstr ""
1538
 
1539
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:36
1540
- msgid "Watch video"
1541
  msgstr ""
1542
 
1543
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:45
1544
- #, fuzzy
1545
- #| msgid "Next position"
1546
- msgid "Absolute position"
1547
- msgstr "Nächste Position"
1548
 
1549
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:48
1550
- msgid ""
1551
- "Canvas layers are now called Absolute! In the Add Panel switch to Absolute "
1552
- "before you create the layer."
1553
  msgstr ""
1554
 
1555
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:51
1556
- msgid "Read docs"
 
 
 
 
 
 
 
 
 
 
1557
  msgstr ""
1558
 
1559
- #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:42
1560
- #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:169
1561
- msgid "Change slider type"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1562
  msgstr ""
1563
 
1564
- #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:47
1565
- msgid ""
1566
- "Changing your slider type is irreversible. After changing your slider type, "
1567
- "<b>you will lose all slider type related settings</b>."
 
 
 
 
 
 
 
 
 
 
 
 
1568
  msgstr ""
1569
 
1570
- #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:51
1571
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:175
1572
- msgid "Slider type"
1573
  msgstr ""
1574
 
1575
- #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:54
1576
- msgid "Convert"
 
1577
  msgstr ""
1578
 
1579
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:39
1580
- msgid "What do you want to create today?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1581
  msgstr ""
1582
 
1583
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:42
1584
- msgid ""
1585
- "Use our powerful visual editor, or simply import one of our existing "
1586
- "template."
1587
  msgstr ""
1588
 
1589
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:69
1590
- msgid "Create a New Project"
 
 
1591
  msgstr ""
1592
 
1593
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:72
1594
- msgid ""
1595
- "Start a new project from scratch and build exactly what you’ve imagined. You "
1596
- "can easily customize every pixels and create anything with layers."
1597
- msgstr ""
 
 
 
 
 
 
1598
 
1599
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:93
1600
- msgid "Start with a Template"
1601
  msgstr ""
1602
 
1603
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:96
1604
- msgid ""
1605
- "Start with a template and make it your own with the innovative drag and drop "
1606
- "interface. You can choose from hundreds of premade templates."
1607
  msgstr ""
1608
 
1609
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:100
1610
- msgid "or import your own files"
1611
- msgstr ""
 
1612
 
1613
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:117
1614
- msgid "Create new project"
1615
  msgstr ""
1616
 
1617
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:123
1618
- msgid "Project type"
1619
  msgstr ""
1620
 
1621
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:126
1622
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:73
1623
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:81
1624
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:49
1625
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:53
1626
- #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:183
1627
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:114
1628
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:322
1629
- msgid "Slider"
1630
- msgstr "Slider"
1631
-
1632
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:130
1633
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:26
1634
- msgid "Block"
1635
- msgstr "Block"
1636
 
1637
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:162
1638
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:223
1639
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:231
1640
- #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:18
1641
- msgid "Full page"
1642
- msgstr "Seite vollständig"
 
 
 
 
 
1643
 
1644
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:178
1645
- #: Framework/Style/StyleRenderer.php:92
1646
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:38
1647
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:200
1648
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:154
1649
- msgid "Simple"
1650
- msgstr "Einfach"
1651
 
1652
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:182
1653
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:30
1654
- msgid "Carousel"
1655
- msgstr "Karussell"
1656
 
1657
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:186
1658
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:30
1659
- msgid "Showcase"
1660
- msgstr "Showcase"
1661
 
1662
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:199
1663
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:231
1664
- msgid "Pro"
1665
  msgstr ""
1666
 
1667
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:202
1668
- #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:47
1669
- #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:34
1670
- #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:57
1671
- msgid "Settings"
1672
- msgstr "Einstellungen"
1673
 
1674
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:207
1675
- msgid "My project"
 
 
 
 
 
 
 
 
 
 
 
 
 
1676
  msgstr ""
1677
 
1678
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:221
1679
- #: SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoAdmin.php:15
1680
- msgid "Boxed"
1681
  msgstr ""
1682
 
1683
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:222
1684
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:78
1685
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:151
1686
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:164
1687
- #: SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php:17
1688
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:91
1689
- #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:148
1690
- msgid "Full width"
1691
- msgstr "volle Breite"
1692
 
1693
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:226
1694
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:376
1695
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:293
1696
- msgid "Layout"
1697
  msgstr ""
1698
 
1699
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:235
1700
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:47
1701
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:47
1702
- msgid "Slide width"
1703
  msgstr ""
1704
 
1705
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:241
1706
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:57
1707
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:57
1708
- msgid "Slide height"
1709
  msgstr ""
1710
 
1711
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:249
1712
- msgid "Create"
1713
- msgstr "erstellen"
 
1714
 
1715
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:375
1716
- msgid "Join The Smart Slider 3 Community"
1717
  msgstr ""
1718
 
1719
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:377
1720
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.phtml:22
1721
- msgid ""
1722
- "Join more than 120,000 subscribers and get access to the latest slider "
1723
- "templates, tips, tutorials and other exclusive contents directly to your "
1724
- "inbox."
1725
  msgstr ""
1726
 
1727
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:391
1728
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.phtml:32
1729
- msgid "Subscribe"
1730
  msgstr ""
1731
 
1732
- #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:295
1733
- #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:70
1734
- #, fuzzy
1735
- #| msgid "Changelog"
1736
- msgid "Change group"
1737
- msgstr "Veränderungslogbuch"
1738
 
1739
- #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:301
1740
- #: SmartSlider3/Application/Admin/ApplicationTypeAdmin.php:55
1741
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:109
1742
- #: SmartSlider3/Application/Model/ModelSlidersXRef.php:147
1743
- #: SmartSlider3/Platform/WordPress/Admin/AdminHelper.php:85
1744
- msgid "Dashboard"
1745
- msgstr "Dashboard"
1746
 
1747
- #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:308
1748
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/GeneratorGroupEasysocial.php:35
1749
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:29
1750
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:23
1751
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/GeneratorGroupJomsocial.php:35
1752
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:42
1753
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:39
1754
- msgid "Groups"
1755
- msgstr "Gruppen"
1756
 
1757
- #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:312
1758
- msgid "Set"
 
 
 
 
 
 
 
 
 
1759
  msgstr ""
1760
 
1761
- #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:66
1762
- msgid "Up"
1763
  msgstr ""
1764
 
1765
- #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:76
1766
- msgid "Insert group"
 
 
1767
  msgstr ""
1768
 
1769
- #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:93
1770
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.phtml:59
1771
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:134
1772
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:208
1773
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:42
1774
- msgid "Group"
1775
- msgstr "Gruppe"
1776
-
1777
- #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:86
1778
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:134
1779
- #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:207
1780
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:158
1781
- msgid "Move to trash"
1782
  msgstr ""
1783
 
1784
- #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:29
1785
- msgid "empty the trash"
1786
  msgstr ""
1787
 
1788
- #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:118
1789
- msgid "Delete permanently"
1790
  msgstr ""
1791
 
1792
- #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:164
1793
- #, fuzzy
1794
- #| msgid "Delete slider"
1795
- msgid "delete this slider"
1796
- msgstr "Slider löschen"
 
1797
 
1798
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:68
1799
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:61
1800
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:47
1801
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:199
1802
- msgid "Publish"
1803
- msgstr "Veröffentlichen"
 
 
 
 
 
 
1804
 
1805
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:75
1806
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:48
1807
- msgid "Unpublish"
1808
- msgstr "Sperren"
1809
 
1810
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:84
1811
- msgid "Edit generator"
1812
- msgstr "Generator editieren"
 
1813
 
1814
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:93
1815
- msgid "Set as first"
 
 
1816
  msgstr ""
1817
 
1818
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:104
1819
- #, fuzzy
1820
- #| msgid "Delete slider"
1821
- msgid "Convert to slide"
1822
- msgstr "Slider löschen"
1823
-
1824
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:253
1825
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:494
1826
- msgid "Copy slide to"
1827
  msgstr ""
1828
 
1829
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:270
1830
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:304
1831
- msgid "Add post"
 
1832
  msgstr ""
1833
 
1834
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:310
1835
- msgid "Please select a Post first!"
1836
  msgstr ""
1837
 
1838
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:456
1839
- #, fuzzy
1840
- #| msgid "Delete slider"
1841
- msgid "delete these slides"
1842
- msgstr "Slider löschen"
1843
-
1844
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:456
1845
- #, fuzzy
1846
- #| msgid "Delete slider"
1847
- msgid "delete this slide"
1848
- msgstr "Slider löschen"
1849
-
1850
- #: SmartSlider3/Platform/WordPress/Integration/Gutenberg/Assets/js/block.js:31
1851
- msgid "Select A Slider"
1852
  msgstr ""
1853
 
1854
- #: SmartSlider3/Renderable/Item/Button/Assets/button.js:20
1855
- #: Framework/Font/FontRenderer.php:158 Framework/Font/FontRenderer.php:262
1856
- #: Framework/Style/StyleRenderer.php:122 Framework/Style/StyleRenderer.php:201
1857
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:30
1858
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:50
1859
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:141
1860
- #: SmartSlider3/Storage.php:290 SmartSlider3/Widget/Group/Autoplay.php:49
1861
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:91
1862
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:95
1863
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:157
1864
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:216
1865
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:220
1866
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:184
1867
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:263
1868
- msgid "Button"
1869
- msgstr "Button"
1870
-
1871
- #: SmartSlider3/Renderable/Item/Heading/Assets/heading.js:20
1872
- #: Framework/Font/FontRenderer.php:139 Framework/Style/StyleRenderer.php:141
1873
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:27
1874
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:53
1875
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:148
1876
- #: SmartSlider3/Storage.php:65
1877
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:302
1878
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:306
1879
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:99
1880
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:245
1881
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:260
1882
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:203
1883
- msgid "Heading"
1884
- msgstr "Heading"
1885
 
1886
- #: SmartSlider3/Renderable/Item/Image/Assets/image.js:20
1887
- #: Framework/Image/ModelImage.php:55
1888
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:29
1889
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:19
1890
- #: SmartSlider3/Form/Element/BackgroundImage.php:29
1891
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:43
1892
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:129
1893
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:189
1894
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:253
1895
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:262
1896
- #: SmartSlider3/Widget/Group/Bullet.php:64
1897
- #: SmartSlider3/Widget/Group/Thumbnail.php:63
1898
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:161
1899
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:110
1900
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:209
1901
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:214
1902
- msgid "Image"
1903
- msgstr "Bild"
1904
 
1905
- #: SmartSlider3/Renderable/Item/Text/Assets/text.js:20
1906
- #: Framework/Font/FontRenderer.php:103 Framework/Font/FontRenderer.php:105
1907
- #: Framework/Font/FontRenderer.php:117 Framework/Font/FontRenderer.php:119
1908
- #: Framework/Font/FontRenderer.php:133 Framework/Font/FontRenderer.php:152
1909
- #: Framework/Font/FontRenderer.php:187 Framework/Font/FontRenderer.php:205
1910
- #: Framework/Font/FontRenderer.php:221 Framework/Font/FontRenderer.php:237
1911
- #: Framework/Font/FontRenderer.php:255 Framework/Style/StyleRenderer.php:80
1912
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:28
1913
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:148
1914
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:53
1915
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:134
1916
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:244
1917
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:149
1918
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:142
1919
- #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:64
1920
- #: SmartSlider3Pro/Widget/Arrow/ArrowText/ArrowText.php:51
1921
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:58
1922
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:58
1923
- msgid "Text"
1924
- msgstr "Text"
1925
 
1926
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:54
1927
- #, javascript-format
1928
- msgid "Switches %s slide(s)."
1929
  msgstr ""
1930
 
1931
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:57
1932
- #, javascript-format
1933
- msgid "Loops %s and stops before starting slide."
1934
  msgstr ""
1935
 
1936
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:59
1937
- #, javascript-format
1938
- msgid "Loops %s and returns to starting slide."
1939
  msgstr ""
1940
 
1941
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:62
1942
- #, javascript-format
1943
- msgid "Switches to the %s. slide."
1944
  msgstr ""
1945
 
1946
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:136
1947
- msgid "Top and bottom"
1948
  msgstr ""
1949
 
1950
- #: SmartSlider3Pro/Renderable/Item/Area/Assets/area.js:23
1951
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:39
1952
- msgid "Area"
 
1953
  msgstr ""
1954
 
1955
- #: SmartSlider3Pro/Renderable/Item/Audio/Assets/audio.js:20
1956
- #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:33
1957
- msgid "Audio"
1958
  msgstr ""
1959
 
1960
- #: SmartSlider3Pro/Renderable/Item/Caption/Assets/caption.js:20
1961
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:91
1962
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:54
1963
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:101
1964
- msgid "Caption"
1965
- msgstr "Überschrift"
 
1966
 
1967
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/Assets/circlecounter.js:20
1968
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:42
1969
- msgid "Circle counter"
1970
  msgstr ""
1971
 
1972
- #: SmartSlider3Pro/Renderable/Item/Counter/Assets/counter.js:20
1973
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:114
1974
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:125
1975
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:191
1976
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:40
1977
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:99
1978
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:109
1979
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:146
1980
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:126
1981
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:175
1982
- msgid "Counter"
1983
- msgstr ""
1984
 
1985
- #: SmartSlider3Pro/Renderable/Item/Html/Assets/html.js:20
1986
- #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:28
1987
- msgid "HTML"
1988
  msgstr ""
1989
 
1990
- #: SmartSlider3Pro/Renderable/Item/HtmlList/Assets/list.js:20
1991
- #: Framework/Font/FontRenderer.php:235 SmartSlider3/Storage.php:529
1992
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:56
1993
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:76
1994
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:80
1995
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:160
1996
- msgid "List"
1997
- msgstr "Liste"
1998
 
1999
- #: SmartSlider3Pro/Renderable/Item/Icon/Assets/icon2.js:20
2000
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:173
2001
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:174
2002
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:31
2003
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:93
2004
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:210
2005
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:229
2006
- msgid "Icon"
2007
- msgstr "Ikon"
2008
 
2009
- #: SmartSlider3Pro/Renderable/Item/Icon/Assets/icon2.js:36
2010
- msgid "Icon not found"
2011
- msgstr "Icon nicht gefunden"
 
 
2012
 
2013
- #: SmartSlider3Pro/Renderable/Item/Iframe/Assets/iframe.js:23
2014
- msgid "Iframe"
 
2015
  msgstr ""
2016
 
2017
- #: SmartSlider3Pro/Renderable/Item/ImageArea/Assets/imagearea.js:23
2018
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:37
2019
- msgid "Image area"
2020
  msgstr ""
2021
 
2022
- #: SmartSlider3Pro/Renderable/Item/ImageBox/Assets/imagebox.js:21
2023
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:63
2024
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:173
2025
- #, fuzzy
2026
- #| msgid "Image mode"
2027
- msgid "Image box"
2028
- msgstr "Bildmodus"
2029
 
2030
- #: SmartSlider3Pro/Renderable/Item/Input/Assets/input.js:20
2031
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:59
2032
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:83
2033
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:87
2034
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:204
2035
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:208
2036
- msgid "Input"
2037
- msgstr "Input"
2038
 
2039
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/Assets/progressbar.js:20
2040
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:45
2041
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:115
2042
- msgid "Progress bar"
2043
  msgstr ""
2044
 
2045
- #: SmartSlider3Pro/Renderable/Item/Transition/Assets/transition.js:19
2046
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:33
2047
- msgid "Transition"
2048
  msgstr ""
2049
 
2050
- #: SmartSlider3Pro/Renderable/Item/Video/Assets/video.js:22
2051
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:133
2052
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:108
2053
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:50
2054
- #: SmartSlider3/Form/Element/BackgroundImage.php:30
2055
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:36
2056
- msgid "Video"
2057
- msgstr "Video"
2058
 
2059
- #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/Assets/joomlamodule.js:20
2060
- #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:26
2061
- msgid "Joomla module"
2062
  msgstr ""
2063
 
2064
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/Assets/Admin/arrow.js:11
2065
- #: Framework/Font/FontRenderer.php:177
2066
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:57
2067
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:92
2068
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:31
2069
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:79
2070
- msgid "Slide title"
2071
  msgstr ""
2072
 
2073
- #: Framework/Api.php:117 Framework/Misc/HttpClient.php:81
2074
- msgid "Debug error"
 
 
 
 
2075
  msgstr ""
2076
 
2077
- #: Framework/Api.php:136 Framework/Misc/HttpClient.php:106
2078
- msgid "CURL disabled in your php.ini configuration. Please enable it!"
2079
  msgstr ""
2080
 
2081
- #: Framework/Api.php:144 Framework/Misc/HttpClient.php:112
2082
- msgid "Unable to contact with the licensing server, please try again later!"
 
 
 
 
 
 
 
 
 
 
 
2083
  msgstr ""
2084
 
2085
- #: Framework/Asset/Predefined.php:28
2086
- msgctxt "Default Google font family for admin"
2087
- msgid "Montserrat"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2088
  msgstr ""
2089
 
2090
- #: Framework/Asset/Predefined.php:29
2091
- msgctxt "Default Google font charset for admin"
2092
- msgid "latin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2093
  msgstr ""
2094
 
2095
- #: Framework/Browse/ControllerAjaxBrowse.php:84
2096
- msgid "You are not allowed to upload!"
 
 
 
 
2097
  msgstr ""
2098
 
2099
- #: Framework/Browse/ControllerAjaxBrowse.php:97
2100
- msgid "Folder is missing!"
2101
  msgstr ""
2102
 
2103
- #: Framework/Content/Joomla/JoomlaContent.php:131
2104
- msgid "Menu item"
2105
  msgstr ""
2106
 
2107
- #: Framework/Controller/AbstractController.php:146
2108
- #: Framework/Controller/AjaxController.php:41
2109
- msgid "You are not authorised to view this resource."
2110
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2111
 
2112
- #: Framework/Controller/AbstractController.php:161
2113
- #: Framework/Controller/AjaxController.php:50
2114
- #, php-format
2115
- msgid "Missing parameter: %s"
2116
- msgstr ""
2117
 
2118
- #: Framework/Controller/AbstractController.php:176
2119
- #: Framework/Controller/AjaxController.php:57
2120
- msgid "Database error"
2121
  msgstr ""
2122
 
2123
- #: Framework/Controller/AbstractController.php:191
2124
- msgid "Security token mismatch"
2125
  msgstr ""
2126
 
2127
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:34
2128
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:96
2129
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:176
2130
- #: Framework/Image/ControllerAjaxImage.php:34
2131
- #: Framework/Image/ControllerAjaxImage.php:73
2132
- #: Framework/Image/ControllerAjaxImage.php:109
2133
- #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:33
2134
- #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:99
2135
- msgid "Unexpected error"
2136
- msgstr ""
2137
 
2138
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:57
2139
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:77
2140
- msgid "Set is not editable"
 
2141
  msgstr ""
2142
 
2143
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:116
2144
- msgid "Visual do not exists"
2145
  msgstr ""
2146
 
2147
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:136
2148
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:156
2149
- #: Framework/Image/ControllerAjaxImage.php:91
2150
- #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:53
2151
- #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:76
2152
- msgid "Not editable"
2153
  msgstr ""
2154
 
2155
- #: Framework/Controller/AjaxController.php:32
2156
- msgid "Security token mismatch. Please refresh the page!"
 
 
2157
  msgstr ""
2158
 
2159
- #: Framework/Database/WordPress/WordPressConnector.php:105
2160
- msgid "Unexpected database error."
2161
- msgstr ""
 
 
2162
 
2163
- #: Framework/Database/WordPress/WordPressConnector.php:107
2164
- msgid "Try to repair database"
2165
  msgstr ""
2166
 
2167
- #: Framework/Database/WordPress/WordPressConnector.php:109
2168
- #, php-format
2169
- msgid ""
2170
- "If you see this message after the repair database process, please "
2171
- "%1$scontact us%2$s with the log:"
2172
  msgstr ""
2173
 
2174
- #: Framework/Font/Block/FontManager/Index.phtml:14
2175
- msgid "Font manager"
 
 
2176
  msgstr ""
2177
 
2178
- #: Framework/Font/FontRenderer.php:131 Framework/Font/FontRenderer.php:134
2179
- #: Framework/Font/FontRenderer.php:153 Framework/Font/FontRenderer.php:189
2180
- #: Framework/Font/FontRenderer.php:206 Framework/Font/FontRenderer.php:239
2181
- #: Framework/Font/FontRenderer.php:257 Framework/Style/StyleRenderer.php:109
2182
- #: Framework/Style/StyleRenderer.php:125 Framework/Style/StyleRenderer.php:144
2183
- #: Framework/Style/StyleRenderer.php:196
2184
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:74
2185
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:108
2186
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:42
2187
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:63
2188
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderParticle.php:139
2189
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:171
2190
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:187
2191
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:206
2192
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:258
2193
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:45
2194
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:44
2195
- msgid "Hover"
2196
- msgstr "Hover"
2197
 
2198
- #: Framework/Font/FontRenderer.php:150 Framework/Font/FontRenderer.php:188
2199
- #: Framework/Font/FontRenderer.php:238
2200
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:58
2201
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:60
2202
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:85
2203
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:87
2204
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:75
2205
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:77
2206
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:112
2207
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:54
2208
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:157
2209
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:158
2210
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:170
2211
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:171
2212
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:134
2213
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:135
2214
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:181
2215
- #: SmartSlider3/Storage.php:877
2216
- #: SmartSlider3Pro/Form/Element/ParticleSkin.php:18
2217
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:169
2218
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:170
2219
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:188
2220
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:189
2221
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:180
2222
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:181
2223
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:218
2224
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:219
2225
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:114
2226
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:115
2227
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:136
2228
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:137
2229
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:276
2230
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:277
2231
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:138
2232
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:139
2233
- msgid "Link"
2234
- msgstr "Link"
2235
 
2236
- #: Framework/Font/FontRenderer.php:169
2237
- msgid "Accordion slide title"
2238
- msgstr ""
 
2239
 
2240
- #: Framework/Font/FontRenderer.php:171
2241
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:72
2242
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:73
2243
- #: Framework/Form/Element/Select/FontWeight.php:13
2244
- #: Framework/Form/Element/Select/FontWeight.php:18
2245
- #: Framework/Style/StyleRenderer.php:94 Framework/Style/StyleRenderer.php:108
2246
- #: Framework/Style/StyleRenderer.php:124 Framework/Style/StyleRenderer.php:143
2247
- #: Framework/Style/StyleRenderer.php:162 Framework/Style/StyleRenderer.php:178
2248
- #: Framework/Style/StyleRenderer.php:194
2249
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:148
2250
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:62
2251
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:149
2252
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:61
2253
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:72
2254
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:173
2255
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:184
2256
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:153
2257
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:186
2258
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:197
2259
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:377
2260
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:411
2261
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:427
2262
- #: SmartSlider3Pro/SplitText/ModelSplitText.php:62
2263
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:156
2264
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:170
2265
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:186
2266
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:205
2267
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:224
2268
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:240
2269
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:256
2270
- msgid "Normal"
2271
- msgstr "Normal"
2272
 
2273
- #: Framework/Font/FontRenderer.php:172 Framework/Font/FontRenderer.php:222
2274
- #: Framework/Style/StyleRenderer.php:163 Framework/Style/StyleRenderer.php:179
2275
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:353
2276
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:396
2277
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:441
2278
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:477
2279
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:513
2280
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:554
2281
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:596
2282
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:638
2283
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:225
2284
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:241
2285
- msgid "Active"
2286
- msgstr "Aktiv"
2287
 
2288
- #: Framework/Font/FontRenderer.php:185
2289
- msgid "Paragraph"
2290
  msgstr ""
2291
 
2292
- #: Framework/Font/FontRenderer.php:219 Framework/Style/StyleRenderer.php:176
2293
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:49
2294
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:238
2295
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:51
2296
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:51
2297
- msgid "Dot"
2298
  msgstr ""
2299
 
2300
- #: Framework/Font/FontRenderer.php:253 Framework/Font/FontRenderer.php:256
2301
- #: Framework/Style/StyleRenderer.php:192 Framework/Style/StyleRenderer.php:195
2302
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:234
2303
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:254
2304
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:257
2305
- msgid "Highlight"
2306
  msgstr ""
2307
 
2308
- #: Framework/Font/FontSettings.php:30
2309
- msgctxt "Default font"
2310
- msgid "Roboto,Arial"
2311
  msgstr ""
2312
 
2313
- #: Framework/Font/ModelFont.php:28
2314
- msgid "Font settings"
 
 
 
 
 
2315
  msgstr ""
2316
 
2317
- #: Framework/Font/ModelFont.php:32 Framework/Style/ModelStyle.php:29
2318
- msgid "Clear tab"
2319
  msgstr ""
2320
 
2321
- #: Framework/Font/ModelFont.php:37
2322
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:48
2323
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:50
2324
- msgid "Family"
2325
  msgstr ""
2326
 
2327
- #: Framework/Font/ModelFont.php:40
2328
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:170
2329
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:54
2330
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:197
2331
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:304
2332
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:438
2333
- #: SmartSlider3/Form/Element/BackgroundImage.php:31
2334
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:222
2335
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:71
2336
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:105
2337
- #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:53
2338
- #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:83
2339
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderParticle.php:119
2340
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:105
2341
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:164
2342
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:112
2343
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:158
2344
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:137
2345
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:245
2346
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:94
2347
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:240
2348
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:138
2349
- #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:40
2350
- #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:54
2351
- #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:43
2352
- #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:57
2353
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:59
2354
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:74
2355
- #: SmartSlider3Pro/Widget/FullScreen/FullScreenImage/FullScreenImage.php:53
2356
- #: SmartSlider3Pro/Widget/FullScreen/FullScreenImage/FullScreenImage.php:76
2357
- msgid "Color"
2358
- msgstr "Farbe"
2359
-
2360
- #: Framework/Font/ModelFont.php:46
2361
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:63
2362
- msgid "Font weight"
2363
  msgstr ""
2364
 
2365
- #: Framework/Font/ModelFont.php:47
2366
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:79
2367
- msgid "Decoration"
2368
  msgstr ""
2369
 
2370
- #: Framework/Font/ModelFont.php:48
2371
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:65
2372
- msgid "Line height"
2373
- msgstr ""
2374
 
2375
- #: Framework/Font/ModelFont.php:59
2376
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:77
2377
- #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:68
2378
- msgid "Text align"
2379
- msgstr ""
2380
 
2381
- #: Framework/Font/ModelFont.php:63
2382
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:91
2383
- msgid "Letter spacing"
 
 
 
 
 
 
 
2384
  msgstr ""
2385
 
2386
- #: Framework/Font/ModelFont.php:74
2387
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:103
2388
- msgid "Word spacing"
2389
  msgstr ""
2390
 
2391
- #: Framework/Font/ModelFont.php:84
2392
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:114
2393
- msgid "Transform"
 
 
 
2394
  msgstr ""
2395
 
2396
- #: Framework/Font/ModelFont.php:86 Framework/Form/Element/Mixed/Border.php:39
2397
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:163
2398
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:116
2399
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:190
2400
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:91
2401
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:46
2402
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:105
2403
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:187
2404
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:85
2405
- #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:105
2406
- #: SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php:167
2407
- #: SmartSlider3/Platform/WordPress/Widget/WidgetSmartSlider3.php:126
2408
- #: SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php:44
2409
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:131
2410
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:150
2411
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:208
2412
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:102
2413
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:101
2414
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:92
2415
- #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:35
2416
- #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:62
2417
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:84
2418
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:51
2419
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:46
2420
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:75
2421
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:64
2422
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:57
2423
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:62
2424
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:70
2425
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:80
2426
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:45
2427
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:76
2428
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:78
2429
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:54
2430
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:55
2431
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:38
2432
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:52
2433
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:118
2434
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:86
2435
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:69
2436
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:51
2437
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:78
2438
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:69
2439
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:56
2440
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:56
2441
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingLabels.php:28
2442
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:63
2443
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:62
2444
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:61
2445
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:51
2446
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:45
2447
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:56
2448
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:84
2449
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:66
2450
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:56
2451
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:38
2452
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:36
2453
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:151
2454
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:137
2455
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:223
2456
- #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:39
2457
- msgid "None"
2458
- msgstr "Keine"
2459
 
2460
- #: Framework/Font/ModelFont.php:87
2461
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:117
2462
- msgid "Capitalize"
 
 
2463
  msgstr ""
2464
 
2465
- #: Framework/Font/ModelFont.php:88
2466
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:118
2467
- msgid "Uppercase"
 
2468
  msgstr ""
2469
 
2470
- #: Framework/Font/ModelFont.php:89
2471
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:119
2472
- msgid "Lowercase"
2473
- msgstr ""
2474
 
2475
- #: Framework/Font/ModelFont.php:93
2476
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:123
2477
- msgid "Text shadow"
2478
  msgstr ""
2479
 
2480
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:55
2481
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:56
2482
- msgid "Frontend"
2483
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2484
 
2485
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:57
2486
- msgid "You can load Google Fonts on the frontend."
 
2487
  msgstr ""
2488
 
2489
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:59
2490
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:60
2491
- msgid "Backend"
2492
  msgstr ""
2493
 
2494
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:61
2495
- msgid "You can load Google Fonts in the backend."
 
2496
  msgstr ""
2497
 
2498
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:64
2499
- #: Framework/Form/Element/Style.php:50
2500
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:161
2501
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:188
2502
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabStyle.php:20
2503
- #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:57
2504
- #: SmartSlider3/Widget/Group/Bullet.php:95
2505
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:149
2506
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:306
2507
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:160
2508
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:163
2509
- #: SmartSlider3Pro/Widget/Indicator/IndicatorPie/IndicatorPie.php:47
2510
- msgid "Style"
2511
- msgstr "Stil"
2512
-
2513
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:67
2514
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:69
2515
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:71
2516
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:73
2517
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:75
2518
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:77
2519
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:79
2520
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:81
2521
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:83
2522
- msgctxt "Font style"
2523
- msgid "Italic"
2524
  msgstr ""
2525
 
2526
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:86
2527
- msgid "Character set"
2528
  msgstr ""
2529
 
2530
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:88
2531
- msgctxt "Character set"
2532
- msgid "Latin"
2533
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2534
 
2535
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:89
2536
- msgctxt "Character set"
2537
- msgid "Latin Extended"
2538
- msgstr ""
 
 
 
 
 
2539
 
2540
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:90
2541
- msgctxt "Character set"
2542
- msgid "Greek"
2543
- msgstr ""
2544
 
2545
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:91
2546
- msgctxt "Character set"
2547
- msgid "Greek Extended"
2548
- msgstr ""
2549
 
2550
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:92
2551
- msgctxt "Character set"
2552
- msgid "Cyrillic"
2553
  msgstr ""
2554
 
2555
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:93
2556
- msgctxt "Character set"
2557
- msgid "Devanagari"
2558
- msgstr ""
2559
 
2560
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:94
2561
- msgctxt "Character set"
2562
- msgid "Arabic"
2563
- msgstr ""
2564
 
2565
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:95
2566
- msgctxt "Character set"
2567
- msgid "Khmer"
2568
- msgstr ""
2569
 
2570
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:96
2571
- msgctxt "Character set"
2572
- msgid "Telugu"
2573
- msgstr ""
2574
 
2575
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:97
2576
- msgctxt "Character set"
2577
- msgid "Vietnamese"
2578
- msgstr ""
2579
 
2580
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:102
2581
- msgctxt "Default font sets"
2582
- msgid "latin"
2583
  msgstr ""
2584
 
2585
- #: Framework/Form/Element/AbstractChooserText.php:71
2586
- #: Framework/Form/Element/Select/SelectFile.php:36
2587
- #: Framework/Form/Element/Select/Skin.php:27
2588
- #: Framework/Form/Element/Text/Folder.php:37
2589
- #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.phtml:43
2590
- #: SmartSlider3/Application/Admin/Generator/Template/CreateStep3Sources.phtml:23
2591
- msgid "Choose"
2592
- msgstr "Wählen"
2593
 
2594
- #: Framework/Form/Element/Button/ButtonMoreLess.php:13
2595
- #: Framework/Form/Element/Button/ButtonMoreLess.php:19
2596
- msgid "More"
2597
  msgstr ""
2598
 
2599
- #: Framework/Form/Element/Button/ButtonMoreLess.php:20
2600
- msgid "Less"
 
 
2601
  msgstr ""
2602
 
2603
- #: Framework/Form/Element/Button/ButtonRecordViewer.php:13
2604
- msgid "View records"
2605
- msgstr "Aufzeichnungen ansehen"
2606
-
2607
- #: Framework/Form/Element/Font.php:40
2608
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:169
2609
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:176
2610
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:191
2611
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:194
2612
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:146
2613
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:149
2614
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:302
2615
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:175
2616
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:179
2617
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:161
2618
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:85
2619
- msgid "Font"
2620
- msgstr "Schriftart"
2621
-
2622
- #: Framework/Form/Element/Message/Warning.php:14
2623
- msgid "Warning"
2624
- msgstr ""
2625
 
2626
- #: Framework/Form/Element/Mixed/Border.php:40
2627
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:166
2628
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:193
2629
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:154
2630
- msgid "Dotted"
2631
  msgstr ""
2632
 
2633
- #: Framework/Form/Element/Mixed/Border.php:41
2634
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:165
2635
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:192
2636
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:153
2637
- msgid "Dashed"
2638
  msgstr ""
2639
 
2640
- #: Framework/Form/Element/Mixed/Border.php:42
2641
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:164
2642
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:191
2643
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:152
2644
- msgid "Solid"
2645
- msgstr ""
2646
 
2647
- #: Framework/Form/Element/Mixed/Border.php:43
2648
- msgid "Double"
 
 
2649
  msgstr ""
2650
 
2651
- #: Framework/Form/Element/Mixed/Border.php:44
2652
- msgid "Groove"
2653
  msgstr ""
2654
 
2655
- #: Framework/Form/Element/Mixed/Border.php:45
2656
- msgid "Ridge"
 
2657
  msgstr ""
2658
 
2659
- #: Framework/Form/Element/Mixed/Border.php:46
2660
- msgid "Inset"
 
 
2661
  msgstr ""
2662
 
2663
- #: Framework/Form/Element/Mixed/Border.php:47
2664
- msgid "Outset"
 
2665
  msgstr ""
2666
 
2667
- #: Framework/Form/Element/Mixed/GeneratorOrder.php:20
2668
- msgid "Field"
2669
- msgstr "Feld"
2670
-
2671
- #: Framework/Form/Element/Mixed/GeneratorOrder.php:22
2672
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:87
2673
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:42
2674
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:101
2675
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:183
2676
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:206
2677
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:81
2678
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:98
2679
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:97
2680
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:88
2681
- #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:31
2682
- #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:58
2683
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:80
2684
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:47
2685
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:42
2686
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:71
2687
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:60
2688
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:53
2689
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:66
2690
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:76
2691
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:41
2692
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:72
2693
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:74
2694
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:50
2695
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:51
2696
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:34
2697
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:48
2698
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:114
2699
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:82
2700
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:65
2701
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:47
2702
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:74
2703
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:65
2704
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:52
2705
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:52
2706
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:59
2707
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:58
2708
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:57
2709
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:47
2710
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:41
2711
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:52
2712
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:80
2713
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:62
2714
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:52
2715
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:68
2716
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:91
2717
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:34
2718
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:76
2719
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:32
2720
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:41
2721
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:82
2722
- msgid "Order"
2723
- msgstr "Reihenfolge"
2724
-
2725
- #: Framework/Form/Element/Mixed/GeneratorOrder.php:24
2726
- msgid "Ascending"
2727
- msgstr "Aufsteigend"
2728
 
2729
- #: Framework/Form/Element/Mixed/GeneratorOrder.php:25
2730
- msgid "Descending"
2731
- msgstr "Absteigend"
2732
 
2733
- #: Framework/Form/Element/Select.php:49
2734
  msgid ""
2735
- "Hold down the ctrl (Windows) or command (MAC) button to select multiple "
2736
- "options."
2737
  msgstr ""
2738
 
2739
- #: Framework/Form/Element/Select/FillMode.php:15
2740
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:239
2741
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:107
2742
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:240
2743
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:130
2744
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:208
2745
- msgid "Fill"
2746
- msgstr "Fülle"
2747
-
2748
- #: Framework/Form/Element/Select/FillMode.php:16
2749
- msgid "Blur fit"
2750
  msgstr ""
2751
 
2752
- #: Framework/Form/Element/Select/FillMode.php:17
2753
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:240
2754
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:108
2755
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:241
2756
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:131
2757
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:209
2758
- msgid "Fit"
2759
- msgstr "Fit"
2760
-
2761
- #: Framework/Form/Element/Select/FillMode.php:18
2762
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:79
2763
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:80
2764
- msgid "Stretch"
2765
- msgstr "Strecken"
2766
-
2767
- #: Framework/Form/Element/Select/FillMode.php:20
2768
- msgid "Tile"
2769
  msgstr ""
2770
 
2771
- #: Framework/Form/Element/Select/FillMode.php:26
2772
- msgid "Slider's default"
2773
  msgstr ""
2774
 
2775
- #: Framework/Form/Element/Select/Filter.php:17
2776
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentAccessLevels.php:28
2777
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentCategories.php:40
2778
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentTags.php:21
2779
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsAllTaxonomies.php:23
2780
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsCategories.php:40
2781
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsPostTypes.php:14
2782
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsTags.php:17
2783
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsTaxonomies.php:23
2784
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPhotosSearch.php:39
2785
- #: SmartSlider3Pro/Generator/Joomla/Cobalt/Elements/CobaltCategories.php:39
2786
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsCategories.php:36
2787
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsLocations.php:36
2788
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsTypes.php:15
2789
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogCategories.php:30
2790
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogTags.php:19
2791
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussCategories.php:30
2792
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussTags.php:19
2793
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Elements/EasysocialCategories.php:34
2794
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:47
2795
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:43
2796
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:49
2797
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:58
2798
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategories.php:35
2799
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopManufacturers.php:20
2800
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopTags.php:20
2801
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingCategories.php:29
2802
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingLocations.php:17
2803
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:60
2804
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentCategories.php:40
2805
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentTags.php:19
2806
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopBrands.php:32
2807
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopCategories.php:32
2808
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopTags.php:18
2809
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopWarehouses.php:18
2810
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Elements/IgnitegalleryCategories.php:33
2811
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionCategories.php:35
2812
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionLanguages.php:21
2813
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartCategories.php:33
2814
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartLanguages.php:22
2815
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCalendars.php:17
2816
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCategories.php:34
2817
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:72
2818
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketCategories.php:35
2819
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketLanguages.php:21
2820
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialCategories.php:31
2821
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialEvents.php:17
2822
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroupcategories.php:31
2823
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroups.php:17
2824
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialProfiles.php:17
2825
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialVideotype.php:17
2826
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:46
2827
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingCategories.php:42
2828
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingLabels.php:27
2829
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingManufacturers.php:27
2830
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsArticles.php:21
2831
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsCategories.php:36
2832
- #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Categories.php:29
2833
- #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Tags.php:18
2834
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopCategories.php:49
2835
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopManufacturers.php:18
2836
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryCategories.php:35
2837
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryTags.php:18
2838
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopCategories.php:37
2839
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopManufacturers.php:18
2840
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopSuppliers.php:18
2841
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproCategories.php:39
2842
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproGroups.php:17
2843
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproLocations.php:17
2844
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproTags.php:17
2845
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartCategories.php:34
2846
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartManufacturers.php:21
2847
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Elements/ZooCategories.php:24
2848
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Elements/ZooTags.php:17
2849
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Elements/AllInOneEventCalendarCategories.php:34
2850
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Elements/AllInOneEventCalendarTags.php:35
2851
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerCategories.php:34
2852
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerLocations.php:31
2853
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerTags.php:33
2854
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Elements/MultisitePostCategories.php:38
2855
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarCategories.php:34
2856
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarOrganizers.php:31
2857
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarTags.php:35
2858
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarVenues.php:31
2859
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Elements/WebdoradoPhotoGalleryGalleries.php:14
2860
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Elements/WebdoradoPhotoGalleryTags.php:14
2861
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Elements/WooCommerceTags.php:28
2862
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:63
2863
- msgid "All"
2864
- msgstr "Alle"
2865
-
2866
- #: Framework/Form/Element/Select/Filter.php:19
2867
- #, php-format
2868
- msgid "Not %s"
2869
  msgstr ""
2870
 
2871
- #: Framework/Form/Element/Select/FontWeight.php:14
2872
- #: Framework/Form/Element/Select/FontWeight.php:21
2873
- msgid "Bold"
2874
  msgstr ""
2875
 
2876
- #: Framework/Form/Element/Select/FontWeight.php:16
2877
- msgid "Extra light"
2878
  msgstr ""
2879
 
2880
- #: Framework/Form/Element/Select/FontWeight.php:17
2881
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:77
2882
- msgid "Light"
2883
- msgstr "Hell"
2884
-
2885
- #: Framework/Form/Element/Select/FontWeight.php:20
2886
- msgid "Semi bold"
2887
  msgstr ""
2888
 
2889
- #: Framework/Form/Element/Select/FontWeight.php:22
2890
- msgid "Extra bold"
2891
- msgstr ""
 
 
 
 
 
 
 
2892
 
2893
- #: Framework/Form/Element/Select/LinkTarget.php:13
2894
- msgid "Self"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2895
  msgstr ""
2896
 
2897
- #: Framework/Form/Element/Select/LinkTarget.php:14
2898
- msgid "New"
 
 
 
 
 
 
 
2899
  msgstr ""
2900
 
2901
- #: Framework/Form/Element/Text/FieldImageResponsive.php:27
2902
- msgid "Select images for devices"
 
2903
  msgstr ""
2904
 
2905
- #: Framework/Form/Element/Text/Url.php:33
2906
- msgid "Select a page or a blog post from your WordPress site."
 
 
 
 
 
 
 
 
 
 
 
 
 
2907
  msgstr ""
2908
 
2909
- #: Framework/Form/Element/Text/Url.php:38
2910
- msgid "Select article or menu item from your site."
 
 
2911
  msgstr ""
2912
 
2913
- #: Framework/Form/Fieldset/LayerWindow/FieldsetDesign.php:16
2914
- #: Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowStyleMode.php:18
2915
- msgid "Reset to normal state"
 
2916
  msgstr ""
2917
 
2918
- #: Framework/Form/Joomla/Element/Select/MenuItems.php:18
2919
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:119
2920
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:61
2921
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:150
2922
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:132
2923
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:507
2924
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:107
2925
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:49
2926
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:190
2927
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:237
2928
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:196
2929
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:58
2930
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:69
2931
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:170
2932
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:181
2933
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:183
2934
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:194
2935
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:373
2936
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:408
2937
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:424
2938
- #: SmartSlider3/Storage.php:552 SmartSlider3/Storage.php:928
2939
- #: SmartSlider3/Storage.php:1165 SmartSlider3/Storage.php:3954
2940
- #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:39
2941
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategoryLanguage.php:20
2942
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCurrency.php:20
2943
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopManufacturerLanguage.php:20
2944
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopProductLanguage.php:20
2945
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:72
2946
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:95
2947
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:80
2948
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:86
2949
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:218
2950
- msgid "Default"
2951
- msgstr "Default"
2952
 
2953
- #: Framework/Image/Block/ImageManager/Index.phtml:14
2954
- msgid "Image manager"
2955
  msgstr ""
2956
 
2957
- #: Framework/Image/ModelImage.php:37
2958
- #, fuzzy
2959
- #| msgid "Desktop"
2960
- msgid "Desktop retina"
2961
- msgstr "Desktop"
 
 
2962
 
2963
- #: Framework/Image/ModelImage.php:39
2964
- #, fuzzy
2965
- #| msgid "Tablet text"
2966
- msgid "Tablet retina"
2967
- msgstr "Tablet-Text"
2968
 
2969
- #: Framework/Image/ModelImage.php:41
 
2970
  #, fuzzy
2971
- #| msgid "Mobile text"
2972
- msgid "Mobile retina"
2973
- msgstr "Mobil-Text"
2974
 
2975
- #: Framework/Misc/HttpClient.php:93
2976
- #, php-format
2977
- msgid ""
2978
- "The %1$s is not turned on in your server, which is necessary to read rss "
2979
- "feeds. You should contact your server host, and ask them to enable it!"
 
 
 
 
 
 
 
2980
  msgstr ""
2981
 
2982
- #: Framework/Misc/Zip/Reader/Custom.php:24
2983
- #, php-format
2984
- msgid "%s is not readable"
2985
  msgstr ""
2986
 
2987
- #: Framework/Style/Block/StyleManager/Index.phtml:14
2988
- msgid "Style manager"
2989
  msgstr ""
2990
 
2991
- #: Framework/Style/ModelStyle.php:25
2992
- msgid "Style settings"
 
 
 
 
 
 
 
 
 
 
 
2993
  msgstr ""
2994
 
2995
- #: Framework/Style/ModelStyle.php:35
2996
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:165
2997
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:112
2998
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:97
2999
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:139
3000
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:139
3001
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:225
3002
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:113
3003
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:89
3004
- msgid "Background color"
3005
- msgstr "Hintergrundfarbe"
3006
 
3007
- #: Framework/Style/ModelStyle.php:39
3008
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:143
3009
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:223
3010
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:288
3011
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:196
3012
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:335
3013
- #: SmartSlider3Pro/SplitText/ModelSplitText.php:131
3014
- msgid "Opacity"
3015
- msgstr "Durchsichtigkeit"
3016
 
3017
- #: Framework/Style/ModelStyle.php:50
3018
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:203
3019
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:120
3020
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:189
3021
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:221
3022
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:150
3023
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:262
3024
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:313
3025
- msgid "Padding"
3026
- msgstr "Randabstand"
3027
 
3028
- #: Framework/Style/ModelStyle.php:72
3029
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:135
3030
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:140
3031
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:165
3032
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:169
3033
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:161
3034
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:167
3035
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:125
3036
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:127
3037
- msgid "Border"
3038
- msgstr "Umrandung"
3039
 
3040
- #: Framework/Style/ModelStyle.php:74
3041
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:174
3042
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:171
3043
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:201
3044
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:280
3045
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:162
3046
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:117
3047
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:152
3048
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:153
3049
- msgid "Border radius"
3050
- msgstr "Border Radius"
3051
 
3052
- #: Framework/Style/ModelStyle.php:87
3053
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:126
3054
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:157
3055
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:153
3056
- msgid "Box shadow"
 
3057
  msgstr ""
3058
 
3059
- #: Framework/Style/StyleRenderer.php:78
3060
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:140
3061
- msgid "Single"
 
 
 
 
 
 
3062
  msgstr ""
3063
 
3064
- #: Framework/Style/StyleRenderer.php:106
3065
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:168
3066
- msgid "Box"
3067
  msgstr ""
3068
 
3069
- #: Framework/Style/StyleRenderer.php:160
3070
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:222
3071
- msgid "Heading active"
3072
  msgstr ""
3073
 
 
 
 
 
 
 
 
 
 
 
 
 
3074
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:43
3075
  msgid "Animations"
3076
  msgstr "Animationen"
@@ -3480,13 +3356,13 @@ msgstr ""
3480
 
3481
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:81
3482
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:83
3483
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:53
3484
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:55
3485
  msgid "ARIA label"
3486
  msgstr ""
3487
 
3488
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:84
3489
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:56
3490
  msgid "It allows you to label your slider for screen readers."
3491
  msgstr ""
3492
 
@@ -3874,7 +3750,7 @@ msgstr ""
3874
 
3875
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:41
3876
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:97
3877
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:151
3878
  #: SmartSlider3/Application/Model/ModelGenerator.php:400
3879
  msgid "Slides"
3880
  msgstr "Slides"
@@ -4033,11 +3909,11 @@ msgstr ""
4033
  msgid "Authentication successful."
4034
  msgstr "Legitimation erfolgreich"
4035
 
4036
- #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.phtml:61
4037
  msgid "Not installed"
4038
  msgstr "nicht installiert"
4039
 
4040
- #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.phtml:69
4041
  msgid "Visit"
4042
  msgstr ""
4043
 
@@ -4063,15 +3939,15 @@ msgstr ""
4063
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:58
4064
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:84
4065
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:96
4066
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:120
4067
  msgid "Generator"
4068
  msgstr "Generator"
4069
 
4070
- #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.phtml:18
4071
  msgid "How to upgrade to Smart Slider 3 Pro?"
4072
  msgstr ""
4073
 
4074
- #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.phtml:22
4075
  #, php-format
4076
  msgid ""
4077
  "After making your purchase, %1$slog in to your account%3$s and download the "
@@ -4079,29 +3955,29 @@ msgid ""
4079
  "on your website%3$s."
4080
  msgstr ""
4081
 
4082
- #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.phtml:26
4083
  msgid "Download Pro"
4084
  msgstr ""
4085
 
4086
- #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.phtml:30
4087
  msgid ""
4088
  "Feel free to remove the Free version, as you no longer need it. Your sliders "
4089
  "will stay!"
4090
  msgstr ""
4091
 
4092
- #: SmartSlider3/Application/Admin/GoPro/Template/Index.phtml:18
4093
  msgid "Ready to go Pro?"
4094
  msgstr ""
4095
 
4096
- #: SmartSlider3/Application/Admin/GoPro/Template/Index.phtml:22
4097
  msgid "Supercharge Smart Slider 3 with powerful functionality!"
4098
  msgstr ""
4099
 
4100
- #: SmartSlider3/Application/Admin/GoPro/Template/Index.phtml:34
4101
  msgid "Already purchased?"
4102
  msgstr ""
4103
 
4104
- #: SmartSlider3/Application/Admin/GoPro/Template/Index.phtml:38
4105
  msgid "Get started with the Pro version now!"
4106
  msgstr ""
4107
 
@@ -4119,75 +3995,75 @@ msgstr ""
4119
  msgid "Successful connection with the API."
4120
  msgstr ""
4121
 
4122
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:22
4123
  msgid "Welcome to Help Center"
4124
  msgstr ""
4125
 
4126
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:25
4127
- #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.phtml:15
4128
  msgid ""
4129
  "To help you get started, we've put together a super tutorial video that "
4130
  "shows you the basic settings."
4131
  msgstr ""
4132
 
4133
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:40
4134
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:128
4135
  msgid "Possible conflicts"
4136
  msgstr ""
4137
 
4138
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:44
4139
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:132
4140
  msgid "Test connection"
4141
  msgstr ""
4142
 
4143
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:48
4144
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:136
4145
  msgid "No conflicts detected."
4146
  msgstr ""
4147
 
4148
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:66
4149
  msgid "Hello! How can we help you today?"
4150
  msgstr ""
4151
 
4152
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:71
4153
  msgid "Search in the knowledge base"
4154
  msgstr ""
4155
 
4156
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:83
4157
  msgid "Documentation"
4158
  msgstr ""
4159
 
4160
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:84
4161
  msgid ""
4162
  "To get started with Smart Slider 3, please refer to this guide for "
4163
  "downloading, installing, and using."
4164
  msgstr ""
4165
 
4166
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:90
4167
  msgid "Email support"
4168
  msgstr ""
4169
 
4170
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:91
4171
  msgid ""
4172
  "Need one-to-one assistance? Get in touch with our Support team! We'd love "
4173
  "the opportunity to help you."
4174
  msgstr ""
4175
 
4176
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:98
4177
  msgid "Tutorial videos"
4178
  msgstr ""
4179
 
4180
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:99
4181
  msgid ""
4182
  "Check our video tutorials which cover everything you need to know about "
4183
  "Smart Slider 3."
4184
  msgstr ""
4185
 
4186
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:104
4187
  msgid "Selected articles"
4188
  msgstr ""
4189
 
4190
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:166
4191
  #, fuzzy
4192
  #| msgid "Date format"
4193
  msgid "Debug information"
@@ -4224,107 +4100,107 @@ msgstr "Mauseingabe"
4224
  msgid "Help"
4225
  msgstr "Hilfe"
4226
 
4227
- #: SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/AdminError.phtml:22
4228
  #: SmartSlider3/Application/Model/ModelSlides.php:129
4229
  msgid "Read more"
4230
  msgstr ""
4231
 
4232
- #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.phtml:17
4233
  msgid "Need more?"
4234
  msgstr ""
4235
 
4236
- #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.phtml:20
4237
  msgid "Unlock all the pro features by upgrading to Smart Slider 3 Pro."
4238
  msgstr ""
4239
 
4240
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:42
4241
  msgid "Changelog"
4242
  msgstr "Veränderungslogbuch"
4243
 
4244
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:57
4245
  msgid "Check for update"
4246
  msgstr ""
4247
 
4248
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:60
4249
  msgid "Check"
4250
  msgstr ""
4251
 
4252
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:71
4253
  msgid "Your license is active"
4254
  msgstr ""
4255
 
4256
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:74
4257
  msgid "Deactivate license"
4258
  msgstr ""
4259
 
4260
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:82
4261
  msgid "Activate your license"
4262
  msgstr ""
4263
 
4264
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.phtml:18
4265
  msgid "Don’t miss any update"
4266
  msgstr ""
4267
 
4268
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:25
4269
  msgid "Let us know how we're doing"
4270
  msgstr ""
4271
 
4272
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:29
4273
  msgid ""
4274
  "If you are happy with Smart Slider 3 and can take a minute please leave a "
4275
  "review. This will help to spread its popularity and to make this plugin a "
4276
  "better one."
4277
  msgstr ""
4278
 
4279
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:59
4280
  msgid "Rate your experience"
4281
  msgstr ""
4282
 
4283
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:60
4284
  msgid "Hated it"
4285
  msgstr ""
4286
 
4287
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:61
4288
  msgid "Disliked it"
4289
  msgstr ""
4290
 
4291
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:62
4292
  msgid "It was ok"
4293
  msgstr ""
4294
 
4295
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:63
4296
  msgid "Liked it"
4297
  msgstr ""
4298
 
4299
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:64
4300
  msgid "Loved it"
4301
  msgstr ""
4302
 
4303
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:18
4304
  msgid "Why upgrade to Smart Slider 3 Pro?"
4305
  msgstr ""
4306
 
4307
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:25
4308
  msgid "180+ slider templates"
4309
  msgstr ""
4310
 
4311
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:29
4312
  msgid "14 new layers"
4313
  msgstr ""
4314
 
4315
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:33
4316
  msgid "New animations & effects"
4317
  msgstr ""
4318
 
4319
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:39
4320
  msgid "Full slide library access"
4321
  msgstr ""
4322
 
4323
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:43
4324
  msgid "Extra advanced options"
4325
  msgstr ""
4326
 
4327
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:47
4328
  msgid "Lifetime update & support"
4329
  msgstr ""
4330
 
@@ -4341,15 +4217,15 @@ msgstr ""
4341
  msgid "Import"
4342
  msgstr "Importieren"
4343
 
4344
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:64
4345
  msgid "Layers"
4346
  msgstr ""
4347
 
4348
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:72
4349
  msgid "Library"
4350
  msgstr ""
4351
 
4352
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:129
4353
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:62
4354
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:151
4355
  msgid "Absolute"
@@ -4368,7 +4244,7 @@ msgstr ""
4368
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:41
4369
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:45
4370
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:49
4371
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:329
4372
  msgid "Inner align"
4373
  msgstr "Innere Ausrichtung"
4374
 
@@ -4385,8 +4261,8 @@ msgstr ""
4385
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:48
4386
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:232
4387
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:238
4388
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:330
4389
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:336
4390
  msgid "Vertical align"
4391
  msgstr "Vertikal ausgerichtet"
4392
 
@@ -4398,8 +4274,8 @@ msgstr ""
4398
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:66
4399
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:93
4400
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:83
4401
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:113
4402
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:55
4403
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:165
4404
  #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:178
4405
  #: SmartSlider3/Renderable/Item/Image/ItemImage.php:143
@@ -4409,7 +4285,7 @@ msgstr ""
4409
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:227
4410
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:123
4411
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:144
4412
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:284
4413
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:171
4414
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:146
4415
  msgid "Target window"
@@ -4664,16 +4540,16 @@ msgid "Makes the row fill the available vertical space"
4664
  msgstr ""
4665
 
4666
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:60
4667
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:96
4668
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:35
4669
  #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:67
4670
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:109
4671
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:78
4672
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:173
4673
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:176
4674
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:169
4675
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:264
4676
  #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:268
 
4677
  #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:50
4678
  msgid "Description"
4679
  msgstr "Beschreibung"
@@ -4683,7 +4559,7 @@ msgid "Custom lightbox image"
4683
  msgstr ""
4684
 
4685
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:112
4686
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:72
4687
  #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:56
4688
  #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:56
4689
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:73
@@ -4700,11 +4576,20 @@ msgstr ""
4700
 
4701
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:130
4702
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:135
4703
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:105
4704
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:47
4705
  msgid "Thumbnail type"
4706
  msgstr ""
4707
 
 
 
 
 
 
 
 
 
 
4708
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:136
4709
  msgid ""
4710
  "If you have a video on your slide, you can put a play icon on the thumbnail "
@@ -5101,22 +4986,22 @@ msgstr "Vergrößern"
5101
  msgid "Scale down"
5102
  msgstr "Verkleinern"
5103
 
5104
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:22
5105
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.phtml:40
5106
  msgid "Edit"
5107
  msgstr "Editieren"
5108
 
5109
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:38
5110
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:46
5111
  #: SmartSlider3/Application/Model/ModelSlides.php:77
5112
  msgid "Static overlay"
5113
  msgstr ""
5114
 
5115
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:68
5116
  msgid "First slide"
5117
  msgstr ""
5118
 
5119
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:76
5120
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:74
5121
  msgid "Unpublished"
5122
  msgstr ""
@@ -5144,55 +5029,55 @@ msgstr "Wähle veröffentlichte"
5144
  msgid "Select unpublished"
5145
  msgstr "Wähle unveröffentlichte"
5146
 
5147
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:26
5148
  msgid "Blank"
5149
  msgstr ""
5150
 
5151
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:36
5152
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:175
5153
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:121
5154
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:159
5155
  msgid "Post"
5156
  msgstr ""
5157
 
5158
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:53
5159
  msgid "Dynamic slides"
5160
  msgstr ""
5161
 
5162
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:92
5163
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:21
5164
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:27
5165
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:63
5166
  #: SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEdit.php:99
5167
  #: SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEditAddSlide.php:65
5168
  msgid "Add slide"
5169
  msgstr ""
5170
 
5171
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:105
5172
  msgid "Block must contain only one slide. Need more?"
5173
  msgstr ""
5174
 
5175
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:108
5176
  msgid "Convert to slider"
5177
  msgstr ""
5178
 
5179
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:136
5180
  #, fuzzy
5181
  #| msgid "Slide to left"
5182
  msgid "Slide one"
5183
  msgstr "Slide nach links"
5184
 
5185
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:143
5186
  #, fuzzy
5187
  #| msgid "Slide to top"
5188
  msgid "Slide two"
5189
  msgstr "Slide nach oben"
5190
 
5191
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:150
5192
  msgid "Drop images here"
5193
  msgstr ""
5194
 
5195
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.phtml:106
5196
  msgid "Edit slider"
5197
  msgstr ""
5198
 
@@ -5232,90 +5117,90 @@ msgstr ""
5232
  msgid "Export"
5233
  msgstr "Exportieren"
5234
 
5235
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/SliderManager.phtml:32
5236
  msgid "New project"
5237
  msgstr ""
5238
 
5239
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:21
5240
  msgid "Module"
5241
  msgstr ""
5242
 
5243
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:23
5244
  msgid "Displays the slider in a template module position."
5245
  msgstr ""
5246
 
5247
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:25
5248
  msgid "Create module"
5249
  msgstr ""
5250
 
5251
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:30
5252
  msgid "Related modules"
5253
  msgstr ""
5254
 
5255
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:40
5256
  msgid "Articles"
5257
  msgstr "Artikel"
5258
 
5259
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:42
5260
  msgid "Paste the code into article:"
5261
  msgstr ""
5262
 
5263
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:50
5264
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:48
5265
  msgid "PHP code"
5266
  msgstr "PHP Code"
5267
 
5268
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:52
5269
  msgid "Paste the PHP code into source code:"
5270
  msgstr ""
5271
 
5272
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:17
5273
  msgid "Shortcode"
5274
  msgstr "Kurzcode"
5275
 
5276
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:19
5277
  msgid "Copy and paste this shortcode into your posts or pages:"
5278
  msgstr ""
5279
 
5280
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:31
5281
  msgid "Pages and Posts"
5282
  msgstr ""
5283
 
5284
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:44
5285
  #, php-format
5286
  msgid "Smart Slider 3 has integration with %s."
5287
  msgstr ""
5288
 
5289
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:50
5290
  msgid "Paste the PHP code into your theme's file:"
5291
  msgstr ""
5292
 
5293
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrash.phtml:16
5294
  msgid "Trash is empty."
5295
  msgstr ""
5296
 
5297
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrashBox.phtml:38
5298
  #: SmartSlider3/Application/Admin/Sliders/ViewSlidersImport.php:122
5299
  msgid "Restore"
5300
  msgstr ""
5301
 
5302
- #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.phtml:38
5303
  msgid "Toggle orientation"
5304
  msgstr ""
5305
 
5306
- #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.phtml:49
5307
  msgid "Reload preview"
5308
  msgstr ""
5309
 
5310
- #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.phtml:56
5311
  msgid "Open preview in full"
5312
  msgstr ""
5313
 
5314
- #: SmartSlider3/Application/Admin/Preview/Template/Index.phtml:28
5315
  msgid "State"
5316
  msgstr ""
5317
 
5318
- #: SmartSlider3/Application/Admin/Preview/Template/Index.phtml:30
5319
  msgid "Reason"
5320
  msgstr ""
5321
 
@@ -5413,70 +5298,66 @@ msgid ""
5413
  "changed by clicking away."
5414
  msgstr ""
5415
 
5416
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:59
5417
- msgid "Show Joomla admin footer"
5418
- msgstr ""
5419
-
5420
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:67
5421
  msgid "Load jQuery on frontend"
5422
  msgstr ""
5423
 
5424
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:69
5425
  msgid "Load GSAP on frontend"
5426
  msgstr ""
5427
 
5428
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:71
5429
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:91
5430
  msgid "Async"
5431
  msgstr ""
5432
 
5433
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:72
5434
  msgid "Combine"
5435
  msgstr ""
5436
 
5437
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:73
5438
  msgid "Script attributes"
5439
  msgstr ""
5440
 
5441
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:75
5442
  msgid "Slider's inline JavaScript"
5443
  msgstr ""
5444
 
5445
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:77
5446
  msgid "Head"
5447
  msgstr ""
5448
 
5449
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:78
5450
  msgid "Into the slider"
5451
  msgstr ""
5452
 
5453
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:87
5454
  msgid "CSS mode"
5455
  msgstr ""
5456
 
5457
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:89
5458
  msgid "Inline"
5459
  msgstr ""
5460
 
5461
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:90
5462
  msgid "Inline at head"
5463
  msgstr ""
5464
 
5465
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:96
5466
  msgid "Load Font Awesome 4"
5467
  msgstr ""
5468
 
5469
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:99
5470
  msgid "API requests"
5471
  msgstr ""
5472
 
5473
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:103
5474
  #, php-format
5475
  msgctxt "Curl"
5476
  msgid "Use %s"
5477
  msgstr ""
5478
 
5479
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:105
5480
  #, fuzzy, php-format
5481
  #| msgid "Clean HTML"
5482
  msgctxt "curl proxy"
@@ -5701,24 +5582,24 @@ msgstr ""
5701
  msgid "Slider duplicated."
5702
  msgstr "Slider dupliziert."
5703
 
5704
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:35
5705
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:43
5706
  msgid "Slider settings"
5707
  msgstr ""
5708
 
5709
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:47
5710
  msgid "Delete slider"
5711
  msgstr ""
5712
 
5713
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:75
5714
  msgid "Edit slide"
5715
  msgstr ""
5716
 
5717
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:86
5718
  msgid "Delete slide"
5719
  msgstr ""
5720
 
5721
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:88
5722
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:96
5723
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:48
5724
  #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:65
@@ -5729,7 +5610,7 @@ msgstr ""
5729
  #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:41
5730
  #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:120
5731
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:66
5732
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:66
5733
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:53
5734
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:48
5735
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:58
@@ -5737,7 +5618,7 @@ msgstr ""
5737
  msgid "Ordering"
5738
  msgstr "Anordnend"
5739
 
5740
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:43
5741
  msgid "Video url"
5742
  msgstr ""
5743
 
@@ -5798,16 +5679,16 @@ msgstr ""
5798
  msgid "The imported file is not readable!"
5799
  msgstr "Der Import ist nicht lesbar!"
5800
 
5801
- #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.phtml:24
5802
- #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.phtml:26
5803
  msgid "Go to dashboard"
5804
  msgstr ""
5805
 
5806
- #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.phtml:12
5807
  msgid "Welcome to Smart Slider 3"
5808
  msgstr ""
5809
 
5810
- #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.phtml:23
5811
  msgid "Don't show again"
5812
  msgstr ""
5813
 
@@ -5945,10 +5826,14 @@ msgstr "Slide erstellt."
5945
  msgid "Failed to create slides."
5946
  msgstr ""
5947
 
5948
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:173
5949
  msgid "Static save"
5950
  msgstr "Statisch speichern"
5951
 
 
 
 
 
5952
  #: SmartSlider3/Application/Model/ModelGenerator.php:396
5953
  msgid "Generator settings"
5954
  msgstr "Generator Einstellungen"
@@ -5973,26 +5858,26 @@ msgstr "Gruppenergebnis"
5973
  msgid "Smart Slider 3 deactivated on this site!"
5974
  msgstr ""
5975
 
5976
- #: SmartSlider3/Application/Model/ModelSliders.php:237
5977
- #: SmartSlider3/Application/Model/ModelSliders.php:275
5978
- #: SmartSlider3/Application/Model/ModelSliders.php:290
5979
  msgid "New slider"
5980
  msgstr "neuer Slider"
5981
 
5982
- #: SmartSlider3/Application/Model/ModelSliders.php:318
5983
  msgid "Alias removed"
5984
  msgstr ""
5985
 
5986
- #: SmartSlider3/Application/Model/ModelSliders.php:321
5987
  msgid "Alias must contain one or more letters"
5988
  msgstr ""
5989
 
5990
- #: SmartSlider3/Application/Model/ModelSliders.php:324
5991
  #, php-format
5992
  msgid "Alias updated to: %s"
5993
  msgstr ""
5994
 
5995
- #: SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/Index.phtml:14
5996
  #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:45
5997
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:136
5998
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:140
@@ -6048,25 +5933,33 @@ msgstr ""
6048
  msgid "Your theme uses an outdated MooTools library which is not compatible."
6049
  msgstr ""
6050
 
6051
- #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:27
6052
  msgid ""
6053
  "This plugin breaks JavaScript in the admin area, deactivate it and use "
6054
  "alternative plugin."
6055
  msgstr ""
6056
 
6057
- #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:43
6058
  msgid ""
6059
  "This plugin breaks Smart Slider 3 ajax calls if custom admin url enabled."
6060
  msgstr ""
6061
 
6062
- #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:57
6063
  msgid "This plugin adds a background image to every SVG and breaks SSL."
6064
  msgstr ""
6065
 
6066
- #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:68
6067
  msgid "This plugin has a JavaScript error which might break Smart Slider."
6068
  msgstr ""
6069
 
 
 
 
 
 
 
 
 
6070
  #: SmartSlider3/Form/Element/Columns.php:29
6071
  msgid "Add column"
6072
  msgstr ""
@@ -6114,6 +6007,35 @@ msgstr ""
6114
  msgid "%1$s generator missing the following source: %2$s"
6115
  msgstr ""
6116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6117
  #: SmartSlider3/Generator/Joomla/JoomlaContent/GeneratorGroupJoomlaContent.php:14
6118
  msgid "Joomla articles"
6119
  msgstr ""
@@ -6146,8 +6068,8 @@ msgstr ""
6146
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:38
6147
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:65
6148
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:38
6149
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:38
6150
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:63
6151
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:34
6152
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:30
6153
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:34
@@ -6196,8 +6118,8 @@ msgstr "Tags"
6196
  #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:58
6197
  #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:41
6198
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:41
6199
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:47
6200
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:65
6201
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:46
6202
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:56
6203
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:56
@@ -6213,7 +6135,7 @@ msgstr "Hauptbeiträge"
6213
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:64
6214
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:58
6215
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:50
6216
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:48
6217
  msgid "User ID"
6218
  msgstr ""
6219
 
@@ -6226,7 +6148,7 @@ msgstr ""
6226
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:44
6227
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:51
6228
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:52
6229
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:49
6230
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:45
6231
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:39
6232
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:58
@@ -6250,7 +6172,7 @@ msgstr ""
6250
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:54
6251
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:51
6252
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:49
6253
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:54
6254
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:62
6255
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:76
6256
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:77
@@ -6263,7 +6185,7 @@ msgstr "Datumsformat"
6263
  #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:70
6264
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:54
6265
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:51
6266
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:54
6267
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:62
6268
  msgid "m-d-Y"
6269
  msgstr ""
@@ -6274,7 +6196,7 @@ msgstr ""
6274
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:55
6275
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:52
6276
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:50
6277
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:55
6278
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:63
6279
  msgid "Time format"
6280
  msgstr "Zeitformat"
@@ -6311,7 +6233,7 @@ msgstr ""
6311
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:70
6312
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:74
6313
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:57
6314
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:62
6315
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:46
6316
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:88
6317
  #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:77
@@ -6322,14 +6244,14 @@ msgstr ""
6322
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:74
6323
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:166
6324
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:169
6325
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:165
6326
  #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:177
6327
  #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:44
6328
  msgid "Title"
6329
  msgstr "Titel"
6330
 
6331
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:94
6332
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:64
6333
  msgid "User name"
6334
  msgstr ""
6335
 
@@ -6348,7 +6270,7 @@ msgstr ""
6348
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:59
6349
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:67
6350
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:68
6351
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:67
6352
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:49
6353
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:61
6354
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:89
@@ -6382,7 +6304,7 @@ msgstr "Treffer"
6382
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:58
6383
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:68
6384
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:63
6385
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:68
6386
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:56
6387
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:59
6388
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:72
@@ -6405,7 +6327,7 @@ msgstr "Erstellungszeit"
6405
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:80
6406
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:69
6407
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:64
6408
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:69
6409
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:57
6410
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:60
6411
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:73
@@ -6876,6 +6798,10 @@ msgid ""
6876
  "Write one ID per line."
6877
  msgstr ""
6878
 
 
 
 
 
6879
  #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:73
6880
  #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:75
6881
  #: SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php:144
@@ -6903,6 +6829,10 @@ msgstr ""
6903
  msgid "OR"
6904
  msgstr ""
6905
 
 
 
 
 
6906
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:78
6907
  msgctxt "Button layer default text"
6908
  msgid "MORE"
@@ -6953,8 +6883,8 @@ msgstr ""
6953
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:126
6954
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:145
6955
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:147
6956
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:285
6957
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:287
6958
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:147
6959
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:149
6960
  msgid "Rel"
@@ -6969,7 +6899,7 @@ msgstr ""
6969
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:231
6970
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:127
6971
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:148
6972
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:288
6973
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:150
6974
  #, php-format
6975
  msgid ""
@@ -6978,6 +6908,16 @@ msgid ""
6978
  "separated with space. E.g. nofollow noopener noreferrer"
6979
  msgstr ""
6980
 
 
 
 
 
 
 
 
 
 
 
6981
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:197
6982
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:121
6983
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:164
@@ -6999,7 +6939,7 @@ msgid "Heading layer"
6999
  msgstr "Layer für Überschrift"
7000
 
7001
  #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:193
7002
- #: SmartSlider3Pro/SplitText/Block/SplitTextManager/Index.phtml:14
7003
  msgid "Text animation"
7004
  msgstr ""
7005
 
@@ -7030,7 +6970,7 @@ msgstr ""
7030
  #: SmartSlider3/Renderable/Item/Image/ItemImage.php:164
7031
  #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:39
7032
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:243
7033
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:224
7034
  msgid "Alt tag"
7035
  msgstr ""
7036
 
@@ -7057,7 +6997,7 @@ msgstr ""
7057
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:48
7058
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:61
7059
  #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:64
7060
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:71
7061
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:53
7062
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:41
7063
  msgctxt "Layer group"
@@ -7229,7 +7169,7 @@ msgstr ""
7229
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:228
7230
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:136
7231
  #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:71
7232
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:291
7233
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:137
7234
  #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:204
7235
  msgid "Display"
@@ -7388,7 +7328,7 @@ msgstr ""
7388
  #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:161
7389
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:174
7390
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:394
7391
- #: SmartSlider3Pro/PostBackgroundAnimation/Block/PostBackgroundAnimationManager/Index.phtml:15
7392
  msgid "Ken Burns effect"
7393
  msgstr "Ken Burns Effekt"
7394
 
@@ -8421,6 +8361,13 @@ msgstr ""
8421
  msgid "Space around"
8422
  msgstr "Hintergrund"
8423
 
 
 
 
 
 
 
 
8424
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:133
8425
  msgid ""
8426
  "The height (horizontal orientation) or width (vertical orientation) of the "
@@ -8482,6 +8429,30 @@ msgid ""
8482
  "thumbnail container in px or %."
8483
  msgstr ""
8484
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8485
  #: SmartSlider3Pro/Application/Admin/Slider/License/ControllerAjaxLicense.php:26
8486
  msgid "License key cannot be empty!"
8487
  msgstr "Der Lizenzschlüssel darf nicht leer sein!"
@@ -8542,7 +8513,7 @@ msgstr ""
8542
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:48
8543
  #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:187
8544
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:236
8545
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:181
8546
  #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:54
8547
  msgid "Type"
8548
  msgstr "tippen"
@@ -8801,6 +8772,7 @@ msgid ""
8801
  msgstr ""
8802
 
8803
  #: SmartSlider3Pro/Generator/Common/Facebook/ConfigurationFacebook.php:131
 
8804
  msgid "pages read engagement"
8805
  msgstr ""
8806
 
@@ -8817,6 +8789,7 @@ msgid ""
8817
  msgstr ""
8818
 
8819
  #: SmartSlider3Pro/Generator/Common/Facebook/ConfigurationFacebook.php:135
 
8820
  msgid "user photos"
8821
  msgstr ""
8822
 
@@ -9148,7 +9121,7 @@ msgstr ""
9148
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/GeneratorGroupJreviews.php:23
9149
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:26
9150
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:21
9151
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:29
9152
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/GeneratorGroupMijoshop.php:21
9153
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:25
9154
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/GeneratorGroupPhocagallery.php:21
@@ -9172,7 +9145,7 @@ msgstr ""
9172
  #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/GeneratorGroupDjclassifieds.php:31
9173
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:21
9174
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:29
9175
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:29
9176
  #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:127
9177
  msgid "Items"
9178
  msgstr "Begriffe"
@@ -9232,7 +9205,7 @@ msgstr ""
9232
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:60
9233
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:45
9234
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:50
9235
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:50
9236
  msgid "Menu item (item ID)"
9237
  msgstr ""
9238
 
@@ -9633,13 +9606,13 @@ msgid "Brand"
9633
  msgstr ""
9634
 
9635
  #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:39
9636
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:41
9637
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:33
9638
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:48
9639
  #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:45
9640
  #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:33
9641
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:34
9642
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:248
9643
  msgid "Tag"
9644
  msgstr "Tag"
9645
 
@@ -9674,6 +9647,10 @@ msgid ""
9674
  "to appear in the generator. One product ID per line."
9675
  msgstr ""
9676
 
 
 
 
 
9677
  #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:109
9678
  msgid "Available by date"
9679
  msgstr ""
@@ -9737,10 +9714,22 @@ msgstr ""
9737
  msgid "Approved"
9738
  msgstr ""
9739
 
 
 
 
 
9740
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:61
9741
  msgid "Show hidden"
9742
  msgstr "Zeige versteckte"
9743
 
 
 
 
 
 
 
 
 
9744
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:139
9745
  msgid "View group"
9746
  msgstr ""
@@ -9749,7 +9738,7 @@ msgstr ""
9749
  msgid "Ask down all product images"
9750
  msgstr ""
9751
 
9752
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:232
9753
  msgid "View item"
9754
  msgstr ""
9755
 
@@ -10333,10 +10322,20 @@ msgstr ""
10333
  msgid "Class on the selected tag element."
10334
  msgstr ""
10335
 
 
 
 
 
 
10336
  #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:207
10337
  msgid "Write custom CSS codes here without selectors."
10338
  msgstr ""
10339
 
 
 
 
 
 
10340
  #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:115
10341
  msgid "MP3 audio"
10342
  msgstr ""
@@ -10388,6 +10387,24 @@ msgstr ""
10388
  msgid "Positions the text inside the overlay."
10389
  msgstr ""
10390
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10391
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:126
10392
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:110
10393
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:127
@@ -10542,6 +10559,11 @@ msgstr ""
10542
  msgid "Loop delay"
10543
  msgstr ""
10544
 
 
 
 
 
 
10545
  #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:62
10546
  msgid ""
10547
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
@@ -10675,6 +10697,14 @@ msgctxt "List layer type"
10675
  msgid "Upper-roman"
10676
  msgstr ""
10677
 
 
 
 
 
 
 
 
 
10678
  #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:32
10679
  msgid "iframe"
10680
  msgstr ""
@@ -10704,11 +10734,33 @@ msgstr ""
10704
  msgid "iframe title"
10705
  msgstr "iFrame URL"
10706
 
10707
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:337
 
 
 
 
 
 
 
 
 
 
 
 
 
10708
  msgid ""
10709
  "Positions the text inside the layer. Only works with left and right layout."
10710
  msgstr ""
10711
 
 
 
 
 
 
 
 
 
 
10712
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:79
10713
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:212
10714
  msgid "Container"
@@ -10757,10 +10809,21 @@ msgstr "Slide-Handlung absenden"
10757
  msgid "JavaScript"
10758
  msgstr ""
10759
 
 
 
 
 
 
 
10760
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:152
10761
  msgid "Over"
10762
  msgstr ""
10763
 
 
 
 
 
 
10764
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:120
10765
  msgid "Front image"
10766
  msgstr ""
@@ -10793,6 +10856,11 @@ msgstr ""
10793
  msgid "Preload"
10794
  msgstr "Vorspann"
10795
 
 
 
 
 
 
10796
  #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:52
10797
  msgid ""
10798
  "Please note, that <b>we do not support</b> the Joomla module layer!<br>The "
@@ -11116,7 +11184,7 @@ msgid ""
11116
  "to allow clicking on buttons on the visible slides."
11117
  msgstr ""
11118
 
11119
- #: SmartSlider3Pro/SplitText/Block/SplitTextManager/Sidebar.phtml:16
11120
  msgid "Save as new animation"
11121
  msgstr "Als neue Animation speichern"
11122
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Smart Slider 3 translation\n"
4
+ "POT-Creation-Date: 2020-10-16 11:23+0200\n"
5
+ "PO-Revision-Date: 2020-10-16 11:28+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de\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 2.4.1\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: Framework/Asset/Builder/cache\n"
19
 
20
+ #: Framework/Api.php:117 Framework/Misc/HttpClient.php:81
21
+ msgid "Debug error"
 
 
 
 
 
 
 
 
22
  msgstr ""
23
 
24
+ #: Framework/Api.php:136 Framework/Misc/HttpClient.php:106
25
+ msgid "CURL disabled in your php.ini configuration. Please enable it!"
 
 
26
  msgstr ""
27
 
28
+ #: Framework/Api.php:144 Framework/Misc/HttpClient.php:112
29
+ msgid "Unable to contact with the licensing server, please try again later!"
30
  msgstr ""
31
 
32
+ #: Framework/Asset/Js/Js.php:70
33
+ msgid "jquery.framework"
 
 
34
  msgstr ""
35
 
36
+ #: Framework/Asset/Predefined.php:28
37
+ msgctxt "Default Google font family for admin"
38
+ msgid "Montserrat"
39
  msgstr ""
40
 
41
+ #: Framework/Asset/Predefined.php:29
42
+ msgctxt "Default Google font charset for admin"
43
+ msgid "latin"
 
 
44
  msgstr ""
45
 
46
+ #: Framework/Browse/ControllerAjaxBrowse.php:84
47
+ msgid "You are not allowed to upload!"
48
  msgstr ""
49
 
50
+ #: Framework/Browse/ControllerAjaxBrowse.php:97
51
+ msgid "Folder is missing!"
52
  msgstr ""
53
 
54
+ #: Framework/Content/Joomla/JoomlaContent.php:131
55
+ msgid "Menu item"
56
  msgstr ""
57
 
58
+ #: Framework/Controller/AbstractController.php:146
59
+ #: Framework/Controller/AjaxController.php:41
60
+ msgid "You are not authorised to view this resource."
61
  msgstr ""
62
 
63
+ #: Framework/Controller/AbstractController.php:161
64
+ #: Framework/Controller/AjaxController.php:50
65
+ #, php-format
66
+ msgid "Missing parameter: %s"
 
 
 
 
 
 
 
67
  msgstr ""
68
 
69
+ #: Framework/Controller/AbstractController.php:176
70
+ #: Framework/Controller/AjaxController.php:57
71
+ msgid "Database error"
 
72
  msgstr ""
73
 
74
+ #: Framework/Controller/AbstractController.php:191
75
+ msgid "Security token mismatch"
76
  msgstr ""
77
 
78
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:34
79
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:96
80
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:176
81
+ #: Framework/Image/ControllerAjaxImage.php:34
82
+ #: Framework/Image/ControllerAjaxImage.php:73
83
+ #: Framework/Image/ControllerAjaxImage.php:109
84
+ #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:33
85
+ #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:99
86
+ msgid "Unexpected error"
87
  msgstr ""
88
 
89
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:57
90
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:77
91
+ msgid "Set is not editable"
92
  msgstr ""
93
 
94
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:116
95
+ msgid "Visual do not exists"
96
  msgstr ""
97
 
98
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:136
99
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:156
100
+ #: Framework/Image/ControllerAjaxImage.php:91
101
+ #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:53
102
+ #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:76
103
+ msgid "Not editable"
104
  msgstr ""
105
 
106
+ #: Framework/Controller/AjaxController.php:32
107
+ msgid "Security token mismatch. Please refresh the page!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  msgstr ""
109
 
110
+ #: Framework/Database/WordPress/WordPressConnector.php:105
111
+ msgid "Unexpected database error."
 
112
  msgstr ""
113
 
114
+ #: Framework/Database/WordPress/WordPressConnector.php:107
115
+ msgid "Try to repair database"
116
  msgstr ""
117
 
118
+ #: Framework/Database/WordPress/WordPressConnector.php:109
119
+ #, php-format
120
+ msgid ""
121
+ "If you see this message after the repair database process, please "
122
+ "%1$scontact us%2$s with the log:"
123
  msgstr ""
124
 
125
+ #: Framework/Font/Block/FontManager/Index.php:14
126
+ msgid "Font manager"
127
  msgstr ""
128
 
129
+ #: Framework/Font/FontRenderer.php:103 Framework/Font/FontRenderer.php:105
130
+ #: Framework/Font/FontRenderer.php:117 Framework/Font/FontRenderer.php:119
131
+ #: Framework/Font/FontRenderer.php:133 Framework/Font/FontRenderer.php:152
132
+ #: Framework/Font/FontRenderer.php:187 Framework/Font/FontRenderer.php:205
133
+ #: Framework/Font/FontRenderer.php:221 Framework/Font/FontRenderer.php:237
134
+ #: Framework/Font/FontRenderer.php:255 Framework/Style/StyleRenderer.php:80
135
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:28
136
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:148
137
+ #: SmartSlider3/Renderable/Item/Text/Assets/text.js:20
138
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:53
139
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:134
140
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:248
141
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:149
142
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:142
143
+ #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:64
144
+ #: SmartSlider3Pro/Widget/Arrow/ArrowText/ArrowText.php:51
145
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:58
146
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:58
147
+ msgid "Text"
148
+ msgstr "Text"
149
 
150
+ #: Framework/Font/FontRenderer.php:131 Framework/Font/FontRenderer.php:134
151
+ #: Framework/Font/FontRenderer.php:153 Framework/Font/FontRenderer.php:189
152
+ #: Framework/Font/FontRenderer.php:206 Framework/Font/FontRenderer.php:239
153
+ #: Framework/Font/FontRenderer.php:257 Framework/Style/StyleRenderer.php:109
154
+ #: Framework/Style/StyleRenderer.php:125 Framework/Style/StyleRenderer.php:144
155
+ #: Framework/Style/StyleRenderer.php:196
156
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:74
157
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:108
158
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:42
159
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:63
160
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderParticle.php:139
161
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:171
162
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:187
163
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:206
164
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:258
165
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:45
166
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:44
167
+ msgid "Hover"
168
+ msgstr "Hover"
169
 
170
+ #: Framework/Font/FontRenderer.php:139 Framework/Style/StyleRenderer.php:141
171
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:27
172
+ #: SmartSlider3/Renderable/Item/Heading/Assets/heading.js:20
173
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:53
174
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:148
175
+ #: SmartSlider3/Storage.php:65
176
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:302
177
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:306
178
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:100
179
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:249
180
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:264
181
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:203
182
+ msgid "Heading"
183
+ msgstr "Heading"
184
 
185
+ #: Framework/Font/FontRenderer.php:150 Framework/Font/FontRenderer.php:188
186
+ #: Framework/Font/FontRenderer.php:238
187
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:58
188
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:60
189
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:85
190
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:87
191
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:75
192
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:77
193
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:112
194
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:54
195
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:157
196
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:158
197
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:170
198
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:171
199
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:134
200
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:135
201
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:181
202
+ #: SmartSlider3/Storage.php:877
203
+ #: SmartSlider3Pro/Form/Element/ParticleSkin.php:18
204
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:169
205
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:170
206
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:188
207
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:189
208
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:180
209
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:181
210
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:218
211
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:219
212
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:114
213
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:115
214
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:136
215
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:137
216
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:280
217
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:281
218
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:138
219
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:139
220
+ msgid "Link"
221
+ msgstr "Link"
222
 
223
+ #: Framework/Font/FontRenderer.php:158 Framework/Font/FontRenderer.php:262
224
+ #: Framework/Style/StyleRenderer.php:122 Framework/Style/StyleRenderer.php:201
225
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:30
226
+ #: SmartSlider3/Renderable/Item/Button/Assets/button.js:20
227
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:50
228
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:141
229
+ #: SmartSlider3/Storage.php:290 SmartSlider3/Widget/Group/Autoplay.php:49
230
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:91
231
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:95
232
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:157
233
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:216
234
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:220
235
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:184
236
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:263
237
+ msgid "Button"
238
+ msgstr "Button"
239
 
240
+ #: Framework/Font/FontRenderer.php:169
241
+ msgid "Accordion slide title"
242
  msgstr ""
243
 
244
+ #: Framework/Font/FontRenderer.php:171
245
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:72
246
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:73
247
+ #: Framework/Form/Element/Select/FontWeight.php:13
248
+ #: Framework/Form/Element/Select/FontWeight.php:18
249
+ #: Framework/Style/StyleRenderer.php:94 Framework/Style/StyleRenderer.php:108
250
+ #: Framework/Style/StyleRenderer.php:124 Framework/Style/StyleRenderer.php:143
251
+ #: Framework/Style/StyleRenderer.php:162 Framework/Style/StyleRenderer.php:178
252
+ #: Framework/Style/StyleRenderer.php:194
253
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:148
254
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:62
255
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:149
256
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:61
257
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:72
258
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:173
259
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:184
260
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:153
261
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:186
262
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:197
263
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:377
264
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:411
265
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:427
266
+ #: SmartSlider3Pro/SplitText/ModelSplitText.php:62
267
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:156
268
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:170
269
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:186
270
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:205
271
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:224
272
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:240
273
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:256
274
+ msgid "Normal"
275
+ msgstr "Normal"
276
+
277
+ #: Framework/Font/FontRenderer.php:172 Framework/Font/FontRenderer.php:222
278
+ #: Framework/Style/StyleRenderer.php:163 Framework/Style/StyleRenderer.php:179
279
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:353
280
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:396
281
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:441
282
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:477
283
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:513
284
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:554
285
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:596
286
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:638
287
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:225
288
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:241
289
+ msgid "Active"
290
+ msgstr "Aktiv"
291
+
292
+ #: Framework/Font/FontRenderer.php:177
293
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:57
294
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:92
295
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:31
296
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:79
297
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/Assets/Admin/arrow.js:11
298
+ msgid "Slide title"
299
  msgstr ""
300
 
301
+ #: Framework/Font/FontRenderer.php:185
302
+ msgid "Paragraph"
303
  msgstr ""
304
 
305
+ #: Framework/Font/FontRenderer.php:219 Framework/Style/StyleRenderer.php:176
306
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:49
307
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:238
308
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:51
309
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:51
310
+ msgid "Dot"
311
+ msgstr ""
 
 
312
 
313
+ #: Framework/Font/FontRenderer.php:235 SmartSlider3/Storage.php:529
314
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/Assets/list.js:20
315
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:56
316
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:76
317
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:80
318
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:160
319
+ msgid "List"
320
+ msgstr "Liste"
321
+
322
+ #: Framework/Font/FontRenderer.php:253 Framework/Font/FontRenderer.php:256
323
+ #: Framework/Style/StyleRenderer.php:192 Framework/Style/StyleRenderer.php:195
324
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:234
325
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:254
326
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:257
327
+ msgid "Highlight"
328
  msgstr ""
329
 
330
+ #: Framework/Font/FontSettings.php:30
331
+ msgctxt "Default font"
332
+ msgid "Roboto,Arial"
333
+ msgstr ""
334
 
335
+ #: Framework/Font/ModelFont.php:28
336
+ msgid "Font settings"
337
+ msgstr ""
 
 
 
 
 
 
338
 
339
+ #: Framework/Font/ModelFont.php:32 Framework/Style/ModelStyle.php:29
340
+ msgid "Clear tab"
 
 
341
  msgstr ""
342
 
343
+ #: Framework/Font/ModelFont.php:37
344
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:48
345
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:50
346
+ msgid "Family"
347
+ msgstr ""
 
 
348
 
349
+ #: Framework/Font/ModelFont.php:40
350
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:170
351
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:54
352
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:197
353
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:304
354
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:438
355
+ #: SmartSlider3/Form/Element/BackgroundImage.php:31
356
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:222
357
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:71
358
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:105
359
+ #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:53
360
+ #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:83
361
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderParticle.php:119
362
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:105
363
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:164
364
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:112
365
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:158
366
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:137
367
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:245
368
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:94
369
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:242
370
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:138
371
+ #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:40
372
+ #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:54
373
+ #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:43
374
+ #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:57
375
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:59
376
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:74
377
+ #: SmartSlider3Pro/Widget/FullScreen/FullScreenImage/FullScreenImage.php:53
378
+ #: SmartSlider3Pro/Widget/FullScreen/FullScreenImage/FullScreenImage.php:76
379
+ msgid "Color"
380
+ msgstr "Farbe"
381
 
382
+ #: Framework/Font/ModelFont.php:44
383
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:413
384
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:416
385
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:418
386
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:52
387
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:192
388
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:84
389
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:216
390
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:166
391
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:58
392
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:59
393
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:182
394
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:150
395
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:88
396
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:217
397
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:129
398
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:132
399
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:149
400
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:202
401
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:204
402
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:174
403
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:143
404
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:101
405
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:234
406
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:191
407
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:92
408
+ #: SmartSlider3Pro/Widget/Indicator/IndicatorPie/IndicatorPie.php:31
409
+ msgid "Size"
410
+ msgstr "Größe"
411
+
412
+ #: Framework/Font/ModelFont.php:46
413
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:63
414
+ msgid "Font weight"
415
  msgstr ""
416
 
417
+ #: Framework/Font/ModelFont.php:47
418
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:79
419
+ msgid "Decoration"
420
  msgstr ""
421
 
422
+ #: Framework/Font/ModelFont.php:48
423
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:65
424
+ msgid "Line height"
425
  msgstr ""
426
 
427
+ #: Framework/Font/ModelFont.php:59
428
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:77
429
+ #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:68
430
+ msgid "Text align"
 
431
  msgstr ""
432
 
433
+ #: Framework/Font/ModelFont.php:63
434
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:91
435
+ msgid "Letter spacing"
436
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
437
 
438
+ #: Framework/Font/ModelFont.php:74
439
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:103
440
+ msgid "Word spacing"
441
+ msgstr ""
 
442
 
443
+ #: Framework/Font/ModelFont.php:84
444
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:114
445
+ msgid "Transform"
446
+ msgstr ""
 
447
 
448
+ #: Framework/Font/ModelFont.php:86 Framework/Form/Element/Mixed/Border.php:39
449
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:163
450
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:116
451
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:190
452
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:91
453
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:46
454
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:105
455
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:187
456
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:85
457
+ #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:105
458
+ #: SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php:167
459
+ #: SmartSlider3/Platform/WordPress/Widget/WidgetSmartSlider3.php:126
460
+ #: SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php:44
461
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:131
462
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:150
463
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:208
464
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:102
465
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:101
466
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:92
467
+ #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:35
468
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:62
469
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:84
470
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:51
471
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:46
472
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:75
473
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:64
474
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:57
475
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:62
476
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:70
477
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:80
478
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:45
479
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:76
480
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:78
481
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:54
482
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:55
483
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:38
484
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:52
485
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:118
486
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:86
487
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:69
488
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:51
489
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:78
490
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:69
491
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:56
492
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:56
493
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingLabels.php:28
494
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:63
495
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:62
496
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:63
497
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:51
498
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:45
499
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:56
500
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:84
501
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:66
502
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:56
503
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:38
504
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:36
505
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:151
506
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:137
507
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:223
508
+ #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:39
509
+ msgid "None"
510
+ msgstr "Keine"
511
 
512
+ #: Framework/Font/ModelFont.php:87
513
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:117
514
+ msgid "Capitalize"
515
  msgstr ""
516
 
517
+ #: Framework/Font/ModelFont.php:88
518
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:118
519
+ msgid "Uppercase"
520
  msgstr ""
521
 
522
+ #: Framework/Font/ModelFont.php:89
523
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:119
524
+ msgid "Lowercase"
 
525
  msgstr ""
526
 
527
+ #: Framework/Font/ModelFont.php:93
528
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:123
529
+ msgid "Text shadow"
530
+ msgstr ""
 
 
 
 
 
 
 
531
 
532
+ #: Framework/Font/ModelFont.php:100 Framework/Image/ModelImage.php:35
533
+ #: Framework/Image/ModelImage.php:58 Framework/Style/ModelStyle.php:94
534
  #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:83
535
  #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:61
536
  #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:111
 
 
537
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:77
538
  #: SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php:38
539
  #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:115
540
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:218
541
  #: SmartSlider3/BackgroundAnimation/ModelBackgroundAnimation.php:41
542
  #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:78
543
  #: SmartSlider3Pro/PostBackgroundAnimation/ModelPostBackgroundAnimation.php:45
545
  msgid "Preview"
546
  msgstr "Vorschau"
547
 
548
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:55
549
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:56
550
+ msgid "Frontend"
551
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
552
 
553
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:57
554
+ msgid "You can load Google Fonts on the frontend."
555
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
556
 
557
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:59
558
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:60
559
+ msgid "Backend"
560
  msgstr ""
561
 
562
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:61
563
+ msgid "You can load Google Fonts in the backend."
564
  msgstr ""
565
 
566
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:64
567
+ #: Framework/Form/Element/Style.php:50
568
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:161
569
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:188
570
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabStyle.php:20
571
+ #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:57
572
+ #: SmartSlider3/Widget/Group/Bullet.php:95
573
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:149
574
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:306
575
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:160
576
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:163
577
+ #: SmartSlider3Pro/Widget/Indicator/IndicatorPie/IndicatorPie.php:47
578
+ msgid "Style"
579
+ msgstr "Stil"
580
 
581
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:67
582
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:69
583
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:71
584
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:73
585
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:75
586
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:77
587
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:79
588
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:81
589
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:83
590
+ msgctxt "Font style"
591
+ msgid "Italic"
592
  msgstr ""
593
 
594
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:86
595
+ msgid "Character set"
596
  msgstr ""
597
 
598
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:88
599
+ msgctxt "Character set"
600
+ msgid "Latin"
601
+ msgstr ""
 
 
 
 
 
602
 
603
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:89
604
+ msgctxt "Character set"
605
+ msgid "Latin Extended"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
606
  msgstr ""
607
 
608
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:90
609
+ msgctxt "Character set"
610
+ msgid "Greek"
611
  msgstr ""
612
 
613
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:91
614
+ msgctxt "Character set"
615
+ msgid "Greek Extended"
616
  msgstr ""
617
 
618
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:92
619
+ msgctxt "Character set"
620
+ msgid "Cyrillic"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
621
  msgstr ""
622
 
623
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:93
624
+ msgctxt "Character set"
625
+ msgid "Devanagari"
626
  msgstr ""
627
 
628
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:94
629
+ msgctxt "Character set"
630
+ msgid "Arabic"
631
  msgstr ""
632
 
633
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:95
634
+ msgctxt "Character set"
635
+ msgid "Khmer"
636
  msgstr ""
637
 
638
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:96
639
+ msgctxt "Character set"
640
+ msgid "Telugu"
641
  msgstr ""
642
 
643
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:97
644
+ msgctxt "Character set"
645
+ msgid "Vietnamese"
646
  msgstr ""
647
 
648
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:102
649
+ msgctxt "Default font sets"
650
+ msgid "latin"
651
  msgstr ""
652
 
653
+ #: Framework/Form/Element/AbstractChooserText.php:71
654
+ #: Framework/Form/Element/Select/SelectFile.php:36
655
+ #: Framework/Form/Element/Select/Skin.php:27
656
+ #: Framework/Form/Element/Text/Folder.php:37
657
+ #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.php:43
658
+ #: SmartSlider3/Application/Admin/Generator/Template/CreateStep3Sources.php:23
659
+ msgid "Choose"
660
+ msgstr "Wählen"
661
 
662
+ #: Framework/Form/Element/Breakpoint.php:39
663
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
664
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:75
665
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:194
666
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:52
667
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:80
668
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:80
669
+ msgid "Orientation"
670
+ msgstr "Orientierung"
671
 
672
+ #: Framework/Form/Element/Breakpoint.php:41
673
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
674
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:230
675
+ msgid "Portrait"
676
+ msgstr "Portrait"
677
 
678
+ #: Framework/Form/Element/Breakpoint.php:42
679
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
680
+ msgid "Landscape"
681
+ msgstr "Landscape"
682
 
683
+ #: Framework/Form/Element/Breakpoint.php:51
684
+ #: Framework/Form/Element/Breakpoint.php:86 Framework/Image/ModelImage.php:40
685
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:86
686
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:228
687
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:20
688
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:161
689
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:162
690
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:181
691
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:112
692
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:97
693
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:229
694
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:302
695
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:523
696
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:156
697
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:167
698
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:157
699
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:161
700
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:97
701
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:150
702
+ msgid "Mobile"
703
+ msgstr "Mobil"
704
 
705
+ #: Framework/Form/Element/Breakpoint.php:56
706
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:229
707
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:21
708
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:177
709
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:101
710
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:212
711
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:294
712
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:498
713
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:163
714
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:103
715
+ msgid "Large mobile"
716
  msgstr ""
717
 
718
+ #: Framework/Form/Element/Breakpoint.php:61
719
+ #: Framework/Form/Element/Breakpoint.php:91 Framework/Image/ModelImage.php:38
720
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:85
721
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:226
722
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:18
723
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:163
724
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:172
725
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:106
726
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:194
727
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:287
728
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:473
729
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:155
730
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:159
731
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:145
732
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:149
733
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:112
734
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:126
735
+ msgid "Tablet"
736
+ msgstr "Tablet"
737
 
738
+ #: Framework/Form/Element/Breakpoint.php:66
739
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:227
740
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:19
741
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:168
742
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:110
743
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:178
744
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:279
745
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:448
746
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:155
747
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:118
748
+ msgid "Large tablet"
749
  msgstr ""
750
 
751
+ #: Framework/Form/Element/Breakpoint.php:71
752
+ #: Framework/Form/Element/Breakpoint.php:96 Framework/Image/ModelImage.php:31
753
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:84
754
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:224
755
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:16
756
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:163
757
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:115
758
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:159
759
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:151
760
+ #: SmartSlider3/Application/Admin/Preview/Template/Index.php:29
761
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:127
762
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:102
763
+ msgid "Desktop"
764
+ msgstr "Desktop"
765
 
766
+ #: Framework/Form/Element/Breakpoint.php:76
767
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:225
768
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:17
769
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:159
770
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:119
771
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:143
772
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:272
773
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:422
774
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:147
775
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:133
776
+ msgid "Large desktop"
777
  msgstr ""
778
 
779
+ #: Framework/Form/Element/Button/ButtonMoreLess.php:13
780
+ #: Framework/Form/Element/Button/ButtonMoreLess.php:19
781
+ msgid "More"
782
  msgstr ""
783
 
784
+ #: Framework/Form/Element/Button/ButtonMoreLess.php:20
785
+ msgid "Less"
786
  msgstr ""
787
 
788
+ #: Framework/Form/Element/Button/ButtonRecordViewer.php:13
789
+ msgid "View records"
790
+ msgstr "Aufzeichnungen ansehen"
791
 
792
+ #: Framework/Form/Element/Font.php:40
793
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:169
794
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:176
795
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:191
796
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:194
797
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:146
798
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:149
799
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:302
800
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:175
801
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:179
802
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:161
803
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:85
804
+ msgid "Font"
805
+ msgstr "Schriftart"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
806
 
807
+ #: Framework/Form/Element/Message/Warning.php:14
808
+ msgid "Warning"
809
  msgstr ""
810
 
811
+ #: Framework/Form/Element/Mixed/Border.php:40
812
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:166
813
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:193
814
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:154
815
+ msgid "Dotted"
816
  msgstr ""
817
 
818
+ #: Framework/Form/Element/Mixed/Border.php:41
819
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:165
820
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:192
821
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:153
822
+ msgid "Dashed"
823
  msgstr ""
824
 
825
+ #: Framework/Form/Element/Mixed/Border.php:42
826
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:164
827
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:191
828
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:152
829
+ msgid "Solid"
830
  msgstr ""
831
 
832
+ #: Framework/Form/Element/Mixed/Border.php:43
833
+ msgid "Double"
 
 
834
  msgstr ""
835
 
836
+ #: Framework/Form/Element/Mixed/Border.php:44
837
+ msgid "Groove"
 
838
  msgstr ""
839
 
840
+ #: Framework/Form/Element/Mixed/Border.php:45
841
+ msgid "Ridge"
 
 
 
 
 
 
 
 
842
  msgstr ""
843
 
844
+ #: Framework/Form/Element/Mixed/Border.php:46
845
+ msgid "Inset"
 
 
 
 
 
 
846
  msgstr ""
847
 
848
+ #: Framework/Form/Element/Mixed/Border.php:47
849
+ msgid "Outset"
850
  msgstr ""
851
 
852
+ #: Framework/Form/Element/Mixed/GeneratorOrder.php:20
853
+ msgid "Field"
854
+ msgstr "Feld"
 
855
 
856
+ #: Framework/Form/Element/Mixed/GeneratorOrder.php:22
857
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:87
858
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:42
859
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:101
860
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:183
861
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:206
862
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:81
863
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:98
864
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:97
865
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:88
866
+ #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:31
867
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:58
868
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:80
869
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:47
870
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:42
871
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:71
872
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:60
873
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:53
874
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:66
875
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:76
876
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:41
877
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:72
878
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:74
879
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:50
880
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:51
881
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:34
882
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:48
883
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:114
884
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:82
885
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:65
886
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:47
887
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:74
888
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:65
889
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:52
890
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:52
891
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:59
892
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:58
893
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:59
894
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:47
895
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:41
896
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:52
897
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:80
898
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:62
899
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:52
900
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:68
901
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:91
902
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:34
903
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:76
904
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:32
905
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:41
906
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:82
907
+ msgid "Order"
908
+ msgstr "Reihenfolge"
909
 
910
+ #: Framework/Form/Element/Mixed/GeneratorOrder.php:24
911
+ msgid "Ascending"
912
+ msgstr "Aufsteigend"
 
913
 
914
+ #: Framework/Form/Element/Mixed/GeneratorOrder.php:25
915
+ msgid "Descending"
916
+ msgstr "Absteigend"
917
 
 
918
  #: Framework/Form/Element/OnOff.php:22
919
  #: Framework/Form/Element/Select/Gradient.php:15
920
+ #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:145
921
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:117
922
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:124
923
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAutoplay.php:96
931
  msgid "Off"
932
  msgstr "Aus"
933
 
 
934
  #: Framework/Form/Element/OnOff.php:22
935
+ #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:146
936
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:308
937
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:166
938
  msgid "On"
939
  msgstr "An"
940
 
941
+ #: Framework/Form/Element/Select.php:49
942
+ msgid ""
943
+ "Hold down the ctrl (Windows) or command (MAC) button to select multiple "
944
+ "options."
945
  msgstr ""
946
 
947
+ #: Framework/Form/Element/Select/FillMode.php:15
948
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:239
949
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:107
950
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:240
951
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:130
952
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:208
953
+ msgid "Fill"
954
+ msgstr "Fülle"
955
 
956
+ #: Framework/Form/Element/Select/FillMode.php:16
957
+ msgid "Blur fit"
958
  msgstr ""
959
 
960
+ #: Framework/Form/Element/Select/FillMode.php:17
961
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:240
962
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:108
963
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:241
964
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:131
965
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:209
966
+ msgid "Fit"
967
+ msgstr "Fit"
968
 
969
+ #: Framework/Form/Element/Select/FillMode.php:18
970
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:79
971
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:80
972
+ msgid "Stretch"
973
+ msgstr "Strecken"
974
 
975
+ #: Framework/Form/Element/Select/FillMode.php:19
976
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:81
977
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:102
978
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:150
979
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:241
980
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:109
981
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:242
982
+ #: SmartSlider3/Storage.php:710
983
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:103
984
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:71
985
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:71
986
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:235
987
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:337
988
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:307
989
+ #: SmartSlider3Pro/SplitText/ModelSplitText.php:67
990
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:76
991
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:76
992
+ msgid "Center"
993
+ msgstr "Mitte"
994
+
995
+ #: Framework/Form/Element/Select/FillMode.php:20
996
+ msgid "Tile"
997
  msgstr ""
998
 
999
+ #: Framework/Form/Element/Select/FillMode.php:26
1000
+ msgid "Slider's default"
1001
  msgstr ""
1002
 
1003
+ #: Framework/Form/Element/Select/Filter.php:17
1004
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentAccessLevels.php:28
1005
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentCategories.php:40
1006
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentTags.php:21
1007
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsAllTaxonomies.php:23
1008
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsCategories.php:40
1009
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsPostTypes.php:14
1010
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsTags.php:17
1011
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsTaxonomies.php:23
1012
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPhotosSearch.php:39
1013
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Elements/CobaltCategories.php:39
1014
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsCategories.php:36
1015
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsLocations.php:36
1016
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsTypes.php:15
1017
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogCategories.php:30
1018
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogTags.php:19
1019
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussCategories.php:30
1020
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussTags.php:19
1021
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Elements/EasysocialCategories.php:34
1022
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:47
1023
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:43
1024
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:49
1025
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:58
1026
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategories.php:35
1027
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopManufacturers.php:20
1028
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopTags.php:20
1029
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingCategories.php:29
1030
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingLocations.php:17
1031
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:60
1032
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentCategories.php:40
1033
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentTags.php:19
1034
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopBrands.php:32
1035
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopCategories.php:32
1036
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopTags.php:18
1037
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopWarehouses.php:18
1038
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Elements/IgnitegalleryCategories.php:33
1039
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionCategories.php:35
1040
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionLanguages.php:21
1041
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartCategories.php:33
1042
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartLanguages.php:22
1043
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCalendars.php:17
1044
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCategories.php:34
1045
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:72
1046
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketCategories.php:35
1047
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketLanguages.php:21
1048
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialCategories.php:31
1049
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialEvents.php:17
1050
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroupcategories.php:31
1051
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroups.php:17
1052
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialProfiles.php:17
1053
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialVideotype.php:17
1054
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:46
1055
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingCategories.php:42
1056
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingLabels.php:27
1057
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingManufacturers.php:27
1058
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsArticles.php:21
1059
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsCategories.php:36
1060
+ #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Categories.php:29
1061
+ #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Tags.php:18
1062
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopCategories.php:49
1063
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopManufacturers.php:18
1064
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryCategories.php:35
1065
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryTags.php:18
1066
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopCategories.php:37
1067
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopManufacturers.php:18
1068
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopSuppliers.php:18
1069
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproCategories.php:39
1070
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproGroups.php:17
1071
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproLocations.php:17
1072
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproTags.php:17
1073
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartCategories.php:34
1074
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartManufacturers.php:21
1075
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Elements/ZooCategories.php:24
1076
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Elements/ZooTags.php:17
1077
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Elements/AllInOneEventCalendarCategories.php:34
1078
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Elements/AllInOneEventCalendarTags.php:35
1079
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerCategories.php:34
1080
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerLocations.php:31
1081
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerTags.php:33
1082
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Elements/MultisitePostCategories.php:38
1083
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarCategories.php:34
1084
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarOrganizers.php:31
1085
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarTags.php:35
1086
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarVenues.php:31
1087
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Elements/WebdoradoPhotoGalleryGalleries.php:14
1088
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Elements/WebdoradoPhotoGalleryTags.php:14
1089
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Elements/WooCommerceTags.php:28
1090
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:63
1091
+ msgid "All"
1092
+ msgstr "Alle"
1093
 
1094
+ #: Framework/Form/Element/Select/Filter.php:19
1095
+ #, php-format
1096
+ msgid "Not %s"
1097
  msgstr ""
1098
 
1099
+ #: Framework/Form/Element/Select/FontWeight.php:14
1100
+ #: Framework/Form/Element/Select/FontWeight.php:21
1101
+ msgid "Bold"
1102
  msgstr ""
1103
 
1104
+ #: Framework/Form/Element/Select/FontWeight.php:16
1105
+ msgid "Extra light"
 
 
 
 
 
 
 
 
 
 
 
1106
  msgstr ""
1107
 
1108
+ #: Framework/Form/Element/Select/FontWeight.php:17
1109
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:77
1110
+ msgid "Light"
1111
+ msgstr "Hell"
1112
+
1113
+ #: Framework/Form/Element/Select/FontWeight.php:20
1114
+ msgid "Semi bold"
1115
+ msgstr ""
1116
+
1117
+ #: Framework/Form/Element/Select/FontWeight.php:22
1118
+ msgid "Extra bold"
1119
+ msgstr ""
1120
 
1121
+ #: Framework/Form/Element/Select/LinkTarget.php:13
1122
+ msgid "Self"
1123
+ msgstr ""
1124
+
1125
+ #: Framework/Form/Element/Select/LinkTarget.php:14
1126
+ msgid "New"
1127
+ msgstr ""
1128
+
1129
+ #: Framework/Form/Element/Select/LinkTarget.php:15
1130
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1150
1131
+ msgid "Parent"
1132
+ msgstr ""
1133
+
1134
+ #: Framework/Form/Element/Select/LinkTarget.php:16
1135
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:75
1136
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:78
1137
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:81
1138
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:84
 
 
1139
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:176
1140
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:468
1141
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:472
1148
  #: SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php:238
1149
  #: SmartSlider3/Form/Element/Group/WidgetPosition.php:106
1150
  #: SmartSlider3/Storage.php:979
1151
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:138
1152
  #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:73
1153
  #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:199
1154
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:217
1155
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:234
1156
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:299
1157
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:336
1158
  #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:105
1159
  msgid "Top"
1160
  msgstr "Oben"
1161
 
1162
+ #: Framework/Form/Element/Text/FieldImageResponsive.php:27
1163
+ msgid "Select images for devices"
1164
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1165
 
1166
+ #: Framework/Form/Element/Text/Url.php:33
1167
+ msgid "Select a page or a blog post from your WordPress site."
1168
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1169
 
1170
+ #: Framework/Form/Element/Text/Url.php:38
1171
+ msgid "Select article or menu item from your site."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
  msgstr ""
1173
 
1174
+ #: Framework/Form/Fieldset/LayerWindow/FieldsetDesign.php:16
1175
+ #: Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowStyleMode.php:18
1176
+ msgid "Reset to normal state"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1177
  msgstr ""
1178
 
1179
+ #: Framework/Form/Joomla/Element/Select/MenuItems.php:18
1180
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:119
1181
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:61
1182
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:150
1183
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:132
1184
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:507
1185
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:107
1186
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:49
1187
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:190
1188
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:237
1189
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:196
1190
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:58
1191
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:69
1192
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:170
1193
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:181
1194
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:183
1195
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:194
1196
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:373
1197
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:408
1198
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:424
1199
+ #: SmartSlider3/Storage.php:552 SmartSlider3/Storage.php:928
1200
+ #: SmartSlider3/Storage.php:1165 SmartSlider3/Storage.php:3954
1201
+ #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:39
1202
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategoryLanguage.php:20
1203
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCurrency.php:20
1204
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopManufacturerLanguage.php:20
1205
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopProductLanguage.php:20
1206
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:72
1207
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:95
1208
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:80
1209
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:86
1210
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:218
1211
+ msgid "Default"
1212
+ msgstr "Default"
1213
 
1214
+ #: Framework/Image/Admin/Assets/js/editor.js:142
1215
+ msgid "Generate"
 
 
 
 
 
 
 
 
 
1216
  msgstr ""
1217
 
1218
+ #: Framework/Image/Admin/Assets/js/editor.js:148
1219
+ msgid "Desktop image is empty!"
 
 
 
 
 
 
 
 
 
1220
  msgstr ""
1221
 
1222
+ #: Framework/Image/Admin/Assets/js/manager.js:44
1223
+ msgid "The image is empty"
 
 
 
 
 
 
 
 
 
1224
  msgstr ""
1225
 
1226
+ #: Framework/Image/Admin/Assets/js/manager.js:65
1227
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:86
1228
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:107
1229
+ msgid "Empty"
 
 
1230
  msgstr ""
1231
 
1232
+ #: Framework/Image/Block/ImageManager/Index.php:14
1233
+ msgid "Image manager"
1234
  msgstr ""
1235
 
1236
+ #: Framework/Image/Joomla/JoomlaImage.php:12
1237
+ msgid "behavior.modal"
1238
  msgstr ""
1239
 
1240
+ #: Framework/Image/ModelImage.php:37
1241
+ #, fuzzy
1242
+ #| msgid "Desktop"
1243
+ msgid "Desktop retina"
1244
+ msgstr "Desktop"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1245
 
1246
+ #: Framework/Image/ModelImage.php:39
1247
+ #, fuzzy
1248
+ #| msgid "Tablet text"
1249
+ msgid "Tablet retina"
1250
+ msgstr "Tablet-Text"
1251
 
1252
+ #: Framework/Image/ModelImage.php:41
1253
+ #, fuzzy
1254
+ #| msgid "Mobile text"
1255
+ msgid "Mobile retina"
1256
+ msgstr "Mobil-Text"
1257
 
1258
+ #: Framework/Image/ModelImage.php:55
1259
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:29
1260
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:19
1261
+ #: SmartSlider3/Form/Element/BackgroundImage.php:29
1262
+ #: SmartSlider3/Renderable/Item/Image/Assets/image.js:20
1263
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:43
1264
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:129
1265
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:189
1266
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:253
1267
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:262
1268
+ #: SmartSlider3/Widget/Group/Bullet.php:64
1269
+ #: SmartSlider3/Widget/Group/Thumbnail.php:63
1270
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:161
1271
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:110
1272
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:211
1273
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:216
1274
+ msgid "Image"
1275
+ msgstr "Bild"
1276
 
1277
+ #: Framework/Misc/HttpClient.php:93
1278
+ #, php-format
1279
+ msgid ""
1280
+ "The %1$s is not turned on in your server, which is necessary to read rss "
1281
+ "feeds. You should contact your server host, and ask them to enable it!"
1282
  msgstr ""
1283
 
1284
+ #: Framework/Misc/Zip/Reader/Custom.php:24
1285
+ #, php-format
1286
+ msgid "%s is not readable"
 
 
 
 
 
 
 
1287
  msgstr ""
1288
 
1289
+ #: Framework/Style/Block/StyleManager/Index.php:14
1290
+ msgid "Style manager"
1291
  msgstr ""
1292
 
1293
+ #: Framework/Style/ModelStyle.php:25
1294
+ msgid "Style settings"
1295
  msgstr ""
1296
 
1297
+ #: Framework/Style/ModelStyle.php:35
1298
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:165
1299
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:112
1300
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:97
1301
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:139
1302
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:139
1303
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:225
1304
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:113
1305
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:89
1306
+ msgid "Background color"
1307
+ msgstr "Hintergrundfarbe"
1308
 
1309
+ #: Framework/Style/ModelStyle.php:39
1310
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:143
1311
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:223
1312
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:288
1313
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:196
1314
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:335
1315
+ #: SmartSlider3Pro/SplitText/ModelSplitText.php:131
1316
+ msgid "Opacity"
1317
+ msgstr "Durchsichtigkeit"
1318
 
1319
+ #: Framework/Style/ModelStyle.php:50
1320
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:203
1321
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:120
1322
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:189
1323
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:221
1324
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:150
1325
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:262
1326
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:317
1327
+ msgid "Padding"
1328
+ msgstr "Randabstand"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1329
 
1330
+ #: Framework/Style/ModelStyle.php:72
1331
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:135
1332
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:140
1333
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:165
1334
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:169
1335
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:161
1336
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:167
1337
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:125
1338
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:127
1339
+ msgid "Border"
1340
+ msgstr "Umrandung"
1341
 
1342
+ #: Framework/Style/ModelStyle.php:74
1343
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:174
1344
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:171
1345
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:201
1346
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:280
1347
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:162
1348
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:117
1349
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:152
1350
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:153
1351
+ msgid "Border radius"
1352
+ msgstr "Border Radius"
1353
 
1354
+ #: Framework/Style/ModelStyle.php:87
1355
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:126
1356
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:157
1357
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:153
1358
+ msgid "Box shadow"
 
 
1359
  msgstr ""
1360
 
1361
+ #: Framework/Style/StyleRenderer.php:78
1362
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:140
1363
+ msgid "Single"
1364
  msgstr ""
1365
 
1366
+ #: Framework/Style/StyleRenderer.php:92
1367
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:178
1368
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:38
1369
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:200
1370
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:154
1371
+ msgid "Simple"
1372
+ msgstr "Einfach"
1373
 
1374
+ #: Framework/Style/StyleRenderer.php:106
1375
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:168
1376
+ msgid "Box"
1377
  msgstr ""
1378
 
1379
+ #: Framework/Style/StyleRenderer.php:160
1380
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:222
1381
+ msgid "Heading active"
1382
  msgstr ""
1383
 
1384
+ #: SmartSlider3/Application/Admin/ApplicationTypeAdmin.php:55
1385
+ #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:301
1386
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:112
1387
+ #: SmartSlider3/Application/Model/ModelSlidersXRef.php:150
1388
+ #: SmartSlider3/Platform/WordPress/Admin/AdminHelper.php:85
1389
+ msgid "Dashboard"
1390
+ msgstr "Dashboard"
 
 
 
 
 
 
 
 
 
 
 
 
1391
 
1392
+ #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:79
1393
+ msgid "Slide height probably too high"
 
1394
  msgstr ""
1395
 
1396
+ #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:80
 
 
1397
  msgid ""
1398
+ "The height of this slide is much higher than others so it will increase the "
1399
+ "height of the other slides."
1400
  msgstr ""
1401
 
1402
+ #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:84
1403
+ msgid "Slide height increased"
 
 
 
 
 
 
 
1404
  msgstr ""
1405
 
1406
+ #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:89
1407
+ #, javascript-format
1408
  msgid ""
1409
+ "The height of this slide increased because the following slides are much "
1410
+ "higher: %s."
1411
  msgstr ""
1412
 
1413
+ #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:12
1414
+ msgid "Drop files here or"
 
 
 
 
 
1415
  msgstr ""
1416
 
1417
+ #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:12
1418
+ msgid "Upload"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1419
  msgstr ""
1420
 
1421
+ #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:19
1422
+ msgid "Parent directory"
 
1423
  msgstr ""
1424
 
1425
+ #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:105
1426
+ msgid "Current path"
 
1427
  msgstr ""
1428
 
1429
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:32
1430
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:59
1431
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:214
1432
+ msgid "Preset"
1433
+ msgstr "Voreingestellt"
1434
 
1435
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:32
1436
+ msgid ""
1437
+ "You can use presets to save style settings for later use. Clicking on any "
1438
+ "preset will load its styling to your current layer, and the previous style "
1439
+ "settings will be lost."
1440
  msgstr ""
1441
 
1442
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:34
1443
+ msgid ""
1444
+ "Layer design options affect every device. If you need to make responsive "
1445
+ "adjustments, look for the options with the device icon."
1446
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1447
 
1448
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:41
1449
+ msgid "Reset style to default"
1450
+ msgstr ""
1451
 
1452
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:47
1453
+ msgid "Save style as new preset"
1454
+ msgstr ""
1455
 
1456
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:58
1457
+ msgid "Load style"
1458
  msgstr ""
1459
 
1460
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:87
1461
+ msgid "You have not created any presets for this layer yet."
1462
+ msgstr ""
1463
 
1464
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:159
1465
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:166
1466
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:217
1467
+ msgid "Save as"
1468
+ msgstr ""
1469
 
1470
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:164
1471
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:222
1472
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:207
1473
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:73
1474
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:49
1475
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:208
1476
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:85
1477
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:84
1478
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:57
1479
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:57
1480
+ msgid "Name"
1481
+ msgstr "Name"
1482
 
1483
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:174
1484
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:232
1485
+ msgid "Please fill the name field!"
1486
+ msgstr ""
1487
 
1488
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:199
1489
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:290
1490
+ msgid "Preset saved."
1491
+ msgstr ""
1492
 
1493
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:268
1494
+ msgid "Overwrite preset"
1495
  msgstr ""
1496
 
1497
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:312
1498
+ msgid "Preset deleted."
1499
+ msgstr ""
1500
 
1501
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/folders.js:42
1502
+ msgid "Choose folder"
1503
  msgstr ""
1504
 
1505
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/folders.js:46
1506
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:75
1507
+ msgid "Select"
1508
+ msgstr "Auswählen"
1509
+
1510
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/image-list.js:135
1511
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/image-list.js:198
1512
+ #: SmartSlider3/Application/Admin/Assets/js/element/animationmanagerelement.js:69
1513
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php:51
1514
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:142
1515
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:145
1516
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:142
1517
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:145
1518
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/splittextanimationmanagerelement.js:98
1519
+ #: SmartSlider3Pro/Form/Element/ParticleSkin.php:31
1520
+ #: SmartSlider3Pro/Form/Element/Select/ShapeDividerSelect.php:56
1521
+ msgid "Disabled"
1522
+ msgstr "Deaktiviert"
1523
+
1524
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/imagemanager.js:32
1525
+ msgid "Image field can not be empty!"
1526
  msgstr ""
1527
 
1528
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/skin.js:56
1529
+ msgid "Done"
1530
+ msgstr ""
 
 
 
 
 
 
1531
 
1532
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/upload.js:39
1533
+ msgid "No file selected."
 
 
1534
  msgstr ""
1535
 
1536
+ #: SmartSlider3/Application/Admin/Assets/js/common/form-tip-manager.js:109
1537
+ msgid "Open docs"
1538
  msgstr ""
1539
 
1540
+ #: SmartSlider3/Application/Admin/Assets/js/common/form.js:113
1541
+ msgid "The changes you made will be lost if you navigate away from this page."
1542
+ msgstr ""
 
 
1543
 
1544
+ #: SmartSlider3/Application/Admin/Assets/js/common/icons.js:77
1545
+ msgid "Icons"
 
 
1546
  msgstr ""
1547
 
1548
+ #: SmartSlider3/Application/Admin/Assets/js/common/icons.js:90
1549
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:72
1550
+ #: SmartSlider3Pro/Generator/Common/Flickr/GeneratorGroupFlickr.php:36
1551
+ #: SmartSlider3Pro/Generator/Common/YouTube/GeneratorGroupYouTube.php:31
1552
+ #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:23
1553
+ #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:32
1554
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:110
1555
+ msgid "Search"
1556
+ msgstr "Suchen"
1557
+
1558
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:18
1559
+ msgid "Are you sure?"
1560
  msgstr ""
1561
 
1562
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:22
1563
+ #: SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonCancel.php:12
1564
+ msgid "Cancel"
1565
+ msgstr "Abbrechen"
1566
+
1567
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:29
1568
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:99
1569
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:382
1570
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:181
1571
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:1108
1572
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:112
1573
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:45
1574
+ msgid "Delete"
1575
+ msgstr "Löschen"
1576
+
1577
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalLightbox.js:36
1578
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:95
1579
+ #: SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php:47
1580
+ msgid "Close"
1581
  msgstr ""
1582
 
1583
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:16
1584
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:23
1585
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:41
1586
+ #, fuzzy
1587
+ #| msgid "Create"
1588
+ msgid "Create group"
1589
+ msgstr "erstellen"
1590
+
1591
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:21
1592
+ #, fuzzy
1593
+ #| msgid "Product name"
1594
+ msgid "Group name"
1595
+ msgstr "Produktname"
1596
+
1597
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:49
1598
+ msgid "Group created"
1599
  msgstr ""
1600
 
1601
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/generator-record-viewer.js:52
1602
+ msgid "Records"
 
1603
  msgstr ""
1604
 
1605
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:11
1606
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:62
1607
+ msgid "Keyboard shortcuts"
1608
  msgstr ""
1609
 
1610
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:40
1611
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:37
1612
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:91
1613
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:54
1614
+ msgid "Got it"
1615
+ msgstr ""
1616
+
1617
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:61
1618
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php:46
1619
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:56
1620
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:68
1621
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:35
1622
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:33
1623
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:43
1624
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:56
1625
+ #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:59
1626
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:139
1627
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:146
1628
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:127
1629
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:132
1630
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:109
1631
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:112
1632
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:204
1633
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:154
1634
+ #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:113
1635
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:159
1636
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:204
1637
+ #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:61
1638
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:125
1639
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:92
1640
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:64
1641
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:108
1642
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:181
1643
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:119
1644
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:114
1645
+ #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:50
1646
+ msgid "General"
1647
+ msgstr "Allgemein"
1648
+
1649
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:62
1650
+ #, fuzzy
1651
+ #| msgid "Content"
1652
+ msgid "Content tab"
1653
+ msgstr "Inhalt"
1654
+
1655
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:63
1656
+ #, fuzzy
1657
+ #| msgid "Style"
1658
+ msgid "Style tab"
1659
+ msgstr "Stil"
1660
+
1661
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:69
1662
+ #, fuzzy
1663
+ #| msgid "Animation"
1664
+ msgid "Animation tab"
1665
+ msgstr "Animation"
1666
+
1667
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:73
1668
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:24
1669
+ msgid "Add Layer"
1670
  msgstr ""
1671
 
1672
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:74
1673
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/layerWindow.js:79
1674
+ msgid "Layer List"
 
1675
  msgstr ""
1676
 
1677
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:78
1678
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/layerNavigation.js:50
1679
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:50
1680
+ msgid "Timeline"
1681
  msgstr ""
1682
 
1683
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:82
1684
+ #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleProject.php:49
1685
+ #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleShots.php:37
1686
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeopleAlbum.php:101
1687
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoGallery.php:100
1688
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoStream.php:91
1689
+ #: SmartSlider3Pro/Generator/Common/Pinterest/Sources/PinterestImages.php:65
1690
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:188
1691
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:111
1692
+ msgid "View"
1693
+ msgstr "Ansicht"
1694
 
1695
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:91
1696
+ msgid "Adjust"
1697
  msgstr ""
1698
 
1699
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:92
1700
+ msgid "Move (Absolute)"
 
 
1701
  msgstr ""
1702
 
1703
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:92
1704
+ #: SmartSlider3/Widget/Group/Arrow.php:44
1705
+ msgid "Arrows"
1706
+ msgstr "Pfeile"
1707
 
1708
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:93
1709
+ msgid "Align (Absolute)"
1710
  msgstr ""
1711
 
1712
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:93
1713
+ msgid "Numeric keys"
1714
  msgstr ""
1715
 
1716
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:98
1717
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:16
1718
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:20
1719
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:39
1720
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:60
1721
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:42
1722
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:41
1723
+ msgid "Action"
1724
+ msgstr "Handlung"
 
 
 
 
 
 
1725
 
1726
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:100
1727
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:375
1728
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:174
1729
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:1101
1730
+ #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:79
1731
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:54
1732
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:43
1733
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:127
1734
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:148
1735
+ msgid "Duplicate"
1736
+ msgstr "Dupliziere"
1737
 
1738
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:101
1739
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1131
1740
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:60
1741
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:44
1742
+ #: SmartSlider3/Application/Model/ModelSliders.php:573
1743
+ msgid "Copy"
1744
+ msgstr "Kopieren"
1745
 
1746
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:102
1747
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1140
1748
+ msgid "Paste"
1749
+ msgstr ""
1750
 
1751
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:103
1752
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:200
1753
+ msgid "Undo"
1754
+ msgstr ""
1755
 
1756
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:104
1757
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:191
1758
+ msgid "Redo"
1759
  msgstr ""
1760
 
1761
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:105
1762
+ #: SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSave.php:12
1763
+ msgid "Save"
1764
+ msgstr "Speichern"
 
 
1765
 
1766
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:109
1767
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:42
1768
+ #, fuzzy
1769
+ #| msgid "Layer animations"
1770
+ msgid "Play animations"
1771
+ msgstr "Layer Animationen"
1772
+
1773
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:114
1774
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:86
1775
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:89
1776
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:106
1777
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:109
1778
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:272
1779
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:171
1780
+ msgid "Clear device specific settings"
1781
  msgstr ""
1782
 
1783
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:115
1784
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:89
1785
+ msgid "Current layer, current device"
1786
  msgstr ""
1787
 
1788
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:116
1789
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:86
1790
+ msgid "Current layer, all devices"
1791
+ msgstr ""
 
 
 
 
 
1792
 
1793
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:117
1794
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:109
1795
+ msgid "All layers, current device"
 
1796
  msgstr ""
1797
 
1798
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:118
1799
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:106
1800
+ msgid "All layers, all devices"
 
1801
  msgstr ""
1802
 
1803
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/safe-html.js:15
1804
+ msgid "Unexpected response"
 
 
1805
  msgstr ""
1806
 
1807
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:17
1808
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:109
1809
+ msgid "Scroll to"
1810
+ msgstr ""
1811
 
1812
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:18
1813
+ msgid "Scroll to alias"
1814
  msgstr ""
1815
 
1816
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:19
1817
+ msgid "Go to slide"
 
 
 
 
1818
  msgstr ""
1819
 
1820
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:20
1821
+ msgid "Go to slide ID"
 
1822
  msgstr ""
1823
 
1824
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:21
1825
+ msgid "Previous slide"
1826
+ msgstr ""
 
 
 
1827
 
1828
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:22
1829
+ msgid "Next slide"
1830
+ msgstr ""
 
 
 
 
1831
 
1832
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:23
1833
+ msgid "Slide event"
1834
+ msgstr ""
 
 
 
 
 
 
1835
 
1836
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:118
1837
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:155
1838
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:197
1839
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:265
1840
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:354
1841
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:36
1842
+ msgid "Examples"
1843
+ msgstr "Beispiele"
1844
+
1845
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:119
1846
+ msgid "Scrolls to the top of the page."
1847
  msgstr ""
1848
 
1849
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:120
1850
+ msgid "Scrolls to the bottom of the page."
1851
  msgstr ""
1852
 
1853
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:121
1854
+ msgid ""
1855
+ "You can use any jQuery selector to scroll to a specific element on the page. "
1856
+ "Example: \"#pricing\" scrolls to the element with the id of \"pricing\"."
1857
  msgstr ""
1858
 
1859
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:151
1860
+ msgid "Slider alias"
 
 
 
 
 
 
 
 
 
 
 
1861
  msgstr ""
1862
 
1863
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:156
1864
+ msgid "Slider alias set at Slider settings > General"
1865
  msgstr ""
1866
 
1867
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:187
1868
+ msgid "Slide index"
1869
  msgstr ""
1870
 
1871
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:189
1872
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:257
1873
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:215
1874
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:325
1875
+ msgid "Direction"
1876
+ msgstr "Richtung"
1877
 
1878
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:190
1879
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:258
1880
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderDeveloper.php:93
1881
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:164
1882
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:77
1883
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:196
1884
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:42
1885
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:76
1886
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:82
1887
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:82
1888
+ msgid "Auto"
1889
+ msgstr "Auto"
1890
 
1891
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:191
1892
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:259
1893
+ msgid "Backward"
1894
+ msgstr "Zurück"
1895
 
1896
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:192
1897
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:260
1898
+ msgid "Forward"
1899
+ msgstr "Vorwärts"
1900
 
1901
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:198
1902
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:266
1903
+ #, javascript-format
1904
+ msgid "slide index: 2 %s direction: backward"
1905
  msgstr ""
1906
 
1907
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:198
1908
+ msgid "Switches to the second slide as if the previous arrow was pressed"
 
 
 
 
 
 
 
1909
  msgstr ""
1910
 
1911
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:199
1912
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:267
1913
+ #, javascript-format
1914
+ msgid "slide index: 5 %s direction: forward"
1915
  msgstr ""
1916
 
1917
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:199
1918
+ msgid "Switches to the fifth slide as if the next arrow was pressed"
1919
  msgstr ""
1920
 
1921
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:252
1922
+ msgid "Slide ID"
 
 
 
 
 
 
 
 
 
 
 
 
1923
  msgstr ""
1924
 
1925
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:266
1926
+ msgid ""
1927
+ "Switches to the slide with the #2 ID as if the previous arrow was pressed"
1928
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1929
 
1930
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:267
1931
+ msgid "Switches to the slide with the #5 ID as if the next arrow was pressed"
1932
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1933
 
1934
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:350
1935
+ msgid "Event name"
1936
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1937
 
1938
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:355
1939
+ msgid "An event you use to trigger layer animation(s) with"
 
1940
  msgstr ""
1941
 
1942
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:16
1943
+ msgid "Content List - One Per Line"
 
1944
  msgstr ""
1945
 
1946
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:18
1947
+ msgid "Choose images"
 
1948
  msgstr ""
1949
 
1950
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:45
1951
+ msgid "Titles - One Per Line"
 
1952
  msgstr ""
1953
 
1954
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:50
1955
+ msgid "Autoplay duration"
1956
  msgstr ""
1957
 
1958
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:19
1959
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:18
1960
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:75
1961
+ msgid "URL"
1962
  msgstr ""
1963
 
1964
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:24
1965
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:275
1966
+ msgid "Search keyword"
1967
  msgstr ""
1968
 
1969
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:31
1970
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:283
1971
+ #: SmartSlider3/Generator/WordPress/Posts/GeneratorGroupPosts.php:16
1972
+ #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookPostsByPage.php:30
1973
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/GeneratorGroupMultisitePost.php:29
1974
+ msgid "Posts"
1975
+ msgstr "Beiträge"
1976
 
1977
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:19
1978
+ msgid "Lightbox"
 
1979
  msgstr ""
1980
 
1981
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:34
1982
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:412
1983
+ #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:15
1984
+ msgid "Insert"
1985
+ msgstr "Einfügen"
 
 
 
 
 
 
 
1986
 
1987
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:26
1988
+ msgid "Oops, Something Went Wrong"
 
1989
  msgstr ""
1990
 
1991
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:50
1992
+ msgid "Success"
1993
+ msgstr ""
 
 
 
 
 
1994
 
1995
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:56
1996
+ #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:413
1997
+ msgid "Notice"
1998
+ msgstr ""
 
 
 
 
 
1999
 
2000
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:33
2001
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:68
2002
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:124
2003
+ msgid "Select image"
2004
+ msgstr ""
2005
 
2006
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:35
2007
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:70
2008
+ msgid "Use Joomla selector"
2009
  msgstr ""
2010
 
2011
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:126
2012
+ msgid "Use default selector"
 
2013
  msgstr ""
2014
 
2015
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/abstract/core.js:132
2016
+ msgid "Deleted."
2017
+ msgstr ""
 
 
 
 
2018
 
2019
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:101
2020
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/setsandmore.js:91
2021
+ #: SmartSlider3Pro/SplitText/Admin/Assets/js/manager.js:71
2022
+ msgid "Static"
2023
+ msgstr "Feststehend"
 
 
 
2024
 
2025
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:224
2026
+ msgid "Save as New"
 
 
2027
  msgstr ""
2028
 
2029
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:235
2030
+ msgid "Saved."
 
2031
  msgstr ""
2032
 
2033
+ #: SmartSlider3/Application/Admin/Assets/js/element/animationmanagerelement.js:71
2034
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:140
2035
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/splittextanimationmanagerelement.js:100
2036
+ msgid "Enabled"
2037
+ msgstr "Aktiviert"
 
 
 
2038
 
2039
+ #: SmartSlider3/Application/Admin/Assets/js/element/columns-element.js:110
2040
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:70
2041
+ msgid "Column"
2042
  msgstr ""
2043
 
2044
+ #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:141
2045
+ msgid "There is no layer available to be parent of the current layer!"
 
 
 
 
 
2046
  msgstr ""
2047
 
2048
+ #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:151
2049
+ msgid "Pick the parent layer!"
2050
+ msgstr "Nehmen Sie die erste Schicht"
2051
+
2052
+ #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:170
2053
+ msgid "Pick the align point of the parent layer!"
2054
  msgstr ""
2055
 
2056
+ #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:193
2057
+ msgid "Pick the align point of the child layer!"
2058
  msgstr ""
2059
 
2060
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:71
2061
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:327
2062
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:104
2063
+ #: SmartSlider3/Form/Element/Group/WidgetPosition.php:24
2064
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:204
2065
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:275
2066
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:180
2067
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:260
2068
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:203
2069
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:289
2070
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:89
2071
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:195
2072
+ msgid "Advanced"
2073
  msgstr ""
2074
 
2075
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:75
2076
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:87
2077
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:96
2078
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:108
2079
+ #, fuzzy, javascript-format
2080
+ #| msgid "Outer"
2081
+ msgid "Outer %s"
2082
+ msgstr "Äußere"
2083
+
2084
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:78
2085
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:87
2086
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:90
2087
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:99
2088
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:149
2089
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:169
2090
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:471
2091
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:475
2092
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:480
2093
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:481
2094
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:486
2095
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:487
2096
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:491
2097
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:514
2098
+ #: SmartSlider3/Form/Element/Group/WidgetPosition.php:88
2099
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:199
2100
+ #: SmartSlider3/Storage.php:949
2101
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:102
2102
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:70
2103
+ #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:181
2104
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:220
2105
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:300
2106
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:75
2107
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:75
2108
+ msgid "Left"
2109
+ msgstr "Links"
2110
+
2111
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:84
2112
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:93
2113
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:96
2114
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:105
2115
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:151
2116
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:469
2117
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:473
2118
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:482
2119
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:483
2120
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:484
2121
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:485
2122
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:489
2123
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:512
2124
+ #: SmartSlider3/Form/Element/Group/WidgetPosition.php:89
2125
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:200
2126
+ #: SmartSlider3/Storage.php:964
2127
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:104
2128
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:72
2129
+ #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:190
2130
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:218
2131
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:301
2132
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:77
2133
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:77
2134
+ msgid "Right"
2135
+ msgstr "Rechts"
2136
+
2137
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:90
2138
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:93
2139
+ msgid "Middle"
2140
  msgstr ""
2141
 
2142
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:99
2143
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:102
2144
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:105
2145
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:108
2146
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:470
2147
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:474
2148
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:484
2149
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:485
2150
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:486
2151
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:487
2152
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:490
2153
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:513
2154
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php:242
2155
+ #: SmartSlider3/Form/Element/Group/WidgetPosition.php:107
2156
+ #: SmartSlider3/Storage.php:994
2157
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:140
2158
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:74
2159
+ #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:208
2160
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:219
2161
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:236
2162
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:302
2163
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:338
2164
+ #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:108
2165
+ msgid "Bottom"
2166
+ msgstr "Unten"
2167
+
2168
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1210
2169
+ msgid "Layer(s)"
2170
  msgstr ""
2171
 
2172
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:270
2173
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:94
2174
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:252
2175
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:69
2176
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:94
2177
+ msgid "Hide on"
2178
  msgstr ""
2179
 
2180
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:414
2181
+ msgid "Rename"
2182
  msgstr ""
2183
 
2184
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:421
2185
+ msgid "Show/Hide in editor"
2186
  msgstr ""
2187
 
2188
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:573
2189
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:594
2190
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:35
2191
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabGoPro.php:21
2192
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:156
2193
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:346
2194
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:129
2195
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:185
2196
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:195
2197
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:197
2198
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:179
2199
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:134
2200
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:259
2201
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:163
2202
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:130
2203
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:183
2204
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:45
2205
+ msgid "Animation"
2206
+ msgstr "Animation"
2207
+
2208
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/animations.js:106
2209
+ msgid "Add animation"
2210
+ msgstr "Animation hinzufügen"
2211
 
2212
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/animations.js:116
2213
+ msgid "Remove animations"
2214
+ msgstr "Animationen entfernen"
 
 
2215
 
2216
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/editor/Editor.js:50
2217
+ msgid "Layer Animation - Basic"
 
2218
  msgstr ""
2219
 
2220
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/editor/Editor.js:105
2221
+ msgid "Add keyframe"
2222
  msgstr ""
2223
 
2224
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/LoopDummy.js:75
2225
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/LoopDummy.js:91
2226
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:49
2227
+ msgid "Loop"
2228
+ msgstr "Wiederholend"
 
 
 
 
 
2229
 
2230
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/keyFrame/KeyFrame.js:188
2231
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:357
2232
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:358
2233
+ msgid "Special Zero"
2234
  msgstr ""
2235
 
2236
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/keyFrame/KeyFrame.js:188
2237
+ msgid "Keyframe"
2238
  msgstr ""
2239
 
2240
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/reveal/editor/Editor.js:41
2241
+ msgid "Layer Animation - Reveal"
 
 
 
 
2242
  msgstr ""
2243
 
2244
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:170
2245
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/content.js:121
2246
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:362
2247
+ msgid "Open/Close"
2248
  msgstr ""
2249
 
2250
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/content.js:11
2251
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:505
2252
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabContent.php:18
2253
+ msgid "Content"
2254
+ msgstr "Inhalt"
2255
 
2256
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/contentAbstract.js:439
2257
+ msgid "Child layers"
2258
  msgstr ""
2259
 
2260
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/animatedHeading.js:68
2261
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/Assets/animatedHeading.js:20
2262
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:52
2263
+ msgid "Animated heading"
 
2264
  msgstr ""
2265
 
2266
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/highlightedHeading.js:57
2267
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/Assets/highlightedHeading.js:22
2268
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:53
2269
+ msgid "Highlighted heading"
2270
  msgstr ""
2271
 
2272
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/splittext-admin.js:87
2273
+ #, fuzzy
2274
+ #| msgid "No animation"
2275
+ msgid "Text animation in"
2276
+ msgstr "Keine Animation"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2277
 
2278
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/splittext-admin.js:100
2279
+ #, fuzzy
2280
+ #| msgid "No animation"
2281
+ msgid "Text animation out"
2282
+ msgstr "Keine Animation"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2283
 
2284
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:11
2285
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:194
2286
+ msgid "Layer"
2287
+ msgstr "Schicht"
2288
 
2289
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:14
2290
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:31
2291
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/BlockAddLayer.php:25
2292
+ msgid "Row"
2293
+ msgstr "Reihe"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2294
 
2295
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:13
2296
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:161
2297
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:662
2298
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:678
2299
+ #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:56
2300
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:57
2301
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:82
2302
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:329
2303
+ msgid "Slide"
2304
+ msgstr "Slide"
 
 
 
 
2305
 
2306
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:176
2307
+ msgid "Theme"
2308
  msgstr ""
2309
 
2310
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:256
2311
+ #, javascript-format
2312
+ msgid "%s or newer required for this feature."
 
 
 
2313
  msgstr ""
2314
 
2315
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:294
2316
+ msgid "This section requires activated Pro version."
 
 
 
 
2317
  msgstr ""
2318
 
2319
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:297
2320
+ #, javascript-format
2321
+ msgid "This block is not available in the free version. %s"
2322
  msgstr ""
2323
 
2324
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:297
2325
+ #: SmartSlider3/Application/Admin/GoPro/ViewGoProIndex.php:24
2326
+ #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:37
2327
+ #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:51
2328
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.php:23
2329
+ #: SmartSlider3/Platform/WordPress/Admin/AdminHelper.php:96
2330
+ msgid "Go Pro"
2331
  msgstr ""
2332
 
2333
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:17
2334
+ msgid "Editor settings"
2335
  msgstr ""
2336
 
2337
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:45
2338
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:53
2339
+ msgid "Upgrade to Pro"
 
2340
  msgstr ""
2341
 
2342
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:55
2343
+ msgid "Guide settings"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2344
  msgstr ""
2345
 
2346
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:124
2347
+ msgid "Smart snap"
 
2348
  msgstr ""
2349
 
2350
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:131
2351
+ msgid "Round to 5px"
2352
+ msgstr "Runden auf 5px"
 
2353
 
2354
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:143
2355
+ msgid "Ruler"
2356
+ msgstr "Lineal"
 
 
2357
 
2358
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:147
2359
+ #, fuzzy
2360
+ #| msgid "Clear cache"
2361
+ msgid "Clear guides"
2362
+ msgstr "Cache leeren"
2363
+
2364
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:101
2365
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:14
2366
+ #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.php:13
2367
+ msgid "Activate Smart Slider 3 Pro"
2368
  msgstr ""
2369
 
2370
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:107
2371
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:15
2372
+ msgid "Activation is required to unlock all features!"
2373
  msgstr ""
2374
 
2375
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:108
2376
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:15
2377
+ #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.php:16
2378
+ msgid ""
2379
+ "Register Smart Slider 3 Pro on this domain to enable auto update, slider "
2380
+ "templates and slide library."
2381
  msgstr ""
2382
 
2383
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:113
2384
+ msgid "Skip"
2385
+ msgstr "Überspringen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2386
 
2387
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:124
2388
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:17
2389
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:85
2390
+ #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.php:27
2391
+ msgid "Activate"
2392
  msgstr ""
2393
 
2394
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:156
2395
+ msgid ""
2396
+ "Activation process is not supported in this browser. Please use Google "
2397
+ "Chrome."
2398
  msgstr ""
2399
 
2400
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:230
2401
+ msgid "Smart Slider 3 activated!"
2402
+ msgstr "Smart Slider 3 ist aktiviert!"
 
2403
 
2404
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:164
2405
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:165
2406
+ msgid "Laptop"
2407
  msgstr ""
2408
 
2409
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:191
2410
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:199
2411
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:210
2412
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:136
2413
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:134
2414
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:65
2415
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:429
2416
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:455
2417
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:480
2418
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:505
2419
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:530
2420
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:221
2421
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:152
2422
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:154
2423
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:148
2424
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:244
2425
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:149
2426
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:253
2427
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:89
2428
+ #: SmartSlider3/Widget/Group/Bullet.php:73
2429
+ #: SmartSlider3/Widget/Group/Thumbnail.php:66
2430
+ #: SmartSlider3/Widget/Shadow/ShadowImage/ShadowImage.php:36
2431
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:113
2432
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:172
2433
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:175
2434
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:178
2435
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:248
2436
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:82
2437
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:221
2438
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:154
2439
+ #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:34
2440
+ #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:58
2441
+ #: SmartSlider3Pro/Widget/Indicator/IndicatorStripe/IndicatorStripe.php:31
2442
+ msgid "Width"
2443
+ msgstr "Breite"
2444
+
2445
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:227
2446
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:235
2447
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:215
2448
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:146
2449
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:139
2450
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:78
2451
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:433
2452
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:459
2453
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:484
2454
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:509
2455
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:534
2456
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:99
2457
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:105
2458
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:228
2459
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:157
2460
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:159
2461
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:153
2462
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:248
2463
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:154
2464
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:257
2465
+ #: SmartSlider3/Widget/Group/Bullet.php:84
2466
+ #: SmartSlider3/Widget/Group/Thumbnail.php:77
2467
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:125
2468
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:184
2469
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:181
2470
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:184
2471
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:85
2472
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:159
2473
+ #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:59
2474
+ #: SmartSlider3Pro/Widget/Indicator/IndicatorStripe/IndicatorStripe.php:35
2475
+ msgid "Height"
2476
+ msgstr "Höhe"
2477
 
2478
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:413
2479
+ #, javascript-format
2480
+ msgid "Below %s pixels."
2481
  msgstr ""
2482
 
2483
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:416
2484
+ #, javascript-format
2485
+ msgid "Above %s pixels."
2486
  msgstr ""
2487
 
2488
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:418
2489
+ #, javascript-format
2490
+ msgid "Between %s and %s pixels."
2491
  msgstr ""
2492
 
2493
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:187
2494
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:171
2495
+ #, javascript-format, php-format
2496
+ msgid "This slide is hidden on the following devices: %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2497
  msgstr ""
2498
 
2499
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:34
2500
+ msgid "Data"
2501
  msgstr ""
2502
 
2503
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:333
2504
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:44
2505
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:31
2506
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:29
2507
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:54
2508
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:30
2509
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPostsByIDs.php:18
2510
+ #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleProject.php:22
2511
+ #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookAlbums.php:21
2512
+ #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookPostsByPage.php:23
2513
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeopleAlbum.php:20
2514
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoGallery.php:20
2515
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoStream.php:20
2516
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPhotosSearch.php:20
2517
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:83
2518
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:83
2519
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:82
2520
+ #: SmartSlider3Pro/Generator/Common/Json/Sources/JsonInput.php:20
2521
+ #: SmartSlider3Pro/Generator/Common/Json/Sources/JsonUrl.php:21
2522
+ #: SmartSlider3Pro/Generator/Common/Pinterest/Sources/PinterestImages.php:20
2523
+ #: SmartSlider3Pro/Generator/Common/Rss/Sources/RSSFeed.php:22
2524
+ #: SmartSlider3Pro/Generator/Common/Text/Sources/TextInput.php:20
2525
+ #: SmartSlider3Pro/Generator/Common/Text/Sources/TextText.php:20
2526
+ #: SmartSlider3Pro/Generator/Common/Twitter/Sources/TwitterTimeline.php:30
2527
+ #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:22
2528
+ #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeByPlaylist.php:29
2529
+ #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:28
2530
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:44
2531
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:37
2532
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:34
2533
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:30
2534
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:26
2535
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:29
2536
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:29
2537
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:29
2538
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:45
2539
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:25
2540
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:46
2541
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:43
2542
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:34
2543
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:30
2544
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProductsbyid.php:25
2545
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:26
2546
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:32
2547
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:100
2548
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:38
2549
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:37
2550
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:32
2551
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:36
2552
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:33
2553
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:33
2554
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:33
2555
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:35
2556
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:35
2557
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:37
2558
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:31
2559
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:27
2560
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:31
2561
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:36
2562
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:44
2563
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:38
2564
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:28
2565
+ #: SmartSlider3Pro/Generator/WordPress/BestWebSoft/Sources/BestWebSoftGallery.php:19
2566
+ #: SmartSlider3Pro/Generator/WordPress/Custom/Sources/CustomCustom.php:26
2567
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:29
2568
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:27
2569
+ #: SmartSlider3Pro/Generator/WordPress/NextgenGallery/Sources/NextgenGalleryGallery.php:23
2570
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:29
2571
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:22
2572
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceCategory.php:22
2573
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:28
2574
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByIds.php:21
2575
+ msgid "Filter"
2576
+ msgstr "Filter"
2577
 
2578
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:334
2579
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:343
2580
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:117
2581
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:467
2582
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:55
2583
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:75
2584
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:240
2585
+ msgid "No"
2586
+ msgstr "Nein"
2587
 
2588
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:335
2589
+ msgid "Clean HTML"
2590
+ msgstr "HTML bereinigen"
 
2591
 
2592
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:336
2593
+ msgid "Remove HTML"
2594
+ msgstr "HTML entfernen"
 
2595
 
2596
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:342
2597
+ msgid "Split by Chars"
 
2598
  msgstr ""
2599
 
2600
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:344
2601
+ msgid "Strict"
2602
+ msgstr "Exakt"
 
2603
 
2604
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:345
2605
+ msgid "Respect words"
2606
+ msgstr "Worte beachten"
 
2607
 
2608
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:370
2609
+ msgid "Find image"
2610
+ msgstr "Bild finden"
 
2611
 
2612
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:383
2613
+ msgid "Find link"
2614
+ msgstr "Link finden"
 
2615
 
2616
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:396
2617
+ msgid "Remove links"
2618
+ msgstr "Entferne Links"
 
2619
 
2620
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:401
2621
+ msgid "Remove line breaks"
 
2622
  msgstr ""
2623
 
2624
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:409
2625
+ msgid "Result"
2626
+ msgstr "Ergebnis"
 
 
 
 
 
2627
 
2628
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:16
2629
+ msgid "Most important changes in version 3.4"
 
2630
  msgstr ""
2631
 
2632
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:19
2633
+ msgid ""
2634
+ "To help you get started with the new version, we've put together the most "
2635
+ "important changes."
2636
  msgstr ""
2637
 
2638
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:30
2639
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:261
2640
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:265
2641
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:100
2642
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:39
2643
+ #, fuzzy
2644
+ #| msgid "Tab background"
2645
+ msgid "Slide background"
2646
+ msgstr "Tab Hintergrund"
 
 
 
 
 
 
 
 
 
 
 
 
 
2647
 
2648
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:33
2649
+ msgid ""
2650
+ "You can find the Slide Background option in the Layer Window! Click on the "
2651
+ "Slide Label at the top of the Canvas to find them."
 
2652
  msgstr ""
2653
 
2654
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:36
2655
+ msgid "Watch video"
 
 
 
2656
  msgstr ""
2657
 
2658
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:45
2659
+ #, fuzzy
2660
+ #| msgid "Next position"
2661
+ msgid "Absolute position"
2662
+ msgstr "Nächste Position"
 
2663
 
2664
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:48
2665
+ msgid ""
2666
+ "Canvas layers are now called Absolute! In the Add Panel switch to Absolute "
2667
+ "before you create the layer."
2668
  msgstr ""
2669
 
2670
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:51
2671
+ msgid "Read docs"
2672
  msgstr ""
2673
 
2674
+ #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:42
2675
+ #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:169
2676
+ msgid "Change slider type"
2677
  msgstr ""
2678
 
2679
+ #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:47
2680
+ msgid ""
2681
+ "Changing your slider type is irreversible. After changing your slider type, "
2682
+ "<b>you will lose all slider type related settings</b>."
2683
  msgstr ""
2684
 
2685
+ #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:51
2686
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:175
2687
+ msgid "Slider type"
2688
  msgstr ""
2689
 
2690
+ #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:54
2691
+ msgid "Convert"
2692
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2693
 
2694
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:39
2695
+ msgid "What do you want to create today?"
2696
+ msgstr ""
2697
 
2698
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:42
2699
  msgid ""
2700
+ "Use our powerful visual editor, or simply import one of our existing "
2701
+ "template."
2702
  msgstr ""
2703
 
2704
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:69
2705
+ msgid "Create a New Project"
 
 
 
 
 
 
 
 
 
2706
  msgstr ""
2707
 
2708
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:72
2709
+ msgid ""
2710
+ "Start a new project from scratch and build exactly what you’ve imagined. You "
2711
+ "can easily customize every pixels and create anything with layers."
 
 
 
 
 
 
 
 
 
 
 
 
 
2712
  msgstr ""
2713
 
2714
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:93
2715
+ msgid "Start with a Template"
2716
  msgstr ""
2717
 
2718
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:96
2719
+ msgid ""
2720
+ "Start with a template and make it your own with the innovative drag and drop "
2721
+ "interface. You can choose from hundreds of premade templates."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2722
  msgstr ""
2723
 
2724
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:100
2725
+ msgid "or import your own files"
 
2726
  msgstr ""
2727
 
2728
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:117
2729
+ msgid "Create new project"
2730
  msgstr ""
2731
 
2732
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:123
2733
+ msgid "Project type"
 
 
 
 
 
2734
  msgstr ""
2735
 
2736
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:126
2737
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:73
2738
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:81
2739
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:49
2740
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:53
2741
+ #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:183
2742
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:114
2743
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:322
2744
+ msgid "Slider"
2745
+ msgstr "Slider"
2746
 
2747
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:130
2748
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:26
2749
+ msgid "Block"
2750
+ msgstr "Block"
2751
+
2752
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:162
2753
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:223
2754
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:231
2755
+ #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:18
2756
+ msgid "Full page"
2757
+ msgstr "Seite vollständig"
2758
+
2759
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:182
2760
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:30
2761
+ msgid "Carousel"
2762
+ msgstr "Karussell"
2763
+
2764
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:186
2765
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:30
2766
+ msgid "Showcase"
2767
+ msgstr "Showcase"
2768
+
2769
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:199
2770
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:231
2771
+ msgid "Pro"
2772
  msgstr ""
2773
 
2774
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:202
2775
+ #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:47
2776
+ #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:34
2777
+ #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:57
2778
+ msgid "Settings"
2779
+ msgstr "Einstellungen"
2780
+
2781
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:207
2782
+ msgid "My project"
2783
  msgstr ""
2784
 
2785
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:221
2786
+ #: SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoAdmin.php:15
2787
+ msgid "Boxed"
2788
  msgstr ""
2789
 
2790
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:222
2791
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:78
2792
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:151
2793
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:164
2794
+ #: SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php:17
2795
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:91
2796
+ #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:148
2797
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:246
2798
+ msgid "Full width"
2799
+ msgstr "volle Breite"
2800
+
2801
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:226
2802
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:376
2803
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:297
2804
+ msgid "Layout"
2805
  msgstr ""
2806
 
2807
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:235
2808
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:47
2809
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:47
2810
+ msgid "Slide width"
2811
  msgstr ""
2812
 
2813
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:241
2814
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:57
2815
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:57
2816
+ msgid "Slide height"
2817
  msgstr ""
2818
 
2819
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:249
2820
+ msgid "Create"
2821
+ msgstr "erstellen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2822
 
2823
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:375
2824
+ msgid "Join The Smart Slider 3 Community"
2825
  msgstr ""
2826
 
2827
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:377
2828
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.php:22
2829
+ msgid ""
2830
+ "Join more than 120,000 subscribers and get access to the latest slider "
2831
+ "templates, tips, tutorials and other exclusive contents directly to your "
2832
+ "inbox."
2833
+ msgstr ""
2834
 
2835
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:391
2836
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.php:32
2837
+ msgid "Subscribe"
2838
+ msgstr ""
 
2839
 
2840
+ #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:295
2841
+ #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:70
2842
  #, fuzzy
2843
+ #| msgid "Changelog"
2844
+ msgid "Change group"
2845
+ msgstr "Veränderungslogbuch"
2846
 
2847
+ #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:308
2848
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/GeneratorGroupEasysocial.php:35
2849
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:29
2850
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:23
2851
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/GeneratorGroupJomsocial.php:35
2852
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:42
2853
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:39
2854
+ msgid "Groups"
2855
+ msgstr "Gruppen"
2856
+
2857
+ #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:312
2858
+ msgid "Set"
2859
  msgstr ""
2860
 
2861
+ #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:66
2862
+ msgid "Up"
 
2863
  msgstr ""
2864
 
2865
+ #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:76
2866
+ msgid "Insert group"
2867
  msgstr ""
2868
 
2869
+ #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:93
2870
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php:59
2871
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:134
2872
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:208
2873
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:42
2874
+ msgid "Group"
2875
+ msgstr "Gruppe"
2876
+
2877
+ #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:86
2878
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:134
2879
+ #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:207
2880
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:158
2881
+ msgid "Move to trash"
2882
  msgstr ""
2883
 
2884
+ #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:29
2885
+ msgid "empty the trash"
2886
+ msgstr ""
 
 
 
 
 
 
 
 
2887
 
2888
+ #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:118
2889
+ msgid "Delete permanently"
2890
+ msgstr ""
 
 
 
 
 
 
2891
 
2892
+ #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:164
2893
+ #, fuzzy
2894
+ #| msgid "Delete slider"
2895
+ msgid "delete this slider"
2896
+ msgstr "Slider löschen"
 
 
 
 
 
2897
 
2898
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:68
2899
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:61
2900
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:47
2901
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:199
2902
+ msgid "Publish"
2903
+ msgstr "Veröffentlichen"
 
 
 
 
 
2904
 
2905
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:75
2906
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:48
2907
+ msgid "Unpublish"
2908
+ msgstr "Sperren"
 
 
 
 
 
 
 
2909
 
2910
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:84
2911
+ msgid "Edit generator"
2912
+ msgstr "Generator editieren"
2913
+
2914
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:93
2915
+ msgid "Set as first"
2916
  msgstr ""
2917
 
2918
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:104
2919
+ #, fuzzy
2920
+ #| msgid "Delete slider"
2921
+ msgid "Convert to slide"
2922
+ msgstr "Slider löschen"
2923
+
2924
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:253
2925
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:494
2926
+ msgid "Copy slide to"
2927
  msgstr ""
2928
 
2929
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:270
2930
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:304
2931
+ msgid "Add post"
2932
  msgstr ""
2933
 
2934
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:310
2935
+ msgid "Please select a Post first!"
 
2936
  msgstr ""
2937
 
2938
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:456
2939
+ #, fuzzy
2940
+ #| msgid "Delete slider"
2941
+ msgid "delete these slides"
2942
+ msgstr "Slider löschen"
2943
+
2944
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:456
2945
+ #, fuzzy
2946
+ #| msgid "Delete slider"
2947
+ msgid "delete this slide"
2948
+ msgstr "Slider löschen"
2949
+
2950
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:43
2951
  msgid "Animations"
2952
  msgstr "Animationen"
3356
 
3357
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:81
3358
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:83
3359
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:53
3360
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:55
3361
  msgid "ARIA label"
3362
  msgstr ""
3363
 
3364
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:84
3365
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:56
3366
  msgid "It allows you to label your slider for screen readers."
3367
  msgstr ""
3368
 
3750
 
3751
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:41
3752
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:97
3753
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:156
3754
  #: SmartSlider3/Application/Model/ModelGenerator.php:400
3755
  msgid "Slides"
3756
  msgstr "Slides"
3909
  msgid "Authentication successful."
3910
  msgstr "Legitimation erfolgreich"
3911
 
3912
+ #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.php:61
3913
  msgid "Not installed"
3914
  msgstr "nicht installiert"
3915
 
3916
+ #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.php:69
3917
  msgid "Visit"
3918
  msgstr ""
3919
 
3939
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:58
3940
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:84
3941
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:96
3942
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:123
3943
  msgid "Generator"
3944
  msgstr "Generator"
3945
 
3946
+ #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php:18
3947
  msgid "How to upgrade to Smart Slider 3 Pro?"
3948
  msgstr ""
3949
 
3950
+ #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php:22
3951
  #, php-format
3952
  msgid ""
3953
  "After making your purchase, %1$slog in to your account%3$s and download the "
3955
  "on your website%3$s."
3956
  msgstr ""
3957
 
3958
+ #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php:26
3959
  msgid "Download Pro"
3960
  msgstr ""
3961
 
3962
+ #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php:30
3963
  msgid ""
3964
  "Feel free to remove the Free version, as you no longer need it. Your sliders "
3965
  "will stay!"
3966
  msgstr ""
3967
 
3968
+ #: SmartSlider3/Application/Admin/GoPro/Template/Index.php:18
3969
  msgid "Ready to go Pro?"
3970
  msgstr ""
3971
 
3972
+ #: SmartSlider3/Application/Admin/GoPro/Template/Index.php:22
3973
  msgid "Supercharge Smart Slider 3 with powerful functionality!"
3974
  msgstr ""
3975
 
3976
+ #: SmartSlider3/Application/Admin/GoPro/Template/Index.php:34
3977
  msgid "Already purchased?"
3978
  msgstr ""
3979
 
3980
+ #: SmartSlider3/Application/Admin/GoPro/Template/Index.php:38
3981
  msgid "Get started with the Pro version now!"
3982
  msgstr ""
3983
 
3995
  msgid "Successful connection with the API."
3996
  msgstr ""
3997
 
3998
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:22
3999
  msgid "Welcome to Help Center"
4000
  msgstr ""
4001
 
4002
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:25
4003
+ #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php:15
4004
  msgid ""
4005
  "To help you get started, we've put together a super tutorial video that "
4006
  "shows you the basic settings."
4007
  msgstr ""
4008
 
4009
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:40
4010
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:128
4011
  msgid "Possible conflicts"
4012
  msgstr ""
4013
 
4014
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:44
4015
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:132
4016
  msgid "Test connection"
4017
  msgstr ""
4018
 
4019
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:48
4020
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:136
4021
  msgid "No conflicts detected."
4022
  msgstr ""
4023
 
4024
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:66
4025
  msgid "Hello! How can we help you today?"
4026
  msgstr ""
4027
 
4028
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:71
4029
  msgid "Search in the knowledge base"
4030
  msgstr ""
4031
 
4032
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:83
4033
  msgid "Documentation"
4034
  msgstr ""
4035
 
4036
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:84
4037
  msgid ""
4038
  "To get started with Smart Slider 3, please refer to this guide for "
4039
  "downloading, installing, and using."
4040
  msgstr ""
4041
 
4042
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:90
4043
  msgid "Email support"
4044
  msgstr ""
4045
 
4046
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:91
4047
  msgid ""
4048
  "Need one-to-one assistance? Get in touch with our Support team! We'd love "
4049
  "the opportunity to help you."
4050
  msgstr ""
4051
 
4052
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:98
4053
  msgid "Tutorial videos"
4054
  msgstr ""
4055
 
4056
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:99
4057
  msgid ""
4058
  "Check our video tutorials which cover everything you need to know about "
4059
  "Smart Slider 3."
4060
  msgstr ""
4061
 
4062
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:104
4063
  msgid "Selected articles"
4064
  msgstr ""
4065
 
4066
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:166
4067
  #, fuzzy
4068
  #| msgid "Date format"
4069
  msgid "Debug information"
4100
  msgid "Help"
4101
  msgstr "Hilfe"
4102
 
4103
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/AdminError.php:22
4104
  #: SmartSlider3/Application/Model/ModelSlides.php:129
4105
  msgid "Read more"
4106
  msgstr ""
4107
 
4108
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.php:17
4109
  msgid "Need more?"
4110
  msgstr ""
4111
 
4112
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.php:20
4113
  msgid "Unlock all the pro features by upgrading to Smart Slider 3 Pro."
4114
  msgstr ""
4115
 
4116
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:42
4117
  msgid "Changelog"
4118
  msgstr "Veränderungslogbuch"
4119
 
4120
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:57
4121
  msgid "Check for update"
4122
  msgstr ""
4123
 
4124
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:60
4125
  msgid "Check"
4126
  msgstr ""
4127
 
4128
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:71
4129
  msgid "Your license is active"
4130
  msgstr ""
4131
 
4132
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:74
4133
  msgid "Deactivate license"
4134
  msgstr ""
4135
 
4136
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:82
4137
  msgid "Activate your license"
4138
  msgstr ""
4139
 
4140
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.php:18
4141
  msgid "Don’t miss any update"
4142
  msgstr ""
4143
 
4144
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:25
4145
  msgid "Let us know how we're doing"
4146
  msgstr ""
4147
 
4148
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:29
4149
  msgid ""
4150
  "If you are happy with Smart Slider 3 and can take a minute please leave a "
4151
  "review. This will help to spread its popularity and to make this plugin a "
4152
  "better one."
4153
  msgstr ""
4154
 
4155
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:59
4156
  msgid "Rate your experience"
4157
  msgstr ""
4158
 
4159
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:60
4160
  msgid "Hated it"
4161
  msgstr ""
4162
 
4163
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:61
4164
  msgid "Disliked it"
4165
  msgstr ""
4166
 
4167
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:62
4168
  msgid "It was ok"
4169
  msgstr ""
4170
 
4171
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:63
4172
  msgid "Liked it"
4173
  msgstr ""
4174
 
4175
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:64
4176
  msgid "Loved it"
4177
  msgstr ""
4178
 
4179
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:18
4180
  msgid "Why upgrade to Smart Slider 3 Pro?"
4181
  msgstr ""
4182
 
4183
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:25
4184
  msgid "180+ slider templates"
4185
  msgstr ""
4186
 
4187
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:29
4188
  msgid "14 new layers"
4189
  msgstr ""
4190
 
4191
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:33
4192
  msgid "New animations & effects"
4193
  msgstr ""
4194
 
4195
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:39
4196
  msgid "Full slide library access"
4197
  msgstr ""
4198
 
4199
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:43
4200
  msgid "Extra advanced options"
4201
  msgstr ""
4202
 
4203
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:47
4204
  msgid "Lifetime update & support"
4205
  msgstr ""
4206
 
4217
  msgid "Import"
4218
  msgstr "Importieren"
4219
 
4220
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:64
4221
  msgid "Layers"
4222
  msgstr ""
4223
 
4224
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:72
4225
  msgid "Library"
4226
  msgstr ""
4227
 
4228
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:129
4229
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:62
4230
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:151
4231
  msgid "Absolute"
4244
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:41
4245
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:45
4246
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:49
4247
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:333
4248
  msgid "Inner align"
4249
  msgstr "Innere Ausrichtung"
4250
 
4261
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:48
4262
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:232
4263
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:238
4264
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:334
4265
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:340
4266
  msgid "Vertical align"
4267
  msgstr "Vertikal ausgerichtet"
4268
 
4274
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:66
4275
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:93
4276
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:83
4277
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:113
4278
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:55
4279
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:165
4280
  #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:178
4281
  #: SmartSlider3/Renderable/Item/Image/ItemImage.php:143
4285
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:227
4286
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:123
4287
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:144
4288
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:288
4289
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:171
4290
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:146
4291
  msgid "Target window"
4540
  msgstr ""
4541
 
4542
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:60
4543
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:96
4544
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:35
4545
  #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:67
4546
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:109
4547
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:78
4548
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:173
4549
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:176
4550
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:171
 
4551
  #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:268
4552
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:272
4553
  #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:50
4554
  msgid "Description"
4555
  msgstr "Beschreibung"
4559
  msgstr ""
4560
 
4561
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:112
4562
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:72
4563
  #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:56
4564
  #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:56
4565
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:73
4576
 
4577
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:130
4578
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:135
4579
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:105
4580
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:47
4581
  msgid "Thumbnail type"
4582
  msgstr ""
4583
 
4584
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:133
4585
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:108
4586
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:50
4587
+ #: SmartSlider3/Form/Element/BackgroundImage.php:30
4588
+ #: SmartSlider3Pro/Renderable/Item/Video/Assets/video.js:22
4589
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:36
4590
+ msgid "Video"
4591
+ msgstr "Video"
4592
+
4593
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:136
4594
  msgid ""
4595
  "If you have a video on your slide, you can put a play icon on the thumbnail "
4986
  msgid "Scale down"
4987
  msgstr "Verkleinern"
4988
 
4989
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:22
4990
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php:40
4991
  msgid "Edit"
4992
  msgstr "Editieren"
4993
 
4994
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:38
4995
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:46
4996
  #: SmartSlider3/Application/Model/ModelSlides.php:77
4997
  msgid "Static overlay"
4998
  msgstr ""
4999
 
5000
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:68
5001
  msgid "First slide"
5002
  msgstr ""
5003
 
5004
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:76
5005
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:74
5006
  msgid "Unpublished"
5007
  msgstr ""
5029
  msgid "Select unpublished"
5030
  msgstr "Wähle unveröffentlichte"
5031
 
5032
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:26
5033
  msgid "Blank"
5034
  msgstr ""
5035
 
5036
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:36
5037
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:175
5038
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:121
5039
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:159
5040
  msgid "Post"
5041
  msgstr ""
5042
 
5043
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:53
5044
  msgid "Dynamic slides"
5045
  msgstr ""
5046
 
5047
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:92
5048
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:21
5049
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:27
5050
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:63
5051
  #: SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEdit.php:99
5052
  #: SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEditAddSlide.php:65
5053
  msgid "Add slide"
5054
  msgstr ""
5055
 
5056
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:105
5057
  msgid "Block must contain only one slide. Need more?"
5058
  msgstr ""
5059
 
5060
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:108
5061
  msgid "Convert to slider"
5062
  msgstr ""
5063
 
5064
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:136
5065
  #, fuzzy
5066
  #| msgid "Slide to left"
5067
  msgid "Slide one"
5068
  msgstr "Slide nach links"
5069
 
5070
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:143
5071
  #, fuzzy
5072
  #| msgid "Slide to top"
5073
  msgid "Slide two"
5074
  msgstr "Slide nach oben"
5075
 
5076
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:150
5077
  msgid "Drop images here"
5078
  msgstr ""
5079
 
5080
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php:106
5081
  msgid "Edit slider"
5082
  msgstr ""
5083
 
5117
  msgid "Export"
5118
  msgstr "Exportieren"
5119
 
5120
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/SliderManager.php:32
5121
  msgid "New project"
5122
  msgstr ""
5123
 
5124
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:21
5125
  msgid "Module"
5126
  msgstr ""
5127
 
5128
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:23
5129
  msgid "Displays the slider in a template module position."
5130
  msgstr ""
5131
 
5132
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:25
5133
  msgid "Create module"
5134
  msgstr ""
5135
 
5136
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:30
5137
  msgid "Related modules"
5138
  msgstr ""
5139
 
5140
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:40
5141
  msgid "Articles"
5142
  msgstr "Artikel"
5143
 
5144
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:42
5145
  msgid "Paste the code into article:"
5146
  msgstr ""
5147
 
5148
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:50
5149
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:48
5150
  msgid "PHP code"
5151
  msgstr "PHP Code"
5152
 
5153
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:52
5154
  msgid "Paste the PHP code into source code:"
5155
  msgstr ""
5156
 
5157
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:17
5158
  msgid "Shortcode"
5159
  msgstr "Kurzcode"
5160
 
5161
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:19
5162
  msgid "Copy and paste this shortcode into your posts or pages:"
5163
  msgstr ""
5164
 
5165
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:31
5166
  msgid "Pages and Posts"
5167
  msgstr ""
5168
 
5169
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:44
5170
  #, php-format
5171
  msgid "Smart Slider 3 has integration with %s."
5172
  msgstr ""
5173
 
5174
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:50
5175
  msgid "Paste the PHP code into your theme's file:"
5176
  msgstr ""
5177
 
5178
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrash.php:16
5179
  msgid "Trash is empty."
5180
  msgstr ""
5181
 
5182
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrashBox.php:38
5183
  #: SmartSlider3/Application/Admin/Sliders/ViewSlidersImport.php:122
5184
  msgid "Restore"
5185
  msgstr ""
5186
 
5187
+ #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.php:38
5188
  msgid "Toggle orientation"
5189
  msgstr ""
5190
 
5191
+ #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.php:49
5192
  msgid "Reload preview"
5193
  msgstr ""
5194
 
5195
+ #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.php:56
5196
  msgid "Open preview in full"
5197
  msgstr ""
5198
 
5199
+ #: SmartSlider3/Application/Admin/Preview/Template/Index.php:28
5200
  msgid "State"
5201
  msgstr ""
5202
 
5203
+ #: SmartSlider3/Application/Admin/Preview/Template/Index.php:30
5204
  msgid "Reason"
5205
  msgstr ""
5206
 
5298
  "changed by clicking away."
5299
  msgstr ""
5300
 
5301
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:63
 
 
 
 
5302
  msgid "Load jQuery on frontend"
5303
  msgstr ""
5304
 
5305
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:65
5306
  msgid "Load GSAP on frontend"
5307
  msgstr ""
5308
 
5309
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:67
5310
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:87
5311
  msgid "Async"
5312
  msgstr ""
5313
 
5314
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:68
5315
  msgid "Combine"
5316
  msgstr ""
5317
 
5318
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:69
5319
  msgid "Script attributes"
5320
  msgstr ""
5321
 
5322
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:71
5323
  msgid "Slider's inline JavaScript"
5324
  msgstr ""
5325
 
5326
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:73
5327
  msgid "Head"
5328
  msgstr ""
5329
 
5330
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:74
5331
  msgid "Into the slider"
5332
  msgstr ""
5333
 
5334
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:83
5335
  msgid "CSS mode"
5336
  msgstr ""
5337
 
5338
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:85
5339
  msgid "Inline"
5340
  msgstr ""
5341
 
5342
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:86
5343
  msgid "Inline at head"
5344
  msgstr ""
5345
 
5346
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:92
5347
  msgid "Load Font Awesome 4"
5348
  msgstr ""
5349
 
5350
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:95
5351
  msgid "API requests"
5352
  msgstr ""
5353
 
5354
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:99
5355
  #, php-format
5356
  msgctxt "Curl"
5357
  msgid "Use %s"
5358
  msgstr ""
5359
 
5360
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:101
5361
  #, fuzzy, php-format
5362
  #| msgid "Clean HTML"
5363
  msgctxt "curl proxy"
5582
  msgid "Slider duplicated."
5583
  msgstr "Slider dupliziert."
5584
 
5585
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:35
5586
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:43
5587
  msgid "Slider settings"
5588
  msgstr ""
5589
 
5590
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:47
5591
  msgid "Delete slider"
5592
  msgstr ""
5593
 
5594
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:75
5595
  msgid "Edit slide"
5596
  msgstr ""
5597
 
5598
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:86
5599
  msgid "Delete slide"
5600
  msgstr ""
5601
 
5602
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:88
5603
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:96
5604
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:48
5605
  #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:65
5610
  #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:41
5611
  #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:120
5612
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:66
5613
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:68
5614
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:53
5615
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:48
5616
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:58
5618
  msgid "Ordering"
5619
  msgstr "Anordnend"
5620
 
5621
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:43
5622
  msgid "Video url"
5623
  msgstr ""
5624
 
5679
  msgid "The imported file is not readable!"
5680
  msgstr "Der Import ist nicht lesbar!"
5681
 
5682
+ #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.php:24
5683
+ #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php:26
5684
  msgid "Go to dashboard"
5685
  msgstr ""
5686
 
5687
+ #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php:12
5688
  msgid "Welcome to Smart Slider 3"
5689
  msgstr ""
5690
 
5691
+ #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php:23
5692
  msgid "Don't show again"
5693
  msgstr ""
5694
 
5826
  msgid "Failed to create slides."
5827
  msgstr ""
5828
 
5829
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:178
5830
  msgid "Static save"
5831
  msgstr "Statisch speichern"
5832
 
5833
+ #: SmartSlider3/Application/Admin/Update/ControllerUpdate.php:19
5834
+ msgid "index.php?option=com_installer&view=update"
5835
+ msgstr ""
5836
+
5837
  #: SmartSlider3/Application/Model/ModelGenerator.php:396
5838
  msgid "Generator settings"
5839
  msgstr "Generator Einstellungen"
5858
  msgid "Smart Slider 3 deactivated on this site!"
5859
  msgstr ""
5860
 
5861
+ #: SmartSlider3/Application/Model/ModelSliders.php:239
5862
+ #: SmartSlider3/Application/Model/ModelSliders.php:277
5863
+ #: SmartSlider3/Application/Model/ModelSliders.php:292
5864
  msgid "New slider"
5865
  msgstr "neuer Slider"
5866
 
5867
+ #: SmartSlider3/Application/Model/ModelSliders.php:320
5868
  msgid "Alias removed"
5869
  msgstr ""
5870
 
5871
+ #: SmartSlider3/Application/Model/ModelSliders.php:323
5872
  msgid "Alias must contain one or more letters"
5873
  msgstr ""
5874
 
5875
+ #: SmartSlider3/Application/Model/ModelSliders.php:326
5876
  #, php-format
5877
  msgid "Alias updated to: %s"
5878
  msgstr ""
5879
 
5880
+ #: SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/Index.php:14
5881
  #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:45
5882
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:136
5883
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:140
5933
  msgid "Your theme uses an outdated MooTools library which is not compatible."
5934
  msgstr ""
5935
 
5936
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:28
5937
  msgid ""
5938
  "This plugin breaks JavaScript in the admin area, deactivate it and use "
5939
  "alternative plugin."
5940
  msgstr ""
5941
 
5942
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:44
5943
  msgid ""
5944
  "This plugin breaks Smart Slider 3 ajax calls if custom admin url enabled."
5945
  msgstr ""
5946
 
5947
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:58
5948
  msgid "This plugin adds a background image to every SVG and breaks SSL."
5949
  msgstr ""
5950
 
5951
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:69
5952
  msgid "This plugin has a JavaScript error which might break Smart Slider."
5953
  msgstr ""
5954
 
5955
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:81
5956
+ #, php-format
5957
+ msgid ""
5958
+ "This plugin breaks the filtering options of the dynamic slide generators "
5959
+ "when %1$s is set to %2$s. Also it has not received any updates since "
5960
+ "WordPress 3.9."
5961
+ msgstr ""
5962
+
5963
  #: SmartSlider3/Form/Element/Columns.php:29
5964
  msgid "Add column"
5965
  msgstr ""
6007
  msgid "%1$s generator missing the following source: %2$s"
6008
  msgstr ""
6009
 
6010
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentCategories.php:43
6011
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Elements/CobaltCategories.php:37
6012
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsCategories.php:39
6013
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsLocations.php:39
6014
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogCategories.php:33
6015
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussCategories.php:33
6016
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategories.php:33
6017
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingCategories.php:27
6018
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentCategories.php:43
6019
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopBrands.php:30
6020
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopCategories.php:30
6021
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Elements/IgnitegalleryCategories.php:36
6022
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionCategories.php:33
6023
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartCategories.php:36
6024
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCategories.php:32
6025
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketCategories.php:33
6026
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialCategories.php:29
6027
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroupcategories.php:29
6028
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingCategories.php:41
6029
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsCategories.php:39
6030
+ #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Categories.php:32
6031
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopCategories.php:47
6032
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryCategories.php:33
6033
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopCategories.php:35
6034
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproCategories.php:37
6035
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartCategories.php:37
6036
+ msgid "menu.treerecurse"
6037
+ msgstr ""
6038
+
6039
  #: SmartSlider3/Generator/Joomla/JoomlaContent/GeneratorGroupJoomlaContent.php:14
6040
  msgid "Joomla articles"
6041
  msgstr ""
6068
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:38
6069
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:65
6070
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:38
6071
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:40
6072
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:65
6073
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:34
6074
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:30
6075
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:34
6118
  #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:58
6119
  #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:41
6120
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:41
6121
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:49
6122
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:67
6123
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:46
6124
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:56
6125
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:56
6135
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:64
6136
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:58
6137
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:50
6138
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:50
6139
  msgid "User ID"
6140
  msgstr ""
6141
 
6148
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:44
6149
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:51
6150
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:52
6151
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:51
6152
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:45
6153
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:39
6154
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:58
6172
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:54
6173
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:51
6174
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:49
6175
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:56
6176
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:62
6177
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:76
6178
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:77
6185
  #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:70
6186
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:54
6187
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:51
6188
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:56
6189
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:62
6190
  msgid "m-d-Y"
6191
  msgstr ""
6196
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:55
6197
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:52
6198
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:50
6199
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:57
6200
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:63
6201
  msgid "Time format"
6202
  msgstr "Zeitformat"
6233
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:70
6234
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:74
6235
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:57
6236
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:64
6237
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:46
6238
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:88
6239
  #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:77
6244
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:74
6245
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:166
6246
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:169
6247
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:167
6248
  #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:177
6249
  #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:44
6250
  msgid "Title"
6251
  msgstr "Titel"
6252
 
6253
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:94
6254
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:66
6255
  msgid "User name"
6256
  msgstr ""
6257
 
6270
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:59
6271
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:67
6272
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:68
6273
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:69
6274
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:49
6275
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:61
6276
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:89
6304
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:58
6305
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:68
6306
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:63
6307
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:70
6308
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:56
6309
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:59
6310
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:72
6327
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:80
6328
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:69
6329
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:64
6330
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:71
6331
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:57
6332
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:60
6333
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:73
6798
  "Write one ID per line."
6799
  msgstr ""
6800
 
6801
+ #: SmartSlider3/Platform/Joomla/AdministratorComponent.php:62
6802
+ msgid "JERROR_ALERTNOAUTHOR"
6803
+ msgstr ""
6804
+
6805
  #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:73
6806
  #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:75
6807
  #: SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php:144
6829
  msgid "OR"
6830
  msgstr ""
6831
 
6832
+ #: SmartSlider3/Platform/WordPress/Integration/Gutenberg/Assets/js/block.js:31
6833
+ msgid "Select A Slider"
6834
+ msgstr ""
6835
+
6836
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:78
6837
  msgctxt "Button layer default text"
6838
  msgid "MORE"
6883
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:126
6884
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:145
6885
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:147
6886
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:289
6887
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:291
6888
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:147
6889
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:149
6890
  msgid "Rel"
6899
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:231
6900
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:127
6901
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:148
6902
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:292
6903
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:150
6904
  #, php-format
6905
  msgid ""
6908
  "separated with space. E.g. nofollow noopener noreferrer"
6909
  msgstr ""
6910
 
6911
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:173
6912
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:174
6913
+ #: SmartSlider3Pro/Renderable/Item/Icon/Assets/icon2.js:20
6914
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:31
6915
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:93
6916
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:212
6917
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:231
6918
+ msgid "Icon"
6919
+ msgstr "Ikon"
6920
+
6921
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:197
6922
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:121
6923
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:164
6939
  msgstr "Layer für Überschrift"
6940
 
6941
  #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:193
6942
+ #: SmartSlider3Pro/SplitText/Block/SplitTextManager/Index.php:14
6943
  msgid "Text animation"
6944
  msgstr ""
6945
 
6970
  #: SmartSlider3/Renderable/Item/Image/ItemImage.php:164
6971
  #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:39
6972
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:243
6973
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:226
6974
  msgid "Alt tag"
6975
  msgstr ""
6976
 
6997
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:48
6998
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:61
6999
  #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:64
7000
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:72
7001
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:53
7002
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:41
7003
  msgctxt "Layer group"
7169
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:228
7170
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:136
7171
  #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:71
7172
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:295
7173
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:137
7174
  #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:204
7175
  msgid "Display"
7328
  #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:161
7329
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:174
7330
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:394
7331
+ #: SmartSlider3Pro/PostBackgroundAnimation/Block/PostBackgroundAnimationManager/Index.php:15
7332
  msgid "Ken Burns effect"
7333
  msgstr "Ken Burns Effekt"
7334
 
8361
  msgid "Space around"
8362
  msgstr "Hintergrund"
8363
 
8364
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:91
8365
+ #: SmartSlider3Pro/Renderable/Item/Caption/Assets/caption.js:20
8366
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:54
8367
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:101
8368
+ msgid "Caption"
8369
+ msgstr "Überschrift"
8370
+
8371
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:133
8372
  msgid ""
8373
  "The height (horizontal orientation) or width (vertical orientation) of the "
8429
  "thumbnail container in px or %."
8430
  msgstr ""
8431
 
8432
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:54
8433
+ #, javascript-format
8434
+ msgid "Switches %s slide(s)."
8435
+ msgstr ""
8436
+
8437
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:57
8438
+ #, javascript-format
8439
+ msgid "Loops %s and stops before starting slide."
8440
+ msgstr ""
8441
+
8442
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:59
8443
+ #, javascript-format
8444
+ msgid "Loops %s and returns to starting slide."
8445
+ msgstr ""
8446
+
8447
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:62
8448
+ #, javascript-format
8449
+ msgid "Switches to the %s. slide."
8450
+ msgstr ""
8451
+
8452
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:136
8453
+ msgid "Top and bottom"
8454
+ msgstr ""
8455
+
8456
  #: SmartSlider3Pro/Application/Admin/Slider/License/ControllerAjaxLicense.php:26
8457
  msgid "License key cannot be empty!"
8458
  msgstr "Der Lizenzschlüssel darf nicht leer sein!"
8513
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:48
8514
  #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:187
8515
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:236
8516
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:183
8517
  #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:54
8518
  msgid "Type"
8519
  msgstr "tippen"
8772
  msgstr ""
8773
 
8774
  #: SmartSlider3Pro/Generator/Common/Facebook/ConfigurationFacebook.php:131
8775
+ msgctxt "Facebook app permission"
8776
  msgid "pages read engagement"
8777
  msgstr ""
8778
 
8789
  msgstr ""
8790
 
8791
  #: SmartSlider3Pro/Generator/Common/Facebook/ConfigurationFacebook.php:135
8792
+ msgctxt "Facebook app permission"
8793
  msgid "user photos"
8794
  msgstr ""
8795
 
9121
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/GeneratorGroupJreviews.php:23
9122
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:26
9123
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:21
9124
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:31
9125
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/GeneratorGroupMijoshop.php:21
9126
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:25
9127
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/GeneratorGroupPhocagallery.php:21
9145
  #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/GeneratorGroupDjclassifieds.php:31
9146
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:21
9147
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:29
9148
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:31
9149
  #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:127
9150
  msgid "Items"
9151
  msgstr "Begriffe"
9205
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:60
9206
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:45
9207
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:50
9208
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:52
9209
  msgid "Menu item (item ID)"
9210
  msgstr ""
9211
 
9606
  msgstr ""
9607
 
9608
  #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:39
9609
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:43
9610
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:33
9611
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:48
9612
  #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:45
9613
  #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:33
9614
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:34
9615
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:252
9616
  msgid "Tag"
9617
  msgstr "Tag"
9618
 
9647
  "to appear in the generator. One product ID per line."
9648
  msgstr ""
9649
 
9650
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:139
9651
+ msgid "index.php?option=com_jauction&controller=catalog&task=show&eid="
9652
+ msgstr ""
9653
+
9654
  #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:109
9655
  msgid "Available by date"
9656
  msgstr ""
9714
  msgid "Approved"
9715
  msgstr ""
9716
 
9717
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:143
9718
+ msgid "index.php?option=com_jmarket&controller=catalog&task=show&eid="
9719
+ msgstr ""
9720
+
9721
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:61
9722
  msgid "Show hidden"
9723
  msgstr "Zeige versteckte"
9724
 
9725
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:212
9726
+ msgid "index.php?option=com_community&view=events&task=viewevent&eventid="
9727
+ msgstr ""
9728
+
9729
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:138
9730
+ msgid "index.php?option=com_community&view=groups&task=viewgroup&groupid="
9731
+ msgstr ""
9732
+
9733
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:139
9734
  msgid "View group"
9735
  msgstr ""
9738
  msgid "Ask down all product images"
9739
  msgstr ""
9740
 
9741
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:240
9742
  msgid "View item"
9743
  msgstr ""
9744
 
10322
  msgid "Class on the selected tag element."
10323
  msgstr ""
10324
 
10325
+ #: SmartSlider3Pro/Renderable/Item/Area/Assets/area.js:23
10326
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:39
10327
+ msgid "Area"
10328
+ msgstr ""
10329
+
10330
  #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:207
10331
  msgid "Write custom CSS codes here without selectors."
10332
  msgstr ""
10333
 
10334
+ #: SmartSlider3Pro/Renderable/Item/Audio/Assets/audio.js:20
10335
+ #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:33
10336
+ msgid "Audio"
10337
+ msgstr ""
10338
+
10339
  #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:115
10340
  msgid "MP3 audio"
10341
  msgstr ""
10387
  msgid "Positions the text inside the overlay."
10388
  msgstr ""
10389
 
10390
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/Assets/circlecounter.js:20
10391
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:42
10392
+ msgid "Circle counter"
10393
+ msgstr ""
10394
+
10395
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:114
10396
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:125
10397
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:191
10398
+ #: SmartSlider3Pro/Renderable/Item/Counter/Assets/counter.js:20
10399
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:40
10400
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:99
10401
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:109
10402
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:146
10403
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:126
10404
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:175
10405
+ msgid "Counter"
10406
+ msgstr ""
10407
+
10408
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:126
10409
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:110
10410
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:127
10559
  msgid "Loop delay"
10560
  msgstr ""
10561
 
10562
+ #: SmartSlider3Pro/Renderable/Item/Html/Assets/html.js:20
10563
+ #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:28
10564
+ msgid "HTML"
10565
+ msgstr ""
10566
+
10567
  #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:62
10568
  msgid ""
10569
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
10697
  msgid "Upper-roman"
10698
  msgstr ""
10699
 
10700
+ #: SmartSlider3Pro/Renderable/Item/Icon/Assets/icon2.js:36
10701
+ msgid "Icon not found"
10702
+ msgstr "Icon nicht gefunden"
10703
+
10704
+ #: SmartSlider3Pro/Renderable/Item/Iframe/Assets/iframe.js:23
10705
+ msgid "Iframe"
10706
+ msgstr ""
10707
+
10708
  #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:32
10709
  msgid "iframe"
10710
  msgstr ""
10734
  msgid "iframe title"
10735
  msgstr "iFrame URL"
10736
 
10737
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/Assets/imagearea.js:23
10738
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:37
10739
+ msgid "Image area"
10740
+ msgstr ""
10741
+
10742
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/Assets/imagebox.js:21
10743
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:64
10744
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:175
10745
+ #, fuzzy
10746
+ #| msgid "Image mode"
10747
+ msgid "Image box"
10748
+ msgstr "Bildmodus"
10749
+
10750
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:341
10751
  msgid ""
10752
  "Positions the text inside the layer. Only works with left and right layout."
10753
  msgstr ""
10754
 
10755
+ #: SmartSlider3Pro/Renderable/Item/Input/Assets/input.js:20
10756
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:59
10757
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:83
10758
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:87
10759
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:204
10760
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:208
10761
+ msgid "Input"
10762
+ msgstr "Input"
10763
+
10764
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:79
10765
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:212
10766
  msgid "Container"
10809
  msgid "JavaScript"
10810
  msgstr ""
10811
 
10812
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/Assets/progressbar.js:20
10813
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:45
10814
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:115
10815
+ msgid "Progress bar"
10816
+ msgstr ""
10817
+
10818
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:152
10819
  msgid "Over"
10820
  msgstr ""
10821
 
10822
+ #: SmartSlider3Pro/Renderable/Item/Transition/Assets/transition.js:19
10823
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:33
10824
+ msgid "Transition"
10825
+ msgstr ""
10826
+
10827
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:120
10828
  msgid "Front image"
10829
  msgstr ""
10856
  msgid "Preload"
10857
  msgstr "Vorspann"
10858
 
10859
+ #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/Assets/joomlamodule.js:20
10860
+ #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:26
10861
+ msgid "Joomla module"
10862
+ msgstr ""
10863
+
10864
  #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:52
10865
  msgid ""
10866
  "Please note, that <b>we do not support</b> the Joomla module layer!<br>The "
11184
  "to allow clicking on buttons on the visible slides."
11185
  msgstr ""
11186
 
11187
+ #: SmartSlider3Pro/SplitText/Block/SplitTextManager/Sidebar.php:16
11188
  msgid "Save as new animation"
11189
  msgstr "Als neue Animation speichern"
11190
 
Nextend/Languages/es_ES.mo CHANGED
Binary file
Nextend/Languages/es_ES.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2020-07-22 15:31+0200\n"
5
- "PO-Revision-Date: 2020-07-22 15:31+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: es\n"
@@ -10,737 +10,920 @@ 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 2.4\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-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: Framework/Asset/Builder/cache\n"
19
 
20
- #: Framework/Image/Admin/Assets/js/editor.js:142
21
- msgid "Generate"
22
- msgstr "Generar"
23
-
24
- #: Framework/Image/Admin/Assets/js/editor.js:148
25
- msgid "Desktop image is empty!"
26
- msgstr "¡La imagen de escritorio está vacía!"
27
-
28
- #: Framework/Image/Admin/Assets/js/manager.js:44
29
- msgid "The image is empty"
30
- msgstr "La imagen está vacía"
31
-
32
- #: Framework/Image/Admin/Assets/js/manager.js:65
33
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:86
34
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:107
35
- msgid "Empty"
36
- msgstr "Vacio"
37
-
38
- #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:79
39
- msgid "Slide height probably too high"
40
- msgstr "La altura del slide es probablemente muy alta"
41
 
42
- #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:80
43
- msgid ""
44
- "The height of this slide is much higher than others so it will increase the "
45
- "height of the other slides."
46
  msgstr ""
47
- "La altura de este slide es mucho más alta que la de otros, por lo que debes "
48
- "incrementar la altura de esos otros slides."
49
-
50
- #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:84
51
- msgid "Slide height increased"
52
- msgstr "Altura del slide incrementada"
53
 
54
- #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:89
55
- #, javascript-format
56
- msgid ""
57
- "The height of this slide increased because the following slides are much "
58
- "higher: %s."
59
  msgstr ""
60
- "La altura de este slide se incrementó ya que los siguientes slides son mucho "
61
- "más grandes: %s."
62
-
63
- #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:12
64
- msgid "Drop files here or"
65
- msgstr "Suelta los archivos aquí o"
66
-
67
- #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:12
68
- msgid "Upload"
69
- msgstr "Subir"
70
-
71
- #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:19
72
- msgid "Parent directory"
73
- msgstr "Directorio raíz"
74
 
75
- #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:105
76
- msgid "Current path"
77
- msgstr "Ruta actual"
78
 
79
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:32
80
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:59
81
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:214
82
- msgid "Preset"
83
- msgstr "Preajuste"
84
 
85
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:32
86
- msgid ""
87
- "You can use presets to save style settings for later use. Clicking on any "
88
- "preset will load its styling to your current layer, and the previous style "
89
- "settings will be lost."
90
- msgstr ""
91
- "Puedes utilizar los preajustes para grabar las opciones de estilo y "
92
- "utilizarlas más tarde. Haciendo un clic en cualquiera de los preajustes "
93
- "cargará su estilo en la capa actual, y se perderán los estilos que tenían "
94
- "previamente."
95
 
96
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:34
97
- msgid ""
98
- "Layer design options affect every device. If you need to make responsive "
99
- "adjustments, look for the options with the device icon."
100
- msgstr ""
101
- "Las opciones de diseño de capas afectan a todos los dispositivos. Si "
102
- "necesitas hacer ajustes sobre las opciones responsivas, utiliza las opciones "
103
- "al presionar el ícono del dispositivo que deseas."
104
 
105
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:41
106
- msgid "Reset style to default"
107
- msgstr "Reestablecer el estilo a su valor por defecto"
108
 
109
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:47
110
- msgid "Save style as new preset"
111
- msgstr "Grabar estilo como un nuevo preajuste"
112
 
113
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:58
114
- msgid "Load style"
115
- msgstr "Cargar estilo"
 
116
 
117
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:87
118
- msgid "You have not created any presets for this layer yet."
119
- msgstr "Aún no has creado preajustes para esta capa."
 
 
120
 
121
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:159
122
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:166
123
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:217
124
- msgid "Save as"
125
- msgstr "Guardar como"
126
 
127
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:164
128
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:222
129
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:207
130
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:73
131
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:49
132
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:208
133
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:85
134
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:84
135
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:57
136
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:57
137
- msgid "Name"
138
- msgstr "Nombre"
139
 
140
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:174
141
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:232
142
- msgid "Please fill the name field!"
143
- msgstr "¡Por favor rellena el campo \"nombre\"!"
 
 
 
 
 
 
144
 
145
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:199
146
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:290
147
- msgid "Preset saved."
148
- msgstr "Preajuste guardado."
149
 
150
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:268
151
- msgid "Overwrite preset"
152
- msgstr "Sobrescribir preajuste"
153
 
154
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:312
155
- msgid "Preset deleted."
156
- msgstr "Preajuste eliminado."
 
 
 
 
157
 
158
- #: SmartSlider3/Application/Admin/Assets/js/common/element/folders.js:42
159
- msgid "Choose folder"
160
- msgstr "Seleccionar carpeta"
 
161
 
162
- #: SmartSlider3/Application/Admin/Assets/js/common/element/folders.js:46
163
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:75
164
- msgid "Select"
165
- msgstr "Seleccionar"
166
 
167
- #: SmartSlider3/Application/Admin/Assets/js/common/element/image-list.js:135
168
- #: SmartSlider3/Application/Admin/Assets/js/common/element/image-list.js:198
169
- #: SmartSlider3/Application/Admin/Assets/js/element/animationmanagerelement.js:69
170
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:142
171
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:145
172
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:142
173
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:145
174
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/splittextanimationmanagerelement.js:98
175
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php:51
176
- #: SmartSlider3Pro/Form/Element/ParticleSkin.php:31
177
- #: SmartSlider3Pro/Form/Element/Select/ShapeDividerSelect.php:56
178
- msgid "Disabled"
179
- msgstr "Deshabilitado"
180
 
181
- #: SmartSlider3/Application/Admin/Assets/js/common/element/imagemanager.js:32
182
- msgid "Image field can not be empty!"
183
- msgstr "¡El campo imagen no puede estar vacio!"
 
 
 
 
 
184
 
185
- #: SmartSlider3/Application/Admin/Assets/js/common/element/skin.js:56
186
- msgid "Done"
187
- msgstr "Hecho"
188
 
189
- #: SmartSlider3/Application/Admin/Assets/js/common/element/upload.js:39
190
- msgid "No file selected."
191
- msgstr "No se seleccionó un archivo."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
 
193
- #: SmartSlider3/Application/Admin/Assets/js/common/form-tip-manager.js:109
194
- msgid "Open docs"
195
- msgstr "Abrir documentación"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
 
197
- #: SmartSlider3/Application/Admin/Assets/js/common/form.js:113
198
- msgid "The changes you made will be lost if you navigate away from this page."
199
- msgstr "Los cambios que has realizado se perderán si sales de esta página."
 
 
 
 
 
 
 
 
 
 
 
200
 
201
- #: SmartSlider3/Application/Admin/Assets/js/common/icons.js:77
202
- msgid "Icons"
203
- msgstr "Íconos"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
 
205
- #: SmartSlider3/Application/Admin/Assets/js/common/icons.js:90
206
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:72
207
- #: SmartSlider3Pro/Generator/Common/Flickr/GeneratorGroupFlickr.php:36
208
- #: SmartSlider3Pro/Generator/Common/YouTube/GeneratorGroupYouTube.php:31
209
- #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:23
210
- #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:32
211
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:110
212
- msgid "Search"
213
- msgstr "Buscar"
 
 
 
 
 
 
 
214
 
215
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:18
216
- msgid "Are you sure?"
217
- msgstr "¿Estás seguro?"
218
 
219
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:22
220
- #: SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonCancel.php:12
221
- msgid "Cancel"
222
- msgstr "Cancelar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
223
 
224
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:29
225
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:99
226
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:382
227
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:181
228
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:1108
229
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:112
230
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:45
231
- msgid "Delete"
232
- msgstr "Borrar"
 
 
 
 
 
233
 
234
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalLightbox.js:36
235
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:95
236
- #: SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php:47
237
- msgid "Close"
238
- msgstr "Cerrar"
 
 
 
239
 
240
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:16
241
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:23
242
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:41
243
- msgid "Create group"
244
- msgstr "Crear grupo"
245
 
246
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:21
247
- msgid "Group name"
248
- msgstr "Nombre del grupo"
 
 
 
 
249
 
250
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:49
251
- msgid "Group created"
252
- msgstr "Grupo creado"
 
 
 
 
 
253
 
254
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/generator-record-viewer.js:52
255
- msgid "Records"
256
- msgstr "Registros"
 
 
 
 
257
 
258
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:11
259
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:62
260
- msgid "Keyboard shortcuts"
261
- msgstr "Atajos de teclado"
262
 
263
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:40
264
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:37
265
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:91
266
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:54
267
- msgid "Got it"
268
- msgstr "Entendido"
269
 
270
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:61
271
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php:46
272
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:56
273
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:68
274
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:35
275
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:33
276
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:43
277
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:56
278
- #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:59
279
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:139
280
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:146
281
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:127
282
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:132
283
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:109
284
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:112
285
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:204
286
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:154
287
- #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:113
288
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:159
289
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:204
290
- #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:61
291
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:125
292
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:92
293
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:64
294
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:108
295
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:179
296
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:119
297
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:114
298
- #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:50
299
- msgid "General"
300
- msgstr "General"
301
 
302
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:62
303
- msgid "Content tab"
304
- msgstr "Pestaña Contenido"
305
-
306
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:63
307
- msgid "Style tab"
308
- msgstr "Pestaña Estilo"
309
-
310
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:69
311
- msgid "Animation tab"
312
- msgstr "Pestaña Animación"
313
-
314
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:73
315
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:24
316
- msgid "Add Layer"
317
- msgstr "Agregar Capa"
318
-
319
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:74
320
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/layerWindow.js:79
321
- msgid "Layer List"
322
- msgstr "Lista de Capas"
323
-
324
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:78
325
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/layerNavigation.js:50
326
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:50
327
- msgid "Timeline"
328
- msgstr "Línea de tiempo"
329
-
330
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:82
331
- #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleProject.php:49
332
- #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleShots.php:37
333
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeopleAlbum.php:101
334
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoGallery.php:100
335
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoStream.php:91
336
- #: SmartSlider3Pro/Generator/Common/Pinterest/Sources/PinterestImages.php:65
337
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:188
338
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:111
339
- msgid "View"
340
- msgstr "Ver"
341
-
342
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:83
343
- #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:61
344
- #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:111
345
- #: Framework/Font/ModelFont.php:100 Framework/Image/ModelImage.php:35
346
- #: Framework/Image/ModelImage.php:58 Framework/Style/ModelStyle.php:94
347
- #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:77
348
- #: SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php:38
349
- #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:115
350
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:213
351
- #: SmartSlider3/BackgroundAnimation/ModelBackgroundAnimation.php:41
352
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:78
353
- #: SmartSlider3Pro/PostBackgroundAnimation/ModelPostBackgroundAnimation.php:45
354
- #: SmartSlider3Pro/SplitText/ModelSplitText.php:225
355
- msgid "Preview"
356
- msgstr "Previsualizar"
357
-
358
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:84
359
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:224
360
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:16
361
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:163
362
- #: Framework/Form/Element/Breakpoint.php:71
363
- #: Framework/Form/Element/Breakpoint.php:96 Framework/Image/ModelImage.php:31
364
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:115
365
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:159
366
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:151
367
- #: SmartSlider3/Application/Admin/Preview/Template/Index.phtml:29
368
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:127
369
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:102
370
- msgid "Desktop"
371
- msgstr "Escritorio"
372
-
373
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:85
374
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:226
375
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:18
376
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:163
377
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:172
378
- #: Framework/Form/Element/Breakpoint.php:61
379
- #: Framework/Form/Element/Breakpoint.php:91 Framework/Image/ModelImage.php:38
380
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:106
381
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:194
382
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:287
383
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:473
384
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:155
385
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:159
386
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:145
387
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:149
388
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:112
389
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:126
390
- msgid "Tablet"
391
- msgstr "Tableta"
392
-
393
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:86
394
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:228
395
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:20
396
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:161
397
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:162
398
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:181
399
- #: Framework/Form/Element/Breakpoint.php:51
400
- #: Framework/Form/Element/Breakpoint.php:86 Framework/Image/ModelImage.php:40
401
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:112
402
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:97
403
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:229
404
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:302
405
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:523
406
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:156
407
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:167
408
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:157
409
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:161
410
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:97
411
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:150
412
- msgid "Mobile"
413
- msgstr "Móvil"
414
-
415
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:91
416
- msgid "Adjust"
417
- msgstr "Ajustar"
418
 
419
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:92
420
- msgid "Move (Absolute)"
421
- msgstr "Mover (Absoluto)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
422
 
423
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:92
424
- #: SmartSlider3/Widget/Group/Arrow.php:44
425
- msgid "Arrows"
426
- msgstr "Flechas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
427
 
428
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:93
429
- msgid "Align (Absolute)"
430
- msgstr "Alinear (Absoluto)"
 
431
 
432
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:93
433
- msgid "Numeric keys"
434
- msgstr "Teclas numéricas"
 
435
 
436
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:98
437
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:16
438
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:20
439
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:39
440
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:60
441
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:42
442
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:41
443
- msgid "Action"
444
- msgstr "Acción"
445
 
446
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:100
447
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:375
448
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:174
449
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:1101
450
- #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:79
451
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:54
452
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:43
453
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:127
454
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:148
455
- msgid "Duplicate"
456
- msgstr "Duplicar"
457
 
458
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:101
459
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1131
460
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:60
461
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:44
462
- #: SmartSlider3/Application/Model/ModelSliders.php:543
463
- msgid "Copy"
464
- msgstr "Copiar"
465
 
466
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:102
467
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1140
468
- msgid "Paste"
469
- msgstr "Pegar"
470
 
471
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:103
472
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:195
473
- msgid "Undo"
474
- msgstr "Deshacer"
475
 
476
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:104
477
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:186
478
- msgid "Redo"
479
- msgstr "Rehacer"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
480
 
481
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:105
482
- #: SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSave.php:12
483
- msgid "Save"
484
- msgstr "Guardar"
485
 
486
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:109
487
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:42
488
- msgid "Play animations"
489
- msgstr "Reproducir animaciones"
490
 
491
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:114
492
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:86
493
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:89
494
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:106
495
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:109
496
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:272
497
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:171
498
- msgid "Clear device specific settings"
499
- msgstr "Borrar las opciones específicas del dispositivo"
500
 
501
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:115
502
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:89
503
- msgid "Current layer, current device"
504
- msgstr "Capa actual, dispositivo actual"
505
 
506
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:116
507
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:86
508
- msgid "Current layer, all devices"
509
- msgstr "Capa actual, todos los dispositivos"
 
 
 
 
 
 
 
 
 
 
 
510
 
511
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:117
512
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:109
513
- msgid "All layers, current device"
514
- msgstr "Todas las capas, el dispositivo actual"
515
 
516
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:118
517
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:106
518
- msgid "All layers, all devices"
519
- msgstr "Todas las capas, todos los dispositivos"
520
 
521
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/safe-html.js:15
522
- msgid "Unexpected response"
523
- msgstr "Respuesta inesperada"
 
524
 
525
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:17
526
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:109
527
- msgid "Scroll to"
528
- msgstr "Desplazarse a"
529
 
530
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:18
531
- msgid "Scroll to alias"
532
- msgstr "Desplazarse al alias"
 
 
 
 
 
 
 
 
 
 
 
533
 
534
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:19
535
- msgid "Go to slide"
536
- msgstr "Ir al slide"
 
 
 
 
 
 
 
 
 
537
 
538
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:20
539
- msgid "Go to slide ID"
540
- msgstr "Ir al ID del slide"
541
 
542
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:21
543
- msgid "Previous slide"
544
- msgstr "Anterior slide"
 
545
 
546
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:22
547
- msgid "Next slide"
548
- msgstr "Siguiente slide"
 
549
 
550
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:23
551
- msgid "Slide event"
552
- msgstr "Evento del slide"
 
553
 
554
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:118
555
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:155
556
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:197
557
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:265
558
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:354
559
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:36
560
- msgid "Examples"
561
- msgstr "Ejemplos"
562
 
563
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:119
564
- msgid "Scrolls to the top of the page."
565
- msgstr "Se desplaza hacia la parte superior de la pantalla."
 
566
 
567
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:120
568
- msgid "Scrolls to the bottom of the page."
569
- msgstr "Se desplaza hacia la parte inferior de la pantalla."
 
570
 
571
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:121
572
- msgid ""
573
- "You can use any jQuery selector to scroll to a specific element on the page. "
574
- "Example: \"#pricing\" scrolls to the element with the id of \"pricing\"."
575
- msgstr ""
576
- "Puedes utilizar cualquier selector de jQuery para desplazarse hacia un "
577
- "elemento en la página. Por ejemplo; \"#precio\" se desplaza hacia el "
578
- "elemento con el id \"precio\"."
579
 
580
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:151
581
- msgid "Slider alias"
582
- msgstr "Alias del slider"
 
583
 
584
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:156
585
- msgid "Slider alias set at Slider settings > General"
586
- msgstr "Alias del slider como fue ingresado en Opciones del Slider > General"
 
587
 
588
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:187
589
- msgid "Slide index"
590
- msgstr "Índice de slides"
 
591
 
592
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:189
593
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:257
594
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:215
595
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:325
596
- msgid "Direction"
597
- msgstr "Dirección"
598
 
599
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:190
600
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:258
601
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderDeveloper.php:93
602
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:164
603
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:77
604
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:196
605
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:42
606
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:76
607
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:82
608
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:82
609
- msgid "Auto"
610
- msgstr "Auto"
611
 
612
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:191
613
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:259
614
- msgid "Backward"
615
- msgstr "Anterior"
 
 
 
 
 
616
 
617
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:192
618
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:260
619
- msgid "Forward"
620
- msgstr "Siguiente"
 
621
 
622
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:198
623
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:266
624
- #, javascript-format
625
- msgid "slide index: 2 %s direction: backward"
626
- msgstr "índice de slides: 2 %s dirección: hacia atrás"
627
 
628
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:198
629
- msgid "Switches to the second slide as if the previous arrow was pressed"
630
- msgstr ""
631
- "Cambia al segundo slide como si la flecha \"anterior\" fuese presionada"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
632
 
633
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:199
634
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:267
635
- #, javascript-format
636
- msgid "slide index: 5 %s direction: forward"
637
- msgstr "índice de slide: 5 %s dirección: hacia adelante"
 
 
 
 
 
 
 
638
 
639
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:199
640
- msgid "Switches to the fifth slide as if the next arrow was pressed"
641
- msgstr ""
642
- "Cambia al quinto slide como si la flecha \"siguiente\" fuese presionada"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
643
 
644
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:252
645
- msgid "Slide ID"
646
- msgstr "ID del slide"
 
 
 
 
 
 
 
 
 
647
 
648
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:266
649
- msgid ""
650
- "Switches to the slide with the #2 ID as if the previous arrow was pressed"
651
- msgstr ""
652
- "Cambia al slide con el ID #2 al igual que si se presionara la flecha anterior"
 
 
 
 
 
 
 
 
 
653
 
654
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:267
655
- msgid "Switches to the slide with the #5 ID as if the next arrow was pressed"
656
- msgstr ""
657
- "Cambia al slide con el ID #5 al igual que si se presionara la flecha "
658
- "siguiente"
 
 
 
 
 
 
 
659
 
660
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:350
661
- msgid "Event name"
662
- msgstr "Nombre del evento"
 
663
 
664
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:355
665
- msgid "An event you use to trigger layer animation(s) with"
666
- msgstr "Lista de contenido - Uno por línea"
667
 
668
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:16
669
- msgid "Content List - One Per Line"
670
- msgstr "Lista de Contenido - Uno por línea"
671
 
672
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:18
673
- msgid "Choose images"
674
- msgstr "Seleccionar imágenes"
 
 
 
 
 
 
 
 
 
 
 
675
 
676
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:45
677
- msgid "Titles - One Per Line"
678
- msgstr "Títulos - Uno por línea"
679
 
680
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:50
681
- msgid "Autoplay duration"
682
- msgstr "Duración de la reproducción automática"
 
 
 
683
 
684
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:19
685
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:18
686
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:75
687
- msgid "URL"
688
- msgstr "URL"
 
689
 
690
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:24
691
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:275
692
- msgid "Search keyword"
693
- msgstr "Buscar palabra clave"
 
 
694
 
695
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:31
696
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:283
697
- #: SmartSlider3/Generator/WordPress/Posts/GeneratorGroupPosts.php:16
698
- #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookPostsByPage.php:30
699
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/GeneratorGroupMultisitePost.php:29
700
- msgid "Posts"
701
- msgstr "Entradas"
702
 
703
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:19
704
- msgid "Lightbox"
705
- msgstr "Lightbox"
706
 
707
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:34
708
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:412
709
- #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:15
710
- msgid "Insert"
711
- msgstr "Insertar"
712
 
713
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:26
714
- msgid "Oops, Something Went Wrong"
715
- msgstr "Uy, algo salió mal"
716
 
717
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:50
718
- msgid "Success"
719
- msgstr "Éxito"
720
 
721
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:56
722
- #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:413
723
- msgid "Notice"
724
- msgstr "Notificación"
725
 
726
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:33
727
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:68
728
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:124
729
- msgid "Select image"
730
- msgstr "Seleccionar imagen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
731
 
732
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:35
733
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:70
734
- msgid "Use Joomla selector"
735
- msgstr "Usar selector de Joomla"
736
 
737
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:126
738
- msgid "Use default selector"
739
- msgstr "Usar selector por defecto"
740
 
741
- #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:145
742
  #: Framework/Form/Element/OnOff.php:22
743
  #: Framework/Form/Element/Select/Gradient.php:15
 
744
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:117
745
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:124
746
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAutoplay.php:96
@@ -754,87 +937,213 @@ msgstr "Usar selector por defecto"
754
  msgid "Off"
755
  msgstr "Apagado"
756
 
757
- #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:146
758
  #: Framework/Form/Element/OnOff.php:22
 
759
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:308
760
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:166
761
  msgid "On"
762
  msgstr "Encendido"
763
 
764
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/abstract/core.js:132
765
- msgid "Deleted."
766
- msgstr "Eliminado."
 
 
 
 
767
 
768
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:101
769
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/setsandmore.js:91
770
- #: SmartSlider3Pro/SplitText/Admin/Assets/js/manager.js:71
771
- msgid "Static"
772
- msgstr "Estático"
 
 
 
773
 
774
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:224
775
- msgid "Save as New"
776
- msgstr "Grabar como nuevo"
777
 
778
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:235
779
- msgid "Saved."
780
- msgstr "Grabado."
 
 
 
 
 
781
 
782
- #: SmartSlider3/Application/Admin/Assets/js/element/animationmanagerelement.js:71
783
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:140
784
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/splittextanimationmanagerelement.js:100
785
- msgid "Enabled"
786
- msgstr "Habilitado"
787
 
788
- #: SmartSlider3/Application/Admin/Assets/js/element/columns-element.js:110
789
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:70
790
- msgid "Column"
791
- msgstr "Columna"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
792
 
793
- #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:141
794
- msgid "There is no layer available to be parent of the current layer!"
795
- msgstr "¡No hay una capa disponible para ser raíz de la capa actual!"
796
 
797
- #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:151
798
- msgid "Pick the parent layer!"
799
- msgstr "Selecciona la capa raíz (de origen)"
800
 
801
- #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:170
802
- msgid "Pick the align point of the parent layer!"
803
- msgstr "¡Selecciona el punto de alineación en la capa raíz!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
804
 
805
- #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:193
806
- msgid "Pick the align point of the child layer!"
807
- msgstr "¡Selecciona el punto de alineación en la capa enlazada!"
 
808
 
809
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:71
810
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:327
811
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:104
812
- #: SmartSlider3/Form/Element/Group/WidgetPosition.php:24
813
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:204
814
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:275
815
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:180
816
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:260
817
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:203
818
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:289
819
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:89
820
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:195
821
- msgid "Advanced"
822
- msgstr "Avanzado"
 
 
 
 
 
 
 
823
 
824
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:75
825
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:87
826
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:96
827
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:108
828
- #, javascript-format
829
- msgid "Outer %s"
830
- msgstr "Externo %s"
 
 
 
 
 
831
 
 
832
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:75
833
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:78
834
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:81
835
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:84
836
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:138
837
- #: Framework/Form/Element/Select/LinkTarget.php:16
838
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:176
839
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:468
840
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:472
@@ -847,2243 +1156,1812 @@ msgstr "Externo %s"
847
  #: SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php:238
848
  #: SmartSlider3/Form/Element/Group/WidgetPosition.php:106
849
  #: SmartSlider3/Storage.php:979
 
850
  #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:73
851
  #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:199
852
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:217
853
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:234
854
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:295
855
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:332
856
  #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:105
857
  msgid "Top"
858
  msgstr "Superior"
859
 
860
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:78
861
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:87
862
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:90
863
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:99
864
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:149
865
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:169
866
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:471
867
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:475
868
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:480
869
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:481
870
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:486
871
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:487
872
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:491
873
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:514
874
- #: SmartSlider3/Form/Element/Group/WidgetPosition.php:88
875
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:199
876
- #: SmartSlider3/Storage.php:949
877
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:102
878
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:70
879
- #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:181
880
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:220
881
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:296
882
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:75
883
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:75
884
- msgid "Left"
885
- msgstr "Izquierda"
886
-
887
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:81
888
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:102
889
- #: Framework/Form/Element/Select/FillMode.php:19
890
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:150
891
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:241
892
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:109
893
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:242
894
- #: SmartSlider3/Storage.php:710
895
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:103
896
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:71
897
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:71
898
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:235
899
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:333
900
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:307
901
- #: SmartSlider3Pro/SplitText/ModelSplitText.php:67
902
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:76
903
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:76
904
- msgid "Center"
905
- msgstr "Centrar"
906
-
907
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:84
908
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:93
909
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:96
910
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:105
911
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:151
912
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:469
913
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:473
914
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:482
915
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:483
916
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:484
917
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:485
918
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:489
919
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:512
920
- #: SmartSlider3/Form/Element/Group/WidgetPosition.php:89
921
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:200
922
- #: SmartSlider3/Storage.php:964
923
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:104
924
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:72
925
- #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:190
926
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:218
927
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:297
928
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:77
929
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:77
930
- msgid "Right"
931
- msgstr "Derecha"
932
-
933
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:90
934
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:93
935
- msgid "Middle"
936
- msgstr "En la mitad"
937
-
938
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:99
939
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:102
940
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:105
941
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:108
942
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:140
943
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:470
944
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:474
945
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:484
946
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:485
947
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:486
948
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:487
949
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:490
950
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:513
951
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php:242
952
- #: SmartSlider3/Form/Element/Group/WidgetPosition.php:107
953
- #: SmartSlider3/Storage.php:994
954
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:74
955
- #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:208
956
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:219
957
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:236
958
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:298
959
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:334
960
- #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:108
961
- msgid "Bottom"
962
- msgstr "Inferior"
963
-
964
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1150
965
- #: Framework/Form/Element/Select/LinkTarget.php:15
966
- msgid "Parent"
967
- msgstr "Carpeta raíz"
968
-
969
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1210
970
- msgid "Layer(s)"
971
- msgstr "Capa(s)"
972
-
973
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:225
974
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:17
975
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:159
976
- #: Framework/Form/Element/Breakpoint.php:76
977
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:119
978
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:143
979
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:272
980
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:422
981
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:147
982
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:133
983
- msgid "Large desktop"
984
- msgstr "Escritorio grande"
985
 
986
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:227
987
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:19
988
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:168
989
- #: Framework/Form/Element/Breakpoint.php:66
990
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:110
991
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:178
992
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:279
993
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:448
994
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:155
995
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:118
996
- msgid "Large tablet"
997
- msgstr "Tableta grande"
998
 
999
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:229
1000
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:21
1001
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:177
1002
- #: Framework/Form/Element/Breakpoint.php:56
1003
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:101
1004
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:212
1005
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:294
1006
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:498
1007
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:163
1008
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:103
1009
- msgid "Large mobile"
1010
- msgstr "Móvil grande"
1011
 
1012
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:270
1013
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:94
1014
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:252
1015
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:69
1016
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:94
1017
- msgid "Hide on"
1018
- msgstr "Ocultar en"
1019
 
1020
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:414
1021
- msgid "Rename"
1022
- msgstr "Renombrar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1023
 
1024
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:421
1025
- msgid "Show/Hide in editor"
1026
- msgstr "Mostrar/ocultar en el editor"
1027
 
1028
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:573
1029
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:594
1030
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:35
1031
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabGoPro.php:21
1032
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:156
1033
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:346
1034
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:129
1035
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:185
1036
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:195
1037
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:197
1038
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:179
1039
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:134
1040
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:259
1041
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:163
1042
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:130
1043
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:183
1044
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:45
1045
- msgid "Animation"
1046
- msgstr "Animación"
1047
 
1048
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/animations.js:106
1049
- msgid "Add animation"
1050
- msgstr "Agregar animación"
1051
 
1052
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/animations.js:116
1053
- msgid "Remove animations"
1054
- msgstr "Remover animación"
 
 
1055
 
1056
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/editor/Editor.js:50
1057
- msgid "Layer Animation - Basic"
1058
- msgstr "Animación de Capa - Básica"
1059
 
1060
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/editor/Editor.js:105
1061
- msgid "Add keyframe"
1062
- msgstr "Agregar fotograma clave"
1063
 
1064
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/LoopDummy.js:75
1065
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/LoopDummy.js:91
1066
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:49
1067
- msgid "Loop"
1068
- msgstr "Bucle"
1069
 
1070
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/keyFrame/KeyFrame.js:188
1071
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:357
1072
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:358
1073
- msgid "Special Zero"
1074
- msgstr "Cero especial"
1075
 
1076
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/keyFrame/KeyFrame.js:188
1077
- msgid "Keyframe"
1078
- msgstr "Fotograma clave"
1079
 
1080
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/reveal/editor/Editor.js:41
1081
- msgid "Layer Animation - Reveal"
1082
- msgstr "Animación de Capa - Revelar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1083
 
1084
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:170
1085
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/content.js:121
1086
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:362
1087
- msgid "Open/Close"
1088
- msgstr "Abrir/Cerrar"
 
 
 
 
1089
 
1090
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/content.js:11
1091
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:505
1092
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabContent.php:18
1093
- msgid "Content"
1094
- msgstr "Contenido"
1095
 
1096
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/contentAbstract.js:439
1097
- msgid "Child layers"
1098
- msgstr "Capas anidadas"
1099
 
1100
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/animatedHeading.js:68
1101
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/Assets/animatedHeading.js:20
1102
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:52
1103
- msgid "Animated heading"
1104
- msgstr "Encabezado Animado"
1105
 
1106
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/highlightedHeading.js:57
1107
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/Assets/highlightedHeading.js:22
1108
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:53
1109
- msgid "Highlighted heading"
1110
- msgstr "Encabezado destacado"
 
 
 
 
 
 
1111
 
1112
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/splittext-admin.js:87
1113
- msgid "Text animation in"
1114
- msgstr "Animación del texto entrando"
 
 
 
 
 
 
1115
 
1116
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/splittext-admin.js:100
1117
- msgid "Text animation out"
1118
- msgstr "Animación del texto saliendo"
 
 
 
 
 
 
 
1119
 
1120
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:11
1121
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:194
1122
- msgid "Layer"
1123
- msgstr "Capa"
 
 
 
 
 
 
 
1124
 
1125
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:14
1126
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:31
1127
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/BlockAddLayer.php:25
1128
- msgid "Row"
1129
- msgstr "Fila"
 
 
 
 
 
 
1130
 
1131
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:13
1132
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:161
1133
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:662
1134
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:678
1135
- #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:56
1136
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:57
1137
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:82
1138
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:329
1139
- msgid "Slide"
1140
- msgstr "Slide"
1141
 
1142
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:176
1143
- msgid "Theme"
1144
- msgstr "Tema"
 
1145
 
1146
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:256
1147
- #, javascript-format
1148
- msgid "%s or newer required for this feature."
1149
- msgstr "Se requiere %s o más nuevo para esta característica."
 
 
 
1150
 
1151
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:294
1152
- msgid "This section requires activated Pro version."
1153
- msgstr "Esta sección requiere la versión Pro activada."
 
1154
 
1155
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:297
1156
- #, javascript-format
1157
- msgid "This block is not available in the free version. %s"
1158
- msgstr "Este bloque no está disponible en la versión gratuita. %s"
1159
 
1160
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:297
1161
- #: SmartSlider3/Application/Admin/GoPro/ViewGoProIndex.php:24
1162
- #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:37
1163
- #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:51
1164
- #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.phtml:23
1165
- #: SmartSlider3/Platform/WordPress/Admin/AdminHelper.php:96
1166
- msgid "Go Pro"
1167
- msgstr "Ir a la versión Pro"
1168
 
1169
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:17
1170
- msgid "Editor settings"
1171
- msgstr "Opciones del editor"
1172
 
1173
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:45
1174
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:53
1175
- msgid "Upgrade to Pro"
1176
- msgstr "Actualizar a la versión Pro"
 
 
 
1177
 
1178
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:55
1179
- msgid "Guide settings"
1180
- msgstr "Opciones de la guía"
1181
 
1182
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:124
1183
- msgid "Smart snap"
1184
- msgstr "Ajuste inteligente al contenido"
 
 
 
 
 
1185
 
1186
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:131
1187
- msgid "Round to 5px"
1188
- msgstr "Redondear a 5px"
1189
 
1190
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:143
1191
- msgid "Ruler"
1192
- msgstr "Regla"
1193
 
1194
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:147
1195
- msgid "Clear guides"
1196
- msgstr "Borrar guías"
1197
 
1198
- #: SmartSlider3/Application/Admin/Assets/js/license.js:101
1199
- #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:14
1200
- #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.phtml:13
1201
- msgid "Activate Smart Slider 3 Pro"
1202
- msgstr "Activa Smart Slider 3 Pro"
1203
 
1204
- #: SmartSlider3/Application/Admin/Assets/js/license.js:107
1205
- #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:15
1206
- msgid "Activation is required to unlock all features!"
1207
- msgstr "¡Se requiere la activación para desbloquear todas las características!"
 
1208
 
1209
- #: SmartSlider3/Application/Admin/Assets/js/license.js:108
1210
- #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:15
1211
- #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.phtml:16
1212
  msgid ""
1213
- "Register Smart Slider 3 Pro on this domain to enable auto update, slider "
1214
- "templates and slide library."
 
1215
  msgstr ""
1216
- "Registra Smart Slider 3 en este dominio para activar las actualizaciones "
1217
- "automáticas, plantillas de sliders y la biblioteca de slides."
1218
-
1219
- #: SmartSlider3/Application/Admin/Assets/js/license.js:113
1220
- msgid "Skip"
1221
- msgstr "Saltar"
1222
-
1223
- #: SmartSlider3/Application/Admin/Assets/js/license.js:124
1224
- #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:17
1225
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:85
1226
- #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.phtml:27
1227
- msgid "Activate"
1228
- msgstr "Activar"
1229
 
1230
- #: SmartSlider3/Application/Admin/Assets/js/license.js:156
1231
  msgid ""
1232
- "Activation process is not supported in this browser. Please use Google "
1233
- "Chrome."
1234
  msgstr ""
1235
- "Este navegador no soporta el proceso de activación. Por favor utiliza Google "
1236
- "Chrome."
1237
-
1238
- #: SmartSlider3/Application/Admin/Assets/js/license.js:230
1239
- msgid "Smart Slider 3 activated!"
1240
- msgstr "¡Smart Slider 3 activado!"
1241
-
1242
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:164
1243
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:165
1244
- msgid "Laptop"
1245
- msgstr "Laptop"
1246
-
1247
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:191
1248
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:199
1249
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:210
1250
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:136
1251
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:134
1252
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:65
1253
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:429
1254
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:455
1255
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:480
1256
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:505
1257
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:530
1258
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:221
1259
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:152
1260
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:154
1261
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:148
1262
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:244
1263
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:149
1264
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:253
1265
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:89
1266
- #: SmartSlider3/Widget/Group/Bullet.php:73
1267
- #: SmartSlider3/Widget/Group/Thumbnail.php:66
1268
- #: SmartSlider3/Widget/Shadow/ShadowImage/ShadowImage.php:36
1269
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:113
1270
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:172
1271
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:175
1272
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:178
1273
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:248
1274
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:82
1275
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:219
1276
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:154
1277
- #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:34
1278
- #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:58
1279
- #: SmartSlider3Pro/Widget/Indicator/IndicatorStripe/IndicatorStripe.php:31
1280
- msgid "Width"
1281
- msgstr "Ancho"
1282
 
1283
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:227
1284
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:235
1285
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:215
1286
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:146
1287
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:139
1288
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:78
1289
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:433
1290
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:459
1291
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:484
1292
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:509
1293
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:534
1294
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:99
1295
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:105
1296
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:228
1297
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:157
1298
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:159
1299
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:153
1300
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:248
1301
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:154
1302
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:257
1303
- #: SmartSlider3/Widget/Group/Bullet.php:84
1304
- #: SmartSlider3/Widget/Group/Thumbnail.php:77
1305
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:125
1306
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:184
1307
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:181
1308
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:184
1309
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:85
1310
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:159
1311
- #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:59
1312
- #: SmartSlider3Pro/Widget/Indicator/IndicatorStripe/IndicatorStripe.php:35
1313
- msgid "Height"
1314
- msgstr "Alto"
1315
 
1316
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
1317
- #: Framework/Form/Element/Breakpoint.php:39
1318
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:75
1319
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:194
1320
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:52
1321
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:80
1322
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:80
1323
- msgid "Orientation"
1324
- msgstr "Orientación"
1325
 
1326
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
1327
- #: Framework/Form/Element/Breakpoint.php:42
1328
- msgid "Landscape"
1329
- msgstr "Horizontal"
1330
 
1331
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
1332
- #: Framework/Form/Element/Breakpoint.php:41
1333
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:230
1334
- msgid "Portrait"
1335
- msgstr "Vertical"
1336
 
1337
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:413
1338
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:416
1339
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:418
1340
- #: Framework/Font/ModelFont.php:44
1341
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:52
1342
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:192
1343
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:84
1344
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:216
1345
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:166
1346
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:58
1347
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:59
1348
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:182
1349
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:150
1350
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:88
1351
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:217
1352
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:129
1353
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:132
1354
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:149
1355
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:202
1356
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:204
1357
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:174
1358
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:143
1359
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:101
1360
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:232
1361
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:191
1362
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:92
1363
- #: SmartSlider3Pro/Widget/Indicator/IndicatorPie/IndicatorPie.php:31
1364
- msgid "Size"
1365
- msgstr "Tamaño"
1366
 
1367
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:413
1368
- #, javascript-format
1369
- msgid "Below %s pixels."
1370
- msgstr "Menos de %s pixeles."
 
 
 
 
 
 
 
 
1371
 
1372
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:416
1373
- #, javascript-format
1374
- msgid "Above %s pixels."
1375
- msgstr "Más de %s pixeles."
1376
 
1377
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:418
1378
- #, javascript-format
1379
- msgid "Between %s and %s pixels."
1380
- msgstr "Entre %s y %s pixeles."
1381
 
1382
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:187
1383
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:171
1384
- #, php-format, javascript-format
1385
- msgid "This slide is hidden on the following devices: %s"
1386
- msgstr "Este slide está oculto en los siguientes dispositivos: %s"
1387
 
1388
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:34
1389
- msgid "Data"
1390
- msgstr "Datos"
1391
 
1392
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:333
1393
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:44
1394
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:31
1395
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:29
1396
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:54
1397
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:30
1398
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPostsByIDs.php:18
1399
- #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleProject.php:22
1400
- #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookAlbums.php:21
1401
- #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookPostsByPage.php:23
1402
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeopleAlbum.php:20
1403
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoGallery.php:20
1404
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoStream.php:20
1405
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPhotosSearch.php:20
1406
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:83
1407
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:83
1408
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:82
1409
- #: SmartSlider3Pro/Generator/Common/Json/Sources/JsonInput.php:20
1410
- #: SmartSlider3Pro/Generator/Common/Json/Sources/JsonUrl.php:21
1411
- #: SmartSlider3Pro/Generator/Common/Pinterest/Sources/PinterestImages.php:20
1412
- #: SmartSlider3Pro/Generator/Common/Rss/Sources/RSSFeed.php:22
1413
- #: SmartSlider3Pro/Generator/Common/Text/Sources/TextInput.php:20
1414
- #: SmartSlider3Pro/Generator/Common/Text/Sources/TextText.php:20
1415
- #: SmartSlider3Pro/Generator/Common/Twitter/Sources/TwitterTimeline.php:30
1416
- #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:22
1417
- #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeByPlaylist.php:29
1418
- #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:28
1419
- #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:44
1420
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:37
1421
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:34
1422
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:30
1423
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:26
1424
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:29
1425
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:29
1426
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:29
1427
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:45
1428
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:25
1429
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:46
1430
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:43
1431
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:34
1432
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:30
1433
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProductsbyid.php:25
1434
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:26
1435
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:32
1436
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:100
1437
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:38
1438
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:37
1439
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:32
1440
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:36
1441
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:33
1442
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:33
1443
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:33
1444
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:35
1445
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:35
1446
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:35
1447
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:31
1448
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:27
1449
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:31
1450
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:36
1451
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:44
1452
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:38
1453
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:28
1454
- #: SmartSlider3Pro/Generator/WordPress/BestWebSoft/Sources/BestWebSoftGallery.php:19
1455
- #: SmartSlider3Pro/Generator/WordPress/Custom/Sources/CustomCustom.php:26
1456
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:29
1457
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:27
1458
- #: SmartSlider3Pro/Generator/WordPress/NextgenGallery/Sources/NextgenGalleryGallery.php:23
1459
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:29
1460
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:22
1461
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceCategory.php:22
1462
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:28
1463
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByIds.php:21
1464
- msgid "Filter"
1465
- msgstr "Filtro"
1466
 
1467
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:334
1468
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:343
1469
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:117
1470
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:467
1471
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:55
1472
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:75
1473
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:240
1474
- msgid "No"
1475
- msgstr "No"
1476
 
1477
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:335
1478
- msgid "Clean HTML"
1479
- msgstr "Limpiar %s"
 
 
 
 
 
 
 
 
 
 
1480
 
1481
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:336
1482
- msgid "Remove HTML"
1483
- msgstr "Remover HTML"
1484
 
1485
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:342
1486
- msgid "Split by Chars"
1487
- msgstr "Separar por caracteres"
1488
 
1489
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:344
1490
- msgid "Strict"
1491
- msgstr "Estricto"
1492
 
1493
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:345
1494
- msgid "Respect words"
1495
- msgstr "Respetar palabras"
1496
 
1497
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:370
1498
- msgid "Find image"
1499
- msgstr "Encontrar imagen"
1500
 
1501
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:383
1502
- msgid "Find link"
1503
- msgstr "Encontrar enlace"
1504
 
1505
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:396
1506
- msgid "Remove links"
1507
- msgstr "Remover enlaces"
 
 
 
 
 
 
1508
 
1509
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:401
1510
- msgid "Remove line breaks"
1511
- msgstr "Remover saltos de línea"
1512
 
1513
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:409
1514
- msgid "Result"
1515
- msgstr "Resultado"
 
1516
 
1517
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:16
1518
- msgid "Most important changes in version 3.4"
1519
- msgstr "Los cambios más importantes en la versión 3.4"
 
 
 
 
 
 
1520
 
1521
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:19
1522
- msgid ""
1523
- "To help you get started with the new version, we've put together the most "
1524
- "important changes."
1525
- msgstr ""
1526
- "Para ayudarte a comenzar con la nueva versión, hemos agrupado los cambios "
1527
- "más importantes."
1528
 
1529
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:30
1530
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:261
1531
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:265
1532
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:100
1533
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:39
1534
- msgid "Slide background"
1535
- msgstr "Fondo del slide"
1536
 
1537
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:33
1538
- msgid ""
1539
- "You can find the Slide Background option in the Layer Window! Click on the "
1540
- "Slide Label at the top of the Canvas to find them."
1541
- msgstr ""
1542
- "La opción para seleccionar el fondo del slide la puedes encontrar en la "
1543
- "ventana de capas. Has click en la etiqueta \"Slide\" de color azul en la "
1544
- "parte superior de la ventana de edición para cambiar esta opción."
1545
 
1546
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:36
1547
- msgid "Watch video"
1548
- msgstr "Mirar video"
1549
 
1550
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:45
1551
- msgid "Absolute position"
1552
- msgstr "Posición absoluta"
1553
 
1554
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:48
1555
- msgid ""
1556
- "Canvas layers are now called Absolute! In the Add Panel switch to Absolute "
1557
- "before you create the layer."
1558
- msgstr ""
1559
- "Las capas del modo Canvas de anteriores versiones ahora se llaman modo "
1560
- "Absoluto. En el panel para agregar capas puedes cambiar el modo a Absoluto y "
1561
- "crear tu capa."
1562
 
1563
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:51
1564
- msgid "Read docs"
1565
- msgstr "Leer más"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1566
 
1567
- #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:42
1568
- #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:169
1569
- msgid "Change slider type"
1570
- msgstr "Cambiar el tipo de slider"
1571
 
1572
- #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:47
1573
- msgid ""
1574
- "Changing your slider type is irreversible. After changing your slider type, "
1575
- "<b>you will lose all slider type related settings</b>."
1576
- msgstr ""
1577
- "Cambiar el tipo de slider es irreversible. Tras hacer este cambio, "
1578
- "<b>perderás todas las opciones relacionadas al tipo de slider</b>."
1579
 
1580
- #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:51
1581
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:175
1582
- msgid "Slider type"
1583
- msgstr "Tipo de slider"
1584
 
1585
- #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:54
1586
- msgid "Convert"
1587
- msgstr "Convertir"
 
1588
 
1589
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:39
1590
- msgid "What do you want to create today?"
1591
- msgstr "¿Qué es lo que quieres crear hoy?"
 
1592
 
1593
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:42
1594
- msgid ""
1595
- "Use our powerful visual editor, or simply import one of our existing "
1596
- "template."
1597
- msgstr ""
1598
- "Puedes usar nuestro poderoso editor visual, o simplemente importar una de "
1599
- "las plantillas existentes."
1600
 
1601
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:69
1602
- msgid "Create a New Project"
1603
- msgstr "Crear un nuevo proyecto"
 
 
 
 
 
 
 
 
1604
 
1605
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:72
1606
- msgid ""
1607
- "Start a new project from scratch and build exactly what you’ve imagined. You "
1608
- "can easily customize every pixels and create anything with layers."
1609
- msgstr ""
1610
- "Comenzar un nuevo proyecto desde cero y diseñar exactamente lo que te has "
1611
- "imaginado. Puedes personalizar fácilmente cada pixel y crear cualquier cosa "
1612
- "que desees con las capas."
1613
 
1614
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:93
1615
- msgid "Start with a Template"
1616
- msgstr "Comenzar con una plantilla"
1617
 
1618
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:96
1619
- msgid ""
1620
- "Start with a template and make it your own with the innovative drag and drop "
1621
- "interface. You can choose from hundreds of premade templates."
1622
- msgstr ""
1623
- "Comenzar con una plantilla y hacerte de ella con una innovadora interface de "
1624
- "arrastrar y soltar. Puedes seleccionar entre cientos de plantillas "
1625
- "prediseñadas."
1626
 
1627
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:100
1628
- msgid "or import your own files"
1629
- msgstr "o puedes importar tus propios archivos"
1630
 
1631
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:117
1632
- msgid "Create new project"
1633
- msgstr "Crear un nuevo proyecto"
1634
 
1635
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:123
1636
- msgid "Project type"
1637
- msgstr "Tipo de proyecto"
 
 
 
 
 
 
1638
 
1639
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:126
1640
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:73
1641
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:81
1642
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:49
1643
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:53
1644
- #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:183
1645
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:114
1646
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:322
1647
- msgid "Slider"
1648
- msgstr "Slider"
 
1649
 
1650
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:130
1651
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:26
1652
- msgid "Block"
1653
- msgstr "Bloque"
 
 
 
1654
 
1655
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:162
1656
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:223
1657
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:231
1658
- #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:18
1659
- msgid "Full page"
1660
- msgstr "Página completa"
1661
 
1662
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:178
1663
- #: Framework/Style/StyleRenderer.php:92
1664
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:38
1665
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:200
1666
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:154
1667
- msgid "Simple"
1668
- msgstr "Simple"
1669
 
1670
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:182
1671
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:30
1672
- msgid "Carousel"
1673
- msgstr "Carrusel"
1674
 
1675
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:186
1676
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:30
1677
- msgid "Showcase"
1678
- msgstr "Exhibición"
1679
 
1680
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:199
1681
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:231
1682
- msgid "Pro"
1683
- msgstr "Pro"
1684
 
1685
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:202
1686
- #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:47
1687
- #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:34
1688
- #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:57
1689
- msgid "Settings"
1690
- msgstr "Ajustes"
 
 
 
1691
 
1692
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:207
1693
- msgid "My project"
1694
- msgstr "Mi proyecto"
 
1695
 
1696
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:221
1697
- #: SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoAdmin.php:15
1698
- msgid "Boxed"
1699
- msgstr "Encajonado"
1700
 
1701
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:222
1702
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:78
1703
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:151
1704
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:164
1705
- #: SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php:17
1706
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:91
1707
- #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:148
1708
- msgid "Full width"
1709
- msgstr "Ancho completo"
1710
 
1711
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:226
1712
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:376
1713
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:293
1714
- msgid "Layout"
1715
- msgstr "Diseño"
1716
 
1717
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:235
1718
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:47
1719
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:47
1720
- msgid "Slide width"
1721
- msgstr "Ancho del slide"
1722
 
1723
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:241
1724
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:57
1725
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:57
1726
- msgid "Slide height"
1727
- msgstr "Altura del slide"
1728
 
1729
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:249
1730
- msgid "Create"
1731
- msgstr "Crear"
1732
 
1733
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:375
1734
- msgid "Join The Smart Slider 3 Community"
1735
- msgstr "Únete a la Comunidad de Smart Slider 3"
1736
 
1737
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:377
1738
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.phtml:22
1739
- msgid ""
1740
- "Join more than 120,000 subscribers and get access to the latest slider "
1741
- "templates, tips, tutorials and other exclusive contents directly to your "
1742
- "inbox."
1743
- msgstr ""
1744
- "Únete a más de 120.000 suscriptores y tendrás acceso a las últimas "
1745
- "plantillas de sliders, consejos, tutoriales y otros contenidos exclusivos en "
1746
- "tu correo."
1747
 
1748
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:391
1749
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.phtml:32
1750
- msgid "Subscribe"
1751
- msgstr "Suscribirse"
1752
 
1753
- #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:295
1754
- #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:70
1755
- msgid "Change group"
1756
- msgstr "Cambiar grupo"
1757
 
1758
- #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:301
1759
- #: SmartSlider3/Application/Admin/ApplicationTypeAdmin.php:55
1760
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:109
1761
- #: SmartSlider3/Application/Model/ModelSlidersXRef.php:147
1762
- #: SmartSlider3/Platform/WordPress/Admin/AdminHelper.php:85
1763
- msgid "Dashboard"
1764
- msgstr "Panel de control"
1765
 
1766
- #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:308
1767
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/GeneratorGroupEasysocial.php:35
1768
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:29
1769
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:23
1770
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/GeneratorGroupJomsocial.php:35
1771
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:42
1772
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:39
1773
- msgid "Groups"
1774
- msgstr "Grupos"
1775
 
1776
- #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:312
1777
- msgid "Set"
1778
- msgstr "Fijar"
1779
 
1780
- #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:66
1781
- msgid "Up"
1782
- msgstr "Arriba"
1783
 
1784
- #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:76
1785
- msgid "Insert group"
1786
- msgstr "Insertar grupo"
 
 
 
 
 
1787
 
1788
- #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:93
1789
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.phtml:59
1790
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:134
1791
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:208
1792
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:42
1793
- msgid "Group"
1794
- msgstr "Grupo"
1795
 
1796
- #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:86
1797
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:134
1798
- #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:207
1799
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:158
1800
- msgid "Move to trash"
1801
- msgstr "Mover a la papelera"
1802
 
1803
- #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:29
1804
- msgid "empty the trash"
1805
- msgstr "vaciar la papelera"
1806
 
1807
- #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:118
1808
- msgid "Delete permanently"
1809
- msgstr "Eliminar permanentemente"
 
 
 
1810
 
1811
- #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:164
1812
- msgid "delete this slider"
1813
- msgstr "borrar slider"
 
 
 
 
 
 
 
 
 
1814
 
1815
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:68
1816
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:61
1817
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:47
1818
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:199
1819
- msgid "Publish"
1820
- msgstr "Publicar"
1821
 
1822
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:75
1823
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:48
1824
- msgid "Unpublish"
1825
- msgstr "Despublicar"
1826
 
1827
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:84
1828
- msgid "Edit generator"
1829
- msgstr "Editar generador"
 
 
1830
 
1831
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:93
1832
- msgid "Set as first"
1833
- msgstr "Establecer como el primero"
 
1834
 
1835
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:104
1836
- msgid "Convert to slide"
1837
- msgstr "Convertir a slider"
 
 
1838
 
1839
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:253
1840
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:494
1841
- msgid "Copy slide to"
1842
- msgstr "Copiar slide a"
1843
 
1844
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:270
1845
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:304
1846
- msgid "Add post"
1847
- msgstr "Agregar artículo"
1848
 
1849
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:310
1850
- msgid "Please select a Post first!"
1851
- msgstr "¡Por favor seleccionar un Artículo primero!"
 
 
1852
 
1853
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:456
1854
- msgid "delete these slides"
1855
- msgstr "eliminar estos slides"
 
 
1856
 
1857
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:456
1858
- msgid "delete this slide"
1859
- msgstr "eliminar este slide"
1860
 
1861
- #: SmartSlider3/Platform/WordPress/Integration/Gutenberg/Assets/js/block.js:31
1862
- msgid "Select A Slider"
1863
- msgstr "Seleccionar un slider"
1864
 
1865
- #: SmartSlider3/Renderable/Item/Button/Assets/button.js:20
1866
- #: Framework/Font/FontRenderer.php:158 Framework/Font/FontRenderer.php:262
1867
- #: Framework/Style/StyleRenderer.php:122 Framework/Style/StyleRenderer.php:201
1868
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:30
1869
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:50
1870
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:141
1871
- #: SmartSlider3/Storage.php:290 SmartSlider3/Widget/Group/Autoplay.php:49
1872
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:91
1873
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:95
1874
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:157
1875
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:216
1876
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:220
1877
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:184
1878
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:263
1879
- msgid "Button"
1880
- msgstr "Botón"
1881
 
1882
- #: SmartSlider3/Renderable/Item/Heading/Assets/heading.js:20
1883
- #: Framework/Font/FontRenderer.php:139 Framework/Style/StyleRenderer.php:141
1884
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:27
1885
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:53
1886
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:148
1887
- #: SmartSlider3/Storage.php:65
1888
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:302
1889
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:306
1890
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:99
1891
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:245
1892
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:260
1893
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:203
1894
- msgid "Heading"
1895
- msgstr "Encabezado"
1896
 
1897
- #: SmartSlider3/Renderable/Item/Image/Assets/image.js:20
1898
- #: Framework/Image/ModelImage.php:55
1899
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:29
1900
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:19
1901
- #: SmartSlider3/Form/Element/BackgroundImage.php:29
1902
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:43
1903
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:129
1904
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:189
1905
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:253
1906
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:262
1907
- #: SmartSlider3/Widget/Group/Bullet.php:64
1908
- #: SmartSlider3/Widget/Group/Thumbnail.php:63
1909
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:161
1910
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:110
1911
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:209
1912
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:214
1913
- msgid "Image"
1914
- msgstr "Imagen"
1915
 
1916
- #: SmartSlider3/Renderable/Item/Text/Assets/text.js:20
1917
- #: Framework/Font/FontRenderer.php:103 Framework/Font/FontRenderer.php:105
1918
- #: Framework/Font/FontRenderer.php:117 Framework/Font/FontRenderer.php:119
1919
- #: Framework/Font/FontRenderer.php:133 Framework/Font/FontRenderer.php:152
1920
- #: Framework/Font/FontRenderer.php:187 Framework/Font/FontRenderer.php:205
1921
- #: Framework/Font/FontRenderer.php:221 Framework/Font/FontRenderer.php:237
1922
- #: Framework/Font/FontRenderer.php:255 Framework/Style/StyleRenderer.php:80
1923
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:28
1924
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:148
1925
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:53
1926
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:134
1927
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:244
1928
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:149
1929
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:142
1930
- #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:64
1931
- #: SmartSlider3Pro/Widget/Arrow/ArrowText/ArrowText.php:51
1932
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:58
1933
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:58
1934
- msgid "Text"
1935
- msgstr "Texto"
1936
 
1937
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:54
1938
- #, javascript-format
1939
- msgid "Switches %s slide(s)."
1940
- msgstr "Cambia slide/s %s."
1941
 
1942
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:57
1943
- #, javascript-format
1944
- msgid "Loops %s and stops before starting slide."
1945
- msgstr "Hace un bucle %s y se detiene antes del slide de inicio."
 
 
 
1946
 
1947
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:59
1948
- #, javascript-format
1949
- msgid "Loops %s and returns to starting slide."
1950
- msgstr "Hace un bucle %s y regresa el slide del inicio."
1951
 
1952
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:62
1953
- #, javascript-format
1954
- msgid "Switches to the %s. slide."
1955
- msgstr "Cambiar al %s slide."
 
1956
 
1957
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:136
1958
- msgid "Top and bottom"
1959
- msgstr "Arriba y abajo"
1960
 
1961
- #: SmartSlider3Pro/Renderable/Item/Area/Assets/area.js:23
1962
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:39
1963
- msgid "Area"
1964
- msgstr "Área"
1965
 
1966
- #: SmartSlider3Pro/Renderable/Item/Audio/Assets/audio.js:20
1967
- #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:33
1968
- msgid "Audio"
1969
- msgstr "Audio"
1970
 
1971
- #: SmartSlider3Pro/Renderable/Item/Caption/Assets/caption.js:20
1972
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:91
1973
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:54
1974
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:101
1975
- msgid "Caption"
1976
- msgstr "Leyenda"
1977
 
1978
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/Assets/circlecounter.js:20
1979
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:42
1980
- msgid "Circle counter"
1981
- msgstr "Contador circular"
1982
 
1983
- #: SmartSlider3Pro/Renderable/Item/Counter/Assets/counter.js:20
1984
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:114
1985
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:125
1986
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:191
1987
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:40
1988
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:99
1989
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:109
1990
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:146
1991
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:126
1992
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:175
1993
- msgid "Counter"
1994
- msgstr "Contador"
1995
 
1996
- #: SmartSlider3Pro/Renderable/Item/Html/Assets/html.js:20
1997
- #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:28
1998
- msgid "HTML"
1999
- msgstr "HTML"
2000
 
2001
- #: SmartSlider3Pro/Renderable/Item/HtmlList/Assets/list.js:20
2002
- #: Framework/Font/FontRenderer.php:235 SmartSlider3/Storage.php:529
2003
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:56
2004
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:76
2005
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:80
2006
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:160
2007
- msgid "List"
2008
- msgstr "Lista"
2009
 
2010
- #: SmartSlider3Pro/Renderable/Item/Icon/Assets/icon2.js:20
2011
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:173
2012
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:174
2013
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:31
2014
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:93
2015
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:210
2016
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:229
2017
- msgid "Icon"
2018
- msgstr "Icono"
2019
 
2020
- #: SmartSlider3Pro/Renderable/Item/Icon/Assets/icon2.js:36
2021
- msgid "Icon not found"
2022
- msgstr "Ícono no encontrado"
2023
 
2024
- #: SmartSlider3Pro/Renderable/Item/Iframe/Assets/iframe.js:23
2025
- msgid "Iframe"
2026
- msgstr "Iframe"
 
 
2027
 
2028
- #: SmartSlider3Pro/Renderable/Item/ImageArea/Assets/imagearea.js:23
2029
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:37
2030
- msgid "Image area"
2031
- msgstr "Área de la imagen"
2032
 
2033
- #: SmartSlider3Pro/Renderable/Item/ImageBox/Assets/imagebox.js:21
2034
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:63
2035
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:173
2036
- msgid "Image box"
2037
- msgstr "Caja de imagen"
2038
 
2039
- #: SmartSlider3Pro/Renderable/Item/Input/Assets/input.js:20
2040
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:59
2041
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:83
2042
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:87
2043
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:204
2044
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:208
2045
- msgid "Input"
2046
- msgstr "Entrada"
2047
 
2048
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/Assets/progressbar.js:20
2049
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:45
2050
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:115
2051
- msgid "Progress bar"
2052
- msgstr "Barra de progreso"
2053
 
2054
- #: SmartSlider3Pro/Renderable/Item/Transition/Assets/transition.js:19
2055
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:33
2056
- msgid "Transition"
2057
- msgstr "Transición"
2058
 
2059
- #: SmartSlider3Pro/Renderable/Item/Video/Assets/video.js:22
2060
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:133
2061
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:108
2062
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:50
2063
- #: SmartSlider3/Form/Element/BackgroundImage.php:30
2064
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:36
2065
- msgid "Video"
2066
- msgstr "Video"
 
 
 
 
 
 
2067
 
2068
- #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/Assets/joomlamodule.js:20
2069
- #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:26
2070
- msgid "Joomla module"
2071
- msgstr "Módulo de Joomla"
 
 
 
2072
 
2073
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/Assets/Admin/arrow.js:11
2074
- #: Framework/Font/FontRenderer.php:177
2075
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:57
2076
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:92
2077
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:31
2078
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:79
2079
- msgid "Slide title"
2080
- msgstr "Título del slide"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2081
 
2082
- #: Framework/Api.php:117 Framework/Misc/HttpClient.php:81
2083
- msgid "Debug error"
2084
- msgstr "Error de depuración"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2085
 
2086
- #: Framework/Api.php:136 Framework/Misc/HttpClient.php:106
2087
- msgid "CURL disabled in your php.ini configuration. Please enable it!"
2088
- msgstr ""
2089
- "CURL está desactivado en tu configuración php.ini. ¡Por favor actívala!"
2090
 
2091
- #: Framework/Api.php:144 Framework/Misc/HttpClient.php:112
2092
- msgid "Unable to contact with the licensing server, please try again later!"
2093
- msgstr ""
2094
- "¡No se puede conectar con el servidor de licencias, por favor inténtalo más "
2095
- "tarde!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2096
 
2097
- #: Framework/Asset/Predefined.php:28
2098
- msgctxt "Default Google font family for admin"
2099
- msgid "Montserrat"
2100
- msgstr "Montserrat"
2101
 
2102
- #: Framework/Asset/Predefined.php:29
2103
- msgctxt "Default Google font charset for admin"
2104
- msgid "latin"
2105
- msgstr "latín"
 
 
 
2106
 
2107
- #: Framework/Browse/ControllerAjaxBrowse.php:84
2108
- msgid "You are not allowed to upload!"
2109
- msgstr "¡No tienes permisos para subir archivos!"
2110
 
2111
- #: Framework/Browse/ControllerAjaxBrowse.php:97
2112
- msgid "Folder is missing!"
2113
- msgstr "¡No se encuentra la carpeta!"
2114
 
2115
- #: Framework/Content/Joomla/JoomlaContent.php:131
2116
- msgid "Menu item"
2117
- msgstr "Ítem del menú"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2118
 
2119
- #: Framework/Controller/AbstractController.php:146
2120
- #: Framework/Controller/AjaxController.php:41
2121
- msgid "You are not authorised to view this resource."
2122
- msgstr "No estás autorizado para ver este recurso."
2123
 
2124
- #: Framework/Controller/AbstractController.php:161
2125
- #: Framework/Controller/AjaxController.php:50
2126
- #, php-format
2127
- msgid "Missing parameter: %s"
2128
- msgstr "Falta un parámetro: %s"
2129
 
2130
- #: Framework/Controller/AbstractController.php:176
2131
- #: Framework/Controller/AjaxController.php:57
2132
- msgid "Database error"
2133
- msgstr "Error de la base de datos"
2134
 
2135
- #: Framework/Controller/AbstractController.php:191
2136
- msgid "Security token mismatch"
2137
- msgstr "El token de seguridad no es válido"
2138
 
2139
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:34
2140
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:96
2141
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:176
2142
- #: Framework/Image/ControllerAjaxImage.php:34
2143
- #: Framework/Image/ControllerAjaxImage.php:73
2144
- #: Framework/Image/ControllerAjaxImage.php:109
2145
- #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:33
2146
- #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:99
2147
- msgid "Unexpected error"
2148
- msgstr "Error inesperado"
2149
 
2150
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:57
2151
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:77
2152
- msgid "Set is not editable"
2153
- msgstr "El preajuste no es editable"
 
2154
 
2155
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:116
2156
- msgid "Visual do not exists"
2157
- msgstr "El valor visual no existe"
2158
 
2159
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:136
2160
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:156
2161
- #: Framework/Image/ControllerAjaxImage.php:91
2162
- #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:53
2163
- #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:76
2164
- msgid "Not editable"
2165
- msgstr "No es editable"
2166
 
2167
- #: Framework/Controller/AjaxController.php:32
2168
- msgid "Security token mismatch. Please refresh the page!"
2169
- msgstr ""
2170
- "El token de seguridad no es válido. ¡Por favor carga nuevamente la página!"
 
2171
 
2172
- #: Framework/Database/WordPress/WordPressConnector.php:105
2173
- msgid "Unexpected database error."
2174
- msgstr "Error inesperado de la base de datos."
 
 
2175
 
2176
- #: Framework/Database/WordPress/WordPressConnector.php:107
2177
- msgid "Try to repair database"
2178
- msgstr "Intenta reparar la base de datos"
2179
 
2180
- #: Framework/Database/WordPress/WordPressConnector.php:109
2181
- #, php-format
2182
- msgid ""
2183
- "If you see this message after the repair database process, please "
2184
- "%1$scontact us%2$s with the log:"
2185
- msgstr ""
2186
- "Sí estas leyendo este mensaje tras intentar el proceso de reparación de la "
2187
- "base de datos, por favor %1$sconttáctate con nosotros%2$s con el registro:"
2188
 
2189
- #: Framework/Font/Block/FontManager/Index.phtml:14
2190
- msgid "Font manager"
2191
- msgstr "Administrador de fuentes"
 
 
2192
 
2193
- #: Framework/Font/FontRenderer.php:131 Framework/Font/FontRenderer.php:134
2194
- #: Framework/Font/FontRenderer.php:153 Framework/Font/FontRenderer.php:189
2195
- #: Framework/Font/FontRenderer.php:206 Framework/Font/FontRenderer.php:239
2196
- #: Framework/Font/FontRenderer.php:257 Framework/Style/StyleRenderer.php:109
2197
- #: Framework/Style/StyleRenderer.php:125 Framework/Style/StyleRenderer.php:144
2198
- #: Framework/Style/StyleRenderer.php:196
2199
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:74
2200
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:108
2201
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:42
2202
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:63
2203
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderParticle.php:139
2204
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:171
2205
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:187
2206
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:206
2207
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:258
2208
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:45
2209
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:44
2210
- msgid "Hover"
2211
- msgstr "Hover"
2212
 
2213
- #: Framework/Font/FontRenderer.php:150 Framework/Font/FontRenderer.php:188
2214
- #: Framework/Font/FontRenderer.php:238
2215
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:58
2216
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:60
2217
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:85
2218
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:87
2219
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:75
2220
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:77
2221
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:112
2222
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:54
2223
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:157
2224
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:158
2225
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:170
2226
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:171
2227
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:134
2228
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:135
2229
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:181
2230
- #: SmartSlider3/Storage.php:877
2231
- #: SmartSlider3Pro/Form/Element/ParticleSkin.php:18
2232
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:169
2233
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:170
2234
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:188
2235
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:189
2236
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:180
2237
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:181
2238
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:218
2239
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:219
2240
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:114
2241
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:115
2242
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:136
2243
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:137
2244
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:276
2245
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:277
2246
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:138
2247
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:139
2248
- msgid "Link"
2249
- msgstr "Enlace"
2250
 
2251
- #: Framework/Font/FontRenderer.php:169
2252
- msgid "Accordion slide title"
2253
- msgstr "Título del slide acordeón"
 
2254
 
2255
- #: Framework/Font/FontRenderer.php:171
2256
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:72
2257
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:73
2258
- #: Framework/Form/Element/Select/FontWeight.php:13
2259
- #: Framework/Form/Element/Select/FontWeight.php:18
2260
- #: Framework/Style/StyleRenderer.php:94 Framework/Style/StyleRenderer.php:108
2261
- #: Framework/Style/StyleRenderer.php:124 Framework/Style/StyleRenderer.php:143
2262
- #: Framework/Style/StyleRenderer.php:162 Framework/Style/StyleRenderer.php:178
2263
- #: Framework/Style/StyleRenderer.php:194
2264
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:148
2265
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:62
2266
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:149
2267
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:61
2268
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:72
2269
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:173
2270
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:184
2271
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:153
2272
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:186
2273
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:197
2274
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:377
2275
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:411
2276
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:427
2277
- #: SmartSlider3Pro/SplitText/ModelSplitText.php:62
2278
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:156
2279
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:170
2280
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:186
2281
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:205
2282
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:224
2283
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:240
2284
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:256
2285
- msgid "Normal"
2286
- msgstr "Normal"
2287
 
2288
- #: Framework/Font/FontRenderer.php:172 Framework/Font/FontRenderer.php:222
2289
- #: Framework/Style/StyleRenderer.php:163 Framework/Style/StyleRenderer.php:179
2290
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:353
2291
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:396
2292
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:441
2293
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:477
2294
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:513
2295
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:554
2296
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:596
2297
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:638
2298
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:225
2299
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:241
2300
- msgid "Active"
2301
- msgstr "Activo"
2302
 
2303
- #: Framework/Font/FontRenderer.php:185
2304
- msgid "Paragraph"
2305
- msgstr "Párrafo"
2306
 
2307
- #: Framework/Font/FontRenderer.php:219 Framework/Style/StyleRenderer.php:176
2308
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:49
2309
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:238
2310
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:51
2311
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:51
2312
- msgid "Dot"
2313
- msgstr "Punto"
2314
 
2315
- #: Framework/Font/FontRenderer.php:253 Framework/Font/FontRenderer.php:256
2316
- #: Framework/Style/StyleRenderer.php:192 Framework/Style/StyleRenderer.php:195
2317
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:234
2318
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:254
2319
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:257
2320
- msgid "Highlight"
2321
- msgstr "Destacado"
2322
 
2323
- #: Framework/Font/FontSettings.php:30
2324
- msgctxt "Default font"
2325
- msgid "Roboto,Arial"
2326
- msgstr "Roboto,Arial"
2327
 
2328
- #: Framework/Font/ModelFont.php:28
2329
- msgid "Font settings"
2330
- msgstr "Opciones de fuentes"
 
 
 
 
 
2331
 
2332
- #: Framework/Font/ModelFont.php:32 Framework/Style/ModelStyle.php:29
2333
- msgid "Clear tab"
2334
- msgstr "Limpiar pestaña"
2335
 
2336
- #: Framework/Font/ModelFont.php:37
2337
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:48
2338
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:50
2339
- msgid "Family"
2340
- msgstr "Familia"
2341
 
2342
- #: Framework/Font/ModelFont.php:40
2343
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:170
2344
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:54
2345
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:197
2346
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:304
2347
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:438
2348
- #: SmartSlider3/Form/Element/BackgroundImage.php:31
2349
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:222
2350
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:71
2351
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:105
2352
- #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:53
2353
- #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:83
2354
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderParticle.php:119
2355
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:105
2356
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:164
2357
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:112
2358
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:158
2359
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:137
2360
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:245
2361
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:94
2362
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:240
2363
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:138
2364
- #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:40
2365
- #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:54
2366
- #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:43
2367
- #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:57
2368
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:59
2369
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:74
2370
- #: SmartSlider3Pro/Widget/FullScreen/FullScreenImage/FullScreenImage.php:53
2371
- #: SmartSlider3Pro/Widget/FullScreen/FullScreenImage/FullScreenImage.php:76
2372
- msgid "Color"
2373
- msgstr "Color"
2374
 
2375
- #: Framework/Font/ModelFont.php:46
2376
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:63
2377
- msgid "Font weight"
2378
- msgstr "Peso de la fuente"
2379
 
2380
- #: Framework/Font/ModelFont.php:47
2381
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:79
2382
- msgid "Decoration"
2383
- msgstr "Decoración"
2384
 
2385
- #: Framework/Font/ModelFont.php:48
2386
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:65
2387
- msgid "Line height"
2388
- msgstr "Altura de la línea"
2389
 
2390
- #: Framework/Font/ModelFont.php:59
2391
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:77
2392
- #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:68
2393
- msgid "Text align"
2394
- msgstr "Alineación del texto"
2395
 
2396
- #: Framework/Font/ModelFont.php:63
2397
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:91
2398
- msgid "Letter spacing"
2399
- msgstr "Espacio entre letras"
 
2400
 
2401
- #: Framework/Font/ModelFont.php:74
2402
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:103
2403
- msgid "Word spacing"
2404
- msgstr "Espacio entre palabras"
2405
 
2406
- #: Framework/Font/ModelFont.php:84
2407
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:114
2408
- msgid "Transform"
2409
- msgstr "Transformar"
 
 
 
 
 
2410
 
2411
- #: Framework/Font/ModelFont.php:86 Framework/Form/Element/Mixed/Border.php:39
2412
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:163
2413
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:116
2414
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:190
2415
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:91
2416
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:46
2417
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:105
2418
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:187
2419
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:85
2420
- #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:105
2421
- #: SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php:167
2422
- #: SmartSlider3/Platform/WordPress/Widget/WidgetSmartSlider3.php:126
2423
- #: SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php:44
2424
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:131
2425
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:150
2426
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:208
2427
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:102
2428
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:101
2429
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:92
2430
- #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:35
2431
- #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:62
2432
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:84
2433
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:51
2434
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:46
2435
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:75
2436
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:64
2437
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:57
2438
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:62
2439
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:70
2440
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:80
2441
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:45
2442
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:76
2443
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:78
2444
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:54
2445
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:55
2446
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:38
2447
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:52
2448
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:118
2449
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:86
2450
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:69
2451
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:51
2452
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:78
2453
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:69
2454
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:56
2455
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:56
2456
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingLabels.php:28
2457
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:63
2458
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:62
2459
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:61
2460
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:51
2461
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:45
2462
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:56
2463
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:84
2464
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:66
2465
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:56
2466
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:38
2467
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:36
2468
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:151
2469
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:137
2470
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:223
2471
- #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:39
2472
- msgid "None"
2473
- msgstr "Ninguno"
2474
 
2475
- #: Framework/Font/ModelFont.php:87
2476
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:117
2477
- msgid "Capitalize"
2478
- msgstr "Capitalizar"
 
 
2479
 
2480
- #: Framework/Font/ModelFont.php:88
2481
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:118
2482
- msgid "Uppercase"
2483
- msgstr "En mayúsculas"
 
 
 
2484
 
2485
- #: Framework/Font/ModelFont.php:89
2486
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:119
2487
- msgid "Lowercase"
2488
- msgstr "En minúsculas"
2489
 
2490
- #: Framework/Font/ModelFont.php:93
2491
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:123
2492
- msgid "Text shadow"
2493
- msgstr "Sombra del texto"
2494
 
2495
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:55
2496
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:56
2497
- msgid "Frontend"
2498
- msgstr "Frontend"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2499
 
2500
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:57
2501
- msgid "You can load Google Fonts on the frontend."
2502
- msgstr "Puedes cargar fuentes de Google Fonts en el frontend."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2503
 
2504
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:59
2505
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:60
2506
- msgid "Backend"
2507
- msgstr "Backend"
2508
 
2509
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:61
2510
- msgid "You can load Google Fonts in the backend."
2511
- msgstr "Puedes cargar Google Fonts en el backend."
 
2512
 
2513
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:64
2514
- #: Framework/Form/Element/Style.php:50
2515
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:161
2516
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:188
2517
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabStyle.php:20
2518
- #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:57
2519
- #: SmartSlider3/Widget/Group/Bullet.php:95
2520
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:149
2521
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:306
2522
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:160
2523
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:163
2524
- #: SmartSlider3Pro/Widget/Indicator/IndicatorPie/IndicatorPie.php:47
2525
- msgid "Style"
2526
- msgstr "Estilo"
2527
 
2528
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:67
2529
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:69
2530
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:71
2531
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:73
2532
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:75
2533
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:77
2534
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:79
2535
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:81
2536
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:83
2537
- msgctxt "Font style"
2538
- msgid "Italic"
2539
- msgstr "Itálica"
2540
 
2541
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:86
2542
- msgid "Character set"
2543
- msgstr "Grupo de caracteres"
2544
 
2545
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:88
2546
- msgctxt "Character set"
2547
- msgid "Latin"
2548
- msgstr "Latín"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2549
 
2550
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:89
2551
- msgctxt "Character set"
2552
- msgid "Latin Extended"
2553
- msgstr "Latín Extendido"
 
 
 
 
 
2554
 
2555
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:90
2556
- msgctxt "Character set"
2557
- msgid "Greek"
2558
- msgstr "Griego"
2559
 
2560
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:91
2561
- msgctxt "Character set"
2562
- msgid "Greek Extended"
2563
- msgstr "Griego Extendido"
2564
 
2565
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:92
2566
- msgctxt "Character set"
2567
- msgid "Cyrillic"
2568
- msgstr "Cirílico"
2569
 
2570
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:93
2571
- msgctxt "Character set"
2572
- msgid "Devanagari"
2573
- msgstr "Devanagari"
2574
 
2575
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:94
2576
- msgctxt "Character set"
2577
- msgid "Arabic"
2578
- msgstr "Arábigo"
2579
 
2580
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:95
2581
- msgctxt "Character set"
2582
- msgid "Khmer"
2583
- msgstr "Khmer"
2584
 
2585
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:96
2586
- msgctxt "Character set"
2587
- msgid "Telugu"
2588
- msgstr "Telugu"
2589
 
2590
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:97
2591
- msgctxt "Character set"
2592
- msgid "Vietnamese"
2593
- msgstr "Vietnamita"
2594
 
2595
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:102
2596
- msgctxt "Default font sets"
2597
- msgid "latin"
2598
- msgstr "latín"
2599
 
2600
- #: Framework/Form/Element/AbstractChooserText.php:71
2601
- #: Framework/Form/Element/Select/SelectFile.php:36
2602
- #: Framework/Form/Element/Select/Skin.php:27
2603
- #: Framework/Form/Element/Text/Folder.php:37
2604
- #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.phtml:43
2605
- #: SmartSlider3/Application/Admin/Generator/Template/CreateStep3Sources.phtml:23
2606
- msgid "Choose"
2607
- msgstr "Seleccionar"
2608
 
2609
- #: Framework/Form/Element/Button/ButtonMoreLess.php:13
2610
- #: Framework/Form/Element/Button/ButtonMoreLess.php:19
2611
- msgid "More"
2612
- msgstr "Más"
2613
 
2614
- #: Framework/Form/Element/Button/ButtonMoreLess.php:20
2615
- msgid "Less"
2616
- msgstr "Menos"
 
 
 
 
2617
 
2618
- #: Framework/Form/Element/Button/ButtonRecordViewer.php:13
2619
- msgid "View records"
2620
- msgstr "Ver registros"
 
 
 
 
2621
 
2622
- #: Framework/Form/Element/Font.php:40
2623
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:169
2624
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:176
2625
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:191
2626
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:194
2627
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:146
2628
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:149
2629
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:302
2630
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:175
2631
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:179
2632
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:161
2633
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:85
2634
- msgid "Font"
2635
- msgstr "Fuente"
2636
 
2637
- #: Framework/Form/Element/Message/Warning.php:14
2638
- msgid "Warning"
2639
- msgstr "Atención"
2640
 
2641
- #: Framework/Form/Element/Mixed/Border.php:40
2642
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:166
2643
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:193
2644
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:154
2645
- msgid "Dotted"
2646
- msgstr "Puntos"
2647
 
2648
- #: Framework/Form/Element/Mixed/Border.php:41
2649
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:165
2650
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:192
2651
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:153
2652
- msgid "Dashed"
2653
- msgstr "Líneas"
 
 
2654
 
2655
- #: Framework/Form/Element/Mixed/Border.php:42
2656
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:164
2657
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:191
2658
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:152
2659
- msgid "Solid"
2660
- msgstr "Sólido"
2661
 
2662
- #: Framework/Form/Element/Mixed/Border.php:43
2663
- msgid "Double"
2664
- msgstr "Doble"
 
2665
 
2666
- #: Framework/Form/Element/Mixed/Border.php:44
2667
- msgid "Groove"
2668
- msgstr "Surco"
 
 
 
 
2669
 
2670
- #: Framework/Form/Element/Mixed/Border.php:45
2671
- msgid "Ridge"
2672
- msgstr "Ranura"
 
2673
 
2674
- #: Framework/Form/Element/Mixed/Border.php:46
2675
- msgid "Inset"
2676
- msgstr "Profundidad"
2677
 
2678
- #: Framework/Form/Element/Mixed/Border.php:47
2679
- msgid "Outset"
2680
- msgstr "Elevación"
2681
 
2682
- #: Framework/Form/Element/Mixed/GeneratorOrder.php:20
2683
- msgid "Field"
2684
- msgstr "Campo"
 
 
 
 
2685
 
2686
- #: Framework/Form/Element/Mixed/GeneratorOrder.php:22
2687
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:87
2688
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:42
2689
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:101
2690
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:183
2691
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:206
2692
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:81
2693
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:98
2694
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:97
2695
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:88
2696
- #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:31
2697
- #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:58
2698
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:80
2699
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:47
2700
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:42
2701
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:71
2702
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:60
2703
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:53
2704
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:66
2705
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:76
2706
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:41
2707
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:72
2708
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:74
2709
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:50
2710
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:51
2711
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:34
2712
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:48
2713
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:114
2714
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:82
2715
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:65
2716
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:47
2717
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:74
2718
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:65
2719
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:52
2720
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:52
2721
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:59
2722
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:58
2723
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:57
2724
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:47
2725
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:41
2726
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:52
2727
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:80
2728
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:62
2729
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:52
2730
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:68
2731
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:91
2732
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:34
2733
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:76
2734
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:32
2735
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:41
2736
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:82
2737
- msgid "Order"
2738
- msgstr "Orden"
2739
 
2740
- #: Framework/Form/Element/Mixed/GeneratorOrder.php:24
2741
- msgid "Ascending"
2742
- msgstr "Ascendente"
 
 
 
 
 
2743
 
2744
- #: Framework/Form/Element/Mixed/GeneratorOrder.php:25
2745
- msgid "Descending"
2746
- msgstr "Descendente"
2747
 
2748
- #: Framework/Form/Element/Select.php:49
2749
  msgid ""
2750
- "Hold down the ctrl (Windows) or command (MAC) button to select multiple "
2751
- "options."
2752
  msgstr ""
2753
- "Mantén apretada la tecla Ctrl (Windows) o Command (Mac) para seleccionar "
2754
- "varias opciones."
2755
-
2756
- #: Framework/Form/Element/Select/FillMode.php:15
2757
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:239
2758
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:107
2759
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:240
2760
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:130
2761
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:208
2762
- msgid "Fill"
2763
- msgstr "Rellenar"
2764
 
2765
- #: Framework/Form/Element/Select/FillMode.php:16
2766
- msgid "Blur fit"
2767
- msgstr "Ajuste de tamaño desenfocado"
2768
 
2769
- #: Framework/Form/Element/Select/FillMode.php:17
2770
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:240
2771
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:108
2772
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:241
2773
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:131
2774
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:209
2775
- msgid "Fit"
2776
- msgstr "Encajar"
2777
 
2778
- #: Framework/Form/Element/Select/FillMode.php:18
2779
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:79
2780
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:80
2781
- msgid "Stretch"
2782
- msgstr "Estirar"
2783
 
2784
- #: Framework/Form/Element/Select/FillMode.php:20
2785
- msgid "Tile"
2786
- msgstr "Mosaico"
 
 
 
 
 
 
 
2787
 
2788
- #: Framework/Form/Element/Select/FillMode.php:26
2789
- msgid "Slider's default"
2790
- msgstr "Slider por defecto"
 
2791
 
2792
- #: Framework/Form/Element/Select/Filter.php:17
2793
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentAccessLevels.php:28
2794
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentCategories.php:40
2795
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentTags.php:21
2796
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsAllTaxonomies.php:23
2797
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsCategories.php:40
2798
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsPostTypes.php:14
2799
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsTags.php:17
2800
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsTaxonomies.php:23
2801
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPhotosSearch.php:39
2802
- #: SmartSlider3Pro/Generator/Joomla/Cobalt/Elements/CobaltCategories.php:39
2803
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsCategories.php:36
2804
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsLocations.php:36
2805
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsTypes.php:15
2806
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogCategories.php:30
2807
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogTags.php:19
2808
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussCategories.php:30
2809
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussTags.php:19
2810
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Elements/EasysocialCategories.php:34
2811
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:47
2812
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:43
2813
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:49
2814
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:58
2815
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategories.php:35
2816
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopManufacturers.php:20
2817
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopTags.php:20
2818
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingCategories.php:29
2819
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingLocations.php:17
2820
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:60
2821
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentCategories.php:40
2822
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentTags.php:19
2823
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopBrands.php:32
2824
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopCategories.php:32
2825
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopTags.php:18
2826
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopWarehouses.php:18
2827
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Elements/IgnitegalleryCategories.php:33
2828
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionCategories.php:35
2829
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionLanguages.php:21
2830
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartCategories.php:33
2831
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartLanguages.php:22
2832
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCalendars.php:17
2833
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCategories.php:34
2834
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:72
2835
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketCategories.php:35
2836
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketLanguages.php:21
2837
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialCategories.php:31
2838
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialEvents.php:17
2839
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroupcategories.php:31
2840
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroups.php:17
2841
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialProfiles.php:17
2842
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialVideotype.php:17
2843
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:46
2844
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingCategories.php:42
2845
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingLabels.php:27
2846
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingManufacturers.php:27
2847
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsArticles.php:21
2848
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsCategories.php:36
2849
- #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Categories.php:29
2850
- #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Tags.php:18
2851
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopCategories.php:49
2852
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopManufacturers.php:18
2853
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryCategories.php:35
2854
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryTags.php:18
2855
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopCategories.php:37
2856
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopManufacturers.php:18
2857
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopSuppliers.php:18
2858
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproCategories.php:39
2859
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproGroups.php:17
2860
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproLocations.php:17
2861
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproTags.php:17
2862
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartCategories.php:34
2863
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartManufacturers.php:21
2864
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Elements/ZooCategories.php:24
2865
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Elements/ZooTags.php:17
2866
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Elements/AllInOneEventCalendarCategories.php:34
2867
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Elements/AllInOneEventCalendarTags.php:35
2868
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerCategories.php:34
2869
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerLocations.php:31
2870
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerTags.php:33
2871
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Elements/MultisitePostCategories.php:38
2872
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarCategories.php:34
2873
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarOrganizers.php:31
2874
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarTags.php:35
2875
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarVenues.php:31
2876
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Elements/WebdoradoPhotoGalleryGalleries.php:14
2877
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Elements/WebdoradoPhotoGalleryTags.php:14
2878
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Elements/WooCommerceTags.php:28
2879
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:63
2880
- msgid "All"
2881
- msgstr "Todos"
2882
 
2883
- #: Framework/Form/Element/Select/Filter.php:19
2884
- #, php-format
2885
- msgid "Not %s"
2886
- msgstr "No %s"
2887
 
2888
- #: Framework/Form/Element/Select/FontWeight.php:14
2889
- #: Framework/Form/Element/Select/FontWeight.php:21
2890
- msgid "Bold"
2891
- msgstr "Negrita"
2892
 
2893
- #: Framework/Form/Element/Select/FontWeight.php:16
2894
- msgid "Extra light"
2895
- msgstr "Extra fina"
 
2896
 
2897
- #: Framework/Form/Element/Select/FontWeight.php:17
2898
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:77
2899
- msgid "Light"
2900
- msgstr "Fina"
 
 
2901
 
2902
- #: Framework/Form/Element/Select/FontWeight.php:20
2903
- msgid "Semi bold"
2904
- msgstr "Semi negrita"
2905
 
2906
- #: Framework/Form/Element/Select/FontWeight.php:22
2907
- msgid "Extra bold"
2908
- msgstr "Extra negrita"
 
2909
 
2910
- #: Framework/Form/Element/Select/LinkTarget.php:13
2911
- msgid "Self"
2912
- msgstr "Propio"
 
 
 
 
 
 
 
2913
 
2914
- #: Framework/Form/Element/Select/LinkTarget.php:14
2915
- msgid "New"
2916
- msgstr "Nuevo"
 
 
2917
 
2918
- #: Framework/Form/Element/Text/FieldImageResponsive.php:27
2919
- msgid "Select images for devices"
2920
- msgstr "Selecciona las imágenes para los dispositivos"
 
 
2921
 
2922
- #: Framework/Form/Element/Text/Url.php:33
2923
- msgid "Select a page or a blog post from your WordPress site."
2924
- msgstr "Seleccionar una página o un artículo de blog de tu sitio WordPress."
 
 
2925
 
2926
- #: Framework/Form/Element/Text/Url.php:38
2927
- msgid "Select article or menu item from your site."
2928
- msgstr "Selecciona un artículo o ítem del menú de tu sitio."
2929
 
2930
- #: Framework/Form/Fieldset/LayerWindow/FieldsetDesign.php:16
2931
- #: Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowStyleMode.php:18
2932
- msgid "Reset to normal state"
2933
- msgstr "Restablecer al estado normal"
2934
 
2935
- #: Framework/Form/Joomla/Element/Select/MenuItems.php:18
2936
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:119
2937
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:61
2938
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:150
2939
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:132
2940
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:507
2941
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:107
2942
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:49
2943
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:190
2944
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:237
2945
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:196
2946
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:58
2947
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:69
2948
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:170
2949
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:181
2950
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:183
2951
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:194
2952
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:373
2953
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:408
2954
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:424
2955
- #: SmartSlider3/Storage.php:552 SmartSlider3/Storage.php:928
2956
- #: SmartSlider3/Storage.php:1165 SmartSlider3/Storage.php:3954
2957
- #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:39
2958
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategoryLanguage.php:20
2959
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCurrency.php:20
2960
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopManufacturerLanguage.php:20
2961
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopProductLanguage.php:20
2962
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:72
2963
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:95
2964
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:80
2965
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:86
2966
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:218
2967
- msgid "Default"
2968
- msgstr "Por defecto"
2969
 
2970
- #: Framework/Image/Block/ImageManager/Index.phtml:14
2971
- msgid "Image manager"
2972
- msgstr "Administrador de imágenes"
 
2973
 
2974
- #: Framework/Image/ModelImage.php:37
2975
- msgid "Desktop retina"
2976
- msgstr "Escritorio retina"
 
2977
 
2978
- #: Framework/Image/ModelImage.php:39
2979
- msgid "Tablet retina"
2980
- msgstr "Tableta retina"
 
 
 
 
 
 
2981
 
2982
- #: Framework/Image/ModelImage.php:41
2983
- msgid "Mobile retina"
2984
- msgstr "Móvil retina"
2985
 
2986
- #: Framework/Misc/HttpClient.php:93
2987
- #, php-format
2988
- msgid ""
2989
- "The %1$s is not turned on in your server, which is necessary to read rss "
2990
- "feeds. You should contact your server host, and ask them to enable it!"
2991
- msgstr ""
2992
- "El %1$s no está activado en tu servidor; esto es necesario para leer los "
2993
- "rss. ¡Te recomendamos contactar el hospedaje de tu servidor para que lo "
2994
- "active!"
2995
 
2996
- #: Framework/Misc/Zip/Reader/Custom.php:24
2997
- #, php-format
2998
- msgid "%s is not readable"
2999
- msgstr "%s no se puede leer"
3000
 
3001
- #: Framework/Style/Block/StyleManager/Index.phtml:14
3002
- msgid "Style manager"
3003
- msgstr "Administrador de estilos"
 
 
 
 
3004
 
3005
- #: Framework/Style/ModelStyle.php:25
3006
- msgid "Style settings"
3007
- msgstr "Opciones de estilo"
 
 
 
3008
 
3009
- #: Framework/Style/ModelStyle.php:35
3010
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:165
3011
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:112
3012
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:97
3013
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:139
3014
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:139
3015
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:225
3016
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:113
3017
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:89
3018
- msgid "Background color"
3019
- msgstr "Color de fondo"
3020
 
3021
- #: Framework/Style/ModelStyle.php:39
3022
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:143
3023
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:223
3024
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:288
3025
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:196
3026
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:335
3027
- #: SmartSlider3Pro/SplitText/ModelSplitText.php:131
3028
- msgid "Opacity"
3029
- msgstr "Opacidad"
3030
 
3031
- #: Framework/Style/ModelStyle.php:50
3032
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:203
3033
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:120
3034
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:189
3035
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:221
3036
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:150
3037
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:262
3038
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:313
3039
- msgid "Padding"
3040
- msgstr "Padding"
 
 
 
 
 
3041
 
3042
- #: Framework/Style/ModelStyle.php:72
3043
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:135
3044
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:140
3045
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:165
3046
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:169
3047
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:161
3048
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:167
3049
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:125
3050
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:127
3051
- msgid "Border"
3052
- msgstr "Borde"
3053
 
3054
- #: Framework/Style/ModelStyle.php:74
3055
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:174
3056
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:171
3057
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:201
3058
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:280
3059
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:162
3060
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:117
3061
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:152
3062
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:153
3063
- msgid "Border radius"
3064
- msgstr "Radio del borde"
3065
 
3066
- #: Framework/Style/ModelStyle.php:87
3067
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:126
3068
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:157
3069
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:153
3070
- msgid "Box shadow"
3071
- msgstr "Sombra de la caja"
3072
 
3073
- #: Framework/Style/StyleRenderer.php:78
3074
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:140
3075
- msgid "Single"
3076
- msgstr "Un solo"
3077
 
3078
- #: Framework/Style/StyleRenderer.php:106
3079
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:168
3080
- msgid "Box"
3081
- msgstr "Caja"
3082
 
3083
- #: Framework/Style/StyleRenderer.php:160
3084
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:222
3085
- msgid "Heading active"
3086
- msgstr "Encabezado activo"
 
 
 
 
 
 
 
3087
 
3088
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:43
3089
  msgid "Animations"
@@ -3507,13 +3385,13 @@ msgstr "La miniatura del slider que aparece en la lista de sliders."
3507
 
3508
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:81
3509
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:83
3510
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:53
3511
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:55
3512
  msgid "ARIA label"
3513
  msgstr "Etiqueta ARIA"
3514
 
3515
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:84
3516
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:56
3517
  msgid "It allows you to label your slider for screen readers."
3518
  msgstr "Permite que etiquetes tu slider para lectores de pantalla."
3519
 
@@ -3936,7 +3814,7 @@ msgstr ""
3936
 
3937
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:41
3938
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:97
3939
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:151
3940
  #: SmartSlider3/Application/Model/ModelGenerator.php:400
3941
  msgid "Slides"
3942
  msgstr "Slides"
@@ -4103,11 +3981,11 @@ msgstr "No se encontraron entradas para el filtro"
4103
  msgid "Authentication successful."
4104
  msgstr "Autenticación exitosa."
4105
 
4106
- #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.phtml:61
4107
  msgid "Not installed"
4108
  msgstr "No instalado"
4109
 
4110
- #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.phtml:69
4111
  msgid "Visit"
4112
  msgstr "Visitar"
4113
 
@@ -4133,15 +4011,15 @@ msgstr "Agregar"
4133
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:58
4134
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:84
4135
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:96
4136
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:120
4137
  msgid "Generator"
4138
  msgstr "Generador"
4139
 
4140
- #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.phtml:18
4141
  msgid "How to upgrade to Smart Slider 3 Pro?"
4142
  msgstr "¿Cómo cambiarme a la versión Pro de Smart Slider 3?"
4143
 
4144
- #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.phtml:22
4145
  #, php-format
4146
  msgid ""
4147
  "After making your purchase, %1$slog in to your account%3$s and download the "
@@ -4152,11 +4030,11 @@ msgstr ""
4152
  "la versión Pro. Para comenzar con Smart Slider 3 Pro, simplemente "
4153
  "%2$sinstálalo en tu sitio web%3$s."
4154
 
4155
- #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.phtml:26
4156
  msgid "Download Pro"
4157
  msgstr "Descargar versión Pro"
4158
 
4159
- #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.phtml:30
4160
  msgid ""
4161
  "Feel free to remove the Free version, as you no longer need it. Your sliders "
4162
  "will stay!"
@@ -4164,19 +4042,19 @@ msgstr ""
4164
  "Siéntete libre de remover la versión Free, si ya no lo necesitas. ¡Tus "
4165
  "sliders se quedarán!"
4166
 
4167
- #: SmartSlider3/Application/Admin/GoPro/Template/Index.phtml:18
4168
  msgid "Ready to go Pro?"
4169
  msgstr "¿Estás listo para cambiarte a la versión Pro?"
4170
 
4171
- #: SmartSlider3/Application/Admin/GoPro/Template/Index.phtml:22
4172
  msgid "Supercharge Smart Slider 3 with powerful functionality!"
4173
  msgstr "¡Supercarga Smart Slider 3 con poderosas funcionalidades!"
4174
 
4175
- #: SmartSlider3/Application/Admin/GoPro/Template/Index.phtml:34
4176
  msgid "Already purchased?"
4177
  msgstr "¿Ya lo adquiriste?"
4178
 
4179
- #: SmartSlider3/Application/Admin/GoPro/Template/Index.phtml:38
4180
  msgid "Get started with the Pro version now!"
4181
  msgstr "¡Comienza con la versión Pro ahora!"
4182
 
@@ -4195,12 +4073,12 @@ msgstr ""
4195
  msgid "Successful connection with the API."
4196
  msgstr "Conexión exitosa con la API."
4197
 
4198
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:22
4199
  msgid "Welcome to Help Center"
4200
  msgstr "Bienvenido al Centro de Ayuda"
4201
 
4202
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:25
4203
- #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.phtml:15
4204
  msgid ""
4205
  "To help you get started, we've put together a super tutorial video that "
4206
  "shows you the basic settings."
@@ -4208,34 +4086,34 @@ msgstr ""
4208
  "Para ayudarte a comenzar, hemos creado un super video tutorial que te enseña "
4209
  "las opciones básicas."
4210
 
4211
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:40
4212
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:128
4213
  msgid "Possible conflicts"
4214
  msgstr "Posibles conflictos"
4215
 
4216
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:44
4217
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:132
4218
  msgid "Test connection"
4219
  msgstr "Probar conexión"
4220
 
4221
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:48
4222
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:136
4223
  msgid "No conflicts detected."
4224
  msgstr "No se detectaron conflictos."
4225
 
4226
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:66
4227
  msgid "Hello! How can we help you today?"
4228
  msgstr "¡Hola! ¿Cómo podemos ayudarte hoy?"
4229
 
4230
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:71
4231
  msgid "Search in the knowledge base"
4232
  msgstr "Buscar en la base de conocimiento"
4233
 
4234
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:83
4235
  msgid "Documentation"
4236
  msgstr "Documentación"
4237
 
4238
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:84
4239
  msgid ""
4240
  "To get started with Smart Slider 3, please refer to this guide for "
4241
  "downloading, installing, and using."
@@ -4243,11 +4121,11 @@ msgstr ""
4243
  "Para comenzar con Smart Slider 3, por favor consulta la guía para "
4244
  "descargarlo, instalarlo, y utilizarlo."
4245
 
4246
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:90
4247
  msgid "Email support"
4248
  msgstr "Soporte por email"
4249
 
4250
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:91
4251
  msgid ""
4252
  "Need one-to-one assistance? Get in touch with our Support team! We'd love "
4253
  "the opportunity to help you."
@@ -4255,11 +4133,11 @@ msgstr ""
4255
  "¿Necesitas asistencia personalizada? ¡Contáctate con nuestro equipo de "
4256
  "soporte! Nos encantaría ayudarte."
4257
 
4258
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:98
4259
  msgid "Tutorial videos"
4260
  msgstr "Video tutoriales"
4261
 
4262
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:99
4263
  msgid ""
4264
  "Check our video tutorials which cover everything you need to know about "
4265
  "Smart Slider 3."
@@ -4267,11 +4145,11 @@ msgstr ""
4267
  "Consulta nuestros video tutoriales que cubren todo lo que necesitas saber "
4268
  "sobre Smart Slider 3."
4269
 
4270
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:104
4271
  msgid "Selected articles"
4272
  msgstr "Artículos seleccionados"
4273
 
4274
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:166
4275
  msgid "Debug information"
4276
  msgstr "Información de depuración"
4277
 
@@ -4306,54 +4184,54 @@ msgstr "Centro de ayuda"
4306
  msgid "Help"
4307
  msgstr "Ayuda"
4308
 
4309
- #: SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/AdminError.phtml:22
4310
  #: SmartSlider3/Application/Model/ModelSlides.php:129
4311
  msgid "Read more"
4312
  msgstr "Leer más"
4313
 
4314
- #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.phtml:17
4315
  msgid "Need more?"
4316
  msgstr "¿Necesitas más?"
4317
 
4318
- #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.phtml:20
4319
  msgid "Unlock all the pro features by upgrading to Smart Slider 3 Pro."
4320
  msgstr ""
4321
  "Desbloquea todas las características de la versión Pro al actualizarte a "
4322
  "Smart Slider 3 Pro."
4323
 
4324
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:42
4325
  msgid "Changelog"
4326
  msgstr "Registro de cambios"
4327
 
4328
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:57
4329
  msgid "Check for update"
4330
  msgstr "Buscar actualización"
4331
 
4332
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:60
4333
  msgid "Check"
4334
  msgstr "Chequear"
4335
 
4336
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:71
4337
  msgid "Your license is active"
4338
  msgstr "Tu licencia está activa"
4339
 
4340
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:74
4341
  msgid "Deactivate license"
4342
  msgstr "Desactivar licencia"
4343
 
4344
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:82
4345
  msgid "Activate your license"
4346
  msgstr "Activar tu licencia"
4347
 
4348
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.phtml:18
4349
  msgid "Don’t miss any update"
4350
  msgstr "No te pierdas de ninguna actualización"
4351
 
4352
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:25
4353
  msgid "Let us know how we're doing"
4354
  msgstr "Danos tu opinión sobre lo que estamos haciendo"
4355
 
4356
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:29
4357
  msgid ""
4358
  "If you are happy with Smart Slider 3 and can take a minute please leave a "
4359
  "review. This will help to spread its popularity and to make this plugin a "
@@ -4363,55 +4241,55 @@ msgstr ""
4363
  "favor deja una reseña. Esto ayudará a difundir su popularidad y hacer de "
4364
  "este plugin uno mejor."
4365
 
4366
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:59
4367
  msgid "Rate your experience"
4368
  msgstr "Califica tu experiencia"
4369
 
4370
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:60
4371
  msgid "Hated it"
4372
  msgstr "Lo odié"
4373
 
4374
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:61
4375
  msgid "Disliked it"
4376
  msgstr "Me desagradó"
4377
 
4378
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:62
4379
  msgid "It was ok"
4380
  msgstr "Estaba bien"
4381
 
4382
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:63
4383
  msgid "Liked it"
4384
  msgstr "Me gustó"
4385
 
4386
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:64
4387
  msgid "Loved it"
4388
  msgstr "Me encantó"
4389
 
4390
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:18
4391
  msgid "Why upgrade to Smart Slider 3 Pro?"
4392
  msgstr "¿Por qué actualizarse a Smart Slider 3 Pro?"
4393
 
4394
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:25
4395
  msgid "180+ slider templates"
4396
  msgstr "Más de 180 plantillas de sliders"
4397
 
4398
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:29
4399
  msgid "14 new layers"
4400
  msgstr "14 nuevas capas"
4401
 
4402
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:33
4403
  msgid "New animations & effects"
4404
  msgstr "Nuevas animaciones y efectos"
4405
 
4406
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:39
4407
  msgid "Full slide library access"
4408
  msgstr "Acceso completo a la Biblioteca de Slides"
4409
 
4410
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:43
4411
  msgid "Extra advanced options"
4412
  msgstr "Opciones extra avanzadas"
4413
 
4414
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:47
4415
  msgid "Lifetime update & support"
4416
  msgstr "Soporte y actualizaciones de por vida"
4417
 
@@ -4428,15 +4306,15 @@ msgstr "Volver"
4428
  msgid "Import"
4429
  msgstr "Importar"
4430
 
4431
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:64
4432
  msgid "Layers"
4433
  msgstr "Capas"
4434
 
4435
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:72
4436
  msgid "Library"
4437
  msgstr "Biblioteca"
4438
 
4439
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:129
4440
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:62
4441
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:151
4442
  msgid "Absolute"
@@ -4455,7 +4333,7 @@ msgstr "Básico"
4455
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:41
4456
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:45
4457
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:49
4458
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:329
4459
  msgid "Inner align"
4460
  msgstr "Alineación Interna"
4461
 
@@ -4472,8 +4350,8 @@ msgstr "Posiciona horizontalmente las capas que se encuentran dentro."
4472
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:48
4473
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:232
4474
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:238
4475
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:330
4476
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:336
4477
  msgid "Vertical align"
4478
  msgstr "Alineación vertical"
4479
 
@@ -4485,8 +4363,8 @@ msgstr "Posiciona verticalmente las capas que se encuentran dentro."
4485
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:66
4486
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:93
4487
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:83
4488
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:113
4489
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:55
4490
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:165
4491
  #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:178
4492
  #: SmartSlider3/Renderable/Item/Image/ItemImage.php:143
@@ -4496,7 +4374,7 @@ msgstr "Posiciona verticalmente las capas que se encuentran dentro."
4496
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:227
4497
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:123
4498
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:144
4499
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:284
4500
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:171
4501
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:146
4502
  msgid "Target window"
@@ -4766,16 +4644,16 @@ msgid "Makes the row fill the available vertical space"
4766
  msgstr "Hace que la fila rellene todo el espacio vertical disponible"
4767
 
4768
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:60
4769
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:96
4770
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:35
4771
  #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:67
4772
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:109
4773
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:78
4774
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:173
4775
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:176
4776
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:169
4777
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:264
4778
  #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:268
 
4779
  #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:50
4780
  msgid "Description"
4781
  msgstr "Descripción"
@@ -4785,7 +4663,7 @@ msgid "Custom lightbox image"
4785
  msgstr "Imagen de lightbox personalizada"
4786
 
4787
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:112
4788
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:72
4789
  #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:56
4790
  #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:56
4791
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:73
@@ -4802,11 +4680,20 @@ msgstr "Despublicar en"
4802
 
4803
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:130
4804
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:135
4805
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:105
4806
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:47
4807
  msgid "Thumbnail type"
4808
  msgstr "Tipo de miniatura"
4809
 
 
 
 
 
 
 
 
 
 
4810
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:136
4811
  msgid ""
4812
  "If you have a video on your slide, you can put a play icon on the thumbnail "
@@ -5208,22 +5095,22 @@ msgstr "Aumentar tamaño"
5208
  msgid "Scale down"
5209
  msgstr "Reducir tamaño"
5210
 
5211
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:22
5212
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.phtml:40
5213
  msgid "Edit"
5214
  msgstr "Editar"
5215
 
5216
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:38
5217
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:46
5218
  #: SmartSlider3/Application/Model/ModelSlides.php:77
5219
  msgid "Static overlay"
5220
  msgstr "Superposición estática"
5221
 
5222
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:68
5223
  msgid "First slide"
5224
  msgstr "Primer slide"
5225
 
5226
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:76
5227
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:74
5228
  msgid "Unpublished"
5229
  msgstr "Sin publicar"
@@ -5251,51 +5138,51 @@ msgstr "Seleccionar publicados"
5251
  msgid "Select unpublished"
5252
  msgstr "Seleccionar despublicados"
5253
 
5254
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:26
5255
  msgid "Blank"
5256
  msgstr "Vacío"
5257
 
5258
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:36
5259
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:175
5260
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:121
5261
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:159
5262
  msgid "Post"
5263
  msgstr "Artículo"
5264
 
5265
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:53
5266
  msgid "Dynamic slides"
5267
  msgstr "Slides Dinámicos"
5268
 
5269
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:92
5270
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:21
5271
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:27
5272
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:63
5273
  #: SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEdit.php:99
5274
  #: SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEditAddSlide.php:65
5275
  msgid "Add slide"
5276
  msgstr "Agregar slide"
5277
 
5278
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:105
5279
  msgid "Block must contain only one slide. Need more?"
5280
  msgstr "El bloque debe contener solo un slide. ¿Necesitas más?"
5281
 
5282
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:108
5283
  msgid "Convert to slider"
5284
  msgstr "Convertir a slider"
5285
 
5286
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:136
5287
  msgid "Slide one"
5288
  msgstr "Slide uno"
5289
 
5290
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:143
5291
  msgid "Slide two"
5292
  msgstr "Slide dos"
5293
 
5294
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:150
5295
  msgid "Drop images here"
5296
  msgstr "Suelta tus imágenes aquí"
5297
 
5298
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.phtml:106
5299
  msgid "Edit slider"
5300
  msgstr "Editar slider"
5301
 
@@ -5333,90 +5220,90 @@ msgstr "Primero lo más antiguo"
5333
  msgid "Export"
5334
  msgstr "Exportar"
5335
 
5336
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/SliderManager.phtml:32
5337
  msgid "New project"
5338
  msgstr "Nuevo proyecto"
5339
 
5340
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:21
5341
  msgid "Module"
5342
  msgstr "Modulo"
5343
 
5344
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:23
5345
  msgid "Displays the slider in a template module position."
5346
  msgstr "Muestra el slider en una posición de módulo de tu plantilla."
5347
 
5348
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:25
5349
  msgid "Create module"
5350
  msgstr "Crear módulo"
5351
 
5352
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:30
5353
  msgid "Related modules"
5354
  msgstr "Módulos relacionados"
5355
 
5356
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:40
5357
  msgid "Articles"
5358
  msgstr "Artículos"
5359
 
5360
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:42
5361
  msgid "Paste the code into article:"
5362
  msgstr "Pegue el código en el artículo:"
5363
 
5364
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:50
5365
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:48
5366
  msgid "PHP code"
5367
  msgstr "Código PHP"
5368
 
5369
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:52
5370
  msgid "Paste the PHP code into source code:"
5371
  msgstr "Pegue el código PHP en el código fuente:"
5372
 
5373
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:17
5374
  msgid "Shortcode"
5375
  msgstr "Shortcode"
5376
 
5377
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:19
5378
  msgid "Copy and paste this shortcode into your posts or pages:"
5379
  msgstr "Copie y peque este shortcode en los artículos ó las páginas:"
5380
 
5381
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:31
5382
  msgid "Pages and Posts"
5383
  msgstr "Páginas y publicaciones"
5384
 
5385
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:44
5386
  #, php-format
5387
  msgid "Smart Slider 3 has integration with %s."
5388
  msgstr "Smart Slider 3 tiene integración con %s."
5389
 
5390
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:50
5391
  msgid "Paste the PHP code into your theme's file:"
5392
  msgstr "Pega el código PHP en el archivo del tema:"
5393
 
5394
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrash.phtml:16
5395
  msgid "Trash is empty."
5396
  msgstr "La papelera está vacía."
5397
 
5398
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrashBox.phtml:38
5399
  #: SmartSlider3/Application/Admin/Sliders/ViewSlidersImport.php:122
5400
  msgid "Restore"
5401
  msgstr "Reestablecer"
5402
 
5403
- #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.phtml:38
5404
  msgid "Toggle orientation"
5405
  msgstr "Cambiar orientación"
5406
 
5407
- #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.phtml:49
5408
  msgid "Reload preview"
5409
  msgstr "Volver a cargar la vista previa"
5410
 
5411
- #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.phtml:56
5412
  msgid "Open preview in full"
5413
  msgstr "Abrir el preview en pantalla completa"
5414
 
5415
- #: SmartSlider3/Application/Admin/Preview/Template/Index.phtml:28
5416
  msgid "State"
5417
  msgstr "Estado"
5418
 
5419
- #: SmartSlider3/Application/Admin/Preview/Template/Index.phtml:30
5420
  msgid "Reason"
5421
  msgstr "Razón"
5422
 
@@ -5522,70 +5409,66 @@ msgstr ""
5522
  "Mantiene el elemento que se ha hecho un clic (como un botón) en foco a menos "
5523
  "que se haga un clic fuera del mismo."
5524
 
5525
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:59
5526
- msgid "Show Joomla admin footer"
5527
- msgstr "Mostrar el bloque administrativo inferior de Joomla"
5528
-
5529
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:67
5530
  msgid "Load jQuery on frontend"
5531
  msgstr "Cargar JQuery en el frontend"
5532
 
5533
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:69
5534
  msgid "Load GSAP on frontend"
5535
  msgstr "Cargar GSAP en el frontend"
5536
 
5537
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:71
5538
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:91
5539
  msgid "Async"
5540
  msgstr "Asíncrono"
5541
 
5542
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:72
5543
  msgid "Combine"
5544
  msgstr "Combinar"
5545
 
5546
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:73
5547
  msgid "Script attributes"
5548
  msgstr "Atributos del script"
5549
 
5550
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:75
5551
  msgid "Slider's inline JavaScript"
5552
  msgstr "Javascript incluido en el slider"
5553
 
5554
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:77
5555
  msgid "Head"
5556
  msgstr "Encabezado"
5557
 
5558
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:78
5559
  msgid "Into the slider"
5560
  msgstr "Dentro del slider"
5561
 
5562
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:87
5563
  msgid "CSS mode"
5564
  msgstr "Modo CSS"
5565
 
5566
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:89
5567
  msgid "Inline"
5568
  msgstr "En línea"
5569
 
5570
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:90
5571
  msgid "Inline at head"
5572
  msgstr "En línea en el encabezado"
5573
 
5574
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:96
5575
  msgid "Load Font Awesome 4"
5576
  msgstr "Cargar Font Awesome 4"
5577
 
5578
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:99
5579
  msgid "API requests"
5580
  msgstr "Solicitudes de la API"
5581
 
5582
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:103
5583
  #, php-format
5584
  msgctxt "Curl"
5585
  msgid "Use %s"
5586
  msgstr "Usar %s"
5587
 
5588
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:105
5589
  #, php-format
5590
  msgctxt "curl proxy"
5591
  msgid "Clean %s"
@@ -5821,24 +5704,24 @@ msgstr "Slider removido del grupo."
5821
  msgid "Slider duplicated."
5822
  msgstr "Slider duplicado."
5823
 
5824
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:35
5825
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:43
5826
  msgid "Slider settings"
5827
  msgstr "Opciones del slider"
5828
 
5829
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:47
5830
  msgid "Delete slider"
5831
  msgstr "Eliminar slider"
5832
 
5833
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:75
5834
  msgid "Edit slide"
5835
  msgstr "Editar slide"
5836
 
5837
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:86
5838
  msgid "Delete slide"
5839
  msgstr "Eliminar slide"
5840
 
5841
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:88
5842
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:96
5843
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:48
5844
  #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:65
@@ -5849,7 +5732,7 @@ msgstr "Eliminar slide"
5849
  #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:41
5850
  #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:120
5851
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:66
5852
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:66
5853
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:53
5854
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:48
5855
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:58
@@ -5857,7 +5740,7 @@ msgstr "Eliminar slide"
5857
  msgid "Ordering"
5858
  msgstr "Ordenamiento"
5859
 
5860
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:43
5861
  msgid "Video url"
5862
  msgstr "URL del video"
5863
 
@@ -5919,16 +5802,16 @@ msgstr "¡Solo se pueden cargar archivos con extensión .ss3!"
5919
  msgid "The imported file is not readable!"
5920
  msgstr "¡No se puede leer el archivo importado!"
5921
 
5922
- #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.phtml:24
5923
- #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.phtml:26
5924
  msgid "Go to dashboard"
5925
  msgstr "Ir al panel de control"
5926
 
5927
- #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.phtml:12
5928
  msgid "Welcome to Smart Slider 3"
5929
  msgstr "Bienvenido a Smart Slider 3"
5930
 
5931
- #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.phtml:23
5932
  msgid "Don't show again"
5933
  msgstr "No mostrarlo de nuevo"
5934
 
@@ -6068,10 +5951,14 @@ msgstr "Slide creado."
6068
  msgid "Failed to create slides."
6069
  msgstr "Fallo al crear slides."
6070
 
6071
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:173
6072
  msgid "Static save"
6073
  msgstr "Guardar estático"
6074
 
 
 
 
 
6075
  #: SmartSlider3/Application/Model/ModelGenerator.php:396
6076
  msgid "Generator settings"
6077
  msgstr "Configuración del generador"
@@ -6096,26 +5983,26 @@ msgstr "Resultado de grupo"
6096
  msgid "Smart Slider 3 deactivated on this site!"
6097
  msgstr "¡Smart Slider 3 desactivado en este sitio!"
6098
 
6099
- #: SmartSlider3/Application/Model/ModelSliders.php:237
6100
- #: SmartSlider3/Application/Model/ModelSliders.php:275
6101
- #: SmartSlider3/Application/Model/ModelSliders.php:290
6102
  msgid "New slider"
6103
  msgstr "Nuevo Slider"
6104
 
6105
- #: SmartSlider3/Application/Model/ModelSliders.php:318
6106
  msgid "Alias removed"
6107
  msgstr "Alias removido"
6108
 
6109
- #: SmartSlider3/Application/Model/ModelSliders.php:321
6110
  msgid "Alias must contain one or more letters"
6111
  msgstr "El alias debe contener una o más letras"
6112
 
6113
- #: SmartSlider3/Application/Model/ModelSliders.php:324
6114
  #, php-format
6115
  msgid "Alias updated to: %s"
6116
  msgstr "Alias actualizado a: %s"
6117
 
6118
- #: SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/Index.phtml:14
6119
  #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:45
6120
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:136
6121
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:140
@@ -6174,7 +6061,7 @@ msgstr ""
6174
  "Esta plantilla usa una versión desactualizada de la librería MooTools que no "
6175
  "es compatible."
6176
 
6177
- #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:27
6178
  msgid ""
6179
  "This plugin breaks JavaScript in the admin area, deactivate it and use "
6180
  "alternative plugin."
@@ -6182,24 +6069,32 @@ msgstr ""
6182
  "Este plugin corrompe el javascript en el área administrativa, desactívalo o "
6183
  "utiliza un plugin alternativo."
6184
 
6185
- #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:43
6186
  msgid ""
6187
  "This plugin breaks Smart Slider 3 ajax calls if custom admin url enabled."
6188
  msgstr ""
6189
  "Este plugin corrompe las llamadas de ajax del Smart Slider 3 sí se activa la "
6190
  "url administrativa personalizada."
6191
 
6192
- #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:57
6193
  msgid "This plugin adds a background image to every SVG and breaks SSL."
6194
  msgstr ""
6195
  "Este plugin agrega una imagen de fondo para cada SVG y rompe la estructura "
6196
  "de SSL."
6197
 
6198
- #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:68
6199
  msgid "This plugin has a JavaScript error which might break Smart Slider."
6200
  msgstr ""
6201
  "Este plugin contiene un error de Javascript que puede corromper Smar Slider."
6202
 
 
 
 
 
 
 
 
 
6203
  #: SmartSlider3/Form/Element/Columns.php:29
6204
  msgid "Add column"
6205
  msgstr "Agregar columna"
@@ -6247,6 +6142,35 @@ msgstr "Tipo de generador no encontrado"
6247
  msgid "%1$s generator missing the following source: %2$s"
6248
  msgstr "falta el generador %1$s del siguiente código fuente: %2$s"
6249
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6250
  #: SmartSlider3/Generator/Joomla/JoomlaContent/GeneratorGroupJoomlaContent.php:14
6251
  msgid "Joomla articles"
6252
  msgstr "Artículos de Joomla"
@@ -6279,8 +6203,8 @@ msgstr "Artículo"
6279
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:38
6280
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:65
6281
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:38
6282
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:38
6283
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:63
6284
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:34
6285
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:30
6286
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:34
@@ -6331,8 +6255,8 @@ msgstr "Etiquetas"
6331
  #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:58
6332
  #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:41
6333
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:41
6334
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:47
6335
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:65
6336
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:46
6337
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:56
6338
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:56
@@ -6348,7 +6272,7 @@ msgstr "Destacado"
6348
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:64
6349
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:58
6350
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:50
6351
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:48
6352
  msgid "User ID"
6353
  msgstr "ID del usuario"
6354
 
@@ -6361,7 +6285,7 @@ msgstr "ID del usuario"
6361
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:44
6362
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:51
6363
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:52
6364
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:49
6365
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:45
6366
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:39
6367
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:58
@@ -6385,7 +6309,7 @@ msgstr "Activa esta opción para generar más variables de los slides."
6385
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:54
6386
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:51
6387
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:49
6388
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:54
6389
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:62
6390
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:76
6391
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:77
@@ -6398,7 +6322,7 @@ msgstr "Formato de fecha"
6398
  #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:70
6399
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:54
6400
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:51
6401
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:54
6402
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:62
6403
  msgid "m-d-Y"
6404
  msgstr "m-d-Y"
@@ -6409,7 +6333,7 @@ msgstr "m-d-Y"
6409
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:55
6410
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:52
6411
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:50
6412
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:55
6413
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:63
6414
  msgid "Time format"
6415
  msgstr "Formato de hora"
@@ -6446,7 +6370,7 @@ msgstr "Traducir fecha y hora"
6446
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:70
6447
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:74
6448
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:57
6449
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:62
6450
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:46
6451
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:88
6452
  #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:77
@@ -6457,14 +6381,14 @@ msgstr "Traducir fecha y hora"
6457
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:74
6458
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:166
6459
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:169
6460
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:165
6461
  #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:177
6462
  #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:44
6463
  msgid "Title"
6464
  msgstr "Titulo"
6465
 
6466
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:94
6467
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:64
6468
  msgid "User name"
6469
  msgstr "Nombre de usuario"
6470
 
@@ -6483,7 +6407,7 @@ msgstr "Nombre de usuario"
6483
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:59
6484
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:67
6485
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:68
6486
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:67
6487
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:49
6488
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:61
6489
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:89
@@ -6517,7 +6441,7 @@ msgstr "Visitas"
6517
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:58
6518
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:68
6519
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:63
6520
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:68
6521
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:56
6522
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:59
6523
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:72
@@ -6540,7 +6464,7 @@ msgstr "Hora de creación"
6540
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:80
6541
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:69
6542
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:64
6543
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:69
6544
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:57
6545
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:60
6546
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:73
@@ -7056,6 +6980,10 @@ msgstr ""
7056
  "Puedes escribir el ID de la página que quieres mostrar en tu generador. %1$s "
7057
  "Escribe un ID por línea."
7058
 
 
 
 
 
7059
  #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:73
7060
  #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:75
7061
  #: SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php:144
@@ -7083,6 +7011,10 @@ msgstr "Seleccionar slider"
7083
  msgid "OR"
7084
  msgstr "O"
7085
 
 
 
 
 
7086
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:78
7087
  msgctxt "Button layer default text"
7088
  msgid "MORE"
@@ -7133,8 +7065,8 @@ msgstr "Previene que el texto se quiebre en varias líneas"
7133
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:126
7134
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:145
7135
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:147
7136
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:285
7137
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:287
7138
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:147
7139
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:149
7140
  msgid "Rel"
@@ -7149,7 +7081,7 @@ msgstr "Rel"
7149
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:231
7150
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:127
7151
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:148
7152
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:288
7153
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:150
7154
  #, php-format
7155
  msgid ""
@@ -7161,6 +7093,16 @@ msgstr ""
7161
  "documento actual y el documento enlazado. Se pueden separar múltiples "
7162
  "atributos rel con un espacio. Ejemplo: nofollow noopener noreferrer"
7163
 
 
 
 
 
 
 
 
 
 
 
7164
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:197
7165
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:121
7166
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:164
@@ -7182,7 +7124,7 @@ msgid "Heading layer"
7182
  msgstr "Capa de encabezado"
7183
 
7184
  #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:193
7185
- #: SmartSlider3Pro/SplitText/Block/SplitTextManager/Index.phtml:14
7186
  msgid "Text animation"
7187
  msgstr "Animación del texto"
7188
 
@@ -7213,7 +7155,7 @@ msgstr "Altura fija para el %1$s."
7213
  #: SmartSlider3/Renderable/Item/Image/ItemImage.php:164
7214
  #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:39
7215
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:243
7216
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:224
7217
  msgid "Alt tag"
7218
  msgstr "Etiqueta Alt"
7219
 
@@ -7242,7 +7184,7 @@ msgstr ""
7242
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:48
7243
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:61
7244
  #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:64
7245
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:71
7246
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:53
7247
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:41
7248
  msgctxt "Layer group"
@@ -7414,7 +7356,7 @@ msgstr "Video privado"
7414
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:228
7415
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:136
7416
  #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:71
7417
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:291
7418
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:137
7419
  #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:204
7420
  msgid "Display"
@@ -7580,7 +7522,7 @@ msgstr "¡El tamaño del slider es demasiado pequeño!"
7580
  #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:161
7581
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:174
7582
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:394
7583
- #: SmartSlider3Pro/PostBackgroundAnimation/Block/PostBackgroundAnimationManager/Index.phtml:15
7584
  msgid "Ken Burns effect"
7585
  msgstr "Efecto Ken Burns"
7586
 
@@ -8616,6 +8558,13 @@ msgstr "Espacio entre medio"
8616
  msgid "Space around"
8617
  msgstr "Espacio alrededor"
8618
 
 
 
 
 
 
 
 
8619
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:133
8620
  msgid ""
8621
  "The height (horizontal orientation) or width (vertical orientation) of the "
@@ -8685,6 +8634,30 @@ msgstr ""
8685
  "La altura (orientación horizontal) o el ancho (orientación vertical) del "
8686
  "contenedor de la miniatura de la imagen en px o en %."
8687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8688
  #: SmartSlider3Pro/Application/Admin/Slider/License/ControllerAjaxLicense.php:26
8689
  msgid "License key cannot be empty!"
8690
  msgstr "¡La clave de licencia no puede estar en blanco!"
@@ -8745,7 +8718,7 @@ msgstr "Ocultar en móvil"
8745
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:48
8746
  #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:187
8747
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:236
8748
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:181
8749
  #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:54
8750
  msgid "Type"
8751
  msgstr "Tipo"
@@ -9380,7 +9353,7 @@ msgstr "opcional"
9380
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/GeneratorGroupJreviews.php:23
9381
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:26
9382
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:21
9383
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:29
9384
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/GeneratorGroupMijoshop.php:21
9385
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:25
9386
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/GeneratorGroupPhocagallery.php:21
@@ -9404,7 +9377,7 @@ msgstr "Ver registro"
9404
  #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/GeneratorGroupDjclassifieds.php:31
9405
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:21
9406
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:29
9407
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:29
9408
  #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:127
9409
  msgid "Items"
9410
  msgstr "Items"
@@ -9464,7 +9437,7 @@ msgstr "Comprar ahora"
9464
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:60
9465
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:45
9466
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:50
9467
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:50
9468
  msgid "Menu item (item ID)"
9469
  msgstr "Ítem del menú (item ID)"
9470
 
@@ -9866,13 +9839,13 @@ msgid "Brand"
9866
  msgstr "Marca"
9867
 
9868
  #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:39
9869
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:41
9870
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:33
9871
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:48
9872
  #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:45
9873
  #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:33
9874
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:34
9875
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:248
9876
  msgid "Tag"
9877
  msgstr "Etiqueta"
9878
 
@@ -9909,6 +9882,10 @@ msgstr ""
9909
  "Escribe los ID's de productos que quieres mostrar aquí, en el orden que "
9910
  "quieres que aparezcan en el generador. Un ID de producto por línea."
9911
 
 
 
 
 
9912
  #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:109
9913
  msgid "Available by date"
9914
  msgstr "Disponible por fecha"
@@ -9975,10 +9952,22 @@ msgstr "En la papelera"
9975
  msgid "Approved"
9976
  msgstr "Aprovado"
9977
 
 
 
 
 
9978
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:61
9979
  msgid "Show hidden"
9980
  msgstr "Mostrar ocultos"
9981
 
 
 
 
 
 
 
 
 
9982
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:139
9983
  msgid "View group"
9984
  msgstr "Ver grupo"
@@ -9987,7 +9976,7 @@ msgstr "Ver grupo"
9987
  msgid "Ask down all product images"
9988
  msgstr "Preguntar por todas las imágenes de productos"
9989
 
9990
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:232
9991
  msgid "View item"
9992
  msgstr "Ver ítem"
9993
 
@@ -10580,10 +10569,20 @@ msgstr "Mostrar duración"
10580
  msgid "Class on the selected tag element."
10581
  msgstr "Clase en la etiqueta seleccionada."
10582
 
 
 
 
 
 
10583
  #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:207
10584
  msgid "Write custom CSS codes here without selectors."
10585
  msgstr "Escribe los códigos CSS personalizados aquí sin los selectores."
10586
 
 
 
 
 
 
10587
  #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:115
10588
  msgid "MP3 audio"
10589
  msgstr "Audio MP3"
@@ -10637,6 +10636,24 @@ msgstr "Fondo de la superposición"
10637
  msgid "Positions the text inside the overlay."
10638
  msgstr "Coloca el texto dentro del overlay."
10639
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10640
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:126
10641
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:110
10642
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:127
@@ -10791,6 +10808,11 @@ msgstr "Coloca el elemento por encima del texto."
10791
  msgid "Loop delay"
10792
  msgstr "Retardo del bucle"
10793
 
 
 
 
 
 
10794
  #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:62
10795
  msgid ""
10796
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
@@ -10929,6 +10951,14 @@ msgctxt "List layer type"
10929
  msgid "Upper-roman"
10930
  msgstr "Superior-romano"
10931
 
 
 
 
 
 
 
 
 
10932
  #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:32
10933
  msgid "iframe"
10934
  msgstr "iframe"
@@ -10960,13 +10990,33 @@ msgstr "Puedes desactivar el desplazamiento para el contenido del iframe."
10960
  msgid "iframe title"
10961
  msgstr "título del iframe"
10962
 
10963
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:337
 
 
 
 
 
 
 
 
 
 
 
10964
  msgid ""
10965
  "Positions the text inside the layer. Only works with left and right layout."
10966
  msgstr ""
10967
  "Posiciona el texto dentro de la capa. Solo funciona con la distribución "
10968
  "izquierda y derecha."
10969
 
 
 
 
 
 
 
 
 
 
10970
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:79
10971
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:212
10972
  msgid "Container"
@@ -11018,10 +11068,21 @@ msgstr "Deslice la opción a enviar"
11018
  msgid "JavaScript"
11019
  msgstr "JavaScript"
11020
 
 
 
 
 
 
 
11021
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:152
11022
  msgid "Over"
11023
  msgstr "Sobre"
11024
 
 
 
 
 
 
11025
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:120
11026
  msgid "Front image"
11027
  msgstr "Imagen del frente"
@@ -11054,6 +11115,11 @@ msgstr "Video MP4"
11054
  msgid "Preload"
11055
  msgstr "Precarga"
11056
 
 
 
 
 
 
11057
  #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:52
11058
  msgid ""
11059
  "Please note, that <b>we do not support</b> the Joomla module layer!<br>The "
@@ -11384,7 +11450,7 @@ msgstr ""
11384
  "comportamiento, por ejemplo, para permitir al usuario hacer clic en los "
11385
  "botones en los slides visibles."
11386
 
11387
- #: SmartSlider3Pro/SplitText/Block/SplitTextManager/Sidebar.phtml:16
11388
  msgid "Save as new animation"
11389
  msgstr "Guardar como animación nueva"
11390
 
@@ -11485,12 +11551,12 @@ msgstr "Color de la pista"
11485
  msgid "Bar color"
11486
  msgstr "Color de la barra"
11487
 
 
 
 
11488
  #~ msgid "user photos"
11489
  #~ msgstr "fotos de los usuarios"
11490
 
11491
- #~ msgid "jquery.framework"
11492
- #~ msgstr "jquery.framework"
11493
-
11494
  #~ msgid "Smooth scroll to this element"
11495
  #~ msgstr "Desplazamiento suave hacia este elemento"
11496
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2020-10-16 11:23+0200\n"
5
+ "PO-Revision-Date: 2020-10-16 11:23+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 2.4.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-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: Framework/Asset/Builder/cache\n"
19
 
20
+ #: Framework/Api.php:117 Framework/Misc/HttpClient.php:81
21
+ msgid "Debug error"
22
+ msgstr "Error de depuración"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
+ #: Framework/Api.php:136 Framework/Misc/HttpClient.php:106
25
+ msgid "CURL disabled in your php.ini configuration. Please enable it!"
 
 
26
  msgstr ""
27
+ "CURL está desactivado en tu configuración php.ini. ¡Por favor actívala!"
 
 
 
 
 
28
 
29
+ #: Framework/Api.php:144 Framework/Misc/HttpClient.php:112
30
+ msgid "Unable to contact with the licensing server, please try again later!"
 
 
 
31
  msgstr ""
32
+ "¡No se puede conectar con el servidor de licencias, por favor inténtalo más "
33
+ "tarde!"
 
 
 
 
 
 
 
 
 
 
 
 
34
 
35
+ #: Framework/Asset/Js/Js.php:70
36
+ msgid "jquery.framework"
37
+ msgstr "jquery.framework"
38
 
39
+ #: Framework/Asset/Predefined.php:28
40
+ msgctxt "Default Google font family for admin"
41
+ msgid "Montserrat"
42
+ msgstr "Montserrat"
 
43
 
44
+ #: Framework/Asset/Predefined.php:29
45
+ msgctxt "Default Google font charset for admin"
46
+ msgid "latin"
47
+ msgstr "latín"
 
 
 
 
 
 
48
 
49
+ #: Framework/Browse/ControllerAjaxBrowse.php:84
50
+ msgid "You are not allowed to upload!"
51
+ msgstr "¡No tienes permisos para subir archivos!"
 
 
 
 
 
52
 
53
+ #: Framework/Browse/ControllerAjaxBrowse.php:97
54
+ msgid "Folder is missing!"
55
+ msgstr "¡No se encuentra la carpeta!"
56
 
57
+ #: Framework/Content/Joomla/JoomlaContent.php:131
58
+ msgid "Menu item"
59
+ msgstr "Ítem del menú"
60
 
61
+ #: Framework/Controller/AbstractController.php:146
62
+ #: Framework/Controller/AjaxController.php:41
63
+ msgid "You are not authorised to view this resource."
64
+ msgstr "No estás autorizado para ver este recurso."
65
 
66
+ #: Framework/Controller/AbstractController.php:161
67
+ #: Framework/Controller/AjaxController.php:50
68
+ #, php-format
69
+ msgid "Missing parameter: %s"
70
+ msgstr "Falta un parámetro: %s"
71
 
72
+ #: Framework/Controller/AbstractController.php:176
73
+ #: Framework/Controller/AjaxController.php:57
74
+ msgid "Database error"
75
+ msgstr "Error de la base de datos"
 
76
 
77
+ #: Framework/Controller/AbstractController.php:191
78
+ msgid "Security token mismatch"
79
+ msgstr "El token de seguridad no es válido"
 
 
 
 
 
 
 
 
 
80
 
81
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:34
82
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:96
83
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:176
84
+ #: Framework/Image/ControllerAjaxImage.php:34
85
+ #: Framework/Image/ControllerAjaxImage.php:73
86
+ #: Framework/Image/ControllerAjaxImage.php:109
87
+ #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:33
88
+ #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:99
89
+ msgid "Unexpected error"
90
+ msgstr "Error inesperado"
91
 
92
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:57
93
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:77
94
+ msgid "Set is not editable"
95
+ msgstr "El preajuste no es editable"
96
 
97
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:116
98
+ msgid "Visual do not exists"
99
+ msgstr "El valor visual no existe"
100
 
101
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:136
102
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:156
103
+ #: Framework/Image/ControllerAjaxImage.php:91
104
+ #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:53
105
+ #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:76
106
+ msgid "Not editable"
107
+ msgstr "No es editable"
108
 
109
+ #: Framework/Controller/AjaxController.php:32
110
+ msgid "Security token mismatch. Please refresh the page!"
111
+ msgstr ""
112
+ "El token de seguridad no es válido. ¡Por favor carga nuevamente la página!"
113
 
114
+ #: Framework/Database/WordPress/WordPressConnector.php:105
115
+ msgid "Unexpected database error."
116
+ msgstr "Error inesperado de la base de datos."
 
117
 
118
+ #: Framework/Database/WordPress/WordPressConnector.php:107
119
+ msgid "Try to repair database"
120
+ msgstr "Intenta reparar la base de datos"
 
 
 
 
 
 
 
 
 
 
121
 
122
+ #: Framework/Database/WordPress/WordPressConnector.php:109
123
+ #, php-format
124
+ msgid ""
125
+ "If you see this message after the repair database process, please "
126
+ "%1$scontact us%2$s with the log:"
127
+ msgstr ""
128
+ "Sí estas leyendo este mensaje tras intentar el proceso de reparación de la "
129
+ "base de datos, por favor %1$sconttáctate con nosotros%2$s con el registro:"
130
 
131
+ #: Framework/Font/Block/FontManager/Index.php:14
132
+ msgid "Font manager"
133
+ msgstr "Administrador de fuentes"
134
 
135
+ #: Framework/Font/FontRenderer.php:103 Framework/Font/FontRenderer.php:105
136
+ #: Framework/Font/FontRenderer.php:117 Framework/Font/FontRenderer.php:119
137
+ #: Framework/Font/FontRenderer.php:133 Framework/Font/FontRenderer.php:152
138
+ #: Framework/Font/FontRenderer.php:187 Framework/Font/FontRenderer.php:205
139
+ #: Framework/Font/FontRenderer.php:221 Framework/Font/FontRenderer.php:237
140
+ #: Framework/Font/FontRenderer.php:255 Framework/Style/StyleRenderer.php:80
141
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:28
142
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:148
143
+ #: SmartSlider3/Renderable/Item/Text/Assets/text.js:20
144
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:53
145
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:134
146
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:248
147
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:149
148
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:142
149
+ #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:64
150
+ #: SmartSlider3Pro/Widget/Arrow/ArrowText/ArrowText.php:51
151
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:58
152
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:58
153
+ msgid "Text"
154
+ msgstr "Texto"
155
 
156
+ #: Framework/Font/FontRenderer.php:131 Framework/Font/FontRenderer.php:134
157
+ #: Framework/Font/FontRenderer.php:153 Framework/Font/FontRenderer.php:189
158
+ #: Framework/Font/FontRenderer.php:206 Framework/Font/FontRenderer.php:239
159
+ #: Framework/Font/FontRenderer.php:257 Framework/Style/StyleRenderer.php:109
160
+ #: Framework/Style/StyleRenderer.php:125 Framework/Style/StyleRenderer.php:144
161
+ #: Framework/Style/StyleRenderer.php:196
162
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:74
163
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:108
164
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:42
165
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:63
166
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderParticle.php:139
167
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:171
168
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:187
169
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:206
170
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:258
171
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:45
172
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:44
173
+ msgid "Hover"
174
+ msgstr "Hover"
175
 
176
+ #: Framework/Font/FontRenderer.php:139 Framework/Style/StyleRenderer.php:141
177
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:27
178
+ #: SmartSlider3/Renderable/Item/Heading/Assets/heading.js:20
179
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:53
180
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:148
181
+ #: SmartSlider3/Storage.php:65
182
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:302
183
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:306
184
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:100
185
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:249
186
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:264
187
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:203
188
+ msgid "Heading"
189
+ msgstr "Encabezado"
190
 
191
+ #: Framework/Font/FontRenderer.php:150 Framework/Font/FontRenderer.php:188
192
+ #: Framework/Font/FontRenderer.php:238
193
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:58
194
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:60
195
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:85
196
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:87
197
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:75
198
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:77
199
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:112
200
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:54
201
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:157
202
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:158
203
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:170
204
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:171
205
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:134
206
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:135
207
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:181
208
+ #: SmartSlider3/Storage.php:877
209
+ #: SmartSlider3Pro/Form/Element/ParticleSkin.php:18
210
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:169
211
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:170
212
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:188
213
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:189
214
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:180
215
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:181
216
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:218
217
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:219
218
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:114
219
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:115
220
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:136
221
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:137
222
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:280
223
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:281
224
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:138
225
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:139
226
+ msgid "Link"
227
+ msgstr "Enlace"
228
 
229
+ #: Framework/Font/FontRenderer.php:158 Framework/Font/FontRenderer.php:262
230
+ #: Framework/Style/StyleRenderer.php:122 Framework/Style/StyleRenderer.php:201
231
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:30
232
+ #: SmartSlider3/Renderable/Item/Button/Assets/button.js:20
233
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:50
234
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:141
235
+ #: SmartSlider3/Storage.php:290 SmartSlider3/Widget/Group/Autoplay.php:49
236
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:91
237
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:95
238
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:157
239
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:216
240
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:220
241
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:184
242
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:263
243
+ msgid "Button"
244
+ msgstr "Botón"
245
 
246
+ #: Framework/Font/FontRenderer.php:169
247
+ msgid "Accordion slide title"
248
+ msgstr "Título del slide acordeón"
249
 
250
+ #: Framework/Font/FontRenderer.php:171
251
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:72
252
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:73
253
+ #: Framework/Form/Element/Select/FontWeight.php:13
254
+ #: Framework/Form/Element/Select/FontWeight.php:18
255
+ #: Framework/Style/StyleRenderer.php:94 Framework/Style/StyleRenderer.php:108
256
+ #: Framework/Style/StyleRenderer.php:124 Framework/Style/StyleRenderer.php:143
257
+ #: Framework/Style/StyleRenderer.php:162 Framework/Style/StyleRenderer.php:178
258
+ #: Framework/Style/StyleRenderer.php:194
259
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:148
260
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:62
261
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:149
262
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:61
263
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:72
264
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:173
265
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:184
266
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:153
267
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:186
268
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:197
269
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:377
270
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:411
271
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:427
272
+ #: SmartSlider3Pro/SplitText/ModelSplitText.php:62
273
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:156
274
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:170
275
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:186
276
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:205
277
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:224
278
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:240
279
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:256
280
+ msgid "Normal"
281
+ msgstr "Normal"
282
 
283
+ #: Framework/Font/FontRenderer.php:172 Framework/Font/FontRenderer.php:222
284
+ #: Framework/Style/StyleRenderer.php:163 Framework/Style/StyleRenderer.php:179
285
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:353
286
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:396
287
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:441
288
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:477
289
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:513
290
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:554
291
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:596
292
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:638
293
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:225
294
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:241
295
+ msgid "Active"
296
+ msgstr "Activo"
297
 
298
+ #: Framework/Font/FontRenderer.php:177
299
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:57
300
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:92
301
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:31
302
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:79
303
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/Assets/Admin/arrow.js:11
304
+ msgid "Slide title"
305
+ msgstr "Título del slide"
306
 
307
+ #: Framework/Font/FontRenderer.php:185
308
+ msgid "Paragraph"
309
+ msgstr "Párrafo"
 
 
310
 
311
+ #: Framework/Font/FontRenderer.php:219 Framework/Style/StyleRenderer.php:176
312
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:49
313
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:238
314
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:51
315
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:51
316
+ msgid "Dot"
317
+ msgstr "Punto"
318
 
319
+ #: Framework/Font/FontRenderer.php:235 SmartSlider3/Storage.php:529
320
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/Assets/list.js:20
321
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:56
322
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:76
323
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:80
324
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:160
325
+ msgid "List"
326
+ msgstr "Lista"
327
 
328
+ #: Framework/Font/FontRenderer.php:253 Framework/Font/FontRenderer.php:256
329
+ #: Framework/Style/StyleRenderer.php:192 Framework/Style/StyleRenderer.php:195
330
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:234
331
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:254
332
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:257
333
+ msgid "Highlight"
334
+ msgstr "Destacado"
335
 
336
+ #: Framework/Font/FontSettings.php:30
337
+ msgctxt "Default font"
338
+ msgid "Roboto,Arial"
339
+ msgstr "Roboto,Arial"
340
 
341
+ #: Framework/Font/ModelFont.php:28
342
+ msgid "Font settings"
343
+ msgstr "Opciones de fuentes"
 
 
 
344
 
345
+ #: Framework/Font/ModelFont.php:32 Framework/Style/ModelStyle.php:29
346
+ msgid "Clear tab"
347
+ msgstr "Limpiar pestaña"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
348
 
349
+ #: Framework/Font/ModelFont.php:37
350
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:48
351
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:50
352
+ msgid "Family"
353
+ msgstr "Familia"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
354
 
355
+ #: Framework/Font/ModelFont.php:40
356
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:170
357
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:54
358
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:197
359
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:304
360
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:438
361
+ #: SmartSlider3/Form/Element/BackgroundImage.php:31
362
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:222
363
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:71
364
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:105
365
+ #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:53
366
+ #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:83
367
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderParticle.php:119
368
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:105
369
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:164
370
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:112
371
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:158
372
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:137
373
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:245
374
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:94
375
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:242
376
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:138
377
+ #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:40
378
+ #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:54
379
+ #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:43
380
+ #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:57
381
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:59
382
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:74
383
+ #: SmartSlider3Pro/Widget/FullScreen/FullScreenImage/FullScreenImage.php:53
384
+ #: SmartSlider3Pro/Widget/FullScreen/FullScreenImage/FullScreenImage.php:76
385
+ msgid "Color"
386
+ msgstr "Color"
387
 
388
+ #: Framework/Font/ModelFont.php:44
389
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:413
390
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:416
391
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:418
392
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:52
393
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:192
394
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:84
395
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:216
396
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:166
397
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:58
398
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:59
399
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:182
400
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:150
401
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:88
402
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:217
403
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:129
404
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:132
405
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:149
406
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:202
407
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:204
408
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:174
409
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:143
410
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:101
411
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:234
412
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:191
413
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:92
414
+ #: SmartSlider3Pro/Widget/Indicator/IndicatorPie/IndicatorPie.php:31
415
+ msgid "Size"
416
+ msgstr "Tamaño"
417
 
418
+ #: Framework/Font/ModelFont.php:46
419
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:63
420
+ msgid "Font weight"
421
+ msgstr "Peso de la fuente"
422
 
423
+ #: Framework/Font/ModelFont.php:47
424
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:79
425
+ msgid "Decoration"
426
+ msgstr "Decoración"
427
 
428
+ #: Framework/Font/ModelFont.php:48
429
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:65
430
+ msgid "Line height"
431
+ msgstr "Altura de la línea"
 
 
 
 
 
432
 
433
+ #: Framework/Font/ModelFont.php:59
434
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:77
435
+ #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:68
436
+ msgid "Text align"
437
+ msgstr "Alineación del texto"
 
 
 
 
 
 
438
 
439
+ #: Framework/Font/ModelFont.php:63
440
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:91
441
+ msgid "Letter spacing"
442
+ msgstr "Espacio entre letras"
 
 
 
443
 
444
+ #: Framework/Font/ModelFont.php:74
445
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:103
446
+ msgid "Word spacing"
447
+ msgstr "Espacio entre palabras"
448
 
449
+ #: Framework/Font/ModelFont.php:84
450
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:114
451
+ msgid "Transform"
452
+ msgstr "Transformar"
453
 
454
+ #: Framework/Font/ModelFont.php:86 Framework/Form/Element/Mixed/Border.php:39
455
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:163
456
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:116
457
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:190
458
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:91
459
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:46
460
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:105
461
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:187
462
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:85
463
+ #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:105
464
+ #: SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php:167
465
+ #: SmartSlider3/Platform/WordPress/Widget/WidgetSmartSlider3.php:126
466
+ #: SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php:44
467
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:131
468
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:150
469
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:208
470
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:102
471
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:101
472
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:92
473
+ #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:35
474
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:62
475
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:84
476
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:51
477
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:46
478
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:75
479
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:64
480
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:57
481
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:62
482
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:70
483
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:80
484
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:45
485
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:76
486
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:78
487
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:54
488
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:55
489
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:38
490
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:52
491
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:118
492
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:86
493
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:69
494
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:51
495
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:78
496
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:69
497
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:56
498
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:56
499
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingLabels.php:28
500
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:63
501
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:62
502
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:63
503
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:51
504
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:45
505
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:56
506
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:84
507
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:66
508
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:56
509
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:38
510
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:36
511
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:151
512
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:137
513
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:223
514
+ #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:39
515
+ msgid "None"
516
+ msgstr "Ninguno"
517
 
518
+ #: Framework/Font/ModelFont.php:87
519
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:117
520
+ msgid "Capitalize"
521
+ msgstr "Capitalizar"
522
 
523
+ #: Framework/Font/ModelFont.php:88
524
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:118
525
+ msgid "Uppercase"
526
+ msgstr "En mayúsculas"
527
 
528
+ #: Framework/Font/ModelFont.php:89
529
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:119
530
+ msgid "Lowercase"
531
+ msgstr "En minúsculas"
 
 
 
 
 
532
 
533
+ #: Framework/Font/ModelFont.php:93
534
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:123
535
+ msgid "Text shadow"
536
+ msgstr "Sombra del texto"
537
 
538
+ #: Framework/Font/ModelFont.php:100 Framework/Image/ModelImage.php:35
539
+ #: Framework/Image/ModelImage.php:58 Framework/Style/ModelStyle.php:94
540
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:83
541
+ #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:61
542
+ #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:111
543
+ #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:77
544
+ #: SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php:38
545
+ #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:115
546
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:218
547
+ #: SmartSlider3/BackgroundAnimation/ModelBackgroundAnimation.php:41
548
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:78
549
+ #: SmartSlider3Pro/PostBackgroundAnimation/ModelPostBackgroundAnimation.php:45
550
+ #: SmartSlider3Pro/SplitText/ModelSplitText.php:225
551
+ msgid "Preview"
552
+ msgstr "Previsualizar"
553
 
554
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:55
555
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:56
556
+ msgid "Frontend"
557
+ msgstr "Frontend"
558
 
559
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:57
560
+ msgid "You can load Google Fonts on the frontend."
561
+ msgstr "Puedes cargar fuentes de Google Fonts en el frontend."
 
562
 
563
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:59
564
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:60
565
+ msgid "Backend"
566
+ msgstr "Backend"
567
 
568
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:61
569
+ msgid "You can load Google Fonts in the backend."
570
+ msgstr "Puedes cargar Google Fonts en el backend."
 
571
 
572
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:64
573
+ #: Framework/Form/Element/Style.php:50
574
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:161
575
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:188
576
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabStyle.php:20
577
+ #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:57
578
+ #: SmartSlider3/Widget/Group/Bullet.php:95
579
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:149
580
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:306
581
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:160
582
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:163
583
+ #: SmartSlider3Pro/Widget/Indicator/IndicatorPie/IndicatorPie.php:47
584
+ msgid "Style"
585
+ msgstr "Estilo"
586
 
587
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:67
588
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:69
589
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:71
590
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:73
591
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:75
592
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:77
593
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:79
594
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:81
595
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:83
596
+ msgctxt "Font style"
597
+ msgid "Italic"
598
+ msgstr "Itálica"
599
 
600
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:86
601
+ msgid "Character set"
602
+ msgstr "Grupo de caracteres"
603
 
604
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:88
605
+ msgctxt "Character set"
606
+ msgid "Latin"
607
+ msgstr "Latín"
608
 
609
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:89
610
+ msgctxt "Character set"
611
+ msgid "Latin Extended"
612
+ msgstr "Latín Extendido"
613
 
614
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:90
615
+ msgctxt "Character set"
616
+ msgid "Greek"
617
+ msgstr "Griego"
618
 
619
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:91
620
+ msgctxt "Character set"
621
+ msgid "Greek Extended"
622
+ msgstr "Griego Extendido"
 
 
 
 
623
 
624
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:92
625
+ msgctxt "Character set"
626
+ msgid "Cyrillic"
627
+ msgstr "Cirílico"
628
 
629
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:93
630
+ msgctxt "Character set"
631
+ msgid "Devanagari"
632
+ msgstr "Devanagari"
633
 
634
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:94
635
+ msgctxt "Character set"
636
+ msgid "Arabic"
637
+ msgstr "Arábigo"
 
 
 
 
638
 
639
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:95
640
+ msgctxt "Character set"
641
+ msgid "Khmer"
642
+ msgstr "Khmer"
643
 
644
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:96
645
+ msgctxt "Character set"
646
+ msgid "Telugu"
647
+ msgstr "Telugu"
648
 
649
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:97
650
+ msgctxt "Character set"
651
+ msgid "Vietnamese"
652
+ msgstr "Vietnamita"
653
 
654
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:102
655
+ msgctxt "Default font sets"
656
+ msgid "latin"
657
+ msgstr "latín"
 
 
658
 
659
+ #: Framework/Form/Element/AbstractChooserText.php:71
660
+ #: Framework/Form/Element/Select/SelectFile.php:36
661
+ #: Framework/Form/Element/Select/Skin.php:27
662
+ #: Framework/Form/Element/Text/Folder.php:37
663
+ #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.php:43
664
+ #: SmartSlider3/Application/Admin/Generator/Template/CreateStep3Sources.php:23
665
+ msgid "Choose"
666
+ msgstr "Seleccionar"
 
 
 
 
667
 
668
+ #: Framework/Form/Element/Breakpoint.php:39
669
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
670
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:75
671
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:194
672
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:52
673
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:80
674
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:80
675
+ msgid "Orientation"
676
+ msgstr "Orientación"
677
 
678
+ #: Framework/Form/Element/Breakpoint.php:41
679
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
680
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:230
681
+ msgid "Portrait"
682
+ msgstr "Vertical"
683
 
684
+ #: Framework/Form/Element/Breakpoint.php:42
685
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
686
+ msgid "Landscape"
687
+ msgstr "Horizontal"
 
688
 
689
+ #: Framework/Form/Element/Breakpoint.php:51
690
+ #: Framework/Form/Element/Breakpoint.php:86 Framework/Image/ModelImage.php:40
691
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:86
692
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:228
693
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:20
694
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:161
695
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:162
696
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:181
697
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:112
698
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:97
699
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:229
700
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:302
701
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:523
702
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:156
703
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:167
704
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:157
705
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:161
706
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:97
707
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:150
708
+ msgid "Mobile"
709
+ msgstr "Móvil"
710
 
711
+ #: Framework/Form/Element/Breakpoint.php:56
712
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:229
713
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:21
714
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:177
715
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:101
716
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:212
717
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:294
718
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:498
719
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:163
720
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:103
721
+ msgid "Large mobile"
722
+ msgstr "Móvil grande"
723
 
724
+ #: Framework/Form/Element/Breakpoint.php:61
725
+ #: Framework/Form/Element/Breakpoint.php:91 Framework/Image/ModelImage.php:38
726
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:85
727
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:226
728
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:18
729
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:163
730
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:172
731
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:106
732
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:194
733
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:287
734
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:473
735
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:155
736
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:159
737
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:145
738
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:149
739
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:112
740
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:126
741
+ msgid "Tablet"
742
+ msgstr "Tableta"
743
 
744
+ #: Framework/Form/Element/Breakpoint.php:66
745
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:227
746
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:19
747
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:168
748
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:110
749
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:178
750
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:279
751
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:448
752
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:155
753
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:118
754
+ msgid "Large tablet"
755
+ msgstr "Tableta grande"
756
 
757
+ #: Framework/Form/Element/Breakpoint.php:71
758
+ #: Framework/Form/Element/Breakpoint.php:96 Framework/Image/ModelImage.php:31
759
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:84
760
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:224
761
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:16
762
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:163
763
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:115
764
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:159
765
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:151
766
+ #: SmartSlider3/Application/Admin/Preview/Template/Index.php:29
767
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:127
768
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:102
769
+ msgid "Desktop"
770
+ msgstr "Escritorio"
771
 
772
+ #: Framework/Form/Element/Breakpoint.php:76
773
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:225
774
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:17
775
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:159
776
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:119
777
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:143
778
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:272
779
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:422
780
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:147
781
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:133
782
+ msgid "Large desktop"
783
+ msgstr "Escritorio grande"
784
 
785
+ #: Framework/Form/Element/Button/ButtonMoreLess.php:13
786
+ #: Framework/Form/Element/Button/ButtonMoreLess.php:19
787
+ msgid "More"
788
+ msgstr "Más"
789
 
790
+ #: Framework/Form/Element/Button/ButtonMoreLess.php:20
791
+ msgid "Less"
792
+ msgstr "Menos"
793
 
794
+ #: Framework/Form/Element/Button/ButtonRecordViewer.php:13
795
+ msgid "View records"
796
+ msgstr "Ver registros"
797
 
798
+ #: Framework/Form/Element/Font.php:40
799
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:169
800
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:176
801
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:191
802
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:194
803
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:146
804
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:149
805
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:302
806
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:175
807
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:179
808
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:161
809
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:85
810
+ msgid "Font"
811
+ msgstr "Fuente"
812
 
813
+ #: Framework/Form/Element/Message/Warning.php:14
814
+ msgid "Warning"
815
+ msgstr "Atención"
816
 
817
+ #: Framework/Form/Element/Mixed/Border.php:40
818
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:166
819
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:193
820
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:154
821
+ msgid "Dotted"
822
+ msgstr "Puntos"
823
 
824
+ #: Framework/Form/Element/Mixed/Border.php:41
825
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:165
826
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:192
827
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:153
828
+ msgid "Dashed"
829
+ msgstr "Líneas"
830
 
831
+ #: Framework/Form/Element/Mixed/Border.php:42
832
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:164
833
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:191
834
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:152
835
+ msgid "Solid"
836
+ msgstr "Sólido"
837
 
838
+ #: Framework/Form/Element/Mixed/Border.php:43
839
+ msgid "Double"
840
+ msgstr "Doble"
 
 
 
 
841
 
842
+ #: Framework/Form/Element/Mixed/Border.php:44
843
+ msgid "Groove"
844
+ msgstr "Surco"
845
 
846
+ #: Framework/Form/Element/Mixed/Border.php:45
847
+ msgid "Ridge"
848
+ msgstr "Ranura"
 
 
849
 
850
+ #: Framework/Form/Element/Mixed/Border.php:46
851
+ msgid "Inset"
852
+ msgstr "Profundidad"
853
 
854
+ #: Framework/Form/Element/Mixed/Border.php:47
855
+ msgid "Outset"
856
+ msgstr "Elevación"
857
 
858
+ #: Framework/Form/Element/Mixed/GeneratorOrder.php:20
859
+ msgid "Field"
860
+ msgstr "Campo"
 
861
 
862
+ #: Framework/Form/Element/Mixed/GeneratorOrder.php:22
863
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:87
864
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:42
865
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:101
866
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:183
867
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:206
868
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:81
869
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:98
870
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:97
871
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:88
872
+ #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:31
873
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:58
874
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:80
875
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:47
876
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:42
877
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:71
878
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:60
879
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:53
880
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:66
881
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:76
882
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:41
883
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:72
884
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:74
885
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:50
886
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:51
887
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:34
888
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:48
889
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:114
890
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:82
891
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:65
892
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:47
893
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:74
894
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:65
895
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:52
896
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:52
897
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:59
898
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:58
899
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:59
900
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:47
901
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:41
902
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:52
903
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:80
904
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:62
905
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:52
906
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:68
907
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:91
908
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:34
909
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:76
910
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:32
911
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:41
912
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:82
913
+ msgid "Order"
914
+ msgstr "Orden"
915
 
916
+ #: Framework/Form/Element/Mixed/GeneratorOrder.php:24
917
+ msgid "Ascending"
918
+ msgstr "Ascendente"
 
919
 
920
+ #: Framework/Form/Element/Mixed/GeneratorOrder.php:25
921
+ msgid "Descending"
922
+ msgstr "Descendente"
923
 
 
924
  #: Framework/Form/Element/OnOff.php:22
925
  #: Framework/Form/Element/Select/Gradient.php:15
926
+ #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:145
927
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:117
928
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:124
929
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAutoplay.php:96
937
  msgid "Off"
938
  msgstr "Apagado"
939
 
 
940
  #: Framework/Form/Element/OnOff.php:22
941
+ #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:146
942
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:308
943
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:166
944
  msgid "On"
945
  msgstr "Encendido"
946
 
947
+ #: Framework/Form/Element/Select.php:49
948
+ msgid ""
949
+ "Hold down the ctrl (Windows) or command (MAC) button to select multiple "
950
+ "options."
951
+ msgstr ""
952
+ "Mantén apretada la tecla Ctrl (Windows) o Command (Mac) para seleccionar "
953
+ "varias opciones."
954
 
955
+ #: Framework/Form/Element/Select/FillMode.php:15
956
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:239
957
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:107
958
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:240
959
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:130
960
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:208
961
+ msgid "Fill"
962
+ msgstr "Rellenar"
963
 
964
+ #: Framework/Form/Element/Select/FillMode.php:16
965
+ msgid "Blur fit"
966
+ msgstr "Ajuste de tamaño desenfocado"
967
 
968
+ #: Framework/Form/Element/Select/FillMode.php:17
969
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:240
970
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:108
971
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:241
972
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:131
973
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:209
974
+ msgid "Fit"
975
+ msgstr "Encajar"
976
 
977
+ #: Framework/Form/Element/Select/FillMode.php:18
978
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:79
979
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:80
980
+ msgid "Stretch"
981
+ msgstr "Estirar"
982
 
983
+ #: Framework/Form/Element/Select/FillMode.php:19
984
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:81
985
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:102
986
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:150
987
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:241
988
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:109
989
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:242
990
+ #: SmartSlider3/Storage.php:710
991
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:103
992
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:71
993
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:71
994
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:235
995
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:337
996
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:307
997
+ #: SmartSlider3Pro/SplitText/ModelSplitText.php:67
998
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:76
999
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:76
1000
+ msgid "Center"
1001
+ msgstr "Centrar"
1002
 
1003
+ #: Framework/Form/Element/Select/FillMode.php:20
1004
+ msgid "Tile"
1005
+ msgstr "Mosaico"
1006
 
1007
+ #: Framework/Form/Element/Select/FillMode.php:26
1008
+ msgid "Slider's default"
1009
+ msgstr "Slider por defecto"
1010
 
1011
+ #: Framework/Form/Element/Select/Filter.php:17
1012
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentAccessLevels.php:28
1013
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentCategories.php:40
1014
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentTags.php:21
1015
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsAllTaxonomies.php:23
1016
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsCategories.php:40
1017
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsPostTypes.php:14
1018
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsTags.php:17
1019
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsTaxonomies.php:23
1020
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPhotosSearch.php:39
1021
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Elements/CobaltCategories.php:39
1022
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsCategories.php:36
1023
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsLocations.php:36
1024
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsTypes.php:15
1025
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogCategories.php:30
1026
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogTags.php:19
1027
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussCategories.php:30
1028
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussTags.php:19
1029
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Elements/EasysocialCategories.php:34
1030
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:47
1031
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:43
1032
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:49
1033
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:58
1034
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategories.php:35
1035
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopManufacturers.php:20
1036
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopTags.php:20
1037
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingCategories.php:29
1038
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingLocations.php:17
1039
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:60
1040
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentCategories.php:40
1041
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentTags.php:19
1042
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopBrands.php:32
1043
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopCategories.php:32
1044
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopTags.php:18
1045
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopWarehouses.php:18
1046
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Elements/IgnitegalleryCategories.php:33
1047
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionCategories.php:35
1048
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionLanguages.php:21
1049
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartCategories.php:33
1050
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartLanguages.php:22
1051
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCalendars.php:17
1052
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCategories.php:34
1053
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:72
1054
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketCategories.php:35
1055
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketLanguages.php:21
1056
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialCategories.php:31
1057
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialEvents.php:17
1058
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroupcategories.php:31
1059
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroups.php:17
1060
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialProfiles.php:17
1061
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialVideotype.php:17
1062
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:46
1063
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingCategories.php:42
1064
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingLabels.php:27
1065
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingManufacturers.php:27
1066
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsArticles.php:21
1067
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsCategories.php:36
1068
+ #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Categories.php:29
1069
+ #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Tags.php:18
1070
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopCategories.php:49
1071
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopManufacturers.php:18
1072
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryCategories.php:35
1073
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryTags.php:18
1074
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopCategories.php:37
1075
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopManufacturers.php:18
1076
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopSuppliers.php:18
1077
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproCategories.php:39
1078
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproGroups.php:17
1079
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproLocations.php:17
1080
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproTags.php:17
1081
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartCategories.php:34
1082
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartManufacturers.php:21
1083
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Elements/ZooCategories.php:24
1084
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Elements/ZooTags.php:17
1085
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Elements/AllInOneEventCalendarCategories.php:34
1086
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Elements/AllInOneEventCalendarTags.php:35
1087
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerCategories.php:34
1088
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerLocations.php:31
1089
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerTags.php:33
1090
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Elements/MultisitePostCategories.php:38
1091
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarCategories.php:34
1092
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarOrganizers.php:31
1093
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarTags.php:35
1094
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarVenues.php:31
1095
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Elements/WebdoradoPhotoGalleryGalleries.php:14
1096
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Elements/WebdoradoPhotoGalleryTags.php:14
1097
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Elements/WooCommerceTags.php:28
1098
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:63
1099
+ msgid "All"
1100
+ msgstr "Todos"
1101
 
1102
+ #: Framework/Form/Element/Select/Filter.php:19
1103
+ #, php-format
1104
+ msgid "Not %s"
1105
+ msgstr "No %s"
1106
 
1107
+ #: Framework/Form/Element/Select/FontWeight.php:14
1108
+ #: Framework/Form/Element/Select/FontWeight.php:21
1109
+ msgid "Bold"
1110
+ msgstr "Negrita"
1111
+
1112
+ #: Framework/Form/Element/Select/FontWeight.php:16
1113
+ msgid "Extra light"
1114
+ msgstr "Extra fina"
1115
+
1116
+ #: Framework/Form/Element/Select/FontWeight.php:17
1117
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:77
1118
+ msgid "Light"
1119
+ msgstr "Fina"
1120
+
1121
+ #: Framework/Form/Element/Select/FontWeight.php:20
1122
+ msgid "Semi bold"
1123
+ msgstr "Semi negrita"
1124
+
1125
+ #: Framework/Form/Element/Select/FontWeight.php:22
1126
+ msgid "Extra bold"
1127
+ msgstr "Extra negrita"
1128
 
1129
+ #: Framework/Form/Element/Select/LinkTarget.php:13
1130
+ msgid "Self"
1131
+ msgstr "Propio"
1132
+
1133
+ #: Framework/Form/Element/Select/LinkTarget.php:14
1134
+ msgid "New"
1135
+ msgstr "Nuevo"
1136
+
1137
+ #: Framework/Form/Element/Select/LinkTarget.php:15
1138
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1150
1139
+ msgid "Parent"
1140
+ msgstr "Carpeta raíz"
1141
 
1142
+ #: Framework/Form/Element/Select/LinkTarget.php:16
1143
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:75
1144
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:78
1145
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:81
1146
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:84
 
 
1147
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:176
1148
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:468
1149
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:472
1156
  #: SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php:238
1157
  #: SmartSlider3/Form/Element/Group/WidgetPosition.php:106
1158
  #: SmartSlider3/Storage.php:979
1159
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:138
1160
  #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:73
1161
  #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:199
1162
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:217
1163
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:234
1164
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:299
1165
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:336
1166
  #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:105
1167
  msgid "Top"
1168
  msgstr "Superior"
1169
 
1170
+ #: Framework/Form/Element/Text/FieldImageResponsive.php:27
1171
+ msgid "Select images for devices"
1172
+ msgstr "Selecciona las imágenes para los dispositivos"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1173
 
1174
+ #: Framework/Form/Element/Text/Url.php:33
1175
+ msgid "Select a page or a blog post from your WordPress site."
1176
+ msgstr "Seleccionar una página o un artículo de blog de tu sitio WordPress."
 
 
 
 
 
 
 
 
 
1177
 
1178
+ #: Framework/Form/Element/Text/Url.php:38
1179
+ msgid "Select article or menu item from your site."
1180
+ msgstr "Selecciona un artículo o ítem del menú de tu sitio."
 
 
 
 
 
 
 
 
 
1181
 
1182
+ #: Framework/Form/Fieldset/LayerWindow/FieldsetDesign.php:16
1183
+ #: Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowStyleMode.php:18
1184
+ msgid "Reset to normal state"
1185
+ msgstr "Restablecer al estado normal"
 
 
 
1186
 
1187
+ #: Framework/Form/Joomla/Element/Select/MenuItems.php:18
1188
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:119
1189
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:61
1190
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:150
1191
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:132
1192
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:507
1193
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:107
1194
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:49
1195
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:190
1196
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:237
1197
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:196
1198
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:58
1199
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:69
1200
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:170
1201
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:181
1202
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:183
1203
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:194
1204
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:373
1205
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:408
1206
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:424
1207
+ #: SmartSlider3/Storage.php:552 SmartSlider3/Storage.php:928
1208
+ #: SmartSlider3/Storage.php:1165 SmartSlider3/Storage.php:3954
1209
+ #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:39
1210
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategoryLanguage.php:20
1211
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCurrency.php:20
1212
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopManufacturerLanguage.php:20
1213
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopProductLanguage.php:20
1214
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:72
1215
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:95
1216
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:80
1217
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:86
1218
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:218
1219
+ msgid "Default"
1220
+ msgstr "Por defecto"
1221
 
1222
+ #: Framework/Image/Admin/Assets/js/editor.js:142
1223
+ msgid "Generate"
1224
+ msgstr "Generar"
1225
 
1226
+ #: Framework/Image/Admin/Assets/js/editor.js:148
1227
+ msgid "Desktop image is empty!"
1228
+ msgstr "¡La imagen de escritorio está vacía!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1229
 
1230
+ #: Framework/Image/Admin/Assets/js/manager.js:44
1231
+ msgid "The image is empty"
1232
+ msgstr "La imagen está vacía"
1233
 
1234
+ #: Framework/Image/Admin/Assets/js/manager.js:65
1235
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:86
1236
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:107
1237
+ msgid "Empty"
1238
+ msgstr "Vacio"
1239
 
1240
+ #: Framework/Image/Block/ImageManager/Index.php:14
1241
+ msgid "Image manager"
1242
+ msgstr "Administrador de imágenes"
1243
 
1244
+ #: Framework/Image/Joomla/JoomlaImage.php:12
1245
+ msgid "behavior.modal"
1246
+ msgstr ""
1247
 
1248
+ #: Framework/Image/ModelImage.php:37
1249
+ msgid "Desktop retina"
1250
+ msgstr "Escritorio retina"
 
 
1251
 
1252
+ #: Framework/Image/ModelImage.php:39
1253
+ msgid "Tablet retina"
1254
+ msgstr "Tableta retina"
 
 
1255
 
1256
+ #: Framework/Image/ModelImage.php:41
1257
+ msgid "Mobile retina"
1258
+ msgstr "Móvil retina"
1259
 
1260
+ #: Framework/Image/ModelImage.php:55
1261
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:29
1262
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:19
1263
+ #: SmartSlider3/Form/Element/BackgroundImage.php:29
1264
+ #: SmartSlider3/Renderable/Item/Image/Assets/image.js:20
1265
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:43
1266
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:129
1267
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:189
1268
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:253
1269
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:262
1270
+ #: SmartSlider3/Widget/Group/Bullet.php:64
1271
+ #: SmartSlider3/Widget/Group/Thumbnail.php:63
1272
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:161
1273
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:110
1274
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:211
1275
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:216
1276
+ msgid "Image"
1277
+ msgstr "Imagen"
1278
 
1279
+ #: Framework/Misc/HttpClient.php:93
1280
+ #, php-format
1281
+ msgid ""
1282
+ "The %1$s is not turned on in your server, which is necessary to read rss "
1283
+ "feeds. You should contact your server host, and ask them to enable it!"
1284
+ msgstr ""
1285
+ "El %1$s no está activado en tu servidor; esto es necesario para leer los "
1286
+ "rss. ¡Te recomendamos contactar el hospedaje de tu servidor para que lo "
1287
+ "active!"
1288
 
1289
+ #: Framework/Misc/Zip/Reader/Custom.php:24
1290
+ #, php-format
1291
+ msgid "%s is not readable"
1292
+ msgstr "%s no se puede leer"
 
1293
 
1294
+ #: Framework/Style/Block/StyleManager/Index.php:14
1295
+ msgid "Style manager"
1296
+ msgstr "Administrador de estilos"
1297
 
1298
+ #: Framework/Style/ModelStyle.php:25
1299
+ msgid "Style settings"
1300
+ msgstr "Opciones de estilo"
 
 
1301
 
1302
+ #: Framework/Style/ModelStyle.php:35
1303
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:165
1304
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:112
1305
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:97
1306
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:139
1307
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:139
1308
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:225
1309
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:113
1310
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:89
1311
+ msgid "Background color"
1312
+ msgstr "Color de fondo"
1313
 
1314
+ #: Framework/Style/ModelStyle.php:39
1315
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:143
1316
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:223
1317
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:288
1318
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:196
1319
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:335
1320
+ #: SmartSlider3Pro/SplitText/ModelSplitText.php:131
1321
+ msgid "Opacity"
1322
+ msgstr "Opacidad"
1323
 
1324
+ #: Framework/Style/ModelStyle.php:50
1325
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:203
1326
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:120
1327
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:189
1328
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:221
1329
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:150
1330
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:262
1331
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:317
1332
+ msgid "Padding"
1333
+ msgstr "Padding"
1334
 
1335
+ #: Framework/Style/ModelStyle.php:72
1336
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:135
1337
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:140
1338
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:165
1339
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:169
1340
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:161
1341
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:167
1342
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:125
1343
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:127
1344
+ msgid "Border"
1345
+ msgstr "Borde"
1346
 
1347
+ #: Framework/Style/ModelStyle.php:74
1348
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:174
1349
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:171
1350
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:201
1351
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:280
1352
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:162
1353
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:117
1354
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:152
1355
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:153
1356
+ msgid "Border radius"
1357
+ msgstr "Radio del borde"
1358
 
1359
+ #: Framework/Style/ModelStyle.php:87
1360
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:126
1361
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:157
1362
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:153
1363
+ msgid "Box shadow"
1364
+ msgstr "Sombra de la caja"
 
 
 
 
1365
 
1366
+ #: Framework/Style/StyleRenderer.php:78
1367
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:140
1368
+ msgid "Single"
1369
+ msgstr "Un solo"
1370
 
1371
+ #: Framework/Style/StyleRenderer.php:92
1372
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:178
1373
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:38
1374
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:200
1375
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:154
1376
+ msgid "Simple"
1377
+ msgstr "Simple"
1378
 
1379
+ #: Framework/Style/StyleRenderer.php:106
1380
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:168
1381
+ msgid "Box"
1382
+ msgstr "Caja"
1383
 
1384
+ #: Framework/Style/StyleRenderer.php:160
1385
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:222
1386
+ msgid "Heading active"
1387
+ msgstr "Encabezado activo"
1388
 
1389
+ #: SmartSlider3/Application/Admin/ApplicationTypeAdmin.php:55
1390
+ #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:301
1391
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:112
1392
+ #: SmartSlider3/Application/Model/ModelSlidersXRef.php:150
1393
+ #: SmartSlider3/Platform/WordPress/Admin/AdminHelper.php:85
1394
+ msgid "Dashboard"
1395
+ msgstr "Panel de control"
 
1396
 
1397
+ #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:79
1398
+ msgid "Slide height probably too high"
1399
+ msgstr "La altura del slide es probablemente muy alta"
1400
 
1401
+ #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:80
1402
+ msgid ""
1403
+ "The height of this slide is much higher than others so it will increase the "
1404
+ "height of the other slides."
1405
+ msgstr ""
1406
+ "La altura de este slide es mucho más alta que la de otros, por lo que debes "
1407
+ "incrementar la altura de esos otros slides."
1408
 
1409
+ #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:84
1410
+ msgid "Slide height increased"
1411
+ msgstr "Altura del slide incrementada"
1412
 
1413
+ #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:89
1414
+ #, javascript-format
1415
+ msgid ""
1416
+ "The height of this slide increased because the following slides are much "
1417
+ "higher: %s."
1418
+ msgstr ""
1419
+ "La altura de este slide se incrementó ya que los siguientes slides son mucho "
1420
+ "más grandes: %s."
1421
 
1422
+ #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:12
1423
+ msgid "Drop files here or"
1424
+ msgstr "Suelta los archivos aquí o"
1425
 
1426
+ #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:12
1427
+ msgid "Upload"
1428
+ msgstr "Subir"
1429
 
1430
+ #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:19
1431
+ msgid "Parent directory"
1432
+ msgstr "Directorio raíz"
1433
 
1434
+ #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:105
1435
+ msgid "Current path"
1436
+ msgstr "Ruta actual"
 
 
1437
 
1438
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:32
1439
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:59
1440
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:214
1441
+ msgid "Preset"
1442
+ msgstr "Preajuste"
1443
 
1444
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:32
 
 
1445
  msgid ""
1446
+ "You can use presets to save style settings for later use. Clicking on any "
1447
+ "preset will load its styling to your current layer, and the previous style "
1448
+ "settings will be lost."
1449
  msgstr ""
1450
+ "Puedes utilizar los preajustes para grabar las opciones de estilo y "
1451
+ "utilizarlas más tarde. Haciendo un clic en cualquiera de los preajustes "
1452
+ "cargará su estilo en la capa actual, y se perderán los estilos que tenían "
1453
+ "previamente."
 
 
 
 
 
 
 
 
 
1454
 
1455
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:34
1456
  msgid ""
1457
+ "Layer design options affect every device. If you need to make responsive "
1458
+ "adjustments, look for the options with the device icon."
1459
  msgstr ""
1460
+ "Las opciones de diseño de capas afectan a todos los dispositivos. Si "
1461
+ "necesitas hacer ajustes sobre las opciones responsivas, utiliza las opciones "
1462
+ "al presionar el ícono del dispositivo que deseas."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1463
 
1464
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:41
1465
+ msgid "Reset style to default"
1466
+ msgstr "Reestablecer el estilo a su valor por defecto"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1467
 
1468
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:47
1469
+ msgid "Save style as new preset"
1470
+ msgstr "Grabar estilo como un nuevo preajuste"
 
 
 
 
 
 
1471
 
1472
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:58
1473
+ msgid "Load style"
1474
+ msgstr "Cargar estilo"
 
1475
 
1476
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:87
1477
+ msgid "You have not created any presets for this layer yet."
1478
+ msgstr "Aún no has creado preajustes para esta capa."
 
 
1479
 
1480
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:159
1481
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:166
1482
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:217
1483
+ msgid "Save as"
1484
+ msgstr "Guardar como"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1485
 
1486
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:164
1487
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:222
1488
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:207
1489
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:73
1490
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:49
1491
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:208
1492
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:85
1493
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:84
1494
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:57
1495
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:57
1496
+ msgid "Name"
1497
+ msgstr "Nombre"
1498
 
1499
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:174
1500
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:232
1501
+ msgid "Please fill the name field!"
1502
+ msgstr "¡Por favor rellena el campo \"nombre\"!"
1503
 
1504
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:199
1505
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:290
1506
+ msgid "Preset saved."
1507
+ msgstr "Preajuste guardado."
1508
 
1509
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:268
1510
+ msgid "Overwrite preset"
1511
+ msgstr "Sobrescribir preajuste"
 
 
1512
 
1513
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:312
1514
+ msgid "Preset deleted."
1515
+ msgstr "Preajuste eliminado."
1516
 
1517
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/folders.js:42
1518
+ msgid "Choose folder"
1519
+ msgstr "Seleccionar carpeta"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1520
 
1521
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/folders.js:46
1522
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:75
1523
+ msgid "Select"
1524
+ msgstr "Seleccionar"
 
 
 
 
 
1525
 
1526
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/image-list.js:135
1527
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/image-list.js:198
1528
+ #: SmartSlider3/Application/Admin/Assets/js/element/animationmanagerelement.js:69
1529
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php:51
1530
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:142
1531
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:145
1532
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:142
1533
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:145
1534
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/splittextanimationmanagerelement.js:98
1535
+ #: SmartSlider3Pro/Form/Element/ParticleSkin.php:31
1536
+ #: SmartSlider3Pro/Form/Element/Select/ShapeDividerSelect.php:56
1537
+ msgid "Disabled"
1538
+ msgstr "Deshabilitado"
1539
 
1540
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/imagemanager.js:32
1541
+ msgid "Image field can not be empty!"
1542
+ msgstr "¡El campo imagen no puede estar vacio!"
1543
 
1544
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/skin.js:56
1545
+ msgid "Done"
1546
+ msgstr "Hecho"
1547
 
1548
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/upload.js:39
1549
+ msgid "No file selected."
1550
+ msgstr "No se seleccionó un archivo."
1551
 
1552
+ #: SmartSlider3/Application/Admin/Assets/js/common/form-tip-manager.js:109
1553
+ msgid "Open docs"
1554
+ msgstr "Abrir documentación"
1555
 
1556
+ #: SmartSlider3/Application/Admin/Assets/js/common/form.js:113
1557
+ msgid "The changes you made will be lost if you navigate away from this page."
1558
+ msgstr "Los cambios que has realizado se perderán si sales de esta página."
1559
 
1560
+ #: SmartSlider3/Application/Admin/Assets/js/common/icons.js:77
1561
+ msgid "Icons"
1562
+ msgstr "Íconos"
1563
 
1564
+ #: SmartSlider3/Application/Admin/Assets/js/common/icons.js:90
1565
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:72
1566
+ #: SmartSlider3Pro/Generator/Common/Flickr/GeneratorGroupFlickr.php:36
1567
+ #: SmartSlider3Pro/Generator/Common/YouTube/GeneratorGroupYouTube.php:31
1568
+ #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:23
1569
+ #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:32
1570
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:110
1571
+ msgid "Search"
1572
+ msgstr "Buscar"
1573
 
1574
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:18
1575
+ msgid "Are you sure?"
1576
+ msgstr "¿Estás seguro?"
1577
 
1578
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:22
1579
+ #: SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonCancel.php:12
1580
+ msgid "Cancel"
1581
+ msgstr "Cancelar"
1582
 
1583
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:29
1584
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:99
1585
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:382
1586
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:181
1587
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:1108
1588
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:112
1589
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:45
1590
+ msgid "Delete"
1591
+ msgstr "Borrar"
1592
 
1593
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalLightbox.js:36
1594
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:95
1595
+ #: SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php:47
1596
+ msgid "Close"
1597
+ msgstr "Cerrar"
 
 
1598
 
1599
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:16
1600
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:23
1601
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:41
1602
+ msgid "Create group"
1603
+ msgstr "Crear grupo"
 
 
1604
 
1605
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:21
1606
+ msgid "Group name"
1607
+ msgstr "Nombre del grupo"
 
 
 
 
 
1608
 
1609
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:49
1610
+ msgid "Group created"
1611
+ msgstr "Grupo creado"
1612
 
1613
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/generator-record-viewer.js:52
1614
+ msgid "Records"
1615
+ msgstr "Registros"
1616
 
1617
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:11
1618
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:62
1619
+ msgid "Keyboard shortcuts"
1620
+ msgstr "Atajos de teclado"
 
 
 
 
1621
 
1622
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:40
1623
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:37
1624
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:91
1625
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:54
1626
+ msgid "Got it"
1627
+ msgstr "Entendido"
1628
+
1629
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:61
1630
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php:46
1631
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:56
1632
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:68
1633
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:35
1634
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:33
1635
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:43
1636
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:56
1637
+ #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:59
1638
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:139
1639
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:146
1640
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:127
1641
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:132
1642
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:109
1643
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:112
1644
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:204
1645
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:154
1646
+ #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:113
1647
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:159
1648
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:204
1649
+ #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:61
1650
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:125
1651
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:92
1652
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:64
1653
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:108
1654
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:181
1655
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:119
1656
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:114
1657
+ #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:50
1658
+ msgid "General"
1659
+ msgstr "General"
1660
 
1661
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:62
1662
+ msgid "Content tab"
1663
+ msgstr "Pestaña Contenido"
 
1664
 
1665
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:63
1666
+ msgid "Style tab"
1667
+ msgstr "Pestaña Estilo"
 
 
 
 
1668
 
1669
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:69
1670
+ msgid "Animation tab"
1671
+ msgstr "Pestaña Animación"
 
1672
 
1673
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:73
1674
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:24
1675
+ msgid "Add Layer"
1676
+ msgstr "Agregar Capa"
1677
 
1678
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:74
1679
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/layerWindow.js:79
1680
+ msgid "Layer List"
1681
+ msgstr "Lista de Capas"
1682
 
1683
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:78
1684
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/layerNavigation.js:50
1685
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:50
1686
+ msgid "Timeline"
1687
+ msgstr "Línea de tiempo"
 
 
1688
 
1689
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:82
1690
+ #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleProject.php:49
1691
+ #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleShots.php:37
1692
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeopleAlbum.php:101
1693
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoGallery.php:100
1694
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoStream.php:91
1695
+ #: SmartSlider3Pro/Generator/Common/Pinterest/Sources/PinterestImages.php:65
1696
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:188
1697
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:111
1698
+ msgid "View"
1699
+ msgstr "Ver"
1700
 
1701
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:91
1702
+ msgid "Adjust"
1703
+ msgstr "Ajustar"
 
 
 
 
 
1704
 
1705
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:92
1706
+ msgid "Move (Absolute)"
1707
+ msgstr "Mover (Absoluto)"
1708
 
1709
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:92
1710
+ #: SmartSlider3/Widget/Group/Arrow.php:44
1711
+ msgid "Arrows"
1712
+ msgstr "Flechas"
 
 
 
 
1713
 
1714
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:93
1715
+ msgid "Align (Absolute)"
1716
+ msgstr "Alinear (Absoluto)"
1717
 
1718
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:93
1719
+ msgid "Numeric keys"
1720
+ msgstr "Teclas numéricas"
1721
 
1722
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:98
1723
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:16
1724
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:20
1725
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:39
1726
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:60
1727
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:42
1728
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:41
1729
+ msgid "Action"
1730
+ msgstr "Acción"
1731
 
1732
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:100
1733
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:375
1734
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:174
1735
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:1101
1736
+ #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:79
1737
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:54
1738
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:43
1739
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:127
1740
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:148
1741
+ msgid "Duplicate"
1742
+ msgstr "Duplicar"
1743
 
1744
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:101
1745
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1131
1746
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:60
1747
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:44
1748
+ #: SmartSlider3/Application/Model/ModelSliders.php:573
1749
+ msgid "Copy"
1750
+ msgstr "Copiar"
1751
 
1752
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:102
1753
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1140
1754
+ msgid "Paste"
1755
+ msgstr "Pegar"
 
 
1756
 
1757
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:103
1758
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:200
1759
+ msgid "Undo"
1760
+ msgstr "Deshacer"
 
 
 
1761
 
1762
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:104
1763
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:191
1764
+ msgid "Redo"
1765
+ msgstr "Rehacer"
1766
 
1767
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:105
1768
+ #: SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSave.php:12
1769
+ msgid "Save"
1770
+ msgstr "Guardar"
1771
 
1772
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:109
1773
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:42
1774
+ msgid "Play animations"
1775
+ msgstr "Reproducir animaciones"
1776
 
1777
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:114
1778
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:86
1779
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:89
1780
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:106
1781
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:109
1782
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:272
1783
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:171
1784
+ msgid "Clear device specific settings"
1785
+ msgstr "Borrar las opciones específicas del dispositivo"
1786
 
1787
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:115
1788
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:89
1789
+ msgid "Current layer, current device"
1790
+ msgstr "Capa actual, dispositivo actual"
1791
 
1792
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:116
1793
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:86
1794
+ msgid "Current layer, all devices"
1795
+ msgstr "Capa actual, todos los dispositivos"
1796
 
1797
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:117
1798
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:109
1799
+ msgid "All layers, current device"
1800
+ msgstr "Todas las capas, el dispositivo actual"
 
 
 
 
 
1801
 
1802
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:118
1803
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:106
1804
+ msgid "All layers, all devices"
1805
+ msgstr "Todas las capas, todos los dispositivos"
 
1806
 
1807
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/safe-html.js:15
1808
+ msgid "Unexpected response"
1809
+ msgstr "Respuesta inesperada"
 
 
1810
 
1811
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:17
1812
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:109
1813
+ msgid "Scroll to"
1814
+ msgstr "Desplazarse a"
 
1815
 
1816
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:18
1817
+ msgid "Scroll to alias"
1818
+ msgstr "Desplazarse al alias"
1819
 
1820
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:19
1821
+ msgid "Go to slide"
1822
+ msgstr "Ir al slide"
1823
 
1824
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:20
1825
+ msgid "Go to slide ID"
1826
+ msgstr "Ir al ID del slide"
 
 
 
 
 
 
 
1827
 
1828
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:21
1829
+ msgid "Previous slide"
1830
+ msgstr "Anterior slide"
 
1831
 
1832
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:22
1833
+ msgid "Next slide"
1834
+ msgstr "Siguiente slide"
 
1835
 
1836
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:23
1837
+ msgid "Slide event"
1838
+ msgstr "Evento del slide"
 
 
 
 
1839
 
1840
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:118
1841
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:155
1842
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:197
1843
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:265
1844
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:354
1845
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:36
1846
+ msgid "Examples"
1847
+ msgstr "Ejemplos"
 
1848
 
1849
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:119
1850
+ msgid "Scrolls to the top of the page."
1851
+ msgstr "Se desplaza hacia la parte superior de la pantalla."
1852
 
1853
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:120
1854
+ msgid "Scrolls to the bottom of the page."
1855
+ msgstr "Se desplaza hacia la parte inferior de la pantalla."
1856
 
1857
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:121
1858
+ msgid ""
1859
+ "You can use any jQuery selector to scroll to a specific element on the page. "
1860
+ "Example: \"#pricing\" scrolls to the element with the id of \"pricing\"."
1861
+ msgstr ""
1862
+ "Puedes utilizar cualquier selector de jQuery para desplazarse hacia un "
1863
+ "elemento en la página. Por ejemplo; \"#precio\" se desplaza hacia el "
1864
+ "elemento con el id \"precio\"."
1865
 
1866
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:151
1867
+ msgid "Slider alias"
1868
+ msgstr "Alias del slider"
 
 
 
 
1869
 
1870
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:156
1871
+ msgid "Slider alias set at Slider settings > General"
1872
+ msgstr "Alias del slider como fue ingresado en Opciones del Slider > General"
 
 
 
1873
 
1874
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:187
1875
+ msgid "Slide index"
1876
+ msgstr "Índice de slides"
1877
 
1878
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:189
1879
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:257
1880
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:215
1881
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:325
1882
+ msgid "Direction"
1883
+ msgstr "Dirección"
1884
 
1885
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:190
1886
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:258
1887
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderDeveloper.php:93
1888
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:164
1889
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:77
1890
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:196
1891
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:42
1892
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:76
1893
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:82
1894
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:82
1895
+ msgid "Auto"
1896
+ msgstr "Auto"
1897
 
1898
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:191
1899
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:259
1900
+ msgid "Backward"
1901
+ msgstr "Anterior"
 
 
1902
 
1903
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:192
1904
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:260
1905
+ msgid "Forward"
1906
+ msgstr "Siguiente"
1907
 
1908
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:198
1909
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:266
1910
+ #, javascript-format
1911
+ msgid "slide index: 2 %s direction: backward"
1912
+ msgstr "índice de slides: 2 %s dirección: hacia atrás"
1913
 
1914
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:198
1915
+ msgid "Switches to the second slide as if the previous arrow was pressed"
1916
+ msgstr ""
1917
+ "Cambia al segundo slide como si la flecha \"anterior\" fuese presionada"
1918
 
1919
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:199
1920
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:267
1921
+ #, javascript-format
1922
+ msgid "slide index: 5 %s direction: forward"
1923
+ msgstr "índice de slide: 5 %s dirección: hacia adelante"
1924
 
1925
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:199
1926
+ msgid "Switches to the fifth slide as if the next arrow was pressed"
1927
+ msgstr ""
1928
+ "Cambia al quinto slide como si la flecha \"siguiente\" fuese presionada"
1929
 
1930
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:252
1931
+ msgid "Slide ID"
1932
+ msgstr "ID del slide"
 
1933
 
1934
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:266
1935
+ msgid ""
1936
+ "Switches to the slide with the #2 ID as if the previous arrow was pressed"
1937
+ msgstr ""
1938
+ "Cambia al slide con el ID #2 al igual que si se presionara la flecha anterior"
1939
 
1940
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:267
1941
+ msgid "Switches to the slide with the #5 ID as if the next arrow was pressed"
1942
+ msgstr ""
1943
+ "Cambia al slide con el ID #5 al igual que si se presionara la flecha "
1944
+ "siguiente"
1945
 
1946
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:350
1947
+ msgid "Event name"
1948
+ msgstr "Nombre del evento"
1949
 
1950
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:355
1951
+ msgid "An event you use to trigger layer animation(s) with"
1952
+ msgstr "Lista de contenido - Uno por línea"
1953
 
1954
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:16
1955
+ msgid "Content List - One Per Line"
1956
+ msgstr "Lista de Contenido - Uno por línea"
1957
+
1958
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:18
1959
+ msgid "Choose images"
1960
+ msgstr "Seleccionar imágenes"
 
 
 
 
 
 
 
 
 
1961
 
1962
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:45
1963
+ msgid "Titles - One Per Line"
1964
+ msgstr "Títulos - Uno por línea"
 
 
 
 
 
 
 
 
 
 
 
1965
 
1966
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:50
1967
+ msgid "Autoplay duration"
1968
+ msgstr "Duración de la reproducción automática"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1969
 
1970
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:19
1971
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:18
1972
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:75
1973
+ msgid "URL"
1974
+ msgstr "URL"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1975
 
1976
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:24
1977
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:275
1978
+ msgid "Search keyword"
1979
+ msgstr "Buscar palabra clave"
1980
 
1981
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:31
1982
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:283
1983
+ #: SmartSlider3/Generator/WordPress/Posts/GeneratorGroupPosts.php:16
1984
+ #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookPostsByPage.php:30
1985
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/GeneratorGroupMultisitePost.php:29
1986
+ msgid "Posts"
1987
+ msgstr "Entradas"
1988
 
1989
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:19
1990
+ msgid "Lightbox"
1991
+ msgstr "Lightbox"
 
1992
 
1993
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:34
1994
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:412
1995
+ #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:15
1996
+ msgid "Insert"
1997
+ msgstr "Insertar"
1998
 
1999
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:26
2000
+ msgid "Oops, Something Went Wrong"
2001
+ msgstr "Uy, algo salió mal"
2002
 
2003
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:50
2004
+ msgid "Success"
2005
+ msgstr "Éxito"
 
2006
 
2007
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:56
2008
+ #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:413
2009
+ msgid "Notice"
2010
+ msgstr "Notificación"
2011
 
2012
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:33
2013
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:68
2014
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:124
2015
+ msgid "Select image"
2016
+ msgstr "Seleccionar imagen"
 
2017
 
2018
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:35
2019
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:70
2020
+ msgid "Use Joomla selector"
2021
+ msgstr "Usar selector de Joomla"
2022
 
2023
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:126
2024
+ msgid "Use default selector"
2025
+ msgstr "Usar selector por defecto"
 
 
 
 
 
 
 
 
 
2026
 
2027
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/abstract/core.js:132
2028
+ msgid "Deleted."
2029
+ msgstr "Eliminado."
 
2030
 
2031
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:101
2032
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/setsandmore.js:91
2033
+ #: SmartSlider3Pro/SplitText/Admin/Assets/js/manager.js:71
2034
+ msgid "Static"
2035
+ msgstr "Estático"
 
 
 
2036
 
2037
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:224
2038
+ msgid "Save as New"
2039
+ msgstr "Grabar como nuevo"
 
 
 
 
 
 
2040
 
2041
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:235
2042
+ msgid "Saved."
2043
+ msgstr "Grabado."
2044
 
2045
+ #: SmartSlider3/Application/Admin/Assets/js/element/animationmanagerelement.js:71
2046
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:140
2047
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/splittextanimationmanagerelement.js:100
2048
+ msgid "Enabled"
2049
+ msgstr "Habilitado"
2050
 
2051
+ #: SmartSlider3/Application/Admin/Assets/js/element/columns-element.js:110
2052
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:70
2053
+ msgid "Column"
2054
+ msgstr "Columna"
2055
 
2056
+ #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:141
2057
+ msgid "There is no layer available to be parent of the current layer!"
2058
+ msgstr "¡No hay una capa disponible para ser raíz de la capa actual!"
 
 
2059
 
2060
+ #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:151
2061
+ msgid "Pick the parent layer!"
2062
+ msgstr "Selecciona la capa raíz (de origen)"
 
 
 
 
 
2063
 
2064
+ #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:170
2065
+ msgid "Pick the align point of the parent layer!"
2066
+ msgstr "¡Selecciona el punto de alineación en la capa raíz!"
 
 
2067
 
2068
+ #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:193
2069
+ msgid "Pick the align point of the child layer!"
2070
+ msgstr "¡Selecciona el punto de alineación en la capa enlazada!"
 
2071
 
2072
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:71
2073
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:327
2074
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:104
2075
+ #: SmartSlider3/Form/Element/Group/WidgetPosition.php:24
2076
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:204
2077
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:275
2078
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:180
2079
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:260
2080
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:203
2081
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:289
2082
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:89
2083
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:195
2084
+ msgid "Advanced"
2085
+ msgstr "Avanzado"
2086
 
2087
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:75
2088
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:87
2089
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:96
2090
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:108
2091
+ #, javascript-format
2092
+ msgid "Outer %s"
2093
+ msgstr "Externo %s"
2094
 
2095
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:78
2096
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:87
2097
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:90
2098
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:99
2099
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:149
2100
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:169
2101
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:471
2102
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:475
2103
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:480
2104
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:481
2105
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:486
2106
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:487
2107
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:491
2108
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:514
2109
+ #: SmartSlider3/Form/Element/Group/WidgetPosition.php:88
2110
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:199
2111
+ #: SmartSlider3/Storage.php:949
2112
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:102
2113
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:70
2114
+ #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:181
2115
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:220
2116
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:300
2117
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:75
2118
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:75
2119
+ msgid "Left"
2120
+ msgstr "Izquierda"
2121
 
2122
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:84
2123
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:93
2124
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:96
2125
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:105
2126
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:151
2127
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:469
2128
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:473
2129
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:482
2130
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:483
2131
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:484
2132
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:485
2133
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:489
2134
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:512
2135
+ #: SmartSlider3/Form/Element/Group/WidgetPosition.php:89
2136
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:200
2137
+ #: SmartSlider3/Storage.php:964
2138
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:104
2139
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:72
2140
+ #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:190
2141
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:218
2142
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:301
2143
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:77
2144
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:77
2145
+ msgid "Right"
2146
+ msgstr "Derecha"
2147
 
2148
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:90
2149
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:93
2150
+ msgid "Middle"
2151
+ msgstr "En la mitad"
2152
 
2153
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:99
2154
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:102
2155
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:105
2156
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:108
2157
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:470
2158
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:474
2159
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:484
2160
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:485
2161
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:486
2162
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:487
2163
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:490
2164
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:513
2165
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php:242
2166
+ #: SmartSlider3/Form/Element/Group/WidgetPosition.php:107
2167
+ #: SmartSlider3/Storage.php:994
2168
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:140
2169
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:74
2170
+ #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:208
2171
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:219
2172
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:236
2173
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:302
2174
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:338
2175
+ #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:108
2176
+ msgid "Bottom"
2177
+ msgstr "Inferior"
2178
 
2179
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1210
2180
+ msgid "Layer(s)"
2181
+ msgstr "Capa(s)"
 
2182
 
2183
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:270
2184
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:94
2185
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:252
2186
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:69
2187
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:94
2188
+ msgid "Hide on"
2189
+ msgstr "Ocultar en"
2190
 
2191
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:414
2192
+ msgid "Rename"
2193
+ msgstr "Renombrar"
2194
 
2195
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:421
2196
+ msgid "Show/Hide in editor"
2197
+ msgstr "Mostrar/ocultar en el editor"
2198
 
2199
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:573
2200
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:594
2201
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:35
2202
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabGoPro.php:21
2203
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:156
2204
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:346
2205
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:129
2206
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:185
2207
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:195
2208
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:197
2209
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:179
2210
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:134
2211
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:259
2212
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:163
2213
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:130
2214
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:183
2215
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:45
2216
+ msgid "Animation"
2217
+ msgstr "Animación"
2218
 
2219
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/animations.js:106
2220
+ msgid "Add animation"
2221
+ msgstr "Agregar animación"
 
2222
 
2223
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/animations.js:116
2224
+ msgid "Remove animations"
2225
+ msgstr "Remover animación"
 
 
2226
 
2227
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/editor/Editor.js:50
2228
+ msgid "Layer Animation - Basic"
2229
+ msgstr "Animación de Capa - Básica"
 
2230
 
2231
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/editor/Editor.js:105
2232
+ msgid "Add keyframe"
2233
+ msgstr "Agregar fotograma clave"
2234
 
2235
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/LoopDummy.js:75
2236
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/LoopDummy.js:91
2237
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:49
2238
+ msgid "Loop"
2239
+ msgstr "Bucle"
 
 
 
 
 
2240
 
2241
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/keyFrame/KeyFrame.js:188
2242
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:357
2243
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:358
2244
+ msgid "Special Zero"
2245
+ msgstr "Cero especial"
2246
 
2247
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/keyFrame/KeyFrame.js:188
2248
+ msgid "Keyframe"
2249
+ msgstr "Fotograma clave"
2250
 
2251
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/reveal/editor/Editor.js:41
2252
+ msgid "Layer Animation - Reveal"
2253
+ msgstr "Animación de Capa - Revelar"
 
 
 
 
2254
 
2255
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:170
2256
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/content.js:121
2257
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:362
2258
+ msgid "Open/Close"
2259
+ msgstr "Abrir/Cerrar"
2260
 
2261
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/content.js:11
2262
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:505
2263
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabContent.php:18
2264
+ msgid "Content"
2265
+ msgstr "Contenido"
2266
 
2267
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/contentAbstract.js:439
2268
+ msgid "Child layers"
2269
+ msgstr "Capas anidadas"
2270
 
2271
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/animatedHeading.js:68
2272
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/Assets/animatedHeading.js:20
2273
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:52
2274
+ msgid "Animated heading"
2275
+ msgstr "Encabezado Animado"
 
 
 
2276
 
2277
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/highlightedHeading.js:57
2278
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/Assets/highlightedHeading.js:22
2279
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:53
2280
+ msgid "Highlighted heading"
2281
+ msgstr "Encabezado destacado"
2282
 
2283
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/splittext-admin.js:87
2284
+ msgid "Text animation in"
2285
+ msgstr "Animación del texto entrando"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2286
 
2287
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/splittext-admin.js:100
2288
+ msgid "Text animation out"
2289
+ msgstr "Animación del texto saliendo"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2290
 
2291
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:11
2292
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:194
2293
+ msgid "Layer"
2294
+ msgstr "Capa"
2295
 
2296
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:14
2297
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:31
2298
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/BlockAddLayer.php:25
2299
+ msgid "Row"
2300
+ msgstr "Fila"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2301
 
2302
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:13
2303
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:161
2304
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:662
2305
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:678
2306
+ #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:56
2307
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:57
2308
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:82
2309
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:329
2310
+ msgid "Slide"
2311
+ msgstr "Slide"
 
 
 
 
2312
 
2313
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:176
2314
+ msgid "Theme"
2315
+ msgstr "Tema"
2316
 
2317
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:256
2318
+ #, javascript-format
2319
+ msgid "%s or newer required for this feature."
2320
+ msgstr "Se requiere %s o más nuevo para esta característica."
 
 
 
2321
 
2322
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:294
2323
+ msgid "This section requires activated Pro version."
2324
+ msgstr "Esta sección requiere la versión Pro activada."
 
 
 
 
2325
 
2326
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:297
2327
+ #, javascript-format
2328
+ msgid "This block is not available in the free version. %s"
2329
+ msgstr "Este bloque no está disponible en la versión gratuita. %s"
2330
 
2331
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:297
2332
+ #: SmartSlider3/Application/Admin/GoPro/ViewGoProIndex.php:24
2333
+ #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:37
2334
+ #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:51
2335
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.php:23
2336
+ #: SmartSlider3/Platform/WordPress/Admin/AdminHelper.php:96
2337
+ msgid "Go Pro"
2338
+ msgstr "Ir a la versión Pro"
2339
 
2340
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:17
2341
+ msgid "Editor settings"
2342
+ msgstr "Opciones del editor"
2343
 
2344
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:45
2345
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:53
2346
+ msgid "Upgrade to Pro"
2347
+ msgstr "Actualizar a la versión Pro"
 
2348
 
2349
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:55
2350
+ msgid "Guide settings"
2351
+ msgstr "Opciones de la guía"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2352
 
2353
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:124
2354
+ msgid "Smart snap"
2355
+ msgstr "Ajuste inteligente al contenido"
 
2356
 
2357
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:131
2358
+ msgid "Round to 5px"
2359
+ msgstr "Redondear a 5px"
 
2360
 
2361
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:143
2362
+ msgid "Ruler"
2363
+ msgstr "Regla"
 
2364
 
2365
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:147
2366
+ msgid "Clear guides"
2367
+ msgstr "Borrar guías"
 
 
2368
 
2369
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:101
2370
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:14
2371
+ #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.php:13
2372
+ msgid "Activate Smart Slider 3 Pro"
2373
+ msgstr "Activa Smart Slider 3 Pro"
2374
 
2375
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:107
2376
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:15
2377
+ msgid "Activation is required to unlock all features!"
2378
+ msgstr "¡Se requiere la activación para desbloquear todas las características!"
2379
 
2380
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:108
2381
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:15
2382
+ #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.php:16
2383
+ msgid ""
2384
+ "Register Smart Slider 3 Pro on this domain to enable auto update, slider "
2385
+ "templates and slide library."
2386
+ msgstr ""
2387
+ "Registra Smart Slider 3 en este dominio para activar las actualizaciones "
2388
+ "automáticas, plantillas de sliders y la biblioteca de slides."
2389
 
2390
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:113
2391
+ msgid "Skip"
2392
+ msgstr "Saltar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2393
 
2394
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:124
2395
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:17
2396
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:85
2397
+ #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.php:27
2398
+ msgid "Activate"
2399
+ msgstr "Activar"
2400
 
2401
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:156
2402
+ msgid ""
2403
+ "Activation process is not supported in this browser. Please use Google "
2404
+ "Chrome."
2405
+ msgstr ""
2406
+ "Este navegador no soporta el proceso de activación. Por favor utiliza Google "
2407
+ "Chrome."
2408
 
2409
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:230
2410
+ msgid "Smart Slider 3 activated!"
2411
+ msgstr "¡Smart Slider 3 activado!"
 
2412
 
2413
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:164
2414
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:165
2415
+ msgid "Laptop"
2416
+ msgstr "Laptop"
2417
 
2418
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:191
2419
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:199
2420
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:210
2421
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:136
2422
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:134
2423
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:65
2424
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:429
2425
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:455
2426
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:480
2427
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:505
2428
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:530
2429
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:221
2430
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:152
2431
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:154
2432
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:148
2433
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:244
2434
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:149
2435
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:253
2436
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:89
2437
+ #: SmartSlider3/Widget/Group/Bullet.php:73
2438
+ #: SmartSlider3/Widget/Group/Thumbnail.php:66
2439
+ #: SmartSlider3/Widget/Shadow/ShadowImage/ShadowImage.php:36
2440
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:113
2441
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:172
2442
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:175
2443
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:178
2444
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:248
2445
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:82
2446
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:221
2447
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:154
2448
+ #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:34
2449
+ #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:58
2450
+ #: SmartSlider3Pro/Widget/Indicator/IndicatorStripe/IndicatorStripe.php:31
2451
+ msgid "Width"
2452
+ msgstr "Ancho"
2453
 
2454
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:227
2455
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:235
2456
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:215
2457
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:146
2458
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:139
2459
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:78
2460
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:433
2461
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:459
2462
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:484
2463
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:509
2464
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:534
2465
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:99
2466
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:105
2467
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:228
2468
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:157
2469
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:159
2470
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:153
2471
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:248
2472
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:154
2473
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:257
2474
+ #: SmartSlider3/Widget/Group/Bullet.php:84
2475
+ #: SmartSlider3/Widget/Group/Thumbnail.php:77
2476
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:125
2477
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:184
2478
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:181
2479
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:184
2480
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:85
2481
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:159
2482
+ #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:59
2483
+ #: SmartSlider3Pro/Widget/Indicator/IndicatorStripe/IndicatorStripe.php:35
2484
+ msgid "Height"
2485
+ msgstr "Alto"
2486
 
2487
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:413
2488
+ #, javascript-format
2489
+ msgid "Below %s pixels."
2490
+ msgstr "Menos de %s pixeles."
2491
 
2492
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:416
2493
+ #, javascript-format
2494
+ msgid "Above %s pixels."
2495
+ msgstr "Más de %s pixeles."
2496
 
2497
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:418
2498
+ #, javascript-format
2499
+ msgid "Between %s and %s pixels."
2500
+ msgstr "Entre %s y %s pixeles."
 
 
 
 
 
 
 
 
 
 
2501
 
2502
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:187
2503
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:171
2504
+ #, javascript-format, php-format
2505
+ msgid "This slide is hidden on the following devices: %s"
2506
+ msgstr "Este slide está oculto en los siguientes dispositivos: %s"
 
 
 
 
 
 
 
2507
 
2508
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:34
2509
+ msgid "Data"
2510
+ msgstr "Datos"
2511
 
2512
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:333
2513
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:44
2514
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:31
2515
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:29
2516
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:54
2517
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:30
2518
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPostsByIDs.php:18
2519
+ #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleProject.php:22
2520
+ #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookAlbums.php:21
2521
+ #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookPostsByPage.php:23
2522
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeopleAlbum.php:20
2523
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoGallery.php:20
2524
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoStream.php:20
2525
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPhotosSearch.php:20
2526
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:83
2527
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:83
2528
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:82
2529
+ #: SmartSlider3Pro/Generator/Common/Json/Sources/JsonInput.php:20
2530
+ #: SmartSlider3Pro/Generator/Common/Json/Sources/JsonUrl.php:21
2531
+ #: SmartSlider3Pro/Generator/Common/Pinterest/Sources/PinterestImages.php:20
2532
+ #: SmartSlider3Pro/Generator/Common/Rss/Sources/RSSFeed.php:22
2533
+ #: SmartSlider3Pro/Generator/Common/Text/Sources/TextInput.php:20
2534
+ #: SmartSlider3Pro/Generator/Common/Text/Sources/TextText.php:20
2535
+ #: SmartSlider3Pro/Generator/Common/Twitter/Sources/TwitterTimeline.php:30
2536
+ #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:22
2537
+ #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeByPlaylist.php:29
2538
+ #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:28
2539
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:44
2540
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:37
2541
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:34
2542
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:30
2543
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:26
2544
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:29
2545
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:29
2546
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:29
2547
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:45
2548
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:25
2549
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:46
2550
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:43
2551
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:34
2552
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:30
2553
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProductsbyid.php:25
2554
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:26
2555
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:32
2556
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:100
2557
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:38
2558
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:37
2559
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:32
2560
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:36
2561
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:33
2562
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:33
2563
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:33
2564
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:35
2565
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:35
2566
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:37
2567
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:31
2568
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:27
2569
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:31
2570
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:36
2571
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:44
2572
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:38
2573
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:28
2574
+ #: SmartSlider3Pro/Generator/WordPress/BestWebSoft/Sources/BestWebSoftGallery.php:19
2575
+ #: SmartSlider3Pro/Generator/WordPress/Custom/Sources/CustomCustom.php:26
2576
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:29
2577
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:27
2578
+ #: SmartSlider3Pro/Generator/WordPress/NextgenGallery/Sources/NextgenGalleryGallery.php:23
2579
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:29
2580
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:22
2581
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceCategory.php:22
2582
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:28
2583
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByIds.php:21
2584
+ msgid "Filter"
2585
+ msgstr "Filtro"
2586
 
2587
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:334
2588
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:343
2589
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:117
2590
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:467
2591
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:55
2592
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:75
2593
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:240
2594
+ msgid "No"
2595
+ msgstr "No"
2596
 
2597
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:335
2598
+ msgid "Clean HTML"
2599
+ msgstr "Limpiar %s"
 
2600
 
2601
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:336
2602
+ msgid "Remove HTML"
2603
+ msgstr "Remover HTML"
 
2604
 
2605
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:342
2606
+ msgid "Split by Chars"
2607
+ msgstr "Separar por caracteres"
 
2608
 
2609
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:344
2610
+ msgid "Strict"
2611
+ msgstr "Estricto"
 
2612
 
2613
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:345
2614
+ msgid "Respect words"
2615
+ msgstr "Respetar palabras"
 
2616
 
2617
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:370
2618
+ msgid "Find image"
2619
+ msgstr "Encontrar imagen"
 
2620
 
2621
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:383
2622
+ msgid "Find link"
2623
+ msgstr "Encontrar enlace"
 
2624
 
2625
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:396
2626
+ msgid "Remove links"
2627
+ msgstr "Remover enlaces"
 
2628
 
2629
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:401
2630
+ msgid "Remove line breaks"
2631
+ msgstr "Remover saltos de línea"
 
2632
 
2633
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:409
2634
+ msgid "Result"
2635
+ msgstr "Resultado"
 
 
 
 
 
2636
 
2637
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:16
2638
+ msgid "Most important changes in version 3.4"
2639
+ msgstr "Los cambios más importantes en la versión 3.4"
 
2640
 
2641
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:19
2642
+ msgid ""
2643
+ "To help you get started with the new version, we've put together the most "
2644
+ "important changes."
2645
+ msgstr ""
2646
+ "Para ayudarte a comenzar con la nueva versión, hemos agrupado los cambios "
2647
+ "más importantes."
2648
 
2649
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:30
2650
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:261
2651
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:265
2652
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:100
2653
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:39
2654
+ msgid "Slide background"
2655
+ msgstr "Fondo del slide"
2656
 
2657
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:33
2658
+ msgid ""
2659
+ "You can find the Slide Background option in the Layer Window! Click on the "
2660
+ "Slide Label at the top of the Canvas to find them."
2661
+ msgstr ""
2662
+ "La opción para seleccionar el fondo del slide la puedes encontrar en la "
2663
+ "ventana de capas. Has click en la etiqueta \"Slide\" de color azul en la "
2664
+ "parte superior de la ventana de edición para cambiar esta opción."
 
 
 
 
 
 
2665
 
2666
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:36
2667
+ msgid "Watch video"
2668
+ msgstr "Mirar video"
2669
 
2670
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:45
2671
+ msgid "Absolute position"
2672
+ msgstr "Posición absoluta"
 
 
 
2673
 
2674
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:48
2675
+ msgid ""
2676
+ "Canvas layers are now called Absolute! In the Add Panel switch to Absolute "
2677
+ "before you create the layer."
2678
+ msgstr ""
2679
+ "Las capas del modo Canvas de anteriores versiones ahora se llaman modo "
2680
+ "Absoluto. En el panel para agregar capas puedes cambiar el modo a Absoluto y "
2681
+ "crear tu capa."
2682
 
2683
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:51
2684
+ msgid "Read docs"
2685
+ msgstr "Leer más"
 
 
 
2686
 
2687
+ #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:42
2688
+ #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:169
2689
+ msgid "Change slider type"
2690
+ msgstr "Cambiar el tipo de slider"
2691
 
2692
+ #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:47
2693
+ msgid ""
2694
+ "Changing your slider type is irreversible. After changing your slider type, "
2695
+ "<b>you will lose all slider type related settings</b>."
2696
+ msgstr ""
2697
+ "Cambiar el tipo de slider es irreversible. Tras hacer este cambio, "
2698
+ "<b>perderás todas las opciones relacionadas al tipo de slider</b>."
2699
 
2700
+ #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:51
2701
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:175
2702
+ msgid "Slider type"
2703
+ msgstr "Tipo de slider"
2704
 
2705
+ #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:54
2706
+ msgid "Convert"
2707
+ msgstr "Convertir"
2708
 
2709
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:39
2710
+ msgid "What do you want to create today?"
2711
+ msgstr "¿Qué es lo que quieres crear hoy?"
2712
 
2713
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:42
2714
+ msgid ""
2715
+ "Use our powerful visual editor, or simply import one of our existing "
2716
+ "template."
2717
+ msgstr ""
2718
+ "Puedes usar nuestro poderoso editor visual, o simplemente importar una de "
2719
+ "las plantillas existentes."
2720
 
2721
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:69
2722
+ msgid "Create a New Project"
2723
+ msgstr "Crear un nuevo proyecto"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2724
 
2725
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:72
2726
+ msgid ""
2727
+ "Start a new project from scratch and build exactly what you’ve imagined. You "
2728
+ "can easily customize every pixels and create anything with layers."
2729
+ msgstr ""
2730
+ "Comenzar un nuevo proyecto desde cero y diseñar exactamente lo que te has "
2731
+ "imaginado. Puedes personalizar fácilmente cada pixel y crear cualquier cosa "
2732
+ "que desees con las capas."
2733
 
2734
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:93
2735
+ msgid "Start with a Template"
2736
+ msgstr "Comenzar con una plantilla"
2737
 
2738
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:96
2739
  msgid ""
2740
+ "Start with a template and make it your own with the innovative drag and drop "
2741
+ "interface. You can choose from hundreds of premade templates."
2742
  msgstr ""
2743
+ "Comenzar con una plantilla y hacerte de ella con una innovadora interface de "
2744
+ "arrastrar y soltar. Puedes seleccionar entre cientos de plantillas "
2745
+ "prediseñadas."
 
 
 
 
 
 
 
 
2746
 
2747
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:100
2748
+ msgid "or import your own files"
2749
+ msgstr "o puedes importar tus propios archivos"
2750
 
2751
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:117
2752
+ msgid "Create new project"
2753
+ msgstr "Crear un nuevo proyecto"
 
 
 
 
 
2754
 
2755
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:123
2756
+ msgid "Project type"
2757
+ msgstr "Tipo de proyecto"
 
 
2758
 
2759
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:126
2760
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:73
2761
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:81
2762
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:49
2763
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:53
2764
+ #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:183
2765
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:114
2766
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:322
2767
+ msgid "Slider"
2768
+ msgstr "Slider"
2769
 
2770
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:130
2771
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:26
2772
+ msgid "Block"
2773
+ msgstr "Bloque"
2774
 
2775
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:162
2776
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:223
2777
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:231
2778
+ #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:18
2779
+ msgid "Full page"
2780
+ msgstr "Página completa"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2781
 
2782
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:182
2783
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:30
2784
+ msgid "Carousel"
2785
+ msgstr "Carrusel"
2786
 
2787
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:186
2788
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:30
2789
+ msgid "Showcase"
2790
+ msgstr "Exhibición"
2791
 
2792
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:199
2793
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:231
2794
+ msgid "Pro"
2795
+ msgstr "Pro"
2796
 
2797
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:202
2798
+ #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:47
2799
+ #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:34
2800
+ #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:57
2801
+ msgid "Settings"
2802
+ msgstr "Ajustes"
2803
 
2804
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:207
2805
+ msgid "My project"
2806
+ msgstr "Mi proyecto"
2807
 
2808
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:221
2809
+ #: SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoAdmin.php:15
2810
+ msgid "Boxed"
2811
+ msgstr "Encajonado"
2812
 
2813
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:222
2814
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:78
2815
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:151
2816
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:164
2817
+ #: SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php:17
2818
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:91
2819
+ #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:148
2820
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:246
2821
+ msgid "Full width"
2822
+ msgstr "Ancho completo"
2823
 
2824
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:226
2825
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:376
2826
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:297
2827
+ msgid "Layout"
2828
+ msgstr "Diseño"
2829
 
2830
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:235
2831
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:47
2832
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:47
2833
+ msgid "Slide width"
2834
+ msgstr "Ancho del slide"
2835
 
2836
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:241
2837
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:57
2838
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:57
2839
+ msgid "Slide height"
2840
+ msgstr "Altura del slide"
2841
 
2842
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:249
2843
+ msgid "Create"
2844
+ msgstr "Crear"
2845
 
2846
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:375
2847
+ msgid "Join The Smart Slider 3 Community"
2848
+ msgstr "Únete a la Comunidad de Smart Slider 3"
 
2849
 
2850
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:377
2851
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.php:22
2852
+ msgid ""
2853
+ "Join more than 120,000 subscribers and get access to the latest slider "
2854
+ "templates, tips, tutorials and other exclusive contents directly to your "
2855
+ "inbox."
2856
+ msgstr ""
2857
+ "Únete a más de 120.000 suscriptores y tendrás acceso a las últimas "
2858
+ "plantillas de sliders, consejos, tutoriales y otros contenidos exclusivos en "
2859
+ "tu correo."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2860
 
2861
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:391
2862
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.php:32
2863
+ msgid "Subscribe"
2864
+ msgstr "Suscribirse"
2865
 
2866
+ #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:295
2867
+ #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:70
2868
+ msgid "Change group"
2869
+ msgstr "Cambiar grupo"
2870
 
2871
+ #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:308
2872
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/GeneratorGroupEasysocial.php:35
2873
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:29
2874
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:23
2875
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/GeneratorGroupJomsocial.php:35
2876
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:42
2877
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:39
2878
+ msgid "Groups"
2879
+ msgstr "Grupos"
2880
 
2881
+ #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:312
2882
+ msgid "Set"
2883
+ msgstr "Fijar"
2884
 
2885
+ #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:66
2886
+ msgid "Up"
2887
+ msgstr "Arriba"
 
 
 
 
 
 
2888
 
2889
+ #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:76
2890
+ msgid "Insert group"
2891
+ msgstr "Insertar grupo"
 
2892
 
2893
+ #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:93
2894
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php:59
2895
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:134
2896
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:208
2897
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:42
2898
+ msgid "Group"
2899
+ msgstr "Grupo"
2900
 
2901
+ #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:86
2902
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:134
2903
+ #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:207
2904
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:158
2905
+ msgid "Move to trash"
2906
+ msgstr "Mover a la papelera"
2907
 
2908
+ #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:29
2909
+ msgid "empty the trash"
2910
+ msgstr "vaciar la papelera"
 
 
 
 
 
 
 
 
2911
 
2912
+ #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:118
2913
+ msgid "Delete permanently"
2914
+ msgstr "Eliminar permanentemente"
 
 
 
 
 
 
2915
 
2916
+ #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:164
2917
+ msgid "delete this slider"
2918
+ msgstr "borrar slider"
2919
+
2920
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:68
2921
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:61
2922
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:47
2923
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:199
2924
+ msgid "Publish"
2925
+ msgstr "Publicar"
2926
+
2927
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:75
2928
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:48
2929
+ msgid "Unpublish"
2930
+ msgstr "Despublicar"
2931
 
2932
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:84
2933
+ msgid "Edit generator"
2934
+ msgstr "Editar generador"
 
 
 
 
 
 
 
 
2935
 
2936
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:93
2937
+ msgid "Set as first"
2938
+ msgstr "Establecer como el primero"
 
 
 
 
 
 
 
 
2939
 
2940
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:104
2941
+ msgid "Convert to slide"
2942
+ msgstr "Convertir a slider"
 
 
 
2943
 
2944
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:253
2945
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:494
2946
+ msgid "Copy slide to"
2947
+ msgstr "Copiar slide a"
2948
 
2949
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:270
2950
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:304
2951
+ msgid "Add post"
2952
+ msgstr "Agregar artículo"
2953
 
2954
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:310
2955
+ msgid "Please select a Post first!"
2956
+ msgstr "¡Por favor seleccionar un Artículo primero!"
2957
+
2958
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:456
2959
+ msgid "delete these slides"
2960
+ msgstr "eliminar estos slides"
2961
+
2962
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:456
2963
+ msgid "delete this slide"
2964
+ msgstr "eliminar este slide"
2965
 
2966
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:43
2967
  msgid "Animations"
3385
 
3386
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:81
3387
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:83
3388
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:53
3389
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:55
3390
  msgid "ARIA label"
3391
  msgstr "Etiqueta ARIA"
3392
 
3393
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:84
3394
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:56
3395
  msgid "It allows you to label your slider for screen readers."
3396
  msgstr "Permite que etiquetes tu slider para lectores de pantalla."
3397
 
3814
 
3815
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:41
3816
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:97
3817
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:156
3818
  #: SmartSlider3/Application/Model/ModelGenerator.php:400
3819
  msgid "Slides"
3820
  msgstr "Slides"
3981
  msgid "Authentication successful."
3982
  msgstr "Autenticación exitosa."
3983
 
3984
+ #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.php:61
3985
  msgid "Not installed"
3986
  msgstr "No instalado"
3987
 
3988
+ #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.php:69
3989
  msgid "Visit"
3990
  msgstr "Visitar"
3991
 
4011
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:58
4012
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:84
4013
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:96
4014
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:123
4015
  msgid "Generator"
4016
  msgstr "Generador"
4017
 
4018
+ #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php:18
4019
  msgid "How to upgrade to Smart Slider 3 Pro?"
4020
  msgstr "¿Cómo cambiarme a la versión Pro de Smart Slider 3?"
4021
 
4022
+ #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php:22
4023
  #, php-format
4024
  msgid ""
4025
  "After making your purchase, %1$slog in to your account%3$s and download the "
4030
  "la versión Pro. Para comenzar con Smart Slider 3 Pro, simplemente "
4031
  "%2$sinstálalo en tu sitio web%3$s."
4032
 
4033
+ #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php:26
4034
  msgid "Download Pro"
4035
  msgstr "Descargar versión Pro"
4036
 
4037
+ #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php:30
4038
  msgid ""
4039
  "Feel free to remove the Free version, as you no longer need it. Your sliders "
4040
  "will stay!"
4042
  "Siéntete libre de remover la versión Free, si ya no lo necesitas. ¡Tus "
4043
  "sliders se quedarán!"
4044
 
4045
+ #: SmartSlider3/Application/Admin/GoPro/Template/Index.php:18
4046
  msgid "Ready to go Pro?"
4047
  msgstr "¿Estás listo para cambiarte a la versión Pro?"
4048
 
4049
+ #: SmartSlider3/Application/Admin/GoPro/Template/Index.php:22
4050
  msgid "Supercharge Smart Slider 3 with powerful functionality!"
4051
  msgstr "¡Supercarga Smart Slider 3 con poderosas funcionalidades!"
4052
 
4053
+ #: SmartSlider3/Application/Admin/GoPro/Template/Index.php:34
4054
  msgid "Already purchased?"
4055
  msgstr "¿Ya lo adquiriste?"
4056
 
4057
+ #: SmartSlider3/Application/Admin/GoPro/Template/Index.php:38
4058
  msgid "Get started with the Pro version now!"
4059
  msgstr "¡Comienza con la versión Pro ahora!"
4060
 
4073
  msgid "Successful connection with the API."
4074
  msgstr "Conexión exitosa con la API."
4075
 
4076
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:22
4077
  msgid "Welcome to Help Center"
4078
  msgstr "Bienvenido al Centro de Ayuda"
4079
 
4080
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:25
4081
+ #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php:15
4082
  msgid ""
4083
  "To help you get started, we've put together a super tutorial video that "
4084
  "shows you the basic settings."
4086
  "Para ayudarte a comenzar, hemos creado un super video tutorial que te enseña "
4087
  "las opciones básicas."
4088
 
4089
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:40
4090
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:128
4091
  msgid "Possible conflicts"
4092
  msgstr "Posibles conflictos"
4093
 
4094
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:44
4095
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:132
4096
  msgid "Test connection"
4097
  msgstr "Probar conexión"
4098
 
4099
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:48
4100
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:136
4101
  msgid "No conflicts detected."
4102
  msgstr "No se detectaron conflictos."
4103
 
4104
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:66
4105
  msgid "Hello! How can we help you today?"
4106
  msgstr "¡Hola! ¿Cómo podemos ayudarte hoy?"
4107
 
4108
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:71
4109
  msgid "Search in the knowledge base"
4110
  msgstr "Buscar en la base de conocimiento"
4111
 
4112
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:83
4113
  msgid "Documentation"
4114
  msgstr "Documentación"
4115
 
4116
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:84
4117
  msgid ""
4118
  "To get started with Smart Slider 3, please refer to this guide for "
4119
  "downloading, installing, and using."
4121
  "Para comenzar con Smart Slider 3, por favor consulta la guía para "
4122
  "descargarlo, instalarlo, y utilizarlo."
4123
 
4124
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:90
4125
  msgid "Email support"
4126
  msgstr "Soporte por email"
4127
 
4128
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:91
4129
  msgid ""
4130
  "Need one-to-one assistance? Get in touch with our Support team! We'd love "
4131
  "the opportunity to help you."
4133
  "¿Necesitas asistencia personalizada? ¡Contáctate con nuestro equipo de "
4134
  "soporte! Nos encantaría ayudarte."
4135
 
4136
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:98
4137
  msgid "Tutorial videos"
4138
  msgstr "Video tutoriales"
4139
 
4140
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:99
4141
  msgid ""
4142
  "Check our video tutorials which cover everything you need to know about "
4143
  "Smart Slider 3."
4145
  "Consulta nuestros video tutoriales que cubren todo lo que necesitas saber "
4146
  "sobre Smart Slider 3."
4147
 
4148
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:104
4149
  msgid "Selected articles"
4150
  msgstr "Artículos seleccionados"
4151
 
4152
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:166
4153
  msgid "Debug information"
4154
  msgstr "Información de depuración"
4155
 
4184
  msgid "Help"
4185
  msgstr "Ayuda"
4186
 
4187
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/AdminError.php:22
4188
  #: SmartSlider3/Application/Model/ModelSlides.php:129
4189
  msgid "Read more"
4190
  msgstr "Leer más"
4191
 
4192
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.php:17
4193
  msgid "Need more?"
4194
  msgstr "¿Necesitas más?"
4195
 
4196
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.php:20
4197
  msgid "Unlock all the pro features by upgrading to Smart Slider 3 Pro."
4198
  msgstr ""
4199
  "Desbloquea todas las características de la versión Pro al actualizarte a "
4200
  "Smart Slider 3 Pro."
4201
 
4202
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:42
4203
  msgid "Changelog"
4204
  msgstr "Registro de cambios"
4205
 
4206
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:57
4207
  msgid "Check for update"
4208
  msgstr "Buscar actualización"
4209
 
4210
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:60
4211
  msgid "Check"
4212
  msgstr "Chequear"
4213
 
4214
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:71
4215
  msgid "Your license is active"
4216
  msgstr "Tu licencia está activa"
4217
 
4218
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:74
4219
  msgid "Deactivate license"
4220
  msgstr "Desactivar licencia"
4221
 
4222
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:82
4223
  msgid "Activate your license"
4224
  msgstr "Activar tu licencia"
4225
 
4226
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.php:18
4227
  msgid "Don’t miss any update"
4228
  msgstr "No te pierdas de ninguna actualización"
4229
 
4230
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:25
4231
  msgid "Let us know how we're doing"
4232
  msgstr "Danos tu opinión sobre lo que estamos haciendo"
4233
 
4234
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:29
4235
  msgid ""
4236
  "If you are happy with Smart Slider 3 and can take a minute please leave a "
4237
  "review. This will help to spread its popularity and to make this plugin a "
4241
  "favor deja una reseña. Esto ayudará a difundir su popularidad y hacer de "
4242
  "este plugin uno mejor."
4243
 
4244
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:59
4245
  msgid "Rate your experience"
4246
  msgstr "Califica tu experiencia"
4247
 
4248
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:60
4249
  msgid "Hated it"
4250
  msgstr "Lo odié"
4251
 
4252
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:61
4253
  msgid "Disliked it"
4254
  msgstr "Me desagradó"
4255
 
4256
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:62
4257
  msgid "It was ok"
4258
  msgstr "Estaba bien"
4259
 
4260
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:63
4261
  msgid "Liked it"
4262
  msgstr "Me gustó"
4263
 
4264
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:64
4265
  msgid "Loved it"
4266
  msgstr "Me encantó"
4267
 
4268
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:18
4269
  msgid "Why upgrade to Smart Slider 3 Pro?"
4270
  msgstr "¿Por qué actualizarse a Smart Slider 3 Pro?"
4271
 
4272
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:25
4273
  msgid "180+ slider templates"
4274
  msgstr "Más de 180 plantillas de sliders"
4275
 
4276
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:29
4277
  msgid "14 new layers"
4278
  msgstr "14 nuevas capas"
4279
 
4280
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:33
4281
  msgid "New animations & effects"
4282
  msgstr "Nuevas animaciones y efectos"
4283
 
4284
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:39
4285
  msgid "Full slide library access"
4286
  msgstr "Acceso completo a la Biblioteca de Slides"
4287
 
4288
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:43
4289
  msgid "Extra advanced options"
4290
  msgstr "Opciones extra avanzadas"
4291
 
4292
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:47
4293
  msgid "Lifetime update & support"
4294
  msgstr "Soporte y actualizaciones de por vida"
4295
 
4306
  msgid "Import"
4307
  msgstr "Importar"
4308
 
4309
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:64
4310
  msgid "Layers"
4311
  msgstr "Capas"
4312
 
4313
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:72
4314
  msgid "Library"
4315
  msgstr "Biblioteca"
4316
 
4317
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:129
4318
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:62
4319
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:151
4320
  msgid "Absolute"
4333
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:41
4334
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:45
4335
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:49
4336
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:333
4337
  msgid "Inner align"
4338
  msgstr "Alineación Interna"
4339
 
4350
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:48
4351
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:232
4352
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:238
4353
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:334
4354
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:340
4355
  msgid "Vertical align"
4356
  msgstr "Alineación vertical"
4357
 
4363
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:66
4364
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:93
4365
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:83
4366
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:113
4367
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:55
4368
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:165
4369
  #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:178
4370
  #: SmartSlider3/Renderable/Item/Image/ItemImage.php:143
4374
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:227
4375
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:123
4376
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:144
4377
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:288
4378
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:171
4379
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:146
4380
  msgid "Target window"
4644
  msgstr "Hace que la fila rellene todo el espacio vertical disponible"
4645
 
4646
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:60
4647
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:96
4648
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:35
4649
  #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:67
4650
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:109
4651
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:78
4652
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:173
4653
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:176
4654
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:171
 
4655
  #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:268
4656
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:272
4657
  #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:50
4658
  msgid "Description"
4659
  msgstr "Descripción"
4663
  msgstr "Imagen de lightbox personalizada"
4664
 
4665
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:112
4666
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:72
4667
  #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:56
4668
  #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:56
4669
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:73
4680
 
4681
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:130
4682
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:135
4683
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:105
4684
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:47
4685
  msgid "Thumbnail type"
4686
  msgstr "Tipo de miniatura"
4687
 
4688
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:133
4689
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:108
4690
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:50
4691
+ #: SmartSlider3/Form/Element/BackgroundImage.php:30
4692
+ #: SmartSlider3Pro/Renderable/Item/Video/Assets/video.js:22
4693
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:36
4694
+ msgid "Video"
4695
+ msgstr "Video"
4696
+
4697
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:136
4698
  msgid ""
4699
  "If you have a video on your slide, you can put a play icon on the thumbnail "
5095
  msgid "Scale down"
5096
  msgstr "Reducir tamaño"
5097
 
5098
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:22
5099
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php:40
5100
  msgid "Edit"
5101
  msgstr "Editar"
5102
 
5103
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:38
5104
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:46
5105
  #: SmartSlider3/Application/Model/ModelSlides.php:77
5106
  msgid "Static overlay"
5107
  msgstr "Superposición estática"
5108
 
5109
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:68
5110
  msgid "First slide"
5111
  msgstr "Primer slide"
5112
 
5113
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:76
5114
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:74
5115
  msgid "Unpublished"
5116
  msgstr "Sin publicar"
5138
  msgid "Select unpublished"
5139
  msgstr "Seleccionar despublicados"
5140
 
5141
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:26
5142
  msgid "Blank"
5143
  msgstr "Vacío"
5144
 
5145
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:36
5146
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:175
5147
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:121
5148
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:159
5149
  msgid "Post"
5150
  msgstr "Artículo"
5151
 
5152
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:53
5153
  msgid "Dynamic slides"
5154
  msgstr "Slides Dinámicos"
5155
 
5156
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:92
5157
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:21
5158
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:27
5159
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:63
5160
  #: SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEdit.php:99
5161
  #: SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEditAddSlide.php:65
5162
  msgid "Add slide"
5163
  msgstr "Agregar slide"
5164
 
5165
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:105
5166
  msgid "Block must contain only one slide. Need more?"
5167
  msgstr "El bloque debe contener solo un slide. ¿Necesitas más?"
5168
 
5169
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:108
5170
  msgid "Convert to slider"
5171
  msgstr "Convertir a slider"
5172
 
5173
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:136
5174
  msgid "Slide one"
5175
  msgstr "Slide uno"
5176
 
5177
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:143
5178
  msgid "Slide two"
5179
  msgstr "Slide dos"
5180
 
5181
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:150
5182
  msgid "Drop images here"
5183
  msgstr "Suelta tus imágenes aquí"
5184
 
5185
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php:106
5186
  msgid "Edit slider"
5187
  msgstr "Editar slider"
5188
 
5220
  msgid "Export"
5221
  msgstr "Exportar"
5222
 
5223
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/SliderManager.php:32
5224
  msgid "New project"
5225
  msgstr "Nuevo proyecto"
5226
 
5227
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:21
5228
  msgid "Module"
5229
  msgstr "Modulo"
5230
 
5231
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:23
5232
  msgid "Displays the slider in a template module position."
5233
  msgstr "Muestra el slider en una posición de módulo de tu plantilla."
5234
 
5235
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:25
5236
  msgid "Create module"
5237
  msgstr "Crear módulo"
5238
 
5239
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:30
5240
  msgid "Related modules"
5241
  msgstr "Módulos relacionados"
5242
 
5243
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:40
5244
  msgid "Articles"
5245
  msgstr "Artículos"
5246
 
5247
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:42
5248
  msgid "Paste the code into article:"
5249
  msgstr "Pegue el código en el artículo:"
5250
 
5251
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:50
5252
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:48
5253
  msgid "PHP code"
5254
  msgstr "Código PHP"
5255
 
5256
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:52
5257
  msgid "Paste the PHP code into source code:"
5258
  msgstr "Pegue el código PHP en el código fuente:"
5259
 
5260
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:17
5261
  msgid "Shortcode"
5262
  msgstr "Shortcode"
5263
 
5264
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:19
5265
  msgid "Copy and paste this shortcode into your posts or pages:"
5266
  msgstr "Copie y peque este shortcode en los artículos ó las páginas:"
5267
 
5268
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:31
5269
  msgid "Pages and Posts"
5270
  msgstr "Páginas y publicaciones"
5271
 
5272
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:44
5273
  #, php-format
5274
  msgid "Smart Slider 3 has integration with %s."
5275
  msgstr "Smart Slider 3 tiene integración con %s."
5276
 
5277
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:50
5278
  msgid "Paste the PHP code into your theme's file:"
5279
  msgstr "Pega el código PHP en el archivo del tema:"
5280
 
5281
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrash.php:16
5282
  msgid "Trash is empty."
5283
  msgstr "La papelera está vacía."
5284
 
5285
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrashBox.php:38
5286
  #: SmartSlider3/Application/Admin/Sliders/ViewSlidersImport.php:122
5287
  msgid "Restore"
5288
  msgstr "Reestablecer"
5289
 
5290
+ #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.php:38
5291
  msgid "Toggle orientation"
5292
  msgstr "Cambiar orientación"
5293
 
5294
+ #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.php:49
5295
  msgid "Reload preview"
5296
  msgstr "Volver a cargar la vista previa"
5297
 
5298
+ #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.php:56
5299
  msgid "Open preview in full"
5300
  msgstr "Abrir el preview en pantalla completa"
5301
 
5302
+ #: SmartSlider3/Application/Admin/Preview/Template/Index.php:28
5303
  msgid "State"
5304
  msgstr "Estado"
5305
 
5306
+ #: SmartSlider3/Application/Admin/Preview/Template/Index.php:30
5307
  msgid "Reason"
5308
  msgstr "Razón"
5309
 
5409
  "Mantiene el elemento que se ha hecho un clic (como un botón) en foco a menos "
5410
  "que se haga un clic fuera del mismo."
5411
 
5412
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:63
 
 
 
 
5413
  msgid "Load jQuery on frontend"
5414
  msgstr "Cargar JQuery en el frontend"
5415
 
5416
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:65
5417
  msgid "Load GSAP on frontend"
5418
  msgstr "Cargar GSAP en el frontend"
5419
 
5420
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:67
5421
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:87
5422
  msgid "Async"
5423
  msgstr "Asíncrono"
5424
 
5425
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:68
5426
  msgid "Combine"
5427
  msgstr "Combinar"
5428
 
5429
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:69
5430
  msgid "Script attributes"
5431
  msgstr "Atributos del script"
5432
 
5433
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:71
5434
  msgid "Slider's inline JavaScript"
5435
  msgstr "Javascript incluido en el slider"
5436
 
5437
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:73
5438
  msgid "Head"
5439
  msgstr "Encabezado"
5440
 
5441
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:74
5442
  msgid "Into the slider"
5443
  msgstr "Dentro del slider"
5444
 
5445
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:83
5446
  msgid "CSS mode"
5447
  msgstr "Modo CSS"
5448
 
5449
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:85
5450
  msgid "Inline"
5451
  msgstr "En línea"
5452
 
5453
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:86
5454
  msgid "Inline at head"
5455
  msgstr "En línea en el encabezado"
5456
 
5457
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:92
5458
  msgid "Load Font Awesome 4"
5459
  msgstr "Cargar Font Awesome 4"
5460
 
5461
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:95
5462
  msgid "API requests"
5463
  msgstr "Solicitudes de la API"
5464
 
5465
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:99
5466
  #, php-format
5467
  msgctxt "Curl"
5468
  msgid "Use %s"
5469
  msgstr "Usar %s"
5470
 
5471
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:101
5472
  #, php-format
5473
  msgctxt "curl proxy"
5474
  msgid "Clean %s"
5704
  msgid "Slider duplicated."
5705
  msgstr "Slider duplicado."
5706
 
5707
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:35
5708
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:43
5709
  msgid "Slider settings"
5710
  msgstr "Opciones del slider"
5711
 
5712
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:47
5713
  msgid "Delete slider"
5714
  msgstr "Eliminar slider"
5715
 
5716
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:75
5717
  msgid "Edit slide"
5718
  msgstr "Editar slide"
5719
 
5720
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:86
5721
  msgid "Delete slide"
5722
  msgstr "Eliminar slide"
5723
 
5724
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:88
5725
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:96
5726
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:48
5727
  #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:65
5732
  #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:41
5733
  #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:120
5734
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:66
5735
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:68
5736
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:53
5737
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:48
5738
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:58
5740
  msgid "Ordering"
5741
  msgstr "Ordenamiento"
5742
 
5743
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:43
5744
  msgid "Video url"
5745
  msgstr "URL del video"
5746
 
5802
  msgid "The imported file is not readable!"
5803
  msgstr "¡No se puede leer el archivo importado!"
5804
 
5805
+ #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.php:24
5806
+ #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php:26
5807
  msgid "Go to dashboard"
5808
  msgstr "Ir al panel de control"
5809
 
5810
+ #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php:12
5811
  msgid "Welcome to Smart Slider 3"
5812
  msgstr "Bienvenido a Smart Slider 3"
5813
 
5814
+ #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php:23
5815
  msgid "Don't show again"
5816
  msgstr "No mostrarlo de nuevo"
5817
 
5951
  msgid "Failed to create slides."
5952
  msgstr "Fallo al crear slides."
5953
 
5954
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:178
5955
  msgid "Static save"
5956
  msgstr "Guardar estático"
5957
 
5958
+ #: SmartSlider3/Application/Admin/Update/ControllerUpdate.php:19
5959
+ msgid "index.php?option=com_installer&view=update"
5960
+ msgstr ""
5961
+
5962
  #: SmartSlider3/Application/Model/ModelGenerator.php:396
5963
  msgid "Generator settings"
5964
  msgstr "Configuración del generador"
5983
  msgid "Smart Slider 3 deactivated on this site!"
5984
  msgstr "¡Smart Slider 3 desactivado en este sitio!"
5985
 
5986
+ #: SmartSlider3/Application/Model/ModelSliders.php:239
5987
+ #: SmartSlider3/Application/Model/ModelSliders.php:277
5988
+ #: SmartSlider3/Application/Model/ModelSliders.php:292
5989
  msgid "New slider"
5990
  msgstr "Nuevo Slider"
5991
 
5992
+ #: SmartSlider3/Application/Model/ModelSliders.php:320
5993
  msgid "Alias removed"
5994
  msgstr "Alias removido"
5995
 
5996
+ #: SmartSlider3/Application/Model/ModelSliders.php:323
5997
  msgid "Alias must contain one or more letters"
5998
  msgstr "El alias debe contener una o más letras"
5999
 
6000
+ #: SmartSlider3/Application/Model/ModelSliders.php:326
6001
  #, php-format
6002
  msgid "Alias updated to: %s"
6003
  msgstr "Alias actualizado a: %s"
6004
 
6005
+ #: SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/Index.php:14
6006
  #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:45
6007
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:136
6008
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:140
6061
  "Esta plantilla usa una versión desactualizada de la librería MooTools que no "
6062
  "es compatible."
6063
 
6064
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:28
6065
  msgid ""
6066
  "This plugin breaks JavaScript in the admin area, deactivate it and use "
6067
  "alternative plugin."
6069
  "Este plugin corrompe el javascript en el área administrativa, desactívalo o "
6070
  "utiliza un plugin alternativo."
6071
 
6072
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:44
6073
  msgid ""
6074
  "This plugin breaks Smart Slider 3 ajax calls if custom admin url enabled."
6075
  msgstr ""
6076
  "Este plugin corrompe las llamadas de ajax del Smart Slider 3 sí se activa la "
6077
  "url administrativa personalizada."
6078
 
6079
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:58
6080
  msgid "This plugin adds a background image to every SVG and breaks SSL."
6081
  msgstr ""
6082
  "Este plugin agrega una imagen de fondo para cada SVG y rompe la estructura "
6083
  "de SSL."
6084
 
6085
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:69
6086
  msgid "This plugin has a JavaScript error which might break Smart Slider."
6087
  msgstr ""
6088
  "Este plugin contiene un error de Javascript que puede corromper Smar Slider."
6089
 
6090
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:81
6091
+ #, php-format
6092
+ msgid ""
6093
+ "This plugin breaks the filtering options of the dynamic slide generators "
6094
+ "when %1$s is set to %2$s. Also it has not received any updates since "
6095
+ "WordPress 3.9."
6096
+ msgstr ""
6097
+
6098
  #: SmartSlider3/Form/Element/Columns.php:29
6099
  msgid "Add column"
6100
  msgstr "Agregar columna"
6142
  msgid "%1$s generator missing the following source: %2$s"
6143
  msgstr "falta el generador %1$s del siguiente código fuente: %2$s"
6144
 
6145
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentCategories.php:43
6146
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Elements/CobaltCategories.php:37
6147
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsCategories.php:39
6148
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsLocations.php:39
6149
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogCategories.php:33
6150
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussCategories.php:33
6151
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategories.php:33
6152
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingCategories.php:27
6153
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentCategories.php:43
6154
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopBrands.php:30
6155
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopCategories.php:30
6156
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Elements/IgnitegalleryCategories.php:36
6157
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionCategories.php:33
6158
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartCategories.php:36
6159
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCategories.php:32
6160
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketCategories.php:33
6161
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialCategories.php:29
6162
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroupcategories.php:29
6163
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingCategories.php:41
6164
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsCategories.php:39
6165
+ #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Categories.php:32
6166
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopCategories.php:47
6167
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryCategories.php:33
6168
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopCategories.php:35
6169
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproCategories.php:37
6170
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartCategories.php:37
6171
+ msgid "menu.treerecurse"
6172
+ msgstr ""
6173
+
6174
  #: SmartSlider3/Generator/Joomla/JoomlaContent/GeneratorGroupJoomlaContent.php:14
6175
  msgid "Joomla articles"
6176
  msgstr "Artículos de Joomla"
6203
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:38
6204
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:65
6205
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:38
6206
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:40
6207
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:65
6208
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:34
6209
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:30
6210
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:34
6255
  #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:58
6256
  #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:41
6257
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:41
6258
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:49
6259
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:67
6260
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:46
6261
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:56
6262
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:56
6272
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:64
6273
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:58
6274
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:50
6275
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:50
6276
  msgid "User ID"
6277
  msgstr "ID del usuario"
6278
 
6285
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:44
6286
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:51
6287
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:52
6288
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:51
6289
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:45
6290
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:39
6291
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:58
6309
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:54
6310
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:51
6311
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:49
6312
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:56
6313
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:62
6314
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:76
6315
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:77
6322
  #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:70
6323
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:54
6324
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:51
6325
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:56
6326
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:62
6327
  msgid "m-d-Y"
6328
  msgstr "m-d-Y"
6333
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:55
6334
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:52
6335
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:50
6336
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:57
6337
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:63
6338
  msgid "Time format"
6339
  msgstr "Formato de hora"
6370
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:70
6371
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:74
6372
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:57
6373
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:64
6374
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:46
6375
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:88
6376
  #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:77
6381
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:74
6382
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:166
6383
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:169
6384
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:167
6385
  #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:177
6386
  #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:44
6387
  msgid "Title"
6388
  msgstr "Titulo"
6389
 
6390
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:94
6391
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:66
6392
  msgid "User name"
6393
  msgstr "Nombre de usuario"
6394
 
6407
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:59
6408
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:67
6409
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:68
6410
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:69
6411
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:49
6412
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:61
6413
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:89
6441
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:58
6442
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:68
6443
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:63
6444
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:70
6445
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:56
6446
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:59
6447
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:72
6464
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:80
6465
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:69
6466
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:64
6467
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:71
6468
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:57
6469
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:60
6470
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:73
6980
  "Puedes escribir el ID de la página que quieres mostrar en tu generador. %1$s "
6981
  "Escribe un ID por línea."
6982
 
6983
+ #: SmartSlider3/Platform/Joomla/AdministratorComponent.php:62
6984
+ msgid "JERROR_ALERTNOAUTHOR"
6985
+ msgstr ""
6986
+
6987
  #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:73
6988
  #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:75
6989
  #: SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php:144
7011
  msgid "OR"
7012
  msgstr "O"
7013
 
7014
+ #: SmartSlider3/Platform/WordPress/Integration/Gutenberg/Assets/js/block.js:31
7015
+ msgid "Select A Slider"
7016
+ msgstr "Seleccionar un slider"
7017
+
7018
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:78
7019
  msgctxt "Button layer default text"
7020
  msgid "MORE"
7065
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:126
7066
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:145
7067
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:147
7068
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:289
7069
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:291
7070
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:147
7071
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:149
7072
  msgid "Rel"
7081
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:231
7082
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:127
7083
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:148
7084
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:292
7085
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:150
7086
  #, php-format
7087
  msgid ""
7093
  "documento actual y el documento enlazado. Se pueden separar múltiples "
7094
  "atributos rel con un espacio. Ejemplo: nofollow noopener noreferrer"
7095
 
7096
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:173
7097
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:174
7098
+ #: SmartSlider3Pro/Renderable/Item/Icon/Assets/icon2.js:20
7099
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:31
7100
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:93
7101
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:212
7102
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:231
7103
+ msgid "Icon"
7104
+ msgstr "Icono"
7105
+
7106
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:197
7107
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:121
7108
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:164
7124
  msgstr "Capa de encabezado"
7125
 
7126
  #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:193
7127
+ #: SmartSlider3Pro/SplitText/Block/SplitTextManager/Index.php:14
7128
  msgid "Text animation"
7129
  msgstr "Animación del texto"
7130
 
7155
  #: SmartSlider3/Renderable/Item/Image/ItemImage.php:164
7156
  #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:39
7157
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:243
7158
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:226
7159
  msgid "Alt tag"
7160
  msgstr "Etiqueta Alt"
7161
 
7184
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:48
7185
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:61
7186
  #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:64
7187
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:72
7188
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:53
7189
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:41
7190
  msgctxt "Layer group"
7356
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:228
7357
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:136
7358
  #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:71
7359
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:295
7360
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:137
7361
  #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:204
7362
  msgid "Display"
7522
  #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:161
7523
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:174
7524
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:394
7525
+ #: SmartSlider3Pro/PostBackgroundAnimation/Block/PostBackgroundAnimationManager/Index.php:15
7526
  msgid "Ken Burns effect"
7527
  msgstr "Efecto Ken Burns"
7528
 
8558
  msgid "Space around"
8559
  msgstr "Espacio alrededor"
8560
 
8561
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:91
8562
+ #: SmartSlider3Pro/Renderable/Item/Caption/Assets/caption.js:20
8563
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:54
8564
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:101
8565
+ msgid "Caption"
8566
+ msgstr "Leyenda"
8567
+
8568
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:133
8569
  msgid ""
8570
  "The height (horizontal orientation) or width (vertical orientation) of the "
8634
  "La altura (orientación horizontal) o el ancho (orientación vertical) del "
8635
  "contenedor de la miniatura de la imagen en px o en %."
8636
 
8637
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:54
8638
+ #, javascript-format
8639
+ msgid "Switches %s slide(s)."
8640
+ msgstr "Cambia slide/s %s."
8641
+
8642
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:57
8643
+ #, javascript-format
8644
+ msgid "Loops %s and stops before starting slide."
8645
+ msgstr "Hace un bucle %s y se detiene antes del slide de inicio."
8646
+
8647
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:59
8648
+ #, javascript-format
8649
+ msgid "Loops %s and returns to starting slide."
8650
+ msgstr "Hace un bucle %s y regresa el slide del inicio."
8651
+
8652
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:62
8653
+ #, javascript-format
8654
+ msgid "Switches to the %s. slide."
8655
+ msgstr "Cambiar al %s slide."
8656
+
8657
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:136
8658
+ msgid "Top and bottom"
8659
+ msgstr "Arriba y abajo"
8660
+
8661
  #: SmartSlider3Pro/Application/Admin/Slider/License/ControllerAjaxLicense.php:26
8662
  msgid "License key cannot be empty!"
8663
  msgstr "¡La clave de licencia no puede estar en blanco!"
8718
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:48
8719
  #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:187
8720
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:236
8721
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:183
8722
  #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:54
8723
  msgid "Type"
8724
  msgstr "Tipo"
9353
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/GeneratorGroupJreviews.php:23
9354
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:26
9355
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:21
9356
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:31
9357
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/GeneratorGroupMijoshop.php:21
9358
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:25
9359
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/GeneratorGroupPhocagallery.php:21
9377
  #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/GeneratorGroupDjclassifieds.php:31
9378
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:21
9379
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:29
9380
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:31
9381
  #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:127
9382
  msgid "Items"
9383
  msgstr "Items"
9437
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:60
9438
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:45
9439
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:50
9440
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:52
9441
  msgid "Menu item (item ID)"
9442
  msgstr "Ítem del menú (item ID)"
9443
 
9839
  msgstr "Marca"
9840
 
9841
  #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:39
9842
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:43
9843
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:33
9844
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:48
9845
  #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:45
9846
  #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:33
9847
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:34
9848
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:252
9849
  msgid "Tag"
9850
  msgstr "Etiqueta"
9851
 
9882
  "Escribe los ID's de productos que quieres mostrar aquí, en el orden que "
9883
  "quieres que aparezcan en el generador. Un ID de producto por línea."
9884
 
9885
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:139
9886
+ msgid "index.php?option=com_jauction&controller=catalog&task=show&eid="
9887
+ msgstr ""
9888
+
9889
  #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:109
9890
  msgid "Available by date"
9891
  msgstr "Disponible por fecha"
9952
  msgid "Approved"
9953
  msgstr "Aprovado"
9954
 
9955
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:143
9956
+ msgid "index.php?option=com_jmarket&controller=catalog&task=show&eid="
9957
+ msgstr ""
9958
+
9959
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:61
9960
  msgid "Show hidden"
9961
  msgstr "Mostrar ocultos"
9962
 
9963
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:212
9964
+ msgid "index.php?option=com_community&view=events&task=viewevent&eventid="
9965
+ msgstr ""
9966
+
9967
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:138
9968
+ msgid "index.php?option=com_community&view=groups&task=viewgroup&groupid="
9969
+ msgstr ""
9970
+
9971
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:139
9972
  msgid "View group"
9973
  msgstr "Ver grupo"
9976
  msgid "Ask down all product images"
9977
  msgstr "Preguntar por todas las imágenes de productos"
9978
 
9979
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:240
9980
  msgid "View item"
9981
  msgstr "Ver ítem"
9982
 
10569
  msgid "Class on the selected tag element."
10570
  msgstr "Clase en la etiqueta seleccionada."
10571
 
10572
+ #: SmartSlider3Pro/Renderable/Item/Area/Assets/area.js:23
10573
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:39
10574
+ msgid "Area"
10575
+ msgstr "Área"
10576
+
10577
  #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:207
10578
  msgid "Write custom CSS codes here without selectors."
10579
  msgstr "Escribe los códigos CSS personalizados aquí sin los selectores."
10580
 
10581
+ #: SmartSlider3Pro/Renderable/Item/Audio/Assets/audio.js:20
10582
+ #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:33
10583
+ msgid "Audio"
10584
+ msgstr "Audio"
10585
+
10586
  #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:115
10587
  msgid "MP3 audio"
10588
  msgstr "Audio MP3"
10636
  msgid "Positions the text inside the overlay."
10637
  msgstr "Coloca el texto dentro del overlay."
10638
 
10639
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/Assets/circlecounter.js:20
10640
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:42
10641
+ msgid "Circle counter"
10642
+ msgstr "Contador circular"
10643
+
10644
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:114
10645
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:125
10646
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:191
10647
+ #: SmartSlider3Pro/Renderable/Item/Counter/Assets/counter.js:20
10648
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:40
10649
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:99
10650
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:109
10651
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:146
10652
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:126
10653
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:175
10654
+ msgid "Counter"
10655
+ msgstr "Contador"
10656
+
10657
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:126
10658
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:110
10659
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:127
10808
  msgid "Loop delay"
10809
  msgstr "Retardo del bucle"
10810
 
10811
+ #: SmartSlider3Pro/Renderable/Item/Html/Assets/html.js:20
10812
+ #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:28
10813
+ msgid "HTML"
10814
+ msgstr "HTML"
10815
+
10816
  #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:62
10817
  msgid ""
10818
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
10951
  msgid "Upper-roman"
10952
  msgstr "Superior-romano"
10953
 
10954
+ #: SmartSlider3Pro/Renderable/Item/Icon/Assets/icon2.js:36
10955
+ msgid "Icon not found"
10956
+ msgstr "Ícono no encontrado"
10957
+
10958
+ #: SmartSlider3Pro/Renderable/Item/Iframe/Assets/iframe.js:23
10959
+ msgid "Iframe"
10960
+ msgstr "Iframe"
10961
+
10962
  #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:32
10963
  msgid "iframe"
10964
  msgstr "iframe"
10990
  msgid "iframe title"
10991
  msgstr "título del iframe"
10992
 
10993
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/Assets/imagearea.js:23
10994
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:37
10995
+ msgid "Image area"
10996
+ msgstr "Área de la imagen"
10997
+
10998
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/Assets/imagebox.js:21
10999
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:64
11000
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:175
11001
+ msgid "Image box"
11002
+ msgstr "Caja de imagen"
11003
+
11004
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:341
11005
  msgid ""
11006
  "Positions the text inside the layer. Only works with left and right layout."
11007
  msgstr ""
11008
  "Posiciona el texto dentro de la capa. Solo funciona con la distribución "
11009
  "izquierda y derecha."
11010
 
11011
+ #: SmartSlider3Pro/Renderable/Item/Input/Assets/input.js:20
11012
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:59
11013
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:83
11014
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:87
11015
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:204
11016
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:208
11017
+ msgid "Input"
11018
+ msgstr "Entrada"
11019
+
11020
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:79
11021
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:212
11022
  msgid "Container"
11068
  msgid "JavaScript"
11069
  msgstr "JavaScript"
11070
 
11071
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/Assets/progressbar.js:20
11072
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:45
11073
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:115
11074
+ msgid "Progress bar"
11075
+ msgstr "Barra de progreso"
11076
+
11077
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:152
11078
  msgid "Over"
11079
  msgstr "Sobre"
11080
 
11081
+ #: SmartSlider3Pro/Renderable/Item/Transition/Assets/transition.js:19
11082
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:33
11083
+ msgid "Transition"
11084
+ msgstr "Transición"
11085
+
11086
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:120
11087
  msgid "Front image"
11088
  msgstr "Imagen del frente"
11115
  msgid "Preload"
11116
  msgstr "Precarga"
11117
 
11118
+ #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/Assets/joomlamodule.js:20
11119
+ #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:26
11120
+ msgid "Joomla module"
11121
+ msgstr "Módulo de Joomla"
11122
+
11123
  #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:52
11124
  msgid ""
11125
  "Please note, that <b>we do not support</b> the Joomla module layer!<br>The "
11450
  "comportamiento, por ejemplo, para permitir al usuario hacer clic en los "
11451
  "botones en los slides visibles."
11452
 
11453
+ #: SmartSlider3Pro/SplitText/Block/SplitTextManager/Sidebar.php:16
11454
  msgid "Save as new animation"
11455
  msgstr "Guardar como animación nueva"
11456
 
11551
  msgid "Bar color"
11552
  msgstr "Color de la barra"
11553
 
11554
+ #~ msgid "Show Joomla admin footer"
11555
+ #~ msgstr "Mostrar el bloque administrativo inferior de Joomla"
11556
+
11557
  #~ msgid "user photos"
11558
  #~ msgstr "fotos de los usuarios"
11559
 
 
 
 
11560
  #~ msgid "Smooth scroll to this element"
11561
  #~ msgstr "Desplazamiento suave hacia este elemento"
11562
 
Nextend/Languages/fi_FI.mo CHANGED
Binary file
Nextend/Languages/fi_FI.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: VERSION\n"
4
- "POT-Creation-Date: 2020-07-22 09:08+0200\n"
5
- "PO-Revision-Date: 2020-07-22 09:08+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fi\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 2.4\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -17,336 +17,527 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: Framework/Asset/Builder/cache\n"
19
 
20
- #: Framework/Image/Admin/Assets/js/editor.js:142
21
- msgid "Generate"
22
- msgstr ""
23
-
24
- #: Framework/Image/Admin/Assets/js/editor.js:148
25
- msgid "Desktop image is empty!"
26
- msgstr ""
27
-
28
- #: Framework/Image/Admin/Assets/js/manager.js:44
29
- msgid "The image is empty"
30
  msgstr ""
31
 
32
- #: Framework/Image/Admin/Assets/js/manager.js:65
33
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:86
34
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:107
35
- msgid "Empty"
36
  msgstr ""
37
 
38
- #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:79
39
- msgid "Slide height probably too high"
40
  msgstr ""
41
 
42
- #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:80
43
- msgid ""
44
- "The height of this slide is much higher than others so it will increase the "
45
- "height of the other slides."
46
  msgstr ""
47
 
48
- #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:84
49
- msgid "Slide height increased"
 
50
  msgstr ""
51
 
52
- #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:89
53
- #, javascript-format
54
- msgid ""
55
- "The height of this slide increased because the following slides are much "
56
- "higher: %s."
57
  msgstr ""
58
 
59
- #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:12
60
- msgid "Drop files here or"
61
  msgstr ""
62
 
63
- #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:12
64
- msgid "Upload"
65
  msgstr ""
66
 
67
- #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:19
68
- msgid "Parent directory"
69
  msgstr ""
70
 
71
- #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:105
72
- msgid "Current path"
 
73
  msgstr ""
74
 
75
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:32
76
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:59
77
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:214
78
- msgid "Preset"
79
- msgstr "Esiasetus"
80
-
81
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:32
82
- msgid ""
83
- "You can use presets to save style settings for later use. Clicking on any "
84
- "preset will load its styling to your current layer, and the previous style "
85
- "settings will be lost."
86
  msgstr ""
87
 
88
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:34
89
- msgid ""
90
- "Layer design options affect every device. If you need to make responsive "
91
- "adjustments, look for the options with the device icon."
92
  msgstr ""
93
 
94
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:41
95
- msgid "Reset style to default"
96
  msgstr ""
97
 
98
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:47
99
- msgid "Save style as new preset"
 
 
 
 
 
 
 
100
  msgstr ""
101
 
102
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:58
103
- msgid "Load style"
 
104
  msgstr ""
105
 
106
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:87
107
- msgid "You have not created any presets for this layer yet."
108
  msgstr ""
109
 
110
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:159
111
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:166
112
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:217
113
- msgid "Save as"
 
 
114
  msgstr ""
115
 
116
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:164
117
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:222
118
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:207
119
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:73
120
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:49
121
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:208
122
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:85
123
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:84
124
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:57
125
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:57
126
- msgid "Name"
127
- msgstr "Nimi"
128
-
129
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:174
130
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:232
131
- msgid "Please fill the name field!"
132
  msgstr ""
133
 
134
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:199
135
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:290
136
- msgid "Preset saved."
137
  msgstr ""
138
 
139
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:268
140
- msgid "Overwrite preset"
141
  msgstr ""
142
 
143
- #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:312
144
- msgid "Preset deleted."
 
 
 
145
  msgstr ""
146
 
147
- #: SmartSlider3/Application/Admin/Assets/js/common/element/folders.js:42
148
- msgid "Choose folder"
149
  msgstr ""
150
 
151
- #: SmartSlider3/Application/Admin/Assets/js/common/element/folders.js:46
152
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:75
153
- msgid "Select"
154
- msgstr "Valitse"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
155
 
156
- #: SmartSlider3/Application/Admin/Assets/js/common/element/image-list.js:135
157
- #: SmartSlider3/Application/Admin/Assets/js/common/element/image-list.js:198
158
- #: SmartSlider3/Application/Admin/Assets/js/element/animationmanagerelement.js:69
159
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:142
160
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:145
161
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:142
162
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:145
163
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/splittextanimationmanagerelement.js:98
164
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php:51
165
- #: SmartSlider3Pro/Form/Element/ParticleSkin.php:31
166
- #: SmartSlider3Pro/Form/Element/Select/ShapeDividerSelect.php:56
167
- msgid "Disabled"
168
- msgstr "Poistettu käytöstä"
 
 
 
 
 
 
169
 
170
- #: SmartSlider3/Application/Admin/Assets/js/common/element/imagemanager.js:32
171
- msgid "Image field can not be empty!"
172
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
173
 
174
- #: SmartSlider3/Application/Admin/Assets/js/common/element/skin.js:56
175
- msgid "Done"
176
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
 
178
- #: SmartSlider3/Application/Admin/Assets/js/common/element/upload.js:39
179
- msgid "No file selected."
180
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
181
 
182
- #: SmartSlider3/Application/Admin/Assets/js/common/form-tip-manager.js:109
183
- msgid "Open docs"
184
  msgstr ""
185
 
186
- #: SmartSlider3/Application/Admin/Assets/js/common/form.js:113
187
- msgid "The changes you made will be lost if you navigate away from this page."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  msgstr ""
189
 
190
- #: SmartSlider3/Application/Admin/Assets/js/common/icons.js:77
191
- msgid "Icons"
192
  msgstr ""
193
 
194
- #: SmartSlider3/Application/Admin/Assets/js/common/icons.js:90
195
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:72
196
- #: SmartSlider3Pro/Generator/Common/Flickr/GeneratorGroupFlickr.php:36
197
- #: SmartSlider3Pro/Generator/Common/YouTube/GeneratorGroupYouTube.php:31
198
- #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:23
199
- #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:32
200
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:110
201
- msgid "Search"
202
- msgstr "Etsi"
203
 
204
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:18
205
- msgid "Are you sure?"
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  msgstr ""
207
 
208
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:22
209
- #: SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonCancel.php:12
210
- msgid "Cancel"
211
- msgstr "Peru"
212
 
213
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:29
214
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:99
215
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:382
216
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:181
217
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:1108
218
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:112
219
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:45
220
- msgid "Delete"
221
- msgstr "Poista"
222
 
223
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalLightbox.js:36
224
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:95
225
- #: SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php:47
226
- msgid "Close"
227
  msgstr ""
228
 
229
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:16
230
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:23
231
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:41
232
- #, fuzzy
233
- #| msgid "Create"
234
- msgid "Create group"
235
- msgstr "Luo"
236
 
237
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:21
238
- #, fuzzy
239
- #| msgid "Product name"
240
- msgid "Group name"
241
- msgstr "Tuotteen nimi"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
 
243
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:49
244
- msgid "Group created"
245
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246
 
247
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/generator-record-viewer.js:52
248
- msgid "Records"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  msgstr ""
250
 
251
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:11
252
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:62
253
- msgid "Keyboard shortcuts"
254
  msgstr ""
255
 
256
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:40
257
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:37
258
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:91
259
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:54
260
- msgid "Got it"
261
  msgstr ""
262
 
263
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:61
264
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php:46
265
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:56
266
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:68
267
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:35
268
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:33
269
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:43
270
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:56
271
- #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:59
272
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:139
273
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:146
274
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:127
275
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:132
276
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:109
277
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:112
278
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:204
279
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:154
280
- #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:113
281
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:159
282
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:204
283
- #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:61
284
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:125
285
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:92
286
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:64
287
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:108
288
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:179
289
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:119
290
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:114
291
- #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:50
292
- msgid "General"
293
- msgstr "Yleinen"
294
-
295
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:62
296
- #, fuzzy
297
- #| msgid "Content"
298
- msgid "Content tab"
299
- msgstr "Sisältö"
300
-
301
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:63
302
- #, fuzzy
303
- #| msgid "Style"
304
- msgid "Style tab"
305
- msgstr "Tyyli"
306
-
307
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:69
308
- #, fuzzy
309
- #| msgid "Animation"
310
- msgid "Animation tab"
311
- msgstr "Animaatio"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
 
313
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:73
314
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:24
315
- msgid "Add Layer"
316
  msgstr ""
317
 
318
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:74
319
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/layerWindow.js:79
320
- msgid "Layer List"
321
- msgstr "Tasolista"
322
 
323
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:78
324
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/layerNavigation.js:50
325
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:50
326
- msgid "Timeline"
327
  msgstr ""
328
 
329
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:82
330
- #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleProject.php:49
331
- #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleShots.php:37
332
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeopleAlbum.php:101
333
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoGallery.php:100
334
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoStream.php:91
335
- #: SmartSlider3Pro/Generator/Common/Pinterest/Sources/PinterestImages.php:65
336
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:188
337
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:111
338
- msgid "View"
339
- msgstr "Näkymä"
340
 
 
 
341
  #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:83
342
  #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:61
343
  #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:111
344
- #: Framework/Font/ModelFont.php:100 Framework/Image/ModelImage.php:35
345
- #: Framework/Image/ModelImage.php:58 Framework/Style/ModelStyle.php:94
346
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:77
347
  #: SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php:38
348
  #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:115
349
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:213
350
  #: SmartSlider3/BackgroundAnimation/ModelBackgroundAnimation.php:41
351
  #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:78
352
  #: SmartSlider3Pro/PostBackgroundAnimation/ModelPostBackgroundAnimation.php:45
@@ -354,386 +545,379 @@ msgstr "Näkymä"
354
  msgid "Preview"
355
  msgstr "Esikatsele"
356
 
357
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:84
358
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:224
359
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:16
360
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:163
361
- #: Framework/Form/Element/Breakpoint.php:71
362
- #: Framework/Form/Element/Breakpoint.php:96 Framework/Image/ModelImage.php:31
363
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:115
364
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:159
365
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:151
366
- #: SmartSlider3/Application/Admin/Preview/Template/Index.phtml:29
367
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:127
368
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:102
369
- msgid "Desktop"
370
- msgstr "Työpöytä"
371
-
372
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:85
373
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:226
374
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:18
375
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:163
376
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:172
377
- #: Framework/Form/Element/Breakpoint.php:61
378
- #: Framework/Form/Element/Breakpoint.php:91 Framework/Image/ModelImage.php:38
379
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:106
380
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:194
381
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:287
382
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:473
383
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:155
384
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:159
385
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:145
386
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:149
387
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:112
388
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:126
389
- msgid "Tablet"
390
- msgstr "Tabletti"
391
 
392
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:86
393
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:228
394
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:20
395
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:161
396
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:162
397
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:181
398
- #: Framework/Form/Element/Breakpoint.php:51
399
- #: Framework/Form/Element/Breakpoint.php:86 Framework/Image/ModelImage.php:40
400
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:112
401
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:97
402
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:229
403
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:302
404
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:523
405
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:156
406
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:167
407
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:157
408
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:161
409
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:97
410
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:150
411
- msgid "Mobile"
412
- msgstr "Mobiili"
413
 
414
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:91
415
- msgid "Adjust"
 
416
  msgstr ""
417
 
418
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:92
419
- msgid "Move (Absolute)"
420
  msgstr ""
421
 
422
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:92
423
- #: SmartSlider3/Widget/Group/Arrow.php:44
424
- msgid "Arrows"
425
- msgstr "Nuolet"
 
 
 
 
 
 
 
 
 
 
426
 
427
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:93
428
- msgid "Align (Absolute)"
 
 
 
 
 
 
 
 
 
429
  msgstr ""
430
 
431
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:93
432
- msgid "Numeric keys"
433
  msgstr ""
434
 
435
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:98
436
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:16
437
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:20
438
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:39
439
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:60
440
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:42
441
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:41
442
- msgid "Action"
443
- msgstr "Toiminta"
444
-
445
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:100
446
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:375
447
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:174
448
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:1101
449
- #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:79
450
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:54
451
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:43
452
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:127
453
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:148
454
- msgid "Duplicate"
455
- msgstr "Kopioi"
456
-
457
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:101
458
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1131
459
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:60
460
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:44
461
- #: SmartSlider3/Application/Model/ModelSliders.php:543
462
- msgid "Copy"
463
- msgstr "Kopioi"
464
-
465
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:102
466
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1140
467
- msgid "Paste"
468
  msgstr ""
469
 
470
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:103
471
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:195
472
- msgid "Undo"
473
  msgstr ""
474
 
475
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:104
476
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:186
477
- msgid "Redo"
478
  msgstr ""
479
 
480
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:105
481
- #: SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSave.php:12
482
- msgid "Save"
483
- msgstr "Tallenna"
484
-
485
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:109
486
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:42
487
- #, fuzzy
488
- #| msgid "Layer animations"
489
- msgid "Play animations"
490
- msgstr "Tasoanimaatiot"
491
-
492
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:114
493
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:86
494
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:89
495
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:106
496
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:109
497
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:272
498
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:171
499
- msgid "Clear device specific settings"
500
  msgstr ""
501
 
502
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:115
503
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:89
504
- msgid "Current layer, current device"
505
  msgstr ""
506
 
507
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:116
508
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:86
509
- msgid "Current layer, all devices"
510
  msgstr ""
511
 
512
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:117
513
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:109
514
- msgid "All layers, current device"
515
  msgstr ""
516
 
517
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:118
518
- #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:106
519
- msgid "All layers, all devices"
520
  msgstr ""
521
 
522
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/safe-html.js:15
523
- msgid "Unexpected response"
 
524
  msgstr ""
525
 
526
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:17
527
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:109
528
- msgid "Scroll to"
529
  msgstr ""
530
 
531
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:18
532
- msgid "Scroll to alias"
 
533
  msgstr ""
534
 
535
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:19
536
- msgid "Go to slide"
537
- msgstr ""
 
 
 
 
 
538
 
539
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:20
540
- msgid "Go to slide ID"
541
- msgstr ""
 
 
 
 
 
 
542
 
543
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:21
544
- msgid "Previous slide"
545
- msgstr ""
 
 
546
 
547
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:22
548
- msgid "Next slide"
549
- msgstr ""
 
550
 
551
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:23
552
- msgid "Slide event"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
553
  msgstr ""
554
 
555
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:118
556
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:155
557
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:197
558
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:265
559
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:354
560
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:36
561
- msgid "Examples"
562
- msgstr "Esimerkit"
 
 
 
 
 
 
 
 
 
 
 
563
 
564
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:119
565
- msgid "Scrolls to the top of the page."
 
 
 
 
 
 
 
 
 
566
  msgstr ""
567
 
568
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:120
569
- msgid "Scrolls to the bottom of the page."
570
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
571
 
572
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:121
573
- msgid ""
574
- "You can use any jQuery selector to scroll to a specific element on the page. "
575
- "Example: \"#pricing\" scrolls to the element with the id of \"pricing\"."
 
 
 
 
 
 
 
576
  msgstr ""
577
 
578
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:151
579
- msgid "Slider alias"
 
580
  msgstr ""
581
 
582
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:156
583
- msgid "Slider alias set at Slider settings > General"
584
  msgstr ""
585
 
586
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:187
587
- msgid "Slide index"
588
- msgstr ""
589
-
590
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:189
591
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:257
592
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:215
593
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:325
594
- msgid "Direction"
595
- msgstr "Suunta"
596
-
597
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:190
598
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:258
599
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderDeveloper.php:93
600
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:164
601
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:77
602
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:196
603
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:42
604
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:76
605
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:82
606
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:82
607
- msgid "Auto"
608
- msgstr "Automaattinen"
609
-
610
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:191
611
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:259
612
- msgid "Backward"
613
- msgstr "Taaksepäin"
614
-
615
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:192
616
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:260
617
- msgid "Forward"
618
- msgstr "Eteenpäin"
619
-
620
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:198
621
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:266
622
- #, javascript-format
623
- msgid "slide index: 2 %s direction: backward"
624
- msgstr ""
625
-
626
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:198
627
- msgid "Switches to the second slide as if the previous arrow was pressed"
628
- msgstr ""
629
-
630
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:199
631
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:267
632
- #, javascript-format
633
- msgid "slide index: 5 %s direction: forward"
634
- msgstr ""
635
-
636
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:199
637
- msgid "Switches to the fifth slide as if the next arrow was pressed"
638
- msgstr ""
639
-
640
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:252
641
- msgid "Slide ID"
642
- msgstr ""
643
-
644
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:266
645
- msgid ""
646
- "Switches to the slide with the #2 ID as if the previous arrow was pressed"
647
- msgstr ""
648
-
649
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:267
650
- msgid "Switches to the slide with the #5 ID as if the next arrow was pressed"
651
- msgstr ""
652
-
653
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:350
654
- msgid "Event name"
655
- msgstr ""
656
-
657
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:355
658
- msgid "An event you use to trigger layer animation(s) with"
659
- msgstr ""
660
-
661
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:16
662
- msgid "Content List - One Per Line"
663
- msgstr ""
664
 
665
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:18
666
- msgid "Choose images"
667
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
668
 
669
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:45
670
- msgid "Titles - One Per Line"
671
  msgstr ""
672
 
673
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:50
674
- msgid "Autoplay duration"
675
- msgstr ""
 
 
 
676
 
677
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:19
678
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:18
679
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:75
680
- msgid "URL"
681
- msgstr ""
 
682
 
683
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:24
684
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:275
685
- msgid "Search keyword"
686
- msgstr ""
 
 
687
 
688
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:31
689
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:283
690
- #: SmartSlider3/Generator/WordPress/Posts/GeneratorGroupPosts.php:16
691
- #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookPostsByPage.php:30
692
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/GeneratorGroupMultisitePost.php:29
693
- msgid "Posts"
694
- msgstr "Postaukset"
695
 
696
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:19
697
- msgid "Lightbox"
698
- msgstr ""
699
 
700
- #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:34
701
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:412
702
- #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:15
703
- msgid "Insert"
704
- msgstr "Syötä"
705
 
706
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:26
707
- msgid "Oops, Something Went Wrong"
708
- msgstr ""
709
 
710
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:50
711
- msgid "Success"
712
- msgstr ""
713
 
714
- #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:56
715
- #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:413
716
- msgid "Notice"
717
- msgstr ""
718
 
719
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:33
720
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:68
721
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:124
722
- msgid "Select image"
723
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
724
 
725
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:35
726
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:70
727
- msgid "Use Joomla selector"
728
- msgstr ""
729
 
730
- #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:126
731
- msgid "Use default selector"
732
- msgstr ""
733
 
734
- #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:145
735
  #: Framework/Form/Element/OnOff.php:22
736
  #: Framework/Form/Element/Select/Gradient.php:15
 
737
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:117
738
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:124
739
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAutoplay.php:96
@@ -747,88 +931,211 @@ msgstr ""
747
  msgid "Off"
748
  msgstr "Pois"
749
 
750
- #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:146
751
  #: Framework/Form/Element/OnOff.php:22
 
752
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:308
753
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:166
754
  msgid "On"
755
  msgstr "On"
756
 
757
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/abstract/core.js:132
758
- msgid "Deleted."
 
 
759
  msgstr ""
760
 
761
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:101
762
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/setsandmore.js:91
763
- #: SmartSlider3Pro/SplitText/Admin/Assets/js/manager.js:71
764
- msgid "Static"
765
- msgstr "Staattinen"
 
 
 
766
 
767
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:224
768
- msgid "Save as New"
769
  msgstr ""
770
 
771
- #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:235
772
- msgid "Saved."
773
- msgstr ""
 
 
 
 
 
774
 
775
- #: SmartSlider3/Application/Admin/Assets/js/element/animationmanagerelement.js:71
776
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:140
777
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/splittextanimationmanagerelement.js:100
778
- msgid "Enabled"
779
- msgstr "Käytössä"
780
 
781
- #: SmartSlider3/Application/Admin/Assets/js/element/columns-element.js:110
782
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:70
783
- msgid "Column"
784
- msgstr "Kolumni"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
785
 
786
- #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:141
787
- msgid "There is no layer available to be parent of the current layer!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
788
  msgstr ""
789
 
790
- #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:151
791
- msgid "Pick the parent layer!"
792
- msgstr "Valitse pää taso!"
 
793
 
794
- #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:170
795
- msgid "Pick the align point of the parent layer!"
796
- msgstr "Valitse päätason kohdistuskohta!"
797
 
798
- #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:193
799
- msgid "Pick the align point of the child layer!"
800
- msgstr "Valitse alatason kohdistuspaikka!"
 
801
 
802
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:71
803
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:327
804
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:104
805
- #: SmartSlider3/Form/Element/Group/WidgetPosition.php:24
806
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:204
807
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:275
808
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:180
809
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:260
810
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:203
811
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:289
812
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:89
813
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:195
814
- msgid "Advanced"
815
  msgstr ""
816
 
817
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:75
818
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:87
819
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:96
820
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:108
821
- #, fuzzy, javascript-format
822
- #| msgid "Outer"
823
- msgid "Outer %s"
824
- msgstr "Uloin"
825
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
826
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:75
827
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:78
828
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:81
829
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:84
830
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:138
831
- #: Framework/Form/Element/Select/LinkTarget.php:16
832
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:176
833
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:468
834
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:472
@@ -841,2240 +1148,1809 @@ msgstr "Uloin"
841
  #: SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php:238
842
  #: SmartSlider3/Form/Element/Group/WidgetPosition.php:106
843
  #: SmartSlider3/Storage.php:979
 
844
  #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:73
845
  #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:199
846
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:217
847
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:234
848
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:295
849
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:332
850
  #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:105
851
  msgid "Top"
852
  msgstr "Ylhäällä"
853
 
854
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:78
855
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:87
856
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:90
857
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:99
858
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:149
859
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:169
860
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:471
861
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:475
862
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:480
863
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:481
864
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:486
865
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:487
866
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:491
867
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:514
868
- #: SmartSlider3/Form/Element/Group/WidgetPosition.php:88
869
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:199
870
- #: SmartSlider3/Storage.php:949
871
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:102
872
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:70
873
- #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:181
874
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:220
875
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:296
876
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:75
877
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:75
878
- msgid "Left"
879
- msgstr "Vasemmalle"
880
 
881
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:81
882
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:102
883
- #: Framework/Form/Element/Select/FillMode.php:19
884
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:150
885
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:241
886
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:109
887
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:242
888
- #: SmartSlider3/Storage.php:710
889
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:103
890
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:71
891
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:71
892
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:235
893
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:333
894
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:307
895
- #: SmartSlider3Pro/SplitText/ModelSplitText.php:67
896
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:76
897
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:76
898
- msgid "Center"
899
- msgstr "Keskelle"
900
-
901
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:84
902
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:93
903
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:96
904
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:105
905
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:151
906
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:469
907
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:473
908
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:482
909
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:483
910
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:484
911
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:485
912
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:489
913
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:512
914
- #: SmartSlider3/Form/Element/Group/WidgetPosition.php:89
915
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:200
916
- #: SmartSlider3/Storage.php:964
917
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:104
918
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:72
919
- #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:190
920
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:218
921
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:297
922
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:77
923
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:77
924
- msgid "Right"
925
- msgstr "Oikealle"
926
 
927
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:90
928
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:93
929
- msgid "Middle"
930
  msgstr ""
931
 
932
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:99
933
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:102
934
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:105
935
- #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:108
936
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:140
937
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:470
938
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:474
939
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:484
940
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:485
941
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:486
942
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:487
943
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:490
944
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:513
945
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php:242
946
- #: SmartSlider3/Form/Element/Group/WidgetPosition.php:107
947
- #: SmartSlider3/Storage.php:994
948
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:74
949
- #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:208
950
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:219
951
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:236
952
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:298
953
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:334
954
- #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:108
955
- msgid "Bottom"
956
- msgstr "Alhaalla"
957
 
958
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1150
959
- #: Framework/Form/Element/Select/LinkTarget.php:15
960
- msgid "Parent"
961
- msgstr "Vanhempi"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
962
 
963
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1210
964
- msgid "Layer(s)"
965
  msgstr ""
966
 
967
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:225
968
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:17
969
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:159
970
- #: Framework/Form/Element/Breakpoint.php:76
971
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:119
972
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:143
973
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:272
974
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:422
975
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:147
976
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:133
977
- msgid "Large desktop"
978
  msgstr ""
979
 
980
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:227
981
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:19
982
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:168
983
- #: Framework/Form/Element/Breakpoint.php:66
984
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:110
985
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:178
986
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:279
987
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:448
988
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:155
989
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:118
990
- msgid "Large tablet"
991
  msgstr ""
992
 
993
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:229
994
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:21
995
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:177
996
- #: Framework/Form/Element/Breakpoint.php:56
997
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:101
998
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:212
999
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:294
1000
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:498
1001
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:163
1002
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:103
1003
- msgid "Large mobile"
1004
  msgstr ""
1005
 
1006
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:270
1007
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:94
1008
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:252
1009
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:69
1010
- #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:94
1011
- msgid "Hide on"
1012
  msgstr ""
1013
 
1014
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:414
1015
- msgid "Rename"
1016
  msgstr ""
1017
 
1018
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:421
1019
- msgid "Show/Hide in editor"
1020
- msgstr ""
 
 
1021
 
1022
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:573
1023
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:594
1024
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:35
1025
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabGoPro.php:21
1026
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:156
1027
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:346
1028
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:129
1029
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:185
1030
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:195
1031
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:197
1032
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:179
1033
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:134
1034
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:259
1035
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:163
1036
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:130
1037
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:183
1038
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:45
1039
- msgid "Animation"
1040
- msgstr "Animaatio"
1041
 
1042
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/animations.js:106
1043
- msgid "Add animation"
1044
- msgstr "Lisää animaatio"
 
 
1045
 
1046
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/animations.js:116
1047
- msgid "Remove animations"
1048
- msgstr "Poista animaatiot"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1049
 
1050
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/editor/Editor.js:50
1051
- msgid "Layer Animation - Basic"
 
 
 
1052
  msgstr ""
1053
 
1054
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/editor/Editor.js:105
1055
- msgid "Add keyframe"
 
1056
  msgstr ""
1057
 
1058
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/LoopDummy.js:75
1059
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/LoopDummy.js:91
1060
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:49
1061
- msgid "Loop"
1062
- msgstr "Silmukka"
1063
-
1064
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/keyFrame/KeyFrame.js:188
1065
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:357
1066
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:358
1067
- msgid "Special Zero"
1068
  msgstr ""
1069
 
1070
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/keyFrame/KeyFrame.js:188
1071
- msgid "Keyframe"
1072
  msgstr ""
1073
 
1074
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/reveal/editor/Editor.js:41
1075
- msgid "Layer Animation - Reveal"
1076
- msgstr ""
 
 
 
 
 
 
 
 
1077
 
1078
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:170
1079
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/content.js:121
1080
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:362
1081
- msgid "Open/Close"
1082
- msgstr ""
 
 
 
 
1083
 
1084
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/content.js:11
1085
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:505
1086
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabContent.php:18
1087
- msgid "Content"
1088
- msgstr "Sisältö"
 
 
 
 
 
1089
 
1090
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/contentAbstract.js:439
1091
- msgid "Child layers"
1092
- msgstr ""
 
 
 
 
 
 
 
 
1093
 
1094
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/animatedHeading.js:68
1095
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/Assets/animatedHeading.js:20
1096
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:52
1097
- msgid "Animated heading"
1098
- msgstr ""
 
 
 
 
 
 
1099
 
1100
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/highlightedHeading.js:57
1101
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/Assets/highlightedHeading.js:22
1102
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:53
1103
- msgid "Highlighted heading"
1104
- msgstr ""
 
1105
 
1106
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/splittext-admin.js:87
1107
- #, fuzzy
1108
- #| msgid "No animation"
1109
- msgid "Text animation in"
1110
- msgstr "Ei animaatiota"
1111
 
1112
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/splittext-admin.js:100
1113
- #, fuzzy
1114
- #| msgid "No animation"
1115
- msgid "Text animation out"
1116
- msgstr "Ei animaatiota"
 
 
1117
 
1118
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:11
1119
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:194
1120
- msgid "Layer"
1121
- msgstr "Taso"
1122
 
1123
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:14
1124
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:31
1125
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/BlockAddLayer.php:25
1126
- msgid "Row"
1127
- msgstr "Rivi"
1128
 
1129
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:13
1130
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:161
1131
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:662
1132
- #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:678
1133
- #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:56
1134
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:57
1135
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:82
1136
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:329
1137
- msgid "Slide"
1138
- msgstr "Liu-uta"
1139
 
1140
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:176
1141
- msgid "Theme"
1142
  msgstr ""
1143
 
1144
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:256
1145
- #, javascript-format
1146
- msgid "%s or newer required for this feature."
 
1147
  msgstr ""
1148
 
1149
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:294
1150
- msgid "This section requires activated Pro version."
1151
  msgstr ""
1152
 
1153
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:297
1154
  #, javascript-format
1155
- msgid "This block is not available in the free version. %s"
 
 
1156
  msgstr ""
1157
 
1158
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:297
1159
- #: SmartSlider3/Application/Admin/GoPro/ViewGoProIndex.php:24
1160
- #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:37
1161
- #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:51
1162
- #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.phtml:23
1163
- #: SmartSlider3/Platform/WordPress/Admin/AdminHelper.php:96
1164
- msgid "Go Pro"
1165
  msgstr ""
1166
 
1167
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:17
1168
- msgid "Editor settings"
1169
  msgstr ""
1170
 
1171
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:45
1172
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:53
1173
- msgid "Upgrade to Pro"
1174
  msgstr ""
1175
 
1176
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:55
1177
- msgid "Guide settings"
1178
  msgstr ""
1179
 
1180
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:124
1181
- msgid "Smart snap"
 
 
 
 
 
 
 
 
 
1182
  msgstr ""
1183
 
1184
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:131
1185
- msgid "Round to 5px"
1186
- msgstr "Pyöristä 5px"
 
 
1187
 
1188
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:143
1189
- msgid "Ruler"
1190
- msgstr "Viivain"
1191
 
1192
- #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:147
1193
- #, fuzzy
1194
- #| msgid "Clear cache"
1195
- msgid "Clear guides"
1196
- msgstr "Pyyhi välimuisti"
1197
 
1198
- #: SmartSlider3/Application/Admin/Assets/js/license.js:101
1199
- #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:14
1200
- #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.phtml:13
1201
- msgid "Activate Smart Slider 3 Pro"
1202
  msgstr ""
1203
 
1204
- #: SmartSlider3/Application/Admin/Assets/js/license.js:107
1205
- #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:15
1206
- msgid "Activation is required to unlock all features!"
1207
  msgstr ""
1208
 
1209
- #: SmartSlider3/Application/Admin/Assets/js/license.js:108
1210
- #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:15
1211
- #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.phtml:16
1212
- msgid ""
1213
- "Register Smart Slider 3 Pro on this domain to enable auto update, slider "
1214
- "templates and slide library."
1215
  msgstr ""
1216
 
1217
- #: SmartSlider3/Application/Admin/Assets/js/license.js:113
1218
- msgid "Skip"
1219
- msgstr "Ohita"
 
 
 
 
 
 
 
 
 
1220
 
1221
- #: SmartSlider3/Application/Admin/Assets/js/license.js:124
1222
- #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:17
1223
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:85
1224
- #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.phtml:27
1225
- msgid "Activate"
1226
  msgstr ""
1227
 
1228
- #: SmartSlider3/Application/Admin/Assets/js/license.js:156
1229
- msgid ""
1230
- "Activation process is not supported in this browser. Please use Google "
1231
- "Chrome."
1232
  msgstr ""
1233
 
1234
- #: SmartSlider3/Application/Admin/Assets/js/license.js:230
1235
- msgid "Smart Slider 3 activated!"
1236
- msgstr "Smart Slider 3 aktivoitu!"
1237
-
1238
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:164
1239
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:165
1240
- msgid "Laptop"
1241
- msgstr ""
1242
-
1243
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:191
1244
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:199
1245
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:210
1246
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:136
1247
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:134
1248
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:65
1249
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:429
1250
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:455
1251
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:480
1252
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:505
1253
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:530
1254
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:221
1255
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:152
1256
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:154
1257
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:148
1258
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:244
1259
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:149
1260
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:253
1261
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:89
1262
- #: SmartSlider3/Widget/Group/Bullet.php:73
1263
- #: SmartSlider3/Widget/Group/Thumbnail.php:66
1264
- #: SmartSlider3/Widget/Shadow/ShadowImage/ShadowImage.php:36
1265
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:113
1266
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:172
1267
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:175
1268
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:178
1269
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:248
1270
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:82
1271
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:219
1272
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:154
1273
- #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:34
1274
- #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:58
1275
- #: SmartSlider3Pro/Widget/Indicator/IndicatorStripe/IndicatorStripe.php:31
1276
- msgid "Width"
1277
- msgstr "Leveys"
1278
-
1279
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:227
1280
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:235
1281
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:215
1282
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:146
1283
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:139
1284
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:78
1285
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:433
1286
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:459
1287
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:484
1288
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:509
1289
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:534
1290
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:99
1291
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:105
1292
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:228
1293
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:157
1294
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:159
1295
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:153
1296
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:248
1297
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:154
1298
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:257
1299
- #: SmartSlider3/Widget/Group/Bullet.php:84
1300
- #: SmartSlider3/Widget/Group/Thumbnail.php:77
1301
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:125
1302
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:184
1303
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:181
1304
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:184
1305
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:85
1306
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:159
1307
- #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:59
1308
- #: SmartSlider3Pro/Widget/Indicator/IndicatorStripe/IndicatorStripe.php:35
1309
- msgid "Height"
1310
- msgstr "Korkeus"
1311
-
1312
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
1313
- #: Framework/Form/Element/Breakpoint.php:39
1314
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:75
1315
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:194
1316
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:52
1317
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:80
1318
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:80
1319
- msgid "Orientation"
1320
- msgstr "Orientaatio"
1321
-
1322
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
1323
- #: Framework/Form/Element/Breakpoint.php:42
1324
- msgid "Landscape"
1325
- msgstr "Vaakakuva"
1326
-
1327
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
1328
- #: Framework/Form/Element/Breakpoint.php:41
1329
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:230
1330
- msgid "Portrait"
1331
- msgstr "Pystykuva"
1332
-
1333
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:413
1334
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:416
1335
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:418
1336
- #: Framework/Font/ModelFont.php:44
1337
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:52
1338
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:192
1339
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:84
1340
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:216
1341
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:166
1342
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:58
1343
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:59
1344
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:182
1345
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:150
1346
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:88
1347
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:217
1348
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:129
1349
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:132
1350
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:149
1351
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:202
1352
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:204
1353
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:174
1354
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:143
1355
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:101
1356
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:232
1357
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:191
1358
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:92
1359
- #: SmartSlider3Pro/Widget/Indicator/IndicatorPie/IndicatorPie.php:31
1360
- msgid "Size"
1361
- msgstr "Koko"
1362
-
1363
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:413
1364
- #, javascript-format
1365
- msgid "Below %s pixels."
1366
- msgstr ""
1367
-
1368
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:416
1369
- #, javascript-format
1370
- msgid "Above %s pixels."
1371
- msgstr ""
1372
-
1373
- #: SmartSlider3/Application/Admin/Assets/js/preview.js:418
1374
- #, javascript-format
1375
- msgid "Between %s and %s pixels."
1376
- msgstr ""
1377
-
1378
- #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:187
1379
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:171
1380
- #, php-format, javascript-format
1381
- msgid "This slide is hidden on the following devices: %s"
1382
  msgstr ""
1383
 
1384
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:34
1385
- msgid "Data"
1386
  msgstr ""
1387
 
1388
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:333
1389
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:44
1390
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:31
1391
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:29
1392
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:54
1393
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:30
1394
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPostsByIDs.php:18
1395
- #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleProject.php:22
1396
- #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookAlbums.php:21
1397
- #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookPostsByPage.php:23
1398
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeopleAlbum.php:20
1399
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoGallery.php:20
1400
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoStream.php:20
1401
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPhotosSearch.php:20
1402
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:83
1403
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:83
1404
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:82
1405
- #: SmartSlider3Pro/Generator/Common/Json/Sources/JsonInput.php:20
1406
- #: SmartSlider3Pro/Generator/Common/Json/Sources/JsonUrl.php:21
1407
- #: SmartSlider3Pro/Generator/Common/Pinterest/Sources/PinterestImages.php:20
1408
- #: SmartSlider3Pro/Generator/Common/Rss/Sources/RSSFeed.php:22
1409
- #: SmartSlider3Pro/Generator/Common/Text/Sources/TextInput.php:20
1410
- #: SmartSlider3Pro/Generator/Common/Text/Sources/TextText.php:20
1411
- #: SmartSlider3Pro/Generator/Common/Twitter/Sources/TwitterTimeline.php:30
1412
- #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:22
1413
- #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeByPlaylist.php:29
1414
- #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:28
1415
- #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:44
1416
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:37
1417
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:34
1418
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:30
1419
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:26
1420
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:29
1421
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:29
1422
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:29
1423
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:45
1424
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:25
1425
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:46
1426
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:43
1427
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:34
1428
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:30
1429
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProductsbyid.php:25
1430
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:26
1431
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:32
1432
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:100
1433
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:38
1434
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:37
1435
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:32
1436
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:36
1437
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:33
1438
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:33
1439
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:33
1440
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:35
1441
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:35
1442
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:35
1443
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:31
1444
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:27
1445
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:31
1446
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:36
1447
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:44
1448
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:38
1449
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:28
1450
- #: SmartSlider3Pro/Generator/WordPress/BestWebSoft/Sources/BestWebSoftGallery.php:19
1451
- #: SmartSlider3Pro/Generator/WordPress/Custom/Sources/CustomCustom.php:26
1452
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:29
1453
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:27
1454
- #: SmartSlider3Pro/Generator/WordPress/NextgenGallery/Sources/NextgenGalleryGallery.php:23
1455
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:29
1456
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:22
1457
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceCategory.php:22
1458
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:28
1459
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByIds.php:21
1460
- msgid "Filter"
1461
- msgstr "Filtteri"
1462
-
1463
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:334
1464
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:343
1465
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:117
1466
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:467
1467
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:55
1468
- #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:75
1469
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:240
1470
- msgid "No"
1471
- msgstr "Ei"
1472
-
1473
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:335
1474
- msgid "Clean HTML"
1475
- msgstr "Siivoa HTML"
1476
-
1477
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:336
1478
- msgid "Remove HTML"
1479
- msgstr "Poista HTML"
1480
-
1481
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:342
1482
- msgid "Split by Chars"
1483
  msgstr ""
1484
 
1485
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:344
1486
- msgid "Strict"
1487
- msgstr "Strict"
1488
-
1489
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:345
1490
- msgid "Respect words"
1491
- msgstr "Kunnioita sanoja"
1492
-
1493
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:370
1494
- msgid "Find image"
1495
- msgstr "Etsi kuva"
1496
-
1497
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:383
1498
- msgid "Find link"
1499
- msgstr "Etsi linkki"
1500
 
1501
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:396
1502
- msgid "Remove links"
1503
- msgstr "Poista linkit"
 
 
 
 
 
 
 
 
 
 
1504
 
1505
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:401
1506
- msgid "Remove line breaks"
1507
  msgstr ""
1508
 
1509
- #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:409
1510
- msgid "Result"
1511
- msgstr "Tulos"
1512
-
1513
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:16
1514
- msgid "Most important changes in version 3.4"
1515
  msgstr ""
1516
 
1517
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:19
1518
- msgid ""
1519
- "To help you get started with the new version, we've put together the most "
1520
- "important changes."
1521
  msgstr ""
1522
 
1523
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:30
1524
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:261
1525
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:265
1526
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:100
1527
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:39
1528
- #, fuzzy
1529
- #| msgid "Slide background image fill"
1530
- msgid "Slide background"
1531
- msgstr "Dian taustakuvan täyttö"
1532
-
1533
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:33
1534
- msgid ""
1535
- "You can find the Slide Background option in the Layer Window! Click on the "
1536
- "Slide Label at the top of the Canvas to find them."
1537
  msgstr ""
1538
 
1539
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:36
1540
- #, fuzzy
1541
- #| msgid "MP4 video"
1542
- msgid "Watch video"
1543
- msgstr "MP4 video"
1544
-
1545
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:45
1546
- #, fuzzy
1547
- #| msgid "Mouse enter position"
1548
- msgid "Absolute position"
1549
- msgstr "Hiiren saapuminen sijaintiin"
1550
-
1551
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:48
1552
- msgid ""
1553
- "Canvas layers are now called Absolute! In the Add Panel switch to Absolute "
1554
- "before you create the layer."
1555
  msgstr ""
1556
 
1557
- #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:51
1558
- msgid "Read docs"
1559
  msgstr ""
1560
 
1561
- #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:42
1562
- #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:169
1563
- msgid "Change slider type"
1564
- msgstr ""
 
 
 
 
 
1565
 
1566
- #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:47
1567
- msgid ""
1568
- "Changing your slider type is irreversible. After changing your slider type, "
1569
- "<b>you will lose all slider type related settings</b>."
1570
  msgstr ""
1571
 
1572
- #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:51
1573
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:175
1574
- msgid "Slider type"
1575
- msgstr ""
1576
 
1577
- #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:54
1578
- msgid "Convert"
1579
- msgstr ""
 
 
 
 
 
 
1580
 
1581
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:39
1582
- msgid "What do you want to create today?"
 
 
1583
  msgstr ""
1584
 
1585
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:42
1586
- msgid ""
1587
- "Use our powerful visual editor, or simply import one of our existing "
1588
- "template."
1589
- msgstr ""
 
 
1590
 
1591
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:69
1592
- msgid "Create a New Project"
1593
- msgstr ""
 
 
1594
 
1595
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:72
1596
- msgid ""
1597
- "Start a new project from scratch and build exactly what you’ve imagined. You "
1598
- "can easily customize every pixels and create anything with layers."
1599
  msgstr ""
1600
 
1601
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:93
1602
- msgid "Start with a Template"
1603
  msgstr ""
1604
 
1605
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:96
1606
- msgid ""
1607
- "Start with a template and make it your own with the innovative drag and drop "
1608
- "interface. You can choose from hundreds of premade templates."
1609
  msgstr ""
1610
 
1611
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:100
1612
- msgid "or import your own files"
 
 
 
1613
  msgstr ""
1614
 
1615
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:117
1616
- msgid "Create new project"
1617
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1618
 
1619
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:123
1620
  #, fuzzy
1621
- #| msgid "Post types"
1622
- msgid "Project type"
1623
- msgstr "Postaustyypit"
1624
-
1625
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:126
1626
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:73
1627
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:81
1628
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:49
1629
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:53
1630
- #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:183
1631
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:114
1632
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:322
1633
- msgid "Slider"
1634
- msgstr "Slideri"
1635
-
1636
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:130
1637
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:26
1638
- msgid "Block"
1639
- msgstr "Estä"
1640
-
1641
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:162
1642
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:223
1643
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:231
1644
- #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:18
1645
- msgid "Full page"
1646
- msgstr "Koko sivu"
1647
-
1648
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:178
1649
- #: Framework/Style/StyleRenderer.php:92
1650
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:38
1651
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:200
1652
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:154
1653
- msgid "Simple"
1654
- msgstr "Yksinkertainen"
1655
 
1656
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:182
1657
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:30
1658
- msgid "Carousel"
1659
- msgstr "Karuselli"
 
1660
 
1661
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:186
1662
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:30
1663
- msgid "Showcase"
1664
- msgstr "Näyteikkuna"
 
1665
 
1666
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:199
1667
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:231
1668
- msgid "Pro"
1669
  msgstr ""
1670
 
1671
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:202
1672
- #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:47
1673
- #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:34
1674
- #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:57
1675
- msgid "Settings"
1676
- msgstr "Asetukset"
1677
 
1678
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:207
1679
- msgid "My project"
 
 
1680
  msgstr ""
1681
 
1682
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:221
1683
- #: SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoAdmin.php:15
1684
- msgid "Boxed"
 
 
 
 
 
 
 
 
 
 
 
1685
  msgstr ""
1686
 
1687
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:222
1688
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:78
1689
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:151
1690
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:164
1691
- #: SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php:17
1692
- #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:91
1693
- #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:148
1694
- msgid "Full width"
1695
- msgstr "Kokoleveys"
1696
 
1697
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:226
1698
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:376
1699
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:293
1700
- msgid "Layout"
1701
- msgstr "Ulkoasu"
1702
 
1703
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:235
1704
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:47
1705
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:47
1706
- msgid "Slide width"
1707
  msgstr ""
1708
 
1709
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:241
1710
- #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:57
1711
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:57
1712
- msgid "Slide height"
1713
  msgstr ""
1714
 
1715
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:249
1716
- msgid "Create"
1717
- msgstr "Luo"
 
 
 
 
 
 
1718
 
1719
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:375
1720
- msgid "Join The Smart Slider 3 Community"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1721
  msgstr ""
1722
 
1723
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:377
1724
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.phtml:22
1725
- msgid ""
1726
- "Join more than 120,000 subscribers and get access to the latest slider "
1727
- "templates, tips, tutorials and other exclusive contents directly to your "
1728
- "inbox."
1729
  msgstr ""
1730
 
1731
- #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:391
1732
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.phtml:32
1733
- msgid "Subscribe"
1734
  msgstr ""
1735
 
1736
- #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:295
1737
- #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:70
1738
- #, fuzzy
1739
- #| msgid "Whole group"
1740
- msgid "Change group"
1741
- msgstr "Koko ryhmä"
1742
 
1743
- #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:301
1744
- #: SmartSlider3/Application/Admin/ApplicationTypeAdmin.php:55
1745
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:109
1746
- #: SmartSlider3/Application/Model/ModelSlidersXRef.php:147
1747
- #: SmartSlider3/Platform/WordPress/Admin/AdminHelper.php:85
1748
- msgid "Dashboard"
1749
- msgstr "Hallintapaneeli"
1750
 
1751
- #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:308
1752
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/GeneratorGroupEasysocial.php:35
1753
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:29
1754
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:23
1755
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/GeneratorGroupJomsocial.php:35
1756
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:42
1757
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:39
1758
- msgid "Groups"
1759
- msgstr "Ryhmät"
1760
 
1761
- #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:312
1762
- msgid "Set"
1763
- msgstr "aseta"
 
1764
 
1765
- #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:66
1766
- msgid "Up"
 
1767
  msgstr ""
1768
 
1769
- #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:76
1770
- msgid "Insert group"
1771
- msgstr "Syötä ryhmä"
 
1772
 
1773
- #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:93
1774
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.phtml:59
1775
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:134
1776
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:208
1777
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:42
1778
- msgid "Group"
1779
- msgstr "Ryhmä"
1780
 
1781
- #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:86
1782
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:134
1783
- #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:207
1784
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:158
1785
- msgid "Move to trash"
1786
  msgstr ""
1787
 
1788
- #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:29
1789
- msgid "empty the trash"
 
1790
  msgstr ""
1791
 
1792
- #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:118
1793
- msgid "Delete permanently"
1794
  msgstr ""
1795
 
1796
- #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:164
1797
- #, fuzzy
1798
- #| msgid "Delete slider"
1799
- msgid "delete this slider"
1800
- msgstr "Poista diaesitys"
1801
 
1802
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:68
1803
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:61
1804
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:47
1805
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:199
1806
- msgid "Publish"
1807
- msgstr "Julkaise"
1808
 
1809
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:75
1810
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:48
1811
- msgid "Unpublish"
1812
- msgstr "Peruuta julkaisu"
1813
 
1814
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:84
1815
- msgid "Edit generator"
1816
- msgstr "Muokkaa generaattoria"
1817
 
1818
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:93
1819
- msgid "Set as first"
1820
- msgstr "Aseta ensimmäiseksi"
1821
 
1822
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:104
1823
- #, fuzzy
1824
- #| msgid "Delete slider"
1825
- msgid "Convert to slide"
1826
- msgstr "Poista diaesitys"
 
 
 
1827
 
1828
- #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:253
1829
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:494
1830
- msgid "Copy slide to"
1831
  msgstr ""
1832
 
1833
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:270
1834
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:304
1835
- msgid "Add post"
1836
  msgstr ""
1837
 
1838
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:310
1839
- msgid "Please select a Post first!"
 
 
1840
  msgstr ""
1841
 
1842
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:456
1843
- #, fuzzy
1844
- #| msgid "Delete slider"
1845
- msgid "delete these slides"
1846
- msgstr "Poista diaesitys"
1847
 
1848
- #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:456
1849
- #, fuzzy
1850
- #| msgid "Delete slider"
1851
- msgid "delete this slide"
1852
- msgstr "Poista diaesitys"
1853
 
1854
- #: SmartSlider3/Platform/WordPress/Integration/Gutenberg/Assets/js/block.js:31
1855
- msgid "Select A Slider"
1856
  msgstr ""
1857
 
1858
- #: SmartSlider3/Renderable/Item/Button/Assets/button.js:20
1859
- #: Framework/Font/FontRenderer.php:158 Framework/Font/FontRenderer.php:262
1860
- #: Framework/Style/StyleRenderer.php:122 Framework/Style/StyleRenderer.php:201
1861
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:30
1862
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:50
1863
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:141
1864
- #: SmartSlider3/Storage.php:290 SmartSlider3/Widget/Group/Autoplay.php:49
1865
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:91
1866
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:95
1867
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:157
1868
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:216
1869
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:220
1870
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:184
1871
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:263
1872
- msgid "Button"
1873
- msgstr "Nappi"
1874
 
1875
- #: SmartSlider3/Renderable/Item/Heading/Assets/heading.js:20
1876
- #: Framework/Font/FontRenderer.php:139 Framework/Style/StyleRenderer.php:141
1877
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:27
1878
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:53
1879
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:148
1880
- #: SmartSlider3/Storage.php:65
1881
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:302
1882
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:306
1883
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:99
1884
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:245
1885
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:260
1886
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:203
1887
- msgid "Heading"
1888
- msgstr "Otsikko"
1889
 
1890
- #: SmartSlider3/Renderable/Item/Image/Assets/image.js:20
1891
- #: Framework/Image/ModelImage.php:55
1892
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:29
1893
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:19
1894
- #: SmartSlider3/Form/Element/BackgroundImage.php:29
1895
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:43
1896
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:129
1897
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:189
1898
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:253
1899
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:262
1900
- #: SmartSlider3/Widget/Group/Bullet.php:64
1901
- #: SmartSlider3/Widget/Group/Thumbnail.php:63
1902
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:161
1903
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:110
1904
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:209
1905
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:214
1906
- msgid "Image"
1907
- msgstr "Kuva"
1908
 
1909
- #: SmartSlider3/Renderable/Item/Text/Assets/text.js:20
1910
- #: Framework/Font/FontRenderer.php:103 Framework/Font/FontRenderer.php:105
1911
- #: Framework/Font/FontRenderer.php:117 Framework/Font/FontRenderer.php:119
1912
- #: Framework/Font/FontRenderer.php:133 Framework/Font/FontRenderer.php:152
1913
- #: Framework/Font/FontRenderer.php:187 Framework/Font/FontRenderer.php:205
1914
- #: Framework/Font/FontRenderer.php:221 Framework/Font/FontRenderer.php:237
1915
- #: Framework/Font/FontRenderer.php:255 Framework/Style/StyleRenderer.php:80
1916
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:28
1917
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:148
1918
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:53
1919
- #: SmartSlider3/Renderable/Item/Text/ItemText.php:134
1920
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:244
1921
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:149
1922
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:142
1923
- #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:64
1924
- #: SmartSlider3Pro/Widget/Arrow/ArrowText/ArrowText.php:51
1925
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:58
1926
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:58
1927
- msgid "Text"
1928
- msgstr "Teksti"
1929
 
1930
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:54
 
1931
  #, javascript-format
1932
- msgid "Switches %s slide(s)."
1933
  msgstr ""
1934
 
1935
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:57
1936
- #, javascript-format
1937
- msgid "Loops %s and stops before starting slide."
1938
  msgstr ""
1939
 
1940
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:59
 
1941
  #, javascript-format
1942
- msgid "Loops %s and returns to starting slide."
1943
  msgstr ""
1944
 
1945
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:62
1946
- #, javascript-format
1947
- msgid "Switches to the %s. slide."
1948
  msgstr ""
1949
 
1950
- #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:136
1951
- msgid "Top and bottom"
1952
- msgstr "Ylhäällä ja alhaalla"
1953
-
1954
- #: SmartSlider3Pro/Renderable/Item/Area/Assets/area.js:23
1955
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:39
1956
- msgid "Area"
1957
  msgstr ""
1958
 
1959
- #: SmartSlider3Pro/Renderable/Item/Audio/Assets/audio.js:20
1960
- #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:33
1961
- msgid "Audio"
1962
  msgstr ""
1963
 
1964
- #: SmartSlider3Pro/Renderable/Item/Caption/Assets/caption.js:20
1965
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:91
1966
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:54
1967
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:101
1968
- msgid "Caption"
1969
- msgstr "Kuvateksti"
1970
-
1971
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/Assets/circlecounter.js:20
1972
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:42
1973
- msgid "Circle counter"
1974
- msgstr "Pyöreä laskuri"
1975
-
1976
- #: SmartSlider3Pro/Renderable/Item/Counter/Assets/counter.js:20
1977
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:114
1978
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:125
1979
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:191
1980
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:40
1981
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:99
1982
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:109
1983
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:146
1984
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:126
1985
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:175
1986
- msgid "Counter"
1987
- msgstr "Laskuri"
1988
-
1989
- #: SmartSlider3Pro/Renderable/Item/Html/Assets/html.js:20
1990
- #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:28
1991
- msgid "HTML"
1992
  msgstr ""
1993
 
1994
- #: SmartSlider3Pro/Renderable/Item/HtmlList/Assets/list.js:20
1995
- #: Framework/Font/FontRenderer.php:235 SmartSlider3/Storage.php:529
1996
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:56
1997
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:76
1998
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:80
1999
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:160
2000
- msgid "List"
2001
- msgstr "Lista"
2002
 
2003
- #: SmartSlider3Pro/Renderable/Item/Icon/Assets/icon2.js:20
2004
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:173
2005
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:174
2006
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:31
2007
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:93
2008
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:210
2009
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:229
2010
- msgid "Icon"
2011
- msgstr "Ikoni"
2012
 
2013
- #: SmartSlider3Pro/Renderable/Item/Icon/Assets/icon2.js:36
2014
- msgid "Icon not found"
2015
- msgstr "Ikonia ei löydy"
2016
 
2017
- #: SmartSlider3Pro/Renderable/Item/Iframe/Assets/iframe.js:23
2018
- msgid "Iframe"
2019
  msgstr ""
2020
 
2021
- #: SmartSlider3Pro/Renderable/Item/ImageArea/Assets/imagearea.js:23
2022
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:37
2023
- msgid "Image area"
2024
  msgstr ""
2025
 
2026
- #: SmartSlider3Pro/Renderable/Item/ImageBox/Assets/imagebox.js:21
2027
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:63
2028
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:173
2029
- #, fuzzy
2030
- #| msgid "Image mode"
2031
- msgid "Image box"
2032
- msgstr "Kuvatila"
2033
 
2034
- #: SmartSlider3Pro/Renderable/Item/Input/Assets/input.js:20
2035
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:59
2036
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:83
2037
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:87
2038
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:204
2039
- #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:208
2040
- msgid "Input"
2041
- msgstr "Syöttö"
2042
 
2043
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/Assets/progressbar.js:20
2044
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:45
2045
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:115
2046
- msgid "Progress bar"
2047
- msgstr "Edistyspalkki"
2048
 
2049
- #: SmartSlider3Pro/Renderable/Item/Transition/Assets/transition.js:19
2050
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:33
2051
- msgid "Transition"
 
 
 
 
 
 
 
2052
  msgstr ""
2053
 
2054
- #: SmartSlider3Pro/Renderable/Item/Video/Assets/video.js:22
2055
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:133
2056
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:108
2057
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:50
2058
- #: SmartSlider3/Form/Element/BackgroundImage.php:30
2059
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:36
2060
- msgid "Video"
2061
- msgstr "Video"
2062
 
2063
- #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/Assets/joomlamodule.js:20
2064
- #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:26
2065
- msgid "Joomla module"
2066
  msgstr ""
2067
 
2068
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/Assets/Admin/arrow.js:11
2069
- #: Framework/Font/FontRenderer.php:177
2070
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:57
2071
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:92
2072
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:31
2073
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:79
2074
- msgid "Slide title"
2075
  msgstr ""
2076
 
2077
- #: Framework/Api.php:117 Framework/Misc/HttpClient.php:81
2078
- msgid "Debug error"
 
2079
  msgstr ""
2080
 
2081
- #: Framework/Api.php:136 Framework/Misc/HttpClient.php:106
2082
- msgid "CURL disabled in your php.ini configuration. Please enable it!"
 
 
2083
  msgstr ""
2084
 
2085
- #: Framework/Api.php:144 Framework/Misc/HttpClient.php:112
2086
- msgid "Unable to contact with the licensing server, please try again later!"
 
2087
  msgstr ""
2088
 
2089
- #: Framework/Asset/Predefined.php:28
2090
- msgctxt "Default Google font family for admin"
2091
- msgid "Montserrat"
2092
  msgstr ""
2093
 
2094
- #: Framework/Asset/Predefined.php:29
2095
- msgctxt "Default Google font charset for admin"
2096
- msgid "latin"
2097
  msgstr ""
2098
 
2099
- #: Framework/Browse/ControllerAjaxBrowse.php:84
2100
- msgid "You are not allowed to upload!"
2101
- msgstr ""
 
 
2102
 
2103
- #: Framework/Browse/ControllerAjaxBrowse.php:97
2104
- msgid "Folder is missing!"
2105
  msgstr ""
2106
 
2107
- #: Framework/Content/Joomla/JoomlaContent.php:131
2108
- msgid "Menu item"
2109
  msgstr ""
2110
 
2111
- #: Framework/Controller/AbstractController.php:146
2112
- #: Framework/Controller/AjaxController.php:41
2113
- msgid "You are not authorised to view this resource."
 
 
 
 
 
 
 
 
 
 
2114
  msgstr ""
2115
 
2116
- #: Framework/Controller/AbstractController.php:161
2117
- #: Framework/Controller/AjaxController.php:50
2118
- #, php-format
2119
- msgid "Missing parameter: %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2120
  msgstr ""
2121
 
2122
- #: Framework/Controller/AbstractController.php:176
2123
- #: Framework/Controller/AjaxController.php:57
2124
- msgid "Database error"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2125
  msgstr ""
2126
 
2127
- #: Framework/Controller/AbstractController.php:191
2128
- msgid "Security token mismatch"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2129
  msgstr ""
2130
 
2131
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:34
2132
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:96
2133
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:176
2134
- #: Framework/Image/ControllerAjaxImage.php:34
2135
- #: Framework/Image/ControllerAjaxImage.php:73
2136
- #: Framework/Image/ControllerAjaxImage.php:109
2137
- #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:33
2138
- #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:99
2139
- msgid "Unexpected error"
2140
  msgstr ""
2141
 
2142
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:57
2143
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:77
2144
- msgid "Set is not editable"
2145
  msgstr ""
2146
 
2147
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:116
2148
- msgid "Visual do not exists"
2149
  msgstr ""
2150
 
2151
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:136
2152
- #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:156
2153
- #: Framework/Image/ControllerAjaxImage.php:91
2154
- #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:53
2155
- #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:76
2156
- msgid "Not editable"
2157
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2158
 
2159
- #: Framework/Controller/AjaxController.php:32
2160
- msgid "Security token mismatch. Please refresh the page!"
2161
  msgstr ""
2162
 
2163
- #: Framework/Database/WordPress/WordPressConnector.php:105
2164
- msgid "Unexpected database error."
2165
  msgstr ""
2166
 
2167
- #: Framework/Database/WordPress/WordPressConnector.php:107
2168
- msgid "Try to repair database"
2169
- msgstr ""
 
 
2170
 
2171
- #: Framework/Database/WordPress/WordPressConnector.php:109
2172
- #, php-format
2173
- msgid ""
2174
- "If you see this message after the repair database process, please "
2175
- "%1$scontact us%2$s with the log:"
2176
  msgstr ""
2177
 
2178
- #: Framework/Font/Block/FontManager/Index.phtml:14
2179
- msgid "Font manager"
2180
  msgstr ""
2181
 
2182
- #: Framework/Font/FontRenderer.php:131 Framework/Font/FontRenderer.php:134
2183
- #: Framework/Font/FontRenderer.php:153 Framework/Font/FontRenderer.php:189
2184
- #: Framework/Font/FontRenderer.php:206 Framework/Font/FontRenderer.php:239
2185
- #: Framework/Font/FontRenderer.php:257 Framework/Style/StyleRenderer.php:109
2186
- #: Framework/Style/StyleRenderer.php:125 Framework/Style/StyleRenderer.php:144
2187
- #: Framework/Style/StyleRenderer.php:196
2188
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:74
2189
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:108
2190
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:42
2191
- #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:63
2192
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderParticle.php:139
2193
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:171
2194
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:187
2195
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:206
2196
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:258
2197
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:45
2198
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:44
2199
- msgid "Hover"
2200
- msgstr "Leijua"
2201
-
2202
- #: Framework/Font/FontRenderer.php:150 Framework/Font/FontRenderer.php:188
2203
- #: Framework/Font/FontRenderer.php:238
2204
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:58
2205
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:60
2206
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:85
2207
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:87
2208
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:75
2209
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:77
2210
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:112
2211
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:54
2212
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:157
2213
- #: SmartSlider3/Renderable/Item/Button/ItemButton.php:158
2214
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:170
2215
- #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:171
2216
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:134
2217
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:135
2218
- #: SmartSlider3/Renderable/Item/Image/ItemImage.php:181
2219
- #: SmartSlider3/Storage.php:877
2220
- #: SmartSlider3Pro/Form/Element/ParticleSkin.php:18
2221
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:169
2222
- #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:170
2223
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:188
2224
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:189
2225
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:180
2226
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:181
2227
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:218
2228
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:219
2229
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:114
2230
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:115
2231
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:136
2232
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:137
2233
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:276
2234
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:277
2235
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:138
2236
- #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:139
2237
- msgid "Link"
2238
- msgstr "Linkitä"
2239
-
2240
- #: Framework/Font/FontRenderer.php:169
2241
- msgid "Accordion slide title"
2242
  msgstr ""
2243
 
2244
- #: Framework/Font/FontRenderer.php:171
2245
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:72
2246
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:73
2247
- #: Framework/Form/Element/Select/FontWeight.php:13
2248
- #: Framework/Form/Element/Select/FontWeight.php:18
2249
- #: Framework/Style/StyleRenderer.php:94 Framework/Style/StyleRenderer.php:108
2250
- #: Framework/Style/StyleRenderer.php:124 Framework/Style/StyleRenderer.php:143
2251
- #: Framework/Style/StyleRenderer.php:162 Framework/Style/StyleRenderer.php:178
2252
- #: Framework/Style/StyleRenderer.php:194
2253
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:148
2254
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:62
2255
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:149
2256
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:61
2257
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:72
2258
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:173
2259
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:184
2260
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:153
2261
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:186
2262
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:197
2263
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:377
2264
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:411
2265
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:427
2266
- #: SmartSlider3Pro/SplitText/ModelSplitText.php:62
2267
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:156
2268
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:170
2269
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:186
2270
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:205
2271
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:224
2272
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:240
2273
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:256
2274
- msgid "Normal"
2275
- msgstr "Normaali"
2276
-
2277
- #: Framework/Font/FontRenderer.php:172 Framework/Font/FontRenderer.php:222
2278
- #: Framework/Style/StyleRenderer.php:163 Framework/Style/StyleRenderer.php:179
2279
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:353
2280
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:396
2281
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:441
2282
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:477
2283
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:513
2284
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:554
2285
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:596
2286
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:638
2287
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:225
2288
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:241
2289
- msgid "Active"
2290
- msgstr "Aktiivinen"
2291
-
2292
- #: Framework/Font/FontRenderer.php:185
2293
- msgid "Paragraph"
2294
  msgstr ""
2295
 
2296
- #: Framework/Font/FontRenderer.php:219 Framework/Style/StyleRenderer.php:176
2297
- #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:49
2298
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:238
2299
- #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:51
2300
- #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:51
2301
- msgid "Dot"
2302
- msgstr ""
2303
 
2304
- #: Framework/Font/FontRenderer.php:253 Framework/Font/FontRenderer.php:256
2305
- #: Framework/Style/StyleRenderer.php:192 Framework/Style/StyleRenderer.php:195
2306
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:234
2307
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:254
2308
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:257
2309
- msgid "Highlight"
2310
  msgstr ""
2311
 
2312
- #: Framework/Font/FontSettings.php:30
2313
- msgctxt "Default font"
2314
- msgid "Roboto,Arial"
 
2315
  msgstr ""
2316
 
2317
- #: Framework/Font/ModelFont.php:28
2318
- msgid "Font settings"
 
 
2319
  msgstr ""
2320
 
2321
- #: Framework/Font/ModelFont.php:32 Framework/Style/ModelStyle.php:29
2322
- msgid "Clear tab"
2323
- msgstr ""
 
 
2324
 
2325
- #: Framework/Font/ModelFont.php:37
2326
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:48
2327
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:50
2328
- msgid "Family"
2329
- msgstr "Perhe"
2330
 
2331
- #: Framework/Font/ModelFont.php:40
2332
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:170
2333
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:54
2334
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:197
2335
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:304
2336
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:438
2337
- #: SmartSlider3/Form/Element/BackgroundImage.php:31
2338
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:222
2339
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:71
2340
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:105
2341
- #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:53
2342
- #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:83
2343
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderParticle.php:119
2344
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:105
2345
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:164
2346
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:112
2347
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:158
2348
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:137
2349
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:245
2350
- #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:94
2351
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:240
2352
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:138
2353
- #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:40
2354
- #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:54
2355
- #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:43
2356
- #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:57
2357
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:59
2358
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:74
2359
- #: SmartSlider3Pro/Widget/FullScreen/FullScreenImage/FullScreenImage.php:53
2360
- #: SmartSlider3Pro/Widget/FullScreen/FullScreenImage/FullScreenImage.php:76
2361
- msgid "Color"
2362
- msgstr "Väri"
2363
 
2364
- #: Framework/Font/ModelFont.php:46
2365
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:63
2366
- msgid "Font weight"
2367
- msgstr "Fontin paksuus"
 
2368
 
2369
- #: Framework/Font/ModelFont.php:47
2370
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:79
2371
- msgid "Decoration"
2372
- msgstr "Sommittelu"
 
 
 
 
 
 
2373
 
2374
- #: Framework/Font/ModelFont.php:48
2375
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:65
2376
- msgid "Line height"
2377
- msgstr "Riviväli"
2378
 
2379
- #: Framework/Font/ModelFont.php:59
2380
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:77
2381
- #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:68
2382
- msgid "Text align"
2383
- msgstr "Tekstin asettelu"
2384
 
2385
- #: Framework/Font/ModelFont.php:63
2386
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:91
2387
- msgid "Letter spacing"
2388
  msgstr ""
2389
 
2390
- #: Framework/Font/ModelFont.php:74
2391
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:103
2392
- msgid "Word spacing"
2393
  msgstr ""
2394
 
2395
- #: Framework/Font/ModelFont.php:84
2396
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:114
2397
- msgid "Transform"
 
 
 
 
2398
  msgstr ""
2399
 
2400
- #: Framework/Font/ModelFont.php:86 Framework/Form/Element/Mixed/Border.php:39
2401
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:163
2402
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:116
2403
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:190
2404
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:91
2405
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:46
2406
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:105
2407
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:187
2408
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:85
2409
- #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:105
2410
- #: SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php:167
2411
- #: SmartSlider3/Platform/WordPress/Widget/WidgetSmartSlider3.php:126
2412
- #: SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php:44
2413
- #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:131
2414
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:150
2415
- #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:208
2416
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:102
2417
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:101
2418
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:92
2419
- #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:35
2420
- #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:62
2421
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:84
2422
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:51
2423
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:46
2424
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:75
2425
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:64
2426
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:57
2427
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:62
2428
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:70
2429
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:80
2430
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:45
2431
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:76
2432
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:78
2433
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:54
2434
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:55
2435
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:38
2436
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:52
2437
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:118
2438
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:86
2439
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:69
2440
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:51
2441
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:78
2442
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:69
2443
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:56
2444
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:56
2445
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingLabels.php:28
2446
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:63
2447
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:62
2448
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:61
2449
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:51
2450
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:45
2451
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:56
2452
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:84
2453
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:66
2454
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:56
2455
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:38
2456
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:36
2457
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:151
2458
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:137
2459
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:223
2460
- #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:39
2461
- msgid "None"
2462
- msgstr "Ei mitään"
2463
 
2464
- #: Framework/Font/ModelFont.php:87
2465
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:117
2466
- msgid "Capitalize"
2467
  msgstr ""
2468
 
2469
- #: Framework/Font/ModelFont.php:88
2470
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:118
2471
- msgid "Uppercase"
2472
  msgstr ""
2473
 
2474
- #: Framework/Font/ModelFont.php:89
2475
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:119
2476
- msgid "Lowercase"
2477
  msgstr ""
2478
 
2479
- #: Framework/Font/ModelFont.php:93
2480
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:123
2481
- msgid "Text shadow"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2482
  msgstr ""
2483
 
2484
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:55
2485
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:56
2486
- msgid "Frontend"
2487
  msgstr ""
2488
 
2489
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:57
2490
- msgid "You can load Google Fonts on the frontend."
 
 
 
 
2491
  msgstr ""
2492
 
2493
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:59
2494
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:60
2495
- msgid "Backend"
 
 
 
 
 
 
2496
  msgstr ""
2497
 
2498
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:61
2499
- msgid "You can load Google Fonts in the backend."
 
 
2500
  msgstr ""
2501
 
2502
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:64
2503
- #: Framework/Form/Element/Style.php:50
2504
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:161
2505
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:188
2506
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabStyle.php:20
2507
- #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:57
2508
- #: SmartSlider3/Widget/Group/Bullet.php:95
2509
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:149
2510
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:306
2511
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:160
2512
- #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:163
2513
- #: SmartSlider3Pro/Widget/Indicator/IndicatorPie/IndicatorPie.php:47
2514
- msgid "Style"
2515
- msgstr "Tyyli"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2516
 
2517
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:67
2518
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:69
2519
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:71
2520
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:73
2521
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:75
2522
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:77
2523
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:79
2524
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:81
2525
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:83
2526
- msgctxt "Font style"
2527
- msgid "Italic"
2528
  msgstr ""
2529
 
2530
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:86
2531
- msgid "Character set"
 
2532
  msgstr ""
2533
 
2534
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:88
2535
- msgctxt "Character set"
2536
- msgid "Latin"
2537
  msgstr ""
2538
 
2539
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:89
2540
- msgctxt "Character set"
2541
- msgid "Latin Extended"
 
2542
  msgstr ""
2543
 
2544
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:90
2545
- msgctxt "Character set"
2546
- msgid "Greek"
2547
  msgstr ""
2548
 
2549
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:91
2550
- msgctxt "Character set"
2551
- msgid "Greek Extended"
2552
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2553
 
2554
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:92
2555
- msgctxt "Character set"
2556
- msgid "Cyrillic"
2557
- msgstr ""
 
 
 
 
 
2558
 
2559
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:93
2560
- msgctxt "Character set"
2561
- msgid "Devanagari"
2562
- msgstr ""
2563
 
2564
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:94
2565
- msgctxt "Character set"
2566
- msgid "Arabic"
2567
- msgstr ""
2568
 
2569
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:95
2570
- msgctxt "Character set"
2571
- msgid "Khmer"
2572
  msgstr ""
2573
 
2574
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:96
2575
- msgctxt "Character set"
2576
- msgid "Telugu"
2577
- msgstr ""
2578
 
2579
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:97
2580
- msgctxt "Character set"
2581
- msgid "Vietnamese"
2582
- msgstr ""
2583
 
2584
- #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:102
2585
- msgctxt "Default font sets"
2586
- msgid "latin"
2587
- msgstr ""
2588
 
2589
- #: Framework/Form/Element/AbstractChooserText.php:71
2590
- #: Framework/Form/Element/Select/SelectFile.php:36
2591
- #: Framework/Form/Element/Select/Skin.php:27
2592
- #: Framework/Form/Element/Text/Folder.php:37
2593
- #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.phtml:43
2594
- #: SmartSlider3/Application/Admin/Generator/Template/CreateStep3Sources.phtml:23
2595
- msgid "Choose"
2596
- msgstr "Valitse"
2597
 
2598
- #: Framework/Form/Element/Button/ButtonMoreLess.php:13
2599
- #: Framework/Form/Element/Button/ButtonMoreLess.php:19
2600
- msgid "More"
2601
- msgstr ""
2602
 
2603
- #: Framework/Form/Element/Button/ButtonMoreLess.php:20
2604
- msgid "Less"
2605
  msgstr ""
2606
 
2607
- #: Framework/Form/Element/Button/ButtonRecordViewer.php:13
2608
- msgid "View records"
2609
- msgstr "Näytä pöytäkirjat"
2610
 
2611
- #: Framework/Form/Element/Font.php:40
2612
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:169
2613
- #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:176
2614
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:191
2615
- #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:194
2616
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:146
2617
- #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:149
2618
- #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:302
2619
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:175
2620
- #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:179
2621
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:161
2622
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:85
2623
- msgid "Font"
2624
- msgstr "Fontti"
2625
 
2626
- #: Framework/Form/Element/Message/Warning.php:14
2627
- msgid "Warning"
 
 
2628
  msgstr ""
2629
 
2630
- #: Framework/Form/Element/Mixed/Border.php:40
2631
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:166
2632
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:193
2633
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:154
2634
- msgid "Dotted"
2635
- msgstr "Dotted"
 
 
 
2636
 
2637
- #: Framework/Form/Element/Mixed/Border.php:41
2638
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:165
2639
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:192
2640
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:153
2641
- msgid "Dashed"
2642
- msgstr "Dashed"
2643
 
2644
- #: Framework/Form/Element/Mixed/Border.php:42
2645
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:164
2646
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:191
2647
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:152
2648
- msgid "Solid"
2649
- msgstr "Kiinteä"
 
 
 
 
 
2650
 
2651
- #: Framework/Form/Element/Mixed/Border.php:43
2652
- msgid "Double"
2653
- msgstr "Tupla"
 
 
2654
 
2655
- #: Framework/Form/Element/Mixed/Border.php:44
2656
- msgid "Groove"
2657
- msgstr "Ura"
2658
 
2659
- #: Framework/Form/Element/Mixed/Border.php:45
2660
- msgid "Ridge"
2661
- msgstr "Harjanne"
 
2662
 
2663
- #: Framework/Form/Element/Mixed/Border.php:46
2664
- msgid "Inset"
2665
- msgstr "Upote"
 
 
2666
 
2667
- #: Framework/Form/Element/Mixed/Border.php:47
2668
- msgid "Outset"
2669
- msgstr "Uloke"
 
2670
 
2671
- #: Framework/Form/Element/Mixed/GeneratorOrder.php:20
2672
- msgid "Field"
2673
- msgstr "Kenttä"
2674
 
2675
- #: Framework/Form/Element/Mixed/GeneratorOrder.php:22
2676
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:87
2677
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:42
2678
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:101
2679
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:183
2680
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:206
2681
- #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:81
2682
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:98
2683
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:97
2684
- #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:88
2685
- #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:31
2686
- #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:58
2687
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:80
2688
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:47
2689
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:42
2690
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:71
2691
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:60
2692
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:53
2693
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:66
2694
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:76
2695
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:41
2696
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:72
2697
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:74
2698
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:50
2699
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:51
2700
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:34
2701
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:48
2702
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:114
2703
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:82
2704
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:65
2705
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:47
2706
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:74
2707
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:65
2708
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:52
2709
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:52
2710
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:59
2711
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:58
2712
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:57
2713
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:47
2714
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:41
2715
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:52
2716
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:80
2717
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:62
2718
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:52
2719
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:68
2720
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:91
2721
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:34
2722
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:76
2723
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:32
2724
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:41
2725
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:82
2726
- msgid "Order"
2727
- msgstr "Järjestys"
2728
 
2729
- #: Framework/Form/Element/Mixed/GeneratorOrder.php:24
2730
- msgid "Ascending"
2731
- msgstr "Nouseva"
 
 
2732
 
2733
- #: Framework/Form/Element/Mixed/GeneratorOrder.php:25
2734
- msgid "Descending"
2735
- msgstr "Laskeva"
2736
 
2737
- #: Framework/Form/Element/Select.php:49
2738
  msgid ""
2739
- "Hold down the ctrl (Windows) or command (MAC) button to select multiple "
2740
- "options."
2741
  msgstr ""
2742
 
2743
- #: Framework/Form/Element/Select/FillMode.php:15
2744
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:239
2745
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:107
2746
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:240
2747
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:130
2748
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:208
2749
- msgid "Fill"
2750
- msgstr "Täytä"
2751
-
2752
- #: Framework/Form/Element/Select/FillMode.php:16
2753
- msgid "Blur fit"
2754
  msgstr ""
2755
 
2756
- #: Framework/Form/Element/Select/FillMode.php:17
2757
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:240
2758
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:108
2759
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:241
2760
- #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:131
2761
- #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:209
2762
- msgid "Fit"
2763
- msgstr "Sovita"
2764
 
2765
- #: Framework/Form/Element/Select/FillMode.php:18
2766
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:79
2767
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:80
2768
- msgid "Stretch"
2769
- msgstr "Venytä"
2770
 
2771
- #: Framework/Form/Element/Select/FillMode.php:20
2772
- msgid "Tile"
2773
- msgstr "Laatta"
2774
 
2775
- #: Framework/Form/Element/Select/FillMode.php:26
2776
- msgid "Slider's default"
2777
- msgstr "Diaesityksen oletus"
 
 
2778
 
2779
- #: Framework/Form/Element/Select/Filter.php:17
2780
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentAccessLevels.php:28
2781
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentCategories.php:40
2782
- #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentTags.php:21
2783
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsAllTaxonomies.php:23
2784
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsCategories.php:40
2785
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsPostTypes.php:14
2786
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsTags.php:17
2787
- #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsTaxonomies.php:23
2788
- #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPhotosSearch.php:39
2789
- #: SmartSlider3Pro/Generator/Joomla/Cobalt/Elements/CobaltCategories.php:39
2790
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsCategories.php:36
2791
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsLocations.php:36
2792
- #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsTypes.php:15
2793
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogCategories.php:30
2794
- #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogTags.php:19
2795
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussCategories.php:30
2796
- #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussTags.php:19
2797
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Elements/EasysocialCategories.php:34
2798
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:47
2799
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:43
2800
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:49
2801
- #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:58
2802
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategories.php:35
2803
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopManufacturers.php:20
2804
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopTags.php:20
2805
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingCategories.php:29
2806
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingLocations.php:17
2807
- #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:60
2808
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentCategories.php:40
2809
- #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentTags.php:19
2810
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopBrands.php:32
2811
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopCategories.php:32
2812
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopTags.php:18
2813
- #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopWarehouses.php:18
2814
- #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Elements/IgnitegalleryCategories.php:33
2815
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionCategories.php:35
2816
- #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionLanguages.php:21
2817
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartCategories.php:33
2818
- #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartLanguages.php:22
2819
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCalendars.php:17
2820
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCategories.php:34
2821
- #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:72
2822
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketCategories.php:35
2823
- #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketLanguages.php:21
2824
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialCategories.php:31
2825
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialEvents.php:17
2826
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroupcategories.php:31
2827
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroups.php:17
2828
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialProfiles.php:17
2829
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialVideotype.php:17
2830
- #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:46
2831
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingCategories.php:42
2832
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingLabels.php:27
2833
- #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingManufacturers.php:27
2834
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsArticles.php:21
2835
- #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsCategories.php:36
2836
- #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Categories.php:29
2837
- #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Tags.php:18
2838
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopCategories.php:49
2839
- #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopManufacturers.php:18
2840
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryCategories.php:35
2841
- #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryTags.php:18
2842
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopCategories.php:37
2843
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopManufacturers.php:18
2844
- #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopSuppliers.php:18
2845
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproCategories.php:39
2846
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproGroups.php:17
2847
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproLocations.php:17
2848
- #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproTags.php:17
2849
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartCategories.php:34
2850
- #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartManufacturers.php:21
2851
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Elements/ZooCategories.php:24
2852
- #: SmartSlider3Pro/Generator/Joomla/Zoo/Elements/ZooTags.php:17
2853
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Elements/AllInOneEventCalendarCategories.php:34
2854
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Elements/AllInOneEventCalendarTags.php:35
2855
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerCategories.php:34
2856
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerLocations.php:31
2857
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerTags.php:33
2858
- #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Elements/MultisitePostCategories.php:38
2859
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarCategories.php:34
2860
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarOrganizers.php:31
2861
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarTags.php:35
2862
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarVenues.php:31
2863
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Elements/WebdoradoPhotoGalleryGalleries.php:14
2864
- #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Elements/WebdoradoPhotoGalleryTags.php:14
2865
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Elements/WooCommerceTags.php:28
2866
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:63
2867
- msgid "All"
2868
- msgstr "Kaikki"
2869
 
2870
- #: Framework/Form/Element/Select/Filter.php:19
2871
- #, php-format
2872
- msgid "Not %s"
2873
- msgstr ""
2874
 
2875
- #: Framework/Form/Element/Select/FontWeight.php:14
2876
- #: Framework/Form/Element/Select/FontWeight.php:21
2877
- msgid "Bold"
2878
- msgstr "Vahva"
 
 
2879
 
2880
- #: Framework/Form/Element/Select/FontWeight.php:16
2881
- msgid "Extra light"
2882
- msgstr ""
 
2883
 
2884
- #: Framework/Form/Element/Select/FontWeight.php:17
2885
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:77
2886
- msgid "Light"
2887
- msgstr "Vaaela"
2888
 
2889
- #: Framework/Form/Element/Select/FontWeight.php:20
2890
- msgid "Semi bold"
 
2891
  msgstr ""
2892
 
2893
- #: Framework/Form/Element/Select/FontWeight.php:22
2894
- msgid "Extra bold"
2895
- msgstr ""
 
 
 
2896
 
2897
- #: Framework/Form/Element/Select/LinkTarget.php:13
2898
- msgid "Self"
2899
  msgstr ""
2900
 
2901
- #: Framework/Form/Element/Select/LinkTarget.php:14
2902
- msgid "New"
 
2903
  msgstr ""
2904
 
2905
- #: Framework/Form/Element/Text/FieldImageResponsive.php:27
2906
- msgid "Select images for devices"
2907
- msgstr ""
 
 
 
 
 
 
 
2908
 
2909
- #: Framework/Form/Element/Text/Url.php:33
2910
- msgid "Select a page or a blog post from your WordPress site."
 
 
 
 
 
 
 
 
2911
  msgstr ""
2912
 
2913
- #: Framework/Form/Element/Text/Url.php:38
2914
- msgid "Select article or menu item from your site."
 
 
2915
  msgstr ""
2916
 
2917
- #: Framework/Form/Fieldset/LayerWindow/FieldsetDesign.php:16
2918
- #: Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowStyleMode.php:18
2919
- msgid "Reset to normal state"
 
 
 
2920
  msgstr ""
2921
 
2922
- #: Framework/Form/Joomla/Element/Select/MenuItems.php:18
2923
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:119
2924
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:61
2925
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:150
2926
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:132
2927
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:507
2928
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:107
2929
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:49
2930
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:190
2931
- #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:237
2932
- #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:196
2933
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:58
2934
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:69
2935
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:170
2936
- #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:181
2937
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:183
2938
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:194
2939
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:373
2940
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:408
2941
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:424
2942
- #: SmartSlider3/Storage.php:552 SmartSlider3/Storage.php:928
2943
- #: SmartSlider3/Storage.php:1165 SmartSlider3/Storage.php:3954
2944
- #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:39
2945
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategoryLanguage.php:20
2946
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCurrency.php:20
2947
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopManufacturerLanguage.php:20
2948
- #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopProductLanguage.php:20
2949
- #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:72
2950
- #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:95
2951
- #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:80
2952
- #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:86
2953
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:218
2954
- msgid "Default"
2955
- msgstr "Oletus"
2956
 
2957
- #: Framework/Image/Block/ImageManager/Index.phtml:14
2958
- msgid "Image manager"
 
2959
  msgstr ""
2960
 
2961
- #: Framework/Image/ModelImage.php:37
 
2962
  #, fuzzy
2963
- #| msgid "Desktop"
2964
- msgid "Desktop retina"
2965
- msgstr "Työpöytä"
2966
 
2967
- #: Framework/Image/ModelImage.php:39
2968
- #, fuzzy
2969
- #| msgid "Tablet text"
2970
- msgid "Tablet retina"
2971
- msgstr "Tabletin teksti"
 
 
 
 
2972
 
2973
- #: Framework/Image/ModelImage.php:41
2974
- #, fuzzy
2975
- #| msgid "Mobile text"
2976
- msgid "Mobile retina"
2977
- msgstr "Mobiilin teksti"
2978
 
2979
- #: Framework/Misc/HttpClient.php:93
2980
- #, php-format
2981
- msgid ""
2982
- "The %1$s is not turned on in your server, which is necessary to read rss "
2983
- "feeds. You should contact your server host, and ask them to enable it!"
2984
  msgstr ""
2985
 
2986
- #: Framework/Misc/Zip/Reader/Custom.php:24
2987
- #, php-format
2988
- msgid "%s is not readable"
2989
- msgstr ""
2990
 
2991
- #: Framework/Style/Block/StyleManager/Index.phtml:14
2992
- msgid "Style manager"
2993
- msgstr ""
 
 
 
 
2994
 
2995
- #: Framework/Style/ModelStyle.php:25
2996
- msgid "Style settings"
 
 
 
2997
  msgstr ""
2998
 
2999
- #: Framework/Style/ModelStyle.php:35
3000
- #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:165
3001
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:112
3002
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:97
3003
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:139
3004
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:139
3005
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:225
3006
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:113
3007
- #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:89
3008
- msgid "Background color"
3009
- msgstr "Taustaväri"
3010
 
3011
- #: Framework/Style/ModelStyle.php:39
3012
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:143
3013
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:223
3014
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:288
3015
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:196
3016
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:335
3017
- #: SmartSlider3Pro/SplitText/ModelSplitText.php:131
3018
- msgid "Opacity"
3019
- msgstr "Läpinäkyvyys"
3020
 
3021
- #: Framework/Style/ModelStyle.php:50
3022
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:203
3023
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:120
3024
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:189
3025
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:221
3026
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:150
3027
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:262
3028
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:313
3029
- msgid "Padding"
3030
- msgstr "Padding"
3031
 
3032
- #: Framework/Style/ModelStyle.php:72
3033
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:135
3034
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:140
3035
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:165
3036
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:169
3037
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:161
3038
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:167
3039
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:125
3040
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:127
3041
- msgid "Border"
3042
- msgstr "Reuna"
3043
 
3044
- #: Framework/Style/ModelStyle.php:74
3045
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:174
3046
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:171
3047
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:201
3048
- #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:280
3049
- #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:162
3050
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:117
3051
- #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:152
3052
- #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:153
3053
- msgid "Border radius"
3054
- msgstr "Reunan säde"
3055
 
3056
- #: Framework/Style/ModelStyle.php:87
3057
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:126
3058
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:157
3059
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:153
3060
- msgid "Box shadow"
3061
- msgstr "Laatikon varjostus"
3062
 
3063
- #: Framework/Style/StyleRenderer.php:78
3064
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:140
3065
- msgid "Single"
 
 
 
 
 
 
 
 
 
 
3066
  msgstr ""
3067
 
3068
- #: Framework/Style/StyleRenderer.php:106
3069
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:168
3070
- msgid "Box"
3071
  msgstr ""
3072
 
3073
- #: Framework/Style/StyleRenderer.php:160
3074
- #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:222
3075
- msgid "Heading active"
3076
  msgstr ""
3077
 
 
 
 
 
 
 
 
 
 
 
 
 
3078
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:43
3079
  msgid "Animations"
3080
  msgstr "Animaatiot"
@@ -3484,13 +3360,13 @@ msgstr ""
3484
 
3485
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:81
3486
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:83
3487
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:53
3488
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:55
3489
  msgid "ARIA label"
3490
  msgstr ""
3491
 
3492
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:84
3493
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:56
3494
  msgid "It allows you to label your slider for screen readers."
3495
  msgstr ""
3496
 
@@ -3878,7 +3754,7 @@ msgstr ""
3878
 
3879
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:41
3880
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:97
3881
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:151
3882
  #: SmartSlider3/Application/Model/ModelGenerator.php:400
3883
  msgid "Slides"
3884
  msgstr "Diat"
@@ -4037,11 +3913,11 @@ msgstr ""
4037
  msgid "Authentication successful."
4038
  msgstr "Valtuutus onnistui."
4039
 
4040
- #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.phtml:61
4041
  msgid "Not installed"
4042
  msgstr "Ei asennettu"
4043
 
4044
- #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.phtml:69
4045
  msgid "Visit"
4046
  msgstr ""
4047
 
@@ -4067,15 +3943,15 @@ msgstr ""
4067
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:58
4068
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:84
4069
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:96
4070
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:120
4071
  msgid "Generator"
4072
  msgstr "Generaattori"
4073
 
4074
- #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.phtml:18
4075
  msgid "How to upgrade to Smart Slider 3 Pro?"
4076
  msgstr ""
4077
 
4078
- #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.phtml:22
4079
  #, php-format
4080
  msgid ""
4081
  "After making your purchase, %1$slog in to your account%3$s and download the "
@@ -4083,29 +3959,29 @@ msgid ""
4083
  "on your website%3$s."
4084
  msgstr ""
4085
 
4086
- #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.phtml:26
4087
  msgid "Download Pro"
4088
  msgstr ""
4089
 
4090
- #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.phtml:30
4091
  msgid ""
4092
  "Feel free to remove the Free version, as you no longer need it. Your sliders "
4093
  "will stay!"
4094
  msgstr ""
4095
 
4096
- #: SmartSlider3/Application/Admin/GoPro/Template/Index.phtml:18
4097
  msgid "Ready to go Pro?"
4098
  msgstr ""
4099
 
4100
- #: SmartSlider3/Application/Admin/GoPro/Template/Index.phtml:22
4101
  msgid "Supercharge Smart Slider 3 with powerful functionality!"
4102
  msgstr ""
4103
 
4104
- #: SmartSlider3/Application/Admin/GoPro/Template/Index.phtml:34
4105
  msgid "Already purchased?"
4106
  msgstr ""
4107
 
4108
- #: SmartSlider3/Application/Admin/GoPro/Template/Index.phtml:38
4109
  msgid "Get started with the Pro version now!"
4110
  msgstr ""
4111
 
@@ -4123,75 +3999,75 @@ msgstr ""
4123
  msgid "Successful connection with the API."
4124
  msgstr ""
4125
 
4126
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:22
4127
  msgid "Welcome to Help Center"
4128
  msgstr ""
4129
 
4130
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:25
4131
- #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.phtml:15
4132
  msgid ""
4133
  "To help you get started, we've put together a super tutorial video that "
4134
  "shows you the basic settings."
4135
  msgstr ""
4136
 
4137
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:40
4138
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:128
4139
  msgid "Possible conflicts"
4140
  msgstr ""
4141
 
4142
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:44
4143
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:132
4144
  msgid "Test connection"
4145
  msgstr ""
4146
 
4147
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:48
4148
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:136
4149
  msgid "No conflicts detected."
4150
  msgstr ""
4151
 
4152
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:66
4153
  msgid "Hello! How can we help you today?"
4154
  msgstr ""
4155
 
4156
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:71
4157
  msgid "Search in the knowledge base"
4158
  msgstr ""
4159
 
4160
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:83
4161
  msgid "Documentation"
4162
  msgstr ""
4163
 
4164
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:84
4165
  msgid ""
4166
  "To get started with Smart Slider 3, please refer to this guide for "
4167
  "downloading, installing, and using."
4168
  msgstr ""
4169
 
4170
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:90
4171
  msgid "Email support"
4172
  msgstr ""
4173
 
4174
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:91
4175
  msgid ""
4176
  "Need one-to-one assistance? Get in touch with our Support team! We'd love "
4177
  "the opportunity to help you."
4178
  msgstr ""
4179
 
4180
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:98
4181
  msgid "Tutorial videos"
4182
  msgstr ""
4183
 
4184
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:99
4185
  msgid ""
4186
  "Check our video tutorials which cover everything you need to know about "
4187
  "Smart Slider 3."
4188
  msgstr ""
4189
 
4190
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:104
4191
  msgid "Selected articles"
4192
  msgstr ""
4193
 
4194
- #: SmartSlider3/Application/Admin/Help/Template/Index.phtml:166
4195
  #, fuzzy
4196
  #| msgid "Decoration"
4197
  msgid "Debug information"
@@ -4228,107 +4104,107 @@ msgstr "Diaesitys keski"
4228
  msgid "Help"
4229
  msgstr "Apua"
4230
 
4231
- #: SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/AdminError.phtml:22
4232
  #: SmartSlider3/Application/Model/ModelSlides.php:129
4233
  msgid "Read more"
4234
  msgstr ""
4235
 
4236
- #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.phtml:17
4237
  msgid "Need more?"
4238
  msgstr ""
4239
 
4240
- #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.phtml:20
4241
  msgid "Unlock all the pro features by upgrading to Smart Slider 3 Pro."
4242
  msgstr ""
4243
 
4244
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:42
4245
  msgid "Changelog"
4246
  msgstr "Muutosloki"
4247
 
4248
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:57
4249
  msgid "Check for update"
4250
  msgstr ""
4251
 
4252
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:60
4253
  msgid "Check"
4254
  msgstr ""
4255
 
4256
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:71
4257
  msgid "Your license is active"
4258
  msgstr ""
4259
 
4260
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:74
4261
  msgid "Deactivate license"
4262
  msgstr ""
4263
 
4264
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.phtml:82
4265
  msgid "Activate your license"
4266
  msgstr ""
4267
 
4268
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.phtml:18
4269
  msgid "Don’t miss any update"
4270
  msgstr ""
4271
 
4272
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:25
4273
  msgid "Let us know how we're doing"
4274
  msgstr ""
4275
 
4276
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:29
4277
  msgid ""
4278
  "If you are happy with Smart Slider 3 and can take a minute please leave a "
4279
  "review. This will help to spread its popularity and to make this plugin a "
4280
  "better one."
4281
  msgstr ""
4282
 
4283
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:59
4284
  msgid "Rate your experience"
4285
  msgstr ""
4286
 
4287
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:60
4288
  msgid "Hated it"
4289
  msgstr ""
4290
 
4291
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:61
4292
  msgid "Disliked it"
4293
  msgstr ""
4294
 
4295
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:62
4296
  msgid "It was ok"
4297
  msgstr ""
4298
 
4299
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:63
4300
  msgid "Liked it"
4301
  msgstr ""
4302
 
4303
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.phtml:64
4304
  msgid "Loved it"
4305
  msgstr ""
4306
 
4307
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:18
4308
  msgid "Why upgrade to Smart Slider 3 Pro?"
4309
  msgstr ""
4310
 
4311
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:25
4312
  msgid "180+ slider templates"
4313
  msgstr ""
4314
 
4315
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:29
4316
  msgid "14 new layers"
4317
  msgstr ""
4318
 
4319
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:33
4320
  msgid "New animations & effects"
4321
  msgstr ""
4322
 
4323
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:39
4324
  msgid "Full slide library access"
4325
  msgstr ""
4326
 
4327
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:43
4328
  msgid "Extra advanced options"
4329
  msgstr ""
4330
 
4331
- #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.phtml:47
4332
  msgid "Lifetime update & support"
4333
  msgstr ""
4334
 
@@ -4345,15 +4221,15 @@ msgstr ""
4345
  msgid "Import"
4346
  msgstr "Tuo"
4347
 
4348
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:64
4349
  msgid "Layers"
4350
  msgstr ""
4351
 
4352
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:72
4353
  msgid "Library"
4354
  msgstr ""
4355
 
4356
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.phtml:129
4357
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:62
4358
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:151
4359
  msgid "Absolute"
@@ -4372,7 +4248,7 @@ msgstr ""
4372
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:41
4373
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:45
4374
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:49
4375
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:329
4376
  msgid "Inner align"
4377
  msgstr "Sisennä kohdistusta"
4378
 
@@ -4389,8 +4265,8 @@ msgstr ""
4389
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:48
4390
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:232
4391
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:238
4392
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:330
4393
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:336
4394
  msgid "Vertical align"
4395
  msgstr "Vertikaali asettelu"
4396
 
@@ -4402,8 +4278,8 @@ msgstr ""
4402
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:66
4403
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:93
4404
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:83
4405
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:113
4406
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:55
4407
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:165
4408
  #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:178
4409
  #: SmartSlider3/Renderable/Item/Image/ItemImage.php:143
@@ -4413,7 +4289,7 @@ msgstr ""
4413
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:227
4414
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:123
4415
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:144
4416
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:284
4417
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:171
4418
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:146
4419
  msgid "Target window"
@@ -4670,16 +4546,16 @@ msgid "Makes the row fill the available vertical space"
4670
  msgstr ""
4671
 
4672
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:60
4673
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:96
4674
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:35
4675
  #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:67
4676
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:109
4677
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:78
4678
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:173
4679
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:176
4680
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:169
4681
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:264
4682
  #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:268
 
4683
  #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:50
4684
  msgid "Description"
4685
  msgstr "Kuvaus"
@@ -4689,7 +4565,7 @@ msgid "Custom lightbox image"
4689
  msgstr "Kustomi lightbox kuva"
4690
 
4691
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:112
4692
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:72
4693
  #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:56
4694
  #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:56
4695
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:73
@@ -4706,11 +4582,20 @@ msgstr ""
4706
 
4707
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:130
4708
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:135
4709
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:105
4710
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:47
4711
  msgid "Thumbnail type"
4712
  msgstr ""
4713
 
 
 
 
 
 
 
 
 
 
4714
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:136
4715
  msgid ""
4716
  "If you have a video on your slide, you can put a play icon on the thumbnail "
@@ -5107,22 +4992,22 @@ msgstr "Skaalaa ylöspäin"
5107
  msgid "Scale down"
5108
  msgstr "Skaalaa alaspäin"
5109
 
5110
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:22
5111
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.phtml:40
5112
  msgid "Edit"
5113
  msgstr "Muokkaa"
5114
 
5115
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:38
5116
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:46
5117
  #: SmartSlider3/Application/Model/ModelSlides.php:77
5118
  msgid "Static overlay"
5119
  msgstr ""
5120
 
5121
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:68
5122
  msgid "First slide"
5123
  msgstr ""
5124
 
5125
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.phtml:76
5126
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:74
5127
  msgid "Unpublished"
5128
  msgstr ""
@@ -5150,55 +5035,55 @@ msgstr "Valitse julkaistut"
5150
  msgid "Select unpublished"
5151
  msgstr "Valitse peruutetut julkaisut"
5152
 
5153
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:26
5154
  msgid "Blank"
5155
  msgstr ""
5156
 
5157
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:36
5158
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:175
5159
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:121
5160
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:159
5161
  msgid "Post"
5162
  msgstr "Postaus"
5163
 
5164
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.phtml:53
5165
  msgid "Dynamic slides"
5166
  msgstr ""
5167
 
5168
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:92
5169
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:21
5170
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:27
5171
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:63
5172
  #: SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEdit.php:99
5173
  #: SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEditAddSlide.php:65
5174
  msgid "Add slide"
5175
  msgstr ""
5176
 
5177
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:105
5178
  msgid "Block must contain only one slide. Need more?"
5179
  msgstr ""
5180
 
5181
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:108
5182
  msgid "Convert to slider"
5183
  msgstr ""
5184
 
5185
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:136
5186
  #, fuzzy
5187
  #| msgid "Slide to left"
5188
  msgid "Slide one"
5189
  msgstr "Liuku vasemmalle"
5190
 
5191
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:143
5192
  #, fuzzy
5193
  #| msgid "Slide to top"
5194
  msgid "Slide two"
5195
  msgstr "Liuku ylös"
5196
 
5197
- #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.phtml:150
5198
  msgid "Drop images here"
5199
  msgstr ""
5200
 
5201
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.phtml:106
5202
  msgid "Edit slider"
5203
  msgstr ""
5204
 
@@ -5242,90 +5127,90 @@ msgstr "Vanhin Ensin"
5242
  msgid "Export"
5243
  msgstr "Vie"
5244
 
5245
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/SliderManager.phtml:32
5246
  msgid "New project"
5247
  msgstr ""
5248
 
5249
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:21
5250
  msgid "Module"
5251
  msgstr "Moduuli"
5252
 
5253
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:23
5254
  msgid "Displays the slider in a template module position."
5255
  msgstr ""
5256
 
5257
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:25
5258
  msgid "Create module"
5259
  msgstr ""
5260
 
5261
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:30
5262
  msgid "Related modules"
5263
  msgstr ""
5264
 
5265
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:40
5266
  msgid "Articles"
5267
  msgstr "Artikkelit"
5268
 
5269
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:42
5270
  msgid "Paste the code into article:"
5271
  msgstr "Liitä koodi artikkeliin:"
5272
 
5273
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:50
5274
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:48
5275
  msgid "PHP code"
5276
  msgstr "PHP koodi"
5277
 
5278
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.phtml:52
5279
  msgid "Paste the PHP code into source code:"
5280
  msgstr "Liitä tämä PHP koodi lähdekoodiin:"
5281
 
5282
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:17
5283
  msgid "Shortcode"
5284
  msgstr "Lyhytkoodi"
5285
 
5286
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:19
5287
  msgid "Copy and paste this shortcode into your posts or pages:"
5288
  msgstr "Kopio ja liitä tämä lyhytkoodi postauksiisi tai sivuillesi:"
5289
 
5290
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:31
5291
  msgid "Pages and Posts"
5292
  msgstr ""
5293
 
5294
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:44
5295
  #, php-format
5296
  msgid "Smart Slider 3 has integration with %s."
5297
  msgstr ""
5298
 
5299
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.phtml:50
5300
  msgid "Paste the PHP code into your theme's file:"
5301
  msgstr ""
5302
 
5303
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrash.phtml:16
5304
  msgid "Trash is empty."
5305
  msgstr ""
5306
 
5307
- #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrashBox.phtml:38
5308
  #: SmartSlider3/Application/Admin/Sliders/ViewSlidersImport.php:122
5309
  msgid "Restore"
5310
  msgstr ""
5311
 
5312
- #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.phtml:38
5313
  msgid "Toggle orientation"
5314
  msgstr ""
5315
 
5316
- #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.phtml:49
5317
  msgid "Reload preview"
5318
  msgstr ""
5319
 
5320
- #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.phtml:56
5321
  msgid "Open preview in full"
5322
  msgstr ""
5323
 
5324
- #: SmartSlider3/Application/Admin/Preview/Template/Index.phtml:28
5325
  msgid "State"
5326
  msgstr ""
5327
 
5328
- #: SmartSlider3/Application/Admin/Preview/Template/Index.phtml:30
5329
  msgid "Reason"
5330
  msgstr ""
5331
 
@@ -5423,70 +5308,66 @@ msgid ""
5423
  "changed by clicking away."
5424
  msgstr ""
5425
 
5426
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:59
5427
- msgid "Show Joomla admin footer"
5428
- msgstr ""
5429
-
5430
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:67
5431
  msgid "Load jQuery on frontend"
5432
  msgstr ""
5433
 
5434
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:69
5435
  msgid "Load GSAP on frontend"
5436
  msgstr ""
5437
 
5438
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:71
5439
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:91
5440
  msgid "Async"
5441
  msgstr ""
5442
 
5443
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:72
5444
  msgid "Combine"
5445
  msgstr ""
5446
 
5447
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:73
5448
  msgid "Script attributes"
5449
  msgstr ""
5450
 
5451
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:75
5452
  msgid "Slider's inline JavaScript"
5453
  msgstr ""
5454
 
5455
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:77
5456
  msgid "Head"
5457
  msgstr ""
5458
 
5459
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:78
5460
  msgid "Into the slider"
5461
  msgstr ""
5462
 
5463
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:87
5464
  msgid "CSS mode"
5465
  msgstr ""
5466
 
5467
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:89
5468
  msgid "Inline"
5469
  msgstr ""
5470
 
5471
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:90
5472
  msgid "Inline at head"
5473
  msgstr ""
5474
 
5475
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:96
5476
  msgid "Load Font Awesome 4"
5477
  msgstr ""
5478
 
5479
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:99
5480
  msgid "API requests"
5481
  msgstr ""
5482
 
5483
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:103
5484
  #, php-format
5485
  msgctxt "Curl"
5486
  msgid "Use %s"
5487
  msgstr ""
5488
 
5489
- #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:105
5490
  #, fuzzy, php-format
5491
  #| msgid "Clean HTML"
5492
  msgctxt "curl proxy"
@@ -5711,24 +5592,24 @@ msgstr ""
5711
  msgid "Slider duplicated."
5712
  msgstr "Diaesitys kopioitu."
5713
 
5714
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:35
5715
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:43
5716
  msgid "Slider settings"
5717
  msgstr ""
5718
 
5719
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:47
5720
  msgid "Delete slider"
5721
  msgstr ""
5722
 
5723
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:75
5724
  msgid "Edit slide"
5725
  msgstr ""
5726
 
5727
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:86
5728
  msgid "Delete slide"
5729
  msgstr ""
5730
 
5731
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.phtml:88
5732
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:96
5733
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:48
5734
  #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:65
@@ -5739,7 +5620,7 @@ msgstr ""
5739
  #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:41
5740
  #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:120
5741
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:66
5742
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:66
5743
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:53
5744
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:48
5745
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:58
@@ -5747,7 +5628,7 @@ msgstr ""
5747
  msgid "Ordering"
5748
  msgstr "Järjestys"
5749
 
5750
- #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.phtml:43
5751
  msgid "Video url"
5752
  msgstr ""
5753
 
@@ -5808,16 +5689,16 @@ msgstr ""
5808
  msgid "The imported file is not readable!"
5809
  msgstr "Tuotu tiedosto on lukukelvoton!"
5810
 
5811
- #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.phtml:24
5812
- #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.phtml:26
5813
  msgid "Go to dashboard"
5814
  msgstr ""
5815
 
5816
- #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.phtml:12
5817
  msgid "Welcome to Smart Slider 3"
5818
  msgstr ""
5819
 
5820
- #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.phtml:23
5821
  msgid "Don't show again"
5822
  msgstr ""
5823
 
@@ -5955,10 +5836,14 @@ msgstr "Dia luotu."
5955
  msgid "Failed to create slides."
5956
  msgstr ""
5957
 
5958
- #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:173
5959
  msgid "Static save"
5960
  msgstr "Staattinen tallennus"
5961
 
 
 
 
 
5962
  #: SmartSlider3/Application/Model/ModelGenerator.php:396
5963
  msgid "Generator settings"
5964
  msgstr "Generaattori asetukset"
@@ -5983,26 +5868,26 @@ msgstr "Ryhmän tulos"
5983
  msgid "Smart Slider 3 deactivated on this site!"
5984
  msgstr ""
5985
 
5986
- #: SmartSlider3/Application/Model/ModelSliders.php:237
5987
- #: SmartSlider3/Application/Model/ModelSliders.php:275
5988
- #: SmartSlider3/Application/Model/ModelSliders.php:290
5989
  msgid "New slider"
5990
  msgstr "Uusi diaesitys"
5991
 
5992
- #: SmartSlider3/Application/Model/ModelSliders.php:318
5993
  msgid "Alias removed"
5994
  msgstr ""
5995
 
5996
- #: SmartSlider3/Application/Model/ModelSliders.php:321
5997
  msgid "Alias must contain one or more letters"
5998
  msgstr ""
5999
 
6000
- #: SmartSlider3/Application/Model/ModelSliders.php:324
6001
  #, php-format
6002
  msgid "Alias updated to: %s"
6003
  msgstr ""
6004
 
6005
- #: SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/Index.phtml:14
6006
  #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:45
6007
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:136
6008
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:140
@@ -6058,25 +5943,33 @@ msgstr ""
6058
  msgid "Your theme uses an outdated MooTools library which is not compatible."
6059
  msgstr ""
6060
 
6061
- #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:27
6062
  msgid ""
6063
  "This plugin breaks JavaScript in the admin area, deactivate it and use "
6064
  "alternative plugin."
6065
  msgstr ""
6066
 
6067
- #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:43
6068
  msgid ""
6069
  "This plugin breaks Smart Slider 3 ajax calls if custom admin url enabled."
6070
  msgstr ""
6071
 
6072
- #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:57
6073
  msgid "This plugin adds a background image to every SVG and breaks SSL."
6074
  msgstr ""
6075
 
6076
- #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:68
6077
  msgid "This plugin has a JavaScript error which might break Smart Slider."
6078
  msgstr ""
6079
 
 
 
 
 
 
 
 
 
6080
  #: SmartSlider3/Form/Element/Columns.php:29
6081
  msgid "Add column"
6082
  msgstr ""
@@ -6124,6 +6017,35 @@ msgstr ""
6124
  msgid "%1$s generator missing the following source: %2$s"
6125
  msgstr ""
6126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6127
  #: SmartSlider3/Generator/Joomla/JoomlaContent/GeneratorGroupJoomlaContent.php:14
6128
  msgid "Joomla articles"
6129
  msgstr ""
@@ -6156,8 +6078,8 @@ msgstr ""
6156
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:38
6157
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:65
6158
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:38
6159
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:38
6160
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:63
6161
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:34
6162
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:30
6163
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:34
@@ -6206,8 +6128,8 @@ msgstr "Tagit"
6206
  #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:58
6207
  #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:41
6208
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:41
6209
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:47
6210
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:65
6211
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:46
6212
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:56
6213
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:56
@@ -6223,7 +6145,7 @@ msgstr "Kiinnostavat"
6223
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:64
6224
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:58
6225
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:50
6226
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:48
6227
  msgid "User ID"
6228
  msgstr ""
6229
 
@@ -6236,7 +6158,7 @@ msgstr ""
6236
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:44
6237
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:51
6238
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:52
6239
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:49
6240
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:45
6241
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:39
6242
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:58
@@ -6260,7 +6182,7 @@ msgstr ""
6260
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:54
6261
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:51
6262
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:49
6263
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:54
6264
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:62
6265
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:76
6266
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:77
@@ -6273,7 +6195,7 @@ msgstr "Päivämäärän muoto"
6273
  #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:70
6274
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:54
6275
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:51
6276
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:54
6277
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:62
6278
  msgid "m-d-Y"
6279
  msgstr ""
@@ -6284,7 +6206,7 @@ msgstr ""
6284
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:55
6285
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:52
6286
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:50
6287
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:55
6288
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:63
6289
  msgid "Time format"
6290
  msgstr "Aikamuoto"
@@ -6321,7 +6243,7 @@ msgstr "Käännä päivämäärä ja aika"
6321
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:70
6322
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:74
6323
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:57
6324
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:62
6325
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:46
6326
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:88
6327
  #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:77
@@ -6332,14 +6254,14 @@ msgstr "Käännä päivämäärä ja aika"
6332
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:74
6333
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:166
6334
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:169
6335
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:165
6336
  #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:177
6337
  #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:44
6338
  msgid "Title"
6339
  msgstr "Otiskko"
6340
 
6341
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:94
6342
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:64
6343
  msgid "User name"
6344
  msgstr ""
6345
 
@@ -6358,7 +6280,7 @@ msgstr ""
6358
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:59
6359
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:67
6360
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:68
6361
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:67
6362
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:49
6363
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:61
6364
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:89
@@ -6392,7 +6314,7 @@ msgstr "Osumat"
6392
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:58
6393
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:68
6394
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:63
6395
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:68
6396
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:56
6397
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:59
6398
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:72
@@ -6415,7 +6337,7 @@ msgstr "Luontiaika"
6415
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:80
6416
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:69
6417
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:64
6418
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:69
6419
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:57
6420
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:60
6421
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:73
@@ -6890,6 +6812,10 @@ msgid ""
6890
  "Write one ID per line."
6891
  msgstr ""
6892
 
 
 
 
 
6893
  #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:73
6894
  #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:75
6895
  #: SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php:144
@@ -6917,6 +6843,10 @@ msgstr "Valitse slideri"
6917
  msgid "OR"
6918
  msgstr "TAI"
6919
 
 
 
 
 
6920
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:78
6921
  msgctxt "Button layer default text"
6922
  msgid "MORE"
@@ -6967,8 +6897,8 @@ msgstr ""
6967
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:126
6968
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:145
6969
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:147
6970
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:285
6971
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:287
6972
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:147
6973
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:149
6974
  msgid "Rel"
@@ -6983,7 +6913,7 @@ msgstr "Rel"
6983
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:231
6984
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:127
6985
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:148
6986
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:288
6987
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:150
6988
  #, php-format
6989
  msgid ""
@@ -6992,6 +6922,16 @@ msgid ""
6992
  "separated with space. E.g. nofollow noopener noreferrer"
6993
  msgstr ""
6994
 
 
 
 
 
 
 
 
 
 
 
6995
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:197
6996
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:121
6997
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:164
@@ -7013,7 +6953,7 @@ msgid "Heading layer"
7013
  msgstr "Otsikkotaso"
7014
 
7015
  #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:193
7016
- #: SmartSlider3Pro/SplitText/Block/SplitTextManager/Index.phtml:14
7017
  msgid "Text animation"
7018
  msgstr ""
7019
 
@@ -7044,7 +6984,7 @@ msgstr ""
7044
  #: SmartSlider3/Renderable/Item/Image/ItemImage.php:164
7045
  #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:39
7046
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:243
7047
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:224
7048
  msgid "Alt tag"
7049
  msgstr "Alt tagi"
7050
 
@@ -7071,7 +7011,7 @@ msgstr ""
7071
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:48
7072
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:61
7073
  #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:64
7074
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:71
7075
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:53
7076
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:41
7077
  msgctxt "Layer group"
@@ -7243,7 +7183,7 @@ msgstr ""
7243
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:228
7244
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:136
7245
  #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:71
7246
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:291
7247
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:137
7248
  #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:204
7249
  msgid "Display"
@@ -7402,7 +7342,7 @@ msgstr ""
7402
  #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:161
7403
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:174
7404
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:394
7405
- #: SmartSlider3Pro/PostBackgroundAnimation/Block/PostBackgroundAnimationManager/Index.phtml:15
7406
  msgid "Ken Burns effect"
7407
  msgstr "Ken Burns efekti"
7408
 
@@ -8439,6 +8379,13 @@ msgstr ""
8439
  msgid "Space around"
8440
  msgstr "Tausta"
8441
 
 
 
 
 
 
 
 
8442
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:133
8443
  msgid ""
8444
  "The height (horizontal orientation) or width (vertical orientation) of the "
@@ -8500,6 +8447,30 @@ msgid ""
8500
  "thumbnail container in px or %."
8501
  msgstr ""
8502
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8503
  #: SmartSlider3Pro/Application/Admin/Slider/License/ControllerAjaxLicense.php:26
8504
  msgid "License key cannot be empty!"
8505
  msgstr "Lisenssiavain ei voi olla tyhjä!"
@@ -8560,7 +8531,7 @@ msgstr ""
8560
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:48
8561
  #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:187
8562
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:236
8563
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:181
8564
  #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:54
8565
  msgid "Type"
8566
  msgstr "Tyyppi"
@@ -8819,6 +8790,7 @@ msgid ""
8819
  msgstr ""
8820
 
8821
  #: SmartSlider3Pro/Generator/Common/Facebook/ConfigurationFacebook.php:131
 
8822
  msgid "pages read engagement"
8823
  msgstr ""
8824
 
@@ -8835,6 +8807,7 @@ msgid ""
8835
  msgstr ""
8836
 
8837
  #: SmartSlider3Pro/Generator/Common/Facebook/ConfigurationFacebook.php:135
 
8838
  msgid "user photos"
8839
  msgstr ""
8840
 
@@ -9166,7 +9139,7 @@ msgstr ""
9166
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/GeneratorGroupJreviews.php:23
9167
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:26
9168
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:21
9169
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:29
9170
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/GeneratorGroupMijoshop.php:21
9171
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:25
9172
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/GeneratorGroupPhocagallery.php:21
@@ -9190,7 +9163,7 @@ msgstr ""
9190
  #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/GeneratorGroupDjclassifieds.php:31
9191
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:21
9192
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:29
9193
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:29
9194
  #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:127
9195
  msgid "Items"
9196
  msgstr "Kohteet"
@@ -9250,7 +9223,7 @@ msgstr ""
9250
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:60
9251
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:45
9252
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:50
9253
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:50
9254
  msgid "Menu item (item ID)"
9255
  msgstr ""
9256
 
@@ -9651,13 +9624,13 @@ msgid "Brand"
9651
  msgstr ""
9652
 
9653
  #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:39
9654
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:41
9655
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:33
9656
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:48
9657
  #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:45
9658
  #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:33
9659
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:34
9660
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:248
9661
  msgid "Tag"
9662
  msgstr "Tagi"
9663
 
@@ -9692,6 +9665,10 @@ msgid ""
9692
  "to appear in the generator. One product ID per line."
9693
  msgstr ""
9694
 
 
 
 
 
9695
  #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:109
9696
  msgid "Available by date"
9697
  msgstr "Saatavissa päivämäärän mukaan"
@@ -9758,10 +9735,22 @@ msgstr ""
9758
  msgid "Approved"
9759
  msgstr "Hyväksytty"
9760
 
 
 
 
 
9761
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:61
9762
  msgid "Show hidden"
9763
  msgstr "Näytä piilotetut"
9764
 
 
 
 
 
 
 
 
 
9765
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:139
9766
  msgid "View group"
9767
  msgstr ""
@@ -9770,7 +9759,7 @@ msgstr ""
9770
  msgid "Ask down all product images"
9771
  msgstr ""
9772
 
9773
- #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:232
9774
  msgid "View item"
9775
  msgstr ""
9776
 
@@ -10358,10 +10347,20 @@ msgstr ""
10358
  msgid "Class on the selected tag element."
10359
  msgstr ""
10360
 
 
 
 
 
 
10361
  #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:207
10362
  msgid "Write custom CSS codes here without selectors."
10363
  msgstr ""
10364
 
 
 
 
 
 
10365
  #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:115
10366
  msgid "MP3 audio"
10367
  msgstr "MP3 audio"
@@ -10413,6 +10412,24 @@ msgstr ""
10413
  msgid "Positions the text inside the overlay."
10414
  msgstr ""
10415
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10416
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:126
10417
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:110
10418
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:127
@@ -10567,6 +10584,11 @@ msgstr ""
10567
  msgid "Loop delay"
10568
  msgstr ""
10569
 
 
 
 
 
 
10570
  #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:62
10571
  msgid ""
10572
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
@@ -10700,6 +10722,14 @@ msgctxt "List layer type"
10700
  msgid "Upper-roman"
10701
  msgstr ""
10702
 
 
 
 
 
 
 
 
 
10703
  #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:32
10704
  msgid "iframe"
10705
  msgstr ""
@@ -10729,11 +10759,33 @@ msgstr ""
10729
  msgid "iframe title"
10730
  msgstr "iframe url"
10731
 
10732
- #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:337
 
 
 
 
 
 
 
 
 
 
 
 
 
10733
  msgid ""
10734
  "Positions the text inside the layer. Only works with left and right layout."
10735
  msgstr ""
10736
 
 
 
 
 
 
 
 
 
 
10737
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:79
10738
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:212
10739
  msgid "Container"
@@ -10782,10 +10834,21 @@ msgstr "Dian toiminta jolla lähetetään"
10782
  msgid "JavaScript"
10783
  msgstr ""
10784
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: VERSION\n"
4
+ "POT-Creation-Date: 2020-10-16 11:28+0200\n"
5
+ "PO-Revision-Date: 2020-10-16 11:29+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fi\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 2.4.1\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: Framework/Asset/Builder/cache\n"
19
 
20
+ #: Framework/Api.php:117 Framework/Misc/HttpClient.php:81
21
+ msgid "Debug error"
 
 
 
 
 
 
 
 
22
  msgstr ""
23
 
24
+ #: Framework/Api.php:136 Framework/Misc/HttpClient.php:106
25
+ msgid "CURL disabled in your php.ini configuration. Please enable it!"
 
 
26
  msgstr ""
27
 
28
+ #: Framework/Api.php:144 Framework/Misc/HttpClient.php:112
29
+ msgid "Unable to contact with the licensing server, please try again later!"
30
  msgstr ""
31
 
32
+ #: Framework/Asset/Js/Js.php:70
33
+ msgid "jquery.framework"
 
 
34
  msgstr ""
35
 
36
+ #: Framework/Asset/Predefined.php:28
37
+ msgctxt "Default Google font family for admin"
38
+ msgid "Montserrat"
39
  msgstr ""
40
 
41
+ #: Framework/Asset/Predefined.php:29
42
+ msgctxt "Default Google font charset for admin"
43
+ msgid "latin"
 
 
44
  msgstr ""
45
 
46
+ #: Framework/Browse/ControllerAjaxBrowse.php:84
47
+ msgid "You are not allowed to upload!"
48
  msgstr ""
49
 
50
+ #: Framework/Browse/ControllerAjaxBrowse.php:97
51
+ msgid "Folder is missing!"
52
  msgstr ""
53
 
54
+ #: Framework/Content/Joomla/JoomlaContent.php:131
55
+ msgid "Menu item"
56
  msgstr ""
57
 
58
+ #: Framework/Controller/AbstractController.php:146
59
+ #: Framework/Controller/AjaxController.php:41
60
+ msgid "You are not authorised to view this resource."
61
  msgstr ""
62
 
63
+ #: Framework/Controller/AbstractController.php:161
64
+ #: Framework/Controller/AjaxController.php:50
65
+ #, php-format
66
+ msgid "Missing parameter: %s"
 
 
 
 
 
 
 
67
  msgstr ""
68
 
69
+ #: Framework/Controller/AbstractController.php:176
70
+ #: Framework/Controller/AjaxController.php:57
71
+ msgid "Database error"
 
72
  msgstr ""
73
 
74
+ #: Framework/Controller/AbstractController.php:191
75
+ msgid "Security token mismatch"
76
  msgstr ""
77
 
78
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:34
79
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:96
80
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:176
81
+ #: Framework/Image/ControllerAjaxImage.php:34
82
+ #: Framework/Image/ControllerAjaxImage.php:73
83
+ #: Framework/Image/ControllerAjaxImage.php:109
84
+ #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:33
85
+ #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:99
86
+ msgid "Unexpected error"
87
  msgstr ""
88
 
89
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:57
90
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:77
91
+ msgid "Set is not editable"
92
  msgstr ""
93
 
94
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:116
95
+ msgid "Visual do not exists"
96
  msgstr ""
97
 
98
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:136
99
+ #: Framework/Controller/Admin/AdminVisualManagerAjaxController.php:156
100
+ #: Framework/Image/ControllerAjaxImage.php:91
101
+ #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:53
102
+ #: SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php:76
103
+ msgid "Not editable"
104
  msgstr ""
105
 
106
+ #: Framework/Controller/AjaxController.php:32
107
+ msgid "Security token mismatch. Please refresh the page!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  msgstr ""
109
 
110
+ #: Framework/Database/WordPress/WordPressConnector.php:105
111
+ msgid "Unexpected database error."
 
112
  msgstr ""
113
 
114
+ #: Framework/Database/WordPress/WordPressConnector.php:107
115
+ msgid "Try to repair database"
116
  msgstr ""
117
 
118
+ #: Framework/Database/WordPress/WordPressConnector.php:109
119
+ #, php-format
120
+ msgid ""
121
+ "If you see this message after the repair database process, please "
122
+ "%1$scontact us%2$s with the log:"
123
  msgstr ""
124
 
125
+ #: Framework/Font/Block/FontManager/Index.php:14
126
+ msgid "Font manager"
127
  msgstr ""
128
 
129
+ #: Framework/Font/FontRenderer.php:103 Framework/Font/FontRenderer.php:105
130
+ #: Framework/Font/FontRenderer.php:117 Framework/Font/FontRenderer.php:119
131
+ #: Framework/Font/FontRenderer.php:133 Framework/Font/FontRenderer.php:152
132
+ #: Framework/Font/FontRenderer.php:187 Framework/Font/FontRenderer.php:205
133
+ #: Framework/Font/FontRenderer.php:221 Framework/Font/FontRenderer.php:237
134
+ #: Framework/Font/FontRenderer.php:255 Framework/Style/StyleRenderer.php:80
135
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:28
136
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:148
137
+ #: SmartSlider3/Renderable/Item/Text/Assets/text.js:20
138
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:53
139
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:134
140
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:248
141
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:149
142
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:142
143
+ #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:64
144
+ #: SmartSlider3Pro/Widget/Arrow/ArrowText/ArrowText.php:51
145
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:58
146
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:58
147
+ msgid "Text"
148
+ msgstr "Teksti"
149
 
150
+ #: Framework/Font/FontRenderer.php:131 Framework/Font/FontRenderer.php:134
151
+ #: Framework/Font/FontRenderer.php:153 Framework/Font/FontRenderer.php:189
152
+ #: Framework/Font/FontRenderer.php:206 Framework/Font/FontRenderer.php:239
153
+ #: Framework/Font/FontRenderer.php:257 Framework/Style/StyleRenderer.php:109
154
+ #: Framework/Style/StyleRenderer.php:125 Framework/Style/StyleRenderer.php:144
155
+ #: Framework/Style/StyleRenderer.php:196
156
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:74
157
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:108
158
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:42
159
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:63
160
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderParticle.php:139
161
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:171
162
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:187
163
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:206
164
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:258
165
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:45
166
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:44
167
+ msgid "Hover"
168
+ msgstr "Leijua"
169
 
170
+ #: Framework/Font/FontRenderer.php:139 Framework/Style/StyleRenderer.php:141
171
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:27
172
+ #: SmartSlider3/Renderable/Item/Heading/Assets/heading.js:20
173
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:53
174
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:148
175
+ #: SmartSlider3/Storage.php:65
176
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:302
177
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:306
178
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:100
179
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:249
180
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:264
181
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:203
182
+ msgid "Heading"
183
+ msgstr "Otsikko"
184
 
185
+ #: Framework/Font/FontRenderer.php:150 Framework/Font/FontRenderer.php:188
186
+ #: Framework/Font/FontRenderer.php:238
187
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:58
188
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:60
189
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:85
190
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:87
191
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:75
192
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:77
193
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:112
194
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:54
195
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:157
196
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:158
197
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:170
198
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:171
199
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:134
200
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:135
201
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:181
202
+ #: SmartSlider3/Storage.php:877
203
+ #: SmartSlider3Pro/Form/Element/ParticleSkin.php:18
204
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:169
205
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:170
206
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:188
207
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:189
208
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:180
209
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:181
210
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:218
211
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:219
212
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:114
213
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:115
214
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:136
215
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:137
216
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:280
217
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:281
218
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:138
219
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:139
220
+ msgid "Link"
221
+ msgstr "Linkitä"
222
 
223
+ #: Framework/Font/FontRenderer.php:158 Framework/Font/FontRenderer.php:262
224
+ #: Framework/Style/StyleRenderer.php:122 Framework/Style/StyleRenderer.php:201
225
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:30
226
+ #: SmartSlider3/Renderable/Item/Button/Assets/button.js:20
227
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:50
228
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:141
229
+ #: SmartSlider3/Storage.php:290 SmartSlider3/Widget/Group/Autoplay.php:49
230
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:91
231
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:95
232
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:157
233
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:216
234
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:220
235
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:184
236
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:263
237
+ msgid "Button"
238
+ msgstr "Nappi"
239
 
240
+ #: Framework/Font/FontRenderer.php:169
241
+ msgid "Accordion slide title"
242
  msgstr ""
243
 
244
+ #: Framework/Font/FontRenderer.php:171
245
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:72
246
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:73
247
+ #: Framework/Form/Element/Select/FontWeight.php:13
248
+ #: Framework/Form/Element/Select/FontWeight.php:18
249
+ #: Framework/Style/StyleRenderer.php:94 Framework/Style/StyleRenderer.php:108
250
+ #: Framework/Style/StyleRenderer.php:124 Framework/Style/StyleRenderer.php:143
251
+ #: Framework/Style/StyleRenderer.php:162 Framework/Style/StyleRenderer.php:178
252
+ #: Framework/Style/StyleRenderer.php:194
253
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:148
254
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:62
255
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:149
256
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:61
257
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:72
258
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:173
259
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:184
260
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:153
261
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:186
262
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:197
263
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:377
264
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:411
265
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:427
266
+ #: SmartSlider3Pro/SplitText/ModelSplitText.php:62
267
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:156
268
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:170
269
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:186
270
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:205
271
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:224
272
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:240
273
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:256
274
+ msgid "Normal"
275
+ msgstr "Normaali"
276
+
277
+ #: Framework/Font/FontRenderer.php:172 Framework/Font/FontRenderer.php:222
278
+ #: Framework/Style/StyleRenderer.php:163 Framework/Style/StyleRenderer.php:179
279
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:353
280
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:396
281
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:441
282
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:477
283
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:513
284
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:554
285
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:596
286
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:638
287
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:225
288
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:241
289
+ msgid "Active"
290
+ msgstr "Aktiivinen"
291
+
292
+ #: Framework/Font/FontRenderer.php:177
293
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:57
294
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:92
295
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:31
296
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:79
297
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/Assets/Admin/arrow.js:11
298
+ msgid "Slide title"
299
  msgstr ""
300
 
301
+ #: Framework/Font/FontRenderer.php:185
302
+ msgid "Paragraph"
303
  msgstr ""
304
 
305
+ #: Framework/Font/FontRenderer.php:219 Framework/Style/StyleRenderer.php:176
306
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:49
307
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:238
308
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:51
309
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:51
310
+ msgid "Dot"
311
+ msgstr ""
 
 
312
 
313
+ #: Framework/Font/FontRenderer.php:235 SmartSlider3/Storage.php:529
314
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/Assets/list.js:20
315
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:56
316
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:76
317
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:80
318
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:160
319
+ msgid "List"
320
+ msgstr "Lista"
321
+
322
+ #: Framework/Font/FontRenderer.php:253 Framework/Font/FontRenderer.php:256
323
+ #: Framework/Style/StyleRenderer.php:192 Framework/Style/StyleRenderer.php:195
324
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:234
325
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:254
326
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:257
327
+ msgid "Highlight"
328
  msgstr ""
329
 
330
+ #: Framework/Font/FontSettings.php:30
331
+ msgctxt "Default font"
332
+ msgid "Roboto,Arial"
333
+ msgstr ""
334
 
335
+ #: Framework/Font/ModelFont.php:28
336
+ msgid "Font settings"
337
+ msgstr ""
 
 
 
 
 
 
338
 
339
+ #: Framework/Font/ModelFont.php:32 Framework/Style/ModelStyle.php:29
340
+ msgid "Clear tab"
 
 
341
  msgstr ""
342
 
343
+ #: Framework/Font/ModelFont.php:37
344
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:48
345
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:50
346
+ msgid "Family"
347
+ msgstr "Perhe"
 
 
348
 
349
+ #: Framework/Font/ModelFont.php:40
350
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:170
351
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:54
352
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:197
353
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:304
354
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:438
355
+ #: SmartSlider3/Form/Element/BackgroundImage.php:31
356
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:222
357
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:71
358
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:105
359
+ #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:53
360
+ #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:83
361
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderParticle.php:119
362
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:105
363
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:164
364
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:112
365
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:158
366
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:137
367
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:245
368
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:94
369
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:242
370
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:138
371
+ #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:40
372
+ #: SmartSlider3Pro/Widget/Arrow/ArrowGrow/ArrowGrow.php:54
373
+ #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:43
374
+ #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:57
375
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:59
376
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:74
377
+ #: SmartSlider3Pro/Widget/FullScreen/FullScreenImage/FullScreenImage.php:53
378
+ #: SmartSlider3Pro/Widget/FullScreen/FullScreenImage/FullScreenImage.php:76
379
+ msgid "Color"
380
+ msgstr "Väri"
381
 
382
+ #: Framework/Font/ModelFont.php:44
383
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:413
384
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:416
385
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:418
386
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:52
387
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:192
388
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:84
389
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:216
390
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:166
391
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:58
392
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:59
393
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:182
394
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:150
395
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:88
396
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:217
397
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:129
398
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:132
399
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:149
400
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:202
401
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:204
402
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:174
403
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:143
404
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:101
405
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:234
406
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:191
407
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:92
408
+ #: SmartSlider3Pro/Widget/Indicator/IndicatorPie/IndicatorPie.php:31
409
+ msgid "Size"
410
+ msgstr "Koko"
411
 
412
+ #: Framework/Font/ModelFont.php:46
413
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:63
414
+ msgid "Font weight"
415
+ msgstr "Fontin paksuus"
416
+
417
+ #: Framework/Font/ModelFont.php:47
418
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:79
419
+ msgid "Decoration"
420
+ msgstr "Sommittelu"
421
+
422
+ #: Framework/Font/ModelFont.php:48
423
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:65
424
+ msgid "Line height"
425
+ msgstr "Riviväli"
426
+
427
+ #: Framework/Font/ModelFont.php:59
428
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:77
429
+ #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:68
430
+ msgid "Text align"
431
+ msgstr "Tekstin asettelu"
432
+
433
+ #: Framework/Font/ModelFont.php:63
434
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:91
435
+ msgid "Letter spacing"
436
  msgstr ""
437
 
438
+ #: Framework/Font/ModelFont.php:74
439
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:103
440
+ msgid "Word spacing"
441
  msgstr ""
442
 
443
+ #: Framework/Font/ModelFont.php:84
444
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:114
445
+ msgid "Transform"
 
 
446
  msgstr ""
447
 
448
+ #: Framework/Font/ModelFont.php:86 Framework/Form/Element/Mixed/Border.php:39
449
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:163
450
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:116
451
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:190
452
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:91
453
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:46
454
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:105
455
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:187
456
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:85
457
+ #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:105
458
+ #: SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php:167
459
+ #: SmartSlider3/Platform/WordPress/Widget/WidgetSmartSlider3.php:126
460
+ #: SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php:44
461
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:131
462
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:150
463
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:208
464
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:102
465
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:101
466
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:92
467
+ #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:35
468
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:62
469
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:84
470
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:51
471
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:46
472
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:75
473
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:64
474
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:57
475
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:62
476
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:70
477
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:80
478
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:45
479
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:76
480
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:78
481
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:54
482
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:55
483
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:38
484
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:52
485
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:118
486
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:86
487
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:69
488
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:51
489
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:78
490
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:69
491
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:56
492
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:56
493
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingLabels.php:28
494
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:63
495
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:62
496
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:63
497
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:51
498
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:45
499
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:56
500
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:84
501
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:66
502
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:56
503
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:38
504
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:36
505
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:151
506
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:137
507
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:223
508
+ #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:39
509
+ msgid "None"
510
+ msgstr "Ei mitään"
511
 
512
+ #: Framework/Font/ModelFont.php:87
513
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:117
514
+ msgid "Capitalize"
515
  msgstr ""
516
 
517
+ #: Framework/Font/ModelFont.php:88
518
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:118
519
+ msgid "Uppercase"
520
+ msgstr ""
521
 
522
+ #: Framework/Font/ModelFont.php:89
523
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:119
524
+ msgid "Lowercase"
 
525
  msgstr ""
526
 
527
+ #: Framework/Font/ModelFont.php:93
528
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:123
529
+ msgid "Text shadow"
530
+ msgstr ""
 
 
 
 
 
 
 
531
 
532
+ #: Framework/Font/ModelFont.php:100 Framework/Image/ModelImage.php:35
533
+ #: Framework/Image/ModelImage.php:58 Framework/Style/ModelStyle.php:94
534
  #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:83
535
  #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:61
536
  #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:111
 
 
537
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:77
538
  #: SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php:38
539
  #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:115
540
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:218
541
  #: SmartSlider3/BackgroundAnimation/ModelBackgroundAnimation.php:41
542
  #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:78
543
  #: SmartSlider3Pro/PostBackgroundAnimation/ModelPostBackgroundAnimation.php:45
545
  msgid "Preview"
546
  msgstr "Esikatsele"
547
 
548
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:55
549
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:56
550
+ msgid "Frontend"
551
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
552
 
553
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:57
554
+ msgid "You can load Google Fonts on the frontend."
555
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
556
 
557
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:59
558
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:60
559
+ msgid "Backend"
560
  msgstr ""
561
 
562
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:61
563
+ msgid "You can load Google Fonts in the backend."
564
  msgstr ""
565
 
566
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:64
567
+ #: Framework/Form/Element/Style.php:50
568
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:161
569
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:188
570
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabStyle.php:20
571
+ #: SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php:57
572
+ #: SmartSlider3/Widget/Group/Bullet.php:95
573
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:149
574
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:306
575
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:160
576
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:163
577
+ #: SmartSlider3Pro/Widget/Indicator/IndicatorPie/IndicatorPie.php:47
578
+ msgid "Style"
579
+ msgstr "Tyyli"
580
 
581
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:67
582
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:69
583
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:71
584
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:73
585
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:75
586
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:77
587
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:79
588
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:81
589
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:83
590
+ msgctxt "Font style"
591
+ msgid "Italic"
592
  msgstr ""
593
 
594
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:86
595
+ msgid "Character set"
596
  msgstr ""
597
 
598
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:88
599
+ msgctxt "Character set"
600
+ msgid "Latin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
601
  msgstr ""
602
 
603
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:89
604
+ msgctxt "Character set"
605
+ msgid "Latin Extended"
606
  msgstr ""
607
 
608
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:90
609
+ msgctxt "Character set"
610
+ msgid "Greek"
611
  msgstr ""
612
 
613
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:91
614
+ msgctxt "Character set"
615
+ msgid "Greek Extended"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
616
  msgstr ""
617
 
618
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:92
619
+ msgctxt "Character set"
620
+ msgid "Cyrillic"
621
  msgstr ""
622
 
623
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:93
624
+ msgctxt "Character set"
625
+ msgid "Devanagari"
626
  msgstr ""
627
 
628
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:94
629
+ msgctxt "Character set"
630
+ msgid "Arabic"
631
  msgstr ""
632
 
633
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:95
634
+ msgctxt "Character set"
635
+ msgid "Khmer"
636
  msgstr ""
637
 
638
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:96
639
+ msgctxt "Character set"
640
+ msgid "Telugu"
641
  msgstr ""
642
 
643
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:97
644
+ msgctxt "Character set"
645
+ msgid "Vietnamese"
646
  msgstr ""
647
 
648
+ #: Framework/Font/Sources/GoogleFonts/GoogleFonts.php:102
649
+ msgctxt "Default font sets"
650
+ msgid "latin"
651
  msgstr ""
652
 
653
+ #: Framework/Form/Element/AbstractChooserText.php:71
654
+ #: Framework/Form/Element/Select/SelectFile.php:36
655
+ #: Framework/Form/Element/Select/Skin.php:27
656
+ #: Framework/Form/Element/Text/Folder.php:37
657
+ #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.php:43
658
+ #: SmartSlider3/Application/Admin/Generator/Template/CreateStep3Sources.php:23
659
+ msgid "Choose"
660
+ msgstr "Valitse"
661
 
662
+ #: Framework/Form/Element/Breakpoint.php:39
663
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
664
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:75
665
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:194
666
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:52
667
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:80
668
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:80
669
+ msgid "Orientation"
670
+ msgstr "Orientaatio"
671
 
672
+ #: Framework/Form/Element/Breakpoint.php:41
673
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
674
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:230
675
+ msgid "Portrait"
676
+ msgstr "Pystykuva"
677
 
678
+ #: Framework/Form/Element/Breakpoint.php:42
679
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:411
680
+ msgid "Landscape"
681
+ msgstr "Vaakakuva"
682
 
683
+ #: Framework/Form/Element/Breakpoint.php:51
684
+ #: Framework/Form/Element/Breakpoint.php:86 Framework/Image/ModelImage.php:40
685
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:86
686
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:228
687
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:20
688
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:161
689
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:162
690
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:181
691
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:112
692
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:97
693
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:229
694
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:302
695
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:523
696
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:156
697
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:167
698
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:157
699
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:161
700
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:97
701
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:150
702
+ msgid "Mobile"
703
+ msgstr "Mobiili"
704
+
705
+ #: Framework/Form/Element/Breakpoint.php:56
706
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:229
707
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:21
708
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:177
709
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:101
710
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:212
711
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:294
712
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:498
713
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:163
714
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:103
715
+ msgid "Large mobile"
716
  msgstr ""
717
 
718
+ #: Framework/Form/Element/Breakpoint.php:61
719
+ #: Framework/Form/Element/Breakpoint.php:91 Framework/Image/ModelImage.php:38
720
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:85
721
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:226
722
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:18
723
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:163
724
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:172
725
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:106
726
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:194
727
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:287
728
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:473
729
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:155
730
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:159
731
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:145
732
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:149
733
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:112
734
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:126
735
+ msgid "Tablet"
736
+ msgstr "Tabletti"
737
 
738
+ #: Framework/Form/Element/Breakpoint.php:66
739
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:227
740
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:19
741
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:168
742
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:110
743
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:178
744
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:279
745
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:448
746
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:155
747
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:118
748
+ msgid "Large tablet"
749
  msgstr ""
750
 
751
+ #: Framework/Form/Element/Breakpoint.php:71
752
+ #: Framework/Form/Element/Breakpoint.php:96 Framework/Image/ModelImage.php:31
753
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:84
754
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:224
755
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:16
756
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:163
757
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:115
758
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:159
759
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:151
760
+ #: SmartSlider3/Application/Admin/Preview/Template/Index.php:29
761
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:127
762
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:102
763
+ msgid "Desktop"
764
+ msgstr "Työpöytä"
765
 
766
+ #: Framework/Form/Element/Breakpoint.php:76
767
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:225
768
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:17
769
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:159
770
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:119
771
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:143
772
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:272
773
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:422
774
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:147
775
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:133
776
+ msgid "Large desktop"
777
  msgstr ""
778
 
779
+ #: Framework/Form/Element/Button/ButtonMoreLess.php:13
780
+ #: Framework/Form/Element/Button/ButtonMoreLess.php:19
781
+ msgid "More"
782
  msgstr ""
783
 
784
+ #: Framework/Form/Element/Button/ButtonMoreLess.php:20
785
+ msgid "Less"
786
  msgstr ""
787
 
788
+ #: Framework/Form/Element/Button/ButtonRecordViewer.php:13
789
+ msgid "View records"
790
+ msgstr "Näytä pöytäkirjat"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
791
 
792
+ #: Framework/Form/Element/Font.php:40
793
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:169
794
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:176
795
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:191
796
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:194
797
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:146
798
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:149
799
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:302
800
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:175
801
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:179
802
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:161
803
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:85
804
+ msgid "Font"
805
+ msgstr "Fontti"
806
 
807
+ #: Framework/Form/Element/Message/Warning.php:14
808
+ msgid "Warning"
809
  msgstr ""
810
 
811
+ #: Framework/Form/Element/Mixed/Border.php:40
812
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:166
813
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:193
814
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:154
815
+ msgid "Dotted"
816
+ msgstr "Dotted"
817
 
818
+ #: Framework/Form/Element/Mixed/Border.php:41
819
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:165
820
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:192
821
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:153
822
+ msgid "Dashed"
823
+ msgstr "Dashed"
824
 
825
+ #: Framework/Form/Element/Mixed/Border.php:42
826
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:164
827
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:191
828
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:152
829
+ msgid "Solid"
830
+ msgstr "Kiinteä"
831
 
832
+ #: Framework/Form/Element/Mixed/Border.php:43
833
+ msgid "Double"
834
+ msgstr "Tupla"
 
 
 
 
835
 
836
+ #: Framework/Form/Element/Mixed/Border.php:44
837
+ msgid "Groove"
838
+ msgstr "Ura"
839
 
840
+ #: Framework/Form/Element/Mixed/Border.php:45
841
+ msgid "Ridge"
842
+ msgstr "Harjanne"
 
 
843
 
844
+ #: Framework/Form/Element/Mixed/Border.php:46
845
+ msgid "Inset"
846
+ msgstr "Upote"
847
 
848
+ #: Framework/Form/Element/Mixed/Border.php:47
849
+ msgid "Outset"
850
+ msgstr "Uloke"
851
 
852
+ #: Framework/Form/Element/Mixed/GeneratorOrder.php:20
853
+ msgid "Field"
854
+ msgstr "Kenttä"
 
855
 
856
+ #: Framework/Form/Element/Mixed/GeneratorOrder.php:22
857
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:87
858
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:42
859
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:101
860
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:183
861
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:206
862
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:81
863
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:98
864
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:97
865
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:88
866
+ #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:31
867
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:58
868
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:80
869
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:47
870
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:42
871
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:71
872
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:60
873
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:53
874
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:66
875
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:76
876
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:41
877
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:72
878
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:74
879
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:50
880
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:51
881
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:34
882
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:48
883
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:114
884
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:82
885
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:65
886
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:47
887
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:74
888
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:65
889
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:52
890
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:52
891
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:59
892
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:58
893
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:59
894
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:47
895
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:41
896
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:52
897
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:80
898
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:62
899
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:52
900
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:68
901
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:91
902
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:34
903
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:76
904
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:32
905
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:41
906
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:82
907
+ msgid "Order"
908
+ msgstr "Järjestys"
909
 
910
+ #: Framework/Form/Element/Mixed/GeneratorOrder.php:24
911
+ msgid "Ascending"
912
+ msgstr "Nouseva"
 
913
 
914
+ #: Framework/Form/Element/Mixed/GeneratorOrder.php:25
915
+ msgid "Descending"
916
+ msgstr "Laskeva"
917
 
 
918
  #: Framework/Form/Element/OnOff.php:22
919
  #: Framework/Form/Element/Select/Gradient.php:15
920
+ #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:145
921
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:117
922
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:124
923
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAutoplay.php:96
931
  msgid "Off"
932
  msgstr "Pois"
933
 
 
934
  #: Framework/Form/Element/OnOff.php:22
935
+ #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:146
936
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:308
937
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:166
938
  msgid "On"
939
  msgstr "On"
940
 
941
+ #: Framework/Form/Element/Select.php:49
942
+ msgid ""
943
+ "Hold down the ctrl (Windows) or command (MAC) button to select multiple "
944
+ "options."
945
  msgstr ""
946
 
947
+ #: Framework/Form/Element/Select/FillMode.php:15
948
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:239
949
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:107
950
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:240
951
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:130
952
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:208
953
+ msgid "Fill"
954
+ msgstr "Täytä"
955
 
956
+ #: Framework/Form/Element/Select/FillMode.php:16
957
+ msgid "Blur fit"
958
  msgstr ""
959
 
960
+ #: Framework/Form/Element/Select/FillMode.php:17
961
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:240
962
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:108
963
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:241
964
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:131
965
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:209
966
+ msgid "Fit"
967
+ msgstr "Sovita"
968
 
969
+ #: Framework/Form/Element/Select/FillMode.php:18
970
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:79
971
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:80
972
+ msgid "Stretch"
973
+ msgstr "Venytä"
974
 
975
+ #: Framework/Form/Element/Select/FillMode.php:19
976
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:81
977
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:102
978
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:150
979
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:241
980
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:109
981
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:242
982
+ #: SmartSlider3/Storage.php:710
983
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:103
984
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:71
985
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:71
986
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:235
987
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:337
988
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:307
989
+ #: SmartSlider3Pro/SplitText/ModelSplitText.php:67
990
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:76
991
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:76
992
+ msgid "Center"
993
+ msgstr "Keskelle"
994
 
995
+ #: Framework/Form/Element/Select/FillMode.php:20
996
+ msgid "Tile"
997
+ msgstr "Laatta"
998
+
999
+ #: Framework/Form/Element/Select/FillMode.php:26
1000
+ msgid "Slider's default"
1001
+ msgstr "Diaesityksen oletus"
1002
+
1003
+ #: Framework/Form/Element/Select/Filter.php:17
1004
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentAccessLevels.php:28
1005
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentCategories.php:40
1006
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentTags.php:21
1007
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsAllTaxonomies.php:23
1008
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsCategories.php:40
1009
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsPostTypes.php:14
1010
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsTags.php:17
1011
+ #: SmartSlider3/Generator/WordPress/Posts/Elements/PostsTaxonomies.php:23
1012
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPhotosSearch.php:39
1013
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Elements/CobaltCategories.php:39
1014
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsCategories.php:36
1015
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsLocations.php:36
1016
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsTypes.php:15
1017
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogCategories.php:30
1018
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogTags.php:19
1019
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussCategories.php:30
1020
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussTags.php:19
1021
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Elements/EasysocialCategories.php:34
1022
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:47
1023
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:43
1024
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:49
1025
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:58
1026
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategories.php:35
1027
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopManufacturers.php:20
1028
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopTags.php:20
1029
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingCategories.php:29
1030
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingLocations.php:17
1031
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:60
1032
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentCategories.php:40
1033
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentTags.php:19
1034
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopBrands.php:32
1035
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopCategories.php:32
1036
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopTags.php:18
1037
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopWarehouses.php:18
1038
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Elements/IgnitegalleryCategories.php:33
1039
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionCategories.php:35
1040
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionLanguages.php:21
1041
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartCategories.php:33
1042
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartLanguages.php:22
1043
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCalendars.php:17
1044
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCategories.php:34
1045
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:72
1046
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketCategories.php:35
1047
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketLanguages.php:21
1048
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialCategories.php:31
1049
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialEvents.php:17
1050
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroupcategories.php:31
1051
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroups.php:17
1052
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialProfiles.php:17
1053
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialVideotype.php:17
1054
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:46
1055
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingCategories.php:42
1056
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingLabels.php:27
1057
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingManufacturers.php:27
1058
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsArticles.php:21
1059
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsCategories.php:36
1060
+ #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Categories.php:29
1061
+ #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Tags.php:18
1062
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopCategories.php:49
1063
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopManufacturers.php:18
1064
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryCategories.php:35
1065
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryTags.php:18
1066
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopCategories.php:37
1067
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopManufacturers.php:18
1068
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopSuppliers.php:18
1069
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproCategories.php:39
1070
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproGroups.php:17
1071
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproLocations.php:17
1072
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproTags.php:17
1073
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartCategories.php:34
1074
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartManufacturers.php:21
1075
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Elements/ZooCategories.php:24
1076
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Elements/ZooTags.php:17
1077
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Elements/AllInOneEventCalendarCategories.php:34
1078
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Elements/AllInOneEventCalendarTags.php:35
1079
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerCategories.php:34
1080
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerLocations.php:31
1081
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Elements/EventsManagerTags.php:33
1082
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Elements/MultisitePostCategories.php:38
1083
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarCategories.php:34
1084
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarOrganizers.php:31
1085
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarTags.php:35
1086
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Elements/TheEventsCalendarVenues.php:31
1087
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Elements/WebdoradoPhotoGalleryGalleries.php:14
1088
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Elements/WebdoradoPhotoGalleryTags.php:14
1089
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Elements/WooCommerceTags.php:28
1090
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:63
1091
+ msgid "All"
1092
+ msgstr "Kaikki"
1093
+
1094
+ #: Framework/Form/Element/Select/Filter.php:19
1095
+ #, php-format
1096
+ msgid "Not %s"
1097
  msgstr ""
1098
 
1099
+ #: Framework/Form/Element/Select/FontWeight.php:14
1100
+ #: Framework/Form/Element/Select/FontWeight.php:21
1101
+ msgid "Bold"
1102
+ msgstr "Vahva"
1103
 
1104
+ #: Framework/Form/Element/Select/FontWeight.php:16
1105
+ msgid "Extra light"
1106
+ msgstr ""
1107
 
1108
+ #: Framework/Form/Element/Select/FontWeight.php:17
1109
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:77
1110
+ msgid "Light"
1111
+ msgstr "Vaaela"
1112
 
1113
+ #: Framework/Form/Element/Select/FontWeight.php:20
1114
+ msgid "Semi bold"
 
 
 
 
 
 
 
 
 
 
 
1115
  msgstr ""
1116
 
1117
+ #: Framework/Form/Element/Select/FontWeight.php:22
1118
+ msgid "Extra bold"
1119
+ msgstr ""
 
 
 
 
 
1120
 
1121
+ #: Framework/Form/Element/Select/LinkTarget.php:13
1122
+ msgid "Self"
1123
+ msgstr ""
1124
+
1125
+ #: Framework/Form/Element/Select/LinkTarget.php:14
1126
+ msgid "New"
1127
+ msgstr ""
1128
+
1129
+ #: Framework/Form/Element/Select/LinkTarget.php:15
1130
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1150
1131
+ msgid "Parent"
1132
+ msgstr "Vanhempi"
1133
+
1134
+ #: Framework/Form/Element/Select/LinkTarget.php:16
1135
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:75
1136
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:78
1137
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:81
1138
  #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:84
 
 
1139
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:176
1140
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:468
1141
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:472
1148
  #: SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php:238
1149
  #: SmartSlider3/Form/Element/Group/WidgetPosition.php:106
1150
  #: SmartSlider3/Storage.php:979
1151
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:138
1152
  #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:73
1153
  #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:199
1154
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:217
1155
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:234
1156
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:299
1157
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:336
1158
  #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:105
1159
  msgid "Top"
1160
  msgstr "Ylhäällä"
1161
 
1162
+ #: Framework/Form/Element/Text/FieldImageResponsive.php:27
1163
+ msgid "Select images for devices"
1164
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1165
 
1166
+ #: Framework/Form/Element/Text/Url.php:33
1167
+ msgid "Select a page or a blog post from your WordPress site."
1168
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1169
 
1170
+ #: Framework/Form/Element/Text/Url.php:38
1171
+ msgid "Select article or menu item from your site."
 
1172
  msgstr ""
1173
 
1174
+ #: Framework/Form/Fieldset/LayerWindow/FieldsetDesign.php:16
1175
+ #: Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowStyleMode.php:18
1176
+ msgid "Reset to normal state"
1177
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1178
 
1179
+ #: Framework/Form/Joomla/Element/Select/MenuItems.php:18
1180
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:119
1181
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:61
1182
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:150
1183
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:132
1184
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:507
1185
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:107
1186
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:49
1187
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:190
1188
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:237
1189
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:196
1190
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:58
1191
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:69
1192
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:170
1193
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:181
1194
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:183
1195
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:194
1196
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:373
1197
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:408
1198
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:424
1199
+ #: SmartSlider3/Storage.php:552 SmartSlider3/Storage.php:928
1200
+ #: SmartSlider3/Storage.php:1165 SmartSlider3/Storage.php:3954
1201
+ #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:39
1202
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategoryLanguage.php:20
1203
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCurrency.php:20
1204
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopManufacturerLanguage.php:20
1205
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopProductLanguage.php:20
1206
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:72
1207
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:95
1208
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:80
1209
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:86
1210
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:218
1211
+ msgid "Default"
1212
+ msgstr "Oletus"
1213
 
1214
+ #: Framework/Image/Admin/Assets/js/editor.js:142
1215
+ msgid "Generate"
1216
  msgstr ""
1217
 
1218
+ #: Framework/Image/Admin/Assets/js/editor.js:148
1219
+ msgid "Desktop image is empty!"
 
 
 
 
 
 
 
 
 
1220
  msgstr ""
1221
 
1222
+ #: Framework/Image/Admin/Assets/js/manager.js:44
1223
+ msgid "The image is empty"
 
 
 
 
 
 
 
 
 
1224
  msgstr ""
1225
 
1226
+ #: Framework/Image/Admin/Assets/js/manager.js:65
1227
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:86
1228
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:107
1229
+ msgid "Empty"
 
 
 
 
 
 
 
1230
  msgstr ""
1231
 
1232
+ #: Framework/Image/Block/ImageManager/Index.php:14
1233
+ msgid "Image manager"
 
 
 
 
1234
  msgstr ""
1235
 
1236
+ #: Framework/Image/Joomla/JoomlaImage.php:12
1237
+ msgid "behavior.modal"
1238
  msgstr ""
1239
 
1240
+ #: Framework/Image/ModelImage.php:37
1241
+ #, fuzzy
1242
+ #| msgid "Desktop"
1243
+ msgid "Desktop retina"
1244
+ msgstr "Työpöytä"
1245
 
1246
+ #: Framework/Image/ModelImage.php:39
1247
+ #, fuzzy
1248
+ #| msgid "Tablet text"
1249
+ msgid "Tablet retina"
1250
+ msgstr "Tabletin teksti"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1251
 
1252
+ #: Framework/Image/ModelImage.php:41
1253
+ #, fuzzy
1254
+ #| msgid "Mobile text"
1255
+ msgid "Mobile retina"
1256
+ msgstr "Mobiilin teksti"
1257
 
1258
+ #: Framework/Image/ModelImage.php:55
1259
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:29
1260
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:19
1261
+ #: SmartSlider3/Form/Element/BackgroundImage.php:29
1262
+ #: SmartSlider3/Renderable/Item/Image/Assets/image.js:20
1263
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:43
1264
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:129
1265
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:189
1266
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:253
1267
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:262
1268
+ #: SmartSlider3/Widget/Group/Bullet.php:64
1269
+ #: SmartSlider3/Widget/Group/Thumbnail.php:63
1270
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:161
1271
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:110
1272
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:211
1273
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:216
1274
+ msgid "Image"
1275
+ msgstr "Kuva"
1276
 
1277
+ #: Framework/Misc/HttpClient.php:93
1278
+ #, php-format
1279
+ msgid ""
1280
+ "The %1$s is not turned on in your server, which is necessary to read rss "
1281
+ "feeds. You should contact your server host, and ask them to enable it!"
1282
  msgstr ""
1283
 
1284
+ #: Framework/Misc/Zip/Reader/Custom.php:24
1285
+ #, php-format
1286
+ msgid "%s is not readable"
1287
  msgstr ""
1288
 
1289
+ #: Framework/Style/Block/StyleManager/Index.php:14
1290
+ msgid "Style manager"
 
 
 
 
 
 
 
 
1291
  msgstr ""
1292
 
1293
+ #: Framework/Style/ModelStyle.php:25
1294
+ msgid "Style settings"
1295
  msgstr ""
1296
 
1297
+ #: Framework/Style/ModelStyle.php:35
1298
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:165
1299
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:112
1300
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:97
1301
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:139
1302
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:139
1303
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:225
1304
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:113
1305
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:89
1306
+ msgid "Background color"
1307
+ msgstr "Taustaväri"
1308
 
1309
+ #: Framework/Style/ModelStyle.php:39
1310
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:143
1311
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:223
1312
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:288
1313
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:196
1314
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:335
1315
+ #: SmartSlider3Pro/SplitText/ModelSplitText.php:131
1316
+ msgid "Opacity"
1317
+ msgstr "Läpinäkyvyys"
1318
 
1319
+ #: Framework/Style/ModelStyle.php:50
1320
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:203
1321
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:120
1322
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:189
1323
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:221
1324
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:150
1325
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:262
1326
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:317
1327
+ msgid "Padding"
1328
+ msgstr "Padding"
1329
 
1330
+ #: Framework/Style/ModelStyle.php:72
1331
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:135
1332
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:140
1333
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:165
1334
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:169
1335
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:161
1336
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:167
1337
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:125
1338
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:127
1339
+ msgid "Border"
1340
+ msgstr "Reuna"
1341
 
1342
+ #: Framework/Style/ModelStyle.php:74
1343
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:174
1344
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:171
1345
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:201
1346
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:280
1347
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:162
1348
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:117
1349
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:152
1350
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:153
1351
+ msgid "Border radius"
1352
+ msgstr "Reunan säde"
1353
 
1354
+ #: Framework/Style/ModelStyle.php:87
1355
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:126
1356
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php:157
1357
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:153
1358
+ msgid "Box shadow"
1359
+ msgstr "Laatikon varjostus"
1360
 
1361
+ #: Framework/Style/StyleRenderer.php:78
1362
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:140
1363
+ msgid "Single"
1364
+ msgstr ""
 
1365
 
1366
+ #: Framework/Style/StyleRenderer.php:92
1367
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:178
1368
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:38
1369
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:200
1370
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:154
1371
+ msgid "Simple"
1372
+ msgstr "Yksinkertainen"
1373
 
1374
+ #: Framework/Style/StyleRenderer.php:106
1375
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:168
1376
+ msgid "Box"
1377
+ msgstr ""
1378
 
1379
+ #: Framework/Style/StyleRenderer.php:160
1380
+ #: SmartSlider3Pro/SplitText/SplitTextRenderer.php:222
1381
+ msgid "Heading active"
1382
+ msgstr ""
 
1383
 
1384
+ #: SmartSlider3/Application/Admin/ApplicationTypeAdmin.php:55
1385
+ #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:301
1386
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:112
1387
+ #: SmartSlider3/Application/Model/ModelSlidersXRef.php:150
1388
+ #: SmartSlider3/Platform/WordPress/Admin/AdminHelper.php:85
1389
+ msgid "Dashboard"
1390
+ msgstr "Hallintapaneeli"
 
 
 
1391
 
1392
+ #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:79
1393
+ msgid "Slide height probably too high"
1394
  msgstr ""
1395
 
1396
+ #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:80
1397
+ msgid ""
1398
+ "The height of this slide is much higher than others so it will increase the "
1399
+ "height of the other slides."
1400
  msgstr ""
1401
 
1402
+ #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:84
1403
+ msgid "Slide height increased"
1404
  msgstr ""
1405
 
1406
+ #: SmartSlider3/Application/Admin/Assets/js/TallSlideDetector.js:89
1407
  #, javascript-format
1408
+ msgid ""
1409
+ "The height of this slide increased because the following slides are much "
1410
+ "higher: %s."
1411
  msgstr ""
1412
 
1413
+ #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:12
1414
+ msgid "Drop files here or"
 
 
 
 
 
1415
  msgstr ""
1416
 
1417
+ #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:12
1418
+ msgid "Upload"
1419
  msgstr ""
1420
 
1421
+ #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:19
1422
+ msgid "Parent directory"
 
1423
  msgstr ""
1424
 
1425
+ #: SmartSlider3/Application/Admin/Assets/js/common/browse.js:105
1426
+ msgid "Current path"
1427
  msgstr ""
1428
 
1429
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:32
1430
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:59
1431
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:214
1432
+ msgid "Preset"
1433
+ msgstr "Esiasetus"
1434
+
1435
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:32
1436
+ msgid ""
1437
+ "You can use presets to save style settings for later use. Clicking on any "
1438
+ "preset will load its styling to your current layer, and the previous style "
1439
+ "settings will be lost."
1440
  msgstr ""
1441
 
1442
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:34
1443
+ msgid ""
1444
+ "Layer design options affect every device. If you need to make responsive "
1445
+ "adjustments, look for the options with the device icon."
1446
+ msgstr ""
1447
 
1448
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:41
1449
+ msgid "Reset style to default"
1450
+ msgstr ""
1451
 
1452
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:47
1453
+ msgid "Save style as new preset"
1454
+ msgstr ""
 
 
1455
 
1456
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:58
1457
+ msgid "Load style"
 
 
1458
  msgstr ""
1459
 
1460
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:87
1461
+ msgid "You have not created any presets for this layer yet."
 
1462
  msgstr ""
1463
 
1464
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:159
1465
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:166
1466
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:217
1467
+ msgid "Save as"
 
 
1468
  msgstr ""
1469
 
1470
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:164
1471
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:222
1472
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:207
1473
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:73
1474
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:49
1475
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:208
1476
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:85
1477
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:84
1478
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:57
1479
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:57
1480
+ msgid "Name"
1481
+ msgstr "Nimi"
1482
 
1483
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:174
1484
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:232
1485
+ msgid "Please fill the name field!"
 
 
1486
  msgstr ""
1487
 
1488
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:199
1489
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:290
1490
+ msgid "Preset saved."
 
1491
  msgstr ""
1492
 
1493
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:268
1494
+ msgid "Overwrite preset"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1495
  msgstr ""
1496
 
1497
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/basiccss.js:312
1498
+ msgid "Preset deleted."
1499
  msgstr ""
1500
 
1501
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/folders.js:42
1502
+ msgid "Choose folder"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1503
  msgstr ""
1504
 
1505
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/folders.js:46
1506
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:75
1507
+ msgid "Select"
1508
+ msgstr "Valitse"
 
 
 
 
 
 
 
 
 
 
 
1509
 
1510
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/image-list.js:135
1511
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/image-list.js:198
1512
+ #: SmartSlider3/Application/Admin/Assets/js/element/animationmanagerelement.js:69
1513
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php:51
1514
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:142
1515
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:145
1516
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:142
1517
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:145
1518
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/splittextanimationmanagerelement.js:98
1519
+ #: SmartSlider3Pro/Form/Element/ParticleSkin.php:31
1520
+ #: SmartSlider3Pro/Form/Element/Select/ShapeDividerSelect.php:56
1521
+ msgid "Disabled"
1522
+ msgstr "Poistettu käytöstä"
1523
 
1524
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/imagemanager.js:32
1525
+ msgid "Image field can not be empty!"
1526
  msgstr ""
1527
 
1528
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/skin.js:56
1529
+ msgid "Done"
 
 
 
 
1530
  msgstr ""
1531
 
1532
+ #: SmartSlider3/Application/Admin/Assets/js/common/element/upload.js:39
1533
+ msgid "No file selected."
 
 
1534
  msgstr ""
1535
 
1536
+ #: SmartSlider3/Application/Admin/Assets/js/common/form-tip-manager.js:109
1537
+ msgid "Open docs"
 
 
 
 
 
 
 
 
 
 
 
 
1538
  msgstr ""
1539
 
1540
+ #: SmartSlider3/Application/Admin/Assets/js/common/form.js:113
1541
+ msgid "The changes you made will be lost if you navigate away from this page."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1542
  msgstr ""
1543
 
1544
+ #: SmartSlider3/Application/Admin/Assets/js/common/icons.js:77
1545
+ msgid "Icons"
1546
  msgstr ""
1547
 
1548
+ #: SmartSlider3/Application/Admin/Assets/js/common/icons.js:90
1549
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:72
1550
+ #: SmartSlider3Pro/Generator/Common/Flickr/GeneratorGroupFlickr.php:36
1551
+ #: SmartSlider3Pro/Generator/Common/YouTube/GeneratorGroupYouTube.php:31
1552
+ #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:23
1553
+ #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:32
1554
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:110
1555
+ msgid "Search"
1556
+ msgstr "Etsi"
1557
 
1558
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:18
1559
+ msgid "Are you sure?"
 
 
1560
  msgstr ""
1561
 
1562
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:22
1563
+ #: SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonCancel.php:12
1564
+ msgid "Cancel"
1565
+ msgstr "Peru"
1566
 
1567
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalDeleteConfirm.js:29
1568
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:99
1569
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:382
1570
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:181
1571
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:1108
1572
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:112
1573
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:45
1574
+ msgid "Delete"
1575
+ msgstr "Poista"
1576
 
1577
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/ModalLightbox.js:36
1578
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:95
1579
+ #: SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php:47
1580
+ msgid "Close"
1581
  msgstr ""
1582
 
1583
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:16
1584
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:23
1585
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:41
1586
+ #, fuzzy
1587
+ #| msgid "Create"
1588
+ msgid "Create group"
1589
+ msgstr "Luo"
1590
 
1591
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:21
1592
+ #, fuzzy
1593
+ #| msgid "Product name"
1594
+ msgid "Group name"
1595
+ msgstr "Tuotteen nimi"
1596
 
1597
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/create-group.js:49
1598
+ msgid "Group created"
 
 
1599
  msgstr ""
1600
 
1601
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/generator-record-viewer.js:52
1602
+ msgid "Records"
1603
  msgstr ""
1604
 
1605
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:11
1606
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:62
1607
+ msgid "Keyboard shortcuts"
 
1608
  msgstr ""
1609
 
1610
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:40
1611
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:37
1612
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:91
1613
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:54
1614
+ msgid "Got it"
1615
  msgstr ""
1616
 
1617
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:61
1618
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php:46
1619
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:56
1620
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:68
1621
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:35
1622
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:33
1623
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:43
1624
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:56
1625
+ #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:59
1626
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:139
1627
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:146
1628
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:127
1629
+ #: SmartSlider3/Renderable/Item/Text/ItemText.php:132
1630
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:109
1631
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:112
1632
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:204
1633
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:154
1634
+ #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:113
1635
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:159
1636
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:204
1637
+ #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:61
1638
+ #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:125
1639
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:92
1640
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:64
1641
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:108
1642
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:181
1643
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:119
1644
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:114
1645
+ #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:50
1646
+ msgid "General"
1647
+ msgstr "Yleinen"
1648
 
1649
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:62
1650
  #, fuzzy
1651
+ #| msgid "Content"
1652
+ msgid "Content tab"
1653
+ msgstr "Sisältö"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1654
 
1655
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:63
1656
+ #, fuzzy
1657
+ #| msgid "Style"
1658
+ msgid "Style tab"
1659
+ msgstr "Tyyli"
1660
 
1661
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:69
1662
+ #, fuzzy
1663
+ #| msgid "Animation"
1664
+ msgid "Animation tab"
1665
+ msgstr "Animaatio"
1666
 
1667
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:73
1668
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:24
1669
+ msgid "Add Layer"
1670
  msgstr ""
1671
 
1672
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:74
1673
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/layerWindow.js:79
1674
+ msgid "Layer List"
1675
+ msgstr "Tasolista"
 
 
1676
 
1677
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:78
1678
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/layerNavigation.js:50
1679
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:50
1680
+ msgid "Timeline"
1681
  msgstr ""
1682
 
1683
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:82
1684
+ #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleProject.php:49
1685
+ #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleShots.php:37
1686
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeopleAlbum.php:101
1687
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoGallery.php:100
1688
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoStream.php:91
1689
+ #: SmartSlider3Pro/Generator/Common/Pinterest/Sources/PinterestImages.php:65
1690
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:188
1691
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:111
1692
+ msgid "View"
1693
+ msgstr "Näkymä"
1694
+
1695
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:91
1696
+ msgid "Adjust"
1697
  msgstr ""
1698
 
1699
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:92
1700
+ msgid "Move (Absolute)"
1701
+ msgstr ""
 
 
 
 
 
 
1702
 
1703
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:92
1704
+ #: SmartSlider3/Widget/Group/Arrow.php:44
1705
+ msgid "Arrows"
1706
+ msgstr "Nuolet"
 
1707
 
1708
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:93
1709
+ msgid "Align (Absolute)"
 
 
1710
  msgstr ""
1711
 
1712
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:93
1713
+ msgid "Numeric keys"
 
 
1714
  msgstr ""
1715
 
1716
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:98
1717
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:16
1718
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:20
1719
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:39
1720
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:60
1721
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:42
1722
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:41
1723
+ msgid "Action"
1724
+ msgstr "Toiminta"
1725
 
1726
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:100
1727
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:375
1728
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:174
1729
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:1101
1730
+ #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:79
1731
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:54
1732
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:43
1733
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:127
1734
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:148
1735
+ msgid "Duplicate"
1736
+ msgstr "Kopioi"
1737
+
1738
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:101
1739
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1131
1740
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:60
1741
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:44
1742
+ #: SmartSlider3/Application/Model/ModelSliders.php:573
1743
+ msgid "Copy"
1744
+ msgstr "Kopioi"
1745
+
1746
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:102
1747
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1140
1748
+ msgid "Paste"
1749
  msgstr ""
1750
 
1751
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:103
1752
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:200
1753
+ msgid "Undo"
 
 
 
1754
  msgstr ""
1755
 
1756
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:104
1757
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:191
1758
+ msgid "Redo"
1759
  msgstr ""
1760
 
1761
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:105
1762
+ #: SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSave.php:12
1763
+ msgid "Save"
1764
+ msgstr "Tallenna"
 
 
1765
 
1766
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:109
1767
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:42
1768
+ #, fuzzy
1769
+ #| msgid "Layer animations"
1770
+ msgid "Play animations"
1771
+ msgstr "Tasoanimaatiot"
 
1772
 
1773
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:114
1774
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:86
1775
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:89
1776
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:106
1777
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:109
1778
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:272
1779
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:171
1780
+ msgid "Clear device specific settings"
1781
+ msgstr ""
1782
 
1783
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:115
1784
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:89
1785
+ msgid "Current layer, current device"
1786
+ msgstr ""
1787
 
1788
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:116
1789
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:86
1790
+ msgid "Current layer, all devices"
1791
  msgstr ""
1792
 
1793
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:117
1794
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:109
1795
+ msgid "All layers, current device"
1796
+ msgstr ""
1797
 
1798
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/hotkey.js:118
1799
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/editor-hotkey.js:106
1800
+ msgid "All layers, all devices"
1801
+ msgstr ""
 
 
 
1802
 
1803
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/safe-html.js:15
1804
+ msgid "Unexpected response"
 
 
 
1805
  msgstr ""
1806
 
1807
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:17
1808
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:109
1809
+ msgid "Scroll to"
1810
  msgstr ""
1811
 
1812
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:18
1813
+ msgid "Scroll to alias"
1814
  msgstr ""
1815
 
1816
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:19
1817
+ msgid "Go to slide"
1818
+ msgstr ""
 
 
1819
 
1820
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:20
1821
+ msgid "Go to slide ID"
1822
+ msgstr ""
 
 
 
1823
 
1824
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:21
1825
+ msgid "Previous slide"
1826
+ msgstr ""
 
1827
 
1828
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:22
1829
+ msgid "Next slide"
1830
+ msgstr ""
1831
 
1832
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:23
1833
+ msgid "Slide event"
1834
+ msgstr ""
1835
 
1836
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:118
1837
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:155
1838
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:197
1839
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:265
1840
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:354
1841
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:36
1842
+ msgid "Examples"
1843
+ msgstr "Esimerkit"
1844
 
1845
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:119
1846
+ msgid "Scrolls to the top of the page."
 
1847
  msgstr ""
1848
 
1849
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:120
1850
+ msgid "Scrolls to the bottom of the page."
 
1851
  msgstr ""
1852
 
1853
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:121
1854
+ msgid ""
1855
+ "You can use any jQuery selector to scroll to a specific element on the page. "
1856
+ "Example: \"#pricing\" scrolls to the element with the id of \"pricing\"."
1857
  msgstr ""
1858
 
1859
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:151
1860
+ msgid "Slider alias"
1861
+ msgstr ""
 
 
1862
 
1863
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:156
1864
+ msgid "Slider alias set at Slider settings > General"
1865
+ msgstr ""
 
 
1866
 
1867
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:187
1868
+ msgid "Slide index"
1869
  msgstr ""
1870
 
1871
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:189
1872
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:257
1873
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:215
1874
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:325
1875
+ msgid "Direction"
1876
+ msgstr "Suunta"
 
 
 
 
 
 
 
 
 
 
1877
 
1878
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:190
1879
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:258
1880
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderDeveloper.php:93
1881
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:164
1882
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:77
1883
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:196
1884
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:42
1885
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:76
1886
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:82
1887
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:82
1888
+ msgid "Auto"
1889
+ msgstr "Automaattinen"
 
 
1890
 
1891
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:191
1892
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:259
1893
+ msgid "Backward"
1894
+ msgstr "Taaksepäin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1895
 
1896
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:192
1897
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:260
1898
+ msgid "Forward"
1899
+ msgstr "Eteenpäin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1900
 
1901
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:198
1902
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:266
1903
  #, javascript-format
1904
+ msgid "slide index: 2 %s direction: backward"
1905
  msgstr ""
1906
 
1907
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:198
1908
+ msgid "Switches to the second slide as if the previous arrow was pressed"
 
1909
  msgstr ""
1910
 
1911
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:199
1912
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:267
1913
  #, javascript-format
1914
+ msgid "slide index: 5 %s direction: forward"
1915
  msgstr ""
1916
 
1917
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:199
1918
+ msgid "Switches to the fifth slide as if the next arrow was pressed"
 
1919
  msgstr ""
1920
 
1921
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:252
1922
+ msgid "Slide ID"
 
 
 
 
 
1923
  msgstr ""
1924
 
1925
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:266
1926
+ msgid ""
1927
+ "Switches to the slide with the #2 ID as if the previous arrow was pressed"
1928
  msgstr ""
1929
 
1930
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:267
1931
+ msgid "Switches to the slide with the #5 ID as if the next arrow was pressed"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1932
  msgstr ""
1933
 
1934
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:350
1935
+ msgid "Event name"
1936
+ msgstr ""
 
 
 
 
 
1937
 
1938
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-action.js:355
1939
+ msgid "An event you use to trigger layer animation(s) with"
1940
+ msgstr ""
 
 
 
 
 
 
1941
 
1942
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:16
1943
+ msgid "Content List - One Per Line"
1944
+ msgstr ""
1945
 
1946
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:18
1947
+ msgid "Choose images"
1948
  msgstr ""
1949
 
1950
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:45
1951
+ msgid "Titles - One Per Line"
 
1952
  msgstr ""
1953
 
1954
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-lightbox.js:50
1955
+ msgid "Autoplay duration"
1956
+ msgstr ""
 
 
 
 
1957
 
1958
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:19
1959
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:18
1960
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:75
1961
+ msgid "URL"
1962
+ msgstr ""
 
 
 
1963
 
1964
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:24
1965
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:275
1966
+ msgid "Search keyword"
1967
+ msgstr ""
 
1968
 
1969
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url-tab-url.js:31
1970
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:283
1971
+ #: SmartSlider3/Generator/WordPress/Posts/GeneratorGroupPosts.php:16
1972
+ #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookPostsByPage.php:30
1973
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/GeneratorGroupMultisitePost.php:29
1974
+ msgid "Posts"
1975
+ msgstr "Postaukset"
1976
+
1977
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:19
1978
+ msgid "Lightbox"
1979
  msgstr ""
1980
 
1981
+ #: SmartSlider3/Application/Admin/Assets/js/common/modal/modals/url.js:34
1982
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:412
1983
+ #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:15
1984
+ msgid "Insert"
1985
+ msgstr "Syötä"
 
 
 
1986
 
1987
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:26
1988
+ msgid "Oops, Something Went Wrong"
 
1989
  msgstr ""
1990
 
1991
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:50
1992
+ msgid "Success"
 
 
 
 
 
1993
  msgstr ""
1994
 
1995
+ #: SmartSlider3/Application/Admin/Assets/js/common/notificationcenter/notification.js:56
1996
+ #: SmartSlider3/Application/Admin/Assets/js/common/ui.js:413
1997
+ msgid "Notice"
1998
  msgstr ""
1999
 
2000
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:33
2001
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:68
2002
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:124
2003
+ msgid "Select image"
2004
  msgstr ""
2005
 
2006
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:35
2007
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:70
2008
+ msgid "Use Joomla selector"
2009
  msgstr ""
2010
 
2011
+ #: SmartSlider3/Application/Admin/Assets/js/common/platform/joomla/image-choose.js:126
2012
+ msgid "Use default selector"
 
2013
  msgstr ""
2014
 
2015
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/abstract/core.js:132
2016
+ msgid "Deleted."
 
2017
  msgstr ""
2018
 
2019
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:101
2020
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/setsandmore.js:91
2021
+ #: SmartSlider3Pro/SplitText/Admin/Assets/js/manager.js:71
2022
+ msgid "Static"
2023
+ msgstr "Staattinen"
2024
 
2025
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:224
2026
+ msgid "Save as New"
2027
  msgstr ""
2028
 
2029
+ #: SmartSlider3/Application/Admin/Assets/js/common/visuals/manager/core.js:235
2030
+ msgid "Saved."
2031
  msgstr ""
2032
 
2033
+ #: SmartSlider3/Application/Admin/Assets/js/element/animationmanagerelement.js:71
2034
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/particlemanager.js:140
2035
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/splittextanimationmanagerelement.js:100
2036
+ msgid "Enabled"
2037
+ msgstr "Käytössä"
2038
+
2039
+ #: SmartSlider3/Application/Admin/Assets/js/element/columns-element.js:110
2040
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:70
2041
+ msgid "Column"
2042
+ msgstr "Kolumni"
2043
+
2044
+ #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:141
2045
+ msgid "There is no layer available to be parent of the current layer!"
2046
  msgstr ""
2047
 
2048
+ #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:151
2049
+ msgid "Pick the parent layer!"
2050
+ msgstr "Valitse pää taso!"
2051
+
2052
+ #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:170
2053
+ msgid "Pick the align point of the parent layer!"
2054
+ msgstr "Valitse päätason kohdistuskohta!"
2055
+
2056
+ #: SmartSlider3/Application/Admin/Assets/js/element/layerpicker.js:193
2057
+ msgid "Pick the align point of the child layer!"
2058
+ msgstr "Valitse alatason kohdistuspaikka!"
2059
+
2060
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:71
2061
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:327
2062
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:104
2063
+ #: SmartSlider3/Form/Element/Group/WidgetPosition.php:24
2064
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:204
2065
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:275
2066
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:180
2067
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:260
2068
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:203
2069
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:289
2070
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:89
2071
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:195
2072
+ msgid "Advanced"
2073
  msgstr ""
2074
 
2075
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:75
2076
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:87
2077
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:96
2078
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:108
2079
+ #, fuzzy, javascript-format
2080
+ #| msgid "Outer"
2081
+ msgid "Outer %s"
2082
+ msgstr "Uloin"
2083
+
2084
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:78
2085
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:87
2086
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:90
2087
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:99
2088
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:149
2089
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:169
2090
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:471
2091
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:475
2092
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:480
2093
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:481
2094
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:486
2095
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:487
2096
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:491
2097
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:514
2098
+ #: SmartSlider3/Form/Element/Group/WidgetPosition.php:88
2099
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:199
2100
+ #: SmartSlider3/Storage.php:949
2101
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:102
2102
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:70
2103
+ #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:181
2104
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:220
2105
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:300
2106
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:75
2107
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:75
2108
+ msgid "Left"
2109
+ msgstr "Vasemmalle"
2110
+
2111
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:84
2112
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:93
2113
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:96
2114
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:105
2115
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:151
2116
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:469
2117
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:473
2118
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:482
2119
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:483
2120
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:484
2121
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:485
2122
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:489
2123
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:512
2124
+ #: SmartSlider3/Form/Element/Group/WidgetPosition.php:89
2125
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:200
2126
+ #: SmartSlider3/Storage.php:964
2127
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:104
2128
+ #: SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php:72
2129
+ #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:190
2130
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:218
2131
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:301
2132
+ #: SmartSlider3Pro/Widget/Bullet/BulletNumbers/BulletNumbers.php:77
2133
+ #: SmartSlider3Pro/Widget/Bullet/BulletText/BulletText.php:77
2134
+ msgid "Right"
2135
+ msgstr "Oikealle"
2136
+
2137
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:90
2138
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:93
2139
+ msgid "Middle"
2140
  msgstr ""
2141
 
2142
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:99
2143
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:102
2144
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:105
2145
+ #: SmartSlider3/Application/Admin/Assets/js/element/widgetposition.js:108
2146
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:470
2147
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:474
2148
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:484
2149
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:485
2150
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:486
2151
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:487
2152
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:490
2153
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:513
2154
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php:242
2155
+ #: SmartSlider3/Form/Element/Group/WidgetPosition.php:107
2156
+ #: SmartSlider3/Storage.php:994
2157
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:140
2158
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:74
2159
+ #: SmartSlider3Pro/LayerAnimation/LayerAnimationStorage.php:208
2160
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:219
2161
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:236
2162
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:302
2163
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:338
2164
+ #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:108
2165
+ msgid "Bottom"
2166
+ msgstr "Alhaalla"
2167
+
2168
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentAbstract.js:1210
2169
+ msgid "Layer(s)"
2170
  msgstr ""
2171
 
2172
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:270
2173
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:94
2174
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:252
2175
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:69
2176
+ #: SmartSlider3/Widget/Group/AbstractWidgetGroup.php:94
2177
+ msgid "Hide on"
 
 
 
2178
  msgstr ""
2179
 
2180
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:414
2181
+ msgid "Rename"
 
2182
  msgstr ""
2183
 
2184
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:421
2185
+ msgid "Show/Hide in editor"
2186
  msgstr ""
2187
 
2188
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:573
2189
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/ComponentCommonAbstract.js:594
2190
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:35
2191
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabGoPro.php:21
2192
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:156
2193
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:346
2194
+ #: SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php:129
2195
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:185
2196
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:195
2197
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:197
2198
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:179
2199
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:134
2200
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:259
2201
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:163
2202
+ #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:130
2203
+ #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:183
2204
+ #: SmartSlider3Pro/Widget/Arrow/ArrowReveal/ArrowReveal.php:45
2205
+ msgid "Animation"
2206
+ msgstr "Animaatio"
2207
+
2208
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/animations.js:106
2209
+ msgid "Add animation"
2210
+ msgstr "Lisää animaatio"
2211
+
2212
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/animations.js:116
2213
+ msgid "Remove animations"
2214
+ msgstr "Poista animaatiot"
2215
 
2216
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/editor/Editor.js:50
2217
+ msgid "Layer Animation - Basic"
2218
  msgstr ""
2219
 
2220
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/editor/Editor.js:105
2221
+ msgid "Add keyframe"
2222
  msgstr ""
2223
 
2224
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/LoopDummy.js:75
2225
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/LoopDummy.js:91
2226
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:49
2227
+ msgid "Loop"
2228
+ msgstr "Silmukka"
2229
 
2230
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/keyFrame/KeyFrame.js:188
2231
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:357
2232
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:358
2233
+ msgid "Special Zero"
 
2234
  msgstr ""
2235
 
2236
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/basic/group/keyFrame/KeyFrame.js:188
2237
+ msgid "Keyframe"
2238
  msgstr ""
2239
 
2240
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/animation/types/reveal/editor/Editor.js:41
2241
+ msgid "Layer Animation - Reveal"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2242
  msgstr ""
2243
 
2244
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/col.js:170
2245
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/content.js:121
2246
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:362
2247
+ msgid "Open/Close"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2248
  msgstr ""
2249
 
2250
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/content.js:11
2251
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:505
2252
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabContent.php:18
2253
+ msgid "Content"
2254
+ msgstr "Sisältö"
 
 
2255
 
2256
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/contentAbstract.js:439
2257
+ msgid "Child layers"
 
 
 
 
2258
  msgstr ""
2259
 
2260
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/animatedHeading.js:68
2261
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/Assets/animatedHeading.js:20
2262
+ #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:52
2263
+ msgid "Animated heading"
2264
  msgstr ""
2265
 
2266
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/highlightedHeading.js:57
2267
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/Assets/highlightedHeading.js:22
2268
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:53
2269
+ msgid "Highlighted heading"
2270
  msgstr ""
2271
 
2272
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/splittext-admin.js:87
2273
+ #, fuzzy
2274
+ #| msgid "No animation"
2275
+ msgid "Text animation in"
2276
+ msgstr "Ei animaatiota"
2277
 
2278
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/item/splittext-admin.js:100
2279
+ #, fuzzy
2280
+ #| msgid "No animation"
2281
+ msgid "Text animation out"
2282
+ msgstr "Ei animaatiota"
2283
 
2284
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:11
2285
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/layer.js:194
2286
+ msgid "Layer"
2287
+ msgstr "Taso"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2288
 
2289
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/row.js:14
2290
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:31
2291
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/BlockAddLayer.php:25
2292
+ msgid "Row"
2293
+ msgstr "Rivi"
2294
 
2295
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:13
2296
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:161
2297
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:662
2298
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/components/section-slide.js:678
2299
+ #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:56
2300
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:57
2301
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:82
2302
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:329
2303
+ msgid "Slide"
2304
+ msgstr "Liu-uta"
2305
 
2306
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:176
2307
+ msgid "Theme"
2308
+ msgstr ""
 
2309
 
2310
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:256
2311
+ #, javascript-format
2312
+ msgid "%s or newer required for this feature."
2313
+ msgstr ""
 
2314
 
2315
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:294
2316
+ msgid "This section requires activated Pro version."
 
2317
  msgstr ""
2318
 
2319
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:297
2320
+ #, javascript-format
2321
+ msgid "This block is not available in the free version. %s"
2322
  msgstr ""
2323
 
2324
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/addLayer.js:297
2325
+ #: SmartSlider3/Application/Admin/GoPro/ViewGoProIndex.php:24
2326
+ #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:37
2327
+ #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:51
2328
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.php:23
2329
+ #: SmartSlider3/Platform/WordPress/Admin/AdminHelper.php:96
2330
+ msgid "Go Pro"
2331
  msgstr ""
2332
 
2333
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:17
2334
+ msgid "Editor settings"
2335
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2336
 
2337
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:45
2338
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:53
2339
+ msgid "Upgrade to Pro"
2340
  msgstr ""
2341
 
2342
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:55
2343
+ msgid "Guide settings"
 
2344
  msgstr ""
2345
 
2346
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:124
2347
+ msgid "Smart snap"
 
2348
  msgstr ""
2349
 
2350
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:131
2351
+ msgid "Round to 5px"
2352
+ msgstr "Pyöristä 5px"
2353
+
2354
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:143
2355
+ msgid "Ruler"
2356
+ msgstr "Viivain"
2357
+
2358
+ #: SmartSlider3/Application/Admin/Assets/js/fragment/ui/settings.js:147
2359
+ #, fuzzy
2360
+ #| msgid "Clear cache"
2361
+ msgid "Clear guides"
2362
+ msgstr "Pyyhi välimuisti"
2363
+
2364
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:101
2365
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:14
2366
+ #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.php:13
2367
+ msgid "Activate Smart Slider 3 Pro"
2368
  msgstr ""
2369
 
2370
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:107
2371
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:15
2372
+ msgid "Activation is required to unlock all features!"
2373
  msgstr ""
2374
 
2375
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:108
2376
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:15
2377
+ #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.php:16
2378
+ msgid ""
2379
+ "Register Smart Slider 3 Pro on this domain to enable auto update, slider "
2380
+ "templates and slide library."
2381
  msgstr ""
2382
 
2383
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:113
2384
+ msgid "Skip"
2385
+ msgstr "Ohita"
2386
+
2387
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:124
2388
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php:17
2389
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:85
2390
+ #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.php:27
2391
+ msgid "Activate"
2392
  msgstr ""
2393
 
2394
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:156
2395
+ msgid ""
2396
+ "Activation process is not supported in this browser. Please use Google "
2397
+ "Chrome."
2398
  msgstr ""
2399
 
2400
+ #: SmartSlider3/Application/Admin/Assets/js/license.js:230
2401
+ msgid "Smart Slider 3 activated!"
2402
+ msgstr "Smart Slider 3 aktivoitu!"
2403
+
2404
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:164
2405
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:165
2406
+ msgid "Laptop"
2407
+ msgstr ""
2408
+
2409
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:191
2410
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:199
2411
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:210
2412
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:136
2413
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:134
2414
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:65
2415
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:429
2416
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:455
2417
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:480
2418
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:505
2419
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:530
2420
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:221
2421
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:152
2422
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:154
2423
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:148
2424
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:244
2425
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:149
2426
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:253
2427
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:89
2428
+ #: SmartSlider3/Widget/Group/Bullet.php:73
2429
+ #: SmartSlider3/Widget/Group/Thumbnail.php:66
2430
+ #: SmartSlider3/Widget/Shadow/ShadowImage/ShadowImage.php:36
2431
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:113
2432
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:172
2433
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:175
2434
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:178
2435
+ #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:248
2436
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:82
2437
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:221
2438
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:154
2439
+ #: SmartSlider3Pro/Widget/Arrow/ArrowImageBar/ArrowImageBar.php:34
2440
+ #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:58
2441
+ #: SmartSlider3Pro/Widget/Indicator/IndicatorStripe/IndicatorStripe.php:31
2442
+ msgid "Width"
2443
+ msgstr "Leveys"
2444
+
2445
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:227
2446
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:235
2447
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:215
2448
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderLoading.php:146
2449
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php:139
2450
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:78
2451
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:433
2452
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:459
2453
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:484
2454
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:509
2455
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:534
2456
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:99
2457
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:105
2458
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:228
2459
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:157
2460
+ #: SmartSlider3/Renderable/Item/Image/ItemImage.php:159
2461
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:153
2462
+ #: SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php:248
2463
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:154
2464
+ #: SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php:257
2465
+ #: SmartSlider3/Widget/Group/Bullet.php:84
2466
+ #: SmartSlider3/Widget/Group/Thumbnail.php:77
2467
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:125
2468
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderShapeDivider.php:184
2469
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:181
2470
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:184
2471
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:85
2472
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:159
2473
+ #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:59
2474
+ #: SmartSlider3Pro/Widget/Indicator/IndicatorStripe/IndicatorStripe.php:35
2475
+ msgid "Height"
2476
+ msgstr "Korkeus"
2477
 
2478
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:413
2479
+ #, javascript-format
2480
+ msgid "Below %s pixels."
 
 
 
 
 
 
 
 
2481
  msgstr ""
2482
 
2483
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:416
2484
+ #, javascript-format
2485
+ msgid "Above %s pixels."
2486
  msgstr ""
2487
 
2488
+ #: SmartSlider3/Application/Admin/Assets/js/preview.js:418
2489
+ #, javascript-format
2490
+ msgid "Between %s and %s pixels."
2491
  msgstr ""
2492
 
2493
+ #: SmartSlider3/Application/Admin/Assets/js/slide/edit.js:187
2494
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php:171
2495
+ #, javascript-format, php-format
2496
+ msgid "This slide is hidden on the following devices: %s"
2497
  msgstr ""
2498
 
2499
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:34
2500
+ msgid "Data"
 
2501
  msgstr ""
2502
 
2503
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:333
2504
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:44
2505
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:31
2506
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php:29
2507
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php:54
2508
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php:30
2509
+ #: SmartSlider3/Generator/WordPress/Posts/Sources/PostsPostsByIDs.php:18
2510
+ #: SmartSlider3Pro/Generator/Common/Dribbble/Sources/DribbbleProject.php:22
2511
+ #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookAlbums.php:21
2512
+ #: SmartSlider3Pro/Generator/Common/Facebook/Sources/FacebookPostsByPage.php:23
2513
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeopleAlbum.php:20
2514
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoGallery.php:20
2515
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPeoplePhotoStream.php:20
2516
+ #: SmartSlider3Pro/Generator/Common/Flickr/Sources/FlickrPhotosSearch.php:20
2517
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderImages.php:83
2518
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderSubfolders.php:83
2519
+ #: SmartSlider3Pro/Generator/Common/ImagesInFolder/Sources/ImagesInFolderVideos.php:82
2520
+ #: SmartSlider3Pro/Generator/Common/Json/Sources/JsonInput.php:20
2521
+ #: SmartSlider3Pro/Generator/Common/Json/Sources/JsonUrl.php:21
2522
+ #: SmartSlider3Pro/Generator/Common/Pinterest/Sources/PinterestImages.php:20
2523
+ #: SmartSlider3Pro/Generator/Common/Rss/Sources/RSSFeed.php:22
2524
+ #: SmartSlider3Pro/Generator/Common/Text/Sources/TextInput.php:20
2525
+ #: SmartSlider3Pro/Generator/Common/Text/Sources/TextText.php:20
2526
+ #: SmartSlider3Pro/Generator/Common/Twitter/Sources/TwitterTimeline.php:30
2527
+ #: SmartSlider3Pro/Generator/Common/Vimeo/Sources/VimeoAlbum.php:22
2528
+ #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeByPlaylist.php:29
2529
+ #: SmartSlider3Pro/Generator/Common/YouTube/Sources/YouTubeBySearch.php:28
2530
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:44
2531
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Sources/DjclassifiedsItems.php:37
2532
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Sources/EasyblogPosts.php:34
2533
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Sources/EasydiscussDiscussions.php:30
2534
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:26
2535
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialEvents.php:29
2536
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:29
2537
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialPages.php:29
2538
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialUsers.php:45
2539
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialVideos.php:25
2540
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Sources/EshopProducts.php:46
2541
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:43
2542
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:34
2543
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:30
2544
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProductsbyid.php:25
2545
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:26
2546
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:32
2547
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:100
2548
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:38
2549
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:37
2550
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:32
2551
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:36
2552
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:33
2553
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:33
2554
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:33
2555
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:35
2556
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:35
2557
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:37
2558
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:31
2559
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:27
2560
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:31
2561
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:36
2562
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:44
2563
+ #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:38
2564
+ #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:28
2565
+ #: SmartSlider3Pro/Generator/WordPress/BestWebSoft/Sources/BestWebSoftGallery.php:19
2566
+ #: SmartSlider3Pro/Generator/WordPress/Custom/Sources/CustomCustom.php:26
2567
+ #: SmartSlider3Pro/Generator/WordPress/EventsManager/Sources/EventsManagerEvents.php:29
2568
+ #: SmartSlider3Pro/Generator/WordPress/MultisitePost/Sources/MultisitePostPosts.php:27
2569
+ #: SmartSlider3Pro/Generator/WordPress/NextgenGallery/Sources/NextgenGalleryGallery.php:23
2570
+ #: SmartSlider3Pro/Generator/WordPress/TheEventsCalendar/Sources/TheEventsCalendarEvents.php:29
2571
+ #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:22
2572
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceCategory.php:22
2573
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:28
2574
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByIds.php:21
2575
+ msgid "Filter"
2576
+ msgstr "Filtteri"
2577
 
2578
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:334
2579
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:343
2580
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:117
2581
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php:467
2582
+ #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:55
2583
+ #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:75
2584
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:240
2585
+ msgid "No"
2586
+ msgstr "Ei"
2587
 
2588
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:335
2589
+ msgid "Clean HTML"
2590
+ msgstr "Siivoa HTML"
 
2591
 
2592
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:336
2593
+ msgid "Remove HTML"
2594
+ msgstr "Poista HTML"
 
2595
 
2596
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:342
2597
+ msgid "Split by Chars"
 
2598
  msgstr ""
2599
 
2600
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:344
2601
+ msgid "Strict"
2602
+ msgstr "Strict"
 
2603
 
2604
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:345
2605
+ msgid "Respect words"
2606
+ msgstr "Kunnioita sanoja"
 
2607
 
2608
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:370
2609
+ msgid "Find image"
2610
+ msgstr "Etsi kuva"
 
2611
 
2612
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:383
2613
+ msgid "Find link"
2614
+ msgstr "Etsi linkki"
 
 
 
 
 
2615
 
2616
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:396
2617
+ msgid "Remove links"
2618
+ msgstr "Poista linkit"
 
2619
 
2620
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:401
2621
+ msgid "Remove line breaks"
2622
  msgstr ""
2623
 
2624
+ #: SmartSlider3/Application/Admin/Assets/js/slide/generator.js:409
2625
+ msgid "Result"
2626
+ msgstr "Tulos"
2627
 
2628
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:16
2629
+ msgid "Most important changes in version 3.4"
2630
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
2631
 
2632
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:19
2633
+ msgid ""
2634
+ "To help you get started with the new version, we've put together the most "
2635
+ "important changes."
2636
  msgstr ""
2637
 
2638
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:30
2639
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:261
2640
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:265
2641
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:100
2642
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:39
2643
+ #, fuzzy
2644
+ #| msgid "Slide background image fill"
2645
+ msgid "Slide background"
2646
+ msgstr "Dian taustakuvan täyttö"
2647
 
2648
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:33
2649
+ msgid ""
2650
+ "You can find the Slide Background option in the Layer Window! Click on the "
2651
+ "Slide Label at the top of the Canvas to find them."
2652
+ msgstr ""
 
2653
 
2654
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:36
2655
+ #, fuzzy
2656
+ #| msgid "MP4 video"
2657
+ msgid "Watch video"
2658
+ msgstr "MP4 video"
2659
+
2660
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:45
2661
+ #, fuzzy
2662
+ #| msgid "Mouse enter position"
2663
+ msgid "Absolute position"
2664
+ msgstr "Hiiren saapuminen sijaintiin"
2665
 
2666
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:48
2667
+ msgid ""
2668
+ "Canvas layers are now called Absolute! In the Add Panel switch to Absolute "
2669
+ "before you create the layer."
2670
+ msgstr ""
2671
 
2672
+ #: SmartSlider3/Application/Admin/Assets/js/slide/popup34.js:51
2673
+ msgid "Read docs"
2674
+ msgstr ""
2675
 
2676
+ #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:42
2677
+ #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:169
2678
+ msgid "Change slider type"
2679
+ msgstr ""
2680
 
2681
+ #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:47
2682
+ msgid ""
2683
+ "Changing your slider type is irreversible. After changing your slider type, "
2684
+ "<b>you will lose all slider type related settings</b>."
2685
+ msgstr ""
2686
 
2687
+ #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:51
2688
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:175
2689
+ msgid "Slider type"
2690
+ msgstr ""
2691
 
2692
+ #: SmartSlider3/Application/Admin/Assets/js/slider/change-type.js:54
2693
+ msgid "Convert"
2694
+ msgstr ""
2695
 
2696
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:39
2697
+ msgid "What do you want to create today?"
2698
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2699
 
2700
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:42
2701
+ msgid ""
2702
+ "Use our powerful visual editor, or simply import one of our existing "
2703
+ "template."
2704
+ msgstr ""
2705
 
2706
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:69
2707
+ msgid "Create a New Project"
2708
+ msgstr ""
2709
 
2710
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:72
2711
  msgid ""
2712
+ "Start a new project from scratch and build exactly what you’ve imagined. You "
2713
+ "can easily customize every pixels and create anything with layers."
2714
  msgstr ""
2715
 
2716
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:93
2717
+ msgid "Start with a Template"
 
 
 
 
 
 
 
 
 
2718
  msgstr ""
2719
 
2720
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:96
2721
+ msgid ""
2722
+ "Start with a template and make it your own with the innovative drag and drop "
2723
+ "interface. You can choose from hundreds of premade templates."
2724
+ msgstr ""
 
 
 
2725
 
2726
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:100
2727
+ msgid "or import your own files"
2728
+ msgstr ""
 
 
2729
 
2730
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:117
2731
+ msgid "Create new project"
2732
+ msgstr ""
2733
 
2734
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:123
2735
+ #, fuzzy
2736
+ #| msgid "Post types"
2737
+ msgid "Project type"
2738
+ msgstr "Postaustyypit"
2739
 
2740
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:126
2741
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:73
2742
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:81
2743
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:49
2744
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:53
2745
+ #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:183
2746
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:114
2747
+ #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:322
2748
+ msgid "Slider"
2749
+ msgstr "Slideri"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2750
 
2751
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:130
2752
+ #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:26
2753
+ msgid "Block"
2754
+ msgstr "Estä"
2755
 
2756
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:162
2757
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:223
2758
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:231
2759
+ #: SmartSlider3Pro/Slider/ResponsiveType/FullPage/ResponsiveTypeFullPageAdmin.php:18
2760
+ msgid "Full page"
2761
+ msgstr "Koko sivu"
2762
 
2763
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:182
2764
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:30
2765
+ msgid "Carousel"
2766
+ msgstr "Karuselli"
2767
 
2768
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:186
2769
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:30
2770
+ msgid "Showcase"
2771
+ msgstr "Näyteikkuna"
2772
 
2773
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:199
2774
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:231
2775
+ msgid "Pro"
2776
  msgstr ""
2777
 
2778
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:202
2779
+ #: SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php:47
2780
+ #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:34
2781
+ #: SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php:57
2782
+ msgid "Settings"
2783
+ msgstr "Asetukset"
2784
 
2785
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:207
2786
+ msgid "My project"
2787
  msgstr ""
2788
 
2789
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:221
2790
+ #: SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoAdmin.php:15
2791
+ msgid "Boxed"
2792
  msgstr ""
2793
 
2794
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:222
2795
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:78
2796
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:151
2797
+ #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:164
2798
+ #: SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php:17
2799
+ #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:91
2800
+ #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:148
2801
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:246
2802
+ msgid "Full width"
2803
+ msgstr "Kokoleveys"
2804
 
2805
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:226
2806
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php:376
2807
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:297
2808
+ msgid "Layout"
2809
+ msgstr "Ulkoasu"
2810
+
2811
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:235
2812
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:47
2813
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:47
2814
+ msgid "Slide width"
2815
  msgstr ""
2816
 
2817
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:241
2818
+ #: SmartSlider3Pro/Slider/SliderType/Carousel/SliderTypeCarouselAdmin.php:57
2819
+ #: SmartSlider3Pro/Slider/SliderType/Showcase/SliderTypeShowcaseAdmin.php:57
2820
+ msgid "Slide height"
2821
  msgstr ""
2822
 
2823
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:249
2824
+ msgid "Create"
2825
+ msgstr "Luo"
2826
+
2827
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:375
2828
+ msgid "Join The Smart Slider 3 Community"
2829
  msgstr ""
2830
 
2831
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:377
2832
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.php:22
2833
+ msgid ""
2834
+ "Join more than 120,000 subscribers and get access to the latest slider "
2835
+ "templates, tips, tutorials and other exclusive contents directly to your "
2836
+ "inbox."
2837
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2838
 
2839
+ #: SmartSlider3/Application/Admin/Assets/js/slider/create.js:391
2840
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.php:32
2841
+ msgid "Subscribe"
2842
  msgstr ""
2843
 
2844
+ #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:295
2845
+ #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:70
2846
  #, fuzzy
2847
+ #| msgid "Whole group"
2848
+ msgid "Change group"
2849
+ msgstr "Koko ryhmä"
2850
 
2851
+ #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:308
2852
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/GeneratorGroupEasysocial.php:35
2853
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialAlbums.php:29
2854
+ #: SmartSlider3Pro/Generator/Joomla/Easysocial/Sources/EasysocialGroups.php:23
2855
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/GeneratorGroupJomsocial.php:35
2856
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:42
2857
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:39
2858
+ msgid "Groups"
2859
+ msgstr "Ryhmät"
2860
 
2861
+ #: SmartSlider3/Application/Admin/Assets/js/slider/manage.js:312
2862
+ msgid "Set"
2863
+ msgstr "aseta"
 
 
2864
 
2865
+ #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:66
2866
+ msgid "Up"
 
 
 
2867
  msgstr ""
2868
 
2869
+ #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:76
2870
+ msgid "Insert group"
2871
+ msgstr "Syötä ryhmä"
 
2872
 
2873
+ #: SmartSlider3/Application/Admin/Assets/js/slider/select-modal.js:93
2874
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php:59
2875
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:134
2876
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:208
2877
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:42
2878
+ msgid "Group"
2879
+ msgstr "Ryhmä"
2880
 
2881
+ #: SmartSlider3/Application/Admin/Assets/js/slider/slider.js:86
2882
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php:134
2883
+ #: SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php:207
2884
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:158
2885
+ msgid "Move to trash"
2886
  msgstr ""
2887
 
2888
+ #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:29
2889
+ msgid "empty the trash"
2890
+ msgstr ""
 
 
 
 
 
 
 
 
2891
 
2892
+ #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:118
2893
+ msgid "Delete permanently"
2894
+ msgstr ""
 
 
 
 
 
 
2895
 
2896
+ #: SmartSlider3/Application/Admin/Assets/js/slider/trash.js:164
2897
+ #, fuzzy
2898
+ #| msgid "Delete slider"
2899
+ msgid "delete this slider"
2900
+ msgstr "Poista diaesitys"
 
 
 
 
 
2901
 
2902
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:68
2903
+ #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:61
2904
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:47
2905
+ #: SmartSlider3Pro/Application/Admin/Slider/ViewSliderEditGroup.php:199
2906
+ msgid "Publish"
2907
+ msgstr "Julkaise"
 
 
 
 
 
2908
 
2909
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:75
2910
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php:48
2911
+ msgid "Unpublish"
2912
+ msgstr "Peruuta julkaisu"
 
 
 
 
 
 
 
2913
 
2914
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:84
2915
+ msgid "Edit generator"
2916
+ msgstr "Muokkaa generaattoria"
 
 
 
2917
 
2918
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:93
2919
+ msgid "Set as first"
2920
+ msgstr "Aseta ensimmäiseksi"
2921
+
2922
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:104
2923
+ #, fuzzy
2924
+ #| msgid "Delete slider"
2925
+ msgid "Convert to slide"
2926
+ msgstr "Poista diaesitys"
2927
+
2928
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slide.js:253
2929
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:494
2930
+ msgid "Copy slide to"
2931
  msgstr ""
2932
 
2933
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:270
2934
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:304
2935
+ msgid "Add post"
2936
  msgstr ""
2937
 
2938
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:310
2939
+ msgid "Please select a Post first!"
 
2940
  msgstr ""
2941
 
2942
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:456
2943
+ #, fuzzy
2944
+ #| msgid "Delete slider"
2945
+ msgid "delete these slides"
2946
+ msgstr "Poista diaesitys"
2947
+
2948
+ #: SmartSlider3/Application/Admin/Assets/js/slides/slides.js:456
2949
+ #, fuzzy
2950
+ #| msgid "Delete slider"
2951
+ msgid "delete this slide"
2952
+ msgstr "Poista diaesitys"
2953
+
2954
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php:43
2955
  msgid "Animations"
2956
  msgstr "Animaatiot"
3360
 
3361
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:81
3362
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:83
3363
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:53
3364
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:55
3365
  msgid "ARIA label"
3366
  msgstr ""
3367
 
3368
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php:84
3369
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:56
3370
  msgid "It allows you to label your slider for screen readers."
3371
  msgstr ""
3372
 
3754
 
3755
  #: SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php:41
3756
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:97
3757
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:156
3758
  #: SmartSlider3/Application/Model/ModelGenerator.php:400
3759
  msgid "Slides"
3760
  msgstr "Diat"
3913
  msgid "Authentication successful."
3914
  msgstr "Valtuutus onnistui."
3915
 
3916
+ #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.php:61
3917
  msgid "Not installed"
3918
  msgstr "Ei asennettu"
3919
 
3920
+ #: SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.php:69
3921
  msgid "Visit"
3922
  msgstr ""
3923
 
3943
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:58
3944
  #: SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php:84
3945
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:96
3946
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:123
3947
  msgid "Generator"
3948
  msgstr "Generaattori"
3949
 
3950
+ #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php:18
3951
  msgid "How to upgrade to Smart Slider 3 Pro?"
3952
  msgstr ""
3953
 
3954
+ #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php:22
3955
  #, php-format
3956
  msgid ""
3957
  "After making your purchase, %1$slog in to your account%3$s and download the "
3959
  "on your website%3$s."
3960
  msgstr ""
3961
 
3962
+ #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php:26
3963
  msgid "Download Pro"
3964
  msgstr ""
3965
 
3966
+ #: SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php:30
3967
  msgid ""
3968
  "Feel free to remove the Free version, as you no longer need it. Your sliders "
3969
  "will stay!"
3970
  msgstr ""
3971
 
3972
+ #: SmartSlider3/Application/Admin/GoPro/Template/Index.php:18
3973
  msgid "Ready to go Pro?"
3974
  msgstr ""
3975
 
3976
+ #: SmartSlider3/Application/Admin/GoPro/Template/Index.php:22
3977
  msgid "Supercharge Smart Slider 3 with powerful functionality!"
3978
  msgstr ""
3979
 
3980
+ #: SmartSlider3/Application/Admin/GoPro/Template/Index.php:34
3981
  msgid "Already purchased?"
3982
  msgstr ""
3983
 
3984
+ #: SmartSlider3/Application/Admin/GoPro/Template/Index.php:38
3985
  msgid "Get started with the Pro version now!"
3986
  msgstr ""
3987
 
3999
  msgid "Successful connection with the API."
4000
  msgstr ""
4001
 
4002
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:22
4003
  msgid "Welcome to Help Center"
4004
  msgstr ""
4005
 
4006
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:25
4007
+ #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php:15
4008
  msgid ""
4009
  "To help you get started, we've put together a super tutorial video that "
4010
  "shows you the basic settings."
4011
  msgstr ""
4012
 
4013
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:40
4014
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:128
4015
  msgid "Possible conflicts"
4016
  msgstr ""
4017
 
4018
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:44
4019
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:132
4020
  msgid "Test connection"
4021
  msgstr ""
4022
 
4023
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:48
4024
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:136
4025
  msgid "No conflicts detected."
4026
  msgstr ""
4027
 
4028
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:66
4029
  msgid "Hello! How can we help you today?"
4030
  msgstr ""
4031
 
4032
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:71
4033
  msgid "Search in the knowledge base"
4034
  msgstr ""
4035
 
4036
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:83
4037
  msgid "Documentation"
4038
  msgstr ""
4039
 
4040
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:84
4041
  msgid ""
4042
  "To get started with Smart Slider 3, please refer to this guide for "
4043
  "downloading, installing, and using."
4044
  msgstr ""
4045
 
4046
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:90
4047
  msgid "Email support"
4048
  msgstr ""
4049
 
4050
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:91
4051
  msgid ""
4052
  "Need one-to-one assistance? Get in touch with our Support team! We'd love "
4053
  "the opportunity to help you."
4054
  msgstr ""
4055
 
4056
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:98
4057
  msgid "Tutorial videos"
4058
  msgstr ""
4059
 
4060
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:99
4061
  msgid ""
4062
  "Check our video tutorials which cover everything you need to know about "
4063
  "Smart Slider 3."
4064
  msgstr ""
4065
 
4066
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:104
4067
  msgid "Selected articles"
4068
  msgstr ""
4069
 
4070
+ #: SmartSlider3/Application/Admin/Help/Template/Index.php:166
4071
  #, fuzzy
4072
  #| msgid "Decoration"
4073
  msgid "Debug information"
4104
  msgid "Help"
4105
  msgstr "Apua"
4106
 
4107
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/AdminError.php:22
4108
  #: SmartSlider3/Application/Model/ModelSlides.php:129
4109
  msgid "Read more"
4110
  msgstr ""
4111
 
4112
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.php:17
4113
  msgid "Need more?"
4114
  msgstr ""
4115
 
4116
+ #: SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.php:20
4117
  msgid "Unlock all the pro features by upgrading to Smart Slider 3 Pro."
4118
  msgstr ""
4119
 
4120
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:42
4121
  msgid "Changelog"
4122
  msgstr "Muutosloki"
4123
 
4124
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:57
4125
  msgid "Check for update"
4126
  msgstr ""
4127
 
4128
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:60
4129
  msgid "Check"
4130
  msgstr ""
4131
 
4132
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:71
4133
  msgid "Your license is active"
4134
  msgstr ""
4135
 
4136
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:74
4137
  msgid "Deactivate license"
4138
  msgstr ""
4139
 
4140
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php:82
4141
  msgid "Activate your license"
4142
  msgstr ""
4143
 
4144
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.php:18
4145
  msgid "Don’t miss any update"
4146
  msgstr ""
4147
 
4148
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:25
4149
  msgid "Let us know how we're doing"
4150
  msgstr ""
4151
 
4152
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:29
4153
  msgid ""
4154
  "If you are happy with Smart Slider 3 and can take a minute please leave a "
4155
  "review. This will help to spread its popularity and to make this plugin a "
4156
  "better one."
4157
  msgstr ""
4158
 
4159
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:59
4160
  msgid "Rate your experience"
4161
  msgstr ""
4162
 
4163
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:60
4164
  msgid "Hated it"
4165
  msgstr ""
4166
 
4167
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:61
4168
  msgid "Disliked it"
4169
  msgstr ""
4170
 
4171
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:62
4172
  msgid "It was ok"
4173
  msgstr ""
4174
 
4175
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:63
4176
  msgid "Liked it"
4177
  msgstr ""
4178
 
4179
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php:64
4180
  msgid "Loved it"
4181
  msgstr ""
4182
 
4183
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:18
4184
  msgid "Why upgrade to Smart Slider 3 Pro?"
4185
  msgstr ""
4186
 
4187
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:25
4188
  msgid "180+ slider templates"
4189
  msgstr ""
4190
 
4191
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:29
4192
  msgid "14 new layers"
4193
  msgstr ""
4194
 
4195
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:33
4196
  msgid "New animations & effects"
4197
  msgstr ""
4198
 
4199
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:39
4200
  msgid "Full slide library access"
4201
  msgstr ""
4202
 
4203
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:43
4204
  msgid "Extra advanced options"
4205
  msgstr ""
4206
 
4207
+ #: SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php:47
4208
  msgid "Lifetime update & support"
4209
  msgstr ""
4210
 
4221
  msgid "Import"
4222
  msgstr "Tuo"
4223
 
4224
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:64
4225
  msgid "Layers"
4226
  msgstr ""
4227
 
4228
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:72
4229
  msgid "Library"
4230
  msgstr ""
4231
 
4232
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php:129
4233
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:62
4234
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php:151
4235
  msgid "Absolute"
4248
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:41
4249
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:45
4250
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:49
4251
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:333
4252
  msgid "Inner align"
4253
  msgstr "Sisennä kohdistusta"
4254
 
4265
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php:48
4266
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:232
4267
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:238
4268
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:334
4269
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:340
4270
  msgid "Vertical align"
4271
  msgstr "Vertikaali asettelu"
4272
 
4278
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php:66
4279
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php:93
4280
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:83
4281
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:113
4282
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:55
4283
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:165
4284
  #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:178
4285
  #: SmartSlider3/Renderable/Item/Image/ItemImage.php:143
4289
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:227
4290
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:123
4291
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:144
4292
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:288
4293
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:171
4294
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:146
4295
  msgid "Target window"
4546
  msgstr ""
4547
 
4548
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:60
4549
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:96
4550
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:35
4551
  #: SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php:67
4552
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:109
4553
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:78
4554
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:173
4555
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:176
4556
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:171
 
4557
  #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:268
4558
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:272
4559
  #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:50
4560
  msgid "Description"
4561
  msgstr "Kuvaus"
4565
  msgstr "Kustomi lightbox kuva"
4566
 
4567
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:112
4568
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:72
4569
  #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:56
4570
  #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:56
4571
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:73
4582
 
4583
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:130
4584
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:135
4585
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:105
4586
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:47
4587
  msgid "Thumbnail type"
4588
  msgstr ""
4589
 
4590
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:133
4591
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:108
4592
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:50
4593
+ #: SmartSlider3/Form/Element/BackgroundImage.php:30
4594
+ #: SmartSlider3Pro/Renderable/Item/Video/Assets/video.js:22
4595
+ #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:36
4596
+ msgid "Video"
4597
+ msgstr "Video"
4598
+
4599
  #: SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php:136
4600
  msgid ""
4601
  "If you have a video on your slide, you can put a play icon on the thumbnail "
4992
  msgid "Scale down"
4993
  msgstr "Skaalaa alaspäin"
4994
 
4995
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:22
4996
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php:40
4997
  msgid "Edit"
4998
  msgstr "Muokkaa"
4999
 
5000
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:38
5001
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:46
5002
  #: SmartSlider3/Application/Model/ModelSlides.php:77
5003
  msgid "Static overlay"
5004
  msgstr ""
5005
 
5006
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:68
5007
  msgid "First slide"
5008
  msgstr ""
5009
 
5010
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php:76
5011
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:74
5012
  msgid "Unpublished"
5013
  msgstr ""
5035
  msgid "Select unpublished"
5036
  msgstr "Valitse peruutetut julkaisut"
5037
 
5038
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:26
5039
  msgid "Blank"
5040
  msgstr ""
5041
 
5042
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:36
5043
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:175
5044
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:121
5045
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:159
5046
  msgid "Post"
5047
  msgstr "Postaus"
5048
 
5049
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php:53
5050
  msgid "Dynamic slides"
5051
  msgstr ""
5052
 
5053
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:92
5054
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:21
5055
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:27
5056
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:63
5057
  #: SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEdit.php:99
5058
  #: SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEditAddSlide.php:65
5059
  msgid "Add slide"
5060
  msgstr ""
5061
 
5062
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:105
5063
  msgid "Block must contain only one slide. Need more?"
5064
  msgstr ""
5065
 
5066
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:108
5067
  msgid "Convert to slider"
5068
  msgstr ""
5069
 
5070
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:136
5071
  #, fuzzy
5072
  #| msgid "Slide to left"
5073
  msgid "Slide one"
5074
  msgstr "Liuku vasemmalle"
5075
 
5076
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:143
5077
  #, fuzzy
5078
  #| msgid "Slide to top"
5079
  msgid "Slide two"
5080
  msgstr "Liuku ylös"
5081
 
5082
+ #: SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php:150
5083
  msgid "Drop images here"
5084
  msgstr ""
5085
 
5086
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php:106
5087
  msgid "Edit slider"
5088
  msgstr ""
5089
 
5127
  msgid "Export"
5128
  msgstr "Vie"
5129
 
5130
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/SliderManager.php:32
5131
  msgid "New project"
5132
  msgstr ""
5133
 
5134
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:21
5135
  msgid "Module"
5136
  msgstr "Moduuli"
5137
 
5138
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:23
5139
  msgid "Displays the slider in a template module position."
5140
  msgstr ""
5141
 
5142
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:25
5143
  msgid "Create module"
5144
  msgstr ""
5145
 
5146
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:30
5147
  msgid "Related modules"
5148
  msgstr ""
5149
 
5150
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:40
5151
  msgid "Articles"
5152
  msgstr "Artikkelit"
5153
 
5154
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:42
5155
  msgid "Paste the code into article:"
5156
  msgstr "Liitä koodi artikkeliin:"
5157
 
5158
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:50
5159
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:48
5160
  msgid "PHP code"
5161
  msgstr "PHP koodi"
5162
 
5163
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Joomla.php:52
5164
  msgid "Paste the PHP code into source code:"
5165
  msgstr "Liitä tämä PHP koodi lähdekoodiin:"
5166
 
5167
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:17
5168
  msgid "Shortcode"
5169
  msgstr "Lyhytkoodi"
5170
 
5171
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:19
5172
  msgid "Copy and paste this shortcode into your posts or pages:"
5173
  msgstr "Kopio ja liitä tämä lyhytkoodi postauksiisi tai sivuillesi:"
5174
 
5175
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:31
5176
  msgid "Pages and Posts"
5177
  msgstr ""
5178
 
5179
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:44
5180
  #, php-format
5181
  msgid "Smart Slider 3 has integration with %s."
5182
  msgstr ""
5183
 
5184
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php:50
5185
  msgid "Paste the PHP code into your theme's file:"
5186
  msgstr ""
5187
 
5188
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrash.php:16
5189
  msgid "Trash is empty."
5190
  msgstr ""
5191
 
5192
+ #: SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrashBox.php:38
5193
  #: SmartSlider3/Application/Admin/Sliders/ViewSlidersImport.php:122
5194
  msgid "Restore"
5195
  msgstr ""
5196
 
5197
+ #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.php:38
5198
  msgid "Toggle orientation"
5199
  msgstr ""
5200
 
5201
+ #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.php:49
5202
  msgid "Reload preview"
5203
  msgstr ""
5204
 
5205
+ #: SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.php:56
5206
  msgid "Open preview in full"
5207
  msgstr ""
5208
 
5209
+ #: SmartSlider3/Application/Admin/Preview/Template/Index.php:28
5210
  msgid "State"
5211
  msgstr ""
5212
 
5213
+ #: SmartSlider3/Application/Admin/Preview/Template/Index.php:30
5214
  msgid "Reason"
5215
  msgstr ""
5216
 
5308
  "changed by clicking away."
5309
  msgstr ""
5310
 
5311
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:63
 
 
 
 
5312
  msgid "Load jQuery on frontend"
5313
  msgstr ""
5314
 
5315
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:65
5316
  msgid "Load GSAP on frontend"
5317
  msgstr ""
5318
 
5319
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:67
5320
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:87
5321
  msgid "Async"
5322
  msgstr ""
5323
 
5324
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:68
5325
  msgid "Combine"
5326
  msgstr ""
5327
 
5328
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:69
5329
  msgid "Script attributes"
5330
  msgstr ""
5331
 
5332
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:71
5333
  msgid "Slider's inline JavaScript"
5334
  msgstr ""
5335
 
5336
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:73
5337
  msgid "Head"
5338
  msgstr ""
5339
 
5340
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:74
5341
  msgid "Into the slider"
5342
  msgstr ""
5343
 
5344
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:83
5345
  msgid "CSS mode"
5346
  msgstr ""
5347
 
5348
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:85
5349
  msgid "Inline"
5350
  msgstr ""
5351
 
5352
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:86
5353
  msgid "Inline at head"
5354
  msgstr ""
5355
 
5356
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:92
5357
  msgid "Load Font Awesome 4"
5358
  msgstr ""
5359
 
5360
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:95
5361
  msgid "API requests"
5362
  msgstr ""
5363
 
5364
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:99
5365
  #, php-format
5366
  msgctxt "Curl"
5367
  msgid "Use %s"
5368
  msgstr ""
5369
 
5370
+ #: SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php:101
5371
  #, fuzzy, php-format
5372
  #| msgid "Clean HTML"
5373
  msgctxt "curl proxy"
5592
  msgid "Slider duplicated."
5593
  msgstr "Diaesitys kopioitu."
5594
 
5595
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:35
5596
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:43
5597
  msgid "Slider settings"
5598
  msgstr ""
5599
 
5600
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:47
5601
  msgid "Delete slider"
5602
  msgstr ""
5603
 
5604
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:75
5605
  msgid "Edit slide"
5606
  msgstr ""
5607
 
5608
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:86
5609
  msgid "Delete slide"
5610
  msgstr ""
5611
 
5612
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php:88
5613
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:96
5614
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentCategory.php:48
5615
  #: SmartSlider3Pro/Generator/Joomla/Cobalt/Sources/CobaltRecords.php:65
5620
  #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Sources/IgnitegalleryImages.php:41
5621
  #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:120
5622
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:66
5623
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:68
5624
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:53
5625
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:48
5626
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:58
5628
  msgid "Ordering"
5629
  msgstr "Järjestys"
5630
 
5631
+ #: SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php:43
5632
  msgid "Video url"
5633
  msgstr ""
5634
 
5689
  msgid "The imported file is not readable!"
5690
  msgstr "Tuotu tiedosto on lukukelvoton!"
5691
 
5692
+ #: SmartSlider3/Application/Admin/Sliders/Pro/Template/Activate.php:24
5693
+ #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php:26
5694
  msgid "Go to dashboard"
5695
  msgstr ""
5696
 
5697
+ #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php:12
5698
  msgid "Welcome to Smart Slider 3"
5699
  msgstr ""
5700
 
5701
+ #: SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php:23
5702
  msgid "Don't show again"
5703
  msgstr ""
5704
 
5836
  msgid "Failed to create slides."
5837
  msgstr ""
5838
 
5839
+ #: SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php:178
5840
  msgid "Static save"
5841
  msgstr "Staattinen tallennus"
5842
 
5843
+ #: SmartSlider3/Application/Admin/Update/ControllerUpdate.php:19
5844
+ msgid "index.php?option=com_installer&view=update"
5845
+ msgstr ""
5846
+
5847
  #: SmartSlider3/Application/Model/ModelGenerator.php:396
5848
  msgid "Generator settings"
5849
  msgstr "Generaattori asetukset"
5868
  msgid "Smart Slider 3 deactivated on this site!"
5869
  msgstr ""
5870
 
5871
+ #: SmartSlider3/Application/Model/ModelSliders.php:239
5872
+ #: SmartSlider3/Application/Model/ModelSliders.php:277
5873
+ #: SmartSlider3/Application/Model/ModelSliders.php:292
5874
  msgid "New slider"
5875
  msgstr "Uusi diaesitys"
5876
 
5877
+ #: SmartSlider3/Application/Model/ModelSliders.php:320
5878
  msgid "Alias removed"
5879
  msgstr ""
5880
 
5881
+ #: SmartSlider3/Application/Model/ModelSliders.php:323
5882
  msgid "Alias must contain one or more letters"
5883
  msgstr ""
5884
 
5885
+ #: SmartSlider3/Application/Model/ModelSliders.php:326
5886
  #, php-format
5887
  msgid "Alias updated to: %s"
5888
  msgstr ""
5889
 
5890
+ #: SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/Index.php:14
5891
  #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:45
5892
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:136
5893
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:140
5943
  msgid "Your theme uses an outdated MooTools library which is not compatible."
5944
  msgstr ""
5945
 
5946
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:28
5947
  msgid ""
5948
  "This plugin breaks JavaScript in the admin area, deactivate it and use "
5949
  "alternative plugin."
5950
  msgstr ""
5951
 
5952
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:44
5953
  msgid ""
5954
  "This plugin breaks Smart Slider 3 ajax calls if custom admin url enabled."
5955
  msgstr ""
5956
 
5957
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:58
5958
  msgid "This plugin adds a background image to every SVG and breaks SSL."
5959
  msgstr ""
5960
 
5961
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:69
5962
  msgid "This plugin has a JavaScript error which might break Smart Slider."
5963
  msgstr ""
5964
 
5965
+ #: SmartSlider3/Conflict/WordPress/WordPressConflict.php:81
5966
+ #, php-format
5967
+ msgid ""
5968
+ "This plugin breaks the filtering options of the dynamic slide generators "
5969
+ "when %1$s is set to %2$s. Also it has not received any updates since "
5970
+ "WordPress 3.9."
5971
+ msgstr ""
5972
+
5973
  #: SmartSlider3/Form/Element/Columns.php:29
5974
  msgid "Add column"
5975
  msgstr ""
6017
  msgid "%1$s generator missing the following source: %2$s"
6018
  msgstr ""
6019
 
6020
+ #: SmartSlider3/Generator/Joomla/JoomlaContent/Elements/JoomlaContentCategories.php:43
6021
+ #: SmartSlider3Pro/Generator/Joomla/Cobalt/Elements/CobaltCategories.php:37
6022
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsCategories.php:39
6023
+ #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/Elements/DjclassifiedsLocations.php:39
6024
+ #: SmartSlider3Pro/Generator/Joomla/Easyblog/Elements/EasyblogCategories.php:33
6025
+ #: SmartSlider3Pro/Generator/Joomla/Easydiscuss/Elements/EasydiscussCategories.php:33
6026
+ #: SmartSlider3Pro/Generator/Joomla/Eshop/Elements/EshopCategories.php:33
6027
+ #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Elements/EventsbookingCategories.php:27
6028
+ #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Elements/FlexicontentCategories.php:43
6029
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopBrands.php:30
6030
+ #: SmartSlider3Pro/Generator/Joomla/Hikashop/Elements/HikashopCategories.php:30
6031
+ #: SmartSlider3Pro/Generator/Joomla/Ignitegallery/Elements/IgnitegalleryCategories.php:36
6032
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Elements/JauctionCategories.php:33
6033
+ #: SmartSlider3Pro/Generator/Joomla/Jcart/Elements/JcartCategories.php:36
6034
+ #: SmartSlider3Pro/Generator/Joomla/Jevents/Elements/JeventsCategories.php:32
6035
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Elements/JmarketCategories.php:33
6036
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialCategories.php:29
6037
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Elements/JomsocialGroupcategories.php:29
6038
+ #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Elements/JoomshoppingCategories.php:41
6039
+ #: SmartSlider3Pro/Generator/Joomla/Jreviews/Elements/JreviewsCategories.php:39
6040
+ #: SmartSlider3Pro/Generator/Joomla/K2/Elements/K2Categories.php:32
6041
+ #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Elements/MijoshopCategories.php:47
6042
+ #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Elements/PhocagalleryCategories.php:33
6043
+ #: SmartSlider3Pro/Generator/Joomla/Redshop/Elements/RedshopCategories.php:35
6044
+ #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Elements/RseventsproCategories.php:37
6045
+ #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Elements/VirtuemartCategories.php:37
6046
+ msgid "menu.treerecurse"
6047
+ msgstr ""
6048
+
6049
  #: SmartSlider3/Generator/Joomla/JoomlaContent/GeneratorGroupJoomlaContent.php:14
6050
  msgid "Joomla articles"
6051
  msgstr ""
6078
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:38
6079
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:65
6080
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:38
6081
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:40
6082
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:65
6083
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:34
6084
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:30
6085
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:34
6128
  #: SmartSlider3Pro/Generator/Joomla/Flexicontent/Sources/FlexicontentItems.php:58
6129
  #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:41
6130
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:41
6131
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:49
6132
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:67
6133
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:46
6134
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:56
6135
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:56
6145
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:64
6146
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:58
6147
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:50
6148
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:50
6149
  msgid "User ID"
6150
  msgstr ""
6151
 
6158
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:44
6159
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:51
6160
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:52
6161
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:51
6162
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:45
6163
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:39
6164
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:58
6182
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:54
6183
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:51
6184
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:49
6185
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:56
6186
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:62
6187
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:76
6188
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:77
6195
  #: SmartSlider3Pro/Generator/Joomla/Eventsbooking/Sources/EventsbookingEvents.php:70
6196
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:54
6197
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:51
6198
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:56
6199
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:62
6200
  msgid "m-d-Y"
6201
  msgstr ""
6206
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsEvents.php:55
6207
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:52
6208
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:50
6209
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:57
6210
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:63
6211
  msgid "Time format"
6212
  msgstr "Aikamuoto"
6243
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:70
6244
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:74
6245
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:57
6246
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:64
6247
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:46
6248
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:88
6249
  #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:77
6254
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:74
6255
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:166
6256
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:169
6257
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:167
6258
  #: SmartSlider3Pro/Slider/SliderType/Accordion/SliderTypeAccordionAdmin.php:177
6259
  #: SmartSlider3Pro/Widget/Bar/BarVertical/BarVertical.php:44
6260
  msgid "Title"
6261
  msgstr "Otiskko"
6262
 
6263
  #: SmartSlider3/Generator/Joomla/JoomlaContent/Sources/JoomlaContentArticle.php:94
6264
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:66
6265
  msgid "User name"
6266
  msgstr ""
6267
 
6280
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:59
6281
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:67
6282
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:68
6283
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:69
6284
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:49
6285
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:61
6286
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:89
6314
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:58
6315
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:68
6316
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:63
6317
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:70
6318
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:56
6319
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:59
6320
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:72
6337
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:80
6338
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:69
6339
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:64
6340
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:71
6341
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:57
6342
  #: SmartSlider3Pro/Generator/Joomla/Redshop/Sources/RedshopProducts.php:60
6343
  #: SmartSlider3Pro/Generator/Joomla/Virtuemart/Sources/VirtuemartProducts.php:73
6812
  "Write one ID per line."
6813
  msgstr ""
6814
 
6815
+ #: SmartSlider3/Platform/Joomla/AdministratorComponent.php:62
6816
+ msgid "JERROR_ALERTNOAUTHOR"
6817
+ msgstr ""
6818
+
6819
  #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:73
6820
  #: SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php:75
6821
  #: SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php:144
6843
  msgid "OR"
6844
  msgstr "TAI"
6845
 
6846
+ #: SmartSlider3/Platform/WordPress/Integration/Gutenberg/Assets/js/block.js:31
6847
+ msgid "Select A Slider"
6848
+ msgstr ""
6849
+
6850
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:78
6851
  msgctxt "Button layer default text"
6852
  msgid "MORE"
6897
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:126
6898
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:145
6899
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:147
6900
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:289
6901
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:291
6902
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:147
6903
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:149
6904
  msgid "Rel"
6913
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:231
6914
  #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:127
6915
  #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:148
6916
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:292
6917
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:150
6918
  #, php-format
6919
  msgid ""
6922
  "separated with space. E.g. nofollow noopener noreferrer"
6923
  msgstr ""
6924
 
6925
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:173
6926
+ #: SmartSlider3/Renderable/Item/Button/ItemButton.php:174
6927
+ #: SmartSlider3Pro/Renderable/Item/Icon/Assets/icon2.js:20
6928
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:31
6929
+ #: SmartSlider3Pro/Renderable/Item/Icon/ItemIcon.php:93
6930
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:212
6931
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:231
6932
+ msgid "Icon"
6933
+ msgstr "Ikoni"
6934
+
6935
  #: SmartSlider3/Renderable/Item/Button/ItemButton.php:197
6936
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:121
6937
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:164
6953
  msgstr "Otsikkotaso"
6954
 
6955
  #: SmartSlider3/Renderable/Item/Heading/ItemHeading.php:193
6956
+ #: SmartSlider3Pro/SplitText/Block/SplitTextManager/Index.php:14
6957
  msgid "Text animation"
6958
  msgstr ""
6959
 
6984
  #: SmartSlider3/Renderable/Item/Image/ItemImage.php:164
6985
  #: SmartSlider3Pro/Generator/WordPress/WebdoradoPhotoGallery/Sources/WebdoradoPhotoGalleryImages.php:39
6986
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:243
6987
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:226
6988
  msgid "Alt tag"
6989
  msgstr "Alt tagi"
6990
 
7011
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:48
7012
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:61
7013
  #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:64
7014
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:72
7015
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:53
7016
  #: SmartSlider3Pro/Renderable/Item/Transition/ItemTransition.php:41
7017
  msgctxt "Layer group"
7183
  #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:228
7184
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:136
7185
  #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:71
7186
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:295
7187
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:137
7188
  #: SmartSlider3Pro/Renderable/Item/Video/ItemVideo.php:204
7189
  msgid "Display"
7342
  #: SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php:161
7343
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:174
7344
  #: SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php:394
7345
+ #: SmartSlider3Pro/PostBackgroundAnimation/Block/PostBackgroundAnimationManager/Index.php:15
7346
  msgid "Ken Burns effect"
7347
  msgstr "Ken Burns efekti"
7348
 
8379
  msgid "Space around"
8380
  msgstr "Tausta"
8381
 
8382
+ #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:91
8383
+ #: SmartSlider3Pro/Renderable/Item/Caption/Assets/caption.js:20
8384
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:54
8385
+ #: SmartSlider3Pro/Renderable/Item/Caption/ItemCaption.php:101
8386
+ msgid "Caption"
8387
+ msgstr "Kuvateksti"
8388
+
8389
  #: SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php:133
8390
  msgid ""
8391
  "The height (horizontal orientation) or width (vertical orientation) of the "
8447
  "thumbnail container in px or %."
8448
  msgstr ""
8449
 
8450
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:54
8451
+ #, javascript-format
8452
+ msgid "Switches %s slide(s)."
8453
+ msgstr ""
8454
+
8455
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:57
8456
+ #, javascript-format
8457
+ msgid "Loops %s and stops before starting slide."
8458
+ msgstr ""
8459
+
8460
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:59
8461
+ #, javascript-format
8462
+ msgid "Loops %s and returns to starting slide."
8463
+ msgstr ""
8464
+
8465
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/autoplaypicker.js:62
8466
+ #, javascript-format
8467
+ msgid "Switches to the %s. slide."
8468
+ msgstr ""
8469
+
8470
+ #: SmartSlider3Pro/Application/Admin/Assets/js/element/shapedividermanager.js:136
8471
+ msgid "Top and bottom"
8472
+ msgstr "Ylhäällä ja alhaalla"
8473
+
8474
  #: SmartSlider3Pro/Application/Admin/Slider/License/ControllerAjaxLicense.php:26
8475
  msgid "License key cannot be empty!"
8476
  msgstr "Lisenssiavain ei voi olla tyhjä!"
8531
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialVideos.php:48
8532
  #: SmartSlider3Pro/Renderable/Item/AnimatedHeading/ItemAnimatedHeading.php:187
8533
  #: SmartSlider3Pro/Renderable/Item/HighlightedHeading/ItemHighlightedHeading.php:236
8534
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:183
8535
  #: SmartSlider3Pro/Renderable/Joomla/Item/JoomlaModule/ItemJoomlaModule.php:54
8536
  msgid "Type"
8537
  msgstr "Tyyppi"
8790
  msgstr ""
8791
 
8792
  #: SmartSlider3Pro/Generator/Common/Facebook/ConfigurationFacebook.php:131
8793
+ msgctxt "Facebook app permission"
8794
  msgid "pages read engagement"
8795
  msgstr ""
8796
 
8807
  msgstr ""
8808
 
8809
  #: SmartSlider3Pro/Generator/Common/Facebook/ConfigurationFacebook.php:135
8810
+ msgctxt "Facebook app permission"
8811
  msgid "user photos"
8812
  msgstr ""
8813
 
9139
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/GeneratorGroupJreviews.php:23
9140
  #: SmartSlider3Pro/Generator/Joomla/Jreviews/Sources/JreviewsComments.php:26
9141
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:21
9142
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:31
9143
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/GeneratorGroupMijoshop.php:21
9144
  #: SmartSlider3Pro/Generator/Joomla/Mijoshop/Sources/MijoshopProducts.php:25
9145
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/GeneratorGroupPhocagallery.php:21
9163
  #: SmartSlider3Pro/Generator/Joomla/Djclassifieds/GeneratorGroupDjclassifieds.php:31
9164
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:21
9165
  #: SmartSlider3Pro/Generator/Joomla/K2/GeneratorGroupK2.php:29
9166
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:31
9167
  #: SmartSlider3Pro/Renderable/Item/HtmlList/ItemHtmlList.php:127
9168
  msgid "Items"
9169
  msgstr "Kohteet"
9223
  #: SmartSlider3Pro/Generator/Joomla/Jevents/Sources/JeventsRepeatingevents.php:60
9224
  #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:45
9225
  #: SmartSlider3Pro/Generator/Joomla/Joomshopping/Sources/JoomshoppingProducts.php:50
9226
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:52
9227
  msgid "Menu item (item ID)"
9228
  msgstr ""
9229
 
9624
  msgstr ""
9625
 
9626
  #: SmartSlider3Pro/Generator/Joomla/Hikashop/Sources/HikashopProducts.php:39
9627
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:43
9628
  #: SmartSlider3Pro/Generator/Joomla/Phocagallery/Sources/PhocagalleryImages.php:33
9629
  #: SmartSlider3Pro/Generator/Joomla/Rseventspro/Sources/RseventsproEvents.php:48
9630
  #: SmartSlider3Pro/Generator/Joomla/Zoo/Sources/ZooItems.php:45
9631
  #: SmartSlider3Pro/Generator/WordPress/AllInOneEventCalendar/Sources/AllinOneEventCalendarEvents.php:33
9632
  #: SmartSlider3Pro/Generator/WordPress/WooCommerce/Sources/WooCommerceProductsByFilter.php:34
9633
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:252
9634
  msgid "Tag"
9635
  msgstr "Tagi"
9636
 
9665
  "to appear in the generator. One product ID per line."
9666
  msgstr ""
9667
 
9668
+ #: SmartSlider3Pro/Generator/Joomla/Jauction/Sources/JauctionAuctions.php:139
9669
+ msgid "index.php?option=com_jauction&controller=catalog&task=show&eid="
9670
+ msgstr ""
9671
+
9672
  #: SmartSlider3Pro/Generator/Joomla/Jcart/Sources/JcartProducts.php:109
9673
  msgid "Available by date"
9674
  msgstr "Saatavissa päivämäärän mukaan"
9735
  msgid "Approved"
9736
  msgstr "Hyväksytty"
9737
 
9738
+ #: SmartSlider3Pro/Generator/Joomla/Jmarket/Sources/JmarketProducts.php:143
9739
+ msgid "index.php?option=com_jmarket&controller=catalog&task=show&eid="
9740
+ msgstr ""
9741
+
9742
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialActivities.php:61
9743
  msgid "Show hidden"
9744
  msgstr "Näytä piilotetut"
9745
 
9746
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialEvents.php:212
9747
+ msgid "index.php?option=com_community&view=events&task=viewevent&eventid="
9748
+ msgstr ""
9749
+
9750
+ #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:138
9751
+ msgid "index.php?option=com_community&view=groups&task=viewgroup&groupid="
9752
+ msgstr ""
9753
+
9754
  #: SmartSlider3Pro/Generator/Joomla/Jomsocial/Sources/JomsocialGroups.php:139
9755
  msgid "View group"
9756
  msgstr ""
9759
  msgid "Ask down all product images"
9760
  msgstr ""
9761
 
9762
+ #: SmartSlider3Pro/Generator/Joomla/K2/Sources/K2Items.php:240
9763
  msgid "View item"
9764
  msgstr ""
9765
 
10347
  msgid "Class on the selected tag element."
10348
  msgstr ""
10349
 
10350
+ #: SmartSlider3Pro/Renderable/Item/Area/Assets/area.js:23
10351
+ #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:39
10352
+ msgid "Area"
10353
+ msgstr ""
10354
+
10355
  #: SmartSlider3Pro/Renderable/Item/Area/ItemArea.php:207
10356
  msgid "Write custom CSS codes here without selectors."
10357
  msgstr ""
10358
 
10359
+ #: SmartSlider3Pro/Renderable/Item/Audio/Assets/audio.js:20
10360
+ #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:33
10361
+ msgid "Audio"
10362
+ msgstr ""
10363
+
10364
  #: SmartSlider3Pro/Renderable/Item/Audio/ItemAudio.php:115
10365
  msgid "MP3 audio"
10366
  msgstr "MP3 audio"
10412
  msgid "Positions the text inside the overlay."
10413
  msgstr ""
10414
 
10415
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/Assets/circlecounter.js:20
10416
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:42
10417
+ msgid "Circle counter"
10418
+ msgstr "Pyöreä laskuri"
10419
+
10420
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:114
10421
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:125
10422
+ #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:191
10423
+ #: SmartSlider3Pro/Renderable/Item/Counter/Assets/counter.js:20
10424
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:40
10425
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:99
10426
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:109
10427
+ #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:146
10428
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:126
10429
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:175
10430
+ msgid "Counter"
10431
+ msgstr "Laskuri"
10432
+
10433
  #: SmartSlider3Pro/Renderable/Item/CircleCounter/ItemCircleCounter.php:126
10434
  #: SmartSlider3Pro/Renderable/Item/Counter/ItemCounter.php:110
10435
  #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:127
10584
  msgid "Loop delay"
10585
  msgstr ""
10586
 
10587
+ #: SmartSlider3Pro/Renderable/Item/Html/Assets/html.js:20
10588
+ #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:28
10589
+ msgid "HTML"
10590
+ msgstr ""
10591
+
10592
  #: SmartSlider3Pro/Renderable/Item/Html/ItemHtml.php:62
10593
  msgid ""
10594
  "Please note that <b>we do not support</b> the HTML layer and the 3rd party "
10722
  msgid "Upper-roman"
10723
  msgstr ""
10724
 
10725
+ #: SmartSlider3Pro/Renderable/Item/Icon/Assets/icon2.js:36
10726
+ msgid "Icon not found"
10727
+ msgstr "Ikonia ei löydy"
10728
+
10729
+ #: SmartSlider3Pro/Renderable/Item/Iframe/Assets/iframe.js:23
10730
+ msgid "Iframe"
10731
+ msgstr ""
10732
+
10733
  #: SmartSlider3Pro/Renderable/Item/Iframe/ItemIframe.php:32
10734
  msgid "iframe"
10735
  msgstr ""
10759
  msgid "iframe title"
10760
  msgstr "iframe url"
10761
 
10762
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/Assets/imagearea.js:23
10763
+ #: SmartSlider3Pro/Renderable/Item/ImageArea/ItemImageArea.php:37
10764
+ msgid "Image area"
10765
+ msgstr ""
10766
+
10767
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/Assets/imagebox.js:21
10768
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:64
10769
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:175
10770
+ #, fuzzy
10771
+ #| msgid "Image mode"
10772
+ msgid "Image box"
10773
+ msgstr "Kuvatila"
10774
+
10775
+ #: SmartSlider3Pro/Renderable/Item/ImageBox/ItemImageBox.php:341
10776
  msgid ""
10777
  "Positions the text inside the layer. Only works with left and right layout."
10778
  msgstr ""
10779
 
10780
+ #: SmartSlider3Pro/Renderable/Item/Input/Assets/input.js:20
10781
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:59
10782
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:83
10783
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:87
10784
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:204
10785
+ #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:208
10786
+ msgid "Input"
10787
+ msgstr "Syöttö"
10788
+
10789
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:79
10790
  #: SmartSlider3Pro/Renderable/Item/Input/ItemInput.php:212
10791
  msgid "Container"
10834
  msgid "JavaScript"
10835
  msgstr ""
10836
 
10837
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/Assets/progressbar.js:20
10838
+ #: SmartSlider3Pro/Renderable/Item/ProgressBar/ItemProgressBar.php:45
10839
+ #: SmartSlider3P