Crelly Slider - Version 1.3.4

Version Description

  • French translation moved to Polyglots. If you want to contribute to translate Crelly Slider in your language, check out this page
  • Fixed error with old PHP versions
Download this release

Release Info

Developer fabiorino
Plugin Icon 128x128 Crelly Slider
Version 1.3.4
Comparing to
See all releases

Code changes from version 1.3.3 to 1.3.4

crellyslider.php CHANGED
@@ -3,11 +3,10 @@
3
  * Plugin Name: Crelly Slider
4
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
5
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
6
- * Version: 1.3.3
7
  * Author: Fabio Rinaldi
8
  * Author URI: https://github.com/fabiorino
9
  * Text Domain: crelly-slider
10
- * Domain Path: /wordpress/languages
11
  * License: MIT
12
  */
13
 
@@ -19,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
19
 
20
  define('CS_DEBUG', false);
21
 
22
- define('CS_VERSION', '1.3.3');
23
  define('CS_PATH', plugin_dir_path(__FILE__));
24
  define('CS_PLUGIN_URL', plugins_url() . '/crelly-slider');
25
 
@@ -32,9 +31,6 @@ register_activation_hook(__FILE__, array('CrellySliderTables', 'setVersion'));
32
  register_activation_hook(__FILE__, array('CrellySliderTables', 'setTables'));
33
  register_uninstall_hook(__FILE__, array('CrellySliderTables', 'clearDatabase'));
34
 
35
- // Languages
36
- CrellySliderCommon::loadPluginTextDomain();
37
-
38
  // This is a variable that should be included first to prevent backend issues.
39
  if(is_admin()) {
40
  require_once CS_PATH . 'wordpress/admin.php';
3
  * Plugin Name: Crelly Slider
4
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
5
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
6
+ * Version: 1.3.4
7
  * Author: Fabio Rinaldi
8
  * Author URI: https://github.com/fabiorino
9
  * Text Domain: crelly-slider
 
10
  * License: MIT
11
  */
12
 
18
 
19
  define('CS_DEBUG', false);
20
 
21
+ define('CS_VERSION', '1.3.4');
22
  define('CS_PATH', plugin_dir_path(__FILE__));
23
  define('CS_PLUGIN_URL', plugins_url() . '/crelly-slider');
24
 
31
  register_activation_hook(__FILE__, array('CrellySliderTables', 'setTables'));
32
  register_uninstall_hook(__FILE__, array('CrellySliderTables', 'clearDatabase'));
33
 
 
 
 
34
  // This is a variable that should be included first to prevent backend issues.
35
  if(is_admin()) {
36
  require_once CS_PATH . 'wordpress/admin.php';
css/crellyslider.css CHANGED
@@ -2,7 +2,7 @@
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
- * Version: 1.3.3
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
+ * Version: 1.3.4
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
css/crellyslider.min.css CHANGED
@@ -2,7 +2,7 @@
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
- * Version: 1.3.3
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
+ * Version: 1.3.4
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
js/jquery.crellyslider.js CHANGED
@@ -2,7 +2,7 @@
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
- * Version: 1.3.3
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
+ * Version: 1.3.4
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
js/jquery.crellyslider.min.js CHANGED
@@ -2,7 +2,7 @@
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
- * Version: 1.3.3
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
+ * Version: 1.3.4
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://crellyslider.altervista.org/contribute-and-support/
4
  Tags: animations, layers, texts, images, videos
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
- Stable tag: 1.3.3
8
  License: MIT
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -54,6 +54,10 @@ You can find the documentation <a href="http://crellyslider.altervista.org/docum
54
 
55
  == Changelog ==
56
 
 
 
 
 
57
  = 1.3.3 =
58
  * Fixed responsiveness on small devices
59
  * Spanish, Serbian and Slovak translations moved to Polyglots. If you want to contribute to translate Crelly Slider in your language, check out <a href="https://translate.wordpress.org/projects/wp-plugins/crelly-slider">this page</a>
4
  Tags: animations, layers, texts, images, videos
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
+ Stable tag: 1.3.4
8
  License: MIT
9
  License URI: http://opensource.org/licenses/MIT
10
 
54
 
55
  == Changelog ==
56
 
57
+ = 1.3.4 =
58
+ * French translation moved to Polyglots. If you want to contribute to translate Crelly Slider in your language, check out <a href="https://translate.wordpress.org/projects/wp-plugins/crelly-slider">this page</a>
59
+ * Fixed error with old PHP versions
60
+
61
  = 1.3.3 =
62
  * Fixed responsiveness on small devices
63
  * Spanish, Serbian and Slovak translations moved to Polyglots. If you want to contribute to translate Crelly Slider in your language, check out <a href="https://translate.wordpress.org/projects/wp-plugins/crelly-slider">this page</a>
wordpress/admin.php CHANGED
@@ -300,6 +300,20 @@ class CrellySliderAdmin {
300
  * @return array Default options for the tinyMCE editor
301
  */
302
  private static function tinyMCEDefaultOptions() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
  return array(
304
  'toolbar1' => 'bold,italic,strikethrough,alignleft,aligncenter,alignright,link,unlink,underline,forecolor,backcolor',
305
  'toolbar2' => 'fontselect,fontsizeselect',
@@ -308,11 +322,11 @@ class CrellySliderAdmin {
308
  'height' => 200,
309
  'forced_root_block' => false,
310
  'wpautop' => false,
311
- 'fontsize_formats' => implode(' ', array_map(function($x) { return $x . 'px'; }, range(1, 200))),
312
  'wp_lang_attr' => get_locale(),
313
  'content_css' => '',
314
  'cache_suffix' => '',
315
- 'language' => explode('_', get_locale())[0],
316
  'theme' => 'modern',
317
  'skin' => 'lightgray',
318
  'formats' => '{' .
300
  * @return array Default options for the tinyMCE editor
301
  */
302
  private static function tinyMCEDefaultOptions() {
303
+ $fontSizes = '';
304
+ for($i = 1; $i <= 200; $i++) {
305
+ $fontSizes .= $i . 'px ';
306
+ }
307
+ $fontSizes = trim($fontSizes);
308
+
309
+ $language = explode('_', get_locale());
310
+ if($language == false || count($language) == 0) {
311
+ $language = 'en';
312
+ }
313
+ else {
314
+ $language = $language[0];
315
+ }
316
+
317
  return array(
318
  'toolbar1' => 'bold,italic,strikethrough,alignleft,aligncenter,alignright,link,unlink,underline,forecolor,backcolor',
319
  'toolbar2' => 'fontselect,fontsizeselect',
322
  'height' => 200,
323
  'forced_root_block' => false,
324
  'wpautop' => false,
325
+ 'fontsize_formats' => $fontSizes,
326
  'wp_lang_attr' => get_locale(),
327
  'content_css' => '',
328
  'cache_suffix' => '',
329
+ 'language' => $language,
330
  'theme' => 'modern',
331
  'skin' => 'lightgray',
332
  'formats' => '{' .
wordpress/common.php CHANGED
@@ -22,13 +22,6 @@ class CrellySliderCommon {
22
  add_action('admin_enqueue_scripts', 'CrellySliderCommon::enqueues');
23
  }
24
 
25
- // Loads language file
26
- public static function textDomain() {
27
- $locale = apply_filters('plugin_locale', get_locale(), 'crelly-slider');
28
- load_textdomain('crelly-slider', WP_LANG_DIR . '/crelly-slider/crelly-slider-' . $locale . '.mo');
29
- load_plugin_textdomain('crelly-slider', false, dirname(plugin_basename(__FILE__)) . '/languages');
30
- }
31
-
32
  public static function loadPluginTextDomain() {
33
  add_action('plugins_loaded', 'CrellySliderCommon::textDomain');
34
  }
22
  add_action('admin_enqueue_scripts', 'CrellySliderCommon::enqueues');
23
  }
24
 
 
 
 
 
 
 
 
25
  public static function loadPluginTextDomain() {
26
  add_action('plugins_loaded', 'CrellySliderCommon::textDomain');
27
  }
wordpress/languages/crelly-slider-fr_FR.mo DELETED
Binary file
wordpress/languages/crelly-slider-fr_FR.po DELETED
@@ -1,697 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Crelly Slider 1.1.0\n"
4
- "POT-Creation-Date: 2016-10-31 15:46+0100\n"
5
- "PO-Revision-Date: 2016-10-31 15:46+0100\n"
6
- "Last-Translator: \n"
7
- "Language-Team: \n"
8
- "Language: fr_FR\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 1.8.7\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../admin.php:48
19
- msgid "JavaScript must be enabled to view this page correctly."
20
- msgstr "JavaScript doit être activé pour afficher cette page correctement."
21
-
22
- #: ../admin.php:51
23
- msgid "Operation completed successfully."
24
- msgstr "Opération terminée avec succès ."
25
-
26
- #: ../admin.php:52
27
- msgid "Something went wrong."
28
- msgstr "Quelque chose a mal fonctionné."
29
-
30
- #: ../admin.php:54
31
- msgid ""
32
- "When you'll click \"Save Settings\", you'll be able to add slides and "
33
- "elements."
34
- msgstr ""
35
- "Lorsque vous cliquez sur \"Enregistrer les paramètres\", vous serez en "
36
- "mesure d'ajouter des diapositives et des éléments."
37
-
38
- #: ../admin.php:119
39
- msgid "Slider Settings"
40
- msgstr "Paramètres Slider"
41
-
42
- #: ../admin.php:123
43
- msgid "Edit Slides"
44
- msgstr "Modifier les diapositives"
45
-
46
- #: ../admin.php:143
47
- msgid "Save Settings"
48
- msgstr "Enregistrer les paramètres"
49
-
50
- #: ../admin.php:243 ../slides.php:15
51
- msgid "Slide"
52
- msgstr "Diapositive"
53
-
54
- #: ../admin.php:244
55
- msgid "The slide will be deleted. Are you sure?"
56
- msgstr "La diapositive sera supprimée. Êtes-vous sûr?"
57
-
58
- #: ../admin.php:245
59
- msgid "You can't delete this. You must have at least one slide."
60
- msgstr ""
61
- "Vous ne pouvez pas supprimer cela. Vous devez avoir au moins une diapositive."
62
-
63
- #: ../admin.php:246
64
- msgid "The slider will be deleted. Are you sure?"
65
- msgstr "Le slider sera supprimé. Êtes-vous sûr?"
66
-
67
- #: ../admin.php:247 ../elements.php:249
68
- msgid "Text element"
69
- msgstr "Élément texte"
70
-
71
- #: ../admin.php:248 ../elements.php:159
72
- msgid "Live preview"
73
- msgstr "Aperçu en direct"
74
-
75
- #: ../admin.php:249
76
- msgid "Stop preview"
77
- msgstr "Arrêter aperçu"
78
-
79
- #: ../admin.php:250 ../slides.php:16
80
- msgid "Duplicate slide"
81
- msgstr "Dupliquer la diapositive"
82
-
83
- #: ../admin.php:251 ../slides.php:17
84
- msgid "Delete slide"
85
- msgstr "Supprimer la diapositive"
86
-
87
- #: ../admin.php:252
88
- msgid ""
89
- "All unsaved changes will be lost. Are you sure you want to leave this page?"
90
- msgstr ""
91
- "Toutes les modifications non enregistrées seront perdues. Êtes-vous sûr de "
92
- "vouloir quitter cette page?"
93
-
94
- #: ../ajax.php:282
95
- msgid "Copy"
96
- msgstr "Copier"
97
-
98
- #: ../ajax.php:283
99
- msgid "copy"
100
- msgstr "copier"
101
-
102
- #: ../elements.php:154
103
- msgid "Add text"
104
- msgstr "Ajouter texte"
105
-
106
- #: ../elements.php:155
107
- msgid "Add image"
108
- msgstr "Ajouter image"
109
-
110
- #: ../elements.php:156
111
- msgid "Add video"
112
- msgstr "Ajouter vidéo"
113
-
114
- #: ../elements.php:160
115
- msgid "Delete element"
116
- msgstr "Supprimer élément"
117
-
118
- #: ../elements.php:161
119
- msgid "Duplicate element"
120
- msgstr "Dupliquer élément"
121
-
122
- #: ../elements.php:215 ../elements.php:466 ../elements.php:716 ../slides.php:51
123
- #: ../slides.php:82 ../slides.php:127 ../slides.php:130
124
- msgid "None"
125
- msgstr "Aucun"
126
-
127
- #: ../elements.php:216 ../elements.php:467 ../elements.php:717 ../slides.php:58
128
- msgid "Slide down"
129
- msgstr "Glisser vers le bas"
130
-
131
- #: ../elements.php:217 ../elements.php:468 ../elements.php:718 ../slides.php:57
132
- msgid "Slide up"
133
- msgstr "Glisser vers le haut"
134
-
135
- #: ../elements.php:218 ../elements.php:469 ../elements.php:719 ../slides.php:55
136
- msgid "Slide left"
137
- msgstr "Glisser vers la gauche"
138
-
139
- #: ../elements.php:219 ../elements.php:470 ../elements.php:720 ../slides.php:56
140
- msgid "Slide right"
141
- msgstr "Glisser vers la droite"
142
-
143
- #: ../elements.php:220 ../elements.php:471 ../elements.php:721 ../slides.php:52
144
- msgid "Fade"
145
- msgstr "Fondu"
146
-
147
- #: ../elements.php:221 ../elements.php:472 ../elements.php:722
148
- msgid "Fade down"
149
- msgstr "Fondu vers le bas"
150
-
151
- #: ../elements.php:222 ../elements.php:473 ../elements.php:723
152
- msgid "Fade up"
153
- msgstr "Fondu vers le haut"
154
-
155
- #: ../elements.php:223 ../elements.php:474 ../elements.php:724 ../slides.php:53
156
- msgid "Fade left"
157
- msgstr "Fondu vers la gauche"
158
-
159
- #: ../elements.php:224 ../elements.php:475 ../elements.php:725 ../slides.php:54
160
- msgid "Fade right"
161
- msgstr "fondu vers la droite"
162
-
163
- #: ../elements.php:225 ../elements.php:476 ../elements.php:726
164
- msgid "Fade small down"
165
- msgstr "Fondu faible vers le bas"
166
-
167
- #: ../elements.php:226 ../elements.php:477 ../elements.php:727
168
- msgid "Fade small up"
169
- msgstr "Fondu faible vers le haut"
170
-
171
- #: ../elements.php:227 ../elements.php:478 ../elements.php:728
172
- msgid "Fade small left"
173
- msgstr "Fondu vers la gauche"
174
-
175
- #: ../elements.php:228 ../elements.php:479 ../elements.php:729
176
- msgid "Fade small right"
177
- msgstr "Fondu vers la droite"
178
-
179
- #: ../elements.php:235 ../elements.php:486 ../elements.php:736
180
- msgid "Element Options"
181
- msgstr "Options de l'élément"
182
-
183
- #: ../elements.php:241 ../elements.php:491 ../elements.php:742 ../slider.php:59
184
- #: ../slides.php:71
185
- msgid "Option"
186
- msgstr "Option"
187
-
188
- #: ../elements.php:242 ../elements.php:492 ../elements.php:743 ../slider.php:60
189
- #: ../slides.php:72
190
- msgid "Parameter"
191
- msgstr "Paramètre"
192
-
193
- #: ../elements.php:243 ../elements.php:493 ../elements.php:744 ../slider.php:61
194
- #: ../slides.php:73
195
- msgid "Description"
196
- msgstr "Description"
197
-
198
- #: ../elements.php:246
199
- msgid "Text"
200
- msgstr "Texte"
201
-
202
- #: ../elements.php:254
203
- msgid "Write the text or the HTML."
204
- msgstr "Écrire le texte ou le HTML"
205
-
206
- #: ../elements.php:258 ../elements.php:508 ../elements.php:809
207
- msgid "Left"
208
- msgstr "Gauche"
209
-
210
- #: ../elements.php:267 ../elements.php:517 ../elements.php:818
211
- msgid "Center horizontally"
212
- msgstr "Centrer horizontallement"
213
-
214
- #: ../elements.php:270 ../elements.php:520 ../elements.php:821
215
- msgid "Left distance in px from the start width."
216
- msgstr "Distance gauche en px de la largeur de départ."
217
-
218
- #: ../elements.php:274 ../elements.php:524 ../elements.php:825
219
- msgid "Top"
220
- msgstr "Haut"
221
-
222
- #: ../elements.php:283 ../elements.php:533 ../elements.php:834
223
- msgid "Center vertically"
224
- msgstr "Centrer verticallement"
225
-
226
- #: ../elements.php:286 ../elements.php:536 ../elements.php:837
227
- msgid "Top distance in px from the start height."
228
- msgstr "Distance haute en px de la hauteur de départ."
229
-
230
- #: ../elements.php:290 ../elements.php:540 ../elements.php:841
231
- msgid "Z - index"
232
- msgstr "Z - index"
233
-
234
- #: ../elements.php:298 ../elements.php:548 ../elements.php:849
235
- msgid ""
236
- "An element with an high z-index will cover an element with a lower z-index "
237
- "if they overlap."
238
- msgstr ""
239
- "Un élément avec un z-index élevé couvrira un élément avec un z-index "
240
- "inférieur si ils se chevauchent."
241
-
242
- #: ../elements.php:302 ../elements.php:552 ../elements.php:853
243
- msgid "Delay"
244
- msgstr "Retardement"
245
-
246
- #: ../elements.php:311 ../elements.php:561 ../elements.php:862
247
- msgid "How long will the element wait before the entrance."
248
- msgstr "Combien de temps l'élément doit attendre avant l'entrée."
249
-
250
- #: ../elements.php:315 ../elements.php:565 ../elements.php:866
251
- #: ../slides.php:244
252
- msgid "Time"
253
- msgstr "Temps"
254
-
255
- #: ../elements.php:324 ../elements.php:574 ../elements.php:875
256
- msgid "How long will the element be displayed during the slide execution."
257
- msgstr ""
258
- "Combien de temps l'élément sera affiché lors de l'exécution de la "
259
- "diapositive."
260
-
261
- #: ../elements.php:327 ../elements.php:577 ../elements.php:878
262
- msgid "Write \"all\" to set the entire time."
263
- msgstr "Écrire \"all\" pour régler sur toute la durée."
264
-
265
- #: ../elements.php:330 ../elements.php:580 ../elements.php:881
266
- msgid ""
267
- "Write \"3000\" to set 3000 milliseconds minus delay time (so, if the delay "
268
- "time is 1000 milliseconds, the element will be displayed for 3000-1000=2000 "
269
- "milliseconds)."
270
- msgstr ""
271
- "Écrire \"3000\" pour définir 3000 millisecondes moins le temps de retard "
272
- "(ainsi, si le temps de retard est de 1000 millisecondes, l'élément sera "
273
- "affiché pour 3000-1000 = 2000 millisecondes)."
274
-
275
- #: ../elements.php:334 ../elements.php:584 ../elements.php:885
276
- #: ../slides.php:206
277
- msgid "In animation"
278
- msgstr "Animation d'entrée"
279
-
280
- #: ../elements.php:349 ../elements.php:599 ../elements.php:900
281
- msgid "The in animation of the element."
282
- msgstr "Animation d'entrée de l'élément"
283
-
284
- #: ../elements.php:353 ../elements.php:603 ../elements.php:904
285
- #: ../slides.php:225
286
- msgid "Out animation"
287
- msgstr "Animation de sortie"
288
-
289
- #: ../elements.php:368 ../elements.php:371 ../elements.php:374
290
- #: ../elements.php:618 ../elements.php:621 ../elements.php:624
291
- #: ../elements.php:919 ../elements.php:922 ../elements.php:925
292
- msgid "Disable synchronization with slide out animation"
293
- msgstr ""
294
- "Désactiver la synchronisation avec la diapositive d'animation de sortie"
295
-
296
- #: ../elements.php:380 ../elements.php:630 ../elements.php:931
297
- msgid ""
298
- "The out animation of the element.<br /><br />Disable synchronization with "
299
- "slide out animation: if not checked, the slide out animation won't start "
300
- "until all the elements that have this option unchecked are animated out."
301
- msgstr ""
302
- "Désactiver l'animation de sortie de l'élément <br /> <br /> Désactiver la "
303
- "synchronisation avec l'animation de sortie: Si non coché, la diapositive de "
304
- "l'animation de sortie ne démarre pas jusqu'à ce que tous les éléments qui "
305
- "ont cette option décochée sont animés en sortie."
306
-
307
- #: ../elements.php:384 ../elements.php:634 ../elements.php:935
308
- msgid "Ease in"
309
- msgstr "Ease in"
310
-
311
- #: ../elements.php:393 ../elements.php:643 ../elements.php:944
312
- msgid "How long will the in animation take."
313
- msgstr "Combien de temps l'animation d'entrée prendra."
314
-
315
- #: ../elements.php:397 ../elements.php:647 ../elements.php:948
316
- msgid "Ease out"
317
- msgstr "Ease out"
318
-
319
- #: ../elements.php:406 ../elements.php:656 ../elements.php:957
320
- msgid "How long will the out animation take."
321
- msgstr "Combien de temps l'animation de sortie prendra."
322
-
323
- #: ../elements.php:410 ../elements.php:660 ../slides.php:283
324
- msgid "Link"
325
- msgstr "Lien"
326
-
327
- #: ../elements.php:418 ../elements.php:421 ../elements.php:424
328
- #: ../elements.php:668 ../elements.php:671 ../elements.php:674
329
- #: ../slides.php:291 ../slides.php:294 ../slides.php:297
330
- msgid "Open link in a new tab"
331
- msgstr "Ouvrir le lien dans un nouvel onglet"
332
-
333
- #: ../elements.php:430 ../elements.php:680
334
- msgid ""
335
- "Open the link (e.g.: http://www.google.it) on click. Leave it empty if you "
336
- "don't want it."
337
- msgstr ""
338
- "Ouvrez le lien (par exemple : http://www.google.it) lors d'un clic. Laissez "
339
- "vide si vous ne voulez pas."
340
-
341
- #: ../elements.php:434 ../elements.php:684 ../elements.php:961
342
- #: ../slides.php:307
343
- msgid "Custom CSS"
344
- msgstr "CSS personnalisé"
345
-
346
- #: ../elements.php:442 ../elements.php:692 ../elements.php:969
347
- msgid "Style the element."
348
- msgstr "Style de l'élément."
349
-
350
- #: ../elements.php:446 ../elements.php:696 ../elements.php:973
351
- msgid "Custom classes"
352
- msgstr "classes personnalisées"
353
-
354
- #: ../elements.php:454 ../elements.php:704 ../elements.php:981
355
- msgid ""
356
- "Apply custom CSS classes to the element. The style of the classes may not "
357
- "work when working on backend."
358
- msgstr ""
359
- "Appliquer des classes CSS personnalisées à l'élément. Le style des classes "
360
- "peut ne pas fonctionner lorsque vous travaillez sur backend."
361
-
362
- #: ../elements.php:496
363
- msgid "Modify image"
364
- msgstr "Modifier l'image"
365
-
366
- #: ../elements.php:499 ../elements.php:500
367
- msgid "Open gallery"
368
- msgstr "Ouvrir la galerie"
369
-
370
- #: ../elements.php:504
371
- msgid "Change the image source or the alt text."
372
- msgstr "Changez la source de l'image ou le texte alt."
373
-
374
- #: ../elements.php:747
375
- msgid "Video source"
376
- msgstr "source vidéo"
377
-
378
- #: ../elements.php:767
379
- msgid "Set source and ID."
380
- msgstr "Définir la source et ID."
381
-
382
- #: ../elements.php:771
383
- msgid "Loop video"
384
- msgstr "Boucle vidéo"
385
-
386
- #: ../elements.php:786
387
- msgid ""
388
- "The video will automatically restart from the beginning when it reaches the "
389
- "end."
390
- msgstr ""
391
- "La vidéo sera automatiquement redémarrée depuis le début quand elle atteint "
392
- "la fin."
393
-
394
- #: ../elements.php:790
395
- msgid "Autoplay"
396
- msgstr "Lecture automatique"
397
-
398
- #: ../elements.php:805
399
- msgid "The video will automatically be played after the in animation."
400
- msgstr "La vidéo sera automatiquement jouée après l'animation."
401
-
402
- #: ../frontend.php:25
403
- msgid "You have to insert a valid alias in the shortcode"
404
- msgstr "Vous devez insérer un alias valide dans le shortcode"
405
-
406
- #: ../frontend.php:43 ../frontend.php:47
407
- msgid "The slider hasn't been found"
408
- msgstr "Le slider n'a pas été trouvé"
409
-
410
- #: ../home.php:7
411
- msgid "No Sliders found. Please add a new one."
412
- msgstr "Aucun Slider trouvé. S'il vous plaît ajoutez un nouveau."
413
-
414
- #: ../home.php:17
415
- msgid "Sliders List"
416
- msgstr "Liste des Sliders"
417
-
418
- #: ../home.php:22
419
- msgid "ID"
420
- msgstr "ID"
421
-
422
- #: ../home.php:23
423
- msgid "Name"
424
- msgstr "Nom"
425
-
426
- #: ../home.php:24
427
- msgid "Alias"
428
- msgstr "Alias"
429
-
430
- #: ../home.php:25
431
- msgid "Shortcode"
432
- msgstr "Shortcode"
433
-
434
- #: ../home.php:26
435
- msgid "Actions"
436
- msgstr "Actions"
437
-
438
- #: ../home.php:36
439
- msgid "Edit Slider"
440
- msgstr "Modifier Slider"
441
-
442
- #: ../home.php:37
443
- msgid "Duplicate Slider"
444
- msgstr "Dupliquer Slider"
445
-
446
- #: ../home.php:38
447
- msgid "Export Slider"
448
- msgstr "Exporter Slider"
449
-
450
- #: ../home.php:39
451
- msgid "Delete Slider"
452
- msgstr "Supprimer Slider"
453
-
454
- #: ../home.php:51
455
- msgid "Add Slider"
456
- msgstr "Ajouter Slider"
457
-
458
- #: ../home.php:52
459
- msgid "Import Slider"
460
- msgstr "Importer Slider"
461
-
462
- #: ../slider.php:6
463
- msgid "Full Width"
464
- msgstr "Pleine largeur"
465
-
466
- #: ../slider.php:7
467
- msgid "Fixed"
468
- msgstr "Fixé"
469
-
470
- #: ../slider.php:10
471
- msgid "Yes"
472
- msgstr "Oui"
473
-
474
- #: ../slider.php:11
475
- msgid "No"
476
- msgstr "Non"
477
-
478
- #: ../slider.php:17 ../slider.php:21
479
- msgid "Slider Name"
480
- msgstr "Nom du Slider"
481
-
482
- #: ../slider.php:27
483
- msgid "Alias:"
484
- msgstr "Alias:"
485
-
486
- #: ../slider.php:39
487
- msgid "Shortcode:"
488
- msgstr "Shortcode:"
489
-
490
- #: ../slider.php:54
491
- msgid "Slider General Options"
492
- msgstr "Options générales du Slider"
493
-
494
- #: ../slider.php:64
495
- msgid "Layout"
496
- msgstr "Disposition"
497
-
498
- #: ../slider.php:79
499
- msgid "Modify the layout type of the slider."
500
- msgstr "Modifier le type de disposition du Slider"
501
-
502
- #: ../slider.php:83
503
- msgid "Responsive"
504
- msgstr "Responsive"
505
-
506
- #: ../slider.php:98
507
- msgid "The slider will be adapted to the screen size."
508
- msgstr "Le Slider sera adapté à la taille de l'écran."
509
-
510
- #: ../slider.php:102
511
- msgid "Start Width"
512
- msgstr "Largeur de démarrage"
513
-
514
- #: ../slider.php:111
515
- msgid "The content initial width of the slider."
516
- msgstr "Largeur du contenu initial du Slider"
517
-
518
- #: ../slider.php:115
519
- msgid "Start Height"
520
- msgstr "Hauteur de démarrage"
521
-
522
- #: ../slider.php:124
523
- msgid "The content initial height of the slider."
524
- msgstr "Hauteur du contenu initial du Slider"
525
-
526
- #: ../slider.php:128
527
- msgid "Automatic Slide"
528
- msgstr "Diapositive automatique"
529
-
530
- #: ../slider.php:143
531
- msgid "The slides loop is automatic."
532
- msgstr "La boucle des diapositives est automatique."
533
-
534
- #: ../slider.php:147
535
- msgid "Show Controls"
536
- msgstr "Afficher les contrôles"
537
-
538
- #: ../slider.php:162
539
- msgid "Show the previous and next arrows."
540
- msgstr "Voir les flèches précédent et suivant."
541
-
542
- #: ../slider.php:166
543
- msgid "Show Navigation"
544
- msgstr "Afficher la navigation"
545
-
546
- #: ../slider.php:181
547
- msgid "Show the links buttons to change slide."
548
- msgstr "Afficher les boutons de liens pour changer la diapositive."
549
-
550
- #: ../slider.php:185
551
- msgid "Enable swipe and drag"
552
- msgstr "Activer glisser et faire défiler"
553
-
554
- #: ../slider.php:200
555
- msgid "Enable swipe left, swipe right, drag left, drag right commands."
556
- msgstr ""
557
- "Activer glisser gauche, à droite de défilement, glissement à gauche, faites "
558
- "glisser les commandes à droite."
559
-
560
- #: ../slider.php:204
561
- msgid "Show Progress Bar"
562
- msgstr "Afficher la barre de progression"
563
-
564
- #: ../slider.php:219
565
- msgid "Draw the progress bar during the slide execution."
566
- msgstr ""
567
- "Dessinez la barre de progression lors de l'exécution de la diapositive."
568
-
569
- #: ../slider.php:223
570
- msgid "Pause on Hover"
571
- msgstr "Pause sur survol"
572
-
573
- #: ../slider.php:238
574
- msgid "Pause the current slide when hovered."
575
- msgstr "Pause de la diapositive actuelle pendant le survol"
576
-
577
- #: ../slider.php:242
578
- msgid "Callbacks"
579
- msgstr "fonctions de rappel"
580
-
581
- #: ../slider.php:260
582
- msgid "Some jQuery functions that you can fire during the slider execution."
583
- msgstr ""
584
- "Certaines fonctions jQuery que vous pouvez exécuter pendant l'exécution du "
585
- "curseur."
586
-
587
- #: ../slides.php:24
588
- msgid "Add Slide"
589
- msgstr "Ajouter diapositive"
590
-
591
- #: ../slides.php:65
592
- msgid "Slide Options"
593
- msgstr "Options de la diapositive "
594
-
595
- #: ../slides.php:76
596
- msgid "Background"
597
- msgstr "Arrière-plan"
598
-
599
- #: ../slides.php:80 ../slides.php:124
600
- msgid "Background image:"
601
- msgstr "Image d'arrière-plan:"
602
-
603
- #: ../slides.php:83 ../slides.php:128 ../slides.php:131
604
- msgid "Select image"
605
- msgstr "Sélectionner une image"
606
-
607
- #: ../slides.php:89 ../slides.php:138
608
- msgid "Background color:"
609
- msgstr "Couleur d'arrière-plan:"
610
-
611
- #: ../slides.php:93 ../slides.php:143 ../slides.php:145
612
- msgid "Transparent"
613
- msgstr "Transparent"
614
-
615
- #: ../slides.php:97 ../slides.php:159
616
- msgid "Enter value"
617
- msgstr "Entrer la valeur"
618
-
619
- #: ../slides.php:103 ../slides.php:166
620
- msgid "Background position-x:"
621
- msgstr "Position-x de l'arrière-plan:"
622
-
623
- #: ../slides.php:106 ../slides.php:169
624
- msgid "Background position-y:"
625
- msgstr "Position-y de l'arrière-plan:"
626
-
627
- #: ../slides.php:112 ../slides.php:175
628
- msgid "Background repeat:"
629
- msgstr "Répétition de l'arrière-plan:"
630
-
631
- #: ../slides.php:114 ../slides.php:178 ../slides.php:181
632
- msgid "Repeat"
633
- msgstr "Répétition"
634
-
635
- #: ../slides.php:115 ../slides.php:179 ../slides.php:182
636
- msgid "No repeat"
637
- msgstr "Pas de répétition"
638
-
639
- #: ../slides.php:121 ../slides.php:189
640
- msgid "Background size:"
641
- msgstr "Taille de l'arrière-plan"
642
-
643
- #: ../slides.php:194
644
- msgid "The background of the slide and its proprieties."
645
- msgstr "L'arrière-plan de la diapositive et ses propriétés."
646
-
647
- #: ../slides.php:197
648
- msgid "Presets:"
649
- msgstr "Présélections:"
650
-
651
- #: ../slides.php:200
652
- msgid "Full width responsive background image"
653
- msgstr "Pleine largeur Responsive de l'image d'arrière-plan"
654
-
655
- #: ../slides.php:201
656
- msgid "Pattern background image"
657
- msgstr "Motif image d'arrière-plan"
658
-
659
- #: ../slides.php:221
660
- msgid "The in animation of the slide."
661
- msgstr "Animation d'entrée de la diapositive"
662
-
663
- #: ../slides.php:240
664
- msgid "The out animation of the slide."
665
- msgstr "Animation de sortie de la diapositive"
666
-
667
- #: ../slides.php:253
668
- msgid "The time that the slide will remain on the screen."
669
- msgstr "Temps que la diapositive restera à l'écran."
670
-
671
- #: ../slides.php:257
672
- msgid "Ease In"
673
- msgstr "Ease In"
674
-
675
- #: ../slides.php:266
676
- msgid "The time that the slide will take to get in."
677
- msgstr "Temps que la diapositive prendra pour entrer."
678
-
679
- #: ../slides.php:270
680
- msgid "Ease Out"
681
- msgstr "Ease Out"
682
-
683
- #: ../slides.php:279
684
- msgid "The time that the slide will take to get out."
685
- msgstr "Temps que la diapositive prendra pour sortir."
686
-
687
- #: ../slides.php:303
688
- msgid ""
689
- "Open the link (e.g.: http://www.google.it) when the user clicks on the "
690
- "background. Leave it empty if you don't want it."
691
- msgstr ""
692
- "Ouvrez le lien (par exemple : http://www.google.it) lorsque l'utilisateur "
693
- "clique sur l'arrière-plan. Laissez vide si vous ne voulez pas."
694
-
695
- #: ../slides.php:315
696
- msgid "Apply CSS to the slide."
697
- msgstr "Appliquer CSS à la diapositive."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wordpress/languages/crelly-slider.pot DELETED
@@ -1,678 +0,0 @@
1
- #, fuzzy
2
- msgid ""
3
- msgstr ""
4
- "Project-Id-Version: Crelly Slider 1.1.0\n"
5
- "POT-Creation-Date: 2016-10-31 15:56+0100\n"
6
- "PO-Revision-Date: 2015-03-15 13:30+0100\n"
7
- "Last-Translator: \n"
8
- "Language-Team: \n"
9
- "Language: en_US\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.7\n"
14
- "X-Poedit-KeywordsList: __;_e\n"
15
- "X-Poedit-Basepath: .\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../admin.php:48
19
- msgid "JavaScript must be enabled to view this page correctly."
20
- msgstr ""
21
-
22
- #: ../admin.php:51
23
- msgid "Operation completed successfully."
24
- msgstr ""
25
-
26
- #: ../admin.php:52
27
- msgid "Something went wrong."
28
- msgstr ""
29
-
30
- #: ../admin.php:54
31
- msgid ""
32
- "When you'll click \"Save Settings\", you'll be able to add slides and "
33
- "elements."
34
- msgstr ""
35
-
36
- #: ../admin.php:119
37
- msgid "Slider Settings"
38
- msgstr ""
39
-
40
- #: ../admin.php:123
41
- msgid "Edit Slides"
42
- msgstr ""
43
-
44
- #: ../admin.php:143
45
- msgid "Save Settings"
46
- msgstr ""
47
-
48
- #: ../admin.php:243 ../slides.php:15
49
- msgid "Slide"
50
- msgstr ""
51
-
52
- #: ../admin.php:244
53
- msgid "The slide will be deleted. Are you sure?"
54
- msgstr ""
55
-
56
- #: ../admin.php:245
57
- msgid "You can't delete this. You must have at least one slide."
58
- msgstr ""
59
-
60
- #: ../admin.php:246
61
- msgid "The slider will be deleted. Are you sure?"
62
- msgstr ""
63
-
64
- #: ../admin.php:247 ../elements.php:249
65
- msgid "Text element"
66
- msgstr ""
67
-
68
- #: ../admin.php:248 ../elements.php:159
69
- msgid "Live preview"
70
- msgstr ""
71
-
72
- #: ../admin.php:249
73
- msgid "Stop preview"
74
- msgstr ""
75
-
76
- #: ../admin.php:250 ../slides.php:16
77
- msgid "Duplicate slide"
78
- msgstr ""
79
-
80
- #: ../admin.php:251 ../slides.php:17
81
- msgid "Delete slide"
82
- msgstr ""
83
-
84
- #: ../admin.php:252
85
- msgid ""
86
- "All unsaved changes will be lost. Are you sure you want to leave this page?"
87
- msgstr ""
88
-
89
- #: ../ajax.php:282
90
- msgid "Copy"
91
- msgstr ""
92
-
93
- #: ../ajax.php:283
94
- msgid "copy"
95
- msgstr ""
96
-
97
- #: ../elements.php:154
98
- msgid "Add text"
99
- msgstr ""
100
-
101
- #: ../elements.php:155
102
- msgid "Add image"
103
- msgstr ""
104
-
105
- #: ../elements.php:156
106
- msgid "Add video"
107
- msgstr ""
108
-
109
- #: ../elements.php:160
110
- msgid "Delete element"
111
- msgstr ""
112
-
113
- #: ../elements.php:161
114
- msgid "Duplicate element"
115
- msgstr ""
116
-
117
- #: ../elements.php:215 ../elements.php:466 ../elements.php:716
118
- #: ../slides.php:51 ../slides.php:82 ../slides.php:127 ../slides.php:130
119
- msgid "None"
120
- msgstr ""
121
-
122
- #: ../elements.php:216 ../elements.php:467 ../elements.php:717
123
- #: ../slides.php:58
124
- msgid "Slide down"
125
- msgstr ""
126
-
127
- #: ../elements.php:217 ../elements.php:468 ../elements.php:718
128
- #: ../slides.php:57
129
- msgid "Slide up"
130
- msgstr ""
131
-
132
- #: ../elements.php:218 ../elements.php:469 ../elements.php:719
133
- #: ../slides.php:55
134
- msgid "Slide left"
135
- msgstr ""
136
-
137
- #: ../elements.php:219 ../elements.php:470 ../elements.php:720
138
- #: ../slides.php:56
139
- msgid "Slide right"
140
- msgstr ""
141
-
142
- #: ../elements.php:220 ../elements.php:471 ../elements.php:721
143
- #: ../slides.php:52
144
- msgid "Fade"
145
- msgstr ""
146
-
147
- #: ../elements.php:221 ../elements.php:472 ../elements.php:722
148
- msgid "Fade down"
149
- msgstr ""
150
-
151
- #: ../elements.php:222 ../elements.php:473 ../elements.php:723
152
- msgid "Fade up"
153
- msgstr ""
154
-
155
- #: ../elements.php:223 ../elements.php:474 ../elements.php:724
156
- #: ../slides.php:53
157
- msgid "Fade left"
158
- msgstr ""
159
-
160
- #: ../elements.php:224 ../elements.php:475 ../elements.php:725
161
- #: ../slides.php:54
162
- msgid "Fade right"
163
- msgstr ""
164
-
165
- #: ../elements.php:225 ../elements.php:476 ../elements.php:726
166
- msgid "Fade small down"
167
- msgstr ""
168
-
169
- #: ../elements.php:226 ../elements.php:477 ../elements.php:727
170
- msgid "Fade small up"
171
- msgstr ""
172
-
173
- #: ../elements.php:227 ../elements.php:478 ../elements.php:728
174
- msgid "Fade small left"
175
- msgstr ""
176
-
177
- #: ../elements.php:228 ../elements.php:479 ../elements.php:729
178
- msgid "Fade small right"
179
- msgstr ""
180
-
181
- #: ../elements.php:235 ../elements.php:486 ../elements.php:736
182
- msgid "Element Options"
183
- msgstr ""
184
-
185
- #: ../elements.php:241 ../elements.php:491 ../elements.php:742
186
- #: ../slider.php:59 ../slides.php:71
187
- msgid "Option"
188
- msgstr ""
189
-
190
- #: ../elements.php:242 ../elements.php:492 ../elements.php:743
191
- #: ../slider.php:60 ../slides.php:72
192
- msgid "Parameter"
193
- msgstr ""
194
-
195
- #: ../elements.php:243 ../elements.php:493 ../elements.php:744
196
- #: ../slider.php:61 ../slides.php:73
197
- msgid "Description"
198
- msgstr ""
199
-
200
- #: ../elements.php:246
201
- msgid "Text"
202
- msgstr ""
203
-
204
- #: ../elements.php:254
205
- msgid "Write the text or the HTML."
206
- msgstr ""
207
-
208
- #: ../elements.php:258 ../elements.php:508 ../elements.php:809
209
- msgid "Left"
210
- msgstr ""
211
-
212
- #: ../elements.php:267 ../elements.php:517 ../elements.php:818
213
- msgid "Center horizontally"
214
- msgstr ""
215
-
216
- #: ../elements.php:270 ../elements.php:520 ../elements.php:821
217
- msgid "Left distance in px from the start width."
218
- msgstr ""
219
-
220
- #: ../elements.php:274 ../elements.php:524 ../elements.php:825
221
- msgid "Top"
222
- msgstr ""
223
-
224
- #: ../elements.php:283 ../elements.php:533 ../elements.php:834
225
- msgid "Center vertically"
226
- msgstr ""
227
-
228
- #: ../elements.php:286 ../elements.php:536 ../elements.php:837
229
- msgid "Top distance in px from the start height."
230
- msgstr ""
231
-
232
- #: ../elements.php:290 ../elements.php:540 ../elements.php:841
233
- msgid "Z - index"
234
- msgstr ""
235
-
236
- #: ../elements.php:298 ../elements.php:548 ../elements.php:849
237
- msgid ""
238
- "An element with an high z-index will cover an element with a lower z-index "
239
- "if they overlap."
240
- msgstr ""
241
-
242
- #: ../elements.php:302 ../elements.php:552 ../elements.php:853
243
- msgid "Delay"
244
- msgstr ""
245
-
246
- #: ../elements.php:311 ../elements.php:561 ../elements.php:862
247
- msgid "How long will the element wait before the entrance."
248
- msgstr ""
249
-
250
- #: ../elements.php:315 ../elements.php:565 ../elements.php:866
251
- #: ../slides.php:244
252
- msgid "Time"
253
- msgstr ""
254
-
255
- #: ../elements.php:324 ../elements.php:574 ../elements.php:875
256
- msgid "How long will the element be displayed during the slide execution."
257
- msgstr ""
258
-
259
- #: ../elements.php:327 ../elements.php:577 ../elements.php:878
260
- msgid "Write \"all\" to set the entire time."
261
- msgstr ""
262
-
263
- #: ../elements.php:330 ../elements.php:580 ../elements.php:881
264
- msgid ""
265
- "Write \"3000\" to set 3000 milliseconds minus delay time (so, if the delay "
266
- "time is 1000 milliseconds, the element will be displayed for "
267
- "3000-1000=2000 milliseconds)."
268
- msgstr ""
269
-
270
- #: ../elements.php:334 ../elements.php:584 ../elements.php:885
271
- #: ../slides.php:206
272
- msgid "In animation"
273
- msgstr ""
274
-
275
- #: ../elements.php:349 ../elements.php:599 ../elements.php:900
276
- msgid "The in animation of the element."
277
- msgstr ""
278
-
279
- #: ../elements.php:353 ../elements.php:603 ../elements.php:904
280
- #: ../slides.php:225
281
- msgid "Out animation"
282
- msgstr ""
283
-
284
- #: ../elements.php:368 ../elements.php:371 ../elements.php:374
285
- #: ../elements.php:618 ../elements.php:621 ../elements.php:624
286
- #: ../elements.php:919 ../elements.php:922 ../elements.php:925
287
- msgid "Disable synchronization with slide out animation"
288
- msgstr ""
289
-
290
- #: ../elements.php:380 ../elements.php:630 ../elements.php:931
291
- msgid ""
292
- "The out animation of the element.<br /><br />Disable synchronization with "
293
- "slide out animation: if not checked, the slide out animation won't start "
294
- "until all the elements that have this option unchecked are animated out."
295
- msgstr ""
296
-
297
- #: ../elements.php:384 ../elements.php:634 ../elements.php:935
298
- msgid "Ease in"
299
- msgstr ""
300
-
301
- #: ../elements.php:393 ../elements.php:643 ../elements.php:944
302
- msgid "How long will the in animation take."
303
- msgstr ""
304
-
305
- #: ../elements.php:397 ../elements.php:647 ../elements.php:948
306
- msgid "Ease out"
307
- msgstr ""
308
-
309
- #: ../elements.php:406 ../elements.php:656 ../elements.php:957
310
- msgid "How long will the out animation take."
311
- msgstr ""
312
-
313
- #: ../elements.php:410 ../elements.php:660 ../slides.php:283
314
- msgid "Link"
315
- msgstr ""
316
-
317
- #: ../elements.php:418 ../elements.php:421 ../elements.php:424
318
- #: ../elements.php:668 ../elements.php:671 ../elements.php:674
319
- #: ../slides.php:291 ../slides.php:294 ../slides.php:297
320
- msgid "Open link in a new tab"
321
- msgstr ""
322
-
323
- #: ../elements.php:430 ../elements.php:680
324
- msgid ""
325
- "Open the link (e.g.: http://www.google.it) on click. Leave it empty if you "
326
- "don't want it."
327
- msgstr ""
328
-
329
- #: ../elements.php:434 ../elements.php:684 ../elements.php:961
330
- #: ../slides.php:307
331
- msgid "Custom CSS"
332
- msgstr ""
333
-
334
- #: ../elements.php:442 ../elements.php:692 ../elements.php:969
335
- msgid "Style the element."
336
- msgstr ""
337
-
338
- #: ../elements.php:446 ../elements.php:696 ../elements.php:973
339
- msgid "Custom classes"
340
- msgstr ""
341
-
342
- #: ../elements.php:454 ../elements.php:704 ../elements.php:981
343
- msgid ""
344
- "Apply custom CSS classes to the element. The style of the classes may not "
345
- "work when working on backend."
346
- msgstr ""
347
-
348
- #: ../elements.php:496
349
- msgid "Modify image"
350
- msgstr ""
351
-
352
- #: ../elements.php:499 ../elements.php:500
353
- msgid "Open gallery"
354
- msgstr ""
355
-
356
- #: ../elements.php:504
357
- msgid "Change the image source or the alt text."
358
- msgstr ""
359
-
360
- #: ../elements.php:747
361
- msgid "Video source"
362
- msgstr ""
363
-
364
- #: ../elements.php:767
365
- msgid "Set source and ID."
366
- msgstr ""
367
-
368
- #: ../elements.php:771
369
- msgid "Loop video"
370
- msgstr ""
371
-
372
- #: ../elements.php:774 ../elements.php:777 ../elements.php:780
373
- #: ../elements.php:793 ../elements.php:796 ../elements.php:799
374
- #: ../slider.php:10
375
- msgid "Yes"
376
- msgstr ""
377
-
378
- #: ../elements.php:774 ../elements.php:777 ../elements.php:780
379
- #: ../elements.php:793 ../elements.php:796 ../elements.php:799
380
- #: ../slider.php:11
381
- msgid "No"
382
- msgstr ""
383
-
384
- #: ../elements.php:786
385
- msgid ""
386
- "The video will automatically restart from the beginning when it reaches "
387
- "the end."
388
- msgstr ""
389
-
390
- #: ../elements.php:790
391
- msgid "Autoplay"
392
- msgstr ""
393
-
394
- #: ../elements.php:805
395
- msgid "The video will automatically be played after the in animation."
396
- msgstr ""
397
-
398
- #: ../frontend.php:25
399
- msgid "You have to insert a valid alias in the shortcode"
400
- msgstr ""
401
-
402
- #: ../frontend.php:43 ../frontend.php:47
403
- msgid "The slider hasn't been found"
404
- msgstr ""
405
-
406
- #: ../home.php:7
407
- msgid "No Sliders found. Please add a new one."
408
- msgstr ""
409
-
410
- #: ../home.php:17
411
- msgid "Sliders List"
412
- msgstr ""
413
-
414
- #: ../home.php:22
415
- msgid "ID"
416
- msgstr ""
417
-
418
- #: ../home.php:23
419
- msgid "Name"
420
- msgstr ""
421
-
422
- #: ../home.php:24
423
- msgid "Alias"
424
- msgstr ""
425
-
426
- #: ../home.php:25
427
- msgid "Shortcode"
428
- msgstr ""
429
-
430
- #: ../home.php:26
431
- msgid "Actions"
432
- msgstr ""
433
-
434
- #: ../home.php:36
435
- msgid "Edit Slider"
436
- msgstr ""
437
-
438
- #: ../home.php:37
439
- msgid "Duplicate Slider"
440
- msgstr ""
441
-
442
- #: ../home.php:38
443
- msgid "Export Slider"
444
- msgstr ""
445
-
446
- #: ../home.php:39
447
- msgid "Delete Slider"
448
- msgstr ""
449
-
450
- #: ../home.php:51
451
- msgid "Add Slider"
452
- msgstr ""
453
-
454
- #: ../home.php:52
455
- msgid "Import Slider"
456
- msgstr ""
457
-
458
- #: ../slider.php:6
459
- msgid "Full Width"
460
- msgstr ""
461
-
462
- #: ../slider.php:7
463
- msgid "Fixed"
464
- msgstr ""
465
-
466
- #: ../slider.php:17 ../slider.php:21
467
- msgid "Slider Name"
468
- msgstr ""
469
-
470
- #: ../slider.php:27
471
- msgid "Alias:"
472
- msgstr ""
473
-
474
- #: ../slider.php:39
475
- msgid "Shortcode:"
476
- msgstr ""
477
-
478
- #: ../slider.php:54
479
- msgid "Slider General Options"
480
- msgstr ""
481
-
482
- #: ../slider.php:64
483
- msgid "Layout"
484
- msgstr ""
485
-
486
- #: ../slider.php:79
487
- msgid "Modify the layout type of the slider."
488
- msgstr ""
489
-
490
- #: ../slider.php:83
491
- msgid "Responsive"
492
- msgstr ""
493
-
494
- #: ../slider.php:98
495
- msgid "The slider will be adapted to the screen size."
496
- msgstr ""
497
-
498
- #: ../slider.php:102
499
- msgid "Start Width"
500
- msgstr ""
501
-
502
- #: ../slider.php:111
503
- msgid "The content initial width of the slider."
504
- msgstr ""
505
-
506
- #: ../slider.php:115
507
- msgid "Start Height"
508
- msgstr ""
509
-
510
- #: ../slider.php:124
511
- msgid "The content initial height of the slider."
512
- msgstr ""
513
-
514
- #: ../slider.php:128
515
- msgid "Automatic Slide"
516
- msgstr ""
517
-
518
- #: ../slider.php:143
519
- msgid "The slides loop is automatic."
520
- msgstr ""
521
-
522
- #: ../slider.php:147
523
- msgid "Show Controls"
524
- msgstr ""
525
-
526
- #: ../slider.php:162
527
- msgid "Show the previous and next arrows."
528
- msgstr ""
529
-
530
- #: ../slider.php:166
531
- msgid "Show Navigation"
532
- msgstr ""
533
-
534
- #: ../slider.php:181
535
- msgid "Show the links buttons to change slide."
536
- msgstr ""
537
-
538
- #: ../slider.php:185
539
- msgid "Enable swipe and drag"
540
- msgstr ""
541
-
542
- #: ../slider.php:200
543
- msgid "Enable swipe left, swipe right, drag left, drag right commands."
544
- msgstr ""
545
-
546
- #: ../slider.php:204
547
- msgid "Show Progress Bar"
548
- msgstr ""
549
-
550
- #: ../slider.php:219
551
- msgid "Draw the progress bar during the slide execution."
552
- msgstr ""
553
-
554
- #: ../slider.php:223
555
- msgid "Pause on Hover"
556
- msgstr ""
557
-
558
- #: ../slider.php:238
559
- msgid "Pause the current slide when hovered."
560
- msgstr ""
561
-
562
- #: ../slider.php:242
563
- msgid "Callbacks"
564
- msgstr ""
565
-
566
- #: ../slider.php:260
567
- msgid "Some jQuery functions that you can fire during the slider execution."
568
- msgstr ""
569
-
570
- #: ../slides.php:24
571
- msgid "Add Slide"
572
- msgstr ""
573
-
574
- #: ../slides.php:65
575
- msgid "Slide Options"
576
- msgstr ""
577
-
578
- #: ../slides.php:76
579
- msgid "Background"
580
- msgstr ""
581
-
582
- #: ../slides.php:80 ../slides.php:124
583
- msgid "Background image:"
584
- msgstr ""
585
-
586
- #: ../slides.php:83 ../slides.php:128 ../slides.php:131
587
- msgid "Select image"
588
- msgstr ""
589
-
590
- #: ../slides.php:89 ../slides.php:138
591
- msgid "Background color:"
592
- msgstr ""
593
-
594
- #: ../slides.php:93 ../slides.php:143 ../slides.php:145
595
- msgid "Transparent"
596
- msgstr ""
597
-
598
- #: ../slides.php:97 ../slides.php:159
599
- msgid "Enter value"
600
- msgstr ""
601
-
602
- #: ../slides.php:103 ../slides.php:166
603
- msgid "Background position-x:"
604
- msgstr ""
605
-
606
- #: ../slides.php:106 ../slides.php:169
607
- msgid "Background position-y:"
608
- msgstr ""
609
-
610
- #: ../slides.php:112 ../slides.php:175
611
- msgid "Background repeat:"
612
- msgstr ""
613
-
614
- #: ../slides.php:114 ../slides.php:178 ../slides.php:181
615
- msgid "Repeat"
616
- msgstr ""
617
-
618
- #: ../slides.php:115 ../slides.php:179 ../slides.php:182
619
- msgid "No repeat"
620
- msgstr ""
621
-
622
- #: ../slides.php:121 ../slides.php:189
623
- msgid "Background size:"
624
- msgstr ""
625
-
626
- #: ../slides.php:194
627
- msgid "The background of the slide and its proprieties."
628
- msgstr ""
629
-
630
- #: ../slides.php:197
631
- msgid "Presets:"
632
- msgstr ""
633
-
634
- #: ../slides.php:200
635
- msgid "Full width responsive background image"
636
- msgstr ""
637
-
638
- #: ../slides.php:201
639
- msgid "Pattern background image"
640
- msgstr ""
641
-
642
- #: ../slides.php:221
643
- msgid "The in animation of the slide."
644
- msgstr ""
645
-
646
- #: ../slides.php:240
647
- msgid "The out animation of the slide."
648
- msgstr ""
649
-
650
- #: ../slides.php:253
651
- msgid "The time that the slide will remain on the screen."
652
- msgstr ""
653
-
654
- #: ../slides.php:257
655
- msgid "Ease In"
656
- msgstr ""
657
-
658
- #: ../slides.php:266
659
- msgid "The time that the slide will take to get in."
660
- msgstr ""
661
-
662
- #: ../slides.php:270
663
- msgid "Ease Out"
664
- msgstr ""
665
-
666
- #: ../slides.php:279
667
- msgid "The time that the slide will take to get out."
668
- msgstr ""
669
-
670
- #: ../slides.php:303
671
- msgid ""
672
- "Open the link (e.g.: http://www.google.it) when the user clicks on the "
673
- "background. Leave it empty if you don't want it."
674
- msgstr ""
675
-
676
- #: ../slides.php:315
677
- msgid "Apply CSS to the slide."
678
- msgstr ""