Meteor Slides - Version 1.3

Version Description

  • Added custom slideshows taxonomy for multiple slideshows
  • Optional slideshow and metadata parameters for template tag and shortcode
  • Optional title, slideshow, and metadata parameters for the widget
  • Added settings link to plugins page
  • Added Slide image and link to slides column
  • Removed slides from menu editor and search
  • Expanded navigation options
  • Added Metadata jQuery plugin
Download this release

Release Info

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

Code changes from version 1.2.3 to 1.3

css/meteor-slides.css CHANGED
@@ -1,15 +1,23 @@
1
- /* Stylesheet for the Meteor Slides slideshow
2
-
3
- Copy "meteor-slides.css" to your theme's directory to replace this stylesheet
 
 
 
 
4
 
5
  */
6
 
7
- #meteor-slideshow, .meteor-slides {
8
  margin: 0;
9
- padding: 0 0 15px 0;
 
10
  position: relative;
11
  z-index: 1;
12
- overflow: hidden;
 
 
 
13
  }
14
 
15
  .slides {
@@ -18,9 +26,9 @@
18
  }
19
 
20
  #meteor-slideshow .slide {
 
21
  margin: 0;
22
  padding: 0;
23
- display: none;
24
  }
25
 
26
  #meteor-slideshow #slide-1 {
@@ -28,87 +36,87 @@
28
  }
29
 
30
  #meteor-slideshow .slide a {
 
31
  margin: 0;
32
  padding: 0;
33
- border: 0;
34
  }
35
 
36
  #meteor-slideshow .slide img {
 
37
  display: block;
38
  margin: auto;
39
  padding: 0;
40
- border: 0;
41
  }
42
 
43
- ul#meteor-nav {
44
  display: none;
45
  list-style: none;
46
  margin: 0;
47
  padding: 0;
48
  }
49
 
50
- ul#meteor-nav li {
 
51
  list-style: none;
52
  margin: 0;
53
  padding: 0;
54
- display: inline;
55
  }
56
 
57
- #meteor-nav #prev a {
58
  left: 0px;
59
  }
60
 
61
- #meteor-nav #next a {
62
  right: 0px;
63
  }
64
 
65
- #meteor-nav a {
66
  display: block;
 
67
  position: absolute;
68
- z-index: 50;
69
- width: 25px;
70
  text-indent: -9999px;
71
- outline: none;
 
72
  }
73
 
74
- #meteor-nav #prev a {
75
  background: url('../images/prev.png') no-repeat center right;
76
  }
77
 
78
- #meteor-nav #prev a:hover {
79
  background: url('../images/prev.png') no-repeat center left;
80
  }
81
 
82
- #meteor-nav #next a {
83
  background: url('../images/next.png') no-repeat center left;
84
  }
85
 
86
- #meteor-nav #next a:hover {
87
  background: url('../images/next.png') no-repeat center right;
88
  }
89
 
90
- #meteor-buttons {
91
- margin: 0;
92
- position: absolute;
93
  bottom: 0px;
94
  left: 46%;
 
 
95
  }
96
 
97
- #meteor-buttons a {
98
  background: url('../images/buttons.png') no-repeat bottom left;
 
 
99
  width: 10px;
100
  height: 10px;
101
  margin: 0 2px;
102
- display: block;
103
- float: left;
104
- text-indent: -9999px;
105
  outline: none;
 
106
  }
107
 
108
- #meteor-buttons a:hover {
109
  background: url('../images/buttons.png') no-repeat bottom right;
110
  }
111
 
112
- #meteor-buttons a.activeSlide {
113
  background: url('../images/buttons.png') no-repeat bottom right;
114
  }
1
+ /* Stylesheet for the Meteor Slides 1.3 slideshow
2
+
3
+ Copy "meteor-slides.css" from "/meteor-slides/css/" to your theme's directory to replace
4
+ the plugin's default stylesheet.
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, or create new graphics to replace them.
8
 
9
  */
10
 
11
+ .meteor-slides {
12
  margin: 0;
13
+ overflow: hidden;
14
+ padding: 0;
15
  position: relative;
16
  z-index: 1;
17
+ }
18
+
19
+ .navpaged, .navboth {
20
+ padding: 0 0 15px 0;
21
  }
22
 
23
  .slides {
26
  }
27
 
28
  #meteor-slideshow .slide {
29
+ display: none;
30
  margin: 0;
31
  padding: 0;
 
32
  }
33
 
34
  #meteor-slideshow #slide-1 {
36
  }
37
 
38
  #meteor-slideshow .slide a {
39
+ border: 0;
40
  margin: 0;
41
  padding: 0;
 
42
  }
43
 
44
  #meteor-slideshow .slide img {
45
+ border: 0;
46
  display: block;
47
  margin: auto;
48
  padding: 0;
 
49
  }
50
 
51
+ #meteor-slideshow ul.meteor-nav {
52
  display: none;
53
  list-style: none;
54
  margin: 0;
55
  padding: 0;
56
  }
57
 
58
+ ul.meteor-nav li {
59
+ display: inline;
60
  list-style: none;
61
  margin: 0;
62
  padding: 0;
 
63
  }
64
 
65
+ .meteor-nav .prev a {
66
  left: 0px;
67
  }
68
 
69
+ .meteor-nav .next a {
70
  right: 0px;
71
  }
72
 
73
+ .meteor-nav a {
74
  display: block;
75
+ outline: none;
76
  position: absolute;
 
 
77
  text-indent: -9999px;
78
+ width: 25px;
79
+ z-index: 50;
80
  }
81
 
82
+ .meteor-nav .prev a {
83
  background: url('../images/prev.png') no-repeat center right;
84
  }
85
 
86
+ .meteor-nav .prev a:hover {
87
  background: url('../images/prev.png') no-repeat center left;
88
  }
89
 
90
+ .meteor-nav .next a {
91
  background: url('../images/next.png') no-repeat center left;
92
  }
93
 
94
+ .meteor-nav .next a:hover {
95
  background: url('../images/next.png') no-repeat center right;
96
  }
97
 
98
+ .meteor-buttons {
 
 
99
  bottom: 0px;
100
  left: 46%;
101
+ margin: 0;
102
+ position: absolute;
103
  }
104
 
105
+ .meteor-buttons a {
106
  background: url('../images/buttons.png') no-repeat bottom left;
107
+ display: block;
108
+ float: left;
109
  width: 10px;
110
  height: 10px;
111
  margin: 0 2px;
 
 
 
112
  outline: none;
113
+ text-indent: -9999px;
114
  }
115
 
116
+ .meteor-buttons a:hover {
117
  background: url('../images/buttons.png') no-repeat bottom right;
118
  }
119
 
120
+ .meteor-buttons a.activeSlide {
121
  background: url('../images/buttons.png') no-repeat bottom right;
122
  }
js/jquery.metadata.v2.js ADDED
@@ -0,0 +1 @@
 
0
  * Metadata - jQuery plugin for parsing metadata from elements
1
  *
2
  * Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan
3
  *
4
  * Dual licensed under the MIT and GPL licenses:
5
  * http://www.opensource.org/licenses/mit-license.php
6
  * http://www.gnu.org/licenses/gpl.html
7
  *
8
  * Revision: $Id$
9
  *
10
  */
11
  * Sets the type of metadata to use. Metadata is encoded in JSON, and each property
12
  * in the JSON will become a property of the element itself.
13
  *
14
  * There are three supported types of metadata storage:
15
  *
16
  * attr: Inside an attribute. The name parameter indicates *which* attribute.
17
  *
18
  * class: Inside the class attribute, wrapped in curly braces: { }
19
  *
20
  * elem: Inside a child element (e.g. a script tag). The
21
  * name parameter indicates *which* element.
22
  *
23
  * The metadata for an element is loaded the first time the element is accessed via jQuery.
24
  *
25
  * As a result, you can define the metadata type, use $(expr) to load the metadata into the elements
26
  * matched by expr, then redefine the metadata type and run another $(expr) for other elements.
27
  *
28
  * @name $.metadata.setType
29
  *
30
  * @example <p id="one" class="some_class {item_id: 1, item_label: 'Label'}">This is a p</p>
31
  * @before $.metadata.setType("class")
32
  * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
33
  * @desc Reads metadata from the class attribute
34
  *
35
  * @example <p id="one" class="some_class" data="{item_id: 1, item_label: 'Label'}">This is a p</p>
36
  * @before $.metadata.setType("attr", "data")
37
  * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
38
  * @desc Reads metadata from a "data" attribute
39
  *
40
  * @example <p id="one" class="some_class"><script>{item_id: 1, item_label: 'Label'}</script>This is a p</p>
41
  * @before $.metadata.setType("elem", "script")
42
  * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
43
  * @desc Reads metadata from a nested script element
44
  *
45
  * @param String type The encoding type
46
  * @param String name The name of the attribute to be used to get metadata (optional)
47
  * @cat Plugins/Metadata
48
  * @descr Sets the type of encoding to be used when loading metadata for the first time
49
  * @type undefined
50
  * @see metadata()
51
  */
52
  * Returns the metadata object for the first member of the jQuery object.
53
  *
54
  * @name metadata
55
  * @descr Returns element's metadata object
56
  * @param Object opts An object contianing settings to override the defaults
57
  * @type jQuery
58
  * @cat Plugins/Metadata
59
  */
1
+ /*
2
  * Metadata - jQuery plugin for parsing metadata from elements
3
  *
4
  * Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan
5
  *
6
  * Dual licensed under the MIT and GPL licenses:
7
  * http://www.opensource.org/licenses/mit-license.php
8
  * http://www.gnu.org/licenses/gpl.html
9
  *
10
  * Revision: $Id$
11
  *
12
  */
13
  * Sets the type of metadata to use. Metadata is encoded in JSON, and each property
14
  * in the JSON will become a property of the element itself.
15
  *
16
  * There are three supported types of metadata storage:
17
  *
18
  * attr: Inside an attribute. The name parameter indicates *which* attribute.
19
  *
20
  * class: Inside the class attribute, wrapped in curly braces: { }
21
  *
22
  * elem: Inside a child element (e.g. a script tag). The
23
  * name parameter indicates *which* element.
24
  *
25
  * The metadata for an element is loaded the first time the element is accessed via jQuery.
26
  *
27
  * As a result, you can define the metadata type, use $(expr) to load the metadata into the elements
28
  * matched by expr, then redefine the metadata type and run another $(expr) for other elements.
29
  *
30
  * @name $.metadata.setType
31
  *
32
  * @example <p id="one" class="some_class {item_id: 1, item_label: 'Label'}">This is a p</p>
33
  * @before $.metadata.setType("class")
34
  * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
35
  * @desc Reads metadata from the class attribute
36
  *
37
  * @example <p id="one" class="some_class" data="{item_id: 1, item_label: 'Label'}">This is a p</p>
38
  * @before $.metadata.setType("attr", "data")
39
  * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
40
  * @desc Reads metadata from a "data" attribute
41
  *
42
  * @example <p id="one" class="some_class"><script>{item_id: 1, item_label: 'Label'}</script>This is a p</p>
43
  * @before $.metadata.setType("elem", "script")
44
  * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
45
  * @desc Reads metadata from a nested script element
46
  *
47
  * @param String type The encoding type
48
  * @param String name The name of the attribute to be used to get metadata (optional)
49
  * @cat Plugins/Metadata
50
  * @descr Sets the type of encoding to be used when loading metadata for the first time
51
  * @type undefined
52
  * @see metadata()
53
  */
54
  * Returns the metadata object for the first member of the jQuery object.
55
  *
56
  * @name metadata
57
  * @descr Returns element's metadata object
58
  * @param Object opts An object contianing settings to override the defaults
59
  * @type jQuery
60
  * @cat Plugins/Metadata
61
  */
js/slideshow.js CHANGED
@@ -13,36 +13,36 @@ var $slidewidth = parseInt( meteorslidessettings.meteorslideshowwidth );
13
  var $slidetransition = meteorslidessettings.meteorslideshowtransition;
14
 
15
  $j(document).ready(function() {
16
-
17
- $j('.slides').cycle({
18
-
19
- height: $slideheight,
20
- width: $slidewidth,
21
- fit: '1',
22
- fx: $slidetransition,
23
- speed: $slidespeed,
24
- timeout: $slidetimeout,
25
- pause: '1',
26
- prev: '#prev',
27
- next: '#next',
28
- pager: '#meteor-buttons',
29
- pagerEvent: 'click'
30
-
31
- });
32
 
33
- $j('.meteor-slides,#meteor-nav a,.slides').css('height', $slideheight);
34
 
35
- $j('.meteor-slides,.slide,#meteor-nav').css('width', $slidewidth);
36
 
37
  $j('.slides').css('overflow', 'visible');
38
 
39
  $j(".meteor-slides").hover(function() {
40
 
41
- $j("ul#meteor-nav").css('display', 'block');
42
 
43
  }, function() {
44
 
45
- $j("ul#meteor-nav").css('display', 'none');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
  });
48
 
13
  var $slidetransition = meteorslidessettings.meteorslideshowtransition;
14
 
15
  $j(document).ready(function() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
+ $j('.meteor-nav a,.slides').css('height', $slideheight);
18
 
19
+ $j('.slide,.meteor-nav').css('width', $slidewidth);
20
 
21
  $j('.slides').css('overflow', 'visible');
22
 
23
  $j(".meteor-slides").hover(function() {
24
 
25
+ $j("ul.meteor-nav").css('display', 'block');
26
 
27
  }, function() {
28
 
29
+ $j("ul.meteor-nav").css('display', 'none');
30
+
31
+ });
32
+
33
+ $j('.slides').cycle({
34
+
35
+ height: $slideheight,
36
+ width: $slidewidth,
37
+ fit: '1',
38
+ fx: $slidetransition,
39
+ speed: $slidespeed,
40
+ timeout: $slidetimeout,
41
+ pause: '1',
42
+ prev: '.prev',
43
+ next: '.next',
44
+ pager: '.meteor-buttons',
45
+ pagerEvent: 'click'
46
 
47
  });
48
 
languages/meteor-slides-en_US.mo CHANGED
Binary file
languages/meteor-slides-en_US.po CHANGED
@@ -1,121 +1,184 @@
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Meteor Slides 1.2\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-07-16 13:34-0600\n"
6
- "PO-Revision-Date: 2010-07-16 13:35-0600\n"
7
- "Last-Translator: Josh Leuze <jleuze@gmail.com>\n"
8
- "Language-Team: Josh Leuze <mail@jleuze.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-Country: UNITED STATES\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: meteor-slides-plugin.php:76
19
  msgid "Slides"
20
  msgstr ""
21
 
22
- #: meteor-slides-plugin.php:77
23
  msgid "Slide"
24
  msgstr ""
25
 
26
- #: meteor-slides-plugin.php:78
27
  msgid "Add New"
28
  msgstr ""
29
 
30
- #: meteor-slides-plugin.php:79
31
  msgid "Add New Slide"
32
  msgstr ""
33
 
34
- #: meteor-slides-plugin.php:80
35
  msgid "Edit Slide"
36
  msgstr ""
37
 
38
- #: meteor-slides-plugin.php:81
39
  msgid "Edit"
40
  msgstr ""
41
 
42
- #: meteor-slides-plugin.php:82
43
  msgid "New Slide"
44
  msgstr ""
45
 
46
- #: meteor-slides-plugin.php:83
47
- #: meteor-slides-plugin.php:87
48
  msgid "View Slide"
49
  msgstr ""
50
 
51
- #: meteor-slides-plugin.php:84
52
  msgid "Search Slides"
53
  msgstr ""
54
 
55
- #: meteor-slides-plugin.php:85
56
  msgid "No slides found"
57
  msgstr ""
58
 
59
- #: meteor-slides-plugin.php:86
60
  msgid "No slides found in Trash"
61
  msgstr ""
62
 
63
- #: meteor-slides-plugin.php:119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  msgid "Slide Image"
65
  msgstr ""
66
 
67
- #: meteor-slides-plugin.php:154
68
  msgid "Add the URL this slide should link to."
69
  msgstr ""
70
 
71
- #: meteor-slides-plugin.php:166
72
  msgid "Slide Link"
73
  msgstr ""
74
 
75
- #: meteor-slides-plugin.php:230
76
  msgid "Slides Settings"
77
  msgstr ""
78
 
79
- #: meteor-slides-plugin.php:230
80
  msgid "Settings"
81
  msgstr ""
82
 
83
- #: meteor-slides-plugin.php:248
84
  msgid "Configure Slideshow"
85
  msgstr ""
86
 
87
- #: meteor-slides-plugin.php:250
88
  msgid "Slideshow Quantity"
89
  msgstr ""
90
 
91
- #: meteor-slides-plugin.php:252
92
  msgid "Slide Height"
93
  msgstr ""
94
 
95
- #: meteor-slides-plugin.php:254
96
  msgid "Slide Width"
97
  msgstr ""
98
 
99
- #: meteor-slides-plugin.php:256
100
  msgid "Transition Style"
101
  msgstr ""
102
 
103
- #: meteor-slides-plugin.php:258
104
  msgid "Transition Speed"
105
  msgstr ""
106
 
107
- #: meteor-slides-plugin.php:260
108
  msgid "Slide Duration"
109
  msgstr ""
110
 
111
- #: meteor-slides-plugin.php:471
112
- msgid "Add Meteor Slides slideshow to a sidebar"
 
 
 
 
113
  msgstr ""
114
 
115
- #: meteor-slides-plugin.php:475
116
  msgid "Meteor Slides Widget"
117
  msgstr ""
118
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  #: meteor-slides-settings.php:7
120
  msgid "Set up your slideshow using the options below."
121
  msgstr ""
@@ -238,25 +301,51 @@ msgstr ""
238
  msgid "seconds"
239
  msgstr ""
240
 
241
- #: meteor-slides-settings.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  msgid "Meteor Slides Settings"
243
  msgstr ""
244
 
245
- #: meteor-slides-settings.php:101
246
  msgid "Save Changes"
247
  msgstr ""
248
 
249
- #: meteor-slides-settings.php:107
250
  msgid "Install Slideshow"
251
  msgstr ""
252
 
253
- #: meteor-slides-settings.php:109
254
  #, php-format
255
- 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 to add it to a sidebar."
256
  msgstr ""
257
 
258
- #: meteor-slides-settings.php:111
259
  #, php-format
260
  msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
261
  msgstr ""
262
 
 
 
 
 
 
 
 
 
 
 
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 12:48-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 ""
24
 
25
+ #: meteor-slides-plugin.php:79
26
  msgid "Slide"
27
  msgstr ""
28
 
29
+ #: meteor-slides-plugin.php:80
30
  msgid "Add New"
31
  msgstr ""
32
 
33
+ #: meteor-slides-plugin.php:81
34
  msgid "Add New Slide"
35
  msgstr ""
36
 
37
+ #: meteor-slides-plugin.php:82
38
  msgid "Edit Slide"
39
  msgstr ""
40
 
41
+ #: meteor-slides-plugin.php:83
42
  msgid "Edit"
43
  msgstr ""
44
 
45
+ #: meteor-slides-plugin.php:84
46
  msgid "New Slide"
47
  msgstr ""
48
 
49
+ #: meteor-slides-plugin.php:85
50
+ #: meteor-slides-plugin.php:89
51
  msgid "View Slide"
52
  msgstr ""
53
 
54
+ #: meteor-slides-plugin.php:86
55
  msgid "Search Slides"
56
  msgstr ""
57
 
58
+ #: meteor-slides-plugin.php:87
59
  msgid "No slides found"
60
  msgstr ""
61
 
62
+ #: meteor-slides-plugin.php:88
63
  msgid "No slides found in Trash"
64
  msgstr ""
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 ""
113
 
114
+ #: meteor-slides-plugin.php:194
115
  msgid "Add the URL this slide should link to."
116
  msgstr ""
117
 
118
+ #: meteor-slides-plugin.php:206
119
  msgid "Slide Link"
120
  msgstr ""
121
 
122
+ #: meteor-slides-plugin.php:324
123
  msgid "Slides Settings"
124
  msgstr ""
125
 
126
+ #: meteor-slides-plugin.php:324
127
  msgid "Settings"
128
  msgstr ""
129
 
130
+ #: meteor-slides-plugin.php:358
131
  msgid "Configure Slideshow"
132
  msgstr ""
133
 
134
+ #: meteor-slides-plugin.php:360
135
  msgid "Slideshow Quantity"
136
  msgstr ""
137
 
138
+ #: meteor-slides-plugin.php:362
139
  msgid "Slide Height"
140
  msgstr ""
141
 
142
+ #: meteor-slides-plugin.php:364
143
  msgid "Slide Width"
144
  msgstr ""
145
 
146
+ #: meteor-slides-plugin.php:366
147
  msgid "Transition Style"
148
  msgstr ""
149
 
150
+ #: meteor-slides-plugin.php:368
151
  msgid "Transition Speed"
152
  msgstr ""
153
 
154
+ #: meteor-slides-plugin.php:370
155
  msgid "Slide Duration"
156
  msgstr ""
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 ""
165
 
166
+ #: meteor-slides-plugin.php:609
167
  msgid "Meteor Slides Widget"
168
  msgstr ""
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 ""
301
  msgid "seconds"
302
  msgstr ""
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 ""
323
 
324
+ #: meteor-slides-settings.php:126
325
  msgid "Save Changes"
326
  msgstr ""
327
 
328
+ #: meteor-slides-settings.php:132
329
  msgid "Install Slideshow"
330
  msgstr ""
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 ""
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
+
languages/meteor-slides-en_US.txt CHANGED
@@ -20,6 +20,28 @@ No slides found
20
 
21
  No slides found in Trash
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  Slide Image
24
 
25
  Add the URL this slide should link to.
@@ -30,6 +52,8 @@ Slides Settings
30
 
31
  Settings
32
 
 
 
33
  Slideshow Quantity
34
 
35
  Slide Height
@@ -44,13 +68,15 @@ Slide Duration
44
 
45
  Slideshow Navigation
46
 
47
- Add Meteor Slides slideshow to a sidebar
48
 
49
  Meteor Slides Widget
50
 
51
- Previous
52
 
53
- Next
 
 
54
 
55
  Set up your slideshow using the options below.
56
 
@@ -112,9 +138,13 @@ zoom
112
 
113
  seconds
114
 
115
- Yes
 
 
116
 
117
- No
 
 
118
 
119
  Meteor Slides Settings
120
 
@@ -122,6 +152,10 @@ Save Changes
122
 
123
  Install Slideshow
124
 
125
- Use [template tag] to add this slideshow to your theme, use [short code] to add it to your Post or Page content, or use the Meteor Slides Widget to add it to a sidebar.
 
 
 
 
126
 
127
- Please [url]post any questions or problems[/url] in the WordPress.org support forums.
20
 
21
  No slides found in Trash
22
 
23
+ Slideshows
24
+
25
+ Slideshow
26
+
27
+ Search Slideshows
28
+
29
+ Popular Slideshows
30
+
31
+ All Slideshows
32
+
33
+ Parent Slideshow
34
+
35
+ Parent Slideshow:
36
+
37
+ Edit Slideshow
38
+
39
+ Update Slideshow
40
+
41
+ Add New Slideshow
42
+
43
+ New Slideshow Name
44
+
45
  Slide Image
46
 
47
  Add the URL this slide should link to.
52
 
53
  Settings
54
 
55
+ Configure Slideshow
56
+
57
  Slideshow Quantity
58
 
59
  Slide Height
68
 
69
  Slideshow Navigation
70
 
71
+ Add a slideshow widget to a sidebar
72
 
73
  Meteor Slides Widget
74
 
75
+ Title:
76
 
77
+ Slideshow:
78
+
79
+ Metadata:
80
 
81
  Set up your slideshow using the options below.
82
 
138
 
139
  seconds
140
 
141
+ None
142
+
143
+ Previous/Next
144
 
145
+ Pages
146
+
147
+ Both
148
 
149
  Meteor Slides Settings
150
 
152
 
153
  Install Slideshow
154
 
155
+ Use [template tag] to add this slideshow to your theme, use [short code] to add it to your Post or Page content, or use the Meteor Slides Widget. [url]More information[/url]
156
+
157
+ Please [url]post any questions or problems[/url] in the WordPress.org support forums.
158
+
159
+ Previous
160
 
161
+ Next
languages/meteor-slides-es_ES.mo CHANGED
Binary file
languages/meteor-slides-es_ES.po CHANGED
@@ -1,121 +1,184 @@
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Meteor Slides 1.2\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-07-16 13:34-0600\n"
6
- "PO-Revision-Date: 2010-07-26 21:07-0300\n"
7
- "Last-Translator: Alexis <alexis@eliseos.net>\n"
8
- "Language-Team: Josh Leuze <mail@jleuze.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-Country: UNITED STATES\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: meteor-slides-plugin.php:76
19
  msgid "Slides"
20
  msgstr "Diapositivas"
21
 
22
- #: meteor-slides-plugin.php:77
23
  msgid "Slide"
24
  msgstr "Diapositiva"
25
 
26
- #: meteor-slides-plugin.php:78
27
  msgid "Add New"
28
  msgstr "Nuevo"
29
 
30
- #: meteor-slides-plugin.php:79
31
  msgid "Add New Slide"
32
  msgstr "Añadir nueva diapositiva"
33
 
34
- #: meteor-slides-plugin.php:80
35
  msgid "Edit Slide"
36
  msgstr "Editar diapositiva"
37
 
38
- #: meteor-slides-plugin.php:81
39
  msgid "Edit"
40
  msgstr "Editar"
41
 
42
- #: meteor-slides-plugin.php:82
43
  msgid "New Slide"
44
  msgstr "Nueva diapositiva"
45
 
46
- #: meteor-slides-plugin.php:83
47
- #: meteor-slides-plugin.php:87
48
  msgid "View Slide"
49
  msgstr "Ver diapositiva"
50
 
51
- #: meteor-slides-plugin.php:84
52
  msgid "Search Slides"
53
  msgstr "Buscar diapositiva"
54
 
55
- #: meteor-slides-plugin.php:85
56
  msgid "No slides found"
57
  msgstr "No se encontro ninguna diapositiva"
58
 
59
- #: meteor-slides-plugin.php:86
60
  msgid "No slides found in Trash"
61
  msgstr "No se encontraron diapositivas en la papelera"
62
 
63
- #: meteor-slides-plugin.php:119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  msgid "Slide Image"
65
  msgstr "Imagen de la diapositiva"
66
 
67
- #: meteor-slides-plugin.php:154
68
  msgid "Add the URL this slide should link to."
69
  msgstr "Incluir URL a donde apuntara esta diapositiva"
70
 
71
- #: meteor-slides-plugin.php:166
72
  msgid "Slide Link"
73
  msgstr "Link de diapositiva"
74
 
75
- #: meteor-slides-plugin.php:230
76
  msgid "Slides Settings"
77
  msgstr "Configuración de diapositiva"
78
 
79
- #: meteor-slides-plugin.php:230
80
  msgid "Settings"
81
  msgstr "Configuración"
82
 
83
- #: meteor-slides-plugin.php:248
84
  msgid "Configure Slideshow"
85
  msgstr "Configurar Slideshow"
86
 
87
- #: meteor-slides-plugin.php:250
88
  msgid "Slideshow Quantity"
89
  msgstr "Cantidad de diapositiva"
90
 
91
- #: meteor-slides-plugin.php:252
92
  msgid "Slide Height"
93
  msgstr "Alto de diapositiva"
94
 
95
- #: meteor-slides-plugin.php:254
96
  msgid "Slide Width"
97
  msgstr "Ancho de diapositiva"
98
 
99
- #: meteor-slides-plugin.php:256
100
  msgid "Transition Style"
101
  msgstr "Estilo de las trasiciones"
102
 
103
- #: meteor-slides-plugin.php:258
104
  msgid "Transition Speed"
105
  msgstr "Velocidad de las trasiciones"
106
 
107
- #: meteor-slides-plugin.php:260
108
  msgid "Slide Duration"
109
  msgstr "Duación de las diapositivas"
110
 
111
- #: meteor-slides-plugin.php:471
112
- msgid "Add Meteor Slides slideshow to a sidebar"
 
 
 
 
113
  msgstr "Incluir Meteor Slides slideshow en la barra lateral"
114
 
115
- #: meteor-slides-plugin.php:475
116
  msgid "Meteor Slides Widget"
117
  msgstr "Meteor Slides Widget"
118
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  #: meteor-slides-settings.php:7
120
  msgid "Set up your slideshow using the options below."
121
  msgstr "Configurá tu slideshow usando las siguientes opciones"
@@ -238,25 +301,51 @@ msgstr "zoom"
238
  msgid "seconds"
239
  msgstr "segundos"
240
 
241
- #: meteor-slides-settings.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  msgid "Meteor Slides Settings"
243
  msgstr "Configuraciones de Meteor Slides"
244
 
245
- #: meteor-slides-settings.php:101
246
  msgid "Save Changes"
247
  msgstr "Guardar cambios"
248
 
249
- #: meteor-slides-settings.php:107
250
  msgid "Install Slideshow"
251
  msgstr "Instrucciones de instalación"
252
 
253
- #: meteor-slides-settings.php:109
254
  #, php-format
255
- 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 to add it to a sidebar."
256
- msgstr "Incluí la siguinete %1$s línea para insertar el slideshow en tu Tema, o podes usar %2$s para incluirlo en tus entradas o páginas."
257
 
258
- #: meteor-slides-settings.php:111
259
  #, php-format
260
  msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
261
  msgstr "Por favor %1$sreportá cualquier pregunta%2$s o problema en los foros de soporte de WordPress."
262
 
 
 
 
 
 
 
 
 
 
 
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 21:10-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 "Diapositivas"
24
 
25
+ #: meteor-slides-plugin.php:79
26
  msgid "Slide"
27
  msgstr "Diapositiva"
28
 
29
+ #: meteor-slides-plugin.php:80
30
  msgid "Add New"
31
  msgstr "Nuevo"
32
 
33
+ #: meteor-slides-plugin.php:81
34
  msgid "Add New Slide"
35
  msgstr "Añadir nueva diapositiva"
36
 
37
+ #: meteor-slides-plugin.php:82
38
  msgid "Edit Slide"
39
  msgstr "Editar diapositiva"
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 "Nueva diapositiva"
48
 
49
+ #: meteor-slides-plugin.php:85
50
+ #: meteor-slides-plugin.php:89
51
  msgid "View Slide"
52
  msgstr "Ver diapositiva"
53
 
54
+ #: meteor-slides-plugin.php:86
55
  msgid "Search Slides"
56
  msgstr "Buscar diapositiva"
57
 
58
+ #: meteor-slides-plugin.php:87
59
  msgid "No slides found"
60
  msgstr "No se encontro ninguna diapositiva"
61
 
62
+ #: meteor-slides-plugin.php:88
63
  msgid "No slides found in Trash"
64
  msgstr "No se encontraron diapositivas en la papelera"
65
 
66
+ #: meteor-slides-plugin.php:127
67
+ msgid "Slideshows"
68
+ msgstr "Slideshows"
69
+
70
+ #: meteor-slides-plugin.php:128
71
+ msgid "Slideshow"
72
+ msgstr "Slideshow"
73
+
74
+ #: meteor-slides-plugin.php:129
75
+ msgid "Search Slideshows"
76
+ msgstr "Buscar Slideshows"
77
+
78
+ #: meteor-slides-plugin.php:130
79
+ msgid "Popular Slideshows"
80
+ msgstr "Popular Slideshows"
81
+
82
+ #: meteor-slides-plugin.php:131
83
+ msgid "All Slideshows"
84
+ msgstr "Todos los Slideshows"
85
+
86
+ #: meteor-slides-plugin.php:132
87
+ msgid "Parent Slideshow"
88
+ msgstr "Padres de Slideshow"
89
+
90
+ #: meteor-slides-plugin.php:133
91
+ msgid "Parent Slideshow:"
92
+ msgstr "Padres de Slideshow:"
93
+
94
+ #: meteor-slides-plugin.php:134
95
+ msgid "Edit Slideshow"
96
+ msgstr "Editar Slideshow"
97
+
98
+ #: meteor-slides-plugin.php:135
99
+ msgid "Update Slideshow"
100
+ msgstr "Actualizar Slideshow"
101
+
102
+ #: meteor-slides-plugin.php:136
103
+ msgid "Add New Slideshow"
104
+ msgstr "Añadir Nueva Slideshow"
105
+
106
+ #: meteor-slides-plugin.php:137
107
+ msgid "New Slideshow Name"
108
+ msgstr "Nueva Slideshow Nombre"
109
+
110
+ #: meteor-slides-plugin.php:159
111
  msgid "Slide Image"
112
  msgstr "Imagen de la diapositiva"
113
 
114
+ #: meteor-slides-plugin.php:194
115
  msgid "Add the URL this slide should link to."
116
  msgstr "Incluir URL a donde apuntara esta diapositiva"
117
 
118
+ #: meteor-slides-plugin.php:206
119
  msgid "Slide Link"
120
  msgstr "Link de diapositiva"
121
 
122
+ #: meteor-slides-plugin.php:324
123
  msgid "Slides Settings"
124
  msgstr "Configuración de diapositiva"
125
 
126
+ #: meteor-slides-plugin.php:324
127
  msgid "Settings"
128
  msgstr "Configuración"
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 "Cantidad de diapositiva"
137
 
138
+ #: meteor-slides-plugin.php:362
139
  msgid "Slide Height"
140
  msgstr "Alto de diapositiva"
141
 
142
+ #: meteor-slides-plugin.php:364
143
  msgid "Slide Width"
144
  msgstr "Ancho de diapositiva"
145
 
146
+ #: meteor-slides-plugin.php:366
147
  msgid "Transition Style"
148
  msgstr "Estilo de las trasiciones"
149
 
150
+ #: meteor-slides-plugin.php:368
151
  msgid "Transition Speed"
152
  msgstr "Velocidad de las trasiciones"
153
 
154
+ #: meteor-slides-plugin.php:370
155
  msgid "Slide Duration"
156
  msgstr "Duación de las diapositivas"
157
 
158
+ #: meteor-slides-plugin.php:372
159
+ msgid "Slideshow Navigation"
160
+ msgstr "Slideshow Navegación"
161
+
162
+ #: meteor-slides-plugin.php:605
163
+ msgid "Add a slideshow widget to a sidebar"
164
  msgstr "Incluir Meteor Slides slideshow en la barra lateral"
165
 
166
+ #: meteor-slides-plugin.php:609
167
  msgid "Meteor Slides Widget"
168
  msgstr "Meteor Slides Widget"
169
 
170
+ #: meteor-slides-plugin.php:653
171
+ msgid "Title:"
172
+ msgstr "Título:"
173
+
174
+ #: meteor-slides-plugin.php:656
175
+ msgid "Slideshow:"
176
+ msgstr "Slideshow:"
177
+
178
+ #: meteor-slides-plugin.php:659
179
+ msgid "Metadata:"
180
+ msgstr "Metadatos"
181
+
182
  #: meteor-slides-settings.php:7
183
  msgid "Set up your slideshow using the options below."
184
  msgstr "Configurá tu slideshow usando las siguientes opciones"
301
  msgid "seconds"
302
  msgstr "segundos"
303
 
304
+ #: meteor-slides-settings.php:83
305
+ msgid "None"
306
+ msgstr "Ninguna"
307
+
308
+ #: meteor-slides-settings.php:84
309
+ msgid "Previous/Next"
310
+ msgstr "Anterior / Siguiente"
311
+
312
+ #: meteor-slides-settings.php:85
313
+ msgid "Paged"
314
+ msgstr "Paginado"
315
+
316
+ #: meteor-slides-settings.php:86
317
+ msgid "Both"
318
+ msgstr "Ambos"
319
+
320
+ #: meteor-slides-settings.php:112
321
  msgid "Meteor Slides Settings"
322
  msgstr "Configuraciones de Meteor Slides"
323
 
324
+ #: meteor-slides-settings.php:126
325
  msgid "Save Changes"
326
  msgstr "Guardar cambios"
327
 
328
+ #: meteor-slides-settings.php:132
329
  msgid "Install Slideshow"
330
  msgstr "Instrucciones de instalación"
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 "Incluí la siguinete %1$s línea para insertar el slideshow en tu Tema, o podes usar %2$s para incluirlo en tus entradas o páginas. %3$sMás información%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 "Por favor %1$sreportá cualquier pregunta%2$s o problema en los foros de soporte de WordPress."
341
 
342
+ #: meteor-slideshow.php:17
343
+ #: meteor-slideshow.php:29
344
+ msgid "Previous"
345
+ msgstr "Anterior"
346
+
347
+ #: meteor-slideshow.php:19
348
+ #: meteor-slideshow.php:31
349
+ msgid "Next"
350
+ msgstr "Siguiente"
351
+
languages/meteor-slides-fr_FR.mo CHANGED
Binary file
languages/meteor-slides-fr_FR.po CHANGED
@@ -1,121 +1,184 @@
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Meteor Slides 1.2\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-07-16 13:34-0600\n"
6
- "PO-Revision-Date: 2010-07-19 11:15+0100\n"
7
- "Last-Translator: Kickflowers <florent.quiquandon@gmail.com>\n"
8
- "Language-Team: Josh Leuze <mail@jleuze.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-Country: UNITED STATES\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: meteor-slides-plugin.php:76
19
  msgid "Slides"
20
  msgstr "Diaporamas"
21
 
22
- #: meteor-slides-plugin.php:77
23
  msgid "Slide"
24
  msgstr "Diaporama"
25
 
26
- #: meteor-slides-plugin.php:78
27
  msgid "Add New"
28
  msgstr "Ajoutez un nouveau"
29
 
30
- #: meteor-slides-plugin.php:79
31
  msgid "Add New Slide"
32
  msgstr "Ajoutez un nouveau diaporama"
33
 
34
- #: meteor-slides-plugin.php:80
35
  msgid "Edit Slide"
36
  msgstr "Modifier le diaporama"
37
 
38
- #: meteor-slides-plugin.php:81
39
  msgid "Edit"
40
  msgstr "Modifier"
41
 
42
- #: meteor-slides-plugin.php:82
43
  msgid "New Slide"
44
  msgstr "Nouveau diaporama"
45
 
46
- #: meteor-slides-plugin.php:83
47
- #: meteor-slides-plugin.php:87
48
  msgid "View Slide"
49
  msgstr "Voir le diaporama"
50
 
51
- #: meteor-slides-plugin.php:84
52
  msgid "Search Slides"
53
  msgstr "Chercher un diaporama"
54
 
55
- #: meteor-slides-plugin.php:85
56
  msgid "No slides found"
57
  msgstr "Aucun diaporamas trouvés"
58
 
59
- #: meteor-slides-plugin.php:86
60
  msgid "No slides found in Trash"
61
  msgstr "Aucun diaporamas trouvés dans la corbeille"
62
 
63
- #: meteor-slides-plugin.php:119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  msgid "Slide Image"
65
  msgstr "Image slide"
66
 
67
- #: meteor-slides-plugin.php:154
68
  msgid "Add the URL this slide should link to."
69
  msgstr "Ajoutez l'URL qui se référe à ce diaporama"
70
 
71
- #: meteor-slides-plugin.php:166
72
  msgid "Slide Link"
73
  msgstr "Lien du diaporama"
74
 
75
- #: meteor-slides-plugin.php:230
76
  msgid "Slides Settings"
77
  msgstr "Réglages du diaporama"
78
 
79
- #: meteor-slides-plugin.php:230
80
  msgid "Settings"
81
  msgstr "Réglages"
82
 
83
- #: meteor-slides-plugin.php:248
84
  msgid "Configure Slideshow"
85
  msgstr "Configurer le diaporama"
86
 
87
- #: meteor-slides-plugin.php:250
88
  msgid "Slideshow Quantity"
89
  msgstr "Quantité de diaporama"
90
 
91
- #: meteor-slides-plugin.php:252
92
  msgid "Slide Height"
93
  msgstr "Hauteur du diaporama"
94
 
95
- #: meteor-slides-plugin.php:254
96
  msgid "Slide Width"
97
  msgstr "Largeur du diaporama"
98
 
99
- #: meteor-slides-plugin.php:256
100
  msgid "Transition Style"
101
  msgstr "Effet de transition"
102
 
103
- #: meteor-slides-plugin.php:258
104
  msgid "Transition Speed"
105
  msgstr "Vitesse de transition"
106
 
107
- #: meteor-slides-plugin.php:260
108
  msgid "Slide Duration"
109
  msgstr "Durée du diaporama"
110
 
111
- #: meteor-slides-plugin.php:471
112
- msgid "Add Meteor Slides slideshow to a sidebar"
 
 
 
 
113
  msgstr "Ajoutez un Meteor Slide à la barre latérale"
114
 
115
- #: meteor-slides-plugin.php:475
116
  msgid "Meteor Slides Widget"
117
  msgstr "Widget Meteor Slide"
118
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  #: meteor-slides-settings.php:7
120
  msgid "Set up your slideshow using the options below."
121
  msgstr "Configurer votre diaporama en utilisant les options ci-dessous"
@@ -123,19 +186,19 @@ msgstr "Configurer votre diaporama en utilisant les options ci-dessous"
123
  #: meteor-slides-settings.php:21
124
  #: meteor-slides-settings.php:31
125
  msgid "px"
126
- msgstr "px"
127
 
128
  #: meteor-slides-settings.php:41
129
  msgid "blindX"
130
- msgstr "blindX"
131
 
132
  #: meteor-slides-settings.php:41
133
  msgid "blindY"
134
- msgstr "blindY"
135
 
136
  #: meteor-slides-settings.php:41
137
  msgid "blindZ"
138
- msgstr "blindZ"
139
 
140
  #: meteor-slides-settings.php:41
141
  msgid "cover"
@@ -195,11 +258,11 @@ msgstr "roulement Vert"
195
 
196
  #: meteor-slides-settings.php:41
197
  msgid "slideX"
198
- msgstr "slideX"
199
 
200
  #: meteor-slides-settings.php:41
201
  msgid "slideY"
202
- msgstr "slideY"
203
 
204
  #: meteor-slides-settings.php:41
205
  msgid "shuffle"
@@ -238,25 +301,51 @@ msgstr "zoomer"
238
  msgid "seconds"
239
  msgstr "secondes"
240
 
241
- #: meteor-slides-settings.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  msgid "Meteor Slides Settings"
243
  msgstr "Réglages Meteor Slide"
244
 
245
- #: meteor-slides-settings.php:101
246
  msgid "Save Changes"
247
  msgstr "Enregistrer les changements"
248
 
249
- #: meteor-slides-settings.php:107
250
  msgid "Install Slideshow"
251
  msgstr "Installer Meteor Slide"
252
 
253
- #: meteor-slides-settings.php:109
254
  #, php-format
255
- 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 to add it to a sidebar."
256
- msgstr "Pour ajouter les diaporamas à votre thème utilisez %1$s, pourles 'ajouter au contenu de vos articles ou pages, utilisez %2s, ou utilisez le widget Meteor Slides pour rajoutez les diaporamas à votre barre latérale. "
257
 
258
- #: meteor-slides-settings.php:111
259
  #, php-format
260
  msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
261
  msgstr "S'il vous plait veuillez poster %1$s vos questions ou problemes %2$s dans le forum de support sur Wordpress.org"
262
 
 
 
 
 
 
 
 
 
 
 
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:23-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 "Diaporamas"
24
 
25
+ #: meteor-slides-plugin.php:79
26
  msgid "Slide"
27
  msgstr "Diaporama"
28
 
29
+ #: meteor-slides-plugin.php:80
30
  msgid "Add New"
31
  msgstr "Ajoutez un nouveau"
32
 
33
+ #: meteor-slides-plugin.php:81
34
  msgid "Add New Slide"
35
  msgstr "Ajoutez un nouveau diaporama"
36
 
37
+ #: meteor-slides-plugin.php:82
38
  msgid "Edit Slide"
39
  msgstr "Modifier le diaporama"
40
 
41
+ #: meteor-slides-plugin.php:83
42
  msgid "Edit"
43
  msgstr "Modifier"
44
 
45
+ #: meteor-slides-plugin.php:84
46
  msgid "New Slide"
47
  msgstr "Nouveau diaporama"
48
 
49
+ #: meteor-slides-plugin.php:85
50
+ #: meteor-slides-plugin.php:89
51
  msgid "View Slide"
52
  msgstr "Voir le diaporama"
53
 
54
+ #: meteor-slides-plugin.php:86
55
  msgid "Search Slides"
56
  msgstr "Chercher un diaporama"
57
 
58
+ #: meteor-slides-plugin.php:87
59
  msgid "No slides found"
60
  msgstr "Aucun diaporamas trouvés"
61
 
62
+ #: meteor-slides-plugin.php:88
63
  msgid "No slides found in Trash"
64
  msgstr "Aucun diaporamas trouvés dans la corbeille"
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 "Image slide"
113
 
114
+ #: meteor-slides-plugin.php:194
115
  msgid "Add the URL this slide should link to."
116
  msgstr "Ajoutez l'URL qui se référe à ce diaporama"
117
 
118
+ #: meteor-slides-plugin.php:206
119
  msgid "Slide Link"
120
  msgstr "Lien du diaporama"
121
 
122
+ #: meteor-slides-plugin.php:324
123
  msgid "Slides Settings"
124
  msgstr "Réglages du diaporama"
125
 
126
+ #: meteor-slides-plugin.php:324
127
  msgid "Settings"
128
  msgstr "Réglages"
129
 
130
+ #: meteor-slides-plugin.php:358
131
  msgid "Configure Slideshow"
132
  msgstr "Configurer le diaporama"
133
 
134
+ #: meteor-slides-plugin.php:360
135
  msgid "Slideshow Quantity"
136
  msgstr "Quantité de diaporama"
137
 
138
+ #: meteor-slides-plugin.php:362
139
  msgid "Slide Height"
140
  msgstr "Hauteur du diaporama"
141
 
142
+ #: meteor-slides-plugin.php:364
143
  msgid "Slide Width"
144
  msgstr "Largeur du diaporama"
145
 
146
+ #: meteor-slides-plugin.php:366
147
  msgid "Transition Style"
148
  msgstr "Effet de transition"
149
 
150
+ #: meteor-slides-plugin.php:368
151
  msgid "Transition Speed"
152
  msgstr "Vitesse de transition"
153
 
154
+ #: meteor-slides-plugin.php:370
155
  msgid "Slide Duration"
156
  msgstr "Durée du diaporama"
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 "Ajoutez un Meteor Slide à la barre latérale"
165
 
166
+ #: meteor-slides-plugin.php:609
167
  msgid "Meteor Slides Widget"
168
  msgstr "Widget Meteor Slide"
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 "Configurer votre diaporama en utilisant les options ci-dessous"
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"
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"
301
  msgid "seconds"
302
  msgstr "secondes"
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 "Réglages Meteor Slide"
323
 
324
+ #: meteor-slides-settings.php:126
325
  msgid "Save Changes"
326
  msgstr "Enregistrer les changements"
327
 
328
+ #: meteor-slides-settings.php:132
329
  msgid "Install Slideshow"
330
  msgstr "Installer Meteor Slide"
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 "Pour ajouter les diaporamas à votre thème utilisez %1$s, pourles 'ajouter au contenu de vos articles ou pages, utilisez %2$s, ou utilisez le widget Meteor Slides pour rajoutez les diaporamas à votre barre latérale. %3$sPlus d'informations%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 "S'il vous plait veuillez poster %1$s vos questions ou problemes %2$s dans le forum de support sur Wordpress.org"
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
+
languages/meteor-slides-id_ID.mo CHANGED
Binary file
languages/meteor-slides-id_ID.po CHANGED
@@ -1,121 +1,184 @@
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Meteor Slides 1.2\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-07-16 13:34-0600\n"
6
- "PO-Revision-Date: 2010-07-16 13:43-0600\n"
7
- "Last-Translator: Josh Leuze <jleuze@gmail.com>\n"
8
- "Language-Team: Josh Leuze <mail@jleuze.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-Country: UNITED STATES\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: meteor-slides-plugin.php:76
19
  msgid "Slides"
20
  msgstr ""
21
 
22
- #: meteor-slides-plugin.php:77
23
  msgid "Slide"
24
  msgstr ""
25
 
26
- #: meteor-slides-plugin.php:78
27
  msgid "Add New"
28
  msgstr "Tambahkan Baru"
29
 
30
- #: meteor-slides-plugin.php:79
31
  msgid "Add New Slide"
32
  msgstr "Tambahkan Salindra Baru"
33
 
34
- #: meteor-slides-plugin.php:80
35
  msgid "Edit Slide"
36
  msgstr "Sunting Salindra"
37
 
38
- #: meteor-slides-plugin.php:81
39
  msgid "Edit"
40
  msgstr "Sunting"
41
 
42
- #: meteor-slides-plugin.php:82
43
  msgid "New Slide"
44
  msgstr "Salindra Baru"
45
 
46
- #: meteor-slides-plugin.php:83
47
- #: meteor-slides-plugin.php:87
48
  msgid "View Slide"
49
  msgstr "Lihat Salindra"
50
 
51
- #: meteor-slides-plugin.php:84
52
  msgid "Search Slides"
53
  msgstr "Cari Salindra"
54
 
55
- #: meteor-slides-plugin.php:85
56
  msgid "No slides found"
57
  msgstr "Tidak ditemukan salindra"
58
 
59
- #: meteor-slides-plugin.php:86
60
  msgid "No slides found in Trash"
61
  msgstr "Tidak ditemukan salindra di tong sampah"
62
 
63
- #: meteor-slides-plugin.php:119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  msgid "Slide Image"
65
  msgstr "Gambar Salindra"
66
 
67
- #: meteor-slides-plugin.php:154
68
  msgid "Add the URL this slide should link to."
69
  msgstr "Tambahkan URL untuk tautan salindra ini."
70
 
71
- #: meteor-slides-plugin.php:166
72
  msgid "Slide Link"
73
  msgstr "Tautan Salindra"
74
 
75
- #: meteor-slides-plugin.php:230
76
  msgid "Slides Settings"
77
  msgstr "Pengaturan Salindra"
78
 
79
- #: meteor-slides-plugin.php:230
80
  msgid "Settings"
81
  msgstr "Pengaturan"
82
 
83
- #: meteor-slides-plugin.php:248
84
  msgid "Configure Slideshow"
85
  msgstr "Mengatur tayangan salindra"
86
 
87
- #: meteor-slides-plugin.php:250
88
  msgid "Slideshow Quantity"
89
  msgstr "Jumlah tayangan salindra"
90
 
91
- #: meteor-slides-plugin.php:252
92
  msgid "Slide Height"
93
  msgstr "Tinggi Salindra"
94
 
95
- #: meteor-slides-plugin.php:254
96
  msgid "Slide Width"
97
  msgstr "Lebar Salindra"
98
 
99
- #: meteor-slides-plugin.php:256
100
  msgid "Transition Style"
101
  msgstr "Jenis Transisi"
102
 
103
- #: meteor-slides-plugin.php:258
104
  msgid "Transition Speed"
105
  msgstr "Kecepatan transisi"
106
 
107
- #: meteor-slides-plugin.php:260
108
  msgid "Slide Duration"
109
  msgstr "Durasi Salindra"
110
 
111
- #: meteor-slides-plugin.php:471
112
- msgid "Add Meteor Slides slideshow to a sidebar"
 
 
 
 
113
  msgstr "Tambahkan tayangan salindra Meteor Slides ke bilah sisi"
114
 
115
- #: meteor-slides-plugin.php:475
116
  msgid "Meteor Slides Widget"
117
  msgstr ""
118
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  #: meteor-slides-settings.php:7
120
  msgid "Set up your slideshow using the options below."
121
  msgstr "Susun tayangan salindra dengan pilihan dibawah ini."
@@ -238,25 +301,51 @@ msgstr ""
238
  msgid "seconds"
239
  msgstr "detik"
240
 
241
- #: meteor-slides-settings.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  msgid "Meteor Slides Settings"
243
  msgstr "Pengaturan Meteor Slides"
244
 
245
- #: meteor-slides-settings.php:101
246
  msgid "Save Changes"
247
  msgstr "Simpan Perubahan"
248
 
249
- #: meteor-slides-settings.php:107
250
  msgid "Install Slideshow"
251
  msgstr "Pasang Tayangan Salindra"
252
 
253
- #: meteor-slides-settings.php:109
254
  #, php-format
255
- 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 to add it to a sidebar."
256
- msgstr "Gunakan %1$s untuk menambahkan tayangan salindra ini dalam tema anda, gunakan %2$s untuk menggunakannya kedalam tulisan atau muatan halaman, atau gunakan Meteor Slide Widget untuk menambahkannya ke bilah sisi."
257
 
258
- #: meteor-slides-settings.php:111
259
  #, php-format
260
  msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
261
  msgstr "Silahkan tuliskan pertanyaan atau kendala anda melalui %1$sforum dukungan wordpress.org%2$s"
262
 
 
 
 
 
 
 
 
 
 
 
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:27-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 ""
24
 
25
+ #: meteor-slides-plugin.php:79
26
  msgid "Slide"
27
  msgstr ""
28
 
29
+ #: meteor-slides-plugin.php:80
30
  msgid "Add New"
31
  msgstr "Tambahkan Baru"
32
 
33
+ #: meteor-slides-plugin.php:81
34
  msgid "Add New Slide"
35
  msgstr "Tambahkan Salindra Baru"
36
 
37
+ #: meteor-slides-plugin.php:82
38
  msgid "Edit Slide"
39
  msgstr "Sunting Salindra"
40
 
41
+ #: meteor-slides-plugin.php:83
42
  msgid "Edit"
43
  msgstr "Sunting"
44
 
45
+ #: meteor-slides-plugin.php:84
46
  msgid "New Slide"
47
  msgstr "Salindra Baru"
48
 
49
+ #: meteor-slides-plugin.php:85
50
+ #: meteor-slides-plugin.php:89
51
  msgid "View Slide"
52
  msgstr "Lihat Salindra"
53
 
54
+ #: meteor-slides-plugin.php:86
55
  msgid "Search Slides"
56
  msgstr "Cari Salindra"
57
 
58
+ #: meteor-slides-plugin.php:87
59
  msgid "No slides found"
60
  msgstr "Tidak ditemukan salindra"
61
 
62
+ #: meteor-slides-plugin.php:88
63
  msgid "No slides found in Trash"
64
  msgstr "Tidak ditemukan salindra di tong sampah"
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 "Gambar Salindra"
113
 
114
+ #: meteor-slides-plugin.php:194
115
  msgid "Add the URL this slide should link to."
116
  msgstr "Tambahkan URL untuk tautan salindra ini."
117
 
118
+ #: meteor-slides-plugin.php:206
119
  msgid "Slide Link"
120
  msgstr "Tautan Salindra"
121
 
122
+ #: meteor-slides-plugin.php:324
123
  msgid "Slides Settings"
124
  msgstr "Pengaturan Salindra"
125
 
126
+ #: meteor-slides-plugin.php:324
127
  msgid "Settings"
128
  msgstr "Pengaturan"
129
 
130
+ #: meteor-slides-plugin.php:358
131
  msgid "Configure Slideshow"
132
  msgstr "Mengatur tayangan salindra"
133
 
134
+ #: meteor-slides-plugin.php:360
135
  msgid "Slideshow Quantity"
136
  msgstr "Jumlah tayangan salindra"
137
 
138
+ #: meteor-slides-plugin.php:362
139
  msgid "Slide Height"
140
  msgstr "Tinggi Salindra"
141
 
142
+ #: meteor-slides-plugin.php:364
143
  msgid "Slide Width"
144
  msgstr "Lebar Salindra"
145
 
146
+ #: meteor-slides-plugin.php:366
147
  msgid "Transition Style"
148
  msgstr "Jenis Transisi"
149
 
150
+ #: meteor-slides-plugin.php:368
151
  msgid "Transition Speed"
152
  msgstr "Kecepatan transisi"
153
 
154
+ #: meteor-slides-plugin.php:370
155
  msgid "Slide Duration"
156
  msgstr "Durasi Salindra"
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 "Tambahkan tayangan salindra Meteor Slides ke bilah sisi"
165
 
166
+ #: meteor-slides-plugin.php:609
167
  msgid "Meteor Slides Widget"
168
  msgstr ""
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 "Susun tayangan salindra dengan pilihan dibawah ini."
301
  msgid "seconds"
302
  msgstr "detik"
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 "Pengaturan Meteor Slides"
323
 
324
+ #: meteor-slides-settings.php:126
325
  msgid "Save Changes"
326
  msgstr "Simpan Perubahan"
327
 
328
+ #: meteor-slides-settings.php:132
329
  msgid "Install Slideshow"
330
  msgstr "Pasang Tayangan Salindra"
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 "Gunakan %1$s untuk menambahkan tayangan salindra ini dalam tema anda, gunakan %2$s untuk menggunakannya kedalam tulisan atau muatan halaman, atau gunakan Meteor Slide Widget untuk menambahkannya ke bilah sisi. %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 "Silahkan tuliskan pertanyaan atau kendala anda melalui %1$sforum dukungan wordpress.org%2$s"
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
+
languages/meteor-slides-it_IT.mo CHANGED
Binary file
languages/meteor-slides-it_IT.po CHANGED
@@ -1,121 +1,184 @@
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Meteor Slides 1.2\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-07-16 13:34-0600\n"
6
- "PO-Revision-Date: 2010-07-23 11:02-0600\n"
7
- "Last-Translator: Josh Leuze <jleuze@gmail.com>\n"
8
- "Language-Team: Josh Leuze <mail@jleuze.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-Country: UNITED STATES\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: meteor-slides-plugin.php:76
19
  msgid "Slides"
20
  msgstr "Slide"
21
 
22
- #: meteor-slides-plugin.php:77
23
  msgid "Slide"
24
  msgstr "Slide"
25
 
26
- #: meteor-slides-plugin.php:78
27
  msgid "Add New"
28
  msgstr "Aggiungi Nuova"
29
 
30
- #: meteor-slides-plugin.php:79
31
  msgid "Add New Slide"
32
  msgstr "Aggiungi Nuova Slide"
33
 
34
- #: meteor-slides-plugin.php:80
35
  msgid "Edit Slide"
36
  msgstr "Modifica Slide"
37
 
38
- #: meteor-slides-plugin.php:81
39
  msgid "Edit"
40
  msgstr "Modifica"
41
 
42
- #: meteor-slides-plugin.php:82
43
  msgid "New Slide"
44
  msgstr "Nuova Slide"
45
 
46
- #: meteor-slides-plugin.php:83
47
- #: meteor-slides-plugin.php:87
48
  msgid "View Slide"
49
  msgstr "Guarda Slide"
50
 
51
- #: meteor-slides-plugin.php:84
52
  msgid "Search Slides"
53
  msgstr "Cerca Slide"
54
 
55
- #: meteor-slides-plugin.php:85
56
  msgid "No slides found"
57
  msgstr "Non sono state trovate Slide"
58
 
59
- #: meteor-slides-plugin.php:86
60
  msgid "No slides found in Trash"
61
  msgstr "Non ci sono slide nel cestino"
62
 
63
- #: meteor-slides-plugin.php:119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  msgid "Slide Image"
65
  msgstr "Immagine della Slide"
66
 
67
- #: meteor-slides-plugin.php:154
68
  msgid "Add the URL this slide should link to."
69
  msgstr "Aggiungi l'URL a cui questa slide linkerà."
70
 
71
- #: meteor-slides-plugin.php:166
72
  msgid "Slide Link"
73
  msgstr "Link della Slide"
74
 
75
- #: meteor-slides-plugin.php:230
76
  msgid "Slides Settings"
77
  msgstr "Impostazioni Slide"
78
 
79
- #: meteor-slides-plugin.php:230
80
  msgid "Settings"
81
  msgstr "Impostazioni"
82
 
83
- #: meteor-slides-plugin.php:248
84
  msgid "Configure Slideshow"
85
  msgstr "Configura Slideshow"
86
 
87
- #: meteor-slides-plugin.php:250
88
  msgid "Slideshow Quantity"
89
  msgstr "Quantità degli Slideshow"
90
 
91
- #: meteor-slides-plugin.php:252
92
  msgid "Slide Height"
93
  msgstr "Altezza Slide"
94
 
95
- #: meteor-slides-plugin.php:254
96
  msgid "Slide Width"
97
  msgstr "Larghezza Slide"
98
 
99
- #: meteor-slides-plugin.php:256
100
  msgid "Transition Style"
101
  msgstr "Stile Transizione"
102
 
103
- #: meteor-slides-plugin.php:258
104
  msgid "Transition Speed"
105
  msgstr "Velocità Transizione"
106
 
107
- #: meteor-slides-plugin.php:260
108
  msgid "Slide Duration"
109
  msgstr "Durata Slide"
110
 
111
- #: meteor-slides-plugin.php:471
112
- msgid "Add Meteor Slides slideshow to a sidebar"
 
 
 
 
113
  msgstr "Aggiungi il Meteor Slides slideshow in sidebar"
114
 
115
- #: meteor-slides-plugin.php:475
116
  msgid "Meteor Slides Widget"
117
  msgstr ""
118
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  #: meteor-slides-settings.php:7
120
  msgid "Set up your slideshow using the options below."
121
  msgstr "Configura il tuo slideshow usando le opzioni qui sotto."
@@ -238,25 +301,51 @@ msgstr ""
238
  msgid "seconds"
239
  msgstr "secondi"
240
 
241
- #: meteor-slides-settings.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  msgid "Meteor Slides Settings"
243
  msgstr "Impostazioni Meteor Slides"
244
 
245
- #: meteor-slides-settings.php:101
246
  msgid "Save Changes"
247
  msgstr "Salva Cambiamenti"
248
 
249
- #: meteor-slides-settings.php:107
250
  msgid "Install Slideshow"
251
  msgstr "Installa Slideshow"
252
 
253
- #: meteor-slides-settings.php:109
254
  #, php-format
255
- 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 to add it to a sidebar."
256
- msgstr "Usa %1$s per aggiungere questo slideshow al tuo tema, usa %2$s per aggiungerlo in un Post o Pagina, o usa il Meteor Slides Widget per aggiungerlo in sidebar."
257
 
258
- #: meteor-slides-settings.php:111
259
  #, php-format
260
  msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
261
  msgstr "Per favore, %1$sper ogni domanda o problema usa il forum di supporto di wordpress.org.%2$s"
262
 
 
 
 
 
 
 
 
 
 
 
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:30-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 "Slide"
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 "Aggiungi Nuova"
32
 
33
+ #: meteor-slides-plugin.php:81
34
  msgid "Add New Slide"
35
  msgstr "Aggiungi Nuova Slide"
36
 
37
+ #: meteor-slides-plugin.php:82
38
  msgid "Edit Slide"
39
  msgstr "Modifica Slide"
40
 
41
+ #: meteor-slides-plugin.php:83
42
  msgid "Edit"
43
  msgstr "Modifica"
44
 
45
+ #: meteor-slides-plugin.php:84
46
  msgid "New Slide"
47
  msgstr "Nuova Slide"
48
 
49
+ #: meteor-slides-plugin.php:85
50
+ #: meteor-slides-plugin.php:89
51
  msgid "View Slide"
52
  msgstr "Guarda Slide"
53
 
54
+ #: meteor-slides-plugin.php:86
55
  msgid "Search Slides"
56
  msgstr "Cerca Slide"
57
 
58
+ #: meteor-slides-plugin.php:87
59
  msgid "No slides found"
60
  msgstr "Non sono state trovate Slide"
61
 
62
+ #: meteor-slides-plugin.php:88
63
  msgid "No slides found in Trash"
64
  msgstr "Non ci sono slide nel cestino"
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 "Immagine della Slide"
113
 
114
+ #: meteor-slides-plugin.php:194
115
  msgid "Add the URL this slide should link to."
116
  msgstr "Aggiungi l'URL a cui questa slide linkerà."
117
 
118
+ #: meteor-slides-plugin.php:206
119
  msgid "Slide Link"
120
  msgstr "Link della Slide"
121
 
122
+ #: meteor-slides-plugin.php:324
123
  msgid "Slides Settings"
124
  msgstr "Impostazioni Slide"
125
 
126
+ #: meteor-slides-plugin.php:324
127
  msgid "Settings"
128
  msgstr "Impostazioni"
129
 
130
+ #: meteor-slides-plugin.php:358
131
  msgid "Configure Slideshow"
132
  msgstr "Configura Slideshow"
133
 
134
+ #: meteor-slides-plugin.php:360
135
  msgid "Slideshow Quantity"
136
  msgstr "Quantità degli Slideshow"
137
 
138
+ #: meteor-slides-plugin.php:362
139
  msgid "Slide Height"
140
  msgstr "Altezza Slide"
141
 
142
+ #: meteor-slides-plugin.php:364
143
  msgid "Slide Width"
144
  msgstr "Larghezza Slide"
145
 
146
+ #: meteor-slides-plugin.php:366
147
  msgid "Transition Style"
148
  msgstr "Stile Transizione"
149
 
150
+ #: meteor-slides-plugin.php:368
151
  msgid "Transition Speed"
152
  msgstr "Velocità Transizione"
153
 
154
+ #: meteor-slides-plugin.php:370
155
  msgid "Slide Duration"
156
  msgstr "Durata 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 "Aggiungi il Meteor Slides slideshow in sidebar"
165
 
166
+ #: meteor-slides-plugin.php:609
167
  msgid "Meteor Slides Widget"
168
  msgstr ""
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 "Configura il tuo slideshow usando le opzioni qui sotto."
301
  msgid "seconds"
302
  msgstr "secondi"
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 "Impostazioni Meteor Slides"
323
 
324
+ #: meteor-slides-settings.php:126
325
  msgid "Save Changes"
326
  msgstr "Salva Cambiamenti"
327
 
328
+ #: meteor-slides-settings.php:132
329
  msgid "Install Slideshow"
330
  msgstr "Installa 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 "Usa %1$s per aggiungere questo slideshow al tuo tema, usa %2$s per aggiungerlo in un Post o Pagina, o usa il Meteor Slides Widget per aggiungerlo in 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 "Per favore, %1$sper ogni domanda o problema usa il forum di supporto di wordpress.org.%2$s"
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
+
languages/meteor-slides-pt_BR.mo CHANGED
Binary file
languages/meteor-slides-pt_BR.po CHANGED
@@ -1,124 +1,187 @@
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Meteor Slides 1.2\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-07-16 13:34-0600\n"
6
- "PO-Revision-Date: 2010-08-08 10:13-0600\n"
7
  "Last-Translator: Josh Leuze <mail@jleuze.com>\n"
8
- "Language-Team: Josh Leuze <mail@jleuze.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-Country: UNITED STATES\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: meteor-slides-plugin.php:76
19
  msgid "Slides"
20
  msgstr "Slides"
21
 
22
- #: meteor-slides-plugin.php:77
23
  msgid "Slide"
24
  msgstr "Slide"
25
 
26
- #: meteor-slides-plugin.php:78
27
  msgid "Add New"
28
  msgstr "Adicionar Novo"
29
 
30
- #: meteor-slides-plugin.php:79
31
  msgid "Add New Slide"
32
  msgstr "Adicionar Novo Slide"
33
 
34
- #: meteor-slides-plugin.php:80
35
  msgid "Edit Slide"
36
  msgstr "Editar Slide"
37
 
38
- #: meteor-slides-plugin.php:81
39
  msgid "Edit"
40
  msgstr "Editar"
41
 
42
- #: meteor-slides-plugin.php:82
43
  msgid "New Slide"
44
  msgstr "Novo Slide"
45
 
46
- #: meteor-slides-plugin.php:83
47
- #: meteor-slides-plugin.php:87
48
  msgid "View Slide"
49
  msgstr "Ver Slide"
50
 
51
- #: meteor-slides-plugin.php:84
52
  msgid "Search Slides"
53
  msgstr "Procurar Slides"
54
 
55
- #: meteor-slides-plugin.php:85
56
  msgid "No slides found"
57
  msgstr "Slides não encontrados"
58
 
59
- #: meteor-slides-plugin.php:86
60
  msgid "No slides found in Trash"
61
  msgstr "Nenhum slide encontrado na lixeira"
62
 
63
- #: meteor-slides-plugin.php:119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  msgid "Slide Image"
65
  msgstr "Imagem do Slide"
66
 
67
- #: meteor-slides-plugin.php:154
68
  msgid "Add the URL this slide should link to."
69
  msgstr "Adicionar Link no Slide"
70
 
71
- #: meteor-slides-plugin.php:166
72
  msgid "Slide Link"
73
  msgstr "Link do Slide"
74
 
75
- #: meteor-slides-plugin.php:230
76
  msgid "Slides Settings"
77
  msgstr "Configurações dos Slides"
78
 
79
- #: meteor-slides-plugin.php:230
80
  msgid "Settings"
81
  msgstr "Configurações"
82
 
83
- #: meteor-slides-plugin.php:248
84
  msgid "Configure Slideshow"
85
  msgstr "Configurar Slideshow"
86
 
87
- #: meteor-slides-plugin.php:250
88
  msgid "Slideshow Quantity"
89
  msgstr "Quantidade de Slides"
90
 
91
- #: meteor-slides-plugin.php:252
92
  msgid "Slide Height"
93
  msgstr "Altura do Slide"
94
 
95
- #: meteor-slides-plugin.php:254
96
  msgid "Slide Width"
97
  msgstr "Largura do Slide"
98
 
99
- #: meteor-slides-plugin.php:256
100
  msgid "Transition Style"
101
  msgstr "Estilo de Transição"
102
 
103
- #: meteor-slides-plugin.php:258
104
  msgid "Transition Speed"
105
  msgstr "Velocidade da Transição"
106
 
107
- #: meteor-slides-plugin.php:260
108
  msgid "Slide Duration"
109
  msgstr "Duração do Slide"
110
 
111
- #: meteor-slides-plugin.php:471
112
- msgid "Add Meteor Slides slideshow to a sidebar"
 
 
 
 
113
  msgstr "Adicionar Meteor Slides em uma sidebar"
114
 
115
- #: meteor-slides-plugin.php:475
116
  msgid "Meteor Slides Widget"
117
  msgstr "Widget do Meteor Slides"
118
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  #: meteor-slides-settings.php:7
120
  msgid "Set up your slideshow using the options below."
121
- msgstr "Configure o seu slideshow usando as opções abaixo."
122
 
123
  #: meteor-slides-settings.php:21
124
  #: meteor-slides-settings.php:31
@@ -238,25 +301,51 @@ msgstr ""
238
  msgid "seconds"
239
  msgstr "segundos"
240
 
241
- #: meteor-slides-settings.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  msgid "Meteor Slides Settings"
243
  msgstr "Configurações do Meteor Slides"
244
 
245
- #: meteor-slides-settings.php:101
246
  msgid "Save Changes"
247
  msgstr "Salvar Alterações"
248
 
249
- #: meteor-slides-settings.php:107
250
  msgid "Install Slideshow"
251
  msgstr "Instalar Slideshow"
252
 
253
- #: meteor-slides-settings.php:109
254
  #, php-format
255
- 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 to add it to a sidebar."
256
- 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."
257
 
258
- #: meteor-slides-settings.php:111
259
  #, php-format
260
  msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
261
  msgstr ""
262
 
 
 
 
 
 
 
 
 
 
 
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
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
+
languages/meteor-slides-ro_RO.mo CHANGED
Binary file
languages/meteor-slides-ro_RO.po CHANGED
@@ -1,105 +1,184 @@
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Meteor Slides 1.2\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-07-15 15:49-0600\n"
6
- "PO-Revision-Date: 2010-07-18 20:06+0200\n"
7
- "Last-Translator: Eugen Paun <paun.eugen@gmail.com>\n"
8
- "Language-Team: Josh Leuze <mail@jleuze.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-Country: UNITED STATES\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
 
 
 
 
18
  #: meteor-slides-plugin.php:79
 
 
 
 
 
 
 
 
19
  msgid "Add New Slide"
20
  msgstr "Adaugă o imagine"
21
 
22
- #: meteor-slides-plugin.php:80
23
  msgid "Edit Slide"
24
  msgstr "Modifică imagine"
25
 
26
- #: meteor-slides-plugin.php:82
 
 
 
 
27
  msgid "New Slide"
28
  msgstr "Imagine nouă"
29
 
30
- #: meteor-slides-plugin.php:83
31
- #: meteor-slides-plugin.php:87
32
  msgid "View Slide"
33
  msgstr "Vizualizează imagine"
34
 
35
- #: meteor-slides-plugin.php:84
36
  msgid "Search Slides"
37
  msgstr "Caută în imagini"
38
 
39
- #: meteor-slides-plugin.php:85
40
  msgid "No slides found"
41
  msgstr "Nicio imagine disponibilă"
42
 
43
- #: meteor-slides-plugin.php:86
44
  msgid "No slides found in Trash"
45
  msgstr "Nicio imagine disponibilă în coșul de gunoi"
46
 
47
- #: meteor-slides-plugin.php:119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  msgid "Slide Image"
49
  msgstr "Imagine"
50
 
51
- #: meteor-slides-plugin.php:136
52
  msgid "Add the URL this slide should link to."
53
  msgstr "Adaugă link pentru această imagine"
54
 
55
- #: meteor-slides-plugin.php:168
56
  msgid "Slide Link"
57
  msgstr "Link imagine"
58
 
59
- #: meteor-slides-plugin.php:232
60
  msgid "Slides Settings"
61
  msgstr "Configurare imagini"
62
 
63
- #: meteor-slides-plugin.php:232
64
  msgid "Settings"
65
  msgstr "Configurare"
66
 
67
- #: meteor-slides-plugin.php:250
68
  msgid "Configure Slideshow"
69
  msgstr "Configurare slideshow"
70
 
71
- #: meteor-slides-plugin.php:252
72
  msgid "Slideshow Quantity"
73
  msgstr "Numărul de imagini din slideshow"
74
 
75
- #: meteor-slides-plugin.php:254
76
  msgid "Slide Height"
77
  msgstr "Înălțime imagine"
78
 
79
- #: meteor-slides-plugin.php:256
80
  msgid "Slide Width"
81
  msgstr "Lățime imagine"
82
 
83
- #: meteor-slides-plugin.php:258
84
  msgid "Transition Style"
85
  msgstr "Stilul tranziției"
86
 
87
- #: meteor-slides-plugin.php:260
88
  msgid "Transition Speed"
89
  msgstr "Viteza tranziției"
90
 
91
- #: meteor-slides-plugin.php:262
92
  msgid "Slide Duration"
93
  msgstr "Durata slideshow"
94
 
95
- #: meteor-slides-plugin.php:475
96
- msgid "Add Meteor Slides slideshow to a sidebar"
 
 
 
 
97
  msgstr "Adaugă widget Meteor Slides în sidebar"
98
 
99
- #: meteor-slides-plugin.php:479
100
  msgid "Meteor Slides Widget"
101
  msgstr "Widget pentru Meteor Slides"
102
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  #: meteor-slides-settings.php:7
104
  msgid "Set up your slideshow using the options below."
105
  msgstr "Configurează slideshow-ul modificând opțiunile de mai jos."
@@ -107,47 +186,47 @@ msgstr "Configurează slideshow-ul modificând opțiunile de mai jos."
107
  #: meteor-slides-settings.php:21
108
  #: meteor-slides-settings.php:31
109
  msgid "px"
110
- msgstr "px"
111
 
112
  #: meteor-slides-settings.php:41
113
  msgid "blindX"
114
- msgstr "blindX"
115
 
116
  #: meteor-slides-settings.php:41
117
  msgid "blindY"
118
- msgstr "blindY"
119
 
120
  #: meteor-slides-settings.php:41
121
  msgid "blindZ"
122
- msgstr "blindZ"
123
 
124
  #: meteor-slides-settings.php:41
125
  msgid "cover"
126
- msgstr "cover"
127
 
128
  #: meteor-slides-settings.php:41
129
  msgid "curtainX"
130
- msgstr "curtainX"
131
 
132
  #: meteor-slides-settings.php:41
133
  msgid "curtainY"
134
- msgstr "curtainY"
135
 
136
  #: meteor-slides-settings.php:41
137
  msgid "fade"
138
- msgstr "fade"
139
 
140
  #: meteor-slides-settings.php:41
141
  msgid "fadeZoom"
142
- msgstr "fadeZoom"
143
 
144
  #: meteor-slides-settings.php:41
145
  msgid "growX"
146
- msgstr "growX"
147
 
148
  #: meteor-slides-settings.php:41
149
  msgid "growY"
150
- msgstr "growY"
151
 
152
  #: meteor-slides-settings.php:41
153
  msgid "none"
@@ -155,92 +234,118 @@ msgstr "nici un efect"
155
 
156
  #: meteor-slides-settings.php:41
157
  msgid "scrollUp"
158
- msgstr "scrollUp"
159
 
160
  #: meteor-slides-settings.php:41
161
  msgid "scrollDown"
162
- msgstr "scrollDown"
163
 
164
  #: meteor-slides-settings.php:41
165
  msgid "scrollLeft"
166
- msgstr "scrollLeft"
167
 
168
  #: meteor-slides-settings.php:41
169
  msgid "scrollRight"
170
- msgstr "scrollRight"
171
 
172
  #: meteor-slides-settings.php:41
173
  msgid "scrollHorz"
174
- msgstr "scrollHorz"
175
 
176
  #: meteor-slides-settings.php:41
177
  msgid "scrollVert"
178
- msgstr "scrollVert"
179
 
180
  #: meteor-slides-settings.php:41
181
  msgid "slideX"
182
- msgstr "slideX"
183
 
184
  #: meteor-slides-settings.php:41
185
  msgid "slideY"
186
- msgstr "slideY"
187
 
188
  #: meteor-slides-settings.php:41
189
  msgid "shuffle"
190
- msgstr "shuffle"
191
 
192
  #: meteor-slides-settings.php:41
193
  msgid "turnUp"
194
- msgstr "turnUp"
195
 
196
  #: meteor-slides-settings.php:41
197
  msgid "turnDown"
198
- msgstr "turnDown"
199
 
200
  #: meteor-slides-settings.php:41
201
  msgid "turnLeft"
202
- msgstr "turnLeft"
203
 
204
  #: meteor-slides-settings.php:41
205
  msgid "turnRight"
206
- msgstr "turnRight"
207
 
208
  #: meteor-slides-settings.php:41
209
  msgid "uncover"
210
- msgstr "uncover"
211
 
212
  #: meteor-slides-settings.php:41
213
  msgid "wipe"
214
- msgstr "wipe"
215
 
216
  #: meteor-slides-settings.php:41
217
  msgid "zoom"
218
- msgstr "zoom"
219
 
220
  #: meteor-slides-settings.php:63
221
  #: meteor-slides-settings.php:73
222
  msgid "seconds"
223
  msgstr "secunde"
224
 
225
- #: meteor-slides-settings.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
226
  msgid "Meteor Slides Settings"
227
  msgstr "Configurare Meteor Slides"
228
 
229
- #: meteor-slides-settings.php:101
230
  msgid "Save Changes"
231
  msgstr "Salvează modificările"
232
 
233
- #: meteor-slides-settings.php:107
234
  msgid "Install Slideshow"
235
  msgstr "Instalare slideshow"
236
 
237
- #: meteor-slides-settings.php:109
238
  #, php-format
239
- 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 to add it to a sidebar."
240
- msgstr "Folosește %1$s pentru a adăuga acest slideshow în tema curentă. Utilizează shortcode-ul %2$s pentru a adăuga slideshow-ul într-o pagină sau articol, sau folosește widgetul pentru Meteor Slides pe care îl poți adăuga în orice zonă widgetizată din tema ta."
241
 
242
- #: meteor-slides-settings.php:111
243
  #, php-format
244
  msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
245
  msgstr ""
246
 
 
 
 
 
 
 
 
 
 
 
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:41-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 ""
24
+
25
  #: meteor-slides-plugin.php:79
26
+ msgid "Slide"
27
+ msgstr ""
28
+
29
+ #: meteor-slides-plugin.php:80
30
+ msgid "Add New"
31
+ msgstr ""
32
+
33
+ #: meteor-slides-plugin.php:81
34
  msgid "Add New Slide"
35
  msgstr "Adaugă o imagine"
36
 
37
+ #: meteor-slides-plugin.php:82
38
  msgid "Edit Slide"
39
  msgstr "Modifică imagine"
40
 
41
+ #: meteor-slides-plugin.php:83
42
+ msgid "Edit"
43
+ msgstr ""
44
+
45
+ #: meteor-slides-plugin.php:84
46
  msgid "New Slide"
47
  msgstr "Imagine nouă"
48
 
49
+ #: meteor-slides-plugin.php:85
50
+ #: meteor-slides-plugin.php:89
51
  msgid "View Slide"
52
  msgstr "Vizualizează imagine"
53
 
54
+ #: meteor-slides-plugin.php:86
55
  msgid "Search Slides"
56
  msgstr "Caută în imagini"
57
 
58
+ #: meteor-slides-plugin.php:87
59
  msgid "No slides found"
60
  msgstr "Nicio imagine disponibilă"
61
 
62
+ #: meteor-slides-plugin.php:88
63
  msgid "No slides found in Trash"
64
  msgstr "Nicio imagine disponibilă în coșul de gunoi"
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 "Imagine"
113
 
114
+ #: meteor-slides-plugin.php:194
115
  msgid "Add the URL this slide should link to."
116
  msgstr "Adaugă link pentru această imagine"
117
 
118
+ #: meteor-slides-plugin.php:206
119
  msgid "Slide Link"
120
  msgstr "Link imagine"
121
 
122
+ #: meteor-slides-plugin.php:324
123
  msgid "Slides Settings"
124
  msgstr "Configurare imagini"
125
 
126
+ #: meteor-slides-plugin.php:324
127
  msgid "Settings"
128
  msgstr "Configurare"
129
 
130
+ #: meteor-slides-plugin.php:358
131
  msgid "Configure Slideshow"
132
  msgstr "Configurare slideshow"
133
 
134
+ #: meteor-slides-plugin.php:360
135
  msgid "Slideshow Quantity"
136
  msgstr "Numărul de imagini din slideshow"
137
 
138
+ #: meteor-slides-plugin.php:362
139
  msgid "Slide Height"
140
  msgstr "Înălțime imagine"
141
 
142
+ #: meteor-slides-plugin.php:364
143
  msgid "Slide Width"
144
  msgstr "Lățime imagine"
145
 
146
+ #: meteor-slides-plugin.php:366
147
  msgid "Transition Style"
148
  msgstr "Stilul tranziției"
149
 
150
+ #: meteor-slides-plugin.php:368
151
  msgid "Transition Speed"
152
  msgstr "Viteza tranziției"
153
 
154
+ #: meteor-slides-plugin.php:370
155
  msgid "Slide Duration"
156
  msgstr "Durata slideshow"
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 "Adaugă widget Meteor Slides în sidebar"
165
 
166
+ #: meteor-slides-plugin.php:609
167
  msgid "Meteor Slides Widget"
168
  msgstr "Widget pentru 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 "Configurează slideshow-ul modificând opțiunile de mai jos."
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"
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 "secunde"
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 "Configurare Meteor Slides"
323
 
324
+ #: meteor-slides-settings.php:126
325
  msgid "Save Changes"
326
  msgstr "Salvează modificările"
327
 
328
+ #: meteor-slides-settings.php:132
329
  msgid "Install Slideshow"
330
  msgstr "Instalare 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 "Folosește %1$s pentru a adăuga acest slideshow în tema curentă. Utilizează shortcode-ul %2$s pentru a adăuga slideshow-ul într-o pagină sau articol, sau folosește widgetul pentru Meteor Slides pe care îl poți adăuga în orice zonă widgetizată din tema ta. %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
+
languages/meteor-slides-sv_SE.mo ADDED
Binary file
languages/meteor-slides-sv_SE.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: 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"
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 "Bilder"
24
+
25
+ #: meteor-slides-plugin.php:79
26
+ msgid "Slide"
27
+ msgstr "Bild"
28
+
29
+ #: meteor-slides-plugin.php:80
30
+ msgid "Add New"
31
+ msgstr "Lägg till ny"
32
+
33
+ #: meteor-slides-plugin.php:81
34
+ msgid "Add New Slide"
35
+ msgstr "Lägg till ny bild"
36
+
37
+ #: meteor-slides-plugin.php:82
38
+ msgid "Edit Slide"
39
+ msgstr "Redigera bild"
40
+
41
+ #: meteor-slides-plugin.php:83
42
+ msgid "Edit"
43
+ msgstr "Redigera"
44
+
45
+ #: meteor-slides-plugin.php:84
46
+ msgid "New Slide"
47
+ msgstr "Ny bild"
48
+
49
+ #: meteor-slides-plugin.php:85
50
+ #: meteor-slides-plugin.php:89
51
+ msgid "View Slide"
52
+ msgstr "Förhandsgranska bild"
53
+
54
+ #: meteor-slides-plugin.php:86
55
+ msgid "Search Slides"
56
+ msgstr "Sök bilder"
57
+
58
+ #: meteor-slides-plugin.php:87
59
+ msgid "No slides found"
60
+ msgstr "Inga bilder funna"
61
+
62
+ #: meteor-slides-plugin.php:88
63
+ msgid "No slides found in Trash"
64
+ msgstr "Inga bilder funna i papperskorgen"
65
+
66
+ #: meteor-slides-plugin.php:127
67
+ msgid "Slideshows"
68
+ msgstr "Bildspel"
69
+
70
+ #: meteor-slides-plugin.php:128
71
+ msgid "Slideshow"
72
+ msgstr "Bildspel"
73
+
74
+ #: meteor-slides-plugin.php:129
75
+ msgid "Search Slideshows"
76
+ msgstr "Sök bildspel"
77
+
78
+ #: meteor-slides-plugin.php:130
79
+ msgid "Popular Slideshows"
80
+ msgstr "Populära bildspel"
81
+
82
+ #: meteor-slides-plugin.php:131
83
+ msgid "All Slideshows"
84
+ msgstr "Alla bildspel"
85
+
86
+ #: meteor-slides-plugin.php:132
87
+ msgid "Parent Slideshow"
88
+ msgstr "Förälderbildspel"
89
+
90
+ #: meteor-slides-plugin.php:133
91
+ msgid "Parent Slideshow:"
92
+ msgstr "Förälderbildspel:"
93
+
94
+ #: meteor-slides-plugin.php:134
95
+ msgid "Edit Slideshow"
96
+ msgstr "Redigera bildspel"
97
+
98
+ #: meteor-slides-plugin.php:135
99
+ msgid "Update Slideshow"
100
+ msgstr "Uppdatera bildspel"
101
+
102
+ #: meteor-slides-plugin.php:136
103
+ msgid "Add New Slideshow"
104
+ msgstr "Lägg till nytt bildspel"
105
+
106
+ #: meteor-slides-plugin.php:137
107
+ msgid "New Slideshow Name"
108
+ msgstr "Det nya bildspelets namn"
109
+
110
+ #: meteor-slides-plugin.php:159
111
+ msgid "Slide Image"
112
+ msgstr "Bildspelsbild"
113
+
114
+ #: meteor-slides-plugin.php:194
115
+ msgid "Add the URL this slide should link to."
116
+ msgstr "Lägg till den URL denna bild ska länka till"
117
+
118
+ #: meteor-slides-plugin.php:206
119
+ msgid "Slide Link"
120
+ msgstr "Bildlänk"
121
+
122
+ #: meteor-slides-plugin.php:324
123
+ msgid "Slides Settings"
124
+ msgstr "Bildspelsinställningar"
125
+
126
+ #: meteor-slides-plugin.php:324
127
+ msgid "Settings"
128
+ msgstr "Inställningar"
129
+
130
+ #: meteor-slides-plugin.php:358
131
+ msgid "Configure Slideshow"
132
+ msgstr "Ställ in bildspel"
133
+
134
+ #: meteor-slides-plugin.php:360
135
+ msgid "Slideshow Quantity"
136
+ msgstr "Antal bilder i bildspel"
137
+
138
+ #: meteor-slides-plugin.php:362
139
+ msgid "Slide Height"
140
+ msgstr "Bildernas höjd"
141
+
142
+ #: meteor-slides-plugin.php:364
143
+ msgid "Slide Width"
144
+ msgstr "Bildernas bredd"
145
+
146
+ #: meteor-slides-plugin.php:366
147
+ msgid "Transition Style"
148
+ msgstr "Övergångstyp"
149
+
150
+ #: meteor-slides-plugin.php:368
151
+ msgid "Transition Speed"
152
+ msgstr "Övergångshastighet"
153
+
154
+ #: meteor-slides-plugin.php:370
155
+ msgid "Slide Duration"
156
+ msgstr "Visningstid"
157
+
158
+ #: meteor-slides-plugin.php:372
159
+ msgid "Slideshow Navigation"
160
+ msgstr "Bildspelsnavigation"
161
+
162
+ #: meteor-slides-plugin.php:605
163
+ msgid "Add a slideshow widget to a sidebar"
164
+ msgstr "Lägg till en bildspelswidget till en sidebar"
165
+
166
+ #: meteor-slides-plugin.php:609
167
+ msgid "Meteor Slides Widget"
168
+ msgstr "Meteor Slides Widget"
169
+
170
+ #: meteor-slides-plugin.php:653
171
+ msgid "Title:"
172
+ msgstr "Titel:"
173
+
174
+ #: meteor-slides-plugin.php:656
175
+ msgid "Slideshow:"
176
+ msgstr "Bildspel:"
177
+
178
+ #: meteor-slides-plugin.php:659
179
+ msgid "Metadata:"
180
+ msgstr "Metadata:"
181
+
182
+ #: meteor-slides-settings.php:7
183
+ msgid "Set up your slideshow using the options below."
184
+ msgstr "Ställ in bildspelet enligt alternativen nedan."
185
+
186
+ #: meteor-slides-settings.php:21
187
+ #: meteor-slides-settings.php:31
188
+ msgid "px"
189
+ msgstr "px"
190
+
191
+ #: meteor-slides-settings.php:41
192
+ msgid "blindX"
193
+ msgstr "Rullgardin X"
194
+
195
+ #: meteor-slides-settings.php:41
196
+ msgid "blindY"
197
+ msgstr "Rullgardin Y"
198
+
199
+ #: meteor-slides-settings.php:41
200
+ msgid "blindZ"
201
+ msgstr "Rullgardin Z"
202
+
203
+ #: meteor-slides-settings.php:41
204
+ msgid "cover"
205
+ msgstr "Täck över"
206
+
207
+ #: meteor-slides-settings.php:41
208
+ msgid "curtainX"
209
+ msgstr "Ridå X"
210
+
211
+ #: meteor-slides-settings.php:41
212
+ msgid "curtainY"
213
+ msgstr "Ridå Y"
214
+
215
+ #: meteor-slides-settings.php:41
216
+ msgid "fade"
217
+ msgstr "Tona"
218
+
219
+ #: meteor-slides-settings.php:41
220
+ msgid "fadeZoom"
221
+ msgstr "Tona och zooma"
222
+
223
+ #: meteor-slides-settings.php:41
224
+ msgid "growX"
225
+ msgstr "Väx X"
226
+
227
+ #: meteor-slides-settings.php:41
228
+ msgid "growY"
229
+ msgstr "Väx Y"
230
+
231
+ #: meteor-slides-settings.php:41
232
+ msgid "none"
233
+ msgstr "Ingen"
234
+
235
+ #: meteor-slides-settings.php:41
236
+ msgid "scrollUp"
237
+ msgstr "Bläddra upp"
238
+
239
+ #: meteor-slides-settings.php:41
240
+ msgid "scrollDown"
241
+ msgstr "Bläddra ner"
242
+
243
+ #: meteor-slides-settings.php:41
244
+ msgid "scrollLeft"
245
+ msgstr "Bläddra vänster"
246
+
247
+ #: meteor-slides-settings.php:41
248
+ msgid "scrollRight"
249
+ msgstr "Bläddra höger"
250
+
251
+ #: meteor-slides-settings.php:41
252
+ msgid "scrollHorz"
253
+ msgstr "Bläddra horisontellt"
254
+
255
+ #: meteor-slides-settings.php:41
256
+ msgid "scrollVert"
257
+ msgstr "Bläddra vertikalt"
258
+
259
+ #: meteor-slides-settings.php:41
260
+ msgid "slideX"
261
+ msgstr "Glid X"
262
+
263
+ #: meteor-slides-settings.php:41
264
+ msgid "slideY"
265
+ msgstr "Glid Y"
266
+
267
+ #: meteor-slides-settings.php:41
268
+ msgid "shuffle"
269
+ msgstr "Blanda"
270
+
271
+ #: meteor-slides-settings.php:41
272
+ msgid "turnUp"
273
+ msgstr "Vänd upp"
274
+
275
+ #: meteor-slides-settings.php:41
276
+ msgid "turnDown"
277
+ msgstr "Vänd ner"
278
+
279
+ #: meteor-slides-settings.php:41
280
+ msgid "turnLeft"
281
+ msgstr "Vänd vänster"
282
+
283
+ #: meteor-slides-settings.php:41
284
+ msgid "turnRight"
285
+ msgstr "Vänd höger"
286
+
287
+ #: meteor-slides-settings.php:41
288
+ msgid "uncover"
289
+ msgstr "Avslöja"
290
+
291
+ #: meteor-slides-settings.php:41
292
+ msgid "wipe"
293
+ msgstr "Torka"
294
+
295
+ #: meteor-slides-settings.php:41
296
+ msgid "zoom"
297
+ msgstr "Zooma"
298
+
299
+ #: meteor-slides-settings.php:63
300
+ #: meteor-slides-settings.php:73
301
+ msgid "seconds"
302
+ msgstr "sekunder"
303
+
304
+ #: meteor-slides-settings.php:83
305
+ msgid "None"
306
+ msgstr "Ingen"
307
+
308
+ #: meteor-slides-settings.php:84
309
+ msgid "Previous/Next"
310
+ msgstr "Föregående/Nästa"
311
+
312
+ #: meteor-slides-settings.php:85
313
+ msgid "Paged"
314
+ msgstr "Paginerad"
315
+
316
+ #: meteor-slides-settings.php:86
317
+ msgid "Both"
318
+ msgstr "Båda"
319
+
320
+ #: meteor-slides-settings.php:112
321
+ msgid "Meteor Slides Settings"
322
+ msgstr "Meteor Slides inställningar"
323
+
324
+ #: meteor-slides-settings.php:126
325
+ msgid "Save Changes"
326
+ msgstr "Spara ändringar"
327
+
328
+ #: meteor-slides-settings.php:132
329
+ msgid "Install Slideshow"
330
+ msgstr "Installera Bildspel"
331
+
332
+ #: meteor-slides-settings.php:134
333
+ #, php-format
334
+ msgid "Use %1$s to add this slideshow to your theme, use %2$s to add it to your Post or Page content, or use the Meteor Slides Widget. %3$sMore information%4$s"
335
+ msgstr "Använd %1$s för att använda detta bildspel i ditt tema, använd %2$s för att lägga till det i ett inlägg eller på en sida eller använd Meteor Slides Widget. %3$sMer information%4$s"
336
+
337
+ #: meteor-slides-settings.php:136
338
+ #, php-format
339
+ msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
340
+ msgstr "%1$sStäll gärna frågor och rapportera eventuella problem%2$s i WordPress.org supportforum."
341
+
342
+ #: meteor-slideshow.php:17
343
+ #: meteor-slideshow.php:29
344
+ msgid "Previous"
345
+ msgstr "Föregående"
346
+
347
+ #: meteor-slideshow.php:19
348
+ #: meteor-slideshow.php:31
349
+ msgid "Next"
350
+ msgstr "Nästa"
351
+
languages/meteor-slides-tr_TR.mo CHANGED
Binary file
languages/meteor-slides-tr_TR.po CHANGED
@@ -1,119 +1,182 @@
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Meteor Slides 1.2\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-07-16 13:34-0600\n"
6
- "PO-Revision-Date: 2010-07-17 16:55-0600\n"
7
  "Last-Translator: Josh Leuze <mail@jleuze.com>\n"
8
- "Language-Team: Josh Leuze <mail@jleuze.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e;_x\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-Country: UNITED STATES\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: meteor-slides-plugin.php:76
19
  msgid "Slides"
20
  msgstr ""
21
 
22
- #: meteor-slides-plugin.php:77
23
  msgid "Slide"
24
  msgstr ""
25
 
26
- #: meteor-slides-plugin.php:78
27
  msgid "Add New"
28
  msgstr "Yeni Ekle"
29
 
30
- #: meteor-slides-plugin.php:79
31
  msgid "Add New Slide"
32
  msgstr "Yeni slide ekle"
33
 
34
- #: meteor-slides-plugin.php:80
35
  msgid "Edit Slide"
36
  msgstr "Düzenle"
37
 
38
- #: meteor-slides-plugin.php:81
39
  msgid "Edit"
40
  msgstr "Düzenle"
41
 
42
- #: meteor-slides-plugin.php:82
43
  msgid "New Slide"
44
  msgstr "Yeni Slide"
45
 
46
- #: meteor-slides-plugin.php:83
47
- #: meteor-slides-plugin.php:87
48
  msgid "View Slide"
49
  msgstr "Slide Görünümü"
50
 
51
- #: meteor-slides-plugin.php:84
52
  msgid "Search Slides"
53
  msgstr "Slide Arama"
54
 
55
- #: meteor-slides-plugin.php:85
56
  msgid "No slides found"
57
  msgstr "Slide Bulunamadı"
58
 
59
- #: meteor-slides-plugin.php:86
60
  msgid "No slides found in Trash"
61
  msgstr "Çöpte Slide Bulunamadı"
62
 
63
- #: meteor-slides-plugin.php:119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  msgid "Slide Image"
65
  msgstr "Slide Resmi"
66
 
67
- #: meteor-slides-plugin.php:154
68
  msgid "Add the URL this slide should link to."
69
  msgstr "Slide linki için bir URL ekleyebilirsiniz."
70
 
71
- #: meteor-slides-plugin.php:166
72
  msgid "Slide Link"
73
  msgstr "Slide Llinki"
74
 
75
- #: meteor-slides-plugin.php:230
76
  msgid "Slides Settings"
77
  msgstr "Slides Ayarları"
78
 
79
- #: meteor-slides-plugin.php:230
80
  msgid "Settings"
81
  msgstr "Ayarları"
82
 
83
- #: meteor-slides-plugin.php:248
84
  msgid "Configure Slideshow"
85
  msgstr "Slideshow Ayarları"
86
 
87
- #: meteor-slides-plugin.php:250
88
  msgid "Slideshow Quantity"
89
  msgstr "Slideshow Miktarı"
90
 
91
- #: meteor-slides-plugin.php:252
92
  msgid "Slide Height"
93
  msgstr "Slide Yüksekliği"
94
 
95
- #: meteor-slides-plugin.php:254
96
  msgid "Slide Width"
97
  msgstr "Slide Genişliği"
98
 
99
- #: meteor-slides-plugin.php:256
100
  msgid "Transition Style"
101
  msgstr "Değişim Stili"
102
 
103
- #: meteor-slides-plugin.php:258
104
  msgid "Transition Speed"
105
  msgstr "Değişme Hızı"
106
 
107
- #: meteor-slides-plugin.php:260
108
  msgid "Slide Duration"
109
  msgstr "Devam Süresi"
110
 
111
- #: meteor-slides-plugin.php:471
112
- msgid "Add Meteor Slides slideshow to a sidebar"
 
 
 
 
113
  msgstr ""
114
 
115
- #: meteor-slides-plugin.php:475
116
  msgid "Meteor Slides Widget"
 
 
 
 
 
 
 
 
 
 
 
 
117
  msgstr ""
118
 
119
  #: meteor-slides-settings.php:7
@@ -238,25 +301,51 @@ msgstr ""
238
  msgid "seconds"
239
  msgstr ""
240
 
241
- #: meteor-slides-settings.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  msgid "Meteor Slides Settings"
243
  msgstr "Meteor Slides Ayarları"
244
 
245
- #: meteor-slides-settings.php:101
246
  msgid "Save Changes"
247
  msgstr "Ayarları Kaydet"
248
 
249
- #: meteor-slides-settings.php:107
250
  msgid "Install Slideshow"
251
  msgstr "Slide Kullanımı"
252
 
253
- #: meteor-slides-settings.php:109
254
  #, php-format
255
- 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 to add it to a sidebar."
256
- msgstr "%1$s kodunu temanızda kullanabilirsiniz, %2$s kodunu sayfalarınızda yada yazınızda kullanabilirsiniz."
257
 
258
- #: meteor-slides-settings.php:111
259
  #, php-format
260
  msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
261
  msgstr "Lütfen, %1$sbildiriminiz, sorunlarınız ya da sorularınız%2$s için WordPress.org destek forumunu kullanın."
262
 
 
 
 
 
 
 
 
 
 
 
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:44-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 ""
24
 
25
+ #: meteor-slides-plugin.php:79
26
  msgid "Slide"
27
  msgstr ""
28
 
29
+ #: meteor-slides-plugin.php:80
30
  msgid "Add New"
31
  msgstr "Yeni Ekle"
32
 
33
+ #: meteor-slides-plugin.php:81
34
  msgid "Add New Slide"
35
  msgstr "Yeni slide ekle"
36
 
37
+ #: meteor-slides-plugin.php:82
38
  msgid "Edit Slide"
39
  msgstr "Düzenle"
40
 
41
+ #: meteor-slides-plugin.php:83
42
  msgid "Edit"
43
  msgstr "Düzenle"
44
 
45
+ #: meteor-slides-plugin.php:84
46
  msgid "New Slide"
47
  msgstr "Yeni Slide"
48
 
49
+ #: meteor-slides-plugin.php:85
50
+ #: meteor-slides-plugin.php:89
51
  msgid "View Slide"
52
  msgstr "Slide Görünümü"
53
 
54
+ #: meteor-slides-plugin.php:86
55
  msgid "Search Slides"
56
  msgstr "Slide Arama"
57
 
58
+ #: meteor-slides-plugin.php:87
59
  msgid "No slides found"
60
  msgstr "Slide Bulunamadı"
61
 
62
+ #: meteor-slides-plugin.php:88
63
  msgid "No slides found in Trash"
64
  msgstr "Çöpte Slide Bulunamadı"
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 "Slide Resmi"
113
 
114
+ #: meteor-slides-plugin.php:194
115
  msgid "Add the URL this slide should link to."
116
  msgstr "Slide linki için bir URL ekleyebilirsiniz."
117
 
118
+ #: meteor-slides-plugin.php:206
119
  msgid "Slide Link"
120
  msgstr "Slide Llinki"
121
 
122
+ #: meteor-slides-plugin.php:324
123
  msgid "Slides Settings"
124
  msgstr "Slides Ayarları"
125
 
126
+ #: meteor-slides-plugin.php:324
127
  msgid "Settings"
128
  msgstr "Ayarları"
129
 
130
+ #: meteor-slides-plugin.php:358
131
  msgid "Configure Slideshow"
132
  msgstr "Slideshow Ayarları"
133
 
134
+ #: meteor-slides-plugin.php:360
135
  msgid "Slideshow Quantity"
136
  msgstr "Slideshow Miktarı"
137
 
138
+ #: meteor-slides-plugin.php:362
139
  msgid "Slide Height"
140
  msgstr "Slide Yüksekliği"
141
 
142
+ #: meteor-slides-plugin.php:364
143
  msgid "Slide Width"
144
  msgstr "Slide Genişliği"
145
 
146
+ #: meteor-slides-plugin.php:366
147
  msgid "Transition Style"
148
  msgstr "Değişim Stili"
149
 
150
+ #: meteor-slides-plugin.php:368
151
  msgid "Transition Speed"
152
  msgstr "Değişme Hızı"
153
 
154
+ #: meteor-slides-plugin.php:370
155
  msgid "Slide Duration"
156
  msgstr "Devam Süresi"
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 ""
165
 
166
+ #: meteor-slides-plugin.php:609
167
  msgid "Meteor Slides Widget"
168
+ msgstr "Meteor Slides Ayarları"
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
301
  msgid "seconds"
302
  msgstr ""
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 "Meteor Slides Ayarları"
323
 
324
+ #: meteor-slides-settings.php:126
325
  msgid "Save Changes"
326
  msgstr "Ayarları Kaydet"
327
 
328
+ #: meteor-slides-settings.php:132
329
  msgid "Install Slideshow"
330
  msgstr "Slide Kullanımı"
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 "%1$s kodunu temanızda kullanabilirsiniz, %2$s kodunu sayfalarınızda yada yazınızda kullanabilirsiniz. %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 "Lütfen, %1$sbildiriminiz, sorunlarınız ya da sorularınız%2$s için WordPress.org destek forumunu kullanın."
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
+
languages/meteor-slides.pot ADDED
@@ -0,0 +1,348 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: \n"
10
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/meteor-slides\n"
11
+ "POT-Creation-Date: 2010-10-13 16:51+0000\n"
12
+ "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=utf-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+
19
+ #: meteor-slides-plugin.php:78
20
+ msgid "Slides"
21
+ msgstr ""
22
+
23
+ #: meteor-slides-plugin.php:79
24
+ msgid "Slide"
25
+ msgstr ""
26
+
27
+ #: meteor-slides-plugin.php:80
28
+ msgid "Add New"
29
+ msgstr ""
30
+
31
+ #: meteor-slides-plugin.php:81
32
+ msgid "Add New Slide"
33
+ msgstr ""
34
+
35
+ #: meteor-slides-plugin.php:82
36
+ msgid "Edit Slide"
37
+ msgstr ""
38
+
39
+ #: meteor-slides-plugin.php:83
40
+ msgid "Edit"
41
+ msgstr ""
42
+
43
+ #: meteor-slides-plugin.php:84
44
+ msgid "New Slide"
45
+ msgstr ""
46
+
47
+ #: meteor-slides-plugin.php:85 meteor-slides-plugin.php:89
48
+ msgid "View Slide"
49
+ msgstr ""
50
+
51
+ #: meteor-slides-plugin.php:86
52
+ msgid "Search Slides"
53
+ msgstr ""
54
+
55
+ #: meteor-slides-plugin.php:87
56
+ msgid "No slides found"
57
+ msgstr ""
58
+
59
+ #: meteor-slides-plugin.php:88
60
+ msgid "No slides found in Trash"
61
+ msgstr ""
62
+
63
+ #: meteor-slides-plugin.php:127
64
+ msgid "Slideshows"
65
+ msgstr ""
66
+
67
+ #: meteor-slides-plugin.php:128
68
+ msgid "Slideshow"
69
+ msgstr ""
70
+
71
+ #: meteor-slides-plugin.php:129
72
+ msgid "Search Slideshows"
73
+ msgstr ""
74
+
75
+ #: meteor-slides-plugin.php:130
76
+ msgid "Popular Slideshows"
77
+ msgstr ""
78
+
79
+ #: meteor-slides-plugin.php:131
80
+ msgid "All Slideshows"
81
+ msgstr ""
82
+
83
+ #: meteor-slides-plugin.php:132
84
+ msgid "Parent Slideshow"
85
+ msgstr ""
86
+
87
+ #: meteor-slides-plugin.php:133
88
+ msgid "Parent Slideshow:"
89
+ msgstr ""
90
+
91
+ #: meteor-slides-plugin.php:134
92
+ msgid "Edit Slideshow"
93
+ msgstr ""
94
+
95
+ #: meteor-slides-plugin.php:135
96
+ msgid "Update Slideshow"
97
+ msgstr ""
98
+
99
+ #: meteor-slides-plugin.php:136
100
+ msgid "Add New Slideshow"
101
+ msgstr ""
102
+
103
+ #: meteor-slides-plugin.php:137
104
+ msgid "New Slideshow Name"
105
+ msgstr ""
106
+
107
+ #: meteor-slides-plugin.php:159
108
+ msgid "Slide Image"
109
+ msgstr ""
110
+
111
+ #: meteor-slides-plugin.php:194
112
+ msgid "Add the URL this slide should link to."
113
+ msgstr ""
114
+
115
+ #: meteor-slides-plugin.php:206
116
+ msgid "Slide Link"
117
+ msgstr ""
118
+
119
+ #: meteor-slides-plugin.php:324
120
+ msgid "Slides Settings"
121
+ msgstr ""
122
+
123
+ #: meteor-slides-plugin.php:324
124
+ msgid "Settings"
125
+ msgstr ""
126
+
127
+ #: meteor-slides-plugin.php:358
128
+ msgid "Configure Slideshow"
129
+ msgstr ""
130
+
131
+ #: meteor-slides-plugin.php:360
132
+ msgid "Slideshow Quantity"
133
+ msgstr ""
134
+
135
+ #: meteor-slides-plugin.php:362
136
+ msgid "Slide Height"
137
+ msgstr ""
138
+
139
+ #: meteor-slides-plugin.php:364
140
+ msgid "Slide Width"
141
+ msgstr ""
142
+
143
+ #: meteor-slides-plugin.php:366
144
+ msgid "Transition Style"
145
+ msgstr ""
146
+
147
+ #: meteor-slides-plugin.php:368
148
+ msgid "Transition Speed"
149
+ msgstr ""
150
+
151
+ #: meteor-slides-plugin.php:370
152
+ msgid "Slide Duration"
153
+ msgstr ""
154
+
155
+ #: meteor-slides-plugin.php:372
156
+ msgid "Slideshow Navigation"
157
+ msgstr ""
158
+
159
+ #: meteor-slides-plugin.php:605
160
+ msgid "Add a slideshow widget to a sidebar"
161
+ msgstr ""
162
+
163
+ #: meteor-slides-plugin.php:609
164
+ msgid "Meteor Slides Widget"
165
+ msgstr ""
166
+
167
+ #: meteor-slides-plugin.php:653
168
+ msgid "Title:"
169
+ msgstr ""
170
+
171
+ #: meteor-slides-plugin.php:656
172
+ msgid "Slideshow:"
173
+ msgstr ""
174
+
175
+ #: meteor-slides-plugin.php:659
176
+ msgid "Metadata:"
177
+ msgstr ""
178
+
179
+ #: meteor-slides-settings.php:7
180
+ msgid "Set up your slideshow using the options below."
181
+ msgstr ""
182
+
183
+ #: meteor-slides-settings.php:21 meteor-slides-settings.php:31
184
+ msgid "px"
185
+ msgstr ""
186
+
187
+ #: meteor-slides-settings.php:41
188
+ msgid "blindX"
189
+ msgstr ""
190
+
191
+ #: meteor-slides-settings.php:41
192
+ msgid "blindY"
193
+ msgstr ""
194
+
195
+ #: meteor-slides-settings.php:41
196
+ msgid "blindZ"
197
+ msgstr ""
198
+
199
+ #: meteor-slides-settings.php:41
200
+ msgid "cover"
201
+ msgstr ""
202
+
203
+ #: meteor-slides-settings.php:41
204
+ msgid "curtainX"
205
+ msgstr ""
206
+
207
+ #: meteor-slides-settings.php:41
208
+ msgid "curtainY"
209
+ msgstr ""
210
+
211
+ #: meteor-slides-settings.php:41
212
+ msgid "fade"
213
+ msgstr ""
214
+
215
+ #: meteor-slides-settings.php:41
216
+ msgid "fadeZoom"
217
+ msgstr ""
218
+
219
+ #: meteor-slides-settings.php:41
220
+ msgid "growX"
221
+ msgstr ""
222
+
223
+ #: meteor-slides-settings.php:41
224
+ msgid "growY"
225
+ msgstr ""
226
+
227
+ #: meteor-slides-settings.php:41
228
+ msgid "none"
229
+ msgstr ""
230
+
231
+ #: meteor-slides-settings.php:41
232
+ msgid "scrollUp"
233
+ msgstr ""
234
+
235
+ #: meteor-slides-settings.php:41
236
+ msgid "scrollDown"
237
+ msgstr ""
238
+
239
+ #: meteor-slides-settings.php:41
240
+ msgid "scrollLeft"
241
+ msgstr ""
242
+
243
+ #: meteor-slides-settings.php:41
244
+ msgid "scrollRight"
245
+ msgstr ""
246
+
247
+ #: meteor-slides-settings.php:41
248
+ msgid "scrollHorz"
249
+ msgstr ""
250
+
251
+ #: meteor-slides-settings.php:41
252
+ msgid "scrollVert"
253
+ msgstr ""
254
+
255
+ #: meteor-slides-settings.php:41
256
+ msgid "slideX"
257
+ msgstr ""
258
+
259
+ #: meteor-slides-settings.php:41
260
+ msgid "slideY"
261
+ msgstr ""
262
+
263
+ #: meteor-slides-settings.php:41
264
+ msgid "shuffle"
265
+ msgstr ""
266
+
267
+ #: meteor-slides-settings.php:41
268
+ msgid "turnUp"
269
+ msgstr ""
270
+
271
+ #: meteor-slides-settings.php:41
272
+ msgid "turnDown"
273
+ msgstr ""
274
+
275
+ #: meteor-slides-settings.php:41
276
+ msgid "turnLeft"
277
+ msgstr ""
278
+
279
+ #: meteor-slides-settings.php:41
280
+ msgid "turnRight"
281
+ msgstr ""
282
+
283
+ #: meteor-slides-settings.php:41
284
+ msgid "uncover"
285
+ msgstr ""
286
+
287
+ #: meteor-slides-settings.php:41
288
+ msgid "wipe"
289
+ msgstr ""
290
+
291
+ #: meteor-slides-settings.php:41
292
+ msgid "zoom"
293
+ msgstr ""
294
+
295
+ #: meteor-slides-settings.php:63 meteor-slides-settings.php:73
296
+ msgid "seconds"
297
+ msgstr ""
298
+
299
+ #: meteor-slides-settings.php:83
300
+ msgid "None"
301
+ msgstr ""
302
+
303
+ #: meteor-slides-settings.php:84
304
+ msgid "Previous/Next"
305
+ msgstr ""
306
+
307
+ #: meteor-slides-settings.php:85
308
+ msgid "Paged"
309
+ msgstr ""
310
+
311
+ #: meteor-slides-settings.php:86
312
+ msgid "Both"
313
+ msgstr ""
314
+
315
+ #: meteor-slides-settings.php:112
316
+ msgid "Meteor Slides Settings"
317
+ msgstr ""
318
+
319
+ #: meteor-slides-settings.php:126
320
+ msgid "Save Changes"
321
+ msgstr ""
322
+
323
+ #: meteor-slides-settings.php:132
324
+ msgid "Install Slideshow"
325
+ msgstr ""
326
+
327
+ #: meteor-slides-settings.php:134
328
+ #, php-format
329
+ msgid ""
330
+ "Use %1$s to add this slideshow to your theme, use %2$s to add it to your "
331
+ "Post or Page content, or use the Meteor Slides Widget. %3$sMore information%4"
332
+ "$s"
333
+ msgstr ""
334
+
335
+ #: meteor-slides-settings.php:136
336
+ #, php-format
337
+ msgid ""
338
+ "Please %1$spost any questions or problems%2$s in the WordPress.org support "
339
+ "forums."
340
+ msgstr ""
341
+
342
+ #: meteor-slideshow.php:17 meteor-slideshow.php:29
343
+ msgid "Previous"
344
+ msgstr ""
345
+
346
+ #: meteor-slideshow.php:19 meteor-slideshow.php:31
347
+ msgid "Next"
348
+ msgstr ""
meteor-slides-plugin.php CHANGED
@@ -6,7 +6,7 @@
6
  Author: Josh Leuze
7
  Author URI: http://www.jleuze.com/
8
  License: GPL2
9
- Version: 1.2.3
10
  */
11
 
12
  /* Copyright 2010 Josh Leuze (email : mail@jleuze.com)
@@ -34,6 +34,8 @@
34
  $options = get_option( 'meteorslides_options' );
35
 
36
  add_image_size( 'featured-slide', $options['slide_width'], $options['slide_height'], true );
 
 
37
 
38
  }
39
 
@@ -65,7 +67,7 @@
65
 
66
  }
67
 
68
- // Adds custom post type
69
 
70
  add_action( 'init', 'meteorslides_register_slides' );
71
 
@@ -92,7 +94,7 @@
92
  $args = array(
93
 
94
  'labels' => $labels,
95
- 'public' => true,
96
  'publicly_queryable' => true,
97
  'show_ui' => true,
98
  'query_var' => 'slides',
@@ -108,6 +110,44 @@
108
 
109
  }
110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  // Customize and move featured image box to main column
112
 
113
  add_action( 'do_meta_boxes', 'meteorslides_image_box' );
@@ -147,11 +187,11 @@
147
 
148
  if( $meteorslides_meta_box_value == "" ) $meteorslides_meta_box_value = $meteorslides_meta_box['std'];
149
 
150
- echo'<input type="hidden" name="'.$meteorslides_meta_box['name'].'_noncename" id="'.$meteorslides_meta_box['name'].'_noncename" value="'.wp_create_nonce( plugin_basename(__FILE__) ).'" />';
151
 
152
- echo'<input type="text" name="'.$meteorslides_meta_box['name'].'_value" value="'.$meteorslides_meta_box_value.'" size="55" /><br />';
153
 
154
- echo'<p>'.__('Add the URL this slide should link to.','meteor-slides').'</p>';
155
 
156
  }
157
 
@@ -220,8 +260,62 @@
220
  }
221
 
222
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
223
 
224
- // Adds settings page
225
 
226
  add_action( 'admin_menu', 'meteorslides_menu' );
227
 
@@ -237,6 +331,22 @@
237
 
238
  }
239
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  // Register options for settings page
241
 
242
  add_action('admin_init', 'meteorslides_register_settings');
@@ -271,9 +381,9 @@
271
 
272
  $tmp = get_option('meteorslides_options');
273
 
274
- if(($tmp['chkbox1']=='on')||(!is_array($tmp))) {
275
-
276
- $arr = array("slideshow_quantity" => "5", "slide_height" => "200", "slide_width" => "940", "transition_style" => "fade", "transition_speed" => "2", "slide_duration" => "5", "slideshow_navigation" => "no");
277
 
278
  update_option('meteorslides_options', $arr);
279
 
@@ -359,39 +469,41 @@
359
 
360
  // Adds CSS for the admin pages
361
 
362
- add_action('admin_head', 'meteorslides_admin_css');
363
 
364
  function meteorslides_admin_css() {
 
 
 
 
365
 
366
- global $post_type; if (($_GET['post_type'] == 'slide') || ($post_type == 'slide')) :
367
-
368
- echo "<link type='text/css' rel='stylesheet' href='" . plugins_url('/css/meteor-slides-admin.css', __FILE__) . "' />";
369
 
370
- endif;
371
 
372
  }
373
 
374
  // Adds CSS for the slideshow
375
 
376
- add_action('wp_head', 'meteorslides_css');
377
 
378
  function meteorslides_css() {
379
 
380
  if(file_exists(get_stylesheet_directory()."/meteor-slides.css")) {
381
-
382
- echo "<link type='text/css' rel='stylesheet' href='" . get_stylesheet_directory_uri() . "/meteor-slides.css' />";
383
 
384
  }
385
 
386
  elseif(file_exists(get_template_directory()."/meteor-slides.css")) {
387
-
388
- echo "<link type='text/css' rel='stylesheet' href='" . get_template_directory_uri() . "/meteor-slides.css' />";
389
 
390
  }
391
 
392
  else {
393
-
394
- echo "<link type='text/css' rel='stylesheet' href='" . plugins_url('/css/meteor-slides.css', __FILE__) . "' />";
395
 
396
  }
397
 
@@ -402,16 +514,15 @@
402
  add_action( 'wp_print_scripts', 'meteorslides_javascript' );
403
 
404
  function meteorslides_javascript() {
405
-
406
- $meteorslides_plugin_url = trailingslashit( get_bloginfo('wpurl') ).PLUGINDIR.'/'. dirname( plugin_basename(__FILE__) );
407
-
408
  $options = get_option( 'meteorslides_options' );
409
 
410
  if( !is_admin() ) {
411
 
412
  wp_enqueue_script( 'jquery' );
413
- wp_enqueue_script( 'jquery-cycle', $meteorslides_plugin_url.'/js/jquery.cycle.all.js', array( 'jquery' ) );
414
- wp_enqueue_script( 'meteorslides-script', $meteorslides_plugin_url.'/js/slideshow.js', array( 'jquery', 'jquery-cycle' ) );
 
415
  wp_localize_script( 'meteorslides-script', 'meteorslidessettings',
416
 
417
  array(
@@ -432,7 +543,7 @@
432
 
433
  // Adds function to load slideshow in theme
434
 
435
- function meteor_slideshow() {
436
 
437
  include( 'meteor-slideshow.php' );
438
 
@@ -446,11 +557,22 @@
446
 
447
  // Adds shortcode to load slideshow in content
448
 
449
- function meteor_slideshow_shortcode() {
 
 
 
 
 
 
 
 
 
 
 
450
 
451
  ob_start();
452
 
453
- include( 'meteor-slideshow.php' );
454
 
455
  $meteor_slideshow_content = ob_get_clean();
456
 
@@ -480,7 +602,7 @@
480
 
481
  function meteorslides_widget() {
482
 
483
- $widget_ops = array( 'classname' => 'meteor-slides-widget', 'description' => __('Add Meteor Slides slideshow to a sidebar','meteor-slides') );
484
 
485
  $control_ops = array( 'id_base' => 'meteor-slides-widget' );
486
 
@@ -490,15 +612,55 @@
490
  function widget( $args, $instance ) {
491
 
492
  extract( $args );
 
 
 
 
 
 
493
 
494
  echo $before_widget;
495
-
496
- meteor_slideshow();
 
 
 
 
 
 
497
 
498
  echo $after_widget;
499
 
500
  }
501
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
502
  }
503
 
504
  ?>
6
  Author: Josh Leuze
7
  Author URI: http://www.jleuze.com/
8
  License: GPL2
9
+ Version: 1.3
10
  */
11
 
12
  /* Copyright 2010 Josh Leuze (email : mail@jleuze.com)
34
  $options = get_option( 'meteorslides_options' );
35
 
36
  add_image_size( 'featured-slide', $options['slide_width'], $options['slide_height'], true );
37
+
38
+ add_image_size( 'featured-slide-thumb', 250, 9999 );
39
 
40
  }
41
 
67
 
68
  }
69
 
70
+ // Adds slides custom post type
71
 
72
  add_action( 'init', 'meteorslides_register_slides' );
73
 
94
  $args = array(
95
 
96
  'labels' => $labels,
97
+ 'public' => false,
98
  'publicly_queryable' => true,
99
  'show_ui' => true,
100
  'query_var' => 'slides',
110
 
111
  }
112
 
113
+ // Adds custom taxonomy for slideshows
114
+
115
+ add_action( 'init', 'meteorslides_register_taxonomy' );
116
+
117
+ function meteorslides_register_taxonomy() {
118
+
119
+ register_taxonomy(
120
+
121
+ 'slideshow',
122
+ 'slide',
123
+ array(
124
+
125
+ 'labels' => array(
126
+
127
+ 'name' => __('Slideshows','meteor-slides'),
128
+ 'singular_name' => __('Slideshow','meteor-slides'),
129
+ 'search_items' => __('Search Slideshows','meteor-slides'),
130
+ 'popular_items' => __('Popular Slideshows','meteor-slides'),
131
+ 'all_items' => __('All Slideshows','meteor-slides'),
132
+ 'parent_item' => __('Parent Slideshow','meteor-slides'),
133
+ 'parent_item_colon' => __('Parent Slideshow:','meteor-slides'),
134
+ 'edit_item' => __('Edit Slideshow','meteor-slides'),
135
+ 'update_item' => __('Update Slideshow','meteor-slides'),
136
+ 'add_new_item' => __('Add New Slideshow','meteor-slides'),
137
+ 'new_item_name' => __('New Slideshow Name','meteor-slides')
138
+
139
+ ),
140
+
141
+ 'hierarchical' => true,
142
+ 'sort' => true,
143
+ 'args' => array('orderby' => 'term_order'),
144
+ 'rewrite' => array('slug' => 'slideshow'),
145
+
146
+ )
147
+
148
+ );
149
+ }
150
+
151
  // Customize and move featured image box to main column
152
 
153
  add_action( 'do_meta_boxes', 'meteorslides_image_box' );
187
 
188
  if( $meteorslides_meta_box_value == "" ) $meteorslides_meta_box_value = $meteorslides_meta_box['std'];
189
 
190
+ echo "<input type='hidden' name='" . $meteorslides_meta_box['name'] . "_noncename' id='" . $meteorslides_meta_box['name'] . " _noncename' value='" . wp_create_nonce( plugin_basename(__FILE__) ) . "' />";
191
 
192
+ echo "<input type='text' name='" . $meteorslides_meta_box['name'] . "_value' value='" . $meteorslides_meta_box_value . "' size='55' /><br />";
193
 
194
+ echo "<p>" . __('Add the URL this slide should link to.','meteor-slides') . "</p>";
195
 
196
  }
197
 
260
  }
261
 
262
  }
263
+
264
+ // Adds slide image and link to slides column view
265
+
266
+ add_filter("manage_edit-slide_columns", "slide_edit_columns");
267
+
268
+ function slide_edit_columns($columns){
269
+
270
+ $columns = array(
271
+
272
+ 'cb' => '<input type="checkbox" />',
273
+ 'slide' => 'Slide Image',
274
+ 'title' => 'Slide Title',
275
+ 'slide-link' => 'Slide Link',
276
+ 'date' => 'Date'
277
+
278
+ );
279
+
280
+ return $columns;
281
+
282
+ }
283
+
284
+ add_action("manage_posts_custom_column", "slide_custom_columns");
285
+
286
+ function slide_custom_columns($column){
287
+
288
+ global $post;
289
+
290
+ switch ($column) {
291
+
292
+ case "slide":
293
+
294
+ echo the_post_thumbnail('featured-slide-thumb');
295
+
296
+ break;
297
+
298
+ case 'slide-link':
299
+
300
+ if(get_post_meta($post->ID, "slide_url_value", $single = true) != "") {
301
+
302
+ echo "<a href='" . get_post_meta($post->ID, "slide_url_value", $single = true) . "'>" . get_post_meta($post->ID, "slide_url_value", $single = true) . "</a>";
303
+
304
+ }
305
+
306
+ else {
307
+
308
+ echo "No Link";
309
+
310
+ }
311
+
312
+ break;
313
+
314
+ }
315
+
316
+ }
317
 
318
+ // Adds Slideshow settings page
319
 
320
  add_action( 'admin_menu', 'meteorslides_menu' );
321
 
331
 
332
  }
333
 
334
+ // Adds link to settings page on plugins page
335
+
336
+ $plugin = plugin_basename(__FILE__);
337
+
338
+ add_filter("plugin_action_links_$plugin", 'meteorslides_settings_link' );
339
+
340
+ function meteorslides_settings_link($links) {
341
+
342
+ $settings_link = '<a href="edit.php?post_type=slide&page=slides-settings">Settings</a>';
343
+
344
+ array_unshift($links, $settings_link);
345
+
346
+ return $links;
347
+
348
+ }
349
+
350
  // Register options for settings page
351
 
352
  add_action('admin_init', 'meteorslides_register_settings');
381
 
382
  $tmp = get_option('meteorslides_options');
383
 
384
+ if(($tmp['slideshow_quantity']=='')||(!is_array($tmp))) {
385
+
386
+ $arr = array("slideshow_quantity" => "5", "slide_height" => "200", "slide_width" => "940", "transition_style" => "fade", "transition_speed" => "2", "slide_duration" => "5", "slideshow_navigation" => "navnone");
387
 
388
  update_option('meteorslides_options', $arr);
389
 
469
 
470
  // Adds CSS for the admin pages
471
 
472
+ add_action('admin_enqueue_scripts', 'meteorslides_admin_css');
473
 
474
  function meteorslides_admin_css() {
475
+
476
+ global $post_type;
477
+
478
+ if ((isset($_GET['post_type']) && $_GET['post_type'] == 'slide') || (isset($post_type) && $post_type == 'slide')) {
479
 
480
+ wp_enqueue_style( 'meteor-slides-admin', plugins_url('/css/meteor-slides-admin.css', __FILE__), array(), '1.0' );
 
 
481
 
482
+ }
483
 
484
  }
485
 
486
  // Adds CSS for the slideshow
487
 
488
+ add_action('wp_enqueue_scripts', 'meteorslides_css');
489
 
490
  function meteorslides_css() {
491
 
492
  if(file_exists(get_stylesheet_directory()."/meteor-slides.css")) {
493
+
494
+ wp_enqueue_style( 'meteor-slides', get_stylesheet_directory_uri() . '/meteor-slides.css', array(), '1.0' );
495
 
496
  }
497
 
498
  elseif(file_exists(get_template_directory()."/meteor-slides.css")) {
499
+
500
+ wp_enqueue_style( 'meteor-slides', get_template_directory_uri() . '/meteor-slides.css', array(), '1.0' );
501
 
502
  }
503
 
504
  else {
505
+
506
+ wp_enqueue_style( 'meteor-slides', plugins_url('/css/meteor-slides.css', __FILE__), array(), '1.0' );
507
 
508
  }
509
 
514
  add_action( 'wp_print_scripts', 'meteorslides_javascript' );
515
 
516
  function meteorslides_javascript() {
517
+
 
 
518
  $options = get_option( 'meteorslides_options' );
519
 
520
  if( !is_admin() ) {
521
 
522
  wp_enqueue_script( 'jquery' );
523
+ wp_enqueue_script( 'jquery-cycle', plugins_url('/js/jquery.cycle.all.js', __FILE__), array( 'jquery' ) );
524
+ wp_enqueue_script( 'jquery-metadata', plugins_url('/js/jquery.metadata.v2.js', __FILE__), array( 'jquery' ) );
525
+ wp_enqueue_script( 'meteorslides-script', plugins_url('/js/slideshow.js', __FILE__), array( 'jquery', 'jquery-cycle' ) );
526
  wp_localize_script( 'meteorslides-script', 'meteorslidessettings',
527
 
528
  array(
543
 
544
  // Adds function to load slideshow in theme
545
 
546
+ function meteor_slideshow($slideshow=NULL, $metadata=NULL) {
547
 
548
  include( 'meteor-slideshow.php' );
549
 
557
 
558
  // Adds shortcode to load slideshow in content
559
 
560
+ function meteor_slideshow_shortcode($atts) {
561
+
562
+ extract(shortcode_atts( array (
563
+
564
+ 'slideshow' => NULL,
565
+ 'metadata' => NULL,
566
+
567
+ ), $atts ) );
568
+
569
+ $slideshow_att = $slideshow;
570
+
571
+ $metadata_att = $metadata;
572
 
573
  ob_start();
574
 
575
+ meteor_slideshow($slideshow=$slideshow_att, $metadata=$metadata_att);
576
 
577
  $meteor_slideshow_content = ob_get_clean();
578
 
602
 
603
  function meteorslides_widget() {
604
 
605
+ $widget_ops = array( 'classname' => 'meteor-slides-widget', 'description' => __('Add a slideshow widget to a sidebar','meteor-slides') );
606
 
607
  $control_ops = array( 'id_base' => 'meteor-slides-widget' );
608
 
612
  function widget( $args, $instance ) {
613
 
614
  extract( $args );
615
+
616
+ $title = apply_filters('widget_title', $instance['title'] );
617
+
618
+ $slideshow_arg = $instance['slideshow'];
619
+
620
+ $metadata_arg = $instance['metadata'];
621
 
622
  echo $before_widget;
623
+
624
+ if ( $title ) {
625
+
626
+ echo $before_title . $title . $after_title;
627
+
628
+ }
629
+
630
+ meteor_slideshow($slideshow=$slideshow_arg, $metadata=$metadata_arg);
631
 
632
  echo $after_widget;
633
 
634
  }
635
 
636
+ function update( $new_instance, $old_instance ) {
637
+
638
+ $instance = $old_instance;
639
+
640
+ $instance['title'] = strip_tags( $new_instance['title'] );
641
+ $instance['slideshow'] = strip_tags( $new_instance['slideshow'] );
642
+ $instance['metadata'] = strip_tags( $new_instance['metadata'] );
643
+
644
+ return $instance;
645
+
646
+ }
647
+
648
+ function form( $instance ) {
649
+
650
+ $defaults = array( 'title' => NULL, 'slideshow' => NULL, 'metadata' => NULL );
651
+ $instance = wp_parse_args( (array) $instance, $defaults );
652
+
653
+ echo '<p><label for="' . $this->get_field_id( 'title' ) . '">' . __('Title:', 'meteor-slides') . '</label>
654
+ <input type="text" class="widefat" id="' . $this->get_field_id( 'title' ) . '" name="' . $this->get_field_name( 'title' ) . '" value="' . $instance['title'] . '" /></p>';
655
+
656
+ echo '<p><label for="' . $this->get_field_id( 'slideshow' ) . '">' . __('Slideshow:', 'meteor-slides') . '</label>
657
+ <input type="text" class="widefat" id="' . $this->get_field_id( 'slideshow' ) . '" name="' . $this->get_field_name( 'slideshow' ) . '" value="' . $instance['slideshow'] . '" /></p>';
658
+
659
+ echo '<p><label for="' . $this->get_field_id( 'metadata' ) . '">' . __('Metadata:', 'meteor-slides') . '</label>
660
+ <input type="text" class="widefat" id="' . $this->get_field_id( 'metadata' ) . '" name="' . $this->get_field_name( 'metadata' ) . '" value="' . $instance['metadata'] . '" /></p>';
661
+
662
+ }
663
+
664
  }
665
 
666
  ?>
meteor-slides-settings.php CHANGED
@@ -79,12 +79,15 @@
79
  }
80
 
81
  function slideshow_navigation() {
82
-
83
- $yes = __('Yes','meteor-slides'); $no = __('No','meteor-slides');;
 
 
 
84
 
85
  $options = get_option('meteorslides_options');
86
 
87
- $item = array('no' => $no, 'yes' => $yes);
88
 
89
  echo "<select id='slideshow_navigation' name='meteorslides_options[slideshow_navigation]' style='width:142px;'>";
90
 
@@ -128,8 +131,8 @@
128
 
129
  <h3><?php _e('Install Slideshow','meteor-slides'); ?></h3>
130
 
131
- <p><?php printf(__ ('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 to add it to a sidebar.', 'meteor-slides'), "<code><&#63;php if(function_exists('meteor_slideshow')) { meteor_slideshow(); } &#63;></code>", "<code>[meteor_slideshow]</code>")?></p>
132
 
133
- <p><em><?php printf(__ ('Please %1$spost any questions or problems%2$s in the WordPress.org support forums.', 'meteor-slides'), "<a href='http://wordpress.org/tags/meteor-slides?forum_id=10#postform'>", '</a>')?></em></p>
134
 
135
  </div><!-- .wrap -->
79
  }
80
 
81
  function slideshow_navigation() {
82
+
83
+ $navnone = __('None','meteor-slides');
84
+ $navprevnext = __('Previous/Next','meteor-slides');
85
+ $navpaged = __('Paged','meteor-slides');
86
+ $navboth = __('Both','meteor-slides');
87
 
88
  $options = get_option('meteorslides_options');
89
 
90
+ $item = array('navnone' => $navnone, 'navprevnext' => $navprevnext, 'navpaged' => $navpaged, 'navboth' => $navboth);
91
 
92
  echo "<select id='slideshow_navigation' name='meteorslides_options[slideshow_navigation]' style='width:142px;'>";
93
 
131
 
132
  <h3><?php _e('Install Slideshow','meteor-slides'); ?></h3>
133
 
134
+ <p><?php printf(__ ('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', 'meteor-slides'), "<code><&#63;php if(function_exists('meteor_slideshow')) { meteor_slideshow(); } &#63;></code>", "<code>[meteor_slideshow]</code>", "<a href='http://www.jleuze.com/plugins/meteor-slides/'>", "</a>")?></p>
135
 
136
+ <p><em><?php printf(__ ('Please %1$spost any questions or problems%2$s in the WordPress.org support forums.', 'meteor-slides'), "<a href='http://wordpress.org/tags/meteor-slides?forum_id=10#postform'>", "</a>")?></em></p>
137
 
138
  </div><!-- .wrap -->
meteor-slideshow.php CHANGED
@@ -1,30 +1,44 @@
1
  <?php global $post;
2
 
3
  $options = get_option( 'meteorslides_options' );
 
 
4
 
5
  $i = 1;
6
 
7
- $loop = new WP_Query( array( 'post_type' => 'slide', 'posts_per_page' => $options['slideshow_quantity'] ) ); ?>
8
 
9
- <div id="meteor-slideshow" class="meteor-slides">
10
 
11
- <?php $meteornav = $options['slideshow_navigation'];
 
 
12
 
13
- if($meteornav == "yes"): ?>
 
 
 
 
 
 
 
 
14
 
15
- <ul id="meteor-nav">
16
 
17
- <li id="prev"><a href="#"><?php _e('Previous','meteor-slides') ?></a></li>
18
 
19
- <li id="next"><a href="#"><?php _e('Next','meteor-slides') ?></a></li>
20
 
21
- </ul><!-- #meteor-nav -->
22
 
23
- <div id="meteor-buttons"></div>
 
 
24
 
25
  <?php endif; ?>
26
 
27
- <div class="slides">
28
 
29
  <?php while ( $loop->have_posts() ) : $loop->the_post(); ?>
30
 
1
  <?php global $post;
2
 
3
  $options = get_option( 'meteorslides_options' );
4
+
5
+ $meteornav = $options['slideshow_navigation'];
6
 
7
  $i = 1;
8
 
9
+ $loop = new WP_Query( array( 'post_type' => 'slide', 'slideshow' => $slideshow, 'posts_per_page' => $options['slideshow_quantity'] ) ); ?>
10
 
11
+ <div id="meteor-slideshow" class="meteor-slides <?php echo $meteornav; ?>">
12
 
13
+ <?php if($meteornav == "navboth"): ?>
14
+
15
+ <ul class="meteor-nav">
16
 
17
+ <li class="prev"><a href="#"><?php _e('Previous','meteor-slides') ?></a></li>
18
+
19
+ <li class="next"><a href="#"><?php _e('Next','meteor-slides') ?></a></li>
20
+
21
+ </ul><!-- .meteor-nav -->
22
+
23
+ <div class="meteor-buttons"></div>
24
+
25
+ <?php elseif($meteornav == "navprevnext"): ?>
26
 
27
+ <ul class="meteor-nav">
28
 
29
+ <li class="prev"><a href="#"><?php _e('Previous','meteor-slides') ?></a></li>
30
 
31
+ <li class="next"><a href="#"><?php _e('Next','meteor-slides') ?></a></li>
32
 
33
+ </ul><!-- .meteor-nav -->
34
 
35
+ <?php elseif($meteornav == "navpaged"): ?>
36
+
37
+ <div class="meteor-buttons"></div>
38
 
39
  <?php endif; ?>
40
 
41
+ <div class="slides<?php if (isset($metadata)) { echo ' {' . $metadata . '}'; } ?>">
42
 
43
  <?php while ( $loop->have_posts() ) : $loop->the_post(); ?>
44
 
readme.txt CHANGED
@@ -1,47 +1,55 @@
1
  === Plugin Name ===
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: slide, slides, slider, slideshow, image, custom post types, jquery
5
  Requires at least: 3.0
6
  Tested up to: 3.0.1
7
- Stable tag: 1.2.3
8
 
9
- Meteor Slides makes it simple to manage a slideshow with WordPress by adding a custom post type for slides.
10
 
11
  == Description ==
12
 
13
- This plugin makes it simple to manage a slideshow with WordPress by adding a custom post type for slides. The slideshow is powered by [jQuery Cycle](http://jquery.malsup.com/cycle/) and has over twenty transition styles to choose from.
14
 
15
  The slides are managed as featured images through the media library; they will automatically be cropped to the dimensions specified on the settings page. Optionally, each slide can link to any Post, Page, or external URL of your choice.
16
 
 
 
 
 
 
 
 
 
 
 
17
  = Features =
18
 
19
  * **Easy integration:** Add the slideshow to your site using a template tag, shortcode, or widget.
20
- * **Slideshow settings page:** Control the slide height and width, the number of slides, and the slideshow speed and transition style.
 
 
21
  * **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.
22
- * **Slideshow navigation:** Optional previous/next and paged slide navigation.
23
  * **Multiple languages:** English, French, Indonesian, Italian, Portuguese, Romanian, Spanish, Turkish.
24
 
25
- = Future Features =
26
-
27
- * Multiple slideshows.
28
- * Choose which slides display.
29
- * Reorder slides.
30
-
31
  [*Got an idea for a feature?*](http://wordpress.org/tags/meteor-slides?forum_id=10#postform "Post feedback or ideas in the forums")
32
 
33
  == Installation ==
34
 
35
- 1. Upload the `meteor-slides` folder to your `/wp-content/plugins/` directory.
36
- 2. Activate the plugin through the 'Plugins' menu in WordPress
37
- 3. Use `<?php if(function_exists('meteor_slideshow')) { meteor_slideshow(); } ?>` to add this slideshow to your theme, use `[meteor_slideshow]` to add it to your Post or Page content, or use the Meteor Slides Widget to add it to a sidebar.
 
 
 
38
 
39
- **Before adding any slides, go to the Meteor Slides Settings page and set the slide height and width so that those slides are cropped to the correct size.**
40
 
41
- = Meteor Slides Screencast =
42
- This short screencast explains how to set up Meteor Slides, create new slides, and add the slideshow to your site using the shortcode or template tag.
43
 
44
- [vimeo http://vimeo.com/12901374]
45
 
46
  *Please [post any questions or problems](http://wordpress.org/tags/meteor-slides?forum_id=10#postform "Post a question or problem in the forums") in the WordPress.org support forums.*
47
 
@@ -53,7 +61,7 @@ Every post needs a title, make sure to give your slide a title where is says "En
53
 
54
  = I added an image to my post, why isn't it showing up in the slide? =
55
 
56
- Make sure to click "Use as featured image" after uploading your image. If the image is added correctly to the slide, you could see a thumbnail of that image in the Slide Image metabox.
57
 
58
  = How can I switch the order of the slides? =
59
 
@@ -69,7 +77,7 @@ Copy `meteor-slides.css` from `/meteor-slides/css/` to your theme's directory to
69
 
70
  = I installed Meteor Slides, and now my theme or plugin's jQuery goodies are broken! =
71
 
72
- Your theme or plugin is probably loading an extra copy of jQuery from the theme or plugin, or a third party server. This is unnecessary because WordPress already uses jQuery and it is included in the WordPress install. Meteor Slides loads the version that is within WordPress, to fix this, fix your theme or plugin to use the copy of jQuery that comes with WordPress, like this `<?php wp_enqueue_script("jquery"); ?>`.
73
 
74
  = I have another custom post type that uses featured images, and when I install Meteor Slides, it disables the featured image box in my custom post type, what's up with that? =
75
 
@@ -79,12 +87,25 @@ Meteor Slides is setup to check for post thumbnail support and create an array w
79
 
80
  == Screenshots ==
81
 
82
- 1. New Slide Page
83
- 2. Edit Slide Page
84
- 3. Meteor Slides Settings
 
 
 
85
 
86
  == Changelog ==
87
 
 
 
 
 
 
 
 
 
 
 
88
  = 1.2.3 =
89
  * Centered slides, fixed navigation bugs, added slideshow navigation buttons, updated translation files.
90
 
@@ -114,6 +135,9 @@ Meteor Slides is setup to check for post thumbnail support and create an array w
114
 
115
  == Upgrade Notice ==
116
 
 
 
 
117
  = 1.2.3 =
118
  Meteor Slides 1.2.3 centers slides, fixes navigation bugs, adds slideshow navigation buttons, and updates translation files.
119
 
1
  === Plugin Name ===
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: slide, slides, slider, slideshow, image, custom post types, jquery
5
  Requires at least: 3.0
6
  Tested up to: 3.0.1
7
+ Stable tag: 1.3
8
 
9
+ Meteor Slides makes it simple to manage slideshows with WordPress by adding a custom post type for slides.
10
 
11
  == Description ==
12
 
13
+ This plugin makes it simple to manage slideshows with WordPress by adding a custom post type for slides. The slideshows are powered by [jQuery Cycle](http://jquery.malsup.com/cycle/) and have over twenty transition styles to choose from.
14
 
15
  The slides are managed as featured images through the media library; they will automatically be cropped to the dimensions specified on the settings page. Optionally, each slide can link to any Post, Page, or external URL of your choice.
16
 
17
+ **[Meteor Slides Homepage](http://www.jleuze.com/plugins/meteor-slides/ "Learn more about Meteor Slides")**
18
+
19
+ Visit this plugin's homepage for documentation, detailed tutorials, and additional screencasts.
20
+
21
+ **[Video Overview](http://vimeo.com/16270730 "Meteor Slides video overview")**
22
+
23
+ This screencast shows some of the new features in 1.3, such as adding multiple slideshows, and using metadata. [Watch more screencasts about Meteor Slides.](http://vimeo.com/album/930565 "Watch more screencasts")
24
+
25
+ [vimeo http://vimeo.com/16270730]
26
+
27
  = Features =
28
 
29
  * **Easy integration:** Add the slideshow to your site using a template tag, shortcode, or widget.
30
+ * **Multiple Slideshows:** Organize your slides into multiple slideshows.
31
+ * **Slideshow settings page:** Control the slide height and width, the number of slides, the slideshow speed and transition style, and the type of navigation.
32
+ * **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").
33
  * **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.
34
+ * **Slideshow navigation:** Optional previous/next and/or paged slide navigation.
35
  * **Multiple languages:** English, French, Indonesian, Italian, Portuguese, Romanian, Spanish, Turkish.
36
 
 
 
 
 
 
 
37
  [*Got an idea for a feature?*](http://wordpress.org/tags/meteor-slides?forum_id=10#postform "Post feedback or ideas in the forums")
38
 
39
  == Installation ==
40
 
41
+ 1. Upload the **meteor-slides** folder to your **/wp-content/plugins/** directory.
42
+ 2. Activate the plugin through the Plugins menu in WordPress
43
+ 3. Use the Settings link or go to Slides -> Settings to access the Meteor Slides settings.
44
+
45
+ = Configure Slideshow =
46
+ *Before adding any slides, enter the slide height and width in the settings so the slides are the correct dimensions.*
47
 
48
+ = Add Slideshow =
49
 
50
+ Use `<?php if(function_exists('meteor_slideshow')) { meteor_slideshow(); } ?>` to add this slideshow to your theme, use `[meteor_slideshow]` to add it to your Post or Page content, or use the Meteor Slides Widget to add it to a sidebar.
 
51
 
52
+ **[Meteor Slides Documentation](http://www.jleuze.com/plugins/meteor-slides/installation/ "Learn more about Meteor Slides")**
53
 
54
  *Please [post any questions or problems](http://wordpress.org/tags/meteor-slides?forum_id=10#postform "Post a question or problem in the forums") in the WordPress.org support forums.*
55
 
61
 
62
  = I added an image to my post, why isn't it showing up in the slide? =
63
 
64
+ Make sure to click "Use as featured image" after uploading your image. If the image is added correctly to the slide, you should see a thumbnail of that image in the Slide Image metabox.
65
 
66
  = How can I switch the order of the slides? =
67
 
77
 
78
  = I installed Meteor Slides, and now my theme or plugin's jQuery goodies are broken! =
79
 
80
+ Your theme or plugin is probably loading an extra copy of jQuery from the theme or plugin, or a third party server. This is unnecessary because WordPress already uses jQuery and it is included in the WordPress install. Meteor Slides loads the version that is within WordPress, to fix this, change your theme or plugin to use the copy of jQuery that comes with WordPress, like this `<?php wp_enqueue_script("jquery"); ?>`.
81
 
82
  = I have another custom post type that uses featured images, and when I install Meteor Slides, it disables the featured image box in my custom post type, what's up with that? =
83
 
87
 
88
  == Screenshots ==
89
 
90
+ 1. Slideshow Preview
91
+ 2. New Slide Page
92
+ 3. Edit Slide Page
93
+ 4. Slides Column View
94
+ 5. Manage Slideshows
95
+ 6. Meteor Slides Settings
96
 
97
  == Changelog ==
98
 
99
+ = 1.3 =
100
+ * Added custom slideshows taxonomy for multiple slideshows
101
+ * Optional slideshow and metadata parameters for template tag and shortcode
102
+ * Optional title, slideshow, and metadata parameters for the widget
103
+ * Added settings link to plugins page
104
+ * Added Slide image and link to slides column
105
+ * Removed slides from menu editor and search
106
+ * Expanded navigation options
107
+ * Added Metadata jQuery plugin
108
+
109
  = 1.2.3 =
110
  * Centered slides, fixed navigation bugs, added slideshow navigation buttons, updated translation files.
111
 
135
 
136
  == Upgrade Notice ==
137
 
138
+ = 1.3 =
139
+ Meteor Slides 1.3 adds support for multiple slideshows, the Metadata jQuery plugin for advanced customization, more navigation options, and other small improvements and bug fixes.
140
+
141
  = 1.2.3 =
142
  Meteor Slides 1.2.3 centers slides, fixes navigation bugs, adds slideshow navigation buttons, and updates translation files.
143
 
screenshot-1.jpg CHANGED
Binary file
screenshot-2.jpg ADDED
Binary file
screenshot-2.png DELETED
Binary file
screenshot-3.jpg ADDED
Binary file
screenshot-3.png DELETED
Binary file
screenshot-4.jpg ADDED
Binary file
screenshot-5.jpg ADDED
Binary file
screenshot-6.jpg ADDED
Binary file