Jetpack by WordPress.com - Version 2.2.8

Version Description

Release Date: May 26, 2016

  • Important security update. Please upgrade immediately.
Download this release

Release Info

Developer samhotchkiss
Plugin Icon 128x128 Jetpack by WordPress.com
Version 2.2.8
Comparing to
See all releases

Code changes from version 2.0.7 to 2.2.8

_inc/gallery-settings.js ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Jetpack Gallery Settings
3
+ */
4
+ (function($) {
5
+ var media = wp.media;
6
+
7
+ // Wrap the render() function to append controls.
8
+ media.view.Settings.Gallery = media.view.Settings.Gallery.extend({
9
+ render: function() {
10
+ var $el = this.$el;
11
+
12
+ media.view.Settings.prototype.render.apply( this, arguments );
13
+
14
+ // Append the type template and update the settings.
15
+ $el.append( media.template( 'jetpack-gallery-settings' ) );
16
+ media.gallery.defaults.type = 'default'; // lil hack that lets media know there's a type attribute.
17
+ this.update.apply( this, ['type'] );
18
+
19
+ // Hide the Columns setting for all types except Default
20
+ $el.find( 'select[name=type]' ).on( 'change', function () {
21
+ var columnSetting = $el.find( 'select[name=columns]' ).closest( 'label.setting' );
22
+
23
+ if ( 'default' == $( this ).val() )
24
+ columnSetting.show();
25
+ else
26
+ columnSetting.hide();
27
+ } ).change();
28
+
29
+ return this;
30
+ }
31
+ });
32
+ })(jQuery);
_inc/images/module-icons-sprite-2x.png CHANGED
Binary file
_inc/images/module-icons-sprite.png CHANGED
Binary file
screenshot-6.png → _inc/images/screenshots/carousel.png RENAMED
File without changes
_inc/images/screenshots/likes.png ADDED
Binary file
_inc/images/screenshots/tiled-gallery.png ADDED
Binary file
_inc/jetpack-retina.css CHANGED
@@ -78,7 +78,7 @@
78
  /* Pointer dismiss button */
79
  .wp-pointer-buttons a.close::before {
80
  background-image: url('images/xit-2x.gif');
81
- background-size: 20px 10px;
82
  }
83
 
84
  /* Pointer icon */
@@ -101,7 +101,7 @@
101
  body.admin-color-classic #screen-meta-links a.show-settings {
102
  background-image: url('images/arrows-vs-2x.png') !important;
103
  }
104
-
105
  /* Collapse button divs */
106
  #collapse-button div {
107
  background-image: url('images/arrows-2x.png') !important;
@@ -236,7 +236,7 @@
236
  background-image: url("images/down_arrow-2x.gif") !important;
237
  background-size: 10px 20px;
238
  }
239
-
240
  /* Img overlay buttons */
241
  #wp_editimgbtn, #wp_delimgbtn, #wp_editgallery, #wp_delgallery {
242
  padding-top: 24px !important;
@@ -260,7 +260,7 @@
260
  #wp_delimgbtn, #wp_delgallery {
261
  background: #eee url("images/delete-2x.png") no-repeat center center !important;
262
  }
263
-
264
  /* AJAX loading spinners */
265
  img.ajax-loading, img.ajax-feedback {
266
  width: 16px;
78
  /* Pointer dismiss button */
79
  .wp-pointer-buttons a.close::before {
80
  background-image: url('images/xit-2x.gif');
81
+ background-size: 20px 10px;
82
  }
83
 
84
  /* Pointer icon */
101
  body.admin-color-classic #screen-meta-links a.show-settings {
102
  background-image: url('images/arrows-vs-2x.png') !important;
103
  }
104
+
105
  /* Collapse button divs */
106
  #collapse-button div {
107
  background-image: url('images/arrows-2x.png') !important;
236
  background-image: url("images/down_arrow-2x.gif") !important;
237
  background-size: 10px 20px;
238
  }
239
+
240
  /* Img overlay buttons */
241
  #wp_editimgbtn, #wp_delimgbtn, #wp_editgallery, #wp_delgallery {
242
  padding-top: 24px !important;
260
  #wp_delimgbtn, #wp_delgallery {
261
  background: #eee url("images/delete-2x.png") no-repeat center center !important;
262
  }
263
+
264
  /* AJAX loading spinners */
265
  img.ajax-loading, img.ajax-feedback {
266
  width: 16px;
_inc/jetpack-rtl.css CHANGED
@@ -45,7 +45,7 @@
45
  }
46
 
47
  .jp-connect { padding: 10px 0 5px !important; }
48
-
49
  #jetpack-settings > .jetpack-message { margin: 10px 15px 10px 13px }
50
 
51
  .jetpack-message .squeezer {
@@ -78,7 +78,7 @@
78
  float: left;
79
  margin: 0 20px 0 30px;
80
  }
81
-
82
  .jetpack-module {
83
  float: right;
84
  margin: 0 15px 15px 0;
45
  }
46
 
47
  .jp-connect { padding: 10px 0 5px !important; }
48
+
49
  #jetpack-settings > .jetpack-message { margin: 10px 15px 10px 13px }
50
 
51
  .jetpack-message .squeezer {
78
  float: left;
79
  margin: 0 20px 0 30px;
80
  }
81
+
82
  .jetpack-module {
83
  float: right;
84
  margin: 0 15px 15px 0;
_inc/jetpack.css CHANGED
@@ -550,7 +550,7 @@ p.jp-help {
550
  border-bottom-left-radius: 3px;
551
  background-repeat: no-repeat;
552
  background-image: url( images/module-icons-sprite.png );
553
- background-size: 2500px 50px; /* remember to update this every time a new module is added! */
554
  }
555
 
556
 
@@ -629,6 +629,13 @@ p.jp-help {
629
  #photon.jetpack-module div.module-image {
630
  background-position: -2320px 5px;
631
  }
 
 
 
 
 
 
 
632
 
633
  .jetpack-module div.module-image p {
634
  background-color: #b4d278;
550
  border-bottom-left-radius: 3px;
551
  background-repeat: no-repeat;
552
  background-image: url( images/module-icons-sprite.png );
553
+ background-size: 2555px 50px; /* remember to update this every time a new module is added! */
554
  }
555
 
556
 
629
  #photon.jetpack-module div.module-image {
630
  background-position: -2320px 5px;
631
  }
632
+ #tiled-gallery.jetpack-module div.module-image {
633
+ background-position: -2400px 5px;
634
+ }
635
+
636
+ #likes.jetpack-module div.module-image {
637
+ background-position: -2471px 5px;
638
+ }
639
 
640
  .jetpack-module div.module-image p {
641
  background-color: #b4d278;
_inc/jquery.inview.js ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * author Christopher Blum
3
+ * - based on the idea of Remy Sharp, http://remysharp.com/2009/01/26/element-in-view-event-plugin/
4
+ * - forked from http://github.com/zuk/jquery.inview/
5
+ */
6
+ (function ($) {
7
+ var inviewObjects = {}, viewportSize, viewportOffset,
8
+ d = document, w = window, documentElement = d.documentElement, expando = $.expando;
9
+
10
+ $.event.special.inview = {
11
+ add: function(data) {
12
+ inviewObjects[data.guid + "-" + this[expando]] = { data: data, $element: $(this) };
13
+ },
14
+
15
+ remove: function(data) {
16
+ try { delete inviewObjects[data.guid + "-" + this[expando]]; } catch(e) {}
17
+ }
18
+ };
19
+
20
+ function getViewportSize() {
21
+ var mode, domObject, size = { height: w.innerHeight, width: w.innerWidth };
22
+
23
+ // if this is correct then return it. iPad has compat Mode, so will
24
+ // go into check clientHeight/clientWidth (which has the wrong value).
25
+ if (!size.height) {
26
+ mode = d.compatMode;
27
+ if (mode || !$.support.boxModel) { // IE, Gecko
28
+ domObject = mode === 'CSS1Compat' ?
29
+ documentElement : // Standards
30
+ d.body; // Quirks
31
+ size = {
32
+ height: domObject.clientHeight,
33
+ width: domObject.clientWidth
34
+ };
35
+ }
36
+ }
37
+
38
+ return size;
39
+ }
40
+
41
+ function getViewportOffset() {
42
+ return {
43
+ top: w.pageYOffset || documentElement.scrollTop || d.body.scrollTop,
44
+ left: w.pageXOffset || documentElement.scrollLeft || d.body.scrollLeft
45
+ };
46
+ }
47
+
48
+ function checkInView() {
49
+ var $elements = $(), elementsLength, i = 0;
50
+
51
+ $.each(inviewObjects, function(i, inviewObject) {
52
+ var selector = inviewObject.data.selector,
53
+ $element = inviewObject.$element;
54
+ $elements = $elements.add(selector ? $element.find(selector) : $element);
55
+ });
56
+
57
+ elementsLength = $elements.length;
58
+ if (elementsLength) {
59
+ viewportSize = viewportSize || getViewportSize();
60
+ viewportOffset = viewportOffset || getViewportOffset();
61
+
62
+ for (; i<elementsLength; i++) {
63
+ // Ignore elements that are not in the DOM tree
64
+ if (!$.contains(documentElement, $elements[i])) {
65
+ continue;
66
+ }
67
+
68
+ var element = $elements[i],
69
+ $element = $(element),
70
+ elementSize = {},
71
+ elementOffset = {},
72
+ inView = $element.data('inview'),
73
+ visiblePartX,
74
+ visiblePartY,
75
+ visiblePartsMerged;
76
+
77
+ // for the case where 'display:none' is used in place of 'visibility:hidden'
78
+ // count and sum the above items to get and move closer to the correct values
79
+ // IMPORTANT :: insert element into container empty
80
+ if($element.css('display') == 'none')
81
+ {
82
+ var parentElement = $element.parent();
83
+
84
+ elementOffset.top = parentElement.offset().top;
85
+ elementOffset.left = parentElement.offset().left;
86
+ elementSize.height = parentElement.height();
87
+ elementSize.width = parentElement.width();
88
+ } else {
89
+ elementSize = { height: $element.height(), width: $element.width() }
90
+ elementOffset = $element.offset();
91
+ }
92
+
93
+ // Don't ask me why because I haven't figured out yet:
94
+ // viewportOffset and viewportSize are sometimes suddenly null in Firefox 5.
95
+ // Even though it sounds weird:
96
+ // It seems that the execution of this function is interferred by the onresize/onscroll event
97
+ // where viewportOffset and viewportSize are unset
98
+ if (!viewportOffset || !viewportSize) {
99
+ return;
100
+ }
101
+
102
+ if (element.offsetWidth >= 0 && element.offsetHeight >= 0 && element.style.display != "none" &&
103
+ elementOffset.top + elementSize.height > viewportOffset.top &&
104
+ elementOffset.top < viewportOffset.top + viewportSize.height &&
105
+ elementOffset.left + elementSize.width > viewportOffset.left &&
106
+ elementOffset.left < viewportOffset.left + viewportSize.width) {
107
+ visiblePartX = (viewportOffset.left > elementOffset.left ?
108
+ 'right' : (viewportOffset.left + viewportSize.width) < (elementOffset.left + elementSize.width) ?
109
+ 'left' : 'both');
110
+ visiblePartY = (viewportOffset.top > elementOffset.top ?
111
+ 'bottom' : (viewportOffset.top + viewportSize.height) < (elementOffset.top + elementSize.height) ?
112
+ 'top' : 'both');
113
+ visiblePartsMerged = visiblePartX + "-" + visiblePartY;
114
+ if (!inView || inView !== visiblePartsMerged) {
115
+ $element.data('inview', visiblePartsMerged).trigger('inview', [true, visiblePartX, visiblePartY]);
116
+ }
117
+ } else if (inView) {
118
+ $element.data('inview', false).trigger('inview', [false]);
119
+ }
120
+ }
121
+ }
122
+ }
123
+
124
+ $(w).bind("scroll resize", function() {
125
+ viewportSize = viewportOffset = null;
126
+ });
127
+
128
+ // IE < 9 scrolls to focused elements without firing the "scroll" event
129
+ if (!documentElement.addEventListener && documentElement.attachEvent) {
130
+ documentElement.attachEvent("onfocusin", function() {
131
+ viewportOffset = null;
132
+ });
133
+ }
134
+
135
+ // Use setInterval in order to also make sure this captures elements within
136
+ // "overflow:scroll" elements or elements that appeared in the dom tree due to
137
+ // dom manipulation and reflow
138
+ // old: $(window).scroll(checkInView);
139
+ //
140
+ // By the way, iOS (iPad, iPhone, ...) seems to not execute, or at least delays
141
+ // intervals while the user scrolls. Therefore the inview event might fire a bit late there
142
+ setInterval(checkInView, 250);
143
+ })(jQuery);
_inc/jquery.jetpack-resize.js ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Resizeable Iframes.
3
+ *
4
+ * Start listening to resize postMessage events for selected iframes:
5
+ * $( selector ).Jetpack( 'resizeable' );
6
+ * - OR -
7
+ * Jetpack.resizeable( 'on', context );
8
+ *
9
+ * Resize selected iframes:
10
+ * $( selector ).Jetpack( 'resizeable', 'resize', { width: 100, height: 200 } );
11
+ * - OR -
12
+ * Jetpack.resizeable( 'resize', { width: 100, height: 200 }, context );
13
+ *
14
+ * Stop listening to resize postMessage events for selected iframes:
15
+ * $( selector ).Jetpack( 'resizeable', 'off' );
16
+ * - OR -
17
+ * Jetpack.resizeable( 'off', context );
18
+ *
19
+ * Stop listening to all resize postMessage events:
20
+ * Jetpack.resizeable( 'off' );
21
+ */
22
+ (function($) {
23
+ var listening = false, // Are we listening for resize postMessage events
24
+ sourceOrigins = [], // What origins are allowed to send resize postMessage events
25
+ $sources = false, // What iframe elements are we tracking resize postMessage events from
26
+
27
+ URLtoOrigin, // Utility to convert URLs into origins
28
+ setupListener, // Binds global resize postMessage event handler
29
+ destroyListener, // Unbinds global resize postMessage event handler
30
+
31
+ methods; // Jetpack.resizeable methods
32
+
33
+ // Setup the Jetpack global
34
+ if ( 'undefined' === typeof window.Jetpack ) {
35
+ window.Jetpack = {
36
+ /**
37
+ * Handles the two different calling methods:
38
+ * $( selector ).Jetpack( 'namespace', 'method', context ) // here, context is optional and is used to filter the collection
39
+ * - vs. -
40
+ * Jetpack.namespace( 'method', context ) // here context defines the collection
41
+ *
42
+ * @internal
43
+ *
44
+ * Call as: Jetpack.getTarget.call( this, context )
45
+ *
46
+ * @param string context: jQuery selector
47
+ * @return jQuery|undefined object on which to perform operations or undefined when context cannot be determined
48
+ */
49
+ getTarget: function( context ) {
50
+ if ( this instanceof jQuery ) {
51
+ return context ? this.filter( context ) : this;
52
+ }
53
+
54
+ return context ? $( context ) : context;
55
+ }
56
+ };
57
+ }
58
+
59
+ // Setup the Jetpack jQuery method
60
+ if ( 'undefined' === typeof $.fn.Jetpack ) {
61
+ /**
62
+ * Dispatches calls to the correct namespace
63
+ *
64
+ * @param string namespace
65
+ * @param ...
66
+ * @return mixed|jQuery (chainable)
67
+ */
68
+ $.fn.Jetpack = function( namespace ) {
69
+ if ( 'function' === typeof Jetpack[namespace] ) {
70
+ // Send the call to the correct Jetpack.namespace
71
+ return Jetpack[namespace].apply( this, Array.prototype.slice.call( arguments, 1 ) );
72
+ } else {
73
+ $.error( 'Namespace "' + namespace + '" does not exist on jQuery.Jetpack' );
74
+ }
75
+ };
76
+ }
77
+
78
+ // Define Jetpack.resizeable() namespace to just always bail if no postMessage
79
+ if ( 'function' !== typeof window.postMessage ) {
80
+ $.extend( window.Jetpack, {
81
+ /**
82
+ * Defines the Jetpack.resizeable() namespace.
83
+ * See below for non-trivial definition for browsers with postMessage.
84
+ */
85
+ resizeable: function() {
86
+ $.error( 'Browser does not support window.postMessage' );
87
+ }
88
+ } );
89
+
90
+ return;
91
+ }
92
+
93
+ /**
94
+ * Utility to convert URLs into origins
95
+ *
96
+ * http://example.com:port/path?query#fragment -> http://example.com:port
97
+ *
98
+ * @param string URL
99
+ * @return string origin
100
+ */
101
+ URLtoOrigin = function( URL ) {
102
+ if ( ! URL.match( /^https?:\/\// ) ) {
103
+ URL = document.location.href;
104
+ }
105
+ return URL.split( '/' ).slice( 0, 3 ).join( '/' );
106
+ };
107
+
108
+ /**
109
+ * Binds global resize postMessage event handler
110
+ */
111
+ setupListener = function() {
112
+ listening = true;
113
+
114
+ $( window ).on( 'message.JetpackResizeableIframe', function( e ) {
115
+ var event = e.originalEvent,
116
+ data;
117
+
118
+ // Ensure origin is allowed
119
+ if ( -1 === $.inArray( event.origin, sourceOrigins ) ) {
120
+ return;
121
+ }
122
+
123
+ // Some browsers send structured data, some send JSON strings
124
+ if ( 'object' === typeof event.data ) {
125
+ data = event.data.data;
126
+ } else {
127
+ try {
128
+ data = JSON.parse( event.data );
129
+ } catch ( err ) {
130
+ data = false;
131
+ }
132
+ }
133
+
134
+ if ( !data.data ) {
135
+ return;
136
+ }
137
+
138
+ // Un-nest
139
+ data = data.data;
140
+
141
+ // Is it a resize event?
142
+ if ( 'undefined' === typeof data.action || 'resize' !== data.action ) {
143
+ return;
144
+ }
145
+
146
+ // Find the correct iframe and resize it
147
+ $sources.filter( function() {
148
+ if ( 'undefined' !== typeof data.name )
149
+ return this.name === data.name;
150
+ else
151
+ return event.source === this.contentWindow;
152
+ } ).first().Jetpack( 'resizeable', 'resize', data );
153
+ } );
154
+ };
155
+
156
+ /**
157
+ * Unbinds global resize postMessage event handler
158
+ */
159
+ destroyListener = function() {
160
+ listening = false;
161
+ $( window ).off( 'message.JetpackResizeableIframe' );
162
+
163
+ sourceOrigins = [];
164
+ $( '.jetpack-resizeable' ).removeClass( 'jetpack-resizeable' );
165
+ $sources = false;
166
+ };
167
+
168
+ // Methods for Jetpack.resizeable() namespace
169
+ methods = {
170
+ /**
171
+ * Start listening for resize postMessage events on the given iframes
172
+ *
173
+ * Call statically as: Jetpack.resizeable( 'on', context )
174
+ * Call as: $( selector ).Jetpack( 'resizeable', 'on', context ) // context optional: used to filter the collectino
175
+ *
176
+ * @param string context jQuery selector.
177
+ * @return jQuery (chainable)
178
+ */
179
+ on: function( context ) {
180
+ var target = Jetpack.getTarget.call( this, context );
181
+
182
+ if ( ! listening ) {
183
+ setupListener();
184
+ }
185
+
186
+ target.each( function() {
187
+ sourceOrigins.push( URLtoOrigin( $( this ).attr( 'src' ) ) );
188
+ } ).addClass( 'jetpack-resizeable' );
189
+
190
+ $sources = $( '.jetpack-resizeable' );
191
+
192
+ return target;
193
+ },
194
+
195
+ /**
196
+ * Stop listening for resize postMessage events on the given iframes
197
+ *
198
+ * Call statically as: Jetpack.resizeable( 'off', context )
199
+ * Call as: $( selector ).Jetpack( 'resizeable', 'off', context ) // context optional: used to filter the collectino
200
+ *
201
+ * @param string context jQuery selector
202
+ * @return jQuery (chainable)
203
+ */
204
+ off: function( context ) {
205
+ var target = Jetpack.getTarget.call( this, context );
206
+
207
+ if ( 'undefined' === typeof target ) {
208
+ destroyListener();
209
+
210
+ return target;
211
+ }
212
+
213
+ target.each( function() {
214
+ var origin = URLtoOrigin( $( this ).attr( 'src' ) ),
215
+ pos = $.inArray( origin, sourceOrigins );
216
+
217
+ if ( -1 !== pos ) {
218
+ sourceOrigins.splice( pos, 1 );
219
+ }
220
+ } ).removeClass( 'jetpack-resizeable' );
221
+
222
+ $sources = $( '.jetpack-resizeable' );
223
+
224
+ return target;
225
+ },
226
+
227
+ /**
228
+ * Resize the given iframes
229
+ *
230
+ * Call statically as: Jetpack.resizeable( 'resize', dimensions, context )
231
+ * Call as: $( selector ).Jetpack( 'resizeable', 'resize', dimensions, context ) // context optional: used to filter the collectino
232
+ *
233
+ * @param object dimensions in pixels: { width: (int), height: (int) }
234
+ * @param string context jQuery selector
235
+ * @return jQuery (chainable)
236
+ */
237
+ resize: function( dimensions, context ) {
238
+ var target = Jetpack.getTarget.call( this, context );
239
+
240
+ $.each( [ 'width', 'height' ], function( i, variable ) {
241
+ var value = 0;
242
+ if ( 'undefined' !== typeof dimensions[variable] ) {
243
+ value = parseInt( dimensions[variable], 10 );
244
+ }
245
+
246
+ if ( 0 !== value ) {
247
+ target[variable]( value );
248
+ var container = target.parent();
249
+ if ( container.hasClass( 'slim-likes-widget' ) ) {
250
+ container[variable]( value );
251
+ }
252
+ }
253
+ } );
254
+
255
+ return target;
256
+ }
257
+ };
258
+
259
+ // Define Jetpack.resizeable() namespace
260
+ $.extend( window.Jetpack, {
261
+ /**
262
+ * Defines the Jetpack.resizeable() namespace.
263
+ * See above for trivial definition for browsers with no postMessage.
264
+ *
265
+ * @param string method
266
+ * @param ...
267
+ * @return mixed|jQuery (chainable)
268
+ */
269
+ resizeable: function( method ) {
270
+ if ( methods[method] ) {
271
+ // Send the call to the correct Jetpack.resizeable() method
272
+ return methods[method].apply( this, Array.prototype.slice.call( arguments, 1 ) );
273
+ } else if ( ! method ) {
274
+ // By default, send to Jetpack.resizeable( 'on' ), which isn't useful in that form but is when called as
275
+ // jQuery( selector ).Jetpack( 'resizeable' )
276
+ return methods.on.apply( this );
277
+ } else {
278
+ $.error( 'Method ' + method + ' does not exist on Jetpack.resizeable' );
279
+ }
280
+ }
281
+ } );
282
+ })(jQuery);
_inc/postmessage.js ADDED
@@ -0,0 +1,438 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ The MIT License
3
+
4
+ Copyright (c) 2010 Daniel Park (http://metaweb.com, http://postmessage.freebaseapps.com)
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in
14
+ all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
+ THE SOFTWARE.
23
+ **/
24
+ var NO_JQUERY = {};
25
+ (function(window, $, undefined) {
26
+
27
+ if (!("console" in window)) {
28
+ var c = window.console = {};
29
+ c.log = c.warn = c.error = c.debug = function(){};
30
+ }
31
+
32
+ if ($ === NO_JQUERY) {
33
+ // jQuery is optional
34
+ $ = {
35
+ fn: {},
36
+ extend: function() {
37
+ var a = arguments[0];
38
+ for (var i=1,len=arguments.length; i<len; i++) {
39
+ var b = arguments[i];
40
+ for (var prop in b) {
41
+ a[prop] = b[prop];
42
+ }
43
+ }
44
+ return a;
45
+ }
46
+ };
47
+ }
48
+
49
+ $.fn.pm = function() {
50
+ console.log("usage: \nto send: $.pm(options)\nto receive: $.pm.bind(type, fn, [origin])");
51
+ return this;
52
+ };
53
+
54
+ // send postmessage
55
+ $.pm = window.pm = function(options) {
56
+ pm.send(options);
57
+ };
58
+
59
+ // bind postmessage handler
60
+ $.pm.bind = window.pm.bind = function(type, fn, origin, hash, async_reply) {
61
+ pm.bind(type, fn, origin, hash, async_reply === true);
62
+ };
63
+
64
+ // unbind postmessage handler
65
+ $.pm.unbind = window.pm.unbind = function(type, fn) {
66
+ pm.unbind(type, fn);
67
+ };
68
+
69
+ // default postmessage origin on bind
70
+ $.pm.origin = window.pm.origin = null;
71
+
72
+ // default postmessage polling if using location hash to pass postmessages
73
+ $.pm.poll = window.pm.poll = 200;
74
+
75
+ var pm = {
76
+
77
+ send: function(options) {
78
+ var o = $.extend({}, pm.defaults, options),
79
+ target = o.target;
80
+ if (!o.target) {
81
+ console.warn("postmessage target window required");
82
+ return;
83
+ }
84
+ if (!o.type) {
85
+ console.warn("postmessage type required");
86
+ return;
87
+ }
88
+ var msg = {data:o.data, type:o.type};
89
+ if (o.success) {
90
+ msg.callback = pm._callback(o.success);
91
+ }
92
+ if (o.error) {
93
+ msg.errback = pm._callback(o.error);
94
+ }
95
+ if (("postMessage" in target) && !o.hash) {
96
+ pm._bind();
97
+ target.postMessage(JSON.stringify(msg), o.origin || '*');
98
+ }
99
+ else {
100
+ pm.hash._bind();
101
+ pm.hash.send(o, msg);
102
+ }
103
+ },
104
+
105
+ bind: function(type, fn, origin, hash, async_reply) {
106
+ pm._replyBind ( type, fn, origin, hash, async_reply );
107
+ },
108
+
109
+ _replyBind: function(type, fn, origin, hash, isCallback) {
110
+ if (("postMessage" in window) && !hash) {
111
+ pm._bind();
112
+ }
113
+ else {
114
+ pm.hash._bind();
115
+ }
116
+ var l = pm.data("listeners.postmessage");
117
+ if (!l) {
118
+ l = {};
119
+ pm.data("listeners.postmessage", l);
120
+ }
121
+ var fns = l[type];
122
+ if (!fns) {
123
+ fns = [];
124
+ l[type] = fns;
125
+ }
126
+ fns.push({fn:fn, callback: isCallback, origin:origin || $.pm.origin});
127
+ },
128
+
129
+ unbind: function(type, fn) {
130
+ var l = pm.data("listeners.postmessage");
131
+ if (l) {
132
+ if (type) {
133
+ if (fn) {
134
+ // remove specific listener
135
+ var fns = l[type];
136
+ if (fns) {
137
+ var m = [];
138
+ for (var i=0,len=fns.length; i<len; i++) {
139
+ var o = fns[i];
140
+ if (o.fn !== fn) {
141
+ m.push(o);
142
+ }
143
+ }
144
+ l[type] = m;
145
+ }
146
+ }
147
+ else {
148
+ // remove all listeners by type
149
+ delete l[type];
150
+ }
151
+ }
152
+ else {
153
+ // unbind all listeners of all type
154
+ for (var i in l) {
155
+ delete l[i];
156
+ }
157
+ }
158
+ }
159
+ },
160
+
161
+ data: function(k, v) {
162
+ if (v === undefined) {
163
+ return pm._data[k];
164
+ }
165
+ pm._data[k] = v;
166
+ return v;
167
+ },
168
+
169
+ _data: {},
170
+
171
+ _CHARS: '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'.split(''),
172
+
173
+ _random: function() {
174
+ var r = [];
175
+ for (var i=0; i<32; i++) {
176
+ r[i] = pm._CHARS[0 | Math.random() * 32];
177
+ };
178
+ return r.join("");
179
+ },
180
+
181
+ _callback: function(fn) {
182
+ var cbs = pm.data("callbacks.postmessage");
183
+ if (!cbs) {
184
+ cbs = {};
185
+ pm.data("callbacks.postmessage", cbs);
186
+ }
187
+ var r = pm._random();
188
+ cbs[r] = fn;
189
+ return r;
190
+ },
191
+
192
+ _bind: function() {
193
+ // are we already listening to message events on this w?
194
+ if (!pm.data("listening.postmessage")) {
195
+ if (window.addEventListener) {
196
+ window.addEventListener("message", pm._dispatch, false);
197
+ }
198
+ else if (window.attachEvent) {
199
+ window.attachEvent("onmessage", pm._dispatch);
200
+ }
201
+ pm.data("listening.postmessage", 1);
202
+ }
203
+ },
204
+
205
+ _dispatch: function(e) {
206
+ //console.log("$.pm.dispatch", e, this);
207
+ try {
208
+ var msg = JSON.parse(e.data);
209
+ }
210
+ catch (ex) {
211
+ //console.warn("postmessage data invalid json: ", ex); //message wasn't meant for pm
212
+ return;
213
+ }
214
+ if (!msg.type) {
215
+ //console.warn("postmessage message type required"); //message wasn't meant for pm
216
+ return;
217
+ }
218
+ var cbs = pm.data("callbacks.postmessage") || {},
219
+ cb = cbs[msg.type];
220
+ if (cb) {
221
+ cb(msg.data);
222
+ }
223
+ else {
224
+ var l = pm.data("listeners.postmessage") || {};
225
+ var fns = l[msg.type] || [];
226
+ for (var i=0,len=fns.length; i<len; i++) {
227
+ var o = fns[i];
228
+ if (o.origin && o.origin !== '*' && e.origin !== o.origin) {
229
+ console.warn("postmessage message origin mismatch", e.origin, o.origin);
230
+ if (msg.errback) {
231
+ // notify post message errback
232
+ var error = {
233
+ message: "postmessage origin mismatch",
234
+ origin: [e.origin, o.origin]
235
+ };
236
+ pm.send({target:e.source, data:error, type:msg.errback});
237
+ }
238
+ continue;
239
+ }
240
+
241
+ function sendReply ( data ) {
242
+ if (msg.callback) {
243
+ pm.send({target:e.source, data:data, type:msg.callback});
244
+ }
245
+ }
246
+
247
+ try {
248
+ if ( o.callback ) {
249
+ o.fn(msg.data, sendReply, e);
250
+ } else {
251
+ sendReply ( o.fn(msg.data, e) );
252
+ }
253
+ }
254
+ catch (ex) {
255
+ if (msg.errback) {
256
+ // notify post message errback
257
+ pm.send({target:e.source, data:ex, type:msg.errback});
258
+ } else {
259
+ throw ex;
260
+ }
261
+ }
262
+ };
263
+ }
264
+ }
265
+ };
266
+
267
+ // location hash polling
268
+ pm.hash = {
269
+
270
+ send: function(options, msg) {
271
+ //console.log("hash.send", target_window, options, msg);
272
+ var target_window = options.target,
273
+ target_url = options.url;
274
+ if (!target_url) {
275
+ console.warn("postmessage target window url is required");
276
+ return;
277
+ }
278
+ target_url = pm.hash._url(target_url);
279
+ var source_window,
280
+ source_url = pm.hash._url(window.location.href);
281
+ if (window == target_window.parent) {
282
+ source_window = "parent";
283
+ }
284
+ else {
285
+ try {
286
+ for (var i=0,len=parent.frames.length; i<len; i++) {
287
+ var f = parent.frames[i];
288
+ if (f == window) {
289
+ source_window = i;
290
+ break;
291
+ }
292
+ };
293
+ }
294
+ catch(ex) {
295
+ // Opera: security error trying to access parent.frames x-origin
296
+ // juse use window.name
297
+ source_window = window.name;
298
+ }
299
+ }
300
+ if (source_window == null) {
301
+ console.warn("postmessage windows must be direct parent/child windows and the child must be available through the parent window.frames list");
302
+ return;
303
+ }
304
+ var hashmessage = {
305
+ "x-requested-with": "postmessage",
306
+ source: {
307
+ name: source_window,
308
+ url: source_url
309
+ },
310
+ postmessage: msg
311
+ };
312
+ var hash_id = "#x-postmessage-id=" + pm._random();
313
+ target_window.location = target_url + hash_id + encodeURIComponent(JSON.stringify(hashmessage));
314
+ },
315
+
316
+ _regex: /^\#x\-postmessage\-id\=(\w{32})/,
317
+
318
+ _regex_len: "#x-postmessage-id=".length + 32,
319
+
320
+ _bind: function() {
321
+ // are we already listening to message events on this w?
322
+ if (!pm.data("polling.postmessage")) {
323
+ setInterval(function() {
324
+ var hash = "" + window.location.hash,
325
+ m = pm.hash._regex.exec(hash);
326
+ if (m) {
327
+ var id = m[1];
328
+ if (pm.hash._last !== id) {
329
+ pm.hash._last = id;
330
+ pm.hash._dispatch(hash.substring(pm.hash._regex_len));
331
+ }
332
+ }
333
+ }, $.pm.poll || 200);
334
+ pm.data("polling.postmessage", 1);
335
+ }
336
+ },
337
+
338
+ _dispatch: function(hash) {
339
+ if (!hash) {
340
+ return;
341
+ }
342
+ try {
343
+ hash = JSON.parse(decodeURIComponent(hash));
344
+ if (!(hash['x-requested-with'] === 'postmessage' &&
345
+ hash.source && hash.source.name != null && hash.source.url && hash.postmessage)) {
346
+ // ignore since hash could've come from somewhere else
347
+ return;
348
+ }
349
+ }
350
+ catch (ex) {
351
+ // ignore since hash could've come from somewhere else
352
+ return;
353
+ }
354
+ var msg = hash.postmessage,
355
+ cbs = pm.data("callbacks.postmessage") || {},
356
+ cb = cbs[msg.type];
357
+ if (cb) {
358
+ cb(msg.data);
359
+ }
360
+ else {
361
+ var source_window;
362
+ if (hash.source.name === "parent") {
363
+ source_window = window.parent;
364
+ }
365
+ else {
366
+ source_window = window.frames[hash.source.name];
367
+ }
368
+ var l = pm.data("listeners.postmessage") || {};
369
+ var fns = l[msg.type] || [];
370
+ for (var i=0,len=fns.length; i<len; i++) {
371
+ var o = fns[i];
372
+ if (o.origin) {
373
+ var origin = /https?\:\/\/[^\/]*/.exec(hash.source.url)[0];
374
+ if (o.origin !== '*' && origin !== o.origin) {
375
+ console.warn("postmessage message origin mismatch", origin, o.origin);
376
+ if (msg.errback) {
377
+ // notify post message errback
378
+ var error = {
379
+ message: "postmessage origin mismatch",
380
+ origin: [origin, o.origin]
381
+ };
382
+ pm.send({target:source_window, data:error, type:msg.errback, hash:true, url:hash.source.url});
383
+ }
384
+ continue;
385
+ }
386
+ }
387
+
388
+ function sendReply ( data ) {
389
+ if (msg.callback) {
390
+ pm.send({target:source_window, data:data, type:msg.callback, hash:true, url:hash.source.url});
391
+ }
392
+ }
393
+
394
+ try {
395
+ if ( o.callback ) {
396
+ o.fn(msg.data, sendReply);
397
+ } else {
398
+ sendReply ( o.fn(msg.data) );
399
+ }
400
+ }
401
+ catch (ex) {
402
+ if (msg.errback) {
403
+ // notify post message errback
404
+ pm.send({target:source_window, data:ex, type:msg.errback, hash:true, url:hash.source.url});
405
+ } else {
406
+ throw ex;
407
+ }
408
+ }
409
+ };
410
+ }
411
+ },
412
+
413
+ _url: function(url) {
414
+ // url minus hash part
415
+ return (""+url).replace(/#.*$/, "");
416
+ }
417
+
418
+ };
419
+
420
+ $.extend(pm, {
421
+ defaults: {
422
+ target: null, /* target window (required) */
423
+ url: null, /* target window url (required if no window.postMessage or hash == true) */
424
+ type: null, /* message type (required) */
425
+ data: null, /* message data (required) */
426
+ success: null, /* success callback (optional) */
427
+ error: null, /* error callback (optional) */
428
+ origin: "*", /* postmessage origin (optional) */
429
+ hash: false /* use location hash for message passing (optional) */
430
+ }
431
+ });
432
+
433
+ })(this, typeof jQuery === "undefined" ? NO_JQUERY : jQuery);
434
+
435
+ /**
436
+ * http://www.JSON.org/json2.js
437
+ **/
438
+ if (! ("JSON" in window && window.JSON)){JSON={}}(function(){function f(n){return n<10?"0"+n:n}if(typeof Date.prototype.toJSON!=="function"){Date.prototype.toJSON=function(key){return this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z"};String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(key){return this.valueOf()}}var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;function quote(string){escapable.lastIndex=0;return escapable.test(string)?'"'+string.replace(escapable,function(a){var c=meta[a];return typeof c==="string"?c:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+string+'"'}function str(key,holder){var i,k,v,length,mind=gap,partial,value=holder[key];if(value&&typeof value==="object"&&typeof value.toJSON==="function"){value=value.toJSON(key)}if(typeof rep==="function"){value=rep.call(holder,key,value)}switch(typeof value){case"string":return quote(value);case"number":return isFinite(value)?String(value):"null";case"boolean":case"null":return String(value);case"object":if(!value){return"null"}gap+=indent;partial=[];if(Object.prototype.toString.apply(value)==="[object Array]"){length=value.length;for(i=0;i<length;i+=1){partial[i]=str(i,value)||"null"}v=partial.length===0?"[]":gap?"[\n"+gap+partial.join(",\n"+gap)+"\n"+mind+"]":"["+partial.join(",")+"]";gap=mind;return v}if(rep&&typeof rep==="object"){length=rep.length;for(i=0;i<length;i+=1){k=rep[i];if(typeof k==="string"){v=str(k,value);if(v){partial.push(quote(k)+(gap?": ":":")+v)}}}}else{for(k in value){if(Object.hasOwnProperty.call(value,k)){v=str(k,value);if(v){partial.push(quote(k)+(gap?": ":":")+v)}}}}v=partial.length===0?"{}":gap?"{\n"+gap+partial.join(",\n"+gap)+"\n"+mind+"}":"{"+partial.join(",")+"}";gap=mind;return v}}if(typeof JSON.stringify!=="function"){JSON.stringify=function(value,replacer,space){var i;gap="";indent="";if(typeof space==="number"){for(i=0;i<space;i+=1){indent+=" "}}else{if(typeof space==="string"){indent=space}}rep=replacer;if(replacer&&typeof replacer!=="function"&&(typeof replacer!=="object"||typeof replacer.length!=="number")){throw new Error("JSON.stringify")}return str("",{"":value})}}if(typeof JSON.parse!=="function"){JSON.parse=function(text,reviver){var j;function walk(holder,key){var k,v,value=holder[key];if(value&&typeof value==="object"){for(k in value){if(Object.hasOwnProperty.call(value,k)){v=walk(value,k);if(v!==undefined){value[k]=v}else{delete value[k]}}}}return reviver.call(holder,key,value)}cx.lastIndex=0;if(cx.test(text)){text=text.replace(cx,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})}if(/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){j=eval("("+text+")");return typeof reviver==="function"?walk({"":j},""):j}throw new SyntaxError("JSON.parse")}}}());
class.jetpack-bbpress-json-api-compat.php ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * bbPress & Jetpack REST API Compatibility
4
+ * Enables bbPress to work with the Jetpack REST API
5
+ */
6
+ class bbPress_Jetpack_REST_API {
7
+
8
+ private static $instance;
9
+
10
+ public static function instance() {
11
+ if ( isset( self::$instance ) )
12
+ return self::$instance;
13
+
14
+ self::$instance = new self;
15
+ }
16
+
17
+ private function __construct() {
18
+ add_filter( 'rest_api_allowed_post_types', array( $this, 'allow_bbpress_post_types' ) );
19
+ add_filter( 'bbp_map_meta_caps', array( $this, 'adjust_meta_caps' ), 10, 4 );
20
+ add_filter( 'rest_api_allowed_public_metadata', array( $this, 'allow_bbpress_public_metadata' ) );
21
+ }
22
+
23
+ function allow_bbpress_post_types( $allowed_post_types ) {
24
+
25
+ // only run for REST API requests
26
+ if ( ! defined( 'REST_API_REQUEST' ) || ! REST_API_REQUEST )
27
+ return $allowed_post_types;
28
+
29
+ $allowed_post_types[] = 'forum';
30
+ $allowed_post_types[] = 'topic';
31
+ $allowed_post_types[] = 'reply';
32
+ return $allowed_post_types;
33
+ }
34
+
35
+ function allow_bbpress_public_metadata( $allowed_meta_keys ) {
36
+
37
+ // only run for REST API requests
38
+ if ( ! defined( 'REST_API_REQUEST' ) || ! REST_API_REQUEST )
39
+ return $allowed_meta_keys;
40
+
41
+ $allowed_meta_keys[] = '_bbp_forum_id';
42
+ $allowed_meta_keys[] = '_bbp_topic_id';
43
+ $allowed_meta_keys[] = '_bbp_status';
44
+ $allowed_meta_keys[] = '_bbp_forum_type';
45
+ $allowed_meta_keys[] = '_bbp_forum_subforum_count';
46
+ $allowed_meta_keys[] = '_bbp_reply_count';
47
+ $allowed_meta_keys[] = '_bbp_total_reply_count';
48
+ $allowed_meta_keys[] = '_bbp_topic_count';
49
+ $allowed_meta_keys[] = '_bbp_total_topic_count';
50
+ $allowed_meta_keys[] = '_bbp_topic_count_hidden';
51
+ $allowed_meta_keys[] = '_bbp_last_topic_id';
52
+ $allowed_meta_keys[] = '_bbp_last_reply_id';
53
+ $allowed_meta_keys[] = '_bbp_last_active_time';
54
+ $allowed_meta_keys[] = '_bbp_last_active_id';
55
+ $allowed_meta_keys[] = '_bbp_sticky_topics';
56
+ $allowed_meta_keys[] = '_bbp_voice_count';
57
+ $allowed_meta_keys[] = '_bbp_reply_count_hidden';
58
+ $allowed_meta_keys[] = '_bbp_anonymous_reply_count';
59
+
60
+ return $allowed_meta_keys;
61
+ }
62
+
63
+ function adjust_meta_caps( $caps, $cap, $user_id, $args ) {
64
+
65
+ // only run for REST API requests
66
+ if ( ! defined( 'REST_API_REQUEST' ) || ! REST_API_REQUEST )
67
+ return $caps;
68
+
69
+ // only modify caps for meta caps and for bbPress meta keys
70
+ if ( ! in_array( $cap, array( 'edit_post_meta', 'delete_post_meta', 'add_post_meta' ) ) || empty( $args[1] ) || false === strpos( $args[1], '_bbp_' ) )
71
+ return $caps;
72
+
73
+ // $args[0] could be a post ID or a post_type string
74
+ if ( is_int( $args[0] ) ) {
75
+ $_post = get_post( $args[0] );
76
+ if ( ! empty( $_post ) ) {
77
+ $post_type = get_post_type_object( $_post->post_type );
78
+ }
79
+ } elseif ( is_string( $args[0] ) ) {
80
+ $post_type = get_post_type_object( $args[0] );
81
+ }
82
+
83
+ // no post type found, bail
84
+ if ( empty( $post_type ) )
85
+ return $caps;
86
+
87
+ // reset the needed caps
88
+ $caps = array();
89
+
90
+ // Add 'do_not_allow' cap if user is spam or deleted
91
+ if ( bbp_is_user_inactive( $user_id ) ) {
92
+ $caps[] = 'do_not_allow';
93
+
94
+ // Moderators can always edit meta
95
+ } elseif ( user_can( $user_id, 'moderate' ) ) {
96
+ $caps[] = 'moderate';
97
+
98
+ // Unknown so map to edit_posts
99
+ } else {
100
+ $caps[] = $post_type->cap->edit_posts;
101
+ }
102
+
103
+ return $caps;
104
+ }
105
+
106
+ }
107
+
108
+ bbPress_Jetpack_REST_API::instance();
class.jetpack-ixr-client.php CHANGED
@@ -49,7 +49,7 @@ class Jetpack_IXR_Client extends IXR_Client {
49
  $this->error = new IXR_Error( -32300, 'transport error - HTTP status code was not 200' );
50
  return false;
51
  }
52
-
53
  $content = wp_remote_retrieve_body( $response );
54
 
55
  // Now parse what we've got back
49
  $this->error = new IXR_Error( -32300, 'transport error - HTTP status code was not 200' );
50
  return false;
51
  }
52
+
53
  $content = wp_remote_retrieve_body( $response );
54
 
55
  // Now parse what we've got back
class.jetpack-post-images.php CHANGED
@@ -15,15 +15,17 @@ class Jetpack_PostImages {
15
  * If a slideshow is embedded within a post, then parse out the images involved and return them
16
  */
17
  static function from_slideshow( $post_id, $width = 200, $height = 200 ) {
 
 
18
  $post = get_post( $post_id );
 
 
19
 
20
  if ( false === strpos( $post->post_content, '[slideshow' ) )
21
  return false; // no slideshow - bail
22
 
23
  $permalink = get_permalink( $post->ID );
24
 
25
- $images = array();
26
-
27
  // Mechanic: Somebody set us up the bomb
28
  $old_post = $GLOBALS['post'];
29
  $GLOBALS['post'] = $post;
@@ -79,15 +81,17 @@ class Jetpack_PostImages {
79
  * If a gallery is detected, then get all the images from it.
80
  */
81
  static function from_gallery( $post_id ) {
 
 
82
  $post = get_post( $post_id );
 
 
83
 
84
  if ( false === strpos( $post->post_content, '[gallery' ) )
85
  return false; // no gallery - bail
86
 
87
  $permalink = get_permalink( $post->ID );
88
 
89
- $images = array();
90
-
91
  // CATS: All your base are belong to us
92
  $old_post = $GLOBALS['post'];
93
  $GLOBALS['post'] = $post;
@@ -145,6 +149,11 @@ class Jetpack_PostImages {
145
  * their dimensions are at or above a required minimum.
146
  */
147
  static function from_attachment( $post_id, $width = 200, $height = 200 ) {
 
 
 
 
 
148
 
149
  $post_images = get_posts( array(
150
  'post_parent' => $post_id, // Must be children of post
@@ -158,8 +167,6 @@ class Jetpack_PostImages {
158
 
159
  $permalink = get_permalink( $post_id );
160
 
161
- $images = array();
162
-
163
  foreach ( $post_images as $post_image ) {
164
  $meta = wp_get_attachment_metadata( $post_image->ID );
165
  // Must be larger than 200x200
@@ -186,7 +193,7 @@ class Jetpack_PostImages {
186
  * compare URLs to see if an image is attached AND inserted.
187
  */
188
  $html_images = array();
189
- $html_images = self::from_html( get_post( $post_id ) );
190
  $inserted_images = array();
191
 
192
  foreach( $html_images as $html_image ) {
@@ -210,9 +217,12 @@ class Jetpack_PostImages {
210
  static function from_thumbnail( $post_id, $width = 200, $height = 200 ) {
211
  $images = array();
212
 
213
- if ( !function_exists( 'get_post_thumbnail_id' ) ) {
 
 
 
 
214
  return $images;
215
- }
216
 
217
  $thumb = get_post_thumbnail_id( $post_id );
218
 
@@ -243,19 +253,23 @@ class Jetpack_PostImages {
243
 
244
  /**
245
  * Very raw -- just parse the HTML and pull out any/all img tags and return their src
246
- * @param str $html The HTML string to parse for images, or a post object
247
  * @return Array containing images
248
  */
249
- static function from_html( $html ) {
250
  $images = array();
251
 
252
- if ( is_object( $html ) ) {
253
- if ( property_exists( $html, 'post_content' ) )
254
- $html = apply_filters( 'the_content', $html->post_content );
255
- else
256
  return $images;
 
 
257
  }
258
 
 
 
 
259
  preg_match_all( '!<img.*src="([^"]+)".*/?>!iUs', $html, $matches );
260
  if ( !empty( $matches[1] ) ) {
261
  foreach ( $matches[1] as $match ) {
@@ -358,8 +372,10 @@ class Jetpack_PostImages {
358
  */
359
  static function get_image( $post_id, $args = array() ) {
360
  $image = '';
 
361
  $media = self::get_images( $post_id, $args );
362
 
 
363
  if ( is_array( $media ) ) {
364
  foreach ( $media as $item ) {
365
  if ( 'image' == $item['type'] ) {
@@ -369,6 +385,8 @@ class Jetpack_PostImages {
369
  }
370
  }
371
 
 
 
372
  return $image;
373
  }
374
 
@@ -376,7 +394,7 @@ class Jetpack_PostImages {
376
  * Get an array containing a collection of possible images for this post, stopping once we hit a method
377
  * that returns something useful.
378
  * @param int $post_id
379
- * @param array $args Optional args, curently only width and height required for images
380
  * @return Array containing images that would be good for representing this post
381
  */
382
  static function get_images( $post_id, $args = array() ) {
@@ -388,23 +406,38 @@ class Jetpack_PostImages {
388
  return $media;
389
 
390
  $defaults = array(
391
- 'width' => 200, // Required minimum width (if possible to determine)
392
  'height' => 200, // Required minimum height (if possible to determine)
393
- 'avatar_size' => 96,
394
- 'fallback_to_avatars' => false,
395
- 'gravatar_default' => false,
 
 
 
 
 
 
 
 
 
396
  );
397
  $args = wp_parse_args( $args, $defaults );
398
 
399
- $media = self::from_thumbnail( $post_id, $args['width'], $args['height'] );
400
- if ( !$media )
 
 
401
  $media = self::from_slideshow( $post_id, $args['width'], $args['height'] );
402
- if ( !$media )
403
  $media = self::from_gallery( $post_id );
404
- if ( !$media )
405
  $media = self::from_attachment( $post_id, $args['width'], $args['height'] );
406
- if ( !$media )
407
- $media = self::from_html( get_post( $post_id ) );
 
 
 
 
408
 
409
  if ( !$media && $args['fallback_to_avatars'] ) {
410
  $media = self::from_blavatar( $post_id, $args['avatar_size'] );
15
  * If a slideshow is embedded within a post, then parse out the images involved and return them
16
  */
17
  static function from_slideshow( $post_id, $width = 200, $height = 200 ) {
18
+ $images = array();
19
+
20
  $post = get_post( $post_id );
21
+ if ( !empty( $post->post_password ) )
22
+ return $images;
23
 
24
  if ( false === strpos( $post->post_content, '[slideshow' ) )
25
  return false; // no slideshow - bail
26
 
27
  $permalink = get_permalink( $post->ID );
28
 
 
 
29
  // Mechanic: Somebody set us up the bomb
30
  $old_post = $GLOBALS['post'];
31
  $GLOBALS['post'] = $post;
81
  * If a gallery is detected, then get all the images from it.
82
  */
83
  static function from_gallery( $post_id ) {
84
+ $images = array();
85
+
86
  $post = get_post( $post_id );
87
+ if ( !empty( $post->post_password ) )
88
+ return $images;
89
 
90
  if ( false === strpos( $post->post_content, '[gallery' ) )
91
  return false; // no gallery - bail
92
 
93
  $permalink = get_permalink( $post->ID );
94
 
 
 
95
  // CATS: All your base are belong to us
96
  $old_post = $GLOBALS['post'];
97
  $GLOBALS['post'] = $post;
149
  * their dimensions are at or above a required minimum.
150
  */
151
  static function from_attachment( $post_id, $width = 200, $height = 200 ) {
152
+ $images = array();
153
+
154
+ $post = get_post( $post_id );
155
+ if ( !empty( $post->post_password ) )
156
+ return $images;
157
 
158
  $post_images = get_posts( array(
159
  'post_parent' => $post_id, // Must be children of post
167
 
168
  $permalink = get_permalink( $post_id );
169
 
 
 
170
  foreach ( $post_images as $post_image ) {
171
  $meta = wp_get_attachment_metadata( $post_image->ID );
172
  // Must be larger than 200x200
193
  * compare URLs to see if an image is attached AND inserted.
194
  */
195
  $html_images = array();
196
+ $html_images = self::from_html( $post_id );
197
  $inserted_images = array();
198
 
199
  foreach( $html_images as $html_image ) {
217
  static function from_thumbnail( $post_id, $width = 200, $height = 200 ) {
218
  $images = array();
219
 
220
+ $post = get_post( $post_id );
221
+ if ( !empty( $post->post_password ) )
222
+ return $images;
223
+
224
+ if ( !function_exists( 'get_post_thumbnail_id' ) )
225
  return $images;
 
226
 
227
  $thumb = get_post_thumbnail_id( $post_id );
228
 
253
 
254
  /**
255
  * Very raw -- just parse the HTML and pull out any/all img tags and return their src
256
+ * @param mixed $html_or_id The HTML string to parse for images, or a post id
257
  * @return Array containing images
258
  */
259
+ static function from_html( $html_or_id ) {
260
  $images = array();
261
 
262
+ if ( is_numeric( $html_or_id ) ) {
263
+ $post = get_post( $html_or_id );
264
+ if ( empty( $post ) || !empty( $post->post_password ) )
 
265
  return $images;
266
+
267
+ $html = $post->post_content; // DO NOT apply the_content filters here, it will cause loops
268
  }
269
 
270
+ if ( !$html )
271
+ return $images;
272
+
273
  preg_match_all( '!<img.*src="([^"]+)".*/?>!iUs', $html, $matches );
274
  if ( !empty( $matches[1] ) ) {
275
  foreach ( $matches[1] as $match ) {
372
  */
373
  static function get_image( $post_id, $args = array() ) {
374
  $image = '';
375
+ do_action( 'jetpack_postimages_pre_get_image', $post_id );
376
  $media = self::get_images( $post_id, $args );
377
 
378
+
379
  if ( is_array( $media ) ) {
380
  foreach ( $media as $item ) {
381
  if ( 'image' == $item['type'] ) {
385
  }
386
  }
387
 
388
+ do_action( 'jetpack_postimages_post_get_image', $post_id );
389
+
390
  return $image;
391
  }
392
 
394
  * Get an array containing a collection of possible images for this post, stopping once we hit a method
395
  * that returns something useful.
396
  * @param int $post_id
397
+ * @param array $args Optional args, see defaults list for details
398
  * @return Array containing images that would be good for representing this post
399
  */
400
  static function get_images( $post_id, $args = array() ) {
406
  return $media;
407
 
408
  $defaults = array(
409
+ 'width' => 200, // Required minimum width (if possible to determine)
410
  'height' => 200, // Required minimum height (if possible to determine)
411
+
412
+ 'fallback_to_avatars' => false, // Optionally include Blavatar and Gravatar (in that order) in the image stack
413
+ 'avatar_size' => 96, // Used for both Grav and Blav
414
+ 'gravatar_default' => false, // Default image to use if we end up with no Gravatar
415
+
416
+ 'from_thumbnail' => true, // Use these flags to specifcy which methods to use to find an image
417
+ 'from_slideshow' => true,
418
+ 'from_gallery' => true,
419
+ 'from_attachment' => true,
420
+ 'from_html' => true,
421
+
422
+ 'html_content' => '' // HTML string to pass to from_html()
423
  );
424
  $args = wp_parse_args( $args, $defaults );
425
 
426
+ $media = false;
427
+ if ( $args['from_thumbnail'] )
428
+ $media = self::from_thumbnail( $post_id, $args['width'], $args['height'] );
429
+ if ( !$media && $args['from_slideshow'] )
430
  $media = self::from_slideshow( $post_id, $args['width'], $args['height'] );
431
+ if ( !$media && $args['from_gallery'] )
432
  $media = self::from_gallery( $post_id );
433
+ if ( !$media && $args['from_attachment'] )
434
  $media = self::from_attachment( $post_id, $args['width'], $args['height'] );
435
+ if ( !$media && $args['from_html'] ) {
436
+ if ( empty( $args['html_content'] ) )
437
+ $media = self::from_html( $post_id ); // Use the post_id, which will load the content
438
+ else
439
+ $media = self::from_html( $args['html_content'] ); // If html_content is provided, use that
440
+ }
441
 
442
  if ( !$media && $args['fallback_to_avatars'] ) {
443
  $media = self::from_blavatar( $post_id, $args['avatar_size'] );
class.jetpack-signature.php CHANGED
@@ -56,7 +56,7 @@ class Jetpack_Signature {
56
  }
57
  }
58
 
59
- $method = isset( $override['method'] ) ? $override['method'] : $_SERVER['REQUEST_METHOD'];
60
  return $this->sign_request( $a['token'], $a['timestamp'], $a['nonce'], $a['body-hash'], $method, $url, $body, true );
61
  }
62
 
@@ -99,7 +99,7 @@ class Jetpack_Signature {
99
  return new Jetpack_Error( 'invalid_body_hash', 'The body hash does not match.' );
100
  }
101
  } else {
102
- if ( $verify_body_hash && jetpack_sha1_base64( $body ) != $body_hash ) {
103
  return new Jetpack_Error( 'invalid_body_hash', 'The body hash does not match.' );
104
  }
105
  }
56
  }
57
  }
58
 
59
+ $method = isset( $override['method'] ) ? $override['method'] : $_SERVER['REQUEST_METHOD'];
60
  return $this->sign_request( $a['token'], $a['timestamp'], $a['nonce'], $a['body-hash'], $method, $url, $body, true );
61
  }
62
 
99
  return new Jetpack_Error( 'invalid_body_hash', 'The body hash does not match.' );
100
  }
101
  } else {
102
+ if ( $verify_body_hash && jetpack_sha1_base64( $body ) !== $body_hash ) {
103
  return new Jetpack_Error( 'invalid_body_hash', 'The body hash does not match.' );
104
  }
105
  }
class.jetpack-xmlrpc-server.php CHANGED
@@ -30,7 +30,7 @@ class Jetpack_XMLRPC_Server {
30
  'jetpack.featuresEnabled' => array( $this, 'features_enabled' ),
31
  'jetpack.getPost' => array( $this, 'get_post' ),
32
  'jetpack.getPosts' => array( $this, 'get_posts' ),
33
- 'jetpack.getComment' => array( $this, 'get_comment' ),
34
  'jetpack.getComments' => array( $this, 'get_comments' ),
35
  ) );
36
 
@@ -157,7 +157,7 @@ class Jetpack_XMLRPC_Server {
157
  function test_connection() {
158
  return JETPACK__VERSION;
159
  }
160
-
161
  function test_api_user_code( $args ) {
162
  $client_id = (int) $args[0];
163
  $user_id = (int) $args[1];
@@ -180,7 +180,7 @@ class Jetpack_XMLRPC_Server {
180
  error_log( "VERIFY: $verify" );
181
  */
182
 
183
- $jetpack_token = Jetpack_Data::get_access_token( 1 );
184
 
185
  $api_user_code = get_user_meta( $user_id, "jetpack_json_api_$client_id", true );
186
  if ( !$api_user_code ) {
@@ -278,7 +278,7 @@ class Jetpack_XMLRPC_Server {
278
 
279
  return $sync_data;
280
  }
281
-
282
  function update_attachment_parent( $args ) {
283
  $attachment_id = (int) $args[0];
284
  $parent_id = (int) $args[1];
30
  'jetpack.featuresEnabled' => array( $this, 'features_enabled' ),
31
  'jetpack.getPost' => array( $this, 'get_post' ),
32
  'jetpack.getPosts' => array( $this, 'get_posts' ),
33
+ 'jetpack.getComment' => array( $this, 'get_comment' ),
34
  'jetpack.getComments' => array( $this, 'get_comments' ),
35
  ) );
36
 
157
  function test_connection() {
158
  return JETPACK__VERSION;
159
  }
160
+
161
  function test_api_user_code( $args ) {
162
  $client_id = (int) $args[0];
163
  $user_id = (int) $args[1];
180
  error_log( "VERIFY: $verify" );
181
  */
182
 
183
+ $jetpack_token = Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
184
 
185
  $api_user_code = get_user_meta( $user_id, "jetpack_json_api_$client_id", true );
186
  if ( !$api_user_code ) {
278
 
279
  return $sync_data;
280
  }
281
+
282
  function update_attachment_parent( $args ) {
283
  $attachment_id = (int) $args[0];
284
  $parent_id = (int) $args[1];
class.json-api-endpoints.php CHANGED
@@ -55,7 +55,7 @@ abstract class WPCOM_JSON_API_Endpoint {
55
 
56
  // Is this endpoint still in testing phase? If so, not available to the public.
57
  var $in_testing = false;
58
-
59
  /**
60
  * @var string Version of the API
61
  */
@@ -163,6 +163,7 @@ abstract class WPCOM_JSON_API_Endpoint {
163
  $input = trim( $this->api->post_body );
164
 
165
  switch ( $this->api->content_type ) {
 
166
  case 'application/json' :
167
  case 'application/x-javascript' :
168
  case 'text/javascript' :
@@ -446,6 +447,16 @@ abstract class WPCOM_JSON_API_Endpoint {
446
  );
447
  $return[$key] = (object) $this->cast_and_filter( $value, apply_filters( 'wpcom_json_api_attachment_cast_and_filter', $docs ), false, $for_output );
448
  break;
 
 
 
 
 
 
 
 
 
 
449
  default :
450
  trigger_error( "Unknown API casting type {$type['type']}", E_USER_WARNING );
451
  }
@@ -517,7 +528,7 @@ abstract class WPCOM_JSON_API_Endpoint {
517
  'body' => 'Request Parameters',
518
  'response' => 'Response Parameters',
519
  ) as $doc_section_key => $label ) :
520
- $doc_section = 'response' == $doc_section_key ? $doc['response']['body'] : $doc['request'][$doc_section_key];
521
  if ( !$doc_section ) {
522
  continue;
523
  }
@@ -560,7 +571,7 @@ abstract class WPCOM_JSON_API_Endpoint {
560
 
561
  <?php
562
  // If no example was hardcoded in the doc, try to get some
563
- if ( empty( $this->example_response ) ) {
564
 
565
  // Examples for endpoint documentation response
566
  $response_key = 'dev_response_' . $this->version . '_' . $this->method . '_' . sanitize_title( $this->path );
@@ -570,7 +581,7 @@ abstract class WPCOM_JSON_API_Endpoint {
570
  if ( empty( $response ) ) {
571
 
572
  // Only trust GET request
573
- if ( 'GET' == $this->method ) {
574
  $response = wp_remote_get( $this->example_request );
575
  }
576
 
@@ -771,7 +782,7 @@ EOPHP;
771
  $type = '(string)';
772
  }
773
 
774
- if ( 'response_format' != $_property ) {
775
  // hack - don't show "(default)" in response format
776
  reset( $description );
777
  $description_key = key( $description );
@@ -802,7 +813,7 @@ EOPHP;
802
 
803
  $item = compact( 'type', 'description' );
804
 
805
- if ( 'response_format' == $_property ) {
806
  $doc['response'][$doc_item][$key] = $item;
807
  } else {
808
  $doc['request'][$doc_item][$key] = $item;
@@ -819,7 +830,13 @@ EOPHP;
819
  return false;
820
  }
821
 
822
- $post_status_obj = get_post_status_object( $post->post_status );
 
 
 
 
 
 
823
  if ( !$post_status_obj->public ) {
824
  if ( is_user_logged_in() ) {
825
  if ( $post_status_obj->protected ) {
@@ -843,11 +860,11 @@ EOPHP;
843
  }
844
 
845
  if ( -1 == get_option( 'blog_public' ) && !current_user_can( 'read_post', $post->ID ) ) {
846
- return new WP_Error( 'unauthorized', 'User cannot view post', 403 );
847
  }
848
 
849
  if ( strlen( $post->post_password ) && !current_user_can( 'edit_post', $post->ID ) ) {
850
- return new WP_Error( 'unauthorized', 'User cannot view password protected post', 403 );
851
  }
852
 
853
  return true;
@@ -938,7 +955,7 @@ EOPHP;
938
  $response['description'] = (string) $taxonomy->description;
939
  $response['post_count'] = (int) $taxonomy->count;
940
 
941
- if ( 'category' == $taxonomy_type )
942
  $response['parent'] = (int) $taxonomy->parent;
943
 
944
  $response['meta'] = (object) array(
@@ -1003,11 +1020,11 @@ EOPHP;
1003
 
1004
  $gmt_offset = get_option( 'gmt_offset' );
1005
  $local_time = $time + $gmt_offset * 3600;
1006
-
1007
  $date = getdate( ( int ) $local_time );
1008
  $datetime->setDate( $date['year'], $date['mon'], $date['mday'] );
1009
  $datetime->setTime( $date['hours'], $date['minutes'], $date['seconds'] );
1010
-
1011
  $local = $datetime->format( 'Y-m-d H:i:s' );
1012
  return array( (string) $local, (string) $gmt );
1013
  }
@@ -1032,7 +1049,7 @@ EOPHP;
1032
  }
1033
 
1034
  function get_taxonomy_link( $blog_id, $taxonomy_id, $taxonomy_type, $path = '' ) {
1035
- if ( 'category' == $taxonomy_type )
1036
  return $this->get_link( '/sites/%d/categories/slug:%s', $blog_id, $taxonomy_id, $path );
1037
  else
1038
  return $this->get_link( '/sites/%d/tags/slug:%s', $blog_id, $taxonomy_id, $path );
@@ -1085,14 +1102,14 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1085
  ),
1086
  'password' => '(string) The plaintext password protecting the post, or, more likely, the empty string if the post is not password protected.',
1087
  'parent' => "(object>post_reference|false) A reference to the post's parent, if it has one.",
1088
- 'type' => array(
1089
- 'post' => 'A blog post.',
1090
- 'page' => 'A page.',
1091
- ),
1092
  'comments_open' => '(bool) Is the post open for comments?',
1093
  'pings_open' => '(bool) Is the post open for pingbacks, trackbacks?',
1094
  'comment_count' => '(int) The number of comments for this post.',
1095
  'like_count' => '(int) The number of likes for this post.',
 
 
 
1096
  'featured_image' => '(URL) The URL to the featured image for this post if it has one.',
1097
  'format' => array(), // see constructor
1098
  'geo' => '(object>geo|false)',
@@ -1100,7 +1117,8 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1100
  'tags' => '(object:tag) Hash of tags (keyed by tag name) applied to the post.',
1101
  'categories' => '(object:category) Hash of categories (keyed by category name) applied to the post.',
1102
  'attachments' => '(object:attachment) Hash of post attachments (keyed by attachment ID).',
1103
- 'meta' => '(object) Meta data',
 
1104
  );
1105
 
1106
  // var $response_format =& $this->post_object_format;
@@ -1115,6 +1133,30 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1115
  parent::__construct( $args );
1116
  }
1117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1118
  function the_password_form() {
1119
  return __( 'This post is password protected.', 'jetpack' );
1120
  }
@@ -1128,7 +1170,7 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1128
  $geo = false;
1129
  }
1130
 
1131
- if ( 'display' == $context ) {
1132
  $args = $this->query_args();
1133
  if ( isset( $args['content_width'] ) && $args['content_width'] ) {
1134
  $GLOBALS['content_width'] = (int) $args['content_width'];
@@ -1149,10 +1191,13 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1149
 
1150
  $posts = get_posts( array( 'name' => $post_id ) );
1151
  if ( !$posts || !isset( $posts[0]->ID ) || !$posts[0]->ID ) {
1152
- return new WP_Error( 'unknown_post', 'Unknown post', 404 );
 
 
 
 
 
1153
  }
1154
-
1155
- $post_id = (int) $posts[0]->ID;
1156
  break;
1157
  default :
1158
  $post_id = (int) $post_id;
@@ -1164,8 +1209,7 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1164
  return new WP_Error( 'unknown_post', 'Unknown post', 404 );
1165
  }
1166
 
1167
- $types = array( 'post', 'page' );
1168
- if ( !in_array( $post->post_type, $types ) ) {
1169
  return new WP_Error( 'unknown_post', 'Unknown post', 404 );
1170
  }
1171
 
@@ -1191,7 +1235,7 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1191
  $post = get_post( $post->ID, OBJECT, $context );
1192
  $GLOBALS['post'] = $post;
1193
 
1194
- if ( 'display' == $context ) {
1195
  setup_postdata( $post );
1196
  }
1197
 
@@ -1212,7 +1256,7 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1212
  $response[$key] = (string) $this->format_date( $post->post_modified_gmt, $post->post_modified );
1213
  break;
1214
  case 'title' :
1215
- if ( 'display' == $context ) {
1216
  $response[$key] = (string) get_the_title( $post->ID );
1217
  } else {
1218
  $response[$key] = (string) $post->post_title;
@@ -1225,7 +1269,7 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1225
  $response[$key] = (string) esc_url_raw( wp_get_shortlink( $post->ID ) );
1226
  break;
1227
  case 'content' :
1228
- if ( 'display' == $context ) {
1229
  add_filter( 'the_password_form', array( $this, 'the_password_form' ) );
1230
  $response[$key] = (string) $this->get_the_post_content_for_display();
1231
  remove_filter( 'the_password_form', array( $this, 'the_password_form' ) );
@@ -1234,7 +1278,7 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1234
  }
1235
  break;
1236
  case 'excerpt' :
1237
- if ( 'display' == $context ) {
1238
  add_filter( 'the_password_form', array( $this, 'the_password_form' ) );
1239
  ob_start();
1240
  the_excerpt();
@@ -1278,7 +1322,16 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1278
  $response[$key] = (int) $post->comment_count;
1279
  break;
1280
  case 'like_count' :
1281
- $response[$key] = (int) $this->api->post_like_count( array( 'post_id' => $post->ID, 'blog_id' => $blog_id ) );
 
 
 
 
 
 
 
 
 
1282
  break;
1283
  case 'featured_image' :
1284
  $image_attributes = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );
@@ -1370,6 +1423,32 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1370
  }
1371
  $response[$key] = (object) $response[$key];
1372
  break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1373
  case 'meta' :
1374
  $response[$key] = (object) array(
1375
  'links' => (object) array(
@@ -1453,7 +1532,7 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1453
  $size = 'win8app-column';
1454
 
1455
  $id = intval( $id );
1456
- if ( 'RAND' == $order )
1457
  $orderby = 'none';
1458
 
1459
  if ( !empty( $include ) ) {
@@ -1472,7 +1551,7 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1472
 
1473
  if ( ! empty( $attachments ) ) {
1474
  foreach ( $attachments as $id => $attachment ) {
1475
- $link = isset( $attr['link'] ) && 'file' == $attr['link'] ? wp_get_attachment_link( $id, $size, false, false ) : wp_get_attachment_link( $id, $size, true, false );
1476
 
1477
  if ( $captiontag && trim($attachment->post_excerpt) ) {
1478
  $output .= "<div class='wp-caption aligncenter'>$link
@@ -1500,8 +1579,8 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1500
  'URL' => (string) wp_get_attachment_url( $attachment->ID ),
1501
  'guid' => (string) $attachment->guid,
1502
  'mime_type' => (string) $attachment->post_mime_type,
1503
- 'width' => (int) $metadata['width'],
1504
- 'height' => (int) $metadata['height'],
1505
  );
1506
 
1507
  if ( isset( $metadata['duration'] ) ) {
@@ -1564,16 +1643,37 @@ class WPCOM_JSON_API_List_Posts_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
1564
  return new WP_Error( 'invalid_number', 'The NUMBER parameter must be less than or equal to 100.', 400 );
1565
  }
1566
 
 
 
 
 
1567
  $query = array(
1568
  'posts_per_page' => $args['number'],
1569
  'order' => $args['order'],
1570
  'orderby' => $args['order_by'],
1571
- 'post_type' => $args['type'],
1572
  'post_status' => $args['status'],
1573
  'author' => isset( $args['author'] ) && 0 < $args['author'] ? $args['author'] : null,
1574
  's' => isset( $args['search'] ) ? $args['search'] : null,
1575
  );
1576
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1577
  if (
1578
  isset( $args['sticky'] )
1579
  &&
@@ -1582,9 +1682,10 @@ class WPCOM_JSON_API_List_Posts_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
1582
  is_array( $sticky )
1583
  ) {
1584
  if ( $args['sticky'] ) {
1585
- $query['posts__in'] = $sticky;
1586
  } else {
1587
- $query['posts__not_in'] = $sticky;
 
1588
  }
1589
  }
1590
 
@@ -1725,8 +1826,16 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
1725
  return new WP_Error( 'invalid_input', 'Invalid request input', 400 );
1726
  }
1727
 
 
 
 
 
1728
  $post_type = get_post_type_object( $input['type'] );
1729
 
 
 
 
 
1730
  if ( 'publish' === $input['status'] ) {
1731
  if ( !current_user_can( $post_type->cap->publish_posts ) ) {
1732
  if ( current_user_can( $post_type->cap->edit_posts ) ) {
@@ -1772,12 +1881,21 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
1772
 
1773
  if ( !empty( $input['categories'] )) {
1774
  if ( is_array( $input['categories'] ) ) {
1775
- $categories = $input['categories'];
1776
  } else {
1777
  foreach ( explode( ',', $input['categories'] ) as $category ) {
1778
- $categories[] = $category;
1779
  }
1780
  }
 
 
 
 
 
 
 
 
 
1781
  }
1782
 
1783
  if ( !empty( $input['tags'] ) ) {
@@ -1792,9 +1910,9 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
1792
  }
1793
 
1794
  unset( $input['tags'], $input['categories'] );
1795
-
1796
  $insert = array();
1797
-
1798
  if ( !empty( $input['slug'] ) ) {
1799
  $insert['post_name'] = $input['slug'];
1800
  unset( $input['slug'] );
@@ -1804,22 +1922,30 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
1804
  $insert['comment_status'] = 'open';
1805
  else if ( false === $input['comments_open'] )
1806
  $insert['comment_status'] = 'closed';
1807
-
1808
  if ( true === $input['pings_open'] )
1809
  $insert['ping_status'] = 'open';
1810
  else if ( false === $input['pings_open'] )
1811
  $insert['ping_status'] = 'closed';
1812
-
1813
  unset( $input['comments_open'], $input['pings_open'] );
1814
-
1815
  $publicize = $input['publicize'];
1816
  $publicize_custom_message = $input['publicize_message'];
1817
  unset( $input['publicize'], $input['publicize_message'] );
1818
-
 
 
 
1819
  foreach ( $input as $key => $value ) {
1820
  $insert["post_$key"] = $value;
1821
  }
1822
-
 
 
 
 
 
1823
  $has_media = isset( $input['media'] ) && $input['media'] ? count( $input['media'] ) : false;
1824
 
1825
  if ( $new ) {
@@ -1842,11 +1968,13 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
1842
  $post_id = wp_insert_post( add_magic_quotes( $insert ), true );
1843
 
1844
  if ( $has_media ) {
 
1845
  foreach ( $input['media'] as $media_item ) {
1846
  $_FILES['.api.media.item.'] = $media_item;
1847
  // check for WP_Error if we ever actually need $media_id
1848
  $media_id = media_handle_upload( '.api.media.item.', $post_id );
1849
  }
 
1850
 
1851
  unset( $_FILES['.api.media.item.'] );
1852
  }
@@ -1856,9 +1984,9 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
1856
  }
1857
 
1858
  if ( !$post_id || is_wp_error( $post_id ) ) {
1859
- return null;
1860
  }
1861
-
1862
  if ( $publicize === false ) {
1863
  foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
1864
  update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name, 1 );
@@ -1870,17 +1998,76 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
1870
  }
1871
  }
1872
  }
1873
-
1874
  if ( !empty( $publicize_custom_message ) )
1875
- update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_MESS, trim( $publicize_custom_message ) );
1876
-
1877
- if ( is_array( $categories ) )
1878
- wp_set_object_terms( $post_id, $categories, 'category' );
1879
- if ( is_array( $tags ) )
1880
- wp_set_object_terms( $post_id, $tags, 'post_tag' );
1881
 
1882
  set_post_format( $post_id, $insert['post_format'] );
1883
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1884
  $return = $this->get_post_by( 'ID', $post_id, $args['context'] );
1885
  if ( !$return || is_wp_error( $return ) ) {
1886
  return $return;
@@ -1898,6 +2085,10 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
1898
  return new WP_Error( 'unknown_post', 'Unknown post', 404 );
1899
  }
1900
 
 
 
 
 
1901
  if ( !current_user_can( 'delete_post', $post->ID ) ) {
1902
  return new WP_Error( 'unauthorized', 'User cannot delete posts', 403 );
1903
  }
@@ -2027,7 +2218,7 @@ class WPCOM_JSON_API_Update_Taxonomy_Endpoint extends WPCOM_JSON_API_Taxonomy_En
2027
  return new WP_Error( 'unknown_taxonomy', 'A taxonomy with that name already exists', 404 );
2028
  }
2029
 
2030
- if ( 'category' != $taxonomy_type )
2031
  $input['parent'] = 0;
2032
 
2033
  $data = wp_insert_term( addslashes( $input['name'] ), $taxonomy_type,
@@ -2036,7 +2227,7 @@ class WPCOM_JSON_API_Update_Taxonomy_Endpoint extends WPCOM_JSON_API_Taxonomy_En
2036
  'parent' => $input['parent']
2037
  )
2038
  );
2039
-
2040
  $taxonomy = get_term_by( 'id', $data['term_id'], $taxonomy_type );
2041
  $return = $this->get_taxonomy( $taxonomy->slug, $taxonomy_type, $args['context'] );
2042
  if ( !$return || is_wp_error( $return ) ) {
@@ -2069,7 +2260,7 @@ class WPCOM_JSON_API_Update_Taxonomy_Endpoint extends WPCOM_JSON_API_Taxonomy_En
2069
  }
2070
 
2071
  $update = array();
2072
- if ( 'category' == $taxonomy_type && !empty( $input['parent'] ) )
2073
  $update['parent'] = $input['parent'];
2074
 
2075
  if ( !empty( $input['description'] ) )
@@ -2081,7 +2272,7 @@ class WPCOM_JSON_API_Update_Taxonomy_Endpoint extends WPCOM_JSON_API_Taxonomy_En
2081
 
2082
  $data = wp_update_term( $taxonomy->term_id, $taxonomy_type, $update );
2083
  $taxonomy = get_term_by( 'id', $data['term_id'], $taxonomy_type );
2084
-
2085
  $return = $this->get_taxonomy( $taxonomy->slug, $taxonomy_type, $args['context'] );
2086
  if ( !$return || is_wp_error( $return ) ) {
2087
  return $return;
@@ -2254,7 +2445,7 @@ abstract class WPCOM_JSON_API_Comment_Endpoint extends WPCOM_JSON_API_Endpoint {
2254
  $response[$key] = (string) esc_url_raw( wp_get_shortlink( $post->ID ) . "%23comment-{$comment->comment_ID}" );
2255
  break;
2256
  case 'content' :
2257
- if ( 'display' == $context ) {
2258
  ob_start();
2259
  comment_text();
2260
  $response[$key] = (string) ob_get_clean();
@@ -2629,7 +2820,7 @@ class WPCOM_JSON_API_Update_Comment_Endpoint extends WPCOM_JSON_API_Comment_Endp
2629
 
2630
  $insert = array(
2631
  'comment_post_ID' => $post->ID,
2632
- 'user_id' => $user->ID,
2633
  'comment_author' => $user->display_name,
2634
  'comment_author_email' => $user->user_email,
2635
  'comment_author_url' => $user->user_url,
@@ -2638,14 +2829,9 @@ class WPCOM_JSON_API_Update_Comment_Endpoint extends WPCOM_JSON_API_Comment_Endp
2638
  'comment_type' => '',
2639
  );
2640
 
2641
- ob_start();
2642
- add_filter( 'wp_die_handler', array( $this, 'filter_wp_die_callback' ), 10, 1 ); //override wp_die
2643
  $comment_id = wp_new_comment( add_magic_quotes( $insert ) );
2644
- remove_filter( 'wp_die_handler', array( $this, 'filter_wp_die_callback' ), 10, 1 );
2645
- $msg = ob_get_clean();
2646
- if ( $msg ) {
2647
- return new WP_Error( 400, $msg );
2648
- }
2649
 
2650
  $return = $this->get_comment( $comment_id, $args['context'] );
2651
  if ( !$return ) {
@@ -2688,16 +2874,23 @@ class WPCOM_JSON_API_Update_Comment_Endpoint extends WPCOM_JSON_API_Comment_Endp
2688
 
2689
  if ( isset( $update['comment_status'] ) ) {
2690
  switch ( $update['comment_status'] ) {
 
 
 
 
 
2691
  case 'unapproved' :
2692
- $update['comment_approved'] = 0;
 
 
2693
  break;
2694
  case 'spam' :
2695
- if ( 'spam' != $comment_status ) {
2696
  wp_spam_comment( $comment->comment_ID );
2697
  }
2698
  break;
2699
  case 'unspam' :
2700
- if ( 'spam' == $comment_status ) {
2701
  wp_unspam_comment( $comment->comment_ID );
2702
  }
2703
  break;
@@ -2706,12 +2899,12 @@ class WPCOM_JSON_API_Update_Comment_Endpoint extends WPCOM_JSON_API_Comment_Endp
2706
  return new WP_Error( 'trash_disabled', 'Cannot trash comment', 403 );
2707
  }
2708
 
2709
- if ( 'trash' != $comment_status ) {
2710
  wp_trash_comment( $comment_id );
2711
  }
2712
  break;
2713
  case 'untrash' :
2714
- if ( 'trash' == $comment_status ) {
2715
  wp_untrash_comment( $comment->comment_ID );
2716
  }
2717
  break;
@@ -2722,9 +2915,10 @@ class WPCOM_JSON_API_Update_Comment_Endpoint extends WPCOM_JSON_API_Comment_Endp
2722
  unset( $update['comment_status'] );
2723
  }
2724
 
2725
- $update['comment_ID'] = $comment->comment_ID;
2726
-
2727
- wp_update_comment( add_magic_quotes( $update ) );
 
2728
 
2729
  $return = $this->get_comment( $comment->comment_ID, $args['context'] );
2730
  if ( !$return || is_wp_error( $return ) ) {
@@ -2763,16 +2957,6 @@ class WPCOM_JSON_API_Update_Comment_Endpoint extends WPCOM_JSON_API_Comment_Endp
2763
 
2764
  return $this->get_comment( $comment->comment_ID, $args['context'] );
2765
  }
2766
-
2767
- function filter_wp_die_callback( $callback ) {
2768
- return array( $this, 'trap_wp_die' );
2769
- }
2770
-
2771
- //die with the message, ob_start/ob_get_clean will pick up the actual error message
2772
- function trap_wp_die( $msg, $title = '', $args = array() ) {
2773
- die( $msg );
2774
- }
2775
-
2776
  }
2777
 
2778
  class WPCOM_JSON_API_GET_Site_Endpoint extends WPCOM_JSON_API_Endpoint {
@@ -2850,7 +3034,7 @@ class WPCOM_JSON_API_GET_Site_Endpoint extends WPCOM_JSON_API_Endpoint {
2850
  */
2851
  new WPCOM_JSON_API_GET_Site_Endpoint( array(
2852
  'description' => 'Information about a site ID/domain',
2853
- 'group' => 'Sites',
2854
  'stat' => 'sites:X',
2855
 
2856
  'method' => 'GET',
@@ -2883,7 +3067,7 @@ new WPCOM_JSON_API_GET_Site_Endpoint( array(
2883
  */
2884
  new WPCOM_JSON_API_List_Posts_Endpoint( array(
2885
  'description' => 'Return matching Posts',
2886
- 'group' => 'Posts',
2887
  'stat' => 'posts',
2888
 
2889
  'method' => 'GET',
@@ -2910,11 +3094,7 @@ new WPCOM_JSON_API_List_Posts_Endpoint( array(
2910
  'before' => '(ISO 8601 datetime) Return posts dated on or before the specified datetime.',
2911
  'tag' => '(string) Specify the tag name or slug.',
2912
  'category' => '(string) Specify the category name or slug.',
2913
- 'type' => array(
2914
- 'post' => 'Return only blog posts.',
2915
- 'page' => 'Return only pages.',
2916
- 'any' => 'Return both blog posts and pages.',
2917
- ),
2918
  'status' => array(
2919
  'publish' => 'Return only published posts.',
2920
  'private' => 'Return only private posts.',
@@ -2927,6 +3107,8 @@ new WPCOM_JSON_API_List_Posts_Endpoint( array(
2927
  'sticky' => '(bool) Specify the stickiness.',
2928
  'author' => "(int) Author's user ID",
2929
  'search' => '(string) Search query',
 
 
2930
  ),
2931
 
2932
  'example_request' => 'https://public-api.wordpress.com/rest/v1/sites/en.blog.wordpress.com/posts/?number=5&pretty=1'
@@ -2934,7 +3116,7 @@ new WPCOM_JSON_API_List_Posts_Endpoint( array(
2934
 
2935
  new WPCOM_JSON_API_Get_Post_Endpoint( array(
2936
  'description' => 'Return a single Post (by ID)',
2937
- 'group' => 'Posts',
2938
  'stat' => 'posts:1',
2939
 
2940
  'method' => 'GET',
@@ -2964,7 +3146,7 @@ new WPCOM_JSON_API_Get_Post_Endpoint( array(
2964
 
2965
  new WPCOM_JSON_API_Get_Post_Endpoint( array(
2966
  'description' => 'Return a single Post (by slug)',
2967
- 'group' => 'Posts',
2968
  'stat' => 'posts:slug',
2969
 
2970
  'method' => 'GET',
@@ -2979,7 +3161,7 @@ new WPCOM_JSON_API_Get_Post_Endpoint( array(
2979
 
2980
  new WPCOM_JSON_API_Update_Post_Endpoint( array(
2981
  'description' => 'Create a Post',
2982
- 'group' => 'Posts',
2983
  'stat' => 'posts:new',
2984
 
2985
  'method' => 'POST',
@@ -3005,15 +3187,13 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3005
  ),
3006
  'password' => '(string) The plaintext password protecting the post, or, more likely, the empty string if the post is not password protected.',
3007
  'parent' => "(int) The post ID of the new post's parent.",
3008
- 'type' => array(
3009
- 'post' => 'Create a blog post.',
3010
- 'page' => 'Create a page.',
3011
- ),
3012
  'categories' => "(array|string) Comma separated list or array of categories (name or id)",
3013
  'tags' => "(array|string) Comma separated list or array of tags (name or id)",
3014
  'format' => get_post_format_strings(),
3015
  'media' => "(media) An array of images to attach to the post. To upload media, the entire request should be multipart/form-data encoded. Multiple media items will be displayed in a gallery. Accepts images (image/gif, image/jpeg, image/png) only.<br /><br /><strong>Example</strong>:<br />" .
3016
  "<code>curl \<br />--form 'title=Image' \<br />--form 'media[]=@/path/to/file.jpg' \<br />-H 'Authorization: BEARER your-token' \<br />'https://public-api.wordpress.com/rest/v1/sites/123/posts/new'</code>",
 
3017
  'comments_open' => "(bool) Should the post be open to comments? Defaults to the blog's preference.",
3018
  'pings_open' => "(bool) Should the post be open to comments? Defaults to the blog's preference.",
3019
  ),
@@ -3029,7 +3209,7 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3029
  'title' => 'Hello World',
3030
  'content' => 'Hello. I am a test post. I was created by the API',
3031
  'tags' => 'tests',
3032
- 'categories' => 'API'
3033
  )
3034
  ),
3035
 
@@ -3059,11 +3239,14 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3059
  "pings_open": true,
3060
  "comment_count": 0,
3061
  "like_count": 0,
 
 
 
3062
  "featured_image": "",
3063
  "format": "standard",
3064
  "geo": false,
3065
  "publicize_URLs": [
3066
-
3067
  ],
3068
  "tags": {
3069
  "tests": {
@@ -3096,6 +3279,13 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3096
  }
3097
  }
3098
  },
 
 
 
 
 
 
 
3099
  "meta": {
3100
  "links": {
3101
  "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/30434183\/posts\/1270",
@@ -3110,7 +3300,7 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3110
 
3111
  new WPCOM_JSON_API_Update_Post_Endpoint( array(
3112
  'description' => 'Edit a Post',
3113
- 'group' => 'Posts',
3114
  'stat' => 'posts:1:POST',
3115
 
3116
  'method' => 'POST',
@@ -3141,6 +3331,7 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3141
  'format' => get_post_format_strings(),
3142
  'comments_open' => '(bool) Should the post be open to comments?',
3143
  'pings_open' => '(bool) Should the post be open to comments?',
 
3144
  ),
3145
 
3146
  'example_request' => 'https://public-api.wordpress.com/rest/v1/sites/30434183/posts/1222/',
@@ -3154,7 +3345,7 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3154
  'title' => 'Hello World (Again)',
3155
  'content' => 'Hello. I am an edited post. I was edited by the API',
3156
  'tags' => 'tests',
3157
- 'categories' => 'API'
3158
  )
3159
  ),
3160
 
@@ -3184,11 +3375,14 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3184
  "pings_open": true,
3185
  "comment_count": 5,
3186
  "like_count": 0,
 
 
 
3187
  "featured_image": "",
3188
  "format": "standard",
3189
  "geo": false,
3190
  "publicize_URLs": [
3191
-
3192
  ],
3193
  "tags": {
3194
  "tests": {
@@ -3221,6 +3415,13 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3221
  }
3222
  }
3223
  },
 
 
 
 
 
 
 
3224
  "meta": {
3225
  "links": {
3226
  "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/30434183\/posts\/1222",
@@ -3235,8 +3436,8 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3235
  ) );
3236
 
3237
  new WPCOM_JSON_API_Update_Post_Endpoint( array(
3238
- 'description' => 'Delete a Post',
3239
- 'group' => 'Posts',
3240
  'stat' => 'posts:1:delete',
3241
 
3242
  'method' => 'POST',
@@ -3280,11 +3481,14 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3280
  "pings_open": true,
3281
  "comment_count": 5,
3282
  "like_count": 0,
 
 
 
3283
  "featured_image": "",
3284
  "format": "standard",
3285
  "geo": false,
3286
  "publicize_URLs": [
3287
-
3288
  ],
3289
  "tags": {
3290
  "tests": {
@@ -3301,6 +3505,13 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3301
  }
3302
  }
3303
  },
 
 
 
 
 
 
 
3304
  "categories": {
3305
  "API": {
3306
  "name": "API",
@@ -3335,7 +3546,7 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3335
  */
3336
  new WPCOM_JSON_API_List_Comments_Endpoint( array(
3337
  'description' => 'Return recent Comments',
3338
- 'group' => 'Comments',
3339
  'stat' => 'comments',
3340
 
3341
  'method' => 'GET',
@@ -3349,7 +3560,7 @@ new WPCOM_JSON_API_List_Comments_Endpoint( array(
3349
 
3350
  new WPCOM_JSON_API_List_Comments_Endpoint( array(
3351
  'description' => 'Return recent Comments for a Post',
3352
- 'group' => 'Comments',
3353
  'stat' => 'posts:1:replies',
3354
 
3355
  'method' => 'GET',
@@ -3364,7 +3575,7 @@ new WPCOM_JSON_API_List_Comments_Endpoint( array(
3364
 
3365
  new WPCOM_JSON_API_Get_Comment_Endpoint( array(
3366
  'description' => 'Return a single Comment',
3367
- 'group' => 'Comments',
3368
  'stat' => 'comments:1',
3369
 
3370
  'method' => 'GET',
@@ -3379,7 +3590,7 @@ new WPCOM_JSON_API_Get_Comment_Endpoint( array(
3379
 
3380
  new WPCOM_JSON_API_Update_Comment_Endpoint( array(
3381
  'description' => 'Create a Comment on a Post',
3382
- 'group' => 'Comments',
3383
  'stat' => 'posts:1:replies:new',
3384
 
3385
  'method' => 'POST',
@@ -3450,7 +3661,7 @@ new WPCOM_JSON_API_Update_Comment_Endpoint( array(
3450
 
3451
  new WPCOM_JSON_API_Update_Comment_Endpoint( array(
3452
  'description' => 'Create a Comment as a reply to another Comment',
3453
- 'group' => 'Comments',
3454
  'stat' => 'comments:1:replies:new',
3455
 
3456
  'method' => 'POST',
@@ -3520,7 +3731,7 @@ new WPCOM_JSON_API_Update_Comment_Endpoint( array(
3520
 
3521
  new WPCOM_JSON_API_Update_Comment_Endpoint( array(
3522
  'description' => 'Edit a Comment',
3523
- 'group' => 'Comments',
3524
  'stat' => 'comments:1:POST',
3525
 
3526
  'method' => 'POST',
@@ -3595,7 +3806,7 @@ new WPCOM_JSON_API_Update_Comment_Endpoint( array(
3595
 
3596
  new WPCOM_JSON_API_Update_Comment_Endpoint( array(
3597
  'description' => 'Delete a Comment',
3598
- 'group' => 'Comments',
3599
  'stat' => 'comments:1:delete',
3600
 
3601
  'method' => 'POST',
@@ -3657,7 +3868,7 @@ new WPCOM_JSON_API_Update_Comment_Endpoint( array(
3657
  */
3658
  new WPCOM_JSON_API_Get_Taxonomy_Endpoint( array(
3659
  'description' => 'Returns information on a single Category',
3660
- 'group' => 'Taxonomy',
3661
  'stat' => 'categories:1',
3662
 
3663
  'method' => 'GET',
@@ -3672,7 +3883,7 @@ new WPCOM_JSON_API_Get_Taxonomy_Endpoint( array(
3672
 
3673
  new WPCOM_JSON_API_Get_Taxonomy_Endpoint( array(
3674
  'description' => 'Returns information on a single Tag',
3675
- 'group' => 'Taxonomy',
3676
  'stat' => 'tags:1',
3677
 
3678
  'method' => 'GET',
@@ -3687,7 +3898,7 @@ new WPCOM_JSON_API_Get_Taxonomy_Endpoint( array(
3687
 
3688
  new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3689
  'description' => 'Create a new Category',
3690
- 'group' => 'Taxonomy',
3691
  'stat' => 'categories:new',
3692
 
3693
  'method' => 'POST',
@@ -3730,7 +3941,7 @@ new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3730
 
3731
  new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3732
  'description' => 'Create a new Tag',
3733
- 'group' => 'Taxonomy',
3734
  'stat' => 'tags:new',
3735
 
3736
  'method' => 'POST',
@@ -3772,7 +3983,7 @@ new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3772
 
3773
  new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3774
  'description' => 'Edit a Tag',
3775
- 'group' => 'Taxonomy',
3776
  'stat' => 'tags:1:POST',
3777
 
3778
  'method' => 'POST',
@@ -3815,7 +4026,7 @@ new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3815
 
3816
  new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3817
  'description' => 'Edit a Category',
3818
- 'group' => 'Taxonomy',
3819
  'stat' => 'categories:1:POST',
3820
 
3821
  'method' => 'POST',
@@ -3860,7 +4071,7 @@ new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3860
 
3861
  new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3862
  'description' => 'Delete a Category',
3863
- 'group' => 'Taxonomy',
3864
  'stat' => 'categories:1:delete',
3865
 
3866
  'method' => 'POST',
@@ -3888,7 +4099,7 @@ new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3888
 
3889
  new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3890
  'description' => 'Delete a Tag',
3891
- 'group' => 'Taxonomy',
3892
  'stat' => 'tags:1:delete',
3893
 
3894
  'method' => 'POST',
55
 
56
  // Is this endpoint still in testing phase? If so, not available to the public.
57
  var $in_testing = false;
58
+
59
  /**
60
  * @var string Version of the API
61
  */
163
  $input = trim( $this->api->post_body );
164
 
165
  switch ( $this->api->content_type ) {
166
+ case 'application/json; charset=utf-8' :
167
  case 'application/json' :
168
  case 'application/x-javascript' :
169
  case 'text/javascript' :
447
  );
448
  $return[$key] = (object) $this->cast_and_filter( $value, apply_filters( 'wpcom_json_api_attachment_cast_and_filter', $docs ), false, $for_output );
449
  break;
450
+ case 'metadata' :
451
+ $docs = array(
452
+ 'id' => '(int)',
453
+ 'key' => '(string)',
454
+ 'value' => '(string|false|float|int|array|object)',
455
+ 'previous_value' => '(string)',
456
+ 'operation' => '(string)',
457
+ );
458
+ $return[$key] = (object) $this->cast_and_filter( $value, apply_filters( 'wpcom_json_api_attachment_cast_and_filter', $docs ), false, $for_output );
459
+ break;
460
  default :
461
  trigger_error( "Unknown API casting type {$type['type']}", E_USER_WARNING );
462
  }
528
  'body' => 'Request Parameters',
529
  'response' => 'Response Parameters',
530
  ) as $doc_section_key => $label ) :
531
+ $doc_section = 'response' === $doc_section_key ? $doc['response']['body'] : $doc['request'][$doc_section_key];
532
  if ( !$doc_section ) {
533
  continue;
534
  }
571
 
572
  <?php
573
  // If no example was hardcoded in the doc, try to get some
574
+ if ( empty( $this->example_response ) ) {
575
 
576
  // Examples for endpoint documentation response
577
  $response_key = 'dev_response_' . $this->version . '_' . $this->method . '_' . sanitize_title( $this->path );
581
  if ( empty( $response ) ) {
582
 
583
  // Only trust GET request
584
+ if ( 'GET' === $this->method ) {
585
  $response = wp_remote_get( $this->example_request );
586
  }
587
 
782
  $type = '(string)';
783
  }
784
 
785
+ if ( 'response_format' !== $_property ) {
786
  // hack - don't show "(default)" in response format
787
  reset( $description );
788
  $description_key = key( $description );
813
 
814
  $item = compact( 'type', 'description' );
815
 
816
+ if ( 'response_format' === $_property ) {
817
  $doc['response'][$doc_item][$key] = $item;
818
  } else {
819
  $doc['request'][$doc_item][$key] = $item;
830
  return false;
831
  }
832
 
833
+ if ( 'inherit' === $post->post_status ) {
834
+ $parent_post = get_post( $post->post_parent );
835
+ $post_status_obj = get_post_status_object( $parent_post->post_status );
836
+ } else {
837
+ $post_status_obj = get_post_status_object( $post->post_status );
838
+ }
839
+
840
  if ( !$post_status_obj->public ) {
841
  if ( is_user_logged_in() ) {
842
  if ( $post_status_obj->protected ) {
860
  }
861
 
862
  if ( -1 == get_option( 'blog_public' ) && !current_user_can( 'read_post', $post->ID ) ) {
863
+ return new WP_Error( 'unauthorized', 'User cannot view post', array( 'status_code' => 403, 'error' => 'private_blog' ) );
864
  }
865
 
866
  if ( strlen( $post->post_password ) && !current_user_can( 'edit_post', $post->ID ) ) {
867
+ return new WP_Error( 'unauthorized', 'User cannot view password protected post', array( 'status_code' => 403, 'error' => 'password_protected' ) );
868
  }
869
 
870
  return true;
955
  $response['description'] = (string) $taxonomy->description;
956
  $response['post_count'] = (int) $taxonomy->count;
957
 
958
+ if ( 'category' === $taxonomy_type )
959
  $response['parent'] = (int) $taxonomy->parent;
960
 
961
  $response['meta'] = (object) array(
1020
 
1021
  $gmt_offset = get_option( 'gmt_offset' );
1022
  $local_time = $time + $gmt_offset * 3600;
1023
+
1024
  $date = getdate( ( int ) $local_time );
1025
  $datetime->setDate( $date['year'], $date['mon'], $date['mday'] );
1026
  $datetime->setTime( $date['hours'], $date['minutes'], $date['seconds'] );
1027
+
1028
  $local = $datetime->format( 'Y-m-d H:i:s' );
1029
  return array( (string) $local, (string) $gmt );
1030
  }
1049
  }
1050
 
1051
  function get_taxonomy_link( $blog_id, $taxonomy_id, $taxonomy_type, $path = '' ) {
1052
+ if ( 'category' === $taxonomy_type )
1053
  return $this->get_link( '/sites/%d/categories/slug:%s', $blog_id, $taxonomy_id, $path );
1054
  else
1055
  return $this->get_link( '/sites/%d/tags/slug:%s', $blog_id, $taxonomy_id, $path );
1102
  ),
1103
  'password' => '(string) The plaintext password protecting the post, or, more likely, the empty string if the post is not password protected.',
1104
  'parent' => "(object>post_reference|false) A reference to the post's parent, if it has one.",
1105
+ 'type' => "(string) The post's post_type. Post types besides post and page need to be whitelisted using the <code>rest_api_allowed_post_types</code> filter.",
 
 
 
1106
  'comments_open' => '(bool) Is the post open for comments?',
1107
  'pings_open' => '(bool) Is the post open for pingbacks, trackbacks?',
1108
  'comment_count' => '(int) The number of comments for this post.',
1109
  'like_count' => '(int) The number of likes for this post.',
1110
+ 'i_like' => '(bool) Does the current user like this post?',
1111
+ 'is_reblogged' => '(bool) Did the current user reblog this post?',
1112
+ 'is_following' => '(bool) Is the current user following this blog?',
1113
  'featured_image' => '(URL) The URL to the featured image for this post if it has one.',
1114
  'format' => array(), // see constructor
1115
  'geo' => '(object>geo|false)',
1117
  'tags' => '(object:tag) Hash of tags (keyed by tag name) applied to the post.',
1118
  'categories' => '(object:category) Hash of categories (keyed by category name) applied to the post.',
1119
  'attachments' => '(object:attachment) Hash of post attachments (keyed by attachment ID).',
1120
+ 'metadata' => '(array) Array of post metadata keys and values. All unprotected meta keys are available by default for read requests. Both unprotected and protected meta keys are avaiable for authenticated requests with access. Protected meta keys can be made available with the <code>rest_api_allowed_public_metadata</code> filter.',
1121
+ 'meta' => '(object) API result meta data',
1122
  );
1123
 
1124
  // var $response_format =& $this->post_object_format;
1133
  parent::__construct( $args );
1134
  }
1135
 
1136
+ function is_post_type_allowed( $post_type ) {
1137
+
1138
+ // if the post type is empty, that's fine, WordPress will default to post
1139
+ if ( empty( $post_type ) )
1140
+ return true;
1141
+
1142
+ // whitelist of post types that can be accessed
1143
+ if ( in_array( $post_type, apply_filters( 'rest_api_allowed_post_types', array( 'post', 'page', 'any' ) ) ) )
1144
+ return true;
1145
+
1146
+ return false;
1147
+ }
1148
+
1149
+ function is_metadata_public( $key ) {
1150
+ if ( empty( $key ) )
1151
+ return false;
1152
+
1153
+ // whitelist of post types that can be accessed
1154
+ if ( in_array( $key, apply_filters( 'rest_api_allowed_public_metadata', array() ) ) )
1155
+ return true;
1156
+
1157
+ return false;
1158
+ }
1159
+
1160
  function the_password_form() {
1161
  return __( 'This post is password protected.', 'jetpack' );
1162
  }
1170
  $geo = false;
1171
  }
1172
 
1173
+ if ( 'display' === $context ) {
1174
  $args = $this->query_args();
1175
  if ( isset( $args['content_width'] ) && $args['content_width'] ) {
1176
  $GLOBALS['content_width'] = (int) $args['content_width'];
1191
 
1192
  $posts = get_posts( array( 'name' => $post_id ) );
1193
  if ( !$posts || !isset( $posts[0]->ID ) || !$posts[0]->ID ) {
1194
+ $page = get_page_by_path( $post_id );
1195
+ if ( !$page )
1196
+ return new WP_Error( 'unknown_post', 'Unknown post', 404 );
1197
+ $post_id = $page->ID;
1198
+ } else {
1199
+ $post_id = (int) $posts[0]->ID;
1200
  }
 
 
1201
  break;
1202
  default :
1203
  $post_id = (int) $post_id;
1209
  return new WP_Error( 'unknown_post', 'Unknown post', 404 );
1210
  }
1211
 
1212
+ if ( ! $this->is_post_type_allowed( $post->post_type ) ) {
 
1213
  return new WP_Error( 'unknown_post', 'Unknown post', 404 );
1214
  }
1215
 
1235
  $post = get_post( $post->ID, OBJECT, $context );
1236
  $GLOBALS['post'] = $post;
1237
 
1238
+ if ( 'display' === $context ) {
1239
  setup_postdata( $post );
1240
  }
1241
 
1256
  $response[$key] = (string) $this->format_date( $post->post_modified_gmt, $post->post_modified );
1257
  break;
1258
  case 'title' :
1259
+ if ( 'display' === $context ) {
1260
  $response[$key] = (string) get_the_title( $post->ID );
1261
  } else {
1262
  $response[$key] = (string) $post->post_title;
1269
  $response[$key] = (string) esc_url_raw( wp_get_shortlink( $post->ID ) );
1270
  break;
1271
  case 'content' :
1272
+ if ( 'display' === $context ) {
1273
  add_filter( 'the_password_form', array( $this, 'the_password_form' ) );
1274
  $response[$key] = (string) $this->get_the_post_content_for_display();
1275
  remove_filter( 'the_password_form', array( $this, 'the_password_form' ) );
1278
  }
1279
  break;
1280
  case 'excerpt' :
1281
+ if ( 'display' === $context ) {
1282
  add_filter( 'the_password_form', array( $this, 'the_password_form' ) );
1283
  ob_start();
1284
  the_excerpt();
1322
  $response[$key] = (int) $post->comment_count;
1323
  break;
1324
  case 'like_count' :
1325
+ $response[$key] = (int) $this->api->post_like_count( $blog_id, $post->ID );
1326
+ break;
1327
+ case 'i_like' :
1328
+ $response[$key] = (int) $this->api->is_liked( $blog_id, $post->ID );
1329
+ break;
1330
+ case 'is_reblogged':
1331
+ $response[$key] = (int) $this->api->is_reblogged( $blog_id, $post->ID );
1332
+ break;
1333
+ case 'is_following':
1334
+ $response[$key] = (int) $this->api->is_following( $blog_id );
1335
  break;
1336
  case 'featured_image' :
1337
  $image_attributes = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );
1423
  }
1424
  $response[$key] = (object) $response[$key];
1425
  break;
1426
+ case 'metadata' : // (array|false)
1427
+ $metadata = array();
1428
+ foreach ( (array) has_meta( $post_id ) as $meta ) {
1429
+ // Don't expose protected fields.
1430
+ $show = false;
1431
+ if ( $this->is_metadata_public( $meta['meta_key'] ) )
1432
+ $show = true;
1433
+ if ( current_user_can( 'edit_post_meta', $post_id , $meta['meta_key'] ) )
1434
+ $show = true;
1435
+
1436
+ if ( !$show )
1437
+ continue;
1438
+
1439
+ $metadata[] = array(
1440
+ 'id' => $meta['meta_id'],
1441
+ 'key' => $meta['meta_key'],
1442
+ 'value' => $meta['meta_value']
1443
+ );
1444
+ }
1445
+
1446
+ if ( ! empty( $metadata ) ) {
1447
+ $response[$key] = $metadata;
1448
+ } else {
1449
+ $response[$key] = false;
1450
+ }
1451
+ break;
1452
  case 'meta' :
1453
  $response[$key] = (object) array(
1454
  'links' => (object) array(
1532
  $size = 'win8app-column';
1533
 
1534
  $id = intval( $id );
1535
+ if ( 'RAND' === $order )
1536
  $orderby = 'none';
1537
 
1538
  if ( !empty( $include ) ) {
1551
 
1552
  if ( ! empty( $attachments ) ) {
1553
  foreach ( $attachments as $id => $attachment ) {
1554
+ $link = isset( $attr['link'] ) && 'file' === $attr['link'] ? wp_get_attachment_link( $id, $size, false, false ) : wp_get_attachment_link( $id, $size, true, false );
1555
 
1556
  if ( $captiontag && trim($attachment->post_excerpt) ) {
1557
  $output .= "<div class='wp-caption aligncenter'>$link
1579
  'URL' => (string) wp_get_attachment_url( $attachment->ID ),
1580
  'guid' => (string) $attachment->guid,
1581
  'mime_type' => (string) $attachment->post_mime_type,
1582
+ 'width' => (int) isset( $metadata['width'] ) ? $metadata['width'] : 0,
1583
+ 'height' => (int) isset( $metadata['height'] ) ? $metadata['height'] : 0,
1584
  );
1585
 
1586
  if ( isset( $metadata['duration'] ) ) {
1643
  return new WP_Error( 'invalid_number', 'The NUMBER parameter must be less than or equal to 100.', 400 );
1644
  }
1645
 
1646
+ if ( ! $this->is_post_type_allowed( $args['type'] ) ) {
1647
+ return new WP_Error( 'unknown_post_type', 'Unknown post type', 404 );
1648
+ }
1649
+
1650
  $query = array(
1651
  'posts_per_page' => $args['number'],
1652
  'order' => $args['order'],
1653
  'orderby' => $args['order_by'],
1654
+ 'post_type' => ( 'any' == $args['type'] ) ? array( 'post', 'page' ) : $args['type'],
1655
  'post_status' => $args['status'],
1656
  'author' => isset( $args['author'] ) && 0 < $args['author'] ? $args['author'] : null,
1657
  's' => isset( $args['search'] ) ? $args['search'] : null,
1658
  );
1659
 
1660
+ if ( isset( $args['meta_key'] ) ) {
1661
+ $show = false;
1662
+ if ( $this->is_metadata_public( $args['meta_key'] ) )
1663
+ $show = true;
1664
+ if ( current_user_can( 'edit_post_meta', $query['post_type'], $args['meta_key'] ) )
1665
+ $show = true;
1666
+
1667
+ if ( is_protected_meta( $args['meta_key'], 'post' ) && ! $show )
1668
+ return new WP_Error( 'invalid_meta_key', 'Invalid meta key', 404 );
1669
+
1670
+ $meta = array( 'key' => $args['meta_key'] );
1671
+ if ( isset( $args['meta_value'] ) )
1672
+ $meta['value'] = $args['meta_value'];
1673
+
1674
+ $query['meta_query'] = array( $meta );
1675
+ }
1676
+
1677
  if (
1678
  isset( $args['sticky'] )
1679
  &&
1682
  is_array( $sticky )
1683
  ) {
1684
  if ( $args['sticky'] ) {
1685
+ $query['post__in'] = $sticky;
1686
  } else {
1687
+ $query['post__not_in'] = $sticky;
1688
+ $query['ignore_sticky_posts'] = 1;
1689
  }
1690
  }
1691
 
1826
  return new WP_Error( 'invalid_input', 'Invalid request input', 400 );
1827
  }
1828
 
1829
+ // default to post
1830
+ if ( empty( $input['type'] ) )
1831
+ $input['type'] = 'post';
1832
+
1833
  $post_type = get_post_type_object( $input['type'] );
1834
 
1835
+ if ( ! $this->is_post_type_allowed( $input['type'] ) ) {
1836
+ return new WP_Error( 'unknown_post_type', 'Unknown post type', 404 );
1837
+ }
1838
+
1839
  if ( 'publish' === $input['status'] ) {
1840
  if ( !current_user_can( $post_type->cap->publish_posts ) ) {
1841
  if ( current_user_can( $post_type->cap->edit_posts ) ) {
1881
 
1882
  if ( !empty( $input['categories'] )) {
1883
  if ( is_array( $input['categories'] ) ) {
1884
+ $_categories = $input['categories'];
1885
  } else {
1886
  foreach ( explode( ',', $input['categories'] ) as $category ) {
1887
+ $_categories[] = $category;
1888
  }
1889
  }
1890
+ foreach ( $_categories as $category ) {
1891
+ if ( !$category_info = term_exists( $category, 'category' ) ) {
1892
+ if ( is_int( $category ) )
1893
+ continue;
1894
+ $category_info = wp_insert_term( $category, 'category' );
1895
+ }
1896
+ if ( !is_wp_error( $category_info ) )
1897
+ $categories[] = (int) $category_info['term_id'];
1898
+ }
1899
  }
1900
 
1901
  if ( !empty( $input['tags'] ) ) {
1910
  }
1911
 
1912
  unset( $input['tags'], $input['categories'] );
1913
+
1914
  $insert = array();
1915
+
1916
  if ( !empty( $input['slug'] ) ) {
1917
  $insert['post_name'] = $input['slug'];
1918
  unset( $input['slug'] );
1922
  $insert['comment_status'] = 'open';
1923
  else if ( false === $input['comments_open'] )
1924
  $insert['comment_status'] = 'closed';
1925
+
1926
  if ( true === $input['pings_open'] )
1927
  $insert['ping_status'] = 'open';
1928
  else if ( false === $input['pings_open'] )
1929
  $insert['ping_status'] = 'closed';
1930
+
1931
  unset( $input['comments_open'], $input['pings_open'] );
1932
+
1933
  $publicize = $input['publicize'];
1934
  $publicize_custom_message = $input['publicize_message'];
1935
  unset( $input['publicize'], $input['publicize_message'] );
1936
+
1937
+ $metadata = $input['metadata'];
1938
+ unset( $input['metadata'] );
1939
+
1940
  foreach ( $input as $key => $value ) {
1941
  $insert["post_$key"] = $value;
1942
  }
1943
+
1944
+ if ( !empty( $tags ) )
1945
+ $insert["tax_input"]["post_tag"] = $tags;
1946
+ if ( !empty( $categories ) )
1947
+ $insert["tax_input"]["category"] = $categories;
1948
+
1949
  $has_media = isset( $input['media'] ) && $input['media'] ? count( $input['media'] ) : false;
1950
 
1951
  if ( $new ) {
1968
  $post_id = wp_insert_post( add_magic_quotes( $insert ), true );
1969
 
1970
  if ( $has_media ) {
1971
+ $this->api->trap_wp_die( 'upload_error' );
1972
  foreach ( $input['media'] as $media_item ) {
1973
  $_FILES['.api.media.item.'] = $media_item;
1974
  // check for WP_Error if we ever actually need $media_id
1975
  $media_id = media_handle_upload( '.api.media.item.', $post_id );
1976
  }
1977
+ $this->api->trap_wp_die( null );
1978
 
1979
  unset( $_FILES['.api.media.item.'] );
1980
  }
1984
  }
1985
 
1986
  if ( !$post_id || is_wp_error( $post_id ) ) {
1987
+ return $post_id;
1988
  }
1989
+
1990
  if ( $publicize === false ) {
1991
  foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
1992
  update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name, 1 );
1998
  }
1999
  }
2000
  }
2001
+
2002
  if ( !empty( $publicize_custom_message ) )
2003
+ update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_MESS, trim( $publicize_custom_message ) );
 
 
 
 
 
2004
 
2005
  set_post_format( $post_id, $insert['post_format'] );
2006
 
2007
+ if ( ! empty( $metadata ) ) {
2008
+ foreach ( (array) $metadata as $meta ) {
2009
+
2010
+ $existing_meta_item = new stdClass;
2011
+
2012
+ if ( empty( $meta->operation ) )
2013
+ $meta->operation = 'update';
2014
+
2015
+ if ( ! empty( $meta->value ) ) {
2016
+ if ( 'true' == $meta->value )
2017
+ $meta->value = true;
2018
+ if ( 'false' == $meta->value )
2019
+ $meta->value = false;
2020
+ }
2021
+
2022
+ if ( ! empty( $meta->id ) ) {
2023
+ $meta->id = absint( $meta->id );
2024
+ $existing_meta_item = get_metadata_by_mid( 'post', $meta->id );
2025
+ }
2026
+
2027
+ $unslashed_meta_key = wp_unslash( $meta->key ); // should match what the final key will be
2028
+ $meta->key = wp_slash( $meta->key );
2029
+ $unslashed_existing_meta_key = wp_unslash( $existing_meta_item->meta_key );
2030
+ $existing_meta_item->meta_key = wp_slash( $existing_meta_item->meta_key );
2031
+
2032
+ switch ( $meta->operation ) {
2033
+ case 'delete':
2034
+
2035
+ if ( ! empty( $meta->id ) && ! empty( $existing_meta_item->meta_key ) && current_user_can( 'delete_post_meta', $post_id, $unslashed_existing_meta_key ) ) {
2036
+ delete_metadata_by_mid( 'post', $meta->id );
2037
+ } elseif ( ! empty( $meta->key ) && ! empty( $meta->previous_value ) && current_user_can( 'delete_post_meta', $post_id, $unslashed_meta_key ) ) {
2038
+ delete_post_meta( $post_id, $meta->key, $meta->previous_value );
2039
+ } elseif ( ! empty( $meta->key ) && current_user_can( 'delete_post_meta', $post_id, $unslashed_meta_key ) ) {
2040
+ delete_post_meta( $post_id, $meta->key );
2041
+ }
2042
+
2043
+ break;
2044
+ case 'add':
2045
+
2046
+ if ( ! empty( $meta->id ) || ! empty( $meta->previous_value ) ) {
2047
+ continue;
2048
+ } elseif ( ! empty( $meta->key ) && ! empty( $meta->value ) && current_user_can( 'add_post_meta', $post_id, $unslashed_meta_key ) ) {
2049
+ add_post_meta( $post_id, $meta->key, $meta->value );
2050
+ }
2051
+
2052
+ break;
2053
+ case 'update':
2054
+
2055
+ if ( empty( $meta->value ) ) {
2056
+ continue;
2057
+ } elseif ( ! empty( $meta->id ) && ! empty( $existing_meta_item->meta_key ) && current_user_can( 'edit_post_meta', $post_id, $unslashed_existing_meta_key ) ) {
2058
+ update_metadata_by_mid( 'post', $meta->id, $meta->value );
2059
+ } elseif ( ! empty( $meta->key ) && ! empty( $meta->previous_value ) && current_user_can( 'edit_post_meta', $post_id, $unslashed_meta_key ) ) {
2060
+ update_post_meta( $post_id, $meta->key,$meta->value, $meta->previous_value );
2061
+ } elseif ( ! empty( $meta->key ) && current_user_can( 'edit_post_meta', $post_id, $unslashed_meta_key ) ) {
2062
+ update_post_meta( $post_id, $meta->key, $meta->value );
2063
+ }
2064
+
2065
+ break;
2066
+ }
2067
+
2068
+ }
2069
+ }
2070
+
2071
  $return = $this->get_post_by( 'ID', $post_id, $args['context'] );
2072
  if ( !$return || is_wp_error( $return ) ) {
2073
  return $return;
2085
  return new WP_Error( 'unknown_post', 'Unknown post', 404 );
2086
  }
2087
 
2088
+ if ( ! $this->is_post_type_allowed( $post->post_type ) ) {
2089
+ return new WP_Error( 'unknown_post_type', 'Unknown post type', 404 );
2090
+ }
2091
+
2092
  if ( !current_user_can( 'delete_post', $post->ID ) ) {
2093
  return new WP_Error( 'unauthorized', 'User cannot delete posts', 403 );
2094
  }
2218
  return new WP_Error( 'unknown_taxonomy', 'A taxonomy with that name already exists', 404 );
2219
  }
2220
 
2221
+ if ( 'category' !== $taxonomy_type )
2222
  $input['parent'] = 0;
2223
 
2224
  $data = wp_insert_term( addslashes( $input['name'] ), $taxonomy_type,
2227
  'parent' => $input['parent']
2228
  )
2229
  );
2230
+
2231
  $taxonomy = get_term_by( 'id', $data['term_id'], $taxonomy_type );
2232
  $return = $this->get_taxonomy( $taxonomy->slug, $taxonomy_type, $args['context'] );
2233
  if ( !$return || is_wp_error( $return ) ) {
2260
  }
2261
 
2262
  $update = array();
2263
+ if ( 'category' === $taxonomy_type && !empty( $input['parent'] ) )
2264
  $update['parent'] = $input['parent'];
2265
 
2266
  if ( !empty( $input['description'] ) )
2272
 
2273
  $data = wp_update_term( $taxonomy->term_id, $taxonomy_type, $update );
2274
  $taxonomy = get_term_by( 'id', $data['term_id'], $taxonomy_type );
2275
+
2276
  $return = $this->get_taxonomy( $taxonomy->slug, $taxonomy_type, $args['context'] );
2277
  if ( !$return || is_wp_error( $return ) ) {
2278
  return $return;
2445
  $response[$key] = (string) esc_url_raw( wp_get_shortlink( $post->ID ) . "%23comment-{$comment->comment_ID}" );
2446
  break;
2447
  case 'content' :
2448
+ if ( 'display' === $context ) {
2449
  ob_start();
2450
  comment_text();
2451
  $response[$key] = (string) ob_get_clean();
2820
 
2821
  $insert = array(
2822
  'comment_post_ID' => $post->ID,
2823
+ 'user_ID' => $user->ID,
2824
  'comment_author' => $user->display_name,
2825
  'comment_author_email' => $user->user_email,
2826
  'comment_author_url' => $user->user_url,
2829
  'comment_type' => '',
2830
  );
2831
 
2832
+ $this->api->trap_wp_die( 'comment_failure' );
 
2833
  $comment_id = wp_new_comment( add_magic_quotes( $insert ) );
2834
+ $this->api->trap_wp_die( null );
 
 
 
 
2835
 
2836
  $return = $this->get_comment( $comment_id, $args['context'] );
2837
  if ( !$return ) {
2874
 
2875
  if ( isset( $update['comment_status'] ) ) {
2876
  switch ( $update['comment_status'] ) {
2877
+ case 'approved' :
2878
+ if ( 'approve' !== $comment_status ) {
2879
+ wp_set_comment_status( $comment->comment_ID, 'approve' );
2880
+ }
2881
+ break;
2882
  case 'unapproved' :
2883
+ if ( 'hold' !== $comment_status ) {
2884
+ wp_set_comment_status( $comment->comment_ID, 'hold' );
2885
+ }
2886
  break;
2887
  case 'spam' :
2888
+ if ( 'spam' !== $comment_status ) {
2889
  wp_spam_comment( $comment->comment_ID );
2890
  }
2891
  break;
2892
  case 'unspam' :
2893
+ if ( 'spam' === $comment_status ) {
2894
  wp_unspam_comment( $comment->comment_ID );
2895
  }
2896
  break;
2899
  return new WP_Error( 'trash_disabled', 'Cannot trash comment', 403 );
2900
  }
2901
 
2902
+ if ( 'trash' !== $comment_status ) {
2903
  wp_trash_comment( $comment_id );
2904
  }
2905
  break;
2906
  case 'untrash' :
2907
+ if ( 'trash' === $comment_status ) {
2908
  wp_untrash_comment( $comment->comment_ID );
2909
  }
2910
  break;
2915
  unset( $update['comment_status'] );
2916
  }
2917
 
2918
+ if ( ! empty( $update ) ) {
2919
+ $update['comment_ID'] = $comment->comment_ID;
2920
+ wp_update_comment( add_magic_quotes( $update ) );
2921
+ }
2922
 
2923
  $return = $this->get_comment( $comment->comment_ID, $args['context'] );
2924
  if ( !$return || is_wp_error( $return ) ) {
2957
 
2958
  return $this->get_comment( $comment->comment_ID, $args['context'] );
2959
  }
 
 
 
 
 
 
 
 
 
 
2960
  }
2961
 
2962
  class WPCOM_JSON_API_GET_Site_Endpoint extends WPCOM_JSON_API_Endpoint {
3034
  */
3035
  new WPCOM_JSON_API_GET_Site_Endpoint( array(
3036
  'description' => 'Information about a site ID/domain',
3037
+ 'group' => 'sites',
3038
  'stat' => 'sites:X',
3039
 
3040
  'method' => 'GET',
3067
  */
3068
  new WPCOM_JSON_API_List_Posts_Endpoint( array(
3069
  'description' => 'Return matching Posts',
3070
+ 'group' => 'posts',
3071
  'stat' => 'posts',
3072
 
3073
  'method' => 'GET',
3094
  'before' => '(ISO 8601 datetime) Return posts dated on or before the specified datetime.',
3095
  'tag' => '(string) Specify the tag name or slug.',
3096
  'category' => '(string) Specify the category name or slug.',
3097
+ 'type' => "(string) Specify the post type. Defaults to 'post', use 'any' to query for both posts and pages. Post types besides post and page need to be whitelisted using the <code>rest_api_allowed_post_types</code> filter.",
 
 
 
 
3098
  'status' => array(
3099
  'publish' => 'Return only published posts.',
3100
  'private' => 'Return only private posts.',
3107
  'sticky' => '(bool) Specify the stickiness.',
3108
  'author' => "(int) Author's user ID",
3109
  'search' => '(string) Search query',
3110
+ 'meta_key' => '(string) Metadata key that the post should contain',
3111
+ 'meta_value' => '(int|string) Metadata value that the post should contain. Will only be applied if a `meta_key` is also given',
3112
  ),
3113
 
3114
  'example_request' => 'https://public-api.wordpress.com/rest/v1/sites/en.blog.wordpress.com/posts/?number=5&pretty=1'
3116
 
3117
  new WPCOM_JSON_API_Get_Post_Endpoint( array(
3118
  'description' => 'Return a single Post (by ID)',
3119
+ 'group' => 'posts',
3120
  'stat' => 'posts:1',
3121
 
3122
  'method' => 'GET',
3146
 
3147
  new WPCOM_JSON_API_Get_Post_Endpoint( array(
3148
  'description' => 'Return a single Post (by slug)',
3149
+ 'group' => 'posts',
3150
  'stat' => 'posts:slug',
3151
 
3152
  'method' => 'GET',
3161
 
3162
  new WPCOM_JSON_API_Update_Post_Endpoint( array(
3163
  'description' => 'Create a Post',
3164
+ 'group' => 'posts',
3165
  'stat' => 'posts:new',
3166
 
3167
  'method' => 'POST',
3187
  ),
3188
  'password' => '(string) The plaintext password protecting the post, or, more likely, the empty string if the post is not password protected.',
3189
  'parent' => "(int) The post ID of the new post's parent.",
3190
+ 'type' => "(string) The post type. Defaults to 'post'. Post types besides post and page need to be whitelisted using the <code>rest_api_allowed_post_types</code> filter.",
 
 
 
3191
  'categories' => "(array|string) Comma separated list or array of categories (name or id)",
3192
  'tags' => "(array|string) Comma separated list or array of tags (name or id)",
3193
  'format' => get_post_format_strings(),
3194
  'media' => "(media) An array of images to attach to the post. To upload media, the entire request should be multipart/form-data encoded. Multiple media items will be displayed in a gallery. Accepts images (image/gif, image/jpeg, image/png) only.<br /><br /><strong>Example</strong>:<br />" .
3195
  "<code>curl \<br />--form 'title=Image' \<br />--form 'media[]=@/path/to/file.jpg' \<br />-H 'Authorization: BEARER your-token' \<br />'https://public-api.wordpress.com/rest/v1/sites/123/posts/new'</code>",
3196
+ 'metadata' => "(array) Array of metadata objects containing the following properties: `key` (metadata key), `id` (meta ID), `previous_value` (if set, the action will only occur for the provided previous value), `value` (the new value to set the meta to), `operation` (the operation to perform: `update` or `add`; defaults to `update`). All unprotected meta keys are available by default for read requests. Both unprotected and protected meta keys are avaiable for authenticated requests with access. Protected meta keys can be made available with the <code>rest_api_allowed_public_metadata</code> filter.",
3197
  'comments_open' => "(bool) Should the post be open to comments? Defaults to the blog's preference.",
3198
  'pings_open' => "(bool) Should the post be open to comments? Defaults to the blog's preference.",
3199
  ),
3209
  'title' => 'Hello World',
3210
  'content' => 'Hello. I am a test post. I was created by the API',
3211
  'tags' => 'tests',
3212
+ 'categories' => 'API'
3213
  )
3214
  ),
3215
 
3239
  "pings_open": true,
3240
  "comment_count": 0,
3241
  "like_count": 0,
3242
+ "i_like": false,
3243
+ "is_reblogged": false,
3244
+ "is_following": false,
3245
  "featured_image": "",
3246
  "format": "standard",
3247
  "geo": false,
3248
  "publicize_URLs": [
3249
+
3250
  ],
3251
  "tags": {
3252
  "tests": {
3279
  }
3280
  }
3281
  },
3282
+ "metadata {
3283
+ {
3284
+ "id" : 123,
3285
+ "key" : "test_meta_key",
3286
+ "value" : "test_value",
3287
+ }
3288
+ },
3289
  "meta": {
3290
  "links": {
3291
  "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/30434183\/posts\/1270",
3300
 
3301
  new WPCOM_JSON_API_Update_Post_Endpoint( array(
3302
  'description' => 'Edit a Post',
3303
+ 'group' => 'posts',
3304
  'stat' => 'posts:1:POST',
3305
 
3306
  'method' => 'POST',
3331
  'format' => get_post_format_strings(),
3332
  'comments_open' => '(bool) Should the post be open to comments?',
3333
  'pings_open' => '(bool) Should the post be open to comments?',
3334
+ 'metadata' => "(array) Array of metadata objects containing the following properties: `key` (metadata key), `id` (meta ID), `previous_value` (if set, the action will only occur for the provided previous value), `value` (the new value to set the meta to), `operation` (the operation to perform: `update` or `add`; defaults to `update`). All unprotected meta keys are available by default for read requests. Both unprotected and protected meta keys are avaiable for authenticated requests with access. Protected meta keys can be made available with the <code>rest_api_allowed_public_metadata</code> filter.",
3335
  ),
3336
 
3337
  'example_request' => 'https://public-api.wordpress.com/rest/v1/sites/30434183/posts/1222/',
3345
  'title' => 'Hello World (Again)',
3346
  'content' => 'Hello. I am an edited post. I was edited by the API',
3347
  'tags' => 'tests',
3348
+ 'categories' => 'API'
3349
  )
3350
  ),
3351
 
3375
  "pings_open": true,
3376
  "comment_count": 5,
3377
  "like_count": 0,
3378
+ "i_like": false,
3379
+ "is_reblogged": false,
3380
+ "is_following": false,
3381
  "featured_image": "",
3382
  "format": "standard",
3383
  "geo": false,
3384
  "publicize_URLs": [
3385
+
3386
  ],
3387
  "tags": {
3388
  "tests": {
3415
  }
3416
  }
3417
  },
3418
+ "metadata {
3419
+ {
3420
+ "id" : 123,
3421
+ "key" : "test_meta_key",
3422
+ "value" : "test_value",
3423
+ }
3424
+ },
3425
  "meta": {
3426
  "links": {
3427
  "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/30434183\/posts\/1222",
3436
  ) );
3437
 
3438
  new WPCOM_JSON_API_Update_Post_Endpoint( array(
3439
+ 'description' => 'Delete a Post. Note: If the post object is of type post or page and the trash is enabled, this request will send the post to the trash. A second request will permanently delete the post.',
3440
+ 'group' => 'posts',
3441
  'stat' => 'posts:1:delete',
3442
 
3443
  'method' => 'POST',
3481
  "pings_open": true,
3482
  "comment_count": 5,
3483
  "like_count": 0,
3484
+ "i_like": false,
3485
+ "is_reblogged": false,
3486
+ "is_following": false,
3487
  "featured_image": "",
3488
  "format": "standard",
3489
  "geo": false,
3490
  "publicize_URLs": [
3491
+
3492
  ],
3493
  "tags": {
3494
  "tests": {
3505
  }
3506
  }
3507
  },
3508
+ "metadata {
3509
+ {
3510
+ "id" : 123,
3511
+ "key" : "test_meta_key",
3512
+ "value" : "test_value",
3513
+ }
3514
+ },
3515
  "categories": {
3516
  "API": {
3517
  "name": "API",
3546
  */
3547
  new WPCOM_JSON_API_List_Comments_Endpoint( array(
3548
  'description' => 'Return recent Comments',
3549
+ 'group' => 'comments',
3550
  'stat' => 'comments',
3551
 
3552
  'method' => 'GET',
3560
 
3561
  new WPCOM_JSON_API_List_Comments_Endpoint( array(
3562
  'description' => 'Return recent Comments for a Post',
3563
+ 'group' => 'comments',
3564
  'stat' => 'posts:1:replies',
3565
 
3566
  'method' => 'GET',
3575
 
3576
  new WPCOM_JSON_API_Get_Comment_Endpoint( array(
3577
  'description' => 'Return a single Comment',
3578
+ 'group' => 'comments',
3579
  'stat' => 'comments:1',
3580
 
3581
  'method' => 'GET',
3590
 
3591
  new WPCOM_JSON_API_Update_Comment_Endpoint( array(
3592
  'description' => 'Create a Comment on a Post',
3593
+ 'group' => 'comments',
3594
  'stat' => 'posts:1:replies:new',
3595
 
3596
  'method' => 'POST',
3661
 
3662
  new WPCOM_JSON_API_Update_Comment_Endpoint( array(
3663
  'description' => 'Create a Comment as a reply to another Comment',
3664
+ 'group' => 'comments',
3665
  'stat' => 'comments:1:replies:new',
3666
 
3667
  'method' => 'POST',
3731
 
3732
  new WPCOM_JSON_API_Update_Comment_Endpoint( array(
3733
  'description' => 'Edit a Comment',
3734
+ 'group' => 'comments',
3735
  'stat' => 'comments:1:POST',
3736
 
3737
  'method' => 'POST',
3806
 
3807
  new WPCOM_JSON_API_Update_Comment_Endpoint( array(
3808
  'description' => 'Delete a Comment',
3809
+ 'group' => 'comments',
3810
  'stat' => 'comments:1:delete',
3811
 
3812
  'method' => 'POST',
3868
  */
3869
  new WPCOM_JSON_API_Get_Taxonomy_Endpoint( array(
3870
  'description' => 'Returns information on a single Category',
3871
+ 'group' => 'taxonomy',
3872
  'stat' => 'categories:1',
3873
 
3874
  'method' => 'GET',
3883
 
3884
  new WPCOM_JSON_API_Get_Taxonomy_Endpoint( array(
3885
  'description' => 'Returns information on a single Tag',
3886
+ 'group' => 'taxonomy',
3887
  'stat' => 'tags:1',
3888
 
3889
  'method' => 'GET',
3898
 
3899
  new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3900
  'description' => 'Create a new Category',
3901
+ 'group' => 'taxonomy',
3902
  'stat' => 'categories:new',
3903
 
3904
  'method' => 'POST',
3941
 
3942
  new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3943
  'description' => 'Create a new Tag',
3944
+ 'group' => 'taxonomy',
3945
  'stat' => 'tags:new',
3946
 
3947
  'method' => 'POST',
3983
 
3984
  new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
3985
  'description' => 'Edit a Tag',
3986
+ 'group' => 'taxonomy',
3987
  'stat' => 'tags:1:POST',
3988
 
3989
  'method' => 'POST',
4026
 
4027
  new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
4028
  'description' => 'Edit a Category',
4029
+ 'group' => 'taxonomy',
4030
  'stat' => 'categories:1:POST',
4031
 
4032
  'method' => 'POST',
4071
 
4072
  new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
4073
  'description' => 'Delete a Category',
4074
+ 'group' => 'taxonomy',
4075
  'stat' => 'categories:1:delete',
4076
 
4077
  'method' => 'POST',
4099
 
4100
  new WPCOM_JSON_API_Update_Taxonomy_Endpoint( array(
4101
  'description' => 'Delete a Tag',
4102
+ 'group' => 'taxonomy',
4103
  'stat' => 'tags:1:delete',
4104
 
4105
  'method' => 'POST',
class.json-api.php CHANGED
@@ -22,6 +22,8 @@ class WPCOM_JSON_API {
22
  var $exit = true;
23
  var $public_api_scheme = 'https';
24
 
 
 
25
  static function init( $method = null, $url = null, $post_body = null ) {
26
  if ( !self::$self ) {
27
  $class = function_exists( 'get_called_class' ) ? get_called_class() : __CLASS__;
@@ -48,7 +50,12 @@ class WPCOM_JSON_API {
48
  return false;
49
  }
50
 
51
- function __construct( $method = null, $url = null, $post_body = null ) {
 
 
 
 
 
52
  if ( is_null( $method ) ) {
53
  $this->method = strtoupper( $_SERVER['REQUEST_METHOD'] );
54
  } else {
@@ -71,7 +78,7 @@ class WPCOM_JSON_API {
71
  $this->accept = $_SERVER['HTTP_ACCEPT'];
72
  }
73
 
74
- if ( 'POST' == $this->method ) {
75
  if ( is_null( $post_body ) ) {
76
  $this->post_body = file_get_contents( 'php://input' );
77
 
@@ -149,7 +156,7 @@ class WPCOM_JSON_API {
149
  $methods = $allowed_methods;
150
  $find_all_matching_endpoints = true;
151
  $four_oh_five = true;
152
- }
153
  }
154
 
155
  // Find which endpoint to serve
@@ -232,6 +239,10 @@ class WPCOM_JSON_API {
232
  return $this->output( 500, '', 'text/plain' );
233
  } elseif ( is_wp_error( $response ) ) {
234
  $status_code = $response->get_error_data();
 
 
 
 
235
  if ( !$status_code ) {
236
  $status_code = 400;
237
  }
@@ -341,10 +352,22 @@ class WPCOM_JSON_API {
341
  return $blog_id;
342
  }
343
 
344
- function post_like_count() {
345
  return 0;
346
  }
347
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  function get_avatar_url( $email ) {
349
  add_filter( 'pre_option_show_avatars', '__return_true', 999 );
350
  $_SERVER['HTTPS'] = 'off';
@@ -368,4 +391,69 @@ class WPCOM_JSON_API {
368
 
369
  return $return;
370
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
371
  }
22
  var $exit = true;
23
  var $public_api_scheme = 'https';
24
 
25
+ var $trapped_error = null;
26
+
27
  static function init( $method = null, $url = null, $post_body = null ) {
28
  if ( !self::$self ) {
29
  $class = function_exists( 'get_called_class' ) ? get_called_class() : __CLASS__;
50
  return false;
51
  }
52
 
53
+ function __construct() {
54
+ $args = func_get_args();
55
+ call_user_func_array( array( $this, 'setup_inputs' ), $args );
56
+ }
57
+
58
+ function setup_inputs( $method = null, $url = null, $post_body = null ) {
59
  if ( is_null( $method ) ) {
60
  $this->method = strtoupper( $_SERVER['REQUEST_METHOD'] );
61
  } else {
78
  $this->accept = $_SERVER['HTTP_ACCEPT'];
79
  }
80
 
81
+ if ( 'POST' === $this->method ) {
82
  if ( is_null( $post_body ) ) {
83
  $this->post_body = file_get_contents( 'php://input' );
84
 
156
  $methods = $allowed_methods;
157
  $find_all_matching_endpoints = true;
158
  $four_oh_five = true;
159
+ }
160
  }
161
 
162
  // Find which endpoint to serve
239
  return $this->output( 500, '', 'text/plain' );
240
  } elseif ( is_wp_error( $response ) ) {
241
  $status_code = $response->get_error_data();
242
+
243
+ if ( is_array( $status_code ) )
244
+ $status_code = $status_code['status_code'];
245
+
246
  if ( !$status_code ) {
247
  $status_code = 400;
248
  }
352
  return $blog_id;
353
  }
354
 
355
+ function post_like_count( $blog_id, $post_id ) {
356
  return 0;
357
  }
358
 
359
+ function is_liked( $blog_id, $post_id ) {
360
+ return false;
361
+ }
362
+
363
+ function is_reblogged( $blog_id, $post_id ) {
364
+ return false;
365
+ }
366
+
367
+ function is_following( $blog_id ) {
368
+ return false;
369
+ }
370
+
371
  function get_avatar_url( $email ) {
372
  add_filter( 'pre_option_show_avatars', '__return_true', 999 );
373
  $_SERVER['HTTPS'] = 'off';
391
 
392
  return $return;
393
  }
394
+
395
+ /**
396
+ * Traps `wp_die()` calls and outputs a JSON response instead.
397
+ * The result is always output, never returned.
398
+ *
399
+ * @param string|null $error_code. Call with string to start the trapping. Call with null to stop.
400
+ */
401
+ function trap_wp_die( $error_code = null ) {
402
+ // Stop trapping
403
+ if ( is_null( $error_code ) ) {
404
+ $this->trapped_error = null;
405
+ remove_filter( 'wp_die_handler', array( $this, 'wp_die_handler_callback' ) );
406
+ return;
407
+ }
408
+
409
+ // If API called via PHP, bail: don't do our custom wp_die(). Do the normal wp_die().
410
+ if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) {
411
+ if ( ! defined( 'REST_API_REQUEST' ) || ! REST_API_REQUEST ) {
412
+ return;
413
+ }
414
+ } else {
415
+ if ( ! defined( 'XMLRPC_REQUEST' ) || ! XMLRPC_REQUEST ) {
416
+ return;
417
+ }
418
+ }
419
+
420
+ // Start trapping
421
+ $this->trapped_error = array(
422
+ 'status' => 500,
423
+ 'code' => $error_code,
424
+ 'message' => '',
425
+ );
426
+
427
+ add_filter( 'wp_die_handler', array( $this, 'wp_die_handler_callback' ) );
428
+ }
429
+
430
+ function wp_die_handler_callback() {
431
+ return array( $this, 'wp_die_handler' );
432
+ }
433
+
434
+ function wp_die_handler( $message, $title = '', $args = array() ) {
435
+ $args = wp_parse_args( $args, array(
436
+ 'response' => 500,
437
+ ) );
438
+
439
+ if ( $title ) {
440
+ $message = "$title: $message";
441
+ }
442
+
443
+ $this->trapped_error['status'] = $args['response'];
444
+ $this->trapped_error['message'] = wp_kses( $message, array() );
445
+
446
+ // We still want to exit so that code execution stops where it should.
447
+ // Attach the JSON output to WordPress' shutdown handler
448
+ add_action( 'shutdown', array( $this, 'output_trapped_error' ), 0 );
449
+ exit;
450
+ }
451
+
452
+ function output_trapped_error() {
453
+ $this->exit = false; // We're already exiting once. Don't do it twice.
454
+ $this->output( $this->trapped_error['status'], (object) array(
455
+ 'error' => $this->trapped_error['code'],
456
+ 'message' => $this->trapped_error['message'],
457
+ ) );
458
+ }
459
  }
class.photon.php ADDED
@@ -0,0 +1,558 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Jetpack_Photon {
4
+ /**
5
+ * Class variables
6
+ */
7
+ // Oh look, a singleton
8
+ private static $__instance = null;
9
+
10
+ // Allowed extensions must match http://code.trac.wordpress.org/browser/photon/index.php#L31
11
+ protected static $extensions = array(
12
+ 'gif',
13
+ 'jpg',
14
+ 'jpeg',
15
+ 'png'
16
+ );
17
+
18
+ // Don't access this directly. Instead, use self::image_sizes() so it's actually populated with something.
19
+ protected static $image_sizes = null;
20
+
21
+ /**
22
+ * Singleton implementation
23
+ *
24
+ * @return object
25
+ */
26
+ public static function instance() {
27
+ if ( ! is_a( self::$__instance, 'Jetpack_Photon' ) ) {
28
+ self::$__instance = new Jetpack_Photon;
29
+ self::$__instance->setup();
30
+ }
31
+
32
+ return self::$__instance;
33
+ }
34
+
35
+ /**
36
+ * Silence is golden.
37
+ */
38
+ private function __construct() {}
39
+
40
+ /**
41
+ * Register actions and filters, but only if basic Photon functions are available.
42
+ * The basic functions are found in ./functions.photon.php.
43
+ *
44
+ * @uses add_action, add_filter
45
+ * @return null
46
+ */
47
+ private function setup() {
48
+ // Display warning if site is private
49
+ add_action( 'jetpack_activate_module_photon', array( $this, 'action_jetpack_activate_module_photon' ) );
50
+
51
+ if ( ! function_exists( 'jetpack_photon_url' ) )
52
+ return;
53
+
54
+ // Images in post content
55
+ add_filter( 'the_content', array( __CLASS__, 'filter_the_content' ), 999999 );
56
+
57
+ // Core image retrieval
58
+ add_filter( 'image_downsize', array( $this, 'filter_image_downsize' ), 10, 3 );
59
+
60
+ // og:image URL
61
+ add_filter( 'jetpack_open_graph_tags', array( $this, 'filter_open_graph_tags' ), 10, 2 );
62
+
63
+ // Helpers for maniuplated images
64
+ add_action( 'wp_enqueue_scripts', array( $this, 'action_wp_enqueue_scripts' ), 9 );
65
+ }
66
+
67
+ /**
68
+ * Check if site is private and warn user if it is
69
+ *
70
+ * @uses Jetpack::check_privacy
71
+ * @action jetpack_activate_module_photon
72
+ * @return null
73
+ */
74
+ public function action_jetpack_activate_module_photon() {
75
+ Jetpack::check_privacy( __FILE__ );
76
+ }
77
+
78
+ /**
79
+ ** IN-CONTENT IMAGE MANIPULATION FUNCTIONS
80
+ **/
81
+
82
+ /**
83
+ * Match all images and any relevant <a> tags in a block of HTML.
84
+ *
85
+ * @param string $content Some HTML.
86
+ * @return array An array of $images matches, where $images[0] is
87
+ * an array of full matches, and the link_url, img_tag,
88
+ * and img_url keys are arrays of those matches.
89
+ */
90
+ public static function parse_images_from_html( $content ) {
91
+ $images = array();
92
+
93
+ if ( preg_match_all( '#(?:<a[^>]+?href=["|\'](?P<link_url>[^\s]+?)["|\'][^>]*?>\s*)?(?P<img_tag><img[^>]+?src=["|\'](?P<img_url>[^\s]+?)["|\'].*?>){1}(?:\s*</a>)?#is', $content, $images ) ) {
94
+ foreach ( $images as $key => $unused ) {
95
+ // Simplify the output as much as possible, mostly for confirming test results.
96
+ if ( is_numeric( $key ) && $key > 0 )
97
+ unset( $images[$key] );
98
+ }
99
+
100
+ return $images;
101
+ }
102
+
103
+ return array();
104
+ }
105
+
106
+ /**
107
+ * Try to determine height and width from strings WP appends to resized image filenames.
108
+ *
109
+ * @param string $src The image URL.
110
+ * @return array An array consisting of width and height.
111
+ */
112
+ public static function parse_dimensions_from_filename( $src ) {
113
+ $width_height_string = array();
114
+
115
+ if ( preg_match( '#-(\d+)x(\d+)\.(?:' . implode('|', self::$extensions ) . '){1}$#i', $src, $width_height_string ) ) {
116
+ $width = (int) $width_height_string[1];
117
+ $height = (int) $width_height_string[2];
118
+
119
+ if ( $width && $height )
120
+ return array( $width, $height );
121
+ }
122
+
123
+ return array( false, false );
124
+ }
125
+
126
+ /**
127
+ * Identify images in post content, and if images are local (uploaded to the current site), pass through Photon.
128
+ *
129
+ * @param string $content
130
+ * @uses self::validate_image_url, apply_filters, jetpack_photon_url, esc_url
131
+ * @filter the_content
132
+ * @return string
133
+ */
134
+ public static function filter_the_content( $content ) {
135
+ $images = Jetpack_Photon::parse_images_from_html( $content );
136
+
137
+ if ( ! empty( $images ) ) {
138
+ $content_width = Jetpack::get_content_width();
139
+
140
+ $image_sizes = self::image_sizes();
141
+ $upload_dir = wp_upload_dir();
142
+
143
+ foreach ( $images[0] as $index => $tag ) {
144
+ // Default to resize, though fit may be used in certain cases where a dimension cannot be ascertained
145
+ $transform = 'resize';
146
+
147
+ // Start with a clean attachment ID each time
148
+ $attachment_id = false;
149
+
150
+ // Flag if we need to munge a fullsize URL
151
+ $fullsize_url = false;
152
+
153
+ // Identify image source
154
+ $src = $src_orig = $images['img_url'][ $index ];
155
+
156
+ // Allow specific images to be skipped
157
+ if ( apply_filters( 'jetpack_photon_skip_image', false, $src, $tag ) )
158
+ continue;
159
+
160
+ // Support Automattic's Lazy Load plugin
161
+ // Can't modify $tag yet as we need unadulterated version later
162
+ if ( preg_match( '#data-lazy-src=["|\'](.+?)["|\']#i', $images['img_tag'][ $index ], $lazy_load_src ) ) {
163
+ $placeholder_src = $placeholder_src_orig = $src;
164
+ $src = $src_orig = $lazy_load_src[1];
165
+ }
166
+
167
+ // Check if image URL should be used with Photon
168
+ if ( self::validate_image_url( $src ) ) {
169
+ // Find the width and height attributes
170
+ $width = $height = false;
171
+
172
+ // First, check the image tag
173
+ if ( preg_match( '#width=["|\']?([\d%]+)["|\']?#i', $images['img_tag'][ $index ], $width_string ) )
174
+ $width = $width_string[1];
175
+
176
+ if ( preg_match( '#height=["|\']?([\d%]+)["|\']?#i', $images['img_tag'][ $index ], $height_string ) )
177
+ $height = $height_string[1];
178
+
179
+ // Can't pass both a relative width and height, so unset the height in favor of not breaking the horizontal layout.
180
+ if ( false !== strpos( $width, '%' ) && false !== strpos( $height, '%' ) )
181
+ $width = $height = false;
182
+
183
+ // Detect WP registered image size from HTML class
184
+ if ( preg_match( '#class=["|\']?[^"\']*size-([^"\'\s]+)[^"\']*["|\']?#i', $images['img_tag'][ $index ], $size ) ) {
185
+ $size = array_pop( $size );
186
+
187
+ if ( false === $width && false === $height && 'full' != $size && array_key_exists( $size, $image_sizes ) ) {
188
+ $width = (int) $image_sizes[ $size ]['width'];
189
+ $height = (int) $image_sizes[ $size ]['height'];
190
+ $transform = $image_sizes[ $size ]['crop'] ? 'resize' : 'fit';
191
+ }
192
+ } else {
193
+ unset( $size );
194
+ }
195
+
196
+ // WP Attachment ID, if uploaded to this site
197
+ if ( preg_match( '#class=["|\']?[^"\']*wp-image-([\d]+)[^"\']*["|\']?#i', $images['img_tag'][ $index ], $attachment_id ) && ( 0 === strpos( $src, $upload_dir['baseurl'] ) || apply_filters( 'jetpack_photon_image_is_local', false, compact( 'src', 'tag', 'images', 'index' ) ) ) ) {
198
+ $attachment_id = intval( array_pop( $attachment_id ) );
199
+
200
+ if ( $attachment_id ) {
201
+ $attachment = get_post( $attachment_id );
202
+
203
+ // Basic check on returned post object
204
+ if ( is_object( $attachment ) && ! is_wp_error( $attachment ) && 'attachment' == $attachment->post_type ) {
205
+ $src_per_wp = wp_get_attachment_image_src( $attachment_id, isset( $size ) ? $size : 'full' );
206
+
207
+ if ( self::validate_image_url( $src_per_wp[0] ) ) {
208
+ $src = $src_per_wp[0];
209
+ $fullsize_url = true;
210
+
211
+ // Prevent image distortion if a detected dimension exceeds the image's natural dimensions
212
+ if ( ( false !== $width && $width > $src_per_wp[1] ) || ( false !== $height && $height > $src_per_wp[2] ) ) {
213
+ $width = false == $width ? false : min( $width, $src_per_wp[1] );
214
+ $height = false == $height ? false : min( $height, $src_per_wp[2] );
215
+ }
216
+
217
+ // If no width and height are found, max out at source image's natural dimensions
218
+ // Otherwise, respect registered image sizes' cropping setting
219
+ if ( false == $width && false == $height ) {
220
+ $width = $src_per_wp[1];
221
+ $height = $src_per_wp[2];
222
+ $transform = 'fit';
223
+ } elseif ( isset( $size ) && array_key_exists( $size, $image_sizes ) && isset( $image_sizes[ $size ]['crop'] ) ) {
224
+ $transform = (bool) $image_sizes[ $size ]['crop'] ? 'resize' : 'fit';
225
+ }
226
+ }
227
+ } else {
228
+ unset( $attachment_id );
229
+ unset( $attachment );
230
+ }
231
+ }
232
+ }
233
+
234
+ // If image tag lacks width and height arguments, try to determine from strings WP appends to resized image filenames.
235
+ if ( false === $width && false === $height ) {
236
+ list( $width, $height ) = Jetpack_Photon::parse_dimensions_from_filename( $src );
237
+ }
238
+
239
+ // If width is available, constrain to $content_width
240
+ if ( false !== $width && false === strpos( $width, '%' ) && is_numeric( $content_width ) ) {
241
+ if ( $width > $content_width && false !== $height && false === strpos( $height, '%' ) ) {
242
+ $height = round( ( $content_width * $height ) / $width );
243
+ $width = $content_width;
244
+ } elseif ( $width > $content_width ) {
245
+ $width = $content_width;
246
+ }
247
+ }
248
+
249
+ // Set a width if none is found and $content_width is available
250
+ // If width is set in this manner and height is available, use `fit` instead of `resize` to prevent skewing
251
+ if ( false === $width && is_numeric( $content_width ) ) {
252
+ $width = (int) $content_width;
253
+
254
+ if ( false !== $height )
255
+ $transform = 'fit';
256
+ }
257
+
258
+ // Detect if image source is for a custom-cropped thumbnail and prevent further URL manipulation.
259
+ if ( ! $fullsize_url && preg_match_all( '#-e[a-z0-9]+(-\d+x\d+)?\.(' . implode('|', self::$extensions ) . '){1}$#i', basename( $src ), $filename ) )
260
+ $fullsize_url = true;
261
+
262
+ // Build URL, first removing WP's resized string so we pass the original image to Photon
263
+ if ( ! $fullsize_url && preg_match( '#(-\d+x\d+)\.(' . implode('|', self::$extensions ) . '){1}$#i', $src, $src_parts ) )
264
+ $src = str_replace( $src_parts[1], '', $src );
265
+
266
+ // Build array of Photon args and expose to filter before passing to Photon URL function
267
+ $args = array();
268
+
269
+ if ( false !== $width && false !== $height && false === strpos( $width, '%' ) && false === strpos( $height, '%' ) )
270
+ $args[ $transform ] = $width . ',' . $height;
271
+ elseif ( false !== $width )
272
+ $args['w'] = $width;
273
+ elseif ( false !== $height )
274
+ $args['h'] = $height;
275
+
276
+ $args = apply_filters( 'jetpack_photon_post_image_args', $args, compact( 'tag', 'src', 'src_orig', 'width', 'height' ) );
277
+
278
+ $photon_url = jetpack_photon_url( $src, $args );
279
+
280
+ // Modify image tag if Photon function provides a URL
281
+ // Ensure changes are only applied to the current image by copying and modifying the matched tag, then replacing the entire tag with our modified version.
282
+ if ( $src != $photon_url ) {
283
+ $new_tag = $tag;
284
+
285
+ // If present, replace the link href with a Photoned URL for the full-size image.
286
+ if ( ! empty( $images['link_url'][ $index ] ) && self::validate_image_url( $images['link_url'][ $index ] ) )
287
+ $new_tag = preg_replace( '#(href=["|\'])' . $images['link_url'][ $index ] . '(["|\'])#i', '\1' . jetpack_photon_url( $images['link_url'][ $index ] ) . '\2', $new_tag, 1 );
288
+
289
+ // Supplant the original source value with our Photon URL
290
+ $photon_url = esc_url( $photon_url );
291
+ $new_tag = str_replace( $src_orig, $photon_url, $new_tag );
292
+
293
+ // If Lazy Load is in use, pass placeholder image through Photon
294
+ if ( isset( $placeholder_src ) && self::validate_image_url( $placeholder_src ) ) {
295
+ $placeholder_src = jetpack_photon_url( $placeholder_src );
296
+
297
+ if ( $placeholder_src != $placeholder_src_orig )
298
+ $new_tag = str_replace( $placeholder_src_orig, esc_url( $placeholder_src ), $new_tag );
299
+
300
+ unset( $placeholder_src );
301
+ }
302
+
303
+ // Remove the width and height arguments from the tag to prevent distortion
304
+ $new_tag = preg_replace( '#(width|height)=["|\']?[\d%]+["|\']?\s?#i', '', $new_tag );
305
+
306
+ // Tag an image for dimension checking
307
+ $new_tag = preg_replace( '#(\s?/)?>(</a>)?$#i', ' data-recalc-dims="1"\1>\2', $new_tag );
308
+
309
+ // Replace original tag with modified version
310
+ $content = str_replace( $tag, $new_tag, $content );
311
+ }
312
+ } elseif ( preg_match( '#^http(s)?://i[\d]{1}.wp.com#', $src ) && ! empty( $images['link_url'][ $index ] ) && self::validate_image_url( $images['link_url'][ $index ] ) ) {
313
+ $new_tag = preg_replace( '#(href=["|\'])' . $images['link_url'][ $index ] . '(["|\'])#i', '\1' . jetpack_photon_url( $images['link_url'][ $index ] ) . '\2', $tag, 1 );
314
+
315
+ $content = str_replace( $tag, $new_tag, $content );
316
+ }
317
+ }
318
+ }
319
+
320
+ return $content;
321
+ }
322
+
323
+ /**
324
+ ** CORE IMAGE RETRIEVAL
325
+ **/
326
+
327
+ /**
328
+ * Filter post thumbnail image retrieval, passing images through Photon
329
+ *
330
+ * @param string|bool $image
331
+ * @param int $attachment_id
332
+ * @param string|array $size
333
+ * @uses is_admin, apply_filters, wp_get_attachment_url, self::validate_image_url, this::image_sizes, jetpack_photon_url
334
+ * @filter image_downsize
335
+ * @return string|bool
336
+ */
337
+ public function filter_image_downsize( $image, $attachment_id, $size ) {
338
+ // Don't foul up the admin side of things, and provide plugins a way of preventing Photon from being applied to images.
339
+ if ( is_admin() || apply_filters( 'jetpack_photon_override_image_downsize', false, compact( 'image', 'attachment_id', 'size' ) ) )
340
+ return $image;
341
+
342
+ // Get the image URL and proceed with Photon-ification if successful
343
+ $image_url = wp_get_attachment_url( $attachment_id );
344
+
345
+ if ( $image_url ) {
346
+ // Check if image URL should be used with Photon
347
+ if ( ! self::validate_image_url( $image_url ) )
348
+ return $image;
349
+
350
+ // If an image is requested with a size known to WordPress, use that size's settings with Photon
351
+ if ( ( is_string( $size ) || is_int( $size ) ) && array_key_exists( $size, self::image_sizes() ) ) {
352
+ $image_args = self::image_sizes();
353
+ $image_args = $image_args[ $size ];
354
+
355
+ $photon_args = array();
356
+
357
+ // `full` is a special case in WP
358
+ // To ensure filter receives consistent data regardless of requested size, `$image_args` is overridden with dimensions of original image.
359
+ if ( 'full' == $size ) {
360
+ $image_meta = wp_get_attachment_metadata( $attachment_id );
361
+
362
+ // 'crop' is true so Photon's `resize` method is used
363
+ $image_args = array(
364
+ 'width' => $image_meta['width'],
365
+ 'height' => $image_meta['height'],
366
+ 'crop' => true
367
+ );
368
+ }
369
+
370
+ // Expose determined arguments to a filter before passing to Photon
371
+ $transform = $image_args['crop'] ? 'resize' : 'fit';
372
+
373
+ // Check specified image dimensions and account for possible zero values; photon fails to resize if a dimension is zero.
374
+ if ( 0 == $image_args['width'] || 0 == $image_args['height'] ) {
375
+ if ( 0 == $image_args['width'] && 0 < $image_args['height'] )
376
+ $photon_args['h'] = $image_args['height'];
377
+ elseif ( 0 == $image_args['height'] && 0 < $image_args['width'] )
378
+ $photon_args['w'] = $image_args['width'];
379
+ } else {
380
+ $photon_args[ $transform ] = $image_args['width'] . ',' . $image_args['height'];
381
+ }
382
+
383
+ $photon_args = apply_filters( 'jetpack_photon_image_downsize_string', $photon_args, compact( 'image_args', 'image_url', 'attachment_id', 'size', 'transform' ) );
384
+
385
+ // Generate Photon URL
386
+ $image = array(
387
+ jetpack_photon_url( $image_url, $photon_args ),
388
+ false,
389
+ false
390
+ );
391
+ } elseif ( is_array( $size ) ) {
392
+ // Pull width and height values from the provided array, if possible
393
+ $width = isset( $size[0] ) ? (int) $size[0] : false;
394
+ $height = isset( $size[1] ) ? (int) $size[1] : false;
395
+
396
+ // Don't bother if necessary parameters aren't passed.
397
+ if ( ! $width || ! $height )
398
+ return $image;
399
+
400
+ // Expose arguments to a filter before passing to Photon
401
+ $photon_args = array(
402
+ 'fit' => $width . ',' . $height
403
+ );
404
+
405
+ $photon_args = apply_filters( 'jetpack_photon_image_downsize_array', $photon_args, compact( 'width', 'height', 'image_url', 'attachment_id' ) );
406
+
407
+ // Generate Photon URL
408
+ $image = array(
409
+ jetpack_photon_url( $image_url, $photon_args ),
410
+ false,
411
+ false
412
+ );
413
+ }
414
+ }
415
+
416
+ return $image;
417
+ }
418
+
419
+ /**
420
+ ** GENERAL FUNCTIONS
421
+ **/
422
+
423
+ /**
424
+ * Ensure image URL is valid for Photon.
425
+ * Though Photon functions address some of the URL issues, we should avoid unnecessary processing if we know early on that the image isn't supported.
426
+ *
427
+ * @param string $url
428
+ * @uses wp_parse_args
429
+ * @return bool
430
+ */
431
+ protected static function validate_image_url( $url ) {
432
+ $parsed_url = @parse_url( $url );
433
+
434
+ if ( ! $parsed_url )
435
+ return false;
436
+
437
+ // Parse URL and ensure needed keys exist, since the array returned by `parse_url` only includes the URL components it finds.
438
+ $url_info = wp_parse_args( $parsed_url, array(
439
+ 'scheme' => null,
440
+ 'host' => null,
441
+ 'port' => null,
442
+ 'path' => null
443
+ ) );
444
+
445
+ // Bail if scheme isn't http or port is set that isn't port 80
446
+ if ( 'http' != $url_info['scheme'] || ! in_array( $url_info['port'], array( 80, null ) ) )
447
+ return false;
448
+
449
+ // Bail if no host is found
450
+ if ( is_null( $url_info['host'] ) )
451
+ return false;
452
+
453
+ // Bail if the image alredy went through Photon
454
+ if ( preg_match( '#^i[\d]{1}.wp.com$#i', $url_info['host'] ) )
455
+ return false;
456
+
457
+ // Bail if no path is found
458
+ if ( is_null( $url_info['path'] ) )
459
+ return false;
460
+
461
+ // Ensure image extension is acceptable
462
+ if ( ! in_array( strtolower( pathinfo( $url_info['path'], PATHINFO_EXTENSION ) ), self::$extensions ) )
463
+ return false;
464
+
465
+ // If we got this far, we should have an acceptable image URL
466
+ return true;
467
+ }
468
+
469
+ /**
470
+ * Provide an array of available image sizes and corresponding dimensions.
471
+ * Similar to get_intermediate_image_sizes() except that it includes image sizes' dimensions, not just their names.
472
+ *
473
+ * @global $wp_additional_image_sizes
474
+ * @uses get_option
475
+ * @return array
476
+ */
477
+ protected static function image_sizes() {
478
+ if ( null == self::$image_sizes ) {
479
+ global $_wp_additional_image_sizes;
480
+
481
+ // Populate an array matching the data structure of $_wp_additional_image_sizes so we have a consistent structure for image sizes
482
+ $images = array(
483
+ 'thumb' => array(
484
+ 'width' => intval( get_option( 'thumbnail_size_w' ) ),
485
+ 'height' => intval( get_option( 'thumbnail_size_h' ) ),
486
+ 'crop' => (bool) get_option( 'thumbnail_crop' )
487
+ ),
488
+ 'medium' => array(
489
+ 'width' => intval( get_option( 'medium_size_w' ) ),
490
+ 'height' => intval( get_option( 'medium_size_h' ) ),
491
+ 'crop' => false
492
+ ),
493
+ 'large' => array(
494
+ 'width' => intval( get_option( 'large_size_w' ) ),
495
+ 'height' => intval( get_option( 'large_size_h' ) ),
496
+ 'crop' => false
497
+ ),
498
+ 'full' => array(
499
+ 'width' => null,
500
+ 'height' => null,
501
+ 'crop' => false
502
+ )
503
+ );
504
+
505
+ // Compatibility mapping as found in wp-includes/media.php
506
+ $images['thumbnail'] = $images['thumb'];
507
+
508
+ // Update class variable, merging in $_wp_additional_image_sizes if any are set
509
+ if ( is_array( $_wp_additional_image_sizes ) && ! empty( $_wp_additional_image_sizes ) )
510
+ self::$image_sizes = array_merge( $images, $_wp_additional_image_sizes );
511
+ else
512
+ self::$image_sizes = $images;
513
+ }
514
+
515
+ return is_array( self::$image_sizes ) ? self::$image_sizes : array();
516
+ }
517
+
518
+ /**
519
+ * Pass og:image URLs through Photon
520
+ *
521
+ * @param array $tags
522
+ * @param array $parameters
523
+ * @uses jetpack_photon_url
524
+ * @return array
525
+ */
526
+ function filter_open_graph_tags( $tags, $parameters ) {
527
+ if ( empty( $tags['og:image'] ) ) {
528
+ return $tags;
529
+ }
530
+
531
+ $photon_args = array(
532
+ 'fit' => sprintf( '%d,%d', 2 * $parameters['image_width'], 2 * $parameters['image_height'] ),
533
+ );
534
+
535
+ if ( is_array( $tags['og:image'] ) ) {
536
+ $images = array();
537
+ foreach ( $tags['og:image'] as $image ) {
538
+ $images[] = jetpack_photon_url( $image, $photon_args );
539
+ }
540
+ $tags['og:image'] = $images;
541
+ } else {
542
+ $tags['og:image'] = jetpack_photon_url( $tags['og:image'], $photon_args );
543
+ }
544
+
545
+ return $tags;
546
+ }
547
+
548
+ /**
549
+ * Enqueue Photon helper script
550
+ *
551
+ * @uses wp_enqueue_script, plugins_url
552
+ * @action wp_enqueue_script
553
+ * @return null
554
+ */
555
+ public function action_wp_enqueue_scripts() {
556
+ wp_enqueue_script( 'jetpack-photon', plugins_url( 'modules/photon/photon.js', __FILE__ ), array( 'jquery' ), 20130122, true );
557
+ }
558
+ }
functions.gallery.php ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Renders extra controls in the Gallery Settings section of the new media UI.
5
+ */
6
+ class Jetpack_Gallery_Settings {
7
+ function __construct() {
8
+ add_action( 'admin_init', array( $this, 'admin_init' ) );
9
+ }
10
+
11
+ function admin_init() {
12
+ $this->gallery_types = apply_filters( 'jetpack_gallery_types', array( 'default' => __( 'Thumbnail Grid', 'jetpack' ) ) );
13
+
14
+ // Enqueue the media UI only if needed.
15
+ if ( count( $this->gallery_types ) > 1 ) {
16
+ add_action( 'wp_enqueue_media', array( $this, 'wp_enqueue_media' ) );
17
+ add_action( 'print_media_templates', array( $this, 'print_media_templates' ) );
18
+ }
19
+ }
20
+
21
+ /**
22
+ * Registers/enqueues the gallery settings admin js.
23
+ */
24
+ function wp_enqueue_media() {
25
+ if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) )
26
+ wp_register_script( 'jetpack-gallery-settings', plugins_url( 'gallery-settings/gallery-settings.js', __FILE__ ), array( 'media-views' ), '20121225' );
27
+
28
+ wp_enqueue_script( 'jetpack-gallery-settings' );
29
+ }
30
+
31
+ /**
32
+ * Outputs a view template which can be used with wp.media.template
33
+ */
34
+ function print_media_templates() {
35
+ $default_gallery_type = apply_filters( 'jetpack_default_gallery_type', 'default' );
36
+
37
+ ?>
38
+ <script type="text/html" id="tmpl-jetpack-gallery-settings">
39
+ <label class="setting">
40
+ <span><?php _e( 'Type', 'jetpack' ); ?></span>
41
+ <select class="type" name="type" data-setting="type">
42
+ <?php foreach ( $this->gallery_types as $value => $caption ) : ?>
43
+ <option value="<?php echo esc_attr( $value ); ?>" <?php selected( $value, $default_gallery_type ); ?>><?php echo esc_html( $caption ); ?></option>
44
+ <?php endforeach; ?>
45
+ </select>
46
+ </label>
47
+ </script>
48
+ <?php
49
+ }
50
+ }
51
+ new Jetpack_Gallery_Settings;
functions.opengraph.php CHANGED
@@ -16,54 +16,65 @@ function jetpack_og_tags() {
16
  return;
17
  }
18
 
 
 
 
19
  $og_output = "\n<!-- Jetpack Open Graph Tags -->\n";
20
  $tags = array();
21
 
22
- $image_width = absint( apply_filters( 'jetpack_open_graph_image_width', 200 ) );
23
- $image_height = absint( apply_filters( 'jetpack_open_graph_image_height', 200 ) );
24
  $description_length = 197;
25
 
26
  if ( is_home() || is_front_page() ) {
27
- $site_type = get_option( 'open_graph_protocol_site_type' );
28
- $tags['og:type'] = ! empty( $site_type ) ? $site_type : 'blog';
29
- $tags['og:title'] = get_bloginfo( 'name' );
30
- $tags['og:url'] = is_home() ? get_permalink( get_option( 'page_for_posts' ) ) : home_url( '/' );
31
  $tags['og:description'] = get_bloginfo( 'description' );
32
 
 
 
 
 
 
 
33
  // Associate a blog's root path with one or more Facebook accounts
34
  $facebook_admins = get_option( 'facebook_admins' );
35
  if ( ! empty( $facebook_admins ) )
36
  $tags['fb:admins'] = $facebook_admins;
37
 
38
  } else if ( is_author() ) {
39
- $tags['og:type'] = 'author';
40
 
41
  $author = get_queried_object();
42
 
43
- $tags['og:title'] = $author->display_name;
44
- $tags['og:url'] = get_author_posts_url( $author->ID );
45
- $tags['og:description'] = $author->description;
 
 
46
 
47
  } else if ( is_singular() ) {
48
  global $post;
49
- setup_postdata( $post );
50
-
51
- $tags['og:type'] = 'article';
52
- $tags['og:title'] = get_the_title();
53
- $tags['og:url'] = get_permalink();
54
- $tags['og:description'] = strip_tags( get_the_excerpt() );
55
-
56
- // Force a description, to avoid FB getting its own
57
- if ( empty( $tags['og:description'] ) )
58
- $tags['og:description'] = ' ';
59
-
60
  }
61
 
 
 
 
 
62
  if ( empty( $tags ) )
63
  return;
64
 
65
  $tags['og:site_name'] = get_bloginfo( 'name' );
66
- $tags['og:image'] = jetpack_og_get_image( $image_width, $image_height );
67
 
68
  // Facebook whines if you give it an empty title
69
  if ( empty( $tags['og:title'] ) )
@@ -146,4 +157,4 @@ function jetpack_og_get_image( $width = 50, $height = 50, $max_images = 4 ) { //
146
  }
147
 
148
  return $image;
149
- }
16
  return;
17
  }
18
 
19
+ // Disable the widont filter on WP.com to avoid stray &nbsps
20
+ $disable_widont = remove_filter( 'the_title', 'widont' );
21
+
22
  $og_output = "\n<!-- Jetpack Open Graph Tags -->\n";
23
  $tags = array();
24
 
25
+ $image_width = absint( apply_filters( 'jetpack_open_graph_image_width', 200 ) );
26
+ $image_height = absint( apply_filters( 'jetpack_open_graph_image_height', 200 ) );
27
  $description_length = 197;
28
 
29
  if ( is_home() || is_front_page() ) {
30
+ $site_type = get_option( 'open_graph_protocol_site_type' );
31
+ $tags['og:type'] = ! empty( $site_type ) ? $site_type : 'blog';
32
+ $tags['og:title'] = get_bloginfo( 'name' );
 
33
  $tags['og:description'] = get_bloginfo( 'description' );
34
 
35
+ $front_page_id = get_option( 'page_for_posts' );
36
+ if ( $front_page_id && is_home() )
37
+ $tags['og:url'] = get_permalink( $front_page_id );
38
+ else
39
+ $tags['og:url'] = home_url( '/' );
40
+
41
  // Associate a blog's root path with one or more Facebook accounts
42
  $facebook_admins = get_option( 'facebook_admins' );
43
  if ( ! empty( $facebook_admins ) )
44
  $tags['fb:admins'] = $facebook_admins;
45
 
46
  } else if ( is_author() ) {
47
+ $tags['og:type'] = 'profile';
48
 
49
  $author = get_queried_object();
50
 
51
+ $tags['og:title'] = $author->display_name;
52
+ $tags['og:url'] = get_author_posts_url( $author->ID );
53
+ $tags['og:description'] = $author->description;
54
+ $tags['profile:first_name'] = get_the_author_meta( 'first_name', $author->ID );
55
+ $tags['profile:last_name'] = get_the_author_meta( 'last_name', $author->ID );
56
 
57
  } else if ( is_singular() ) {
58
  global $post;
59
+ $data = $post; // so that we don't accidentally explode the global
60
+
61
+ $tags['og:type'] = 'article';
62
+ $tags['og:title'] = empty( $data->post_title ) ? ' ' : wp_kses( $data->post_title, array() ) ;
63
+ $tags['og:url'] = get_permalink( $data->ID );
64
+ if ( !post_password_required() )
65
+ $tags['og:description'] = ! empty( $data->post_excerpt ) ? strip_shortcodes( wp_kses( $data->post_excerpt, array() ) ) : wp_trim_words( strip_shortcodes( wp_kses( $data->post_content, array() ) ) );
66
+ $tags['og:description'] = empty( $tags['og:description'] ) ? ' ' : $tags['og:description'];
 
 
 
67
  }
68
 
69
+ // Re-enable widont if we had disabled it
70
+ if ( $disable_widont )
71
+ add_filter( 'the_title', 'widont' );
72
+
73
  if ( empty( $tags ) )
74
  return;
75
 
76
  $tags['og:site_name'] = get_bloginfo( 'name' );
77
+ $tags['og:image'] = jetpack_og_get_image( $image_width, $image_height );
78
 
79
  // Facebook whines if you give it an empty title
80
  if ( empty( $tags['og:title'] ) )
157
  }
158
 
159
  return $image;
160
+ }
functions.photon.php CHANGED
@@ -18,7 +18,7 @@ function jetpack_photon_url( $image_url, $args = array(), $scheme = null ) {
18
  if ( empty( $image_url ) )
19
  return $image_url;
20
 
21
- $image_url_parts = parse_url( $image_url );
22
 
23
  // Unable to parse
24
  if ( ! is_array( $image_url_parts ) || empty( $image_url_parts['host'] ) || empty( $image_url_parts['path'] ) )
@@ -90,7 +90,15 @@ function jetpack_photon_url( $image_url, $args = array(), $scheme = null ) {
90
  add_filter( 'jetpack_photon_pre_args', 'jetpack_photon_parse_wpcom_query_args', 10, 2 );
91
 
92
  function jetpack_photon_parse_wpcom_query_args( $args, $image_url ) {
93
- $image_url_parts = parse_url( $image_url );
 
 
 
 
 
 
 
 
94
 
95
  if ( '.files.wordpress.com' != substr( $image_url_parts['host'], -20 ) )
96
  return $args;
18
  if ( empty( $image_url ) )
19
  return $image_url;
20
 
21
+ $image_url_parts = @parse_url( $image_url );
22
 
23
  // Unable to parse
24
  if ( ! is_array( $image_url_parts ) || empty( $image_url_parts['host'] ) || empty( $image_url_parts['path'] ) )
90
  add_filter( 'jetpack_photon_pre_args', 'jetpack_photon_parse_wpcom_query_args', 10, 2 );
91
 
92
  function jetpack_photon_parse_wpcom_query_args( $args, $image_url ) {
93
+ $parsed_url = @parse_url( $image_url );
94
+
95
+ if ( ! $parsed_url )
96
+ return $args;
97
+
98
+ $image_url_parts = wp_parse_args( $parsed_url, array(
99
+ 'host' => '',
100
+ 'query' => ''
101
+ ) );
102
 
103
  if ( '.files.wordpress.com' != substr( $image_url_parts['host'], -20 ) )
104
  return $args;
jetpack.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin URI: http://wordpress.org/extend/plugins/jetpack/
6
  * Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
7
  * Author: Automattic
8
- * Version: 2.0.7
9
  * Author URI: http://jetpack.me
10
  * License: GPL2+
11
  * Text Domain: jetpack
@@ -14,10 +14,10 @@
14
 
15
  defined( 'JETPACK__API_BASE' ) or define( 'JETPACK__API_BASE', 'https://jetpack.wordpress.com/jetpack.' );
16
  define( 'JETPACK__API_VERSION', 1 );
17
- define( 'JETPACK__MINIMUM_WP_VERSION', '3.2' );
18
  defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) or define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' );
19
  defined( 'JETPACK_CLIENT__HTTPS' ) or define( 'JETPACK_CLIENT__HTTPS', 'AUTO' );
20
- define( 'JETPACK__VERSION', '2.0.7' );
21
  define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
22
  defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) or define( 'JETPACK__GLOTPRESS_LOCALES_PATH', JETPACK__PLUGIN_DIR . 'locales.php' );
23
 
@@ -109,7 +109,7 @@ class Jetpack {
109
  * Singleton
110
  * @static
111
  */
112
- function init() {
113
  static $instance = false;
114
 
115
  if ( !$instance ) {
@@ -192,7 +192,7 @@ class Jetpack {
192
 
193
  $this->require_jetpack_authentication();
194
 
195
- if ( $this->is_active() ) {
196
  // Hack to preserve $HTTP_RAW_POST_DATA
197
  add_filter( 'xmlrpc_methods', array( $this, 'xmlrpc_methods' ) );
198
 
@@ -214,19 +214,19 @@ class Jetpack {
214
  $this->require_jetpack_authentication();
215
  $this->add_remote_request_handlers();
216
  } else {
217
- if ( $this->is_active() ) {
218
  add_action( 'login_form_jetpack_json_api_authorization', array( &$this, 'login_form_json_api_authorization' ) );
219
  }
220
  }
221
 
222
- add_action( 'jetpack_clean_nonces', array( $this, 'clean_nonces' ) );
223
  if ( !wp_next_scheduled( 'jetpack_clean_nonces' ) ) {
224
  wp_schedule_event( time(), 'hourly', 'jetpack_clean_nonces' );
225
  }
226
 
227
  add_filter( 'xmlrpc_blog_options', array( $this, 'xmlrpc_options' ) );
228
 
229
- add_action( 'admin_menu', array( $this, 'admin_menu' ) );
230
  add_action( 'admin_init', array( $this, 'admin_init' ) );
231
  add_action( 'admin_init', array( $this, 'dismiss_jetpack_notice' ) );
232
 
@@ -240,7 +240,12 @@ class Jetpack {
240
 
241
  add_action( 'jetpack_activate_module', array( $this, 'activate_module_actions' ) );
242
 
243
- add_action( 'plugins_loaded', array( $this, 'check_open_graph' ), 999 );
 
 
 
 
 
244
  }
245
 
246
  function require_jetpack_authentication() {
@@ -248,7 +253,7 @@ class Jetpack {
248
  $_COOKIE = array();
249
  remove_all_filters( 'authenticate' );
250
 
251
- if ( $this->is_active() ) {
252
  // Allow Jetpack authentication
253
  add_filter( 'authenticate', array( $this, 'authenticate_jetpack' ), 10, 3 );
254
  }
@@ -267,6 +272,9 @@ class Jetpack {
267
 
268
  if ( ! wp_script_is( 'jquery.spin', 'registered' ) )
269
  wp_register_script( 'jquery.spin', plugins_url( '_inc/jquery.spin.js', __FILE__ ) , array( 'jquery', 'spin' ) );
 
 
 
270
  }
271
 
272
  /**
@@ -280,14 +288,31 @@ class Jetpack {
280
  /**
281
  * Is Jetpack active?
282
  */
283
- function is_active() {
284
  return (bool) Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
285
  }
286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
287
  /**
288
  * Is a given user (or the current user if none is specified) linked to a WordPress.com user?
289
  */
290
- function is_user_connected( $user_id = false ) {
291
  $user_id = false === $user_id ? get_current_user_id() : absint( $user_id );
292
  if ( !$user_id ) {
293
  return false;
@@ -304,7 +329,7 @@ class Jetpack {
304
  * Synchronize connected user role changes
305
  */
306
  function user_role_change( $user_id ) {
307
- if ( $this->is_active() && $this->is_user_connected( $user_id ) ) {
308
 
309
  $current_user_id = get_current_user_id();
310
  wp_set_current_user( $user_id );
@@ -318,7 +343,7 @@ class Jetpack {
318
  if ( !$master_user_id )
319
  return; // this shouldn't happen
320
 
321
- $this->xmlrpc_async_call( 'jetpack.updateRole', $user_id, $signed_role );
322
  //@todo retry on failure
323
 
324
  //try to choose a new master if we're demoting the current one
@@ -333,7 +358,7 @@ class Jetpack {
333
  $new_master = false;
334
  foreach ( $query->results as $result ) {
335
  $uid = absint( $result->id );
336
- if ( $uid && $this->is_user_connected( $uid ) ) {
337
  $new_master = $uid;
338
  break;
339
  }
@@ -350,8 +375,8 @@ class Jetpack {
350
  /**
351
  * Loads the currently active modules.
352
  */
353
- function load_modules() {
354
- if ( !Jetpack::is_active() ) {
355
  return;
356
  }
357
 
@@ -364,16 +389,18 @@ class Jetpack {
364
 
365
  $modules = array_filter( Jetpack::get_active_modules(), array( 'Jetpack', 'is_module' ) );
366
 
 
 
367
  // Don't load modules that have had "Major" changes since the stored version until they have been deactivated/reactivated through the lint check.
368
  if ( version_compare( $version, JETPACK__VERSION, '<' ) ) {
369
  $updated_modules = array();
370
  foreach ( $modules as $module ) {
371
- $module_data = Jetpack::get_module( $module );
372
- if ( !isset( $module_data['changed'] ) ) {
373
  continue;
374
  }
375
 
376
- if ( version_compare( $module_data['changed'], $version, '<=' ) ) {
377
  continue;
378
  }
379
 
@@ -384,6 +411,18 @@ class Jetpack {
384
  }
385
 
386
  foreach ( $modules as $module ) {
 
 
 
 
 
 
 
 
 
 
 
 
387
  if ( did_action( 'jetpack_module_loaded_' . $module ) ) {
388
  continue;
389
  }
@@ -396,6 +435,21 @@ class Jetpack {
396
  // Load module-specific code that is needed even when a module isn't active. Loaded here because code contained therein may need actions such as setup_theme.
397
  require_once( dirname( __FILE__ ) . '/modules/module-extras.php' );
398
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
399
 
400
  /**
401
  * Check if Jetpack's Open Graph tags should be used.
@@ -446,7 +500,7 @@ class Jetpack {
446
 
447
  /* Jetpack Options API */
448
 
449
- function get_option_names( $type = 'compact' ) {
450
  switch ( $type ) {
451
  case 'non-compact' :
452
  case 'non_compact' :
@@ -456,6 +510,7 @@ class Jetpack {
456
  'active_modules',
457
  'do_activate',
458
  'publicize',
 
459
  );
460
  }
461
 
@@ -480,7 +535,7 @@ class Jetpack {
480
  * @param string $name Option name
481
  * @param mixed $default (optional)
482
  */
483
- function get_option( $name, $default = false ) {
484
  if ( in_array( $name, Jetpack::get_option_names( 'non_compact' ) ) ) {
485
  return get_option( "jetpack_$name" );
486
  } else if ( !in_array( $name, Jetpack::get_option_names() ) ) {
@@ -501,7 +556,7 @@ class Jetpack {
501
  * Does some extra verification so urls (such as those to public-api, register, etc) cant just be crafted
502
  * $name must be a registered option name.
503
  */
504
- function create_nonce( $name ) {
505
  $secret = wp_generate_password( 32, false ) . ':' . wp_generate_password( 32, false ) . ':' . ( time() + 600 );
506
 
507
  Jetpack::update_option( $name, $secret );
@@ -522,7 +577,7 @@ class Jetpack {
522
  * @param string $name Option name
523
  * @param mixed $value Option value
524
  */
525
- function update_option( $name, $value ) {
526
  if ( in_array( $name, Jetpack::get_option_names( 'non_compact' ) ) ) {
527
  return update_option( "jetpack_$name", $value );
528
  } else if ( !in_array( $name, Jetpack::get_option_names() ) ) {
@@ -545,7 +600,7 @@ class Jetpack {
545
  *
546
  * @param array $array array( option name => option value, ... )
547
  */
548
- function update_options( $array ) {
549
  $names = array_keys( $array );
550
 
551
  foreach ( array_diff( $names, Jetpack::get_option_names(), Jetpack::get_option_names( 'non_compact' ) ) as $unknown_name ) {
@@ -572,7 +627,7 @@ class Jetpack {
572
  *
573
  * @param string|array $names
574
  */
575
- function delete_option( $names ) {
576
  $names = (array) $names;
577
 
578
  foreach ( array_diff( $names, Jetpack::get_option_names(), Jetpack::get_option_names( 'non_compact' ) ) as $unknown_name ) {
@@ -607,7 +662,7 @@ class Jetpack {
607
  * @param string $token
608
  * return bool
609
  */
610
- function update_user_token( $user_id, $token, $is_master_user ) {
611
  // not designed for concurrent updates
612
  $user_tokens = Jetpack::get_option( 'user_tokens' );
613
  if ( ! is_array( $user_tokens ) )
@@ -629,7 +684,7 @@ class Jetpack {
629
  * @param string $absolute_path The absolute path of the directory to search.
630
  * @return array Array of absolute paths to the PHP files.
631
  */
632
- function glob_php( $absolute_path ) {
633
  $absolute_path = untrailingslashit( $absolute_path );
634
  $files = array();
635
  if ( !$dir = @opendir( $absolute_path ) ) {
@@ -655,8 +710,8 @@ class Jetpack {
655
  return $files;
656
  }
657
 
658
- function activate_new_modules() {
659
- if ( !$this->is_active() ) {
660
  return;
661
  }
662
 
@@ -707,7 +762,7 @@ class Jetpack {
707
  * List available Jetpack modules. Simply lists .php files in /modules/.
708
  * Make sure to tuck away module "library" files in a sub-directory.
709
  */
710
- function get_available_modules( $min_version = false, $max_version = false ) {
711
  static $modules = null;
712
 
713
  if ( !isset( $modules ) ) {
@@ -747,7 +802,7 @@ class Jetpack {
747
  /**
748
  * Default modules loaded on activation.
749
  */
750
- function get_default_modules( $min_version = false, $max_version = false ) {
751
  $return = array();
752
 
753
  foreach ( Jetpack::get_available_modules( $min_version, $max_version ) as $module ) {
@@ -760,6 +815,8 @@ class Jetpack {
760
  case 'minileven':
761
  case 'infinite-scroll' :
762
  case 'photon' :
 
 
763
  break;
764
 
765
  // These modules are default off if we think the site is a private one
@@ -781,14 +838,14 @@ class Jetpack {
781
  /**
782
  * Extract a module's slug from its full path.
783
  */
784
- function get_module_slug( $file ) {
785
  return str_replace( '.php', '', basename( $file ) );
786
  }
787
 
788
  /**
789
  * Generate a module's path from its slug.
790
  */
791
- function get_module_path( $slug ) {
792
  return dirname( __FILE__ ) . "/modules/$slug.php";
793
  }
794
 
@@ -797,15 +854,16 @@ class Jetpack {
797
  * plugin headers to avoid them being identified as standalone
798
  * plugins on the WordPress plugins page.
799
  */
800
- function get_module( $module ) {
801
  $headers = array(
802
- 'name' => 'Module Name',
803
- 'description' => 'Module Description',
804
- 'sort' => 'Sort Order',
805
- 'introduced' => 'First Introduced',
806
- 'changed' => 'Major Changes In',
807
- 'deactivate' => 'Deactivate',
808
- 'free' => 'Free',
 
809
  );
810
 
811
  $file = Jetpack::get_module_path( Jetpack::get_module_slug( $module ) );
@@ -822,13 +880,14 @@ class Jetpack {
822
  $mod['sort'] = 10;
823
  $mod['deactivate'] = empty( $mod['deactivate'] );
824
  $mod['free'] = empty( $mod['free'] );
 
825
  return $mod;
826
  }
827
 
828
  /**
829
  * Get a list of activated modules as an array of module slugs.
830
  */
831
- function get_active_modules() {
832
  $active = Jetpack::get_option( 'active_modules' );
833
  if ( !is_array( $active ) )
834
  $active = array();
@@ -840,7 +899,7 @@ class Jetpack {
840
  return array_unique( $active );
841
  }
842
 
843
- function is_module( $module ) {
844
  return !empty( $module ) && !validate_file( $module, Jetpack::get_available_modules() );
845
  }
846
 
@@ -851,7 +910,7 @@ class Jetpack {
851
  *
852
  * @static
853
  */
854
- function catch_errors( $catch ) {
855
  static $display_errors, $error_reporting;
856
 
857
  if ( $catch ) {
@@ -868,11 +927,11 @@ class Jetpack {
868
  /**
869
  * Saves any generated PHP errors in ::state( 'php_errors', {errors} )
870
  */
871
- function catch_errors_on_shutdown() {
872
  Jetpack::state( 'php_errors', ob_get_clean() );
873
  }
874
 
875
- function activate_default_modules( $min_version = false, $max_version = false, $other_modules = array() ) {
876
  $jetpack = Jetpack::init();
877
 
878
  $modules = Jetpack::get_default_modules( $min_version, $max_version );
@@ -959,16 +1018,16 @@ class Jetpack {
959
  do_action( 'jetpack_activate_default_modules', $min_version, $max_version, $other_modules );
960
  }
961
 
962
- function activate_module( $module ) {
963
  $jetpack = Jetpack::init();
964
 
965
- if ( !Jetpack::is_active() )
966
  return false;
967
 
968
- if ( !strlen( $module ) )
969
  return false;
970
 
971
- if ( !Jetpack::is_module( $module ) )
972
  return false;
973
 
974
  // If it's already active, then don't do it again
@@ -978,6 +1037,15 @@ class Jetpack {
978
  return true;
979
  }
980
 
 
 
 
 
 
 
 
 
 
981
  // Check and see if the old plugin is active
982
  if ( isset( $jetpack->plugins_to_deactivate[$module] ) ) {
983
  // Deactivate the old plugin
@@ -1015,7 +1083,7 @@ class Jetpack {
1015
  $this->sync->sync_all_module_options( $module );
1016
  }
1017
 
1018
- function deactivate_module( $module ) {
1019
  $active = Jetpack::get_active_modules();
1020
  $new = array();
1021
  foreach ( $active as $check ) {
@@ -1027,34 +1095,34 @@ class Jetpack {
1027
  return Jetpack::update_option( 'active_modules', array_unique( $new ) );
1028
  }
1029
 
1030
- function enable_module_configurable( $module ) {
1031
  $module = Jetpack::get_module_slug( $module );
1032
  add_filter( 'jetpack_module_configurable_' . $module, '__return_true' );
1033
  }
1034
 
1035
- function module_configuration_url( $module ) {
1036
  $module = Jetpack::get_module_slug( $module );
1037
  return Jetpack::admin_url( array( 'configure' => $module ) );
1038
  }
1039
 
1040
- function module_configuration_load( $module, $method ) {
1041
  $module = Jetpack::get_module_slug( $module );
1042
  add_action( 'jetpack_module_configuration_load_' . $module, $method );
1043
  }
1044
 
1045
- function module_configuration_head( $module, $method ) {
1046
  $module = Jetpack::get_module_slug( $module );
1047
  add_action( 'jetpack_module_configuration_head_' . $module, $method );
1048
  }
1049
 
1050
- function module_configuration_screen( $module, $method ) {
1051
  $module = Jetpack::get_module_slug( $module );
1052
  add_action( 'jetpack_module_configuration_screen_' . $module, $method );
1053
  }
1054
 
1055
  /* Installation */
1056
 
1057
- function bail_on_activation( $message, $deactivate = true ) {
1058
  ?>
1059
  <!doctype html>
1060
  <html>
@@ -1099,7 +1167,7 @@ p {
1099
  * Attached to activate_{ plugin_basename( __FILES__ ) } by register_activation_hook()
1100
  * @static
1101
  */
1102
- function plugin_activation( $network_wide ) {
1103
  Jetpack::update_option( 'activated', 1 );
1104
 
1105
  if ( version_compare( $GLOBALS['wp_version'], JETPACK__MINIMUM_WP_VERSION, '<' ) ) {
@@ -1116,7 +1184,7 @@ p {
1116
  * Sets the internal version number and activation state.
1117
  * @static
1118
  */
1119
- function plugin_initialize() {
1120
  if ( !Jetpack::get_option( 'activated' ) ) {
1121
  Jetpack::update_option( 'activated', 2 );
1122
  }
@@ -1135,7 +1203,7 @@ p {
1135
  * Removes all connection options
1136
  * @static
1137
  */
1138
- function plugin_deactivation( $network_wide ) {
1139
  Jetpack::disconnect( false );
1140
  }
1141
 
@@ -1144,7 +1212,7 @@ p {
1144
  * Forgets all connection details and tells the Jetpack servers to do the same.
1145
  * @static
1146
  */
1147
- function disconnect( $update_activated_state = true ) {
1148
  wp_clear_scheduled_hook( 'jetpack_clean_nonces' );
1149
  Jetpack::clean_nonces( true );
1150
 
@@ -1195,9 +1263,8 @@ p {
1195
 
1196
  /**
1197
  * Attempts Jetpack registration. If it fail, a state flag is set: @see ::admin_page_load()
1198
- * @static
1199
  */
1200
- function try_registration() {
1201
  $result = Jetpack::register();
1202
 
1203
  // If there was an error with registration and the site was not registered, record this so we can show a message.
@@ -1222,7 +1289,7 @@ p {
1222
  Jetpack::plugin_initialize();
1223
  }
1224
 
1225
- if ( !Jetpack::is_active() ) {
1226
  if ( 4 != Jetpack::get_option( 'activated' ) ) {
1227
  // Show connect notice on dashboard and plugins pages
1228
  add_action( 'load-index.php', array( $this, 'prepare_connect_notice' ) );
@@ -1245,7 +1312,7 @@ p {
1245
 
1246
  add_action( 'wp_ajax_jetpack_debug', array( $this, 'ajax_debug' ) );
1247
 
1248
- if ( Jetpack::is_active() ) {
1249
  // Artificially throw errors in certain whitelisted cases during plugin activation
1250
  add_action( 'activate_plugin', array( $this, 'throw_error_on_activate_plugin' ) );
1251
 
@@ -1315,7 +1382,7 @@ p {
1315
 
1316
  foreach ( $this->plugins_to_deactivate as $module => $deactivate_me ) {
1317
  if ( "plugin-activation-error_{$deactivate_me[0]}" == $action ) {
1318
- $this->bail_on_activation( sprintf( __( 'Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin.', 'jetpack' ), $deactivate_me[1] ), false );
1319
  }
1320
  }
1321
  }
@@ -1333,7 +1400,7 @@ p {
1333
  &&
1334
  ( $new_modules_count = count( $new_modules ) )
1335
  &&
1336
- $this->is_active()
1337
  ) {
1338
  $new_modules_count_i18n = number_format_i18n( $new_modules_count );
1339
  $span_title = esc_attr( sprintf( _n( 'One New Jetpack Module', '%s New Jetpack Modules', $new_modules_count, 'jetpack' ), $new_modules_count_i18n ) );
@@ -1633,7 +1700,7 @@ p {
1633
  <div class="jetpack-text-container">
1634
  <h4>
1635
  <?php if ( 1 == Jetpack::get_option( 'activated' ) ) : ?>
1636
- <p><?php _e( '<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Comments, Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!', 'jetpack' ); ?></p>
1637
  <?php else : ?>
1638
  <p><?php _e( '<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site.', 'jetpack' ) ?></p>
1639
  <?php endif; ?>
@@ -1662,7 +1729,7 @@ p {
1662
  <?php
1663
  }
1664
 
1665
- function jetpack_comment_notice() {
1666
  if ( in_array( 'comments', Jetpack::get_active_modules() ) ) {
1667
  return '';
1668
  }
@@ -1743,7 +1810,7 @@ p {
1743
  if ( isset( $_GET['connect_url_redirect'] ) ) {
1744
  // User clicked in the iframe to link their accounts
1745
  if ( ! Jetpack::is_user_connected() ) {
1746
- $connect_url = Jetpack::build_connect_url( true );
1747
  if ( isset( $_GET['notes_iframe'] ) )
1748
  $connect_url .= '&notes_iframe';
1749
  wp_redirect( $connect_url );
@@ -1794,7 +1861,7 @@ p {
1794
  exit;
1795
  case 'disconnect' :
1796
  check_admin_referer( 'jetpack-disconnect' );
1797
- $this->disconnect();
1798
  wp_safe_redirect( Jetpack::admin_url() );
1799
  exit;
1800
  case 'deactivate' :
@@ -1817,7 +1884,7 @@ p {
1817
  }
1818
 
1819
  if ( !$error = $error ? $error : Jetpack::state( 'error' ) ) {
1820
- Jetpack::activate_new_modules();
1821
  }
1822
 
1823
  switch ( $error ) {
@@ -2244,7 +2311,7 @@ p {
2244
  return $raw ? $url : esc_url( $url );
2245
  }
2246
 
2247
- function admin_url( $args = null ) {
2248
  $url = admin_url( 'admin.php?page=jetpack' );
2249
  if ( is_array( $args ) )
2250
  $url = add_query_arg( $args, $url );
@@ -2309,8 +2376,11 @@ p {
2309
 
2310
  <?php do_action( 'jetpack_notices' ) ?>
2311
 
2312
- <?php // If the connection has not been made then show the marketing text. ?>
2313
- <?php if ( ! $is_connected ) : ?>
 
 
 
2314
 
2315
  <div id="message" class="updated jetpack-message jp-connect">
2316
  <div id="jp-dismiss" class="jetpack-close-button-container">
@@ -2328,7 +2398,7 @@ p {
2328
  </div>
2329
  </div>
2330
 
2331
- <?php elseif ( ! $is_user_connected ) : ?>
2332
 
2333
  <div id="message" class="updated jetpack-message jp-connect">
2334
  <div class="jetpack-wrap-container">
@@ -2343,9 +2413,10 @@ p {
2343
  </div>
2344
  </div>
2345
 
2346
- <?php else /* blog and user are connected */ : ?>
2347
- <?php /* TODO: if not master user, show user disconnect button? */ ?>
2348
- <?php endif; ?>
 
2349
 
2350
  <?php
2351
  // If we select the configure option for a module, show the configuration screen.
@@ -2469,7 +2540,7 @@ p {
2469
  }
2470
 
2471
  function admin_screen_configure_module( $module_id ) {
2472
- if ( !in_array( $module_id, $this->get_active_modules() ) || !current_user_can( 'manage_options' ) )
2473
  return false; ?>
2474
 
2475
  <div id="jp-settings-screen" style="position: relative">
@@ -2485,7 +2556,7 @@ p {
2485
  </div><?php
2486
  }
2487
 
2488
- function sort_modules( $a, $b ) {
2489
  if ( $a['sort'] == $b['sort'] )
2490
  return 0;
2491
 
@@ -2567,7 +2638,7 @@ p {
2567
  $free_text = apply_filters( 'jetpack_module_free_text_' . $module, $free_text );
2568
  $badge_text = $free_text;
2569
 
2570
- if ( !$jetpack_connected ) {
2571
  $classes = 'x disabled';
2572
  } else if ( $jetpack_version_time + 604800 > $now ) { // 1 week
2573
  if ( version_compare( $module_data['introduced'], $jetpack_old_version, '>' ) ) {
@@ -2593,7 +2664,7 @@ p {
2593
  </div>
2594
 
2595
  <div class="jetpack-module-actions">
2596
- <?php if ( $jetpack_connected ) : ?>
2597
  <?php if ( !$activated && current_user_can( 'manage_options' ) && apply_filters( 'jetpack_can_activate_' . $module, true ) ) : ?>
2598
  <a href="<?php echo esc_url( $toggle_url ); ?>" class="<?php echo ( 'inactive' == $css ? ' button-primary' : ' button-secondary' ); ?>"><?php echo $toggle; ?></a>&nbsp;
2599
  <?php endif; ?>
@@ -2649,7 +2720,7 @@ p {
2649
  exit;
2650
  }
2651
 
2652
- $this->load_xml_rpc_client();
2653
  $xml = new Jetpack_IXR_Client( array(
2654
  'user_id' => JETPACK_MASTER_USER,
2655
  ) );
@@ -2667,7 +2738,7 @@ p {
2667
  exit;
2668
  }
2669
 
2670
- $this->load_xml_rpc_client();
2671
  $xml = new Jetpack_IXR_Client( array(
2672
  'user_id' => JETPACK_MASTER_USER,
2673
  ) );
@@ -2685,17 +2756,16 @@ p {
2685
  /**
2686
  * Returns the requested Jetpack API URL
2687
  *
2688
- * @static
2689
  * @return string
2690
  */
2691
- function api_url( $relative_url ) {
2692
  return trailingslashit( JETPACK__API_BASE . $relative_url ) . JETPACK__API_VERSION . '/';
2693
  }
2694
 
2695
  /**
2696
  * Some hosts disable the OpenSSL extension and so cannot make outgoing HTTPS requsets
2697
  */
2698
- function fix_url_for_bad_hosts( $url, &$args ) {
2699
  if ( 0 !== strpos( $url, 'https://' ) ) {
2700
  return $url;
2701
  }
@@ -2722,19 +2792,17 @@ p {
2722
  /**
2723
  * Returns the Jetpack XML-RPC API
2724
  *
2725
- * @static
2726
  * @return string
2727
  */
2728
- function xmlrpc_api_url() {
2729
  $base = preg_replace( '#(https?://[^?/]+)(/?.*)?$#', '\\1', JETPACK__API_BASE );
2730
  return untrailingslashit( $base ) . '/xmlrpc.php';
2731
  }
2732
 
2733
  /**
2734
- * @static
2735
  * @return bool|WP_Error
2736
  */
2737
- function register() {
2738
  Jetpack::update_option( 'register', wp_generate_password( 32, false ) . ':' . wp_generate_password( 32, false ) . ':' . ( time() + 600 ) );
2739
 
2740
  @list( $secret_1, $secret_2, $secret_eol ) = explode( ':', Jetpack::get_option( 'register' ) );
@@ -2789,18 +2857,25 @@ p {
2789
 
2790
  $code_type = intval( $code / 100 );
2791
  if ( 5 == $code_type ) {
2792
- return new Jetpack_error( 'wpcom_5??', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
2793
  } elseif ( 408 == $code ) {
2794
- return new Jetpack_error( 'wpcom_408', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
2795
  } elseif ( !empty( $json->error ) ) {
2796
  $error_description = isset( $json->error_description ) ? sprintf( __( 'Error Details: %s', 'jetpack' ), (string) $json->error_description ) : '';
2797
  return new Jetpack_Error( (string) $json->error, $error_description, $code );
2798
  } elseif ( 200 != $code ) {
2799
- return new Jetpack_error( 'wpcom_bad_response', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
 
 
 
 
 
 
 
 
 
2800
  }
2801
 
2802
- if ( empty( $json->jetpack_id ) || !is_scalar( $json->jetpack_id ) || preg_match( '/[^0-9]/', $json->jetpack_id ) )
2803
- return new Jetpack_Error( 'jetpack_id', '', $code );
2804
  if ( empty( $json->jetpack_secret ) || !is_string( $json->jetpack_secret ) )
2805
  return new Jetpack_Error( 'jetpack_secret', '', $code );
2806
 
@@ -2825,7 +2900,7 @@ p {
2825
  /**
2826
  * Loads the Jetpack XML-RPC client
2827
  */
2828
- function load_xml_rpc_client() {
2829
  require_once ABSPATH . WPINC . '/class-IXR.php';
2830
  require_once dirname( __FILE__ ) . '/class.jetpack-ixr-client.php';
2831
  }
@@ -3001,12 +3076,12 @@ p {
3001
  $options['jetpack_client_id'] = array(
3002
  'desc' => __( 'The Client ID/WP.com Blog ID of this site' , 'jetpack'),
3003
  'readonly' => true,
3004
- 'value' => $this->get_option( 'id' ),
3005
  );
3006
  return $options;
3007
  }
3008
 
3009
- function clean_nonces( $all = false ) {
3010
  global $wpdb;
3011
 
3012
  $sql = "DELETE FROM `$wpdb->options` WHERE `option_name` LIKE %s";
@@ -3036,10 +3111,8 @@ p {
3036
  * @param string $key
3037
  * @param string $value
3038
  * @param bool $restate private
3039
- *
3040
- * @static
3041
  */
3042
- function state( $key = null, $value = null, $restate = false ) {
3043
  static $state = array();
3044
  static $path, $domain;
3045
  if ( !isset( $path ) ) {
@@ -3087,14 +3160,11 @@ p {
3087
  }
3088
  }
3089
 
3090
- /**
3091
- * @static
3092
- */
3093
- function restate() {
3094
  Jetpack::state( null, null, true );
3095
  }
3096
 
3097
- static function check_privacy( $file ) {
3098
  static $is_site_publicly_accessible = null;
3099
 
3100
  if ( is_null( $is_site_publicly_accessible ) ) {
@@ -3133,7 +3203,7 @@ p {
3133
  /**
3134
  * Helper method for multicall XMLRPC.
3135
  */
3136
- function xmlrpc_async_call() {
3137
  global $blog_id;
3138
  static $clients = array();
3139
 
@@ -3176,7 +3246,7 @@ p {
3176
  }
3177
  }
3178
 
3179
- function staticize_subdomain( $url ) {
3180
  $host = parse_url( $url, PHP_URL_HOST );
3181
  if ( !preg_match( '/.?(?:wordpress|wp)\.com$/', $host ) ) {
3182
  return $url;
@@ -3249,14 +3319,14 @@ p {
3249
  function verify_json_api_authorization_request() {
3250
  require_once dirname( __FILE__ ) . '/class.jetpack-signature.php';
3251
 
3252
- $token = Jetpack_Data::get_access_token( 1 );
3253
  if ( !$token || empty( $token->secret ) ) {
3254
  wp_die( __( 'You must connect your Jetpack plugin to WordPress.com to use this feature.' , 'jetpack') );
3255
  }
3256
 
3257
  $die_error = __( 'Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window.', 'jetpack' );
3258
 
3259
- $jetpack_signature =& new Jetpack_Signature( $token->secret, (int) Jetpack::get_option( 'time_diff' ) );
3260
  $signature = $jetpack_signature->sign_current_request( array( 'body' => null, 'method' => 'GET' ) );
3261
  if ( !$signature ) {
3262
  wp_die( $die_error );
@@ -3326,16 +3396,22 @@ p {
3326
  '<strong>' . esc_html( $this->json_api_authorization_request['client_title'] ) . '</strong>'
3327
  ) . '<img src="' . esc_url( $this->json_api_authorization_request['client_image'] ) . '" /></p>';
3328
  }
 
 
 
 
 
 
 
3329
  }
3330
 
3331
  class Jetpack_Client {
3332
  /**
3333
  * Makes an authorized remote request using Jetpack_Signature
3334
  *
3335
- * @static
3336
  * @return array|WP_Error WP HTTP response on success
3337
  */
3338
- function remote_request( $args, $body = null ) {
3339
  $defaults = array(
3340
  'url' => '',
3341
  'user_id' => 0,
@@ -3450,10 +3526,9 @@ class Jetpack_Client {
3450
  * @todo: Better fallbacks (bundled certs?), feedback, UI, ....
3451
  * @see Jetpack::fix_url_for_bad_hosts()
3452
  *
3453
- * @static
3454
  * @return array|WP_Error WP HTTP response on success
3455
  */
3456
- function _wp_remote_request( $url, $args, $set_fallback = false ) {
3457
  $fallback = Jetpack::get_option( 'fallback_no_verify_ssl_certs' );
3458
  if ( false === $fallback ) {
3459
  Jetpack::update_option( 'fallback_no_verify_ssl_certs', 0 );
@@ -3512,7 +3587,7 @@ class Jetpack_Client {
3512
  return $response;
3513
  }
3514
 
3515
- function set_time_diff( &$response, $force_set = false ) {
3516
  $code = wp_remote_retrieve_response_code( $response );
3517
 
3518
  // Only trust the Date header on some responses
@@ -3545,10 +3620,9 @@ class Jetpack_Data {
3545
  /**
3546
  * Gets locally stored token
3547
  *
3548
- * @static
3549
  * @return object|false
3550
  */
3551
- function get_access_token( $user_id = false ) {
3552
  if ( $user_id ) {
3553
  if ( !$tokens = Jetpack::get_option( 'user_tokens' ) ) {
3554
  return false;
@@ -3694,7 +3768,7 @@ class Jetpack_Client_Server {
3694
  exit;
3695
  }
3696
 
3697
- function deactivate_plugin( $probable_file, $probable_title ) {
3698
  if ( is_plugin_active( $probable_file ) ) {
3699
  deactivate_plugins( $probable_file );
3700
  return 1;
@@ -4112,7 +4186,7 @@ class Jetpack_Sync {
4112
  function delete_post_action( $post_id ) {
4113
  $post = get_post( $post_id );
4114
  if ( !$post ) {
4115
- return $this->register( 'delete_post', (int) $id );
4116
  }
4117
 
4118
  $this->transition_post_status_action( 'delete', $post->post_status, $post );
@@ -4516,8 +4590,10 @@ class Jetpack_Sync {
4516
 
4517
  require_once dirname( __FILE__ ) . '/class.jetpack-user-agent.php';
4518
  require_once dirname( __FILE__ ) . '/class.jetpack-post-images.php';
 
4519
  require dirname( __FILE__ ) . '/functions.photon.php';
4520
  require dirname( __FILE__ ) . '/functions.compat.php';
 
4521
 
4522
  class Jetpack_Error extends WP_Error {}
4523
 
@@ -4527,3 +4603,5 @@ register_deactivation_hook( __FILE__, array( 'Jetpack', 'plugin_deactivation' )
4527
  add_action( 'init', array( 'Jetpack', 'init' ) );
4528
  add_action( 'plugins_loaded', array( 'Jetpack', 'load_modules' ), 100 );
4529
  add_filter( 'jetpack_static_url', array( 'Jetpack', 'staticize_subdomain' ) );
 
 
5
  * Plugin URI: http://wordpress.org/extend/plugins/jetpack/
6
  * Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
7
  * Author: Automattic
8
+ * Version: 2.2.8
9
  * Author URI: http://jetpack.me
10
  * License: GPL2+
11
  * Text Domain: jetpack
14
 
15
  defined( 'JETPACK__API_BASE' ) or define( 'JETPACK__API_BASE', 'https://jetpack.wordpress.com/jetpack.' );
16
  define( 'JETPACK__API_VERSION', 1 );
17
+ define( 'JETPACK__MINIMUM_WP_VERSION', '3.3' );
18
  defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) or define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' );
19
  defined( 'JETPACK_CLIENT__HTTPS' ) or define( 'JETPACK_CLIENT__HTTPS', 'AUTO' );
20
+ define( 'JETPACK__VERSION', '2.2.8' );
21
  define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
22
  defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) or define( 'JETPACK__GLOTPRESS_LOCALES_PATH', JETPACK__PLUGIN_DIR . 'locales.php' );
23
 
109
  * Singleton
110
  * @static
111
  */
112
+ public static function init() {
113
  static $instance = false;
114
 
115
  if ( !$instance ) {
192
 
193
  $this->require_jetpack_authentication();
194
 
195
+ if ( Jetpack::is_active() ) {
196
  // Hack to preserve $HTTP_RAW_POST_DATA
197
  add_filter( 'xmlrpc_methods', array( $this, 'xmlrpc_methods' ) );
198
 
214
  $this->require_jetpack_authentication();
215
  $this->add_remote_request_handlers();
216
  } else {
217
+ if ( Jetpack::is_active() ) {
218
  add_action( 'login_form_jetpack_json_api_authorization', array( &$this, 'login_form_json_api_authorization' ) );
219
  }
220
  }
221
 
222
+ add_action( 'jetpack_clean_nonces', array( 'Jetpack', 'clean_nonces' ) );
223
  if ( !wp_next_scheduled( 'jetpack_clean_nonces' ) ) {
224
  wp_schedule_event( time(), 'hourly', 'jetpack_clean_nonces' );
225
  }
226
 
227
  add_filter( 'xmlrpc_blog_options', array( $this, 'xmlrpc_options' ) );
228
 
229
+ add_action( 'admin_menu', array( $this, 'admin_menu' ), 999 ); // run late so that other plugins hooking into this menu don't get left out
230
  add_action( 'admin_init', array( $this, 'admin_init' ) );
231
  add_action( 'admin_init', array( $this, 'dismiss_jetpack_notice' ) );
232
 
240
 
241
  add_action( 'jetpack_activate_module', array( $this, 'activate_module_actions' ) );
242
 
243
+ /**
244
+ * These actions run checks to load additional files.
245
+ * They check for external files or plugins, so thef need to run as late as possible.
246
+ */
247
+ add_action( 'plugins_loaded', array( $this, 'check_open_graph' ), 999 );
248
+ add_action( 'plugins_loaded', array( $this, 'check_rest_api_compat' ), 1000 );
249
  }
250
 
251
  function require_jetpack_authentication() {
253
  $_COOKIE = array();
254
  remove_all_filters( 'authenticate' );
255
 
256
+ if ( Jetpack::is_active() ) {
257
  // Allow Jetpack authentication
258
  add_filter( 'authenticate', array( $this, 'authenticate_jetpack' ), 10, 3 );
259
  }
272
 
273
  if ( ! wp_script_is( 'jquery.spin', 'registered' ) )
274
  wp_register_script( 'jquery.spin', plugins_url( '_inc/jquery.spin.js', __FILE__ ) , array( 'jquery', 'spin' ) );
275
+
276
+ if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) )
277
+ wp_register_script( 'jetpack-gallery-settings', plugins_url( '_inc/gallery-settings.js', __FILE__ ), array( 'media-views' ), '20121225' );
278
  }
279
 
280
  /**
288
  /**
289
  * Is Jetpack active?
290
  */
291
+ public static function is_active() {
292
  return (bool) Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
293
  }
294
 
295
+ /**
296
+ * Is Jetpack in development (offline) mode?
297
+ */
298
+ public static function is_development_mode() {
299
+ $development_mode = false;
300
+
301
+ if ( defined( 'JETPACK_DEV_DEBUG' ) ) {
302
+ $development_mode = JETPACK_DEV_DEBUG;
303
+ }
304
+
305
+ elseif ( site_url() && false === strpos( site_url(), '.' ) ) {
306
+ $development_mode = true;
307
+ }
308
+
309
+ return apply_filters( 'jetpack_development_mode', $development_mode );
310
+ }
311
+
312
  /**
313
  * Is a given user (or the current user if none is specified) linked to a WordPress.com user?
314
  */
315
+ public static function is_user_connected( $user_id = false ) {
316
  $user_id = false === $user_id ? get_current_user_id() : absint( $user_id );
317
  if ( !$user_id ) {
318
  return false;
329
  * Synchronize connected user role changes
330
  */
331
  function user_role_change( $user_id ) {
332
+ if ( Jetpack::is_active() && Jetpack::is_user_connected( $user_id ) ) {
333
 
334
  $current_user_id = get_current_user_id();
335
  wp_set_current_user( $user_id );
343
  if ( !$master_user_id )
344
  return; // this shouldn't happen
345
 
346
+ Jetpack::xmlrpc_async_call( 'jetpack.updateRole', $user_id, $signed_role );
347
  //@todo retry on failure
348
 
349
  //try to choose a new master if we're demoting the current one
358
  $new_master = false;
359
  foreach ( $query->results as $result ) {
360
  $uid = absint( $result->id );
361
+ if ( $uid && Jetpack::is_user_connected( $uid ) ) {
362
  $new_master = $uid;
363
  break;
364
  }
375
  /**
376
  * Loads the currently active modules.
377
  */
378
+ public static function load_modules() {
379
+ if ( ! Jetpack::is_active() && ! Jetpack::is_development_mode() ) {
380
  return;
381
  }
382
 
389
 
390
  $modules = array_filter( Jetpack::get_active_modules(), array( 'Jetpack', 'is_module' ) );
391
 
392
+ $modules_data = array();
393
+
394
  // Don't load modules that have had "Major" changes since the stored version until they have been deactivated/reactivated through the lint check.
395
  if ( version_compare( $version, JETPACK__VERSION, '<' ) ) {
396
  $updated_modules = array();
397
  foreach ( $modules as $module ) {
398
+ $modules_data[ $module ] = Jetpack::get_module( $module );
399
+ if ( ! isset( $modules_data[ $module ]['changed'] ) ) {
400
  continue;
401
  }
402
 
403
+ if ( version_compare( $modules_data[ $module ]['changed'], $version, '<=' ) ) {
404
  continue;
405
  }
406
 
411
  }
412
 
413
  foreach ( $modules as $module ) {
414
+ // If not connected and we're in dev mode, disable modules requiring a connection
415
+ if ( ! Jetpack::is_active() && Jetpack::is_development_mode() ) {
416
+ if ( empty( $modules_data[ $module ] ) ) {
417
+ $modules_data[ $module ] = Jetpack::get_module( $module );
418
+ }
419
+
420
+ if ( $modules_data[ $module ]['requires_connection'] ) {
421
+ Jetpack::deactivate_module( $module );
422
+ continue;
423
+ }
424
+ }
425
+
426
  if ( did_action( 'jetpack_module_loaded_' . $module ) ) {
427
  continue;
428
  }
435
  // Load module-specific code that is needed even when a module isn't active. Loaded here because code contained therein may need actions such as setup_theme.
436
  require_once( dirname( __FILE__ ) . '/modules/module-extras.php' );
437
  }
438
+
439
+ /**
440
+ * Check if Jetpack's REST API compat file should be included
441
+ * @action plugins_loaded
442
+ * @return null
443
+ */
444
+ public function check_rest_api_compat() {
445
+ $_jetpack_rest_api_compat_includes = apply_filters( 'jetpack_rest_api_compat', array() );
446
+
447
+ if ( function_exists( 'bbpress' ) )
448
+ $_jetpack_rest_api_compat_includes[] = dirname( __FILE__ ) . '/class.jetpack-bbpress-json-api-compat.php';
449
+
450
+ foreach ( $_jetpack_rest_api_compat_includes as $_jetpack_rest_api_compat_include )
451
+ require_once $_jetpack_rest_api_compat_include;
452
+ }
453
 
454
  /**
455
  * Check if Jetpack's Open Graph tags should be used.
500
 
501
  /* Jetpack Options API */
502
 
503
+ public static function get_option_names( $type = 'compact' ) {
504
  switch ( $type ) {
505
  case 'non-compact' :
506
  case 'non_compact' :
510
  'active_modules',
511
  'do_activate',
512
  'publicize',
513
+ 'widget_twitter',
514
  );
515
  }
516
 
535
  * @param string $name Option name
536
  * @param mixed $default (optional)
537
  */
538
+ public static function get_option( $name, $default = false ) {
539
  if ( in_array( $name, Jetpack::get_option_names( 'non_compact' ) ) ) {
540
  return get_option( "jetpack_$name" );
541
  } else if ( !in_array( $name, Jetpack::get_option_names() ) ) {
556
  * Does some extra verification so urls (such as those to public-api, register, etc) cant just be crafted
557
  * $name must be a registered option name.
558
  */
559
+ public static function create_nonce( $name ) {
560
  $secret = wp_generate_password( 32, false ) . ':' . wp_generate_password( 32, false ) . ':' . ( time() + 600 );
561
 
562
  Jetpack::update_option( $name, $secret );
577
  * @param string $name Option name
578
  * @param mixed $value Option value
579
  */
580
+ public static function update_option( $name, $value ) {
581
  if ( in_array( $name, Jetpack::get_option_names( 'non_compact' ) ) ) {
582
  return update_option( "jetpack_$name", $value );
583
  } else if ( !in_array( $name, Jetpack::get_option_names() ) ) {
600
  *
601
  * @param array $array array( option name => option value, ... )
602
  */
603
+ public static function update_options( $array ) {
604
  $names = array_keys( $array );
605
 
606
  foreach ( array_diff( $names, Jetpack::get_option_names(), Jetpack::get_option_names( 'non_compact' ) ) as $unknown_name ) {
627
  *
628
  * @param string|array $names
629
  */
630
+ public static function delete_option( $names ) {
631
  $names = (array) $names;
632
 
633
  foreach ( array_diff( $names, Jetpack::get_option_names(), Jetpack::get_option_names( 'non_compact' ) ) as $unknown_name ) {
662
  * @param string $token
663
  * return bool
664
  */
665
+ public static function update_user_token( $user_id, $token, $is_master_user ) {
666
  // not designed for concurrent updates
667
  $user_tokens = Jetpack::get_option( 'user_tokens' );
668
  if ( ! is_array( $user_tokens ) )
684
  * @param string $absolute_path The absolute path of the directory to search.
685
  * @return array Array of absolute paths to the PHP files.
686
  */
687
+ public static function glob_php( $absolute_path ) {
688
  $absolute_path = untrailingslashit( $absolute_path );
689
  $files = array();
690
  if ( !$dir = @opendir( $absolute_path ) ) {
710
  return $files;
711
  }
712
 
713
+ public function activate_new_modules() {
714
+ if ( ! Jetpack::is_active() && ! Jetpack::is_development_mode() ) {
715
  return;
716
  }
717
 
762
  * List available Jetpack modules. Simply lists .php files in /modules/.
763
  * Make sure to tuck away module "library" files in a sub-directory.
764
  */
765
+ public static function get_available_modules( $min_version = false, $max_version = false ) {
766
  static $modules = null;
767
 
768
  if ( !isset( $modules ) ) {
802
  /**
803
  * Default modules loaded on activation.
804
  */
805
+ public static function get_default_modules( $min_version = false, $max_version = false ) {
806
  $return = array();
807
 
808
  foreach ( Jetpack::get_available_modules( $min_version, $max_version ) as $module ) {
815
  case 'minileven':
816
  case 'infinite-scroll' :
817
  case 'photon' :
818
+ case 'tiled-gallery' :
819
+ case 'likes' :
820
  break;
821
 
822
  // These modules are default off if we think the site is a private one
838
  /**
839
  * Extract a module's slug from its full path.
840
  */
841
+ public static function get_module_slug( $file ) {
842
  return str_replace( '.php', '', basename( $file ) );
843
  }
844
 
845
  /**
846
  * Generate a module's path from its slug.
847
  */
848
+ public static function get_module_path( $slug ) {
849
  return dirname( __FILE__ ) . "/modules/$slug.php";
850
  }
851
 
854
  * plugin headers to avoid them being identified as standalone
855
  * plugins on the WordPress plugins page.
856
  */
857
+ public static function get_module( $module ) {
858
  $headers = array(
859
+ 'name' => 'Module Name',
860
+ 'description' => 'Module Description',
861
+ 'sort' => 'Sort Order',
862
+ 'introduced' => 'First Introduced',
863
+ 'changed' => 'Major Changes In',
864
+ 'deactivate' => 'Deactivate',
865
+ 'free' => 'Free',
866
+ 'requires_connection' => 'Requires Connection',
867
  );
868
 
869
  $file = Jetpack::get_module_path( Jetpack::get_module_slug( $module ) );
880
  $mod['sort'] = 10;
881
  $mod['deactivate'] = empty( $mod['deactivate'] );
882
  $mod['free'] = empty( $mod['free'] );
883
+ $mod['requires_connection'] = ( ! empty( $mod['requires_connection'] ) && 'No' == $mod['requires_connection'] ) ? false : true;
884
  return $mod;
885
  }
886
 
887
  /**
888
  * Get a list of activated modules as an array of module slugs.
889
  */
890
+ public static function get_active_modules() {
891
  $active = Jetpack::get_option( 'active_modules' );
892
  if ( !is_array( $active ) )
893
  $active = array();
899
  return array_unique( $active );
900
  }
901
 
902
+ public static function is_module( $module ) {
903
  return !empty( $module ) && !validate_file( $module, Jetpack::get_available_modules() );
904
  }
905
 
910
  *
911
  * @static
912
  */
913
+ public static function catch_errors( $catch ) {
914
  static $display_errors, $error_reporting;
915
 
916
  if ( $catch ) {
927
  /**
928
  * Saves any generated PHP errors in ::state( 'php_errors', {errors} )
929
  */
930
+ public static function catch_errors_on_shutdown() {
931
  Jetpack::state( 'php_errors', ob_get_clean() );
932
  }
933
 
934
+ public static function activate_default_modules( $min_version = false, $max_version = false, $other_modules = array() ) {
935
  $jetpack = Jetpack::init();
936
 
937
  $modules = Jetpack::get_default_modules( $min_version, $max_version );
1018
  do_action( 'jetpack_activate_default_modules', $min_version, $max_version, $other_modules );
1019
  }
1020
 
1021
+ public static function activate_module( $module ) {
1022
  $jetpack = Jetpack::init();
1023
 
1024
+ if ( ! Jetpack::is_active() && ! Jetpack::is_development_mode() )
1025
  return false;
1026
 
1027
+ if ( ! strlen( $module ) )
1028
  return false;
1029
 
1030
+ if ( ! Jetpack::is_module( $module ) )
1031
  return false;
1032
 
1033
  // If it's already active, then don't do it again
1037
  return true;
1038
  }
1039
 
1040
+ // If we're not connected but in development mode, make sure the module doesn't require a connection
1041
+ if ( ! Jetpack::is_active() && Jetpack::is_development_mode() ) {
1042
+ $module_data = Jetpack::get_module( $module );
1043
+
1044
+ if ( $module_data['requires_connection'] ) {
1045
+ return false;
1046
+ }
1047
+ }
1048
+
1049
  // Check and see if the old plugin is active
1050
  if ( isset( $jetpack->plugins_to_deactivate[$module] ) ) {
1051
  // Deactivate the old plugin
1083
  $this->sync->sync_all_module_options( $module );
1084
  }
1085
 
1086
+ public static function deactivate_module( $module ) {
1087
  $active = Jetpack::get_active_modules();
1088
  $new = array();
1089
  foreach ( $active as $check ) {
1095
  return Jetpack::update_option( 'active_modules', array_unique( $new ) );
1096
  }
1097
 
1098
+ public static function enable_module_configurable( $module ) {
1099
  $module = Jetpack::get_module_slug( $module );
1100
  add_filter( 'jetpack_module_configurable_' . $module, '__return_true' );
1101
  }
1102
 
1103
+ public static function module_configuration_url( $module ) {
1104
  $module = Jetpack::get_module_slug( $module );
1105
  return Jetpack::admin_url( array( 'configure' => $module ) );
1106
  }
1107
 
1108
+ public static function module_configuration_load( $module, $method ) {
1109
  $module = Jetpack::get_module_slug( $module );
1110
  add_action( 'jetpack_module_configuration_load_' . $module, $method );
1111
  }
1112
 
1113
+ public static function module_configuration_head( $module, $method ) {
1114
  $module = Jetpack::get_module_slug( $module );
1115
  add_action( 'jetpack_module_configuration_head_' . $module, $method );
1116
  }
1117
 
1118
+ public static function module_configuration_screen( $module, $method ) {
1119
  $module = Jetpack::get_module_slug( $module );
1120
  add_action( 'jetpack_module_configuration_screen_' . $module, $method );
1121
  }
1122
 
1123
  /* Installation */
1124
 
1125
+ public static function bail_on_activation( $message, $deactivate = true ) {
1126
  ?>
1127
  <!doctype html>
1128
  <html>
1167
  * Attached to activate_{ plugin_basename( __FILES__ ) } by register_activation_hook()
1168
  * @static
1169
  */
1170
+ public static function plugin_activation( $network_wide ) {
1171
  Jetpack::update_option( 'activated', 1 );
1172
 
1173
  if ( version_compare( $GLOBALS['wp_version'], JETPACK__MINIMUM_WP_VERSION, '<' ) ) {
1184
  * Sets the internal version number and activation state.
1185
  * @static
1186
  */
1187
+ public static function plugin_initialize() {
1188
  if ( !Jetpack::get_option( 'activated' ) ) {
1189
  Jetpack::update_option( 'activated', 2 );
1190
  }
1203
  * Removes all connection options
1204
  * @static
1205
  */
1206
+ public static function plugin_deactivation( $network_wide ) {
1207
  Jetpack::disconnect( false );
1208
  }
1209
 
1212
  * Forgets all connection details and tells the Jetpack servers to do the same.
1213
  * @static
1214
  */
1215
+ public static function disconnect( $update_activated_state = true ) {
1216
  wp_clear_scheduled_hook( 'jetpack_clean_nonces' );
1217
  Jetpack::clean_nonces( true );
1218
 
1263
 
1264
  /**
1265
  * Attempts Jetpack registration. If it fail, a state flag is set: @see ::admin_page_load()
 
1266
  */
1267
+ public static function try_registration() {
1268
  $result = Jetpack::register();
1269
 
1270
  // If there was an error with registration and the site was not registered, record this so we can show a message.
1289
  Jetpack::plugin_initialize();
1290
  }
1291
 
1292
+ if ( !Jetpack::is_active() && ! Jetpack::is_development_mode() ) {
1293
  if ( 4 != Jetpack::get_option( 'activated' ) ) {
1294
  // Show connect notice on dashboard and plugins pages
1295
  add_action( 'load-index.php', array( $this, 'prepare_connect_notice' ) );
1312
 
1313
  add_action( 'wp_ajax_jetpack_debug', array( $this, 'ajax_debug' ) );
1314
 
1315
+ if ( Jetpack::is_active() || Jetpack::is_development_mode() ) {
1316
  // Artificially throw errors in certain whitelisted cases during plugin activation
1317
  add_action( 'activate_plugin', array( $this, 'throw_error_on_activate_plugin' ) );
1318
 
1382
 
1383
  foreach ( $this->plugins_to_deactivate as $module => $deactivate_me ) {
1384
  if ( "plugin-activation-error_{$deactivate_me[0]}" == $action ) {
1385
+ Jetpack::bail_on_activation( sprintf( __( 'Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin.', 'jetpack' ), $deactivate_me[1] ), false );
1386
  }
1387
  }
1388
  }
1400
  &&
1401
  ( $new_modules_count = count( $new_modules ) )
1402
  &&
1403
+ ( Jetpack::is_active() || Jetpack::is_development_mode() )
1404
  ) {
1405
  $new_modules_count_i18n = number_format_i18n( $new_modules_count );
1406
  $span_title = esc_attr( sprintf( _n( 'One New Jetpack Module', '%s New Jetpack Modules', $new_modules_count, 'jetpack' ), $new_modules_count_i18n ) );
1700
  <div class="jetpack-text-container">
1701
  <h4>
1702
  <?php if ( 1 == Jetpack::get_option( 'activated' ) ) : ?>
1703
+ <p><?php _e( '<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!', 'jetpack' ); ?></p>
1704
  <?php else : ?>
1705
  <p><?php _e( '<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site.', 'jetpack' ) ?></p>
1706
  <?php endif; ?>
1729
  <?php
1730
  }
1731
 
1732
+ public static function jetpack_comment_notice() {
1733
  if ( in_array( 'comments', Jetpack::get_active_modules() ) ) {
1734
  return '';
1735
  }
1810
  if ( isset( $_GET['connect_url_redirect'] ) ) {
1811
  // User clicked in the iframe to link their accounts
1812
  if ( ! Jetpack::is_user_connected() ) {
1813
+ $connect_url = $this->build_connect_url( true );
1814
  if ( isset( $_GET['notes_iframe'] ) )
1815
  $connect_url .= '&notes_iframe';
1816
  wp_redirect( $connect_url );
1861
  exit;
1862
  case 'disconnect' :
1863
  check_admin_referer( 'jetpack-disconnect' );
1864
+ Jetpack::disconnect();
1865
  wp_safe_redirect( Jetpack::admin_url() );
1866
  exit;
1867
  case 'deactivate' :
1884
  }
1885
 
1886
  if ( !$error = $error ? $error : Jetpack::state( 'error' ) ) {
1887
+ $this->activate_new_modules();
1888
  }
1889
 
1890
  switch ( $error ) {
2311
  return $raw ? $url : esc_url( $url );
2312
  }
2313
 
2314
+ public static function admin_url( $args = null ) {
2315
  $url = admin_url( 'admin.php?page=jetpack' );
2316
  if ( is_array( $args ) )
2317
  $url = add_query_arg( $args, $url );
2376
 
2377
  <?php do_action( 'jetpack_notices' ) ?>
2378
 
2379
+ <?php
2380
+ // If the connection has not been made then show the marketing text.
2381
+ if ( ! Jetpack::is_development_mode() ) :
2382
+ ?>
2383
+ <?php if ( ! $is_connected ) : ?>
2384
 
2385
  <div id="message" class="updated jetpack-message jp-connect">
2386
  <div id="jp-dismiss" class="jetpack-close-button-container">
2398
  </div>
2399
  </div>
2400
 
2401
+ <?php elseif ( ! $is_user_connected ) : ?>
2402
 
2403
  <div id="message" class="updated jetpack-message jp-connect">
2404
  <div class="jetpack-wrap-container">
2413
  </div>
2414
  </div>
2415
 
2416
+ <?php else /* blog and user are connected */ : ?>
2417
+ <?php /* TODO: if not master user, show user disconnect button? */ ?>
2418
+ <?php endif; ?>
2419
+ <?php endif; // ! Jetpack::is_development_mode() ?>
2420
 
2421
  <?php
2422
  // If we select the configure option for a module, show the configuration screen.
2540
  }
2541
 
2542
  function admin_screen_configure_module( $module_id ) {
2543
+ if ( !in_array( $module_id, Jetpack::get_active_modules() ) || !current_user_can( 'manage_options' ) )
2544
  return false; ?>
2545
 
2546
  <div id="jp-settings-screen" style="position: relative">
2556
  </div><?php
2557
  }
2558
 
2559
+ public static function sort_modules( $a, $b ) {
2560
  if ( $a['sort'] == $b['sort'] )
2561
  return 0;
2562
 
2638
  $free_text = apply_filters( 'jetpack_module_free_text_' . $module, $free_text );
2639
  $badge_text = $free_text;
2640
 
2641
+ if ( ( ! $jetpack_connected && ! Jetpack::is_development_mode() ) ) {
2642
  $classes = 'x disabled';
2643
  } else if ( $jetpack_version_time + 604800 > $now ) { // 1 week
2644
  if ( version_compare( $module_data['introduced'], $jetpack_old_version, '>' ) ) {
2664
  </div>
2665
 
2666
  <div class="jetpack-module-actions">
2667
+ <?php if ( $jetpack_connected || ( Jetpack::is_development_mode() && ! $module_data['requires_connection'] ) ) : ?>
2668
  <?php if ( !$activated && current_user_can( 'manage_options' ) && apply_filters( 'jetpack_can_activate_' . $module, true ) ) : ?>
2669
  <a href="<?php echo esc_url( $toggle_url ); ?>" class="<?php echo ( 'inactive' == $css ? ' button-primary' : ' button-secondary' ); ?>"><?php echo $toggle; ?></a>&nbsp;
2670
  <?php endif; ?>
2720
  exit;
2721
  }
2722
 
2723
+ Jetpack::load_xml_rpc_client();
2724
  $xml = new Jetpack_IXR_Client( array(
2725
  'user_id' => JETPACK_MASTER_USER,
2726
  ) );
2738
  exit;
2739
  }
2740
 
2741
+ Jetpack::load_xml_rpc_client();
2742
  $xml = new Jetpack_IXR_Client( array(
2743
  'user_id' => JETPACK_MASTER_USER,
2744
  ) );
2756
  /**
2757
  * Returns the requested Jetpack API URL
2758
  *
 
2759
  * @return string
2760
  */
2761
+ public static function api_url( $relative_url ) {
2762
  return trailingslashit( JETPACK__API_BASE . $relative_url ) . JETPACK__API_VERSION . '/';
2763
  }
2764
 
2765
  /**
2766
  * Some hosts disable the OpenSSL extension and so cannot make outgoing HTTPS requsets
2767
  */
2768
+ public static function fix_url_for_bad_hosts( $url, &$args ) {
2769
  if ( 0 !== strpos( $url, 'https://' ) ) {
2770
  return $url;
2771
  }
2792
  /**
2793
  * Returns the Jetpack XML-RPC API
2794
  *
 
2795
  * @return string
2796
  */
2797
+ public static function xmlrpc_api_url() {
2798
  $base = preg_replace( '#(https?://[^?/]+)(/?.*)?$#', '\\1', JETPACK__API_BASE );
2799
  return untrailingslashit( $base ) . '/xmlrpc.php';
2800
  }
2801
 
2802
  /**
 
2803
  * @return bool|WP_Error
2804
  */
2805
+ public static function register() {
2806
  Jetpack::update_option( 'register', wp_generate_password( 32, false ) . ':' . wp_generate_password( 32, false ) . ':' . ( time() + 600 ) );
2807
 
2808
  @list( $secret_1, $secret_2, $secret_eol ) = explode( ':', Jetpack::get_option( 'register' ) );
2857
 
2858
  $code_type = intval( $code / 100 );
2859
  if ( 5 == $code_type ) {
2860
+ return new Jetpack_Error( 'wpcom_5??', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
2861
  } elseif ( 408 == $code ) {
2862
+ return new Jetpack_Error( 'wpcom_408', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
2863
  } elseif ( !empty( $json->error ) ) {
2864
  $error_description = isset( $json->error_description ) ? sprintf( __( 'Error Details: %s', 'jetpack' ), (string) $json->error_description ) : '';
2865
  return new Jetpack_Error( (string) $json->error, $error_description, $code );
2866
  } elseif ( 200 != $code ) {
2867
+ return new Jetpack_Error( 'wpcom_bad_response', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
2868
+ }
2869
+
2870
+ // Jetpack ID error block
2871
+ if ( empty( $json->jetpack_id ) ) {
2872
+ return new Jetpack_Error( 'jetpack_id', sprintf( __( 'Error Details: Jetpack ID is empty. Do not publicly post this error message! %s', 'jetpack' ), $entity ), $entity );
2873
+ } elseif ( ! is_scalar( $json->jetpack_id ) ) {
2874
+ return new Jetpack_Error( 'jetpack_id', sprintf( __( 'Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s', 'jetpack' ) , $entity ), $entity );
2875
+ } elseif ( preg_match( '/[^0-9]/', $json->jetpack_id ) ) {
2876
+ return new Jetpack_Error( 'jetpack_id', sprintf( __( 'Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s', 'jetpack' ) , $entity ), $entity);
2877
  }
2878
 
 
 
2879
  if ( empty( $json->jetpack_secret ) || !is_string( $json->jetpack_secret ) )
2880
  return new Jetpack_Error( 'jetpack_secret', '', $code );
2881
 
2900
  /**
2901
  * Loads the Jetpack XML-RPC client
2902
  */
2903
+ public static function load_xml_rpc_client() {
2904
  require_once ABSPATH . WPINC . '/class-IXR.php';
2905
  require_once dirname( __FILE__ ) . '/class.jetpack-ixr-client.php';
2906
  }
3076
  $options['jetpack_client_id'] = array(
3077
  'desc' => __( 'The Client ID/WP.com Blog ID of this site' , 'jetpack'),
3078
  'readonly' => true,
3079
+ 'value' => Jetpack::get_option( 'id' ),
3080
  );
3081
  return $options;
3082
  }
3083
 
3084
+ public static function clean_nonces( $all = false ) {
3085
  global $wpdb;
3086
 
3087
  $sql = "DELETE FROM `$wpdb->options` WHERE `option_name` LIKE %s";
3111
  * @param string $key
3112
  * @param string $value
3113
  * @param bool $restate private
 
 
3114
  */
3115
+ public static function state( $key = null, $value = null, $restate = false ) {
3116
  static $state = array();
3117
  static $path, $domain;
3118
  if ( !isset( $path ) ) {
3160
  }
3161
  }
3162
 
3163
+ public static function restate() {
 
 
 
3164
  Jetpack::state( null, null, true );
3165
  }
3166
 
3167
+ public static function check_privacy( $file ) {
3168
  static $is_site_publicly_accessible = null;
3169
 
3170
  if ( is_null( $is_site_publicly_accessible ) ) {
3203
  /**
3204
  * Helper method for multicall XMLRPC.
3205
  */
3206
+ public static function xmlrpc_async_call() {
3207
  global $blog_id;
3208
  static $clients = array();
3209
 
3246
  }
3247
  }
3248
 
3249
+ public static function staticize_subdomain( $url ) {
3250
  $host = parse_url( $url, PHP_URL_HOST );
3251
  if ( !preg_match( '/.?(?:wordpress|wp)\.com$/', $host ) ) {
3252
  return $url;
3319
  function verify_json_api_authorization_request() {
3320
  require_once dirname( __FILE__ ) . '/class.jetpack-signature.php';
3321
 
3322
+ $token = Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
3323
  if ( !$token || empty( $token->secret ) ) {
3324
  wp_die( __( 'You must connect your Jetpack plugin to WordPress.com to use this feature.' , 'jetpack') );
3325
  }
3326
 
3327
  $die_error = __( 'Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window.', 'jetpack' );
3328
 
3329
+ $jetpack_signature = new Jetpack_Signature( $token->secret, (int) Jetpack::get_option( 'time_diff' ) );
3330
  $signature = $jetpack_signature->sign_current_request( array( 'body' => null, 'method' => 'GET' ) );
3331
  if ( !$signature ) {
3332
  wp_die( $die_error );
3396
  '<strong>' . esc_html( $this->json_api_authorization_request['client_title'] ) . '</strong>'
3397
  ) . '<img src="' . esc_url( $this->json_api_authorization_request['client_image'] ) . '" /></p>';
3398
  }
3399
+
3400
+ /**
3401
+ * Get $content_width, but with a <s>twist</s> filter.
3402
+ */
3403
+ public static function get_content_width() {
3404
+ return apply_filters( 'jetpack_content_width', $GLOBALS['content_width'] );
3405
+ }
3406
  }
3407
 
3408
  class Jetpack_Client {
3409
  /**
3410
  * Makes an authorized remote request using Jetpack_Signature
3411
  *
 
3412
  * @return array|WP_Error WP HTTP response on success
3413
  */
3414
+ public static function remote_request( $args, $body = null ) {
3415
  $defaults = array(
3416
  'url' => '',
3417
  'user_id' => 0,
3526
  * @todo: Better fallbacks (bundled certs?), feedback, UI, ....
3527
  * @see Jetpack::fix_url_for_bad_hosts()
3528
  *
 
3529
  * @return array|WP_Error WP HTTP response on success
3530
  */
3531
+ public static function _wp_remote_request( $url, $args, $set_fallback = false ) {
3532
  $fallback = Jetpack::get_option( 'fallback_no_verify_ssl_certs' );
3533
  if ( false === $fallback ) {
3534
  Jetpack::update_option( 'fallback_no_verify_ssl_certs', 0 );
3587
  return $response;
3588
  }
3589
 
3590
+ public static function set_time_diff( &$response, $force_set = false ) {
3591
  $code = wp_remote_retrieve_response_code( $response );
3592
 
3593
  // Only trust the Date header on some responses
3620
  /**
3621
  * Gets locally stored token
3622
  *
 
3623
  * @return object|false
3624
  */
3625
+ public static function get_access_token( $user_id = false ) {
3626
  if ( $user_id ) {
3627
  if ( !$tokens = Jetpack::get_option( 'user_tokens' ) ) {
3628
  return false;
3768
  exit;
3769
  }
3770
 
3771
+ public static function deactivate_plugin( $probable_file, $probable_title ) {
3772
  if ( is_plugin_active( $probable_file ) ) {
3773
  deactivate_plugins( $probable_file );
3774
  return 1;
4186
  function delete_post_action( $post_id ) {
4187
  $post = get_post( $post_id );
4188
  if ( !$post ) {
4189
+ return $this->register( 'delete_post', (int) $post_id );
4190
  }
4191
 
4192
  $this->transition_post_status_action( 'delete', $post->post_status, $post );
4590
 
4591
  require_once dirname( __FILE__ ) . '/class.jetpack-user-agent.php';
4592
  require_once dirname( __FILE__ ) . '/class.jetpack-post-images.php';
4593
+ require_once dirname( __FILE__ ) . '/class.photon.php';
4594
  require dirname( __FILE__ ) . '/functions.photon.php';
4595
  require dirname( __FILE__ ) . '/functions.compat.php';
4596
+ require dirname( __FILE__ ) . '/functions.gallery.php';
4597
 
4598
  class Jetpack_Error extends WP_Error {}
4599
 
4603
  add_action( 'init', array( 'Jetpack', 'init' ) );
4604
  add_action( 'plugins_loaded', array( 'Jetpack', 'load_modules' ), 100 );
4605
  add_filter( 'jetpack_static_url', array( 'Jetpack', 'staticize_subdomain' ) );
4606
+
4607
+ Jetpack_Sync::sync_options( __FILE__, 'widget_twitter' );
languages/jetpack-ar.mo CHANGED
Binary file
languages/jetpack-ar.po DELETED
@@ -1,3514 +0,0 @@
1
- # Translation of 2.0 in Arabic
2
- # This file is distributed under the same license as the 2.0 package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2012-11-20 20:02:04+0000\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 2.0\n"
12
-
13
- #: modules/widgets/rsslinks-widget.php:113
14
- msgid "Red"
15
- msgstr ""
16
-
17
- #: modules/widgets/rsslinks-widget.php:114
18
- msgid "Orange"
19
- msgstr "برتقالي"
20
-
21
- #: modules/widgets/rsslinks-widget.php:115
22
- msgid "Green"
23
- msgstr "أخضر"
24
-
25
- #: modules/widgets/rsslinks-widget.php:116
26
- msgid "Blue"
27
- msgstr "ازرق"
28
-
29
- #: modules/widgets/rsslinks-widget.php:117
30
- msgid "Purple"
31
- msgstr "أرجواني"
32
-
33
- #: modules/widgets/rsslinks-widget.php:118
34
- msgid "Pink"
35
- msgstr "زهري"
36
-
37
- #: modules/widgets/rsslinks-widget.php:119
38
- msgid "Silver"
39
- msgstr "فضي"
40
-
41
- #: modules/widgets/rsslinks-widget.php:121
42
- msgid "Image Color:"
43
- msgstr "لون الصورة"
44
-
45
- #: modules/widgets/rsslinks-widget.php:140
46
- msgid "Subscribe to %s"
47
- msgstr "اشترك بـ %s"
48
-
49
- #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
50
- msgid "Top Posts &amp; Pages"
51
- msgstr ""
52
-
53
- #: modules/widgets/top-posts.php:37
54
- msgid "Shows your most viewed posts and pages."
55
- msgstr ""
56
-
57
- #: modules/widgets/top-posts.php:78
58
- msgid "Number of posts to show:"
59
- msgstr "عدد التدوينات:"
60
-
61
- #: modules/widgets/top-posts.php:83
62
- msgid "Display as:"
63
- msgstr ""
64
-
65
- #: modules/widgets/top-posts.php:85
66
- msgid "Text List"
67
- msgstr ""
68
-
69
- #: modules/widgets/top-posts.php:86
70
- msgid "Image List"
71
- msgstr ""
72
-
73
- #: modules/widgets/top-posts.php:87
74
- msgid "Image Grid"
75
- msgstr ""
76
-
77
- #: modules/widgets/top-posts.php:91
78
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
79
- msgstr ""
80
-
81
- #: modules/widgets/top-posts.php:164
82
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
83
- msgstr ""
84
-
85
- #: modules/widgets/twitter.php:22
86
- msgid "Display your Tweets from Twitter"
87
- msgstr ""
88
-
89
- #: modules/widgets/twitter.php:31
90
- msgid "Please configure your Twitter username for the <a href=\"%s\">Twitter Widget</a>."
91
- msgstr ""
92
-
93
- #: modules/widgets/twitter.php:41
94
- msgid "Twitter Updates"
95
- msgstr "تحديثات تويتر"
96
-
97
- #: modules/widgets/twitter.php:182 modules/widgets/twitter.php:203
98
- msgid "Error: Twitter did not respond. Please wait a few minutes and refresh this page."
99
- msgstr "خطأ: تويتر لم يستجب. الرجاء الانتظار بضعة دقائق ثم قم بتحديث هذه الصفحة."
100
-
101
- #: modules/widgets/twitter.php:196
102
- msgid "Error: Please make sure the Twitter account is %1$spublic%2$s."
103
- msgstr ""
104
-
105
- #: modules/widgets/twitter.php:265
106
- msgid "Twitter username:"
107
- msgstr ": اسم المستخدم على تويتر"
108
-
109
- #: modules/widgets/twitter.php:272
110
- msgid "Maximum number of Tweets to show:"
111
- msgstr ""
112
-
113
- #: modules/widgets/twitter.php:286
114
- msgid "Hide replies"
115
- msgstr "إخفاء الردود"
116
-
117
- #: modules/widgets/twitter.php:293
118
- msgid "Hide Tweets pushed by Publicize"
119
- msgstr ""
120
-
121
- #: modules/widgets/twitter.php:300
122
- msgid "Include retweets"
123
- msgstr "تضمين ردود تويتر"
124
-
125
- #: modules/widgets/twitter.php:307
126
- msgid "Display Follow Button"
127
- msgstr ""
128
-
129
- #: modules/widgets/twitter.php:313
130
- msgid "Text to display between Tweet and timestamp:"
131
- msgstr ""
132
-
133
- msgid "http://wordpress.org/extend/plugins/jetpack/"
134
- msgstr "http://wordpress.org/extend/plugins/jetpack/"
135
-
136
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
137
- msgstr ""
138
-
139
- msgid "Automattic"
140
- msgstr "أوتوماتيك"
141
-
142
- msgid "http://jetpack.me"
143
- msgstr "http://jetpack.me"
144
-
145
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
146
- msgstr ""
147
-
148
- msgid "Transform your standard image galleries into an immersive full-screen experience."
149
- msgstr ""
150
-
151
- msgid "A new comment system that has integrated social media login options."
152
- msgstr ""
153
-
154
- msgid "Easily insert a contact form any where on your site."
155
- msgstr "أدخل نموذج الاتصال بك في أي مكان في موقعك بكل سهولة"
156
-
157
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
158
- msgstr ""
159
-
160
- msgid "Share your public posts and comments to search engines and other services in real-time."
161
- msgstr ""
162
-
163
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
164
- msgstr ""
165
-
166
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
167
- msgstr ""
168
-
169
- msgid "Allow applications to securely access your content through the cloud."
170
- msgstr ""
171
-
172
- msgid "Beautiful Math"
173
- msgstr "رياضيات جميلة"
174
-
175
- msgid "Mark up your posts with the <img src=\"http://l.wordpress.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
176
- msgstr ""
177
-
178
- msgid "Automatically optimize your site for mobile devices."
179
- msgstr ""
180
-
181
- msgid "Receive notifications on your Apple device."
182
- msgstr ""
183
-
184
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
185
- msgstr ""
186
-
187
- msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
188
- msgstr ""
189
-
190
- msgid "Publish posts to your blog directly from your personal email account."
191
- msgstr ""
192
-
193
- msgid "Connect your site to popular social networks and automatically share new posts with your friends."
194
- msgstr ""
195
-
196
- msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
197
- msgstr ""
198
-
199
- msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
200
- msgstr ".SlideShare و ،Vimeo ،YouTube تضمين مقاطع الفيديو والمزيد من مواقع مثل"
201
-
202
- msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
203
- msgstr "WP.me تمكين ​​اختصار الروابط لجميع تدويناتك وصفحاتك لتسهيل المشاركة على"
204
-
205
- msgid "Simple, concise site stats with no additional load on your server."
206
- msgstr ".(Server)إحصائيات بسيطة و موجزة للموقع دون تحميل إضافات على الملقم"
207
-
208
- msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
209
- msgstr ".السماح للمستخدمين الإشتراك في تدويناتك و تعليقاتها تلقي إشعار عبر البريد الإلكتروني"
210
-
211
- msgid "Realtime backup and security scanning for your WordPress site."
212
- msgstr ".نسخ احتياطي في وقت حقيقي و متابعة الأمن لموقع وورد الخاص بك"
213
-
214
- msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
215
- msgstr ".RSS اضافة الصور و تحديثات تويتر في الشريط الجانبي لموقعك و روابط"
216
-
217
- #: modules/widgets/facebook-likebox.php:115
218
- #: modules/widgets/gravatar-profile.php:164
219
- msgid "Title"
220
- msgstr "العنوان"
221
-
222
- #: modules/widgets/facebook-likebox.php:122
223
- msgid "Facebook Page URL"
224
- msgstr ""
225
-
226
- #: modules/widgets/facebook-likebox.php:125
227
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
228
- msgstr ""
229
-
230
- #: modules/widgets/facebook-likebox.php:131
231
- msgid "Width"
232
- msgstr "عرض"
233
-
234
- #: modules/widgets/facebook-likebox.php:138
235
- msgid "Height"
236
- msgstr "ارتفاع"
237
-
238
- #: modules/widgets/facebook-likebox.php:157
239
- msgid "Show Faces"
240
- msgstr ""
241
-
242
- #: modules/widgets/facebook-likebox.php:159
243
- msgid "Show profile photos in the plugin."
244
- msgstr ""
245
-
246
- #: modules/widgets/facebook-likebox.php:166
247
- msgid "Show Stream"
248
- msgstr ""
249
-
250
- #: modules/widgets/facebook-likebox.php:168
251
- msgid "Show the profile stream for the public profile."
252
- msgstr ""
253
-
254
- #: modules/widgets/facebook-likebox.php:175
255
- msgid "Show Wall"
256
- msgstr ""
257
-
258
- #: modules/widgets/facebook-likebox.php:177
259
- msgid "Show the wall for a Places page rather than friend activity."
260
- msgstr ""
261
-
262
- #: modules/widgets/gravatar-profile.php:19
263
- msgid "Gravatar Profile"
264
- msgstr ""
265
-
266
- #: modules/widgets/gravatar-profile.php:21
267
- msgid "Display a mini version of your Gravatar Profile"
268
- msgstr "اعرض نسخة مصغرة من ملفك الشخصي في Gravatar"
269
-
270
- #: modules/widgets/gravatar-profile.php:37
271
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
272
- msgstr "تحتاج أن تختار ما يجب عرضه في القطعة من ملفك الشخصي في <a href=\"%s\">Gravatar</a>."
273
-
274
- #: modules/widgets/gravatar-profile.php:91
275
- msgid "View Full Profile &rarr;"
276
- msgstr "عرض الملف الشخصي &rarr;"
277
-
278
- #: modules/widgets/gravatar-profile.php:99
279
- msgid "Error loading profile"
280
- msgstr "هناك خطأ في تحميل الملف الشخصي"
281
-
282
- #: modules/widgets/gravatar-profile.php:111
283
- msgid "Personal Links"
284
- msgstr "الروابط الشخصية"
285
-
286
- #: modules/widgets/gravatar-profile.php:131
287
- msgid "Verified Services"
288
- msgstr ""
289
-
290
- #: modules/widgets/gravatar-profile.php:142
291
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
292
- msgid "%1$s on %2$s"
293
- msgstr ""
294
-
295
- #: modules/widgets/gravatar-profile.php:170
296
- msgid "Select a user or pick \"custom\" and enter a custom email address."
297
- msgstr "حدد مستخدم أو اختر \"مخصص\" وأدخل البريد الإلكتروني المخصص."
298
-
299
- #: modules/widgets/gravatar-profile.php:174
300
- msgid "Custom"
301
- msgstr "مخصص"
302
-
303
- #: modules/widgets/gravatar-profile.php:184
304
- msgid "Custom Email Address"
305
- msgstr "بريد إلكتروني مخصص"
306
-
307
- #: modules/widgets/gravatar-profile.php:192
308
- msgid "Show Personal Links"
309
- msgstr "عرض الروابط الشخصية"
310
-
311
- #: modules/widgets/gravatar-profile.php:194
312
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
313
- msgstr "روابط مواقعك، مدوناتك، أو أي مواقع أخرى تساعد في التعريف بنفسك."
314
-
315
- #: modules/widgets/gravatar-profile.php:201
316
- msgid "Show Account Links"
317
- msgstr "عرض روابط الحساب"
318
-
319
- #: modules/widgets/gravatar-profile.php:203
320
- msgid "Links to services that you use across the web."
321
- msgstr "روابط للخدمات التي تستخدمها على شبكة الإنترنت."
322
-
323
- #: modules/widgets/gravatar-profile.php:207
324
- msgid "Opens in new window"
325
- msgstr "تفتح في نافذة جديدة"
326
-
327
- #: modules/widgets/gravatar-profile.php:207
328
- msgid "Edit Your Profile"
329
- msgstr "تعديل الملف الشخصي"
330
-
331
- #: modules/widgets/gravatar-profile.php:207
332
- msgid "What's a Gravatar?"
333
- msgstr "ما هو Gravatar؟"
334
-
335
- #: modules/widgets/image-widget.php:12
336
- msgid "Display an image in your sidebar"
337
- msgstr "عرض صورة في القائمة الجانبية"
338
-
339
- #: modules/widgets/image-widget.php:14
340
- msgid "Image (Jetpack)"
341
- msgstr "صورة (جيت باك)"
342
-
343
- #: modules/widgets/image-widget.php:110
344
- msgid "Image URL:"
345
- msgstr "رابط الصورة:"
346
-
347
- #: modules/widgets/image-widget.php:113
348
- msgid "Alternate text:"
349
- msgstr "النص البديل:"
350
-
351
- #: modules/widgets/image-widget.php:116
352
- msgid "Image title:"
353
- msgstr "عنوان الصورة:"
354
-
355
- #: modules/widgets/image-widget.php:119
356
- msgid "Caption:"
357
- msgstr ""
358
-
359
- #: modules/widgets/image-widget.php:124
360
- msgid "None"
361
- msgstr "بدون"
362
-
363
- #: modules/widgets/image-widget.php:125
364
- msgid "Left"
365
- msgstr "يسار"
366
-
367
- #: modules/widgets/image-widget.php:126
368
- msgid "Center"
369
- msgstr "وسط"
370
-
371
- #: modules/widgets/image-widget.php:127
372
- msgid "Right"
373
- msgstr "يمين"
374
-
375
- #: modules/widgets/image-widget.php:129
376
- msgid "Image Alignment:"
377
- msgstr "محاذاة الصورة:"
378
-
379
- #: modules/widgets/image-widget.php:139
380
- msgid "Width:"
381
- msgstr "العرض:"
382
-
383
- #: modules/widgets/image-widget.php:142
384
- msgid "Height:"
385
- msgstr "الإرتفاع:"
386
-
387
- #: modules/widgets/image-widget.php:145
388
- msgid "If empty, we will attempt to determine the image size."
389
- msgstr ""
390
-
391
- #: modules/widgets/image-widget.php:146
392
- msgid "Link URL (when the image is clicked):"
393
- msgstr ""
394
-
395
- #: modules/widgets/rsslinks-widget.php:12
396
- msgid "Links to your blog's RSS feeds"
397
- msgstr ""
398
-
399
- #: modules/widgets/rsslinks-widget.php:13
400
- msgid "RSS Links (Jetpack)"
401
- msgstr ""
402
-
403
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
404
- #: modules/widgets/twitter.php:258
405
- msgid "Title:"
406
- msgstr "العنوان:"
407
-
408
- #: modules/widgets/rsslinks-widget.php:67
409
- #: modules/widgets/rsslinks-widget.php:133
410
- msgid "Posts"
411
- msgstr "تدوينات"
412
-
413
- #: modules/widgets/rsslinks-widget.php:68
414
- #: modules/widgets/rsslinks-widget.php:136
415
- msgid "Comments"
416
- msgstr "تعليقات"
417
-
418
- #: modules/widgets/rsslinks-widget.php:69
419
- msgid "Posts & Comments"
420
- msgstr ""
421
-
422
- #: modules/widgets/rsslinks-widget.php:71
423
- msgid "Feed(s) to Display:"
424
- msgstr ""
425
-
426
- #: modules/widgets/rsslinks-widget.php:81
427
- msgid "Text Link"
428
- msgstr "رابط نصي"
429
-
430
- #: modules/widgets/rsslinks-widget.php:82
431
- msgid "Image Link"
432
- msgstr "رابط صورة"
433
-
434
- #: modules/widgets/rsslinks-widget.php:83
435
- msgid "Text & Image Links"
436
- msgstr "روابط نصية وروابط صور"
437
-
438
- #: modules/widgets/rsslinks-widget.php:85
439
- msgid "Format:"
440
- msgstr ""
441
-
442
- #: modules/widgets/rsslinks-widget.php:96
443
- msgid "Image Settings:"
444
- msgstr "إعدادات الصورة"
445
-
446
- #: modules/widgets/rsslinks-widget.php:99
447
- msgid "Small"
448
- msgstr "صغير"
449
-
450
- #: modules/widgets/rsslinks-widget.php:100
451
- msgid "Medium"
452
- msgstr "متوسط"
453
-
454
- #: modules/widgets/rsslinks-widget.php:101
455
- msgid "Large"
456
- msgstr "كبير"
457
-
458
- #: modules/widgets/rsslinks-widget.php:103
459
- msgid "Image Size:"
460
- msgstr ""
461
-
462
- #: modules/stats.php:527
463
- msgid "Hide the stats smiley face image."
464
- msgstr ""
465
-
466
- #: modules/stats.php:527
467
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
468
- msgstr ""
469
-
470
- #: modules/stats.php:527
471
- msgid "Smiley face"
472
- msgstr ""
473
-
474
- #: modules/stats.php:528
475
- msgid "Report visibility"
476
- msgstr ""
477
-
478
- #: modules/stats.php:530
479
- msgid "Select the roles that will be able to view stats reports."
480
- msgstr ""
481
-
482
- #: modules/stats.php:541
483
- msgid "Save configuration"
484
- msgstr ""
485
-
486
- #: modules/stats.php:597
487
- msgid "Stats"
488
- msgstr "الحالة"
489
-
490
- #: modules/stats.php:599
491
- msgid "Views over 48 hours. Click for more Site Stats."
492
- msgstr ""
493
-
494
- #: modules/stats.php:666
495
- msgid "day"
496
- msgstr "يوم"
497
-
498
- #: modules/stats.php:667
499
- msgid "week"
500
- msgstr "أسبوع"
501
-
502
- #: modules/stats.php:668
503
- msgid "month"
504
- msgstr "شهر"
505
-
506
- #: modules/stats.php:671
507
- msgid "the past day"
508
- msgstr "اليوم السابق"
509
-
510
- #: modules/stats.php:672
511
- msgid "the past week"
512
- msgstr "الأسبوع الماضي"
513
-
514
- #: modules/stats.php:673
515
- msgid "the past month"
516
- msgstr "الشهر الماضي"
517
-
518
- #: modules/stats.php:674
519
- msgid "the past quarter"
520
- msgstr "الثلاثة الأشهر الماضية"
521
-
522
- #: modules/stats.php:675
523
- msgid "the past year"
524
- msgstr "السنة الماضية"
525
-
526
- #: modules/stats.php:697
527
- msgid "Chart stats by"
528
- msgstr ""
529
-
530
- #: modules/stats.php:710
531
- msgid "Show top posts over"
532
- msgstr "أظهر المواضيع الأفضل على"
533
-
534
- #: modules/stats.php:723
535
- msgid "Show top search terms over"
536
- msgstr ""
537
-
538
- #: modules/stats.php:882
539
- msgid "%1$s %2$s Views"
540
- msgstr ""
541
-
542
- #: modules/stats.php:895
543
- msgid "View All"
544
- msgstr "عرض الكل"
545
-
546
- #: modules/stats.php:899
547
- msgid "Top Posts"
548
- msgstr "أحسن مشاركات"
549
-
550
- #: modules/stats.php:903 modules/stats.php:927
551
- msgid "Sorry, nothing to report."
552
- msgstr ""
553
-
554
- #: modules/stats.php:923
555
- msgid "Top Searches"
556
- msgstr "أعلى الأبحاث"
557
-
558
- #: modules/stats.php:946
559
- msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
560
- msgstr ""
561
-
562
- #: modules/subscriptions.php:108
563
- msgid "Jetpack Subscriptions Settings"
564
- msgstr "إعدادات اشتراكات جيت باك"
565
-
566
- #: modules/subscriptions.php:117
567
- msgid "Follow Blog"
568
- msgstr "الاشتراك بالنشرة البريدية للموقع"
569
-
570
- #: modules/subscriptions.php:132
571
- msgid "Follow Comments"
572
- msgstr "متابعة التعليقات"
573
-
574
- #: modules/subscriptions.php:153
575
- msgid "Follower Settings"
576
- msgstr ""
577
-
578
- #: modules/subscriptions.php:160
579
- msgid "Blog follow email text"
580
- msgstr ""
581
-
582
- #: modules/subscriptions.php:168
583
- msgid "Comment follow email text"
584
- msgstr ""
585
-
586
- #: modules/subscriptions.php:182
587
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
588
- msgstr ""
589
-
590
- #: modules/subscriptions.php:197
591
- msgid "Show a <em>'follow blog'</em> option in the comment form"
592
- msgstr ""
593
-
594
- #: modules/subscriptions.php:212
595
- msgid "Show a <em>'follow comments'</em> option in the comment form"
596
- msgstr ""
597
-
598
- #: modules/subscriptions.php:237
599
- msgid "These settings change emails sent from your blog to followers."
600
- msgstr ""
601
-
602
- #: modules/subscriptions.php:243
603
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
604
- msgstr ""
605
-
606
- #: modules/subscriptions.php:249
607
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
608
- msgstr ""
609
-
610
- #: modules/subscriptions.php:254
611
- msgid ""
612
- "Howdy.\n"
613
- "\n"
614
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
615
- "\n"
616
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
617
- msgstr ""
618
-
619
- #: modules/subscriptions.php:255
620
- msgid ""
621
- "Howdy.\n"
622
- "\n"
623
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
624
- "\n"
625
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
626
- msgstr ""
627
-
628
- #: modules/subscriptions.php:447
629
- msgid "Notify me of follow-up comments by email."
630
- msgstr ""
631
-
632
- #: modules/subscriptions.php:454
633
- msgid "Notify me of new posts by email."
634
- msgstr ""
635
-
636
- #: modules/subscriptions.php:520
637
- msgid "Add an email signup form to allow people to subscribe to your blog."
638
- msgstr "أضف نموذج الاشتراك بالإيميل للسماح للزوار بالاشتراك بالنشرة البريدية لمدونتك."
639
-
640
- #: modules/subscriptions.php:523
641
- msgid "Blog Subscriptions (Jetpack)"
642
- msgstr "النشرة البريدية (جيت باك)"
643
-
644
- #: modules/subscriptions.php:554
645
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
646
- msgstr "تم إرسال بريد إلكتروني لتأكيد الاشتراك. الرجاء فتح الإيميل واضغط على تفعيل لبدء الاشتراك."
647
-
648
- #: modules/subscriptions.php:564
649
- msgid "The email you entered was invalid, please check and try again."
650
- msgstr "البريد الذي أدخلته غير صحيح، الرجاء التأكد والمحاولة من جديد."
651
-
652
- #: modules/subscriptions.php:567
653
- msgid "You have already subscribed to this site, please check your inbox."
654
- msgstr "لقد قمت بالاشتراك بهذا الموقع مسبقاً، يرجى التحقق من البريد الوارد."
655
-
656
- #: modules/subscriptions.php:574
657
- msgid "There was an error when subscribing, please try again."
658
- msgstr "حدث خطأ بالاشتراك، يرجى المحاولة من جديد."
659
-
660
- #: modules/subscriptions.php:592
661
- msgid "Join %s other subscriber"
662
- msgid_plural "Join %s other subscribers"
663
- msgstr[0] "انضم مع %s مشترك"
664
- msgstr[1] "انضم مع مشترك %s"
665
- msgstr[2] "انضم مع %s مشتركين"
666
- msgstr[3] "انضم مع %s مشتركين"
667
- msgstr[4] "انضم مع %s مشترك"
668
- msgstr[5] "انضم مع %s مشترك"
669
-
670
- #: modules/subscriptions.php:671
671
- msgid "Subscribe to Blog via Email"
672
- msgstr "اشترك بالنشرة البريدية للموقع"
673
-
674
- #: modules/subscriptions.php:672
675
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
676
- msgstr "ادخل بريدك الإلكتروني للاشتراك بالنشرة البريدية والحصول على تنبيهات بالمواضيع الجديدة للموقع."
677
-
678
- #: modules/subscriptions.php:674
679
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
680
- msgstr ""
681
-
682
- #: modules/subscriptions.php:690
683
- msgid "%s: %s"
684
- msgstr ""
685
-
686
- #: modules/subscriptions.php:698 modules/widgets/image-widget.php:107
687
- msgid "Widget title:"
688
- msgstr ""
689
-
690
- #: modules/subscriptions.php:704
691
- msgid "Optional text to display to your readers:"
692
- msgstr ""
693
-
694
- #: modules/subscriptions.php:710
695
- msgid "Subscribe Button:"
696
- msgstr ""
697
-
698
- #: modules/subscriptions.php:717
699
- msgid "Show total number of subscribers? (%s subscriber)"
700
- msgid_plural "Show total number of subscribers? (%s subscribers)"
701
- msgstr[0] ""
702
- msgstr[1] ""
703
- msgstr[2] ""
704
- msgstr[3] ""
705
- msgstr[4] ""
706
- msgstr[5] ""
707
-
708
- #: modules/vaultpress.php:22
709
- msgid "Active"
710
- msgstr "نشط"
711
-
712
- #: modules/widgets/facebook-likebox.php:29
713
- msgid "Facebook Like Box"
714
- msgstr ""
715
-
716
- #: modules/widgets/facebook-likebox.php:29
717
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
718
- msgstr ""
719
-
720
- #: modules/widgets/facebook-likebox.php:41
721
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
722
- msgstr ""
723
-
724
- #: modules/sharedaddy/sharing.php:300
725
- msgid "Button style"
726
- msgstr ""
727
-
728
- #: modules/sharedaddy/sharing.php:303
729
- msgid "Icon + text"
730
- msgstr ""
731
-
732
- #: modules/sharedaddy/sharing.php:304
733
- msgid "Icon only"
734
- msgstr ""
735
-
736
- #: modules/sharedaddy/sharing.php:305
737
- msgid "Text only"
738
- msgstr ""
739
-
740
- #: modules/sharedaddy/sharing.php:306
741
- msgid "Official buttons"
742
- msgstr ""
743
-
744
- #: modules/sharedaddy/sharing.php:311
745
- msgid "Sharing label"
746
- msgstr ""
747
-
748
- #: modules/sharedaddy/sharing.php:317
749
- msgid "Open links in"
750
- msgstr ""
751
-
752
- #: modules/sharedaddy/sharing.php:320
753
- msgid "New window"
754
- msgstr ""
755
-
756
- #: modules/sharedaddy/sharing.php:321
757
- msgid "Same window"
758
- msgstr ""
759
-
760
- #: modules/sharedaddy/sharing.php:326
761
- msgid "Show buttons on"
762
- msgstr ""
763
-
764
- #: modules/sharedaddy/sharing.php:332
765
- msgid "Front Page, Archive Pages, and Search Results"
766
- msgstr ""
767
-
768
- #: modules/sharedaddy/sharing.php:348
769
- msgid "Save Changes"
770
- msgstr "حفظ التغييرات"
771
-
772
- #: modules/sharedaddy/sharing.php:359
773
- msgid "Service name"
774
- msgstr ""
775
-
776
- #: modules/sharedaddy/sharing.php:365
777
- msgid "Sharing URL"
778
- msgstr ""
779
-
780
- #: modules/sharedaddy/sharing.php:369
781
- msgid "You can add the following variables to your service sharing URL:"
782
- msgstr ""
783
-
784
- #: modules/sharedaddy/sharing.php:374
785
- msgid "Icon URL"
786
- msgstr ""
787
-
788
- #: modules/sharedaddy/sharing.php:377
789
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
790
- msgstr ""
791
-
792
- #: modules/sharedaddy/sharing.php:383
793
- msgid "Create Share Button"
794
- msgstr ""
795
-
796
- #: modules/sharedaddy/sharing.php:395
797
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
798
- msgstr ""
799
-
800
- #: modules/shortcodes/archives.php:50
801
- msgid "Your blog does not currently have any published posts."
802
- msgstr ""
803
-
804
- #: modules/shortcodes/audio.php:180
805
- msgid "Download: <a href=\"%s\">%s</a><br />"
806
- msgstr ""
807
-
808
- #: modules/shortcodes/videopress.php:616
809
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
810
- msgstr ""
811
-
812
- #: modules/shortcodes/videopress.php:618
813
- msgid "<strong>%s</strong> is not an allowed embed site."
814
- msgstr ""
815
-
816
- #: modules/shortcodes/videopress.php:618
817
- msgid "Publisher limits playback of video embeds."
818
- msgstr ""
819
-
820
- #: modules/shortcodes/videopress.php:620
821
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
822
- msgstr ""
823
-
824
- #: modules/shortcodes/videopress.php:837
825
- msgid "%s Error"
826
- msgstr ""
827
-
828
- #: modules/shortcodes/videopress.php:871
829
- msgid "This video is intended for mature audiences."
830
- msgstr ""
831
-
832
- #: modules/shortcodes/videopress.php:871
833
- msgid "Please verify your birthday."
834
- msgstr ""
835
-
836
- #: modules/shortcodes/videopress.php:887
837
- msgid "January"
838
- msgstr "يناير"
839
-
840
- #: modules/shortcodes/videopress.php:887
841
- msgid "February"
842
- msgstr "فبراير"
843
-
844
- #: modules/shortcodes/videopress.php:887
845
- msgid "March"
846
- msgstr "مارس"
847
-
848
- #: modules/shortcodes/videopress.php:887
849
- msgid "April"
850
- msgstr "أبريل"
851
-
852
- #: modules/shortcodes/videopress.php:887
853
- msgid "May"
854
- msgstr "مايو"
855
-
856
- #: modules/shortcodes/videopress.php:887
857
- msgid "June"
858
- msgstr "يونيو"
859
-
860
- #: modules/shortcodes/videopress.php:887
861
- msgid "July"
862
- msgstr "يوليو"
863
-
864
- #: modules/shortcodes/videopress.php:887
865
- msgid "August"
866
- msgstr "اغسطس"
867
-
868
- #: modules/shortcodes/videopress.php:887
869
- msgid "September"
870
- msgstr "سبتمبر"
871
-
872
- #: modules/shortcodes/videopress.php:887
873
- msgid "October"
874
- msgstr "أكتوبر"
875
-
876
- #: modules/shortcodes/videopress.php:887
877
- msgid "November"
878
- msgstr "نوفمبر"
879
-
880
- #: modules/shortcodes/videopress.php:887
881
- msgid "December"
882
- msgstr "ديسمبر"
883
-
884
- #: modules/shortcodes/videopress.php:923
885
- msgid "Submit"
886
- msgstr "تنفيذ"
887
-
888
- #: modules/shortcodes/videopress.php:969
889
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
890
- msgstr ""
891
-
892
- #: modules/shortcodes/videopress.php:1027
893
- msgctxt "watch a video title"
894
- msgid "Watch: %s"
895
- msgstr ""
896
-
897
- #: modules/shortcodes/videopress.php:1123
898
- #: modules/shortcodes/videopress.php:1145
899
- msgid "this video"
900
- msgstr ""
901
-
902
- #: modules/shortcodes/videopress.php:1152
903
- msgctxt "Play as in playback or view a movie"
904
- msgid "JavaScript required to play %s."
905
- msgstr ""
906
-
907
- #: modules/shortcodes/videopress.php:1299
908
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
909
- msgstr ""
910
-
911
- #: modules/shortcodes/videopress.php:1306
912
- msgid "Loading video..."
913
- msgstr ""
914
-
915
- #: modules/stats.php:252 modules/stats.php:645
916
- msgid "Site Stats"
917
- msgstr ""
918
-
919
- #: modules/stats.php:343
920
- msgid "Loading&hellip;"
921
- msgstr ""
922
-
923
- #: modules/stats.php:344
924
- msgid "Your Site Stats work better with Javascript enabled."
925
- msgstr ""
926
-
927
- #: modules/stats.php:345
928
- msgid "View Site Stats without Javascript"
929
- msgstr ""
930
-
931
- #: modules/stats.php:517
932
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
933
- msgstr ""
934
-
935
- #: modules/stats.php:522
936
- msgid "Admin bar"
937
- msgstr ""
938
-
939
- #: modules/stats.php:523
940
- msgid "Put a chart showing 48 hours of views in the admin bar."
941
- msgstr ""
942
-
943
- #: modules/stats.php:524
944
- msgid "Registered users"
945
- msgstr ""
946
-
947
- #: modules/stats.php:525
948
- msgid "Count the page views of registered users who are logged in."
949
- msgstr ""
950
-
951
- #: modules/stats.php:526
952
- msgid "Smiley"
953
- msgstr ""
954
-
955
- #: modules/sharedaddy/sharing-sources.php:279
956
- msgid "Send to Email Address"
957
- msgstr ""
958
-
959
- #: modules/sharedaddy/sharing-sources.php:287
960
- msgid "Your Name"
961
- msgstr "إسمك"
962
-
963
- #: modules/sharedaddy/sharing-sources.php:290
964
- msgid "Your Email Address"
965
- msgstr ""
966
-
967
- #: modules/sharedaddy/sharing-sources.php:298
968
- msgid "Send Email"
969
- msgstr ""
970
-
971
- #: modules/sharedaddy/sharing-sources.php:299
972
- msgid "Cancel"
973
- msgstr "إلغاء"
974
-
975
- #: modules/sharedaddy/sharing-sources.php:302
976
- msgid "Post was not sent - check your email addresses!"
977
- msgstr ""
978
-
979
- #: modules/sharedaddy/sharing-sources.php:306
980
- msgid "Email check failed, please try again"
981
- msgstr "فشل التأكد من البريد الإلكتروني، من فضلك أعد المحاولة"
982
-
983
- #: modules/sharedaddy/sharing-sources.php:310
984
- msgid "Sorry, your blog cannot share posts by email."
985
- msgstr ""
986
-
987
- #: modules/sharedaddy/sharing-sources.php:330 modules/widgets/twitter.php:22
988
- msgid "Twitter"
989
- msgstr "Twitter"
990
-
991
- #: modules/sharedaddy/sharing-sources.php:376
992
- msgctxt "share to"
993
- msgid "Twitter"
994
- msgstr ""
995
-
996
- #: modules/sharedaddy/sharing-sources.php:376
997
- msgid "Click to share on Twitter"
998
- msgstr ""
999
-
1000
- #: modules/sharedaddy/sharing-sources.php:451
1001
- msgid "StumbleUpon"
1002
- msgstr ""
1003
-
1004
- #: modules/sharedaddy/sharing-sources.php:462
1005
- msgctxt "share to"
1006
- msgid "StumbleUpon"
1007
- msgstr ""
1008
-
1009
- #: modules/sharedaddy/sharing-sources.php:462
1010
- msgid "Click to share on StumbleUpon"
1011
- msgstr ""
1012
-
1013
- #: modules/sharedaddy/sharing-sources.php:489
1014
- #: modules/sharedaddy/sharing-sources.php:496
1015
- msgid "Reddit"
1016
- msgstr ""
1017
-
1018
- #: modules/sharedaddy/sharing-sources.php:496
1019
- msgid "Click to share on Reddit"
1020
- msgstr ""
1021
-
1022
- #: modules/sharedaddy/sharing-sources.php:523
1023
- msgid "Digg"
1024
- msgstr ""
1025
-
1026
- #: modules/sharedaddy/sharing-sources.php:532
1027
- #: modules/sharedaddy/sharing-sources.php:535
1028
- msgid "Click to Digg this post"
1029
- msgstr ""
1030
-
1031
- #: modules/sharedaddy/sharing-sources.php:535
1032
- msgctxt "share to"
1033
- msgid "Digg"
1034
- msgstr ""
1035
-
1036
- #: modules/sharedaddy/sharing-sources.php:579
1037
- msgid "LinkedIn"
1038
- msgstr ""
1039
-
1040
- #: modules/sharedaddy/sharing-sources.php:593
1041
- msgctxt "share to"
1042
- msgid "LinkedIn"
1043
- msgstr ""
1044
-
1045
- #: modules/sharedaddy/sharing-sources.php:593
1046
- msgid "Click to share on LinkedIn"
1047
- msgstr ""
1048
-
1049
- #: modules/sharedaddy/sharing-sources.php:659
1050
- msgid "Facebook"
1051
- msgstr ""
1052
-
1053
- #: modules/sharedaddy/sharing-sources.php:734
1054
- msgctxt "share to"
1055
- msgid "Facebook"
1056
- msgstr ""
1057
-
1058
- #: modules/sharedaddy/sharing-sources.php:734
1059
- msgid "Share on Facebook"
1060
- msgstr ""
1061
-
1062
- #: modules/sharedaddy/sharing-sources.php:765
1063
- msgid "Print"
1064
- msgstr "اطبع"
1065
-
1066
- #: modules/sharedaddy/sharing-sources.php:769
1067
- msgctxt "share to"
1068
- msgid "Print"
1069
- msgstr ""
1070
-
1071
- #: modules/sharedaddy/sharing-sources.php:769
1072
- msgid "Click to print"
1073
- msgstr ""
1074
-
1075
- #: modules/sharedaddy/sharing-sources.php:785
1076
- msgid "Press This"
1077
- msgstr "انشر"
1078
-
1079
- #: modules/sharedaddy/sharing-sources.php:813
1080
- msgctxt "share to"
1081
- msgid "Press This"
1082
- msgstr ""
1083
-
1084
- #: modules/sharedaddy/sharing-sources.php:813
1085
- msgid "Click to Press This!"
1086
- msgstr ""
1087
-
1088
- #: modules/sharedaddy/sharing-sources.php:831
1089
- msgid "Google +1"
1090
- msgstr ""
1091
-
1092
- #: modules/sharedaddy/sharing-sources.php:846
1093
- msgctxt "share to"
1094
- msgid "Google +1"
1095
- msgstr ""
1096
-
1097
- #: modules/sharedaddy/sharing-sources.php:846
1098
- msgid "Click to share on Google+"
1099
- msgstr ""
1100
-
1101
- #: modules/sharedaddy/sharing-sources.php:935
1102
- msgid "Click to share"
1103
- msgstr "اضغط هنا لتنشرها"
1104
-
1105
- #: modules/sharedaddy/sharing-sources.php:990
1106
- msgid "URL"
1107
- msgstr "الرابط"
1108
-
1109
- #: modules/sharedaddy/sharing-sources.php:995
1110
- msgid "Icon"
1111
- msgstr ""
1112
-
1113
- #: modules/sharedaddy/sharing-sources.php:1002
1114
- msgid "Save"
1115
- msgstr "حفظ"
1116
-
1117
- #: modules/sharedaddy/sharing-sources.php:1003
1118
- msgid "Remove Service"
1119
- msgstr ""
1120
-
1121
- #: modules/sharedaddy/sharing-sources.php:1082
1122
- msgid "Tumblr"
1123
- msgstr ""
1124
-
1125
- #: modules/sharedaddy/sharing-sources.php:1093
1126
- msgctxt "share to"
1127
- msgid "Tumblr"
1128
- msgstr ""
1129
-
1130
- #: modules/sharedaddy/sharing-sources.php:1093
1131
- msgid "Click to share on Tumblr"
1132
- msgstr ""
1133
-
1134
- #: modules/sharedaddy/sharing-sources.php:1129
1135
- msgid "Pinterest"
1136
- msgstr ""
1137
-
1138
- #: modules/sharedaddy/sharing-sources.php:1159
1139
- msgid "Pin It"
1140
- msgstr ""
1141
-
1142
- #: modules/sharedaddy/sharing-sources.php:1161
1143
- msgctxt "share to"
1144
- msgid "Pinterest"
1145
- msgstr ""
1146
-
1147
- #: modules/sharedaddy/sharing-sources.php:1161
1148
- msgid "Click to share on Pinterest"
1149
- msgstr ""
1150
-
1151
- #: modules/sharedaddy/sharing.php:153
1152
- msgid "Warning! Multibyte support missing!"
1153
- msgstr ""
1154
-
1155
- #: modules/sharedaddy/sharing.php:154
1156
- msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
1157
- msgstr ""
1158
-
1159
- #: modules/sharedaddy/sharing.php:158
1160
- msgid "Settings have been saved"
1161
- msgstr ""
1162
-
1163
- #: modules/sharedaddy/sharing.php:169
1164
- msgid "Sharing Buttons"
1165
- msgstr ""
1166
-
1167
- #: modules/sharedaddy/sharing.php:170
1168
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1169
- msgstr ""
1170
-
1171
- #: modules/sharedaddy/sharing.php:176
1172
- msgid "Available Services"
1173
- msgstr ""
1174
-
1175
- #: modules/sharedaddy/sharing.php:177
1176
- msgid "Drag and drop the services you'd like to enable into the box below."
1177
- msgstr ""
1178
-
1179
- #: modules/sharedaddy/sharing.php:178
1180
- msgid "Add a new service"
1181
- msgstr ""
1182
-
1183
- #: modules/sharedaddy/sharing.php:198
1184
- msgid "Enabled Services"
1185
- msgstr ""
1186
-
1187
- #: modules/sharedaddy/sharing.php:201
1188
- msgid "Services dragged here will appear individually."
1189
- msgstr ""
1190
-
1191
- #: modules/sharedaddy/sharing.php:204
1192
- msgid "Drag and drop available services here."
1193
- msgstr ""
1194
-
1195
- #: modules/sharedaddy/sharing.php:215
1196
- msgid "Services dragged here will be hidden behind a share button."
1197
- msgstr ""
1198
-
1199
- #: modules/sharedaddy/sharing.php:230
1200
- msgid "Live Preview"
1201
- msgstr ""
1202
-
1203
- #: modules/sharedaddy/sharing.php:233
1204
- msgid "Sharing is off. Add services above to enable."
1205
- msgstr ""
1206
-
1207
- #: modules/module-info.php:638
1208
- msgid "When you write great content, all you really want is people to find it, right?"
1209
- msgstr ""
1210
-
1211
- #: modules/module-info.php:640
1212
- msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
1213
- msgstr ""
1214
-
1215
- #: modules/module-info.php:643
1216
- msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
1217
- msgstr ""
1218
-
1219
- #: modules/module-info.php:645
1220
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
1221
- msgstr ""
1222
-
1223
- #: modules/module-info.php:655
1224
- msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
1225
- msgstr ""
1226
-
1227
- #: modules/module-info.php:675 modules/module-info.php:678
1228
- #: modules/post-by-email.php:89
1229
- msgid "Post by Email"
1230
- msgstr ""
1231
-
1232
- #: modules/module-info.php:680
1233
- msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
1234
- msgstr ""
1235
-
1236
- #: modules/module-info.php:684
1237
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
1238
- msgstr ""
1239
-
1240
- #: modules/module-info.php:688
1241
- msgid "More information on sending emails, attachments, and customizing your posts."
1242
- msgstr ""
1243
-
1244
- #: modules/module-info.php:708
1245
- msgid "Photon"
1246
- msgstr ""
1247
-
1248
- #: modules/module-info.php:710
1249
- msgid "Give your site a boost by loading images in post and posts' featured images from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your web host with the click of a button."
1250
- msgstr ""
1251
-
1252
- #: modules/post-by-email.php:92 modules/subscriptions.php:596
1253
- msgid "Email Address"
1254
- msgstr "عنوان البريد الإلكتروني"
1255
-
1256
- #: modules/post-by-email.php:107
1257
- msgid "Enable Post By Email"
1258
- msgstr ""
1259
-
1260
- #: modules/post-by-email.php:111 modules/shortcodes/videopress.php:926
1261
- msgid "More information"
1262
- msgstr ""
1263
-
1264
- #: modules/post-by-email.php:114
1265
- msgid "Regenerate Address"
1266
- msgstr ""
1267
-
1268
- #: modules/post-by-email.php:115
1269
- msgid "Disable Post By Email"
1270
- msgstr ""
1271
-
1272
- #: modules/post-by-email.php:123
1273
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
1274
- msgstr ""
1275
-
1276
- #: modules/post-by-email.php:126 modules/publicize/publicize-jetpack.php:58
1277
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
1278
- msgstr ""
1279
-
1280
- #: modules/post-by-email.php:167 modules/post-by-email.php:176
1281
- msgid "Unable to create your Post By Email address. Please try again later."
1282
- msgstr ""
1283
-
1284
- #: modules/post-by-email.php:195 modules/post-by-email.php:204
1285
- msgid "Unable to regenerate your Post By Email address. Please try again later."
1286
- msgstr ""
1287
-
1288
- #: modules/post-by-email.php:223 modules/post-by-email.php:232
1289
- msgid "Unable to disable your Post By Email address. Please try again later."
1290
- msgstr ""
1291
-
1292
- #: modules/publicize/publicize-jetpack.php:55
1293
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
1294
- msgstr ""
1295
-
1296
- #: modules/publicize/publicize-jetpack.php:165
1297
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
1298
- msgstr ""
1299
-
1300
- #: modules/publicize/publicize-jetpack.php:167
1301
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
1302
- msgstr ""
1303
-
1304
- #: modules/publicize/publicize-jetpack.php:313
1305
- #: modules/publicize/publicize-jetpack.php:329
1306
- #: modules/publicize/publicize-jetpack.php:453
1307
- msgid "Publicize to my %s:"
1308
- msgstr ""
1309
-
1310
- #: modules/publicize/publicize-jetpack.php:314
1311
- msgid "Facebook Wall"
1312
- msgstr ""
1313
-
1314
- #: modules/publicize/publicize-jetpack.php:330
1315
- msgid "Facebook Page"
1316
- msgstr ""
1317
-
1318
- #: modules/publicize/publicize-jetpack.php:361
1319
- #: modules/publicize/publicize-jetpack.php:473 modules/publicize/ui.php:214
1320
- msgid "OK"
1321
- msgstr "موافق"
1322
-
1323
- #: modules/publicize/publicize-jetpack.php:454
1324
- msgid "Tumblr blog"
1325
- msgstr ""
1326
-
1327
- #: modules/publicize/ui.php:35 modules/publicize/ui.php:45
1328
- #: modules/sharedaddy/sharing.php:57 modules/sharedaddy/sharing.php:163
1329
- msgid "Sharing Settings"
1330
- msgstr "إعدادات أزار المشاركة"
1331
-
1332
- #: modules/publicize/ui.php:76
1333
- msgid "You have successfully connected your blog with your %s account."
1334
- msgstr ""
1335
-
1336
- #: modules/publicize/ui.php:91
1337
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
1338
- msgstr ""
1339
-
1340
- #: modules/publicize/ui.php:92
1341
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
1342
- msgstr ""
1343
-
1344
- #: modules/publicize/ui.php:153
1345
- msgid "Shared"
1346
- msgstr ""
1347
-
1348
- #: modules/publicize/ui.php:156 modules/publicize/ui.php:160
1349
- msgid "Disconnect"
1350
- msgstr ""
1351
-
1352
- #: modules/publicize/ui.php:169
1353
- msgid "Add new %s connection."
1354
- msgstr ""
1355
-
1356
- #: modules/publicize/ui.php:185
1357
- msgid "Make this connection available to all users of this blog?"
1358
- msgstr ""
1359
-
1360
- #: modules/publicize/ui.php:193
1361
- msgid "There was a problem connecting to %s. Please disconnect and try again."
1362
- msgstr ""
1363
-
1364
- #: modules/publicize/ui.php:383
1365
- msgid "Publicize:"
1366
- msgstr ""
1367
-
1368
- #: modules/publicize/ui.php:429
1369
- msgctxt "Service: Account connected as"
1370
- msgid "%1$s: %2$s"
1371
- msgstr ""
1372
-
1373
- #: modules/publicize/ui.php:464
1374
- msgid "Custom Message:"
1375
- msgstr ""
1376
-
1377
- #: modules/publicize/ui.php:469 modules/publicize/ui.php:498
1378
- #: modules/publicize/ui.php:500
1379
- msgid "Hide"
1380
- msgstr "إخفاء "
1381
-
1382
- #: modules/publicize/ui.php:478
1383
- msgid "Not Connected"
1384
- msgstr ""
1385
-
1386
- #: modules/publicize/ui.php:485
1387
- msgid "Connect to"
1388
- msgstr ""
1389
-
1390
- #: modules/publicize/ui.php:490
1391
- msgid "Connect and share your posts on %s"
1392
- msgstr ""
1393
-
1394
- #: modules/publicize/ui.php:513
1395
- msgid "Show"
1396
- msgstr "عرض"
1397
-
1398
- #: modules/publicize.php:87
1399
- msgctxt "word count: words or characters?"
1400
- msgid "words"
1401
- msgstr ""
1402
-
1403
- #: modules/sharedaddy/sharedaddy.php:18
1404
- msgid "Shared Post"
1405
- msgstr ""
1406
-
1407
- #: modules/sharedaddy/sharedaddy.php:35
1408
- msgid "Show sharing buttons."
1409
- msgstr ""
1410
-
1411
- #: modules/sharedaddy/sharedaddy.php:112
1412
- msgid "Disable CSS and JS"
1413
- msgstr ""
1414
-
1415
- #: modules/sharedaddy/sharedaddy.php:114
1416
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1417
- msgstr ""
1418
-
1419
- #: modules/sharedaddy/sharing-service.php:12
1420
- msgid "Share this:"
1421
- msgstr ""
1422
-
1423
- #: modules/sharedaddy/sharing-service.php:523
1424
- #: modules/sharedaddy/sharing.php:245 modules/sharedaddy/sharing.php:278
1425
- msgid "More"
1426
- msgstr ""
1427
-
1428
- #: modules/sharedaddy/sharing-service.php:525
1429
- msgid "Share"
1430
- msgstr ""
1431
-
1432
- #: modules/sharedaddy/sharing-sources.php:242
1433
- msgid "This post has been shared!"
1434
- msgstr ""
1435
-
1436
- #: modules/sharedaddy/sharing-sources.php:243
1437
- msgid "You have shared this post with %s"
1438
- msgstr ""
1439
-
1440
- #: modules/sharedaddy/sharing-sources.php:244
1441
- msgid "Close"
1442
- msgstr "إغلاق"
1443
-
1444
- #: modules/sharedaddy/sharing-sources.php:266
1445
- msgctxt "share to"
1446
- msgid "Email"
1447
- msgstr ""
1448
-
1449
- #: modules/sharedaddy/sharing-sources.php:266
1450
- msgid "Click to email this to a friend"
1451
- msgstr ""
1452
-
1453
- #: modules/module-info.php:315 modules/module-info.php:318
1454
- #: modules/module-info.php:339 modules/publicize/ui.php:35
1455
- #: modules/sharedaddy/sharedaddy.php:25 modules/sharedaddy/sharing.php:57
1456
- msgid "Sharing"
1457
- msgstr ""
1458
-
1459
- #: modules/module-info.php:319
1460
- msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
1461
- msgstr ""
1462
-
1463
- #: modules/module-info.php:323
1464
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
1465
- msgstr ""
1466
-
1467
- #: modules/module-info.php:325
1468
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
1469
- msgstr ""
1470
-
1471
- #: modules/module-info.php:329
1472
- msgid "Additionally you can define your own custom services."
1473
- msgstr ""
1474
-
1475
- #: modules/module-info.php:344
1476
- msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
1477
- msgstr ""
1478
-
1479
- #: modules/module-info.php:345
1480
- msgid "Drag and drop sharing services into the enabled section to have them show up on your site, and drag them into the hidden section to have them hidden behind a button."
1481
- msgstr ""
1482
-
1483
- #: modules/module-info.php:351
1484
- msgid "Full details can be found on the <a href=\"%s\">Sharing support page</a>. This video also gives a swish run-down of how to use the Sharing feature. Watch it in HD for extra snazz!"
1485
- msgstr ""
1486
-
1487
- #: modules/module-info.php:366 modules/module-info.php:370
1488
- msgid "Spelling and Grammar"
1489
- msgstr ""
1490
-
1491
- #: modules/module-info.php:372
1492
- msgid "The <a href='%s'>After&nbsp;the&nbsp;Deadline</a> Proofreading service improves your writing by using artificial intelligence to find your errors and offer smart suggestions."
1493
- msgstr ""
1494
-
1495
- #: modules/module-info.php:373
1496
- msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
1497
- msgstr ""
1498
-
1499
- #: modules/module-info.php:387 modules/module-info.php:401
1500
- msgid "Widgets Screenshot"
1501
- msgstr ""
1502
-
1503
- #: modules/module-info.php:390 modules/module-info.php:404
1504
- msgid "Extra Sidebar Widgets"
1505
- msgstr ""
1506
-
1507
- #: modules/module-info.php:392
1508
- msgid "The RSS Links Widget "
1509
- msgstr ""
1510
-
1511
- #: modules/module-info.php:392
1512
- msgid "allows you to add links to your blog&#8217;s post and comment RSS feeds in your sidebar. This makes it easy for your readers to stay updated when you post new content or receive new comments."
1513
- msgstr ""
1514
-
1515
- #: modules/module-info.php:393
1516
- msgid "The Twitter Widget "
1517
- msgstr ""
1518
-
1519
- #: modules/module-info.php:393
1520
- msgid "shows your latest tweets within a sidebar on your theme. It&#8217;s an easy way to add more activity to your site. There are also a number of customization options."
1521
- msgstr ""
1522
-
1523
- #: modules/module-info.php:393
1524
- msgid "The Facebook Like Box Widget "
1525
- msgstr ""
1526
-
1527
- #: modules/module-info.php:393
1528
- msgid "shows your Facebook Like Box within a sidebar on your theme. It&#8217;s a great way to let your readers show their support."
1529
- msgstr ""
1530
-
1531
- #: modules/module-info.php:393
1532
- msgid "The Image Widget "
1533
- msgstr ""
1534
-
1535
- #: modules/module-info.php:393
1536
- msgid "allows you to easily add images to widget areas in your theme. It&#8217;s an easy way to add more visual interest to your site."
1537
- msgstr ""
1538
-
1539
- #: modules/module-info.php:406
1540
- msgid "The RSS Links Widget"
1541
- msgstr ""
1542
-
1543
- #: modules/module-info.php:406
1544
- msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
1545
- msgstr ""
1546
-
1547
- #: modules/module-info.php:407
1548
- msgid "The Twitter Widget"
1549
- msgstr ""
1550
-
1551
- #: modules/module-info.php:407
1552
- msgid "shows your latest tweets within a sidebar on your theme."
1553
- msgstr ""
1554
-
1555
- #: modules/module-info.php:408
1556
- msgid "The Facebook Like Box Widget"
1557
- msgstr ""
1558
-
1559
- #: modules/module-info.php:408
1560
- msgid "shows your Facebook Like Box within a sidebar on your theme."
1561
- msgstr ""
1562
-
1563
- #: modules/module-info.php:409
1564
- msgid "The Image Widget"
1565
- msgstr ""
1566
-
1567
- #: modules/module-info.php:409
1568
- msgid "lets you easily add images to a sidebar on your theme."
1569
- msgstr ""
1570
-
1571
- #: modules/module-info.php:411
1572
- msgid "Each of these widgets has a number of customization options."
1573
- msgstr ""
1574
-
1575
- #: modules/module-info.php:411
1576
- msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
1577
- msgstr ""
1578
-
1579
- #: modules/module-info.php:424
1580
- msgid "Subsriptions Screenshot"
1581
- msgstr ""
1582
-
1583
- #: modules/module-info.php:427
1584
- msgid "Subscriptions"
1585
- msgstr "اشتراكات"
1586
-
1587
- #: modules/module-info.php:429
1588
- msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
1589
- msgstr ""
1590
-
1591
- #: modules/module-info.php:430
1592
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
1593
- msgstr ""
1594
-
1595
- #: modules/module-info.php:435
1596
- msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
1597
- msgstr ""
1598
-
1599
- #: modules/module-info.php:436
1600
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
1601
- msgstr ""
1602
-
1603
- #: modules/module-info.php:449
1604
- msgid "Enhanced Distribution"
1605
- msgstr ""
1606
-
1607
- #: modules/module-info.php:451
1608
- msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
1609
- msgstr ""
1610
-
1611
- #: modules/module-info.php:466
1612
- msgid "JSON API"
1613
- msgstr ""
1614
-
1615
- #: modules/module-info.php:468
1616
- msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
1617
- msgstr ""
1618
-
1619
- #: modules/module-info.php:470
1620
- msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
1621
- msgstr ""
1622
-
1623
- #: modules/module-info.php:498
1624
- msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
1625
- msgstr ""
1626
-
1627
- #: modules/module-info.php:501
1628
- msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
1629
- msgstr ""
1630
-
1631
- #: modules/module-info.php:518
1632
- msgid "Jetpack Comments Screenshot"
1633
- msgstr ""
1634
-
1635
- #: modules/module-info.php:523
1636
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
1637
- msgstr ""
1638
-
1639
- #: modules/module-info.php:528
1640
- msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
1641
- msgstr ""
1642
-
1643
- #: modules/module-info.php:549
1644
- msgid "Gallery Carousel Screenshot"
1645
- msgstr ""
1646
-
1647
- #: modules/module-info.php:552
1648
- msgid "Carousel"
1649
- msgstr ""
1650
-
1651
- #: modules/module-info.php:554
1652
- msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
1653
- msgstr ""
1654
-
1655
- #: modules/module-info.php:567 modules/module-info.php:570
1656
- msgid "Custom CSS"
1657
- msgstr ""
1658
-
1659
- #: modules/module-info.php:571
1660
- msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
1661
- msgstr ""
1662
-
1663
- #: modules/module-info.php:572
1664
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
1665
- msgstr ""
1666
-
1667
- #: modules/module-info.php:589 modules/module-info.php:592
1668
- msgid "Mobile Theme"
1669
- msgstr ""
1670
-
1671
- #: modules/module-info.php:593
1672
- msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
1673
- msgstr ""
1674
-
1675
- #: modules/module-info.php:594
1676
- msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
1677
- msgstr ""
1678
-
1679
- #: modules/module-info.php:595
1680
- msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
1681
- msgstr ""
1682
-
1683
- #: modules/module-info.php:611 modules/module-info.php:614
1684
- msgid "Mobile Push Notifications"
1685
- msgstr ""
1686
-
1687
- #: modules/module-info.php:616
1688
- msgid "If you have your blog added to the <a href=\"http://ios.wordpress.org/\">WordPress for iOS app</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
1689
- msgstr ""
1690
-
1691
- #: modules/module-info.php:635
1692
- msgid "Infinite Scroll"
1693
- msgstr ""
1694
-
1695
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:70
1696
- msgid "Your comment is awaiting moderation."
1697
- msgstr "تعليقك بأنتظار الموافقة بالنشر."
1698
-
1699
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:79
1700
- msgid "Reply <span>&darr;</span>"
1701
- msgstr ""
1702
-
1703
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:93
1704
- msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
1705
- msgstr ""
1706
-
1707
- #: modules/minileven/theme/pub/minileven/index.php:23
1708
- msgid "Daily Archives: %s"
1709
- msgstr "الأرشيف اليومي : %s"
1710
-
1711
- #: modules/minileven/theme/pub/minileven/index.php:25
1712
- msgid "Monthly Archives: %s"
1713
- msgstr "الأرشيف الشهري: %s"
1714
-
1715
- #: modules/minileven/theme/pub/minileven/index.php:27
1716
- msgid "Yearly Archives: %s"
1717
- msgstr "الأرشيف السنوي: %s"
1718
-
1719
- #: modules/minileven/theme/pub/minileven/index.php:29
1720
- msgid "Posted in %s"
1721
- msgstr "أرسلت فى %s "
1722
-
1723
- #: modules/minileven/theme/pub/minileven/index.php:31
1724
- msgid "Tagged with %s"
1725
- msgstr ""
1726
-
1727
- #: modules/minileven/theme/pub/minileven/index.php:33
1728
- msgid "Posted by"
1729
- msgstr ""
1730
-
1731
- #: modules/minileven/theme/pub/minileven/index.php:35
1732
- msgid "Blog Archives"
1733
- msgstr "أرشيف المدونة"
1734
-
1735
- #: modules/minileven/theme/pub/minileven/index.php:43
1736
- msgid "Search Results for: %s"
1737
- msgstr ""
1738
-
1739
- #: modules/minileven/theme/pub/minileven/index.php:57
1740
- msgid "Nothing Found"
1741
- msgstr "لم يتم العثور على نتائج"
1742
-
1743
- #: modules/minileven/theme/pub/minileven/index.php:61
1744
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
1745
- msgstr ""
1746
-
1747
- #: modules/minileven/theme/pub/minileven/searchform.php:9
1748
- #: modules/minileven/theme/pub/minileven/searchform.php:10
1749
- #: modules/minileven/theme/pub/minileven/searchform.php:11
1750
- msgid "Search"
1751
- msgstr "بحث"
1752
-
1753
- #: modules/minileven.php:48
1754
- msgid "Excerpts"
1755
- msgstr ""
1756
-
1757
- #: modules/minileven.php:52
1758
- msgid "Enable excerpts on front page and on archive pages"
1759
- msgstr ""
1760
-
1761
- #: modules/minileven.php:57
1762
- msgid "Show full posts on front page and on archive pages"
1763
- msgstr ""
1764
-
1765
- #: modules/minileven.php:62
1766
- msgid "Mobile App Promos"
1767
- msgstr ""
1768
-
1769
- #: modules/minileven.php:66
1770
- msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
1771
- msgstr ""
1772
-
1773
- #: modules/minileven.php:75
1774
- msgid "Mobile Apps"
1775
- msgstr ""
1776
-
1777
- #: modules/minileven.php:76
1778
- msgid "Take WordPress with you."
1779
- msgstr ""
1780
-
1781
- #: modules/minileven.php:78
1782
- msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
1783
- msgstr ""
1784
-
1785
- #: modules/module-info.php:22 modules/module-info.php:26
1786
- msgid "VaultPress"
1787
- msgstr ""
1788
-
1789
- #: modules/module-info.php:28
1790
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
1791
- msgstr ""
1792
-
1793
- #: modules/module-info.php:29
1794
- msgctxt "Visit your _VaultPress_dashboard_."
1795
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
1796
- msgstr ""
1797
-
1798
- #: modules/module-info.php:29
1799
- msgid "VaultPress dashboard"
1800
- msgstr ""
1801
-
1802
- #: modules/module-info.php:31
1803
- msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
1804
- msgstr ""
1805
-
1806
- #: modules/module-info.php:32
1807
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
1808
- msgid "View %s."
1809
- msgstr ""
1810
-
1811
- #: modules/module-info.php:32
1812
- msgid "Plans & Pricing"
1813
- msgstr ""
1814
-
1815
- #: modules/module-info.php:53 modules/module-info.php:68
1816
- msgid "Gravatar Hovercard"
1817
- msgstr ""
1818
-
1819
- #: modules/module-info.php:58 modules/module-info.php:73
1820
- msgid "What&#8217;s a Hovercard?"
1821
- msgstr ""
1822
-
1823
- #: modules/module-info.php:59
1824
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
1825
- msgstr ""
1826
-
1827
- #: modules/module-info.php:60
1828
- msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
1829
- msgstr ""
1830
-
1831
- #: modules/module-info.php:74
1832
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
1833
- msgstr ""
1834
-
1835
- #: modules/module-info.php:75
1836
- msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
1837
- msgstr ""
1838
-
1839
- #: modules/module-info.php:90 modules/module-info.php:94
1840
- #: modules/module-info.php:103 modules/module-info.php:107
1841
- msgid "Shortcode Embeds"
1842
- msgstr ""
1843
-
1844
- #: modules/module-info.php:95 modules/module-info.php:108
1845
- msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
1846
- msgstr ""
1847
-
1848
- #: modules/module-info.php:109
1849
- msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
1850
- msgstr ""
1851
-
1852
- #: modules/module-info.php:132
1853
- msgid "Available shortcodes are: %l."
1854
- msgstr ""
1855
-
1856
- #: modules/module-info.php:147 modules/module-info.php:151
1857
- #: modules/module-info.php:161 modules/module-info.php:165
1858
- msgid "WP.me Shortlinks"
1859
- msgstr ""
1860
-
1861
- #: modules/module-info.php:152 modules/module-info.php:166
1862
- msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
1863
- msgstr ""
1864
-
1865
- #: modules/module-info.php:153
1866
- msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
1867
- msgstr ""
1868
-
1869
- #: modules/module-info.php:167
1870
- msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
1871
- msgstr ""
1872
-
1873
- #: modules/module-info.php:182 modules/module-info.php:186
1874
- #: modules/module-info.php:195 modules/module-info.php:199
1875
- msgid "WordPress.com Stats"
1876
- msgstr ""
1877
-
1878
- #: modules/module-info.php:187 modules/module-info.php:200
1879
- msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
1880
- msgstr ""
1881
-
1882
- #: modules/module-info.php:201
1883
- msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
1884
- msgstr ""
1885
-
1886
- #: modules/module-info.php:215 modules/module-info.php:219
1887
- #: modules/publicize/ui.php:89
1888
- msgid "Publicize"
1889
- msgstr ""
1890
-
1891
- #: modules/module-info.php:220
1892
- msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
1893
- msgstr ""
1894
-
1895
- #: modules/module-info.php:221
1896
- msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
1897
- msgstr ""
1898
-
1899
- #: modules/module-info.php:225
1900
- msgid "Manage your <a href=\"%s\">Publicize settings</a>."
1901
- msgstr ""
1902
-
1903
- #: modules/module-info.php:229 modules/publicize/ui.php:102
1904
- msgid "More information on using Publicize."
1905
- msgstr ""
1906
-
1907
- #: modules/module-info.php:245 modules/module-info.php:249
1908
- #: modules/module-info.php:258 modules/module-info.php:262
1909
- #: modules/notes.php:106
1910
- msgid "Notifications"
1911
- msgstr ""
1912
-
1913
- #: modules/module-info.php:250 modules/module-info.php:263
1914
- msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
1915
- msgstr ""
1916
-
1917
- #: modules/module-info.php:264
1918
- msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
1919
- msgstr ""
1920
-
1921
- #: modules/module-info.php:279 modules/module-info.php:294
1922
- msgid "LaTeX"
1923
- msgstr ""
1924
-
1925
- #: modules/module-info.php:284 modules/module-info.php:299
1926
- msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
1927
- msgstr ""
1928
-
1929
- #: modules/module-info.php:285
1930
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
1931
- msgstr ""
1932
-
1933
- #: modules/module-info.php:286
1934
- msgid "Wow, that sounds nerdy."
1935
- msgstr ""
1936
-
1937
- #: modules/module-info.php:300
1938
- msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
1939
- msgstr ""
1940
-
1941
- #: modules/custom-css/custom-css.php:865
1942
- msgid "Preview"
1943
- msgstr "معاينة"
1944
-
1945
- #: modules/custom-css/custom-css.php:866
1946
- msgid "Save Stylesheet &amp; Buy Upgrade"
1947
- msgstr ""
1948
-
1949
- #: modules/custom-css/custom-css.php:866
1950
- msgid "Save Stylesheet"
1951
- msgstr ""
1952
-
1953
- #: modules/custom-css/custom-css.php:871
1954
- msgid "CSS Settings"
1955
- msgstr ""
1956
-
1957
- #: modules/custom-css/custom-css.php:878
1958
- msgid "CSS Revisions"
1959
- msgstr "مراجعات CSS"
1960
-
1961
- #: modules/custom-css/custom-css.php:916
1962
- msgid "Add my CSS to <strong>%s&apos;s</strong> CSS stylesheet."
1963
- msgstr ""
1964
-
1965
- #: modules/custom-css/custom-css.php:917
1966
- msgid "Don&apos;t use <strong>%s&apos;s</strong> CSS, and replace everything with my own CSS."
1967
- msgstr ""
1968
-
1969
- #: modules/custom-css/custom-css.php:919
1970
- msgid "<a href=\"%s\">View the original stylesheet</a> for the %s theme. Use this as a reference and do not copy and paste all of it into the CSS Editor."
1971
- msgstr ""
1972
-
1973
- #: modules/gravatar-hovercards.php:44 modules/module-info.php:57
1974
- #: modules/module-info.php:72
1975
- msgid "Gravatar Hovercards"
1976
- msgstr ""
1977
-
1978
- #: modules/gravatar-hovercards.php:56
1979
- msgid "View people's profiles when you mouse over their Gravatars"
1980
- msgstr ""
1981
-
1982
- #: modules/gravatar-hovercards.php:83
1983
- msgid "Put your mouse over your Gravatar to check out your profile."
1984
- msgstr ""
1985
-
1986
- #: modules/infinite-scroll/infinity.php:238
1987
- msgid "To infinity and beyond"
1988
- msgstr ""
1989
-
1990
- #: modules/infinite-scroll/infinity.php:247
1991
- msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
1992
- msgstr ""
1993
-
1994
- #: modules/infinite-scroll/infinity.php:253
1995
- msgid "Scroll Infinitely"
1996
- msgstr ""
1997
-
1998
- #: modules/infinite-scroll/infinity.php:253
1999
- msgid "(Shows %s posts on each load)"
2000
- msgstr ""
2001
-
2002
- #: modules/infinite-scroll/infinity.php:442
2003
- msgid "Load more posts"
2004
- msgstr ""
2005
-
2006
- #: modules/infinite-scroll/infinity.php:443
2007
- msgid "Scroll back to top"
2008
- msgstr ""
2009
-
2010
- #: modules/infinite-scroll/infinity.php:813
2011
- msgid "Theme: %1$s."
2012
- msgstr ""
2013
-
2014
- #: modules/infinite-scroll.php:79
2015
- msgid "Use Google Analytics with Infinite Scroll"
2016
- msgstr ""
2017
-
2018
- #: modules/infinite-scroll.php:90
2019
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2020
- msgstr ""
2021
-
2022
- #: modules/infinite-scroll.php:90
2023
- msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
2024
- msgstr ""
2025
-
2026
- #: modules/minileven/minileven.php:90
2027
- msgid "View Mobile Site"
2028
- msgstr ""
2029
-
2030
- #: modules/minileven/minileven.php:254
2031
- msgid "Apply this CSS to the Mobile Theme"
2032
- msgstr ""
2033
-
2034
- #: modules/minileven/theme/pub/minileven/comments.php:15
2035
- msgid "This post is password protected. Enter the password to view any comments."
2036
- msgstr "هذه التدوينة محمية بكلمة سر. أدخل كلمة السر لاستعراض التعليقات."
2037
-
2038
- #: modules/minileven/theme/pub/minileven/comments.php:45
2039
- msgid "Comment navigation"
2040
- msgstr ""
2041
-
2042
- #: modules/minileven/theme/pub/minileven/comments.php:46
2043
- msgid "&larr; Older Comments"
2044
- msgstr ""
2045
-
2046
- #: modules/minileven/theme/pub/minileven/comments.php:47
2047
- msgid "Newer Comments &rarr;"
2048
- msgstr ""
2049
-
2050
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2051
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2052
- #: modules/minileven/theme/pub/minileven/content.php:13
2053
- #: modules/minileven/theme/pub/minileven/content.php:17
2054
- msgid "Permalink to %s"
2055
- msgstr "الوصلة الدائمة لـ%s"
2056
-
2057
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2058
- msgid "Gallery"
2059
- msgstr "معرض"
2060
-
2061
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2062
- #: modules/minileven/theme/pub/minileven/content.php:36
2063
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:26
2064
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2065
- msgstr ""
2066
-
2067
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2068
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
2069
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2070
- msgstr[0] ""
2071
- msgstr[1] ""
2072
- msgstr[2] ""
2073
- msgstr[3] ""
2074
- msgstr[4] ""
2075
- msgstr[5] ""
2076
-
2077
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2078
- #: modules/minileven/theme/pub/minileven/content.php:38
2079
- #: modules/minileven/theme/pub/minileven/image.php:64
2080
- #: modules/minileven/theme/pub/minileven/page.php:27
2081
- msgid "Pages:"
2082
- msgstr "الصفحات:"
2083
-
2084
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2085
- #: modules/minileven/theme/pub/minileven/content.php:46
2086
- #: modules/minileven/theme/pub/minileven/image.php:80
2087
- msgid "<b>1</b> Reply"
2088
- msgstr ""
2089
-
2090
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2091
- #: modules/minileven/theme/pub/minileven/content.php:46
2092
- #: modules/minileven/theme/pub/minileven/image.php:80
2093
- msgid "<b>%</b> Replies"
2094
- msgstr ""
2095
-
2096
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
2097
- #: modules/minileven/theme/pub/minileven/content.php:48
2098
- #: modules/minileven/theme/pub/minileven/image.php:82
2099
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:66
2100
- #: modules/minileven/theme/pub/minileven/page.php:31
2101
- #: modules/publicize/ui.php:511
2102
- msgid "Edit"
2103
- msgstr "تحرير"
2104
-
2105
- #: modules/minileven/theme/pub/minileven/content.php:14
2106
- msgid "Featured"
2107
- msgstr ""
2108
-
2109
- #: modules/minileven/theme/pub/minileven/content.php:23
2110
- msgid "Posted by "
2111
- msgstr ""
2112
-
2113
- #: modules/minileven/theme/pub/minileven/content.php:25
2114
- msgid "%s"
2115
- msgstr "%s "
2116
-
2117
- #: modules/minileven/theme/pub/minileven/content.php:46
2118
- #: modules/minileven/theme/pub/minileven/image.php:80
2119
- msgid "Leave a reply"
2120
- msgstr ""
2121
-
2122
- #: modules/minileven/theme/pub/minileven/content.php:54
2123
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2124
- msgid "Post navigation"
2125
- msgstr ""
2126
-
2127
- #: modules/minileven/theme/pub/minileven/content.php:55
2128
- msgid "&laquo; Previous"
2129
- msgstr "&laquo; الصفحة السابقة"
2130
-
2131
- #: modules/minileven/theme/pub/minileven/content.php:56
2132
- msgid "Next &raquo;"
2133
- msgstr "التالي &raquo;"
2134
-
2135
- #: modules/minileven/theme/pub/minileven/footer.php:22
2136
- msgid "http://wordpress.org/"
2137
- msgstr ""
2138
-
2139
- #: modules/minileven/theme/pub/minileven/footer.php:22
2140
- msgid "Semantic Personal Publishing Platform"
2141
- msgstr ""
2142
-
2143
- #: modules/minileven/theme/pub/minileven/footer.php:22
2144
- msgid "Proudly powered by %s"
2145
- msgstr ""
2146
-
2147
- #: modules/minileven/theme/pub/minileven/functions.php:54
2148
- msgid "Primary Menu"
2149
- msgstr ""
2150
-
2151
- #: modules/minileven/theme/pub/minileven/functions.php:92
2152
- msgid "Main Sidebar"
2153
- msgstr ""
2154
-
2155
- #: modules/minileven/theme/pub/minileven/header.php:32
2156
- msgid "Page %s"
2157
- msgstr ""
2158
-
2159
- #: modules/minileven/theme/pub/minileven/header.php:50
2160
- msgid "Menu"
2161
- msgstr "القائمة"
2162
-
2163
- #: modules/minileven/theme/pub/minileven/header.php:53
2164
- msgid "Skip to primary content"
2165
- msgstr ""
2166
-
2167
- #: modules/minileven/theme/pub/minileven/image.php:73
2168
- msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
2169
- msgstr ""
2170
-
2171
- #: modules/minileven/theme/pub/minileven/image.php:87
2172
- msgid "Image navigation"
2173
- msgstr ""
2174
-
2175
- #: modules/minileven/theme/pub/minileven/image.php:88
2176
- msgid "&raquo; Previous"
2177
- msgstr ""
2178
-
2179
- #: modules/minileven/theme/pub/minileven/image.php:89
2180
- msgid "Next &raquo; "
2181
- msgstr ""
2182
-
2183
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2184
- msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2185
- msgstr ""
2186
-
2187
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2188
- msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2189
- msgstr ""
2190
-
2191
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2192
- msgid "Pingback:"
2193
- msgstr ""
2194
-
2195
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2196
- msgid "%1$s on %2$s"
2197
- msgstr "%1$s على %2$s"
2198
-
2199
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
2200
- msgid "%1$s at %2$s"
2201
- msgstr "%1$s عند %2$s"
2202
-
2203
- #: modules/contact-form/grunion-contact-form.php:1242
2204
- msgid "%s is required"
2205
- msgstr ""
2206
-
2207
- #: modules/contact-form/grunion-contact-form.php:1289
2208
- #: modules/contact-form/grunion-contact-form.php:1295
2209
- #: modules/contact-form/grunion-contact-form.php:1300
2210
- #: modules/contact-form/grunion-contact-form.php:1314
2211
- #: modules/contact-form/grunion-contact-form.php:1320
2212
- #: modules/contact-form/grunion-contact-form.php:1333
2213
- msgid "(required)"
2214
- msgstr "**مطلوب"
2215
-
2216
- #: modules/contact-form/grunion-contact-form.php:1313
2217
- msgid "Yes"
2218
- msgstr "نعم"
2219
-
2220
- #: modules/contact-form/grunion-form-view.php:8
2221
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
2222
- msgid "Name"
2223
- msgstr ""
2224
-
2225
- #: modules/contact-form/grunion-form-view.php:9
2226
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
2227
- msgid "Email"
2228
- msgstr ""
2229
-
2230
- #: modules/contact-form/grunion-form-view.php:10
2231
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
2232
- msgid "Website"
2233
- msgstr ""
2234
-
2235
- #: modules/contact-form/grunion-form-view.php:11
2236
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
2237
- msgid "Comment"
2238
- msgstr ""
2239
-
2240
- #: modules/contact-form/grunion-form-view.php:12
2241
- msgctxt "Default label for new HTML form field in contact form builder"
2242
- msgid "New Field"
2243
- msgstr ""
2244
-
2245
- #: modules/contact-form/grunion-form-view.php:13
2246
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
2247
- msgid "Options"
2248
- msgstr ""
2249
-
2250
- #: modules/contact-form/grunion-form-view.php:14
2251
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
2252
- msgid "Option"
2253
- msgstr ""
2254
-
2255
- #: modules/contact-form/grunion-form-view.php:15
2256
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
2257
- msgid "First option"
2258
- msgstr ""
2259
-
2260
- #: modules/contact-form/grunion-form-view.php:16
2261
- msgctxt "error message in contact form builder"
2262
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
2263
- msgstr ""
2264
-
2265
- #: modules/contact-form/grunion-form-view.php:17
2266
- msgid ""
2267
- "Drag up or down\n"
2268
- "to re-arrange"
2269
- msgstr ""
2270
-
2271
- #: modules/contact-form/grunion-form-view.php:18
2272
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
2273
- msgid "move"
2274
- msgstr ""
2275
-
2276
- #: modules/contact-form/grunion-form-view.php:19
2277
- msgctxt "Link to edit an HTML form field in contact form builder"
2278
- msgid "edit"
2279
- msgstr ""
2280
-
2281
- #: modules/contact-form/grunion-form-view.php:20
2282
- msgid "Saved successfully"
2283
- msgstr ""
2284
-
2285
- #: modules/contact-form/grunion-form-view.php:21
2286
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
2287
- msgid "(required)"
2288
- msgstr ""
2289
-
2290
- #: modules/contact-form/grunion-form-view.php:22
2291
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
2292
- msgstr ""
2293
-
2294
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
2295
- #: modules/module-info.php:495
2296
- msgid "Contact Form"
2297
- msgstr ""
2298
-
2299
- #: modules/contact-form/grunion-form-view.php:118
2300
- msgid "Your new field was saved successfully"
2301
- msgstr ""
2302
-
2303
- #: modules/contact-form/grunion-form-view.php:120
2304
- msgid "Form builder"
2305
- msgstr ""
2306
-
2307
- #: modules/contact-form/grunion-form-view.php:121
2308
- msgid "Email notifications"
2309
- msgstr ""
2310
-
2311
- #: modules/contact-form/grunion-form-view.php:126
2312
- msgid "How does this work?"
2313
- msgstr ""
2314
-
2315
- #: modules/contact-form/grunion-form-view.php:127
2316
- msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
2317
- msgstr ""
2318
-
2319
- #: modules/contact-form/grunion-form-view.php:128
2320
- msgid "Can I add more fields?"
2321
- msgstr ""
2322
-
2323
- #: modules/contact-form/grunion-form-view.php:130
2324
- msgctxt "%1$s = \"Click here\" in an HTML link"
2325
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
2326
- msgstr ""
2327
-
2328
- #: modules/contact-form/grunion-form-view.php:131
2329
- msgid "Click here"
2330
- msgstr ""
2331
-
2332
- #: modules/contact-form/grunion-form-view.php:133
2333
- msgid "Can I view my feedback within WordPress?"
2334
- msgstr ""
2335
-
2336
- #: modules/contact-form/grunion-form-view.php:135
2337
- msgctxt "%1$s = \"Feedbacks\" in an HTML link"
2338
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
2339
- msgstr ""
2340
-
2341
- #: modules/contact-form/grunion-form-view.php:141
2342
- msgid "Do I need to fill this out?"
2343
- msgstr ""
2344
-
2345
- #: modules/contact-form/grunion-form-view.php:142
2346
- msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
2347
- msgstr ""
2348
-
2349
- #: modules/contact-form/grunion-form-view.php:146
2350
- msgid "Edit this new field"
2351
- msgstr ""
2352
-
2353
- #: modules/contact-form/grunion-form-view.php:148
2354
- #: modules/sharedaddy/sharing-sources.php:985
2355
- msgid "Label"
2356
- msgstr ""
2357
-
2358
- #: modules/contact-form/grunion-form-view.php:149
2359
- msgid "New field"
2360
- msgstr ""
2361
-
2362
- #: modules/contact-form/grunion-form-view.php:151
2363
- msgid "Field type"
2364
- msgstr ""
2365
-
2366
- #: modules/contact-form/grunion-form-view.php:153
2367
- msgid "Checkbox"
2368
- msgstr ""
2369
-
2370
- #: modules/contact-form/grunion-form-view.php:154
2371
- msgid "Drop down"
2372
- msgstr ""
2373
-
2374
- #: modules/contact-form/grunion-form-view.php:157
2375
- msgid "Radio"
2376
- msgstr ""
2377
-
2378
- #: modules/contact-form/grunion-form-view.php:158
2379
- msgid "Text"
2380
- msgstr "نص"
2381
-
2382
- #: modules/contact-form/grunion-form-view.php:159
2383
- msgid "Textarea"
2384
- msgstr ""
2385
-
2386
- #: modules/contact-form/grunion-form-view.php:166
2387
- msgid "Options"
2388
- msgstr "إعدادات"
2389
-
2390
- #: modules/contact-form/grunion-form-view.php:167
2391
- msgid "First option"
2392
- msgstr ""
2393
-
2394
- #: modules/contact-form/grunion-form-view.php:170
2395
- msgid "Add another option"
2396
- msgstr ""
2397
-
2398
- #: modules/contact-form/grunion-form-view.php:177
2399
- msgid "Required?"
2400
- msgstr ""
2401
-
2402
- #: modules/contact-form/grunion-form-view.php:182
2403
- msgid "Save this field"
2404
- msgstr ""
2405
-
2406
- #: modules/contact-form/grunion-form-view.php:187
2407
- msgid "Here&#8217;s what your form will look like"
2408
- msgstr ""
2409
-
2410
- #: modules/contact-form/grunion-form-view.php:192
2411
- msgid "Add a new field"
2412
- msgstr ""
2413
-
2414
- #: modules/contact-form/grunion-form-view.php:194
2415
- msgid "Add this form to my post"
2416
- msgstr ""
2417
-
2418
- #: modules/contact-form/grunion-form-view.php:197
2419
- msgid "Email settings"
2420
- msgstr ""
2421
-
2422
- #: modules/contact-form/grunion-form-view.php:199
2423
- msgid "Enter your email address"
2424
- msgstr ""
2425
-
2426
- #: modules/contact-form/grunion-form-view.php:202
2427
- msgid "What should the subject line be?"
2428
- msgstr ""
2429
-
2430
- #: modules/contact-form/grunion-form-view.php:205
2431
- msgid "Save and go back to form builder"
2432
- msgstr ""
2433
-
2434
- #: modules/custom-css/custom-css.php:486
2435
- msgid ""
2436
- "Welcome to Custom CSS!\n"
2437
- "\n"
2438
- "CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.\n"
2439
- "\n"
2440
- "By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don't need to copy all your theme's stylesheet content."
2441
- msgstr ""
2442
-
2443
- #: modules/custom-css/custom-css.php:595
2444
- msgid "Preview: changes must be saved or they will be lost"
2445
- msgstr "عرض: يجب حفظ التغييرات أو سيتم فقدها."
2446
-
2447
- #: modules/custom-css/custom-css.php:623
2448
- msgid "Edit CSS"
2449
- msgstr "تعديل CSS"
2450
-
2451
- #: modules/custom-css/custom-css.php:637
2452
- msgid "CSS"
2453
- msgstr ""
2454
-
2455
- #: modules/custom-css/custom-css.php:676
2456
- msgid "Custom CSS Stylesheet"
2457
- msgstr ""
2458
-
2459
- #: modules/custom-css/custom-css.php:836
2460
- msgid "Stylesheet saved."
2461
- msgstr ""
2462
-
2463
- #: modules/custom-css/custom-css.php:844
2464
- msgid "CSS Stylesheet Editor"
2465
- msgstr ""
2466
-
2467
- #: modules/custom-css/custom-css.php:845
2468
- msgid ""
2469
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
2470
- "\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
2471
- msgstr ""
2472
-
2473
- #: modules/carousel/jetpack-carousel.php:443
2474
- msgid "White"
2475
- msgstr ""
2476
-
2477
- #: modules/carousel/jetpack-carousel.php:451
2478
- msgid "Display images in full-size carousel slideshow."
2479
- msgstr ""
2480
-
2481
- #: modules/comments/admin.php:50 modules/comments/comments.php:178
2482
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2483
- msgid "Leave a Reply"
2484
- msgstr "اترك رد"
2485
-
2486
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:147
2487
- msgid "Light"
2488
- msgstr ""
2489
-
2490
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:148
2491
- msgid "Dark"
2492
- msgstr ""
2493
-
2494
- #: modules/comments/admin.php:56
2495
- msgid "Transparent"
2496
- msgstr ""
2497
-
2498
- #: modules/comments/admin.php:72 modules/module-info.php:521
2499
- msgid "Jetpack Comments"
2500
- msgstr ""
2501
-
2502
- #: modules/comments/admin.php:81
2503
- msgid "Greeting Text"
2504
- msgstr ""
2505
-
2506
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
2507
- #: modules/widgets/facebook-likebox.php:145
2508
- msgid "Color Scheme"
2509
- msgstr ""
2510
-
2511
- #: modules/comments/admin.php:118
2512
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
2513
- msgstr ""
2514
-
2515
- #: modules/comments/admin.php:134
2516
- msgid "A few catchy words to motivate your readers to comment"
2517
- msgstr ""
2518
-
2519
- #: modules/comments/base.php:84
2520
- msgid "Invalid request"
2521
- msgstr ""
2522
-
2523
- #: modules/comments/base.php:231
2524
- msgid "Error: please fill the required fields (name, email)."
2525
- msgstr "خطأ: الرجاء كتابة اسمك و بريد الإلكتروني."
2526
-
2527
- #: modules/comments/base.php:233
2528
- msgid "Error: please enter a valid email address."
2529
- msgstr "خطأ: رجاءاً تأكد من البريد الإلكتروني."
2530
-
2531
- #: modules/comments/comments.php:154
2532
- msgid "You must <a href=\"%s\">log in</a> to post a comment."
2533
- msgstr ""
2534
-
2535
- #: modules/comments/comments.php:217
2536
- msgid "Cancel Reply"
2537
- msgstr ""
2538
-
2539
- #: modules/comments/comments.php:351
2540
- msgid "Invalid security token."
2541
- msgstr ""
2542
-
2543
- #: modules/comments/comments.php:412 modules/comments/comments.php:463
2544
- msgid "Submitting Comment%s"
2545
- msgstr ""
2546
-
2547
- #: modules/contact-form/admin.php:27
2548
- msgid "Add a custom form"
2549
- msgstr ""
2550
-
2551
- #: modules/contact-form/admin.php:129
2552
- msgid "From"
2553
- msgstr ""
2554
-
2555
- #: modules/contact-form/admin.php:130
2556
- #: modules/contact-form/grunion-contact-form.php:556
2557
- msgid "Message"
2558
- msgstr "رسالة"
2559
-
2560
- #: modules/contact-form/admin.php:131
2561
- msgid "Date"
2562
- msgstr "التاريخ"
2563
-
2564
- #: modules/contact-form/admin.php:201
2565
- msgid "Restore this item from the Trash"
2566
- msgstr ""
2567
-
2568
- #: modules/contact-form/admin.php:203
2569
- msgid "Restore"
2570
- msgstr "استعادة"
2571
-
2572
- #: modules/contact-form/admin.php:206 modules/contact-form/admin.php:305
2573
- msgid "Delete this item permanently"
2574
- msgstr ""
2575
-
2576
- #: modules/contact-form/admin.php:208 modules/contact-form/admin.php:307
2577
- msgid "Delete Permanently"
2578
- msgstr ""
2579
-
2580
- #: modules/contact-form/admin.php:239
2581
- msgid "Mark this message as spam"
2582
- msgstr ""
2583
-
2584
- #: modules/contact-form/admin.php:246 modules/contact-form/admin.php:248
2585
- #: modules/contact-form/admin.php:540
2586
- msgid "Trash"
2587
- msgstr "حذف"
2588
-
2589
- #: modules/contact-form/admin.php:299
2590
- msgid "Mark this message as NOT spam"
2591
- msgstr ""
2592
-
2593
- #: modules/contact-form/admin.php:338
2594
- msgid "Y-m-d @ g:i:s A"
2595
- msgstr ""
2596
-
2597
- #: modules/contact-form/admin.php:462
2598
- msgid "You are not allowed to manage this item."
2599
- msgstr ""
2600
-
2601
- #: modules/contact-form/admin.php:496
2602
- msgid "You are not allowed to move this item out of the Trash."
2603
- msgstr ""
2604
-
2605
- #: modules/contact-form/admin.php:499
2606
- msgid "Error in restoring from Trash."
2607
- msgstr ""
2608
-
2609
- #: modules/contact-form/admin.php:503
2610
- msgid "You are not allowed to move this item to the Trash."
2611
- msgstr ""
2612
-
2613
- #: modules/contact-form/admin.php:506
2614
- msgid "Error in moving to Trash."
2615
- msgstr ""
2616
-
2617
- #: modules/contact-form/admin.php:530
2618
- msgid "Messages"
2619
- msgstr ""
2620
-
2621
- #: modules/contact-form/admin.php:553
2622
- msgid "Spam"
2623
- msgstr "سخام"
2624
-
2625
- #: modules/contact-form/grunion-contact-form.php:73
2626
- #: modules/contact-form/grunion-form-view.php:136
2627
- msgid "Feedbacks"
2628
- msgstr ""
2629
-
2630
- #: modules/contact-form/grunion-contact-form.php:74
2631
- msgid "Feedback"
2632
- msgstr ""
2633
-
2634
- #: modules/contact-form/grunion-contact-form.php:75
2635
- msgid "Search Feedback"
2636
- msgstr ""
2637
-
2638
- #: modules/contact-form/grunion-contact-form.php:76
2639
- #: modules/contact-form/grunion-contact-form.php:77
2640
- msgid "No feedback found"
2641
- msgstr ""
2642
-
2643
- #: modules/contact-form/grunion-contact-form.php:94
2644
- msgid "Spam <span class=\"count\">(%s)</span>"
2645
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
2646
- msgstr[0] ""
2647
- msgstr[1] ""
2648
- msgstr[2] ""
2649
- msgstr[3] ""
2650
- msgstr[4] ""
2651
- msgstr[5] ""
2652
-
2653
- #: modules/contact-form/grunion-contact-form.php:514
2654
- msgctxt "%1$s = blog name"
2655
- msgid "%1$s Sidebar"
2656
- msgstr ""
2657
-
2658
- #: modules/contact-form/grunion-contact-form.php:521
2659
- msgctxt "%1$s = blog name, %2$s = post title"
2660
- msgid "%1$s %2$s"
2661
- msgstr ""
2662
-
2663
- #: modules/contact-form/grunion-contact-form.php:546
2664
- #: modules/contact-form/grunion-form-view.php:156
2665
- msgid "Name"
2666
- msgstr "الاسم"
2667
-
2668
- #: modules/contact-form/grunion-contact-form.php:547
2669
- #: modules/contact-form/grunion-form-view.php:155
2670
- #: modules/sharedaddy/sharing-sources.php:200
2671
- msgid "Email"
2672
- msgstr ""
2673
-
2674
- #: modules/contact-form/grunion-contact-form.php:552
2675
- msgid "Subject"
2676
- msgstr ""
2677
-
2678
- #: modules/contact-form/grunion-contact-form.php:633
2679
- msgid "Error!"
2680
- msgstr "خطأ!"
2681
-
2682
- #: modules/contact-form/grunion-contact-form.php:647
2683
- msgid "Message Sent"
2684
- msgstr "تم إرسال الرسالة"
2685
-
2686
- #: modules/contact-form/grunion-contact-form.php:648
2687
- msgid "go back"
2688
- msgstr ""
2689
-
2690
- #: modules/contact-form/grunion-contact-form.php:683
2691
- #: modules/contact-form/grunion-contact-form.php:699
2692
- msgctxt "%1$s = form field label, %2$s = form field value"
2693
- msgid "%1$s: %2$s"
2694
- msgstr ""
2695
-
2696
- #: modules/contact-form/grunion-contact-form.php:729
2697
- msgid "Submit &#187;"
2698
- msgstr "أرسل &#187; "
2699
-
2700
- #: modules/contact-form/grunion-contact-form.php:971
2701
- msgid "l F j, Y \\a\\t g:i a"
2702
- msgstr ""
2703
-
2704
- #: modules/contact-form/grunion-contact-form.php:991
2705
- msgid "Time:"
2706
- msgstr "الوقت:"
2707
-
2708
- #: modules/contact-form/grunion-contact-form.php:992
2709
- msgid "IP Address:"
2710
- msgstr "عنوان الأيبي IP"
2711
-
2712
- #: modules/contact-form/grunion-contact-form.php:993
2713
- msgid "Contact Form URL:"
2714
- msgstr ""
2715
-
2716
- #: modules/contact-form/grunion-contact-form.php:999
2717
- msgid "Sent by a verified %s user."
2718
- msgstr ""
2719
-
2720
- #: modules/contact-form/grunion-contact-form.php:1003
2721
- msgid "Sent by an unverified visitor to your site."
2722
- msgstr "أرسلت بواسطة زائر غير متأكد منه إلي موقعك"
2723
-
2724
- #: modules/contact-form/grunion-contact-form.php:1236
2725
- msgid "%s requires a valid email address"
2726
- msgstr ""
2727
-
2728
- #: modules/after-the-deadline/atd-l10n.php:34
2729
- msgid ""
2730
- "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
2731
- "\n"
2732
- "Press OK to update your post, or Cancel to view the suggestions and edit your post."
2733
- msgstr ""
2734
-
2735
- #: modules/after-the-deadline/config-options.php:48
2736
- msgid "Proofreading"
2737
- msgstr ""
2738
-
2739
- #: modules/after-the-deadline/config-options.php:50
2740
- msgid "Automatically proofread content when:"
2741
- msgstr ""
2742
-
2743
- #: modules/after-the-deadline/config-options.php:53
2744
- msgid "a post or page is first published"
2745
- msgstr ""
2746
-
2747
- #: modules/after-the-deadline/config-options.php:55
2748
- msgid "a post or page is updated"
2749
- msgstr ""
2750
-
2751
- #: modules/after-the-deadline/config-options.php:58
2752
- msgid "English Options"
2753
- msgstr ""
2754
-
2755
- #: modules/after-the-deadline/config-options.php:60
2756
- msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
2757
- msgstr ""
2758
-
2759
- #: modules/after-the-deadline/config-options.php:63
2760
- msgid "Bias Language"
2761
- msgstr ""
2762
-
2763
- #: modules/after-the-deadline/config-options.php:65
2764
- msgid "Clich&eacute;s"
2765
- msgstr ""
2766
-
2767
- #: modules/after-the-deadline/config-options.php:67
2768
- msgid "Complex Phrases"
2769
- msgstr ""
2770
-
2771
- #: modules/after-the-deadline/config-options.php:69
2772
- msgid "Diacritical Marks"
2773
- msgstr ""
2774
-
2775
- #: modules/after-the-deadline/config-options.php:71
2776
- msgid "Double Negatives"
2777
- msgstr ""
2778
-
2779
- #: modules/after-the-deadline/config-options.php:73
2780
- msgid "Hidden Verbs"
2781
- msgstr "أفعال مخفية"
2782
-
2783
- #: modules/after-the-deadline/config-options.php:75
2784
- msgid "Jargon"
2785
- msgstr ""
2786
-
2787
- #: modules/after-the-deadline/config-options.php:77
2788
- msgid "Passive Voice"
2789
- msgstr ""
2790
-
2791
- #: modules/after-the-deadline/config-options.php:79
2792
- msgid "Phrases to Avoid"
2793
- msgstr ""
2794
-
2795
- #: modules/after-the-deadline/config-options.php:81
2796
- msgid "Redundant Phrases"
2797
- msgstr ""
2798
-
2799
- #: modules/after-the-deadline/config-options.php:83
2800
- msgid "<a href=\"%s\">Learn more</a> about these options."
2801
- msgstr ""
2802
-
2803
- #: modules/after-the-deadline/config-options.php:86
2804
- msgid "Language"
2805
- msgstr "اللغة"
2806
-
2807
- #: modules/after-the-deadline/config-options.php:89
2808
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
2809
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
2810
- msgstr ""
2811
-
2812
- #: modules/after-the-deadline/config-options.php:95
2813
- msgid "Use automatically detected language to proofread posts and pages"
2814
- msgstr ""
2815
-
2816
- #: modules/after-the-deadline/config-unignore.php:126
2817
- msgid "Ignored Phrases"
2818
- msgstr ""
2819
-
2820
- #: modules/after-the-deadline/config-unignore.php:128
2821
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
2822
- msgstr ""
2823
-
2824
- #: modules/after-the-deadline/config-unignore.php:130
2825
- msgid "Add"
2826
- msgstr "اضف"
2827
-
2828
- #: modules/after-the-deadline/config-unignore.php:135
2829
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
2830
- msgstr ""
2831
-
2832
- #: modules/carousel/jetpack-carousel.php:103
2833
- msgid "Comment"
2834
- msgstr ""
2835
-
2836
- #: modules/carousel/jetpack-carousel.php:104
2837
- msgid "Post Comment"
2838
- msgstr "أضف تعليقاً"
2839
-
2840
- #: modules/carousel/jetpack-carousel.php:105
2841
- msgid "Loading Comments..."
2842
- msgstr ""
2843
-
2844
- #: modules/carousel/jetpack-carousel.php:106
2845
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
2846
- msgstr ""
2847
-
2848
- #: modules/carousel/jetpack-carousel.php:107
2849
- msgid "Please be sure to submit some text with your comment."
2850
- msgstr ""
2851
-
2852
- #: modules/carousel/jetpack-carousel.php:108
2853
- msgid "Please provide an email address to comment."
2854
- msgstr ""
2855
-
2856
- #: modules/carousel/jetpack-carousel.php:109
2857
- msgid "Please provide your name to comment."
2858
- msgstr ""
2859
-
2860
- #: modules/carousel/jetpack-carousel.php:110
2861
- msgid "Sorry, but there was an error posting your comment. Please try again later."
2862
- msgstr ""
2863
-
2864
- #: modules/carousel/jetpack-carousel.php:111
2865
- msgid "Your comment was approved."
2866
- msgstr ""
2867
-
2868
- #: modules/carousel/jetpack-carousel.php:112
2869
- msgid "Your comment is in moderation."
2870
- msgstr ""
2871
-
2872
- #: modules/carousel/jetpack-carousel.php:113
2873
- msgid "Camera"
2874
- msgstr ""
2875
-
2876
- #: modules/carousel/jetpack-carousel.php:114
2877
- msgid "Aperture"
2878
- msgstr ""
2879
-
2880
- #: modules/carousel/jetpack-carousel.php:115
2881
- msgid "Shutter Speed"
2882
- msgstr ""
2883
-
2884
- #: modules/carousel/jetpack-carousel.php:116
2885
- msgid "Focal Length"
2886
- msgstr ""
2887
-
2888
- #: modules/carousel/jetpack-carousel.php:123
2889
- msgid "Commenting as %s"
2890
- msgstr ""
2891
-
2892
- #: modules/carousel/jetpack-carousel.php:126
2893
- msgid "Email (Required)"
2894
- msgstr ""
2895
-
2896
- #: modules/carousel/jetpack-carousel.php:128
2897
- msgid "Name (Required)"
2898
- msgstr ""
2899
-
2900
- #: modules/carousel/jetpack-carousel.php:130
2901
- #: modules/contact-form/grunion-contact-form.php:548
2902
- #: modules/contact-form/grunion-form-view.php:160
2903
- msgid "Website"
2904
- msgstr "الموقع"
2905
-
2906
- #: modules/carousel/jetpack-carousel.php:246
2907
- msgid "Missing attachment ID."
2908
- msgstr ""
2909
-
2910
- #: modules/carousel/jetpack-carousel.php:284
2911
- msgid "Nonce verification failed."
2912
- msgstr ""
2913
-
2914
- #: modules/carousel/jetpack-carousel.php:291
2915
- msgid "Missing target blog ID."
2916
- msgstr ""
2917
-
2918
- #: modules/carousel/jetpack-carousel.php:294
2919
- msgid "Missing target post ID."
2920
- msgstr ""
2921
-
2922
- #: modules/carousel/jetpack-carousel.php:297
2923
- msgid "No comment text was submitted."
2924
- msgstr ""
2925
-
2926
- #: modules/carousel/jetpack-carousel.php:309
2927
- msgid "Comments on this post are closed."
2928
- msgstr ""
2929
-
2930
- #: modules/carousel/jetpack-carousel.php:319
2931
- msgid "Sorry, but we could not authenticate your request."
2932
- msgstr ""
2933
-
2934
- #: modules/carousel/jetpack-carousel.php:327
2935
- msgid "Please provide your name."
2936
- msgstr ""
2937
-
2938
- #: modules/carousel/jetpack-carousel.php:330
2939
- msgid "Please provide an email address."
2940
- msgstr ""
2941
-
2942
- #: modules/carousel/jetpack-carousel.php:333
2943
- msgid "Please provide a valid email address."
2944
- msgstr ""
2945
-
2946
- #: modules/carousel/jetpack-carousel.php:360
2947
- msgid "Image Gallery Carousel"
2948
- msgstr ""
2949
-
2950
- #: modules/carousel/jetpack-carousel.php:363
2951
- msgid "Enable carousel"
2952
- msgstr ""
2953
-
2954
- #: modules/carousel/jetpack-carousel.php:367
2955
- msgid "Background color"
2956
- msgstr ""
2957
-
2958
- #: modules/carousel/jetpack-carousel.php:370
2959
- msgid "Metadata"
2960
- msgstr ""
2961
-
2962
- #: modules/carousel/jetpack-carousel.php:427
2963
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
2964
- msgstr ""
2965
-
2966
- #: modules/carousel/jetpack-carousel.php:435
2967
- msgid "Show map of photo location in carousel, when available."
2968
- msgstr ""
2969
-
2970
- #: modules/carousel/jetpack-carousel.php:443
2971
- msgid "Black"
2972
- msgstr "اسود"
2973
-
2974
- #: jetpack.php:2233
2975
- msgid "User linked to WordPress.com"
2976
- msgstr ""
2977
-
2978
- #: jetpack.php:2233
2979
- msgid "Unlink user from WordPress.com"
2980
- msgstr ""
2981
-
2982
- #: jetpack.php:2249
2983
- msgid "Jetpack is network activated and notices can not be dismissed."
2984
- msgstr ""
2985
-
2986
- #: jetpack.php:2260
2987
- msgid "Dismiss this notice."
2988
- msgstr ""
2989
-
2990
- #: jetpack.php:2265
2991
- msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
2992
- msgstr ""
2993
-
2994
- #: jetpack.php:2280
2995
- msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
2996
- msgstr ""
2997
-
2998
- #: jetpack.php:2284 modules/post-by-email.php:129
2999
- #: modules/publicize/publicize-jetpack.php:62
3000
- msgid "Link account with WordPress.com"
3001
- msgstr ""
3002
-
3003
- #: jetpack.php:2306
3004
- msgid "Have feedback on Jetpack?"
3005
- msgstr ""
3006
-
3007
- #: jetpack.php:2308
3008
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
3009
- msgstr ""
3010
-
3011
- #: jetpack.php:2311
3012
- msgid "Take Survey"
3013
- msgstr ""
3014
-
3015
- #: jetpack.php:2317
3016
- msgid "Checking email updates status&hellip;"
3017
- msgstr ""
3018
-
3019
- #: jetpack.php:2323
3020
- msgctxt "%s = Unsubscribe link"
3021
- msgid "You are currently subscribed to email updates. %s"
3022
- msgstr ""
3023
-
3024
- #: jetpack.php:2324
3025
- msgid "Unsubscribe"
3026
- msgstr "إلغاء الاشتراك"
3027
-
3028
- #: jetpack.php:2328
3029
- msgctxt "%s = Subscribe link"
3030
- msgid "Want to receive updates about Jetpack by email? %s"
3031
- msgstr ""
3032
-
3033
- #: jetpack.php:2329 modules/subscriptions.php:673
3034
- msgid "Subscribe"
3035
- msgstr "اشترك"
3036
-
3037
- #: jetpack.php:2336
3038
- msgid "You have been subscribed to receive email updates."
3039
- msgstr ""
3040
-
3041
- #: jetpack.php:2338
3042
- msgid "You will no longer receive email updates about Jetpack."
3043
- msgstr ""
3044
-
3045
- #: jetpack.php:2351
3046
- msgid "An <span>Automattic</span> Airline"
3047
- msgstr ""
3048
-
3049
- #: jetpack.php:2354
3050
- msgid "Privacy Policy"
3051
- msgstr ""
3052
-
3053
- #: jetpack.php:2355
3054
- msgid "Terms of Service"
3055
- msgstr "شروط الخدمة"
3056
-
3057
- #: jetpack.php:2357
3058
- msgid "Debug"
3059
- msgstr ""
3060
-
3061
- #: jetpack.php:2359 modules/sharedaddy/sharedaddy.php:82
3062
- msgid "Support"
3063
- msgstr "الدعم الفني "
3064
-
3065
- #: jetpack.php:2379
3066
- msgid "This is sensitive information. Please do not post your BLOG_TOKEN or USER_TOKEN publicly; they are like passwords."
3067
- msgstr ""
3068
-
3069
- #: jetpack.php:2423
3070
- msgid "Configure %s"
3071
- msgstr ""
3072
-
3073
- #: jetpack.php:2482
3074
- msgid "Deactivate"
3075
- msgstr "تعطيل"
3076
-
3077
- #: jetpack.php:2492
3078
- msgid "Activate"
3079
- msgstr "تفعيل"
3080
-
3081
- #: jetpack.php:2509
3082
- msgid "Free"
3083
- msgstr ""
3084
-
3085
- #: jetpack.php:2509
3086
- msgid "Purchase"
3087
- msgstr ""
3088
-
3089
- #: jetpack.php:2517
3090
- msgid "New"
3091
- msgstr "جديد"
3092
-
3093
- #: jetpack.php:2520
3094
- msgid "Updated"
3095
- msgstr ""
3096
-
3097
- #: jetpack.php:2548
3098
- msgid "Configure"
3099
- msgstr ""
3100
-
3101
- #: jetpack.php:2582
3102
- msgid "Coming soon&#8230;"
3103
- msgstr ""
3104
-
3105
- #: jetpack.php:2735 jetpack.php:2737 jetpack.php:2739 jetpack.php:2742
3106
- #: jetpack.php:3673
3107
- msgid "Error Details: %s"
3108
- msgstr ""
3109
-
3110
- #: jetpack.php:2898
3111
- msgid "Jetpack Plugin Version"
3112
- msgstr ""
3113
-
3114
- #: jetpack.php:2904
3115
- msgid "The Client ID/WP.com Blog ID of this site"
3116
- msgstr ""
3117
-
3118
- #: jetpack.php:3156
3119
- msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
3120
- msgstr ""
3121
-
3122
- #: jetpack.php:3159
3123
- msgid "Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window."
3124
- msgstr ""
3125
-
3126
- #: jetpack.php:3187
3127
- msgid "The authorization process expired. Please go back and try again."
3128
- msgstr ""
3129
-
3130
- #: jetpack.php:3227
3131
- msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
3132
- msgstr ""
3133
-
3134
- #: jetpack.php:3626
3135
- msgid "An administrator for this blog must set up the Jetpack connection."
3136
- msgstr ""
3137
-
3138
- #: jetpack.php:3631
3139
- msgid "You need to register your Jetpack before connecting it."
3140
- msgstr ""
3141
-
3142
- #: locales.php:29
3143
- msgctxt "locales"
3144
- msgid "%1$s/%2$s"
3145
- msgstr ""
3146
-
3147
- #: modules/after-the-deadline/atd-l10n.php:12
3148
- msgid "Spelling"
3149
- msgstr ""
3150
-
3151
- #: modules/after-the-deadline/atd-l10n.php:13
3152
- msgid "Repeated Word"
3153
- msgstr ""
3154
-
3155
- #: modules/after-the-deadline/atd-l10n.php:15
3156
- msgid "No suggestions"
3157
- msgstr "لا اقتراحات"
3158
-
3159
- #: modules/after-the-deadline/atd-l10n.php:17
3160
- msgid "Explain..."
3161
- msgstr ""
3162
-
3163
- #: modules/after-the-deadline/atd-l10n.php:18
3164
- msgid "Ignore suggestion"
3165
- msgstr ""
3166
-
3167
- #: modules/after-the-deadline/atd-l10n.php:19
3168
- msgid "Ignore always"
3169
- msgstr ""
3170
-
3171
- #: modules/after-the-deadline/atd-l10n.php:20
3172
- msgid "Ignore all"
3173
- msgstr "تجاهل الكل"
3174
-
3175
- #: modules/after-the-deadline/atd-l10n.php:22
3176
- msgid "Edit Selection..."
3177
- msgstr ""
3178
-
3179
- #: modules/after-the-deadline/atd-l10n.php:24
3180
- msgid "proofread"
3181
- msgstr ""
3182
-
3183
- #: modules/after-the-deadline/atd-l10n.php:25
3184
- msgid "edit text"
3185
- msgstr ""
3186
-
3187
- #: modules/after-the-deadline/atd-l10n.php:26
3188
- #: modules/after-the-deadline.php:224
3189
- msgid "Proofread Writing"
3190
- msgstr ""
3191
-
3192
- #: modules/after-the-deadline/atd-l10n.php:28
3193
- msgid "No writing errors were found."
3194
- msgstr ""
3195
-
3196
- #: modules/after-the-deadline/atd-l10n.php:29
3197
- msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
3198
- msgstr ""
3199
-
3200
- #: modules/after-the-deadline/atd-l10n.php:30
3201
- msgid "There was an error communicating with the proofreading service."
3202
- msgstr ""
3203
-
3204
- #: modules/after-the-deadline/atd-l10n.php:32
3205
- msgid "Replace selection with:"
3206
- msgstr ""
3207
-
3208
- #: modules/after-the-deadline/atd-l10n.php:33
3209
- msgid ""
3210
- "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
3211
- "\n"
3212
- "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
3213
- msgstr ""
3214
-
3215
- #: functions.opengraph.php:74
3216
- msgid "(no title)"
3217
- msgstr "(لا عنوان)"
3218
-
3219
- #: jetpack.php:1050
3220
- msgid "Jetpack requires WordPress version %s or later."
3221
- msgstr ""
3222
-
3223
- #: jetpack.php:1246 jetpack.php:1262
3224
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
3225
- msgstr ""
3226
-
3227
- #: jetpack.php:1283
3228
- msgid "One New Jetpack Module"
3229
- msgid_plural "%s New Jetpack Modules"
3230
- msgstr[0] ""
3231
- msgstr[1] ""
3232
- msgstr[2] ""
3233
- msgstr[3] ""
3234
- msgstr[4] ""
3235
- msgstr[5] ""
3236
-
3237
- #: jetpack.php:1286
3238
- msgid "Jetpack"
3239
- msgstr ""
3240
-
3241
- #: jetpack.php:1438 jetpack.php:1462 jetpack.php:1473 jetpack.php:2238
3242
- #: jetpack.php:2422
3243
- msgid "Jetpack by WordPress.com"
3244
- msgstr ""
3245
-
3246
- #: jetpack.php:1439 jetpack.php:1463 jetpack.php:2241
3247
- msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
3248
- msgstr ""
3249
-
3250
- #: jetpack.php:1440 jetpack.php:1464
3251
- msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
3252
- msgstr ""
3253
-
3254
- #: jetpack.php:1441
3255
- msgid "Jetpack Module Options"
3256
- msgstr ""
3257
-
3258
- #: jetpack.php:1442
3259
- msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
3260
- msgstr ""
3261
-
3262
- #: jetpack.php:1443 jetpack.php:1486
3263
- msgid "For more information:"
3264
- msgstr ""
3265
-
3266
- #: jetpack.php:1444 jetpack.php:1487
3267
- msgid "Jetpack FAQ"
3268
- msgstr ""
3269
-
3270
- #: jetpack.php:1445 jetpack.php:1488
3271
- msgid "Jetpack Support"
3272
- msgstr ""
3273
-
3274
- #: jetpack.php:1460
3275
- msgid "Overview"
3276
- msgstr ""
3277
-
3278
- #: jetpack.php:1471
3279
- msgid "Modules"
3280
- msgstr ""
3281
-
3282
- #: jetpack.php:1474
3283
- msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
3284
- msgstr ""
3285
-
3286
- #: jetpack.php:1476
3287
- msgid "Find the component you want to manage"
3288
- msgstr ""
3289
-
3290
- #: jetpack.php:1477
3291
- msgid "Click on Learn More"
3292
- msgstr ""
3293
-
3294
- #: jetpack.php:1478
3295
- msgid "An Activate or Deactivate button will appear"
3296
- msgstr ""
3297
-
3298
- #: jetpack.php:1479
3299
- msgid "If additional settings are available, a link to them will appear"
3300
- msgstr ""
3301
-
3302
- #: jetpack.php:1557 modules/publicize/ui.php:511
3303
- #: modules/sharedaddy/sharedaddy.php:74 modules/sharedaddy/sharedaddy.php:81
3304
- msgid "Settings"
3305
- msgstr "الإعدادات"
3306
-
3307
- #: jetpack.php:1574
3308
- msgid "Dismiss this notice and deactivate Jetpack."
3309
- msgstr ""
3310
-
3311
- #: jetpack.php:1580
3312
- msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Comments, Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
3313
- msgstr ""
3314
-
3315
- #: jetpack.php:1582
3316
- msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
3317
- msgstr ""
3318
-
3319
- #: jetpack.php:1588 jetpack.php:2269
3320
- msgid "Connect to WordPress.com"
3321
- msgstr ""
3322
-
3323
- #: jetpack.php:1590 modules/module-info.php:45 modules/module-info.php:81
3324
- #: modules/module-info.php:138 modules/module-info.php:173
3325
- #: modules/module-info.php:207 modules/module-info.php:237
3326
- #: modules/module-info.php:270 modules/module-info.php:306
3327
- #: modules/module-info.php:357 modules/module-info.php:379
3328
- #: modules/module-info.php:417 modules/module-info.php:442
3329
- #: modules/module-info.php:460 modules/module-info.php:479
3330
- #: modules/module-info.php:485 modules/module-info.php:512
3331
- #: modules/module-info.php:543 modules/module-info.php:578
3332
- #: modules/module-info.php:600 modules/module-info.php:622
3333
- #: modules/module-info.php:666 modules/module-info.php:694
3334
- #: modules/module-info.php:722
3335
- msgid "Learn More"
3336
- msgstr ""
3337
-
3338
- #: jetpack.php:1603
3339
- msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
3340
- msgstr ""
3341
-
3342
- #: jetpack.php:1630
3343
- msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
3344
- msgstr ""
3345
-
3346
- #: jetpack.php:1638
3347
- msgid "click here"
3348
- msgstr ""
3349
-
3350
- #: jetpack.php:1769
3351
- msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
3352
- msgstr ""
3353
-
3354
- #: jetpack.php:1772
3355
- msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
3356
- msgstr ""
3357
-
3358
- #: jetpack.php:1776
3359
- msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
3360
- msgstr ""
3361
-
3362
- #: jetpack.php:1779
3363
- msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
3364
- msgstr ""
3365
-
3366
- #: jetpack.php:1783
3367
- msgid "Your website needs to be publicly accessible to use Jetpack: %s"
3368
- msgstr ""
3369
-
3370
- #: jetpack.php:1788
3371
- msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
3372
- msgstr ""
3373
-
3374
- #: jetpack.php:1790
3375
- msgid "Do you still have the %s plugin installed?"
3376
- msgstr ""
3377
-
3378
- #: jetpack.php:1793
3379
- msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
3380
- msgstr ""
3381
-
3382
- #: jetpack.php:1801
3383
- msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
3384
- msgstr ""
3385
-
3386
- #: jetpack.php:1807
3387
- msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
3388
- msgstr ""
3389
-
3390
- #: jetpack.php:1811
3391
- msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
3392
- msgstr ""
3393
-
3394
- #: jetpack.php:1851
3395
- msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
3396
- msgstr ""
3397
-
3398
- #: jetpack.php:1854
3399
- msgid "Try connecting again."
3400
- msgstr ""
3401
-
3402
- #: jetpack.php:1878
3403
- msgid "Welcome to <strong>Jetpack %s</strong>!"
3404
- msgstr ""
3405
-
3406
- #: jetpack.php:1890
3407
- msgid "The following new modules have been activated: %l."
3408
- msgstr ""
3409
-
3410
- #: jetpack.php:1902
3411
- msgid "The following modules have been updated: %l."
3412
- msgstr ""
3413
-
3414
- #: jetpack.php:1911
3415
- msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
3416
- msgstr ""
3417
-
3418
- #: jetpack.php:1937
3419
- msgctxt "%l = list of Jetpack module/feature names"
3420
- msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
3421
- msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
3422
- msgstr[0] ""
3423
- msgstr[1] ""
3424
- msgstr[2] ""
3425
- msgstr[3] ""
3426
- msgstr[4] ""
3427
- msgstr[5] ""
3428
-
3429
- #: jetpack.php:1949
3430
- msgid "<strong>Module settings were saved.</strong> "
3431
- msgstr ""
3432
-
3433
- #: jetpack.php:1953
3434
- msgid "<strong>Your Jetpack is already connected.</strong> "
3435
- msgstr ""
3436
-
3437
- #: jetpack.php:1957 jetpack.php:1964
3438
- msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
3439
- msgstr ""
3440
-
3441
- #: jetpack.php:1959
3442
- msgid "The features below are now active. Click the learn more buttons to explore each feature."
3443
- msgstr ""
3444
-
3445
- #: jetpack.php:1970
3446
- msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
3447
- msgstr ""
3448
-
3449
- #: jetpack.php:1992
3450
- msgid "Jetpack contains the most recent version of the old %l plugin."
3451
- msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
3452
- msgstr[0] ""
3453
- msgstr[1] ""
3454
- msgstr[2] ""
3455
- msgstr[3] ""
3456
- msgstr[4] ""
3457
- msgstr[5] ""
3458
-
3459
- #: jetpack.php:2001
3460
- msgid "The old version has been deactivated and can be removed from your site."
3461
- msgid_plural "The old versions have been deactivated and can be removed from your site."
3462
- msgstr[0] ""
3463
- msgstr[1] ""
3464
- msgstr[2] ""
3465
- msgstr[3] ""
3466
- msgstr[4] ""
3467
- msgstr[5] ""
3468
-
3469
- #: jetpack.php:2067
3470
- msgid "Is this site private?"
3471
- msgstr ""
3472
-
3473
- #: jetpack.php:2070
3474
- msgctxt "%l = list of Jetpack module/feature names"
3475
- msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
3476
- msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
3477
- msgstr[0] ""
3478
- msgstr[1] ""
3479
- msgstr[2] ""
3480
- msgstr[3] ""
3481
- msgstr[4] ""
3482
- msgstr[5] ""
3483
-
3484
- #: jetpack.php:2083
3485
- msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
3486
- msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
3487
- msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
3488
- msgstr[0] ""
3489
- msgstr[1] ""
3490
- msgstr[2] ""
3491
- msgstr[3] ""
3492
- msgstr[4] ""
3493
- msgstr[5] ""
3494
-
3495
- #: jetpack.php:2097
3496
- msgctxt "%l = list of Jetpack module/feature names"
3497
- msgid "Deactivate %l"
3498
- msgstr ""
3499
-
3500
- #: jetpack.php:2228
3501
- msgid "Connected to WordPress.com"
3502
- msgstr ""
3503
-
3504
- #: jetpack.php:2228
3505
- msgid "Disconnect from WordPress.com"
3506
- msgstr ""
3507
-
3508
- #: class.json-api-endpoints.php:1113
3509
- msgid "This post is password protected."
3510
- msgstr "هذه التدوينة محمية بكلمة سر."
3511
-
3512
- #: class.json-api-endpoints.php:2633
3513
- msgid "Comment cache problem?"
3514
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/jetpack-az.mo CHANGED
Binary file
languages/jetpack-az.po DELETED
@@ -1,3474 +0,0 @@
1
- # Translation of 2.0 in Azerbaijani
2
- # This file is distributed under the same license as the 2.0 package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2012-11-20 20:02:08+0000\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 2.0\n"
12
-
13
- #: modules/widgets/rsslinks-widget.php:113
14
- msgid "Red"
15
- msgstr ""
16
-
17
- #: modules/widgets/rsslinks-widget.php:114
18
- msgid "Orange"
19
- msgstr ""
20
-
21
- #: modules/widgets/rsslinks-widget.php:115
22
- msgid "Green"
23
- msgstr ""
24
-
25
- #: modules/widgets/rsslinks-widget.php:116
26
- msgid "Blue"
27
- msgstr ""
28
-
29
- #: modules/widgets/rsslinks-widget.php:117
30
- msgid "Purple"
31
- msgstr ""
32
-
33
- #: modules/widgets/rsslinks-widget.php:118
34
- msgid "Pink"
35
- msgstr ""
36
-
37
- #: modules/widgets/rsslinks-widget.php:119
38
- msgid "Silver"
39
- msgstr ""
40
-
41
- #: modules/widgets/rsslinks-widget.php:121
42
- msgid "Image Color:"
43
- msgstr ""
44
-
45
- #: modules/widgets/rsslinks-widget.php:140
46
- msgid "Subscribe to %s"
47
- msgstr ""
48
-
49
- #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
50
- msgid "Top Posts &amp; Pages"
51
- msgstr ""
52
-
53
- #: modules/widgets/top-posts.php:37
54
- msgid "Shows your most viewed posts and pages."
55
- msgstr ""
56
-
57
- #: modules/widgets/top-posts.php:78
58
- msgid "Number of posts to show:"
59
- msgstr ""
60
-
61
- #: modules/widgets/top-posts.php:83
62
- msgid "Display as:"
63
- msgstr ""
64
-
65
- #: modules/widgets/top-posts.php:85
66
- msgid "Text List"
67
- msgstr ""
68
-
69
- #: modules/widgets/top-posts.php:86
70
- msgid "Image List"
71
- msgstr ""
72
-
73
- #: modules/widgets/top-posts.php:87
74
- msgid "Image Grid"
75
- msgstr ""
76
-
77
- #: modules/widgets/top-posts.php:91
78
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
79
- msgstr ""
80
-
81
- #: modules/widgets/top-posts.php:164
82
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
83
- msgstr ""
84
-
85
- #: modules/widgets/twitter.php:22
86
- msgid "Display your Tweets from Twitter"
87
- msgstr ""
88
-
89
- #: modules/widgets/twitter.php:31
90
- msgid "Please configure your Twitter username for the <a href=\"%s\">Twitter Widget</a>."
91
- msgstr ""
92
-
93
- #: modules/widgets/twitter.php:41
94
- msgid "Twitter Updates"
95
- msgstr ""
96
-
97
- #: modules/widgets/twitter.php:182 modules/widgets/twitter.php:203
98
- msgid "Error: Twitter did not respond. Please wait a few minutes and refresh this page."
99
- msgstr ""
100
-
101
- #: modules/widgets/twitter.php:196
102
- msgid "Error: Please make sure the Twitter account is %1$spublic%2$s."
103
- msgstr ""
104
-
105
- #: modules/widgets/twitter.php:265
106
- msgid "Twitter username:"
107
- msgstr ""
108
-
109
- #: modules/widgets/twitter.php:272
110
- msgid "Maximum number of Tweets to show:"
111
- msgstr ""
112
-
113
- #: modules/widgets/twitter.php:286
114
- msgid "Hide replies"
115
- msgstr ""
116
-
117
- #: modules/widgets/twitter.php:293
118
- msgid "Hide Tweets pushed by Publicize"
119
- msgstr ""
120
-
121
- #: modules/widgets/twitter.php:300
122
- msgid "Include retweets"
123
- msgstr ""
124
-
125
- #: modules/widgets/twitter.php:307
126
- msgid "Display Follow Button"
127
- msgstr ""
128
-
129
- #: modules/widgets/twitter.php:313
130
- msgid "Text to display between Tweet and timestamp:"
131
- msgstr ""
132
-
133
- msgid "http://wordpress.org/extend/plugins/jetpack/"
134
- msgstr ""
135
-
136
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
137
- msgstr ""
138
-
139
- msgid "Automattic"
140
- msgstr ""
141
-
142
- msgid "http://jetpack.me"
143
- msgstr ""
144
-
145
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
146
- msgstr ""
147
-
148
- msgid "Transform your standard image galleries into an immersive full-screen experience."
149
- msgstr ""
150
-
151
- msgid "A new comment system that has integrated social media login options."
152
- msgstr ""
153
-
154
- msgid "Easily insert a contact form any where on your site."
155
- msgstr ""
156
-
157
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
158
- msgstr ""
159
-
160
- msgid "Share your public posts and comments to search engines and other services in real-time."
161
- msgstr ""
162
-
163
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
164
- msgstr ""
165
-
166
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
167
- msgstr ""
168
-
169
- msgid "Allow applications to securely access your content through the cloud."
170
- msgstr ""
171
-
172
- msgid "Beautiful Math"
173
- msgstr ""
174
-
175
- msgid "Mark up your posts with the <img src=\"http://l.wordpress.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
176
- msgstr ""
177
-
178
- msgid "Automatically optimize your site for mobile devices."
179
- msgstr ""
180
-
181
- msgid "Receive notifications on your Apple device."
182
- msgstr ""
183
-
184
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
185
- msgstr ""
186
-
187
- msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
188
- msgstr ""
189
-
190
- msgid "Publish posts to your blog directly from your personal email account."
191
- msgstr ""
192
-
193
- msgid "Connect your site to popular social networks and automatically share new posts with your friends."
194
- msgstr ""
195
-
196
- msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
197
- msgstr ""
198
-
199
- msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
200
- msgstr ""
201
-
202
- msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
203
- msgstr ""
204
-
205
- msgid "Simple, concise site stats with no additional load on your server."
206
- msgstr ""
207
-
208
- msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
209
- msgstr ""
210
-
211
- msgid "Realtime backup and security scanning for your WordPress site."
212
- msgstr ""
213
-
214
- msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
215
- msgstr ""
216
-
217
- #: modules/widgets/facebook-likebox.php:115
218
- #: modules/widgets/gravatar-profile.php:164
219
- msgid "Title"
220
- msgstr ""
221
-
222
- #: modules/widgets/facebook-likebox.php:122
223
- msgid "Facebook Page URL"
224
- msgstr ""
225
-
226
- #: modules/widgets/facebook-likebox.php:125
227
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
228
- msgstr ""
229
-
230
- #: modules/widgets/facebook-likebox.php:131
231
- msgid "Width"
232
- msgstr ""
233
-
234
- #: modules/widgets/facebook-likebox.php:138
235
- msgid "Height"
236
- msgstr ""
237
-
238
- #: modules/widgets/facebook-likebox.php:157
239
- msgid "Show Faces"
240
- msgstr ""
241
-
242
- #: modules/widgets/facebook-likebox.php:159
243
- msgid "Show profile photos in the plugin."
244
- msgstr ""
245
-
246
- #: modules/widgets/facebook-likebox.php:166
247
- msgid "Show Stream"
248
- msgstr ""
249
-
250
- #: modules/widgets/facebook-likebox.php:168
251
- msgid "Show the profile stream for the public profile."
252
- msgstr ""
253
-
254
- #: modules/widgets/facebook-likebox.php:175
255
- msgid "Show Wall"
256
- msgstr ""
257
-
258
- #: modules/widgets/facebook-likebox.php:177
259
- msgid "Show the wall for a Places page rather than friend activity."
260
- msgstr ""
261
-
262
- #: modules/widgets/gravatar-profile.php:19
263
- msgid "Gravatar Profile"
264
- msgstr ""
265
-
266
- #: modules/widgets/gravatar-profile.php:21
267
- msgid "Display a mini version of your Gravatar Profile"
268
- msgstr ""
269
-
270
- #: modules/widgets/gravatar-profile.php:37
271
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
272
- msgstr ""
273
-
274
- #: modules/widgets/gravatar-profile.php:91
275
- msgid "View Full Profile &rarr;"
276
- msgstr ""
277
-
278
- #: modules/widgets/gravatar-profile.php:99
279
- msgid "Error loading profile"
280
- msgstr ""
281
-
282
- #: modules/widgets/gravatar-profile.php:111
283
- msgid "Personal Links"
284
- msgstr ""
285
-
286
- #: modules/widgets/gravatar-profile.php:131
287
- msgid "Verified Services"
288
- msgstr ""
289
-
290
- #: modules/widgets/gravatar-profile.php:142
291
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
292
- msgid "%1$s on %2$s"
293
- msgstr ""
294
-
295
- #: modules/widgets/gravatar-profile.php:170
296
- msgid "Select a user or pick \"custom\" and enter a custom email address."
297
- msgstr ""
298
-
299
- #: modules/widgets/gravatar-profile.php:174
300
- msgid "Custom"
301
- msgstr ""
302
-
303
- #: modules/widgets/gravatar-profile.php:184
304
- msgid "Custom Email Address"
305
- msgstr ""
306
-
307
- #: modules/widgets/gravatar-profile.php:192
308
- msgid "Show Personal Links"
309
- msgstr ""
310
-
311
- #: modules/widgets/gravatar-profile.php:194
312
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
313
- msgstr ""
314
-
315
- #: modules/widgets/gravatar-profile.php:201
316
- msgid "Show Account Links"
317
- msgstr ""
318
-
319
- #: modules/widgets/gravatar-profile.php:203
320
- msgid "Links to services that you use across the web."
321
- msgstr ""
322
-
323
- #: modules/widgets/gravatar-profile.php:207
324
- msgid "Opens in new window"
325
- msgstr ""
326
-
327
- #: modules/widgets/gravatar-profile.php:207
328
- msgid "Edit Your Profile"
329
- msgstr ""
330
-
331
- #: modules/widgets/gravatar-profile.php:207
332
- msgid "What's a Gravatar?"
333
- msgstr ""
334
-
335
- #: modules/widgets/image-widget.php:12
336
- msgid "Display an image in your sidebar"
337
- msgstr ""
338
-
339
- #: modules/widgets/image-widget.php:14
340
- msgid "Image (Jetpack)"
341
- msgstr ""
342
-
343
- #: modules/widgets/image-widget.php:110
344
- msgid "Image URL:"
345
- msgstr ""
346
-
347
- #: modules/widgets/image-widget.php:113
348
- msgid "Alternate text:"
349
- msgstr ""
350
-
351
- #: modules/widgets/image-widget.php:116
352
- msgid "Image title:"
353
- msgstr ""
354
-
355
- #: modules/widgets/image-widget.php:119
356
- msgid "Caption:"
357
- msgstr ""
358
-
359
- #: modules/widgets/image-widget.php:124
360
- msgid "None"
361
- msgstr ""
362
-
363
- #: modules/widgets/image-widget.php:125
364
- msgid "Left"
365
- msgstr "Sol"
366
-
367
- #: modules/widgets/image-widget.php:126
368
- msgid "Center"
369
- msgstr ""
370
-
371
- #: modules/widgets/image-widget.php:127
372
- msgid "Right"
373
- msgstr "Sağ"
374
-
375
- #: modules/widgets/image-widget.php:129
376
- msgid "Image Alignment:"
377
- msgstr ""
378
-
379
- #: modules/widgets/image-widget.php:139
380
- msgid "Width:"
381
- msgstr ""
382
-
383
- #: modules/widgets/image-widget.php:142
384
- msgid "Height:"
385
- msgstr ""
386
-
387
- #: modules/widgets/image-widget.php:145
388
- msgid "If empty, we will attempt to determine the image size."
389
- msgstr ""
390
-
391
- #: modules/widgets/image-widget.php:146
392
- msgid "Link URL (when the image is clicked):"
393
- msgstr ""
394
-
395
- #: modules/widgets/rsslinks-widget.php:12
396
- msgid "Links to your blog's RSS feeds"
397
- msgstr ""
398
-
399
- #: modules/widgets/rsslinks-widget.php:13
400
- msgid "RSS Links (Jetpack)"
401
- msgstr ""
402
-
403
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
404
- #: modules/widgets/twitter.php:258
405
- msgid "Title:"
406
- msgstr ""
407
-
408
- #: modules/widgets/rsslinks-widget.php:67
409
- #: modules/widgets/rsslinks-widget.php:133
410
- msgid "Posts"
411
- msgstr "Yazılar"
412
-
413
- #: modules/widgets/rsslinks-widget.php:68
414
- #: modules/widgets/rsslinks-widget.php:136
415
- msgid "Comments"
416
- msgstr "Şərhlər"
417
-
418
- #: modules/widgets/rsslinks-widget.php:69
419
- msgid "Posts & Comments"
420
- msgstr ""
421
-
422
- #: modules/widgets/rsslinks-widget.php:71
423
- msgid "Feed(s) to Display:"
424
- msgstr ""
425
-
426
- #: modules/widgets/rsslinks-widget.php:81
427
- msgid "Text Link"
428
- msgstr ""
429
-
430
- #: modules/widgets/rsslinks-widget.php:82
431
- msgid "Image Link"
432
- msgstr ""
433
-
434
- #: modules/widgets/rsslinks-widget.php:83
435
- msgid "Text & Image Links"
436
- msgstr ""
437
-
438
- #: modules/widgets/rsslinks-widget.php:85
439
- msgid "Format:"
440
- msgstr ""
441
-
442
- #: modules/widgets/rsslinks-widget.php:96
443
- msgid "Image Settings:"
444
- msgstr ""
445
-
446
- #: modules/widgets/rsslinks-widget.php:99
447
- msgid "Small"
448
- msgstr "Kiçik"
449
-
450
- #: modules/widgets/rsslinks-widget.php:100
451
- msgid "Medium"
452
- msgstr ""
453
-
454
- #: modules/widgets/rsslinks-widget.php:101
455
- msgid "Large"
456
- msgstr "Geniş "
457
-
458
- #: modules/widgets/rsslinks-widget.php:103
459
- msgid "Image Size:"
460
- msgstr ""
461
-
462
- #: modules/stats.php:527
463
- msgid "Hide the stats smiley face image."
464
- msgstr ""
465
-
466
- #: modules/stats.php:527
467
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
468
- msgstr ""
469
-
470
- #: modules/stats.php:527
471
- msgid "Smiley face"
472
- msgstr ""
473
-
474
- #: modules/stats.php:528
475
- msgid "Report visibility"
476
- msgstr ""
477
-
478
- #: modules/stats.php:530
479
- msgid "Select the roles that will be able to view stats reports."
480
- msgstr ""
481
-
482
- #: modules/stats.php:541
483
- msgid "Save configuration"
484
- msgstr ""
485
-
486
- #: modules/stats.php:597
487
- msgid "Stats"
488
- msgstr "Rəqəmlər"
489
-
490
- #: modules/stats.php:599
491
- msgid "Views over 48 hours. Click for more Site Stats."
492
- msgstr ""
493
-
494
- #: modules/stats.php:666
495
- msgid "day"
496
- msgstr "gün"
497
-
498
- #: modules/stats.php:667
499
- msgid "week"
500
- msgstr ""
501
-
502
- #: modules/stats.php:668
503
- msgid "month"
504
- msgstr "ay"
505
-
506
- #: modules/stats.php:671
507
- msgid "the past day"
508
- msgstr "Ötən gün"
509
-
510
- #: modules/stats.php:672
511
- msgid "the past week"
512
- msgstr "Ötən həftə"
513
-
514
- #: modules/stats.php:673
515
- msgid "the past month"
516
- msgstr "ötən ay"
517
-
518
- #: modules/stats.php:674
519
- msgid "the past quarter"
520
- msgstr ""
521
-
522
- #: modules/stats.php:675
523
- msgid "the past year"
524
- msgstr "Ötən il"
525
-
526
- #: modules/stats.php:697
527
- msgid "Chart stats by"
528
- msgstr ""
529
-
530
- #: modules/stats.php:710
531
- msgid "Show top posts over"
532
- msgstr ""
533
-
534
- #: modules/stats.php:723
535
- msgid "Show top search terms over"
536
- msgstr "Əsas axtarış sözlərini göstər"
537
-
538
- #: modules/stats.php:882
539
- msgid "%1$s %2$s Views"
540
- msgstr ""
541
-
542
- #: modules/stats.php:895
543
- msgid "View All"
544
- msgstr ""
545
-
546
- #: modules/stats.php:899
547
- msgid "Top Posts"
548
- msgstr ""
549
-
550
- #: modules/stats.php:903 modules/stats.php:927
551
- msgid "Sorry, nothing to report."
552
- msgstr ""
553
-
554
- #: modules/stats.php:923
555
- msgid "Top Searches"
556
- msgstr ""
557
-
558
- #: modules/stats.php:946
559
- msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
560
- msgstr ""
561
-
562
- #: modules/subscriptions.php:108
563
- msgid "Jetpack Subscriptions Settings"
564
- msgstr ""
565
-
566
- #: modules/subscriptions.php:117
567
- msgid "Follow Blog"
568
- msgstr ""
569
-
570
- #: modules/subscriptions.php:132
571
- msgid "Follow Comments"
572
- msgstr ""
573
-
574
- #: modules/subscriptions.php:153
575
- msgid "Follower Settings"
576
- msgstr ""
577
-
578
- #: modules/subscriptions.php:160
579
- msgid "Blog follow email text"
580
- msgstr ""
581
-
582
- #: modules/subscriptions.php:168
583
- msgid "Comment follow email text"
584
- msgstr ""
585
-
586
- #: modules/subscriptions.php:182
587
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
588
- msgstr ""
589
-
590
- #: modules/subscriptions.php:197
591
- msgid "Show a <em>'follow blog'</em> option in the comment form"
592
- msgstr ""
593
-
594
- #: modules/subscriptions.php:212
595
- msgid "Show a <em>'follow comments'</em> option in the comment form"
596
- msgstr ""
597
-
598
- #: modules/subscriptions.php:237
599
- msgid "These settings change emails sent from your blog to followers."
600
- msgstr ""
601
-
602
- #: modules/subscriptions.php:243
603
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
604
- msgstr ""
605
-
606
- #: modules/subscriptions.php:249
607
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
608
- msgstr ""
609
-
610
- #: modules/subscriptions.php:254
611
- msgid ""
612
- "Howdy.\n"
613
- "\n"
614
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
615
- "\n"
616
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
617
- msgstr ""
618
-
619
- #: modules/subscriptions.php:255
620
- msgid ""
621
- "Howdy.\n"
622
- "\n"
623
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
624
- "\n"
625
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
626
- msgstr ""
627
-
628
- #: modules/subscriptions.php:447
629
- msgid "Notify me of follow-up comments by email."
630
- msgstr ""
631
-
632
- #: modules/subscriptions.php:454
633
- msgid "Notify me of new posts by email."
634
- msgstr ""
635
-
636
- #: modules/subscriptions.php:520
637
- msgid "Add an email signup form to allow people to subscribe to your blog."
638
- msgstr ""
639
-
640
- #: modules/subscriptions.php:523
641
- msgid "Blog Subscriptions (Jetpack)"
642
- msgstr ""
643
-
644
- #: modules/subscriptions.php:554
645
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
646
- msgstr ""
647
-
648
- #: modules/subscriptions.php:564
649
- msgid "The email you entered was invalid, please check and try again."
650
- msgstr ""
651
-
652
- #: modules/subscriptions.php:567
653
- msgid "You have already subscribed to this site, please check your inbox."
654
- msgstr ""
655
-
656
- #: modules/subscriptions.php:574
657
- msgid "There was an error when subscribing, please try again."
658
- msgstr ""
659
-
660
- #: modules/subscriptions.php:592
661
- msgid "Join %s other subscriber"
662
- msgid_plural "Join %s other subscribers"
663
- msgstr[0] ""
664
- msgstr[1] ""
665
-
666
- #: modules/subscriptions.php:671
667
- msgid "Subscribe to Blog via Email"
668
- msgstr ""
669
-
670
- #: modules/subscriptions.php:672
671
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
672
- msgstr ""
673
-
674
- #: modules/subscriptions.php:674
675
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
676
- msgstr ""
677
-
678
- #: modules/subscriptions.php:690
679
- msgid "%s: %s"
680
- msgstr ""
681
-
682
- #: modules/subscriptions.php:698 modules/widgets/image-widget.php:107
683
- msgid "Widget title:"
684
- msgstr ""
685
-
686
- #: modules/subscriptions.php:704
687
- msgid "Optional text to display to your readers:"
688
- msgstr ""
689
-
690
- #: modules/subscriptions.php:710
691
- msgid "Subscribe Button:"
692
- msgstr ""
693
-
694
- #: modules/subscriptions.php:717
695
- msgid "Show total number of subscribers? (%s subscriber)"
696
- msgid_plural "Show total number of subscribers? (%s subscribers)"
697
- msgstr[0] ""
698
- msgstr[1] ""
699
-
700
- #: modules/vaultpress.php:22
701
- msgid "Active"
702
- msgstr ""
703
-
704
- #: modules/widgets/facebook-likebox.php:29
705
- msgid "Facebook Like Box"
706
- msgstr ""
707
-
708
- #: modules/widgets/facebook-likebox.php:29
709
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
710
- msgstr ""
711
-
712
- #: modules/widgets/facebook-likebox.php:41
713
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
714
- msgstr ""
715
-
716
- #: modules/sharedaddy/sharing.php:300
717
- msgid "Button style"
718
- msgstr ""
719
-
720
- #: modules/sharedaddy/sharing.php:303
721
- msgid "Icon + text"
722
- msgstr ""
723
-
724
- #: modules/sharedaddy/sharing.php:304
725
- msgid "Icon only"
726
- msgstr ""
727
-
728
- #: modules/sharedaddy/sharing.php:305
729
- msgid "Text only"
730
- msgstr ""
731
-
732
- #: modules/sharedaddy/sharing.php:306
733
- msgid "Official buttons"
734
- msgstr ""
735
-
736
- #: modules/sharedaddy/sharing.php:311
737
- msgid "Sharing label"
738
- msgstr ""
739
-
740
- #: modules/sharedaddy/sharing.php:317
741
- msgid "Open links in"
742
- msgstr ""
743
-
744
- #: modules/sharedaddy/sharing.php:320
745
- msgid "New window"
746
- msgstr ""
747
-
748
- #: modules/sharedaddy/sharing.php:321
749
- msgid "Same window"
750
- msgstr ""
751
-
752
- #: modules/sharedaddy/sharing.php:326
753
- msgid "Show buttons on"
754
- msgstr ""
755
-
756
- #: modules/sharedaddy/sharing.php:332
757
- msgid "Front Page, Archive Pages, and Search Results"
758
- msgstr ""
759
-
760
- #: modules/sharedaddy/sharing.php:348
761
- msgid "Save Changes"
762
- msgstr ""
763
-
764
- #: modules/sharedaddy/sharing.php:359
765
- msgid "Service name"
766
- msgstr ""
767
-
768
- #: modules/sharedaddy/sharing.php:365
769
- msgid "Sharing URL"
770
- msgstr ""
771
-
772
- #: modules/sharedaddy/sharing.php:369
773
- msgid "You can add the following variables to your service sharing URL:"
774
- msgstr ""
775
-
776
- #: modules/sharedaddy/sharing.php:374
777
- msgid "Icon URL"
778
- msgstr ""
779
-
780
- #: modules/sharedaddy/sharing.php:377
781
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
782
- msgstr ""
783
-
784
- #: modules/sharedaddy/sharing.php:383
785
- msgid "Create Share Button"
786
- msgstr ""
787
-
788
- #: modules/sharedaddy/sharing.php:395
789
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
790
- msgstr ""
791
-
792
- #: modules/shortcodes/archives.php:50
793
- msgid "Your blog does not currently have any published posts."
794
- msgstr ""
795
-
796
- #: modules/shortcodes/audio.php:180
797
- msgid "Download: <a href=\"%s\">%s</a><br />"
798
- msgstr ""
799
-
800
- #: modules/shortcodes/videopress.php:616
801
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
802
- msgstr ""
803
-
804
- #: modules/shortcodes/videopress.php:618
805
- msgid "<strong>%s</strong> is not an allowed embed site."
806
- msgstr ""
807
-
808
- #: modules/shortcodes/videopress.php:618
809
- msgid "Publisher limits playback of video embeds."
810
- msgstr ""
811
-
812
- #: modules/shortcodes/videopress.php:620
813
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
814
- msgstr ""
815
-
816
- #: modules/shortcodes/videopress.php:837
817
- msgid "%s Error"
818
- msgstr ""
819
-
820
- #: modules/shortcodes/videopress.php:871
821
- msgid "This video is intended for mature audiences."
822
- msgstr ""
823
-
824
- #: modules/shortcodes/videopress.php:871
825
- msgid "Please verify your birthday."
826
- msgstr ""
827
-
828
- #: modules/shortcodes/videopress.php:887
829
- msgid "January"
830
- msgstr "Yanvar"
831
-
832
- #: modules/shortcodes/videopress.php:887
833
- msgid "February"
834
- msgstr "Fevral"
835
-
836
- #: modules/shortcodes/videopress.php:887
837
- msgid "March"
838
- msgstr "Mart"
839
-
840
- #: modules/shortcodes/videopress.php:887
841
- msgid "April"
842
- msgstr "Aprel"
843
-
844
- #: modules/shortcodes/videopress.php:887
845
- msgid "May"
846
- msgstr ""
847
-
848
- #: modules/shortcodes/videopress.php:887
849
- msgid "June"
850
- msgstr "İyun"
851
-
852
- #: modules/shortcodes/videopress.php:887
853
- msgid "July"
854
- msgstr "İyul"
855
-
856
- #: modules/shortcodes/videopress.php:887
857
- msgid "August"
858
- msgstr "Avqust"
859
-
860
- #: modules/shortcodes/videopress.php:887
861
- msgid "September"
862
- msgstr "Sentyabr"
863
-
864
- #: modules/shortcodes/videopress.php:887
865
- msgid "October"
866
- msgstr "Oktyabr"
867
-
868
- #: modules/shortcodes/videopress.php:887
869
- msgid "November"
870
- msgstr ""
871
-
872
- #: modules/shortcodes/videopress.php:887
873
- msgid "December"
874
- msgstr "Dekabr"
875
-
876
- #: modules/shortcodes/videopress.php:923
877
- msgid "Submit"
878
- msgstr ""
879
-
880
- #: modules/shortcodes/videopress.php:969
881
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
882
- msgstr ""
883
-
884
- #: modules/shortcodes/videopress.php:1027
885
- msgctxt "watch a video title"
886
- msgid "Watch: %s"
887
- msgstr ""
888
-
889
- #: modules/shortcodes/videopress.php:1123
890
- #: modules/shortcodes/videopress.php:1145
891
- msgid "this video"
892
- msgstr ""
893
-
894
- #: modules/shortcodes/videopress.php:1152
895
- msgctxt "Play as in playback or view a movie"
896
- msgid "JavaScript required to play %s."
897
- msgstr ""
898
-
899
- #: modules/shortcodes/videopress.php:1299
900
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
901
- msgstr ""
902
-
903
- #: modules/shortcodes/videopress.php:1306
904
- msgid "Loading video..."
905
- msgstr ""
906
-
907
- #: modules/stats.php:252 modules/stats.php:645
908
- msgid "Site Stats"
909
- msgstr ""
910
-
911
- #: modules/stats.php:343
912
- msgid "Loading&hellip;"
913
- msgstr ""
914
-
915
- #: modules/stats.php:344
916
- msgid "Your Site Stats work better with Javascript enabled."
917
- msgstr ""
918
-
919
- #: modules/stats.php:345
920
- msgid "View Site Stats without Javascript"
921
- msgstr ""
922
-
923
- #: modules/stats.php:517
924
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
925
- msgstr ""
926
-
927
- #: modules/stats.php:522
928
- msgid "Admin bar"
929
- msgstr ""
930
-
931
- #: modules/stats.php:523
932
- msgid "Put a chart showing 48 hours of views in the admin bar."
933
- msgstr ""
934
-
935
- #: modules/stats.php:524
936
- msgid "Registered users"
937
- msgstr ""
938
-
939
- #: modules/stats.php:525
940
- msgid "Count the page views of registered users who are logged in."
941
- msgstr ""
942
-
943
- #: modules/stats.php:526
944
- msgid "Smiley"
945
- msgstr ""
946
-
947
- #: modules/sharedaddy/sharing-sources.php:279
948
- msgid "Send to Email Address"
949
- msgstr ""
950
-
951
- #: modules/sharedaddy/sharing-sources.php:287
952
- msgid "Your Name"
953
- msgstr "Adınız"
954
-
955
- #: modules/sharedaddy/sharing-sources.php:290
956
- msgid "Your Email Address"
957
- msgstr ""
958
-
959
- #: modules/sharedaddy/sharing-sources.php:298
960
- msgid "Send Email"
961
- msgstr ""
962
-
963
- #: modules/sharedaddy/sharing-sources.php:299
964
- msgid "Cancel"
965
- msgstr "Ləğv et"
966
-
967
- #: modules/sharedaddy/sharing-sources.php:302
968
- msgid "Post was not sent - check your email addresses!"
969
- msgstr ""
970
-
971
- #: modules/sharedaddy/sharing-sources.php:306
972
- msgid "Email check failed, please try again"
973
- msgstr ""
974
-
975
- #: modules/sharedaddy/sharing-sources.php:310
976
- msgid "Sorry, your blog cannot share posts by email."
977
- msgstr ""
978
-
979
- #: modules/sharedaddy/sharing-sources.php:330 modules/widgets/twitter.php:22
980
- msgid "Twitter"
981
- msgstr ""
982
-
983
- #: modules/sharedaddy/sharing-sources.php:376
984
- msgctxt "share to"
985
- msgid "Twitter"
986
- msgstr ""
987
-
988
- #: modules/sharedaddy/sharing-sources.php:376
989
- msgid "Click to share on Twitter"
990
- msgstr ""
991
-
992
- #: modules/sharedaddy/sharing-sources.php:451
993
- msgid "StumbleUpon"
994
- msgstr ""
995
-
996
- #: modules/sharedaddy/sharing-sources.php:462
997
- msgctxt "share to"
998
- msgid "StumbleUpon"
999
- msgstr ""
1000
-
1001
- #: modules/sharedaddy/sharing-sources.php:462
1002
- msgid "Click to share on StumbleUpon"
1003
- msgstr ""
1004
-
1005
- #: modules/sharedaddy/sharing-sources.php:489
1006
- #: modules/sharedaddy/sharing-sources.php:496
1007
- msgid "Reddit"
1008
- msgstr ""
1009
-
1010
- #: modules/sharedaddy/sharing-sources.php:496
1011
- msgid "Click to share on Reddit"
1012
- msgstr ""
1013
-
1014
- #: modules/sharedaddy/sharing-sources.php:523
1015
- msgid "Digg"
1016
- msgstr ""
1017
-
1018
- #: modules/sharedaddy/sharing-sources.php:532
1019
- #: modules/sharedaddy/sharing-sources.php:535
1020
- msgid "Click to Digg this post"
1021
- msgstr ""
1022
-
1023
- #: modules/sharedaddy/sharing-sources.php:535
1024
- msgctxt "share to"
1025
- msgid "Digg"
1026
- msgstr ""
1027
-
1028
- #: modules/sharedaddy/sharing-sources.php:579
1029
- msgid "LinkedIn"
1030
- msgstr ""
1031
-
1032
- #: modules/sharedaddy/sharing-sources.php:593
1033
- msgctxt "share to"
1034
- msgid "LinkedIn"
1035
- msgstr ""
1036
-
1037
- #: modules/sharedaddy/sharing-sources.php:593
1038
- msgid "Click to share on LinkedIn"
1039
- msgstr ""
1040
-
1041
- #: modules/sharedaddy/sharing-sources.php:659
1042
- msgid "Facebook"
1043
- msgstr ""
1044
-
1045
- #: modules/sharedaddy/sharing-sources.php:734
1046
- msgctxt "share to"
1047
- msgid "Facebook"
1048
- msgstr ""
1049
-
1050
- #: modules/sharedaddy/sharing-sources.php:734
1051
- msgid "Share on Facebook"
1052
- msgstr ""
1053
-
1054
- #: modules/sharedaddy/sharing-sources.php:765
1055
- msgid "Print"
1056
- msgstr ""
1057
-
1058
- #: modules/sharedaddy/sharing-sources.php:769
1059
- msgctxt "share to"
1060
- msgid "Print"
1061
- msgstr ""
1062
-
1063
- #: modules/sharedaddy/sharing-sources.php:769
1064
- msgid "Click to print"
1065
- msgstr ""
1066
-
1067
- #: modules/sharedaddy/sharing-sources.php:785
1068
- msgid "Press This"
1069
- msgstr ""
1070
-
1071
- #: modules/sharedaddy/sharing-sources.php:813
1072
- msgctxt "share to"
1073
- msgid "Press This"
1074
- msgstr ""
1075
-
1076
- #: modules/sharedaddy/sharing-sources.php:813
1077
- msgid "Click to Press This!"
1078
- msgstr ""
1079
-
1080
- #: modules/sharedaddy/sharing-sources.php:831
1081
- msgid "Google +1"
1082
- msgstr ""
1083
-
1084
- #: modules/sharedaddy/sharing-sources.php:846
1085
- msgctxt "share to"
1086
- msgid "Google +1"
1087
- msgstr ""
1088
-
1089
- #: modules/sharedaddy/sharing-sources.php:846
1090
- msgid "Click to share on Google+"
1091
- msgstr ""
1092
-
1093
- #: modules/sharedaddy/sharing-sources.php:935
1094
- msgid "Click to share"
1095
- msgstr ""
1096
-
1097
- #: modules/sharedaddy/sharing-sources.php:990
1098
- msgid "URL"
1099
- msgstr ""
1100
-
1101
- #: modules/sharedaddy/sharing-sources.php:995
1102
- msgid "Icon"
1103
- msgstr ""
1104
-
1105
- #: modules/sharedaddy/sharing-sources.php:1002
1106
- msgid "Save"
1107
- msgstr ""
1108
-
1109
- #: modules/sharedaddy/sharing-sources.php:1003
1110
- msgid "Remove Service"
1111
- msgstr ""
1112
-
1113
- #: modules/sharedaddy/sharing-sources.php:1082
1114
- msgid "Tumblr"
1115
- msgstr ""
1116
-
1117
- #: modules/sharedaddy/sharing-sources.php:1093
1118
- msgctxt "share to"
1119
- msgid "Tumblr"
1120
- msgstr ""
1121
-
1122
- #: modules/sharedaddy/sharing-sources.php:1093
1123
- msgid "Click to share on Tumblr"
1124
- msgstr ""
1125
-
1126
- #: modules/sharedaddy/sharing-sources.php:1129
1127
- msgid "Pinterest"
1128
- msgstr ""
1129
-
1130
- #: modules/sharedaddy/sharing-sources.php:1159
1131
- msgid "Pin It"
1132
- msgstr ""
1133
-
1134
- #: modules/sharedaddy/sharing-sources.php:1161
1135
- msgctxt "share to"
1136
- msgid "Pinterest"
1137
- msgstr ""
1138
-
1139
- #: modules/sharedaddy/sharing-sources.php:1161
1140
- msgid "Click to share on Pinterest"
1141
- msgstr ""
1142
-
1143
- #: modules/sharedaddy/sharing.php:153
1144
- msgid "Warning! Multibyte support missing!"
1145
- msgstr ""
1146
-
1147
- #: modules/sharedaddy/sharing.php:154
1148
- msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
1149
- msgstr ""
1150
-
1151
- #: modules/sharedaddy/sharing.php:158
1152
- msgid "Settings have been saved"
1153
- msgstr ""
1154
-
1155
- #: modules/sharedaddy/sharing.php:169
1156
- msgid "Sharing Buttons"
1157
- msgstr ""
1158
-
1159
- #: modules/sharedaddy/sharing.php:170
1160
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1161
- msgstr ""
1162
-
1163
- #: modules/sharedaddy/sharing.php:176
1164
- msgid "Available Services"
1165
- msgstr ""
1166
-
1167
- #: modules/sharedaddy/sharing.php:177
1168
- msgid "Drag and drop the services you'd like to enable into the box below."
1169
- msgstr ""
1170
-
1171
- #: modules/sharedaddy/sharing.php:178
1172
- msgid "Add a new service"
1173
- msgstr ""
1174
-
1175
- #: modules/sharedaddy/sharing.php:198
1176
- msgid "Enabled Services"
1177
- msgstr ""
1178
-
1179
- #: modules/sharedaddy/sharing.php:201
1180
- msgid "Services dragged here will appear individually."
1181
- msgstr ""
1182
-
1183
- #: modules/sharedaddy/sharing.php:204
1184
- msgid "Drag and drop available services here."
1185
- msgstr ""
1186
-
1187
- #: modules/sharedaddy/sharing.php:215
1188
- msgid "Services dragged here will be hidden behind a share button."
1189
- msgstr ""
1190
-
1191
- #: modules/sharedaddy/sharing.php:230
1192
- msgid "Live Preview"
1193
- msgstr ""
1194
-
1195
- #: modules/sharedaddy/sharing.php:233
1196
- msgid "Sharing is off. Add services above to enable."
1197
- msgstr ""
1198
-
1199
- #: modules/module-info.php:638
1200
- msgid "When you write great content, all you really want is people to find it, right?"
1201
- msgstr ""
1202
-
1203
- #: modules/module-info.php:640
1204
- msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
1205
- msgstr ""
1206
-
1207
- #: modules/module-info.php:643
1208
- msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
1209
- msgstr ""
1210
-
1211
- #: modules/module-info.php:645
1212
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
1213
- msgstr ""
1214
-
1215
- #: modules/module-info.php:655
1216
- msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
1217
- msgstr ""
1218
-
1219
- #: modules/module-info.php:675 modules/module-info.php:678
1220
- #: modules/post-by-email.php:89
1221
- msgid "Post by Email"
1222
- msgstr ""
1223
-
1224
- #: modules/module-info.php:680
1225
- msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
1226
- msgstr ""
1227
-
1228
- #: modules/module-info.php:684
1229
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
1230
- msgstr ""
1231
-
1232
- #: modules/module-info.php:688
1233
- msgid "More information on sending emails, attachments, and customizing your posts."
1234
- msgstr ""
1235
-
1236
- #: modules/module-info.php:708
1237
- msgid "Photon"
1238
- msgstr ""
1239
-
1240
- #: modules/module-info.php:710
1241
- msgid "Give your site a boost by loading images in post and posts' featured images from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your web host with the click of a button."
1242
- msgstr ""
1243
-
1244
- #: modules/post-by-email.php:92 modules/subscriptions.php:596
1245
- msgid "Email Address"
1246
- msgstr "Elektron poçt"
1247
-
1248
- #: modules/post-by-email.php:107
1249
- msgid "Enable Post By Email"
1250
- msgstr ""
1251
-
1252
- #: modules/post-by-email.php:111 modules/shortcodes/videopress.php:926
1253
- msgid "More information"
1254
- msgstr ""
1255
-
1256
- #: modules/post-by-email.php:114
1257
- msgid "Regenerate Address"
1258
- msgstr ""
1259
-
1260
- #: modules/post-by-email.php:115
1261
- msgid "Disable Post By Email"
1262
- msgstr ""
1263
-
1264
- #: modules/post-by-email.php:123
1265
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
1266
- msgstr ""
1267
-
1268
- #: modules/post-by-email.php:126 modules/publicize/publicize-jetpack.php:58
1269
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
1270
- msgstr ""
1271
-
1272
- #: modules/post-by-email.php:167 modules/post-by-email.php:176
1273
- msgid "Unable to create your Post By Email address. Please try again later."
1274
- msgstr ""
1275
-
1276
- #: modules/post-by-email.php:195 modules/post-by-email.php:204
1277
- msgid "Unable to regenerate your Post By Email address. Please try again later."
1278
- msgstr ""
1279
-
1280
- #: modules/post-by-email.php:223 modules/post-by-email.php:232
1281
- msgid "Unable to disable your Post By Email address. Please try again later."
1282
- msgstr ""
1283
-
1284
- #: modules/publicize/publicize-jetpack.php:55
1285
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
1286
- msgstr ""
1287
-
1288
- #: modules/publicize/publicize-jetpack.php:165
1289
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
1290
- msgstr ""
1291
-
1292
- #: modules/publicize/publicize-jetpack.php:167
1293
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
1294
- msgstr ""
1295
-
1296
- #: modules/publicize/publicize-jetpack.php:313
1297
- #: modules/publicize/publicize-jetpack.php:329
1298
- #: modules/publicize/publicize-jetpack.php:453
1299
- msgid "Publicize to my %s:"
1300
- msgstr ""
1301
-
1302
- #: modules/publicize/publicize-jetpack.php:314
1303
- msgid "Facebook Wall"
1304
- msgstr ""
1305
-
1306
- #: modules/publicize/publicize-jetpack.php:330
1307
- msgid "Facebook Page"
1308
- msgstr ""
1309
-
1310
- #: modules/publicize/publicize-jetpack.php:361
1311
- #: modules/publicize/publicize-jetpack.php:473 modules/publicize/ui.php:214
1312
- msgid "OK"
1313
- msgstr ""
1314
-
1315
- #: modules/publicize/publicize-jetpack.php:454
1316
- msgid "Tumblr blog"
1317
- msgstr ""
1318
-
1319
- #: modules/publicize/ui.php:35 modules/publicize/ui.php:45
1320
- #: modules/sharedaddy/sharing.php:57 modules/sharedaddy/sharing.php:163
1321
- msgid "Sharing Settings"
1322
- msgstr ""
1323
-
1324
- #: modules/publicize/ui.php:76
1325
- msgid "You have successfully connected your blog with your %s account."
1326
- msgstr ""
1327
-
1328
- #: modules/publicize/ui.php:91
1329
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
1330
- msgstr ""
1331
-
1332
- #: modules/publicize/ui.php:92
1333
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
1334
- msgstr ""
1335
-
1336
- #: modules/publicize/ui.php:153
1337
- msgid "Shared"
1338
- msgstr ""
1339
-
1340
- #: modules/publicize/ui.php:156 modules/publicize/ui.php:160
1341
- msgid "Disconnect"
1342
- msgstr ""
1343
-
1344
- #: modules/publicize/ui.php:169
1345
- msgid "Add new %s connection."
1346
- msgstr ""
1347
-
1348
- #: modules/publicize/ui.php:185
1349
- msgid "Make this connection available to all users of this blog?"
1350
- msgstr ""
1351
-
1352
- #: modules/publicize/ui.php:193
1353
- msgid "There was a problem connecting to %s. Please disconnect and try again."
1354
- msgstr ""
1355
-
1356
- #: modules/publicize/ui.php:383
1357
- msgid "Publicize:"
1358
- msgstr ""
1359
-
1360
- #: modules/publicize/ui.php:429
1361
- msgctxt "Service: Account connected as"
1362
- msgid "%1$s: %2$s"
1363
- msgstr ""
1364
-
1365
- #: modules/publicize/ui.php:464
1366
- msgid "Custom Message:"
1367
- msgstr ""
1368
-
1369
- #: modules/publicize/ui.php:469 modules/publicize/ui.php:498
1370
- #: modules/publicize/ui.php:500
1371
- msgid "Hide"
1372
- msgstr ""
1373
-
1374
- #: modules/publicize/ui.php:478
1375
- msgid "Not Connected"
1376
- msgstr ""
1377
-
1378
- #: modules/publicize/ui.php:485
1379
- msgid "Connect to"
1380
- msgstr ""
1381
-
1382
- #: modules/publicize/ui.php:490
1383
- msgid "Connect and share your posts on %s"
1384
- msgstr ""
1385
-
1386
- #: modules/publicize/ui.php:513
1387
- msgid "Show"
1388
- msgstr ""
1389
-
1390
- #: modules/publicize.php:87
1391
- msgctxt "word count: words or characters?"
1392
- msgid "words"
1393
- msgstr ""
1394
-
1395
- #: modules/sharedaddy/sharedaddy.php:18
1396
- msgid "Shared Post"
1397
- msgstr ""
1398
-
1399
- #: modules/sharedaddy/sharedaddy.php:35
1400
- msgid "Show sharing buttons."
1401
- msgstr ""
1402
-
1403
- #: modules/sharedaddy/sharedaddy.php:112
1404
- msgid "Disable CSS and JS"
1405
- msgstr ""
1406
-
1407
- #: modules/sharedaddy/sharedaddy.php:114
1408
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1409
- msgstr ""
1410
-
1411
- #: modules/sharedaddy/sharing-service.php:12
1412
- msgid "Share this:"
1413
- msgstr ""
1414
-
1415
- #: modules/sharedaddy/sharing-service.php:523
1416
- #: modules/sharedaddy/sharing.php:245 modules/sharedaddy/sharing.php:278
1417
- msgid "More"
1418
- msgstr ""
1419
-
1420
- #: modules/sharedaddy/sharing-service.php:525
1421
- msgid "Share"
1422
- msgstr ""
1423
-
1424
- #: modules/sharedaddy/sharing-sources.php:242
1425
- msgid "This post has been shared!"
1426
- msgstr ""
1427
-
1428
- #: modules/sharedaddy/sharing-sources.php:243
1429
- msgid "You have shared this post with %s"
1430
- msgstr ""
1431
-
1432
- #: modules/sharedaddy/sharing-sources.php:244
1433
- msgid "Close"
1434
- msgstr "Bağla"
1435
-
1436
- #: modules/sharedaddy/sharing-sources.php:266
1437
- msgctxt "share to"
1438
- msgid "Email"
1439
- msgstr ""
1440
-
1441
- #: modules/sharedaddy/sharing-sources.php:266
1442
- msgid "Click to email this to a friend"
1443
- msgstr ""
1444
-
1445
- #: modules/module-info.php:315 modules/module-info.php:318
1446
- #: modules/module-info.php:339 modules/publicize/ui.php:35
1447
- #: modules/sharedaddy/sharedaddy.php:25 modules/sharedaddy/sharing.php:57
1448
- msgid "Sharing"
1449
- msgstr ""
1450
-
1451
- #: modules/module-info.php:319
1452
- msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
1453
- msgstr ""
1454
-
1455
- #: modules/module-info.php:323
1456
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
1457
- msgstr ""
1458
-
1459
- #: modules/module-info.php:325
1460
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
1461
- msgstr ""
1462
-
1463
- #: modules/module-info.php:329
1464
- msgid "Additionally you can define your own custom services."
1465
- msgstr ""
1466
-
1467
- #: modules/module-info.php:344
1468
- msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
1469
- msgstr ""
1470
-
1471
- #: modules/module-info.php:345
1472
- msgid "Drag and drop sharing services into the enabled section to have them show up on your site, and drag them into the hidden section to have them hidden behind a button."
1473
- msgstr ""
1474
-
1475
- #: modules/module-info.php:351
1476
- msgid "Full details can be found on the <a href=\"%s\">Sharing support page</a>. This video also gives a swish run-down of how to use the Sharing feature. Watch it in HD for extra snazz!"
1477
- msgstr ""
1478
-
1479
- #: modules/module-info.php:366 modules/module-info.php:370
1480
- msgid "Spelling and Grammar"
1481
- msgstr ""
1482
-
1483
- #: modules/module-info.php:372
1484
- msgid "The <a href='%s'>After&nbsp;the&nbsp;Deadline</a> Proofreading service improves your writing by using artificial intelligence to find your errors and offer smart suggestions."
1485
- msgstr ""
1486
-
1487
- #: modules/module-info.php:373
1488
- msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
1489
- msgstr ""
1490
-
1491
- #: modules/module-info.php:387 modules/module-info.php:401
1492
- msgid "Widgets Screenshot"
1493
- msgstr ""
1494
-
1495
- #: modules/module-info.php:390 modules/module-info.php:404
1496
- msgid "Extra Sidebar Widgets"
1497
- msgstr ""
1498
-
1499
- #: modules/module-info.php:392
1500
- msgid "The RSS Links Widget "
1501
- msgstr ""
1502
-
1503
- #: modules/module-info.php:392
1504
- msgid "allows you to add links to your blog&#8217;s post and comment RSS feeds in your sidebar. This makes it easy for your readers to stay updated when you post new content or receive new comments."
1505
- msgstr ""
1506
-
1507
- #: modules/module-info.php:393
1508
- msgid "The Twitter Widget "
1509
- msgstr ""
1510
-
1511
- #: modules/module-info.php:393
1512
- msgid "shows your latest tweets within a sidebar on your theme. It&#8217;s an easy way to add more activity to your site. There are also a number of customization options."
1513
- msgstr ""
1514
-
1515
- #: modules/module-info.php:393
1516
- msgid "The Facebook Like Box Widget "
1517
- msgstr ""
1518
-
1519
- #: modules/module-info.php:393
1520
- msgid "shows your Facebook Like Box within a sidebar on your theme. It&#8217;s a great way to let your readers show their support."
1521
- msgstr ""
1522
-
1523
- #: modules/module-info.php:393
1524
- msgid "The Image Widget "
1525
- msgstr ""
1526
-
1527
- #: modules/module-info.php:393
1528
- msgid "allows you to easily add images to widget areas in your theme. It&#8217;s an easy way to add more visual interest to your site."
1529
- msgstr ""
1530
-
1531
- #: modules/module-info.php:406
1532
- msgid "The RSS Links Widget"
1533
- msgstr ""
1534
-
1535
- #: modules/module-info.php:406
1536
- msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
1537
- msgstr ""
1538
-
1539
- #: modules/module-info.php:407
1540
- msgid "The Twitter Widget"
1541
- msgstr ""
1542
-
1543
- #: modules/module-info.php:407
1544
- msgid "shows your latest tweets within a sidebar on your theme."
1545
- msgstr ""
1546
-
1547
- #: modules/module-info.php:408
1548
- msgid "The Facebook Like Box Widget"
1549
- msgstr ""
1550
-
1551
- #: modules/module-info.php:408
1552
- msgid "shows your Facebook Like Box within a sidebar on your theme."
1553
- msgstr ""
1554
-
1555
- #: modules/module-info.php:409
1556
- msgid "The Image Widget"
1557
- msgstr ""
1558
-
1559
- #: modules/module-info.php:409
1560
- msgid "lets you easily add images to a sidebar on your theme."
1561
- msgstr ""
1562
-
1563
- #: modules/module-info.php:411
1564
- msgid "Each of these widgets has a number of customization options."
1565
- msgstr ""
1566
-
1567
- #: modules/module-info.php:411
1568
- msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
1569
- msgstr ""
1570
-
1571
- #: modules/module-info.php:424
1572
- msgid "Subsriptions Screenshot"
1573
- msgstr ""
1574
-
1575
- #: modules/module-info.php:427
1576
- msgid "Subscriptions"
1577
- msgstr "Abunəlik"
1578
-
1579
- #: modules/module-info.php:429
1580
- msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
1581
- msgstr ""
1582
-
1583
- #: modules/module-info.php:430
1584
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
1585
- msgstr ""
1586
-
1587
- #: modules/module-info.php:435
1588
- msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
1589
- msgstr ""
1590
-
1591
- #: modules/module-info.php:436
1592
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
1593
- msgstr ""
1594
-
1595
- #: modules/module-info.php:449
1596
- msgid "Enhanced Distribution"
1597
- msgstr ""
1598
-
1599
- #: modules/module-info.php:451
1600
- msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
1601
- msgstr ""
1602
-
1603
- #: modules/module-info.php:466
1604
- msgid "JSON API"
1605
- msgstr ""
1606
-
1607
- #: modules/module-info.php:468
1608
- msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
1609
- msgstr ""
1610
-
1611
- #: modules/module-info.php:470
1612
- msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
1613
- msgstr ""
1614
-
1615
- #: modules/module-info.php:498
1616
- msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
1617
- msgstr ""
1618
-
1619
- #: modules/module-info.php:501
1620
- msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
1621
- msgstr ""
1622
-
1623
- #: modules/module-info.php:518
1624
- msgid "Jetpack Comments Screenshot"
1625
- msgstr ""
1626
-
1627
- #: modules/module-info.php:523
1628
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
1629
- msgstr ""
1630
-
1631
- #: modules/module-info.php:528
1632
- msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
1633
- msgstr ""
1634
-
1635
- #: modules/module-info.php:549
1636
- msgid "Gallery Carousel Screenshot"
1637
- msgstr ""
1638
-
1639
- #: modules/module-info.php:552
1640
- msgid "Carousel"
1641
- msgstr ""
1642
-
1643
- #: modules/module-info.php:554
1644
- msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
1645
- msgstr ""
1646
-
1647
- #: modules/module-info.php:567 modules/module-info.php:570
1648
- msgid "Custom CSS"
1649
- msgstr ""
1650
-
1651
- #: modules/module-info.php:571
1652
- msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
1653
- msgstr ""
1654
-
1655
- #: modules/module-info.php:572
1656
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
1657
- msgstr ""
1658
-
1659
- #: modules/module-info.php:589 modules/module-info.php:592
1660
- msgid "Mobile Theme"
1661
- msgstr ""
1662
-
1663
- #: modules/module-info.php:593
1664
- msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
1665
- msgstr ""
1666
-
1667
- #: modules/module-info.php:594
1668
- msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
1669
- msgstr ""
1670
-
1671
- #: modules/module-info.php:595
1672
- msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
1673
- msgstr ""
1674
-
1675
- #: modules/module-info.php:611 modules/module-info.php:614
1676
- msgid "Mobile Push Notifications"
1677
- msgstr ""
1678
-
1679
- #: modules/module-info.php:616
1680
- msgid "If you have your blog added to the <a href=\"http://ios.wordpress.org/\">WordPress for iOS app</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
1681
- msgstr ""
1682
-
1683
- #: modules/module-info.php:635
1684
- msgid "Infinite Scroll"
1685
- msgstr ""
1686
-
1687
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:70
1688
- msgid "Your comment is awaiting moderation."
1689
- msgstr ""
1690
-
1691
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:79
1692
- msgid "Reply <span>&darr;</span>"
1693
- msgstr ""
1694
-
1695
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:93
1696
- msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
1697
- msgstr ""
1698
-
1699
- #: modules/minileven/theme/pub/minileven/index.php:23
1700
- msgid "Daily Archives: %s"
1701
- msgstr "Gündəlik Arxivləşdirmə: %s"
1702
-
1703
- #: modules/minileven/theme/pub/minileven/index.php:25
1704
- msgid "Monthly Archives: %s"
1705
- msgstr "Aylıq arxiv: %s"
1706
-
1707
- #: modules/minileven/theme/pub/minileven/index.php:27
1708
- msgid "Yearly Archives: %s"
1709
- msgstr ""
1710
-
1711
- #: modules/minileven/theme/pub/minileven/index.php:29
1712
- msgid "Posted in %s"
1713
- msgstr ""
1714
-
1715
- #: modules/minileven/theme/pub/minileven/index.php:31
1716
- msgid "Tagged with %s"
1717
- msgstr ""
1718
-
1719
- #: modules/minileven/theme/pub/minileven/index.php:33
1720
- msgid "Posted by"
1721
- msgstr ""
1722
-
1723
- #: modules/minileven/theme/pub/minileven/index.php:35
1724
- msgid "Blog Archives"
1725
- msgstr ""
1726
-
1727
- #: modules/minileven/theme/pub/minileven/index.php:43
1728
- msgid "Search Results for: %s"
1729
- msgstr ""
1730
-
1731
- #: modules/minileven/theme/pub/minileven/index.php:57
1732
- msgid "Nothing Found"
1733
- msgstr ""
1734
-
1735
- #: modules/minileven/theme/pub/minileven/index.php:61
1736
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
1737
- msgstr ""
1738
-
1739
- #: modules/minileven/theme/pub/minileven/searchform.php:9
1740
- #: modules/minileven/theme/pub/minileven/searchform.php:10
1741
- #: modules/minileven/theme/pub/minileven/searchform.php:11
1742
- msgid "Search"
1743
- msgstr "Axtar"
1744
-
1745
- #: modules/minileven.php:48
1746
- msgid "Excerpts"
1747
- msgstr ""
1748
-
1749
- #: modules/minileven.php:52
1750
- msgid "Enable excerpts on front page and on archive pages"
1751
- msgstr ""
1752
-
1753
- #: modules/minileven.php:57
1754
- msgid "Show full posts on front page and on archive pages"
1755
- msgstr ""
1756
-
1757
- #: modules/minileven.php:62
1758
- msgid "Mobile App Promos"
1759
- msgstr ""
1760
-
1761
- #: modules/minileven.php:66
1762
- msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
1763
- msgstr ""
1764
-
1765
- #: modules/minileven.php:75
1766
- msgid "Mobile Apps"
1767
- msgstr ""
1768
-
1769
- #: modules/minileven.php:76
1770
- msgid "Take WordPress with you."
1771
- msgstr ""
1772
-
1773
- #: modules/minileven.php:78
1774
- msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
1775
- msgstr ""
1776
-
1777
- #: modules/module-info.php:22 modules/module-info.php:26
1778
- msgid "VaultPress"
1779
- msgstr ""
1780
-
1781
- #: modules/module-info.php:28
1782
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
1783
- msgstr ""
1784
-
1785
- #: modules/module-info.php:29
1786
- msgctxt "Visit your _VaultPress_dashboard_."
1787
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
1788
- msgstr ""
1789
-
1790
- #: modules/module-info.php:29
1791
- msgid "VaultPress dashboard"
1792
- msgstr ""
1793
-
1794
- #: modules/module-info.php:31
1795
- msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
1796
- msgstr ""
1797
-
1798
- #: modules/module-info.php:32
1799
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
1800
- msgid "View %s."
1801
- msgstr ""
1802
-
1803
- #: modules/module-info.php:32
1804
- msgid "Plans & Pricing"
1805
- msgstr ""
1806
-
1807
- #: modules/module-info.php:53 modules/module-info.php:68
1808
- msgid "Gravatar Hovercard"
1809
- msgstr ""
1810
-
1811
- #: modules/module-info.php:58 modules/module-info.php:73
1812
- msgid "What&#8217;s a Hovercard?"
1813
- msgstr ""
1814
-
1815
- #: modules/module-info.php:59
1816
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
1817
- msgstr ""
1818
-
1819
- #: modules/module-info.php:60
1820
- msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
1821
- msgstr ""
1822
-
1823
- #: modules/module-info.php:74
1824
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
1825
- msgstr ""
1826
-
1827
- #: modules/module-info.php:75
1828
- msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
1829
- msgstr ""
1830
-
1831
- #: modules/module-info.php:90 modules/module-info.php:94
1832
- #: modules/module-info.php:103 modules/module-info.php:107
1833
- msgid "Shortcode Embeds"
1834
- msgstr ""
1835
-
1836
- #: modules/module-info.php:95 modules/module-info.php:108
1837
- msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
1838
- msgstr ""
1839
-
1840
- #: modules/module-info.php:109
1841
- msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
1842
- msgstr ""
1843
-
1844
- #: modules/module-info.php:132
1845
- msgid "Available shortcodes are: %l."
1846
- msgstr ""
1847
-
1848
- #: modules/module-info.php:147 modules/module-info.php:151
1849
- #: modules/module-info.php:161 modules/module-info.php:165
1850
- msgid "WP.me Shortlinks"
1851
- msgstr ""
1852
-
1853
- #: modules/module-info.php:152 modules/module-info.php:166
1854
- msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
1855
- msgstr ""
1856
-
1857
- #: modules/module-info.php:153
1858
- msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
1859
- msgstr ""
1860
-
1861
- #: modules/module-info.php:167
1862
- msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
1863
- msgstr ""
1864
-
1865
- #: modules/module-info.php:182 modules/module-info.php:186
1866
- #: modules/module-info.php:195 modules/module-info.php:199
1867
- msgid "WordPress.com Stats"
1868
- msgstr ""
1869
-
1870
- #: modules/module-info.php:187 modules/module-info.php:200
1871
- msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
1872
- msgstr ""
1873
-
1874
- #: modules/module-info.php:201
1875
- msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
1876
- msgstr ""
1877
-
1878
- #: modules/module-info.php:215 modules/module-info.php:219
1879
- #: modules/publicize/ui.php:89
1880
- msgid "Publicize"
1881
- msgstr ""
1882
-
1883
- #: modules/module-info.php:220
1884
- msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
1885
- msgstr ""
1886
-
1887
- #: modules/module-info.php:221
1888
- msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
1889
- msgstr ""
1890
-
1891
- #: modules/module-info.php:225
1892
- msgid "Manage your <a href=\"%s\">Publicize settings</a>."
1893
- msgstr ""
1894
-
1895
- #: modules/module-info.php:229 modules/publicize/ui.php:102
1896
- msgid "More information on using Publicize."
1897
- msgstr ""
1898
-
1899
- #: modules/module-info.php:245 modules/module-info.php:249
1900
- #: modules/module-info.php:258 modules/module-info.php:262
1901
- #: modules/notes.php:106
1902
- msgid "Notifications"
1903
- msgstr ""
1904
-
1905
- #: modules/module-info.php:250 modules/module-info.php:263
1906
- msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
1907
- msgstr ""
1908
-
1909
- #: modules/module-info.php:264
1910
- msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
1911
- msgstr ""
1912
-
1913
- #: modules/module-info.php:279 modules/module-info.php:294
1914
- msgid "LaTeX"
1915
- msgstr ""
1916
-
1917
- #: modules/module-info.php:284 modules/module-info.php:299
1918
- msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
1919
- msgstr ""
1920
-
1921
- #: modules/module-info.php:285
1922
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
1923
- msgstr ""
1924
-
1925
- #: modules/module-info.php:286
1926
- msgid "Wow, that sounds nerdy."
1927
- msgstr ""
1928
-
1929
- #: modules/module-info.php:300
1930
- msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
1931
- msgstr ""
1932
-
1933
- #: modules/custom-css/custom-css.php:865
1934
- msgid "Preview"
1935
- msgstr "Görünüş"
1936
-
1937
- #: modules/custom-css/custom-css.php:866
1938
- msgid "Save Stylesheet &amp; Buy Upgrade"
1939
- msgstr ""
1940
-
1941
- #: modules/custom-css/custom-css.php:866
1942
- msgid "Save Stylesheet"
1943
- msgstr ""
1944
-
1945
- #: modules/custom-css/custom-css.php:871
1946
- msgid "CSS Settings"
1947
- msgstr ""
1948
-
1949
- #: modules/custom-css/custom-css.php:878
1950
- msgid "CSS Revisions"
1951
- msgstr ""
1952
-
1953
- #: modules/custom-css/custom-css.php:916
1954
- msgid "Add my CSS to <strong>%s&apos;s</strong> CSS stylesheet."
1955
- msgstr ""
1956
-
1957
- #: modules/custom-css/custom-css.php:917
1958
- msgid "Don&apos;t use <strong>%s&apos;s</strong> CSS, and replace everything with my own CSS."
1959
- msgstr ""
1960
-
1961
- #: modules/custom-css/custom-css.php:919
1962
- msgid "<a href=\"%s\">View the original stylesheet</a> for the %s theme. Use this as a reference and do not copy and paste all of it into the CSS Editor."
1963
- msgstr ""
1964
-
1965
- #: modules/gravatar-hovercards.php:44 modules/module-info.php:57
1966
- #: modules/module-info.php:72
1967
- msgid "Gravatar Hovercards"
1968
- msgstr ""
1969
-
1970
- #: modules/gravatar-hovercards.php:56
1971
- msgid "View people's profiles when you mouse over their Gravatars"
1972
- msgstr ""
1973
-
1974
- #: modules/gravatar-hovercards.php:83
1975
- msgid "Put your mouse over your Gravatar to check out your profile."
1976
- msgstr ""
1977
-
1978
- #: modules/infinite-scroll/infinity.php:238
1979
- msgid "To infinity and beyond"
1980
- msgstr ""
1981
-
1982
- #: modules/infinite-scroll/infinity.php:247
1983
- msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
1984
- msgstr ""
1985
-
1986
- #: modules/infinite-scroll/infinity.php:253
1987
- msgid "Scroll Infinitely"
1988
- msgstr ""
1989
-
1990
- #: modules/infinite-scroll/infinity.php:253
1991
- msgid "(Shows %s posts on each load)"
1992
- msgstr ""
1993
-
1994
- #: modules/infinite-scroll/infinity.php:442
1995
- msgid "Load more posts"
1996
- msgstr ""
1997
-
1998
- #: modules/infinite-scroll/infinity.php:443
1999
- msgid "Scroll back to top"
2000
- msgstr ""
2001
-
2002
- #: modules/infinite-scroll/infinity.php:813
2003
- msgid "Theme: %1$s."
2004
- msgstr ""
2005
-
2006
- #: modules/infinite-scroll.php:79
2007
- msgid "Use Google Analytics with Infinite Scroll"
2008
- msgstr ""
2009
-
2010
- #: modules/infinite-scroll.php:90
2011
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2012
- msgstr ""
2013
-
2014
- #: modules/infinite-scroll.php:90
2015
- msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
2016
- msgstr ""
2017
-
2018
- #: modules/minileven/minileven.php:90
2019
- msgid "View Mobile Site"
2020
- msgstr ""
2021
-
2022
- #: modules/minileven/minileven.php:254
2023
- msgid "Apply this CSS to the Mobile Theme"
2024
- msgstr ""
2025
-
2026
- #: modules/minileven/theme/pub/minileven/comments.php:15
2027
- msgid "This post is password protected. Enter the password to view any comments."
2028
- msgstr ""
2029
-
2030
- #: modules/minileven/theme/pub/minileven/comments.php:45
2031
- msgid "Comment navigation"
2032
- msgstr ""
2033
-
2034
- #: modules/minileven/theme/pub/minileven/comments.php:46
2035
- msgid "&larr; Older Comments"
2036
- msgstr ""
2037
-
2038
- #: modules/minileven/theme/pub/minileven/comments.php:47
2039
- msgid "Newer Comments &rarr;"
2040
- msgstr ""
2041
-
2042
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2043
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2044
- #: modules/minileven/theme/pub/minileven/content.php:13
2045
- #: modules/minileven/theme/pub/minileven/content.php:17
2046
- msgid "Permalink to %s"
2047
- msgstr ""
2048
-
2049
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2050
- msgid "Gallery"
2051
- msgstr ""
2052
-
2053
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2054
- #: modules/minileven/theme/pub/minileven/content.php:36
2055
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:26
2056
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2057
- msgstr ""
2058
-
2059
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2060
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
2061
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2062
- msgstr[0] ""
2063
- msgstr[1] ""
2064
-
2065
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2066
- #: modules/minileven/theme/pub/minileven/content.php:38
2067
- #: modules/minileven/theme/pub/minileven/image.php:64
2068
- #: modules/minileven/theme/pub/minileven/page.php:27
2069
- msgid "Pages:"
2070
- msgstr ""
2071
-
2072
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2073
- #: modules/minileven/theme/pub/minileven/content.php:46
2074
- #: modules/minileven/theme/pub/minileven/image.php:80
2075
- msgid "<b>1</b> Reply"
2076
- msgstr ""
2077
-
2078
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2079
- #: modules/minileven/theme/pub/minileven/content.php:46
2080
- #: modules/minileven/theme/pub/minileven/image.php:80
2081
- msgid "<b>%</b> Replies"
2082
- msgstr ""
2083
-
2084
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
2085
- #: modules/minileven/theme/pub/minileven/content.php:48
2086
- #: modules/minileven/theme/pub/minileven/image.php:82
2087
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:66
2088
- #: modules/minileven/theme/pub/minileven/page.php:31
2089
- #: modules/publicize/ui.php:511
2090
- msgid "Edit"
2091
- msgstr "Redaktə et"
2092
-
2093
- #: modules/minileven/theme/pub/minileven/content.php:14
2094
- msgid "Featured"
2095
- msgstr ""
2096
-
2097
- #: modules/minileven/theme/pub/minileven/content.php:23
2098
- msgid "Posted by "
2099
- msgstr ""
2100
-
2101
- #: modules/minileven/theme/pub/minileven/content.php:25
2102
- msgid "%s"
2103
- msgstr ""
2104
-
2105
- #: modules/minileven/theme/pub/minileven/content.php:46
2106
- #: modules/minileven/theme/pub/minileven/image.php:80
2107
- msgid "Leave a reply"
2108
- msgstr ""
2109
-
2110
- #: modules/minileven/theme/pub/minileven/content.php:54
2111
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2112
- msgid "Post navigation"
2113
- msgstr ""
2114
-
2115
- #: modules/minileven/theme/pub/minileven/content.php:55
2116
- msgid "&laquo; Previous"
2117
- msgstr "&laquo; Əvvəlki"
2118
-
2119
- #: modules/minileven/theme/pub/minileven/content.php:56
2120
- msgid "Next &raquo;"
2121
- msgstr ""
2122
-
2123
- #: modules/minileven/theme/pub/minileven/footer.php:22
2124
- msgid "http://wordpress.org/"
2125
- msgstr ""
2126
-
2127
- #: modules/minileven/theme/pub/minileven/footer.php:22
2128
- msgid "Semantic Personal Publishing Platform"
2129
- msgstr ""
2130
-
2131
- #: modules/minileven/theme/pub/minileven/footer.php:22
2132
- msgid "Proudly powered by %s"
2133
- msgstr ""
2134
-
2135
- #: modules/minileven/theme/pub/minileven/functions.php:54
2136
- msgid "Primary Menu"
2137
- msgstr ""
2138
-
2139
- #: modules/minileven/theme/pub/minileven/functions.php:92
2140
- msgid "Main Sidebar"
2141
- msgstr ""
2142
-
2143
- #: modules/minileven/theme/pub/minileven/header.php:32
2144
- msgid "Page %s"
2145
- msgstr ""
2146
-
2147
- #: modules/minileven/theme/pub/minileven/header.php:50
2148
- msgid "Menu"
2149
- msgstr "Menyu"
2150
-
2151
- #: modules/minileven/theme/pub/minileven/header.php:53
2152
- msgid "Skip to primary content"
2153
- msgstr ""
2154
-
2155
- #: modules/minileven/theme/pub/minileven/image.php:73
2156
- msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
2157
- msgstr ""
2158
-
2159
- #: modules/minileven/theme/pub/minileven/image.php:87
2160
- msgid "Image navigation"
2161
- msgstr ""
2162
-
2163
- #: modules/minileven/theme/pub/minileven/image.php:88
2164
- msgid "&raquo; Previous"
2165
- msgstr ""
2166
-
2167
- #: modules/minileven/theme/pub/minileven/image.php:89
2168
- msgid "Next &raquo; "
2169
- msgstr ""
2170
-
2171
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2172
- msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2173
- msgstr ""
2174
-
2175
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2176
- msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2177
- msgstr ""
2178
-
2179
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2180
- msgid "Pingback:"
2181
- msgstr ""
2182
-
2183
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2184
- msgid "%1$s on %2$s"
2185
- msgstr ""
2186
-
2187
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
2188
- msgid "%1$s at %2$s"
2189
- msgstr ""
2190
-
2191
- #: modules/contact-form/grunion-contact-form.php:1242
2192
- msgid "%s is required"
2193
- msgstr ""
2194
-
2195
- #: modules/contact-form/grunion-contact-form.php:1289
2196
- #: modules/contact-form/grunion-contact-form.php:1295
2197
- #: modules/contact-form/grunion-contact-form.php:1300
2198
- #: modules/contact-form/grunion-contact-form.php:1314
2199
- #: modules/contact-form/grunion-contact-form.php:1320
2200
- #: modules/contact-form/grunion-contact-form.php:1333
2201
- msgid "(required)"
2202
- msgstr "(tələb olunur)"
2203
-
2204
- #: modules/contact-form/grunion-contact-form.php:1313
2205
- msgid "Yes"
2206
- msgstr ""
2207
-
2208
- #: modules/contact-form/grunion-form-view.php:8
2209
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
2210
- msgid "Name"
2211
- msgstr ""
2212
-
2213
- #: modules/contact-form/grunion-form-view.php:9
2214
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
2215
- msgid "Email"
2216
- msgstr ""
2217
-
2218
- #: modules/contact-form/grunion-form-view.php:10
2219
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
2220
- msgid "Website"
2221
- msgstr ""
2222
-
2223
- #: modules/contact-form/grunion-form-view.php:11
2224
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
2225
- msgid "Comment"
2226
- msgstr ""
2227
-
2228
- #: modules/contact-form/grunion-form-view.php:12
2229
- msgctxt "Default label for new HTML form field in contact form builder"
2230
- msgid "New Field"
2231
- msgstr ""
2232
-
2233
- #: modules/contact-form/grunion-form-view.php:13
2234
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
2235
- msgid "Options"
2236
- msgstr ""
2237
-
2238
- #: modules/contact-form/grunion-form-view.php:14
2239
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
2240
- msgid "Option"
2241
- msgstr ""
2242
-
2243
- #: modules/contact-form/grunion-form-view.php:15
2244
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
2245
- msgid "First option"
2246
- msgstr ""
2247
-
2248
- #: modules/contact-form/grunion-form-view.php:16
2249
- msgctxt "error message in contact form builder"
2250
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
2251
- msgstr ""
2252
-
2253
- #: modules/contact-form/grunion-form-view.php:17
2254
- msgid ""
2255
- "Drag up or down\n"
2256
- "to re-arrange"
2257
- msgstr ""
2258
-
2259
- #: modules/contact-form/grunion-form-view.php:18
2260
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
2261
- msgid "move"
2262
- msgstr ""
2263
-
2264
- #: modules/contact-form/grunion-form-view.php:19
2265
- msgctxt "Link to edit an HTML form field in contact form builder"
2266
- msgid "edit"
2267
- msgstr ""
2268
-
2269
- #: modules/contact-form/grunion-form-view.php:20
2270
- msgid "Saved successfully"
2271
- msgstr ""
2272
-
2273
- #: modules/contact-form/grunion-form-view.php:21
2274
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
2275
- msgid "(required)"
2276
- msgstr ""
2277
-
2278
- #: modules/contact-form/grunion-form-view.php:22
2279
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
2280
- msgstr ""
2281
-
2282
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
2283
- #: modules/module-info.php:495
2284
- msgid "Contact Form"
2285
- msgstr ""
2286
-
2287
- #: modules/contact-form/grunion-form-view.php:118
2288
- msgid "Your new field was saved successfully"
2289
- msgstr ""
2290
-
2291
- #: modules/contact-form/grunion-form-view.php:120
2292
- msgid "Form builder"
2293
- msgstr ""
2294
-
2295
- #: modules/contact-form/grunion-form-view.php:121
2296
- msgid "Email notifications"
2297
- msgstr ""
2298
-
2299
- #: modules/contact-form/grunion-form-view.php:126
2300
- msgid "How does this work?"
2301
- msgstr ""
2302
-
2303
- #: modules/contact-form/grunion-form-view.php:127
2304
- msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
2305
- msgstr ""
2306
-
2307
- #: modules/contact-form/grunion-form-view.php:128
2308
- msgid "Can I add more fields?"
2309
- msgstr ""
2310
-
2311
- #: modules/contact-form/grunion-form-view.php:130
2312
- msgctxt "%1$s = \"Click here\" in an HTML link"
2313
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
2314
- msgstr ""
2315
-
2316
- #: modules/contact-form/grunion-form-view.php:131
2317
- msgid "Click here"
2318
- msgstr ""
2319
-
2320
- #: modules/contact-form/grunion-form-view.php:133
2321
- msgid "Can I view my feedback within WordPress?"
2322
- msgstr ""
2323
-
2324
- #: modules/contact-form/grunion-form-view.php:135
2325
- msgctxt "%1$s = \"Feedbacks\" in an HTML link"
2326
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
2327
- msgstr ""
2328
-
2329
- #: modules/contact-form/grunion-form-view.php:141
2330
- msgid "Do I need to fill this out?"
2331
- msgstr ""
2332
-
2333
- #: modules/contact-form/grunion-form-view.php:142
2334
- msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
2335
- msgstr ""
2336
-
2337
- #: modules/contact-form/grunion-form-view.php:146
2338
- msgid "Edit this new field"
2339
- msgstr ""
2340
-
2341
- #: modules/contact-form/grunion-form-view.php:148
2342
- #: modules/sharedaddy/sharing-sources.php:985
2343
- msgid "Label"
2344
- msgstr ""
2345
-
2346
- #: modules/contact-form/grunion-form-view.php:149
2347
- msgid "New field"
2348
- msgstr ""
2349
-
2350
- #: modules/contact-form/grunion-form-view.php:151
2351
- msgid "Field type"
2352
- msgstr ""
2353
-
2354
- #: modules/contact-form/grunion-form-view.php:153
2355
- msgid "Checkbox"
2356
- msgstr ""
2357
-
2358
- #: modules/contact-form/grunion-form-view.php:154
2359
- msgid "Drop down"
2360
- msgstr ""
2361
-
2362
- #: modules/contact-form/grunion-form-view.php:157
2363
- msgid "Radio"
2364
- msgstr ""
2365
-
2366
- #: modules/contact-form/grunion-form-view.php:158
2367
- msgid "Text"
2368
- msgstr "Mətn"
2369
-
2370
- #: modules/contact-form/grunion-form-view.php:159
2371
- msgid "Textarea"
2372
- msgstr ""
2373
-
2374
- #: modules/contact-form/grunion-form-view.php:166
2375
- msgid "Options"
2376
- msgstr ""
2377
-
2378
- #: modules/contact-form/grunion-form-view.php:167
2379
- msgid "First option"
2380
- msgstr ""
2381
-
2382
- #: modules/contact-form/grunion-form-view.php:170
2383
- msgid "Add another option"
2384
- msgstr ""
2385
-
2386
- #: modules/contact-form/grunion-form-view.php:177
2387
- msgid "Required?"
2388
- msgstr ""
2389
-
2390
- #: modules/contact-form/grunion-form-view.php:182
2391
- msgid "Save this field"
2392
- msgstr ""
2393
-
2394
- #: modules/contact-form/grunion-form-view.php:187
2395
- msgid "Here&#8217;s what your form will look like"
2396
- msgstr ""
2397
-
2398
- #: modules/contact-form/grunion-form-view.php:192
2399
- msgid "Add a new field"
2400
- msgstr ""
2401
-
2402
- #: modules/contact-form/grunion-form-view.php:194
2403
- msgid "Add this form to my post"
2404
- msgstr ""
2405
-
2406
- #: modules/contact-form/grunion-form-view.php:197
2407
- msgid "Email settings"
2408
- msgstr ""
2409
-
2410
- #: modules/contact-form/grunion-form-view.php:199
2411
- msgid "Enter your email address"
2412
- msgstr ""
2413
-
2414
- #: modules/contact-form/grunion-form-view.php:202
2415
- msgid "What should the subject line be?"
2416
- msgstr ""
2417
-
2418
- #: modules/contact-form/grunion-form-view.php:205
2419
- msgid "Save and go back to form builder"
2420
- msgstr ""
2421
-
2422
- #: modules/custom-css/custom-css.php:486
2423
- msgid ""
2424
- "Welcome to Custom CSS!\n"
2425
- "\n"
2426
- "CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.\n"
2427
- "\n"
2428
- "By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don't need to copy all your theme's stylesheet content."
2429
- msgstr ""
2430
-
2431
- #: modules/custom-css/custom-css.php:595
2432
- msgid "Preview: changes must be saved or they will be lost"
2433
- msgstr ""
2434
-
2435
- #: modules/custom-css/custom-css.php:623
2436
- msgid "Edit CSS"
2437
- msgstr ""
2438
-
2439
- #: modules/custom-css/custom-css.php:637
2440
- msgid "CSS"
2441
- msgstr ""
2442
-
2443
- #: modules/custom-css/custom-css.php:676
2444
- msgid "Custom CSS Stylesheet"
2445
- msgstr ""
2446
-
2447
- #: modules/custom-css/custom-css.php:836
2448
- msgid "Stylesheet saved."
2449
- msgstr ""
2450
-
2451
- #: modules/custom-css/custom-css.php:844
2452
- msgid "CSS Stylesheet Editor"
2453
- msgstr ""
2454
-
2455
- #: modules/custom-css/custom-css.php:845
2456
- msgid ""
2457
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
2458
- "\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
2459
- msgstr ""
2460
-
2461
- #: modules/carousel/jetpack-carousel.php:443
2462
- msgid "White"
2463
- msgstr ""
2464
-
2465
- #: modules/carousel/jetpack-carousel.php:451
2466
- msgid "Display images in full-size carousel slideshow."
2467
- msgstr ""
2468
-
2469
- #: modules/comments/admin.php:50 modules/comments/comments.php:178
2470
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2471
- msgid "Leave a Reply"
2472
- msgstr "Cavab qoy "
2473
-
2474
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:147
2475
- msgid "Light"
2476
- msgstr ""
2477
-
2478
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:148
2479
- msgid "Dark"
2480
- msgstr ""
2481
-
2482
- #: modules/comments/admin.php:56
2483
- msgid "Transparent"
2484
- msgstr ""
2485
-
2486
- #: modules/comments/admin.php:72 modules/module-info.php:521
2487
- msgid "Jetpack Comments"
2488
- msgstr ""
2489
-
2490
- #: modules/comments/admin.php:81
2491
- msgid "Greeting Text"
2492
- msgstr ""
2493
-
2494
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
2495
- #: modules/widgets/facebook-likebox.php:145
2496
- msgid "Color Scheme"
2497
- msgstr ""
2498
-
2499
- #: modules/comments/admin.php:118
2500
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
2501
- msgstr ""
2502
-
2503
- #: modules/comments/admin.php:134
2504
- msgid "A few catchy words to motivate your readers to comment"
2505
- msgstr ""
2506
-
2507
- #: modules/comments/base.php:84
2508
- msgid "Invalid request"
2509
- msgstr ""
2510
-
2511
- #: modules/comments/base.php:231
2512
- msgid "Error: please fill the required fields (name, email)."
2513
- msgstr "Xəta: zəhmət olmasa tələb olunan sahələri doldurun(ad, email)."
2514
-
2515
- #: modules/comments/base.php:233
2516
- msgid "Error: please enter a valid email address."
2517
- msgstr "Səhv var: zəhmət olmasa keçərli elektron poçt ünvanı daxil edin."
2518
-
2519
- #: modules/comments/comments.php:154
2520
- msgid "You must <a href=\"%s\">log in</a> to post a comment."
2521
- msgstr ""
2522
-
2523
- #: modules/comments/comments.php:217
2524
- msgid "Cancel Reply"
2525
- msgstr ""
2526
-
2527
- #: modules/comments/comments.php:351
2528
- msgid "Invalid security token."
2529
- msgstr ""
2530
-
2531
- #: modules/comments/comments.php:412 modules/comments/comments.php:463
2532
- msgid "Submitting Comment%s"
2533
- msgstr ""
2534
-
2535
- #: modules/contact-form/admin.php:27
2536
- msgid "Add a custom form"
2537
- msgstr ""
2538
-
2539
- #: modules/contact-form/admin.php:129
2540
- msgid "From"
2541
- msgstr ""
2542
-
2543
- #: modules/contact-form/admin.php:130
2544
- #: modules/contact-form/grunion-contact-form.php:556
2545
- msgid "Message"
2546
- msgstr ""
2547
-
2548
- #: modules/contact-form/admin.php:131
2549
- msgid "Date"
2550
- msgstr ""
2551
-
2552
- #: modules/contact-form/admin.php:201
2553
- msgid "Restore this item from the Trash"
2554
- msgstr ""
2555
-
2556
- #: modules/contact-form/admin.php:203
2557
- msgid "Restore"
2558
- msgstr ""
2559
-
2560
- #: modules/contact-form/admin.php:206 modules/contact-form/admin.php:305
2561
- msgid "Delete this item permanently"
2562
- msgstr ""
2563
-
2564
- #: modules/contact-form/admin.php:208 modules/contact-form/admin.php:307
2565
- msgid "Delete Permanently"
2566
- msgstr "Birdəfəlik poz"
2567
-
2568
- #: modules/contact-form/admin.php:239
2569
- msgid "Mark this message as spam"
2570
- msgstr ""
2571
-
2572
- #: modules/contact-form/admin.php:246 modules/contact-form/admin.php:248
2573
- #: modules/contact-form/admin.php:540
2574
- msgid "Trash"
2575
- msgstr ""
2576
-
2577
- #: modules/contact-form/admin.php:299
2578
- msgid "Mark this message as NOT spam"
2579
- msgstr ""
2580
-
2581
- #: modules/contact-form/admin.php:338
2582
- msgid "Y-m-d @ g:i:s A"
2583
- msgstr ""
2584
-
2585
- #: modules/contact-form/admin.php:462
2586
- msgid "You are not allowed to manage this item."
2587
- msgstr ""
2588
-
2589
- #: modules/contact-form/admin.php:496
2590
- msgid "You are not allowed to move this item out of the Trash."
2591
- msgstr ""
2592
-
2593
- #: modules/contact-form/admin.php:499
2594
- msgid "Error in restoring from Trash."
2595
- msgstr ""
2596
-
2597
- #: modules/contact-form/admin.php:503
2598
- msgid "You are not allowed to move this item to the Trash."
2599
- msgstr ""
2600
-
2601
- #: modules/contact-form/admin.php:506
2602
- msgid "Error in moving to Trash."
2603
- msgstr ""
2604
-
2605
- #: modules/contact-form/admin.php:530
2606
- msgid "Messages"
2607
- msgstr ""
2608
-
2609
- #: modules/contact-form/admin.php:553
2610
- msgid "Spam"
2611
- msgstr ""
2612
-
2613
- #: modules/contact-form/grunion-contact-form.php:73
2614
- #: modules/contact-form/grunion-form-view.php:136
2615
- msgid "Feedbacks"
2616
- msgstr ""
2617
-
2618
- #: modules/contact-form/grunion-contact-form.php:74
2619
- msgid "Feedback"
2620
- msgstr ""
2621
-
2622
- #: modules/contact-form/grunion-contact-form.php:75
2623
- msgid "Search Feedback"
2624
- msgstr ""
2625
-
2626
- #: modules/contact-form/grunion-contact-form.php:76
2627
- #: modules/contact-form/grunion-contact-form.php:77
2628
- msgid "No feedback found"
2629
- msgstr ""
2630
-
2631
- #: modules/contact-form/grunion-contact-form.php:94
2632
- msgid "Spam <span class=\"count\">(%s)</span>"
2633
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
2634
- msgstr[0] ""
2635
- msgstr[1] ""
2636
-
2637
- #: modules/contact-form/grunion-contact-form.php:514
2638
- msgctxt "%1$s = blog name"
2639
- msgid "%1$s Sidebar"
2640
- msgstr ""
2641
-
2642
- #: modules/contact-form/grunion-contact-form.php:521
2643
- msgctxt "%1$s = blog name, %2$s = post title"
2644
- msgid "%1$s %2$s"
2645
- msgstr ""
2646
-
2647
- #: modules/contact-form/grunion-contact-form.php:546
2648
- #: modules/contact-form/grunion-form-view.php:156
2649
- msgid "Name"
2650
- msgstr ""
2651
-
2652
- #: modules/contact-form/grunion-contact-form.php:547
2653
- #: modules/contact-form/grunion-form-view.php:155
2654
- #: modules/sharedaddy/sharing-sources.php:200
2655
- msgid "Email"
2656
- msgstr ""
2657
-
2658
- #: modules/contact-form/grunion-contact-form.php:552
2659
- msgid "Subject"
2660
- msgstr ""
2661
-
2662
- #: modules/contact-form/grunion-contact-form.php:633
2663
- msgid "Error!"
2664
- msgstr "Səhv!"
2665
-
2666
- #: modules/contact-form/grunion-contact-form.php:647
2667
- msgid "Message Sent"
2668
- msgstr "Mesaj göndərildi. "
2669
-
2670
- #: modules/contact-form/grunion-contact-form.php:648
2671
- msgid "go back"
2672
- msgstr ""
2673
-
2674
- #: modules/contact-form/grunion-contact-form.php:683
2675
- #: modules/contact-form/grunion-contact-form.php:699
2676
- msgctxt "%1$s = form field label, %2$s = form field value"
2677
- msgid "%1$s: %2$s"
2678
- msgstr ""
2679
-
2680
- #: modules/contact-form/grunion-contact-form.php:729
2681
- msgid "Submit &#187;"
2682
- msgstr "Təqdim et &#187;"
2683
-
2684
- #: modules/contact-form/grunion-contact-form.php:971
2685
- msgid "l F j, Y \\a\\t g:i a"
2686
- msgstr ""
2687
-
2688
- #: modules/contact-form/grunion-contact-form.php:991
2689
- msgid "Time:"
2690
- msgstr ""
2691
-
2692
- #: modules/contact-form/grunion-contact-form.php:992
2693
- msgid "IP Address:"
2694
- msgstr ""
2695
-
2696
- #: modules/contact-form/grunion-contact-form.php:993
2697
- msgid "Contact Form URL:"
2698
- msgstr ""
2699
-
2700
- #: modules/contact-form/grunion-contact-form.php:999
2701
- msgid "Sent by a verified %s user."
2702
- msgstr ""
2703
-
2704
- #: modules/contact-form/grunion-contact-form.php:1003
2705
- msgid "Sent by an unverified visitor to your site."
2706
- msgstr ""
2707
-
2708
- #: modules/contact-form/grunion-contact-form.php:1236
2709
- msgid "%s requires a valid email address"
2710
- msgstr ""
2711
-
2712
- #: modules/after-the-deadline/atd-l10n.php:34
2713
- msgid ""
2714
- "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
2715
- "\n"
2716
- "Press OK to update your post, or Cancel to view the suggestions and edit your post."
2717
- msgstr ""
2718
-
2719
- #: modules/after-the-deadline/config-options.php:48
2720
- msgid "Proofreading"
2721
- msgstr ""
2722
-
2723
- #: modules/after-the-deadline/config-options.php:50
2724
- msgid "Automatically proofread content when:"
2725
- msgstr ""
2726
-
2727
- #: modules/after-the-deadline/config-options.php:53
2728
- msgid "a post or page is first published"
2729
- msgstr ""
2730
-
2731
- #: modules/after-the-deadline/config-options.php:55
2732
- msgid "a post or page is updated"
2733
- msgstr ""
2734
-
2735
- #: modules/after-the-deadline/config-options.php:58
2736
- msgid "English Options"
2737
- msgstr ""
2738
-
2739
- #: modules/after-the-deadline/config-options.php:60
2740
- msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
2741
- msgstr ""
2742
-
2743
- #: modules/after-the-deadline/config-options.php:63
2744
- msgid "Bias Language"
2745
- msgstr ""
2746
-
2747
- #: modules/after-the-deadline/config-options.php:65
2748
- msgid "Clich&eacute;s"
2749
- msgstr ""
2750
-
2751
- #: modules/after-the-deadline/config-options.php:67
2752
- msgid "Complex Phrases"
2753
- msgstr ""
2754
-
2755
- #: modules/after-the-deadline/config-options.php:69
2756
- msgid "Diacritical Marks"
2757
- msgstr ""
2758
-
2759
- #: modules/after-the-deadline/config-options.php:71
2760
- msgid "Double Negatives"
2761
- msgstr ""
2762
-
2763
- #: modules/after-the-deadline/config-options.php:73
2764
- msgid "Hidden Verbs"
2765
- msgstr ""
2766
-
2767
- #: modules/after-the-deadline/config-options.php:75
2768
- msgid "Jargon"
2769
- msgstr ""
2770
-
2771
- #: modules/after-the-deadline/config-options.php:77
2772
- msgid "Passive Voice"
2773
- msgstr ""
2774
-
2775
- #: modules/after-the-deadline/config-options.php:79
2776
- msgid "Phrases to Avoid"
2777
- msgstr ""
2778
-
2779
- #: modules/after-the-deadline/config-options.php:81
2780
- msgid "Redundant Phrases"
2781
- msgstr ""
2782
-
2783
- #: modules/after-the-deadline/config-options.php:83
2784
- msgid "<a href=\"%s\">Learn more</a> about these options."
2785
- msgstr ""
2786
-
2787
- #: modules/after-the-deadline/config-options.php:86
2788
- msgid "Language"
2789
- msgstr "Dil"
2790
-
2791
- #: modules/after-the-deadline/config-options.php:89
2792
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
2793
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
2794
- msgstr ""
2795
-
2796
- #: modules/after-the-deadline/config-options.php:95
2797
- msgid "Use automatically detected language to proofread posts and pages"
2798
- msgstr ""
2799
-
2800
- #: modules/after-the-deadline/config-unignore.php:126
2801
- msgid "Ignored Phrases"
2802
- msgstr ""
2803
-
2804
- #: modules/after-the-deadline/config-unignore.php:128
2805
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
2806
- msgstr ""
2807
-
2808
- #: modules/after-the-deadline/config-unignore.php:130
2809
- msgid "Add"
2810
- msgstr "Əlavə et"
2811
-
2812
- #: modules/after-the-deadline/config-unignore.php:135
2813
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
2814
- msgstr ""
2815
-
2816
- #: modules/carousel/jetpack-carousel.php:103
2817
- msgid "Comment"
2818
- msgstr ""
2819
-
2820
- #: modules/carousel/jetpack-carousel.php:104
2821
- msgid "Post Comment"
2822
- msgstr ""
2823
-
2824
- #: modules/carousel/jetpack-carousel.php:105
2825
- msgid "Loading Comments..."
2826
- msgstr ""
2827
-
2828
- #: modules/carousel/jetpack-carousel.php:106
2829
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
2830
- msgstr ""
2831
-
2832
- #: modules/carousel/jetpack-carousel.php:107
2833
- msgid "Please be sure to submit some text with your comment."
2834
- msgstr ""
2835
-
2836
- #: modules/carousel/jetpack-carousel.php:108
2837
- msgid "Please provide an email address to comment."
2838
- msgstr ""
2839
-
2840
- #: modules/carousel/jetpack-carousel.php:109
2841
- msgid "Please provide your name to comment."
2842
- msgstr ""
2843
-
2844
- #: modules/carousel/jetpack-carousel.php:110
2845
- msgid "Sorry, but there was an error posting your comment. Please try again later."
2846
- msgstr ""
2847
-
2848
- #: modules/carousel/jetpack-carousel.php:111
2849
- msgid "Your comment was approved."
2850
- msgstr ""
2851
-
2852
- #: modules/carousel/jetpack-carousel.php:112
2853
- msgid "Your comment is in moderation."
2854
- msgstr ""
2855
-
2856
- #: modules/carousel/jetpack-carousel.php:113
2857
- msgid "Camera"
2858
- msgstr ""
2859
-
2860
- #: modules/carousel/jetpack-carousel.php:114
2861
- msgid "Aperture"
2862
- msgstr ""
2863
-
2864
- #: modules/carousel/jetpack-carousel.php:115
2865
- msgid "Shutter Speed"
2866
- msgstr ""
2867
-
2868
- #: modules/carousel/jetpack-carousel.php:116
2869
- msgid "Focal Length"
2870
- msgstr ""
2871
-
2872
- #: modules/carousel/jetpack-carousel.php:123
2873
- msgid "Commenting as %s"
2874
- msgstr ""
2875
-
2876
- #: modules/carousel/jetpack-carousel.php:126
2877
- msgid "Email (Required)"
2878
- msgstr ""
2879
-
2880
- #: modules/carousel/jetpack-carousel.php:128
2881
- msgid "Name (Required)"
2882
- msgstr ""
2883
-
2884
- #: modules/carousel/jetpack-carousel.php:130
2885
- #: modules/contact-form/grunion-contact-form.php:548
2886
- #: modules/contact-form/grunion-form-view.php:160
2887
- msgid "Website"
2888
- msgstr "Vebsayt"
2889
-
2890
- #: modules/carousel/jetpack-carousel.php:246
2891
- msgid "Missing attachment ID."
2892
- msgstr ""
2893
-
2894
- #: modules/carousel/jetpack-carousel.php:284
2895
- msgid "Nonce verification failed."
2896
- msgstr ""
2897
-
2898
- #: modules/carousel/jetpack-carousel.php:291
2899
- msgid "Missing target blog ID."
2900
- msgstr ""
2901
-
2902
- #: modules/carousel/jetpack-carousel.php:294
2903
- msgid "Missing target post ID."
2904
- msgstr ""
2905
-
2906
- #: modules/carousel/jetpack-carousel.php:297
2907
- msgid "No comment text was submitted."
2908
- msgstr ""
2909
-
2910
- #: modules/carousel/jetpack-carousel.php:309
2911
- msgid "Comments on this post are closed."
2912
- msgstr ""
2913
-
2914
- #: modules/carousel/jetpack-carousel.php:319
2915
- msgid "Sorry, but we could not authenticate your request."
2916
- msgstr ""
2917
-
2918
- #: modules/carousel/jetpack-carousel.php:327
2919
- msgid "Please provide your name."
2920
- msgstr ""
2921
-
2922
- #: modules/carousel/jetpack-carousel.php:330
2923
- msgid "Please provide an email address."
2924
- msgstr ""
2925
-
2926
- #: modules/carousel/jetpack-carousel.php:333
2927
- msgid "Please provide a valid email address."
2928
- msgstr ""
2929
-
2930
- #: modules/carousel/jetpack-carousel.php:360
2931
- msgid "Image Gallery Carousel"
2932
- msgstr ""
2933
-
2934
- #: modules/carousel/jetpack-carousel.php:363
2935
- msgid "Enable carousel"
2936
- msgstr ""
2937
-
2938
- #: modules/carousel/jetpack-carousel.php:367
2939
- msgid "Background color"
2940
- msgstr ""
2941
-
2942
- #: modules/carousel/jetpack-carousel.php:370
2943
- msgid "Metadata"
2944
- msgstr ""
2945
-
2946
- #: modules/carousel/jetpack-carousel.php:427
2947
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
2948
- msgstr ""
2949
-
2950
- #: modules/carousel/jetpack-carousel.php:435
2951
- msgid "Show map of photo location in carousel, when available."
2952
- msgstr ""
2953
-
2954
- #: modules/carousel/jetpack-carousel.php:443
2955
- msgid "Black"
2956
- msgstr ""
2957
-
2958
- #: jetpack.php:2233
2959
- msgid "User linked to WordPress.com"
2960
- msgstr ""
2961
-
2962
- #: jetpack.php:2233
2963
- msgid "Unlink user from WordPress.com"
2964
- msgstr ""
2965
-
2966
- #: jetpack.php:2249
2967
- msgid "Jetpack is network activated and notices can not be dismissed."
2968
- msgstr ""
2969
-
2970
- #: jetpack.php:2260
2971
- msgid "Dismiss this notice."
2972
- msgstr ""
2973
-
2974
- #: jetpack.php:2265
2975
- msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
2976
- msgstr ""
2977
-
2978
- #: jetpack.php:2280
2979
- msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
2980
- msgstr ""
2981
-
2982
- #: jetpack.php:2284 modules/post-by-email.php:129
2983
- #: modules/publicize/publicize-jetpack.php:62
2984
- msgid "Link account with WordPress.com"
2985
- msgstr ""
2986
-
2987
- #: jetpack.php:2306
2988
- msgid "Have feedback on Jetpack?"
2989
- msgstr ""
2990
-
2991
- #: jetpack.php:2308
2992
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
2993
- msgstr ""
2994
-
2995
- #: jetpack.php:2311
2996
- msgid "Take Survey"
2997
- msgstr ""
2998
-
2999
- #: jetpack.php:2317
3000
- msgid "Checking email updates status&hellip;"
3001
- msgstr ""
3002
-
3003
- #: jetpack.php:2323
3004
- msgctxt "%s = Unsubscribe link"
3005
- msgid "You are currently subscribed to email updates. %s"
3006
- msgstr ""
3007
-
3008
- #: jetpack.php:2324
3009
- msgid "Unsubscribe"
3010
- msgstr ""
3011
-
3012
- #: jetpack.php:2328
3013
- msgctxt "%s = Subscribe link"
3014
- msgid "Want to receive updates about Jetpack by email? %s"
3015
- msgstr ""
3016
-
3017
- #: jetpack.php:2329 modules/subscriptions.php:673
3018
- msgid "Subscribe"
3019
- msgstr ""
3020
-
3021
- #: jetpack.php:2336
3022
- msgid "You have been subscribed to receive email updates."
3023
- msgstr ""
3024
-
3025
- #: jetpack.php:2338
3026
- msgid "You will no longer receive email updates about Jetpack."
3027
- msgstr ""
3028
-
3029
- #: jetpack.php:2351
3030
- msgid "An <span>Automattic</span> Airline"
3031
- msgstr ""
3032
-
3033
- #: jetpack.php:2354
3034
- msgid "Privacy Policy"
3035
- msgstr ""
3036
-
3037
- #: jetpack.php:2355
3038
- msgid "Terms of Service"
3039
- msgstr ""
3040
-
3041
- #: jetpack.php:2357
3042
- msgid "Debug"
3043
- msgstr ""
3044
-
3045
- #: jetpack.php:2359 modules/sharedaddy/sharedaddy.php:82
3046
- msgid "Support"
3047
- msgstr ""
3048
-
3049
- #: jetpack.php:2379
3050
- msgid "This is sensitive information. Please do not post your BLOG_TOKEN or USER_TOKEN publicly; they are like passwords."
3051
- msgstr ""
3052
-
3053
- #: jetpack.php:2423
3054
- msgid "Configure %s"
3055
- msgstr ""
3056
-
3057
- #: jetpack.php:2482
3058
- msgid "Deactivate"
3059
- msgstr "Dayandır"
3060
-
3061
- #: jetpack.php:2492
3062
- msgid "Activate"
3063
- msgstr "İşə sal"
3064
-
3065
- #: jetpack.php:2509
3066
- msgid "Free"
3067
- msgstr ""
3068
-
3069
- #: jetpack.php:2509
3070
- msgid "Purchase"
3071
- msgstr "Satın al"
3072
-
3073
- #: jetpack.php:2517
3074
- msgid "New"
3075
- msgstr ""
3076
-
3077
- #: jetpack.php:2520
3078
- msgid "Updated"
3079
- msgstr ""
3080
-
3081
- #: jetpack.php:2548
3082
- msgid "Configure"
3083
- msgstr ""
3084
-
3085
- #: jetpack.php:2582
3086
- msgid "Coming soon&#8230;"
3087
- msgstr ""
3088
-
3089
- #: jetpack.php:2735 jetpack.php:2737 jetpack.php:2739 jetpack.php:2742
3090
- #: jetpack.php:3673
3091
- msgid "Error Details: %s"
3092
- msgstr ""
3093
-
3094
- #: jetpack.php:2898
3095
- msgid "Jetpack Plugin Version"
3096
- msgstr ""
3097
-
3098
- #: jetpack.php:2904
3099
- msgid "The Client ID/WP.com Blog ID of this site"
3100
- msgstr ""
3101
-
3102
- #: jetpack.php:3156
3103
- msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
3104
- msgstr ""
3105
-
3106
- #: jetpack.php:3159
3107
- msgid "Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window."
3108
- msgstr ""
3109
-
3110
- #: jetpack.php:3187
3111
- msgid "The authorization process expired. Please go back and try again."
3112
- msgstr ""
3113
-
3114
- #: jetpack.php:3227
3115
- msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
3116
- msgstr ""
3117
-
3118
- #: jetpack.php:3626
3119
- msgid "An administrator for this blog must set up the Jetpack connection."
3120
- msgstr ""
3121
-
3122
- #: jetpack.php:3631
3123
- msgid "You need to register your Jetpack before connecting it."
3124
- msgstr ""
3125
-
3126
- #: locales.php:29
3127
- msgctxt "locales"
3128
- msgid "%1$s/%2$s"
3129
- msgstr ""
3130
-
3131
- #: modules/after-the-deadline/atd-l10n.php:12
3132
- msgid "Spelling"
3133
- msgstr ""
3134
-
3135
- #: modules/after-the-deadline/atd-l10n.php:13
3136
- msgid "Repeated Word"
3137
- msgstr ""
3138
-
3139
- #: modules/after-the-deadline/atd-l10n.php:15
3140
- msgid "No suggestions"
3141
- msgstr "Təkliflər yoxdur"
3142
-
3143
- #: modules/after-the-deadline/atd-l10n.php:17
3144
- msgid "Explain..."
3145
- msgstr ""
3146
-
3147
- #: modules/after-the-deadline/atd-l10n.php:18
3148
- msgid "Ignore suggestion"
3149
- msgstr ""
3150
-
3151
- #: modules/after-the-deadline/atd-l10n.php:19
3152
- msgid "Ignore always"
3153
- msgstr ""
3154
-
3155
- #: modules/after-the-deadline/atd-l10n.php:20
3156
- msgid "Ignore all"
3157
- msgstr "Hamısına göz yum"
3158
-
3159
- #: modules/after-the-deadline/atd-l10n.php:22
3160
- msgid "Edit Selection..."
3161
- msgstr ""
3162
-
3163
- #: modules/after-the-deadline/atd-l10n.php:24
3164
- msgid "proofread"
3165
- msgstr ""
3166
-
3167
- #: modules/after-the-deadline/atd-l10n.php:25
3168
- msgid "edit text"
3169
- msgstr ""
3170
-
3171
- #: modules/after-the-deadline/atd-l10n.php:26
3172
- #: modules/after-the-deadline.php:224
3173
- msgid "Proofread Writing"
3174
- msgstr ""
3175
-
3176
- #: modules/after-the-deadline/atd-l10n.php:28
3177
- msgid "No writing errors were found."
3178
- msgstr ""
3179
-
3180
- #: modules/after-the-deadline/atd-l10n.php:29
3181
- msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
3182
- msgstr ""
3183
-
3184
- #: modules/after-the-deadline/atd-l10n.php:30
3185
- msgid "There was an error communicating with the proofreading service."
3186
- msgstr ""
3187
-
3188
- #: modules/after-the-deadline/atd-l10n.php:32
3189
- msgid "Replace selection with:"
3190
- msgstr ""
3191
-
3192
- #: modules/after-the-deadline/atd-l10n.php:33
3193
- msgid ""
3194
- "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
3195
- "\n"
3196
- "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
3197
- msgstr ""
3198
-
3199
- #: functions.opengraph.php:74
3200
- msgid "(no title)"
3201
- msgstr ""
3202
-
3203
- #: jetpack.php:1050
3204
- msgid "Jetpack requires WordPress version %s or later."
3205
- msgstr ""
3206
-
3207
- #: jetpack.php:1246 jetpack.php:1262
3208
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
3209
- msgstr ""
3210
-
3211
- #: jetpack.php:1283
3212
- msgid "One New Jetpack Module"
3213
- msgid_plural "%s New Jetpack Modules"
3214
- msgstr[0] ""
3215
- msgstr[1] ""
3216
-
3217
- #: jetpack.php:1286
3218
- msgid "Jetpack"
3219
- msgstr ""
3220
-
3221
- #: jetpack.php:1438 jetpack.php:1462 jetpack.php:1473 jetpack.php:2238
3222
- #: jetpack.php:2422
3223
- msgid "Jetpack by WordPress.com"
3224
- msgstr ""
3225
-
3226
- #: jetpack.php:1439 jetpack.php:1463 jetpack.php:2241
3227
- msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
3228
- msgstr ""
3229
-
3230
- #: jetpack.php:1440 jetpack.php:1464
3231
- msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
3232
- msgstr ""
3233
-
3234
- #: jetpack.php:1441
3235
- msgid "Jetpack Module Options"
3236
- msgstr ""
3237
-
3238
- #: jetpack.php:1442
3239
- msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
3240
- msgstr ""
3241
-
3242
- #: jetpack.php:1443 jetpack.php:1486
3243
- msgid "For more information:"
3244
- msgstr ""
3245
-
3246
- #: jetpack.php:1444 jetpack.php:1487
3247
- msgid "Jetpack FAQ"
3248
- msgstr ""
3249
-
3250
- #: jetpack.php:1445 jetpack.php:1488
3251
- msgid "Jetpack Support"
3252
- msgstr ""
3253
-
3254
- #: jetpack.php:1460
3255
- msgid "Overview"
3256
- msgstr ""
3257
-
3258
- #: jetpack.php:1471
3259
- msgid "Modules"
3260
- msgstr ""
3261
-
3262
- #: jetpack.php:1474
3263
- msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
3264
- msgstr ""
3265
-
3266
- #: jetpack.php:1476
3267
- msgid "Find the component you want to manage"
3268
- msgstr ""
3269
-
3270
- #: jetpack.php:1477
3271
- msgid "Click on Learn More"
3272
- msgstr ""
3273
-
3274
- #: jetpack.php:1478
3275
- msgid "An Activate or Deactivate button will appear"
3276
- msgstr ""
3277
-
3278
- #: jetpack.php:1479
3279
- msgid "If additional settings are available, a link to them will appear"
3280
- msgstr ""
3281
-
3282
- #: jetpack.php:1557 modules/publicize/ui.php:511
3283
- #: modules/sharedaddy/sharedaddy.php:74 modules/sharedaddy/sharedaddy.php:81
3284
- msgid "Settings"
3285
- msgstr "Sazlamalar"
3286
-
3287
- #: jetpack.php:1574
3288
- msgid "Dismiss this notice and deactivate Jetpack."
3289
- msgstr ""
3290
-
3291
- #: jetpack.php:1580
3292
- msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Comments, Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
3293
- msgstr ""
3294
-
3295
- #: jetpack.php:1582
3296
- msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
3297
- msgstr ""
3298
-
3299
- #: jetpack.php:1588 jetpack.php:2269
3300
- msgid "Connect to WordPress.com"
3301
- msgstr ""
3302
-
3303
- #: jetpack.php:1590 modules/module-info.php:45 modules/module-info.php:81
3304
- #: modules/module-info.php:138 modules/module-info.php:173
3305
- #: modules/module-info.php:207 modules/module-info.php:237
3306
- #: modules/module-info.php:270 modules/module-info.php:306
3307
- #: modules/module-info.php:357 modules/module-info.php:379
3308
- #: modules/module-info.php:417 modules/module-info.php:442
3309
- #: modules/module-info.php:460 modules/module-info.php:479
3310
- #: modules/module-info.php:485 modules/module-info.php:512
3311
- #: modules/module-info.php:543 modules/module-info.php:578
3312
- #: modules/module-info.php:600 modules/module-info.php:622
3313
- #: modules/module-info.php:666 modules/module-info.php:694
3314
- #: modules/module-info.php:722
3315
- msgid "Learn More"
3316
- msgstr ""
3317
-
3318
- #: jetpack.php:1603
3319
- msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
3320
- msgstr ""
3321
-
3322
- #: jetpack.php:1630
3323
- msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
3324
- msgstr ""
3325
-
3326
- #: jetpack.php:1638
3327
- msgid "click here"
3328
- msgstr ""
3329
-
3330
- #: jetpack.php:1769
3331
- msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
3332
- msgstr ""
3333
-
3334
- #: jetpack.php:1772
3335
- msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
3336
- msgstr ""
3337
-
3338
- #: jetpack.php:1776
3339
- msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
3340
- msgstr ""
3341
-
3342
- #: jetpack.php:1779
3343
- msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
3344
- msgstr ""
3345
-
3346
- #: jetpack.php:1783
3347
- msgid "Your website needs to be publicly accessible to use Jetpack: %s"
3348
- msgstr ""
3349
-
3350
- #: jetpack.php:1788
3351
- msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
3352
- msgstr ""
3353
-
3354
- #: jetpack.php:1790
3355
- msgid "Do you still have the %s plugin installed?"
3356
- msgstr ""
3357
-
3358
- #: jetpack.php:1793
3359
- msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
3360
- msgstr ""
3361
-
3362
- #: jetpack.php:1801
3363
- msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
3364
- msgstr ""
3365
-
3366
- #: jetpack.php:1807
3367
- msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
3368
- msgstr ""
3369
-
3370
- #: jetpack.php:1811
3371
- msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
3372
- msgstr ""
3373
-
3374
- #: jetpack.php:1851
3375
- msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
3376
- msgstr ""
3377
-
3378
- #: jetpack.php:1854
3379
- msgid "Try connecting again."
3380
- msgstr ""
3381
-
3382
- #: jetpack.php:1878
3383
- msgid "Welcome to <strong>Jetpack %s</strong>!"
3384
- msgstr ""
3385
-
3386
- #: jetpack.php:1890
3387
- msgid "The following new modules have been activated: %l."
3388
- msgstr ""
3389
-
3390
- #: jetpack.php:1902
3391
- msgid "The following modules have been updated: %l."
3392
- msgstr ""
3393
-
3394
- #: jetpack.php:1911
3395
- msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
3396
- msgstr ""
3397
-
3398
- #: jetpack.php:1937
3399
- msgctxt "%l = list of Jetpack module/feature names"
3400
- msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
3401
- msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
3402
- msgstr[0] ""
3403
- msgstr[1] ""
3404
-
3405
- #: jetpack.php:1949
3406
- msgid "<strong>Module settings were saved.</strong> "
3407
- msgstr ""
3408
-
3409
- #: jetpack.php:1953
3410
- msgid "<strong>Your Jetpack is already connected.</strong> "
3411
- msgstr ""
3412
-
3413
- #: jetpack.php:1957 jetpack.php:1964
3414
- msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
3415
- msgstr ""
3416
-
3417
- #: jetpack.php:1959
3418
- msgid "The features below are now active. Click the learn more buttons to explore each feature."
3419
- msgstr ""
3420
-
3421
- #: jetpack.php:1970
3422
- msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
3423
- msgstr ""
3424
-
3425
- #: jetpack.php:1992
3426
- msgid "Jetpack contains the most recent version of the old %l plugin."
3427
- msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
3428
- msgstr[0] ""
3429
- msgstr[1] ""
3430
-
3431
- #: jetpack.php:2001
3432
- msgid "The old version has been deactivated and can be removed from your site."
3433
- msgid_plural "The old versions have been deactivated and can be removed from your site."
3434
- msgstr[0] ""
3435
- msgstr[1] ""
3436
-
3437
- #: jetpack.php:2067
3438
- msgid "Is this site private?"
3439
- msgstr ""
3440
-
3441
- #: jetpack.php:2070
3442
- msgctxt "%l = list of Jetpack module/feature names"
3443
- msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
3444
- msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
3445
- msgstr[0] ""
3446
- msgstr[1] ""
3447
-
3448
- #: jetpack.php:2083
3449
- msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
3450
- msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
3451
- msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
3452
- msgstr[0] ""
3453
- msgstr[1] ""
3454
-
3455
- #: jetpack.php:2097
3456
- msgctxt "%l = list of Jetpack module/feature names"
3457
- msgid "Deactivate %l"
3458
- msgstr ""
3459
-
3460
- #: jetpack.php:2228
3461
- msgid "Connected to WordPress.com"
3462
- msgstr ""
3463
-
3464
- #: jetpack.php:2228
3465
- msgid "Disconnect from WordPress.com"
3466
- msgstr ""
3467
-
3468
- #: class.json-api-endpoints.php:1113
3469
- msgid "This post is password protected."
3470
- msgstr "Bu yazı gizli şifrə ilə qorunur."
3471
-
3472
- #: class.json-api-endpoints.php:2633
3473
- msgid "Comment cache problem?"
3474
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/jetpack-bs_BA.mo CHANGED
Binary file
languages/jetpack-bs_BA.po DELETED
@@ -1,3492 +0,0 @@
1
- # Translation of 2.0 in Bosnian
2
- # This file is distributed under the same license as the 2.0 package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2012-11-20 20:01:54+0000\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 2.0\n"
12
-
13
- #: modules/widgets/rsslinks-widget.php:113
14
- msgid "Red"
15
- msgstr "Crvena"
16
-
17
- #: modules/widgets/rsslinks-widget.php:114
18
- msgid "Orange"
19
- msgstr "Narandžasta"
20
-
21
- #: modules/widgets/rsslinks-widget.php:115
22
- msgid "Green"
23
- msgstr "Zelena"
24
-
25
- #: modules/widgets/rsslinks-widget.php:116
26
- msgid "Blue"
27
- msgstr "Plava"
28
-
29
- #: modules/widgets/rsslinks-widget.php:117
30
- msgid "Purple"
31
- msgstr "Ljubičasta"
32
-
33
- #: modules/widgets/rsslinks-widget.php:118
34
- msgid "Pink"
35
- msgstr "Roze"
36
-
37
- #: modules/widgets/rsslinks-widget.php:119
38
- msgid "Silver"
39
- msgstr "Srebrena"
40
-
41
- #: modules/widgets/rsslinks-widget.php:121
42
- msgid "Image Color:"
43
- msgstr "Boja slike:"
44
-
45
- #: modules/widgets/rsslinks-widget.php:140
46
- msgid "Subscribe to %s"
47
- msgstr "Pretplati se na %s"
48
-
49
- #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
50
- msgid "Top Posts &amp; Pages"
51
- msgstr "Najposjećeniji članci i stranice"
52
-
53
- #: modules/widgets/top-posts.php:37
54
- msgid "Shows your most viewed posts and pages."
55
- msgstr "Prikazuje članke i stranice s najviše pregleda."
56
-
57
- #: modules/widgets/top-posts.php:78
58
- msgid "Number of posts to show:"
59
- msgstr "Broj članaka za prikaz:"
60
-
61
- #: modules/widgets/top-posts.php:83
62
- msgid "Display as:"
63
- msgstr "Prikaži kao:"
64
-
65
- #: modules/widgets/top-posts.php:85
66
- msgid "Text List"
67
- msgstr "Tekstualnu listu"
68
-
69
- #: modules/widgets/top-posts.php:86
70
- msgid "Image List"
71
- msgstr "Slikovnu listu"
72
-
73
- #: modules/widgets/top-posts.php:87
74
- msgid "Image Grid"
75
- msgstr "Tabelu slika"
76
-
77
- #: modules/widgets/top-posts.php:91
78
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
79
- msgstr ""
80
-
81
- #: modules/widgets/top-posts.php:164
82
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
83
- msgstr "Nema članaka za prikaz. <a href=\"%s\">Želite više saobraćaja?</a>"
84
-
85
- #: modules/widgets/twitter.php:22
86
- msgid "Display your Tweets from Twitter"
87
- msgstr "Prikažite vaše tweetove sa Twittera"
88
-
89
- #: modules/widgets/twitter.php:31
90
- msgid "Please configure your Twitter username for the <a href=\"%s\">Twitter Widget</a>."
91
- msgstr "Molimo vas da konfigurišete vaše Twitter korisničko ime za <a href=\"%s\">Twitter dodatak</a>."
92
-
93
- #: modules/widgets/twitter.php:41
94
- msgid "Twitter Updates"
95
- msgstr "Twitter ažuriranja"
96
-
97
- #: modules/widgets/twitter.php:182 modules/widgets/twitter.php:203
98
- msgid "Error: Twitter did not respond. Please wait a few minutes and refresh this page."
99
- msgstr "Greška: Twitter nije poslao odgovor. Molimo vas da sačekate par minuta a zatim da osvježite ovu stranicu."
100
-
101
- #: modules/widgets/twitter.php:196
102
- msgid "Error: Please make sure the Twitter account is %1$spublic%2$s."
103
- msgstr ""
104
-
105
- #: modules/widgets/twitter.php:265
106
- msgid "Twitter username:"
107
- msgstr "Twitter korisničko ime:"
108
-
109
- #: modules/widgets/twitter.php:272
110
- msgid "Maximum number of Tweets to show:"
111
- msgstr ""
112
-
113
- #: modules/widgets/twitter.php:286
114
- msgid "Hide replies"
115
- msgstr "Sakrij odgovore"
116
-
117
- #: modules/widgets/twitter.php:293
118
- msgid "Hide Tweets pushed by Publicize"
119
- msgstr ""
120
-
121
- #: modules/widgets/twitter.php:300
122
- msgid "Include retweets"
123
- msgstr "Uključi i retweetove"
124
-
125
- #: modules/widgets/twitter.php:307
126
- msgid "Display Follow Button"
127
- msgstr ""
128
-
129
- #: modules/widgets/twitter.php:313
130
- msgid "Text to display between Tweet and timestamp:"
131
- msgstr ""
132
-
133
- msgid "http://wordpress.org/extend/plugins/jetpack/"
134
- msgstr "http://wordpress.org/extend/plugins/jetpack/"
135
-
136
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
137
- msgstr "Dobijte WordPress.com mogućnosti na vašoj samostalno hostiranoj WordPress stranici. Jetpack vam omogućava da povežete vaš blog sa WordPress.com računom kako biste mogli koristiti mogućnosti koje su dostupne samo za WordPress.com korisnike."
138
-
139
- msgid "Automattic"
140
- msgstr "Automattic"
141
-
142
- msgid "http://jetpack.me"
143
- msgstr "http://jetpack.me"
144
-
145
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
146
- msgstr "Poboljšajte vlastiti pravopis, stil i gramatiku pomoću <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> servisa."
147
-
148
- msgid "Transform your standard image galleries into an immersive full-screen experience."
149
- msgstr ""
150
-
151
- msgid "A new comment system that has integrated social media login options."
152
- msgstr "Novi sistem komentarisanja koji integriše opcije prijavljivanja na socijalne mreže."
153
-
154
- msgid "Easily insert a contact form any where on your site."
155
- msgstr "Jednostavno umetnite obrazac za kontakt na bilo kojem mjestu na vašoj stranici."
156
-
157
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
158
- msgstr ""
159
-
160
- msgid "Share your public posts and comments to search engines and other services in real-time."
161
- msgstr "Trenutno šaljite vaše javne članke i komentare pretraživačima i drugim servisima."
162
-
163
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
164
- msgstr "Prikazuje iskačuću karticu gravatar profila vaših korisnika u poljima za komentare."
165
-
166
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
167
- msgstr ""
168
-
169
- msgid "Allow applications to securely access your content through the cloud."
170
- msgstr "Dozvolite aplikacijama sigurni pristup vašem sadržaju preko oblaka."
171
-
172
- msgid "Beautiful Math"
173
- msgstr "Beautiful Math"
174
-
175
- msgid "Mark up your posts with the <img src=\"http://l.wordpress.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
176
- msgstr "U vašim člancima možete koristiti <img src=\"http://l.wordpress.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> jezik koji je najbolje rješenje za komplikovane matematičke jednačine i druge štreberske stvari."
177
-
178
- msgid "Automatically optimize your site for mobile devices."
179
- msgstr ""
180
-
181
- msgid "Receive notifications on your Apple device."
182
- msgstr ""
183
-
184
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
185
- msgstr "Pratite i upravljajte aktivnostima na vašoj stranici pomoću Obavijesti u vašoj alatnoj traci i na WordPress.com stranici."
186
-
187
- msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
188
- msgstr ""
189
-
190
- msgid "Publish posts to your blog directly from your personal email account."
191
- msgstr ""
192
-
193
- msgid "Connect your site to popular social networks and automatically share new posts with your friends."
194
- msgstr ""
195
-
196
- msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
197
- msgstr "Najbolji alat za razmjenu na webu. Razmjenjujte sadržaj sa Facebooka, Twittera i sa još mnogo servisa."
198
-
199
- msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
200
- msgstr "Jednostavna ugradnja video datoteka sa stranica kao što su YouTube, Vimeo i SlideShare."
201
-
202
- msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
203
- msgstr "Omogućite WP.me kratke linkove radi lakše razmjene na svim vašim člancima i stranicama."
204
-
205
- msgid "Simple, concise site stats with no additional load on your server."
206
- msgstr "Jednostavna statistika stranice koja ne opterećuje vaš server."
207
-
208
- msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
209
- msgstr "Dozvoljava korisnicima da se pretplate na vaše članke i komentare i da primaju obavijesti o njima putem emaila."
210
-
211
- msgid "Realtime backup and security scanning for your WordPress site."
212
- msgstr "Backup i sigurnosno skeniranje u realnom vremenu za vašu WordPress stranicu."
213
-
214
- msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
215
- msgstr "Jednostavno dodajte slike, Twitter napomene i RSS linkove u bočnu traku vaše teme."
216
-
217
- #: modules/widgets/facebook-likebox.php:115
218
- #: modules/widgets/gravatar-profile.php:164
219
- msgid "Title"
220
- msgstr "Naslov"
221
-
222
- #: modules/widgets/facebook-likebox.php:122
223
- msgid "Facebook Page URL"
224
- msgstr "URL Facebook stranice"
225
-
226
- #: modules/widgets/facebook-likebox.php:125
227
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
228
- msgstr "Like okvir radi samo sa <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook stranicama</a>."
229
-
230
- #: modules/widgets/facebook-likebox.php:131
231
- msgid "Width"
232
- msgstr "Širina"
233
-
234
- #: modules/widgets/facebook-likebox.php:138
235
- msgid "Height"
236
- msgstr "Visina"
237
-
238
- #: modules/widgets/facebook-likebox.php:157
239
- msgid "Show Faces"
240
- msgstr "Prikaži lica"
241
-
242
- #: modules/widgets/facebook-likebox.php:159
243
- msgid "Show profile photos in the plugin."
244
- msgstr "Prikazuje fotografije profila u pluginu."
245
-
246
- #: modules/widgets/facebook-likebox.php:166
247
- msgid "Show Stream"
248
- msgstr "Prikaži novosti"
249
-
250
- #: modules/widgets/facebook-likebox.php:168
251
- msgid "Show the profile stream for the public profile."
252
- msgstr "Prikazuje novosti sa vašeg javnog profila."
253
-
254
- #: modules/widgets/facebook-likebox.php:175
255
- msgid "Show Wall"
256
- msgstr "Prikaži zid"
257
-
258
- #: modules/widgets/facebook-likebox.php:177
259
- msgid "Show the wall for a Places page rather than friend activity."
260
- msgstr "Prikazuje zid za stranice mjesta umjesto aktivnosti prijatelja."
261
-
262
- #: modules/widgets/gravatar-profile.php:19
263
- msgid "Gravatar Profile"
264
- msgstr "Gravatar profil"
265
-
266
- #: modules/widgets/gravatar-profile.php:21
267
- msgid "Display a mini version of your Gravatar Profile"
268
- msgstr "Prikažite mini verziju vašeg Gravatar profila"
269
-
270
- #: modules/widgets/gravatar-profile.php:37
271
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
272
- msgstr ""
273
-
274
- #: modules/widgets/gravatar-profile.php:91
275
- msgid "View Full Profile &rarr;"
276
- msgstr "Pregledaj cijeli profil &rarr;"
277
-
278
- #: modules/widgets/gravatar-profile.php:99
279
- msgid "Error loading profile"
280
- msgstr "Greška pri učitavanju profila"
281
-
282
- #: modules/widgets/gravatar-profile.php:111
283
- msgid "Personal Links"
284
- msgstr "Lični linkovi"
285
-
286
- #: modules/widgets/gravatar-profile.php:131
287
- msgid "Verified Services"
288
- msgstr "Verificirani servisi"
289
-
290
- #: modules/widgets/gravatar-profile.php:142
291
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
292
- msgid "%1$s on %2$s"
293
- msgstr "%1$s na %2$s"
294
-
295
- #: modules/widgets/gravatar-profile.php:170
296
- msgid "Select a user or pick \"custom\" and enter a custom email address."
297
- msgstr "Odaberite korisnika ili \"ostalo\" nakon čega je potrebno da upišete korisničku email adresu."
298
-
299
- #: modules/widgets/gravatar-profile.php:174
300
- msgid "Custom"
301
- msgstr "Korisnički"
302
-
303
- #: modules/widgets/gravatar-profile.php:184
304
- msgid "Custom Email Address"
305
- msgstr "Korisnička email adresa"
306
-
307
- #: modules/widgets/gravatar-profile.php:192
308
- msgid "Show Personal Links"
309
- msgstr "Prikaži lične linkove"
310
-
311
- #: modules/widgets/gravatar-profile.php:194
312
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
313
- msgstr "Linkovi ka vašoj web stranici, blogovima ili bilo kojim drugim stranicama koje vas opisuju."
314
-
315
- #: modules/widgets/gravatar-profile.php:201
316
- msgid "Show Account Links"
317
- msgstr "Prikaži linkove računa"
318
-
319
- #: modules/widgets/gravatar-profile.php:203
320
- msgid "Links to services that you use across the web."
321
- msgstr "Linkovi ka servisima koje koristite širom weba."
322
-
323
- #: modules/widgets/gravatar-profile.php:207
324
- msgid "Opens in new window"
325
- msgstr "Otvara se u novom prozoru"
326
-
327
- #: modules/widgets/gravatar-profile.php:207
328
- msgid "Edit Your Profile"
329
- msgstr "Uredite vaš profil"
330
-
331
- #: modules/widgets/gravatar-profile.php:207
332
- msgid "What's a Gravatar?"
333
- msgstr "Šta je Gravatar?"
334
-
335
- #: modules/widgets/image-widget.php:12
336
- msgid "Display an image in your sidebar"
337
- msgstr "Prikažite sliku vašoj bočnoj traci"
338
-
339
- #: modules/widgets/image-widget.php:14
340
- msgid "Image (Jetpack)"
341
- msgstr "Slike (Jetpack)"
342
-
343
- #: modules/widgets/image-widget.php:110
344
- msgid "Image URL:"
345
- msgstr "URL slike:"
346
-
347
- #: modules/widgets/image-widget.php:113
348
- msgid "Alternate text:"
349
- msgstr "Alternativni tekst:"
350
-
351
- #: modules/widgets/image-widget.php:116
352
- msgid "Image title:"
353
- msgstr "Naziv slike:"
354
-
355
- #: modules/widgets/image-widget.php:119
356
- msgid "Caption:"
357
- msgstr "Naslov:"
358
-
359
- #: modules/widgets/image-widget.php:124
360
- msgid "None"
361
- msgstr "Ništa"
362
-
363
- #: modules/widgets/image-widget.php:125
364
- msgid "Left"
365
- msgstr "Lijevo"
366
-
367
- #: modules/widgets/image-widget.php:126
368
- msgid "Center"
369
- msgstr "Centrirano"
370
-
371
- #: modules/widgets/image-widget.php:127
372
- msgid "Right"
373
- msgstr "Desno"
374
-
375
- #: modules/widgets/image-widget.php:129
376
- msgid "Image Alignment:"
377
- msgstr "Poravnanje slike:"
378
-
379
- #: modules/widgets/image-widget.php:139
380
- msgid "Width:"
381
- msgstr "Širina:"
382
-
383
- #: modules/widgets/image-widget.php:142
384
- msgid "Height:"
385
- msgstr "Visina:"
386
-
387
- #: modules/widgets/image-widget.php:145
388
- msgid "If empty, we will attempt to determine the image size."
389
- msgstr "Ako je ovo prazno, mi ćemo pokušati utvrditi dimenzije slike."
390
-
391
- #: modules/widgets/image-widget.php:146
392
- msgid "Link URL (when the image is clicked):"
393
- msgstr "URL linka (kada se klikne na sliku):"
394
-
395
- #: modules/widgets/rsslinks-widget.php:12
396
- msgid "Links to your blog's RSS feeds"
397
- msgstr "Linkovi ka RSS kanalima vašeg bloga"
398
-
399
- #: modules/widgets/rsslinks-widget.php:13
400
- msgid "RSS Links (Jetpack)"
401
- msgstr "RSS linkovi (Jetpack)"
402
-
403
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
404
- #: modules/widgets/twitter.php:258
405
- msgid "Title:"
406
- msgstr "Naslov:"
407
-
408
- #: modules/widgets/rsslinks-widget.php:67
409
- #: modules/widgets/rsslinks-widget.php:133
410
- msgid "Posts"
411
- msgstr "Članci"
412
-
413
- #: modules/widgets/rsslinks-widget.php:68
414
- #: modules/widgets/rsslinks-widget.php:136
415
- msgid "Comments"
416
- msgstr "Komentari"
417
-
418
- #: modules/widgets/rsslinks-widget.php:69
419
- msgid "Posts & Comments"
420
- msgstr "Članci i komentari"
421
-
422
- #: modules/widgets/rsslinks-widget.php:71
423
- msgid "Feed(s) to Display:"
424
- msgstr "Kanal(i) za prikaz:"
425
-
426
- #: modules/widgets/rsslinks-widget.php:81
427
- msgid "Text Link"
428
- msgstr "Tekstualni link"
429
-
430
- #: modules/widgets/rsslinks-widget.php:82
431
- msgid "Image Link"
432
- msgstr "Link slike"
433
-
434
- #: modules/widgets/rsslinks-widget.php:83
435
- msgid "Text & Image Links"
436
- msgstr "Linkovi sa tekstom i slikom"
437
-
438
- #: modules/widgets/rsslinks-widget.php:85
439
- msgid "Format:"
440
- msgstr "Format:"
441
-
442
- #: modules/widgets/rsslinks-widget.php:96
443
- msgid "Image Settings:"
444
- msgstr "Postavke slike:"
445
-
446
- #: modules/widgets/rsslinks-widget.php:99
447
- msgid "Small"
448
- msgstr "Malo"
449
-
450
- #: modules/widgets/rsslinks-widget.php:100
451
- msgid "Medium"
452
- msgstr "Srednje"
453
-
454
- #: modules/widgets/rsslinks-widget.php:101
455
- msgid "Large"
456
- msgstr "Veliko"
457
-
458
- #: modules/widgets/rsslinks-widget.php:103
459
- msgid "Image Size:"
460
- msgstr "Veličina slike:"
461
-
462
- #: modules/stats.php:527
463
- msgid "Hide the stats smiley face image."
464
- msgstr "Sakrij smajli koji prikazuje statistika."
465
-
466
- #: modules/stats.php:527
467
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
468
- msgstr "Slika pomaže u prikupljanju statistike i <strong>čini svijet bolji mjestom</strong>, ali sve će raditi i kada je sakrivena"
469
-
470
- #: modules/stats.php:527
471
- msgid "Smiley face"
472
- msgstr "Smajli"
473
-
474
- #: modules/stats.php:528
475
- msgid "Report visibility"
476
- msgstr "Vidljivost izvještaja"
477
-
478
- #: modules/stats.php:530
479
- msgid "Select the roles that will be able to view stats reports."
480
- msgstr "Odaberite korisničke uloge koje će imati mogućnost pregleda statistike."
481
-
482
- #: modules/stats.php:541
483
- msgid "Save configuration"
484
- msgstr "Sačuvaj konfiguraciju"
485
-
486
- #: modules/stats.php:597
487
- msgid "Stats"
488
- msgstr "Statistika"
489
-
490
- #: modules/stats.php:599
491
- msgid "Views over 48 hours. Click for more Site Stats."
492
- msgstr "Pregledi u zadnjih 48 sati. Kliknite za proširenu statistiku stranice."
493
-
494
- #: modules/stats.php:666
495
- msgid "day"
496
- msgstr "dan"
497
-
498
- #: modules/stats.php:667
499
- msgid "week"
500
- msgstr "sedmica"
501
-
502
- #: modules/stats.php:668
503
- msgid "month"
504
- msgstr "mjesec"
505
-
506
- #: modules/stats.php:671
507
- msgid "the past day"
508
- msgstr "jučer"
509
-
510
- #: modules/stats.php:672
511
- msgid "the past week"
512
- msgstr "prošla sedmica"
513
-
514
- #: modules/stats.php:673
515
- msgid "the past month"
516
- msgstr "prošli mjesec"
517
-
518
- #: modules/stats.php:674
519
- msgid "the past quarter"
520
- msgstr "prošli kvartal"
521
-
522
- #: modules/stats.php:675
523
- msgid "the past year"
524
- msgstr "prošla godina"
525
-
526
- #: modules/stats.php:697
527
- msgid "Chart stats by"
528
- msgstr "Dijagram statistika od"
529
-
530
- #: modules/stats.php:710
531
- msgid "Show top posts over"
532
- msgstr "Istakni najpopularnije članke"
533
-
534
- #: modules/stats.php:723
535
- msgid "Show top search terms over"
536
- msgstr "Istakni najpopularnije pretrage"
537
-
538
- #: modules/stats.php:882
539
- msgid "%1$s %2$s Views"
540
- msgstr "%1$s %2$s pregleda"
541
-
542
- #: modules/stats.php:895
543
- msgid "View All"
544
- msgstr "Pregledaj sve"
545
-
546
- #: modules/stats.php:899
547
- msgid "Top Posts"
548
- msgstr "Najpopularniji članci"
549
-
550
- #: modules/stats.php:903 modules/stats.php:927
551
- msgid "Sorry, nothing to report."
552
- msgstr "Žao nam je, ništa za prijaviti."
553
-
554
- #: modules/stats.php:923
555
- msgid "Top Searches"
556
- msgstr "Najpopularnije pretrage"
557
-
558
- #: modules/stats.php:946
559
- msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
560
- msgstr ""
561
-
562
- #: modules/subscriptions.php:108
563
- msgid "Jetpack Subscriptions Settings"
564
- msgstr "Postavke Jetpack pretplate"
565
-
566
- #: modules/subscriptions.php:117
567
- msgid "Follow Blog"
568
- msgstr "Prati blog"
569
-
570
- #: modules/subscriptions.php:132
571
- msgid "Follow Comments"
572
- msgstr "Praćenje komentara"
573
-
574
- #: modules/subscriptions.php:153
575
- msgid "Follower Settings"
576
- msgstr "Postavke pretplatnika"
577
-
578
- #: modules/subscriptions.php:160
579
- msgid "Blog follow email text"
580
- msgstr ""
581
-
582
- #: modules/subscriptions.php:168
583
- msgid "Comment follow email text"
584
- msgstr ""
585
-
586
- #: modules/subscriptions.php:182
587
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
588
- msgstr "Odaberite da li želite da se posjetioci mogu pretplatiti na vaše članke ili komentare."
589
-
590
- #: modules/subscriptions.php:197
591
- msgid "Show a <em>'follow blog'</em> option in the comment form"
592
- msgstr "Prikaži opciju <em>'za praćenje bloga'</em> u obrascu za komentarisanje"
593
-
594
- #: modules/subscriptions.php:212
595
- msgid "Show a <em>'follow comments'</em> option in the comment form"
596
- msgstr "Prikaži opciju <em>'za praćenje komentara'</em> u obrascu za komentarisanje"
597
-
598
- #: modules/subscriptions.php:237
599
- msgid "These settings change emails sent from your blog to followers."
600
- msgstr ""
601
-
602
- #: modules/subscriptions.php:243
603
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
604
- msgstr ""
605
-
606
- #: modules/subscriptions.php:249
607
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
608
- msgstr ""
609
-
610
- #: modules/subscriptions.php:254
611
- msgid ""
612
- "Howdy.\n"
613
- "\n"
614
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
615
- "\n"
616
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
617
- msgstr ""
618
-
619
- #: modules/subscriptions.php:255
620
- msgid ""
621
- "Howdy.\n"
622
- "\n"
623
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
624
- "\n"
625
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
626
- msgstr ""
627
-
628
- #: modules/subscriptions.php:447
629
- msgid "Notify me of follow-up comments by email."
630
- msgstr "Obavijesti me o narednim komentarima putem emaila."
631
-
632
- #: modules/subscriptions.php:454
633
- msgid "Notify me of new posts by email."
634
- msgstr "Obavijesti me o novim člancima pomoću emaila."
635
-
636
- #: modules/subscriptions.php:520
637
- msgid "Add an email signup form to allow people to subscribe to your blog."
638
- msgstr "Dodaje obrazac za email registraciju kako bi se druge osobe mogle pretplatiti na vaš blog."
639
-
640
- #: modules/subscriptions.php:523
641
- msgid "Blog Subscriptions (Jetpack)"
642
- msgstr "Blog pretplate (Jetpack)"
643
-
644
- #: modules/subscriptions.php:554
645
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
646
- msgstr "Poslali smo vam email koji je potrebno da potvrdite pretplatu. Molimo vas da pronađete email i kliknete na aktivacijski link unatar njega kako biste aktivirali pretplatu."
647
-
648
- #: modules/subscriptions.php:564
649
- msgid "The email you entered was invalid, please check and try again."
650
- msgstr "Email koji ste upisali nije ispravan. Molimo vas da ga provjerite i pokušate ponovo."
651
-
652
- #: modules/subscriptions.php:567
653
- msgid "You have already subscribed to this site, please check your inbox."
654
- msgstr "Već ste se pretplatili na ovu stranicu, molimo vas da provjerite vaš email."
655
-
656
- #: modules/subscriptions.php:574
657
- msgid "There was an error when subscribing, please try again."
658
- msgstr "Desila se greška prilikom pretplaćivanja, molimo vas da pokušate ponovo."
659
-
660
- #: modules/subscriptions.php:592
661
- msgid "Join %s other subscriber"
662
- msgid_plural "Join %s other subscribers"
663
- msgstr[0] "Pridružite se ostalim pretplatnicima (%s)"
664
- msgstr[1] "Pridružite se ostalim pretplatnicima (%s)"
665
- msgstr[2] "Pridružite se ostalim pretplatnicima (%s)"
666
-
667
- #: modules/subscriptions.php:671
668
- msgid "Subscribe to Blog via Email"
669
- msgstr "Pretplati se na blogu pomoću emaila"
670
-
671
- #: modules/subscriptions.php:672
672
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
673
- msgstr "Upišite vašu email adresu da biste se pretplatili na email obavijesti o novim člancima na ovom blogu."
674
-
675
- #: modules/subscriptions.php:674
676
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
677
- msgstr "Klinite da biste se pretplatili i na vašu email adresu dobijali obavijesti o novim člancima na ovom blogu."
678
-
679
- #: modules/subscriptions.php:690
680
- msgid "%s: %s"
681
- msgstr "%s: %s"
682
-
683
- #: modules/subscriptions.php:698 modules/widgets/image-widget.php:107
684
- msgid "Widget title:"
685
- msgstr "Naslov dodatka:"
686
-
687
- #: modules/subscriptions.php:704
688
- msgid "Optional text to display to your readers:"
689
- msgstr "Neobavezni tekst koji će se prikazivati vašim čitaocima:"
690
-
691
- #: modules/subscriptions.php:710
692
- msgid "Subscribe Button:"
693
- msgstr "Dugme za pretplatu:"
694
-
695
- #: modules/subscriptions.php:717
696
- msgid "Show total number of subscribers? (%s subscriber)"
697
- msgid_plural "Show total number of subscribers? (%s subscribers)"
698
- msgstr[0] "Prikazati ukupan broj pretplatnika? (%s pretplatnik)"
699
- msgstr[1] "Prikazati ukupan broj pretplatnika? (%s pretplatnika)"
700
- msgstr[2] "Prikazati ukupan broj pretplatnika? (%s pretplatnika)"
701
-
702
- #: modules/vaultpress.php:22
703
- msgid "Active"
704
- msgstr "Aktivna"
705
-
706
- #: modules/widgets/facebook-likebox.php:29
707
- msgid "Facebook Like Box"
708
- msgstr "Facebook Like okvir"
709
-
710
- #: modules/widgets/facebook-likebox.php:29
711
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
712
- msgstr "Prikažite Facebook Like okvir za povezivanje posjetitelja s vašom Facebook stranicom"
713
-
714
- #: modules/widgets/facebook-likebox.php:41
715
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
716
- msgstr ""
717
-
718
- #: modules/sharedaddy/sharing.php:300
719
- msgid "Button style"
720
- msgstr "Stil dugmeta"
721
-
722
- #: modules/sharedaddy/sharing.php:303
723
- msgid "Icon + text"
724
- msgstr "Ikona + tekst"
725
-
726
- #: modules/sharedaddy/sharing.php:304
727
- msgid "Icon only"
728
- msgstr "Samo ikona"
729
-
730
- #: modules/sharedaddy/sharing.php:305
731
- msgid "Text only"
732
- msgstr "Samo tekst"
733
-
734
- #: modules/sharedaddy/sharing.php:306
735
- msgid "Official buttons"
736
- msgstr "Oficijelna dugmad"
737
-
738
- #: modules/sharedaddy/sharing.php:311
739
- msgid "Sharing label"
740
- msgstr "Naslov za dijeljenje"
741
-
742
- #: modules/sharedaddy/sharing.php:317
743
- msgid "Open links in"
744
- msgstr "Otvori linkove u"
745
-
746
- #: modules/sharedaddy/sharing.php:320
747
- msgid "New window"
748
- msgstr "Novom prozoru"
749
-
750
- #: modules/sharedaddy/sharing.php:321
751
- msgid "Same window"
752
- msgstr "Istom prozoru"
753
-
754
- #: modules/sharedaddy/sharing.php:326
755
- msgid "Show buttons on"
756
- msgstr "Prikaži dugmad na"
757
-
758
- #: modules/sharedaddy/sharing.php:332
759
- msgid "Front Page, Archive Pages, and Search Results"
760
- msgstr "Početna stranica, arhiva i rezultati pretrage"
761
-
762
- #: modules/sharedaddy/sharing.php:348
763
- msgid "Save Changes"
764
- msgstr "Sačuvaj promjene"
765
-
766
- #: modules/sharedaddy/sharing.php:359
767
- msgid "Service name"
768
- msgstr "Ime servisa"
769
-
770
- #: modules/sharedaddy/sharing.php:365
771
- msgid "Sharing URL"
772
- msgstr "URL za dijeljenje"
773
-
774
- #: modules/sharedaddy/sharing.php:369
775
- msgid "You can add the following variables to your service sharing URL:"
776
- msgstr "Možete dodati sljedeće promjenjive u URL vašeg servisa za dijeljenje:"
777
-
778
- #: modules/sharedaddy/sharing.php:374
779
- msgid "Icon URL"
780
- msgstr "URL ikone"
781
-
782
- #: modules/sharedaddy/sharing.php:377
783
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
784
- msgstr "Unesite URL ikone (veličine 16x16px) koju želite koristiti za ovaj servis."
785
-
786
- #: modules/sharedaddy/sharing.php:383
787
- msgid "Create Share Button"
788
- msgstr "Kreiraj dugme za dijeljenje"
789
-
790
- #: modules/sharedaddy/sharing.php:395
791
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
792
- msgstr "Desila se greška prilikom kreiranja vašeg novog servisa za dijeljenje - molimo vas da provjerite da li ste unijeli ispravne informacije."
793
-
794
- #: modules/shortcodes/archives.php:50
795
- msgid "Your blog does not currently have any published posts."
796
- msgstr "Vaš blog trenutno nema objavljenih članaka."
797
-
798
- #: modules/shortcodes/audio.php:180
799
- msgid "Download: <a href=\"%s\">%s</a><br />"
800
- msgstr "Preuzmi: <a href=\"%s\">%s</a><br />"
801
-
802
- #: modules/shortcodes/videopress.php:616
803
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
804
- msgstr "VideoPress plugin ne može komunicirati sa VideoPress serverima. Ovakva greška je obično rezultat nepravilne konfiguracije plugina. Molimo vas da plugin ponovo instalirate ili nadogradite."
805
-
806
- #: modules/shortcodes/videopress.php:618
807
- msgid "<strong>%s</strong> is not an allowed embed site."
808
- msgstr "<strong>%s</strong> nije dozvoljena stranica za ugradnju."
809
-
810
- #: modules/shortcodes/videopress.php:618
811
- msgid "Publisher limits playback of video embeds."
812
- msgstr "Objavljivač ograničava reprodukciju ugrađenih video datoteka."
813
-
814
- #: modules/shortcodes/videopress.php:620
815
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
816
- msgstr "Nema pronađenih podataka za VideoPress identifikator: <strong>%s</strong>."
817
-
818
- #: modules/shortcodes/videopress.php:837
819
- msgid "%s Error"
820
- msgstr "%s greška"
821
-
822
- #: modules/shortcodes/videopress.php:871
823
- msgid "This video is intended for mature audiences."
824
- msgstr "Ovaj video je namijenjen zreloj publici."
825
-
826
- #: modules/shortcodes/videopress.php:871
827
- msgid "Please verify your birthday."
828
- msgstr "Molimo vas da potvrdite vaš rođendan."
829
-
830
- #: modules/shortcodes/videopress.php:887
831
- msgid "January"
832
- msgstr "Januar"
833
-
834
- #: modules/shortcodes/videopress.php:887
835
- msgid "February"
836
- msgstr "Februar"
837
-
838
- #: modules/shortcodes/videopress.php:887
839
- msgid "March"
840
- msgstr "Mart"
841
-
842
- #: modules/shortcodes/videopress.php:887
843
- msgid "April"
844
- msgstr "April"
845
-
846
- #: modules/shortcodes/videopress.php:887
847
- msgid "May"
848
- msgstr "Maj"
849
-
850
- #: modules/shortcodes/videopress.php:887
851
- msgid "June"
852
- msgstr "Juni"
853
-
854
- #: modules/shortcodes/videopress.php:887
855
- msgid "July"
856
- msgstr "Juli"
857
-
858
- #: modules/shortcodes/videopress.php:887
859
- msgid "August"
860
- msgstr "August"
861
-
862
- #: modules/shortcodes/videopress.php:887
863
- msgid "September"
864
- msgstr "Septembar"
865
-
866
- #: modules/shortcodes/videopress.php:887
867
- msgid "October"
868
- msgstr "Oktobar"
869
-
870
- #: modules/shortcodes/videopress.php:887
871
- msgid "November"
872
- msgstr "Novembar"
873
-
874
- #: modules/shortcodes/videopress.php:887
875
- msgid "December"
876
- msgstr "Decembar"
877
-
878
- #: modules/shortcodes/videopress.php:923
879
- msgid "Submit"
880
- msgstr "Pošalji"
881
-
882
- #: modules/shortcodes/videopress.php:969
883
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
884
- msgstr "Nemate potrebni <a rel=\"nofollow\" href=\"%s\">nivo slobode</a> za pregled ovog videa. Podržite slobodni softver i izvršite nadogradnju."
885
-
886
- #: modules/shortcodes/videopress.php:1027
887
- msgctxt "watch a video title"
888
- msgid "Watch: %s"
889
- msgstr "Pregledaj: %s"
890
-
891
- #: modules/shortcodes/videopress.php:1123
892
- #: modules/shortcodes/videopress.php:1145
893
- msgid "this video"
894
- msgstr "ovaj video"
895
-
896
- #: modules/shortcodes/videopress.php:1152
897
- msgctxt "Play as in playback or view a movie"
898
- msgid "JavaScript required to play %s."
899
- msgstr "Javascript je neophodan za reprodukciju %s."
900
-
901
- #: modules/shortcodes/videopress.php:1299
902
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
903
- msgstr "Di biste pregledali ovaj video, potreban vam je <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a>."
904
-
905
- #: modules/shortcodes/videopress.php:1306
906
- msgid "Loading video..."
907
- msgstr "Učitavam video..."
908
-
909
- #: modules/stats.php:252 modules/stats.php:645
910
- msgid "Site Stats"
911
- msgstr "Statistika stranice"
912
-
913
- #: modules/stats.php:343
914
- msgid "Loading&hellip;"
915
- msgstr "Učitavam&hellip;"
916
-
917
- #: modules/stats.php:344
918
- msgid "Your Site Stats work better with Javascript enabled."
919
- msgstr "Statistike vaše stranice radit će bolje ako omogućite Javascript."
920
-
921
- #: modules/stats.php:345
922
- msgid "View Site Stats without Javascript"
923
- msgstr "Pregledaj statistike stranice bez Javascripta"
924
-
925
- #: modules/stats.php:517
926
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
927
- msgstr "Za pregled posjeta posjetite <a href=\"%s\">statistiku stranice</a>."
928
-
929
- #: modules/stats.php:522
930
- msgid "Admin bar"
931
- msgstr "Administratorska traka"
932
-
933
- #: modules/stats.php:523
934
- msgid "Put a chart showing 48 hours of views in the admin bar."
935
- msgstr "Ubaci dijagram pregleda u zadnjih 48 sati u administratorsku traku."
936
-
937
- #: modules/stats.php:524
938
- msgid "Registered users"
939
- msgstr "Registrovani korisnici"
940
-
941
- #: modules/stats.php:525
942
- msgid "Count the page views of registered users who are logged in."
943
- msgstr "Broji preglede stranica registrovanih korisnika koji su prijavljeni."
944
-
945
- #: modules/stats.php:526
946
- msgid "Smiley"
947
- msgstr "Smajli"
948
-
949
- #: modules/sharedaddy/sharing-sources.php:279
950
- msgid "Send to Email Address"
951
- msgstr "Pošalji na email adresu"
952
-
953
- #: modules/sharedaddy/sharing-sources.php:287
954
- msgid "Your Name"
955
- msgstr "Vaše ime"
956
-
957
- #: modules/sharedaddy/sharing-sources.php:290
958
- msgid "Your Email Address"
959
- msgstr "Vaša email adresa"
960
-
961
- #: modules/sharedaddy/sharing-sources.php:298
962
- msgid "Send Email"
963
- msgstr "Pošalji email"
964
-
965
- #: modules/sharedaddy/sharing-sources.php:299
966
- msgid "Cancel"
967
- msgstr "Poništi"
968
-
969
- #: modules/sharedaddy/sharing-sources.php:302
970
- msgid "Post was not sent - check your email addresses!"
971
- msgstr "Članak nije poslan - provjerite vašu email adresu!"
972
-
973
- #: modules/sharedaddy/sharing-sources.php:306
974
- msgid "Email check failed, please try again"
975
- msgstr "Provjera emaila nije uspjela, molimo vas da pokušate ponovo"
976
-
977
- #: modules/sharedaddy/sharing-sources.php:310
978
- msgid "Sorry, your blog cannot share posts by email."
979
- msgstr "Žao nam je, vaš blog ne može dijeliti članke pomoću emaila."
980
-
981
- #: modules/sharedaddy/sharing-sources.php:330 modules/widgets/twitter.php:22
982
- msgid "Twitter"
983
- msgstr "Twitter"
984
-
985
- #: modules/sharedaddy/sharing-sources.php:376
986
- msgctxt "share to"
987
- msgid "Twitter"
988
- msgstr "Twitter"
989
-
990
- #: modules/sharedaddy/sharing-sources.php:376
991
- msgid "Click to share on Twitter"
992
- msgstr "Kliknite ovdje za dijeljenje na Twitteru"
993
-
994
- #: modules/sharedaddy/sharing-sources.php:451
995
- msgid "StumbleUpon"
996
- msgstr "StumbleUpon"
997
-
998
- #: modules/sharedaddy/sharing-sources.php:462
999
- msgctxt "share to"
1000
- msgid "StumbleUpon"
1001
- msgstr "StumbleUpon"
1002
-
1003
- #: modules/sharedaddy/sharing-sources.php:462
1004
- msgid "Click to share on StumbleUpon"
1005
- msgstr "Kliknite za dijeljenje na StumbleUponu"
1006
-
1007
- #: modules/sharedaddy/sharing-sources.php:489
1008
- #: modules/sharedaddy/sharing-sources.php:496
1009
- msgid "Reddit"
1010
- msgstr "Reddit"
1011
-
1012
- #: modules/sharedaddy/sharing-sources.php:496
1013
- msgid "Click to share on Reddit"
1014
- msgstr "Kliknite za dijeljenje na Redditu"
1015
-
1016
- #: modules/sharedaddy/sharing-sources.php:523
1017
- msgid "Digg"
1018
- msgstr "Digg"
1019
-
1020
- #: modules/sharedaddy/sharing-sources.php:532
1021
- #: modules/sharedaddy/sharing-sources.php:535
1022
- msgid "Click to Digg this post"
1023
- msgstr "Kliknite za dijeljenje ovog članka na Diggu"
1024
-
1025
- #: modules/sharedaddy/sharing-sources.php:535
1026
- msgctxt "share to"
1027
- msgid "Digg"
1028
- msgstr "Digg"
1029
-
1030
- #: modules/sharedaddy/sharing-sources.php:579
1031
- msgid "LinkedIn"
1032
- msgstr "LinkedIn"
1033
-
1034
- #: modules/sharedaddy/sharing-sources.php:593
1035
- msgctxt "share to"
1036
- msgid "LinkedIn"
1037
- msgstr "LinkedIn"
1038
-
1039
- #: modules/sharedaddy/sharing-sources.php:593
1040
- msgid "Click to share on LinkedIn"
1041
- msgstr "Klik za razmjenu na LinkedInu"
1042
-
1043
- #: modules/sharedaddy/sharing-sources.php:659
1044
- msgid "Facebook"
1045
- msgstr "Facebook"
1046
-
1047
- #: modules/sharedaddy/sharing-sources.php:734
1048
- msgctxt "share to"
1049
- msgid "Facebook"
1050
- msgstr "Facebook"
1051
-
1052
- #: modules/sharedaddy/sharing-sources.php:734
1053
- msgid "Share on Facebook"
1054
- msgstr "Podijeli na Facebooku"
1055
-
1056
- #: modules/sharedaddy/sharing-sources.php:765
1057
- msgid "Print"
1058
- msgstr "Štampanje"
1059
-
1060
- #: modules/sharedaddy/sharing-sources.php:769
1061
- msgctxt "share to"
1062
- msgid "Print"
1063
- msgstr "Štampaj"
1064
-
1065
- #: modules/sharedaddy/sharing-sources.php:769
1066
- msgid "Click to print"
1067
- msgstr "Kliknite za štampanje"
1068
-
1069
- #: modules/sharedaddy/sharing-sources.php:785
1070
- msgid "Press This"
1071
- msgstr "Objavi ovo"
1072
-
1073
- #: modules/sharedaddy/sharing-sources.php:813
1074
- msgctxt "share to"
1075
- msgid "Press This"
1076
- msgstr "Objavi ovo"
1077
-
1078
- #: modules/sharedaddy/sharing-sources.php:813
1079
- msgid "Click to Press This!"
1080
- msgstr "Kliknite za objavljivanje!"
1081
-
1082
- #: modules/sharedaddy/sharing-sources.php:831
1083
- msgid "Google +1"
1084
- msgstr "Google +1"
1085
-
1086
- #: modules/sharedaddy/sharing-sources.php:846
1087
- msgctxt "share to"
1088
- msgid "Google +1"
1089
- msgstr ""
1090
-
1091
- #: modules/sharedaddy/sharing-sources.php:846
1092
- msgid "Click to share on Google+"
1093
- msgstr ""
1094
-
1095
- #: modules/sharedaddy/sharing-sources.php:935
1096
- msgid "Click to share"
1097
- msgstr "Kliknite za dijeljenje"
1098
-
1099
- #: modules/sharedaddy/sharing-sources.php:990
1100
- msgid "URL"
1101
- msgstr "URL"
1102
-
1103
- #: modules/sharedaddy/sharing-sources.php:995
1104
- msgid "Icon"
1105
- msgstr "Ikona"
1106
-
1107
- #: modules/sharedaddy/sharing-sources.php:1002
1108
- msgid "Save"
1109
- msgstr "Sačuvaj"
1110
-
1111
- #: modules/sharedaddy/sharing-sources.php:1003
1112
- msgid "Remove Service"
1113
- msgstr "Ukloni servis"
1114
-
1115
- #: modules/sharedaddy/sharing-sources.php:1082
1116
- msgid "Tumblr"
1117
- msgstr "Tumblr"
1118
-
1119
- #: modules/sharedaddy/sharing-sources.php:1093
1120
- msgctxt "share to"
1121
- msgid "Tumblr"
1122
- msgstr "Tumblr"
1123
-
1124
- #: modules/sharedaddy/sharing-sources.php:1093
1125
- msgid "Click to share on Tumblr"
1126
- msgstr "Kliknite da podijelite na Tumblru"
1127
-
1128
- #: modules/sharedaddy/sharing-sources.php:1129
1129
- msgid "Pinterest"
1130
- msgstr "Pinterest"
1131
-
1132
- #: modules/sharedaddy/sharing-sources.php:1159
1133
- msgid "Pin It"
1134
- msgstr "Pin It"
1135
-
1136
- #: modules/sharedaddy/sharing-sources.php:1161
1137
- msgctxt "share to"
1138
- msgid "Pinterest"
1139
- msgstr "Pinterest"
1140
-
1141
- #: modules/sharedaddy/sharing-sources.php:1161
1142
- msgid "Click to share on Pinterest"
1143
- msgstr "Kliknite da podijelite na Pinterestu"
1144
-
1145
- #: modules/sharedaddy/sharing.php:153
1146
- msgid "Warning! Multibyte support missing!"
1147
- msgstr "Upozorenje! Nedostaje Multibyte podrška!"
1148
-
1149
- #: modules/sharedaddy/sharing.php:154
1150
- msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
1151
- msgstr "Ovaj plugin će raditi i bez nje, ali multibyte podrška se koristi uvijek kada je <a href=\"%s\">dostupna</a>. Moguće je da ćete imati sitne probleme sa vašim tweetovima i drugim servisima za dijeljenje."
1152
-
1153
- #: modules/sharedaddy/sharing.php:158
1154
- msgid "Settings have been saved"
1155
- msgstr "Postavke su sačuvane"
1156
-
1157
- #: modules/sharedaddy/sharing.php:169
1158
- msgid "Sharing Buttons"
1159
- msgstr "Dugmad za dijeljenje"
1160
-
1161
- #: modules/sharedaddy/sharing.php:170
1162
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1163
- msgstr ""
1164
-
1165
- #: modules/sharedaddy/sharing.php:176
1166
- msgid "Available Services"
1167
- msgstr "Dostupni servisi"
1168
-
1169
- #: modules/sharedaddy/sharing.php:177
1170
- msgid "Drag and drop the services you'd like to enable into the box below."
1171
- msgstr "Dovucite servise koje želite omogućiti u okvir ispod."
1172
-
1173
- #: modules/sharedaddy/sharing.php:178
1174
- msgid "Add a new service"
1175
- msgstr "Dodaj novi servis"
1176
-
1177
- #: modules/sharedaddy/sharing.php:198
1178
- msgid "Enabled Services"
1179
- msgstr "Omogućeni servisi"
1180
-
1181
- #: modules/sharedaddy/sharing.php:201
1182
- msgid "Services dragged here will appear individually."
1183
- msgstr "Servisi dovučeni ovdje će se prikazivati samostalno."
1184
-
1185
- #: modules/sharedaddy/sharing.php:204
1186
- msgid "Drag and drop available services here."
1187
- msgstr "Ovdje dovucite i pustite dostupne servise."
1188
-
1189
- #: modules/sharedaddy/sharing.php:215
1190
- msgid "Services dragged here will be hidden behind a share button."
1191
- msgstr "Servisi dovučeni ovdje će biti sakriveni unutar dugmeta za dijeljenje."
1192
-
1193
- #: modules/sharedaddy/sharing.php:230
1194
- msgid "Live Preview"
1195
- msgstr "Pregled uživo"
1196
-
1197
- #: modules/sharedaddy/sharing.php:233
1198
- msgid "Sharing is off. Add services above to enable."
1199
- msgstr "Dijeljenje je isključeno. Dodajte servise kako biste ga omogućili."
1200
-
1201
- #: modules/module-info.php:638
1202
- msgid "When you write great content, all you really want is people to find it, right?"
1203
- msgstr ""
1204
-
1205
- #: modules/module-info.php:640
1206
- msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
1207
- msgstr ""
1208
-
1209
- #: modules/module-info.php:643
1210
- msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
1211
- msgstr ""
1212
-
1213
- #: modules/module-info.php:645
1214
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
1215
- msgstr ""
1216
-
1217
- #: modules/module-info.php:655
1218
- msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
1219
- msgstr ""
1220
-
1221
- #: modules/module-info.php:675 modules/module-info.php:678
1222
- #: modules/post-by-email.php:89
1223
- msgid "Post by Email"
1224
- msgstr "Objavljivanje pomoću emaila"
1225
-
1226
- #: modules/module-info.php:680
1227
- msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
1228
- msgstr ""
1229
-
1230
- #: modules/module-info.php:684
1231
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
1232
- msgstr ""
1233
-
1234
- #: modules/module-info.php:688
1235
- msgid "More information on sending emails, attachments, and customizing your posts."
1236
- msgstr ""
1237
-
1238
- #: modules/module-info.php:708
1239
- msgid "Photon"
1240
- msgstr ""
1241
-
1242
- #: modules/module-info.php:710
1243
- msgid "Give your site a boost by loading images in post and posts' featured images from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your web host with the click of a button."
1244
- msgstr ""
1245
-
1246
- #: modules/post-by-email.php:92 modules/subscriptions.php:596
1247
- msgid "Email Address"
1248
- msgstr "Email adresa"
1249
-
1250
- #: modules/post-by-email.php:107
1251
- msgid "Enable Post By Email"
1252
- msgstr ""
1253
-
1254
- #: modules/post-by-email.php:111 modules/shortcodes/videopress.php:926
1255
- msgid "More information"
1256
- msgstr "Više informacija"
1257
-
1258
- #: modules/post-by-email.php:114
1259
- msgid "Regenerate Address"
1260
- msgstr ""
1261
-
1262
- #: modules/post-by-email.php:115
1263
- msgid "Disable Post By Email"
1264
- msgstr ""
1265
-
1266
- #: modules/post-by-email.php:123
1267
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
1268
- msgstr ""
1269
-
1270
- #: modules/post-by-email.php:126 modules/publicize/publicize-jetpack.php:58
1271
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
1272
- msgstr ""
1273
-
1274
- #: modules/post-by-email.php:167 modules/post-by-email.php:176
1275
- msgid "Unable to create your Post By Email address. Please try again later."
1276
- msgstr ""
1277
-
1278
- #: modules/post-by-email.php:195 modules/post-by-email.php:204
1279
- msgid "Unable to regenerate your Post By Email address. Please try again later."
1280
- msgstr ""
1281
-
1282
- #: modules/post-by-email.php:223 modules/post-by-email.php:232
1283
- msgid "Unable to disable your Post By Email address. Please try again later."
1284
- msgstr ""
1285
-
1286
- #: modules/publicize/publicize-jetpack.php:55
1287
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
1288
- msgstr ""
1289
-
1290
- #: modules/publicize/publicize-jetpack.php:165
1291
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
1292
- msgstr ""
1293
-
1294
- #: modules/publicize/publicize-jetpack.php:167
1295
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
1296
- msgstr ""
1297
-
1298
- #: modules/publicize/publicize-jetpack.php:313
1299
- #: modules/publicize/publicize-jetpack.php:329
1300
- #: modules/publicize/publicize-jetpack.php:453
1301
- msgid "Publicize to my %s:"
1302
- msgstr ""
1303
-
1304
- #: modules/publicize/publicize-jetpack.php:314
1305
- msgid "Facebook Wall"
1306
- msgstr ""
1307
-
1308
- #: modules/publicize/publicize-jetpack.php:330
1309
- msgid "Facebook Page"
1310
- msgstr ""
1311
-
1312
- #: modules/publicize/publicize-jetpack.php:361
1313
- #: modules/publicize/publicize-jetpack.php:473 modules/publicize/ui.php:214
1314
- msgid "OK"
1315
- msgstr "Uredu"
1316
-
1317
- #: modules/publicize/publicize-jetpack.php:454
1318
- msgid "Tumblr blog"
1319
- msgstr ""
1320
-
1321
- #: modules/publicize/ui.php:35 modules/publicize/ui.php:45
1322
- #: modules/sharedaddy/sharing.php:57 modules/sharedaddy/sharing.php:163
1323
- msgid "Sharing Settings"
1324
- msgstr "Postavke dijeljenja"
1325
-
1326
- #: modules/publicize/ui.php:76
1327
- msgid "You have successfully connected your blog with your %s account."
1328
- msgstr ""
1329
-
1330
- #: modules/publicize/ui.php:91
1331
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
1332
- msgstr "Povežite vaš blog sa popularnim društvenim mrežama i automatski dijelite nove članke sa vašim prijateljima."
1333
-
1334
- #: modules/publicize/ui.php:92
1335
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
1336
- msgstr ""
1337
-
1338
- #: modules/publicize/ui.php:153
1339
- msgid "Shared"
1340
- msgstr ""
1341
-
1342
- #: modules/publicize/ui.php:156 modules/publicize/ui.php:160
1343
- msgid "Disconnect"
1344
- msgstr ""
1345
-
1346
- #: modules/publicize/ui.php:169
1347
- msgid "Add new %s connection."
1348
- msgstr ""
1349
-
1350
- #: modules/publicize/ui.php:185
1351
- msgid "Make this connection available to all users of this blog?"
1352
- msgstr ""
1353
-
1354
- #: modules/publicize/ui.php:193
1355
- msgid "There was a problem connecting to %s. Please disconnect and try again."
1356
- msgstr ""
1357
-
1358
- #: modules/publicize/ui.php:383
1359
- msgid "Publicize:"
1360
- msgstr "Publikacija:"
1361
-
1362
- #: modules/publicize/ui.php:429
1363
- msgctxt "Service: Account connected as"
1364
- msgid "%1$s: %2$s"
1365
- msgstr ""
1366
-
1367
- #: modules/publicize/ui.php:464
1368
- msgid "Custom Message:"
1369
- msgstr "Korisnička poruka:"
1370
-
1371
- #: modules/publicize/ui.php:469 modules/publicize/ui.php:498
1372
- #: modules/publicize/ui.php:500
1373
- msgid "Hide"
1374
- msgstr "Sakrij"
1375
-
1376
- #: modules/publicize/ui.php:478
1377
- msgid "Not Connected"
1378
- msgstr ""
1379
-
1380
- #: modules/publicize/ui.php:485
1381
- msgid "Connect to"
1382
- msgstr ""
1383
-
1384
- #: modules/publicize/ui.php:490
1385
- msgid "Connect and share your posts on %s"
1386
- msgstr ""
1387
-
1388
- #: modules/publicize/ui.php:513
1389
- msgid "Show"
1390
- msgstr "Prikaži"
1391
-
1392
- #: modules/publicize.php:87
1393
- msgctxt "word count: words or characters?"
1394
- msgid "words"
1395
- msgstr "words"
1396
-
1397
- #: modules/sharedaddy/sharedaddy.php:18
1398
- msgid "Shared Post"
1399
- msgstr "Podijeljeni članak"
1400
-
1401
- #: modules/sharedaddy/sharedaddy.php:35
1402
- msgid "Show sharing buttons."
1403
- msgstr ""
1404
-
1405
- #: modules/sharedaddy/sharedaddy.php:112
1406
- msgid "Disable CSS and JS"
1407
- msgstr "Onemogući CSS i JS"
1408
-
1409
- #: modules/sharedaddy/sharedaddy.php:114
1410
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1411
- msgstr "Napredno. Ako je ova opcija uključena, ove datoteke morate ručnu ubaciti u vašu temu da bi linkovi za razmjenjivanje funkcionisali."
1412
-
1413
- #: modules/sharedaddy/sharing-service.php:12
1414
- msgid "Share this:"
1415
- msgstr "Podijeli ovo:"
1416
-
1417
- #: modules/sharedaddy/sharing-service.php:523
1418
- #: modules/sharedaddy/sharing.php:245 modules/sharedaddy/sharing.php:278
1419
- msgid "More"
1420
- msgstr "Više"
1421
-
1422
- #: modules/sharedaddy/sharing-service.php:525
1423
- msgid "Share"
1424
- msgstr "Podijeli"
1425
-
1426
- #: modules/sharedaddy/sharing-sources.php:242
1427
- msgid "This post has been shared!"
1428
- msgstr "Ovaj članak je podijeljen!"
1429
-
1430
- #: modules/sharedaddy/sharing-sources.php:243
1431
- msgid "You have shared this post with %s"
1432
- msgstr "Podijelili ste ovaj članak sa %s"
1433
-
1434
- #: modules/sharedaddy/sharing-sources.php:244
1435
- msgid "Close"
1436
- msgstr "Zatvori"
1437
-
1438
- #: modules/sharedaddy/sharing-sources.php:266
1439
- msgctxt "share to"
1440
- msgid "Email"
1441
- msgstr "Email"
1442
-
1443
- #: modules/sharedaddy/sharing-sources.php:266
1444
- msgid "Click to email this to a friend"
1445
- msgstr "Kliknite za slanje emaila prijatelju"
1446
-
1447
- #: modules/module-info.php:315 modules/module-info.php:318
1448
- #: modules/module-info.php:339 modules/publicize/ui.php:35
1449
- #: modules/sharedaddy/sharedaddy.php:25 modules/sharedaddy/sharing.php:57
1450
- msgid "Sharing"
1451
- msgstr "Dijeljenje"
1452
-
1453
- #: modules/module-info.php:319
1454
- msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
1455
- msgstr "Podijelite vaše članke na Twitteru, Facebooku i mnogo drugih servisa. Možete konfigurisati servise da se prikazuju kao ikone, tekst ili oboje. Neki servisi imaju dodatne opcije za prikaz pametnih dugmadi, npr. Twitter, koji će vršiti ažuriranja broja dijeljenja nekog članka."
1456
-
1457
- #: modules/module-info.php:323
1458
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
1459
- msgstr "Uključeni su sljedeći servisi: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, štampanje i email."
1460
-
1461
- #: modules/module-info.php:325
1462
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
1463
- msgstr "Omogućeni su sljedeći servisi: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, štampanje i email."
1464
-
1465
- #: modules/module-info.php:329
1466
- msgid "Additionally you can define your own custom services."
1467
- msgstr "Možete definisati i vaše vlastite servise."
1468
-
1469
- #: modules/module-info.php:344
1470
- msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
1471
- msgstr "Da konfigurišete postavke dijeljenja, otvorite Postavke &rarr; <a href=\"%s\">Dijeljenje</a>."
1472
-
1473
- #: modules/module-info.php:345
1474
- msgid "Drag and drop sharing services into the enabled section to have them show up on your site, and drag them into the hidden section to have them hidden behind a button."
1475
- msgstr "Dovucite servise za dijeljenje u sekciju za omogućavanje da biste ih prikazali na vašoj stranici, a možete ih odvući i u sekciju za sakrivene servise kako biste ih maskirali unutar dugmeta."
1476
-
1477
- #: modules/module-info.php:351
1478
- msgid "Full details can be found on the <a href=\"%s\">Sharing support page</a>. This video also gives a swish run-down of how to use the Sharing feature. Watch it in HD for extra snazz!"
1479
- msgstr "Više informacija možete pronaći na <a href=\"%s\">stranici podrške za dijeljenje</a>. Ovaj video vam također daje brzi pregled načina korištenja mogućnosti za dijeljenje. Pogledajte ga u HD-u za dodatni užitak!"
1480
-
1481
- #: modules/module-info.php:366 modules/module-info.php:370
1482
- msgid "Spelling and Grammar"
1483
- msgstr "Pravopis i gramatika"
1484
-
1485
- #: modules/module-info.php:372
1486
- msgid "The <a href='%s'>After&nbsp;the&nbsp;Deadline</a> Proofreading service improves your writing by using artificial intelligence to find your errors and offer smart suggestions."
1487
- msgstr "<a href='%s'>After&nbsp;the&nbsp;Deadline</a> poboljšava vaše pisanje korištenjem umjetne inteligencije da pronađe greške u vašem tekstu i ponudi vam dobre prijedloge."
1488
-
1489
- #: modules/module-info.php:373
1490
- msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
1491
- msgstr "After the Deadline ima mnogo <a href=\"%s\">opcija za prilagođavanje</a> koje možete uređivati u vašem profilu."
1492
-
1493
- #: modules/module-info.php:387 modules/module-info.php:401
1494
- msgid "Widgets Screenshot"
1495
- msgstr "Slike dodataka"
1496
-
1497
- #: modules/module-info.php:390 modules/module-info.php:404
1498
- msgid "Extra Sidebar Widgets"
1499
- msgstr "Dodatni dodaci za bočnu traku"
1500
-
1501
- #: modules/module-info.php:392
1502
- msgid "The RSS Links Widget "
1503
- msgstr "Dodatak za RSS linkove"
1504
-
1505
- #: modules/module-info.php:392
1506
- msgid "allows you to add links to your blog&#8217;s post and comment RSS feeds in your sidebar. This makes it easy for your readers to stay updated when you post new content or receive new comments."
1507
- msgstr "omogućava vam dodavanje linkova ka RSS kanalima za članke i komentare u vašu bočnu traku. Ovim ćete olakšati snalaženje vašim posjetiocima i pružiti im jedinstveno mjesto na kojem će moći vidjeti sve novosti vezane za vašu stranicu."
1508
-
1509
- #: modules/module-info.php:393
1510
- msgid "The Twitter Widget "
1511
- msgstr "Twitter dodatak"
1512
-
1513
- #: modules/module-info.php:393
1514
- msgid "shows your latest tweets within a sidebar on your theme. It&#8217;s an easy way to add more activity to your site. There are also a number of customization options."
1515
- msgstr "prikazuje najnovije tweetove u bočnoj traci vaše teme. Ovo je jednostavan način da povećate aktivnost na vašoj stranici. Postoji i nekoliko opcija za prilagođavanje. "
1516
-
1517
- #: modules/module-info.php:393
1518
- msgid "The Facebook Like Box Widget "
1519
- msgstr "Dodatak za Facebook Like okvir"
1520
-
1521
- #: modules/module-info.php:393
1522
- msgid "shows your Facebook Like Box within a sidebar on your theme. It&#8217;s a great way to let your readers show their support."
1523
- msgstr "prikazuje Facebook Like okvir u bočnoj traci vaše teme. Ovo je odličan način da svojim čitaocima dozvolite da iskažu svoju podršku vašem radu."
1524
-
1525
- #: modules/module-info.php:393
1526
- msgid "The Image Widget "
1527
- msgstr "Dodatak za slike"
1528
-
1529
- #: modules/module-info.php:393
1530
- msgid "allows you to easily add images to widget areas in your theme. It&#8217;s an easy way to add more visual interest to your site."
1531
- msgstr "omogućava vam jednostavno dodavanje slika u bočne trake vaše teme. Ovo je jednostavan način da svoju stranicu učinite vizuelno interesantnijom."
1532
-
1533
- #: modules/module-info.php:406
1534
- msgid "The RSS Links Widget"
1535
- msgstr "Dodatak za RSS linkove"
1536
-
1537
- #: modules/module-info.php:406
1538
- msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
1539
- msgstr "omogućava vam jednostavno dodavanje RSS kanala za članke i komentare u bočnu traku vaše teme."
1540
-
1541
- #: modules/module-info.php:407
1542
- msgid "The Twitter Widget"
1543
- msgstr "Twitter dodatak"
1544
-
1545
- #: modules/module-info.php:407
1546
- msgid "shows your latest tweets within a sidebar on your theme."
1547
- msgstr "prikazuje najnovije tweetove u bočnoj traci vaše teme."
1548
-
1549
- #: modules/module-info.php:408
1550
- msgid "The Facebook Like Box Widget"
1551
- msgstr "Dodatak za Facebook Like okvir "
1552
-
1553
- #: modules/module-info.php:408
1554
- msgid "shows your Facebook Like Box within a sidebar on your theme."
1555
- msgstr "prikazuje Facebook Like okvir u bočnoj traci vaše teme."
1556
-
1557
- #: modules/module-info.php:409
1558
- msgid "The Image Widget"
1559
- msgstr "Dodatak za slike"
1560
-
1561
- #: modules/module-info.php:409
1562
- msgid "lets you easily add images to a sidebar on your theme."
1563
- msgstr "omogućava vam jednostavno dodavanje slika u bočnu traku vaše teme."
1564
-
1565
- #: modules/module-info.php:411
1566
- msgid "Each of these widgets has a number of customization options."
1567
- msgstr "Svaki od ovih dodataka ima nekoliko opcija za prilagođavanje."
1568
-
1569
- #: modules/module-info.php:411
1570
- msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
1571
- msgstr "Za korištenje ovog dodatka, otvorite Izgled&#8594; <a href=\"%s\">Dodaci</a>. Prebacite dodatak u jednu od vaših bočnih traka i izvršite potrebna podešavanja. "
1572
-
1573
- #: modules/module-info.php:424
1574
- msgid "Subsriptions Screenshot"
1575
- msgstr "Slika pretplata"
1576
-
1577
- #: modules/module-info.php:427
1578
- msgid "Subscriptions"
1579
- msgstr "Pretplate"
1580
-
1581
- #: modules/module-info.php:429
1582
- msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
1583
- msgstr "Omogućite vašim korisnicima jednostavnu pretplatu na vaše članke pomoću emaila koristeći se dodatkom u vašoj bočnoj traci. Svaki put kada objavite članak, WordPress.com će poslati obavijest svim vašim pretplatnicima."
1584
-
1585
- #: modules/module-info.php:430
1586
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
1587
- msgstr "Prilikom pisanja komentara, posjetioci na vašoj stranici će imati opciju da se pretplate na komentare kako bi bili obaviješteni o razvoju diskusije na pojedinom članku."
1588
-
1589
- #: modules/module-info.php:435
1590
- msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
1591
- msgstr "Za korištenje dodatka za pretplate, otvorite Izgled&#8594; <a href=\"%s\">Dodaci</a>. Prebacite dodatak pod imenom &#8220;Blog pretplate (Jetpack) &#8221; u jednu od vaših bočnih traka i izvršite potrebna podešavanja."
1592
-
1593
- #: modules/module-info.php:436
1594
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
1595
- msgstr ""
1596
-
1597
- #: modules/module-info.php:449
1598
- msgid "Enhanced Distribution"
1599
- msgstr "Poboljšana distribucija"
1600
-
1601
- #: modules/module-info.php:451
1602
- msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
1603
- msgstr "Jetpack će automatski sakupljati vaš objavljeni sadržaj i trenutno ga slati pretraživačima kako biste povećali saobraćaj na vašoj stranici i proširili njen uticaj."
1604
-
1605
- #: modules/module-info.php:466
1606
- msgid "JSON API"
1607
- msgstr "JSON API"
1608
-
1609
- #: modules/module-info.php:468
1610
- msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
1611
- msgstr ""
1612
-
1613
- #: modules/module-info.php:470
1614
- msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
1615
- msgstr ""
1616
-
1617
- #: modules/module-info.php:498
1618
- msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
1619
- msgstr "Obrazac za kontakt je dobar način da omogućite vašim čitateljima da vas kontaktiraju bez objavljivanja vaše lične email adrese."
1620
-
1621
- #: modules/module-info.php:501
1622
- msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
1623
- msgstr "Svaki obrazac za kontakt moguće je prilagoditi vašim potrebama. Kada korisnik pošalje podatke pomoću obrasca, oni će biti filtrirani pomoću <a href=\"http://akismet.com/\">Akismet</a> (ako je ovaj plugin aktiviran na vašoj stranici) da bi se utvrdilo da li se radi o spamu. Nakon toga, svaka poruka koja nije spam će vam biti proslijeđena na vašu email adresu i dodana u oblast za upravljanje porukama iz obrasca za kontakt."
1624
-
1625
- #: modules/module-info.php:518
1626
- msgid "Jetpack Comments Screenshot"
1627
- msgstr "Slika za Jetpack komentare"
1628
-
1629
- #: modules/module-info.php:523
1630
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
1631
- msgstr "Jetpack komentari omogućavaju vašim korisnicima da koriste svoje WordPress.com, Twitter ili Facebook račune prilikom komentarisanja na vašoj stranici."
1632
-
1633
- #: modules/module-info.php:528
1634
- msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
1635
- msgstr "Jetpack će pokušati da automatski izabere odgovarajuću šemu boja. Također, vi možete napraviti i ručne izmjene pomoću postavki na dnu stranice za <a href='%s'>raspravu</a>."
1636
-
1637
- #: modules/module-info.php:549
1638
- msgid "Gallery Carousel Screenshot"
1639
- msgstr ""
1640
-
1641
- #: modules/module-info.php:552
1642
- msgid "Carousel"
1643
- msgstr "Carousel"
1644
-
1645
- #: modules/module-info.php:554
1646
- msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
1647
- msgstr ""
1648
-
1649
- #: modules/module-info.php:567 modules/module-info.php:570
1650
- msgid "Custom CSS"
1651
- msgstr "Korisnički CSS"
1652
-
1653
- #: modules/module-info.php:571
1654
- msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
1655
- msgstr ""
1656
-
1657
- #: modules/module-info.php:572
1658
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
1659
- msgstr ""
1660
-
1661
- #: modules/module-info.php:589 modules/module-info.php:592
1662
- msgid "Mobile Theme"
1663
- msgstr ""
1664
-
1665
- #: modules/module-info.php:593
1666
- msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
1667
- msgstr ""
1668
-
1669
- #: modules/module-info.php:594
1670
- msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
1671
- msgstr ""
1672
-
1673
- #: modules/module-info.php:595
1674
- msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
1675
- msgstr ""
1676
-
1677
- #: modules/module-info.php:611 modules/module-info.php:614
1678
- msgid "Mobile Push Notifications"
1679
- msgstr ""
1680
-
1681
- #: modules/module-info.php:616
1682
- msgid "If you have your blog added to the <a href=\"http://ios.wordpress.org/\">WordPress for iOS app</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
1683
- msgstr ""
1684
-
1685
- #: modules/module-info.php:635
1686
- msgid "Infinite Scroll"
1687
- msgstr ""
1688
-
1689
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:70
1690
- msgid "Your comment is awaiting moderation."
1691
- msgstr "Vaš komentar čeka na moderaciju."
1692
-
1693
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:79
1694
- msgid "Reply <span>&darr;</span>"
1695
- msgstr "Odgovori <span>&darr;</span>"
1696
-
1697
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:93
1698
- msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
1699
- msgstr ""
1700
-
1701
- #: modules/minileven/theme/pub/minileven/index.php:23
1702
- msgid "Daily Archives: %s"
1703
- msgstr "Dnevne arhive: %s"
1704
-
1705
- #: modules/minileven/theme/pub/minileven/index.php:25
1706
- msgid "Monthly Archives: %s"
1707
- msgstr "Mjesečne arhive: %s"
1708
-
1709
- #: modules/minileven/theme/pub/minileven/index.php:27
1710
- msgid "Yearly Archives: %s"
1711
- msgstr "Godišnje arhive: %s"
1712
-
1713
- #: modules/minileven/theme/pub/minileven/index.php:29
1714
- msgid "Posted in %s"
1715
- msgstr "Objavljeno u %s"
1716
-
1717
- #: modules/minileven/theme/pub/minileven/index.php:31
1718
- msgid "Tagged with %s"
1719
- msgstr ""
1720
-
1721
- #: modules/minileven/theme/pub/minileven/index.php:33
1722
- msgid "Posted by"
1723
- msgstr "Objavio/la"
1724
-
1725
- #: modules/minileven/theme/pub/minileven/index.php:35
1726
- msgid "Blog Archives"
1727
- msgstr "Arhive bloga"
1728
-
1729
- #: modules/minileven/theme/pub/minileven/index.php:43
1730
- msgid "Search Results for: %s"
1731
- msgstr "Rezultati pretrage za: %s"
1732
-
1733
- #: modules/minileven/theme/pub/minileven/index.php:57
1734
- msgid "Nothing Found"
1735
- msgstr "Ništa nije pronađeno"
1736
-
1737
- #: modules/minileven/theme/pub/minileven/index.php:61
1738
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
1739
- msgstr "Žao nam je, nema rezultata za prikaz iz zahtjevane arhive. Možda će vam pretraga pomoći u pronalasku željenog članka."
1740
-
1741
- #: modules/minileven/theme/pub/minileven/searchform.php:9
1742
- #: modules/minileven/theme/pub/minileven/searchform.php:10
1743
- #: modules/minileven/theme/pub/minileven/searchform.php:11
1744
- msgid "Search"
1745
- msgstr "Pretraga"
1746
-
1747
- #: modules/minileven.php:48
1748
- msgid "Excerpts"
1749
- msgstr ""
1750
-
1751
- #: modules/minileven.php:52
1752
- msgid "Enable excerpts on front page and on archive pages"
1753
- msgstr ""
1754
-
1755
- #: modules/minileven.php:57
1756
- msgid "Show full posts on front page and on archive pages"
1757
- msgstr ""
1758
-
1759
- #: modules/minileven.php:62
1760
- msgid "Mobile App Promos"
1761
- msgstr ""
1762
-
1763
- #: modules/minileven.php:66
1764
- msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
1765
- msgstr ""
1766
-
1767
- #: modules/minileven.php:75
1768
- msgid "Mobile Apps"
1769
- msgstr ""
1770
-
1771
- #: modules/minileven.php:76
1772
- msgid "Take WordPress with you."
1773
- msgstr ""
1774
-
1775
- #: modules/minileven.php:78
1776
- msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
1777
- msgstr ""
1778
-
1779
- #: modules/module-info.php:22 modules/module-info.php:26
1780
- msgid "VaultPress"
1781
- msgstr "VaultPress"
1782
-
1783
- #: modules/module-info.php:28
1784
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
1785
- msgstr "Vašu WordPress instalaciju trenutno štitu najbolja svjetska sigurnosna zaštita, backup i podrška."
1786
-
1787
- #: modules/module-info.php:29
1788
- msgctxt "Visit your _VaultPress_dashboard_."
1789
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
1790
- msgstr "Da provjerite backupe, pogledate ima li sigurnosnih upozorenja ili da provjerite vašu VaultPress vitalnost, posjetite %s."
1791
-
1792
- #: modules/module-info.php:29
1793
- msgid "VaultPress dashboard"
1794
- msgstr "VaultPress kontrolna ploča"
1795
-
1796
- #: modules/module-info.php:31
1797
- msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
1798
- msgstr "Zasnovan na mjesečnoj pretplati, VaultPress plugin će vršiti backup, u realnom vremenu, sadržaja vaše stranice, tema i plugina, a istovremeno će vršiti i redovne sigurnosne provjere u cilju pronalaska uobičajenih prijetnji i metoda napada na vašu stranicu."
1799
-
1800
- #: modules/module-info.php:32
1801
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
1802
- msgid "View %s."
1803
- msgstr "Pregledajte %s."
1804
-
1805
- #: modules/module-info.php:32
1806
- msgid "Plans & Pricing"
1807
- msgstr "Planovi i cijene"
1808
-
1809
- #: modules/module-info.php:53 modules/module-info.php:68
1810
- msgid "Gravatar Hovercard"
1811
- msgstr "Gravatar istaknuta kartica"
1812
-
1813
- #: modules/module-info.php:58 modules/module-info.php:73
1814
- msgid "What&#8217;s a Hovercard?"
1815
- msgstr "Šta je istaknuta kartica?"
1816
-
1817
- #: modules/module-info.php:59
1818
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
1819
- msgstr "Istaknute kartice poboljšavaju obične slike Gravatara sa informacijama o osobi: ime, biografija, slika, kontakt informacije i drugi servisi koje dotična osoba koristi kao što su Twitter, Facebook ili Linkedln."
1820
-
1821
- #: modules/module-info.php:60
1822
- msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
1823
- msgstr "Isktanute kartice su odličan način za prikazivanje vašeg internet prisustva i pomoć drugim osobama da pronađu vaš vlastiti blog."
1824
-
1825
- #: modules/module-info.php:74
1826
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
1827
- msgstr "Istaknute kartice poboljšavaju obične slike Gravatara sa informacijama o osobi: ime, biografija, slika, kontakt informacije i drugi servisi koje dotična osoba koristi."
1828
-
1829
- #: modules/module-info.php:75
1830
- msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
1831
- msgstr "Da biste vidjeli istaknute kartice, otvorite bilo koji članak na vašem blogu koji ima komentare. Ako osoba koja je napisala komentar ima uključen gravatar, ciljanjem miša na sliku te osobe aktivirat ćete istaknutu karticu. Za isključivanje istaknutih kartica, kliknite na dugme za deaktiviranje."
1832
-
1833
- #: modules/module-info.php:90 modules/module-info.php:94
1834
- #: modules/module-info.php:103 modules/module-info.php:107
1835
- msgid "Shortcode Embeds"
1836
- msgstr "Ugrađivanje kratkih kodova"
1837
-
1838
- #: modules/module-info.php:95 modules/module-info.php:108
1839
- msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
1840
- msgstr "Kratki kodovi omogućavaju vam jednostavno i sigurno ugrađivanje multimedije sa drugih lokacija na vašu stranicu. Pomoću jednog jednostavnog koda, možete reći WordPressu da ugradi Youtube, Flickr i drugu multimediju."
1841
-
1842
- #: modules/module-info.php:109
1843
- msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
1844
- msgstr "Unesite kratki kod direktno u uređivač članka/stranice kako biste ugradili multimediju. Za detaljne instrukcije pogledajte linkove ispod."
1845
-
1846
- #: modules/module-info.php:132
1847
- msgid "Available shortcodes are: %l."
1848
- msgstr "Dostupni kratki kodovi: %l."
1849
-
1850
- #: modules/module-info.php:147 modules/module-info.php:151
1851
- #: modules/module-info.php:161 modules/module-info.php:165
1852
- msgid "WP.me Shortlinks"
1853
- msgstr "WP.me kratki linkovi"
1854
-
1855
- #: modules/module-info.php:152 modules/module-info.php:166
1856
- msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
1857
- msgstr "Umjesto da unosite ili ubacujete duge URL-ove sada možete dobiti kratki i jednostavni link ka vašem članku ili stranici. Ova mogućnost koristi kompaktnu wm.me domenu i daje vam na korištenje unikatni URL koji je siguran i pouzdan."
1858
-
1859
- #: modules/module-info.php:153
1860
- msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
1861
- msgstr "Ovo je savršeno za upotrebu na Twitteru, Facebooku i u mobilnim tekst porukama gdje se broji svaki znak."
1862
-
1863
- #: modules/module-info.php:167
1864
- msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
1865
- msgstr "Da biste počeli koristiti kratke linkove, otvorite bilo koji objavljeni članak (ili napišite novi!). Vidjet ćete dugme &#8220;Dobij kratki link&#8221; ispod naslova članka. Nakon što kliknete na to dugme, pojavit će se okvir sa vašim kratkim linkom koji možete kopirati i zalijepiti na vaš Twitter, Facebook ili na bilo koju drugu stranicu."
1866
-
1867
- #: modules/module-info.php:182 modules/module-info.php:186
1868
- #: modules/module-info.php:195 modules/module-info.php:199
1869
- msgid "WordPress.com Stats"
1870
- msgstr "WordPress.com statistika"
1871
-
1872
- #: modules/module-info.php:187 modules/module-info.php:200
1873
- msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
1874
- msgstr "Postoji mnogo plugina i servisa koji pružaju statističke podatke ali količina tih podataka često može biti problem. WordPress.com statistika daje vam najpopularnije podatke na vrlo jednostavan način u preglednom i atraktivnom interfejsu."
1875
-
1876
- #: modules/module-info.php:201
1877
- msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
1878
- msgstr "<a href=\"%s\">Ovdje možete pogledati</a> kontrolnu ploču vaše statistike."
1879
-
1880
- #: modules/module-info.php:215 modules/module-info.php:219
1881
- #: modules/publicize/ui.php:89
1882
- msgid "Publicize"
1883
- msgstr "Objaviti"
1884
-
1885
- #: modules/module-info.php:220
1886
- msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
1887
- msgstr ""
1888
-
1889
- #: modules/module-info.php:221
1890
- msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
1891
- msgstr ""
1892
-
1893
- #: modules/module-info.php:225
1894
- msgid "Manage your <a href=\"%s\">Publicize settings</a>."
1895
- msgstr ""
1896
-
1897
- #: modules/module-info.php:229 modules/publicize/ui.php:102
1898
- msgid "More information on using Publicize."
1899
- msgstr ""
1900
-
1901
- #: modules/module-info.php:245 modules/module-info.php:249
1902
- #: modules/module-info.php:258 modules/module-info.php:262
1903
- #: modules/notes.php:106
1904
- msgid "Notifications"
1905
- msgstr "Obavijesti"
1906
-
1907
- #: modules/module-info.php:250 modules/module-info.php:263
1908
- msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
1909
- msgstr ""
1910
-
1911
- #: modules/module-info.php:264
1912
- msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
1913
- msgstr ""
1914
-
1915
- #: modules/module-info.php:279 modules/module-info.php:294
1916
- msgid "LaTeX"
1917
- msgstr "LaTeX"
1918
-
1919
- #: modules/module-info.php:284 modules/module-info.php:299
1920
- msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
1921
- msgstr "%s je moćni markup jezik za pisanje komplikovanih matematičnih jednačina, formula itd."
1922
-
1923
- #: modules/module-info.php:285
1924
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
1925
- msgstr "Jetpack kombinuje %s snagu i jednostavnost WordPressa kako bi vam dao ultimativnu matematičku blog platformu."
1926
-
1927
- #: modules/module-info.php:286
1928
- msgid "Wow, that sounds nerdy."
1929
- msgstr "To zvuči štreberski."
1930
-
1931
- #: modules/module-info.php:300
1932
- msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
1933
- msgstr "Koristite <code>$latex vaš latex kod ovdje$</code> ili <code>[latex]vaš latex kod ovdje[/latex]</code> da ubacite %s u vaše članke i komentare. Dostupno je mnogo <a href=\"%s\" target=\"_blank\">raznoraznih opcija</a>."
1934
-
1935
- #: modules/custom-css/custom-css.php:865
1936
- msgid "Preview"
1937
- msgstr "Pregled"
1938
-
1939
- #: modules/custom-css/custom-css.php:866
1940
- msgid "Save Stylesheet &amp; Buy Upgrade"
1941
- msgstr "Sačuvaj predložak i kupi nadogradnju"
1942
-
1943
- #: modules/custom-css/custom-css.php:866
1944
- msgid "Save Stylesheet"
1945
- msgstr "Sačuvaj predložak"
1946
-
1947
- #: modules/custom-css/custom-css.php:871
1948
- msgid "CSS Settings"
1949
- msgstr "CSS postavke"
1950
-
1951
- #: modules/custom-css/custom-css.php:878
1952
- msgid "CSS Revisions"
1953
- msgstr "CSS revizija"
1954
-
1955
- #: modules/custom-css/custom-css.php:916
1956
- msgid "Add my CSS to <strong>%s&apos;s</strong> CSS stylesheet."
1957
- msgstr "Dodaj moj CSS u <strong>%s&apos;s</strong> CSS predložak."
1958
-
1959
- #: modules/custom-css/custom-css.php:917
1960
- msgid "Don&apos;t use <strong>%s&apos;s</strong> CSS, and replace everything with my own CSS."
1961
- msgstr ""
1962
-
1963
- #: modules/custom-css/custom-css.php:919
1964
- msgid "<a href=\"%s\">View the original stylesheet</a> for the %s theme. Use this as a reference and do not copy and paste all of it into the CSS Editor."
1965
- msgstr ""
1966
-
1967
- #: modules/gravatar-hovercards.php:44 modules/module-info.php:57
1968
- #: modules/module-info.php:72
1969
- msgid "Gravatar Hovercards"
1970
- msgstr "Gravatar istaknute kartice"
1971
-
1972
- #: modules/gravatar-hovercards.php:56
1973
- msgid "View people's profiles when you mouse over their Gravatars"
1974
- msgstr "Pregledajte informacije o osobama kada naciljate miša na njihove Gravatare"
1975
-
1976
- #: modules/gravatar-hovercards.php:83
1977
- msgid "Put your mouse over your Gravatar to check out your profile."
1978
- msgstr "Naciljajte miša na Gravatara da biste pogledali vaš profil."
1979
-
1980
- #: modules/infinite-scroll/infinity.php:238
1981
- msgid "To infinity and beyond"
1982
- msgstr ""
1983
-
1984
- #: modules/infinite-scroll/infinity.php:247
1985
- msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
1986
- msgstr ""
1987
-
1988
- #: modules/infinite-scroll/infinity.php:253
1989
- msgid "Scroll Infinitely"
1990
- msgstr ""
1991
-
1992
- #: modules/infinite-scroll/infinity.php:253
1993
- msgid "(Shows %s posts on each load)"
1994
- msgstr ""
1995
-
1996
- #: modules/infinite-scroll/infinity.php:442
1997
- msgid "Load more posts"
1998
- msgstr ""
1999
-
2000
- #: modules/infinite-scroll/infinity.php:443
2001
- msgid "Scroll back to top"
2002
- msgstr ""
2003
-
2004
- #: modules/infinite-scroll/infinity.php:813
2005
- msgid "Theme: %1$s."
2006
- msgstr "Tema: %1$s."
2007
-
2008
- #: modules/infinite-scroll.php:79
2009
- msgid "Use Google Analytics with Infinite Scroll"
2010
- msgstr ""
2011
-
2012
- #: modules/infinite-scroll.php:90
2013
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2014
- msgstr ""
2015
-
2016
- #: modules/infinite-scroll.php:90
2017
- msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
2018
- msgstr ""
2019
-
2020
- #: modules/minileven/minileven.php:90
2021
- msgid "View Mobile Site"
2022
- msgstr "Pregledaj mobilnu stranicu"
2023
-
2024
- #: modules/minileven/minileven.php:254
2025
- msgid "Apply this CSS to the Mobile Theme"
2026
- msgstr "Primijeni ovaj CSS na mobilnu temu"
2027
-
2028
- #: modules/minileven/theme/pub/minileven/comments.php:15
2029
- msgid "This post is password protected. Enter the password to view any comments."
2030
- msgstr "Ovaj članak je zaštićen šifrom. Unesite šifru da biste vidjeli eventualne komentare."
2031
-
2032
- #: modules/minileven/theme/pub/minileven/comments.php:45
2033
- msgid "Comment navigation"
2034
- msgstr "Navigacija komentara"
2035
-
2036
- #: modules/minileven/theme/pub/minileven/comments.php:46
2037
- msgid "&larr; Older Comments"
2038
- msgstr "&larr; Stariji komentari"
2039
-
2040
- #: modules/minileven/theme/pub/minileven/comments.php:47
2041
- msgid "Newer Comments &rarr;"
2042
- msgstr "Noviji komentari &rarr;"
2043
-
2044
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2045
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2046
- #: modules/minileven/theme/pub/minileven/content.php:13
2047
- #: modules/minileven/theme/pub/minileven/content.php:17
2048
- msgid "Permalink to %s"
2049
- msgstr "Trajni link ka %s"
2050
-
2051
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2052
- msgid "Gallery"
2053
- msgstr "Galerija"
2054
-
2055
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2056
- #: modules/minileven/theme/pub/minileven/content.php:36
2057
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:26
2058
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2059
- msgstr "Nastavi čitati <span class=\"meta-nav\">&rarr;</span>"
2060
-
2061
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2062
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
2063
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2064
- msgstr[0] "Ova galerija sadrži <a %1$s>%2$s fotografiju</a>."
2065
- msgstr[1] "Ova galerija sadrži <a %1$s>%2$s fotografije</a>."
2066
- msgstr[2] "Ova galerija sadrži <a %1$s>%2$s fotografija</a>."
2067
-
2068
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2069
- #: modules/minileven/theme/pub/minileven/content.php:38
2070
- #: modules/minileven/theme/pub/minileven/image.php:64
2071
- #: modules/minileven/theme/pub/minileven/page.php:27
2072
- msgid "Pages:"
2073
- msgstr "Stranice:"
2074
-
2075
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2076
- #: modules/minileven/theme/pub/minileven/content.php:46
2077
- #: modules/minileven/theme/pub/minileven/image.php:80
2078
- msgid "<b>1</b> Reply"
2079
- msgstr "<b>1</b> odgovor"
2080
-
2081
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2082
- #: modules/minileven/theme/pub/minileven/content.php:46
2083
- #: modules/minileven/theme/pub/minileven/image.php:80
2084
- msgid "<b>%</b> Replies"
2085
- msgstr "<b>%</b> odgovora"
2086
-
2087
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
2088
- #: modules/minileven/theme/pub/minileven/content.php:48
2089
- #: modules/minileven/theme/pub/minileven/image.php:82
2090
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:66
2091
- #: modules/minileven/theme/pub/minileven/page.php:31
2092
- #: modules/publicize/ui.php:511
2093
- msgid "Edit"
2094
- msgstr "Uredi"
2095
-
2096
- #: modules/minileven/theme/pub/minileven/content.php:14
2097
- msgid "Featured"
2098
- msgstr "Istaknuto"
2099
-
2100
- #: modules/minileven/theme/pub/minileven/content.php:23
2101
- msgid "Posted by "
2102
- msgstr ""
2103
-
2104
- #: modules/minileven/theme/pub/minileven/content.php:25
2105
- msgid "%s"
2106
- msgstr "%s"
2107
-
2108
- #: modules/minileven/theme/pub/minileven/content.php:46
2109
- #: modules/minileven/theme/pub/minileven/image.php:80
2110
- msgid "Leave a reply"
2111
- msgstr "Komentarišite"
2112
-
2113
- #: modules/minileven/theme/pub/minileven/content.php:54
2114
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2115
- msgid "Post navigation"
2116
- msgstr "Navigacija članaka"
2117
-
2118
- #: modules/minileven/theme/pub/minileven/content.php:55
2119
- msgid "&laquo; Previous"
2120
- msgstr "&laquo; Prethodna"
2121
-
2122
- #: modules/minileven/theme/pub/minileven/content.php:56
2123
- msgid "Next &raquo;"
2124
- msgstr "Sljedeća &raquo;"
2125
-
2126
- #: modules/minileven/theme/pub/minileven/footer.php:22
2127
- msgid "http://wordpress.org/"
2128
- msgstr "http://bs.wordpress.org/"
2129
-
2130
- #: modules/minileven/theme/pub/minileven/footer.php:22
2131
- msgid "Semantic Personal Publishing Platform"
2132
- msgstr "Semantička platforma za objavljivanje"
2133
-
2134
- #: modules/minileven/theme/pub/minileven/footer.php:22
2135
- msgid "Proudly powered by %s"
2136
- msgstr "Pokreće %s"
2137
-
2138
- #: modules/minileven/theme/pub/minileven/functions.php:54
2139
- msgid "Primary Menu"
2140
- msgstr "Glavni meni"
2141
-
2142
- #: modules/minileven/theme/pub/minileven/functions.php:92
2143
- msgid "Main Sidebar"
2144
- msgstr "Glavna bočna traka"
2145
-
2146
- #: modules/minileven/theme/pub/minileven/header.php:32
2147
- msgid "Page %s"
2148
- msgstr "Stranica %s"
2149
-
2150
- #: modules/minileven/theme/pub/minileven/header.php:50
2151
- msgid "Menu"
2152
- msgstr "Meni"
2153
-
2154
- #: modules/minileven/theme/pub/minileven/header.php:53
2155
- msgid "Skip to primary content"
2156
- msgstr "Preskoči do primarnog sadržaja"
2157
-
2158
- #: modules/minileven/theme/pub/minileven/image.php:73
2159
- msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
2160
- msgstr ""
2161
-
2162
- #: modules/minileven/theme/pub/minileven/image.php:87
2163
- msgid "Image navigation"
2164
- msgstr "Navigacija za slike"
2165
-
2166
- #: modules/minileven/theme/pub/minileven/image.php:88
2167
- msgid "&raquo; Previous"
2168
- msgstr ""
2169
-
2170
- #: modules/minileven/theme/pub/minileven/image.php:89
2171
- msgid "Next &raquo; "
2172
- msgstr ""
2173
-
2174
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2175
- msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2176
- msgstr ""
2177
-
2178
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2179
- msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2180
- msgstr ""
2181
-
2182
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2183
- msgid "Pingback:"
2184
- msgstr "Povratni ping:"
2185
-
2186
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2187
- msgid "%1$s on %2$s"
2188
- msgstr "%1$s u %2$s"
2189
-
2190
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
2191
- msgid "%1$s at %2$s"
2192
- msgstr "%1$s u %2$s"
2193
-
2194
- #: modules/contact-form/grunion-contact-form.php:1242
2195
- msgid "%s is required"
2196
- msgstr "%s je neophodno"
2197
-
2198
- #: modules/contact-form/grunion-contact-form.php:1289
2199
- #: modules/contact-form/grunion-contact-form.php:1295
2200
- #: modules/contact-form/grunion-contact-form.php:1300
2201
- #: modules/contact-form/grunion-contact-form.php:1314
2202
- #: modules/contact-form/grunion-contact-form.php:1320
2203
- #: modules/contact-form/grunion-contact-form.php:1333
2204
- msgid "(required)"
2205
- msgstr "(neophodno)"
2206
-
2207
- #: modules/contact-form/grunion-contact-form.php:1313
2208
- msgid "Yes"
2209
- msgstr "Da"
2210
-
2211
- #: modules/contact-form/grunion-form-view.php:8
2212
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
2213
- msgid "Name"
2214
- msgstr "Ime i prezime"
2215
-
2216
- #: modules/contact-form/grunion-form-view.php:9
2217
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
2218
- msgid "Email"
2219
- msgstr "Email"
2220
-
2221
- #: modules/contact-form/grunion-form-view.php:10
2222
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
2223
- msgid "Website"
2224
- msgstr "Web stranica"
2225
-
2226
- #: modules/contact-form/grunion-form-view.php:11
2227
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
2228
- msgid "Comment"
2229
- msgstr "Komentar"
2230
-
2231
- #: modules/contact-form/grunion-form-view.php:12
2232
- msgctxt "Default label for new HTML form field in contact form builder"
2233
- msgid "New Field"
2234
- msgstr "Novo polje"
2235
-
2236
- #: modules/contact-form/grunion-form-view.php:13
2237
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
2238
- msgid "Options"
2239
- msgstr "Opcije"
2240
-
2241
- #: modules/contact-form/grunion-form-view.php:14
2242
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
2243
- msgid "Option"
2244
- msgstr "Opcija"
2245
-
2246
- #: modules/contact-form/grunion-form-view.php:15
2247
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
2248
- msgid "First option"
2249
- msgstr "Prva opcija"
2250
-
2251
- #: modules/contact-form/grunion-form-view.php:16
2252
- msgctxt "error message in contact form builder"
2253
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
2254
- msgstr "Ups, desio se problem prilikom generisanja ovog obrasca. Najvjerovatnije biste trebali pokušati ponovo."
2255
-
2256
- #: modules/contact-form/grunion-form-view.php:17
2257
- msgid ""
2258
- "Drag up or down\n"
2259
- "to re-arrange"
2260
- msgstr ""
2261
- "Povlačite gore ili dolje\n"
2262
- "da promijenite raspored"
2263
-
2264
- #: modules/contact-form/grunion-form-view.php:18
2265
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
2266
- msgid "move"
2267
- msgstr "premjesti"
2268
-
2269
- #: modules/contact-form/grunion-form-view.php:19
2270
- msgctxt "Link to edit an HTML form field in contact form builder"
2271
- msgid "edit"
2272
- msgstr "uredi"
2273
-
2274
- #: modules/contact-form/grunion-form-view.php:20
2275
- msgid "Saved successfully"
2276
- msgstr "Uspješno sačuvano"
2277
-
2278
- #: modules/contact-form/grunion-form-view.php:21
2279
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
2280
- msgid "(required)"
2281
- msgstr "(neophodno)"
2282
-
2283
- #: modules/contact-form/grunion-form-view.php:22
2284
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
2285
- msgstr "Jeste li sigurni da želite zatvoriti uređivač obrasca bez snimanja? Bilo kakve promjene koje ste napravili će biti izgubljene."
2286
-
2287
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
2288
- #: modules/module-info.php:495
2289
- msgid "Contact Form"
2290
- msgstr "Obrazac za kontakt"
2291
-
2292
- #: modules/contact-form/grunion-form-view.php:118
2293
- msgid "Your new field was saved successfully"
2294
- msgstr "Vaše novo polje je uspješno sačuvano"
2295
-
2296
- #: modules/contact-form/grunion-form-view.php:120
2297
- msgid "Form builder"
2298
- msgstr "Kreiranje obrasca"
2299
-
2300
- #: modules/contact-form/grunion-form-view.php:121
2301
- msgid "Email notifications"
2302
- msgstr "Email obavijesti"
2303
-
2304
- #: modules/contact-form/grunion-form-view.php:126
2305
- msgid "How does this work?"
2306
- msgstr "Kako ovo funkcioniše?"
2307
-
2308
- #: modules/contact-form/grunion-form-view.php:127
2309
- msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
2310
- msgstr "Dodavanjem obrasca za kontakt, vaši čitaoci će vam moći slati komentare i druge informacije. Sve ovo će se automatski skenirati radi spama i samo će poruke koje nisu spam biti proslijeđene na vaš email."
2311
-
2312
- #: modules/contact-form/grunion-form-view.php:128
2313
- msgid "Can I add more fields?"
2314
- msgstr "Mogu li dodati još polja?"
2315
-
2316
- #: modules/contact-form/grunion-form-view.php:130
2317
- msgctxt "%1$s = \"Click here\" in an HTML link"
2318
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
2319
- msgstr "Naravno. %1$s da dodate novi tekstualni okvir, radio dugme, dugme za označavanje ili padajuću listu."
2320
-
2321
- #: modules/contact-form/grunion-form-view.php:131
2322
- msgid "Click here"
2323
- msgstr "Kliknite ovdje"
2324
-
2325
- #: modules/contact-form/grunion-form-view.php:133
2326
- msgid "Can I view my feedback within WordPress?"
2327
- msgstr "Mogu li pregledati povratne informacije unutar WordPressa?"
2328
-
2329
- #: modules/contact-form/grunion-form-view.php:135
2330
- msgctxt "%1$s = \"Feedbacks\" in an HTML link"
2331
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
2332
- msgstr "Da, povratne informacije možete pročitati bilo kada klikom na link \"%1$s\" u administracijskom meniju."
2333
-
2334
- #: modules/contact-form/grunion-form-view.php:141
2335
- msgid "Do I need to fill this out?"
2336
- msgstr "Moram li ovo popuniti?"
2337
-
2338
- #: modules/contact-form/grunion-form-view.php:142
2339
- msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
2340
- msgstr "Ne. Ipak, ako želite modificirati lokaciju na koju se šalju ove informacije ili naslov, onda je moguće. Ako ovdje ne napravite nikakve izmjene, povratne informacije će se slati autoru stranice/članka, a naslov će biti ime ove stranice/članka."
2341
-
2342
- #: modules/contact-form/grunion-form-view.php:146
2343
- msgid "Edit this new field"
2344
- msgstr "Uredi ovo novo polje"
2345
-
2346
- #: modules/contact-form/grunion-form-view.php:148
2347
- #: modules/sharedaddy/sharing-sources.php:985
2348
- msgid "Label"
2349
- msgstr "Naslov"
2350
-
2351
- #: modules/contact-form/grunion-form-view.php:149
2352
- msgid "New field"
2353
- msgstr "Novo polje"
2354
-
2355
- #: modules/contact-form/grunion-form-view.php:151
2356
- msgid "Field type"
2357
- msgstr "Vrsta polja"
2358
-
2359
- #: modules/contact-form/grunion-form-view.php:153
2360
- msgid "Checkbox"
2361
- msgstr "Dugme za oznaku"
2362
-
2363
- #: modules/contact-form/grunion-form-view.php:154
2364
- msgid "Drop down"
2365
- msgstr "Padajuća lista"
2366
-
2367
- #: modules/contact-form/grunion-form-view.php:157
2368
- msgid "Radio"
2369
- msgstr "Radio dugme"
2370
-
2371
- #: modules/contact-form/grunion-form-view.php:158
2372
- msgid "Text"
2373
- msgstr "Tekst"
2374
-
2375
- #: modules/contact-form/grunion-form-view.php:159
2376
- msgid "Textarea"
2377
- msgstr "Oblast za tekst"
2378
-
2379
- #: modules/contact-form/grunion-form-view.php:166
2380
- msgid "Options"
2381
- msgstr "Opcije"
2382
-
2383
- #: modules/contact-form/grunion-form-view.php:167
2384
- msgid "First option"
2385
- msgstr "Prva opcija"
2386
-
2387
- #: modules/contact-form/grunion-form-view.php:170
2388
- msgid "Add another option"
2389
- msgstr "Dodaj još jednu opciju"
2390
-
2391
- #: modules/contact-form/grunion-form-view.php:177
2392
- msgid "Required?"
2393
- msgstr "Neophodno?"
2394
-
2395
- #: modules/contact-form/grunion-form-view.php:182
2396
- msgid "Save this field"
2397
- msgstr "Sačuvaj ovo polje"
2398
-
2399
- #: modules/contact-form/grunion-form-view.php:187
2400
- msgid "Here&#8217;s what your form will look like"
2401
- msgstr "Vaš obrazac će izgledati ovako"
2402
-
2403
- #: modules/contact-form/grunion-form-view.php:192
2404
- msgid "Add a new field"
2405
- msgstr "Dodaj novo polje"
2406
-
2407
- #: modules/contact-form/grunion-form-view.php:194
2408
- msgid "Add this form to my post"
2409
- msgstr "Dodaj ovaj obrazac u moj članak"
2410
-
2411
- #: modules/contact-form/grunion-form-view.php:197
2412
- msgid "Email settings"
2413
- msgstr "Email postavke"
2414
-
2415
- #: modules/contact-form/grunion-form-view.php:199
2416
- msgid "Enter your email address"
2417
- msgstr "Upišite vašu email adresu"
2418
-
2419
- #: modules/contact-form/grunion-form-view.php:202
2420
- msgid "What should the subject line be?"
2421
- msgstr "Šta bi trebalo upisati kao naslov?"
2422
-
2423
- #: modules/contact-form/grunion-form-view.php:205
2424
- msgid "Save and go back to form builder"
2425
- msgstr "Sačuvaj i vrati se na kreiranje obrasca"
2426
-
2427
- #: modules/custom-css/custom-css.php:486
2428
- msgid ""
2429
- "Welcome to Custom CSS!\n"
2430
- "\n"
2431
- "CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.\n"
2432
- "\n"
2433
- "By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don't need to copy all your theme's stylesheet content."
2434
- msgstr ""
2435
-
2436
- #: modules/custom-css/custom-css.php:595
2437
- msgid "Preview: changes must be saved or they will be lost"
2438
- msgstr "Pregled: izmjene moraju biti sačuvane ili će biti izgubljene"
2439
-
2440
- #: modules/custom-css/custom-css.php:623
2441
- msgid "Edit CSS"
2442
- msgstr "Uredi CSS"
2443
-
2444
- #: modules/custom-css/custom-css.php:637
2445
- msgid "CSS"
2446
- msgstr "CSS"
2447
-
2448
- #: modules/custom-css/custom-css.php:676
2449
- msgid "Custom CSS Stylesheet"
2450
- msgstr "Korisnički CSS predložak"
2451
-
2452
- #: modules/custom-css/custom-css.php:836
2453
- msgid "Stylesheet saved."
2454
- msgstr "Predložak je sačuvan."
2455
-
2456
- #: modules/custom-css/custom-css.php:844
2457
- msgid "CSS Stylesheet Editor"
2458
- msgstr "Uređivač CSS predložaka"
2459
-
2460
- #: modules/custom-css/custom-css.php:845
2461
- msgid ""
2462
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
2463
- "\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
2464
- msgstr ""
2465
-
2466
- #: modules/carousel/jetpack-carousel.php:443
2467
- msgid "White"
2468
- msgstr "Bijela"
2469
-
2470
- #: modules/carousel/jetpack-carousel.php:451
2471
- msgid "Display images in full-size carousel slideshow."
2472
- msgstr "Prikaži slideshow preko cijelog ekrana."
2473
-
2474
- #: modules/comments/admin.php:50 modules/comments/comments.php:178
2475
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2476
- msgid "Leave a Reply"
2477
- msgstr "Odgovori"
2478
-
2479
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:147
2480
- msgid "Light"
2481
- msgstr "Svijetla"
2482
-
2483
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:148
2484
- msgid "Dark"
2485
- msgstr "Tamna"
2486
-
2487
- #: modules/comments/admin.php:56
2488
- msgid "Transparent"
2489
- msgstr "Providno"
2490
-
2491
- #: modules/comments/admin.php:72 modules/module-info.php:521
2492
- msgid "Jetpack Comments"
2493
- msgstr "Jetpack komentari"
2494
-
2495
- #: modules/comments/admin.php:81
2496
- msgid "Greeting Text"
2497
- msgstr "Pozdravni tekst"
2498
-
2499
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
2500
- #: modules/widgets/facebook-likebox.php:145
2501
- msgid "Color Scheme"
2502
- msgstr "Šema boja"
2503
-
2504
- #: modules/comments/admin.php:118
2505
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
2506
- msgstr "Prilagodite obrazac vaših Jetpack komentara dodajući poruku dobrodošlice i mijenjajući šemu boja."
2507
-
2508
- #: modules/comments/admin.php:134
2509
- msgid "A few catchy words to motivate your readers to comment"
2510
- msgstr "Nekoliko riječi kojima ćete motivirati vaše čitatelje da komentarišu"
2511
-
2512
- #: modules/comments/base.php:84
2513
- msgid "Invalid request"
2514
- msgstr "Neispravan zahtjev"
2515
-
2516
- #: modules/comments/base.php:231
2517
- msgid "Error: please fill the required fields (name, email)."
2518
- msgstr "Greška: molimo vas da popunite neophodna polja (ime, email)."
2519
-
2520
- #: modules/comments/base.php:233
2521
- msgid "Error: please enter a valid email address."
2522
- msgstr "Greška: molimo vas da unesete ispravnu email adresu."
2523
-
2524
- #: modules/comments/comments.php:154
2525
- msgid "You must <a href=\"%s\">log in</a> to post a comment."
2526
- msgstr "Morate se <a href=\"%s\">prijaviti</a> da biste mogli objaviti komentar."
2527
-
2528
- #: modules/comments/comments.php:217
2529
- msgid "Cancel Reply"
2530
- msgstr "Poništi odgovor"
2531
-
2532
- #: modules/comments/comments.php:351
2533
- msgid "Invalid security token."
2534
- msgstr "Netačan sigurnosni token."
2535
-
2536
- #: modules/comments/comments.php:412 modules/comments/comments.php:463
2537
- msgid "Submitting Comment%s"
2538
- msgstr "Šaljem komentar%s"
2539
-
2540
- #: modules/contact-form/admin.php:27
2541
- msgid "Add a custom form"
2542
- msgstr "Dodaj korisnički obrazac"
2543
-
2544
- #: modules/contact-form/admin.php:129
2545
- msgid "From"
2546
- msgstr "Od"
2547
-
2548
- #: modules/contact-form/admin.php:130
2549
- #: modules/contact-form/grunion-contact-form.php:556
2550
- msgid "Message"
2551
- msgstr "Poruka"
2552
-
2553
- #: modules/contact-form/admin.php:131
2554
- msgid "Date"
2555
- msgstr "Datum"
2556
-
2557
- #: modules/contact-form/admin.php:201
2558
- msgid "Restore this item from the Trash"
2559
- msgstr "Vrati ovu stavku iz smeća"
2560
-
2561
- #: modules/contact-form/admin.php:203
2562
- msgid "Restore"
2563
- msgstr "Vrati"
2564
-
2565
- #: modules/contact-form/admin.php:206 modules/contact-form/admin.php:305
2566
- msgid "Delete this item permanently"
2567
- msgstr "Trajno obriši ovu stavku"
2568
-
2569
- #: modules/contact-form/admin.php:208 modules/contact-form/admin.php:307
2570
- msgid "Delete Permanently"
2571
- msgstr "Trajno obriši"
2572
-
2573
- #: modules/contact-form/admin.php:239
2574
- msgid "Mark this message as spam"
2575
- msgstr "Označi ovu poruku kao spam"
2576
-
2577
- #: modules/contact-form/admin.php:246 modules/contact-form/admin.php:248
2578
- #: modules/contact-form/admin.php:540
2579
- msgid "Trash"
2580
- msgstr "Smeće"
2581
-
2582
- #: modules/contact-form/admin.php:299
2583
- msgid "Mark this message as NOT spam"
2584
- msgstr "Ova poruka NIJE spam"
2585
-
2586
- #: modules/contact-form/admin.php:338
2587
- msgid "Y-m-d @ g:i:s A"
2588
- msgstr "d.m.Y. @ H:i:s"
2589
-
2590
- #: modules/contact-form/admin.php:462
2591
- msgid "You are not allowed to manage this item."
2592
- msgstr "Nije vam dozvoljeno upravljanje ovom stavkom."
2593
-
2594
- #: modules/contact-form/admin.php:496
2595
- msgid "You are not allowed to move this item out of the Trash."
2596
- msgstr "Nemate dozvolu za izbacivanje ove stavke iz smeća."
2597
-
2598
- #: modules/contact-form/admin.php:499
2599
- msgid "Error in restoring from Trash."
2600
- msgstr "Greška pri vraćanju iz smeća."
2601
-
2602
- #: modules/contact-form/admin.php:503
2603
- msgid "You are not allowed to move this item to the Trash."
2604
- msgstr "Nije vam dozvoljeno prebacivanje ove stavke u smeće."
2605
-
2606
- #: modules/contact-form/admin.php:506
2607
- msgid "Error in moving to Trash."
2608
- msgstr "Greška pri slanju u smeće."
2609
-
2610
- #: modules/contact-form/admin.php:530
2611
- msgid "Messages"
2612
- msgstr "Poruke"
2613
-
2614
- #: modules/contact-form/admin.php:553
2615
- msgid "Spam"
2616
- msgstr "Spam"
2617
-
2618
- #: modules/contact-form/grunion-contact-form.php:73
2619
- #: modules/contact-form/grunion-form-view.php:136
2620
- msgid "Feedbacks"
2621
- msgstr "Povratne informacije"
2622
-
2623
- #: modules/contact-form/grunion-contact-form.php:74
2624
- msgid "Feedback"
2625
- msgstr "Povratne informacije"
2626
-
2627
- #: modules/contact-form/grunion-contact-form.php:75
2628
- msgid "Search Feedback"
2629
- msgstr "Pretraga povratnih informacija"
2630
-
2631
- #: modules/contact-form/grunion-contact-form.php:76
2632
- #: modules/contact-form/grunion-contact-form.php:77
2633
- msgid "No feedback found"
2634
- msgstr "Nema pronađenih povratnih informacija"
2635
-
2636
- #: modules/contact-form/grunion-contact-form.php:94
2637
- msgid "Spam <span class=\"count\">(%s)</span>"
2638
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
2639
- msgstr[0] "Spam <span class=\"count\">(%s)</span>"
2640
- msgstr[1] "Spam <span class=\"count\">(%s)</span>"
2641
- msgstr[2] "Spam <span class=\"count\">(%s)</span>"
2642
-
2643
- #: modules/contact-form/grunion-contact-form.php:514
2644
- msgctxt "%1$s = blog name"
2645
- msgid "%1$s Sidebar"
2646
- msgstr "%1$s - bočna traka"
2647
-
2648
- #: modules/contact-form/grunion-contact-form.php:521
2649
- msgctxt "%1$s = blog name, %2$s = post title"
2650
- msgid "%1$s %2$s"
2651
- msgstr "%1$s - %2$s"
2652
-
2653
- #: modules/contact-form/grunion-contact-form.php:546
2654
- #: modules/contact-form/grunion-form-view.php:156
2655
- msgid "Name"
2656
- msgstr "Ime"
2657
-
2658
- #: modules/contact-form/grunion-contact-form.php:547
2659
- #: modules/contact-form/grunion-form-view.php:155
2660
- #: modules/sharedaddy/sharing-sources.php:200
2661
- msgid "Email"
2662
- msgstr "Email"
2663
-
2664
- #: modules/contact-form/grunion-contact-form.php:552
2665
- msgid "Subject"
2666
- msgstr "Tema"
2667
-
2668
- #: modules/contact-form/grunion-contact-form.php:633
2669
- msgid "Error!"
2670
- msgstr "Greška!"
2671
-
2672
- #: modules/contact-form/grunion-contact-form.php:647
2673
- msgid "Message Sent"
2674
- msgstr "Poruka poslana"
2675
-
2676
- #: modules/contact-form/grunion-contact-form.php:648
2677
- msgid "go back"
2678
- msgstr "idi nazad"
2679
-
2680
- #: modules/contact-form/grunion-contact-form.php:683
2681
- #: modules/contact-form/grunion-contact-form.php:699
2682
- msgctxt "%1$s = form field label, %2$s = form field value"
2683
- msgid "%1$s: %2$s"
2684
- msgstr "%1$s: %2$s"
2685
-
2686
- #: modules/contact-form/grunion-contact-form.php:729
2687
- msgid "Submit &#187;"
2688
- msgstr "Pošalji &#187;"
2689
-
2690
- #: modules/contact-form/grunion-contact-form.php:971
2691
- msgid "l F j, Y \\a\\t g:i a"
2692
- msgstr "l, j. F Y. u H:i"
2693
-
2694
- #: modules/contact-form/grunion-contact-form.php:991
2695
- msgid "Time:"
2696
- msgstr "Vrijeme:"
2697
-
2698
- #: modules/contact-form/grunion-contact-form.php:992
2699
- msgid "IP Address:"
2700
- msgstr "IP adresa:"
2701
-
2702
- #: modules/contact-form/grunion-contact-form.php:993
2703
- msgid "Contact Form URL:"
2704
- msgstr "URL obrasca za kontakt:"
2705
-
2706
- #: modules/contact-form/grunion-contact-form.php:999
2707
- msgid "Sent by a verified %s user."
2708
- msgstr "Poslano od strane provjerenog %s korisnika."
2709
-
2710
- #: modules/contact-form/grunion-contact-form.php:1003
2711
- msgid "Sent by an unverified visitor to your site."
2712
- msgstr "Poslano od strane neprovjerenog korisnika."
2713
-
2714
- #: modules/contact-form/grunion-contact-form.php:1236
2715
- msgid "%s requires a valid email address"
2716
- msgstr "%s zahtjeva ispravnu email adresu"
2717
-
2718
- #: modules/after-the-deadline/atd-l10n.php:34
2719
- msgid ""
2720
- "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
2721
- "\n"
2722
- "Press OK to update your post, or Cancel to view the suggestions and edit your post."
2723
- msgstr ""
2724
- "Postoje prijedlozi za lektorisanje ovog članka. Jeste li sugurni da ga želite ažurirati?\n"
2725
- "\n"
2726
- "Pritisnite U redu za ažuriranje članka, ili Poništi za pregled prijedloga i uređivanje vašeg članka."
2727
-
2728
- #: modules/after-the-deadline/config-options.php:48
2729
- msgid "Proofreading"
2730
- msgstr "Lektorisanje"
2731
-
2732
- #: modules/after-the-deadline/config-options.php:50
2733
- msgid "Automatically proofread content when:"
2734
- msgstr "Automatski radi lektorisanje sadržaja kada:"
2735
-
2736
- #: modules/after-the-deadline/config-options.php:53
2737
- msgid "a post or page is first published"
2738
- msgstr "članak ili stranica se objavljuju prvi put"
2739
-
2740
- #: modules/after-the-deadline/config-options.php:55
2741
- msgid "a post or page is updated"
2742
- msgstr "članak ili stranica se ažuriraju"
2743
-
2744
- #: modules/after-the-deadline/config-options.php:58
2745
- msgid "English Options"
2746
- msgstr "Engleske opcije"
2747
-
2748
- #: modules/after-the-deadline/config-options.php:60
2749
- msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
2750
- msgstr "Omogući lektorisanje za sljedeća gramatička i stilska pravila pri pisanju članaka i stranica:"
2751
-
2752
- #: modules/after-the-deadline/config-options.php:63
2753
- msgid "Bias Language"
2754
- msgstr "Vulgaran jezik"
2755
-
2756
- #: modules/after-the-deadline/config-options.php:65
2757
- msgid "Clich&eacute;s"
2758
- msgstr "Klišei"
2759
-
2760
- #: modules/after-the-deadline/config-options.php:67
2761
- msgid "Complex Phrases"
2762
- msgstr "Kompleksne fraze"
2763
-
2764
- #: modules/after-the-deadline/config-options.php:69
2765
- msgid "Diacritical Marks"
2766
- msgstr "Dijakritičke oznake"
2767
-
2768
- #: modules/after-the-deadline/config-options.php:71
2769
- msgid "Double Negatives"
2770
- msgstr "Dvostruka negacija"
2771
-
2772
- #: modules/after-the-deadline/config-options.php:73
2773
- msgid "Hidden Verbs"
2774
- msgstr "Sakriveni glagoli"
2775
-
2776
- #: modules/after-the-deadline/config-options.php:75
2777
- msgid "Jargon"
2778
- msgstr "Žargon"
2779
-
2780
- #: modules/after-the-deadline/config-options.php:77
2781
- msgid "Passive Voice"
2782
- msgstr "Pasiv"
2783
-
2784
- #: modules/after-the-deadline/config-options.php:79
2785
- msgid "Phrases to Avoid"
2786
- msgstr "Fraze koje bi se trebale izbjegavati"
2787
-
2788
- #: modules/after-the-deadline/config-options.php:81
2789
- msgid "Redundant Phrases"
2790
- msgstr "Suvišne fraze"
2791
-
2792
- #: modules/after-the-deadline/config-options.php:83
2793
- msgid "<a href=\"%s\">Learn more</a> about these options."
2794
- msgstr "<a href=\"%s\">Saznajte više</a> o ovim opcijama."
2795
-
2796
- #: modules/after-the-deadline/config-options.php:86
2797
- msgid "Language"
2798
- msgstr "Jezik"
2799
-
2800
- #: modules/after-the-deadline/config-options.php:89
2801
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
2802
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
2803
- msgstr ""
2804
-
2805
- #: modules/after-the-deadline/config-options.php:95
2806
- msgid "Use automatically detected language to proofread posts and pages"
2807
- msgstr "Koristi automatski detektovani jezik za lektorisanje članaka i stranica"
2808
-
2809
- #: modules/after-the-deadline/config-unignore.php:126
2810
- msgid "Ignored Phrases"
2811
- msgstr "Zanemarene fraze"
2812
-
2813
- #: modules/after-the-deadline/config-unignore.php:128
2814
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
2815
- msgstr "Identifikacija ignorisanih riječi i fraza prilikom lektorisanja vaših članaka i stranica:"
2816
-
2817
- #: modules/after-the-deadline/config-unignore.php:130
2818
- msgid "Add"
2819
- msgstr "Dodaj"
2820
-
2821
- #: modules/after-the-deadline/config-unignore.php:135
2822
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
2823
- msgstr "Ne zaboravite kliknuti na \"Ažuriraj profil\" u dnu stranice da biste sačuvali promjene."
2824
-
2825
- #: modules/carousel/jetpack-carousel.php:103
2826
- msgid "Comment"
2827
- msgstr "komentar"
2828
-
2829
- #: modules/carousel/jetpack-carousel.php:104
2830
- msgid "Post Comment"
2831
- msgstr "Objavi komentar"
2832
-
2833
- #: modules/carousel/jetpack-carousel.php:105
2834
- msgid "Loading Comments..."
2835
- msgstr "Učitavam komentare..."
2836
-
2837
- #: modules/carousel/jetpack-carousel.php:106
2838
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
2839
- msgstr "Prikaži punu veličinu <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
2840
-
2841
- #: modules/carousel/jetpack-carousel.php:107
2842
- msgid "Please be sure to submit some text with your comment."
2843
- msgstr "Molimo vas da ne zaboravite upisati tekst vašeg komentara."
2844
-
2845
- #: modules/carousel/jetpack-carousel.php:108
2846
- msgid "Please provide an email address to comment."
2847
- msgstr "Molimo vas da upišete vašu email adresu."
2848
-
2849
- #: modules/carousel/jetpack-carousel.php:109
2850
- msgid "Please provide your name to comment."
2851
- msgstr "Molimo vas da upišete vaše ime."
2852
-
2853
- #: modules/carousel/jetpack-carousel.php:110
2854
- msgid "Sorry, but there was an error posting your comment. Please try again later."
2855
- msgstr "Žao nam je, desila se greška prilikom objavljivanja vašeg komentara. Molimo vas da kasnije pokušate ponovo."
2856
-
2857
- #: modules/carousel/jetpack-carousel.php:111
2858
- msgid "Your comment was approved."
2859
- msgstr "Vaš komentar je odobren."
2860
-
2861
- #: modules/carousel/jetpack-carousel.php:112
2862
- msgid "Your comment is in moderation."
2863
- msgstr "Vaš komentar čeka na moderaciju."
2864
-
2865
- #: modules/carousel/jetpack-carousel.php:113
2866
- msgid "Camera"
2867
- msgstr "Kamera"
2868
-
2869
- #: modules/carousel/jetpack-carousel.php:114
2870
- msgid "Aperture"
2871
- msgstr "Otvor blende"
2872
-
2873
- #: modules/carousel/jetpack-carousel.php:115
2874
- msgid "Shutter Speed"
2875
- msgstr "Brzina okidanja"
2876
-
2877
- #: modules/carousel/jetpack-carousel.php:116
2878
- msgid "Focal Length"
2879
- msgstr "Fokalna dužina"
2880
-
2881
- #: modules/carousel/jetpack-carousel.php:123
2882
- msgid "Commenting as %s"
2883
- msgstr "Komentarišete kao %s"
2884
-
2885
- #: modules/carousel/jetpack-carousel.php:126
2886
- msgid "Email (Required)"
2887
- msgstr "Email (neophodno)"
2888
-
2889
- #: modules/carousel/jetpack-carousel.php:128
2890
- msgid "Name (Required)"
2891
- msgstr "Ime (neophodno)"
2892
-
2893
- #: modules/carousel/jetpack-carousel.php:130
2894
- #: modules/contact-form/grunion-contact-form.php:548
2895
- #: modules/contact-form/grunion-form-view.php:160
2896
- msgid "Website"
2897
- msgstr "Web stranica"
2898
-
2899
- #: modules/carousel/jetpack-carousel.php:246
2900
- msgid "Missing attachment ID."
2901
- msgstr "Nedostaje ID priloga."
2902
-
2903
- #: modules/carousel/jetpack-carousel.php:284
2904
- msgid "Nonce verification failed."
2905
- msgstr "Verifikacija za nonce nije uspjela."
2906
-
2907
- #: modules/carousel/jetpack-carousel.php:291
2908
- msgid "Missing target blog ID."
2909
- msgstr "Nedostaje ID odredišnog bloga."
2910
-
2911
- #: modules/carousel/jetpack-carousel.php:294
2912
- msgid "Missing target post ID."
2913
- msgstr "Nedostaje ID odredišnog člaka."
2914
-
2915
- #: modules/carousel/jetpack-carousel.php:297
2916
- msgid "No comment text was submitted."
2917
- msgstr "Niste upisali tekst komentara."
2918
-
2919
- #: modules/carousel/jetpack-carousel.php:309
2920
- msgid "Comments on this post are closed."
2921
- msgstr "Komentari su isključeni za ovaj članak."
2922
-
2923
- #: modules/carousel/jetpack-carousel.php:319
2924
- msgid "Sorry, but we could not authenticate your request."
2925
- msgstr "Žao nam je, nismo mogli izvršiti autentifikaciju vašeg zahtjeva."
2926
-
2927
- #: modules/carousel/jetpack-carousel.php:327
2928
- msgid "Please provide your name."
2929
- msgstr "Molimo vas da upišete vaše ime."
2930
-
2931
- #: modules/carousel/jetpack-carousel.php:330
2932
- msgid "Please provide an email address."
2933
- msgstr "Molimo vas da upišete email adresu."
2934
-
2935
- #: modules/carousel/jetpack-carousel.php:333
2936
- msgid "Please provide a valid email address."
2937
- msgstr "Molimo vas da upišete ispravnu email adresu."
2938
-
2939
- #: modules/carousel/jetpack-carousel.php:360
2940
- msgid "Image Gallery Carousel"
2941
- msgstr "Slike iz galerije"
2942
-
2943
- #: modules/carousel/jetpack-carousel.php:363
2944
- msgid "Enable carousel"
2945
- msgstr "Omogući prikaz slika"
2946
-
2947
- #: modules/carousel/jetpack-carousel.php:367
2948
- msgid "Background color"
2949
- msgstr "Boja pozadine"
2950
-
2951
- #: modules/carousel/jetpack-carousel.php:370
2952
- msgid "Metadata"
2953
- msgstr "Meta podaci"
2954
-
2955
- #: modules/carousel/jetpack-carousel.php:427
2956
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
2957
- msgstr "Ako su dostupni, prikaži meta podatke za fotografije (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) u galeriji."
2958
-
2959
- #: modules/carousel/jetpack-carousel.php:435
2960
- msgid "Show map of photo location in carousel, when available."
2961
- msgstr "Ako je moguće, prikaži mapu lokacije fotografije u galeriji."
2962
-
2963
- #: modules/carousel/jetpack-carousel.php:443
2964
- msgid "Black"
2965
- msgstr "Crna"
2966
-
2967
- #: jetpack.php:2233
2968
- msgid "User linked to WordPress.com"
2969
- msgstr ""
2970
-
2971
- #: jetpack.php:2233
2972
- msgid "Unlink user from WordPress.com"
2973
- msgstr ""
2974
-
2975
- #: jetpack.php:2249
2976
- msgid "Jetpack is network activated and notices can not be dismissed."
2977
- msgstr "Jetpack je aktiviran na mreži i napomene ne mogu biti zatvorene."
2978
-
2979
- #: jetpack.php:2260
2980
- msgid "Dismiss this notice."
2981
- msgstr "Zatvori ovu napomenu."
2982
-
2983
- #: jetpack.php:2265
2984
- msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
2985
- msgstr "Da omogućite sve Jetpackove mogućnosti morate povezati vašu web stranicu na WordPress.com pomoću dugmeta desno. Jednom kada uspostavite konekciju aktivirat ćete sve mogućnosti ispod."
2986
-
2987
- #: jetpack.php:2280
2988
- msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
2989
- msgstr ""
2990
-
2991
- #: jetpack.php:2284 modules/post-by-email.php:129
2992
- #: modules/publicize/publicize-jetpack.php:62
2993
- msgid "Link account with WordPress.com"
2994
- msgstr "Povežite račun sa WordPress.com"
2995
-
2996
- #: jetpack.php:2306
2997
- msgid "Have feedback on Jetpack?"
2998
- msgstr "Imate komentar vezan za Jetpack?"
2999
-
3000
- #: jetpack.php:2308
3001
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
3002
- msgstr "Popunite kratku anketu i napišite vaše mišljenje o pluginu i dajte nam savjet o tome na čemu da radimo u budućnosti."
3003
-
3004
- #: jetpack.php:2311
3005
- msgid "Take Survey"
3006
- msgstr "Ispunite anketu"
3007
-
3008
- #: jetpack.php:2317
3009
- msgid "Checking email updates status&hellip;"
3010
- msgstr "Provjeravam status email novosti&hellip;"
3011
-
3012
- #: jetpack.php:2323
3013
- msgctxt "%s = Unsubscribe link"
3014
- msgid "You are currently subscribed to email updates. %s"
3015
- msgstr "Trenutno ste pretplaćeni na email novosti. %s"
3016
-
3017
- #: jetpack.php:2324
3018
- msgid "Unsubscribe"
3019
- msgstr "Ukloni pretplatu"
3020
-
3021
- #: jetpack.php:2328
3022
- msgctxt "%s = Subscribe link"
3023
- msgid "Want to receive updates about Jetpack by email? %s"
3024
- msgstr "Želite dobijati novosti o Jetpacku na vaš email? %s"
3025
-
3026
- #: jetpack.php:2329 modules/subscriptions.php:673
3027
- msgid "Subscribe"
3028
- msgstr "Pretplati se"
3029
-
3030
- #: jetpack.php:2336
3031
- msgid "You have been subscribed to receive email updates."
3032
- msgstr "Uspješno ste se pretplatili na email novosti."
3033
-
3034
- #: jetpack.php:2338
3035
- msgid "You will no longer receive email updates about Jetpack."
3036
- msgstr "Više nećete dobijati email novosti o Jetpacku."
3037
-
3038
- #: jetpack.php:2351
3039
- msgid "An <span>Automattic</span> Airline"
3040
- msgstr "<span>Automattic</span> Airline"
3041
-
3042
- #: jetpack.php:2354
3043
- msgid "Privacy Policy"
3044
- msgstr "Polica privatnosti"
3045
-
3046
- #: jetpack.php:2355
3047
- msgid "Terms of Service"
3048
- msgstr "Uslovi servisa"
3049
-
3050
- #: jetpack.php:2357
3051
- msgid "Debug"
3052
- msgstr "Debugovanje"
3053
-
3054
- #: jetpack.php:2359 modules/sharedaddy/sharedaddy.php:82
3055
- msgid "Support"
3056
- msgstr "Podrška"
3057
-
3058
- #: jetpack.php:2379
3059
- msgid "This is sensitive information. Please do not post your BLOG_TOKEN or USER_TOKEN publicly; they are like passwords."
3060
- msgstr "Ovo su osjetljive informacije. Molimo vas da javno ne objavljujete vaš BLOG_TOKEN ili USER_TOKEN; ovi podaci su ekvivalent vašoj šifri."
3061
-
3062
- #: jetpack.php:2423
3063
- msgid "Configure %s"
3064
- msgstr "Konfiguriši %s"
3065
-
3066
- #: jetpack.php:2482
3067
- msgid "Deactivate"
3068
- msgstr "Deaktiviraj"
3069
-
3070
- #: jetpack.php:2492
3071
- msgid "Activate"
3072
- msgstr "Aktiviraj"
3073
-
3074
- #: jetpack.php:2509
3075
- msgid "Free"
3076
- msgstr "Besplatno"
3077
-
3078
- #: jetpack.php:2509
3079
- msgid "Purchase"
3080
- msgstr "Kupi"
3081
-
3082
- #: jetpack.php:2517
3083
- msgid "New"
3084
- msgstr "Novo"
3085
-
3086
- #: jetpack.php:2520
3087
- msgid "Updated"
3088
- msgstr "Ažurirano"
3089
-
3090
- #: jetpack.php:2548
3091
- msgid "Configure"
3092
- msgstr "Prilagodi"
3093
-
3094
- #: jetpack.php:2582
3095
- msgid "Coming soon&#8230;"
3096
- msgstr "Uskoro"
3097
-
3098
- #: jetpack.php:2735 jetpack.php:2737 jetpack.php:2739 jetpack.php:2742
3099
- #: jetpack.php:3673
3100
- msgid "Error Details: %s"
3101
- msgstr "Detalji greške: %s"
3102
-
3103
- #: jetpack.php:2898
3104
- msgid "Jetpack Plugin Version"
3105
- msgstr ""
3106
-
3107
- #: jetpack.php:2904
3108
- msgid "The Client ID/WP.com Blog ID of this site"
3109
- msgstr ""
3110
-
3111
- #: jetpack.php:3156
3112
- msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
3113
- msgstr "Morate povezati vaš Jetpack plugin sa WordPress.com stranicom da biste mogli koristiti ovu mogućnost."
3114
-
3115
- #: jetpack.php:3159
3116
- msgid "Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window."
3117
- msgstr ""
3118
-
3119
- #: jetpack.php:3187
3120
- msgid "The authorization process expired. Please go back and try again."
3121
- msgstr "Autorizacijski proces je istekao. Molimo vas da se vratite nazad i pokušate ponovo."
3122
-
3123
- #: jetpack.php:3227
3124
- msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
3125
- msgstr ""
3126
-
3127
- #: jetpack.php:3626
3128
- msgid "An administrator for this blog must set up the Jetpack connection."
3129
- msgstr "Administrator ovog bloga mora postaviti Jetpack konekciju."
3130
-
3131
- #: jetpack.php:3631
3132
- msgid "You need to register your Jetpack before connecting it."
3133
- msgstr "Morate registrovati vaš Jetpack prije nego ga konektujete."
3134
-
3135
- #: locales.php:29
3136
- msgctxt "locales"
3137
- msgid "%1$s/%2$s"
3138
- msgstr "%1$s/%2$s"
3139
-
3140
- #: modules/after-the-deadline/atd-l10n.php:12
3141
- msgid "Spelling"
3142
- msgstr "Provjera pravopisa"
3143
-
3144
- #: modules/after-the-deadline/atd-l10n.php:13
3145
- msgid "Repeated Word"
3146
- msgstr "Ponovljena riječ"
3147
-
3148
- #: modules/after-the-deadline/atd-l10n.php:15
3149
- msgid "No suggestions"
3150
- msgstr "Nema prijedloga"
3151
-
3152
- #: modules/after-the-deadline/atd-l10n.php:17
3153
- msgid "Explain..."
3154
- msgstr "Objasni..."
3155
-
3156
- #: modules/after-the-deadline/atd-l10n.php:18
3157
- msgid "Ignore suggestion"
3158
- msgstr "Ignoriši prijedlog"
3159
-
3160
- #: modules/after-the-deadline/atd-l10n.php:19
3161
- msgid "Ignore always"
3162
- msgstr "Uvijek zanemaruj"
3163
-
3164
- #: modules/after-the-deadline/atd-l10n.php:20
3165
- msgid "Ignore all"
3166
- msgstr "Zanemari sve"
3167
-
3168
- #: modules/after-the-deadline/atd-l10n.php:22
3169
- msgid "Edit Selection..."
3170
- msgstr "Uredi selekciju..."
3171
-
3172
- #: modules/after-the-deadline/atd-l10n.php:24
3173
- msgid "proofread"
3174
- msgstr "lektorisanje"
3175
-
3176
- #: modules/after-the-deadline/atd-l10n.php:25
3177
- msgid "edit text"
3178
- msgstr "uredi tekst"
3179
-
3180
- #: modules/after-the-deadline/atd-l10n.php:26
3181
- #: modules/after-the-deadline.php:224
3182
- msgid "Proofread Writing"
3183
- msgstr "Lektoriši napisano"
3184
-
3185
- #: modules/after-the-deadline/atd-l10n.php:28
3186
- msgid "No writing errors were found."
3187
- msgstr "Nisu pronađene greške u pisanju."
3188
-
3189
- #: modules/after-the-deadline/atd-l10n.php:29
3190
- msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
3191
- msgstr "Desio se problem pri komunikaciji sa servisom za provjeru pravopisa i gramatike. Pokušajte ponovo za par minuta."
3192
-
3193
- #: modules/after-the-deadline/atd-l10n.php:30
3194
- msgid "There was an error communicating with the proofreading service."
3195
- msgstr "Desila se greška pri komunikaciji sa servisom za lektorisanje."
3196
-
3197
- #: modules/after-the-deadline/atd-l10n.php:32
3198
- msgid "Replace selection with:"
3199
- msgstr "Zamijeni selekciju sa:"
3200
-
3201
- #: modules/after-the-deadline/atd-l10n.php:33
3202
- msgid ""
3203
- "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
3204
- "\n"
3205
- "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
3206
- msgstr ""
3207
- "Postoje prijedlozi za lektorisanje ovog članka. Jeste li sugurni da ga želite objaviti?\n"
3208
- "\n"
3209
- "Pritisnite U redu za ažuriranje članka, ili Poništi za pregled prijedloga i uređivanje vašeg članka."
3210
-
3211
- #: functions.opengraph.php:74
3212
- msgid "(no title)"
3213
- msgstr "(bez naslova)"
3214
-
3215
- #: jetpack.php:1050
3216
- msgid "Jetpack requires WordPress version %s or later."
3217
- msgstr "Jetpack zahtjeva WordPress %s ili noviji."
3218
-
3219
- #: jetpack.php:1246 jetpack.php:1262
3220
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
3221
- msgstr "Jetpack sadrži najnoviju verziju starog &#8220;%1$s&#8221; plugina."
3222
-
3223
- #: jetpack.php:1283
3224
- msgid "One New Jetpack Module"
3225
- msgid_plural "%s New Jetpack Modules"
3226
- msgstr[0] "%s novi Jetpack modul"
3227
- msgstr[1] "%s nova Jetpack modula"
3228
- msgstr[2] "%s novih Jetpack modula"
3229
-
3230
- #: jetpack.php:1286
3231
- msgid "Jetpack"
3232
- msgstr "Jetpack"
3233
-
3234
- #: jetpack.php:1438 jetpack.php:1462 jetpack.php:1473 jetpack.php:2238
3235
- #: jetpack.php:2422
3236
- msgid "Jetpack by WordPress.com"
3237
- msgstr "WordPress.com Jetpack"
3238
-
3239
- #: jetpack.php:1439 jetpack.php:1463 jetpack.php:2241
3240
- msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
3241
- msgstr "Jetpack daje vašoj WordPress stranici vrhunske WordPress.com mogućnosti."
3242
-
3243
- #: jetpack.php:1440 jetpack.php:1464
3244
- msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
3245
- msgstr "Na ovoj stranici možete vidjeti module koji su dostupni u Jetpacku, saznati više o njima i aktivirati/deaktivirati ih po potrebi."
3246
-
3247
- #: jetpack.php:1441
3248
- msgid "Jetpack Module Options"
3249
- msgstr "Opcije Jetpack modula"
3250
-
3251
- #: jetpack.php:1442
3252
- msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
3253
- msgstr "<strong>Aktivacija/Deaktivacija modula</strong> - Kliknite na Saznaj vipe. Dugme za aktivaciju ili deaktivaciju će se pojaviti pored dugmeta Saznaj više. Kliknite na dugme za aktivaciju/deaktivaciju."
3254
-
3255
- #: jetpack.php:1443 jetpack.php:1486
3256
- msgid "For more information:"
3257
- msgstr "Za više informacija:"
3258
-
3259
- #: jetpack.php:1444 jetpack.php:1487
3260
- msgid "Jetpack FAQ"
3261
- msgstr "Jetpack FAQ"
3262
-
3263
- #: jetpack.php:1445 jetpack.php:1488
3264
- msgid "Jetpack Support"
3265
- msgstr "Jetpack podrška"
3266
-
3267
- #: jetpack.php:1460
3268
- msgid "Overview"
3269
- msgstr "Pregled"
3270
-
3271
- #: jetpack.php:1471
3272
- msgid "Modules"
3273
- msgstr "Moduli"
3274
-
3275
- #: jetpack.php:1474
3276
- msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
3277
- msgstr "Možete aktivirati ili deaktivirati bilo koji Jetpackov modul."
3278
-
3279
- #: jetpack.php:1476
3280
- msgid "Find the component you want to manage"
3281
- msgstr "Pronađite komponente koje želite mijenjati"
3282
-
3283
- #: jetpack.php:1477
3284
- msgid "Click on Learn More"
3285
- msgstr "Kliknite na Saznaj više"
3286
-
3287
- #: jetpack.php:1478
3288
- msgid "An Activate or Deactivate button will appear"
3289
- msgstr "Pojavit će se link za aktivaciju ili deaktivaciju"
3290
-
3291
- #: jetpack.php:1479
3292
- msgid "If additional settings are available, a link to them will appear"
3293
- msgstr "Ako su dostupne dodatne opcije, pojavit će se link ka tim opcijama"
3294
-
3295
- #: jetpack.php:1557 modules/publicize/ui.php:511
3296
- #: modules/sharedaddy/sharedaddy.php:74 modules/sharedaddy/sharedaddy.php:81
3297
- msgid "Settings"
3298
- msgstr "Postavke"
3299
-
3300
- #: jetpack.php:1574
3301
- msgid "Dismiss this notice and deactivate Jetpack."
3302
- msgstr "Zatvori ovu napomenu i deaktiviraj Jetpack."
3303
-
3304
- #: jetpack.php:1580
3305
- msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Comments, Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
3306
- msgstr "<strong>Vaš Jetpack je skoro spreman </strong> &#8211; Konekcija sa WordPress.com stranicom je neophodna kako biste omogućili servise kao što su Komentari, Statistika, Obrasci za kontakt i Pretplate. Povežite se odmah i započnite s korištenjem!"
3307
-
3308
- #: jetpack.php:1582
3309
- msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
3310
- msgstr "<strong>Jetpack je instaliran</strong> i spreman je da vam ponudi vrhunske WordPress.com cloud mogućnosti na vašoj stranici."
3311
-
3312
- #: jetpack.php:1588 jetpack.php:2269
3313
- msgid "Connect to WordPress.com"
3314
- msgstr "Poveži se na WordPress.com"
3315
-
3316
- #: jetpack.php:1590 modules/module-info.php:45 modules/module-info.php:81
3317
- #: modules/module-info.php:138 modules/module-info.php:173
3318
- #: modules/module-info.php:207 modules/module-info.php:237
3319
- #: modules/module-info.php:270 modules/module-info.php:306
3320
- #: modules/module-info.php:357 modules/module-info.php:379
3321
- #: modules/module-info.php:417 modules/module-info.php:442
3322
- #: modules/module-info.php:460 modules/module-info.php:479
3323
- #: modules/module-info.php:485 modules/module-info.php:512
3324
- #: modules/module-info.php:543 modules/module-info.php:578
3325
- #: modules/module-info.php:600 modules/module-info.php:622
3326
- #: modules/module-info.php:666 modules/module-info.php:694
3327
- #: modules/module-info.php:722
3328
- msgid "Learn More"
3329
- msgstr "Saznaj više"
3330
-
3331
- #: jetpack.php:1603
3332
- msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
3333
- msgstr "<strong>Jetpack je aktiviran!</strong> Administrator mora posebno povezati svaku stranicu u vašoj mreži."
3334
-
3335
- #: jetpack.php:1630
3336
- msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
3337
- msgstr "Jetpack sada sadrži Jetpack komentare koji omogućavaju vašim posjetiocima da koriste svoje WordPress.com, Twitter ili Facebook račune prilikom komentarisanja na vašoj stranici. Da aktivirate Jetpack komentare, <a href=\"%s\">%s</a>."
3338
-
3339
- #: jetpack.php:1638
3340
- msgid "click here"
3341
- msgstr "kliknite ovdje"
3342
-
3343
- #: jetpack.php:1769
3344
- msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
3345
- msgstr "Morate izvršiti autorizaciju Jetpack konekcije između vaše i WordPress.com stranice da biste omogućili vrhunske mogućnosti koje vam Jetpack pruža."
3346
-
3347
- #: jetpack.php:1772
3348
- msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
3349
- msgstr "Morate biti prijavljeni na vaš WordPress blog prilikom autorizacije Jetpacka."
3350
-
3351
- #: jetpack.php:1776
3352
- msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
3353
- msgstr "Vrati pošiljaocu. Izgleda da se dobili pogrešan Jetpack u emailu; izvršite deaktivaciju i ponovnu aktivaciju Jetpack plugina da biste dobili novi email."
3354
-
3355
- #: jetpack.php:1779
3356
- msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
3357
- msgstr "Neispravna veličina. Izgleda da se Jetpack se može ispravno uklopiti. Kliknite ponovo na &#8220;Poveži se na WordPress.com&#8221; za prilagođavanje vašeg Jetpacka."
3358
-
3359
- #: jetpack.php:1783
3360
- msgid "Your website needs to be publicly accessible to use Jetpack: %s"
3361
- msgstr "Vaša stranica mora biti javno dostupna da bi mogla koristiti Jetpack: %s"
3362
-
3363
- #: jetpack.php:1788
3364
- msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
3365
- msgstr "%s nije mogao biti aktiviran zbog toga što je prouzrokovao <strong>fatalnu grešku</strong>. Možda postoji konflikt sa drugim instaliranim pluginima?"
3366
-
3367
- #: jetpack.php:1790
3368
- msgid "Do you still have the %s plugin installed?"
3369
- msgstr "Da li još imate instaliran plugin %s?"
3370
-
3371
- #: jetpack.php:1793
3372
- msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
3373
- msgstr "Modul nije mogao biti aktiviran zbog toga što je prouzrokovao <strong>fatalnu grešku</strong>. Možda postoji konflikt sa drugim instaliranim pluginima?"
3374
-
3375
- #: jetpack.php:1801
3376
- msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
3377
- msgstr "<strong>Vaš Jetpack ima problem.</strong> Povezivanje ove stranice sa WordPress.com stranicom nije moguće. Ovo obično znači da vaša stranica nije javno dostupna (localhost)."
3378
-
3379
- #: jetpack.php:1807
3380
- msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
3381
- msgstr "WordPress.com trenutno ima neke probleme i nije u mogućnosti da aktivira vaš Jetpack. Molimo vas da pokušate kasnije."
3382
-
3383
- #: jetpack.php:1811
3384
- msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
3385
- msgstr "Jetpack nije mogao kontaktirati WordPress.com: %s. Ovo je obično uzrokovano neispravnim postavkama vašeg web hostinga."
3386
-
3387
- #: jetpack.php:1851
3388
- msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
3389
- msgstr "<strong>Vaš Jetpack ima problem.</strong> Desilo se nešto što se ne bi trebalo dešavati. Izgleda da se jednostavno sretni: %s"
3390
-
3391
- #: jetpack.php:1854
3392
- msgid "Try connecting again."
3393
- msgstr "Pokušajte se konektovati sada."
3394
-
3395
- #: jetpack.php:1878
3396
- msgid "Welcome to <strong>Jetpack %s</strong>!"
3397
- msgstr "Dobro došli u <strong>Jetpack %s</strong>!"
3398
-
3399
- #: jetpack.php:1890
3400
- msgid "The following new modules have been activated: %l."
3401
- msgstr "Aktivirani su sljedeći novi moduli: %l."
3402
-
3403
- #: jetpack.php:1902
3404
- msgid "The following modules have been updated: %l."
3405
- msgstr "Sljedeći moduli su ažurirani: %l."
3406
-
3407
- #: jetpack.php:1911
3408
- msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
3409
- msgstr "<strong>%s aktiviran!</strong> Možete ga deaktivirati bilo kada klikom na Saznaj više a potom na modul za deaktivaciju."
3410
-
3411
- #: jetpack.php:1937
3412
- msgctxt "%l = list of Jetpack module/feature names"
3413
- msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
3414
- msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
3415
- msgstr[0] ""
3416
- msgstr[1] ""
3417
- msgstr[2] ""
3418
-
3419
- #: jetpack.php:1949
3420
- msgid "<strong>Module settings were saved.</strong> "
3421
- msgstr "<strong>Opcije modula su sačuvane.</strong> "
3422
-
3423
- #: jetpack.php:1953
3424
- msgid "<strong>Your Jetpack is already connected.</strong> "
3425
- msgstr "<strong>Vaš Jetpack je već povezan.</strong> "
3426
-
3427
- #: jetpack.php:1957 jetpack.php:1964
3428
- msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
3429
- msgstr "<strong>Sve je spremno. Možete započeti sa radom.</strong> "
3430
-
3431
- #: jetpack.php:1959
3432
- msgid "The features below are now active. Click the learn more buttons to explore each feature."
3433
- msgstr "Mogućnosti ispod su sada aktivirane. Kliknite na dugme Saznaj više za pregled svake od mogućnosti."
3434
-
3435
- #: jetpack.php:1970
3436
- msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
3437
- msgstr ""
3438
-
3439
- #: jetpack.php:1992
3440
- msgid "Jetpack contains the most recent version of the old %l plugin."
3441
- msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
3442
- msgstr[0] "Jetpack ima najnoviju verziju %l starog plugina."
3443
- msgstr[1] "Jetpack ima najnoviju verziju %l stara plugina."
3444
- msgstr[2] "Jetpack ima najnoviju verziju %l starih plugina."
3445
-
3446
- #: jetpack.php:2001
3447
- msgid "The old version has been deactivated and can be removed from your site."
3448
- msgid_plural "The old versions have been deactivated and can be removed from your site."
3449
- msgstr[0] "Stare verzije su deaktivirane i mogu biti uklonjene sa stranice."
3450
- msgstr[1] "Stare verzije su deaktivirane i mogu biti uklonjene sa stranice."
3451
- msgstr[2] "Stare verzije su deaktivirane i mogu biti uklonjene sa stranice."
3452
-
3453
- #: jetpack.php:2067
3454
- msgid "Is this site private?"
3455
- msgstr "Je li ova stranica privatna?"
3456
-
3457
- #: jetpack.php:2070
3458
- msgctxt "%l = list of Jetpack module/feature names"
3459
- msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
3460
- msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
3461
- msgstr[0] ""
3462
- msgstr[1] ""
3463
- msgstr[2] ""
3464
-
3465
- #: jetpack.php:2083
3466
- msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
3467
- msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
3468
- msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
3469
- msgstr[0] ""
3470
- msgstr[1] ""
3471
- msgstr[2] ""
3472
-
3473
- #: jetpack.php:2097
3474
- msgctxt "%l = list of Jetpack module/feature names"
3475
- msgid "Deactivate %l"
3476
- msgstr "Deaktiviraj %l"
3477
-
3478
- #: jetpack.php:2228
3479
- msgid "Connected to WordPress.com"
3480
- msgstr "Konektovan na WordPress.com"
3481
-
3482
- #: jetpack.php:2228
3483
- msgid "Disconnect from WordPress.com"
3484
- msgstr "Diskonektuj se sa WordPress.com"
3485
-
3486
- #: class.json-api-endpoints.php:1113
3487
- msgid "This post is password protected."
3488
- msgstr "Ovaj članak je zaštićen šifrom."
3489
-
3490
- #: class.json-api-endpoints.php:2633
3491
- msgid "Comment cache problem?"
3492
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/jetpack-ca.mo CHANGED
Binary file
languages/jetpack-ca.po DELETED
@@ -1,3043 +0,0 @@
1
- # Translation of 1.8 in Catalan
2
- # This file is distributed under the same license as the 1.8 package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2012-09-27 14:25:52+0000\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 1.8\n"
12
-
13
- #: jetpack.php:2597
14
- msgid "Jetpack Plugin Version"
15
- msgstr ""
16
-
17
- #: jetpack.php:2603
18
- msgid "The Client ID/WP.com Blog ID of this site"
19
- msgstr ""
20
-
21
- #: jetpack.php:1031
22
- msgid "Jetpack requires WordPress version %s or later."
23
- msgstr "El JetPack requereix la versió %s del WordPress o superior."
24
-
25
- #: jetpack.php:1224 jetpack.php:1240
26
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
27
- msgstr "El JetPack conté la versió més recent de l'antiga extensió &#8220;%1$s&#8221;."
28
-
29
- #: jetpack.php:1261
30
- msgid "One New Jetpack Module"
31
- msgid_plural "%s New Jetpack Modules"
32
- msgstr[0] "Un mòdul nou del Jetpack"
33
- msgstr[1] "%s mòduls nous del Jetpack"
34
-
35
- #: jetpack.php:1264
36
- msgid "Jetpack"
37
- msgstr "Jetpack"
38
-
39
- #: jetpack.php:1296 jetpack.php:1320 jetpack.php:1330 jetpack.php:1987
40
- #: jetpack.php:2166
41
- msgid "Jetpack by WordPress.com"
42
- msgstr "El Jetpack gràcies a WordPress.com"
43
-
44
- #: jetpack.php:1297 jetpack.php:1321 jetpack.php:1990
45
- msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
46
- msgstr "El JetPack recarrega el vostre lloc web fet amb el WordPress amb el poder meravellós del núvol de WordPress.com"
47
-
48
- #: jetpack.php:1298 jetpack.php:1322
49
- msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
50
- msgstr "En aquesta pàgina, podeu veure els mòduls disponibles al JetPack, aprendre més sobre ells, i activar i desactivar-los quan ho necessiteu."
51
-
52
- #: jetpack.php:1299
53
- msgid "Jetpack Module Options"
54
- msgstr "Opcions del mòdul JetPack"
55
-
56
- #: jetpack.php:1300
57
- msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
58
- msgstr "<strong>Per activar/desactivar un mòdul</strong> - Feu clic a Aprèn més. Un botó Activa o Desactiva apareixerà ara prop del botó Aprèn més. Feu clic al botó Activa/Desactiva."
59
-
60
- #: jetpack.php:1301 jetpack.php:1342
61
- msgid "For more information:"
62
- msgstr "Per a més informació:"
63
-
64
- #: jetpack.php:1302 jetpack.php:1343
65
- msgid "Jetpack FAQ"
66
- msgstr "PMF del JetPack"
67
-
68
- #: jetpack.php:1303 jetpack.php:1344
69
- msgid "Jetpack Support"
70
- msgstr "Suport del Jetpack"
71
-
72
- #: jetpack.php:1318
73
- msgid "Overview"
74
- msgstr "Resum"
75
-
76
- #: jetpack.php:1328
77
- msgid "Modules"
78
- msgstr "Mòduls"
79
-
80
- #: jetpack.php:1331
81
- msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
82
- msgstr "Podeu activar i desactivar els mòduls del Jetpack de manera individual per adaptar-lo a les vostres necessitats."
83
-
84
- #: jetpack.php:1333
85
- msgid "Find the component you want to manage"
86
- msgstr "Troba el component que vols gestionar"
87
-
88
- #: jetpack.php:1334
89
- msgid "Click on Learn More"
90
- msgstr "Fes clic a Aprèn més"
91
-
92
- #: jetpack.php:1335
93
- msgid "An Activate or Deactivate button will appear"
94
- msgstr "Pot aparèixer un botó per activar o desactivar"
95
-
96
- #: jetpack.php:1336
97
- msgid "If additional settings are available, a link to them will appear"
98
- msgstr "Si hi ha paràmetres addicionals, apareixerà un enllaç a ells"
99
-
100
- #: jetpack.php:1413 modules/sharedaddy/sharedaddy.php:74
101
- #: modules/sharedaddy/sharedaddy.php:81
102
- msgid "Settings"
103
- msgstr "Opcions"
104
-
105
- #: jetpack.php:1430
106
- msgid "Dismiss this notice and deactivate Jetpack."
107
- msgstr "Rebutja aquest avís i desactiva el Jetpack."
108
-
109
- #: jetpack.php:1436
110
- msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Comments, Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
111
- msgstr "<strong>El Jetpack quasi està llest</strong> &#8211; Cal una connexió a WordPress.com per activar les funcionalitats com ara comentaris, estadístiques, formularis de contacte i subscripcions. Connecta ara i prem l'accelerador!"
112
-
113
- #: jetpack.php:1438
114
- msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
115
- msgstr "<strong>S'ha instal·lat el JetPack</strong> i està llest per donar-vos magnífiques característiques del núvol del WordPress al vostre lloc web."
116
-
117
- #: jetpack.php:1444 jetpack.php:2018
118
- msgid "Connect to WordPress.com"
119
- msgstr "Connectat amb WordPress.com"
120
-
121
- #: jetpack.php:1446 modules/module-info.php:45 modules/module-info.php:81
122
- #: modules/module-info.php:138 modules/module-info.php:173
123
- #: modules/module-info.php:207 modules/module-info.php:243
124
- #: modules/module-info.php:294 modules/module-info.php:316
125
- #: modules/module-info.php:354 modules/module-info.php:379
126
- #: modules/module-info.php:397 modules/module-info.php:403
127
- #: modules/module-info.php:430 modules/module-info.php:461
128
- #: modules/module-info.php:496 modules/module-info.php:518
129
- msgid "Learn More"
130
- msgstr "Apreneu més"
131
-
132
- #: jetpack.php:1459
133
- msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
134
- msgstr "<strong>S'ha activat el JetPack!</strong> Cada lloc web de la xarxa ha d'estar connectat individualment per un administrador d'aquest lloc web."
135
-
136
- #: jetpack.php:1486
137
- msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
138
- msgstr "El Jetpack ara inclou els comentaris Jetpack, que possibilita als vostres visitants l'ús del seus comptes del WordPress, Twitter o Facebook quan comenten a la pàgina web. Per activar els comentaris Jetpack, <a href=\"%s\">%s</a>."
139
-
140
- #: jetpack.php:1494
141
- msgid "click here"
142
- msgstr "feu clic aquí"
143
-
144
- #: jetpack.php:1608
145
- msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
146
- msgstr "Necessiteu autoritzar la connexió del JetPack entre la vostra web i WordPress.com per activar les meravelloses funcionalitats."
147
-
148
- #: jetpack.php:1611
149
- msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
150
- msgstr "No feu això! Necessiteu estar identificats al vostre bloc del WordPress mentre s'autoritza el JetPack."
151
-
152
- #: jetpack.php:1615
153
- msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
154
- msgstr "Torna al remitent. Buff! Sembla que teniu el JetPack incorrecte al correu; desactiveu-lo i aleshores torneu a activar l'extensió del JetPack per aconseguir altre."
155
-
156
- #: jetpack.php:1618
157
- msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
158
- msgstr "Grandària incorrecta. Hm&#8230; sembla que el JetPack no s'acaba d'ajustar. Has perdut pes? feu clic de nou a &#8220;Connecta amb WordsPress.com&#8221; per aconseguir que el JetPack s'ajusti."
159
-
160
- #: jetpack.php:1622
161
- msgid "Your website needs to be publicly accessible to use Jetpack: %s"
162
- msgstr "La pàgina web necessita ser accessible públicament per fer servir el JetPack: %s"
163
-
164
- #: jetpack.php:1627
165
- msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
166
- msgstr "%s no es pot activar perquè s'ha llançat un <strong>error fatal</strong>. Potser hi ha algun conflicte amb alguna extensió que heu instal·lat?"
167
-
168
- #: jetpack.php:1629
169
- msgid "Do you still have the %s plugin installed?"
170
- msgstr "Encara teniu l'extensió %s instal·lada?"
171
-
172
- #: jetpack.php:1632
173
- msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
174
- msgstr "El mòdul no es pot activar perquè a llançat un <strong>error fatal</strong>. Potser hi ha un conflicte amb altra extensió que teniu instal·lada?"
175
-
176
- #: jetpack.php:1640
177
- msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
178
- msgstr "<strong>El JetPack té un problema tècnic.</strong> La connexió d'aquest lloc amb WordPress.com no és possible. Això significa normalment que el vostre lloc no és accessible públicament (localhost)."
179
-
180
- #: jetpack.php:1646
181
- msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
182
- msgstr "WordPress.com està tenint problemes ara mateix i no pot donar-li canya al teu JetPack. Torneu-ho a provar més tard."
183
-
184
- #: jetpack.php:1650
185
- msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
186
- msgstr "El JetPack no ha pogut contactar amb WordPress.com: %s. Això normalment significa que alguna cosa està mal configurada al vostre servidor web."
187
-
188
- #: jetpack.php:1690
189
- msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
190
- msgstr "<strong>El JetPack té un problema tècnic.</strong> Alguna cosa que no hauria d'haver succeït, ha anat malament. Suposem que teniu sort: %s"
191
-
192
- #: jetpack.php:1693
193
- msgid "Try connecting again."
194
- msgstr "Proveu a connectar-vos de nou."
195
-
196
- #: jetpack.php:1717
197
- msgid "Welcome to <strong>Jetpack %s</strong>!"
198
- msgstr "Benvingut al <strong>Jetpack %s</strong>!"
199
-
200
- #: jetpack.php:1729
201
- msgid "The following new modules have been activated: %l."
202
- msgstr "S'han activat els següents mòduls: %l."
203
-
204
- #: jetpack.php:1741
205
- msgid "The following modules have been updated: %l."
206
- msgstr "S'han actualitzat els mòduls següents: %l."
207
-
208
- #: jetpack.php:1750
209
- msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
210
- msgstr "<strong>S'ha activar %s!</strong> Podeu desactivar-lo en qualsevol moment en fer clic a Aprèn més i aleshores desactivar la tarja del mòdul."
211
-
212
- #: jetpack.php:1757
213
- msgid "<strong>%s Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
214
- msgstr "<strong>Desactivat %s!</strong> Podeu activar-lo de nou en qualsevol moment fent servir el botó d'activació a la targeta del mòdul."
215
-
216
- #: jetpack.php:1763
217
- msgid "<strong>Module settings were saved.</strong> "
218
- msgstr "<strong>S'ha desat la configuració del mòdul</strong> "
219
-
220
- #: jetpack.php:1767
221
- msgid "<strong>Your Jetpack is already connected.</strong> "
222
- msgstr "<strong>El JetPack ja està connectat.</strong> "
223
-
224
- #: jetpack.php:1771 jetpack.php:1778
225
- msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
226
- msgstr "<strong>Està llest i preparat per menjar-te el món.</strong> "
227
-
228
- #: jetpack.php:1773
229
- msgid "The features below are now active. Click the learn more buttons to explore each feature."
230
- msgstr "Les funcionalitats d'aquí sota estan actives ara. Feu clic als botons aprèn més per explorar cada funcionalitat."
231
-
232
- #: jetpack.php:1784
233
- msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
234
- msgstr ""
235
-
236
- #: jetpack.php:1806
237
- msgid "Jetpack contains the most recent version of the old %l plugin."
238
- msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
239
- msgstr[0] "El JetPack conté la versió més recent de l'antiga extensió %l."
240
- msgstr[1] "El JetPack conté les versions més recent de les antigues extensions %l."
241
-
242
- #: jetpack.php:1815
243
- msgid "The old version has been deactivated and can be removed from your site."
244
- msgid_plural "The old versions have been deactivated and can be removed from your site."
245
- msgstr[0] "La versió antiga s'ha desactivat i es pot suprimir del lloc web."
246
- msgstr[1] "Les versions antigues s'han desactivat i es poden suprimir del lloc web."
247
-
248
- #: jetpack.php:1978
249
- msgid "Connected to WordPress.com"
250
- msgstr "Connectat amb WordPress.com"
251
-
252
- #: jetpack.php:1978
253
- msgid "Disconnect from WordPress.com"
254
- msgstr "Desconnectat de WordPress.com"
255
-
256
- #: jetpack.php:1982
257
- msgid "User linked to WordPress.com"
258
- msgstr ""
259
-
260
- #: jetpack.php:1982
261
- msgid "Unlink user from WordPress.com"
262
- msgstr ""
263
-
264
- #: jetpack.php:1998
265
- msgid "Jetpack is network activated and notices can not be dismissed."
266
- msgstr "El Jetpack té activada la xarxa i els avisos no es poden rebutjar."
267
-
268
- #: jetpack.php:2009
269
- msgid "Dismiss this notice."
270
- msgstr "Rebutja aquest avís"
271
-
272
- #: jetpack.php:2014
273
- msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
274
- msgstr "Per activar totes les funcions del JetPack necessiteu connectar la vostra pàgina web amb WordPress.com fent servir el botó de la dreta. Una vegada establiu la connexió, s'activaran totes les encantadores funcionalitats d'aquí sota."
275
-
276
- #: jetpack.php:2029
277
- msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
278
- msgstr ""
279
-
280
- #: jetpack.php:2033
281
- msgid "Link accounts with WordPress.com"
282
- msgstr ""
283
-
284
- #: jetpack.php:2055
285
- msgid "Have feedback on Jetpack?"
286
- msgstr "Vols opinions sobre el JetPack?"
287
-
288
- #: jetpack.php:2057
289
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
290
- msgstr "Respon una enquesta curta per fer-nos saber què estem fent i què afegir en un futur."
291
-
292
- #: jetpack.php:2060
293
- msgid "Take Survey"
294
- msgstr "Fes la enquesta"
295
-
296
- #: jetpack.php:2066
297
- msgid "Checking email updates status&hellip;"
298
- msgstr "S'estan comprovant l'estat de les actualitzacions per correu electrònic&hellip;"
299
-
300
- #: jetpack.php:2072
301
- msgctxt "%s = Unsubscribe link"
302
- msgid "You are currently subscribed to email updates. %s"
303
- msgstr "Ara mateix esteu subscrit a les actualitzacions per correu electrònic. %s"
304
-
305
- #: jetpack.php:2073
306
- msgid "Unsubscribe"
307
- msgstr "Dóna'm de baixa "
308
-
309
- #: jetpack.php:2077
310
- msgctxt "%s = Subscribe link"
311
- msgid "Want to receive updates about Jetpack by email? %s"
312
- msgstr "Voleu rebre actualitzacions del Jetpack per correu electrònic? %s"
313
-
314
- #: jetpack.php:2078 modules/subscriptions.php:664
315
- msgid "Subscribe"
316
- msgstr "Subscriure's"
317
-
318
- #: jetpack.php:2085
319
- msgid "You have been subscribed to receive email updates."
320
- msgstr "Us haveu subscrit per rebre actualitzacions per correu electrònic."
321
-
322
- #: jetpack.php:2087
323
- msgid "You will no longer receive email updates about Jetpack."
324
- msgstr "No rebreu més actualitzacions per correu electrònic sobre el JetPack."
325
-
326
- #: jetpack.php:2100
327
- msgid "An <span>Automattic</span> Airline"
328
- msgstr "Una línia aèria <span>Automattic</span>"
329
-
330
- #: jetpack.php:2103
331
- msgid "Privacy Policy"
332
- msgstr "Política de privacitat"
333
-
334
- #: jetpack.php:2104
335
- msgid "Terms of Service"
336
- msgstr "Condicions de Servei"
337
-
338
- #: jetpack.php:2105
339
- msgid "Debug"
340
- msgstr "Depura"
341
-
342
- #: jetpack.php:2106 modules/sharedaddy/sharedaddy.php:82
343
- msgid "Support"
344
- msgstr "Suport"
345
-
346
- #: jetpack.php:2124
347
- msgid "This is sensitive information. Please do not post your BLOG_TOKEN or USER_TOKEN publicly; they are like passwords."
348
- msgstr "Açò és informació sensible. No feu públic el BLOG_TOKEN o el USER_TOKEN; són com contrasenyes. "
349
-
350
- #: jetpack.php:2167
351
- msgid "Configure %s"
352
- msgstr "Configura %s"
353
-
354
- #: jetpack.php:2226
355
- msgid "Deactivate"
356
- msgstr "Desactiva"
357
-
358
- #: jetpack.php:2236
359
- msgid "Activate"
360
- msgstr "Activa"
361
-
362
- #: jetpack.php:2253
363
- msgid "Free"
364
- msgstr "Gratuït "
365
-
366
- #: jetpack.php:2253
367
- msgid "Purchase"
368
- msgstr "Compra"
369
-
370
- #: jetpack.php:2261
371
- msgid "New"
372
- msgstr "Noves"
373
-
374
- #: jetpack.php:2264
375
- msgid "Updated"
376
- msgstr "Actualitzat"
377
-
378
- #: jetpack.php:2292
379
- msgid "Configure"
380
- msgstr "Configura"
381
-
382
- #: jetpack.php:2326
383
- msgid "Coming soon&#8230;"
384
- msgstr "Molt aviat&#8230;"
385
-
386
- #: jetpack.php:2479 jetpack.php:2481 jetpack.php:2483 jetpack.php:2486
387
- #: jetpack.php:3183
388
- msgid "Error Details: %s"
389
- msgstr "Detalls de l'error: %s"
390
-
391
- #: jetpack.php:3139
392
- msgid "An administrator for this blog must set up the Jetpack connection."
393
- msgstr "Un administrador d'aquest bloc deu configurar la connexió del JetPack."
394
-
395
- #: jetpack.php:3144
396
- msgid "You need to register your Jetpack before connecting it."
397
- msgstr "Heu de registrar el Jetpack abans de connectar-lo."
398
-
399
- #: locales.php:29
400
- msgctxt "locales"
401
- msgid "%1$s/%2$s"
402
- msgstr "s%1$s/%2$s"
403
-
404
- #: modules/after-the-deadline/atd-l10n.php:12
405
- msgid "Spelling"
406
- msgstr "Ortografia"
407
-
408
- #: modules/after-the-deadline/atd-l10n.php:13
409
- msgid "Repeated Word"
410
- msgstr "Paraula repetida"
411
-
412
- #: modules/after-the-deadline/atd-l10n.php:15
413
- msgid "No suggestions"
414
- msgstr "Cap suggeriment"
415
-
416
- #: modules/after-the-deadline/atd-l10n.php:17
417
- msgid "Explain..."
418
- msgstr "Explica..."
419
-
420
- #: modules/after-the-deadline/atd-l10n.php:18
421
- msgid "Ignore suggestion"
422
- msgstr "Ignora el suggeriment"
423
-
424
- #: modules/after-the-deadline/atd-l10n.php:19
425
- msgid "Ignore always"
426
- msgstr "Ignora sempre"
427
-
428
- #: modules/after-the-deadline/atd-l10n.php:20
429
- msgid "Ignore all"
430
- msgstr "Ignora-ho tot"
431
-
432
- #: modules/after-the-deadline/atd-l10n.php:22
433
- msgid "Edit Selection..."
434
- msgstr "Edita la selecció..."
435
-
436
- #: modules/after-the-deadline/atd-l10n.php:24
437
- msgid "proofread"
438
- msgstr "corregeix"
439
-
440
- #: modules/after-the-deadline/atd-l10n.php:25
441
- msgid "edit text"
442
- msgstr "edita el text"
443
-
444
- #: modules/after-the-deadline/atd-l10n.php:26
445
- #: modules/after-the-deadline.php:224
446
- msgid "Proofread Writing"
447
- msgstr "Corregeix l'escriptura"
448
-
449
- #: modules/after-the-deadline/atd-l10n.php:28
450
- msgid "No writing errors were found."
451
- msgstr "No s'han trobat errors d'escriptura."
452
-
453
- #: modules/after-the-deadline/atd-l10n.php:29
454
- msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
455
- msgstr "S'ha produït un problema en comunicar-se amb el servei de correcció. Torneu-ho a provar en un minut."
456
-
457
- #: modules/after-the-deadline/atd-l10n.php:30
458
- msgid "There was an error communicating with the proofreading service."
459
- msgstr "S'ha produït un error en comunicar-se amb el servei de correcció."
460
-
461
- #: modules/after-the-deadline/atd-l10n.php:32
462
- msgid "Replace selection with:"
463
- msgstr "Substitueix la selecció amb:"
464
-
465
- #: modules/after-the-deadline/atd-l10n.php:33
466
- msgid ""
467
- "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
468
- "\n"
469
- "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
470
- msgstr ""
471
- "El corrector té suggeriments per a aquesta entrada. Segur que voleu publicar-la?\n"
472
- "\n"
473
- "Premeu Sí per publicar l'entrada o Cancel·la per veure els suggeriments i editar l'entrada."
474
-
475
- #: modules/after-the-deadline/atd-l10n.php:34
476
- msgid ""
477
- "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
478
- "\n"
479
- "Press OK to update your post, or Cancel to view the suggestions and edit your post."
480
- msgstr ""
481
- "El corrector té suggeriments per a aquesta entrada. Segur que voleu actualitzar-la?\n"
482
- "\n"
483
- "Premeu Sí per actualitzar l'entrada, o Cancel·la per veure els suggeriments i editar l'entrada."
484
-
485
- #: modules/after-the-deadline/config-options.php:48
486
- msgid "Proofreading"
487
- msgstr "S'està corregint"
488
-
489
- #: modules/after-the-deadline/config-options.php:50
490
- msgid "Automatically proofread content when:"
491
- msgstr "Corregeix el contingut automàticament quan:"
492
-
493
- #: modules/after-the-deadline/config-options.php:53
494
- msgid "a post or page is first published"
495
- msgstr "una entrada o pàgina es publica primer"
496
-
497
- #: modules/after-the-deadline/config-options.php:55
498
- msgid "a post or page is updated"
499
- msgstr "s'ha actualitzat una entrada o pàgina"
500
-
501
- #: modules/after-the-deadline/config-options.php:58
502
- msgid "English Options"
503
- msgstr "Opcions de l'anglès"
504
-
505
- #: modules/after-the-deadline/config-options.php:60
506
- msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
507
- msgstr "Activa la correcció per a les següents gramàtiques i regles d'estil quan s'escriguin entrades i pàgines:"
508
-
509
- #: modules/after-the-deadline/config-options.php:63
510
- msgid "Bias Language"
511
- msgstr "Llengua "
512
-
513
- #: modules/after-the-deadline/config-options.php:65
514
- msgid "Clich&eacute;s"
515
- msgstr "Clix&eacute;s"
516
-
517
- #: modules/after-the-deadline/config-options.php:67
518
- msgid "Complex Phrases"
519
- msgstr "Frases complexes"
520
-
521
- #: modules/after-the-deadline/config-options.php:69
522
- msgid "Diacritical Marks"
523
- msgstr "Signes diacrítics"
524
-
525
- #: modules/after-the-deadline/config-options.php:71
526
- msgid "Double Negatives"
527
- msgstr "Doble negacions"
528
-
529
- #: modules/after-the-deadline/config-options.php:73
530
- msgid "Hidden Verbs"
531
- msgstr "Verbs ocults"
532
-
533
- #: modules/after-the-deadline/config-options.php:75
534
- msgid "Jargon"
535
- msgstr "Jargon"
536
-
537
- #: modules/after-the-deadline/config-options.php:77
538
- msgid "Passive Voice"
539
- msgstr "Veu passiva"
540
-
541
- #: modules/after-the-deadline/config-options.php:79
542
- msgid "Phrases to Avoid"
543
- msgstr "Frases a evitar"
544
-
545
- #: modules/after-the-deadline/config-options.php:81
546
- msgid "Redundant Phrases"
547
- msgstr "Frases redundants"
548
-
549
- #: modules/after-the-deadline/config-options.php:83
550
- msgid "<a href=\"%s\">Learn more</a> about these options."
551
- msgstr "<a href=\"%s\">Aprén més</a> sobre aquestes opcions."
552
-
553
- #: modules/after-the-deadline/config-options.php:86
554
- msgid "Language"
555
- msgstr "Llengua "
556
-
557
- #: modules/after-the-deadline/config-options.php:89
558
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
559
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
560
- msgstr ""
561
-
562
- #: modules/after-the-deadline/config-options.php:95
563
- msgid "Use automatically detected language to proofread posts and pages"
564
- msgstr "Fes servir la detecció automàtica de l'idioma per a corregir les entrades i pàgines."
565
-
566
- #: modules/after-the-deadline/config-unignore.php:126
567
- msgid "Ignored Phrases"
568
- msgstr "Frases ignorades"
569
-
570
- #: modules/after-the-deadline/config-unignore.php:128
571
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
572
- msgstr "Identifica les paraules i frases que cal ignorar quan corregiu les entrades i pàgines:"
573
-
574
- #: modules/after-the-deadline/config-unignore.php:130
575
- msgid "Add"
576
- msgstr "Afegeix"
577
-
578
- #: modules/after-the-deadline/config-unignore.php:135
579
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
580
- msgstr "Assegureu-vos que feu clic al botó \"Actualitza el perfil\" del peu de la pàgina per desar els canvis."
581
-
582
- #: modules/carousel/jetpack-carousel.php:110
583
- msgid "Comment"
584
- msgstr "Comentari"
585
-
586
- #: modules/carousel/jetpack-carousel.php:111
587
- msgid "Post Comment"
588
- msgstr "Envia un comentari"
589
-
590
- #: modules/carousel/jetpack-carousel.php:112
591
- msgid "Loading Comments..."
592
- msgstr "S'estan carregant els comentaris..."
593
-
594
- #: modules/carousel/jetpack-carousel.php:113
595
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
596
- msgstr "Visualitza a mida completa <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
597
-
598
- #: modules/carousel/jetpack-carousel.php:114
599
- msgid "Please be sure to submit some text with your comment."
600
- msgstr "Assegureu-vos d'enviar algun text amb el comentari."
601
-
602
- #: modules/carousel/jetpack-carousel.php:115
603
- msgid "Please provide an email address to comment."
604
- msgstr "Proporcioneu una adreça de correu electrònic per comentar."
605
-
606
- #: modules/carousel/jetpack-carousel.php:116
607
- msgid "Please provide your name to comment."
608
- msgstr "Proporcioneu el nom per comentar."
609
-
610
- #: modules/carousel/jetpack-carousel.php:117
611
- msgid "Sorry, but there was an error posting your comment. Please try again later."
612
- msgstr "S'ha produït un error en publicar el comentari. Torneu a intentar-ho més tard."
613
-
614
- #: modules/carousel/jetpack-carousel.php:118
615
- msgid "Your comment was approved."
616
- msgstr "El comentari s'ha aprovat."
617
-
618
- #: modules/carousel/jetpack-carousel.php:119
619
- msgid "Your comment is in moderation."
620
- msgstr "El comentari està en moderació."
621
-
622
- #: modules/carousel/jetpack-carousel.php:120
623
- msgid "Camera"
624
- msgstr "Càmera"
625
-
626
- #: modules/carousel/jetpack-carousel.php:121
627
- msgid "Aperture"
628
- msgstr "Apertura"
629
-
630
- #: modules/carousel/jetpack-carousel.php:122
631
- msgid "Shutter Speed"
632
- msgstr "Velocitat de l'obturador"
633
-
634
- #: modules/carousel/jetpack-carousel.php:123
635
- msgid "Focal Length"
636
- msgstr "Longitud focal"
637
-
638
- #: modules/carousel/jetpack-carousel.php:130
639
- msgid "Commenting as %s"
640
- msgstr "S'està comentant com a %s"
641
-
642
- #: modules/carousel/jetpack-carousel.php:133
643
- msgid "Email (Required)"
644
- msgstr "Correu electrònic (necessari)"
645
-
646
- #: modules/carousel/jetpack-carousel.php:135
647
- msgid "Name (Required)"
648
- msgstr "Nom (necessari)"
649
-
650
- #: modules/carousel/jetpack-carousel.php:137
651
- #: modules/contact-form/grunion-contact-form.php:36
652
- #: modules/contact-form/grunion-form-view.php:160
653
- msgid "Website"
654
- msgstr "Lloc web"
655
-
656
- #: modules/carousel/jetpack-carousel.php:246
657
- msgid "Missing attachment ID."
658
- msgstr "Falta l'identificador adjunt."
659
-
660
- #: modules/carousel/jetpack-carousel.php:284
661
- msgid "Nonce verification failed."
662
- msgstr "No ha fallat cap verificació."
663
-
664
- #: modules/carousel/jetpack-carousel.php:291
665
- msgid "Missing target blog ID."
666
- msgstr "Falta l'identificador del bloc de destí."
667
-
668
- #: modules/carousel/jetpack-carousel.php:294
669
- msgid "Missing target post ID."
670
- msgstr "Falta l'identificador de l'entrada de destinació."
671
-
672
- #: modules/carousel/jetpack-carousel.php:297
673
- msgid "No comment text was submitted."
674
- msgstr "No s'ha enviat text del comentari."
675
-
676
- #: modules/carousel/jetpack-carousel.php:309
677
- msgid "Comments on this post are closed."
678
- msgstr "Els comentaris d'aquesta entrada estan tancats."
679
-
680
- #: modules/carousel/jetpack-carousel.php:319
681
- msgid "Sorry, but we could not authenticate your request."
682
- msgstr "Ho sentim, però no podem autenticar la sol·licitud."
683
-
684
- #: modules/carousel/jetpack-carousel.php:327
685
- msgid "Please provide your name."
686
- msgstr "Proporcioneu el vostre nom."
687
-
688
- #: modules/carousel/jetpack-carousel.php:330
689
- msgid "Please provide an email address."
690
- msgstr "Proporcioneu una adreça de correu electrònic."
691
-
692
- #: modules/carousel/jetpack-carousel.php:333
693
- msgid "Please provide a valid email address."
694
- msgstr "Proporcioneu una adreça de correu electrònic vàlid."
695
-
696
- #: modules/carousel/jetpack-carousel.php:360
697
- msgid "Image Gallery Carousel"
698
- msgstr "Carrusel de la galeria d'imatges"
699
-
700
- #: modules/carousel/jetpack-carousel.php:363
701
- msgid "Enable carousel"
702
- msgstr "Activar el carrusel"
703
-
704
- #: modules/carousel/jetpack-carousel.php:367
705
- msgid "Background color"
706
- msgstr "Color de fons"
707
-
708
- #: modules/carousel/jetpack-carousel.php:370
709
- msgid "Metadata"
710
- msgstr "Metadada"
711
-
712
- #: modules/carousel/jetpack-carousel.php:427
713
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
714
- msgstr "Mostra metadades (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) de la foto al carrousel, quan hi hagi"
715
-
716
- #: modules/carousel/jetpack-carousel.php:435
717
- msgid "Show map of photo location in carousel, when available."
718
- msgstr "Mostra el mapa de localització de la foto al carrusel, quan hi hagi"
719
-
720
- #: modules/carousel/jetpack-carousel.php:443
721
- msgid "Black"
722
- msgstr "Negre"
723
-
724
- #: modules/carousel/jetpack-carousel.php:443
725
- msgid "White"
726
- msgstr "Blanc"
727
-
728
- #: modules/carousel/jetpack-carousel.php:451
729
- msgid "Display images in full-size carousel slideshow."
730
- msgstr "Mostra les imatges a mida completa a les diapositives del carrusel."
731
-
732
- #: modules/comments/admin.php:50 modules/comments/comments.php:178
733
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
734
- msgid "Leave a Reply"
735
- msgstr "Deixa un comentari"
736
-
737
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:147
738
- msgid "Light"
739
- msgstr "Clar"
740
-
741
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:148
742
- msgid "Dark"
743
- msgstr "Obscur"
744
-
745
- #: modules/comments/admin.php:56
746
- msgid "Transparent"
747
- msgstr "Transparent"
748
-
749
- #: modules/comments/admin.php:72 modules/module-info.php:439
750
- msgid "Jetpack Comments"
751
- msgstr "Comentaris del Jetpack"
752
-
753
- #: modules/comments/admin.php:81
754
- msgid "Greeting Text"
755
- msgstr "Text de salutació"
756
-
757
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
758
- #: modules/widgets/facebook-likebox.php:145
759
- msgid "Color Scheme"
760
- msgstr "Esquema de color"
761
-
762
- #: modules/comments/admin.php:118
763
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
764
- msgstr "Ajusta el formulari dels comentaris del Jetpack amb una salutació i esquema de color intel·ligents."
765
-
766
- #: modules/comments/admin.php:134
767
- msgid "A few catchy words to motivate your readers to comment"
768
- msgstr "Unes poques paraules enganxoses que motivin els lectors a comentar"
769
-
770
- #: modules/comments/base.php:84
771
- msgid "Invalid request"
772
- msgstr "Sol·licitud no vàlida"
773
-
774
- #: modules/comments/base.php:231
775
- msgid "Error: please fill the required fields (name, email)."
776
- msgstr "Error: completeu els camps necessaris (nom, correu electrònic)."
777
-
778
- #: modules/comments/base.php:233
779
- msgid "Error: please enter a valid email address."
780
- msgstr "Error: introdueix una adreça de correu electrònic vàlid."
781
-
782
- #: modules/comments/comments.php:154
783
- msgid "You must <a href=\"%s\">log in</a> to post a comment."
784
- msgstr "Heu d'a href=\"%s\">entrar</a> per publicar un comentari."
785
-
786
- #: modules/comments/comments.php:217
787
- msgid "Cancel Reply"
788
- msgstr "Cancel·la la resposta"
789
-
790
- #: modules/comments/comments.php:351
791
- msgid "Invalid security token."
792
- msgstr "El testimoni de seguretat no és vàlid."
793
-
794
- #: modules/comments/comments.php:411 modules/comments/comments.php:462
795
- msgid "Submitting Comment%s"
796
- msgstr "S'esta enviant el comentari %s"
797
-
798
- #: modules/contact-form/admin.php:90
799
- msgid "From"
800
- msgstr "Des de"
801
-
802
- #: modules/contact-form/admin.php:91
803
- #: modules/contact-form/grunion-contact-form.php:42
804
- msgid "Message"
805
- msgstr "Missatge"
806
-
807
- #: modules/contact-form/admin.php:92
808
- msgid "Date"
809
- msgstr "Data"
810
-
811
- #: modules/contact-form/admin.php:162
812
- msgid "Restore this item from the Trash"
813
- msgstr "Restaura aquest element de la paperera"
814
-
815
- #: modules/contact-form/admin.php:164
816
- msgid "Restore"
817
- msgstr "Restaura"
818
-
819
- #: modules/contact-form/admin.php:167 modules/contact-form/admin.php:266
820
- msgid "Delete this item permanently"
821
- msgstr "Elimina aquest element permanentment"
822
-
823
- #: modules/contact-form/admin.php:169 modules/contact-form/admin.php:268
824
- msgid "Delete Permanently"
825
- msgstr "Suprimeix definitivament"
826
-
827
- #: modules/contact-form/admin.php:200
828
- msgid "Mark this message as spam"
829
- msgstr "Marca aquest missatge com a brossa"
830
-
831
- #: modules/contact-form/admin.php:207 modules/contact-form/admin.php:209
832
- #: modules/contact-form/admin.php:496
833
- msgid "Trash"
834
- msgstr "Paperera"
835
-
836
- #: modules/contact-form/admin.php:260
837
- msgid "Mark this message as NOT spam"
838
- msgstr "Marca el missatge com a legítim"
839
-
840
- #: modules/contact-form/admin.php:299
841
- msgid "Y-m-d @ g:i:s A"
842
- msgstr "d-m-Y a les g:i"
843
-
844
- #: modules/contact-form/admin.php:418
845
- msgid "You are not allowed to manage this item."
846
- msgstr "No teniu autorització per gestionar aquest element."
847
-
848
- #: modules/contact-form/admin.php:452
849
- msgid "You are not allowed to move this item out of the Trash."
850
- msgstr "No teniu autorització per treure aquest element de la paperera."
851
-
852
- #: modules/contact-form/admin.php:455
853
- msgid "Error in restoring from Trash."
854
- msgstr "Error en restaurar de la paperera."
855
-
856
- #: modules/contact-form/admin.php:459
857
- msgid "You are not allowed to move this item to the Trash."
858
- msgstr "No teniu permís per moure aquest element a la paperera."
859
-
860
- #: modules/contact-form/admin.php:462
861
- msgid "Error in moving to Trash."
862
- msgstr "S'ha produït un error en moure a la paperera."
863
-
864
- #: modules/contact-form/admin.php:486
865
- msgid "Messages"
866
- msgstr "Missatges"
867
-
868
- #: modules/contact-form/admin.php:509
869
- msgid "Spam"
870
- msgstr "Correu brossa"
871
-
872
- #: modules/contact-form/grunion-contact-form.php:34
873
- #: modules/contact-form/grunion-form-view.php:156
874
- msgid "Name"
875
- msgstr "Nom"
876
-
877
- #: modules/contact-form/grunion-contact-form.php:35
878
- #: modules/contact-form/grunion-form-view.php:155
879
- #: modules/sharedaddy/sharing-sources.php:196
880
- msgid "Email"
881
- msgstr "Correu electrònic"
882
-
883
- #: modules/contact-form/grunion-contact-form.php:39
884
- msgid "Subject"
885
- msgstr "Assumpte"
886
-
887
- #: modules/contact-form/grunion-contact-form.php:79
888
- #: modules/contact-form/grunion-contact-form.php:84
889
- #: modules/contact-form/grunion-contact-form.php:88
890
- #: modules/contact-form/grunion-contact-form.php:100
891
- #: modules/contact-form/grunion-contact-form.php:105
892
- #: modules/contact-form/grunion-contact-form.php:119
893
- msgid "(required)"
894
- msgstr "(necessari)"
895
-
896
- #: modules/contact-form/grunion-contact-form.php:99
897
- msgid "Yes"
898
- msgstr "Sí"
899
-
900
- #: modules/contact-form/grunion-contact-form.php:140
901
- msgid "%s requires a valid email address"
902
- msgstr "%s necessita un correu electrònic vàlid"
903
-
904
- #: modules/contact-form/grunion-contact-form.php:147
905
- msgid "%s is required"
906
- msgstr "Es necessita %s"
907
-
908
- #: modules/contact-form/grunion-contact-form.php:280
909
- #: modules/contact-form/grunion-contact-form.php:328
910
- msgid "Error!"
911
- msgstr "Error"
912
-
913
- #: modules/contact-form/grunion-contact-form.php:290
914
- msgid "Submit &#187;"
915
- msgstr "Envia &#187;"
916
-
917
- #: modules/contact-form/grunion-contact-form.php:333
918
- msgid "Message Sent"
919
- msgstr "Missatge enviat"
920
-
921
- #: modules/contact-form/grunion-contact-form.php:469
922
- msgid "l F j, Y \\a\\t g:i a"
923
- msgstr "d-m-Y \\a \\l\\e\\s G:i"
924
-
925
- #: modules/contact-form/grunion-contact-form.php:489
926
- msgid "Time:"
927
- msgstr "Hora:"
928
-
929
- #: modules/contact-form/grunion-contact-form.php:490
930
- msgid "IP Address:"
931
- msgstr "Adreça IP:"
932
-
933
- #: modules/contact-form/grunion-contact-form.php:491
934
- msgid "Contact Form URL:"
935
- msgstr "URl del formulari de contacte:"
936
-
937
- #: modules/contact-form/grunion-contact-form.php:514
938
- msgid "Sent by a verified %s user."
939
- msgstr "S'ha enviat per un usuari %s verificat."
940
-
941
- #: modules/contact-form/grunion-contact-form.php:518
942
- msgid "Sent by an unverified visitor to your site."
943
- msgstr "Enviat per un/a visitant no verificat a la teva web."
944
-
945
- #: modules/contact-form/grunion-contact-form.php:681
946
- #: modules/contact-form/grunion-form-view.php:136
947
- msgid "Feedbacks"
948
- msgstr "Opinions"
949
-
950
- #: modules/contact-form/grunion-contact-form.php:682
951
- msgid "Feedback"
952
- msgstr "Opinions (en anglès)"
953
-
954
- #: modules/contact-form/grunion-contact-form.php:683
955
- msgid "Search Feedback"
956
- msgstr "Cerca opinions"
957
-
958
- #: modules/contact-form/grunion-contact-form.php:684
959
- #: modules/contact-form/grunion-contact-form.php:685
960
- msgid "No feedback found"
961
- msgstr "No s'han trobat opinions"
962
-
963
- #: modules/contact-form/grunion-contact-form.php:701
964
- msgid "Spam <span class=\"count\">(%s)</span>"
965
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
966
- msgstr[0] "Brossa <span class=\"count\">(%s)</span>"
967
- msgstr[1] "Brosses <span class=\"count\">(%s)</span>"
968
-
969
- #: modules/contact-form/grunion-contact-form.php:725
970
- msgid "Add a custom form"
971
- msgstr "Afegeix un formulari personalitzat"
972
-
973
- #: modules/contact-form/grunion-form-view.php:8
974
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
975
- msgid "Name"
976
- msgstr "Nom"
977
-
978
- #: modules/contact-form/grunion-form-view.php:9
979
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
980
- msgid "Email"
981
- msgstr "Correu electrònic"
982
-
983
- #: modules/contact-form/grunion-form-view.php:10
984
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
985
- msgid "Website"
986
- msgstr "Lloc web"
987
-
988
- #: modules/contact-form/grunion-form-view.php:11
989
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
990
- msgid "Comment"
991
- msgstr "Comentari"
992
-
993
- #: modules/contact-form/grunion-form-view.php:12
994
- msgctxt "Default label for new HTML form field in contact form builder"
995
- msgid "New Field"
996
- msgstr "Camp nou"
997
-
998
- #: modules/contact-form/grunion-form-view.php:13
999
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
1000
- msgid "Options"
1001
- msgstr "Opcions"
1002
-
1003
- #: modules/contact-form/grunion-form-view.php:14
1004
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
1005
- msgid "Option"
1006
- msgstr "Opció"
1007
-
1008
- #: modules/contact-form/grunion-form-view.php:15
1009
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
1010
- msgid "First option"
1011
- msgstr "Primera opció"
1012
-
1013
- #: modules/contact-form/grunion-form-view.php:16
1014
- msgctxt "error message in contact form builder"
1015
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
1016
- msgstr "Buf, s'ha produït un problema en generar el formulari. Probablement haureu d'intentar-ho de nou."
1017
-
1018
- #: modules/contact-form/grunion-form-view.php:17
1019
- msgid ""
1020
- "Drag up or down\n"
1021
- "to re-arrange"
1022
- msgstr ""
1023
- "Arrossega i desa\n"
1024
- "per tornar a organitzar"
1025
-
1026
- #: modules/contact-form/grunion-form-view.php:18
1027
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
1028
- msgid "move"
1029
- msgstr "mou"
1030
-
1031
- #: modules/contact-form/grunion-form-view.php:19
1032
- msgctxt "Link to edit an HTML form field in contact form builder"
1033
- msgid "edit"
1034
- msgstr "edita"
1035
-
1036
- #: modules/contact-form/grunion-form-view.php:20
1037
- msgid "Saved successfully"
1038
- msgstr "S'ha desat correctament."
1039
-
1040
- #: modules/contact-form/grunion-form-view.php:21
1041
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
1042
- msgid "(required)"
1043
- msgstr "(necessari)"
1044
-
1045
- #: modules/contact-form/grunion-form-view.php:22
1046
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
1047
- msgstr "Segur que voleu sortir de l'editor del formulari sense desar? Qualsevol canvi que hàgiu fet es perdrà."
1048
-
1049
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:409
1050
- #: modules/module-info.php:413
1051
- msgid "Contact Form"
1052
- msgstr "Formulari de contacte"
1053
-
1054
- #: modules/contact-form/grunion-form-view.php:118
1055
- msgid "Your new field was saved successfully"
1056
- msgstr "S'ha desat correctament el camp nou"
1057
-
1058
- #: modules/contact-form/grunion-form-view.php:120
1059
- msgid "Form builder"
1060
- msgstr "Constructor de formularis"
1061
-
1062
- #: modules/contact-form/grunion-form-view.php:121
1063
- msgid "Email notifications"
1064
- msgstr "Notificacions per correu electrònic"
1065
-
1066
- #: modules/contact-form/grunion-form-view.php:126
1067
- msgid "How does this work?"
1068
- msgstr "Com funciona açò?"
1069
-
1070
- #: modules/contact-form/grunion-form-view.php:127
1071
- msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
1072
- msgstr "En afegir un formulari de contacte, els lectors podran enviar-vos opinions. Totes les opinions s'escanegen automàticament per trobar-hi brossa, i les opinions legítimes s'us enviaran per correu electrònic.s"
1073
-
1074
- #: modules/contact-form/grunion-form-view.php:128
1075
- msgid "Can I add more fields?"
1076
- msgstr "Puc afegir més camps?"
1077
-
1078
- #: modules/contact-form/grunion-form-view.php:130
1079
- msgctxt "%1$s = \"Click here\" in an HTML link"
1080
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
1081
- msgstr "Segur que sí. %1$s per afegir un caixa de text nova, una àrea de text, un botó d'opció, una casella de selecció o un desplegable."
1082
-
1083
- #: modules/contact-form/grunion-form-view.php:131
1084
- msgid "Click here"
1085
- msgstr "Feu clic aquí"
1086
-
1087
- #: modules/contact-form/grunion-form-view.php:133
1088
- msgid "Can I view my feedback within WordPress?"
1089
- msgstr "Puc veure la meva opinió al WordPress?"
1090
-
1091
- #: modules/contact-form/grunion-form-view.php:135
1092
- msgctxt "%1$s = \"Feedbacks\" in an HTML link"
1093
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
1094
- msgstr "Sí, podeu llegir les opinions en qualsevol moment si feu clic a l'enllaç \"%1$s\" al menú de l'administrador."
1095
-
1096
- #: modules/contact-form/grunion-form-view.php:141
1097
- msgid "Do I need to fill this out?"
1098
- msgstr "He d'omplir això?"
1099
-
1100
- #: modules/contact-form/grunion-form-view.php:142
1101
- msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
1102
- msgstr "No. Però si us agrada modificar on s'envien o l'assumpte de les opinions, podeu. Si no feu cap canvi aquí, les opinions s'enviaran a l'autor de la pàgina o de l'entrada i l'assumpte del missatge serà el nom de la pàgina o de l'entrada."
1103
-
1104
- #: modules/contact-form/grunion-form-view.php:146
1105
- msgid "Edit this new field"
1106
- msgstr "Edita aquest camp nou"
1107
-
1108
- #: modules/contact-form/grunion-form-view.php:148
1109
- #: modules/sharedaddy/sharing-sources.php:972
1110
- msgid "Label"
1111
- msgstr "Etiqueta"
1112
-
1113
- #: modules/contact-form/grunion-form-view.php:149
1114
- msgid "New field"
1115
- msgstr "Camp nou"
1116
-
1117
- #: modules/contact-form/grunion-form-view.php:151
1118
- msgid "Field type"
1119
- msgstr "Tipus de camp"
1120
-
1121
- #: modules/contact-form/grunion-form-view.php:153
1122
- msgid "Checkbox"
1123
- msgstr "Casella de selecció"
1124
-
1125
- #: modules/contact-form/grunion-form-view.php:154
1126
- msgid "Drop down"
1127
- msgstr "Desplega"
1128
-
1129
- #: modules/contact-form/grunion-form-view.php:157
1130
- msgid "Radio"
1131
- msgstr "Botó d'opció"
1132
-
1133
- #: modules/contact-form/grunion-form-view.php:158
1134
- msgid "Text"
1135
- msgstr "Text"
1136
-
1137
- #: modules/contact-form/grunion-form-view.php:159
1138
- msgid "Textarea"
1139
- msgstr "Àrea de text"
1140
-
1141
- #: modules/contact-form/grunion-form-view.php:166
1142
- msgid "Options"
1143
- msgstr "Opcions"
1144
-
1145
- #: modules/contact-form/grunion-form-view.php:167
1146
- msgid "First option"
1147
- msgstr "Primera opció"
1148
-
1149
- #: modules/contact-form/grunion-form-view.php:170
1150
- msgid "Add another option"
1151
- msgstr "Afegeix altra opció"
1152
-
1153
- #: modules/contact-form/grunion-form-view.php:177
1154
- msgid "Required?"
1155
- msgstr "Necessari?"
1156
-
1157
- #: modules/contact-form/grunion-form-view.php:182
1158
- msgid "Save this field"
1159
- msgstr "S'ha desat aquest camp"
1160
-
1161
- #: modules/contact-form/grunion-form-view.php:187
1162
- msgid "Here&#8217;s what your form will look like"
1163
- msgstr "Així és com el formulari es veurà"
1164
-
1165
- #: modules/contact-form/grunion-form-view.php:192
1166
- msgid "Add a new field"
1167
- msgstr "Afegeix un camp nou"
1168
-
1169
- #: modules/contact-form/grunion-form-view.php:194
1170
- msgid "Add this form to my post"
1171
- msgstr "Afegeix aquest formulari a l'entrada"
1172
-
1173
- #: modules/contact-form/grunion-form-view.php:197
1174
- msgid "Email settings"
1175
- msgstr "Paràmetres del correu electrònic"
1176
-
1177
- #: modules/contact-form/grunion-form-view.php:199
1178
- msgid "Enter your email address"
1179
- msgstr "Introduïu el vostre correu electrònic"
1180
-
1181
- #: modules/contact-form/grunion-form-view.php:202
1182
- msgid "What should the subject line be?"
1183
- msgstr "Quina hauria de ser la línia de l'assumpte?"
1184
-
1185
- #: modules/contact-form/grunion-form-view.php:205
1186
- msgid "Save and go back to form builder"
1187
- msgstr "Desa i torna al constructor de formularis"
1188
-
1189
- #: modules/custom-css/custom-css.php:501
1190
- msgid "Preview: changes must be saved or they will be lost"
1191
- msgstr "Vista prèvia: els canvis s'ha de guardar o es perdran"
1192
-
1193
- #: modules/custom-css/custom-css.php:529
1194
- msgid "Edit CSS"
1195
- msgstr "Editar CSS"
1196
-
1197
- #: modules/custom-css/custom-css.php:543
1198
- msgid "CSS"
1199
- msgstr "CSS"
1200
-
1201
- #: modules/custom-css/custom-css.php:582
1202
- msgid "Custom CSS Stylesheet"
1203
- msgstr "Fulles d'estil CSS personalitzades"
1204
-
1205
- #: modules/custom-css/custom-css.php:742
1206
- msgid "Stylesheet saved."
1207
- msgstr "Full d'estil guardat."
1208
-
1209
- #: modules/custom-css/custom-css.php:750
1210
- msgid "CSS Stylesheet Editor"
1211
- msgstr "Editor de les fulles d'estill CSS"
1212
-
1213
- #: modules/custom-css/custom-css.php:751
1214
- msgid ""
1215
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
1216
- "\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
1217
- msgstr ""
1218
-
1219
- #: modules/custom-css/custom-css.php:771
1220
- msgid "Preview"
1221
- msgstr "Previsualitza"
1222
-
1223
- #: modules/custom-css/custom-css.php:772
1224
- msgid "Save Stylesheet &amp; Buy Upgrade"
1225
- msgstr "Desa la fulla d'estil &amp; Compra una actualització"
1226
-
1227
- #: modules/custom-css/custom-css.php:772
1228
- msgid "Save Stylesheet"
1229
- msgstr "Desa la fulla d'estil"
1230
-
1231
- #: modules/custom-css/custom-css.php:777
1232
- msgid "CSS Settings"
1233
- msgstr "Configuració de CSS"
1234
-
1235
- #: modules/custom-css/custom-css.php:784
1236
- msgid "CSS Revisions"
1237
- msgstr "Revisions de CSS"
1238
-
1239
- #: modules/custom-css/custom-css.php:816
1240
- msgid "Add my CSS to <strong>%s&apos;s</strong> CSS stylesheet."
1241
- msgstr "Afegeix el CSS a la fulla d'estil <strong>%s</strong>"
1242
-
1243
- #: modules/custom-css/custom-css.php:817
1244
- msgid "Don&apos;t use <strong>%s&apos;s</strong> CSS, and replace everything with my own CSS."
1245
- msgstr "No feu servir la fulla d'estil CSS <strong>%s</strong>, i reemplaceu tot per les meves fulles d'estil CSS."
1246
-
1247
- #: modules/custom-css/custom-css.php:819
1248
- msgid "<a href=\"%s\">View the original stylesheet</a> for the %s theme. Use this as a reference and do not copy and paste all of it into the CSS Editor."
1249
- msgstr "<a href=\"%s\">Visualitza la fulla d'estil original</a> del tema %s. Utilitzeu-la com a referència i no copieu i enganxeu tot a l'editor CSS."
1250
-
1251
- #: modules/custom-css/custom-css.php:821
1252
- msgid "Limit width to"
1253
- msgstr "Limita l'amplada a"
1254
-
1255
- #: modules/custom-css/custom-css.php:821
1256
- msgid "pixels for videos, full size images, and other shortcodes. (<a href=\"%s\">More info</a>.)"
1257
- msgstr "píxels per als vídeos, imatges a mida completa, i altres trossos de codi. (<a href=\"%s\">Més informació</a>.)"
1258
-
1259
- #: modules/custom-css/custom-css.php:822
1260
- msgid "The default content width for the %s theme is %d pixels."
1261
- msgstr "L'amplada predeterminada del contingut per al tema %s és de %d píxels."
1262
-
1263
- #: modules/gravatar-hovercards.php:44 modules/module-info.php:57
1264
- #: modules/module-info.php:72
1265
- msgid "Gravatar Hovercards"
1266
- msgstr "Logo de les targes contextuals"
1267
-
1268
- #: modules/gravatar-hovercards.php:56
1269
- msgid "View people's profiles when you mouse over their Gravatars"
1270
- msgstr "Visualitza els perfils de la gent quan passeu el ratolí per sobre dels seus Gravatars."
1271
-
1272
- #: modules/gravatar-hovercards.php:83
1273
- msgid "Put your mouse over your Gravatar to check out your profile."
1274
- msgstr "Passeu el ratolí per sobre del Gravatar per revisar el vostre perfil."
1275
-
1276
- #: modules/minileven/minileven.php:90
1277
- msgid "View Mobile Site"
1278
- msgstr ""
1279
-
1280
- #: modules/minileven/theme/pub/minileven/comments.php:15
1281
- msgid "This post is password protected. Enter the password to view any comments."
1282
- msgstr "Aquesta entrada està protegida amb contrasenya. Introduïu la contrasenya per veure'n els comentaris."
1283
-
1284
- #: modules/minileven/theme/pub/minileven/comments.php:45
1285
- msgid "Comment navigation"
1286
- msgstr ""
1287
-
1288
- #: modules/minileven/theme/pub/minileven/comments.php:46
1289
- msgid "&larr; Older Comments"
1290
- msgstr ""
1291
-
1292
- #: modules/minileven/theme/pub/minileven/comments.php:47
1293
- msgid "Newer Comments &rarr;"
1294
- msgstr ""
1295
-
1296
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
1297
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
1298
- #: modules/minileven/theme/pub/minileven/content.php:13
1299
- #: modules/minileven/theme/pub/minileven/content.php:17
1300
- msgid "Permalink to %s"
1301
- msgstr "Enllaç permanent a %s"
1302
-
1303
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
1304
- msgid "Gallery"
1305
- msgstr "Galeria"
1306
-
1307
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
1308
- #: modules/minileven/theme/pub/minileven/content.php:36
1309
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:26
1310
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
1311
- msgstr "Continua llegint <span class=\"meta-nav\">&rarr;</span>"
1312
-
1313
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
1314
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
1315
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
1316
- msgstr[0] "Aquesta galeria conté <a %1$s>%2$s fotografia</a>."
1317
- msgstr[1] "Aquesta galeria conté <a %1$s>%2$s fotografies</a>."
1318
-
1319
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
1320
- #: modules/minileven/theme/pub/minileven/content.php:38
1321
- #: modules/minileven/theme/pub/minileven/image.php:64
1322
- #: modules/minileven/theme/pub/minileven/page.php:27
1323
- msgid "Pages:"
1324
- msgstr "Pàgines:"
1325
-
1326
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
1327
- #: modules/minileven/theme/pub/minileven/content.php:46
1328
- #: modules/minileven/theme/pub/minileven/image.php:80
1329
- msgid "<b>1</b> Reply"
1330
- msgstr ""
1331
-
1332
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
1333
- #: modules/minileven/theme/pub/minileven/content.php:46
1334
- #: modules/minileven/theme/pub/minileven/image.php:80
1335
- msgid "<b>%</b> Replies"
1336
- msgstr ""
1337
-
1338
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
1339
- #: modules/minileven/theme/pub/minileven/content.php:48
1340
- #: modules/minileven/theme/pub/minileven/image.php:82
1341
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:66
1342
- #: modules/minileven/theme/pub/minileven/page.php:31
1343
- msgid "Edit"
1344
- msgstr "Edita"
1345
-
1346
- #: modules/minileven/theme/pub/minileven/content.php:14
1347
- msgid "Featured"
1348
- msgstr "Destacades"
1349
-
1350
- #: modules/minileven/theme/pub/minileven/content.php:23
1351
- msgid "Posted by "
1352
- msgstr ""
1353
-
1354
- #: modules/minileven/theme/pub/minileven/content.php:25
1355
- msgid "%s"
1356
- msgstr "%s"
1357
-
1358
- #: modules/minileven/theme/pub/minileven/content.php:46
1359
- #: modules/minileven/theme/pub/minileven/image.php:80
1360
- msgid "Leave a reply"
1361
- msgstr ""
1362
-
1363
- #: modules/minileven/theme/pub/minileven/content.php:54
1364
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
1365
- msgid "Post navigation"
1366
- msgstr ""
1367
-
1368
- #: modules/minileven/theme/pub/minileven/content.php:55
1369
- msgid "&laquo; Previous"
1370
- msgstr "&laquo; Entrades anteriors"
1371
-
1372
- #: modules/minileven/theme/pub/minileven/content.php:56
1373
- msgid "Next &raquo;"
1374
- msgstr "Entrades següents &raquo;"
1375
-
1376
- #: modules/minileven/theme/pub/minileven/footer.php:22
1377
- msgid "http://wordpress.org/"
1378
- msgstr "http://wordpress.org/"
1379
-
1380
- #: modules/minileven/theme/pub/minileven/footer.php:22
1381
- msgid "Semantic Personal Publishing Platform"
1382
- msgstr "Plataforma de publicació personal i semàntica."
1383
-
1384
- #: modules/minileven/theme/pub/minileven/footer.php:22
1385
- msgid "Proudly powered by %s"
1386
- msgstr ""
1387
-
1388
- #: modules/minileven/theme/pub/minileven/functions.php:54
1389
- msgid "Primary Menu"
1390
- msgstr ""
1391
-
1392
- #: modules/minileven/theme/pub/minileven/functions.php:92
1393
- msgid "Main Sidebar"
1394
- msgstr "Barra lateral principal"
1395
-
1396
- #: modules/minileven/theme/pub/minileven/header.php:32
1397
- msgid "Page %s"
1398
- msgstr "Pàgina %s"
1399
-
1400
- #: modules/minileven/theme/pub/minileven/header.php:50
1401
- msgid "Menu"
1402
- msgstr ""
1403
-
1404
- #: modules/minileven/theme/pub/minileven/header.php:53
1405
- msgid "Skip to primary content"
1406
- msgstr ""
1407
-
1408
- #: modules/minileven/theme/pub/minileven/image.php:73
1409
- msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
1410
- msgstr ""
1411
-
1412
- #: modules/minileven/theme/pub/minileven/image.php:87
1413
- msgid "Image navigation"
1414
- msgstr ""
1415
-
1416
- #: modules/minileven/theme/pub/minileven/image.php:88
1417
- msgid "&raquo; Previous"
1418
- msgstr ""
1419
-
1420
- #: modules/minileven/theme/pub/minileven/image.php:89
1421
- msgid "Next &raquo; "
1422
- msgstr ""
1423
-
1424
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
1425
- msgid "<span class=\"meta-nav\">&laquo;</span> Older"
1426
- msgstr ""
1427
-
1428
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
1429
- msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
1430
- msgstr ""
1431
-
1432
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
1433
- msgid "Pingback:"
1434
- msgstr "Retroenllaç:"
1435
-
1436
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
1437
- msgid "%1$s on %2$s"
1438
- msgstr "%1$s en %2$s"
1439
-
1440
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
1441
- msgid "%1$s at %2$s"
1442
- msgstr "%1$s a les %2$s"
1443
-
1444
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:70
1445
- msgid "Your comment is awaiting moderation."
1446
- msgstr "El comentari està esperant moderació."
1447
-
1448
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:79
1449
- msgid "Reply <span>&darr;</span>"
1450
- msgstr ""
1451
-
1452
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:93
1453
- msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
1454
- msgstr ""
1455
-
1456
- #: modules/minileven/theme/pub/minileven/index.php:23
1457
- msgid "Daily Archives: %s"
1458
- msgstr "Arxius diaris: %s"
1459
-
1460
- #: modules/minileven/theme/pub/minileven/index.php:25
1461
- msgid "Monthly Archives: %s"
1462
- msgstr "Arxius mensuals: %s"
1463
-
1464
- #: modules/minileven/theme/pub/minileven/index.php:27
1465
- msgid "Yearly Archives: %s"
1466
- msgstr "Arxiu anual: %s"
1467
-
1468
- #: modules/minileven/theme/pub/minileven/index.php:29
1469
- msgid "Posted in %s"
1470
- msgstr "Arxivat a %s"
1471
-
1472
- #: modules/minileven/theme/pub/minileven/index.php:31
1473
- msgid "Tagged with %s"
1474
- msgstr ""
1475
-
1476
- #: modules/minileven/theme/pub/minileven/index.php:33
1477
- msgid "Posted by"
1478
- msgstr "Publicat per"
1479
-
1480
- #: modules/minileven/theme/pub/minileven/index.php:35
1481
- msgid "Blog Archives"
1482
- msgstr "Arxiu del Bloc"
1483
-
1484
- #: modules/minileven/theme/pub/minileven/index.php:43
1485
- msgid "Search Results for: %s"
1486
- msgstr "Resultats de la cerca per a: %s"
1487
-
1488
- #: modules/minileven/theme/pub/minileven/index.php:57
1489
- msgid "Nothing Found"
1490
- msgstr "No s'ha trobat res"
1491
-
1492
- #: modules/minileven/theme/pub/minileven/index.php:61
1493
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
1494
- msgstr "No hi ha cap resultat per l'arxiu sol·licitat. Potser cercar us ajudarà a trobar una entrada relacionada."
1495
-
1496
- #: modules/minileven/theme/pub/minileven/searchform.php:9
1497
- #: modules/minileven/theme/pub/minileven/searchform.php:10
1498
- #: modules/minileven/theme/pub/minileven/searchform.php:11
1499
- msgid "Search"
1500
- msgstr "Cerca"
1501
-
1502
- #: modules/minileven.php:42
1503
- msgid "Excerpts"
1504
- msgstr ""
1505
-
1506
- #: modules/minileven.php:46
1507
- msgid "Enable excerpts on front page and on archive pages"
1508
- msgstr ""
1509
-
1510
- #: modules/minileven.php:51
1511
- msgid "Show full posts on front page and on archive pages"
1512
- msgstr ""
1513
-
1514
- #: modules/minileven.php:60
1515
- msgid "Mobile Apps"
1516
- msgstr ""
1517
-
1518
- #: modules/minileven.php:61
1519
- msgid "Take WordPress with you."
1520
- msgstr ""
1521
-
1522
- #: modules/minileven.php:63
1523
- msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
1524
- msgstr ""
1525
-
1526
- #: modules/module-info.php:22 modules/module-info.php:26
1527
- msgid "VaultPress"
1528
- msgstr "VaultPress"
1529
-
1530
- #: modules/module-info.php:28
1531
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
1532
- msgstr "La instal·lació del WordPress està sent protegida actualment amb la millor seguretat del món, còpia de seguretat i suport."
1533
-
1534
- #: modules/module-info.php:29
1535
- msgctxt "Visit your _VaultPress_dashboard_."
1536
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
1537
- msgstr "Per comprovar les còpies de seguretat, veure qualsevol alerta de seguretat o comprovar la vitalitat del VaultPress, visiteu %s."
1538
-
1539
- #: modules/module-info.php:29
1540
- msgid "VaultPress dashboard"
1541
- msgstr "Tauler de control del VaultPress"
1542
-
1543
- #: modules/module-info.php:31
1544
- msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
1545
- msgstr "Amb una subscripció mensual, l'extensió VaultPress farà una còpia de seguretat del contingut de la web, dels temes i de les extensions en temps real, així també realitzarà escanejos de seguretat regulars per trobar les amenaces i atacs més comuns."
1546
-
1547
- #: modules/module-info.php:32
1548
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
1549
- msgid "View %s."
1550
- msgstr "Mostra %s."
1551
-
1552
- #: modules/module-info.php:32
1553
- msgid "Plans & Pricing"
1554
- msgstr "Plans i preus"
1555
-
1556
- #: modules/module-info.php:53 modules/module-info.php:68
1557
- msgid "Gravatar Hovercard"
1558
- msgstr "Gravatar de la tarja contextual"
1559
-
1560
- #: modules/module-info.php:58 modules/module-info.php:73
1561
- msgid "What&#8217;s a Hovercard?"
1562
- msgstr "Què és una tarja contextual?"
1563
-
1564
- #: modules/module-info.php:59
1565
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
1566
- msgstr "Les targes emergents milloren les imatges Gravatar amb informació sobre una persona: nom, biografia, fotos, informació de contacte, i altres serveis que fa servir en la web, com ara el Twitter, Facebook, o LinkedIn."
1567
-
1568
- #: modules/module-info.php:60
1569
- msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
1570
- msgstr "Les targes emergents ofereixen una gran manera de mostrar la vostra presència a internet i ajudar a la gent a trobar el vostre bloc."
1571
-
1572
- #: modules/module-info.php:74
1573
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
1574
- msgstr "Les targes emergents potencien les imatges Gravatar planes amb information sobre una persona: nom, biografia, fotos, informació de contacte i altres serveis."
1575
-
1576
- #: modules/module-info.php:75
1577
- msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
1578
- msgstr "Per veure les targes emergents, cerqueu en qualsevol entrada del bloc que tingui comentaris. Si qui comenta té una tarja emergent associada amb el seu gravatar, passeu el ratolí per sobre la seva imatge i la tarja emergent apareixerà. Per tancar la tarja emergent, feu clic en el botó de desactivació de la part superior."
1579
-
1580
- #: modules/module-info.php:90 modules/module-info.php:94
1581
- #: modules/module-info.php:103 modules/module-info.php:107
1582
- msgid "Shortcode Embeds"
1583
- msgstr "Incrusta el codi"
1584
-
1585
- #: modules/module-info.php:95 modules/module-info.php:108
1586
- msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
1587
- msgstr "Els trossos de codi us permeten incrustar mèdia des d'altres llocs de manera fàcil i amb seguretat al vostre lloc web. Amb un simple codi, podeu dir-li al WordPress que incrusti YouTube, Flickr i altres mèdia."
1588
-
1589
- #: modules/module-info.php:109
1590
- msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
1591
- msgstr "Introduïu un tros de codi directament a l'editor de l'entrada/pàgina per incrustar mèdia. Si voleu instruccions més específiques seguiu els enllaços següents."
1592
-
1593
- #: modules/module-info.php:132
1594
- msgid "Available shortcodes are: %l."
1595
- msgstr "Els codis curts disponibles són: %l."
1596
-
1597
- #: modules/module-info.php:147 modules/module-info.php:151
1598
- #: modules/module-info.php:161 modules/module-info.php:165
1599
- msgid "WP.me Shortlinks"
1600
- msgstr "Enllaços curts de WP.me"
1601
-
1602
- #: modules/module-info.php:152 modules/module-info.php:166
1603
- msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
1604
- msgstr "En lloc de teclejar o copiar i pegar URLs llargues, podeu ara aconseguir un simple i curt enllaç a les vostres entrades i pàgines. Això fa servir el super compacte nom de domini wp.me, i us dona una URL única que serà segura i fiable."
1605
-
1606
- #: modules/module-info.php:153
1607
- msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
1608
- msgstr "És perfecte per fer servir al Twitter, Facebook i missatges de text per mòbils on cada caràcter compta."
1609
-
1610
- #: modules/module-info.php:167
1611
- msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
1612
- msgstr "Per fer servir enllaços curts, aneu a qualsevol entrada publicada (o publiqueu quelcom nou!). El botó &#8220;Aconsegueix un enllaç curt&#8221; es visualitzarà a la part inferior del títol de l'entrada. Quan feu clic en ell, un quadre de diàleg apareixerà amb l'enllaç curt i podeu copiar i pegar al Twitter, al Facebook o a qualsevol lloc on vulgueu."
1613
-
1614
- #: modules/module-info.php:182 modules/module-info.php:186
1615
- #: modules/module-info.php:195 modules/module-info.php:199
1616
- msgid "WordPress.com Stats"
1617
- msgstr "Estadístiques de WordPress.com"
1618
-
1619
- #: modules/module-info.php:187 modules/module-info.php:200
1620
- msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
1621
- msgstr "Hi ha un munt d'extensions i serveis que proporcionen estadístiques, però les dades poden ser aclaparadores. Les estadístiques de WordPress.com fan que les mètriques més populars siguin fàcil d'entendre gràcies a una interfície atractiva i clara."
1622
-
1623
- #: modules/module-info.php:201
1624
- msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
1625
- msgstr "Podeu <a href=\"%s\">visualitzar les estadístiques del tauler aquí</a>."
1626
-
1627
- #: modules/module-info.php:216 modules/module-info.php:231
1628
- msgid "LaTeX"
1629
- msgstr "LaTeX"
1630
-
1631
- #: modules/module-info.php:221 modules/module-info.php:236
1632
- msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
1633
- msgstr "%s és un potent llenguatge de marques per escriure complexes equacions matemàtiques, fórmules, etc."
1634
-
1635
- #: modules/module-info.php:222
1636
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
1637
- msgstr "El JetPack combina el pdoer de %s i la simplicitat del WordPress per a donar-vos l'últim en plataformes de bloc matemàtiques."
1638
-
1639
- #: modules/module-info.php:223
1640
- msgid "Wow, that sounds nerdy."
1641
- msgstr "Uau, això sona molt lleig."
1642
-
1643
- #: modules/module-info.php:237
1644
- msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
1645
- msgstr "Useu <code>$latex el vostre codi latex aquí$</code> o <code>[latex]el vostre codi latex aquí[/latex]</code> per incloure %s en les entrades i comentaris. Hi ha disponibles <a href=\"%s\" target=\"_blank\">tot tipus d'opcions</a>."
1646
-
1647
- #: modules/module-info.php:252 modules/module-info.php:255
1648
- #: modules/module-info.php:276 modules/sharedaddy/sharedaddy.php:25
1649
- #: modules/sharedaddy/sharing.php:51
1650
- msgid "Sharing"
1651
- msgstr "Compartint"
1652
-
1653
- #: modules/module-info.php:256
1654
- msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
1655
- msgstr "Comparteix les entrades amb el Twitter, el Facebook, i un munt d'altres serveis. Podeu configurar els serveis perquè apareguin com a icones, text o ambdues opcions. Alguns serveis tenen opcions addicionals a mostrar-se com a botons intel·ligents, com ara el Twitter, que actualitzarà el nombre de vegades que l'entrada s'ha compartit."
1656
-
1657
- #: modules/module-info.php:260
1658
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
1659
- msgstr "Els següents serveis estan inclosos: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, i Email."
1660
-
1661
- #: modules/module-info.php:262
1662
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
1663
- msgstr "Estan inclosos els següents serveis: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, i Email."
1664
-
1665
- #: modules/module-info.php:266
1666
- msgid "Additionally you can define your own custom services."
1667
- msgstr "De manera addicional podeu definir els vostres propis serveis."
1668
-
1669
- #: modules/module-info.php:281
1670
- msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
1671
- msgstr "Per configurar les opcions de compartició, aneu al menú de les opcions &rarr; <a href=\"%s\">de compartició</a>."
1672
-
1673
- #: modules/module-info.php:282
1674
- msgid "Drag and drop sharing services into the enabled section to have them show up on your site, and drag them into the hidden section to have them hidden behind a button."
1675
- msgstr "Arrossega i deixa anar els serveis de compartició en la secció activa per activar-les al lloc web, i arrossega-les en les seccions ocultes per tenir-les ocultes darrere d'un botó."
1676
-
1677
- #: modules/module-info.php:288
1678
- msgid "Full details can be found on the <a href=\"%s\">Sharing support page</a>. This video also gives a swish run-down of how to use the Sharing feature. Watch it in HD for extra snazz!"
1679
- msgstr "Tots els detalls es poden trobar a la <a href=\"%s\">pàgina de suport de compartició</a>. Aquest vídeo també dóna una pinzellada sobre com fer servir la característica de compartició. Mireu-lo en alta definició!"
1680
-
1681
- #: modules/module-info.php:303 modules/module-info.php:307
1682
- msgid "Spelling and Grammar"
1683
- msgstr "Ortografia i gramàtica"
1684
-
1685
- #: modules/module-info.php:309
1686
- msgid "The <a href='%s'>After&nbsp;the&nbsp;Deadline</a> Proofreading service improves your writing by using artificial intelligence to find your errors and offer smart suggestions."
1687
- msgstr "El servei de correcció <a href='%s'>After&nbsp;the&nbsp;Deadline</a> millora l'escriptura en fer servir intel·ligència artificial per trobar errors i oferir suggeriments intel·ligents."
1688
-
1689
- #: modules/module-info.php:310
1690
- msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
1691
- msgstr "After the Deadline proporciona un nombre d'<a href=\"%s\">opcions de personalització</a>, que podeu editar al vostre perfil."
1692
-
1693
- #: modules/module-info.php:324 modules/module-info.php:338
1694
- msgid "Widgets Screenshot"
1695
- msgstr "Captura dels ginys"
1696
-
1697
- #: modules/module-info.php:327 modules/module-info.php:341
1698
- msgid "Extra Sidebar Widgets"
1699
- msgstr "Ginys extra de la barra lateral"
1700
-
1701
- #: modules/module-info.php:329
1702
- msgid "The RSS Links Widget "
1703
- msgstr "El giny d'enllaços RSS"
1704
-
1705
- #: modules/module-info.php:329
1706
- msgid "allows you to add links to your blog&#8217;s post and comment RSS feeds in your sidebar. This makes it easy for your readers to stay updated when you post new content or receive new comments."
1707
- msgstr "us permet afegir enllaços als canals RSS de les entrades i comentaris a la barra lateral. Això fa fàcil per als vostres lectors estar actualitzats quan publiqueu nou contingut o rebeu nous comentaris."
1708
-
1709
- #: modules/module-info.php:330
1710
- msgid "The Twitter Widget "
1711
- msgstr "El giny del Twitter"
1712
-
1713
- #: modules/module-info.php:330
1714
- msgid "shows your latest tweets within a sidebar on your theme. It&#8217;s an easy way to add more activity to your site. There are also a number of customization options."
1715
- msgstr "mostra les darreres piulades en la barra lateral del tema. És una manera senzilla d'afegir més activitat al vostre lloc web. També hi ha un munt d'opcions de personalització."
1716
-
1717
- #: modules/module-info.php:330
1718
- msgid "The Facebook Like Box Widget "
1719
- msgstr "Giny M'agrada del Facebook"
1720
-
1721
- #: modules/module-info.php:330
1722
- msgid "shows your Facebook Like Box within a sidebar on your theme. It&#8217;s a great way to let your readers show their support."
1723
- msgstr "mostra la caixa M'agrada del Facebook a la barra lateral del tema. És una gran forma de deixar que els vostres lectors mostrin el seu suport."
1724
-
1725
- #: modules/module-info.php:330
1726
- msgid "The Image Widget "
1727
- msgstr "El giny d'imatge"
1728
-
1729
- #: modules/module-info.php:330
1730
- msgid "allows you to easily add images to widget areas in your theme. It&#8217;s an easy way to add more visual interest to your site."
1731
- msgstr "us permet afegir fàcilment imatges a les àrees de ginys del tema. És una manera senzilla d'afegir interès visual a la vostra pàgina web."
1732
-
1733
- #: modules/module-info.php:343
1734
- msgid "The RSS Links Widget"
1735
- msgstr "El giny d'enllaços RSS"
1736
-
1737
- #: modules/module-info.php:343
1738
- msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
1739
- msgstr "us permet afegir fàcilment canals RSS de les entrades i comentaris a una barra lateral del tema."
1740
-
1741
- #: modules/module-info.php:344
1742
- msgid "The Twitter Widget"
1743
- msgstr "El giny del Twitter"
1744
-
1745
- #: modules/module-info.php:344
1746
- msgid "shows your latest tweets within a sidebar on your theme."
1747
- msgstr "mostra les darreres piulades a la barra lateral del tema."
1748
-
1749
- #: modules/module-info.php:345
1750
- msgid "The Facebook Like Box Widget"
1751
- msgstr "El giny de la caixa M'agrada del Facebook"
1752
-
1753
- #: modules/module-info.php:345
1754
- msgid "shows your Facebook Like Box within a sidebar on your theme."
1755
- msgstr "mostra la caixa M'agrada del Facebook a la barra lateral del tema."
1756
-
1757
- #: modules/module-info.php:346
1758
- msgid "The Image Widget"
1759
- msgstr "El giny d'imatge"
1760
-
1761
- #: modules/module-info.php:346
1762
- msgid "lets you easily add images to a sidebar on your theme."
1763
- msgstr "us permet afegir imatges fàcilment a la barra lateral del tema."
1764
-
1765
- #: modules/module-info.php:348
1766
- msgid "Each of these widgets has a number of customization options."
1767
- msgstr "Cadascun d'aquestos ginys tenen un nombre d'opcions personalitzades."
1768
-
1769
- #: modules/module-info.php:348
1770
- msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
1771
- msgstr "Per fer servir els ginys, aneu a Aparença &#8594; <a href=\"%s\">Ginys</a>. Arrossegueu-los a les barres laterals i configureu-los."
1772
-
1773
- #: modules/module-info.php:361
1774
- msgid "Subsriptions Screenshot"
1775
- msgstr "Captura de subscripcions"
1776
-
1777
- #: modules/module-info.php:364
1778
- msgid "Subscriptions"
1779
- msgstr "Subscripcions"
1780
-
1781
- #: modules/module-info.php:366
1782
- msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
1783
- msgstr "Permet fàcilment a qualsevol visitant subscriure's a totes les entrades per correu electrònic gràcies a un giny en la barra lateral del bloc. Cada vegada que publiqueu una entrada, WordPress.com enviarà una notificació a tots els vostres subscriptors."
1784
-
1785
- #: modules/module-info.php:367
1786
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
1787
- msgstr "Quan facin comentaris, els vostres visitants poden també subscriure's als comentaris de l'entrada per a mantindre's en la conversa."
1788
-
1789
- #: modules/module-info.php:372
1790
- msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
1791
- msgstr "Per fer servir el giny de subscripcions, aneu a Aparença &#8594; <a href=\"%s\">Ginys</a>. Arrossegueu el giny etiquetat com a &#8220;Subscripcions al Bloc (Jetpack)&#8221; a una de les barres laterals i configureu-lo."
1792
-
1793
- #: modules/module-info.php:373
1794
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
1795
- msgstr ""
1796
-
1797
- #: modules/module-info.php:386
1798
- msgid "Enhanced Distribution"
1799
- msgstr "Distribució millorada"
1800
-
1801
- #: modules/module-info.php:388
1802
- msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
1803
- msgstr "El JetPack agafarà automàticament el meravellós contingut del bloc o pàgina web i el compartirà instantàniament amb serveis de tercers com ara motors de cerca, i augmentar l'abast i trànsit. "
1804
-
1805
- #: modules/module-info.php:416
1806
- msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
1807
- msgstr "Un formulari de contacte és una gran manera d'oferir als vostres lectors la possibilitat de contactar amb vosaltres, sense que doneu el correu electrònic."
1808
-
1809
- #: modules/module-info.php:419
1810
- msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
1811
- msgstr "Cada formulari de contacte es pot fàcilment adaptar a les vostres necessitats. Quan un usuari envia el formulari de contacte, l'opinió es filtrarà mitjançant l'<a href=\"http://akismet.com/\">Akismet</a> (si està activat a la pàgina web) per assegurar-nos que no és brossa. Qualsevol opinió legítima s'us enviarà per correu electrònic, i s'afegirà a l'àrea de gestió de les opinions."
1812
-
1813
- #: modules/module-info.php:436
1814
- msgid "Jetpack Comments Screenshot"
1815
- msgstr "Captura de pantalla dels comentaris del Jetpack"
1816
-
1817
- #: modules/module-info.php:441
1818
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
1819
- msgstr "Els comentaris del Jetpack permet als vostres visitants fer servir els seus comptes de WordPress, Twitter o Facebook per comentar a la pàgina web."
1820
-
1821
- #: modules/module-info.php:446
1822
- msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
1823
- msgstr "El Jetpack tracta d'ajustar l'esquema de color de la pàgina web automàticament, però podeu fer manualment els ajustos a la part inferior de la pàgina de <a href='%s'>configuració de les discussions</a>."
1824
-
1825
- #: modules/module-info.php:467
1826
- msgid "Gallery Carousel Screenshot"
1827
- msgstr "Captura de pantalla del carrusel de la galeria"
1828
-
1829
- #: modules/module-info.php:470
1830
- msgid "Carousel"
1831
- msgstr "Carrusel"
1832
-
1833
- #: modules/module-info.php:472
1834
- msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
1835
- msgstr "Amb el carrusel actiu, qualsevol galeria estàndard del WordPress que incrusteu a les entrades o pàgines, llançarà una bella experiència de navegació per les fotos a pantalla completa amb comentaris i metadades EXIF."
1836
-
1837
- #: modules/module-info.php:485 modules/module-info.php:488
1838
- msgid "Custom CSS"
1839
- msgstr "CSS personalitzat"
1840
-
1841
- #: modules/module-info.php:489
1842
- msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
1843
- msgstr "L'editor de CSS personalitzat us dóna la possibilitat d'afegir o reemplaçar els CSS del tema, alhora que subministra coloració de la sintaxi, auto indexació, i comprovació immediata de la validació del CSS mentre escriviu."
1844
-
1845
- #: modules/module-info.php:490
1846
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
1847
- msgstr "Per fer servir l'editor CSS, aneu a Aparença &#8594; <a href=\"%s\">Edita el CSS</a>."
1848
-
1849
- #: modules/module-info.php:507 modules/module-info.php:510
1850
- msgid "Mobile Theme"
1851
- msgstr ""
1852
-
1853
- #: modules/module-info.php:511
1854
- msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
1855
- msgstr ""
1856
-
1857
- #: modules/module-info.php:512
1858
- msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
1859
- msgstr ""
1860
-
1861
- #: modules/module-info.php:513
1862
- msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
1863
- msgstr ""
1864
-
1865
- #: modules/sharedaddy/sharedaddy.php:18
1866
- msgid "Shared Post"
1867
- msgstr "Entrada compartida"
1868
-
1869
- #: modules/sharedaddy/sharedaddy.php:35
1870
- msgid "Show sharing buttons."
1871
- msgstr ""
1872
-
1873
- #: modules/sharedaddy/sharedaddy.php:112
1874
- msgid "Disable CSS and JS"
1875
- msgstr "Desactiva CSS i JS"
1876
-
1877
- #: modules/sharedaddy/sharedaddy.php:114
1878
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1879
- msgstr "Avançat. Si aquesta opció està marcada, heu d'incloure aquests fitxers en el tema manualment perquè els enllaços de compartició funcionin."
1880
-
1881
- #: modules/sharedaddy/sharing-service.php:12
1882
- msgid "Share this:"
1883
- msgstr "Comparteix això:"
1884
-
1885
- #: modules/sharedaddy/sharing-service.php:523
1886
- #: modules/sharedaddy/sharing.php:245 modules/sharedaddy/sharing.php:278
1887
- msgid "More"
1888
- msgstr "Més"
1889
-
1890
- #: modules/sharedaddy/sharing-service.php:525
1891
- msgid "Share"
1892
- msgstr "Comparteix"
1893
-
1894
- #: modules/sharedaddy/sharing-sources.php:238
1895
- msgid "This post has been shared!"
1896
- msgstr "S'ha compartit aquesta entrada!"
1897
-
1898
- #: modules/sharedaddy/sharing-sources.php:239
1899
- msgid "You have shared this post with %s"
1900
- msgstr "Heu compartit l'entrada amb %s"
1901
-
1902
- #: modules/sharedaddy/sharing-sources.php:240
1903
- msgid "Close"
1904
- msgstr "Tanca"
1905
-
1906
- #: modules/sharedaddy/sharing-sources.php:262
1907
- msgctxt "share to"
1908
- msgid "Email"
1909
- msgstr "Correu electrònic"
1910
-
1911
- #: modules/sharedaddy/sharing-sources.php:262
1912
- msgid "Click to email this to a friend"
1913
- msgstr "Feu clic per enviar un correu electrònic a un amic"
1914
-
1915
- #: modules/sharedaddy/sharing-sources.php:275
1916
- msgid "Send to Email Address"
1917
- msgstr "Enviaeu a l'adreá de correu electrònic"
1918
-
1919
- #: modules/sharedaddy/sharing-sources.php:283
1920
- msgid "Your Name"
1921
- msgstr "El teu nom"
1922
-
1923
- #: modules/sharedaddy/sharing-sources.php:286
1924
- msgid "Your Email Address"
1925
- msgstr "L'adreça de correu electrònic"
1926
-
1927
- #: modules/sharedaddy/sharing-sources.php:294
1928
- msgid "Send Email"
1929
- msgstr "Envia el correu electrònic"
1930
-
1931
- #: modules/sharedaddy/sharing-sources.php:295
1932
- msgid "Cancel"
1933
- msgstr "Cancel·la"
1934
-
1935
- #: modules/sharedaddy/sharing-sources.php:298
1936
- msgid "Post was not sent - check your email addresses!"
1937
- msgstr "L'entrada no s'havia enviat, comproveu les vostres adreces electròniques!"
1938
-
1939
- #: modules/sharedaddy/sharing-sources.php:302
1940
- msgid "Email check failed, please try again"
1941
- msgstr "Ha fallat la comprovació del correu electrònic, torne-ho a provar"
1942
-
1943
- #: modules/sharedaddy/sharing-sources.php:306
1944
- msgid "Sorry, your blog cannot share posts by email."
1945
- msgstr "Ho sentim, el bloc no pot compartir entrades per correu."
1946
-
1947
- #: modules/sharedaddy/sharing-sources.php:326 modules/widgets/twitter.php:22
1948
- msgid "Twitter"
1949
- msgstr "Twitter "
1950
-
1951
- #: modules/sharedaddy/sharing-sources.php:372
1952
- msgctxt "share to"
1953
- msgid "Twitter"
1954
- msgstr "Twitter"
1955
-
1956
- #: modules/sharedaddy/sharing-sources.php:372
1957
- msgid "Click to share on Twitter"
1958
- msgstr "Feu clic per compartir al Twitter"
1959
-
1960
- #: modules/sharedaddy/sharing-sources.php:447
1961
- msgid "StumbleUpon"
1962
- msgstr "StumbleUpon"
1963
-
1964
- #: modules/sharedaddy/sharing-sources.php:458
1965
- msgctxt "share to"
1966
- msgid "StumbleUpon"
1967
- msgstr "StumbleUpon"
1968
-
1969
- #: modules/sharedaddy/sharing-sources.php:458
1970
- msgid "Click to share on StumbleUpon"
1971
- msgstr "Feu clic per compartir a SutmbleUpon"
1972
-
1973
- #: modules/sharedaddy/sharing-sources.php:485
1974
- #: modules/sharedaddy/sharing-sources.php:492
1975
- msgid "Reddit"
1976
- msgstr "Reddit"
1977
-
1978
- #: modules/sharedaddy/sharing-sources.php:492
1979
- msgid "Click to share on Reddit"
1980
- msgstr "Fes clic per compartir al Reddit"
1981
-
1982
- #: modules/sharedaddy/sharing-sources.php:519
1983
- msgid "Digg"
1984
- msgstr "Digg"
1985
-
1986
- #: modules/sharedaddy/sharing-sources.php:528
1987
- #: modules/sharedaddy/sharing-sources.php:531
1988
- msgid "Click to Digg this post"
1989
- msgstr "Fes clic per enviar l'entrada al Digg"
1990
-
1991
- #: modules/sharedaddy/sharing-sources.php:531
1992
- msgctxt "share to"
1993
- msgid "Digg"
1994
- msgstr "Digg"
1995
-
1996
- #: modules/sharedaddy/sharing-sources.php:575
1997
- msgid "LinkedIn"
1998
- msgstr "LinkedIn"
1999
-
2000
- #: modules/sharedaddy/sharing-sources.php:589
2001
- msgctxt "share to"
2002
- msgid "LinkedIn"
2003
- msgstr "LinkedIn"
2004
-
2005
- #: modules/sharedaddy/sharing-sources.php:589
2006
- msgid "Click to share on LinkedIn"
2007
- msgstr "Fes clic per compartir al Linkedin"
2008
-
2009
- #: modules/sharedaddy/sharing-sources.php:655
2010
- msgid "Facebook"
2011
- msgstr "Facebook"
2012
-
2013
- #: modules/sharedaddy/sharing-sources.php:730
2014
- msgctxt "share to"
2015
- msgid "Facebook"
2016
- msgstr "Facebook"
2017
-
2018
- #: modules/sharedaddy/sharing-sources.php:730
2019
- msgid "Share on Facebook"
2020
- msgstr "Comparteix al Facebook"
2021
-
2022
- #: modules/sharedaddy/sharing-sources.php:761
2023
- msgid "Print"
2024
- msgstr "Imprimeix"
2025
-
2026
- #: modules/sharedaddy/sharing-sources.php:765
2027
- msgctxt "share to"
2028
- msgid "Print"
2029
- msgstr "Imprimeix"
2030
-
2031
- #: modules/sharedaddy/sharing-sources.php:765
2032
- msgid "Click to print"
2033
- msgstr "Feu clic per imprimir"
2034
-
2035
- #: modules/sharedaddy/sharing-sources.php:781
2036
- msgid "Press This"
2037
- msgstr "Premeu això"
2038
-
2039
- #: modules/sharedaddy/sharing-sources.php:809
2040
- msgctxt "share to"
2041
- msgid "Press This"
2042
- msgstr "Publica Això"
2043
-
2044
- #: modules/sharedaddy/sharing-sources.php:809
2045
- msgid "Click to Press This!"
2046
- msgstr "Feu clic per publicar això!"
2047
-
2048
- #: modules/sharedaddy/sharing-sources.php:827
2049
- msgid "Google +1"
2050
- msgstr "Google +1"
2051
-
2052
- #: modules/sharedaddy/sharing-sources.php:922
2053
- msgid "Click to share"
2054
- msgstr "Feu clic per compartir"
2055
-
2056
- #: modules/sharedaddy/sharing-sources.php:977
2057
- msgid "URL"
2058
- msgstr "URL"
2059
-
2060
- #: modules/sharedaddy/sharing-sources.php:982
2061
- msgid "Icon"
2062
- msgstr "Icona"
2063
-
2064
- #: modules/sharedaddy/sharing-sources.php:989
2065
- msgid "Save"
2066
- msgstr "Desa"
2067
-
2068
- #: modules/sharedaddy/sharing-sources.php:990
2069
- msgid "Remove Service"
2070
- msgstr "Suprimeix el servei"
2071
-
2072
- #: modules/sharedaddy/sharing-sources.php:1069
2073
- msgid "Tumblr"
2074
- msgstr "Tumblr"
2075
-
2076
- #: modules/sharedaddy/sharing-sources.php:1076
2077
- msgctxt "share to"
2078
- msgid "Tumblr"
2079
- msgstr "Tumblr"
2080
-
2081
- #: modules/sharedaddy/sharing-sources.php:1076
2082
- msgid "Click to share on Tumblr"
2083
- msgstr "Feu clic per compartir a Tumblr"
2084
-
2085
- #: modules/sharedaddy/sharing-sources.php:1111
2086
- msgid "Pinterest"
2087
- msgstr "Pinterest"
2088
-
2089
- #: modules/sharedaddy/sharing-sources.php:1141
2090
- msgid "Pin It"
2091
- msgstr "Publica a Pinterest"
2092
-
2093
- #: modules/sharedaddy/sharing-sources.php:1143
2094
- msgctxt "share to"
2095
- msgid "Pinterest"
2096
- msgstr "Pinterest"
2097
-
2098
- #: modules/sharedaddy/sharing-sources.php:1143
2099
- msgid "Click to share on Pinterest"
2100
- msgstr "Feu clic per compartir a Pinterest"
2101
-
2102
- #: modules/sharedaddy/sharing.php:51 modules/sharedaddy/sharing.php:163
2103
- msgid "Sharing Settings"
2104
- msgstr "Opcions de compartició"
2105
-
2106
- #: modules/sharedaddy/sharing.php:153
2107
- msgid "Warning! Multibyte support missing!"
2108
- msgstr "Atenció! S'ha perdut el suport multibyte!"
2109
-
2110
- #: modules/sharedaddy/sharing.php:154
2111
- msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
2112
- msgstr "Aquesta extensió funcionarà sense suport per a múltiples bytes, per s'usarà <a href=\"%s\">si està disponible</a>. Potser observeu problemes menors amb les piulades i altres serveis de compartició."
2113
-
2114
- #: modules/sharedaddy/sharing.php:158
2115
- msgid "Settings have been saved"
2116
- msgstr "S'ha desat la configuració"
2117
-
2118
- #: modules/sharedaddy/sharing.php:169
2119
- msgid "Sharing Buttons"
2120
- msgstr "Botons per compartir"
2121
-
2122
- #: modules/sharedaddy/sharing.php:170
2123
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
2124
- msgstr "Afegiu botons per compartir al bloc i permeteu que els visitants comparteixin les entrades amb els seus amics."
2125
-
2126
- #: modules/sharedaddy/sharing.php:176
2127
- msgid "Available Services"
2128
- msgstr "Serveis disponibles"
2129
-
2130
- #: modules/sharedaddy/sharing.php:177
2131
- msgid "Drag and drop the services you'd like to enable into the box below."
2132
- msgstr "Arrossega i deixa anar els serveis que voleu habilitar a la caixa de sota."
2133
-
2134
- #: modules/sharedaddy/sharing.php:178
2135
- msgid "Add a new service"
2136
- msgstr "Afegeix un servei nou"
2137
-
2138
- #: modules/sharedaddy/sharing.php:198
2139
- msgid "Enabled Services"
2140
- msgstr "Serveis actius"
2141
-
2142
- #: modules/sharedaddy/sharing.php:201
2143
- msgid "Services dragged here will appear individually."
2144
- msgstr "Els serveis arrossegats aquí apareixeran individualment."
2145
-
2146
- #: modules/sharedaddy/sharing.php:204
2147
- msgid "Drag and drop available services here."
2148
- msgstr "Arrossegueu i desa els serveis disponibles aquí."
2149
-
2150
- #: modules/sharedaddy/sharing.php:215
2151
- msgid "Services dragged here will be hidden behind a share button."
2152
- msgstr "Els serveis arrossegats i deixats aquí, s'ocultaran darrere d'un botó de compartició."
2153
-
2154
- #: modules/sharedaddy/sharing.php:230
2155
- msgid "Live Preview"
2156
- msgstr "Previsualització "
2157
-
2158
- #: modules/sharedaddy/sharing.php:233
2159
- msgid "Sharing is off. Add services above to enable."
2160
- msgstr "La compartició està desactivada. Afegiu els serveis de la part superior per activar."
2161
-
2162
- #: modules/sharedaddy/sharing.php:300
2163
- msgid "Button style"
2164
- msgstr "Estil del botó"
2165
-
2166
- #: modules/sharedaddy/sharing.php:303
2167
- msgid "Icon + text"
2168
- msgstr "Icona + text"
2169
-
2170
- #: modules/sharedaddy/sharing.php:304
2171
- msgid "Icon only"
2172
- msgstr "Només icones"
2173
-
2174
- #: modules/sharedaddy/sharing.php:305
2175
- msgid "Text only"
2176
- msgstr "Només text"
2177
-
2178
- #: modules/sharedaddy/sharing.php:306
2179
- msgid "Official buttons"
2180
- msgstr "Botons oficials"
2181
-
2182
- #: modules/sharedaddy/sharing.php:311
2183
- msgid "Sharing label"
2184
- msgstr "Etiqueta de compartició"
2185
-
2186
- #: modules/sharedaddy/sharing.php:317
2187
- msgid "Open links in"
2188
- msgstr "Obre els enllaços a"
2189
-
2190
- #: modules/sharedaddy/sharing.php:320
2191
- msgid "New window"
2192
- msgstr "Finestra nova"
2193
-
2194
- #: modules/sharedaddy/sharing.php:321
2195
- msgid "Same window"
2196
- msgstr "A la mateixa finestra"
2197
-
2198
- #: modules/sharedaddy/sharing.php:326
2199
- msgid "Show buttons on"
2200
- msgstr "Mostra els botons"
2201
-
2202
- #: modules/sharedaddy/sharing.php:332
2203
- msgid "Front Page, Archive Pages, and Search Results"
2204
- msgstr "Pàgina principal, pàgines d'arxiu, i resultats de la cerca."
2205
-
2206
- #: modules/sharedaddy/sharing.php:348
2207
- msgid "Save Changes"
2208
- msgstr "Desa els canvis"
2209
-
2210
- #: modules/sharedaddy/sharing.php:359
2211
- msgid "Service name"
2212
- msgstr "Nom del servei"
2213
-
2214
- #: modules/sharedaddy/sharing.php:365
2215
- msgid "Sharing URL"
2216
- msgstr "S'està compartint la URL"
2217
-
2218
- #: modules/sharedaddy/sharing.php:369
2219
- msgid "You can add the following variables to your service sharing URL:"
2220
- msgstr "Podeu afegir les següents variables al servei de compartició d'URL:"
2221
-
2222
- #: modules/sharedaddy/sharing.php:374
2223
- msgid "Icon URL"
2224
- msgstr "URL de la icona"
2225
-
2226
- #: modules/sharedaddy/sharing.php:377
2227
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
2228
- msgstr "Introduïu la URL d'una icona de 16x16 píxels que voleu fer servir per aquest servei."
2229
-
2230
- #: modules/sharedaddy/sharing.php:383
2231
- msgid "Create Share Button"
2232
- msgstr "Crea un botó per compartir"
2233
-
2234
- #: modules/sharedaddy/sharing.php:395
2235
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
2236
- msgstr "S'ha produït un error en crear el vostre nou serveu de compartició - comproveu que doneu els detalls correctes."
2237
-
2238
- #: modules/shortcodes/archives.php:50
2239
- msgid "Your blog does not currently have any published posts."
2240
- msgstr "El bloc no té cap entrada publicada actualment."
2241
-
2242
- #: modules/shortcodes/audio.php:180
2243
- msgid "Download: <a href=\"%s\">%s</a><br />"
2244
- msgstr "Baixa: <a href=\"%s\">%s</a><br />"
2245
-
2246
- #: modules/shortcodes/videopress.php:608
2247
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
2248
- msgstr "L'extensió VideoPress no es pot comunicar amb els servidors de VideoPress. Aquest error la majoria de vegades és culpa d'un error en la configuració de l'extensió. Reinstal·leu o actualitzeu."
2249
-
2250
- #: modules/shortcodes/videopress.php:610
2251
- msgid "<strong>%s</strong> is not an allowed embed site."
2252
- msgstr "<strong>%s</strong> no és un lloc incrustat permès."
2253
-
2254
- #: modules/shortcodes/videopress.php:610
2255
- msgid "Publisher limits playback of video embeds."
2256
- msgstr "dEl publicador limita la reproducció de vídeos incrustats."
2257
-
2258
- #: modules/shortcodes/videopress.php:612
2259
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
2260
- msgstr "No s'ha trobat informació per a l'identificador del VideoPress: <strong>%s</strong>."
2261
-
2262
- #: modules/shortcodes/videopress.php:829
2263
- msgid "%s Error"
2264
- msgstr "%s error"
2265
-
2266
- #: modules/shortcodes/videopress.php:863
2267
- msgid "This video is intended for mature audiences."
2268
- msgstr "Aquest vídeo està destinat al públic adult."
2269
-
2270
- #: modules/shortcodes/videopress.php:863
2271
- msgid "Please verify your birthday."
2272
- msgstr "Verifiqueu el vostre aniversari."
2273
-
2274
- #: modules/shortcodes/videopress.php:879
2275
- msgid "January"
2276
- msgstr "gener"
2277
-
2278
- #: modules/shortcodes/videopress.php:879
2279
- msgid "February"
2280
- msgstr "febrer"
2281
-
2282
- #: modules/shortcodes/videopress.php:879
2283
- msgid "March"
2284
- msgstr "març"
2285
-
2286
- #: modules/shortcodes/videopress.php:879
2287
- msgid "April"
2288
- msgstr "abril"
2289
-
2290
- #: modules/shortcodes/videopress.php:879
2291
- msgid "May"
2292
- msgstr "maig"
2293
-
2294
- #: modules/shortcodes/videopress.php:879
2295
- msgid "June"
2296
- msgstr "juny"
2297
-
2298
- #: modules/shortcodes/videopress.php:879
2299
- msgid "July"
2300
- msgstr "juliol"
2301
-
2302
- #: modules/shortcodes/videopress.php:879
2303
- msgid "August"
2304
- msgstr "agost"
2305
-
2306
- #: modules/shortcodes/videopress.php:879
2307
- msgid "September"
2308
- msgstr "setembre"
2309
-
2310
- #: modules/shortcodes/videopress.php:879
2311
- msgid "October"
2312
- msgstr "octubre"
2313
-
2314
- #: modules/shortcodes/videopress.php:879
2315
- msgid "November"
2316
- msgstr "novembre"
2317
-
2318
- #: modules/shortcodes/videopress.php:879
2319
- msgid "December"
2320
- msgstr "desembre"
2321
-
2322
- #: modules/shortcodes/videopress.php:915
2323
- msgid "Submit"
2324
- msgstr "Envia"
2325
-
2326
- #: modules/shortcodes/videopress.php:918
2327
- msgid "More information"
2328
- msgstr "Més informació"
2329
-
2330
- #: modules/shortcodes/videopress.php:961
2331
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
2332
- msgstr "No teniu suficients <a rel=\"nofollow\" href=\"%s\">nivells de llibertat</a> per veure aquest vídeo. Doneu suport al programari lliure i actualitzeu."
2333
-
2334
- #: modules/shortcodes/videopress.php:1019
2335
- msgctxt "watch a video title"
2336
- msgid "Watch: %s"
2337
- msgstr "MIreu: %s"
2338
-
2339
- #: modules/shortcodes/videopress.php:1114
2340
- #: modules/shortcodes/videopress.php:1136
2341
- msgid "this video"
2342
- msgstr "aquest vídeo"
2343
-
2344
- #: modules/shortcodes/videopress.php:1143
2345
- msgctxt "Play as in playback or view a movie"
2346
- msgid "JavaScript required to play %s."
2347
- msgstr "Es requereix el JavaScript per a jugar a %s."
2348
-
2349
- #: modules/shortcodes/videopress.php:1290
2350
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
2351
- msgstr "Aquest vídeo requereix l'<a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> per reproduir-se."
2352
-
2353
- #: modules/shortcodes/videopress.php:1297
2354
- msgid "Loading video..."
2355
- msgstr "S'està carregant el vídeo..."
2356
-
2357
- #: modules/stats.php:246 modules/stats.php:680
2358
- msgid "Site Stats"
2359
- msgstr "Estadístiques del lloc web"
2360
-
2361
- #: modules/stats.php:337
2362
- msgid "Loading&hellip;"
2363
- msgstr "S'està carregant&hellip;"
2364
-
2365
- #: modules/stats.php:338
2366
- msgid "Your Site Stats work better with Javascript enabled."
2367
- msgstr "Les estadístiques del lloc web funcionen millor si teniu activat el Javascript."
2368
-
2369
- #: modules/stats.php:339
2370
- msgid "View Site Stats without Javascript"
2371
- msgstr "Visualitza les estadístiques del lloc sense Javascript"
2372
-
2373
- #: modules/stats.php:412 modules/stats.php:908
2374
- msgid "We were unable to get your stats just now (too many redirects). Please try again."
2375
- msgstr "Ha estat impossible aconseguir les estadístiques ara mateix (massa redireccionaments). Torneu-ho a provar."
2376
-
2377
- #: modules/stats.php:414 modules/stats.php:910
2378
- msgid "We were unable to get your stats just now. Please try again."
2379
- msgstr "No hem pogut aconseguir les estadístiques ara mateix. Torneu-ho a provar."
2380
-
2381
- #: modules/stats.php:517
2382
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
2383
- msgstr "Visiteu les <a href=\"%s\">estadístiques del lloc</a> per veure les vostres estadístiques."
2384
-
2385
- #: modules/stats.php:522
2386
- msgid "Admin bar"
2387
- msgstr "Barra d'administració"
2388
-
2389
- #: modules/stats.php:523
2390
- msgid "Put a chart showing 48 hours of views in the admin bar."
2391
- msgstr "Posa un gràfic que mostri 48 hores de visualitzacions a la barra d'administració."
2392
-
2393
- #: modules/stats.php:524
2394
- msgid "Registered users"
2395
- msgstr "Usuaris registrats"
2396
-
2397
- #: modules/stats.php:525
2398
- msgid "Count the page views of registered users who are logged in."
2399
- msgstr "Compta les pàgines vistes dels usuaris registrats que s'han identificat."
2400
-
2401
- #: modules/stats.php:526
2402
- msgid "Smiley"
2403
- msgstr "Smiley"
2404
-
2405
- #: modules/stats.php:527
2406
- msgid "Hide the stats smiley face image."
2407
- msgstr "Amaga la imatge de la cara somrient de les estadístiques."
2408
-
2409
- #: modules/stats.php:527
2410
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
2411
- msgstr "La imatge ajuda a recollir les estadístiques i <strong>fa del món un millor lloc</strong> però hauria de funciona quan està oculta."
2412
-
2413
- #: modules/stats.php:527
2414
- msgid "Smiley face"
2415
- msgstr "Cara somrient"
2416
-
2417
- #: modules/stats.php:528
2418
- msgid "Report visibility"
2419
- msgstr "Informa de la visibilitat"
2420
-
2421
- #: modules/stats.php:530
2422
- msgid "Select the roles that will be able to view stats reports."
2423
- msgstr "Selecciona els rols que podran veure les estadístiques."
2424
-
2425
- #: modules/stats.php:541
2426
- msgid "Save configuration"
2427
- msgstr "Desa la configuració"
2428
-
2429
- #: modules/stats.php:597
2430
- msgid "Stats"
2431
- msgstr "Estadístiques"
2432
-
2433
- #: modules/stats.php:599
2434
- msgid "Views over 48 hours. Click for more Site Stats."
2435
- msgstr "Visualitzacions durant 48 hores. Feu clic per veure més estadístiques del lloc."
2436
-
2437
- #: modules/stats.php:701
2438
- msgid "day"
2439
- msgstr "dia"
2440
-
2441
- #: modules/stats.php:702
2442
- msgid "week"
2443
- msgstr "setmana"
2444
-
2445
- #: modules/stats.php:703
2446
- msgid "month"
2447
- msgstr "mes"
2448
-
2449
- #: modules/stats.php:706
2450
- msgid "the past day"
2451
- msgstr "el dia passat"
2452
-
2453
- #: modules/stats.php:707
2454
- msgid "the past week"
2455
- msgstr "la setmana passada"
2456
-
2457
- #: modules/stats.php:708
2458
- msgid "the past month"
2459
- msgstr "el mes passat"
2460
-
2461
- #: modules/stats.php:709
2462
- msgid "the past quarter"
2463
- msgstr "el quart passat"
2464
-
2465
- #: modules/stats.php:710
2466
- msgid "the past year"
2467
- msgstr "l'any passat"
2468
-
2469
- #: modules/stats.php:732
2470
- msgid "Chart stats by"
2471
- msgstr "Gràfic d'estadístiques per"
2472
-
2473
- #: modules/stats.php:745
2474
- msgid "Show top posts over"
2475
- msgstr "Mostra els fils més visitats"
2476
-
2477
- #: modules/stats.php:758
2478
- msgid "Show top search terms over"
2479
- msgstr "Mostra els termes més cercats sobre"
2480
-
2481
- #: modules/stats.php:923
2482
- msgid "%1$s %2$s Views"
2483
- msgstr "%1$s %2$s visualitzacions"
2484
-
2485
- #: modules/stats.php:936
2486
- msgid "View All"
2487
- msgstr "Mostra-ho tot"
2488
-
2489
- #: modules/stats.php:940
2490
- msgid "Top Posts"
2491
- msgstr "Entrades més vistes"
2492
-
2493
- #: modules/stats.php:944 modules/stats.php:968
2494
- msgid "Sorry, nothing to report."
2495
- msgstr "Ho sentim, res a dir."
2496
-
2497
- #: modules/stats.php:964
2498
- msgid "Top Searches"
2499
- msgstr "Cerques més populars"
2500
-
2501
- #: modules/subscriptions.php:175
2502
- msgid "Jetpack Subscriptions Settings"
2503
- msgstr "Configuració de les subscripcions del Jetpack"
2504
-
2505
- #: modules/subscriptions.php:184
2506
- msgid "Follow Blog"
2507
- msgstr "Segueix el bloc"
2508
-
2509
- #: modules/subscriptions.php:199
2510
- msgid "Follow Comments"
2511
- msgstr "Segueix els comentaris"
2512
-
2513
- #: modules/subscriptions.php:218
2514
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
2515
- msgstr "Canvia si els visitants poden subscriure's a les entrades, als comentaris o a tots dos."
2516
-
2517
- #: modules/subscriptions.php:233
2518
- msgid "Show a <em>'follow blog'</em> option in the comment form"
2519
- msgstr "Mostra una opció <em>'segueix el bloc'</em> al formulari dels comentaris"
2520
-
2521
- #: modules/subscriptions.php:248
2522
- msgid "Show a <em>'follow comments'</em> option in the comment form"
2523
- msgstr "Mostra una opció <em>'segueix els comentaris'</em> al formulari de comentaris"
2524
-
2525
- #: modules/subscriptions.php:438
2526
- msgid "Notify me of follow-up comments by email."
2527
- msgstr "Aviseu-me del seguiment dels comentaris per correu."
2528
-
2529
- #: modules/subscriptions.php:445
2530
- msgid "Notify me of new posts by email."
2531
- msgstr "Notifica'm per correu electrònic si hi ha entrades noves."
2532
-
2533
- #: modules/subscriptions.php:511
2534
- msgid "Add an email signup form to allow people to subscribe to your blog."
2535
- msgstr "Afegeix un formulari de registre de correu electrònic per permetre a la gent subscriure's al vostre bloc."
2536
-
2537
- #: modules/subscriptions.php:514
2538
- msgid "Blog Subscriptions (Jetpack)"
2539
- msgstr "Subscripcions del bloc (Jetpack)"
2540
-
2541
- #: modules/subscriptions.php:545
2542
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
2543
- msgstr "S'acaba d'enviar un correu electrònic perquè confirmeu la subscripció. Cerqueu ara el correu electrònic i feu clic a activa per iniciar la subscripció."
2544
-
2545
- #: modules/subscriptions.php:555
2546
- msgid "The email you entered was invalid, please check and try again."
2547
- msgstr "El correu electrònic que heu introduït és incorrecte, comproveu-ho i torneu-ho a provar."
2548
-
2549
- #: modules/subscriptions.php:558
2550
- msgid "You have already subscribed to this site, please check your inbox."
2551
- msgstr "Ja esteu subscrits a aquest lloc, comproveu la safata d'entrada."
2552
-
2553
- #: modules/subscriptions.php:565
2554
- msgid "There was an error when subscribing, please try again."
2555
- msgstr "S'ha produït un error en subscriure, torneu-ho a provar."
2556
-
2557
- #: modules/subscriptions.php:583
2558
- msgid "Join %s other subscriber"
2559
- msgid_plural "Join %s other subscribers"
2560
- msgstr[0] "Uneix %s altre subscriptor"
2561
- msgstr[1] "Uneix altres %s subscriptors"
2562
-
2563
- #: modules/subscriptions.php:587
2564
- msgid "Email Address"
2565
- msgstr "Adreça electrònica"
2566
-
2567
- #: modules/subscriptions.php:662
2568
- msgid "Subscribe to Blog via Email"
2569
- msgstr "Subscriu al bloc per correu electrònic"
2570
-
2571
- #: modules/subscriptions.php:663
2572
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
2573
- msgstr "Introduïu el vostre correu electrònic per subscriure-vos a aquest bloc i rebre notificacions d'entrades noves per correu electrònic."
2574
-
2575
- #: modules/subscriptions.php:665
2576
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
2577
- msgstr "Feu clic per subscriure-vos a aquest bloc i rebre notificacions per correu electrònic d'entrades noves."
2578
-
2579
- #: modules/subscriptions.php:681
2580
- msgid "%s: %s"
2581
- msgstr "%s: %s"
2582
-
2583
- #: modules/subscriptions.php:689 modules/widgets/image-widget.php:107
2584
- msgid "Widget title:"
2585
- msgstr "Títol del giny"
2586
-
2587
- #: modules/subscriptions.php:695
2588
- msgid "Optional text to display to your readers:"
2589
- msgstr "Text opcional a mostrar als lectors:"
2590
-
2591
- #: modules/subscriptions.php:701
2592
- msgid "Subscribe Button:"
2593
- msgstr "Botó de subscripció:"
2594
-
2595
- #: modules/subscriptions.php:708
2596
- msgid "Show total number of subscribers? (%s subscriber)"
2597
- msgid_plural "Show total number of subscribers? (%s subscribers)"
2598
- msgstr[0] "Mostra el nombre total de subscriptors? (%s subscriptor)"
2599
- msgstr[1] "Mostra el nombre total de subscriptors? (%s subscriptors)"
2600
-
2601
- #: modules/vaultpress.php:22
2602
- msgid "Active"
2603
- msgstr "Actiu"
2604
-
2605
- #: modules/widgets/facebook-likebox.php:29
2606
- msgid "Facebook Like Box"
2607
- msgstr "Caixa M'agrada del Facebook"
2608
-
2609
- #: modules/widgets/facebook-likebox.php:29
2610
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
2611
- msgstr "Mostra una caixa M'agrada del Facebook per connectar els visitants a la seva pàgina del Facebook"
2612
-
2613
- #: modules/widgets/facebook-likebox.php:41
2614
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
2615
- msgstr "Sembla que l'URL del Facebook no està configurada correctament. Comproveu-ho en la <a href=\"%s\">configuració del giny</a>."
2616
-
2617
- #: modules/widgets/facebook-likebox.php:115
2618
- #: modules/widgets/gravatar-profile.php:155
2619
- msgid "Title"
2620
- msgstr "Títol"
2621
-
2622
- #: modules/widgets/facebook-likebox.php:122
2623
- msgid "Facebook Page URL"
2624
- msgstr "URL de la pàgina del Facebook"
2625
-
2626
- #: modules/widgets/facebook-likebox.php:125
2627
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
2628
- msgstr "La caixa M'agrada solament funciona amb les <a href=\"http://www.facebook.com/help/?faq=174987089221178\">pàgines del Facebook</a>."
2629
-
2630
- #: modules/widgets/facebook-likebox.php:131
2631
- msgid "Width"
2632
- msgstr "Amplada"
2633
-
2634
- #: modules/widgets/facebook-likebox.php:138
2635
- msgid "Height"
2636
- msgstr "Alçada"
2637
-
2638
- #: modules/widgets/facebook-likebox.php:157
2639
- msgid "Show Faces"
2640
- msgstr "Mostra les cares"
2641
-
2642
- #: modules/widgets/facebook-likebox.php:159
2643
- msgid "Show profile photos in the plugin."
2644
- msgstr "Mostra fotografies del perfil a l'extensió"
2645
-
2646
- #: modules/widgets/facebook-likebox.php:166
2647
- msgid "Show Stream"
2648
- msgstr "Mostra el flux"
2649
-
2650
- #: modules/widgets/facebook-likebox.php:168
2651
- msgid "Show the profile stream for the public profile."
2652
- msgstr "Mostra el flux del perfil per al perfil públic."
2653
-
2654
- #: modules/widgets/facebook-likebox.php:175
2655
- msgid "Show Wall"
2656
- msgstr "Mostra el mur"
2657
-
2658
- #: modules/widgets/facebook-likebox.php:177
2659
- msgid "Show the wall for a Places page rather than friend activity."
2660
- msgstr "Mostra el mur de la pàgina de llocs en lloc de l'activitat de l'amic."
2661
-
2662
- #: modules/widgets/gravatar-profile.php:18
2663
- msgid "Gravatar Profile"
2664
- msgstr "Perfil del gravatar"
2665
-
2666
- #: modules/widgets/gravatar-profile.php:20
2667
- msgid "Display a mini version of your Gravatar Profile"
2668
- msgstr "Mostra una versió mini del perfil del gravatar"
2669
-
2670
- #: modules/widgets/gravatar-profile.php:36
2671
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
2672
- msgstr "Necessiteu seleccionar què cal mostrar en aquest <a href=\"%s\">giny del perfil del Gravatar</a>."
2673
-
2674
- #: modules/widgets/gravatar-profile.php:82
2675
- msgid "View Full Profile &rarr;"
2676
- msgstr "Mostra el perfil complet &rarr;"
2677
-
2678
- #: modules/widgets/gravatar-profile.php:90
2679
- msgid "Error loading profile"
2680
- msgstr "S'ha produït un error en carregar el perfil"
2681
-
2682
- #: modules/widgets/gravatar-profile.php:102
2683
- msgid "Personal Links"
2684
- msgstr "Enllaços personals"
2685
-
2686
- #: modules/widgets/gravatar-profile.php:122
2687
- msgid "Verified Services"
2688
- msgstr "serveis verificats"
2689
-
2690
- #: modules/widgets/gravatar-profile.php:133
2691
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
2692
- msgid "%1$s on %2$s"
2693
- msgstr "%1$s al %2$s"
2694
-
2695
- #: modules/widgets/gravatar-profile.php:161
2696
- msgid "Select a user or pick \"custom\" and enter a custom email address."
2697
- msgstr "Seleccioneu un usuari o feu clic a \"personalitzat\" i entreu una adreça de correu electrònic personalitzada."
2698
-
2699
- #: modules/widgets/gravatar-profile.php:165
2700
- msgid "Custom"
2701
- msgstr "Personalitzat"
2702
-
2703
- #: modules/widgets/gravatar-profile.php:175
2704
- msgid "Custom Email Address"
2705
- msgstr "Adreça de correu electrònic personalitzada"
2706
-
2707
- #: modules/widgets/gravatar-profile.php:183
2708
- msgid "Show Personal Links"
2709
- msgstr "Mostra els enllaços personals"
2710
-
2711
- #: modules/widgets/gravatar-profile.php:185
2712
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
2713
- msgstr "Enllaça amb les vostres pàgines web, blocs, o altres llocs webs que puguen ajudar a descriure com sou."
2714
-
2715
- #: modules/widgets/gravatar-profile.php:192
2716
- msgid "Show Account Links"
2717
- msgstr "Mostra els enllaços del compte"
2718
-
2719
- #: modules/widgets/gravatar-profile.php:194
2720
- msgid "Links to services that you use across the web."
2721
- msgstr "Enllaça als serveis que useu al llarg del web."
2722
-
2723
- #: modules/widgets/gravatar-profile.php:198
2724
- msgid "Opens in new window"
2725
- msgstr "Obre in una finestra nova"
2726
-
2727
- #: modules/widgets/gravatar-profile.php:198
2728
- msgid "Edit Your Profile"
2729
- msgstr "Editeu el perfil"
2730
-
2731
- #: modules/widgets/gravatar-profile.php:198
2732
- msgid "What's a Gravatar?"
2733
- msgstr "Què és un Gravatar?"
2734
-
2735
- #: modules/widgets/image-widget.php:12
2736
- msgid "Display an image in your sidebar"
2737
- msgstr "Mostra una imatge en la barra lateral"
2738
-
2739
- #: modules/widgets/image-widget.php:14
2740
- msgid "Image (Jetpack)"
2741
- msgstr "Imatge (Jetpack)"
2742
-
2743
- #: modules/widgets/image-widget.php:110
2744
- msgid "Image URL:"
2745
- msgstr "URL de la imatge:"
2746
-
2747
- #: modules/widgets/image-widget.php:113
2748
- msgid "Alternate text:"
2749
- msgstr "Text alternatiu:"
2750
-
2751
- #: modules/widgets/image-widget.php:116
2752
- msgid "Image title:"
2753
- msgstr "Títol de la imatge:"
2754
-
2755
- #: modules/widgets/image-widget.php:119
2756
- msgid "Caption:"
2757
- msgstr "Títol:"
2758
-
2759
- #: modules/widgets/image-widget.php:124
2760
- msgid "None"
2761
- msgstr "Cap"
2762
-
2763
- #: modules/widgets/image-widget.php:125
2764
- msgid "Left"
2765
- msgstr "Esquerra"
2766
-
2767
- #: modules/widgets/image-widget.php:126
2768
- msgid "Center"
2769
- msgstr "Centrat"
2770
-
2771
- #: modules/widgets/image-widget.php:127
2772
- msgid "Right"
2773
- msgstr "Dreta"
2774
-
2775
- #: modules/widgets/image-widget.php:129
2776
- msgid "Image Alignment:"
2777
- msgstr "Alineació de la imatge:"
2778
-
2779
- #: modules/widgets/image-widget.php:139
2780
- msgid "Width:"
2781
- msgstr "Amplada:"
2782
-
2783
- #: modules/widgets/image-widget.php:142
2784
- msgid "Height:"
2785
- msgstr "Alçada:"
2786
-
2787
- #: modules/widgets/image-widget.php:145
2788
- msgid "If empty, we will attempt to determine the image size."
2789
- msgstr "Si està buit, intentarem determinar la grandària de la imatge."
2790
-
2791
- #: modules/widgets/image-widget.php:146
2792
- msgid "Link URL (when the image is clicked):"
2793
- msgstr "URL de l'enllaç (quan es fa clic a la imatge):"
2794
-
2795
- #: modules/widgets/rsslinks-widget.php:12
2796
- msgid "Links to your blog's RSS feeds"
2797
- msgstr "Enllaços al canal de subscripció RSS del bloc"
2798
-
2799
- #: modules/widgets/rsslinks-widget.php:13
2800
- msgid "RSS Links (Jetpack)"
2801
- msgstr "Enllaços RSS (Jetpack)"
2802
-
2803
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:58
2804
- #: modules/widgets/twitter.php:283
2805
- msgid "Title:"
2806
- msgstr "Títol:"
2807
-
2808
- #: modules/widgets/rsslinks-widget.php:67
2809
- #: modules/widgets/rsslinks-widget.php:133
2810
- msgid "Posts"
2811
- msgstr "Entrades"
2812
-
2813
- #: modules/widgets/rsslinks-widget.php:68
2814
- #: modules/widgets/rsslinks-widget.php:136
2815
- msgid "Comments"
2816
- msgstr "Comentaris"
2817
-
2818
- #: modules/widgets/rsslinks-widget.php:69
2819
- msgid "Posts & Comments"
2820
- msgstr "Entrades i comentaris"
2821
-
2822
- #: modules/widgets/rsslinks-widget.php:71
2823
- msgid "Feed(s) to Display:"
2824
- msgstr "Fil(s) de subscripció a mostrar:"
2825
-
2826
- #: modules/widgets/rsslinks-widget.php:81
2827
- msgid "Text Link"
2828
- msgstr "Enllaç de text"
2829
-
2830
- #: modules/widgets/rsslinks-widget.php:82
2831
- msgid "Image Link"
2832
- msgstr "Enllaç d'Imatge"
2833
-
2834
- #: modules/widgets/rsslinks-widget.php:83
2835
- msgid "Text & Image Links"
2836
- msgstr "Enllaços de text i imatge"
2837
-
2838
- #: modules/widgets/rsslinks-widget.php:85
2839
- msgid "Format:"
2840
- msgstr "Format:"
2841
-
2842
- #: modules/widgets/rsslinks-widget.php:96
2843
- msgid "Image Settings:"
2844
- msgstr "Configuració de la imatge:"
2845
-
2846
- #: modules/widgets/rsslinks-widget.php:99
2847
- msgid "Small"
2848
- msgstr "Petit"
2849
-
2850
- #: modules/widgets/rsslinks-widget.php:100
2851
- msgid "Medium"
2852
- msgstr "Mitjana"
2853
-
2854
- #: modules/widgets/rsslinks-widget.php:101
2855
- msgid "Large"
2856
- msgstr "Gran"
2857
-
2858
- #: modules/widgets/rsslinks-widget.php:103
2859
- msgid "Image Size:"
2860
- msgstr "Mida de la imatge:"
2861
-
2862
- #: modules/widgets/rsslinks-widget.php:113
2863
- msgid "Red"
2864
- msgstr "Vermell"
2865
-
2866
- #: modules/widgets/rsslinks-widget.php:114
2867
- msgid "Orange"
2868
- msgstr "Taronja"
2869
-
2870
- #: modules/widgets/rsslinks-widget.php:115
2871
- msgid "Green"
2872
- msgstr "Verd"
2873
-
2874
- #: modules/widgets/rsslinks-widget.php:116
2875
- msgid "Blue"
2876
- msgstr "Blau"
2877
-
2878
- #: modules/widgets/rsslinks-widget.php:117
2879
- msgid "Purple"
2880
- msgstr "Violeta"
2881
-
2882
- #: modules/widgets/rsslinks-widget.php:118
2883
- msgid "Pink"
2884
- msgstr "Rosa"
2885
-
2886
- #: modules/widgets/rsslinks-widget.php:119
2887
- msgid "Silver"
2888
- msgstr "Plata"
2889
-
2890
- #: modules/widgets/rsslinks-widget.php:121
2891
- msgid "Image Color:"
2892
- msgstr "Color de la imatge:"
2893
-
2894
- #: modules/widgets/rsslinks-widget.php:140
2895
- msgid "Subscribe to %s"
2896
- msgstr "Subscriu-me a %s"
2897
-
2898
- #: modules/widgets/top-posts.php:20 modules/widgets/top-posts.php:26
2899
- msgid "Top Posts &amp; Pages"
2900
- msgstr "Pàgines amb els millors Fils"
2901
-
2902
- #: modules/widgets/top-posts.php:22
2903
- msgid "Shows your most viewed posts and pages."
2904
- msgstr ""
2905
-
2906
- #: modules/widgets/top-posts.php:63
2907
- msgid "Number of posts to show:"
2908
- msgstr "Nombre d'entrades que cal mostrar:"
2909
-
2910
- #: modules/widgets/top-posts.php:68
2911
- msgid "Display as:"
2912
- msgstr ""
2913
-
2914
- #: modules/widgets/top-posts.php:70
2915
- msgid "Text List"
2916
- msgstr ""
2917
-
2918
- #: modules/widgets/top-posts.php:71
2919
- msgid "Image List"
2920
- msgstr ""
2921
-
2922
- #: modules/widgets/top-posts.php:72
2923
- msgid "Image Grid"
2924
- msgstr ""
2925
-
2926
- #: modules/widgets/top-posts.php:76
2927
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
2928
- msgstr ""
2929
-
2930
- #: modules/widgets/top-posts.php:149
2931
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
2932
- msgstr ""
2933
-
2934
- #: modules/widgets/twitter.php:22
2935
- msgid "Display your Tweets from Twitter"
2936
- msgstr ""
2937
-
2938
- #: modules/widgets/twitter.php:31
2939
- msgid "Please configure your Twitter username for the <a href=\"%s\">Twitter Widget</a>."
2940
- msgstr ""
2941
-
2942
- #: modules/widgets/twitter.php:41
2943
- msgid "Twitter Updates"
2944
- msgstr "Actualitzacions del Twitter"
2945
-
2946
- #: modules/widgets/twitter.php:186 modules/widgets/twitter.php:207
2947
- msgid "Error: Twitter did not respond. Please wait a few minutes and refresh this page."
2948
- msgstr "Error: el Twitter no respon. Espereu uns pocs minuts i refresqueu aquesta pàgina. "
2949
-
2950
- #: modules/widgets/twitter.php:200
2951
- msgid "Error: Please make sure the Twitter account is <a href=\"%s\">public</a>."
2952
- msgstr "Error: comproveu que el compte del Twitter és <a href=\"%s\">públic</a>."
2953
-
2954
- #: modules/widgets/twitter.php:290
2955
- msgid "Twitter username:"
2956
- msgstr "Nom d'usuari del Twitter:"
2957
-
2958
- #: modules/widgets/twitter.php:297
2959
- msgid "Maximum number of Tweets to show:"
2960
- msgstr ""
2961
-
2962
- #: modules/widgets/twitter.php:311
2963
- msgid "Hide replies"
2964
- msgstr "Amaga les respostes"
2965
-
2966
- #: modules/widgets/twitter.php:318
2967
- msgid "Hide Tweets pushed by Publicize"
2968
- msgstr ""
2969
-
2970
- #: modules/widgets/twitter.php:325
2971
- msgid "Include retweets"
2972
- msgstr "Inclou repiulades"
2973
-
2974
- #: modules/widgets/twitter.php:332
2975
- msgid "Display Follow Button"
2976
- msgstr ""
2977
-
2978
- #: modules/widgets/twitter.php:338
2979
- msgid "Text to display between Tweet and timestamp:"
2980
- msgstr ""
2981
-
2982
- msgid "http://wordpress.org/extend/plugins/jetpack/"
2983
- msgstr "http://wordpress.org/extend/plugins/jetpack/"
2984
-
2985
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
2986
- msgstr "Porta el poder del núvol de WordPress.com al vostre WordPress. El JetPack us permet connectar el vostre bloc amb un compre de WordPress.com per fer servir les potents funcionalitats que normalment solament estan disponibles per a usuaris de WordPress.com."
2987
-
2988
- msgid "Automattic"
2989
- msgstr "Automattic"
2990
-
2991
- msgid "http://jetpack.me"
2992
- msgstr "http://jetpack.me"
2993
-
2994
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
2995
- msgstr "Millora l'ortografia, l'estil, i la gramàtica amb el servei de correcció <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a>."
2996
-
2997
- msgid "Transform your standard image galleries into an immersive full-screen experience."
2998
- msgstr "Transforma les vostres galerias d'imatges en una experiència immersiva a pantalla completa."
2999
-
3000
- msgid "A new comment system that has integrated social media login options."
3001
- msgstr "Un sistema de comentaris nou que té integrat opcions per identificar-se mitjançant xares socials."
3002
-
3003
- msgid "Easily insert a contact form any where on your site."
3004
- msgstr "Insereix fàcilment un formulari de contacte en qualsevol lloc de la pàgina web."
3005
-
3006
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
3007
- msgstr "Personalitzeu l'aparença del vostre lloc web fent servir CSS però sense modificar el tema."
3008
-
3009
- msgid "Share your public posts and comments to search engines and other services in real-time."
3010
- msgstr "Comparteix les teves entrades i comentaris públics amb els motors de cerca i altres serveis en tems real."
3011
-
3012
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
3013
- msgstr "Mostra una tarja professional emergent dels perfils del usuaris en els comentaris. "
3014
-
3015
- msgid "Beautiful Math"
3016
- msgstr "Matemàtiques maques"
3017
-
3018
- msgid "Mark up your posts with the <img src=\"http://l.wordpress.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
3019
- msgstr "Marca les entrades amb el llenguatge de marques <img src=\"http://l.wordpress.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"Logo de LaTeX\" title=\"LaTeX\" style=\"vertical-align: -25%\" />, perfecte per a equacions matemàtiques complexes i altres herbes."
3020
-
3021
- msgid "Automatically optimize your site for mobile devices."
3022
- msgstr ""
3023
-
3024
- msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
3025
- msgstr "La millor eina per compartir en la web. Comparteix contingut amb el Facebook, el Twitter, i molts més."
3026
-
3027
- msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
3028
- msgstr "Incrusta vídeos fàcilment i més des de llocs webs com ara YouTube, Vimeo, i SlideShare."
3029
-
3030
- msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
3031
- msgstr "Activeu els enllaços curts de WP.me per a totes les entrades i pàgines i així compartir més fàcilment."
3032
-
3033
- msgid "Simple, concise site stats with no additional load on your server."
3034
- msgstr "Estadístiques del lloc simples i concises sense càrrega addicional del servidor."
3035
-
3036
- msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
3037
- msgstr "Permet als usuaris subscriure's a les vostres entrades i comentaris per rebre una notificació per correu electrònic."
3038
-
3039
- msgid "Realtime backup and security scanning for your WordPress site."
3040
- msgstr "Còpia de seguretat i escaneig de seguretat en temps real per al lloc web del WordPress."
3041
-
3042
- msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
3043
- msgstr "Afegeix fàcilment imatges, actualitzacions del Twitter i enllaços RSS a la barra lateral del tema."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/jetpack-cs_CZ.mo CHANGED
Binary file
languages/jetpack-cs_CZ.po DELETED
@@ -1,3484 +0,0 @@
1
- # Translation of 2.0 in Czech
2
- # This file is distributed under the same license as the 2.0 package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2012-11-20 20:02:04+0000\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 2.0\n"
12
-
13
- #: modules/widgets/rsslinks-widget.php:113
14
- msgid "Red"
15
- msgstr "Červená"
16
-
17
- #: modules/widgets/rsslinks-widget.php:114
18
- msgid "Orange"
19
- msgstr "Oranžová"
20
-
21
- #: modules/widgets/rsslinks-widget.php:115
22
- msgid "Green"
23
- msgstr "Zelená"
24
-
25
- #: modules/widgets/rsslinks-widget.php:116
26
- msgid "Blue"
27
- msgstr "Modrá"
28
-
29
- #: modules/widgets/rsslinks-widget.php:117
30
- msgid "Purple"
31
- msgstr "Purpurová"
32
-
33
- #: modules/widgets/rsslinks-widget.php:118
34
- msgid "Pink"
35
- msgstr "Růžová"
36
-
37
- #: modules/widgets/rsslinks-widget.php:119
38
- msgid "Silver"
39
- msgstr "Stříbrná"
40
-
41
- #: modules/widgets/rsslinks-widget.php:121
42
- msgid "Image Color:"
43
- msgstr ""
44
-
45
- #: modules/widgets/rsslinks-widget.php:140
46
- msgid "Subscribe to %s"
47
- msgstr ""
48
-
49
- #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
50
- msgid "Top Posts &amp; Pages"
51
- msgstr "Nejlepší příspěvky &amp; Stránky"
52
-
53
- #: modules/widgets/top-posts.php:37
54
- msgid "Shows your most viewed posts and pages."
55
- msgstr ""
56
-
57
- #: modules/widgets/top-posts.php:78
58
- msgid "Number of posts to show:"
59
- msgstr "Počet zobrazených příspěvků:"
60
-
61
- #: modules/widgets/top-posts.php:83
62
- msgid "Display as:"
63
- msgstr ""
64
-
65
- #: modules/widgets/top-posts.php:85
66
- msgid "Text List"
67
- msgstr ""
68
-
69
- #: modules/widgets/top-posts.php:86
70
- msgid "Image List"
71
- msgstr ""
72
-
73
- #: modules/widgets/top-posts.php:87
74
- msgid "Image Grid"
75
- msgstr ""
76
-
77
- #: modules/widgets/top-posts.php:91
78
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
79
- msgstr ""
80
-
81
- #: modules/widgets/top-posts.php:164
82
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
83
- msgstr ""
84
-
85
- #: modules/widgets/twitter.php:22
86
- msgid "Display your Tweets from Twitter"
87
- msgstr ""
88
-
89
- #: modules/widgets/twitter.php:31
90
- msgid "Please configure your Twitter username for the <a href=\"%s\">Twitter Widget</a>."
91
- msgstr ""
92
-
93
- #: modules/widgets/twitter.php:41
94
- msgid "Twitter Updates"
95
- msgstr "Aktualizace Twitteru"
96
-
97
- #: modules/widgets/twitter.php:182 modules/widgets/twitter.php:203
98
- msgid "Error: Twitter did not respond. Please wait a few minutes and refresh this page."
99
- msgstr ""
100
-
101
- #: modules/widgets/twitter.php:196
102
- msgid "Error: Please make sure the Twitter account is %1$spublic%2$s."
103
- msgstr ""
104
-
105
- #: modules/widgets/twitter.php:265
106
- msgid "Twitter username:"
107
- msgstr ""
108
-
109
- #: modules/widgets/twitter.php:272
110
- msgid "Maximum number of Tweets to show:"
111
- msgstr ""
112
-
113
- #: modules/widgets/twitter.php:286
114
- msgid "Hide replies"
115
- msgstr ""
116
-
117
- #: modules/widgets/twitter.php:293
118
- msgid "Hide Tweets pushed by Publicize"
119
- msgstr ""
120
-
121
- #: modules/widgets/twitter.php:300
122
- msgid "Include retweets"
123
- msgstr ""
124
-
125
- #: modules/widgets/twitter.php:307
126
- msgid "Display Follow Button"
127
- msgstr ""
128
-
129
- #: modules/widgets/twitter.php:313
130
- msgid "Text to display between Tweet and timestamp:"
131
- msgstr ""
132
-
133
- msgid "http://wordpress.org/extend/plugins/jetpack/"
134
- msgstr ""
135
-
136
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
137
- msgstr ""
138
-
139
- msgid "Automattic"
140
- msgstr ""
141
-
142
- msgid "http://jetpack.me"
143
- msgstr ""
144
-
145
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
146
- msgstr ""
147
-
148
- msgid "Transform your standard image galleries into an immersive full-screen experience."
149
- msgstr ""
150
-
151
- msgid "A new comment system that has integrated social media login options."
152
- msgstr ""
153
-
154
- msgid "Easily insert a contact form any where on your site."
155
- msgstr ""
156
-
157
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
158
- msgstr ""
159
-
160
- msgid "Share your public posts and comments to search engines and other services in real-time."
161
- msgstr ""
162
-
163
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
164
- msgstr ""
165
-
166
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
167
- msgstr ""
168
-
169
- msgid "Allow applications to securely access your content through the cloud."
170
- msgstr ""
171
-
172
- msgid "Beautiful Math"
173
- msgstr ""
174
-
175
- msgid "Mark up your posts with the <img src=\"http://l.wordpress.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
176
- msgstr ""
177
-
178
- msgid "Automatically optimize your site for mobile devices."
179
- msgstr ""
180
-
181
- msgid "Receive notifications on your Apple device."
182
- msgstr ""
183
-
184
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
185
- msgstr ""
186
-
187
- msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
188
- msgstr ""
189
-
190
- msgid "Publish posts to your blog directly from your personal email account."
191
- msgstr ""
192
-
193
- msgid "Connect your site to popular social networks and automatically share new posts with your friends."
194
- msgstr ""
195
-
196
- msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
197
- msgstr ""
198
-
199
- msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
200
- msgstr ""
201
-
202
- msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
203
- msgstr ""
204
-
205
- msgid "Simple, concise site stats with no additional load on your server."
206
- msgstr ""
207
-
208
- msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
209
- msgstr ""
210
-
211
- msgid "Realtime backup and security scanning for your WordPress site."
212
- msgstr ""
213
-
214
- msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
215
- msgstr ""
216
-
217
- #: modules/widgets/facebook-likebox.php:115
218
- #: modules/widgets/gravatar-profile.php:164
219
- msgid "Title"
220
- msgstr "Název"
221
-
222
- #: modules/widgets/facebook-likebox.php:122
223
- msgid "Facebook Page URL"
224
- msgstr ""
225
-
226
- #: modules/widgets/facebook-likebox.php:125
227
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
228
- msgstr ""
229
-
230
- #: modules/widgets/facebook-likebox.php:131
231
- msgid "Width"
232
- msgstr "Šířka"
233
-
234
- #: modules/widgets/facebook-likebox.php:138
235
- msgid "Height"
236
- msgstr "Výška"
237
-
238
- #: modules/widgets/facebook-likebox.php:157
239
- msgid "Show Faces"
240
- msgstr ""
241
-
242
- #: modules/widgets/facebook-likebox.php:159
243
- msgid "Show profile photos in the plugin."
244
- msgstr ""
245
-
246
- #: modules/widgets/facebook-likebox.php:166
247
- msgid "Show Stream"
248
- msgstr ""
249
-
250
- #: modules/widgets/facebook-likebox.php:168
251
- msgid "Show the profile stream for the public profile."
252
- msgstr ""
253
-
254
- #: modules/widgets/facebook-likebox.php:175
255
- msgid "Show Wall"
256
- msgstr ""
257
-
258
- #: modules/widgets/facebook-likebox.php:177
259
- msgid "Show the wall for a Places page rather than friend activity."
260
- msgstr ""
261
-
262
- #: modules/widgets/gravatar-profile.php:19
263
- msgid "Gravatar Profile"
264
- msgstr ""
265
-
266
- #: modules/widgets/gravatar-profile.php:21
267
- msgid "Display a mini version of your Gravatar Profile"
268
- msgstr ""
269
-
270
- #: modules/widgets/gravatar-profile.php:37
271
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
272
- msgstr ""
273
-
274
- #: modules/widgets/gravatar-profile.php:91
275
- msgid "View Full Profile &rarr;"
276
- msgstr ""
277
-
278
- #: modules/widgets/gravatar-profile.php:99
279
- msgid "Error loading profile"
280
- msgstr ""
281
-
282
- #: modules/widgets/gravatar-profile.php:111
283
- msgid "Personal Links"
284
- msgstr ""
285
-
286
- #: modules/widgets/gravatar-profile.php:131
287
- msgid "Verified Services"
288
- msgstr ""
289
-
290
- #: modules/widgets/gravatar-profile.php:142
291
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
292
- msgid "%1$s on %2$s"
293
- msgstr ""
294
-
295
- #: modules/widgets/gravatar-profile.php:170
296
- msgid "Select a user or pick \"custom\" and enter a custom email address."
297
- msgstr ""
298
-
299
- #: modules/widgets/gravatar-profile.php:174
300
- msgid "Custom"
301
- msgstr "Uživatelský odkaz"
302
-
303
- #: modules/widgets/gravatar-profile.php:184
304
- msgid "Custom Email Address"
305
- msgstr ""
306
-
307
- #: modules/widgets/gravatar-profile.php:192
308
- msgid "Show Personal Links"
309
- msgstr ""
310
-
311
- #: modules/widgets/gravatar-profile.php:194
312
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
313
- msgstr ""
314
-
315
- #: modules/widgets/gravatar-profile.php:201
316
- msgid "Show Account Links"
317
- msgstr ""
318
-
319
- #: modules/widgets/gravatar-profile.php:203
320
- msgid "Links to services that you use across the web."
321
- msgstr ""
322
-
323
- #: modules/widgets/gravatar-profile.php:207
324
- msgid "Opens in new window"
325
- msgstr ""
326
-
327
- #: modules/widgets/gravatar-profile.php:207
328
- msgid "Edit Your Profile"
329
- msgstr ""
330
-
331
- #: modules/widgets/gravatar-profile.php:207
332
- msgid "What's a Gravatar?"
333
- msgstr ""
334
-
335
- #: modules/widgets/image-widget.php:12
336
- msgid "Display an image in your sidebar"
337
- msgstr ""
338
-
339
- #: modules/widgets/image-widget.php:14
340
- msgid "Image (Jetpack)"
341
- msgstr ""
342
-
343
- #: modules/widgets/image-widget.php:110
344
- msgid "Image URL:"
345
- msgstr ""
346
-
347
- #: modules/widgets/image-widget.php:113
348
- msgid "Alternate text:"
349
- msgstr ""
350
-
351
- #: modules/widgets/image-widget.php:116
352
- msgid "Image title:"
353
- msgstr ""
354
-
355
- #: modules/widgets/image-widget.php:119
356
- msgid "Caption:"
357
- msgstr ""
358
-
359
- #: modules/widgets/image-widget.php:124
360
- msgid "None"
361
- msgstr "Žádné"
362
-
363
- #: modules/widgets/image-widget.php:125
364
- msgid "Left"
365
- msgstr "Doleva"
366
-
367
- #: modules/widgets/image-widget.php:126
368
- msgid "Center"
369
- msgstr "Center"
370
-
371
- #: modules/widgets/image-widget.php:127
372
- msgid "Right"
373
- msgstr "Doprava"
374
-
375
- #: modules/widgets/image-widget.php:129
376
- msgid "Image Alignment:"
377
- msgstr ""
378
-
379
- #: modules/widgets/image-widget.php:139
380
- msgid "Width:"
381
- msgstr ""
382
-
383
- #: modules/widgets/image-widget.php:142
384
- msgid "Height:"
385
- msgstr ""
386
-
387
- #: modules/widgets/image-widget.php:145
388
- msgid "If empty, we will attempt to determine the image size."
389
- msgstr ""
390
-
391
- #: modules/widgets/image-widget.php:146
392
- msgid "Link URL (when the image is clicked):"
393
- msgstr ""
394
-
395
- #: modules/widgets/rsslinks-widget.php:12
396
- msgid "Links to your blog's RSS feeds"
397
- msgstr ""
398
-
399
- #: modules/widgets/rsslinks-widget.php:13
400
- msgid "RSS Links (Jetpack)"
401
- msgstr ""
402
-
403
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
404
- #: modules/widgets/twitter.php:258
405
- msgid "Title:"
406
- msgstr "Název:"
407
-
408
- #: modules/widgets/rsslinks-widget.php:67
409
- #: modules/widgets/rsslinks-widget.php:133
410
- msgid "Posts"
411
- msgstr "Příspěvky"
412
-
413
- #: modules/widgets/rsslinks-widget.php:68
414
- #: modules/widgets/rsslinks-widget.php:136
415
- msgid "Comments"
416
- msgstr "Komentáře"
417
-
418
- #: modules/widgets/rsslinks-widget.php:69
419
- msgid "Posts & Comments"
420
- msgstr ""
421
-
422
- #: modules/widgets/rsslinks-widget.php:71
423
- msgid "Feed(s) to Display:"
424
- msgstr ""
425
-
426
- #: modules/widgets/rsslinks-widget.php:81
427
- msgid "Text Link"
428
- msgstr ""
429
-
430
- #: modules/widgets/rsslinks-widget.php:82
431
- msgid "Image Link"
432
- msgstr ""
433
-
434
- #: modules/widgets/rsslinks-widget.php:83
435
- msgid "Text & Image Links"
436
- msgstr ""
437
-
438
- #: modules/widgets/rsslinks-widget.php:85
439
- msgid "Format:"
440
- msgstr ""
441
-
442
- #: modules/widgets/rsslinks-widget.php:96
443
- msgid "Image Settings:"
444
- msgstr ""
445
-
446
- #: modules/widgets/rsslinks-widget.php:99
447
- msgid "Small"
448
- msgstr ""
449
-
450
- #: modules/widgets/rsslinks-widget.php:100
451
- msgid "Medium"
452
- msgstr "Střední velikost"
453
-
454
- #: modules/widgets/rsslinks-widget.php:101
455
- msgid "Large"
456
- msgstr "Velký obrázek"
457
-
458
- #: modules/widgets/rsslinks-widget.php:103
459
- msgid "Image Size:"
460
- msgstr ""
461
-
462
- #: modules/stats.php:527
463
- msgid "Hide the stats smiley face image."
464
- msgstr ""
465
-
466
- #: modules/stats.php:527
467
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
468
- msgstr ""
469
-
470
- #: modules/stats.php:527
471
- msgid "Smiley face"
472
- msgstr ""
473
-
474
- #: modules/stats.php:528
475
- msgid "Report visibility"
476
- msgstr ""
477
-
478
- #: modules/stats.php:530
479
- msgid "Select the roles that will be able to view stats reports."
480
- msgstr ""
481
-
482
- #: modules/stats.php:541
483
- msgid "Save configuration"
484
- msgstr ""
485
-
486
- #: modules/stats.php:597
487
- msgid "Stats"
488
- msgstr "Statistiky"
489
-
490
- #: modules/stats.php:599
491
- msgid "Views over 48 hours. Click for more Site Stats."
492
- msgstr ""
493
-
494
- #: modules/stats.php:666
495
- msgid "day"
496
- msgstr "den"
497
-
498
- #: modules/stats.php:667
499
- msgid "week"
500
- msgstr "týden"
501
-
502
- #: modules/stats.php:668
503
- msgid "month"
504
- msgstr "měsíc"
505
-
506
- #: modules/stats.php:671
507
- msgid "the past day"
508
- msgstr "v předchozích dnech"
509
-
510
- #: modules/stats.php:672
511
- msgid "the past week"
512
- msgstr "poslední týden"
513
-
514
- #: modules/stats.php:673
515
- msgid "the past month"
516
- msgstr "poslední měsíc"
517
-
518
- #: modules/stats.php:674
519
- msgid "the past quarter"
520
- msgstr "poslední čtvrtletí"
521
-
522
- #: modules/stats.php:675
523
- msgid "the past year"
524
- msgstr "poslední rok"
525
-
526
- #: modules/stats.php:697
527
- msgid "Chart stats by"
528
- msgstr "Seřaď statistiky podle"
529
-
530
- #: modules/stats.php:710
531
- msgid "Show top posts over"
532
- msgstr "Zobrazit nejlepší příspěvky nahoře"
533
-
534
- #: modules/stats.php:723
535
- msgid "Show top search terms over"
536
- msgstr ""
537
-
538
- #: modules/stats.php:882
539
- msgid "%1$s %2$s Views"
540
- msgstr ""
541
-
542
- #: modules/stats.php:895
543
- msgid "View All"
544
- msgstr "Zobrazit vše"
545
-
546
- #: modules/stats.php:899
547
- msgid "Top Posts"
548
- msgstr "Nejlepší příspěvky"
549
-
550
- #: modules/stats.php:903 modules/stats.php:927
551
- msgid "Sorry, nothing to report."
552
- msgstr ""
553
-
554
- #: modules/stats.php:923
555
- msgid "Top Searches"
556
- msgstr "Nejčastěji hledané termíny"
557
-
558
- #: modules/stats.php:946
559
- msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
560
- msgstr ""
561
-
562
- #: modules/subscriptions.php:108
563
- msgid "Jetpack Subscriptions Settings"
564
- msgstr ""
565
-
566
- #: modules/subscriptions.php:117
567
- msgid "Follow Blog"
568
- msgstr ""
569
-
570
- #: modules/subscriptions.php:132
571
- msgid "Follow Comments"
572
- msgstr ""
573
-
574
- #: modules/subscriptions.php:153
575
- msgid "Follower Settings"
576
- msgstr ""
577
-
578
- #: modules/subscriptions.php:160
579
- msgid "Blog follow email text"
580
- msgstr ""
581
-
582
- #: modules/subscriptions.php:168
583
- msgid "Comment follow email text"
584
- msgstr ""
585
-
586
- #: modules/subscriptions.php:182
587
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
588
- msgstr ""
589
-
590
- #: modules/subscriptions.php:197
591
- msgid "Show a <em>'follow blog'</em> option in the comment form"
592
- msgstr ""
593
-
594
- #: modules/subscriptions.php:212
595
- msgid "Show a <em>'follow comments'</em> option in the comment form"
596
- msgstr ""
597
-
598
- #: modules/subscriptions.php:237
599
- msgid "These settings change emails sent from your blog to followers."
600
- msgstr ""
601
-
602
- #: modules/subscriptions.php:243
603
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
604
- msgstr ""
605
-
606
- #: modules/subscriptions.php:249
607
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
608
- msgstr ""
609
-
610
- #: modules/subscriptions.php:254
611
- msgid ""
612
- "Howdy.\n"
613
- "\n"
614
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
615
- "\n"
616
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
617
- msgstr ""
618
-
619
- #: modules/subscriptions.php:255
620
- msgid ""
621
- "Howdy.\n"
622
- "\n"
623
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
624
- "\n"
625
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
626
- msgstr ""
627
-
628
- #: modules/subscriptions.php:447
629
- msgid "Notify me of follow-up comments by email."
630
- msgstr ""
631
-
632
- #: modules/subscriptions.php:454
633
- msgid "Notify me of new posts by email."
634
- msgstr ""
635
-
636
- #: modules/subscriptions.php:520
637
- msgid "Add an email signup form to allow people to subscribe to your blog."
638
- msgstr ""
639
-
640
- #: modules/subscriptions.php:523
641
- msgid "Blog Subscriptions (Jetpack)"
642
- msgstr ""
643
-
644
- #: modules/subscriptions.php:554
645
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
646
- msgstr ""
647
-
648
- #: modules/subscriptions.php:564
649
- msgid "The email you entered was invalid, please check and try again."
650
- msgstr ""
651
-
652
- #: modules/subscriptions.php:567
653
- msgid "You have already subscribed to this site, please check your inbox."
654
- msgstr ""
655
-
656
- #: modules/subscriptions.php:574
657
- msgid "There was an error when subscribing, please try again."
658
- msgstr ""
659
-
660
- #: modules/subscriptions.php:592
661
- msgid "Join %s other subscriber"
662
- msgid_plural "Join %s other subscribers"
663
- msgstr[0] ""
664
- msgstr[1] ""
665
- msgstr[2] ""
666
-
667
- #: modules/subscriptions.php:671
668
- msgid "Subscribe to Blog via Email"
669
- msgstr ""
670
-
671
- #: modules/subscriptions.php:672
672
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
673
- msgstr ""
674
-
675
- #: modules/subscriptions.php:674
676
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
677
- msgstr ""
678
-
679
- #: modules/subscriptions.php:690
680
- msgid "%s: %s"
681
- msgstr ""
682
-
683
- #: modules/subscriptions.php:698 modules/widgets/image-widget.php:107
684
- msgid "Widget title:"
685
- msgstr "Jméno Widgetu:"
686
-
687
- #: modules/subscriptions.php:704
688
- msgid "Optional text to display to your readers:"
689
- msgstr ""
690
-
691
- #: modules/subscriptions.php:710
692
- msgid "Subscribe Button:"
693
- msgstr ""
694
-
695
- #: modules/subscriptions.php:717
696
- msgid "Show total number of subscribers? (%s subscriber)"
697
- msgid_plural "Show total number of subscribers? (%s subscribers)"
698
- msgstr[0] ""
699
- msgstr[1] ""
700
- msgstr[2] ""
701
-
702
- #: modules/vaultpress.php:22
703
- msgid "Active"
704
- msgstr "Aktivní"
705
-
706
- #: modules/widgets/facebook-likebox.php:29
707
- msgid "Facebook Like Box"
708
- msgstr ""
709
-
710
- #: modules/widgets/facebook-likebox.php:29
711
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
712
- msgstr ""
713
-
714
- #: modules/widgets/facebook-likebox.php:41
715
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
716
- msgstr ""
717
-
718
- #: modules/sharedaddy/sharing.php:300
719
- msgid "Button style"
720
- msgstr ""
721
-
722
- #: modules/sharedaddy/sharing.php:303
723
- msgid "Icon + text"
724
- msgstr ""
725
-
726
- #: modules/sharedaddy/sharing.php:304
727
- msgid "Icon only"
728
- msgstr ""
729
-
730
- #: modules/sharedaddy/sharing.php:305
731
- msgid "Text only"
732
- msgstr ""
733
-
734
- #: modules/sharedaddy/sharing.php:306
735
- msgid "Official buttons"
736
- msgstr ""
737
-
738
- #: modules/sharedaddy/sharing.php:311
739
- msgid "Sharing label"
740
- msgstr ""
741
-
742
- #: modules/sharedaddy/sharing.php:317
743
- msgid "Open links in"
744
- msgstr ""
745
-
746
- #: modules/sharedaddy/sharing.php:320
747
- msgid "New window"
748
- msgstr ""
749
-
750
- #: modules/sharedaddy/sharing.php:321
751
- msgid "Same window"
752
- msgstr ""
753
-
754
- #: modules/sharedaddy/sharing.php:326
755
- msgid "Show buttons on"
756
- msgstr ""
757
-
758
- #: modules/sharedaddy/sharing.php:332
759
- msgid "Front Page, Archive Pages, and Search Results"
760
- msgstr ""
761
-
762
- #: modules/sharedaddy/sharing.php:348
763
- msgid "Save Changes"
764
- msgstr "Uložit změny"
765
-
766
- #: modules/sharedaddy/sharing.php:359
767
- msgid "Service name"
768
- msgstr ""
769
-
770
- #: modules/sharedaddy/sharing.php:365
771
- msgid "Sharing URL"
772
- msgstr ""
773
-
774
- #: modules/sharedaddy/sharing.php:369
775
- msgid "You can add the following variables to your service sharing URL:"
776
- msgstr ""
777
-
778
- #: modules/sharedaddy/sharing.php:374
779
- msgid "Icon URL"
780
- msgstr ""
781
-
782
- #: modules/sharedaddy/sharing.php:377
783
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
784
- msgstr ""
785
-
786
- #: modules/sharedaddy/sharing.php:383
787
- msgid "Create Share Button"
788
- msgstr ""
789
-
790
- #: modules/sharedaddy/sharing.php:395
791
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
792
- msgstr ""
793
-
794
- #: modules/shortcodes/archives.php:50
795
- msgid "Your blog does not currently have any published posts."
796
- msgstr ""
797
-
798
- #: modules/shortcodes/audio.php:180
799
- msgid "Download: <a href=\"%s\">%s</a><br />"
800
- msgstr ""
801
-
802
- #: modules/shortcodes/videopress.php:616
803
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
804
- msgstr ""
805
-
806
- #: modules/shortcodes/videopress.php:618
807
- msgid "<strong>%s</strong> is not an allowed embed site."
808
- msgstr ""
809
-
810
- #: modules/shortcodes/videopress.php:618
811
- msgid "Publisher limits playback of video embeds."
812
- msgstr ""
813
-
814
- #: modules/shortcodes/videopress.php:620
815
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
816
- msgstr ""
817
-
818
- #: modules/shortcodes/videopress.php:837
819
- msgid "%s Error"
820
- msgstr ""
821
-
822
- #: modules/shortcodes/videopress.php:871
823
- msgid "This video is intended for mature audiences."
824
- msgstr ""
825
-
826
- #: modules/shortcodes/videopress.php:871
827
- msgid "Please verify your birthday."
828
- msgstr ""
829
-
830
- #: modules/shortcodes/videopress.php:887
831
- msgid "January"
832
- msgstr "Leden"
833
-
834
- #: modules/shortcodes/videopress.php:887
835
- msgid "February"
836
- msgstr "Únor"
837
-
838
- #: modules/shortcodes/videopress.php:887
839
- msgid "March"
840
- msgstr "Březen"
841
-
842
- #: modules/shortcodes/videopress.php:887
843
- msgid "April"
844
- msgstr "Duben"
845
-
846
- #: modules/shortcodes/videopress.php:887
847
- msgid "May"
848
- msgstr "Květen"
849
-
850
- #: modules/shortcodes/videopress.php:887
851
- msgid "June"
852
- msgstr "Červen"
853
-
854
- #: modules/shortcodes/videopress.php:887
855
- msgid "July"
856
- msgstr "Červenec"
857
-
858
- #: modules/shortcodes/videopress.php:887
859
- msgid "August"
860
- msgstr "Srpen"
861
-
862
- #: modules/shortcodes/videopress.php:887
863
- msgid "September"
864
- msgstr "Září"
865
-
866
- #: modules/shortcodes/videopress.php:887
867
- msgid "October"
868
- msgstr "Říjen"
869
-
870
- #: modules/shortcodes/videopress.php:887
871
- msgid "November"
872
- msgstr "Listopad"
873
-
874
- #: modules/shortcodes/videopress.php:887
875
- msgid "December"
876
- msgstr "Prosinec"
877
-
878
- #: modules/shortcodes/videopress.php:923
879
- msgid "Submit"
880
- msgstr "Potvrdit"
881
-
882
- #: modules/shortcodes/videopress.php:969
883
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
884
- msgstr ""
885
-
886
- #: modules/shortcodes/videopress.php:1027
887
- msgctxt "watch a video title"
888
- msgid "Watch: %s"
889
- msgstr ""
890
-
891
- #: modules/shortcodes/videopress.php:1123
892
- #: modules/shortcodes/videopress.php:1145
893
- msgid "this video"
894
- msgstr ""
895
-
896
- #: modules/shortcodes/videopress.php:1152
897
- msgctxt "Play as in playback or view a movie"
898
- msgid "JavaScript required to play %s."
899
- msgstr ""
900
-
901
- #: modules/shortcodes/videopress.php:1299
902
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
903
- msgstr ""
904
-
905
- #: modules/shortcodes/videopress.php:1306
906
- msgid "Loading video..."
907
- msgstr ""
908
-
909
- #: modules/stats.php:252 modules/stats.php:645
910
- msgid "Site Stats"
911
- msgstr ""
912
-
913
- #: modules/stats.php:343
914
- msgid "Loading&hellip;"
915
- msgstr ""
916
-
917
- #: modules/stats.php:344
918
- msgid "Your Site Stats work better with Javascript enabled."
919
- msgstr ""
920
-
921
- #: modules/stats.php:345
922
- msgid "View Site Stats without Javascript"
923
- msgstr ""
924
-
925
- #: modules/stats.php:517
926
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
927
- msgstr ""
928
-
929
- #: modules/stats.php:522
930
- msgid "Admin bar"
931
- msgstr ""
932
-
933
- #: modules/stats.php:523
934
- msgid "Put a chart showing 48 hours of views in the admin bar."
935
- msgstr ""
936
-
937
- #: modules/stats.php:524
938
- msgid "Registered users"
939
- msgstr ""
940
-
941
- #: modules/stats.php:525
942
- msgid "Count the page views of registered users who are logged in."
943
- msgstr ""
944
-
945
- #: modules/stats.php:526
946
- msgid "Smiley"
947
- msgstr ""
948
-
949
- #: modules/sharedaddy/sharing-sources.php:279
950
- msgid "Send to Email Address"
951
- msgstr ""
952
-
953
- #: modules/sharedaddy/sharing-sources.php:287
954
- msgid "Your Name"
955
- msgstr "Vaše jméno"
956
-
957
- #: modules/sharedaddy/sharing-sources.php:290
958
- msgid "Your Email Address"
959
- msgstr ""
960
-
961
- #: modules/sharedaddy/sharing-sources.php:298
962
- msgid "Send Email"
963
- msgstr ""
964
-
965
- #: modules/sharedaddy/sharing-sources.php:299
966
- msgid "Cancel"
967
- msgstr "Zrušit"
968
-
969
- #: modules/sharedaddy/sharing-sources.php:302
970
- msgid "Post was not sent - check your email addresses!"
971
- msgstr ""
972
-
973
- #: modules/sharedaddy/sharing-sources.php:306
974
- msgid "Email check failed, please try again"
975
- msgstr ""
976
-
977
- #: modules/sharedaddy/sharing-sources.php:310
978
- msgid "Sorry, your blog cannot share posts by email."
979
- msgstr ""
980
-
981
- #: modules/sharedaddy/sharing-sources.php:330 modules/widgets/twitter.php:22
982
- msgid "Twitter"
983
- msgstr ""
984
-
985
- #: modules/sharedaddy/sharing-sources.php:376
986
- msgctxt "share to"
987
- msgid "Twitter"
988
- msgstr ""
989
-
990
- #: modules/sharedaddy/sharing-sources.php:376
991
- msgid "Click to share on Twitter"
992
- msgstr ""
993
-
994
- #: modules/sharedaddy/sharing-sources.php:451
995
- msgid "StumbleUpon"
996
- msgstr ""
997
-
998
- #: modules/sharedaddy/sharing-sources.php:462
999
- msgctxt "share to"
1000
- msgid "StumbleUpon"
1001
- msgstr ""
1002
-
1003
- #: modules/sharedaddy/sharing-sources.php:462
1004
- msgid "Click to share on StumbleUpon"
1005
- msgstr ""
1006
-
1007
- #: modules/sharedaddy/sharing-sources.php:489
1008
- #: modules/sharedaddy/sharing-sources.php:496
1009
- msgid "Reddit"
1010
- msgstr ""
1011
-
1012
- #: modules/sharedaddy/sharing-sources.php:496
1013
- msgid "Click to share on Reddit"
1014
- msgstr ""
1015
-
1016
- #: modules/sharedaddy/sharing-sources.php:523
1017
- msgid "Digg"
1018
- msgstr ""
1019
-
1020
- #: modules/sharedaddy/sharing-sources.php:532
1021
- #: modules/sharedaddy/sharing-sources.php:535
1022
- msgid "Click to Digg this post"
1023
- msgstr ""
1024
-
1025
- #: modules/sharedaddy/sharing-sources.php:535
1026
- msgctxt "share to"
1027
- msgid "Digg"
1028
- msgstr ""
1029
-
1030
- #: modules/sharedaddy/sharing-sources.php:579
1031
- msgid "LinkedIn"
1032
- msgstr ""
1033
-
1034
- #: modules/sharedaddy/sharing-sources.php:593
1035
- msgctxt "share to"
1036
- msgid "LinkedIn"
1037
- msgstr ""
1038
-
1039
- #: modules/sharedaddy/sharing-sources.php:593
1040
- msgid "Click to share on LinkedIn"
1041
- msgstr ""
1042
-
1043
- #: modules/sharedaddy/sharing-sources.php:659
1044
- msgid "Facebook"
1045
- msgstr ""
1046
-
1047
- #: modules/sharedaddy/sharing-sources.php:734
1048
- msgctxt "share to"
1049
- msgid "Facebook"
1050
- msgstr ""
1051
-
1052
- #: modules/sharedaddy/sharing-sources.php:734
1053
- msgid "Share on Facebook"
1054
- msgstr ""
1055
-
1056
- #: modules/sharedaddy/sharing-sources.php:765
1057
- msgid "Print"
1058
- msgstr "Tisk"
1059
-
1060
- #: modules/sharedaddy/sharing-sources.php:769
1061
- msgctxt "share to"
1062
- msgid "Print"
1063
- msgstr ""
1064
-
1065
- #: modules/sharedaddy/sharing-sources.php:769
1066
- msgid "Click to print"
1067
- msgstr ""
1068
-
1069
- #: modules/sharedaddy/sharing-sources.php:785
1070
- msgid "Press This"
1071
- msgstr "Kliknout a publikovat"
1072
-
1073
- #: modules/sharedaddy/sharing-sources.php:813
1074
- msgctxt "share to"
1075
- msgid "Press This"
1076
- msgstr ""
1077
-
1078
- #: modules/sharedaddy/sharing-sources.php:813
1079
- msgid "Click to Press This!"
1080
- msgstr ""
1081
-
1082
- #: modules/sharedaddy/sharing-sources.php:831
1083
- msgid "Google +1"
1084
- msgstr ""
1085
-
1086
- #: modules/sharedaddy/sharing-sources.php:846
1087
- msgctxt "share to"
1088
- msgid "Google +1"
1089
- msgstr ""
1090
-
1091
- #: modules/sharedaddy/sharing-sources.php:846
1092
- msgid "Click to share on Google+"
1093
- msgstr ""
1094
-
1095
- #: modules/sharedaddy/sharing-sources.php:935
1096
- msgid "Click to share"
1097
- msgstr ""
1098
-
1099
- #: modules/sharedaddy/sharing-sources.php:990
1100
- msgid "URL"
1101
- msgstr "URL"
1102
-
1103
- #: modules/sharedaddy/sharing-sources.php:995
1104
- msgid "Icon"
1105
- msgstr ""
1106
-
1107
- #: modules/sharedaddy/sharing-sources.php:1002
1108
- msgid "Save"
1109
- msgstr "Uložit"
1110
-
1111
- #: modules/sharedaddy/sharing-sources.php:1003
1112
- msgid "Remove Service"
1113
- msgstr ""
1114
-
1115
- #: modules/sharedaddy/sharing-sources.php:1082
1116
- msgid "Tumblr"
1117
- msgstr ""
1118
-
1119
- #: modules/sharedaddy/sharing-sources.php:1093
1120
- msgctxt "share to"
1121
- msgid "Tumblr"
1122
- msgstr ""
1123
-
1124
- #: modules/sharedaddy/sharing-sources.php:1093
1125
- msgid "Click to share on Tumblr"
1126
- msgstr ""
1127
-
1128
- #: modules/sharedaddy/sharing-sources.php:1129
1129
- msgid "Pinterest"
1130
- msgstr ""
1131
-
1132
- #: modules/sharedaddy/sharing-sources.php:1159
1133
- msgid "Pin It"
1134
- msgstr ""
1135
-
1136
- #: modules/sharedaddy/sharing-sources.php:1161
1137
- msgctxt "share to"
1138
- msgid "Pinterest"
1139
- msgstr ""
1140
-
1141
- #: modules/sharedaddy/sharing-sources.php:1161
1142
- msgid "Click to share on Pinterest"
1143
- msgstr ""
1144
-
1145
- #: modules/sharedaddy/sharing.php:153
1146
- msgid "Warning! Multibyte support missing!"
1147
- msgstr ""
1148
-
1149
- #: modules/sharedaddy/sharing.php:154
1150
- msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
1151
- msgstr ""
1152
-
1153
- #: modules/sharedaddy/sharing.php:158
1154
- msgid "Settings have been saved"
1155
- msgstr ""
1156
-
1157
- #: modules/sharedaddy/sharing.php:169
1158
- msgid "Sharing Buttons"
1159
- msgstr ""
1160
-
1161
- #: modules/sharedaddy/sharing.php:170
1162
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1163
- msgstr ""
1164
-
1165
- #: modules/sharedaddy/sharing.php:176
1166
- msgid "Available Services"
1167
- msgstr ""
1168
-
1169
- #: modules/sharedaddy/sharing.php:177
1170
- msgid "Drag and drop the services you'd like to enable into the box below."
1171
- msgstr ""
1172
-
1173
- #: modules/sharedaddy/sharing.php:178
1174
- msgid "Add a new service"
1175
- msgstr ""
1176
-
1177
- #: modules/sharedaddy/sharing.php:198
1178
- msgid "Enabled Services"
1179
- msgstr ""
1180
-
1181
- #: modules/sharedaddy/sharing.php:201
1182
- msgid "Services dragged here will appear individually."
1183
- msgstr ""
1184
-
1185
- #: modules/sharedaddy/sharing.php:204
1186
- msgid "Drag and drop available services here."
1187
- msgstr ""
1188
-
1189
- #: modules/sharedaddy/sharing.php:215
1190
- msgid "Services dragged here will be hidden behind a share button."
1191
- msgstr ""
1192
-
1193
- #: modules/sharedaddy/sharing.php:230
1194
- msgid "Live Preview"
1195
- msgstr ""
1196
-
1197
- #: modules/sharedaddy/sharing.php:233
1198
- msgid "Sharing is off. Add services above to enable."
1199
- msgstr ""
1200
-
1201
- #: modules/module-info.php:638
1202
- msgid "When you write great content, all you really want is people to find it, right?"
1203
- msgstr ""
1204
-
1205
- #: modules/module-info.php:640
1206
- msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
1207
- msgstr ""
1208
-
1209
- #: modules/module-info.php:643
1210
- msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
1211
- msgstr ""
1212
-
1213
- #: modules/module-info.php:645
1214
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
1215
- msgstr ""
1216
-
1217
- #: modules/module-info.php:655
1218
- msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
1219
- msgstr ""
1220
-
1221
- #: modules/module-info.php:675 modules/module-info.php:678
1222
- #: modules/post-by-email.php:89
1223
- msgid "Post by Email"
1224
- msgstr ""
1225
-
1226
- #: modules/module-info.php:680
1227
- msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
1228
- msgstr ""
1229
-
1230
- #: modules/module-info.php:684
1231
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
1232
- msgstr ""
1233
-
1234
- #: modules/module-info.php:688
1235
- msgid "More information on sending emails, attachments, and customizing your posts."
1236
- msgstr ""
1237
-
1238
- #: modules/module-info.php:708
1239
- msgid "Photon"
1240
- msgstr ""
1241
-
1242
- #: modules/module-info.php:710
1243
- msgid "Give your site a boost by loading images in post and posts' featured images from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your web host with the click of a button."
1244
- msgstr ""
1245
-
1246
- #: modules/post-by-email.php:92 modules/subscriptions.php:596
1247
- msgid "Email Address"
1248
- msgstr "Emailová adresa"
1249
-
1250
- #: modules/post-by-email.php:107
1251
- msgid "Enable Post By Email"
1252
- msgstr ""
1253
-
1254
- #: modules/post-by-email.php:111 modules/shortcodes/videopress.php:926
1255
- msgid "More information"
1256
- msgstr ""
1257
-
1258
- #: modules/post-by-email.php:114
1259
- msgid "Regenerate Address"
1260
- msgstr ""
1261
-
1262
- #: modules/post-by-email.php:115
1263
- msgid "Disable Post By Email"
1264
- msgstr ""
1265
-
1266
- #: modules/post-by-email.php:123
1267
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
1268
- msgstr ""
1269
-
1270
- #: modules/post-by-email.php:126 modules/publicize/publicize-jetpack.php:58
1271
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
1272
- msgstr ""
1273
-
1274
- #: modules/post-by-email.php:167 modules/post-by-email.php:176
1275
- msgid "Unable to create your Post By Email address. Please try again later."
1276
- msgstr ""
1277
-
1278
- #: modules/post-by-email.php:195 modules/post-by-email.php:204
1279
- msgid "Unable to regenerate your Post By Email address. Please try again later."
1280
- msgstr ""
1281
-
1282
- #: modules/post-by-email.php:223 modules/post-by-email.php:232
1283
- msgid "Unable to disable your Post By Email address. Please try again later."
1284
- msgstr ""
1285
-
1286
- #: modules/publicize/publicize-jetpack.php:55
1287
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
1288
- msgstr ""
1289
-
1290
- #: modules/publicize/publicize-jetpack.php:165
1291
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
1292
- msgstr ""
1293
-
1294
- #: modules/publicize/publicize-jetpack.php:167
1295
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
1296
- msgstr ""
1297
-
1298
- #: modules/publicize/publicize-jetpack.php:313
1299
- #: modules/publicize/publicize-jetpack.php:329
1300
- #: modules/publicize/publicize-jetpack.php:453
1301
- msgid "Publicize to my %s:"
1302
- msgstr ""
1303
-
1304
- #: modules/publicize/publicize-jetpack.php:314
1305
- msgid "Facebook Wall"
1306
- msgstr ""
1307
-
1308
- #: modules/publicize/publicize-jetpack.php:330
1309
- msgid "Facebook Page"
1310
- msgstr ""
1311
-
1312
- #: modules/publicize/publicize-jetpack.php:361
1313
- #: modules/publicize/publicize-jetpack.php:473 modules/publicize/ui.php:214
1314
- msgid "OK"
1315
- msgstr "OK"
1316
-
1317
- #: modules/publicize/publicize-jetpack.php:454
1318
- msgid "Tumblr blog"
1319
- msgstr ""
1320
-
1321
- #: modules/publicize/ui.php:35 modules/publicize/ui.php:45
1322
- #: modules/sharedaddy/sharing.php:57 modules/sharedaddy/sharing.php:163
1323
- msgid "Sharing Settings"
1324
- msgstr ""
1325
-
1326
- #: modules/publicize/ui.php:76
1327
- msgid "You have successfully connected your blog with your %s account."
1328
- msgstr ""
1329
-
1330
- #: modules/publicize/ui.php:91
1331
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
1332
- msgstr ""
1333
-
1334
- #: modules/publicize/ui.php:92
1335
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
1336
- msgstr ""
1337
-
1338
- #: modules/publicize/ui.php:153
1339
- msgid "Shared"
1340
- msgstr ""
1341
-
1342
- #: modules/publicize/ui.php:156 modules/publicize/ui.php:160
1343
- msgid "Disconnect"
1344
- msgstr ""
1345
-
1346
- #: modules/publicize/ui.php:169
1347
- msgid "Add new %s connection."
1348
- msgstr ""
1349
-
1350
- #: modules/publicize/ui.php:185
1351
- msgid "Make this connection available to all users of this blog?"
1352
- msgstr ""
1353
-
1354
- #: modules/publicize/ui.php:193
1355
- msgid "There was a problem connecting to %s. Please disconnect and try again."
1356
- msgstr ""
1357
-
1358
- #: modules/publicize/ui.php:383
1359
- msgid "Publicize:"
1360
- msgstr ""
1361
-
1362
- #: modules/publicize/ui.php:429
1363
- msgctxt "Service: Account connected as"
1364
- msgid "%1$s: %2$s"
1365
- msgstr ""
1366
-
1367
- #: modules/publicize/ui.php:464
1368
- msgid "Custom Message:"
1369
- msgstr ""
1370
-
1371
- #: modules/publicize/ui.php:469 modules/publicize/ui.php:498
1372
- #: modules/publicize/ui.php:500
1373
- msgid "Hide"
1374
- msgstr "Skrýt"
1375
-
1376
- #: modules/publicize/ui.php:478
1377
- msgid "Not Connected"
1378
- msgstr ""
1379
-
1380
- #: modules/publicize/ui.php:485
1381
- msgid "Connect to"
1382
- msgstr ""
1383
-
1384
- #: modules/publicize/ui.php:490
1385
- msgid "Connect and share your posts on %s"
1386
- msgstr ""
1387
-
1388
- #: modules/publicize/ui.php:513
1389
- msgid "Show"
1390
- msgstr "Zobrazit"
1391
-
1392
- #: modules/publicize.php:87
1393
- msgctxt "word count: words or characters?"
1394
- msgid "words"
1395
- msgstr ""
1396
-
1397
- #: modules/sharedaddy/sharedaddy.php:18
1398
- msgid "Shared Post"
1399
- msgstr ""
1400
-
1401
- #: modules/sharedaddy/sharedaddy.php:35
1402
- msgid "Show sharing buttons."
1403
- msgstr ""
1404
-
1405
- #: modules/sharedaddy/sharedaddy.php:112
1406
- msgid "Disable CSS and JS"
1407
- msgstr ""
1408
-
1409
- #: modules/sharedaddy/sharedaddy.php:114
1410
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1411
- msgstr ""
1412
-
1413
- #: modules/sharedaddy/sharing-service.php:12
1414
- msgid "Share this:"
1415
- msgstr ""
1416
-
1417
- #: modules/sharedaddy/sharing-service.php:523
1418
- #: modules/sharedaddy/sharing.php:245 modules/sharedaddy/sharing.php:278
1419
- msgid "More"
1420
- msgstr ""
1421
-
1422
- #: modules/sharedaddy/sharing-service.php:525
1423
- msgid "Share"
1424
- msgstr ""
1425
-
1426
- #: modules/sharedaddy/sharing-sources.php:242
1427
- msgid "This post has been shared!"
1428
- msgstr ""
1429
-
1430
- #: modules/sharedaddy/sharing-sources.php:243
1431
- msgid "You have shared this post with %s"
1432
- msgstr ""
1433
-
1434
- #: modules/sharedaddy/sharing-sources.php:244
1435
- msgid "Close"
1436
- msgstr "Zavřít"
1437
-
1438
- #: modules/sharedaddy/sharing-sources.php:266
1439
- msgctxt "share to"
1440
- msgid "Email"
1441
- msgstr ""
1442
-
1443
- #: modules/sharedaddy/sharing-sources.php:266
1444
- msgid "Click to email this to a friend"
1445
- msgstr ""
1446
-
1447
- #: modules/module-info.php:315 modules/module-info.php:318
1448
- #: modules/module-info.php:339 modules/publicize/ui.php:35
1449
- #: modules/sharedaddy/sharedaddy.php:25 modules/sharedaddy/sharing.php:57
1450
- msgid "Sharing"
1451
- msgstr ""
1452
-
1453
- #: modules/module-info.php:319
1454
- msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
1455
- msgstr ""
1456
-
1457
- #: modules/module-info.php:323
1458
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
1459
- msgstr ""
1460
-
1461
- #: modules/module-info.php:325
1462
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
1463
- msgstr ""
1464
-
1465
- #: modules/module-info.php:329
1466
- msgid "Additionally you can define your own custom services."
1467
- msgstr ""
1468
-
1469
- #: modules/module-info.php:344
1470
- msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
1471
- msgstr ""
1472
-
1473
- #: modules/module-info.php:345
1474
- msgid "Drag and drop sharing services into the enabled section to have them show up on your site, and drag them into the hidden section to have them hidden behind a button."
1475
- msgstr ""
1476
-
1477
- #: modules/module-info.php:351
1478
- msgid "Full details can be found on the <a href=\"%s\">Sharing support page</a>. This video also gives a swish run-down of how to use the Sharing feature. Watch it in HD for extra snazz!"
1479
- msgstr ""
1480
-
1481
- #: modules/module-info.php:366 modules/module-info.php:370
1482
- msgid "Spelling and Grammar"
1483
- msgstr ""
1484
-
1485
- #: modules/module-info.php:372
1486
- msgid "The <a href='%s'>After&nbsp;the&nbsp;Deadline</a> Proofreading service improves your writing by using artificial intelligence to find your errors and offer smart suggestions."
1487
- msgstr ""
1488
-
1489
- #: modules/module-info.php:373
1490
- msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
1491
- msgstr ""
1492
-
1493
- #: modules/module-info.php:387 modules/module-info.php:401
1494
- msgid "Widgets Screenshot"
1495
- msgstr ""
1496
-
1497
- #: modules/module-info.php:390 modules/module-info.php:404
1498
- msgid "Extra Sidebar Widgets"
1499
- msgstr ""
1500
-
1501
- #: modules/module-info.php:392
1502
- msgid "The RSS Links Widget "
1503
- msgstr ""
1504
-
1505
- #: modules/module-info.php:392
1506
- msgid "allows you to add links to your blog&#8217;s post and comment RSS feeds in your sidebar. This makes it easy for your readers to stay updated when you post new content or receive new comments."
1507
- msgstr ""
1508
-
1509
- #: modules/module-info.php:393
1510
- msgid "The Twitter Widget "
1511
- msgstr ""
1512
-
1513
- #: modules/module-info.php:393
1514
- msgid "shows your latest tweets within a sidebar on your theme. It&#8217;s an easy way to add more activity to your site. There are also a number of customization options."
1515
- msgstr ""
1516
-
1517
- #: modules/module-info.php:393
1518
- msgid "The Facebook Like Box Widget "
1519
- msgstr ""
1520
-
1521
- #: modules/module-info.php:393
1522
- msgid "shows your Facebook Like Box within a sidebar on your theme. It&#8217;s a great way to let your readers show their support."
1523
- msgstr ""
1524
-
1525
- #: modules/module-info.php:393
1526
- msgid "The Image Widget "
1527
- msgstr ""
1528
-
1529
- #: modules/module-info.php:393
1530
- msgid "allows you to easily add images to widget areas in your theme. It&#8217;s an easy way to add more visual interest to your site."
1531
- msgstr ""
1532
-
1533
- #: modules/module-info.php:406
1534
- msgid "The RSS Links Widget"
1535
- msgstr ""
1536
-
1537
- #: modules/module-info.php:406
1538
- msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
1539
- msgstr ""
1540
-
1541
- #: modules/module-info.php:407
1542
- msgid "The Twitter Widget"
1543
- msgstr ""
1544
-
1545
- #: modules/module-info.php:407
1546
- msgid "shows your latest tweets within a sidebar on your theme."
1547
- msgstr ""
1548
-
1549
- #: modules/module-info.php:408
1550
- msgid "The Facebook Like Box Widget"
1551
- msgstr ""
1552
-
1553
- #: modules/module-info.php:408
1554
- msgid "shows your Facebook Like Box within a sidebar on your theme."
1555
- msgstr ""
1556
-
1557
- #: modules/module-info.php:409
1558
- msgid "The Image Widget"
1559
- msgstr ""
1560
-
1561
- #: modules/module-info.php:409
1562
- msgid "lets you easily add images to a sidebar on your theme."
1563
- msgstr ""
1564
-
1565
- #: modules/module-info.php:411
1566
- msgid "Each of these widgets has a number of customization options."
1567
- msgstr ""
1568
-
1569
- #: modules/module-info.php:411
1570
- msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
1571
- msgstr ""
1572
-
1573
- #: modules/module-info.php:424
1574
- msgid "Subsriptions Screenshot"
1575
- msgstr ""
1576
-
1577
- #: modules/module-info.php:427
1578
- msgid "Subscriptions"
1579
- msgstr ""
1580
-
1581
- #: modules/module-info.php:429
1582
- msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
1583
- msgstr ""
1584
-
1585
- #: modules/module-info.php:430
1586
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
1587
- msgstr ""
1588
-
1589
- #: modules/module-info.php:435
1590
- msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
1591
- msgstr ""
1592
-
1593
- #: modules/module-info.php:436
1594
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
1595
- msgstr ""
1596
-
1597
- #: modules/module-info.php:449
1598
- msgid "Enhanced Distribution"
1599
- msgstr ""
1600
-
1601
- #: modules/module-info.php:451
1602
- msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
1603
- msgstr ""
1604
-
1605
- #: modules/module-info.php:466
1606
- msgid "JSON API"
1607
- msgstr ""
1608
-
1609
- #: modules/module-info.php:468
1610
- msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
1611
- msgstr ""
1612
-
1613
- #: modules/module-info.php:470
1614
- msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
1615
- msgstr ""
1616
-
1617
- #: modules/module-info.php:498
1618
- msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
1619
- msgstr ""
1620
-
1621
- #: modules/module-info.php:501
1622
- msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
1623
- msgstr ""
1624
-
1625
- #: modules/module-info.php:518
1626
- msgid "Jetpack Comments Screenshot"
1627
- msgstr ""
1628
-
1629
- #: modules/module-info.php:523
1630
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
1631
- msgstr ""
1632
-
1633
- #: modules/module-info.php:528
1634
- msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
1635
- msgstr ""
1636
-
1637
- #: modules/module-info.php:549
1638
- msgid "Gallery Carousel Screenshot"
1639
- msgstr ""
1640
-
1641
- #: modules/module-info.php:552
1642
- msgid "Carousel"
1643
- msgstr ""
1644
-
1645
- #: modules/module-info.php:554
1646
- msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
1647
- msgstr ""
1648
-
1649
- #: modules/module-info.php:567 modules/module-info.php:570
1650
- msgid "Custom CSS"
1651
- msgstr ""
1652
-
1653
- #: modules/module-info.php:571
1654
- msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
1655
- msgstr ""
1656
-
1657
- #: modules/module-info.php:572
1658
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
1659
- msgstr ""
1660
-
1661
- #: modules/module-info.php:589 modules/module-info.php:592
1662
- msgid "Mobile Theme"
1663
- msgstr ""
1664
-
1665
- #: modules/module-info.php:593
1666
- msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
1667
- msgstr ""
1668
-
1669
- #: modules/module-info.php:594
1670
- msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
1671
- msgstr ""
1672
-
1673
- #: modules/module-info.php:595
1674
- msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
1675
- msgstr ""
1676
-
1677
- #: modules/module-info.php:611 modules/module-info.php:614
1678
- msgid "Mobile Push Notifications"
1679
- msgstr ""
1680
-
1681
- #: modules/module-info.php:616
1682
- msgid "If you have your blog added to the <a href=\"http://ios.wordpress.org/\">WordPress for iOS app</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
1683
- msgstr ""
1684
-
1685
- #: modules/module-info.php:635
1686
- msgid "Infinite Scroll"
1687
- msgstr ""
1688
-
1689
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:70
1690
- msgid "Your comment is awaiting moderation."
1691
- msgstr "Komentář čeká na schválení."
1692
-
1693
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:79
1694
- msgid "Reply <span>&darr;</span>"
1695
- msgstr ""
1696
-
1697
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:93
1698
- msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
1699
- msgstr ""
1700
-
1701
- #: modules/minileven/theme/pub/minileven/index.php:23
1702
- msgid "Daily Archives: %s"
1703
- msgstr "Denní archívy: %s"
1704
-
1705
- #: modules/minileven/theme/pub/minileven/index.php:25
1706
- msgid "Monthly Archives: %s"
1707
- msgstr "Měsíční archivy: %s"
1708
-
1709
- #: modules/minileven/theme/pub/minileven/index.php:27
1710
- msgid "Yearly Archives: %s"
1711
- msgstr "Roční archívy: %s"
1712
-
1713
- #: modules/minileven/theme/pub/minileven/index.php:29
1714
- msgid "Posted in %s"
1715
- msgstr "Zasláno do %s"
1716
-
1717
- #: modules/minileven/theme/pub/minileven/index.php:31
1718
- msgid "Tagged with %s"
1719
- msgstr ""
1720
-
1721
- #: modules/minileven/theme/pub/minileven/index.php:33
1722
- msgid "Posted by"
1723
- msgstr ""
1724
-
1725
- #: modules/minileven/theme/pub/minileven/index.php:35
1726
- msgid "Blog Archives"
1727
- msgstr "Archiv"
1728
-
1729
- #: modules/minileven/theme/pub/minileven/index.php:43
1730
- msgid "Search Results for: %s"
1731
- msgstr "Výsledky vyhledávání pro: %s"
1732
-
1733
- #: modules/minileven/theme/pub/minileven/index.php:57
1734
- msgid "Nothing Found"
1735
- msgstr "Nenalezeno"
1736
-
1737
- #: modules/minileven/theme/pub/minileven/index.php:61
1738
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
1739
- msgstr "Omlouváme se, ale pro vybraný archiv nebyl nalezen žádný příspěvek. Možná se vám ale podaří najít nějaký související příspěvek pomocí vyhledávání."
1740
-
1741
- #: modules/minileven/theme/pub/minileven/searchform.php:9
1742
- #: modules/minileven/theme/pub/minileven/searchform.php:10
1743
- #: modules/minileven/theme/pub/minileven/searchform.php:11
1744
- msgid "Search"
1745
- msgstr "Hledat"
1746
-
1747
- #: modules/minileven.php:48
1748
- msgid "Excerpts"
1749
- msgstr ""
1750
-
1751
- #: modules/minileven.php:52
1752
- msgid "Enable excerpts on front page and on archive pages"
1753
- msgstr ""
1754
-
1755
- #: modules/minileven.php:57
1756
- msgid "Show full posts on front page and on archive pages"
1757
- msgstr ""
1758
-
1759
- #: modules/minileven.php:62
1760
- msgid "Mobile App Promos"
1761
- msgstr ""
1762
-
1763
- #: modules/minileven.php:66
1764
- msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
1765
- msgstr ""
1766
-
1767
- #: modules/minileven.php:75
1768
- msgid "Mobile Apps"
1769
- msgstr ""
1770
-
1771
- #: modules/minileven.php:76
1772
- msgid "Take WordPress with you."
1773
- msgstr ""
1774
-
1775
- #: modules/minileven.php:78
1776
- msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
1777
- msgstr ""
1778
-
1779
- #: modules/module-info.php:22 modules/module-info.php:26
1780
- msgid "VaultPress"
1781
- msgstr ""
1782
-
1783
- #: modules/module-info.php:28
1784
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
1785
- msgstr ""
1786
-
1787
- #: modules/module-info.php:29
1788
- msgctxt "Visit your _VaultPress_dashboard_."
1789
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
1790
- msgstr ""
1791
-
1792
- #: modules/module-info.php:29
1793
- msgid "VaultPress dashboard"
1794
- msgstr ""
1795
-
1796
- #: modules/module-info.php:31
1797
- msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
1798
- msgstr ""
1799
-
1800
- #: modules/module-info.php:32
1801
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
1802
- msgid "View %s."
1803
- msgstr ""
1804
-
1805
- #: modules/module-info.php:32
1806
- msgid "Plans & Pricing"
1807
- msgstr ""
1808
-
1809
- #: modules/module-info.php:53 modules/module-info.php:68
1810
- msgid "Gravatar Hovercard"
1811
- msgstr ""
1812
-
1813
- #: modules/module-info.php:58 modules/module-info.php:73
1814
- msgid "What&#8217;s a Hovercard?"
1815
- msgstr ""
1816
-
1817
- #: modules/module-info.php:59
1818
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
1819
- msgstr ""
1820
-
1821
- #: modules/module-info.php:60
1822
- msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
1823
- msgstr ""
1824
-
1825
- #: modules/module-info.php:74
1826
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
1827
- msgstr ""
1828
-
1829
- #: modules/module-info.php:75
1830
- msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
1831
- msgstr ""
1832
-
1833
- #: modules/module-info.php:90 modules/module-info.php:94
1834
- #: modules/module-info.php:103 modules/module-info.php:107
1835
- msgid "Shortcode Embeds"
1836
- msgstr ""
1837
-
1838
- #: modules/module-info.php:95 modules/module-info.php:108
1839
- msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
1840
- msgstr ""
1841
-
1842
- #: modules/module-info.php:109
1843
- msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
1844
- msgstr ""
1845
-
1846
- #: modules/module-info.php:132
1847
- msgid "Available shortcodes are: %l."
1848
- msgstr ""
1849
-
1850
- #: modules/module-info.php:147 modules/module-info.php:151
1851
- #: modules/module-info.php:161 modules/module-info.php:165
1852
- msgid "WP.me Shortlinks"
1853
- msgstr ""
1854
-
1855
- #: modules/module-info.php:152 modules/module-info.php:166
1856
- msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
1857
- msgstr ""
1858
-
1859
- #: modules/module-info.php:153
1860
- msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
1861
- msgstr ""
1862
-
1863
- #: modules/module-info.php:167
1864
- msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
1865
- msgstr ""
1866
-
1867
- #: modules/module-info.php:182 modules/module-info.php:186
1868
- #: modules/module-info.php:195 modules/module-info.php:199
1869
- msgid "WordPress.com Stats"
1870
- msgstr ""
1871
-
1872
- #: modules/module-info.php:187 modules/module-info.php:200
1873
- msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
1874
- msgstr ""
1875
-
1876
- #: modules/module-info.php:201
1877
- msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
1878
- msgstr ""
1879
-
1880
- #: modules/module-info.php:215 modules/module-info.php:219
1881
- #: modules/publicize/ui.php:89
1882
- msgid "Publicize"
1883
- msgstr ""
1884
-
1885
- #: modules/module-info.php:220
1886
- msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
1887
- msgstr ""
1888
-
1889
- #: modules/module-info.php:221
1890
- msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
1891
- msgstr ""
1892
-
1893
- #: modules/module-info.php:225
1894
- msgid "Manage your <a href=\"%s\">Publicize settings</a>."
1895
- msgstr ""
1896
-
1897
- #: modules/module-info.php:229 modules/publicize/ui.php:102
1898
- msgid "More information on using Publicize."
1899
- msgstr ""
1900
-
1901
- #: modules/module-info.php:245 modules/module-info.php:249
1902
- #: modules/module-info.php:258 modules/module-info.php:262
1903
- #: modules/notes.php:106
1904
- msgid "Notifications"
1905
- msgstr ""
1906
-
1907
- #: modules/module-info.php:250 modules/module-info.php:263
1908
- msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
1909
- msgstr ""
1910
-
1911
- #: modules/module-info.php:264
1912
- msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
1913
- msgstr ""
1914
-
1915
- #: modules/module-info.php:279 modules/module-info.php:294
1916
- msgid "LaTeX"
1917
- msgstr ""
1918
-
1919
- #: modules/module-info.php:284 modules/module-info.php:299
1920
- msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
1921
- msgstr ""
1922
-
1923
- #: modules/module-info.php:285
1924
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
1925
- msgstr ""
1926
-
1927
- #: modules/module-info.php:286
1928
- msgid "Wow, that sounds nerdy."
1929
- msgstr ""
1930
-
1931
- #: modules/module-info.php:300
1932
- msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
1933
- msgstr ""
1934
-
1935
- #: modules/custom-css/custom-css.php:865
1936
- msgid "Preview"
1937
- msgstr "Náhled"
1938
-
1939
- #: modules/custom-css/custom-css.php:866
1940
- msgid "Save Stylesheet &amp; Buy Upgrade"
1941
- msgstr ""
1942
-
1943
- #: modules/custom-css/custom-css.php:866
1944
- msgid "Save Stylesheet"
1945
- msgstr ""
1946
-
1947
- #: modules/custom-css/custom-css.php:871
1948
- msgid "CSS Settings"
1949
- msgstr ""
1950
-
1951
- #: modules/custom-css/custom-css.php:878
1952
- msgid "CSS Revisions"
1953
- msgstr ""
1954
-
1955
- #: modules/custom-css/custom-css.php:916
1956
- msgid "Add my CSS to <strong>%s&apos;s</strong> CSS stylesheet."
1957
- msgstr ""
1958
-
1959
- #: modules/custom-css/custom-css.php:917
1960
- msgid "Don&apos;t use <strong>%s&apos;s</strong> CSS, and replace everything with my own CSS."
1961
- msgstr ""
1962
-
1963
- #: modules/custom-css/custom-css.php:919
1964
- msgid "<a href=\"%s\">View the original stylesheet</a> for the %s theme. Use this as a reference and do not copy and paste all of it into the CSS Editor."
1965
- msgstr ""
1966
-
1967
- #: modules/gravatar-hovercards.php:44 modules/module-info.php:57
1968
- #: modules/module-info.php:72
1969
- msgid "Gravatar Hovercards"
1970
- msgstr ""
1971
-
1972
- #: modules/gravatar-hovercards.php:56
1973
- msgid "View people's profiles when you mouse over their Gravatars"
1974
- msgstr ""
1975
-
1976
- #: modules/gravatar-hovercards.php:83
1977
- msgid "Put your mouse over your Gravatar to check out your profile."
1978
- msgstr ""
1979
-
1980
- #: modules/infinite-scroll/infinity.php:238
1981
- msgid "To infinity and beyond"
1982
- msgstr ""
1983
-
1984
- #: modules/infinite-scroll/infinity.php:247
1985
- msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
1986
- msgstr ""
1987
-
1988
- #: modules/infinite-scroll/infinity.php:253
1989
- msgid "Scroll Infinitely"
1990
- msgstr ""
1991
-
1992
- #: modules/infinite-scroll/infinity.php:253
1993
- msgid "(Shows %s posts on each load)"
1994
- msgstr ""
1995
-
1996
- #: modules/infinite-scroll/infinity.php:442
1997
- msgid "Load more posts"
1998
- msgstr ""
1999
-
2000
- #: modules/infinite-scroll/infinity.php:443
2001
- msgid "Scroll back to top"
2002
- msgstr ""
2003
-
2004
- #: modules/infinite-scroll/infinity.php:813
2005
- msgid "Theme: %1$s."
2006
- msgstr "Šablona: %1$s."
2007
-
2008
- #: modules/infinite-scroll.php:79
2009
- msgid "Use Google Analytics with Infinite Scroll"
2010
- msgstr ""
2011
-
2012
- #: modules/infinite-scroll.php:90
2013
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2014
- msgstr ""
2015
-
2016
- #: modules/infinite-scroll.php:90
2017
- msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
2018
- msgstr ""
2019
-
2020
- #: modules/minileven/minileven.php:90
2021
- msgid "View Mobile Site"
2022
- msgstr ""
2023
-
2024
- #: modules/minileven/minileven.php:254
2025
- msgid "Apply this CSS to the Mobile Theme"
2026
- msgstr ""
2027
-
2028
- #: modules/minileven/theme/pub/minileven/comments.php:15
2029
- msgid "This post is password protected. Enter the password to view any comments."
2030
- msgstr "Tento příspěvek je chráněn heslem. Pokud chcete zobrazit jeho komentáře, zadejte prosím heslo."
2031
-
2032
- #: modules/minileven/theme/pub/minileven/comments.php:45
2033
- msgid "Comment navigation"
2034
- msgstr ""
2035
-
2036
- #: modules/minileven/theme/pub/minileven/comments.php:46
2037
- msgid "&larr; Older Comments"
2038
- msgstr ""
2039
-
2040
- #: modules/minileven/theme/pub/minileven/comments.php:47
2041
- msgid "Newer Comments &rarr;"
2042
- msgstr ""
2043
-
2044
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2045
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2046
- #: modules/minileven/theme/pub/minileven/content.php:13
2047
- #: modules/minileven/theme/pub/minileven/content.php:17
2048
- msgid "Permalink to %s"
2049
- msgstr "Trvalý odkaz pro %s"
2050
-
2051
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2052
- msgid "Gallery"
2053
- msgstr "Galerie"
2054
-
2055
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2056
- #: modules/minileven/theme/pub/minileven/content.php:36
2057
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:26
2058
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2059
- msgstr "Celý příspěvek <span class=\"meta-nav\">&rarr;</span>"
2060
-
2061
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2062
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
2063
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2064
- msgstr[0] ""
2065
- msgstr[1] ""
2066
- msgstr[2] ""
2067
-
2068
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2069
- #: modules/minileven/theme/pub/minileven/content.php:38
2070
- #: modules/minileven/theme/pub/minileven/image.php:64
2071
- #: modules/minileven/theme/pub/minileven/page.php:27
2072
- msgid "Pages:"
2073
- msgstr "Stránky:"
2074
-
2075
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2076
- #: modules/minileven/theme/pub/minileven/content.php:46
2077
- #: modules/minileven/theme/pub/minileven/image.php:80
2078
- msgid "<b>1</b> Reply"
2079
- msgstr ""
2080
-
2081
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2082
- #: modules/minileven/theme/pub/minileven/content.php:46
2083
- #: modules/minileven/theme/pub/minileven/image.php:80
2084
- msgid "<b>%</b> Replies"
2085
- msgstr ""
2086
-
2087
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
2088
- #: modules/minileven/theme/pub/minileven/content.php:48
2089
- #: modules/minileven/theme/pub/minileven/image.php:82
2090
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:66
2091
- #: modules/minileven/theme/pub/minileven/page.php:31
2092
- #: modules/publicize/ui.php:511
2093
- msgid "Edit"
2094
- msgstr "Upravit"
2095
-
2096
- #: modules/minileven/theme/pub/minileven/content.php:14
2097
- msgid "Featured"
2098
- msgstr ""
2099
-
2100
- #: modules/minileven/theme/pub/minileven/content.php:23
2101
- msgid "Posted by "
2102
- msgstr ""
2103
-
2104
- #: modules/minileven/theme/pub/minileven/content.php:25
2105
- msgid "%s"
2106
- msgstr "%s"
2107
-
2108
- #: modules/minileven/theme/pub/minileven/content.php:46
2109
- #: modules/minileven/theme/pub/minileven/image.php:80
2110
- msgid "Leave a reply"
2111
- msgstr ""
2112
-
2113
- #: modules/minileven/theme/pub/minileven/content.php:54
2114
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2115
- msgid "Post navigation"
2116
- msgstr ""
2117
-
2118
- #: modules/minileven/theme/pub/minileven/content.php:55
2119
- msgid "&laquo; Previous"
2120
- msgstr "&laquo; Předchozí"
2121
-
2122
- #: modules/minileven/theme/pub/minileven/content.php:56
2123
- msgid "Next &raquo;"
2124
- msgstr "Další &raquo;"
2125
-
2126
- #: modules/minileven/theme/pub/minileven/footer.php:22
2127
- msgid "http://wordpress.org/"
2128
- msgstr "http://cs.wordpress.org/"
2129
-
2130
- #: modules/minileven/theme/pub/minileven/footer.php:22
2131
- msgid "Semantic Personal Publishing Platform"
2132
- msgstr "Sémantický osobní redakční systém"
2133
-
2134
- #: modules/minileven/theme/pub/minileven/footer.php:22
2135
- msgid "Proudly powered by %s"
2136
- msgstr ""
2137
-
2138
- #: modules/minileven/theme/pub/minileven/functions.php:54
2139
- msgid "Primary Menu"
2140
- msgstr ""
2141
-
2142
- #: modules/minileven/theme/pub/minileven/functions.php:92
2143
- msgid "Main Sidebar"
2144
- msgstr ""
2145
-
2146
- #: modules/minileven/theme/pub/minileven/header.php:32
2147
- msgid "Page %s"
2148
- msgstr "%s. stránka"
2149
-
2150
- #: modules/minileven/theme/pub/minileven/header.php:50
2151
- msgid "Menu"
2152
- msgstr "Menu"
2153
-
2154
- #: modules/minileven/theme/pub/minileven/header.php:53
2155
- msgid "Skip to primary content"
2156
- msgstr ""
2157
-
2158
- #: modules/minileven/theme/pub/minileven/image.php:73
2159
- msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
2160
- msgstr ""
2161
-
2162
- #: modules/minileven/theme/pub/minileven/image.php:87
2163
- msgid "Image navigation"
2164
- msgstr ""
2165
-
2166
- #: modules/minileven/theme/pub/minileven/image.php:88
2167
- msgid "&raquo; Previous"
2168
- msgstr ""
2169
-
2170
- #: modules/minileven/theme/pub/minileven/image.php:89
2171
- msgid "Next &raquo; "
2172
- msgstr ""
2173
-
2174
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2175
- msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2176
- msgstr ""
2177
-
2178
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2179
- msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2180
- msgstr ""
2181
-
2182
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2183
- msgid "Pingback:"
2184
- msgstr "Pingback:"
2185
-
2186
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2187
- msgid "%1$s on %2$s"
2188
- msgstr "%1$s na %2$s"
2189
-
2190
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
2191
- msgid "%1$s at %2$s"
2192
- msgstr "%1$s v %2$s"
2193
-
2194
- #: modules/contact-form/grunion-contact-form.php:1242
2195
- msgid "%s is required"
2196
- msgstr ""
2197
-
2198
- #: modules/contact-form/grunion-contact-form.php:1289
2199
- #: modules/contact-form/grunion-contact-form.php:1295
2200
- #: modules/contact-form/grunion-contact-form.php:1300
2201
- #: modules/contact-form/grunion-contact-form.php:1314
2202
- #: modules/contact-form/grunion-contact-form.php:1320
2203
- #: modules/contact-form/grunion-contact-form.php:1333
2204
- msgid "(required)"
2205
- msgstr "(vyžadováno)"
2206
-
2207
- #: modules/contact-form/grunion-contact-form.php:1313
2208
- msgid "Yes"
2209
- msgstr "Ano"
2210
-
2211
- #: modules/contact-form/grunion-form-view.php:8
2212
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
2213
- msgid "Name"
2214
- msgstr ""
2215
-
2216
- #: modules/contact-form/grunion-form-view.php:9
2217
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
2218
- msgid "Email"
2219
- msgstr ""
2220
-
2221
- #: modules/contact-form/grunion-form-view.php:10
2222
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
2223
- msgid "Website"
2224
- msgstr ""
2225
-
2226
- #: modules/contact-form/grunion-form-view.php:11
2227
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
2228
- msgid "Comment"
2229
- msgstr ""
2230
-
2231
- #: modules/contact-form/grunion-form-view.php:12
2232
- msgctxt "Default label for new HTML form field in contact form builder"
2233
- msgid "New Field"
2234
- msgstr ""
2235
-
2236
- #: modules/contact-form/grunion-form-view.php:13
2237
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
2238
- msgid "Options"
2239
- msgstr ""
2240
-
2241
- #: modules/contact-form/grunion-form-view.php:14
2242
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
2243
- msgid "Option"
2244
- msgstr ""
2245
-
2246
- #: modules/contact-form/grunion-form-view.php:15
2247
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
2248
- msgid "First option"
2249
- msgstr ""
2250
-
2251
- #: modules/contact-form/grunion-form-view.php:16
2252
- msgctxt "error message in contact form builder"
2253
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
2254
- msgstr ""
2255
-
2256
- #: modules/contact-form/grunion-form-view.php:17
2257
- msgid ""
2258
- "Drag up or down\n"
2259
- "to re-arrange"
2260
- msgstr ""
2261
-
2262
- #: modules/contact-form/grunion-form-view.php:18
2263
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
2264
- msgid "move"
2265
- msgstr ""
2266
-
2267
- #: modules/contact-form/grunion-form-view.php:19
2268
- msgctxt "Link to edit an HTML form field in contact form builder"
2269
- msgid "edit"
2270
- msgstr ""
2271
-
2272
- #: modules/contact-form/grunion-form-view.php:20
2273
- msgid "Saved successfully"
2274
- msgstr ""
2275
-
2276
- #: modules/contact-form/grunion-form-view.php:21
2277
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
2278
- msgid "(required)"
2279
- msgstr ""
2280
-
2281
- #: modules/contact-form/grunion-form-view.php:22
2282
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
2283
- msgstr ""
2284
-
2285
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
2286
- #: modules/module-info.php:495
2287
- msgid "Contact Form"
2288
- msgstr ""
2289
-
2290
- #: modules/contact-form/grunion-form-view.php:118
2291
- msgid "Your new field was saved successfully"
2292
- msgstr ""
2293
-
2294
- #: modules/contact-form/grunion-form-view.php:120
2295
- msgid "Form builder"
2296
- msgstr ""
2297
-
2298
- #: modules/contact-form/grunion-form-view.php:121
2299
- msgid "Email notifications"
2300
- msgstr ""
2301
-
2302
- #: modules/contact-form/grunion-form-view.php:126
2303
- msgid "How does this work?"
2304
- msgstr ""
2305
-
2306
- #: modules/contact-form/grunion-form-view.php:127
2307
- msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
2308
- msgstr ""
2309
-
2310
- #: modules/contact-form/grunion-form-view.php:128
2311
- msgid "Can I add more fields?"
2312
- msgstr ""
2313
-
2314
- #: modules/contact-form/grunion-form-view.php:130
2315
- msgctxt "%1$s = \"Click here\" in an HTML link"
2316
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
2317
- msgstr ""
2318
-
2319
- #: modules/contact-form/grunion-form-view.php:131
2320
- msgid "Click here"
2321
- msgstr ""
2322
-
2323
- #: modules/contact-form/grunion-form-view.php:133
2324
- msgid "Can I view my feedback within WordPress?"
2325
- msgstr ""
2326
-
2327
- #: modules/contact-form/grunion-form-view.php:135
2328
- msgctxt "%1$s = \"Feedbacks\" in an HTML link"
2329
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
2330
- msgstr ""
2331
-
2332
- #: modules/contact-form/grunion-form-view.php:141
2333
- msgid "Do I need to fill this out?"
2334
- msgstr ""
2335
-
2336
- #: modules/contact-form/grunion-form-view.php:142
2337
- msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
2338
- msgstr ""
2339
-
2340
- #: modules/contact-form/grunion-form-view.php:146
2341
- msgid "Edit this new field"
2342
- msgstr ""
2343
-
2344
- #: modules/contact-form/grunion-form-view.php:148
2345
- #: modules/sharedaddy/sharing-sources.php:985
2346
- msgid "Label"
2347
- msgstr "Text"
2348
-
2349
- #: modules/contact-form/grunion-form-view.php:149
2350
- msgid "New field"
2351
- msgstr ""
2352
-
2353
- #: modules/contact-form/grunion-form-view.php:151
2354
- msgid "Field type"
2355
- msgstr ""
2356
-
2357
- #: modules/contact-form/grunion-form-view.php:153
2358
- msgid "Checkbox"
2359
- msgstr ""
2360
-
2361
- #: modules/contact-form/grunion-form-view.php:154
2362
- msgid "Drop down"
2363
- msgstr ""
2364
-
2365
- #: modules/contact-form/grunion-form-view.php:157
2366
- msgid "Radio"
2367
- msgstr ""
2368
-
2369
- #: modules/contact-form/grunion-form-view.php:158
2370
- msgid "Text"
2371
- msgstr "Text"
2372
-
2373
- #: modules/contact-form/grunion-form-view.php:159
2374
- msgid "Textarea"
2375
- msgstr ""
2376
-
2377
- #: modules/contact-form/grunion-form-view.php:166
2378
- msgid "Options"
2379
- msgstr "Nastavení"
2380
-
2381
- #: modules/contact-form/grunion-form-view.php:167
2382
- msgid "First option"
2383
- msgstr ""
2384
-
2385
- #: modules/contact-form/grunion-form-view.php:170
2386
- msgid "Add another option"
2387
- msgstr ""
2388
-
2389
- #: modules/contact-form/grunion-form-view.php:177
2390
- msgid "Required?"
2391
- msgstr ""
2392
-
2393
- #: modules/contact-form/grunion-form-view.php:182
2394
- msgid "Save this field"
2395
- msgstr ""
2396
-
2397
- #: modules/contact-form/grunion-form-view.php:187
2398
- msgid "Here&#8217;s what your form will look like"
2399
- msgstr ""
2400
-
2401
- #: modules/contact-form/grunion-form-view.php:192
2402
- msgid "Add a new field"
2403
- msgstr ""
2404
-
2405
- #: modules/contact-form/grunion-form-view.php:194
2406
- msgid "Add this form to my post"
2407
- msgstr ""
2408
-
2409
- #: modules/contact-form/grunion-form-view.php:197
2410
- msgid "Email settings"
2411
- msgstr ""
2412
-
2413
- #: modules/contact-form/grunion-form-view.php:199
2414
- msgid "Enter your email address"
2415
- msgstr ""
2416
-
2417
- #: modules/contact-form/grunion-form-view.php:202
2418
- msgid "What should the subject line be?"
2419
- msgstr ""
2420
-
2421
- #: modules/contact-form/grunion-form-view.php:205
2422
- msgid "Save and go back to form builder"
2423
- msgstr ""
2424
-
2425
- #: modules/custom-css/custom-css.php:486
2426
- msgid ""
2427
- "Welcome to Custom CSS!\n"
2428
- "\n"
2429
- "CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.\n"
2430
- "\n"
2431
- "By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don't need to copy all your theme's stylesheet content."
2432
- msgstr ""
2433
-
2434
- #: modules/custom-css/custom-css.php:595
2435
- msgid "Preview: changes must be saved or they will be lost"
2436
- msgstr "Náhled: změny musí být uloženy nebo budou ztraceny"
2437
-
2438
- #: modules/custom-css/custom-css.php:623
2439
- msgid "Edit CSS"
2440
- msgstr "Upravit CSS"
2441
-
2442
- #: modules/custom-css/custom-css.php:637
2443
- msgid "CSS"
2444
- msgstr ""
2445
-
2446
- #: modules/custom-css/custom-css.php:676
2447
- msgid "Custom CSS Stylesheet"
2448
- msgstr ""
2449
-
2450
- #: modules/custom-css/custom-css.php:836
2451
- msgid "Stylesheet saved."
2452
- msgstr "Styl uložen."
2453
-
2454
- #: modules/custom-css/custom-css.php:844
2455
- msgid "CSS Stylesheet Editor"
2456
- msgstr ""
2457
-
2458
- #: modules/custom-css/custom-css.php:845
2459
- msgid ""
2460
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
2461
- "\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
2462
- msgstr ""
2463
-
2464
- #: modules/carousel/jetpack-carousel.php:443
2465
- msgid "White"
2466
- msgstr "Bílá"
2467
-
2468
- #: modules/carousel/jetpack-carousel.php:451
2469
- msgid "Display images in full-size carousel slideshow."
2470
- msgstr ""
2471
-
2472
- #: modules/comments/admin.php:50 modules/comments/comments.php:178
2473
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2474
- msgid "Leave a Reply"
2475
- msgstr "Napsat komentář"
2476
-
2477
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:147
2478
- msgid "Light"
2479
- msgstr "Světlá"
2480
-
2481
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:148
2482
- msgid "Dark"
2483
- msgstr "Tmavá"
2484
-
2485
- #: modules/comments/admin.php:56
2486
- msgid "Transparent"
2487
- msgstr ""
2488
-
2489
- #: modules/comments/admin.php:72 modules/module-info.php:521
2490
- msgid "Jetpack Comments"
2491
- msgstr ""
2492
-
2493
- #: modules/comments/admin.php:81
2494
- msgid "Greeting Text"
2495
- msgstr ""
2496
-
2497
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
2498
- #: modules/widgets/facebook-likebox.php:145
2499
- msgid "Color Scheme"
2500
- msgstr "Barevné schéma"
2501
-
2502
- #: modules/comments/admin.php:118
2503
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
2504
- msgstr ""
2505
-
2506
- #: modules/comments/admin.php:134
2507
- msgid "A few catchy words to motivate your readers to comment"
2508
- msgstr ""
2509
-
2510
- #: modules/comments/base.php:84
2511
- msgid "Invalid request"
2512
- msgstr ""
2513
-
2514
- #: modules/comments/base.php:231
2515
- msgid "Error: please fill the required fields (name, email)."
2516
- msgstr "Chyba: Zadejte prosím požadované údaje (jméno, email)."
2517
-
2518
- #: modules/comments/base.php:233
2519
- msgid "Error: please enter a valid email address."
2520
- msgstr "Chyba: Zadejte prosím správnou emailovou adresu."
2521
-
2522
- #: modules/comments/comments.php:154
2523
- msgid "You must <a href=\"%s\">log in</a> to post a comment."
2524
- msgstr ""
2525
-
2526
- #: modules/comments/comments.php:217
2527
- msgid "Cancel Reply"
2528
- msgstr ""
2529
-
2530
- #: modules/comments/comments.php:351
2531
- msgid "Invalid security token."
2532
- msgstr ""
2533
-
2534
- #: modules/comments/comments.php:412 modules/comments/comments.php:463
2535
- msgid "Submitting Comment%s"
2536
- msgstr ""
2537
-
2538
- #: modules/contact-form/admin.php:27
2539
- msgid "Add a custom form"
2540
- msgstr ""
2541
-
2542
- #: modules/contact-form/admin.php:129
2543
- msgid "From"
2544
- msgstr ""
2545
-
2546
- #: modules/contact-form/admin.php:130
2547
- #: modules/contact-form/grunion-contact-form.php:556
2548
- msgid "Message"
2549
- msgstr "Zpráva"
2550
-
2551
- #: modules/contact-form/admin.php:131
2552
- msgid "Date"
2553
- msgstr "Datum"
2554
-
2555
- #: modules/contact-form/admin.php:201
2556
- msgid "Restore this item from the Trash"
2557
- msgstr "Obnovit tuto položku z koše"
2558
-
2559
- #: modules/contact-form/admin.php:203
2560
- msgid "Restore"
2561
- msgstr "Obnovit"
2562
-
2563
- #: modules/contact-form/admin.php:206 modules/contact-form/admin.php:305
2564
- msgid "Delete this item permanently"
2565
- msgstr "Nenávratně smazat tuto položku"
2566
-
2567
- #: modules/contact-form/admin.php:208 modules/contact-form/admin.php:307
2568
- msgid "Delete Permanently"
2569
- msgstr "Smazat"
2570
-
2571
- #: modules/contact-form/admin.php:239
2572
- msgid "Mark this message as spam"
2573
- msgstr ""
2574
-
2575
- #: modules/contact-form/admin.php:246 modules/contact-form/admin.php:248
2576
- #: modules/contact-form/admin.php:540
2577
- msgid "Trash"
2578
- msgstr "Odstranit"
2579
-
2580
- #: modules/contact-form/admin.php:299
2581
- msgid "Mark this message as NOT spam"
2582
- msgstr ""
2583
-
2584
- #: modules/contact-form/admin.php:338
2585
- msgid "Y-m-d @ g:i:s A"
2586
- msgstr ""
2587
-
2588
- #: modules/contact-form/admin.php:462
2589
- msgid "You are not allowed to manage this item."
2590
- msgstr ""
2591
-
2592
- #: modules/contact-form/admin.php:496
2593
- msgid "You are not allowed to move this item out of the Trash."
2594
- msgstr "Nemáte dostatečné oprávnění pro obnovení této položky z koše."
2595
-
2596
- #: modules/contact-form/admin.php:499
2597
- msgid "Error in restoring from Trash."
2598
- msgstr "Během obnovování z koše se objevila chyba."
2599
-
2600
- #: modules/contact-form/admin.php:503
2601
- msgid "You are not allowed to move this item to the Trash."
2602
- msgstr "Nemáte dostatečné oprávnění pro přesunutí této položky do koše."
2603
-
2604
- #: modules/contact-form/admin.php:506
2605
- msgid "Error in moving to Trash."
2606
- msgstr "Během přesunování do koše se objevila chyba."
2607
-
2608
- #: modules/contact-form/admin.php:530
2609
- msgid "Messages"
2610
- msgstr ""
2611
-
2612
- #: modules/contact-form/admin.php:553
2613
- msgid "Spam"
2614
- msgstr "Spam"
2615
-
2616
- #: modules/contact-form/grunion-contact-form.php:73
2617
- #: modules/contact-form/grunion-form-view.php:136
2618
- msgid "Feedbacks"
2619
- msgstr ""
2620
-
2621
- #: modules/contact-form/grunion-contact-form.php:74
2622
- msgid "Feedback"
2623
- msgstr ""
2624
-
2625
- #: modules/contact-form/grunion-contact-form.php:75
2626
- msgid "Search Feedback"
2627
- msgstr ""
2628
-
2629
- #: modules/contact-form/grunion-contact-form.php:76
2630
- #: modules/contact-form/grunion-contact-form.php:77
2631
- msgid "No feedback found"
2632
- msgstr ""
2633
-
2634
- #: modules/contact-form/grunion-contact-form.php:94
2635
- msgid "Spam <span class=\"count\">(%s)</span>"
2636
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
2637
- msgstr[0] ""
2638
- msgstr[1] ""
2639
- msgstr[2] ""
2640
-
2641
- #: modules/contact-form/grunion-contact-form.php:514
2642
- msgctxt "%1$s = blog name"
2643
- msgid "%1$s Sidebar"
2644
- msgstr ""
2645
-
2646
- #: modules/contact-form/grunion-contact-form.php:521
2647
- msgctxt "%1$s = blog name, %2$s = post title"
2648
- msgid "%1$s %2$s"
2649
- msgstr ""
2650
-
2651
- #: modules/contact-form/grunion-contact-form.php:546
2652
- #: modules/contact-form/grunion-form-view.php:156
2653
- msgid "Name"
2654
- msgstr "Jméno"
2655
-
2656
- #: modules/contact-form/grunion-contact-form.php:547
2657
- #: modules/contact-form/grunion-form-view.php:155
2658
- #: modules/sharedaddy/sharing-sources.php:200
2659
- msgid "Email"
2660
- msgstr "Emailová adresa"
2661
-
2662
- #: modules/contact-form/grunion-contact-form.php:552
2663
- msgid "Subject"
2664
- msgstr "Použití"
2665
-
2666
- #: modules/contact-form/grunion-contact-form.php:633
2667
- msgid "Error!"
2668
- msgstr "Chyba!"
2669
-
2670
- #: modules/contact-form/grunion-contact-form.php:647
2671
- msgid "Message Sent"
2672
- msgstr "Vzkaz odeslán"
2673
-
2674
- #: modules/contact-form/grunion-contact-form.php:648
2675
- msgid "go back"
2676
- msgstr ""
2677
-
2678
- #: modules/contact-form/grunion-contact-form.php:683
2679
- #: modules/contact-form/grunion-contact-form.php:699
2680
- msgctxt "%1$s = form field label, %2$s = form field value"
2681
- msgid "%1$s: %2$s"
2682
- msgstr ""
2683
-
2684
- #: modules/contact-form/grunion-contact-form.php:729
2685
- msgid "Submit &#187;"
2686
- msgstr "Potvrdit &#187;"
2687
-
2688
- #: modules/contact-form/grunion-contact-form.php:971
2689
- msgid "l F j, Y \\a\\t g:i a"
2690
- msgstr ""
2691
-
2692
- #: modules/contact-form/grunion-contact-form.php:991
2693
- msgid "Time:"
2694
- msgstr "Čas"
2695
-
2696
- #: modules/contact-form/grunion-contact-form.php:992
2697
- msgid "IP Address:"
2698
- msgstr "IP Adresa:"
2699
-
2700
- #: modules/contact-form/grunion-contact-form.php:993
2701
- msgid "Contact Form URL:"
2702
- msgstr ""
2703
-
2704
- #: modules/contact-form/grunion-contact-form.php:999
2705
- msgid "Sent by a verified %s user."
2706
- msgstr ""
2707
-
2708
- #: modules/contact-form/grunion-contact-form.php:1003
2709
- msgid "Sent by an unverified visitor to your site."
2710
- msgstr "Posláno neověřeným návštěvníkem vašich stránek."
2711
-
2712
- #: modules/contact-form/grunion-contact-form.php:1236
2713
- msgid "%s requires a valid email address"
2714
- msgstr ""
2715
-
2716
- #: modules/after-the-deadline/atd-l10n.php:34
2717
- msgid ""
2718
- "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
2719
- "\n"
2720
- "Press OK to update your post, or Cancel to view the suggestions and edit your post."
2721
- msgstr ""
2722
-
2723
- #: modules/after-the-deadline/config-options.php:48
2724
- msgid "Proofreading"
2725
- msgstr ""
2726
-
2727
- #: modules/after-the-deadline/config-options.php:50
2728
- msgid "Automatically proofread content when:"
2729
- msgstr ""
2730
-
2731
- #: modules/after-the-deadline/config-options.php:53
2732
- msgid "a post or page is first published"
2733
- msgstr ""
2734
-
2735
- #: modules/after-the-deadline/config-options.php:55
2736
- msgid "a post or page is updated"
2737
- msgstr ""
2738
-
2739
- #: modules/after-the-deadline/config-options.php:58
2740
- msgid "English Options"
2741
- msgstr ""
2742
-
2743
- #: modules/after-the-deadline/config-options.php:60
2744
- msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
2745
- msgstr ""
2746
-
2747
- #: modules/after-the-deadline/config-options.php:63
2748
- msgid "Bias Language"
2749
- msgstr ""
2750
-
2751
- #: modules/after-the-deadline/config-options.php:65
2752
- msgid "Clich&eacute;s"
2753
- msgstr ""
2754
-
2755
- #: modules/after-the-deadline/config-options.php:67
2756
- msgid "Complex Phrases"
2757
- msgstr ""
2758
-
2759
- #: modules/after-the-deadline/config-options.php:69
2760
- msgid "Diacritical Marks"
2761
- msgstr ""
2762
-
2763
- #: modules/after-the-deadline/config-options.php:71
2764
- msgid "Double Negatives"
2765
- msgstr ""
2766
-
2767
- #: modules/after-the-deadline/config-options.php:73
2768
- msgid "Hidden Verbs"
2769
- msgstr ""
2770
-
2771
- #: modules/after-the-deadline/config-options.php:75
2772
- msgid "Jargon"
2773
- msgstr ""
2774
-
2775
- #: modules/after-the-deadline/config-options.php:77
2776
- msgid "Passive Voice"
2777
- msgstr ""
2778
-
2779
- #: modules/after-the-deadline/config-options.php:79
2780
- msgid "Phrases to Avoid"
2781
- msgstr ""
2782
-
2783
- #: modules/after-the-deadline/config-options.php:81
2784
- msgid "Redundant Phrases"
2785
- msgstr ""
2786
-
2787
- #: modules/after-the-deadline/config-options.php:83
2788
- msgid "<a href=\"%s\">Learn more</a> about these options."
2789
- msgstr ""
2790
-
2791
- #: modules/after-the-deadline/config-options.php:86
2792
- msgid "Language"
2793
- msgstr "Jazyk"
2794
-
2795
- #: modules/after-the-deadline/config-options.php:89
2796
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
2797
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
2798
- msgstr ""
2799
-
2800
- #: modules/after-the-deadline/config-options.php:95
2801
- msgid "Use automatically detected language to proofread posts and pages"
2802
- msgstr ""
2803
-
2804
- #: modules/after-the-deadline/config-unignore.php:126
2805
- msgid "Ignored Phrases"
2806
- msgstr ""
2807
-
2808
- #: modules/after-the-deadline/config-unignore.php:128
2809
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
2810
- msgstr ""
2811
-
2812
- #: modules/after-the-deadline/config-unignore.php:130
2813
- msgid "Add"
2814
- msgstr "Vytvořit"
2815
-
2816
- #: modules/after-the-deadline/config-unignore.php:135
2817
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
2818
- msgstr ""
2819
-
2820
- #: modules/carousel/jetpack-carousel.php:103
2821
- msgid "Comment"
2822
- msgstr ""
2823
-
2824
- #: modules/carousel/jetpack-carousel.php:104
2825
- msgid "Post Comment"
2826
- msgstr "Odeslat komentář"
2827
-
2828
- #: modules/carousel/jetpack-carousel.php:105
2829
- msgid "Loading Comments..."
2830
- msgstr ""
2831
-
2832
- #: modules/carousel/jetpack-carousel.php:106
2833
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
2834
- msgstr ""
2835
-
2836
- #: modules/carousel/jetpack-carousel.php:107
2837
- msgid "Please be sure to submit some text with your comment."
2838
- msgstr ""
2839
-
2840
- #: modules/carousel/jetpack-carousel.php:108
2841
- msgid "Please provide an email address to comment."
2842
- msgstr ""
2843
-
2844
- #: modules/carousel/jetpack-carousel.php:109
2845
- msgid "Please provide your name to comment."
2846
- msgstr ""
2847
-
2848
- #: modules/carousel/jetpack-carousel.php:110
2849
- msgid "Sorry, but there was an error posting your comment. Please try again later."
2850
- msgstr ""
2851
-
2852
- #: modules/carousel/jetpack-carousel.php:111
2853
- msgid "Your comment was approved."
2854
- msgstr ""
2855
-
2856
- #: modules/carousel/jetpack-carousel.php:112
2857
- msgid "Your comment is in moderation."
2858
- msgstr ""
2859
-
2860
- #: modules/carousel/jetpack-carousel.php:113
2861
- msgid "Camera"
2862
- msgstr ""
2863
-
2864
- #: modules/carousel/jetpack-carousel.php:114
2865
- msgid "Aperture"
2866
- msgstr ""
2867
-
2868
- #: modules/carousel/jetpack-carousel.php:115
2869
- msgid "Shutter Speed"
2870
- msgstr ""
2871
-
2872
- #: modules/carousel/jetpack-carousel.php:116
2873
- msgid "Focal Length"
2874
- msgstr ""
2875
-
2876
- #: modules/carousel/jetpack-carousel.php:123
2877
- msgid "Commenting as %s"
2878
- msgstr ""
2879
-
2880
- #: modules/carousel/jetpack-carousel.php:126
2881
- msgid "Email (Required)"
2882
- msgstr ""
2883
-
2884
- #: modules/carousel/jetpack-carousel.php:128
2885
- msgid "Name (Required)"
2886
- msgstr ""
2887
-
2888
- #: modules/carousel/jetpack-carousel.php:130
2889
- #: modules/contact-form/grunion-contact-form.php:548
2890
- #: modules/contact-form/grunion-form-view.php:160
2891
- msgid "Website"
2892
- msgstr "Webová stránka"
2893
-
2894
- #: modules/carousel/jetpack-carousel.php:246
2895
- msgid "Missing attachment ID."
2896
- msgstr ""
2897
-
2898
- #: modules/carousel/jetpack-carousel.php:284
2899
- msgid "Nonce verification failed."
2900
- msgstr ""
2901
-
2902
- #: modules/carousel/jetpack-carousel.php:291
2903
- msgid "Missing target blog ID."
2904
- msgstr ""
2905
-
2906
- #: modules/carousel/jetpack-carousel.php:294
2907
- msgid "Missing target post ID."
2908
- msgstr ""
2909
-
2910
- #: modules/carousel/jetpack-carousel.php:297
2911
- msgid "No comment text was submitted."
2912
- msgstr ""
2913
-
2914
- #: modules/carousel/jetpack-carousel.php:309
2915
- msgid "Comments on this post are closed."
2916
- msgstr ""
2917
-
2918
- #: modules/carousel/jetpack-carousel.php:319
2919
- msgid "Sorry, but we could not authenticate your request."
2920
- msgstr ""
2921
-
2922
- #: modules/carousel/jetpack-carousel.php:327
2923
- msgid "Please provide your name."
2924
- msgstr ""
2925
-
2926
- #: modules/carousel/jetpack-carousel.php:330
2927
- msgid "Please provide an email address."
2928
- msgstr ""
2929
-
2930
- #: modules/carousel/jetpack-carousel.php:333
2931
- msgid "Please provide a valid email address."
2932
- msgstr ""
2933
-
2934
- #: modules/carousel/jetpack-carousel.php:360
2935
- msgid "Image Gallery Carousel"
2936
- msgstr ""
2937
-
2938
- #: modules/carousel/jetpack-carousel.php:363
2939
- msgid "Enable carousel"
2940
- msgstr ""
2941
-
2942
- #: modules/carousel/jetpack-carousel.php:367
2943
- msgid "Background color"
2944
- msgstr ""
2945
-
2946
- #: modules/carousel/jetpack-carousel.php:370
2947
- msgid "Metadata"
2948
- msgstr ""
2949
-
2950
- #: modules/carousel/jetpack-carousel.php:427
2951
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
2952
- msgstr ""
2953
-
2954
- #: modules/carousel/jetpack-carousel.php:435
2955
- msgid "Show map of photo location in carousel, when available."
2956
- msgstr ""
2957
-
2958
- #: modules/carousel/jetpack-carousel.php:443
2959
- msgid "Black"
2960
- msgstr "Černá"
2961
-
2962
- #: jetpack.php:2233
2963
- msgid "User linked to WordPress.com"
2964
- msgstr ""
2965
-
2966
- #: jetpack.php:2233
2967
- msgid "Unlink user from WordPress.com"
2968
- msgstr ""
2969
-
2970
- #: jetpack.php:2249
2971
- msgid "Jetpack is network activated and notices can not be dismissed."
2972
- msgstr ""
2973
-
2974
- #: jetpack.php:2260
2975
- msgid "Dismiss this notice."
2976
- msgstr ""
2977
-
2978
- #: jetpack.php:2265
2979
- msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
2980
- msgstr ""
2981
-
2982
- #: jetpack.php:2280
2983
- msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
2984
- msgstr ""
2985
-
2986
- #: jetpack.php:2284 modules/post-by-email.php:129
2987
- #: modules/publicize/publicize-jetpack.php:62
2988
- msgid "Link account with WordPress.com"
2989
- msgstr ""
2990
-
2991
- #: jetpack.php:2306
2992
- msgid "Have feedback on Jetpack?"
2993
- msgstr ""
2994
-
2995
- #: jetpack.php:2308
2996
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
2997
- msgstr ""
2998
-
2999
- #: jetpack.php:2311
3000
- msgid "Take Survey"
3001
- msgstr ""
3002
-
3003
- #: jetpack.php:2317
3004
- msgid "Checking email updates status&hellip;"
3005
- msgstr ""
3006
-
3007
- #: jetpack.php:2323
3008
- msgctxt "%s = Unsubscribe link"
3009
- msgid "You are currently subscribed to email updates. %s"
3010
- msgstr ""
3011
-
3012
- #: jetpack.php:2324
3013
- msgid "Unsubscribe"
3014
- msgstr "Zrušit odběr"
3015
-
3016
- #: jetpack.php:2328
3017
- msgctxt "%s = Subscribe link"
3018
- msgid "Want to receive updates about Jetpack by email? %s"
3019
- msgstr ""
3020
-
3021
- #: jetpack.php:2329 modules/subscriptions.php:673
3022
- msgid "Subscribe"
3023
- msgstr "Přihlásit se k odběru"
3024
-
3025
- #: jetpack.php:2336
3026
- msgid "You have been subscribed to receive email updates."
3027
- msgstr ""
3028
-
3029
- #: jetpack.php:2338
3030
- msgid "You will no longer receive email updates about Jetpack."
3031
- msgstr ""
3032
-
3033
- #: jetpack.php:2351
3034
- msgid "An <span>Automattic</span> Airline"
3035
- msgstr ""
3036
-
3037
- #: jetpack.php:2354
3038
- msgid "Privacy Policy"
3039
- msgstr ""
3040
-
3041
- #: jetpack.php:2355
3042
- msgid "Terms of Service"
3043
- msgstr "Podmínky používání služby"
3044
-
3045
- #: jetpack.php:2357
3046
- msgid "Debug"
3047
- msgstr ""
3048
-
3049
- #: jetpack.php:2359 modules/sharedaddy/sharedaddy.php:82
3050
- msgid "Support"
3051
- msgstr "Podpora"
3052
-
3053
- #: jetpack.php:2379
3054
- msgid "This is sensitive information. Please do not post your BLOG_TOKEN or USER_TOKEN publicly; they are like passwords."
3055
- msgstr ""
3056
-
3057
- #: jetpack.php:2423
3058
- msgid "Configure %s"
3059
- msgstr ""
3060
-
3061
- #: jetpack.php:2482
3062
- msgid "Deactivate"
3063
- msgstr "Deaktivovat"
3064
-
3065
- #: jetpack.php:2492
3066
- msgid "Activate"
3067
- msgstr "Aktivovat"
3068
-
3069
- #: jetpack.php:2509
3070
- msgid "Free"
3071
- msgstr ""
3072
-
3073
- #: jetpack.php:2509
3074
- msgid "Purchase"
3075
- msgstr ""
3076
-
3077
- #: jetpack.php:2517
3078
- msgid "New"
3079
- msgstr ""
3080
-
3081
- #: jetpack.php:2520
3082
- msgid "Updated"
3083
- msgstr ""
3084
-
3085
- #: jetpack.php:2548
3086
- msgid "Configure"
3087
- msgstr "Nastavení"
3088
-
3089
- #: jetpack.php:2582
3090
- msgid "Coming soon&#8230;"
3091
- msgstr ""
3092
-
3093
- #: jetpack.php:2735 jetpack.php:2737 jetpack.php:2739 jetpack.php:2742
3094
- #: jetpack.php:3673
3095
- msgid "Error Details: %s"
3096
- msgstr ""
3097
-
3098
- #: jetpack.php:2898
3099
- msgid "Jetpack Plugin Version"
3100
- msgstr ""
3101
-
3102
- #: jetpack.php:2904
3103
- msgid "The Client ID/WP.com Blog ID of this site"
3104
- msgstr ""
3105
-
3106
- #: jetpack.php:3156
3107
- msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
3108
- msgstr ""
3109
-
3110
- #: jetpack.php:3159
3111
- msgid "Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window."
3112
- msgstr ""
3113
-
3114
- #: jetpack.php:3187
3115
- msgid "The authorization process expired. Please go back and try again."
3116
- msgstr ""
3117
-
3118
- #: jetpack.php:3227
3119
- msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
3120
- msgstr ""
3121
-
3122
- #: jetpack.php:3626
3123
- msgid "An administrator for this blog must set up the Jetpack connection."
3124
- msgstr ""
3125
-
3126
- #: jetpack.php:3631
3127
- msgid "You need to register your Jetpack before connecting it."
3128
- msgstr ""
3129
-
3130
- #: locales.php:29
3131
- msgctxt "locales"
3132
- msgid "%1$s/%2$s"
3133
- msgstr ""
3134
-
3135
- #: modules/after-the-deadline/atd-l10n.php:12
3136
- msgid "Spelling"
3137
- msgstr ""
3138
-
3139
- #: modules/after-the-deadline/atd-l10n.php:13
3140
- msgid "Repeated Word"
3141
- msgstr ""
3142
-
3143
- #: modules/after-the-deadline/atd-l10n.php:15
3144
- msgid "No suggestions"
3145
- msgstr "Žádné návrhy"
3146
-
3147
- #: modules/after-the-deadline/atd-l10n.php:17
3148
- msgid "Explain..."
3149
- msgstr ""
3150
-
3151
- #: modules/after-the-deadline/atd-l10n.php:18
3152
- msgid "Ignore suggestion"
3153
- msgstr ""
3154
-
3155
- #: modules/after-the-deadline/atd-l10n.php:19
3156
- msgid "Ignore always"
3157
- msgstr ""
3158
-
3159
- #: modules/after-the-deadline/atd-l10n.php:20
3160
- msgid "Ignore all"
3161
- msgstr "Přeskočit vše"
3162
-
3163
- #: modules/after-the-deadline/atd-l10n.php:22
3164
- msgid "Edit Selection..."
3165
- msgstr ""
3166
-
3167
- #: modules/after-the-deadline/atd-l10n.php:24
3168
- msgid "proofread"
3169
- msgstr ""
3170
-
3171
- #: modules/after-the-deadline/atd-l10n.php:25
3172
- msgid "edit text"
3173
- msgstr ""
3174
-
3175
- #: modules/after-the-deadline/atd-l10n.php:26
3176
- #: modules/after-the-deadline.php:224
3177
- msgid "Proofread Writing"
3178
- msgstr ""
3179
-
3180
- #: modules/after-the-deadline/atd-l10n.php:28
3181
- msgid "No writing errors were found."
3182
- msgstr ""
3183
-
3184
- #: modules/after-the-deadline/atd-l10n.php:29
3185
- msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
3186
- msgstr ""
3187
-
3188
- #: modules/after-the-deadline/atd-l10n.php:30
3189
- msgid "There was an error communicating with the proofreading service."
3190
- msgstr ""
3191
-
3192
- #: modules/after-the-deadline/atd-l10n.php:32
3193
- msgid "Replace selection with:"
3194
- msgstr ""
3195
-
3196
- #: modules/after-the-deadline/atd-l10n.php:33
3197
- msgid ""
3198
- "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
3199
- "\n"
3200
- "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
3201
- msgstr ""
3202
-
3203
- #: functions.opengraph.php:74
3204
- msgid "(no title)"
3205
- msgstr "(bez názvu)"
3206
-
3207
- #: jetpack.php:1050
3208
- msgid "Jetpack requires WordPress version %s or later."
3209
- msgstr ""
3210
-
3211
- #: jetpack.php:1246 jetpack.php:1262
3212
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
3213
- msgstr ""
3214
-
3215
- #: jetpack.php:1283
3216
- msgid "One New Jetpack Module"
3217
- msgid_plural "%s New Jetpack Modules"
3218
- msgstr[0] ""
3219
- msgstr[1] ""
3220
- msgstr[2] ""
3221
-
3222
- #: jetpack.php:1286
3223
- msgid "Jetpack"
3224
- msgstr ""
3225
-
3226
- #: jetpack.php:1438 jetpack.php:1462 jetpack.php:1473 jetpack.php:2238
3227
- #: jetpack.php:2422
3228
- msgid "Jetpack by WordPress.com"
3229
- msgstr ""
3230
-
3231
- #: jetpack.php:1439 jetpack.php:1463 jetpack.php:2241
3232
- msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
3233
- msgstr ""
3234
-
3235
- #: jetpack.php:1440 jetpack.php:1464
3236
- msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
3237
- msgstr ""
3238
-
3239
- #: jetpack.php:1441
3240
- msgid "Jetpack Module Options"
3241
- msgstr ""
3242
-
3243
- #: jetpack.php:1442
3244
- msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
3245
- msgstr ""
3246
-
3247
- #: jetpack.php:1443 jetpack.php:1486
3248
- msgid "For more information:"
3249
- msgstr "Další informace:"
3250
-
3251
- #: jetpack.php:1444 jetpack.php:1487
3252
- msgid "Jetpack FAQ"
3253
- msgstr ""
3254
-
3255
- #: jetpack.php:1445 jetpack.php:1488
3256
- msgid "Jetpack Support"
3257
- msgstr ""
3258
-
3259
- #: jetpack.php:1460
3260
- msgid "Overview"
3261
- msgstr ""
3262
-
3263
- #: jetpack.php:1471
3264
- msgid "Modules"
3265
- msgstr ""
3266
-
3267
- #: jetpack.php:1474
3268
- msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
3269
- msgstr ""
3270
-
3271
- #: jetpack.php:1476
3272
- msgid "Find the component you want to manage"
3273
- msgstr ""
3274
-
3275
- #: jetpack.php:1477
3276
- msgid "Click on Learn More"
3277
- msgstr ""
3278
-
3279
- #: jetpack.php:1478
3280
- msgid "An Activate or Deactivate button will appear"
3281
- msgstr ""
3282
-
3283
- #: jetpack.php:1479
3284
- msgid "If additional settings are available, a link to them will appear"
3285
- msgstr ""
3286
-
3287
- #: jetpack.php:1557 modules/publicize/ui.php:511
3288
- #: modules/sharedaddy/sharedaddy.php:74 modules/sharedaddy/sharedaddy.php:81
3289
- msgid "Settings"
3290
- msgstr "Nastavení"
3291
-
3292
- #: jetpack.php:1574
3293
- msgid "Dismiss this notice and deactivate Jetpack."
3294
- msgstr ""
3295
-
3296
- #: jetpack.php:1580
3297
- msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Comments, Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
3298
- msgstr ""
3299
-
3300
- #: jetpack.php:1582
3301
- msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
3302
- msgstr ""
3303
-
3304
- #: jetpack.php:1588 jetpack.php:2269
3305
- msgid "Connect to WordPress.com"
3306
- msgstr ""
3307
-
3308
- #: jetpack.php:1590 modules/module-info.php:45 modules/module-info.php:81
3309
- #: modules/module-info.php:138 modules/module-info.php:173
3310
- #: modules/module-info.php:207 modules/module-info.php:237
3311
- #: modules/module-info.php:270 modules/module-info.php:306
3312
- #: modules/module-info.php:357 modules/module-info.php:379
3313
- #: modules/module-info.php:417 modules/module-info.php:442
3314
- #: modules/module-info.php:460 modules/module-info.php:479
3315
- #: modules/module-info.php:485 modules/module-info.php:512
3316
- #: modules/module-info.php:543 modules/module-info.php:578
3317
- #: modules/module-info.php:600 modules/module-info.php:622
3318
- #: modules/module-info.php:666 modules/module-info.php:694
3319
- #: modules/module-info.php:722
3320
- msgid "Learn More"
3321
- msgstr ""
3322
-
3323
- #: jetpack.php:1603
3324
- msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
3325
- msgstr ""
3326
-
3327
- #: jetpack.php:1630
3328
- msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
3329
- msgstr ""
3330
-
3331
- #: jetpack.php:1638
3332
- msgid "click here"
3333
- msgstr ""
3334
-
3335
- #: jetpack.php:1769
3336
- msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
3337
- msgstr ""
3338
-
3339
- #: jetpack.php:1772
3340
- msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
3341
- msgstr ""
3342
-
3343
- #: jetpack.php:1776
3344
- msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
3345
- msgstr ""
3346
-
3347
- #: jetpack.php:1779
3348
- msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
3349
- msgstr ""
3350
-
3351
- #: jetpack.php:1783
3352
- msgid "Your website needs to be publicly accessible to use Jetpack: %s"
3353
- msgstr ""
3354
-
3355
- #: jetpack.php:1788
3356
- msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
3357
- msgstr ""
3358
-
3359
- #: jetpack.php:1790
3360
- msgid "Do you still have the %s plugin installed?"
3361
- msgstr ""
3362
-
3363
- #: jetpack.php:1793
3364
- msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
3365
- msgstr ""
3366
-
3367
- #: jetpack.php:1801
3368
- msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
3369
- msgstr ""
3370
-
3371
- #: jetpack.php:1807
3372
- msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
3373
- msgstr ""
3374
-
3375
- #: jetpack.php:1811
3376
- msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
3377
- msgstr ""
3378
-
3379
- #: jetpack.php:1851
3380
- msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
3381
- msgstr ""
3382
-
3383
- #: jetpack.php:1854
3384
- msgid "Try connecting again."
3385
- msgstr ""
3386
-
3387
- #: jetpack.php:1878
3388
- msgid "Welcome to <strong>Jetpack %s</strong>!"
3389
- msgstr ""
3390
-
3391
- #: jetpack.php:1890
3392
- msgid "The following new modules have been activated: %l."
3393
- msgstr ""
3394
-
3395
- #: jetpack.php:1902
3396
- msgid "The following modules have been updated: %l."
3397
- msgstr ""
3398
-
3399
- #: jetpack.php:1911
3400
- msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
3401
- msgstr ""
3402
-
3403
- #: jetpack.php:1937
3404
- msgctxt "%l = list of Jetpack module/feature names"
3405
- msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
3406
- msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
3407
- msgstr[0] ""
3408
- msgstr[1] ""
3409
- msgstr[2] ""
3410
-
3411
- #: jetpack.php:1949
3412
- msgid "<strong>Module settings were saved.</strong> "
3413
- msgstr ""
3414
-
3415
- #: jetpack.php:1953
3416
- msgid "<strong>Your Jetpack is already connected.</strong> "
3417
- msgstr ""
3418
-
3419
- #: jetpack.php:1957 jetpack.php:1964
3420
- msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
3421
- msgstr ""
3422
-
3423
- #: jetpack.php:1959
3424
- msgid "The features below are now active. Click the learn more buttons to explore each feature."
3425
- msgstr ""
3426
-
3427
- #: jetpack.php:1970
3428
- msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
3429
- msgstr ""
3430
-
3431
- #: jetpack.php:1992
3432
- msgid "Jetpack contains the most recent version of the old %l plugin."
3433
- msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
3434
- msgstr[0] ""
3435
- msgstr[1] ""
3436
- msgstr[2] ""
3437
-
3438
- #: jetpack.php:2001
3439
- msgid "The old version has been deactivated and can be removed from your site."
3440
- msgid_plural "The old versions have been deactivated and can be removed from your site."
3441
- msgstr[0] ""
3442
- msgstr[1] ""
3443
- msgstr[2] ""
3444
-
3445
- #: jetpack.php:2067
3446
- msgid "Is this site private?"
3447
- msgstr ""
3448
-
3449
- #: jetpack.php:2070
3450
- msgctxt "%l = list of Jetpack module/feature names"
3451
- msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
3452
- msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
3453
- msgstr[0] ""
3454
- msgstr[1] ""
3455
- msgstr[2] ""
3456
-
3457
- #: jetpack.php:2083
3458
- msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
3459
- msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
3460
- msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
3461
- msgstr[0] ""
3462
- msgstr[1] ""
3463
- msgstr[2] ""
3464
-
3465
- #: jetpack.php:2097
3466
- msgctxt "%l = list of Jetpack module/feature names"
3467
- msgid "Deactivate %l"
3468
- msgstr ""
3469
-
3470
- #: jetpack.php:2228
3471
- msgid "Connected to WordPress.com"
3472
- msgstr ""
3473
-
3474
- #: jetpack.php:2228
3475
- msgid "Disconnect from WordPress.com"
3476
- msgstr ""
3477
-
3478
- #: class.json-api-endpoints.php:1113
3479
- msgid "This post is password protected."
3480
- msgstr "Tento příspěvek je chráněn heslem."
3481
-
3482
- #: class.json-api-endpoints.php:2633
3483
- msgid "Comment cache problem?"
3484
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/jetpack-da_DK.mo CHANGED
Binary file
languages/jetpack-da_DK.po DELETED
@@ -1,3480 +0,0 @@
1
- # Translation of 2.0 in Danish
2
- # This file is distributed under the same license as the 2.0 package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2012-11-20 20:01:58+0000\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 2.0\n"
12
-
13
- #: modules/widgets/rsslinks-widget.php:113
14
- msgid "Red"
15
- msgstr "R&#248;d"
16
-
17
- #: modules/widgets/rsslinks-widget.php:114
18
- msgid "Orange"
19
- msgstr "Orange"
20
-
21
- #: modules/widgets/rsslinks-widget.php:115
22
- msgid "Green"
23
- msgstr "Gr&#248;n"
24
-
25
- #: modules/widgets/rsslinks-widget.php:116
26
- msgid "Blue"
27
- msgstr "Bl&#229;"
28
-
29
- #: modules/widgets/rsslinks-widget.php:117
30
- msgid "Purple"
31
- msgstr "Lilla"
32
-
33
- #: modules/widgets/rsslinks-widget.php:118
34
- msgid "Pink"
35
- msgstr "Pink"
36
-
37
- #: modules/widgets/rsslinks-widget.php:119
38
- msgid "Silver"
39
- msgstr "S&#248;lv"
40
-
41
- #: modules/widgets/rsslinks-widget.php:121
42
- msgid "Image Color:"
43
- msgstr "Billedfarve:"
44
-
45
- #: modules/widgets/rsslinks-widget.php:140
46
- msgid "Subscribe to %s"
47
- msgstr "Tilmeld til %s"
48
-
49
- #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
50
- msgid "Top Posts &amp; Pages"
51
- msgstr ""
52
-
53
- #: modules/widgets/top-posts.php:37
54
- msgid "Shows your most viewed posts and pages."
55
- msgstr ""
56
-
57
- #: modules/widgets/top-posts.php:78
58
- msgid "Number of posts to show:"
59
- msgstr "Antal indlæg der skal vises:"
60
-
61
- #: modules/widgets/top-posts.php:83
62
- msgid "Display as:"
63
- msgstr ""
64
-
65
- #: modules/widgets/top-posts.php:85
66
- msgid "Text List"
67
- msgstr ""
68
-
69
- #: modules/widgets/top-posts.php:86
70
- msgid "Image List"
71
- msgstr ""
72
-
73
- #: modules/widgets/top-posts.php:87
74
- msgid "Image Grid"
75
- msgstr ""
76
-
77
- #: modules/widgets/top-posts.php:91
78
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
79
- msgstr ""
80
-
81
- #: modules/widgets/top-posts.php:164
82
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
83
- msgstr ""
84
-
85
- #: modules/widgets/twitter.php:22
86
- msgid "Display your Tweets from Twitter"
87
- msgstr ""
88
-
89
- #: modules/widgets/twitter.php:31
90
- msgid "Please configure your Twitter username for the <a href=\"%s\">Twitter Widget</a>."
91
- msgstr ""
92
-
93
- #: modules/widgets/twitter.php:41
94
- msgid "Twitter Updates"
95
- msgstr "Twitter-opdateringer"
96
-
97
- #: modules/widgets/twitter.php:182 modules/widgets/twitter.php:203
98
- msgid "Error: Twitter did not respond. Please wait a few minutes and refresh this page."
99
- msgstr "Fejl: Twitter svarede ikke. Vent et par minutter og opdater derefter denne side."
100
-
101
- #: modules/widgets/twitter.php:196
102
- msgid "Error: Please make sure the Twitter account is %1$spublic%2$s."
103
- msgstr ""
104
-
105
- #: modules/widgets/twitter.php:265
106
- msgid "Twitter username:"
107
- msgstr "Twitter brugernavn:"
108
-
109
- #: modules/widgets/twitter.php:272
110
- msgid "Maximum number of Tweets to show:"
111
- msgstr ""
112
-
113
- #: modules/widgets/twitter.php:286
114
- msgid "Hide replies"
115
- msgstr "Skjul svar"
116
-
117
- #: modules/widgets/twitter.php:293
118
- msgid "Hide Tweets pushed by Publicize"
119
- msgstr ""
120
-
121
- #: modules/widgets/twitter.php:300
122
- msgid "Include retweets"
123
- msgstr "Medtag retweets"
124
-
125
- #: modules/widgets/twitter.php:307
126
- msgid "Display Follow Button"
127
- msgstr ""
128
-
129
- #: modules/widgets/twitter.php:313
130
- msgid "Text to display between Tweet and timestamp:"
131
- msgstr ""
132
-
133
- msgid "http://wordpress.org/extend/plugins/jetpack/"
134
- msgstr "http://wordpress.org/extend/plugins/jetpack/"
135
-
136
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
137
- msgstr "Overfør kraften fra WordPress.com skyen til din selv-hostede WordPress. Jetpack giver dig mulighed for at forbinde dit websted til en WordPress.com-konto og udnytte de kraftfulde funktioner som kun WordPress.com-brugere normalt har adgang til."
138
-
139
- msgid "Automattic"
140
- msgstr "Automattic"
141
-
142
- msgid "http://jetpack.me"
143
- msgstr "http://jetpack.me"
144
-
145
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
146
- msgstr "Prøv at forbedre din stavning, sproglige stil og grammatik med <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> korrekturlæsningstjenesten."
147
-
148
- msgid "Transform your standard image galleries into an immersive full-screen experience."
149
- msgstr ""
150
-
151
- msgid "A new comment system that has integrated social media login options."
152
- msgstr ""
153
-
154
- msgid "Easily insert a contact form any where on your site."
155
- msgstr ""
156
-
157
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
158
- msgstr ""
159
-
160
- msgid "Share your public posts and comments to search engines and other services in real-time."
161
- msgstr ""
162
-
163
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
164
- msgstr "Vis et popup-visitkort af dine brugeres gravatar profil i kommentarer."
165
-
166
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
167
- msgstr ""
168
-
169
- msgid "Allow applications to securely access your content through the cloud."
170
- msgstr ""
171
-
172
- msgid "Beautiful Math"
173
- msgstr "Skøn matematik"
174
-
175
- msgid "Mark up your posts with the <img src=\"http://l.wordpress.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
176
- msgstr "Marker dine indlæg med <img src=\"http://l.wordpress.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> formatteringsværktøj, perfekt til komplekse matematiske ligninger og andet nørderi. "
177
-
178
- msgid "Automatically optimize your site for mobile devices."
179
- msgstr ""
180
-
181
- msgid "Receive notifications on your Apple device."
182
- msgstr ""
183
-
184
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
185
- msgstr ""
186
-
187
- msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
188
- msgstr ""
189
-
190
- msgid "Publish posts to your blog directly from your personal email account."
191
- msgstr ""
192
-
193
- msgid "Connect your site to popular social networks and automatically share new posts with your friends."
194
- msgstr ""
195
-
196
- msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
197
- msgstr "Det mest fantastiske delingsværktøj på internettet. Del indhold på Facebook, Twitter og mange andre tjenester."
198
-
199
- msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
200
- msgstr "Du kan nemt indlejre videoer og andet fra websteder som YouTube, Vimeo og Slideshare."
201
-
202
- msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
203
- msgstr "Aktiver WP.me-drevne kortlinks til alle indlæg og sider for at gøre deling nemmere."
204
-
205
- msgid "Simple, concise site stats with no additional load on your server."
206
- msgstr "Simpel, kortfattet statistik for webstedet uden ekstra belastning af din egen server."
207
-
208
- msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
209
- msgstr "Tillad brugere at abonnere på påmindelser om nye indlæg og kommentarer via e-mail."
210
-
211
- msgid "Realtime backup and security scanning for your WordPress site."
212
- msgstr "Realtid backup og sikkerhedsskanninger til dit WordPress websted."
213
-
214
- msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
215
- msgstr ""
216
-
217
- #: modules/widgets/facebook-likebox.php:115
218
- #: modules/widgets/gravatar-profile.php:164
219
- msgid "Title"
220
- msgstr "Titel"
221
-
222
- #: modules/widgets/facebook-likebox.php:122
223
- msgid "Facebook Page URL"
224
- msgstr ""
225
-
226
- #: modules/widgets/facebook-likebox.php:125
227
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
228
- msgstr ""
229
-
230
- #: modules/widgets/facebook-likebox.php:131
231
- msgid "Width"
232
- msgstr "Bredde"
233
-
234
- #: modules/widgets/facebook-likebox.php:138
235
- msgid "Height"
236
- msgstr "H&#248;jde"
237
-
238
- #: modules/widgets/facebook-likebox.php:157
239
- msgid "Show Faces"
240
- msgstr ""
241
-
242
- #: modules/widgets/facebook-likebox.php:159
243
- msgid "Show profile photos in the plugin."
244
- msgstr ""
245
-
246
- #: modules/widgets/facebook-likebox.php:166
247
- msgid "Show Stream"
248
- msgstr ""
249
-
250
- #: modules/widgets/facebook-likebox.php:168
251
- msgid "Show the profile stream for the public profile."
252
- msgstr ""
253
-
254
- #: modules/widgets/facebook-likebox.php:175
255
- msgid "Show Wall"
256
- msgstr ""
257
-
258
- #: modules/widgets/facebook-likebox.php:177
259
- msgid "Show the wall for a Places page rather than friend activity."
260
- msgstr ""
261
-
262
- #: modules/widgets/gravatar-profile.php:19
263
- msgid "Gravatar Profile"
264
- msgstr ""
265
-
266
- #: modules/widgets/gravatar-profile.php:21
267
- msgid "Display a mini version of your Gravatar Profile"
268
- msgstr ""
269
-
270
- #: modules/widgets/gravatar-profile.php:37
271
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
272
- msgstr ""
273
-
274
- #: modules/widgets/gravatar-profile.php:91
275
- msgid "View Full Profile &rarr;"
276
- msgstr ""
277
-
278
- #: modules/widgets/gravatar-profile.php:99
279
- msgid "Error loading profile"
280
- msgstr ""
281
-
282
- #: modules/widgets/gravatar-profile.php:111
283
- msgid "Personal Links"
284
- msgstr ""
285
-
286
- #: modules/widgets/gravatar-profile.php:131
287
- msgid "Verified Services"
288
- msgstr ""
289
-
290
- #: modules/widgets/gravatar-profile.php:142
291
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
292
- msgid "%1$s on %2$s"
293
- msgstr ""
294
-
295
- #: modules/widgets/gravatar-profile.php:170
296
- msgid "Select a user or pick \"custom\" and enter a custom email address."
297
- msgstr ""
298
-
299
- #: modules/widgets/gravatar-profile.php:174
300
- msgid "Custom"
301
- msgstr "Brugerdefineret"
302
-
303
- #: modules/widgets/gravatar-profile.php:184
304
- msgid "Custom Email Address"
305
- msgstr ""
306
-
307
- #: modules/widgets/gravatar-profile.php:192
308
- msgid "Show Personal Links"
309
- msgstr ""
310
-
311
- #: modules/widgets/gravatar-profile.php:194
312
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
313
- msgstr ""
314
-
315
- #: modules/widgets/gravatar-profile.php:201
316
- msgid "Show Account Links"
317
- msgstr ""
318
-
319
- #: modules/widgets/gravatar-profile.php:203
320
- msgid "Links to services that you use across the web."
321
- msgstr ""
322
-
323
- #: modules/widgets/gravatar-profile.php:207
324
- msgid "Opens in new window"
325
- msgstr ""
326
-
327
- #: modules/widgets/gravatar-profile.php:207
328
- msgid "Edit Your Profile"
329
- msgstr ""
330
-
331
- #: modules/widgets/gravatar-profile.php:207
332
- msgid "What's a Gravatar?"
333
- msgstr ""
334
-
335
- #: modules/widgets/image-widget.php:12
336
- msgid "Display an image in your sidebar"
337
- msgstr "Vis et billede i din sidebar"
338
-
339
- #: modules/widgets/image-widget.php:14
340
- msgid "Image (Jetpack)"
341
- msgstr "Billede (Jetpack)"
342
-
343
- #: modules/widgets/image-widget.php:110
344
- msgid "Image URL:"
345
- msgstr "Billed-url:"
346
-
347
- #: modules/widgets/image-widget.php:113
348
- msgid "Alternate text:"
349
- msgstr "Alternativ tekst"
350
-
351
- #: modules/widgets/image-widget.php:116
352
- msgid "Image title:"
353
- msgstr "Billedtitel:"
354
-
355
- #: modules/widgets/image-widget.php:119
356
- msgid "Caption:"
357
- msgstr "Billedtekst:"
358
-
359
- #: modules/widgets/image-widget.php:124
360
- msgid "None"
361
- msgstr "Ingen"
362
-
363
- #: modules/widgets/image-widget.php:125
364
- msgid "Left"
365
- msgstr "Venstre"
366
-
367
- #: modules/widgets/image-widget.php:126
368
- msgid "Center"
369
- msgstr "Center"
370
-
371
- #: modules/widgets/image-widget.php:127
372
- msgid "Right"
373
- msgstr "H&#248;jre"
374
-
375
- #: modules/widgets/image-widget.php:129
376
- msgid "Image Alignment:"
377
- msgstr "Billedjustering:"
378
-
379
- #: modules/widgets/image-widget.php:139
380
- msgid "Width:"
381
- msgstr "Bredde:"
382
-
383
- #: modules/widgets/image-widget.php:142
384
- msgid "Height:"
385
- msgstr "Højde:"
386
-
387
- #: modules/widgets/image-widget.php:145
388
- msgid "If empty, we will attempt to determine the image size."
389
- msgstr "Hvis tomt forsøger vi at finde billedets størrelse."
390
-
391
- #: modules/widgets/image-widget.php:146
392
- msgid "Link URL (when the image is clicked):"
393
- msgstr "Link URL (Når der bliver klikket på billedet):"
394
-
395
- #: modules/widgets/rsslinks-widget.php:12
396
- msgid "Links to your blog's RSS feeds"
397
- msgstr "Links til dit websteds RSS feeds"
398
-
399
- #: modules/widgets/rsslinks-widget.php:13
400
- msgid "RSS Links (Jetpack)"
401
- msgstr "RSS links (Jetpack)"
402
-
403
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
404
- #: modules/widgets/twitter.php:258
405
- msgid "Title:"
406
- msgstr "Titel:"
407
-
408
- #: modules/widgets/rsslinks-widget.php:67
409
- #: modules/widgets/rsslinks-widget.php:133
410
- msgid "Posts"
411
- msgstr "Indl&#230;g"
412
-
413
- #: modules/widgets/rsslinks-widget.php:68
414
- #: modules/widgets/rsslinks-widget.php:136
415
- msgid "Comments"
416
- msgstr "Kommentarer"
417
-
418
- #: modules/widgets/rsslinks-widget.php:69
419
- msgid "Posts & Comments"
420
- msgstr "Indlæg & kommentarer"
421
-
422
- #: modules/widgets/rsslinks-widget.php:71
423
- msgid "Feed(s) to Display:"
424
- msgstr "Feed(s) som skal vises:"
425
-
426
- #: modules/widgets/rsslinks-widget.php:81
427
- msgid "Text Link"
428
- msgstr "Tekstlink"
429
-
430
- #: modules/widgets/rsslinks-widget.php:82
431
- msgid "Image Link"
432
- msgstr "Billedlink"
433
-
434
- #: modules/widgets/rsslinks-widget.php:83
435
- msgid "Text & Image Links"
436
- msgstr "Tekst- & billedlinks"
437
-
438
- #: modules/widgets/rsslinks-widget.php:85
439
- msgid "Format:"
440
- msgstr "Format:"
441
-
442
- #: modules/widgets/rsslinks-widget.php:96
443
- msgid "Image Settings:"
444
- msgstr "Billedindstillinger:"
445
-
446
- #: modules/widgets/rsslinks-widget.php:99
447
- msgid "Small"
448
- msgstr "Lille"
449
-
450
- #: modules/widgets/rsslinks-widget.php:100
451
- msgid "Medium"
452
- msgstr "Medium"
453
-
454
- #: modules/widgets/rsslinks-widget.php:101
455
- msgid "Large"
456
- msgstr "Stor"
457
-
458
- #: modules/widgets/rsslinks-widget.php:103
459
- msgid "Image Size:"
460
- msgstr "Billedstørrelse:"
461
-
462
- #: modules/stats.php:527
463
- msgid "Hide the stats smiley face image."
464
- msgstr ""
465
-
466
- #: modules/stats.php:527
467
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
468
- msgstr ""
469
-
470
- #: modules/stats.php:527
471
- msgid "Smiley face"
472
- msgstr ""
473
-
474
- #: modules/stats.php:528
475
- msgid "Report visibility"
476
- msgstr "Rapportsynlighed"
477
-
478
- #: modules/stats.php:530
479
- msgid "Select the roles that will be able to view stats reports."
480
- msgstr "Vælg de roller, som vil være i stand til at se statistikrapporter."
481
-
482
- #: modules/stats.php:541
483
- msgid "Save configuration"
484
- msgstr "Gem indstillinger"
485
-
486
- #: modules/stats.php:597
487
- msgid "Stats"
488
- msgstr ""
489
-
490
- #: modules/stats.php:599
491
- msgid "Views over 48 hours. Click for more Site Stats."
492
- msgstr "Visninger de seneste 48 timer. Klik her for mere webstedsstatistik."
493
-
494
- #: modules/stats.php:666
495
- msgid "day"
496
- msgstr "dag"
497
-
498
- #: modules/stats.php:667
499
- msgid "week"
500
- msgstr "uge"
501
-
502
- #: modules/stats.php:668
503
- msgid "month"
504
- msgstr "måned"
505
-
506
- #: modules/stats.php:671
507
- msgid "the past day"
508
- msgstr "den seneste dag"
509
-
510
- #: modules/stats.php:672
511
- msgid "the past week"
512
- msgstr "den sidste uge"
513
-
514
- #: modules/stats.php:673
515
- msgid "the past month"
516
- msgstr "den seneste måned"
517
-
518
- #: modules/stats.php:674
519
- msgid "the past quarter"
520
- msgstr "det seneste kvartal"
521
-
522
- #: modules/stats.php:675
523
- msgid "the past year"
524
- msgstr "det seneste år"
525
-
526
- #: modules/stats.php:697
527
- msgid "Chart stats by"
528
- msgstr "Figurstatistikker af"
529
-
530
- #: modules/stats.php:710
531
- msgid "Show top posts over"
532
- msgstr "Vis mest besøgte indlæg i"
533
-
534
- #: modules/stats.php:723
535
- msgid "Show top search terms over"
536
- msgstr "Vis populæreste søgetermer over"
537
-
538
- #: modules/stats.php:882
539
- msgid "%1$s %2$s Views"
540
- msgstr "%1$s %2$s visninger"
541
-
542
- #: modules/stats.php:895
543
- msgid "View All"
544
- msgstr "Se alle"
545
-
546
- #: modules/stats.php:899
547
- msgid "Top Posts"
548
- msgstr "Top Indlæg"
549
-
550
- #: modules/stats.php:903 modules/stats.php:927
551
- msgid "Sorry, nothing to report."
552
- msgstr "Beklager, intet at rapportere."
553
-
554
- #: modules/stats.php:923
555
- msgid "Top Searches"
556
- msgstr "Mest populære søgninger"
557
-
558
- #: modules/stats.php:946
559
- msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
560
- msgstr ""
561
-
562
- #: modules/subscriptions.php:108
563
- msgid "Jetpack Subscriptions Settings"
564
- msgstr ""
565
-
566
- #: modules/subscriptions.php:117
567
- msgid "Follow Blog"
568
- msgstr ""
569
-
570
- #: modules/subscriptions.php:132
571
- msgid "Follow Comments"
572
- msgstr ""
573
-
574
- #: modules/subscriptions.php:153
575
- msgid "Follower Settings"
576
- msgstr ""
577
-
578
- #: modules/subscriptions.php:160
579
- msgid "Blog follow email text"
580
- msgstr ""
581
-
582
- #: modules/subscriptions.php:168
583
- msgid "Comment follow email text"
584
- msgstr ""
585
-
586
- #: modules/subscriptions.php:182
587
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
588
- msgstr ""
589
-
590
- #: modules/subscriptions.php:197
591
- msgid "Show a <em>'follow blog'</em> option in the comment form"
592
- msgstr ""
593
-
594
- #: modules/subscriptions.php:212
595
- msgid "Show a <em>'follow comments'</em> option in the comment form"
596
- msgstr ""
597
-
598
- #: modules/subscriptions.php:237
599
- msgid "These settings change emails sent from your blog to followers."
600
- msgstr ""
601
-
602
- #: modules/subscriptions.php:243
603
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
604
- msgstr ""
605
-
606
- #: modules/subscriptions.php:249
607
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
608
- msgstr ""
609
-
610
- #: modules/subscriptions.php:254
611
- msgid ""
612
- "Howdy.\n"
613
- "\n"
614
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
615
- "\n"
616
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
617
- msgstr ""
618
-
619
- #: modules/subscriptions.php:255
620
- msgid ""
621
- "Howdy.\n"
622
- "\n"
623
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
624
- "\n"
625
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
626
- msgstr ""
627
-
628
- #: modules/subscriptions.php:447
629
- msgid "Notify me of follow-up comments by email."
630
- msgstr "Informer mig om nye kommentarer via e-mail."
631
-
632
- #: modules/subscriptions.php:454
633
- msgid "Notify me of new posts by email."
634
- msgstr "Giv besked om nye indlæg via e-mail."
635
-
636
- #: modules/subscriptions.php:520
637
- msgid "Add an email signup form to allow people to subscribe to your blog."
638
- msgstr "Tilføj en tilmeldingsformular og tillad brugere at abonnere på dit websted."
639
-
640
- #: modules/subscriptions.php:523
641
- msgid "Blog Subscriptions (Jetpack)"
642
- msgstr "Webstedstilmeldinger (Jetpack)"
643
-
644
- #: modules/subscriptions.php:554
645
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
646
- msgstr ""
647
-
648
- #: modules/subscriptions.php:564
649
- msgid "The email you entered was invalid, please check and try again."
650
- msgstr "Den indtastede e-mail-adresse er ikke gyldig, indtast en gyldig e-mail-adresse og prøv igen."
651
-
652
- #: modules/subscriptions.php:567
653
- msgid "You have already subscribed to this site, please check your inbox."
654
- msgstr "Du er allerede tilmeldt dette websted, kig venligt i din indbakke."
655
-
656
- #: modules/subscriptions.php:574
657
- msgid "There was an error when subscribing, please try again."
658
- msgstr "Der opstod en fejl ved tilmeldingen, prøv venligst igen."
659
-
660
- #: modules/subscriptions.php:592
661
- msgid "Join %s other subscriber"
662
- msgid_plural "Join %s other subscribers"
663
- msgstr[0] "Slut dig til %s andre tilmeldt"
664
- msgstr[1] "Slut dig til %s øvrige tilmeldte"
665
-
666
- #: modules/subscriptions.php:671
667
- msgid "Subscribe to Blog via Email"
668
- msgstr ""
669
-
670
- #: modules/subscriptions.php:672
671
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
672
- msgstr "Indtast din e-mail-adresse for at blive tilmeldt og modtage påmindelser om nye indlæg på dette websted via e-mail."
673
-
674
- #: modules/subscriptions.php:674
675
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
676
- msgstr "Klik her for at modtage påmindelser om nye indlæg på dette websted via e-mail."
677
-
678
- #: modules/subscriptions.php:690
679
- msgid "%s: %s"
680
- msgstr ""
681
-
682
- #: modules/subscriptions.php:698 modules/widgets/image-widget.php:107
683
- msgid "Widget title:"
684
- msgstr "Widget titel:"
685
-
686
- #: modules/subscriptions.php:704
687
- msgid "Optional text to display to your readers:"
688
- msgstr "Valgfri tekst der vises til dine læsere:"
689
-
690
- #: modules/subscriptions.php:710
691
- msgid "Subscribe Button:"
692
- msgstr ""
693
-
694
- #: modules/subscriptions.php:717
695
- msgid "Show total number of subscribers? (%s subscriber)"
696
- msgid_plural "Show total number of subscribers? (%s subscribers)"
697
- msgstr[0] "Vis det samlede antal tilmeldinger? (%s tilmeldt)"
698
- msgstr[1] "Vis det samlede antal tilmeldinger? (%s tilmeldte)"
699
-
700
- #: modules/vaultpress.php:22
701
- msgid "Active"
702
- msgstr "Aktiv"
703
-
704
- #: modules/widgets/facebook-likebox.php:29
705
- msgid "Facebook Like Box"
706
- msgstr ""
707
-
708
- #: modules/widgets/facebook-likebox.php:29
709
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
710
- msgstr ""
711
-
712
- #: modules/widgets/facebook-likebox.php:41
713
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
714
- msgstr ""
715
-
716
- #: modules/sharedaddy/sharing.php:300
717
- msgid "Button style"
718
- msgstr ""
719
-
720
- #: modules/sharedaddy/sharing.php:303
721
- msgid "Icon + text"
722
- msgstr "Ikon + tekst"
723
-
724
- #: modules/sharedaddy/sharing.php:304
725
- msgid "Icon only"
726
- msgstr "Kun ikon"
727
-
728
- #: modules/sharedaddy/sharing.php:305
729
- msgid "Text only"
730
- msgstr "Kun tekst"
731
-
732
- #: modules/sharedaddy/sharing.php:306
733
- msgid "Official buttons"
734
- msgstr ""
735
-
736
- #: modules/sharedaddy/sharing.php:311
737
- msgid "Sharing label"
738
- msgstr "Deleetiket"
739
-
740
- #: modules/sharedaddy/sharing.php:317
741
- msgid "Open links in"
742
- msgstr "Åbn links i"
743
-
744
- #: modules/sharedaddy/sharing.php:320
745
- msgid "New window"
746
- msgstr "Nyt vindue"
747
-
748
- #: modules/sharedaddy/sharing.php:321
749
- msgid "Same window"
750
- msgstr "Samme vindue"
751
-
752
- #: modules/sharedaddy/sharing.php:326
753
- msgid "Show buttons on"
754
- msgstr ""
755
-
756
- #: modules/sharedaddy/sharing.php:332
757
- msgid "Front Page, Archive Pages, and Search Results"
758
- msgstr "Forside, arkivsider og søgeresultater"
759
-
760
- #: modules/sharedaddy/sharing.php:348
761
- msgid "Save Changes"
762
- msgstr "Gem &#230;ndringer"
763
-
764
- #: modules/sharedaddy/sharing.php:359
765
- msgid "Service name"
766
- msgstr "Tjenestenavn"
767
-
768
- #: modules/sharedaddy/sharing.php:365
769
- msgid "Sharing URL"
770
- msgstr "Deling URL"
771
-
772
- #: modules/sharedaddy/sharing.php:369
773
- msgid "You can add the following variables to your service sharing URL:"
774
- msgstr "Du kan tilføje følgende variabler til din tjenestes delings-URL:"
775
-
776
- #: modules/sharedaddy/sharing.php:374
777
- msgid "Icon URL"
778
- msgstr "Ikon URL"
779
-
780
- #: modules/sharedaddy/sharing.php:377
781
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
782
- msgstr "Indtast webadressen på et 16x16px ikon du vil bruge til denne tjeneste."
783
-
784
- #: modules/sharedaddy/sharing.php:383
785
- msgid "Create Share Button"
786
- msgstr ""
787
-
788
- #: modules/sharedaddy/sharing.php:395
789
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
790
- msgstr "Der opstod en fejl under oprettelsen dine nye deletjenester - tjek venligst om oplysningerne er gyldige."
791
-
792
- #: modules/shortcodes/archives.php:50
793
- msgid "Your blog does not currently have any published posts."
794
- msgstr "Der er i øjeblikket ikke nogle blogindlæg, som er udgivet"
795
-
796
- #: modules/shortcodes/audio.php:180
797
- msgid "Download: <a href=\"%s\">%s</a><br />"
798
- msgstr ""
799
-
800
- #: modules/shortcodes/videopress.php:616
801
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
802
- msgstr "VideoPress-pluginet kunne ikke få forbindelse til VideoPress-serverne. Denne fejl skyldes højst sandsynligt et plugin, der er forkert sat op. Geninstaller og opgrader."
803
-
804
- #: modules/shortcodes/videopress.php:618
805
- msgid "<strong>%s</strong> is not an allowed embed site."
806
- msgstr "<strong>%s</strong> er ikke et websted vi tillader at indlejre medier fra."
807
-
808
- #: modules/shortcodes/videopress.php:618
809
- msgid "Publisher limits playback of video embeds."
810
- msgstr "Udgiveren har begrænset afspilningen af indlejrede videoer."
811
-
812
- #: modules/shortcodes/videopress.php:620
813
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
814
- msgstr "Ingen data fundet for VideoPress-identifikator: <strong>%s</strong>."
815
-
816
- #: modules/shortcodes/videopress.php:837
817
- msgid "%s Error"
818
- msgstr "%s fejl"
819
-
820
- #: modules/shortcodes/videopress.php:871
821
- msgid "This video is intended for mature audiences."
822
- msgstr "Denne video er henvendt til et modent publikum."
823
-
824
- #: modules/shortcodes/videopress.php:871
825
- msgid "Please verify your birthday."
826
- msgstr "Bekræft venligst din fødselsdag."
827
-
828
- #: modules/shortcodes/videopress.php:887
829
- msgid "January"
830
- msgstr "januar"
831
-
832
- #: modules/shortcodes/videopress.php:887
833
- msgid "February"
834
- msgstr "februar"
835
-
836
- #: modules/shortcodes/videopress.php:887
837
- msgid "March"
838
- msgstr "marts"
839
-
840
- #: modules/shortcodes/videopress.php:887
841
- msgid "April"
842
- msgstr "april"
843
-
844
- #: modules/shortcodes/videopress.php:887
845
- msgid "May"
846
- msgstr "maj"
847
-
848
- #: modules/shortcodes/videopress.php:887
849
- msgid "June"
850
- msgstr "juni"
851
-
852
- #: modules/shortcodes/videopress.php:887
853
- msgid "July"
854
- msgstr "juli"
855
-
856
- #: modules/shortcodes/videopress.php:887
857
- msgid "August"
858
- msgstr "august"
859
-
860
- #: modules/shortcodes/videopress.php:887
861
- msgid "September"
862
- msgstr "september"
863
-
864
- #: modules/shortcodes/videopress.php:887
865
- msgid "October"
866
- msgstr "oktober"
867
-
868
- #: modules/shortcodes/videopress.php:887
869
- msgid "November"
870
- msgstr "november"
871
-
872
- #: modules/shortcodes/videopress.php:887
873
- msgid "December"
874
- msgstr "december"
875
-
876
- #: modules/shortcodes/videopress.php:923
877
- msgid "Submit"
878
- msgstr "Send"
879
-
880
- #: modules/shortcodes/videopress.php:969
881
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
882
- msgstr "Du har ikke tilstrækkelige <a rel=\"nofollow\" href=\"%s\">rettigheder</a> til at se denne video. Støt gratis software og opgrader."
883
-
884
- #: modules/shortcodes/videopress.php:1027
885
- msgctxt "watch a video title"
886
- msgid "Watch: %s"
887
- msgstr "Se: %s"
888
-
889
- #: modules/shortcodes/videopress.php:1123
890
- #: modules/shortcodes/videopress.php:1145
891
- msgid "this video"
892
- msgstr "denne video"
893
-
894
- #: modules/shortcodes/videopress.php:1152
895
- msgctxt "Play as in playback or view a movie"
896
- msgid "JavaScript required to play %s."
897
- msgstr "Der kræves JavaScript for at afspille %s."
898
-
899
- #: modules/shortcodes/videopress.php:1299
900
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
901
- msgstr "Denne video kræver <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for at kunne afspilles."
902
-
903
- #: modules/shortcodes/videopress.php:1306
904
- msgid "Loading video..."
905
- msgstr "Indlæser video..."
906
-
907
- #: modules/stats.php:252 modules/stats.php:645
908
- msgid "Site Stats"
909
- msgstr "Statistik for webstedet"
910
-
911
- #: modules/stats.php:343
912
- msgid "Loading&hellip;"
913
- msgstr "Indl&aelig;ser&hellip;"
914
-
915
- #: modules/stats.php:344
916
- msgid "Your Site Stats work better with Javascript enabled."
917
- msgstr "Dine webstedsstatistikker virker bedre med JavaScript aktiveret."
918
-
919
- #: modules/stats.php:345
920
- msgid "View Site Stats without Javascript"
921
- msgstr "Vis webstedsstatistik uden JavaScript"
922
-
923
- #: modules/stats.php:517
924
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
925
- msgstr "Besøg <a href=\"%s\">webstedsstatistik</a> for at se din statistik."
926
-
927
- #: modules/stats.php:522
928
- msgid "Admin bar"
929
- msgstr "Administrationsbjælke"
930
-
931
- #: modules/stats.php:523
932
- msgid "Put a chart showing 48 hours of views in the admin bar."
933
- msgstr "Lav en figur, der viser de sidste 48 timers besøg i administratorbjælken."
934
-
935
- #: modules/stats.php:524
936
- msgid "Registered users"
937
- msgstr "Registrerede brugere"
938
-
939
- #: modules/stats.php:525
940
- msgid "Count the page views of registered users who are logged in."
941
- msgstr "Tæl sidevisninger fra registrerede brugere, der er logget ind"
942
-
943
- #: modules/stats.php:526
944
- msgid "Smiley"
945
- msgstr ""
946
-
947
- #: modules/sharedaddy/sharing-sources.php:279
948
- msgid "Send to Email Address"
949
- msgstr "Send til e-mail-adresse"
950
-
951
- #: modules/sharedaddy/sharing-sources.php:287
952
- msgid "Your Name"
953
- msgstr "Dit navn"
954
-
955
- #: modules/sharedaddy/sharing-sources.php:290
956
- msgid "Your Email Address"
957
- msgstr "Din e-mail-adresse"
958
-
959
- #: modules/sharedaddy/sharing-sources.php:298
960
- msgid "Send Email"
961
- msgstr "Send e-mail"
962
-
963
- #: modules/sharedaddy/sharing-sources.php:299
964
- msgid "Cancel"
965
- msgstr "Annuller"
966
-
967
- #: modules/sharedaddy/sharing-sources.php:302
968
- msgid "Post was not sent - check your email addresses!"
969
- msgstr "Indlæg blev ikke sendt - kontroller jeres e-mail adresser!"
970
-
971
- #: modules/sharedaddy/sharing-sources.php:306
972
- msgid "Email check failed, please try again"
973
- msgstr "E-mail tjek mislykkedes, prøv igen"
974
-
975
- #: modules/sharedaddy/sharing-sources.php:310
976
- msgid "Sorry, your blog cannot share posts by email."
977
- msgstr "Beklager, din blog kan ikke dele indlæg via e-mail."
978
-
979
- #: modules/sharedaddy/sharing-sources.php:330 modules/widgets/twitter.php:22
980
- msgid "Twitter"
981
- msgstr "Twitter"
982
-
983
- #: modules/sharedaddy/sharing-sources.php:376
984
- msgctxt "share to"
985
- msgid "Twitter"
986
- msgstr "Twitter"
987
-
988
- #: modules/sharedaddy/sharing-sources.php:376
989
- msgid "Click to share on Twitter"
990
- msgstr "Klik for at dele på Twitter"
991
-
992
- #: modules/sharedaddy/sharing-sources.php:451
993
- msgid "StumbleUpon"
994
- msgstr "StumbleUpon"
995
-
996
- #: modules/sharedaddy/sharing-sources.php:462
997
- msgctxt "share to"
998
- msgid "StumbleUpon"
999
- msgstr "StumbleUpon"
1000
-
1001
- #: modules/sharedaddy/sharing-sources.php:462
1002
- msgid "Click to share on StumbleUpon"
1003
- msgstr "Klik for at dele på StumbleUpon"
1004
-
1005
- #: modules/sharedaddy/sharing-sources.php:489
1006
- #: modules/sharedaddy/sharing-sources.php:496
1007
- msgid "Reddit"
1008
- msgstr "Reddit"
1009
-
1010
- #: modules/sharedaddy/sharing-sources.php:496
1011
- msgid "Click to share on Reddit"
1012
- msgstr "Klik for at dele på Reddit"
1013
-
1014
- #: modules/sharedaddy/sharing-sources.php:523
1015
- msgid "Digg"
1016
- msgstr "Digg"
1017
-
1018
- #: modules/sharedaddy/sharing-sources.php:532
1019
- #: modules/sharedaddy/sharing-sources.php:535
1020
- msgid "Click to Digg this post"
1021
- msgstr "Klik for at Digg'e dette indlæg"
1022
-
1023
- #: modules/sharedaddy/sharing-sources.php:535
1024
- msgctxt "share to"
1025
- msgid "Digg"
1026
- msgstr "Digg"
1027
-
1028
- #: modules/sharedaddy/sharing-sources.php:579
1029
- msgid "LinkedIn"
1030
- msgstr "LinkedIn"
1031
-
1032
- #: modules/sharedaddy/sharing-sources.php:593
1033
- msgctxt "share to"
1034
- msgid "LinkedIn"
1035
- msgstr "LinkedIn"
1036
-
1037
- #: modules/sharedaddy/sharing-sources.php:593
1038
- msgid "Click to share on LinkedIn"
1039
- msgstr "Klik for at dele på LinkedIn"
1040
-
1041
- #: modules/sharedaddy/sharing-sources.php:659
1042
- msgid "Facebook"
1043
- msgstr "Facebook"
1044
-
1045
- #: modules/sharedaddy/sharing-sources.php:734
1046
- msgctxt "share to"
1047
- msgid "Facebook"
1048
- msgstr "Facebook"
1049
-
1050
- #: modules/sharedaddy/sharing-sources.php:734
1051
- msgid "Share on Facebook"
1052
- msgstr "Del på Facebook"
1053
-
1054
- #: modules/sharedaddy/sharing-sources.php:765
1055
- msgid "Print"
1056
- msgstr "Print"
1057
-
1058
- #: modules/sharedaddy/sharing-sources.php:769
1059
- msgctxt "share to"
1060
- msgid "Print"
1061
- msgstr "Udskriv"
1062
-
1063
- #: modules/sharedaddy/sharing-sources.php:769
1064
- msgid "Click to print"
1065
- msgstr "Klik for at udskrive"
1066
-
1067
- #: modules/sharedaddy/sharing-sources.php:785
1068
- msgid "Press This"
1069
- msgstr "Press det"
1070
-
1071
- #: modules/sharedaddy/sharing-sources.php:813
1072
- msgctxt "share to"
1073
- msgid "Press This"
1074
- msgstr "Pres det"
1075
-
1076
- #: modules/sharedaddy/sharing-sources.php:813
1077
- msgid "Click to Press This!"
1078
- msgstr "Klik for at aktive Press det!"
1079
-
1080
- #: modules/sharedaddy/sharing-sources.php:831
1081
- msgid "Google +1"
1082
- msgstr "Google +1"
1083
-
1084
- #: modules/sharedaddy/sharing-sources.php:846
1085
- msgctxt "share to"
1086
- msgid "Google +1"
1087
- msgstr ""
1088
-
1089
- #: modules/sharedaddy/sharing-sources.php:846
1090
- msgid "Click to share on Google+"
1091
- msgstr ""
1092
-
1093
- #: modules/sharedaddy/sharing-sources.php:935
1094
- msgid "Click to share"
1095
- msgstr "Klik for at dele"
1096
-
1097
- #: modules/sharedaddy/sharing-sources.php:990
1098
- msgid "URL"
1099
- msgstr "URL"
1100
-
1101
- #: modules/sharedaddy/sharing-sources.php:995
1102
- msgid "Icon"
1103
- msgstr "Ikon"
1104
-
1105
- #: modules/sharedaddy/sharing-sources.php:1002
1106
- msgid "Save"
1107
- msgstr "Gem"
1108
-
1109
- #: modules/sharedaddy/sharing-sources.php:1003
1110
- msgid "Remove Service"
1111
- msgstr "Fjern tjeneste"
1112
-
1113
- #: modules/sharedaddy/sharing-sources.php:1082
1114
- msgid "Tumblr"
1115
- msgstr ""
1116
-
1117
- #: modules/sharedaddy/sharing-sources.php:1093
1118
- msgctxt "share to"
1119
- msgid "Tumblr"
1120
- msgstr ""
1121
-
1122
- #: modules/sharedaddy/sharing-sources.php:1093
1123
- msgid "Click to share on Tumblr"
1124
- msgstr ""
1125
-
1126
- #: modules/sharedaddy/sharing-sources.php:1129
1127
- msgid "Pinterest"
1128
- msgstr ""
1129
-
1130
- #: modules/sharedaddy/sharing-sources.php:1159
1131
- msgid "Pin It"
1132
- msgstr ""
1133
-
1134
- #: modules/sharedaddy/sharing-sources.php:1161
1135
- msgctxt "share to"
1136
- msgid "Pinterest"
1137
- msgstr ""
1138
-
1139
- #: modules/sharedaddy/sharing-sources.php:1161
1140
- msgid "Click to share on Pinterest"
1141
- msgstr ""
1142
-
1143
- #: modules/sharedaddy/sharing.php:153
1144
- msgid "Warning! Multibyte support missing!"
1145
- msgstr "Advarsel! Multibyte-understøttelse mangler!"
1146
-
1147
- #: modules/sharedaddy/sharing.php:154
1148
- msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
1149
- msgstr "Dette plugin virker uden, men multibyte-understøttelse bruges <a href=\"%s\">hvis det er tilgængeligt</a>. Du kan opleve mindre problemer med Tweets og andre deletjenester."
1150
-
1151
- #: modules/sharedaddy/sharing.php:158
1152
- msgid "Settings have been saved"
1153
- msgstr "Indstillingerne blev gemt"
1154
-
1155
- #: modules/sharedaddy/sharing.php:169
1156
- msgid "Sharing Buttons"
1157
- msgstr ""
1158
-
1159
- #: modules/sharedaddy/sharing.php:170
1160
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1161
- msgstr ""
1162
-
1163
- #: modules/sharedaddy/sharing.php:176
1164
- msgid "Available Services"
1165
- msgstr "Tilgængelige tjenester"
1166
-
1167
- #: modules/sharedaddy/sharing.php:177
1168
- msgid "Drag and drop the services you'd like to enable into the box below."
1169
- msgstr "Træk og slip de tjenester, du vil aktivere, i boksen nedenfor."
1170
-
1171
- #: modules/sharedaddy/sharing.php:178
1172
- msgid "Add a new service"
1173
- msgstr "Tilføj en ny tjeneste"
1174
-
1175
- #: modules/sharedaddy/sharing.php:198
1176
- msgid "Enabled Services"
1177
- msgstr "Aktiverede tjenester"
1178
-
1179
- #: modules/sharedaddy/sharing.php:201
1180
- msgid "Services dragged here will appear individually."
1181
- msgstr "Tjenester der trækkes hertil vil vises individuelt."
1182
-
1183
- #: modules/sharedaddy/sharing.php:204
1184
- msgid "Drag and drop available services here."
1185
- msgstr ""
1186
-
1187
- #: modules/sharedaddy/sharing.php:215
1188
- msgid "Services dragged here will be hidden behind a share button."
1189
- msgstr "Tjenester der trækkes hertil vil være skjult bag en dele-knap."
1190
-
1191
- #: modules/sharedaddy/sharing.php:230
1192
- msgid "Live Preview"
1193
- msgstr "Forhåndsvisning"
1194
-
1195
- #: modules/sharedaddy/sharing.php:233
1196
- msgid "Sharing is off. Add services above to enable."
1197
- msgstr ""
1198
-
1199
- #: modules/module-info.php:638
1200
- msgid "When you write great content, all you really want is people to find it, right?"
1201
- msgstr ""
1202
-
1203
- #: modules/module-info.php:640
1204
- msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
1205
- msgstr ""
1206
-
1207
- #: modules/module-info.php:643
1208
- msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
1209
- msgstr ""
1210
-
1211
- #: modules/module-info.php:645
1212
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
1213
- msgstr ""
1214
-
1215
- #: modules/module-info.php:655
1216
- msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
1217
- msgstr ""
1218
-
1219
- #: modules/module-info.php:675 modules/module-info.php:678
1220
- #: modules/post-by-email.php:89
1221
- msgid "Post by Email"
1222
- msgstr ""
1223
-
1224
- #: modules/module-info.php:680
1225
- msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
1226
- msgstr ""
1227
-
1228
- #: modules/module-info.php:684
1229
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
1230
- msgstr ""
1231
-
1232
- #: modules/module-info.php:688
1233
- msgid "More information on sending emails, attachments, and customizing your posts."
1234
- msgstr ""
1235
-
1236
- #: modules/module-info.php:708
1237
- msgid "Photon"
1238
- msgstr ""
1239
-
1240
- #: modules/module-info.php:710
1241
- msgid "Give your site a boost by loading images in post and posts' featured images from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your web host with the click of a button."
1242
- msgstr ""
1243
-
1244
- #: modules/post-by-email.php:92 modules/subscriptions.php:596
1245
- msgid "Email Address"
1246
- msgstr "E-mail-adresse"
1247
-
1248
- #: modules/post-by-email.php:107
1249
- msgid "Enable Post By Email"
1250
- msgstr ""
1251
-
1252
- #: modules/post-by-email.php:111 modules/shortcodes/videopress.php:926
1253
- msgid "More information"
1254
- msgstr "Mere information"
1255
-
1256
- #: modules/post-by-email.php:114
1257
- msgid "Regenerate Address"
1258
- msgstr ""
1259
-
1260
- #: modules/post-by-email.php:115
1261
- msgid "Disable Post By Email"
1262
- msgstr ""
1263
-
1264
- #: modules/post-by-email.php:123
1265
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
1266
- msgstr ""
1267
-
1268
- #: modules/post-by-email.php:126 modules/publicize/publicize-jetpack.php:58
1269
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
1270
- msgstr ""
1271
-
1272
- #: modules/post-by-email.php:167 modules/post-by-email.php:176
1273
- msgid "Unable to create your Post By Email address. Please try again later."
1274
- msgstr ""
1275
-
1276
- #: modules/post-by-email.php:195 modules/post-by-email.php:204
1277
- msgid "Unable to regenerate your Post By Email address. Please try again later."
1278
- msgstr ""
1279
-
1280
- #: modules/post-by-email.php:223 modules/post-by-email.php:232
1281
- msgid "Unable to disable your Post By Email address. Please try again later."
1282
- msgstr ""
1283
-
1284
- #: modules/publicize/publicize-jetpack.php:55
1285
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
1286
- msgstr ""
1287
-
1288
- #: modules/publicize/publicize-jetpack.php:165
1289
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
1290
- msgstr ""
1291
-
1292
- #: modules/publicize/publicize-jetpack.php:167
1293
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
1294
- msgstr ""
1295
-
1296
- #: modules/publicize/publicize-jetpack.php:313
1297
- #: modules/publicize/publicize-jetpack.php:329
1298
- #: modules/publicize/publicize-jetpack.php:453
1299
- msgid "Publicize to my %s:"
1300
- msgstr ""
1301
-
1302
- #: modules/publicize/publicize-jetpack.php:314
1303
- msgid "Facebook Wall"
1304
- msgstr ""
1305
-
1306
- #: modules/publicize/publicize-jetpack.php:330
1307
- msgid "Facebook Page"
1308
- msgstr ""
1309
-
1310
- #: modules/publicize/publicize-jetpack.php:361
1311
- #: modules/publicize/publicize-jetpack.php:473 modules/publicize/ui.php:214
1312
- msgid "OK"
1313
- msgstr "OK"
1314
-
1315
- #: modules/publicize/publicize-jetpack.php:454
1316
- msgid "Tumblr blog"
1317
- msgstr ""
1318
-
1319
- #: modules/publicize/ui.php:35 modules/publicize/ui.php:45
1320
- #: modules/sharedaddy/sharing.php:57 modules/sharedaddy/sharing.php:163
1321
- msgid "Sharing Settings"
1322
- msgstr "Indstillinger for deling"
1323
-
1324
- #: modules/publicize/ui.php:76
1325
- msgid "You have successfully connected your blog with your %s account."
1326
- msgstr ""
1327
-
1328
- #: modules/publicize/ui.php:91
1329
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
1330
- msgstr ""
1331
-
1332
- #: modules/publicize/ui.php:92
1333
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
1334
- msgstr ""
1335
-
1336
- #: modules/publicize/ui.php:153
1337
- msgid "Shared"
1338
- msgstr ""
1339
-
1340
- #: modules/publicize/ui.php:156 modules/publicize/ui.php:160
1341
- msgid "Disconnect"
1342
- msgstr ""
1343
-
1344
- #: modules/publicize/ui.php:169
1345
- msgid "Add new %s connection."
1346
- msgstr ""
1347
-
1348
- #: modules/publicize/ui.php:185
1349
- msgid "Make this connection available to all users of this blog?"
1350
- msgstr ""
1351
-
1352
- #: modules/publicize/ui.php:193
1353
- msgid "There was a problem connecting to %s. Please disconnect and try again."
1354
- msgstr ""
1355
-
1356
- #: modules/publicize/ui.php:383
1357
- msgid "Publicize:"
1358
- msgstr ""
1359
-
1360
- #: modules/publicize/ui.php:429
1361
- msgctxt "Service: Account connected as"
1362
- msgid "%1$s: %2$s"
1363
- msgstr ""
1364
-
1365
- #: modules/publicize/ui.php:464
1366
- msgid "Custom Message:"
1367
- msgstr ""
1368
-
1369
- #: modules/publicize/ui.php:469 modules/publicize/ui.php:498
1370
- #: modules/publicize/ui.php:500
1371
- msgid "Hide"
1372
- msgstr "Skjul"
1373
-
1374
- #: modules/publicize/ui.php:478
1375
- msgid "Not Connected"
1376
- msgstr ""
1377
-
1378
- #: modules/publicize/ui.php:485
1379
- msgid "Connect to"
1380
- msgstr ""
1381
-
1382
- #: modules/publicize/ui.php:490
1383
- msgid "Connect and share your posts on %s"
1384
- msgstr ""
1385
-
1386
- #: modules/publicize/ui.php:513
1387
- msgid "Show"
1388
- msgstr "Vis"
1389
-
1390
- #: modules/publicize.php:87
1391
- msgctxt "word count: words or characters?"
1392
- msgid "words"
1393
- msgstr ""
1394
-
1395
- #: modules/sharedaddy/sharedaddy.php:18
1396
- msgid "Shared Post"
1397
- msgstr "Delt indlæg"
1398
-
1399
- #: modules/sharedaddy/sharedaddy.php:35
1400
- msgid "Show sharing buttons."
1401
- msgstr ""
1402
-
1403
- #: modules/sharedaddy/sharedaddy.php:112
1404
- msgid "Disable CSS and JS"
1405
- msgstr "Deaktiver CSS og JS"
1406
-
1407
- #: modules/sharedaddy/sharedaddy.php:114
1408
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1409
- msgstr "Avanceret. Er denne indstilling valgt, skal du inkludere disse filer i dit tema for at få links til deletjenesterne vist."
1410
-
1411
- #: modules/sharedaddy/sharing-service.php:12
1412
- msgid "Share this:"
1413
- msgstr "Del dette:"
1414
-
1415
- #: modules/sharedaddy/sharing-service.php:523
1416
- #: modules/sharedaddy/sharing.php:245 modules/sharedaddy/sharing.php:278
1417
- msgid "More"
1418
- msgstr "Mere"
1419
-
1420
- #: modules/sharedaddy/sharing-service.php:525
1421
- msgid "Share"
1422
- msgstr "Del"
1423
-
1424
- #: modules/sharedaddy/sharing-sources.php:242
1425
- msgid "This post has been shared!"
1426
- msgstr "Dette indlæg er blevet delt!"
1427
-
1428
- #: modules/sharedaddy/sharing-sources.php:243
1429
- msgid "You have shared this post with %s"
1430
- msgstr "Du har delt dette indlæg med %s"
1431
-
1432
- #: modules/sharedaddy/sharing-sources.php:244
1433
- msgid "Close"
1434
- msgstr "Luk"
1435
-
1436
- #: modules/sharedaddy/sharing-sources.php:266
1437
- msgctxt "share to"
1438
- msgid "Email"
1439
- msgstr "E-mail"
1440
-
1441
- #: modules/sharedaddy/sharing-sources.php:266
1442
- msgid "Click to email this to a friend"
1443
- msgstr "Klik for at sende som e-mail til en ven"
1444
-
1445
- #: modules/module-info.php:315 modules/module-info.php:318
1446
- #: modules/module-info.php:339 modules/publicize/ui.php:35
1447
- #: modules/sharedaddy/sharedaddy.php:25 modules/sharedaddy/sharing.php:57
1448
- msgid "Sharing"
1449
- msgstr "Deling"
1450
-
1451
- #: modules/module-info.php:319
1452
- msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
1453
- msgstr "Del dine indlæg på Twitter, Facebook og en lang række andre tjenester. Du kan indstille tjenesterne til at blive vist som ikoner, tekst eller begge dele. Nogle tjenester har derudover mulighed for at vise smarte knapper, såsom Twitter, der løbende opdatere antallet af gange indlægget er blevet delt."
1454
-
1455
- #: modules/module-info.php:323
1456
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
1457
- msgstr "Følgende tjenester er inkluderet: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, print og e-mail."
1458
-
1459
- #: modules/module-info.php:325
1460
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
1461
- msgstr "Følgende tjenester er inkluderet: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, print og e-mail."
1462
-
1463
- #: modules/module-info.php:329
1464
- msgid "Additionally you can define your own custom services."
1465
- msgstr "Derudover kan du også definere dine egne tilpassede tjenester."
1466
-
1467
- #: modules/module-info.php:344
1468
- msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
1469
- msgstr "For at ændre dine deleindstillinger, gå til Indstillinger &rarr; <a href=\"%s\">Deling</a> menuen."
1470
-
1471
- #: modules/module-info.php:345
1472
- msgid "Drag and drop sharing services into the enabled section to have them show up on your site, and drag them into the hidden section to have them hidden behind a button."
1473
- msgstr "Træk og slip de enkelte tjenester ned i sektionen med Aktiverede tjenester for at få dem vist på dit websted. Træk dem ind i skjule-sektionen for at gemme tjenesterne bag en knap."
1474
-
1475
- #: modules/module-info.php:351
1476
- msgid "Full details can be found on the <a href=\"%s\">Sharing support page</a>. This video also gives a swish run-down of how to use the Sharing feature. Watch it in HD for extra snazz!"
1477
- msgstr "Uddybende oplysninger kan findes på <a href=\"%s\">Dele-supportsiden</a>. Denne video giver også en elegant gennemgang af, hvordan du bruger delingsfunktionen. Se den i HD for lirens skyld!"
1478
-
1479
- #: modules/module-info.php:366 modules/module-info.php:370
1480
- msgid "Spelling and Grammar"
1481
- msgstr "Stavning og grammatik"
1482
-
1483
- #: modules/module-info.php:372
1484
- msgid "The <a href='%s'>After&nbsp;the&nbsp;Deadline</a> Proofreading service improves your writing by using artificial intelligence to find your errors and offer smart suggestions."
1485
- msgstr "<a href='%s'>After&nbsp;the&nbsp;Deadline</a> korrekturlæsningstjenesten forbedrer dine tekster ved at bruge kunstig intelligens til at finde dine fejl og tilbyde smarte forslag."
1486
-
1487
- #: modules/module-info.php:373
1488
- msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
1489
- msgstr "After the Deadline rummer en række <a href=\"%s\">tilpasningsmuligheder</a>, som du kan indstille i din profil."
1490
-
1491
- #: modules/module-info.php:387 modules/module-info.php:401
1492
- msgid "Widgets Screenshot"
1493
- msgstr ""
1494
-
1495
- #: modules/module-info.php:390 modules/module-info.php:404
1496
- msgid "Extra Sidebar Widgets"
1497
- msgstr ""
1498
-
1499
- #: modules/module-info.php:392
1500
- msgid "The RSS Links Widget "
1501
- msgstr ""
1502
-
1503
- #: modules/module-info.php:392
1504
- msgid "allows you to add links to your blog&#8217;s post and comment RSS feeds in your sidebar. This makes it easy for your readers to stay updated when you post new content or receive new comments."
1505
- msgstr ""
1506
-
1507
- #: modules/module-info.php:393
1508
- msgid "The Twitter Widget "
1509
- msgstr ""
1510
-
1511
- #: modules/module-info.php:393
1512
- msgid "shows your latest tweets within a sidebar on your theme. It&#8217;s an easy way to add more activity to your site. There are also a number of customization options."
1513
- msgstr ""
1514
-
1515
- #: modules/module-info.php:393
1516
- msgid "The Facebook Like Box Widget "
1517
- msgstr ""
1518
-
1519
- #: modules/module-info.php:393
1520
- msgid "shows your Facebook Like Box within a sidebar on your theme. It&#8217;s a great way to let your readers show their support."
1521
- msgstr ""
1522
-
1523
- #: modules/module-info.php:393
1524
- msgid "The Image Widget "
1525
- msgstr ""
1526
-
1527
- #: modules/module-info.php:393
1528
- msgid "allows you to easily add images to widget areas in your theme. It&#8217;s an easy way to add more visual interest to your site."
1529
- msgstr ""
1530
-
1531
- #: modules/module-info.php:406
1532
- msgid "The RSS Links Widget"
1533
- msgstr ""
1534
-
1535
- #: modules/module-info.php:406
1536
- msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
1537
- msgstr ""
1538
-
1539
- #: modules/module-info.php:407
1540
- msgid "The Twitter Widget"
1541
- msgstr ""
1542
-
1543
- #: modules/module-info.php:407
1544
- msgid "shows your latest tweets within a sidebar on your theme."
1545
- msgstr ""
1546
-
1547
- #: modules/module-info.php:408
1548
- msgid "The Facebook Like Box Widget"
1549
- msgstr ""
1550
-
1551
- #: modules/module-info.php:408
1552
- msgid "shows your Facebook Like Box within a sidebar on your theme."
1553
- msgstr ""
1554
-
1555
- #: modules/module-info.php:409
1556
- msgid "The Image Widget"
1557
- msgstr ""
1558
-
1559
- #: modules/module-info.php:409
1560
- msgid "lets you easily add images to a sidebar on your theme."
1561
- msgstr ""
1562
-
1563
- #: modules/module-info.php:411
1564
- msgid "Each of these widgets has a number of customization options."
1565
- msgstr ""
1566
-
1567
- #: modules/module-info.php:411
1568
- msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
1569
- msgstr ""
1570
-
1571
- #: modules/module-info.php:424
1572
- msgid "Subsriptions Screenshot"
1573
- msgstr ""
1574
-
1575
- #: modules/module-info.php:427
1576
- msgid "Subscriptions"
1577
- msgstr "Tilmeldinger"
1578
-
1579
- #: modules/module-info.php:429
1580
- msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
1581
- msgstr ""
1582
-
1583
- #: modules/module-info.php:430
1584
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
1585
- msgstr ""
1586
-
1587
- #: modules/module-info.php:435
1588
- msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
1589
- msgstr ""
1590
-
1591
- #: modules/module-info.php:436
1592
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
1593
- msgstr ""
1594
-
1595
- #: modules/module-info.php:449
1596
- msgid "Enhanced Distribution"
1597
- msgstr ""
1598
-
1599
- #: modules/module-info.php:451
1600
- msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
1601
- msgstr ""
1602
-
1603
- #: modules/module-info.php:466
1604
- msgid "JSON API"
1605
- msgstr ""
1606
-
1607
- #: modules/module-info.php:468
1608
- msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
1609
- msgstr ""
1610
-
1611
- #: modules/module-info.php:470
1612
- msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
1613
- msgstr ""
1614
-
1615
- #: modules/module-info.php:498
1616
- msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
1617
- msgstr ""
1618
-
1619
- #: modules/module-info.php:501
1620
- msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
1621
- msgstr ""
1622
-
1623
- #: modules/module-info.php:518
1624
- msgid "Jetpack Comments Screenshot"
1625
- msgstr ""
1626
-
1627
- #: modules/module-info.php:523
1628
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
1629
- msgstr ""
1630
-
1631
- #: modules/module-info.php:528
1632
- msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
1633
- msgstr ""
1634
-
1635
- #: modules/module-info.php:549
1636
- msgid "Gallery Carousel Screenshot"
1637
- msgstr ""
1638
-
1639
- #: modules/module-info.php:552
1640
- msgid "Carousel"
1641
- msgstr ""
1642
-
1643
- #: modules/module-info.php:554
1644
- msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
1645
- msgstr ""
1646
-
1647
- #: modules/module-info.php:567 modules/module-info.php:570
1648
- msgid "Custom CSS"
1649
- msgstr ""
1650
-
1651
- #: modules/module-info.php:571
1652
- msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
1653
- msgstr ""
1654
-
1655
- #: modules/module-info.php:572
1656
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
1657
- msgstr ""
1658
-
1659
- #: modules/module-info.php:589 modules/module-info.php:592
1660
- msgid "Mobile Theme"
1661
- msgstr ""
1662
-
1663
- #: modules/module-info.php:593
1664
- msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
1665
- msgstr ""
1666
-
1667
- #: modules/module-info.php:594
1668
- msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
1669
- msgstr ""
1670
-
1671
- #: modules/module-info.php:595
1672
- msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
1673
- msgstr ""
1674
-
1675
- #: modules/module-info.php:611 modules/module-info.php:614
1676
- msgid "Mobile Push Notifications"
1677
- msgstr ""
1678
-
1679
- #: modules/module-info.php:616
1680
- msgid "If you have your blog added to the <a href=\"http://ios.wordpress.org/\">WordPress for iOS app</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
1681
- msgstr ""
1682
-
1683
- #: modules/module-info.php:635
1684
- msgid "Infinite Scroll"
1685
- msgstr ""
1686
-
1687
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:70
1688
- msgid "Your comment is awaiting moderation."
1689
- msgstr "Din kommentar afventer godkendelse."
1690
-
1691
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:79
1692
- msgid "Reply <span>&darr;</span>"
1693
- msgstr "Svar <span>&darr;</span>"
1694
-
1695
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:93
1696
- msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
1697
- msgstr ""
1698
-
1699
- #: modules/minileven/theme/pub/minileven/index.php:23
1700
- msgid "Daily Archives: %s"
1701
- msgstr "Dagsarkiv: %s"
1702
-
1703
- #: modules/minileven/theme/pub/minileven/index.php:25
1704
- msgid "Monthly Archives: %s"
1705
- msgstr "Månedsarkiv: %s"
1706
-
1707
- #: modules/minileven/theme/pub/minileven/index.php:27
1708
- msgid "Yearly Archives: %s"
1709
- msgstr "Årsarkiv: %s"
1710
-
1711
- #: modules/minileven/theme/pub/minileven/index.php:29
1712
- msgid "Posted in %s"
1713
- msgstr "Lagt i %s"
1714
-
1715
- #: modules/minileven/theme/pub/minileven/index.php:31
1716
- msgid "Tagged with %s"
1717
- msgstr ""
1718
-
1719
- #: modules/minileven/theme/pub/minileven/index.php:33
1720
- msgid "Posted by"
1721
- msgstr ""
1722
-
1723
- #: modules/minileven/theme/pub/minileven/index.php:35
1724
- msgid "Blog Archives"
1725
- msgstr "Blogarkiv"
1726
-
1727
- #: modules/minileven/theme/pub/minileven/index.php:43
1728
- msgid "Search Results for: %s"
1729
- msgstr "Søgeresultater for: %s"
1730
-
1731
- #: modules/minileven/theme/pub/minileven/index.php:57
1732
- msgid "Nothing Found"
1733
- msgstr "Intet fundet"
1734
-
1735
- #: modules/minileven/theme/pub/minileven/index.php:61
1736
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
1737
- msgstr "Beklager, men der blev ikke fundet noget i arkivet. Måske vil en søgning hjælpe dig til at finde et relevant indlæg."
1738
-
1739
- #: modules/minileven/theme/pub/minileven/searchform.php:9
1740
- #: modules/minileven/theme/pub/minileven/searchform.php:10
1741
- #: modules/minileven/theme/pub/minileven/searchform.php:11
1742
- msgid "Search"
1743
- msgstr "Søg"
1744
-
1745
- #: modules/minileven.php:48
1746
- msgid "Excerpts"
1747
- msgstr ""
1748
-
1749
- #: modules/minileven.php:52
1750
- msgid "Enable excerpts on front page and on archive pages"
1751
- msgstr ""
1752
-
1753
- #: modules/minileven.php:57
1754
- msgid "Show full posts on front page and on archive pages"
1755
- msgstr ""
1756
-
1757
- #: modules/minileven.php:62
1758
- msgid "Mobile App Promos"
1759
- msgstr ""
1760
-
1761
- #: modules/minileven.php:66
1762
- msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
1763
- msgstr ""
1764
-
1765
- #: modules/minileven.php:75
1766
- msgid "Mobile Apps"
1767
- msgstr ""
1768
-
1769
- #: modules/minileven.php:76
1770
- msgid "Take WordPress with you."
1771
- msgstr ""
1772
-
1773
- #: modules/minileven.php:78
1774
- msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
1775
- msgstr ""
1776
-
1777
- #: modules/module-info.php:22 modules/module-info.php:26
1778
- msgid "VaultPress"
1779
- msgstr "VaultPress"
1780
-
1781
- #: modules/module-info.php:28
1782
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
1783
- msgstr ""
1784
-
1785
- #: modules/module-info.php:29
1786
- msgctxt "Visit your _VaultPress_dashboard_."
1787
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
1788
- msgstr ""
1789
-
1790
- #: modules/module-info.php:29
1791
- msgid "VaultPress dashboard"
1792
- msgstr "VaultPress kontrolpanel"
1793
-
1794
- #: modules/module-info.php:31
1795
- msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
1796
- msgstr ""
1797
-
1798
- #: modules/module-info.php:32
1799
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
1800
- msgid "View %s."
1801
- msgstr "Vis %s."
1802
-
1803
- #: modules/module-info.php:32
1804
- msgid "Plans & Pricing"
1805
- msgstr ""
1806
-
1807
- #: modules/module-info.php:53 modules/module-info.php:68
1808
- msgid "Gravatar Hovercard"
1809
- msgstr "Gravatar Hovercard"
1810
-
1811
- #: modules/module-info.php:58 modules/module-info.php:73
1812
- msgid "What&#8217;s a Hovercard?"
1813
- msgstr "Hvad er et Hovercard?"
1814
-
1815
- #: modules/module-info.php:59
1816
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
1817
- msgstr "Hovercards udvider de almindelige Gravatar-billeder med oplysninger om en person: navn, biografiske oplysninger, billeder, deres kontaktinfomation, samt andre tjenester, de bruger på nettet, såsom Twitter, Facebook eller LinkedIn."
1818
-
1819
- #: modules/module-info.php:60
1820
- msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
1821
- msgstr "Hovercards er en fantastisk måde at vise din tilstedeværelse på internet og hjælpe personer med at finde hen til dit websted."
1822
-
1823
- #: modules/module-info.php:74
1824
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
1825
- msgstr "Hovercards udvider de almindelige Gravatar-billeder med oplysninger om en person: navn, biografiske oplysninger, billeder, deres kontaktinfomation, samt andre tjenester."
1826
-
1827
- #: modules/module-info.php:75
1828
- msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
1829
- msgstr "Find et tilfældigt indlæg på dit websted, som har nogle kommentarer, for at se hovercards. Hvis kommentarskriveren har et hovercard tilknyttet sin Gravatar vil det vises, når du fører musen henover deres billede. Klik på Deaktiver-knappen ovenfor for at slå hovercards fra."
1830
-
1831
- #: modules/module-info.php:90 modules/module-info.php:94
1832
- #: modules/module-info.php:103 modules/module-info.php:107
1833
- msgid "Shortcode Embeds"
1834
- msgstr "Kortkode indlejringer"
1835
-
1836
- #: modules/module-info.php:95 modules/module-info.php:108
1837
- msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
1838
- msgstr "Kortkoder giver dig mulighed for nemt og sikkert at indlejre medier fra andre steder på dit websted. Med en simpel stump kode kan du få WordPress til at indlejre YouTube, Flickr og andre medier."
1839
-
1840
- #: modules/module-info.php:109
1841
- msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
1842
- msgstr "Skriv en kortkode direkte i editoren for at indlejre medier. Ønsker du en mere specifik vejledning, så følg nedenstående links."
1843
-
1844
- #: modules/module-info.php:132
1845
- msgid "Available shortcodes are: %l."
1846
- msgstr "Tilgængelige kortkoder er: %l."
1847
-
1848
- #: modules/module-info.php:147 modules/module-info.php:151
1849
- #: modules/module-info.php:161 modules/module-info.php:165
1850
- msgid "WP.me Shortlinks"
1851
- msgstr "WP.me kortlinks"
1852
-
1853
- #: modules/module-info.php:152 modules/module-info.php:166
1854
- msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
1855
- msgstr "I stedet for at skrive eller kopiere/indsætte lange webadresser, kan du nu få et kort og enkelt link til dine indlæg og sider. Kortlink-funktionen bruger det superkompakte wp.me domænenavn, og giver dig en unik webadresse, der er både sikker og pålidelig at bruge."
1856
-
1857
- #: modules/module-info.php:153
1858
- msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
1859
- msgstr "Det er perfekt til brug på Twitter, Facebook og sms'er, hvor hvert tegn tæller."
1860
-
1861
- #: modules/module-info.php:167
1862
- msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
1863
- msgstr "For at benytte kortlinks skal du redigere et udgivet indlæg (eller udgive et nyt!). En &#8220;Hent kortlink&#8221; knap vil blive vist under indlæggets titel. Når du klikker på den, vises en dialogboks med kortlinket som du kan kopiere og benytte på Twitter, Facebook eller hvor du ellers kunne få brug for det."
1864
-
1865
- #: modules/module-info.php:182 modules/module-info.php:186
1866
- #: modules/module-info.php:195 modules/module-info.php:199
1867
- msgid "WordPress.com Stats"
1868
- msgstr "WordPress.com statistik"
1869
-
1870
- #: modules/module-info.php:187 modules/module-info.php:200
1871
- msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
1872
- msgstr "Der er mange plugins og tjenester, der leverer statistikker, men data kan være overvældende. WordPress.com Stats gør de mest populære målinger nemme at forstå via en tydelig og imødekommende grænseflade."
1873
-
1874
- #: modules/module-info.php:201
1875
- msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
1876
- msgstr "Du kan <a href=\"%s\">se dit statistikkontrolpanel her</a>."
1877
-
1878
- #: modules/module-info.php:215 modules/module-info.php:219
1879
- #: modules/publicize/ui.php:89
1880
- msgid "Publicize"
1881
- msgstr ""
1882
-
1883
- #: modules/module-info.php:220
1884
- msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
1885
- msgstr ""
1886
-
1887
- #: modules/module-info.php:221
1888
- msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
1889
- msgstr ""
1890
-
1891
- #: modules/module-info.php:225
1892
- msgid "Manage your <a href=\"%s\">Publicize settings</a>."
1893
- msgstr ""
1894
-
1895
- #: modules/module-info.php:229 modules/publicize/ui.php:102
1896
- msgid "More information on using Publicize."
1897
- msgstr ""
1898
-
1899
- #: modules/module-info.php:245 modules/module-info.php:249
1900
- #: modules/module-info.php:258 modules/module-info.php:262
1901
- #: modules/notes.php:106
1902
- msgid "Notifications"
1903
- msgstr ""
1904
-
1905
- #: modules/module-info.php:250 modules/module-info.php:263
1906
- msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
1907
- msgstr ""
1908
-
1909
- #: modules/module-info.php:264
1910
- msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
1911
- msgstr ""
1912
-
1913
- #: modules/module-info.php:279 modules/module-info.php:294
1914
- msgid "LaTeX"
1915
- msgstr "LaTeX"
1916
-
1917
- #: modules/module-info.php:284 modules/module-info.php:299
1918
- msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
1919
- msgstr "%s er et kraftfuldt formatteringsværktøj, når du skal skrive komplekse matematiske ligninger, formler, osv."
1920
-
1921
- #: modules/module-info.php:285
1922
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
1923
- msgstr "Jetpack kombinerer kraften fra ​%s og enkelheden fra WordPress til at give dig den ultimative platform til matematik-blogging."
1924
-
1925
- #: modules/module-info.php:286
1926
- msgid "Wow, that sounds nerdy."
1927
- msgstr "Wow, det lyder nørdet."
1928
-
1929
- #: modules/module-info.php:300
1930
- msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
1931
- msgstr "Benyt <code>$latex din latex kode her$</code> eller <code>[latex]din latex kode her[/latex]</code> for at inkludere %s i dine indlæg og kommentarer. Der er <a href=\"%s\" target=\"_blank\">rigtig mange muligheder</a> til rådighed."
1932
-
1933
- #: modules/custom-css/custom-css.php:865
1934
- msgid "Preview"
1935
- msgstr "Preview"
1936
-
1937
- #: modules/custom-css/custom-css.php:866
1938
- msgid "Save Stylesheet &amp; Buy Upgrade"
1939
- msgstr ""
1940
-
1941
- #: modules/custom-css/custom-css.php:866
1942
- msgid "Save Stylesheet"
1943
- msgstr ""
1944
-
1945
- #: modules/custom-css/custom-css.php:871
1946
- msgid "CSS Settings"
1947
- msgstr ""
1948
-
1949
- #: modules/custom-css/custom-css.php:878
1950
- msgid "CSS Revisions"
1951
- msgstr ""
1952
-
1953
- #: modules/custom-css/custom-css.php:916
1954
- msgid "Add my CSS to <strong>%s&apos;s</strong> CSS stylesheet."
1955
- msgstr ""
1956
-
1957
- #: modules/custom-css/custom-css.php:917
1958
- msgid "Don&apos;t use <strong>%s&apos;s</strong> CSS, and replace everything with my own CSS."
1959
- msgstr ""
1960
-
1961
- #: modules/custom-css/custom-css.php:919
1962
- msgid "<a href=\"%s\">View the original stylesheet</a> for the %s theme. Use this as a reference and do not copy and paste all of it into the CSS Editor."
1963
- msgstr ""
1964
-
1965
- #: modules/gravatar-hovercards.php:44 modules/module-info.php:57
1966
- #: modules/module-info.php:72
1967
- msgid "Gravatar Hovercards"
1968
- msgstr "Gravatar Hovercards"
1969
-
1970
- #: modules/gravatar-hovercards.php:56
1971
- msgid "View people's profiles when you mouse over their Gravatars"
1972
- msgstr "Se folks profiler, når du fører musen over deres Gravatars"
1973
-
1974
- #: modules/gravatar-hovercards.php:83
1975
- msgid "Put your mouse over your Gravatar to check out your profile."
1976
- msgstr "Før musen over din Gravatar for at tjekke din profil."
1977
-
1978
- #: modules/infinite-scroll/infinity.php:238
1979
- msgid "To infinity and beyond"
1980
- msgstr ""
1981
-
1982
- #: modules/infinite-scroll/infinity.php:247
1983
- msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
1984
- msgstr ""
1985
-
1986
- #: modules/infinite-scroll/infinity.php:253
1987
- msgid "Scroll Infinitely"
1988
- msgstr ""
1989
-
1990
- #: modules/infinite-scroll/infinity.php:253
1991
- msgid "(Shows %s posts on each load)"
1992
- msgstr ""
1993
-
1994
- #: modules/infinite-scroll/infinity.php:442
1995
- msgid "Load more posts"
1996
- msgstr "Vis flere indlæg"
1997
-
1998
- #: modules/infinite-scroll/infinity.php:443
1999
- msgid "Scroll back to top"
2000
- msgstr ""
2001
-
2002
- #: modules/infinite-scroll/infinity.php:813
2003
- msgid "Theme: %1$s."
2004
- msgstr ""
2005
-
2006
- #: modules/infinite-scroll.php:79
2007
- msgid "Use Google Analytics with Infinite Scroll"
2008
- msgstr ""
2009
-
2010
- #: modules/infinite-scroll.php:90
2011
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2012
- msgstr ""
2013
-
2014
- #: modules/infinite-scroll.php:90
2015
- msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
2016
- msgstr ""
2017
-
2018
- #: modules/minileven/minileven.php:90
2019
- msgid "View Mobile Site"
2020
- msgstr ""
2021
-
2022
- #: modules/minileven/minileven.php:254
2023
- msgid "Apply this CSS to the Mobile Theme"
2024
- msgstr ""
2025
-
2026
- #: modules/minileven/theme/pub/minileven/comments.php:15
2027
- msgid "This post is password protected. Enter the password to view any comments."
2028
- msgstr "Dette indlæg er beskyttet med kodeord. Skriv kodeordet for at se eventuelle kommentarer."
2029
-
2030
- #: modules/minileven/theme/pub/minileven/comments.php:45
2031
- msgid "Comment navigation"
2032
- msgstr "Kommentar navigation"
2033
-
2034
- #: modules/minileven/theme/pub/minileven/comments.php:46
2035
- msgid "&larr; Older Comments"
2036
- msgstr "&larr; Ældre kommentarer"
2037
-
2038
- #: modules/minileven/theme/pub/minileven/comments.php:47
2039
- msgid "Newer Comments &rarr;"
2040
- msgstr "Nyere kommentarer &rarr;"
2041
-
2042
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2043
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2044
- #: modules/minileven/theme/pub/minileven/content.php:13
2045
- #: modules/minileven/theme/pub/minileven/content.php:17
2046
- msgid "Permalink to %s"
2047
- msgstr "Permalink til %s"
2048
-
2049
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2050
- msgid "Gallery"
2051
- msgstr "Galleri"
2052
-
2053
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2054
- #: modules/minileven/theme/pub/minileven/content.php:36
2055
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:26
2056
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2057
- msgstr "Læs resten <span class=\"meta-nav\">&rarr;</span>"
2058
-
2059
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2060
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
2061
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2062
- msgstr[0] "Dette galleri indeholder <a %1$s>%2$s billede</a>."
2063
- msgstr[1] "Dette galleri indeholder <a %1$s>%2$s billeder</a>."
2064
-
2065
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2066
- #: modules/minileven/theme/pub/minileven/content.php:38
2067
- #: modules/minileven/theme/pub/minileven/image.php:64
2068
- #: modules/minileven/theme/pub/minileven/page.php:27
2069
- msgid "Pages:"
2070
- msgstr "Sider:"
2071
-
2072
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2073
- #: modules/minileven/theme/pub/minileven/content.php:46
2074
- #: modules/minileven/theme/pub/minileven/image.php:80
2075
- msgid "<b>1</b> Reply"
2076
- msgstr "<b>1</b> svar"
2077
-
2078
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2079
- #: modules/minileven/theme/pub/minileven/content.php:46
2080
- #: modules/minileven/theme/pub/minileven/image.php:80
2081
- msgid "<b>%</b> Replies"
2082
- msgstr "<b>%</b> svar"
2083
-
2084
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
2085
- #: modules/minileven/theme/pub/minileven/content.php:48
2086
- #: modules/minileven/theme/pub/minileven/image.php:82
2087
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:66
2088
- #: modules/minileven/theme/pub/minileven/page.php:31
2089
- #: modules/publicize/ui.php:511
2090
- msgid "Edit"
2091
- msgstr "Rediger"
2092
-
2093
- #: modules/minileven/theme/pub/minileven/content.php:14
2094
- msgid "Featured"
2095
- msgstr "Fremhævet"
2096
-
2097
- #: modules/minileven/theme/pub/minileven/content.php:23
2098
- msgid "Posted by "
2099
- msgstr ""
2100
-
2101
- #: modules/minileven/theme/pub/minileven/content.php:25
2102
- msgid "%s"
2103
- msgstr ""
2104
-
2105
- #: modules/minileven/theme/pub/minileven/content.php:46
2106
- #: modules/minileven/theme/pub/minileven/image.php:80
2107
- msgid "Leave a reply"
2108
- msgstr "Skriv et svar"
2109
-
2110
- #: modules/minileven/theme/pub/minileven/content.php:54
2111
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2112
- msgid "Post navigation"
2113
- msgstr "Indlæg navigation"
2114
-
2115
- #: modules/minileven/theme/pub/minileven/content.php:55
2116
- msgid "&laquo; Previous"
2117
- msgstr "&laquo; Tidligere"
2118
-
2119
- #: modules/minileven/theme/pub/minileven/content.php:56
2120
- msgid "Next &raquo;"
2121
- msgstr "N&#230;ste &raquo;"
2122
-
2123
- #: modules/minileven/theme/pub/minileven/footer.php:22
2124
- msgid "http://wordpress.org/"
2125
- msgstr "http://wordpress.org/"
2126
-
2127
- #: modules/minileven/theme/pub/minileven/footer.php:22
2128
- msgid "Semantic Personal Publishing Platform"
2129
- msgstr "Personlig semantisk publiceringsplatform"
2130
-
2131
- #: modules/minileven/theme/pub/minileven/footer.php:22
2132
- msgid "Proudly powered by %s"
2133
- msgstr "Drevet af %s"
2134
-
2135
- #: modules/minileven/theme/pub/minileven/functions.php:54
2136
- msgid "Primary Menu"
2137
- msgstr "Primær menu"
2138
-
2139
- #: modules/minileven/theme/pub/minileven/functions.php:92
2140
- msgid "Main Sidebar"
2141
- msgstr "Primær Sidebar"
2142
-
2143
- #: modules/minileven/theme/pub/minileven/header.php:32
2144
- msgid "Page %s"
2145
- msgstr "Side %s"
2146
-
2147
- #: modules/minileven/theme/pub/minileven/header.php:50
2148
- msgid "Menu"
2149
- msgstr "Menu"
2150
-
2151
- #: modules/minileven/theme/pub/minileven/header.php:53
2152
- msgid "Skip to primary content"
2153
- msgstr "Fortsæt til primære indhold"
2154
-
2155
- #: modules/minileven/theme/pub/minileven/image.php:73
2156
- msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
2157
- msgstr ""
2158
-
2159
- #: modules/minileven/theme/pub/minileven/image.php:87
2160
- msgid "Image navigation"
2161
- msgstr "Billednavigation"
2162
-
2163
- #: modules/minileven/theme/pub/minileven/image.php:88
2164
- msgid "&raquo; Previous"
2165
- msgstr ""
2166
-
2167
- #: modules/minileven/theme/pub/minileven/image.php:89
2168
- msgid "Next &raquo; "
2169
- msgstr ""
2170
-
2171
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2172
- msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2173
- msgstr ""
2174
-
2175
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2176
- msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2177
- msgstr ""
2178
-
2179
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2180
- msgid "Pingback:"
2181
- msgstr "Pingback:"
2182
-
2183
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2184
- msgid "%1$s on %2$s"
2185
- msgstr "%1$s til %2$s"
2186
-
2187
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
2188
- msgid "%1$s at %2$s"
2189
- msgstr "%1$s kl. %2$s"
2190
-
2191
- #: modules/contact-form/grunion-contact-form.php:1242
2192
- msgid "%s is required"
2193
- msgstr ""
2194
-
2195
- #: modules/contact-form/grunion-contact-form.php:1289
2196
- #: modules/contact-form/grunion-contact-form.php:1295
2197
- #: modules/contact-form/grunion-contact-form.php:1300
2198
- #: modules/contact-form/grunion-contact-form.php:1314
2199
- #: modules/contact-form/grunion-contact-form.php:1320
2200
- #: modules/contact-form/grunion-contact-form.php:1333
2201
- msgid "(required)"
2202
- msgstr "(p&#229;kr&#230;vet)"
2203
-
2204
- #: modules/contact-form/grunion-contact-form.php:1313
2205
- msgid "Yes"
2206
- msgstr "Ja"
2207
-
2208
- #: modules/contact-form/grunion-form-view.php:8
2209
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
2210
- msgid "Name"
2211
- msgstr ""
2212
-
2213
- #: modules/contact-form/grunion-form-view.php:9
2214
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
2215
- msgid "Email"
2216
- msgstr ""
2217
-
2218
- #: modules/contact-form/grunion-form-view.php:10
2219
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
2220
- msgid "Website"
2221
- msgstr ""
2222
-
2223
- #: modules/contact-form/grunion-form-view.php:11
2224
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
2225
- msgid "Comment"
2226
- msgstr ""
2227
-
2228
- #: modules/contact-form/grunion-form-view.php:12
2229
- msgctxt "Default label for new HTML form field in contact form builder"
2230
- msgid "New Field"
2231
- msgstr ""
2232
-
2233
- #: modules/contact-form/grunion-form-view.php:13
2234
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
2235
- msgid "Options"
2236
- msgstr ""
2237
-
2238
- #: modules/contact-form/grunion-form-view.php:14
2239
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
2240
- msgid "Option"
2241
- msgstr ""
2242
-
2243
- #: modules/contact-form/grunion-form-view.php:15
2244
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
2245
- msgid "First option"
2246
- msgstr ""
2247
-
2248
- #: modules/contact-form/grunion-form-view.php:16
2249
- msgctxt "error message in contact form builder"
2250
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
2251
- msgstr ""
2252
-
2253
- #: modules/contact-form/grunion-form-view.php:17
2254
- msgid ""
2255
- "Drag up or down\n"
2256
- "to re-arrange"
2257
- msgstr ""
2258
-
2259
- #: modules/contact-form/grunion-form-view.php:18
2260
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
2261
- msgid "move"
2262
- msgstr ""
2263
-
2264
- #: modules/contact-form/grunion-form-view.php:19
2265
- msgctxt "Link to edit an HTML form field in contact form builder"
2266
- msgid "edit"
2267
- msgstr ""
2268
-
2269
- #: modules/contact-form/grunion-form-view.php:20
2270
- msgid "Saved successfully"
2271
- msgstr ""
2272
-
2273
- #: modules/contact-form/grunion-form-view.php:21
2274
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
2275
- msgid "(required)"
2276
- msgstr ""
2277
-
2278
- #: modules/contact-form/grunion-form-view.php:22
2279
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
2280
- msgstr ""
2281
-
2282
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
2283
- #: modules/module-info.php:495
2284
- msgid "Contact Form"
2285
- msgstr ""
2286
-
2287
- #: modules/contact-form/grunion-form-view.php:118
2288
- msgid "Your new field was saved successfully"
2289
- msgstr ""
2290
-
2291
- #: modules/contact-form/grunion-form-view.php:120
2292
- msgid "Form builder"
2293
- msgstr ""
2294
-
2295
- #: modules/contact-form/grunion-form-view.php:121
2296
- msgid "Email notifications"
2297
- msgstr ""
2298
-
2299
- #: modules/contact-form/grunion-form-view.php:126
2300
- msgid "How does this work?"
2301
- msgstr ""
2302
-
2303
- #: modules/contact-form/grunion-form-view.php:127
2304
- msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
2305
- msgstr ""
2306
-
2307
- #: modules/contact-form/grunion-form-view.php:128
2308
- msgid "Can I add more fields?"
2309
- msgstr ""
2310
-
2311
- #: modules/contact-form/grunion-form-view.php:130
2312
- msgctxt "%1$s = \"Click here\" in an HTML link"
2313
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
2314
- msgstr ""
2315
-
2316
- #: modules/contact-form/grunion-form-view.php:131
2317
- msgid "Click here"
2318
- msgstr ""
2319
-
2320
- #: modules/contact-form/grunion-form-view.php:133
2321
- msgid "Can I view my feedback within WordPress?"
2322
- msgstr ""
2323
-
2324
- #: modules/contact-form/grunion-form-view.php:135
2325
- msgctxt "%1$s = \"Feedbacks\" in an HTML link"
2326
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
2327
- msgstr ""
2328
-
2329
- #: modules/contact-form/grunion-form-view.php:141
2330
- msgid "Do I need to fill this out?"
2331
- msgstr ""
2332
-
2333
- #: modules/contact-form/grunion-form-view.php:142
2334
- msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
2335
- msgstr ""
2336
-
2337
- #: modules/contact-form/grunion-form-view.php:146
2338
- msgid "Edit this new field"
2339
- msgstr ""
2340
-
2341
- #: modules/contact-form/grunion-form-view.php:148
2342
- #: modules/sharedaddy/sharing-sources.php:985
2343
- msgid "Label"
2344
- msgstr "Etiket"
2345
-
2346
- #: modules/contact-form/grunion-form-view.php:149
2347
- msgid "New field"
2348
- msgstr ""
2349
-
2350
- #: modules/contact-form/grunion-form-view.php:151
2351
- msgid "Field type"
2352
- msgstr ""
2353
-
2354
- #: modules/contact-form/grunion-form-view.php:153
2355
- msgid "Checkbox"
2356
- msgstr ""
2357
-
2358
- #: modules/contact-form/grunion-form-view.php:154
2359
- msgid "Drop down"
2360
- msgstr ""
2361
-
2362
- #: modules/contact-form/grunion-form-view.php:157
2363
- msgid "Radio"
2364
- msgstr ""
2365
-
2366
- #: modules/contact-form/grunion-form-view.php:158
2367
- msgid "Text"
2368
- msgstr "Tekst"
2369
-
2370
- #: modules/contact-form/grunion-form-view.php:159
2371
- msgid "Textarea"
2372
- msgstr ""
2373
-
2374
- #: modules/contact-form/grunion-form-view.php:166
2375
- msgid "Options"
2376
- msgstr "Indstillinger"
2377
-
2378
- #: modules/contact-form/grunion-form-view.php:167
2379
- msgid "First option"
2380
- msgstr ""
2381
-
2382
- #: modules/contact-form/grunion-form-view.php:170
2383
- msgid "Add another option"
2384
- msgstr ""
2385
-
2386
- #: modules/contact-form/grunion-form-view.php:177
2387
- msgid "Required?"
2388
- msgstr ""
2389
-
2390
- #: modules/contact-form/grunion-form-view.php:182
2391
- msgid "Save this field"
2392
- msgstr ""
2393
-
2394
- #: modules/contact-form/grunion-form-view.php:187
2395
- msgid "Here&#8217;s what your form will look like"
2396
- msgstr ""
2397
-
2398
- #: modules/contact-form/grunion-form-view.php:192
2399
- msgid "Add a new field"
2400
- msgstr ""
2401
-
2402
- #: modules/contact-form/grunion-form-view.php:194
2403
- msgid "Add this form to my post"
2404
- msgstr ""
2405
-
2406
- #: modules/contact-form/grunion-form-view.php:197
2407
- msgid "Email settings"
2408
- msgstr ""
2409
-
2410
- #: modules/contact-form/grunion-form-view.php:199
2411
- msgid "Enter your email address"
2412
- msgstr ""
2413
-
2414
- #: modules/contact-form/grunion-form-view.php:202
2415
- msgid "What should the subject line be?"
2416
- msgstr ""
2417
-
2418
- #: modules/contact-form/grunion-form-view.php:205
2419
- msgid "Save and go back to form builder"
2420
- msgstr ""
2421
-
2422
- #: modules/custom-css/custom-css.php:486
2423
- msgid ""
2424
- "Welcome to Custom CSS!\n"
2425
- "\n"
2426
- "CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.\n"
2427
- "\n"
2428
- "By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don't need to copy all your theme's stylesheet content."
2429
- msgstr ""
2430
-
2431
- #: modules/custom-css/custom-css.php:595
2432
- msgid "Preview: changes must be saved or they will be lost"
2433
- msgstr "Forhåndsvisning: ændringer skal gemmes for ikke at gå tabt"
2434
-
2435
- #: modules/custom-css/custom-css.php:623
2436
- msgid "Edit CSS"
2437
- msgstr "Redigér CSS"
2438
-
2439
- #: modules/custom-css/custom-css.php:637
2440
- msgid "CSS"
2441
- msgstr ""
2442
-
2443
- #: modules/custom-css/custom-css.php:676
2444
- msgid "Custom CSS Stylesheet"
2445
- msgstr ""
2446
-
2447
- #: modules/custom-css/custom-css.php:836
2448
- msgid "Stylesheet saved."
2449
- msgstr "Dit stylesheet er gemt."
2450
-
2451
- #: modules/custom-css/custom-css.php:844
2452
- msgid "CSS Stylesheet Editor"
2453
- msgstr ""
2454
-
2455
- #: modules/custom-css/custom-css.php:845
2456
- msgid ""
2457
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
2458
- "\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
2459
- msgstr ""
2460
-
2461
- #: modules/carousel/jetpack-carousel.php:443
2462
- msgid "White"
2463
- msgstr "Hvid"
2464
-
2465
- #: modules/carousel/jetpack-carousel.php:451
2466
- msgid "Display images in full-size carousel slideshow."
2467
- msgstr ""
2468
-
2469
- #: modules/comments/admin.php:50 modules/comments/comments.php:178
2470
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2471
- msgid "Leave a Reply"
2472
- msgstr "Skriv et svar"
2473
-
2474
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:147
2475
- msgid "Light"
2476
- msgstr "Lys"
2477
-
2478
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:148
2479
- msgid "Dark"
2480
- msgstr "Mørk"
2481
-
2482
- #: modules/comments/admin.php:56
2483
- msgid "Transparent"
2484
- msgstr ""
2485
-
2486
- #: modules/comments/admin.php:72 modules/module-info.php:521
2487
- msgid "Jetpack Comments"
2488
- msgstr ""
2489
-
2490
- #: modules/comments/admin.php:81
2491
- msgid "Greeting Text"
2492
- msgstr ""
2493
-
2494
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
2495
- #: modules/widgets/facebook-likebox.php:145
2496
- msgid "Color Scheme"
2497
- msgstr "Farveskema"
2498
-
2499
- #: modules/comments/admin.php:118
2500
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
2501
- msgstr ""
2502
-
2503
- #: modules/comments/admin.php:134
2504
- msgid "A few catchy words to motivate your readers to comment"
2505
- msgstr ""
2506
-
2507
- #: modules/comments/base.php:84
2508
- msgid "Invalid request"
2509
- msgstr ""
2510
-
2511
- #: modules/comments/base.php:231
2512
- msgid "Error: please fill the required fields (name, email)."
2513
- msgstr "Fejl: Udfyld venligst de p&#229;kr&#230;vede felter (navn, e-mail)."
2514
-
2515
- #: modules/comments/base.php:233
2516
- msgid "Error: please enter a valid email address."
2517
- msgstr "Fejl: Skriv venligst en gyldig e-mail-adresse"
2518
-
2519
- #: modules/comments/comments.php:154
2520
- msgid "You must <a href=\"%s\">log in</a> to post a comment."
2521
- msgstr ""
2522
-
2523
- #: modules/comments/comments.php:217
2524
- msgid "Cancel Reply"
2525
- msgstr ""
2526
-
2527
- #: modules/comments/comments.php:351
2528
- msgid "Invalid security token."
2529
- msgstr ""
2530
-
2531
- #: modules/comments/comments.php:412 modules/comments/comments.php:463
2532
- msgid "Submitting Comment%s"
2533
- msgstr ""
2534
-
2535
- #: modules/contact-form/admin.php:27
2536
- msgid "Add a custom form"
2537
- msgstr ""
2538
-
2539
- #: modules/contact-form/admin.php:129
2540
- msgid "From"
2541
- msgstr "Fra"
2542
-
2543
- #: modules/contact-form/admin.php:130
2544
- #: modules/contact-form/grunion-contact-form.php:556
2545
- msgid "Message"
2546
- msgstr "Besked"
2547
-
2548
- #: modules/contact-form/admin.php:131
2549
- msgid "Date"
2550
- msgstr "Dato"
2551
-
2552
- #: modules/contact-form/admin.php:201
2553
- msgid "Restore this item from the Trash"
2554
- msgstr "Gendan dette element fra Papirkurven"
2555
-
2556
- #: modules/contact-form/admin.php:203
2557
- msgid "Restore"
2558
- msgstr "Genskab"
2559
-
2560
- #: modules/contact-form/admin.php:206 modules/contact-form/admin.php:305
2561
- msgid "Delete this item permanently"
2562
- msgstr "Slet dette element permanent"
2563
-
2564
- #: modules/contact-form/admin.php:208 modules/contact-form/admin.php:307
2565
- msgid "Delete Permanently"
2566
- msgstr "Slet permanent"
2567
-
2568
- #: modules/contact-form/admin.php:239
2569
- msgid "Mark this message as spam"
2570
- msgstr "Marker denne besked som spam"
2571
-
2572
- #: modules/contact-form/admin.php:246 modules/contact-form/admin.php:248
2573
- #: modules/contact-form/admin.php:540
2574
- msgid "Trash"
2575
- msgstr "Papirkurv"
2576
-
2577
- #: modules/contact-form/admin.php:299
2578
- msgid "Mark this message as NOT spam"
2579
- msgstr ""
2580
-
2581
- #: modules/contact-form/admin.php:338
2582
- msgid "Y-m-d @ g:i:s A"
2583
- msgstr ""
2584
-
2585
- #: modules/contact-form/admin.php:462
2586
- msgid "You are not allowed to manage this item."
2587
- msgstr ""
2588
-
2589
- #: modules/contact-form/admin.php:496
2590
- msgid "You are not allowed to move this item out of the Trash."
2591
- msgstr "Du har ikke lov til at flytte dette element ud af papirkurven."
2592
-
2593
- #: modules/contact-form/admin.php:499
2594
- msgid "Error in restoring from Trash."
2595
- msgstr "Fejl ved gendannelse fra papirkurven."
2596
-
2597
- #: modules/contact-form/admin.php:503
2598
- msgid "You are not allowed to move this item to the Trash."
2599
- msgstr "Du har ikke tilladelse til at flytte dette emne til papirkurven."
2600
-
2601
- #: modules/contact-form/admin.php:506
2602
- msgid "Error in moving to Trash."
2603
- msgstr "Fejl ved flytning til papirkurven."
2604
-
2605
- #: modules/contact-form/admin.php:530
2606
- msgid "Messages"
2607
- msgstr "Beskeder"
2608
-
2609
- #: modules/contact-form/admin.php:553
2610
- msgid "Spam"
2611
- msgstr "Spam"
2612
-
2613
- #: modules/contact-form/grunion-contact-form.php:73
2614
- #: modules/contact-form/grunion-form-view.php:136
2615
- msgid "Feedbacks"
2616
- msgstr ""
2617
-
2618
- #: modules/contact-form/grunion-contact-form.php:74
2619
- msgid "Feedback"
2620
- msgstr ""
2621
-
2622
- #: modules/contact-form/grunion-contact-form.php:75
2623
- msgid "Search Feedback"
2624
- msgstr ""
2625
-
2626
- #: modules/contact-form/grunion-contact-form.php:76
2627
- #: modules/contact-form/grunion-contact-form.php:77
2628
- msgid "No feedback found"
2629
- msgstr ""
2630
-
2631
- #: modules/contact-form/grunion-contact-form.php:94
2632
- msgid "Spam <span class=\"count\">(%s)</span>"
2633
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
2634
- msgstr[0] ""
2635
- msgstr[1] ""
2636
-
2637
- #: modules/contact-form/grunion-contact-form.php:514
2638
- msgctxt "%1$s = blog name"
2639
- msgid "%1$s Sidebar"
2640
- msgstr ""
2641
-
2642
- #: modules/contact-form/grunion-contact-form.php:521
2643
- msgctxt "%1$s = blog name, %2$s = post title"
2644
- msgid "%1$s %2$s"
2645
- msgstr ""
2646
-
2647
- #: modules/contact-form/grunion-contact-form.php:546
2648
- #: modules/contact-form/grunion-form-view.php:156
2649
- msgid "Name"
2650
- msgstr "Navn"
2651
-
2652
- #: modules/contact-form/grunion-contact-form.php:547
2653
- #: modules/contact-form/grunion-form-view.php:155
2654
- #: modules/sharedaddy/sharing-sources.php:200
2655
- msgid "Email"
2656
- msgstr "e-mail"
2657
-
2658
- #: modules/contact-form/grunion-contact-form.php:552
2659
- msgid "Subject"
2660
- msgstr "Emne"
2661
-
2662
- #: modules/contact-form/grunion-contact-form.php:633
2663
- msgid "Error!"
2664
- msgstr "Fejl!"
2665
-
2666
- #: modules/contact-form/grunion-contact-form.php:647
2667
- msgid "Message Sent"
2668
- msgstr "Beskeden er sendt"
2669
-
2670
- #: modules/contact-form/grunion-contact-form.php:648
2671
- msgid "go back"
2672
- msgstr ""
2673
-
2674
- #: modules/contact-form/grunion-contact-form.php:683
2675
- #: modules/contact-form/grunion-contact-form.php:699
2676
- msgctxt "%1$s = form field label, %2$s = form field value"
2677
- msgid "%1$s: %2$s"
2678
- msgstr ""
2679
-
2680
- #: modules/contact-form/grunion-contact-form.php:729
2681
- msgid "Submit &#187;"
2682
- msgstr "Tilføj &#187;"
2683
-
2684
- #: modules/contact-form/grunion-contact-form.php:971
2685
- msgid "l F j, Y \\a\\t g:i a"
2686
- msgstr ""
2687
-
2688
- #: modules/contact-form/grunion-contact-form.php:991
2689
- msgid "Time:"
2690
- msgstr ""
2691
-
2692
- #: modules/contact-form/grunion-contact-form.php:992
2693
- msgid "IP Address:"
2694
- msgstr "IP-adresse:"
2695
-
2696
- #: modules/contact-form/grunion-contact-form.php:993
2697
- msgid "Contact Form URL:"
2698
- msgstr ""
2699
-
2700
- #: modules/contact-form/grunion-contact-form.php:999
2701
- msgid "Sent by a verified %s user."
2702
- msgstr ""
2703
-
2704
- #: modules/contact-form/grunion-contact-form.php:1003
2705
- msgid "Sent by an unverified visitor to your site."
2706
- msgstr "Sendt af en uregistreret besøgende på din side."
2707
-
2708
- #: modules/contact-form/grunion-contact-form.php:1236
2709
- msgid "%s requires a valid email address"
2710
- msgstr ""
2711
-
2712
- #: modules/after-the-deadline/atd-l10n.php:34
2713
- msgid ""
2714
- "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
2715
- "\n"
2716
- "Press OK to update your post, or Cancel to view the suggestions and edit your post."
2717
- msgstr ""
2718
- "Korrekturlæseren har forslag til dette indlæg. Er du sikker på, at du vil opdatere og udgive det?\n"
2719
- "\n"
2720
- "Klik på OK for at opdatere og udgive dit indlæg, eller klik på Annuller for at se forslagene og redigere dit indlæg."
2721
-
2722
- #: modules/after-the-deadline/config-options.php:48
2723
- msgid "Proofreading"
2724
- msgstr "Korrekturlæsning"
2725
-
2726
- #: modules/after-the-deadline/config-options.php:50
2727
- msgid "Automatically proofread content when:"
2728
- msgstr "Læs automatisk korrektur på indhold når:"
2729
-
2730
- #: modules/after-the-deadline/config-options.php:53
2731
- msgid "a post or page is first published"
2732
- msgstr "et indlæg eller en side er udgivet første gang"
2733
-
2734
- #: modules/after-the-deadline/config-options.php:55
2735
- msgid "a post or page is updated"
2736
- msgstr "et indlæg eller en side er opdateret"
2737
-
2738
- #: modules/after-the-deadline/config-options.php:58
2739
- msgid "English Options"
2740
- msgstr "Engelske indstillinger"
2741
-
2742
- #: modules/after-the-deadline/config-options.php:60
2743
- msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
2744
- msgstr "Aktiver korrekturlæsning efter følgende grammatike og stilistiske retningslinjer, når du skriver indlæg og sider:"
2745
-
2746
- #: modules/after-the-deadline/config-options.php:63
2747
- msgid "Bias Language"
2748
- msgstr "Vanesprog"
2749
-
2750
- #: modules/after-the-deadline/config-options.php:65
2751
- msgid "Clich&eacute;s"
2752
- msgstr "Klichéer"
2753
-
2754
- #: modules/after-the-deadline/config-options.php:67
2755
- msgid "Complex Phrases"
2756
- msgstr "Komplekse sætninger"
2757
-
2758
- #: modules/after-the-deadline/config-options.php:69
2759
- msgid "Diacritical Marks"
2760
- msgstr "Diakritiske tegn"
2761
-
2762
- #: modules/after-the-deadline/config-options.php:71
2763
- msgid "Double Negatives"
2764
- msgstr "Dobbelt negation"
2765
-
2766
- #: modules/after-the-deadline/config-options.php:73
2767
- msgid "Hidden Verbs"
2768
- msgstr "Skjulte udsagnsord"
2769
-
2770
- #: modules/after-the-deadline/config-options.php:75
2771
- msgid "Jargon"
2772
- msgstr "Jargon"
2773
-
2774
- #: modules/after-the-deadline/config-options.php:77
2775
- msgid "Passive Voice"
2776
- msgstr "Passiver"
2777
-
2778
- #: modules/after-the-deadline/config-options.php:79
2779
- msgid "Phrases to Avoid"
2780
- msgstr "Fraser der bør undgås"
2781
-
2782
- #: modules/after-the-deadline/config-options.php:81
2783
- msgid "Redundant Phrases"
2784
- msgstr "Overflødige sætninger"
2785
-
2786
- #: modules/after-the-deadline/config-options.php:83
2787
- msgid "<a href=\"%s\">Learn more</a> about these options."
2788
- msgstr "<a href=\"%s\">Få mere at vide</a> om disse muligheder."
2789
-
2790
- #: modules/after-the-deadline/config-options.php:86
2791
- msgid "Language"
2792
- msgstr "Sprog"
2793
-
2794
- #: modules/after-the-deadline/config-options.php:89
2795
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
2796
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
2797
- msgstr ""
2798
-
2799
- #: modules/after-the-deadline/config-options.php:95
2800
- msgid "Use automatically detected language to proofread posts and pages"
2801
- msgstr "Brug automatisk fundet sprog til at læse korrektur på indlæg og sider"
2802
-
2803
- #: modules/after-the-deadline/config-unignore.php:126
2804
- msgid "Ignored Phrases"
2805
- msgstr "Ignorerede fraser"
2806
-
2807
- #: modules/after-the-deadline/config-unignore.php:128
2808
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
2809
- msgstr "Skriv ord og fraser der skal ignoreres, når dine indlæg og sider korrekturlæses:"
2810
-
2811
- #: modules/after-the-deadline/config-unignore.php:130
2812
- msgid "Add"
2813
- msgstr "Tilf&#248;j"
2814
-
2815
- #: modules/after-the-deadline/config-unignore.php:135
2816
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
2817
- msgstr "Husk at klikke på \"Opdater Profil\" nederst på skærmbilledet for at gemme dine ændringer."
2818
-
2819
- #: modules/carousel/jetpack-carousel.php:103
2820
- msgid "Comment"
2821
- msgstr ""
2822
-
2823
- #: modules/carousel/jetpack-carousel.php:104
2824
- msgid "Post Comment"
2825
- msgstr "Skriv kommentar"
2826
-
2827
- #: modules/carousel/jetpack-carousel.php:105
2828
- msgid "Loading Comments..."
2829
- msgstr ""
2830
-
2831
- #: modules/carousel/jetpack-carousel.php:106
2832
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
2833
- msgstr ""
2834
-
2835
- #: modules/carousel/jetpack-carousel.php:107
2836
- msgid "Please be sure to submit some text with your comment."
2837
- msgstr ""
2838
-
2839
- #: modules/carousel/jetpack-carousel.php:108
2840
- msgid "Please provide an email address to comment."
2841
- msgstr ""
2842
-
2843
- #: modules/carousel/jetpack-carousel.php:109
2844
- msgid "Please provide your name to comment."
2845
- msgstr ""
2846
-
2847
- #: modules/carousel/jetpack-carousel.php:110
2848
- msgid "Sorry, but there was an error posting your comment. Please try again later."
2849
- msgstr ""
2850
-
2851
- #: modules/carousel/jetpack-carousel.php:111
2852
- msgid "Your comment was approved."
2853
- msgstr ""
2854
-
2855
- #: modules/carousel/jetpack-carousel.php:112
2856
- msgid "Your comment is in moderation."
2857
- msgstr ""
2858
-
2859
- #: modules/carousel/jetpack-carousel.php:113
2860
- msgid "Camera"
2861
- msgstr ""
2862
-
2863
- #: modules/carousel/jetpack-carousel.php:114
2864
- msgid "Aperture"
2865
- msgstr ""
2866
-
2867
- #: modules/carousel/jetpack-carousel.php:115
2868
- msgid "Shutter Speed"
2869
- msgstr ""
2870
-
2871
- #: modules/carousel/jetpack-carousel.php:116
2872
- msgid "Focal Length"
2873
- msgstr ""
2874
-
2875
- #: modules/carousel/jetpack-carousel.php:123
2876
- msgid "Commenting as %s"
2877
- msgstr ""
2878
-
2879
- #: modules/carousel/jetpack-carousel.php:126
2880
- msgid "Email (Required)"
2881
- msgstr ""
2882
-
2883
- #: modules/carousel/jetpack-carousel.php:128
2884
- msgid "Name (Required)"
2885
- msgstr ""
2886
-
2887
- #: modules/carousel/jetpack-carousel.php:130
2888
- #: modules/contact-form/grunion-contact-form.php:548
2889
- #: modules/contact-form/grunion-form-view.php:160
2890
- msgid "Website"
2891
- msgstr "Webside"
2892
-
2893
- #: modules/carousel/jetpack-carousel.php:246
2894
- msgid "Missing attachment ID."
2895
- msgstr ""
2896
-
2897
- #: modules/carousel/jetpack-carousel.php:284
2898
- msgid "Nonce verification failed."
2899
- msgstr ""
2900
-
2901
- #: modules/carousel/jetpack-carousel.php:291
2902
- msgid "Missing target blog ID."
2903
- msgstr ""
2904
-
2905
- #: modules/carousel/jetpack-carousel.php:294
2906
- msgid "Missing target post ID."
2907
- msgstr ""
2908
-
2909
- #: modules/carousel/jetpack-carousel.php:297
2910
- msgid "No comment text was submitted."
2911
- msgstr ""
2912
-
2913
- #: modules/carousel/jetpack-carousel.php:309
2914
- msgid "Comments on this post are closed."
2915
- msgstr ""
2916
-
2917
- #: modules/carousel/jetpack-carousel.php:319
2918
- msgid "Sorry, but we could not authenticate your request."
2919
- msgstr ""
2920
-
2921
- #: modules/carousel/jetpack-carousel.php:327
2922
- msgid "Please provide your name."
2923
- msgstr ""
2924
-
2925
- #: modules/carousel/jetpack-carousel.php:330
2926
- msgid "Please provide an email address."
2927
- msgstr ""
2928
-
2929
- #: modules/carousel/jetpack-carousel.php:333
2930
- msgid "Please provide a valid email address."
2931
- msgstr ""
2932
-
2933
- #: modules/carousel/jetpack-carousel.php:360
2934
- msgid "Image Gallery Carousel"
2935
- msgstr ""
2936
-
2937
- #: modules/carousel/jetpack-carousel.php:363
2938
- msgid "Enable carousel"
2939
- msgstr ""
2940
-
2941
- #: modules/carousel/jetpack-carousel.php:367
2942
- msgid "Background color"
2943
- msgstr ""
2944
-
2945
- #: modules/carousel/jetpack-carousel.php:370
2946
- msgid "Metadata"
2947
- msgstr ""
2948
-
2949
- #: modules/carousel/jetpack-carousel.php:427
2950
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
2951
- msgstr ""
2952
-
2953
- #: modules/carousel/jetpack-carousel.php:435
2954
- msgid "Show map of photo location in carousel, when available."
2955
- msgstr ""
2956
-
2957
- #: modules/carousel/jetpack-carousel.php:443
2958
- msgid "Black"
2959
- msgstr "Sort"
2960
-
2961
- #: jetpack.php:2233
2962
- msgid "User linked to WordPress.com"
2963
- msgstr ""
2964
-
2965
- #: jetpack.php:2233
2966
- msgid "Unlink user from WordPress.com"
2967
- msgstr ""
2968
-
2969
- #: jetpack.php:2249
2970
- msgid "Jetpack is network activated and notices can not be dismissed."
2971
- msgstr ""
2972
-
2973
- #: jetpack.php:2260
2974
- msgid "Dismiss this notice."
2975
- msgstr ""
2976
-
2977
- #: jetpack.php:2265
2978
- msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
2979
- msgstr "For at aktivere alle Jetpack-funktionerne, bliver du nødt til at tilslutte dit websted til WordPress.com ved at klikke på knappen til højre. Når du har oprettet forbindelsen, kan du aktivere alle de vidunderlige funktioner nedenfor."
2980
-
2981
- #: jetpack.php:2280
2982
- msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
2983
- msgstr ""
2984
-
2985
- #: jetpack.php:2284 modules/post-by-email.php:129
2986
- #: modules/publicize/publicize-jetpack.php:62
2987
- msgid "Link account with WordPress.com"
2988
- msgstr ""
2989
-
2990
- #: jetpack.php:2306
2991
- msgid "Have feedback on Jetpack?"
2992
- msgstr ""
2993
-
2994
- #: jetpack.php:2308
2995
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
2996
- msgstr ""
2997
-
2998
- #: jetpack.php:2311
2999
- msgid "Take Survey"
3000
- msgstr ""
3001
-
3002
- #: jetpack.php:2317
3003
- msgid "Checking email updates status&hellip;"
3004
- msgstr "Tjekker e-mail opdateringersstatus ..."
3005
-
3006
- #: jetpack.php:2323
3007
- msgctxt "%s = Unsubscribe link"
3008
- msgid "You are currently subscribed to email updates. %s"
3009
- msgstr "Du er i øjeblikket tilmeldt e-mail opdateringer. %s"
3010
-
3011
- #: jetpack.php:2324
3012
- msgid "Unsubscribe"
3013
- msgstr "Afmeld"
3014
-
3015
- #: jetpack.php:2328
3016
- msgctxt "%s = Subscribe link"
3017
- msgid "Want to receive updates about Jetpack by email? %s"
3018
- msgstr "Ønsker du at modtage opdateringer om Jetpack via e-mail? %s"
3019
-
3020
- #: jetpack.php:2329 modules/subscriptions.php:673
3021
- msgid "Subscribe"
3022
- msgstr "Abonnér"
3023
-
3024
- #: jetpack.php:2336
3025
- msgid "You have been subscribed to receive email updates."
3026
- msgstr "Du er blevet tilmeldt til at modtage opdateringer via e-mail."
3027
-
3028
- #: jetpack.php:2338
3029
- msgid "You will no longer receive email updates about Jetpack."
3030
- msgstr "Du vil ikke længere modtage opdateringer om Jetpack via e-mail. "
3031
-
3032
- #: jetpack.php:2351
3033
- msgid "An <span>Automattic</span> Airline"
3034
- msgstr "Et <span>Automattic</span> Flyselskab"
3035
-
3036
- #: jetpack.php:2354
3037
- msgid "Privacy Policy"
3038
- msgstr "Privatlivspolitik"
3039
-
3040
- #: jetpack.php:2355
3041
- msgid "Terms of Service"
3042
- msgstr "Servicebetingelser"
3043
-
3044
- #: jetpack.php:2357
3045
- msgid "Debug"
3046
- msgstr "Fejlsøg"
3047
-
3048
- #: jetpack.php:2359 modules/sharedaddy/sharedaddy.php:82
3049
- msgid "Support"
3050
- msgstr "Support"
3051
-
3052
- #: jetpack.php:2379
3053
- msgid "This is sensitive information. Please do not post your BLOG_TOKEN or USER_TOKEN publicly; they are like passwords."
3054
- msgstr ""
3055
-
3056
- #: jetpack.php:2423
3057
- msgid "Configure %s"
3058
- msgstr "Indstil %s"
3059
-
3060
- #: jetpack.php:2482
3061
- msgid "Deactivate"
3062
- msgstr "Deaktiver"
3063
-
3064
- #: jetpack.php:2492
3065
- msgid "Activate"
3066
- msgstr "Aktiver"
3067
-
3068
- #: jetpack.php:2509
3069
- msgid "Free"
3070
- msgstr "Gratis"
3071
-
3072
- #: jetpack.php:2509
3073
- msgid "Purchase"
3074
- msgstr "Køb"
3075
-
3076
- #: jetpack.php:2517
3077
- msgid "New"
3078
- msgstr ""
3079
-
3080
- #: jetpack.php:2520
3081
- msgid "Updated"
3082
- msgstr ""
3083
-
3084
- #: jetpack.php:2548
3085
- msgid "Configure"
3086
- msgstr "Indstil"
3087
-
3088
- #: jetpack.php:2582
3089
- msgid "Coming soon&#8230;"
3090
- msgstr "Kommer snart ..."
3091
-
3092
- #: jetpack.php:2735 jetpack.php:2737 jetpack.php:2739 jetpack.php:2742
3093
- #: jetpack.php:3673
3094
- msgid "Error Details: %s"
3095
- msgstr "Fejldetaljer: %s"
3096
-
3097
- #: jetpack.php:2898
3098
- msgid "Jetpack Plugin Version"
3099
- msgstr ""
3100
-
3101
- #: jetpack.php:2904
3102
- msgid "The Client ID/WP.com Blog ID of this site"
3103
- msgstr ""
3104
-
3105
- #: jetpack.php:3156
3106
- msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
3107
- msgstr ""
3108
-
3109
- #: jetpack.php:3159
3110
- msgid "Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window."
3111
- msgstr ""
3112
-
3113
- #: jetpack.php:3187
3114
- msgid "The authorization process expired. Please go back and try again."
3115
- msgstr ""
3116
-
3117
- #: jetpack.php:3227
3118
- msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
3119
- msgstr ""
3120
-
3121
- #: jetpack.php:3626
3122
- msgid "An administrator for this blog must set up the Jetpack connection."
3123
- msgstr "En administrator for denne blog skal tilslutte Jetpack."
3124
-
3125
- #: jetpack.php:3631
3126
- msgid "You need to register your Jetpack before connecting it."
3127
- msgstr "Du skal registrere din Jetpack, inden du tilslutter den."
3128
-
3129
- #: locales.php:29
3130
- msgctxt "locales"
3131
- msgid "%1$s/%2$s"
3132
- msgstr ""
3133
-
3134
- #: modules/after-the-deadline/atd-l10n.php:12
3135
- msgid "Spelling"
3136
- msgstr "Stavning"
3137
-
3138
- #: modules/after-the-deadline/atd-l10n.php:13
3139
- msgid "Repeated Word"
3140
- msgstr "Gentaget ord"
3141
-
3142
- #: modules/after-the-deadline/atd-l10n.php:15
3143
- msgid "No suggestions"
3144
- msgstr "ingen forslag"
3145
-
3146
- #: modules/after-the-deadline/atd-l10n.php:17
3147
- msgid "Explain..."
3148
- msgstr "Forklar ..."
3149
-
3150
- #: modules/after-the-deadline/atd-l10n.php:18
3151
- msgid "Ignore suggestion"
3152
- msgstr "Ignorer forslag"
3153
-
3154
- #: modules/after-the-deadline/atd-l10n.php:19
3155
- msgid "Ignore always"
3156
- msgstr "Ignorer altid"
3157
-
3158
- #: modules/after-the-deadline/atd-l10n.php:20
3159
- msgid "Ignore all"
3160
- msgstr "Ignorer alt"
3161
-
3162
- #: modules/after-the-deadline/atd-l10n.php:22
3163
- msgid "Edit Selection..."
3164
- msgstr "Rediger markering ..."
3165
-
3166
- #: modules/after-the-deadline/atd-l10n.php:24
3167
- msgid "proofread"
3168
- msgstr "korrekturlæst"
3169
-
3170
- #: modules/after-the-deadline/atd-l10n.php:25
3171
- msgid "edit text"
3172
- msgstr "rediger tekst"
3173
-
3174
- #: modules/after-the-deadline/atd-l10n.php:26
3175
- #: modules/after-the-deadline.php:224
3176
- msgid "Proofread Writing"
3177
- msgstr "Korrekturlæs tekst"
3178
-
3179
- #: modules/after-the-deadline/atd-l10n.php:28
3180
- msgid "No writing errors were found."
3181
- msgstr "Ingen skrivefejl blev fundet."
3182
-
3183
- #: modules/after-the-deadline/atd-l10n.php:29
3184
- msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
3185
- msgstr "Der var et problem med kommunikationen med korrekturlæsningstjenesten. Prøv igen om et minut."
3186
-
3187
- #: modules/after-the-deadline/atd-l10n.php:30
3188
- msgid "There was an error communicating with the proofreading service."
3189
- msgstr "Der opstod en fejl i kommunikationen med korrekturlæsningstjenesten. "
3190
-
3191
- #: modules/after-the-deadline/atd-l10n.php:32
3192
- msgid "Replace selection with:"
3193
- msgstr "Erstat det markerede med:"
3194
-
3195
- #: modules/after-the-deadline/atd-l10n.php:33
3196
- msgid ""
3197
- "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
3198
- "\n"
3199
- "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
3200
- msgstr ""
3201
- "Korrekturlæseren har forslag til dette indlæg. Er du sikker på at du vil udgive det?\n"
3202
- "\n"
3203
- "Klik på OK for at udgive dit indlæg, eller klik på Annuller for at se forslagene og redigere dit indlæg."
3204
-
3205
- #: functions.opengraph.php:74
3206
- msgid "(no title)"
3207
- msgstr "(ingen titel)"
3208
-
3209
- #: jetpack.php:1050
3210
- msgid "Jetpack requires WordPress version %s or later."
3211
- msgstr "Jetpack kræver WordPress version %s eller nyere."
3212
-
3213
- #: jetpack.php:1246 jetpack.php:1262
3214
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
3215
- msgstr "Jetpack indeholder den nyeste version af det gamle &#8220;%1$s&#8221; plugin."
3216
-
3217
- #: jetpack.php:1283
3218
- msgid "One New Jetpack Module"
3219
- msgid_plural "%s New Jetpack Modules"
3220
- msgstr[0] "Et nyt Jetpack modul"
3221
- msgstr[1] "%s nye Jetpack moduler"
3222
-
3223
- #: jetpack.php:1286
3224
- msgid "Jetpack"
3225
- msgstr ""
3226
-
3227
- #: jetpack.php:1438 jetpack.php:1462 jetpack.php:1473 jetpack.php:2238
3228
- #: jetpack.php:2422
3229
- msgid "Jetpack by WordPress.com"
3230
- msgstr "Jetpack af WordPress.com"
3231
-
3232
- #: jetpack.php:1439 jetpack.php:1463 jetpack.php:2241
3233
- msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
3234
- msgstr "Jetpack sætter fut i dit selv-hostede WordPress websted ved at trække på kraften fra skyen hos WordPress.com."
3235
-
3236
- #: jetpack.php:1440 jetpack.php:1464
3237
- msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
3238
- msgstr ""
3239
-
3240
- #: jetpack.php:1441
3241
- msgid "Jetpack Module Options"
3242
- msgstr ""
3243
-
3244
- #: jetpack.php:1442
3245
- msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
3246
- msgstr ""
3247
-
3248
- #: jetpack.php:1443 jetpack.php:1486
3249
- msgid "For more information:"
3250
- msgstr "For mere information:"
3251
-
3252
- #: jetpack.php:1444 jetpack.php:1487
3253
- msgid "Jetpack FAQ"
3254
- msgstr ""
3255
-
3256
- #: jetpack.php:1445 jetpack.php:1488
3257
- msgid "Jetpack Support"
3258
- msgstr ""
3259
-
3260
- #: jetpack.php:1460
3261
- msgid "Overview"
3262
- msgstr ""
3263
-
3264
- #: jetpack.php:1471
3265
- msgid "Modules"
3266
- msgstr ""
3267
-
3268
- #: jetpack.php:1474
3269
- msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
3270
- msgstr ""
3271
-
3272
- #: jetpack.php:1476
3273
- msgid "Find the component you want to manage"
3274
- msgstr ""
3275
-
3276
- #: jetpack.php:1477
3277
- msgid "Click on Learn More"
3278
- msgstr "Klik på Lær Mere"
3279
-
3280
- #: jetpack.php:1478
3281
- msgid "An Activate or Deactivate button will appear"
3282
- msgstr ""
3283
-
3284
- #: jetpack.php:1479
3285
- msgid "If additional settings are available, a link to them will appear"
3286
- msgstr ""
3287
-
3288
- #: jetpack.php:1557 modules/publicize/ui.php:511
3289
- #: modules/sharedaddy/sharedaddy.php:74 modules/sharedaddy/sharedaddy.php:81
3290
- msgid "Settings"
3291
- msgstr "Indstillinger"
3292
-
3293
- #: jetpack.php:1574
3294
- msgid "Dismiss this notice and deactivate Jetpack."
3295
- msgstr ""
3296
-
3297
- #: jetpack.php:1580
3298
- msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Comments, Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
3299
- msgstr ""
3300
-
3301
- #: jetpack.php:1582
3302
- msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
3303
- msgstr "<strong>Jetpack er installeret</strong> og klar til at bringe de seje cloud-drevne funktioner fra WordPress.com til dit websted."
3304
-
3305
- #: jetpack.php:1588 jetpack.php:2269
3306
- msgid "Connect to WordPress.com"
3307
- msgstr "Tilslut til WordPress.com"
3308
-
3309
- #: jetpack.php:1590 modules/module-info.php:45 modules/module-info.php:81
3310
- #: modules/module-info.php:138 modules/module-info.php:173
3311
- #: modules/module-info.php:207 modules/module-info.php:237
3312
- #: modules/module-info.php:270 modules/module-info.php:306
3313
- #: modules/module-info.php:357 modules/module-info.php:379
3314
- #: modules/module-info.php:417 modules/module-info.php:442
3315
- #: modules/module-info.php:460 modules/module-info.php:479
3316
- #: modules/module-info.php:485 modules/module-info.php:512
3317
- #: modules/module-info.php:543 modules/module-info.php:578
3318
- #: modules/module-info.php:600 modules/module-info.php:622
3319
- #: modules/module-info.php:666 modules/module-info.php:694
3320
- #: modules/module-info.php:722
3321
- msgid "Learn More"
3322
- msgstr "Få mere at vide"
3323
-
3324
- #: jetpack.php:1603
3325
- msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
3326
- msgstr "<strong>Jetpack er aktiveret!</strong> Hver enkelt websted i dit netværk skal tilsluttes individuelt af en administrator på det pågældende websted."
3327
-
3328
- #: jetpack.php:1630
3329
- msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
3330
- msgstr ""
3331
-
3332
- #: jetpack.php:1638
3333
- msgid "click here"
3334
- msgstr ""
3335
-
3336
- #: jetpack.php:1769
3337
- msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
3338
- msgstr "Du skal godkende Jetpack-forbindelsen mellem dit websted og WordPress.com, for at aktivere de seje funktioner."
3339
-
3340
- #: jetpack.php:1772
3341
- msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
3342
- msgstr "Kryds ikke strålerne! Du skal være logget ind på din WordPress-blog, når du godkender Jetpack."
3343
-
3344
- #: jetpack.php:1776
3345
- msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
3346
- msgstr "Retur til afsender. Ups! Det ser ud til, at du fik den forkerte Jetpack med posten; deaktiver og genaktiver Jetpack-pluginet for at få en ny."
3347
-
3348
- #: jetpack.php:1779
3349
- msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
3350
- msgstr "Forkert størrelse. Hmm ... det ser ud til, at din Jetpack ikke helt passer. Har du tabt dig? Klik på \"Tilslut til WordPress.com\" igen for at få din Jetpack justeret."
3351
-
3352
- #: jetpack.php:1783
3353
- msgid "Your website needs to be publicly accessible to use Jetpack: %s"
3354
- msgstr "Dit websted skal være offentligt tilgængeligt for at bruge Jetpack: %s"
3355
-
3356
- #: jetpack.php:1788
3357
- msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
3358
- msgstr "%s kunne ikke aktiveres fordi det udløste en <strong>alvorlig fejl</strong>. Måske er der en konflikt med et anden plugin, du har installeret?"
3359
-
3360
- #: jetpack.php:1790
3361
- msgid "Do you still have the %s plugin installed?"
3362
- msgstr "Har du stadig %s pluginet installeret?"
3363
-
3364
- #: jetpack.php:1793
3365
- msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
3366
- msgstr "Modulet kunne ikke aktiveres, fordi det udløste en <strong>alvorlig fejl</strong>. Måske er der en konflikt med et andet plugin, du har installeret?"
3367
-
3368
- #: jetpack.php:1801
3369
- msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
3370
- msgstr "<strong>Din Jetpack fejler.</strong> Tilslutning af dette websted til WordPress.com er ikke muligt. Det betyder normalt, at dit websted er ikke offentligt tilgængeligt (localhost)."
3371
-
3372
- #: jetpack.php:1807
3373
- msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
3374
- msgstr "WordPress.com har i øjeblikket problemer, og er ude af stand til at fylde brændstof på din Jetpack. Prøv venligst igen senere."
3375
-
3376
- #: jetpack.php:1811
3377
- msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
3378
- msgstr "Jetpack kunne ikke komme i kontakt med WordPress.com: %s. Det betyder normalt, at noget hos din udbyder er forkert sat op."
3379
-
3380
- #: jetpack.php:1851
3381
- msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
3382
- msgstr "<strong>Din Jetpack fejler.</strong> Noget gik galt, der ikke burde ske. Du er vist bare heldig: %s"
3383
-
3384
- #: jetpack.php:1854
3385
- msgid "Try connecting again."
3386
- msgstr "Prøv at tilslutte igen."
3387
-
3388
- #: jetpack.php:1878
3389
- msgid "Welcome to <strong>Jetpack %s</strong>!"
3390
- msgstr "Velkommen til <strong>Jetpack %s</strong>!"
3391
-
3392
- #: jetpack.php:1890
3393
- msgid "The following new modules have been activated: %l."
3394
- msgstr "Følgende nye moduler er blevet aktiveret: %l."
3395
-
3396
- #: jetpack.php:1902
3397
- msgid "The following modules have been updated: %l."
3398
- msgstr "Følgende moduler er blevet opdateret: %l."
3399
-
3400
- #: jetpack.php:1911
3401
- msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
3402
- msgstr "<strong>%s Aktiveret!</strong> Du kan deaktivere til enhver tid ved hjælp af deaktiveringsknappen på moduloversigten."
3403
-
3404
- #: jetpack.php:1937
3405
- msgctxt "%l = list of Jetpack module/feature names"
3406
- msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
3407
- msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
3408
- msgstr[0] ""
3409
- msgstr[1] ""
3410
-
3411
- #: jetpack.php:1949
3412
- msgid "<strong>Module settings were saved.</strong> "
3413
- msgstr ""
3414
-
3415
- #: jetpack.php:1953
3416
- msgid "<strong>Your Jetpack is already connected.</strong> "
3417
- msgstr ""
3418
-
3419
- #: jetpack.php:1957 jetpack.php:1964
3420
- msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
3421
- msgstr ""
3422
-
3423
- #: jetpack.php:1959
3424
- msgid "The features below are now active. Click the learn more buttons to explore each feature."
3425
- msgstr "Funktionerne nedenfor er nu aktive. Klik på \"Få mere at vide\"-knapperne for at udforske de enkelte funktioner."
3426
-
3427
- #: jetpack.php:1970
3428
- msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
3429
- msgstr ""
3430
-
3431
- #: jetpack.php:1992
3432
- msgid "Jetpack contains the most recent version of the old %l plugin."
3433
- msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
3434
- msgstr[0] "Jetpack indeholder den nyeste version af det gamle %l plugin."
3435
- msgstr[1] "Jetpack indeholder den nyeste version af de gamle %l plugins."
3436
-
3437
- #: jetpack.php:2001
3438
- msgid "The old version has been deactivated and can be removed from your site."
3439
- msgid_plural "The old versions have been deactivated and can be removed from your site."
3440
- msgstr[0] "Den gamle version er blevet deaktiveret og kan fjernes fra dit websted."
3441
- msgstr[1] "De gamle versioner er blevet deaktiverede og kan fjernes fra dit websted."
3442
-
3443
- #: jetpack.php:2067
3444
- msgid "Is this site private?"
3445
- msgstr ""
3446
-
3447
- #: jetpack.php:2070
3448
- msgctxt "%l = list of Jetpack module/feature names"
3449
- msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
3450
- msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
3451
- msgstr[0] ""
3452
- msgstr[1] ""
3453
-
3454
- #: jetpack.php:2083
3455
- msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
3456
- msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
3457
- msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
3458
- msgstr[0] ""
3459
- msgstr[1] ""
3460
-
3461
- #: jetpack.php:2097
3462
- msgctxt "%l = list of Jetpack module/feature names"
3463
- msgid "Deactivate %l"
3464
- msgstr ""
3465
-
3466
- #: jetpack.php:2228
3467
- msgid "Connected to WordPress.com"
3468
- msgstr "Tilsluttet til WordPress.com"
3469
-
3470
- #: jetpack.php:2228
3471
- msgid "Disconnect from WordPress.com"
3472
- msgstr "Afbryd fra WordPress.com"
3473
-
3474
- #: class.json-api-endpoints.php:1113
3475
- msgid "This post is password protected."
3476
- msgstr "Dette indlæg er beskyttet med kodeord."
3477
-
3478
- #: class.json-api-endpoints.php:2633
3479
- msgid "Comment cache problem?"
3480
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/jetpack-de_DE.mo CHANGED
Binary file
languages/jetpack-de_DE.po DELETED
@@ -1,3480 +0,0 @@
1
- # Translation of 2.0 in German
2
- # This file is distributed under the same license as the 2.0 package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2012-11-20 20:01:55+0000\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 2.0\n"
12
-
13
- #: modules/widgets/rsslinks-widget.php:113
14
- msgid "Red"
15
- msgstr "Rot"
16
-
17
- #: modules/widgets/rsslinks-widget.php:114
18
- msgid "Orange"
19
- msgstr "Orange"
20
-
21
- #: modules/widgets/rsslinks-widget.php:115
22
- msgid "Green"
23
- msgstr "Grün"
24
-
25
- #: modules/widgets/rsslinks-widget.php:116
26
- msgid "Blue"
27
- msgstr "Blau"
28
-
29
- #: modules/widgets/rsslinks-widget.php:117
30
- msgid "Purple"
31
- msgstr "Violett"
32
-
33
- #: modules/widgets/rsslinks-widget.php:118
34
- msgid "Pink"
35
- msgstr "Pink"
36
-
37
- #: modules/widgets/rsslinks-widget.php:119
38
- msgid "Silver"
39
- msgstr "Silber"
40
-
41
- #: modules/widgets/rsslinks-widget.php:121
42
- msgid "Image Color:"
43
- msgstr "Bildfarbe:"
44
-
45
- #: modules/widgets/rsslinks-widget.php:140
46
- msgid "Subscribe to %s"
47
- msgstr "Abonniere %s"
48
-
49
- #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
50
- msgid "Top Posts &amp; Pages"
51
- msgstr "Top Artikel &amp; Seiten"
52
-
53
- #: modules/widgets/top-posts.php:37
54
- msgid "Shows your most viewed posts and pages."
55
- msgstr "Zeigt Deine am meisten angeschauten Artikel und Seiten."
56
-
57
- #: modules/widgets/top-posts.php:78
58
- msgid "Number of posts to show:"
59
- msgstr "Anzahl der anzueigenden Artikel (die nicht die Formatvorlage \"Standard\" haben):"
60
-
61
- #: modules/widgets/top-posts.php:83
62
- msgid "Display as:"
63
- msgstr ""
64
-
65
- #: modules/widgets/top-posts.php:85
66
- msgid "Text List"
67
- msgstr ""
68
-
69
- #: modules/widgets/top-posts.php:86
70
- msgid "Image List"
71
- msgstr ""
72
-
73
- #: modules/widgets/top-posts.php:87
74
- msgid "Image Grid"
75
- msgstr ""
76
-
77
- #: modules/widgets/top-posts.php:91
78
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
79
- msgstr ""
80
-
81
- #: modules/widgets/top-posts.php:164
82
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
83
- msgstr ""
84
-
85
- #: modules/widgets/twitter.php:22
86
- msgid "Display your Tweets from Twitter"
87
- msgstr "Zeige deine Tweets von Twitter an"
88
-
89
- #: modules/widgets/twitter.php:31
90
- msgid "Please configure your Twitter username for the <a href=\"%s\">Twitter Widget</a>."
91
- msgstr ""
92
-
93
- #: modules/widgets/twitter.php:41
94
- msgid "Twitter Updates"
95
- msgstr "Twitter Updates"
96
-
97
- #: modules/widgets/twitter.php:182 modules/widgets/twitter.php:203
98
- msgid "Error: Twitter did not respond. Please wait a few minutes and refresh this page."
99
- msgstr "Fehler: Twitter antwortet nicht. Bitte warte einige Minuten und aktualisiere diese Seite."
100
-
101
- #: modules/widgets/twitter.php:196
102
- msgid "Error: Please make sure the Twitter account is %1$spublic%2$s."
103
- msgstr "Fehler: Bitte versichere dich, dass das Twitter-Konto %1$söffentlich%2$s ist."
104
-
105
- #: modules/widgets/twitter.php:265
106
- msgid "Twitter username:"
107
- msgstr "Twitter-Benutzername:"
108
-
109
- #: modules/widgets/twitter.php:272
110
- msgid "Maximum number of Tweets to show:"
111
- msgstr ""
112
-
113
- #: modules/widgets/twitter.php:286
114
- msgid "Hide replies"
115
- msgstr "Antworten ausblenden"
116
-
117
- #: modules/widgets/twitter.php:293
118
- msgid "Hide Tweets pushed by Publicize"
119
- msgstr ""
120
-
121
- #: modules/widgets/twitter.php:300
122
- msgid "Include retweets"
123
- msgstr "Auch Re-Tweets anzeigen"
124
-
125
- #: modules/widgets/twitter.php:307
126
- msgid "Display Follow Button"
127
- msgstr "Zeige Follow-Button"
128
-
129
- #: modules/widgets/twitter.php:313
130
- msgid "Text to display between Tweet and timestamp:"
131
- msgstr ""
132
-
133
- msgid "http://wordpress.org/extend/plugins/jetpack/"
134
- msgstr "http://wordpress.org/extend/plugins/jetpack/"
135
-
136
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
137
- msgstr "Bringe die Möglichkeiten der WordPress.com-Cloud auf dein selbstgehostetes WordPress. Jetpack erlaubt dir dein Blog mit einem Wordpress.com-Account zu verbinden und die vielen Funktionen zu nutzen, die normalerweise nur für Wordpress.com-Benutzer zugänglich sind."
138
-
139
- msgid "Automattic"
140
- msgstr "Automattic"
141
-
142
- msgid "http://jetpack.me"
143
- msgstr "http://jetpack.me"
144
-
145
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
146
- msgstr "Verbessere deine Rechtschreibung, Grammatik und Ausdrucksweise mit dem <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Korrekturlese-Dienst."
147
-
148
- msgid "Transform your standard image galleries into an immersive full-screen experience."
149
- msgstr ""
150
-
151
- msgid "A new comment system that has integrated social media login options."
152
- msgstr ""
153
-
154
- msgid "Easily insert a contact form any where on your site."
155
- msgstr "Unkompliziert irgendwo auf deiner Seite ein Kontaktformular einbinden."
156
-
157
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
158
- msgstr ""
159
-
160
- msgid "Share your public posts and comments to search engines and other services in real-time."
161
- msgstr "Teile deine veröffentlichten Artikel und Kommentare mit Suchmaschinen und anderen Diensten in Echtzeit."
162
-
163
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
164
- msgstr "Eine Pop-up Visitenkarte des Gravatar-Profils deines Benutzers in den Kommentaren anzeigen."
165
-
166
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
167
- msgstr ""
168
-
169
- msgid "Allow applications to securely access your content through the cloud."
170
- msgstr "Erlaube Applikationen sicher auf deine Inhalte zuzugreifen durch die Cloud."
171
-
172
- msgid "Beautiful Math"
173
- msgstr "Schöne Mathematik"
174
-
175
- msgid "Mark up your posts with the <img src=\"http://l.wordpress.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
176
- msgstr "Zeichne deine Artikel mit der <img src=\"http://l.wordpress.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> Auszeichnungssprache aus. Perfekt für komplexe, mathematische Gleichungen und andere Geek-Spielereien."
177
-
178
- msgid "Automatically optimize your site for mobile devices."
179
- msgstr ""
180
-
181
- msgid "Receive notifications on your Apple device."
182
- msgstr ""
183
-
184
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
185
- msgstr "Beobachte und verwalte die Aktivität auf deiner Seite mit Benachrichtigungen in deiner Toolbar und auf WordPress.com"
186
-
187
- msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
188
- msgstr ""
189
-
190
- msgid "Publish posts to your blog directly from your personal email account."
191
- msgstr ""
192
-
193
- msgid "Connect your site to popular social networks and automatically share new posts with your friends."
194
- msgstr ""
195
-
196
- msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
197
- msgstr "Das supertollste Teilen-Tool des Internetzes. Teile Inhalte mit Facebook, Twitter und vielen anderen."
198
-
199
- msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
200
- msgstr "Bequem Videos und Weiteres von Seiten wie YouTube, Vimeo und SlideShare einbinden."
201
-
202
- msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
203
- msgstr "Aktiviere WP.me-gestützte Kurzlinks für all deine Artikel und Seiten für einfacheres Teilen."
204
-
205
- msgid "Simple, concise site stats with no additional load on your server."
206
- msgstr "Einfache, kurz-gefasste Seitenstatistik ohne zusätzliche Last für deinen Server."
207
-
208
- msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
209
- msgstr "Erlaube Benutzern, deine Artikel und Kommentare zu abonnieren, um per E-Mail eine Benachrichtigung zu erhalten."
210
-
211
- msgid "Realtime backup and security scanning for your WordPress site."
212
- msgstr "Echtzeit-Backup und Sicherheits-Scanning für deine WordPress-Seite."
213
-
214
- msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
215
- msgstr "Bequem Bilder, Twitter-Updates und die RSS-Links deiner Seite zur Seitenleiste deines Themes hinzufügen."
216
-
217
- #: modules/widgets/facebook-likebox.php:115
218
- #: modules/widgets/gravatar-profile.php:164
219
- msgid "Title"
220
- msgstr "Titel"
221
-
222
- #: modules/widgets/facebook-likebox.php:122
223
- msgid "Facebook Page URL"
224
- msgstr "URL der Facebook-Seite"
225
-
226
- #: modules/widgets/facebook-likebox.php:125
227
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
228
- msgstr ""
229
-
230
- #: modules/widgets/facebook-likebox.php:131
231
- msgid "Width"
232
- msgstr "Breite"
233
-
234
- #: modules/widgets/facebook-likebox.php:138
235
- msgid "Height"
236
- msgstr "Höhe"
237
-
238
- #: modules/widgets/facebook-likebox.php:157
239
- msgid "Show Faces"
240
- msgstr "Gesichter zeigen"
241
-
242
- #: modules/widgets/facebook-likebox.php:159
243
- msgid "Show profile photos in the plugin."
244
- msgstr "Zeige Profil-Fotos in dem Plugin."
245
-
246
- #: modules/widgets/facebook-likebox.php:166
247
- msgid "Show Stream"
248
- msgstr "Zeige Stream"
249
-
250
- #: modules/widgets/facebook-likebox.php:168
251
- msgid "Show the profile stream for the public profile."
252
- msgstr "Zeige den Nachrichtenstrom für das öffentliche Profil."
253
-
254
- #: modules/widgets/facebook-likebox.php:175
255
- msgid "Show Wall"
256
- msgstr ""
257
-
258
- #: modules/widgets/facebook-likebox.php:177
259
- msgid "Show the wall for a Places page rather than friend activity."
260
- msgstr ""
261
-
262
- #: modules/widgets/gravatar-profile.php:19
263
- msgid "Gravatar Profile"
264
- msgstr "Gravatar-Profil"
265
-
266
- #: modules/widgets/gravatar-profile.php:21
267
- msgid "Display a mini version of your Gravatar Profile"
268
- msgstr "Zeige eine Mini-Version deines Gravatar-Profil"
269
-
270
- #: modules/widgets/gravatar-profile.php:37
271
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
272
- msgstr ""
273
-
274
- #: modules/widgets/gravatar-profile.php:91
275
- msgid "View Full Profile &rarr;"
276
- msgstr "Vollständiges Profil anzeigen &rarr;"
277
-
278
- #: modules/widgets/gravatar-profile.php:99
279
- msgid "Error loading profile"
280
- msgstr "Fehler beim Laden des Profils"
281
-
282
- #: modules/widgets/gravatar-profile.php:111
283
- msgid "Personal Links"
284
- msgstr "Persönliche Links"
285
-
286
- #: modules/widgets/gravatar-profile.php:131
287
- msgid "Verified Services"
288
- msgstr "Verifizierte Dienste"
289
-
290
- #: modules/widgets/gravatar-profile.php:142
291
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
292
- msgid "%1$s on %2$s"
293
- msgstr ""
294
-
295
- #: modules/widgets/gravatar-profile.php:170
296
- msgid "Select a user or pick \"custom\" and enter a custom email address."
297
- msgstr ""
298
-
299
- #: modules/widgets/gravatar-profile.php:174
300
- msgid "Custom"
301
- msgstr ""
302
-
303
- #: modules/widgets/gravatar-profile.php:184
304
- msgid "Custom Email Address"
305
- msgstr "Benutzerdefinierte E-Mail-Adresse"
306
-
307
- #: modules/widgets/gravatar-profile.php:192
308
- msgid "Show Personal Links"
309
- msgstr "Zeige persönliche Links"
310
-
311
- #: modules/widgets/gravatar-profile.php:194
312
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
313
- msgstr ""
314
-
315
- #: modules/widgets/gravatar-profile.php:201
316
- msgid "Show Account Links"
317
- msgstr ""
318
-
319
- #: modules/widgets/gravatar-profile.php:203
320
- msgid "Links to services that you use across the web."
321
- msgstr ""
322
-
323
- #: modules/widgets/gravatar-profile.php:207
324
- msgid "Opens in new window"
325
- msgstr "Öffnet in neuem Fenster"
326
-
327
- #: modules/widgets/gravatar-profile.php:207
328
- msgid "Edit Your Profile"
329
- msgstr "Bearbeite dein Profil"
330
-
331
- #: modules/widgets/gravatar-profile.php:207
332
- msgid "What's a Gravatar?"
333
- msgstr "Was ist ein Gravatar?"
334
-
335
- #: modules/widgets/image-widget.php:12
336
- msgid "Display an image in your sidebar"
337
- msgstr "Zeige ein Bild in deiner Sidebar"
338
-
339
- #: modules/widgets/image-widget.php:14
340
- msgid "Image (Jetpack)"
341
- msgstr "Bild (Jetpack)"
342
-
343
- #: modules/widgets/image-widget.php:110
344
- msgid "Image URL:"
345
- msgstr "Bild-URL:"
346
-
347
- #: modules/widgets/image-widget.php:113
348
- msgid "Alternate text:"
349
- msgstr "Alternativer Text:"
350
-
351
- #: modules/widgets/image-widget.php:116
352
- msgid "Image title:"
353
- msgstr "Bildtitel:"
354
-
355
- #: modules/widgets/image-widget.php:119
356
- msgid "Caption:"
357
- msgstr "Bildunterschrift:"
358
-
359
- #: modules/widgets/image-widget.php:124
360
- msgid "None"
361
- msgstr " - "
362
-
363
- #: modules/widgets/image-widget.php:125
364
- msgid "Left"
365
- msgstr "Links"
366
-
367
- #: modules/widgets/image-widget.php:126
368
- msgid "Center"
369
- msgstr "Zentriert"
370
-
371
- #: modules/widgets/image-widget.php:127
372
- msgid "Right"
373
- msgstr "Rechts"
374
-
375
- #: modules/widgets/image-widget.php:129
376
- msgid "Image Alignment:"
377
- msgstr "Bildausrichtung:"
378
-
379
- #: modules/widgets/image-widget.php:139
380
- msgid "Width:"
381
- msgstr "Breite:"
382
-
383
- #: modules/widgets/image-widget.php:142
384
- msgid "Height:"
385
- msgstr "Höhe:"
386
-
387
- #: modules/widgets/image-widget.php:145
388
- msgid "If empty, we will attempt to determine the image size."
389
- msgstr "Falls leer, werden wir versuchen, die Größe des Bildes zu ermitteln."
390
-
391
- #: modules/widgets/image-widget.php:146
392
- msgid "Link URL (when the image is clicked):"
393
- msgstr "Link-URL (wenn das Bild angeklickt wird):"
394
-
395
- #: modules/widgets/rsslinks-widget.php:12
396
- msgid "Links to your blog's RSS feeds"
397
- msgstr "Links auf die RSS Feeds deines Blogs"
398
-
399
- #: modules/widgets/rsslinks-widget.php:13
400
- msgid "RSS Links (Jetpack)"
401
- msgstr "RSS-Links (Jetpack)"
402
-
403
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
404
- #: modules/widgets/twitter.php:258
405
- msgid "Title:"
406
- msgstr "Titel:"
407
-
408
- #: modules/widgets/rsslinks-widget.php:67
409
- #: modules/widgets/rsslinks-widget.php:133
410
- msgid "Posts"
411
- msgstr "Artikel"
412
-
413
- #: modules/widgets/rsslinks-widget.php:68
414
- #: modules/widgets/rsslinks-widget.php:136
415
- msgid "Comments"
416
- msgstr "Kommentare"
417
-
418
- #: modules/widgets/rsslinks-widget.php:69
419
- msgid "Posts & Comments"
420
- msgstr "Artikel & Kommentare"
421
-
422
- #: modules/widgets/rsslinks-widget.php:71
423
- msgid "Feed(s) to Display:"
424
- msgstr "Anzuzeigende Feed(s):"
425
-
426
- #: modules/widgets/rsslinks-widget.php:81
427
- msgid "Text Link"
428
- msgstr "Text-Link"
429
-
430
- #: modules/widgets/rsslinks-widget.php:82
431
- msgid "Image Link"
432
- msgstr "Bild-Link"
433
-
434
- #: modules/widgets/rsslinks-widget.php:83
435
- msgid "Text & Image Links"
436
- msgstr "Text- und Bild-Links"
437
-
438
- #: modules/widgets/rsslinks-widget.php:85
439
- msgid "Format:"
440
- msgstr "Format:"
441
-
442
- #: modules/widgets/rsslinks-widget.php:96
443
- msgid "Image Settings:"
444
- msgstr "Bildeinstellungen:"
445
-
446
- #: modules/widgets/rsslinks-widget.php:99
447
- msgid "Small"
448
- msgstr "Klein"
449
-
450
- #: modules/widgets/rsslinks-widget.php:100
451
- msgid "Medium"
452
- msgstr "Mittelgroß"
453
-
454
- #: modules/widgets/rsslinks-widget.php:101
455
- msgid "Large"
456
- msgstr "Groß"
457
-
458
- #: modules/widgets/rsslinks-widget.php:103
459
- msgid "Image Size:"
460
- msgstr "Bildgröße:"
461
-
462
- #: modules/stats.php:527
463
- msgid "Hide the stats smiley face image."
464
- msgstr "Das Statistik-Smiley-Bild verbergen."
465
-
466
- #: modules/stats.php:527
467
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
468
- msgstr "Das Bild hilft beim Erstellen der Statistik und <strong>macht die Welt zu einem besseren Ort</strong>, sollte aber auch funktionieren, wenn es verborgen wird."
469
-
470
- #: modules/stats.php:527
471
- msgid "Smiley face"
472
- msgstr "Smiley-Gesicht"
473
-
474
- #: modules/stats.php:528
475
- msgid "Report visibility"
476
- msgstr "Berichtsichtbarkeit"
477
-
478
- #: modules/stats.php:530
479
- msgid "Select the roles that will be able to view stats reports."
480
- msgstr "Wähle die Rollen aus, die auf die Statistik zugreifen dürfen."
481
-
482
- #: modules/stats.php:541
483
- msgid "Save configuration"
484
- msgstr "Konfiguration speichern"
485
-
486
- #: modules/stats.php:597
487
- msgid "Stats"
488
- msgstr "Statistik"
489
-
490
- #: modules/stats.php:599
491
- msgid "Views over 48 hours. Click for more Site Stats."
492
- msgstr "Zugriffe in 48 Stunden. Klicke für mehr Statistiken."
493
-
494
- #: modules/stats.php:666
495
- msgid "day"
496
- msgstr "Tag"
497
-
498
- #: modules/stats.php:667
499
- msgid "week"
500
- msgstr "Woche"
501
-
502
- #: modules/stats.php:668
503
- msgid "month"
504
- msgstr "Monat"
505
-
506
- #: modules/stats.php:671
507
- msgid "the past day"
508
- msgstr "der Tag davor"
509
-
510
- #: modules/stats.php:672
511
- msgid "the past week"
512
- msgstr "die vergangene Woche"
513
-
514
- #: modules/stats.php:673
515
- msgid "the past month"
516
- msgstr "der vergangene Monat"
517
-
518
- #: modules/stats.php:674
519
- msgid "the past quarter"
520
- msgstr "der vergangene Viertel"
521
-
522
- #: modules/stats.php:675
523
- msgid "the past year"
524
- msgstr "das vergangene Jahr"
525
-
526
- #: modules/stats.php:697
527
- msgid "Chart stats by"
528
- msgstr "Statistiken auszeichnen von"
529
-
530
- #: modules/stats.php:710
531
- msgid "Show top posts over"
532
- msgstr "Zeige die Top-Artikel im Zeitablauf"
533
-
534
- #: modules/stats.php:723
535
- msgid "Show top search terms over"
536
- msgstr "Zeige Topsuchbegriffe"
537
-
538
- #: modules/stats.php:882
539
- msgid "%1$s %2$s Views"
540
- msgstr "%1$s %2$s Zugriffe"
541
-
542
- #: modules/stats.php:895
543
- msgid "View All"
544
- msgstr "Alles anzeigen"
545
-
546
- #: modules/stats.php:899
547
- msgid "Top Posts"
548
- msgstr "Top-Artikel"
549
-
550
- #: modules/stats.php:903 modules/stats.php:927
551
- msgid "Sorry, nothing to report."
552
- msgstr "Leider gibt es nichts zu berichten."
553
-
554
- #: modules/stats.php:923
555
- msgid "Top Searches"
556
- msgstr "Top-Suchen"
557
-
558
- #: modules/stats.php:946
559
- msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
560
- msgstr ""
561
-
562
- #: modules/subscriptions.php:108
563
- msgid "Jetpack Subscriptions Settings"
564
- msgstr ""
565
-
566
- #: modules/subscriptions.php:117
567
- msgid "Follow Blog"
568
- msgstr ""
569
-
570
- #: modules/subscriptions.php:132
571
- msgid "Follow Comments"
572
- msgstr "Kommentaren folgen"
573
-
574
- #: modules/subscriptions.php:153
575
- msgid "Follower Settings"
576
- msgstr ""
577
-
578
- #: modules/subscriptions.php:160
579
- msgid "Blog follow email text"
580
- msgstr ""
581
-
582
- #: modules/subscriptions.php:168
583
- msgid "Comment follow email text"
584
- msgstr ""
585
-
586
- #: modules/subscriptions.php:182
587
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
588
- msgstr ""
589
-
590
- #: modules/subscriptions.php:197
591
- msgid "Show a <em>'follow blog'</em> option in the comment form"
592
- msgstr ""
593
-
594
- #: modules/subscriptions.php:212
595
- msgid "Show a <em>'follow comments'</em> option in the comment form"
596
- msgstr ""
597
-
598
- #: modules/subscriptions.php:237
599
- msgid "These settings change emails sent from your blog to followers."
600
- msgstr ""
601
-
602
- #: modules/subscriptions.php:243
603
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
604
- msgstr ""
605
-
606
- #: modules/subscriptions.php:249
607
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
608
- msgstr ""
609
-
610
- #: modules/subscriptions.php:254
611
- msgid ""
612
- "Howdy.\n"
613
- "\n"
614
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
615
- "\n"
616
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
617
- msgstr ""
618
-
619
- #: modules/subscriptions.php:255
620
- msgid ""
621
- "Howdy.\n"
622
- "\n"
623
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
624
- "\n"
625
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
626
- msgstr ""
627
-
628
- #: modules/subscriptions.php:447
629
- msgid "Notify me of follow-up comments by email."
630
- msgstr "Benachrichtige mich über nachfolgende Kommentare per E-Mail."
631
-
632
- #: modules/subscriptions.php:454
633
- msgid "Notify me of new posts by email."
634
- msgstr "Benachrichtige mich über neue Beiträge per E-Mail."
635
-
636
- #: modules/subscriptions.php:520
637
- msgid "Add an email signup form to allow people to subscribe to your blog."
638
- msgstr "Füge ein E-Mail-Anmeldeformular hinzu, um es Leuten zu ermöglichen dein Blog zu abonnieren."
639
-
640
- #: modules/subscriptions.php:523
641
- msgid "Blog Subscriptions (Jetpack)"
642
- msgstr "Blog-Abonnements (Jetpack)"
643
-
644
- #: modules/subscriptions.php:554
645
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
646
- msgstr "Es wurde gerade eine E-Mail versandt, um dein Abonnement zu bestätigen. Bitte öffne diese E-Mail und klicke auf Aktivieren um dein Abonnement zu starten."
647
-
648
- #: modules/subscriptions.php:564
649
- msgid "The email you entered was invalid, please check and try again."
650
- msgstr "Die eingegebene E-Mail ist ungültig. Bitte überprüfen und nochmal versuchen."
651
-
652
- #: modules/subscriptions.php:567
653
- msgid "You have already subscribed to this site, please check your inbox."
654
- msgstr "Du hast diese Seite bereits abonniert. Bitte überprüfe deinen Posteingang."
655
-
656
- #: modules/subscriptions.php:574
657
- msgid "There was an error when subscribing, please try again."
658
- msgstr "Beim Abonnieren ist ein Fehler aufgetreten. Bitte nochmal versuchen."
659
-
660
- #: modules/subscriptions.php:592
661
- msgid "Join %s other subscriber"
662
- msgid_plural "Join %s other subscribers"
663
- msgstr[0] "Schließe dich %s anderen Abonnenten an"
664
- msgstr[1] "Schließe dich %s anderen Abonnenten an"
665
-
666
- #: modules/subscriptions.php:671
667
- msgid "Subscribe to Blog via Email"
668
- msgstr "Blog via E-Mail abonnieren"
669
-
670
- #: modules/subscriptions.php:672
671
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
672
- msgstr "Gib deine E-Mail-Adresse ein, um dieses Blog zu abonnieren und Benachrichtigungen über neue Artikel per E-Mail zu erhalten."
673
-
674
- #: modules/subscriptions.php:674
675
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
676
- msgstr "Anklicken, um dieses Blogs zu abonnieren und E-Mail-Benachrichtigungen über neue Artikel zu erhalten."
677
-
678
- #: modules/subscriptions.php:690
679
- msgid "%s: %s"
680
- msgstr "%s: %s"
681
-
682
- #: modules/subscriptions.php:698 modules/widgets/image-widget.php:107
683
- msgid "Widget title:"
684
- msgstr "Widget-Titel:"
685
-
686
- #: modules/subscriptions.php:704
687
- msgid "Optional text to display to your readers:"
688
- msgstr "Optionaler Text, der deinen Lesern angezeigt wird:"
689
-
690
- #: modules/subscriptions.php:710
691
- msgid "Subscribe Button:"
692
- msgstr "Abonnieren-Schaltfläche:"
693
-
694
- #: modules/subscriptions.php:717
695
- msgid "Show total number of subscribers? (%s subscriber)"
696
- msgid_plural "Show total number of subscribers? (%s subscribers)"
697
- msgstr[0] "Zeige Gesamtzahl aller Abonnenten? (%s Abonnent)"
698
- msgstr[1] "Zeige Gesamtzahl aller Abonnenten? (%s Abonnenten)"
699
-
700
- #: modules/vaultpress.php:22
701
- msgid "Active"
702
- msgstr "Aktiv"
703
-
704
- #: modules/widgets/facebook-likebox.php:29
705
- msgid "Facebook Like Box"
706
- msgstr ""
707
-
708
- #: modules/widgets/facebook-likebox.php:29
709
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
710
- msgstr "Zeigt eine Facebook Like Box an, um Besucher mit deiner Facebook-Seite zu verbinden"
711
-
712
- #: modules/widgets/facebook-likebox.php:41
713
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
714
- msgstr ""
715
-
716
- #: modules/sharedaddy/sharing.php:300
717
- msgid "Button style"
718
- msgstr "Schaltflächenstil"
719
-
720
- #: modules/sharedaddy/sharing.php:303
721
- msgid "Icon + text"
722
- msgstr "Icon + Text"
723
-
724
- #: modules/sharedaddy/sharing.php:304
725
- msgid "Icon only"
726
- msgstr "Nur Icon"
727
-
728
- #: modules/sharedaddy/sharing.php:305
729
- msgid "Text only"
730
- msgstr "Nur Text"
731
-
732
- #: modules/sharedaddy/sharing.php:306
733
- msgid "Official buttons"
734
- msgstr "Offizielle Schaltflächen"
735
-
736
- #: modules/sharedaddy/sharing.php:311
737
- msgid "Sharing label"
738
- msgstr "Sharing Bezeichnung"
739
-
740
- #: modules/sharedaddy/sharing.php:317
741
- msgid "Open links in"
742
- msgstr "Öffne Links in"
743
-
744
- #: modules/sharedaddy/sharing.php:320
745
- msgid "New window"
746
- msgstr "Neues Fenster"
747
-
748
- #: modules/sharedaddy/sharing.php:321
749
- msgid "Same window"
750
- msgstr "Gleiches Fenster"
751
-
752
- #: modules/sharedaddy/sharing.php:326
753
- msgid "Show buttons on"
754
- msgstr "Schaltflächen anzeigen auf"
755
-
756
- #: modules/sharedaddy/sharing.php:332
757
- msgid "Front Page, Archive Pages, and Search Results"
758
- msgstr "Startseite, Übersichtsseiten und Suchergebnissen"
759
-
760
- #: modules/sharedaddy/sharing.php:348
761
- msgid "Save Changes"
762
- msgstr "Änderungen speichern"
763
-
764
- #: modules/sharedaddy/sharing.php:359
765
- msgid "Service name"
766
- msgstr "Service-Name"
767
-
768
- #: modules/sharedaddy/sharing.php:365
769
- msgid "Sharing URL"
770
- msgstr "Sharing URL"
771
-
772
- #: modules/sharedaddy/sharing.php:369
773
- msgid "You can add the following variables to your service sharing URL:"
774
- msgstr "Du kannst die folgenden Variablen zu deiner Sharing Dienst URL hinzufügen:"
775
-
776
- #: modules/sharedaddy/sharing.php:374
777
- msgid "Icon URL"
778
- msgstr "Icon-URL"
779
-
780
- #: modules/sharedaddy/sharing.php:377
781
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
782
- msgstr "Gib die URL eines 16x16px Symbols ein, das du für diesen Dienst nutzen möchtest."
783
-
784
- #: modules/sharedaddy/sharing.php:383
785
- msgid "Create Share Button"
786
- msgstr ""
787
-
788
- #: modules/sharedaddy/sharing.php:395
789
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
790
- msgstr "Beim Erstellen deines neuen Sharing Dienstes ist ein Fehler aufgetreten - bitte überprüfe, ob du gültige Angaben gemacht hast."
791
-
792
- #: modules/shortcodes/archives.php:50
793
- msgid "Your blog does not currently have any published posts."
794
- msgstr "Dein Blog hat zur Zeit keine ver&ouml;ffentlichten Artikel."
795
-
796
- #: modules/shortcodes/audio.php:180
797
- msgid "Download: <a href=\"%s\">%s</a><br />"
798
- msgstr "Download: <a href=\"%s\">%s</a><br />"
799
-
800
- #: modules/shortcodes/videopress.php:616
801
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
802
- msgstr "Das VideoPress-Plugin konnte nicht mit den VideoPress-Servern kommunizieren. Dieser Fehler wird meist durch ein falsch konfiguriertes Plugin verursacht. Bitte neu installieren oder aktualisieren."
803
-
804
- #: modules/shortcodes/videopress.php:618
805
- msgid "<strong>%s</strong> is not an allowed embed site."
806
- msgstr "<strong>%s</strong> ist keine erlaubte Seite zum Einbetten."
807
-
808
- #: modules/shortcodes/videopress.php:618
809
- msgid "Publisher limits playback of video embeds."
810
- msgstr "Herausgeber limitiert die Wiedergabe von Videoeinbettungen."
811
-
812
- #: modules/shortcodes/videopress.php:620
813
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
814
- msgstr "Keine Daten für VideoPress-Identifier gefunden: <strong>%s</strong>."
815
-
816
- #: modules/shortcodes/videopress.php:837
817
- msgid "%s Error"
818
- msgstr "%s Fehler"
819
-
820
- #: modules/shortcodes/videopress.php:871
821
- msgid "This video is intended for mature audiences."
822
- msgstr "Dieses Video ist für ein erwachsenes Publikum bestimmt."
823
-
824
- #: modules/shortcodes/videopress.php:871
825
- msgid "Please verify your birthday."
826
- msgstr "Bitte deinen Geburtstag bestätigen."
827
-
828
- #: modules/shortcodes/videopress.php:887
829
- msgid "January"
830
- msgstr "Januar"
831
-
832
- #: modules/shortcodes/videopress.php:887
833
- msgid "February"
834
- msgstr "Februar"
835
-
836
- #: modules/shortcodes/videopress.php:887
837
- msgid "March"
838
- msgstr "März"
839
-
840
- #: modules/shortcodes/videopress.php:887
841
- msgid "April"
842
- msgstr "April"
843
-
844
- #: modules/shortcodes/videopress.php:887
845
- msgid "May"
846
- msgstr "Mai"
847
-
848
- #: modules/shortcodes/videopress.php:887
849
- msgid "June"
850
- msgstr "Juni"
851
-
852
- #: modules/shortcodes/videopress.php:887
853
- msgid "July"
854
- msgstr "Juli"
855
-
856
- #: modules/shortcodes/videopress.php:887
857
- msgid "August"
858
- msgstr "August"
859
-
860
- #: modules/shortcodes/videopress.php:887
861
- msgid "September"
862
- msgstr "September"
863
-
864
- #: modules/shortcodes/videopress.php:887
865
- msgid "October"
866
- msgstr "Oktober"
867
-
868
- #: modules/shortcodes/videopress.php:887
869
- msgid "November"
870
- msgstr "November"
871
-
872
- #: modules/shortcodes/videopress.php:887
873
- msgid "December"
874
- msgstr "Dezember"
875
-
876
- #: modules/shortcodes/videopress.php:923
877
- msgid "Submit"
878
- msgstr "Senden"
879
-
880
- #: modules/shortcodes/videopress.php:969
881
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
882
- msgstr ""
883
-
884
- #: modules/shortcodes/videopress.php:1027
885
- msgctxt "watch a video title"
886
- msgid "Watch: %s"
887
- msgstr "Ansehen: %s"
888
-
889
- #: modules/shortcodes/videopress.php:1123
890
- #: modules/shortcodes/videopress.php:1145
891
- msgid "this video"
892
- msgstr "dieses Video"
893
-
894
- #: modules/shortcodes/videopress.php:1152
895
- msgctxt "Play as in playback or view a movie"
896
- msgid "JavaScript required to play %s."
897
- msgstr "Zur Wiedergabe von %s wird JavaScript benötigt."
898
-
899
- #: modules/shortcodes/videopress.php:1299
900
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
901
- msgstr "Zum Abspielen dieses Videos ist <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> erforderlich."
902
-
903
- #: modules/shortcodes/videopress.php:1306
904
- msgid "Loading video..."
905
- msgstr "Lade Video ..."
906
-
907
- #: modules/stats.php:252 modules/stats.php:645
908
- msgid "Site Stats"
909
- msgstr "Statistik"
910
-
911
- #: modules/stats.php:343
912
- msgid "Loading&hellip;"
913
- msgstr "Lade&hellip;"
914
-
915
- #: modules/stats.php:344
916
- msgid "Your Site Stats work better with Javascript enabled."
917
- msgstr "Deine Seitenstatistik funktioniert besser mit aktiviertem Javascript."
918
-
919
- #: modules/stats.php:345
920
- msgid "View Site Stats without Javascript"
921
- msgstr "Seitenstatistik ohne Javascript ansehen."
922
-
923
- #: modules/stats.php:517
924
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
925
- msgstr "Besuche die <a href=\"%s\">Seitenstatistik</a> um deine Statistiken zu sehen."
926
-
927
- #: modules/stats.php:522
928
- msgid "Admin bar"
929
- msgstr "Adminleiste"
930
-
931
- #: modules/stats.php:523
932
- msgid "Put a chart showing 48 hours of views in the admin bar."
933
- msgstr "Binde eine Balkengrafik der Aufrufe der letzten 48 Stunden in die Admin-Leiste ein."
934
-
935
- #: modules/stats.php:524
936
- msgid "Registered users"
937
- msgstr "Registrierte Benutzer"
938
-
939
- #: modules/stats.php:525
940
- msgid "Count the page views of registered users who are logged in."
941
- msgstr "Zähle die Seitenaufrufe von registrierten Benutzern, die angemeldet sind."
942
-
943
- #: modules/stats.php:526
944
- msgid "Smiley"
945
- msgstr "Smiley"
946
-
947
- #: modules/sharedaddy/sharing-sources.php:279
948
- msgid "Send to Email Address"
949
- msgstr "An E-Mail-Adresse senden"
950
-
951
- #: modules/sharedaddy/sharing-sources.php:287
952
- msgid "Your Name"
953
- msgstr "Ihr Name"
954
-
955
- #: modules/sharedaddy/sharing-sources.php:290
956
- msgid "Your Email Address"
957
- msgstr "Deine E-Mail-Adresse"
958
-
959
- #: modules/sharedaddy/sharing-sources.php:298
960
- msgid "Send Email"
961
- msgstr "E-Mail senden"
962
-
963
- #: modules/sharedaddy/sharing-sources.php:299
964
- msgid "Cancel"
965
- msgstr "Abbrechen"
966
-
967
- #: modules/sharedaddy/sharing-sources.php:302
968
- msgid "Post was not sent - check your email addresses!"
969
- msgstr "Beitrag nicht abgeschickt - E-Mail Adresse kontrollieren!"
970
-
971
- #: modules/sharedaddy/sharing-sources.php:306
972
- msgid "Email check failed, please try again"
973
- msgstr "E-Mail-Überprüfung gescheitert. Bitte nochmal versuchen."
974
-
975
- #: modules/sharedaddy/sharing-sources.php:310
976
- msgid "Sorry, your blog cannot share posts by email."
977
- msgstr "Ihr Blog kann leider keine Artikel per E-Mail sharen."
978
-
979
- #: modules/sharedaddy/sharing-sources.php:330 modules/widgets/twitter.php:22
980
- msgid "Twitter"
981
- msgstr "Twitter"
982
-
983
- #: modules/sharedaddy/sharing-sources.php:376
984
- msgctxt "share to"
985
- msgid "Twitter"
986
- msgstr "Twitter"
987
-
988
- #: modules/sharedaddy/sharing-sources.php:376
989
- msgid "Click to share on Twitter"
990
- msgstr "Klicken, um auf Twitter zu sharen"
991
-
992
- #: modules/sharedaddy/sharing-sources.php:451
993
- msgid "StumbleUpon"
994
- msgstr "StumbleUpon"
995
-
996
- #: modules/sharedaddy/sharing-sources.php:462
997
- msgctxt "share to"
998
- msgid "StumbleUpon"
999
- msgstr "StumbleUpon"
1000
-
1001
- #: modules/sharedaddy/sharing-sources.php:462
1002
- msgid "Click to share on StumbleUpon"
1003
- msgstr "Klicken, um auf StumbleUpon zu sharen"
1004
-
1005
- #: modules/sharedaddy/sharing-sources.php:489
1006
- #: modules/sharedaddy/sharing-sources.php:496
1007
- msgid "Reddit"
1008
- msgstr "Reddit"
1009
-
1010
- #: modules/sharedaddy/sharing-sources.php:496
1011
- msgid "Click to share on Reddit"
1012
- msgstr "Klicken, um auf Reddit zu sharen"
1013
-
1014
- #: modules/sharedaddy/sharing-sources.php:523
1015
- msgid "Digg"
1016
- msgstr "Digg"
1017
-
1018
- #: modules/sharedaddy/sharing-sources.php:532
1019
- #: modules/sharedaddy/sharing-sources.php:535
1020
- msgid "Click to Digg this post"
1021
- msgstr "Klicken um diesen Artikel zu Diggen"
1022
-
1023
- #: modules/sharedaddy/sharing-sources.php:535
1024
- msgctxt "share to"
1025
- msgid "Digg"
1026
- msgstr "Digg"
1027
-
1028
- #: modules/sharedaddy/sharing-sources.php:579
1029
- msgid "LinkedIn"
1030
- msgstr "LinkedIn"
1031
-
1032
- #: modules/sharedaddy/sharing-sources.php:593
1033
- msgctxt "share to"
1034
- msgid "LinkedIn"
1035
- msgstr "LinkedIn"
1036
-
1037
- #: modules/sharedaddy/sharing-sources.php:593
1038
- msgid "Click to share on LinkedIn"
1039
- msgstr "Anklicken um auf LinkedIn zu teilen"
1040
-
1041
- #: modules/sharedaddy/sharing-sources.php:659
1042
- msgid "Facebook"
1043
- msgstr "Facebook"
1044
-
1045
- #: modules/sharedaddy/sharing-sources.php:734
1046
- msgctxt "share to"
1047
- msgid "Facebook"
1048
- msgstr "Facebook"
1049
-
1050
- #: modules/sharedaddy/sharing-sources.php:734
1051
- msgid "Share on Facebook"
1052
- msgstr "Auf Facebook veröffentlichen"
1053
-
1054
- #: modules/sharedaddy/sharing-sources.php:765
1055
- msgid "Print"
1056
- msgstr "Drucken"
1057
-
1058
- #: modules/sharedaddy/sharing-sources.php:769
1059
- msgctxt "share to"
1060
- msgid "Print"
1061
- msgstr "Drucken"
1062
-
1063
- #: modules/sharedaddy/sharing-sources.php:769
1064
- msgid "Click to print"
1065
- msgstr "Klicken zum Ausdrucken"
1066
-
1067
- #: modules/sharedaddy/sharing-sources.php:785
1068
- msgid "Press This"
1069
- msgstr "Press This"
1070
-
1071
- #: modules/sharedaddy/sharing-sources.php:813
1072
- msgctxt "share to"
1073
- msgid "Press This"
1074
- msgstr "Press This"
1075
-
1076
- #: modules/sharedaddy/sharing-sources.php:813
1077
- msgid "Click to Press This!"
1078
- msgstr "Klicken für Press This!"
1079
-
1080
- #: modules/sharedaddy/sharing-sources.php:831
1081
- msgid "Google +1"
1082
- msgstr "Google +1"
1083
-
1084
- #: modules/sharedaddy/sharing-sources.php:846
1085
- msgctxt "share to"
1086
- msgid "Google +1"
1087
- msgstr ""
1088
-
1089
- #: modules/sharedaddy/sharing-sources.php:846
1090
- msgid "Click to share on Google+"
1091
- msgstr "Zum Teilen auf Google+ anklicken"
1092
-
1093
- #: modules/sharedaddy/sharing-sources.php:935
1094
- msgid "Click to share"
1095
- msgstr "Klicken um zu sharen"
1096
-
1097
- #: modules/sharedaddy/sharing-sources.php:990
1098
- msgid "URL"
1099
- msgstr "URL"
1100
-
1101
- #: modules/sharedaddy/sharing-sources.php:995
1102
- msgid "Icon"
1103
- msgstr "Symbol"
1104
-
1105
- #: modules/sharedaddy/sharing-sources.php:1002
1106
- msgid "Save"
1107
- msgstr "Speichern"
1108
-
1109
- #: modules/sharedaddy/sharing-sources.php:1003
1110
- msgid "Remove Service"
1111
- msgstr "Service entfernen"
1112
-
1113
- #: modules/sharedaddy/sharing-sources.php:1082
1114
- msgid "Tumblr"
1115
- msgstr "Tumblr"
1116
-
1117
- #: modules/sharedaddy/sharing-sources.php:1093
1118
- msgctxt "share to"
1119
- msgid "Tumblr"
1120
- msgstr ""
1121
-
1122
- #: modules/sharedaddy/sharing-sources.php:1093
1123
- msgid "Click to share on Tumblr"
1124
- msgstr ""
1125
-
1126
- #: modules/sharedaddy/sharing-sources.php:1129
1127
- msgid "Pinterest"
1128
- msgstr ""
1129
-
1130
- #: modules/sharedaddy/sharing-sources.php:1159
1131
- msgid "Pin It"
1132
- msgstr ""
1133
-
1134
- #: modules/sharedaddy/sharing-sources.php:1161
1135
- msgctxt "share to"
1136
- msgid "Pinterest"
1137
- msgstr ""
1138
-
1139
- #: modules/sharedaddy/sharing-sources.php:1161
1140
- msgid "Click to share on Pinterest"
1141
- msgstr ""
1142
-
1143
- #: modules/sharedaddy/sharing.php:153
1144
- msgid "Warning! Multibyte support missing!"
1145
- msgstr "Warnung! Multibyte-Unterstützung fehlt!"
1146
-
1147
- #: modules/sharedaddy/sharing.php:154
1148
- msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
1149
- msgstr "Das Plugin wird auch ohne funktionieren, aber Multibyte-Unterstützung wird genutzt <a href=\"%s\">falls verfügbar</a>. Es kann sein, dass du kleinere Probleme mit Tweets und anderen sozialen Diensten haben wirst."
1150
-
1151
- #: modules/sharedaddy/sharing.php:158
1152
- msgid "Settings have been saved"
1153
- msgstr "Einstellungen wurden gespeichert"
1154
-
1155
- #: modules/sharedaddy/sharing.php:169
1156
- msgid "Sharing Buttons"
1157
- msgstr ""
1158
-
1159
- #: modules/sharedaddy/sharing.php:170
1160
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1161
- msgstr "Sharing-Schaltflächen zu deinem Blog hinzufügen und so deinen Besuchern erlauben die Artikel mit ihren Freunden zu teilen."
1162
-
1163
- #: modules/sharedaddy/sharing.php:176
1164
- msgid "Available Services"
1165
- msgstr "Verfügbare Dienste"
1166
-
1167
- #: modules/sharedaddy/sharing.php:177
1168
- msgid "Drag and drop the services you'd like to enable into the box below."
1169
- msgstr "Ziehe die gewünschten Dienste in das Feld unten, um sie zu aktivieren."
1170
-
1171
- #: modules/sharedaddy/sharing.php:178
1172
- msgid "Add a new service"
1173
- msgstr "Neuen Dienst hinzufügen"
1174
-
1175
- #: modules/sharedaddy/sharing.php:198
1176
- msgid "Enabled Services"
1177
- msgstr "Aktivierte Dienste"
1178
-
1179
- #: modules/sharedaddy/sharing.php:201
1180
- msgid "Services dragged here will appear individually."
1181
- msgstr "Dienste, die hierher gezogen wurden, erscheinen gesondert."
1182
-
1183
- #: modules/sharedaddy/sharing.php:204
1184
- msgid "Drag and drop available services here."
1185
- msgstr ""
1186
-
1187
- #: modules/sharedaddy/sharing.php:215
1188
- msgid "Services dragged here will be hidden behind a share button."
1189
- msgstr "Hierher gezogene Dienste werden mit einer Share Schaltfläche ausgeblendet."
1190
-
1191
- #: modules/sharedaddy/sharing.php:230
1192
- msgid "Live Preview"
1193
- msgstr "Live-Vorschau"
1194
-
1195
- #: modules/sharedaddy/sharing.php:233
1196
- msgid "Sharing is off. Add services above to enable."
1197
- msgstr ""
1198
-
1199
- #: modules/module-info.php:638
1200
- msgid "When you write great content, all you really want is people to find it, right?"
1201
- msgstr ""
1202
-
1203
- #: modules/module-info.php:640
1204
- msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
1205
- msgstr ""
1206
-
1207
- #: modules/module-info.php:643
1208
- msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
1209
- msgstr ""
1210
-
1211
- #: modules/module-info.php:645
1212
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
1213
- msgstr ""
1214
-
1215
- #: modules/module-info.php:655
1216
- msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
1217
- msgstr ""
1218
-
1219
- #: modules/module-info.php:675 modules/module-info.php:678
1220
- #: modules/post-by-email.php:89
1221
- msgid "Post by Email"
1222
- msgstr "Per E-Mail bloggen"
1223
-
1224
- #: modules/module-info.php:680
1225
- msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
1226
- msgstr ""
1227
-
1228
- #: modules/module-info.php:684
1229
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
1230
- msgstr ""
1231
-
1232
- #: modules/module-info.php:688
1233
- msgid "More information on sending emails, attachments, and customizing your posts."
1234
- msgstr ""
1235
-
1236
- #: modules/module-info.php:708
1237
- msgid "Photon"
1238
- msgstr ""
1239
-
1240
- #: modules/module-info.php:710
1241
- msgid "Give your site a boost by loading images in post and posts' featured images from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your web host with the click of a button."
1242
- msgstr ""
1243
-
1244
- #: modules/post-by-email.php:92 modules/subscriptions.php:596
1245
- msgid "Email Address"
1246
- msgstr "E-Mail-Adresse"
1247
-
1248
- #: modules/post-by-email.php:107
1249
- msgid "Enable Post By Email"
1250
- msgstr ""
1251
-
1252
- #: modules/post-by-email.php:111 modules/shortcodes/videopress.php:926
1253
- msgid "More information"
1254
- msgstr "Weitere Informationen"
1255
-
1256
- #: modules/post-by-email.php:114
1257
- msgid "Regenerate Address"
1258
- msgstr ""
1259
-
1260
- #: modules/post-by-email.php:115
1261
- msgid "Disable Post By Email"
1262
- msgstr ""
1263
-
1264
- #: modules/post-by-email.php:123
1265
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
1266
- msgstr ""
1267
-
1268
- #: modules/post-by-email.php:126 modules/publicize/publicize-jetpack.php:58
1269
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
1270
- msgstr ""
1271
-
1272
- #: modules/post-by-email.php:167 modules/post-by-email.php:176
1273
- msgid "Unable to create your Post By Email address. Please try again later."
1274
- msgstr ""
1275
-
1276
- #: modules/post-by-email.php:195 modules/post-by-email.php:204
1277
- msgid "Unable to regenerate your Post By Email address. Please try again later."
1278
- msgstr ""
1279
-
1280
- #: modules/post-by-email.php:223 modules/post-by-email.php:232
1281
- msgid "Unable to disable your Post By Email address. Please try again later."
1282
- msgstr ""
1283
-
1284
- #: modules/publicize/publicize-jetpack.php:55
1285
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
1286
- msgstr ""
1287
-
1288
- #: modules/publicize/publicize-jetpack.php:165
1289
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
1290
- msgstr ""
1291
-
1292
- #: modules/publicize/publicize-jetpack.php:167
1293
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
1294
- msgstr ""
1295
-
1296
- #: modules/publicize/publicize-jetpack.php:313
1297
- #: modules/publicize/publicize-jetpack.php:329
1298
- #: modules/publicize/publicize-jetpack.php:453
1299
- msgid "Publicize to my %s:"
1300
- msgstr ""
1301
-
1302
- #: modules/publicize/publicize-jetpack.php:314
1303
- msgid "Facebook Wall"
1304
- msgstr ""
1305
-
1306
- #: modules/publicize/publicize-jetpack.php:330
1307
- msgid "Facebook Page"
1308
- msgstr ""
1309
-
1310
- #: modules/publicize/publicize-jetpack.php:361
1311
- #: modules/publicize/publicize-jetpack.php:473 modules/publicize/ui.php:214
1312
- msgid "OK"
1313
- msgstr "OK"
1314
-
1315
- #: modules/publicize/publicize-jetpack.php:454
1316
- msgid "Tumblr blog"
1317
- msgstr ""
1318
-
1319
- #: modules/publicize/ui.php:35 modules/publicize/ui.php:45
1320
- #: modules/sharedaddy/sharing.php:57 modules/sharedaddy/sharing.php:163
1321
- msgid "Sharing Settings"
1322
- msgstr "Sharing-Einstellungen"
1323
-
1324
- #: modules/publicize/ui.php:76
1325
- msgid "You have successfully connected your blog with your %s account."
1326
- msgstr "Du hast dein Blog erfolgreich mit deinem %s Konto verbunden."
1327
-
1328
- #: modules/publicize/ui.php:91
1329
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
1330
- msgstr "Verknüpfe dein Blog mit bekannten Social-Network-Seiten und teile neue Beiträge automatisch mit deinen Freunden."
1331
-
1332
- #: modules/publicize/ui.php:92
1333
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
1334
- msgstr ""
1335
-
1336
- #: modules/publicize/ui.php:153
1337
- msgid "Shared"
1338
- msgstr ""
1339
-
1340
- #: modules/publicize/ui.php:156 modules/publicize/ui.php:160
1341
- msgid "Disconnect"
1342
- msgstr "Trennen"
1343
-
1344
- #: modules/publicize/ui.php:169
1345
- msgid "Add new %s connection."
1346
- msgstr "Neue %s Verbindung hinzufügen."
1347
-
1348
- #: modules/publicize/ui.php:185
1349
- msgid "Make this connection available to all users of this blog?"
1350
- msgstr "Diese Verbindung allen Benutzern dieses Blogs zugänglich machen?"
1351
-
1352
- #: modules/publicize/ui.php:193
1353
- msgid "There was a problem connecting to %s. Please disconnect and try again."
1354
- msgstr "Beim Verbinden zu %s ist ein Problem aufgetreten. Bitte trennen und nochmal versuchen."
1355
-
1356
- #: modules/publicize/ui.php:383
1357
- msgid "Publicize:"
1358
- msgstr "Publiziere:"
1359
-
1360
- #: modules/publicize/ui.php:429
1361
- msgctxt "Service: Account connected as"
1362
- msgid "%1$s: %2$s"
1363
- msgstr "%1$s: %2$s"
1364
-
1365
- #: modules/publicize/ui.php:464
1366
- msgid "Custom Message:"
1367
- msgstr "Benutzerdefinierte Nachricht:"
1368
-
1369
- #: modules/publicize/ui.php:469 modules/publicize/ui.php:498
1370
- #: modules/publicize/ui.php:500
1371
- msgid "Hide"
1372
- msgstr "Verstecken"
1373
-
1374
- #: modules/publicize/ui.php:478
1375
- msgid "Not Connected"
1376
- msgstr "Nicht verbunden"
1377
-
1378
- #: modules/publicize/ui.php:485
1379
- msgid "Connect to"
1380
- msgstr ""
1381
-
1382
- #: modules/publicize/ui.php:490
1383
- msgid "Connect and share your posts on %s"
1384
- msgstr ""
1385
-
1386
- #: modules/publicize/ui.php:513
1387
- msgid "Show"
1388
- msgstr "Anzeigen"
1389
-
1390
- #: modules/publicize.php:87
1391
- msgctxt "word count: words or characters?"
1392
- msgid "words"
1393
- msgstr "Wörter"
1394
-
1395
- #: modules/sharedaddy/sharedaddy.php:18
1396
- msgid "Shared Post"
1397
- msgstr "Shared Artikel"
1398
-
1399
- #: modules/sharedaddy/sharedaddy.php:35
1400
- msgid "Show sharing buttons."
1401
- msgstr ""
1402
-
1403
- #: modules/sharedaddy/sharedaddy.php:112
1404
- msgid "Disable CSS and JS"
1405
- msgstr "CSS und JS ausschalten"
1406
-
1407
- #: modules/sharedaddy/sharedaddy.php:114
1408
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1409
- msgstr ""
1410
-
1411
- #: modules/sharedaddy/sharing-service.php:12
1412
- msgid "Share this:"
1413
- msgstr "Sharen mit:"
1414
-
1415
- #: modules/sharedaddy/sharing-service.php:523
1416
- #: modules/sharedaddy/sharing.php:245 modules/sharedaddy/sharing.php:278
1417
- msgid "More"
1418
- msgstr "Mehr"
1419
-
1420
- #: modules/sharedaddy/sharing-service.php:525
1421
- msgid "Share"
1422
- msgstr "Teilen"
1423
-
1424
- #: modules/sharedaddy/sharing-sources.php:242
1425
- msgid "This post has been shared!"
1426
- msgstr "Dieser Artikel wurde geshared!"
1427
-
1428
- #: modules/sharedaddy/sharing-sources.php:243
1429
- msgid "You have shared this post with %s"
1430
- msgstr "Du hast diesen Artikel mit %s geshared"
1431
-
1432
- #: modules/sharedaddy/sharing-sources.php:244
1433
- msgid "Close"
1434
- msgstr "Schließen"
1435
-
1436
- #: modules/sharedaddy/sharing-sources.php:266
1437
- msgctxt "share to"
1438
- msgid "Email"
1439
- msgstr "E-Mail"
1440
-
1441
- #: modules/sharedaddy/sharing-sources.php:266
1442
- msgid "Click to email this to a friend"
1443
- msgstr "Klicken, um dies einem Freund per E-Mail zu senden"
1444
-
1445
- #: modules/module-info.php:315 modules/module-info.php:318
1446
- #: modules/module-info.php:339 modules/publicize/ui.php:35
1447
- #: modules/sharedaddy/sharedaddy.php:25 modules/sharedaddy/sharing.php:57
1448
- msgid "Sharing"
1449
- msgstr "Sharing"
1450
-
1451
- #: modules/module-info.php:319
1452
- msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
1453
- msgstr ""
1454
-
1455
- #: modules/module-info.php:323
1456
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
1457
- msgstr "Folgende Dienste sind enthalten: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Drucken und E-Mail."
1458
-
1459
- #: modules/module-info.php:325
1460
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
1461
- msgstr "Folgende Dienste sind enthalten: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Drucken und E-Mail."
1462
-
1463
- #: modules/module-info.php:329
1464
- msgid "Additionally you can define your own custom services."
1465
- msgstr "Zusätzlich kannst du deine eigenen, benutzerdefinierten Dienste einrichten."
1466
-
1467
- #: modules/module-info.php:344
1468
- msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
1469
- msgstr ""
1470
-
1471
- #: modules/module-info.php:345
1472
- msgid "Drag and drop sharing services into the enabled section to have them show up on your site, and drag them into the hidden section to have them hidden behind a button."
1473
- msgstr ""
1474
-
1475
- #: modules/module-info.php:351
1476
- msgid "Full details can be found on the <a href=\"%s\">Sharing support page</a>. This video also gives a swish run-down of how to use the Sharing feature. Watch it in HD for extra snazz!"
1477
- msgstr ""
1478
-
1479
- #: modules/module-info.php:366 modules/module-info.php:370
1480
- msgid "Spelling and Grammar"
1481
- msgstr "Rechtschreibung und Grammatik"
1482
-
1483
- #: modules/module-info.php:372
1484
- msgid "The <a href='%s'>After&nbsp;the&nbsp;Deadline</a> Proofreading service improves your writing by using artificial intelligence to find your errors and offer smart suggestions."
1485
- msgstr ""
1486
-
1487
- #: modules/module-info.php:373
1488
- msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
1489
- msgstr "After the Deadline bietet eine Reihe von <a href=\"%s\">Anpassungsmöglichkeiten</a>, die du in deinem Profil bearbeiten kannst."
1490
-
1491
- #: modules/module-info.php:387 modules/module-info.php:401
1492
- msgid "Widgets Screenshot"
1493
- msgstr "Widgets-Bildschirmfoto"
1494
-
1495
- #: modules/module-info.php:390 modules/module-info.php:404
1496
- msgid "Extra Sidebar Widgets"
1497
- msgstr "Zusätzliche Seitenleisten-Widgets"
1498
-
1499
- #: modules/module-info.php:392
1500
- msgid "The RSS Links Widget "
1501
- msgstr "Das RSS-Links-Widget"
1502
-
1503
- #: modules/module-info.php:392
1504
- msgid "allows you to add links to your blog&#8217;s post and comment RSS feeds in your sidebar. This makes it easy for your readers to stay updated when you post new content or receive new comments."
1505
- msgstr ""
1506
-
1507
- #: modules/module-info.php:393
1508
- msgid "The Twitter Widget "
1509
- msgstr "Das Twitter-Widget"
1510
-
1511
- #: modules/module-info.php:393
1512
- msgid "shows your latest tweets within a sidebar on your theme. It&#8217;s an easy way to add more activity to your site. There are also a number of customization options."
1513
- msgstr "zeigt deine letzten Tweets in einer Seitenleiste deines Themes. Das ist ein einfacher Weg, um deiner Seite mehr Leben einzuhauchen. Es gibt eine Reihe von Anpassungsmöglichkeiten."
1514
-
1515
- #: modules/module-info.php:393
1516
- msgid "The Facebook Like Box Widget "
1517
- msgstr ""
1518
-
1519
- #: modules/module-info.php:393
1520
- msgid "shows your Facebook Like Box within a sidebar on your theme. It&#8217;s a great way to let your readers show their support."
1521
- msgstr ""
1522
-
1523
- #: modules/module-info.php:393
1524
- msgid "The Image Widget "
1525
- msgstr "Das Bild-Widget"
1526
-
1527
- #: modules/module-info.php:393
1528
- msgid "allows you to easily add images to widget areas in your theme. It&#8217;s an easy way to add more visual interest to your site."
1529
- msgstr ""
1530
-
1531
- #: modules/module-info.php:406
1532
- msgid "The RSS Links Widget"
1533
- msgstr "Das RSS-Links-Widget"
1534
-
1535
- #: modules/module-info.php:406
1536
- msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
1537
- msgstr "ermöglicht ein einfaches Einbinden der Artikel- und Kommentar-RSS-Feeds in einer Seitenleiste deines Themes."
1538
-
1539
- #: modules/module-info.php:407
1540
- msgid "The Twitter Widget"
1541
- msgstr "Das Twitter-Widget"
1542
-
1543
- #: modules/module-info.php:407
1544
- msgid "shows your latest tweets within a sidebar on your theme."
1545
- msgstr "zeigt deine letzten Tweets innerhalb einer Seitenleiste deines Themes."
1546
-
1547
- #: modules/module-info.php:408
1548
- msgid "The Facebook Like Box Widget"
1549
- msgstr ""
1550
-
1551
- #: modules/module-info.php:408
1552
- msgid "shows your Facebook Like Box within a sidebar on your theme."
1553
- msgstr ""
1554
-
1555
- #: modules/module-info.php:409
1556
- msgid "The Image Widget"
1557
- msgstr "Das Bild-Widget"
1558
-
1559
- #: modules/module-info.php:409
1560
- msgid "lets you easily add images to a sidebar on your theme."
1561
- msgstr "erlaubt ein einfaches Einbinden von Bildern in eine Seitenleiste deines Themes."
1562
-
1563
- #: modules/module-info.php:411
1564
- msgid "Each of these widgets has a number of customization options."
1565
- msgstr "Jedes dieser Widgets hat eine Reihe von Anpassungsmöglichkeiten."
1566
-
1567
- #: modules/module-info.php:411
1568
- msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
1569
- msgstr "Rufe zum Verwenden der Widgets Design &#8594; <a href=\"%s\">Widgets</a> auf. Ziehe sie in eine deiner Seitenleisten und konfiguriere los."
1570
-
1571
- #: modules/module-info.php:424
1572
- msgid "Subsriptions Screenshot"
1573
- msgstr "Abonnements-Bildschirmfoto"
1574
-
1575
- #: modules/module-info.php:427
1576
- msgid "Subscriptions"
1577
- msgstr "Abonnements"
1578
-
1579
- #: modules/module-info.php:429
1580
- msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
1581
- msgstr ""
1582
-
1583
- #: modules/module-info.php:430
1584
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
1585
- msgstr ""
1586
-
1587
- #: modules/module-info.php:435
1588
- msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
1589
- msgstr ""
1590
-
1591
- #: modules/module-info.php:436
1592
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
1593
- msgstr ""
1594
-
1595
- #: modules/module-info.php:449
1596
- msgid "Enhanced Distribution"
1597
- msgstr ""
1598
-
1599
- #: modules/module-info.php:451
1600
- msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
1601
- msgstr ""
1602
-
1603
- #: modules/module-info.php:466
1604
- msgid "JSON API"
1605
- msgstr ""
1606
-
1607
- #: modules/module-info.php:468
1608
- msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
1609
- msgstr ""
1610
-
1611
- #: modules/module-info.php:470
1612
- msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
1613
- msgstr "Entwickler können WordPress.coms <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> Authentifizierungssystem und die <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> nutzen, um auf den Inhalt deiner Seite zuzugreifen und ihn zu verwalten."
1614
-
1615
- #: modules/module-info.php:498
1616
- msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
1617
- msgstr "Ein Kontaktformular ist eine gute Möglichkeit, deinen Lesern zu ermöglichen, mit dir Kontakt aufzunehmen, ohne deine persönliche E-Mail-Adresse aus der Hand zu geben."
1618
-
1619
- #: modules/module-info.php:501
1620
- msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
1621
- msgstr ""
1622
-
1623
- #: modules/module-info.php:518
1624
- msgid "Jetpack Comments Screenshot"
1625
- msgstr ""
1626
-
1627
- #: modules/module-info.php:523
1628
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
1629
- msgstr ""
1630
-
1631
- #: modules/module-info.php:528
1632
- msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
1633
- msgstr ""
1634
-
1635
- #: modules/module-info.php:549
1636
- msgid "Gallery Carousel Screenshot"
1637
- msgstr ""
1638
-
1639
- #: modules/module-info.php:552
1640
- msgid "Carousel"
1641
- msgstr ""
1642
-
1643
- #: modules/module-info.php:554
1644
- msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
1645
- msgstr ""
1646
-
1647
- #: modules/module-info.php:567 modules/module-info.php:570
1648
- msgid "Custom CSS"
1649
- msgstr "Custom CSS"
1650
-
1651
- #: modules/module-info.php:571
1652
- msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
1653
- msgstr ""
1654
-
1655
- #: modules/module-info.php:572
1656
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
1657
- msgstr ""
1658
-
1659
- #: modules/module-info.php:589 modules/module-info.php:592
1660
- msgid "Mobile Theme"
1661
- msgstr ""
1662
-
1663
- #: modules/module-info.php:593
1664
- msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
1665
- msgstr ""
1666
-
1667
- #: modules/module-info.php:594
1668
- msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
1669
- msgstr ""
1670
-
1671
- #: modules/module-info.php:595
1672
- msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
1673
- msgstr ""
1674
-
1675
- #: modules/module-info.php:611 modules/module-info.php:614
1676
- msgid "Mobile Push Notifications"
1677
- msgstr ""
1678
-
1679
- #: modules/module-info.php:616
1680
- msgid "If you have your blog added to the <a href=\"http://ios.wordpress.org/\">WordPress for iOS app</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
1681
- msgstr ""
1682
-
1683
- #: modules/module-info.php:635
1684
- msgid "Infinite Scroll"
1685
- msgstr ""
1686
-
1687
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:70
1688
- msgid "Your comment is awaiting moderation."
1689
- msgstr "Dein Kommentar muss noch moderiert werden."
1690
-
1691
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:79
1692
- msgid "Reply <span>&darr;</span>"
1693
- msgstr "Kommentiere <span>&darr;</span>"
1694
-
1695
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:93
1696
- msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
1697
- msgstr ""
1698
-
1699
- #: modules/minileven/theme/pub/minileven/index.php:23
1700
- msgid "Daily Archives: %s"
1701
- msgstr "Archiv für den Tag %s"
1702
-
1703
- #: modules/minileven/theme/pub/minileven/index.php:25
1704
- msgid "Monthly Archives: %s"
1705
- msgstr "Archiv für den Monat %s"
1706
-
1707
- #: modules/minileven/theme/pub/minileven/index.php:27
1708
- msgid "Yearly Archives: %s"
1709
- msgstr "Archiv für das Jahr %s"
1710
-
1711
- #: modules/minileven/theme/pub/minileven/index.php:29
1712
- msgid "Posted in %s"
1713
- msgstr "Ver&ouml;ffentlicht in %s"
1714
-
1715
- #: modules/minileven/theme/pub/minileven/index.php:31
1716
- msgid "Tagged with %s"
1717
- msgstr ""
1718
-
1719
- #: modules/minileven/theme/pub/minileven/index.php:33
1720
- msgid "Posted by"
1721
- msgstr "Geschrieben von"
1722
-
1723
- #: modules/minileven/theme/pub/minileven/index.php:35
1724
- msgid "Blog Archives"
1725
- msgstr "Blog-Archive"
1726
-
1727
- #: modules/minileven/theme/pub/minileven/index.php:43
1728
- msgid "Search Results for: %s"
1729
- msgstr "Suchergebnisse für: %s"
1730
-
1731
- #: modules/minileven/theme/pub/minileven/index.php:57
1732
- msgid "Nothing Found"
1733
- msgstr "Es konnte nichts gefunden werden."
1734
-
1735
- #: modules/minileven/theme/pub/minileven/index.php:61
1736
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
1737
- msgstr "Entschuldige bitte, aber in diesem Archiv wurden keine Ergebnisse gefunden. Vielleicht hilft die Suchfunktion ein Ergebnis zu finden."
1738
-
1739
- #: modules/minileven/theme/pub/minileven/searchform.php:9
1740
- #: modules/minileven/theme/pub/minileven/searchform.php:10
1741
- #: modules/minileven/theme/pub/minileven/searchform.php:11
1742
- msgid "Search"
1743
- msgstr "Suchen"
1744
-
1745
- #: modules/minileven.php:48
1746
- msgid "Excerpts"
1747
- msgstr ""
1748
-
1749
- #: modules/minileven.php:52
1750
- msgid "Enable excerpts on front page and on archive pages"
1751
- msgstr ""
1752
-
1753
- #: modules/minileven.php:57
1754
- msgid "Show full posts on front page and on archive pages"
1755
- msgstr ""
1756
-
1757
- #: modules/minileven.php:62
1758
- msgid "Mobile App Promos"
1759
- msgstr ""
1760
-
1761
- #: modules/minileven.php:66
1762
- msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
1763
- msgstr ""
1764
-
1765
- #: modules/minileven.php:75
1766
- msgid "Mobile Apps"
1767
- msgstr ""
1768
-
1769
- #: modules/minileven.php:76
1770
- msgid "Take WordPress with you."
1771
- msgstr "Habe WordPress immer dabei."
1772
-
1773
- #: modules/minileven.php:78
1774
- msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
1775
- msgstr "Wir haben Apps für <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a> und <a href=\"%s\">mehr</a>!"
1776
-
1777
- #: modules/module-info.php:22 modules/module-info.php:26
1778
- msgid "VaultPress"
1779
- msgstr "VaultPress"
1780
-
1781
- #: modules/module-info.php:28
1782
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
1783
- msgstr ""
1784
-
1785
- #: modules/module-info.php:29
1786
- msgctxt "Visit your _VaultPress_dashboard_."
1787
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
1788
- msgstr ""
1789
-
1790
- #: modules/module-info.php:29
1791
- msgid "VaultPress dashboard"
1792
- msgstr "VaultPress-Dashboard"
1793
-
1794
- #: modules/module-info.php:31
1795
- msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
1796
- msgstr ""
1797
-
1798
- #: modules/module-info.php:32
1799
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
1800
- msgid "View %s."
1801
- msgstr "%s anzeigen."
1802
-
1803
- #: modules/module-info.php:32
1804
- msgid "Plans & Pricing"
1805
- msgstr "Tarife & Preise"
1806
-
1807
- #: modules/module-info.php:53 modules/module-info.php:68
1808
- msgid "Gravatar Hovercard"
1809
- msgstr "Gravatar Hovercard"
1810
-
1811
- #: modules/module-info.php:58 modules/module-info.php:73
1812
- msgid "What&#8217;s a Hovercard?"
1813
- msgstr "Was ist eine Hovercard?"
1814
-
1815
- #: modules/module-info.php:59
1816
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
1817
- msgstr ""
1818
-
1819
- #: modules/module-info.php:60
1820
- msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
1821
- msgstr ""
1822
-
1823
- #: modules/module-info.php:74
1824
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
1825
- msgstr ""
1826
-
1827
- #: modules/module-info.php:75
1828
- msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
1829
- msgstr "Um Hovercards zu sehen gehe zu einem Artikel auf deinem Blog der bereits Kommentare hat. Wenn der Kommentarschreiber eine Hovercard zu seinem Gravatar angelegt hat, dann kannst du sie anzeigen indem du mit der Maus über seinen Gravatar fährst. Um Hovercards zu deaktivieren klicke auf den 'Deaktivieren'-Button weiter oben."
1830
-
1831
- #: modules/module-info.php:90 modules/module-info.php:94
1832
- #: modules/module-info.php:103 modules/module-info.php:107
1833
- msgid "Shortcode Embeds"
1834
- msgstr ""
1835
-
1836
- #: modules/module-info.php:95 modules/module-info.php:108
1837
- msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
1838
- msgstr ""
1839
-
1840
- #: modules/module-info.php:109
1841
- msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
1842
- msgstr ""
1843
-
1844
- #: modules/module-info.php:132
1845
- msgid "Available shortcodes are: %l."
1846
- msgstr "Die verfügbaren Shortcodes sind: %l."
1847
-
1848
- #: modules/module-info.php:147 modules/module-info.php:151
1849
- #: modules/module-info.php:161 modules/module-info.php:165
1850
- msgid "WP.me Shortlinks"
1851
- msgstr "WP.me Kurzlinks"
1852
-
1853
- #: modules/module-info.php:152 modules/module-info.php:166
1854
- msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
1855
- msgstr "Anstatt lange URLs abzutippen oder zu kopieren kannst du nun einen kurzen und einfachen Link zu deinen Artikeln und Seiten bekommen. Die extrem kompakte Domain wp.me gibt dir einzigartige URLs die sicher und verlässlich funktionieren."
1856
-
1857
- #: modules/module-info.php:153
1858
- msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
1859
- msgstr "Es ist perfekt für den Einsatz auf Twitter, Facebook und SMS Nachrichten, wo jeder Buchstabe zählt."
1860
-
1861
- #: modules/module-info.php:167
1862
- msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
1863
- msgstr ""
1864
-
1865
- #: modules/module-info.php:182 modules/module-info.php:186
1866
- #: modules/module-info.php:195 modules/module-info.php:199
1867
- msgid "WordPress.com Stats"
1868
- msgstr ""
1869
-
1870
- #: modules/module-info.php:187 modules/module-info.php:200
1871
- msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
1872
- msgstr ""
1873
-
1874
- #: modules/module-info.php:201
1875
- msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
1876
- msgstr ""
1877
-
1878
- #: modules/module-info.php:215 modules/module-info.php:219
1879
- #: modules/publicize/ui.php:89
1880
- msgid "Publicize"
1881
- msgstr "Publizieren"
1882
-
1883
- #: modules/module-info.php:220
1884
- msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
1885
- msgstr ""
1886
-
1887
- #: modules/module-info.php:221
1888
- msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
1889
- msgstr ""
1890
-
1891
- #: modules/module-info.php:225
1892
- msgid "Manage your <a href=\"%s\">Publicize settings</a>."
1893
- msgstr ""
1894
-
1895
- #: modules/module-info.php:229 modules/publicize/ui.php:102
1896
- msgid "More information on using Publicize."
1897
- msgstr ""
1898
-
1899
- #: modules/module-info.php:245 modules/module-info.php:249
1900
- #: modules/module-info.php:258 modules/module-info.php:262
1901
- #: modules/notes.php:106
1902
- msgid "Notifications"
1903
- msgstr "Benachrichtigungen"
1904
-
1905
- #: modules/module-info.php:250 modules/module-info.php:263
1906
- msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
1907
- msgstr ""
1908
-
1909
- #: modules/module-info.php:264
1910
- msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
1911
- msgstr ""
1912
-
1913
- #: modules/module-info.php:279 modules/module-info.php:294
1914
- msgid "LaTeX"
1915
- msgstr "LaTeX"
1916
-
1917
- #: modules/module-info.php:284 modules/module-info.php:299
1918
- msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
1919
- msgstr "%s ist eine mächtige Auszeichnungssprache, um komplexe mathematische Gleichungen, Formeln, usw. darzustellen."
1920
-
1921
- #: modules/module-info.php:285
1922
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
1923
- msgstr ""
1924
-
1925
- #: modules/module-info.php:286
1926
- msgid "Wow, that sounds nerdy."
1927
- msgstr "Wow, das klingt nerdig."
1928
-
1929
- #: modules/module-info.php:300
1930
- msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
1931
- msgstr ""
1932
-
1933
- #: modules/custom-css/custom-css.php:865
1934
- msgid "Preview"
1935
- msgstr "Vorschau"
1936
-
1937
- #: modules/custom-css/custom-css.php:866
1938
- msgid "Save Stylesheet &amp; Buy Upgrade"
1939
- msgstr "Stylesheet speichern &amp; Upgrade kaufen"
1940
-
1941
- #: modules/custom-css/custom-css.php:866
1942
- msgid "Save Stylesheet"
1943
- msgstr "Stylesheet speichern"
1944
-
1945
- #: modules/custom-css/custom-css.php:871
1946
- msgid "CSS Settings"
1947
- msgstr "CSS-Einstellungen"
1948
-
1949
- #: modules/custom-css/custom-css.php:878
1950
- msgid "CSS Revisions"
1951
- msgstr "CSS Revisionen"
1952
-
1953
- #: modules/custom-css/custom-css.php:916
1954
- msgid "Add my CSS to <strong>%s&apos;s</strong> CSS stylesheet."
1955
- msgstr "Mein CSS zu <strong>%s&apos;s</strong> CSS-Stylesheet hinzufügen."
1956
-
1957
- #: modules/custom-css/custom-css.php:917
1958
- msgid "Don&apos;t use <strong>%s&apos;s</strong> CSS, and replace everything with my own CSS."
1959
- msgstr "Benutze <strong>%s&apos;s</strong> CSS gar nicht, sondern ersetze alles mit meinem eigenen CSS."
1960
-
1961
- #: modules/custom-css/custom-css.php:919
1962
- msgid "<a href=\"%s\">View the original stylesheet</a> for the %s theme. Use this as a reference and do not copy and paste all of it into the CSS Editor."
1963
- msgstr ""
1964
-
1965
- #: modules/gravatar-hovercards.php:44 modules/module-info.php:57
1966
- #: modules/module-info.php:72
1967
- msgid "Gravatar Hovercards"
1968
- msgstr "Gravatar Hovercards"
1969
-
1970
- #: modules/gravatar-hovercards.php:56
1971
- msgid "View people's profiles when you mouse over their Gravatars"
1972
- msgstr ""
1973
-
1974
- #: modules/gravatar-hovercards.php:83
1975
- msgid "Put your mouse over your Gravatar to check out your profile."
1976
- msgstr ""
1977
-
1978
- #: modules/infinite-scroll/infinity.php:238
1979
- msgid "To infinity and beyond"
1980
- msgstr ""
1981
-
1982
- #: modules/infinite-scroll/infinity.php:247
1983
- msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
1984
- msgstr ""
1985
-
1986
- #: modules/infinite-scroll/infinity.php:253
1987
- msgid "Scroll Infinitely"
1988
- msgstr ""
1989
-
1990
- #: modules/infinite-scroll/infinity.php:253
1991
- msgid "(Shows %s posts on each load)"
1992
- msgstr ""
1993
-
1994
- #: modules/infinite-scroll/infinity.php:442
1995
- msgid "Load more posts"
1996
- msgstr "Weitere Artikel laden"
1997
-
1998
- #: modules/infinite-scroll/infinity.php:443
1999
- msgid "Scroll back to top"
2000
- msgstr "An den Anfang zurückscrollen"
2001
-
2002
- #: modules/infinite-scroll/infinity.php:813
2003
- msgid "Theme: %1$s."
2004
- msgstr "Theme: %1$s."
2005
-
2006
- #: modules/infinite-scroll.php:79
2007
- msgid "Use Google Analytics with Infinite Scroll"
2008
- msgstr ""
2009
-
2010
- #: modules/infinite-scroll.php:90
2011
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2012
- msgstr ""
2013
-
2014
- #: modules/infinite-scroll.php:90
2015
- msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
2016
- msgstr ""
2017
-
2018
- #: modules/minileven/minileven.php:90
2019
- msgid "View Mobile Site"
2020
- msgstr "Mobile Seite ansehen"
2021
-
2022
- #: modules/minileven/minileven.php:254
2023
- msgid "Apply this CSS to the Mobile Theme"
2024
- msgstr ""
2025
-
2026
- #: modules/minileven/theme/pub/minileven/comments.php:15
2027
- msgid "This post is password protected. Enter the password to view any comments."
2028
- msgstr "Dieser Beitrag ist passwortgeschützt. Um Kommentare anschauen zu können musst du das Passwort angeben."
2029
-
2030
- #: modules/minileven/theme/pub/minileven/comments.php:45
2031
- msgid "Comment navigation"
2032
- msgstr "Kommentar-Navigation"
2033
-
2034
- #: modules/minileven/theme/pub/minileven/comments.php:46
2035
- msgid "&larr; Older Comments"
2036
- msgstr "&larr; Ältere Kommentare"
2037
-
2038
- #: modules/minileven/theme/pub/minileven/comments.php:47
2039
- msgid "Newer Comments &rarr;"
2040
- msgstr "Neuere Kommentare &rarr;"
2041
-
2042
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2043
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2044
- #: modules/minileven/theme/pub/minileven/content.php:13
2045
- #: modules/minileven/theme/pub/minileven/content.php:17
2046
- msgid "Permalink to %s"
2047
- msgstr "Permalink zu %s"
2048
-
2049
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2050
- msgid "Gallery"
2051
- msgstr "Galerie"
2052
-
2053
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2054
- #: modules/minileven/theme/pub/minileven/content.php:36
2055
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:26
2056
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2057
- msgstr "Weiterlesen <span class=\"meta-nav\">&rarr;</span>"
2058
-
2059
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2060
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
2061
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2062
- msgstr[0] "Diese Galerie enthält <a %1$s>%2$s Foto</a>."
2063
- msgstr[1] "Diese Galerie enthält <a %1$s>%2$s Fotos</a>."
2064
-
2065
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2066
- #: modules/minileven/theme/pub/minileven/content.php:38
2067
- #: modules/minileven/theme/pub/minileven/image.php:64
2068
- #: modules/minileven/theme/pub/minileven/page.php:27
2069
- msgid "Pages:"
2070
- msgstr "Seiten:"
2071
-
2072
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2073
- #: modules/minileven/theme/pub/minileven/content.php:46
2074
- #: modules/minileven/theme/pub/minileven/image.php:80
2075
- msgid "<b>1</b> Reply"
2076
- msgstr "<b>1</b> Kommentar"
2077
-
2078
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2079
- #: modules/minileven/theme/pub/minileven/content.php:46
2080
- #: modules/minileven/theme/pub/minileven/image.php:80
2081
- msgid "<b>%</b> Replies"
2082
- msgstr "<b>%</b> Kommentare"
2083
-
2084
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
2085
- #: modules/minileven/theme/pub/minileven/content.php:48
2086
- #: modules/minileven/theme/pub/minileven/image.php:82
2087
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:66
2088
- #: modules/minileven/theme/pub/minileven/page.php:31
2089
- #: modules/publicize/ui.php:511
2090
- msgid "Edit"
2091
- msgstr "Bearbeiten"
2092
-
2093
- #: modules/minileven/theme/pub/minileven/content.php:14
2094
- msgid "Featured"
2095
- msgstr "Hervorgehoben"
2096
-
2097
- #: modules/minileven/theme/pub/minileven/content.php:23
2098
- msgid "Posted by "
2099
- msgstr ""
2100
-
2101
- #: modules/minileven/theme/pub/minileven/content.php:25
2102
- msgid "%s"
2103
- msgstr "%s"
2104
-
2105
- #: modules/minileven/theme/pub/minileven/content.php:46
2106
- #: modules/minileven/theme/pub/minileven/image.php:80
2107
- msgid "Leave a reply"
2108
- msgstr "Kommentar hinterlassen"
2109
-
2110
- #: modules/minileven/theme/pub/minileven/content.php:54
2111
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2112
- msgid "Post navigation"
2113
- msgstr "Artikelnavigation"
2114
-
2115
- #: modules/minileven/theme/pub/minileven/content.php:55
2116
- msgid "&laquo; Previous"
2117
- msgstr "&laquo; zurück"
2118
-
2119
- #: modules/minileven/theme/pub/minileven/content.php:56
2120
- msgid "Next &raquo;"
2121
- msgstr "weiter &raquo;"
2122
-
2123
- #: modules/minileven/theme/pub/minileven/footer.php:22
2124
- msgid "http://wordpress.org/"
2125
- msgstr "http://wordpress.org/"
2126
-
2127
- #: modules/minileven/theme/pub/minileven/footer.php:22
2128
- msgid "Semantic Personal Publishing Platform"
2129
- msgstr "Semantic Personal Publishing Platform"
2130
-
2131
- #: modules/minileven/theme/pub/minileven/footer.php:22
2132
- msgid "Proudly powered by %s"
2133
- msgstr "Proudly powered by %s"
2134
-
2135
- #: modules/minileven/theme/pub/minileven/functions.php:54
2136
- msgid "Primary Menu"
2137
- msgstr "Primäres Menü"
2138
-
2139
- #: modules/minileven/theme/pub/minileven/functions.php:92
2140
- msgid "Main Sidebar"
2141
- msgstr "Allgemeine Sidebar"
2142
-
2143
- #: modules/minileven/theme/pub/minileven/header.php:32
2144
- msgid "Page %s"
2145
- msgstr "Seite %s"
2146
-
2147
- #: modules/minileven/theme/pub/minileven/header.php:50
2148
- msgid "Menu"
2149
- msgstr "Menü"
2150
-
2151
- #: modules/minileven/theme/pub/minileven/header.php:53
2152
- msgid "Skip to primary content"
2153
- msgstr "Zum Inhalt wechseln"
2154
-
2155
- #: modules/minileven/theme/pub/minileven/image.php:73
2156
- msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
2157
- msgstr ""
2158
-
2159
- #: modules/minileven/theme/pub/minileven/image.php:87
2160
- msgid "Image navigation"
2161
- msgstr "Bilder-Navigation"
2162
-
2163
- #: modules/minileven/theme/pub/minileven/image.php:88
2164
- msgid "&raquo; Previous"
2165
- msgstr ""
2166
-
2167
- #: modules/minileven/theme/pub/minileven/image.php:89
2168
- msgid "Next &raquo; "
2169
- msgstr ""
2170
-
2171
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2172
- msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2173
- msgstr ""
2174
-
2175
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2176
- msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2177
- msgstr ""
2178
-
2179
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2180
- msgid "Pingback:"
2181
- msgstr "Pingback:"
2182
-
2183
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2184
- msgid "%1$s on %2$s"
2185
- msgstr "%1$s zu %2$s"
2186
-
2187
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
2188
- msgid "%1$s at %2$s"
2189
- msgstr "%1$s um %2$s"
2190
-
2191
- #: modules/contact-form/grunion-contact-form.php:1242
2192
- msgid "%s is required"
2193
- msgstr "%s ist erforderlich."
2194
-
2195
- #: modules/contact-form/grunion-contact-form.php:1289
2196
- #: modules/contact-form/grunion-contact-form.php:1295
2197
- #: modules/contact-form/grunion-contact-form.php:1300
2198
- #: modules/contact-form/grunion-contact-form.php:1314
2199
- #: modules/contact-form/grunion-contact-form.php:1320
2200
- #: modules/contact-form/grunion-contact-form.php:1333
2201
- msgid "(required)"
2202
- msgstr "(erforderlich)"
2203
-
2204
- #: modules/contact-form/grunion-contact-form.php:1313
2205
- msgid "Yes"
2206
- msgstr "Ja"
2207
-
2208
- #: modules/contact-form/grunion-form-view.php:8
2209
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
2210
- msgid "Name"
2211
- msgstr "Name"
2212
-
2213
- #: modules/contact-form/grunion-form-view.php:9
2214
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
2215
- msgid "Email"
2216
- msgstr "E-Mail"
2217
-
2218
- #: modules/contact-form/grunion-form-view.php:10
2219
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
2220
- msgid "Website"
2221
- msgstr "Webseite"
2222
-
2223
- #: modules/contact-form/grunion-form-view.php:11
2224
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
2225
- msgid "Comment"
2226
- msgstr "Kommentar"
2227
-
2228
- #: modules/contact-form/grunion-form-view.php:12
2229
- msgctxt "Default label for new HTML form field in contact form builder"
2230
- msgid "New Field"
2231
- msgstr "Neues Feld"
2232
-
2233
- #: modules/contact-form/grunion-form-view.php:13
2234
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
2235
- msgid "Options"
2236
- msgstr "Einstellungen"
2237
-
2238
- #: modules/contact-form/grunion-form-view.php:14
2239
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
2240
- msgid "Option"
2241
- msgstr "Option"
2242
-
2243
- #: modules/contact-form/grunion-form-view.php:15
2244
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
2245
- msgid "First option"
2246
- msgstr "Erste Option"
2247
-
2248
- #: modules/contact-form/grunion-form-view.php:16
2249
- msgctxt "error message in contact form builder"
2250
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
2251
- msgstr ""
2252
-
2253
- #: modules/contact-form/grunion-form-view.php:17
2254
- msgid ""
2255
- "Drag up or down\n"
2256
- "to re-arrange"
2257
- msgstr ""
2258
-
2259
- #: modules/contact-form/grunion-form-view.php:18
2260
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
2261
- msgid "move"
2262
- msgstr "Verschieben"
2263
-
2264
- #: modules/contact-form/grunion-form-view.php:19
2265
- msgctxt "Link to edit an HTML form field in contact form builder"
2266
- msgid "edit"
2267
- msgstr "Bearbeiten"
2268
-
2269
- #: modules/contact-form/grunion-form-view.php:20
2270
- msgid "Saved successfully"
2271
- msgstr "Erfolgreich gespeichert"
2272
-
2273
- #: modules/contact-form/grunion-form-view.php:21
2274
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
2275
- msgid "(required)"
2276
- msgstr "(erforderlich)"
2277
-
2278
- #: modules/contact-form/grunion-form-view.php:22
2279
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
2280
- msgstr ""
2281
-
2282
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
2283
- #: modules/module-info.php:495
2284
- msgid "Contact Form"
2285
- msgstr "Kontaktformular"
2286
-
2287
- #: modules/contact-form/grunion-form-view.php:118
2288
- msgid "Your new field was saved successfully"
2289
- msgstr ""
2290
-
2291
- #: modules/contact-form/grunion-form-view.php:120
2292
- msgid "Form builder"
2293
- msgstr ""
2294
-
2295
- #: modules/contact-form/grunion-form-view.php:121
2296
- msgid "Email notifications"
2297
- msgstr "E-Mail-Benachrichtigungen"
2298
-
2299
- #: modules/contact-form/grunion-form-view.php:126
2300
- msgid "How does this work?"
2301
- msgstr ""
2302
-
2303
- #: modules/contact-form/grunion-form-view.php:127
2304
- msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
2305
- msgstr ""
2306
-
2307
- #: modules/contact-form/grunion-form-view.php:128
2308
- msgid "Can I add more fields?"
2309
- msgstr ""
2310
-
2311
- #: modules/contact-form/grunion-form-view.php:130
2312
- msgctxt "%1$s = \"Click here\" in an HTML link"
2313
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
2314
- msgstr ""
2315
-
2316
- #: modules/contact-form/grunion-form-view.php:131
2317
- msgid "Click here"
2318
- msgstr "Klicke hier"
2319
-
2320
- #: modules/contact-form/grunion-form-view.php:133
2321
- msgid "Can I view my feedback within WordPress?"
2322
- msgstr ""
2323
-
2324
- #: modules/contact-form/grunion-form-view.php:135
2325
- msgctxt "%1$s = \"Feedbacks\" in an HTML link"
2326
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
2327
- msgstr ""
2328
-
2329
- #: modules/contact-form/grunion-form-view.php:141
2330
- msgid "Do I need to fill this out?"
2331
- msgstr ""
2332
-
2333
- #: modules/contact-form/grunion-form-view.php:142
2334
- msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
2335
- msgstr ""
2336
-
2337
- #: modules/contact-form/grunion-form-view.php:146
2338
- msgid "Edit this new field"
2339
- msgstr ""
2340
-
2341
- #: modules/contact-form/grunion-form-view.php:148
2342
- #: modules/sharedaddy/sharing-sources.php:985
2343
- msgid "Label"
2344
- msgstr "Titel"
2345
-
2346
- #: modules/contact-form/grunion-form-view.php:149
2347
- msgid "New field"
2348
- msgstr ""
2349
-
2350
- #: modules/contact-form/grunion-form-view.php:151
2351
- msgid "Field type"
2352
- msgstr ""
2353
-
2354
- #: modules/contact-form/grunion-form-view.php:153
2355
- msgid "Checkbox"
2356
- msgstr ""
2357
-
2358
- #: modules/contact-form/grunion-form-view.php:154
2359
- msgid "Drop down"
2360
- msgstr ""
2361
-
2362
- #: modules/contact-form/grunion-form-view.php:157
2363
- msgid "Radio"
2364
- msgstr "Radio"
2365
-
2366
- #: modules/contact-form/grunion-form-view.php:158
2367
- msgid "Text"
2368
- msgstr "Text"
2369
-
2370
- #: modules/contact-form/grunion-form-view.php:159
2371
- msgid "Textarea"
2372
- msgstr "Textarea"
2373
-
2374
- #: modules/contact-form/grunion-form-view.php:166
2375
- msgid "Options"
2376
- msgstr "Einstellungen"
2377
-
2378
- #: modules/contact-form/grunion-form-view.php:167
2379
- msgid "First option"
2380
- msgstr ""
2381
-
2382
- #: modules/contact-form/grunion-form-view.php:170
2383
- msgid "Add another option"
2384
- msgstr ""
2385
-
2386
- #: modules/contact-form/grunion-form-view.php:177
2387
- msgid "Required?"
2388
- msgstr ""
2389
-
2390
- #: modules/contact-form/grunion-form-view.php:182
2391
- msgid "Save this field"
2392
- msgstr ""
2393
-
2394
- #: modules/contact-form/grunion-form-view.php:187
2395
- msgid "Here&#8217;s what your form will look like"
2396
- msgstr ""
2397
-
2398
- #: modules/contact-form/grunion-form-view.php:192
2399
- msgid "Add a new field"
2400
- msgstr ""
2401
-
2402
- #: modules/contact-form/grunion-form-view.php:194
2403
- msgid "Add this form to my post"
2404
- msgstr ""
2405
-
2406
- #: modules/contact-form/grunion-form-view.php:197
2407
- msgid "Email settings"
2408
- msgstr "E-Mail-Einstellungen"
2409
-
2410
- #: modules/contact-form/grunion-form-view.php:199
2411
- msgid "Enter your email address"
2412
- msgstr ""
2413
-
2414
- #: modules/contact-form/grunion-form-view.php:202
2415
- msgid "What should the subject line be?"
2416
- msgstr ""
2417
-
2418
- #: modules/contact-form/grunion-form-view.php:205
2419
- msgid "Save and go back to form builder"
2420
- msgstr ""
2421
-
2422
- #: modules/custom-css/custom-css.php:486
2423
- msgid ""
2424
- "Welcome to Custom CSS!\n"
2425
- "\n"
2426
- "CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.\n"
2427
- "\n"
2428
- "By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don't need to copy all your theme's stylesheet content."
2429
- msgstr ""
2430
-
2431
- #: modules/custom-css/custom-css.php:595
2432
- msgid "Preview: changes must be saved or they will be lost"
2433
- msgstr "Vorschau: Änderungen müssen gespeichert werden oder sie gehen verloren."
2434
-
2435
- #: modules/custom-css/custom-css.php:623
2436
- msgid "Edit CSS"
2437
- msgstr "CSS bearbeiten"
2438
-
2439
- #: modules/custom-css/custom-css.php:637
2440
- msgid "CSS"
2441
- msgstr "CSS"
2442
-
2443
- #: modules/custom-css/custom-css.php:676
2444
- msgid "Custom CSS Stylesheet"
2445
- msgstr ""
2446
-
2447
- #: modules/custom-css/custom-css.php:836
2448
- msgid "Stylesheet saved."
2449
- msgstr "Stylesheet gespeichert."
2450
-
2451
- #: modules/custom-css/custom-css.php:844
2452
- msgid "CSS Stylesheet Editor"
2453
- msgstr "CSS Stylesheet Editor"
2454
-
2455
- #: modules/custom-css/custom-css.php:845
2456
- msgid ""
2457
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
2458
- "\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
2459
- msgstr ""
2460
-
2461
- #: modules/carousel/jetpack-carousel.php:443
2462
- msgid "White"
2463
- msgstr "Weiss"
2464
-
2465
- #: modules/carousel/jetpack-carousel.php:451
2466
- msgid "Display images in full-size carousel slideshow."
2467
- msgstr ""
2468
-
2469
- #: modules/comments/admin.php:50 modules/comments/comments.php:178
2470
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2471
- msgid "Leave a Reply"
2472
- msgstr "Kommentar verfassen"
2473
-
2474
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:147
2475
- msgid "Light"
2476
- msgstr "Hell"
2477
-
2478
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:148
2479
- msgid "Dark"
2480
- msgstr "Dunkel"
2481
-
2482
- #: modules/comments/admin.php:56
2483
- msgid "Transparent"
2484
- msgstr ""
2485
-
2486
- #: modules/comments/admin.php:72 modules/module-info.php:521
2487
- msgid "Jetpack Comments"
2488
- msgstr ""
2489
-
2490
- #: modules/comments/admin.php:81
2491
- msgid "Greeting Text"
2492
- msgstr ""
2493
-
2494
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
2495
- #: modules/widgets/facebook-likebox.php:145
2496
- msgid "Color Scheme"
2497
- msgstr "Farbschema"
2498
-
2499
- #: modules/comments/admin.php:118
2500
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
2501
- msgstr ""
2502
-
2503
- #: modules/comments/admin.php:134
2504
- msgid "A few catchy words to motivate your readers to comment"
2505
- msgstr ""
2506
-
2507
- #: modules/comments/base.php:84
2508
- msgid "Invalid request"
2509
- msgstr ""
2510
-
2511
- #: modules/comments/base.php:231
2512
- msgid "Error: please fill the required fields (name, email)."
2513
- msgstr "Fehler: Bitte füll die erforderlichen Felder aus (Name, E-Mail-Adresse)."
2514
-
2515
- #: modules/comments/base.php:233
2516
- msgid "Error: please enter a valid email address."
2517
- msgstr "Fehler: Bitte gib eine gültige E-Mail-Adresse ein."
2518
-
2519
- #: modules/comments/comments.php:154
2520
- msgid "You must <a href=\"%s\">log in</a> to post a comment."
2521
- msgstr ""
2522
-
2523
- #: modules/comments/comments.php:217
2524
- msgid "Cancel Reply"
2525
- msgstr "Antworten abbrechen"
2526
-
2527
- #: modules/comments/comments.php:351
2528
- msgid "Invalid security token."
2529
- msgstr ""
2530
-
2531
- #: modules/comments/comments.php:412 modules/comments/comments.php:463
2532
- msgid "Submitting Comment%s"
2533
- msgstr ""
2534
-
2535
- #: modules/contact-form/admin.php:27
2536
- msgid "Add a custom form"
2537
- msgstr "Füge ein benutzerdefiniertes Formular hinzu"
2538
-
2539
- #: modules/contact-form/admin.php:129
2540
- msgid "From"
2541
- msgstr "Von"
2542
-
2543
- #: modules/contact-form/admin.php:130
2544
- #: modules/contact-form/grunion-contact-form.php:556
2545
- msgid "Message"
2546
- msgstr "Nachricht"
2547
-
2548
- #: modules/contact-form/admin.php:131
2549
- msgid "Date"
2550
- msgstr "Datum"
2551
-
2552
- #: modules/contact-form/admin.php:201
2553
- msgid "Restore this item from the Trash"
2554
- msgstr "Dieses Element aus dem Papierkorb wiederherstellen"
2555
-
2556
- #: modules/contact-form/admin.php:203
2557
- msgid "Restore"
2558
- msgstr "Wiederherstellen"
2559
-
2560
- #: modules/contact-form/admin.php:206 modules/contact-form/admin.php:305
2561
- msgid "Delete this item permanently"
2562
- msgstr "Dieses Element endgültig löschen"
2563
-
2564
- #: modules/contact-form/admin.php:208 modules/contact-form/admin.php:307
2565
- msgid "Delete Permanently"
2566
- msgstr "Endgültig löschen"
2567
-
2568
- #: modules/contact-form/admin.php:239
2569
- msgid "Mark this message as spam"
2570
- msgstr "Markiere diese Nachricht als Spam"
2571
-
2572
- #: modules/contact-form/admin.php:246 modules/contact-form/admin.php:248
2573
- #: modules/contact-form/admin.php:540
2574
- msgid "Trash"
2575
- msgstr "Papierkorb"
2576
-
2577
- #: modules/contact-form/admin.php:299
2578
- msgid "Mark this message as NOT spam"
2579
- msgstr "Markiere diese Nachricht als \"Kein Spam\""
2580
-
2581
- #: modules/contact-form/admin.php:338
2582
- msgid "Y-m-d @ g:i:s A"
2583
- msgstr "d.m.Y @ G:i:s"
2584
-
2585
- #: modules/contact-form/admin.php:462
2586
- msgid "You are not allowed to manage this item."
2587
- msgstr "Es ist dir nicht erlaubt, dieses Element zu bearbeiten."
2588
-
2589
- #: modules/contact-form/admin.php:496
2590
- msgid "You are not allowed to move this item out of the Trash."
2591
- msgstr "Du verfügst nicht über ausreichende Rechte, um dieses Element aus dem Papierkorb wiederherzustellen."
2592
-
2593
- #: modules/contact-form/admin.php:499
2594
- msgid "Error in restoring from Trash."
2595
- msgstr "Fehler beim Wiederherstellen aus dem Papierkorb."
2596
-
2597
- #: modules/contact-form/admin.php:503
2598
- msgid "You are not allowed to move this item to the Trash."
2599
- msgstr "Du bist nicht berechtigt, diesen Artikel in den Papierkorb zu verschieben."
2600
-
2601
- #: modules/contact-form/admin.php:506
2602
- msgid "Error in moving to Trash."
2603
- msgstr "Fehler beim Verschieben in den Papierkorb."
2604
-
2605
- #: modules/contact-form/admin.php:530
2606
- msgid "Messages"
2607
- msgstr "Nachrichten"
2608
-
2609
- #: modules/contact-form/admin.php:553
2610
- msgid "Spam"
2611
- msgstr "Spam"
2612
-
2613
- #: modules/contact-form/grunion-contact-form.php:73
2614
- #: modules/contact-form/grunion-form-view.php:136
2615
- msgid "Feedbacks"
2616
- msgstr "Feedbacks"
2617
-
2618
- #: modules/contact-form/grunion-contact-form.php:74
2619
- msgid "Feedback"
2620
- msgstr "Feedback"
2621
-
2622
- #: modules/contact-form/grunion-contact-form.php:75
2623
- msgid "Search Feedback"
2624
- msgstr "Feedback durchsuchen"
2625
-
2626
- #: modules/contact-form/grunion-contact-form.php:76
2627
- #: modules/contact-form/grunion-contact-form.php:77
2628
- msgid "No feedback found"
2629
- msgstr "Keine Feedback gefunden"
2630
-
2631
- #: modules/contact-form/grunion-contact-form.php:94
2632
- msgid "Spam <span class=\"count\">(%s)</span>"
2633
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
2634
- msgstr[0] "Spam <span class=\"count\">(<span class=\"spam-count\">%s</span>)</span>"
2635
- msgstr[1] "Spam <span class=\"count\">(<span class=\"spam-count\">%s</span>)</span>"
2636
-
2637
- #: modules/contact-form/grunion-contact-form.php:514
2638
- msgctxt "%1$s = blog name"
2639
- msgid "%1$s Sidebar"
2640
- msgstr "%1$s Seitenleiste"
2641
-
2642
- #: modules/contact-form/grunion-contact-form.php:521
2643
- msgctxt "%1$s = blog name, %2$s = post title"
2644
- msgid "%1$s %2$s"
2645
- msgstr "%1$s %2$s"
2646
-
2647
- #: modules/contact-form/grunion-contact-form.php:546
2648
- #: modules/contact-form/grunion-form-view.php:156
2649
- msgid "Name"
2650
- msgstr "Name"
2651
-
2652
- #: modules/contact-form/grunion-contact-form.php:547
2653
- #: modules/contact-form/grunion-form-view.php:155
2654
- #: modules/sharedaddy/sharing-sources.php:200
2655
- msgid "Email"
2656
- msgstr "E-Mail "
2657
-
2658
- #: modules/contact-form/grunion-contact-form.php:552
2659
- msgid "Subject"
2660
- msgstr "Betreff"
2661
-
2662
- #: modules/contact-form/grunion-contact-form.php:633
2663
- msgid "Error!"
2664
- msgstr "Fehler!"
2665
-
2666
- #: modules/contact-form/grunion-contact-form.php:647
2667
- msgid "Message Sent"
2668
- msgstr "Nachricht wurde gesendet"
2669
-
2670
- #: modules/contact-form/grunion-contact-form.php:648
2671
- msgid "go back"
2672
- msgstr "Zurück"
2673
-
2674
- #: modules/contact-form/grunion-contact-form.php:683
2675
- #: modules/contact-form/grunion-contact-form.php:699
2676
- msgctxt "%1$s = form field label, %2$s = form field value"
2677
- msgid "%1$s: %2$s"
2678
- msgstr "%1$s: %2$s"
2679
-
2680
- #: modules/contact-form/grunion-contact-form.php:729
2681
- msgid "Submit &#187;"
2682
- msgstr "Abschicken &#187;"
2683
-
2684
- #: modules/contact-form/grunion-contact-form.php:971
2685
- msgid "l F j, Y \\a\\t g:i a"
2686
- msgstr "l F j, Y \\a\\t g:i a"
2687
-
2688
- #: modules/contact-form/grunion-contact-form.php:991
2689
- msgid "Time:"
2690
- msgstr "Zeit:"
2691
-
2692
- #: modules/contact-form/grunion-contact-form.php:992
2693
- msgid "IP Address:"
2694
- msgstr "IP Adresse:"
2695
-
2696
- #: modules/contact-form/grunion-contact-form.php:993
2697
- msgid "Contact Form URL:"
2698
- msgstr "Kontaktformular-URL:"
2699
-
2700
- #: modules/contact-form/grunion-contact-form.php:999
2701
- msgid "Sent by a verified %s user."
2702
- msgstr "Von einem verifizierten %s-Nutzer gesendet."
2703
-
2704
- #: modules/contact-form/grunion-contact-form.php:1003
2705
- msgid "Sent by an unverified visitor to your site."
2706
- msgstr "Von einem nicht-überprüften Besucher an diese Web-Site gesendet."
2707
-
2708
- #: modules/contact-form/grunion-contact-form.php:1236
2709
- msgid "%s requires a valid email address"
2710
- msgstr "%s benötigt eine gültige E-Mail-Adresse"
2711
-
2712
- #: modules/after-the-deadline/atd-l10n.php:34
2713
- msgid ""
2714
- "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
2715
- "\n"
2716
- "Press OK to update your post, or Cancel to view the suggestions and edit your post."
2717
- msgstr ""
2718
- "Die Korrektur hat Vorschl&auml;ge f&uuml;r diesen Artikel. Bist Du sicher, dass du ihn aktualisieren m&ouml;chtest?\n"
2719
- "\n"
2720
- "Dr&uuml;cke OK, um den Artikel zu aktualisieren oder Abbrechen, um die Korrekturvorschl&auml;ge anzusehen und den Artikel zu bearbeiten."
2721
-
2722
- #: modules/after-the-deadline/config-options.php:48
2723
- msgid "Proofreading"
2724
- msgstr "Korrekturlesen"
2725
-
2726
- #: modules/after-the-deadline/config-options.php:50
2727
- msgid "Automatically proofread content when:"
2728
- msgstr "Den Inhalt automatisch korrekturlesen, wenn:"
2729
-
2730
- #: modules/after-the-deadline/config-options.php:53
2731
- msgid "a post or page is first published"
2732
- msgstr "ein Artikel oder eine Seite ver&ouml;ffentlicht wird"
2733
-
2734
- #: modules/after-the-deadline/config-options.php:55
2735
- msgid "a post or page is updated"
2736
- msgstr "ein Artikel oder eine Seite aktualisiert wurde"
2737
-
2738
- #: modules/after-the-deadline/config-options.php:58
2739
- msgid "English Options"
2740
- msgstr "Optionen nur f&uuml;r die englische Sprache "
2741
-
2742
- #: modules/after-the-deadline/config-options.php:60
2743
- msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
2744
- msgstr "Die folgenden grammatikalischen und stilistischen Regeln beim Korrekturlesen von Artikeln und Seiten beachten:"
2745
-
2746
- #: modules/after-the-deadline/config-options.php:63
2747
- msgid "Bias Language"
2748
- msgstr "Wertende Sprache"
2749
-
2750
- #: modules/after-the-deadline/config-options.php:65
2751
- msgid "Clich&eacute;s"
2752
- msgstr "Klischees"
2753
-
2754
- #: modules/after-the-deadline/config-options.php:67
2755
- msgid "Complex Phrases"
2756
- msgstr "Komplexe S&auml;tze"
2757
-
2758
- #: modules/after-the-deadline/config-options.php:69
2759
- msgid "Diacritical Marks"
2760
- msgstr "Diakritische Zeichen"
2761
-
2762
- #: modules/after-the-deadline/config-options.php:71
2763
- msgid "Double Negatives"
2764
- msgstr "Doppelte Verneinung"
2765
-
2766
- #: modules/after-the-deadline/config-options.php:73
2767
- msgid "Hidden Verbs"
2768
- msgstr "Verborgene Verben"
2769
-
2770
- #: modules/after-the-deadline/config-options.php:75
2771
- msgid "Jargon"
2772
- msgstr "Umgangssprache"
2773
-
2774
- #: modules/after-the-deadline/config-options.php:77
2775
- msgid "Passive Voice"
2776
- msgstr "Passive Sprache"
2777
-
2778
- #: modules/after-the-deadline/config-options.php:79
2779
- msgid "Phrases to Avoid"
2780
- msgstr "Zu vermeidende Formulierungen"
2781
-
2782
- #: modules/after-the-deadline/config-options.php:81
2783
- msgid "Redundant Phrases"
2784
- msgstr "&Uuml;berfl&uuml;ssige S&auml;tze"
2785
-
2786
- #: modules/after-the-deadline/config-options.php:83
2787
- msgid "<a href=\"%s\">Learn more</a> about these options."
2788
- msgstr "<a href=\"%s\">Mehr erfahren</a> über diese Optionen. "
2789
-
2790
- #: modules/after-the-deadline/config-options.php:86
2791
- msgid "Language"
2792
- msgstr "Sprache"
2793
-
2794
- #: modules/after-the-deadline/config-options.php:89
2795
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
2796
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
2797
- msgstr ""
2798
-
2799
- #: modules/after-the-deadline/config-options.php:95
2800
- msgid "Use automatically detected language to proofread posts and pages"
2801
- msgstr "Automatisch erkannte Sprache zum Korrekturlesen von Artikeln und Seiten benutzen"
2802
-
2803
- #: modules/after-the-deadline/config-unignore.php:126
2804
- msgid "Ignored Phrases"
2805
- msgstr "Zu ignorierende Ausdr&uuml;cke"
2806
-
2807
- #: modules/after-the-deadline/config-unignore.php:128
2808
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
2809
- msgstr "Gib hier die W&ouml;rter und Ausdr&uuml;cke an, die beim Korrekturlesen von Artikeln und Seiten ignoriert werden sollen."
2810
-
2811
- #: modules/after-the-deadline/config-unignore.php:130
2812
- msgid "Add"
2813
- msgstr "Hinzu"
2814
-
2815
- #: modules/after-the-deadline/config-unignore.php:135
2816
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
2817
- msgstr "Vergiss nicht unten auf der Seite \"Profil aktualisieren\" zu klicken, um die Änderungen zu speichern."
2818
-
2819
- #: modules/carousel/jetpack-carousel.php:103
2820
- msgid "Comment"
2821
- msgstr ""
2822
-
2823
- #: modules/carousel/jetpack-carousel.php:104
2824
- msgid "Post Comment"
2825
- msgstr "Kommentar absenden"
2826
-
2827
- #: modules/carousel/jetpack-carousel.php:105
2828
- msgid "Loading Comments..."
2829
- msgstr ""
2830
-
2831
- #: modules/carousel/jetpack-carousel.php:106
2832
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
2833
- msgstr "Bild in voller Auflösung anzeigen (<span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>)"
2834
-
2835
- #: modules/carousel/jetpack-carousel.php:107
2836
- msgid "Please be sure to submit some text with your comment."
2837
- msgstr ""
2838
-
2839
- #: modules/carousel/jetpack-carousel.php:108
2840
- msgid "Please provide an email address to comment."
2841
- msgstr ""
2842
-
2843
- #: modules/carousel/jetpack-carousel.php:109
2844
- msgid "Please provide your name to comment."
2845
- msgstr ""
2846
-
2847
- #: modules/carousel/jetpack-carousel.php:110
2848
- msgid "Sorry, but there was an error posting your comment. Please try again later."
2849
- msgstr "Dein Kommentar konnte leider nicht abgeschickt werden. Bitte versuche es später erneut."
2850
-
2851
- #: modules/carousel/jetpack-carousel.php:111
2852
- msgid "Your comment was approved."
2853
- msgstr ""
2854
-
2855
- #: modules/carousel/jetpack-carousel.php:112
2856
- msgid "Your comment is in moderation."
2857
- msgstr ""
2858
-
2859
- #: modules/carousel/jetpack-carousel.php:113
2860
- msgid "Camera"
2861
- msgstr ""
2862
-
2863
- #: modules/carousel/jetpack-carousel.php:114
2864
- msgid "Aperture"
2865
- msgstr ""
2866
-
2867
- #: modules/carousel/jetpack-carousel.php:115
2868
- msgid "Shutter Speed"
2869
- msgstr ""
2870
-
2871
- #: modules/carousel/jetpack-carousel.php:116
2872
- msgid "Focal Length"
2873
- msgstr ""
2874
-
2875
- #: modules/carousel/jetpack-carousel.php:123
2876
- msgid "Commenting as %s"
2877
- msgstr "Kommentieren als %s"
2878
-
2879
- #: modules/carousel/jetpack-carousel.php:126
2880
- msgid "Email (Required)"
2881
- msgstr "E-Mail (erforderlich)"
2882
-
2883
- #: modules/carousel/jetpack-carousel.php:128
2884
- msgid "Name (Required)"
2885
- msgstr "Name (erforderlich)"
2886
-
2887
- #: modules/carousel/jetpack-carousel.php:130
2888
- #: modules/contact-form/grunion-contact-form.php:548
2889
- #: modules/contact-form/grunion-form-view.php:160
2890
- msgid "Website"
2891
- msgstr "Webseite"
2892
-
2893
- #: modules/carousel/jetpack-carousel.php:246
2894
- msgid "Missing attachment ID."
2895
- msgstr ""
2896
-
2897
- #: modules/carousel/jetpack-carousel.php:284
2898
- msgid "Nonce verification failed."
2899
- msgstr "Nonce-Überprüfung fehlgeschlagen."
2900
-
2901
- #: modules/carousel/jetpack-carousel.php:291
2902
- msgid "Missing target blog ID."
2903
- msgstr ""
2904
-
2905
- #: modules/carousel/jetpack-carousel.php:294
2906
- msgid "Missing target post ID."
2907
- msgstr ""
2908
-
2909
- #: modules/carousel/jetpack-carousel.php:297
2910
- msgid "No comment text was submitted."
2911
- msgstr ""
2912
-
2913
- #: modules/carousel/jetpack-carousel.php:309
2914
- msgid "Comments on this post are closed."
2915
- msgstr ""
2916
-
2917
- #: modules/carousel/jetpack-carousel.php:319
2918
- msgid "Sorry, but we could not authenticate your request."
2919
- msgstr ""
2920
-
2921
- #: modules/carousel/jetpack-carousel.php:327
2922
- msgid "Please provide your name."
2923
- msgstr ""
2924
-
2925
- #: modules/carousel/jetpack-carousel.php:330
2926
- msgid "Please provide an email address."
2927
- msgstr ""
2928
-
2929
- #: modules/carousel/jetpack-carousel.php:333
2930
- msgid "Please provide a valid email address."
2931
- msgstr ""
2932
-
2933
- #: modules/carousel/jetpack-carousel.php:360
2934
- msgid "Image Gallery Carousel"
2935
- msgstr ""
2936
-
2937
- #: modules/carousel/jetpack-carousel.php:363
2938
- msgid "Enable carousel"
2939
- msgstr ""
2940
-
2941
- #: modules/carousel/jetpack-carousel.php:367
2942
- msgid "Background color"
2943
- msgstr "Hintergrundfarbe"
2944
-
2945
- #: modules/carousel/jetpack-carousel.php:370
2946
- msgid "Metadata"
2947
- msgstr ""
2948
-
2949
- #: modules/carousel/jetpack-carousel.php:427
2950
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
2951
- msgstr ""
2952
-
2953
- #: modules/carousel/jetpack-carousel.php:435
2954
- msgid "Show map of photo location in carousel, when available."
2955
- msgstr ""
2956
-
2957
- #: modules/carousel/jetpack-carousel.php:443
2958
- msgid "Black"
2959
- msgstr "Schwarz"
2960
-
2961
- #: jetpack.php:2233
2962
- msgid "User linked to WordPress.com"
2963
- msgstr ""
2964
-
2965
- #: jetpack.php:2233
2966
- msgid "Unlink user from WordPress.com"
2967
- msgstr ""
2968
-
2969
- #: jetpack.php:2249
2970
- msgid "Jetpack is network activated and notices can not be dismissed."
2971
- msgstr ""
2972
-
2973
- #: jetpack.php:2260
2974
- msgid "Dismiss this notice."
2975
- msgstr ""
2976
-
2977
- #: jetpack.php:2265
2978
- msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
2979
- msgstr ""
2980
-
2981
- #: jetpack.php:2280
2982
- msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
2983
- msgstr ""
2984
-
2985
- #: jetpack.php:2284 modules/post-by-email.php:129
2986
- #: modules/publicize/publicize-jetpack.php:62
2987
- msgid "Link account with WordPress.com"
2988
- msgstr ""
2989
-
2990
- #: jetpack.php:2306
2991
- msgid "Have feedback on Jetpack?"
2992
- msgstr "Du hast eine Meinung zu Jetpack?"
2993
-
2994
- #: jetpack.php:2308
2995
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
2996
- msgstr ""
2997
-
2998
- #: jetpack.php:2311
2999
- msgid "Take Survey"
3000
- msgstr "An Umfrage teilnehmen"
3001
-
3002
- #: jetpack.php:2317
3003
- msgid "Checking email updates status&hellip;"
3004
- msgstr ""
3005
-
3006
- #: jetpack.php:2323
3007
- msgctxt "%s = Unsubscribe link"
3008
- msgid "You are currently subscribed to email updates. %s"
3009
- msgstr "Du hast derzeit die E-Mail-Aktualisierungen abonniert. %s"
3010
-
3011
- #: jetpack.php:2324
3012
- msgid "Unsubscribe"
3013
- msgstr "Abbestellen"
3014
-
3015
- #: jetpack.php:2328
3016
- msgctxt "%s = Subscribe link"
3017
- msgid "Want to receive updates about Jetpack by email? %s"
3018
- msgstr "Möchtest du Neuigkeiten zu Jetpack per E-Mail bekommen? %s"
3019
-
3020
- #: jetpack.php:2329 modules/subscriptions.php:673
3021
- msgid "Subscribe"
3022
- msgstr "Abonnieren"
3023
-
3024
- #: jetpack.php:2336
3025
- msgid "You have been subscribed to receive email updates."
3026
- msgstr ""
3027
-
3028
- #: jetpack.php:2338
3029
- msgid "You will no longer receive email updates about Jetpack."
3030
- msgstr "Du bekommst keine weiteren E-Mail-Benachrichtigungen über Jetpack."
3031
-
3032
- #: jetpack.php:2351
3033
- msgid "An <span>Automattic</span> Airline"
3034
- msgstr "Eine <span>Automattic</span> Fluggesellschaft"
3035
-
3036
- #: jetpack.php:2354
3037
- msgid "Privacy Policy"
3038
- msgstr "Datenschutzerklärung"
3039
-
3040
- #: jetpack.php:2355
3041
- msgid "Terms of Service"
3042
- msgstr "Geschäftsbedingungen"
3043
-
3044
- #: jetpack.php:2357
3045
- msgid "Debug"
3046
- msgstr "Debug"
3047
-
3048
- #: jetpack.php:2359 modules/sharedaddy/sharedaddy.php:82
3049
- msgid "Support"
3050
- msgstr "Support"
3051
-
3052
- #: jetpack.php:2379
3053
- msgid "This is sensitive information. Please do not post your BLOG_TOKEN or USER_TOKEN publicly; they are like passwords."
3054
- msgstr "Das ist eine vertrauliche Information. Bitte deinen BLOG_TOKEN oder USER_TOKEN nicht veröffentlichen. Dieser ist wie ein Passwort."
3055
-
3056
- #: jetpack.php:2423
3057
- msgid "Configure %s"
3058
- msgstr "Konfiguriere %s"
3059
-
3060
- #: jetpack.php:2482
3061
- msgid "Deactivate"
3062
- msgstr "Deaktivieren"
3063
-
3064
- #: jetpack.php:2492
3065
- msgid "Activate"
3066
- msgstr "Aktivieren"
3067
-
3068
- #: jetpack.php:2509
3069
- msgid "Free"
3070
- msgstr "Kostenlos"
3071
-
3072
- #: jetpack.php:2509
3073
- msgid "Purchase"
3074
- msgstr "Kauf"
3075
-
3076
- #: jetpack.php:2517
3077
- msgid "New"
3078
- msgstr "Neu"
3079
-
3080
- #: jetpack.php:2520
3081
- msgid "Updated"
3082
- msgstr "Aktualisiert"
3083
-
3084
- #: jetpack.php:2548
3085
- msgid "Configure"
3086
- msgstr "Konfigurieren"
3087
-
3088
- #: jetpack.php:2582
3089
- msgid "Coming soon&#8230;"
3090
- msgstr "Kommt bald&#8230;"
3091
-
3092
- #: jetpack.php:2735 jetpack.php:2737 jetpack.php:2739 jetpack.php:2742
3093
- #: jetpack.php:3673
3094
- msgid "Error Details: %s"
3095
- msgstr "Fehlerdetails: %s"
3096
-
3097
- #: jetpack.php:2898
3098
- msgid "Jetpack Plugin Version"
3099
- msgstr ""
3100
-
3101
- #: jetpack.php:2904
3102
- msgid "The Client ID/WP.com Blog ID of this site"
3103
- msgstr ""
3104
-
3105
- #: jetpack.php:3156
3106
- msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
3107
- msgstr ""
3108
-
3109
- #: jetpack.php:3159
3110
- msgid "Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window."
3111
- msgstr ""
3112
-
3113
- #: jetpack.php:3187
3114
- msgid "The authorization process expired. Please go back and try again."
3115
- msgstr ""
3116
-
3117
- #: jetpack.php:3227
3118
- msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
3119
- msgstr ""
3120
-
3121
- #: jetpack.php:3626
3122
- msgid "An administrator for this blog must set up the Jetpack connection."
3123
- msgstr "Ein Administrator dieses Blogs muss die Jetpack-Verbindung einrichten."
3124
-
3125
- #: jetpack.php:3631
3126
- msgid "You need to register your Jetpack before connecting it."
3127
- msgstr ""
3128
-
3129
- #: locales.php:29
3130
- msgctxt "locales"
3131
- msgid "%1$s/%2$s"
3132
- msgstr ""
3133
-
3134
- #: modules/after-the-deadline/atd-l10n.php:12
3135
- msgid "Spelling"
3136
- msgstr "Rechtschreibung"
3137
-
3138
- #: modules/after-the-deadline/atd-l10n.php:13
3139
- msgid "Repeated Word"
3140
- msgstr "Wiederholtes Wort"
3141
-
3142
- #: modules/after-the-deadline/atd-l10n.php:15
3143
- msgid "No suggestions"
3144
- msgstr "Keine Vorschläge"
3145
-
3146
- #: modules/after-the-deadline/atd-l10n.php:17
3147
- msgid "Explain..."
3148
- msgstr "Erkl&auml;ren..."
3149
-
3150
- #: modules/after-the-deadline/atd-l10n.php:18
3151
- msgid "Ignore suggestion"
3152
- msgstr "Vorschlag ignorieren"
3153
-
3154
- #: modules/after-the-deadline/atd-l10n.php:19
3155
- msgid "Ignore always"
3156
- msgstr "Immer ignorieren"
3157
-
3158
- #: modules/after-the-deadline/atd-l10n.php:20
3159
- msgid "Ignore all"
3160
- msgstr "Alles ignorieren"
3161
-
3162
- #: modules/after-the-deadline/atd-l10n.php:22
3163
- msgid "Edit Selection..."
3164
- msgstr "Auswahl bearbeiten..."
3165
-
3166
- #: modules/after-the-deadline/atd-l10n.php:24
3167
- msgid "proofread"
3168
- msgstr "Korrekturlesen"
3169
-
3170
- #: modules/after-the-deadline/atd-l10n.php:25
3171
- msgid "edit text"
3172
- msgstr "Text bearbeiten"
3173
-
3174
- #: modules/after-the-deadline/atd-l10n.php:26
3175
- #: modules/after-the-deadline.php:224
3176
- msgid "Proofread Writing"
3177
- msgstr "Korrekturlesen"
3178
-
3179
- #: modules/after-the-deadline/atd-l10n.php:28
3180
- msgid "No writing errors were found."
3181
- msgstr "Keine Fehler gefunden."
3182
-
3183
- #: modules/after-the-deadline/atd-l10n.php:29
3184
- msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
3185
- msgstr ""
3186
-
3187
- #: modules/after-the-deadline/atd-l10n.php:30
3188
- msgid "There was an error communicating with the proofreading service."
3189
- msgstr "Es ist ein Fehler mit dem Korrektur-Dienst aufgetreten."
3190
-
3191
- #: modules/after-the-deadline/atd-l10n.php:32
3192
- msgid "Replace selection with:"
3193
- msgstr "Auswahl ersetzen durch:"
3194
-
3195
- #: modules/after-the-deadline/atd-l10n.php:33
3196
- msgid ""
3197
- "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
3198
- "\n"
3199
- "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
3200
- msgstr ""
3201
- "Die Korrektur hat Vorschl&auml;ge f&uuml;r diesen Artikel. Bist Du sicher, dass du ihn ver&ouml;ffentlichen m&ouml;chtest?\n"
3202
- "\n"
3203
- "Dr&uuml;cke OK, um den Artikel zu ver&ouml;ffentlichen oder Abbrechen, um die Korrekturvorschl&auml;ge anzusehen und den Artikel zu bearbeiten."
3204
-
3205
- #: functions.opengraph.php:74
3206
- msgid "(no title)"
3207
- msgstr "(kein Titel)"
3208
-
3209
- #: jetpack.php:1050
3210
- msgid "Jetpack requires WordPress version %s or later."
3211
- msgstr "Jetpack benötigt WordPress %s oder neuer."
3212
-
3213
- #: jetpack.php:1246 jetpack.php:1262
3214
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
3215
- msgstr "Jetpack enthält die letzte Version des alten &#8222;%1$s&#8220; Plugins."
3216
-
3217
- #: jetpack.php:1283
3218
- msgid "One New Jetpack Module"
3219
- msgid_plural "%s New Jetpack Modules"
3220
- msgstr[0] "Ein neues Jetpack-Modul"
3221
- msgstr[1] "%s neue Jetpack-Module"
3222
-
3223
- #: jetpack.php:1286
3224
- msgid "Jetpack"
3225
- msgstr ""
3226
-
3227
- #: jetpack.php:1438 jetpack.php:1462 jetpack.php:1473 jetpack.php:2238
3228
- #: jetpack.php:2422
3229
- msgid "Jetpack by WordPress.com"
3230
- msgstr "Jetpack von WordPress.com"
3231
-
3232
- #: jetpack.php:1439 jetpack.php:1463 jetpack.php:2241
3233
- msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
3234
- msgstr "Jetpack optimiert deine selbst-gehostete WordPress-Seite mit der fantastischen Cloud-Power von WordPress.com"
3235
-
3236
- #: jetpack.php:1440 jetpack.php:1464
3237
- msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
3238
- msgstr ""
3239
-
3240
- #: jetpack.php:1441
3241
- msgid "Jetpack Module Options"
3242
- msgstr "Jetpack-Moduleinstellungen"
3243
-
3244
- #: jetpack.php:1442
3245
- msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
3246
- msgstr ""
3247
-
3248
- #: jetpack.php:1443 jetpack.php:1486
3249
- msgid "For more information:"
3250
- msgstr "Für weitere Informationen:"
3251
-
3252
- #: jetpack.php:1444 jetpack.php:1487
3253
- msgid "Jetpack FAQ"
3254
- msgstr "Jetpack-FAQ"
3255
-
3256
- #: jetpack.php:1445 jetpack.php:1488
3257
- msgid "Jetpack Support"
3258
- msgstr "Jetpack-Support"
3259
-
3260
- #: jetpack.php:1460
3261
- msgid "Overview"
3262
- msgstr "Übersicht"
3263
-
3264
- #: jetpack.php:1471
3265
- msgid "Modules"
3266
- msgstr "Module"
3267
-
3268
- #: jetpack.php:1474
3269
- msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
3270
- msgstr "Du kannst einzelne Module aktivieren oder deaktivieren um Jetpack deinen Bedürfnissen anzupassen."
3271
-
3272
- #: jetpack.php:1476
3273
- msgid "Find the component you want to manage"
3274
- msgstr ""
3275
-
3276
- #: jetpack.php:1477
3277
- msgid "Click on Learn More"
3278
- msgstr "Klicke auf Mehr erfahren"
3279
-
3280
- #: jetpack.php:1478
3281
- msgid "An Activate or Deactivate button will appear"
3282
- msgstr "Es erscheint eine Aktivieren oder Deaktivieren Schaltfläche"
3283
-
3284
- #: jetpack.php:1479
3285
- msgid "If additional settings are available, a link to them will appear"
3286
- msgstr ""
3287
-
3288
- #: jetpack.php:1557 modules/publicize/ui.php:511
3289
- #: modules/sharedaddy/sharedaddy.php:74 modules/sharedaddy/sharedaddy.php:81
3290
- msgid "Settings"
3291
- msgstr "Einstellungen"
3292
-
3293
- #: jetpack.php:1574
3294
- msgid "Dismiss this notice and deactivate Jetpack."
3295
- msgstr ""
3296
-
3297
- #: jetpack.php:1580
3298
- msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Comments, Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
3299
- msgstr ""
3300
-
3301
- #: jetpack.php:1582
3302
- msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
3303
- msgstr ""
3304
-
3305
- #: jetpack.php:1588 jetpack.php:2269
3306
- msgid "Connect to WordPress.com"
3307
- msgstr "Mit WordPress.com verbinden"
3308
-
3309
- #: jetpack.php:1590 modules/module-info.php:45 modules/module-info.php:81
3310
- #: modules/module-info.php:138 modules/module-info.php:173
3311
- #: modules/module-info.php:207 modules/module-info.php:237
3312
- #: modules/module-info.php:270 modules/module-info.php:306
3313
- #: modules/module-info.php:357 modules/module-info.php:379
3314
- #: modules/module-info.php:417 modules/module-info.php:442
3315
- #: modules/module-info.php:460 modules/module-info.php:479
3316
- #: modules/module-info.php:485 modules/module-info.php:512
3317
- #: modules/module-info.php:543 modules/module-info.php:578
3318
- #: modules/module-info.php:600 modules/module-info.php:622
3319
- #: modules/module-info.php:666 modules/module-info.php:694
3320
- #: modules/module-info.php:722
3321
- msgid "Learn More"
3322
- msgstr "Mehr erfahren"
3323
-
3324
- #: jetpack.php:1603
3325
- msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
3326
- msgstr "<strong>Jetpack wurde aktiviert!</strong> Jede Seite in deinem Netzwerk muss einzeln von einem Administrator auf der jeweiligen Seite verbunden werden"
3327
-
3328
- #: jetpack.php:1630
3329
- msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
3330
- msgstr ""
3331
-
3332
- #: jetpack.php:1638
3333
- msgid "click here"
3334
- msgstr ""
3335
-
3336
- #: jetpack.php:1769
3337
- msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
3338
- msgstr ""
3339
-
3340
- #: jetpack.php:1772
3341
- msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
3342
- msgstr ""
3343
-
3344
- #: jetpack.php:1776
3345
- msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
3346
- msgstr "Zurück an den Absender. Uups! Es sieht so aus als hättest du einen falschen Jetpack geliefert bekommen. Deaktiviere das Plugin und aktiviere es erneut um einen neuen Jetpack zu bekommen."
3347
-
3348
- #: jetpack.php:1779
3349
- msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
3350
- msgstr "Falsche Größe. Hm, es sieht so aus, als würde dein Jetpack nicht richtig passen. Hast du Gewicht verloren? Klicke auf &#8220;Verbinde mit WordPress.com&#8221; um dein Jetpack anpassen zu lassen."
3351
-
3352
- #: jetpack.php:1783
3353
- msgid "Your website needs to be publicly accessible to use Jetpack: %s"
3354
- msgstr "Deine Webseite muss öffentlich erreichbar sein, um Jetpack zu nutzen: %s"
3355
-
3356
- #: jetpack.php:1788
3357
- msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
3358
- msgstr "%s konnte nicht aktiviert werden, da es einen <strong>schweren Fehler</strong> verursacht. Vielleicht besteht ein Konflikt mit einem anderen Plugin das du installiert hast?"
3359
-
3360
- #: jetpack.php:1790
3361
- msgid "Do you still have the %s plugin installed?"
3362
- msgstr "Ist das %s Plugin immer noch installiert?"
3363
-
3364
- #: jetpack.php:1793
3365
- msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
3366
- msgstr ""
3367
-
3368
- #: jetpack.php:1801
3369
- msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
3370
- msgstr ""
3371
-
3372
- #: jetpack.php:1807
3373
- msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
3374
- msgstr "WordPress.com hat gerade Probleme und kann deinen Jetpack gerade nicht betanken. Bitte versuche es später erneut."
3375
-
3376
- #: jetpack.php:1811
3377
- msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
3378
- msgstr ""
3379
-
3380
- #: jetpack.php:1851
3381
- msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
3382
- msgstr "<strong>Dein Jetpack hat eine Panne.</strong> Es ist wohl etwas schief gelaufen, das niemals hätte passieren sollen. Vermutlich hilft dir das am meisten weiter: %s"
3383
-
3384
- #: jetpack.php:1854
3385
- msgid "Try connecting again."
3386
- msgstr "Versuche erneut zu verbinden"
3387
-
3388
- #: jetpack.php:1878
3389
- msgid "Welcome to <strong>Jetpack %s</strong>!"
3390
- msgstr "Willkommen zu <strong> Jetpack %s </strong>!"
3391
-
3392
- #: jetpack.php:1890
3393
- msgid "The following new modules have been activated: %l."
3394
- msgstr "Die folgenden neuen Module wurden aktiviert: %l."
3395
-
3396
- #: jetpack.php:1902
3397
- msgid "The following modules have been updated: %l."
3398
- msgstr "Die folgenden Module wurden aktualisiert: %l."
3399
-
3400
- #: jetpack.php:1911
3401
- msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
3402
- msgstr ""
3403
-
3404
- #: jetpack.php:1937
3405
- msgctxt "%l = list of Jetpack module/feature names"
3406
- msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
3407
- msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
3408
- msgstr[0] ""
3409
- msgstr[1] ""
3410
-
3411
- #: jetpack.php:1949
3412
- msgid "<strong>Module settings were saved.</strong> "
3413
- msgstr "<strong>Modul-Einstellungen wurden gespeichert.</strong> "
3414
-
3415
- #: jetpack.php:1953
3416
- msgid "<strong>Your Jetpack is already connected.</strong> "
3417
- msgstr ""
3418
-
3419
- #: jetpack.php:1957 jetpack.php:1964
3420
- msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
3421
- msgstr ""
3422
-
3423
- #: jetpack.php:1959
3424
- msgid "The features below are now active. Click the learn more buttons to explore each feature."
3425
- msgstr ""
3426
-
3427
- #: jetpack.php:1970
3428
- msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
3429
- msgstr ""
3430
-
3431
- #: jetpack.php:1992
3432
- msgid "Jetpack contains the most recent version of the old %l plugin."
3433
- msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
3434
- msgstr[0] ""
3435
- msgstr[1] ""
3436
-
3437
- #: jetpack.php:2001
3438
- msgid "The old version has been deactivated and can be removed from your site."
3439
- msgid_plural "The old versions have been deactivated and can be removed from your site."
3440
- msgstr[0] "Die alte Version wurde deaktiviert und kann von deiner Seite entfernt werden."
3441
- msgstr[1] "Die alten Versionen wurden deaktiviert und können von deiner Seite entfernt werden."
3442
-
3443
- #: jetpack.php:2067
3444
- msgid "Is this site private?"
3445
- msgstr ""
3446
-
3447
- #: jetpack.php:2070
3448
- msgctxt "%l = list of Jetpack module/feature names"
3449
- msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
3450
- msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
3451
- msgstr[0] ""
3452
- msgstr[1] ""
3453
-
3454
- #: jetpack.php:2083
3455
- msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
3456
- msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
3457
- msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
3458
- msgstr[0] ""
3459
- msgstr[1] ""
3460
-
3461
- #: jetpack.php:2097
3462
- msgctxt "%l = list of Jetpack module/feature names"
3463
- msgid "Deactivate %l"
3464
- msgstr ""
3465
-
3466
- #: jetpack.php:2228
3467
- msgid "Connected to WordPress.com"
3468
- msgstr "Verbunden mit WordPress.com"
3469
-
3470
- #: jetpack.php:2228
3471
- msgid "Disconnect from WordPress.com"
3472
- msgstr "Verbindung mit WordPress.com trennen"
3473
-
3474
- #: class.json-api-endpoints.php:1113
3475
- msgid "This post is password protected."
3476
- msgstr "Dieser Beitrag ist durch ein Passwort geschützt. "
3477
-
3478
- #: class.json-api-endpoints.php:2633
3479
- msgid "Comment cache problem?"
3480
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/jetpack-el.mo ADDED
Binary file
languages/jetpack-es_ES.mo CHANGED
Binary file
languages/jetpack-es_ES.po DELETED
@@ -1,3482 +0,0 @@
1
- # Translation of 2.0 in Spanish (Spain)
2
- # This file is distributed under the same license as the 2.0 package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2012-11-20 20:01:57+0000\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 2.0\n"
12
-
13
- #: modules/widgets/rsslinks-widget.php:113
14
- msgid "Red"
15
- msgstr "Rojo"
16
-
17
- #: modules/widgets/rsslinks-widget.php:114
18
- msgid "Orange"
19
- msgstr "Naranja"
20
-
21
- #: modules/widgets/rsslinks-widget.php:115
22
- msgid "Green"
23
- msgstr "Verde"
24
-
25
- #: modules/widgets/rsslinks-widget.php:116
26
- msgid "Blue"
27
- msgstr "Azul"
28
-
29
- #: modules/widgets/rsslinks-widget.php:117
30
- msgid "Purple"
31
- msgstr "Púrpura"
32
-
33
- #: modules/widgets/rsslinks-widget.php:118
34
- msgid "Pink"
35
- msgstr "Rosa"
36
-
37
- #: modules/widgets/rsslinks-widget.php:119
38
- msgid "Silver"
39
- msgstr "Gris"
40
-
41
- #: modules/widgets/rsslinks-widget.php:121
42
- msgid "Image Color:"
43
- msgstr "Color de imagen:"
44
-
45
- #: modules/widgets/rsslinks-widget.php:140
46
- msgid "Subscribe to %s"
47
- msgstr "Suscríbete a %s"
48
-
49
- #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
50
- msgid "Top Posts &amp; Pages"
51
- msgstr "Mensajes y Páginas Populares"
52
-
53
- #: modules/widgets/top-posts.php:37
54
- msgid "Shows your most viewed posts and pages."
55
- msgstr ""
56
-
57
- #: modules/widgets/top-posts.php:78
58
- msgid "Number of posts to show:"
59
- msgstr "Número de entradas a mostrar:"
60
-
61
- #: modules/widgets/top-posts.php:83
62
- msgid "Display as:"
63
- msgstr ""
64
-
65
- #: modules/widgets/top-posts.php:85
66
- msgid "Text List"
67
- msgstr ""
68
-
69
- #: modules/widgets/top-posts.php:86
70
- msgid "Image List"
71
- msgstr ""
72
-
73
- #: modules/widgets/top-posts.php:87
74
- msgid "Image Grid"
75
- msgstr ""
76
-
77
- #: modules/widgets/top-posts.php:91
78
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
79
- msgstr ""
80
-
81
- #: modules/widgets/top-posts.php:164
82
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
83
- msgstr ""
84
-
85
- #: modules/widgets/twitter.php:22
86
- msgid "Display your Tweets from Twitter"
87
- msgstr ""
88
-
89
- #: modules/widgets/twitter.php:31
90
- msgid "Please configure your Twitter username for the <a href=\"%s\">Twitter Widget</a>."
91
- msgstr ""
92
-
93
- #: modules/widgets/twitter.php:41
94
- msgid "Twitter Updates"
95
- msgstr "Actualizaciones de Twitter"
96
-
97
- #: modules/widgets/twitter.php:182 modules/widgets/twitter.php:203
98
- msgid "Error: Twitter did not respond. Please wait a few minutes and refresh this page."
99
- msgstr "Error: Twitter no responde. Por favor, espera unos minutos y refresca esta página."
100
-
101
- #: modules/widgets/twitter.php:196
102
- msgid "Error: Please make sure the Twitter account is %1$spublic%2$s."
103
- msgstr ""
104
-
105
- #: modules/widgets/twitter.php:265
106
- msgid "Twitter username:"
107
- msgstr "Usuario de Twitter:"
108
-
109
- #: modules/widgets/twitter.php:272
110
- msgid "Maximum number of Tweets to show:"
111
- msgstr ""
112
-
113
- #: modules/widgets/twitter.php:286
114
- msgid "Hide replies"
115
- msgstr "Esconder respuestas"
116
-
117
- #: modules/widgets/twitter.php:293
118
- msgid "Hide Tweets pushed by Publicize"
119
- msgstr ""
120
-
121
- #: modules/widgets/twitter.php:300
122
- msgid "Include retweets"
123
- msgstr "Incluya retweets"
124
-
125
- #: modules/widgets/twitter.php:307
126
- msgid "Display Follow Button"
127
- msgstr ""
128
-
129
- #: modules/widgets/twitter.php:313
130
- msgid "Text to display between Tweet and timestamp:"
131
- msgstr ""
132
-
133
- msgid "http://wordpress.org/extend/plugins/jetpack/"
134
- msgstr "http://wordpress.org/extend/plugins/jetpack/"
135
-
136
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
137
- msgstr "Lleva el poder de WordPress.com a tu propia copia de WordPress.org. Jetpack te permite conectar su blog a una cuenta de WordPress.com para utilizar las poderosas características que normalmente sólo están disponibles para los usuarios de WordPress.com."
138
-
139
- msgid "Automattic"
140
- msgstr "Automattic"
141
-
142
- msgid "http://jetpack.me"
143
- msgstr "http://jetpack.me"
144
-
145
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
146
- msgstr "Mejorar la ortografía, estilo y la gramática con el servicio de corrección <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a>."
147
-
148
- msgid "Transform your standard image galleries into an immersive full-screen experience."
149
- msgstr ""
150
-
151
- msgid "A new comment system that has integrated social media login options."
152
- msgstr ""
153
-
154
- msgid "Easily insert a contact form any where on your site."
155
- msgstr "Incluye facilmente un formulario de contacto en cualquier parte de tu sitio."
156
-
157
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
158
- msgstr ""
159
-
160
- msgid "Share your public posts and comments to search engines and other services in real-time."
161
- msgstr "Comparte tus entradas públicas y los comentarios con los motores de búsqueda y otros servicios en tiempo real."
162
-
163
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
164
- msgstr "Mostrar una tarjeta pop-up de los perfiles de Gravatar de los usuarios en los comentarios."
165
-
166
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
167
- msgstr ""
168
-
169
- msgid "Allow applications to securely access your content through the cloud."
170
- msgstr ""
171
-
172
- msgid "Beautiful Math"
173
- msgstr "Hermosa Matemática"
174
-
175
- msgid "Mark up your posts with the <img src=\"http://l.wordpress.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
176
- msgstr "Etiqueta tus publicaciones con el lenguaje de marcado <img src=\"http://l.wordpress.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" />. Es ideal para fórmulas matemáticas complicadas y otras empollonadas."
177
-
178
- msgid "Automatically optimize your site for mobile devices."
179
- msgstr ""
180
-
181
- msgid "Receive notifications on your Apple device."
182
- msgstr ""
183
-
184
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
185
- msgstr ""
186
-
187
- msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
188
- msgstr ""
189
-
190
- msgid "Publish posts to your blog directly from your personal email account."
191
- msgstr ""
192
-
193
- msgid "Connect your site to popular social networks and automatically share new posts with your friends."
194
- msgstr ""
195
-
196
- msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
197
- msgstr "La super duper herramienta para compartir en interwebs. Compartir contenido con Facebook, Twitter, y muchos más."
198
-
199
- msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
200
- msgstr "Integra fácilmente vídeos y mucho más desde sitios como YouTube, Vimeo, y SlideShare."
201
-
202
- msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
203
- msgstr "Activa los enlaces cortos de WP.me para todas tus entradas y páginas para compartirlas facilmente."
204
-
205
- msgid "Simple, concise site stats with no additional load on your server."
206
- msgstr "Estadísticas simples y concisas sin carga adicional a tu servidor."
207
-
208
- msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
209
- msgstr "Permite a los usuarios suscribirse a tus entradas y comentarios para que reciban la notificación via correo electrónico."
210
-
211
- msgid "Realtime backup and security scanning for your WordPress site."
212
- msgstr "Copia de seguridad en tiempo real y escaneo de tu sitio de WordPress."
213
-
214
- msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
215
- msgstr "Añade facilmente imágenes, actualizaciones de Twitter y los enlaces RSS al lateral de tu tema."
216
-
217
- #: modules/widgets/facebook-likebox.php:115
218
- #: modules/widgets/gravatar-profile.php:164
219
- msgid "Title"
220
- msgstr "Título"
221
-
222
- #: modules/widgets/facebook-likebox.php:122
223
- msgid "Facebook Page URL"
224
- msgstr "Enlace Página de Facebook"
225
-
226
- #: modules/widgets/facebook-likebox.php:125
227
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
228
- msgstr "El cuadro de Facebook sólo funciona con <a href=\"http://www.facebook.com/help/?faq=174987089221178\">las páginas de Facebook</a>."
229
-
230
- #: modules/widgets/facebook-likebox.php:131
231
- msgid "Width"
232
- msgstr "Ancho"
233
-
234
- #: modules/widgets/facebook-likebox.php:138
235
- msgid "Height"
236
- msgstr "Altura"
237
-
238
- #: modules/widgets/facebook-likebox.php:157
239
- msgid "Show Faces"
240
- msgstr "Mostrar caras"
241
-
242
- #: modules/widgets/facebook-likebox.php:159
243
- msgid "Show profile photos in the plugin."
244
- msgstr "Mostrar fotos de perfil en el plugin."
245
-
246
- #: modules/widgets/facebook-likebox.php:166
247
- msgid "Show Stream"
248
- msgstr "Mostrar actividad"
249
-
250
- #: modules/widgets/facebook-likebox.php:168
251
- msgid "Show the profile stream for the public profile."
252
- msgstr "Mostrar actividad del perfil público."
253
-
254
- #: modules/widgets/facebook-likebox.php:175
255
- msgid "Show Wall"
256
- msgstr "Mostrar el muro"
257
-
258
- #: modules/widgets/facebook-likebox.php:177
259
- msgid "Show the wall for a Places page rather than friend activity."
260
- msgstr "Mostrar el muro de una página en lugar de la actividad de tus amigos."
261
-
262
- #: modules/widgets/gravatar-profile.php:19
263
- msgid "Gravatar Profile"
264
- msgstr ""
265
-
266
- #: modules/widgets/gravatar-profile.php:21
267
- msgid "Display a mini version of your Gravatar Profile"
268
- msgstr ""
269
-
270
- #: modules/widgets/gravatar-profile.php:37
271
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
272
- msgstr ""
273
-
274
- #: modules/widgets/gravatar-profile.php:91
275
- msgid "View Full Profile &rarr;"
276
- msgstr ""
277
-
278
- #: modules/widgets/gravatar-profile.php:99
279
- msgid "Error loading profile"
280
- msgstr ""
281
-
282
- #: modules/widgets/gravatar-profile.php:111
283
- msgid "Personal Links"
284
- msgstr ""
285
-
286
- #: modules/widgets/gravatar-profile.php:131
287
- msgid "Verified Services"
288
- msgstr ""
289
-
290
- #: modules/widgets/gravatar-profile.php:142
291
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
292
- msgid "%1$s on %2$s"
293
- msgstr ""
294
-
295
- #: modules/widgets/gravatar-profile.php:170
296
- msgid "Select a user or pick \"custom\" and enter a custom email address."
297
- msgstr ""
298
-
299
- #: modules/widgets/gravatar-profile.php:174
300
- msgid "Custom"
301
- msgstr "Personalizado"
302
-
303
- #: modules/widgets/gravatar-profile.php:184
304
- msgid "Custom Email Address"
305
- msgstr ""
306
-
307
- #: modules/widgets/gravatar-profile.php:192
308
- msgid "Show Personal Links"
309
- msgstr ""
310
-
311
- #: modules/widgets/gravatar-profile.php:194
312
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
313
- msgstr ""
314
-
315
- #: modules/widgets/gravatar-profile.php:201
316
- msgid "Show Account Links"
317
- msgstr ""
318
-
319
- #: modules/widgets/gravatar-profile.php:203
320
- msgid "Links to services that you use across the web."
321
- msgstr ""
322
-
323
- #: modules/widgets/gravatar-profile.php:207
324
- msgid "Opens in new window"
325
- msgstr ""
326
-
327
- #: modules/widgets/gravatar-profile.php:207
328
- msgid "Edit Your Profile"
329
- msgstr ""
330
-
331
- #: modules/widgets/gravatar-profile.php:207
332
- msgid "What's a Gravatar?"
333
- msgstr ""
334
-
335
- #: modules/widgets/image-widget.php:12
336
- msgid "Display an image in your sidebar"
337
- msgstr "Mostrar una imagen en la barra lateral"
338
-
339
- #: modules/widgets/image-widget.php:14
340
- msgid "Image (Jetpack)"
341
- msgstr "Imagen (Jetpack)"
342
-
343
- #: modules/widgets/image-widget.php:110
344
- msgid "Image URL:"
345
- msgstr "Enlace de la imagen:"
346
-
347
- #: modules/widgets/image-widget.php:113
348
- msgid "Alternate text:"
349
- msgstr "Texto alternativo:"
350
-
351
- #: modules/widgets/image-widget.php:116
352
- msgid "Image title:"
353
- msgstr ""
354
-
355
- #: modules/widgets/image-widget.php:119
356
- msgid "Caption:"
357
- msgstr "Pie de foto:"
358
-
359
- #: modules/widgets/image-widget.php:124
360
- msgid "None"
361
- msgstr "Ninguna"
362
-
363
- #: modules/widgets/image-widget.php:125
364
- msgid "Left"
365
- msgstr "Izquierda"
366
-
367
- #: modules/widgets/image-widget.php:126
368
- msgid "Center"
369
- msgstr "Centrar"
370
-
371
- #: modules/widgets/image-widget.php:127
372
- msgid "Right"
373
- msgstr "Derecha"
374
-
375
- #: modules/widgets/image-widget.php:129
376
- msgid "Image Alignment:"
377
- msgstr "Alineación de la imagen:"
378
-
379
- #: modules/widgets/image-widget.php:139
380
- msgid "Width:"
381
- msgstr "Ancho:"
382
-
383
- #: modules/widgets/image-widget.php:142
384
- msgid "Height:"
385
- msgstr "Altura:"
386
-
387
- #: modules/widgets/image-widget.php:145
388
- msgid "If empty, we will attempt to determine the image size."
389
- msgstr "Si está vacío, vamos a tratar de determinar el tamaño de la imagen."
390
-
391
- #: modules/widgets/image-widget.php:146
392
- msgid "Link URL (when the image is clicked):"
393
- msgstr "Enlace ( cuando se le hace clic a la imagen )"
394
-
395
- #: modules/widgets/rsslinks-widget.php:12
396
- msgid "Links to your blog's RSS feeds"
397
- msgstr "Enlaces a los feeds RSS de su blog"
398
-
399
- #: modules/widgets/rsslinks-widget.php:13
400
- msgid "RSS Links (Jetpack)"
401
- msgstr "Enlaces RSS (Jetpack)"
402
-
403
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
404
- #: modules/widgets/twitter.php:258
405
- msgid "Title:"
406
- msgstr "Título:"
407
-
408
- #: modules/widgets/rsslinks-widget.php:67
409
- #: modules/widgets/rsslinks-widget.php:133
410
- msgid "Posts"
411
- msgstr "Entradas"
412
-
413
- #: modules/widgets/rsslinks-widget.php:68
414
- #: modules/widgets/rsslinks-widget.php:136
415
- msgid "Comments"
416
- msgstr "Comentarios"
417
-
418
- #: modules/widgets/rsslinks-widget.php:69
419
- msgid "Posts & Comments"
420
- msgstr "Entradas & Comentarios"
421
-
422
- #: modules/widgets/rsslinks-widget.php:71
423
- msgid "Feed(s) to Display:"
424
- msgstr "Mostrar Feed(s):"
425
-
426
- #: modules/widgets/rsslinks-widget.php:81
427
- msgid "Text Link"
428
- msgstr "Enlace de texto"
429
-
430
- #: modules/widgets/rsslinks-widget.php:82
431
- msgid "Image Link"
432
- msgstr "Enlace de imagen"
433
-
434
- #: modules/widgets/rsslinks-widget.php:83
435
- msgid "Text & Image Links"
436
- msgstr "Enlaces de texto & imagen"
437
-
438
- #: modules/widgets/rsslinks-widget.php:85
439
- msgid "Format:"
440
- msgstr "Formato:"
441
-
442
- #: modules/widgets/rsslinks-widget.php:96
443
- msgid "Image Settings:"
444
- msgstr "Configuración de la imagen:"
445
-
446
- #: modules/widgets/rsslinks-widget.php:99
447
- msgid "Small"
448
- msgstr "Pequeño"
449
-
450
- #: modules/widgets/rsslinks-widget.php:100
451
- msgid "Medium"
452
- msgstr "Medio"
453
-
454
- #: modules/widgets/rsslinks-widget.php:101
455
- msgid "Large"
456
- msgstr "Grande"
457
-
458
- #: modules/widgets/rsslinks-widget.php:103
459
- msgid "Image Size:"
460
- msgstr "Tamaño de la imagen:"
461
-
462
- #: modules/stats.php:527
463
- msgid "Hide the stats smiley face image."
464
- msgstr ""
465
-
466
- #: modules/stats.php:527
467
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
468
- msgstr ""
469
-
470
- #: modules/stats.php:527
471
- msgid "Smiley face"
472
- msgstr "Cara sonriente"
473
-
474
- #: modules/stats.php:528
475
- msgid "Report visibility"
476
- msgstr "Informa de la visibilidad"
477
-
478
- #: modules/stats.php:530
479
- msgid "Select the roles that will be able to view stats reports."
480
- msgstr "Selecciona los roles que podr&#225;n ver los informes de estad&#237;sticas."
481
-
482
- #: modules/stats.php:541
483
- msgid "Save configuration"
484
- msgstr "Salvar configuraci&#243;n"
485
-
486
- #: modules/stats.php:597
487
- msgid "Stats"
488
- msgstr "Estadísticas"
489
-
490
- #: modules/stats.php:599
491
- msgid "Views over 48 hours. Click for more Site Stats."
492
- msgstr "Visitas de 48 horas. Haz clic para m&#225;s Estad&#237;sticas del Sitio."
493
-
494
- #: modules/stats.php:666
495
- msgid "day"
496
- msgstr "día"
497
-
498
- #: modules/stats.php:667
499
- msgid "week"
500
- msgstr "semana"
501
-
502
- #: modules/stats.php:668
503
- msgid "month"
504
- msgstr "mes"
505
-
506
- #: modules/stats.php:671
507
- msgid "the past day"
508
- msgstr "ayer"
509
-
510
- #: modules/stats.php:672
511
- msgid "the past week"
512
- msgstr "la semana pasada"
513
-
514
- #: modules/stats.php:673
515
- msgid "the past month"
516
- msgstr "el mes pasado"
517
-
518
- #: modules/stats.php:674
519
- msgid "the past quarter"
520
- msgstr "el trimestre pasado"
521
-
522
- #: modules/stats.php:675
523
- msgid "the past year"
524
- msgstr "el año pasado"
525
-
526
- #: modules/stats.php:697
527
- msgid "Chart stats by"
528
- msgstr "Gráfica de estadísticas por"
529
-
530
- #: modules/stats.php:710
531
- msgid "Show top posts over"
532
- msgstr "Mostrar las entradas más populares sobre"
533
-
534
- #: modules/stats.php:723
535
- msgid "Show top search terms over"
536
- msgstr "Mostrar términos de búsqueda populares sobre"
537
-
538
- #: modules/stats.php:882
539
- msgid "%1$s %2$s Views"
540
- msgstr "%1$s %2$s Vistas"
541
-
542
- #: modules/stats.php:895
543
- msgid "View All"
544
- msgstr "Ver todo"
545
-
546
- #: modules/stats.php:899
547
- msgid "Top Posts"
548
- msgstr "Posts Más Vistos"
549
-
550
- #: modules/stats.php:903 modules/stats.php:927
551
- msgid "Sorry, nothing to report."
552
- msgstr "Lo sentimos, nada que mostrar."
553
-
554
- #: modules/stats.php:923
555
- msgid "Top Searches"
556
- msgstr "Lo más buscado"
557
-
558
- #: modules/stats.php:946
559
- msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
560
- msgstr ""
561
-
562
- #: modules/subscriptions.php:108
563
- msgid "Jetpack Subscriptions Settings"
564
- msgstr ""
565
-
566
- #: modules/subscriptions.php:117
567
- msgid "Follow Blog"
568
- msgstr "Seguir Blog"
569
-
570
- #: modules/subscriptions.php:132
571
- msgid "Follow Comments"
572
- msgstr ""
573
-
574
- #: modules/subscriptions.php:153
575
- msgid "Follower Settings"
576
- msgstr ""
577
-
578
- #: modules/subscriptions.php:160
579
- msgid "Blog follow email text"
580
- msgstr ""
581
-
582
- #: modules/subscriptions.php:168
583
- msgid "Comment follow email text"
584
- msgstr ""
585
-
586
- #: modules/subscriptions.php:182
587
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
588
- msgstr ""
589
-
590
- #: modules/subscriptions.php:197
591
- msgid "Show a <em>'follow blog'</em> option in the comment form"
592
- msgstr ""
593
-
594
- #: modules/subscriptions.php:212
595
- msgid "Show a <em>'follow comments'</em> option in the comment form"
596
- msgstr ""
597
-
598
- #: modules/subscriptions.php:237
599
- msgid "These settings change emails sent from your blog to followers."
600
- msgstr ""
601
-
602
- #: modules/subscriptions.php:243
603
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
604
- msgstr ""
605
-
606
- #: modules/subscriptions.php:249
607
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
608
- msgstr ""
609
-
610
- #: modules/subscriptions.php:254
611
- msgid ""
612
- "Howdy.\n"
613
- "\n"
614
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
615
- "\n"
616
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
617
- msgstr ""
618
-
619
- #: modules/subscriptions.php:255
620
- msgid ""
621
- "Howdy.\n"
622
- "\n"
623
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
624
- "\n"
625
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
626
- msgstr ""
627
-
628
- #: modules/subscriptions.php:447
629
- msgid "Notify me of follow-up comments by email."
630
- msgstr "Recibir un email con los siguientes comentarios a esta entrada."
631
-
632
- #: modules/subscriptions.php:454
633
- msgid "Notify me of new posts by email."
634
- msgstr "Recibir un email con cada nuevo post."
635
-
636
- #: modules/subscriptions.php:520
637
- msgid "Add an email signup form to allow people to subscribe to your blog."
638
- msgstr ""
639
-
640
- #: modules/subscriptions.php:523
641
- msgid "Blog Subscriptions (Jetpack)"
642
- msgstr "Suscripciones al blog (Jetpack)"
643
-
644
- #: modules/subscriptions.php:554
645
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
646
- msgstr "Se acaba de enviar un e-mail para confirmar tu suscripción. Por favor, revísalo y confirma tu suscripción."
647
-
648
- #: modules/subscriptions.php:564
649
- msgid "The email you entered was invalid, please check and try again."
650
- msgstr "El e-mail que has introducido no es válido, por favor compruébalo e inténtalo de nuevo."
651
-
652
- #: modules/subscriptions.php:567
653
- msgid "You have already subscribed to this site, please check your inbox."
654
- msgstr "Ya estás suscrito a este sitio, por favor comprueba tu bandeja de entrada."
655
-
656
- #: modules/subscriptions.php:574
657
- msgid "There was an error when subscribing, please try again."
658
- msgstr "Hubo un error al suscribirse, por favor inténtalo de nuevo."
659
-
660
- #: modules/subscriptions.php:592
661
- msgid "Join %s other subscriber"
662
- msgid_plural "Join %s other subscribers"
663
- msgstr[0] "Únete a %s suscriptor"
664
- msgstr[1] "Únete a otros %s suscriptores "
665
-
666
- #: modules/subscriptions.php:671
667
- msgid "Subscribe to Blog via Email"
668
- msgstr "Suscríbete al blog por correo electrónico"
669
-
670
- #: modules/subscriptions.php:672
671
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
672
- msgstr "Introduce tu correo electrónico para suscribirte a este blog y recibir notificaciones de nuevas entradas."
673
-
674
- #: modules/subscriptions.php:674
675
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
676
- msgstr "Haz clic para suscribirte a este blog y recibe notificaciones de nuevas entradas por correo electrónico."
677
-
678
- #: modules/subscriptions.php:690
679
- msgid "%s: %s"
680
- msgstr ""
681
-
682
- #: modules/subscriptions.php:698 modules/widgets/image-widget.php:107
683
- msgid "Widget title:"
684
- msgstr "Título de la aplicación:"
685
-
686
- #: modules/subscriptions.php:704
687
- msgid "Optional text to display to your readers:"
688
- msgstr ""
689
-
690
- #: modules/subscriptions.php:710
691
- msgid "Subscribe Button:"
692
- msgstr ""
693
-
694
- #: modules/subscriptions.php:717
695
- msgid "Show total number of subscribers? (%s subscriber)"
696
- msgid_plural "Show total number of subscribers? (%s subscribers)"
697
- msgstr[0] "¿Mostrar numéro total de suscriptores? (%s suscriptor)"
698
- msgstr[1] "¿Mostrar numéro total de suscriptores? (%s suscriptores)"
699
-
700
- #: modules/vaultpress.php:22
701
- msgid "Active"
702
- msgstr "Activo"
703
-
704
- #: modules/widgets/facebook-likebox.php:29
705
- msgid "Facebook Like Box"
706
- msgstr "Facebook Like Box"
707
-
708
- #: modules/widgets/facebook-likebox.php:29
709
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
710
- msgstr "Mostrar el cuadro de Facebook para conectar a los visitantes a tú página de Facebook"
711
-
712
- #: modules/widgets/facebook-likebox.php:41
713
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
714
- msgstr ""
715
-
716
- #: modules/sharedaddy/sharing.php:300
717
- msgid "Button style"
718
- msgstr "Estilo de botón"
719
-
720
- #: modules/sharedaddy/sharing.php:303
721
- msgid "Icon + text"
722
- msgstr "Icono + texto"
723
-
724
- #: modules/sharedaddy/sharing.php:304
725
- msgid "Icon only"
726
- msgstr "Sólo el icono"
727
-
728
- #: modules/sharedaddy/sharing.php:305
729
- msgid "Text only"
730
- msgstr "Sólo texto"
731
-
732
- #: modules/sharedaddy/sharing.php:306
733
- msgid "Official buttons"
734
- msgstr "Botones oficiales"
735
-
736
- #: modules/sharedaddy/sharing.php:311
737
- msgid "Sharing label"
738
- msgstr "Etiqueta para compartir"
739
-
740
- #: modules/sharedaddy/sharing.php:317
741
- msgid "Open links in"
742
- msgstr "Abrir enlaces en"
743
-
744
- #: modules/sharedaddy/sharing.php:320
745
- msgid "New window"
746
- msgstr "Ventana nueva"
747
-
748
- #: modules/sharedaddy/sharing.php:321
749
- msgid "Same window"
750
- msgstr "La misma ventana"
751
-
752
- #: modules/sharedaddy/sharing.php:326
753
- msgid "Show buttons on"
754
- msgstr ""
755
-
756
- #: modules/sharedaddy/sharing.php:332
757
- msgid "Front Page, Archive Pages, and Search Results"
758
- msgstr "Página de inicio, Páginas de archivos y Resultados de búsqueda"
759
-
760
- #: modules/sharedaddy/sharing.php:348
761
- msgid "Save Changes"
762
- msgstr "Guardar cambios"
763
-
764
- #: modules/sharedaddy/sharing.php:359
765
- msgid "Service name"
766
- msgstr "Nombre del servicio"
767
-
768
- #: modules/sharedaddy/sharing.php:365
769
- msgid "Sharing URL"
770
- msgstr "URL para compartir"
771
-
772
- #: modules/sharedaddy/sharing.php:369
773
- msgid "You can add the following variables to your service sharing URL:"
774
- msgstr "Puedes a&#241;adir las variables siguientes a tu servicio para compartir URL:"
775
-
776
- #: modules/sharedaddy/sharing.php:374
777
- msgid "Icon URL"
778
- msgstr "URL del icono"
779
-
780
- #: modules/sharedaddy/sharing.php:377
781
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
782
- msgstr "Escribe la URL de un icono de 16x16px que quieras usar para este servicio."
783
-
784
- #: modules/sharedaddy/sharing.php:383
785
- msgid "Create Share Button"
786
- msgstr ""
787
-
788
- #: modules/sharedaddy/sharing.php:395
789
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
790
- msgstr "Ha ocurrido un error creando el nuevo servicio de compartir - por favor, revisa que todos los detalles son v&#225;lidos."
791
-
792
- #: modules/shortcodes/archives.php:50
793
- msgid "Your blog does not currently have any published posts."
794
- msgstr "Tu bitacora actualmente no tiene ninguna entrada publicada."
795
-
796
- #: modules/shortcodes/audio.php:180
797
- msgid "Download: <a href=\"%s\">%s</a><br />"
798
- msgstr ""
799
-
800
- #: modules/shortcodes/videopress.php:616
801
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
802
- msgstr ""
803
-
804
- #: modules/shortcodes/videopress.php:618
805
- msgid "<strong>%s</strong> is not an allowed embed site."
806
- msgstr ""
807
-
808
- #: modules/shortcodes/videopress.php:618
809
- msgid "Publisher limits playback of video embeds."
810
- msgstr ""
811
-
812
- #: modules/shortcodes/videopress.php:620
813
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
814
- msgstr ""
815
-
816
- #: modules/shortcodes/videopress.php:837
817
- msgid "%s Error"
818
- msgstr "%s Error"
819
-
820
- #: modules/shortcodes/videopress.php:871
821
- msgid "This video is intended for mature audiences."
822
- msgstr "Este vídeo está destinado a público adulto."
823
-
824
- #: modules/shortcodes/videopress.php:871
825
- msgid "Please verify your birthday."
826
- msgstr "Por favor, verifica tu fecha de nacimiento."
827
-
828
- #: modules/shortcodes/videopress.php:887
829
- msgid "January"
830
- msgstr "enero"
831
-
832
- #: modules/shortcodes/videopress.php:887
833
- msgid "February"
834
- msgstr "febrero"
835
-
836
- #: modules/shortcodes/videopress.php:887
837
- msgid "March"
838
- msgstr "marzo"
839
-
840
- #: modules/shortcodes/videopress.php:887
841
- msgid "April"
842
- msgstr "abril"
843
-
844
- #: modules/shortcodes/videopress.php:887
845
- msgid "May"
846
- msgstr "mayo"
847
-
848
- #: modules/shortcodes/videopress.php:887
849
- msgid "June"
850
- msgstr "junio"
851
-
852
- #: modules/shortcodes/videopress.php:887
853
- msgid "July"
854
- msgstr "julio"
855
-
856
- #: modules/shortcodes/videopress.php:887
857
- msgid "August"
858
- msgstr "agosto"
859
-
860
- #: modules/shortcodes/videopress.php:887
861
- msgid "September"
862
- msgstr "septiembre"
863
-
864
- #: modules/shortcodes/videopress.php:887
865
- msgid "October"
866
- msgstr "octubre"
867
-
868
- #: modules/shortcodes/videopress.php:887
869
- msgid "November"
870
- msgstr "noviembre"
871
-
872
- #: modules/shortcodes/videopress.php:887
873
- msgid "December"
874
- msgstr "diciembre"
875
-
876
- #: modules/shortcodes/videopress.php:923
877
- msgid "Submit"
878
- msgstr "Enviar"
879
-
880
- #: modules/shortcodes/videopress.php:969
881
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
882
- msgstr ""
883
-
884
- #: modules/shortcodes/videopress.php:1027
885
- msgctxt "watch a video title"
886
- msgid "Watch: %s"
887
- msgstr ""
888
-
889
- #: modules/shortcodes/videopress.php:1123
890
- #: modules/shortcodes/videopress.php:1145
891
- msgid "this video"
892
- msgstr "este vídeo"
893
-
894
- #: modules/shortcodes/videopress.php:1152
895
- msgctxt "Play as in playback or view a movie"
896
- msgid "JavaScript required to play %s."
897
- msgstr ""
898
-
899
- #: modules/shortcodes/videopress.php:1299
900
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
901
- msgstr ""
902
-
903
- #: modules/shortcodes/videopress.php:1306
904
- msgid "Loading video..."
905
- msgstr "Cargando vídeo..."
906
-
907
- #: modules/stats.php:252 modules/stats.php:645
908
- msgid "Site Stats"
909
- msgstr "Estadísticas del sitio"
910
-
911
- #: modules/stats.php:343
912
- msgid "Loading&hellip;"
913
- msgstr ""
914
-
915
- #: modules/stats.php:344
916
- msgid "Your Site Stats work better with Javascript enabled."
917
- msgstr ""
918
-
919
- #: modules/stats.php:345
920
- msgid "View Site Stats without Javascript"
921
- msgstr ""
922
-
923
- #: modules/stats.php:517
924
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
925
- msgstr "Visita <a href=\"%s\">Estad&#237;sticas del sitio</a> para ver tus estad&#237;sticas."
926
-
927
- #: modules/stats.php:522
928
- msgid "Admin bar"
929
- msgstr "Barra de administraci&#243;n"
930
-
931
- #: modules/stats.php:523
932
- msgid "Put a chart showing 48 hours of views in the admin bar."
933
- msgstr "Pon una gr&#225;fica mostrando 48 horas de visitas en la barra de administraci&#243;n."
934
-
935
- #: modules/stats.php:524
936
- msgid "Registered users"
937
- msgstr "Usuarios registrados"
938
-
939
- #: modules/stats.php:525
940
- msgid "Count the page views of registered users who are logged in."
941
- msgstr "Cuenta las p&#225;ginas vista de los usuarios registrados logueados."
942
-
943
- #: modules/stats.php:526
944
- msgid "Smiley"
945
- msgstr ""
946
-
947
- #: modules/sharedaddy/sharing-sources.php:279
948
- msgid "Send to Email Address"
949
- msgstr "Enviar a dirección de correo electrónico"
950
-
951
- #: modules/sharedaddy/sharing-sources.php:287
952
- msgid "Your Name"
953
- msgstr "Su Nombre"
954
-
955
- #: modules/sharedaddy/sharing-sources.php:290
956
- msgid "Your Email Address"
957
- msgstr "Tu dirección de correo electrónico"
958
-
959
- #: modules/sharedaddy/sharing-sources.php:298
960
- msgid "Send Email"
961
- msgstr "Enviar correo electrónico"
962
-
963
- #: modules/sharedaddy/sharing-sources.php:299
964
- msgid "Cancel"
965
- msgstr "Cancelar"
966
-
967
- #: modules/sharedaddy/sharing-sources.php:302
968
- msgid "Post was not sent - check your email addresses!"
969
- msgstr "El art&#237;culo no se ha enviado - &#161;comprueba tu direcci&#243;n de correo!"
970
-
971
- #: modules/sharedaddy/sharing-sources.php:306
972
- msgid "Email check failed, please try again"
973
- msgstr "Error en la comprobación de email. Por favor, vuelve a intentarlo"
974
-
975
- #: modules/sharedaddy/sharing-sources.php:310
976
- msgid "Sorry, your blog cannot share posts by email."
977
- msgstr "Lo sentimos, tu blog no puede compartir entradas por correo electrónico."
978
-
979
- #: modules/sharedaddy/sharing-sources.php:330 modules/widgets/twitter.php:22
980
- msgid "Twitter"
981
- msgstr "Twitter"
982
-
983
- #: modules/sharedaddy/sharing-sources.php:376
984
- msgctxt "share to"
985
- msgid "Twitter"
986
- msgstr "Twitter"
987
-
988
- #: modules/sharedaddy/sharing-sources.php:376
989
- msgid "Click to share on Twitter"
990
- msgstr "Haz clic para compartir en Twitter"
991
-
992
- #: modules/sharedaddy/sharing-sources.php:451
993
- msgid "StumbleUpon"
994
- msgstr "StumbleUpon"
995
-
996
- #: modules/sharedaddy/sharing-sources.php:462
997
- msgctxt "share to"
998
- msgid "StumbleUpon"
999
- msgstr "StumbleUpon"
1000
-
1001
- #: modules/sharedaddy/sharing-sources.php:462
1002
- msgid "Click to share on StumbleUpon"
1003
- msgstr "Haz clic para compartir en StumbleUpon"
1004
-
1005
- #: modules/sharedaddy/sharing-sources.php:489
1006
- #: modules/sharedaddy/sharing-sources.php:496
1007
- msgid "Reddit"
1008
- msgstr "Reddit"
1009
-
1010
- #: modules/sharedaddy/sharing-sources.php:496
1011
- msgid "Click to share on Reddit"
1012
- msgstr "Haz clic para compartir en Reddit"
1013
-
1014
- #: modules/sharedaddy/sharing-sources.php:523
1015
- msgid "Digg"
1016
- msgstr "Digg"
1017
-
1018
- #: modules/sharedaddy/sharing-sources.php:532
1019
- #: modules/sharedaddy/sharing-sources.php:535
1020
- msgid "Click to Digg this post"
1021
- msgstr "Haz clic para enviar a Digg"
1022
-
1023
- #: modules/sharedaddy/sharing-sources.php:535
1024
- msgctxt "share to"
1025
- msgid "Digg"
1026
- msgstr "Digg"
1027
-
1028
- #: modules/sharedaddy/sharing-sources.php:579
1029
- msgid "LinkedIn"
1030
- msgstr ""
1031
-
1032
- #: modules/sharedaddy/sharing-sources.php:593
1033
- msgctxt "share to"
1034
- msgid "LinkedIn"
1035
- msgstr ""
1036
-
1037
- #: modules/sharedaddy/sharing-sources.php:593
1038
- msgid "Click to share on LinkedIn"
1039
- msgstr "Haz clic aquí para compartir en LinkedIn"
1040
-
1041
- #: modules/sharedaddy/sharing-sources.php:659
1042
- msgid "Facebook"
1043
- msgstr "Facebook"
1044
-
1045
- #: modules/sharedaddy/sharing-sources.php:734
1046
- msgctxt "share to"
1047
- msgid "Facebook"
1048
- msgstr "Facebook"
1049
-
1050
- #: modules/sharedaddy/sharing-sources.php:734
1051
- msgid "Share on Facebook"
1052
- msgstr "Compartir en Facebook"
1053
-
1054
- #: modules/sharedaddy/sharing-sources.php:765
1055
- msgid "Print"
1056
- msgstr "Imprimir"
1057
-
1058
- #: modules/sharedaddy/sharing-sources.php:769
1059
- msgctxt "share to"
1060
- msgid "Print"
1061
- msgstr "Imprimir"
1062
-
1063
- #: modules/sharedaddy/sharing-sources.php:769
1064
- msgid "Click to print"
1065
- msgstr "Haz clic para imprimir"
1066
-
1067
- #: modules/sharedaddy/sharing-sources.php:785
1068
- msgid "Press This"
1069
- msgstr "Publicar esto"
1070
-
1071
- #: modules/sharedaddy/sharing-sources.php:813
1072
- msgctxt "share to"
1073
- msgid "Press This"
1074
- msgstr "Publica Esto"
1075
-
1076
- #: modules/sharedaddy/sharing-sources.php:813
1077
- msgid "Click to Press This!"
1078
- msgstr "Haz clic para utilizar ¡Publica Esto!"
1079
-
1080
- #: modules/sharedaddy/sharing-sources.php:831
1081
- msgid "Google +1"
1082
- msgstr "Google +1"
1083
-
1084
- #: modules/sharedaddy/sharing-sources.php:846
1085
- msgctxt "share to"
1086
- msgid "Google +1"
1087
- msgstr ""
1088
-
1089
- #: modules/sharedaddy/sharing-sources.php:846
1090
- msgid "Click to share on Google+"
1091
- msgstr ""
1092
-
1093
- #: modules/sharedaddy/sharing-sources.php:935
1094
- msgid "Click to share"
1095
- msgstr "Haz clic para compartir"
1096
-
1097
- #: modules/sharedaddy/sharing-sources.php:990
1098
- msgid "URL"
1099
- msgstr "URL"
1100
-
1101
- #: modules/sharedaddy/sharing-sources.php:995
1102
- msgid "Icon"
1103
- msgstr "Icono"
1104
-
1105
- #: modules/sharedaddy/sharing-sources.php:1002
1106
- msgid "Save"
1107
- msgstr "Guardar"
1108
-
1109
- #: modules/sharedaddy/sharing-sources.php:1003
1110
- msgid "Remove Service"
1111
- msgstr "Eliminar Servicio"
1112
-
1113
- #: modules/sharedaddy/sharing-sources.php:1082
1114
- msgid "Tumblr"
1115
- msgstr "Tumblr"
1116
-
1117
- #: modules/sharedaddy/sharing-sources.php:1093
1118
- msgctxt "share to"
1119
- msgid "Tumblr"
1120
- msgstr ""
1121
-
1122
- #: modules/sharedaddy/sharing-sources.php:1093
1123
- msgid "Click to share on Tumblr"
1124
- msgstr ""
1125
-
1126
- #: modules/sharedaddy/sharing-sources.php:1129
1127
- msgid "Pinterest"
1128
- msgstr ""
1129
-
1130
- #: modules/sharedaddy/sharing-sources.php:1159
1131
- msgid "Pin It"
1132
- msgstr ""
1133
-
1134
- #: modules/sharedaddy/sharing-sources.php:1161
1135
- msgctxt "share to"
1136
- msgid "Pinterest"
1137
- msgstr ""
1138
-
1139
- #: modules/sharedaddy/sharing-sources.php:1161
1140
- msgid "Click to share on Pinterest"
1141
- msgstr ""
1142
-
1143
- #: modules/sharedaddy/sharing.php:153
1144
- msgid "Warning! Multibyte support missing!"
1145
- msgstr "&#161;Atenci&#243;n! &#161;No encontramos el soporte Multibyte!"
1146
-
1147
- #: modules/sharedaddy/sharing.php:154
1148
- msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
1149
- msgstr "Este plugin funcionar&#225; sin &#233;l, aunque el soporte multibyte se utiliza <a href=\"%s\">si est&#225; disponible</a>. Puede que encuentres peque&#241;os problemas con Twitter y otros servicios de compartir."
1150
-
1151
- #: modules/sharedaddy/sharing.php:158
1152
- msgid "Settings have been saved"
1153
- msgstr "La configuración se ha guardado con éxito."
1154
-
1155
- #: modules/sharedaddy/sharing.php:169
1156
- msgid "Sharing Buttons"
1157
- msgstr ""
1158
-
1159
- #: modules/sharedaddy/sharing.php:170
1160
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1161
- msgstr ""
1162
-
1163
- #: modules/sharedaddy/sharing.php:176
1164
- msgid "Available Services"
1165
- msgstr "Servicios disponibles"
1166
-
1167
- #: modules/sharedaddy/sharing.php:177
1168
- msgid "Drag and drop the services you'd like to enable into the box below."
1169
- msgstr "Arrastra al espacio inferior los servicios que quieras activar."
1170
-
1171
- #: modules/sharedaddy/sharing.php:178
1172
- msgid "Add a new service"
1173
- msgstr "Añadir un servicio nuevo"
1174
-
1175
- #: modules/sharedaddy/sharing.php:198
1176
- msgid "Enabled Services"
1177
- msgstr "Servicios activados"
1178
-
1179
- #: modules/sharedaddy/sharing.php:201
1180
- msgid "Services dragged here will appear individually."
1181
- msgstr "Los servicios arrastrados aquí aparecerán de forma individual."
1182
-
1183
- #: modules/sharedaddy/sharing.php:204
1184
- msgid "Drag and drop available services here."
1185
- msgstr ""
1186
-
1187
- #: modules/sharedaddy/sharing.php:215
1188
- msgid "Services dragged here will be hidden behind a share button."
1189
- msgstr "Los servicios arrastrados aquí estarán ocultos tras un botón de compartir."
1190
-
1191
- #: modules/sharedaddy/sharing.php:230
1192
- msgid "Live Preview"
1193
- msgstr "Vista previa"
1194
-
1195
- #: modules/sharedaddy/sharing.php:233
1196
- msgid "Sharing is off. Add services above to enable."
1197
- msgstr ""
1198
-
1199
- #: modules/module-info.php:638
1200
- msgid "When you write great content, all you really want is people to find it, right?"
1201
- msgstr ""
1202
-
1203
- #: modules/module-info.php:640
1204
- msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
1205
- msgstr ""
1206
-
1207
- #: modules/module-info.php:643
1208
- msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
1209
- msgstr ""
1210
-
1211
- #: modules/module-info.php:645
1212
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
1213
- msgstr ""
1214
-
1215
- #: modules/module-info.php:655
1216
- msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
1217
- msgstr ""
1218
-
1219
- #: modules/module-info.php:675 modules/module-info.php:678
1220
- #: modules/post-by-email.php:89
1221
- msgid "Post by Email"
1222
- msgstr "Publicar por Correo Electrónico"
1223
-
1224
- #: modules/module-info.php:680
1225
- msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
1226
- msgstr ""
1227
-
1228
- #: modules/module-info.php:684
1229
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
1230
- msgstr ""
1231
-
1232
- #: modules/module-info.php:688
1233
- msgid "More information on sending emails, attachments, and customizing your posts."
1234
- msgstr ""
1235
-
1236
- #: modules/module-info.php:708
1237
- msgid "Photon"
1238
- msgstr ""
1239
-
1240
- #: modules/module-info.php:710
1241
- msgid "Give your site a boost by loading images in post and posts' featured images from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your web host with the click of a button."
1242
- msgstr ""
1243
-
1244
- #: modules/post-by-email.php:92 modules/subscriptions.php:596
1245
- msgid "Email Address"
1246
- msgstr "Correo electrónico"
1247
-
1248
- #: modules/post-by-email.php:107
1249
- msgid "Enable Post By Email"
1250
- msgstr ""
1251
-
1252
- #: modules/post-by-email.php:111 modules/shortcodes/videopress.php:926
1253
- msgid "More information"
1254
- msgstr "Más información"
1255
-
1256
- #: modules/post-by-email.php:114
1257
- msgid "Regenerate Address"
1258
- msgstr ""
1259
-
1260
- #: modules/post-by-email.php:115
1261
- msgid "Disable Post By Email"
1262
- msgstr ""
1263
-
1264
- #: modules/post-by-email.php:123
1265
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
1266
- msgstr ""
1267
-
1268
- #: modules/post-by-email.php:126 modules/publicize/publicize-jetpack.php:58
1269
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
1270
- msgstr ""
1271
-
1272
- #: modules/post-by-email.php:167 modules/post-by-email.php:176
1273
- msgid "Unable to create your Post By Email address. Please try again later."
1274
- msgstr ""
1275
-
1276
- #: modules/post-by-email.php:195 modules/post-by-email.php:204
1277
- msgid "Unable to regenerate your Post By Email address. Please try again later."
1278
- msgstr ""
1279
-
1280
- #: modules/post-by-email.php:223 modules/post-by-email.php:232
1281
- msgid "Unable to disable your Post By Email address. Please try again later."
1282
- msgstr ""
1283
-
1284
- #: modules/publicize/publicize-jetpack.php:55
1285
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
1286
- msgstr ""
1287
-
1288
- #: modules/publicize/publicize-jetpack.php:165
1289
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
1290
- msgstr ""
1291
-
1292
- #: modules/publicize/publicize-jetpack.php:167
1293
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
1294
- msgstr ""
1295
-
1296
- #: modules/publicize/publicize-jetpack.php:313
1297
- #: modules/publicize/publicize-jetpack.php:329
1298
- #: modules/publicize/publicize-jetpack.php:453
1299
- msgid "Publicize to my %s:"
1300
- msgstr ""
1301
-
1302
- #: modules/publicize/publicize-jetpack.php:314
1303
- msgid "Facebook Wall"
1304
- msgstr ""
1305
-
1306
- #: modules/publicize/publicize-jetpack.php:330
1307
- msgid "Facebook Page"
1308
- msgstr ""
1309
-
1310
- #: modules/publicize/publicize-jetpack.php:361
1311
- #: modules/publicize/publicize-jetpack.php:473 modules/publicize/ui.php:214
1312
- msgid "OK"
1313
- msgstr "Aceptar"
1314
-
1315
- #: modules/publicize/publicize-jetpack.php:454
1316
- msgid "Tumblr blog"
1317
- msgstr ""
1318
-
1319
- #: modules/publicize/ui.php:35 modules/publicize/ui.php:45
1320
- #: modules/sharedaddy/sharing.php:57 modules/sharedaddy/sharing.php:163
1321
- msgid "Sharing Settings"
1322
- msgstr "Configuraci&#243;n de compartir"
1323
-
1324
- #: modules/publicize/ui.php:76
1325
- msgid "You have successfully connected your blog with your %s account."
1326
- msgstr ""
1327
-
1328
- #: modules/publicize/ui.php:91
1329
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
1330
- msgstr ""
1331
-
1332
- #: modules/publicize/ui.php:92
1333
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
1334
- msgstr ""
1335
-
1336
- #: modules/publicize/ui.php:153
1337
- msgid "Shared"
1338
- msgstr ""
1339
-
1340
- #: modules/publicize/ui.php:156 modules/publicize/ui.php:160
1341
- msgid "Disconnect"
1342
- msgstr "Desconectar"
1343
-
1344
- #: modules/publicize/ui.php:169
1345
- msgid "Add new %s connection."
1346
- msgstr "Añadir nueva conexión %s."
1347
-
1348
- #: modules/publicize/ui.php:185
1349
- msgid "Make this connection available to all users of this blog?"
1350
- msgstr ""
1351
-
1352
- #: modules/publicize/ui.php:193
1353
- msgid "There was a problem connecting to %s. Please disconnect and try again."
1354
- msgstr ""
1355
-
1356
- #: modules/publicize/ui.php:383
1357
- msgid "Publicize:"
1358
- msgstr "Publicítate:"
1359
-
1360
- #: modules/publicize/ui.php:429
1361
- msgctxt "Service: Account connected as"
1362
- msgid "%1$s: %2$s"
1363
- msgstr ""
1364
-
1365
- #: modules/publicize/ui.php:464
1366
- msgid "Custom Message:"
1367
- msgstr ""
1368
-
1369
- #: modules/publicize/ui.php:469 modules/publicize/ui.php:498
1370
- #: modules/publicize/ui.php:500
1371
- msgid "Hide"
1372
- msgstr "Ocultar"
1373
-
1374
- #: modules/publicize/ui.php:478
1375
- msgid "Not Connected"
1376
- msgstr ""
1377
-
1378
- #: modules/publicize/ui.php:485
1379
- msgid "Connect to"
1380
- msgstr ""
1381
-
1382
- #: modules/publicize/ui.php:490
1383
- msgid "Connect and share your posts on %s"
1384
- msgstr ""
1385
-
1386
- #: modules/publicize/ui.php:513
1387
- msgid "Show"
1388
- msgstr "Mostrar"
1389
-
1390
- #: modules/publicize.php:87
1391
- msgctxt "word count: words or characters?"
1392
- msgid "words"
1393
- msgstr "words"
1394
-
1395
- #: modules/sharedaddy/sharedaddy.php:18
1396
- msgid "Shared Post"
1397
- msgstr "Entrada compartida"
1398
-
1399
- #: modules/sharedaddy/sharedaddy.php:35
1400
- msgid "Show sharing buttons."
1401
- msgstr ""
1402
-
1403
- #: modules/sharedaddy/sharedaddy.php:112
1404
- msgid "Disable CSS and JS"
1405
- msgstr "Desactiva CSS y JS"
1406
-
1407
- #: modules/sharedaddy/sharedaddy.php:114
1408
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1409
- msgstr ""
1410
-
1411
- #: modules/sharedaddy/sharing-service.php:12
1412
- msgid "Share this:"
1413
- msgstr "Compártelo:"
1414
-
1415
- #: modules/sharedaddy/sharing-service.php:523
1416
- #: modules/sharedaddy/sharing.php:245 modules/sharedaddy/sharing.php:278
1417
- msgid "More"
1418
- msgstr "Más"
1419
-
1420
- #: modules/sharedaddy/sharing-service.php:525
1421
- msgid "Share"
1422
- msgstr "Compartir"
1423
-
1424
- #: modules/sharedaddy/sharing-sources.php:242
1425
- msgid "This post has been shared!"
1426
- msgstr "¡Este artículo ha sido compartido!"
1427
-
1428
- #: modules/sharedaddy/sharing-sources.php:243
1429
- msgid "You have shared this post with %s"
1430
- msgstr "Has compartido esta entrada con %s"
1431
-
1432
- #: modules/sharedaddy/sharing-sources.php:244
1433
- msgid "Close"
1434
- msgstr "Cerrar"
1435
-
1436
- #: modules/sharedaddy/sharing-sources.php:266
1437
- msgctxt "share to"
1438
- msgid "Email"
1439
- msgstr "Correo electrónico"
1440
-
1441
- #: modules/sharedaddy/sharing-sources.php:266
1442
- msgid "Click to email this to a friend"
1443
- msgstr "Hac clic para enviar por correo electrónico a un amigo"
1444
-
1445
- #: modules/module-info.php:315 modules/module-info.php:318
1446
- #: modules/module-info.php:339 modules/publicize/ui.php:35
1447
- #: modules/sharedaddy/sharedaddy.php:25 modules/sharedaddy/sharing.php:57
1448
- msgid "Sharing"
1449
- msgstr "Compartir"
1450
-
1451
- #: modules/module-info.php:319
1452
- msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
1453
- msgstr "Comparte tus art&#237;culos en Twitter, Facebook, y un pu&#241;ado de otros servicios. Puedes configurar los servicios para aparecer como iconos, texto o ambos. Algunos servicios tienen opciones adicionales para mostrar botones inteligentes, como Twitter, que actualizar&#225; el n&#250;mero de veces que un art&#237;culo se ha compartido."
1454
-
1455
- #: modules/module-info.php:323
1456
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
1457
- msgstr ""
1458
-
1459
- #: modules/module-info.php:325
1460
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
1461
- msgstr "Los siguientes servicios están disponibles: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
1462
-
1463
- #: modules/module-info.php:329
1464
- msgid "Additionally you can define your own custom services."
1465
- msgstr "Tambi&#233;n puedes definir tus propios servicios."
1466
-
1467
- #: modules/module-info.php:344
1468
- msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
1469
- msgstr ""
1470
-
1471
- #: modules/module-info.php:345
1472
- msgid "Drag and drop sharing services into the enabled section to have them show up on your site, and drag them into the hidden section to have them hidden behind a button."
1473
- msgstr "Arrastra los servicios para compartir en la secci&#243;n activa para que se muestren en tu sitio, y arr&#225;stralos a la secci&#243;n oculta para que se oculten bajo un bot&#243;n. "
1474
-
1475
- #: modules/module-info.php:351
1476
- msgid "Full details can be found on the <a href=\"%s\">Sharing support page</a>. This video also gives a swish run-down of how to use the Sharing feature. Watch it in HD for extra snazz!"
1477
- msgstr ""
1478
-
1479
- #: modules/module-info.php:366 modules/module-info.php:370
1480
- msgid "Spelling and Grammar"
1481
- msgstr ""
1482
-
1483
- #: modules/module-info.php:372
1484
- msgid "The <a href='%s'>After&nbsp;the&nbsp;Deadline</a> Proofreading service improves your writing by using artificial intelligence to find your errors and offer smart suggestions."
1485
- msgstr ""
1486
-
1487
- #: modules/module-info.php:373
1488
- msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
1489
- msgstr ""
1490
-
1491
- #: modules/module-info.php:387 modules/module-info.php:401
1492
- msgid "Widgets Screenshot"
1493
- msgstr ""
1494
-
1495
- #: modules/module-info.php:390 modules/module-info.php:404
1496
- msgid "Extra Sidebar Widgets"
1497
- msgstr ""
1498
-
1499
- #: modules/module-info.php:392
1500
- msgid "The RSS Links Widget "
1501
- msgstr ""
1502
-
1503
- #: modules/module-info.php:392
1504
- msgid "allows you to add links to your blog&#8217;s post and comment RSS feeds in your sidebar. This makes it easy for your readers to stay updated when you post new content or receive new comments."
1505
- msgstr ""
1506
-
1507
- #: modules/module-info.php:393
1508
- msgid "The Twitter Widget "
1509
- msgstr ""
1510
-
1511
- #: modules/module-info.php:393
1512
- msgid "shows your latest tweets within a sidebar on your theme. It&#8217;s an easy way to add more activity to your site. There are also a number of customization options."
1513
- msgstr ""
1514
-
1515
- #: modules/module-info.php:393
1516
- msgid "The Facebook Like Box Widget "
1517
- msgstr "\"Facebook Like Box\" Widget"
1518
-
1519
- #: modules/module-info.php:393
1520
- msgid "shows your Facebook Like Box within a sidebar on your theme. It&#8217;s a great way to let your readers show their support."
1521
- msgstr "Muestra el cuadro de Facebook en una barra lateral del tema. Es una gran manera de que los lectores muestran su apoyo."
1522
-
1523
- #: modules/module-info.php:393
1524
- msgid "The Image Widget "
1525
- msgstr ""
1526
-
1527
- #: modules/module-info.php:393
1528
- msgid "allows you to easily add images to widget areas in your theme. It&#8217;s an easy way to add more visual interest to your site."
1529
- msgstr ""
1530
-
1531
- #: modules/module-info.php:406
1532
- msgid "The RSS Links Widget"
1533
- msgstr ""
1534
-
1535
- #: modules/module-info.php:406
1536
- msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
1537
- msgstr ""
1538
-
1539
- #: modules/module-info.php:407
1540
- msgid "The Twitter Widget"
1541
- msgstr ""
1542
-
1543
- #: modules/module-info.php:407
1544
- msgid "shows your latest tweets within a sidebar on your theme."
1545
- msgstr ""
1546
-
1547
- #: modules/module-info.php:408
1548
- msgid "The Facebook Like Box Widget"
1549
- msgstr "\"Facebook Like Box\" Widget"
1550
-
1551
- #: modules/module-info.php:408
1552
- msgid "shows your Facebook Like Box within a sidebar on your theme."
1553
- msgstr "Muestra el cuadro de Facebook en una barra lateral del tema."
1554
-
1555
- #: modules/module-info.php:409
1556
- msgid "The Image Widget"
1557
- msgstr ""
1558
-
1559
- #: modules/module-info.php:409
1560
- msgid "lets you easily add images to a sidebar on your theme."
1561
- msgstr ""
1562
-
1563
- #: modules/module-info.php:411
1564
- msgid "Each of these widgets has a number of customization options."
1565
- msgstr ""
1566
-
1567
- #: modules/module-info.php:411
1568
- msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
1569
- msgstr ""
1570
-
1571
- #: modules/module-info.php:424
1572
- msgid "Subsriptions Screenshot"
1573
- msgstr ""
1574
-
1575
- #: modules/module-info.php:427
1576
- msgid "Subscriptions"
1577
- msgstr "Suscripciones"
1578
-
1579
- #: modules/module-info.php:429
1580
- msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
1581
- msgstr ""
1582
-
1583
- #: modules/module-info.php:430
1584
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
1585
- msgstr ""
1586
-
1587
- #: modules/module-info.php:435
1588
- msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
1589
- msgstr ""
1590
-
1591
- #: modules/module-info.php:436
1592
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
1593
- msgstr ""
1594
-
1595
- #: modules/module-info.php:449
1596
- msgid "Enhanced Distribution"
1597
- msgstr ""
1598
-
1599
- #: modules/module-info.php:451
1600
- msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
1601
- msgstr ""
1602
-
1603
- #: modules/module-info.php:466
1604
- msgid "JSON API"
1605
- msgstr ""
1606
-
1607
- #: modules/module-info.php:468
1608
- msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
1609
- msgstr ""
1610
-
1611
- #: modules/module-info.php:470
1612
- msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
1613
- msgstr ""
1614
-
1615
- #: modules/module-info.php:498
1616
- msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
1617
- msgstr "Un formulario de contacto es una buena forma de ofrecer a tus lectores la posibilidad de ponerse en contacto contigo sin tener que mostrar tu correo electrónico."
1618
-
1619
- #: modules/module-info.php:501
1620
- msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
1621
- msgstr ""
1622
-
1623
- #: modules/module-info.php:518
1624
- msgid "Jetpack Comments Screenshot"
1625
- msgstr ""
1626
-
1627
- #: modules/module-info.php:523
1628
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
1629
- msgstr ""
1630
-
1631
- #: modules/module-info.php:528
1632
- msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
1633
- msgstr ""
1634
-
1635
- #: modules/module-info.php:549
1636
- msgid "Gallery Carousel Screenshot"
1637
- msgstr ""
1638
-
1639
- #: modules/module-info.php:552
1640
- msgid "Carousel"
1641
- msgstr ""
1642
-
1643
- #: modules/module-info.php:554
1644
- msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
1645
- msgstr ""
1646
-
1647
- #: modules/module-info.php:567 modules/module-info.php:570
1648
- msgid "Custom CSS"
1649
- msgstr "CSS Personallizado"
1650
-
1651
- #: modules/module-info.php:571
1652
- msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
1653
- msgstr ""
1654
-
1655
- #: modules/module-info.php:572
1656
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
1657
- msgstr ""
1658
-
1659
- #: modules/module-info.php:589 modules/module-info.php:592
1660
- msgid "Mobile Theme"
1661
- msgstr "Tema para móviles"
1662
-
1663
- #: modules/module-info.php:593
1664
- msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
1665
- msgstr ""
1666
-
1667
- #: modules/module-info.php:594
1668
- msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
1669
- msgstr ""
1670
-
1671
- #: modules/module-info.php:595
1672
- msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
1673
- msgstr ""
1674
-
1675
- #: modules/module-info.php:611 modules/module-info.php:614
1676
- msgid "Mobile Push Notifications"
1677
- msgstr ""
1678
-
1679
- #: modules/module-info.php:616
1680
- msgid "If you have your blog added to the <a href=\"http://ios.wordpress.org/\">WordPress for iOS app</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
1681
- msgstr ""
1682
-
1683
- #: modules/module-info.php:635
1684
- msgid "Infinite Scroll"
1685
- msgstr ""
1686
-
1687
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:70
1688
- msgid "Your comment is awaiting moderation."
1689
- msgstr "Tu comentario está pendiente de moderación."
1690
-
1691
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:79
1692
- msgid "Reply <span>&darr;</span>"
1693
- msgstr "Responder <span>&darr;</span>"
1694
-
1695
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:93
1696
- msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
1697
- msgstr ""
1698
-
1699
- #: modules/minileven/theme/pub/minileven/index.php:23
1700
- msgid "Daily Archives: %s"
1701
- msgstr "Archivos diarios: %s"
1702
-
1703
- #: modules/minileven/theme/pub/minileven/index.php:25
1704
- msgid "Monthly Archives: %s"
1705
- msgstr "Archivos Mensuales: %s"
1706
-
1707
- #: modules/minileven/theme/pub/minileven/index.php:27
1708
- msgid "Yearly Archives: %s"
1709
- msgstr "Archivo Anual: %s"
1710
-
1711
- #: modules/minileven/theme/pub/minileven/index.php:29
1712
- msgid "Posted in %s"
1713
- msgstr "Escrito en %s"
1714
-
1715
- #: modules/minileven/theme/pub/minileven/index.php:31
1716
- msgid "Tagged with %s"
1717
- msgstr ""
1718
-
1719
- #: modules/minileven/theme/pub/minileven/index.php:33
1720
- msgid "Posted by"
1721
- msgstr "Publicado por"
1722
-
1723
- #: modules/minileven/theme/pub/minileven/index.php:35
1724
- msgid "Blog Archives"
1725
- msgstr "Archivo del sitio"
1726
-
1727
- #: modules/minileven/theme/pub/minileven/index.php:43
1728
- msgid "Search Results for: %s"
1729
- msgstr "Resultados de la búsqueda para: %s"
1730
-
1731
- #: modules/minileven/theme/pub/minileven/index.php:57
1732
- msgid "Nothing Found"
1733
- msgstr "No se ha encontrado nada"
1734
-
1735
- #: modules/minileven/theme/pub/minileven/index.php:61
1736
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
1737
- msgstr "Lo sentimos, pero no hay resultados para el archivo solicitado. Puede que la búsqueda te ayude a encontrar una entrada relacionada."
1738
-
1739
- #: modules/minileven/theme/pub/minileven/searchform.php:9
1740
- #: modules/minileven/theme/pub/minileven/searchform.php:10
1741
- #: modules/minileven/theme/pub/minileven/searchform.php:11
1742
- msgid "Search"
1743
- msgstr "Buscar"
1744
-
1745
- #: modules/minileven.php:48
1746
- msgid "Excerpts"
1747
- msgstr ""
1748
-
1749
- #: modules/minileven.php:52
1750
- msgid "Enable excerpts on front page and on archive pages"
1751
- msgstr ""
1752
-
1753
- #: modules/minileven.php:57
1754
- msgid "Show full posts on front page and on archive pages"
1755
- msgstr ""
1756
-
1757
- #: modules/minileven.php:62
1758
- msgid "Mobile App Promos"
1759
- msgstr ""
1760
-
1761
- #: modules/minileven.php:66
1762
- msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
1763
- msgstr ""
1764
-
1765
- #: modules/minileven.php:75
1766
- msgid "Mobile Apps"
1767
- msgstr ""
1768
-
1769
- #: modules/minileven.php:76
1770
- msgid "Take WordPress with you."
1771
- msgstr ""
1772
-
1773
- #: modules/minileven.php:78
1774
- msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
1775
- msgstr ""
1776
-
1777
- #: modules/module-info.php:22 modules/module-info.php:26
1778
- msgid "VaultPress"
1779
- msgstr ""
1780
-
1781
- #: modules/module-info.php:28
1782
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
1783
- msgstr ""
1784
-
1785
- #: modules/module-info.php:29
1786
- msgctxt "Visit your _VaultPress_dashboard_."
1787
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
1788
- msgstr ""
1789
-
1790
- #: modules/module-info.php:29
1791
- msgid "VaultPress dashboard"
1792
- msgstr ""
1793
-
1794
- #: modules/module-info.php:31
1795
- msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
1796
- msgstr ""
1797
-
1798
- #: modules/module-info.php:32
1799
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
1800
- msgid "View %s."
1801
- msgstr ""
1802
-
1803
- #: modules/module-info.php:32
1804
- msgid "Plans & Pricing"
1805
- msgstr "Planes y precios"
1806
-
1807
- #: modules/module-info.php:53 modules/module-info.php:68
1808
- msgid "Gravatar Hovercard"
1809
- msgstr "Hovercard de Gravatar"
1810
-
1811
- #: modules/module-info.php:58 modules/module-info.php:73
1812
- msgid "What&#8217;s a Hovercard?"
1813
- msgstr "&#191;Qu&#233; es una Hovercard?"
1814
-
1815
- #: modules/module-info.php:59
1816
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
1817
- msgstr "Las Hovercards ampl&#237;an las im&#225;genes de Gravatar con informaci&#243;n acerca de una persona: nombre, bio, im&#225;genes, informaci&#243;n de contacto, y otros servicios que utiliza como Twitter, Facebook o LinkedIn."
1818
-
1819
- #: modules/module-info.php:60
1820
- msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
1821
- msgstr "Las Hovercards ofrecen una buena soluci&#243;n para mostrar tu perfil en internet y ayudar a los dem&#225;s a encontrar tu blog."
1822
-
1823
- #: modules/module-info.php:74
1824
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
1825
- msgstr "Las Hovercards ampl&#237;an las im&#225;genes de Gravatar con informaci&#243;n acerca de una persona: nombre, bio, im&#225;genes, informaci&#243;n de contacto y otros servicios."
1826
-
1827
- #: modules/module-info.php:75
1828
- msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
1829
- msgstr "Para ver las hovercards, mira cualquier art&#237;culo de tu blog que tenga comentarios. Si el comentarista tiene una hovercard asociada a su gravatar, al pasar el rat&#243;n sobre su imagen &#233;sta aparecer&#225;. Para desactivar las hovercards, haz clic en el bot&#243;n superior de Desactivar."
1830
-
1831
- #: modules/module-info.php:90 modules/module-info.php:94
1832
- #: modules/module-info.php:103 modules/module-info.php:107
1833
- msgid "Shortcode Embeds"
1834
- msgstr "Shortcodes incrustados"
1835
-
1836
- #: modules/module-info.php:95 modules/module-info.php:108
1837
- msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
1838
- msgstr "Los shortcodes (c&#243;digos cortos) te permiten incrustar archivos multimedia de cualquier lugar en tu sitio de una forma sencilla y segura. Con s&#243;lo un c&#243;digo simple puedes decirle a WordPress que incruste elementos de YouTube, Flickr y muchos m&#225;s."
1839
-
1840
- #: modules/module-info.php:109
1841
- msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
1842
- msgstr "Introduce un shortcode directamente en el editor para incrustar multimedia. Para instrucciones m&#225;s espec&#237;ficas visita los enlaces inferiores."
1843
-
1844
- #: modules/module-info.php:132
1845
- msgid "Available shortcodes are: %l."
1846
- msgstr "Los shortcodes disponibles son: %l."
1847
-
1848
- #: modules/module-info.php:147 modules/module-info.php:151
1849
- #: modules/module-info.php:161 modules/module-info.php:165
1850
- msgid "WP.me Shortlinks"
1851
- msgstr "Enlaces cortos WP.me"
1852
-
1853
- #: modules/module-info.php:152 modules/module-info.php:166
1854
- msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
1855
- msgstr "En vez de escribir o copiar URL largas puedes tener un enlace corto y simple para tus art&#237;culos y p&#225;ginas. Utiliza el dominio super compacto wp.me, y te da una URL &#250;nica y segura. "
1856
-
1857
- #: modules/module-info.php:153
1858
- msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
1859
- msgstr "Es perfecta para utilizarla en Twitter, Facebook y mensajes de texto telef&#243;nicos (SMS) donde cada car&#225;cter cuenta."
1860
-
1861
- #: modules/module-info.php:167
1862
- msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
1863
- msgstr ""
1864
-
1865
- #: modules/module-info.php:182 modules/module-info.php:186
1866
- #: modules/module-info.php:195 modules/module-info.php:199
1867
- msgid "WordPress.com Stats"
1868
- msgstr "Estad&#237;sticas de WordPress.com"
1869
-
1870
- #: modules/module-info.php:187 modules/module-info.php:200
1871
- msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
1872
- msgstr "Hay muchos plugins y servicios que ofrecen estad&#237;sticas, pero la cantidad de informaci&#243;n que ofrecen puede ser abrumadora. Las estad&#237;sticas de WordPress.com hacen f&#225;ciles de entender las m&#233;tricas m&#225;s populares gracias a su interfaz clara y atractiva."
1873
-
1874
- #: modules/module-info.php:201
1875
- msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
1876
- msgstr "Puedes <a href=\"%s\">ver tu escritorio de estad&#237;sticas aqu&#237;</a>."
1877
-
1878
- #: modules/module-info.php:215 modules/module-info.php:219
1879
- #: modules/publicize/ui.php:89
1880
- msgid "Publicize"
1881
- msgstr "Divulgar"
1882
-
1883
- #: modules/module-info.php:220
1884
- msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
1885
- msgstr ""
1886
-
1887
- #: modules/module-info.php:221
1888
- msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
1889
- msgstr ""
1890
-
1891
- #: modules/module-info.php:225
1892
- msgid "Manage your <a href=\"%s\">Publicize settings</a>."
1893
- msgstr ""
1894
-
1895
- #: modules/module-info.php:229 modules/publicize/ui.php:102
1896
- msgid "More information on using Publicize."
1897
- msgstr ""
1898
-
1899
- #: modules/module-info.php:245 modules/module-info.php:249
1900
- #: modules/module-info.php:258 modules/module-info.php:262
1901
- #: modules/notes.php:106
1902
- msgid "Notifications"
1903
- msgstr ""
1904
-
1905
- #: modules/module-info.php:250 modules/module-info.php:263
1906
- msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
1907
- msgstr ""
1908
-
1909
- #: modules/module-info.php:264
1910
- msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
1911
- msgstr ""
1912
-
1913
- #: modules/module-info.php:279 modules/module-info.php:294
1914
- msgid "LaTeX"
1915
- msgstr "LaTeX"
1916
-
1917
- #: modules/module-info.php:284 modules/module-info.php:299
1918
- msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
1919
- msgstr ""
1920
-
1921
- #: modules/module-info.php:285
1922
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
1923
- msgstr ""
1924
-
1925
- #: modules/module-info.php:286
1926
- msgid "Wow, that sounds nerdy."
1927
- msgstr "Wow, eso suena muy nerd."
1928
-
1929
- #: modules/module-info.php:300
1930
- msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
1931
- msgstr ""
1932
-
1933
- #: modules/custom-css/custom-css.php:865
1934
- msgid "Preview"
1935
- msgstr "Vista previa"
1936
-
1937
- #: modules/custom-css/custom-css.php:866
1938
- msgid "Save Stylesheet &amp; Buy Upgrade"
1939
- msgstr ""
1940
-
1941
- #: modules/custom-css/custom-css.php:866
1942
- msgid "Save Stylesheet"
1943
- msgstr ""
1944
-
1945
- #: modules/custom-css/custom-css.php:871
1946
- msgid "CSS Settings"
1947
- msgstr "Configuraciones CSS"
1948
-
1949
- #: modules/custom-css/custom-css.php:878
1950
- msgid "CSS Revisions"
1951
- msgstr "Revisiones del CSS"
1952
-
1953
- #: modules/custom-css/custom-css.php:916
1954
- msgid "Add my CSS to <strong>%s&apos;s</strong> CSS stylesheet."
1955
- msgstr ""
1956
-
1957
- #: modules/custom-css/custom-css.php:917
1958
- msgid "Don&apos;t use <strong>%s&apos;s</strong> CSS, and replace everything with my own CSS."
1959
- msgstr ""
1960
-
1961
- #: modules/custom-css/custom-css.php:919
1962
- msgid "<a href=\"%s\">View the original stylesheet</a> for the %s theme. Use this as a reference and do not copy and paste all of it into the CSS Editor."
1963
- msgstr ""
1964
-
1965
- #: modules/gravatar-hovercards.php:44 modules/module-info.php:57
1966
- #: modules/module-info.php:72
1967
- msgid "Gravatar Hovercards"
1968
- msgstr "Hovercards de Gravatar"
1969
-
1970
- #: modules/gravatar-hovercards.php:56
1971
- msgid "View people's profiles when you mouse over their Gravatars"
1972
- msgstr "Muestra los perfiles de la gente cuando pasas el ratón por encima de sus Gravatares."
1973
-
1974
- #: modules/gravatar-hovercards.php:83
1975
- msgid "Put your mouse over your Gravatar to check out your profile."
1976
- msgstr "Sitúa el ratón sobre tu Gravatar para ver tu perfil."
1977
-
1978
- #: modules/infinite-scroll/infinity.php:238
1979
- msgid "To infinity and beyond"
1980
- msgstr ""
1981
-
1982
- #: modules/infinite-scroll/infinity.php:247
1983
- msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
1984
- msgstr ""
1985
-
1986
- #: modules/infinite-scroll/infinity.php:253
1987
- msgid "Scroll Infinitely"
1988
- msgstr ""
1989
-
1990
- #: modules/infinite-scroll/infinity.php:253
1991
- msgid "(Shows %s posts on each load)"
1992
- msgstr ""
1993
-
1994
- #: modules/infinite-scroll/infinity.php:442
1995
- msgid "Load more posts"
1996
- msgstr "Cargar más entradas"
1997
-
1998
- #: modules/infinite-scroll/infinity.php:443
1999
- msgid "Scroll back to top"
2000
- msgstr "Ir arriba"
2001
-
2002
- #: modules/infinite-scroll/infinity.php:813
2003
- msgid "Theme: %1$s."
2004
- msgstr ""
2005
-
2006
- #: modules/infinite-scroll.php:79
2007
- msgid "Use Google Analytics with Infinite Scroll"
2008
- msgstr ""
2009
-
2010
- #: modules/infinite-scroll.php:90
2011
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2012
- msgstr ""
2013
-
2014
- #: modules/infinite-scroll.php:90
2015
- msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
2016
- msgstr ""
2017
-
2018
- #: modules/minileven/minileven.php:90
2019
- msgid "View Mobile Site"
2020
- msgstr ""
2021
-
2022
- #: modules/minileven/minileven.php:254
2023
- msgid "Apply this CSS to the Mobile Theme"
2024
- msgstr ""
2025
-
2026
- #: modules/minileven/theme/pub/minileven/comments.php:15
2027
- msgid "This post is password protected. Enter the password to view any comments."
2028
- msgstr "Esta entrada está protegida. Introduce la contraseña para ver los comentarios."
2029
-
2030
- #: modules/minileven/theme/pub/minileven/comments.php:45
2031
- msgid "Comment navigation"
2032
- msgstr "Navegación de comentarios"
2033
-
2034
- #: modules/minileven/theme/pub/minileven/comments.php:46
2035
- msgid "&larr; Older Comments"
2036
- msgstr "&larr; Comentarios antiguos"
2037
-
2038
- #: modules/minileven/theme/pub/minileven/comments.php:47
2039
- msgid "Newer Comments &rarr;"
2040
- msgstr "Comentarios recientes &rarr;"
2041
-
2042
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2043
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2044
- #: modules/minileven/theme/pub/minileven/content.php:13
2045
- #: modules/minileven/theme/pub/minileven/content.php:17
2046
- msgid "Permalink to %s"
2047
- msgstr "Enlace permanente a %s"
2048
-
2049
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2050
- msgid "Gallery"
2051
- msgstr "Galería"
2052
-
2053
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2054
- #: modules/minileven/theme/pub/minileven/content.php:36
2055
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:26
2056
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2057
- msgstr "Sigue leyendo <span class=\"meta-nav\">&rarr;</span>"
2058
-
2059
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2060
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
2061
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2062
- msgstr[0] "Esta galería contiene <a %1$s>%2$s foto</a>."
2063
- msgstr[1] "Esta galería contiene <a %1$s>%2$s fotos</a>."
2064
-
2065
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2066
- #: modules/minileven/theme/pub/minileven/content.php:38
2067
- #: modules/minileven/theme/pub/minileven/image.php:64
2068
- #: modules/minileven/theme/pub/minileven/page.php:27
2069
- msgid "Pages:"
2070
- msgstr "Páginas:"
2071
-
2072
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2073
- #: modules/minileven/theme/pub/minileven/content.php:46
2074
- #: modules/minileven/theme/pub/minileven/image.php:80
2075
- msgid "<b>1</b> Reply"
2076
- msgstr "<b>1</b> Respuesta"
2077
-
2078
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2079
- #: modules/minileven/theme/pub/minileven/content.php:46
2080
- #: modules/minileven/theme/pub/minileven/image.php:80
2081
- msgid "<b>%</b> Replies"
2082
- msgstr "<b>%</b> Respuestas"
2083
-
2084
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
2085
- #: modules/minileven/theme/pub/minileven/content.php:48
2086
- #: modules/minileven/theme/pub/minileven/image.php:82
2087
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:66
2088
- #: modules/minileven/theme/pub/minileven/page.php:31
2089
- #: modules/publicize/ui.php:511
2090
- msgid "Edit"
2091
- msgstr "Editar"
2092
-
2093
- #: modules/minileven/theme/pub/minileven/content.php:14
2094
- msgid "Featured"
2095
- msgstr "Destacado"
2096
-
2097
- #: modules/minileven/theme/pub/minileven/content.php:23
2098
- msgid "Posted by "
2099
- msgstr ""
2100
-
2101
- #: modules/minileven/theme/pub/minileven/content.php:25
2102
- msgid "%s"
2103
- msgstr "%s"
2104
-
2105
- #: modules/minileven/theme/pub/minileven/content.php:46
2106
- #: modules/minileven/theme/pub/minileven/image.php:80
2107
- msgid "Leave a reply"
2108
- msgstr "Deja una respuesta"
2109
-
2110
- #: modules/minileven/theme/pub/minileven/content.php:54
2111
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2112
- msgid "Post navigation"
2113
- msgstr "Navegador de artículos"
2114
-
2115
- #: modules/minileven/theme/pub/minileven/content.php:55
2116
- msgid "&laquo; Previous"
2117
- msgstr "&laquo; Anterior"
2118
-
2119
- #: modules/minileven/theme/pub/minileven/content.php:56
2120
- msgid "Next &raquo;"
2121
- msgstr "Siguiente &raquo;"
2122
-
2123
- #: modules/minileven/theme/pub/minileven/footer.php:22
2124
- msgid "http://wordpress.org/"
2125
- msgstr "http://es.wordpress.org/"
2126
-
2127
- #: modules/minileven/theme/pub/minileven/footer.php:22
2128
- msgid "Semantic Personal Publishing Platform"
2129
- msgstr "Plataforma semántica de publicación personal"
2130
-
2131
- #: modules/minileven/theme/pub/minileven/footer.php:22
2132
- msgid "Proudly powered by %s"
2133
- msgstr "Funciona con %s"
2134
-
2135
- #: modules/minileven/theme/pub/minileven/functions.php:54
2136
- msgid "Primary Menu"
2137
- msgstr "Menú Principal"
2138
-
2139
- #: modules/minileven/theme/pub/minileven/functions.php:92
2140
- msgid "Main Sidebar"
2141
- msgstr "Barra lateral principal"
2142
-
2143
- #: modules/minileven/theme/pub/minileven/header.php:32
2144
- msgid "Page %s"
2145
- msgstr "Página %s"
2146
-
2147
- #: modules/minileven/theme/pub/minileven/header.php:50
2148
- msgid "Menu"
2149
- msgstr "Menú"
2150
-
2151
- #: modules/minileven/theme/pub/minileven/header.php:53
2152
- msgid "Skip to primary content"
2153
- msgstr "Ir al contenido principal"
2154
-
2155
- #: modules/minileven/theme/pub/minileven/image.php:73
2156
- msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
2157
- msgstr ""
2158
-
2159
- #: modules/minileven/theme/pub/minileven/image.php:87
2160
- msgid "Image navigation"
2161
- msgstr "Navegador de imágenes"
2162
-
2163
- #: modules/minileven/theme/pub/minileven/image.php:88
2164
- msgid "&raquo; Previous"
2165
- msgstr ""
2166
-
2167
- #: modules/minileven/theme/pub/minileven/image.php:89
2168
- msgid "Next &raquo; "
2169
- msgstr ""
2170
-
2171
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2172
- msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2173
- msgstr ""
2174
-
2175
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2176
- msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2177
- msgstr ""
2178
-
2179
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2180
- msgid "Pingback:"
2181
- msgstr "Pingback: "
2182
-
2183
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2184
- msgid "%1$s on %2$s"
2185
- msgstr "%1$s en %2$s"
2186
-
2187
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
2188
- msgid "%1$s at %2$s"
2189
- msgstr "%1$s en %2$s"
2190
-
2191
- #: modules/contact-form/grunion-contact-form.php:1242
2192
- msgid "%s is required"
2193
- msgstr ""
2194
-
2195
- #: modules/contact-form/grunion-contact-form.php:1289
2196
- #: modules/contact-form/grunion-contact-form.php:1295
2197
- #: modules/contact-form/grunion-contact-form.php:1300
2198
- #: modules/contact-form/grunion-contact-form.php:1314
2199
- #: modules/contact-form/grunion-contact-form.php:1320
2200
- #: modules/contact-form/grunion-contact-form.php:1333
2201
- msgid "(required)"
2202
- msgstr "(requerido)"
2203
-
2204
- #: modules/contact-form/grunion-contact-form.php:1313
2205
- msgid "Yes"
2206
- msgstr "Sí"
2207
-
2208
- #: modules/contact-form/grunion-form-view.php:8
2209
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
2210
- msgid "Name"
2211
- msgstr "Nombre"
2212
-
2213
- #: modules/contact-form/grunion-form-view.php:9
2214
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
2215
- msgid "Email"
2216
- msgstr "Email"
2217
-
2218
- #: modules/contact-form/grunion-form-view.php:10
2219
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
2220
- msgid "Website"
2221
- msgstr "Sitio Web"
2222
-
2223
- #: modules/contact-form/grunion-form-view.php:11
2224
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
2225
- msgid "Comment"
2226
- msgstr "Comentario"
2227
-
2228
- #: modules/contact-form/grunion-form-view.php:12
2229
- msgctxt "Default label for new HTML form field in contact form builder"
2230
- msgid "New Field"
2231
- msgstr "Nuevo Campo"
2232
-
2233
- #: modules/contact-form/grunion-form-view.php:13
2234
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
2235
- msgid "Options"
2236
- msgstr "Opciones"
2237
-
2238
- #: modules/contact-form/grunion-form-view.php:14
2239
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
2240
- msgid "Option"
2241
- msgstr "Opción"
2242
-
2243
- #: modules/contact-form/grunion-form-view.php:15
2244
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
2245
- msgid "First option"
2246
- msgstr "Primera opción"
2247
-
2248
- #: modules/contact-form/grunion-form-view.php:16
2249
- msgctxt "error message in contact form builder"
2250
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
2251
- msgstr "Vaya, hubo un problema al generar el formulario. Por favor intenta de nuevo."
2252
-
2253
- #: modules/contact-form/grunion-form-view.php:17
2254
- msgid ""
2255
- "Drag up or down\n"
2256
- "to re-arrange"
2257
- msgstr ""
2258
- "Arrastra hacia arriba o abajo \n"
2259
- "para ordernar los campos"
2260
-
2261
- #: modules/contact-form/grunion-form-view.php:18
2262
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
2263
- msgid "move"
2264
- msgstr "mover"
2265
-
2266
- #: modules/contact-form/grunion-form-view.php:19
2267
- msgctxt "Link to edit an HTML form field in contact form builder"
2268
- msgid "edit"
2269
- msgstr "editar"
2270
-
2271
- #: modules/contact-form/grunion-form-view.php:20
2272
- msgid "Saved successfully"
2273
- msgstr "guardado con éxito"
2274
-
2275
- #: modules/contact-form/grunion-form-view.php:21
2276
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
2277
- msgid "(required)"
2278
- msgstr "(obligatorio)"
2279
-
2280
- #: modules/contact-form/grunion-form-view.php:22
2281
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
2282
- msgstr "¿Seguro que desea salir del generador de formularios sin guardar? Cualquier cambio que se haya realizado se perderá."
2283
-
2284
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
2285
- #: modules/module-info.php:495
2286
- msgid "Contact Form"
2287
- msgstr "Formulario de contacto"
2288
-
2289
- #: modules/contact-form/grunion-form-view.php:118
2290
- msgid "Your new field was saved successfully"
2291
- msgstr "El nuevo campo ha sido guardado exitosamente "
2292
-
2293
- #: modules/contact-form/grunion-form-view.php:120
2294
- msgid "Form builder"
2295
- msgstr "Generador de formularios"
2296
-
2297
- #: modules/contact-form/grunion-form-view.php:121
2298
- msgid "Email notifications"
2299
- msgstr "Notificaciones por correo electrónico"
2300
-
2301
- #: modules/contact-form/grunion-form-view.php:126
2302
- msgid "How does this work?"
2303
- msgstr "¿Cómo funciona esto?"
2304
-
2305
- #: modules/contact-form/grunion-form-view.php:127
2306
- msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
2307
- msgstr "Mediante la adición de un formulario de contacto, los lectores te podrán enviar sus comentarios. Todos los comentarios son escaneados automáticamente por spam y la comentarios legítimos serán enviado por correo electrónico."
2308
-
2309
- #: modules/contact-form/grunion-form-view.php:128
2310
- msgid "Can I add more fields?"
2311
- msgstr "¿Puedo añadir más campos?"
2312
-
2313
- #: modules/contact-form/grunion-form-view.php:130
2314
- msgctxt "%1$s = \"Click here\" in an HTML link"
2315
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
2316
- msgstr "Claro que sí. %1$s para añadir un nuevo cuadro de texto, área de texto, radio, casilla de verificación o un campo desplegable."
2317
-
2318
- #: modules/contact-form/grunion-form-view.php:131
2319
- msgid "Click here"
2320
- msgstr "Click aquí"
2321
-
2322
- #: modules/contact-form/grunion-form-view.php:133
2323
- msgid "Can I view my feedback within WordPress?"
2324
- msgstr "¿Puedo ver mis comentarios en WordPress?"
2325
-
2326
- #: modules/contact-form/grunion-form-view.php:135
2327
- msgctxt "%1$s = \"Feedbacks\" in an HTML link"
2328
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
2329
- msgstr "Sí, puedes leer tus comentarios en cualquier momento haciendo clic en el enlace \"%1$s\" que aparece en el menú de administración."
2330
-
2331
- #: modules/contact-form/grunion-form-view.php:141
2332
- msgid "Do I need to fill this out?"
2333
- msgstr "¿Tengo que llenar esto?"
2334
-
2335
- #: modules/contact-form/grunion-form-view.php:142
2336
- msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
2337
- msgstr "No. Sin embargo, sí puedes modificar donde se envían los comentarios, o la línea de asunto del correo. Si no haces cambios, los comentarios serán enviados al autor de la página / entrada y la línea de asunto será el nombre de página / entrada."
2338
-
2339
- #: modules/contact-form/grunion-form-view.php:146
2340
- msgid "Edit this new field"
2341
- msgstr "Editar este nuevo campo"
2342
-
2343
- #: modules/contact-form/grunion-form-view.php:148
2344
- #: modules/sharedaddy/sharing-sources.php:985
2345
- msgid "Label"
2346
- msgstr "Etiqueta"
2347
-
2348
- #: modules/contact-form/grunion-form-view.php:149
2349
- msgid "New field"
2350
- msgstr "Nuevo campo"
2351
-
2352
- #: modules/contact-form/grunion-form-view.php:151
2353
- msgid "Field type"
2354
- msgstr "Tipo de campo"
2355
-
2356
- #: modules/contact-form/grunion-form-view.php:153
2357
- msgid "Checkbox"
2358
- msgstr "Casilla de verificación"
2359
-
2360
- #: modules/contact-form/grunion-form-view.php:154
2361
- msgid "Drop down"
2362
- msgstr "Campo desplegable"
2363
-
2364
- #: modules/contact-form/grunion-form-view.php:157
2365
- msgid "Radio"
2366
- msgstr "Radio"
2367
-
2368
- #: modules/contact-form/grunion-form-view.php:158
2369
- msgid "Text"
2370
- msgstr "Texto"
2371
-
2372
- #: modules/contact-form/grunion-form-view.php:159
2373
- msgid "Textarea"
2374
- msgstr "Área de texto"
2375
-
2376
- #: modules/contact-form/grunion-form-view.php:166
2377
- msgid "Options"
2378
- msgstr "Opciones"
2379
-
2380
- #: modules/contact-form/grunion-form-view.php:167
2381
- msgid "First option"
2382
- msgstr "Primera opción"
2383
-
2384
- #: modules/contact-form/grunion-form-view.php:170
2385
- msgid "Add another option"
2386
- msgstr "Añadir otra opción"
2387
-
2388
- #: modules/contact-form/grunion-form-view.php:177
2389
- msgid "Required?"
2390
- msgstr "¿Obligatorio?"
2391
-
2392
- #: modules/contact-form/grunion-form-view.php:182
2393
- msgid "Save this field"
2394
- msgstr "Guardar este campo"
2395
-
2396
- #: modules/contact-form/grunion-form-view.php:187
2397
- msgid "Here&#8217;s what your form will look like"
2398
- msgstr "Así es lo como se verá tu formulario"
2399
-
2400
- #: modules/contact-form/grunion-form-view.php:192
2401
- msgid "Add a new field"
2402
- msgstr "Añadir un nuevo campo"
2403
-
2404
- #: modules/contact-form/grunion-form-view.php:194
2405
- msgid "Add this form to my post"
2406
- msgstr "Añadir este formulario a mi entrada"
2407
-
2408
- #: modules/contact-form/grunion-form-view.php:197
2409
- msgid "Email settings"
2410
- msgstr "Configuración del correo electrónico"
2411
-
2412
- #: modules/contact-form/grunion-form-view.php:199
2413
- msgid "Enter your email address"
2414
- msgstr "Introduce tu dirección de correo electrónico"
2415
-
2416
- #: modules/contact-form/grunion-form-view.php:202
2417
- msgid "What should the subject line be?"
2418
- msgstr "¿Cuál debería ser la línea de asunto?"
2419
-
2420
- #: modules/contact-form/grunion-form-view.php:205
2421
- msgid "Save and go back to form builder"
2422
- msgstr "Guardar y volver al generador de formularios"
2423
-
2424
- #: modules/custom-css/custom-css.php:486
2425
- msgid ""
2426
- "Welcome to Custom CSS!\n"
2427
- "\n"
2428
- "CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.\n"
2429
- "\n"
2430
- "By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don't need to copy all your theme's stylesheet content."
2431
- msgstr ""
2432
-
2433
- #: modules/custom-css/custom-css.php:595
2434
- msgid "Preview: changes must be saved or they will be lost"
2435
- msgstr "Vista previa: los cambios deben ser guardados o se perderán"
2436
-
2437
- #: modules/custom-css/custom-css.php:623
2438
- msgid "Edit CSS"
2439
- msgstr "Editar CSS"
2440
-
2441
- #: modules/custom-css/custom-css.php:637
2442
- msgid "CSS"
2443
- msgstr ""
2444
-
2445
- #: modules/custom-css/custom-css.php:676
2446
- msgid "Custom CSS Stylesheet"
2447
- msgstr ""
2448
-
2449
- #: modules/custom-css/custom-css.php:836
2450
- msgid "Stylesheet saved."
2451
- msgstr "Hoja de estilos guardada"
2452
-
2453
- #: modules/custom-css/custom-css.php:844
2454
- msgid "CSS Stylesheet Editor"
2455
- msgstr "Editor de estilos CSS"
2456
-
2457
- #: modules/custom-css/custom-css.php:845
2458
- msgid ""
2459
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
2460
- "\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
2461
- msgstr ""
2462
-
2463
- #: modules/carousel/jetpack-carousel.php:443
2464
- msgid "White"
2465
- msgstr "Blanco"
2466
-
2467
- #: modules/carousel/jetpack-carousel.php:451
2468
- msgid "Display images in full-size carousel slideshow."
2469
- msgstr ""
2470
-
2471
- #: modules/comments/admin.php:50 modules/comments/comments.php:178
2472
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2473
- msgid "Leave a Reply"
2474
- msgstr "Deja un comentario"
2475
-
2476
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:147
2477
- msgid "Light"
2478
- msgstr "Claro"
2479
-
2480
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:148
2481
- msgid "Dark"
2482
- msgstr "Oscuro"
2483
-
2484
- #: modules/comments/admin.php:56
2485
- msgid "Transparent"
2486
- msgstr ""
2487
-
2488
- #: modules/comments/admin.php:72 modules/module-info.php:521
2489
- msgid "Jetpack Comments"
2490
- msgstr ""
2491
-
2492
- #: modules/comments/admin.php:81
2493
- msgid "Greeting Text"
2494
- msgstr ""
2495
-
2496
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
2497
- #: modules/widgets/facebook-likebox.php:145
2498
- msgid "Color Scheme"
2499
- msgstr "Combinación de colores"
2500
-
2501
- #: modules/comments/admin.php:118
2502
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
2503
- msgstr ""
2504
-
2505
- #: modules/comments/admin.php:134
2506
- msgid "A few catchy words to motivate your readers to comment"
2507
- msgstr ""
2508
-
2509
- #: modules/comments/base.php:84
2510
- msgid "Invalid request"
2511
- msgstr ""
2512
-
2513
- #: modules/comments/base.php:231
2514
- msgid "Error: please fill the required fields (name, email)."
2515
- msgstr "Error: por favor, completa los campos requeridos (nombre, correo electrónico)."
2516
-
2517
- #: modules/comments/base.php:233
2518
- msgid "Error: please enter a valid email address."
2519
- msgstr "Error: por favor, escribe un correo electrónico válido."
2520
-
2521
- #: modules/comments/comments.php:154
2522
- msgid "You must <a href=\"%s\">log in</a> to post a comment."
2523
- msgstr "Para comentar debe estar <a href=\"%s\">registrado</a>."
2524
-
2525
- #: modules/comments/comments.php:217
2526
- msgid "Cancel Reply"
2527
- msgstr "Cancelar respuesta"
2528
-
2529
- #: modules/comments/comments.php:351
2530
- msgid "Invalid security token."
2531
- msgstr ""
2532
-
2533
- #: modules/comments/comments.php:412 modules/comments/comments.php:463
2534
- msgid "Submitting Comment%s"
2535
- msgstr ""
2536
-
2537
- #: modules/contact-form/admin.php:27
2538
- msgid "Add a custom form"
2539
- msgstr ""
2540
-
2541
- #: modules/contact-form/admin.php:129
2542
- msgid "From"
2543
- msgstr ""
2544
-
2545
- #: modules/contact-form/admin.php:130
2546
- #: modules/contact-form/grunion-contact-form.php:556
2547
- msgid "Message"
2548
- msgstr "Mensaje"
2549
-
2550
- #: modules/contact-form/admin.php:131
2551
- msgid "Date"
2552
- msgstr "Fecha"
2553
-
2554
- #: modules/contact-form/admin.php:201
2555
- msgid "Restore this item from the Trash"
2556
- msgstr "Restaurar este elemento desde la papelera"
2557
-
2558
- #: modules/contact-form/admin.php:203
2559
- msgid "Restore"
2560
- msgstr "Restaurar"
2561
-
2562
- #: modules/contact-form/admin.php:206 modules/contact-form/admin.php:305
2563
- msgid "Delete this item permanently"
2564
- msgstr "Borrar este elemento permanentemente"
2565
-
2566
- #: modules/contact-form/admin.php:208 modules/contact-form/admin.php:307
2567
- msgid "Delete Permanently"
2568
- msgstr "Borrar permanentemente"
2569
-
2570
- #: modules/contact-form/admin.php:239
2571
- msgid "Mark this message as spam"
2572
- msgstr "Marcar este mensaje como spam"
2573
-
2574
- #: modules/contact-form/admin.php:246 modules/contact-form/admin.php:248
2575
- #: modules/contact-form/admin.php:540
2576
- msgid "Trash"
2577
- msgstr "Papelera"
2578
-
2579
- #: modules/contact-form/admin.php:299
2580
- msgid "Mark this message as NOT spam"
2581
- msgstr "Marca este mensaje como NO spam"
2582
-
2583
- #: modules/contact-form/admin.php:338
2584
- msgid "Y-m-d @ g:i:s A"
2585
- msgstr ""
2586
-
2587
- #: modules/contact-form/admin.php:462
2588
- msgid "You are not allowed to manage this item."
2589
- msgstr ""
2590
-
2591
- #: modules/contact-form/admin.php:496
2592
- msgid "You are not allowed to move this item out of the Trash."
2593
- msgstr "No te está permitido mover este elemento fuera de la Papelera."
2594
-
2595
- #: modules/contact-form/admin.php:499
2596
- msgid "Error in restoring from Trash."
2597
- msgstr "Error al restaurar de la papelera."
2598
-
2599
- #: modules/contact-form/admin.php:503
2600
- msgid "You are not allowed to move this item to the Trash."
2601
- msgstr "No te está permitido mover este elemento a la papelera."
2602
-
2603
- #: modules/contact-form/admin.php:506
2604
- msgid "Error in moving to Trash."
2605
- msgstr "Error moviendo a la papelera."
2606
-
2607
- #: modules/contact-form/admin.php:530
2608
- msgid "Messages"
2609
- msgstr "Mensajes"
2610
-
2611
- #: modules/contact-form/admin.php:553
2612
- msgid "Spam"
2613
- msgstr "Spam"
2614
-
2615
- #: modules/contact-form/grunion-contact-form.php:73
2616
- #: modules/contact-form/grunion-form-view.php:136
2617
- msgid "Feedbacks"
2618
- msgstr ""
2619
-
2620
- #: modules/contact-form/grunion-contact-form.php:74
2621
- msgid "Feedback"
2622
- msgstr "Sugerencias"
2623
-
2624
- #: modules/contact-form/grunion-contact-form.php:75
2625
- msgid "Search Feedback"
2626
- msgstr ""
2627
-
2628
- #: modules/contact-form/grunion-contact-form.php:76
2629
- #: modules/contact-form/grunion-contact-form.php:77
2630
- msgid "No feedback found"
2631
- msgstr ""
2632
-
2633
- #: modules/contact-form/grunion-contact-form.php:94
2634
- msgid "Spam <span class=\"count\">(%s)</span>"
2635
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
2636
- msgstr[0] ""
2637
- msgstr[1] ""
2638
-
2639
- #: modules/contact-form/grunion-contact-form.php:514
2640
- msgctxt "%1$s = blog name"
2641
- msgid "%1$s Sidebar"
2642
- msgstr ""
2643
-
2644
- #: modules/contact-form/grunion-contact-form.php:521
2645
- msgctxt "%1$s = blog name, %2$s = post title"
2646
- msgid "%1$s %2$s"
2647
- msgstr ""
2648
-
2649
- #: modules/contact-form/grunion-contact-form.php:546
2650
- #: modules/contact-form/grunion-form-view.php:156
2651
- msgid "Name"
2652
- msgstr "Nombre"
2653
-
2654
- #: modules/contact-form/grunion-contact-form.php:547
2655
- #: modules/contact-form/grunion-form-view.php:155
2656
- #: modules/sharedaddy/sharing-sources.php:200
2657
- msgid "Email"
2658
- msgstr "Correo electrónico"
2659
-
2660
- #: modules/contact-form/grunion-contact-form.php:552
2661
- msgid "Subject"
2662
- msgstr "Asunto"
2663
-
2664
- #: modules/contact-form/grunion-contact-form.php:633
2665
- msgid "Error!"
2666
- msgstr "¡Error!"
2667
-
2668
- #: modules/contact-form/grunion-contact-form.php:647
2669
- msgid "Message Sent"
2670
- msgstr "Mensaje Enviado"
2671
-
2672
- #: modules/contact-form/grunion-contact-form.php:648
2673
- msgid "go back"
2674
- msgstr ""
2675
-
2676
- #: modules/contact-form/grunion-contact-form.php:683
2677
- #: modules/contact-form/grunion-contact-form.php:699
2678
- msgctxt "%1$s = form field label, %2$s = form field value"
2679
- msgid "%1$s: %2$s"
2680
- msgstr ""
2681
-
2682
- #: modules/contact-form/grunion-contact-form.php:729
2683
- msgid "Submit &#187;"
2684
- msgstr "Enviar &#187;"
2685
-
2686
- #: modules/contact-form/grunion-contact-form.php:971
2687
- msgid "l F j, Y \\a\\t g:i a"
2688
- msgstr ""
2689
-
2690
- #: modules/contact-form/grunion-contact-form.php:991
2691
- msgid "Time:"
2692
- msgstr "Hora:"
2693
-
2694
- #: modules/contact-form/grunion-contact-form.php:992
2695
- msgid "IP Address:"
2696
- msgstr "Dirección IP:"
2697
-
2698
- #: modules/contact-form/grunion-contact-form.php:993
2699
- msgid "Contact Form URL:"
2700
- msgstr "URL del formulario de contacto:"
2701
-
2702
- #: modules/contact-form/grunion-contact-form.php:999
2703
- msgid "Sent by a verified %s user."
2704
- msgstr "Enviado por un usuario verificado %s."
2705
-
2706
- #: modules/contact-form/grunion-contact-form.php:1003
2707
- msgid "Sent by an unverified visitor to your site."
2708
- msgstr "Enviado por un visitante a tu sitio no verificado."
2709
-
2710
- #: modules/contact-form/grunion-contact-form.php:1236
2711
- msgid "%s requires a valid email address"
2712
- msgstr "%s necesita una dirección válida de correo electrónico"
2713
-
2714
- #: modules/after-the-deadline/atd-l10n.php:34
2715
- msgid ""
2716
- "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
2717
- "\n"
2718
- "Press OK to update your post, or Cancel to view the suggestions and edit your post."
2719
- msgstr ""
2720
- "El revisor tiene sugerencias para esta entrada. ¿Está seguro de que desea actualizarla?\n"
2721
- "\n"
2722
- "Pulse OK para actualizar la entrada o Cancelar para ver las sugerencias y editar su entrada."
2723
-
2724
- #: modules/after-the-deadline/config-options.php:48
2725
- msgid "Proofreading"
2726
- msgstr "Revisión"
2727
-
2728
- #: modules/after-the-deadline/config-options.php:50
2729
- msgid "Automatically proofread content when:"
2730
- msgstr "Revisa contenido automáticamente cuando:"
2731
-
2732
- #: modules/after-the-deadline/config-options.php:53
2733
- msgid "a post or page is first published"
2734
- msgstr "un artículo o página es lo primero publicado"
2735
-
2736
- #: modules/after-the-deadline/config-options.php:55
2737
- msgid "a post or page is updated"
2738
- msgstr "un artículo o página está actualizado"
2739
-
2740
- #: modules/after-the-deadline/config-options.php:58
2741
- msgid "English Options"
2742
- msgstr "Opciones de Inglés"
2743
-
2744
- #: modules/after-the-deadline/config-options.php:60
2745
- msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
2746
- msgstr "Activar revisión para las siguientes reglas y estilos gramaticales cuando se escriben entradas y páginas:"
2747
-
2748
- #: modules/after-the-deadline/config-options.php:63
2749
- msgid "Bias Language"
2750
- msgstr "Sesgos de Idioma"
2751
-
2752
- #: modules/after-the-deadline/config-options.php:65
2753
- msgid "Clich&eacute;s"
2754
- msgstr "Clichés"
2755
-
2756
- #: modules/after-the-deadline/config-options.php:67
2757
- msgid "Complex Phrases"
2758
- msgstr "Frases Complejas"
2759
-
2760
- #: modules/after-the-deadline/config-options.php:69
2761
- msgid "Diacritical Marks"
2762
- msgstr "Signos Diacríticos"
2763
-
2764
- #: modules/after-the-deadline/config-options.php:71
2765
- msgid "Double Negatives"
2766
- msgstr "Doble negaciones"
2767
-
2768
- #: modules/after-the-deadline/config-options.php:73
2769
- msgid "Hidden Verbs"
2770
- msgstr "Verbos ocultos"
2771
-
2772
- #: modules/after-the-deadline/config-options.php:75
2773
- msgid "Jargon"
2774
- msgstr "Jerga"
2775
-
2776
- #: modules/after-the-deadline/config-options.php:77
2777
- msgid "Passive Voice"
2778
- msgstr "Voz Pasiva"
2779
-
2780
- #: modules/after-the-deadline/config-options.php:79
2781
- msgid "Phrases to Avoid"
2782
- msgstr "Frases para Evitar"
2783
-
2784
- #: modules/after-the-deadline/config-options.php:81
2785
- msgid "Redundant Phrases"
2786
- msgstr "Frases Redundantes"
2787
-
2788
- #: modules/after-the-deadline/config-options.php:83
2789
- msgid "<a href=\"%s\">Learn more</a> about these options."
2790
- msgstr "<a href=\"%s\">Aprende más</a> acerca de estas opciones."
2791
-
2792
- #: modules/after-the-deadline/config-options.php:86
2793
- msgid "Language"
2794
- msgstr "Idioma"
2795
-
2796
- #: modules/after-the-deadline/config-options.php:89
2797
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
2798
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
2799
- msgstr ""
2800
-
2801
- #: modules/after-the-deadline/config-options.php:95
2802
- msgid "Use automatically detected language to proofread posts and pages"
2803
- msgstr "Utilizar idioma detectado automáticamente para corregir entradas y páginas"
2804
-
2805
- #: modules/after-the-deadline/config-unignore.php:126
2806
- msgid "Ignored Phrases"
2807
- msgstr "Frases ignoradas"
2808
-
2809
- #: modules/after-the-deadline/config-unignore.php:128
2810
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
2811
- msgstr "Indentifica palabras y fráses que pueden ser ignoradas mientras se corrigen tus entradas y páginas:"
2812
-
2813
- #: modules/after-the-deadline/config-unignore.php:130
2814
- msgid "Add"
2815
- msgstr "Añadir"
2816
-
2817
- #: modules/after-the-deadline/config-unignore.php:135
2818
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
2819
- msgstr "Asegúrate de hacer clic en «Actualizar perfil» al final de la pantalla para guardar tus cambios."
2820
-
2821
- #: modules/carousel/jetpack-carousel.php:103
2822
- msgid "Comment"
2823
- msgstr ""
2824
-
2825
- #: modules/carousel/jetpack-carousel.php:104
2826
- msgid "Post Comment"
2827
- msgstr "Publicar comentario"
2828
-
2829
- #: modules/carousel/jetpack-carousel.php:105
2830
- msgid "Loading Comments..."
2831
- msgstr ""
2832
-
2833
- #: modules/carousel/jetpack-carousel.php:106
2834
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
2835
- msgstr "Ver tamaño completo <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
2836
-
2837
- #: modules/carousel/jetpack-carousel.php:107
2838
- msgid "Please be sure to submit some text with your comment."
2839
- msgstr ""
2840
-
2841
- #: modules/carousel/jetpack-carousel.php:108
2842
- msgid "Please provide an email address to comment."
2843
- msgstr ""
2844
-
2845
- #: modules/carousel/jetpack-carousel.php:109
2846
- msgid "Please provide your name to comment."
2847
- msgstr ""
2848
-
2849
- #: modules/carousel/jetpack-carousel.php:110
2850
- msgid "Sorry, but there was an error posting your comment. Please try again later."
2851
- msgstr ""
2852
-
2853
- #: modules/carousel/jetpack-carousel.php:111
2854
- msgid "Your comment was approved."
2855
- msgstr ""
2856
-
2857
- #: modules/carousel/jetpack-carousel.php:112
2858
- msgid "Your comment is in moderation."
2859
- msgstr ""
2860
-
2861
- #: modules/carousel/jetpack-carousel.php:113
2862
- msgid "Camera"
2863
- msgstr ""
2864
-
2865
- #: modules/carousel/jetpack-carousel.php:114
2866
- msgid "Aperture"
2867
- msgstr ""
2868
-
2869
- #: modules/carousel/jetpack-carousel.php:115
2870
- msgid "Shutter Speed"
2871
- msgstr ""
2872
-
2873
- #: modules/carousel/jetpack-carousel.php:116
2874
- msgid "Focal Length"
2875
- msgstr ""
2876
-
2877
- #: modules/carousel/jetpack-carousel.php:123
2878
- msgid "Commenting as %s"
2879
- msgstr "Comentando como %s"
2880
-
2881
- #: modules/carousel/jetpack-carousel.php:126
2882
- msgid "Email (Required)"
2883
- msgstr "Dirección de correo electrónico (requerido)"
2884
-
2885
- #: modules/carousel/jetpack-carousel.php:128
2886
- msgid "Name (Required)"
2887
- msgstr "Nombre (requerido)"
2888
-
2889
- #: modules/carousel/jetpack-carousel.php:130
2890
- #: modules/contact-form/grunion-c