Meteor Slides - Version 1.5.1

Version Description

  • Added slideshow alignment option to metadata
  • Fixed bugs related to caching, touch navigation, and theme compatibility
  • Added support for slideshows with one slide
  • Added Traditional Chinese and Vietnamese translations
  • Updated Brazilian Portuguese, Danish, and Swedish translations
Download this release

Release Info

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

Code changes from version 1.5 to 1.5.1

css/meteor-slides-admin.css CHANGED
@@ -1,12 +1,11 @@
1
- /* Stylesheet for the Meteor Slides admin pages */
2
-
3
- #wpwrap #icon-edit {
4
- background: url('../images/slides-icon-32x32.png') no-repeat top left;
5
- }
6
-
7
- #edit-slug-box,
8
- #message a,
9
- #preview-action,
10
- .row-actions .view {
11
- display: none;
12
  }
1
+ /* Stylesheet for the Meteor Slides admin pages */
2
+ #wpwrap #icon-edit {
3
+ background: url('../images/slides-icon-32x32.png') no-repeat top left;
4
+ }
5
+
6
+ #edit-slug-box,
7
+ #message a,
8
+ #preview-action,
9
+ .row-actions .view {
10
+ display: none;
 
11
  }
css/meteor-slides.css CHANGED
@@ -1,203 +1,199 @@
1
- /* Stylesheet for the Meteor Slides 1.5 slideshow
2
-
3
- Copy "meteor-slides.css" from "/meteor-slides/css/" to your theme's directory to replace
4
- the plugin's default stylesheet.
5
-
6
- If you have navigation enabled, be sure to copy the "buttons.png", "next.png",
7
- and "prev.png" files to your theme's images folder and update the image paths below,
8
- or create new graphics to replace them.
9
-
10
- Learn more about customizing the stylesheet for Meteor Slides:
11
- http://www.jleuze.com/plugins/meteor-slides/customizing-the-stylesheet/
12
- */
13
-
14
- /* =Slideshow
15
- -------------------------------------------------------------- */
16
-
17
- div.meteor-slides {
18
- height: 100% !important;
19
- line-height: 0;
20
- margin: 0;
21
- max-width: 100%;
22
- overflow: visible !important;
23
- padding: 0;
24
- position: relative;
25
- z-index: 1;
26
- }
27
-
28
- div.navpaged,
29
- div.navboth {
30
- margin: 0 0 20px 0;
31
- }
32
-
33
- .meteor-slides .meteor-clip {
34
- line-height: 0;
35
- margin: 0;
36
- overflow: hidden;
37
- padding: 0;
38
- position: relative;
39
- }
40
-
41
- .meteor-slides .meteor-shim {
42
- border: 0;
43
- height: auto !important;
44
- margin: 0;
45
- max-width: 100%;
46
- padding: 0;
47
- width: auto\9; /* IE8 */
48
- }
49
-
50
- /* =Slide
51
- -------------------------------------------------------------- */
52
-
53
- .meteor-slides .mslide {
54
- display: none;
55
- height: 100% !important;
56
- margin: 0;
57
- max-width: 100%;
58
- padding: 0;
59
- }
60
-
61
- .meteor-slides .mslide a {
62
- border: 0;
63
- margin: 0;
64
- padding: 0;
65
- }
66
-
67
- .meteor-slides .mslide img {
68
- border: 0;
69
- display: block;
70
- height: auto !important;
71
- margin: auto !important;
72
- max-width: 100%;
73
- padding: 0;
74
- width: auto\9; /* IE8 */
75
- }
76
-
77
- .meteor-slides .mslide img[src$='.png'] {
78
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
79
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); /* IE7 */
80
- zoom: 1;
81
- }
82
-
83
- /* =Previous/Next Navigation
84
- -------------------------------------------------------------- */
85
-
86
- .meteor-slides ul.meteor-nav {
87
- display: none;
88
- list-style: none;
89
- height: 100%;
90
- margin: 0 !important;
91
- padding: 0;
92
- }
93
-
94
- .meteor-slides.navhover ul.meteor-nav {
95
- display: block;
96
- }
97
-
98
- ul.meteor-nav li {
99
- display: inline;
100
- height: 100%;
101
- list-style: none;
102
- margin: 0;
103
- padding: 0;
104
- }
105
-
106
- .meteor-nav .prev a {
107
- left: 0px;
108
- }
109
-
110
- .meteor-nav .next a {
111
- right: 0px;
112
- }
113
-
114
- .meteor-nav a {
115
- display: block;
116
- outline: none;
117
- position: absolute;
118
- text-indent: -9999px;
119
- width: 27px;
120
- height: 100%;
121
- z-index: 998;
122
- }
123
-
124
- .meteor-nav .prev a {
125
- background: url('../images/prev.png') no-repeat center right;
126
- }
127
-
128
- .meteor-nav .prev a:hover {
129
- background: url('../images/prev.png') no-repeat center left;
130
- }
131
-
132
- .meteor-nav .next a {
133
- background: url('../images/next.png') no-repeat center left;
134
- }
135
-
136
- .meteor-nav .next a:hover {
137
- background: url('../images/next.png') no-repeat center right;
138
- }
139
-
140
- * html .meteor-nav .prev a {
141
- background: url('../images/prev.gif') no-repeat center right; /* IE6 */
142
- }
143
-
144
- * html .meteor-nav .prev a:hover {
145
- background: url('../images/prev.gif') no-repeat center left; /* IE6 */
146
- }
147
-
148
- * html .meteor-nav .next a {
149
- background: url('../images/next.gif') no-repeat center left; /* IE6 */
150
- }
151
-
152
- * html .meteor-nav .next a:hover {
153
- background: url('../images/next.gif') no-repeat center right; /* IE6 */
154
- }
155
-
156
- /* =Paged Navigation
157
- -------------------------------------------------------------- */
158
-
159
- .meteor-slides .meteor-buttons {
160
- bottom: -15px;
161
- height: 9px;
162
- left: 0;
163
- margin: 0;
164
- padding: 6px 0 0;
165
- position: absolute;
166
- width: 100%;
167
- z-index: 999;
168
- }
169
-
170
- header#branding .meteor-buttons {
171
- left: 5px; /* A little nudge for Twenty Eleven */
172
- }
173
-
174
- .meteor-buttons a {
175
- background: url('../images/buttons.png') no-repeat bottom left;
176
- display: block;
177
- float: left;
178
- width: 9px;
179
- height: 9px;
180
- margin: 0 3px 0 0;
181
- outline: none;
182
- text-indent: -9999px;
183
- }
184
-
185
- .meteor-buttons a:hover {
186
- background: url('../images/buttons.png') no-repeat bottom right;
187
- }
188
-
189
- .meteor-buttons a.activeSlide {
190
- background: url('../images/buttons.png') no-repeat bottom right;
191
- }
192
-
193
- * html .meteor-buttons a {
194
- background: url('../images/buttons.gif') no-repeat bottom left; /* IE6 */
195
- }
196
-
197
- * html .meteor-buttons a:hover {
198
- background: url('../images/buttons.gif') no-repeat bottom right; /* IE6 */
199
- }
200
-
201
- * html .meteor-buttons a.activeSlide {
202
- background: url('../images/buttons.gif') no-repeat bottom right; /* IE6 */
203
  }
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.
5
+
6
+ If you have navigation enabled, be sure to copy the "buttons.png", "next.png",
7
+ and "prev.png" files to your theme's images folder and update the image paths below,
8
+ or create new graphics to replace them.
9
+
10
+ Learn more about customizing the stylesheet for Meteor Slides:
11
+ http://www.jleuze.com/plugins/meteor-slides/customizing-the-stylesheet/
12
+ */
13
+
14
+ /* =Slideshow
15
+ -------------------------------------------------------------- */
16
+
17
+ div.meteor-slides {
18
+ clear: both;
19
+ height: auto !important;
20
+ line-height: 0;
21
+ margin: 0;
22
+ max-width: 100%;
23
+ overflow: visible !important;
24
+ padding: 0;
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 {
46
+ line-height: 0;
47
+ margin: 0;
48
+ overflow: hidden;
49
+ padding: 0;
50
+ position: relative;
51
+ width: 100%;
52
+ }
53
+ .meteor-slides .meteor-shim {
54
+ border: 0;
55
+ height: auto !important;
56
+ margin: 0;
57
+ max-width: 100%;
58
+ padding: 0;
59
+ width: auto\9; /* IE8 */
60
+ }
61
+ .meteor-slides a:focus {
62
+ outline: none;
63
+ }
64
+
65
+ /* =Slide
66
+ -------------------------------------------------------------- */
67
+
68
+ .meteor-slides .mslide {
69
+ display: none;
70
+ height: auto !important;
71
+ margin: 0;
72
+ max-width: 100%;
73
+ padding: 0;
74
+ }
75
+ .single-slide .mslide {
76
+ display: block;
77
+ }
78
+ .meteor-slides .mslide a {
79
+ border: 0;
80
+ margin: 0;
81
+ padding: 0;
82
+ }
83
+ .meteor-slides .mslide img {
84
+ border: 0;
85
+ box-shadow: none !important;
86
+ display: block;
87
+ height: auto !important;
88
+ margin: auto !important;
89
+ max-width: 100%;
90
+ padding: 0 !important;
91
+ width: auto\9; /* IE8 */
92
+ }
93
+ .meteor-slides .mslide img[src$='.png'] {
94
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
95
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); /* IE7 */
96
+ zoom: 1;
97
+ }
98
+
99
+ /* =Previous/Next Navigation
100
+ -------------------------------------------------------------- */
101
+
102
+ .meteor-slides ul.meteor-nav {
103
+ display: none;
104
+ list-style: none;
105
+ height: auto;
106
+ margin: 0 !important;
107
+ padding: 0;
108
+ }
109
+ .meteor-slides.navhover ul.meteor-nav {
110
+ display: inline;
111
+ }
112
+ ul.meteor-nav li {
113
+ display: inline;
114
+ height: auto;
115
+ list-style: none;
116
+ margin: 0;
117
+ padding: 0;
118
+ }
119
+ .meteor-nav .prev a {
120
+ left: 0px;
121
+ }
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 {
135
+ background: url('../images/prev.png') no-repeat center right;
136
+ }
137
+ .meteor-nav .prev a:hover {
138
+ background: url('../images/prev.png') no-repeat center left;
139
+ }
140
+ .meteor-nav .next a {
141
+ background: url('../images/next.png') no-repeat center left;
142
+ }
143
+ .meteor-nav .next a:hover {
144
+ background: url('../images/next.png') no-repeat center right;
145
+ }
146
+ * html .meteor-nav .prev a {
147
+ background: url('../images/prev.gif') no-repeat center right; /* IE6 */
148
+ }
149
+ * html .meteor-nav .prev a:hover {
150
+ background: url('../images/prev.gif') no-repeat center left; /* IE6 */
151
+ }
152
+ * html .meteor-nav .next a {
153
+ background: url('../images/next.gif') no-repeat center left; /* IE6 */
154
+ }
155
+ * html .meteor-nav .next a:hover {
156
+ background: url('../images/next.gif') no-repeat center right; /* IE6 */
157
+ }
158
+
159
+ /* =Paged Navigation
160
+ -------------------------------------------------------------- */
161
+
162
+ .meteor-slides .meteor-buttons {
163
+ bottom: -15px;
164
+ height: 9px;
165
+ left: 0;
166
+ margin: 0;
167
+ padding: 6px 0 0;
168
+ position: absolute;
169
+ width: 100%;
170
+ z-index: 999;
171
+ }
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;
180
+ height: 9px;
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;
187
+ }
188
+ .meteor-buttons a.activeSlide {
189
+ background: url('../images/buttons.png') no-repeat bottom right;
190
+ }
191
+ * html .meteor-buttons a {
192
+ background: url('../images/buttons.gif') no-repeat bottom left; /* IE6 */
193
+ }
194
+ * html .meteor-buttons a:hover {
195
+ background: url('../images/buttons.gif') no-repeat bottom right; /* IE6 */
196
+ }
197
+ * html .meteor-buttons a.activeSlide {
198
+ background: url('../images/buttons.gif') no-repeat bottom right; /* IE6 */
 
 
 
 
199
  }
includes/meteor-slides-admin.php CHANGED
@@ -283,7 +283,7 @@
283
  '<p><strong>' . __( 'For more information', 'meteor-slides' ) . '</strong></p>' .
284
  '<p>' . __( '<a href="http://www.jleuze.com/plugins/meteor-slides/using-meteor-slides/" target="_blank">Documentation on Creating Slides</a>', 'meteor-slides' ) . '</p>' .
285
  '<p>' . __( '<a href="http://wordpress.org/tags/meteor-slides" target="_blank">Plugin Support Forum</a>', 'meteor-slides' ) . '</p>' .
286
- '<p>' . __( '<a class="button" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mail%40jleuze%2ecom&item_name=Meteor%20Slides%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8" target="_blank">Donate</a>', 'meteor-slides' ) . '</p>';
287
 
288
  $meteor_contextual_screen->add_help_tab( array(
289
 
@@ -306,7 +306,7 @@
306
  '<p><strong>' . __( 'For more information', 'meteor-slides' ) . '</strong></p>' .
307
  '<p>' . __( '<a href="http://www.jleuze.com/plugins/meteor-slides/installation/" target="_blank">Meteor Slides Documentation</a>', 'meteor-slides' ) . '</p>' .
308
  '<p>' . __( '<a href="http://wordpress.org/tags/meteor-slides" target="_blank">Plugin Support Forum</a>', 'meteor-slides' ) . '</p>' .
309
- '<p>' . __( '<a class="button" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mail%40jleuze%2ecom&item_name=Meteor%20Slides%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8" target="_blank">Donate</a>', 'meteor-slides' ) . '</p>';
310
 
311
  $meteor_contextual_screen->add_help_tab( array(
312
 
@@ -339,7 +339,7 @@
339
  '<p><strong>' . __( 'For more information', 'meteor-slides' ) . '</strong></p>' .
340
  '<p>' . __( '<a href="http://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/" target="_blank">Documentation on Adding Multiple Slideshows</a>', 'meteor-slides' ) . '</p>' .
341
  '<p>' . __( '<a href="http://wordpress.org/tags/meteor-slides" target="_blank">Plugin Support Forum</a>', 'meteor-slides' ) . '</p>' .
342
- '<p>' . __( '<a class="button" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mail%40jleuze%2ecom&item_name=Meteor%20Slides%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8" target="_blank">Donate</a>', 'meteor-slides' ) . '</p>';
343
 
344
  $meteor_contextual_screen->add_help_tab( array(
345
 
@@ -394,7 +394,7 @@
394
  '<p><strong>' . __( 'For more information', 'meteor-slides' ) . '</strong></p>' .
395
  '<p>' . __( '<a href="http://www.jleuze.com/plugins/meteor-slides/installation/" target="_blank">Documentation on Configuring Meteor Slides</a>', 'meteor-slides' ) . '</p>' .
396
  '<p>' . __( '<a href="http://wordpress.org/tags/meteor-slides" target="_blank">Plugin Support Forum</a>', 'meteor-slides' ) . '</p>' .
397
- '<p>' . __( '<a class="button" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mail%40jleuze%2ecom&item_name=Meteor%20Slides%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8" target="_blank">Donate</a>', 'meteor-slides' ) . '</p>';
398
 
399
  $meteor_contextual_screen->add_help_tab( array(
400
 
283
  '<p><strong>' . __( 'For more information', 'meteor-slides' ) . '</strong></p>' .
284
  '<p>' . __( '<a href="http://www.jleuze.com/plugins/meteor-slides/using-meteor-slides/" target="_blank">Documentation on Creating Slides</a>', 'meteor-slides' ) . '</p>' .
285
  '<p>' . __( '<a href="http://wordpress.org/tags/meteor-slides" target="_blank">Plugin Support Forum</a>', 'meteor-slides' ) . '</p>' .
286
+ '<p>' . __( '<a class="button" href="http://jleuze.com/donate/" target="_blank">Donate</a>', 'meteor-slides' ) . '</p>';
287
 
288
  $meteor_contextual_screen->add_help_tab( array(
289
 
306
  '<p><strong>' . __( 'For more information', 'meteor-slides' ) . '</strong></p>' .
307
  '<p>' . __( '<a href="http://www.jleuze.com/plugins/meteor-slides/installation/" target="_blank">Meteor Slides Documentation</a>', 'meteor-slides' ) . '</p>' .
308
  '<p>' . __( '<a href="http://wordpress.org/tags/meteor-slides" target="_blank">Plugin Support Forum</a>', 'meteor-slides' ) . '</p>' .
309
+ '<p>' . __( '<a class="button" href="http://jleuze.com/donate/" target="_blank">Donate</a>', 'meteor-slides' ) . '</p>';
310
 
311
  $meteor_contextual_screen->add_help_tab( array(
312
 
339
  '<p><strong>' . __( 'For more information', 'meteor-slides' ) . '</strong></p>' .
340
  '<p>' . __( '<a href="http://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/" target="_blank">Documentation on Adding Multiple Slideshows</a>', 'meteor-slides' ) . '</p>' .
341
  '<p>' . __( '<a href="http://wordpress.org/tags/meteor-slides" target="_blank">Plugin Support Forum</a>', 'meteor-slides' ) . '</p>' .
342
+ '<p>' . __( '<a class="button" href="http://jleuze.com/donate/" target="_blank">Donate</a>', 'meteor-slides' ) . '</p>';
343
 
344
  $meteor_contextual_screen->add_help_tab( array(
345
 
394
  '<p><strong>' . __( 'For more information', 'meteor-slides' ) . '</strong></p>' .
395
  '<p>' . __( '<a href="http://www.jleuze.com/plugins/meteor-slides/installation/" target="_blank">Documentation on Configuring Meteor Slides</a>', 'meteor-slides' ) . '</p>' .
396
  '<p>' . __( '<a href="http://wordpress.org/tags/meteor-slides" target="_blank">Plugin Support Forum</a>', 'meteor-slides' ) . '</p>' .
397
+ '<p>' . __( '<a class="button" href="http://jleuze.com/donate/" target="_blank">Donate</a>', 'meteor-slides' ) . '</p>';
398
 
399
  $meteor_contextual_screen->add_help_tab( array(
400
 
includes/meteor-slideshow.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- /* Loop template for the Meteor Slides 1.5 slideshow
3
 
4
  Copy "meteor-slideshow.php" from "/meteor-slides/" to your theme's directory to replace
5
  the plugin's default slideshow loop.
@@ -34,6 +34,12 @@
34
 
35
  echo $slideshow . ' ' . $meteor_nav;
36
 
 
 
 
 
 
 
37
  // Adds metadata to slideshow
38
 
39
  if ( !empty( $metadata ) || !empty( $slideshow ) ) {
@@ -112,7 +118,9 @@
112
 
113
  <?php // Use first slide image as shim to scale slideshow
114
 
115
- if ( $meteor_count == 1 ) {
 
 
116
 
117
  $meteor_shim = wp_get_attachment_image_src( get_post_thumbnail_id(), 'featured-slide');
118
 
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.
34
 
35
  echo $slideshow . ' ' . $meteor_nav;
36
 
37
+ if ( $meteor_loop->post_count == 1 ) {
38
+
39
+ echo ' single-slide';
40
+
41
+ }
42
+
43
  // Adds metadata to slideshow
44
 
45
  if ( !empty( $metadata ) || !empty( $slideshow ) ) {
118
 
119
  <?php // Use first slide image as shim to scale slideshow
120
 
121
+ // if ( $meteor_count == 1 ) {
122
+
123
+ if ( $meteor_count == 1 && $meteor_loop->post_count > 1 ) {
124
 
125
  $meteor_shim = wp_get_attachment_image_src( get_post_thumbnail_id(), 'featured-slide');
126
 
js/slideshow.js CHANGED
@@ -1,65 +1,74 @@
1
- /* Script for the Meteor Slides 1.5 slideshow
2
-
3
- Copy "slideshow.js" from "/meteor-slides/js/" to your theme's directory to replace
4
- the plugin's default slideshow script.
5
-
6
- Learn more about customizing the slideshow script for Meteor Slides:
7
- http://www.jleuze.com/plugins/meteor-slides/customizing-the-slideshow-script/
8
- */
9
-
10
- // Set custom shortcut to avoid conflicts
11
- var $j = jQuery.noConflict();
12
-
13
- // Get the slideshow options
14
- var $slidespeed = parseInt( meteorslidessettings.meteorslideshowspeed );
15
- var $slidetimeout = parseInt( meteorslidessettings.meteorslideshowduration );
16
- var $slideheight = parseInt( meteorslidessettings.meteorslideshowheight );
17
- var $slidewidth = parseInt( meteorslidessettings.meteorslideshowwidth );
18
- var $slidetransition = meteorslidessettings.meteorslideshowtransition;
19
-
20
- $j(document).ready(function() {
21
-
22
- // Setup jQuery Cycle
23
-
24
- $j('.meteor-slides').cycle({
25
- cleartypeNoBg: true,
26
- fit: 1,
27
- fx: $slidetransition,
28
- height: $slideheight,
29
- next: '#meteor-next',
30
- pager: '#meteor-buttons',
31
- pagerEvent: 'click',
32
- pause: 1,
33
- prev: '#meteor-prev',
34
- slideExpr: '.mslide',
35
- speed: $slidespeed,
36
- timeout: $slidetimeout,
37
- width: $slidewidth
38
- });
39
-
40
- // Setup jQuery TouchWipe
41
-
42
- $j('.meteor-slides').touchwipe({
43
- wipeLeft: function() {
44
- $j('.meteor-slides').cycle('next');
45
- },
46
- wipeRight: function() {
47
- $j('.meteor-slides').cycle('prev');
48
- }
49
- });
50
-
51
- // Add class to hide and show prev/next nav on hover
52
-
53
- $j('.meteor-slides').hover(function () {
54
- $j(this).addClass('navhover');
55
- }, function () {
56
- $j(this).removeClass('navhover');
57
- });
58
-
59
- // Set a fixed height for prev/next nav in IE6
60
-
61
- if(typeof document.body.style.maxWidth === 'undefined') {
62
- $j('.meteor-nav a').height($slideheight);
63
- }
64
-
 
 
 
 
 
 
 
 
 
65
  });
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.
5
+
6
+ Learn more about customizing the slideshow script for Meteor Slides:
7
+ http://www.jleuze.com/plugins/meteor-slides/customizing-the-slideshow-script/
8
+ */
9
+
10
+ // Set custom shortcut to avoid conflicts
11
+ var $j = jQuery.noConflict();
12
+
13
+ $j(document).ready(function() {
14
+
15
+ // Get the slideshow options
16
+ var $slidespeed = parseInt( meteorslidessettings.meteorslideshowspeed );
17
+ var $slidetimeout = parseInt( meteorslidessettings.meteorslideshowduration );
18
+ var $slideheight = parseInt( meteorslidessettings.meteorslideshowheight );
19
+ var $slidewidth = parseInt( meteorslidessettings.meteorslideshowwidth );
20
+ var $slidetransition = meteorslidessettings.meteorslideshowtransition;
21
+
22
+ // Setup jQuery Cycle
23
+ $j('.meteor-slides').cycle({
24
+ cleartypeNoBg: true,
25
+ fit: 1,
26
+ fx: $slidetransition,
27
+ height: $slideheight,
28
+ next: '#meteor-next',
29
+ pager: '#meteor-buttons',
30
+ pagerEvent: 'click',
31
+ pause: 1,
32
+ prev: '#meteor-prev',
33
+ slideExpr: '.mslide',
34
+ speed: $slidespeed,
35
+ timeout: $slidetimeout,
36
+ width: $slidewidth
37
+ });
38
+
39
+ // Setup jQuery TouchWipe
40
+ $j('.meteor-slides').touchwipe({
41
+ wipeLeft: function() {
42
+ $j('.meteor-slides').cycle('next');
43
+ },
44
+ wipeRight: function() {
45
+ $j('.meteor-slides').cycle('prev');
46
+ },
47
+ preventDefaultEvents: false
48
+ });
49
+
50
+ // Add class to hide and show prev/next nav on hover
51
+ $j('.meteor-slides').hover(function () {
52
+ $j(this).addClass('navhover');
53
+ }, function () {
54
+ $j(this).removeClass('navhover');
55
+ });
56
+
57
+ // Set a fixed height for prev/next nav in IE6
58
+ if(typeof document.body.style.maxWidth === 'undefined') {
59
+ $j('.meteor-nav a').height($slideheight);
60
+ }
61
+
62
+ // Add align class if set in metadata
63
+ $j('.meteor-slides').each(function () {
64
+ meteormetadata = $j(this).metadata();
65
+ if (meteormetadata.align == 'left') {
66
+ $j(this).addClass('meteor-left');
67
+ } else if (meteormetadata.align == 'right') {
68
+ $j(this).addClass('meteor-right');
69
+ } else if (meteormetadata.align == 'center') {
70
+ $j(this).addClass('meteor-center');
71
+ }
72
+ });
73
+
74
  });
languages/meteor-slides-da_DK.mo CHANGED
Binary file
languages/meteor-slides-da_DK.po CHANGED
@@ -1,676 +1,795 @@
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/meteor-slides\n"
5
  "POT-Creation-Date: 2010-10-13 16:51+0000\n"
6
- "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
7
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
- "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: \n"
14
- "X-Poedit-Country: \n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
- "X-Poedit-Basepath: \n"
18
- "X-Poedit-Bookmarks: \n"
 
19
  "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
 
22
- #: includes/meteor-slides-admin.php:238
23
- #: meteor-slides-plugin.php:36
24
  #: meteor-slides-plugin.php:47
25
- #@ meteor-slides
26
  msgid "Slides"
27
- msgstr "lysbilleder"
28
 
 
29
  #: meteor-slides-plugin.php:37
30
- #@ meteor-slides
31
  msgid "Slide"
32
- msgstr "lysbillede"
33
 
 
34
  #: meteor-slides-plugin.php:38
35
- #@ meteor-slides
36
  msgid "Add New"
37
  msgstr "Tilføj nyt"
38
 
39
- #: includes/meteor-slides-admin.php:224
40
- #: meteor-slides-plugin.php:39
41
- #@ meteor-slides
42
  msgid "Add New Slide"
43
  msgstr "Tilføj nyt lysbillede"
44
 
 
45
  #: meteor-slides-plugin.php:40
46
- #@ meteor-slides
47
  msgid "Edit Slide"
48
  msgstr "Redigér lysbillede"
49
 
 
50
  #: meteor-slides-plugin.php:41
51
- #@ meteor-slides
52
  msgid "New Slide"
53
  msgstr "Nyt lysbillede"
54
 
 
55
  #: meteor-slides-plugin.php:42
56
- #@ meteor-slides
57
  msgid "View Slide"
58
  msgstr "Se lysbillede"
59
 
 
60
  #: meteor-slides-plugin.php:43
61
- #@ meteor-slides
62
  msgid "Search Slides"
63
  msgstr "Søg lysbilleder"
64
 
 
65
  #: meteor-slides-plugin.php:44
66
- #@ meteor-slides
67
  msgid "No slides found"
68
  msgstr "Ingen lysbilleder fundet"
69
 
 
70
  #: meteor-slides-plugin.php:45
71
- #@ meteor-slides
72
  msgid "No slides found in Trash"
73
  msgstr "Ingen lysbilleder fundet i papirkurven"
74
 
75
- #: includes/meteor-slides-admin.php:248
76
- #: meteor-slides-plugin.php:124
77
  #: meteor-slides-plugin.php:135
78
- #@ meteor-slides
79
  msgid "Slideshows"
80
  msgstr "Lysbilledshows"
81
 
 
82
  #: meteor-slides-plugin.php:125
83
- #@ meteor-slides
84
  msgid "Slideshow"
85
  msgstr "Lysbilledshow"
86
 
 
87
  #: meteor-slides-plugin.php:126
88
- #@ meteor-slides
89
  msgid "Search Slideshows"
90
  msgstr "Søg lysbilledshows"
91
 
 
92
  #: meteor-slides-plugin.php:127
93
- #@ meteor-slides
94
  msgid "Popular Slideshows"
95
  msgstr "Populære lysbilledshows"
96
 
 
97
  #: meteor-slides-plugin.php:128
98
- #@ meteor-slides
99
  msgid "All Slideshows"
100
  msgstr "Alle lysbilledshows"
101
 
 
102
  #: meteor-slides-plugin.php:129
103
- #@ meteor-slides
104
  msgid "Parent Slideshow"
105
- msgstr "Forældre lysbilledshow"
106
 
 
107
  #: meteor-slides-plugin.php:130
108
- #@ meteor-slides
109
  msgid "Parent Slideshow:"
110
- msgstr "Forældre lysbilledshow:"
111
 
 
112
  #: meteor-slides-plugin.php:131
113
- #@ meteor-slides
114
  msgid "Edit Slideshow"
115
  msgstr "Redigér lysbilledshow"
116
 
 
117
  #: meteor-slides-plugin.php:132
118
- #@ meteor-slides
119
  msgid "Update Slideshow"
120
  msgstr "Opdatér lysbilledshow"
121
 
 
122
  #: meteor-slides-plugin.php:133
123
- #@ meteor-slides
124
  msgid "Add New Slideshow"
125
  msgstr "Tilføj nyt lysbilledshow"
126
 
 
127
  #: meteor-slides-plugin.php:134
128
- #@ meteor-slides
129
  msgid "New Slideshow Name"
130
  msgstr "Nyt lysbilledshow-navn"
131
 
132
- #: includes/meteor-slides-admin.php:39
133
- #: includes/meteor-slides-admin.php:170
134
- #@ meteor-slides
135
  msgid "Slide Image"
136
  msgstr "Lysbillede"
137
 
 
138
  #: includes/meteor-slides-admin.php:87
139
- #@ meteor-slides
140
  msgid "Add the URL this slide should link to."
141
  msgstr "Tilføj URL som dette lysbillede skal linke til."
142
 
143
- #: includes/meteor-slides-admin.php:99
144
- #: includes/meteor-slides-admin.php:172
145
- #@ meteor-slides
146
  msgid "Slide Link"
147
- msgstr "Lysbillede-link"
148
 
 
149
  #: includes/meteor-slides-admin.php:325
150
- #@ meteor-slides
151
  msgid "Slides Settings"
152
- msgstr "Lysbillede-indstillinger"
153
 
154
- #: includes/meteor-slides-admin.php:325
155
- #: includes/meteor-slides-admin.php:373
156
- #@ meteor-slides
157
  msgid "Settings"
158
  msgstr "Indstillinger"
159
 
160
- #: includes/meteor-slides-admin.php:262
161
- #: includes/meteor-slides-admin.php:389
162
- #@ meteor-slides
163
  msgid "Configure Slideshow"
164
- msgstr "Konfigurer lysbilledshow"
165
 
 
166
  #: includes/meteor-slides-admin.php:391
167
- #@ meteor-slides
168
  msgid "Slideshow Quantity"
169
- msgstr "Lysbilledshow-kvantitet"
170
 
 
171
  #: includes/meteor-slides-admin.php:393
172
- #@ meteor-slides
173
  msgid "Slide Height"
174
- msgstr "Lysbillede-højde"
175
 
 
176
  #: includes/meteor-slides-admin.php:395
177
- #@ meteor-slides
178
  msgid "Slide Width"
179
- msgstr "Lysbillede-bredde"
180
 
 
181
  #: includes/meteor-slides-admin.php:397
182
- #@ meteor-slides
183
  msgid "Transition Style"
184
  msgstr "Overgangstypografi"
185
 
 
186
  #: includes/meteor-slides-admin.php:399
187
- #@ meteor-slides
188
  msgid "Transition Speed"
189
  msgstr "Overgangshastighed"
190
 
 
191
  #: includes/meteor-slides-admin.php:401
192
- #@ meteor-slides
193
  msgid "Slide Duration"
194
- msgstr "Lysbillede-visningsvarighed"
195
 
 
196
  #: includes/meteor-slides-admin.php:403
197
- #@ meteor-slides
198
  msgid "Slideshow Navigation"
199
- msgstr "Lysbilledshow navigering"
200
 
 
201
  #: meteor-slides-plugin.php:408
202
- #@ meteor-slides
203
  msgid "Add a slideshow widget to a sidebar"
204
  msgstr "Tilføj en lysbilledshow-widget til et sidepanel"
205
 
 
206
  #: meteor-slides-plugin.php:414
207
- #@ meteor-slides
208
  msgid "Meteor Slides Widget"
209
- msgstr "Meteor lysbillede-widget"
210
 
 
211
  #: meteor-slides-plugin.php:463
212
- #@ meteor-slides
213
  msgid "Title:"
214
  msgstr "Titel:"
215
 
 
216
  #: meteor-slides-plugin.php:466
217
- #@ meteor-slides
218
  msgid "Slideshow:"
219
  msgstr "Lysbilledshow:"
220
 
 
221
  #: meteor-slides-plugin.php:469
222
- #@ meteor-slides
223
  msgid "Metadata:"
224
  msgstr "Metadata:"
225
 
 
226
  #: includes/meteor-slides-settings.php:7
227
- #@ meteor-slides
228
  msgid "Set up your slideshow using the options below."
229
  msgstr "Tilpas dit lysbilledshow ved hjælp af indstillingerne herunder:"
230
 
 
231
  #: includes/meteor-slides-settings.php:23
232
  #: includes/meteor-slides-settings.php:33
233
- #@ meteor-slides
234
  msgid "px"
235
  msgstr "px"
236
 
 
237
  #: includes/meteor-slides-settings.php:43
238
- #@ meteor-slides
239
  msgid "blindX"
240
  msgstr "blindX"
241
 
 
242
  #: includes/meteor-slides-settings.php:44
243
- #@ meteor-slides
244
  msgid "blindY"
245
  msgstr "blindY"
246
 
 
247
  #: includes/meteor-slides-settings.php:45
248
- #@ meteor-slides
249
  msgid "blindZ"
250
  msgstr "blindZ"
251
 
 
252
  #: includes/meteor-slides-settings.php:46
253
- #@ meteor-slides
254
  msgid "cover"
255
  msgstr "cover"
256
 
 
257
  #: includes/meteor-slides-settings.php:47
258
- #@ meteor-slides
259
  msgid "curtainX"
260
  msgstr "curtainX"
261
 
 
262
  #: includes/meteor-slides-settings.php:48
263
- #@ meteor-slides
264
  msgid "curtainY"
265
  msgstr "curtainY"
266
 
 
267
  #: includes/meteor-slides-settings.php:49
268
- #@ meteor-slides
269
  msgid "fade"
270
  msgstr "fade"
271
 
 
272
  #: includes/meteor-slides-settings.php:50
273
- #@ meteor-slides
274
  msgid "fadeZoom"
275
  msgstr "fadeZoom"
276
 
 
277
  #: includes/meteor-slides-settings.php:51
278
- #@ meteor-slides
279
  msgid "growX"
280
  msgstr "growX"
281
 
 
282
  #: includes/meteor-slides-settings.php:52
283
- #@ meteor-slides
284
  msgid "growY"
285
  msgstr "growY"
286
 
 
287
  #: includes/meteor-slides-settings.php:53
288
- #@ meteor-slides
289
  msgid "none"
290
  msgstr "Ingen"
291
 
 
292
  #: includes/meteor-slides-settings.php:54
293
- #@ meteor-slides
294
  msgid "scrollUp"
295
  msgstr "scrollUp"
296
 
 
297
  #: includes/meteor-slides-settings.php:55
298
- #@ meteor-slides
299
  msgid "scrollDown"
300
  msgstr "scrollDown"
301
 
 
302
  #: includes/meteor-slides-settings.php:56
303
- #@ meteor-slides
304
  msgid "scrollLeft"
305
  msgstr "scrollLeft"
306
 
 
307
  #: includes/meteor-slides-settings.php:57
308
- #@ meteor-slides
309
  msgid "scrollRight"
310
  msgstr "scrollRight"
311
 
 
312
  #: includes/meteor-slides-settings.php:58
313
- #@ meteor-slides
314
  msgid "scrollHorz"
315
  msgstr "scrollHorz"
316
 
 
317
  #: includes/meteor-slides-settings.php:59
318
- #@ meteor-slides
319
  msgid "scrollVert"
320
  msgstr "scrollVert"
321
 
 
322
  #: includes/meteor-slides-settings.php:60
323
- #@ meteor-slides
324
  msgid "slideX"
325
  msgstr "slideX"
326
 
 
327
  #: includes/meteor-slides-settings.php:61
328
- #@ meteor-slides
329
  msgid "slideY"
330
  msgstr "slideY"
331
 
 
332
  #: includes/meteor-slides-settings.php:62
333
- #@ meteor-slides
334
  msgid "shuffle"
335
  msgstr "shuffle"
336
 
 
337
  #: includes/meteor-slides-settings.php:63
338
- #@ meteor-slides
339
  msgid "turnUp"
340
  msgstr "turnUp"
341
 
 
342
  #: includes/meteor-slides-settings.php:64
343
- #@ meteor-slides
344
  msgid "turnDown"
345
  msgstr "turnDown"
346
 
 
347
  #: includes/meteor-slides-settings.php:65
348
- #@ meteor-slides
349
  msgid "turnLeft"
350
  msgstr "turnLeft"
351
 
 
352
  #: includes/meteor-slides-settings.php:66
353
- #@ meteor-slides
354
  msgid "turnRight"
355
  msgstr "turnRight"
356
 
 
357
  #: includes/meteor-slides-settings.php:67
358
- #@ meteor-slides
359
  msgid "uncover"
360
  msgstr "uncover"
361
 
 
362
  #: includes/meteor-slides-settings.php:68
363
- #@ meteor-slides
364
  msgid "wipe"
365
  msgstr "wipe"
366
 
 
367
  #: includes/meteor-slides-settings.php:69
368
- #@ meteor-slides
369
  msgid "zoom"
370
  msgstr "zoom"
371
 
 
372
  #: includes/meteor-slides-settings.php:121
373
  #: includes/meteor-slides-settings.php:131
374
- #@ meteor-slides
375
  msgid "seconds"
376
  msgstr "sekunder"
377
 
 
378
  #: includes/meteor-slides-settings.php:141
379
- #@ meteor-slides
380
  msgid "None"
381
  msgstr "Ingen"
382
 
 
383
  #: includes/meteor-slides-settings.php:142
384
- #@ meteor-slides
385
  msgid "Previous/Next"
386
  msgstr "Forrige/Næste"
387
 
 
388
  #: includes/meteor-slides-settings.php:143
389
- #@ meteor-slides
390
  msgid "Paged"
391
  msgstr "Sideinddelte"
392
 
 
393
  #: includes/meteor-slides-settings.php:144
394
- #@ meteor-slides
395
  msgid "Both"
396
  msgstr "Begge"
397
 
 
398
  #: includes/meteor-slides-settings.php:177
399
- #@ meteor-slides
400
  msgid "Meteor Slides Settings"
401
  msgstr "Meteor Slides indstillinger"
402
 
 
403
  #: includes/meteor-slides-settings.php:191
404
- #@ meteor-slides
405
  msgid "Save Changes"
406
  msgstr "Gem ændringer"
407
 
 
408
  #: includes/meteor-slides-settings.php:203
409
  #, php-format
410
- #@ meteor-slides
411
- msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
412
- msgstr "%1$sOpret indlæg på evt. spørgsmål eller problemer%2$s i WordPress.org support forum."
 
 
 
413
 
414
- #: includes/meteor-slideshow.php:71
415
- #: includes/meteor-slideshow.php:85
416
- #@ meteor-slides
417
  msgid "Previous"
418
  msgstr "Forrige"
419
 
420
- #: includes/meteor-slideshow.php:73
421
- #: includes/meteor-slideshow.php:87
422
- #@ meteor-slides
423
  msgid "Next"
424
  msgstr "Næste"
425
 
 
426
  #: includes/meteor-slides-admin.php:14
427
  #, php-format
428
- #@ meteor-slides
429
  msgid "Slide updated. <a href=\"%s\">View slide</a>"
430
  msgstr "Lysbillede opdateret. <a href=\"%s\">Se lysbillede</a>"
431
 
 
432
  #: includes/meteor-slides-admin.php:15
433
- #@ meteor-slides
434
  msgid "Custom field updated."
435
  msgstr "Tilpasset felt opdateret."
436
 
 
437
  #: includes/meteor-slides-admin.php:16
438
- #@ meteor-slides
439
  msgid "Custom field deleted."
440
  msgstr "Tilpasset felt slettet."
441
 
 
442
  #: includes/meteor-slides-admin.php:17
443
- #@ meteor-slides
444
  msgid "Slide updated."
445
  msgstr "Lysbillede opdateret."
446
 
 
447
  #: includes/meteor-slides-admin.php:18
448
  #, php-format
449
- #@ meteor-slides
450
  msgid "Slide restored to revision from %s"
451
  msgstr "Lysbillede gendannet til revision fra %s"
452
 
 
453
  #: includes/meteor-slides-admin.php:19
454
  #, php-format
455
- #@ meteor-slides
456
  msgid "Slide published. <a href=\"%s\">View slide</a>"
457
  msgstr "Lysbillede offentliggjort. <a href=\"%s\">Se lysbillede</a>"
458
 
 
459
  #: includes/meteor-slides-admin.php:20
460
- #@ meteor-slides
461
  msgid "Slide saved."
462
  msgstr "Lysbillede gemt."
463
 
 
464
  #: includes/meteor-slides-admin.php:21
465
  #, php-format
466
- #@ meteor-slides
467
  msgid "Slide submitted. <a target=\"_blank\" href=\"%s\">Preview slide</a>"
468
- msgstr "Lysbillede indsendt. <a target=\"_blank\" href=\"%s\">Forhåndsvisning af lysbillede</a>"
 
 
469
 
 
470
  #: includes/meteor-slides-admin.php:22
471
  #, php-format
472
- #@ meteor-slides
473
- msgid "Slide scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview slide</a>"
474
- msgstr "Lysbillede planlagt for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Forhåndsvisning af lysbillede</a>"
 
 
 
475
 
 
476
  #: includes/meteor-slides-admin.php:22
477
- #@ meteor-slides
478
  msgid "M j, Y @ G:i"
479
  msgstr "M j, Y @ G:i"
480
 
 
481
  #: includes/meteor-slides-admin.php:23
482
  #, php-format
483
- #@ meteor-slides
484
  msgid "Slide draft updated. <a target=\"_blank\" href=\"%s\">Preview slide</a>"
485
- msgstr "Lysbillede-kladde opdateret. <a target=\"_blank\" href=\"%s\">Forhåndsvisning af lysbillede</a>"
 
 
486
 
 
487
  #: includes/meteor-slides-admin.php:171
488
- #@ meteor-slides
489
  msgid "Slide Title"
490
- msgstr "Lysbillede-titel"
491
 
 
492
  #: includes/meteor-slides-admin.php:173
493
- #@ meteor-slides
494
  msgid "Date"
495
  msgstr "Dato"
496
 
 
497
  #: includes/meteor-slides-admin.php:205
498
- #@ meteor-slides
499
  msgid "No Link"
500
  msgstr "Intet link"
501
 
 
502
  #: includes/meteor-slides-admin.php:225
503
- #@ meteor-slides
504
- msgid "<strong>Title:</strong> Each slide needs a title in order to be published."
505
- msgstr "<strong>Titel:</strong> Ethvert lysbillede skal have en titel for at kunne offentliggøres."
 
 
506
 
 
507
  #: includes/meteor-slides-admin.php:226
508
- #@ meteor-slides
509
- msgid "<strong>Slide Image:</strong> To add an image to a slide, click the <strong>Set featured image</strong> link. Upload an image, or browse the media library for one, click the <strong>Use as featured image</strong> link to add the image and then close the media uploader. The Slide Image metabox should now have a thumbnail image."
510
- msgstr "<strong>Lysbillede: </strong> Hvis du vil føje et lysbillede, skal du klikke på <strong>Angiv udvalgt billede</strong> link'et. Overfør et billede, eller gennemse mediebiblioteket for at finde ét, klik på <strong>Brug som udvalgt billede</strong> link, for at tilføje billedet og luk derefter medie-overførsel. Billede-METABOX for lysbilledet skulle nu indeholde et miniaturebillede."
511
-
 
 
 
 
 
 
 
 
 
 
 
512
  #: includes/meteor-slides-admin.php:227
513
- #@ meteor-slides
514
- msgid "<strong>Slide Link:</strong> Add the full URL to the Slide Link metabox, such as <em>http://wordpress.org/</em> (Optional)"
515
- msgstr "<strong>Lysbillede-link:</strong> Tilføj komplet URL til lysbillede Link metabox, som f.eks. <em>http://wordpress.org/</em> (Valgfri)"
 
 
 
516
 
 
517
  #: includes/meteor-slides-admin.php:228
518
- #@ meteor-slides
519
- msgid "<strong>Slideshows:</strong> A slide can be added to a slideshow by selecting the slideshow from the Slideshows metabox."
520
- msgstr "<strong>Lysbilledshows:</strong> Et lysbillede kan tilføjes et lysbilledeshow ved at vælge lysbilledshow fra lysbilledshow-metabox'en."
 
 
 
521
 
 
522
  #: includes/meteor-slides-admin.php:229
523
- #@ meteor-slides
524
- msgid "<strong>Slide Order:</strong> Slides are sorted chronologically, edit the slide's published date to change the order of the slide."
525
- msgstr "<strong>Lysbillede-rækkefølge:</strong> Lysbilleder sorteres kronologisk, rediger lysbilledets offentliggjort-dato for at ændre rækkefølgen på lysbilledet."
526
-
527
- #: includes/meteor-slides-admin.php:230
528
- #: includes/meteor-slides-admin.php:240
529
- #: includes/meteor-slides-admin.php:254
530
- #: includes/meteor-slides-admin.php:279
531
- #@ meteor-slides
 
 
532
  msgid "For more information"
533
  msgstr "For mere information"
534
 
 
535
  #: includes/meteor-slides-admin.php:231
536
- #@ meteor-slides
537
- msgid "<a href=\"http://www.jleuze.com/plugins/meteor-slides/using-meteor-slides/\" target=\"_blank\">Using Meteor Slides Documentation</a>"
538
- msgstr "<a href=\"http://www.jleuze.com/plugins/meteor-slides/using-meteor-slides/\" target=\"_blank\">Brug Meteor Slides dokumentationen</a>"
539
-
540
- #: includes/meteor-slides-admin.php:232
541
- #: includes/meteor-slides-admin.php:242
542
- #: includes/meteor-slides-admin.php:256
543
- #: includes/meteor-slides-admin.php:281
544
- #@ meteor-slides
545
- msgid "<a href=\"http://wordpress.org/tags/meteor-slides\" target=\"_blank\">Plugin Support Forum</a>"
546
- msgstr "<a href=\"http://wordpress.org/tags/meteor-slides\" target=\"_blank\">Plugin Support Forum</a>"
 
 
 
 
 
547
 
 
548
  #: includes/meteor-slides-admin.php:239
549
- #@ meteor-slides
550
  msgid "Choose a slide to edit, or add a new slide."
551
  msgstr "Vælg et lysbillede der skal redigeres, eller tilføj et nyt."
552
 
553
- #: includes/meteor-slides-admin.php:241
554
- #: includes/meteor-slides-admin.php:280
555
- #@ meteor-slides
556
- msgid "<a href=\"http://www.jleuze.com/plugins/meteor-slides/installation/\" target=\"_blank\">Meteor Slides Documentation</a>"
557
- msgstr "<a href=\"http://www.jleuze.com/plugins/meteor-slides/installation/\" target=\"_blank\">Meteor Slides dokumentationen</a>"
 
 
 
558
 
 
559
  #: includes/meteor-slides-admin.php:249
560
- #@ meteor-slides
561
- msgid "Slides can be organized into slideshows, just as posts can be organized into categories."
562
- msgstr "Lysbilleder kan organiseres i lysbilledshows, ligesom indlæg kan organiseres i kategorier."
 
 
 
563
 
 
564
  #: includes/meteor-slides-admin.php:250
565
- #@ meteor-slides
566
- msgid "<strong>Add New Slideshow:</strong> Name the slideshow, specify a Slug or one will be generated from the name, skip the Parent and Description and click <strong>Add New Slideshow</strong>."
567
- msgstr "<strong>Tilføj nyt lysbilledshow:</strong> Navngiv lysbilledshowet, specificer en Slug eller der genereres en fra navnet, springover Forælder og beskrivelse og klik <strong>Tilføj nyt lysbilledshow</strong>."
 
 
 
 
 
568
 
 
569
  #: includes/meteor-slides-admin.php:251
570
- #@ meteor-slides
571
- msgid "<strong>Add Slide to Slideshow:</strong> Edit a slide and select the slideshow in the Slideshows metabox."
572
- msgstr "<strong>Tilføj lysbillede til lysbilledshow</strong> Rediger et lysbillede og vælg et lysbilledshow i lysbilledshow-metabox'en."
 
 
 
573
 
 
574
  #: includes/meteor-slides-admin.php:252
575
- #@ meteor-slides
576
- msgid "<strong>Adding a specific Slideshow:</strong> Add a slideshow slug to a template tag, shortcode, or widget to load a specific slideshow. Here is an example using the shortcode:"
577
- msgstr "<strong>Tilføj et specifikt lysbilledshow:</strong> Tilføj et lysbillede-slug til en template tag, shortcode, eller widget for at indlæse et specifikt lysbilledshow. Her er et eksempel ved brug af shortcode:"
 
 
 
 
 
578
 
 
579
  #: includes/meteor-slides-admin.php:253
580
- #@ meteor-slides
581
  msgid "<code>[meteor_slideshow slideshow=\"slug\"]</code>"
582
  msgstr "<code>[meteor_slideshow slideshow=\"slug\"]</code>"
583
 
 
584
  #: includes/meteor-slides-admin.php:255
585
- #@ meteor-slides
586
- msgid "<a href=\"http://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/\" target=\"_blank\">Multiple Slideshows Documentation</a>"
587
- msgstr "<a href=\"http://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/\" target=\"_blank\">Multiple Slideshows dokumentation</a>"
 
 
 
588
 
 
589
  #: includes/meteor-slides-admin.php:263
590
- #@ meteor-slides
591
- msgid "<em>Before adding any slides, enter the slide height and width in the settings so the slides are the correct dimensions.</em>"
592
- msgstr "<em>Før du tilføjer lysbilleder, indtast lysbilled-højde og bredde under indstillinger, så lysbillederne får de korrekte dimensioner.</em>"
 
 
 
593
 
 
594
  #: includes/meteor-slides-admin.php:264
595
- #@ meteor-slides
596
- msgid "<strong>Slideshow Quantity:</strong> Choose the number of slides that are loaded in the slideshow. (Leave this option blank to reset the settings)"
597
- msgstr "<strong>Lysbilledshow-kvantitet:</strong> Vælg antallet af lysbilleder som indlæses i lysbilledshowet. (Sæt denne til blank for at nulstille indstillingerne)"
 
 
 
598
 
 
599
  #: includes/meteor-slides-admin.php:265
600
- #@ meteor-slides
601
- msgid "<strong>Slide Height:</strong> Enter the height of your slides in pixels. For slides of different heights, use the height of the tallest slide."
602
- msgstr "<strong>Lysbillede-højde:</strong> Indtast højden på dine lysbilleder i pixels. For lysbilleder af forskellig højde, brug højden det højeste lysbillede."
 
 
 
603
 
 
604
  #: includes/meteor-slides-admin.php:266
605
- #@ meteor-slides
606
- msgid "<strong>Slide Width:</strong> Enter the width of your slides in pixels. Slides that are narrower than this will be centered in the slideshow."
607
- msgstr "<strong>Lysbillede-bredde:</strong> Indtast bredden dine lysbilleder i pixels. Lysbilleder der er smallere end denne indstilling vil blive centreret i lysbilledshowet."
 
 
 
 
608
 
 
609
  #: includes/meteor-slides-admin.php:267
610
- #@ meteor-slides
611
- msgid "<strong>Transition Style:</strong> Choose the effect that is used to transition between slides."
612
- msgstr "<strong>Overgangstypografi:</strong> Vælg effekt som skal benyttes som overgang mellem lysbillederne."
 
 
 
613
 
 
614
  #: includes/meteor-slides-admin.php:268
615
- #@ meteor-slides
616
- msgid "<strong>Transition Speed:</strong> Enter the number of seconds that it should take for a transition between slides to complete."
617
- msgstr "<strong>Overgangshastighed:</strong> Indtast det antal sekunder som overgangen mellem lysbillederne maksimalt må tage."
 
 
 
618
 
 
619
  #: includes/meteor-slides-admin.php:269
620
- #@ meteor-slides
621
- msgid "<strong>Slide Duration:</strong> Enter the number of seconds that each slide should be paused on in the slideshow."
622
- msgstr "<strong>Lysbillede-visningsvarighed:</strong> Indtast det antal sekunder som hvert lysbillede maksimalt skal vises i lysbilledshowet."
 
 
 
623
 
 
624
  #: includes/meteor-slides-admin.php:270
625
- #@ meteor-slides
626
  msgid "<strong>Slideshow Navigation:</strong> "
627
- msgstr "<strong>Lysbilledshow-navigering:</strong> "
628
 
 
629
  #: includes/meteor-slides-admin.php:272
630
- #@ meteor-slides
631
- msgid "<strong>None:</strong> The default option, no navigation is added to the slideshow."
632
- msgstr "<strong>Ingen:</strong> Standard-indstillingen, ingen navigering er tilføjet lysbilledshowet."
 
 
 
633
 
 
634
  #: includes/meteor-slides-admin.php:273
635
- #@ meteor-slides
636
- msgid "<strong>Previous/Next:</strong> Left and right buttons are added to the slideshow to cycle through the slides."
637
- msgstr "<strong>Forrige/Næste:</strong> En venstre og højre-knap er tilføjet lysbilledshowet for at kunne navigere gennem lysbillederne."
 
 
 
638
 
 
639
  #: includes/meteor-slides-admin.php:274
640
- #@ meteor-slides
641
- msgid "<strong>Paged:</strong> Small round buttons are added below the slideshow to choose a specific slide and highlight the current slide."
642
- msgstr "<strong>Sideinddelt:</strong> Små runde knapper er tilføjet under lysbilledshowet for at kunne vælge et specifikt lysbillede og fremhæve det nuværende lysbillede."
 
 
 
 
643
 
 
644
  #: includes/meteor-slides-admin.php:275
645
- #@ meteor-slides
646
- msgid "<strong>Both:</strong> Previous/Next and Paged navigation are both added to the slideshow."
647
- msgstr "<strong>Begge:</strong> Forrige/Næste og Sideinddelt navigering er begge tilføjet lysbilledshowet."
 
 
 
648
 
 
649
  #: includes/meteor-slides-admin.php:277
650
  #: includes/meteor-slides-settings.php:197
651
- #@ meteor-slides
652
  msgid "Add Slideshow"
653
  msgstr "Tilføj lysbilledshow"
654
 
 
655
  #: includes/meteor-slides-admin.php:278
656
- #@ meteor-slides
657
- msgid "Check out the documentation for <a href=\"http://www.jleuze.com/plugins/meteor-slides/adding-a-slideshow/\" target=\"_blank\">adding a slideshow</a>."
658
- msgstr "Tjek dokumentationen for <a href=\"http://www.jleuze.com/plugins/meteor-slides/adding-a-slideshow/\" target=\"_blank\">adding et lysbilledshow</a>."
 
 
 
 
659
 
 
660
  #: includes/meteor-slides-settings.php:13
661
- #@ meteor-slides
662
  msgid "slides"
663
  msgstr "Lysbilleder"
664
 
 
665
  #: includes/meteor-slides-settings.php:199
666
  #, php-format
667
- #@ meteor-slides
668
- 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."
669
- msgstr "Brug %1$s for at tilføje dette lysbilledshow til dit tema, brug %2$s for at tilføje det til dit indlægs eller sideindhold, eller brug Meteor Slides Widget."
 
 
 
 
670
 
 
671
  #: includes/meteor-slides-settings.php:201
672
  #, php-format
673
- #@ meteor-slides
674
- msgid "Visit the %1$sMeteor Slides homepage%2$s for documentation, tutorials, and videos."
675
- msgstr "Besøg %1$sMeteor Slides hjemmesiden%2$s for dokumentation, vejledninger, og videoer."
676
-
 
 
1
+ # Rune Rønde Møller <runermoeller@gmail.com>, 2012.
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: \n"
5
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/meteor-slides\n"
6
  "POT-Creation-Date: 2010-10-13 16:51+0000\n"
7
+ "PO-Revision-Date: 2012-12-15 12:23-0600\n"
8
+ "Last-Translator: Josh Leuze <mail@jleuze.com>\n"
9
+ "Language-Team: Danish <>\n"
10
  "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 
14
  "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Textdomain-Support: yesLanguage: da\n"
18
+ "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
 
20
 
21
+ # @ meteor-slides
22
+ #: includes/meteor-slides-admin.php:238 meteor-slides-plugin.php:36
23
  #: meteor-slides-plugin.php:47
 
24
  msgid "Slides"
25
+ msgstr "Lysbilleder"
26
 
27
+ # @ meteor-slides
28
  #: meteor-slides-plugin.php:37
 
29
  msgid "Slide"
30
+ msgstr "Lysbillede"
31
 
32
+ # @ meteor-slides
33
  #: meteor-slides-plugin.php:38
 
34
  msgid "Add New"
35
  msgstr "Tilføj nyt"
36
 
37
+ # @ meteor-slides
38
+ #: includes/meteor-slides-admin.php:224 meteor-slides-plugin.php:39
 
39
  msgid "Add New Slide"
40
  msgstr "Tilføj nyt lysbillede"
41
 
42
+ # @ meteor-slides
43
  #: meteor-slides-plugin.php:40
 
44
  msgid "Edit Slide"
45
  msgstr "Redigér lysbillede"
46
 
47
+ # @ meteor-slides
48
  #: meteor-slides-plugin.php:41
 
49
  msgid "New Slide"
50
  msgstr "Nyt lysbillede"
51
 
52
+ # @ meteor-slides
53
  #: meteor-slides-plugin.php:42
 
54
  msgid "View Slide"
55
  msgstr "Se lysbillede"
56
 
57
+ # @ meteor-slides
58
  #: meteor-slides-plugin.php:43
 
59
  msgid "Search Slides"
60
  msgstr "Søg lysbilleder"
61
 
62
+ # @ meteor-slides
63
  #: meteor-slides-plugin.php:44
 
64
  msgid "No slides found"
65
  msgstr "Ingen lysbilleder fundet"
66
 
67
+ # @ meteor-slides
68
  #: meteor-slides-plugin.php:45
 
69
  msgid "No slides found in Trash"
70
  msgstr "Ingen lysbilleder fundet i papirkurven"
71
 
72
+ # @ meteor-slides
73
+ #: includes/meteor-slides-admin.php:248 meteor-slides-plugin.php:124
74
  #: meteor-slides-plugin.php:135
 
75
  msgid "Slideshows"
76
  msgstr "Lysbilledshows"
77
 
78
+ # @ meteor-slides
79
  #: meteor-slides-plugin.php:125
 
80
  msgid "Slideshow"
81
  msgstr "Lysbilledshow"
82
 
83
+ # @ meteor-slides
84
  #: meteor-slides-plugin.php:126
 
85
  msgid "Search Slideshows"
86
  msgstr "Søg lysbilledshows"
87
 
88
+ # @ meteor-slides
89
  #: meteor-slides-plugin.php:127
 
90
  msgid "Popular Slideshows"
91
  msgstr "Populære lysbilledshows"
92
 
93
+ # @ meteor-slides
94
  #: meteor-slides-plugin.php:128
 
95
  msgid "All Slideshows"
96
  msgstr "Alle lysbilledshows"
97
 
98
+ # @ meteor-slides
99
  #: meteor-slides-plugin.php:129
 
100
  msgid "Parent Slideshow"
101
+ msgstr "Forælderlysbilledshow"
102
 
103
+ # @ meteor-slides
104
  #: meteor-slides-plugin.php:130
 
105
  msgid "Parent Slideshow:"
106
+ msgstr "Forælderlysbilledshow:"
107
 
108
+ # @ meteor-slides
109
  #: meteor-slides-plugin.php:131
 
110
  msgid "Edit Slideshow"
111
  msgstr "Redigér lysbilledshow"
112
 
113
+ # @ meteor-slides
114
  #: meteor-slides-plugin.php:132
 
115
  msgid "Update Slideshow"
116
  msgstr "Opdatér lysbilledshow"
117
 
118
+ # @ meteor-slides
119
  #: meteor-slides-plugin.php:133
 
120
  msgid "Add New Slideshow"
121
  msgstr "Tilføj nyt lysbilledshow"
122
 
123
+ # @ meteor-slides
124
  #: meteor-slides-plugin.php:134
 
125
  msgid "New Slideshow Name"
126
  msgstr "Nyt lysbilledshow-navn"
127
 
128
+ # @ meteor-slides
129
+ #: includes/meteor-slides-admin.php:39 includes/meteor-slides-admin.php:170
 
130
  msgid "Slide Image"
131
  msgstr "Lysbillede"
132
 
133
+ # @ meteor-slides
134
  #: includes/meteor-slides-admin.php:87
 
135
  msgid "Add the URL this slide should link to."
136
  msgstr "Tilføj URL som dette lysbillede skal linke til."
137
 
138
+ # @ meteor-slides
139
+ #: includes/meteor-slides-admin.php:99 includes/meteor-slides-admin.php:172
 
140
  msgid "Slide Link"
141
+ msgstr "Lysbilledlink"
142
 
143
+ # @ meteor-slides
144
  #: includes/meteor-slides-admin.php:325
 
145
  msgid "Slides Settings"
146
+ msgstr "Lysbilledindstillinger"
147
 
148
+ # @ meteor-slides
149
+ #: includes/meteor-slides-admin.php:325 includes/meteor-slides-admin.php:373
 
150
  msgid "Settings"
151
  msgstr "Indstillinger"
152
 
153
+ # @ meteor-slides
154
+ #: includes/meteor-slides-admin.php:262 includes/meteor-slides-admin.php:389
 
155
  msgid "Configure Slideshow"
156
+ msgstr "Konfigurér lysbilledshow"
157
 
158
+ # @ meteor-slides
159
  #: includes/meteor-slides-admin.php:391
 
160
  msgid "Slideshow Quantity"
161
+ msgstr "Lysbilledshowkvantitet"
162
 
163
+ # @ meteor-slides
164
  #: includes/meteor-slides-admin.php:393
 
165
  msgid "Slide Height"
166
+ msgstr "Lysbilledhøjde"
167
 
168
+ # @ meteor-slides
169
  #: includes/meteor-slides-admin.php:395
 
170
  msgid "Slide Width"
171
+ msgstr "Lysbilledbredde"
172
 
173
+ # @ meteor-slides
174
  #: includes/meteor-slides-admin.php:397
 
175
  msgid "Transition Style"
176
  msgstr "Overgangstypografi"
177
 
178
+ # @ meteor-slides
179
  #: includes/meteor-slides-admin.php:399
 
180
  msgid "Transition Speed"
181
  msgstr "Overgangshastighed"
182
 
183
+ # @ meteor-slides
184
  #: includes/meteor-slides-admin.php:401
 
185
  msgid "Slide Duration"
186
+ msgstr "Lysbilledvisningsvarighed"
187
 
188
+ # @ meteor-slides
189
  #: includes/meteor-slides-admin.php:403
 
190
  msgid "Slideshow Navigation"
191
+ msgstr "Lysbilledshownavigering"
192
 
193
+ # @ meteor-slides
194
  #: meteor-slides-plugin.php:408
 
195
  msgid "Add a slideshow widget to a sidebar"
196
  msgstr "Tilføj en lysbilledshow-widget til et sidepanel"
197
 
198
+ # @ meteor-slides
199
  #: meteor-slides-plugin.php:414
 
200
  msgid "Meteor Slides Widget"
201
+ msgstr "Meteor lysbilledwidget"
202
 
203
+ # @ meteor-slides
204
  #: meteor-slides-plugin.php:463
 
205
  msgid "Title:"
206
  msgstr "Titel:"
207
 
208
+ # @ meteor-slides
209
  #: meteor-slides-plugin.php:466
 
210
  msgid "Slideshow:"
211
  msgstr "Lysbilledshow:"
212
 
213
+ # @ meteor-slides
214
  #: meteor-slides-plugin.php:469
 
215
  msgid "Metadata:"
216
  msgstr "Metadata:"
217
 
218
+ # @ meteor-slides
219
  #: includes/meteor-slides-settings.php:7
 
220
  msgid "Set up your slideshow using the options below."
221
  msgstr "Tilpas dit lysbilledshow ved hjælp af indstillingerne herunder:"
222
 
223
+ # @ meteor-slides
224
  #: includes/meteor-slides-settings.php:23
225
  #: includes/meteor-slides-settings.php:33
 
226
  msgid "px"
227
  msgstr "px"
228
 
229
+ # @ meteor-slides
230
  #: includes/meteor-slides-settings.php:43
 
231
  msgid "blindX"
232
  msgstr "blindX"
233
 
234
+ # @ meteor-slides
235
  #: includes/meteor-slides-settings.php:44
 
236
  msgid "blindY"
237
  msgstr "blindY"
238
 
239
+ # @ meteor-slides
240
  #: includes/meteor-slides-settings.php:45
 
241
  msgid "blindZ"
242
  msgstr "blindZ"
243
 
244
+ # @ meteor-slides
245
  #: includes/meteor-slides-settings.php:46
 
246
  msgid "cover"
247
  msgstr "cover"
248
 
249
+ # @ meteor-slides
250
  #: includes/meteor-slides-settings.php:47
 
251
  msgid "curtainX"
252
  msgstr "curtainX"
253
 
254
+ # @ meteor-slides
255
  #: includes/meteor-slides-settings.php:48
 
256
  msgid "curtainY"
257
  msgstr "curtainY"
258
 
259
+ # @ meteor-slides
260
  #: includes/meteor-slides-settings.php:49
 
261
  msgid "fade"
262
  msgstr "fade"
263
 
264
+ # @ meteor-slides
265
  #: includes/meteor-slides-settings.php:50
 
266
  msgid "fadeZoom"
267
  msgstr "fadeZoom"
268
 
269
+ # @ meteor-slides
270
  #: includes/meteor-slides-settings.php:51
 
271
  msgid "growX"
272
  msgstr "growX"
273
 
274
+ # @ meteor-slides
275
  #: includes/meteor-slides-settings.php:52
 
276
  msgid "growY"
277
  msgstr "growY"
278
 
279
+ # @ meteor-slides
280
  #: includes/meteor-slides-settings.php:53
 
281
  msgid "none"
282
  msgstr "Ingen"
283
 
284
+ # @ meteor-slides
285
  #: includes/meteor-slides-settings.php:54
 
286
  msgid "scrollUp"
287
  msgstr "scrollUp"
288
 
289
+ # @ meteor-slides
290
  #: includes/meteor-slides-settings.php:55
 
291
  msgid "scrollDown"
292
  msgstr "scrollDown"
293
 
294
+ # @ meteor-slides
295
  #: includes/meteor-slides-settings.php:56
 
296
  msgid "scrollLeft"
297
  msgstr "scrollLeft"
298
 
299
+ # @ meteor-slides
300
  #: includes/meteor-slides-settings.php:57
 
301
  msgid "scrollRight"
302
  msgstr "scrollRight"
303
 
304
+ # @ meteor-slides
305
  #: includes/meteor-slides-settings.php:58
 
306
  msgid "scrollHorz"
307
  msgstr "scrollHorz"
308
 
309
+ # @ meteor-slides
310
  #: includes/meteor-slides-settings.php:59
 
311
  msgid "scrollVert"
312
  msgstr "scrollVert"
313
 
314
+ # @ meteor-slides
315
  #: includes/meteor-slides-settings.php:60
 
316
  msgid "slideX"
317
  msgstr "slideX"
318
 
319
+ # @ meteor-slides
320
  #: includes/meteor-slides-settings.php:61
 
321
  msgid "slideY"
322
  msgstr "slideY"
323
 
324
+ # @ meteor-slides
325
  #: includes/meteor-slides-settings.php:62
 
326
  msgid "shuffle"
327
  msgstr "shuffle"
328
 
329
+ # @ meteor-slides
330
  #: includes/meteor-slides-settings.php:63
 
331
  msgid "turnUp"
332
  msgstr "turnUp"
333
 
334
+ # @ meteor-slides
335
  #: includes/meteor-slides-settings.php:64
 
336
  msgid "turnDown"
337
  msgstr "turnDown"
338
 
339
+ # @ meteor-slides
340
  #: includes/meteor-slides-settings.php:65
 
341
  msgid "turnLeft"
342
  msgstr "turnLeft"
343
 
344
+ # @ meteor-slides
345
  #: includes/meteor-slides-settings.php:66
 
346
  msgid "turnRight"
347
  msgstr "turnRight"
348
 
349
+ # @ meteor-slides
350
  #: includes/meteor-slides-settings.php:67
 
351
  msgid "uncover"
352
  msgstr "uncover"
353
 
354
+ # @ meteor-slides
355
  #: includes/meteor-slides-settings.php:68
 
356
  msgid "wipe"
357
  msgstr "wipe"
358
 
359
+ # @ meteor-slides
360
  #: includes/meteor-slides-settings.php:69
 
361
  msgid "zoom"
362
  msgstr "zoom"
363
 
364
+ # @ meteor-slides
365
  #: includes/meteor-slides-settings.php:121
366
  #: includes/meteor-slides-settings.php:131
 
367
  msgid "seconds"
368
  msgstr "sekunder"
369
 
370
+ # @ meteor-slides
371
  #: includes/meteor-slides-settings.php:141
 
372
  msgid "None"
373
  msgstr "Ingen"
374
 
375
+ # @ meteor-slides
376
  #: includes/meteor-slides-settings.php:142
 
377
  msgid "Previous/Next"
378
  msgstr "Forrige/Næste"
379
 
380
+ # @ meteor-slides
381
  #: includes/meteor-slides-settings.php:143
 
382
  msgid "Paged"
383
  msgstr "Sideinddelte"
384
 
385
+ # @ meteor-slides
386
  #: includes/meteor-slides-settings.php:144
 
387
  msgid "Both"
388
  msgstr "Begge"
389
 
390
+ # @ meteor-slides
391
  #: includes/meteor-slides-settings.php:177
 
392
  msgid "Meteor Slides Settings"
393
  msgstr "Meteor Slides indstillinger"
394
 
395
+ # @ meteor-slides
396
  #: includes/meteor-slides-settings.php:191
 
397
  msgid "Save Changes"
398
  msgstr "Gem ændringer"
399
 
400
+ # @ meteor-slides
401
  #: includes/meteor-slides-settings.php:203
402
  #, php-format
403
+ msgid ""
404
+ "Please %1$spost any questions or problems%2$s in the WordPress.org support "
405
+ "forums."
406
+ msgstr ""
407
+ "%1$sOpret indlæg på evt. spørgsmål eller problemer%2$s i WordPress.org "
408
+ "support forum."
409
 
410
+ # @ meteor-slides
411
+ #: includes/meteor-slideshow.php:71 includes/meteor-slideshow.php:85
 
412
  msgid "Previous"
413
  msgstr "Forrige"
414
 
415
+ # @ meteor-slides
416
+ #: includes/meteor-slideshow.php:73 includes/meteor-slideshow.php:87
 
417
  msgid "Next"
418
  msgstr "Næste"
419
 
420
+ # @ meteor-slides
421
  #: includes/meteor-slides-admin.php:14
422
  #, php-format
 
423
  msgid "Slide updated. <a href=\"%s\">View slide</a>"
424
  msgstr "Lysbillede opdateret. <a href=\"%s\">Se lysbillede</a>"
425
 
426
+ # @ meteor-slides
427
  #: includes/meteor-slides-admin.php:15
 
428
  msgid "Custom field updated."
429
  msgstr "Tilpasset felt opdateret."
430
 
431
+ # @ meteor-slides
432
  #: includes/meteor-slides-admin.php:16
 
433
  msgid "Custom field deleted."
434
  msgstr "Tilpasset felt slettet."
435
 
436
+ # @ meteor-slides
437
  #: includes/meteor-slides-admin.php:17
 
438
  msgid "Slide updated."
439
  msgstr "Lysbillede opdateret."
440
 
441
+ # @ meteor-slides
442
  #: includes/meteor-slides-admin.php:18
443
  #, php-format
 
444
  msgid "Slide restored to revision from %s"
445
  msgstr "Lysbillede gendannet til revision fra %s"
446
 
447
+ # @ meteor-slides
448
  #: includes/meteor-slides-admin.php:19
449
  #, php-format
 
450
  msgid "Slide published. <a href=\"%s\">View slide</a>"
451
  msgstr "Lysbillede offentliggjort. <a href=\"%s\">Se lysbillede</a>"
452
 
453
+ # @ meteor-slides
454
  #: includes/meteor-slides-admin.php:20
 
455
  msgid "Slide saved."
456
  msgstr "Lysbillede gemt."
457
 
458
+ # @ meteor-slides
459
  #: includes/meteor-slides-admin.php:21
460
  #, php-format
 
461
  msgid "Slide submitted. <a target=\"_blank\" href=\"%s\">Preview slide</a>"
462
+ msgstr ""
463
+ "Lysbillede indsendt. <a target=\"_blank\" href=\"%s\">Forhåndsvisning af "
464
+ "lysbillede</a>"
465
 
466
+ # @ meteor-slides
467
  #: includes/meteor-slides-admin.php:22
468
  #, php-format
469
+ msgid ""
470
+ "Slide scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
471
+ "\">Preview slide</a>"
472
+ msgstr ""
473
+ "Lysbillede planlagt for: <strong>%1$s</strong>. <a target=\"_blank\" href="
474
+ "\"%2$s\">Forhåndsvisning af lysbillede</a>"
475
 
476
+ # @ meteor-slides
477
  #: includes/meteor-slides-admin.php:22
 
478
  msgid "M j, Y @ G:i"
479
  msgstr "M j, Y @ G:i"
480
 
481
+ # @ meteor-slides
482
  #: includes/meteor-slides-admin.php:23
483
  #, php-format
 
484
  msgid "Slide draft updated. <a target=\"_blank\" href=\"%s\">Preview slide</a>"
485
+ msgstr ""
486
+ "Lysbilledkladde opdateret. <a target=\"_blank\" href=\"%s\">Forhåndsvisning "
487
+ "af lysbillede</a>"
488
 
489
+ # @ meteor-slides
490
  #: includes/meteor-slides-admin.php:171
 
491
  msgid "Slide Title"
492
+ msgstr "Lysbilledtitel"
493
 
494
+ # @ meteor-slides
495
  #: includes/meteor-slides-admin.php:173
 
496
  msgid "Date"
497
  msgstr "Dato"
498
 
499
+ # @ meteor-slides
500
  #: includes/meteor-slides-admin.php:205
 
501
  msgid "No Link"
502
  msgstr "Intet link"
503
 
504
+ # @ meteor-slides
505
  #: includes/meteor-slides-admin.php:225
506
+ msgid ""
507
+ "<strong>Title:</strong> Each slide needs a title in order to be published."
508
+ msgstr ""
509
+ "<strong>Titel:</strong> Ethvert lysbillede skal have en titel for at kunne "
510
+ "offentliggøres."
511
 
512
+ # @ meteor-slides
513
  #: includes/meteor-slides-admin.php:226
514
+ msgid ""
515
+ "<strong>Slide Image:</strong> To add an image to a slide, click the "
516
+ "<strong>Set featured image</strong> link. Upload an image, or browse the "
517
+ "media library for one, click the <strong>Use as featured image</strong> link "
518
+ "to add the image and then close the media uploader. The Slide Image metabox "
519
+ "should now have a thumbnail image."
520
+ msgstr ""
521
+ "<strong>Lysbillede: </strong> Hvis du vil føje et lysbillede, skal du klikke "
522
+ "på <strong>Angiv udvalgt billede</strong> link'et. Overfør et billede, eller "
523
+ "gennemse mediebiblioteket for at finde ét, klik på <strong>Brug som udvalgt "
524
+ "billede</strong> link, for at tilføje billedet og luk derefter medie-"
525
+ "overførsel. Billede-METABOX for lysbilledet skulle nu indeholde et "
526
+ "miniaturebillede."
527
+
528
+ # @ meteor-slides
529
  #: includes/meteor-slides-admin.php:227
530
+ msgid ""
531
+ "<strong>Slide Link:</strong> Add the full URL to the Slide Link metabox, "
532
+ "such as <em>http://wordpress.org/</em> (Optional)"
533
+ msgstr ""
534
+ "<strong>Lysbilledlink:</strong> Tilføj komplet URL til lysbilled-link "
535
+ "metabox, som f.eks. <em>http://wordpress.org/</em> (Valgfri)"
536
 
537
+ # @ meteor-slides
538
  #: includes/meteor-slides-admin.php:228
539
+ msgid ""
540
+ "<strong>Slideshows:</strong> A slide can be added to a slideshow by "
541
+ "selecting the slideshow from the Slideshows metabox."
542
+ msgstr ""
543
+ "<strong>Lysbilledshows:</strong> Et lysbillede kan tilføjes et lysbilledshow "
544
+ "ved at vælge lysbilledshow fra lysbilledshow-metabox'en."
545
 
546
+ # @ meteor-slides
547
  #: includes/meteor-slides-admin.php:229
548
+ msgid ""
549
+ "<strong>Slide Order:</strong> Slides are sorted chronologically, edit the "
550
+ "slide's published date to change the order of the slide."
551
+ msgstr ""
552
+ "<strong>Lysbilledrækkefølge:</strong> Lysbilleder sorteres kronologisk. "
553
+ "Redigér lysbilledets offentliggørelsesdato for at ændre lysbilledets "
554
+ "rækkefølgen."
555
+
556
+ # @ meteor-slides
557
+ #: includes/meteor-slides-admin.php:230 includes/meteor-slides-admin.php:240
558
+ #: includes/meteor-slides-admin.php:254 includes/meteor-slides-admin.php:279
559
  msgid "For more information"
560
  msgstr "For mere information"
561
 
562
+ # @ meteor-slides
563
  #: includes/meteor-slides-admin.php:231
564
+ msgid ""
565
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/using-meteor-slides/\" "
566
+ "target=\"_blank\">Using Meteor Slides Documentation</a>"
567
+ msgstr ""
568
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/using-meteor-slides/\" "
569
+ "target=\"_blank\">Brug Meteor Slides dokumentationen</a>"
570
+
571
+ # @ meteor-slides
572
+ #: includes/meteor-slides-admin.php:232 includes/meteor-slides-admin.php:242
573
+ #: includes/meteor-slides-admin.php:256 includes/meteor-slides-admin.php:281
574
+ msgid ""
575
+ "<a href=\"http://wordpress.org/tags/meteor-slides\" target=\"_blank\">Plugin "
576
+ "Support Forum</a>"
577
+ msgstr ""
578
+ "<a href=\"http://wordpress.org/tags/meteor-slides\" target=\"_blank\">Plugin "
579
+ "supportforum</a>"
580
 
581
+ # @ meteor-slides
582
  #: includes/meteor-slides-admin.php:239
 
583
  msgid "Choose a slide to edit, or add a new slide."
584
  msgstr "Vælg et lysbillede der skal redigeres, eller tilføj et nyt."
585
 
586
+ # @ meteor-slides
587
+ #: includes/meteor-slides-admin.php:241 includes/meteor-slides-admin.php:280
588
+ msgid ""
589
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/installation/\" target="
590
+ "\"_blank\">Meteor Slides Documentation</a>"
591
+ msgstr ""
592
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/installation/\" target="
593
+ "\"_blank\">Meteor Slides dokumentationen</a>"
594
 
595
+ # @ meteor-slides
596
  #: includes/meteor-slides-admin.php:249
597
+ msgid ""
598
+ "Slides can be organized into slideshows, just as posts can be organized into "
599
+ "categories."
600
+ msgstr ""
601
+ "Lysbilleder kan organiseres i lysbilledshows, ligesom indlæg kan organiseres "
602
+ "i kategorier."
603
 
604
+ # @ meteor-slides
605
  #: includes/meteor-slides-admin.php:250
606
+ msgid ""
607
+ "<strong>Add New Slideshow:</strong> Name the slideshow, specify a Slug or "
608
+ "one will be generated from the name, skip the Parent and Description and "
609
+ "click <strong>Add New Slideshow</strong>."
610
+ msgstr ""
611
+ "<strong>Tilføj nyt lysbilledshow:</strong> Navngiv lysbilledshowet, "
612
+ "specificér en slug, ellers genereres der en ud fra navnet. Spring over "
613
+ "forælder og beskrivelse og klik <strong>Tilføj nyt lysbilledshow</strong>."
614
 
615
+ # @ meteor-slides
616
  #: includes/meteor-slides-admin.php:251
617
+ msgid ""
618
+ "<strong>Add Slide to Slideshow:</strong> Edit a slide and select the "
619
+ "slideshow in the Slideshows metabox."
620
+ msgstr ""
621
+ "<strong>Tilføj lysbillede til lysbilledshow</strong> Redigér et lysbillede "
622
+ "og vælg et lysbilledshow i lysbilledshow-metabox'en."
623
 
624
+ # @ meteor-slides
625
  #: includes/meteor-slides-admin.php:252
626
+ msgid ""
627
+ "<strong>Adding a specific Slideshow:</strong> Add a slideshow slug to a "
628
+ "template tag, shortcode, or widget to load a specific slideshow. Here is an "
629
+ "example using the shortcode:"
630
+ msgstr ""
631
+ "<strong>Tilføj et specifikt lysbilledshow:</strong> Tilføj en lysbilledslug "
632
+ "til et template tag, shortcode, eller widget for at indlæse et specifikt "
633
+ "lysbilledshow. Her er et eksempel ved brug af shortcode:"
634
 
635
+ # @ meteor-slides
636
  #: includes/meteor-slides-admin.php:253
 
637
  msgid "<code>[meteor_slideshow slideshow=\"slug\"]</code>"
638
  msgstr "<code>[meteor_slideshow slideshow=\"slug\"]</code>"
639
 
640
+ # @ meteor-slides
641
  #: includes/meteor-slides-admin.php:255
642
+ msgid ""
643
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/\" "
644
+ "target=\"_blank\">Multiple Slideshows Documentation</a>"
645
+ msgstr ""
646
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/\" "
647
+ "target=\"_blank\">Multiple Slideshows dokumentation</a>"
648
 
649
+ # @ meteor-slides
650
  #: includes/meteor-slides-admin.php:263
651
+ msgid ""
652
+ "<em>Before adding any slides, enter the slide height and width in the "
653
+ "settings so the slides are the correct dimensions.</em>"
654
+ msgstr ""
655
+ "<em>Før du tilføjer lysbilleder, så angiv lysbilledhøjde og bredde under "
656
+ "indstillinger, så lysbillederne får de korrekte dimensioner.</em>"
657
 
658
+ # @ meteor-slides
659
  #: includes/meteor-slides-admin.php:264
660
+ msgid ""
661
+ "<strong>Slideshow Quantity:</strong> Choose the number of slides that are "
662
+ "loaded in the slideshow. (Leave this option blank to reset the settings)"
663
+ msgstr ""
664
+ "<strong>Antal:</strong> Vælg antallet af lysbilleder som indlæses i "
665
+ "lysbilledshowet. (Sæt denne til blank for at nulstille indstillingerne)"
666
 
667
+ # @ meteor-slides
668
  #: includes/meteor-slides-admin.php:265
669
+ msgid ""
670
+ "<strong>Slide Height:</strong> Enter the height of your slides in pixels. "
671
+ "For slides of different heights, use the height of the tallest slide."
672
+ msgstr ""
673
+ "<strong>Højde:</strong> Indtast højden på dine lysbilleder i pixler. For "
674
+ "lysbilleder af forskellig højde, brug højden på det højeste lysbillede."
675
 
676
+ # @ meteor-slides
677
  #: includes/meteor-slides-admin.php:266
678
+ msgid ""
679
+ "<strong>Slide Width:</strong> Enter the width of your slides in pixels. "
680
+ "Slides that are narrower than this will be centered in the slideshow."
681
+ msgstr ""
682
+ "<strong>Bredde:</strong> Indtast bredden på dine lysbilleder i pixler. "
683
+ "Lysbilleder der er smallere end denne indstilling vil blive centreret i "
684
+ "lysbilledshowet."
685
 
686
+ # @ meteor-slides
687
  #: includes/meteor-slides-admin.php:267
688
+ msgid ""
689
+ "<strong>Transition Style:</strong> Choose the effect that is used to "
690
+ "transition between slides."
691
+ msgstr ""
692
+ "<strong>Overgang:</strong> Vælg den effekt som skal benyttes som overgang "
693
+ "mellem lysbillederne."
694
 
695
+ # @ meteor-slides
696
  #: includes/meteor-slides-admin.php:268
697
+ msgid ""
698
+ "<strong>Transition Speed:</strong> Enter the number of seconds that it "
699
+ "should take for a transition between slides to complete."
700
+ msgstr ""
701
+ "<strong>Overgangshastighed:</strong> Indtast det antal sekunder som "
702
+ "overgangen mellem lysbillederne maksimalt må tage."
703
 
704
+ # @ meteor-slides
705
  #: includes/meteor-slides-admin.php:269
706
+ msgid ""
707
+ "<strong>Slide Duration:</strong> Enter the number of seconds that each slide "
708
+ "should be paused on in the slideshow."
709
+ msgstr ""
710
+ "<strong>Visningsvarighed:</strong> Indtast det antal sekunder som hvert "
711
+ "lysbillede maksimalt skal vises i lysbilledshowet."
712
 
713
+ # @ meteor-slides
714
  #: includes/meteor-slides-admin.php:270
 
715
  msgid "<strong>Slideshow Navigation:</strong> "
716
+ msgstr "<strong>Navigering:</strong> "
717
 
718
+ # @ meteor-slides
719
  #: includes/meteor-slides-admin.php:272
720
+ msgid ""
721
+ "<strong>None:</strong> The default option, no navigation is added to the "
722
+ "slideshow."
723
+ msgstr ""
724
+ "<strong>Ingen:</strong> Standardindstillingen. Ingen navigering er tilføjet "
725
+ "lysbilledshowet."
726
 
727
+ # @ meteor-slides
728
  #: includes/meteor-slides-admin.php:273
729
+ msgid ""
730
+ "<strong>Previous/Next:</strong> Left and right buttons are added to the "
731
+ "slideshow to cycle through the slides."
732
+ msgstr ""
733
+ "<strong>Forrige/næste:</strong> En venstre- og højreknap er tilføjet "
734
+ "lysbilledshowet for at kunne navigere i lysbillederne."
735
 
736
+ # @ meteor-slides
737
  #: includes/meteor-slides-admin.php:274
738
+ msgid ""
739
+ "<strong>Paged:</strong> Small round buttons are added below the slideshow to "
740
+ "choose a specific slide and highlight the current slide."
741
+ msgstr ""
742
+ "<strong>Sideinddelt:</strong> Små runde knapper er tilføjet under "
743
+ "lysbilledshowet, for at kunne vælge et specifikt lysbillede og fremhæve det "
744
+ "nuværende."
745
 
746
+ # @ meteor-slides
747
  #: includes/meteor-slides-admin.php:275
748
+ msgid ""
749
+ "<strong>Both:</strong> Previous/Next and Paged navigation are both added to "
750
+ "the slideshow."
751
+ msgstr ""
752
+ "<strong>Begge:</strong> Forrige/næste og sideinddelt navigering er begge "
753
+ "tilføjet lysbilledshowet."
754
 
755
+ # @ meteor-slides
756
  #: includes/meteor-slides-admin.php:277
757
  #: includes/meteor-slides-settings.php:197
 
758
  msgid "Add Slideshow"
759
  msgstr "Tilføj lysbilledshow"
760
 
761
+ # @ meteor-slides
762
  #: includes/meteor-slides-admin.php:278
763
+ msgid ""
764
+ "Check out the documentation for <a href=\"http://www.jleuze.com/plugins/"
765
+ "meteor-slides/adding-a-slideshow/\" target=\"_blank\">adding a slideshow</a>."
766
+ msgstr ""
767
+ "Læs dokumentationen for <a href=\"http://www.jleuze.com/plugins/meteor-"
768
+ "slides/adding-a-slideshow/\" target=\"_blank\">tilføjelse af et "
769
+ "lysbilledshow</a>."
770
 
771
+ # @ meteor-slides
772
  #: includes/meteor-slides-settings.php:13
 
773
  msgid "slides"
774
  msgstr "Lysbilleder"
775
 
776
+ # @ meteor-slides
777
  #: includes/meteor-slides-settings.php:199
778
  #, php-format
779
+ msgid ""
780
+ "Use %1$s to add this slideshow to your theme, use %2$s to add it to your "
781
+ "Post or Page content, or use the Meteor Slides Widget."
782
+ msgstr ""
783
+ "Brug %1$s for at tilføje dette lysbilledshow til dit tema, brug %2$s for at "
784
+ "tilføje det til dit indlæg- eller sideindhold, eller brug Meteor Slides "
785
+ "Widget."
786
 
787
+ # @ meteor-slides
788
  #: includes/meteor-slides-settings.php:201
789
  #, php-format
790
+ msgid ""
791
+ "Visit the %1$sMeteor Slides homepage%2$s for documentation, tutorials, and "
792
+ "videos."
793
+ msgstr ""
794
+ "Besøg %1$sMeteor Slides hjemmesiden%2$s for dokumentation, vejledninger og "
795
+ "videoer."
languages/meteor-slides-pt_BR.mo CHANGED
Binary file
languages/meteor-slides-pt_BR.po CHANGED
@@ -1,351 +1,718 @@
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: 2010-10-13 22:33-0600\n"
12
- "Last-Translator: Josh Leuze <mail@jleuze.com>\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 "Slides"
24
 
25
- #: meteor-slides-plugin.php:79
 
26
  msgid "Slide"
27
  msgstr "Slide"
28
 
29
- #: meteor-slides-plugin.php:80
 
30
  msgid "Add New"
31
  msgstr "Adicionar Novo"
32
 
33
- #: meteor-slides-plugin.php:81
 
 
34
  msgid "Add New Slide"
35
  msgstr "Adicionar Novo Slide"
36
 
37
- #: meteor-slides-plugin.php:82
 
 
38
  msgid "Edit Slide"
39
  msgstr "Editar Slide"
40
 
41
- #: meteor-slides-plugin.php:83
42
- msgid "Edit"
43
- msgstr "Editar"
44
-
45
- #: meteor-slides-plugin.php:84
46
  msgid "New Slide"
47
  msgstr "Novo Slide"
48
 
49
- #: meteor-slides-plugin.php:85
50
- #: meteor-slides-plugin.php:89
51
  msgid "View Slide"
52
  msgstr "Ver Slide"
53
 
54
- #: meteor-slides-plugin.php:86
 
55
  msgid "Search Slides"
56
  msgstr "Procurar Slides"
57
 
58
- #: meteor-slides-plugin.php:87
 
59
  msgid "No slides found"
60
  msgstr "Slides não encontrados"
61
 
62
- #: meteor-slides-plugin.php:88
 
63
  msgid "No slides found in Trash"
64
  msgstr "Nenhum slide encontrado na lixeira"
65
 
66
- #: meteor-slides-plugin.php:127
 
 
67
  msgid "Slideshows"
68
- msgstr ""
69
 
70
- #: meteor-slides-plugin.php:128
 
71
  msgid "Slideshow"
72
- msgstr ""
73
 
74
- #: meteor-slides-plugin.php:129
 
75
  msgid "Search Slideshows"
76
- msgstr ""
77
 
78
- #: meteor-slides-plugin.php:130
 
79
  msgid "Popular Slideshows"
80
- msgstr ""
81
 
82
- #: meteor-slides-plugin.php:131
 
83
  msgid "All Slideshows"
84
- msgstr ""
85
 
86
- #: meteor-slides-plugin.php:132
 
87
  msgid "Parent Slideshow"
88
- msgstr ""
89
 
90
- #: meteor-slides-plugin.php:133
 
91
  msgid "Parent Slideshow:"
92
- msgstr ""
93
 
94
- #: meteor-slides-plugin.php:134
 
95
  msgid "Edit Slideshow"
96
- msgstr ""
97
 
98
- #: meteor-slides-plugin.php:135
 
99
  msgid "Update Slideshow"
100
- msgstr ""
101
 
102
- #: meteor-slides-plugin.php:136
 
103
  msgid "Add New Slideshow"
104
- msgstr ""
105
 
106
- #: meteor-slides-plugin.php:137
 
107
  msgid "New Slideshow Name"
108
- msgstr ""
 
 
 
 
 
109
 
110
- #: meteor-slides-plugin.php:159
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  msgid "Slide Image"
112
  msgstr "Imagem do Slide"
113
 
114
- #: meteor-slides-plugin.php:194
 
115
  msgid "Add the URL this slide should link to."
116
  msgstr "Adicionar Link no Slide"
117
 
118
- #: meteor-slides-plugin.php:206
 
 
119
  msgid "Slide Link"
120
  msgstr "Link do Slide"
121
 
122
- #: meteor-slides-plugin.php:324
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  msgid "Slides Settings"
124
  msgstr "Configurações dos Slides"
125
 
126
- #: meteor-slides-plugin.php:324
 
 
127
  msgid "Settings"
128
  msgstr "Configurações"
129
 
130
- #: meteor-slides-plugin.php:358
131
- msgid "Configure Slideshow"
132
- msgstr "Configurar Slideshow"
133
-
134
- #: meteor-slides-plugin.php:360
135
  msgid "Slideshow Quantity"
136
  msgstr "Quantidade de Slides"
137
 
138
- #: meteor-slides-plugin.php:362
 
139
  msgid "Slide Height"
140
  msgstr "Altura do Slide"
141
 
142
- #: meteor-slides-plugin.php:364
 
143
  msgid "Slide Width"
144
  msgstr "Largura do Slide"
145
 
146
- #: meteor-slides-plugin.php:366
 
147
  msgid "Transition Style"
148
  msgstr "Estilo de Transição"
149
 
150
- #: meteor-slides-plugin.php:368
 
151
  msgid "Transition Speed"
152
  msgstr "Velocidade da Transição"
153
 
154
- #: meteor-slides-plugin.php:370
 
155
  msgid "Slide Duration"
156
  msgstr "Duração do Slide"
157
 
158
- #: meteor-slides-plugin.php:372
 
159
  msgid "Slideshow Navigation"
160
- msgstr ""
161
-
162
- #: meteor-slides-plugin.php:605
163
- msgid "Add a slideshow widget to a sidebar"
164
- msgstr "Adicionar Meteor Slides em uma sidebar"
165
-
166
- #: meteor-slides-plugin.php:609
167
- msgid "Meteor Slides Widget"
168
- msgstr "Widget do Meteor Slides"
169
-
170
- #: meteor-slides-plugin.php:653
171
- msgid "Title:"
172
- msgstr ""
173
 
174
- #: meteor-slides-plugin.php:656
175
- msgid "Slideshow:"
176
- msgstr ""
177
-
178
- #: meteor-slides-plugin.php:659
179
- msgid "Metadata:"
180
- msgstr ""
181
-
182
- #: meteor-slides-settings.php:7
183
  msgid "Set up your slideshow using the options below."
184
- msgstr ""
 
 
 
 
 
185
 
186
- #: meteor-slides-settings.php:21
187
- #: meteor-slides-settings.php:31
 
188
  msgid "px"
189
- msgstr ""
190
 
191
- #: meteor-slides-settings.php:41
 
192
  msgid "blindX"
193
- msgstr ""
194
 
195
- #: meteor-slides-settings.php:41
 
196
  msgid "blindY"
197
- msgstr ""
198
 
199
- #: meteor-slides-settings.php:41
 
200
  msgid "blindZ"
201
- msgstr ""
202
 
203
- #: meteor-slides-settings.php:41
 
204
  msgid "cover"
205
- msgstr ""
206
 
207
- #: meteor-slides-settings.php:41
 
208
  msgid "curtainX"
209
- msgstr ""
210
 
211
- #: meteor-slides-settings.php:41
 
212
  msgid "curtainY"
213
- msgstr ""
214
 
215
- #: meteor-slides-settings.php:41
 
216
  msgid "fade"
217
- msgstr ""
218
 
219
- #: meteor-slides-settings.php:41
 
220
  msgid "fadeZoom"
221
- msgstr ""
222
 
223
- #: meteor-slides-settings.php:41
 
224
  msgid "growX"
225
- msgstr ""
226
 
227
- #: meteor-slides-settings.php:41
 
228
  msgid "growY"
229
- msgstr ""
230
 
231
- #: meteor-slides-settings.php:41
 
232
  msgid "none"
233
  msgstr "nenhum"
234
 
235
- #: meteor-slides-settings.php:41
 
236
  msgid "scrollUp"
237
- msgstr ""
238
 
239
- #: meteor-slides-settings.php:41
 
240
  msgid "scrollDown"
241
- msgstr ""
242
 
243
- #: meteor-slides-settings.php:41
 
244
  msgid "scrollLeft"
245
- msgstr ""
246
 
247
- #: meteor-slides-settings.php:41
 
248
  msgid "scrollRight"
249
- msgstr ""
250
 
251
- #: meteor-slides-settings.php:41
 
252
  msgid "scrollHorz"
253
- msgstr ""
254
 
255
- #: meteor-slides-settings.php:41
 
256
  msgid "scrollVert"
257
- msgstr ""
258
 
259
- #: meteor-slides-settings.php:41
 
260
  msgid "slideX"
261
- msgstr ""
262
 
263
- #: meteor-slides-settings.php:41
 
264
  msgid "slideY"
265
- msgstr ""
266
 
267
- #: meteor-slides-settings.php:41
 
268
  msgid "shuffle"
269
- msgstr ""
270
 
271
- #: meteor-slides-settings.php:41
 
272
  msgid "turnUp"
273
- msgstr ""
274
 
275
- #: meteor-slides-settings.php:41
 
276
  msgid "turnDown"
277
- msgstr ""
278
 
279
- #: meteor-slides-settings.php:41
 
280
  msgid "turnLeft"
281
- msgstr ""
282
 
283
- #: meteor-slides-settings.php:41
 
284
  msgid "turnRight"
285
- msgstr ""
286
 
287
- #: meteor-slides-settings.php:41
 
288
  msgid "uncover"
289
- msgstr ""
290
 
291
- #: meteor-slides-settings.php:41
 
292
  msgid "wipe"
293
- msgstr ""
294
 
295
- #: meteor-slides-settings.php:41
 
296
  msgid "zoom"
297
- msgstr ""
298
 
299
- #: meteor-slides-settings.php:63
300
- #: meteor-slides-settings.php:73
 
301
  msgid "seconds"
302
  msgstr "segundos"
303
 
304
- #: meteor-slides-settings.php:83
 
305
  msgid "None"
306
- msgstr ""
307
 
308
- #: meteor-slides-settings.php:84
 
309
  msgid "Previous/Next"
310
- msgstr ""
311
 
312
- #: meteor-slides-settings.php:85
 
313
  msgid "Paged"
314
- msgstr ""
315
 
316
- #: meteor-slides-settings.php:86
 
317
  msgid "Both"
318
- msgstr ""
319
 
320
- #: meteor-slides-settings.php:112
 
321
  msgid "Meteor Slides Settings"
322
  msgstr "Configurações do Meteor Slides"
323
 
324
- #: meteor-slides-settings.php:126
 
325
  msgid "Save Changes"
326
  msgstr "Salvar Alterações"
327
 
328
- #: meteor-slides-settings.php:132
329
- msgid "Install Slideshow"
330
- msgstr "Instalar Slideshow"
 
 
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 "Use %1$s para incluir esse slideshow em seu tema, use %2$s para incluir no seu Post ou Página, ou use o Widget Meteor Slides para incluir em uma sidebar. %3$sMore 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 ""
341
 
342
- #: meteor-slideshow.php:17
343
- #: meteor-slideshow.php:29
 
344
  msgid "Previous"
345
- msgstr ""
346
 
347
- #: meteor-slideshow.php:19
348
- #: meteor-slideshow.php:31
 
349
  msgid "Next"
350
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
351
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Meteor Slides v1.4\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-26 13:45-0300\n"
6
+ "PO-Revision-Date: 2012-05-15 14:12-0300\n"
7
+ "Last-Translator: DJIO <translations@djio.com.br>\n"
8
+ "Language-Team: DJIO | www.djio.com.br <wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Portuguese\n"
14
+ "X-Poedit-Country: BRAZIL\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: ..\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: meteor-slides-plugin.php:36
23
+ #: meteor-slides-plugin.php:47
24
+ #@ meteor-slides
25
  msgid "Slides"
26
  msgstr "Slides"
27
 
28
+ #: meteor-slides-plugin.php:37
29
+ #@ meteor-slides
30
  msgid "Slide"
31
  msgstr "Slide"
32
 
33
+ #: meteor-slides-plugin.php:38
34
+ #@ meteor-slides
35
  msgid "Add New"
36
  msgstr "Adicionar Novo"
37
 
38
+ #: includes/meteor-slides-admin.php:265
39
+ #: meteor-slides-plugin.php:39
40
+ #@ meteor-slides
41
  msgid "Add New Slide"
42
  msgstr "Adicionar Novo Slide"
43
 
44
+ #: includes/meteor-slides-admin.php:269
45
+ #: meteor-slides-plugin.php:40
46
+ #@ meteor-slides
47
  msgid "Edit Slide"
48
  msgstr "Editar Slide"
49
 
50
+ #: meteor-slides-plugin.php:41
51
+ #@ meteor-slides
 
 
 
52
  msgid "New Slide"
53
  msgstr "Novo Slide"
54
 
55
+ #: meteor-slides-plugin.php:42
56
+ #@ meteor-slides
57
  msgid "View Slide"
58
  msgstr "Ver Slide"
59
 
60
+ #: meteor-slides-plugin.php:43
61
+ #@ meteor-slides
62
  msgid "Search Slides"
63
  msgstr "Procurar Slides"
64
 
65
+ #: meteor-slides-plugin.php:44
66
+ #@ meteor-slides
67
  msgid "No slides found"
68
  msgstr "Slides não encontrados"
69
 
70
+ #: meteor-slides-plugin.php:45
71
+ #@ meteor-slides
72
  msgid "No slides found in Trash"
73
  msgstr "Nenhum slide encontrado na lixeira"
74
 
75
+ #: meteor-slides-plugin.php:124
76
+ #: meteor-slides-plugin.php:135
77
+ #@ meteor-slides
78
  msgid "Slideshows"
79
+ msgstr "Slideshows"
80
 
81
+ #: meteor-slides-plugin.php:125
82
+ #@ meteor-slides
83
  msgid "Slideshow"
84
+ msgstr "Slideshow"
85
 
86
+ #: meteor-slides-plugin.php:126
87
+ #@ meteor-slides
88
  msgid "Search Slideshows"
89
+ msgstr "Pesquisar Slideshows"
90
 
91
+ #: meteor-slides-plugin.php:127
92
+ #@ meteor-slides
93
  msgid "Popular Slideshows"
94
+ msgstr "Slideshows Populares"
95
 
96
+ #: meteor-slides-plugin.php:128
97
+ #@ meteor-slides
98
  msgid "All Slideshows"
99
+ msgstr "Todos os Slideshows"
100
 
101
+ #: meteor-slides-plugin.php:129
102
+ #@ meteor-slides
103
  msgid "Parent Slideshow"
104
+ msgstr "Slideshow-Pai"
105
 
106
+ #: meteor-slides-plugin.php:130
107
+ #@ meteor-slides
108
  msgid "Parent Slideshow:"
109
+ msgstr "Slideshow-Pai:"
110
 
111
+ #: meteor-slides-plugin.php:131
112
+ #@ meteor-slides
113
  msgid "Edit Slideshow"
114
+ msgstr "Editar Slideshow"
115
 
116
+ #: meteor-slides-plugin.php:132
117
+ #@ meteor-slides
118
  msgid "Update Slideshow"
119
+ msgstr "Atualizar Slideshow"
120
 
121
+ #: meteor-slides-plugin.php:133
122
+ #@ meteor-slides
123
  msgid "Add New Slideshow"
124
+ msgstr "Adicionar Novo Slideshow"
125
 
126
+ #: meteor-slides-plugin.php:134
127
+ #@ meteor-slides
128
  msgid "New Slideshow Name"
129
+ msgstr "Nome do Novo Slideshow"
130
+
131
+ #: meteor-slides-plugin.php:409
132
+ #@ meteor-slides
133
+ msgid "Add a slideshow widget to a sidebar"
134
+ msgstr "Adicionar Meteor Slides em uma sidebar"
135
 
136
+ #: meteor-slides-plugin.php:415
137
+ #@ meteor-slides
138
+ msgid "Meteor Slides Widget"
139
+ msgstr "Widget do Meteor Slides"
140
+
141
+ #: meteor-slides-plugin.php:464
142
+ #@ meteor-slides
143
+ msgid "Title:"
144
+ msgstr "Título:"
145
+
146
+ #: meteor-slides-plugin.php:475
147
+ #@ meteor-slides
148
+ msgid "Slideshow:"
149
+ msgstr "Slideshow:"
150
+
151
+ #: meteor-slides-plugin.php:499
152
+ #@ meteor-slides
153
+ msgid "Metadata:"
154
+ msgstr "Metadata:"
155
+
156
+ #: includes/meteor-slides-admin.php:14
157
+ #, php-format
158
+ #@ meteor-slides
159
+ msgid "Slide updated. <a href=\"%s\">View slide</a>"
160
+ msgstr "O slide foi atualizado. <a href=\"%s\">Ver Slide</a>"
161
+
162
+ #: includes/meteor-slides-admin.php:15
163
+ #@ meteor-slides
164
+ msgid "Custom field updated."
165
+ msgstr "O campo personalizado foi atualizado."
166
+
167
+ #: includes/meteor-slides-admin.php:16
168
+ #@ meteor-slides
169
+ msgid "Custom field deleted."
170
+ msgstr "O campo personalizado foi excluído."
171
+
172
+ #: includes/meteor-slides-admin.php:17
173
+ #@ meteor-slides
174
+ msgid "Slide updated."
175
+ msgstr "O Slide foi atualizado."
176
+
177
+ #: includes/meteor-slides-admin.php:18
178
+ #, php-format
179
+ #@ meteor-slides
180
+ msgid "Slide restored to revision from %s"
181
+ msgstr "O Slide foi restaurado para a revisão de %s"
182
+
183
+ #: includes/meteor-slides-admin.php:19
184
+ #, php-format
185
+ #@ meteor-slides
186
+ msgid "Slide published. <a href=\"%s\">View slide</a>"
187
+ msgstr "O Slide foi publicado. <a href=\"%s\">Ver Slide</a>"
188
+
189
+ #: includes/meteor-slides-admin.php:20
190
+ #@ meteor-slides
191
+ msgid "Slide saved."
192
+ msgstr "O Slide foi salvo."
193
+
194
+ #: includes/meteor-slides-admin.php:21
195
+ #, php-format
196
+ #@ meteor-slides
197
+ msgid "Slide submitted. <a target=\"_blank\" href=\"%s\">Preview slide</a>"
198
+ msgstr "O Slide foi enviado. <a target=\"_blank\" href=\"%s\">Visualizar Slide</a>"
199
+
200
+ #: includes/meteor-slides-admin.php:22
201
+ #, php-format
202
+ #@ meteor-slides
203
+ msgid "Slide scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview slide</a>"
204
+ msgstr "O Slide foi agendado para: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Visualizar Slide</a>"
205
+
206
+ #: includes/meteor-slides-admin.php:22
207
+ #@ meteor-slides
208
+ msgid "M j, Y @ G:i"
209
+ msgstr "j \\d\\e F \\d\\e Y \\à\\s G:i"
210
+
211
+ #: includes/meteor-slides-admin.php:23
212
+ #, php-format
213
+ #@ meteor-slides
214
+ msgid "Slide draft updated. <a target=\"_blank\" href=\"%s\">Preview slide</a>"
215
+ msgstr "O rascunho do Slide foi atualizado. <a target=\"_blank\" href=\"%s\">Visualizar Slide</a>"
216
+
217
+ #: includes/meteor-slides-admin.php:39
218
+ #: includes/meteor-slides-admin.php:170
219
+ #@ meteor-slides
220
  msgid "Slide Image"
221
  msgstr "Imagem do Slide"
222
 
223
+ #: includes/meteor-slides-admin.php:87
224
+ #@ meteor-slides
225
  msgid "Add the URL this slide should link to."
226
  msgstr "Adicionar Link no Slide"
227
 
228
+ #: includes/meteor-slides-admin.php:99
229
+ #: includes/meteor-slides-admin.php:172
230
+ #@ meteor-slides
231
  msgid "Slide Link"
232
  msgstr "Link do Slide"
233
 
234
+ #: includes/meteor-slides-admin.php:171
235
+ #@ meteor-slides
236
+ msgid "Slide Title"
237
+ msgstr "Título do Slide"
238
+
239
+ #: includes/meteor-slides-admin.php:173
240
+ #@ meteor-slides
241
+ msgid "Date"
242
+ msgstr "Data"
243
+
244
+ #: includes/meteor-slides-admin.php:205
245
+ #@ meteor-slides
246
+ msgid "No Link"
247
+ msgstr "Sem Link"
248
+
249
+ #: includes/meteor-slides-admin.php:283
250
+ #: includes/meteor-slides-admin.php:306
251
+ #: includes/meteor-slides-admin.php:339
252
+ #: includes/meteor-slides-admin.php:394
253
+ #@ meteor-slides
254
+ msgid "For more information"
255
+ msgstr "Para mais informações"
256
+
257
+ #: includes/meteor-slides-admin.php:285
258
+ #: includes/meteor-slides-admin.php:308
259
+ #: includes/meteor-slides-admin.php:341
260
+ #: includes/meteor-slides-admin.php:396
261
+ #@ meteor-slides
262
+ msgid "<a href=\"http://wordpress.org/tags/meteor-slides\" target=\"_blank\">Plugin Support Forum</a>"
263
+ msgstr "<a href=\"http://wordpress.org/tags/meteor-slides\" target=\"_blank\">Fórum de Suporte do Plugin</a>"
264
+
265
+ #: includes/meteor-slides-admin.php:307
266
+ #@ meteor-slides
267
+ msgid "<a href=\"http://www.jleuze.com/plugins/meteor-slides/installation/\" target=\"_blank\">Meteor Slides Documentation</a>"
268
+ msgstr "<a href=\"http://www.jleuze.com/plugins/meteor-slides/installation/\" target=\"_blank\">Documentação do Meteor Slides</a>"
269
+
270
+ #: includes/meteor-slides-admin.php:325
271
+ #@ meteor-slides
272
+ msgid "Slides can be organized into slideshows, just as posts can be organized into categories."
273
+ msgstr "Slides podem ser organizados em apresentações de slides, assim como posts podem ser organizados em categorias."
274
+
275
+ #: includes/meteor-slides-admin.php:334
276
+ #@ meteor-slides
277
+ msgid "<code>[meteor_slideshow slideshow=\"slug\"]</code>"
278
+ msgstr "<code>[meteor_slideshow slideshow=\"slug\"]</code>"
279
+
280
+ #: includes/meteor-slides-admin.php:363
281
+ #: includes/meteor-slides-admin.php:529
282
+ #@ meteor-slides
283
+ msgid "Configure Slideshow"
284
+ msgstr "Configurar Slideshow"
285
+
286
+ #: includes/meteor-slides-admin.php:366
287
+ #@ meteor-slides
288
+ msgid "<em>Before adding any slides, enter the slide height and width in the settings so the slides are the correct dimensions.</em>"
289
+ msgstr "<em>Antes de adicionar quaisquer slides, informe a altura e largura do slide nas configurações para que os slides fiquem nas dimensões corretas.</em>"
290
+
291
+ #: includes/meteor-slides-admin.php:384
292
+ #: includes/meteor-slides-settings.php:190
293
+ #@ meteor-slides
294
+ msgid "Add Slideshow"
295
+ msgstr "Adicionar Slideshow"
296
+
297
+ #: includes/meteor-slides-admin.php:465
298
+ #@ meteor-slides
299
  msgid "Slides Settings"
300
  msgstr "Configurações dos Slides"
301
 
302
+ #: includes/meteor-slides-admin.php:465
303
+ #: includes/meteor-slides-admin.php:513
304
+ #@ meteor-slides
305
  msgid "Settings"
306
  msgstr "Configurações"
307
 
308
+ #: includes/meteor-slides-admin.php:531
309
+ #@ meteor-slides
 
 
 
310
  msgid "Slideshow Quantity"
311
  msgstr "Quantidade de Slides"
312
 
313
+ #: includes/meteor-slides-admin.php:533
314
+ #@ meteor-slides
315
  msgid "Slide Height"
316
  msgstr "Altura do Slide"
317
 
318
+ #: includes/meteor-slides-admin.php:535
319
+ #@ meteor-slides
320
  msgid "Slide Width"
321
  msgstr "Largura do Slide"
322
 
323
+ #: includes/meteor-slides-admin.php:537
324
+ #@ meteor-slides
325
  msgid "Transition Style"
326
  msgstr "Estilo de Transição"
327
 
328
+ #: includes/meteor-slides-admin.php:539
329
+ #@ meteor-slides
330
  msgid "Transition Speed"
331
  msgstr "Velocidade da Transição"
332
 
333
+ #: includes/meteor-slides-admin.php:541
334
+ #@ meteor-slides
335
  msgid "Slide Duration"
336
  msgstr "Duração do Slide"
337
 
338
+ #: includes/meteor-slides-admin.php:543
339
+ #@ meteor-slides
340
  msgid "Slideshow Navigation"
341
+ msgstr "Navegação do Slideshow"
 
 
 
 
 
 
 
 
 
 
 
 
342
 
343
+ #: includes/meteor-slides-settings.php:7
344
+ #@ meteor-slides
 
 
 
 
 
 
 
345
  msgid "Set up your slideshow using the options below."
346
+ msgstr "Configure seu slideshow usando as opções abaixo."
347
+
348
+ #: includes/meteor-slides-settings.php:13
349
+ #@ meteor-slides
350
+ msgid "slides"
351
+ msgstr "slides"
352
 
353
+ #: includes/meteor-slides-settings.php:22
354
+ #: includes/meteor-slides-settings.php:31
355
+ #@ meteor-slides
356
  msgid "px"
357
+ msgstr "px"
358
 
359
+ #: includes/meteor-slides-settings.php:40
360
+ #@ meteor-slides
361
  msgid "blindX"
362
+ msgstr "persianaX"
363
 
364
+ #: includes/meteor-slides-settings.php:41
365
+ #@ meteor-slides
366
  msgid "blindY"
367
+ msgstr "persianaY"
368
 
369
+ #: includes/meteor-slides-settings.php:42
370
+ #@ meteor-slides
371
  msgid "blindZ"
372
+ msgstr "persianaZ"
373
 
374
+ #: includes/meteor-slides-settings.php:43
375
+ #@ meteor-slides
376
  msgid "cover"
377
+ msgstr "cobrir"
378
 
379
+ #: includes/meteor-slides-settings.php:44
380
+ #@ meteor-slides
381
  msgid "curtainX"
382
+ msgstr "cortinaX"
383
 
384
+ #: includes/meteor-slides-settings.php:45
385
+ #@ meteor-slides
386
  msgid "curtainY"
387
+ msgstr "cortinaY"
388
 
389
+ #: includes/meteor-slides-settings.php:46
390
+ #@ meteor-slides
391
  msgid "fade"
392
+ msgstr "dissolve"
393
 
394
+ #: includes/meteor-slides-settings.php:47
395
+ #@ meteor-slides
396
  msgid "fadeZoom"
397
+ msgstr "dissolveZoom"
398
 
399
+ #: includes/meteor-slides-settings.php:48
400
+ #@ meteor-slides
401
  msgid "growX"
402
+ msgstr "cresceX"
403
 
404
+ #: includes/meteor-slides-settings.php:49
405
+ #@ meteor-slides
406
  msgid "growY"
407
+ msgstr "cresceY"
408
 
409
+ #: includes/meteor-slides-settings.php:50
410
+ #@ meteor-slides
411
  msgid "none"
412
  msgstr "nenhum"
413
 
414
+ #: includes/meteor-slides-settings.php:51
415
+ #@ meteor-slides
416
  msgid "scrollUp"
417
+ msgstr "rolaAcima"
418
 
419
+ #: includes/meteor-slides-settings.php:52
420
+ #@ meteor-slides
421
  msgid "scrollDown"
422
+ msgstr "rolaAbaixo"
423
 
424
+ #: includes/meteor-slides-settings.php:53
425
+ #@ meteor-slides
426
  msgid "scrollLeft"
427
+ msgstr "rolaEsquerda"
428
 
429
+ #: includes/meteor-slides-settings.php:54
430
+ #@ meteor-slides
431
  msgid "scrollRight"
432
+ msgstr "rolaDireita"
433
 
434
+ #: includes/meteor-slides-settings.php:55
435
+ #@ meteor-slides
436
  msgid "scrollHorz"
437
+ msgstr "rolaHorizontal"
438
 
439
+ #: includes/meteor-slides-settings.php:56
440
+ #@ meteor-slides
441
  msgid "scrollVert"
442
+ msgstr "rolaVertical"
443
 
444
+ #: includes/meteor-slides-settings.php:57
445
+ #@ meteor-slides
446
  msgid "slideX"
447
+ msgstr "deslizaX"
448
 
449
+ #: includes/meteor-slides-settings.php:58
450
+ #@ meteor-slides
451
  msgid "slideY"
452
+ msgstr "deslizaY"
453
 
454
+ #: includes/meteor-slides-settings.php:59
455
+ #@ meteor-slides
456
  msgid "shuffle"
457
+ msgstr "embaralhar"
458
 
459
+ #: includes/meteor-slides-settings.php:60
460
+ #@ meteor-slides
461
  msgid "turnUp"
462
+ msgstr "viraAcima"
463
 
464
+ #: includes/meteor-slides-settings.php:61
465
+ #@ meteor-slides
466
  msgid "turnDown"
467
+ msgstr "viraAbaixo"
468
 
469
+ #: includes/meteor-slides-settings.php:62
470
+ #@ meteor-slides
471
  msgid "turnLeft"
472
+ msgstr "viraEsquerda"
473
 
474
+ #: includes/meteor-slides-settings.php:63
475
+ #@ meteor-slides
476
  msgid "turnRight"
477
+ msgstr "viraDireita"
478
 
479
+ #: includes/meteor-slides-settings.php:64
480
+ #@ meteor-slides
481
  msgid "uncover"
482
+ msgstr "descobrir"
483
 
484
+ #: includes/meteor-slides-settings.php:65
485
+ #@ meteor-slides
486
  msgid "wipe"
487
+ msgstr "limpa"
488
 
489
+ #: includes/meteor-slides-settings.php:66
490
+ #@ meteor-slides
491
  msgid "zoom"
492
+ msgstr "zoom"
493
 
494
+ #: includes/meteor-slides-settings.php:116
495
+ #: includes/meteor-slides-settings.php:125
496
+ #@ meteor-slides
497
  msgid "seconds"
498
  msgstr "segundos"
499
 
500
+ #: includes/meteor-slides-settings.php:134
501
+ #@ meteor-slides
502
  msgid "None"
503
+ msgstr "Nenhum"
504
 
505
+ #: includes/meteor-slides-settings.php:135
506
+ #@ meteor-slides
507
  msgid "Previous/Next"
508
+ msgstr "Anterior/Próximo"
509
 
510
+ #: includes/meteor-slides-settings.php:136
511
+ #@ meteor-slides
512
  msgid "Paged"
513
+ msgstr "Paginado"
514
 
515
+ #: includes/meteor-slides-settings.php:137
516
+ #@ meteor-slides
517
  msgid "Both"
518
+ msgstr "Ambos"
519
 
520
+ #: includes/meteor-slides-settings.php:170
521
+ #@ meteor-slides
522
  msgid "Meteor Slides Settings"
523
  msgstr "Configurações do Meteor Slides"
524
 
525
+ #: includes/meteor-slides-settings.php:184
526
+ #@ meteor-slides
527
  msgid "Save Changes"
528
  msgstr "Salvar Alterações"
529
 
530
+ #: includes/meteor-slides-settings.php:192
531
+ #, php-format
532
+ #@ meteor-slides
533
+ 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."
534
+ msgstr "Use %1$s para adicionar este slideshow em seu tema, use %2$s para adicioná-lo ao conteúdo do Post ou Página, ou use o Widget do Meteor Slides."
535
 
536
+ #: includes/meteor-slides-settings.php:194
537
  #, php-format
538
+ #@ meteor-slides
539
+ msgid "Visit the %1$sMeteor Slides homepage%2$s for documentation, tutorials, and videos."
540
+ msgstr "Visite o %1$sWebsite do Meteor Slides%2$s para ver a documentação, tutoriais e vídeos."
541
 
542
+ #: includes/meteor-slides-settings.php:196
543
  #, php-format
544
+ #@ meteor-slides
545
  msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
546
+ msgstr "Por favor, %1$sposte quaisquer perguntas e problemas%2$s nos fóruns de suporte do WordPress.org."
547
 
548
+ #: includes/meteor-slideshow.php:77
549
+ #: includes/meteor-slideshow.php:91
550
+ #@ meteor-slides
551
  msgid "Previous"
552
+ msgstr "Anterior"
553
 
554
+ #: includes/meteor-slideshow.php:79
555
+ #: includes/meteor-slideshow.php:93
556
+ #@ meteor-slides
557
  msgid "Next"
558
+ msgstr "Próximo"
559
+
560
+ #: includes/meteor-slides-admin.php:275
561
+ #@ meteor-slides
562
+ msgid "<strong>Title</strong> - Name the slide so it can be easily found later."
563
+ msgstr "<strong>Título</strong> - Nome do Slide para que possa ser localizado facilmente depois."
564
+
565
+ #: includes/meteor-slides-admin.php:276
566
+ #@ meteor-slides
567
+ msgid "<strong>Slide Image</strong> - To add an image to a slide, click the \"Set featured image\" link. Upload an image, or browse the media library for one, click the \"Use as featured image\" link to add the image and then close the media uploader. The Slide Image metabox should now have a thumbnail image."
568
+ msgstr "<strong>Imagem do Slide</strong> - Para adicionar uma imagem a um slide, clique no link \"Usar Imagem Destacada\". Envie a imagem, ou procure na biblioteca de mídia, clique no link \\\"Usar como imagem destacada\\\" para adicionar a imagem e, em seguida, feche o media uploader. A metabox imagem do Slide agora deve ter uma imagem em miniatura."
569
+
570
+ #: includes/meteor-slides-admin.php:277
571
+ #@ meteor-slides
572
+ msgid "<strong>Slide Link</strong> - Add the full URL to the Slide Link metabox, such as <em>http://www.jleuze.com/</em> (Optional)"
573
+ msgstr "<strong>Link do Slide</strong> - Adicione uma URL completa no metabox Link do Slide, ex: <em>http://www.jleuze.com/</em> (Opcional)"
574
+
575
+ #: includes/meteor-slides-admin.php:278
576
+ #@ meteor-slides
577
+ msgid "<strong>Slideshows</strong> - A slide can be added <a href=\"http://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/\">to a slideshow</a> by selecting the slideshow from the Slideshows metabox."
578
+ msgstr "<strong>Slideshows</strong> - Um slide pode ser adicionado <a href=\\\"\\http://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/\">a uma apresentação de slides</a> selecionando o slideshow desejado da metabox Slideshows."
579
+
580
+ #: includes/meteor-slides-admin.php:279
581
+ #@ meteor-slides
582
+ msgid "<strong>Slide Order</strong> - Slides are sorted chronologically, edit the slide's published date to change the order of the slide."
583
+ msgstr "<strong>Ordem dos Slides</strong> - Slides são ordenados cronologicamente, edite a data de publicação do Slide para alterar a ordem dos slides."
584
+
585
+ #: includes/meteor-slides-admin.php:284
586
+ #@ meteor-slides
587
+ msgid "<a href=\"http://www.jleuze.com/plugins/meteor-slides/using-meteor-slides/\" target=\"_blank\">Documentation on Creating Slides</a>"
588
+ msgstr "<a href=\"http://www.jleuze.com/plugins/meteor-slides/using-meteor-slides/\" target=\"_blank\">Documentação sobre a Criação de Slides</a>"
589
+
590
+ #: includes/meteor-slides-admin.php:286
591
+ #: includes/meteor-slides-admin.php:309
592
+ #: includes/meteor-slides-admin.php:342
593
+ #: includes/meteor-slides-admin.php:397
594
+ #, php-format
595
+ #@ meteor-slides
596
+ msgid "<a class=\"button\" href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mail%40jleuze%2ecom&item_name=Meteor%20Slides%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8\" target=\"_blank\">Donate</a>"
597
+ msgstr "<a class=\"button\" href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mail%40jleuze%2ecom&item_name=Meteor%20Slides%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8\" target=\"_blank\">Doar</a>"
598
+
599
+ #: includes/meteor-slides-admin.php:299
600
+ #@ meteor-slides
601
+ msgid "Slides Overview"
602
+ msgstr "Visão Geral dos Slides"
603
+
604
+ #: includes/meteor-slides-admin.php:302
605
+ #@ meteor-slides
606
+ msgid "From the slides overview the image, title, and link of each slide can be viewed. Choose a slide to edit, or add a new slide."
607
+ msgstr "A partir da Visão Geral de Slides você pode ver a imagem, título e link de cada slide. Escolha um slide para editar, ou adicione um novo slide."
608
+
609
+ #: includes/meteor-slides-admin.php:322
610
+ #@ meteor-slides
611
+ msgid "Multiple Slideshows"
612
+ msgstr "Slideshows Múltiplos"
613
+
614
+ #: includes/meteor-slides-admin.php:326
615
+ #@ meteor-slides
616
+ msgid "<strong>Add New Slideshow</strong> - Name the slideshow, specify a Slug or one will be generated from the name, skip the Parent and Description and click \"Add New Slideshow\"."
617
+ msgstr "<strong>Adicionar Novo Slideshow</strong> - Informe um nome para o Slideshow, especifique uma slug (ou uma será gerada a partir do nome), ignore o Pai e a Descrição e clique em \"Adicionar Novo Slideshow\"."
618
+
619
+ #: includes/meteor-slides-admin.php:327
620
+ #@ meteor-slides
621
+ msgid "<strong>Add Slide to Slideshow</strong> - Edit a slide and select the slideshow in the Slideshows metabox."
622
+ msgstr "<strong>Adicionar Slide ao Slideshow</strong> - Edite um slide e escolha o Slideshow desejado na metabox de Slideshows."
623
+
624
+ #: includes/meteor-slides-admin.php:330
625
+ #@ meteor-slides
626
+ msgid "Adding A Specific Slideshow"
627
+ msgstr "Adicionando Um Slideshow Específico"
628
+
629
+ #: includes/meteor-slides-admin.php:333
630
+ #@ meteor-slides
631
+ msgid "Add a slideshow slug to a template tag, shortcode, or select a slideshow in the widget to load a specific slideshow. Here is an example using the shortcode:"
632
+ msgstr "Adicione a slug do slideshow numa tags de modelo, no shortcode, ou selecione o slideshow desejado no widget para carregar uma apresentação de slides específica. Aqui está um exemplo usando a shortcode:"
633
+
634
+ #: includes/meteor-slides-admin.php:340
635
+ #@ meteor-slides
636
+ msgid "<a href=\"http://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/\" target=\"_blank\">Documentation on Adding Multiple Slideshows</a>"
637
+ msgstr "<a href=\"http://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/\" target=\"_blank\">Documentação para Adicionar Múltiplos Slideshows</a>"
638
+
639
+ #: includes/meteor-slides-admin.php:367
640
+ #@ meteor-slides
641
+ msgid "<strong>Slideshow Quantity</strong> - Choose the number of slides that are loaded in the slideshow."
642
+ msgstr "<strong>Quantidade de Slideshows</strong> - Escolha o número de slides carregados por slideshow."
643
+
644
+ #: includes/meteor-slides-admin.php:368
645
+ #@ meteor-slides
646
+ msgid "<strong>Slide Height</strong> - Enter the height of your slides in pixels. For slides of different heights, use the height of the tallest slide."
647
+ msgstr "<strong>Altura do Slide</strong> - Informe a altura de seus slides em pixels. Para slides de alturas diferentes, use a altura do slide mais alto."
648
+
649
+ #: includes/meteor-slides-admin.php:369
650
+ #@ meteor-slides
651
+ msgid "<strong>Slide Width</strong> - Enter the width of your slides in pixels. Slides that are narrower than this will be centered in the slideshow."
652
+ msgstr "<strong>Largura do Slide</strong> - Informe a largura de seus slides em pixels. Slides mais estreitos que isso serão centralizados no slideshow."
653
+
654
+ #: includes/meteor-slides-admin.php:370
655
+ #@ meteor-slides
656
+ msgid "<strong>Transition Style</strong> - Choose the effect that is used to transition between slides."
657
+ msgstr "<strong>Estilo de Transição</strong> - Escolha o efeito que será usado na transição entre slides."
658
+
659
+ #: includes/meteor-slides-admin.php:371
660
+ #@ meteor-slides
661
+ msgid "<strong>Transition Speed</strong> - Enter the number of seconds that it should take for a transition between slides to complete."
662
+ msgstr "<strong>Velocidade da Transição</strong> - Informe o número de segundos que a transição entre slides deverá demorar para ser completada."
663
+
664
+ #: includes/meteor-slides-admin.php:372
665
+ #@ meteor-slides
666
+ msgid "<strong>Slide Duration</strong> - Enter the number of seconds that each slide should be paused on in the slideshow."
667
+ msgstr "<strong>Duração do Slide</strong> - Informe o número de segundos que cada slide deverá ser exibido no slideshow."
668
+
669
+ #: includes/meteor-slides-admin.php:373
670
+ #@ meteor-slides
671
+ msgid "<strong>Slideshow Navigation</strong> - Slideshows have no navigation by default, previous/next and/or paged navigation can be added."
672
+ msgstr "<strong>Navegação do Slideshow</strong> - Slideshow não tem navegação por padrão, mas você pode definir uma entre: anterior/próxima e/ou paginada."
673
+
674
+ #: includes/meteor-slides-admin.php:376
675
+ #@ meteor-slides
676
+ msgid "Additional Options"
677
+ msgstr "Opções Adicionais"
678
+
679
+ #: includes/meteor-slides-admin.php:379
680
+ #@ meteor-slides
681
+ msgid "Only the options below are required, but jQuery Cycle has <a href=\"http://jquery.malsup.com/cycle/options.html\">additional options</a> that can be changed <a href=\"http://www.jleuze.com/plugins/meteor-slides/using-metadata/\">using metadata</a>."
682
+ msgstr "Somente as opções abaixo são obrigatórias, mas o jQuery Cycle tem <a href=\"http://jquery.malsup.com/cycle/options.html\">opções adicionais</a> que podem ser modificadas <a href=\"http://www.jleuze.com/plugins/meteor-slides/using-metadata/\">usando metadados</a>."
683
+
684
+ #: includes/meteor-slides-admin.php:380
685
+ #@ meteor-slides
686
+ msgid "Here is an example using metadata with the shortcode to set the slide order to random:"
687
+ msgstr "Aqui está um exemplo usando metadados com o shortcode para definir a ordem dos slides como aleatória:"
688
+
689
+ #: includes/meteor-slides-admin.php:381
690
+ #@ meteor-slides
691
+ msgid "<code>[meteor_slideshow metadata=\"random: 1\"]</code>"
692
+ msgstr "<code>[meteor_slideshow metadata=\"random: 1\"]</code>"
693
+
694
+ #: includes/meteor-slides-admin.php:387
695
+ #@ meteor-slides
696
+ msgid "<strong>Template Tag</strong> - Use this template tag in a theme file: <code><&#63;php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } &#63;></code>"
697
+ msgstr "<strong>Tags de Modelo</strong> - Use esta tag de modelo em um arquivo de tema: <code><&#63;php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } &#63;></code>"
698
+
699
+ #: includes/meteor-slides-admin.php:388
700
+ #@ meteor-slides
701
+ msgid "<strong>Shortcode</strong> - Use this shortcode to add a slideshow via the Post or Page editor: <code>[meteor_slideshow]</code>"
702
+ msgstr "<strong>Shortcode</strong> - Use este shortcode para adicionar um slideshow via editor de Post/Página: <code>[meteor_slideshow]</code>"
703
+
704
+ #: includes/meteor-slides-admin.php:389
705
+ #@ meteor-slides
706
+ msgid "<strong>Widget</strong> - Use the Meteor Slides Widget to add a slideshow to a widgetized area."
707
+ msgstr "<strong>Widget</strong> - Use o Widget Meteor Slides para adicionar um slideshow a um sidebar."
708
+
709
+ #: includes/meteor-slides-admin.php:390
710
+ #@ meteor-slides
711
+ msgid "Check out the documentation on <a href=\"http://www.jleuze.com/plugins/meteor-slides/adding-a-slideshow/\" target=\"_blank\">adding a slideshow</a> for more info."
712
+ msgstr "Verifique a documentação sobre <a href=\"http://www.jleuze.com/plugins/meteor-slides/adding-a-slideshow/\" target=\"_blank\">adicionar um slideshow</a> para mais informações."
713
+
714
+ #: includes/meteor-slides-admin.php:395
715
+ #@ meteor-slides
716
+ msgid "<a href=\"http://www.jleuze.com/plugins/meteor-slides/installation/\" target=\"_blank\">Documentation on Configuring Meteor Slides</a>"
717
+ msgstr "<a href=\"http://www.jleuze.com/plugins/meteor-slides/installation/\" target=\"_blank\">Documentação sobre Configuração do Meteor Slides</a>"
718
 
languages/meteor-slides-sv_SE.mo CHANGED
Binary file
languages/meteor-slides-sv_SE.po CHANGED
@@ -8,7 +8,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: 2010-10-19 10:23+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"
@@ -20,7 +20,7 @@ msgstr ""
20
 
21
  #: meteor-slides-plugin.php:78
22
  msgid "Slides"
23
- msgstr "Bilder"
24
 
25
  #: meteor-slides-plugin.php:79
26
  msgid "Slide"
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"
20
 
21
  #: meteor-slides-plugin.php:78
22
  msgid "Slides"
23
+ msgstr "Bildspel"
24
 
25
  #: meteor-slides-plugin.php:79
26
  msgid "Slide"
languages/meteor-slides-vi.mo ADDED
Binary file
languages/meteor-slides-vi.po ADDED
@@ -0,0 +1,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: 2012-11-08 10:30+0700\n"
12
+ "Last-Translator: Josh Leuze <mail@jleuze.com>\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-Generator: Poedit 1.5.4\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: meteor-slides-plugin.php:78
23
+ msgid "Slides"
24
+ msgstr "Trình chiếu"
25
+
26
+ #: meteor-slides-plugin.php:79
27
+ msgid "Slide"
28
+ msgstr "Trình chiếu"
29
+
30
+ #: meteor-slides-plugin.php:80
31
+ msgid "Add New"
32
+ msgstr "Tạo trình chiếu"
33
+
34
+ #: meteor-slides-plugin.php:81
35
+ msgid "Add New Slide"
36
+ msgstr "Tạo hiệu ứng trượt"
37
+
38
+ #: meteor-slides-plugin.php:82
39
+ msgid "Edit Slide"
40
+ msgstr "Chỉnh sửa hiệu ứng"
41
+
42
+ #: meteor-slides-plugin.php:83
43
+ msgid "Edit"
44
+ msgstr "Chỉnh sửa"
45
+
46
+ #: meteor-slides-plugin.php:84
47
+ msgid "New Slide"
48
+ msgstr "Tạo hiệu ứng trượt"
49
+
50
+ #: meteor-slides-plugin.php:85 meteor-slides-plugin.php:89
51
+ msgid "View Slide"
52
+ msgstr "Xem hiệu ứng trượt"
53
+
54
+ #: meteor-slides-plugin.php:86
55
+ msgid "Search Slides"
56
+ msgstr "Tìm kiếm slides"
57
+
58
+ #: meteor-slides-plugin.php:87
59
+ msgid "No slides found"
60
+ msgstr "Không tìm thấy"
61
+
62
+ #: meteor-slides-plugin.php:88
63
+ msgid "No slides found in Trash"
64
+ msgstr "Không tìm thấy trong "
65
+
66
+ #: meteor-slides-plugin.php:127
67
+ msgid "Slideshows"
68
+ msgstr "Nhóm trình chiếu"
69
+
70
+ #: meteor-slides-plugin.php:128
71
+ msgid "Slideshow"
72
+ msgstr "Trình chiếu"
73
+
74
+ #: meteor-slides-plugin.php:129
75
+ msgid "Search Slideshows"
76
+ msgstr "Tìm kiếm trình chiếu"
77
+
78
+ #: meteor-slides-plugin.php:130
79
+ msgid "Popular Slideshows"
80
+ msgstr "Trình chiếu phổ biến"
81
+
82
+ #: meteor-slides-plugin.php:131
83
+ msgid "All Slideshows"
84
+ msgstr "Tất cả trình chiếu"
85
+
86
+ #: meteor-slides-plugin.php:132
87
+ msgid "Parent Slideshow"
88
+ msgstr "Trình chiếu cha"
89
+
90
+ #: meteor-slides-plugin.php:133
91
+ msgid "Parent Slideshow:"
92
+ msgstr "Trình chiếu cha"
93
+
94
+ #: meteor-slides-plugin.php:134
95
+ msgid "Edit Slideshow"
96
+ msgstr "Sửa trình chiếu"
97
+
98
+ #: meteor-slides-plugin.php:135
99
+ msgid "Update Slideshow"
100
+ msgstr "Cập nhật trình chiếu"
101
+
102
+ #: meteor-slides-plugin.php:136
103
+ msgid "Add New Slideshow"
104
+ msgstr "Tạo trình chiếu"
105
+
106
+ #: meteor-slides-plugin.php:137
107
+ msgid "New Slideshow Name"
108
+ msgstr "Tên trình chiếu mới"
109
+
110
+ #: meteor-slides-plugin.php:159
111
+ msgid "Slide Image"
112
+ msgstr "Ảnh trình chiếu"
113
+
114
+ #: meteor-slides-plugin.php:194
115
+ msgid "Add the URL this slide should link to."
116
+ msgstr "Tạo URL cho đường dẫn."
117
+
118
+ #: meteor-slides-plugin.php:206
119
+ msgid "Slide Link"
120
+ msgstr "Đường dẫn trình chiếu"
121
+
122
+ #: meteor-slides-plugin.php:324
123
+ msgid "Slides Settings"
124
+ msgstr "Cài đặt trình chiếu"
125
+
126
+ #: meteor-slides-plugin.php:324
127
+ msgid "Settings"
128
+ msgstr "Cài đặt"
129
+
130
+ #: meteor-slides-plugin.php:358
131
+ msgid "Configure Slideshow"
132
+ msgstr "Cấu hình trình chiếu"
133
+
134
+ #: meteor-slides-plugin.php:360
135
+ msgid "Slideshow Quantity"
136
+ msgstr "Số lượng trình chiếu"
137
+
138
+ #: meteor-slides-plugin.php:362
139
+ msgid "Slide Height"
140
+ msgstr "Chiều cao trình chiếu"
141
+
142
+ #: meteor-slides-plugin.php:364
143
+ msgid "Slide Width"
144
+ msgstr "Chiều rộng trình chiếu"
145
+
146
+ #: meteor-slides-plugin.php:366
147
+ msgid "Transition Style"
148
+ msgstr "Kiểu chạy"
149
+
150
+ #: meteor-slides-plugin.php:368
151
+ msgid "Transition Speed"
152
+ msgstr "Tốc độ"
153
+
154
+ #: meteor-slides-plugin.php:370
155
+ msgid "Slide Duration"
156
+ msgstr "Thời lượng trình chiếu"
157
+
158
+ #: meteor-slides-plugin.php:372
159
+ msgid "Slideshow Navigation"
160
+ msgstr "Thanh điều khiển trình chiếu"
161
+
162
+ #: meteor-slides-plugin.php:605
163
+ msgid "Add a slideshow widget to a sidebar"
164
+ msgstr "Đưa trình chiếu widget vào trình đơn"
165
+
166
+ #: meteor-slides-plugin.php:609
167
+ msgid "Meteor Slides Widget"
168
+ msgstr "Meteor trình chiếu wedget"
169
+
170
+ #: meteor-slides-plugin.php:653
171
+ msgid "Title:"
172
+ msgstr "Tiêu đề"
173
+
174
+ #: meteor-slides-plugin.php:656
175
+ msgid "Slideshow:"
176
+ msgstr "Trình chiếu"
177
+
178
+ #: meteor-slides-plugin.php:659
179
+ msgid "Metadata:"
180
+ msgstr "Thẻ dữ liệu"
181
+
182
+ #: meteor-slides-settings.php:7
183
+ msgid "Set up your slideshow using the options below."
184
+ msgstr "Cài đặt trình chiếu của bạn sử dụng tùy chọn bên dưới"
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 ""
301
+
302
+ #: meteor-slides-settings.php:83
303
+ msgid "None"
304
+ msgstr ""
305
+
306
+ #: meteor-slides-settings.php:84
307
+ msgid "Previous/Next"
308
+ msgstr ""
309
+
310
+ #: meteor-slides-settings.php:85
311
+ msgid "Paged"
312
+ msgstr ""
313
+
314
+ #: meteor-slides-settings.php:86
315
+ msgid "Both"
316
+ msgstr ""
317
+
318
+ #: meteor-slides-settings.php:112
319
+ msgid "Meteor Slides Settings"
320
+ msgstr "Cài đặt trình chiếu Meteor"
321
+
322
+ #: meteor-slides-settings.php:126
323
+ msgid "Save Changes"
324
+ msgstr "Lưu thay đổi"
325
+
326
+ #: meteor-slides-settings.php:132
327
+ msgid "Install Slideshow"
328
+ msgstr "Lài đặt trình chiếu"
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
+
338
+ #: meteor-slides-settings.php:136
339
+ #, php-format
340
+ msgid ""
341
+ "Please %1$spost any questions or problems%2$s in the WordPress.org support "
342
+ "forums."
343
+ msgstr ""
344
+
345
+ #: meteor-slideshow.php:17 meteor-slideshow.php:29
346
+ msgid "Previous"
347
+ msgstr ""
348
+
349
+ #: meteor-slideshow.php:19 meteor-slideshow.php:31
350
+ msgid "Next"
351
+ msgstr ""
languages/meteor-slides-zh_TW.mo ADDED
Binary file
languages/meteor-slides-zh_TW.po ADDED
@@ -0,0 +1,785 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2013-01-01 18:10+0800\n"
11
+ "PO-Revision-Date: 2013-01-01 18:14+0800\n"
12
+ "Last-Translator: 張香腸 <s9011514@gmail.com>\n"
13
+ "Language-Team: 香腸炒魷魚 <service@sofree.cc>\n"
14
+ "Language: 正體中文\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "X-Generator: Poedit 1.5.4\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-KeywordsList: __;_e\n"
21
+ "X-Poedit-Basepath: D:\\Portable\\TWAMPd\\htdocs\\wp-content\\plugins\\meteor-"
22
+ "slides\\\n"
23
+ "X-Poedit-SearchPath-0: .\n"
24
+ "X-Poedit-SearchPath-1: .\\includes\n"
25
+
26
+ #: meteor-slides-plugin.php:36 meteor-slides-plugin.php:47
27
+ msgid "Slides"
28
+ msgstr "幻燈片"
29
+
30
+ #: meteor-slides-plugin.php:37
31
+ msgid "Slide"
32
+ msgstr "幻燈片"
33
+
34
+ #: meteor-slides-plugin.php:38
35
+ msgid "Add New"
36
+ msgstr "新增"
37
+
38
+ #: meteor-slides-plugin.php:39 includes/meteor-slides-admin.php:265
39
+ #: .\includes/meteor-slides-admin.php:265
40
+ msgid "Add New Slide"
41
+ msgstr "新增幻燈片"
42
+
43
+ #: meteor-slides-plugin.php:40 includes/meteor-slides-admin.php:269
44
+ #: .\includes/meteor-slides-admin.php:269
45
+ msgid "Edit Slide"
46
+ msgstr "編輯幻燈片"
47
+
48
+ #: meteor-slides-plugin.php:41
49
+ msgid "New Slide"
50
+ msgstr "新幻燈片"
51
+
52
+ #: meteor-slides-plugin.php:42
53
+ msgid "View Slide"
54
+ msgstr "檢視幻燈片"
55
+
56
+ #: meteor-slides-plugin.php:43
57
+ msgid "Search Slides"
58
+ msgstr "搜尋幻燈片"
59
+
60
+ #: meteor-slides-plugin.php:44
61
+ msgid "No slides found"
62
+ msgstr "找不到幻燈片"
63
+
64
+ #: meteor-slides-plugin.php:45
65
+ msgid "No slides found in Trash"
66
+ msgstr "在回收桶內找不到幻燈片"
67
+
68
+ #: meteor-slides-plugin.php:124 meteor-slides-plugin.php:135
69
+ msgid "Slideshows"
70
+ msgstr "幻燈片集"
71
+
72
+ #: meteor-slides-plugin.php:125
73
+ msgid "Slideshow"
74
+ msgstr "幻燈片集"
75
+
76
+ #: meteor-slides-plugin.php:126
77
+ msgid "Search Slideshows"
78
+ msgstr "搜尋幻燈片集"
79
+
80
+ #: meteor-slides-plugin.php:127
81
+ msgid "Popular Slideshows"
82
+ msgstr "熱門幻燈片集"
83
+
84
+ #: meteor-slides-plugin.php:128
85
+ msgid "All Slideshows"
86
+ msgstr "全部幻燈片集"
87
+
88
+ #: meteor-slides-plugin.php:129
89
+ msgid "Parent Slideshow"
90
+ msgstr "父幻燈片集"
91
+
92
+ #: meteor-slides-plugin.php:130
93
+ msgid "Parent Slideshow:"
94
+ msgstr "父幻燈片集:"
95
+
96
+ #: meteor-slides-plugin.php:131
97
+ msgid "Edit Slideshow"
98
+ msgstr "編輯幻燈片集"
99
+
100
+ #: meteor-slides-plugin.php:132
101
+ msgid "Update Slideshow"
102
+ msgstr "更新幻燈片集"
103
+
104
+ #: meteor-slides-plugin.php:133
105
+ msgid "Add New Slideshow"
106
+ msgstr "新增幻燈片集"
107
+
108
+ #: meteor-slides-plugin.php:134
109
+ msgid "New Slideshow Name"
110
+ msgstr "新幻燈片集名稱"
111
+
112
+ #: meteor-slides-plugin.php:409
113
+ msgid "Add a slideshow widget to a sidebar"
114
+ msgstr "新增一個幻燈片集到側邊模組"
115
+
116
+ #: meteor-slides-plugin.php:415
117
+ msgid "Meteor Slides Widget"
118
+ msgstr "Meteor Slides 模組"
119
+
120
+ #: meteor-slides-plugin.php:464
121
+ msgid "Title:"
122
+ msgstr "標題:"
123
+
124
+ #: meteor-slides-plugin.php:475
125
+ msgid "Slideshow:"
126
+ msgstr "幻燈片集:"
127
+
128
+ #: meteor-slides-plugin.php:499
129
+ msgid "Metadata:"
130
+ msgstr "展示方式:"
131
+
132
+ #: includes/meteor-slides-admin.php:14 .\includes/meteor-slides-admin.php:14
133
+ #, php-format
134
+ msgid "Slide updated. <a href=\"%s\">View slide</a>"
135
+ msgstr "幻燈片已經更新。<a href=\"%s\">查看幻燈片</a>"
136
+
137
+ #: includes/meteor-slides-admin.php:15 .\includes/meteor-slides-admin.php:15
138
+ msgid "Custom field updated."
139
+ msgstr "自訂欄位已經更新。"
140
+
141
+ #: includes/meteor-slides-admin.php:16 .\includes/meteor-slides-admin.php:16
142
+ msgid "Custom field deleted."
143
+ msgstr "自訂欄位已經刪除。"
144
+
145
+ #: includes/meteor-slides-admin.php:17 .\includes/meteor-slides-admin.php:17
146
+ msgid "Slide updated."
147
+ msgstr "幻燈片已經更新。"
148
+
149
+ #: includes/meteor-slides-admin.php:18 .\includes/meteor-slides-admin.php:18
150
+ #, php-format
151
+ msgid "Slide restored to revision from %s"
152
+ msgstr "幻燈片回存就版本,從 %s"
153
+
154
+ #: includes/meteor-slides-admin.php:19 .\includes/meteor-slides-admin.php:19
155
+ #, php-format
156
+ msgid "Slide published. <a href=\"%s\">View slide</a>"
157
+ msgstr "幻燈片已經發表。<a href=\"%s\">檢視幻燈片</a>"
158
+
159
+ #: includes/meteor-slides-admin.php:20 .\includes/meteor-slides-admin.php:20
160
+ msgid "Slide saved."
161
+ msgstr "幻燈片已經儲存。"
162
+
163
+ #: includes/meteor-slides-admin.php:21 .\includes/meteor-slides-admin.php:21
164
+ #, php-format
165
+ msgid "Slide submitted. <a target=\"_blank\" href=\"%s\">Preview slide</a>"
166
+ msgstr "幻燈片已經送出。 <a target=\"_blank\" href=\"%s\">預覽幻燈片</a>"
167
+
168
+ #: includes/meteor-slides-admin.php:22 .\includes/meteor-slides-admin.php:22
169
+ #, php-format
170
+ msgid ""
171
+ "Slide scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
172
+ "\">Preview slide</a>"
173
+ msgstr ""
174
+ "幻燈片排程: <strong>%1$s</strong>。 <a target=\"_blank\" href=\"%2$s\">預覽"
175
+ "幻燈片</a>"
176
+
177
+ #: includes/meteor-slides-admin.php:22 .\includes/meteor-slides-admin.php:22
178
+ msgid "M j, Y @ G:i"
179
+ msgstr "Y-m-d @ H:i:s"
180
+
181
+ #: includes/meteor-slides-admin.php:23 .\includes/meteor-slides-admin.php:23
182
+ #, php-format
183
+ msgid "Slide draft updated. <a target=\"_blank\" href=\"%s\">Preview slide</a>"
184
+ msgstr "幻燈片草稿已經更新。. <a target=\"_blank\" href=\"%s\">預覽幻燈片</a>"
185
+
186
+ #: includes/meteor-slides-admin.php:39 includes/meteor-slides-admin.php:170
187
+ #: .\includes/meteor-slides-admin.php:39
188
+ #: .\includes/meteor-slides-admin.php:170
189
+ msgid "Slide Image"
190
+ msgstr "幻燈片圖片"
191
+
192
+ #: includes/meteor-slides-admin.php:87 .\includes/meteor-slides-admin.php:87
193
+ msgid "Add the URL this slide should link to."
194
+ msgstr "新增一個連到此幻燈片的URL。"
195
+
196
+ #: includes/meteor-slides-admin.php:99 includes/meteor-slides-admin.php:172
197
+ #: .\includes/meteor-slides-admin.php:99
198
+ #: .\includes/meteor-slides-admin.php:172
199
+ msgid "Slide Link"
200
+ msgstr "幻燈片連結"
201
+
202
+ #: includes/meteor-slides-admin.php:171 .\includes/meteor-slides-admin.php:171
203
+ msgid "Slide Title"
204
+ msgstr "幻燈片標題"
205
+
206
+ #: includes/meteor-slides-admin.php:173 .\includes/meteor-slides-admin.php:173
207
+ msgid "Date"
208
+ msgstr "日期"
209
+
210
+ #: includes/meteor-slides-admin.php:205 .\includes/meteor-slides-admin.php:205
211
+ msgid "No Link"
212
+ msgstr "無連結"
213
+
214
+ #: includes/meteor-slides-admin.php:275 .\includes/meteor-slides-admin.php:275
215
+ msgid ""
216
+ "<strong>Title</strong> - Name the slide so it can be easily found later."
217
+ msgstr "<strong>標題</strong> - 替幻燈片取個標題,方便以後可以找到。"
218
+
219
+ #: includes/meteor-slides-admin.php:276 .\includes/meteor-slides-admin.php:276
220
+ msgid ""
221
+ "<strong>Slide Image</strong> - To add an image to a slide, click the \"Set "
222
+ "featured image\" link. Upload an image, or browse the media library for one, "
223
+ "click the \"Use as featured image\" link to add the image and then close the "
224
+ "media uploader. The Slide Image metabox should now have a thumbnail image."
225
+ msgstr ""
226
+ "<strong>幻燈片圖片</strong> - 若要新增一張圖片給幻燈片,請點擊 \"設為特色圖片"
227
+ "\" 連結並上傳一張圖片或是透過媒體庫選擇一張圖片並點 \"設為特色圖片\" ,接著請"
228
+ "關閉媒體庫。 在「幻燈片圖片」欄位可以看到一張縮圖。"
229
+
230
+ #: includes/meteor-slides-admin.php:277 .\includes/meteor-slides-admin.php:277
231
+ msgid ""
232
+ "<strong>Slide Link</strong> - Add the full URL to the Slide Link metabox, "
233
+ "such as <em>http://www.jleuze.com/</em> (Optional)"
234
+ msgstr ""
235
+ "<strong>幻燈片連結</strong> - 指定一個完整連結到此幻燈片,例如: <em>http://"
236
+ "www.jleuze.com/</em> (可選)"
237
+
238
+ #: includes/meteor-slides-admin.php:278 .\includes/meteor-slides-admin.php:278
239
+ msgid ""
240
+ "<strong>Slideshows</strong> - A slide can be added <a href=\"http://www."
241
+ "jleuze.com/plugins/meteor-slides/multiple-slideshows/\">to a slideshow</a> "
242
+ "by selecting the slideshow from the Slideshows metabox."
243
+ msgstr ""
244
+ "<strong>幻燈片集</strong> - 幻燈片可以設定幻燈片集,可參考 <a href=\"http://"
245
+ "www.jleuze.com/plugins/meteor-slides/multiple-slideshows/\">加入到幻燈片集</"
246
+ "a>。您可以透過右邊的「幻燈片集」設定所屬分類,可以多選。"
247
+
248
+ #: includes/meteor-slides-admin.php:279 .\includes/meteor-slides-admin.php:279
249
+ msgid ""
250
+ "<strong>Slide Order</strong> - Slides are sorted chronologically, edit the "
251
+ "slide's published date to change the order of the slide."
252
+ msgstr ""
253
+ "<strong>幻燈片排序</strong> - 幻燈片預設按照時間排序,修改時間則可以變更排"
254
+ "序。"
255
+
256
+ #: includes/meteor-slides-admin.php:283 includes/meteor-slides-admin.php:306
257
+ #: includes/meteor-slides-admin.php:339 includes/meteor-slides-admin.php:394
258
+ #: .\includes/meteor-slides-admin.php:283
259
+ #: .\includes/meteor-slides-admin.php:306
260
+ #: .\includes/meteor-slides-admin.php:339
261
+ #: .\includes/meteor-slides-admin.php:394
262
+ msgid "For more information"
263
+ msgstr "取得更多資訊"
264
+
265
+ #: includes/meteor-slides-admin.php:284 .\includes/meteor-slides-admin.php:284
266
+ msgid ""
267
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/using-meteor-slides/\" "
268
+ "target=\"_blank\">Documentation on Creating Slides</a>"
269
+ msgstr ""
270
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/using-meteor-slides/\" "
271
+ "target=\"_blank\">官方說明文件</a>"
272
+
273
+ #: includes/meteor-slides-admin.php:285 includes/meteor-slides-admin.php:308
274
+ #: includes/meteor-slides-admin.php:341 includes/meteor-slides-admin.php:396
275
+ #: .\includes/meteor-slides-admin.php:285
276
+ #: .\includes/meteor-slides-admin.php:308
277
+ #: .\includes/meteor-slides-admin.php:341
278
+ #: .\includes/meteor-slides-admin.php:396
279
+ msgid ""
280
+ "<a href=\"http://wordpress.org/tags/meteor-slides\" target=\"_blank\">Plugin "
281
+ "Support Forum</a>"
282
+ msgstr ""
283
+ "<a href=\"http://wordpress.org/tags/meteor-slides\" target=\"_blank\">外掛支"
284
+ "援論壇</a>"
285
+
286
+ #: includes/meteor-slides-admin.php:286 includes/meteor-slides-admin.php:309
287
+ #: includes/meteor-slides-admin.php:342 includes/meteor-slides-admin.php:397
288
+ #: .\includes/meteor-slides-admin.php:286
289
+ #: .\includes/meteor-slides-admin.php:309
290
+ #: .\includes/meteor-slides-admin.php:342
291
+ #: .\includes/meteor-slides-admin.php:397
292
+ msgid ""
293
+ "<a class=\"button\" href=\"https://www.paypal.com/cgi-bin/webscr?"
294
+ "cmd=_donations&business=mail%40jleuze%2ecom&item_name=Meteor%20Slides"
295
+ "%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP"
296
+ "%2dDonationsBF&charset=UTF%2d8\" target=\"_blank\">Donate</a>"
297
+ msgstr ""
298
+ "正體中文化:<a href=\"http://sofree.cc\" target=\"blank\">香腸</a><br /><br /"
299
+ "><a class=\"button\" href=\"https://www.paypal.com/cgi-bin/webscr?"
300
+ "cmd=_donations&business=mail%40jleuze%2ecom&item_name=Meteor%20Slides"
301
+ "%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP"
302
+ "%2dDonationsBF&charset=UTF%2d8\" target=\"_blank\">贊助</a>"
303
+
304
+ #: includes/meteor-slides-admin.php:299 .\includes/meteor-slides-admin.php:299
305
+ msgid "Slides Overview"
306
+ msgstr "幻燈片說明"
307
+
308
+ #: includes/meteor-slides-admin.php:302 .\includes/meteor-slides-admin.php:302
309
+ msgid ""
310
+ "From the slides overview the image, title, and link of each slide can be "
311
+ "viewed. Choose a slide to edit, or add a new slide."
312
+ msgstr ""
313
+ "在幻燈片管理中,你可以看到標題、連結、圖片與發表時間,你可以修改、刪除或是新"
314
+ "增幻燈片。"
315
+
316
+ #: includes/meteor-slides-admin.php:307 .\includes/meteor-slides-admin.php:307
317
+ msgid ""
318
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/installation/\" target="
319
+ "\"_blank\">Meteor Slides Documentation</a>"
320
+ msgstr ""
321
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/installation/\" target="
322
+ "\"_blank\">官方說明文件</a>"
323
+
324
+ #: includes/meteor-slides-admin.php:322 .\includes/meteor-slides-admin.php:322
325
+ msgid "Multiple Slideshows"
326
+ msgstr "多個幻燈片集"
327
+
328
+ #: includes/meteor-slides-admin.php:325 .\includes/meteor-slides-admin.php:325
329
+ msgid ""
330
+ "Slides can be organized into slideshows, just as posts can be organized into "
331
+ "categories."
332
+ msgstr "幻燈片可以組織化成為幻燈片集,就跟文章可以套用所屬分類一樣。"
333
+
334
+ #: includes/meteor-slides-admin.php:326 .\includes/meteor-slides-admin.php:326
335
+ msgid ""
336
+ "<strong>Add New Slideshow</strong> - Name the slideshow, specify a Slug or "
337
+ "one will be generated from the name, skip the Parent and Description and "
338
+ "click \"Add New Slideshow\"."
339
+ msgstr ""
340
+ "<strong>新增幻燈片集</strong> - 幻燈片集名稱,輸入一個特別的代稱或是讓系統自"
341
+ "動產生,上層、描述皆可以不填寫,直接點 \"新增幻燈片集\"。"
342
+
343
+ #: includes/meteor-slides-admin.php:327 .\includes/meteor-slides-admin.php:327
344
+ msgid ""
345
+ "<strong>Add Slide to Slideshow</strong> - Edit a slide and select the "
346
+ "slideshow in the Slideshows metabox."
347
+ msgstr ""
348
+ "<strong>新增幻燈片到幻燈片集</strong> - 修改幻燈片,即可將幻燈片加入到所屬幻"
349
+ "燈片集。"
350
+
351
+ #: includes/meteor-slides-admin.php:330 .\includes/meteor-slides-admin.php:330
352
+ msgid "Adding A Specific Slideshow"
353
+ msgstr "新增特定幻燈片集"
354
+
355
+ #: includes/meteor-slides-admin.php:333 .\includes/meteor-slides-admin.php:333
356
+ msgid ""
357
+ "Add a slideshow slug to a template tag, shortcode, or select a slideshow in "
358
+ "the widget to load a specific slideshow. Here is an example using the "
359
+ "shortcode:"
360
+ msgstr ""
361
+ "新增一個幻燈片集,請將下方短代碼中的 slug (代稱) 更換為幻燈片集的代稱,您可以"
362
+ "將此短代碼貼到側邊模組、文章或是網誌分頁。"
363
+
364
+ #: includes/meteor-slides-admin.php:334 .\includes/meteor-slides-admin.php:334
365
+ msgid "<code>[meteor_slideshow slideshow=\"slug\"]</code>"
366
+ msgstr "<code>[meteor_slideshow slideshow=\"slug\"]</code>"
367
+
368
+ #: includes/meteor-slides-admin.php:340 .\includes/meteor-slides-admin.php:340
369
+ msgid ""
370
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/\" "
371
+ "target=\"_blank\">Documentation on Adding Multiple Slideshows</a>"
372
+ msgstr ""
373
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/\" "
374
+ "target=\"_blank\">官方說明文件</a>"
375
+
376
+ #: includes/meteor-slides-admin.php:363 includes/meteor-slides-admin.php:529
377
+ #: .\includes/meteor-slides-admin.php:363
378
+ #: .\includes/meteor-slides-admin.php:529
379
+ msgid "Configure Slideshow"
380
+ msgstr "設定幻燈片集"
381
+
382
+ #: includes/meteor-slides-admin.php:366 .\includes/meteor-slides-admin.php:366
383
+ msgid ""
384
+ "<em>Before adding any slides, enter the slide height and width in the "
385
+ "settings so the slides are the correct dimensions.</em>"
386
+ msgstr ""
387
+ "<em>在新增幻燈片之前,請先設定幻燈片的高度與寬度,這將會被正確顯示在新增幻燈"
388
+ "片頁面中。</em>"
389
+
390
+ #: includes/meteor-slides-admin.php:367 .\includes/meteor-slides-admin.php:367
391
+ msgid ""
392
+ "<strong>Slideshow Quantity</strong> - Choose the number of slides that are "
393
+ "loaded in the slideshow."
394
+ msgstr "<strong>幻燈片數量</strong> - 設定幻燈片顯示數量。"
395
+
396
+ #: includes/meteor-slides-admin.php:368 .\includes/meteor-slides-admin.php:368
397
+ msgid ""
398
+ "<strong>Slide Height</strong> - Enter the height of your slides in pixels. "
399
+ "For slides of different heights, use the height of the tallest slide."
400
+ msgstr ""
401
+ "<strong>幻燈片高度</strong> - 請輸入幻燈片高度,單位為像素(px)。對於不同的高"
402
+ "度,這個設定只可以代表最大高度。"
403
+
404
+ #: includes/meteor-slides-admin.php:369 .\includes/meteor-slides-admin.php:369
405
+ msgid ""
406
+ "<strong>Slide Width</strong> - Enter the width of your slides in pixels. "
407
+ "Slides that are narrower than this will be centered in the slideshow."
408
+ msgstr ""
409
+ "<strong>幻燈片寬度</strong> - 請輸入幻燈片寬度,單位為像素(px)。比這個設定值"
410
+ "小的幻燈片,將會集中在幻燈片中。"
411
+
412
+ #: includes/meteor-slides-admin.php:370 .\includes/meteor-slides-admin.php:370
413
+ msgid ""
414
+ "<strong>Transition Style</strong> - Choose the effect that is used to "
415
+ "transition between slides."
416
+ msgstr "<strong>轉場方式</strong> - 選擇幻燈片轉場效果。"
417
+
418
+ #: includes/meteor-slides-admin.php:371 .\includes/meteor-slides-admin.php:371
419
+ msgid ""
420
+ "<strong>Transition Speed</strong> - Enter the number of seconds that it "
421
+ "should take for a transition between slides to complete."
422
+ msgstr ""
423
+ "<strong>轉場速度</strong> - 請輸入一個數字,單位為秒(seconds)。這是在幻燈片轉"
424
+ "場之間的停留時間。"
425
+
426
+ #: includes/meteor-slides-admin.php:372 .\includes/meteor-slides-admin.php:372
427
+ msgid ""
428
+ "<strong>Slide Duration</strong> - Enter the number of seconds that each "
429
+ "slide should be paused on in the slideshow."
430
+ msgstr ""
431
+ "<strong>幻燈片停留時間</strong> - 請輸入一個數字,單位為秒(seconds)。這是在幻"
432
+ "燈片展示時間。"
433
+
434
+ #: includes/meteor-slides-admin.php:373 .\includes/meteor-slides-admin.php:373
435
+ msgid ""
436
+ "<strong>Slideshow Navigation</strong> - Slideshows have no navigation by "
437
+ "default, previous/next and/or paged navigation can be added."
438
+ msgstr ""
439
+ "<strong>幻燈片集導覽列</strong> - 預設不顯示幻燈片集導覽列,可選項目:上一頁/"
440
+ "下一頁、數字分頁、以上兩者皆使用。"
441
+
442
+ #: includes/meteor-slides-admin.php:376 .\includes/meteor-slides-admin.php:376
443
+ msgid "Additional Options"
444
+ msgstr "附加選項"
445
+
446
+ #: includes/meteor-slides-admin.php:379 .\includes/meteor-slides-admin.php:379
447
+ msgid ""
448
+ "Only the options below are required, but jQuery Cycle has <a href=\"http://"
449
+ "jquery.malsup.com/cycle/options.html\">additional options</a> that can be "
450
+ "changed <a href=\"http://www.jleuze.com/plugins/meteor-slides/using-metadata/"
451
+ "\">using metadata</a>."
452
+ msgstr ""
453
+ "只有下面這設定是必要的。 jQuery Cycle 可以透過 <a href=\"http://www.jleuze."
454
+ "com/plugins/meteor-slides/using-metadata/\">metadata</a> 的設定來改變其 <a "
455
+ "target=\"_blank\" href=\"http://jquery.malsup.com/cycle/options.html\">展示效"
456
+ "果</a>。"
457
+
458
+ #: includes/meteor-slides-admin.php:380 .\includes/meteor-slides-admin.php:380
459
+ msgid ""
460
+ "Here is an example using metadata with the shortcode to set the slide order "
461
+ "to random:"
462
+ msgstr "這是一個使用 metadata 和 shortcode (短代碼) 的隨機排序展示範例。"
463
+
464
+ #: includes/meteor-slides-admin.php:381 .\includes/meteor-slides-admin.php:381
465
+ msgid "<code>[meteor_slideshow metadata=\"random: 1\"]</code>"
466
+ msgstr "<code>[meteor_slideshow metadata=\"random: 1\"]</code>"
467
+
468
+ #: includes/meteor-slides-admin.php:384
469
+ #: includes/meteor-slides-settings.php:190
470
+ #: .\includes/meteor-slides-admin.php:384
471
+ #: .\includes/meteor-slides-settings.php:190
472
+ msgid "Add Slideshow"
473
+ msgstr "新增幻燈片集"
474
+
475
+ #: includes/meteor-slides-admin.php:387 .\includes/meteor-slides-admin.php:387
476
+ msgid ""
477
+ "<strong>Template Tag</strong> - Use this template tag in a theme file: "
478
+ "<code><&#63;php if ( function_exists( 'meteor_slideshow' ) ) "
479
+ "{ meteor_slideshow(); } &#63;></code>"
480
+ msgstr ""
481
+ "<strong>樣版代碼</strong> - 這個代碼請放置佈景主題:<code><&#63;php if "
482
+ "( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } &#63;></"
483
+ "code>"
484
+
485
+ #: includes/meteor-slides-admin.php:388 .\includes/meteor-slides-admin.php:388
486
+ msgid ""
487
+ "<strong>Shortcode</strong> - Use this shortcode to add a slideshow via the "
488
+ "Post or Page editor: <code>[meteor_slideshow]</code>"
489
+ msgstr ""
490
+ "<strong>短代碼</strong> - 透過短代碼可以實現將幻燈片集加入到文章或是網誌分頁"
491
+ "中: <code>[meteor_slideshow]</code>"
492
+
493
+ #: includes/meteor-slides-admin.php:389 .\includes/meteor-slides-admin.php:389
494
+ msgid ""
495
+ "<strong>Widget</strong> - Use the Meteor Slides Widget to add a slideshow to "
496
+ "a widgetized area."
497
+ msgstr ""
498
+ "<strong>模組</strong> - 使用 Meteor Slides 模組,可以在側邊欄上加上幻燈片。"
499
+
500
+ #: includes/meteor-slides-admin.php:390 .\includes/meteor-slides-admin.php:390
501
+ msgid ""
502
+ "Check out the documentation on <a href=\"http://www.jleuze.com/plugins/"
503
+ "meteor-slides/adding-a-slideshow/\" target=\"_blank\">adding a slideshow</a> "
504
+ "for more info."
505
+ msgstr ""
506
+ "更多資訊請參考 <a href=\"http://www.jleuze.com/plugins/meteor-slides/adding-"
507
+ "a-slideshow/\" target=\"_blank\">新增幻燈片集</a> 官方說明文件。"
508
+
509
+ #: includes/meteor-slides-admin.php:395 .\includes/meteor-slides-admin.php:395
510
+ msgid ""
511
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/installation/\" target="
512
+ "\"_blank\">Documentation on Configuring Meteor Slides</a>"
513
+ msgstr ""
514
+ "<a href=\"http://www.jleuze.com/plugins/meteor-slides/installation/\" target="
515
+ "\"_blank\">官方說明文件</a>"
516
+
517
+ #: includes/meteor-slides-admin.php:465 .\includes/meteor-slides-admin.php:465
518
+ msgid "Slides Settings"
519
+ msgstr "幻燈片設定"
520
+
521
+ #: includes/meteor-slides-admin.php:465 includes/meteor-slides-admin.php:513
522
+ #: .\includes/meteor-slides-admin.php:465
523
+ #: .\includes/meteor-slides-admin.php:513
524
+ msgid "Settings"
525
+ msgstr "設定"
526
+
527
+ #: includes/meteor-slides-admin.php:531 .\includes/meteor-slides-admin.php:531
528
+ msgid "Slideshow Quantity"
529
+ msgstr "幻燈片數量"
530
+
531
+ #: includes/meteor-slides-admin.php:533 .\includes/meteor-slides-admin.php:533
532
+ msgid "Slide Height"
533
+ msgstr "幻燈片高度"
534
+
535
+ #: includes/meteor-slides-admin.php:535 .\includes/meteor-slides-admin.php:535
536
+ msgid "Slide Width"
537
+ msgstr "幻燈片寬度"
538
+
539
+ #: includes/meteor-slides-admin.php:537 .\includes/meteor-slides-admin.php:537
540
+ msgid "Transition Style"
541
+ msgstr "轉場方式"
542
+
543
+ #: includes/meteor-slides-admin.php:539 .\includes/meteor-slides-admin.php:539
544
+ msgid "Transition Speed"
545
+ msgstr "轉場速度"
546
+
547
+ #: includes/meteor-slides-admin.php:541 .\includes/meteor-slides-admin.php:541
548
+ msgid "Slide Duration"
549
+ msgstr "幻燈片停留時間"
550
+
551
+ #: includes/meteor-slides-admin.php:543 .\includes/meteor-slides-admin.php:543
552
+ msgid "Slideshow Navigation"
553
+ msgstr "幻燈片集導覽列"
554
+
555
+ #: includes/meteor-slides-settings.php:7
556
+ #: .\includes/meteor-slides-settings.php:7
557
+ msgid "Set up your slideshow using the options below."
558
+ msgstr "設定幻燈片集展示方式。"
559
+
560
+ #: includes/meteor-slides-settings.php:13
561
+ #: .\includes/meteor-slides-settings.php:13
562
+ msgid "slides"
563
+ msgstr "張"
564
+
565
+ #: includes/meteor-slides-settings.php:22
566
+ #: includes/meteor-slides-settings.php:31
567
+ #: .\includes/meteor-slides-settings.php:22
568
+ #: .\includes/meteor-slides-settings.php:31
569
+ msgid "px"
570
+ msgstr "像素"
571
+
572
+ #: includes/meteor-slides-settings.php:40
573
+ #: .\includes/meteor-slides-settings.php:40
574
+ msgid "blindX"
575
+ msgstr "blindX"
576
+
577
+ #: includes/meteor-slides-settings.php:41
578
+ #: .\includes/meteor-slides-settings.php:41
579
+ msgid "blindY"
580
+ msgstr "blindY"
581
+
582
+ #: includes/meteor-slides-settings.php:42
583
+ #: .\includes/meteor-slides-settings.php:42
584
+ msgid "blindZ"
585
+ msgstr "blindZ"
586
+
587
+ #: includes/meteor-slides-settings.php:43
588
+ #: .\includes/meteor-slides-settings.php:43
589
+ msgid "cover"
590
+ msgstr "cover"
591
+
592
+ #: includes/meteor-slides-settings.php:44
593
+ #: .\includes/meteor-slides-settings.php:44
594
+ msgid "curtainX"
595
+ msgstr "curtainX"
596
+
597
+ #: includes/meteor-slides-settings.php:45
598
+ #: .\includes/meteor-slides-settings.php:45
599
+ msgid "curtainY"
600
+ msgstr "curtainY"
601
+
602
+ #: includes/meteor-slides-settings.php:46
603
+ #: .\includes/meteor-slides-settings.php:46
604
+ msgid "fade"
605
+ msgstr "fade"
606
+
607
+ #: includes/meteor-slides-settings.php:47
608
+ #: .\includes/meteor-slides-settings.php:47
609
+ msgid "fadeZoom"
610
+ msgstr "fadeZoom"
611
+
612
+ #: includes/meteor-slides-settings.php:48
613
+ #: .\includes/meteor-slides-settings.php:48
614
+ msgid "growX"
615
+ msgstr "growX"
616
+
617
+ #: includes/meteor-slides-settings.php:49
618
+ #: .\includes/meteor-slides-settings.php:49
619
+ msgid "growY"
620
+ msgstr "growY"
621
+
622
+ #: includes/meteor-slides-settings.php:50
623
+ #: .\includes/meteor-slides-settings.php:50
624
+ msgid "none"
625
+ msgstr "none"
626
+
627
+ #: includes/meteor-slides-settings.php:51
628
+ #: .\includes/meteor-slides-settings.php:51
629
+ msgid "scrollUp"
630
+ msgstr "scrollUp"
631
+
632
+ #: includes/meteor-slides-settings.php:52
633
+ #: .\includes/meteor-slides-settings.php:52
634
+ msgid "scrollDown"
635
+ msgstr "scrollDown"
636
+
637
+ #: includes/meteor-slides-settings.php:53
638
+ #: .\includes/meteor-slides-settings.php:53
639
+ msgid "scrollLeft"
640
+ msgstr "scrollLeft"
641
+
642
+ #: includes/meteor-slides-settings.php:54
643
+ #: .\includes/meteor-slides-settings.php:54
644
+ msgid "scrollRight"
645
+ msgstr "scrollRight"
646
+
647
+ #: includes/meteor-slides-settings.php:55
648
+ #: .\includes/meteor-slides-settings.php:55
649
+ msgid "scrollHorz"
650
+ msgstr "scrollHorz"
651
+
652
+ #: includes/meteor-slides-settings.php:56
653
+ #: .\includes/meteor-slides-settings.php:56
654
+ msgid "scrollVert"
655
+ msgstr "scrollVert"
656
+
657
+ #: includes/meteor-slides-settings.php:57
658
+ #: .\includes/meteor-slides-settings.php:57
659
+ msgid "slideX"
660
+ msgstr "slideX"
661
+
662
+ #: includes/meteor-slides-settings.php:58
663
+ #: .\includes/meteor-slides-settings.php:58
664
+ msgid "slideY"
665
+ msgstr "slideY"
666
+
667
+ #: includes/meteor-slides-settings.php:59
668
+ #: .\includes/meteor-slides-settings.php:59
669
+ msgid "shuffle"
670
+ msgstr "shuffle"
671
+
672
+ #: includes/meteor-slides-settings.php:60
673
+ #: .\includes/meteor-slides-settings.php:60
674
+ msgid "turnUp"
675
+ msgstr "turnUp"
676
+
677
+ #: includes/meteor-slides-settings.php:61
678
+ #: .\includes/meteor-slides-settings.php:61
679
+ msgid "turnDown"
680
+ msgstr "turnDown"
681
+
682
+ #: includes/meteor-slides-settings.php:62
683
+ #: .\includes/meteor-slides-settings.php:62
684
+ msgid "turnLeft"
685
+ msgstr "turnLeft"
686
+
687
+ #: includes/meteor-slides-settings.php:63
688
+ #: .\includes/meteor-slides-settings.php:63
689
+ msgid "turnRight"
690
+ msgstr "turnRight"
691
+
692
+ #: includes/meteor-slides-settings.php:64
693
+ #: .\includes/meteor-slides-settings.php:64
694
+ msgid "uncover"
695
+ msgstr "uncover"
696
+
697
+ #: includes/meteor-slides-settings.php:65
698
+ #: .\includes/meteor-slides-settings.php:65
699
+ msgid "wipe"
700
+ msgstr "wipe"
701
+
702
+ #: includes/meteor-slides-settings.php:66
703
+ #: .\includes/meteor-slides-settings.php:66
704
+ msgid "zoom"
705
+ msgstr "zoom"
706
+
707
+ #: includes/meteor-slides-settings.php:116
708
+ #: includes/meteor-slides-settings.php:125
709
+ #: .\includes/meteor-slides-settings.php:116
710
+ #: .\includes/meteor-slides-settings.php:125
711
+ msgid "seconds"
712
+ msgstr "秒"
713
+
714
+ #: includes/meteor-slides-settings.php:134
715
+ #: .\includes/meteor-slides-settings.php:134
716
+ msgid "None"
717
+ msgstr "不顯示導覽"
718
+
719
+ #: includes/meteor-slides-settings.php:135
720
+ #: .\includes/meteor-slides-settings.php:135
721
+ msgid "Previous/Next"
722
+ msgstr "上一頁/下一頁"
723
+
724
+ #: includes/meteor-slides-settings.php:136
725
+ #: .\includes/meteor-slides-settings.php:136
726
+ msgid "Paged"
727
+ msgstr "數字分頁"
728
+
729
+ #: includes/meteor-slides-settings.php:137
730
+ #: .\includes/meteor-slides-settings.php:137
731
+ msgid "Both"
732
+ msgstr "全部"
733
+
734
+ #: includes/meteor-slides-settings.php:170
735
+ #: .\includes/meteor-slides-settings.php:170
736
+ msgid "Meteor Slides Settings"
737
+ msgstr "Meteor Slides 設定"
738
+
739
+ #: includes/meteor-slides-settings.php:184
740
+ #: .\includes/meteor-slides-settings.php:184
741
+ msgid "Save Changes"
742
+ msgstr "儲存變更"
743
+
744
+ #: includes/meteor-slides-settings.php:192
745
+ #: .\includes/meteor-slides-settings.php:192
746
+ #, php-format
747
+ msgid ""
748
+ "Use %1$s to add this slideshow to your theme, use %2$s to add it to your "
749
+ "Post or Page content, or use the Meteor Slides Widget."
750
+ msgstr ""
751
+ "<strong>使用方式:</strong><br /><br />1. 利用 %1$s 此語法加入到你的佈景主"
752
+ "題。<br />2. 你可以將 %2$s 這串短碼加入到 文章 、 網誌分頁 或 側邊「Meteor "
753
+ "Slides 模組」。"
754
+
755
+ #: includes/meteor-slides-settings.php:194
756
+ #: .\includes/meteor-slides-settings.php:194
757
+ #, php-format
758
+ msgid ""
759
+ "Visit the %1$sMeteor Slides homepage%2$s for documentation, tutorials, and "
760
+ "videos."
761
+ msgstr "拜訪 %1$sMeteor Slides 官方網站%2$s 可以取得文件說明、展示、與影片。"
762
+
763
+ #: includes/meteor-slides-settings.php:196
764
+ #: .\includes/meteor-slides-settings.php:196
765
+ #, php-format
766
+ msgid ""
767
+ "Please %1$spost any questions or problems%2$s in the WordPress.org support "
768
+ "forums."
769
+ msgstr "有疑問請到 WordPress 支援論壇 %1$s提出問題%2$s 。"
770
+
771
+ #: includes/meteor-slideshow.php:77 includes/meteor-slideshow.php:91
772
+ #: .\includes/meteor-slideshow.php:77 .\includes/meteor-slideshow.php:91
773
+ msgid "Previous"
774
+ msgstr "上一張"
775
+
776
+ #: includes/meteor-slideshow.php:79 includes/meteor-slideshow.php:93
777
+ #: .\includes/meteor-slideshow.php:79 .\includes/meteor-slideshow.php:93
778
+ msgid "Next"
779
+ msgstr "下一張"
780
+
781
+ #~ msgid "Edit"
782
+ #~ msgstr "編輯"
783
+
784
+ #~ msgid "Install Slideshow"
785
+ #~ msgstr "安裝幻燈片集"
meteor-slides-plugin.php CHANGED
@@ -6,10 +6,10 @@
6
  Author: Josh Leuze
7
  Author URI: http://www.jleuze.com/
8
  License: GPL2
9
- Version: 1.5
10
  */
11
 
12
- /* Copyright 2012 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
6
  Author: Josh Leuze
7
  Author URI: http://www.jleuze.com/
8
  License: GPL2
9
+ Version: 1.5.1
10
  */
11
 
12
+ /* Copyright 2013 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,8 @@ 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, Chinese, Czech, Danish, Dutch, English, French, German, Hebrew, Indonesian, Italian, Japanese, Persian, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Spanish, Swedish, Turkish.
 
20
 
21
  ####Installation
22
 
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, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, English, French, German, Hebrew, Indonesian, Italian, Japanese, Persian, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Spanish, Swedish, Turkish, Vietnamese.
20
+ * **Multisite Compatible:** Add Meteor Slides to any site on your network.
21
 
22
  ####Installation
23
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Meteor Slides ===
2
  Contributors: jleuze
3
- Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mail%40jleuze%2ecom&item_name=Meteor%20Slides%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8
4
  Tags: custom post types, image, jquery, responsive, slide, slider, slides, slideshow
5
- Requires at least: 3.3
6
- Tested up to: 3.3.2
7
- Stable tag: 1.5
8
 
9
  Easily create responsive slideshows with WordPress that are mobile friendly and simple to customize.
10
 
@@ -31,7 +31,8 @@ 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, Chinese, Czech, Danish, Dutch, English, French, German, Hebrew, Indonesian, Italian, Japanese, Persian, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Spanish, Swedish, Turkish.
 
35
 
36
  *[Got a question about Meteor Slides?](http://wordpress.org/tags/meteor-slides?forum_id=10#postform "Post a question in the forums")*
37
 
@@ -58,7 +59,7 @@ Check out the [Meteor Slides Documentation](http://www.jleuze.com/plugins/meteor
58
 
59
  = Meteor Slides is awesome, what can I do to help? =
60
 
61
- You can help right on this page by rating the plugin or voting for its compatibility with the latest version of WordPress. Blog about Meteor Slides to get the word out, or [visit my blog](http://www.jleuze.com/ "JLeuze.com") to post feedback or just say hi. You could also [translate Meteor Slides](http://www.jleuze.com/plugins/meteor-slides/languages/ "Meteor Slides Languages") into another language or [make a donation](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mail%40jleuze%2ecom&item_name=Meteor%20Slides%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8 "Donate").
62
 
63
  = I add a slide, save or publish it, and then it's missing or not found, what gives? =
64
 
@@ -107,6 +108,13 @@ If the Slides menu is missing, you probably have the [Members](http://wordpress.
107
  7. Meteor Slides Widget
108
 
109
  == Changelog ==
 
 
 
 
 
 
 
110
  = 1.5 =
111
  * Updated slideshow to scale for responsive and fluid width themes
112
  * Added slideshow taxonomy selector to widget
@@ -185,6 +193,9 @@ If the Slides menu is missing, you probably have the [Members](http://wordpress.
185
 
186
  == Upgrade Notice ==
187
 
 
 
 
188
  = 1.5 =
189
  Meteor Slides 1.5 adds responsive slideshow support, touch navigation, an improved slideshow widget, new translations, and updates jQuery Cycle.
190
 
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: 3.5
6
+ Tested up to: 3.9
7
+ Stable tag: 1.5.1
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, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, English, French, German, Hebrew, Indonesian, Italian, Japanese, Persian, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, 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")*
38
 
59
 
60
  = Meteor Slides is awesome, what can I do to help? =
61
 
62
+ You can help right on this page by rating the plugin or voting for its compatibility with the latest version of WordPress. Blog about Meteor Slides to get the word out, or [visit my blog](http://www.jleuze.com/ "JLeuze.com") to post feedback or just say hi. You could also [translate Meteor Slides](http://www.jleuze.com/plugins/meteor-slides/languages/ "Meteor Slides Languages") into another language or [make a donation](http://jleuze.com/donate/ "Donate").
63
 
64
  = I add a slide, save or publish it, and then it's missing or not found, what gives? =
65
 
108
  7. Meteor Slides Widget
109
 
110
  == Changelog ==
111
+ = 1.5.1 =
112
+ * Added slideshow alignment option to metadata
113
+ * Fixed bugs related to caching, touch navigation, and theme compatibility
114
+ * Added support for slideshows with one slide
115
+ * Added Traditional Chinese and Vietnamese translations
116
+ * Updated Brazilian Portuguese, Danish, and Swedish translations
117
+
118
  = 1.5 =
119
  * Updated slideshow to scale for responsive and fluid width themes
120
  * Added slideshow taxonomy selector to widget
193
 
194
  == Upgrade Notice ==
195
 
196
+ = 1.5 =
197
+ Meteor Slides 1.5.1 adds a slideshow alignment option and support for slideshows with one slide, includes new and updated translations, and includes several minor bug fixes.
198
+
199
  = 1.5 =
200
  Meteor Slides 1.5 adds responsive slideshow support, touch navigation, an improved slideshow widget, new translations, and updates jQuery Cycle.
201
 
screenshot-2.jpg CHANGED
Binary file
screenshot-3.jpg CHANGED
Binary file
screenshot-4.jpg CHANGED
Binary file
screenshot-5.jpg CHANGED
Binary file
screenshot-6.jpg CHANGED
Binary file
screenshot-7.jpg CHANGED
Binary file