Meteor Slides - Version 1.5.3

Version Description

  • Added Norwegian translation
  • Updated Swedish translation
  • Updated stylesheet with conflict fixes for TwentyFifteen and other themes
Download this release

Release Info

Developer jleuze
Plugin Icon 128x128 Meteor Slides
Version 1.5.3
Comparing to
See all releases

Code changes from version 1.5.2 to 1.5.3

css/meteor-slides.css CHANGED
@@ -1,4 +1,4 @@
1
- /* Stylesheet for the Meteor Slides 1.5.1 slideshow
2
 
3
  Copy "meteor-slides.css" from "/meteor-slides/css/" to your theme's directory to replace
4
  the plugin's default stylesheet.
@@ -16,6 +16,7 @@
16
 
17
  div.meteor-slides {
18
  clear: both;
 
19
  height: auto !important;
20
  line-height: 0;
21
  margin: 0;
@@ -25,21 +26,21 @@ div.meteor-slides {
25
  position: relative;
26
  z-index: 1;
27
  }
28
- div.meteor-left {
29
  clear: none;
30
  float: left;
31
  margin: 0 20px 20px 0;
32
  }
33
- div.meteor-right {
34
  clear: none;
35
  float: right;
36
  margin: 0 0 20px 20px;
37
  }
38
- div.meteor-center {
39
  margin: 0 auto;
40
  }
41
- div.navpaged,
42
- div.navboth {
43
  margin-bottom: 20px;
44
  }
45
  .meteor-slides .meteor-clip {
@@ -122,13 +123,15 @@ ul.meteor-nav li {
122
  .meteor-nav .next a {
123
  right: 0px;
124
  }
125
- .meteor-nav a {
 
126
  display: block;
127
  outline: none;
128
  position: absolute;
129
  text-indent: -9999px;
130
  width: 27px;
131
  height: 100%;
 
132
  z-index: 998;
133
  }
134
  .meteor-nav .prev a {
@@ -161,6 +164,7 @@ ul.meteor-nav li {
161
 
162
  .meteor-slides .meteor-buttons {
163
  bottom: -15px;
 
164
  height: 9px;
165
  left: 0;
166
  margin: 0;
@@ -172,8 +176,9 @@ ul.meteor-nav li {
172
  header#branding .meteor-buttons {
173
  left: 5px; /* A little nudge for Twenty Eleven */
174
  }
175
- .meteor-buttons a {
176
  background: url('../images/buttons.png') no-repeat bottom left;
 
177
  display: block;
178
  float: left;
179
  width: 9px;
@@ -181,6 +186,7 @@ header#branding .meteor-buttons {
181
  margin: 0 3px 0 0 !important;
182
  outline: none;
183
  text-indent: -9999px;
 
184
  }
185
  .meteor-buttons a:hover {
186
  background: url('../images/buttons.png') no-repeat bottom right;
1
+ /* Stylesheet for the Meteor Slides 1.5.3 slideshow
2
 
3
  Copy "meteor-slides.css" from "/meteor-slides/css/" to your theme's directory to replace
4
  the plugin's default stylesheet.
16
 
17
  div.meteor-slides {
18
  clear: both;
19
+ float: none;
20
  height: auto !important;
21
  line-height: 0;
22
  margin: 0;
26
  position: relative;
27
  z-index: 1;
28
  }
29
+ div.meteor-slides.meteor-left {
30
  clear: none;
31
  float: left;
32
  margin: 0 20px 20px 0;
33
  }
34
+ div.meteor-slides.meteor-right {
35
  clear: none;
36
  float: right;
37
  margin: 0 0 20px 20px;
38
  }
39
+ div.meteor-slides.meteor-center {
40
  margin: 0 auto;
41
  }
42
+ div.meteor-slides.navpaged,
43
+ div.meteor-slides.navboth {
44
  margin-bottom: 20px;
45
  }
46
  .meteor-slides .meteor-clip {
123
  .meteor-nav .next a {
124
  right: 0px;
125
  }
126
+ .meteor-slides .meteor-nav a {
127
+ border: none;
128
  display: block;
129
  outline: none;
130
  position: absolute;
131
  text-indent: -9999px;
132
  width: 27px;
133
  height: 100%;
134
+ transition: all 0 ease 0;
135
  z-index: 998;
136
  }
137
  .meteor-nav .prev a {
164
 
165
  .meteor-slides .meteor-buttons {
166
  bottom: -15px;
167
+ box-sizing: initial;
168
  height: 9px;
169
  left: 0;
170
  margin: 0;
176
  header#branding .meteor-buttons {
177
  left: 5px; /* A little nudge for Twenty Eleven */
178
  }
179
+ .meteor-slides .meteor-buttons a {
180
  background: url('../images/buttons.png') no-repeat bottom left;
181
+ border: none;
182
  display: block;
183
  float: left;
184
  width: 9px;
186
  margin: 0 3px 0 0 !important;
187
  outline: none;
188
  text-indent: -9999px;
189
+ transition: all 0 ease 0;
190
  }
191
  .meteor-buttons a:hover {
192
  background: url('../images/buttons.png') no-repeat bottom right;
includes/meteor-slideshow.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- /* Loop template for the Meteor Slides 1.5.1 slideshow
3
 
4
  Copy "meteor-slideshow.php" from "/meteor-slides/" to your theme's directory to replace
5
  the plugin's default slideshow loop.
1
  <?php
2
+ /* Loop template for the Meteor Slides 1.5.3 slideshow
3
 
4
  Copy "meteor-slideshow.php" from "/meteor-slides/" to your theme's directory to replace
5
  the plugin's default slideshow loop.
js/slideshow.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Script for the Meteor Slides 1.5.1 slideshow
2
 
3
  Copy "slideshow.js" from "/meteor-slides/js/" to your theme's directory to replace
4
  the plugin's default slideshow script.
1
+ /* Script for the Meteor Slides 1.5.3 slideshow
2
 
3
  Copy "slideshow.js" from "/meteor-slides/js/" to your theme's directory to replace
4
  the plugin's default slideshow script.
languages/meteor-slides-nb_NO.mo ADDED
Binary file
languages/meteor-slides-nb_NO.po ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin by .
2
+ # Copyright (C) 2010
3
+ # This file is distributed under the same license as the package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Meteor Slides\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/meteor-slides\n"
10
+ "POT-Creation-Date: 2010-10-13 16:51+0000\n"
11
+ "PO-Revision-Date: 2014-11-28 15:56+0100\n"
12
+ "Last-Translator: Andreas Lutro <anlutro@gmail.com>\n"
13
+ "Language-Team: Andreas Lutro <anlutro@gmail.com>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Generator: Poedit 1.6.10\n"
18
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+ "Language: nb_NO\n"
20
+ "X-Poedit-SourceCharset: UTF-8\n"
21
+
22
+ #: meteor-slides-plugin.php:78
23
+ msgid "Slides"
24
+ msgstr "Slideshow"
25
+
26
+ #: meteor-slides-plugin.php:79
27
+ msgid "Slide"
28
+ msgstr "Slide"
29
+
30
+ #: meteor-slides-plugin.php:80
31
+ msgid "Add New"
32
+ msgstr "Legg til"
33
+
34
+ #: meteor-slides-plugin.php:81
35
+ msgid "Add New Slide"
36
+ msgstr "Legg til slide"
37
+
38
+ #: meteor-slides-plugin.php:82
39
+ msgid "Edit Slide"
40
+ msgstr "Rediger slide"
41
+
42
+ #: meteor-slides-plugin.php:83
43
+ msgid "Edit"
44
+ msgstr "Rediger"
45
+
46
+ #: meteor-slides-plugin.php:84
47
+ msgid "New Slide"
48
+ msgstr "Ny silde"
49
+
50
+ #: meteor-slides-plugin.php:85 meteor-slides-plugin.php:89
51
+ msgid "View Slide"
52
+ msgstr "Vis slide"
53
+
54
+ #: meteor-slides-plugin.php:86
55
+ msgid "Search Slides"
56
+ msgstr "Søk i slides"
57
+
58
+ #: meteor-slides-plugin.php:87
59
+ msgid "No slides found"
60
+ msgstr "Ingen slides funnet"
61
+
62
+ #: meteor-slides-plugin.php:88
63
+ msgid "No slides found in Trash"
64
+ msgstr "Ingen slides funnet i søppelbøtten"
65
+
66
+ #: meteor-slides-plugin.php:127
67
+ msgid "Slideshows"
68
+ msgstr "Slideshow"
69
+
70
+ #: meteor-slides-plugin.php:128
71
+ msgid "Slideshow"
72
+ msgstr "Slideshow"
73
+
74
+ #: meteor-slides-plugin.php:129
75
+ msgid "Search Slideshows"
76
+ msgstr "Søk i slideshow"
77
+
78
+ #: meteor-slides-plugin.php:130
79
+ msgid "Popular Slideshows"
80
+ msgstr "Populære slideshow"
81
+
82
+ #: meteor-slides-plugin.php:131
83
+ msgid "All Slideshows"
84
+ msgstr "Alle slideshow"
85
+
86
+ #: meteor-slides-plugin.php:132
87
+ msgid "Parent Slideshow"
88
+ msgstr "Forelder"
89
+
90
+ #: meteor-slides-plugin.php:133
91
+ msgid "Parent Slideshow:"
92
+ msgstr "Forelder:"
93
+
94
+ #: meteor-slides-plugin.php:134
95
+ msgid "Edit Slideshow"
96
+ msgstr "Rediger slideshow"
97
+
98
+ #: meteor-slides-plugin.php:135
99
+ msgid "Update Slideshow"
100
+ msgstr "Oppdater slideshow"
101
+
102
+ #: meteor-slides-plugin.php:136
103
+ msgid "Add New Slideshow"
104
+ msgstr "Legg til nytt slideshow"
105
+
106
+ #: meteor-slides-plugin.php:137
107
+ msgid "New Slideshow Name"
108
+ msgstr "Nytt slideshow navn"
109
+
110
+ #: meteor-slides-plugin.php:159
111
+ msgid "Slide Image"
112
+ msgstr "Slide-bilde"
113
+
114
+ #: meteor-slides-plugin.php:194
115
+ msgid "Add the URL this slide should link to."
116
+ msgstr "Legg til URLen sliden skal peke mot."
117
+
118
+ #: meteor-slides-plugin.php:206
119
+ msgid "Slide Link"
120
+ msgstr "Slide-lenke"
121
+
122
+ #: meteor-slides-plugin.php:324
123
+ msgid "Slides Settings"
124
+ msgstr "Slideshow-innstillinger"
125
+
126
+ #: meteor-slides-plugin.php:324
127
+ msgid "Settings"
128
+ msgstr "Innstillinger"
129
+
130
+ #: meteor-slides-plugin.php:358
131
+ msgid "Configure Slideshow"
132
+ msgstr "Tilpass slideshow"
133
+
134
+ #: meteor-slides-plugin.php:360
135
+ msgid "Slideshow Quantity"
136
+ msgstr "Slideshow-mengde"
137
+
138
+ #: meteor-slides-plugin.php:362
139
+ msgid "Slide Height"
140
+ msgstr "Slide-høyde"
141
+
142
+ #: meteor-slides-plugin.php:364
143
+ msgid "Slide Width"
144
+ msgstr "Slide-bredde"
145
+
146
+ #: meteor-slides-plugin.php:366
147
+ msgid "Transition Style"
148
+ msgstr "Overgangs-stil"
149
+
150
+ #: meteor-slides-plugin.php:368
151
+ msgid "Transition Speed"
152
+ msgstr "Overgangsfart"
153
+
154
+ #: meteor-slides-plugin.php:370
155
+ msgid "Slide Duration"
156
+ msgstr "Slide-varighet"
157
+
158
+ #: meteor-slides-plugin.php:372
159
+ msgid "Slideshow Navigation"
160
+ msgstr "Slideshow-navigering"
161
+
162
+ #: meteor-slides-plugin.php:605
163
+ msgid "Add a slideshow widget to a sidebar"
164
+ msgstr "Legg til et slideshow som widget i en sidebar"
165
+
166
+ #: meteor-slides-plugin.php:609
167
+ msgid "Meteor Slides Widget"
168
+ msgstr "Meteor Slides Widget"
169
+
170
+ #: meteor-slides-plugin.php:653
171
+ msgid "Title:"
172
+ msgstr "Tittel:"
173
+
174
+ #: meteor-slides-plugin.php:656
175
+ msgid "Slideshow:"
176
+ msgstr "Slideshow:"
177
+
178
+ #: meteor-slides-plugin.php:659
179
+ msgid "Metadata:"
180
+ msgstr "Metadata:"
181
+
182
+ #: meteor-slides-settings.php:7
183
+ msgid "Set up your slideshow using the options below."
184
+ msgstr "Sett opp slideshowet med innstillngene under."
185
+
186
+ #: meteor-slides-settings.php:21 meteor-slides-settings.php:31
187
+ msgid "px"
188
+ msgstr ""
189
+
190
+ #: meteor-slides-settings.php:41
191
+ msgid "blindX"
192
+ msgstr ""
193
+
194
+ #: meteor-slides-settings.php:41
195
+ msgid "blindY"
196
+ msgstr ""
197
+
198
+ #: meteor-slides-settings.php:41
199
+ msgid "blindZ"
200
+ msgstr ""
201
+
202
+ #: meteor-slides-settings.php:41
203
+ msgid "cover"
204
+ msgstr ""
205
+
206
+ #: meteor-slides-settings.php:41
207
+ msgid "curtainX"
208
+ msgstr ""
209
+
210
+ #: meteor-slides-settings.php:41
211
+ msgid "curtainY"
212
+ msgstr ""
213
+
214
+ #: meteor-slides-settings.php:41
215
+ msgid "fade"
216
+ msgstr ""
217
+
218
+ #: meteor-slides-settings.php:41
219
+ msgid "fadeZoom"
220
+ msgstr ""
221
+
222
+ #: meteor-slides-settings.php:41
223
+ msgid "growX"
224
+ msgstr ""
225
+
226
+ #: meteor-slides-settings.php:41
227
+ msgid "growY"
228
+ msgstr ""
229
+
230
+ #: meteor-slides-settings.php:41
231
+ msgid "none"
232
+ msgstr ""
233
+
234
+ #: meteor-slides-settings.php:41
235
+ msgid "scrollUp"
236
+ msgstr ""
237
+
238
+ #: meteor-slides-settings.php:41
239
+ msgid "scrollDown"
240
+ msgstr ""
241
+
242
+ #: meteor-slides-settings.php:41
243
+ msgid "scrollLeft"
244
+ msgstr ""
245
+
246
+ #: meteor-slides-settings.php:41
247
+ msgid "scrollRight"
248
+ msgstr ""
249
+
250
+ #: meteor-slides-settings.php:41
251
+ msgid "scrollHorz"
252
+ msgstr ""
253
+
254
+ #: meteor-slides-settings.php:41
255
+ msgid "scrollVert"
256
+ msgstr ""
257
+
258
+ #: meteor-slides-settings.php:41
259
+ msgid "slideX"
260
+ msgstr ""
261
+
262
+ #: meteor-slides-settings.php:41
263
+ msgid "slideY"
264
+ msgstr ""
265
+
266
+ #: meteor-slides-settings.php:41
267
+ msgid "shuffle"
268
+ msgstr ""
269
+
270
+ #: meteor-slides-settings.php:41
271
+ msgid "turnUp"
272
+ msgstr ""
273
+
274
+ #: meteor-slides-settings.php:41
275
+ msgid "turnDown"
276
+ msgstr ""
277
+
278
+ #: meteor-slides-settings.php:41
279
+ msgid "turnLeft"
280
+ msgstr ""
281
+
282
+ #: meteor-slides-settings.php:41
283
+ msgid "turnRight"
284
+ msgstr ""
285
+
286
+ #: meteor-slides-settings.php:41
287
+ msgid "uncover"
288
+ msgstr ""
289
+
290
+ #: meteor-slides-settings.php:41
291
+ msgid "wipe"
292
+ msgstr ""
293
+
294
+ #: meteor-slides-settings.php:41
295
+ msgid "zoom"
296
+ msgstr ""
297
+
298
+ #: meteor-slides-settings.php:63 meteor-slides-settings.php:73
299
+ msgid "seconds"
300
+ msgstr "sekunder"
301
+
302
+ #: meteor-slides-settings.php:83
303
+ msgid "None"
304
+ msgstr "Ingen"
305
+
306
+ #: meteor-slides-settings.php:84
307
+ msgid "Previous/Next"
308
+ msgstr "Forrige/Neste"
309
+
310
+ #: meteor-slides-settings.php:85
311
+ msgid "Paged"
312
+ msgstr "Knapper"
313
+
314
+ #: meteor-slides-settings.php:86
315
+ msgid "Both"
316
+ msgstr "Begge"
317
+
318
+ #: meteor-slides-settings.php:112
319
+ msgid "Meteor Slides Settings"
320
+ msgstr "Meteor Slides innstillinger"
321
+
322
+ #: meteor-slides-settings.php:126
323
+ msgid "Save Changes"
324
+ msgstr "Lagre endringer"
325
+
326
+ #: meteor-slides-settings.php:132
327
+ msgid "Install Slideshow"
328
+ msgstr "Installer slideshow"
329
+
330
+ #: meteor-slides-settings.php:134
331
+ #, php-format
332
+ msgid ""
333
+ "Use %1$s to add this slideshow to your theme, use %2$s to add it to your "
334
+ "Post or Page content, or use the Meteor Slides Widget. %3$sMore information"
335
+ "%4$s"
336
+ msgstr ""
337
+ "Bruk %1$s for å legge til slideshowet i temaet ditt, bruk %2$s for å bruke "
338
+ "det i et Innlegg eller en Side, eller bruk en Metor Slides Widget. %3$sMer "
339
+ "informasjon%4$s"
340
+
341
+ #: meteor-slides-settings.php:136
342
+ #, php-format
343
+ msgid ""
344
+ "Please %1$spost any questions or problems%2$s in the WordPress.org support "
345
+ "forums."
346
+ msgstr ""
347
+ "Vennligst bruk %1$sWordpress.org sitt support-forum%2$s for spørsmål eller "
348
+ "problemer."
349
+
350
+ #: meteor-slideshow.php:17 meteor-slideshow.php:29
351
+ msgid "Previous"
352
+ msgstr "Forrige"
353
+
354
+ #: meteor-slideshow.php:19 meteor-slideshow.php:31
355
+ msgid "Next"
356
+ msgstr "Neste"
languages/meteor-slides-sv_SE.mo CHANGED
Binary file
languages/meteor-slides-sv_SE.po CHANGED
@@ -1,351 +1,357 @@
1
- # Translation of the WordPress plugin by .
2
- # Copyright (C) 2010
3
- # This file is distributed under the same license as the package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: Meteor Slides 1.3\n"
9
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/meteor-slides\n"
10
- "POT-Creation-Date: 2010-10-13 16:51+0000\n"
11
- "PO-Revision-Date: 2012-05-09 13:45+0100\n"
12
- "Last-Translator: Simon Wämmerfors <simon@wonderville.se>\n"
13
- "Language-Team: JLeuze <mail@jleuze.com>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-KeywordsList: __;_e\n"
18
- "X-Poedit-Basepath: .\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- #: meteor-slides-plugin.php:78
22
- msgid "Slides"
23
- msgstr "Bildspel"
24
-
25
- #: meteor-slides-plugin.php:79
26
- msgid "Slide"
27
- msgstr "Bild"
28
-
29
- #: meteor-slides-plugin.php:80
30
- msgid "Add New"
31
- msgstr "Lägg till ny"
32
-
33
- #: meteor-slides-plugin.php:81
34
- msgid "Add New Slide"
35
- msgstr "Lägg till ny bild"
36
-
37
- #: meteor-slides-plugin.php:82
38
- msgid "Edit Slide"
39
- msgstr "Redigera bild"
40
-
41
- #: meteor-slides-plugin.php:83
42
- msgid "Edit"
43
- msgstr "Redigera"
44
-
45
- #: meteor-slides-plugin.php:84
46
- msgid "New Slide"
47
- msgstr "Ny bild"
48
-
49
- #: meteor-slides-plugin.php:85
50
- #: meteor-slides-plugin.php:89
51
- msgid "View Slide"
52
- msgstr "Förhandsgranska bild"
53
-
54
- #: meteor-slides-plugin.php:86
55
- msgid "Search Slides"
56
- msgstr "Sök bilder"
57
-
58
- #: meteor-slides-plugin.php:87
59
- msgid "No slides found"
60
- msgstr "Inga bilder funna"
61
-
62
- #: meteor-slides-plugin.php:88
63
- msgid "No slides found in Trash"
64
- msgstr "Inga bilder funna i papperskorgen"
65
-
66
- #: meteor-slides-plugin.php:127
67
- msgid "Slideshows"
68
- msgstr "Bildspel"
69
-
70
- #: meteor-slides-plugin.php:128
71
- msgid "Slideshow"
72
- msgstr "Bildspel"
73
-
74
- #: meteor-slides-plugin.php:129
75
- msgid "Search Slideshows"
76
- msgstr "Sök bildspel"
77
-
78
- #: meteor-slides-plugin.php:130
79
- msgid "Popular Slideshows"
80
- msgstr "Populära bildspel"
81
-
82
- #: meteor-slides-plugin.php:131
83
- msgid "All Slideshows"
84
- msgstr "Alla bildspel"
85
-
86
- #: meteor-slides-plugin.php:132
87
- msgid "Parent Slideshow"
88
- msgstr "Förälderbildspel"
89
-
90
- #: meteor-slides-plugin.php:133
91
- msgid "Parent Slideshow:"
92
- msgstr "Förälderbildspel:"
93
-
94
- #: meteor-slides-plugin.php:134
95
- msgid "Edit Slideshow"
96
- msgstr "Redigera bildspel"
97
-
98
- #: meteor-slides-plugin.php:135
99
- msgid "Update Slideshow"
100
- msgstr "Uppdatera bildspel"
101
-
102
- #: meteor-slides-plugin.php:136
103
- msgid "Add New Slideshow"
104
- msgstr "Lägg till nytt bildspel"
105
-
106
- #: meteor-slides-plugin.php:137
107
- msgid "New Slideshow Name"
108
- msgstr "Det nya bildspelets namn"
109
-
110
- #: meteor-slides-plugin.php:159
111
- msgid "Slide Image"
112
- msgstr "Bildspelsbild"
113
-
114
- #: meteor-slides-plugin.php:194
115
- msgid "Add the URL this slide should link to."
116
- msgstr "Lägg till den URL denna bild ska länka till"
117
-
118
- #: meteor-slides-plugin.php:206
119
- msgid "Slide Link"
120
- msgstr "Bildlänk"
121
-
122
- #: meteor-slides-plugin.php:324
123
- msgid "Slides Settings"
124
- msgstr "Bildspelsinställningar"
125
-
126
- #: meteor-slides-plugin.php:324
127
- msgid "Settings"
128
- msgstr "Inställningar"
129
-
130
- #: meteor-slides-plugin.php:358
131
- msgid "Configure Slideshow"
132
- msgstr "Ställ in bildspel"
133
-
134
- #: meteor-slides-plugin.php:360
135
- msgid "Slideshow Quantity"
136
- msgstr "Antal bilder i bildspel"
137
-
138
- #: meteor-slides-plugin.php:362
139
- msgid "Slide Height"
140
- msgstr "Bildernas höjd"
141
-
142
- #: meteor-slides-plugin.php:364
143
- msgid "Slide Width"
144
- msgstr "Bildernas bredd"
145
-
146
- #: meteor-slides-plugin.php:366
147
- msgid "Transition Style"
148
- msgstr "Övergångstyp"
149
-
150
- #: meteor-slides-plugin.php:368
151
- msgid "Transition Speed"
152
- msgstr "Övergångshastighet"
153
-
154
- #: meteor-slides-plugin.php:370
155
- msgid "Slide Duration"
156
- msgstr "Visningstid"
157
-
158
- #: meteor-slides-plugin.php:372
159
- msgid "Slideshow Navigation"
160
- msgstr "Bildspelsnavigation"
161
-
162
- #: meteor-slides-plugin.php:605
163
- msgid "Add a slideshow widget to a sidebar"
164
- msgstr "Lägg till en bildspelswidget till en sidebar"
165
-
166
- #: meteor-slides-plugin.php:609
167
- msgid "Meteor Slides Widget"
168
- msgstr "Meteor Slides Widget"
169
-
170
- #: meteor-slides-plugin.php:653
171
- msgid "Title:"
172
- msgstr "Titel:"
173
-
174
- #: meteor-slides-plugin.php:656
175
- msgid "Slideshow:"
176
- msgstr "Bildspel:"
177
-
178
- #: meteor-slides-plugin.php:659
179
- msgid "Metadata:"
180
- msgstr "Metadata:"
181
-
182
- #: meteor-slides-settings.php:7
183
- msgid "Set up your slideshow using the options below."
184
- msgstr "Ställ in bildspelet enligt alternativen nedan."
185
-
186
- #: meteor-slides-settings.php:21
187
- #: meteor-slides-settings.php:31
188
- msgid "px"
189
- msgstr "px"
190
-
191
- #: meteor-slides-settings.php:41
192
- msgid "blindX"
193
- msgstr "Rullgardin X"
194
-
195
- #: meteor-slides-settings.php:41
196
- msgid "blindY"
197
- msgstr "Rullgardin Y"
198
-
199
- #: meteor-slides-settings.php:41
200
- msgid "blindZ"
201
- msgstr "Rullgardin Z"
202
-
203
- #: meteor-slides-settings.php:41
204
- msgid "cover"
205
- msgstr "Täck över"
206
-
207
- #: meteor-slides-settings.php:41
208
- msgid "curtainX"
209
- msgstr "Ridå X"
210
-
211
- #: meteor-slides-settings.php:41
212
- msgid "curtainY"
213
- msgstr "Ridå Y"
214
-
215
- #: meteor-slides-settings.php:41
216
- msgid "fade"
217
- msgstr "Tona"
218
-
219
- #: meteor-slides-settings.php:41
220
- msgid "fadeZoom"
221
- msgstr "Tona och zooma"
222
-
223
- #: meteor-slides-settings.php:41
224
- msgid "growX"
225
- msgstr "Väx X"
226
-
227
- #: meteor-slides-settings.php:41
228
- msgid "growY"
229
- msgstr "Väx Y"
230
-
231
- #: meteor-slides-settings.php:41
232
- msgid "none"
233
- msgstr "Ingen"
234
-
235
- #: meteor-slides-settings.php:41
236
- msgid "scrollUp"
237
- msgstr "Bläddra upp"
238
-
239
- #: meteor-slides-settings.php:41
240
- msgid "scrollDown"
241
- msgstr "Bläddra ner"
242
-
243
- #: meteor-slides-settings.php:41
244
- msgid "scrollLeft"
245
- msgstr "Bläddra vänster"
246
-
247
- #: meteor-slides-settings.php:41
248
- msgid "scrollRight"
249
- msgstr "Bläddra höger"
250
-
251
- #: meteor-slides-settings.php:41
252
- msgid "scrollHorz"
253
- msgstr "Bläddra horisontellt"
254
-
255
- #: meteor-slides-settings.php:41
256
- msgid "scrollVert"
257
- msgstr "Bläddra vertikalt"
258
-
259
- #: meteor-slides-settings.php:41
260
- msgid "slideX"
261
- msgstr "Glid X"
262
-
263
- #: meteor-slides-settings.php:41
264
- msgid "slideY"
265
- msgstr "Glid Y"
266
-
267
- #: meteor-slides-settings.php:41
268
- msgid "shuffle"
269
- msgstr "Blanda"
270
-
271
- #: meteor-slides-settings.php:41
272
- msgid "turnUp"
273
- msgstr "Vänd upp"
274
-
275
- #: meteor-slides-settings.php:41
276
- msgid "turnDown"
277
- msgstr "Vänd ner"
278
-
279
- #: meteor-slides-settings.php:41
280
- msgid "turnLeft"
281
- msgstr "Vänd vänster"
282
-
283
- #: meteor-slides-settings.php:41
284
- msgid "turnRight"
285
- msgstr "Vänd höger"
286
-
287
- #: meteor-slides-settings.php:41
288
- msgid "uncover"
289
- msgstr "Avslöja"
290
-
291
- #: meteor-slides-settings.php:41
292
- msgid "wipe"
293
- msgstr "Torka"
294
-
295
- #: meteor-slides-settings.php:41
296
- msgid "zoom"
297
- msgstr "Zooma"
298
-
299
- #: meteor-slides-settings.php:63
300
- #: meteor-slides-settings.php:73
301
- msgid "seconds"
302
- msgstr "sekunder"
303
-
304
- #: meteor-slides-settings.php:83
305
- msgid "None"
306
- msgstr "Ingen"
307
-
308
- #: meteor-slides-settings.php:84
309
- msgid "Previous/Next"
310
- msgstr "Föregående/Nästa"
311
-
312
- #: meteor-slides-settings.php:85
313
- msgid "Paged"
314
- msgstr "Paginerad"
315
-
316
- #: meteor-slides-settings.php:86
317
- msgid "Both"
318
- msgstr "Båda"
319
-
320
- #: meteor-slides-settings.php:112
321
- msgid "Meteor Slides Settings"
322
- msgstr "Meteor Slides inställningar"
323
-
324
- #: meteor-slides-settings.php:126
325
- msgid "Save Changes"
326
- msgstr "Spara ändringar"
327
-
328
- #: meteor-slides-settings.php:132
329
- msgid "Install Slideshow"
330
- msgstr "Installera Bildspel"
331
-
332
- #: meteor-slides-settings.php:134
333
- #, php-format
334
- msgid "Use %1$s to add this slideshow to your theme, use %2$s to add it to your Post or Page content, or use the Meteor Slides Widget. %3$sMore information%4$s"
335
- msgstr "Använd %1$s för att använda detta bildspel i ditt tema, använd %2$s för att lägga till det i ett inlägg eller på en sida eller använd Meteor Slides Widget. %3$sMer information%4$s"
336
-
337
- #: meteor-slides-settings.php:136
338
- #, php-format
339
- msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
340
- msgstr "%1$sStäll gärna frågor och rapportera eventuella problem%2$s i WordPress.org supportforum."
341
-
342
- #: meteor-slideshow.php:17
343
- #: meteor-slideshow.php:29
344
- msgid "Previous"
345
- msgstr "Föregående"
346
-
347
- #: meteor-slideshow.php:19
348
- #: meteor-slideshow.php:31
349
- msgid "Next"
350
- msgstr "Nästa"
351
-
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin by .
2
+ # Copyright (C) 2010
3
+ # This file is distributed under the same license as the package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Meteor Slides 1.3\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/meteor-slides\n"
10
+ "POT-Creation-Date: 2010-10-13 16:51+0000\n"
11
+ "PO-Revision-Date: 2014-11-27 12:09+0100\n"
12
+ "Last-Translator: Simon Wämmerfors <simon@wonderville.se>\n"
13
+ "Language-Team: JLeuze <mail@jleuze.com>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Poedit-KeywordsList: __;_e\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "Language: sv_SE\n"
20
+ "X-Generator: Poedit 1.6.9\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+
23
+ #: meteor-slides-plugin.php:78
24
+ msgid "Slides"
25
+ msgstr "Bildspelsbilder"
26
+
27
+ #: meteor-slides-plugin.php:79
28
+ msgid "Slide"
29
+ msgstr "Bild"
30
+
31
+ #: meteor-slides-plugin.php:80
32
+ msgid "Add New"
33
+ msgstr "Lägg till ny"
34
+
35
+ #: meteor-slides-plugin.php:81
36
+ msgid "Add New Slide"
37
+ msgstr "Lägg till ny bild"
38
+
39
+ #: meteor-slides-plugin.php:82
40
+ msgid "Edit Slide"
41
+ msgstr "Redigera bild"
42
+
43
+ #: meteor-slides-plugin.php:83
44
+ msgid "Edit"
45
+ msgstr "Redigera"
46
+
47
+ #: meteor-slides-plugin.php:84
48
+ msgid "New Slide"
49
+ msgstr "Ny bild"
50
+
51
+ #: meteor-slides-plugin.php:85 meteor-slides-plugin.php:89
52
+ msgid "View Slide"
53
+ msgstr "Förhandsgranska bild"
54
+
55
+ #: meteor-slides-plugin.php:86
56
+ msgid "Search Slides"
57
+ msgstr "Sök bilder"
58
+
59
+ #: meteor-slides-plugin.php:87
60
+ msgid "No slides found"
61
+ msgstr "Inga bilder funna"
62
+
63
+ #: meteor-slides-plugin.php:88
64
+ msgid "No slides found in Trash"
65
+ msgstr "Inga bilder funna i papperskorgen"
66
+
67
+ #: meteor-slides-plugin.php:127
68
+ msgid "Slideshows"
69
+ msgstr "Bildspel"
70
+
71
+ #: meteor-slides-plugin.php:128
72
+ msgid "Slideshow"
73
+ msgstr "Bildspel"
74
+
75
+ #: meteor-slides-plugin.php:129
76
+ msgid "Search Slideshows"
77
+ msgstr "Sök bildspel"
78
+
79
+ #: meteor-slides-plugin.php:130
80
+ msgid "Popular Slideshows"
81
+ msgstr "Populära bildspel"
82
+
83
+ #: meteor-slides-plugin.php:131
84
+ msgid "All Slideshows"
85
+ msgstr "Alla bildspel"
86
+
87
+ #: meteor-slides-plugin.php:132
88
+ msgid "Parent Slideshow"
89
+ msgstr "Förälderbildspel"
90
+
91
+ #: meteor-slides-plugin.php:133
92
+ msgid "Parent Slideshow:"
93
+ msgstr "Förälderbildspel:"
94
+
95
+ #: meteor-slides-plugin.php:134
96
+ msgid "Edit Slideshow"
97
+ msgstr "Redigera bildspel"
98
+
99
+ #: meteor-slides-plugin.php:135
100
+ msgid "Update Slideshow"
101
+ msgstr "Uppdatera bildspel"
102
+
103
+ #: meteor-slides-plugin.php:136
104
+ msgid "Add New Slideshow"
105
+ msgstr "Lägg till nytt bildspel"
106
+
107
+ #: meteor-slides-plugin.php:137
108
+ msgid "New Slideshow Name"
109
+ msgstr "Det nya bildspelets namn"
110
+
111
+ #: meteor-slides-plugin.php:159
112
+ msgid "Slide Image"
113
+ msgstr "Bildspelsbild"
114
+
115
+ #: meteor-slides-plugin.php:194
116
+ msgid "Add the URL this slide should link to."
117
+ msgstr "Lägg till den URL denna bild ska länka till"
118
+
119
+ #: meteor-slides-plugin.php:206
120
+ msgid "Slide Link"
121
+ msgstr "Bildlänk"
122
+
123
+ #: meteor-slides-plugin.php:324
124
+ msgid "Slides Settings"
125
+ msgstr "Bildspelsinställningar"
126
+
127
+ #: meteor-slides-plugin.php:324
128
+ msgid "Settings"
129
+ msgstr "Inställningar"
130
+
131
+ #: meteor-slides-plugin.php:358
132
+ msgid "Configure Slideshow"
133
+ msgstr "Ställ in bildspel"
134
+
135
+ #: meteor-slides-plugin.php:360
136
+ msgid "Slideshow Quantity"
137
+ msgstr "Antal bilder i bildspel"
138
+
139
+ #: meteor-slides-plugin.php:362
140
+ msgid "Slide Height"
141
+ msgstr "Bildernas höjd"
142
+
143
+ #: meteor-slides-plugin.php:364
144
+ msgid "Slide Width"
145
+ msgstr "Bildernas bredd"
146
+
147
+ #: meteor-slides-plugin.php:366
148
+ msgid "Transition Style"
149
+ msgstr "Övergångstyp"
150
+
151
+ #: meteor-slides-plugin.php:368
152
+ msgid "Transition Speed"
153
+ msgstr "Övergångshastighet"
154
+
155
+ #: meteor-slides-plugin.php:370
156
+ msgid "Slide Duration"
157
+ msgstr "Visningstid"
158
+
159
+ #: meteor-slides-plugin.php:372
160
+ msgid "Slideshow Navigation"
161
+ msgstr "Bildspelsnavigation"
162
+
163
+ #: meteor-slides-plugin.php:605
164
+ msgid "Add a slideshow widget to a sidebar"
165
+ msgstr "Lägg till en bildspelswidget till en sidebar"
166
+
167
+ #: meteor-slides-plugin.php:609
168
+ msgid "Meteor Slides Widget"
169
+ msgstr "Meteor Slides Widget"
170
+
171
+ #: meteor-slides-plugin.php:653
172
+ msgid "Title:"
173
+ msgstr "Titel:"
174
+
175
+ #: meteor-slides-plugin.php:656
176
+ msgid "Slideshow:"
177
+ msgstr "Bildspel:"
178
+
179
+ #: meteor-slides-plugin.php:659
180
+ msgid "Metadata:"
181
+ msgstr "Metadata:"
182
+
183
+ #: meteor-slides-settings.php:7
184
+ msgid "Set up your slideshow using the options below."
185
+ msgstr "Ställ in bildspelet enligt alternativen nedan."
186
+
187
+ #: meteor-slides-settings.php:21 meteor-slides-settings.php:31
188
+ msgid "px"
189
+ msgstr "px"
190
+
191
+ #: meteor-slides-settings.php:41
192
+ msgid "blindX"
193
+ msgstr "Rullgardin X"
194
+
195
+ #: meteor-slides-settings.php:41
196
+ msgid "blindY"
197
+ msgstr "Rullgardin Y"
198
+
199
+ #: meteor-slides-settings.php:41
200
+ msgid "blindZ"
201
+ msgstr "Rullgardin Z"
202
+
203
+ #: meteor-slides-settings.php:41
204
+ msgid "cover"
205
+ msgstr "Täck över"
206
+
207
+ #: meteor-slides-settings.php:41
208
+ msgid "curtainX"
209
+ msgstr "Ridå X"
210
+
211
+ #: meteor-slides-settings.php:41
212
+ msgid "curtainY"
213
+ msgstr "Ridå Y"
214
+
215
+ #: meteor-slides-settings.php:41
216
+ msgid "fade"
217
+ msgstr "Tona"
218
+
219
+ #: meteor-slides-settings.php:41
220
+ msgid "fadeZoom"
221
+ msgstr "Tona och zooma"
222
+
223
+ #: meteor-slides-settings.php:41
224
+ msgid "growX"
225
+ msgstr "Väx X"
226
+
227
+ #: meteor-slides-settings.php:41
228
+ msgid "growY"
229
+ msgstr "Väx Y"
230
+
231
+ #: meteor-slides-settings.php:41
232
+ msgid "none"
233
+ msgstr "Ingen"
234
+
235
+ #: meteor-slides-settings.php:41
236
+ msgid "scrollUp"
237
+ msgstr "Bläddra upp"
238
+
239
+ #: meteor-slides-settings.php:41
240
+ msgid "scrollDown"
241
+ msgstr "Bläddra ner"
242
+
243
+ #: meteor-slides-settings.php:41
244
+ msgid "scrollLeft"
245
+ msgstr "Bläddra vänster"
246
+
247
+ #: meteor-slides-settings.php:41
248
+ msgid "scrollRight"
249
+ msgstr "Bläddra höger"
250
+
251
+ #: meteor-slides-settings.php:41
252
+ msgid "scrollHorz"
253
+ msgstr "Bläddra horisontellt"
254
+
255
+ #: meteor-slides-settings.php:41
256
+ msgid "scrollVert"
257
+ msgstr "Bläddra vertikalt"
258
+
259
+ #: meteor-slides-settings.php:41
260
+ msgid "slideX"
261
+ msgstr "Glid X"
262
+
263
+ #: meteor-slides-settings.php:41
264
+ msgid "slideY"
265
+ msgstr "Glid Y"
266
+
267
+ #: meteor-slides-settings.php:41
268
+ msgid "shuffle"
269
+ msgstr "Blanda"
270
+
271
+ #: meteor-slides-settings.php:41
272
+ msgid "turnUp"
273
+ msgstr "Vänd upp"
274
+
275
+ #: meteor-slides-settings.php:41
276
+ msgid "turnDown"
277
+ msgstr "Vänd ner"
278
+
279
+ #: meteor-slides-settings.php:41
280
+ msgid "turnLeft"
281
+ msgstr "Vänd vänster"
282
+
283
+ #: meteor-slides-settings.php:41
284
+ msgid "turnRight"
285
+ msgstr "Vänd höger"
286
+
287
+ #: meteor-slides-settings.php:41
288
+ msgid "uncover"
289
+ msgstr "Avslöja"
290
+
291
+ #: meteor-slides-settings.php:41
292
+ msgid "wipe"
293
+ msgstr "Torka"
294
+
295
+ #: meteor-slides-settings.php:41
296
+ msgid "zoom"
297
+ msgstr "Zooma"
298
+
299
+ #: meteor-slides-settings.php:63 meteor-slides-settings.php:73
300
+ msgid "seconds"
301
+ msgstr "sekunder"
302
+
303
+ #: meteor-slides-settings.php:83
304
+ msgid "None"
305
+ msgstr "Ingen"
306
+
307
+ #: meteor-slides-settings.php:84
308
+ msgid "Previous/Next"
309
+ msgstr "Föregående/Nästa"
310
+
311
+ #: meteor-slides-settings.php:85
312
+ msgid "Paged"
313
+ msgstr "Paginerad"
314
+
315
+ #: meteor-slides-settings.php:86
316
+ msgid "Both"
317
+ msgstr "Båda"
318
+
319
+ #: meteor-slides-settings.php:112
320
+ msgid "Meteor Slides Settings"
321
+ msgstr "Meteor Slides inställningar"
322
+
323
+ #: meteor-slides-settings.php:126
324
+ msgid "Save Changes"
325
+ msgstr "Spara ändringar"
326
+
327
+ #: meteor-slides-settings.php:132
328
+ msgid "Install Slideshow"
329
+ msgstr "Installera Bildspel"
330
+
331
+ #: meteor-slides-settings.php:134
332
+ #, php-format
333
+ msgid ""
334
+ "Use %1$s to add this slideshow to your theme, use %2$s to add it to your "
335
+ "Post or Page content, or use the Meteor Slides Widget. %3$sMore information"
336
+ "%4$s"
337
+ msgstr ""
338
+ "Använd %1$s för att använda detta bildspel i ditt tema, använd %2$s för att "
339
+ "lägga till det i ett inlägg eller en sida eller använd Meteor Slides "
340
+ "Widget. %3$sMer information%4$s"
341
+
342
+ #: meteor-slides-settings.php:136
343
+ #, php-format
344
+ msgid ""
345
+ "Please %1$spost any questions or problems%2$s in the WordPress.org support "
346
+ "forums."
347
+ msgstr ""
348
+ "%1$sStäll gärna frågor och rapportera eventuella problem%2$s i WordPress.org "
349
+ "supportforum."
350
+
351
+ #: meteor-slideshow.php:17 meteor-slideshow.php:29
352
+ msgid "Previous"
353
+ msgstr "Föregående"
354
+
355
+ #: meteor-slideshow.php:19 meteor-slideshow.php:31
356
+ msgid "Next"
357
+ msgstr "Nästa"
meteor-slides-plugin.php CHANGED
@@ -2,14 +2,14 @@
2
  /*
3
  Plugin Name: Meteor Slides
4
  Description: Easily create responsive slideshows with WordPress that are mobile friendly and simple to customize.
5
- Plugin URI: http://www.jleuze.com/plugins/meteor-slides
6
  Author: Josh Leuze
7
- Author URI: http://www.jleuze.com/
8
  License: GPL2
9
- Version: 1.5.2
10
  */
11
 
12
- /* Copyright 2014 Josh Leuze (email : mail@jleuze.com)
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License, version 2, as
2
  /*
3
  Plugin Name: Meteor Slides
4
  Description: Easily create responsive slideshows with WordPress that are mobile friendly and simple to customize.
5
+ Plugin URI: http://jleuze.com/plugins/meteor-slides
6
  Author: Josh Leuze
7
+ Author URI: http://jleuze.com/
8
  License: GPL2
9
+ Version: 1.5.3
10
  */
11
 
12
+ /* Copyright 2015 Josh Leuze (email : mail@jleuze.com)
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License, version 2, as
readme.md CHANGED
@@ -16,7 +16,7 @@ Meteor Slides makes it simple to create slideshows and publish them with a short
16
  * **Slideshow metadata:** Customize individual slideshows or configure more [jQuery Cycle options](http://jquery.malsup.com/cycle/options.html) with the [MetaData jQuery Plugin](http://plugins.jquery.com/project/metadata).
17
  * **Slideshow transition styles:** blindX, blindY, blindZ, cover, curtainX, curtainY, fade, fadeZoom, growX, growY, none, scrollUp, scrollDown, scrollLeft, scrollRight, scrollHorz, scrollVert, slideX, slideY, turnUp, turnDown, turnLeft, turnRight, uncover, wipe, zoom.
18
  * **Slideshow navigation:** Optional previous/next and/or paged slide navigation.
19
- * **Multiple languages:** Belarusian, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, English, French, German, Greek, Hebrew, Indonesian, Italian, Japanese, Persian, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbo-Croatian, Spanish, Swedish, Turkish, Vietnamese.
20
  * **Multisite Compatible:** Add Meteor Slides to any site on your network.
21
 
22
  ####Installation
16
  * **Slideshow metadata:** Customize individual slideshows or configure more [jQuery Cycle options](http://jquery.malsup.com/cycle/options.html) with the [MetaData jQuery Plugin](http://plugins.jquery.com/project/metadata).
17
  * **Slideshow transition styles:** blindX, blindY, blindZ, cover, curtainX, curtainY, fade, fadeZoom, growX, growY, none, scrollUp, scrollDown, scrollLeft, scrollRight, scrollHorz, scrollVert, slideX, slideY, turnUp, turnDown, turnLeft, turnRight, uncover, wipe, zoom.
18
  * **Slideshow navigation:** Optional previous/next and/or paged slide navigation.
19
+ * **Multiple languages:** Belarusian, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, English, French, German, Greek, Hebrew, Indonesian, Italian, Japanese, Norwegian, Persian, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbo-Croatian, Spanish, Swedish, Turkish, Vietnamese.
20
  * **Multisite Compatible:** Add Meteor Slides to any site on your network.
21
 
22
  ####Installation
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Meteor Slides ===
2
  Contributors: jleuze
3
- Donate link: http://jleuze.com/donate/
4
  Tags: custom post types, image, jquery, responsive, slide, slider, slides, slideshow
5
  Requires at least: 4.0
6
- Tested up to: 4.0
7
- Stable tag: 1.5.2
8
 
9
  Easily create responsive slideshows with WordPress that are mobile friendly and simple to customize.
10
 
@@ -31,7 +31,7 @@ This screencast shows some of the plugin's features, such as different transitio
31
  * **Slideshow metadata:** Customize individual slideshows or configure more [jQuery Cycle options](http://jquery.malsup.com/cycle/options.html "jQuery Cycle Plugin") with the [MetaData jQuery Plugin](http://plugins.jquery.com/project/metadata "MetaData jQuery Plugin").
32
  * **Slideshow transition styles:** blindX, blindY, blindZ, cover, curtainX, curtainY, fade, fadeZoom, growX, growY, none, scrollUp, scrollDown, scrollLeft, scrollRight, scrollHorz, scrollVert, slideX, slideY, turnUp, turnDown, turnLeft, turnRight, uncover, wipe, zoom.
33
  * **Slideshow navigation:** Optional previous/next and/or paged slide navigation.
34
- * **Multiple languages:** Belarusian, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, English, French, Greek, German, Hebrew, Indonesian, Italian, Japanese, Persian, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbo-Croatian, Spanish, Swedish, Turkish, Vietnamese.
35
  * **Multisite Compatible:** Add Meteor Slides to any site on your network.
36
 
37
  *[Got a question about Meteor Slides?](http://wordpress.org/tags/meteor-slides?forum_id=10#postform "Post a question in the forums")*
@@ -108,6 +108,11 @@ If the Slides menu is missing, you probably have the [Members](http://wordpress.
108
  7. Meteor Slides Widget
109
 
110
  == Changelog ==
 
 
 
 
 
111
  = 1.5.2 =
112
  * Updated icons to match WP 4.0
113
  * Added Bulgarian, Serbo-Croatian, and Greek translations
@@ -199,6 +204,9 @@ If the Slides menu is missing, you probably have the [Members](http://wordpress.
199
 
200
  == Upgrade Notice ==
201
 
 
 
 
202
  = 1.5.2 =
203
  Meteor Slides 1.5.2 has been updated to match the WordPress 4.0 admin, and includes new and updated translations.
204
 
1
  === Meteor Slides ===
2
  Contributors: jleuze
3
+ Donate link: http://jleuze.com/go/paypal/
4
  Tags: custom post types, image, jquery, responsive, slide, slider, slides, slideshow
5
  Requires at least: 4.0
6
+ Tested up to: 4.2
7
+ Stable tag: 1.5.3
8
 
9
  Easily create responsive slideshows with WordPress that are mobile friendly and simple to customize.
10
 
31
  * **Slideshow metadata:** Customize individual slideshows or configure more [jQuery Cycle options](http://jquery.malsup.com/cycle/options.html "jQuery Cycle Plugin") with the [MetaData jQuery Plugin](http://plugins.jquery.com/project/metadata "MetaData jQuery Plugin").
32
  * **Slideshow transition styles:** blindX, blindY, blindZ, cover, curtainX, curtainY, fade, fadeZoom, growX, growY, none, scrollUp, scrollDown, scrollLeft, scrollRight, scrollHorz, scrollVert, slideX, slideY, turnUp, turnDown, turnLeft, turnRight, uncover, wipe, zoom.
33
  * **Slideshow navigation:** Optional previous/next and/or paged slide navigation.
34
+ * **Multiple languages:** Belarusian, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, English, French, Greek, German, Hebrew, Indonesian, Italian, Japanese, Norwegian, Persian, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbo-Croatian, Spanish, Swedish, Turkish, Vietnamese.
35
  * **Multisite Compatible:** Add Meteor Slides to any site on your network.
36
 
37
  *[Got a question about Meteor Slides?](http://wordpress.org/tags/meteor-slides?forum_id=10#postform "Post a question in the forums")*
108
  7. Meteor Slides Widget
109
 
110
  == Changelog ==
111
+ = 1.5.3 =
112
+ * Added Norwegian translation
113
+ * Updated Swedish translation
114
+ * Updated stylesheet with conflict fixes for TwentyFifteen and other themes
115
+
116
  = 1.5.2 =
117
  * Updated icons to match WP 4.0
118
  * Added Bulgarian, Serbo-Croatian, and Greek translations
204
 
205
  == Upgrade Notice ==
206
 
207
+ = 1.5.3 =
208
+ Meteor Slides 1.5.3 has been updated with theme conflict fixes, and includes new and updated translations.
209
+
210
  = 1.5.2 =
211
  Meteor Slides 1.5.2 has been updated to match the WordPress 4.0 admin, and includes new and updated translations.
212