Jetpack by WordPress.com - Version 2.9.4

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.9.4
Comparing to
See all releases

Code changes from version 2.8.3 to 2.9.4

.travis.yml DELETED
@@ -1,40 +0,0 @@
1
- # Travis CI Configuration File
2
-
3
- # Tell Travis CI we're using PHP
4
- language: php
5
-
6
- # Versions of PHP to test against
7
- php:
8
- - "5.2"
9
- - "5.3"
10
- - "5.4"
11
-
12
- # Specify versions of WordPress to test against
13
- # WP_VERSION = WordPress version number (use "master" for SVN trunk)
14
- # WP_MULTISITE = whether to test multisite (use either "0" or "1")
15
- env:
16
- - WP_VERSION=master WP_MULTISITE=0
17
- - WP_VERSION=3.6 WP_MULTISITE=0
18
- - WP_VERSION=3.5.2 WP_MULTISITE=0
19
- # - WP_VERSION=3.4.2 WP_MULTISITE=0
20
- # - WP_VERSION=3.3.3 WP_MULTISITE=0
21
- # - WP_VERSION=3.2.1 WP_MULTISITE=0
22
- - WP_VERSION=master WP_MULTISITE=1
23
- - WP_VERSION=3.6 WP_MULTISITE=1
24
- - WP_VERSION=3.5.2 WP_MULTISITE=1
25
- # - WP_VERSION=3.4.2 WP_MULTISITE=1
26
- # - WP_VERSION=3.3.3 WP_MULTISITE=1
27
- # - WP_VERSION=3.2.1 WP_MULTISITE=1
28
-
29
- # Grab the setup script and execute
30
- before_script:
31
- - wget https://raw.github.com/tierra/wordpress-plugin-tests/setup/setup.sh
32
- - source setup.sh
33
-
34
- script: phpunit
35
-
36
- # wordpress-plugin-tests specific config
37
- # Tells Travis CI not to run unit tests against the setup branch
38
- branches:
39
- except:
40
- - setup
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/3rd-party.php ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * Placeholder to load 3rd party plugin tweaks until a legit system
5
+ * is architected
6
+ */
7
+
8
+ require_once( 'buddypress.php' );
3rd-party/buddypress.php ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ add_filter( 'bp_core_pre_avatar_handle_upload', 'blobphoto' );
4
+ function blobphoto( $bool ) {
5
+
6
+ add_filter( 'jetpack_photon_skip_image', '__return_true' );
7
+
8
+ return $bool;
9
+ }
_inc/jetpack.css CHANGED
@@ -40,7 +40,9 @@
40
  .toplevel_page_jetpack ul#adminmenu a.wp-has-current-submenu:after,
41
  .toplevel_page_jetpack ul#adminmenu > li.current > a.current:after,
42
  .jetpack-pagestyles ul#adminmenu a.wp-has-current-submenu:after,
43
- .jetpack-pagestyles ul#adminmenu > li.current > a.current:after {
 
 
44
  border-right-color:#8fad4b;
45
  }
46
 
@@ -65,7 +67,9 @@
65
  }
66
 
67
  .toplevel_page_jetpack.jetpack-connected #wpwrap,
68
- .jetpack-pagestyles.jetpack-connected #wpwrap {
 
 
69
  background: url(images/header-clouds-small.png) 52px 0 repeat-x;
70
  }
71
 
@@ -121,10 +125,18 @@
121
  margin: 30px 0 -30px 0;
122
  }
123
 
 
 
 
 
124
  #jp-header.small {
125
  margin: 20px 0 50px;
126
  }
127
 
 
 
 
 
128
  #jp-header #jp-clouds {
129
  position: relative;
130
  padding-top: 110px;
@@ -192,7 +204,9 @@
192
  }
193
 
194
  .toplevel_page_jetpack.jetpack-connected #wpwrap,
195
- .jetpack-pagestyles.jetpack-connected #wpwrap {
 
 
196
  background-image: url(images/header-clouds-small-2x.png);
197
  background-size: 980px 140px;
198
  }
@@ -229,6 +243,13 @@
229
  top: -35px;
230
  }
231
 
 
 
 
 
 
 
 
232
  /* Retina Logo */
233
  @media only screen and (-moz-min-device-pixel-ratio: 1.5),
234
  only screen and (-o-min-device-pixel-ratio: 3/2),
@@ -240,7 +261,8 @@
240
  background-size: 250px 200px;
241
  }
242
 
243
- #jp-header.small h3 {
 
244
  background-image: url(images/logo-small-2x.png);
245
  background-size: 150px 120px;
246
  }
@@ -355,6 +377,11 @@
355
  overflow: hidden;
356
  }
357
 
 
 
 
 
 
358
  .jetpack-message h4 {
359
  margin: 0 10px 10px 0;
360
  font-size: 18px;
@@ -365,6 +392,10 @@
365
  display: inline-block;
366
  }
367
 
 
 
 
 
368
  .jetpack-message h5 {
369
  margin: 0;
370
  }
@@ -1098,6 +1129,10 @@ p#news-sub {
1098
  margin: 10px 13px 40px 15px;
1099
  }
1100
 
 
 
 
 
1101
  .jp-survey h4 {
1102
  margin: 0;
1103
  font-size: 18px;
@@ -1213,6 +1248,10 @@ p#news-sub {
1213
  cursor: pointer;
1214
  }
1215
 
 
 
 
 
1216
  .jetpack-install-container p a.button-connector:hover,
1217
  .jetpack-install-container p a.button-connector:active {
1218
  background-color: #f0a000;
40
  .toplevel_page_jetpack ul#adminmenu a.wp-has-current-submenu:after,
41
  .toplevel_page_jetpack ul#adminmenu > li.current > a.current:after,
42
  .jetpack-pagestyles ul#adminmenu a.wp-has-current-submenu:after,
43
+ .jetpack-pagestyles ul#adminmenu > li.current > a.current:after,
44
+ .jetpack_page_jetpack-settings.network-admin ul#adminmenu a.wp-has-current-submenu:after,
45
+ .jetpack_page_jetpack-settings.network-admin ul#adminmenu > li.current > a.current:after {
46
  border-right-color:#8fad4b;
47
  }
48
 
67
  }
68
 
69
  .toplevel_page_jetpack.jetpack-connected #wpwrap,
70
+ .jetpack-pagestyles.jetpack-connected #wpwrap,
71
+ .toplevel_page_jetpack.network-admin #wpwrap,
72
+ .jetpack_page_jetpack-settings.network-admin #wpwrap {
73
  background: url(images/header-clouds-small.png) 52px 0 repeat-x;
74
  }
75
 
125
  margin: 30px 0 -30px 0;
126
  }
127
 
128
+ .network-admin #jp-header {
129
+ margin-bottom: -50px;
130
+ }
131
+
132
  #jp-header.small {
133
  margin: 20px 0 50px;
134
  }
135
 
136
+ .network-admin #jp-header.small {
137
+ margin-bottom: 30px;
138
+ }
139
+
140
  #jp-header #jp-clouds {
141
  position: relative;
142
  padding-top: 110px;
204
  }
205
 
206
  .toplevel_page_jetpack.jetpack-connected #wpwrap,
207
+ .jetpack-pagestyles.jetpack-connected #wpwrap,
208
+ .toplevel_page_jetpack.network-admin #wpwrap,
209
+ .jetpack_page_jetpack-settings.network-admin #wpwrap {
210
  background-image: url(images/header-clouds-small-2x.png);
211
  background-size: 980px 140px;
212
  }
243
  top: -35px;
244
  }
245
 
246
+ .network-admin #jp-header h3 {
247
+ background: transparent url(images/logo-small.png) top left no-repeat;
248
+ width: 150px;
249
+ height: 120px;
250
+ left: 18px;
251
+ }
252
+
253
  /* Retina Logo */
254
  @media only screen and (-moz-min-device-pixel-ratio: 1.5),
255
  only screen and (-o-min-device-pixel-ratio: 3/2),
261
  background-size: 250px 200px;
262
  }
263
 
264
+ #jp-header.small h3,
265
+ .network-admin #jp-header h3 {
266
  background-image: url(images/logo-small-2x.png);
267
  background-size: 150px 120px;
268
  }
377
  overflow: hidden;
378
  }
379
 
380
+ .jetpack-message h2 {
381
+ color: #fff;
382
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
383
+ }
384
+
385
  .jetpack-message h4 {
386
  margin: 0 10px 10px 0;
387
  font-size: 18px;
392
  display: inline-block;
393
  }
394
 
395
+ .jetpack-message.jp-multisite h4 {
396
+ margin-bottom: 0;
397
+ }
398
+
399
  .jetpack-message h5 {
400
  margin: 0;
401
  }
1129
  margin: 10px 13px 40px 15px;
1130
  }
1131
 
1132
+ .network-admin #jetpack-settings .wrap {
1133
+ margin: 10px 18px 30px 18px;
1134
+ }
1135
+
1136
  .jp-survey h4 {
1137
  margin: 0;
1138
  font-size: 18px;
1248
  cursor: pointer;
1249
  }
1250
 
1251
+ .network-admin .jetpack-install-container p a.button-connector {
1252
+ bottom: 15px;
1253
+ }
1254
+
1255
  .jetpack-install-container p a.button-connector:hover,
1256
  .jetpack-install-container p a.button-connector:active {
1257
  background-color: #f0a000;
_inc/lib/markdown/gfm.php CHANGED
@@ -6,9 +6,7 @@
6
  * @author Matt Wiebe <wiebe@automattic.com>
7
  * @link https://github.com/evansolomon/wp-github-flavored-markdown-comments
8
  *
9
- * Add a few extras from GitHub's Markdown implementation. Must be used
10
- * in a WordPress environment if the $preserve_shortcodes member is set to true,
11
- * which will be auto-detected initially on __construct()
12
  */
13
 
14
  class WPCom_GHF_Markdown_Parser extends MarkdownExtra_Parser {
@@ -102,6 +100,51 @@ class WPCom_GHF_Markdown_Parser extends MarkdownExtra_Parser {
102
  return $text;
103
  }
104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  /**
106
  * Called to preserve legacy LaTeX like $latex some-latex-text $
107
  * @param string $text Text in which to preserve LaTeX
@@ -254,10 +297,15 @@ class WPCom_GHF_Markdown_Parser extends MarkdownExtra_Parser {
254
  * Overload to support Viper's [code] shortcode. Because awesome.
255
  */
256
  public function _doFencedCodeBlocks_callback( $matches ) {
257
- // just MarkdownExtra_Parser if we're not going ultra-deluxe, or if
258
- // there wasn't a language class passed
259
- if ( ! $this->use_code_shortcode || empty( $matches[2] ) )
260
  return parent::_doFencedCodeBlocks_callback( $matches );
 
 
 
 
 
 
261
 
262
  $classname =& $matches[2];
263
  $codeblock = preg_replace_callback('/^\n+/', array( $this, '_doFencedCodeBlocks_newlines' ), $matches[4] );
@@ -265,6 +313,7 @@ class WPCom_GHF_Markdown_Parser extends MarkdownExtra_Parser {
265
  if ( $classname{0} == '.' )
266
  $classname = substr( $classname, 1 );
267
 
 
268
  $codeblock = sprintf( $this->shortcode_start, $classname ) . "\n{$codeblock}" . $this->shortcode_end;
269
  return "\n\n" . $this->hashBlock( $codeblock ). "\n\n";
270
  }
6
  * @author Matt Wiebe <wiebe@automattic.com>
7
  * @link https://github.com/evansolomon/wp-github-flavored-markdown-comments
8
  *
9
+ * Add a few extras from GitHub's Markdown implementation. Must be used in a WordPress environment.
 
 
10
  */
11
 
12
  class WPCom_GHF_Markdown_Parser extends MarkdownExtra_Parser {
100
  return $text;
101
  }
102
 
103
+ /**
104
+ * Preserve code block contents by HTML encoding them. Useful before getting to KSES stripping.
105
+ * @param string $text Markdown/HTML content
106
+ * @return string Markdown/HTML content with escaped code blocks
107
+ */
108
+ public function codeblock_preserve( $text ) {
109
+ $text = preg_replace_callback( "/^(`{3})([^`\n]+)?\n([^`~]+)(`{3})/m", array( $this, 'do_codeblock_preserve' ), $text );
110
+ $text = preg_replace_callback( "/^(~{3})([^~\n]+)?\n([^~~]+)(~{3})/m", array( $this, 'do_codeblock_preserve' ), $text );
111
+ return $text;
112
+ }
113
+
114
+ /**
115
+ * Regex callback for code block preservation.
116
+ * @param array $matches Regex matches
117
+ * @return string Codeblock with escaped interior
118
+ */
119
+ public function do_codeblock_preserve( $matches ) {
120
+ $block = stripslashes( $matches[3] );
121
+ $block = esc_html( $block );
122
+ $open = $matches[1] . $matches[2] . "\n";
123
+ return $open . $block . $matches[4];
124
+ }
125
+
126
+ /**
127
+ * Restore previously preserved (i.e. escaped) code block contents.
128
+ * @param string $text Markdown/HTML content with escaped code blocks
129
+ * @return string Markdown/HTML content
130
+ */
131
+ public function codeblock_restore( $text ) {
132
+ $text = preg_replace_callback( "/^(`{3})([^`\n]+)?\n([^`~]+)(`{3})/m", array( $this, 'do_codeblock_restore' ), $text );
133
+ $text = preg_replace_callback( "/^(~{3})([^~\n]+)?\n([^~~]+)(~{3})/m", array( $this, 'do_codeblock_restore' ), $text );
134
+ return $text;
135
+ }
136
+
137
+ /**
138
+ * Regex callback for code block restoration (unescaping).
139
+ * @param array $matches Regex matches
140
+ * @return string Codeblock with unescaped interior
141
+ */
142
+ public function do_codeblock_restore( $matches ) {
143
+ $block = html_entity_decode( $matches[3] );
144
+ $open = $matches[1] . $matches[2] . "\n";
145
+ return $open . $block . $matches[4];
146
+ }
147
+
148
  /**
149
  * Called to preserve legacy LaTeX like $latex some-latex-text $
150
  * @param string $text Text in which to preserve LaTeX
297
  * Overload to support Viper's [code] shortcode. Because awesome.
298
  */
299
  public function _doFencedCodeBlocks_callback( $matches ) {
300
+ // just MarkdownExtra_Parser if we're not going ultra-deluxe
301
+ if ( ! $this->use_code_shortcode ) {
 
302
  return parent::_doFencedCodeBlocks_callback( $matches );
303
+ }
304
+
305
+ // default to a "text" class if one wasn't passed. Helps with encoding issues later.
306
+ if ( empty( $matches[2] ) ) {
307
+ $matches[2] = 'text';
308
+ }
309
 
310
  $classname =& $matches[2];
311
  $codeblock = preg_replace_callback('/^\n+/', array( $this, '_doFencedCodeBlocks_newlines' ), $matches[4] );
313
  if ( $classname{0} == '.' )
314
  $classname = substr( $classname, 1 );
315
 
316
+ $codeblock = esc_html( $codeblock );
317
  $codeblock = sprintf( $this->shortcode_start, $classname ) . "\n{$codeblock}" . $this->shortcode_end;
318
  return "\n\n" . $this->hashBlock( $codeblock ). "\n\n";
319
  }
class.jetpack-client-server.php CHANGED
@@ -9,9 +9,7 @@
9
  class Jetpack_Client_Server {
10
  function authorize() {
11
  $data = stripslashes_deep( $_GET );
12
-
13
  $args = array();
14
-
15
  $redirect = isset( $data['redirect'] ) ? esc_url_raw( (string) $data['redirect'] ) : '';
16
 
17
  do {
@@ -136,7 +134,7 @@ class Jetpack_Client_Server {
136
  function get_token( $data ) {
137
  $jetpack = Jetpack::init();
138
  $role = $jetpack->translate_current_user_to_role();
139
-
140
  if ( !$role ) {
141
  return new Jetpack_Error( 'role', __( 'An administrator for this blog must set up the Jetpack connection.', 'jetpack' ) );
142
  }
9
  class Jetpack_Client_Server {
10
  function authorize() {
11
  $data = stripslashes_deep( $_GET );
 
12
  $args = array();
 
13
  $redirect = isset( $data['redirect'] ) ? esc_url_raw( (string) $data['redirect'] ) : '';
14
 
15
  do {
134
  function get_token( $data ) {
135
  $jetpack = Jetpack::init();
136
  $role = $jetpack->translate_current_user_to_role();
137
+
138
  if ( !$role ) {
139
  return new Jetpack_Error( 'role', __( 'An administrator for this blog must set up the Jetpack connection.', 'jetpack' ) );
140
  }
class.jetpack-debugger.php CHANGED
@@ -15,7 +15,7 @@ class Jetpack_Debugger {
15
  }
16
 
17
  public static function jetpack_increase_timeout($time) {
18
- $time = 20; //seconds
19
  return $time;
20
  }
21
 
15
  }
16
 
17
  public static function jetpack_increase_timeout($time) {
18
+ $time = 30; //seconds
19
  return $time;
20
  }
21
 
class.jetpack-network-sites-list-table.php ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if( ! class_exists( 'WP_List_Table' ) ) {
4
+ require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
5
+ }
6
+
7
+ class Jetpack_Network_Sites_List_Table extends WP_List_Table {
8
+
9
+
10
+ public function get_columns() {
11
+ // site name, status, username connected under
12
+ $columns = array(
13
+ 'cb' => '<input type="checkbox" />',
14
+ 'blogname' => __( 'Site Name', 'jetpack' ),
15
+ 'blog_path' => __( 'Path', 'jetpack' ),
16
+ 'connected' => __( 'Connected', 'jetpack' ),
17
+ );
18
+
19
+ return $columns;
20
+ }
21
+
22
+ public function prepare_items() {
23
+ $jpms = Jetpack_Network::init();
24
+
25
+ // Deal with bulk actions if any were requested by the user
26
+ $this->process_bulk_action();
27
+
28
+ $columns = $this->get_columns();
29
+ $hidden = array();
30
+ $sortable = array();
31
+ $this->_column_headers = array( $columns, $hidden, $sortable );
32
+ $this->items = $jpms->wp_get_sites();;
33
+ }
34
+
35
+ public function column_blogname( $item ) {
36
+ // http://jpms/wp-admin/network/site-info.php?id=1
37
+ switch_to_blog( $item->blog_id );
38
+ $jp_url = admin_url( 'admin.php?page=jetpack' );
39
+ restore_current_blog();
40
+
41
+ $actions = array(
42
+ 'edit' => '<a href="' . network_admin_url( 'site-info.php?id=' . $item->blog_id ) . '">' . __( 'Edit', 'jetpack' ) . '</a>',
43
+ 'dashboard' => '<a href="' . get_admin_url( $item->blog_id, '', 'admin' ) . '">Dashboard</a>',
44
+ 'view' => '<a href="' . get_site_url( $item->blog_id, '', 'admin' ) . '">View</a>',
45
+ 'jetpack-' . $item->blog_id => '<a href="' . $jp_url . '">Jetpack</a>',
46
+ );
47
+
48
+ return sprintf('%1$s %2$s', '<strong>' . get_blog_option( $item->blog_id, 'blogname' ) . '</strong>', $this->row_actions($actions) );
49
+ }
50
+
51
+ public function column_blog_path( $item ) {
52
+ return
53
+ '<a href="' .
54
+ get_site_url( $item->blog_id, '', 'admin' ) .
55
+ '">' .
56
+ str_replace( array( 'http://', 'https://' ), '', get_site_url( $item->blog_id, '', 'admin' ) ) .
57
+ '</a>';
58
+ }
59
+
60
+ public function column_connected( $item ) {
61
+ $jpms = Jetpack_Network::init();
62
+ $jp = Jetpack::init();
63
+
64
+ switch_to_blog( $item->blog_id );
65
+ if( $jp->is_active() ) {
66
+ // Build url for disconnecting
67
+ $url = $jpms->get_url( array(
68
+ 'name' => 'subsitedisconnect',
69
+ 'site_id' => $item->blog_id,
70
+
71
+ ) );
72
+ restore_current_blog();
73
+ return '<a href="' . $url . '">Disconnect</a>';
74
+ }
75
+ restore_current_blog();
76
+
77
+ // Build URL for connecting
78
+ $url = $jpms->get_url( array(
79
+ 'name' => 'subsiteregister',
80
+ 'site_id' => $item->blog_id,
81
+ ) );
82
+ return '<a href="' . $url . '">Connect</a>';
83
+ }
84
+
85
+ public function get_bulk_actions() {
86
+ $actions = array(
87
+ 'connect' => 'Connect',
88
+ 'disconnect' => 'Disconnect'
89
+ );
90
+
91
+ return $actions;
92
+ }
93
+
94
+ function column_cb($item) {
95
+ return sprintf(
96
+ '<input type="checkbox" name="bulk[]" value="%s" />', $item->blog_id
97
+ );
98
+ }
99
+
100
+ /**
101
+ * @todo Ensure sites are not in/active before performing action
102
+ */
103
+ public function process_bulk_action() {
104
+ if( !isset( $_POST['bulk'] ) || empty ( $_POST['bulk'] ) )
105
+ return; // Thou shall not pass! There is nothing to do
106
+
107
+ $jpms = Jetpack_Network::init();
108
+
109
+ $action = $this->current_action();
110
+ switch ( $action ) {
111
+
112
+ case 'connect':
113
+ foreach( $_POST['bulk'] AS $k => $site ) {
114
+ $jpms->do_subsiteregister( $site );
115
+ }
116
+ break;
117
+ case 'disconnect':
118
+ foreach( $_POST['bulk'] AS $k => $site ) {
119
+ $jpms->do_subsitedisconnect( $site );
120
+ }
121
+ break;
122
+ }
123
+ }
124
+ } // end h
class.jetpack-network.php ADDED
@@ -0,0 +1,821 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Used to manage Jetpack installation on Multisite Network installs
5
+ *
6
+ * SINGLETON: To use call Jetpack_Network::init()
7
+ *
8
+ * DO NOT USE ANY STATIC METHODS IN THIS CLASS!!!!!!
9
+ *
10
+ * @todo Look through todos in Jetpack_Network
11
+ * @since 2.9
12
+ */
13
+ class Jetpack_Network {
14
+
15
+ /**
16
+ * Holds a static copy of Jetpack_Network for the singleton
17
+ *
18
+ * @since 2.9
19
+ * @var Jetpack_Network
20
+ */
21
+ private static $instance = null;
22
+
23
+ /**
24
+ * Name of the network wide settings
25
+ *
26
+ * @since 2.9
27
+ * @var string
28
+ */
29
+ private $settings_name = 'jetpack-network-settings';
30
+
31
+ /**
32
+ * Defaults for settings found on the Jetpack > Settings page
33
+ *
34
+ * @since 2.9
35
+ * @var array
36
+ */
37
+ private $setting_defaults = array(
38
+ 'auto-connect' => 0,
39
+ 'sub-site-connection-override' => 1,
40
+ // 'manage_auto_activated_modules' => 0,
41
+ );
42
+
43
+ /**
44
+ * Constructor
45
+ *
46
+ * @since 2.9
47
+ */
48
+ private function __construct() {
49
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); // For the is_plugin... check
50
+ /*
51
+ * Sanity check to ensure the install is Multisite and we
52
+ * are in Network Admin
53
+ */
54
+ if (is_multisite() && is_network_admin()) {
55
+ add_action('network_admin_menu', array($this, 'add_network_admin_menu'));
56
+ add_action('network_admin_edit_jetpack-network-settings', array($this, 'save_network_settings_page'), 10, 0);
57
+ add_action( 'admin_init', array ( $this, 'jetpack_sites_list' ) );
58
+ add_filter( 'admin_body_class', array( $this, 'body_class' ) );
59
+ add_filter( 'wpmu_blogs_columns', array( $this, 'add_jetpack_sites_column' ) );
60
+ //add_action( 'manage_sites_custom_column', array( $this, 'render_jetpack_sites_column' ), 10, 2 );
61
+ //add_action( 'manage_blogs_custom_column', array( $this, 'render_jetpack_sites_column' ), 10, 2 );
62
+ }
63
+
64
+ /*
65
+ * Things that should only run on multisite
66
+ */
67
+ if( is_multisite() && is_plugin_active_for_network( 'jetpack/jetpack.php' ) ) {
68
+ add_action( 'wp_before_admin_bar_render', array( $this, 'add_to_menubar' ) );
69
+
70
+
71
+ /*
72
+ * If admin wants to automagically register new sites set the hook here
73
+ *
74
+ * This is a hacky way because xmlrpc is not available on wpmu_new_blog
75
+ */
76
+ if( $this->get_option( 'auto-connect' ) == 1 ) {
77
+ //add_action( 'admin_init', array( $this, 'do_automatically_add_new_site' ) );
78
+ add_action( 'wpmu_new_blog', array( $this, 'do_automatically_add_new_site' ) );
79
+ }
80
+ }
81
+
82
+ // Remove the toggles for 2.9, re-evaluate how they're done and added for a 3.0 release. They don't feel quite right yet.
83
+ // add_filter( 'jetpack_get_default_modules', array( $this, 'set_auto_activated_modules' ) );
84
+ }
85
+
86
+ /**
87
+ * Sets which modules get activated by default on subsite connection.
88
+ * Modules can be set in Network Admin > Jetpack > Settings
89
+ *
90
+ * @since 2.9
91
+ * @param array $modules
92
+ * @return array
93
+ **/
94
+ public function set_auto_activated_modules( $modules ) {
95
+ return $modules;
96
+
97
+ /* Remove the toggles for 2.9, re-evaluate how they're done and added for a 3.0 release. They don't feel quite right yet.
98
+ if( 1 == $this->get_option( 'manage_auto_activated_modules' ) ) {
99
+ return (array) $this->get_option( 'modules' );
100
+ } else {
101
+ return $modules;
102
+ }
103
+ */
104
+ }
105
+
106
+ /**
107
+ * Displays the Jetpack connection status on the Network Admin > Sites
108
+ * page.
109
+ *
110
+ * @param string $column_name
111
+ * @param int $blog_id
112
+ **/
113
+ public function render_jetpack_sites_column( $column_name, $blog_id ) {
114
+ if( 'jetpack_connection' != $column_name )
115
+ return;
116
+
117
+ $jp = Jetpack::init();
118
+
119
+ switch_to_blog( $blog_id );
120
+ if( $jp->is_active() ) {
121
+ // Build url for disconnecting
122
+ $url = $this->get_url( array(
123
+ 'name' => 'subsitedisconnect',
124
+ 'site_id' => $blog_id,
125
+
126
+ ) );
127
+ restore_current_blog();
128
+ echo '<a href="' . $url . '">Disconnect</a>';
129
+ return;
130
+ }
131
+ restore_current_blog();
132
+
133
+ // Build URL for connecting
134
+ $url = $this->get_url( array(
135
+ 'name' => 'subsiteregister',
136
+ 'site_id' => $blog_id,
137
+ ) );
138
+ echo '<a href="' . $url . '">Connect</a>';
139
+ return;
140
+ }
141
+
142
+ /**
143
+ * Add the column for Jetpack connection status to the
144
+ * Network Admin > Sites list
145
+ *
146
+ * @since 2.9
147
+ * @param array $columns
148
+ * @return array
149
+ **/
150
+ public function add_jetpack_sites_column( $columns ) {
151
+ $columns['jetpack_connection'] = __( 'Jetpack' );
152
+ return $columns;
153
+ }
154
+
155
+ /**
156
+ * Registers new sites upon creation
157
+ *
158
+ * @since 2.9
159
+ * @uses wpmu_new_blog
160
+ * @param int $blog_id
161
+ **/
162
+ public function do_automatically_add_new_site( $blog_id ) {
163
+ $this->do_subsiteregister( $blog_id );
164
+ }
165
+
166
+ /**
167
+ * Adds .network-admin class to the body tag
168
+ * Helps distiguish network admin JP styles from regular site JP styles
169
+ *
170
+ * @since 2.9
171
+ */
172
+ public function body_class( $classes ) {
173
+ return 'network-admin';
174
+ }
175
+
176
+ /**
177
+ * Provides access to an instance of Jetpack_Network
178
+ *
179
+ * This is how the Jetpack_Network object should *always* be accessed
180
+ *
181
+ * @since 2.9
182
+ * @return Jetpack_Network
183
+ */
184
+ public static function init() {
185
+ if (!self::$instance || !is_a(self::$instance, 'Jetpack_Network')) {
186
+ self::$instance = new Jetpack_Network;
187
+ }
188
+
189
+ return self::$instance;
190
+ }
191
+
192
+ /**
193
+ * Registers the Multisite admin bar menu item shortcut.
194
+ * This shortcut helps users quickly and easily navigate to the Jetpack Network Admin
195
+ * menu from anywhere in their network.
196
+ *
197
+ * @since 2.9
198
+ */
199
+ public function register_menubar() {
200
+ add_action( 'wp_before_admin_bar_render', array( $this, 'add_to_menubar' ) );
201
+ }
202
+
203
+ /**
204
+ * Runs when Jetpack is deactivated from the network admin plugins menu.
205
+ * Each individual site will need to have Jetpack::disconnect called on it.
206
+ * Site that had Jetpack individually enabled will not be disconnected as
207
+ * on Multisite individually activated plugins are still activated when
208
+ * a plugin is deactivated network wide.
209
+ *
210
+ * @since 2.9
211
+ **/
212
+ public function deactivate() {
213
+ if( !is_network_admin() ) return; // Only fire if in network admin
214
+
215
+ $sites = $this->wp_get_sites();
216
+
217
+ foreach( $sites AS $s ) {
218
+ switch_to_blog( $s->blog_id );
219
+ $plugins = get_option( 'active_plugins' );
220
+
221
+ /*
222
+ * If this plugin was activated in the subsite individually
223
+ * we do not want to call disconnect. Plugins activated
224
+ * individually (before network activation) stay activated
225
+ * when the network deactivation occurs
226
+ */
227
+ if( !in_array( 'jetpack/jetpack.php', $plugins ) ) {
228
+ Jetpack::disconnect();
229
+ }
230
+ }
231
+ restore_current_blog();
232
+ }
233
+
234
+ /**
235
+ * Adds a link to the Jetpack Network Admin page in the netowrk admin menu bar.
236
+ *
237
+ * @since 2.9
238
+ **/
239
+ public function add_to_menubar () {
240
+ global $wp_admin_bar;
241
+ // Don't show for logged out users or single site mode.
242
+ if ( ! is_user_logged_in() || ! is_multisite() )
243
+ return;
244
+
245
+ $wp_admin_bar->add_node( array(
246
+ 'parent' => 'network-admin',
247
+ 'id' => 'network-admin-jetpack',
248
+ 'title' => __( 'Jetpack' ),
249
+ 'href' => $this->get_url( 'network_admin_page' ),
250
+ ) );
251
+ }
252
+
253
+ /**
254
+ * Returns various URL strings. Factory like
255
+ *
256
+ * $args can be a string or an array.
257
+ * If $args is an array there must be an element called name for the switch statement
258
+ *
259
+ * Currently supports:
260
+ * - subsiteregister: Pass array( 'name' => 'subsiteregister', 'site_id' => SITE_ID )
261
+ * - network_admin_page: Provides link to /wp-admin/network/JETPACK
262
+ * - subsitedisconnect: Pass array( 'name' => 'subsitedisconnect', 'site_id' => SITE_ID )
263
+ *
264
+ * @since 2.9
265
+ * @param Mixed $args
266
+ * @return String
267
+ **/
268
+ public function get_url( $args ) {
269
+ $url = null; // Default url value
270
+
271
+ if( is_string( $args ) )
272
+ $name = $args;
273
+ else
274
+ $name = $args['name'];
275
+
276
+
277
+ switch( $name ) {
278
+ case 'subsiteregister':
279
+ if( !isset( $args['site_id'] ) ) {
280
+ break; // If there is not a site id present we cannot go further
281
+ }
282
+ $url = network_admin_url(
283
+ 'admin.php?page=jetpack&action=subsiteregister&site_id='
284
+ . $args['site_id'] );
285
+ break;
286
+
287
+ case 'network_admin_page':
288
+ $url = network_admin_url( 'admin.php?page=jetpack' );
289
+ break;
290
+ case 'subsitedisconnect':
291
+ if( !isset( $args['site_id'] ) ) {
292
+ break; // If there is not a site id present we cannot go further
293
+ }
294
+ $url = network_admin_url(
295
+ 'admin.php?page=jetpack&action=subsitedisconnect&site_id='
296
+ . $args['site_id'] );
297
+ break;
298
+ }
299
+ return $url;
300
+ }
301
+
302
+ /**
303
+ * Adds the Jetpack menu item to the Network Admin area
304
+ *
305
+ * @since 2.9
306
+ */
307
+ public function add_network_admin_menu() {
308
+ add_action( 'admin_print_styles', array( $this, 'network_admin_styles' ) );
309
+
310
+ add_menu_page(__('Jetpack', 'jetpack'), __('Jetpack', 'jetpack'), 'read', 'jetpack', array($this, 'network_admin_page'), 'div', 3);
311
+ add_submenu_page('jetpack', 'Jetpack Sites', 'Sites', 'manage_options', 'jetpack', array($this, 'network_admin_page'));
312
+ add_submenu_page('jetpack', __('Settings', 'jetpack'), __('Settings', 'jetpack'), 'read', 'jetpack-settings', array($this, 'render_network_admin_settings_page'));
313
+
314
+ /**
315
+ * As jetpack_register_genericons is by default fired off a hook,
316
+ * the hook may have already fired by this point.
317
+ * So, let's just trigger it manually.
318
+ */
319
+ require_once( JETPACK__PLUGIN_DIR . '_inc/genericons.php' );
320
+ jetpack_register_genericons();
321
+
322
+ if ( ! wp_style_is( 'jetpack-icons', 'registered' ) )
323
+ wp_register_style( 'jetpack-icons', plugins_url( '_inc/jetpack-icons/jetpack-icons.css', __FILE__ ), false, JETPACK__VERSION );
324
+
325
+ add_action( 'admin_enqueue_scripts', array( $this, 'admin_menu_css' ) );
326
+ }
327
+
328
+ /**
329
+ * Adds JP menu icon
330
+ *
331
+ * @since 2.9
332
+ **/
333
+ function admin_menu_css() {
334
+ // Make sure we're working off a clean version.
335
+ include( ABSPATH . WPINC . '/version.php' );
336
+ if ( version_compare( $wp_version, '3.8-alpha', '>=' ) ) {
337
+ wp_enqueue_style( 'jetpack-icons' );
338
+ $css = "
339
+ #toplevel_page_jetpack .wp-menu-image:before {
340
+ font-family: 'Jetpack' !important;
341
+ content: '\\e600';
342
+ }
343
+ #menu-posts-feedback .wp-menu-image:before {
344
+ font-family: dashicons !important;
345
+ content: '\\f175';
346
+ }
347
+ #adminmenu #menu-posts-feedback div.wp-menu-image {
348
+ background: none !important;
349
+ background-repeat: no-repeat;
350
+ }";
351
+ } else {
352
+ $css = "
353
+ #toplevel_page_jetpack .wp-menu-image {
354
+ background: url( " . plugins_url( '_inc/images/menuicon-sprite.png', __FILE__ ) . " ) 0 90% no-repeat;
355
+ }
356
+ /* Retina Jetpack Menu Icon */
357
+ @media only screen and (-moz-min-device-pixel-ratio: 1.5),
358
+ only screen and (-o-min-device-pixel-ratio: 3/2),
359
+ only screen and (-webkit-min-device-pixel-ratio: 1.5),
360
+ only screen and (min-device-pixel-ratio: 1.5) {
361
+ #toplevel_page_jetpack .wp-menu-image {
362
+ background: url( " . plugins_url( '_inc/images/menuicon-sprite-2x.png', __FILE__ ) . " ) 0 90% no-repeat;
363
+ background-size:30px 64px;
364
+ }
365
+ }
366
+ #toplevel_page_jetpack.current .wp-menu-image,
367
+ #toplevel_page_jetpack.wp-has-current-submenu .wp-menu-image,
368
+ #toplevel_page_jetpack:hover .wp-menu-image {
369
+ background-position: top left;
370
+ }";
371
+ }
372
+ wp_add_inline_style( 'wp-admin', $css );
373
+ }
374
+
375
+ /**
376
+ * Provides functionality for the Jetpack > Sites page.
377
+ * Does not do the display!
378
+ *
379
+ * @since 2.9
380
+ */
381
+ public function jetpack_sites_list() {
382
+ $jp = Jetpack::init();
383
+
384
+ if( isset( $_GET['action'] ) ) {
385
+ switch( $_GET['action'] ) {
386
+ case 'subsiteregister':
387
+ /*
388
+ * @todo check_admin_referer( 'jetpack-subsite-register' );
389
+ */
390
+ Jetpack::log( 'subsiteregister' );
391
+
392
+ // If !$_GET['site_id'] stop registration and error
393
+ if( !isset( $_GET['site_id'] ) || empty( $_GET['site_id'] ) ) {
394
+ // Log error to state cookie for display later
395
+ /**
396
+ * @todo Make state messages show on Jetpack NA pages
397
+ **/
398
+ Jetpack::state( 'missing_site_id', 'Site ID must be provided to register a sub-site' );
399
+ break;
400
+ }
401
+
402
+ // Send data to register endpoint and retrieve shadow blog details
403
+ $result = $this->do_subsiteregister();
404
+ $url = $this->get_url( 'network_admin_page' );
405
+ if( is_wp_error( $result ) ) {
406
+ $url = add_query_arg( 'action', 'connection_failed', $url );
407
+ } else {
408
+ $url = add_query_arg( 'action', 'connected', $url );
409
+ }
410
+
411
+ wp_safe_redirect( $url );
412
+ break;
413
+ case 'subsitedisconnect':
414
+ Jetpack::log( 'subsitedisconnect' );
415
+
416
+ if( !isset( $_GET['site_id'] ) || empty( $_GET['site_id'] ) ) {
417
+ Jetpack::state( 'missing_site_id', 'Site ID must be provided to disconnect a sub-site' );
418
+ break;
419
+ }
420
+
421
+ $this->do_subsitedisconnect();
422
+ break;
423
+ case 'connected':
424
+ case 'connection_failed':
425
+ add_action( 'jetpack_notices', array( $this, 'show_jetpack_notice' ) );
426
+ break;
427
+ }
428
+ }
429
+ }
430
+
431
+ public function show_jetpack_notice() {
432
+
433
+ if( isset( $_GET['action'] ) && 'connected' == $_GET['action'] ) {
434
+ $notice = 'Blog successfully connected';
435
+ } else if( isset( $_GET['action'] ) && 'connection_failed' == $_GET['action'] ) {
436
+ $notice = 'Blog connection <strong>failed</strong>';
437
+ }
438
+
439
+ require_once( 'views/admin/network-admin-alert.php' );
440
+ }
441
+
442
+ /**
443
+ * Disconnect functionality for an individual site
444
+ *
445
+ * @since 2.9
446
+ * @see Jetpack_Network::jetpack_sites_list()
447
+ */
448
+ public function do_subsitedisconnect( $site_id = null ) {
449
+ $site_id = ( is_null( $site_id ) ) ? $_GET['site_id']: $site_id;
450
+ switch_to_blog( $site_id );
451
+ Jetpack::disconnect();
452
+ restore_current_blog();
453
+ }
454
+
455
+ /**
456
+ * Registers a subsite with the Jetpack servers
457
+ *
458
+ * @since 2.9
459
+ * @todo Break apart into easier to manage chunks that can be unit tested
460
+ * @see Jetpack_Network::jetpack_sites_list();
461
+ */
462
+ public function do_subsiteregister( $site_id = null ) {
463
+ $jp = Jetpack::init();
464
+
465
+ // Figure out what site we are working on
466
+ $site_id = ( is_null( $site_id ) ) ? $_GET['site_id']: $site_id;
467
+
468
+ // Build secrets to sent to wpcom for verification
469
+ $secrets = $jp->generate_secrets();
470
+
471
+ // Remote query timeout limit
472
+ $timeout = $jp->get_remote_query_timeout_limit();
473
+
474
+ // Get proof the wpcom server can trust you adding this site
475
+ $network_admin_token = '';
476
+
477
+ // The blog id on WordPress.com of the primary network site
478
+ $network_wpcom_blog_id = Jetpack_Options::get_option( 'id' );
479
+
480
+ /*
481
+ * Here we need to switch to the subsite
482
+ * For the registration process we really only hijack how it
483
+ * works for an idividual site and pass in some extra data here
484
+ */
485
+ switch_to_blog( $site_id );
486
+
487
+ // Save the secrets in the subsite so when the wpcom server does a pingback it
488
+ // will be able to validate the connection
489
+ Jetpack_Options::update_option( 'register',
490
+ $secrets[0] . ':' .$secrets[1]. ':' . $secrets[2]
491
+ );
492
+
493
+ // Gra info for gmt offset
494
+ $gmt_offset = get_option( 'gmt_offset' );
495
+ if ( ! $gmt_offset ) {
496
+ $gmt_offset = 0;
497
+ }
498
+
499
+ /*
500
+ * Get the stats_option option from the db.
501
+ * It looks like the server strips this out so maybe it is not necessary?
502
+ * Does it match the Jetpack site with the old stats plugin id?
503
+ *
504
+ * @todo Find out if sending the stats_id is necessary
505
+ */
506
+ $stat_options = get_option( 'stats_options' );
507
+ $stat_id = $stat_options = isset($stats_options['blog_id']) ? $stats_options['blog_id'] : null;
508
+ $args = array(
509
+ 'method' => 'POST',
510
+ 'body' => array(
511
+ 'network_url' => $this->get_url( 'network_admin_page' ),
512
+ 'network_wpcom_blog_id' => $network_wpcom_blog_id,
513
+ 'siteurl' => site_url(),
514
+ 'home' => home_url(),
515
+ 'gmt_offset' => $gmt_offset,
516
+ 'timezone_string' => (string) get_option( 'timezone_string' ),
517
+ 'site_name' => (string) get_option( 'blogname' ),
518
+ 'secret_1' => $secrets[0],
519
+ 'secret_2' => $secrets[1],
520
+ 'site_lang' => get_locale(),
521
+ 'timeout' => $timeout,
522
+ 'stats_id' => $stat_id, // Is this still required?
523
+ 'user_id' => get_current_user_id(),
524
+ ),
525
+ 'headers' => array(
526
+ 'Accept' => 'application/json',
527
+ ),
528
+ 'timeout' => $timeout,
529
+ );
530
+
531
+ // Attempt to retrieve shadow blog details
532
+ $response = Jetpack_Client::_wp_remote_request(
533
+ Jetpack::fix_url_for_bad_hosts( Jetpack::api_url( 'subsiteregister' ) ), $args, true
534
+ );
535
+
536
+ /*
537
+ * $response should either be invalid or contain:
538
+ * - jetpack_id => id
539
+ * - jetpack_secret => blog_token
540
+ * - jetpack_public
541
+ *
542
+ * Store the wpcom site details
543
+ */
544
+ $valid_response = $jp->validate_remote_register_response( $response );
545
+
546
+ if( is_wp_error( $valid_response ) || !$valid_response ) {
547
+ return $valid_response;
548
+ }
549
+
550
+ // Grab the response values to work with
551
+ $code = wp_remote_retrieve_response_code( $response );
552
+ $entity = wp_remote_retrieve_body( $response );
553
+ if ( $entity )
554
+ $json = json_decode( $entity );
555
+ else
556
+ $json = false;
557
+
558
+ if ( empty( $json->jetpack_secret ) || ! is_string( $json->jetpack_secret ) )
559
+ return new Jetpack_Error( 'jetpack_secret', '', $code );
560
+
561
+ if ( isset( $json->jetpack_public ) ) {
562
+ $jetpack_public = (int) $json->jetpack_public;
563
+ } else {
564
+ $jetpack_public = false;
565
+ }
566
+
567
+ Jetpack_Options::update_options(
568
+ array(
569
+ 'id' => (int) $json->jetpack_id,
570
+ 'blog_token' => (string) $json->jetpack_secret,
571
+ 'public' => $jetpack_public,
572
+ )
573
+ );
574
+
575
+ /*
576
+ * Update the subsiteregister method on wpcom so that it also sends back the
577
+ * token in this same request
578
+ */
579
+ $is_master_user = ! Jetpack::is_active();
580
+ Jetpack::update_user_token(
581
+ get_current_user_id(),
582
+ sprintf(
583
+ '%s.%d',
584
+ $json->token->secret,
585
+ get_current_user_id()
586
+ ),
587
+ $is_master_user
588
+ );
589
+
590
+ Jetpack::activate_default_modules();
591
+
592
+ restore_current_blog();
593
+ }
594
+
595
+ /**
596
+ * Add css styles needed for the Network Admin area
597
+ **/
598
+ function network_admin_styles() {
599
+ global $wp_styles;
600
+ wp_enqueue_style( 'jetpack', plugins_url( '_inc/jetpack.css', __FILE__ ), false, JETPACK__VERSION . '-20121016' );
601
+ $wp_styles->add_data( 'jetpack', 'rtl', true );
602
+ }
603
+
604
+ /**
605
+ * Handles the displaying of all sites on the network that are
606
+ * dis/connected to Jetpack
607
+ *
608
+ * @since 2.9
609
+ * @see Jetpack_Network::jetpack_sites_list()
610
+ */
611
+ function network_admin_page() {
612
+ $this->network_admin_page_header();
613
+
614
+ $jp = Jetpack::init();
615
+
616
+ // We should be, but ensure we are on the main blog
617
+ switch_to_blog(1);
618
+ $main_active = $jp->is_active();
619
+ restore_current_blog();
620
+
621
+ /*
622
+ * Ensure the main blog is connected as all other subsite blog
623
+ * connections will feed off this one
624
+ */
625
+ if( !$main_active ) {
626
+ $url = $this->get_url( array(
627
+ 'name' => 'subsiteregister',
628
+ 'site_id' => 1,
629
+ ) );
630
+ $url = $jp->build_connect_url();
631
+ require_once( 'views/admin/must-connect-main-blog.php' );
632
+ return;
633
+ }
634
+
635
+ require_once( 'class.jetpack-network-sites-list-table.php' );
636
+ $myListTable = new Jetpack_Network_Sites_List_Table();
637
+ echo '<div class="wrap"><h2>' . __('Sites', 'jetpack') . '</h2>';
638
+ echo '<form method="post">';
639
+ $myListTable->prepare_items();
640
+ $myListTable->display();
641
+ echo '</form></div>';
642
+
643
+ $this->network_admin_page_footer();
644
+ }
645
+
646
+ /**
647
+ * Stylized JP header formatting
648
+ *
649
+ * @since 2.9
650
+ */
651
+ function network_admin_page_header() {
652
+ global $current_user;
653
+
654
+ $is_connected = Jetpack::is_active();
655
+ $user_token = Jetpack_Data::get_access_token( $current_user->ID );
656
+ $is_user_connected = $user_token && ! is_wp_error( $user_token );
657
+ $is_master_user = $current_user->ID == Jetpack_Options::get_option( 'master_user' );
658
+
659
+ require_once( 'views/admin/network-admin-header.php' );
660
+ }
661
+
662
+ /**
663
+ * Stylized JP footer formatting
664
+ *
665
+ * @since 2.9
666
+ */
667
+ function network_admin_page_footer() {
668
+ require_once( 'views/admin/network-admin-footer.php' );
669
+ }
670
+
671
+ /**
672
+ * Fires when the Jetpack > Settings page is saved.
673
+ *
674
+ * @since 2.9
675
+ */
676
+ public function save_network_settings_page() {
677
+
678
+ /*
679
+ * Fields
680
+ *
681
+ * auto-connect - Checkbox for global Jetpack connection
682
+ * sub-site-connection-override - Allow sub-site admins to (dis)reconnect with their own Jetpack account
683
+ */
684
+ $auto_connect = 0;
685
+ if( isset( $_POST['auto-connect'] ) )
686
+ $auto_connect = 1;
687
+
688
+
689
+ $sub_site_connection_override = 0;
690
+ if( isset( $_POST['sub-site-connection-override'] ) )
691
+ $sub_site_connection_override = 1;
692
+ /* Remove the toggles for 2.9, re-evaluate how they're done and added for a 3.0 release. They don't feel quite right yet.
693
+ $manage_auto_activated_modules = 0;
694
+ if( isset( $_POST['manage_auto_activated_modules'] ) )
695
+ $manage_auto_activated_modules = 1;
696
+
697
+ $modules = array();
698
+ if( isset( $_POST['modules'] ) )
699
+ $modules = $_POST['modules'];
700
+ */
701
+ $data = array(
702
+ 'auto-connect' => $auto_connect,
703
+ 'sub-site-connection-override' => $sub_site_connection_override,
704
+ // 'manage_auto_activated_modules' => $manage_auto_activated_modules,
705
+ // 'modules' => $modules,
706
+ );
707
+
708
+ update_site_option( $this->settings_name, $data );
709
+ wp_safe_redirect(add_query_arg(array('page' => 'jetpack-settings', 'updated' => 'true'), network_admin_url('admin.php')));
710
+ exit();
711
+ }
712
+
713
+ public function render_network_admin_settings_page() {
714
+ $this->network_admin_page_header();
715
+ $options = wp_parse_args( get_site_option( $this->settings_name ), $this->setting_defaults );
716
+
717
+ $modules = array();
718
+ $module_slugs = Jetpack::get_available_modules();
719
+ foreach ( $module_slugs as $slug ) {
720
+ $module = Jetpack::get_module( $slug );
721
+ $module['module'] = $slug;
722
+ $modules[] = $module;
723
+ }
724
+
725
+ usort( $modules, array( 'Jetpack', 'sort_modules' ) );
726
+
727
+ if( !isset( $options['modules'] ) ) {
728
+ $options['modules'] = $modules;
729
+ }
730
+
731
+ require( 'views/admin/network-settings.php' );
732
+ $this->network_admin_page_footer();
733
+ }
734
+
735
+ /**
736
+ * Updates a site wide option
737
+ *
738
+ * @since 2.9
739
+ * @param string $key
740
+ * @param mixed $value
741
+ * @return boolean
742
+ **/
743
+ public function update_option( $key, $value ) {
744
+ $options = get_site_option( $this->settings_name );
745
+ $options[$key] = $value;
746
+ return update_site_option( $this->settings_name, $options );
747
+ }
748
+
749
+ /**
750
+ * Retrieves a site wide option
751
+ *
752
+ * @since 2.9
753
+ * @param string $name - Name of the option in the database
754
+ **/
755
+ public function get_option( $name ) {
756
+ $options = get_site_option( $this->settings_name );
757
+
758
+ $options = wp_parse_args( $options, $this->setting_defaults );
759
+
760
+ if( !isset( $options[$name] ) )
761
+ $options[$name] = null;
762
+
763
+ return $options[$name];
764
+ }
765
+
766
+ /**
767
+ * Return an array of sites on the specified network. If no network is specified,
768
+ * return all sites, regardless of network.
769
+ *
770
+ *
771
+ * @todo REMOVE THIS FUNCTION! This function is moving to core. Use that one in favor of this. WordPress::wp_get_sites(). http://codex.wordpress.org/Function_Reference/wp_get_sites NOTE, This returns an array instead of stdClass. Be sure to update class.network-sites-list-table.php
772
+ * @since 2.9
773
+ * @deprecated 2.4.5
774
+ * @param array|string $args Optional. Specify the status of the sites to return.
775
+ * @return array An array of site data
776
+ */
777
+ public function wp_get_sites($args = array()) {
778
+ global $wpdb;
779
+
780
+ if (wp_is_large_network())
781
+ return;
782
+
783
+ $defaults = array('network_id' => $wpdb->siteid);
784
+
785
+ $args = wp_parse_args($args, $defaults);
786
+
787
+ $query = "SELECT * FROM $wpdb->blogs WHERE 1=1 ";
788
+
789
+ if (isset($args['network_id']) && ( is_array($args['network_id']) || is_numeric($args['network_id']) )) {
790
+ $network_ids = array_map('intval', (array) $args['network_id']);
791
+ $network_ids = implode(',', $network_ids);
792
+ $query .= "AND site_id IN ($network_ids) ";
793
+ }
794
+
795
+ if (isset($args['public']))
796
+ $query .= $wpdb->prepare("AND public = %s ", $args['public']);
797
+
798
+ if (isset($args['archived']))
799
+ $query .= $wpdb->prepare("AND archived = %s ", $args['archived']);
800
+
801
+ if (isset($args['mature']))
802
+ $query .= $wpdb->prepare("AND mature = %s ", $args['mature']);
803
+
804
+ if (isset($args['spam']))
805
+ $query .= $wpdb->prepare("AND spam = %s ", $args['spam']);
806
+
807
+ if (isset($args['deleted']))
808
+ $query .= $wpdb->prepare("AND deleted = %s ", $args['deleted']);
809
+
810
+ $key = 'wp_get_sites:' . md5($query);
811
+
812
+ if (!$site_results = wp_cache_get($key, 'site-id-cache')) {
813
+ $site_results = (array) $wpdb->get_results($query);
814
+ wp_cache_set($key, $site_results, 'site-id-cache');
815
+ }
816
+
817
+ return $site_results;
818
+ }
819
+ }
820
+
821
+ // end class
class.jetpack-options.php CHANGED
@@ -71,6 +71,7 @@ class Jetpack_Options {
71
  * @param mixed $value Option value
72
  */
73
  public static function update_option( $name, $value ) {
 
74
  if ( in_array( $name, self::get_option_names( 'non_compact' ) ) ) {
75
  return update_option( "jetpack_$name", $value );
76
  } else if ( !in_array( $name, self::get_option_names() ) ) {
71
  * @param mixed $value Option value
72
  */
73
  public static function update_option( $name, $value ) {
74
+ do_action( 'pre_update_jetpack_option_' . $name, $name, $value );
75
  if ( in_array( $name, self::get_option_names( 'non_compact' ) ) ) {
76
  return update_option( "jetpack_$name", $value );
77
  } else if ( !in_array( $name, self::get_option_names() ) ) {
class.jetpack-post-images.php CHANGED
@@ -451,30 +451,31 @@ class Jetpack_PostImages {
451
  }
452
 
453
  /**
454
- * Takes an image URL and a pixel dimensions and returns a URL for the
455
- * squared up image if possible.
456
  *
457
  * @param string $src
458
  * @param int $dimension
459
  * @return string Transformed image URL
460
  */
461
- static function square_image_url( $src, $dimension ) {
462
- $dimension = (int) $dimension;
 
463
 
464
  // Umm...
465
- if ( $dimension < 1 ) {
466
  return $src;
467
  }
468
 
469
  // If WPCOM hosted image use native transformations
470
  $img_host = parse_url( $src, PHP_URL_HOST );
471
  if ( '.files.wordpress.com' == substr( $img_host, -20 ) ) {
472
- return add_query_arg( array( 'w' => $dimension, 'h' => $dimension, 'crop' => 1 ), $src );
473
  }
474
 
475
  // Use Photon magic
476
  if( function_exists( 'jetpack_photon_url' ) ) {
477
- return jetpack_photon_url( $src, array( 'resize' => "$dimension,$dimension" ) );
478
  }
479
 
480
  // Arg... no way to resize image using WordPress.com infrastructure!
451
  }
452
 
453
  /**
454
+ * Takes an image URL and pixel dimensions then returns a URL for the
455
+ * resized and croped image.
456
  *
457
  * @param string $src
458
  * @param int $dimension
459
  * @return string Transformed image URL
460
  */
461
+ static function fit_image_url( $src, $width, $height ) {
462
+ $width = (int) $width;
463
+ $height = (int) $height;
464
 
465
  // Umm...
466
+ if ( $width < 1 || $height < 1 ) {
467
  return $src;
468
  }
469
 
470
  // If WPCOM hosted image use native transformations
471
  $img_host = parse_url( $src, PHP_URL_HOST );
472
  if ( '.files.wordpress.com' == substr( $img_host, -20 ) ) {
473
+ return add_query_arg( array( 'w' => $width, 'h' => $height, 'crop' => 1 ), $src );
474
  }
475
 
476
  // Use Photon magic
477
  if( function_exists( 'jetpack_photon_url' ) ) {
478
+ return jetpack_photon_url( $src, array( 'resize' => "$width,$height" ) );
479
  }
480
 
481
  // Arg... no way to resize image using WordPress.com infrastructure!
class.jetpack-sync.php CHANGED
@@ -32,6 +32,7 @@ class Jetpack_Sync {
32
  * post_stati => array( post_status slugs ): The post stati to sync. Default: publish
33
  */
34
  static function sync_posts( $file, array $settings = null ) {
 
35
  $jetpack = Jetpack::init();
36
  $args = func_get_args();
37
  return call_user_func_array( array( $jetpack->sync, 'posts' ), $args );
@@ -46,6 +47,7 @@ class Jetpack_Sync {
46
  * comment_stati => array( comment_status slugs ): The comment stati to sync. Default: approved
47
  */
48
  static function sync_comments( $file, array $settings = null ) {
 
49
  $jetpack = Jetpack::init();
50
  $args = func_get_args();
51
  return call_user_func_array( array( $jetpack->sync, 'comments' ), $args );
@@ -57,6 +59,7 @@ class Jetpack_Sync {
57
  * @param string $option ...
58
  */
59
  static function sync_options( $file, $option /*, $option, ... */ ) {
 
60
  $jetpack = Jetpack::init();
61
  $args = func_get_args();
62
  return call_user_func_array( array( $jetpack->sync, 'options' ), $args );
@@ -761,7 +764,7 @@ class Jetpack_Sync {
761
  $strings = json_encode( array(
762
  'WAITING' => array(
763
  'action' => __( 'Refresh Status', 'jetpack' ),
764
- 'status' => __( 'Indexing posts&hellip;', 'jetpack' ),
765
  ),
766
  'INDEXING' => array(
767
  'action' => __( 'Refresh Status', 'jetpack' ),
32
  * post_stati => array( post_status slugs ): The post stati to sync. Default: publish
33
  */
34
  static function sync_posts( $file, array $settings = null ) {
35
+ if( is_network_admin() ) return;
36
  $jetpack = Jetpack::init();
37
  $args = func_get_args();
38
  return call_user_func_array( array( $jetpack->sync, 'posts' ), $args );
47
  * comment_stati => array( comment_status slugs ): The comment stati to sync. Default: approved
48
  */
49
  static function sync_comments( $file, array $settings = null ) {
50
+ if( is_network_admin() ) return;
51
  $jetpack = Jetpack::init();
52
  $args = func_get_args();
53
  return call_user_func_array( array( $jetpack->sync, 'comments' ), $args );
59
  * @param string $option ...
60
  */
61
  static function sync_options( $file, $option /*, $option, ... */ ) {
62
+ if( is_network_admin() ) return;
63
  $jetpack = Jetpack::init();
64
  $args = func_get_args();
65
  return call_user_func_array( array( $jetpack->sync, 'options' ), $args );
764
  $strings = json_encode( array(
765
  'WAITING' => array(
766
  'action' => __( 'Refresh Status', 'jetpack' ),
767
+ 'status' => __( 'Indexing request queued and waiting&hellip;', 'jetpack' ),
768
  ),
769
  'INDEXING' => array(
770
  'action' => __( 'Refresh Status', 'jetpack' ),
class.jetpack.php CHANGED
@@ -71,42 +71,55 @@ class Jetpack {
71
  */
72
  private $conflicting_plugins = array(
73
  'comments' => array(
74
- 'Intense Debate' => 'intensedebate/intensedebate.php',
75
- 'Disqus' => 'disqus-comment-system/disqus.php',
 
 
 
76
  ),
77
  'contact-form' => array(
78
- 'Contact Form 7' => 'contact-form-7/wp-contact-form-7.php',
79
- 'Gravity Forms' => 'gravityforms/gravityforms.php',
80
- 'Contact Form Plugin' => 'contact-form-plugin/contact_form.php',
81
- 'Easy Contact Forms' => 'easy-contact-forms/easy-contact-forms.php',
82
- 'Fast Secure Contact Form' => 'si-contact-form/si-contact-form.php',
83
  ),
84
  'gplus-authorship' => array(
85
- 'WP SEO by Yoast' => 'wordpress-seo/wp-seo.php',
86
  ),
87
  'minileven' => array(
88
- 'WPtouch' => 'wptouch/wptouch.php',
89
  ),
90
  'latex' => array(
91
- 'LaTeX for WordPress' => 'latex/latex.php',
92
- 'Youngwhans Simple Latex' => 'youngwhans-simple-latex/yw-latex.php',
93
- 'Easy WP LaTeX' => 'easy-wp-latex-lite/easy-wp-latex-lite.php',
94
- 'MathJax-LaTeX' => 'mathjax-latex/mathjax-latex.php',
95
- 'Enable Latex' => 'enable-latex/enable-latex.php',
96
- 'WP QuickLaTeX' => 'wp-quicklatex/wp-quicklatex.php',
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  ),
98
  'sharedaddy' => array(
99
- 'AddThis' => 'addthis/addthis_social_widget.php',
100
- 'Add To Any' => 'add-to-any/add-to-any.php',
101
- 'ShareThis' => 'share-this/sharethis.php',
102
- 'Shareaholic' => 'shareaholic/shareaholic.php',
103
  ),
104
  'widget-visibility' => array(
105
- 'Widget Logic' => 'widget-logic/widget_logic.php',
106
- 'Dynamic Widgets' => 'dynamic-widgets/dynamic-widgets.php',
107
- ),
108
- 'random-redirect' => array(
109
- 'Random Redirect 2' => 'random-redirect-2/random-redirect.php',
110
  ),
111
  );
112
 
@@ -221,6 +234,23 @@ class Jetpack {
221
  * Constructor. Initializes WordPress hooks
222
  */
223
  private function Jetpack() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
224
  $this->sync = new Jetpack_Sync;
225
 
226
  // Modules should do Jetpack_Sync::sync_options( __FILE__, $option, ... ); instead
@@ -397,7 +427,9 @@ class Jetpack {
397
  * This improves the resolution of gravatars and wordpress.com uploads on hi-res and zoomed browsers.
398
  */
399
  function devicepx() {
400
- wp_enqueue_script( 'devicepx', ( is_ssl() ? 'https' : 'http' ) . '://s0.wp.com/wp-content/js/devicepx-jetpack.js', array(), gmdate( 'oW' ), true );
 
 
401
  }
402
 
403
  /*
@@ -659,6 +691,8 @@ class Jetpack {
659
  'zoltonorg-social-plugin/zosp.php', // Zolton.org Social Plugin
660
  'wp-caregiver/wp-caregiver.php', // WP Caregiver
661
  'facebook-revised-open-graph-meta-tag/index.php', // Facebook Revised Open Graph Meta Tag
 
 
662
  );
663
 
664
  foreach ( $conflicting_plugins as $plugin ) {
@@ -1457,9 +1491,13 @@ p {
1457
  * @static
1458
  */
1459
  public static function plugin_deactivation( ) {
 
 
 
 
1460
  Jetpack::disconnect( false );
1461
-
1462
- Jetpack_Heartbeat::init()->deactivate();
1463
  }
1464
 
1465
  /**
@@ -1490,6 +1528,9 @@ p {
1490
  if ( $update_activated_state ) {
1491
  Jetpack_Options::update_option( 'activated', 4 );
1492
  }
 
 
 
1493
  }
1494
 
1495
  /**
@@ -2757,6 +2798,10 @@ p {
2757
  function build_connect_url( $raw = false, $redirect = false ) {
2758
  if ( ! Jetpack_Options::get_option( 'blog_token' ) ) {
2759
  $url = $this->nonce_url_no_esc( $this->admin_url( 'action=register' ), 'jetpack-register' );
 
 
 
 
2760
  } else {
2761
  $role = $this->translate_current_user_to_role();
2762
  $signed_role = $this->sign_role( $role );
@@ -2765,6 +2810,10 @@ p {
2765
 
2766
  $redirect = $redirect ? esc_url_raw( $redirect ) : '';
2767
 
 
 
 
 
2768
  $args = urlencode_deep(
2769
  array(
2770
  'response_type' => 'code',
@@ -2826,12 +2875,22 @@ p {
2826
  $user_token = Jetpack_Data::get_access_token( $current_user->ID );
2827
  $is_user_connected = $user_token && ! is_wp_error( $user_token );
2828
  $is_master_user = $current_user->ID == Jetpack_Options::get_option( 'master_user' );
 
 
 
 
 
 
 
 
 
 
2829
  ?>
2830
  <div class="wrap" id="jetpack-settings">
2831
 
2832
  <div id="jp-header"<?php if ( $is_connected ) : ?> class="small"<?php endif; ?>>
2833
  <div id="jp-clouds">
2834
- <?php if ( $is_connected ) : ?>
2835
  <div id="jp-disconnectors">
2836
  <?php if ( current_user_can( 'jetpack_disconnect' ) ) : ?>
2837
  <div id="jp-disconnect" class="jp-disconnect">
@@ -2858,7 +2917,7 @@ p {
2858
 
2859
  <?php if ( isset( $_GET['jetpack-notice'] ) && 'dismiss' == $_GET['jetpack-notice'] ) : ?>
2860
  <div id="message" class="error">
2861
- <p><?php _e( 'Jetpack is network activated and notices can not be dismissed.', 'jetpack' ); ?></p>
2862
  </div>
2863
  <?php endif; ?>
2864
 
@@ -2866,7 +2925,19 @@ p {
2866
 
2867
  <?php
2868
  // If the connection has not been made then show the marketing text.
2869
- if ( ! Jetpack::is_development_mode() ) :
 
 
 
 
 
 
 
 
 
 
 
 
2870
  ?>
2871
  <?php if ( ! $is_connected ) : ?>
2872
 
@@ -2886,7 +2957,16 @@ p {
2886
  </div>
2887
  </div>
2888
 
2889
- <?php elseif ( ! $is_user_connected ) : ?>
 
 
 
 
 
 
 
 
 
2890
 
2891
  <div id="message" class="updated jetpack-message jp-connect" style="display:block !important;">
2892
  <div class="jetpack-wrap-container">
@@ -2901,10 +2981,10 @@ p {
2901
  </div>
2902
  </div>
2903
 
2904
- <?php else /* blog and user are connected */ : ?>
2905
- <?php /* TODO: if not master user, show user disconnect button? */ ?>
2906
- <?php endif; ?>
2907
- <?php endif; // ! Jetpack::is_development_mode() ?>
2908
 
2909
  <?php
2910
  if ( isset( $_GET['configure'] ) && Jetpack::is_module( $_GET['configure'] ) && current_user_can( 'manage_options' ) ) {
@@ -3444,20 +3524,97 @@ p {
3444
  return untrailingslashit( $base ) . '/xmlrpc.php';
3445
  }
3446
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3447
  /**
3448
  * @return bool|WP_Error
3449
  */
3450
  public static function register() {
3451
- Jetpack_Options::update_option( 'register', wp_generate_password( 32, false ) . ':' . wp_generate_password( 32, false ) . ':' . ( time() + 600 ) );
 
 
 
 
3452
 
3453
  @list( $secret_1, $secret_2, $secret_eol ) = explode( ':', Jetpack_Options::get_option( 'register' ) );
3454
  if ( empty( $secret_1 ) || empty( $secret_2 ) || empty( $secret_eol ) || $secret_eol < time() )
3455
  return new Jetpack_Error( 'missing_secrets' );
3456
 
3457
- $timeout = (int) ini_get( 'max_execution_time' );
3458
- if ( ! $timeout )
3459
- $timeout = 30;
3460
- $timeout = intval( $timeout / 2 );
3461
 
3462
  $gmt_offset = get_option( 'gmt_offset' );
3463
  if ( ! $gmt_offset ) {
@@ -3488,10 +3645,15 @@ p {
3488
  );
3489
  $response = Jetpack_Client::_wp_remote_request( Jetpack::fix_url_for_bad_hosts( Jetpack::api_url( 'register' ) ), $args, true );
3490
 
3491
- if ( is_wp_error( $response ) ) {
3492
- return new Jetpack_Error( 'register_http_request_failed', $response->get_error_message() );
 
 
 
3493
  }
3494
 
 
 
3495
  $code = wp_remote_retrieve_response_code( $response );
3496
  $entity = wp_remote_retrieve_body( $response );
3497
 
@@ -3500,27 +3662,8 @@ p {
3500
  else
3501
  $json = false;
3502
 
3503
- $code_type = intval( $code / 100 );
3504
- if ( 5 == $code_type ) {
3505
- return new Jetpack_Error( 'wpcom_5??', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
3506
- } elseif ( 408 == $code ) {
3507
- return new Jetpack_Error( 'wpcom_408', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
3508
- } elseif ( ! empty( $json->error ) ) {
3509
- $error_description = isset( $json->error_description ) ? sprintf( __( 'Error Details: %s', 'jetpack' ), (string) $json->error_description ) : '';
3510
- return new Jetpack_Error( (string) $json->error, $error_description, $code );
3511
- } elseif ( 200 != $code ) {
3512
- return new Jetpack_Error( 'wpcom_bad_response', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
3513
- }
3514
-
3515
- // Jetpack ID error block
3516
- if ( empty( $json->jetpack_id ) ) {
3517
- return new Jetpack_Error( 'jetpack_id', sprintf( __( 'Error Details: Jetpack ID is empty. Do not publicly post this error message! %s', 'jetpack' ), $entity ), $entity );
3518
- } elseif ( ! is_scalar( $json->jetpack_id ) ) {
3519
- 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 );
3520
- } elseif ( preg_match( '/[^0-9]/', $json->jetpack_id ) ) {
3521
- 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 );
3522
- }
3523
 
 
3524
  if ( empty( $json->jetpack_secret ) || ! is_string( $json->jetpack_secret ) )
3525
  return new Jetpack_Error( 'jetpack_secret', '', $code );
3526
 
@@ -3576,15 +3719,10 @@ p {
3576
  $user_id = 0;
3577
  } else {
3578
  $token_type = 'user';
3579
- if ( empty( $user_id ) || ! ctype_digit( $user_id ) ) {
3580
  return false;
3581
  }
3582
  $user_id = (int) $user_id;
3583
-
3584
- $user = new WP_User( $user_id );
3585
- if ( ! $user || ! $user->exists() ) {
3586
- return false;
3587
- }
3588
  }
3589
 
3590
  $token = Jetpack_Data::get_access_token( $user_id );
@@ -3741,7 +3879,7 @@ p {
3741
  $sql_args[] = time() - 3600;
3742
  }
3743
 
3744
- $sql .= ' LIMIT 100';
3745
 
3746
  $sql = $wpdb->prepare( $sql, $sql_args );
3747
 
71
  */
72
  private $conflicting_plugins = array(
73
  'comments' => array(
74
+ 'Intense Debate' => 'intensedebate/intensedebate.php',
75
+ 'Disqus' => 'disqus-comment-system/disqus.php',
76
+ 'Livefyre' => 'livefyre-comments/livefyre.php',
77
+ 'Comments Evolved for WordPress' => 'gplus-comments/comments-evolved.php',
78
+ 'Google+ Comments' => 'google-plus-comments/google-plus-comments.php',
79
  ),
80
  'contact-form' => array(
81
+ 'Contact Form 7' => 'contact-form-7/wp-contact-form-7.php',
82
+ 'Gravity Forms' => 'gravityforms/gravityforms.php',
83
+ 'Contact Form Plugin' => 'contact-form-plugin/contact_form.php',
84
+ 'Easy Contact Forms' => 'easy-contact-forms/easy-contact-forms.php',
85
+ 'Fast Secure Contact Form' => 'si-contact-form/si-contact-form.php',
86
  ),
87
  'gplus-authorship' => array(
88
+ 'WP SEO by Yoast' => 'wordpress-seo/wp-seo.php',
89
  ),
90
  'minileven' => array(
91
+ 'WPtouch' => 'wptouch/wptouch.php',
92
  ),
93
  'latex' => array(
94
+ 'LaTeX for WordPress' => 'latex/latex.php',
95
+ 'Youngwhans Simple Latex' => 'youngwhans-simple-latex/yw-latex.php',
96
+ 'Easy WP LaTeX' => 'easy-wp-latex-lite/easy-wp-latex-lite.php',
97
+ 'MathJax-LaTeX' => 'mathjax-latex/mathjax-latex.php',
98
+ 'Enable Latex' => 'enable-latex/enable-latex.php',
99
+ 'WP QuickLaTeX' => 'wp-quicklatex/wp-quicklatex.php',
100
+ ),
101
+ 'random-redirect' => array(
102
+ 'Random Redirect 2' => 'random-redirect-2/random-redirect.php',
103
+ ),
104
+ 'related-posts' => array(
105
+ 'YARPP' => 'yet-another-related-posts-plugin/yarpp.php',
106
+ 'WordPress Related Posts' => 'wordpress-23-related-posts-plugin/wp_related_posts.php',
107
+ 'nrelate Related Content' => 'nrelate-related-content/nrelate-related.php',
108
+ 'Contextual Related Posts' => 'contextual-related-posts/contextual-related-posts.php',
109
+ 'Related Posts for WordPress' => 'microkids-related-posts/microkids-related-posts.php',
110
+ 'outbrain' => 'outbrain/outbrain.php',
111
+ 'Shareaholic' => 'shareaholic/shareaholic.php',
112
+ 'Sexybookmarks' => 'sexybookmarks/shareaholic.php',
113
  ),
114
  'sharedaddy' => array(
115
+ 'AddThis' => 'addthis/addthis_social_widget.php',
116
+ 'Add To Any' => 'add-to-any/add-to-any.php',
117
+ 'ShareThis' => 'share-this/sharethis.php',
118
+ 'Shareaholic' => 'shareaholic/shareaholic.php',
119
  ),
120
  'widget-visibility' => array(
121
+ 'Widget Logic' => 'widget-logic/widget_logic.php',
122
+ 'Dynamic Widgets' => 'dynamic-widgets/dynamic-widgets.php',
 
 
 
123
  ),
124
  );
125
 
234
  * Constructor. Initializes WordPress hooks
235
  */
236
  private function Jetpack() {
237
+
238
+ /*
239
+ * Load things that should only be in Network Admin.
240
+ *
241
+ * For now blow away everything else until a more full
242
+ * understanding of what is needed at the network level is
243
+ * available
244
+ */
245
+ if( is_multisite() ) {
246
+ $jpms = Jetpack_Network::init();
247
+
248
+ if( is_network_admin() )
249
+ return; // End here to prevent single site actions from firing
250
+ }
251
+
252
+
253
+
254
  $this->sync = new Jetpack_Sync;
255
 
256
  // Modules should do Jetpack_Sync::sync_options( __FILE__, $option, ... ); instead
427
  * This improves the resolution of gravatars and wordpress.com uploads on hi-res and zoomed browsers.
428
  */
429
  function devicepx() {
430
+ if ( Jetpack::is_active() ) {
431
+ wp_enqueue_script( 'devicepx', set_url_scheme( 'http://s0.wp.com/wp-content/js/devicepx-jetpack.js' ), array(), gmdate( 'oW' ), true );
432
+ }
433
  }
434
 
435
  /*
691
  'zoltonorg-social-plugin/zosp.php', // Zolton.org Social Plugin
692
  'wp-caregiver/wp-caregiver.php', // WP Caregiver
693
  'facebook-revised-open-graph-meta-tag/index.php', // Facebook Revised Open Graph Meta Tag
694
+ 'facebook-and-digg-thumbnail-generator/facebook-and-digg-thumbnail-generator.php', // Fedmich's Facebook Open Graph Meta
695
+ 'facebook-meta-tags/facebook-metatags.php', // Facebook Meta Tags
696
  );
697
 
698
  foreach ( $conflicting_plugins as $plugin ) {
1491
  * @static
1492
  */
1493
  public static function plugin_deactivation( ) {
1494
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
1495
+ if( is_plugin_active_for_network( 'jetpack/jetpack.php' ) ) {
1496
+ Jetpack_Network::init()->deactivate();
1497
+ } else {
1498
  Jetpack::disconnect( false );
1499
+ //Jetpack_Heartbeat::init()->deactivate();
1500
+ }
1501
  }
1502
 
1503
  /**
1528
  if ( $update_activated_state ) {
1529
  Jetpack_Options::update_option( 'activated', 4 );
1530
  }
1531
+
1532
+ // Disable the Heartbeat cron
1533
+ Jetpack_Heartbeat::init()->deactivate();
1534
  }
1535
 
1536
  /**
2798
  function build_connect_url( $raw = false, $redirect = false ) {
2799
  if ( ! Jetpack_Options::get_option( 'blog_token' ) ) {
2800
  $url = $this->nonce_url_no_esc( $this->admin_url( 'action=register' ), 'jetpack-register' );
2801
+ if( is_network_admin() ) {
2802
+ $url = add_query_arg( 'is_multisite', network_admin_url(
2803
+ 'admin.php?page=jetpack-settings' ), $url );
2804
+ }
2805
  } else {
2806
  $role = $this->translate_current_user_to_role();
2807
  $signed_role = $this->sign_role( $role );
2810
 
2811
  $redirect = $redirect ? esc_url_raw( $redirect ) : '';
2812
 
2813
+ if( isset( $_REQUEST['is_multisite'] ) ) {
2814
+ $redirect = Jetpack_Network::init()->get_url( 'network_admin_page' );
2815
+ }
2816
+
2817
  $args = urlencode_deep(
2818
  array(
2819
  'response_type' => 'code',
2875
  $user_token = Jetpack_Data::get_access_token( $current_user->ID );
2876
  $is_user_connected = $user_token && ! is_wp_error( $user_token );
2877
  $is_master_user = $current_user->ID == Jetpack_Options::get_option( 'master_user' );
2878
+
2879
+ $can_reconnect_jpms = true;
2880
+ if( is_plugin_active_for_network( 'jetpack/jetpack.php' ) ) {
2881
+ $jpms = Jetpack_Network::init();
2882
+ $can_reconnect_jpms = ( $jpms->get_option( 'sub-site-connection-override' ) )? 1: 0;
2883
+ }
2884
+
2885
+
2886
+
2887
+
2888
  ?>
2889
  <div class="wrap" id="jetpack-settings">
2890
 
2891
  <div id="jp-header"<?php if ( $is_connected ) : ?> class="small"<?php endif; ?>>
2892
  <div id="jp-clouds">
2893
+ <?php if ( $is_connected && $can_reconnect_jpms ) : ?>
2894
  <div id="jp-disconnectors">
2895
  <?php if ( current_user_can( 'jetpack_disconnect' ) ) : ?>
2896
  <div id="jp-disconnect" class="jp-disconnect">
2917
 
2918
  <?php if ( isset( $_GET['jetpack-notice'] ) && 'dismiss' == $_GET['jetpack-notice'] ) : ?>
2919
  <div id="message" class="error">
2920
+ <p><?php _e( 'Jetpack is network activated. Notices cannot be dismissed.', 'jetpack' ); ?></p>
2921
  </div>
2922
  <?php endif; ?>
2923
 
2925
 
2926
  <?php
2927
  // If the connection has not been made then show the marketing text.
2928
+ if( !$can_reconnect_jpms && !$is_connected ) {
2929
+ ?>
2930
+ <div id="message" class="updated jetpack-message jp-connect jp-multisite" style="display:block !important">
2931
+ <div class="jetpack-wrap-container">
2932
+ <div class="jetpack-text-container">
2933
+ <h4>
2934
+ <p><?php _e( 'To use Jetpack please contact your WordPress administrator to connect it for you.', 'jetpack' ) ?></p>
2935
+ </h4>
2936
+ </div>
2937
+ </div>
2938
+ </div> <?php
2939
+ }
2940
+ if ( ! Jetpack::is_development_mode() && $can_reconnect_jpms ) :
2941
  ?>
2942
  <?php if ( ! $is_connected ) : ?>
2943
 
2957
  </div>
2958
  </div>
2959
 
2960
+ <?php else /* blog and user are connected */ : ?>
2961
+ <?php /* TODO: if not master user, show user disconnect button? */ ?>
2962
+ <?php endif; ?>
2963
+ <?php endif; // ! Jetpack::is_development_mode() ?>
2964
+
2965
+
2966
+
2967
+
2968
+
2969
+ <?php if ( Jetpack::is_active() && !Jetpack::is_development_mode() && ! $is_user_connected ) : ?>
2970
 
2971
  <div id="message" class="updated jetpack-message jp-connect" style="display:block !important;">
2972
  <div class="jetpack-wrap-container">
2981
  </div>
2982
  </div>
2983
 
2984
+ <?php endif; ?>
2985
+
2986
+
2987
+
2988
 
2989
  <?php
2990
  if ( isset( $_GET['configure'] ) && Jetpack::is_module( $_GET['configure'] ) && current_user_can( 'manage_options' ) ) {
3524
  return untrailingslashit( $base ) . '/xmlrpc.php';
3525
  }
3526
 
3527
+ /**
3528
+ * Creates two secret tokens and the end of life timestamp for them.
3529
+ *
3530
+ * Note these tokens are unique per call, NOT static per site for connecting.
3531
+ *
3532
+ * @since 2.6
3533
+ * @return array
3534
+ */
3535
+ public function generate_secrets() {
3536
+ $secrets = array(
3537
+ wp_generate_password( 32, false ), // secret_1
3538
+ wp_generate_password( 32, false ), // secret_2
3539
+ ( time() + 600 ), // eol ( End of Life )
3540
+ );
3541
+
3542
+ return $secrets;
3543
+ }
3544
+
3545
+ /**
3546
+ * Builds the timeout limit for queries talking with the wpcom servers.
3547
+ *
3548
+ * Based on local php max_execution_time in php.ini
3549
+ *
3550
+ * @since 2.6
3551
+ * @return int
3552
+ **/
3553
+ public function get_remote_query_timeout_limit() {
3554
+ $timeout = (int) ini_get( 'max_execution_time' );
3555
+ if ( ! $timeout ) // Ensure exec time set in php.ini
3556
+ $timeout = 30;
3557
+ return intval( $timeout / 2 );
3558
+ }
3559
+
3560
+
3561
+ /**
3562
+ * Takes the response from the Jetpack register new site endpoint and
3563
+ * verifies it worked properly.
3564
+ *
3565
+ * @since 2.6
3566
+ * @return true or Jetpack_Error
3567
+ **/
3568
+ public function validate_remote_register_response( $response ) {
3569
+ if ( is_wp_error( $response ) ) {
3570
+ return new Jetpack_Error( 'register_http_request_failed', $response->get_error_message() );
3571
+ }
3572
+
3573
+ $code = wp_remote_retrieve_response_code( $response );
3574
+ $entity = wp_remote_retrieve_body( $response );
3575
+ if ( $entity )
3576
+ $json = json_decode( $entity );
3577
+ else
3578
+ $json = false;
3579
+
3580
+ $code_type = intval( $code / 100 );
3581
+ if ( 5 == $code_type ) {
3582
+ return new Jetpack_Error( 'wpcom_5??', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
3583
+ } elseif ( 408 == $code ) {
3584
+ return new Jetpack_Error( 'wpcom_408', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
3585
+ } elseif ( ! empty( $json->error ) ) {
3586
+ $error_description = isset( $json->error_description ) ? sprintf( __( 'Error Details: %s', 'jetpack' ), (string) $json->error_description ) : '';
3587
+ return new Jetpack_Error( (string) $json->error, $error_description, $code );
3588
+ } elseif ( 200 != $code ) {
3589
+ return new Jetpack_Error( 'wpcom_bad_response', sprintf( __( 'Error Details: %s', 'jetpack' ), $code ), $code );
3590
+ }
3591
+
3592
+ // Jetpack ID error block
3593
+ if ( empty( $json->jetpack_id ) ) {
3594
+ return new Jetpack_Error( 'jetpack_id', sprintf( __( 'Error Details: Jetpack ID is empty. Do not publicly post this error message! %s', 'jetpack' ), $entity ), $entity );
3595
+ } elseif ( ! is_scalar( $json->jetpack_id ) ) {
3596
+ 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 );
3597
+ } elseif ( preg_match( '/[^0-9]/', $json->jetpack_id ) ) {
3598
+ 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 );
3599
+ }
3600
+
3601
+ return true;
3602
+ }
3603
  /**
3604
  * @return bool|WP_Error
3605
  */
3606
  public static function register() {
3607
+ add_action( 'pre_update_jetpack_option_register', array( 'Jetpack_Options', 'delete_option' ) );
3608
+ $secrets = Jetpack::init()->generate_secrets();
3609
+
3610
+ Jetpack_Options::update_option( 'register', $secrets[0] . ':' . $secrets[1].
3611
+ ':' . $secrets[2] );
3612
 
3613
  @list( $secret_1, $secret_2, $secret_eol ) = explode( ':', Jetpack_Options::get_option( 'register' ) );
3614
  if ( empty( $secret_1 ) || empty( $secret_2 ) || empty( $secret_eol ) || $secret_eol < time() )
3615
  return new Jetpack_Error( 'missing_secrets' );
3616
 
3617
+ $timeout = Jetpack::init()->get_remote_query_timeout_limit();
 
 
 
3618
 
3619
  $gmt_offset = get_option( 'gmt_offset' );
3620
  if ( ! $gmt_offset ) {
3645
  );
3646
  $response = Jetpack_Client::_wp_remote_request( Jetpack::fix_url_for_bad_hosts( Jetpack::api_url( 'register' ) ), $args, true );
3647
 
3648
+
3649
+ // Make sure the response is valid and does not contain any Jetpack errors
3650
+ $valid_response = Jetpack::init()->validate_remote_register_response( $response );
3651
+ if( is_wp_error( $valid_response ) || !$valid_response ) {
3652
+ return $valid_response;
3653
  }
3654
 
3655
+
3656
+ // Grab the response values to work with
3657
  $code = wp_remote_retrieve_response_code( $response );
3658
  $entity = wp_remote_retrieve_body( $response );
3659
 
3662
  else
3663
  $json = false;
3664
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3665
 
3666
+
3667
  if ( empty( $json->jetpack_secret ) || ! is_string( $json->jetpack_secret ) )
3668
  return new Jetpack_Error( 'jetpack_secret', '', $code );
3669
 
3719
  $user_id = 0;
3720
  } else {
3721
  $token_type = 'user';
3722
+ if ( empty( $user_id ) || ! ctype_digit( $user_id ) || ! get_userdata( $user_id ) ) {
3723
  return false;
3724
  }
3725
  $user_id = (int) $user_id;
 
 
 
 
 
3726
  }
3727
 
3728
  $token = Jetpack_Data::get_access_token( $user_id );
3879
  $sql_args[] = time() - 3600;
3880
  }
3881
 
3882
+ $sql .= ' ORDER BY `option_id` LIMIT 100';
3883
 
3884
  $sql = $wpdb->prepare( $sql, $sql_args );
3885
 
class.json-api-endpoints.php CHANGED
@@ -94,7 +94,7 @@ abstract class WPCOM_JSON_API_Endpoint {
94
  'example_request' => '',
95
  'example_request_data' => '',
96
  'example_response' => '',
97
-
98
  'pass_wpcom_user_details' => false,
99
  'can_use_user_details_instead_of_blog_membership' => false,
100
  );
@@ -118,6 +118,8 @@ abstract class WPCOM_JSON_API_Endpoint {
118
 
119
  $this->version = $args['version'];
120
 
 
 
121
  if ( $this->request_format ) {
122
  $this->request_format = array_filter( array_merge( $this->request_format, $args['request_format'] ) );
123
  } else {
@@ -799,6 +801,11 @@ EOPHP;
799
  $type = array();
800
  $default = '';
801
 
 
 
 
 
 
802
  foreach ( $types as $type_array ) {
803
  $type[] = $type_array['type'];
804
  if ( isset( $type_array['default'] ) ) {
@@ -892,6 +899,7 @@ EOPHP;
892
  $URL = $author->comment_author_url;
893
  $profile_URL = 'http://en.gravatar.com/' . md5( strtolower( trim( $email ) ) );
894
  $nice = '';
 
895
  } else {
896
  if ( isset( $author->post_author ) ) {
897
  if ( 0 == $author->post_author )
@@ -916,9 +924,12 @@ EOPHP;
916
  $URL = $user->user_url;
917
  $nice = $user->user_nicename;
918
  if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) {
 
 
919
  $profile_URL = "http://en.gravatar.com/{$user->user_login}";
920
  } else {
921
  $profile_URL = 'http://en.gravatar.com/' . md5( strtolower( trim( $email ) ) );
 
922
  }
923
  }
924
 
@@ -926,7 +937,7 @@ EOPHP;
926
 
927
  $email = $show_email ? (string) $email : false;
928
 
929
- return (object) array(
930
  'ID' => (int) $ID,
931
  'email' => $email, // (string|bool)
932
  'name' => (string) $name,
@@ -935,6 +946,12 @@ EOPHP;
935
  'avatar_URL' => (string) esc_url_raw( $avatar_URL ),
936
  'profile_URL' => (string) esc_url_raw( $profile_URL ),
937
  );
 
 
 
 
 
 
938
  }
939
 
940
  function get_taxonomy( $taxonomy_id, $taxonomy_type, $context ) {
@@ -1008,37 +1025,58 @@ EOPHP;
1008
  }
1009
 
1010
  /**
 
 
 
 
 
 
 
1011
  * @param datetime string
1012
  *
1013
  * @return array( $local_time_string, $gmt_time_string )
1014
  */
1015
  function parse_date( $date_string ) {
1016
- $time = strtotime( $date_string );
1017
- if ( !$time ) {
1018
- $time = time();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1019
  }
1020
 
1021
- $datetime = new DateTime( "@$time" );
1022
- $gmt = $datetime->format( 'Y-m-d H:i:s' );
1023
  $timezone_string = get_option( 'timezone_string' );
1024
  if ( $timezone_string ) {
1025
  $tz = timezone_open( $timezone_string );
1026
  if ( $tz ) {
1027
- $datetime->setTimezone( $tz );
1028
- $local = $datetime->format( 'Y-m-d H:i:s' );
1029
- return array( (string) $local, (string) $gmt );
 
 
1030
  }
1031
  }
1032
 
1033
- $gmt_offset = get_option( 'gmt_offset' );
1034
- $local_time = $time + $gmt_offset * 3600;
1035
-
1036
- $date = getdate( ( int ) $local_time );
1037
- $datetime->setDate( $date['year'], $date['mon'], $date['mday'] );
1038
- $datetime->setTime( $date['hours'], $date['minutes'], $date['seconds'] );
1039
-
1040
- $local = $datetime->format( 'Y-m-d H:i:s' );
1041
- return array( (string) $local, (string) $gmt );
1042
  }
1043
 
1044
  function get_link() {
@@ -1096,15 +1134,17 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1096
  var $post_object_format = array(
1097
  // explicitly document and cast all output
1098
  'ID' => '(int) The post ID.',
 
1099
  'author' => '(object>author) The author of the post.',
1100
  'date' => "(ISO 8601 datetime) The post's creation time.",
1101
- 'modified' => "(ISO 8601 datetime) The post's creation time.",
1102
  'title' => '(HTML) <code>context</code> dependent.',
1103
  'URL' => '(URL) The full permalink URL to the post.',
1104
  'short_URL' => '(URL) The wp.me short URL.',
1105
  'content' => '(HTML) <code>context</code> dependent.',
1106
  'excerpt' => '(HTML) <code>context</code> dependent.',
1107
- 'slug' => '(string) The name (slug) for your post, used in URLs.',
 
1108
  'status' => array(
1109
  'publish' => 'The post is published.',
1110
  'draft' => 'The post is saved as a draft.',
@@ -1130,7 +1170,7 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1130
  'tags' => '(object:tag) Hash of tags (keyed by tag name) applied to the post.',
1131
  'categories' => '(object:category) Hash of categories (keyed by category name) applied to the post.',
1132
  'attachments' => '(object:attachment) Hash of post attachments (keyed by attachment ID).',
1133
- '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.',
1134
  'meta' => '(object) API result meta data',
1135
  );
1136
 
@@ -1163,8 +1203,11 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1163
  if ( empty( $key ) )
1164
  return false;
1165
 
 
 
 
1166
  // whitelist of metadata that can be accessed
1167
- if ( in_array( $key, apply_filters( 'rest_api_allowed_public_metadata', array() ) ) )
1168
  return true;
1169
 
1170
  return false;
@@ -1259,6 +1302,9 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1259
  // explicitly cast all output
1260
  $response[$key] = (int) $post->ID;
1261
  break;
 
 
 
1262
  case 'author' :
1263
  $response[$key] = (object) $this->get_author( $post, 'edit' === $context && current_user_can( 'edit_post', $post->ID ) );
1264
  break;
@@ -1306,7 +1352,10 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1306
  break;
1307
  case 'slug' :
1308
  $response[$key] = (string) $post->post_name;
1309
- break;
 
 
 
1310
  case 'password' :
1311
  $response[$key] = (string) $post->post_password;
1312
  break;
@@ -1481,6 +1530,9 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1481
  }
1482
  }
1483
 
 
 
 
1484
  unset( $GLOBALS['post'] );
1485
  return $response;
1486
  }
@@ -1519,6 +1571,26 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1519
  return $post;
1520
  }
1521
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1522
  function win8_gallery_shortcode( $attr ) {
1523
  global $post;
1524
 
@@ -1884,6 +1956,8 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
1884
  if ( 'publish' === $input['status'] && 'publish' !== $post->post_status && !current_user_can( 'publish_post', $post->ID ) ) {
1885
  $input['status'] = 'pending';
1886
  }
 
 
1887
 
1888
  $post_type = get_post_type_object( $post->post_type );
1889
  }
@@ -2003,6 +2077,16 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
2003
  return $post_id;
2004
  }
2005
 
 
 
 
 
 
 
 
 
 
 
2006
  if ( $publicize === false ) {
2007
  foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
2008
  update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name, 1 );
@@ -2063,7 +2147,7 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
2063
 
2064
  if ( ! empty( $meta->id ) || ! empty( $meta->previous_value ) ) {
2065
  continue;
2066
- } elseif ( ! empty( $meta->key ) && ! empty( $meta->value ) && current_user_can( 'add_post_meta', $post_id, $unslashed_meta_key ) ) {
2067
  add_post_meta( $post_id, $meta->key, $meta->value );
2068
  }
2069
 
@@ -2072,11 +2156,11 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
2072
 
2073
  if ( ! isset( $meta->value ) ) {
2074
  continue;
2075
- } elseif ( ! empty( $meta->id ) && ! empty( $existing_meta_item->meta_key ) && current_user_can( 'edit_post_meta', $post_id, $unslashed_existing_meta_key ) ) {
2076
  update_metadata_by_mid( 'post', $meta->id, $meta->value );
2077
- } elseif ( ! empty( $meta->key ) && ! empty( $meta->previous_value ) && current_user_can( 'edit_post_meta', $post_id, $unslashed_meta_key ) ) {
2078
  update_post_meta( $post_id, $meta->key,$meta->value, $meta->previous_value );
2079
- } elseif ( ! empty( $meta->key ) && current_user_can( 'edit_post_meta', $post_id, $unslashed_meta_key ) ) {
2080
  update_post_meta( $post_id, $meta->key, $meta->value );
2081
  }
2082
 
@@ -2997,6 +3081,22 @@ class WPCOM_JSON_API_Update_Comment_Endpoint extends WPCOM_JSON_API_Comment_Endp
2997
  }
2998
 
2999
  class WPCOM_JSON_API_GET_Site_Endpoint extends WPCOM_JSON_API_Endpoint {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3000
  // /sites/mine
3001
  // /sites/%s -> $blog_id
3002
  function callback( $path = '', $blog_id = 0 ) {
@@ -3014,13 +3114,43 @@ class WPCOM_JSON_API_GET_Site_Endpoint extends WPCOM_JSON_API_Endpoint {
3014
  return $blog_id;
3015
  }
3016
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3017
  $is_user_logged_in = is_user_logged_in();
3018
 
3019
- $response = array();
3020
- foreach ( array_keys( $this->response_format ) as $key ) {
 
 
 
 
 
 
 
 
 
 
 
 
3021
  switch ( $key ) {
3022
  case 'ID' :
3023
- $response[$key] = (int) $this->api->get_blog_id_for_output();
3024
  break;
3025
  case 'name' :
3026
  $response[$key] = (string) get_bloginfo( 'name' );
@@ -3045,6 +3175,16 @@ class WPCOM_JSON_API_GET_Site_Endpoint extends WPCOM_JSON_API_Endpoint {
3045
  $response[$key] = false; // magic
3046
  }
3047
  break;
 
 
 
 
 
 
 
 
 
 
3048
  case 'post_count' :
3049
  if ( $is_user_logged_in )
3050
  $response[$key] = (int) $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->posts WHERE post_status = 'publish'");
@@ -3065,26 +3205,27 @@ class WPCOM_JSON_API_GET_Site_Endpoint extends WPCOM_JSON_API_Endpoint {
3065
  $response[$key] = 0; // magic
3066
  }
3067
  break;
 
 
 
3068
  case 'meta' :
3069
  $response[$key] = (object) array(
3070
  'links' => (object) array(
3071
- 'self' => (string) $this->get_site_link( $this->api->get_blog_id_for_output() ),
3072
- 'help' => (string) $this->get_site_link( $this->api->get_blog_id_for_output(), 'help' ),
3073
- 'posts' => (string) $this->get_site_link( $this->api->get_blog_id_for_output(), 'posts/' ),
3074
- 'comments' => (string) $this->get_site_link( $this->api->get_blog_id_for_output(), 'comments/' ),
3075
  ),
3076
  );
3077
  break;
3078
  }
3079
  }
3080
 
3081
- do_action( 'wpcom_json_api_objects', 'sites' );
3082
-
3083
  return $response;
3084
- }
3085
- }
3086
 
 
3087
 
 
3088
 
3089
  /*
3090
  * Set up endpoints
@@ -3110,23 +3251,11 @@ new WPCOM_JSON_API_GET_Site_Endpoint( array(
3110
  'context' => false,
3111
  ),
3112
 
3113
- 'response_format' => array(
3114
- 'ID' => '(int) Blog ID',
3115
- 'name' => '(string) Title of blog',
3116
- 'description' => '(string) Tagline or description of blog',
3117
- 'URL' => '(string) Full URL to the blog',
3118
- 'jetpack' => '(bool) Whether the blog is a Jetpack blog or not',
3119
- 'post_count' => '(int) The number of posts the blog has',
3120
- 'subscribers_count' => '(int) The number of subscribers the blog has',
3121
- 'lang' => '(string) Primary language code of the blog',
3122
- 'meta' => '(object) Meta data',
3123
- 'is_private' => '(bool) If the blog is a private blog or not',
3124
- ),
3125
 
3126
  'example_request' => 'https://public-api.wordpress.com/rest/v1/sites/en.blog.wordpress.com/?pretty=1',
3127
  ) );
3128
 
3129
-
3130
  /*
3131
  * Post endpoints
3132
  */
@@ -3154,6 +3283,7 @@ new WPCOM_JSON_API_List_Posts_Endpoint( array(
3154
  'modified' => 'Order by the modified time of each post.',
3155
  'title' => "Order lexicographically by the posts' titles.",
3156
  'comment_count' => 'Order by the number of comments for each post.',
 
3157
  ),
3158
  'after' => '(ISO 8601 datetime) Return posts dated on or after the specified datetime.',
3159
  'before' => '(ISO 8601 datetime) Return posts dated on or before the specified datetime.',
@@ -3241,7 +3371,7 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3241
  'title' => '(HTML) The post title.',
3242
  'content' => '(HTML) The post content.',
3243
  'excerpt' => '(HTML) An optional post excerpt.',
3244
- 'slug' => '(string) The name (slug) for your post, used in URLs.',
3245
  'publicize' => '(array|bool) True or false if the post be publicized to external services. An array of services if we only want to publicize to a select few. Defaults to true.',
3246
  'publicize_message' => '(string) Custom message to be publicized to external services.',
3247
  'status' => array(
@@ -3258,7 +3388,7 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3258
  'format' => get_post_format_strings(),
3259
  '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 />" .
3260
  "<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>",
3261
- '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.",
3262
  'comments_open' => "(bool) Should the post be open to comments? Defaults to the blog's preference.",
3263
  'pings_open' => "(bool) Should the post be open to comments? Defaults to the blog's preference.",
3264
  ),
@@ -3380,7 +3510,7 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3380
  'title' => '(HTML) The post title.',
3381
  'content' => '(HTML) The post content.',
3382
  'excerpt' => '(HTML) An optional post excerpt.',
3383
- 'slug' => '(string) The name (slug) for your post, used in URLs.',
3384
  'publicize' => '(array|bool) True or false if the post be publicized to external services. An array of services if we only want to publicize to a select few. Defaults to true.',
3385
  'publicize_message' => '(string) Custom message to be publicized to external services.',
3386
  'status' => array(
@@ -3396,7 +3526,7 @@ new WPCOM_JSON_API_Update_Post_Endpoint( array(
3396
  'format' => get_post_format_strings(),
3397
  'comments_open' => '(bool) Should the post be open to comments?',
3398
  'pings_open' => '(bool) Should the post be open to comments?',
3399
- '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.",
3400
  ),
3401
 
3402
  'example_request' => 'https://public-api.wordpress.com/rest/v1/sites/30434183/posts/1222/',
94
  'example_request' => '',
95
  'example_request_data' => '',
96
  'example_response' => '',
97
+ 'required_scope' => '',
98
  'pass_wpcom_user_details' => false,
99
  'can_use_user_details_instead_of_blog_membership' => false,
100
  );
118
 
119
  $this->version = $args['version'];
120
 
121
+ $this->required_scope = $args['required_scope'];
122
+
123
  if ( $this->request_format ) {
124
  $this->request_format = array_filter( array_merge( $this->request_format, $args['request_format'] ) );
125
  } else {
801
  $type = array();
802
  $default = '';
803
 
804
+ if ( 'none' == $types ) {
805
+ $types = array();
806
+ $types[]['type'] = 'none';
807
+ }
808
+
809
  foreach ( $types as $type_array ) {
810
  $type[] = $type_array['type'];
811
  if ( isset( $type_array['default'] ) ) {
899
  $URL = $author->comment_author_url;
900
  $profile_URL = 'http://en.gravatar.com/' . md5( strtolower( trim( $email ) ) );
901
  $nice = '';
902
+ $site_id = -1;
903
  } else {
904
  if ( isset( $author->post_author ) ) {
905
  if ( 0 == $author->post_author )
924
  $URL = $user->user_url;
925
  $nice = $user->user_nicename;
926
  if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) {
927
+ $active_blog = get_active_blog_for_user( $ID );
928
+ $site_id = $active_blog->blog_id;
929
  $profile_URL = "http://en.gravatar.com/{$user->user_login}";
930
  } else {
931
  $profile_URL = 'http://en.gravatar.com/' . md5( strtolower( trim( $email ) ) );
932
+ $site_id = -1;
933
  }
934
  }
935
 
937
 
938
  $email = $show_email ? (string) $email : false;
939
 
940
+ $author = array(
941
  'ID' => (int) $ID,
942
  'email' => $email, // (string|bool)
943
  'name' => (string) $name,
946
  'avatar_URL' => (string) esc_url_raw( $avatar_URL ),
947
  'profile_URL' => (string) esc_url_raw( $profile_URL ),
948
  );
949
+
950
+ if ($site_id > -1) {
951
+ $author['site_ID'] = (int) $site_id;
952
+ }
953
+
954
+ return (object) $author;
955
  }
956
 
957
  function get_taxonomy( $taxonomy_id, $taxonomy_type, $context ) {
1025
  }
1026
 
1027
  /**
1028
+ * Parses a date string and returns the local and GMT representations
1029
+ * of that date & time in 'YYYY-MM-DD HH:MM:SS' format without
1030
+ * timezones or offsets. If the parsed datetime was not localized to a
1031
+ * particular timezone or offset we will assume it was given in GMT
1032
+ * relative to now and will convert it to local time using either the
1033
+ * timezone set in the options table for the blog or the GMT offset.
1034
+ *
1035
  * @param datetime string
1036
  *
1037
  * @return array( $local_time_string, $gmt_time_string )
1038
  */
1039
  function parse_date( $date_string ) {
1040
+ $date_string_info = date_parse( $date_string );
1041
+ if ( is_array( $date_string_info ) && 0 === $date_string_info['error_count'] ) {
1042
+ // Check if it's already localized. Can't just check is_localtime because date_parse('oppossum') returns true; WTF, PHP.
1043
+ if ( isset( $date_string_info['zone'] ) && true === $date_string_info['is_localtime'] ) {
1044
+ $dt_local = clone $dt_utc = new DateTime( $date_string );
1045
+ $dt_utc->setTimezone( new DateTimeZone( 'UTC' ) );
1046
+ return array(
1047
+ (string) $dt_local->format( 'Y-m-d H:i:s' ),
1048
+ (string) $dt_utc->format( 'Y-m-d H:i:s' ),
1049
+ );
1050
+ }
1051
+
1052
+ // It's parseable but no TZ info so assume UTC
1053
+ $dt_local = clone $dt_utc = new DateTime( $date_string, new DateTimeZone( 'UTC' ) );
1054
+ } else {
1055
+ // Could not parse time, use now in UTC
1056
+ $dt_local = clone $dt_utc = new DateTime( 'now', new DateTimeZone( 'UTC' ) );
1057
  }
1058
 
1059
+ // First try to use timezone as it's daylight savings aware.
 
1060
  $timezone_string = get_option( 'timezone_string' );
1061
  if ( $timezone_string ) {
1062
  $tz = timezone_open( $timezone_string );
1063
  if ( $tz ) {
1064
+ $dt_local->setTimezone( $tz );
1065
+ return array(
1066
+ (string) $dt_local->format( 'Y-m-d H:i:s' ),
1067
+ (string) $dt_utc->format( 'Y-m-d H:i:s' ),
1068
+ );
1069
  }
1070
  }
1071
 
1072
+ // Fallback to GMT offset (in hours)
1073
+ // NOTE: TZ of $dt_local is still UTC, we simply modified the timestamp with an offset.
1074
+ $gmt_offset_seconds = intval( get_option( 'gmt_offset' ) * 3600 );
1075
+ $dt_local->modify("+{$gmt_offset_seconds} seconds");
1076
+ return array(
1077
+ (string) $dt_local->format( 'Y-m-d H:i:s' ),
1078
+ (string) $dt_utc->format( 'Y-m-d H:i:s' ),
1079
+ );
 
1080
  }
1081
 
1082
  function get_link() {
1134
  var $post_object_format = array(
1135
  // explicitly document and cast all output
1136
  'ID' => '(int) The post ID.',
1137
+ 'site_ID' => '(int) The site ID.',
1138
  'author' => '(object>author) The author of the post.',
1139
  'date' => "(ISO 8601 datetime) The post's creation time.",
1140
+ 'modified' => "(ISO 8601 datetime) The post's most recent update time.",
1141
  'title' => '(HTML) <code>context</code> dependent.',
1142
  'URL' => '(URL) The full permalink URL to the post.',
1143
  'short_URL' => '(URL) The wp.me short URL.',
1144
  'content' => '(HTML) <code>context</code> dependent.',
1145
  'excerpt' => '(HTML) <code>context</code> dependent.',
1146
+ 'slug' => '(string) The name (slug) for the post, used in URLs.',
1147
+ 'guid' => '(string) The GUID for the post.',
1148
  'status' => array(
1149
  'publish' => 'The post is published.',
1150
  'draft' => 'The post is saved as a draft.',
1170
  'tags' => '(object:tag) Hash of tags (keyed by tag name) applied to the post.',
1171
  'categories' => '(object:category) Hash of categories (keyed by category name) applied to the post.',
1172
  'attachments' => '(object:attachment) Hash of post attachments (keyed by attachment ID).',
1173
+ '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 available for authenticated requests with access. Protected meta keys can be made available with the <code>rest_api_allowed_public_metadata</code> filter.',
1174
  'meta' => '(object) API result meta data',
1175
  );
1176
 
1203
  if ( empty( $key ) )
1204
  return false;
1205
 
1206
+ // Default whitelisted meta keys.
1207
+ $whitelisted_meta = array( '_thumbnail_id' );
1208
+
1209
  // whitelist of metadata that can be accessed
1210
+ if ( in_array( $key, apply_filters( 'rest_api_allowed_public_metadata', $whitelisted_meta ) ) )
1211
  return true;
1212
 
1213
  return false;
1302
  // explicitly cast all output
1303
  $response[$key] = (int) $post->ID;
1304
  break;
1305
+ case 'site_ID' :
1306
+ $response[$key] = (int) $blog_id;
1307
+ break;
1308
  case 'author' :
1309
  $response[$key] = (object) $this->get_author( $post, 'edit' === $context && current_user_can( 'edit_post', $post->ID ) );
1310
  break;
1352
  break;
1353
  case 'slug' :
1354
  $response[$key] = (string) $post->post_name;
1355
+ break;
1356
+ case 'guid' :
1357
+ $response[$key] = (string) $post->guid;
1358
+ break;
1359
  case 'password' :
1360
  $response[$key] = (string) $post->post_password;
1361
  break;
1530
  }
1531
  }
1532
 
1533
+ // WPCOM_JSON_API_Post_Endpoint::find_featured_worthy_media( $post );
1534
+ $response['featured_media'] = self::find_featured_media( $post );
1535
+
1536
  unset( $GLOBALS['post'] );
1537
  return $response;
1538
  }
1571
  return $post;
1572
  }
1573
 
1574
+ /**
1575
+ * Supporting featured media in post endpoints. Currently on for wpcom blogs
1576
+ * since it's calling WPCOM_JSON_API_Read_Endpoint methods which presently
1577
+ * rely on wpcom specific functionality.
1578
+ *
1579
+ * @param WP_Post $post
1580
+ * @return object list of featured media
1581
+ */
1582
+ public static function find_featured_media( &$post ) {
1583
+
1584
+ if ( class_exists( 'WPCOM_JSON_API_Read_Endpoint' ) ) {
1585
+ return WPCOM_JSON_API_Read_Endpoint::find_featured_worthy_media( (array) $post );
1586
+ } else {
1587
+ return (object) array();
1588
+ }
1589
+
1590
+ }
1591
+
1592
+
1593
+
1594
  function win8_gallery_shortcode( $attr ) {
1595
  global $post;
1596
 
1956
  if ( 'publish' === $input['status'] && 'publish' !== $post->post_status && !current_user_can( 'publish_post', $post->ID ) ) {
1957
  $input['status'] = 'pending';
1958
  }
1959
+ $last_status = $post->post_status;
1960
+ $new_status = $input['status'];
1961
 
1962
  $post_type = get_post_type_object( $post->post_type );
1963
  }
2077
  return $post_id;
2078
  }
2079
 
2080
+ // WPCOM Specific (Jetpack's will get bumped elsewhere
2081
+ // Tracks how many posts are published and sets meta so we can track some other cool stats (like likes & comments on posts published)
2082
+ if ( ( $new && 'publish' == $input['status'] ) || ( !$new && isset( $last_status ) && 'publish' != $last_status && isset( $new_status ) && 'publish' == $new_status ) ) {
2083
+ if ( function_exists( 'bump_stats_extras' ) ) {
2084
+ bump_stats_extras( 'api-insights-posts', $this->api->token_details['client_id'] );
2085
+ update_post_meta( $post_id, '_rest_api_published', 1 );
2086
+ update_post_meta( $post_id, '_rest_api_client_id', $this->api->token_details['client_id'] );
2087
+ }
2088
+ }
2089
+
2090
  if ( $publicize === false ) {
2091
  foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
2092
  update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name, 1 );
2147
 
2148
  if ( ! empty( $meta->id ) || ! empty( $meta->previous_value ) ) {
2149
  continue;
2150
+ } elseif ( ! empty( $meta->key ) && ! empty( $meta->value ) && ( current_user_can( 'add_post_meta', $post_id, $unslashed_meta_key ) ) || $this->is_metadata_public( $meta->key ) ) {
2151
  add_post_meta( $post_id, $meta->key, $meta->value );
2152
  }
2153
 
2156
 
2157
  if ( ! isset( $meta->value ) ) {
2158
  continue;
2159
+ } elseif ( ! empty( $meta->id ) && ! empty( $existing_meta_item->meta_key ) && ( current_user_can( 'edit_post_meta', $post_id, $unslashed_existing_meta_key ) || $this->is_metadata_public( $meta->key ) ) ) {
2160
  update_metadata_by_mid( 'post', $meta->id, $meta->value );
2161
+ } elseif ( ! empty( $meta->key ) && ! empty( $meta->previous_value ) && ( current_user_can( 'edit_post_meta', $post_id, $unslashed_meta_key ) || $this->is_metadata_public( $meta->key ) ) ) {
2162
  update_post_meta( $post_id, $meta->key,$meta->value, $meta->previous_value );
2163
+ } elseif ( ! empty( $meta->key ) && ( current_user_can( 'edit_post_meta', $post_id, $unslashed_meta_key ) || $this->is_metadata_public( $meta->key ) ) ) {
2164
  update_post_meta( $post_id, $meta->key, $meta->value );
2165
  }
2166
 
3081
  }
3082
 
3083
  class WPCOM_JSON_API_GET_Site_Endpoint extends WPCOM_JSON_API_Endpoint {
3084
+
3085
+ public static $site_format = array(
3086
+ 'ID' => '(int) Site ID',
3087
+ 'name' => '(string) Title of site',
3088
+ 'description' => '(string) Tagline or description of site',
3089
+ 'URL' => '(string) Full URL to the site',
3090
+ 'jetpack' => '(bool) Whether the site is a Jetpack site or not',
3091
+ 'post_count' => '(int) The number of posts the site has',
3092
+ 'subscribers_count' => '(int) The number of subscribers the site has',
3093
+ 'lang' => '(string) Primary language code of the site',
3094
+ 'visible' => '(bool) If this site is visible in the user\'s site list',
3095
+ 'is_private' => '(bool) If the site is a private site or not',
3096
+ 'is_following' => '(bool) If the current user is subscribed to this site in the reader',
3097
+ 'meta' => '(object) Meta data',
3098
+ );
3099
+
3100
  // /sites/mine
3101
  // /sites/%s -> $blog_id
3102
  function callback( $path = '', $blog_id = 0 ) {
3114
  return $blog_id;
3115
  }
3116
 
3117
+ $response = $this->build_current_site_response();
3118
+
3119
+ do_action( 'wpcom_json_api_objects', 'sites' );
3120
+
3121
+ return $response;
3122
+ }
3123
+
3124
+ /**
3125
+ * Collects the necessary information to return for a site's response.
3126
+ *
3127
+ * @return (array)
3128
+ */
3129
+ public function build_current_site_response( ) {
3130
+
3131
+ global $wpdb;
3132
+
3133
+ $response_format = self::$site_format;
3134
+
3135
  $is_user_logged_in = is_user_logged_in();
3136
 
3137
+ $visible = array();
3138
+
3139
+ if ( $is_user_logged_in ) {
3140
+ $current_user = wp_get_current_user();
3141
+ $visible = get_user_meta( $current_user->ID, 'blog_visibility', true );
3142
+
3143
+ if ( !is_array( $visible ) )
3144
+ $visible = array();
3145
+
3146
+ }
3147
+
3148
+ $blog_id = (int) $this->api->get_blog_id_for_output();
3149
+
3150
+ foreach ( array_keys( $response_format ) as $key ) {
3151
  switch ( $key ) {
3152
  case 'ID' :
3153
+ $response[$key] = $blog_id;
3154
  break;
3155
  case 'name' :
3156
  $response[$key] = (string) get_bloginfo( 'name' );
3175
  $response[$key] = false; // magic
3176
  }
3177
  break;
3178
+ case 'visible' :
3179
+ if ( $is_user_logged_in ){
3180
+ $is_visible = true;
3181
+ if ( isset( $visible[$blog_id] ) ) {
3182
+ $is_visible = $visible[$blog_id];
3183
+ }
3184
+ // null and true are visible
3185
+ $response[$key] = $is_visible;
3186
+ }
3187
+ break;
3188
  case 'post_count' :
3189
  if ( $is_user_logged_in )
3190
  $response[$key] = (int) $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->posts WHERE post_status = 'publish'");
3205
  $response[$key] = 0; // magic
3206
  }
3207
  break;
3208
+ case 'is_following':
3209
+ $response[$key] = (int) $this->api->is_following( $blog_id );
3210
+ break;
3211
  case 'meta' :
3212
  $response[$key] = (object) array(
3213
  'links' => (object) array(
3214
+ 'self' => (string) $this->get_site_link( $blog_id ),
3215
+ 'help' => (string) $this->get_site_link( $blog_id, 'help' ),
3216
+ 'posts' => (string) $this->get_site_link( $blog_id, 'posts/' ),
3217
+ 'comments' => (string) $this->get_site_link( $blog_id, 'comments/' ),
3218
  ),
3219
  );
3220
  break;
3221
  }
3222
  }
3223
 
 
 
3224
  return $response;
 
 
3225
 
3226
+ }
3227
 
3228
+ }
3229
 
3230
  /*
3231
  * Set up endpoints
3251
  'context' => false,
3252
  ),
3253
 
3254
+ 'response_format' => WPCOM_JSON_API_GET_Site_Endpoint::$site_format,
 
 
 
 
 
 
 
 
 
 
 
3255
 
3256
  'example_request' => 'https://public-api.wordpress.com/rest/v1/sites/en.blog.wordpress.com/?pretty=1',
3257
  ) );
3258
 
 
3259
  /*
3260
  * Post endpoints
3261
  */
3283
  'modified' => 'Order by the modified time of each post.',
3284
  'title' => "Order lexicographically by the posts' titles.",
3285
  'comment_count' => 'Order by the number of comments for each post.',
3286
+ 'ID' => 'Order by post ID.',
3287
  ),
3288
  'after' => '(ISO 8601 datetime) Return posts dated on or after the specified datetime.',
3289
  'before' => '(ISO 8601 datetime) Return posts dated on or before the specified datetime.',
3371
  'title' => '(HTML) The post title.',
3372
  'content' => '(HTML) The post content.',
3373
  'excerpt' => '(HTML) An optional post excerpt.',
3374
+ 'slug' => '(string) The name (slug) for the post, used in URLs.',
3375
  'publicize' => '(array|bool) True or false if the post be publicized to external services. An array of services if we only want to publicize to a select few. Defaults to true.',
3376
  'publicize_message' => '(string) Custom message to be publicized to external services.',
3377
  'status' => array(
3388
  'format' => get_post_format_strings(),
3389
  '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 />" .
3390
  "<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>",
3391
+ '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 proper capabilities. Protected meta keys can be made available with the <code>rest_api_allowed_public_metadata</code> filter.",
3392
  'comments_open' => "(bool) Should the post be open to comments? Defaults to the blog's preference.",
3393
  'pings_open' => "(bool) Should the post be open to comments? Defaults to the blog's preference.",
3394
  ),
3510
  'title' => '(HTML) The post title.',
3511
  'content' => '(HTML) The post content.',
3512
  'excerpt' => '(HTML) An optional post excerpt.',
3513
+ 'slug' => '(string) The name (slug) for the post, used in URLs.',
3514
  'publicize' => '(array|bool) True or false if the post be publicized to external services. An array of services if we only want to publicize to a select few. Defaults to true.',
3515
  'publicize_message' => '(string) Custom message to be publicized to external services.',
3516
  'status' => array(
3526
  'format' => get_post_format_strings(),
3527
  'comments_open' => '(bool) Should the post be open to comments?',
3528
  'pings_open' => '(bool) Should the post be open to comments?',
3529
+ '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 available for authenticated requests with proper capabilities. Protected meta keys can be made available with the <code>rest_api_allowed_public_metadata</code> filter.",
3530
  ),
3531
 
3532
  'example_request' => 'https://public-api.wordpress.com/rest/v1/sites/30434183/posts/1222/',
class.media-extractor.php CHANGED
@@ -23,7 +23,6 @@ class Jetpack_Media_Meta_Extractor {
23
  'vimeo',
24
  'hulu',
25
  'ted',
26
- 'audio',
27
  'wpvideo',
28
  );
29
 
23
  'vimeo',
24
  'hulu',
25
  'ted',
 
26
  'wpvideo',
27
  );
28
 
jetpack.php CHANGED
@@ -5,23 +5,23 @@
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.8.3
9
  * Author URI: http://jetpack.me
10
  * License: GPL2+
11
  * Text Domain: jetpack
12
  * Domain Path: /languages/
13
  */
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.7' );
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.8.3' );
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
 
24
- define( 'JETPACK_MASTER_USER', true );
 
 
 
25
 
26
  // Constants for expressing human-readable intervals
27
  // in their respective number of seconds.
@@ -35,6 +35,7 @@ defined( 'YEAR_IN_SECONDS' ) or define( 'YEAR_IN_SECONDS', 365 * DAY_IN_SECON
35
  // @todo: Abstract out the admin functions, and only include them if is_admin()
36
  // @todo: Only include things like class.jetpack-sync.php if we're connected.
37
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack.php' );
 
38
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-client.php' );
39
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-data.php' );
40
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-client-server.php' );
@@ -70,10 +71,8 @@ add_filter( 'jetpack_static_url', array( 'Jetpack', 'staticize_subdomain' ) );
70
  *
71
  * See: http://jetpack.me/2013/07/11/photon-and-themes/
72
  */
73
- if ( Jetpack::init()->is_module_active( 'photon' ) ) {
74
  add_filter( 'jetpack_photon_url', 'jetpack_photon_url', 10, 3 );
75
- } else {
76
- remove_filter( 'jetpack_photon_url', 'jetpack_photon_url', 10, 3 );
77
  }
78
 
79
  /*
@@ -81,3 +80,5 @@ if ( is_admin() && ! Jetpack::check_identity_crisis() ) {
81
  Jetpack_Sync::sync_options( __FILE__, 'db_version', 'jetpack_active_modules', 'active_plugins' );
82
  }
83
  */
 
 
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.9.4
9
  * Author URI: http://jetpack.me
10
  * License: GPL2+
11
  * Text Domain: jetpack
12
  * Domain Path: /languages/
13
  */
14
 
 
 
15
  define( 'JETPACK__MINIMUM_WP_VERSION', '3.7' );
16
+ define( 'JETPACK__VERSION', '2.9.4' );
17
+ define( 'JETPACK_MASTER_USER', true );
18
+ define( 'JETPACK__API_VERSION', 1 );
19
+ define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
 
20
 
21
+ defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) or define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' );
22
+ defined( 'JETPACK_CLIENT__HTTPS' ) or define( 'JETPACK_CLIENT__HTTPS', 'AUTO' );
23
+ defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) or define( 'JETPACK__GLOTPRESS_LOCALES_PATH', JETPACK__PLUGIN_DIR . 'locales.php' );
24
+ defined( 'JETPACK__API_BASE' ) or define( 'JETPACK__API_BASE', 'https://jetpack.wordpress.com/jetpack.' );
25
 
26
  // Constants for expressing human-readable intervals
27
  // in their respective number of seconds.
35
  // @todo: Abstract out the admin functions, and only include them if is_admin()
36
  // @todo: Only include things like class.jetpack-sync.php if we're connected.
37
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack.php' );
38
+ require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-network.php' );
39
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-client.php' );
40
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-data.php' );
41
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-client-server.php' );
71
  *
72
  * See: http://jetpack.me/2013/07/11/photon-and-themes/
73
  */
74
+ if ( Jetpack::is_module_active( 'photon' ) ) {
75
  add_filter( 'jetpack_photon_url', 'jetpack_photon_url', 10, 3 );
 
 
76
  }
77
 
78
  /*
80
  Jetpack_Sync::sync_options( __FILE__, 'db_version', 'jetpack_active_modules', 'active_plugins' );
81
  }
82
  */
83
+
84
+ require_once( JETPACK__PLUGIN_DIR . '3rd-party/3rd-party.php' );
languages/jetpack-af.mo CHANGED
Binary file
languages/jetpack-af.po CHANGED
@@ -1,2696 +1,2768 @@
1
- # Translation of 2.8 in Afrikaans
2
- # This file is distributed under the same license as the 2.8 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2014-01-25 22:55:07+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.8\n"
12
 
13
- msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
14
- msgstr "\"Likes\" is 'n manier vir mense om aan te dui dat hulle van jou artikel hou. Dit gee ook vir jou die geleentheid om vir die wêreld te wys hoe gewild jou storie is. "
 
 
15
 
16
- msgid "Write in Markdown, publish in HTML."
 
17
  msgstr ""
18
 
19
- msgid "Automatically optimize your site for mobile devices."
20
- msgstr "Pas jou webwerf outomaties vir mobiele toestelle aan."
21
-
22
- msgid "Receive notifications on your mobile device."
23
- msgstr "Ontvang kennisgewings op jou mobiele toestel."
24
 
25
- msgid "Jetpack Monitor will keep tabs on your site, and alert you the moment that downtime is detected."
 
26
  msgstr ""
27
 
28
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
29
- msgstr "Hou jou webwerf dop en bestuur sy aktiwiteit deur middel van kennisgewings op die boonste balk en op WordPress.com."
 
30
 
31
- msgid "A single search box, that lets you search many different things."
32
- msgstr "Een enkele soekfunksie waarmee jy verskillende dinge kan opspoor."
 
33
 
34
- msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
35
- msgstr "Gee jou webwerf 'n inspuiting deurdat foto's vinniger laai vanaf die WordPress.com-netwerk (CDN)."
 
36
 
37
- msgid "Publish posts to your blog directly from your personal email account."
38
- msgstr "Publiseer artikels op jou blog deur middel van jou persoonlike e-posadres."
 
39
 
40
- msgid "Connect your site to popular social networks and automatically share new posts with your friends."
41
- msgstr "Verbind jou webwerf met gewilde sosiale netwerke en deel outomaties die nuwe artikels met jou vriende."
 
42
 
43
- msgid "Display links to related site content under your posts."
 
44
  msgstr ""
45
 
46
- msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
47
- msgstr "Die beste-este manier om jou storie op Facebook, Twitter en vele ander te deel."
 
48
 
49
- msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
50
- msgstr "'n Maklike manier om video's en ander media vanaf YouTube, Vimeo en Slideshare in 'n artikel te gebruik."
 
51
 
52
- msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
53
- msgstr "Aktiveer WP.me-gedrewe kortskakels vir al jou artikels sodat dit makliker gedeel kan word."
 
54
 
55
- msgid "Let users login with their WordPress.com Credentials"
 
56
  msgstr ""
57
 
58
- msgid "Simple, concise site stats with no additional load on your server."
59
- msgstr "Eenvoudige, bondige statistiek vir jou webwerf sonder ekstra las op die bediener."
 
60
 
61
- msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
62
- msgstr "Laat besoekers toe om op kennisgewings van nuwe artikels en kommentaar in te teken via e-pos."
 
63
 
64
- msgid "Create elegant magazine-style mosaic layouts for your photos without using an external graphic editor."
65
- msgstr "Skep 'n elegante mosaïek-uitleg vir fotogallerye."
 
66
 
67
- msgid "Realtime backup and security scanning for your WordPress site."
68
- msgstr "Intydse rugsteun en sekuriteit vir jou WordPress-gedrewe webwerf."
 
69
 
70
- msgid "Quite possibly the easiest way to upload beautiful videos to your blog."
71
- msgstr "Heel moontlik die maklikste manier om pragtige video's op te laai."
 
72
 
73
- msgid "Control what pages your widgets appear on."
74
- msgstr "Beheer op watter bladsye jou widgets verskyn."
 
75
 
76
- msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
77
- msgstr "Voeg foto's, Twitter-boodskappe en jou webwerf se RSS-skakels tjop-tjop by in die kantkolom."
 
78
 
79
- #: modules/widgets/wordpress-post-widget.php:54
80
- #: modules/widgets/wordpress-post-widget.php:77
81
- msgid "We cannot load blog data at this time."
82
  msgstr ""
83
 
84
- #: modules/widgets/wordpress-post-widget.php:87
85
- msgid "We cannot display posts for this blog."
86
  msgstr ""
87
 
88
- #: modules/widgets/wordpress-post-widget.php:118
89
- msgid "Recent Posts"
90
- msgstr "Onlangse Bydraes"
 
91
 
92
- #: modules/widgets/wordpress-post-widget.php:152
93
- msgid "Blog URL:"
94
  msgstr ""
95
 
96
- #: modules/widgets/wordpress-post-widget.php:155
97
- msgid "Enter a WordPress.com or Jetpack WordPress site URL."
98
  msgstr ""
99
 
100
- #: modules/widgets/wordpress-post-widget.php:159
101
- msgid "Number of Posts to Display:"
102
  msgstr ""
103
 
104
- #: modules/widgets/wordpress-post-widget.php:169
105
- msgid "Show Featured Image:"
106
  msgstr ""
107
 
108
- #: modules/widgets/wordpress-post-widget.php:173
109
- msgid "Show Excerpts:"
110
  msgstr ""
111
 
112
- #: modules/widgets.php:50
113
- msgid "%s (Jetpack)"
114
- msgstr "%s (Jetpack)"
115
 
116
- msgid "http://wordpress.org/extend/plugins/jetpack/"
117
- msgstr "http://wordpress.org/extend/plugins/jetpack/"
 
118
 
119
- 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."
 
120
  msgstr ""
121
 
122
- msgid "Automattic"
123
- msgstr "Automattic"
 
124
 
125
- msgid "http://jetpack.me"
126
- msgstr "http://jetpack.me"
 
127
 
128
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
 
129
  msgstr ""
130
 
131
- msgid "Transform your standard image galleries into an immersive full-screen experience."
132
- msgstr "Omskep die gewone fotogallerye in 'n innemende ervaring wat jou skerm vul."
 
133
 
134
- msgid "A new comment system that has integrated social media login options."
135
- msgstr "'n Nuwe kommentaarstelsel met geïntegreerde intekenopsies van sosiale netwerke."
 
136
 
137
- msgid "Easily insert a contact form anywhere on your site."
138
- msgstr "Plaas 'n kontakvorm enige plek op jou webwerf, sommer tjop-tjop."
 
139
 
140
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
141
- msgstr "Verander die voorkoms van jou webwerf d.m.v. CSS, maar sonder om veranderinge op jou tema aan te bring."
 
142
 
143
- msgid "Share your public posts and comments to search engines and other services in real-time."
144
- msgstr "Deel jou openbare artikels en kommentaar intyds met soekenjins en ander dienste."
 
145
 
146
- msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
 
147
  msgstr ""
148
 
149
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
150
- msgstr "Wys die gravatar-profiel van jou gebruikers in die kommentaar met 'n opspringvenster."
 
151
 
152
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
153
- msgstr "Laai outomaties die volgende klomp artikels soos die leser op die bladsy afrol."
 
154
 
155
- msgid "Allow applications to securely access your content through the cloud."
 
156
  msgstr ""
157
 
158
- msgid "Beautiful Math"
159
- msgstr "Elegante Wiskunde"
 
160
 
161
- msgid "Mark up your posts with the <img src=\"//s0.wp.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."
162
- msgstr "Gebruik <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> as uitlegtaal om ingewikkelde wiskundige vergelykings en ander toordery."
 
163
 
164
- #: modules/widgets/top-posts.php:91
165
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
166
- msgstr "Die top artikels &amp; bladsye volgens besoeke word bereken uit 24-48 uur se statistiek. Dit neem 'n rukkie om te verander."
167
 
168
- #: modules/widgets/top-posts.php:164
169
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
170
- msgstr "Daar is geen artikels om te wys nie. <a href=\"%s\">Wil jy meer verkeer hê?</a>"
171
 
172
- #: modules/widgets/twitter-timeline.php:24
173
- msgid "Twitter Timeline"
174
- msgstr "Twitter-tydlyn"
 
 
 
175
 
176
- #: modules/widgets/twitter-timeline.php:27
177
- msgid "Display an official Twitter Embedded Timeline widget."
178
- msgstr "Vertoon 'n amptelike Twitter Embedded Timeline brokkie."
179
 
180
- #: modules/widgets/twitter-timeline.php:75
181
- msgid "My Tweets"
182
- msgstr "My tweets"
183
 
184
- #: modules/widgets/twitter-timeline.php:146
185
- msgid "Follow me on Twitter"
186
- msgstr "Volg my op Twitter"
187
 
188
- #: modules/widgets/twitter-timeline.php:166
189
- msgid "Width (px):"
190
- msgstr "Breedte (px):"
191
 
192
- #: modules/widgets/twitter-timeline.php:171
193
- msgid "Height (px):"
194
- msgstr "Hoogte (px):"
195
 
196
- #: modules/widgets/twitter-timeline.php:176
197
- msgid "# of Tweets Shown:"
198
- msgstr "# sigbare tweets:"
199
 
200
- #: modules/widgets/twitter-timeline.php:184
201
- msgid "You need to <a href=\"%1$s\" target=\"_blank\">create a widget at Twitter.com</a>, and then enter your widget id (the long number found in the URL of your widget's config page) in the field below. <a href=\"%2$s\" target=\"_blank\">Read more</a>."
202
  msgstr ""
203
 
204
- #: modules/widgets/twitter-timeline.php:192
205
- msgid "Widget ID:"
206
- msgstr ""
207
-
208
- #: modules/widgets/twitter-timeline.php:197
209
- msgid "Layout Options:"
210
- msgstr "Opsies vir uitleg:"
211
-
212
- #: modules/widgets/twitter-timeline.php:198
213
- msgid "No Header"
214
- msgstr "Geen kopstrook nie"
215
 
216
- #: modules/widgets/twitter-timeline.php:199
217
- msgid "No Footer"
218
- msgstr "Geen voetstrook nie"
 
219
 
220
- #: modules/widgets/twitter-timeline.php:200
221
- msgid "No Borders"
222
- msgstr "Geen buitelyne nie"
 
 
 
 
 
 
 
223
 
224
- #: modules/widgets/twitter-timeline.php:201
225
- msgid "No Scrollbar"
226
- msgstr "Geen rolbalk nie"
 
227
 
228
- #: modules/widgets/twitter-timeline.php:202
229
- msgid "Transparent Background"
230
- msgstr "Deurskynende agtergrond"
 
 
231
 
232
- #: modules/widgets/twitter-timeline.php:206
233
- msgid "Link Color (hex):"
234
- msgstr "Kleur van skakels (hex):"
235
 
236
- #: modules/widgets/twitter-timeline.php:211
237
- msgid "Border Color (hex):"
238
- msgstr "Kleur van buitelyne (hex):"
 
239
 
240
- #: modules/widgets/twitter-timeline.php:216
241
- msgid "Timeline Theme:"
242
- msgstr "Tema van tydlyn:"
243
 
244
- #: modules/widgets/upcoming-events.php:7 modules/widgets/upcoming-events.php:32
245
- msgid "Upcoming Events"
246
  msgstr ""
247
 
248
- #: modules/widgets/upcoming-events.php:9
249
- msgid "Display upcoming events from an iCalendar feed."
250
  msgstr ""
251
 
252
- #: modules/widgets/upcoming-events.php:45
253
- msgid "iCalendar Feed URL:"
254
  msgstr ""
255
 
256
- #: modules/widgets/upcoming-events.php:50
257
- msgid "Items to show:"
258
  msgstr ""
259
 
260
- #: modules/widgets/upcoming-events.php:56
261
- msgid "All"
 
262
  msgstr ""
263
 
264
- #: modules/widgets/wordpress-post-widget.php:23
265
- msgid "Display WordPress Posts (Jetpack)"
 
266
  msgstr ""
267
 
268
- #: modules/widgets/wordpress-post-widget.php:25
269
- msgid "Displays a list of recent posts from another WordPress.com or Jetpack-enabled blog."
 
270
  msgstr ""
271
 
272
- #: modules/widgets/rsslinks-widget.php:12
273
- msgid "Links to your blog's RSS feeds"
 
274
  msgstr ""
275
 
276
- #: modules/widgets/rsslinks-widget.php:13
277
- msgid "RSS Links (Jetpack)"
278
- msgstr "RSS-skakels (Jetpack)"
 
279
 
280
- #: modules/widgets/rsslinks-widget.php:67
281
- #: modules/widgets/rsslinks-widget.php:133
282
- msgid "Posts"
283
- msgstr "Bydraes"
284
 
285
- #: modules/widgets/rsslinks-widget.php:69
286
- msgid "Posts & Comments"
287
- msgstr "Bydraes & Kommentare"
 
288
 
289
- #: modules/widgets/rsslinks-widget.php:71
290
- msgid "Feed(s) to Display:"
291
- msgstr "Sigbare feed(s):"
 
292
 
293
- #: modules/widgets/rsslinks-widget.php:81
294
- msgid "Text Link"
295
- msgstr "Teksskakel"
296
 
297
- #: modules/widgets/rsslinks-widget.php:82
298
- msgid "Image Link"
299
- msgstr "Fotoskakel"
300
 
301
- #: modules/widgets/rsslinks-widget.php:83
302
- msgid "Text & Image Links"
303
- msgstr "Teks- en fotoskakels"
 
 
304
 
305
- #: modules/widgets/rsslinks-widget.php:85
306
- msgid "Format:"
307
- msgstr "Formaat:"
 
 
308
 
309
- #: modules/widgets/rsslinks-widget.php:96
310
- msgid "Image Settings:"
311
- msgstr "Fotoverstellings:"
312
 
313
- #: modules/widgets/rsslinks-widget.php:100
314
- msgid "Medium"
315
- msgstr "Medium"
316
 
317
- #: modules/widgets/rsslinks-widget.php:103
318
- msgid "Image Size:"
319
- msgstr "Grootte van foto:"
320
 
321
- #: modules/widgets/rsslinks-widget.php:113
322
- msgid "Red"
323
- msgstr "Rooi"
324
 
325
- #: modules/widgets/rsslinks-widget.php:114
326
- msgid "Orange"
327
- msgstr "Oranje"
328
 
329
- #: modules/widgets/rsslinks-widget.php:115
330
- msgid "Green"
331
- msgstr "Groen"
332
 
333
- #: modules/widgets/rsslinks-widget.php:116
334
- msgid "Blue"
335
- msgstr "Blou"
336
 
337
- #: modules/widgets/rsslinks-widget.php:117
338
- msgid "Purple"
339
- msgstr "Pers"
340
 
341
- #: modules/widgets/rsslinks-widget.php:118
342
- msgid "Pink"
343
- msgstr "Pienk"
344
 
345
- #: modules/widgets/rsslinks-widget.php:119
346
- msgid "Silver"
347
- msgstr "Silwer"
348
 
349
- #: modules/widgets/rsslinks-widget.php:121
350
- msgid "Image Color:"
351
- msgstr "Foto se kleur:"
352
 
353
- #: modules/widgets/rsslinks-widget.php:140
354
- msgid "Subscribe to %s"
355
- msgstr "Teken in op %s"
356
 
357
- #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
358
- msgid "Top Posts &amp; Pages"
359
- msgstr "Top Artikels &amp; Bladsye"
360
 
361
- #: modules/widgets/top-posts.php:37
362
- msgid "Shows your most viewed posts and pages."
363
- msgstr "Wys jou mees geleeste artikels en bladsye."
364
 
365
- #: modules/widgets/top-posts.php:78
366
- msgid "Maximum number of posts to show (no more than 10):"
367
- msgstr "Maksimum hoeveelheid artikels om te vertoon (nie meer as 10 nie):"
368
 
369
- #: modules/widgets/top-posts.php:83
370
- msgid "Display as:"
371
- msgstr "Vertoon as:"
372
 
373
- #: modules/widgets/top-posts.php:85
374
- msgid "Text List"
375
- msgstr "Tekslys"
376
 
377
- #: modules/widgets/top-posts.php:86
378
- msgid "Image List"
379
- msgstr "Fotolys"
 
380
 
381
- #: modules/widgets/top-posts.php:87
382
- msgid "Image Grid"
383
- msgstr "Fotoversameling"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
384
 
385
- #: modules/widgets/gravatar-profile.php:216
386
- msgid "Links to services that you use across the web."
387
  msgstr ""
388
 
389
- #: modules/widgets/gravatar-profile.php:220
390
- msgid "Opens in new window"
391
  msgstr ""
392
 
393
- #: modules/widgets/gravatar-profile.php:220
394
- msgid "Edit Your Profile"
395
- msgstr "Verander jou profiel"
396
 
397
- #: modules/widgets/gravatar-profile.php:220
398
- msgid "What's a Gravatar?"
399
- msgstr "Wat is 'n Gravatar?"
400
 
401
- #: modules/widgets/image-widget.php:12
402
- msgid "Display an image in your sidebar"
403
- msgstr "Wys 'n foto in jou kantkolom"
404
 
405
- #: modules/widgets/image-widget.php:14
406
- msgid "Image (Jetpack)"
407
- msgstr "Foto (Jetpack)"
408
 
409
- #: modules/widgets/image-widget.php:123
410
- msgid "Image URL:"
411
  msgstr ""
412
 
413
- #: modules/widgets/image-widget.php:126
414
- msgid "Alternate text:"
415
  msgstr ""
416
 
417
- #: modules/widgets/image-widget.php:129
418
- msgid "Image title:"
419
  msgstr ""
420
 
421
- #: modules/widgets/image-widget.php:132
422
- msgid "Caption:"
423
  msgstr ""
424
 
425
- #: modules/widgets/image-widget.php:138
426
- msgid "Left"
427
- msgstr "Links"
428
 
429
- #: modules/widgets/image-widget.php:139
430
- msgid "Center"
431
- msgstr "Middel"
432
 
433
- #: modules/widgets/image-widget.php:140
434
- msgid "Right"
435
- msgstr "Regs"
436
 
437
- #: modules/widgets/image-widget.php:142
438
- msgid "Image Alignment:"
439
  msgstr ""
440
 
441
- #: modules/widgets/image-widget.php:152
442
- msgid "Width:"
443
  msgstr ""
444
 
445
- #: modules/widgets/image-widget.php:155
446
- msgid "Height:"
447
  msgstr ""
448
 
449
- #: modules/widgets/image-widget.php:158
450
- msgid "If empty, we will attempt to determine the image size."
451
  msgstr ""
452
 
453
- #: modules/widgets/image-widget.php:159
454
- msgid "Link URL (when the image is clicked):"
455
  msgstr ""
456
 
457
- #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
458
- msgid "Send To Readmill"
459
  msgstr ""
460
 
461
- #: modules/widgets/readmill.php:13
462
- msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
463
  msgstr ""
464
 
465
- #: modules/widgets/readmill.php:47
466
- msgid "Just enter the URL to your book, make sure it's a PDF or EPUB file, and you are ready to go. For more help, head to <a href='%s'>the Readmill WordPress Widget support page</a>."
467
  msgstr ""
468
 
469
- #: modules/widgets/readmill.php:55
470
- msgid "Download URL:"
471
  msgstr ""
472
 
473
- #: modules/widgets/readmill.php:60
474
- msgid "Item URL:"
475
  msgstr ""
476
 
477
- #: modules/widgets/readmill.php:65
478
- msgid "What size icon?"
479
  msgstr ""
480
 
481
- #: modules/widgets/readmill.php:67 modules/widgets/rsslinks-widget.php:101
482
- msgid "Large"
483
- msgstr "Groot"
484
 
485
- #: modules/widgets/readmill.php:68 modules/widgets/rsslinks-widget.php:99
486
- msgid "Small"
487
- msgstr "Klein"
 
 
 
488
 
489
- #: modules/widgets/readmill.php:125
490
- msgid "Your ePub link is empty. Provide an ePub link to display the Send to Readmill widget."
491
  msgstr ""
492
 
493
- #: modules/widgets/facebook-likebox.php:183
494
- msgid "Show Border"
495
  msgstr ""
496
 
497
- #: modules/widgets/facebook-likebox.php:185
498
- msgid "Show a border around the plugin."
499
  msgstr ""
500
 
501
- #: modules/widgets/facebook-likebox.php:192
502
- msgid "Show Wall"
503
  msgstr ""
504
 
505
- #: modules/widgets/facebook-likebox.php:194
506
- msgid "Show the wall for a Places page rather than friend activity."
507
  msgstr ""
508
 
509
- #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
510
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
511
- #: modules/widgets/twitter-timeline.php:161
512
- #: modules/widgets/upcoming-events.php:40
513
- #: modules/widgets/wordpress-post-widget.php:147
514
- msgid "Title:"
515
- msgstr "Titel:"
516
 
517
- #: modules/widgets/gallery/templates/form.php:10
518
- msgid "Images:"
 
 
 
 
 
 
519
  msgstr ""
520
 
521
- #: modules/widgets/gallery/templates/form.php:39
522
- msgid "Choose Images"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
523
  msgstr ""
524
 
525
- #: modules/widgets/gallery/templates/form.php:43
526
- msgid "Link To:"
527
  msgstr ""
528
 
529
- #: modules/widgets/gallery/templates/form.php:58
530
- msgid "Random Order:"
531
  msgstr ""
532
 
533
- #: modules/widgets/gallery/templates/form.php:69
534
- msgid "Style:"
535
  msgstr ""
536
 
537
- #: modules/widgets/gallery.php:20
538
- msgid "Display a photo gallery or slideshow"
539
  msgstr ""
540
 
541
- #: modules/widgets/gallery.php:327
542
- msgid "Tiles"
543
  msgstr ""
544
 
545
- #: modules/widgets/gallery.php:335
546
- msgid "Attachment Page"
547
- msgstr "Aanhangsel Bladsy"
548
 
549
- #: modules/widgets/gallery.php:336
550
- msgid "Media File"
551
  msgstr ""
552
 
553
- #: modules/widgets/gravatar-profile.php:21
554
- msgid "Gravatar Profile"
555
  msgstr ""
556
 
557
- #: modules/widgets/gravatar-profile.php:24
558
- msgid "Display a mini version of your Gravatar Profile"
559
  msgstr ""
560
 
561
- #: modules/widgets/gravatar-profile.php:41
562
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
 
563
  msgstr ""
564
 
565
- #: modules/widgets/gravatar-profile.php:95
566
- msgid "View Full Profile &rarr;"
567
  msgstr ""
568
 
569
- #: modules/widgets/gravatar-profile.php:103
570
- msgid "Error loading profile"
571
  msgstr ""
572
 
573
- #: modules/widgets/gravatar-profile.php:115
574
- msgid "Personal Links"
575
  msgstr ""
576
 
577
- #: modules/widgets/gravatar-profile.php:138
578
- msgid "Verified Services"
579
  msgstr ""
580
 
581
- #: modules/widgets/gravatar-profile.php:149
582
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
583
- msgid "%1$s on %2$s"
584
  msgstr ""
585
 
586
- #: modules/widgets/gravatar-profile.php:183
587
- msgid "Select a user or pick \"custom\" and enter a custom email address."
588
  msgstr ""
589
 
590
- #: modules/widgets/gravatar-profile.php:187
591
- msgid "Custom"
 
592
  msgstr ""
593
 
594
- #: modules/widgets/gravatar-profile.php:197
595
- msgid "Custom Email Address"
596
  msgstr ""
597
 
598
- #: modules/widgets/gravatar-profile.php:205
599
- msgid "Show Personal Links"
600
  msgstr ""
601
 
602
- #: modules/widgets/gravatar-profile.php:207
603
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
604
  msgstr ""
605
 
606
- #: modules/widgets/gravatar-profile.php:214
607
- msgid "Show Account Links"
608
  msgstr ""
609
 
610
- #: modules/widget-visibility/widget-conditions.php:90
611
- msgid "Search results"
612
  msgstr ""
613
 
614
- #: modules/widget-visibility/widget-conditions.php:91
615
- msgid "Post type:"
616
  msgstr ""
617
 
618
- #: modules/widget-visibility/widget-conditions.php:104
619
- msgid "Static page:"
620
  msgstr ""
621
 
622
- #: modules/widget-visibility/widget-conditions.php:146
623
- msgid "Visibility"
 
624
  msgstr ""
625
 
626
- #: modules/widget-visibility/widget-conditions.php:149
627
- msgctxt "placeholder: dropdown menu to select widget visibility; hide if or show if"
628
- msgid "%s if:"
629
  msgstr ""
630
 
631
- #: modules/widget-visibility/widget-conditions.php:149
632
- msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
633
- msgid "Show"
634
  msgstr ""
635
 
636
- #: modules/widget-visibility/widget-conditions.php:149
637
- msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
638
- msgid "Hide"
 
 
 
639
  msgstr ""
640
 
641
- #: modules/widget-visibility/widget-conditions.php:160
642
- msgctxt "Used as the default option in a dropdown list"
643
- msgid "-- Select --"
644
  msgstr ""
645
 
646
- #: modules/widget-visibility/widget-conditions.php:161
647
- msgid "Category"
648
  msgstr ""
649
 
650
- #: modules/widget-visibility/widget-conditions.php:162
651
- msgctxt "Noun, as in: \"The author of this post is...\""
652
- msgid "Author"
653
  msgstr ""
654
 
655
- #: modules/widget-visibility/widget-conditions.php:163
656
- msgctxt "Noun, as in: \"This post has one tag.\""
657
- msgid "Tag"
658
  msgstr ""
659
 
660
- #: modules/widget-visibility/widget-conditions.php:164
661
- msgctxt "Noun, as in: \"This page is a date archive.\""
662
- msgid "Date"
663
  msgstr ""
664
 
665
- #: modules/widget-visibility/widget-conditions.php:165
666
- msgctxt "Example: The user is looking at a page, not a post."
667
- msgid "Page"
668
  msgstr ""
669
 
670
- #: modules/widget-visibility/widget-conditions.php:167
671
- msgctxt "Widget Visibility: {Rule Major [Page]} is {Rule Minor [Search results]}"
672
- msgid "is"
673
  msgstr ""
674
 
675
- #: modules/widget-visibility/widget-conditions.php:171
676
- msgctxt "Shown between widget visibility conditions."
677
- msgid "or"
678
  msgstr ""
679
 
680
- #: modules/widget-visibility/widget-conditions.php:174
681
- msgid "Delete"
682
  msgstr ""
683
 
684
- #: modules/widgets/facebook-likebox.php:31
685
- msgid "Facebook Like Box"
686
  msgstr ""
687
 
688
- #: modules/widgets/facebook-likebox.php:34
689
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
690
  msgstr ""
691
 
692
- #: modules/widgets/facebook-likebox.php:48
693
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
694
  msgstr ""
695
 
696
- #: modules/widgets/facebook-likebox.php:131
697
- msgid "Facebook Page URL"
698
  msgstr ""
699
 
700
- #: modules/widgets/facebook-likebox.php:134
701
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
702
  msgstr ""
703
 
704
- #: modules/widgets/facebook-likebox.php:140
705
- msgid "Width"
706
- msgstr "Wydte"
707
-
708
- #: modules/widgets/facebook-likebox.php:147
709
- msgid "Height"
710
- msgstr "Hoogte"
711
-
712
- #: modules/widgets/facebook-likebox.php:165
713
- msgid "Show Faces"
714
- msgstr "Wys gesigte"
715
-
716
- #: modules/widgets/facebook-likebox.php:167
717
- msgid "Show profile photos in the plugin."
718
  msgstr ""
719
 
720
- #: modules/widgets/facebook-likebox.php:174
721
- msgid "Show Stream"
722
  msgstr ""
723
 
724
- #: modules/widgets/facebook-likebox.php:176
725
- msgid "Show the profile stream for the public profile."
726
  msgstr ""
727
 
728
- #: modules/videopress/videopress.php:340
729
- msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
730
  msgstr ""
731
 
732
- #: modules/videopress/videopress.php:341
733
- msgid "Browse Your VideoPress Library"
734
  msgstr ""
735
 
736
- #: modules/videopress/videopress.php:342
737
- msgid "Please enable JavaScript support in your browser to use VideoPress."
738
  msgstr ""
739
 
740
- #: modules/videopress/videopress.php:589
741
- msgid "Please select a video file to upload."
742
  msgstr ""
743
 
744
- #: modules/videopress/videopress.php:590
745
- msgid "Your video is uploading... Please do not close this window."
746
- msgstr ""
747
 
748
- #: modules/videopress/videopress.php:591
749
- msgid "An unknown error has occurred. Please try again later."
750
  msgstr ""
751
 
752
- #: modules/videopress/videopress.php:592
753
- msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
754
  msgstr ""
755
 
756
- #: modules/videopress/videopress.php:594
757
- msgid "Upload a Video"
758
- msgstr ""
759
 
760
- #: modules/videopress/videopress.php:595
761
- msgid "Insert Video"
762
- msgstr ""
763
 
764
- #: modules/videopress/videopress.php:628
765
- msgid "Ogg File URL"
766
  msgstr ""
767
 
768
- #: modules/videopress/videopress.php:630
769
- msgid "Location of the Ogg video file."
770
  msgstr ""
771
 
772
- #: modules/videopress/videopress.php:638
773
- msgid "Display share menu and allow viewers to embed or download this video"
774
  msgstr ""
775
 
776
- #: modules/videopress/videopress.php:644
777
- msgid "Rating"
778
- msgstr "Aanslag"
779
-
780
- #: modules/videopress/videopress.php:657
781
- msgid "Shortcode"
782
  msgstr ""
783
 
784
- #: modules/videopress/videopress.php:664
785
- msgid "The preview is unavailable while this video is being processed."
786
- msgstr "Die voorskou is nie beskikbaar terwyl die video verwerk word nie."
787
-
788
- #: modules/videopress/videopress.php:673
789
- msgid "Video Preview:"
790
  msgstr ""
791
 
792
- #: modules/videopress/videopress.php:707
793
- msgid "Use the form below to upload a video to your VideoPress Library. The following video formats are supported: %s. Maximum upload file size is %d%s."
794
  msgstr ""
795
 
796
- #: modules/videopress/videopress.php:710
797
- msgid "Upload Video"
798
  msgstr ""
799
 
800
- #: modules/widget-visibility/widget-conditions.php:34
801
- msgid "All category pages"
802
  msgstr ""
803
 
804
- #: modules/widget-visibility/widget-conditions.php:48
805
- msgid "All author pages"
 
806
  msgstr ""
807
 
808
- #: modules/widget-visibility/widget-conditions.php:59
809
- msgid "All tag pages"
810
  msgstr ""
811
 
812
- #: modules/widget-visibility/widget-conditions.php:73
813
- msgid "All date archives"
814
  msgstr ""
815
 
816
- #: modules/widget-visibility/widget-conditions.php:74
817
- msgid "Daily archives"
818
  msgstr ""
819
 
820
- #: modules/widget-visibility/widget-conditions.php:75
821
- msgid "Monthly archives"
822
  msgstr ""
823
 
824
- #: modules/widget-visibility/widget-conditions.php:76
825
- msgid "Yearly archives"
826
  msgstr ""
827
 
828
- #: modules/widget-visibility/widget-conditions.php:87
829
- msgid "Front page"
830
  msgstr ""
831
 
832
- #: modules/widget-visibility/widget-conditions.php:88
833
- msgid "Posts page"
834
  msgstr ""
835
 
836
- #: modules/widget-visibility/widget-conditions.php:89
837
- msgid "404 error page"
838
  msgstr ""
839
 
840
- #: modules/videopress/class.videopress-player.php:382
841
- msgctxt "watch a video title"
842
- msgid "Watch: %s"
843
  msgstr ""
844
 
845
- #: modules/videopress/class.videopress-player.php:478
846
- #: modules/videopress/class.videopress-player.php:500
847
- msgid "this video"
848
  msgstr ""
849
 
850
- #: modules/videopress/class.videopress-player.php:507
851
- msgctxt "Play as in playback or view a movie"
852
- msgid "JavaScript required to play %s."
853
  msgstr ""
854
 
855
- #: modules/videopress/class.videopress-player.php:654
856
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
857
  msgstr ""
858
 
859
- #: modules/videopress/class.videopress-player.php:661
860
- msgid "Loading video..."
861
  msgstr ""
862
 
863
- #: modules/videopress/class.videopress-video.php:306
864
- 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."
865
  msgstr ""
866
 
867
- #: modules/videopress/class.videopress-video.php:308
868
- msgid "<strong>%s</strong> is not an allowed embed site."
869
  msgstr ""
870
 
871
- #: modules/videopress/class.videopress-video.php:308
872
- msgid "Publisher limits playback of video embeds."
873
  msgstr ""
874
 
875
- #: modules/videopress/class.videopress-video.php:310
876
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
877
  msgstr ""
878
 
879
- #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
880
- msgid "Could not obtain a VideoPress upload token. Please try again later."
881
- msgstr ""
882
 
883
- #: modules/videopress/videopress.php:264
884
- msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
 
885
  msgstr ""
886
 
887
- #: modules/videopress/videopress.php:269
888
- msgid "Connected WordPress.com Blog"
889
  msgstr ""
890
 
891
- #: modules/videopress/videopress.php:278
892
- msgid "Only videos from the selected blog will be available in your media library."
893
  msgstr ""
894
 
895
- #: modules/videopress/videopress.php:279
896
- msgid "<a href=\"%s\">Click here</a> to refresh this list."
897
  msgstr ""
898
 
899
- #: modules/videopress/videopress.php:285
900
- msgid "Video Library Access"
901
- msgstr ""
 
902
 
903
- #: modules/videopress/videopress.php:289
904
- msgid "Do not allow other users to access my VideoPress library"
905
  msgstr ""
906
 
907
- #: modules/videopress/videopress.php:291
908
- msgid "Allow users to access my videos"
909
  msgstr ""
910
 
911
- #: modules/videopress/videopress.php:293
912
- msgid "Allow users to access and edit my videos"
913
  msgstr ""
914
 
915
- #: modules/videopress/videopress.php:295
916
- msgid "Allow users to access, edit, and delete my videos"
917
- msgstr ""
918
 
919
- #: modules/videopress/videopress.php:298
920
- msgid "Allow users to upload videos"
921
  msgstr ""
922
 
923
- #: modules/videopress/videopress.php:303
924
- msgid "Free formats"
925
  msgstr ""
926
 
927
- #: modules/videopress/videopress.php:307
928
- msgid "Only display videos in free software formats"
929
  msgstr ""
930
 
931
- #: modules/videopress/videopress.php:308
932
- msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
 
 
 
 
933
  msgstr ""
934
 
935
- #: modules/videopress/videopress.php:313
936
- msgid "Default quality"
937
  msgstr ""
938
 
939
- #: modules/videopress/videopress.php:317
940
- msgid "Display higher quality video by default."
941
  msgstr ""
942
 
943
- #: modules/videopress/videopress.php:318
944
- msgid "This setting may be overridden for individual videos."
945
  msgstr ""
946
 
947
- #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
948
- #: modules/videopress/videopress.php:593
949
- msgid "VideoPress Library"
950
- msgstr ""
951
-
952
- #: modules/subscriptions.php:600
953
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
954
  msgstr ""
955
 
956
- #: modules/subscriptions.php:609
957
- msgid "The email you entered was invalid, please check and try again."
958
  msgstr ""
959
 
960
- #: modules/subscriptions.php:612
961
- msgid "You have already subscribed to this site, please check your inbox."
962
  msgstr ""
963
 
964
- #: modules/subscriptions.php:618
965
- msgid "There was an error when subscribing, please try again."
966
  msgstr ""
967
 
968
- #: modules/subscriptions.php:631
969
- msgid "Join %s other subscriber"
970
- msgid_plural "Join %s other subscribers"
971
- msgstr[0] ""
972
- msgstr[1] ""
973
-
974
- #: modules/subscriptions.php:708
975
- msgid "Subscribe to Blog via Email"
976
  msgstr ""
977
 
978
- #: modules/subscriptions.php:709
979
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
 
 
 
980
  msgstr ""
981
 
982
- #: modules/subscriptions.php:711
983
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
984
- msgstr ""
985
 
986
- #: modules/subscriptions.php:727
987
- msgid "%s: %s"
988
- msgstr ""
989
 
990
- #: modules/subscriptions.php:734 modules/widgets/image-widget.php:120
991
- msgid "Widget title:"
992
  msgstr ""
993
 
994
- #: modules/subscriptions.php:740
995
- msgid "Optional text to display to your readers:"
996
- msgstr ""
997
 
998
- #: modules/subscriptions.php:746
999
- msgid "Subscribe Button:"
1000
  msgstr ""
1001
 
1002
- #: modules/subscriptions.php:753
1003
- msgid "Show total number of subscribers? (%s subscriber)"
1004
- msgid_plural "Show total number of subscribers? (%s subscribers)"
1005
- msgstr[0] ""
1006
- msgstr[1] ""
1007
 
1008
- #: modules/theme-tools/featured-content.php:388
1009
- #: modules/theme-tools/featured-content.php:399
1010
- msgid "Featured Content"
1011
- msgstr ""
1012
 
1013
- #: modules/theme-tools/featured-content.php:400
1014
- msgid "Easily feature all posts with the <a href=\"%1$s\">\"featured\" tag</a> or a tag of your choice. Your theme supports up to %2$s posts in its featured content area."
1015
- msgstr ""
1016
 
1017
- #: modules/theme-tools/featured-content.php:418
1018
- msgid "Tag name"
1019
- msgstr ""
1020
 
1021
- #: modules/theme-tools/featured-content.php:424
1022
- msgid "Hide tag from displaying in post meta and tag clouds."
1023
- msgstr ""
1024
 
1025
- #: modules/theme-tools/featured-content.php:443
1026
- msgid "The settings for Featured Content have <a href=\"%s\">moved to Appearance &rarr; Customize</a>."
1027
- msgstr ""
1028
 
1029
- #: modules/theme-tools/social-links.php:157
1030
- msgid "&mdash; Select &mdash;"
1031
  msgstr ""
1032
 
1033
- #: modules/tiled-gallery/tiled-gallery.php:319
1034
- msgid "Tiled Mosaic"
1035
  msgstr ""
1036
 
1037
- #: modules/tiled-gallery/tiled-gallery.php:320 modules/widgets/gallery.php:328
1038
- msgid "Square Tiles"
1039
  msgstr ""
1040
 
1041
- #: modules/tiled-gallery/tiled-gallery.php:321 modules/widgets/gallery.php:329
1042
- msgid "Circles"
1043
  msgstr ""
1044
 
1045
- #: modules/tiled-gallery/tiled-gallery.php:350
1046
- msgid "Display all your gallery pictures in a cool mosaic."
1047
- msgstr ""
1048
 
1049
- #: modules/videopress/class.videopress-player.php:195
1050
- msgid "%s Error"
1051
- msgstr ""
1052
 
1053
- #: modules/videopress/class.videopress-player.php:230
1054
- msgid "This video is intended for mature audiences."
1055
- msgstr ""
1056
 
1057
- #: modules/videopress/class.videopress-player.php:230
1058
- msgid "Please verify your birthday."
1059
- msgstr ""
 
 
1060
 
1061
- #: modules/videopress/class.videopress-player.php:280
1062
- msgid "Submit"
1063
- msgstr "Stuur"
 
 
1064
 
1065
- #: modules/videopress/class.videopress-player.php:326
1066
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
1067
  msgstr ""
1068
 
1069
- #: modules/stats.php:765
1070
- msgid "Show top posts over"
1071
  msgstr ""
1072
 
1073
- #: modules/stats.php:778
1074
- msgid "Show top search terms over"
1075
  msgstr ""
1076
 
1077
- #: modules/stats.php:944
1078
- msgid "%1$s %2$s Views"
1079
  msgstr ""
1080
 
1081
- #: modules/stats.php:965
1082
- msgid "View All"
1083
- msgstr ""
1084
 
1085
- #: modules/stats.php:969
1086
- msgid "Top Posts"
1087
- msgstr "Top Skrywes"
1088
 
1089
- #: modules/stats.php:973 modules/stats.php:997
1090
- msgid "Sorry, nothing to report."
1091
  msgstr ""
1092
 
1093
- #: modules/stats.php:993
1094
- msgid "Top Searches"
1095
  msgstr ""
1096
 
1097
- #: modules/stats.php:1021
1098
- msgid "We were unable to get your stats just now. Please reload this page to try again."
1099
  msgstr ""
1100
 
1101
- #: modules/stats.php:1028
1102
- 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."
1103
  msgstr ""
1104
 
1105
- #: modules/subscriptions.php:123
1106
- msgid "Jetpack Subscriptions Settings"
1107
  msgstr ""
1108
 
1109
- #: modules/subscriptions.php:132
1110
- msgid "Follow Blog"
1111
  msgstr ""
1112
 
1113
- #: modules/subscriptions.php:147
1114
- msgid "Follow Comments"
1115
- msgstr "Volg die kommentaar"
1116
-
1117
- #: modules/subscriptions.php:168
1118
- msgid "Follower Settings"
1119
  msgstr ""
1120
 
1121
- #: modules/subscriptions.php:175
1122
- msgid "Blog follow email text"
1123
  msgstr ""
1124
 
1125
- #: modules/subscriptions.php:183
1126
- msgid "Comment follow email text"
1127
- msgstr "E-posboodskap wanneer jy kommentaar volg"
1128
-
1129
- #: modules/subscriptions.php:197
1130
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
1131
  msgstr ""
1132
 
1133
- #: modules/subscriptions.php:212
1134
- msgid "Show a <em>'follow blog'</em> option in the comment form"
1135
  msgstr ""
1136
 
1137
- #: modules/subscriptions.php:227
1138
- msgid "Show a <em>'follow comments'</em> option in the comment form"
 
1139
  msgstr ""
1140
 
1141
- #: modules/subscriptions.php:252
1142
- msgid "These settings change emails sent from your blog to followers."
 
1143
  msgstr ""
1144
 
1145
- #: modules/subscriptions.php:258
1146
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
1147
  msgstr ""
1148
 
1149
- #: modules/subscriptions.php:264
1150
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
1151
- msgstr ""
 
1152
 
1153
- #: modules/subscriptions.php:269
1154
- msgid ""
1155
- "Howdy.\n"
1156
- "\n"
1157
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
1158
- "\n"
1159
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1160
- msgstr ""
1161
 
1162
- #: modules/subscriptions.php:270
1163
- msgid ""
1164
- "Howdy.\n"
1165
- "\n"
1166
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
1167
- "\n"
1168
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
 
 
 
 
1169
  msgstr ""
1170
 
1171
- #: modules/subscriptions.php:472
1172
- msgid "Notify me of follow-up comments by email."
1173
- msgstr "Stel my in kennis van nuwe kommentaar per e-pos."
1174
 
1175
- #: modules/subscriptions.php:479
1176
- msgid "Notify me of new posts by email."
1177
- msgstr "Stel my in kennis van nuwe artikels per e-pos."
 
1178
 
1179
- #: modules/subscriptions.php:557
1180
- msgid "Add an email signup form to allow people to subscribe to your blog."
1181
  msgstr ""
1182
 
1183
- #: modules/subscriptions.php:560
1184
- msgid "Blog Subscriptions (Jetpack)"
1185
  msgstr ""
1186
 
1187
- #: modules/sso.php:745
1188
- msgid "Two step Disabled"
1189
  msgstr ""
1190
 
1191
- #: modules/sso.php:751
1192
- msgid "Unlink This Account"
1193
- msgstr "Verbreek die skakel met hierdie rekening"
1194
 
1195
- #: modules/stats.php:266 modules/stats.php:700
1196
- msgid "Site Stats"
1197
  msgstr ""
1198
 
1199
- #: modules/stats.php:351
1200
- msgid "Loading&hellip;"
1201
- msgstr ""
1202
 
1203
- #: modules/stats.php:353
1204
- msgid "Your Site Stats work better with Javascript enabled."
1205
- msgstr ""
1206
 
1207
- #: modules/stats.php:354
1208
- msgid "View Site Stats without Javascript"
1209
- msgstr ""
1210
 
1211
- #: modules/stats.php:536
1212
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
1213
  msgstr ""
1214
 
1215
- #: modules/stats.php:541
1216
- msgid "Admin bar"
1217
- msgstr ""
1218
 
1219
- #: modules/stats.php:542
1220
- msgid "Put a chart showing 48 hours of views in the admin bar."
1221
  msgstr ""
1222
 
1223
- #: modules/stats.php:543
1224
- msgid "Registered users"
1225
  msgstr ""
1226
 
1227
- #: modules/stats.php:545
1228
- msgid "Count the page views of registered users who are logged in."
1229
  msgstr ""
1230
 
1231
- #: modules/stats.php:555
1232
- msgid "Smiley"
1233
  msgstr ""
1234
 
1235
- #: modules/stats.php:556
1236
- msgid "Hide the stats smiley face image."
1237
  msgstr ""
1238
 
1239
- #: modules/stats.php:556
1240
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
1241
  msgstr ""
1242
 
1243
- #: modules/stats.php:556
1244
- msgid "Smiley face"
 
1245
  msgstr ""
1246
 
1247
- #: modules/stats.php:557
1248
- msgid "Report visibility"
 
 
1249
  msgstr ""
1250
 
1251
- #: modules/stats.php:559
1252
- msgid "Select the roles that will be able to view stats reports."
 
 
1253
  msgstr ""
1254
 
1255
- #: modules/stats.php:634
1256
- msgid "Stats"
1257
  msgstr ""
1258
 
1259
- #: modules/stats.php:636
1260
- msgid "Views over 48 hours. Click for more Site Stats."
1261
  msgstr ""
1262
 
1263
- #: modules/stats.php:721
1264
- msgid "day"
1265
- msgstr "dag"
1266
 
1267
- #: modules/stats.php:722
1268
- msgid "week"
1269
- msgstr "week"
1270
 
1271
- #: modules/stats.php:723
1272
- msgid "month"
1273
- msgstr "maand"
1274
 
1275
- #: modules/stats.php:726
1276
- msgid "the past day"
1277
- msgstr "die vorige dag"
 
 
1278
 
1279
- #: modules/stats.php:727
1280
- msgid "the past week"
1281
  msgstr ""
1282
 
1283
- #: modules/stats.php:728
1284
- msgid "the past month"
 
 
1285
  msgstr ""
1286
 
1287
- #: modules/stats.php:729
1288
- msgid "the past quarter"
1289
  msgstr ""
1290
 
1291
- #: modules/stats.php:730
1292
- msgid "the past year"
1293
  msgstr ""
1294
 
1295
- #: modules/stats.php:752
1296
- msgid "Chart stats by"
1297
  msgstr ""
1298
 
1299
- #: modules/sharedaddy/sharing.php:387
1300
- msgid "Create Share Button"
1301
  msgstr ""
1302
 
1303
- #: modules/sharedaddy/sharing.php:399
1304
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
1305
  msgstr ""
1306
 
1307
- #: modules/shortcodes/archives.php:58
1308
- msgid "Your blog does not currently have any published posts."
 
 
1309
  msgstr ""
1310
 
1311
- #: modules/shortcodes/audio.php:202
1312
- msgid "Download: <a href=\"%s\">%s</a><br />"
1313
  msgstr ""
1314
 
1315
- #: modules/shortcodes/presentations.php:227
1316
- msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
 
1317
  msgstr ""
1318
 
1319
- #: modules/shortcodes/presentations.php:243
1320
- msgid "Click to autoplay the presentation!"
1321
- msgstr "Kliek om die aanbieding outomaties te speel!"
 
 
1322
 
1323
- #: modules/shortcodes/slideshow.php:60 modules/widgets/gallery.php:330
1324
- msgid "Slideshow"
1325
  msgstr ""
1326
 
1327
- #: modules/shortcodes/slideshow.php:65
1328
- msgid "Image Gallery Slideshow"
1329
- msgstr ""
 
1330
 
1331
- #: modules/shortcodes/slideshow.php:177
1332
- msgid "Click to view slideshow."
1333
  msgstr ""
1334
 
1335
- #: modules/shortcodes/slideshow.php:206
1336
- msgid "This slideshow requires JavaScript."
1337
  msgstr ""
1338
 
1339
- #: modules/shortcodes/twitter-timeline.php:17
1340
- msgid "Invalid username"
1341
  msgstr ""
1342
 
1343
- #: modules/shortcodes/twitter-timeline.php:20
1344
- msgid "Invalid id"
1345
  msgstr ""
1346
 
1347
- #: modules/shortcodes/twitter-timeline.php:22
1348
- msgid "Tweets by @%s"
 
 
 
1349
  msgstr ""
1350
 
1351
- #: modules/shortcodes/upcoming-events.php:23
1352
- #: modules/widgets/upcoming-events.php:79
1353
- msgid "No upcoming events"
1354
  msgstr ""
1355
 
1356
- #: modules/sso.php:128
1357
- msgid "Jetpack Single Sign On"
 
1358
  msgstr ""
1359
 
1360
- #: modules/sso.php:145
1361
- msgid "Remove default login form?"
1362
- msgstr ""
1363
 
1364
- #: modules/sso.php:163
1365
- msgid "Require Two-Step Authentication?"
1366
  msgstr ""
1367
 
1368
- #: modules/sso.php:293
1369
- msgid "Error: This site's Jetpack connection is currently experiencing problems."
1370
- msgstr ""
1371
 
1372
- #: modules/sso.php:427
1373
- msgid "Error, invalid response data."
1374
  msgstr ""
1375
 
1376
- #: modules/sso.php:479
1377
- msgid "Error: Couldn't create suitable username."
 
 
1378
  msgstr ""
1379
 
1380
- #: modules/sso.php:592
1381
- msgid "Log in with WordPress.com"
1382
  msgstr ""
1383
 
1384
- #: modules/sso.php:667
1385
- msgid "Login method not allowed"
1386
  msgstr ""
1387
 
1388
- #: modules/sso.php:674
1389
- msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
1390
  msgstr ""
1391
 
1392
- #: modules/sso.php:676
1393
- msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
1394
  msgstr ""
1395
 
1396
- #: modules/sso.php:727
1397
- msgid "WordPress.com Single Sign On"
1398
  msgstr ""
1399
 
1400
- #: modules/sso.php:728
1401
- msgid "Connecting with WordPress.com SSO enables you to log in via your WordPress.com account."
1402
  msgstr ""
1403
 
1404
- #: modules/sso.php:743
1405
- msgid "Two step Enabled"
1406
- msgstr ""
1407
 
1408
- #: modules/sharedaddy/sharing-sources.php:1275
1409
- msgid "Click to share on Pocket"
1410
- msgstr ""
 
 
 
 
 
 
1411
 
1412
- #: modules/sharedaddy/sharing.php:153
1413
- msgid "Warning! Multibyte support missing!"
1414
- msgstr ""
 
1415
 
1416
- #: modules/sharedaddy/sharing.php:154
1417
- 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."
 
1418
  msgstr ""
1419
 
1420
- #: modules/sharedaddy/sharing.php:171
1421
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1422
- msgstr ""
 
1423
 
1424
- #: modules/sharedaddy/sharing.php:177
1425
- msgid "Available Services"
 
 
 
 
 
 
 
 
 
 
 
1426
  msgstr ""
1427
 
1428
- #: modules/sharedaddy/sharing.php:178
1429
- msgid "Drag and drop the services you'd like to enable into the box below."
 
1430
  msgstr ""
1431
 
1432
- #: modules/sharedaddy/sharing.php:179
1433
- msgid "Add a new service"
 
1434
  msgstr ""
1435
 
1436
- #: modules/sharedaddy/sharing.php:192
1437
- msgid "Please note that your services have been restricted because your site is private."
 
1438
  msgstr ""
1439
 
1440
- #: modules/sharedaddy/sharing.php:203
1441
- msgid "Enabled Services"
 
1442
  msgstr ""
1443
 
1444
- #: modules/sharedaddy/sharing.php:206
1445
- msgid "Services dragged here will appear individually."
 
 
1446
  msgstr ""
1447
 
1448
- #: modules/sharedaddy/sharing.php:209
1449
- msgid "Drag and drop available services here."
 
1450
  msgstr ""
1451
 
1452
- #: modules/sharedaddy/sharing.php:220
1453
- msgid "Services dragged here will be hidden behind a share button."
 
1454
  msgstr ""
1455
 
1456
- #: modules/sharedaddy/sharing.php:235
1457
- msgid "Live Preview"
1458
  msgstr ""
1459
 
1460
- #: modules/sharedaddy/sharing.php:238
1461
- msgid "Sharing is off. Add services above to enable."
 
 
 
 
 
1462
  msgstr ""
1463
 
1464
- #: modules/sharedaddy/sharing.php:304
1465
- msgid "Button style"
1466
  msgstr ""
1467
 
1468
- #: modules/sharedaddy/sharing.php:307
1469
- msgid "Icon + text"
1470
  msgstr ""
1471
 
1472
- #: modules/sharedaddy/sharing.php:308
1473
- msgid "Icon only"
1474
  msgstr ""
1475
 
1476
- #: modules/sharedaddy/sharing.php:309
1477
- msgid "Text only"
1478
  msgstr ""
1479
 
1480
- #: modules/sharedaddy/sharing.php:310
1481
- msgid "Official buttons"
1482
  msgstr ""
1483
 
1484
- #: modules/sharedaddy/sharing.php:315
1485
- msgid "Sharing label"
1486
  msgstr ""
1487
 
1488
- #: modules/sharedaddy/sharing.php:321
1489
- msgid "Open links in"
 
1490
  msgstr ""
1491
 
1492
- #: modules/sharedaddy/sharing.php:324
1493
- msgid "New window"
1494
  msgstr ""
1495
 
1496
- #: modules/sharedaddy/sharing.php:325
1497
- msgid "Same window"
1498
  msgstr ""
1499
 
1500
- #: modules/sharedaddy/sharing.php:363
1501
- msgid "Service name"
 
1502
  msgstr ""
1503
 
1504
- #: modules/sharedaddy/sharing.php:369
1505
- msgid "Sharing URL"
1506
  msgstr ""
1507
 
1508
- #: modules/sharedaddy/sharing.php:373
1509
- msgid "You can add the following variables to your service sharing URL:"
1510
  msgstr ""
1511
 
1512
- #: modules/sharedaddy/sharing.php:378
1513
- msgid "Icon URL"
1514
  msgstr ""
1515
 
1516
- #: modules/sharedaddy/sharing.php:381
1517
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
 
1518
  msgstr ""
1519
 
1520
- #: modules/sharedaddy/sharing-sources.php:605
1521
- msgid "Click to share on LinkedIn"
1522
  msgstr ""
1523
 
1524
- #: modules/sharedaddy/sharing-sources.php:668
1525
- msgid "Facebook"
1526
  msgstr ""
1527
 
1528
- #: modules/sharedaddy/sharing-sources.php:744
1529
- msgctxt "share to"
1530
- msgid "Facebook"
1531
  msgstr ""
1532
 
1533
- #: modules/sharedaddy/sharing-sources.php:744
1534
- msgid "Share on Facebook"
1535
  msgstr ""
1536
 
1537
- #: modules/sharedaddy/sharing-sources.php:775
1538
- msgid "Print"
1539
- msgstr "Druk"
1540
 
1541
- #: modules/sharedaddy/sharing-sources.php:779
1542
- msgctxt "share to"
1543
- msgid "Print"
1544
- msgstr "Druk"
1545
 
1546
- #: modules/sharedaddy/sharing-sources.php:779
1547
- msgid "Click to print"
1548
  msgstr ""
1549
 
1550
- #: modules/sharedaddy/sharing-sources.php:795
1551
- msgid "Press This"
1552
  msgstr ""
1553
 
1554
- #: modules/sharedaddy/sharing-sources.php:823
1555
- msgctxt "share to"
1556
- msgid "Press This"
1557
  msgstr ""
1558
 
1559
- #: modules/sharedaddy/sharing-sources.php:823
1560
- msgid "Click to Press This!"
1561
  msgstr ""
1562
 
1563
- #: modules/sharedaddy/sharing-sources.php:841
1564
- msgid "Google"
1565
  msgstr ""
1566
 
1567
- #: modules/sharedaddy/sharing-sources.php:854
1568
- msgctxt "share to"
1569
- msgid "Google"
1570
  msgstr ""
1571
 
1572
- #: modules/sharedaddy/sharing-sources.php:854
1573
- msgid "Click to share on Google+"
1574
  msgstr ""
1575
 
1576
- #: modules/sharedaddy/sharing-sources.php:941
1577
- msgid "Click to share"
1578
  msgstr ""
1579
 
1580
- #: modules/sharedaddy/sharing-sources.php:996
1581
- msgid "URL"
1582
- msgstr "URL"
1583
 
1584
- #: modules/sharedaddy/sharing-sources.php:1001
1585
- msgid "Icon"
1586
  msgstr ""
1587
 
1588
- #: modules/sharedaddy/sharing-sources.php:1008
1589
- msgid "Save"
1590
- msgstr "Stoor"
1591
 
1592
- #: modules/sharedaddy/sharing-sources.php:1009
1593
- msgid "Remove Service"
1594
  msgstr ""
1595
 
1596
- #: modules/sharedaddy/sharing-sources.php:1088
1597
- msgid "Tumblr"
1598
  msgstr ""
1599
 
1600
- #: modules/sharedaddy/sharing-sources.php:1099
1601
- msgctxt "share to"
1602
- msgid "Tumblr"
 
 
 
 
1603
  msgstr ""
1604
 
1605
- #: modules/sharedaddy/sharing-sources.php:1099
1606
- msgid "Click to share on Tumblr"
1607
  msgstr ""
1608
 
1609
- #: modules/sharedaddy/sharing-sources.php:1135
1610
- msgid "Pinterest"
1611
  msgstr ""
1612
 
1613
- #: modules/sharedaddy/sharing-sources.php:1179
1614
- msgid "Pin It"
1615
  msgstr ""
1616
 
1617
- #: modules/sharedaddy/sharing-sources.php:1181
1618
- msgctxt "share to"
1619
- msgid "Pinterest"
1620
  msgstr ""
1621
 
1622
- #: modules/sharedaddy/sharing-sources.php:1181
1623
- msgid "Click to share on Pinterest"
1624
  msgstr ""
1625
 
1626
- #: modules/sharedaddy/sharing-sources.php:1252
1627
- #: modules/sharedaddy/sharing-sources.php:1270
1628
- msgid "Pocket"
1629
- msgstr ""
1630
 
1631
- #: modules/sharedaddy/sharing-sources.php:1275
1632
- msgctxt "share to"
1633
- msgid "Pocket"
1634
  msgstr ""
1635
 
1636
- #: modules/sharedaddy/sharing-service.php:553
1637
- #: modules/videopress/videopress.php:635
1638
- msgid "Share"
1639
  msgstr ""
1640
 
1641
- #: modules/sharedaddy/sharing-sources.php:208
1642
- msgctxt "as sharing source"
1643
- msgid "Email"
1644
- msgstr "E-pos"
 
1645
 
1646
- #: modules/sharedaddy/sharing-sources.php:250
1647
- msgid "This post has been shared!"
1648
- msgstr "Die artikel is suksesvol gedeel!"
1649
 
1650
- #: modules/sharedaddy/sharing-sources.php:251
1651
- msgid "You have shared this post with %s"
1652
- msgstr "Die skakel na hierdie artikel is na %s gestuur"
1653
 
1654
- #: modules/sharedaddy/sharing-sources.php:252
1655
- #: modules/videopress/videopress.php:676
1656
- msgid "Close"
1657
- msgstr "Sluit"
1658
 
1659
- #: modules/sharedaddy/sharing-sources.php:274
1660
- msgctxt "share to"
1661
- msgid "Email"
1662
- msgstr "E-pos"
1663
 
1664
- #: modules/sharedaddy/sharing-sources.php:274
1665
- msgid "Click to email this to a friend"
1666
  msgstr ""
1667
 
1668
- #: modules/sharedaddy/sharing-sources.php:287
1669
- msgid "Send to Email Address"
1670
- msgstr "Stuur na e-posadres"
 
 
 
1671
 
1672
- #: modules/sharedaddy/sharing-sources.php:295
1673
- msgid "Your Name"
1674
- msgstr "Jou naam"
 
 
1675
 
1676
- #: modules/sharedaddy/sharing-sources.php:298
1677
- msgid "Your Email Address"
1678
- msgstr "Jou e-posadres"
1679
 
1680
- #: modules/sharedaddy/sharing-sources.php:306
1681
- msgid "Send Email"
1682
- msgstr "Stuur die e-pos"
 
1683
 
1684
- #: modules/sharedaddy/sharing-sources.php:310
1685
- msgid "Post was not sent - check your email addresses!"
1686
  msgstr ""
1687
 
1688
- #: modules/sharedaddy/sharing-sources.php:314
1689
- msgid "Email check failed, please try again"
1690
  msgstr ""
1691
 
1692
- #: modules/sharedaddy/sharing-sources.php:318
1693
- msgid "Sorry, your blog cannot share posts by email."
1694
  msgstr ""
1695
 
1696
- #: modules/sharedaddy/sharing-sources.php:341
1697
- msgid "Twitter"
1698
  msgstr ""
1699
 
1700
- #: modules/sharedaddy/sharing-sources.php:388
1701
- msgctxt "share to"
1702
- msgid "Twitter"
1703
  msgstr ""
1704
 
1705
- #: modules/sharedaddy/sharing-sources.php:388
1706
- msgid "Click to share on Twitter"
1707
- msgstr ""
 
 
1708
 
1709
- #: modules/sharedaddy/sharing-sources.php:463
1710
- msgid "StumbleUpon"
1711
  msgstr ""
1712
 
1713
- #: modules/sharedaddy/sharing-sources.php:474
1714
- msgctxt "share to"
1715
- msgid "StumbleUpon"
1716
  msgstr ""
1717
 
1718
- #: modules/sharedaddy/sharing-sources.php:474
1719
- msgid "Click to share on StumbleUpon"
1720
  msgstr ""
1721
 
1722
- #: modules/sharedaddy/sharing-sources.php:501
1723
- msgid "Reddit"
1724
  msgstr ""
1725
 
1726
- #: modules/sharedaddy/sharing-sources.php:508
1727
- msgctxt "share to"
1728
- msgid "Reddit"
1729
  msgstr ""
1730
 
1731
- #: modules/sharedaddy/sharing-sources.php:508
1732
- msgid "Click to share on Reddit"
1733
  msgstr ""
1734
 
1735
- #: modules/sharedaddy/sharing-sources.php:535
1736
- msgid "Digg"
 
 
 
 
 
 
1737
  msgstr ""
1738
 
1739
- #: modules/sharedaddy/sharing-sources.php:544
1740
- #: modules/sharedaddy/sharing-sources.php:547
1741
- msgid "Click to Digg this post"
1742
  msgstr ""
1743
 
1744
- #: modules/sharedaddy/sharing-sources.php:547
1745
- msgctxt "share to"
1746
- msgid "Digg"
1747
  msgstr ""
1748
 
1749
- #: modules/sharedaddy/sharing-sources.php:591
1750
- msgid "LinkedIn"
1751
  msgstr ""
1752
 
1753
- #: modules/sharedaddy/sharing-sources.php:605
1754
- msgctxt "share to"
1755
- msgid "LinkedIn"
1756
  msgstr ""
1757
 
1758
- #: modules/publicize/ui.php:245
1759
- msgid "Make this connection available to all users of this blog?"
1760
  msgstr ""
1761
 
1762
- #: modules/publicize/ui.php:253
1763
- msgid "There was a problem connecting to %s. Please disconnect and try again."
 
 
1764
  msgstr ""
1765
 
1766
- #: modules/publicize/ui.php:427
1767
- msgid "Before you hit Publish, please refresh the following connection(s) to make sure we can Publicize your post:"
1768
  msgstr ""
1769
 
1770
- #: modules/publicize/ui.php:515
1771
- msgid "Publicize:"
1772
  msgstr ""
1773
 
1774
- #: modules/publicize/ui.php:595
1775
- msgctxt "Service: Account connected as"
1776
- msgid "%1$s: %2$s"
1777
  msgstr ""
1778
 
1779
- #: modules/publicize/ui.php:630
1780
- msgid "Custom Message:"
1781
  msgstr ""
1782
 
1783
- #: modules/publicize/ui.php:635 modules/publicize/ui.php:664
1784
- #: modules/publicize/ui.php:666
1785
- msgid "Hide"
1786
  msgstr ""
1787
 
1788
- #: modules/publicize/ui.php:644
1789
- msgid "Not Connected"
1790
  msgstr ""
1791
 
1792
- #: modules/publicize/ui.php:651
1793
- msgid "Connect to"
1794
  msgstr ""
1795
 
1796
- #: modules/publicize/ui.php:656
1797
- msgid "Connect and share your posts on %s"
1798
  msgstr ""
1799
 
1800
- #: modules/publicize/ui.php:679
1801
- msgid "Show"
1802
  msgstr ""
1803
 
1804
- #: modules/publicize.php:111
1805
- msgctxt "word count: words or characters?"
1806
- msgid "words"
1807
  msgstr ""
1808
 
1809
- #: modules/related-posts/jetpack-related-posts.php:87
1810
- msgid "Related posts"
1811
  msgstr ""
1812
 
1813
- #: modules/related-posts/jetpack-related-posts.php:134
1814
- #: modules/related-posts/jetpack-related-posts.php:284
1815
- msgid "Related"
1816
  msgstr ""
1817
 
1818
- #: modules/related-posts/jetpack-related-posts.php:237
1819
- msgid "Show a \"Related\" header to more clearly separate the related section from posts"
 
1820
  msgstr ""
1821
 
1822
- #: modules/related-posts/jetpack-related-posts.php:239
1823
- msgid "Show thumbnails for related posts when available"
1824
  msgstr ""
1825
 
1826
- #: modules/related-posts/jetpack-related-posts.php:240
1827
- msgid "Preview:"
1828
  msgstr ""
1829
 
1830
- #: modules/related-posts/jetpack-related-posts.php:267
1831
- msgid "Hide related content after posts"
1832
  msgstr ""
1833
 
1834
- #: modules/related-posts/jetpack-related-posts.php:269
1835
- msgid "Show related content after posts"
1836
  msgstr ""
1837
 
1838
- #: modules/related-posts/jetpack-related-posts.php:734
1839
- #: modules/related-posts/jetpack-related-posts.php:746
1840
- msgctxt "in {category/tag name}"
1841
- msgid "In \"%s\""
1842
  msgstr ""
1843
 
1844
- #: modules/related-posts/jetpack-related-posts.php:756
1845
- msgid "With 1 comment"
1846
- msgid_plural "With %s comments"
1847
- msgstr[0] ""
1848
- msgstr[1] ""
1849
-
1850
- #: modules/sharedaddy/sharedaddy.php:14
1851
- msgid "%1$s (%2$s) thinks you may be interested in the following post:"
1852
  msgstr ""
1853
 
1854
- #: modules/sharedaddy/sharedaddy.php:21
1855
- msgid "Shared Post"
 
1856
  msgstr ""
1857
 
1858
- #: modules/sharedaddy/sharedaddy.php:117
1859
- msgid "Disable CSS and JS"
1860
  msgstr ""
1861
 
1862
- #: modules/sharedaddy/sharedaddy.php:119
1863
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1864
  msgstr ""
1865
 
1866
- #: modules/sharedaddy/sharing-service.php:12
1867
- msgid "Share this:"
 
 
 
 
 
 
 
 
1868
  msgstr ""
1869
 
1870
- #: modules/sharedaddy/sharing-service.php:551
1871
- #: modules/sharedaddy/sharing.php:250 modules/sharedaddy/sharing.php:283
1872
- msgid "More"
1873
  msgstr ""
1874
 
1875
- #: modules/post-by-email.php:198 modules/post-by-email.php:207
1876
- msgid "Unable to regenerate your Post By Email address. Please try again later."
1877
  msgstr ""
1878
 
1879
- #: modules/post-by-email.php:226 modules/post-by-email.php:235
1880
- msgid "Unable to disable your Post By Email address. Please try again later."
1881
  msgstr ""
1882
 
1883
- #: modules/publicize/enhanced-open-graph.php:108
1884
- msgid "Video on %s"
1885
  msgstr ""
1886
 
1887
- #: modules/publicize/publicize-jetpack.php:63
1888
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
1889
  msgstr ""
1890
 
1891
- #: modules/publicize/publicize-jetpack.php:180
1892
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
1893
  msgstr ""
1894
 
1895
- #: modules/publicize/publicize-jetpack.php:186
1896
- msgid "An invalid request was made. This normally means that something intercepted or corrupted the request from your server to the Jetpack Server. Try again and see if it works this time."
1897
  msgstr ""
1898
 
1899
- #: modules/publicize/publicize-jetpack.php:189
1900
- msgid "We could not verify that your server is making an authorized request. Please try again, and make sure there is nothing interfering with requests from your server to the Jetpack Server."
1901
  msgstr ""
1902
 
1903
- #: modules/publicize/publicize-jetpack.php:192
1904
- msgid "No blog_id was included in your request. Please try disconnecting Jetpack from WordPress.com and then reconnecting it. Once you have done that, try connecting Publicize again."
1905
  msgstr ""
1906
 
1907
- #: modules/publicize/publicize-jetpack.php:195
1908
- msgid "No user information was included in your request. Please make sure that your user account has connected to Jetpack. Connect your user account by going to the <a href=\"%s\">Jetpack page</a> within wp-admin."
1909
  msgstr ""
1910
 
1911
- #: modules/publicize/publicize-jetpack.php:198
1912
- msgid "Something which should never happen, happened. Sorry about that. If you try again, maybe it will work."
 
1913
  msgstr ""
1914
 
1915
- #: modules/publicize/publicize-jetpack.php:202
1916
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
1917
  msgstr ""
1918
 
1919
- #: modules/publicize/publicize-jetpack.php:211
1920
- msgid "Error code: %s"
1921
  msgstr ""
1922
 
1923
- #: modules/publicize/publicize-jetpack.php:220
1924
- msgid "That connection has been removed."
1925
  msgstr ""
1926
 
1927
- #: modules/publicize/publicize-jetpack.php:351
1928
- msgctxt "Refresh connection with {social media service}"
1929
- msgid "Refresh connection with %s"
1930
  msgstr ""
1931
 
1932
- #: modules/publicize/publicize-jetpack.php:425
1933
- #: modules/publicize/publicize-jetpack.php:442
1934
- #: modules/publicize/publicize-jetpack.php:565
1935
- msgid "Publicize to my %s:"
1936
  msgstr ""
1937
 
1938
- #: modules/publicize/publicize-jetpack.php:426
1939
- msgid "Facebook Wall"
1940
  msgstr ""
1941
 
1942
- #: modules/publicize/publicize-jetpack.php:443
1943
- msgid "Facebook Page"
1944
  msgstr ""
1945
 
1946
- #: modules/publicize/publicize-jetpack.php:566
1947
- msgid "Tumblr blog"
1948
  msgstr ""
1949
 
1950
- #: modules/publicize/publicize.php:373
1951
- msgid "This connection is working correctly."
1952
  msgstr ""
1953
 
1954
- #: modules/publicize/ui.php:76
1955
- msgid "You have successfully connected your blog with your %s account."
1956
  msgstr ""
1957
 
1958
- #: modules/publicize/ui.php:82
1959
- msgid "You have chosen not to connect your blog. Please click 'accept' when prompted if you wish to connect your accounts."
1960
  msgstr ""
1961
 
1962
- #: modules/publicize/ui.php:103
1963
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
1964
  msgstr ""
1965
 
1966
- #: modules/publicize/ui.php:104
1967
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
1968
  msgstr ""
1969
 
1970
- #: modules/publicize/ui.php:169
1971
- msgid "Connected as:"
1972
  msgstr ""
1973
 
1974
- #: modules/publicize/ui.php:179
1975
- msgid "Shared"
1976
  msgstr ""
1977
 
1978
- #: modules/publicize/ui.php:205 modules/theme-tools/social-links.php:81
1979
- msgid "Connect"
 
1980
  msgstr ""
1981
 
1982
- #: modules/publicize/ui.php:223
1983
- msgid "Are you sure you want to stop Publicizing posts to this connection?"
1984
  msgstr ""
1985
 
1986
- #: modules/omnisearch/omnisearch-core.php:85
1987
- msgid "search everything"
 
1988
  msgstr ""
1989
 
1990
- #: modules/omnisearch/omnisearch-core.php:95
1991
- msgid "Results:"
1992
  msgstr ""
1993
 
1994
- #: modules/omnisearch/omnisearch-core.php:96
1995
- msgid "Jump to:"
1996
  msgstr ""
1997
 
1998
- #: modules/omnisearch/omnisearch-core.php:107
1999
- msgid "Back to Top &uarr;"
2000
  msgstr ""
2001
 
2002
- #: modules/omnisearch/omnisearch-core.php:154
2003
- msgid "Search Everything"
2004
  msgstr ""
2005
 
2006
- #: modules/omnisearch/omnisearch-media.php:16
2007
- msgid "Search Media"
2008
  msgstr ""
2009
 
2010
- #: modules/omnisearch/omnisearch-media.php:17
2011
- #: modules/omnisearch/omnisearch-media.php:28
2012
- msgid "Media"
2013
  msgstr ""
2014
 
2015
- #: modules/omnisearch/omnisearch-plugins.php:20
2016
- msgid "Search Plugins"
 
 
2017
  msgstr ""
2018
 
2019
- #: modules/omnisearch/omnisearch-plugins.php:21
2020
- #: modules/omnisearch/omnisearch-plugins.php:26
2021
- msgid "Plugins"
2022
- msgstr "Laslappies"
2023
-
2024
- #: modules/omnisearch/omnisearch-plugins.php:23
2025
- msgid "Loading &hellip;"
2026
  msgstr ""
2027
 
2028
- #: modules/omnisearch/omnisearch-posts.php:44
2029
- #: modules/widgets/facebook-likebox.php:124
2030
- #: modules/widgets/gravatar-profile.php:177
2031
- msgid "Title"
2032
- msgstr "Titel"
2033
-
2034
- #: modules/omnisearch/omnisearch-posts.php:45
2035
- msgid "Snippet"
2036
  msgstr ""
2037
 
2038
- #: modules/omnisearch/omnisearch-posts.php:75
2039
- msgid "Unpublished"
 
 
 
2040
  msgstr ""
2041
 
2042
- #: modules/omnisearch/omnisearch-posts.php:78
2043
- msgid "Y/m/d g:i:s A"
2044
  msgstr ""
2045
 
2046
- #: modules/omnisearch/omnisearch-posts.php:85
2047
- msgid "%s ago"
2048
- msgstr "%s gelede"
2049
-
2050
- #: modules/omnisearch/omnisearch-posts.php:87
2051
- msgid "Y/m/d"
2052
- msgstr "Y/m/d"
2053
-
2054
- #: modules/omnisearch/omnisearch-posts.php:93
2055
- msgid "Published"
2056
- msgstr "Gepubliseer"
2057
-
2058
- #: modules/omnisearch/omnisearch-posts.php:96
2059
- msgid "Missed schedule"
2060
  msgstr ""
2061
 
2062
- #: modules/omnisearch/omnisearch-posts.php:98
2063
- msgid "Scheduled"
2064
  msgstr ""
2065
 
2066
- #: modules/omnisearch/omnisearch-posts.php:100
2067
- msgid "Last Modified"
2068
  msgstr ""
2069
 
2070
- #: modules/post-by-email.php:95 modules/subscriptions.php:635
2071
- msgid "Email Address"
2072
- msgstr "E-posadres"
2073
-
2074
- #: modules/post-by-email.php:110
2075
- msgid "Enable Post By Email"
2076
  msgstr ""
2077
 
2078
- #: modules/post-by-email.php:114
2079
- #: modules/videopress/class.videopress-player.php:283
2080
- msgid "More information"
2081
  msgstr ""
2082
 
2083
- #: modules/post-by-email.php:117
2084
- msgid "Regenerate Address"
2085
  msgstr ""
2086
 
2087
- #: modules/post-by-email.php:118
2088
- msgid "Disable Post By Email"
2089
- msgstr ""
2090
 
2091
- #: modules/post-by-email.php:126
2092
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
2093
  msgstr ""
2094
 
2095
- #: modules/post-by-email.php:129 modules/publicize/publicize-jetpack.php:66
2096
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
2097
  msgstr ""
2098
 
2099
- #: modules/post-by-email.php:170 modules/post-by-email.php:179
2100
- msgid "Unable to create your Post By Email address. Please try again later."
 
 
2101
  msgstr ""
2102
 
2103
- #: modules/module-info.php:794
2104
- msgid "More information on using Google+ Profile."
2105
  msgstr ""
2106
 
2107
- #: modules/module-info.php:810 modules/omnisearch/omnisearch-core.php:59
2108
- #: modules/omnisearch/omnisearch-core.php:64
2109
- #: modules/omnisearch/omnisearch-core.php:85
2110
- msgid "Omnisearch"
2111
  msgstr ""
2112
 
2113
- #: modules/module-info.php:812
2114
- msgid "Search once, get results from everything! Currently supports searching posts, pages, comments, media, and plugins."
 
 
 
2115
  msgstr ""
2116
 
2117
- #: modules/module-info.php:814
2118
- msgid "Omnisearch plays nice with other plugins by letting other providers offer results as well."
2119
  msgstr ""
2120
 
2121
- #: modules/module-info.php:833
2122
- msgid "Widget Visibility"
2123
  msgstr ""
2124
 
2125
- #: modules/module-info.php:835
2126
- msgid "Control which pages your widgets appear on with Widget Visibility."
2127
  msgstr ""
2128
 
2129
- #: modules/module-info.php:836
2130
- msgid "To control visibility, expand the widget and click the Visibility button next to the Save button, and then, choose a set of visibility options."
2131
  msgstr ""
2132
 
2133
- #: modules/module-info.php:837
2134
- msgid "For example, if you wanted the Archives widget to only appear on category archives and error pages, choose \"Show\" from the first dropdown and then add two rules: \"Page is 404 Error Page\" and \"Category is All Category Pages.\""
2135
  msgstr ""
2136
 
2137
- #: modules/module-info.php:838
2138
- msgid "You can also hide widgets based on the current page. For example, if you don't want the Archives widget to appear on search results pages, choose \"Hide\" and \"Page is Search results.\""
2139
  msgstr ""
2140
 
2141
- #: modules/module-info.php:853 modules/videopress/videopress.php:330
2142
- msgid "VideoPress"
2143
  msgstr ""
2144
 
2145
- #: modules/module-info.php:854
2146
- msgid "With the VideoPress module you can easily upload videos to your WordPress site and embed them in your posts and pages. This module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
2147
  msgstr ""
2148
 
2149
- #: modules/module-info.php:867
2150
- msgid "Single Sign On"
2151
  msgstr ""
2152
 
2153
- #: modules/module-info.php:869
2154
- msgid "With WordPress.com Single Sign On, your users will be able to log in to or register for your WordPress site with the same credentials they use on WordPress.com. It's safe and secure."
2155
  msgstr ""
2156
 
2157
- #: modules/module-info.php:870
2158
- msgid "Once enabled, a \"Log in with WordPress.com\" option will be added to your existing log in form."
2159
  msgstr ""
2160
 
2161
- #: modules/module-info.php:885
2162
- msgid "Monitor"
2163
  msgstr ""
2164
 
2165
- #: modules/module-info.php:887
2166
- msgid "Nobody likes downtime, and that's why Jetpack Monitor is on the job, keeping tabs on your site. As soon as any downtime is detected, you will receive an email notification alerting you to the issue. That way you can act quickly, to get your site back online again!"
2167
  msgstr ""
2168
 
2169
- #: modules/module-info.php:889
2170
- msgid "We’ll also let you know as soon as your site is up and running, so you can keep an eye on total downtime."
2171
  msgstr ""
2172
 
2173
- #: modules/module-info.php:920 modules/module-info.php:921
2174
- msgid "Related Posts"
2175
  msgstr ""
2176
 
2177
- #: modules/module-info.php:922
2178
- msgid "\"Related Posts\" shows additional relevant links from your site under your posts. If the feature is enabled, links appear underneath your Sharing Buttons and WordPress.com Likes (if you’ve turned these on)."
2179
  msgstr ""
2180
 
2181
- #: modules/module-info.php:923
2182
- msgid "More information on using Related Posts."
2183
  msgstr ""
2184
 
2185
- #: modules/module-info.php:924
2186
- msgid "This feature uses the WordPress.com infrastructure and requires that your public content be mirrored there. If you see intermittent issues only effecting certain posts, request a reindex of your posts."
2187
  msgstr ""
2188
 
2189
- #: modules/module-info.php:940
2190
- msgid "Markdown lets you compose posts and comments with links, lists, and other styles using regular characters and punctuation marks. Markdown is used by writers and bloggers who want a quick and easy way to write rich text, without having to take their hands off the keyboard, and without learning a lot of complicated codes and shortcuts."
2191
  msgstr ""
2192
 
2193
- #: modules/monitor.php:75
2194
- msgid "Receive Monitor Email Notifications."
2195
  msgstr ""
2196
 
2197
- #: modules/monitor.php:77
2198
- msgid "Emails will be sent to %s (<a href=\"%s\">Edit</a>)"
2199
  msgstr ""
2200
 
2201
- #: modules/monitor.php:84 modules/sso.php:806
2202
- msgid "This profile is not currently linked to a WordPress.com Profile."
2203
- msgstr "Hierdie profiel is tans nie verbind met 'n profiel op WordPress.com nie."
2204
-
2205
- #: modules/omnisearch/omnisearch-comments.php:17
2206
- msgid "Search Comments"
2207
- msgstr "Deursoek die kommentaar"
2208
-
2209
- #: modules/omnisearch/omnisearch-comments.php:18
2210
- #: modules/omnisearch/omnisearch-comments.php:27
2211
- #: modules/widgets/rsslinks-widget.php:68
2212
- #: modules/widgets/rsslinks-widget.php:136
2213
- msgid "Comments"
2214
- msgstr "Kommentare"
2215
-
2216
- #: modules/module-info.php:589 modules/module-info.php:592
2217
- msgid "Mobile Theme"
2218
  msgstr ""
2219
 
2220
- #: modules/module-info.php:593
2221
- 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."
2222
  msgstr ""
2223
 
2224
- #: modules/module-info.php:594
2225
- 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."
2226
  msgstr ""
2227
 
2228
- #: modules/module-info.php:595
2229
- 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."
 
 
 
 
2230
  msgstr ""
2231
 
2232
- #: modules/module-info.php:611 modules/module-info.php:614
2233
- msgid "Mobile Push Notifications"
 
 
 
2234
  msgstr ""
2235
 
2236
- #: modules/module-info.php:616
2237
- msgid "If you use <a href=\"%1$s\">WordPress for iOS</a> or <a href=\"%2$s\">WordPress for Android</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."
2238
  msgstr ""
2239
 
2240
- #: modules/module-info.php:634
2241
- msgid "If you are a theme author, you can learn about adding support for Infinite Scroll at <a href=\"%1$s\">%1$s</a>."
2242
  msgstr ""
2243
 
2244
- #: modules/module-info.php:637
2245
- msgid "Infinite Scroll"
2246
  msgstr ""
2247
 
2248
- #: modules/module-info.php:640
2249
- msgid "When you write great content, all you really want is people to find it, right?"
 
2250
  msgstr ""
2251
 
2252
- #: modules/module-info.php:642
2253
- 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."
 
2254
  msgstr ""
2255
 
2256
- #: modules/module-info.php:645
2257
- 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."
2258
  msgstr ""
2259
 
2260
- #: modules/module-info.php:647
2261
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
2262
  msgstr ""
2263
 
2264
- #: modules/module-info.php:657
2265
- 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."
2266
- msgstr ""
2267
 
2268
- #: modules/module-info.php:681 modules/module-info.php:684
2269
- #: modules/post-by-email.php:92
2270
- msgid "Post by Email"
 
 
 
2271
  msgstr ""
2272
 
2273
- #: modules/module-info.php:686
2274
- 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."
2275
  msgstr ""
2276
 
2277
- #: modules/module-info.php:690
2278
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
2279
  msgstr ""
2280
 
2281
- #: modules/module-info.php:694
2282
- msgid "More information on sending emails, attachments, and customizing your posts."
2283
  msgstr ""
2284
 
2285
- #: modules/module-info.php:714
2286
- msgid "Photon"
 
2287
  msgstr ""
2288
 
2289
- #: modules/module-info.php:716
2290
- msgid "Give your site a boost by loading images in posts 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."
2291
  msgstr ""
2292
 
2293
- #: modules/module-info.php:735 modules/module-info.php:738
2294
- #: modules/tiled-gallery/tiled-gallery.php:343
2295
- msgid "Tiled Galleries"
2296
  msgstr ""
2297
 
2298
- #: modules/module-info.php:741
2299
- msgid "Create elegant magazine-style mosaic layouts for your photos without having to use an external graphic editor."
2300
  msgstr ""
2301
 
2302
- #: modules/module-info.php:742
2303
- msgid "When adding a gallery to your post, you now have the option to select a layout style for your images. We've added support for Rectangular, Square, and Circular galleries. By default, galleries will continue to display using the standard thumbnail grid layout. To make the rectangular layout the default for all of your site's galleries, head over to <a href=\"%s\">Settings &rarr; Media</a> and check the box next to \"Display all your gallery pictures in a cool mosaic.\""
2304
  msgstr ""
2305
 
2306
- #: modules/module-info.php:743
2307
- msgid "Note: Images in tiled galleries require extra-special processing, so they will be served from WordPress.com's CDN even if the Photon module is disabled."
2308
  msgstr ""
2309
 
2310
- #: modules/module-info.php:765
2311
- msgid "Likes allow your readers to show their appreciation for your posts and other published content using their WordPress.com accounts. Your readers will then be able to review their liked posts from WordPress.com."
2312
  msgstr ""
2313
 
2314
- #: modules/module-info.php:766
2315
- msgid "Displayed below your posts will be how many people have liked your posts and the Gravatars of those who have liked them."
2316
  msgstr ""
2317
 
2318
- #: modules/module-info.php:768
2319
- msgid "More information on using Likes."
2320
  msgstr ""
2321
 
2322
- #: modules/module-info.php:791
2323
- msgid "The Google+ profile module allows you to connect your blog and Google+ accounts."
2324
  msgstr ""
2325
 
2326
- #: modules/module-info.php:792
2327
- msgid "Displayed below your posts will be a link back to your Google+ profile and a Google+ follow button. A link will also be added to your Google+ profile."
2328
  msgstr ""
2329
 
2330
- #: modules/module-info.php:408
2331
- msgid "shows your Facebook Like Box within a sidebar on your theme."
2332
  msgstr ""
2333
 
2334
- #: modules/module-info.php:409
2335
- msgid "The Image Widget"
2336
  msgstr ""
2337
 
2338
- #: modules/module-info.php:409
2339
- msgid "lets you easily add images to a sidebar on your theme."
2340
  msgstr ""
2341
 
2342
- #: modules/module-info.php:411
2343
- msgid "Each of these widgets has a number of customization options."
2344
  msgstr ""
2345
 
2346
- #: modules/module-info.php:411
2347
- msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
2348
  msgstr ""
2349
 
2350
- #: modules/module-info.php:424
2351
- msgid "Subsriptions Screenshot"
 
2352
  msgstr ""
2353
 
2354
- #: modules/module-info.php:427
2355
- msgid "Subscriptions"
2356
  msgstr ""
2357
 
2358
- #: modules/module-info.php:429
2359
- 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."
2360
  msgstr ""
2361
 
2362
- #: modules/module-info.php:430
2363
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
2364
  msgstr ""
2365
 
2366
- #: modules/module-info.php:435
2367
- 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."
2368
  msgstr ""
2369
 
2370
- #: modules/module-info.php:436
2371
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
2372
  msgstr ""
2373
 
2374
- #: modules/module-info.php:449
2375
- msgid "Enhanced Distribution"
2376
  msgstr ""
2377
 
2378
- #: modules/module-info.php:451
2379
- 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."
2380
  msgstr ""
2381
 
2382
- #: modules/module-info.php:466
2383
- msgid "JSON API"
2384
  msgstr ""
2385
 
2386
- #: modules/module-info.php:468
2387
- 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."
2388
  msgstr ""
2389
 
2390
- #: modules/module-info.php:470
2391
- 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."
2392
  msgstr ""
2393
 
2394
- #: modules/module-info.php:498
2395
- 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."
2396
  msgstr ""
2397
 
2398
- #: modules/module-info.php:501
2399
- 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."
2400
  msgstr ""
2401
 
2402
- #: modules/module-info.php:518
2403
- msgid "Jetpack Comments Screenshot"
2404
- msgstr ""
2405
 
2406
- #: modules/module-info.php:523
2407
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
2408
  msgstr ""
2409
 
2410
- #: modules/module-info.php:528
2411
- 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."
2412
  msgstr ""
2413
 
2414
- #: modules/module-info.php:549
2415
- msgid "Gallery Carousel Screenshot"
2416
  msgstr ""
2417
 
2418
- #: modules/module-info.php:552 modules/widgets/gallery.php:334
2419
- msgid "Carousel"
2420
  msgstr ""
2421
 
2422
- #: modules/module-info.php:554
2423
- 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."
 
2424
  msgstr ""
2425
 
2426
- #: modules/module-info.php:567 modules/module-info.php:570
2427
- msgid "Custom CSS"
2428
  msgstr ""
2429
 
2430
- #: modules/module-info.php:571
2431
- 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."
 
2432
  msgstr ""
2433
 
2434
- #: modules/module-info.php:572
2435
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
2436
  msgstr ""
2437
 
2438
- #: modules/module-info.php:285
2439
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
2440
  msgstr ""
2441
 
2442
- #: modules/module-info.php:286
2443
- msgid "Wow, that sounds nerdy."
2444
  msgstr ""
2445
 
2446
- #: modules/module-info.php:300
2447
- 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."
2448
  msgstr ""
2449
 
2450
- #: modules/module-info.php:319
2451
- 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."
2452
- msgstr ""
2453
 
2454
- #: modules/module-info.php:323
2455
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
2456
  msgstr ""
2457
 
2458
- #: modules/module-info.php:325
2459
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
2460
  msgstr ""
2461
 
2462
- #: modules/module-info.php:329
2463
- msgid "Additionally you can define your own custom services."
2464
  msgstr ""
2465
 
2466
- #: modules/module-info.php:344
2467
- msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
2468
- msgstr ""
2469
 
2470
- #: modules/module-info.php:345
2471
- 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."
2472
- msgstr ""
2473
 
2474
- #: modules/module-info.php:351
2475
- 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!"
 
 
 
 
2476
  msgstr ""
2477
 
2478
- #: modules/module-info.php:366 modules/module-info.php:370
2479
- msgid "Spelling and Grammar"
 
2480
  msgstr ""
2481
 
2482
- #: modules/module-info.php:372
2483
- 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."
 
 
2484
  msgstr ""
2485
 
2486
- #: modules/module-info.php:373
2487
- msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
2488
- msgstr ""
 
 
2489
 
2490
- #: modules/module-info.php:387 modules/module-info.php:401
2491
- msgid "Widgets Screenshot"
 
 
 
2492
  msgstr ""
2493
 
2494
- #: modules/module-info.php:390 modules/module-info.php:404
2495
- msgid "Extra Sidebar Widgets"
 
 
2496
  msgstr ""
2497
 
2498
- #: modules/module-info.php:392
2499
- msgid "The RSS Links Widget "
 
 
2500
  msgstr ""
2501
 
2502
- #: modules/module-info.php:392
2503
- 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."
2504
  msgstr ""
2505
 
2506
- #: modules/module-info.php:393
2507
- msgid "The Twitter Widget "
2508
  msgstr ""
2509
 
2510
- #: modules/module-info.php:393
2511
- 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."
2512
  msgstr ""
2513
 
2514
- #: modules/module-info.php:393
2515
- msgid "The Facebook Like Box Widget "
2516
- msgstr ""
 
2517
 
2518
- #: modules/module-info.php:393
2519
- 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."
 
2520
  msgstr ""
2521
 
2522
- #: modules/module-info.php:393
2523
- msgid "The Image Widget "
2524
- msgstr ""
 
2525
 
2526
- #: modules/module-info.php:393
2527
- 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."
2528
- msgstr ""
2529
 
2530
- #: modules/module-info.php:406
2531
- msgid "The RSS Links Widget"
2532
  msgstr ""
2533
 
2534
- #: modules/module-info.php:406
2535
- msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
2536
  msgstr ""
2537
 
2538
- #: modules/module-info.php:407
2539
- msgid "The Twitter Widget"
2540
  msgstr ""
2541
 
2542
- #: modules/module-info.php:407
2543
- msgid "shows your latest tweets within a sidebar on your theme."
2544
  msgstr ""
2545
 
2546
- #: modules/module-info.php:408
2547
- msgid "The Facebook Like Box Widget"
 
2548
  msgstr ""
2549
 
2550
- #: modules/module-info.php:53 modules/module-info.php:68
2551
- msgid "Gravatar Hovercard"
 
2552
  msgstr ""
2553
 
2554
- #: modules/module-info.php:58 modules/module-info.php:73
2555
- msgid "What&#8217;s a Hovercard?"
2556
  msgstr ""
2557
 
2558
- #: modules/module-info.php:59
2559
- 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."
2560
  msgstr ""
2561
 
2562
- #: modules/module-info.php:60
2563
- msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
2564
  msgstr ""
2565
 
2566
- #: modules/module-info.php:74
2567
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
2568
  msgstr ""
2569
 
2570
- #: modules/module-info.php:75
2571
- 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."
 
2572
  msgstr ""
2573
 
2574
- #: modules/module-info.php:90 modules/module-info.php:94
2575
- #: modules/module-info.php:103 modules/module-info.php:107
2576
- msgid "Shortcode Embeds"
2577
  msgstr ""
2578
 
2579
- #: modules/module-info.php:95 modules/module-info.php:108
2580
- 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."
2581
  msgstr ""
2582
 
2583
- #: modules/module-info.php:109
2584
- msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
2585
  msgstr ""
2586
 
2587
- #: modules/module-info.php:132
2588
- msgid "Available shortcodes are: %l."
2589
  msgstr ""
2590
 
2591
- #: modules/module-info.php:147 modules/module-info.php:151
2592
- #: modules/module-info.php:161 modules/module-info.php:165
2593
- msgid "WP.me Shortlinks"
2594
- msgstr ""
2595
 
2596
- #: modules/module-info.php:152 modules/module-info.php:166
2597
- 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."
2598
- msgstr ""
2599
 
2600
- #: modules/module-info.php:153
2601
- msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
2602
  msgstr ""
2603
 
2604
- #: modules/module-info.php:167
2605
- 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."
2606
  msgstr ""
2607
 
2608
- #: modules/module-info.php:182 modules/module-info.php:186
2609
- #: modules/module-info.php:195 modules/module-info.php:199
2610
- msgid "WordPress.com Stats"
2611
  msgstr ""
2612
 
2613
- #: modules/module-info.php:187 modules/module-info.php:200
2614
- 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."
2615
  msgstr ""
2616
 
2617
- #: modules/module-info.php:201
2618
- msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
2619
  msgstr ""
2620
 
2621
- #: modules/module-info.php:215 modules/module-info.php:219
2622
- #: modules/publicize/ui.php:95
2623
- msgid "Publicize"
2624
- msgstr ""
2625
 
2626
- #: modules/module-info.php:220
2627
- 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."
2628
  msgstr ""
2629
 
2630
- #: modules/module-info.php:221
2631
- msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
2632
  msgstr ""
2633
 
2634
- #: modules/module-info.php:225
2635
- msgid "Manage your <a href=\"%s\">Publicize settings</a>."
2636
- msgstr ""
2637
 
2638
- #: modules/module-info.php:229 modules/publicize/ui.php:114
2639
- msgid "More information on using Publicize."
2640
- msgstr ""
2641
-
2642
- #: modules/module-info.php:245 modules/module-info.php:249
2643
- #: modules/module-info.php:258 modules/module-info.php:262
2644
- #: modules/monitor.php:70 modules/notes.php:160
2645
- msgid "Notifications"
2646
- msgstr ""
2647
-
2648
- #: modules/module-info.php:250 modules/module-info.php:263
2649
- msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
2650
- msgstr ""
2651
-
2652
- #: modules/module-info.php:264
2653
- msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
2654
- msgstr ""
2655
-
2656
- #: modules/module-info.php:279 modules/module-info.php:294
2657
- msgid "LaTeX"
2658
- msgstr ""
2659
-
2660
- #: modules/module-info.php:284 modules/module-info.php:299
2661
- msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
2662
- msgstr ""
2663
-
2664
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:94
2665
- msgid "Page %s"
2666
- msgstr ""
2667
-
2668
- #: modules/minileven/theme/pub/minileven/index.php:23
2669
- msgid "Daily Archives: %s"
2670
- msgstr ""
2671
-
2672
- #: modules/minileven/theme/pub/minileven/index.php:25
2673
- msgid "Monthly Archives: %s"
2674
- msgstr ""
2675
-
2676
- #: modules/minileven/theme/pub/minileven/index.php:27
2677
- msgid "Yearly Archives: %s"
2678
- msgstr "Jaarlikse Argiewe: %s "
2679
-
2680
- #: modules/minileven/theme/pub/minileven/index.php:29
2681
- msgid "Posted in %s"
2682
- msgstr ""
2683
-
2684
- #: modules/minileven/theme/pub/minileven/index.php:31
2685
- msgid "Tagged with %s"
2686
- msgstr ""
2687
-
2688
- #: modules/minileven/theme/pub/minileven/index.php:33
2689
- msgid "Posted by"
2690
- msgstr "Bygedra deur"
2691
-
2692
- #: modules/minileven/theme/pub/minileven/index.php:35
2693
- msgid "Blog Archives"
2694
  msgstr ""
2695
 
2696
  #: modules/minileven/theme/pub/minileven/index.php:43
@@ -2778,2702 +2850,2714 @@ msgstr ""
2778
  msgid "Plans & Pricing"
2779
  msgstr ""
2780
 
2781
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2782
- #: modules/minileven/theme/pub/minileven/content.php:51
2783
- #: modules/minileven/theme/pub/minileven/image.php:80
2784
- msgid "<b>%</b> Replies"
2785
  msgstr ""
2786
 
2787
- #: modules/minileven/theme/pub/minileven/content.php:19
2788
- msgid "Featured"
2789
  msgstr ""
2790
 
2791
- #: modules/minileven/theme/pub/minileven/content.php:28
2792
- msgid "Posted by "
2793
  msgstr ""
2794
 
2795
- #: modules/minileven/theme/pub/minileven/content.php:30
2796
- msgid "%s"
2797
  msgstr ""
2798
 
2799
- #: modules/minileven/theme/pub/minileven/content.php:51
2800
- #: modules/minileven/theme/pub/minileven/image.php:80
2801
- msgid "Leave a reply"
2802
  msgstr ""
2803
 
2804
- #: modules/minileven/theme/pub/minileven/content.php:59
2805
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2806
- msgid "Post navigation"
2807
  msgstr ""
2808
 
2809
- #: modules/minileven/theme/pub/minileven/content.php:60
2810
- #: modules/minileven/theme/pub/minileven/image.php:88
2811
- msgid "&laquo; Previous"
2812
- msgstr "&laquo; Vorige"
2813
 
2814
- #: modules/minileven/theme/pub/minileven/content.php:61
2815
- msgid "Next &raquo;"
2816
- msgstr "Volgende &raquo;"
2817
 
2818
- #: modules/minileven/theme/pub/minileven/footer.php:27
2819
- msgid "http://wordpress.org/"
2820
  msgstr ""
2821
 
2822
- #: modules/minileven/theme/pub/minileven/footer.php:27
2823
- msgid "Semantic Personal Publishing Platform"
2824
  msgstr ""
2825
 
2826
- #: modules/minileven/theme/pub/minileven/footer.php:27
2827
- msgid "Proudly powered by %s"
 
2828
  msgstr ""
2829
 
2830
- #: modules/minileven/theme/pub/minileven/functions.php:59
2831
- msgid "Primary Menu"
2832
  msgstr ""
2833
 
2834
- #: modules/minileven/theme/pub/minileven/functions.php:96
2835
- msgctxt "Open Sans font: on or off"
2836
- msgid "on"
2837
  msgstr ""
2838
 
2839
- #: modules/minileven/theme/pub/minileven/functions.php:102
2840
- msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"
2841
- msgid "no-subset"
2842
  msgstr ""
2843
 
2844
- #: modules/minileven/theme/pub/minileven/functions.php:128
2845
- msgid "Main Sidebar"
 
2846
  msgstr ""
2847
 
2848
- #: modules/minileven/theme/pub/minileven/header.php:26
2849
- msgid "Menu"
2850
  msgstr ""
2851
 
2852
- #: modules/minileven/theme/pub/minileven/header.php:29
2853
- msgid "Skip to primary content"
2854
  msgstr ""
2855
 
2856
- #: modules/minileven/theme/pub/minileven/image.php:73
2857
- msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
 
2858
  msgstr ""
2859
 
2860
- #: modules/minileven/theme/pub/minileven/image.php:87
2861
- msgctxt "next-saturday"
2862
- msgid "Image navigation"
2863
  msgstr ""
2864
 
2865
- #: modules/minileven/theme/pub/minileven/image.php:89
2866
- msgid "Next &raquo; "
2867
  msgstr ""
2868
 
2869
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2870
- msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2871
  msgstr ""
2872
 
2873
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2874
- msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2875
  msgstr ""
2876
 
2877
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2878
- msgid "Pingback:"
 
 
2879
  msgstr ""
2880
 
2881
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2882
- msgid "%1$s on %2$s"
2883
- msgstr "%1$s op %2$s"
2884
 
2885
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:68
2886
- msgid "Your comment is awaiting moderation."
2887
- msgstr "Jou kommentaar word gemodereer."
2888
 
2889
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:76
2890
- msgid "Reply"
2891
  msgstr ""
2892
 
2893
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:90
2894
- msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
2895
  msgstr ""
2896
 
2897
- #: modules/likes.php:310 modules/sharedaddy/sharing.php:330
2898
- msgid "Show buttons on"
2899
  msgstr ""
2900
 
2901
- #: modules/likes.php:319 modules/sharedaddy/sharing.php:336
2902
- msgid "Front Page, Archive Pages, and Search Results"
2903
  msgstr ""
2904
 
2905
- #: modules/likes.php:452 modules/sharedaddy/sharing.php:158
2906
- msgid "Settings have been saved"
2907
  msgstr ""
2908
 
2909
- #: modules/likes.php:459 modules/sharedaddy/sharing.php:170
2910
- msgid "Sharing Buttons"
2911
  msgstr ""
2912
 
2913
- #: modules/likes.php:468 modules/sharedaddy/sharing.php:352
2914
- msgid "Save Changes"
2915
- msgstr "Stoor wysigings"
2916
 
2917
- #: modules/likes.php:628
2918
- msgid "Like this:"
2919
  msgstr ""
2920
 
2921
- #: modules/likes.php:629
2922
- msgid "Like"
2923
  msgstr ""
2924
 
2925
- #: modules/likes.php:629 modules/widget-visibility/widget-conditions.php:168
2926
- msgid "Loading..."
2927
  msgstr ""
2928
 
2929
- #: modules/likes.php:730
2930
- msgid "<span>%d</span> bloggers like this:"
2931
  msgstr ""
2932
 
2933
- #: modules/markdown/easy-markdown.php:212
2934
- #: modules/markdown/easy-markdown.php:214 modules/module-info.php:938
2935
- msgid "Markdown"
2936
  msgstr ""
2937
 
2938
- #: modules/markdown/easy-markdown.php:237
2939
- msgid "Use Markdown for posts and pages."
2940
  msgstr ""
2941
 
2942
- #: modules/markdown/easy-markdown.php:238
2943
- #: modules/markdown/easy-markdown.php:253
2944
- msgid "Learn more about Markdown."
2945
  msgstr ""
2946
 
2947
- #: modules/markdown/easy-markdown.php:252
2948
- msgid "Use Markdown for comments."
2949
  msgstr ""
2950
 
2951
- #: modules/markdown/easy-markdown.php:507
2952
- msgid "Markdown content"
2953
  msgstr ""
2954
 
2955
- #: modules/minileven/minileven.php:93
2956
- msgid "View Mobile Site"
2957
  msgstr ""
2958
 
2959
- #: modules/minileven/minileven.php:260
2960
- msgid "Mobile-compatible:"
2961
  msgstr ""
2962
 
2963
- #: modules/minileven/minileven.php:261
2964
- msgid "No"
2965
- msgstr "Geen"
2966
 
2967
- #: modules/minileven/minileven.php:267 modules/minileven/minileven.php:318
2968
- msgid "Include this CSS in the Mobile Theme"
2969
  msgstr ""
2970
 
2971
- #: modules/minileven/theme/pub/minileven/comments.php:15
2972
- msgid "This post is password protected. Enter the password to view any comments."
2973
  msgstr ""
2974
 
2975
- #: modules/minileven/theme/pub/minileven/comments.php:45
2976
- msgid "Comment navigation"
2977
  msgstr ""
2978
 
2979
- #: modules/minileven/theme/pub/minileven/comments.php:46
2980
- msgid "&larr; Older Comments"
2981
- msgstr "&larr; Ouer kommentaar"
2982
 
2983
- #: modules/minileven/theme/pub/minileven/comments.php:47
2984
- msgid "Newer Comments &rarr;"
2985
- msgstr "Nuwer kommentaar &rarr;"
2986
 
2987
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2988
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2989
- #: modules/minileven/theme/pub/minileven/content.php:13
2990
- #: modules/minileven/theme/pub/minileven/content.php:18
2991
- #: modules/minileven/theme/pub/minileven/content.php:22
2992
- msgid "Permalink to %s"
2993
  msgstr ""
2994
 
2995
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2996
- #: modules/widgets/gallery.php:26
2997
- msgid "Gallery"
2998
  msgstr ""
2999
 
3000
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
3001
- #: modules/minileven/theme/pub/minileven/content.php:41
3002
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:30
3003
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
3004
  msgstr ""
3005
 
3006
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
3007
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
3008
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
3009
- msgstr[0] ""
3010
- msgstr[1] ""
3011
 
3012
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
3013
- #: modules/minileven/theme/pub/minileven/content.php:43
3014
- #: modules/minileven/theme/pub/minileven/image.php:64
3015
- #: modules/minileven/theme/pub/minileven/page.php:27
3016
- msgid "Pages:"
3017
  msgstr ""
3018
 
3019
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
3020
- #: modules/minileven/theme/pub/minileven/content.php:51
3021
- #: modules/minileven/theme/pub/minileven/image.php:80
3022
- msgid "<b>1</b> Reply"
3023
  msgstr ""
3024
 
3025
- #: modules/gplus-authorship/admin/ui.php:191
3026
- msgid "Show Google+ infomation with this post"
3027
  msgstr ""
3028
 
3029
- #: modules/gplus-authorship.php:130
3030
- msgid "on Google+"
3031
  msgstr ""
3032
 
3033
- #: modules/gravatar-hovercards.php:47 modules/module-info.php:57
3034
- #: modules/module-info.php:72
3035
- msgid "Gravatar Hovercards"
3036
  msgstr ""
3037
 
3038
- #: modules/gravatar-hovercards.php:59
3039
- msgid "View people's profiles when you mouse over their Gravatars"
3040
  msgstr ""
3041
 
3042
- #: modules/gravatar-hovercards.php:86
3043
- msgid "Put your mouse over your Gravatar to check out your profile."
3044
  msgstr ""
3045
 
3046
- #: modules/holiday-snow.php:19
3047
- msgid "Snow"
3048
  msgstr ""
3049
 
3050
- #: modules/holiday-snow.php:28
3051
- msgid "Show falling snow on my blog until January 4<sup>th</sup>."
3052
  msgstr ""
3053
 
3054
- #: modules/infinite-scroll/infinity.php:275
3055
- msgid "To infinity and beyond"
3056
  msgstr ""
3057
 
3058
- #: modules/infinite-scroll/infinity.php:284
3059
- 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."
3060
  msgstr ""
3061
 
3062
- #: modules/infinite-scroll/infinity.php:290
3063
- msgid "Scroll Infinitely"
3064
  msgstr ""
3065
 
3066
- #: modules/infinite-scroll/infinity.php:290
3067
- msgid "(Shows %s posts on each load)"
3068
  msgstr ""
3069
 
3070
- #: modules/infinite-scroll/infinity.php:527
3071
- msgid "Older posts"
3072
  msgstr ""
3073
 
3074
- #: modules/infinite-scroll/infinity.php:528
3075
- msgid "Scroll back to top"
3076
  msgstr ""
3077
 
3078
- #: modules/infinite-scroll/infinity.php:1054
3079
- msgid "Theme: %1$s."
3080
  msgstr ""
3081
 
3082
- #: modules/infinite-scroll.php:86
3083
- msgid "Use Google Analytics with Infinite Scroll"
3084
  msgstr ""
3085
 
3086
- #: modules/infinite-scroll.php:97
3087
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
3088
  msgstr ""
3089
 
3090
- #: modules/infinite-scroll.php:97
3091
- 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."
3092
  msgstr ""
3093
 
3094
- #: modules/likes.php:114
3095
- msgid "Likes and Shares"
3096
  msgstr ""
3097
 
3098
- #: modules/likes.php:125 modules/likes.php:593 modules/module-info.php:759
3099
- #: modules/module-info.php:763
3100
- msgid "Likes"
3101
  msgstr ""
3102
 
3103
- #: modules/likes.php:185
3104
- msgid "Show likes."
3105
  msgstr ""
3106
 
3107
- #: modules/likes.php:201 modules/sharedaddy/sharedaddy.php:40
3108
- msgid "Show sharing buttons."
3109
  msgstr ""
3110
 
3111
- #: modules/likes.php:213
3112
- msgid "Likes Notifications"
3113
  msgstr ""
3114
 
3115
- #: modules/likes.php:214
3116
- msgid "Email me whenever"
3117
  msgstr ""
3118
 
3119
- #: modules/likes.php:253
3120
- msgid "Someone likes one of my posts"
3121
  msgstr ""
3122
 
3123
- #: modules/likes.php:272
3124
- msgid "WordPress.com Likes are"
3125
  msgstr ""
3126
 
3127
- #: modules/likes.php:278
3128
- msgid "On for all posts"
3129
  msgstr ""
3130
 
3131
- #: modules/likes.php:284
3132
- msgid "Turned on per post"
3133
  msgstr ""
3134
 
3135
- #: modules/custom-post-types/testimonial.php:132
3136
- msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
3137
  msgstr ""
3138
 
3139
- #: modules/custom-post-types/testimonial.php:135
3140
- msgid "Testimonial updated."
3141
  msgstr ""
3142
 
3143
- #: modules/custom-post-types/testimonial.php:137
3144
- msgid "Testimonial restored to revision from %s"
3145
  msgstr ""
3146
 
3147
- #: modules/custom-post-types/testimonial.php:138
3148
- msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
3149
  msgstr ""
3150
 
3151
- #: modules/custom-post-types/testimonial.php:139
3152
- msgid "Testimonial saved."
3153
  msgstr ""
3154
 
3155
- #: modules/custom-post-types/testimonial.php:140
3156
- msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
3157
  msgstr ""
3158
 
3159
- #: modules/custom-post-types/testimonial.php:141
3160
- msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
3161
  msgstr ""
3162
 
3163
- #: modules/custom-post-types/testimonial.php:144
3164
- msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
3165
  msgstr ""
3166
 
3167
- #: modules/custom-post-types/testimonial.php:180
3168
- msgid "Customize Testimonials Archive"
3169
  msgstr ""
3170
 
3171
- #: modules/custom-post-types/testimonial.php:181
3172
- msgid "Customize"
3173
  msgstr ""
3174
 
3175
- #: modules/custom-post-types/testimonial.php:205
3176
- msgid "Testimonial Page Title"
3177
  msgstr ""
3178
 
3179
- #: modules/custom-post-types/testimonial.php:217
3180
- msgid "Testimonial Page Content"
3181
  msgstr ""
3182
 
3183
- #: modules/custom-post-types/testimonial.php:228
3184
- msgid "Testimonial Page Featured Image"
3185
  msgstr ""
3186
 
3187
- #: modules/gplus-authorship/admin/ui.php:54
3188
- #: modules/gplus-authorship/admin/ui.php:65 modules/likes.php:429
3189
- #: modules/likes.php:441 modules/publicize/ui.php:35
3190
- #: modules/publicize/ui.php:45 modules/sharedaddy/sharing.php:57
3191
- #: modules/sharedaddy/sharing.php:163
3192
- msgid "Sharing Settings"
3193
  msgstr ""
3194
 
3195
- #: modules/gplus-authorship/admin/ui.php:54 modules/likes.php:429
3196
- #: modules/module-info.php:315 modules/module-info.php:318
3197
- #: modules/module-info.php:339 modules/publicize/ui.php:35
3198
- #: modules/sharedaddy/sharedaddy.php:26 modules/sharedaddy/sharing.php:57
3199
- msgid "Sharing"
3200
  msgstr ""
3201
 
3202
- #: modules/gplus-authorship/admin/ui.php:79
3203
- msgid "Your Google+ account has been connected."
3204
  msgstr ""
3205
 
3206
- #: modules/gplus-authorship/admin/ui.php:80
3207
- msgid "There was a problem connecting your Google+ account. Please try again."
3208
  msgstr ""
3209
 
3210
- #: modules/gplus-authorship/admin/ui.php:81
3211
- msgid "You must click 'Accept' in the Google+ dialog to connect your account."
3212
  msgstr ""
3213
 
3214
- #: modules/gplus-authorship/admin/ui.php:113 modules/module-info.php:785
3215
- #: modules/module-info.php:789
3216
- msgid "Google+ Profile"
3217
  msgstr ""
3218
 
3219
- #: modules/gplus-authorship/admin/ui.php:125 modules/publicize/ui.php:182
3220
- #: modules/publicize/ui.php:186
3221
- msgid "Disconnect"
3222
  msgstr ""
3223
 
3224
- #: modules/gplus-authorship/admin/ui.php:129
3225
- msgid "Connect your WordPress account to Google+ to add this blog to your Google+ profile and improve the visibility of your blog posts on Google."
3226
  msgstr ""
3227
 
3228
- #: modules/gplus-authorship/admin/ui.php:131
3229
- msgid "Need help?"
3230
  msgstr ""
3231
 
3232
- #: modules/gplus-authorship/admin/ui.php:138
3233
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
3234
- msgstr "Jou rekeninge op Google+ en WordPress.com is nie meer verbind nie, insluitend die opgestelde rekeninge by Die Groot Klok (Publisize). Indien jy nie meer met hierdie blog op Google+ geassosieer wil wees nie, moet jy ook die blogadres op jou <a href='%s' target='_blank'>Google+-profiel</a> verwyder."
3235
-
3236
- #: modules/gplus-authorship/admin/ui.php:140
3237
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
3238
- msgstr "Jou rekeninge op Google+ en WordPress.com is nie meer verbind nie. Indien jy nie meer met hierdie blog op Google+ geassosieer wil wees nie, moet jy ook die blogadres op jou <a href='%s' target='_blank'>Google+-profiel</a> verwyder. "
3239
-
3240
- #: modules/gplus-authorship/admin/ui.php:147
3241
- msgid "Your Google+ profile name and URL will be displayed in the sharing area of your posts."
3242
  msgstr ""
3243
 
3244
- #: modules/gplus-authorship/admin/ui.php:155 modules/sso.php:738
3245
- msgid "Connected"
 
3246
  msgstr ""
3247
 
3248
- #: modules/gplus-authorship/admin/ui.php:165 modules/gplus-authorship.php:171
3249
- msgid "Google+"
3250
  msgstr ""
3251
 
3252
- #: modules/custom-post-types/nova.php:313
3253
- msgid "Menu Items re-ordered."
3254
  msgstr ""
3255
 
3256
- #: modules/custom-post-types/nova.php:332
3257
- msgid "Labels"
3258
  msgstr ""
3259
 
3260
- #: modules/custom-post-types/nova.php:333
3261
- #: modules/custom-post-types/nova.php:742
3262
- #: modules/custom-post-types/nova.php:778
3263
- #: modules/custom-post-types/nova.php:784
3264
- msgid "Price"
3265
  msgstr ""
3266
 
3267
- #: modules/custom-post-types/nova.php:334
3268
- msgid "Order"
3269
  msgstr ""
3270
 
3271
- #: modules/custom-post-types/nova.php:390
3272
- #: modules/custom-post-types/nova.php:442
3273
- msgid "Re-order"
3274
  msgstr ""
3275
 
3276
- #: modules/custom-post-types/nova.php:637
3277
- msgid "Move menu section up"
3278
  msgstr ""
3279
 
3280
- #: modules/custom-post-types/nova.php:637
3281
- msgid "UP"
3282
  msgstr ""
3283
 
3284
- #: modules/custom-post-types/nova.php:639
3285
- msgid "Move menu section down"
3286
  msgstr ""
3287
 
3288
- #: modules/custom-post-types/nova.php:639
3289
- msgid "DOWN"
3290
  msgstr ""
3291
 
3292
- #: modules/custom-post-types/nova.php:726
3293
- msgid "Use the <kbd>TAB</kbd> key on your keyboard to move between colums and the <kbd>ENTER</kbd> or <kbd>RETURN</kbd> key to save each row and move on to the next."
3294
  msgstr ""
3295
 
3296
- #: modules/custom-post-types/nova.php:741
3297
- msgid "Description"
3298
- msgstr "Beskrywing"
3299
-
3300
- #: modules/custom-post-types/nova.php:743
3301
- msgid "Labels: <small>spicy, favorite, etc.</small>"
3302
  msgstr ""
3303
 
3304
- #: modules/custom-post-types/nova.php:765
3305
- msgid "Add These New Menu Items"
3306
  msgstr ""
3307
 
3308
- #: modules/custom-post-types/nova.php:847
3309
- #: modules/custom-post-types/nova.php:866
3310
- msgctxt "Nova label separator"
3311
- msgid ", "
3312
  msgstr ""
3313
 
3314
- #: modules/custom-post-types/nova.php:868
3315
- msgid "No Labels"
3316
  msgstr ""
3317
 
3318
- #: modules/custom-post-types/testimonial.php:66
3319
- msgid "Customer Testimonials"
 
 
3320
  msgstr ""
3321
 
3322
- #: modules/custom-post-types/testimonial.php:68
3323
- #: modules/custom-post-types/testimonial.php:70
3324
- #: modules/custom-post-types/testimonial.php:194
3325
- #: modules/custom-post-types/testimonial.php:199
3326
- msgid "Testimonials"
3327
  msgstr ""
3328
 
3329
- #: modules/custom-post-types/testimonial.php:69
3330
- msgid "Testimonial"
3331
  msgstr ""
3332
 
3333
- #: modules/custom-post-types/testimonial.php:71
3334
- msgid "All Testimonials"
3335
  msgstr ""
3336
 
3337
- #: modules/custom-post-types/testimonial.php:73
3338
- msgid "Add New Testimonial"
3339
  msgstr ""
3340
 
3341
- #: modules/custom-post-types/testimonial.php:74
3342
- msgid "Edit Testimonial"
3343
  msgstr ""
3344
 
3345
- #: modules/custom-post-types/testimonial.php:75
3346
- msgid "New Testimonial"
3347
  msgstr ""
3348
 
3349
- #: modules/custom-post-types/testimonial.php:76
3350
- msgid "View Testimonial"
3351
  msgstr ""
3352
 
3353
- #: modules/custom-post-types/testimonial.php:77
3354
- msgid "Search Testimonials"
3355
  msgstr ""
3356
 
3357
- #: modules/custom-post-types/testimonial.php:78
3358
- msgid "No Testimonials found"
3359
  msgstr ""
3360
 
3361
- #: modules/custom-post-types/testimonial.php:79
3362
- msgid "No Testimonials found in Trash"
3363
  msgstr ""
3364
 
3365
- #: modules/custom-post-types/testimonial.php:110
3366
- msgid "Enter the customer's name here"
3367
  msgstr ""
3368
 
3369
- #: modules/custom-post-types/testimonial.php:119
3370
- msgid "Customer Name"
3371
  msgstr ""
3372
 
3373
- #: modules/custom-post-types/nova.php:124
3374
- msgid "New Menu Item Label Name"
3375
  msgstr ""
3376
 
3377
- #: modules/custom-post-types/nova.php:125
3378
- #: modules/custom-post-types/nova.php:759
3379
- msgid "Separate Labels with commas"
3380
  msgstr ""
3381
 
3382
- #: modules/custom-post-types/nova.php:126
3383
- msgid "Add or remove Labels"
3384
  msgstr ""
3385
 
3386
- #: modules/custom-post-types/nova.php:127
3387
- msgid "Choose from the most used Labels"
3388
  msgstr ""
3389
 
3390
- #: modules/custom-post-types/nova.php:129
3391
- msgid "No Labels found"
3392
  msgstr ""
3393
 
3394
- #: modules/custom-post-types/nova.php:136
3395
- #: modules/custom-post-types/nova.php:167
3396
- msgid "Food Menus"
3397
  msgstr ""
3398
 
3399
- #: modules/custom-post-types/nova.php:137
3400
- msgid "Food Menu"
3401
  msgstr ""
3402
 
3403
- #: modules/custom-post-types/nova.php:138
3404
- msgid "Search Menus"
3405
  msgstr ""
3406
 
3407
- #: modules/custom-post-types/nova.php:139
3408
- msgid "All Menus"
3409
  msgstr ""
3410
 
3411
- #: modules/custom-post-types/nova.php:140
3412
- msgid "Parent Menu"
3413
  msgstr ""
3414
 
3415
- #: modules/custom-post-types/nova.php:141
3416
- msgid "Parent Menu:"
3417
- msgstr ""
3418
 
3419
- #: modules/custom-post-types/nova.php:142
3420
- msgid "Edit Menu"
3421
- msgstr ""
3422
 
3423
- #: modules/custom-post-types/nova.php:143
3424
- msgid "View Menu"
3425
- msgstr ""
 
 
 
3426
 
3427
- #: modules/custom-post-types/nova.php:144
3428
- msgid "Update Menu"
3429
  msgstr ""
3430
 
3431
- #: modules/custom-post-types/nova.php:145
3432
- msgid "Add New Menu"
3433
  msgstr ""
3434
 
3435
- #: modules/custom-post-types/nova.php:146
3436
- msgid "New Menu Name"
3437
  msgstr ""
3438
 
3439
- #: modules/custom-post-types/nova.php:162
3440
- msgid "Items on your restaurant's menu"
3441
  msgstr ""
3442
 
3443
- #: modules/custom-post-types/nova.php:165
3444
- #: modules/custom-post-types/nova.php:168
3445
- msgid "Menu Items"
3446
  msgstr ""
3447
 
3448
- #: modules/custom-post-types/nova.php:166
3449
- msgid "Menu Item"
3450
  msgstr ""
3451
 
3452
- #: modules/custom-post-types/nova.php:169
3453
- #: modules/custom-post-types/nova.php:170
3454
- msgid "Add One Item"
3455
  msgstr ""
3456
 
3457
- #: modules/custom-post-types/nova.php:171
3458
- msgid "Edit Menu Item"
3459
  msgstr ""
3460
 
3461
- #: modules/custom-post-types/nova.php:172
3462
- msgid "New Menu Item"
3463
- msgstr ""
 
3464
 
3465
- #: modules/custom-post-types/nova.php:173
3466
- msgid "View Menu Item"
3467
  msgstr ""
3468
 
3469
- #: modules/custom-post-types/nova.php:174
3470
- msgid "Search Menu Items"
3471
- msgstr ""
 
 
3472
 
3473
- #: modules/custom-post-types/nova.php:175
3474
- msgid "No Menu Items found"
3475
  msgstr ""
3476
 
3477
- #: modules/custom-post-types/nova.php:176
3478
- msgid "No Menu Items found in Trash"
3479
  msgstr ""
3480
 
3481
- #: modules/custom-post-types/nova.php:277
3482
- #: modules/custom-post-types/nova.php:278
3483
- #: modules/custom-post-types/nova.php:724
3484
- msgid "Add Many Items"
3485
  msgstr ""
3486
 
3487
- #: modules/custom-post-types/comics.php:199
3488
- msgid "Edit Comic"
3489
- msgstr ""
3490
 
3491
- #: modules/custom-post-types/comics.php:200
3492
- msgid "New Comic"
3493
- msgstr ""
3494
 
3495
- #: modules/custom-post-types/comics.php:201
3496
- msgid "View Comic"
3497
- msgstr ""
3498
 
3499
- #: modules/custom-post-types/comics.php:202
3500
- msgid "Search Comics"
3501
  msgstr ""
3502
 
3503
- #: modules/custom-post-types/comics.php:203
3504
- msgid "No Comics found"
3505
  msgstr ""
3506
 
3507
- #: modules/custom-post-types/comics.php:204
3508
- msgid "No Comics found in Trash"
3509
  msgstr ""
3510
 
3511
- #: modules/custom-post-types/comics.php:273
3512
- msgid "Comic updated. <a href=\"%s\">View comic</a>"
3513
- msgstr ""
3514
 
3515
- #: modules/custom-post-types/comics.php:274
3516
- #: modules/custom-post-types/testimonial.php:133
3517
- msgid "Custom field updated."
3518
  msgstr ""
3519
 
3520
- #: modules/custom-post-types/comics.php:275
3521
- #: modules/custom-post-types/testimonial.php:134
3522
- msgid "Custom field deleted."
3523
  msgstr ""
3524
 
3525
- #: modules/custom-post-types/comics.php:276
3526
- msgid "Comic updated."
3527
  msgstr ""
3528
 
3529
- #: modules/custom-post-types/comics.php:278
3530
- msgid "Comic restored to revision from %s"
3531
  msgstr ""
3532
 
3533
- #: modules/custom-post-types/comics.php:279
3534
- msgid "Comic published. <a href=\"%s\">View comic</a>"
3535
  msgstr ""
3536
 
3537
- #: modules/custom-post-types/comics.php:280
3538
- msgid "Comic saved."
3539
  msgstr ""
3540
 
3541
- #: modules/custom-post-types/comics.php:281
3542
- msgid "Comic submitted. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3543
  msgstr ""
3544
 
3545
- #: modules/custom-post-types/comics.php:282
3546
- msgid "Comic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview comic</a>"
3547
  msgstr ""
3548
 
3549
- #: modules/custom-post-types/comics.php:284
3550
- #: modules/custom-post-types/testimonial.php:143
3551
- msgid "M j, Y @ G:i"
3552
  msgstr ""
3553
 
3554
- #: modules/custom-post-types/comics.php:285
3555
- msgid "Comic draft updated. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3556
  msgstr ""
3557
 
3558
- #: modules/custom-post-types/comics.php:353
3559
- msgid "Invalid or expired nonce."
3560
  msgstr ""
3561
 
3562
- #: modules/custom-post-types/comics.php:462
3563
- msgid ""
3564
- "Welcome! Ready to publish your first strip?\n"
3565
- "\n"
3566
- "Your webcomic's new site is ready to go. Get started by <a href=\"BLOG_URLwp-admin/customize.php#title\">setting your comic's title and tagline</a> so your readers know what it's all about.\n"
3567
- "\n"
3568
- "Looking for more help with setting up your site? Check out the WordPress.com <a href=\"http://learn.wordpress.com/\">beginner's tutorial</a> and the <a href=\"http://en.support.wordpress.com/comics/\">guide to comics on WordPress.com</a>. Dive right in by <a href=\"BLOG_URLwp-admin/customize.php#title\">publishing your first strip!</a>\n"
3569
- "\n"
3570
- "Lots of laughs,\n"
3571
- "The WordPress.com Team"
3572
  msgstr ""
3573
 
3574
- #: modules/custom-post-types/nova.php:115
3575
- msgid "Menu Item Labels"
3576
  msgstr ""
3577
 
3578
- #: modules/custom-post-types/nova.php:116
3579
- msgid "Menu Item Label"
3580
  msgstr ""
3581
 
3582
- #: modules/custom-post-types/nova.php:117
3583
- msgid "Search Menu Item Labels"
3584
  msgstr ""
3585
 
3586
- #: modules/custom-post-types/nova.php:118
3587
- msgid "Popular Labels"
3588
  msgstr ""
3589
 
3590
- #: modules/custom-post-types/nova.php:119
3591
- msgid "All Menu Item Labels"
3592
  msgstr ""
3593
 
3594
- #: modules/custom-post-types/nova.php:120
3595
- msgid "Edit Menu Item Label"
3596
  msgstr ""
3597
 
3598
- #: modules/custom-post-types/nova.php:121
3599
- msgid "View Menu Item Label"
3600
  msgstr ""
3601
 
3602
- #: modules/custom-post-types/nova.php:122
3603
- msgid "Update Menu Item Label"
3604
  msgstr ""
3605
 
3606
- #: modules/custom-post-types/nova.php:123
3607
- msgid "Add New Menu Item Label"
 
3608
  msgstr ""
3609
 
3610
- #: modules/custom-css/custom-css.php:748 modules/custom-css/custom-css.php:830
3611
- #: modules/custom-css/custom-css.php:859 modules/minileven/minileven.php:271
3612
- #: modules/sharedaddy/sharing-sources.php:307
3613
- msgid "Cancel"
3614
- msgstr "Kanselleer"
3615
-
3616
- #: modules/custom-css/custom-css.php:812
3617
- msgid "Preprocessor:"
3618
  msgstr ""
3619
 
3620
- #: modules/custom-css/custom-css.php:813 modules/custom-css/custom-css.php:818
3621
- #: modules/videopress/videopress.php:273 modules/widgets/image-widget.php:137
3622
- msgid "None"
3623
- msgstr "Geen"
3624
-
3625
- #: modules/custom-css/custom-css.php:842
3626
- msgid "Mode:"
3627
  msgstr ""
3628
 
3629
- #: modules/custom-css/custom-css.php:843
3630
- msgid "Add-on"
3631
  msgstr ""
3632
 
3633
- #: modules/custom-css/custom-css.php:843
3634
- msgid "Replacement"
3635
  msgstr ""
3636
 
3637
- #: modules/custom-css/custom-css.php:850
3638
- msgid "Add-on CSS <b>(Recommended)</b>"
3639
  msgstr ""
3640
 
3641
- #: modules/custom-css/custom-css.php:855
3642
- msgid "Replace <a href=\"%s\">theme's CSS</a> <b>(Advanced)</b>"
3643
  msgstr ""
3644
 
3645
- #: modules/custom-css/custom-css.php:866
3646
- #: modules/custom-post-types/comics.php:235
3647
- #: modules/videopress/videopress.php:662
3648
- msgid "Preview"
3649
- msgstr "Vooraf Kyk"
3650
-
3651
- #: modules/custom-css/custom-css.php:868
3652
- msgid "Save &amp; Buy Upgrade"
3653
  msgstr ""
3654
 
3655
- #: modules/custom-css/custom-css.php:868
3656
- msgid "Save Stylesheet"
3657
  msgstr ""
3658
 
3659
- #: modules/custom-css/custom-css.php:930
3660
- msgid "Show more"
3661
  msgstr ""
3662
 
3663
- #: modules/custom-post-types/comics.php:83
3664
- msgid "Convert to Comic"
3665
  msgstr ""
3666
 
3667
- #: modules/custom-post-types/comics.php:89
3668
- msgid "Convert to Post"
3669
  msgstr ""
3670
 
3671
- #: modules/custom-post-types/comics.php:113
3672
- msgid "You are not allowed to make this change."
3673
  msgstr ""
3674
 
3675
- #: modules/custom-post-types/comics.php:160
3676
- msgid "Post converted."
3677
- msgid_plural "%s posts converted"
3678
- msgstr[0] ""
3679
- msgstr[1] ""
3680
 
3681
- #: modules/custom-post-types/comics.php:173
3682
- msgid "Drop images to upload"
3683
  msgstr ""
3684
 
3685
- #: modules/custom-post-types/comics.php:174
3686
- msgid "Uploading..."
3687
  msgstr ""
3688
 
3689
- #: modules/custom-post-types/comics.php:175
3690
- msgid "Processing..."
3691
  msgstr ""
3692
 
3693
- #: modules/custom-post-types/comics.php:176
3694
- msgid "Sorry, your browser isn't supported. Upgrade at browsehappy.com."
3695
  msgstr ""
3696
 
3697
- #: modules/custom-post-types/comics.php:177
3698
- msgid "Only images can be uploaded here."
 
3699
  msgstr ""
3700
 
3701
- #: modules/custom-post-types/comics.php:178
3702
- msgid "Your upload didn't complete; try again later or cross your fingers and try again right now."
3703
  msgstr ""
3704
 
3705
- #: modules/custom-post-types/comics.php:191
3706
- #: modules/custom-post-types/comics.php:193
3707
- #: modules/custom-post-types/comics.php:195
3708
- msgid "Comics"
3709
  msgstr ""
3710
 
3711
- #: modules/custom-post-types/comics.php:194
3712
- msgid "Comic"
3713
  msgstr ""
3714
 
3715
- #: modules/custom-post-types/comics.php:196
3716
- msgid "All Comics"
3717
  msgstr ""
3718
 
3719
- #: modules/custom-post-types/comics.php:197
3720
- #: modules/custom-post-types/testimonial.php:72 modules/publicize/ui.php:207
3721
- msgid "Add New"
3722
  msgstr ""
3723
 
3724
- #: modules/custom-post-types/comics.php:198
3725
- msgid "Add New Comic"
3726
  msgstr ""
3727
 
3728
- #: modules/contact-form/grunion-form-view.php:170
3729
- msgid "Add another option"
 
3730
  msgstr ""
3731
 
3732
- #: modules/contact-form/grunion-form-view.php:177
3733
- msgid "Required?"
3734
  msgstr ""
3735
 
3736
- #: modules/contact-form/grunion-form-view.php:182
3737
- msgid "Save this field"
 
3738
  msgstr ""
3739
 
3740
- #: modules/contact-form/grunion-form-view.php:187
3741
- msgid "Here&#8217;s what your form will look like"
3742
  msgstr ""
3743
 
3744
- #: modules/contact-form/grunion-form-view.php:192
3745
- msgid "Add a new field"
3746
  msgstr ""
3747
 
3748
- #: modules/contact-form/grunion-form-view.php:194
3749
- msgid "Add this form to my post"
3750
  msgstr ""
3751
 
3752
- #: modules/contact-form/grunion-form-view.php:197
3753
- msgid "Email settings"
3754
  msgstr ""
3755
 
3756
- #: modules/contact-form/grunion-form-view.php:199
3757
- msgid "Enter your email address"
3758
  msgstr ""
3759
 
3760
- #: modules/contact-form/grunion-form-view.php:202
3761
- msgid "What should the subject line be?"
 
 
3762
  msgstr ""
3763
 
3764
- #: modules/contact-form/grunion-form-view.php:205
3765
- msgid "Save and go back to form builder"
 
 
 
 
 
 
3766
  msgstr ""
3767
 
3768
- #: modules/custom-css/custom-css.php:456
3769
- msgid ""
3770
- "Welcome to Custom CSS!\n"
3771
- "\n"
3772
- "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"
3773
- "\n"
3774
- "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."
3775
  msgstr ""
3776
 
3777
- #: modules/custom-css/custom-css.php:577
3778
- msgid "Preview: changes must be saved or they will be lost"
3779
  msgstr ""
3780
 
3781
- #: modules/custom-css/custom-css.php:605
3782
- msgid "Edit CSS"
3783
  msgstr ""
3784
 
3785
- #: modules/custom-css/custom-css.php:618
3786
- msgid "CSS"
3787
  msgstr ""
3788
 
3789
- #: modules/custom-css/custom-css.php:638
3790
- msgid "Custom CSS Stylesheet"
 
3791
  msgstr ""
3792
 
3793
- #: modules/custom-css/custom-css.php:659
3794
- msgid "Stylesheet saved."
 
3795
  msgstr ""
3796
 
3797
- #: modules/custom-css/custom-css.php:663
3798
- msgid "Publish"
3799
- msgstr "Publiseer"
 
3800
 
3801
- #: modules/custom-css/custom-css.php:669
3802
- msgid "CSS Revisions"
3803
- msgstr ""
3804
 
3805
- #: modules/custom-css/custom-css.php:673
3806
- msgid "CSS Stylesheet Editor"
3807
- msgstr ""
3808
 
3809
- #: modules/custom-css/custom-css.php:680
3810
- msgid ""
3811
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
3812
- "\t\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
3813
- msgstr ""
3814
 
3815
- #: modules/custom-css/custom-css.php:717
3816
- msgid "Content Width:"
3817
- msgstr ""
 
3818
 
3819
- #: modules/custom-css/custom-css.php:718
3820
- msgid "Default"
3821
  msgstr ""
3822
 
3823
- #: modules/custom-css/custom-css.php:718
3824
- msgid "%s px"
3825
- msgstr ""
3826
 
3827
- #: modules/custom-css/custom-css.php:719 modules/custom-css/custom-css.php:814
3828
- #: modules/custom-css/custom-css.php:844 modules/minileven/minileven.php:262
3829
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
3830
- #: modules/minileven/theme/pub/minileven/content.php:53
3831
- #: modules/minileven/theme/pub/minileven/image.php:82
3832
- #: modules/minileven/theme/pub/minileven/page.php:31
3833
- #: modules/publicize/ui.php:677
3834
- msgid "Edit"
3835
- msgstr "Wysig"
3836
 
3837
- #: modules/custom-css/custom-css.php:726
3838
- msgid "Limit width to %1$s pixels for videos, full size images, and other shortcodes. (<a href=\"%2$s\">More info</a>.)"
 
 
 
 
 
 
 
 
3839
  msgstr ""
3840
 
3841
- #: modules/custom-css/custom-css.php:742
3842
- msgid "The default content width for the %s theme is %d pixels."
3843
  msgstr ""
3844
 
3845
- #: modules/custom-css/custom-css.php:747 modules/custom-css/custom-css.php:829
3846
- #: modules/custom-css/custom-css.php:858 modules/minileven/minileven.php:270
3847
- #: modules/publicize/publicize-jetpack.php:473
3848
- #: modules/publicize/publicize-jetpack.php:585 modules/publicize/ui.php:274
3849
- msgid "OK"
3850
- msgstr "OK"
3851
 
3852
- #: modules/contact-form/grunion-form-view.php:18
3853
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
3854
- msgid "move"
3855
  msgstr ""
3856
 
3857
- #: modules/contact-form/grunion-form-view.php:19
3858
- msgctxt "Link to edit an HTML form field in contact form builder"
3859
- msgid "edit"
3860
  msgstr ""
3861
 
3862
- #: modules/contact-form/grunion-form-view.php:20
3863
- msgid "Saved successfully"
3864
  msgstr ""
3865
 
3866
- #: modules/contact-form/grunion-form-view.php:21
3867
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
3868
- msgid "(required)"
3869
- msgstr "(verplig)"
3870
 
3871
- #: modules/contact-form/grunion-form-view.php:22
3872
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
 
3873
  msgstr ""
3874
 
3875
- #: modules/contact-form/grunion-form-view.php:118
3876
- msgid "Your new field was saved successfully"
3877
  msgstr ""
3878
 
3879
- #: modules/contact-form/grunion-form-view.php:120
3880
- msgid "Form builder"
3881
  msgstr ""
3882
 
3883
- #: modules/contact-form/grunion-form-view.php:121
3884
- msgid "Email notifications"
 
3885
  msgstr ""
3886
 
3887
- #: modules/contact-form/grunion-form-view.php:126
3888
- msgid "How does this work?"
3889
  msgstr ""
3890
 
3891
- #: modules/contact-form/grunion-form-view.php:127
3892
- 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."
3893
  msgstr ""
3894
 
3895
- #: modules/contact-form/grunion-form-view.php:128
3896
- msgid "Can I add more fields?"
 
3897
  msgstr ""
3898
 
3899
- #: modules/contact-form/grunion-form-view.php:130
3900
- msgctxt "%1$s = \"Click here\" in an HTML link"
3901
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
3902
  msgstr ""
3903
 
3904
- #: modules/contact-form/grunion-form-view.php:131
3905
- msgid "Click here"
3906
  msgstr ""
3907
 
3908
- #: modules/contact-form/grunion-form-view.php:133
3909
- msgid "Can I view my feedback within WordPress?"
 
3910
  msgstr ""
3911
 
3912
- #: modules/contact-form/grunion-form-view.php:135
3913
- msgctxt "%1$s = \"Feedback\" in an HTML link"
3914
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
3915
  msgstr ""
3916
 
3917
- #: modules/contact-form/grunion-form-view.php:141
3918
- msgid "Do I need to fill this out?"
3919
  msgstr ""
3920
 
3921
- #: modules/contact-form/grunion-form-view.php:142
3922
- 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."
 
3923
  msgstr ""
3924
 
3925
- #: modules/contact-form/grunion-form-view.php:146
3926
- msgid "Edit this new field"
3927
  msgstr ""
3928
 
3929
- #: modules/contact-form/grunion-form-view.php:148
3930
- #: modules/sharedaddy/sharing-sources.php:991
3931
- msgid "Label"
 
 
 
 
 
 
 
 
3932
  msgstr ""
3933
 
3934
- #: modules/contact-form/grunion-form-view.php:149
3935
- msgid "New field"
3936
  msgstr ""
3937
 
3938
- #: modules/contact-form/grunion-form-view.php:151
3939
- msgid "Field type"
 
3940
  msgstr ""
3941
 
3942
- #: modules/contact-form/grunion-form-view.php:153
3943
- msgid "Checkbox"
3944
  msgstr ""
3945
 
3946
- #: modules/contact-form/grunion-form-view.php:154
3947
- msgid "Drop down"
3948
  msgstr ""
3949
 
3950
- #: modules/contact-form/grunion-form-view.php:157
3951
- msgid "Radio"
 
3952
  msgstr ""
3953
 
3954
- #: modules/contact-form/grunion-form-view.php:158
3955
- msgid "Text"
3956
- msgstr "Teks"
3957
 
3958
- #: modules/contact-form/grunion-form-view.php:159
3959
- msgid "Textarea"
3960
  msgstr ""
3961
 
3962
- #: modules/contact-form/grunion-form-view.php:166
3963
- msgid "Options"
 
 
 
 
3964
  msgstr ""
3965
 
3966
- #: modules/contact-form/grunion-form-view.php:167
3967
- msgid "First option"
 
 
 
 
3968
  msgstr ""
3969
 
3970
- #: modules/contact-form/grunion-contact-form.php:418
3971
- #: modules/contact-form/grunion-contact-form.php:510
3972
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
3973
- #: modules/module-info.php:495
3974
- msgid "Contact Form"
3975
  msgstr ""
3976
 
3977
- #: modules/contact-form/grunion-contact-form.php:724
3978
- msgctxt "%1$s = blog name"
3979
- msgid "%1$s Sidebar"
3980
  msgstr ""
3981
 
3982
- #: modules/contact-form/grunion-contact-form.php:727
3983
- msgctxt "%1$s = blog name, %2$s = post title"
3984
- msgid "%1$s %2$s"
3985
  msgstr ""
3986
 
3987
- #: modules/contact-form/grunion-contact-form.php:738
3988
- msgid "Submit &#187;"
3989
- msgstr "Stuur &#187;"
3990
 
3991
- #: modules/contact-form/grunion-contact-form.php:758
3992
- msgid "Subject"
3993
  msgstr ""
3994
 
3995
- #: modules/contact-form/grunion-contact-form.php:839
3996
- msgid "Error!"
3997
- msgstr "Oeps!"
 
3998
 
3999
- #: modules/contact-form/grunion-contact-form.php:854
4000
- msgid "go back"
4001
  msgstr ""
4002
 
4003
- #: modules/contact-form/grunion-contact-form.php:928
4004
- #: modules/contact-form/grunion-contact-form.php:944
4005
- msgctxt "%1$s = form field label, %2$s = form field value"
4006
- msgid "%1$s: %2$s"
4007
  msgstr ""
4008
 
4009
- #: modules/contact-form/grunion-contact-form.php:1209
4010
- msgid "Time:"
 
4011
  msgstr ""
4012
 
4013
- #: modules/contact-form/grunion-contact-form.php:1210
4014
- msgid "IP Address:"
4015
  msgstr ""
4016
 
4017
- #: modules/contact-form/grunion-contact-form.php:1218
4018
- msgid "Contact Form URL:"
4019
  msgstr ""
4020
 
4021
- #: modules/contact-form/grunion-contact-form.php:1223
4022
- msgid "Sent by a verified %s user."
4023
  msgstr ""
4024
 
4025
- #: modules/contact-form/grunion-contact-form.php:1227
4026
- msgid "Sent by an unverified visitor to your site."
4027
  msgstr ""
4028
 
4029
- #: modules/contact-form/grunion-contact-form.php:1467
4030
- msgid "%s requires a valid email address"
4031
  msgstr ""
4032
 
4033
- #: modules/contact-form/grunion-contact-form.php:1473
4034
- msgid "%s is required"
4035
- msgstr "%s is word vereis"
4036
 
4037
- #: modules/contact-form/grunion-contact-form.php:1522
4038
- #: modules/contact-form/grunion-contact-form.php:1528
4039
- #: modules/contact-form/grunion-contact-form.php:1533
4040
- #: modules/contact-form/grunion-contact-form.php:1547
4041
- #: modules/contact-form/grunion-contact-form.php:1553
4042
- #: modules/contact-form/grunion-contact-form.php:1564
4043
- #: modules/contact-form/grunion-contact-form.php:1574
4044
- msgid "(required)"
4045
- msgstr "(verplig) "
4046
 
4047
- #: modules/contact-form/grunion-contact-form.php:1546
4048
- #: modules/minileven/minileven.php:261
4049
- msgid "Yes"
4050
- msgstr "Ja"
4051
 
4052
- #: modules/contact-form/grunion-form-view.php:8
4053
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
4054
- msgid "Name"
4055
  msgstr ""
4056
 
4057
- #: modules/contact-form/grunion-form-view.php:9
4058
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
4059
- msgid "Email"
4060
- msgstr "E-posadres"
4061
-
4062
- #: modules/contact-form/grunion-form-view.php:10
4063
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
4064
- msgid "Website"
4065
- msgstr "Webwerf"
4066
 
4067
- #: modules/contact-form/grunion-form-view.php:11
4068
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
4069
- msgid "Comment"
4070
- msgstr "Kommentaar"
4071
 
4072
- #: modules/contact-form/grunion-form-view.php:12
4073
- msgctxt "Default label for new HTML form field in contact form builder"
4074
- msgid "New Field"
4075
  msgstr ""
4076
 
4077
- #: modules/contact-form/grunion-form-view.php:13
4078
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
4079
- msgid "Options"
4080
  msgstr ""
4081
 
4082
- #: modules/contact-form/grunion-form-view.php:14
4083
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
4084
- msgid "Option"
4085
  msgstr ""
4086
 
4087
- #: modules/contact-form/grunion-form-view.php:15
4088
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
4089
- msgid "First option"
4090
  msgstr ""
4091
 
4092
- #: modules/contact-form/grunion-form-view.php:16
4093
- msgctxt "error message in contact form builder"
4094
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
4095
  msgstr ""
4096
 
4097
- #: modules/contact-form/grunion-form-view.php:17
4098
- msgid ""
4099
- "Drag up or down\n"
4100
- "to re-arrange"
4101
  msgstr ""
4102
 
4103
- #: modules/contact-form/admin.php:157
4104
- msgid "Feedback(s) marked as spam"
4105
  msgstr ""
4106
 
4107
- #: modules/contact-form/admin.php:187 modules/contact-form/admin.php:602
4108
- msgid "Messages"
4109
  msgstr ""
4110
 
4111
- #: modules/contact-form/admin.php:196
4112
- #: modules/contact-form/grunion-omnisearch.php:36
4113
- msgid "From"
4114
  msgstr ""
4115
 
4116
- #: modules/contact-form/admin.php:197
4117
- #: modules/contact-form/grunion-contact-form.php:762
4118
- #: modules/contact-form/grunion-omnisearch.php:37
4119
- msgid "Message"
4120
  msgstr ""
4121
 
4122
- #: modules/contact-form/admin.php:198
4123
- #: modules/contact-form/grunion-omnisearch.php:38
4124
- #: modules/omnisearch/omnisearch-posts.php:46
4125
- msgid "Date"
4126
  msgstr ""
4127
 
4128
- #: modules/contact-form/admin.php:268
4129
- msgid "Restore this item from the Trash"
4130
  msgstr ""
4131
 
4132
- #: modules/contact-form/admin.php:270
4133
- msgid "Restore"
4134
  msgstr ""
4135
 
4136
- #: modules/contact-form/admin.php:273 modules/contact-form/admin.php:372
4137
- msgid "Delete this item permanently"
4138
  msgstr ""
4139
 
4140
- #: modules/contact-form/admin.php:275 modules/contact-form/admin.php:374
4141
- msgid "Delete Permanently"
4142
- msgstr "Skrap Vir Altyd"
4143
 
4144
- #: modules/contact-form/admin.php:306
4145
- msgid "Mark this message as spam"
4146
  msgstr ""
4147
 
4148
- #: modules/contact-form/admin.php:313 modules/contact-form/admin.php:315
4149
- #: modules/contact-form/admin.php:612
4150
- #: modules/omnisearch/omnisearch-posts.php:65
4151
- msgid "Trash"
4152
  msgstr ""
4153
 
4154
- #: modules/contact-form/admin.php:366
4155
- msgid "Mark this message as NOT spam"
4156
  msgstr ""
4157
 
4158
- #: modules/contact-form/admin.php:406
4159
- #: modules/contact-form/grunion-contact-form.php:1187
4160
- msgctxt "{$date_format} \\a\\t {$time_format}"
4161
- msgid "%1$s \\a\\t %2$s"
4162
  msgstr ""
4163
 
4164
- #: modules/contact-form/admin.php:568
4165
- msgid "You are not allowed to move this item out of the Trash."
4166
  msgstr ""
4167
 
4168
- #: modules/contact-form/admin.php:571
4169
- msgid "Error in restoring from Trash."
4170
  msgstr ""
4171
 
4172
- #: modules/contact-form/admin.php:575
4173
- msgid "You are not allowed to move this item to the Trash."
4174
  msgstr ""
4175
 
4176
- #: modules/contact-form/admin.php:578
4177
- msgid "Error in moving to Trash."
 
 
 
 
4178
  msgstr ""
4179
 
4180
- #: modules/contact-form/admin.php:625
4181
- msgid "Spam"
4182
  msgstr ""
4183
 
4184
- #: modules/contact-form/grunion-contact-form.php:82
4185
- #: modules/contact-form/grunion-contact-form.php:83
4186
- #: modules/contact-form/grunion-form-view.php:136
4187
- msgid "Feedback"
4188
  msgstr ""
4189
 
4190
- #: modules/contact-form/grunion-contact-form.php:84
4191
- msgid "Search Feedback"
4192
  msgstr ""
4193
 
4194
- #: modules/contact-form/grunion-contact-form.php:85
4195
- #: modules/contact-form/grunion-contact-form.php:86
4196
- msgid "No feedback found"
4197
  msgstr ""
4198
 
4199
- #: modules/contact-form/grunion-contact-form.php:103
4200
- msgid "Spam <span class=\"count\">(%s)</span>"
4201
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
4202
- msgstr[0] ""
4203
- msgstr[1] ""
4204
 
4205
- #: modules/contact-form/grunion-contact-form.php:192
4206
- msgid "An error occurred. Please try again later."
4207
  msgstr ""
4208
 
4209
- #: modules/contact-form/grunion-contact-form.php:200
4210
- #: modules/contact-form/grunion-contact-form.php:853
4211
- msgid "Message Sent"
4212
- msgstr "Boodskap gestuur"
4213
 
4214
- #: modules/contact-form/grunion-contact-form.php:358
4215
- msgid "Export feedback as CSV"
4216
  msgstr ""
4217
 
4218
- #: modules/contact-form/grunion-contact-form.php:364
4219
- msgid "Select feedback to download"
4220
  msgstr ""
4221
 
4222
- #: modules/contact-form/grunion-contact-form.php:366
4223
- msgid "All posts"
4224
  msgstr ""
4225
 
4226
- #: modules/contact-form/grunion-contact-form.php:371
4227
- msgid "Download"
4228
  msgstr ""
4229
 
4230
- #: modules/carousel/jetpack-carousel.php:389
4231
- #: modules/shortcodes/slideshow.php:67
4232
- msgid "Background color"
4233
  msgstr ""
4234
 
4235
- #: modules/carousel/jetpack-carousel.php:392
4236
- msgid "Metadata"
4237
  msgstr ""
4238
 
4239
- #: modules/carousel/jetpack-carousel.php:449
4240
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
4241
  msgstr ""
4242
 
4243
- #: modules/carousel/jetpack-carousel.php:457
4244
- msgid "Show map of photo location in carousel, when available."
4245
  msgstr ""
4246
 
4247
- #: modules/carousel/jetpack-carousel.php:465
4248
- #: modules/shortcodes/slideshow.php:74
4249
- msgid "Black"
4250
  msgstr ""
4251
 
4252
- #: modules/carousel/jetpack-carousel.php:465
4253
- #: modules/shortcodes/slideshow.php:75
4254
- msgid "White"
4255
  msgstr ""
4256
 
4257
- #: modules/carousel/jetpack-carousel.php:473
4258
- msgid "Display images in full-size carousel slideshow."
4259
  msgstr ""
4260
 
4261
- #: modules/comments/admin.php:50 modules/comments/comments.php:211
4262
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
4263
- msgid "Leave a Reply"
4264
- msgstr "Lewer kommentaar"
4265
 
4266
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:156
4267
- #: modules/widgets/twitter-timeline.php:218
4268
- msgid "Light"
4269
- msgstr "Lig"
4270
 
4271
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:157
4272
- #: modules/widgets/twitter-timeline.php:219
4273
- msgid "Dark"
4274
- msgstr "Donker"
4275
 
4276
- #: modules/comments/admin.php:56
4277
- msgid "Transparent"
4278
- msgstr "Deurskynend"
4279
 
4280
- #: modules/comments/admin.php:72 modules/module-info.php:521
4281
- msgid "Jetpack Comments"
4282
  msgstr ""
4283
 
4284
- #: modules/comments/admin.php:81
4285
- msgid "Greeting Text"
4286
- msgstr "Verwelkoming"
4287
 
4288
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
4289
- #: modules/widgets/facebook-likebox.php:154
4290
- msgid "Color Scheme"
4291
- msgstr "Kleurskema"
4292
 
4293
- #: modules/comments/admin.php:118
4294
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
4295
  msgstr ""
4296
 
4297
- #: modules/comments/admin.php:134
4298
- msgid "A few catchy words to motivate your readers to comment"
4299
  msgstr ""
4300
 
4301
- #: modules/comments/base.php:83
4302
- msgid "Invalid request"
4303
  msgstr ""
4304
 
4305
- #: modules/comments/base.php:230
4306
- msgid "Error: please fill the required fields (name, email)."
4307
- msgstr "Fout: vul asseblief die verpligde velde in."
4308
 
4309
- #: modules/comments/base.php:232
4310
- msgid "Error: please enter a valid email address."
4311
  msgstr ""
4312
 
4313
- #: modules/comments/comments.php:187
4314
- msgid "You must <a href=\"%s\">log in</a> to post a comment."
4315
- msgstr "Jy moet <a href=\"%s\">inteken</a> om kommentaar te lewer."
4316
 
4317
- #: modules/comments/comments.php:212
4318
- msgid "Leave a Reply to %s"
4319
- msgstr "Lewer kommentaar op %s"
4320
-
4321
- #: modules/comments/comments.php:251
4322
- msgid "Cancel reply"
4323
- msgstr "Kanselleer die reaksie"
4324
-
4325
- #: modules/comments/comments.php:387
4326
- msgid "Invalid security token."
4327
  msgstr ""
4328
 
4329
- #: modules/comments/comments.php:448 modules/comments/comments.php:499
4330
- msgid "Submitting Comment%s"
4331
- msgstr "Die kommentaar%s is aan't stuur"
4332
 
4333
- #: modules/contact-form/admin.php:16
4334
- msgid "Add a custom form"
4335
  msgstr ""
4336
 
4337
- #: modules/contact-form/admin.php:21 modules/contact-form/admin.php:22
4338
- msgid "Add Contact Form"
4339
  msgstr ""
4340
 
4341
- #: modules/contact-form/admin.php:101
4342
- msgid "Mark Spam"
4343
  msgstr ""
4344
 
4345
- #: modules/contact-form/admin.php:140 modules/contact-form/admin.php:534
4346
- msgid "You are not allowed to manage this item."
4347
  msgstr ""
4348
 
4349
- #: modules/carousel/jetpack-carousel.php:111
4350
- msgid "Please be sure to submit some text with your comment."
4351
- msgstr "Maak seker jou kommentaar bevat teks."
4352
 
4353
- #: modules/carousel/jetpack-carousel.php:112
4354
- msgid "Please provide an email address to comment."
4355
- msgstr "Verskaf asseblief jou e-posadres om kommentaar te kan lewer."
4356
 
4357
- #: modules/carousel/jetpack-carousel.php:113
4358
- msgid "Please provide your name to comment."
4359
- msgstr "Verskaf asseblief jou naam om kommentaar te lewer."
4360
 
4361
- #: modules/carousel/jetpack-carousel.php:114
4362
- msgid "Sorry, but there was an error posting your comment. Please try again later."
4363
- msgstr "Jammer, maar daar was 'n fout met die publiseer van jou kommentaar. Probeer asseblief later weer."
4364
 
4365
- #: modules/carousel/jetpack-carousel.php:115
4366
- msgid "Your comment was approved."
4367
- msgstr "Jou kommentaar is goedgekeur."
4368
 
4369
- #: modules/carousel/jetpack-carousel.php:116
4370
- msgid "Your comment is in moderation."
4371
- msgstr "Jou kommentaar word gemodereer."
4372
 
4373
- #: modules/carousel/jetpack-carousel.php:117
4374
- msgid "Camera"
4375
  msgstr ""
4376
 
4377
- #: modules/carousel/jetpack-carousel.php:118
4378
- msgid "Aperture"
4379
  msgstr ""
4380
 
4381
- #: modules/carousel/jetpack-carousel.php:119
4382
- msgid "Shutter Speed"
4383
  msgstr ""
4384
 
4385
- #: modules/carousel/jetpack-carousel.php:120
4386
- msgid "Focal Length"
4387
  msgstr ""
4388
 
4389
- #: modules/carousel/jetpack-carousel.php:130
4390
- msgid "Commenting as %s"
4391
- msgstr "Jy lewer kommentaar as %s"
4392
-
4393
- #: modules/carousel/jetpack-carousel.php:133
4394
- msgid "You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in</a> to post a comment."
4395
- msgstr "Jy moet <a href=\"#\" class=\"jp-carousel-comment-login\">ingeteken</a> wees om kommentaar te lewer."
4396
-
4397
- #: modules/carousel/jetpack-carousel.php:135
4398
- msgid "%s (Required)"
4399
- msgstr "%s (verplig)"
4400
-
4401
- #: modules/carousel/jetpack-carousel.php:137
4402
- #: modules/contact-form/grunion-contact-form.php:753
4403
- #: modules/contact-form/grunion-form-view.php:155
4404
- msgid "Email"
4405
- msgstr "Epos"
4406
-
4407
- #: modules/carousel/jetpack-carousel.php:141
4408
- #: modules/contact-form/grunion-contact-form.php:754
4409
- #: modules/contact-form/grunion-form-view.php:160
4410
- msgid "Website"
4411
- msgstr "Webwerf"
4412
-
4413
- #: modules/carousel/jetpack-carousel.php:266
4414
- msgid "Missing attachment ID."
4415
  msgstr ""
4416
 
4417
- #: modules/carousel/jetpack-carousel.php:303
4418
- msgid "Nonce verification failed."
4419
  msgstr ""
4420
 
4421
- #: modules/carousel/jetpack-carousel.php:310
4422
- msgid "Missing target blog ID."
4423
  msgstr ""
4424
 
4425
- #: modules/carousel/jetpack-carousel.php:313
4426
- msgid "Missing target post ID."
4427
  msgstr ""
4428
 
4429
- #: modules/carousel/jetpack-carousel.php:316
4430
- msgid "No comment text was submitted."
4431
- msgstr "Geen kommentaar is gestuur nie."
4432
 
4433
- #: modules/carousel/jetpack-carousel.php:328
4434
- msgid "Comments on this post are closed."
4435
- msgstr "Hierdie artikel se kommentaar is gesluit."
4436
 
4437
- #: modules/carousel/jetpack-carousel.php:338
4438
- msgid "Sorry, but we could not authenticate your request."
4439
  msgstr ""
4440
 
4441
- #: modules/carousel/jetpack-carousel.php:347
4442
- msgid "Please provide your name."
4443
  msgstr ""
4444
 
4445
- #: modules/carousel/jetpack-carousel.php:350
4446
- msgid "Please provide an email address."
4447
  msgstr ""
4448
 
4449
- #: modules/carousel/jetpack-carousel.php:353
4450
- msgid "Please provide a valid email address."
4451
  msgstr ""
4452
 
4453
- #: modules/carousel/jetpack-carousel.php:382
4454
- msgid "Image Gallery Carousel"
4455
  msgstr ""
4456
 
4457
- #: modules/carousel/jetpack-carousel.php:385
4458
- msgid "Enable carousel"
4459
  msgstr ""
4460
 
4461
- #: modules/after-the-deadline/config-options.php:95
4462
- msgid "Use automatically detected language to proofread posts and pages"
4463
- msgstr ""
4464
 
4465
- #: modules/after-the-deadline/config-unignore.php:129
4466
- msgid "Ignored Phrases"
4467
  msgstr ""
4468
 
4469
- #: modules/after-the-deadline/config-unignore.php:131
4470
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
4471
  msgstr ""
4472
 
4473
- #: modules/after-the-deadline/config-unignore.php:133
4474
- #: modules/widget-visibility/widget-conditions.php:174
4475
- msgid "Add"
4476
- msgstr "Voeg by"
4477
 
4478
- #: modules/after-the-deadline/config-unignore.php:138
4479
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
4480
  msgstr ""
4481
 
4482
- #: modules/after-the-deadline.php:179
4483
- msgid "Spelling"
4484
  msgstr ""
4485
 
4486
- #: modules/after-the-deadline.php:180
4487
- msgid "Repeated Word"
4488
  msgstr ""
4489
 
4490
- #: modules/after-the-deadline.php:182
4491
- msgid "No suggestions"
4492
- msgstr "Geen voorstelle nie"
4493
-
4494
- #: modules/after-the-deadline.php:184
4495
- msgid "Explain..."
4496
  msgstr ""
4497
 
4498
- #: modules/after-the-deadline.php:185
4499
- msgid "Ignore suggestion"
4500
  msgstr ""
4501
 
4502
- #: modules/after-the-deadline.php:186
4503
- msgid "Ignore always"
4504
  msgstr ""
4505
 
4506
- #: modules/after-the-deadline.php:187
4507
- msgid "Ignore all"
4508
- msgstr "Ignoreer alle"
4509
-
4510
- #: modules/after-the-deadline.php:189
4511
- msgid "Edit Selection..."
 
4512
  msgstr ""
4513
 
4514
- #: modules/after-the-deadline.php:191
4515
- msgid "proofread"
 
 
 
 
 
4516
  msgstr ""
4517
 
4518
- #: modules/after-the-deadline.php:192
4519
- msgid "edit text"
4520
- msgstr ""
4521
 
4522
- #: modules/after-the-deadline.php:193 modules/after-the-deadline.php:268
4523
- msgid "Proofread Writing"
 
 
 
 
4524
  msgstr ""
4525
 
4526
- #: modules/after-the-deadline.php:195
4527
- msgid "No writing errors were found."
4528
  msgstr ""
4529
 
4530
- #: modules/after-the-deadline.php:196
4531
- msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
4532
  msgstr ""
4533
 
4534
- #: modules/after-the-deadline.php:197
4535
- msgid "There was an error communicating with the proofreading service."
4536
  msgstr ""
4537
 
4538
- #: modules/after-the-deadline.php:199
4539
- msgid "Replace selection with:"
4540
  msgstr ""
4541
 
4542
- #: modules/after-the-deadline.php:200
4543
- msgid ""
4544
- "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
4545
- "\n"
4546
- "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
4547
  msgstr ""
4548
 
4549
- #: modules/after-the-deadline.php:201
4550
- msgid ""
4551
- "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
4552
- "\n"
4553
- "Press OK to update your post, or Cancel to view the suggestions and edit your post."
 
 
 
4554
  msgstr ""
4555
 
4556
- #: modules/carousel/jetpack-carousel.php:106
4557
- msgid "Comment"
4558
- msgstr "Kommentaar"
4559
 
4560
- #: modules/carousel/jetpack-carousel.php:107
4561
- msgid "Post Comment"
4562
- msgstr "Publiseer kommentaar"
4563
 
4564
- #: modules/carousel/jetpack-carousel.php:108
4565
- msgid "Write a Comment..."
4566
  msgstr ""
4567
 
4568
- #: modules/carousel/jetpack-carousel.php:109
4569
- msgid "Loading Comments..."
4570
- msgstr "Die kommentaar is aan't laai..."
4571
 
4572
- #: modules/carousel/jetpack-carousel.php:110
4573
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
4574
  msgstr ""
4575
 
4576
- #: functions.twitter-cards.php:83
4577
- msgid "Photo post by %s."
4578
  msgstr ""
4579
 
4580
- #: functions.twitter-cards.php:83
4581
- msgid "Photo post."
 
 
 
 
 
 
 
4582
  msgstr ""
4583
 
4584
- #: functions.twitter-cards.php:85
4585
- msgid "Video post by %s."
4586
  msgstr ""
4587
 
4588
- #: functions.twitter-cards.php:85
4589
- msgid "Video post."
4590
  msgstr ""
4591
 
4592
- #: functions.twitter-cards.php:87
4593
- msgid "Gallery post by %s."
4594
  msgstr ""
4595
 
4596
- #: functions.twitter-cards.php:87
4597
- msgid "Gallery post."
4598
  msgstr ""
4599
 
4600
- #: functions.twitter-cards.php:89
4601
- msgid "New post by %s."
4602
  msgstr ""
4603
 
4604
- #: functions.twitter-cards.php:89
4605
- msgid "New post."
4606
  msgstr ""
4607
 
4608
- #: locales.php:29
4609
- msgctxt "locales"
4610
- msgid "%1$s/%2$s"
4611
  msgstr ""
4612
 
4613
- #: modules/after-the-deadline/config-options.php:48
4614
- msgid "Proofreading"
4615
  msgstr ""
4616
 
4617
- #: modules/after-the-deadline/config-options.php:50
4618
- msgid "Automatically proofread content when:"
4619
  msgstr ""
4620
 
4621
- #: modules/after-the-deadline/config-options.php:53
4622
- msgid "a post or page is first published"
4623
  msgstr ""
4624
 
4625
- #: modules/after-the-deadline/config-options.php:55
4626
- msgid "a post or page is updated"
4627
  msgstr ""
4628
 
4629
- #: modules/after-the-deadline/config-options.php:58
4630
- msgid "English Options"
4631
  msgstr ""
4632
 
4633
- #: modules/after-the-deadline/config-options.php:60
4634
- msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
 
 
 
 
4635
  msgstr ""
4636
 
4637
- #: modules/after-the-deadline/config-options.php:63
4638
- msgid "Bias Language"
 
4639
  msgstr ""
4640
 
4641
- #: modules/after-the-deadline/config-options.php:65
4642
- msgid "Clich&eacute;s"
 
4643
  msgstr ""
4644
 
4645
- #: modules/after-the-deadline/config-options.php:67
4646
- msgid "Complex Phrases"
 
4647
  msgstr ""
4648
 
4649
- #: modules/after-the-deadline/config-options.php:69
4650
- msgid "Diacritical Marks"
4651
  msgstr ""
4652
 
4653
- #: modules/after-the-deadline/config-options.php:71
4654
- msgid "Double Negatives"
4655
  msgstr ""
4656
 
4657
- #: modules/after-the-deadline/config-options.php:73
4658
- msgid "Hidden Verbs"
4659
  msgstr ""
4660
 
4661
- #: modules/after-the-deadline/config-options.php:75
4662
- msgid "Jargon"
4663
  msgstr ""
4664
 
4665
- #: modules/after-the-deadline/config-options.php:77
4666
- msgid "Passive Voice"
4667
  msgstr ""
4668
 
4669
- #: modules/after-the-deadline/config-options.php:79
4670
- msgid "Phrases to Avoid"
4671
  msgstr ""
4672
 
4673
- #: modules/after-the-deadline/config-options.php:81
4674
- msgid "Redundant Phrases"
4675
  msgstr ""
4676
 
4677
- #: modules/after-the-deadline/config-options.php:83
4678
- msgid "<a href=\"%s\">Learn more</a> about these options."
4679
  msgstr ""
4680
 
4681
- #: modules/after-the-deadline/config-options.php:86
4682
- msgid "Language"
4683
- msgstr "Taal"
4684
 
4685
- #: modules/after-the-deadline/config-options.php:89
4686
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
4687
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
4688
  msgstr ""
4689
 
4690
- #: class.jetpack.php:3178
4691
- msgid "Free"
4692
  msgstr ""
4693
 
4694
- #: class.jetpack.php:3178
4695
- msgid "Purchase"
4696
  msgstr ""
4697
 
4698
- #: class.jetpack.php:3186
4699
- msgid "New"
4700
  msgstr ""
4701
 
4702
- #: class.jetpack.php:3189
4703
- msgid "Updated"
4704
  msgstr ""
4705
 
4706
- #: class.jetpack.php:3217
4707
- msgid "Configure"
4708
  msgstr ""
4709
 
4710
- #: class.jetpack.php:3255
4711
- msgid "Coming soon&#8230;"
4712
  msgstr ""
4713
 
4714
- #: class.jetpack.php:3412
4715
- msgid "Something is being cranky!"
4716
  msgstr ""
4717
 
4718
- #: class.jetpack.php:3413
4719
- msgid "Your site is configured to only permit SSL connections to Jetpack, but SSL connections don't seem to be functional!"
4720
  msgstr ""
4721
 
4722
- #: class.jetpack.php:3501
4723
- msgid "Error Details: Jetpack ID is empty. Do not publicly post this error message! %s"
4724
  msgstr ""
4725
 
4726
- #: class.jetpack.php:3503
4727
- msgid "Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s"
4728
  msgstr ""
4729
 
4730
- #: class.jetpack.php:3505
4731
- msgid "Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s"
4732
  msgstr ""
4733
 
4734
- #: class.jetpack.php:3663
4735
- msgid "Jetpack Plugin Version"
4736
  msgstr ""
4737
 
4738
- #: class.jetpack.php:3669
4739
- msgid "The Client ID/WP.com Blog ID of this site"
4740
  msgstr ""
4741
 
4742
- #: class.jetpack.php:3921
4743
- msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
 
4744
  msgstr ""
4745
 
4746
- #: class.jetpack.php:3924
4747
- 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."
4748
  msgstr ""
4749
 
4750
- #: class.jetpack.php:3952
4751
- msgid "The authorization process expired. Please go back and try again."
4752
  msgstr ""
4753
 
4754
- #: class.jetpack.php:3992
4755
- msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
4756
  msgstr ""
4757
 
4758
- #: class.jetpack.php:4160
4759
- msgid "Something has gotten mixed up!"
4760
  msgstr ""
4761
 
4762
- #: class.jetpack.php:4162
4763
- msgid "Your <code>%1$s</code> option is set up as <strong>%2$s</strong>, but your WordPress.com connection lists it as <strong>%3$s</strong>!"
4764
  msgstr ""
4765
 
4766
- #: class.jetpack.php:4164
4767
- msgid "The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings."
4768
  msgstr ""
4769
 
4770
- #: class.jetpack.php:4165
4771
- msgid "Ignore the difference. This is just a staging site for the real site referenced above."
4772
  msgstr ""
4773
 
4774
- #: class.jetpack.php:4166
4775
- msgid "That used to be my URL for this site before I changed it. Update the WordPress.com Cloud's data to match my current settings."
4776
  msgstr ""
4777
 
4778
- #: class.json-api-endpoints.php:1174
4779
- msgid "This post is password protected."
4780
- msgstr "Hierdie inskrywing word deur 'n wagwoord beskerm"
4781
 
4782
- #: class.json-api-endpoints.php:2865
4783
- msgid "Comment cache problem?"
4784
  msgstr ""
4785
 
4786
- #: functions.gallery.php:12
4787
- msgid "Thumbnail Grid"
4788
  msgstr ""
4789
 
4790
- #: functions.gallery.php:40
4791
- msgid "Type"
4792
- msgstr "Tipe"
4793
 
4794
- #: functions.opengraph.php:90
4795
- msgid "(no title)"
4796
- msgstr "(geen titel nie)"
4797
 
4798
- #: class.jetpack.php:2637
4799
- msgctxt "%l = list of Jetpack module/feature names"
4800
- msgid "Deactivate %l"
4801
  msgstr ""
4802
 
4803
- #: class.jetpack.php:2822
4804
- msgid "Connected to WordPress.com"
4805
- msgstr ""
4806
 
4807
- #: class.jetpack.php:2822
4808
- msgid "Disconnect from WordPress.com"
4809
  msgstr ""
4810
 
4811
- #: class.jetpack.php:2827
4812
- msgid "User linked to WordPress.com"
4813
  msgstr ""
4814
 
4815
- #: class.jetpack.php:2827
4816
- msgid "Unlink user from WordPress.com"
4817
  msgstr ""
4818
 
4819
- #: class.jetpack.php:2845
4820
- msgid "Jetpack is network activated and notices can not be dismissed."
4821
  msgstr ""
4822
 
4823
- #: class.jetpack.php:2859
4824
- msgid "Dismiss this notice."
4825
  msgstr ""
4826
 
4827
- #: class.jetpack.php:2864
4828
- 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."
4829
  msgstr ""
4830
 
4831
- #: class.jetpack.php:2879
4832
- 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."
4833
  msgstr ""
4834
 
4835
- #: class.jetpack.php:2883 modules/post-by-email.php:132
4836
- #: modules/publicize/publicize-jetpack.php:70
4837
- msgid "Link account with WordPress.com"
4838
  msgstr ""
4839
 
4840
- #: class.jetpack.php:2904
4841
- msgid "Have feedback on Jetpack?"
4842
  msgstr ""
4843
 
4844
- #: class.jetpack.php:2906
4845
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
4846
  msgstr ""
4847
 
4848
- #: class.jetpack.php:2909
4849
- msgid "Take Survey"
4850
  msgstr ""
4851
 
4852
- #: class.jetpack.php:2915
4853
- msgid "Checking email updates status&hellip;"
4854
  msgstr ""
4855
 
4856
- #: class.jetpack.php:2921
4857
- msgctxt "%s = Unsubscribe link"
4858
- msgid "You are currently subscribed to email updates. %s"
4859
  msgstr ""
4860
 
4861
- #: class.jetpack.php:2922
4862
- msgid "Unsubscribe"
4863
  msgstr ""
4864
 
4865
- #: class.jetpack.php:2926
4866
- msgctxt "%s = Subscribe link"
4867
- msgid "Want to receive updates about Jetpack by email? %s"
4868
  msgstr ""
4869
 
4870
- #: class.jetpack.php:2927 modules/subscriptions.php:710
4871
- msgid "Subscribe"
4872
  msgstr ""
4873
 
4874
- #: class.jetpack.php:2934
4875
- msgid "You have been subscribed to receive email updates."
4876
  msgstr ""
4877
 
4878
- #: class.jetpack.php:2936
4879
- msgid "You will no longer receive email updates about Jetpack."
 
4880
  msgstr ""
4881
 
4882
- #: class.jetpack.php:2948
4883
- msgid "An <span>Automattic</span> Airline"
 
4884
  msgstr ""
4885
 
4886
- #: class.jetpack.php:2951
4887
- msgid "Privacy Policy"
 
4888
  msgstr ""
4889
 
4890
- #: class.jetpack.php:2952
4891
- msgid "Terms of Service"
 
4892
  msgstr ""
4893
 
4894
- #: class.jetpack.php:2954
4895
- msgid "Debug"
4896
  msgstr ""
4897
 
4898
- #: class.jetpack.php:2956 modules/sharedaddy/sharedaddy.php:87
4899
- msgid "Support"
 
4900
  msgstr ""
4901
 
4902
- #: class.jetpack.php:3086
4903
- msgid "Configure %s"
 
4904
  msgstr ""
4905
 
4906
- #: class.jetpack.php:3145
4907
- msgid "Deactivate"
 
4908
  msgstr ""
4909
 
4910
- #: class.jetpack.php:3158
4911
- msgid "Activate"
4912
- msgstr "Aktiveer"
4913
-
4914
- #: class.jetpack.php:2296
4915
- 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?"
4916
  msgstr ""
4917
 
4918
- #: class.jetpack.php:2298
4919
- msgid "Do you still have the %s plugin installed?"
 
4920
  msgstr ""
4921
 
4922
- #: class.jetpack.php:2301
4923
- 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?"
 
4924
  msgstr ""
4925
 
4926
- #: class.jetpack.php:2319
4927
- msgid "%s was not activated."
4928
  msgstr ""
4929
 
4930
- #: class.jetpack.php:2321
4931
- msgid "%s was not deactivated."
4932
  msgstr ""
4933
 
4934
- #: class.jetpack.php:2323
4935
- msgid "This module can only be altered by %s, the user who initiated the Jetpack connection on this site."
4936
  msgstr ""
4937
 
4938
- #: class.jetpack.php:2326
4939
- msgid "Only the user who initiated the Jetpack connection on this site can toggle %s, but that user no longer exists. This should not happen."
4940
  msgstr ""
4941
 
4942
- #: class.jetpack.php:2330
4943
- 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)."
4944
  msgstr ""
4945
 
4946
- #: class.jetpack.php:2336
4947
- msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
4948
  msgstr ""
4949
 
4950
- #: class.jetpack.php:2340
4951
- msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
 
 
 
 
 
 
 
 
 
 
 
 
4952
  msgstr ""
4953
 
4954
- #: class.jetpack.php:2380
4955
- 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"
4956
  msgstr ""
4957
 
4958
- #: class.jetpack.php:2383
4959
- msgid "Try connecting again."
4960
  msgstr ""
4961
 
4962
- #: class.jetpack.php:2407
4963
- msgid "Welcome to <strong>Jetpack %s</strong>!"
4964
  msgstr ""
4965
 
4966
- #: class.jetpack.php:2419
4967
- msgid "The following new modules have been activated: %l."
4968
  msgstr ""
4969
 
4970
- #: class.jetpack.php:2431
4971
- msgid "The following modules have been updated: %l."
4972
  msgstr ""
4973
 
4974
- #: class.jetpack.php:2440
4975
- msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
4976
  msgstr ""
4977
 
4978
- #: class.jetpack.php:2466
4979
- msgctxt "%l = list of Jetpack module/feature names"
4980
- msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
4981
- msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
4982
- msgstr[0] ""
4983
- msgstr[1] ""
 
4984
 
4985
- #: class.jetpack.php:2478
4986
- msgid "<strong>Module settings were saved.</strong> "
4987
  msgstr ""
4988
 
4989
- #: class.jetpack.php:2482
4990
- msgid "<strong>Your Jetpack is already connected.</strong> "
4991
  msgstr ""
4992
 
4993
- #: class.jetpack.php:2486 class.jetpack.php:2493
4994
- msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
4995
  msgstr ""
4996
 
4997
- #: class.jetpack.php:2488
4998
- msgid "The features below are now active. Click the learn more buttons to explore each feature."
4999
  msgstr ""
5000
 
5001
- #: class.jetpack.php:2499
5002
- msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
5003
  msgstr ""
5004
 
5005
- #: class.jetpack.php:2522
5006
- msgid "Jetpack contains the most recent version of the old %l plugin."
5007
- msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
5008
- msgstr[0] ""
5009
- msgstr[1] ""
5010
-
5011
- #: class.jetpack.php:2533
5012
- msgid "The old version has been deactivated and can be removed from your site."
5013
- msgid_plural "The old versions have been deactivated and can be removed from your site."
5014
- msgstr[0] ""
5015
- msgstr[1] ""
5016
 
5017
- #: class.jetpack.php:2598
5018
- msgid "Is this site private?"
5019
  msgstr ""
5020
 
5021
- #: class.jetpack.php:2603
5022
- msgctxt "%l = list of Jetpack module/feature names"
5023
- msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
5024
- msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
5025
- msgstr[0] ""
5026
- msgstr[1] ""
5027
 
5028
- #: class.jetpack.php:2620
5029
- msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
5030
- msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
5031
- msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
5032
- msgstr[0] ""
5033
- msgstr[1] ""
5034
 
5035
- #: class.jetpack.php:1877 class.jetpack.php:1924
5036
- msgid "Jetpack FAQ"
5037
  msgstr ""
5038
 
5039
- #: class.jetpack.php:1878 class.jetpack.php:1925
5040
- msgid "Jetpack Support"
5041
  msgstr ""
5042
 
5043
- #: class.jetpack.php:1894
5044
- msgid "Overview"
5045
  msgstr ""
5046
 
5047
- #: class.jetpack.php:1907
5048
- msgid "Modules"
5049
  msgstr ""
5050
 
5051
- #: class.jetpack.php:1910
5052
- msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
5053
  msgstr ""
5054
 
5055
- #: class.jetpack.php:1912
5056
- msgid "Find the component you want to manage"
5057
  msgstr ""
5058
 
5059
- #: class.jetpack.php:1913
5060
- msgid "Click on Learn More"
5061
  msgstr ""
5062
 
5063
- #: class.jetpack.php:1914
5064
- msgid "An Activate or Deactivate button will appear"
 
5065
  msgstr ""
5066
 
5067
- #: class.jetpack.php:1915
5068
- msgid "If additional settings are available, a link to them will appear"
5069
  msgstr ""
5070
 
5071
- #: class.jetpack.php:2020 modules/publicize/ui.php:677
5072
- #: modules/sharedaddy/sharedaddy.php:79 modules/sharedaddy/sharedaddy.php:86
5073
- msgid "Settings"
5074
- msgstr "Instellings"
5075
-
5076
- #: class.jetpack.php:2037
5077
- msgid "Dismiss this notice and deactivate Jetpack."
5078
  msgstr ""
5079
 
5080
- #: class.jetpack.php:2043
5081
- msgid "<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!"
5082
  msgstr ""
5083
 
5084
- #: class.jetpack.php:2045
5085
- msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
5086
  msgstr ""
5087
 
5088
- #: class.jetpack.php:2051 class.jetpack.php:2868
5089
- msgid "Connect to WordPress.com"
5090
  msgstr ""
5091
 
5092
- #: class.jetpack.php:2053 modules/module-info.php:45 modules/module-info.php:81
5093
- #: modules/module-info.php:138 modules/module-info.php:173
5094
- #: modules/module-info.php:207 modules/module-info.php:237
5095
- #: modules/module-info.php:270 modules/module-info.php:306
5096
- #: modules/module-info.php:357 modules/module-info.php:379
5097
- #: modules/module-info.php:417 modules/module-info.php:442
5098
- #: modules/module-info.php:460 modules/module-info.php:479
5099
- #: modules/module-info.php:485 modules/module-info.php:512
5100
- #: modules/module-info.php:543 modules/module-info.php:578
5101
- #: modules/module-info.php:600 modules/module-info.php:622
5102
- #: modules/module-info.php:672 modules/module-info.php:700
5103
- #: modules/module-info.php:728 modules/module-info.php:749
5104
- #: modules/module-info.php:775 modules/module-info.php:801
5105
- #: modules/module-info.php:824 modules/module-info.php:843
5106
- #: modules/module-info.php:860 modules/module-info.php:876
5107
- #: modules/module-info.php:896 modules/module-info.php:931
5108
- #: modules/module-info.php:947
5109
- msgid "Learn More"
5110
  msgstr ""
5111
 
5112
- #: class.jetpack.php:2066
5113
- msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
5114
  msgstr ""
5115
 
5116
- #: class.jetpack.php:2093
5117
- 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>."
5118
  msgstr ""
5119
 
5120
- #: class.jetpack.php:2104
5121
- msgid "click here"
5122
- msgstr ""
5123
 
5124
- #: class.jetpack.php:2274
5125
- msgid "Cheatin&#8217; uh?"
5126
- msgstr "Verneuk jy, huh?"
5127
 
5128
- #: class.jetpack.php:2277
5129
- msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
5130
- msgstr ""
5131
 
5132
- #: class.jetpack.php:2280
5133
- msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
5134
- msgstr ""
5135
 
5136
- #: class.jetpack.php:2284
5137
- 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."
5138
  msgstr ""
5139
 
5140
- #: class.jetpack.php:2287
5141
- 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."
5142
  msgstr ""
5143
 
5144
- #: class.jetpack.php:2291
5145
- msgid "Your website needs to be publicly accessible to use Jetpack: %s"
5146
  msgstr ""
5147
 
5148
- #: class.jetpack-debugger.php:178
5149
- msgid "Use a valid email address."
5150
  msgstr ""
5151
 
5152
- #: class.jetpack-debugger.php:183
5153
- msgid "The test results and some other useful debug information will be sent to the support team. Please feel free to <a href=\"#\">review/modify</a> this information."
5154
- msgstr ""
5155
 
5156
- #: class.jetpack-debugger.php:187
5157
- msgid "Debug Info"
 
 
 
 
 
 
 
 
5158
  msgstr ""
5159
 
5160
- #: class.jetpack-heartbeat.php:128
5161
- msgid "Jetpack weekly"
5162
  msgstr ""
5163
 
5164
- #: class.jetpack-sync.php:763 class.jetpack-sync.php:767
5165
- #: class.jetpack-sync.php:775 class.jetpack-sync.php:797
5166
- msgid "Refresh Status"
5167
  msgstr ""
5168
 
5169
- #: class.jetpack-sync.php:764
5170
- msgid "Indexing posts&hellip;"
5171
  msgstr ""
5172
 
5173
- #: class.jetpack-sync.php:768
5174
- msgid "Indexing posts"
5175
  msgstr ""
5176
 
5177
- #: class.jetpack-sync.php:771
5178
- msgid "Reindex Posts"
5179
  msgstr ""
5180
 
5181
- #: class.jetpack-sync.php:772
5182
- msgid "Posts indexed."
5183
  msgstr ""
5184
 
5185
- #: class.jetpack-sync.php:776
5186
- msgid "Status unknown."
5187
  msgstr ""
5188
 
5189
- #: class.jetpack.php:1094
5190
- msgctxt "Module Tag"
5191
- msgid "Photos and Videos"
5192
  msgstr ""
5193
 
5194
- #: class.jetpack.php:1095
5195
- msgctxt "Module Tag"
5196
- msgid "Social"
5197
  msgstr ""
5198
 
5199
- #: class.jetpack.php:1096
5200
- msgctxt "Module Tag"
5201
- msgid "WordPress.com Stats"
5202
  msgstr ""
5203
 
5204
- #: class.jetpack.php:1097
5205
- msgctxt "Module Tag"
5206
- msgid "Writing"
 
 
 
 
 
 
 
5207
  msgstr ""
5208
 
5209
- #: class.jetpack.php:1098
5210
- msgctxt "Module Tag"
5211
- msgid "Appearance"
5212
  msgstr ""
5213
 
5214
- #: class.jetpack.php:1099
5215
- msgctxt "Module Tag"
5216
- msgid "Developers"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5217
  msgstr ""
5218
 
5219
- #: class.jetpack.php:1100
5220
- msgctxt "Module Tag"
5221
- msgid "Mobile"
5222
  msgstr ""
5223
 
5224
- #: class.jetpack.php:1101
5225
- msgctxt "Module Tag"
5226
- msgid "Other"
5227
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5228
 
5229
- #: class.jetpack.php:1412
5230
- msgid "Jetpack requires WordPress version %s or later."
5231
- msgstr ""
5232
 
5233
- #: class.jetpack.php:1661 class.jetpack.php:1677
5234
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
5235
- msgstr ""
5236
 
5237
- #: class.jetpack.php:1698
5238
- msgid "One New Jetpack Module"
5239
- msgid_plural "%s New Jetpack Modules"
5240
- msgstr[0] ""
5241
- msgstr[1] ""
5242
 
5243
- #: class.jetpack.php:1701
5244
- msgid "Jetpack"
5245
- msgstr ""
5246
 
5247
- #: class.jetpack.php:1871 class.jetpack.php:1896 class.jetpack.php:1909
5248
- #: class.jetpack.php:2832 class.jetpack.php:3085
5249
- msgid "Jetpack by WordPress.com"
5250
  msgstr ""
5251
 
5252
- #: class.jetpack.php:1872 class.jetpack.php:1897 class.jetpack.php:2835
5253
- msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
5254
  msgstr ""
5255
 
5256
- #: class.jetpack.php:1873 class.jetpack.php:1898
5257
- 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."
5258
  msgstr ""
5259
 
5260
- #: class.jetpack.php:1874
5261
- msgid "Jetpack Module Options"
5262
  msgstr ""
5263
 
5264
- #: class.jetpack.php:1875
5265
- 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."
5266
  msgstr ""
5267
 
5268
- #: class.jetpack.php:1876 class.jetpack.php:1923
5269
- msgid "For more information:"
5270
  msgstr ""
5271
 
5272
- #: class.jetpack-debugger.php:24
5273
- msgid "You do not have sufficient permissions to access this page."
5274
  msgstr ""
5275
 
5276
- #: class.jetpack-debugger.php:68
5277
- msgid "Your site isn’t reaching the Jetpack servers."
 
5278
  msgstr ""
5279
 
5280
- #: class.jetpack-debugger.php:71
5281
- msgid "Your site isn’t securely reaching the Jetpack servers."
5282
  msgstr ""
5283
 
5284
- #: class.jetpack-debugger.php:76
5285
- msgid "Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection lists it as `%3$s`!"
5286
- msgstr ""
5287
 
5288
- #: class.jetpack-debugger.php:83
5289
- msgid "Something has gotten mixed up in your Jetpack Connection!"
5290
  msgstr ""
5291
 
5292
- #: class.jetpack-debugger.php:93
5293
- msgid "It looks like your site can not communicate properly with Jetpack."
5294
  msgstr ""
5295
 
5296
- #: class.jetpack-debugger.php:99 class.jetpack.php:1706 class.jetpack.php:1926
5297
- msgid "Jetpack Debugging Center"
5298
  msgstr ""
5299
 
5300
- #: class.jetpack-debugger.php:100
5301
- msgid "Testing your site's compatibily with Jetpack..."
5302
  msgstr ""
5303
 
5304
- #: class.jetpack-debugger.php:128
5305
- msgid "Your Jetpack setup looks a-okay!"
5306
  msgstr ""
5307
 
5308
- #: class.jetpack-debugger.php:131
5309
- msgid "There seems to be a problem with your site’s ability to communicate with Jetpack!"
5310
- msgstr ""
5311
 
5312
- #: class.jetpack-debugger.php:138
5313
- msgid "Trouble with Jetpack?"
5314
  msgstr ""
5315
 
5316
- #: class.jetpack-debugger.php:139
5317
- msgid "It may be caused by one of these issues, which you can diagnose yourself:"
5318
  msgstr ""
5319
 
5320
- #: class.jetpack-debugger.php:141
5321
- msgid "A known issue."
5322
  msgstr ""
5323
 
5324
- #: class.jetpack-debugger.php:141
5325
- msgid "Some themes and plugins have <a href=\"%1$s\" target=\"_blank\">known conflicts</a> with Jetpack – check the <a href=\"%2$s\" target=\"_blank\">list</a>. (You can also browse the <a href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support forum</a> to see if others have experienced and solved the problem.)"
5326
  msgstr ""
5327
 
5328
- #: class.jetpack-debugger.php:142
5329
- msgid "An incompatible plugin."
5330
  msgstr ""
5331
 
5332
- #: class.jetpack-debugger.php:142
5333
- msgid "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help."
5334
  msgstr ""
5335
 
5336
- #: class.jetpack-debugger.php:143
5337
- msgid "A theme conflict."
5338
- msgstr ""
5339
 
5340
- #: class.jetpack-debugger.php:143
5341
- msgid "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know."
5342
  msgstr ""
5343
 
5344
- #: class.jetpack-debugger.php:144
5345
- msgid "A problem with your XMLRPC file."
5346
- msgstr ""
5347
 
5348
- #: class.jetpack-debugger.php:144
5349
- msgid "Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself."
5350
- msgstr ""
5351
 
5352
- #: class.jetpack-debugger.php:146
5353
- msgid "If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3."
5354
  msgstr ""
5355
 
5356
- #: class.jetpack-debugger.php:147
5357
- msgid "If you get a 404 message, contact your web host. Their security may block XMLRPC."
5358
- msgstr ""
5359
 
5360
- #: class.jetpack-debugger.php:152
5361
- msgid "If none of these help you find a solution, <a href=\"#\">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you've tried to resolve it, and one of our Happiness Engineers will be in touch to help."
5362
- msgstr ""
5363
 
5364
- #: class.jetpack-debugger.php:166
5365
- msgid "Please describe the problem you are having."
5366
- msgstr ""
5367
 
5368
- #: class.jetpack-debugger.php:171 modules/carousel/jetpack-carousel.php:139
5369
- #: modules/contact-form/grunion-contact-form.php:752
5370
- #: modules/contact-form/grunion-form-view.php:156
5371
- #: modules/custom-post-types/nova.php:740
5372
- msgid "Name"
5373
- msgstr "Naam"
5374
 
5375
- #: class.jetpack-debugger.php:172
5376
- msgid "Let us know your name."
 
 
5377
  msgstr ""
5378
 
5379
- #: class.jetpack-debugger.php:177
5380
- msgid "E-mail"
5381
- msgstr "E-pos"
5382
 
5383
- #: _inc/lib/icalendar-reader.php:701
5384
- msgid "%1$s &ndash; %2$s"
5385
- msgstr ""
5386
 
5387
- #: class.jetpack-cli.php:25
5388
- msgid "Jetpack is currently connected to WordPress.com"
5389
  msgstr ""
5390
 
5391
- #: class.jetpack-cli.php:26
5392
- msgid "The Jetpack Version is %s"
5393
- msgstr ""
5394
 
5395
- #: class.jetpack-cli.php:27
5396
- msgid "The WordPress.com blog_id is %d"
5397
- msgstr ""
5398
 
5399
- #: class.jetpack-cli.php:29
5400
- msgid "Jetpack is not currently connected to WordPress.com"
5401
- msgstr ""
5402
 
5403
- #: class.jetpack-cli.php:57
5404
- msgid "You cannot disconnect, without having first connected."
5405
  msgstr ""
5406
 
5407
- #: class.jetpack-cli.php:62 class.jetpack-cli.php:131
5408
- msgid "%s is not a valid command."
5409
- msgstr ""
5410
 
5411
- #: class.jetpack-cli.php:79
5412
- msgid "Please specify a valid user."
5413
  msgstr ""
5414
 
5415
- #: class.jetpack-cli.php:82
5416
- msgid "Please specify a user."
5417
- msgstr ""
5418
 
5419
- #: class.jetpack-cli.php:90
5420
- msgid "Jetpack has been successfully disconnected."
5421
- msgstr ""
5422
 
5423
- #: class.jetpack-cli.php:95
5424
- msgid "%s has been successfully disconnected."
5425
- msgstr ""
5426
 
5427
- #: class.jetpack-cli.php:97
5428
- msgid "%s could not be disconnected. Are you sure they're connected currently?"
5429
- msgstr ""
5430
 
5431
- #: class.jetpack-cli.php:101
5432
- msgid "Please specify if you would like to disconnect a blog or user."
5433
- msgstr ""
5434
 
5435
- #: class.jetpack-cli.php:138
5436
- msgid "%s is not a valid module."
5437
  msgstr ""
5438
 
5439
- #: class.jetpack-cli.php:144
5440
- msgid "Please specify a valid module."
5441
- msgstr ""
5442
 
5443
- #: class.jetpack-cli.php:151
5444
- msgid "Available Modules:"
5445
- msgstr ""
5446
 
5447
- #: class.jetpack-cli.php:155 modules/vaultpress.php:24
5448
- msgid "Active"
5449
- msgstr "Aktief"
5450
 
5451
- #: class.jetpack-cli.php:155
5452
- msgid "Inactive"
5453
  msgstr ""
5454
 
5455
- #: class.jetpack-cli.php:163
5456
- msgid "%s has been activated."
5457
- msgstr ""
5458
 
5459
- #: class.jetpack-cli.php:169
5460
- msgid "%s has been deactivated."
5461
- msgstr ""
5462
 
5463
- #: class.jetpack-client-server.php:141
5464
- msgid "An administrator for this blog must set up the Jetpack connection."
5465
- msgstr ""
5466
 
5467
- #: class.jetpack-client-server.php:146
5468
- msgid "You need to register your Jetpack before connecting it."
5469
- msgstr ""
5470
 
5471
- #: class.jetpack-client-server.php:188 class.jetpack.php:3489
5472
- #: class.jetpack.php:3491 class.jetpack.php:3493 class.jetpack.php:3496
5473
- msgid "Error Details: %s"
5474
- msgstr ""
5475
 
5476
- #: _inc/lib/icalendar-reader.php:699
5477
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
5478
- msgid "%1$s at %2$s"
5479
- msgstr "%1$s om %2$s"
 
1
+ # Translation of 2.9 in Afrikaans
2
+ # This file is distributed under the same license as the 2.9 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2014-02-20 09:51:36+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.9\n"
12
 
13
+ #: _inc/lib/icalendar-reader.php:699
14
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
15
+ msgid "%1$s at %2$s"
16
+ msgstr "%1$s om %2$s"
17
 
18
+ #: _inc/lib/icalendar-reader.php:701
19
+ msgid "%1$s &ndash; %2$s"
20
  msgstr ""
21
 
22
+ #: class.jetpack-cli.php:25
23
+ msgid "Jetpack is currently connected to WordPress.com"
24
+ msgstr ""
 
 
25
 
26
+ #: class.jetpack-cli.php:26
27
+ msgid "The Jetpack Version is %s"
28
  msgstr ""
29
 
30
+ #: class.jetpack-cli.php:27
31
+ msgid "The WordPress.com blog_id is %d"
32
+ msgstr ""
33
 
34
+ #: class.jetpack-cli.php:29
35
+ msgid "Jetpack is not currently connected to WordPress.com"
36
+ msgstr ""
37
 
38
+ #: class.jetpack-cli.php:57
39
+ msgid "You cannot disconnect, without having first connected."
40
+ msgstr ""
41
 
42
+ #: class.jetpack-cli.php:62 class.jetpack-cli.php:131
43
+ msgid "%s is not a valid command."
44
+ msgstr ""
45
 
46
+ #: class.jetpack-cli.php:79
47
+ msgid "Please specify a valid user."
48
+ msgstr ""
49
 
50
+ #: class.jetpack-cli.php:82
51
+ msgid "Please specify a user."
52
  msgstr ""
53
 
54
+ #: class.jetpack-cli.php:90
55
+ msgid "Jetpack has been successfully disconnected."
56
+ msgstr ""
57
 
58
+ #: class.jetpack-cli.php:95
59
+ msgid "%s has been successfully disconnected."
60
+ msgstr ""
61
 
62
+ #: class.jetpack-cli.php:97
63
+ msgid "%s could not be disconnected. Are you sure they're connected currently?"
64
+ msgstr ""
65
 
66
+ #: class.jetpack-cli.php:101
67
+ msgid "Please specify if you would like to disconnect a blog or user."
68
  msgstr ""
69
 
70
+ #: class.jetpack-cli.php:138
71
+ msgid "%s is not a valid module."
72
+ msgstr ""
73
 
74
+ #: class.jetpack-cli.php:144
75
+ msgid "Please specify a valid module."
76
+ msgstr ""
77
 
78
+ #: class.jetpack-cli.php:151
79
+ msgid "Available Modules:"
80
+ msgstr ""
81
 
82
+ #: class.jetpack-cli.php:155 modules/vaultpress.php:24
83
+ msgid "Active"
84
+ msgstr "Aktief"
85
 
86
+ #: class.jetpack-cli.php:155
87
+ msgid "Inactive"
88
+ msgstr ""
89
 
90
+ #: class.jetpack-cli.php:163
91
+ msgid "%s has been activated."
92
+ msgstr ""
93
 
94
+ #: class.jetpack-cli.php:169
95
+ msgid "%s has been deactivated."
96
+ msgstr ""
97
 
98
+ #: class.jetpack-client-server.php:139
99
+ msgid "An administrator for this blog must set up the Jetpack connection."
 
100
  msgstr ""
101
 
102
+ #: class.jetpack-client-server.php:144
103
+ msgid "You need to register your Jetpack before connecting it."
104
  msgstr ""
105
 
106
+ #: class.jetpack-client-server.php:186 class.jetpack.php:3599
107
+ #: class.jetpack.php:3601 class.jetpack.php:3603 class.jetpack.php:3606
108
+ msgid "Error Details: %s"
109
+ msgstr ""
110
 
111
+ #: class.jetpack-debugger.php:24
112
+ msgid "You do not have sufficient permissions to access this page."
113
  msgstr ""
114
 
115
+ #: class.jetpack-debugger.php:68
116
+ msgid "Your site isn’t reaching the Jetpack servers."
117
  msgstr ""
118
 
119
+ #: class.jetpack-debugger.php:71
120
+ msgid "Your site isn’t securely reaching the Jetpack servers."
121
  msgstr ""
122
 
123
+ #: class.jetpack-debugger.php:76
124
+ msgid "Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection lists it as `%3$s`!"
125
  msgstr ""
126
 
127
+ #: class.jetpack-debugger.php:83
128
+ msgid "Something has gotten mixed up in your Jetpack Connection!"
129
  msgstr ""
130
 
131
+ #: class.jetpack-debugger.php:93
132
+ msgid "It looks like your site can not communicate properly with Jetpack."
133
+ msgstr ""
134
 
135
+ #: class.jetpack-debugger.php:99 class.jetpack.php:1752 class.jetpack.php:1972
136
+ msgid "Jetpack Debugging Center"
137
+ msgstr ""
138
 
139
+ #: class.jetpack-debugger.php:100
140
+ msgid "Testing your site's compatibily with Jetpack..."
141
  msgstr ""
142
 
143
+ #: class.jetpack-debugger.php:128
144
+ msgid "Your Jetpack setup looks a-okay!"
145
+ msgstr ""
146
 
147
+ #: class.jetpack-debugger.php:131
148
+ msgid "There seems to be a problem with your site’s ability to communicate with Jetpack!"
149
+ msgstr ""
150
 
151
+ #: class.jetpack-debugger.php:138
152
+ msgid "Trouble with Jetpack?"
153
  msgstr ""
154
 
155
+ #: class.jetpack-debugger.php:139
156
+ msgid "It may be caused by one of these issues, which you can diagnose yourself:"
157
+ msgstr ""
158
 
159
+ #: class.jetpack-debugger.php:141
160
+ msgid "A known issue."
161
+ msgstr ""
162
 
163
+ #: class.jetpack-debugger.php:141
164
+ msgid "Some themes and plugins have <a href=\"%1$s\" target=\"_blank\">known conflicts</a> with Jetpack – check the <a href=\"%2$s\" target=\"_blank\">list</a>. (You can also browse the <a href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support forum</a> to see if others have experienced and solved the problem.)"
165
+ msgstr ""
166
 
167
+ #: class.jetpack-debugger.php:142
168
+ msgid "An incompatible plugin."
169
+ msgstr ""
170
 
171
+ #: class.jetpack-debugger.php:142
172
+ msgid "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help."
173
+ msgstr ""
174
 
175
+ #: class.jetpack-debugger.php:143
176
+ msgid "A theme conflict."
177
  msgstr ""
178
 
179
+ #: class.jetpack-debugger.php:143
180
+ msgid "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know."
181
+ msgstr ""
182
 
183
+ #: class.jetpack-debugger.php:144
184
+ msgid "A problem with your XMLRPC file."
185
+ msgstr ""
186
 
187
+ #: class.jetpack-debugger.php:144
188
+ msgid "Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself."
189
  msgstr ""
190
 
191
+ #: class.jetpack-debugger.php:146
192
+ msgid "If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3."
193
+ msgstr ""
194
 
195
+ #: class.jetpack-debugger.php:147
196
+ msgid "If you get a 404 message, contact your web host. Their security may block XMLRPC."
197
+ msgstr ""
198
 
199
+ #: class.jetpack-debugger.php:152
200
+ msgid "If none of these help you find a solution, <a href=\"#\">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you've tried to resolve it, and one of our Happiness Engineers will be in touch to help."
201
+ msgstr ""
202
 
203
+ #: class.jetpack-debugger.php:166
204
+ msgid "Please describe the problem you are having."
205
+ msgstr ""
206
 
207
+ #: class.jetpack-debugger.php:171 modules/carousel/jetpack-carousel.php:139
208
+ #: modules/contact-form/grunion-contact-form.php:769
209
+ #: modules/contact-form/grunion-form-view.php:156
210
+ #: modules/custom-post-types/nova.php:740
211
+ msgid "Name"
212
+ msgstr "Naam"
213
 
214
+ #: class.jetpack-debugger.php:172
215
+ msgid "Let us know your name."
216
+ msgstr ""
217
 
218
+ #: class.jetpack-debugger.php:177
219
+ msgid "E-mail"
220
+ msgstr "E-pos"
221
 
222
+ #: class.jetpack-debugger.php:178
223
+ msgid "Use a valid email address."
224
+ msgstr ""
225
 
226
+ #: class.jetpack-debugger.php:183
227
+ msgid "The test results and some other useful debug information will be sent to the support team. Please feel free to <a href=\"#\">review/modify</a> this information."
228
+ msgstr ""
229
 
230
+ #: class.jetpack-debugger.php:187
231
+ msgid "Debug Info"
232
+ msgstr ""
233
 
234
+ #: class.jetpack-heartbeat.php:128
235
+ msgid "Jetpack weekly"
236
+ msgstr ""
237
 
238
+ #: class.jetpack-network-sites-list-table.php:14
239
+ msgid "Site Name"
240
  msgstr ""
241
 
242
+ #: class.jetpack-network-sites-list-table.php:15
243
+ msgid "Path"
244
+ msgstr "Pad"
 
 
 
 
 
 
 
 
245
 
246
+ #: class.jetpack-network-sites-list-table.php:16
247
+ #: modules/gplus-authorship/admin/ui.php:155 modules/sso.php:793
248
+ msgid "Connected"
249
+ msgstr ""
250
 
251
+ #: class.jetpack-network-sites-list-table.php:42
252
+ #: modules/custom-css/custom-css.php:719 modules/custom-css/custom-css.php:814
253
+ #: modules/custom-css/custom-css.php:844 modules/minileven/minileven.php:262
254
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:74
255
+ #: modules/minileven/theme/pub/minileven/content.php:53
256
+ #: modules/minileven/theme/pub/minileven/image.php:82
257
+ #: modules/minileven/theme/pub/minileven/page.php:31
258
+ #: modules/publicize/ui.php:677
259
+ msgid "Edit"
260
+ msgstr "Wysig"
261
 
262
+ #: class.jetpack-network.php:143 class.jetpack-network.php:240
263
+ #: class.jetpack-network.php:302 class.jetpack.php:1747
264
+ msgid "Jetpack"
265
+ msgstr ""
266
 
267
+ #: class.jetpack-network.php:304 class.jetpack.php:2066
268
+ #: modules/publicize/ui.php:677 modules/sharedaddy/sharedaddy.php:79
269
+ #: modules/sharedaddy/sharedaddy.php:86
270
+ msgid "Settings"
271
+ msgstr "Instellings"
272
 
273
+ #: class.jetpack-network.php:634
274
+ msgid "Sites"
275
+ msgstr ""
276
 
277
+ #: class.jetpack-sync.php:766 class.jetpack-sync.php:770
278
+ #: class.jetpack-sync.php:778 class.jetpack-sync.php:800
279
+ msgid "Refresh Status"
280
+ msgstr ""
281
 
282
+ #: class.jetpack-sync.php:767
283
+ msgid "Indexing posts&hellip;"
284
+ msgstr ""
285
 
286
+ #: class.jetpack-sync.php:771
287
+ msgid "Indexing posts"
288
  msgstr ""
289
 
290
+ #: class.jetpack-sync.php:774
291
+ msgid "Reindex Posts"
292
  msgstr ""
293
 
294
+ #: class.jetpack-sync.php:775
295
+ msgid "Posts indexed."
296
  msgstr ""
297
 
298
+ #: class.jetpack-sync.php:779
299
+ msgid "Status unknown."
300
  msgstr ""
301
 
302
+ #: class.jetpack.php:1133
303
+ msgctxt "Module Tag"
304
+ msgid "Photos and Videos"
305
  msgstr ""
306
 
307
+ #: class.jetpack.php:1134
308
+ msgctxt "Module Tag"
309
+ msgid "Social"
310
  msgstr ""
311
 
312
+ #: class.jetpack.php:1135
313
+ msgctxt "Module Tag"
314
+ msgid "WordPress.com Stats"
315
  msgstr ""
316
 
317
+ #: class.jetpack.php:1136
318
+ msgctxt "Module Tag"
319
+ msgid "Writing"
320
  msgstr ""
321
 
322
+ #: class.jetpack.php:1137
323
+ msgctxt "Module Tag"
324
+ msgid "Appearance"
325
+ msgstr ""
326
 
327
+ #: class.jetpack.php:1138
328
+ msgctxt "Module Tag"
329
+ msgid "Developers"
330
+ msgstr ""
331
 
332
+ #: class.jetpack.php:1139
333
+ msgctxt "Module Tag"
334
+ msgid "Mobile"
335
+ msgstr ""
336
 
337
+ #: class.jetpack.php:1140
338
+ msgctxt "Module Tag"
339
+ msgid "Other"
340
+ msgstr ""
341
 
342
+ #: class.jetpack.php:1451
343
+ msgid "Jetpack requires WordPress version %s or later."
344
+ msgstr ""
345
 
346
+ #: class.jetpack.php:1707 class.jetpack.php:1723
347
+ msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
348
+ msgstr ""
349
 
350
+ #: class.jetpack.php:1744
351
+ msgid "One New Jetpack Module"
352
+ msgid_plural "%s New Jetpack Modules"
353
+ msgstr[0] ""
354
+ msgstr[1] ""
355
 
356
+ #: class.jetpack.php:1917 class.jetpack.php:1942 class.jetpack.php:1955
357
+ #: class.jetpack.php:2933 class.jetpack.php:3198
358
+ #: views/admin/network-admin-header.php:5
359
+ msgid "Jetpack by WordPress.com"
360
+ msgstr ""
361
 
362
+ #: class.jetpack.php:1918 class.jetpack.php:1943 class.jetpack.php:2936
363
+ msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
364
+ msgstr ""
365
 
366
+ #: class.jetpack.php:1919 class.jetpack.php:1944
367
+ 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."
368
+ msgstr ""
369
 
370
+ #: class.jetpack.php:1920
371
+ msgid "Jetpack Module Options"
372
+ msgstr ""
373
 
374
+ #: class.jetpack.php:1921
375
+ 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."
376
+ msgstr ""
377
 
378
+ #: class.jetpack.php:1922 class.jetpack.php:1969
379
+ msgid "For more information:"
380
+ msgstr ""
381
 
382
+ #: class.jetpack.php:1923 class.jetpack.php:1970
383
+ msgid "Jetpack FAQ"
384
+ msgstr ""
385
 
386
+ #: class.jetpack.php:1924 class.jetpack.php:1971
387
+ msgid "Jetpack Support"
388
+ msgstr ""
389
 
390
+ #: class.jetpack.php:1940
391
+ msgid "Overview"
392
+ msgstr ""
393
 
394
+ #: class.jetpack.php:1953
395
+ msgid "Modules"
396
+ msgstr ""
397
 
398
+ #: class.jetpack.php:1956
399
+ msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
400
+ msgstr ""
401
 
402
+ #: class.jetpack.php:1958
403
+ msgid "Find the component you want to manage"
404
+ msgstr ""
405
 
406
+ #: class.jetpack.php:1959
407
+ msgid "Click on Learn More"
408
+ msgstr ""
409
 
410
+ #: class.jetpack.php:1960
411
+ msgid "An Activate or Deactivate button will appear"
412
+ msgstr ""
413
 
414
+ #: class.jetpack.php:1961
415
+ msgid "If additional settings are available, a link to them will appear"
416
+ msgstr ""
417
 
418
+ #: class.jetpack.php:2083
419
+ msgid "Dismiss this notice and deactivate Jetpack."
420
+ msgstr ""
421
 
422
+ #: class.jetpack.php:2089
423
+ msgid "<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!"
424
+ msgstr ""
425
 
426
+ #: class.jetpack.php:2091
427
+ msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
428
+ msgstr ""
429
 
430
+ #: class.jetpack.php:2097 class.jetpack.php:2981
431
+ #: views/admin/must-connect-main-blog.php:11
432
+ msgid "Connect to WordPress.com"
433
+ msgstr ""
434
 
435
+ #: class.jetpack.php:2099 modules/module-info.php:45 modules/module-info.php:81
436
+ #: modules/module-info.php:148 modules/module-info.php:183
437
+ #: modules/module-info.php:217 modules/module-info.php:247
438
+ #: modules/module-info.php:280 modules/module-info.php:316
439
+ #: modules/module-info.php:367 modules/module-info.php:389
440
+ #: modules/module-info.php:432 modules/module-info.php:457
441
+ #: modules/module-info.php:475 modules/module-info.php:494
442
+ #: modules/module-info.php:500 modules/module-info.php:527
443
+ #: modules/module-info.php:558 modules/module-info.php:593
444
+ #: modules/module-info.php:615 modules/module-info.php:637
445
+ #: modules/module-info.php:687 modules/module-info.php:715
446
+ #: modules/module-info.php:743 modules/module-info.php:764
447
+ #: modules/module-info.php:790 modules/module-info.php:816
448
+ #: modules/module-info.php:839 modules/module-info.php:858
449
+ #: modules/module-info.php:875 modules/module-info.php:891
450
+ #: modules/module-info.php:911 modules/module-info.php:946
451
+ #: modules/module-info.php:962
452
+ msgid "Learn More"
453
+ msgstr ""
454
 
455
+ #: class.jetpack.php:2112
456
+ msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
457
  msgstr ""
458
 
459
+ #: class.jetpack.php:2139
460
+ 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>."
461
  msgstr ""
462
 
463
+ #: class.jetpack.php:2150
464
+ msgid "click here"
465
+ msgstr ""
466
 
467
+ #: class.jetpack.php:2320
468
+ msgid "Cheatin&#8217; uh?"
469
+ msgstr "Verneuk jy, huh?"
470
 
471
+ #: class.jetpack.php:2323
472
+ msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
473
+ msgstr ""
474
 
475
+ #: class.jetpack.php:2326
476
+ msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
477
+ msgstr ""
478
 
479
+ #: class.jetpack.php:2330
480
+ 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."
481
  msgstr ""
482
 
483
+ #: class.jetpack.php:2333
484
+ 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."
485
  msgstr ""
486
 
487
+ #: class.jetpack.php:2337
488
+ msgid "Your website needs to be publicly accessible to use Jetpack: %s"
489
  msgstr ""
490
 
491
+ #: class.jetpack.php:2342
492
+ 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?"
493
  msgstr ""
494
 
495
+ #: class.jetpack.php:2344
496
+ msgid "Do you still have the %s plugin installed?"
497
+ msgstr ""
498
 
499
+ #: class.jetpack.php:2347
500
+ 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?"
501
+ msgstr ""
502
 
503
+ #: class.jetpack.php:2365
504
+ msgid "%s was not activated."
505
+ msgstr ""
506
 
507
+ #: class.jetpack.php:2367
508
+ msgid "%s was not deactivated."
509
  msgstr ""
510
 
511
+ #: class.jetpack.php:2369
512
+ msgid "This module can only be altered by %s, the user who initiated the Jetpack connection on this site."
513
  msgstr ""
514
 
515
+ #: class.jetpack.php:2372
516
+ msgid "Only the user who initiated the Jetpack connection on this site can toggle %s, but that user no longer exists. This should not happen."
517
  msgstr ""
518
 
519
+ #: class.jetpack.php:2376
520
+ 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)."
521
  msgstr ""
522
 
523
+ #: class.jetpack.php:2382
524
+ msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
525
  msgstr ""
526
 
527
+ #: class.jetpack.php:2386
528
+ msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
529
  msgstr ""
530
 
531
+ #: class.jetpack.php:2426
532
+ 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"
533
  msgstr ""
534
 
535
+ #: class.jetpack.php:2429
536
+ msgid "Try connecting again."
537
  msgstr ""
538
 
539
+ #: class.jetpack.php:2453
540
+ msgid "Welcome to <strong>Jetpack %s</strong>!"
541
  msgstr ""
542
 
543
+ #: class.jetpack.php:2465
544
+ msgid "The following new modules have been activated: %l."
545
  msgstr ""
546
 
547
+ #: class.jetpack.php:2477
548
+ msgid "The following modules have been updated: %l."
549
  msgstr ""
550
 
551
+ #: class.jetpack.php:2486
552
+ msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
553
+ msgstr ""
554
 
555
+ #: class.jetpack.php:2512
556
+ msgctxt "%l = list of Jetpack module/feature names"
557
+ msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
558
+ msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
559
+ msgstr[0] ""
560
+ msgstr[1] ""
561
 
562
+ #: class.jetpack.php:2524
563
+ msgid "<strong>Module settings were saved.</strong> "
564
  msgstr ""
565
 
566
+ #: class.jetpack.php:2528
567
+ msgid "<strong>Your Jetpack is already connected.</strong> "
568
  msgstr ""
569
 
570
+ #: class.jetpack.php:2532 class.jetpack.php:2539
571
+ msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
572
  msgstr ""
573
 
574
+ #: class.jetpack.php:2534
575
+ msgid "The features below are now active. Click the learn more buttons to explore each feature."
576
  msgstr ""
577
 
578
+ #: class.jetpack.php:2545
579
+ msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
580
  msgstr ""
581
 
582
+ #: class.jetpack.php:2568
583
+ msgid "Jetpack contains the most recent version of the old %l plugin."
584
+ msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
585
+ msgstr[0] ""
586
+ msgstr[1] ""
 
 
587
 
588
+ #: class.jetpack.php:2579
589
+ msgid "The old version has been deactivated and can be removed from your site."
590
+ msgid_plural "The old versions have been deactivated and can be removed from your site."
591
+ msgstr[0] ""
592
+ msgstr[1] ""
593
+
594
+ #: class.jetpack.php:2644
595
+ msgid "Is this site private?"
596
  msgstr ""
597
 
598
+ #: class.jetpack.php:2649
599
+ msgctxt "%l = list of Jetpack module/feature names"
600
+ msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
601
+ msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
602
+ msgstr[0] ""
603
+ msgstr[1] ""
604
+
605
+ #: class.jetpack.php:2666
606
+ msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
607
+ msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
608
+ msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
609
+ msgstr[0] ""
610
+ msgstr[1] ""
611
+
612
+ #: class.jetpack.php:2683
613
+ msgctxt "%l = list of Jetpack module/feature names"
614
+ msgid "Deactivate %l"
615
  msgstr ""
616
 
617
+ #: class.jetpack.php:2923
618
+ msgid "Connected to WordPress.com"
619
  msgstr ""
620
 
621
+ #: class.jetpack.php:2923
622
+ msgid "Disconnect from WordPress.com"
623
  msgstr ""
624
 
625
+ #: class.jetpack.php:2928
626
+ msgid "User linked to WordPress.com"
627
  msgstr ""
628
 
629
+ #: class.jetpack.php:2928
630
+ msgid "Unlink user from WordPress.com"
631
  msgstr ""
632
 
633
+ #: class.jetpack.php:2946
634
+ msgid "Jetpack is network activated. Notices cannot be dismissed."
635
  msgstr ""
636
 
637
+ #: class.jetpack.php:2960
638
+ msgid "To use Jetpack please contact your WordPress administrator to connect it for you."
639
+ msgstr ""
640
 
641
+ #: class.jetpack.php:2972
642
+ msgid "Dismiss this notice."
643
  msgstr ""
644
 
645
+ #: class.jetpack.php:2977
646
+ 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."
647
  msgstr ""
648
 
649
+ #: class.jetpack.php:2992
650
+ 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."
651
  msgstr ""
652
 
653
+ #: class.jetpack.php:2996 modules/post-by-email.php:132
654
+ #: modules/publicize/publicize-jetpack.php:70
655
+ msgid "Link account with WordPress.com"
656
  msgstr ""
657
 
658
+ #: class.jetpack.php:3017 views/admin/network-admin-footer.php:4
659
+ msgid "Have feedback on Jetpack?"
660
  msgstr ""
661
 
662
+ #: class.jetpack.php:3019 views/admin/network-admin-footer.php:6
663
+ msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
664
  msgstr ""
665
 
666
+ #: class.jetpack.php:3022 views/admin/network-admin-footer.php:9
667
+ msgid "Take Survey"
668
  msgstr ""
669
 
670
+ #: class.jetpack.php:3028
671
+ msgid "Checking email updates status&hellip;"
672
  msgstr ""
673
 
674
+ #: class.jetpack.php:3034
675
+ msgctxt "%s = Unsubscribe link"
676
+ msgid "You are currently subscribed to email updates. %s"
677
  msgstr ""
678
 
679
+ #: class.jetpack.php:3035
680
+ msgid "Unsubscribe"
681
  msgstr ""
682
 
683
+ #: class.jetpack.php:3039
684
+ msgctxt "%s = Subscribe link"
685
+ msgid "Want to receive updates about Jetpack by email? %s"
686
  msgstr ""
687
 
688
+ #: class.jetpack.php:3040 modules/subscriptions.php:710
689
+ msgid "Subscribe"
690
  msgstr ""
691
 
692
+ #: class.jetpack.php:3047
693
+ msgid "You have been subscribed to receive email updates."
694
  msgstr ""
695
 
696
+ #: class.jetpack.php:3049
697
+ msgid "You will no longer receive email updates about Jetpack."
698
  msgstr ""
699
 
700
+ #: class.jetpack.php:3061 views/admin/network-admin-footer.php:15
701
+ msgid "An <span>Automattic</span> Airline"
702
  msgstr ""
703
 
704
+ #: class.jetpack.php:3064 views/admin/network-admin-footer.php:18
705
+ msgid "Privacy Policy"
706
  msgstr ""
707
 
708
+ #: class.jetpack.php:3065 views/admin/network-admin-footer.php:19
709
+ msgid "Terms of Service"
710
  msgstr ""
711
 
712
+ #: class.jetpack.php:3067 views/admin/network-admin-footer.php:21
713
+ msgid "Debug"
714
  msgstr ""
715
 
716
+ #: class.jetpack.php:3069 modules/sharedaddy/sharedaddy.php:87
717
+ #: views/admin/network-admin-footer.php:23
718
+ msgid "Support"
719
  msgstr ""
720
 
721
+ #: class.jetpack.php:3199
722
+ msgid "Configure %s"
 
723
  msgstr ""
724
 
725
+ #: class.jetpack.php:3258
726
+ msgid "Deactivate"
 
727
  msgstr ""
728
 
729
+ #: class.jetpack.php:3271
730
+ msgid "Activate"
731
+ msgstr "Aktiveer"
732
+
733
+ #: class.jetpack.php:3291
734
+ msgid "Free"
735
  msgstr ""
736
 
737
+ #: class.jetpack.php:3291
738
+ msgid "Purchase"
 
739
  msgstr ""
740
 
741
+ #: class.jetpack.php:3299
742
+ msgid "New"
743
  msgstr ""
744
 
745
+ #: class.jetpack.php:3302
746
+ msgid "Updated"
 
747
  msgstr ""
748
 
749
+ #: class.jetpack.php:3330
750
+ msgid "Configure"
 
751
  msgstr ""
752
 
753
+ #: class.jetpack.php:3368
754
+ msgid "Coming soon&#8230;"
 
755
  msgstr ""
756
 
757
+ #: class.jetpack.php:3525
758
+ msgid "Something is being cranky!"
 
759
  msgstr ""
760
 
761
+ #: class.jetpack.php:3526
762
+ msgid "Your site is configured to only permit SSL connections to Jetpack, but SSL connections don't seem to be functional!"
 
763
  msgstr ""
764
 
765
+ #: class.jetpack.php:3611
766
+ msgid "Error Details: Jetpack ID is empty. Do not publicly post this error message! %s"
 
767
  msgstr ""
768
 
769
+ #: class.jetpack.php:3613
770
+ msgid "Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s"
771
  msgstr ""
772
 
773
+ #: class.jetpack.php:3615
774
+ msgid "Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s"
775
  msgstr ""
776
 
777
+ #: class.jetpack.php:3838
778
+ msgid "Jetpack Plugin Version"
779
  msgstr ""
780
 
781
+ #: class.jetpack.php:3844
782
+ msgid "The Client ID/WP.com Blog ID of this site"
783
  msgstr ""
784
 
785
+ #: class.jetpack.php:4096
786
+ msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
787
  msgstr ""
788
 
789
+ #: class.jetpack.php:4099
790
+ 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."
791
  msgstr ""
792
 
793
+ #: class.jetpack.php:4127
794
+ msgid "The authorization process expired. Please go back and try again."
 
 
 
 
 
 
 
 
 
 
 
 
795
  msgstr ""
796
 
797
+ #: class.jetpack.php:4167
798
+ msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
799
  msgstr ""
800
 
801
+ #: class.jetpack.php:4335
802
+ msgid "Something has gotten mixed up!"
803
  msgstr ""
804
 
805
+ #: class.jetpack.php:4337
806
+ msgid "Your <code>%1$s</code> option is set up as <strong>%2$s</strong>, but your WordPress.com connection lists it as <strong>%3$s</strong>!"
807
  msgstr ""
808
 
809
+ #: class.jetpack.php:4339
810
+ msgid "The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings."
811
  msgstr ""
812
 
813
+ #: class.jetpack.php:4340
814
+ msgid "Ignore the difference. This is just a staging site for the real site referenced above."
815
  msgstr ""
816
 
817
+ #: class.jetpack.php:4341
818
+ msgid "That used to be my URL for this site before I changed it. Update the WordPress.com Cloud's data to match my current settings."
819
  msgstr ""
820
 
821
+ #: class.json-api-endpoints.php:1217
822
+ msgid "This post is password protected."
823
+ msgstr "Hierdie inskrywing word deur 'n wagwoord beskerm"
824
 
825
+ #: class.json-api-endpoints.php:2949
826
+ msgid "Comment cache problem?"
827
  msgstr ""
828
 
829
+ #: functions.gallery.php:12
830
+ msgid "Thumbnail Grid"
831
  msgstr ""
832
 
833
+ #: functions.gallery.php:40
834
+ msgid "Type"
835
+ msgstr "Tipe"
836
 
837
+ #: functions.opengraph.php:90
838
+ msgid "(no title)"
839
+ msgstr "(geen titel nie)"
840
 
841
+ #: functions.twitter-cards.php:83
842
+ msgid "Photo post by %s."
843
  msgstr ""
844
 
845
+ #: functions.twitter-cards.php:83
846
+ msgid "Photo post."
847
  msgstr ""
848
 
849
+ #: functions.twitter-cards.php:85
850
+ msgid "Video post by %s."
851
  msgstr ""
852
 
853
+ #: functions.twitter-cards.php:85
854
+ msgid "Video post."
 
 
 
 
855
  msgstr ""
856
 
857
+ #: functions.twitter-cards.php:87
858
+ msgid "Gallery post by %s."
 
 
 
 
859
  msgstr ""
860
 
861
+ #: functions.twitter-cards.php:87
862
+ msgid "Gallery post."
863
  msgstr ""
864
 
865
+ #: functions.twitter-cards.php:89
866
+ msgid "New post by %s."
867
  msgstr ""
868
 
869
+ #: functions.twitter-cards.php:89
870
+ msgid "New post."
871
  msgstr ""
872
 
873
+ #: locales.php:29
874
+ msgctxt "locales"
875
+ msgid "%1$s/%2$s"
876
  msgstr ""
877
 
878
+ #: modules/after-the-deadline/config-options.php:48
879
+ msgid "Proofreading"
880
  msgstr ""
881
 
882
+ #: modules/after-the-deadline/config-options.php:50
883
+ msgid "Automatically proofread content when:"
884
  msgstr ""
885
 
886
+ #: modules/after-the-deadline/config-options.php:53
887
+ msgid "a post or page is first published"
888
  msgstr ""
889
 
890
+ #: modules/after-the-deadline/config-options.php:55
891
+ msgid "a post or page is updated"
892
  msgstr ""
893
 
894
+ #: modules/after-the-deadline/config-options.php:58
895
+ msgid "English Options"
896
  msgstr ""
897
 
898
+ #: modules/after-the-deadline/config-options.php:60
899
+ msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
900
  msgstr ""
901
 
902
+ #: modules/after-the-deadline/config-options.php:63
903
+ msgid "Bias Language"
904
  msgstr ""
905
 
906
+ #: modules/after-the-deadline/config-options.php:65
907
+ msgid "Clich&eacute;s"
908
  msgstr ""
909
 
910
+ #: modules/after-the-deadline/config-options.php:67
911
+ msgid "Complex Phrases"
 
912
  msgstr ""
913
 
914
+ #: modules/after-the-deadline/config-options.php:69
915
+ msgid "Diacritical Marks"
 
916
  msgstr ""
917
 
918
+ #: modules/after-the-deadline/config-options.php:71
919
+ msgid "Double Negatives"
 
920
  msgstr ""
921
 
922
+ #: modules/after-the-deadline/config-options.php:73
923
+ msgid "Hidden Verbs"
924
  msgstr ""
925
 
926
+ #: modules/after-the-deadline/config-options.php:75
927
+ msgid "Jargon"
928
  msgstr ""
929
 
930
+ #: modules/after-the-deadline/config-options.php:77
931
+ msgid "Passive Voice"
932
  msgstr ""
933
 
934
+ #: modules/after-the-deadline/config-options.php:79
935
+ msgid "Phrases to Avoid"
936
  msgstr ""
937
 
938
+ #: modules/after-the-deadline/config-options.php:81
939
+ msgid "Redundant Phrases"
940
  msgstr ""
941
 
942
+ #: modules/after-the-deadline/config-options.php:83
943
+ msgid "<a href=\"%s\">Learn more</a> about these options."
944
  msgstr ""
945
 
946
+ #: modules/after-the-deadline/config-options.php:86
947
+ msgid "Language"
948
+ msgstr "Taal"
949
 
950
+ #: modules/after-the-deadline/config-options.php:89
951
+ msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
952
+ msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
953
  msgstr ""
954
 
955
+ #: modules/after-the-deadline/config-options.php:95
956
+ msgid "Use automatically detected language to proofread posts and pages"
957
  msgstr ""
958
 
959
+ #: modules/after-the-deadline/config-unignore.php:129
960
+ msgid "Ignored Phrases"
961
  msgstr ""
962
 
963
+ #: modules/after-the-deadline/config-unignore.php:131
964
+ msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
965
  msgstr ""
966
 
967
+ #: modules/after-the-deadline/config-unignore.php:133
968
+ #: modules/widget-visibility/widget-conditions.php:174
969
+ msgid "Add"
970
+ msgstr "Voeg by"
971
 
972
+ #: modules/after-the-deadline/config-unignore.php:138
973
+ msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
974
  msgstr ""
975
 
976
+ #: modules/after-the-deadline.php:179
977
+ msgid "Spelling"
978
  msgstr ""
979
 
980
+ #: modules/after-the-deadline.php:180
981
+ msgid "Repeated Word"
982
  msgstr ""
983
 
984
+ #: modules/after-the-deadline.php:182
985
+ msgid "No suggestions"
986
+ msgstr "Geen voorstelle nie"
987
 
988
+ #: modules/after-the-deadline.php:184
989
+ msgid "Explain..."
990
  msgstr ""
991
 
992
+ #: modules/after-the-deadline.php:185
993
+ msgid "Ignore suggestion"
994
  msgstr ""
995
 
996
+ #: modules/after-the-deadline.php:186
997
+ msgid "Ignore always"
998
  msgstr ""
999
 
1000
+ #: modules/after-the-deadline.php:187
1001
+ msgid "Ignore all"
1002
+ msgstr "Ignoreer alle"
1003
+
1004
+ #: modules/after-the-deadline.php:189
1005
+ msgid "Edit Selection..."
1006
  msgstr ""
1007
 
1008
+ #: modules/after-the-deadline.php:191
1009
+ msgid "proofread"
1010
  msgstr ""
1011
 
1012
+ #: modules/after-the-deadline.php:192
1013
+ msgid "edit text"
1014
  msgstr ""
1015
 
1016
+ #: modules/after-the-deadline.php:193 modules/after-the-deadline.php:268
1017
+ msgid "Proofread Writing"
1018
  msgstr ""
1019
 
1020
+ #: modules/after-the-deadline.php:195
1021
+ msgid "No writing errors were found."
 
 
 
 
 
1022
  msgstr ""
1023
 
1024
+ #: modules/after-the-deadline.php:196
1025
+ msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
1026
  msgstr ""
1027
 
1028
+ #: modules/after-the-deadline.php:197
1029
+ msgid "There was an error communicating with the proofreading service."
1030
  msgstr ""
1031
 
1032
+ #: modules/after-the-deadline.php:199
1033
+ msgid "Replace selection with:"
1034
  msgstr ""
1035
 
1036
+ #: modules/after-the-deadline.php:200
1037
+ msgid ""
1038
+ "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
1039
+ "\n"
1040
+ "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
 
 
 
1041
  msgstr ""
1042
 
1043
+ #: modules/after-the-deadline.php:201
1044
+ msgid ""
1045
+ "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
1046
+ "\n"
1047
+ "Press OK to update your post, or Cancel to view the suggestions and edit your post."
1048
  msgstr ""
1049
 
1050
+ #: modules/carousel/jetpack-carousel.php:106
1051
+ msgid "Comment"
1052
+ msgstr "Kommentaar"
1053
 
1054
+ #: modules/carousel/jetpack-carousel.php:107
1055
+ msgid "Post Comment"
1056
+ msgstr "Publiseer kommentaar"
1057
 
1058
+ #: modules/carousel/jetpack-carousel.php:108
1059
+ msgid "Write a Comment..."
1060
  msgstr ""
1061
 
1062
+ #: modules/carousel/jetpack-carousel.php:109
1063
+ msgid "Loading Comments..."
1064
+ msgstr "Die kommentaar is aan't laai..."
1065
 
1066
+ #: modules/carousel/jetpack-carousel.php:110
1067
+ msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
1068
  msgstr ""
1069
 
1070
+ #: modules/carousel/jetpack-carousel.php:111
1071
+ msgid "Please be sure to submit some text with your comment."
1072
+ msgstr "Maak seker jou kommentaar bevat teks."
 
 
1073
 
1074
+ #: modules/carousel/jetpack-carousel.php:112
1075
+ msgid "Please provide an email address to comment."
1076
+ msgstr "Verskaf asseblief jou e-posadres om kommentaar te kan lewer."
 
1077
 
1078
+ #: modules/carousel/jetpack-carousel.php:113
1079
+ msgid "Please provide your name to comment."
1080
+ msgstr "Verskaf asseblief jou naam om kommentaar te lewer."
1081
 
1082
+ #: modules/carousel/jetpack-carousel.php:114
1083
+ msgid "Sorry, but there was an error posting your comment. Please try again later."
1084
+ msgstr "Jammer, maar daar was 'n fout met die publiseer van jou kommentaar. Probeer asseblief later weer."
1085
 
1086
+ #: modules/carousel/jetpack-carousel.php:115
1087
+ msgid "Your comment was approved."
1088
+ msgstr "Jou kommentaar is goedgekeur."
1089
 
1090
+ #: modules/carousel/jetpack-carousel.php:116
1091
+ msgid "Your comment is in moderation."
1092
+ msgstr "Jou kommentaar word gemodereer."
1093
 
1094
+ #: modules/carousel/jetpack-carousel.php:117
1095
+ msgid "Camera"
1096
  msgstr ""
1097
 
1098
+ #: modules/carousel/jetpack-carousel.php:118
1099
+ msgid "Aperture"
1100
  msgstr ""
1101
 
1102
+ #: modules/carousel/jetpack-carousel.php:119
1103
+ msgid "Shutter Speed"
1104
  msgstr ""
1105
 
1106
+ #: modules/carousel/jetpack-carousel.php:120
1107
+ msgid "Focal Length"
1108
  msgstr ""
1109
 
1110
+ #: modules/carousel/jetpack-carousel.php:130
1111
+ msgid "Commenting as %s"
1112
+ msgstr "Jy lewer kommentaar as %s"
1113
 
1114
+ #: modules/carousel/jetpack-carousel.php:133
1115
+ msgid "You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in</a> to post a comment."
1116
+ msgstr "Jy moet <a href=\"#\" class=\"jp-carousel-comment-login\">ingeteken</a> wees om kommentaar te lewer."
1117
 
1118
+ #: modules/carousel/jetpack-carousel.php:135
1119
+ msgid "%s (Required)"
1120
+ msgstr "%s (verplig)"
1121
 
1122
+ #: modules/carousel/jetpack-carousel.php:137
1123
+ #: modules/contact-form/grunion-contact-form.php:770
1124
+ #: modules/contact-form/grunion-form-view.php:155
1125
+ msgid "Email"
1126
+ msgstr "Epos"
1127
 
1128
+ #: modules/carousel/jetpack-carousel.php:141
1129
+ #: modules/contact-form/grunion-contact-form.php:771
1130
+ #: modules/contact-form/grunion-form-view.php:160
1131
+ msgid "Website"
1132
+ msgstr "Webwerf"
1133
 
1134
+ #: modules/carousel/jetpack-carousel.php:266
1135
+ msgid "Missing attachment ID."
1136
  msgstr ""
1137
 
1138
+ #: modules/carousel/jetpack-carousel.php:303
1139
+ msgid "Nonce verification failed."
1140
  msgstr ""
1141
 
1142
+ #: modules/carousel/jetpack-carousel.php:310
1143
+ msgid "Missing target blog ID."
1144
  msgstr ""
1145
 
1146
+ #: modules/carousel/jetpack-carousel.php:313
1147
+ msgid "Missing target post ID."
1148
  msgstr ""
1149
 
1150
+ #: modules/carousel/jetpack-carousel.php:316
1151
+ msgid "No comment text was submitted."
1152
+ msgstr "Geen kommentaar is gestuur nie."
1153
 
1154
+ #: modules/carousel/jetpack-carousel.php:328
1155
+ msgid "Comments on this post are closed."
1156
+ msgstr "Hierdie artikel se kommentaar is gesluit."
1157
 
1158
+ #: modules/carousel/jetpack-carousel.php:338
1159
+ msgid "Sorry, but we could not authenticate your request."
1160
  msgstr ""
1161
 
1162
+ #: modules/carousel/jetpack-carousel.php:347
1163
+ msgid "Please provide your name."
1164
  msgstr ""
1165
 
1166
+ #: modules/carousel/jetpack-carousel.php:350
1167
+ msgid "Please provide an email address."
1168
  msgstr ""
1169
 
1170
+ #: modules/carousel/jetpack-carousel.php:353
1171
+ msgid "Please provide a valid email address."
1172
  msgstr ""
1173
 
1174
+ #: modules/carousel/jetpack-carousel.php:382
1175
+ msgid "Image Gallery Carousel"
1176
  msgstr ""
1177
 
1178
+ #: modules/carousel/jetpack-carousel.php:385
1179
+ msgid "Enable carousel"
1180
  msgstr ""
1181
 
1182
+ #: modules/carousel/jetpack-carousel.php:389
1183
+ #: modules/shortcodes/slideshow.php:72
1184
+ msgid "Background color"
 
 
 
1185
  msgstr ""
1186
 
1187
+ #: modules/carousel/jetpack-carousel.php:392
1188
+ msgid "Metadata"
1189
  msgstr ""
1190
 
1191
+ #: modules/carousel/jetpack-carousel.php:449
1192
+ msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
 
 
 
 
1193
  msgstr ""
1194
 
1195
+ #: modules/carousel/jetpack-carousel.php:457
1196
+ msgid "Show map of photo location in carousel, when available."
1197
  msgstr ""
1198
 
1199
+ #: modules/carousel/jetpack-carousel.php:465
1200
+ #: modules/shortcodes/slideshow.php:79
1201
+ msgid "Black"
1202
  msgstr ""
1203
 
1204
+ #: modules/carousel/jetpack-carousel.php:465
1205
+ #: modules/shortcodes/slideshow.php:80
1206
+ msgid "White"
1207
  msgstr ""
1208
 
1209
+ #: modules/carousel/jetpack-carousel.php:473
1210
+ msgid "Display images in full-size carousel slideshow."
1211
  msgstr ""
1212
 
1213
+ #: modules/comments/admin.php:50 modules/comments/comments.php:211
1214
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
1215
+ msgid "Leave a Reply"
1216
+ msgstr "Lewer kommentaar"
1217
 
1218
+ #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:156
1219
+ #: modules/widgets/twitter-timeline.php:218
1220
+ msgid "Light"
1221
+ msgstr "Lig"
 
 
 
 
1222
 
1223
+ #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:157
1224
+ #: modules/widgets/twitter-timeline.php:219
1225
+ msgid "Dark"
1226
+ msgstr "Donker"
1227
+
1228
+ #: modules/comments/admin.php:56
1229
+ msgid "Transparent"
1230
+ msgstr "Deurskynend"
1231
+
1232
+ #: modules/comments/admin.php:72 modules/module-info.php:536
1233
+ msgid "Jetpack Comments"
1234
  msgstr ""
1235
 
1236
+ #: modules/comments/admin.php:81
1237
+ msgid "Greeting Text"
1238
+ msgstr "Verwelkoming"
1239
 
1240
+ #: modules/comments/admin.php:97 modules/comments/admin.php:168
1241
+ #: modules/widgets/facebook-likebox.php:154
1242
+ msgid "Color Scheme"
1243
+ msgstr "Kleurskema"
1244
 
1245
+ #: modules/comments/admin.php:118
1246
+ msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
1247
  msgstr ""
1248
 
1249
+ #: modules/comments/admin.php:134
1250
+ msgid "A few catchy words to motivate your readers to comment"
1251
  msgstr ""
1252
 
1253
+ #: modules/comments/base.php:83
1254
+ msgid "Invalid request"
1255
  msgstr ""
1256
 
1257
+ #: modules/comments/base.php:230
1258
+ msgid "Error: please fill the required fields (name, email)."
1259
+ msgstr "Fout: vul asseblief die verpligde velde in."
1260
 
1261
+ #: modules/comments/base.php:232
1262
+ msgid "Error: please enter a valid email address."
1263
  msgstr ""
1264
 
1265
+ #: modules/comments/comments.php:187
1266
+ msgid "You must <a href=\"%s\">log in</a> to post a comment."
1267
+ msgstr "Jy moet <a href=\"%s\">inteken</a> om kommentaar te lewer."
1268
 
1269
+ #: modules/comments/comments.php:212
1270
+ msgid "Leave a Reply to %s"
1271
+ msgstr "Lewer kommentaar op %s"
1272
 
1273
+ #: modules/comments/comments.php:251
1274
+ msgid "Cancel reply"
1275
+ msgstr "Kanselleer die reaksie"
1276
 
1277
+ #: modules/comments/comments.php:387
1278
+ msgid "Invalid security token."
1279
  msgstr ""
1280
 
1281
+ #: modules/comments/comments.php:448 modules/comments/comments.php:499
1282
+ msgid "Submitting Comment%s"
1283
+ msgstr "Die kommentaar%s is aan't stuur"
1284
 
1285
+ #: modules/contact-form/admin.php:16
1286
+ msgid "Add a custom form"
1287
  msgstr ""
1288
 
1289
+ #: modules/contact-form/admin.php:21 modules/contact-form/admin.php:22
1290
+ msgid "Add Contact Form"
1291
  msgstr ""
1292
 
1293
+ #: modules/contact-form/admin.php:101
1294
+ msgid "Mark Spam"
1295
  msgstr ""
1296
 
1297
+ #: modules/contact-form/admin.php:140 modules/contact-form/admin.php:534
1298
+ msgid "You are not allowed to manage this item."
1299
  msgstr ""
1300
 
1301
+ #: modules/contact-form/admin.php:157
1302
+ msgid "Feedback(s) marked as spam"
1303
  msgstr ""
1304
 
1305
+ #: modules/contact-form/admin.php:187 modules/contact-form/admin.php:602
1306
+ msgid "Messages"
1307
  msgstr ""
1308
 
1309
+ #: modules/contact-form/admin.php:196
1310
+ #: modules/contact-form/grunion-omnisearch.php:36
1311
+ msgid "From"
1312
  msgstr ""
1313
 
1314
+ #: modules/contact-form/admin.php:197
1315
+ #: modules/contact-form/grunion-contact-form.php:779
1316
+ #: modules/contact-form/grunion-omnisearch.php:37
1317
+ msgid "Message"
1318
  msgstr ""
1319
 
1320
+ #: modules/contact-form/admin.php:198
1321
+ #: modules/contact-form/grunion-omnisearch.php:38
1322
+ #: modules/omnisearch/omnisearch-posts.php:46
1323
+ msgid "Date"
1324
  msgstr ""
1325
 
1326
+ #: modules/contact-form/admin.php:268
1327
+ msgid "Restore this item from the Trash"
1328
  msgstr ""
1329
 
1330
+ #: modules/contact-form/admin.php:270
1331
+ msgid "Restore"
1332
  msgstr ""
1333
 
1334
+ #: modules/contact-form/admin.php:273 modules/contact-form/admin.php:372
1335
+ msgid "Delete this item permanently"
1336
+ msgstr ""
1337
 
1338
+ #: modules/contact-form/admin.php:275 modules/contact-form/admin.php:374
1339
+ msgid "Delete Permanently"
1340
+ msgstr "Skrap Vir Altyd"
1341
 
1342
+ #: modules/contact-form/admin.php:306
1343
+ msgid "Mark this message as spam"
1344
+ msgstr ""
1345
 
1346
+ #: modules/contact-form/admin.php:313 modules/contact-form/admin.php:315
1347
+ #: modules/contact-form/admin.php:612
1348
+ #: modules/omnisearch/omnisearch-posts.php:65
1349
+ msgid "Trash"
1350
+ msgstr ""
1351
 
1352
+ #: modules/contact-form/admin.php:366
1353
+ msgid "Mark this message as NOT spam"
1354
  msgstr ""
1355
 
1356
+ #: modules/contact-form/admin.php:406
1357
+ #: modules/contact-form/grunion-contact-form.php:1262
1358
+ msgctxt "{$date_format} \\a\\t {$time_format}"
1359
+ msgid "%1$s \\a\\t %2$s"
1360
  msgstr ""
1361
 
1362
+ #: modules/contact-form/admin.php:568
1363
+ msgid "You are not allowed to move this item out of the Trash."
1364
  msgstr ""
1365
 
1366
+ #: modules/contact-form/admin.php:571
1367
+ msgid "Error in restoring from Trash."
1368
  msgstr ""
1369
 
1370
+ #: modules/contact-form/admin.php:575
1371
+ msgid "You are not allowed to move this item to the Trash."
1372
  msgstr ""
1373
 
1374
+ #: modules/contact-form/admin.php:578
1375
+ msgid "Error in moving to Trash."
1376
  msgstr ""
1377
 
1378
+ #: modules/contact-form/admin.php:625
1379
+ msgid "Spam"
1380
  msgstr ""
1381
 
1382
+ #: modules/contact-form/grunion-contact-form.php:82
1383
+ #: modules/contact-form/grunion-contact-form.php:83
1384
+ #: modules/contact-form/grunion-form-view.php:136
1385
+ msgid "Feedback"
1386
  msgstr ""
1387
 
1388
+ #: modules/contact-form/grunion-contact-form.php:84
1389
+ msgid "Search Feedback"
1390
  msgstr ""
1391
 
1392
+ #: modules/contact-form/grunion-contact-form.php:85
1393
+ #: modules/contact-form/grunion-contact-form.php:86
1394
+ msgid "No feedback found"
1395
  msgstr ""
1396
 
1397
+ #: modules/contact-form/grunion-contact-form.php:103
1398
+ msgid "Spam <span class=\"count\">(%s)</span>"
1399
+ msgid_plural "Spam <span class=\"count\">(%s)</span>"
1400
+ msgstr[0] ""
1401
+ msgstr[1] ""
1402
 
1403
+ #: modules/contact-form/grunion-contact-form.php:209
1404
+ msgid "An error occurred. Please try again later."
1405
  msgstr ""
1406
 
1407
+ #: modules/contact-form/grunion-contact-form.php:217
1408
+ #: modules/contact-form/grunion-contact-form.php:896
1409
+ msgid "Message Sent"
1410
+ msgstr "Boodskap gestuur"
1411
 
1412
+ #: modules/contact-form/grunion-contact-form.php:375
1413
+ msgid "Export feedback as CSV"
1414
  msgstr ""
1415
 
1416
+ #: modules/contact-form/grunion-contact-form.php:381
1417
+ msgid "Select feedback to download"
1418
  msgstr ""
1419
 
1420
+ #: modules/contact-form/grunion-contact-form.php:383
1421
+ msgid "All posts"
1422
  msgstr ""
1423
 
1424
+ #: modules/contact-form/grunion-contact-form.php:388
1425
+ msgid "Download"
1426
  msgstr ""
1427
 
1428
+ #: modules/contact-form/grunion-contact-form.php:435
1429
+ #: modules/contact-form/grunion-contact-form.php:527
1430
+ #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:506
1431
+ #: modules/module-info.php:510
1432
+ msgid "Contact Form"
1433
  msgstr ""
1434
 
1435
+ #: modules/contact-form/grunion-contact-form.php:741
1436
+ msgctxt "%1$s = blog name"
1437
+ msgid "%1$s Sidebar"
1438
  msgstr ""
1439
 
1440
+ #: modules/contact-form/grunion-contact-form.php:744
1441
+ msgctxt "%1$s = blog name, %2$s = post title"
1442
+ msgid "%1$s %2$s"
1443
  msgstr ""
1444
 
1445
+ #: modules/contact-form/grunion-contact-form.php:755
1446
+ msgid "Submit &#187;"
1447
+ msgstr "Stuur &#187;"
1448
 
1449
+ #: modules/contact-form/grunion-contact-form.php:775
1450
+ msgid "Subject"
1451
  msgstr ""
1452
 
1453
+ #: modules/contact-form/grunion-contact-form.php:882
1454
+ msgid "Error!"
1455
+ msgstr "Oeps!"
1456
 
1457
+ #: modules/contact-form/grunion-contact-form.php:897
1458
+ msgid "go back"
1459
  msgstr ""
1460
 
1461
+ #: modules/contact-form/grunion-contact-form.php:971
1462
+ #: modules/contact-form/grunion-contact-form.php:987
1463
+ msgctxt "%1$s = form field label, %2$s = form field value"
1464
+ msgid "%1$s: %2$s"
1465
  msgstr ""
1466
 
1467
+ #: modules/contact-form/grunion-contact-form.php:1272
1468
+ msgid "Time:"
1469
  msgstr ""
1470
 
1471
+ #: modules/contact-form/grunion-contact-form.php:1273
1472
+ msgid "IP Address:"
1473
  msgstr ""
1474
 
1475
+ #: modules/contact-form/grunion-contact-form.php:1281
1476
+ msgid "Contact Form URL:"
1477
  msgstr ""
1478
 
1479
+ #: modules/contact-form/grunion-contact-form.php:1286
1480
+ msgid "Sent by a verified %s user."
1481
  msgstr ""
1482
 
1483
+ #: modules/contact-form/grunion-contact-form.php:1290
1484
+ msgid "Sent by an unverified visitor to your site."
1485
  msgstr ""
1486
 
1487
+ #: modules/contact-form/grunion-contact-form.php:1530
1488
+ msgid "%s requires a valid email address"
1489
  msgstr ""
1490
 
1491
+ #: modules/contact-form/grunion-contact-form.php:1536
1492
+ msgid "%s is required"
1493
+ msgstr "%s is word vereis"
1494
 
1495
+ #: modules/contact-form/grunion-contact-form.php:1585
1496
+ #: modules/contact-form/grunion-contact-form.php:1591
1497
+ #: modules/contact-form/grunion-contact-form.php:1596
1498
+ #: modules/contact-form/grunion-contact-form.php:1610
1499
+ #: modules/contact-form/grunion-contact-form.php:1616
1500
+ #: modules/contact-form/grunion-contact-form.php:1627
1501
+ #: modules/contact-form/grunion-contact-form.php:1637
1502
+ msgid "(required)"
1503
+ msgstr "(verplig) "
1504
 
1505
+ #: modules/contact-form/grunion-contact-form.php:1609
1506
+ #: modules/minileven/minileven.php:261
1507
+ msgid "Yes"
1508
+ msgstr "Ja"
1509
 
1510
+ #: modules/contact-form/grunion-form-view.php:8
1511
+ msgctxt "Label for HTML form \"Name\" field in contact form builder"
1512
+ msgid "Name"
1513
  msgstr ""
1514
 
1515
+ #: modules/contact-form/grunion-form-view.php:9
1516
+ msgctxt "Label for HTML form \"Email\" field in contact form builder"
1517
+ msgid "Email"
1518
+ msgstr "E-posadres"
1519
 
1520
+ #: modules/contact-form/grunion-form-view.php:10
1521
+ msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
1522
+ msgid "Website"
1523
+ msgstr "Webwerf"
1524
+
1525
+ #: modules/contact-form/grunion-form-view.php:11
1526
+ msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
1527
+ msgid "Comment"
1528
+ msgstr "Kommentaar"
1529
+
1530
+ #: modules/contact-form/grunion-form-view.php:12
1531
+ msgctxt "Default label for new HTML form field in contact form builder"
1532
+ msgid "New Field"
1533
  msgstr ""
1534
 
1535
+ #: modules/contact-form/grunion-form-view.php:13
1536
+ msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
1537
+ msgid "Options"
1538
  msgstr ""
1539
 
1540
+ #: modules/contact-form/grunion-form-view.php:14
1541
+ msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
1542
+ msgid "Option"
1543
  msgstr ""
1544
 
1545
+ #: modules/contact-form/grunion-form-view.php:15
1546
+ msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
1547
+ msgid "First option"
1548
  msgstr ""
1549
 
1550
+ #: modules/contact-form/grunion-form-view.php:16
1551
+ msgctxt "error message in contact form builder"
1552
+ msgid "Oops, there was a problem generating your form. You'll likely need to try again."
1553
  msgstr ""
1554
 
1555
+ #: modules/contact-form/grunion-form-view.php:17
1556
+ msgid ""
1557
+ "Drag up or down\n"
1558
+ "to re-arrange"
1559
  msgstr ""
1560
 
1561
+ #: modules/contact-form/grunion-form-view.php:18
1562
+ msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
1563
+ msgid "move"
1564
  msgstr ""
1565
 
1566
+ #: modules/contact-form/grunion-form-view.php:19
1567
+ msgctxt "Link to edit an HTML form field in contact form builder"
1568
+ msgid "edit"
1569
  msgstr ""
1570
 
1571
+ #: modules/contact-form/grunion-form-view.php:20
1572
+ msgid "Saved successfully"
1573
  msgstr ""
1574
 
1575
+ #: modules/contact-form/grunion-form-view.php:21
1576
+ msgctxt "This HTML form field is marked as required by the user in contact form builder"
1577
+ msgid "(required)"
1578
+ msgstr "(verplig)"
1579
+
1580
+ #: modules/contact-form/grunion-form-view.php:22
1581
+ msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
1582
  msgstr ""
1583
 
1584
+ #: modules/contact-form/grunion-form-view.php:118
1585
+ msgid "Your new field was saved successfully"
1586
  msgstr ""
1587
 
1588
+ #: modules/contact-form/grunion-form-view.php:120
1589
+ msgid "Form builder"
1590
  msgstr ""
1591
 
1592
+ #: modules/contact-form/grunion-form-view.php:121
1593
+ msgid "Email notifications"
1594
  msgstr ""
1595
 
1596
+ #: modules/contact-form/grunion-form-view.php:126
1597
+ msgid "How does this work?"
1598
  msgstr ""
1599
 
1600
+ #: modules/contact-form/grunion-form-view.php:127
1601
+ 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."
1602
  msgstr ""
1603
 
1604
+ #: modules/contact-form/grunion-form-view.php:128
1605
+ msgid "Can I add more fields?"
1606
  msgstr ""
1607
 
1608
+ #: modules/contact-form/grunion-form-view.php:130
1609
+ msgctxt "%1$s = \"Click here\" in an HTML link"
1610
+ msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
1611
  msgstr ""
1612
 
1613
+ #: modules/contact-form/grunion-form-view.php:131
1614
+ msgid "Click here"
1615
  msgstr ""
1616
 
1617
+ #: modules/contact-form/grunion-form-view.php:133
1618
+ msgid "Can I view my feedback within WordPress?"
1619
  msgstr ""
1620
 
1621
+ #: modules/contact-form/grunion-form-view.php:135
1622
+ msgctxt "%1$s = \"Feedback\" in an HTML link"
1623
+ msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
1624
  msgstr ""
1625
 
1626
+ #: modules/contact-form/grunion-form-view.php:141
1627
+ msgid "Do I need to fill this out?"
1628
  msgstr ""
1629
 
1630
+ #: modules/contact-form/grunion-form-view.php:142
1631
+ 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."
1632
  msgstr ""
1633
 
1634
+ #: modules/contact-form/grunion-form-view.php:146
1635
+ msgid "Edit this new field"
1636
  msgstr ""
1637
 
1638
+ #: modules/contact-form/grunion-form-view.php:148
1639
+ #: modules/sharedaddy/sharing-sources.php:991
1640
+ msgid "Label"
1641
  msgstr ""
1642
 
1643
+ #: modules/contact-form/grunion-form-view.php:149
1644
+ msgid "New field"
1645
  msgstr ""
1646
 
1647
+ #: modules/contact-form/grunion-form-view.php:151
1648
+ msgid "Field type"
1649
  msgstr ""
1650
 
1651
+ #: modules/contact-form/grunion-form-view.php:153
1652
+ msgid "Checkbox"
 
1653
  msgstr ""
1654
 
1655
+ #: modules/contact-form/grunion-form-view.php:154
1656
+ msgid "Drop down"
1657
  msgstr ""
1658
 
1659
+ #: modules/contact-form/grunion-form-view.php:157
1660
+ msgid "Radio"
1661
+ msgstr ""
1662
 
1663
+ #: modules/contact-form/grunion-form-view.php:158
1664
+ msgid "Text"
1665
+ msgstr "Teks"
 
1666
 
1667
+ #: modules/contact-form/grunion-form-view.php:159
1668
+ msgid "Textarea"
1669
  msgstr ""
1670
 
1671
+ #: modules/contact-form/grunion-form-view.php:166
1672
+ msgid "Options"
1673
  msgstr ""
1674
 
1675
+ #: modules/contact-form/grunion-form-view.php:167
1676
+ msgid "First option"
 
1677
  msgstr ""
1678
 
1679
+ #: modules/contact-form/grunion-form-view.php:170
1680
+ msgid "Add another option"
1681
  msgstr ""
1682
 
1683
+ #: modules/contact-form/grunion-form-view.php:177
1684
+ msgid "Required?"
1685
  msgstr ""
1686
 
1687
+ #: modules/contact-form/grunion-form-view.php:182
1688
+ msgid "Save this field"
 
1689
  msgstr ""
1690
 
1691
+ #: modules/contact-form/grunion-form-view.php:187
1692
+ msgid "Here&#8217;s what your form will look like"
1693
  msgstr ""
1694
 
1695
+ #: modules/contact-form/grunion-form-view.php:192
1696
+ msgid "Add a new field"
1697
  msgstr ""
1698
 
1699
+ #: modules/contact-form/grunion-form-view.php:194
1700
+ msgid "Add this form to my post"
1701
+ msgstr ""
1702
 
1703
+ #: modules/contact-form/grunion-form-view.php:197
1704
+ msgid "Email settings"
1705
  msgstr ""
1706
 
1707
+ #: modules/contact-form/grunion-form-view.php:199
1708
+ msgid "Enter your email address"
1709
+ msgstr ""
1710
 
1711
+ #: modules/contact-form/grunion-form-view.php:202
1712
+ msgid "What should the subject line be?"
1713
  msgstr ""
1714
 
1715
+ #: modules/contact-form/grunion-form-view.php:205
1716
+ msgid "Save and go back to form builder"
1717
  msgstr ""
1718
 
1719
+ #: modules/custom-css/custom-css.php:456
1720
+ msgid ""
1721
+ "Welcome to Custom CSS!\n"
1722
+ "\n"
1723
+ "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"
1724
+ "\n"
1725
+ "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."
1726
  msgstr ""
1727
 
1728
+ #: modules/custom-css/custom-css.php:577
1729
+ msgid "Preview: changes must be saved or they will be lost"
1730
  msgstr ""
1731
 
1732
+ #: modules/custom-css/custom-css.php:605
1733
+ msgid "Edit CSS"
1734
  msgstr ""
1735
 
1736
+ #: modules/custom-css/custom-css.php:618
1737
+ msgid "CSS"
1738
  msgstr ""
1739
 
1740
+ #: modules/custom-css/custom-css.php:638
1741
+ msgid "Custom CSS Stylesheet"
 
1742
  msgstr ""
1743
 
1744
+ #: modules/custom-css/custom-css.php:659
1745
+ msgid "Stylesheet saved."
1746
  msgstr ""
1747
 
1748
+ #: modules/custom-css/custom-css.php:663
1749
+ msgid "Publish"
1750
+ msgstr "Publiseer"
 
1751
 
1752
+ #: modules/custom-css/custom-css.php:669
1753
+ msgid "CSS Revisions"
 
1754
  msgstr ""
1755
 
1756
+ #: modules/custom-css/custom-css.php:673
1757
+ msgid "CSS Stylesheet Editor"
 
1758
  msgstr ""
1759
 
1760
+ #: modules/custom-css/custom-css.php:680
1761
+ msgid ""
1762
+ "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
1763
+ "\t\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
1764
+ msgstr ""
1765
 
1766
+ #: modules/custom-css/custom-css.php:717
1767
+ msgid "Content Width:"
1768
+ msgstr ""
1769
 
1770
+ #: modules/custom-css/custom-css.php:718
1771
+ msgid "Default"
1772
+ msgstr ""
1773
 
1774
+ #: modules/custom-css/custom-css.php:718
1775
+ msgid "%s px"
1776
+ msgstr ""
 
1777
 
1778
+ #: modules/custom-css/custom-css.php:726
1779
+ msgid "Limit width to %1$s pixels for videos, full size images, and other shortcodes. (<a href=\"%2$s\">More info</a>.)"
1780
+ msgstr ""
 
1781
 
1782
+ #: modules/custom-css/custom-css.php:742
1783
+ msgid "The default content width for the %s theme is %d pixels."
1784
  msgstr ""
1785
 
1786
+ #: modules/custom-css/custom-css.php:747 modules/custom-css/custom-css.php:829
1787
+ #: modules/custom-css/custom-css.php:858 modules/minileven/minileven.php:270
1788
+ #: modules/publicize/publicize-jetpack.php:473
1789
+ #: modules/publicize/publicize-jetpack.php:585 modules/publicize/ui.php:274
1790
+ msgid "OK"
1791
+ msgstr "OK"
1792
 
1793
+ #: modules/custom-css/custom-css.php:748 modules/custom-css/custom-css.php:830
1794
+ #: modules/custom-css/custom-css.php:859 modules/minileven/minileven.php:271
1795
+ #: modules/sharedaddy/sharing-sources.php:307
1796
+ msgid "Cancel"
1797
+ msgstr "Kanselleer"
1798
 
1799
+ #: modules/custom-css/custom-css.php:812
1800
+ msgid "Preprocessor:"
1801
+ msgstr ""
1802
 
1803
+ #: modules/custom-css/custom-css.php:813 modules/custom-css/custom-css.php:818
1804
+ #: modules/videopress/videopress.php:273 modules/widgets/image-widget.php:137
1805
+ msgid "None"
1806
+ msgstr "Geen"
1807
 
1808
+ #: modules/custom-css/custom-css.php:842
1809
+ msgid "Mode:"
1810
  msgstr ""
1811
 
1812
+ #: modules/custom-css/custom-css.php:843
1813
+ msgid "Add-on"
1814
  msgstr ""
1815
 
1816
+ #: modules/custom-css/custom-css.php:843
1817
+ msgid "Replacement"
1818
  msgstr ""
1819
 
1820
+ #: modules/custom-css/custom-css.php:850
1821
+ msgid "Add-on CSS <b>(Recommended)</b>"
1822
  msgstr ""
1823
 
1824
+ #: modules/custom-css/custom-css.php:855
1825
+ msgid "Replace <a href=\"%s\">theme's CSS</a> <b>(Advanced)</b>"
 
1826
  msgstr ""
1827
 
1828
+ #: modules/custom-css/custom-css.php:866
1829
+ #: modules/custom-post-types/comics.php:235
1830
+ #: modules/videopress/videopress.php:662
1831
+ msgid "Preview"
1832
+ msgstr "Vooraf Kyk"
1833
 
1834
+ #: modules/custom-css/custom-css.php:868
1835
+ msgid "Save &amp; Buy Upgrade"
1836
  msgstr ""
1837
 
1838
+ #: modules/custom-css/custom-css.php:868
1839
+ msgid "Save Stylesheet"
 
1840
  msgstr ""
1841
 
1842
+ #: modules/custom-css/custom-css.php:930
1843
+ msgid "Show more"
1844
  msgstr ""
1845
 
1846
+ #: modules/custom-post-types/comics.php:83
1847
+ msgid "Convert to Comic"
1848
  msgstr ""
1849
 
1850
+ #: modules/custom-post-types/comics.php:89
1851
+ msgid "Convert to Post"
 
1852
  msgstr ""
1853
 
1854
+ #: modules/custom-post-types/comics.php:113
1855
+ msgid "You are not allowed to make this change."
1856
  msgstr ""
1857
 
1858
+ #: modules/custom-post-types/comics.php:160
1859
+ msgid "Post converted."
1860
+ msgid_plural "%s posts converted"
1861
+ msgstr[0] ""
1862
+ msgstr[1] ""
1863
+
1864
+ #: modules/custom-post-types/comics.php:173
1865
+ msgid "Drop images to upload"
1866
  msgstr ""
1867
 
1868
+ #: modules/custom-post-types/comics.php:174
1869
+ msgid "Uploading..."
 
1870
  msgstr ""
1871
 
1872
+ #: modules/custom-post-types/comics.php:175
1873
+ msgid "Processing..."
 
1874
  msgstr ""
1875
 
1876
+ #: modules/custom-post-types/comics.php:176
1877
+ msgid "Sorry, your browser isn't supported. Upgrade at browsehappy.com."
1878
  msgstr ""
1879
 
1880
+ #: modules/custom-post-types/comics.php:177
1881
+ msgid "Only images can be uploaded here."
 
1882
  msgstr ""
1883
 
1884
+ #: modules/custom-post-types/comics.php:178
1885
+ msgid "Your upload didn't complete; try again later or cross your fingers and try again right now."
1886
  msgstr ""
1887
 
1888
+ #: modules/custom-post-types/comics.php:191
1889
+ #: modules/custom-post-types/comics.php:193
1890
+ #: modules/custom-post-types/comics.php:195
1891
+ msgid "Comics"
1892
  msgstr ""
1893
 
1894
+ #: modules/custom-post-types/comics.php:194
1895
+ msgid "Comic"
1896
  msgstr ""
1897
 
1898
+ #: modules/custom-post-types/comics.php:196
1899
+ msgid "All Comics"
1900
  msgstr ""
1901
 
1902
+ #: modules/custom-post-types/comics.php:197
1903
+ #: modules/custom-post-types/testimonial.php:72 modules/publicize/ui.php:207
1904
+ msgid "Add New"
1905
  msgstr ""
1906
 
1907
+ #: modules/custom-post-types/comics.php:198
1908
+ msgid "Add New Comic"
1909
  msgstr ""
1910
 
1911
+ #: modules/custom-post-types/comics.php:199
1912
+ msgid "Edit Comic"
 
1913
  msgstr ""
1914
 
1915
+ #: modules/custom-post-types/comics.php:200
1916
+ msgid "New Comic"
1917
  msgstr ""
1918
 
1919
+ #: modules/custom-post-types/comics.php:201
1920
+ msgid "View Comic"
1921
  msgstr ""
1922
 
1923
+ #: modules/custom-post-types/comics.php:202
1924
+ msgid "Search Comics"
1925
  msgstr ""
1926
 
1927
+ #: modules/custom-post-types/comics.php:203
1928
+ msgid "No Comics found"
1929
  msgstr ""
1930
 
1931
+ #: modules/custom-post-types/comics.php:204
1932
+ msgid "No Comics found in Trash"
 
1933
  msgstr ""
1934
 
1935
+ #: modules/custom-post-types/comics.php:273
1936
+ msgid "Comic updated. <a href=\"%s\">View comic</a>"
1937
  msgstr ""
1938
 
1939
+ #: modules/custom-post-types/comics.php:274
1940
+ #: modules/custom-post-types/testimonial.php:133
1941
+ msgid "Custom field updated."
1942
  msgstr ""
1943
 
1944
+ #: modules/custom-post-types/comics.php:275
1945
+ #: modules/custom-post-types/testimonial.php:134
1946
+ msgid "Custom field deleted."
1947
  msgstr ""
1948
 
1949
+ #: modules/custom-post-types/comics.php:276
1950
+ msgid "Comic updated."
1951
  msgstr ""
1952
 
1953
+ #: modules/custom-post-types/comics.php:278
1954
+ msgid "Comic restored to revision from %s"
1955
  msgstr ""
1956
 
1957
+ #: modules/custom-post-types/comics.php:279
1958
+ msgid "Comic published. <a href=\"%s\">View comic</a>"
1959
  msgstr ""
1960
 
1961
+ #: modules/custom-post-types/comics.php:280
1962
+ msgid "Comic saved."
1963
  msgstr ""
1964
 
1965
+ #: modules/custom-post-types/comics.php:281
1966
+ msgid "Comic submitted. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
 
 
1967
  msgstr ""
1968
 
1969
+ #: modules/custom-post-types/comics.php:282
1970
+ msgid "Comic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview comic</a>"
 
 
 
 
 
 
1971
  msgstr ""
1972
 
1973
+ #: modules/custom-post-types/comics.php:284
1974
+ #: modules/custom-post-types/testimonial.php:143
1975
+ msgid "M j, Y @ G:i"
1976
  msgstr ""
1977
 
1978
+ #: modules/custom-post-types/comics.php:285
1979
+ msgid "Comic draft updated. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
1980
  msgstr ""
1981
 
1982
+ #: modules/custom-post-types/comics.php:353
1983
+ msgid "Invalid or expired nonce."
1984
  msgstr ""
1985
 
1986
+ #: modules/custom-post-types/comics.php:462
1987
+ msgid ""
1988
+ "Welcome! Ready to publish your first strip?\n"
1989
+ "\n"
1990
+ "Your webcomic's new site is ready to go. Get started by <a href=\"BLOG_URLwp-admin/customize.php#title\">setting your comic's title and tagline</a> so your readers know what it's all about.\n"
1991
+ "\n"
1992
+ "Looking for more help with setting up your site? Check out the WordPress.com <a href=\"http://learn.wordpress.com/\">beginner's tutorial</a> and the <a href=\"http://en.support.wordpress.com/comics/\">guide to comics on WordPress.com</a>. Dive right in by <a href=\"BLOG_URLwp-admin/customize.php#title\">publishing your first strip!</a>\n"
1993
+ "\n"
1994
+ "Lots of laughs,\n"
1995
+ "The WordPress.com Team"
1996
  msgstr ""
1997
 
1998
+ #: modules/custom-post-types/nova.php:115
1999
+ msgid "Menu Item Labels"
 
2000
  msgstr ""
2001
 
2002
+ #: modules/custom-post-types/nova.php:116
2003
+ msgid "Menu Item Label"
2004
  msgstr ""
2005
 
2006
+ #: modules/custom-post-types/nova.php:117
2007
+ msgid "Search Menu Item Labels"
2008
  msgstr ""
2009
 
2010
+ #: modules/custom-post-types/nova.php:118
2011
+ msgid "Popular Labels"
2012
  msgstr ""
2013
 
2014
+ #: modules/custom-post-types/nova.php:119
2015
+ msgid "All Menu Item Labels"
2016
  msgstr ""
2017
 
2018
+ #: modules/custom-post-types/nova.php:120
2019
+ msgid "Edit Menu Item Label"
2020
  msgstr ""
2021
 
2022
+ #: modules/custom-post-types/nova.php:121
2023
+ msgid "View Menu Item Label"
2024
  msgstr ""
2025
 
2026
+ #: modules/custom-post-types/nova.php:122
2027
+ msgid "Update Menu Item Label"
2028
  msgstr ""
2029
 
2030
+ #: modules/custom-post-types/nova.php:123
2031
+ msgid "Add New Menu Item Label"
2032
  msgstr ""
2033
 
2034
+ #: modules/custom-post-types/nova.php:124
2035
+ msgid "New Menu Item Label Name"
2036
  msgstr ""
2037
 
2038
+ #: modules/custom-post-types/nova.php:125
2039
+ #: modules/custom-post-types/nova.php:759
2040
+ msgid "Separate Labels with commas"
2041
  msgstr ""
2042
 
2043
+ #: modules/custom-post-types/nova.php:126
2044
+ msgid "Add or remove Labels"
2045
  msgstr ""
2046
 
2047
+ #: modules/custom-post-types/nova.php:127
2048
+ msgid "Choose from the most used Labels"
2049
  msgstr ""
2050
 
2051
+ #: modules/custom-post-types/nova.php:129
2052
+ msgid "No Labels found"
2053
  msgstr ""
2054
 
2055
+ #: modules/custom-post-types/nova.php:136
2056
+ #: modules/custom-post-types/nova.php:167
2057
+ msgid "Food Menus"
2058
  msgstr ""
2059
 
2060
+ #: modules/custom-post-types/nova.php:137
2061
+ msgid "Food Menu"
 
 
2062
  msgstr ""
2063
 
2064
+ #: modules/custom-post-types/nova.php:138
2065
+ msgid "Search Menus"
2066
  msgstr ""
2067
 
2068
+ #: modules/custom-post-types/nova.php:139
2069
+ msgid "All Menus"
2070
  msgstr ""
2071
 
2072
+ #: modules/custom-post-types/nova.php:140
2073
+ msgid "Parent Menu"
2074
  msgstr ""
2075
 
2076
+ #: modules/custom-post-types/nova.php:141
2077
+ msgid "Parent Menu:"
2078
  msgstr ""
2079
 
2080
+ #: modules/custom-post-types/nova.php:142
2081
+ msgid "Edit Menu"
2082
  msgstr ""
2083
 
2084
+ #: modules/custom-post-types/nova.php:143
2085
+ msgid "View Menu"
2086
  msgstr ""
2087
 
2088
+ #: modules/custom-post-types/nova.php:144
2089
+ msgid "Update Menu"
2090
  msgstr ""
2091
 
2092
+ #: modules/custom-post-types/nova.php:145
2093
+ msgid "Add New Menu"
2094
  msgstr ""
2095
 
2096
+ #: modules/custom-post-types/nova.php:146
2097
+ msgid "New Menu Name"
2098
  msgstr ""
2099
 
2100
+ #: modules/custom-post-types/nova.php:162
2101
+ msgid "Items on your restaurant's menu"
2102
  msgstr ""
2103
 
2104
+ #: modules/custom-post-types/nova.php:165
2105
+ #: modules/custom-post-types/nova.php:168
2106
+ msgid "Menu Items"
2107
  msgstr ""
2108
 
2109
+ #: modules/custom-post-types/nova.php:166
2110
+ msgid "Menu Item"
2111
  msgstr ""
2112
 
2113
+ #: modules/custom-post-types/nova.php:169
2114
+ #: modules/custom-post-types/nova.php:170
2115
+ msgid "Add One Item"
2116
  msgstr ""
2117
 
2118
+ #: modules/custom-post-types/nova.php:171
2119
+ msgid "Edit Menu Item"
2120
  msgstr ""
2121
 
2122
+ #: modules/custom-post-types/nova.php:172
2123
+ msgid "New Menu Item"
2124
  msgstr ""
2125
 
2126
+ #: modules/custom-post-types/nova.php:173
2127
+ msgid "View Menu Item"
2128
  msgstr ""
2129
 
2130
+ #: modules/custom-post-types/nova.php:174
2131
+ msgid "Search Menu Items"
2132
  msgstr ""
2133
 
2134
+ #: modules/custom-post-types/nova.php:175
2135
+ msgid "No Menu Items found"
2136
  msgstr ""
2137
 
2138
+ #: modules/custom-post-types/nova.php:176
2139
+ msgid "No Menu Items found in Trash"
 
2140
  msgstr ""
2141
 
2142
+ #: modules/custom-post-types/nova.php:277
2143
+ #: modules/custom-post-types/nova.php:278
2144
+ #: modules/custom-post-types/nova.php:724
2145
+ msgid "Add Many Items"
2146
  msgstr ""
2147
 
2148
+ #: modules/custom-post-types/nova.php:313
2149
+ msgid "Menu Items re-ordered."
 
 
 
 
 
2150
  msgstr ""
2151
 
2152
+ #: modules/custom-post-types/nova.php:332
2153
+ msgid "Labels"
 
 
 
 
 
 
2154
  msgstr ""
2155
 
2156
+ #: modules/custom-post-types/nova.php:333
2157
+ #: modules/custom-post-types/nova.php:742
2158
+ #: modules/custom-post-types/nova.php:778
2159
+ #: modules/custom-post-types/nova.php:784
2160
+ msgid "Price"
2161
  msgstr ""
2162
 
2163
+ #: modules/custom-post-types/nova.php:334
2164
+ msgid "Order"
2165
  msgstr ""
2166
 
2167
+ #: modules/custom-post-types/nova.php:390
2168
+ #: modules/custom-post-types/nova.php:442
2169
+ msgid "Re-order"
 
 
 
 
 
 
 
 
 
 
 
2170
  msgstr ""
2171
 
2172
+ #: modules/custom-post-types/nova.php:637
2173
+ msgid "Move menu section up"
2174
  msgstr ""
2175
 
2176
+ #: modules/custom-post-types/nova.php:637
2177
+ msgid "UP"
2178
  msgstr ""
2179
 
2180
+ #: modules/custom-post-types/nova.php:639
2181
+ msgid "Move menu section down"
 
 
 
 
2182
  msgstr ""
2183
 
2184
+ #: modules/custom-post-types/nova.php:639
2185
+ msgid "DOWN"
 
2186
  msgstr ""
2187
 
2188
+ #: modules/custom-post-types/nova.php:726
2189
+ msgid "Use the <kbd>TAB</kbd> key on your keyboard to move between colums and the <kbd>ENTER</kbd> or <kbd>RETURN</kbd> key to save each row and move on to the next."
2190
  msgstr ""
2191
 
2192
+ #: modules/custom-post-types/nova.php:741
2193
+ msgid "Description"
2194
+ msgstr "Beskrywing"
2195
 
2196
+ #: modules/custom-post-types/nova.php:743
2197
+ msgid "Labels: <small>spicy, favorite, etc.</small>"
2198
  msgstr ""
2199
 
2200
+ #: modules/custom-post-types/nova.php:765
2201
+ msgid "Add These New Menu Items"
2202
  msgstr ""
2203
 
2204
+ #: modules/custom-post-types/nova.php:847
2205
+ #: modules/custom-post-types/nova.php:866
2206
+ msgctxt "Nova label separator"
2207
+ msgid ", "
2208
  msgstr ""
2209
 
2210
+ #: modules/custom-post-types/nova.php:868
2211
+ msgid "No Labels"
2212
  msgstr ""
2213
 
2214
+ #: modules/custom-post-types/testimonial.php:66
2215
+ msgid "Customer Testimonials"
 
 
2216
  msgstr ""
2217
 
2218
+ #: modules/custom-post-types/testimonial.php:68
2219
+ #: modules/custom-post-types/testimonial.php:70
2220
+ #: modules/custom-post-types/testimonial.php:194
2221
+ #: modules/custom-post-types/testimonial.php:199
2222
+ msgid "Testimonials"
2223
  msgstr ""
2224
 
2225
+ #: modules/custom-post-types/testimonial.php:69
2226
+ msgid "Testimonial"
2227
  msgstr ""
2228
 
2229
+ #: modules/custom-post-types/testimonial.php:71
2230
+ msgid "All Testimonials"
2231
  msgstr ""
2232
 
2233
+ #: modules/custom-post-types/testimonial.php:73
2234
+ msgid "Add New Testimonial"
2235
  msgstr ""
2236
 
2237
+ #: modules/custom-post-types/testimonial.php:74
2238
+ msgid "Edit Testimonial"
2239
  msgstr ""
2240
 
2241
+ #: modules/custom-post-types/testimonial.php:75
2242
+ msgid "New Testimonial"
2243
  msgstr ""
2244
 
2245
+ #: modules/custom-post-types/testimonial.php:76
2246
+ msgid "View Testimonial"
2247
  msgstr ""
2248
 
2249
+ #: modules/custom-post-types/testimonial.php:77
2250
+ msgid "Search Testimonials"
2251
  msgstr ""
2252
 
2253
+ #: modules/custom-post-types/testimonial.php:78
2254
+ msgid "No Testimonials found"
2255
  msgstr ""
2256
 
2257
+ #: modules/custom-post-types/testimonial.php:79
2258
+ msgid "No Testimonials found in Trash"
2259
  msgstr ""
2260
 
2261
+ #: modules/custom-post-types/testimonial.php:110
2262
+ msgid "Enter the customer's name here"
2263
  msgstr ""
2264
 
2265
+ #: modules/custom-post-types/testimonial.php:119
2266
+ msgid "Customer Name"
2267
  msgstr ""
2268
 
2269
+ #: modules/custom-post-types/testimonial.php:132
2270
+ msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
2271
  msgstr ""
2272
 
2273
+ #: modules/custom-post-types/testimonial.php:135
2274
+ msgid "Testimonial updated."
2275
  msgstr ""
2276
 
2277
+ #: modules/custom-post-types/testimonial.php:137
2278
+ msgid "Testimonial restored to revision from %s"
2279
  msgstr ""
2280
 
2281
+ #: modules/custom-post-types/testimonial.php:138
2282
+ msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
2283
  msgstr ""
2284
 
2285
+ #: modules/custom-post-types/testimonial.php:139
2286
+ msgid "Testimonial saved."
2287
  msgstr ""
2288
 
2289
+ #: modules/custom-post-types/testimonial.php:140
2290
+ msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
2291
  msgstr ""
2292
 
2293
+ #: modules/custom-post-types/testimonial.php:141
2294
+ msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
2295
  msgstr ""
2296
 
2297
+ #: modules/custom-post-types/testimonial.php:144
2298
+ msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
2299
  msgstr ""
2300
 
2301
+ #: modules/custom-post-types/testimonial.php:180
2302
+ msgid "Customize Testimonials Archive"
2303
  msgstr ""
2304
 
2305
+ #: modules/custom-post-types/testimonial.php:181
2306
+ msgid "Customize"
2307
  msgstr ""
2308
 
2309
+ #: modules/custom-post-types/testimonial.php:205
2310
+ msgid "Testimonial Page Title"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2311
  msgstr ""
2312
 
2313
+ #: modules/custom-post-types/testimonial.php:217
2314
+ msgid "Testimonial Page Content"
2315
  msgstr ""
2316
 
2317
+ #: modules/custom-post-types/testimonial.php:228
2318
+ msgid "Testimonial Page Featured Image"
2319
  msgstr ""
2320
 
2321
+ #: modules/gplus-authorship/admin/ui.php:54
2322
+ #: modules/gplus-authorship/admin/ui.php:65 modules/likes.php:429
2323
+ #: modules/likes.php:441 modules/publicize/ui.php:35
2324
+ #: modules/publicize/ui.php:45 modules/sharedaddy/sharing.php:57
2325
+ #: modules/sharedaddy/sharing.php:163
2326
+ msgid "Sharing Settings"
2327
  msgstr ""
2328
 
2329
+ #: modules/gplus-authorship/admin/ui.php:54 modules/likes.php:429
2330
+ #: modules/module-info.php:325 modules/module-info.php:328
2331
+ #: modules/module-info.php:349 modules/publicize/ui.php:35
2332
+ #: modules/sharedaddy/sharedaddy.php:26 modules/sharedaddy/sharing.php:57
2333
+ msgid "Sharing"
2334
  msgstr ""
2335
 
2336
+ #: modules/gplus-authorship/admin/ui.php:79
2337
+ msgid "Your Google+ account has been connected."
2338
  msgstr ""
2339
 
2340
+ #: modules/gplus-authorship/admin/ui.php:80
2341
+ msgid "There was a problem connecting your Google+ account. Please try again."
2342
  msgstr ""
2343
 
2344
+ #: modules/gplus-authorship/admin/ui.php:81
2345
+ msgid "You must click 'Accept' in the Google+ dialog to connect your account."
2346
  msgstr ""
2347
 
2348
+ #: modules/gplus-authorship/admin/ui.php:113 modules/module-info.php:800
2349
+ #: modules/module-info.php:804
2350
+ msgid "Google+ Profile"
2351
  msgstr ""
2352
 
2353
+ #: modules/gplus-authorship/admin/ui.php:125 modules/publicize/ui.php:182
2354
+ #: modules/publicize/ui.php:186
2355
+ msgid "Disconnect"
2356
  msgstr ""
2357
 
2358
+ #: modules/gplus-authorship/admin/ui.php:129
2359
+ msgid "Connect your WordPress account to Google+ to add this blog to your Google+ profile and improve the visibility of your blog posts on Google."
2360
  msgstr ""
2361
 
2362
+ #: modules/gplus-authorship/admin/ui.php:131
2363
+ msgid "Need help?"
2364
  msgstr ""
2365
 
2366
+ #: modules/gplus-authorship/admin/ui.php:138
2367
+ msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
2368
+ msgstr "Jou rekeninge op Google+ en WordPress.com is nie meer verbind nie, insluitend die opgestelde rekeninge by Die Groot Klok (Publisize). Indien jy nie meer met hierdie blog op Google+ geassosieer wil wees nie, moet jy ook die blogadres op jou <a href='%s' target='_blank'>Google+-profiel</a> verwyder."
2369
 
2370
+ #: modules/gplus-authorship/admin/ui.php:140
2371
+ msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
2372
+ msgstr "Jou rekeninge op Google+ en WordPress.com is nie meer verbind nie. Indien jy nie meer met hierdie blog op Google+ geassosieer wil wees nie, moet jy ook die blogadres op jou <a href='%s' target='_blank'>Google+-profiel</a> verwyder. "
2373
+
2374
+ #: modules/gplus-authorship/admin/ui.php:147
2375
+ msgid "Your Google+ profile name and URL will be displayed in the sharing area of your posts."
2376
  msgstr ""
2377
 
2378
+ #: modules/gplus-authorship/admin/ui.php:165 modules/gplus-authorship.php:175
2379
+ msgid "Google+"
2380
  msgstr ""
2381
 
2382
+ #: modules/gplus-authorship/admin/ui.php:191
2383
+ msgid "Show Google+ infomation with this post"
2384
  msgstr ""
2385
 
2386
+ #: modules/gplus-authorship.php:132
2387
+ msgid "on Google+"
2388
  msgstr ""
2389
 
2390
+ #: modules/gravatar-hovercards.php:47 modules/module-info.php:57
2391
+ #: modules/module-info.php:72
2392
+ msgid "Gravatar Hovercards"
2393
  msgstr ""
2394
 
2395
+ #: modules/gravatar-hovercards.php:59
2396
+ msgid "View people's profiles when you mouse over their Gravatars"
2397
  msgstr ""
2398
 
2399
+ #: modules/gravatar-hovercards.php:86
2400
+ msgid "Put your mouse over your Gravatar to check out your profile."
 
2401
  msgstr ""
2402
 
2403
+ #: modules/holiday-snow.php:19
2404
+ msgid "Snow"
2405
  msgstr ""
2406
 
2407
+ #: modules/holiday-snow.php:28
2408
+ msgid "Show falling snow on my blog until January 4<sup>th</sup>."
2409
  msgstr ""
2410
 
2411
+ #: modules/infinite-scroll/infinity.php:275
2412
+ msgid "To infinity and beyond"
2413
  msgstr ""
2414
 
2415
+ #: modules/infinite-scroll/infinity.php:284
2416
+ 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."
2417
  msgstr ""
2418
 
2419
+ #: modules/infinite-scroll/infinity.php:290
2420
+ msgid "Scroll Infinitely"
2421
  msgstr ""
2422
 
2423
+ #: modules/infinite-scroll/infinity.php:290
2424
+ msgid "(Shows %s posts on each load)"
2425
  msgstr ""
2426
 
2427
+ #: modules/infinite-scroll/infinity.php:527
2428
+ msgid "Older posts"
2429
  msgstr ""
2430
 
2431
+ #: modules/infinite-scroll/infinity.php:528
2432
+ msgid "Scroll back to top"
2433
  msgstr ""
2434
 
2435
+ #: modules/infinite-scroll/infinity.php:1054
2436
+ msgid "Theme: %1$s."
2437
  msgstr ""
2438
 
2439
+ #: modules/infinite-scroll.php:86
2440
+ msgid "Use Google Analytics with Infinite Scroll"
2441
  msgstr ""
2442
 
2443
+ #: modules/infinite-scroll.php:97
2444
+ msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2445
  msgstr ""
2446
 
2447
+ #: modules/infinite-scroll.php:97
2448
+ 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."
2449
  msgstr ""
2450
 
2451
+ #: modules/likes.php:114
2452
+ msgid "Likes and Shares"
2453
  msgstr ""
2454
 
2455
+ #: modules/likes.php:125 modules/likes.php:593 modules/module-info.php:774
2456
+ #: modules/module-info.php:778
2457
+ msgid "Likes"
2458
  msgstr ""
2459
 
2460
+ #: modules/likes.php:185
2461
+ msgid "Show likes."
2462
  msgstr ""
2463
 
2464
+ #: modules/likes.php:201 modules/sharedaddy/sharedaddy.php:40
2465
+ msgid "Show sharing buttons."
2466
  msgstr ""
2467
 
2468
+ #: modules/likes.php:213
2469
+ msgid "Likes Notifications"
2470
  msgstr ""
2471
 
2472
+ #: modules/likes.php:214
2473
+ msgid "Email me whenever"
2474
  msgstr ""
2475
 
2476
+ #: modules/likes.php:253
2477
+ msgid "Someone likes one of my posts"
2478
  msgstr ""
2479
 
2480
+ #: modules/likes.php:272
2481
+ msgid "WordPress.com Likes are"
2482
  msgstr ""
2483
 
2484
+ #: modules/likes.php:278
2485
+ msgid "On for all posts"
2486
  msgstr ""
2487
 
2488
+ #: modules/likes.php:284
2489
+ msgid "Turned on per post"
2490
  msgstr ""
2491
 
2492
+ #: modules/likes.php:310 modules/sharedaddy/sharing.php:330
2493
+ msgid "Show buttons on"
2494
  msgstr ""
2495
 
2496
+ #: modules/likes.php:319 modules/sharedaddy/sharing.php:336
2497
+ msgid "Front Page, Archive Pages, and Search Results"
2498
  msgstr ""
2499
 
2500
+ #: modules/likes.php:452 modules/sharedaddy/sharing.php:158
2501
+ msgid "Settings have been saved"
2502
  msgstr ""
2503
 
2504
+ #: modules/likes.php:459 modules/sharedaddy/sharing.php:170
2505
+ msgid "Sharing Buttons"
2506
  msgstr ""
2507
 
2508
+ #: modules/likes.php:468 modules/sharedaddy/sharing.php:352
2509
+ msgid "Save Changes"
2510
+ msgstr "Stoor wysigings"
2511
 
2512
+ #: modules/likes.php:628
2513
+ msgid "Like this:"
2514
  msgstr ""
2515
 
2516
+ #: modules/likes.php:629
2517
+ msgid "Like"
2518
  msgstr ""
2519
 
2520
+ #: modules/likes.php:629 modules/widget-visibility/widget-conditions.php:168
2521
+ msgid "Loading..."
2522
  msgstr ""
2523
 
2524
+ #: modules/likes.php:730
2525
+ msgid "<span>%d</span> bloggers like this:"
2526
  msgstr ""
2527
 
2528
+ #: modules/markdown/easy-markdown.php:223
2529
+ #: modules/markdown/easy-markdown.php:225 modules/module-info.php:953
2530
+ msgid "Markdown"
2531
  msgstr ""
2532
 
2533
+ #: modules/markdown/easy-markdown.php:248
2534
+ msgid "Use Markdown for posts and pages."
2535
  msgstr ""
2536
 
2537
+ #: modules/markdown/easy-markdown.php:249
2538
+ #: modules/markdown/easy-markdown.php:264
2539
+ msgid "Learn more about Markdown."
2540
  msgstr ""
2541
 
2542
+ #: modules/markdown/easy-markdown.php:263
2543
+ msgid "Use Markdown for comments."
2544
  msgstr ""
2545
 
2546
+ #: modules/markdown/easy-markdown.php:528
2547
+ msgid "Markdown content"
2548
  msgstr ""
2549
 
2550
+ #: modules/minileven/minileven.php:93
2551
+ msgid "View Mobile Site"
2552
  msgstr ""
2553
 
2554
+ #: modules/minileven/minileven.php:260
2555
+ msgid "Mobile-compatible:"
2556
  msgstr ""
2557
 
2558
+ #: modules/minileven/minileven.php:261
2559
+ msgid "No"
2560
+ msgstr "Geen"
2561
 
2562
+ #: modules/minileven/minileven.php:267 modules/minileven/minileven.php:318
2563
+ msgid "Include this CSS in the Mobile Theme"
2564
  msgstr ""
2565
 
2566
+ #: modules/minileven/theme/pub/minileven/comments.php:15
2567
+ msgid "This post is password protected. Enter the password to view any comments."
2568
  msgstr ""
2569
 
2570
+ #: modules/minileven/theme/pub/minileven/comments.php:45
2571
+ msgid "Comment navigation"
2572
  msgstr ""
2573
 
2574
+ #: modules/minileven/theme/pub/minileven/comments.php:46
2575
+ msgid "&larr; Older Comments"
2576
+ msgstr "&larr; Ouer kommentaar"
2577
 
2578
+ #: modules/minileven/theme/pub/minileven/comments.php:47
2579
+ msgid "Newer Comments &rarr;"
2580
+ msgstr "Nuwer kommentaar &rarr;"
2581
 
2582
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2583
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2584
+ #: modules/minileven/theme/pub/minileven/content.php:13
2585
+ #: modules/minileven/theme/pub/minileven/content.php:18
2586
+ #: modules/minileven/theme/pub/minileven/content.php:22
2587
+ msgid "Permalink to %s"
2588
  msgstr ""
2589
 
2590
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2591
+ #: modules/widgets/gallery.php:26
2592
+ msgid "Gallery"
2593
  msgstr ""
2594
 
2595
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2596
+ #: modules/minileven/theme/pub/minileven/content.php:41
2597
+ #: modules/minileven/theme/pub/minileven/inc/tweaks.php:30
2598
+ msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2599
  msgstr ""
2600
 
2601
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2602
+ msgid "This gallery contains <a %1$s>%2$s photo</a>."
2603
+ msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2604
+ msgstr[0] ""
2605
+ msgstr[1] ""
2606
 
2607
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2608
+ #: modules/minileven/theme/pub/minileven/content.php:43
2609
+ #: modules/minileven/theme/pub/minileven/image.php:64
2610
+ #: modules/minileven/theme/pub/minileven/page.php:27
2611
+ msgid "Pages:"
2612
  msgstr ""
2613
 
2614
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2615
+ #: modules/minileven/theme/pub/minileven/content.php:51
2616
+ #: modules/minileven/theme/pub/minileven/image.php:80
2617
+ msgid "<b>1</b> Reply"
2618
  msgstr ""
2619
 
2620
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2621
+ #: modules/minileven/theme/pub/minileven/content.php:51
2622
+ #: modules/minileven/theme/pub/minileven/image.php:80
2623
+ msgid "<b>%</b> Replies"
2624
  msgstr ""
2625
 
2626
+ #: modules/minileven/theme/pub/minileven/content.php:19
2627
+ msgid "Featured"
2628
  msgstr ""
2629
 
2630
+ #: modules/minileven/theme/pub/minileven/content.php:28
2631
+ msgid "Posted by "
2632
  msgstr ""
2633
 
2634
+ #: modules/minileven/theme/pub/minileven/content.php:30
2635
+ msgid "%s"
2636
  msgstr ""
2637
 
2638
+ #: modules/minileven/theme/pub/minileven/content.php:51
2639
+ #: modules/minileven/theme/pub/minileven/image.php:80
2640
+ msgid "Leave a reply"
2641
+ msgstr "Lewer kommentaar"
2642
 
2643
+ #: modules/minileven/theme/pub/minileven/content.php:59
2644
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2645
+ msgid "Post navigation"
2646
  msgstr ""
2647
 
2648
+ #: modules/minileven/theme/pub/minileven/content.php:60
2649
+ #: modules/minileven/theme/pub/minileven/image.php:88
2650
+ msgid "&laquo; Previous"
2651
+ msgstr "&laquo; Vorige"
2652
 
2653
+ #: modules/minileven/theme/pub/minileven/content.php:61
2654
+ msgid "Next &raquo;"
2655
+ msgstr "Volgende &raquo;"
2656
 
2657
+ #: modules/minileven/theme/pub/minileven/footer.php:27
2658
+ msgid "http://wordpress.org/"
2659
  msgstr ""
2660
 
2661
+ #: modules/minileven/theme/pub/minileven/footer.php:27
2662
+ msgid "Semantic Personal Publishing Platform"
2663
  msgstr ""
2664
 
2665
+ #: modules/minileven/theme/pub/minileven/footer.php:27
2666
+ msgid "Proudly powered by %s"
2667
  msgstr ""
2668
 
2669
+ #: modules/minileven/theme/pub/minileven/functions.php:59
2670
+ msgid "Primary Menu"
2671
  msgstr ""
2672
 
2673
+ #: modules/minileven/theme/pub/minileven/functions.php:96
2674
+ msgctxt "Open Sans font: on or off"
2675
+ msgid "on"
2676
  msgstr ""
2677
 
2678
+ #: modules/minileven/theme/pub/minileven/functions.php:102
2679
+ msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"
2680
+ msgid "no-subset"
2681
  msgstr ""
2682
 
2683
+ #: modules/minileven/theme/pub/minileven/functions.php:128
2684
+ msgid "Main Sidebar"
2685
  msgstr ""
2686
 
2687
+ #: modules/minileven/theme/pub/minileven/header.php:26
2688
+ msgid "Menu"
2689
  msgstr ""
2690
 
2691
+ #: modules/minileven/theme/pub/minileven/header.php:29
2692
+ msgid "Skip to primary content"
2693
  msgstr ""
2694
 
2695
+ #: modules/minileven/theme/pub/minileven/image.php:73
2696
+ msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
2697
  msgstr ""
2698
 
2699
+ #: modules/minileven/theme/pub/minileven/image.php:87
2700
+ msgctxt "next-saturday"
2701
+ msgid "Image navigation"
2702
  msgstr ""
2703
 
2704
+ #: modules/minileven/theme/pub/minileven/image.php:89
2705
+ msgid "Next &raquo; "
 
2706
  msgstr ""
2707
 
2708
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2709
+ msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2710
  msgstr ""
2711
 
2712
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2713
+ msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2714
  msgstr ""
2715
 
2716
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2717
+ msgid "Pingback:"
2718
  msgstr ""
2719
 
2720
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2721
+ msgid "%1$s on %2$s"
2722
+ msgstr "%1$s op %2$s"
 
2723
 
2724
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:68
2725
+ msgid "Your comment is awaiting moderation."
2726
+ msgstr "Jou kommentaar word gemodereer."
2727
 
2728
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:76
2729
+ msgid "Reply"
2730
  msgstr ""
2731
 
2732
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:90
2733
+ msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
2734
  msgstr ""
2735
 
2736
+ #: modules/minileven/theme/pub/minileven/inc/tweaks.php:94
2737
+ msgid "Page %s"
 
2738
  msgstr ""
2739
 
2740
+ #: modules/minileven/theme/pub/minileven/index.php:23
2741
+ msgid "Daily Archives: %s"
2742
  msgstr ""
2743
 
2744
+ #: modules/minileven/theme/pub/minileven/index.php:25
2745
+ msgid "Monthly Archives: %s"
2746
  msgstr ""
2747
 
2748
+ #: modules/minileven/theme/pub/minileven/index.php:27
2749
+ msgid "Yearly Archives: %s"
2750
+ msgstr "Jaarlikse Argiewe: %s "
 
2751
 
2752
+ #: modules/minileven/theme/pub/minileven/index.php:29
2753
+ msgid "Posted in %s"
2754
  msgstr ""
2755
 
2756
+ #: modules/minileven/theme/pub/minileven/index.php:31
2757
+ msgid "Tagged with %s"
2758
  msgstr ""
2759
 
2760
+ #: modules/minileven/theme/pub/minileven/index.php:33
2761
+ msgid "Posted by"
2762
+ msgstr "Bygedra deur"
2763
 
2764
+ #: modules/minileven/theme/pub/minileven/index.php:35
2765
+ msgid "Blog Archives"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2766
  msgstr ""
2767
 
2768
  #: modules/minileven/theme/pub/minileven/index.php:43
2850
  msgid "Plans & Pricing"
2851
  msgstr ""
2852
 
2853
+ #: modules/module-info.php:53 modules/module-info.php:68
2854
+ msgid "Gravatar Hovercard"
 
 
2855
  msgstr ""
2856
 
2857
+ #: modules/module-info.php:58 modules/module-info.php:73
2858
+ msgid "What&#8217;s a Hovercard?"
2859
  msgstr ""
2860
 
2861
+ #: modules/module-info.php:59
2862
+ 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."
2863
  msgstr ""
2864
 
2865
+ #: modules/module-info.php:60
2866
+ msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
2867
  msgstr ""
2868
 
2869
+ #: modules/module-info.php:74
2870
+ msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
 
2871
  msgstr ""
2872
 
2873
+ #: modules/module-info.php:75
2874
+ 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."
 
2875
  msgstr ""
2876
 
2877
+ #: modules/module-info.php:90 modules/module-info.php:94
2878
+ #: modules/module-info.php:103 modules/module-info.php:107
2879
+ msgid "Shortcode Embeds"
2880
+ msgstr ""
2881
 
2882
+ #: modules/module-info.php:95 modules/module-info.php:108
2883
+ 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."
2884
+ msgstr ""
2885
 
2886
+ #: modules/module-info.php:109
2887
+ msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
2888
  msgstr ""
2889
 
2890
+ #: modules/module-info.php:142
2891
+ msgid "Available shortcodes are: %l."
2892
  msgstr ""
2893
 
2894
+ #: modules/module-info.php:157 modules/module-info.php:161
2895
+ #: modules/module-info.php:171 modules/module-info.php:175
2896
+ msgid "WP.me Shortlinks"
2897
  msgstr ""
2898
 
2899
+ #: modules/module-info.php:162 modules/module-info.php:176
2900
+ 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."
2901
  msgstr ""
2902
 
2903
+ #: modules/module-info.php:163
2904
+ msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
 
2905
  msgstr ""
2906
 
2907
+ #: modules/module-info.php:177
2908
+ 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."
 
2909
  msgstr ""
2910
 
2911
+ #: modules/module-info.php:192 modules/module-info.php:196
2912
+ #: modules/module-info.php:205 modules/module-info.php:209
2913
+ msgid "WordPress.com Stats"
2914
  msgstr ""
2915
 
2916
+ #: modules/module-info.php:197 modules/module-info.php:210
2917
+ 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."
2918
  msgstr ""
2919
 
2920
+ #: modules/module-info.php:211
2921
+ msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
2922
  msgstr ""
2923
 
2924
+ #: modules/module-info.php:225 modules/module-info.php:229
2925
+ #: modules/publicize/ui.php:95
2926
+ msgid "Publicize"
2927
  msgstr ""
2928
 
2929
+ #: modules/module-info.php:230
2930
+ 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."
 
2931
  msgstr ""
2932
 
2933
+ #: modules/module-info.php:231
2934
+ msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
2935
  msgstr ""
2936
 
2937
+ #: modules/module-info.php:235
2938
+ msgid "Manage your <a href=\"%s\">Publicize settings</a>."
2939
  msgstr ""
2940
 
2941
+ #: modules/module-info.php:239 modules/publicize/ui.php:114
2942
+ msgid "More information on using Publicize."
2943
  msgstr ""
2944
 
2945
+ #: modules/module-info.php:255 modules/module-info.php:259
2946
+ #: modules/module-info.php:268 modules/module-info.php:272
2947
+ #: modules/monitor.php:74 modules/notes.php:160
2948
+ msgid "Notifications"
2949
  msgstr ""
2950
 
2951
+ #: modules/module-info.php:260 modules/module-info.php:273
2952
+ msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
2953
+ msgstr ""
2954
 
2955
+ #: modules/module-info.php:274
2956
+ msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
2957
+ msgstr ""
2958
 
2959
+ #: modules/module-info.php:289 modules/module-info.php:304
2960
+ msgid "LaTeX"
2961
  msgstr ""
2962
 
2963
+ #: modules/module-info.php:294 modules/module-info.php:309
2964
+ msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
2965
  msgstr ""
2966
 
2967
+ #: modules/module-info.php:295
2968
+ msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
2969
  msgstr ""
2970
 
2971
+ #: modules/module-info.php:296
2972
+ msgid "Wow, that sounds nerdy."
2973
  msgstr ""
2974
 
2975
+ #: modules/module-info.php:310
2976
+ 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."
2977
  msgstr ""
2978
 
2979
+ #: modules/module-info.php:329
2980
+ 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."
2981
  msgstr ""
2982
 
2983
+ #: modules/module-info.php:333
2984
+ msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
2985
+ msgstr ""
2986
 
2987
+ #: modules/module-info.php:335
2988
+ msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
2989
  msgstr ""
2990
 
2991
+ #: modules/module-info.php:339
2992
+ msgid "Additionally you can define your own custom services."
2993
  msgstr ""
2994
 
2995
+ #: modules/module-info.php:354
2996
+ msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
2997
  msgstr ""
2998
 
2999
+ #: modules/module-info.php:355
3000
+ 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."
3001
  msgstr ""
3002
 
3003
+ #: modules/module-info.php:361
3004
+ 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!"
 
3005
  msgstr ""
3006
 
3007
+ #: modules/module-info.php:376 modules/module-info.php:380
3008
+ msgid "Spelling and Grammar"
3009
  msgstr ""
3010
 
3011
+ #: modules/module-info.php:382
3012
+ 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."
 
3013
  msgstr ""
3014
 
3015
+ #: modules/module-info.php:383
3016
+ msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
3017
  msgstr ""
3018
 
3019
+ #: modules/module-info.php:397 modules/module-info.php:411
3020
+ msgid "Widgets Screenshot"
3021
  msgstr ""
3022
 
3023
+ #: modules/module-info.php:400 modules/module-info.php:414
3024
+ msgid "Extra Sidebar Widgets"
3025
  msgstr ""
3026
 
3027
+ #: modules/module-info.php:402
3028
+ msgid "The RSS Links Widget "
3029
  msgstr ""
3030
 
3031
+ #: modules/module-info.php:402
3032
+ 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."
3033
+ msgstr ""
3034
 
3035
+ #: modules/module-info.php:403
3036
+ msgid "The Twitter Widget "
3037
  msgstr ""
3038
 
3039
+ #: modules/module-info.php:403
3040
+ 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."
3041
  msgstr ""
3042
 
3043
+ #: modules/module-info.php:403
3044
+ msgid "The Facebook Like Box Widget "
3045
  msgstr ""
3046
 
3047
+ #: modules/module-info.php:403
3048
+ 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."
3049
+ msgstr ""
3050
 
3051
+ #: modules/module-info.php:403
3052
+ msgid "The Image Widget "
3053
+ msgstr ""
3054
 
3055
+ #: modules/module-info.php:403
3056
+ 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."
 
 
 
 
3057
  msgstr ""
3058
 
3059
+ #: modules/module-info.php:416
3060
+ msgid "The RSS Links Widget"
 
3061
  msgstr ""
3062
 
3063
+ #: modules/module-info.php:416
3064
+ msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
 
 
3065
  msgstr ""
3066
 
3067
+ #: modules/module-info.php:417
3068
+ msgid "The Twitter Widget"
3069
+ msgstr ""
 
 
3070
 
3071
+ #: modules/module-info.php:417
3072
+ msgid "shows your latest tweets within a sidebar on your theme."
 
 
 
3073
  msgstr ""
3074
 
3075
+ #: modules/module-info.php:418
3076
+ msgid "The Facebook Like Box Widget"
 
 
3077
  msgstr ""
3078
 
3079
+ #: modules/module-info.php:418
3080
+ msgid "shows your Facebook Like Box within a sidebar on your theme."
3081
  msgstr ""
3082
 
3083
+ #: modules/module-info.php:419
3084
+ msgid "The Image Widget"
3085
  msgstr ""
3086
 
3087
+ #: modules/module-info.php:419
3088
+ msgid "lets you easily add images to a sidebar on your theme."
 
3089
  msgstr ""
3090
 
3091
+ #: modules/module-info.php:420
3092
+ msgid "The Gravatar Widget"
3093
  msgstr ""
3094
 
3095
+ #: modules/module-info.php:420
3096
+ msgid "allows you to pull in your Gravatar image along with some of your Gravatar profile data."
3097
  msgstr ""
3098
 
3099
+ #: modules/module-info.php:421
3100
+ msgid "The Gallery Widget"
3101
  msgstr ""
3102
 
3103
+ #: modules/module-info.php:421
3104
+ msgid "provides you with a simple way to display a photo gallery or slideshow in your blog’s sidebar."
3105
  msgstr ""
3106
 
3107
+ #: modules/module-info.php:422
3108
+ msgid "The Display WordPress Posts Widget"
3109
  msgstr ""
3110
 
3111
+ #: modules/module-info.php:422
3112
+ msgid "lets you display up to ten recent posts from another WordPress.com blog, or a self-hosted WordPress site with Jetpack enabled."
3113
  msgstr ""
3114
 
3115
+ #: modules/module-info.php:423
3116
+ msgid "The Readmill Widget"
3117
  msgstr ""
3118
 
3119
+ #: modules/module-info.php:423
3120
+ msgid "allows your readers to send a book to their device with one click."
3121
  msgstr ""
3122
 
3123
+ #: modules/module-info.php:424
3124
+ msgid "The Upcoming Events Widget"
3125
  msgstr ""
3126
 
3127
+ #: modules/module-info.php:424
3128
+ msgid "allows you to use an iCalendar link to display a list of events on your site."
3129
  msgstr ""
3130
 
3131
+ #: modules/module-info.php:426
3132
+ msgid "Each of these widgets has a number of customization options."
3133
  msgstr ""
3134
 
3135
+ #: modules/module-info.php:426
3136
+ msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
3137
  msgstr ""
3138
 
3139
+ #: modules/module-info.php:439
3140
+ msgid "Subsriptions Screenshot"
3141
  msgstr ""
3142
 
3143
+ #: modules/module-info.php:442
3144
+ msgid "Subscriptions"
3145
  msgstr ""
3146
 
3147
+ #: modules/module-info.php:444
3148
+ 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."
3149
  msgstr ""
3150
 
3151
+ #: modules/module-info.php:445
3152
+ msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
 
3153
  msgstr ""
3154
 
3155
+ #: modules/module-info.php:450
3156
+ 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."
3157
  msgstr ""
3158
 
3159
+ #: modules/module-info.php:451
3160
+ msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
3161
  msgstr ""
3162
 
3163
+ #: modules/module-info.php:464
3164
+ msgid "Enhanced Distribution"
3165
  msgstr ""
3166
 
3167
+ #: modules/module-info.php:466
3168
+ 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."
3169
  msgstr ""
3170
 
3171
+ #: modules/module-info.php:481
3172
+ msgid "JSON API"
3173
  msgstr ""
3174
 
3175
+ #: modules/module-info.php:483
3176
+ 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."
3177
  msgstr ""
3178
 
3179
+ #: modules/module-info.php:485
3180
+ 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."
3181
  msgstr ""
3182
 
3183
+ #: modules/module-info.php:513
3184
+ 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."
3185
  msgstr ""
3186
 
3187
+ #: modules/module-info.php:516
3188
+ 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."
3189
  msgstr ""
3190
 
3191
+ #: modules/module-info.php:533
3192
+ msgid "Jetpack Comments Screenshot"
3193
  msgstr ""
3194
 
3195
+ #: modules/module-info.php:538
3196
+ msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
3197
  msgstr ""
3198
 
3199
+ #: modules/module-info.php:543
3200
+ 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."
3201
  msgstr ""
3202
 
3203
+ #: modules/module-info.php:564
3204
+ msgid "Gallery Carousel Screenshot"
3205
  msgstr ""
3206
 
3207
+ #: modules/module-info.php:567 modules/widgets/gallery.php:334
3208
+ msgid "Carousel"
3209
  msgstr ""
3210
 
3211
+ #: modules/module-info.php:569
3212
+ 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."
3213
  msgstr ""
3214
 
3215
+ #: modules/module-info.php:582 modules/module-info.php:585
3216
+ msgid "Custom CSS"
3217
  msgstr ""
3218
 
3219
+ #: modules/module-info.php:586
3220
+ 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."
3221
  msgstr ""
3222
 
3223
+ #: modules/module-info.php:587
3224
+ msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
3225
  msgstr ""
3226
 
3227
+ #: modules/module-info.php:604 modules/module-info.php:607
3228
+ msgid "Mobile Theme"
3229
  msgstr ""
3230
 
3231
+ #: modules/module-info.php:608
3232
+ 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."
3233
  msgstr ""
3234
 
3235
+ #: modules/module-info.php:609
3236
+ 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."
3237
  msgstr ""
3238
 
3239
+ #: modules/module-info.php:610
3240
+ 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."
 
 
 
 
3241
  msgstr ""
3242
 
3243
+ #: modules/module-info.php:626 modules/module-info.php:629
3244
+ msgid "Mobile Push Notifications"
 
 
 
3245
  msgstr ""
3246
 
3247
+ #: modules/module-info.php:631
3248
+ msgid "If you use <a href=\"%1$s\">WordPress for iOS</a> or <a href=\"%2$s\">WordPress for Android</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."
3249
  msgstr ""
3250
 
3251
+ #: modules/module-info.php:649
3252
+ msgid "If you are a theme author, you can learn about adding support for Infinite Scroll at <a href=\"%1$s\">%1$s</a>."
3253
  msgstr ""
3254
 
3255
+ #: modules/module-info.php:652
3256
+ msgid "Infinite Scroll"
3257
  msgstr ""
3258
 
3259
+ #: modules/module-info.php:655
3260
+ msgid "When you write great content, all you really want is people to find it, right?"
 
3261
  msgstr ""
3262
 
3263
+ #: modules/module-info.php:657
3264
+ 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."
 
3265
  msgstr ""
3266
 
3267
+ #: modules/module-info.php:660
3268
+ 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."
3269
  msgstr ""
3270
 
3271
+ #: modules/module-info.php:662
3272
+ msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
3273
  msgstr ""
3274
 
3275
+ #: modules/module-info.php:672
3276
+ 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."
 
 
 
 
 
 
 
 
3277
  msgstr ""
3278
 
3279
+ #: modules/module-info.php:696 modules/module-info.php:699
3280
+ #: modules/post-by-email.php:92
3281
+ msgid "Post by Email"
3282
  msgstr ""
3283
 
3284
+ #: modules/module-info.php:701
3285
+ 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."
3286
  msgstr ""
3287
 
3288
+ #: modules/module-info.php:705
3289
+ msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
3290
  msgstr ""
3291
 
3292
+ #: modules/module-info.php:709
3293
+ msgid "More information on sending emails, attachments, and customizing your posts."
3294
  msgstr ""
3295
 
3296
+ #: modules/module-info.php:729
3297
+ msgid "Photon"
 
 
 
3298
  msgstr ""
3299
 
3300
+ #: modules/module-info.php:731
3301
+ msgid "Give your site a boost by loading images in posts 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."
3302
  msgstr ""
3303
 
3304
+ #: modules/module-info.php:750 modules/module-info.php:753
3305
+ #: modules/tiled-gallery/tiled-gallery.php:344
3306
+ msgid "Tiled Galleries"
3307
  msgstr ""
3308
 
3309
+ #: modules/module-info.php:756
3310
+ msgid "Create elegant magazine-style mosaic layouts for your photos without having to use an external graphic editor."
3311
  msgstr ""
3312
 
3313
+ #: modules/module-info.php:757
3314
+ msgid "When adding a gallery to your post, you now have the option to select a layout style for your images. We've added support for Rectangular, Square, and Circular galleries. By default, galleries will continue to display using the standard thumbnail grid layout. To make the rectangular layout the default for all of your site's galleries, head over to <a href=\"%s\">Settings &rarr; Media</a> and check the box next to \"Display all your gallery pictures in a cool mosaic.\""
3315
  msgstr ""
3316
 
3317
+ #: modules/module-info.php:758
3318
+ msgid "Note: Images in tiled galleries require extra-special processing, so they will be served from WordPress.com's CDN even if the Photon module is disabled."
3319
  msgstr ""
3320
 
3321
+ #: modules/module-info.php:780
3322
+ msgid "Likes allow your readers to show their appreciation for your posts and other published content using their WordPress.com accounts. Your readers will then be able to review their liked posts from WordPress.com."
3323
  msgstr ""
3324
 
3325
+ #: modules/module-info.php:781
3326
+ msgid "Displayed below your posts will be how many people have liked your posts and the Gravatars of those who have liked them."
3327
  msgstr ""
3328
 
3329
+ #: modules/module-info.php:783
3330
+ msgid "More information on using Likes."
 
 
 
 
3331
  msgstr ""
3332
 
3333
+ #: modules/module-info.php:806
3334
+ msgid "The Google+ profile module allows you to connect your blog and Google+ accounts."
3335
  msgstr ""
3336
 
3337
+ #: modules/module-info.php:807
3338
+ msgid "Displayed below your posts will be a link back to your Google+ profile and a Google+ follow button. A link will also be added to your Google+ profile."
 
 
3339
  msgstr ""
3340
 
3341
+ #: modules/module-info.php:809
3342
+ msgid "More information on using Google+ Profile."
3343
  msgstr ""
3344
 
3345
+ #: modules/module-info.php:825 modules/omnisearch/omnisearch-core.php:59
3346
+ #: modules/omnisearch/omnisearch-core.php:64
3347
+ #: modules/omnisearch/omnisearch-core.php:85
3348
+ msgid "Omnisearch"
3349
  msgstr ""
3350
 
3351
+ #: modules/module-info.php:827
3352
+ msgid "Search once, get results from everything! Currently supports searching posts, pages, comments, media, and plugins."
 
 
 
3353
  msgstr ""
3354
 
3355
+ #: modules/module-info.php:829
3356
+ msgid "Omnisearch plays nice with other plugins by letting other providers offer results as well."
3357
  msgstr ""
3358
 
3359
+ #: modules/module-info.php:848
3360
+ msgid "Widget Visibility"
3361
  msgstr ""
3362
 
3363
+ #: modules/module-info.php:850
3364
+ msgid "Control which pages your widgets appear on with Widget Visibility."
3365
  msgstr ""
3366
 
3367
+ #: modules/module-info.php:851
3368
+ msgid "To control visibility, expand the widget and click the Visibility button next to the Save button, and then, choose a set of visibility options."
3369
  msgstr ""
3370
 
3371
+ #: modules/module-info.php:852
3372
+ msgid "For example, if you wanted the Archives widget to only appear on category archives and error pages, choose \"Show\" from the first dropdown and then add two rules: \"Page is 404 Error Page\" and \"Category is All Category Pages.\""
3373
  msgstr ""
3374
 
3375
+ #: modules/module-info.php:853
3376
+ msgid "You can also hide widgets based on the current page. For example, if you don't want the Archives widget to appear on search results pages, choose \"Hide\" and \"Page is Search results.\""
3377
  msgstr ""
3378
 
3379
+ #: modules/module-info.php:868 modules/videopress/videopress.php:330
3380
+ msgid "VideoPress"
3381
  msgstr ""
3382
 
3383
+ #: modules/module-info.php:869
3384
+ msgid "With the VideoPress module you can easily upload videos to your WordPress site and embed them in your posts and pages. This module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
3385
  msgstr ""
3386
 
3387
+ #: modules/module-info.php:882
3388
+ msgid "Single Sign On"
3389
  msgstr ""
3390
 
3391
+ #: modules/module-info.php:884
3392
+ msgid "With WordPress.com Single Sign On, your users will be able to log in to or register for your WordPress site with the same credentials they use on WordPress.com. It's safe and secure."
3393
  msgstr ""
3394
 
3395
+ #: modules/module-info.php:885
3396
+ msgid "Once enabled, a \"Log in with WordPress.com\" option will be added to your existing log in form."
3397
  msgstr ""
3398
 
3399
+ #: modules/module-info.php:900
3400
+ msgid "Monitor"
3401
  msgstr ""
3402
 
3403
+ #: modules/module-info.php:902 modules/monitor.php:62
3404
+ msgid "Nobody likes downtime, and that's why Jetpack Monitor is on the job, keeping tabs on your site. As soon as any downtime is detected, you will receive an email notification alerting you to the issue. That way you can act quickly, to get your site back online again!"
 
3405
  msgstr ""
3406
 
3407
+ #: modules/module-info.php:904 modules/monitor.php:63
3408
+ msgid "We’ll also let you know as soon as your site is up and running, so you can keep an eye on total downtime."
3409
  msgstr ""
3410
 
3411
+ #: modules/module-info.php:935 modules/module-info.php:936
3412
+ msgid "Related Posts"
3413
  msgstr ""
3414
 
3415
+ #: modules/module-info.php:937
3416
+ msgid "\"Related Posts\" shows additional relevant links from your site under your posts. If the feature is enabled, links appear underneath your Sharing Buttons and WordPress.com Likes (if you’ve turned these on)."
3417
  msgstr ""
3418
 
3419
+ #: modules/module-info.php:938
3420
+ msgid "More information on using Related Posts."
 
3421
  msgstr ""
3422
 
3423
+ #: modules/module-info.php:939
3424
+ msgid "This feature uses the WordPress.com infrastructure and requires that your public content be mirrored there. If you see intermittent issues only effecting certain posts, request a reindex of your posts."
3425
  msgstr ""
3426
 
3427
+ #: modules/module-info.php:955
3428
+ msgid "Markdown lets you compose posts and comments with links, lists, and other styles using regular characters and punctuation marks. Markdown is used by writers and bloggers who want a quick and easy way to write rich text, without having to take their hands off the keyboard, and without learning a lot of complicated codes and shortcuts."
3429
  msgstr ""
3430
 
3431
+ #: modules/monitor.php:79
3432
+ msgid "Receive Monitor Email Notifications."
3433
  msgstr ""
3434
 
3435
+ #: modules/monitor.php:81
3436
+ msgid "Emails will be sent to %s (<a href=\"%s\">Edit</a>)"
3437
  msgstr ""
3438
 
3439
+ #: modules/monitor.php:88 modules/sso.php:861
3440
+ msgid "This profile is not currently linked to a WordPress.com Profile."
3441
+ msgstr "Hierdie profiel is tans nie verbind met 'n profiel op WordPress.com nie."
3442
 
3443
+ #: modules/omnisearch/omnisearch-comments.php:17
3444
+ msgid "Search Comments"
3445
+ msgstr "Deursoek die kommentaar"
3446
 
3447
+ #: modules/omnisearch/omnisearch-comments.php:18
3448
+ #: modules/omnisearch/omnisearch-comments.php:27
3449
+ #: modules/widgets/rsslinks-widget.php:68
3450
+ #: modules/widgets/rsslinks-widget.php:136
3451
+ msgid "Comments"
3452
+ msgstr "Kommentare"
3453
 
3454
+ #: modules/omnisearch/omnisearch-core.php:85
3455
+ msgid "search everything"
3456
  msgstr ""
3457
 
3458
+ #: modules/omnisearch/omnisearch-core.php:95
3459
+ msgid "Results:"
3460
  msgstr ""
3461
 
3462
+ #: modules/omnisearch/omnisearch-core.php:96
3463
+ msgid "Jump to:"
3464
  msgstr ""
3465
 
3466
+ #: modules/omnisearch/omnisearch-core.php:107
3467
+ msgid "Back to Top &uarr;"
3468
  msgstr ""
3469
 
3470
+ #: modules/omnisearch/omnisearch-core.php:154
3471
+ msgid "Search Everything"
 
3472
  msgstr ""
3473
 
3474
+ #: modules/omnisearch/omnisearch-media.php:16
3475
+ msgid "Search Media"
3476
  msgstr ""
3477
 
3478
+ #: modules/omnisearch/omnisearch-media.php:17
3479
+ #: modules/omnisearch/omnisearch-media.php:28
3480
+ msgid "Media"
3481
  msgstr ""
3482
 
3483
+ #: modules/omnisearch/omnisearch-plugins.php:20
3484
+ msgid "Search Plugins"
3485
  msgstr ""
3486
 
3487
+ #: modules/omnisearch/omnisearch-plugins.php:21
3488
+ #: modules/omnisearch/omnisearch-plugins.php:26
3489
+ msgid "Plugins"
3490
+ msgstr "Laslappies"
3491
 
3492
+ #: modules/omnisearch/omnisearch-plugins.php:23
3493
+ msgid "Loading &hellip;"
3494
  msgstr ""
3495
 
3496
+ #: modules/omnisearch/omnisearch-posts.php:44
3497
+ #: modules/widgets/facebook-likebox.php:124
3498
+ #: modules/widgets/gravatar-profile.php:177
3499
+ msgid "Title"
3500
+ msgstr "Titel"
3501
 
3502
+ #: modules/omnisearch/omnisearch-posts.php:45
3503
+ msgid "Snippet"
3504
  msgstr ""
3505
 
3506
+ #: modules/omnisearch/omnisearch-posts.php:75
3507
+ msgid "Unpublished"
3508
  msgstr ""
3509
 
3510
+ #: modules/omnisearch/omnisearch-posts.php:78
3511
+ msgid "Y/m/d g:i:s A"
 
 
3512
  msgstr ""
3513
 
3514
+ #: modules/omnisearch/omnisearch-posts.php:85
3515
+ msgid "%s ago"
3516
+ msgstr "%s gelede"
3517
 
3518
+ #: modules/omnisearch/omnisearch-posts.php:87
3519
+ msgid "Y/m/d"
3520
+ msgstr "Y/m/d"
3521
 
3522
+ #: modules/omnisearch/omnisearch-posts.php:93
3523
+ msgid "Published"
3524
+ msgstr "Gepubliseer"
3525
 
3526
+ #: modules/omnisearch/omnisearch-posts.php:96
3527
+ msgid "Missed schedule"
3528
  msgstr ""
3529
 
3530
+ #: modules/omnisearch/omnisearch-posts.php:98
3531
+ msgid "Scheduled"
3532
  msgstr ""
3533
 
3534
+ #: modules/omnisearch/omnisearch-posts.php:100
3535
+ msgid "Last Modified"
3536
  msgstr ""
3537
 
3538
+ #: modules/post-by-email.php:95 modules/subscriptions.php:635
3539
+ msgid "Email Address"
3540
+ msgstr "E-posadres"
3541
 
3542
+ #: modules/post-by-email.php:110
3543
+ msgid "Enable Post By Email"
 
3544
  msgstr ""
3545
 
3546
+ #: modules/post-by-email.php:114
3547
+ #: modules/videopress/class.videopress-player.php:283
3548
+ msgid "More information"
3549
  msgstr ""
3550
 
3551
+ #: modules/post-by-email.php:117
3552
+ msgid "Regenerate Address"
3553
  msgstr ""
3554
 
3555
+ #: modules/post-by-email.php:118
3556
+ msgid "Disable Post By Email"
3557
  msgstr ""
3558
 
3559
+ #: modules/post-by-email.php:126
3560
+ msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
3561
  msgstr ""
3562
 
3563
+ #: modules/post-by-email.php:129 modules/publicize/publicize-jetpack.php:66
3564
+ msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
3565
  msgstr ""
3566
 
3567
+ #: modules/post-by-email.php:170 modules/post-by-email.php:179
3568
+ msgid "Unable to create your Post By Email address. Please try again later."
3569
  msgstr ""
3570
 
3571
+ #: modules/post-by-email.php:198 modules/post-by-email.php:207
3572
+ msgid "Unable to regenerate your Post By Email address. Please try again later."
3573
  msgstr ""
3574
 
3575
+ #: modules/post-by-email.php:226 modules/post-by-email.php:235
3576
+ msgid "Unable to disable your Post By Email address. Please try again later."
 
3577
  msgstr ""
3578
 
3579
+ #: modules/publicize/enhanced-open-graph.php:108
3580
+ msgid "Video on %s"
3581
  msgstr ""
3582
 
3583
+ #: modules/publicize/publicize-jetpack.php:63
3584
+ msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
3585
  msgstr ""
3586
 
3587
+ #: modules/publicize/publicize-jetpack.php:180
3588
+ msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
 
 
 
 
 
 
 
 
3589
  msgstr ""
3590
 
3591
+ #: modules/publicize/publicize-jetpack.php:186
3592
+ msgid "An invalid request was made. This normally means that something intercepted or corrupted the request from your server to the Jetpack Server. Try again and see if it works this time."
3593
  msgstr ""
3594
 
3595
+ #: modules/publicize/publicize-jetpack.php:189
3596
+ msgid "We could not verify that your server is making an authorized request. Please try again, and make sure there is nothing interfering with requests from your server to the Jetpack Server."
3597
  msgstr ""
3598
 
3599
+ #: modules/publicize/publicize-jetpack.php:192
3600
+ msgid "No blog_id was included in your request. Please try disconnecting Jetpack from WordPress.com and then reconnecting it. Once you have done that, try connecting Publicize again."
3601
  msgstr ""
3602
 
3603
+ #: modules/publicize/publicize-jetpack.php:195
3604
+ msgid "No user information was included in your request. Please make sure that your user account has connected to Jetpack. Connect your user account by going to the <a href=\"%s\">Jetpack page</a> within wp-admin."
3605
  msgstr ""
3606
 
3607
+ #: modules/publicize/publicize-jetpack.php:198
3608
+ msgid "Something which should never happen, happened. Sorry about that. If you try again, maybe it will work."
3609
  msgstr ""
3610
 
3611
+ #: modules/publicize/publicize-jetpack.php:202
3612
+ msgid "There was a problem connecting with Publicize. Please try again in a moment."
3613
  msgstr ""
3614
 
3615
+ #: modules/publicize/publicize-jetpack.php:211
3616
+ msgid "Error code: %s"
3617
  msgstr ""
3618
 
3619
+ #: modules/publicize/publicize-jetpack.php:220
3620
+ msgid "That connection has been removed."
3621
  msgstr ""
3622
 
3623
+ #: modules/publicize/publicize-jetpack.php:351
3624
+ msgctxt "Refresh connection with {social media service}"
3625
+ msgid "Refresh connection with %s"
3626
  msgstr ""
3627
 
3628
+ #: modules/publicize/publicize-jetpack.php:425
3629
+ #: modules/publicize/publicize-jetpack.php:442
3630
+ #: modules/publicize/publicize-jetpack.php:565
3631
+ msgid "Publicize to my %s:"
 
 
 
 
3632
  msgstr ""
3633
 
3634
+ #: modules/publicize/publicize-jetpack.php:426
3635
+ msgid "Facebook Wall"
 
 
 
 
 
3636
  msgstr ""
3637
 
3638
+ #: modules/publicize/publicize-jetpack.php:443
3639
+ msgid "Facebook Page"
3640
  msgstr ""
3641
 
3642
+ #: modules/publicize/publicize-jetpack.php:566
3643
+ msgid "Tumblr blog"
3644
  msgstr ""
3645
 
3646
+ #: modules/publicize/publicize.php:373
3647
+ msgid "This connection is working correctly."
3648
  msgstr ""
3649
 
3650
+ #: modules/publicize/ui.php:76
3651
+ msgid "You have successfully connected your blog with your %s account."
3652
  msgstr ""
3653
 
3654
+ #: modules/publicize/ui.php:82
3655
+ msgid "You have chosen not to connect your blog. Please click 'accept' when prompted if you wish to connect your accounts."
 
 
 
 
 
 
3656
  msgstr ""
3657
 
3658
+ #: modules/publicize/ui.php:103
3659
+ msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
3660
  msgstr ""
3661
 
3662
+ #: modules/publicize/ui.php:104
3663
+ msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
3664
  msgstr ""
3665
 
3666
+ #: modules/publicize/ui.php:169
3667
+ msgid "Connected as:"
3668
  msgstr ""
3669
 
3670
+ #: modules/publicize/ui.php:179
3671
+ msgid "Shared"
3672
  msgstr ""
3673
 
3674
+ #: modules/publicize/ui.php:205 modules/theme-tools/social-links.php:81
3675
+ msgid "Connect"
3676
  msgstr ""
3677
 
3678
+ #: modules/publicize/ui.php:223
3679
+ msgid "Are you sure you want to stop Publicizing posts to this connection?"
3680
+ msgstr ""
 
 
3681
 
3682
+ #: modules/publicize/ui.php:245
3683
+ msgid "Make this connection available to all users of this blog?"
3684
  msgstr ""
3685
 
3686
+ #: modules/publicize/ui.php:253
3687
+ msgid "There was a problem connecting to %s. Please disconnect and try again."
3688
  msgstr ""
3689
 
3690
+ #: modules/publicize/ui.php:427
3691
+ msgid "Before you hit Publish, please refresh the following connection(s) to make sure we can Publicize your post:"
3692
  msgstr ""
3693
 
3694
+ #: modules/publicize/ui.php:515
3695
+ msgid "Publicize:"
3696
  msgstr ""
3697
 
3698
+ #: modules/publicize/ui.php:595
3699
+ msgctxt "Service: Account connected as"
3700
+ msgid "%1$s: %2$s"
3701
  msgstr ""
3702
 
3703
+ #: modules/publicize/ui.php:630
3704
+ msgid "Custom Message:"
3705
  msgstr ""
3706
 
3707
+ #: modules/publicize/ui.php:635 modules/publicize/ui.php:664
3708
+ #: modules/publicize/ui.php:666
3709
+ msgid "Hide"
 
3710
  msgstr ""
3711
 
3712
+ #: modules/publicize/ui.php:644
3713
+ msgid "Not Connected"
3714
  msgstr ""
3715
 
3716
+ #: modules/publicize/ui.php:651
3717
+ msgid "Connect to"
3718
  msgstr ""
3719
 
3720
+ #: modules/publicize/ui.php:656
3721
+ msgid "Connect and share your posts on %s"
 
3722
  msgstr ""
3723
 
3724
+ #: modules/publicize/ui.php:679
3725
+ msgid "Show"
3726
  msgstr ""
3727
 
3728
+ #: modules/publicize.php:111
3729
+ msgctxt "word count: words or characters?"
3730
+ msgid "words"
3731
  msgstr ""
3732
 
3733
+ #: modules/related-posts/jetpack-related-posts.php:87
3734
+ msgid "Related posts"
3735
  msgstr ""
3736
 
3737
+ #: modules/related-posts/jetpack-related-posts.php:134
3738
+ #: modules/related-posts/jetpack-related-posts.php:284
3739
+ msgid "Related"
3740
  msgstr ""
3741
 
3742
+ #: modules/related-posts/jetpack-related-posts.php:237
3743
+ msgid "Show a \"Related\" header to more clearly separate the related section from posts"
3744
  msgstr ""
3745
 
3746
+ #: modules/related-posts/jetpack-related-posts.php:239
3747
+ msgid "Show thumbnails for related posts when available"
3748
  msgstr ""
3749
 
3750
+ #: modules/related-posts/jetpack-related-posts.php:240
3751
+ msgid "Preview:"
3752
  msgstr ""
3753
 
3754
+ #: modules/related-posts/jetpack-related-posts.php:267
3755
+ msgid "Hide related content after posts"
3756
  msgstr ""
3757
 
3758
+ #: modules/related-posts/jetpack-related-posts.php:269
3759
+ msgid "Show related content after posts"
3760
  msgstr ""
3761
 
3762
+ #: modules/related-posts/jetpack-related-posts.php:731
3763
+ #: modules/related-posts/jetpack-related-posts.php:743
3764
+ msgctxt "in {category/tag name}"
3765
+ msgid "In \"%s\""
3766
  msgstr ""
3767
 
3768
+ #: modules/related-posts/jetpack-related-posts.php:753
3769
+ msgid "With 1 comment"
3770
+ msgid_plural "With %s comments"
3771
+ msgstr[0] ""
3772
+ msgstr[1] ""
3773
+
3774
+ #: modules/sharedaddy/sharedaddy.php:14
3775
+ msgid "%1$s (%2$s) thinks you may be interested in the following post:"
3776
  msgstr ""
3777
 
3778
+ #: modules/sharedaddy/sharedaddy.php:21
3779
+ msgid "Shared Post"
 
 
 
 
 
3780
  msgstr ""
3781
 
3782
+ #: modules/sharedaddy/sharedaddy.php:117
3783
+ msgid "Disable CSS and JS"
3784
  msgstr ""
3785
 
3786
+ #: modules/sharedaddy/sharedaddy.php:119
3787
+ msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
3788
  msgstr ""
3789
 
3790
+ #: modules/sharedaddy/sharing-service.php:12
3791
+ msgid "Share this:"
3792
  msgstr ""
3793
 
3794
+ #: modules/sharedaddy/sharing-service.php:551
3795
+ #: modules/sharedaddy/sharing.php:250 modules/sharedaddy/sharing.php:283
3796
+ msgid "More"
3797
  msgstr ""
3798
 
3799
+ #: modules/sharedaddy/sharing-service.php:553
3800
+ #: modules/videopress/videopress.php:635
3801
+ msgid "Share"
3802
  msgstr ""
3803
 
3804
+ #: modules/sharedaddy/sharing-sources.php:208
3805
+ msgctxt "as sharing source"
3806
+ msgid "Email"
3807
+ msgstr "E-pos"
3808
 
3809
+ #: modules/sharedaddy/sharing-sources.php:250
3810
+ msgid "This post has been shared!"
3811
+ msgstr "Die artikel is suksesvol gedeel!"
3812
 
3813
+ #: modules/sharedaddy/sharing-sources.php:251
3814
+ msgid "You have shared this post with %s"
3815
+ msgstr "Die skakel na hierdie artikel is na %s gestuur"
3816
 
3817
+ #: modules/sharedaddy/sharing-sources.php:252
3818
+ #: modules/videopress/videopress.php:676
3819
+ msgid "Close"
3820
+ msgstr "Sluit"
 
3821
 
3822
+ #: modules/sharedaddy/sharing-sources.php:274
3823
+ msgctxt "share to"
3824
+ msgid "Email"
3825
+ msgstr "E-pos"
3826
 
3827
+ #: modules/sharedaddy/sharing-sources.php:274
3828
+ msgid "Click to email this to a friend"
3829
  msgstr ""
3830
 
3831
+ #: modules/sharedaddy/sharing-sources.php:287
3832
+ msgid "Send to Email Address"
3833
+ msgstr "Stuur na e-posadres"
3834
 
3835
+ #: modules/sharedaddy/sharing-sources.php:295
3836
+ msgid "Your Name"
3837
+ msgstr "Jou naam"
 
 
 
 
 
 
3838
 
3839
+ #: modules/sharedaddy/sharing-sources.php:298
3840
+ msgid "Your Email Address"
3841
+ msgstr "Jou e-posadres"
3842
+
3843
+ #: modules/sharedaddy/sharing-sources.php:306
3844
+ msgid "Send Email"
3845
+ msgstr "Stuur die e-pos"
3846
+
3847
+ #: modules/sharedaddy/sharing-sources.php:310
3848
+ msgid "Post was not sent - check your email addresses!"
3849
  msgstr ""
3850
 
3851
+ #: modules/sharedaddy/sharing-sources.php:314
3852
+ msgid "Email check failed, please try again"
3853
  msgstr ""
3854
 
3855
+ #: modules/sharedaddy/sharing-sources.php:318
3856
+ msgid "Sorry, your blog cannot share posts by email."
3857
+ msgstr ""
 
 
 
3858
 
3859
+ #: modules/sharedaddy/sharing-sources.php:341
3860
+ msgid "Twitter"
 
3861
  msgstr ""
3862
 
3863
+ #: modules/sharedaddy/sharing-sources.php:388
3864
+ msgctxt "share to"
3865
+ msgid "Twitter"
3866
  msgstr ""
3867
 
3868
+ #: modules/sharedaddy/sharing-sources.php:388
3869
+ msgid "Click to share on Twitter"
3870
  msgstr ""
3871
 
3872
+ #: modules/sharedaddy/sharing-sources.php:463
3873
+ msgid "StumbleUpon"
3874
+ msgstr ""
 
3875
 
3876
+ #: modules/sharedaddy/sharing-sources.php:474
3877
+ msgctxt "share to"
3878
+ msgid "StumbleUpon"
3879
  msgstr ""
3880
 
3881
+ #: modules/sharedaddy/sharing-sources.php:474
3882
+ msgid "Click to share on StumbleUpon"
3883
  msgstr ""
3884
 
3885
+ #: modules/sharedaddy/sharing-sources.php:501
3886
+ msgid "Reddit"
3887
  msgstr ""
3888
 
3889
+ #: modules/sharedaddy/sharing-sources.php:508
3890
+ msgctxt "share to"
3891
+ msgid "Reddit"
3892
  msgstr ""
3893
 
3894
+ #: modules/sharedaddy/sharing-sources.php:508
3895
+ msgid "Click to share on Reddit"
3896
  msgstr ""
3897
 
3898
+ #: modules/sharedaddy/sharing-sources.php:535
3899
+ msgid "Digg"
3900
  msgstr ""
3901
 
3902
+ #: modules/sharedaddy/sharing-sources.php:544
3903
+ #: modules/sharedaddy/sharing-sources.php:547
3904
+ msgid "Click to Digg this post"
3905
  msgstr ""
3906
 
3907
+ #: modules/sharedaddy/sharing-sources.php:547
3908
+ msgctxt "share to"
3909
+ msgid "Digg"
3910
  msgstr ""
3911
 
3912
+ #: modules/sharedaddy/sharing-sources.php:591
3913
+ msgid "LinkedIn"
3914
  msgstr ""
3915
 
3916
+ #: modules/sharedaddy/sharing-sources.php:605
3917
+ msgctxt "share to"
3918
+ msgid "LinkedIn"
3919
  msgstr ""
3920
 
3921
+ #: modules/sharedaddy/sharing-sources.php:605
3922
+ msgid "Click to share on LinkedIn"
 
3923
  msgstr ""
3924
 
3925
+ #: modules/sharedaddy/sharing-sources.php:668
3926
+ msgid "Facebook"
3927
  msgstr ""
3928
 
3929
+ #: modules/sharedaddy/sharing-sources.php:744
3930
+ msgctxt "share to"
3931
+ msgid "Facebook"
3932
  msgstr ""
3933
 
3934
+ #: modules/sharedaddy/sharing-sources.php:744
3935
+ msgid "Share on Facebook"
3936
  msgstr ""
3937
 
3938
+ #: modules/sharedaddy/sharing-sources.php:775
3939
+ msgid "Print"
3940
+ msgstr "Druk"
3941
+
3942
+ #: modules/sharedaddy/sharing-sources.php:779
3943
+ msgctxt "share to"
3944
+ msgid "Print"
3945
+ msgstr "Druk"
3946
+
3947
+ #: modules/sharedaddy/sharing-sources.php:779
3948
+ msgid "Click to print"
3949
  msgstr ""
3950
 
3951
+ #: modules/sharedaddy/sharing-sources.php:795
3952
+ msgid "Press This"
3953
  msgstr ""
3954
 
3955
+ #: modules/sharedaddy/sharing-sources.php:823
3956
+ msgctxt "share to"
3957
+ msgid "Press This"
3958
  msgstr ""
3959
 
3960
+ #: modules/sharedaddy/sharing-sources.php:823
3961
+ msgid "Click to Press This!"
3962
  msgstr ""
3963
 
3964
+ #: modules/sharedaddy/sharing-sources.php:841
3965
+ msgid "Google"
3966
  msgstr ""
3967
 
3968
+ #: modules/sharedaddy/sharing-sources.php:854
3969
+ msgctxt "share to"
3970
+ msgid "Google"
3971
  msgstr ""
3972
 
3973
+ #: modules/sharedaddy/sharing-sources.php:854
3974
+ msgid "Click to share on Google+"
3975
+ msgstr ""
3976
 
3977
+ #: modules/sharedaddy/sharing-sources.php:941
3978
+ msgid "Click to share"
3979
  msgstr ""
3980
 
3981
+ #: modules/sharedaddy/sharing-sources.php:996
3982
+ msgid "URL"
3983
+ msgstr "URL"
3984
+
3985
+ #: modules/sharedaddy/sharing-sources.php:1001
3986
+ msgid "Icon"
3987
  msgstr ""
3988
 
3989
+ #: modules/sharedaddy/sharing-sources.php:1008
3990
+ msgid "Save"
3991
+ msgstr "Stoor"
3992
+
3993
+ #: modules/sharedaddy/sharing-sources.php:1009
3994
+ msgid "Remove Service"
3995
  msgstr ""
3996
 
3997
+ #: modules/sharedaddy/sharing-sources.php:1088
3998
+ msgid "Tumblr"
 
 
 
3999
  msgstr ""
4000
 
4001
+ #: modules/sharedaddy/sharing-sources.php:1099
4002
+ msgctxt "share to"
4003
+ msgid "Tumblr"
4004
  msgstr ""
4005
 
4006
+ #: modules/sharedaddy/sharing-sources.php:1099
4007
+ msgid "Click to share on Tumblr"
 
4008
  msgstr ""
4009
 
4010
+ #: modules/sharedaddy/sharing-sources.php:1135
4011
+ msgid "Pinterest"
4012
+ msgstr ""
4013
 
4014
+ #: modules/sharedaddy/sharing-sources.php:1179
4015
+ msgid "Pin It"
4016
  msgstr ""
4017
 
4018
+ #: modules/sharedaddy/sharing-sources.php:1181
4019
+ msgctxt "share to"
4020
+ msgid "Pinterest"
4021
+ msgstr ""
4022
 
4023
+ #: modules/sharedaddy/sharing-sources.php:1181
4024
+ msgid "Click to share on Pinterest"
4025
  msgstr ""
4026
 
4027
+ #: modules/sharedaddy/sharing-sources.php:1252
4028
+ #: modules/sharedaddy/sharing-sources.php:1270
4029
+ msgid "Pocket"
 
4030
  msgstr ""
4031
 
4032
+ #: modules/sharedaddy/sharing-sources.php:1275
4033
+ msgctxt "share to"
4034
+ msgid "Pocket"
4035
  msgstr ""
4036
 
4037
+ #: modules/sharedaddy/sharing-sources.php:1275
4038
+ msgid "Click to share on Pocket"
4039
  msgstr ""
4040
 
4041
+ #: modules/sharedaddy/sharing.php:153
4042
+ msgid "Warning! Multibyte support missing!"
4043
  msgstr ""
4044
 
4045
+ #: modules/sharedaddy/sharing.php:154
4046
+ 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."
4047
  msgstr ""
4048
 
4049
+ #: modules/sharedaddy/sharing.php:171
4050
+ msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
4051
  msgstr ""
4052
 
4053
+ #: modules/sharedaddy/sharing.php:177
4054
+ msgid "Available Services"
4055
  msgstr ""
4056
 
4057
+ #: modules/sharedaddy/sharing.php:178
4058
+ msgid "Drag and drop the services you'd like to enable into the box below."
4059
+ msgstr ""
4060
 
4061
+ #: modules/sharedaddy/sharing.php:179
4062
+ msgid "Add a new service"
4063
+ msgstr ""
 
 
 
 
 
 
4064
 
4065
+ #: modules/sharedaddy/sharing.php:192
4066
+ msgid "Please note that your services have been restricted because your site is private."
4067
+ msgstr ""
 
4068
 
4069
+ #: modules/sharedaddy/sharing.php:203
4070
+ msgid "Enabled Services"
 
4071
  msgstr ""
4072
 
4073
+ #: modules/sharedaddy/sharing.php:206
4074
+ msgid "Services dragged here will appear individually."
4075
+ msgstr ""
 
 
 
 
 
 
4076
 
4077
+ #: modules/sharedaddy/sharing.php:209
4078
+ msgid "Drag and drop available services here."
4079
+ msgstr ""
 
4080
 
4081
+ #: modules/sharedaddy/sharing.php:220
4082
+ msgid "Services dragged here will be hidden behind a share button."
 
4083
  msgstr ""
4084
 
4085
+ #: modules/sharedaddy/sharing.php:235
4086
+ msgid "Live Preview"
 
4087
  msgstr ""
4088
 
4089
+ #: modules/sharedaddy/sharing.php:238
4090
+ msgid "Sharing is off. Add services above to enable."
 
4091
  msgstr ""
4092
 
4093
+ #: modules/sharedaddy/sharing.php:304
4094
+ msgid "Button style"
 
4095
  msgstr ""
4096
 
4097
+ #: modules/sharedaddy/sharing.php:307
4098
+ msgid "Icon + text"
 
4099
  msgstr ""
4100
 
4101
+ #: modules/sharedaddy/sharing.php:308
4102
+ msgid "Icon only"
 
 
4103
  msgstr ""
4104
 
4105
+ #: modules/sharedaddy/sharing.php:309
4106
+ msgid "Text only"
4107
  msgstr ""
4108
 
4109
+ #: modules/sharedaddy/sharing.php:310
4110
+ msgid "Official buttons"
4111
  msgstr ""
4112
 
4113
+ #: modules/sharedaddy/sharing.php:315
4114
+ msgid "Sharing label"
 
4115
  msgstr ""
4116
 
4117
+ #: modules/sharedaddy/sharing.php:321
4118
+ msgid "Open links in"
 
 
4119
  msgstr ""
4120
 
4121
+ #: modules/sharedaddy/sharing.php:324
4122
+ msgid "New window"
 
 
4123
  msgstr ""
4124
 
4125
+ #: modules/sharedaddy/sharing.php:325
4126
+ msgid "Same window"
4127
  msgstr ""
4128
 
4129
+ #: modules/sharedaddy/sharing.php:363
4130
+ msgid "Service name"
4131
  msgstr ""
4132
 
4133
+ #: modules/sharedaddy/sharing.php:369
4134
+ msgid "Sharing URL"
4135
  msgstr ""
4136
 
4137
+ #: modules/sharedaddy/sharing.php:373
4138
+ msgid "You can add the following variables to your service sharing URL:"
4139
+ msgstr ""
4140
 
4141
+ #: modules/sharedaddy/sharing.php:378
4142
+ msgid "Icon URL"
4143
  msgstr ""
4144
 
4145
+ #: modules/sharedaddy/sharing.php:381
4146
+ msgid "Enter the URL of a 16x16px icon you want to use for this service."
 
 
4147
  msgstr ""
4148
 
4149
+ #: modules/sharedaddy/sharing.php:387
4150
+ msgid "Create Share Button"
4151
  msgstr ""
4152
 
4153
+ #: modules/sharedaddy/sharing.php:399
4154
+ msgid "An error occurred creating your new sharing service - please check you gave valid details."
 
 
4155
  msgstr ""
4156
 
4157
+ #: modules/shortcodes/archives.php:58
4158
+ msgid "Your blog does not currently have any published posts."
4159
  msgstr ""
4160
 
4161
+ #: modules/shortcodes/audio.php:202
4162
+ msgid "Download: <a href=\"%s\">%s</a><br />"
4163
  msgstr ""
4164
 
4165
+ #: modules/shortcodes/presentations.php:227
4166
+ msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
4167
  msgstr ""
4168
 
4169
+ #: modules/shortcodes/presentations.php:243
4170
+ msgid "Click to autoplay the presentation!"
4171
+ msgstr "Kliek om die aanbieding outomaties te speel!"
4172
+
4173
+ #: modules/shortcodes/slideshow.php:65 modules/widgets/gallery.php:330
4174
+ msgid "Slideshow"
4175
  msgstr ""
4176
 
4177
+ #: modules/shortcodes/slideshow.php:70
4178
+ msgid "Image Gallery Slideshow"
4179
  msgstr ""
4180
 
4181
+ #: modules/shortcodes/slideshow.php:182
4182
+ msgid "Click to view slideshow."
 
 
4183
  msgstr ""
4184
 
4185
+ #: modules/shortcodes/slideshow.php:211
4186
+ msgid "This slideshow requires JavaScript."
4187
  msgstr ""
4188
 
4189
+ #: modules/shortcodes/twitter-timeline.php:17
4190
+ msgid "Invalid username"
 
4191
  msgstr ""
4192
 
4193
+ #: modules/shortcodes/twitter-timeline.php:20
4194
+ msgid "Invalid id"
4195
+ msgstr ""
 
 
4196
 
4197
+ #: modules/shortcodes/twitter-timeline.php:22
4198
+ msgid "Tweets by @%s"
4199
  msgstr ""
4200
 
4201
+ #: modules/shortcodes/upcoming-events.php:23
4202
+ #: modules/widgets/upcoming-events.php:79
4203
+ msgid "No upcoming events"
4204
+ msgstr ""
4205
 
4206
+ #: modules/sso.php:137
4207
+ msgid "Jetpack Single Sign On"
4208
  msgstr ""
4209
 
4210
+ #: modules/sso.php:174
4211
+ msgid "Require Two-Step Authentication"
4212
  msgstr ""
4213
 
4214
+ #: modules/sso.php:192
4215
+ msgid "Match by Email"
4216
  msgstr ""
4217
 
4218
+ #: modules/sso.php:342
4219
+ msgid "Error: This site's Jetpack connection is currently experiencing problems."
4220
  msgstr ""
4221
 
4222
+ #: modules/sso.php:476
4223
+ msgid "Error, invalid response data."
 
4224
  msgstr ""
4225
 
4226
+ #: modules/sso.php:531
4227
+ msgid "Error: Couldn't create suitable username."
4228
  msgstr ""
4229
 
4230
+ #: modules/sso.php:647
4231
+ msgid "Log in with WordPress.com"
4232
  msgstr ""
4233
 
4234
+ #: modules/sso.php:722
4235
+ msgid "Login method not allowed"
4236
  msgstr ""
4237
 
4238
+ #: modules/sso.php:729
4239
+ msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
 
4240
  msgstr ""
4241
 
4242
+ #: modules/sso.php:731
4243
+ msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
 
4244
  msgstr ""
4245
 
4246
+ #: modules/sso.php:782
4247
+ msgid "WordPress.com Single Sign On"
4248
  msgstr ""
4249
 
4250
+ #: modules/sso.php:783
4251
+ msgid "Connecting with WordPress.com SSO enables you to log in via your WordPress.com account."
4252
+ msgstr ""
 
4253
 
4254
+ #: modules/sso.php:798
4255
+ msgid "Two step Enabled"
4256
+ msgstr ""
 
4257
 
4258
+ #: modules/sso.php:800
4259
+ msgid "Two step Disabled"
4260
+ msgstr ""
 
4261
 
4262
+ #: modules/sso.php:806
4263
+ msgid "Unlink This Account"
4264
+ msgstr "Verbreek die skakel met hierdie rekening"
4265
 
4266
+ #: modules/stats.php:266 modules/stats.php:700
4267
+ msgid "Site Stats"
4268
  msgstr ""
4269
 
4270
+ #: modules/stats.php:351
4271
+ msgid "Loading&hellip;"
4272
+ msgstr ""
4273
 
4274
+ #: modules/stats.php:353
4275
+ msgid "Your Site Stats work better with Javascript enabled."
4276
+ msgstr ""
 
4277
 
4278
+ #: modules/stats.php:354
4279
+ msgid "View Site Stats without Javascript"
4280
  msgstr ""
4281
 
4282
+ #: modules/stats.php:536
4283
+ msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
4284
  msgstr ""
4285
 
4286
+ #: modules/stats.php:541
4287
+ msgid "Admin bar"
4288
  msgstr ""
4289
 
4290
+ #: modules/stats.php:542
4291
+ msgid "Put a chart showing 48 hours of views in the admin bar."
4292
+ msgstr ""
4293
 
4294
+ #: modules/stats.php:543
4295
+ msgid "Registered users"
4296
  msgstr ""
4297
 
4298
+ #: modules/stats.php:545
4299
+ msgid "Count the page views of registered users who are logged in."
4300
+ msgstr ""
4301
 
4302
+ #: modules/stats.php:555
4303
+ msgid "Smiley"
 
 
 
 
 
 
 
 
4304
  msgstr ""
4305
 
4306
+ #: modules/stats.php:556
4307
+ msgid "Hide the stats smiley face image."
4308
+ msgstr ""
4309
 
4310
+ #: modules/stats.php:556
4311
+ msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
4312
  msgstr ""
4313
 
4314
+ #: modules/stats.php:556
4315
+ msgid "Smiley face"
4316
  msgstr ""
4317
 
4318
+ #: modules/stats.php:557
4319
+ msgid "Report visibility"
4320
  msgstr ""
4321
 
4322
+ #: modules/stats.php:559
4323
+ msgid "Select the roles that will be able to view stats reports."
4324
  msgstr ""
4325
 
4326
+ #: modules/stats.php:634
4327
+ msgid "Stats"
4328
+ msgstr ""
4329
 
4330
+ #: modules/stats.php:636
4331
+ msgid "Views over 48 hours. Click for more Site Stats."
4332
+ msgstr ""
4333
 
4334
+ #: modules/stats.php:721
4335
+ msgid "day"
4336
+ msgstr "dag"
4337
 
4338
+ #: modules/stats.php:722
4339
+ msgid "week"
4340
+ msgstr "week"
4341
 
4342
+ #: modules/stats.php:723
4343
+ msgid "month"
4344
+ msgstr "maand"
4345
 
4346
+ #: modules/stats.php:726
4347
+ msgid "the past day"
4348
+ msgstr "die vorige dag"
4349
 
4350
+ #: modules/stats.php:727
4351
+ msgid "the past week"
4352
  msgstr ""
4353
 
4354
+ #: modules/stats.php:728
4355
+ msgid "the past month"
4356
  msgstr ""
4357
 
4358
+ #: modules/stats.php:729
4359
+ msgid "the past quarter"
4360
  msgstr ""
4361
 
4362
+ #: modules/stats.php:730
4363
+ msgid "the past year"
4364
  msgstr ""
4365
 
4366
+ #: modules/stats.php:752
4367
+ msgid "Chart stats by"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4368
  msgstr ""
4369
 
4370
+ #: modules/stats.php:765
4371
+ msgid "Show top posts over"
4372
  msgstr ""
4373
 
4374
+ #: modules/stats.php:778
4375
+ msgid "Show top search terms over"
4376
  msgstr ""
4377
 
4378
+ #: modules/stats.php:944
4379
+ msgid "%1$s %2$s Views"
4380
  msgstr ""
4381
 
4382
+ #: modules/stats.php:965
4383
+ msgid "View All"
4384
+ msgstr ""
4385
 
4386
+ #: modules/stats.php:969
4387
+ msgid "Top Posts"
4388
+ msgstr "Top Skrywes"
4389
 
4390
+ #: modules/stats.php:973 modules/stats.php:997
4391
+ msgid "Sorry, nothing to report."
4392
  msgstr ""
4393
 
4394
+ #: modules/stats.php:993
4395
+ msgid "Top Searches"
4396
  msgstr ""
4397
 
4398
+ #: modules/stats.php:1021
4399
+ msgid "We were unable to get your stats just now. Please reload this page to try again."
4400
  msgstr ""
4401
 
4402
+ #: modules/stats.php:1028
4403
+ 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."
4404
  msgstr ""
4405
 
4406
+ #: modules/subscriptions.php:123
4407
+ msgid "Jetpack Subscriptions Settings"
4408
  msgstr ""
4409
 
4410
+ #: modules/subscriptions.php:132
4411
+ msgid "Follow Blog"
4412
  msgstr ""
4413
 
4414
+ #: modules/subscriptions.php:147
4415
+ msgid "Follow Comments"
4416
+ msgstr "Volg die kommentaar"
4417
 
4418
+ #: modules/subscriptions.php:168
4419
+ msgid "Follower Settings"
4420
  msgstr ""
4421
 
4422
+ #: modules/subscriptions.php:175
4423
+ msgid "Blog follow email text"
4424
  msgstr ""
4425
 
4426
+ #: modules/subscriptions.php:183
4427
+ msgid "Comment follow email text"
4428
+ msgstr "E-posboodskap wanneer jy kommentaar volg"
 
4429
 
4430
+ #: modules/subscriptions.php:197
4431
+ msgid "Change whether your visitors can subscribe to your posts or comments or both."
4432
  msgstr ""
4433
 
4434
+ #: modules/subscriptions.php:212
4435
+ msgid "Show a <em>'follow blog'</em> option in the comment form"
4436
  msgstr ""
4437
 
4438
+ #: modules/subscriptions.php:227
4439
+ msgid "Show a <em>'follow comments'</em> option in the comment form"
4440
  msgstr ""
4441
 
4442
+ #: modules/subscriptions.php:252
4443
+ msgid "These settings change emails sent from your blog to followers."
 
 
 
 
4444
  msgstr ""
4445
 
4446
+ #: modules/subscriptions.php:258
4447
+ msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
4448
  msgstr ""
4449
 
4450
+ #: modules/subscriptions.php:264
4451
+ msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
4452
  msgstr ""
4453
 
4454
+ #: modules/subscriptions.php:269
4455
+ msgid ""
4456
+ "Howdy.\n"
4457
+ "\n"
4458
+ "You recently followed this blog's posts. This means you will receive each new post by email.\n"
4459
+ "\n"
4460
+ "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
4461
  msgstr ""
4462
 
4463
+ #: modules/subscriptions.php:270
4464
+ msgid ""
4465
+ "Howdy.\n"
4466
+ "\n"
4467
+ "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
4468
+ "\n"
4469
+ "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
4470
  msgstr ""
4471
 
4472
+ #: modules/subscriptions.php:472
4473
+ msgid "Notify me of follow-up comments by email."
4474
+ msgstr "Stel my in kennis van nuwe kommentaar per e-pos."
4475
 
4476
+ #: modules/subscriptions.php:479
4477
+ msgid "Notify me of new posts by email."
4478
+ msgstr "Stel my in kennis van nuwe artikels per e-pos."
4479
+
4480
+ #: modules/subscriptions.php:557
4481
+ msgid "Add an email signup form to allow people to subscribe to your blog."
4482
  msgstr ""
4483
 
4484
+ #: modules/subscriptions.php:560
4485
+ msgid "Blog Subscriptions (Jetpack)"
4486
  msgstr ""
4487
 
4488
+ #: modules/subscriptions.php:600
4489
+ msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
4490
  msgstr ""
4491
 
4492
+ #: modules/subscriptions.php:609
4493
+ msgid "The email you entered was invalid, please check and try again."
4494
  msgstr ""
4495
 
4496
+ #: modules/subscriptions.php:612
4497
+ msgid "You have already subscribed to this site, please check your inbox."
4498
  msgstr ""
4499
 
4500
+ #: modules/subscriptions.php:618
4501
+ msgid "There was an error when subscribing, please try again."
 
 
 
4502
  msgstr ""
4503
 
4504
+ #: modules/subscriptions.php:631
4505
+ msgid "Join %s other subscriber"
4506
+ msgid_plural "Join %s other subscribers"
4507
+ msgstr[0] ""
4508
+ msgstr[1] ""
4509
+
4510
+ #: modules/subscriptions.php:708
4511
+ msgid "Subscribe to Blog via Email"
4512
  msgstr ""
4513
 
4514
+ #: modules/subscriptions.php:709
4515
+ msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
4516
+ msgstr ""
4517
 
4518
+ #: modules/subscriptions.php:711
4519
+ msgid "Click to subscribe to this blog and receive notifications of new posts by email."
4520
+ msgstr ""
4521
 
4522
+ #: modules/subscriptions.php:727
4523
+ msgid "%s: %s"
4524
  msgstr ""
4525
 
4526
+ #: modules/subscriptions.php:734 modules/widgets/image-widget.php:120
4527
+ msgid "Widget title:"
4528
+ msgstr ""
4529
 
4530
+ #: modules/subscriptions.php:740
4531
+ msgid "Optional text to display to your readers:"
4532
  msgstr ""
4533
 
4534
+ #: modules/subscriptions.php:746
4535
+ msgid "Subscribe Button:"
4536
  msgstr ""
4537
 
4538
+ #: modules/subscriptions.php:753
4539
+ msgid "Show total number of subscribers? (%s subscriber)"
4540
+ msgid_plural "Show total number of subscribers? (%s subscribers)"
4541
+ msgstr[0] ""
4542
+ msgstr[1] ""
4543
+
4544
+ #: modules/theme-tools/featured-content.php:389
4545
+ #: modules/theme-tools/featured-content.php:400
4546
+ msgid "Featured Content"
4547
  msgstr ""
4548
 
4549
+ #: modules/theme-tools/featured-content.php:401
4550
+ msgid "Easily feature all posts with the <a href=\"%1$s\">\"featured\" tag</a> or a tag of your choice. Your theme supports up to %2$s posts in its featured content area."
4551
  msgstr ""
4552
 
4553
+ #: modules/theme-tools/featured-content.php:419
4554
+ msgid "Tag name"
4555
  msgstr ""
4556
 
4557
+ #: modules/theme-tools/featured-content.php:425
4558
+ msgid "Hide tag from displaying in post meta and tag clouds."
4559
  msgstr ""
4560
 
4561
+ #: modules/theme-tools/featured-content.php:444
4562
+ msgid "The settings for Featured Content have <a href=\"%s\">moved to Appearance &rarr; Customize</a>."
4563
  msgstr ""
4564
 
4565
+ #: modules/theme-tools/social-links.php:157
4566
+ msgid "&mdash; Select &mdash;"
4567
  msgstr ""
4568
 
4569
+ #: modules/tiled-gallery/tiled-gallery.php:320
4570
+ msgid "Tiled Mosaic"
4571
  msgstr ""
4572
 
4573
+ #: modules/tiled-gallery/tiled-gallery.php:321 modules/widgets/gallery.php:328
4574
+ msgid "Square Tiles"
 
4575
  msgstr ""
4576
 
4577
+ #: modules/tiled-gallery/tiled-gallery.php:322 modules/widgets/gallery.php:329
4578
+ msgid "Circles"
4579
  msgstr ""
4580
 
4581
+ #: modules/tiled-gallery/tiled-gallery.php:351
4582
+ msgid "Display all your gallery pictures in a cool mosaic."
4583
  msgstr ""
4584
 
4585
+ #: modules/videopress/class.videopress-player.php:195
4586
+ msgid "%s Error"
4587
  msgstr ""
4588
 
4589
+ #: modules/videopress/class.videopress-player.php:230
4590
+ msgid "This video is intended for mature audiences."
4591
  msgstr ""
4592
 
4593
+ #: modules/videopress/class.videopress-player.php:230
4594
+ msgid "Please verify your birthday."
4595
  msgstr ""
4596
 
4597
+ #: modules/videopress/class.videopress-player.php:280
4598
+ msgid "Submit"
4599
+ msgstr "Stuur"
4600
+
4601
+ #: modules/videopress/class.videopress-player.php:326
4602
+ msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
4603
  msgstr ""
4604
 
4605
+ #: modules/videopress/class.videopress-player.php:382
4606
+ msgctxt "watch a video title"
4607
+ msgid "Watch: %s"
4608
  msgstr ""
4609
 
4610
+ #: modules/videopress/class.videopress-player.php:478
4611
+ #: modules/videopress/class.videopress-player.php:500
4612
+ msgid "this video"
4613
  msgstr ""
4614
 
4615
+ #: modules/videopress/class.videopress-player.php:507
4616
+ msgctxt "Play as in playback or view a movie"
4617
+ msgid "JavaScript required to play %s."
4618
  msgstr ""
4619
 
4620
+ #: modules/videopress/class.videopress-player.php:654
4621
+ msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
4622
  msgstr ""
4623
 
4624
+ #: modules/videopress/class.videopress-player.php:661
4625
+ msgid "Loading video..."
4626
  msgstr ""
4627
 
4628
+ #: modules/videopress/class.videopress-video.php:306
4629
+ 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."
4630
  msgstr ""
4631
 
4632
+ #: modules/videopress/class.videopress-video.php:308
4633
+ msgid "<strong>%s</strong> is not an allowed embed site."
4634
  msgstr ""
4635
 
4636
+ #: modules/videopress/class.videopress-video.php:308
4637
+ msgid "Publisher limits playback of video embeds."
4638
  msgstr ""
4639
 
4640
+ #: modules/videopress/class.videopress-video.php:310
4641
+ msgid "No data found for VideoPress identifier: <strong>%s</strong>."
4642
  msgstr ""
4643
 
4644
+ #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
4645
+ msgid "Could not obtain a VideoPress upload token. Please try again later."
4646
  msgstr ""
4647
 
4648
+ #: modules/videopress/videopress.php:264
4649
+ msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
4650
  msgstr ""
4651
 
4652
+ #: modules/videopress/videopress.php:269
4653
+ msgid "Connected WordPress.com Blog"
4654
+ msgstr ""
4655
 
4656
+ #: modules/videopress/videopress.php:278
4657
+ msgid "Only videos from the selected blog will be available in your media library."
 
4658
  msgstr ""
4659
 
4660
+ #: modules/videopress/videopress.php:279
4661
+ msgid "<a href=\"%s\">Click here</a> to refresh this list."
4662
  msgstr ""
4663
 
4664
+ #: modules/videopress/videopress.php:285
4665
+ msgid "Video Library Access"
4666
  msgstr ""
4667
 
4668
+ #: modules/videopress/videopress.php:289
4669
+ msgid "Do not allow other users to access my VideoPress library"
4670
  msgstr ""
4671
 
4672
+ #: modules/videopress/videopress.php:291
4673
+ msgid "Allow users to access my videos"
4674
  msgstr ""
4675
 
4676
+ #: modules/videopress/videopress.php:293
4677
+ msgid "Allow users to access and edit my videos"
4678
  msgstr ""
4679
 
4680
+ #: modules/videopress/videopress.php:295
4681
+ msgid "Allow users to access, edit, and delete my videos"
4682
  msgstr ""
4683
 
4684
+ #: modules/videopress/videopress.php:298
4685
+ msgid "Allow users to upload videos"
4686
  msgstr ""
4687
 
4688
+ #: modules/videopress/videopress.php:303
4689
+ msgid "Free formats"
4690
  msgstr ""
4691
 
4692
+ #: modules/videopress/videopress.php:307
4693
+ msgid "Only display videos in free software formats"
4694
  msgstr ""
4695
 
4696
+ #: modules/videopress/videopress.php:308
4697
+ msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
4698
  msgstr ""
4699
 
4700
+ #: modules/videopress/videopress.php:313
4701
+ msgid "Default quality"
4702
  msgstr ""
4703
 
4704
+ #: modules/videopress/videopress.php:317
4705
+ msgid "Display higher quality video by default."
4706
  msgstr ""
4707
 
4708
+ #: modules/videopress/videopress.php:318
4709
+ msgid "This setting may be overridden for individual videos."
4710
  msgstr ""
4711
 
4712
+ #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
4713
+ #: modules/videopress/videopress.php:593
4714
+ msgid "VideoPress Library"
4715
  msgstr ""
4716
 
4717
+ #: modules/videopress/videopress.php:340
4718
+ msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
4719
  msgstr ""
4720
 
4721
+ #: modules/videopress/videopress.php:341
4722
+ msgid "Browse Your VideoPress Library"
4723
  msgstr ""
4724
 
4725
+ #: modules/videopress/videopress.php:342
4726
+ msgid "Please enable JavaScript support in your browser to use VideoPress."
4727
  msgstr ""
4728
 
4729
+ #: modules/videopress/videopress.php:589
4730
+ msgid "Please select a video file to upload."
4731
  msgstr ""
4732
 
4733
+ #: modules/videopress/videopress.php:590
4734
+ msgid "Your video is uploading... Please do not close this window."
4735
  msgstr ""
4736
 
4737
+ #: modules/videopress/videopress.php:591
4738
+ msgid "An unknown error has occurred. Please try again later."
4739
  msgstr ""
4740
 
4741
+ #: modules/videopress/videopress.php:592
4742
+ msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
4743
  msgstr ""
4744
 
4745
+ #: modules/videopress/videopress.php:594
4746
+ msgid "Upload a Video"
4747
  msgstr ""
4748
 
4749
+ #: modules/videopress/videopress.php:595
4750
+ msgid "Insert Video"
4751
+ msgstr ""
4752
 
4753
+ #: modules/videopress/videopress.php:628
4754
+ msgid "Ogg File URL"
4755
  msgstr ""
4756
 
4757
+ #: modules/videopress/videopress.php:630
4758
+ msgid "Location of the Ogg video file."
4759
  msgstr ""
4760
 
4761
+ #: modules/videopress/videopress.php:638
4762
+ msgid "Display share menu and allow viewers to embed or download this video"
4763
+ msgstr ""
4764
 
4765
+ #: modules/videopress/videopress.php:644
4766
+ msgid "Rating"
4767
+ msgstr "Aanslag"
4768
 
4769
+ #: modules/videopress/videopress.php:657
4770
+ msgid "Shortcode"
 
4771
  msgstr ""
4772
 
4773
+ #: modules/videopress/videopress.php:664
4774
+ msgid "The preview is unavailable while this video is being processed."
4775
+ msgstr "Die voorskou is nie beskikbaar terwyl die video verwerk word nie."
4776
 
4777
+ #: modules/videopress/videopress.php:673
4778
+ msgid "Video Preview:"
4779
  msgstr ""
4780
 
4781
+ #: modules/videopress/videopress.php:707
4782
+ msgid "Use the form below to upload a video to your VideoPress Library. The following video formats are supported: %s. Maximum upload file size is %d%s."
4783
  msgstr ""
4784
 
4785
+ #: modules/videopress/videopress.php:710
4786
+ msgid "Upload Video"
4787
  msgstr ""
4788
 
4789
+ #: modules/widget-visibility/widget-conditions.php:34
4790
+ msgid "All category pages"
4791
  msgstr ""
4792
 
4793
+ #: modules/widget-visibility/widget-conditions.php:48
4794
+ msgid "All author pages"
4795
  msgstr ""
4796
 
4797
+ #: modules/widget-visibility/widget-conditions.php:59
4798
+ msgid "All tag pages"
4799
  msgstr ""
4800
 
4801
+ #: modules/widget-visibility/widget-conditions.php:73
4802
+ msgid "All date archives"
4803
  msgstr ""
4804
 
4805
+ #: modules/widget-visibility/widget-conditions.php:74
4806
+ msgid "Daily archives"
 
4807
  msgstr ""
4808
 
4809
+ #: modules/widget-visibility/widget-conditions.php:75
4810
+ msgid "Monthly archives"
4811
  msgstr ""
4812
 
4813
+ #: modules/widget-visibility/widget-conditions.php:76
4814
+ msgid "Yearly archives"
4815
  msgstr ""
4816
 
4817
+ #: modules/widget-visibility/widget-conditions.php:87
4818
+ msgid "Front page"
4819
  msgstr ""
4820
 
4821
+ #: modules/widget-visibility/widget-conditions.php:88
4822
+ msgid "Posts page"
4823
  msgstr ""
4824
 
4825
+ #: modules/widget-visibility/widget-conditions.php:89
4826
+ msgid "404 error page"
 
4827
  msgstr ""
4828
 
4829
+ #: modules/widget-visibility/widget-conditions.php:90
4830
+ msgid "Search results"
4831
  msgstr ""
4832
 
4833
+ #: modules/widget-visibility/widget-conditions.php:91
4834
+ msgid "Post type:"
 
4835
  msgstr ""
4836
 
4837
+ #: modules/widget-visibility/widget-conditions.php:104
4838
+ msgid "Static page:"
4839
  msgstr ""
4840
 
4841
+ #: modules/widget-visibility/widget-conditions.php:146
4842
+ msgid "Visibility"
4843
  msgstr ""
4844
 
4845
+ #: modules/widget-visibility/widget-conditions.php:149
4846
+ msgctxt "placeholder: dropdown menu to select widget visibility; hide if or show if"
4847
+ msgid "%s if:"
4848
  msgstr ""
4849
 
4850
+ #: modules/widget-visibility/widget-conditions.php:149
4851
+ msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
4852
+ msgid "Show"
4853
  msgstr ""
4854
 
4855
+ #: modules/widget-visibility/widget-conditions.php:149
4856
+ msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
4857
+ msgid "Hide"
4858
  msgstr ""
4859
 
4860
+ #: modules/widget-visibility/widget-conditions.php:160
4861
+ msgctxt "Used as the default option in a dropdown list"
4862
+ msgid "-- Select --"
4863
  msgstr ""
4864
 
4865
+ #: modules/widget-visibility/widget-conditions.php:161
4866
+ msgid "Category"
4867
  msgstr ""
4868
 
4869
+ #: modules/widget-visibility/widget-conditions.php:162
4870
+ msgctxt "Noun, as in: \"The author of this post is...\""
4871
+ msgid "Author"
4872
  msgstr ""
4873
 
4874
+ #: modules/widget-visibility/widget-conditions.php:163
4875
+ msgctxt "Noun, as in: \"This post has one tag.\""
4876
+ msgid "Tag"
4877
  msgstr ""
4878
 
4879
+ #: modules/widget-visibility/widget-conditions.php:164
4880
+ msgctxt "Noun, as in: \"This page is a date archive.\""
4881
+ msgid "Date"
4882
  msgstr ""
4883
 
4884
+ #: modules/widget-visibility/widget-conditions.php:165
4885
+ msgctxt "Example: The user is looking at a page, not a post."
4886
+ msgid "Page"
 
 
 
4887
  msgstr ""
4888
 
4889
+ #: modules/widget-visibility/widget-conditions.php:167
4890
+ msgctxt "Widget Visibility: {Rule Major [Page]} is {Rule Minor [Search results]}"
4891
+ msgid "is"
4892
  msgstr ""
4893
 
4894
+ #: modules/widget-visibility/widget-conditions.php:171
4895
+ msgctxt "Shown between widget visibility conditions."
4896
+ msgid "or"
4897
  msgstr ""
4898
 
4899
+ #: modules/widget-visibility/widget-conditions.php:174
4900
+ msgid "Delete"
4901
  msgstr ""
4902
 
4903
+ #: modules/widgets/facebook-likebox.php:31
4904
+ msgid "Facebook Like Box"
4905
  msgstr ""
4906
 
4907
+ #: modules/widgets/facebook-likebox.php:34
4908
+ msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
4909
  msgstr ""
4910
 
4911
+ #: modules/widgets/facebook-likebox.php:48
4912
+ msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
4913
  msgstr ""
4914
 
4915
+ #: modules/widgets/facebook-likebox.php:131
4916
+ msgid "Facebook Page URL"
4917
  msgstr ""
4918
 
4919
+ #: modules/widgets/facebook-likebox.php:134
4920
+ msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
4921
  msgstr ""
4922
 
4923
+ #: modules/widgets/facebook-likebox.php:140
4924
+ msgid "Width"
4925
+ msgstr "Wydte"
4926
+
4927
+ #: modules/widgets/facebook-likebox.php:147
4928
+ msgid "Height"
4929
+ msgstr "Hoogte"
4930
+
4931
+ #: modules/widgets/facebook-likebox.php:165
4932
+ msgid "Show Faces"
4933
+ msgstr "Wys gesigte"
4934
+
4935
+ #: modules/widgets/facebook-likebox.php:167
4936
+ msgid "Show profile photos in the plugin."
4937
  msgstr ""
4938
 
4939
+ #: modules/widgets/facebook-likebox.php:174
4940
+ msgid "Show Stream"
4941
  msgstr ""
4942
 
4943
+ #: modules/widgets/facebook-likebox.php:176
4944
+ msgid "Show the profile stream for the public profile."
4945
  msgstr ""
4946
 
4947
+ #: modules/widgets/facebook-likebox.php:183
4948
+ msgid "Show Border"
4949
  msgstr ""
4950
 
4951
+ #: modules/widgets/facebook-likebox.php:185
4952
+ msgid "Show a border around the plugin."
4953
  msgstr ""
4954
 
4955
+ #: modules/widgets/facebook-likebox.php:192
4956
+ msgid "Show Wall"
4957
  msgstr ""
4958
 
4959
+ #: modules/widgets/facebook-likebox.php:194
4960
+ msgid "Show the wall for a Places page rather than friend activity."
4961
  msgstr ""
4962
 
4963
+ #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
4964
+ #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
4965
+ #: modules/widgets/twitter-timeline.php:161
4966
+ #: modules/widgets/upcoming-events.php:40
4967
+ #: modules/widgets/wordpress-post-widget.php:168
4968
+ msgid "Title:"
4969
+ msgstr "Titel:"
4970
 
4971
+ #: modules/widgets/gallery/templates/form.php:10
4972
+ msgid "Images:"
4973
  msgstr ""
4974
 
4975
+ #: modules/widgets/gallery/templates/form.php:39
4976
+ msgid "Choose Images"
4977
  msgstr ""
4978
 
4979
+ #: modules/widgets/gallery/templates/form.php:43
4980
+ msgid "Link To:"
4981
  msgstr ""
4982
 
4983
+ #: modules/widgets/gallery/templates/form.php:58
4984
+ msgid "Random Order:"
4985
  msgstr ""
4986
 
4987
+ #: modules/widgets/gallery/templates/form.php:69
4988
+ msgid "Style:"
4989
  msgstr ""
4990
 
4991
+ #: modules/widgets/gallery.php:20
4992
+ msgid "Display a photo gallery or slideshow"
4993
+ msgstr ""
 
 
 
 
 
 
 
 
4994
 
4995
+ #: modules/widgets/gallery.php:327
4996
+ msgid "Tiles"
4997
  msgstr ""
4998
 
4999
+ #: modules/widgets/gallery.php:335
5000
+ msgid "Attachment Page"
5001
+ msgstr "Aanhangsel Bladsy"
 
 
 
5002
 
5003
+ #: modules/widgets/gallery.php:336
5004
+ msgid "Media File"
5005
+ msgstr ""
 
 
 
5006
 
5007
+ #: modules/widgets/gravatar-profile.php:21
5008
+ msgid "Gravatar Profile"
5009
  msgstr ""
5010
 
5011
+ #: modules/widgets/gravatar-profile.php:24
5012
+ msgid "Display a mini version of your Gravatar Profile"
5013
  msgstr ""
5014
 
5015
+ #: modules/widgets/gravatar-profile.php:41
5016
+ msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
5017
  msgstr ""
5018
 
5019
+ #: modules/widgets/gravatar-profile.php:95
5020
+ msgid "View Full Profile &rarr;"
5021
  msgstr ""
5022
 
5023
+ #: modules/widgets/gravatar-profile.php:103
5024
+ msgid "Error loading profile"
5025
  msgstr ""
5026
 
5027
+ #: modules/widgets/gravatar-profile.php:115
5028
+ msgid "Personal Links"
5029
  msgstr ""
5030
 
5031
+ #: modules/widgets/gravatar-profile.php:138
5032
+ msgid "Verified Services"
5033
  msgstr ""
5034
 
5035
+ #: modules/widgets/gravatar-profile.php:149
5036
+ msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
5037
+ msgid "%1$s on %2$s"
5038
  msgstr ""
5039
 
5040
+ #: modules/widgets/gravatar-profile.php:183
5041
+ msgid "Select a user or pick \"custom\" and enter a custom email address."
5042
  msgstr ""
5043
 
5044
+ #: modules/widgets/gravatar-profile.php:187
5045
+ msgid "Custom"
 
 
 
 
 
5046
  msgstr ""
5047
 
5048
+ #: modules/widgets/gravatar-profile.php:197
5049
+ msgid "Custom Email Address"
5050
  msgstr ""
5051
 
5052
+ #: modules/widgets/gravatar-profile.php:205
5053
+ msgid "Show Personal Links"
5054
  msgstr ""
5055
 
5056
+ #: modules/widgets/gravatar-profile.php:207
5057
+ msgid "Links to your websites, blogs, or any other sites that help describe who you are."
5058
  msgstr ""
5059
 
5060
+ #: modules/widgets/gravatar-profile.php:214
5061
+ msgid "Show Account Links"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5062
  msgstr ""
5063
 
5064
+ #: modules/widgets/gravatar-profile.php:216
5065
+ msgid "Links to services that you use across the web."
5066
  msgstr ""
5067
 
5068
+ #: modules/widgets/gravatar-profile.php:220
5069
+ msgid "Opens in new window"
5070
  msgstr ""
5071
 
5072
+ #: modules/widgets/gravatar-profile.php:220
5073
+ msgid "Edit Your Profile"
5074
+ msgstr "Verander jou profiel"
5075
 
5076
+ #: modules/widgets/gravatar-profile.php:220
5077
+ msgid "What's a Gravatar?"
5078
+ msgstr "Wat is 'n Gravatar?"
5079
 
5080
+ #: modules/widgets/image-widget.php:12
5081
+ msgid "Display an image in your sidebar"
5082
+ msgstr "Wys 'n foto in jou kantkolom"
5083
 
5084
+ #: modules/widgets/image-widget.php:14
5085
+ msgid "Image (Jetpack)"
5086
+ msgstr "Foto (Jetpack)"
5087
 
5088
+ #: modules/widgets/image-widget.php:123
5089
+ msgid "Image URL:"
5090
  msgstr ""
5091
 
5092
+ #: modules/widgets/image-widget.php:126
5093
+ msgid "Alternate text:"
5094
  msgstr ""
5095
 
5096
+ #: modules/widgets/image-widget.php:129
5097
+ msgid "Image title:"
5098
  msgstr ""
5099
 
5100
+ #: modules/widgets/image-widget.php:132
5101
+ msgid "Caption:"
5102
  msgstr ""
5103
 
5104
+ #: modules/widgets/image-widget.php:138
5105
+ msgid "Left"
5106
+ msgstr "Links"
5107
 
5108
+ #: modules/widgets/image-widget.php:139
5109
+ msgid "Center"
5110
+ msgstr "Middel"
5111
+
5112
+ #: modules/widgets/image-widget.php:140
5113
+ msgid "Right"
5114
+ msgstr "Regs"
5115
+
5116
+ #: modules/widgets/image-widget.php:142
5117
+ msgid "Image Alignment:"
5118
  msgstr ""
5119
 
5120
+ #: modules/widgets/image-widget.php:152
5121
+ msgid "Width:"
5122
  msgstr ""
5123
 
5124
+ #: modules/widgets/image-widget.php:155
5125
+ msgid "Height:"
 
5126
  msgstr ""
5127
 
5128
+ #: modules/widgets/image-widget.php:158
5129
+ msgid "If empty, we will attempt to determine the image size."
5130
  msgstr ""
5131
 
5132
+ #: modules/widgets/image-widget.php:159
5133
+ msgid "Link URL (when the image is clicked):"
5134
  msgstr ""
5135
 
5136
+ #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
5137
+ msgid "Send To Readmill"
5138
  msgstr ""
5139
 
5140
+ #: modules/widgets/readmill.php:13
5141
+ msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
5142
  msgstr ""
5143
 
5144
+ #: modules/widgets/readmill.php:47
5145
+ msgid "Just enter the URL to your book, make sure it's a PDF or EPUB file, and you are ready to go. For more help, head to <a href='%s'>the Readmill WordPress Widget support page</a>."
5146
  msgstr ""
5147
 
5148
+ #: modules/widgets/readmill.php:55
5149
+ msgid "Download URL:"
 
5150
  msgstr ""
5151
 
5152
+ #: modules/widgets/readmill.php:60
5153
+ msgid "Item URL:"
 
5154
  msgstr ""
5155
 
5156
+ #: modules/widgets/readmill.php:65
5157
+ msgid "What size icon?"
 
5158
  msgstr ""
5159
 
5160
+ #: modules/widgets/readmill.php:67 modules/widgets/rsslinks-widget.php:101
5161
+ msgid "Large"
5162
+ msgstr "Groot"
5163
+
5164
+ #: modules/widgets/readmill.php:68 modules/widgets/rsslinks-widget.php:99
5165
+ msgid "Small"
5166
+ msgstr "Klein"
5167
+
5168
+ #: modules/widgets/readmill.php:125
5169
+ msgid "Your ePub link is empty. Provide an ePub link to display the Send to Readmill widget."
5170
  msgstr ""
5171
 
5172
+ #: modules/widgets/rsslinks-widget.php:12
5173
+ msgid "Links to your blog's RSS feeds"
 
5174
  msgstr ""
5175
 
5176
+ #: modules/widgets/rsslinks-widget.php:13
5177
+ msgid "RSS Links (Jetpack)"
5178
+ msgstr "RSS-skakels (Jetpack)"
5179
+
5180
+ #: modules/widgets/rsslinks-widget.php:67
5181
+ #: modules/widgets/rsslinks-widget.php:133
5182
+ msgid "Posts"
5183
+ msgstr "Bydraes"
5184
+
5185
+ #: modules/widgets/rsslinks-widget.php:69
5186
+ msgid "Posts & Comments"
5187
+ msgstr "Bydraes & Kommentare"
5188
+
5189
+ #: modules/widgets/rsslinks-widget.php:71
5190
+ msgid "Feed(s) to Display:"
5191
+ msgstr "Sigbare feed(s):"
5192
+
5193
+ #: modules/widgets/rsslinks-widget.php:81
5194
+ msgid "Text Link"
5195
+ msgstr "Teksskakel"
5196
+
5197
+ #: modules/widgets/rsslinks-widget.php:82
5198
+ msgid "Image Link"
5199
+ msgstr "Fotoskakel"
5200
+
5201
+ #: modules/widgets/rsslinks-widget.php:83
5202
+ msgid "Text & Image Links"
5203
+ msgstr "Teks- en fotoskakels"
5204
+
5205
+ #: modules/widgets/rsslinks-widget.php:85
5206
+ msgid "Format:"
5207
+ msgstr "Formaat:"
5208
+
5209
+ #: modules/widgets/rsslinks-widget.php:96
5210
+ msgid "Image Settings:"
5211
+ msgstr "Fotoverstellings:"
5212
+
5213
+ #: modules/widgets/rsslinks-widget.php:100
5214
+ msgid "Medium"
5215
+ msgstr "Medium"
5216
+
5217
+ #: modules/widgets/rsslinks-widget.php:103
5218
+ msgid "Image Size:"
5219
+ msgstr "Grootte van foto:"
5220
+
5221
+ #: modules/widgets/rsslinks-widget.php:113
5222
+ msgid "Red"
5223
+ msgstr "Rooi"
5224
+
5225
+ #: modules/widgets/rsslinks-widget.php:114
5226
+ msgid "Orange"
5227
+ msgstr "Oranje"
5228
+
5229
+ #: modules/widgets/rsslinks-widget.php:115
5230
+ msgid "Green"
5231
+ msgstr "Groen"
5232
+
5233
+ #: modules/widgets/rsslinks-widget.php:116
5234
+ msgid "Blue"
5235
+ msgstr "Blou"
5236
+
5237
+ #: modules/widgets/rsslinks-widget.php:117
5238
+ msgid "Purple"
5239
+ msgstr "Pers"
5240
+
5241
+ #: modules/widgets/rsslinks-widget.php:118
5242
+ msgid "Pink"
5243
+ msgstr "Pienk"
5244
+
5245
+ #: modules/widgets/rsslinks-widget.php:119
5246
+ msgid "Silver"
5247
+ msgstr "Silwer"
5248
+
5249
+ #: modules/widgets/rsslinks-widget.php:121
5250
+ msgid "Image Color:"
5251
+ msgstr "Foto se kleur:"
5252
+
5253
+ #: modules/widgets/rsslinks-widget.php:140
5254
+ msgid "Subscribe to %s"
5255
+ msgstr "Teken in op %s"
5256
+
5257
+ #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
5258
+ msgid "Top Posts &amp; Pages"
5259
+ msgstr "Top Artikels &amp; Bladsye"
5260
+
5261
+ #: modules/widgets/top-posts.php:37
5262
+ msgid "Shows your most viewed posts and pages."
5263
+ msgstr "Wys jou mees geleeste artikels en bladsye."
5264
+
5265
+ #: modules/widgets/top-posts.php:78
5266
+ msgid "Maximum number of posts to show (no more than 10):"
5267
+ msgstr "Maksimum hoeveelheid artikels om te vertoon (nie meer as 10 nie):"
5268
+
5269
+ #: modules/widgets/top-posts.php:83
5270
+ msgid "Display as:"
5271
+ msgstr "Vertoon as:"
5272
+
5273
+ #: modules/widgets/top-posts.php:85
5274
+ msgid "Text List"
5275
+ msgstr "Tekslys"
5276
+
5277
+ #: modules/widgets/top-posts.php:86
5278
+ msgid "Image List"
5279
+ msgstr "Fotolys"
5280
+
5281
+ #: modules/widgets/top-posts.php:87
5282
+ msgid "Image Grid"
5283
+ msgstr "Fotoversameling"
5284
+
5285
+ #: modules/widgets/top-posts.php:91
5286
+ msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
5287
+ msgstr "Die top artikels &amp; bladsye volgens besoeke word bereken uit 24-48 uur se statistiek. Dit neem 'n rukkie om te verander."
5288
+
5289
+ #: modules/widgets/top-posts.php:164
5290
+ msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
5291
+ msgstr "Daar is geen artikels om te wys nie. <a href=\"%s\">Wil jy meer verkeer hê?</a>"
5292
+
5293
+ #: modules/widgets/twitter-timeline.php:24
5294
+ msgid "Twitter Timeline"
5295
+ msgstr "Twitter-tydlyn"
5296
+
5297
+ #: modules/widgets/twitter-timeline.php:27
5298
+ msgid "Display an official Twitter Embedded Timeline widget."
5299
+ msgstr "Vertoon 'n amptelike Twitter Embedded Timeline brokkie."
5300
+
5301
+ #: modules/widgets/twitter-timeline.php:75
5302
+ msgid "My Tweets"
5303
+ msgstr "My tweets"
5304
+
5305
+ #: modules/widgets/twitter-timeline.php:146
5306
+ msgid "Follow me on Twitter"
5307
+ msgstr "Volg my op Twitter"
5308
+
5309
+ #: modules/widgets/twitter-timeline.php:166
5310
+ msgid "Width (px):"
5311
+ msgstr "Breedte (px):"
5312
+
5313
+ #: modules/widgets/twitter-timeline.php:171
5314
+ msgid "Height (px):"
5315
+ msgstr "Hoogte (px):"
5316
+
5317
+ #: modules/widgets/twitter-timeline.php:176
5318
+ msgid "# of Tweets Shown:"
5319
+ msgstr "# sigbare tweets:"
5320
+
5321
+ #: modules/widgets/twitter-timeline.php:184
5322
+ msgid "You need to <a href=\"%1$s\" target=\"_blank\">create a widget at Twitter.com</a>, and then enter your widget id (the long number found in the URL of your widget's config page) in the field below. <a href=\"%2$s\" target=\"_blank\">Read more</a>."
5323
  msgstr ""
5324
 
5325
+ #: modules/widgets/twitter-timeline.php:192
5326
+ msgid "Widget ID:"
 
5327
  msgstr ""
5328
 
5329
+ #: modules/widgets/twitter-timeline.php:197
5330
+ msgid "Layout Options:"
5331
+ msgstr "Opsies vir uitleg:"
5332
+
5333
+ #: modules/widgets/twitter-timeline.php:198
5334
+ msgid "No Header"
5335
+ msgstr "Geen kopstrook nie"
5336
+
5337
+ #: modules/widgets/twitter-timeline.php:199
5338
+ msgid "No Footer"
5339
+ msgstr "Geen voetstrook nie"
5340
+
5341
+ #: modules/widgets/twitter-timeline.php:200
5342
+ msgid "No Borders"
5343
+ msgstr "Geen buitelyne nie"
5344
+
5345
+ #: modules/widgets/twitter-timeline.php:201
5346
+ msgid "No Scrollbar"
5347
+ msgstr "Geen rolbalk nie"
5348
 
5349
+ #: modules/widgets/twitter-timeline.php:202
5350
+ msgid "Transparent Background"
5351
+ msgstr "Deurskynende agtergrond"
5352
 
5353
+ #: modules/widgets/twitter-timeline.php:206
5354
+ msgid "Link Color (hex):"
5355
+ msgstr "Kleur van skakels (hex):"
5356
 
5357
+ #: modules/widgets/twitter-timeline.php:211
5358
+ msgid "Border Color (hex):"
5359
+ msgstr "Kleur van buitelyne (hex):"
 
 
5360
 
5361
+ #: modules/widgets/twitter-timeline.php:216
5362
+ msgid "Timeline Theme:"
5363
+ msgstr "Tema van tydlyn:"
5364
 
5365
+ #: modules/widgets/upcoming-events.php:7 modules/widgets/upcoming-events.php:32
5366
+ msgid "Upcoming Events"
 
5367
  msgstr ""
5368
 
5369
+ #: modules/widgets/upcoming-events.php:9
5370
+ msgid "Display upcoming events from an iCalendar feed."
5371
  msgstr ""
5372
 
5373
+ #: modules/widgets/upcoming-events.php:45
5374
+ msgid "iCalendar Feed URL:"
5375
  msgstr ""
5376
 
5377
+ #: modules/widgets/upcoming-events.php:50
5378
+ msgid "Items to show:"
5379
  msgstr ""
5380
 
5381
+ #: modules/widgets/upcoming-events.php:56
5382
+ msgid "All"
5383
  msgstr ""
5384
 
5385
+ #: modules/widgets/wordpress-post-widget.php:25
5386
+ msgid "Display WordPress Posts"
5387
  msgstr ""
5388
 
5389
+ #: modules/widgets/wordpress-post-widget.php:27
5390
+ msgid "Displays a list of recent posts from another WordPress.com or Jetpack-enabled blog."
5391
  msgstr ""
5392
 
5393
+ #: modules/widgets/wordpress-post-widget.php:76
5394
+ #: modules/widgets/wordpress-post-widget.php:97
5395
+ msgid "We cannot load blog data at this time."
5396
  msgstr ""
5397
 
5398
+ #: modules/widgets/wordpress-post-widget.php:107
5399
+ msgid "We cannot display posts for this blog."
5400
  msgstr ""
5401
 
5402
+ #: modules/widgets/wordpress-post-widget.php:139
5403
+ msgid "Recent Posts"
5404
+ msgstr "Onlangse Bydraes"
5405
 
5406
+ #: modules/widgets/wordpress-post-widget.php:173
5407
+ msgid "Blog URL:"
5408
  msgstr ""
5409
 
5410
+ #: modules/widgets/wordpress-post-widget.php:176
5411
+ msgid "Enter a WordPress.com or Jetpack WordPress site URL."
5412
  msgstr ""
5413
 
5414
+ #: modules/widgets/wordpress-post-widget.php:180
5415
+ msgid "Number of Posts to Display:"
5416
  msgstr ""
5417
 
5418
+ #: modules/widgets/wordpress-post-widget.php:190
5419
+ msgid "Show Featured Image:"
5420
  msgstr ""
5421
 
5422
+ #: modules/widgets/wordpress-post-widget.php:194
5423
+ msgid "Show Excerpts:"
5424
  msgstr ""
5425
 
5426
+ #: modules/widgets.php:50
5427
+ msgid "%s (Jetpack)"
5428
+ msgstr "%s (Jetpack)"
5429
 
5430
+ #: tools/wordpress-i18n/pomo/sample/app.php:56
5431
+ msgid "Welcome %s!"
5432
  msgstr ""
5433
 
5434
+ #: tools/wordpress-i18n/pomo/sample/app.php:60
5435
+ msgid "A string with low priority!"
5436
  msgstr ""
5437
 
5438
+ #: tools/wordpress-i18n/pomo/sample/app.php:62
5439
+ msgid "Bye\n"
5440
  msgstr ""
5441
 
5442
+ #: views/admin/must-connect-main-blog.php:5
5443
+ msgid "Get started with Jetpack Multisite"
5444
  msgstr ""
5445
 
5446
+ #: views/admin/must-connect-main-blog.php:7
5447
+ msgid "Get started managing your Multisite install of Jetpack by connecting."
5448
  msgstr ""
5449
 
5450
+ #: views/admin/network-admin-header.php:13
5451
+ msgid "Jetpack is network activated and notices can not be dismissed."
5452
  msgstr ""
5453
 
5454
+ msgid "http://wordpress.org/extend/plugins/jetpack/"
5455
+ msgstr "http://wordpress.org/extend/plugins/jetpack/"
 
5456
 
5457
+ 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."
 
5458
  msgstr ""
5459
 
5460
+ msgid "Automattic"
5461
+ msgstr "Automattic"
 
5462
 
5463
+ msgid "http://jetpack.me"
5464
+ msgstr "http://jetpack.me"
 
5465
 
5466
+ msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
 
5467
  msgstr ""
5468
 
5469
+ msgid "Transform your standard image galleries into an immersive full-screen experience."
5470
+ msgstr "Omskep die gewone fotogallerye in 'n innemende ervaring wat jou skerm vul."
 
5471
 
5472
+ msgid "A new comment system that has integrated social media login options."
5473
+ msgstr "'n Nuwe kommentaarstelsel met geïntegreerde intekenopsies van sosiale netwerke."
 
5474
 
5475
+ msgid "Easily insert a contact form anywhere on your site."
5476
+ msgstr "Plaas 'n kontakvorm enige plek op jou webwerf, sommer tjop-tjop."
 
5477
 
5478
+ msgid "Customize the appearance of your site using CSS but without modifying your theme."
5479
+ msgstr "Verander die voorkoms van jou webwerf d.m.v. CSS, maar sonder om veranderinge op jou tema aan te bring."
 
 
 
 
5480
 
5481
+ msgid "Share your public posts and comments to search engines and other services in real-time."
5482
+ msgstr "Deel jou openbare artikels en kommentaar intyds met soekenjins en ander dienste."
5483
+
5484
+ msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
5485
  msgstr ""
5486
 
5487
+ msgid "Show a pop-up business card of your users' gravatar profiles in comments."
5488
+ msgstr "Wys die gravatar-profiel van jou gebruikers in die kommentaar met 'n opspringvenster."
 
5489
 
5490
+ msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
5491
+ msgstr "Laai outomaties die volgende klomp artikels soos die leser op die bladsy afrol."
 
5492
 
5493
+ msgid "Allow applications to securely access your content through the cloud."
 
5494
  msgstr ""
5495
 
5496
+ msgid "Beautiful Math"
5497
+ msgstr "Elegante Wiskunde"
 
5498
 
5499
+ msgid "Mark up your posts with the <img src=\"//s0.wp.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."
5500
+ msgstr "Gebruik <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> as uitlegtaal om ingewikkelde wiskundige vergelykings en ander toordery."
 
5501
 
5502
+ msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
5503
+ msgstr "\"Likes\" is 'n manier vir mense om aan te dui dat hulle van jou artikel hou. Dit gee ook vir jou die geleentheid om vir die wêreld te wys hoe gewild jou storie is. "
 
5504
 
5505
+ msgid "Write in Markdown, publish in HTML."
 
5506
  msgstr ""
5507
 
5508
+ msgid "Automatically optimize your site for mobile devices."
5509
+ msgstr "Pas jou webwerf outomaties vir mobiele toestelle aan."
 
5510
 
5511
+ msgid "Jetpack Monitor will keep tabs on your site, and alert you the moment that downtime is detected."
 
5512
  msgstr ""
5513
 
5514
+ msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
5515
+ msgstr "Hou jou webwerf dop en bestuur sy aktiwiteit deur middel van kennisgewings op die boonste balk en op WordPress.com."
 
5516
 
5517
+ msgid "A single search box, that lets you search many different things."
5518
+ msgstr "Een enkele soekfunksie waarmee jy verskillende dinge kan opspoor."
 
5519
 
5520
+ msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
5521
+ msgstr "Gee jou webwerf 'n inspuiting deurdat foto's vinniger laai vanaf die WordPress.com-netwerk (CDN)."
 
5522
 
5523
+ msgid "Publish posts to your blog directly from your personal email account."
5524
+ msgstr "Publiseer artikels op jou blog deur middel van jou persoonlike e-posadres."
 
5525
 
5526
+ msgid "Connect your site to popular social networks and automatically share new posts with your friends."
5527
+ msgstr "Verbind jou webwerf met gewilde sosiale netwerke en deel outomaties die nuwe artikels met jou vriende."
 
5528
 
5529
+ msgid "Display links to related site content under your posts."
 
5530
  msgstr ""
5531
 
5532
+ msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
5533
+ msgstr "Die beste-este manier om jou storie op Facebook, Twitter en vele ander te deel."
 
5534
 
5535
+ msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
5536
+ msgstr "'n Maklike manier om video's en ander media vanaf YouTube, Vimeo en Slideshare in 'n artikel te gebruik."
 
5537
 
5538
+ msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
5539
+ msgstr "Aktiveer WP.me-gedrewe kortskakels vir al jou artikels sodat dit makliker gedeel kan word."
 
5540
 
5541
+ msgid "Let users login with their WordPress.com Credentials"
 
5542
  msgstr ""
5543
 
5544
+ msgid "Simple, concise site stats with no additional load on your server."
5545
+ msgstr "Eenvoudige, bondige statistiek vir jou webwerf sonder ekstra las op die bediener."
 
5546
 
5547
+ msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
5548
+ msgstr "Laat besoekers toe om op kennisgewings van nuwe artikels en kommentaar in te teken via e-pos."
 
5549
 
5550
+ msgid "Create elegant magazine-style mosaic layouts for your photos without using an external graphic editor."
5551
+ msgstr "Skep 'n elegante mosaïek-uitleg vir fotogallerye."
 
5552
 
5553
+ msgid "Realtime backup and security scanning for your WordPress site."
5554
+ msgstr "Intydse rugsteun en sekuriteit vir jou WordPress-gedrewe webwerf."
 
5555
 
5556
+ msgid "Quite possibly the easiest way to upload beautiful videos to your blog."
5557
+ msgstr "Heel moontlik die maklikste manier om pragtige video's op te laai."
 
 
5558
 
5559
+ msgid "Control what pages your widgets appear on."
5560
+ msgstr "Beheer op watter bladsye jou widgets verskyn."
5561
+
5562
+ msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
5563
+ msgstr "Voeg foto's, Twitter-boodskappe en jou webwerf se RSS-skakels tjop-tjop by in die kantkolom."
languages/jetpack-az.mo CHANGED
Binary file
languages/jetpack-az.po CHANGED
@@ -1,2550 +1,2868 @@
1
- # Translation of 2.8 in Azerbaijani
2
- # This file is distributed under the same license as the 2.8 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2014-01-29 09:17:42+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.8\n"
12
 
13
- msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
14
- msgstr ""
 
 
15
 
16
- msgid "Write in Markdown, publish in HTML."
17
- msgstr ""
 
18
 
19
- msgid "Automatically optimize your site for mobile devices."
 
20
  msgstr ""
21
 
22
- msgid "Receive notifications on your mobile device."
 
23
  msgstr ""
24
 
25
- msgid "Jetpack Monitor will keep tabs on your site, and alert you the moment that downtime is detected."
 
26
  msgstr ""
27
 
28
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
 
29
  msgstr ""
30
 
31
- msgid "A single search box, that lets you search many different things."
 
32
  msgstr ""
33
 
34
- msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
 
35
  msgstr ""
36
 
37
- msgid "Publish posts to your blog directly from your personal email account."
 
38
  msgstr ""
39
 
40
- msgid "Connect your site to popular social networks and automatically share new posts with your friends."
 
41
  msgstr ""
42
 
43
- msgid "Display links to related site content under your posts."
 
44
  msgstr ""
45
 
46
- msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
 
47
  msgstr ""
48
 
49
- msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
 
50
  msgstr ""
51
 
52
- msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
 
53
  msgstr ""
54
 
55
- msgid "Let users login with their WordPress.com Credentials"
 
56
  msgstr ""
57
 
58
- msgid "Simple, concise site stats with no additional load on your server."
 
59
  msgstr ""
60
 
61
- msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
 
62
  msgstr ""
63
 
64
- msgid "Create elegant magazine-style mosaic layouts for your photos without using an external graphic editor."
65
- msgstr ""
 
66
 
67
- msgid "Realtime backup and security scanning for your WordPress site."
 
 
 
 
 
68
  msgstr ""
69
 
70
- msgid "Quite possibly the easiest way to upload beautiful videos to your blog."
 
71
  msgstr ""
72
 
73
- msgid "Control what pages your widgets appear on."
 
74
  msgstr ""
75
 
76
- msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
 
77
  msgstr ""
78
 
79
- #: modules/widgets/wordpress-post-widget.php:54
80
- #: modules/widgets/wordpress-post-widget.php:77
81
- msgid "We cannot load blog data at this time."
82
- msgstr "Hal-hazırda bloq məlumatlarını yükləyə bilmərik."
83
 
84
- #: modules/widgets/wordpress-post-widget.php:87
85
- msgid "We cannot display posts for this blog."
86
- msgstr "Bu bloqun yazılarını göstərə bilmərik."
87
 
88
- #: modules/widgets/wordpress-post-widget.php:118
89
- msgid "Recent Posts"
90
- msgstr "Yeni yazılar"
91
 
92
- #: modules/widgets/wordpress-post-widget.php:152
93
- msgid "Blog URL:"
94
- msgstr "Bloq URL:"
95
 
96
- #: modules/widgets/wordpress-post-widget.php:155
97
- msgid "Enter a WordPress.com or Jetpack WordPress site URL."
98
  msgstr ""
99
 
100
- #: modules/widgets/wordpress-post-widget.php:159
101
- msgid "Number of Posts to Display:"
102
- msgstr "Göstəriləcək Yazıların Miqdarı:"
103
 
104
- #: modules/widgets/wordpress-post-widget.php:169
105
- msgid "Show Featured Image:"
106
- msgstr "Özəl Təsviri Göstər:"
107
 
108
- #: modules/widgets/wordpress-post-widget.php:173
109
- msgid "Show Excerpts:"
110
  msgstr ""
111
 
112
- #: modules/widgets.php:50
113
- msgid "%s (Jetpack)"
114
- msgstr "%s (Jetpack)"
115
 
116
- msgid "http://wordpress.org/extend/plugins/jetpack/"
117
- msgstr "http://wordpress.org/extend/plugins/jetpack/"
 
118
 
119
- 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."
 
120
  msgstr ""
121
 
122
- msgid "Automattic"
123
- msgstr "Automattic"
 
124
 
125
- msgid "http://jetpack.me"
126
- msgstr "http://jetpack.me"
 
127
 
128
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
 
129
  msgstr ""
130
 
131
- msgid "Transform your standard image galleries into an immersive full-screen experience."
 
132
  msgstr ""
133
 
134
- msgid "A new comment system that has integrated social media login options."
 
135
  msgstr ""
136
 
137
- msgid "Easily insert a contact form anywhere on your site."
 
138
  msgstr ""
139
 
140
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
 
141
  msgstr ""
142
 
143
- msgid "Share your public posts and comments to search engines and other services in real-time."
 
144
  msgstr ""
145
 
146
- msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
 
 
 
 
 
147
  msgstr ""
148
 
149
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
 
150
  msgstr ""
151
 
152
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
 
153
  msgstr ""
154
 
155
- msgid "Allow applications to securely access your content through the cloud."
 
156
  msgstr ""
157
 
158
- msgid "Beautiful Math"
 
159
  msgstr ""
160
 
161
- msgid "Mark up your posts with the <img src=\"//s0.wp.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."
 
 
 
 
 
 
 
 
162
  msgstr ""
163
 
164
- #: modules/widgets/top-posts.php:91
165
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
166
- msgstr "Son 24-48 içində baxış statistikalarına görə hesablanan Ən Yaxşı Yazılar &amp; Səhifələr. Dəyişmələri bir az zaman ala bilər."
167
 
168
- #: modules/widgets/top-posts.php:164
169
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
170
  msgstr ""
171
 
172
- #: modules/widgets/twitter-timeline.php:24
173
- msgid "Twitter Timeline"
174
- msgstr "Twitter Xronologiyası"
175
 
176
- #: modules/widgets/twitter-timeline.php:27
177
- msgid "Display an official Twitter Embedded Timeline widget."
178
  msgstr ""
179
 
180
- #: modules/widgets/twitter-timeline.php:75
181
- msgid "My Tweets"
182
- msgstr "Mənim Tweet-lərim"
183
 
184
- #: modules/widgets/twitter-timeline.php:146
185
- msgid "Follow me on Twitter"
186
- msgstr "Twitter-də məni izləyin"
187
 
188
- #: modules/widgets/twitter-timeline.php:166
189
- msgid "Width (px):"
190
- msgstr "En (px):"
191
 
192
- #: modules/widgets/twitter-timeline.php:171
193
- msgid "Height (px):"
194
- msgstr "Hündürlük (px):"
 
195
 
196
- #: modules/widgets/twitter-timeline.php:176
197
- msgid "# of Tweets Shown:"
198
- msgstr ""
 
 
 
 
 
 
 
199
 
200
- #: modules/widgets/twitter-timeline.php:184
201
- msgid "You need to <a href=\"%1$s\" target=\"_blank\">create a widget at Twitter.com</a>, and then enter your widget id (the long number found in the URL of your widget's config page) in the field below. <a href=\"%2$s\" target=\"_blank\">Read more</a>."
 
202
  msgstr ""
203
 
204
- #: modules/widgets/twitter-timeline.php:192
205
- msgid "Widget ID:"
206
- msgstr "Vidcet ID:"
 
 
207
 
208
- #: modules/widgets/twitter-timeline.php:197
209
- msgid "Layout Options:"
210
- msgstr "Tərtibat Parametrləri:"
211
 
212
- #: modules/widgets/twitter-timeline.php:198
213
- msgid "No Header"
214
- msgstr "Başlıqsız"
 
215
 
216
- #: modules/widgets/twitter-timeline.php:199
217
- msgid "No Footer"
218
- msgstr "Zirzəmisiz"
219
 
220
- #: modules/widgets/twitter-timeline.php:200
221
- msgid "No Borders"
222
- msgstr "Çərçivəsiz"
223
 
224
- #: modules/widgets/twitter-timeline.php:201
225
- msgid "No Scrollbar"
226
  msgstr ""
227
 
228
- #: modules/widgets/twitter-timeline.php:202
229
- msgid "Transparent Background"
230
- msgstr "Şəffaf Arxa fon"
231
 
232
- #: modules/widgets/twitter-timeline.php:206
233
- msgid "Link Color (hex):"
234
- msgstr "Bağlantı Rəngi (hex):"
235
 
236
- #: modules/widgets/twitter-timeline.php:211
237
- msgid "Border Color (hex):"
238
- msgstr "Çərçivə Rəngi (hex):"
 
239
 
240
- #: modules/widgets/twitter-timeline.php:216
241
- msgid "Timeline Theme:"
242
- msgstr "Zaman tuneli mövzusu:"
 
243
 
244
- #: modules/widgets/upcoming-events.php:7 modules/widgets/upcoming-events.php:32
245
- msgid "Upcoming Events"
246
- msgstr "Gələcək Tədbirlər"
 
247
 
248
- #: modules/widgets/upcoming-events.php:9
249
- msgid "Display upcoming events from an iCalendar feed."
250
- msgstr "Bir iCalendar qidalandırıcısından gələn tədbirləri göstərin."
 
251
 
252
- #: modules/widgets/upcoming-events.php:45
253
- msgid "iCalendar Feed URL:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
254
  msgstr ""
255
 
256
- #: modules/widgets/upcoming-events.php:50
257
- msgid "Items to show:"
258
  msgstr ""
259
 
260
- #: modules/widgets/upcoming-events.php:56
261
- msgid "All"
262
- msgstr "Tamamı"
 
 
263
 
264
- #: modules/widgets/wordpress-post-widget.php:23
265
- msgid "Display WordPress Posts (Jetpack)"
 
 
266
  msgstr ""
267
 
268
- #: modules/widgets/wordpress-post-widget.php:25
269
- msgid "Displays a list of recent posts from another WordPress.com or Jetpack-enabled blog."
270
  msgstr ""
271
 
272
- #: modules/widgets/rsslinks-widget.php:12
273
- msgid "Links to your blog's RSS feeds"
274
- msgstr "Bloqunuzun RSS qidalandırıpcılarının bağlantıları"
275
 
276
- #: modules/widgets/rsslinks-widget.php:13
277
- msgid "RSS Links (Jetpack)"
278
  msgstr ""
279
 
280
- #: modules/widgets/rsslinks-widget.php:67
281
- #: modules/widgets/rsslinks-widget.php:133
282
- msgid "Posts"
283
- msgstr "Yazılar"
284
 
285
- #: modules/widgets/rsslinks-widget.php:69
286
- msgid "Posts & Comments"
287
- msgstr "Yazılar Şərhlər"
288
 
289
- #: modules/widgets/rsslinks-widget.php:71
290
- msgid "Feed(s) to Display:"
291
- msgstr "Göstəriləcək Qidalandırıcı(lar):"
292
 
293
- #: modules/widgets/rsslinks-widget.php:81
294
- msgid "Text Link"
295
- msgstr "Mətn Bağlantısı"
296
 
297
- #: modules/widgets/rsslinks-widget.php:82
298
- msgid "Image Link"
299
- msgstr "Təsvir Bağlantısı"
300
 
301
- #: modules/widgets/rsslinks-widget.php:83
302
- msgid "Text & Image Links"
303
- msgstr "Mətn və Təsvir Bağlantıları"
304
 
305
- #: modules/widgets/rsslinks-widget.php:85
306
- msgid "Format:"
307
- msgstr "Format:"
308
 
309
- #: modules/widgets/rsslinks-widget.php:96
310
- msgid "Image Settings:"
311
- msgstr "Təsvir parametrləri:"
312
 
313
- #: modules/widgets/rsslinks-widget.php:100
314
- msgid "Medium"
315
- msgstr "Orta"
316
 
317
- #: modules/widgets/rsslinks-widget.php:103
318
- msgid "Image Size:"
319
- msgstr "Təsvir Ölçüsü:"
320
 
321
- #: modules/widgets/rsslinks-widget.php:113
322
- msgid "Red"
323
- msgstr "Qırmızı"
324
 
325
- #: modules/widgets/rsslinks-widget.php:114
326
- msgid "Orange"
327
- msgstr "Narıncı"
328
 
329
- #: modules/widgets/rsslinks-widget.php:115
330
- msgid "Green"
331
- msgstr "Yaşıl"
332
 
333
- #: modules/widgets/rsslinks-widget.php:116
334
- msgid "Blue"
335
- msgstr "Mavi"
336
 
337
- #: modules/widgets/rsslinks-widget.php:117
338
- msgid "Purple"
339
- msgstr "Tünd qırmızı"
 
340
 
341
- #: modules/widgets/rsslinks-widget.php:118
342
- msgid "Pink"
343
- msgstr "Çəhrayı"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
 
345
- #: modules/widgets/rsslinks-widget.php:119
346
- msgid "Silver"
347
- msgstr "Gümüşü"
348
 
349
- #: modules/widgets/rsslinks-widget.php:121
350
- msgid "Image Color:"
351
- msgstr "Təsvir Rəngi:"
352
 
353
- #: modules/widgets/rsslinks-widget.php:140
354
- msgid "Subscribe to %s"
355
- msgstr "%s üçün abunə ol"
356
 
357
- #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
358
- msgid "Top Posts &amp; Pages"
359
- msgstr "Ən Populyar Yazılar &amp; Səhifələr"
360
 
361
- #: modules/widgets/top-posts.php:37
362
- msgid "Shows your most viewed posts and pages."
363
  msgstr ""
364
 
365
- #: modules/widgets/top-posts.php:78
366
- msgid "Maximum number of posts to show (no more than 10):"
367
- msgstr "Göstəriləcək yazıların maksimal miqdarı (ən çox 10):"
368
 
369
- #: modules/widgets/top-posts.php:83
370
- msgid "Display as:"
371
- msgstr "Görüntüləmə şəkli:"
372
 
373
- #: modules/widgets/top-posts.php:85
374
- msgid "Text List"
375
  msgstr ""
376
 
377
- #: modules/widgets/top-posts.php:86
378
- msgid "Image List"
379
- msgstr "Təsvir Siyahısı"
380
 
381
- #: modules/widgets/top-posts.php:87
382
- msgid "Image Grid"
383
- msgstr "Təsvir Toru"
384
 
385
- #: modules/widgets/gravatar-profile.php:216
386
- msgid "Links to services that you use across the web."
387
  msgstr ""
388
 
389
- #: modules/widgets/gravatar-profile.php:220
390
- msgid "Opens in new window"
391
- msgstr "Yeni pəncərədə açılır"
392
 
393
- #: modules/widgets/gravatar-profile.php:220
394
- msgid "Edit Your Profile"
395
- msgstr "Profilini redaktə et"
396
 
397
- #: modules/widgets/gravatar-profile.php:220
398
- msgid "What's a Gravatar?"
399
- msgstr "Gravatar nədir?"
400
 
401
- #: modules/widgets/image-widget.php:12
402
- msgid "Display an image in your sidebar"
403
- msgstr "Yan menyuda təsvirləri göstər"
404
 
405
- #: modules/widgets/image-widget.php:14
406
- msgid "Image (Jetpack)"
407
  msgstr ""
408
 
409
- #: modules/widgets/image-widget.php:123
410
- msgid "Image URL:"
411
- msgstr "Təsvir URL:"
412
 
413
- #: modules/widgets/image-widget.php:126
414
- msgid "Alternate text:"
415
- msgstr "Alternativ mətn:"
416
 
417
- #: modules/widgets/image-widget.php:129
418
- msgid "Image title:"
419
- msgstr "Təsvirin adı:"
420
 
421
- #: modules/widgets/image-widget.php:132
422
- msgid "Caption:"
423
- msgstr "Bağlıq:"
424
 
425
- #: modules/widgets/image-widget.php:138
426
- msgid "Left"
427
- msgstr "Sol"
428
 
429
- #: modules/widgets/image-widget.php:139
430
- msgid "Center"
431
- msgstr "Mərkəz"
432
 
433
- #: modules/widgets/image-widget.php:140
434
- msgid "Right"
435
- msgstr "Sağ"
436
 
437
- #: modules/widgets/image-widget.php:142
438
- msgid "Image Alignment:"
439
- msgstr "Təsvir Tarazlığı:"
440
 
441
- #: modules/widgets/image-widget.php:152
442
- msgid "Width:"
443
- msgstr "En:"
444
 
445
- #: modules/widgets/image-widget.php:155
446
- msgid "Height:"
447
- msgstr "Yüksəklik:"
 
 
 
448
 
449
- #: modules/widgets/image-widget.php:158
450
- msgid "If empty, we will attempt to determine the image size."
451
- msgstr "Əgər boşdursa, biz təsvirin ölçüsünü təyin etməyə çalışacağıq."
452
 
453
- #: modules/widgets/image-widget.php:159
454
- msgid "Link URL (when the image is clicked):"
455
- msgstr "Bağlantı URL (təsvirə tıklandığında):"
456
 
457
- #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
458
- msgid "Send To Readmill"
459
  msgstr ""
460
 
461
- #: modules/widgets/readmill.php:13
462
- msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
463
  msgstr ""
464
 
465
- #: modules/widgets/readmill.php:47
466
- msgid "Just enter the URL to your book, make sure it's a PDF or EPUB file, and you are ready to go. For more help, head to <a href='%s'>the Readmill WordPress Widget support page</a>."
467
  msgstr ""
468
 
469
- #: modules/widgets/readmill.php:55
470
- msgid "Download URL:"
 
 
 
 
 
 
 
 
 
 
 
 
471
  msgstr ""
472
 
473
- #: modules/widgets/readmill.php:60
474
- msgid "Item URL:"
475
- msgstr "Maddə URL:"
 
 
 
476
 
477
- #: modules/widgets/readmill.php:65
478
- msgid "What size icon?"
 
 
 
 
 
 
 
 
479
  msgstr ""
480
 
481
- #: modules/widgets/readmill.php:67 modules/widgets/rsslinks-widget.php:101
482
- msgid "Large"
483
- msgstr "Böyük"
484
 
485
- #: modules/widgets/readmill.php:68 modules/widgets/rsslinks-widget.php:99
486
- msgid "Small"
487
- msgstr "Kiçik"
488
 
489
- #: modules/widgets/readmill.php:125
490
- msgid "Your ePub link is empty. Provide an ePub link to display the Send to Readmill widget."
491
  msgstr ""
492
 
493
- #: modules/widgets/facebook-likebox.php:183
494
- msgid "Show Border"
495
  msgstr ""
496
 
497
- #: modules/widgets/facebook-likebox.php:185
498
- msgid "Show a border around the plugin."
499
  msgstr ""
500
 
501
- #: modules/widgets/facebook-likebox.php:192
502
- msgid "Show Wall"
503
  msgstr ""
504
 
505
- #: modules/widgets/facebook-likebox.php:194
506
- msgid "Show the wall for a Places page rather than friend activity."
507
  msgstr ""
508
 
509
- #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
510
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
511
- #: modules/widgets/twitter-timeline.php:161
512
- #: modules/widgets/upcoming-events.php:40
513
- #: modules/widgets/wordpress-post-widget.php:147
514
- msgid "Title:"
515
- msgstr "Başlıq:"
516
 
517
- #: modules/widgets/gallery/templates/form.php:10
518
- msgid "Images:"
519
- msgstr "Təsvirlər:"
520
 
521
- #: modules/widgets/gallery/templates/form.php:39
522
- msgid "Choose Images"
 
523
  msgstr ""
524
 
525
- #: modules/widgets/gallery/templates/form.php:43
526
- msgid "Link To:"
527
  msgstr ""
528
 
529
- #: modules/widgets/gallery/templates/form.php:58
530
- msgid "Random Order:"
531
- msgstr "Qarışıq Sıra:"
532
 
533
- #: modules/widgets/gallery/templates/form.php:69
534
- msgid "Style:"
535
- msgstr "Stil:"
536
 
537
- #: modules/widgets/gallery.php:20
538
- msgid "Display a photo gallery or slideshow"
539
- msgstr "Fotoqalereya və ya slaydşou göstər"
540
 
541
- #: modules/widgets/gallery.php:327
542
- msgid "Tiles"
 
543
  msgstr ""
544
 
545
- #: modules/widgets/gallery.php:335
546
- msgid "Attachment Page"
547
- msgstr "Əlavə səhifəsi"
548
 
549
- #: modules/widgets/gallery.php:336
550
- msgid "Media File"
551
- msgstr "Media faylı"
 
552
 
553
- #: modules/widgets/gravatar-profile.php:21
554
- msgid "Gravatar Profile"
555
- msgstr "Gravatar Profili"
556
 
557
- #: modules/widgets/gravatar-profile.php:24
558
- msgid "Display a mini version of your Gravatar Profile"
559
- msgstr "Gravatar Profilinizin mini versiyasını göstərin"
560
 
561
- #: modules/widgets/gravatar-profile.php:41
562
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
563
- msgstr "<a href=\"%s\">Gravatar Profil vidceti</a> içində nə göstərmək istədiyinizi seçməlisiniz."
564
 
565
- #: modules/widgets/gravatar-profile.php:95
566
- msgid "View Full Profile &rarr;"
567
- msgstr "Tam Profilə Bax &rarr;"
568
 
569
- #: modules/widgets/gravatar-profile.php:103
570
- msgid "Error loading profile"
571
- msgstr "Profil yükləmə xətası"
572
 
573
- #: modules/widgets/gravatar-profile.php:115
574
- msgid "Personal Links"
575
- msgstr "Fərdi Bağlantılar"
576
 
577
- #: modules/widgets/gravatar-profile.php:138
578
- msgid "Verified Services"
579
- msgstr "Təsdiqlənmiş Servislər"
580
 
581
- #: modules/widgets/gravatar-profile.php:149
582
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
583
- msgid "%1$s on %2$s"
584
- msgstr "%2$s üzərində %1$s"
585
 
586
- #: modules/widgets/gravatar-profile.php:183
587
- msgid "Select a user or pick \"custom\" and enter a custom email address."
588
  msgstr ""
589
 
590
- #: modules/widgets/gravatar-profile.php:187
591
- msgid "Custom"
592
- msgstr "Özəl"
593
 
594
- #: modules/widgets/gravatar-profile.php:197
595
- msgid "Custom Email Address"
596
- msgstr "Özəl E-poçt Ünvanı"
597
 
598
- #: modules/widgets/gravatar-profile.php:205
599
- msgid "Show Personal Links"
600
- msgstr "Fərdi Bağlantıları Göstər"
601
 
602
- #: modules/widgets/gravatar-profile.php:207
603
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
604
- msgstr ""
605
 
606
- #: modules/widgets/gravatar-profile.php:214
607
- msgid "Show Account Links"
608
- msgstr "Hesab Bağlantılarını Göstər"
609
 
610
- #: modules/widget-visibility/widget-conditions.php:90
611
- msgid "Search results"
612
- msgstr "Axtarışın nəticələri"
613
 
614
- #: modules/widget-visibility/widget-conditions.php:91
615
- msgid "Post type:"
616
- msgstr "Yazı növü:"
617
 
618
- #: modules/widget-visibility/widget-conditions.php:104
619
- msgid "Static page:"
620
- msgstr "Statik səhifə:"
621
 
622
- #: modules/widget-visibility/widget-conditions.php:146
623
- msgid "Visibility"
624
- msgstr "Görünmə dərəcəsi"
625
 
626
- #: modules/widget-visibility/widget-conditions.php:149
627
- msgctxt "placeholder: dropdown menu to select widget visibility; hide if or show if"
628
- msgid "%s if:"
629
  msgstr ""
630
 
631
- #: modules/widget-visibility/widget-conditions.php:149
632
- msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
633
- msgid "Show"
634
- msgstr "Göstər"
635
 
636
- #: modules/widget-visibility/widget-conditions.php:149
637
- msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
638
- msgid "Hide"
639
- msgstr "Gizlət"
640
 
641
- #: modules/widget-visibility/widget-conditions.php:160
642
- msgctxt "Used as the default option in a dropdown list"
643
- msgid "-- Select --"
644
- msgstr "-- Seç --"
645
-
646
- #: modules/widget-visibility/widget-conditions.php:161
647
- msgid "Category"
648
- msgstr "Kateqoriya"
649
-
650
- #: modules/widget-visibility/widget-conditions.php:162
651
- msgctxt "Noun, as in: \"The author of this post is...\""
652
- msgid "Author"
653
- msgstr "Müəllif"
654
-
655
- #: modules/widget-visibility/widget-conditions.php:163
656
- msgctxt "Noun, as in: \"This post has one tag.\""
657
- msgid "Tag"
658
- msgstr "Etiket"
659
-
660
- #: modules/widget-visibility/widget-conditions.php:164
661
- msgctxt "Noun, as in: \"This page is a date archive.\""
662
- msgid "Date"
663
- msgstr "Tarix"
664
-
665
- #: modules/widget-visibility/widget-conditions.php:165
666
- msgctxt "Example: The user is looking at a page, not a post."
667
- msgid "Page"
668
- msgstr "Səhifə"
669
-
670
- #: modules/widget-visibility/widget-conditions.php:167
671
- msgctxt "Widget Visibility: {Rule Major [Page]} is {Rule Minor [Search results]}"
672
- msgid "is"
673
  msgstr ""
674
 
675
- #: modules/widget-visibility/widget-conditions.php:171
676
- msgctxt "Shown between widget visibility conditions."
677
- msgid "or"
678
- msgstr "və ya"
679
-
680
- #: modules/widget-visibility/widget-conditions.php:174
681
- msgid "Delete"
682
- msgstr "Sil"
683
-
684
- #: modules/widgets/facebook-likebox.php:31
685
- msgid "Facebook Like Box"
686
- msgstr "Facebook Bəyənmə Qutusu"
687
-
688
- #: modules/widgets/facebook-likebox.php:34
689
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
690
- msgstr "Facebook səhifənizə ziyarətçilərinizin qoşulması üçün Facebook Bəyənmə Qutusunu göstər"
691
-
692
- #: modules/widgets/facebook-likebox.php:48
693
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
694
- msgstr "Facebook URL səhv konfiqurasiya edilmiş kimi görünür. Lütfən <a href=\"%s\">vidcet parametrlərinizdən</a> yoxlayın."
695
-
696
- #: modules/widgets/facebook-likebox.php:131
697
- msgid "Facebook Page URL"
698
- msgstr "Facebook Səhifəsinin URL-i"
699
 
700
- #: modules/widgets/facebook-likebox.php:134
701
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
702
  msgstr ""
703
 
704
- #: modules/widgets/facebook-likebox.php:140
705
- msgid "Width"
706
- msgstr "En"
707
-
708
- #: modules/widgets/facebook-likebox.php:147
709
- msgid "Height"
710
- msgstr "Yüksəklik"
711
-
712
- #: modules/widgets/facebook-likebox.php:165
713
- msgid "Show Faces"
714
  msgstr ""
715
 
716
- #: modules/widgets/facebook-likebox.php:167
717
- msgid "Show profile photos in the plugin."
718
  msgstr ""
719
 
720
- #: modules/widgets/facebook-likebox.php:174
721
- msgid "Show Stream"
722
  msgstr ""
723
 
724
- #: modules/widgets/facebook-likebox.php:176
725
- msgid "Show the profile stream for the public profile."
726
  msgstr ""
727
 
728
- #: modules/videopress/videopress.php:340
729
- msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
730
  msgstr ""
731
 
732
- #: modules/videopress/videopress.php:341
733
- msgid "Browse Your VideoPress Library"
734
  msgstr ""
735
 
736
- #: modules/videopress/videopress.php:342
737
- msgid "Please enable JavaScript support in your browser to use VideoPress."
738
  msgstr ""
739
 
740
- #: modules/videopress/videopress.php:589
741
- msgid "Please select a video file to upload."
742
  msgstr ""
743
 
744
- #: modules/videopress/videopress.php:590
745
- msgid "Your video is uploading... Please do not close this window."
746
  msgstr ""
747
 
748
- #: modules/videopress/videopress.php:591
749
- msgid "An unknown error has occurred. Please try again later."
750
- msgstr ""
751
 
752
- #: modules/videopress/videopress.php:592
753
- msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
754
- msgstr ""
755
 
756
- #: modules/videopress/videopress.php:594
757
- msgid "Upload a Video"
758
- msgstr ""
759
 
760
- #: modules/videopress/videopress.php:595
761
- msgid "Insert Video"
762
- msgstr "Video əlavə et"
763
 
764
- #: modules/videopress/videopress.php:628
765
- msgid "Ogg File URL"
766
- msgstr "Ogg Fayl URL"
767
 
768
- #: modules/videopress/videopress.php:630
769
- msgid "Location of the Ogg video file."
770
- msgstr ""
771
 
772
- #: modules/videopress/videopress.php:638
773
- msgid "Display share menu and allow viewers to embed or download this video"
774
- msgstr ""
775
 
776
- #: modules/videopress/videopress.php:644
777
- msgid "Rating"
778
- msgstr "Reytinq"
779
 
780
- #: modules/videopress/videopress.php:657
781
- msgid "Shortcode"
782
- msgstr "Qısa kod"
783
 
784
- #: modules/videopress/videopress.php:664
785
- msgid "The preview is unavailable while this video is being processed."
786
- msgstr ""
787
 
788
- #: modules/videopress/videopress.php:673
789
- msgid "Video Preview:"
790
- msgstr ""
791
 
792
- #: modules/videopress/videopress.php:707
793
- msgid "Use the form below to upload a video to your VideoPress Library. The following video formats are supported: %s. Maximum upload file size is %d%s."
794
- msgstr ""
795
 
796
- #: modules/videopress/videopress.php:710
797
- msgid "Upload Video"
798
- msgstr ""
799
 
800
- #: modules/widget-visibility/widget-conditions.php:34
801
- msgid "All category pages"
802
- msgstr "Bütün kateqoriya səhifələri"
 
803
 
804
- #: modules/widget-visibility/widget-conditions.php:48
805
- msgid "All author pages"
806
- msgstr "Bütün müəllif səhifələri"
807
 
808
- #: modules/widget-visibility/widget-conditions.php:59
809
- msgid "All tag pages"
810
- msgstr "Bütün etiket səhifələri"
811
 
812
- #: modules/widget-visibility/widget-conditions.php:73
813
- msgid "All date archives"
814
- msgstr "Bütün tarix arxivləri"
815
 
816
- #: modules/widget-visibility/widget-conditions.php:74
817
- msgid "Daily archives"
818
- msgstr "Günlük arxivlər"
819
 
820
- #: modules/widget-visibility/widget-conditions.php:75
821
- msgid "Monthly archives"
822
- msgstr "Aylıq arxivlər"
823
 
824
- #: modules/widget-visibility/widget-conditions.php:76
825
- msgid "Yearly archives"
826
- msgstr "İllik arxivlər"
827
 
828
- #: modules/widget-visibility/widget-conditions.php:87
829
- msgid "Front page"
830
- msgstr "Ön səhifə"
831
 
832
- #: modules/widget-visibility/widget-conditions.php:88
833
- msgid "Posts page"
834
- msgstr "Yazı səhifəsi"
835
 
836
- #: modules/widget-visibility/widget-conditions.php:89
837
- msgid "404 error page"
838
- msgstr "404 xəta səhifəsi"
839
 
840
- #: modules/videopress/class.videopress-player.php:382
841
- msgctxt "watch a video title"
842
- msgid "Watch: %s"
843
- msgstr ""
844
 
845
- #: modules/videopress/class.videopress-player.php:478
846
- #: modules/videopress/class.videopress-player.php:500
847
- msgid "this video"
848
- msgstr ""
849
 
850
- #: modules/videopress/class.videopress-player.php:507
851
- msgctxt "Play as in playback or view a movie"
852
- msgid "JavaScript required to play %s."
853
- msgstr ""
854
 
855
- #: modules/videopress/class.videopress-player.php:654
856
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
857
- msgstr ""
858
 
859
- #: modules/videopress/class.videopress-player.php:661
860
- msgid "Loading video..."
861
- msgstr "Video yüklənir..."
862
 
863
- #: modules/videopress/class.videopress-video.php:306
864
- 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."
865
- msgstr ""
866
 
867
- #: modules/videopress/class.videopress-video.php:308
868
- msgid "<strong>%s</strong> is not an allowed embed site."
869
- msgstr ""
870
 
871
- #: modules/videopress/class.videopress-video.php:308
872
- msgid "Publisher limits playback of video embeds."
873
- msgstr ""
874
 
875
- #: modules/videopress/class.videopress-video.php:310
876
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
877
- msgstr ""
878
 
879
- #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
880
- msgid "Could not obtain a VideoPress upload token. Please try again later."
 
881
  msgstr ""
882
 
883
- #: modules/videopress/videopress.php:264
884
- msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
885
  msgstr ""
886
 
887
- #: modules/videopress/videopress.php:269
888
- msgid "Connected WordPress.com Blog"
889
- msgstr ""
890
 
891
- #: modules/videopress/videopress.php:278
892
- msgid "Only videos from the selected blog will be available in your media library."
893
  msgstr ""
894
 
895
- #: modules/videopress/videopress.php:279
896
- msgid "<a href=\"%s\">Click here</a> to refresh this list."
897
- msgstr ""
 
898
 
899
- #: modules/videopress/videopress.php:285
900
- msgid "Video Library Access"
901
- msgstr ""
902
 
903
- #: modules/videopress/videopress.php:289
904
- msgid "Do not allow other users to access my VideoPress library"
905
- msgstr ""
906
 
907
- #: modules/videopress/videopress.php:291
908
- msgid "Allow users to access my videos"
909
- msgstr ""
910
 
911
- #: modules/videopress/videopress.php:293
912
- msgid "Allow users to access and edit my videos"
913
- msgstr ""
914
 
915
- #: modules/videopress/videopress.php:295
916
- msgid "Allow users to access, edit, and delete my videos"
917
- msgstr ""
918
 
919
- #: modules/videopress/videopress.php:298
920
- msgid "Allow users to upload videos"
921
- msgstr ""
922
 
923
- #: modules/videopress/videopress.php:303
924
- msgid "Free formats"
925
- msgstr ""
926
 
927
- #: modules/videopress/videopress.php:307
928
- msgid "Only display videos in free software formats"
929
- msgstr ""
930
 
931
- #: modules/videopress/videopress.php:308
932
- msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
933
- msgstr "Theora video və Vorbis audio ilə Ogg fayl konteyneri. Internet Explorer və Safari kimi bəzi brauzerlərin, pulsuz proqramlara aid video formatlarını ifa etdirmədiklərini yadınızda saxlayın."
934
 
935
- #: modules/videopress/videopress.php:313
936
- msgid "Default quality"
937
- msgstr ""
938
 
939
- #: modules/videopress/videopress.php:317
940
- msgid "Display higher quality video by default."
941
- msgstr "Yüksək keyfiyyətli videolar mövcud olan olaraq göstərilsin."
942
 
943
- #: modules/videopress/videopress.php:318
944
- msgid "This setting may be overridden for individual videos."
945
- msgstr ""
946
 
947
- #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
948
- #: modules/videopress/videopress.php:593
949
- msgid "VideoPress Library"
950
- msgstr ""
951
 
952
- #: modules/subscriptions.php:600
953
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
954
  msgstr ""
955
 
956
- #: modules/subscriptions.php:609
957
- msgid "The email you entered was invalid, please check and try again."
958
- msgstr ""
959
 
960
- #: modules/subscriptions.php:612
961
- msgid "You have already subscribed to this site, please check your inbox."
962
- msgstr ""
963
 
964
- #: modules/subscriptions.php:618
965
- msgid "There was an error when subscribing, please try again."
 
 
 
966
  msgstr ""
 
 
 
967
 
968
- #: modules/subscriptions.php:631
969
- msgid "Join %s other subscriber"
970
- msgid_plural "Join %s other subscribers"
971
- msgstr[0] ""
972
- msgstr[1] ""
973
-
974
- #: modules/subscriptions.php:708
975
- msgid "Subscribe to Blog via Email"
976
  msgstr ""
 
 
 
 
 
977
 
978
- #: modules/subscriptions.php:709
979
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
980
- msgstr ""
981
 
982
- #: modules/subscriptions.php:711
983
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
984
- msgstr ""
985
 
986
- #: modules/subscriptions.php:727
987
- msgid "%s: %s"
988
- msgstr "%s: %s"
989
 
990
- #: modules/subscriptions.php:734 modules/widgets/image-widget.php:120
991
- msgid "Widget title:"
992
- msgstr "Vidcet başlığı:"
993
 
994
- #: modules/subscriptions.php:740
995
- msgid "Optional text to display to your readers:"
996
- msgstr ""
997
 
998
- #: modules/subscriptions.php:746
999
- msgid "Subscribe Button:"
1000
- msgstr ""
1001
 
1002
- #: modules/subscriptions.php:753
1003
- msgid "Show total number of subscribers? (%s subscriber)"
1004
- msgid_plural "Show total number of subscribers? (%s subscribers)"
1005
- msgstr[0] ""
1006
- msgstr[1] ""
1007
 
1008
- #: modules/theme-tools/featured-content.php:388
1009
- #: modules/theme-tools/featured-content.php:399
1010
- msgid "Featured Content"
1011
- msgstr "Özəl mühtəviyyat"
1012
 
1013
- #: modules/theme-tools/featured-content.php:400
1014
- msgid "Easily feature all posts with the <a href=\"%1$s\">\"featured\" tag</a> or a tag of your choice. Your theme supports up to %2$s posts in its featured content area."
1015
- msgstr ""
1016
 
1017
- #: modules/theme-tools/featured-content.php:418
1018
- msgid "Tag name"
1019
- msgstr "Etiket adı"
1020
 
1021
- #: modules/theme-tools/featured-content.php:424
1022
- msgid "Hide tag from displaying in post meta and tag clouds."
1023
- msgstr "Etiketi yazı meta və etiket buludunda gizlət."
1024
 
1025
- #: modules/theme-tools/featured-content.php:443
1026
- msgid "The settings for Featured Content have <a href=\"%s\">moved to Appearance &rarr; Customize</a>."
1027
- msgstr ""
1028
 
1029
- #: modules/theme-tools/social-links.php:157
1030
- msgid "&mdash; Select &mdash;"
1031
- msgstr "&mdash; Seç &mdash;"
1032
 
1033
- #: modules/tiled-gallery/tiled-gallery.php:319
1034
- msgid "Tiled Mosaic"
1035
  msgstr ""
1036
 
1037
- #: modules/tiled-gallery/tiled-gallery.php:320 modules/widgets/gallery.php:328
1038
- msgid "Square Tiles"
1039
  msgstr ""
1040
 
1041
- #: modules/tiled-gallery/tiled-gallery.php:321 modules/widgets/gallery.php:329
1042
- msgid "Circles"
1043
  msgstr ""
1044
 
1045
- #: modules/tiled-gallery/tiled-gallery.php:350
1046
- msgid "Display all your gallery pictures in a cool mosaic."
1047
- msgstr "Bütün qalereya təsvirlərinizi xoş bir mozaika şəklində göstərin."
1048
 
1049
- #: modules/videopress/class.videopress-player.php:195
1050
- msgid "%s Error"
1051
- msgstr "%s Xəta"
1052
-
1053
- #: modules/videopress/class.videopress-player.php:230
1054
- msgid "This video is intended for mature audiences."
1055
- msgstr ""
1056
-
1057
- #: modules/videopress/class.videopress-player.php:230
1058
- msgid "Please verify your birthday."
1059
- msgstr ""
1060
 
1061
- #: modules/videopress/class.videopress-player.php:280
1062
- msgid "Submit"
1063
- msgstr "Göndər"
 
 
1064
 
1065
- #: modules/videopress/class.videopress-player.php:326
1066
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
1067
- msgstr ""
 
 
1068
 
1069
- #: modules/stats.php:765
1070
- msgid "Show top posts over"
1071
- msgstr "Ən çox oxunanları göstərmə kriteriyası:"
1072
 
1073
- #: modules/stats.php:778
1074
- msgid "Show top search terms over"
1075
- msgstr "Əsas axtarış kriteriyalarını göstər"
1076
 
1077
- #: modules/stats.php:944
1078
- msgid "%1$s %2$s Views"
1079
- msgstr ""
1080
 
1081
- #: modules/stats.php:965
1082
- msgid "View All"
1083
- msgstr "Tamamına Bax"
1084
 
1085
- #: modules/stats.php:969
1086
- msgid "Top Posts"
1087
- msgstr "Ən çox oxunan yazılar"
1088
 
1089
- #: modules/stats.php:973 modules/stats.php:997
1090
- msgid "Sorry, nothing to report."
1091
- msgstr ""
1092
 
1093
- #: modules/stats.php:993
1094
- msgid "Top Searches"
1095
- msgstr "Ən populyar axtarışlar"
1096
 
1097
- #: modules/stats.php:1021
1098
- msgid "We were unable to get your stats just now. Please reload this page to try again."
1099
  msgstr ""
1100
 
1101
- #: modules/stats.php:1028
1102
- 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."
1103
- msgstr ""
1104
 
1105
- #: modules/subscriptions.php:123
1106
- msgid "Jetpack Subscriptions Settings"
1107
- msgstr ""
1108
 
1109
- #: modules/subscriptions.php:132
1110
- msgid "Follow Blog"
1111
- msgstr "Bloqu İzlə"
1112
 
1113
- #: modules/subscriptions.php:147
1114
- msgid "Follow Comments"
1115
- msgstr "Şərhləri İzlə"
1116
 
1117
- #: modules/subscriptions.php:168
1118
- msgid "Follower Settings"
1119
- msgstr "İzləyici Parametrləri"
 
1120
 
1121
- #: modules/subscriptions.php:175
1122
- msgid "Blog follow email text"
1123
- msgstr ""
1124
 
1125
- #: modules/subscriptions.php:183
1126
- msgid "Comment follow email text"
1127
  msgstr ""
1128
 
1129
- #: modules/subscriptions.php:197
1130
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
1131
  msgstr ""
1132
 
1133
- #: modules/subscriptions.php:212
1134
- msgid "Show a <em>'follow blog'</em> option in the comment form"
1135
- msgstr ""
 
1136
 
1137
- #: modules/subscriptions.php:227
1138
- msgid "Show a <em>'follow comments'</em> option in the comment form"
1139
- msgstr ""
 
1140
 
1141
- #: modules/subscriptions.php:252
1142
- msgid "These settings change emails sent from your blog to followers."
1143
- msgstr ""
1144
 
1145
- #: modules/subscriptions.php:258
1146
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
1147
- msgstr ""
 
1148
 
1149
- #: modules/subscriptions.php:264
1150
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
1151
- msgstr ""
 
1152
 
1153
- #: modules/subscriptions.php:269
1154
- msgid ""
1155
- "Howdy.\n"
1156
- "\n"
1157
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
1158
- "\n"
1159
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1160
- msgstr ""
1161
 
1162
- #: modules/subscriptions.php:270
1163
- msgid ""
1164
- "Howdy.\n"
1165
- "\n"
1166
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
1167
- "\n"
1168
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1169
- msgstr ""
1170
 
1171
- #: modules/subscriptions.php:472
1172
- msgid "Notify me of follow-up comments by email."
1173
- msgstr ""
1174
 
1175
- #: modules/subscriptions.php:479
1176
- msgid "Notify me of new posts by email."
1177
  msgstr ""
1178
 
1179
- #: modules/subscriptions.php:557
1180
- msgid "Add an email signup form to allow people to subscribe to your blog."
1181
- msgstr ""
 
1182
 
1183
- #: modules/subscriptions.php:560
1184
- msgid "Blog Subscriptions (Jetpack)"
1185
  msgstr ""
1186
 
1187
- #: modules/sso.php:745
1188
- msgid "Two step Disabled"
1189
  msgstr ""
1190
 
1191
- #: modules/sso.php:751
1192
- msgid "Unlink This Account"
1193
- msgstr ""
1194
 
1195
- #: modules/stats.php:266 modules/stats.php:700
1196
- msgid "Site Stats"
1197
- msgstr "Sayt Statistikası"
1198
 
1199
- #: modules/stats.php:351
1200
- msgid "Loading&hellip;"
1201
- msgstr "Yüklənir&hellip;"
1202
 
1203
- #: modules/stats.php:353
1204
- msgid "Your Site Stats work better with Javascript enabled."
1205
  msgstr ""
1206
 
1207
- #: modules/stats.php:354
1208
- msgid "View Site Stats without Javascript"
1209
- msgstr ""
1210
 
1211
- #: modules/stats.php:536
1212
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
1213
- msgstr ""
1214
 
1215
- #: modules/stats.php:541
1216
- msgid "Admin bar"
1217
  msgstr ""
1218
 
1219
- #: modules/stats.php:542
1220
- msgid "Put a chart showing 48 hours of views in the admin bar."
1221
- msgstr ""
1222
 
1223
- #: modules/stats.php:543
1224
- msgid "Registered users"
1225
- msgstr ""
1226
 
1227
- #: modules/stats.php:545
1228
- msgid "Count the page views of registered users who are logged in."
1229
- msgstr ""
1230
 
1231
- #: modules/stats.php:555
1232
- msgid "Smiley"
1233
  msgstr ""
1234
 
1235
- #: modules/stats.php:556
1236
- msgid "Hide the stats smiley face image."
1237
- msgstr ""
1238
 
1239
- #: modules/stats.php:556
1240
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
1241
  msgstr ""
1242
 
1243
- #: modules/stats.php:556
1244
- msgid "Smiley face"
1245
- msgstr ""
1246
-
1247
- #: modules/stats.php:557
1248
- msgid "Report visibility"
1249
- msgstr ""
1250
-
1251
- #: modules/stats.php:559
1252
- msgid "Select the roles that will be able to view stats reports."
1253
- msgstr ""
1254
-
1255
- #: modules/stats.php:634
1256
- msgid "Stats"
1257
- msgstr "Statistikalar"
1258
 
1259
- #: modules/stats.php:636
1260
- msgid "Views over 48 hours. Click for more Site Stats."
 
1261
  msgstr ""
1262
 
1263
- #: modules/stats.php:721
1264
- msgid "day"
1265
- msgstr "gün"
1266
-
1267
- #: modules/stats.php:722
1268
- msgid "week"
1269
- msgstr "həftə"
1270
-
1271
- #: modules/stats.php:723
1272
- msgid "month"
1273
- msgstr "ay"
1274
 
1275
- #: modules/stats.php:726
1276
- msgid "the past day"
1277
- msgstr "Ötən gün"
 
 
1278
 
1279
- #: modules/stats.php:727
1280
- msgid "the past week"
1281
- msgstr "Ötən həftə"
1282
 
1283
- #: modules/stats.php:728
1284
- msgid "the past month"
1285
- msgstr "ötən ay"
1286
 
1287
- #: modules/stats.php:729
1288
- msgid "the past quarter"
1289
- msgstr "ötən rüb"
1290
 
1291
- #: modules/stats.php:730
1292
- msgid "the past year"
1293
- msgstr "Ötən il"
1294
 
1295
- #: modules/stats.php:752
1296
- msgid "Chart stats by"
1297
- msgstr "Statistikaları göstərmə kriteriyası"
1298
 
1299
- #: modules/sharedaddy/sharing.php:387
1300
- msgid "Create Share Button"
1301
- msgstr "Paylaşma Düyməsi Yarat"
 
 
1302
 
1303
- #: modules/sharedaddy/sharing.php:399
1304
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
1305
- msgstr "Yeni paylaşma servisi yaratmaq baş tutmadı - gərəkli məlumatları doğru daxil etdiyinizdən əmin olun."
1306
 
1307
- #: modules/shortcodes/archives.php:58
1308
- msgid "Your blog does not currently have any published posts."
 
 
1309
  msgstr ""
1310
 
1311
- #: modules/shortcodes/audio.php:202
1312
- msgid "Download: <a href=\"%s\">%s</a><br />"
1313
- msgstr "Endir: <a href=\"%s\">%s</a><br />"
1314
 
1315
- #: modules/shortcodes/presentations.php:227
1316
- msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
1317
- msgstr ""
1318
 
1319
- #: modules/shortcodes/presentations.php:243
1320
- msgid "Click to autoplay the presentation!"
1321
- msgstr ""
1322
 
1323
- #: modules/shortcodes/slideshow.php:60 modules/widgets/gallery.php:330
1324
- msgid "Slideshow"
1325
- msgstr "Slaydşou"
1326
 
1327
- #: modules/shortcodes/slideshow.php:65
1328
- msgid "Image Gallery Slideshow"
1329
- msgstr ""
1330
 
1331
- #: modules/shortcodes/slideshow.php:177
1332
- msgid "Click to view slideshow."
1333
- msgstr "Slaydşouya baxmaq üçün tıklayın."
 
 
1334
 
1335
- #: modules/shortcodes/slideshow.php:206
1336
- msgid "This slideshow requires JavaScript."
1337
- msgstr "Bu slaydşou üçün JavaScript lazımdır."
1338
 
1339
- #: modules/shortcodes/twitter-timeline.php:17
1340
- msgid "Invalid username"
1341
- msgstr "Keçərsiz istifadəçi adı"
 
1342
 
1343
- #: modules/shortcodes/twitter-timeline.php:20
1344
- msgid "Invalid id"
1345
- msgstr "Keçərsiz id"
 
 
1346
 
1347
- #: modules/shortcodes/twitter-timeline.php:22
1348
- msgid "Tweets by @%s"
1349
- msgstr "@%s tweetləri"
1350
 
1351
- #: modules/shortcodes/upcoming-events.php:23
1352
- #: modules/widgets/upcoming-events.php:79
1353
- msgid "No upcoming events"
1354
- msgstr "Gələcək tədbir yoxdur"
1355
 
1356
- #: modules/sso.php:128
1357
- msgid "Jetpack Single Sign On"
1358
  msgstr ""
1359
 
1360
- #: modules/sso.php:145
1361
- msgid "Remove default login form?"
1362
  msgstr ""
1363
 
1364
- #: modules/sso.php:163
1365
- msgid "Require Two-Step Authentication?"
1366
- msgstr ""
1367
 
1368
- #: modules/sso.php:293
1369
- msgid "Error: This site's Jetpack connection is currently experiencing problems."
1370
- msgstr ""
1371
 
1372
- #: modules/sso.php:427
1373
- msgid "Error, invalid response data."
1374
- msgstr ""
 
 
 
1375
 
1376
- #: modules/sso.php:479
1377
- msgid "Error: Couldn't create suitable username."
1378
- msgstr ""
 
1379
 
1380
- #: modules/sso.php:592
1381
- msgid "Log in with WordPress.com"
1382
- msgstr ""
 
1383
 
1384
- #: modules/sso.php:667
1385
- msgid "Login method not allowed"
1386
- msgstr ""
1387
 
1388
- #: modules/sso.php:674
1389
- msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
1390
- msgstr ""
1391
 
1392
- #: modules/sso.php:676
1393
- msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
1394
- msgstr ""
1395
 
1396
- #: modules/sso.php:727
1397
- msgid "WordPress.com Single Sign On"
1398
- msgstr ""
1399
 
1400
- #: modules/sso.php:728
1401
- msgid "Connecting with WordPress.com SSO enables you to log in via your WordPress.com account."
1402
- msgstr ""
 
 
1403
 
1404
- #: modules/sso.php:743
1405
- msgid "Two step Enabled"
1406
- msgstr ""
1407
 
1408
- #: modules/sharedaddy/sharing-sources.php:1275
1409
- msgid "Click to share on Pocket"
1410
- msgstr ""
1411
 
1412
- #: modules/sharedaddy/sharing.php:153
1413
- msgid "Warning! Multibyte support missing!"
1414
- msgstr ""
1415
 
1416
- #: modules/sharedaddy/sharing.php:154
1417
- 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."
1418
  msgstr ""
1419
 
1420
- #: modules/sharedaddy/sharing.php:171
1421
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1422
- msgstr "Bloqunuza paylaşma düymələri əlavə edərək ziyarətçilərinizlə və dostlarınızla yazılarınızı paylaşa bilərsiniz."
1423
 
1424
- #: modules/sharedaddy/sharing.php:177
1425
- msgid "Available Services"
1426
- msgstr "Mövcud Servislər"
1427
 
1428
- #: modules/sharedaddy/sharing.php:178
1429
- msgid "Drag and drop the services you'd like to enable into the box below."
1430
- msgstr "Göstərmək istədiyiniz servisləri aşağıdakı qutuya sürükləyib buraxın."
 
 
 
 
 
 
 
 
 
 
1431
 
1432
- #: modules/sharedaddy/sharing.php:179
1433
- msgid "Add a new service"
1434
- msgstr "Yeni servis əlavə et"
 
1435
 
1436
- #: modules/sharedaddy/sharing.php:192
1437
- msgid "Please note that your services have been restricted because your site is private."
1438
- msgstr "Saytınız özəl olduğu üçün servislərinizin imkanları məhduddur."
 
1439
 
1440
- #: modules/sharedaddy/sharing.php:203
1441
- msgid "Enabled Services"
1442
- msgstr "Aktiv Servislər"
 
1443
 
1444
- #: modules/sharedaddy/sharing.php:206
1445
- msgid "Services dragged here will appear individually."
1446
- msgstr "Buraya sürüşdürülmüş servislər fərdi qaydada görünür."
 
1447
 
1448
- #: modules/sharedaddy/sharing.php:209
1449
- msgid "Drag and drop available services here."
1450
- msgstr "Mövcud servisləri buraya sürüşdür və burax"
 
1451
 
1452
- #: modules/sharedaddy/sharing.php:220
1453
- msgid "Services dragged here will be hidden behind a share button."
1454
- msgstr "Burada göstərilən servislər Paylaş düyməsinin arxasında gizlədiləcəkdir."
 
1455
 
1456
- #: modules/sharedaddy/sharing.php:235
1457
- msgid "Live Preview"
1458
- msgstr "Canlı Ön izləmə"
 
1459
 
1460
- #: modules/sharedaddy/sharing.php:238
1461
- msgid "Sharing is off. Add services above to enable."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1462
  msgstr ""
 
 
1463
 
1464
- #: modules/sharedaddy/sharing.php:304
1465
- msgid "Button style"
1466
- msgstr "Düymə stili"
 
1467
 
1468
- #: modules/sharedaddy/sharing.php:307
1469
- msgid "Icon + text"
1470
- msgstr "İkon + mətn"
 
1471
 
1472
- #: modules/sharedaddy/sharing.php:308
1473
- msgid "Icon only"
1474
- msgstr "Yalnız ikon"
1475
 
1476
- #: modules/sharedaddy/sharing.php:309
1477
- msgid "Text only"
1478
- msgstr "Yalnız mətn"
 
1479
 
1480
- #: modules/sharedaddy/sharing.php:310
1481
- msgid "Official buttons"
1482
- msgstr "Rəsmi düymələr"
1483
 
1484
- #: modules/sharedaddy/sharing.php:315
1485
- msgid "Sharing label"
1486
- msgstr "Paylaşma etiketi"
1487
 
1488
- #: modules/sharedaddy/sharing.php:321
1489
- msgid "Open links in"
1490
- msgstr "Bağlantını aç:"
1491
 
1492
- #: modules/sharedaddy/sharing.php:324
1493
- msgid "New window"
1494
- msgstr "Yeni pəncərədə"
1495
 
1496
- #: modules/sharedaddy/sharing.php:325
1497
- msgid "Same window"
1498
- msgstr "Eyni pəncərədə"
1499
 
1500
- #: modules/sharedaddy/sharing.php:363
1501
- msgid "Service name"
1502
- msgstr "Servis adı"
1503
 
1504
- #: modules/sharedaddy/sharing.php:369
1505
- msgid "Sharing URL"
1506
- msgstr "Paylaşma URL"
1507
 
1508
- #: modules/sharedaddy/sharing.php:373
1509
- msgid "You can add the following variables to your service sharing URL:"
 
1510
  msgstr ""
1511
 
1512
- #: modules/sharedaddy/sharing.php:378
1513
- msgid "Icon URL"
1514
- msgstr "Ikon URL"
1515
 
1516
- #: modules/sharedaddy/sharing.php:381
1517
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
 
 
 
 
 
1518
  msgstr ""
1519
 
1520
- #: modules/sharedaddy/sharing-sources.php:605
1521
- msgid "Click to share on LinkedIn"
1522
- msgstr "LinkedIn-də paylaşmaq üçün tıklayın"
1523
 
1524
- #: modules/sharedaddy/sharing-sources.php:668
1525
- msgid "Facebook"
1526
- msgstr "Facebook"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1527
 
1528
- #: modules/sharedaddy/sharing-sources.php:744
1529
- msgctxt "share to"
1530
- msgid "Facebook"
1531
- msgstr "Facebook"
1532
 
1533
- #: modules/sharedaddy/sharing-sources.php:744
1534
- msgid "Share on Facebook"
1535
- msgstr "Facebook-da paylaş"
 
 
1536
 
1537
- #: modules/sharedaddy/sharing-sources.php:775
1538
- msgid "Print"
1539
- msgstr "Çap et"
1540
 
1541
- #: modules/sharedaddy/sharing-sources.php:779
1542
- msgctxt "share to"
1543
- msgid "Print"
1544
- msgstr "Çap et"
1545
 
1546
- #: modules/sharedaddy/sharing-sources.php:779
1547
- msgid "Click to print"
1548
- msgstr "Çap etmək üçün tıklayın"
1549
 
1550
- #: modules/sharedaddy/sharing-sources.php:795
1551
- msgid "Press This"
1552
- msgstr "Press This"
1553
 
1554
- #: modules/sharedaddy/sharing-sources.php:823
1555
- msgctxt "share to"
1556
- msgid "Press This"
1557
- msgstr "Press This"
1558
 
1559
- #: modules/sharedaddy/sharing-sources.php:823
1560
- msgid "Click to Press This!"
1561
- msgstr "Press This üçün tıklayın!"
 
 
 
1562
 
1563
- #: modules/sharedaddy/sharing-sources.php:841
1564
- msgid "Google"
1565
- msgstr "Google"
 
 
1566
 
1567
- #: modules/sharedaddy/sharing-sources.php:854
1568
- msgctxt "share to"
1569
- msgid "Google"
1570
- msgstr "Google"
1571
 
1572
- #: modules/sharedaddy/sharing-sources.php:854
1573
- msgid "Click to share on Google+"
1574
- msgstr "Google+ paylaşmaq üçün yıklayın"
 
1575
 
1576
- #: modules/sharedaddy/sharing-sources.php:941
1577
- msgid "Click to share"
1578
- msgstr "Paylaşmaq üçün tıklayın"
1579
 
1580
- #: modules/sharedaddy/sharing-sources.php:996
1581
- msgid "URL"
1582
- msgstr "URL"
1583
 
1584
- #: modules/sharedaddy/sharing-sources.php:1001
1585
- msgid "Icon"
1586
- msgstr "İkon"
1587
 
1588
- #: modules/sharedaddy/sharing-sources.php:1008
1589
- msgid "Save"
1590
- msgstr "Qeyd et"
1591
 
1592
- #: modules/sharedaddy/sharing-sources.php:1009
1593
- msgid "Remove Service"
1594
- msgstr "Servisi Sil"
1595
 
1596
- #: modules/sharedaddy/sharing-sources.php:1088
1597
- msgid "Tumblr"
1598
- msgstr "Tumblr"
 
 
1599
 
1600
- #: modules/sharedaddy/sharing-sources.php:1099
1601
- msgctxt "share to"
1602
- msgid "Tumblr"
1603
- msgstr "Tumblr"
1604
 
1605
- #: modules/sharedaddy/sharing-sources.php:1099
1606
- msgid "Click to share on Tumblr"
1607
- msgstr "Tumblr-da paylaşmaq üçün tıklayın"
1608
 
1609
- #: modules/sharedaddy/sharing-sources.php:1135
1610
- msgid "Pinterest"
1611
- msgstr "Pinterest"
1612
 
1613
- #: modules/sharedaddy/sharing-sources.php:1179
1614
- msgid "Pin It"
1615
- msgstr ""
1616
 
1617
- #: modules/sharedaddy/sharing-sources.php:1181
1618
- msgctxt "share to"
1619
- msgid "Pinterest"
1620
- msgstr "Pinterest"
1621
 
1622
- #: modules/sharedaddy/sharing-sources.php:1181
1623
- msgid "Click to share on Pinterest"
1624
- msgstr "Pinterest-də paylaşmaq üçün tıklayın"
1625
 
1626
- #: modules/sharedaddy/sharing-sources.php:1252
1627
- #: modules/sharedaddy/sharing-sources.php:1270
1628
- msgid "Pocket"
1629
- msgstr "Cib"
 
1630
 
1631
- #: modules/sharedaddy/sharing-sources.php:1275
1632
- msgctxt "share to"
1633
- msgid "Pocket"
1634
  msgstr ""
1635
 
1636
- #: modules/sharedaddy/sharing-service.php:553
1637
- #: modules/videopress/videopress.php:635
1638
- msgid "Share"
1639
- msgstr "Paylaş"
1640
 
1641
- #: modules/sharedaddy/sharing-sources.php:208
1642
- msgctxt "as sharing source"
1643
- msgid "Email"
1644
- msgstr "E-poçt"
1645
 
1646
- #: modules/sharedaddy/sharing-sources.php:250
1647
- msgid "This post has been shared!"
1648
- msgstr "Bu yazı paylaşıldı!"
1649
 
1650
- #: modules/sharedaddy/sharing-sources.php:251
1651
- msgid "You have shared this post with %s"
1652
  msgstr ""
1653
 
1654
- #: modules/sharedaddy/sharing-sources.php:252
1655
- #: modules/videopress/videopress.php:676
1656
- msgid "Close"
1657
- msgstr "Bağla"
1658
-
1659
- #: modules/sharedaddy/sharing-sources.php:274
1660
- msgctxt "share to"
1661
- msgid "Email"
1662
- msgstr "E-poçt"
1663
 
1664
- #: modules/sharedaddy/sharing-sources.php:274
1665
- msgid "Click to email this to a friend"
1666
- msgstr "E-poçt ilə dostunuza göndərmək üçün tıklayın"
 
 
1667
 
1668
- #: modules/sharedaddy/sharing-sources.php:287
1669
- msgid "Send to Email Address"
1670
- msgstr "E-poçt ünvanına göndər"
1671
 
1672
- #: modules/sharedaddy/sharing-sources.php:295
1673
- msgid "Your Name"
1674
- msgstr "Adınız"
1675
 
1676
- #: modules/sharedaddy/sharing-sources.php:298
1677
- msgid "Your Email Address"
1678
- msgstr "Sizin e-poçt ünvanınız"
 
1679
 
1680
- #: modules/sharedaddy/sharing-sources.php:306
1681
- msgid "Send Email"
1682
- msgstr "E-poçt göndər"
1683
 
1684
- #: modules/sharedaddy/sharing-sources.php:310
1685
- msgid "Post was not sent - check your email addresses!"
1686
- msgstr ""
1687
 
1688
- #: modules/sharedaddy/sharing-sources.php:314
1689
- msgid "Email check failed, please try again"
1690
- msgstr ""
1691
 
1692
- #: modules/sharedaddy/sharing-sources.php:318
1693
- msgid "Sorry, your blog cannot share posts by email."
1694
- msgstr ""
1695
 
1696
- #: modules/sharedaddy/sharing-sources.php:341
1697
- msgid "Twitter"
1698
- msgstr "Twitter"
1699
 
1700
- #: modules/sharedaddy/sharing-sources.php:388
1701
- msgctxt "share to"
1702
- msgid "Twitter"
1703
- msgstr "Twitter"
1704
 
1705
- #: modules/sharedaddy/sharing-sources.php:388
1706
- msgid "Click to share on Twitter"
1707
- msgstr "Twitter-də paylaşmaq üçün tıklayın"
1708
 
1709
- #: modules/sharedaddy/sharing-sources.php:463
1710
- msgid "StumbleUpon"
1711
- msgstr "StumbleUpon"
1712
 
1713
- #: modules/sharedaddy/sharing-sources.php:474
1714
- msgctxt "share to"
1715
- msgid "StumbleUpon"
1716
- msgstr "StumbleUpon"
1717
 
1718
- #: modules/sharedaddy/sharing-sources.php:474
1719
- msgid "Click to share on StumbleUpon"
1720
- msgstr "StumbleUpon-da paylaşmaq üçün tıklayın"
 
1721
 
1722
- #: modules/sharedaddy/sharing-sources.php:501
1723
- msgid "Reddit"
1724
- msgstr "Reddit"
1725
 
1726
- #: modules/sharedaddy/sharing-sources.php:508
1727
- msgctxt "share to"
1728
- msgid "Reddit"
1729
  msgstr ""
1730
 
1731
- #: modules/sharedaddy/sharing-sources.php:508
1732
- msgid "Click to share on Reddit"
1733
- msgstr "Reddit-də paylaşmaq üçün tıklayın"
1734
 
1735
- #: modules/sharedaddy/sharing-sources.php:535
1736
- msgid "Digg"
1737
- msgstr "Digg"
1738
 
1739
- #: modules/sharedaddy/sharing-sources.php:544
1740
- #: modules/sharedaddy/sharing-sources.php:547
1741
- msgid "Click to Digg this post"
1742
- msgstr ""
1743
 
1744
- #: modules/sharedaddy/sharing-sources.php:547
1745
- msgctxt "share to"
1746
- msgid "Digg"
1747
- msgstr "Digg"
1748
 
1749
- #: modules/sharedaddy/sharing-sources.php:591
1750
- msgid "LinkedIn"
1751
- msgstr "LinkedIn"
 
1752
 
1753
- #: modules/sharedaddy/sharing-sources.php:605
1754
- msgctxt "share to"
1755
- msgid "LinkedIn"
1756
- msgstr "LinkedIn"
1757
 
1758
- #: modules/publicize/ui.php:245
1759
- msgid "Make this connection available to all users of this blog?"
1760
  msgstr ""
1761
 
1762
- #: modules/publicize/ui.php:253
1763
- msgid "There was a problem connecting to %s. Please disconnect and try again."
1764
- msgstr "%s ilə əlaqə qurularkən bir problem ortaya çıxdı. Lütfən əlaqəni kəsib yenidən yoxlayın."
1765
-
1766
- #: modules/publicize/ui.php:427
1767
- msgid "Before you hit Publish, please refresh the following connection(s) to make sure we can Publicize your post:"
 
 
 
 
1768
  msgstr ""
1769
 
1770
- #: modules/publicize/ui.php:515
1771
- msgid "Publicize:"
1772
- msgstr ""
1773
 
1774
- #: modules/publicize/ui.php:595
1775
- msgctxt "Service: Account connected as"
1776
- msgid "%1$s: %2$s"
1777
- msgstr "%1$s: %2$s"
1778
 
1779
- #: modules/publicize/ui.php:630
1780
- msgid "Custom Message:"
1781
- msgstr "Özəl Mesaj:"
1782
 
1783
- #: modules/publicize/ui.php:635 modules/publicize/ui.php:664
1784
- #: modules/publicize/ui.php:666
1785
- msgid "Hide"
1786
- msgstr "Gizlət"
1787
 
1788
- #: modules/publicize/ui.php:644
1789
- msgid "Not Connected"
1790
- msgstr "Bağlantı Yoxdur"
1791
 
1792
- #: modules/publicize/ui.php:651
1793
- msgid "Connect to"
1794
- msgstr "Bağlan"
1795
 
1796
- #: modules/publicize/ui.php:656
1797
- msgid "Connect and share your posts on %s"
1798
- msgstr "Bağlan %s üzərində yazılarını paylaş"
1799
 
1800
- #: modules/publicize/ui.php:679
1801
- msgid "Show"
1802
- msgstr "Göstər"
1803
 
1804
- #: modules/publicize.php:111
1805
- msgctxt "word count: words or characters?"
1806
- msgid "words"
1807
- msgstr "kəlmə"
1808
 
1809
- #: modules/related-posts/jetpack-related-posts.php:87
1810
- msgid "Related posts"
1811
- msgstr "Oxşar yazılar"
1812
 
1813
- #: modules/related-posts/jetpack-related-posts.php:134
1814
- #: modules/related-posts/jetpack-related-posts.php:284
1815
- msgid "Related"
1816
- msgstr "Oxşar"
1817
 
1818
- #: modules/related-posts/jetpack-related-posts.php:237
1819
- msgid "Show a \"Related\" header to more clearly separate the related section from posts"
1820
- msgstr ""
1821
 
1822
- #: modules/related-posts/jetpack-related-posts.php:239
1823
- msgid "Show thumbnails for related posts when available"
1824
- msgstr ""
1825
 
1826
- #: modules/related-posts/jetpack-related-posts.php:240
1827
- msgid "Preview:"
1828
- msgstr "Ön izləmə:"
1829
 
1830
- #: modules/related-posts/jetpack-related-posts.php:267
1831
- msgid "Hide related content after posts"
1832
- msgstr ""
 
1833
 
1834
- #: modules/related-posts/jetpack-related-posts.php:269
1835
- msgid "Show related content after posts"
1836
- msgstr ""
1837
 
1838
- #: modules/related-posts/jetpack-related-posts.php:734
1839
- #: modules/related-posts/jetpack-related-posts.php:746
1840
- msgctxt "in {category/tag name}"
1841
- msgid "In \"%s\""
1842
- msgstr ""
1843
 
1844
- #: modules/related-posts/jetpack-related-posts.php:756
1845
- msgid "With 1 comment"
1846
- msgid_plural "With %s comments"
1847
- msgstr[0] "1 şərh ilə"
1848
- msgstr[1] "%s şərh ilə"
1849
 
1850
- #: modules/sharedaddy/sharedaddy.php:14
1851
- msgid "%1$s (%2$s) thinks you may be interested in the following post:"
1852
- msgstr ""
1853
 
1854
- #: modules/sharedaddy/sharedaddy.php:21
1855
- msgid "Shared Post"
1856
- msgstr ""
1857
 
1858
- #: modules/sharedaddy/sharedaddy.php:117
1859
- msgid "Disable CSS and JS"
1860
- msgstr ""
1861
 
1862
- #: modules/sharedaddy/sharedaddy.php:119
1863
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1864
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1865
 
1866
- #: modules/sharedaddy/sharing-service.php:12
1867
- msgid "Share this:"
1868
- msgstr "Bunu paylaş:"
 
1869
 
1870
- #: modules/sharedaddy/sharing-service.php:551
1871
- #: modules/sharedaddy/sharing.php:250 modules/sharedaddy/sharing.php:283
1872
- msgid "More"
1873
- msgstr "Daha çox"
1874
 
1875
- #: modules/post-by-email.php:198 modules/post-by-email.php:207
1876
- msgid "Unable to regenerate your Post By Email address. Please try again later."
1877
- msgstr ""
 
1878
 
1879
- #: modules/post-by-email.php:226 modules/post-by-email.php:235
1880
- msgid "Unable to disable your Post By Email address. Please try again later."
1881
- msgstr ""
1882
 
1883
- #: modules/publicize/enhanced-open-graph.php:108
1884
- msgid "Video on %s"
1885
- msgstr ""
1886
 
1887
- #: modules/publicize/publicize-jetpack.php:63
1888
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
1889
- msgstr ""
1890
 
1891
- #: modules/publicize/publicize-jetpack.php:180
1892
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
1893
- msgstr ""
1894
 
1895
- #: modules/publicize/publicize-jetpack.php:186
1896
- msgid "An invalid request was made. This normally means that something intercepted or corrupted the request from your server to the Jetpack Server. Try again and see if it works this time."
1897
- msgstr ""
1898
 
1899
- #: modules/publicize/publicize-jetpack.php:189
1900
- msgid "We could not verify that your server is making an authorized request. Please try again, and make sure there is nothing interfering with requests from your server to the Jetpack Server."
1901
- msgstr ""
1902
 
1903
- #: modules/publicize/publicize-jetpack.php:192
1904
- msgid "No blog_id was included in your request. Please try disconnecting Jetpack from WordPress.com and then reconnecting it. Once you have done that, try connecting Publicize again."
1905
- msgstr ""
 
 
1906
 
1907
- #: modules/publicize/publicize-jetpack.php:195
1908
- msgid "No user information was included in your request. Please make sure that your user account has connected to Jetpack. Connect your user account by going to the <a href=\"%s\">Jetpack page</a> within wp-admin."
1909
- msgstr ""
1910
 
1911
- #: modules/publicize/publicize-jetpack.php:198
1912
- msgid "Something which should never happen, happened. Sorry about that. If you try again, maybe it will work."
1913
- msgstr ""
1914
 
1915
- #: modules/publicize/publicize-jetpack.php:202
1916
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
1917
- msgstr ""
 
 
 
1918
 
1919
- #: modules/publicize/publicize-jetpack.php:211
1920
- msgid "Error code: %s"
1921
- msgstr ""
1922
 
1923
- #: modules/publicize/publicize-jetpack.php:220
1924
- msgid "That connection has been removed."
1925
- msgstr ""
 
1926
 
1927
- #: modules/publicize/publicize-jetpack.php:351
1928
- msgctxt "Refresh connection with {social media service}"
1929
- msgid "Refresh connection with %s"
1930
- msgstr ""
1931
 
1932
- #: modules/publicize/publicize-jetpack.php:425
1933
- #: modules/publicize/publicize-jetpack.php:442
1934
- #: modules/publicize/publicize-jetpack.php:565
1935
- msgid "Publicize to my %s:"
1936
- msgstr ""
1937
 
1938
- #: modules/publicize/publicize-jetpack.php:426
1939
- msgid "Facebook Wall"
1940
- msgstr ""
1941
 
1942
- #: modules/publicize/publicize-jetpack.php:443
1943
- msgid "Facebook Page"
1944
- msgstr ""
1945
 
1946
- #: modules/publicize/publicize-jetpack.php:566
1947
- msgid "Tumblr blog"
1948
- msgstr ""
1949
 
1950
- #: modules/publicize/publicize.php:373
1951
- msgid "This connection is working correctly."
1952
- msgstr "Bu qöşulma düzgün işləyir."
1953
 
1954
- #: modules/publicize/ui.php:76
1955
- msgid "You have successfully connected your blog with your %s account."
1956
- msgstr "%s hesabınız ilə bloqunuza müvəffəqiyyətlə qoşuldunuz."
1957
 
1958
- #: modules/publicize/ui.php:82
1959
- msgid "You have chosen not to connect your blog. Please click 'accept' when prompted if you wish to connect your accounts."
1960
  msgstr ""
1961
 
1962
- #: modules/publicize/ui.php:103
1963
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
1964
- msgstr ""
 
 
1965
 
1966
- #: modules/publicize/ui.php:104
1967
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
1968
- msgstr "Sadəcə özünüz üçün və ya bloqunuzdakı bütün istifadəçilər üçün bir bağlantı hazırlaya bilərsiniz. Paylaşılan bağlantılar (Paylaşılan) mətni ilə işarələnir."
1969
 
1970
- #: modules/publicize/ui.php:169
1971
- msgid "Connected as:"
1972
  msgstr ""
1973
 
1974
- #: modules/publicize/ui.php:179
1975
- msgid "Shared"
1976
- msgstr ""
 
 
 
1977
 
1978
- #: modules/publicize/ui.php:205 modules/theme-tools/social-links.php:81
1979
- msgid "Connect"
1980
- msgstr "Bağlan"
1981
 
1982
- #: modules/publicize/ui.php:223
1983
- msgid "Are you sure you want to stop Publicizing posts to this connection?"
1984
- msgstr ""
1985
 
1986
- #: modules/omnisearch/omnisearch-core.php:85
1987
- msgid "search everything"
1988
- msgstr "hər şeyi axtarın"
1989
 
1990
- #: modules/omnisearch/omnisearch-core.php:95
1991
- msgid "Results:"
1992
- msgstr "Nəticələr:"
1993
 
1994
- #: modules/omnisearch/omnisearch-core.php:96
1995
- msgid "Jump to:"
1996
- msgstr "Get:"
1997
 
1998
- #: modules/omnisearch/omnisearch-core.php:107
1999
- msgid "Back to Top &uarr;"
2000
- msgstr "Əvvələ Qayıt &uarr;"
2001
 
2002
- #: modules/omnisearch/omnisearch-core.php:154
2003
- msgid "Search Everything"
2004
- msgstr "Hər Şeyi Axtarın"
2005
 
2006
- #: modules/omnisearch/omnisearch-media.php:16
2007
- msgid "Search Media"
2008
- msgstr "Media Axtar"
2009
 
2010
- #: modules/omnisearch/omnisearch-media.php:17
2011
- #: modules/omnisearch/omnisearch-media.php:28
2012
- msgid "Media"
2013
- msgstr "Media"
2014
 
2015
- #: modules/omnisearch/omnisearch-plugins.php:20
2016
- msgid "Search Plugins"
2017
- msgstr "Plaqinlərdə axtar"
2018
 
2019
- #: modules/omnisearch/omnisearch-plugins.php:21
2020
- #: modules/omnisearch/omnisearch-plugins.php:26
2021
- msgid "Plugins"
2022
- msgstr "Plaqinlər"
2023
 
2024
- #: modules/omnisearch/omnisearch-plugins.php:23
2025
- msgid "Loading &hellip;"
2026
- msgstr "Yüklənir &hellip;"
2027
 
2028
- #: modules/omnisearch/omnisearch-posts.php:44
2029
- #: modules/widgets/facebook-likebox.php:124
2030
- #: modules/widgets/gravatar-profile.php:177
2031
- msgid "Title"
2032
- msgstr "Başlıq"
2033
 
2034
- #: modules/omnisearch/omnisearch-posts.php:45
2035
- msgid "Snippet"
2036
- msgstr "Parçacıq"
2037
 
2038
- #: modules/omnisearch/omnisearch-posts.php:75
2039
- msgid "Unpublished"
2040
- msgstr "Dərc edilməmiş"
2041
 
2042
- #: modules/omnisearch/omnisearch-posts.php:78
2043
- msgid "Y/m/d g:i:s A"
2044
- msgstr "d.m.Y H:i:s"
2045
 
2046
- #: modules/omnisearch/omnisearch-posts.php:85
2047
- msgid "%s ago"
2048
- msgstr "%s öncə"
2049
 
2050
- #: modules/omnisearch/omnisearch-posts.php:87
2051
- msgid "Y/m/d"
2052
- msgstr "İ/a/g"
2053
 
2054
- #: modules/omnisearch/omnisearch-posts.php:93
2055
- msgid "Published"
2056
- msgstr "Dərc edilmiş"
2057
 
2058
- #: modules/omnisearch/omnisearch-posts.php:96
2059
- msgid "Missed schedule"
2060
- msgstr "Ertələnmə qaçırıldı"
2061
 
2062
- #: modules/omnisearch/omnisearch-posts.php:98
2063
- msgid "Scheduled"
2064
- msgstr "Ertələndi"
2065
 
2066
- #: modules/omnisearch/omnisearch-posts.php:100
2067
- msgid "Last Modified"
2068
- msgstr "Son Dəyişiklik"
2069
 
2070
- #: modules/post-by-email.php:95 modules/subscriptions.php:635
2071
- msgid "Email Address"
2072
- msgstr "E-poçt ünvanı"
2073
 
2074
- #: modules/post-by-email.php:110
2075
- msgid "Enable Post By Email"
2076
- msgstr ""
2077
 
2078
- #: modules/post-by-email.php:114
2079
- #: modules/videopress/class.videopress-player.php:283
2080
- msgid "More information"
2081
- msgstr "Daha çox məlumat"
 
 
 
2082
 
2083
- #: modules/post-by-email.php:117
2084
- msgid "Regenerate Address"
2085
- msgstr ""
 
 
 
2086
 
2087
- #: modules/post-by-email.php:118
2088
- msgid "Disable Post By Email"
2089
- msgstr ""
2090
 
2091
- #: modules/post-by-email.php:126
2092
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
2093
  msgstr ""
2094
 
2095
- #: modules/post-by-email.php:129 modules/publicize/publicize-jetpack.php:66
2096
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
2097
  msgstr ""
2098
 
2099
- #: modules/post-by-email.php:170 modules/post-by-email.php:179
2100
- msgid "Unable to create your Post By Email address. Please try again later."
 
 
 
 
 
 
2101
  msgstr ""
2102
 
2103
- #: modules/module-info.php:794
2104
- msgid "More information on using Google+ Profile."
2105
  msgstr ""
2106
 
2107
- #: modules/module-info.php:810 modules/omnisearch/omnisearch-core.php:59
2108
- #: modules/omnisearch/omnisearch-core.php:64
2109
- #: modules/omnisearch/omnisearch-core.php:85
2110
- msgid "Omnisearch"
2111
- msgstr "Əsas Axtarış"
2112
 
2113
- #: modules/module-info.php:812
2114
- msgid "Search once, get results from everything! Currently supports searching posts, pages, comments, media, and plugins."
2115
  msgstr ""
2116
 
2117
- #: modules/module-info.php:814
2118
- msgid "Omnisearch plays nice with other plugins by letting other providers offer results as well."
2119
  msgstr ""
2120
 
2121
- #: modules/module-info.php:833
2122
- msgid "Widget Visibility"
2123
- msgstr ""
2124
 
2125
- #: modules/module-info.php:835
2126
- msgid "Control which pages your widgets appear on with Widget Visibility."
2127
- msgstr ""
2128
 
2129
- #: modules/module-info.php:836
2130
- msgid "To control visibility, expand the widget and click the Visibility button next to the Save button, and then, choose a set of visibility options."
2131
  msgstr ""
2132
 
2133
- #: modules/module-info.php:837
2134
- msgid "For example, if you wanted the Archives widget to only appear on category archives and error pages, choose \"Show\" from the first dropdown and then add two rules: \"Page is 404 Error Page\" and \"Category is All Category Pages.\""
2135
  msgstr ""
2136
 
2137
- #: modules/module-info.php:838
2138
- msgid "You can also hide widgets based on the current page. For example, if you don't want the Archives widget to appear on search results pages, choose \"Hide\" and \"Page is Search results.\""
 
 
 
 
 
2139
  msgstr ""
2140
 
2141
- #: modules/module-info.php:853 modules/videopress/videopress.php:330
2142
- msgid "VideoPress"
2143
- msgstr "VideoPress"
2144
 
2145
- #: modules/module-info.php:854
2146
- msgid "With the VideoPress module you can easily upload videos to your WordPress site and embed them in your posts and pages. This module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
2147
- msgstr ""
2148
 
2149
- #: modules/module-info.php:867
2150
- msgid "Single Sign On"
2151
- msgstr ""
2152
 
2153
- #: modules/module-info.php:869
2154
- msgid "With WordPress.com Single Sign On, your users will be able to log in to or register for your WordPress site with the same credentials they use on WordPress.com. It's safe and secure."
2155
  msgstr ""
2156
 
2157
- #: modules/module-info.php:870
2158
- msgid "Once enabled, a \"Log in with WordPress.com\" option will be added to your existing log in form."
2159
- msgstr ""
2160
 
2161
- #: modules/module-info.php:885
2162
- msgid "Monitor"
2163
- msgstr ""
2164
 
2165
- #: modules/module-info.php:887
2166
- msgid "Nobody likes downtime, and that's why Jetpack Monitor is on the job, keeping tabs on your site. As soon as any downtime is detected, you will receive an email notification alerting you to the issue. That way you can act quickly, to get your site back online again!"
2167
- msgstr ""
2168
 
2169
- #: modules/module-info.php:889
2170
- msgid "We’ll also let you know as soon as your site is up and running, so you can keep an eye on total downtime."
2171
- msgstr ""
2172
 
2173
- #: modules/module-info.php:920 modules/module-info.php:921
2174
- msgid "Related Posts"
2175
- msgstr "Oxşar Yazılar"
2176
 
2177
- #: modules/module-info.php:922
2178
- msgid "\"Related Posts\" shows additional relevant links from your site under your posts. If the feature is enabled, links appear underneath your Sharing Buttons and WordPress.com Likes (if you’ve turned these on)."
2179
- msgstr ""
2180
 
2181
- #: modules/module-info.php:923
2182
- msgid "More information on using Related Posts."
2183
  msgstr ""
2184
 
2185
- #: modules/module-info.php:924
2186
- msgid "This feature uses the WordPress.com infrastructure and requires that your public content be mirrored there. If you see intermittent issues only effecting certain posts, request a reindex of your posts."
2187
  msgstr ""
2188
 
2189
- #: modules/module-info.php:940
2190
- msgid "Markdown lets you compose posts and comments with links, lists, and other styles using regular characters and punctuation marks. Markdown is used by writers and bloggers who want a quick and easy way to write rich text, without having to take their hands off the keyboard, and without learning a lot of complicated codes and shortcuts."
2191
  msgstr ""
2192
 
2193
- #: modules/monitor.php:75
2194
- msgid "Receive Monitor Email Notifications."
2195
- msgstr ""
2196
 
2197
- #: modules/monitor.php:77
2198
- msgid "Emails will be sent to %s (<a href=\"%s\">Edit</a>)"
2199
- msgstr ""
 
2200
 
2201
- #: modules/monitor.php:84 modules/sso.php:806
2202
- msgid "This profile is not currently linked to a WordPress.com Profile."
 
 
 
 
 
 
 
 
 
 
 
 
2203
  msgstr ""
2204
 
2205
- #: modules/omnisearch/omnisearch-comments.php:17
2206
- msgid "Search Comments"
2207
- msgstr "Şərhləri axtar"
2208
 
2209
- #: modules/omnisearch/omnisearch-comments.php:18
2210
- #: modules/omnisearch/omnisearch-comments.php:27
2211
- #: modules/widgets/rsslinks-widget.php:68
2212
- #: modules/widgets/rsslinks-widget.php:136
2213
- msgid "Comments"
2214
- msgstr "Şərhlər"
2215
 
2216
- #: modules/module-info.php:589 modules/module-info.php:592
2217
- msgid "Mobile Theme"
2218
- msgstr "Mobil Mövzu"
2219
 
2220
- #: modules/module-info.php:593
2221
- 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."
2222
  msgstr ""
2223
 
2224
- #: modules/module-info.php:594
2225
- 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."
2226
- msgstr ""
2227
 
2228
- #: modules/module-info.php:595
2229
- 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."
2230
- msgstr ""
 
 
 
 
2231
 
2232
- #: modules/module-info.php:611 modules/module-info.php:614
2233
- msgid "Mobile Push Notifications"
2234
- msgstr ""
2235
 
2236
- #: modules/module-info.php:616
2237
- msgid "If you use <a href=\"%1$s\">WordPress for iOS</a> or <a href=\"%2$s\">WordPress for Android</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."
2238
- msgstr ""
2239
 
2240
- #: modules/module-info.php:634
2241
- msgid "If you are a theme author, you can learn about adding support for Infinite Scroll at <a href=\"%1$s\">%1$s</a>."
2242
- msgstr ""
2243
 
2244
- #: modules/module-info.php:637
2245
- msgid "Infinite Scroll"
2246
- msgstr ""
2247
 
2248
- #: modules/module-info.php:640
2249
- msgid "When you write great content, all you really want is people to find it, right?"
2250
- msgstr ""
2251
 
2252
- #: modules/module-info.php:642
2253
- 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."
2254
- msgstr ""
2255
 
2256
- #: modules/module-info.php:645
2257
- 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."
2258
- msgstr ""
 
2259
 
2260
- #: modules/module-info.php:647
2261
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
2262
- msgstr ""
2263
 
2264
- #: modules/module-info.php:657
2265
- 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."
2266
- msgstr ""
 
2267
 
2268
- #: modules/module-info.php:681 modules/module-info.php:684
2269
- #: modules/post-by-email.php:92
2270
- msgid "Post by Email"
2271
- msgstr "E-poçt ilə Yazı"
2272
 
2273
- #: modules/module-info.php:686
2274
- 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."
2275
- msgstr ""
2276
 
2277
- #: modules/module-info.php:690
2278
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
2279
- msgstr ""
2280
 
2281
- #: modules/module-info.php:694
2282
- msgid "More information on sending emails, attachments, and customizing your posts."
2283
  msgstr ""
2284
 
2285
- #: modules/module-info.php:714
2286
- msgid "Photon"
2287
- msgstr "Foton"
2288
 
2289
- #: modules/module-info.php:716
2290
- msgid "Give your site a boost by loading images in posts 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."
2291
  msgstr ""
2292
 
2293
- #: modules/module-info.php:735 modules/module-info.php:738
2294
- #: modules/tiled-gallery/tiled-gallery.php:343
2295
- msgid "Tiled Galleries"
2296
- msgstr ""
2297
 
2298
- #: modules/module-info.php:741
2299
- msgid "Create elegant magazine-style mosaic layouts for your photos without having to use an external graphic editor."
2300
- msgstr ""
2301
 
2302
- #: modules/module-info.php:742
2303
- msgid "When adding a gallery to your post, you now have the option to select a layout style for your images. We've added support for Rectangular, Square, and Circular galleries. By default, galleries will continue to display using the standard thumbnail grid layout. To make the rectangular layout the default for all of your site's galleries, head over to <a href=\"%s\">Settings &rarr; Media</a> and check the box next to \"Display all your gallery pictures in a cool mosaic.\""
2304
- msgstr ""
2305
 
2306
- #: modules/module-info.php:743
2307
- msgid "Note: Images in tiled galleries require extra-special processing, so they will be served from WordPress.com's CDN even if the Photon module is disabled."
2308
- msgstr ""
2309
 
2310
- #: modules/module-info.php:765
2311
- msgid "Likes allow your readers to show their appreciation for your posts and other published content using their WordPress.com accounts. Your readers will then be able to review their liked posts from WordPress.com."
2312
- msgstr ""
 
 
 
 
2313
 
2314
- #: modules/module-info.php:766
2315
- msgid "Displayed below your posts will be how many people have liked your posts and the Gravatars of those who have liked them."
2316
- msgstr ""
 
2317
 
2318
- #: modules/module-info.php:768
2319
- msgid "More information on using Likes."
2320
- msgstr ""
 
 
2321
 
2322
- #: modules/module-info.php:791
2323
- msgid "The Google+ profile module allows you to connect your blog and Google+ accounts."
2324
- msgstr ""
 
 
2325
 
2326
- #: modules/module-info.php:792
2327
- msgid "Displayed below your posts will be a link back to your Google+ profile and a Google+ follow button. A link will also be added to your Google+ profile."
2328
- msgstr ""
 
 
 
2329
 
2330
- #: modules/module-info.php:408
2331
- msgid "shows your Facebook Like Box within a sidebar on your theme."
2332
- msgstr ""
 
 
2333
 
2334
- #: modules/module-info.php:409
2335
- msgid "The Image Widget"
2336
- msgstr ""
 
 
2337
 
2338
- #: modules/module-info.php:409
2339
- msgid "lets you easily add images to a sidebar on your theme."
2340
- msgstr ""
2341
 
2342
- #: modules/module-info.php:411
2343
- msgid "Each of these widgets has a number of customization options."
2344
  msgstr ""
2345
 
2346
- #: modules/module-info.php:411
2347
- msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
2348
- msgstr ""
2349
 
2350
- #: modules/module-info.php:424
2351
- msgid "Subsriptions Screenshot"
2352
- msgstr ""
 
2353
 
2354
- #: modules/module-info.php:427
2355
- msgid "Subscriptions"
2356
- msgstr "Abunəlik"
 
2357
 
2358
- #: modules/module-info.php:429
2359
- 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."
2360
- msgstr ""
 
2361
 
2362
- #: modules/module-info.php:430
2363
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
2364
- msgstr ""
2365
 
2366
- #: modules/module-info.php:435
2367
- 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."
2368
- msgstr ""
2369
 
2370
- #: modules/module-info.php:436
2371
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
2372
- msgstr ""
2373
 
2374
- #: modules/module-info.php:449
2375
- msgid "Enhanced Distribution"
2376
- msgstr ""
2377
 
2378
- #: modules/module-info.php:451
2379
- 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."
2380
- msgstr ""
2381
 
2382
- #: modules/module-info.php:466
2383
- msgid "JSON API"
2384
- msgstr "JSON API"
 
2385
 
2386
- #: modules/module-info.php:468
2387
- 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."
2388
- msgstr ""
 
2389
 
2390
- #: modules/module-info.php:470
2391
- 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."
2392
- msgstr ""
2393
 
2394
- #: modules/module-info.php:498
2395
- 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."
2396
- msgstr ""
2397
 
2398
- #: modules/module-info.php:501
2399
- 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."
2400
- msgstr ""
2401
 
2402
- #: modules/module-info.php:518
2403
- msgid "Jetpack Comments Screenshot"
2404
  msgstr ""
2405
 
2406
- #: modules/module-info.php:523
2407
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
 
2408
  msgstr ""
2409
 
2410
- #: modules/module-info.php:528
2411
- 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."
2412
- msgstr ""
2413
 
2414
- #: modules/module-info.php:549
2415
- msgid "Gallery Carousel Screenshot"
2416
- msgstr ""
2417
 
2418
- #: modules/module-info.php:552 modules/widgets/gallery.php:334
2419
- msgid "Carousel"
2420
- msgstr "Karusel"
2421
 
2422
- #: modules/module-info.php:554
2423
- 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."
2424
- msgstr ""
 
 
 
 
2425
 
2426
- #: modules/module-info.php:567 modules/module-info.php:570
2427
- msgid "Custom CSS"
2428
- msgstr "Özəl CSS"
2429
 
2430
- #: modules/module-info.php:571
2431
- 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."
2432
- msgstr ""
2433
 
2434
- #: modules/module-info.php:572
2435
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
2436
- msgstr ""
2437
 
2438
- #: modules/module-info.php:285
2439
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
2440
- msgstr ""
2441
 
2442
- #: modules/module-info.php:286
2443
- msgid "Wow, that sounds nerdy."
2444
- msgstr ""
2445
 
2446
- #: modules/module-info.php:300
2447
- 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."
2448
- msgstr ""
2449
 
2450
- #: modules/module-info.php:319
2451
- 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."
2452
- msgstr ""
2453
 
2454
- #: modules/module-info.php:323
2455
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
2456
- msgstr ""
2457
 
2458
- #: modules/module-info.php:325
2459
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
2460
  msgstr ""
2461
 
2462
- #: modules/module-info.php:329
2463
- msgid "Additionally you can define your own custom services."
2464
- msgstr ""
2465
 
2466
- #: modules/module-info.php:344
2467
- msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
2468
- msgstr ""
2469
 
2470
- #: modules/module-info.php:345
2471
- 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."
2472
- msgstr ""
2473
 
2474
- #: modules/module-info.php:351
2475
- 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!"
2476
- msgstr ""
2477
 
2478
- #: modules/module-info.php:366 modules/module-info.php:370
2479
- msgid "Spelling and Grammar"
2480
- msgstr ""
2481
 
2482
- #: modules/module-info.php:372
2483
- 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."
2484
- msgstr ""
 
 
 
2485
 
2486
- #: modules/module-info.php:373
2487
- msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
2488
  msgstr ""
2489
 
2490
- #: modules/module-info.php:387 modules/module-info.php:401
2491
- msgid "Widgets Screenshot"
2492
  msgstr ""
2493
 
2494
- #: modules/module-info.php:390 modules/module-info.php:404
2495
- msgid "Extra Sidebar Widgets"
2496
  msgstr ""
2497
 
2498
- #: modules/module-info.php:392
2499
- msgid "The RSS Links Widget "
2500
  msgstr ""
2501
 
2502
- #: modules/module-info.php:392
2503
- 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."
2504
  msgstr ""
2505
 
2506
- #: modules/module-info.php:393
2507
- msgid "The Twitter Widget "
2508
  msgstr ""
2509
 
2510
- #: modules/module-info.php:393
2511
- 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."
2512
- msgstr ""
2513
 
2514
- #: modules/module-info.php:393
2515
- msgid "The Facebook Like Box Widget "
2516
  msgstr ""
2517
 
2518
- #: modules/module-info.php:393
2519
- 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."
2520
- msgstr ""
2521
 
2522
- #: modules/module-info.php:393
2523
- msgid "The Image Widget "
2524
  msgstr ""
2525
 
2526
- #: modules/module-info.php:393
2527
- 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."
2528
  msgstr ""
2529
 
2530
- #: modules/module-info.php:406
2531
- msgid "The RSS Links Widget"
 
2532
  msgstr ""
2533
 
2534
- #: modules/module-info.php:406
2535
- msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
2536
  msgstr ""
2537
 
2538
- #: modules/module-info.php:407
2539
- msgid "The Twitter Widget"
2540
  msgstr ""
2541
 
2542
- #: modules/module-info.php:407
2543
- msgid "shows your latest tweets within a sidebar on your theme."
 
2544
  msgstr ""
2545
 
2546
- #: modules/module-info.php:408
2547
- msgid "The Facebook Like Box Widget"
2548
  msgstr ""
2549
 
2550
  #: modules/module-info.php:53 modules/module-info.php:68
@@ -2584,2903 +2902,2677 @@ msgstr ""
2584
  msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
2585
  msgstr ""
2586
 
2587
- #: modules/module-info.php:132
2588
  msgid "Available shortcodes are: %l."
2589
  msgstr ""
2590
 
2591
- #: modules/module-info.php:147 modules/module-info.php:151
2592
- #: modules/module-info.php:161 modules/module-info.php:165
2593
  msgid "WP.me Shortlinks"
2594
  msgstr ""
2595
 
2596
- #: modules/module-info.php:152 modules/module-info.php:166
2597
  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."
2598
  msgstr ""
2599
 
2600
- #: modules/module-info.php:153
2601
  msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
2602
  msgstr ""
2603
 
2604
- #: modules/module-info.php:167
2605
  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."
2606
  msgstr ""
2607
 
2608
- #: modules/module-info.php:182 modules/module-info.php:186
2609
- #: modules/module-info.php:195 modules/module-info.php:199
2610
  msgid "WordPress.com Stats"
2611
  msgstr ""
2612
 
2613
- #: modules/module-info.php:187 modules/module-info.php:200
2614
  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."
2615
  msgstr ""
2616
 
2617
- #: modules/module-info.php:201
2618
  msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
2619
  msgstr ""
2620
 
2621
- #: modules/module-info.php:215 modules/module-info.php:219
2622
  #: modules/publicize/ui.php:95
2623
  msgid "Publicize"
2624
  msgstr "Bəyan"
2625
 
2626
- #: modules/module-info.php:220
2627
  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."
2628
  msgstr ""
2629
 
2630
- #: modules/module-info.php:221
2631
  msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
2632
  msgstr ""
2633
 
2634
- #: modules/module-info.php:225
2635
  msgid "Manage your <a href=\"%s\">Publicize settings</a>."
2636
  msgstr ""
2637
 
2638
- #: modules/module-info.php:229 modules/publicize/ui.php:114
2639
  msgid "More information on using Publicize."
2640
  msgstr "Bəyan istifadəsi haqqında daha çox məlumat."
2641
 
2642
- #: modules/module-info.php:245 modules/module-info.php:249
2643
- #: modules/module-info.php:258 modules/module-info.php:262
2644
- #: modules/monitor.php:70 modules/notes.php:160
2645
  msgid "Notifications"
2646
  msgstr "Bildirişlər"
2647
 
2648
- #: modules/module-info.php:250 modules/module-info.php:263
2649
  msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
2650
  msgstr ""
2651
 
2652
- #: modules/module-info.php:264
2653
  msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
2654
  msgstr ""
2655
 
2656
- #: modules/module-info.php:279 modules/module-info.php:294
2657
  msgid "LaTeX"
2658
  msgstr "LaTeX"
2659
 
2660
- #: modules/module-info.php:284 modules/module-info.php:299
2661
  msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
2662
  msgstr ""
2663
 
2664
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:94
2665
- msgid "Page %s"
2666
- msgstr "Səhifə %s"
2667
-
2668
- #: modules/minileven/theme/pub/minileven/index.php:23
2669
- msgid "Daily Archives: %s"
2670
- msgstr "Günlük Arxivlər: %s"
2671
-
2672
- #: modules/minileven/theme/pub/minileven/index.php:25
2673
- msgid "Monthly Archives: %s"
2674
- msgstr "Aylıq Arxivlər: %s"
2675
-
2676
- #: modules/minileven/theme/pub/minileven/index.php:27
2677
- msgid "Yearly Archives: %s"
2678
- msgstr "İllik Arxivlər: %s"
2679
-
2680
- #: modules/minileven/theme/pub/minileven/index.php:29
2681
- msgid "Posted in %s"
2682
- msgstr "%s kateqoriyasında dərc edildi"
2683
-
2684
- #: modules/minileven/theme/pub/minileven/index.php:31
2685
- msgid "Tagged with %s"
2686
  msgstr ""
2687
 
2688
- #: modules/minileven/theme/pub/minileven/index.php:33
2689
- msgid "Posted by"
2690
- msgstr "Müəllif"
2691
-
2692
- #: modules/minileven/theme/pub/minileven/index.php:35
2693
- msgid "Blog Archives"
2694
- msgstr "Bloq Arxivləri"
2695
-
2696
- #: modules/minileven/theme/pub/minileven/index.php:43
2697
- msgid "Search Results for: %s"
2698
- msgstr " %s üçün Axtarışın Nəticələri:"
2699
-
2700
- #: modules/minileven/theme/pub/minileven/index.php:57
2701
- msgid "Nothing Found"
2702
- msgstr "Tapılmadı"
2703
-
2704
- #: modules/minileven/theme/pub/minileven/index.php:61
2705
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
2706
- msgstr "Bağışlayın,istədiyiniz arxiv üçün nəticə əldə edilmədi.Bəlkə axtarış edərək uyğun bir yazı tapa bilərsiniz."
2707
-
2708
- #: modules/minileven/theme/pub/minileven/searchform.php:9
2709
- #: modules/minileven/theme/pub/minileven/searchform.php:10
2710
- #: modules/minileven/theme/pub/minileven/searchform.php:11
2711
- #: modules/omnisearch/omnisearch-core.php:156
2712
- msgid "Search"
2713
- msgstr "Axtar"
2714
-
2715
- #: modules/minileven.php:51
2716
- msgid "Excerpts"
2717
  msgstr ""
2718
 
2719
- #: modules/minileven.php:55
2720
- msgid "Enable excerpts on front page and on archive pages"
2721
  msgstr ""
2722
 
2723
- #: modules/minileven.php:60
2724
- msgid "Show full posts on front page and on archive pages"
2725
  msgstr ""
2726
 
2727
- #: modules/minileven.php:65
2728
- msgid "Mobile App Promos"
2729
  msgstr ""
2730
 
2731
- #: modules/minileven.php:69
2732
- msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
2733
  msgstr ""
2734
 
2735
- #: modules/minileven.php:75 modules/stats.php:570
2736
- msgid "Save configuration"
2737
  msgstr ""
2738
 
2739
- #: modules/minileven.php:78
2740
- msgid "Mobile Apps"
2741
- msgstr "Mobil Proqramlar"
2742
-
2743
- #: modules/minileven.php:79
2744
- msgid "Take WordPress with you."
2745
  msgstr ""
2746
 
2747
- #: modules/minileven.php:81
2748
- 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>!"
2749
  msgstr ""
2750
 
2751
- #: modules/module-info.php:22 modules/module-info.php:26
2752
- msgid "VaultPress"
2753
  msgstr ""
2754
 
2755
- #: modules/module-info.php:28
2756
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
2757
  msgstr ""
2758
 
2759
- #: modules/module-info.php:29
2760
- msgctxt "Visit your _VaultPress_dashboard_."
2761
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
2762
  msgstr ""
2763
 
2764
- #: modules/module-info.php:29
2765
- msgid "VaultPress dashboard"
2766
  msgstr ""
2767
 
2768
- #: modules/module-info.php:31
2769
- 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."
2770
  msgstr ""
2771
 
2772
- #: modules/module-info.php:32
2773
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
2774
- msgid "View %s."
2775
  msgstr ""
2776
 
2777
- #: modules/module-info.php:32
2778
- msgid "Plans & Pricing"
2779
  msgstr ""
2780
 
2781
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2782
- #: modules/minileven/theme/pub/minileven/content.php:51
2783
- #: modules/minileven/theme/pub/minileven/image.php:80
2784
- msgid "<b>%</b> Replies"
2785
- msgstr "<b>%</b> Rəy"
2786
-
2787
- #: modules/minileven/theme/pub/minileven/content.php:19
2788
- msgid "Featured"
2789
- msgstr "Özəl"
2790
 
2791
- #: modules/minileven/theme/pub/minileven/content.php:28
2792
- msgid "Posted by "
2793
  msgstr ""
2794
 
2795
- #: modules/minileven/theme/pub/minileven/content.php:30
2796
- msgid "%s"
2797
- msgstr "%s"
2798
 
2799
- #: modules/minileven/theme/pub/minileven/content.php:51
2800
- #: modules/minileven/theme/pub/minileven/image.php:80
2801
- msgid "Leave a reply"
2802
- msgstr "Bir rəy yazın"
2803
 
2804
- #: modules/minileven/theme/pub/minileven/content.php:59
2805
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2806
- msgid "Post navigation"
2807
- msgstr "Yazı naviqasiyaları"
2808
 
2809
- #: modules/minileven/theme/pub/minileven/content.php:60
2810
- #: modules/minileven/theme/pub/minileven/image.php:88
2811
- msgid "&laquo; Previous"
2812
- msgstr "&laquo; Öncəki"
2813
 
2814
- #: modules/minileven/theme/pub/minileven/content.php:61
2815
- msgid "Next &raquo;"
2816
- msgstr "Sonrakı &raquo;"
2817
 
2818
- #: modules/minileven/theme/pub/minileven/footer.php:27
2819
- msgid "http://wordpress.org/"
2820
- msgstr "http://wordpress.org/"
2821
 
2822
- #: modules/minileven/theme/pub/minileven/footer.php:27
2823
- msgid "Semantic Personal Publishing Platform"
2824
- msgstr "Müasir Fərdi Yayın Platforması"
2825
 
2826
- #: modules/minileven/theme/pub/minileven/footer.php:27
2827
- msgid "Proudly powered by %s"
2828
- msgstr "%s qürurla təqdim edər"
2829
 
2830
- #: modules/minileven/theme/pub/minileven/functions.php:59
2831
- msgid "Primary Menu"
2832
- msgstr "Əsas menyu"
2833
 
2834
- #: modules/minileven/theme/pub/minileven/functions.php:96
2835
- msgctxt "Open Sans font: on or off"
2836
- msgid "on"
2837
- msgstr "açıq"
2838
 
2839
- #: modules/minileven/theme/pub/minileven/functions.php:102
2840
- msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"
2841
- msgid "no-subset"
2842
- msgstr "alt set yoxdur"
2843
 
2844
- #: modules/minileven/theme/pub/minileven/functions.php:128
2845
- msgid "Main Sidebar"
2846
- msgstr "Əsas yan sütun"
2847
 
2848
- #: modules/minileven/theme/pub/minileven/header.php:26
2849
- msgid "Menu"
2850
- msgstr "Menyu"
2851
 
2852
- #: modules/minileven/theme/pub/minileven/header.php:29
2853
- msgid "Skip to primary content"
2854
- msgstr "Əsas mühtəviyyata keç"
2855
 
2856
- #: modules/minileven/theme/pub/minileven/image.php:73
2857
- msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
2858
  msgstr ""
2859
 
2860
- #: modules/minileven/theme/pub/minileven/image.php:87
2861
- msgctxt "next-saturday"
2862
- msgid "Image navigation"
2863
  msgstr ""
2864
 
2865
- #: modules/minileven/theme/pub/minileven/image.php:89
2866
- msgid "Next &raquo; "
2867
- msgstr "Sonrakı &raquo; "
2868
 
2869
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2870
- msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2871
- msgstr "<span class=\"meta-nav\">&laquo;</span> Əski"
2872
 
2873
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2874
- msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2875
- msgstr "Yeni <span class=\"meta-nav\">&raquo;</span>"
2876
 
2877
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2878
- msgid "Pingback:"
2879
- msgstr "Geri bildiriş:"
2880
 
2881
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2882
- msgid "%1$s on %2$s"
2883
- msgstr "%2$s yazısı üçün %1$s tərəfindən edilən şərh"
2884
 
2885
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:68
2886
- msgid "Your comment is awaiting moderation."
2887
- msgstr "Şərhiniz yoxlanma üçün gözləyir."
2888
 
2889
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:76
2890
- msgid "Reply"
2891
- msgstr "Rəy"
2892
 
2893
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:90
2894
- msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
2895
- msgstr "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
2896
 
2897
- #: modules/likes.php:310 modules/sharedaddy/sharing.php:330
2898
- msgid "Show buttons on"
2899
- msgstr "Düymələri göstər"
2900
 
2901
- #: modules/likes.php:319 modules/sharedaddy/sharing.php:336
2902
- msgid "Front Page, Archive Pages, and Search Results"
2903
- msgstr "Ön Səhifə, Arxiv Səhifələri və Axtarışın Nəticələri"
2904
 
2905
- #: modules/likes.php:452 modules/sharedaddy/sharing.php:158
2906
- msgid "Settings have been saved"
2907
- msgstr "Parametrlər qeyd edildi"
2908
 
2909
- #: modules/likes.php:459 modules/sharedaddy/sharing.php:170
2910
- msgid "Sharing Buttons"
2911
- msgstr "Paylaşma Düymələri"
2912
 
2913
- #: modules/likes.php:468 modules/sharedaddy/sharing.php:352
2914
- msgid "Save Changes"
2915
- msgstr "Dəyişiklikləri qeyd et"
2916
 
2917
- #: modules/likes.php:628
2918
- msgid "Like this:"
2919
- msgstr "Bunu bəyən:"
2920
 
2921
- #: modules/likes.php:629
2922
- msgid "Like"
2923
- msgstr "Bəyən"
2924
 
2925
- #: modules/likes.php:629 modules/widget-visibility/widget-conditions.php:168
2926
- msgid "Loading..."
2927
- msgstr "Yüklənir..."
2928
 
2929
- #: modules/likes.php:730
2930
- msgid "<span>%d</span> bloggers like this:"
2931
- msgstr "<span>%d</span> bloqqer bunu bəyənir:"
2932
 
2933
- #: modules/markdown/easy-markdown.php:212
2934
- #: modules/markdown/easy-markdown.php:214 modules/module-info.php:938
2935
- msgid "Markdown"
2936
- msgstr "Aşağı dəyər"
2937
 
2938
- #: modules/markdown/easy-markdown.php:237
2939
- msgid "Use Markdown for posts and pages."
2940
- msgstr "Aşağı dəyəri yazılar və səhifələr üçün istifadə et."
2941
 
2942
- #: modules/markdown/easy-markdown.php:238
2943
- #: modules/markdown/easy-markdown.php:253
2944
- msgid "Learn more about Markdown."
2945
- msgstr "Aşağı dəyər haqqında daha ətraflı məlumat."
2946
 
2947
- #: modules/markdown/easy-markdown.php:252
2948
- msgid "Use Markdown for comments."
2949
- msgstr "Aşağı dəyəri şərhlər üçün istifadə et."
2950
 
2951
- #: modules/markdown/easy-markdown.php:507
2952
- msgid "Markdown content"
2953
- msgstr "Aşağı dəyərli mühtəviyyat"
2954
 
2955
- #: modules/minileven/minileven.php:93
2956
- msgid "View Mobile Site"
2957
- msgstr "Mobil Sayta Bax"
2958
 
2959
- #: modules/minileven/minileven.php:260
2960
- msgid "Mobile-compatible:"
2961
  msgstr ""
2962
 
2963
- #: modules/minileven/minileven.php:261
2964
- msgid "No"
2965
- msgstr "Yox"
2966
 
2967
- #: modules/minileven/minileven.php:267 modules/minileven/minileven.php:318
2968
- msgid "Include this CSS in the Mobile Theme"
2969
  msgstr ""
2970
 
2971
- #: modules/minileven/theme/pub/minileven/comments.php:15
2972
- msgid "This post is password protected. Enter the password to view any comments."
2973
- msgstr "Bu yazı parolla qorunur. Şərhləri görmək üçün parolunuzu daxil edin."
2974
 
2975
- #: modules/minileven/theme/pub/minileven/comments.php:45
2976
- msgid "Comment navigation"
2977
- msgstr "Şərh naviqasiyası"
2978
 
2979
- #: modules/minileven/theme/pub/minileven/comments.php:46
2980
- msgid "&larr; Older Comments"
2981
- msgstr "&larr; Əski şərhlər"
2982
 
2983
- #: modules/minileven/theme/pub/minileven/comments.php:47
2984
- msgid "Newer Comments &rarr;"
2985
- msgstr "Yeni şərhlər &rarr;"
2986
 
2987
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2988
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2989
- #: modules/minileven/theme/pub/minileven/content.php:13
2990
- #: modules/minileven/theme/pub/minileven/content.php:18
2991
- #: modules/minileven/theme/pub/minileven/content.php:22
2992
- msgid "Permalink to %s"
2993
- msgstr "%s üçün daimi bağlantı"
2994
 
2995
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2996
- #: modules/widgets/gallery.php:26
2997
- msgid "Gallery"
2998
- msgstr "Qalereya"
2999
 
3000
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
3001
- #: modules/minileven/theme/pub/minileven/content.php:41
3002
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:30
3003
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
3004
- msgstr "Oxumağa davam et <span class=\"meta-nav\">&rarr;</span>"
3005
 
3006
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
3007
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
3008
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
3009
- msgstr[0] "Bu qalereya <a %1$s>% 2$s foto </a> ehtiva edir."
3010
- msgstr[1] "Bu qalereya <a %1$s>% 2$s foto </a> ehtiva edir."
3011
 
3012
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
3013
- #: modules/minileven/theme/pub/minileven/content.php:43
3014
- #: modules/minileven/theme/pub/minileven/image.php:64
3015
- #: modules/minileven/theme/pub/minileven/page.php:27
3016
- msgid "Pages:"
3017
- msgstr "Səhifələr:"
3018
 
3019
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
3020
- #: modules/minileven/theme/pub/minileven/content.php:51
3021
- #: modules/minileven/theme/pub/minileven/image.php:80
3022
- msgid "<b>1</b> Reply"
3023
- msgstr "<b>1</b> Rəy"
3024
 
3025
- #: modules/gplus-authorship/admin/ui.php:191
3026
- msgid "Show Google+ infomation with this post"
3027
  msgstr ""
3028
 
3029
- #: modules/gplus-authorship.php:130
3030
- msgid "on Google+"
 
 
 
 
 
 
 
 
3031
  msgstr ""
3032
 
3033
- #: modules/gravatar-hovercards.php:47 modules/module-info.php:57
3034
- #: modules/module-info.php:72
3035
- msgid "Gravatar Hovercards"
3036
- msgstr "Gravatar Kimlik Kartı"
3037
 
3038
- #: modules/gravatar-hovercards.php:59
3039
- msgid "View people's profiles when you mouse over their Gravatars"
3040
  msgstr ""
3041
 
3042
- #: modules/gravatar-hovercards.php:86
3043
- msgid "Put your mouse over your Gravatar to check out your profile."
3044
  msgstr ""
3045
 
3046
- #: modules/holiday-snow.php:19
3047
- msgid "Snow"
3048
- msgstr "Qar"
3049
 
3050
- #: modules/holiday-snow.php:28
3051
- msgid "Show falling snow on my blog until January 4<sup>th</sup>."
3052
- msgstr "Yanvar ayının <sup>4</sup>-nə qədər bloqumda yağan qar göstər."
 
3053
 
3054
- #: modules/infinite-scroll/infinity.php:275
3055
- msgid "To infinity and beyond"
3056
  msgstr ""
3057
 
3058
- #: modules/infinite-scroll/infinity.php:284
3059
- 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."
3060
- msgstr "Bu parametri, Görünüş &rarr; Vidcetlər içində zirzəmi vidceti yaratdığınız və ya mövzunuz limitsiz sürüşdürməni dəstəkləmədiyi üçün ləğv etdik."
3061
-
3062
- #: modules/infinite-scroll/infinity.php:290
3063
- msgid "Scroll Infinitely"
3064
  msgstr ""
3065
 
3066
- #: modules/infinite-scroll/infinity.php:290
3067
- msgid "(Shows %s posts on each load)"
3068
- msgstr "(Hər yükləmədə %s yazı göstərir)"
3069
 
3070
- #: modules/infinite-scroll/infinity.php:527
3071
- msgid "Older posts"
3072
- msgstr "Əski yazılar"
3073
 
3074
- #: modules/infinite-scroll/infinity.php:528
3075
- msgid "Scroll back to top"
3076
  msgstr ""
3077
 
3078
- #: modules/infinite-scroll/infinity.php:1054
3079
- msgid "Theme: %1$s."
3080
- msgstr "Mövzu: %1$s."
 
3081
 
3082
- #: modules/infinite-scroll.php:86
3083
- msgid "Use Google Analytics with Infinite Scroll"
3084
  msgstr ""
3085
 
3086
- #: modules/infinite-scroll.php:97
3087
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
3088
  msgstr ""
3089
 
3090
- #: modules/infinite-scroll.php:97
3091
- 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."
3092
  msgstr ""
3093
 
3094
- #: modules/likes.php:114
3095
- msgid "Likes and Shares"
3096
- msgstr "Bəyənmələr və Paylaşmalar"
3097
 
3098
- #: modules/likes.php:125 modules/likes.php:593 modules/module-info.php:759
3099
- #: modules/module-info.php:763
3100
- msgid "Likes"
3101
- msgstr "Bəyənmələr"
3102
 
3103
- #: modules/likes.php:185
3104
- msgid "Show likes."
3105
- msgstr "Bəyənilənləri göstər."
3106
 
3107
- #: modules/likes.php:201 modules/sharedaddy/sharedaddy.php:40
3108
- msgid "Show sharing buttons."
3109
- msgstr "Paylaşma düymələrini göstər."
3110
 
3111
- #: modules/likes.php:213
3112
- msgid "Likes Notifications"
3113
- msgstr "Bəyənmə Bildirişləri"
3114
 
3115
- #: modules/likes.php:214
3116
- msgid "Email me whenever"
3117
  msgstr ""
3118
 
3119
- #: modules/likes.php:253
3120
- msgid "Someone likes one of my posts"
3121
- msgstr "Birisi mənim yazılarımı bəyənir"
 
 
3122
 
3123
- #: modules/likes.php:272
3124
- msgid "WordPress.com Likes are"
3125
- msgstr "WordPress.com Bəyənilənlər"
3126
 
3127
- #: modules/likes.php:278
3128
- msgid "On for all posts"
3129
- msgstr "Bütün yazılar üçün"
3130
 
3131
- #: modules/likes.php:284
3132
- msgid "Turned on per post"
3133
  msgstr ""
3134
 
3135
- #: modules/custom-post-types/testimonial.php:132
3136
- msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
3137
- msgstr "Xarakteristika yeniləndi. <a href=\"%s\">Xarakteristikaya bax</a>"
3138
 
3139
- #: modules/custom-post-types/testimonial.php:135
3140
- msgid "Testimonial updated."
3141
- msgstr "Testimonial updated."
3142
 
3143
- #: modules/custom-post-types/testimonial.php:137
3144
- msgid "Testimonial restored to revision from %s"
3145
  msgstr ""
3146
 
3147
- #: modules/custom-post-types/testimonial.php:138
3148
- msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
3149
- msgstr "Xarakteristika dərc edildi. <a href=\"%s\">Xarakteristikaya bax</a>"
3150
 
3151
- #: modules/custom-post-types/testimonial.php:139
3152
- msgid "Testimonial saved."
3153
- msgstr "Xarakteristika qeyd edildi."
3154
 
3155
- #: modules/custom-post-types/testimonial.php:140
3156
- msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
3157
  msgstr ""
3158
 
3159
- #: modules/custom-post-types/testimonial.php:141
3160
- msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
3161
- msgstr "Xarakteristika ertələndi: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Xarakteristikanın ön izləməsinə bax</a>"
3162
-
3163
- #: modules/custom-post-types/testimonial.php:144
3164
- msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
3165
  msgstr ""
3166
 
3167
- #: modules/custom-post-types/testimonial.php:180
3168
- msgid "Customize Testimonials Archive"
3169
- msgstr "Xarakteristika Arxivini Özəlləşdir"
3170
 
3171
- #: modules/custom-post-types/testimonial.php:181
3172
- msgid "Customize"
3173
- msgstr "Özəlləşdir"
3174
 
3175
- #: modules/custom-post-types/testimonial.php:205
3176
- msgid "Testimonial Page Title"
3177
- msgstr "Xarakteristika Səhifə Başlığı"
3178
 
3179
- #: modules/custom-post-types/testimonial.php:217
3180
- msgid "Testimonial Page Content"
3181
- msgstr "Xarakteristika Səhifə Mühtəviyyatı"
3182
 
3183
- #: modules/custom-post-types/testimonial.php:228
3184
- msgid "Testimonial Page Featured Image"
3185
- msgstr "Xarakteristika Səhifəsinin Özəl Təsviri"
3186
 
3187
- #: modules/gplus-authorship/admin/ui.php:54
3188
- #: modules/gplus-authorship/admin/ui.php:65 modules/likes.php:429
3189
- #: modules/likes.php:441 modules/publicize/ui.php:35
3190
- #: modules/publicize/ui.php:45 modules/sharedaddy/sharing.php:57
3191
- #: modules/sharedaddy/sharing.php:163
3192
- msgid "Sharing Settings"
3193
- msgstr "Paylaşma Parametrləri"
3194
 
3195
- #: modules/gplus-authorship/admin/ui.php:54 modules/likes.php:429
3196
- #: modules/module-info.php:315 modules/module-info.php:318
3197
- #: modules/module-info.php:339 modules/publicize/ui.php:35
3198
- #: modules/sharedaddy/sharedaddy.php:26 modules/sharedaddy/sharing.php:57
3199
- msgid "Sharing"
3200
- msgstr "Paylaşma"
3201
 
3202
- #: modules/gplus-authorship/admin/ui.php:79
3203
- msgid "Your Google+ account has been connected."
3204
- msgstr "Sizin Google+ hesabı bağlanmışdır."
3205
 
3206
- #: modules/gplus-authorship/admin/ui.php:80
3207
- msgid "There was a problem connecting your Google+ account. Please try again."
3208
  msgstr ""
3209
 
3210
- #: modules/gplus-authorship/admin/ui.php:81
3211
- msgid "You must click 'Accept' in the Google+ dialog to connect your account."
3212
  msgstr ""
3213
 
3214
- #: modules/gplus-authorship/admin/ui.php:113 modules/module-info.php:785
3215
- #: modules/module-info.php:789
3216
- msgid "Google+ Profile"
3217
- msgstr "Google+ Profili"
3218
 
3219
- #: modules/gplus-authorship/admin/ui.php:125 modules/publicize/ui.php:182
3220
- #: modules/publicize/ui.php:186
3221
- msgid "Disconnect"
3222
  msgstr ""
3223
 
3224
- #: modules/gplus-authorship/admin/ui.php:129
3225
- msgid "Connect your WordPress account to Google+ to add this blog to your Google+ profile and improve the visibility of your blog posts on Google."
3226
  msgstr ""
3227
 
3228
- #: modules/gplus-authorship/admin/ui.php:131
3229
- msgid "Need help?"
3230
- msgstr "Kömək lazımdır?"
3231
 
3232
- #: modules/gplus-authorship/admin/ui.php:138
3233
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
3234
- msgstr ""
 
 
 
3235
 
3236
- #: modules/gplus-authorship/admin/ui.php:140
3237
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
3238
- msgstr ""
3239
 
3240
- #: modules/gplus-authorship/admin/ui.php:147
3241
- msgid "Your Google+ profile name and URL will be displayed in the sharing area of your posts."
3242
- msgstr "Google+ profil adınız və URL-ı, yazılarınızın paylaşma sahəsində görüntülənir."
3243
 
3244
- #: modules/gplus-authorship/admin/ui.php:155 modules/sso.php:738
3245
- msgid "Connected"
3246
- msgstr "Bağlanıldı"
3247
 
3248
- #: modules/gplus-authorship/admin/ui.php:165 modules/gplus-authorship.php:171
3249
- msgid "Google+"
3250
- msgstr "Google+"
3251
 
3252
- #: modules/custom-post-types/nova.php:313
3253
- msgid "Menu Items re-ordered."
3254
- msgstr "Menyu maddələri yenidən sıralandı."
 
 
 
 
 
 
 
 
 
3255
 
3256
- #: modules/custom-post-types/nova.php:332
3257
- msgid "Labels"
3258
- msgstr "Etiketlər"
3259
 
3260
- #: modules/custom-post-types/nova.php:333
3261
- #: modules/custom-post-types/nova.php:742
3262
- #: modules/custom-post-types/nova.php:778
3263
- #: modules/custom-post-types/nova.php:784
3264
- msgid "Price"
3265
- msgstr "Qiymət"
3266
 
3267
- #: modules/custom-post-types/nova.php:334
3268
- msgid "Order"
3269
- msgstr "Sıralama"
3270
 
3271
- #: modules/custom-post-types/nova.php:390
3272
- #: modules/custom-post-types/nova.php:442
3273
- msgid "Re-order"
3274
- msgstr "Yenidən sırala"
 
3275
 
3276
- #: modules/custom-post-types/nova.php:637
3277
- msgid "Move menu section up"
3278
- msgstr "Menyu bölməsini yuxarı daşı"
3279
 
3280
- #: modules/custom-post-types/nova.php:637
3281
- msgid "UP"
3282
- msgstr "YUXARI"
3283
 
3284
- #: modules/custom-post-types/nova.php:639
3285
- msgid "Move menu section down"
3286
- msgstr "Menyu bölməsini aşağı daşı"
3287
 
3288
- #: modules/custom-post-types/nova.php:639
3289
- msgid "DOWN"
3290
- msgstr "AŞAĞI"
3291
 
3292
- #: modules/custom-post-types/nova.php:726
3293
- msgid "Use the <kbd>TAB</kbd> key on your keyboard to move between colums and the <kbd>ENTER</kbd> or <kbd>RETURN</kbd> key to save each row and move on to the next."
3294
- msgstr "Sütunlar arasında hərəkət etmək üçün klaviaturanızdakı <kbd>TAB</kbd> klavişini və hər sətri qeyd edərək bir sonrakına keçmək üçün <kbd>ENTER</kbd> və ya <kbd>RETURN</kbd> istifadə edin."
3295
 
3296
- #: modules/custom-post-types/nova.php:741
3297
- msgid "Description"
3298
- msgstr "Açıqlama"
3299
 
3300
- #: modules/custom-post-types/nova.php:743
3301
- msgid "Labels: <small>spicy, favorite, etc.</small>"
3302
- msgstr "Etiketlər: <small>spicy, favorite, etc.</small>"
3303
 
3304
- #: modules/custom-post-types/nova.php:765
3305
- msgid "Add These New Menu Items"
3306
- msgstr ""
3307
 
3308
- #: modules/custom-post-types/nova.php:847
3309
- #: modules/custom-post-types/nova.php:866
3310
- msgctxt "Nova label separator"
3311
- msgid ", "
3312
- msgstr ", "
3313
 
3314
- #: modules/custom-post-types/nova.php:868
3315
- msgid "No Labels"
3316
- msgstr "Etiket yoxdur"
3317
 
3318
- #: modules/custom-post-types/testimonial.php:66
3319
- msgid "Customer Testimonials"
3320
  msgstr ""
3321
 
3322
- #: modules/custom-post-types/testimonial.php:68
3323
- #: modules/custom-post-types/testimonial.php:70
3324
- #: modules/custom-post-types/testimonial.php:194
3325
- #: modules/custom-post-types/testimonial.php:199
3326
- msgid "Testimonials"
3327
- msgstr "Xarakteristikalar"
3328
-
3329
- #: modules/custom-post-types/testimonial.php:69
3330
- msgid "Testimonial"
3331
- msgstr "Xarakteristika"
3332
-
3333
- #: modules/custom-post-types/testimonial.php:71
3334
- msgid "All Testimonials"
3335
- msgstr "Bütün Xarakteristikalar"
3336
 
3337
- #: modules/custom-post-types/testimonial.php:73
3338
- msgid "Add New Testimonial"
3339
- msgstr "Yeni xarakteristika əlavə et"
3340
 
3341
- #: modules/custom-post-types/testimonial.php:74
3342
- msgid "Edit Testimonial"
3343
- msgstr "Xarakteristikanı redaktə et"
3344
 
3345
- #: modules/custom-post-types/testimonial.php:75
3346
- msgid "New Testimonial"
3347
- msgstr "Yeni Xarakteristika"
3348
 
3349
- #: modules/custom-post-types/testimonial.php:76
3350
- msgid "View Testimonial"
3351
- msgstr "Xarakteristikaya Bax"
3352
 
3353
- #: modules/custom-post-types/testimonial.php:77
3354
- msgid "Search Testimonials"
3355
- msgstr "Xarakteristikaları Axtar"
3356
 
3357
- #: modules/custom-post-types/testimonial.php:78
3358
- msgid "No Testimonials found"
3359
- msgstr "Heç Bir Xarakteristika Tapılmadı"
3360
 
3361
- #: modules/custom-post-types/testimonial.php:79
3362
- msgid "No Testimonials found in Trash"
3363
- msgstr "Zibil qutusunda heç bir xarakteristika yoxdur"
3364
 
3365
- #: modules/custom-post-types/testimonial.php:110
3366
- msgid "Enter the customer's name here"
3367
- msgstr "Müştəri adınızı buraya daxil edin"
3368
 
3369
- #: modules/custom-post-types/testimonial.php:119
3370
- msgid "Customer Name"
3371
- msgstr "Müştəri Adı"
3372
 
3373
- #: modules/custom-post-types/nova.php:124
3374
- msgid "New Menu Item Label Name"
3375
- msgstr "Yeni menyu maddəsinin etiketinin adı"
3376
 
3377
- #: modules/custom-post-types/nova.php:125
3378
- #: modules/custom-post-types/nova.php:759
3379
- msgid "Separate Labels with commas"
3380
- msgstr "Etiketləri Vergüllə Ayırın"
3381
 
3382
- #: modules/custom-post-types/nova.php:126
3383
- msgid "Add or remove Labels"
3384
- msgstr "Etiket əlavə et və sil"
3385
 
3386
- #: modules/custom-post-types/nova.php:127
3387
- msgid "Choose from the most used Labels"
3388
- msgstr "Ən çox istifadə edilən etiketlər arasından seçin"
3389
 
3390
- #: modules/custom-post-types/nova.php:129
3391
- msgid "No Labels found"
3392
- msgstr "Etiket tapılmadı"
3393
 
3394
- #: modules/custom-post-types/nova.php:136
3395
- #: modules/custom-post-types/nova.php:167
3396
- msgid "Food Menus"
3397
- msgstr "Qida Menyuları"
3398
 
3399
- #: modules/custom-post-types/nova.php:137
3400
- msgid "Food Menu"
3401
- msgstr "Qida Menyusu"
3402
 
3403
- #: modules/custom-post-types/nova.php:138
3404
- msgid "Search Menus"
3405
- msgstr "Menyuları axtar"
3406
 
3407
- #: modules/custom-post-types/nova.php:139
3408
- msgid "All Menus"
3409
- msgstr "Bütün menyular"
3410
 
3411
- #: modules/custom-post-types/nova.php:140
3412
- msgid "Parent Menu"
3413
- msgstr "Valideyin menyu"
 
3414
 
3415
- #: modules/custom-post-types/nova.php:141
3416
- msgid "Parent Menu:"
3417
- msgstr "Valideyin menyu:"
 
 
3418
 
3419
- #: modules/custom-post-types/nova.php:142
3420
- msgid "Edit Menu"
3421
- msgstr "Menyunu redaktə et"
3422
 
3423
- #: modules/custom-post-types/nova.php:143
3424
- msgid "View Menu"
3425
- msgstr "Menyunu görüntülə"
3426
 
3427
- #: modules/custom-post-types/nova.php:144
3428
- msgid "Update Menu"
3429
- msgstr "Menyunu yenilə"
3430
 
3431
- #: modules/custom-post-types/nova.php:145
3432
- msgid "Add New Menu"
3433
- msgstr "Yeni Menyu Əlavə Et"
3434
 
3435
- #: modules/custom-post-types/nova.php:146
3436
- msgid "New Menu Name"
3437
- msgstr "Yeni menyunun ismi"
3438
 
3439
- #: modules/custom-post-types/nova.php:162
3440
- msgid "Items on your restaurant's menu"
3441
- msgstr "Restoran menyusunun maddələri"
3442
 
3443
- #: modules/custom-post-types/nova.php:165
3444
- #: modules/custom-post-types/nova.php:168
3445
- msgid "Menu Items"
3446
- msgstr "Menyu maddələri"
3447
 
3448
- #: modules/custom-post-types/nova.php:166
3449
- msgid "Menu Item"
3450
- msgstr "Menyu elementi"
3451
 
3452
- #: modules/custom-post-types/nova.php:169
3453
- #: modules/custom-post-types/nova.php:170
3454
- msgid "Add One Item"
3455
- msgstr "Bir menyu maddəsi əlavə et"
3456
 
3457
- #: modules/custom-post-types/nova.php:171
3458
- msgid "Edit Menu Item"
3459
- msgstr "Menyu elementini redaktə et"
3460
 
3461
- #: modules/custom-post-types/nova.php:172
3462
- msgid "New Menu Item"
3463
- msgstr "Yeni menyu maddəsi"
3464
 
3465
- #: modules/custom-post-types/nova.php:173
3466
- msgid "View Menu Item"
3467
- msgstr "Menyu maddəsinə bax"
3468
 
3469
- #: modules/custom-post-types/nova.php:174
3470
- msgid "Search Menu Items"
3471
- msgstr "Menyu maddələrini axtar"
3472
 
3473
- #: modules/custom-post-types/nova.php:175
3474
- msgid "No Menu Items found"
3475
- msgstr "Menyu maddəsi tapılmadı"
3476
 
3477
- #: modules/custom-post-types/nova.php:176
3478
- msgid "No Menu Items found in Trash"
3479
- msgstr "Zibil qutusunda menyu maddəsi tapılmadı"
3480
 
3481
- #: modules/custom-post-types/nova.php:277
3482
- #: modules/custom-post-types/nova.php:278
3483
- #: modules/custom-post-types/nova.php:724
3484
- msgid "Add Many Items"
3485
- msgstr "Bir çox maddələr əlavə et"
3486
 
3487
- #: modules/custom-post-types/comics.php:199
3488
- msgid "Edit Comic"
3489
- msgstr "Komiksi redaktə et"
 
3490
 
3491
- #: modules/custom-post-types/comics.php:200
3492
- msgid "New Comic"
3493
- msgstr "Yeni Komiks"
3494
 
3495
- #: modules/custom-post-types/comics.php:201
3496
- msgid "View Comic"
3497
- msgstr "Komiksə Bax"
 
3498
 
3499
- #: modules/custom-post-types/comics.php:202
3500
- msgid "Search Comics"
3501
- msgstr "Komiksləri axtar"
3502
 
3503
- #: modules/custom-post-types/comics.php:203
3504
- msgid "No Comics found"
3505
- msgstr "Heç bir Komiks tapılmadı"
3506
 
3507
- #: modules/custom-post-types/comics.php:204
3508
- msgid "No Comics found in Trash"
3509
- msgstr "Zibil qutusunda Komiks tapılmadı"
3510
 
3511
- #: modules/custom-post-types/comics.php:273
3512
- msgid "Comic updated. <a href=\"%s\">View comic</a>"
3513
- msgstr "Komiks yeniləndi. <a href=\"%s\">Komiksə bax</a>"
3514
 
3515
- #: modules/custom-post-types/comics.php:274
3516
- #: modules/custom-post-types/testimonial.php:133
3517
- msgid "Custom field updated."
3518
- msgstr "Özəl sahə yeniləndi."
3519
 
3520
- #: modules/custom-post-types/comics.php:275
3521
- #: modules/custom-post-types/testimonial.php:134
3522
- msgid "Custom field deleted."
3523
- msgstr "Özəl sahə silindi."
3524
 
3525
- #: modules/custom-post-types/comics.php:276
3526
- msgid "Comic updated."
3527
- msgstr "Komiks yeniləndi."
 
3528
 
3529
- #: modules/custom-post-types/comics.php:278
3530
- msgid "Comic restored to revision from %s"
3531
  msgstr ""
3532
 
3533
- #: modules/custom-post-types/comics.php:279
3534
- msgid "Comic published. <a href=\"%s\">View comic</a>"
3535
- msgstr "Komiks dərc edildi. <a href=\"%s\">Komiksə bax</a>"
3536
 
3537
- #: modules/custom-post-types/comics.php:280
3538
- msgid "Comic saved."
3539
- msgstr "Komiks qeyd edildi."
3540
 
3541
- #: modules/custom-post-types/comics.php:281
3542
- msgid "Comic submitted. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3543
  msgstr ""
3544
 
3545
- #: modules/custom-post-types/comics.php:282
3546
- msgid "Comic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview comic</a>"
3547
- msgstr "Komiks ertələndi: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Komiksin ön izləməsinə bax</a>"
3548
 
3549
- #: modules/custom-post-types/comics.php:284
3550
- #: modules/custom-post-types/testimonial.php:143
3551
- msgid "M j, Y @ G:i"
3552
- msgstr "d F Y @ H:i"
 
3553
 
3554
- #: modules/custom-post-types/comics.php:285
3555
- msgid "Comic draft updated. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
 
 
 
 
 
 
3556
  msgstr ""
3557
 
3558
- #: modules/custom-post-types/comics.php:353
3559
- msgid "Invalid or expired nonce."
3560
  msgstr ""
3561
 
3562
- #: modules/custom-post-types/comics.php:462
3563
- msgid ""
3564
- "Welcome! Ready to publish your first strip?\n"
3565
- "\n"
3566
- "Your webcomic's new site is ready to go. Get started by <a href=\"BLOG_URLwp-admin/customize.php#title\">setting your comic's title and tagline</a> so your readers know what it's all about.\n"
3567
- "\n"
3568
- "Looking for more help with setting up your site? Check out the WordPress.com <a href=\"http://learn.wordpress.com/\">beginner's tutorial</a> and the <a href=\"http://en.support.wordpress.com/comics/\">guide to comics on WordPress.com</a>. Dive right in by <a href=\"BLOG_URLwp-admin/customize.php#title\">publishing your first strip!</a>\n"
3569
- "\n"
3570
- "Lots of laughs,\n"
3571
- "The WordPress.com Team"
3572
  msgstr ""
3573
 
3574
- #: modules/custom-post-types/nova.php:115
3575
- msgid "Menu Item Labels"
3576
- msgstr "Menyu maddəsinin etiketləri"
3577
 
3578
- #: modules/custom-post-types/nova.php:116
3579
- msgid "Menu Item Label"
3580
- msgstr "Menyu maddəsinin etiketi"
3581
 
3582
- #: modules/custom-post-types/nova.php:117
3583
- msgid "Search Menu Item Labels"
3584
- msgstr "Menyu maddəsinin etiketlərini axtar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3585
 
3586
- #: modules/custom-post-types/nova.php:118
3587
- msgid "Popular Labels"
3588
- msgstr "Populyar Etiketlər"
3589
 
3590
- #: modules/custom-post-types/nova.php:119
3591
- msgid "All Menu Item Labels"
3592
- msgstr "Bütün menyu maddələrinin etiketləri"
3593
 
3594
- #: modules/custom-post-types/nova.php:120
3595
- msgid "Edit Menu Item Label"
3596
- msgstr "Menyu maddəsinin etiketini redaktə et"
3597
 
3598
- #: modules/custom-post-types/nova.php:121
3599
- msgid "View Menu Item Label"
3600
- msgstr "Menyu maddəsinin etiketinə bax"
3601
 
3602
- #: modules/custom-post-types/nova.php:122
3603
- msgid "Update Menu Item Label"
3604
- msgstr "Menyu maddəsinin etiketini yenilə"
3605
 
3606
- #: modules/custom-post-types/nova.php:123
3607
- msgid "Add New Menu Item Label"
3608
- msgstr "Yeni menyu maddəsinin etiketini əlavə et"
3609
 
3610
- #: modules/custom-css/custom-css.php:748 modules/custom-css/custom-css.php:830
3611
- #: modules/custom-css/custom-css.php:859 modules/minileven/minileven.php:271
3612
- #: modules/sharedaddy/sharing-sources.php:307
3613
- msgid "Cancel"
3614
- msgstr "İmtina"
3615
 
3616
- #: modules/custom-css/custom-css.php:812
3617
- msgid "Preprocessor:"
3618
- msgstr ""
 
3619
 
3620
- #: modules/custom-css/custom-css.php:813 modules/custom-css/custom-css.php:818
3621
- #: modules/videopress/videopress.php:273 modules/widgets/image-widget.php:137
3622
- msgid "None"
3623
- msgstr "Heç biri"
3624
 
3625
- #: modules/custom-css/custom-css.php:842
3626
- msgid "Mode:"
3627
- msgstr ""
3628
 
3629
- #: modules/custom-css/custom-css.php:843
3630
- msgid "Add-on"
3631
- msgstr ""
 
3632
 
3633
- #: modules/custom-css/custom-css.php:843
3634
- msgid "Replacement"
3635
- msgstr "Yer dəyişdirmə"
3636
 
3637
- #: modules/custom-css/custom-css.php:850
3638
- msgid "Add-on CSS <b>(Recommended)</b>"
 
 
 
 
 
3639
  msgstr ""
3640
 
3641
- #: modules/custom-css/custom-css.php:855
3642
- msgid "Replace <a href=\"%s\">theme's CSS</a> <b>(Advanced)</b>"
3643
- msgstr "<a href=\"%s\">Mövzunun CSS</a> ilə yerini dəyişdir <b>(Qabaqcıl)</b>"
3644
 
3645
- #: modules/custom-css/custom-css.php:866
3646
- #: modules/custom-post-types/comics.php:235
3647
- #: modules/videopress/videopress.php:662
3648
- msgid "Preview"
3649
- msgstr "Ön izləmə"
3650
 
3651
- #: modules/custom-css/custom-css.php:868
3652
- msgid "Save &amp; Buy Upgrade"
 
3653
  msgstr ""
3654
 
3655
- #: modules/custom-css/custom-css.php:868
3656
- msgid "Save Stylesheet"
3657
- msgstr "Stil Səhifəsini qeyd et"
 
3658
 
3659
- #: modules/custom-css/custom-css.php:930
3660
- msgid "Show more"
3661
- msgstr "Daha çoxunu göstər"
3662
 
3663
- #: modules/custom-post-types/comics.php:83
3664
- msgid "Convert to Comic"
3665
- msgstr "Komiksə Çevir"
 
3666
 
3667
- #: modules/custom-post-types/comics.php:89
3668
- msgid "Convert to Post"
3669
- msgstr "Yazıya Çevir"
3670
 
3671
- #: modules/custom-post-types/comics.php:113
3672
- msgid "You are not allowed to make this change."
3673
- msgstr ""
3674
 
3675
- #: modules/custom-post-types/comics.php:160
3676
- msgid "Post converted."
3677
- msgid_plural "%s posts converted"
3678
- msgstr[0] ""
3679
- msgstr[1] ""
3680
 
3681
- #: modules/custom-post-types/comics.php:173
3682
- msgid "Drop images to upload"
3683
- msgstr ""
3684
 
3685
- #: modules/custom-post-types/comics.php:174
3686
- msgid "Uploading..."
3687
- msgstr "Yüklənir..."
3688
 
3689
- #: modules/custom-post-types/comics.php:175
3690
- msgid "Processing..."
3691
- msgstr "İşlənir..."
 
3692
 
3693
- #: modules/custom-post-types/comics.php:176
3694
- msgid "Sorry, your browser isn't supported. Upgrade at browsehappy.com."
3695
- msgstr ""
3696
 
3697
- #: modules/custom-post-types/comics.php:177
3698
- msgid "Only images can be uploaded here."
3699
- msgstr ""
3700
 
3701
- #: modules/custom-post-types/comics.php:178
3702
- msgid "Your upload didn't complete; try again later or cross your fingers and try again right now."
3703
- msgstr ""
 
3704
 
3705
- #: modules/custom-post-types/comics.php:191
3706
- #: modules/custom-post-types/comics.php:193
3707
- #: modules/custom-post-types/comics.php:195
3708
- msgid "Comics"
3709
- msgstr "Komikslər"
3710
 
3711
- #: modules/custom-post-types/comics.php:194
3712
- msgid "Comic"
3713
- msgstr "Komiks"
3714
 
3715
- #: modules/custom-post-types/comics.php:196
3716
- msgid "All Comics"
3717
- msgstr "Bütün Komikslər"
 
3718
 
3719
- #: modules/custom-post-types/comics.php:197
3720
- #: modules/custom-post-types/testimonial.php:72 modules/publicize/ui.php:207
3721
- msgid "Add New"
3722
- msgstr "Yenisini əlavə et"
3723
 
3724
- #: modules/custom-post-types/comics.php:198
3725
- msgid "Add New Comic"
3726
- msgstr "Yeni Komiks əlavə et"
3727
 
3728
- #: modules/contact-form/grunion-form-view.php:170
3729
- msgid "Add another option"
3730
- msgstr "Digər variant əlavə et"
3731
 
3732
- #: modules/contact-form/grunion-form-view.php:177
3733
- msgid "Required?"
3734
- msgstr ""
3735
 
3736
- #: modules/contact-form/grunion-form-view.php:182
3737
- msgid "Save this field"
3738
- msgstr "Bu sahəni qeyd et"
3739
 
3740
- #: modules/contact-form/grunion-form-view.php:187
3741
- msgid "Here&#8217;s what your form will look like"
3742
- msgstr "Sizin formanız bu cür görünəcək"
3743
 
3744
- #: modules/contact-form/grunion-form-view.php:192
3745
- msgid "Add a new field"
3746
- msgstr "Yeni sahə əlavə et"
3747
 
3748
- #: modules/contact-form/grunion-form-view.php:194
3749
- msgid "Add this form to my post"
3750
- msgstr "Bu formanı yazıma əlavə et"
 
 
 
 
 
3751
 
3752
- #: modules/contact-form/grunion-form-view.php:197
3753
- msgid "Email settings"
3754
- msgstr "E-poçt parametrləri"
3755
 
3756
- #: modules/contact-form/grunion-form-view.php:199
3757
- msgid "Enter your email address"
3758
- msgstr "E-poçt ünvanınızı daxil edin"
3759
 
3760
- #: modules/contact-form/grunion-form-view.php:202
3761
- msgid "What should the subject line be?"
3762
- msgstr "Obyekt xəttində nə olmalıdır?"
 
3763
 
3764
- #: modules/contact-form/grunion-form-view.php:205
3765
- msgid "Save and go back to form builder"
3766
- msgstr "Qeyd et forma yaradıcısına geri dön"
3767
 
3768
- #: modules/custom-css/custom-css.php:456
3769
- msgid ""
3770
- "Welcome to Custom CSS!\n"
3771
- "\n"
3772
- "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"
3773
- "\n"
3774
- "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."
3775
- msgstr ""
3776
- "Özəl CSS üçün Xoş gəldiniz!\n"
3777
- "\n"
3778
- "CSS (Cascading Style Sheets) brauzerə veb səhifəsinə necə işləyəcyini söyələyən bir kod növüdür. Bu şərhləri silə bilər və özəlləşdirmələrinizə başlaya bilərsiniz.\n"
3779
- "\n"
3780
- "Standart olaraq, sizin stil lövhəniz mövzu stil lövhəsindən sonra yüklənəcəkdir, bu, sizin şərtlərinizin öncəlikli olduğu və mövzu CSS şərtlərini etibarsız etdiyi mənasına gəlir. Sadəcə hansı dəyişiklikləri etmək istəyirsinizsə buraya yazın, mövzunuzun bütün stil lövhəsinin mühtəviyyatını köçürməyə lüzum yoxdur."
3781
 
3782
- #: modules/custom-css/custom-css.php:577
3783
- msgid "Preview: changes must be saved or they will be lost"
 
3784
  msgstr ""
3785
 
3786
- #: modules/custom-css/custom-css.php:605
3787
- msgid "Edit CSS"
3788
- msgstr "CSS redaktə et"
3789
 
3790
- #: modules/custom-css/custom-css.php:618
3791
- msgid "CSS"
3792
- msgstr "CSS"
3793
 
3794
- #: modules/custom-css/custom-css.php:638
3795
- msgid "Custom CSS Stylesheet"
3796
  msgstr ""
3797
 
3798
- #: modules/custom-css/custom-css.php:659
3799
- msgid "Stylesheet saved."
3800
- msgstr "Stil səhifəsi qeyd edildi."
3801
 
3802
- #: modules/custom-css/custom-css.php:663
3803
- msgid "Publish"
3804
- msgstr "Dərc et"
3805
 
3806
- #: modules/custom-css/custom-css.php:669
3807
- msgid "CSS Revisions"
3808
- msgstr "CSS Versiyaları"
3809
 
3810
- #: modules/custom-css/custom-css.php:673
3811
- msgid "CSS Stylesheet Editor"
3812
- msgstr "CSS Stil Səhifəsi Redaktoru"
3813
 
3814
- #: modules/custom-css/custom-css.php:680
3815
- msgid ""
3816
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
3817
- "\t\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
3818
- msgstr ""
3819
 
3820
- #: modules/custom-css/custom-css.php:717
3821
- msgid "Content Width:"
3822
- msgstr "Mühtəviyyat Genişliyi:"
3823
 
3824
- #: modules/custom-css/custom-css.php:718
3825
- msgid "Default"
3826
- msgstr "Mövcud"
3827
 
3828
- #: modules/custom-css/custom-css.php:718
3829
- msgid "%s px"
3830
- msgstr "%s px"
3831
 
3832
- #: modules/custom-css/custom-css.php:719 modules/custom-css/custom-css.php:814
3833
- #: modules/custom-css/custom-css.php:844 modules/minileven/minileven.php:262
3834
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
3835
- #: modules/minileven/theme/pub/minileven/content.php:53
3836
- #: modules/minileven/theme/pub/minileven/image.php:82
3837
- #: modules/minileven/theme/pub/minileven/page.php:31
3838
- #: modules/publicize/ui.php:677
3839
- msgid "Edit"
3840
- msgstr "Redaktə et"
3841
 
3842
- #: modules/custom-css/custom-css.php:726
3843
- msgid "Limit width to %1$s pixels for videos, full size images, and other shortcodes. (<a href=\"%2$s\">More info</a>.)"
3844
- msgstr "Videolar, tam ölçülü təsvirlər və digər qısa kodlar üçün genişliyi %1$s piksellə məhdudlaşdırın. (<a href=\"%2$s\">Daha ətraflı məlumat</a>.)"
3845
 
3846
- #: modules/custom-css/custom-css.php:742
3847
- msgid "The default content width for the %s theme is %d pixels."
3848
  msgstr ""
3849
 
3850
- #: modules/custom-css/custom-css.php:747 modules/custom-css/custom-css.php:829
3851
- #: modules/custom-css/custom-css.php:858 modules/minileven/minileven.php:270
3852
- #: modules/publicize/publicize-jetpack.php:473
3853
- #: modules/publicize/publicize-jetpack.php:585 modules/publicize/ui.php:274
3854
- msgid "OK"
3855
- msgstr "Ok"
3856
-
3857
- #: modules/contact-form/grunion-form-view.php:18
3858
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
3859
- msgid "move"
3860
- msgstr "daşı"
3861
 
3862
- #: modules/contact-form/grunion-form-view.php:19
3863
- msgctxt "Link to edit an HTML form field in contact form builder"
3864
- msgid "edit"
3865
- msgstr "redaktə et"
3866
 
3867
- #: modules/contact-form/grunion-form-view.php:20
3868
- msgid "Saved successfully"
3869
- msgstr "Müvəffəqiyyətlə qeyd edildi"
3870
 
3871
- #: modules/contact-form/grunion-form-view.php:21
3872
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
3873
- msgid "(required)"
3874
- msgstr "(gərəkli)"
3875
 
3876
- #: modules/contact-form/grunion-form-view.php:22
3877
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
3878
- msgstr "Dəyişiklikləri qeyd etmədən forma redaktorundan çıxmaq istədiyinizdən əminsinizmi? Etdiyiniz hər hansı bir dəyişiklik yox olacaqdır."
3879
 
3880
- #: modules/contact-form/grunion-form-view.php:118
3881
- msgid "Your new field was saved successfully"
3882
- msgstr "Yeni sahəniz müvəffəqiyyətlə qeyd edildi"
3883
 
3884
- #: modules/contact-form/grunion-form-view.php:120
3885
- msgid "Form builder"
3886
- msgstr "Forma yaradıcısı"
3887
 
3888
- #: modules/contact-form/grunion-form-view.php:121
3889
- msgid "Email notifications"
3890
- msgstr "E-poçt bildirişləri"
3891
 
3892
- #: modules/contact-form/grunion-form-view.php:126
3893
- msgid "How does this work?"
3894
- msgstr "Bu necə işləyir?"
3895
 
3896
- #: modules/contact-form/grunion-form-view.php:127
3897
- 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."
3898
- msgstr "Əlaqə forması əlavə etməklə, oxuyucularınız sizinlə birbaşa ünsiyyət qura biləcəklər. Bütün geri izləmələr spam təhlükəsinə qarşı avtomatik olaraq yoxlamadan keçiriləcək və qanuni yollarla sizin ünvanınıza göndəriləcək."
3899
 
3900
- #: modules/contact-form/grunion-form-view.php:128
3901
- msgid "Can I add more fields?"
3902
- msgstr "Daha çox sahə əlavə edə bilərəmmi?"
3903
 
3904
- #: modules/contact-form/grunion-form-view.php:130
3905
- msgctxt "%1$s = \"Click here\" in an HTML link"
3906
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
3907
  msgstr ""
3908
 
3909
- #: modules/contact-form/grunion-form-view.php:131
3910
- msgid "Click here"
3911
- msgstr "Buraya tıklayın"
3912
-
3913
- #: modules/contact-form/grunion-form-view.php:133
3914
- msgid "Can I view my feedback within WordPress?"
3915
- msgstr "WordPress-də geri qidalandırıcılarıma baxa bilərəmmi?"
3916
 
3917
- #: modules/contact-form/grunion-form-view.php:135
3918
- msgctxt "%1$s = \"Feedback\" in an HTML link"
3919
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
3920
  msgstr ""
3921
 
3922
- #: modules/contact-form/grunion-form-view.php:141
3923
- msgid "Do I need to fill this out?"
3924
- msgstr "Mənə bunu doldurmaq lazımdır?"
3925
 
3926
- #: modules/contact-form/grunion-form-view.php:142
3927
- 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."
3928
- msgstr ""
3929
 
3930
- #: modules/contact-form/grunion-form-view.php:146
3931
- msgid "Edit this new field"
3932
- msgstr "Bu yeni sahəni redaktə et"
3933
 
3934
- #: modules/contact-form/grunion-form-view.php:148
3935
- #: modules/sharedaddy/sharing-sources.php:991
3936
- msgid "Label"
3937
- msgstr "Etiket"
3938
 
3939
- #: modules/contact-form/grunion-form-view.php:149
3940
- msgid "New field"
3941
- msgstr "Yeni sahə"
3942
 
3943
- #: modules/contact-form/grunion-form-view.php:151
3944
- msgid "Field type"
3945
- msgstr "Sahə növü"
3946
 
3947
- #: modules/contact-form/grunion-form-view.php:153
3948
- msgid "Checkbox"
3949
- msgstr "Təsdiq qutusu"
3950
 
3951
- #: modules/contact-form/grunion-form-view.php:154
3952
- msgid "Drop down"
3953
- msgstr "Aşağı sürüşdür"
3954
 
3955
- #: modules/contact-form/grunion-form-view.php:157
3956
- msgid "Radio"
3957
- msgstr "Radio"
3958
 
3959
- #: modules/contact-form/grunion-form-view.php:158
3960
- msgid "Text"
3961
- msgstr "Mətn"
3962
 
3963
- #: modules/contact-form/grunion-form-view.php:159
3964
- msgid "Textarea"
3965
- msgstr "Mətn sahəsi"
3966
 
3967
- #: modules/contact-form/grunion-form-view.php:166
3968
- msgid "Options"
3969
- msgstr "Parametrlər"
3970
 
3971
- #: modules/contact-form/grunion-form-view.php:167
3972
- msgid "First option"
3973
- msgstr "İlk variant"
3974
 
3975
- #: modules/contact-form/grunion-contact-form.php:418
3976
- #: modules/contact-form/grunion-contact-form.php:510
3977
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
3978
- #: modules/module-info.php:495
3979
- msgid "Contact Form"
3980
- msgstr "Əlaqə Forması"
3981
 
3982
- #: modules/contact-form/grunion-contact-form.php:724
3983
- msgctxt "%1$s = blog name"
3984
- msgid "%1$s Sidebar"
3985
- msgstr "%1$s Yan menyu"
3986
 
3987
- #: modules/contact-form/grunion-contact-form.php:727
3988
- msgctxt "%1$s = blog name, %2$s = post title"
3989
- msgid "%1$s %2$s"
3990
- msgstr "%1$s %2$s"
3991
 
3992
- #: modules/contact-form/grunion-contact-form.php:738
3993
- msgid "Submit &#187;"
3994
- msgstr "Təqdim et &#187;"
3995
 
3996
- #: modules/contact-form/grunion-contact-form.php:758
3997
- msgid "Subject"
3998
- msgstr "Mövzu"
3999
 
4000
- #: modules/contact-form/grunion-contact-form.php:839
4001
- msgid "Error!"
4002
- msgstr "Xəta!"
4003
 
4004
- #: modules/contact-form/grunion-contact-form.php:854
4005
- msgid "go back"
4006
- msgstr "əvvələ qayıt"
4007
 
4008
- #: modules/contact-form/grunion-contact-form.php:928
4009
- #: modules/contact-form/grunion-contact-form.php:944
4010
- msgctxt "%1$s = form field label, %2$s = form field value"
4011
- msgid "%1$s: %2$s"
4012
- msgstr "%1$s: %2$s"
4013
 
4014
- #: modules/contact-form/grunion-contact-form.php:1209
4015
- msgid "Time:"
4016
  msgstr ""
4017
 
4018
- #: modules/contact-form/grunion-contact-form.php:1210
4019
- msgid "IP Address:"
4020
- msgstr "IP Ünvanı:"
4021
 
4022
- #: modules/contact-form/grunion-contact-form.php:1218
4023
- msgid "Contact Form URL:"
4024
- msgstr "Contact Formasının URL-i:"
4025
 
4026
- #: modules/contact-form/grunion-contact-form.php:1223
4027
- msgid "Sent by a verified %s user."
4028
  msgstr ""
4029
 
4030
- #: modules/contact-form/grunion-contact-form.php:1227
4031
- msgid "Sent by an unverified visitor to your site."
4032
- msgstr "Şəxsiyyəti təyin edilməmiş birisi tərəfindən saytınıza göndərilmişdir."
4033
 
4034
- #: modules/contact-form/grunion-contact-form.php:1467
4035
- msgid "%s requires a valid email address"
4036
  msgstr ""
4037
 
4038
- #: modules/contact-form/grunion-contact-form.php:1473
4039
- msgid "%s is required"
4040
  msgstr ""
4041
 
4042
- #: modules/contact-form/grunion-contact-form.php:1522
4043
- #: modules/contact-form/grunion-contact-form.php:1528
4044
- #: modules/contact-form/grunion-contact-form.php:1533
4045
- #: modules/contact-form/grunion-contact-form.php:1547
4046
- #: modules/contact-form/grunion-contact-form.php:1553
4047
- #: modules/contact-form/grunion-contact-form.php:1564
4048
- #: modules/contact-form/grunion-contact-form.php:1574
4049
- msgid "(required)"
4050
- msgstr "(gərəkli)"
4051
 
4052
- #: modules/contact-form/grunion-contact-form.php:1546
4053
- #: modules/minileven/minileven.php:261
4054
- msgid "Yes"
4055
- msgstr "Bəli"
4056
 
4057
- #: modules/contact-form/grunion-form-view.php:8
4058
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
4059
- msgid "Name"
4060
- msgstr "Ad"
4061
 
4062
- #: modules/contact-form/grunion-form-view.php:9
4063
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
4064
- msgid "Email"
4065
- msgstr "E-poçt"
4066
 
4067
- #: modules/contact-form/grunion-form-view.php:10
4068
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
4069
- msgid "Website"
4070
- msgstr "Veb sayt"
4071
 
4072
- #: modules/contact-form/grunion-form-view.php:11
4073
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
4074
- msgid "Comment"
4075
- msgstr "Şərh"
4076
 
4077
- #: modules/contact-form/grunion-form-view.php:12
4078
- msgctxt "Default label for new HTML form field in contact form builder"
4079
- msgid "New Field"
4080
- msgstr "Yeni Sahə"
4081
 
4082
- #: modules/contact-form/grunion-form-view.php:13
4083
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
4084
- msgid "Options"
4085
- msgstr "Parametrlər"
4086
 
4087
- #: modules/contact-form/grunion-form-view.php:14
4088
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
4089
- msgid "Option"
4090
- msgstr "Parametr"
4091
 
4092
- #: modules/contact-form/grunion-form-view.php:15
4093
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
4094
- msgid "First option"
4095
- msgstr "İlk parametr"
4096
 
4097
- #: modules/contact-form/grunion-form-view.php:16
4098
- msgctxt "error message in contact form builder"
4099
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
4100
- msgstr "Bağışlayın, forma yaradıcısında bir problem meydana gəldi. Siz böyük ehtimalla təkrar cəhd etməli olacaqsınız."
4101
 
4102
- #: modules/contact-form/grunion-form-view.php:17
4103
- msgid ""
4104
- "Drag up or down\n"
4105
- "to re-arrange"
4106
  msgstr ""
4107
- "Yenidən sıralamaq üçün\n"
4108
- "aşağı-yuxarı sürüşdürün"
4109
 
4110
- #: modules/contact-form/admin.php:157
4111
- msgid "Feedback(s) marked as spam"
4112
  msgstr ""
4113
 
4114
- #: modules/contact-form/admin.php:187 modules/contact-form/admin.php:602
4115
- msgid "Messages"
4116
- msgstr "Mesajlar"
4117
 
4118
- #: modules/contact-form/admin.php:196
4119
- #: modules/contact-form/grunion-omnisearch.php:36
4120
- msgid "From"
4121
  msgstr ""
4122
 
4123
- #: modules/contact-form/admin.php:197
4124
- #: modules/contact-form/grunion-contact-form.php:762
4125
- #: modules/contact-form/grunion-omnisearch.php:37
4126
- msgid "Message"
4127
- msgstr "Mesaj"
4128
 
4129
- #: modules/contact-form/admin.php:198
4130
- #: modules/contact-form/grunion-omnisearch.php:38
4131
- #: modules/omnisearch/omnisearch-posts.php:46
4132
- msgid "Date"
4133
- msgstr "Tarix"
4134
 
4135
- #: modules/contact-form/admin.php:268
4136
- msgid "Restore this item from the Trash"
4137
- msgstr "Bu elementi zibil qutusundan geri yüklə"
4138
 
4139
- #: modules/contact-form/admin.php:270
4140
- msgid "Restore"
4141
- msgstr "Bərpa et"
4142
 
4143
- #: modules/contact-form/admin.php:273 modules/contact-form/admin.php:372
4144
- msgid "Delete this item permanently"
4145
- msgstr "Bu elementi birdəfəlik sil"
4146
 
4147
- #: modules/contact-form/admin.php:275 modules/contact-form/admin.php:374
4148
- msgid "Delete Permanently"
4149
- msgstr "Birdəfəlik sil"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4150
 
4151
- #: modules/contact-form/admin.php:306
4152
- msgid "Mark this message as spam"
4153
- msgstr "Bu mesajı spam olaraq işarələ"
4154
 
4155
- #: modules/contact-form/admin.php:313 modules/contact-form/admin.php:315
4156
- #: modules/contact-form/admin.php:612
4157
- #: modules/omnisearch/omnisearch-posts.php:65
4158
- msgid "Trash"
4159
- msgstr "Zibil qutusu"
4160
 
4161
- #: modules/contact-form/admin.php:366
4162
- msgid "Mark this message as NOT spam"
4163
- msgstr "Bu mesajı spam Deyil olaraq işarələ"
4164
 
4165
- #: modules/contact-form/admin.php:406
4166
- #: modules/contact-form/grunion-contact-form.php:1187
4167
- msgctxt "{$date_format} \\a\\t {$time_format}"
4168
- msgid "%1$s \\a\\t %2$s"
4169
  msgstr ""
4170
 
4171
- #: modules/contact-form/admin.php:568
4172
- msgid "You are not allowed to move this item out of the Trash."
4173
- msgstr "Bu maddəni zibil qutusundan geri almaq üçün yetərli iznə sahib deyilsiniz."
4174
-
4175
- #: modules/contact-form/admin.php:571
4176
- msgid "Error in restoring from Trash."
4177
- msgstr "Zibil qutusundakı maddəni bərpa edərkən xəta baş verdi."
4178
 
4179
- #: modules/contact-form/admin.php:575
4180
- msgid "You are not allowed to move this item to the Trash."
4181
- msgstr "Bu maddəni zibil qutusuna göndərmə izniniz yoxdur."
4182
 
4183
- #: modules/contact-form/admin.php:578
4184
- msgid "Error in moving to Trash."
4185
- msgstr "Zibil qutusuna göndərilərkən xəta baş verdi."
4186
 
4187
- #: modules/contact-form/admin.php:625
4188
- msgid "Spam"
4189
- msgstr "Spam"
4190
 
4191
- #: modules/contact-form/grunion-contact-form.php:82
4192
- #: modules/contact-form/grunion-contact-form.php:83
4193
- #: modules/contact-form/grunion-form-view.php:136
4194
- msgid "Feedback"
4195
- msgstr "Geri bildiriş"
4196
 
4197
- #: modules/contact-form/grunion-contact-form.php:84
4198
- msgid "Search Feedback"
4199
- msgstr "Geri bildirişləri axtar"
4200
 
4201
- #: modules/contact-form/grunion-contact-form.php:85
4202
- #: modules/contact-form/grunion-contact-form.php:86
4203
- msgid "No feedback found"
4204
- msgstr "Geri bildirş tapılmadı"
4205
 
4206
- #: modules/contact-form/grunion-contact-form.php:103
4207
- msgid "Spam <span class=\"count\">(%s)</span>"
4208
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
4209
- msgstr[0] "Spam <span class=\"count\">(%s)</span>"
4210
- msgstr[1] "Spam <span class=\"count\">(%s)</span>"
4211
 
4212
- #: modules/contact-form/grunion-contact-form.php:192
4213
- msgid "An error occurred. Please try again later."
4214
- msgstr "Bir xəta meydana gəldi. Daha sonra təkrar cəhd edin."
4215
 
4216
- #: modules/contact-form/grunion-contact-form.php:200
4217
- #: modules/contact-form/grunion-contact-form.php:853
4218
- msgid "Message Sent"
4219
- msgstr "Mesaj göndərildi. "
4220
 
4221
- #: modules/contact-form/grunion-contact-form.php:358
4222
- msgid "Export feedback as CSV"
4223
  msgstr ""
4224
 
4225
- #: modules/contact-form/grunion-contact-form.php:364
4226
- msgid "Select feedback to download"
4227
  msgstr ""
4228
 
4229
- #: modules/contact-form/grunion-contact-form.php:366
4230
- msgid "All posts"
4231
- msgstr "Bütün yazılar"
4232
-
4233
- #: modules/contact-form/grunion-contact-form.php:371
4234
- msgid "Download"
4235
- msgstr "Endir"
4236
-
4237
- #: modules/carousel/jetpack-carousel.php:389
4238
- #: modules/shortcodes/slideshow.php:67
4239
- msgid "Background color"
4240
- msgstr "Arxa fon rəngi"
4241
 
4242
- #: modules/carousel/jetpack-carousel.php:392
4243
- msgid "Metadata"
4244
- msgstr "Metadata"
4245
 
4246
- #: modules/carousel/jetpack-carousel.php:449
4247
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
4248
  msgstr ""
4249
 
4250
- #: modules/carousel/jetpack-carousel.php:457
4251
- msgid "Show map of photo location in carousel, when available."
4252
  msgstr ""
4253
 
4254
- #: modules/carousel/jetpack-carousel.php:465
4255
- #: modules/shortcodes/slideshow.php:74
4256
- msgid "Black"
4257
- msgstr "Qara"
4258
 
4259
- #: modules/carousel/jetpack-carousel.php:465
4260
- #: modules/shortcodes/slideshow.php:75
4261
- msgid "White"
4262
- msgstr "Ağ"
4263
 
4264
- #: modules/carousel/jetpack-carousel.php:473
4265
- msgid "Display images in full-size carousel slideshow."
4266
- msgstr "Təsvirləri tam ölçülü karusel slaydşousu içində göstər."
 
 
 
 
 
4267
 
4268
- #: modules/comments/admin.php:50 modules/comments/comments.php:211
4269
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
4270
- msgid "Leave a Reply"
4271
- msgstr "Bir cavab yazın"
 
 
 
 
4272
 
4273
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:156
4274
- #: modules/widgets/twitter-timeline.php:218
4275
- msgid "Light"
4276
- msgstr "Açıq"
4277
 
4278
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:157
4279
- #: modules/widgets/twitter-timeline.php:219
4280
- msgid "Dark"
4281
- msgstr "Qoyu"
4282
 
4283
- #: modules/comments/admin.php:56
4284
- msgid "Transparent"
4285
- msgstr "Şəffaf"
4286
 
4287
- #: modules/comments/admin.php:72 modules/module-info.php:521
4288
- msgid "Jetpack Comments"
4289
- msgstr "Jetpack Şərhləri"
4290
 
4291
- #: modules/comments/admin.php:81
4292
- msgid "Greeting Text"
4293
  msgstr ""
4294
 
4295
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
4296
- #: modules/widgets/facebook-likebox.php:154
4297
- msgid "Color Scheme"
4298
- msgstr "Rəng sxemi"
4299
 
4300
- #: modules/comments/admin.php:118
4301
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
4302
  msgstr ""
4303
 
4304
- #: modules/comments/admin.php:134
4305
- msgid "A few catchy words to motivate your readers to comment"
4306
  msgstr ""
4307
 
4308
- #: modules/comments/base.php:83
4309
- msgid "Invalid request"
4310
- msgstr "Xətalı istək"
 
 
4311
 
4312
- #: modules/comments/base.php:230
4313
- msgid "Error: please fill the required fields (name, email)."
4314
- msgstr "Xəta: zəhmət olmasa tələb olunan sahələri doldurun(ad, e-poçt)."
4315
 
4316
- #: modules/comments/base.php:232
4317
- msgid "Error: please enter a valid email address."
4318
- msgstr "Xəta: zəhmət olmasa keçərli elektron poçt ünvanı daxil edin."
4319
 
4320
- #: modules/comments/comments.php:187
4321
- msgid "You must <a href=\"%s\">log in</a> to post a comment."
4322
  msgstr ""
4323
 
4324
- #: modules/comments/comments.php:212
4325
- msgid "Leave a Reply to %s"
4326
- msgstr "%s üçün bir cavab yazın"
4327
 
4328
- #: modules/comments/comments.php:251
4329
- msgid "Cancel reply"
4330
- msgstr "Cavabı ləğv et"
4331
 
4332
- #: modules/comments/comments.php:387
4333
- msgid "Invalid security token."
4334
  msgstr ""
4335
 
4336
- #: modules/comments/comments.php:448 modules/comments/comments.php:499
4337
- msgid "Submitting Comment%s"
4338
- msgstr "Şərh%s Göndərmə"
4339
-
4340
- #: modules/contact-form/admin.php:16
4341
- msgid "Add a custom form"
4342
  msgstr ""
4343
 
4344
- #: modules/contact-form/admin.php:21 modules/contact-form/admin.php:22
4345
- msgid "Add Contact Form"
4346
- msgstr "Əlaqə Forması Əlavə Et"
 
 
 
 
 
 
 
4347
 
4348
- #: modules/contact-form/admin.php:101
4349
- msgid "Mark Spam"
4350
  msgstr ""
4351
 
4352
- #: modules/contact-form/admin.php:140 modules/contact-form/admin.php:534
4353
- msgid "You are not allowed to manage this item."
4354
- msgstr "Bu maddəni idarə etməyə izin verilmir."
4355
 
4356
- #: modules/carousel/jetpack-carousel.php:111
4357
- msgid "Please be sure to submit some text with your comment."
4358
- msgstr "Lütfən şərhiniz ilə birlikdə bir mətn göndərdiyinizdən əmin olun."
4359
 
4360
- #: modules/carousel/jetpack-carousel.php:112
4361
- msgid "Please provide an email address to comment."
4362
  msgstr ""
4363
 
4364
- #: modules/carousel/jetpack-carousel.php:113
4365
- msgid "Please provide your name to comment."
4366
- msgstr ""
4367
 
4368
- #: modules/carousel/jetpack-carousel.php:114
4369
- msgid "Sorry, but there was an error posting your comment. Please try again later."
4370
  msgstr ""
4371
 
4372
- #: modules/carousel/jetpack-carousel.php:115
4373
- msgid "Your comment was approved."
4374
- msgstr "Şərhiniz təsdiqləndi."
4375
 
4376
- #: modules/carousel/jetpack-carousel.php:116
4377
- msgid "Your comment is in moderation."
4378
- msgstr "Şərhiniz yoxlanmaq üçün gözləməkdədir."
4379
 
4380
- #: modules/carousel/jetpack-carousel.php:117
4381
- msgid "Camera"
4382
- msgstr "Kamera"
4383
 
4384
- #: modules/carousel/jetpack-carousel.php:118
4385
- msgid "Aperture"
4386
- msgstr "Diafraqma"
4387
 
4388
- #: modules/carousel/jetpack-carousel.php:119
4389
- msgid "Shutter Speed"
4390
  msgstr ""
4391
 
4392
- #: modules/carousel/jetpack-carousel.php:120
4393
- msgid "Focal Length"
4394
  msgstr ""
4395
 
4396
- #: modules/carousel/jetpack-carousel.php:130
4397
- msgid "Commenting as %s"
4398
- msgstr ""
4399
 
4400
- #: modules/carousel/jetpack-carousel.php:133
4401
- msgid "You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in</a> to post a comment."
4402
  msgstr ""
4403
 
4404
- #: modules/carousel/jetpack-carousel.php:135
4405
- msgid "%s (Required)"
4406
- msgstr "%s (Gərəkli)"
 
4407
 
4408
- #: modules/carousel/jetpack-carousel.php:137
4409
- #: modules/contact-form/grunion-contact-form.php:753
4410
- #: modules/contact-form/grunion-form-view.php:155
4411
- msgid "Email"
4412
- msgstr "E-poşt"
4413
 
4414
- #: modules/carousel/jetpack-carousel.php:141
4415
- #: modules/contact-form/grunion-contact-form.php:754
4416
- #: modules/contact-form/grunion-form-view.php:160
4417
- msgid "Website"
4418
- msgstr "Veb sayt"
4419
 
4420
- #: modules/carousel/jetpack-carousel.php:266
4421
- msgid "Missing attachment ID."
4422
  msgstr ""
4423
 
4424
- #: modules/carousel/jetpack-carousel.php:303
4425
- msgid "Nonce verification failed."
4426
- msgstr "Nonsens təsdiqləmə baş tutmadı."
4427
 
4428
- #: modules/carousel/jetpack-carousel.php:310
4429
- msgid "Missing target blog ID."
4430
  msgstr ""
4431
 
4432
- #: modules/carousel/jetpack-carousel.php:313
4433
- msgid "Missing target post ID."
4434
  msgstr ""
4435
 
4436
- #: modules/carousel/jetpack-carousel.php:316
4437
- msgid "No comment text was submitted."
4438
  msgstr ""
4439
 
4440
- #: modules/carousel/jetpack-carousel.php:328
4441
- msgid "Comments on this post are closed."
4442
  msgstr ""
4443
 
4444
- #: modules/carousel/jetpack-carousel.php:338
4445
- msgid "Sorry, but we could not authenticate your request."
4446
  msgstr ""
4447
 
4448
- #: modules/carousel/jetpack-carousel.php:347
4449
- msgid "Please provide your name."
4450
  msgstr ""
4451
 
4452
- #: modules/carousel/jetpack-carousel.php:350
4453
- msgid "Please provide an email address."
4454
  msgstr ""
4455
 
4456
- #: modules/carousel/jetpack-carousel.php:353
4457
- msgid "Please provide a valid email address."
4458
  msgstr ""
4459
 
4460
- #: modules/carousel/jetpack-carousel.php:382
4461
- msgid "Image Gallery Carousel"
4462
- msgstr "Təsvir Qalerya Karuseli"
4463
-
4464
- #: modules/carousel/jetpack-carousel.php:385
4465
- msgid "Enable carousel"
4466
- msgstr "karuseli aktivləşdir"
4467
-
4468
- #: modules/after-the-deadline/config-options.php:95
4469
- msgid "Use automatically detected language to proofread posts and pages"
4470
  msgstr ""
4471
 
4472
- #: modules/after-the-deadline/config-unignore.php:129
4473
- msgid "Ignored Phrases"
4474
- msgstr "Hesaba Alınmayan İfadələr"
4475
 
4476
- #: modules/after-the-deadline/config-unignore.php:131
4477
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
4478
  msgstr ""
4479
 
4480
- #: modules/after-the-deadline/config-unignore.php:133
4481
- #: modules/widget-visibility/widget-conditions.php:174
4482
- msgid "Add"
4483
- msgstr "Əlavə et"
4484
 
4485
- #: modules/after-the-deadline/config-unignore.php:138
4486
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
4487
  msgstr ""
4488
 
4489
- #: modules/after-the-deadline.php:179
4490
- msgid "Spelling"
4491
- msgstr "İmla"
4492
 
4493
- #: modules/after-the-deadline.php:180
4494
- msgid "Repeated Word"
4495
- msgstr "Təkrarlanan Kəlmə"
4496
 
4497
- #: modules/after-the-deadline.php:182
4498
- msgid "No suggestions"
4499
- msgstr "Məsləhət yoxdur"
4500
 
4501
- #: modules/after-the-deadline.php:184
4502
- msgid "Explain..."
4503
- msgstr "Açıqla ..."
4504
 
4505
- #: modules/after-the-deadline.php:185
4506
- msgid "Ignore suggestion"
4507
- msgstr "Məsləhəti gözardı et"
4508
 
4509
- #: modules/after-the-deadline.php:186
4510
- msgid "Ignore always"
4511
- msgstr "Hər zaman gözardı et"
4512
 
4513
- #: modules/after-the-deadline.php:187
4514
- msgid "Ignore all"
4515
- msgstr "Tamamını göz ardı et"
4516
 
4517
- #: modules/after-the-deadline.php:189
4518
- msgid "Edit Selection..."
4519
- msgstr "Bölməni redaktə et..."
4520
 
4521
- #: modules/after-the-deadline.php:191
4522
- msgid "proofread"
4523
- msgstr "korrektor"
 
4524
 
4525
- #: modules/after-the-deadline.php:192
4526
- msgid "edit text"
4527
- msgstr "mətni redaktə et"
4528
 
4529
- #: modules/after-the-deadline.php:193 modules/after-the-deadline.php:268
4530
- msgid "Proofread Writing"
4531
- msgstr "Korrektor Yazma"
4532
 
4533
- #: modules/after-the-deadline.php:195
4534
- msgid "No writing errors were found."
4535
- msgstr "Heç bir yazma xətası tapılmadı."
4536
 
4537
- #: modules/after-the-deadline.php:196
4538
- msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
4539
  msgstr ""
4540
 
4541
- #: modules/after-the-deadline.php:197
4542
- msgid "There was an error communicating with the proofreading service."
4543
- msgstr "Korrektor servisi ilə əlaqə qurularkən xəta baş verdi."
4544
 
4545
- #: modules/after-the-deadline.php:199
4546
- msgid "Replace selection with:"
4547
- msgstr "Bölməni bununla dəyişdirin:"
4548
 
4549
- #: modules/after-the-deadline.php:200
4550
- msgid ""
4551
- "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
4552
- "\n"
4553
- "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
4554
  msgstr ""
4555
 
4556
- #: modules/after-the-deadline.php:201
4557
- msgid ""
4558
- "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
4559
- "\n"
4560
- "Press OK to update your post, or Cancel to view the suggestions and edit your post."
4561
  msgstr ""
4562
 
4563
- #: modules/carousel/jetpack-carousel.php:106
4564
- msgid "Comment"
4565
- msgstr "Şərh"
4566
 
4567
- #: modules/carousel/jetpack-carousel.php:107
4568
- msgid "Post Comment"
4569
- msgstr "Şərh göndər"
4570
 
4571
- #: modules/carousel/jetpack-carousel.php:108
4572
- msgid "Write a Comment..."
4573
- msgstr "Şərh Yaz..."
4574
 
4575
- #: modules/carousel/jetpack-carousel.php:109
4576
- msgid "Loading Comments..."
4577
- msgstr "Şərhlər Yüklənir..."
4578
 
4579
- #: modules/carousel/jetpack-carousel.php:110
4580
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
4581
- msgstr "Tam ölçüdə bax <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
4582
 
4583
- #: functions.twitter-cards.php:83
4584
- msgid "Photo post by %s."
4585
- msgstr "%s tərəfindən foto yazısı."
4586
 
4587
- #: functions.twitter-cards.php:83
4588
- msgid "Photo post."
4589
- msgstr "Foto yazısı."
4590
 
4591
- #: functions.twitter-cards.php:85
4592
- msgid "Video post by %s."
4593
- msgstr "%s tərəfindən video yazısı."
4594
 
4595
- #: functions.twitter-cards.php:85
4596
- msgid "Video post."
4597
- msgstr "Video yazısı."
4598
 
4599
- #: functions.twitter-cards.php:87
4600
- msgid "Gallery post by %s."
4601
- msgstr "%s tərəfindən qalereya yazısı."
4602
 
4603
- #: functions.twitter-cards.php:87
4604
- msgid "Gallery post."
4605
- msgstr "Qalereya yazısı."
4606
 
4607
- #: functions.twitter-cards.php:89
4608
- msgid "New post by %s."
4609
- msgstr "%s tərəfindən yeni yazı."
4610
 
4611
- #: functions.twitter-cards.php:89
4612
- msgid "New post."
4613
- msgstr "Yeni yazı."
4614
 
4615
- #: locales.php:29
4616
- msgctxt "locales"
4617
- msgid "%1$s/%2$s"
4618
- msgstr "%1$s/%2$s"
4619
 
4620
- #: modules/after-the-deadline/config-options.php:48
4621
- msgid "Proofreading"
4622
- msgstr ""
4623
 
4624
- #: modules/after-the-deadline/config-options.php:50
4625
- msgid "Automatically proofread content when:"
4626
- msgstr ""
4627
 
4628
- #: modules/after-the-deadline/config-options.php:53
4629
- msgid "a post or page is first published"
4630
- msgstr ""
4631
 
4632
- #: modules/after-the-deadline/config-options.php:55
4633
- msgid "a post or page is updated"
4634
- msgstr ""
4635
 
4636
- #: modules/after-the-deadline/config-options.php:58
4637
- msgid "English Options"
4638
- msgstr "İngilis dili parametrləri"
4639
 
4640
- #: modules/after-the-deadline/config-options.php:60
4641
- msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
4642
- msgstr ""
4643
 
4644
- #: modules/after-the-deadline/config-options.php:63
4645
- msgid "Bias Language"
4646
- msgstr "Bias Dili"
4647
 
4648
- #: modules/after-the-deadline/config-options.php:65
4649
- msgid "Clich&eacute;s"
4650
- msgstr ""
4651
 
4652
- #: modules/after-the-deadline/config-options.php:67
4653
- msgid "Complex Phrases"
4654
- msgstr "Qarışıq İfadələr"
4655
 
4656
- #: modules/after-the-deadline/config-options.php:69
4657
- msgid "Diacritical Marks"
4658
- msgstr "Səs dəyişdirtən İşarətlər"
4659
 
4660
- #: modules/after-the-deadline/config-options.php:71
4661
- msgid "Double Negatives"
4662
- msgstr "Qoşa Neqativlər"
 
4663
 
4664
- #: modules/after-the-deadline/config-options.php:73
4665
- msgid "Hidden Verbs"
4666
- msgstr "Gizli Fellər"
 
4667
 
4668
- #: modules/after-the-deadline/config-options.php:75
4669
- msgid "Jargon"
4670
- msgstr "Jarqon"
 
4671
 
4672
- #: modules/after-the-deadline/config-options.php:77
4673
- msgid "Passive Voice"
4674
- msgstr "Passiv Səs"
 
4675
 
4676
- #: modules/after-the-deadline/config-options.php:79
4677
- msgid "Phrases to Avoid"
4678
- msgstr "Uzaq durulacaq İfadələr"
4679
 
4680
- #: modules/after-the-deadline/config-options.php:81
4681
- msgid "Redundant Phrases"
4682
- msgstr "Yardımçı İfadələr"
 
4683
 
4684
- #: modules/after-the-deadline/config-options.php:83
4685
- msgid "<a href=\"%s\">Learn more</a> about these options."
4686
- msgstr ""
 
4687
 
4688
- #: modules/after-the-deadline/config-options.php:86
4689
- msgid "Language"
4690
- msgstr "Dil"
 
4691
 
4692
- #: modules/after-the-deadline/config-options.php:89
4693
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
4694
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
4695
- msgstr ""
4696
 
4697
- #: class.jetpack.php:3178
4698
- msgid "Free"
4699
- msgstr "Pulsuz"
 
4700
 
4701
- #: class.jetpack.php:3178
4702
- msgid "Purchase"
4703
- msgstr "Satın al"
 
4704
 
4705
- #: class.jetpack.php:3186
4706
- msgid "New"
4707
- msgstr "Yeni"
4708
 
4709
- #: class.jetpack.php:3189
4710
- msgid "Updated"
4711
- msgstr "Yeniləndi"
4712
 
4713
- #: class.jetpack.php:3217
4714
- msgid "Configure"
4715
- msgstr "Konfiqurasiya"
4716
 
4717
- #: class.jetpack.php:3255
4718
- msgid "Coming soon&#8230;"
4719
- msgstr ""
 
 
 
 
4720
 
4721
- #: class.jetpack.php:3412
4722
- msgid "Something is being cranky!"
4723
  msgstr ""
4724
 
4725
- #: class.jetpack.php:3413
4726
- msgid "Your site is configured to only permit SSL connections to Jetpack, but SSL connections don't seem to be functional!"
4727
- msgstr ""
4728
 
4729
- #: class.jetpack.php:3501
4730
- msgid "Error Details: Jetpack ID is empty. Do not publicly post this error message! %s"
4731
- msgstr ""
4732
 
4733
- #: class.jetpack.php:3503
4734
- msgid "Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s"
4735
  msgstr ""
4736
 
4737
- #: class.jetpack.php:3505
4738
- msgid "Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s"
4739
  msgstr ""
4740
 
4741
- #: class.jetpack.php:3663
4742
- msgid "Jetpack Plugin Version"
4743
- msgstr "Jetpack Plaqin Versiyası"
4744
-
4745
- #: class.jetpack.php:3669
4746
- msgid "The Client ID/WP.com Blog ID of this site"
4747
  msgstr ""
4748
 
4749
- #: class.jetpack.php:3921
4750
- msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
4751
  msgstr ""
4752
 
4753
- #: class.jetpack.php:3924
4754
- 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."
4755
  msgstr ""
4756
 
4757
- #: class.jetpack.php:3952
4758
- msgid "The authorization process expired. Please go back and try again."
4759
  msgstr ""
4760
 
4761
- #: class.jetpack.php:3992
4762
- msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
4763
  msgstr ""
4764
 
4765
- #: class.jetpack.php:4160
4766
- msgid "Something has gotten mixed up!"
4767
  msgstr ""
4768
 
4769
- #: class.jetpack.php:4162
4770
- msgid "Your <code>%1$s</code> option is set up as <strong>%2$s</strong>, but your WordPress.com connection lists it as <strong>%3$s</strong>!"
4771
- msgstr ""
 
 
 
 
4772
 
4773
- #: class.jetpack.php:4164
4774
- msgid "The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings."
4775
- msgstr ""
4776
 
4777
- #: class.jetpack.php:4165
4778
- msgid "Ignore the difference. This is just a staging site for the real site referenced above."
4779
  msgstr ""
4780
 
4781
- #: class.jetpack.php:4166
4782
- msgid "That used to be my URL for this site before I changed it. Update the WordPress.com Cloud's data to match my current settings."
4783
  msgstr ""
4784
 
4785
- #: class.json-api-endpoints.php:1174
4786
- msgid "This post is password protected."
4787
- msgstr "Bu yazı parolla qorunur."
4788
-
4789
- #: class.json-api-endpoints.php:2865
4790
- msgid "Comment cache problem?"
4791
- msgstr "Şərh keşləməsində problemmi var?"
4792
-
4793
- #: functions.gallery.php:12
4794
- msgid "Thumbnail Grid"
4795
- msgstr "Miniatür Toru"
4796
-
4797
- #: functions.gallery.php:40
4798
- msgid "Type"
4799
- msgstr "Növ"
4800
-
4801
- #: functions.opengraph.php:90
4802
- msgid "(no title)"
4803
- msgstr "(başlıqsız)"
4804
-
4805
- #: class.jetpack.php:2637
4806
- msgctxt "%l = list of Jetpack module/feature names"
4807
- msgid "Deactivate %l"
4808
- msgstr ""
4809
 
4810
- #: class.jetpack.php:2822
4811
- msgid "Connected to WordPress.com"
4812
- msgstr ""
4813
 
4814
- #: class.jetpack.php:2822
4815
- msgid "Disconnect from WordPress.com"
4816
- msgstr ""
4817
 
4818
- #: class.jetpack.php:2827
4819
- msgid "User linked to WordPress.com"
4820
  msgstr ""
4821
 
4822
- #: class.jetpack.php:2827
4823
- msgid "Unlink user from WordPress.com"
4824
- msgstr ""
4825
 
4826
- #: class.jetpack.php:2845
4827
- msgid "Jetpack is network activated and notices can not be dismissed."
4828
- msgstr ""
4829
 
4830
- #: class.jetpack.php:2859
4831
- msgid "Dismiss this notice."
4832
- msgstr ""
4833
 
4834
- #: class.jetpack.php:2864
4835
- 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."
4836
- msgstr ""
4837
 
4838
- #: class.jetpack.php:2879
4839
- 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."
4840
- msgstr ""
4841
 
4842
- #: class.jetpack.php:2883 modules/post-by-email.php:132
4843
- #: modules/publicize/publicize-jetpack.php:70
4844
- msgid "Link account with WordPress.com"
4845
- msgstr ""
4846
 
4847
- #: class.jetpack.php:2904
4848
- msgid "Have feedback on Jetpack?"
4849
- msgstr ""
4850
 
4851
- #: class.jetpack.php:2906
4852
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
4853
- msgstr ""
4854
 
4855
- #: class.jetpack.php:2909
4856
- msgid "Take Survey"
4857
- msgstr ""
4858
 
4859
- #: class.jetpack.php:2915
4860
- msgid "Checking email updates status&hellip;"
4861
- msgstr ""
 
4862
 
4863
- #: class.jetpack.php:2921
4864
- msgctxt "%s = Unsubscribe link"
4865
- msgid "You are currently subscribed to email updates. %s"
4866
  msgstr ""
4867
 
4868
- #: class.jetpack.php:2922
4869
- msgid "Unsubscribe"
4870
- msgstr "Abunəlikdən imtina et"
4871
 
4872
- #: class.jetpack.php:2926
4873
- msgctxt "%s = Subscribe link"
4874
- msgid "Want to receive updates about Jetpack by email? %s"
4875
- msgstr ""
4876
 
4877
- #: class.jetpack.php:2927 modules/subscriptions.php:710
4878
- msgid "Subscribe"
4879
- msgstr "Abunə"
4880
 
4881
- #: class.jetpack.php:2934
4882
- msgid "You have been subscribed to receive email updates."
4883
  msgstr ""
4884
 
4885
- #: class.jetpack.php:2936
4886
- msgid "You will no longer receive email updates about Jetpack."
4887
- msgstr ""
4888
 
4889
- #: class.jetpack.php:2948
4890
- msgid "An <span>Automattic</span> Airline"
4891
  msgstr ""
4892
 
4893
- #: class.jetpack.php:2951
4894
- msgid "Privacy Policy"
4895
- msgstr "Gizlilik Siyasəti"
4896
 
4897
- #: class.jetpack.php:2952
4898
- msgid "Terms of Service"
4899
- msgstr "Xidmət Şərtləri"
4900
 
4901
- #: class.jetpack.php:2954
4902
- msgid "Debug"
4903
- msgstr ""
4904
 
4905
- #: class.jetpack.php:2956 modules/sharedaddy/sharedaddy.php:87
4906
- msgid "Support"
4907
- msgstr "Dəstək"
4908
 
4909
- #: class.jetpack.php:3086
4910
- msgid "Configure %s"
4911
  msgstr ""
4912
 
4913
- #: class.jetpack.php:3145
4914
- msgid "Deactivate"
4915
- msgstr "Deaktivasiya"
4916
 
4917
- #: class.jetpack.php:3158
4918
- msgid "Activate"
4919
- msgstr "Aktivləşdir"
4920
 
4921
- #: class.jetpack.php:2296
4922
- 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?"
4923
- msgstr ""
4924
 
4925
- #: class.jetpack.php:2298
4926
- msgid "Do you still have the %s plugin installed?"
4927
- msgstr ""
4928
 
4929
- #: class.jetpack.php:2301
4930
- 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?"
4931
- msgstr ""
4932
 
4933
- #: class.jetpack.php:2319
4934
- msgid "%s was not activated."
4935
- msgstr ""
4936
 
4937
- #: class.jetpack.php:2321
4938
- msgid "%s was not deactivated."
4939
- msgstr ""
4940
 
4941
- #: class.jetpack.php:2323
4942
- msgid "This module can only be altered by %s, the user who initiated the Jetpack connection on this site."
4943
- msgstr ""
4944
 
4945
- #: class.jetpack.php:2326
4946
- msgid "Only the user who initiated the Jetpack connection on this site can toggle %s, but that user no longer exists. This should not happen."
4947
- msgstr ""
4948
 
4949
- #: class.jetpack.php:2330
4950
- 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)."
4951
- msgstr ""
4952
 
4953
- #: class.jetpack.php:2336
4954
- msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
4955
- msgstr ""
4956
 
4957
- #: class.jetpack.php:2340
4958
- msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
4959
- msgstr ""
4960
 
4961
- #: class.jetpack.php:2380
4962
- 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"
4963
  msgstr ""
4964
 
4965
- #: class.jetpack.php:2383
4966
- msgid "Try connecting again."
4967
  msgstr ""
4968
 
4969
- #: class.jetpack.php:2407
4970
- msgid "Welcome to <strong>Jetpack %s</strong>!"
4971
  msgstr ""
4972
 
4973
- #: class.jetpack.php:2419
4974
- msgid "The following new modules have been activated: %l."
4975
  msgstr ""
4976
 
4977
- #: class.jetpack.php:2431
4978
- msgid "The following modules have been updated: %l."
4979
- msgstr ""
4980
 
4981
- #: class.jetpack.php:2440
4982
- msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
4983
  msgstr ""
4984
 
4985
- #: class.jetpack.php:2466
4986
- msgctxt "%l = list of Jetpack module/feature names"
4987
- msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
4988
- msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
4989
- msgstr[0] ""
4990
- msgstr[1] ""
4991
 
4992
- #: class.jetpack.php:2478
4993
- msgid "<strong>Module settings were saved.</strong> "
4994
- msgstr ""
4995
 
4996
- #: class.jetpack.php:2482
4997
- msgid "<strong>Your Jetpack is already connected.</strong> "
4998
  msgstr ""
4999
 
5000
- #: class.jetpack.php:2486 class.jetpack.php:2493
5001
- msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
5002
- msgstr ""
5003
 
5004
- #: class.jetpack.php:2488
5005
- msgid "The features below are now active. Click the learn more buttons to explore each feature."
5006
  msgstr ""
5007
 
5008
- #: class.jetpack.php:2499
5009
- msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
5010
- msgstr ""
 
5011
 
5012
- #: class.jetpack.php:2522
5013
- msgid "Jetpack contains the most recent version of the old %l plugin."
5014
- msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
5015
- msgstr[0] ""
5016
- msgstr[1] ""
5017
 
5018
- #: class.jetpack.php:2533
5019
- msgid "The old version has been deactivated and can be removed from your site."
5020
- msgid_plural "The old versions have been deactivated and can be removed from your site."
5021
- msgstr[0] ""
5022
- msgstr[1] ""
5023
 
5024
- #: class.jetpack.php:2598
5025
- msgid "Is this site private?"
5026
- msgstr ""
5027
 
5028
- #: class.jetpack.php:2603
5029
- msgctxt "%l = list of Jetpack module/feature names"
5030
- msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
5031
- msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
5032
- msgstr[0] ""
5033
- msgstr[1] ""
5034
 
5035
- #: class.jetpack.php:2620
5036
- msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
5037
- msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
5038
- msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
5039
- msgstr[0] ""
5040
- msgstr[1] ""
5041
 
5042
- #: class.jetpack.php:1877 class.jetpack.php:1924
5043
- msgid "Jetpack FAQ"
5044
- msgstr "Jetpack SSS"
5045
 
5046
- #: class.jetpack.php:1878 class.jetpack.php:1925
5047
- msgid "Jetpack Support"
5048
- msgstr "Jetpack Dəstəyi"
5049
 
5050
- #: class.jetpack.php:1894
5051
- msgid "Overview"
5052
- msgstr "Əsas görunuş"
5053
 
5054
- #: class.jetpack.php:1907
5055
- msgid "Modules"
5056
- msgstr "Modullar"
5057
 
5058
- #: class.jetpack.php:1910
5059
- msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
5060
- msgstr ""
5061
 
5062
- #: class.jetpack.php:1912
5063
- msgid "Find the component you want to manage"
5064
- msgstr ""
5065
 
5066
- #: class.jetpack.php:1913
5067
- msgid "Click on Learn More"
5068
- msgstr ""
5069
 
5070
- #: class.jetpack.php:1914
5071
- msgid "An Activate or Deactivate button will appear"
5072
- msgstr ""
5073
 
5074
- #: class.jetpack.php:1915
5075
- msgid "If additional settings are available, a link to them will appear"
5076
- msgstr ""
5077
 
5078
- #: class.jetpack.php:2020 modules/publicize/ui.php:677
5079
- #: modules/sharedaddy/sharedaddy.php:79 modules/sharedaddy/sharedaddy.php:86
5080
- msgid "Settings"
5081
- msgstr "Parametrlər"
5082
 
5083
- #: class.jetpack.php:2037
5084
- msgid "Dismiss this notice and deactivate Jetpack."
5085
- msgstr ""
5086
 
5087
- #: class.jetpack.php:2043
5088
- msgid "<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!"
5089
- msgstr ""
5090
 
5091
- #: class.jetpack.php:2045
5092
- msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
5093
- msgstr ""
5094
 
5095
- #: class.jetpack.php:2051 class.jetpack.php:2868
5096
- msgid "Connect to WordPress.com"
5097
- msgstr ""
5098
 
5099
- #: class.jetpack.php:2053 modules/module-info.php:45 modules/module-info.php:81
5100
- #: modules/module-info.php:138 modules/module-info.php:173
5101
- #: modules/module-info.php:207 modules/module-info.php:237
5102
- #: modules/module-info.php:270 modules/module-info.php:306
5103
- #: modules/module-info.php:357 modules/module-info.php:379
5104
- #: modules/module-info.php:417 modules/module-info.php:442
5105
- #: modules/module-info.php:460 modules/module-info.php:479
5106
- #: modules/module-info.php:485 modules/module-info.php:512
5107
- #: modules/module-info.php:543 modules/module-info.php:578
5108
- #: modules/module-info.php:600 modules/module-info.php:622
5109
- #: modules/module-info.php:672 modules/module-info.php:700
5110
- #: modules/module-info.php:728 modules/module-info.php:749
5111
- #: modules/module-info.php:775 modules/module-info.php:801
5112
- #: modules/module-info.php:824 modules/module-info.php:843
5113
- #: modules/module-info.php:860 modules/module-info.php:876
5114
- #: modules/module-info.php:896 modules/module-info.php:931
5115
- #: modules/module-info.php:947
5116
- msgid "Learn More"
5117
- msgstr "Daha çox məlumat"
5118
 
5119
- #: class.jetpack.php:2066
5120
- msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
5121
- msgstr ""
5122
 
5123
- #: class.jetpack.php:2093
5124
- 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>."
5125
- msgstr ""
5126
 
5127
- #: class.jetpack.php:2104
5128
- msgid "click here"
5129
- msgstr "buraya tıklayın"
5130
 
5131
- #: class.jetpack.php:2274
5132
- msgid "Cheatin&#8217; uh?"
5133
- msgstr "Hiyləkarlıqmı edirsiniz?"
5134
 
5135
- #: class.jetpack.php:2277
5136
- msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
5137
- msgstr ""
5138
 
5139
- #: class.jetpack.php:2280
5140
- msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
5141
- msgstr ""
5142
 
5143
- #: class.jetpack.php:2284
5144
- 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."
5145
  msgstr ""
5146
 
5147
- #: class.jetpack.php:2287
5148
- 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."
5149
- msgstr ""
5150
 
5151
- #: class.jetpack.php:2291
5152
- msgid "Your website needs to be publicly accessible to use Jetpack: %s"
5153
  msgstr ""
5154
 
5155
- #: class.jetpack-debugger.php:178
5156
- msgid "Use a valid email address."
5157
- msgstr ""
5158
 
5159
- #: class.jetpack-debugger.php:183
5160
- msgid "The test results and some other useful debug information will be sent to the support team. Please feel free to <a href=\"#\">review/modify</a> this information."
5161
- msgstr ""
5162
 
5163
- #: class.jetpack-debugger.php:187
5164
- msgid "Debug Info"
5165
- msgstr ""
5166
 
5167
- #: class.jetpack-heartbeat.php:128
5168
- msgid "Jetpack weekly"
5169
- msgstr ""
5170
 
5171
- #: class.jetpack-sync.php:763 class.jetpack-sync.php:767
5172
- #: class.jetpack-sync.php:775 class.jetpack-sync.php:797
5173
- msgid "Refresh Status"
5174
  msgstr ""
5175
 
5176
- #: class.jetpack-sync.php:764
5177
- msgid "Indexing posts&hellip;"
5178
  msgstr ""
5179
 
5180
- #: class.jetpack-sync.php:768
5181
- msgid "Indexing posts"
5182
- msgstr ""
5183
 
5184
- #: class.jetpack-sync.php:771
5185
- msgid "Reindex Posts"
5186
- msgstr ""
5187
 
5188
- #: class.jetpack-sync.php:772
5189
- msgid "Posts indexed."
5190
- msgstr ""
5191
 
5192
- #: class.jetpack-sync.php:776
5193
- msgid "Status unknown."
5194
- msgstr ""
5195
 
5196
- #: class.jetpack.php:1094
5197
- msgctxt "Module Tag"
5198
- msgid "Photos and Videos"
5199
- msgstr "Fotolar və Videolar"
5200
 
5201
- #: class.jetpack.php:1095
5202
- msgctxt "Module Tag"
5203
- msgid "Social"
5204
- msgstr "Sosial"
5205
 
5206
- #: class.jetpack.php:1096
5207
- msgctxt "Module Tag"
5208
- msgid "WordPress.com Stats"
5209
- msgstr "WordPress.com Statistikaları"
5210
 
5211
- #: class.jetpack.php:1097
5212
- msgctxt "Module Tag"
5213
- msgid "Writing"
5214
- msgstr "Yazma"
5215
 
5216
- #: class.jetpack.php:1098
5217
- msgctxt "Module Tag"
5218
- msgid "Appearance"
5219
- msgstr "Görünüş"
5220
 
5221
- #: class.jetpack.php:1099
5222
- msgctxt "Module Tag"
5223
- msgid "Developers"
5224
- msgstr "Əmək sərf edənlər"
5225
 
5226
- #: class.jetpack.php:1100
5227
- msgctxt "Module Tag"
5228
- msgid "Mobile"
5229
- msgstr "Mobil"
5230
 
5231
- #: class.jetpack.php:1101
5232
- msgctxt "Module Tag"
5233
- msgid "Other"
5234
- msgstr "Digər"
5235
 
5236
- #: class.jetpack.php:1412
5237
- msgid "Jetpack requires WordPress version %s or later."
5238
  msgstr ""
5239
 
5240
- #: class.jetpack.php:1661 class.jetpack.php:1677
5241
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
5242
  msgstr ""
5243
 
5244
- #: class.jetpack.php:1698
5245
- msgid "One New Jetpack Module"
5246
- msgid_plural "%s New Jetpack Modules"
5247
- msgstr[0] ""
5248
- msgstr[1] ""
5249
 
5250
- #: class.jetpack.php:1701
5251
- msgid "Jetpack"
5252
- msgstr ""
5253
 
5254
- #: class.jetpack.php:1871 class.jetpack.php:1896 class.jetpack.php:1909
5255
- #: class.jetpack.php:2832 class.jetpack.php:3085
5256
- msgid "Jetpack by WordPress.com"
5257
  msgstr ""
5258
 
5259
- #: class.jetpack.php:1872 class.jetpack.php:1897 class.jetpack.php:2835
5260
- msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
5261
- msgstr ""
 
5262
 
5263
- #: class.jetpack.php:1873 class.jetpack.php:1898
5264
- 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."
5265
- msgstr ""
5266
 
5267
- #: class.jetpack.php:1874
5268
- msgid "Jetpack Module Options"
5269
- msgstr ""
5270
 
5271
- #: class.jetpack.php:1875
5272
- 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."
 
 
 
 
5273
  msgstr ""
5274
 
5275
- #: class.jetpack.php:1876 class.jetpack.php:1923
5276
- msgid "For more information:"
5277
- msgstr "Daha çox məlumat:"
5278
 
5279
- #: class.jetpack-debugger.php:24
5280
- msgid "You do not have sufficient permissions to access this page."
5281
- msgstr "Bu səhifəyə varmaq üçün yetərli izniniz yoxdur."
5282
 
5283
- #: class.jetpack-debugger.php:68
5284
- msgid "Your site isn’t reaching the Jetpack servers."
5285
- msgstr ""
5286
 
5287
- #: class.jetpack-debugger.php:71
5288
- msgid "Your site isn’t securely reaching the Jetpack servers."
5289
- msgstr ""
5290
 
5291
- #: class.jetpack-debugger.php:76
5292
- msgid "Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection lists it as `%3$s`!"
5293
  msgstr ""
5294
 
5295
- #: class.jetpack-debugger.php:83
5296
- msgid "Something has gotten mixed up in your Jetpack Connection!"
5297
  msgstr ""
5298
 
5299
- #: class.jetpack-debugger.php:93
5300
- msgid "It looks like your site can not communicate properly with Jetpack."
5301
  msgstr ""
5302
 
5303
- #: class.jetpack-debugger.php:99 class.jetpack.php:1706 class.jetpack.php:1926
5304
- msgid "Jetpack Debugging Center"
5305
  msgstr ""
5306
 
5307
- #: class.jetpack-debugger.php:100
5308
- msgid "Testing your site's compatibily with Jetpack..."
5309
  msgstr ""
5310
 
5311
- #: class.jetpack-debugger.php:128
5312
- msgid "Your Jetpack setup looks a-okay!"
5313
  msgstr ""
5314
 
5315
- #: class.jetpack-debugger.php:131
5316
- msgid "There seems to be a problem with your site’s ability to communicate with Jetpack!"
5317
- msgstr ""
5318
 
5319
- #: class.jetpack-debugger.php:138
5320
- msgid "Trouble with Jetpack?"
5321
  msgstr ""
5322
 
5323
- #: class.jetpack-debugger.php:139
5324
- msgid "It may be caused by one of these issues, which you can diagnose yourself:"
5325
- msgstr ""
5326
 
5327
- #: class.jetpack-debugger.php:141
5328
- msgid "A known issue."
5329
- msgstr ""
5330
 
5331
- #: class.jetpack-debugger.php:141
5332
- msgid "Some themes and plugins have <a href=\"%1$s\" target=\"_blank\">known conflicts</a> with Jetpack – check the <a href=\"%2$s\" target=\"_blank\">list</a>. (You can also browse the <a href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support forum</a> to see if others have experienced and solved the problem.)"
5333
  msgstr ""
5334
 
5335
- #: class.jetpack-debugger.php:142
5336
- msgid "An incompatible plugin."
5337
  msgstr ""
5338
 
5339
- #: class.jetpack-debugger.php:142
5340
- msgid "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help."
5341
  msgstr ""
5342
 
5343
- #: class.jetpack-debugger.php:143
5344
- msgid "A theme conflict."
5345
  msgstr ""
5346
 
5347
- #: class.jetpack-debugger.php:143
5348
- msgid "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know."
5349
  msgstr ""
5350
 
5351
- #: class.jetpack-debugger.php:144
5352
- msgid "A problem with your XMLRPC file."
5353
- msgstr "XMLRPC faylınızda problem var."
5354
-
5355
- #: class.jetpack-debugger.php:144
5356
- msgid "Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself."
5357
  msgstr ""
5358
 
5359
- #: class.jetpack-debugger.php:146
5360
- msgid "If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3."
5361
  msgstr ""
5362
 
5363
- #: class.jetpack-debugger.php:147
5364
- msgid "If you get a 404 message, contact your web host. Their security may block XMLRPC."
5365
  msgstr ""
5366
 
5367
- #: class.jetpack-debugger.php:152
5368
- msgid "If none of these help you find a solution, <a href=\"#\">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you've tried to resolve it, and one of our Happiness Engineers will be in touch to help."
5369
  msgstr ""
5370
 
5371
- #: class.jetpack-debugger.php:166
5372
- msgid "Please describe the problem you are having."
5373
  msgstr ""
5374
 
5375
- #: class.jetpack-debugger.php:171 modules/carousel/jetpack-carousel.php:139
5376
- #: modules/contact-form/grunion-contact-form.php:752
5377
- #: modules/contact-form/grunion-form-view.php:156
5378
- #: modules/custom-post-types/nova.php:740
5379
- msgid "Name"
5380
- msgstr "Ad"
5381
-
5382
- #: class.jetpack-debugger.php:172
5383
- msgid "Let us know your name."
5384
  msgstr ""
5385
 
5386
- #: class.jetpack-debugger.php:177
5387
- msgid "E-mail"
5388
- msgstr "E-poçt"
5389
-
5390
- #: _inc/lib/icalendar-reader.php:701
5391
- msgid "%1$s &ndash; %2$s"
5392
- msgstr "%1$s &ndash; %2$s"
5393
-
5394
- #: class.jetpack-cli.php:25
5395
- msgid "Jetpack is currently connected to WordPress.com"
5396
  msgstr ""
5397
 
5398
- #: class.jetpack-cli.php:26
5399
- msgid "The Jetpack Version is %s"
5400
  msgstr ""
5401
 
5402
- #: class.jetpack-cli.php:27
5403
- msgid "The WordPress.com blog_id is %d"
5404
  msgstr ""
5405
 
5406
- #: class.jetpack-cli.php:29
5407
- msgid "Jetpack is not currently connected to WordPress.com"
5408
  msgstr ""
5409
 
5410
- #: class.jetpack-cli.php:57
5411
- msgid "You cannot disconnect, without having first connected."
5412
  msgstr ""
5413
 
5414
- #: class.jetpack-cli.php:62 class.jetpack-cli.php:131
5415
- msgid "%s is not a valid command."
5416
  msgstr ""
5417
 
5418
- #: class.jetpack-cli.php:79
5419
- msgid "Please specify a valid user."
5420
  msgstr ""
5421
 
5422
- #: class.jetpack-cli.php:82
5423
- msgid "Please specify a user."
5424
  msgstr ""
5425
 
5426
- #: class.jetpack-cli.php:90
5427
- msgid "Jetpack has been successfully disconnected."
5428
  msgstr ""
5429
 
5430
- #: class.jetpack-cli.php:95
5431
- msgid "%s has been successfully disconnected."
5432
  msgstr ""
5433
 
5434
- #: class.jetpack-cli.php:97
5435
- msgid "%s could not be disconnected. Are you sure they're connected currently?"
5436
  msgstr ""
5437
 
5438
- #: class.jetpack-cli.php:101
5439
- msgid "Please specify if you would like to disconnect a blog or user."
5440
  msgstr ""
5441
 
5442
- #: class.jetpack-cli.php:138
5443
- msgid "%s is not a valid module."
5444
  msgstr ""
5445
 
5446
- #: class.jetpack-cli.php:144
5447
- msgid "Please specify a valid module."
5448
  msgstr ""
5449
 
5450
- #: class.jetpack-cli.php:151
5451
- msgid "Available Modules:"
5452
  msgstr ""
5453
 
5454
- #: class.jetpack-cli.php:155 modules/vaultpress.php:24
5455
- msgid "Active"
5456
- msgstr "Aktiv"
5457
-
5458
- #: class.jetpack-cli.php:155
5459
- msgid "Inactive"
5460
- msgstr "Passiv"
5461
 
5462
- #: class.jetpack-cli.php:163
5463
- msgid "%s has been activated."
5464
  msgstr ""
5465
 
5466
- #: class.jetpack-cli.php:169
5467
- msgid "%s has been deactivated."
5468
  msgstr ""
5469
 
5470
- #: class.jetpack-client-server.php:141
5471
- msgid "An administrator for this blog must set up the Jetpack connection."
5472
  msgstr ""
5473
 
5474
- #: class.jetpack-client-server.php:146
5475
- msgid "You need to register your Jetpack before connecting it."
5476
  msgstr ""
5477
 
5478
- #: class.jetpack-client-server.php:188 class.jetpack.php:3489
5479
- #: class.jetpack.php:3491 class.jetpack.php:3493 class.jetpack.php:3496
5480
- msgid "Error Details: %s"
5481
  msgstr ""
5482
 
5483
- #: _inc/lib/icalendar-reader.php:699
5484
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
5485
- msgid "%1$s at %2$s"
5486
- msgstr "%1$s, %2$s"
1
+ # Translation of 2.9 in Azerbaijani
2
+ # This file is distributed under the same license as the 2.9 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2014-02-20 08:56:24+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.9\n"
12
 
13
+ #: _inc/lib/icalendar-reader.php:699
14
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
15
+ msgid "%1$s at %2$s"
16
+ msgstr "%1$s, %2$s"
17
 
18
+ #: _inc/lib/icalendar-reader.php:701
19
+ msgid "%1$s &ndash; %2$s"
20
+ msgstr "%1$s &ndash; %2$s"
21
 
22
+ #: class.jetpack-cli.php:25
23
+ msgid "Jetpack is currently connected to WordPress.com"
24
  msgstr ""
25
 
26
+ #: class.jetpack-cli.php:26
27
+ msgid "The Jetpack Version is %s"
28
  msgstr ""
29
 
30
+ #: class.jetpack-cli.php:27
31
+ msgid "The WordPress.com blog_id is %d"
32
  msgstr ""
33
 
34
+ #: class.jetpack-cli.php:29
35
+ msgid "Jetpack is not currently connected to WordPress.com"
36
  msgstr ""
37
 
38
+ #: class.jetpack-cli.php:57
39
+ msgid "You cannot disconnect, without having first connected."
40
  msgstr ""
41
 
42
+ #: class.jetpack-cli.php:62 class.jetpack-cli.php:131
43
+ msgid "%s is not a valid command."
44
  msgstr ""
45
 
46
+ #: class.jetpack-cli.php:79
47
+ msgid "Please specify a valid user."
48
  msgstr ""
49
 
50
+ #: class.jetpack-cli.php:82
51
+ msgid "Please specify a user."
52
  msgstr ""
53
 
54
+ #: class.jetpack-cli.php:90
55
+ msgid "Jetpack has been successfully disconnected."
56
  msgstr ""
57
 
58
+ #: class.jetpack-cli.php:95
59
+ msgid "%s has been successfully disconnected."
60
  msgstr ""
61
 
62
+ #: class.jetpack-cli.php:97
63
+ msgid "%s could not be disconnected. Are you sure they're connected currently?"
64
  msgstr ""
65
 
66
+ #: class.jetpack-cli.php:101
67
+ msgid "Please specify if you would like to disconnect a blog or user."
68
  msgstr ""
69
 
70
+ #: class.jetpack-cli.php:138
71
+ msgid "%s is not a valid module."
72
  msgstr ""
73
 
74
+ #: class.jetpack-cli.php:144
75
+ msgid "Please specify a valid module."
76
  msgstr ""
77
 
78
+ #: class.jetpack-cli.php:151
79
+ msgid "Available Modules:"
80
  msgstr ""
81
 
82
+ #: class.jetpack-cli.php:155 modules/vaultpress.php:24
83
+ msgid "Active"
84
+ msgstr "Aktiv"
85
 
86
+ #: class.jetpack-cli.php:155
87
+ msgid "Inactive"
88
+ msgstr "Passiv"
89
+
90
+ #: class.jetpack-cli.php:163
91
+ msgid "%s has been activated."
92
  msgstr ""
93
 
94
+ #: class.jetpack-cli.php:169
95
+ msgid "%s has been deactivated."
96
  msgstr ""
97
 
98
+ #: class.jetpack-client-server.php:139
99
+ msgid "An administrator for this blog must set up the Jetpack connection."
100
  msgstr ""
101
 
102
+ #: class.jetpack-client-server.php:144
103
+ msgid "You need to register your Jetpack before connecting it."
104
  msgstr ""
105
 
106
+ #: class.jetpack-client-server.php:186 class.jetpack.php:3599
107
+ #: class.jetpack.php:3601 class.jetpack.php:3603 class.jetpack.php:3606
108
+ msgid "Error Details: %s"
109
+ msgstr ""
110
 
111
+ #: class.jetpack-debugger.php:24
112
+ msgid "You do not have sufficient permissions to access this page."
113
+ msgstr "Bu səhifəyə varmaq üçün yetərli izniniz yoxdur."
114
 
115
+ #: class.jetpack-debugger.php:68
116
+ msgid "Your site isn’t reaching the Jetpack servers."
117
+ msgstr ""
118
 
119
+ #: class.jetpack-debugger.php:71
120
+ msgid "Your site isn’t securely reaching the Jetpack servers."
121
+ msgstr ""
122
 
123
+ #: class.jetpack-debugger.php:76
124
+ msgid "Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection lists it as `%3$s`!"
125
  msgstr ""
126
 
127
+ #: class.jetpack-debugger.php:83
128
+ msgid "Something has gotten mixed up in your Jetpack Connection!"
129
+ msgstr ""
130
 
131
+ #: class.jetpack-debugger.php:93
132
+ msgid "It looks like your site can not communicate properly with Jetpack."
133
+ msgstr ""
134
 
135
+ #: class.jetpack-debugger.php:99 class.jetpack.php:1752 class.jetpack.php:1972
136
+ msgid "Jetpack Debugging Center"
137
  msgstr ""
138
 
139
+ #: class.jetpack-debugger.php:100
140
+ msgid "Testing your site's compatibily with Jetpack..."
141
+ msgstr ""
142
 
143
+ #: class.jetpack-debugger.php:128
144
+ msgid "Your Jetpack setup looks a-okay!"
145
+ msgstr ""
146
 
147
+ #: class.jetpack-debugger.php:131
148
+ msgid "There seems to be a problem with your site’s ability to communicate with Jetpack!"
149
  msgstr ""
150
 
151
+ #: class.jetpack-debugger.php:138
152
+ msgid "Trouble with Jetpack?"
153
+ msgstr ""
154
 
155
+ #: class.jetpack-debugger.php:139
156
+ msgid "It may be caused by one of these issues, which you can diagnose yourself:"
157
+ msgstr ""
158
 
159
+ #: class.jetpack-debugger.php:141
160
+ msgid "A known issue."
161
  msgstr ""
162
 
163
+ #: class.jetpack-debugger.php:141
164
+ msgid "Some themes and plugins have <a href=\"%1$s\" target=\"_blank\">known conflicts</a> with Jetpack – check the <a href=\"%2$s\" target=\"_blank\">list</a>. (You can also browse the <a href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support forum</a> to see if others have experienced and solved the problem.)"
165
  msgstr ""
166
 
167
+ #: class.jetpack-debugger.php:142
168
+ msgid "An incompatible plugin."
169
  msgstr ""
170
 
171
+ #: class.jetpack-debugger.php:142
172
+ msgid "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help."
173
  msgstr ""
174
 
175
+ #: class.jetpack-debugger.php:143
176
+ msgid "A theme conflict."
177
  msgstr ""
178
 
179
+ #: class.jetpack-debugger.php:143
180
+ msgid "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know."
181
  msgstr ""
182
 
183
+ #: class.jetpack-debugger.php:144
184
+ msgid "A problem with your XMLRPC file."
185
+ msgstr "XMLRPC faylınızda problem var."
186
+
187
+ #: class.jetpack-debugger.php:144
188
+ msgid "Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself."
189
  msgstr ""
190
 
191
+ #: class.jetpack-debugger.php:146
192
+ msgid "If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3."
193
  msgstr ""
194
 
195
+ #: class.jetpack-debugger.php:147
196
+ msgid "If you get a 404 message, contact your web host. Their security may block XMLRPC."
197
  msgstr ""
198
 
199
+ #: class.jetpack-debugger.php:152
200
+ msgid "If none of these help you find a solution, <a href=\"#\">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you've tried to resolve it, and one of our Happiness Engineers will be in touch to help."
201
  msgstr ""
202
 
203
+ #: class.jetpack-debugger.php:166
204
+ msgid "Please describe the problem you are having."
205
  msgstr ""
206
 
207
+ #: class.jetpack-debugger.php:171 modules/carousel/jetpack-carousel.php:139
208
+ #: modules/contact-form/grunion-contact-form.php:769
209
+ #: modules/contact-form/grunion-form-view.php:156
210
+ #: modules/custom-post-types/nova.php:740
211
+ msgid "Name"
212
+ msgstr "Ad"
213
+
214
+ #: class.jetpack-debugger.php:172
215
+ msgid "Let us know your name."
216
  msgstr ""
217
 
218
+ #: class.jetpack-debugger.php:177
219
+ msgid "E-mail"
220
+ msgstr "E-poçt"
221
 
222
+ #: class.jetpack-debugger.php:178
223
+ msgid "Use a valid email address."
224
  msgstr ""
225
 
226
+ #: class.jetpack-debugger.php:183
227
+ msgid "The test results and some other useful debug information will be sent to the support team. Please feel free to <a href=\"#\">review/modify</a> this information."
228
+ msgstr ""
229
 
230
+ #: class.jetpack-debugger.php:187
231
+ msgid "Debug Info"
232
  msgstr ""
233
 
234
+ #: class.jetpack-heartbeat.php:128
235
+ msgid "Jetpack weekly"
236
+ msgstr ""
237
 
238
+ #: class.jetpack-network-sites-list-table.php:14
239
+ msgid "Site Name"
240
+ msgstr "Sayt Adı"
241
 
242
+ #: class.jetpack-network-sites-list-table.php:15
243
+ msgid "Path"
244
+ msgstr "Yol"
245
 
246
+ #: class.jetpack-network-sites-list-table.php:16
247
+ #: modules/gplus-authorship/admin/ui.php:155 modules/sso.php:793
248
+ msgid "Connected"
249
+ msgstr "Bağlanıldı"
250
 
251
+ #: class.jetpack-network-sites-list-table.php:42
252
+ #: modules/custom-css/custom-css.php:719 modules/custom-css/custom-css.php:814
253
+ #: modules/custom-css/custom-css.php:844 modules/minileven/minileven.php:262
254
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:74
255
+ #: modules/minileven/theme/pub/minileven/content.php:53
256
+ #: modules/minileven/theme/pub/minileven/image.php:82
257
+ #: modules/minileven/theme/pub/minileven/page.php:31
258
+ #: modules/publicize/ui.php:677
259
+ msgid "Edit"
260
+ msgstr "Redaktə et"
261
 
262
+ #: class.jetpack-network.php:143 class.jetpack-network.php:240
263
+ #: class.jetpack-network.php:302 class.jetpack.php:1747
264
+ msgid "Jetpack"
265
  msgstr ""
266
 
267
+ #: class.jetpack-network.php:304 class.jetpack.php:2066
268
+ #: modules/publicize/ui.php:677 modules/sharedaddy/sharedaddy.php:79
269
+ #: modules/sharedaddy/sharedaddy.php:86
270
+ msgid "Settings"
271
+ msgstr "Parametrlər"
272
 
273
+ #: class.jetpack-network.php:634
274
+ msgid "Sites"
275
+ msgstr "Saytlar"
276
 
277
+ #: class.jetpack-sync.php:766 class.jetpack-sync.php:770
278
+ #: class.jetpack-sync.php:778 class.jetpack-sync.php:800
279
+ msgid "Refresh Status"
280
+ msgstr ""
281
 
282
+ #: class.jetpack-sync.php:767
283
+ msgid "Indexing posts&hellip;"
284
+ msgstr ""
285
 
286
+ #: class.jetpack-sync.php:771
287
+ msgid "Indexing posts"
288
+ msgstr ""
289
 
290
+ #: class.jetpack-sync.php:774
291
+ msgid "Reindex Posts"
292
  msgstr ""
293
 
294
+ #: class.jetpack-sync.php:775
295
+ msgid "Posts indexed."
296
+ msgstr ""
297
 
298
+ #: class.jetpack-sync.php:779
299
+ msgid "Status unknown."
300
+ msgstr ""
301
 
302
+ #: class.jetpack.php:1133
303
+ msgctxt "Module Tag"
304
+ msgid "Photos and Videos"
305
+ msgstr "Fotolar və Videolar"
306
 
307
+ #: class.jetpack.php:1134
308
+ msgctxt "Module Tag"
309
+ msgid "Social"
310
+ msgstr "Sosial"
311
 
312
+ #: class.jetpack.php:1135
313
+ msgctxt "Module Tag"
314
+ msgid "WordPress.com Stats"
315
+ msgstr "WordPress.com Statistikaları"
316
 
317
+ #: class.jetpack.php:1136
318
+ msgctxt "Module Tag"
319
+ msgid "Writing"
320
+ msgstr "Yazma"
321
 
322
+ #: class.jetpack.php:1137
323
+ msgctxt "Module Tag"
324
+ msgid "Appearance"
325
+ msgstr "Görünüş"
326
+
327
+ #: class.jetpack.php:1138
328
+ msgctxt "Module Tag"
329
+ msgid "Developers"
330
+ msgstr "Əmək sərf edənlər"
331
+
332
+ #: class.jetpack.php:1139
333
+ msgctxt "Module Tag"
334
+ msgid "Mobile"
335
+ msgstr "Mobil"
336
+
337
+ #: class.jetpack.php:1140
338
+ msgctxt "Module Tag"
339
+ msgid "Other"
340
+ msgstr "Digər"
341
+
342
+ #: class.jetpack.php:1451
343
+ msgid "Jetpack requires WordPress version %s or later."
344
  msgstr ""
345
 
346
+ #: class.jetpack.php:1707 class.jetpack.php:1723
347
+ msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
348
  msgstr ""
349
 
350
+ #: class.jetpack.php:1744
351
+ msgid "One New Jetpack Module"
352
+ msgid_plural "%s New Jetpack Modules"
353
+ msgstr[0] ""
354
+ msgstr[1] ""
355
 
356
+ #: class.jetpack.php:1917 class.jetpack.php:1942 class.jetpack.php:1955
357
+ #: class.jetpack.php:2933 class.jetpack.php:3198
358
+ #: views/admin/network-admin-header.php:5
359
+ msgid "Jetpack by WordPress.com"
360
  msgstr ""
361
 
362
+ #: class.jetpack.php:1918 class.jetpack.php:1943 class.jetpack.php:2936
363
+ msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
364
  msgstr ""
365
 
366
+ #: class.jetpack.php:1919 class.jetpack.php:1944
367
+ 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."
368
+ msgstr ""
369
 
370
+ #: class.jetpack.php:1920
371
+ msgid "Jetpack Module Options"
372
  msgstr ""
373
 
374
+ #: class.jetpack.php:1921
375
+ 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."
376
+ msgstr ""
 
377
 
378
+ #: class.jetpack.php:1922 class.jetpack.php:1969
379
+ msgid "For more information:"
380
+ msgstr "Daha çox məlumat:"
381
 
382
+ #: class.jetpack.php:1923 class.jetpack.php:1970
383
+ msgid "Jetpack FAQ"
384
+ msgstr "Jetpack SSS"
385
 
386
+ #: class.jetpack.php:1924 class.jetpack.php:1971
387
+ msgid "Jetpack Support"
388
+ msgstr "Jetpack Dəstəyi"
389
 
390
+ #: class.jetpack.php:1940
391
+ msgid "Overview"
392
+ msgstr "Əsas Görünüş"
393
 
394
+ #: class.jetpack.php:1953
395
+ msgid "Modules"
396
+ msgstr "Modullar"
397
 
398
+ #: class.jetpack.php:1956
399
+ msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
400
+ msgstr ""
401
 
402
+ #: class.jetpack.php:1958
403
+ msgid "Find the component you want to manage"
404
+ msgstr ""
405
 
406
+ #: class.jetpack.php:1959
407
+ msgid "Click on Learn More"
408
+ msgstr ""
409
 
410
+ #: class.jetpack.php:1960
411
+ msgid "An Activate or Deactivate button will appear"
412
+ msgstr ""
413
 
414
+ #: class.jetpack.php:1961
415
+ msgid "If additional settings are available, a link to them will appear"
416
+ msgstr ""
417
 
418
+ #: class.jetpack.php:2083
419
+ msgid "Dismiss this notice and deactivate Jetpack."
420
+ msgstr ""
421
 
422
+ #: class.jetpack.php:2089
423
+ msgid "<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!"
424
+ msgstr ""
425
 
426
+ #: class.jetpack.php:2091
427
+ msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
428
+ msgstr ""
429
 
430
+ #: class.jetpack.php:2097 class.jetpack.php:2981
431
+ #: views/admin/must-connect-main-blog.php:11
432
+ msgid "Connect to WordPress.com"
433
+ msgstr ""
434
 
435
+ #: class.jetpack.php:2099 modules/module-info.php:45 modules/module-info.php:81
436
+ #: modules/module-info.php:148 modules/module-info.php:183
437
+ #: modules/module-info.php:217 modules/module-info.php:247
438
+ #: modules/module-info.php:280 modules/module-info.php:316
439
+ #: modules/module-info.php:367 modules/module-info.php:389
440
+ #: modules/module-info.php:432 modules/module-info.php:457
441
+ #: modules/module-info.php:475 modules/module-info.php:494
442
+ #: modules/module-info.php:500 modules/module-info.php:527
443
+ #: modules/module-info.php:558 modules/module-info.php:593
444
+ #: modules/module-info.php:615 modules/module-info.php:637
445
+ #: modules/module-info.php:687 modules/module-info.php:715
446
+ #: modules/module-info.php:743 modules/module-info.php:764
447
+ #: modules/module-info.php:790 modules/module-info.php:816
448
+ #: modules/module-info.php:839 modules/module-info.php:858
449
+ #: modules/module-info.php:875 modules/module-info.php:891
450
+ #: modules/module-info.php:911 modules/module-info.php:946
451
+ #: modules/module-info.php:962
452
+ msgid "Learn More"
453
+ msgstr "Daha çox məlumat"
454
 
455
+ #: class.jetpack.php:2112
456
+ msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
457
+ msgstr ""
458
 
459
+ #: class.jetpack.php:2139
460
+ 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>."
461
+ msgstr ""
462
 
463
+ #: class.jetpack.php:2150
464
+ msgid "click here"
465
+ msgstr "buraya tıklayın"
466
 
467
+ #: class.jetpack.php:2320
468
+ msgid "Cheatin&#8217; uh?"
469
+ msgstr "Hiyləkarlıqmı edirsiniz?"
470
 
471
+ #: class.jetpack.php:2323
472
+ msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
473
  msgstr ""
474
 
475
+ #: class.jetpack.php:2326
476
+ msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
477
+ msgstr ""
478
 
479
+ #: class.jetpack.php:2330
480
+ 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."
481
+ msgstr ""
482
 
483
+ #: class.jetpack.php:2333
484
+ 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."
485
  msgstr ""
486
 
487
+ #: class.jetpack.php:2337
488
+ msgid "Your website needs to be publicly accessible to use Jetpack: %s"
489
+ msgstr ""
490
 
491
+ #: class.jetpack.php:2342
492
+ 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?"
493
+ msgstr ""
494
 
495
+ #: class.jetpack.php:2344
496
+ msgid "Do you still have the %s plugin installed?"
497
  msgstr ""
498
 
499
+ #: class.jetpack.php:2347
500
+ 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?"
501
+ msgstr ""
502
 
503
+ #: class.jetpack.php:2365
504
+ msgid "%s was not activated."
505
+ msgstr ""
506
 
507
+ #: class.jetpack.php:2367
508
+ msgid "%s was not deactivated."
509
+ msgstr ""
510
 
511
+ #: class.jetpack.php:2369
512
+ msgid "This module can only be altered by %s, the user who initiated the Jetpack connection on this site."
513
+ msgstr ""
514
 
515
+ #: class.jetpack.php:2372
516
+ msgid "Only the user who initiated the Jetpack connection on this site can toggle %s, but that user no longer exists. This should not happen."
517
  msgstr ""
518
 
519
+ #: class.jetpack.php:2376
520
+ 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)."
521
+ msgstr ""
522
 
523
+ #: class.jetpack.php:2382
524
+ msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
525
+ msgstr ""
526
 
527
+ #: class.jetpack.php:2386
528
+ msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
529
+ msgstr ""
530
 
531
+ #: class.jetpack.php:2426
532
+ 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"
533
+ msgstr ""
534
 
535
+ #: class.jetpack.php:2429
536
+ msgid "Try connecting again."
537
+ msgstr ""
538
 
539
+ #: class.jetpack.php:2453
540
+ msgid "Welcome to <strong>Jetpack %s</strong>!"
541
+ msgstr ""
542
 
543
+ #: class.jetpack.php:2465
544
+ msgid "The following new modules have been activated: %l."
545
+ msgstr ""
546
 
547
+ #: class.jetpack.php:2477
548
+ msgid "The following modules have been updated: %l."
549
+ msgstr ""
550
 
551
+ #: class.jetpack.php:2486
552
+ msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
553
+ msgstr ""
554
 
555
+ #: class.jetpack.php:2512
556
+ msgctxt "%l = list of Jetpack module/feature names"
557
+ msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
558
+ msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
559
+ msgstr[0] ""
560
+ msgstr[1] ""
561
 
562
+ #: class.jetpack.php:2524
563
+ msgid "<strong>Module settings were saved.</strong> "
564
+ msgstr ""
565
 
566
+ #: class.jetpack.php:2528
567
+ msgid "<strong>Your Jetpack is already connected.</strong> "
568
+ msgstr ""
569
 
570
+ #: class.jetpack.php:2532 class.jetpack.php:2539
571
+ msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
572
  msgstr ""
573
 
574
+ #: class.jetpack.php:2534
575
+ msgid "The features below are now active. Click the learn more buttons to explore each feature."
576
  msgstr ""
577
 
578
+ #: class.jetpack.php:2545
579
+ msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
580
  msgstr ""
581
 
582
+ #: class.jetpack.php:2568
583
+ msgid "Jetpack contains the most recent version of the old %l plugin."
584
+ msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
585
+ msgstr[0] ""
586
+ msgstr[1] ""
587
+
588
+ #: class.jetpack.php:2579
589
+ msgid "The old version has been deactivated and can be removed from your site."
590
+ msgid_plural "The old versions have been deactivated and can be removed from your site."
591
+ msgstr[0] ""
592
+ msgstr[1] ""
593
+
594
+ #: class.jetpack.php:2644
595
+ msgid "Is this site private?"
596
  msgstr ""
597
 
598
+ #: class.jetpack.php:2649
599
+ msgctxt "%l = list of Jetpack module/feature names"
600
+ msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
601
+ msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
602
+ msgstr[0] ""
603
+ msgstr[1] ""
604
 
605
+ #: class.jetpack.php:2666
606
+ msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
607
+ msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
608
+ msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
609
+ msgstr[0] ""
610
+ msgstr[1] ""
611
+
612
+ #: class.jetpack.php:2683
613
+ msgctxt "%l = list of Jetpack module/feature names"
614
+ msgid "Deactivate %l"
615
  msgstr ""
616
 
617
+ #: class.jetpack.php:2923
618
+ msgid "Connected to WordPress.com"
619
+ msgstr ""
620
 
621
+ #: class.jetpack.php:2923
622
+ msgid "Disconnect from WordPress.com"
623
+ msgstr ""
624
 
625
+ #: class.jetpack.php:2928
626
+ msgid "User linked to WordPress.com"
627
  msgstr ""
628
 
629
+ #: class.jetpack.php:2928
630
+ msgid "Unlink user from WordPress.com"
631
  msgstr ""
632
 
633
+ #: class.jetpack.php:2946
634
+ msgid "Jetpack is network activated. Notices cannot be dismissed."
635
  msgstr ""
636
 
637
+ #: class.jetpack.php:2960
638
+ msgid "To use Jetpack please contact your WordPress administrator to connect it for you."
639
  msgstr ""
640
 
641
+ #: class.jetpack.php:2972
642
+ msgid "Dismiss this notice."
643
  msgstr ""
644
 
645
+ #: class.jetpack.php:2977
646
+ 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."
647
+ msgstr ""
 
 
 
 
648
 
649
+ #: class.jetpack.php:2992
650
+ 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."
651
+ msgstr ""
652
 
653
+ #: class.jetpack.php:2996 modules/post-by-email.php:132
654
+ #: modules/publicize/publicize-jetpack.php:70
655
+ msgid "Link account with WordPress.com"
656
  msgstr ""
657
 
658
+ #: class.jetpack.php:3017 views/admin/network-admin-footer.php:4
659
+ msgid "Have feedback on Jetpack?"
660
  msgstr ""
661
 
662
+ #: class.jetpack.php:3019 views/admin/network-admin-footer.php:6
663
+ msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
664
+ msgstr ""
665
 
666
+ #: class.jetpack.php:3022 views/admin/network-admin-footer.php:9
667
+ msgid "Take Survey"
668
+ msgstr ""
669
 
670
+ #: class.jetpack.php:3028
671
+ msgid "Checking email updates status&hellip;"
672
+ msgstr ""
673
 
674
+ #: class.jetpack.php:3034
675
+ msgctxt "%s = Unsubscribe link"
676
+ msgid "You are currently subscribed to email updates. %s"
677
  msgstr ""
678
 
679
+ #: class.jetpack.php:3035
680
+ msgid "Unsubscribe"
681
+ msgstr "Abunəlikdən imtina et"
682
 
683
+ #: class.jetpack.php:3039
684
+ msgctxt "%s = Subscribe link"
685
+ msgid "Want to receive updates about Jetpack by email? %s"
686
+ msgstr ""
687
 
688
+ #: class.jetpack.php:3040 modules/subscriptions.php:710
689
+ msgid "Subscribe"
690
+ msgstr "Abunə"
691
 
692
+ #: class.jetpack.php:3047
693
+ msgid "You have been subscribed to receive email updates."
694
+ msgstr ""
695
 
696
+ #: class.jetpack.php:3049
697
+ msgid "You will no longer receive email updates about Jetpack."
698
+ msgstr ""
699
 
700
+ #: class.jetpack.php:3061 views/admin/network-admin-footer.php:15
701
+ msgid "An <span>Automattic</span> Airline"
702
+ msgstr ""
703
 
704
+ #: class.jetpack.php:3064 views/admin/network-admin-footer.php:18
705
+ msgid "Privacy Policy"
706
+ msgstr "Gizlilik Siyasəti"
707
 
708
+ #: class.jetpack.php:3065 views/admin/network-admin-footer.php:19
709
+ msgid "Terms of Service"
710
+ msgstr "Xidmət Şərtləri"
711
 
712
+ #: class.jetpack.php:3067 views/admin/network-admin-footer.php:21
713
+ msgid "Debug"
714
+ msgstr ""
715
 
716
+ #: class.jetpack.php:3069 modules/sharedaddy/sharedaddy.php:87
717
+ #: views/admin/network-admin-footer.php:23
718
+ msgid "Support"
719
+ msgstr "Dəstək"
720
 
721
+ #: class.jetpack.php:3199
722
+ msgid "Configure %s"
723
  msgstr ""
724
 
725
+ #: class.jetpack.php:3258
726
+ msgid "Deactivate"
727
+ msgstr "Deaktivasiya"
728
 
729
+ #: class.jetpack.php:3271
730
+ msgid "Activate"
731
+ msgstr "Aktivləşdir"
732
 
733
+ #: class.jetpack.php:3291
734
+ msgid "Free"
735
+ msgstr "Pulsuz"
736
 
737
+ #: class.jetpack.php:3291
738
+ msgid "Purchase"
739
+ msgstr "Satın al"
740
 
741
+ #: class.jetpack.php:3299
742
+ msgid "New"
743
+ msgstr "Yeni"
744
 
745
+ #: class.jetpack.php:3302
746
+ msgid "Updated"
747
+ msgstr "Yeniləndi"
748
 
749
+ #: class.jetpack.php:3330
750
+ msgid "Configure"
751
+ msgstr "Konfiqurasiya"
752
 
753
+ #: class.jetpack.php:3368
754
+ msgid "Coming soon&#8230;"
755
+ msgstr ""
756
 
757
+ #: class.jetpack.php:3525
758
+ msgid "Something is being cranky!"
759
+ msgstr ""
760
 
761
+ #: class.jetpack.php:3526
762
+ msgid "Your site is configured to only permit SSL connections to Jetpack, but SSL connections don't seem to be functional!"
 
763
  msgstr ""
764
 
765
+ #: class.jetpack.php:3611
766
+ msgid "Error Details: Jetpack ID is empty. Do not publicly post this error message! %s"
767
+ msgstr ""
 
768
 
769
+ #: class.jetpack.php:3613
770
+ msgid "Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s"
771
+ msgstr ""
 
772
 
773
+ #: class.jetpack.php:3615
774
+ msgid "Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
775
  msgstr ""
776
 
777
+ #: class.jetpack.php:3838
778
+ msgid "Jetpack Plugin Version"
779
+ msgstr "Jetpack Plaqin Versiyası"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
780
 
781
+ #: class.jetpack.php:3844
782
+ msgid "The Client ID/WP.com Blog ID of this site"
783
  msgstr ""
784
 
785
+ #: class.jetpack.php:4096
786
+ msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
 
 
 
 
 
 
 
 
787
  msgstr ""
788
 
789
+ #: class.jetpack.php:4099
790
+ 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."
791
  msgstr ""
792
 
793
+ #: class.jetpack.php:4127
794
+ msgid "The authorization process expired. Please go back and try again."
795
  msgstr ""
796
 
797
+ #: class.jetpack.php:4167
798
+ msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
799
  msgstr ""
800
 
801
+ #: class.jetpack.php:4335
802
+ msgid "Something has gotten mixed up!"
803
  msgstr ""
804
 
805
+ #: class.jetpack.php:4337
806
+ msgid "Your <code>%1$s</code> option is set up as <strong>%2$s</strong>, but your WordPress.com connection lists it as <strong>%3$s</strong>!"
807
  msgstr ""
808
 
809
+ #: class.jetpack.php:4339
810
+ msgid "The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings."
811
  msgstr ""
812
 
813
+ #: class.jetpack.php:4340
814
+ msgid "Ignore the difference. This is just a staging site for the real site referenced above."
815
  msgstr ""
816
 
817
+ #: class.jetpack.php:4341
818
+ msgid "That used to be my URL for this site before I changed it. Update the WordPress.com Cloud's data to match my current settings."
819
  msgstr ""
820
 
821
+ #: class.json-api-endpoints.php:1217
822
+ msgid "This post is password protected."
823
+ msgstr "Bu yazı parolla qorunur."
824
 
825
+ #: class.json-api-endpoints.php:2949
826
+ msgid "Comment cache problem?"
827
+ msgstr "Şərh keşləməsində problemmi var?"
828
 
829
+ #: functions.gallery.php:12
830
+ msgid "Thumbnail Grid"
831
+ msgstr "Miniatür Toru"
832
 
833
+ #: functions.gallery.php:40
834
+ msgid "Type"
835
+ msgstr "Növ"
836
 
837
+ #: functions.opengraph.php:90
838
+ msgid "(no title)"
839
+ msgstr "(başlıqsız)"
840
 
841
+ #: functions.twitter-cards.php:83
842
+ msgid "Photo post by %s."
843
+ msgstr "%s tərəfindən foto yazısı."
844
 
845
+ #: functions.twitter-cards.php:83
846
+ msgid "Photo post."
847
+ msgstr "Foto yazısı."
848
 
849
+ #: functions.twitter-cards.php:85
850
+ msgid "Video post by %s."
851
+ msgstr "%s tərəfindən video yazısı."
852
 
853
+ #: functions.twitter-cards.php:85
854
+ msgid "Video post."
855
+ msgstr "Video yazısı."
856
 
857
+ #: functions.twitter-cards.php:87
858
+ msgid "Gallery post by %s."
859
+ msgstr "%s tərəfindən qalereya yazısı."
860
 
861
+ #: functions.twitter-cards.php:87
862
+ msgid "Gallery post."
863
+ msgstr "Qalereya yazısı."
864
 
865
+ #: functions.twitter-cards.php:89
866
+ msgid "New post by %s."
867
+ msgstr "%s tərəfindən yeni yazı."
868
 
869
+ #: functions.twitter-cards.php:89
870
+ msgid "New post."
871
+ msgstr "Yeni yazı."
872
 
873
+ #: locales.php:29
874
+ msgctxt "locales"
875
+ msgid "%1$s/%2$s"
876
+ msgstr "%1$s/%2$s"
877
 
878
+ #: modules/after-the-deadline/config-options.php:48
879
+ msgid "Proofreading"
880
+ msgstr "Korrektə"
881
 
882
+ #: modules/after-the-deadline/config-options.php:50
883
+ msgid "Automatically proofread content when:"
884
+ msgstr "Bu hallarda mühtəviyyat avtomatik korrektə edilsin:"
885
 
886
+ #: modules/after-the-deadline/config-options.php:53
887
+ msgid "a post or page is first published"
888
+ msgstr "yazı ya səhifə ilk dəfə dərc edildiyində"
889
 
890
+ #: modules/after-the-deadline/config-options.php:55
891
+ msgid "a post or page is updated"
892
+ msgstr "yazı və ya səhifə yeniləndiyində"
893
 
894
+ #: modules/after-the-deadline/config-options.php:58
895
+ msgid "English Options"
896
+ msgstr "İngilis dili parametrləri"
897
 
898
+ #: modules/after-the-deadline/config-options.php:60
899
+ msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
900
+ msgstr ""
901
 
902
+ #: modules/after-the-deadline/config-options.php:63
903
+ msgid "Bias Language"
904
+ msgstr "Bias Dili"
905
 
906
+ #: modules/after-the-deadline/config-options.php:65
907
+ msgid "Clich&eacute;s"
908
+ msgstr "Klişelər"
909
 
910
+ #: modules/after-the-deadline/config-options.php:67
911
+ msgid "Complex Phrases"
912
+ msgstr "Qarışıq İfadələr"
913
 
914
+ #: modules/after-the-deadline/config-options.php:69
915
+ msgid "Diacritical Marks"
916
+ msgstr "Səs dəyişdirtən İşarətlər"
 
917
 
918
+ #: modules/after-the-deadline/config-options.php:71
919
+ msgid "Double Negatives"
920
+ msgstr "Qoşa Neqativlər"
 
921
 
922
+ #: modules/after-the-deadline/config-options.php:73
923
+ msgid "Hidden Verbs"
924
+ msgstr "Gizli Fellər"
 
925
 
926
+ #: modules/after-the-deadline/config-options.php:75
927
+ msgid "Jargon"
928
+ msgstr "Jarqon"
929
 
930
+ #: modules/after-the-deadline/config-options.php:77
931
+ msgid "Passive Voice"
932
+ msgstr "Passiv Səs"
933
 
934
+ #: modules/after-the-deadline/config-options.php:79
935
+ msgid "Phrases to Avoid"
936
+ msgstr "Uzaq durulacaq İfadələr"
937
 
938
+ #: modules/after-the-deadline/config-options.php:81
939
+ msgid "Redundant Phrases"
940
+ msgstr "Yardımçı İfadələr"
941
 
942
+ #: modules/after-the-deadline/config-options.php:83
943
+ msgid "<a href=\"%s\">Learn more</a> about these options."
944
+ msgstr "Bu xüsusiyyətlər haqqında<a href=\"%s\">Daha ətraflı</a> məlumat."
945
 
946
+ #: modules/after-the-deadline/config-options.php:86
947
+ msgid "Language"
948
+ msgstr "Dil"
949
 
950
+ #: modules/after-the-deadline/config-options.php:89
951
+ msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
952
+ msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
953
  msgstr ""
954
 
955
+ #: modules/after-the-deadline/config-options.php:95
956
+ msgid "Use automatically detected language to proofread posts and pages"
957
  msgstr ""
958
 
959
+ #: modules/after-the-deadline/config-unignore.php:129
960
+ msgid "Ignored Phrases"
961
+ msgstr "Hesaba Alınmayan İfadələr"
962
 
963
+ #: modules/after-the-deadline/config-unignore.php:131
964
+ msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
965
  msgstr ""
966
 
967
+ #: modules/after-the-deadline/config-unignore.php:133
968
+ #: modules/widget-visibility/widget-conditions.php:174
969
+ msgid "Add"
970
+ msgstr "Əlavə et"
971
 
972
+ #: modules/after-the-deadline/config-unignore.php:138
973
+ msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
974
+ msgstr "Dəyişikliklərin qeyd edilməsi üçün ekranın aşağısındakı \" Profili Yenilə\" düyməsinə basmağı unutmayın."
975
 
976
+ #: modules/after-the-deadline.php:179
977
+ msgid "Spelling"
978
+ msgstr "İmla"
979
 
980
+ #: modules/after-the-deadline.php:180
981
+ msgid "Repeated Word"
982
+ msgstr "Təkrarlanan Kəlmə"
983
 
984
+ #: modules/after-the-deadline.php:182
985
+ msgid "No suggestions"
986
+ msgstr "Məsləhət yoxdur"
987
 
988
+ #: modules/after-the-deadline.php:184
989
+ msgid "Explain..."
990
+ msgstr "Açıqla ..."
991
 
992
+ #: modules/after-the-deadline.php:185
993
+ msgid "Ignore suggestion"
994
+ msgstr "Məsləhəti gözardı et"
995
 
996
+ #: modules/after-the-deadline.php:186
997
+ msgid "Ignore always"
998
+ msgstr "Hər zaman gözardı et"
999
 
1000
+ #: modules/after-the-deadline.php:187
1001
+ msgid "Ignore all"
1002
+ msgstr "Tamamını göz ardı et"
1003
 
1004
+ #: modules/after-the-deadline.php:189
1005
+ msgid "Edit Selection..."
1006
+ msgstr "Bölməni redaktə et..."
1007
 
1008
+ #: modules/after-the-deadline.php:191
1009
+ msgid "proofread"
1010
+ msgstr "korrektor"
1011
 
1012
+ #: modules/after-the-deadline.php:192
1013
+ msgid "edit text"
1014
+ msgstr "mətni redaktə et"
1015
 
1016
+ #: modules/after-the-deadline.php:193 modules/after-the-deadline.php:268
1017
+ msgid "Proofread Writing"
1018
+ msgstr "Korrektor Yazma"
1019
 
1020
+ #: modules/after-the-deadline.php:195
1021
+ msgid "No writing errors were found."
1022
+ msgstr "Heç bir yazma xətası tapılmadı."
 
1023
 
1024
+ #: modules/after-the-deadline.php:196
1025
+ msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
1026
  msgstr ""
1027
 
1028
+ #: modules/after-the-deadline.php:197
1029
+ msgid "There was an error communicating with the proofreading service."
1030
+ msgstr "Korrektor servisi ilə əlaqə qurularkən xəta baş verdi."
1031
 
1032
+ #: modules/after-the-deadline.php:199
1033
+ msgid "Replace selection with:"
1034
+ msgstr "Bölməni bununla dəyişdirin:"
1035
 
1036
+ #: modules/after-the-deadline.php:200
1037
+ msgid ""
1038
+ "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
1039
+ "\n"
1040
+ "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
1041
  msgstr ""
1042
+ "Korrektorun bu yazı üçün təklifləri var. Bunu dərc etmək istədiyinizdən əminsinizmi? \n"
1043
+ " \n"
1044
+ "dərc etmək üçün OK düyməsinə basın, ya da təkliflərə baxmaq və yazını redaktə etmək üçün İmtina düyməsinə basın."
1045
 
1046
+ #: modules/after-the-deadline.php:201
1047
+ msgid ""
1048
+ "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
1049
+ "\n"
1050
+ "Press OK to update your post, or Cancel to view the suggestions and edit your post."
 
 
 
1051
  msgstr ""
1052
+ "Korrektorun bu yazı üçün təklifləri var. Bunu yeniləmək istədiyinizdən əminsinizmi? \n"
1053
+ " \n"
1054
+ "\n"
1055
+ " \n"
1056
+ "yazını yeniləmək üçün OK düyməsinə basın, ya da təkliflərə baxmaq və yazını redaktə etmək üçün İmtina düyməsinə basın."
1057
 
1058
+ #: modules/carousel/jetpack-carousel.php:106
1059
+ msgid "Comment"
1060
+ msgstr "Şərh"
1061
 
1062
+ #: modules/carousel/jetpack-carousel.php:107
1063
+ msgid "Post Comment"
1064
+ msgstr "Şərh göndər"
1065
 
1066
+ #: modules/carousel/jetpack-carousel.php:108
1067
+ msgid "Write a Comment..."
1068
+ msgstr "Şərh Yaz..."
1069
 
1070
+ #: modules/carousel/jetpack-carousel.php:109
1071
+ msgid "Loading Comments..."
1072
+ msgstr "Şərhlər Yüklənir..."
1073
 
1074
+ #: modules/carousel/jetpack-carousel.php:110
1075
+ msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
1076
+ msgstr "Tam ölçüdə bax <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
1077
 
1078
+ #: modules/carousel/jetpack-carousel.php:111
1079
+ msgid "Please be sure to submit some text with your comment."
1080
+ msgstr "Lütfən şərhiniz ilə birlikdə bir mətn göndərdiyinizdən əmin olun."
1081
 
1082
+ #: modules/carousel/jetpack-carousel.php:112
1083
+ msgid "Please provide an email address to comment."
1084
+ msgstr "Şərh etmək üçün e-poçt ünvanınızı təqdim edin."
 
 
1085
 
1086
+ #: modules/carousel/jetpack-carousel.php:113
1087
+ msgid "Please provide your name to comment."
1088
+ msgstr "Şərh etmək üçün adnızı təqdim edin."
 
1089
 
1090
+ #: modules/carousel/jetpack-carousel.php:114
1091
+ msgid "Sorry, but there was an error posting your comment. Please try again later."
1092
+ msgstr "Bağışlayın, ancaq şərhiniz göndərilərkən bir xəta baş verdi. Bir az sonra təkrar yoxlayın."
1093
 
1094
+ #: modules/carousel/jetpack-carousel.php:115
1095
+ msgid "Your comment was approved."
1096
+ msgstr "Şərhiniz təsdiqləndi."
1097
 
1098
+ #: modules/carousel/jetpack-carousel.php:116
1099
+ msgid "Your comment is in moderation."
1100
+ msgstr "Şərhiniz yoxlanmaq üçün gözləməkdədir."
1101
 
1102
+ #: modules/carousel/jetpack-carousel.php:117
1103
+ msgid "Camera"
1104
+ msgstr "Kamera"
1105
 
1106
+ #: modules/carousel/jetpack-carousel.php:118
1107
+ msgid "Aperture"
1108
+ msgstr "Diafraqma"
1109
 
1110
+ #: modules/carousel/jetpack-carousel.php:119
1111
+ msgid "Shutter Speed"
1112
  msgstr ""
1113
 
1114
+ #: modules/carousel/jetpack-carousel.php:120
1115
+ msgid "Focal Length"
1116
  msgstr ""
1117
 
1118
+ #: modules/carousel/jetpack-carousel.php:130
1119
+ msgid "Commenting as %s"
1120
  msgstr ""
1121
 
1122
+ #: modules/carousel/jetpack-carousel.php:133
1123
+ msgid "You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in</a> to post a comment."
1124
+ msgstr "Şərh yaza bilmək üçün <a href=\"#\" class=\"jp-carousel-comment-login\">giriş etməlisiniz</a>."
1125
 
1126
+ #: modules/carousel/jetpack-carousel.php:135
1127
+ msgid "%s (Required)"
1128
+ msgstr "%s (Gərəkli)"
 
 
 
 
 
 
 
 
1129
 
1130
+ #: modules/carousel/jetpack-carousel.php:137
1131
+ #: modules/contact-form/grunion-contact-form.php:770
1132
+ #: modules/contact-form/grunion-form-view.php:155
1133
+ msgid "Email"
1134
+ msgstr "E-poçt"
1135
 
1136
+ #: modules/carousel/jetpack-carousel.php:141
1137
+ #: modules/contact-form/grunion-contact-form.php:771
1138
+ #: modules/contact-form/grunion-form-view.php:160
1139
+ msgid "Website"
1140
+ msgstr "Veb sayt"
1141
 
1142
+ #: modules/carousel/jetpack-carousel.php:266
1143
+ msgid "Missing attachment ID."
1144
+ msgstr "Yarımçıq əlavə ID."
1145
 
1146
+ #: modules/carousel/jetpack-carousel.php:303
1147
+ msgid "Nonce verification failed."
1148
+ msgstr "Nonsens təsdiqləmə baş tutmadı."
1149
 
1150
+ #: modules/carousel/jetpack-carousel.php:310
1151
+ msgid "Missing target blog ID."
1152
+ msgstr "Yaımçıq hədəf bloq ID."
1153
 
1154
+ #: modules/carousel/jetpack-carousel.php:313
1155
+ msgid "Missing target post ID."
1156
+ msgstr "Yarımçıq hədəf yazı ID."
1157
 
1158
+ #: modules/carousel/jetpack-carousel.php:316
1159
+ msgid "No comment text was submitted."
1160
+ msgstr "Şərh yoxdur mətni göndərildi."
1161
 
1162
+ #: modules/carousel/jetpack-carousel.php:328
1163
+ msgid "Comments on this post are closed."
1164
+ msgstr "Bu yazıya şərh yazmaq bağlıdır."
1165
 
1166
+ #: modules/carousel/jetpack-carousel.php:338
1167
+ msgid "Sorry, but we could not authenticate your request."
1168
+ msgstr "Bağışlayın, ancaq istəyinizi təsdiqləyə bilmədik."
1169
 
1170
+ #: modules/carousel/jetpack-carousel.php:347
1171
+ msgid "Please provide your name."
1172
  msgstr ""
1173
 
1174
+ #: modules/carousel/jetpack-carousel.php:350
1175
+ msgid "Please provide an email address."
1176
+ msgstr "Bir e-poçt ünvanı daxil edin."
1177
 
1178
+ #: modules/carousel/jetpack-carousel.php:353
1179
+ msgid "Please provide a valid email address."
1180
+ msgstr "Etibarlı bir e-poçt ünvanı təqdim edin."
1181
 
1182
+ #: modules/carousel/jetpack-carousel.php:382
1183
+ msgid "Image Gallery Carousel"
1184
+ msgstr "Təsvir Qalerya Karuseli"
1185
 
1186
+ #: modules/carousel/jetpack-carousel.php:385
1187
+ msgid "Enable carousel"
1188
+ msgstr "karuseli aktivləşdir"
1189
 
1190
+ #: modules/carousel/jetpack-carousel.php:389
1191
+ #: modules/shortcodes/slideshow.php:72
1192
+ msgid "Background color"
1193
+ msgstr "Arxa fon rəngi"
1194
 
1195
+ #: modules/carousel/jetpack-carousel.php:392
1196
+ msgid "Metadata"
1197
+ msgstr "Metadata"
1198
 
1199
+ #: modules/carousel/jetpack-carousel.php:449
1200
+ msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
1201
  msgstr ""
1202
 
1203
+ #: modules/carousel/jetpack-carousel.php:457
1204
+ msgid "Show map of photo location in carousel, when available."
1205
  msgstr ""
1206
 
1207
+ #: modules/carousel/jetpack-carousel.php:465
1208
+ #: modules/shortcodes/slideshow.php:79
1209
+ msgid "Black"
1210
+ msgstr "Qara"
1211
 
1212
+ #: modules/carousel/jetpack-carousel.php:465
1213
+ #: modules/shortcodes/slideshow.php:80
1214
+ msgid "White"
1215
+ msgstr "Ağ"
1216
 
1217
+ #: modules/carousel/jetpack-carousel.php:473
1218
+ msgid "Display images in full-size carousel slideshow."
1219
+ msgstr "Təsvirləri tam ölçülü karusel slaydşousu içində göstər."
1220
 
1221
+ #: modules/comments/admin.php:50 modules/comments/comments.php:211
1222
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
1223
+ msgid "Leave a Reply"
1224
+ msgstr "Bir cavab yazın"
1225
 
1226
+ #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:156
1227
+ #: modules/widgets/twitter-timeline.php:218
1228
+ msgid "Light"
1229
+ msgstr "Açıq"
1230
 
1231
+ #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:157
1232
+ #: modules/widgets/twitter-timeline.php:219
1233
+ msgid "Dark"
1234
+ msgstr "Qoyu"
 
 
 
 
1235
 
1236
+ #: modules/comments/admin.php:56
1237
+ msgid "Transparent"
1238
+ msgstr "Şəffaf"
 
 
 
 
 
1239
 
1240
+ #: modules/comments/admin.php:72 modules/module-info.php:536
1241
+ msgid "Jetpack Comments"
1242
+ msgstr "Jetpack Şərhləri"
1243
 
1244
+ #: modules/comments/admin.php:81
1245
+ msgid "Greeting Text"
1246
  msgstr ""
1247
 
1248
+ #: modules/comments/admin.php:97 modules/comments/admin.php:168
1249
+ #: modules/widgets/facebook-likebox.php:154
1250
+ msgid "Color Scheme"
1251
+ msgstr "Rəng sxemi"
1252
 
1253
+ #: modules/comments/admin.php:118
1254
+ msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
1255
  msgstr ""
1256
 
1257
+ #: modules/comments/admin.php:134
1258
+ msgid "A few catchy words to motivate your readers to comment"
1259
  msgstr ""
1260
 
1261
+ #: modules/comments/base.php:83
1262
+ msgid "Invalid request"
1263
+ msgstr "Xətalı istək"
1264
 
1265
+ #: modules/comments/base.php:230
1266
+ msgid "Error: please fill the required fields (name, email)."
1267
+ msgstr "Xəta: zəhmət olmasa tələb olunan sahələri doldurun(ad, e-poçt)."
1268
 
1269
+ #: modules/comments/base.php:232
1270
+ msgid "Error: please enter a valid email address."
1271
+ msgstr "Xəta: zəhmət olmasa keçərli elektron poçt ünvanı daxil edin."
1272
 
1273
+ #: modules/comments/comments.php:187
1274
+ msgid "You must <a href=\"%s\">log in</a> to post a comment."
1275
  msgstr ""
1276
 
1277
+ #: modules/comments/comments.php:212
1278
+ msgid "Leave a Reply to %s"
1279
+ msgstr "%s üçün bir cavab yazın"
1280
 
1281
+ #: modules/comments/comments.php:251
1282
+ msgid "Cancel reply"
1283
+ msgstr "Cavabı ləğv et"
1284
 
1285
+ #: modules/comments/comments.php:387
1286
+ msgid "Invalid security token."
1287
  msgstr ""
1288
 
1289
+ #: modules/comments/comments.php:448 modules/comments/comments.php:499
1290
+ msgid "Submitting Comment%s"
1291
+ msgstr "Şərh%s Göndərmə"
1292
 
1293
+ #: modules/contact-form/admin.php:16
1294
+ msgid "Add a custom form"
1295
+ msgstr "Özəl forma əlavə et"
1296
 
1297
+ #: modules/contact-form/admin.php:21 modules/contact-form/admin.php:22
1298
+ msgid "Add Contact Form"
1299
+ msgstr "Əlaqə Forması Əlavə Et"
1300
 
1301
+ #: modules/contact-form/admin.php:101
1302
+ msgid "Mark Spam"
1303
  msgstr ""
1304
 
1305
+ #: modules/contact-form/admin.php:140 modules/contact-form/admin.php:534
1306
+ msgid "You are not allowed to manage this item."
1307
+ msgstr "Bu maddəni idarə etməyə izin verilmir."
1308
 
1309
+ #: modules/contact-form/admin.php:157
1310
+ msgid "Feedback(s) marked as spam"
1311
  msgstr ""
1312
 
1313
+ #: modules/contact-form/admin.php:187 modules/contact-form/admin.php:602
1314
+ msgid "Messages"
1315
+ msgstr "Mesajlar"
 
 
 
 
 
 
 
 
 
 
 
 
1316
 
1317
+ #: modules/contact-form/admin.php:196
1318
+ #: modules/contact-form/grunion-omnisearch.php:36
1319
+ msgid "From"
1320
  msgstr ""
1321
 
1322
+ #: modules/contact-form/admin.php:197
1323
+ #: modules/contact-form/grunion-contact-form.php:779
1324
+ #: modules/contact-form/grunion-omnisearch.php:37
1325
+ msgid "Message"
1326
+ msgstr "Mesaj"
 
 
 
 
 
 
1327
 
1328
+ #: modules/contact-form/admin.php:198
1329
+ #: modules/contact-form/grunion-omnisearch.php:38
1330
+ #: modules/omnisearch/omnisearch-posts.php:46
1331
+ msgid "Date"
1332
+ msgstr "Tarix"
1333
 
1334
+ #: modules/contact-form/admin.php:268
1335
+ msgid "Restore this item from the Trash"
1336
+ msgstr "Bu elementi zibil qutusundan geri yüklə"
1337
 
1338
+ #: modules/contact-form/admin.php:270
1339
+ msgid "Restore"
1340
+ msgstr "Bərpa et"
1341
 
1342
+ #: modules/contact-form/admin.php:273 modules/contact-form/admin.php:372
1343
+ msgid "Delete this item permanently"
1344
+ msgstr "Bu elementi birdəfəlik sil"
1345
 
1346
+ #: modules/contact-form/admin.php:275 modules/contact-form/admin.php:374
1347
+ msgid "Delete Permanently"
1348
+ msgstr "Birdəfəlik sil"
1349
 
1350
+ #: modules/contact-form/admin.php:306
1351
+ msgid "Mark this message as spam"
1352
+ msgstr "Bu mesajı spam olaraq işarələ"
1353
 
1354
+ #: modules/contact-form/admin.php:313 modules/contact-form/admin.php:315
1355
+ #: modules/contact-form/admin.php:612
1356
+ #: modules/omnisearch/omnisearch-posts.php:65
1357
+ msgid "Trash"
1358
+ msgstr "Zibil qutusu"
1359
 
1360
+ #: modules/contact-form/admin.php:366
1361
+ msgid "Mark this message as NOT spam"
1362
+ msgstr "Bu mesajı spam Deyil olaraq işarələ"
1363
 
1364
+ #: modules/contact-form/admin.php:406
1365
+ #: modules/contact-form/grunion-contact-form.php:1262
1366
+ msgctxt "{$date_format} \\a\\t {$time_format}"
1367
+ msgid "%1$s \\a\\t %2$s"
1368
  msgstr ""
1369
 
1370
+ #: modules/contact-form/admin.php:568
1371
+ msgid "You are not allowed to move this item out of the Trash."
1372
+ msgstr "Bu maddəni zibil qutusundan geri almaq üçün yetərli iznə sahib deyilsiniz."
1373
 
1374
+ #: modules/contact-form/admin.php:571
1375
+ msgid "Error in restoring from Trash."
1376
+ msgstr "Zibil qutusundakı maddəni bərpa edərkən xəta baş verdi."
1377
 
1378
+ #: modules/contact-form/admin.php:575
1379
+ msgid "You are not allowed to move this item to the Trash."
1380
+ msgstr "Bu maddəni zibil qutusuna göndərmə izniniz yoxdur."
1381
 
1382
+ #: modules/contact-form/admin.php:578
1383
+ msgid "Error in moving to Trash."
1384
+ msgstr "Zibil qutusuna göndərilərkən xəta baş verdi."
1385
 
1386
+ #: modules/contact-form/admin.php:625
1387
+ msgid "Spam"
1388
+ msgstr "Spam"
1389
 
1390
+ #: modules/contact-form/grunion-contact-form.php:82
1391
+ #: modules/contact-form/grunion-contact-form.php:83
1392
+ #: modules/contact-form/grunion-form-view.php:136
1393
+ msgid "Feedback"
1394
+ msgstr "Geri bildiriş"
1395
 
1396
+ #: modules/contact-form/grunion-contact-form.php:84
1397
+ msgid "Search Feedback"
1398
+ msgstr "Geri bildirişləri axtar"
1399
 
1400
+ #: modules/contact-form/grunion-contact-form.php:85
1401
+ #: modules/contact-form/grunion-contact-form.php:86
1402
+ msgid "No feedback found"
1403
+ msgstr "Geri bildirş tapılmadı"
1404
 
1405
+ #: modules/contact-form/grunion-contact-form.php:103
1406
+ msgid "Spam <span class=\"count\">(%s)</span>"
1407
+ msgid_plural "Spam <span class=\"count\">(%s)</span>"
1408
+ msgstr[0] "Spam <span class=\"count\">(%s)</span>"
1409
+ msgstr[1] "Spam <span class=\"count\">(%s)</span>"
1410
 
1411
+ #: modules/contact-form/grunion-contact-form.php:209
1412
+ msgid "An error occurred. Please try again later."
1413
+ msgstr "Bir xəta meydana gəldi. Daha sonra təkrar cəhd edin."
1414
 
1415
+ #: modules/contact-form/grunion-contact-form.php:217
1416
+ #: modules/contact-form/grunion-contact-form.php:896
1417
+ msgid "Message Sent"
1418
+ msgstr "Mesaj göndərildi. "
1419
 
1420
+ #: modules/contact-form/grunion-contact-form.php:375
1421
+ msgid "Export feedback as CSV"
1422
  msgstr ""
1423
 
1424
+ #: modules/contact-form/grunion-contact-form.php:381
1425
+ msgid "Select feedback to download"
1426
  msgstr ""
1427
 
1428
+ #: modules/contact-form/grunion-contact-form.php:383
1429
+ msgid "All posts"
1430
+ msgstr "Bütün yazılar"
1431
 
1432
+ #: modules/contact-form/grunion-contact-form.php:388
1433
+ msgid "Download"
1434
+ msgstr "Endir"
1435
 
1436
+ #: modules/contact-form/grunion-contact-form.php:435
1437
+ #: modules/contact-form/grunion-contact-form.php:527
1438
+ #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:506
1439
+ #: modules/module-info.php:510
1440
+ msgid "Contact Form"
1441
+ msgstr "Əlaqə Forması"
1442
 
1443
+ #: modules/contact-form/grunion-contact-form.php:741
1444
+ msgctxt "%1$s = blog name"
1445
+ msgid "%1$s Sidebar"
1446
+ msgstr "%1$s Yan menyu"
1447
 
1448
+ #: modules/contact-form/grunion-contact-form.php:744
1449
+ msgctxt "%1$s = blog name, %2$s = post title"
1450
+ msgid "%1$s %2$s"
1451
+ msgstr "%1$s %2$s"
1452
 
1453
+ #: modules/contact-form/grunion-contact-form.php:755
1454
+ msgid "Submit &#187;"
1455
+ msgstr "Göndər &#187;"
1456
 
1457
+ #: modules/contact-form/grunion-contact-form.php:775
1458
+ msgid "Subject"
1459
+ msgstr "Mövzu"
1460
 
1461
+ #: modules/contact-form/grunion-contact-form.php:882
1462
+ msgid "Error!"
1463
+ msgstr "Xəta!"
1464
 
1465
+ #: modules/contact-form/grunion-contact-form.php:897
1466
+ msgid "go back"
1467
+ msgstr "əvvələ qayıt"
1468
 
1469
+ #: modules/contact-form/grunion-contact-form.php:971
1470
+ #: modules/contact-form/grunion-contact-form.php:987
1471
+ msgctxt "%1$s = form field label, %2$s = form field value"
1472
+ msgid "%1$s: %2$s"
1473
+ msgstr "%1$s: %2$s"
1474
 
1475
+ #: modules/contact-form/grunion-contact-form.php:1272
1476
+ msgid "Time:"
1477
+ msgstr "Tarix:"
1478
 
1479
+ #: modules/contact-form/grunion-contact-form.php:1273
1480
+ msgid "IP Address:"
1481
+ msgstr "IP Ünvanı:"
1482
 
1483
+ #: modules/contact-form/grunion-contact-form.php:1281
1484
+ msgid "Contact Form URL:"
1485
+ msgstr "Əlaqə Formasının URL-i:"
1486
 
1487
+ #: modules/contact-form/grunion-contact-form.php:1286
1488
+ msgid "Sent by a verified %s user."
1489
  msgstr ""
1490
 
1491
+ #: modules/contact-form/grunion-contact-form.php:1290
1492
+ msgid "Sent by an unverified visitor to your site."
1493
+ msgstr "Şəxsiyyəti təyin edilməmiş birisi tərəfindən saytınıza göndərilmişdir."
1494
 
1495
+ #: modules/contact-form/grunion-contact-form.php:1530
1496
+ msgid "%s requires a valid email address"
1497
+ msgstr "%s hazırkı e-poçt ünvanı tələb olunur"
1498
 
1499
+ #: modules/contact-form/grunion-contact-form.php:1536
1500
+ msgid "%s is required"
1501
+ msgstr "%s tələb olunur"
1502
+
1503
+ #: modules/contact-form/grunion-contact-form.php:1585
1504
+ #: modules/contact-form/grunion-contact-form.php:1591
1505
+ #: modules/contact-form/grunion-contact-form.php:1596
1506
+ #: modules/contact-form/grunion-contact-form.php:1610
1507
+ #: modules/contact-form/grunion-contact-form.php:1616
1508
+ #: modules/contact-form/grunion-contact-form.php:1627
1509
+ #: modules/contact-form/grunion-contact-form.php:1637
1510
+ msgid "(required)"
1511
+ msgstr "(gərəkli)"
1512
 
1513
+ #: modules/contact-form/grunion-contact-form.php:1609
1514
+ #: modules/minileven/minileven.php:261
1515
+ msgid "Yes"
1516
+ msgstr "Bəli"
1517
 
1518
+ #: modules/contact-form/grunion-form-view.php:8
1519
+ msgctxt "Label for HTML form \"Name\" field in contact form builder"
1520
+ msgid "Name"
1521
+ msgstr "Ad"
1522
 
1523
+ #: modules/contact-form/grunion-form-view.php:9
1524
+ msgctxt "Label for HTML form \"Email\" field in contact form builder"
1525
+ msgid "Email"
1526
+ msgstr "E-poçt"
1527
 
1528
+ #: modules/contact-form/grunion-form-view.php:10
1529
+ msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
1530
+ msgid "Website"
1531
+ msgstr "Veb sayt"
1532
 
1533
+ #: modules/contact-form/grunion-form-view.php:11
1534
+ msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
1535
+ msgid "Comment"
1536
+ msgstr "Şərh"
1537
 
1538
+ #: modules/contact-form/grunion-form-view.php:12
1539
+ msgctxt "Default label for new HTML form field in contact form builder"
1540
+ msgid "New Field"
1541
+ msgstr "Yeni Sahə"
1542
 
1543
+ #: modules/contact-form/grunion-form-view.php:13
1544
+ msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
1545
+ msgid "Options"
1546
+ msgstr "Parametrlər"
1547
 
1548
+ #: modules/contact-form/grunion-form-view.php:14
1549
+ msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
1550
+ msgid "Option"
1551
+ msgstr "Parametr"
1552
+
1553
+ #: modules/contact-form/grunion-form-view.php:15
1554
+ msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
1555
+ msgid "First option"
1556
+ msgstr "İlk parametr"
1557
+
1558
+ #: modules/contact-form/grunion-form-view.php:16
1559
+ msgctxt "error message in contact form builder"
1560
+ msgid "Oops, there was a problem generating your form. You'll likely need to try again."
1561
+ msgstr "Bağışlayın, forma yaradıcısında bir problem meydana gəldi. Siz böyük ehtimalla təkrar cəhd etməli olacaqsınız."
1562
+
1563
+ #: modules/contact-form/grunion-form-view.php:17
1564
+ msgid ""
1565
+ "Drag up or down\n"
1566
+ "to re-arrange"
1567
  msgstr ""
1568
+ "Yenidən sıralamaq üçün\n"
1569
+ "aşağı-yuxarı sürüşdürün"
1570
 
1571
+ #: modules/contact-form/grunion-form-view.php:18
1572
+ msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
1573
+ msgid "move"
1574
+ msgstr "daşı"
1575
 
1576
+ #: modules/contact-form/grunion-form-view.php:19
1577
+ msgctxt "Link to edit an HTML form field in contact form builder"
1578
+ msgid "edit"
1579
+ msgstr "redaktə et"
1580
 
1581
+ #: modules/contact-form/grunion-form-view.php:20
1582
+ msgid "Saved successfully"
1583
+ msgstr "Müvəffəqiyyətlə qeyd edildi"
1584
 
1585
+ #: modules/contact-form/grunion-form-view.php:21
1586
+ msgctxt "This HTML form field is marked as required by the user in contact form builder"
1587
+ msgid "(required)"
1588
+ msgstr "(gərəkli)"
1589
 
1590
+ #: modules/contact-form/grunion-form-view.php:22
1591
+ msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
1592
+ msgstr "Dəyişiklikləri qeyd etmədən forma redaktorundan çıxmaq istədiyinizdən əminsinizmi? Etdiyiniz hər hansı bir dəyişiklik yox olacaqdır."
1593
 
1594
+ #: modules/contact-form/grunion-form-view.php:118
1595
+ msgid "Your new field was saved successfully"
1596
+ msgstr "Yeni sahəniz müvəffəqiyyətlə qeyd edildi"
1597
 
1598
+ #: modules/contact-form/grunion-form-view.php:120
1599
+ msgid "Form builder"
1600
+ msgstr "Forma yaradıcısı"
1601
 
1602
+ #: modules/contact-form/grunion-form-view.php:121
1603
+ msgid "Email notifications"
1604
+ msgstr "E-poçt bildirişləri"
1605
 
1606
+ #: modules/contact-form/grunion-form-view.php:126
1607
+ msgid "How does this work?"
1608
+ msgstr "Bu necə işləyir?"
1609
 
1610
+ #: modules/contact-form/grunion-form-view.php:127
1611
+ 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."
1612
+ msgstr "Əlaqə forması əlavə etməklə, oxuyucularınız sizinlə birbaşa ünsiyyət qura biləcəklər. Bütün geri izləmələr spam təhlükəsinə qarşı avtomatik olaraq yoxlamadan keçiriləcək və qanuni yollarla sizin ünvanınıza göndəriləcək."
1613
 
1614
+ #: modules/contact-form/grunion-form-view.php:128
1615
+ msgid "Can I add more fields?"
1616
+ msgstr "Daha çox sahə əlavə edə bilərəmmi?"
1617
 
1618
+ #: modules/contact-form/grunion-form-view.php:130
1619
+ msgctxt "%1$s = \"Click here\" in an HTML link"
1620
+ msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
1621
  msgstr ""
1622
 
1623
+ #: modules/contact-form/grunion-form-view.php:131
1624
+ msgid "Click here"
1625
+ msgstr "Buraya tıklayın"
1626
 
1627
+ #: modules/contact-form/grunion-form-view.php:133
1628
+ msgid "Can I view my feedback within WordPress?"
1629
+ msgstr "WordPress-də geri qidalandırıcılarıma baxa bilərəmmi?"
1630
+
1631
+ #: modules/contact-form/grunion-form-view.php:135
1632
+ msgctxt "%1$s = \"Feedback\" in an HTML link"
1633
+ msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
1634
  msgstr ""
1635
 
1636
+ #: modules/contact-form/grunion-form-view.php:141
1637
+ msgid "Do I need to fill this out?"
1638
+ msgstr "Mənə bunu doldurmaq lazımdır?"
1639
 
1640
+ #: modules/contact-form/grunion-form-view.php:142
1641
+ 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."
1642
+ msgstr ""
1643
+
1644
+ #: modules/contact-form/grunion-form-view.php:146
1645
+ msgid "Edit this new field"
1646
+ msgstr "Bu yeni sahəni redaktə et"
1647
+
1648
+ #: modules/contact-form/grunion-form-view.php:148
1649
+ #: modules/sharedaddy/sharing-sources.php:991
1650
+ msgid "Label"
1651
+ msgstr "Etiket"
1652
+
1653
+ #: modules/contact-form/grunion-form-view.php:149
1654
+ msgid "New field"
1655
+ msgstr "Yeni sahə"
1656
+
1657
+ #: modules/contact-form/grunion-form-view.php:151
1658
+ msgid "Field type"
1659
+ msgstr "Sahə növü"
1660
+
1661
+ #: modules/contact-form/grunion-form-view.php:153
1662
+ msgid "Checkbox"
1663
+ msgstr "Təsdiq qutusu"
1664
+
1665
+ #: modules/contact-form/grunion-form-view.php:154
1666
+ msgid "Drop down"
1667
+ msgstr "Aşağı sürüşdür"
1668
+
1669
+ #: modules/contact-form/grunion-form-view.php:157
1670
+ msgid "Radio"
1671
+ msgstr "Radio"
1672
+
1673
+ #: modules/contact-form/grunion-form-view.php:158
1674
+ msgid "Text"
1675
+ msgstr "Mətn"
1676
+
1677
+ #: modules/contact-form/grunion-form-view.php:159
1678
+ msgid "Textarea"
1679
+ msgstr "Mətn sahəsi"
1680
+
1681
+ #: modules/contact-form/grunion-form-view.php:166
1682
+ msgid "Options"
1683
+ msgstr "Parametrlər"
1684
+
1685
+ #: modules/contact-form/grunion-form-view.php:167
1686
+ msgid "First option"
1687
+ msgstr "İlk variant"
1688
+
1689
+ #: modules/contact-form/grunion-form-view.php:170
1690
+ msgid "Add another option"
1691
+ msgstr "Digər variant əlavə et"
1692
+
1693
+ #: modules/contact-form/grunion-form-view.php:177
1694
+ msgid "Required?"
1695
+ msgstr ""
1696
+
1697
+ #: modules/contact-form/grunion-form-view.php:182
1698
+ msgid "Save this field"
1699
+ msgstr "Bu sahəni qeyd et"
1700
+
1701
+ #: modules/contact-form/grunion-form-view.php:187
1702
+ msgid "Here&#8217;s what your form will look like"
1703
+ msgstr "Sizin formanız bu cür görünəcək"
1704
+
1705
+ #: modules/contact-form/grunion-form-view.php:192
1706
+ msgid "Add a new field"
1707
+ msgstr "Yeni sahə əlavə et"
1708
+
1709
+ #: modules/contact-form/grunion-form-view.php:194
1710
+ msgid "Add this form to my post"
1711
+ msgstr "Bu formanı yazıma əlavə et"
1712
+
1713
+ #: modules/contact-form/grunion-form-view.php:197
1714
+ msgid "Email settings"
1715
+ msgstr "E-poçt parametrləri"
1716
+
1717
+ #: modules/contact-form/grunion-form-view.php:199
1718
+ msgid "Enter your email address"
1719
+ msgstr "E-poçt ünvanınızı daxil edin"
1720
+
1721
+ #: modules/contact-form/grunion-form-view.php:202
1722
+ msgid "What should the subject line be?"
1723
+ msgstr "Obyekt xəttində nə olmalıdır?"
1724
+
1725
+ #: modules/contact-form/grunion-form-view.php:205
1726
+ msgid "Save and go back to form builder"
1727
+ msgstr "Qeyd et və forma yaradıcısına geri dön"
1728
+
1729
+ #: modules/custom-css/custom-css.php:456
1730
+ msgid ""
1731
+ "Welcome to Custom CSS!\n"
1732
+ "\n"
1733
+ "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"
1734
+ "\n"
1735
+ "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."
1736
+ msgstr ""
1737
+ "Özəl CSS üçün Xoş gəldiniz!\n"
1738
+ "\n"
1739
+ "CSS (Cascading Style Sheets) brauzerə veb səhifəsinə necə işləyəcyini söyələyən bir kod növüdür. Bu şərhləri silə bilər və özəlləşdirmələrinizə başlaya bilərsiniz.\n"
1740
+ "\n"
1741
+ "Standart olaraq, sizin stil lövhəniz mövzu stil lövhəsindən sonra yüklənəcəkdir, bu, sizin şərtlərinizin öncəlikli olduğu və mövzu CSS şərtlərini etibarsız etdiyi mənasına gəlir. Sadəcə hansı dəyişiklikləri etmək istəyirsinizsə buraya yazın, mövzunuzun bütün stil lövhəsinin mühtəviyyatını köçürməyə lüzum yoxdur."
1742
+
1743
+ #: modules/custom-css/custom-css.php:577
1744
+ msgid "Preview: changes must be saved or they will be lost"
1745
+ msgstr "Ön izləmə: Dəyişikliklər qeyd edilmədiyi təqdirdə qeyb olacaqlar."
1746
+
1747
+ #: modules/custom-css/custom-css.php:605
1748
+ msgid "Edit CSS"
1749
+ msgstr "CSS redaktə et"
1750
+
1751
+ #: modules/custom-css/custom-css.php:618
1752
+ msgid "CSS"
1753
+ msgstr "CSS"
1754
+
1755
+ #: modules/custom-css/custom-css.php:638
1756
+ msgid "Custom CSS Stylesheet"
1757
+ msgstr ""
1758
+
1759
+ #: modules/custom-css/custom-css.php:659
1760
+ msgid "Stylesheet saved."
1761
+ msgstr "Stil səhifəsi qeyd edildi."
1762
+
1763
+ #: modules/custom-css/custom-css.php:663
1764
+ msgid "Publish"
1765
+ msgstr "Dərc et"
1766
+
1767
+ #: modules/custom-css/custom-css.php:669
1768
+ msgid "CSS Revisions"
1769
+ msgstr "CSS Versiyaları"
1770
 
1771
+ #: modules/custom-css/custom-css.php:673
1772
+ msgid "CSS Stylesheet Editor"
1773
+ msgstr "CSS Stil Səhifəsi Redaktoru"
 
1774
 
1775
+ #: modules/custom-css/custom-css.php:680
1776
+ msgid ""
1777
+ "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
1778
+ "\t\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
1779
+ msgstr ""
1780
 
1781
+ #: modules/custom-css/custom-css.php:717
1782
+ msgid "Content Width:"
1783
+ msgstr "Mühtəviyyat Genişliyi:"
1784
 
1785
+ #: modules/custom-css/custom-css.php:718
1786
+ msgid "Default"
1787
+ msgstr "Mövcud"
 
1788
 
1789
+ #: modules/custom-css/custom-css.php:718
1790
+ msgid "%s px"
1791
+ msgstr "%s px"
1792
 
1793
+ #: modules/custom-css/custom-css.php:726
1794
+ msgid "Limit width to %1$s pixels for videos, full size images, and other shortcodes. (<a href=\"%2$s\">More info</a>.)"
1795
+ msgstr "Videolar, tam ölçülü təsvirlər və digər qısa kodlar üçün genişliyi %1$s piksellə məhdudlaşdırın. (<a href=\"%2$s\">Daha ətraflı məlumat</a>.)"
1796
 
1797
+ #: modules/custom-css/custom-css.php:742
1798
+ msgid "The default content width for the %s theme is %d pixels."
1799
+ msgstr ""
 
1800
 
1801
+ #: modules/custom-css/custom-css.php:747 modules/custom-css/custom-css.php:829
1802
+ #: modules/custom-css/custom-css.php:858 modules/minileven/minileven.php:270
1803
+ #: modules/publicize/publicize-jetpack.php:473
1804
+ #: modules/publicize/publicize-jetpack.php:585 modules/publicize/ui.php:274
1805
+ msgid "OK"
1806
+ msgstr "Ok"
1807
 
1808
+ #: modules/custom-css/custom-css.php:748 modules/custom-css/custom-css.php:830
1809
+ #: modules/custom-css/custom-css.php:859 modules/minileven/minileven.php:271
1810
+ #: modules/sharedaddy/sharing-sources.php:307
1811
+ msgid "Cancel"
1812
+ msgstr "İmtina"
1813
 
1814
+ #: modules/custom-css/custom-css.php:812
1815
+ msgid "Preprocessor:"
1816
+ msgstr "Preprosessor:"
 
1817
 
1818
+ #: modules/custom-css/custom-css.php:813 modules/custom-css/custom-css.php:818
1819
+ #: modules/videopress/videopress.php:273 modules/widgets/image-widget.php:137
1820
+ msgid "None"
1821
+ msgstr "Heç biri"
1822
 
1823
+ #: modules/custom-css/custom-css.php:842
1824
+ msgid "Mode:"
1825
+ msgstr ""
1826
 
1827
+ #: modules/custom-css/custom-css.php:843
1828
+ msgid "Add-on"
1829
+ msgstr ""
1830
 
1831
+ #: modules/custom-css/custom-css.php:843
1832
+ msgid "Replacement"
1833
+ msgstr "Yer dəyişdirmə"
1834
 
1835
+ #: modules/custom-css/custom-css.php:850
1836
+ msgid "Add-on CSS <b>(Recommended)</b>"
1837
+ msgstr ""
1838
 
1839
+ #: modules/custom-css/custom-css.php:855
1840
+ msgid "Replace <a href=\"%s\">theme's CSS</a> <b>(Advanced)</b>"
1841
+ msgstr "<a href=\"%s\">Mövzunun CSS</a> ilə yerini dəyişdir <b>(Qabaqcıl)</b>"
1842
 
1843
+ #: modules/custom-css/custom-css.php:866
1844
+ #: modules/custom-post-types/comics.php:235
1845
+ #: modules/videopress/videopress.php:662
1846
+ msgid "Preview"
1847
+ msgstr "Ön izləmə"
1848
 
1849
+ #: modules/custom-css/custom-css.php:868
1850
+ msgid "Save &amp; Buy Upgrade"
1851
+ msgstr "Qeyd et &amp; Yüksəltməni Satın al"
 
1852
 
1853
+ #: modules/custom-css/custom-css.php:868
1854
+ msgid "Save Stylesheet"
1855
+ msgstr "Stil Səhifəsini qeyd et"
1856
 
1857
+ #: modules/custom-css/custom-css.php:930
1858
+ msgid "Show more"
1859
+ msgstr "Daha çoxunu göstər"
1860
 
1861
+ #: modules/custom-post-types/comics.php:83
1862
+ msgid "Convert to Comic"
1863
+ msgstr "Komiksə Çevir"
1864
 
1865
+ #: modules/custom-post-types/comics.php:89
1866
+ msgid "Convert to Post"
1867
+ msgstr "Yazıya Çevir"
 
1868
 
1869
+ #: modules/custom-post-types/comics.php:113
1870
+ msgid "You are not allowed to make this change."
1871
+ msgstr ""
1872
 
1873
+ #: modules/custom-post-types/comics.php:160
1874
+ msgid "Post converted."
1875
+ msgid_plural "%s posts converted"
1876
+ msgstr[0] "Yazı çevrildi."
1877
+ msgstr[1] "%s yazı çevrildi"
1878
 
1879
+ #: modules/custom-post-types/comics.php:173
1880
+ msgid "Drop images to upload"
 
1881
  msgstr ""
1882
 
1883
+ #: modules/custom-post-types/comics.php:174
1884
+ msgid "Uploading..."
1885
+ msgstr "Yüklənir..."
 
1886
 
1887
+ #: modules/custom-post-types/comics.php:175
1888
+ msgid "Processing..."
1889
+ msgstr "İşlənir..."
 
1890
 
1891
+ #: modules/custom-post-types/comics.php:176
1892
+ msgid "Sorry, your browser isn't supported. Upgrade at browsehappy.com."
1893
+ msgstr "Bağışlayın, sizin brauzer dəstəklənmir.browsehappy.com-da yüksəldin."
1894
 
1895
+ #: modules/custom-post-types/comics.php:177
1896
+ msgid "Only images can be uploaded here."
1897
  msgstr ""
1898
 
1899
+ #: modules/custom-post-types/comics.php:178
1900
+ msgid "Your upload didn't complete; try again later or cross your fingers and try again right now."
1901
+ msgstr "Sizin yükləməniz tamamlanmadı; elə indi və ya daha sonra təkrar yoxlaya bilərsiniz."
 
 
 
 
 
 
1902
 
1903
+ #: modules/custom-post-types/comics.php:191
1904
+ #: modules/custom-post-types/comics.php:193
1905
+ #: modules/custom-post-types/comics.php:195
1906
+ msgid "Comics"
1907
+ msgstr "Komikslər"
1908
 
1909
+ #: modules/custom-post-types/comics.php:194
1910
+ msgid "Comic"
1911
+ msgstr "Komiks"
1912
 
1913
+ #: modules/custom-post-types/comics.php:196
1914
+ msgid "All Comics"
1915
+ msgstr "Bütün Komikslər"
1916
 
1917
+ #: modules/custom-post-types/comics.php:197
1918
+ #: modules/custom-post-types/testimonial.php:72 modules/publicize/ui.php:207
1919
+ msgid "Add New"
1920
+ msgstr "Yenisini əlavə et"
1921
 
1922
+ #: modules/custom-post-types/comics.php:198
1923
+ msgid "Add New Comic"
1924
+ msgstr "Yeni Komiks əlavə et"
1925
 
1926
+ #: modules/custom-post-types/comics.php:199
1927
+ msgid "Edit Comic"
1928
+ msgstr "Komiksi redaktə et"
1929
 
1930
+ #: modules/custom-post-types/comics.php:200
1931
+ msgid "New Comic"
1932
+ msgstr "Yeni Komiks"
1933
 
1934
+ #: modules/custom-post-types/comics.php:201
1935
+ msgid "View Comic"
1936
+ msgstr "Komiksə Bax"
1937
 
1938
+ #: modules/custom-post-types/comics.php:202
1939
+ msgid "Search Comics"
1940
+ msgstr "Komiksləri axtar"
1941
 
1942
+ #: modules/custom-post-types/comics.php:203
1943
+ msgid "No Comics found"
1944
+ msgstr "Heç bir Komiks tapılmadı"
 
1945
 
1946
+ #: modules/custom-post-types/comics.php:204
1947
+ msgid "No Comics found in Trash"
1948
+ msgstr "Zibil qutusunda Komiks tapılmadı"
1949
 
1950
+ #: modules/custom-post-types/comics.php:273
1951
+ msgid "Comic updated. <a href=\"%s\">View comic</a>"
1952
+ msgstr "Komiks yeniləndi. <a href=\"%s\">Komiksə bax</a>"
1953
 
1954
+ #: modules/custom-post-types/comics.php:274
1955
+ #: modules/custom-post-types/testimonial.php:133
1956
+ msgid "Custom field updated."
1957
+ msgstr "Özəl sahə yeniləndi."
1958
 
1959
+ #: modules/custom-post-types/comics.php:275
1960
+ #: modules/custom-post-types/testimonial.php:134
1961
+ msgid "Custom field deleted."
1962
+ msgstr "Özəl sahə silindi."
1963
 
1964
+ #: modules/custom-post-types/comics.php:276
1965
+ msgid "Comic updated."
1966
+ msgstr "Komiks yeniləndi."
1967
 
1968
+ #: modules/custom-post-types/comics.php:278
1969
+ msgid "Comic restored to revision from %s"
 
1970
  msgstr ""
1971
 
1972
+ #: modules/custom-post-types/comics.php:279
1973
+ msgid "Comic published. <a href=\"%s\">View comic</a>"
1974
+ msgstr "Komiks dərc edildi. <a href=\"%s\">Komiksə bax</a>"
1975
 
1976
+ #: modules/custom-post-types/comics.php:280
1977
+ msgid "Comic saved."
1978
+ msgstr "Komiks qeyd edildi."
1979
 
1980
+ #: modules/custom-post-types/comics.php:281
1981
+ msgid "Comic submitted. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
1982
+ msgstr "Komiks göndərildi. <a target=\"_blank\" href=\"%s\">Komiksin ön izləməsinə bax</a>"
 
1983
 
1984
+ #: modules/custom-post-types/comics.php:282
1985
+ msgid "Comic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview comic</a>"
1986
+ msgstr "Komiks planlandı: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Komiksin ön izləməsinə bax</a>"
 
1987
 
1988
+ #: modules/custom-post-types/comics.php:284
1989
+ #: modules/custom-post-types/testimonial.php:143
1990
+ msgid "M j, Y @ G:i"
1991
+ msgstr "d F Y @ H:i"
1992
 
1993
+ #: modules/custom-post-types/comics.php:285
1994
+ msgid "Comic draft updated. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
1995
+ msgstr "Komiks qaralaması yeniləndi. <a target=\"_blank\" href=\"%s\">Komiksin ön izləməsinə bax</a>"
 
1996
 
1997
+ #: modules/custom-post-types/comics.php:353
1998
+ msgid "Invalid or expired nonce."
1999
  msgstr ""
2000
 
2001
+ #: modules/custom-post-types/comics.php:462
2002
+ msgid ""
2003
+ "Welcome! Ready to publish your first strip?\n"
2004
+ "\n"
2005
+ "Your webcomic's new site is ready to go. Get started by <a href=\"BLOG_URLwp-admin/customize.php#title\">setting your comic's title and tagline</a> so your readers know what it's all about.\n"
2006
+ "\n"
2007
+ "Looking for more help with setting up your site? Check out the WordPress.com <a href=\"http://learn.wordpress.com/\">beginner's tutorial</a> and the <a href=\"http://en.support.wordpress.com/comics/\">guide to comics on WordPress.com</a>. Dive right in by <a href=\"BLOG_URLwp-admin/customize.php#title\">publishing your first strip!</a>\n"
2008
+ "\n"
2009
+ "Lots of laughs,\n"
2010
+ "The WordPress.com Team"
2011
  msgstr ""
2012
 
2013
+ #: modules/custom-post-types/nova.php:115
2014
+ msgid "Menu Item Labels"
2015
+ msgstr "Menyu maddəsinin etiketləri"
2016
 
2017
+ #: modules/custom-post-types/nova.php:116
2018
+ msgid "Menu Item Label"
2019
+ msgstr "Menyu maddəsinin etiketi"
 
2020
 
2021
+ #: modules/custom-post-types/nova.php:117
2022
+ msgid "Search Menu Item Labels"
2023
+ msgstr "Menyu maddəsinin etiketlərini axtar"
2024
 
2025
+ #: modules/custom-post-types/nova.php:118
2026
+ msgid "Popular Labels"
2027
+ msgstr "Populyar Etiketlər"
 
2028
 
2029
+ #: modules/custom-post-types/nova.php:119
2030
+ msgid "All Menu Item Labels"
2031
+ msgstr "Bütün menyu maddələrinin etiketləri"
2032
 
2033
+ #: modules/custom-post-types/nova.php:120
2034
+ msgid "Edit Menu Item Label"
2035
+ msgstr "Menyu maddəsinin etiketini redaktə et"
2036
 
2037
+ #: modules/custom-post-types/nova.php:121
2038
+ msgid "View Menu Item Label"
2039
+ msgstr "Menyu maddəsinin etiketinə bax"
2040
 
2041
+ #: modules/custom-post-types/nova.php:122
2042
+ msgid "Update Menu Item Label"
2043
+ msgstr "Menyu maddəsinin etiketini yenilə"
2044
 
2045
+ #: modules/custom-post-types/nova.php:123
2046
+ msgid "Add New Menu Item Label"
2047
+ msgstr "Yeni menyu maddəsinin etiketini əlavə et"
 
2048
 
2049
+ #: modules/custom-post-types/nova.php:124
2050
+ msgid "New Menu Item Label Name"
2051
+ msgstr "Yeni menyu maddəsinin etiketinin adı"
2052
 
2053
+ #: modules/custom-post-types/nova.php:125
2054
+ #: modules/custom-post-types/nova.php:759
2055
+ msgid "Separate Labels with commas"
2056
+ msgstr "Etiketləri Vergüllə Ayırın"
2057
 
2058
+ #: modules/custom-post-types/nova.php:126
2059
+ msgid "Add or remove Labels"
2060
+ msgstr "Etiket əlavə et və sil"
2061
 
2062
+ #: modules/custom-post-types/nova.php:127
2063
+ msgid "Choose from the most used Labels"
2064
+ msgstr "Ən çox istifadə edilən etiketlər arasından seçin"
2065
 
2066
+ #: modules/custom-post-types/nova.php:129
2067
+ msgid "No Labels found"
2068
+ msgstr "Etiket tapılmadı"
2069
 
2070
+ #: modules/custom-post-types/nova.php:136
2071
+ #: modules/custom-post-types/nova.php:167
2072
+ msgid "Food Menus"
2073
+ msgstr "Qida Menyuları"
2074
 
2075
+ #: modules/custom-post-types/nova.php:137
2076
+ msgid "Food Menu"
2077
+ msgstr "Qida Menyusu"
2078
 
2079
+ #: modules/custom-post-types/nova.php:138
2080
+ msgid "Search Menus"
2081
+ msgstr "Menyuları axtar"
 
 
2082
 
2083
+ #: modules/custom-post-types/nova.php:139
2084
+ msgid "All Menus"
2085
+ msgstr "Bütün menyular"
 
 
2086
 
2087
+ #: modules/custom-post-types/nova.php:140
2088
+ msgid "Parent Menu"
2089
+ msgstr "Valideyin menyu"
2090
 
2091
+ #: modules/custom-post-types/nova.php:141
2092
+ msgid "Parent Menu:"
2093
+ msgstr "Valideyin menyu:"
2094
 
2095
+ #: modules/custom-post-types/nova.php:142
2096
+ msgid "Edit Menu"
2097
+ msgstr "Menyunu redaktə et"
2098
 
2099
+ #: modules/custom-post-types/nova.php:143
2100
+ msgid "View Menu"
2101
+ msgstr "Menyunu görüntülə"
2102
+
2103
+ #: modules/custom-post-types/nova.php:144
2104
+ msgid "Update Menu"
2105
+ msgstr "Menyunu yenilə"
2106
+
2107
+ #: modules/custom-post-types/nova.php:145
2108
+ msgid "Add New Menu"
2109
+ msgstr "Yeni Menyu Əlavə Et"
2110
+
2111
+ #: modules/custom-post-types/nova.php:146
2112
+ msgid "New Menu Name"
2113
+ msgstr "Yeni menyunun ismi"
2114
+
2115
+ #: modules/custom-post-types/nova.php:162
2116
+ msgid "Items on your restaurant's menu"
2117
+ msgstr "Restoran menyusunun maddələri"
2118
 
2119
+ #: modules/custom-post-types/nova.php:165
2120
+ #: modules/custom-post-types/nova.php:168
2121
+ msgid "Menu Items"
2122
+ msgstr "Menyu maddələri"
2123
 
2124
+ #: modules/custom-post-types/nova.php:166
2125
+ msgid "Menu Item"
2126
+ msgstr "Menyu elementi"
 
2127
 
2128
+ #: modules/custom-post-types/nova.php:169
2129
+ #: modules/custom-post-types/nova.php:170
2130
+ msgid "Add One Item"
2131
+ msgstr "Bir menyu maddəsi əlavə et"
2132
 
2133
+ #: modules/custom-post-types/nova.php:171
2134
+ msgid "Edit Menu Item"
2135
+ msgstr "Menyu elementini redaktə et"
2136
 
2137
+ #: modules/custom-post-types/nova.php:172
2138
+ msgid "New Menu Item"
2139
+ msgstr "Yeni menyu maddəsi"
2140
 
2141
+ #: modules/custom-post-types/nova.php:173
2142
+ msgid "View Menu Item"
2143
+ msgstr "Menyu maddəsinə bax"
2144
 
2145
+ #: modules/custom-post-types/nova.php:174
2146
+ msgid "Search Menu Items"
2147
+ msgstr "Axtarış menyusu maddələri"
2148
 
2149
+ #: modules/custom-post-types/nova.php:175
2150
+ msgid "No Menu Items found"
2151
+ msgstr "Menyu maddəsi tapılmadı"
2152
 
2153
+ #: modules/custom-post-types/nova.php:176
2154
+ msgid "No Menu Items found in Trash"
2155
+ msgstr "Zibil qutusunda menyu maddəsi tapılmadı"
2156
 
2157
+ #: modules/custom-post-types/nova.php:277
2158
+ #: modules/custom-post-types/nova.php:278
2159
+ #: modules/custom-post-types/nova.php:724
2160
+ msgid "Add Many Items"
2161
+ msgstr "Bir çox maddələr əlavə et"
2162
 
2163
+ #: modules/custom-post-types/nova.php:313
2164
+ msgid "Menu Items re-ordered."
2165
+ msgstr "Menyu maddələri yenidən sıralandı."
2166
 
2167
+ #: modules/custom-post-types/nova.php:332
2168
+ msgid "Labels"
2169
+ msgstr "Etiketlər"
2170
 
2171
+ #: modules/custom-post-types/nova.php:333
2172
+ #: modules/custom-post-types/nova.php:742
2173
+ #: modules/custom-post-types/nova.php:778
2174
+ #: modules/custom-post-types/nova.php:784
2175
+ msgid "Price"
2176
+ msgstr "Qiymət"
2177
 
2178
+ #: modules/custom-post-types/nova.php:334
2179
+ msgid "Order"
2180
+ msgstr "Sıralama"
2181
 
2182
+ #: modules/custom-post-types/nova.php:390
2183
+ #: modules/custom-post-types/nova.php:442
2184
+ msgid "Re-order"
2185
+ msgstr "Yenidən sırala"
2186
 
2187
+ #: modules/custom-post-types/nova.php:637
2188
+ msgid "Move menu section up"
2189
+ msgstr "Menyu bölməsini yuxarı daşı"
 
2190
 
2191
+ #: modules/custom-post-types/nova.php:637
2192
+ msgid "UP"
2193
+ msgstr "YUXARI"
 
 
2194
 
2195
+ #: modules/custom-post-types/nova.php:639
2196
+ msgid "Move menu section down"
2197
+ msgstr "Menyu bölməsini aşağı daşı"
2198
 
2199
+ #: modules/custom-post-types/nova.php:639
2200
+ msgid "DOWN"
2201
+ msgstr "AŞAĞI"
2202
 
2203
+ #: modules/custom-post-types/nova.php:726
2204
+ msgid "Use the <kbd>TAB</kbd> key on your keyboard to move between colums and the <kbd>ENTER</kbd> or <kbd>RETURN</kbd> key to save each row and move on to the next."
2205
+ msgstr "Sütunlar arasında hərəkət etmək üçün klaviaturanızdakı <kbd>TAB</kbd> klavişini və hər sətri qeyd edərək bir sonrakına keçmək üçün <kbd>ENTER</kbd> və ya <kbd>RETURN</kbd> istifadə edin."
2206
 
2207
+ #: modules/custom-post-types/nova.php:741
2208
+ msgid "Description"
2209
+ msgstr "Açıqlama"
2210
 
2211
+ #: modules/custom-post-types/nova.php:743
2212
+ msgid "Labels: <small>spicy, favorite, etc.</small>"
2213
+ msgstr "Etiketlər: <small>spicy, favorite, etc.</small>"
2214
 
2215
+ #: modules/custom-post-types/nova.php:765
2216
+ msgid "Add These New Menu Items"
2217
  msgstr ""
2218
 
2219
+ #: modules/custom-post-types/nova.php:847
2220
+ #: modules/custom-post-types/nova.php:866
2221
+ msgctxt "Nova label separator"
2222
+ msgid ", "
2223
+ msgstr ", "
2224
 
2225
+ #: modules/custom-post-types/nova.php:868
2226
+ msgid "No Labels"
2227
+ msgstr "Etiket yoxdur"
2228
 
2229
+ #: modules/custom-post-types/testimonial.php:66
2230
+ msgid "Customer Testimonials"
2231
  msgstr ""
2232
 
2233
+ #: modules/custom-post-types/testimonial.php:68
2234
+ #: modules/custom-post-types/testimonial.php:70
2235
+ #: modules/custom-post-types/testimonial.php:194
2236
+ #: modules/custom-post-types/testimonial.php:199
2237
+ msgid "Testimonials"
2238
+ msgstr "Xarakteristikalar"
2239
 
2240
+ #: modules/custom-post-types/testimonial.php:69
2241
+ msgid "Testimonial"
2242
+ msgstr "Xarakteristika"
2243
 
2244
+ #: modules/custom-post-types/testimonial.php:71
2245
+ msgid "All Testimonials"
2246
+ msgstr "Bütün Xarakteristikalar"
2247
 
2248
+ #: modules/custom-post-types/testimonial.php:73
2249
+ msgid "Add New Testimonial"
2250
+ msgstr "Yeni xarakteristika əlavə et"
2251
 
2252
+ #: modules/custom-post-types/testimonial.php:74
2253
+ msgid "Edit Testimonial"
2254
+ msgstr "Xarakteristikanı redaktə et"
2255
 
2256
+ #: modules/custom-post-types/testimonial.php:75
2257
+ msgid "New Testimonial"
2258
+ msgstr "Yeni Xarakteristika"
2259
 
2260
+ #: modules/custom-post-types/testimonial.php:76
2261
+ msgid "View Testimonial"
2262
+ msgstr "Xarakteristikaya Bax"
2263
 
2264
+ #: modules/custom-post-types/testimonial.php:77
2265
+ msgid "Search Testimonials"
2266
+ msgstr "Xarakteristikaları Axtar"
2267
 
2268
+ #: modules/custom-post-types/testimonial.php:78
2269
+ msgid "No Testimonials found"
2270
+ msgstr "Heç Bir Xarakteristika Tapılmadı"
2271
 
2272
+ #: modules/custom-post-types/testimonial.php:79
2273
+ msgid "No Testimonials found in Trash"
2274
+ msgstr "Zibil qutusunda heç bir xarakteristika yoxdur"
 
2275
 
2276
+ #: modules/custom-post-types/testimonial.php:110
2277
+ msgid "Enter the customer's name here"
2278
+ msgstr "Müştəri adınızı buraya daxil edin"
2279
 
2280
+ #: modules/custom-post-types/testimonial.php:119
2281
+ msgid "Customer Name"
2282
+ msgstr "Müştəri Adı"
 
2283
 
2284
+ #: modules/custom-post-types/testimonial.php:132
2285
+ msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
2286
+ msgstr "Xarakteristika yeniləndi. <a href=\"%s\">Xarakteristikaya bax</a>"
2287
 
2288
+ #: modules/custom-post-types/testimonial.php:135
2289
+ msgid "Testimonial updated."
2290
+ msgstr "Testimonial updated."
 
 
2291
 
2292
+ #: modules/custom-post-types/testimonial.php:137
2293
+ msgid "Testimonial restored to revision from %s"
2294
+ msgstr ""
2295
 
2296
+ #: modules/custom-post-types/testimonial.php:138
2297
+ msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
2298
+ msgstr "Xarakteristika dərc edildi. <a href=\"%s\">Xarakteristikaya bax</a>"
2299
 
2300
+ #: modules/custom-post-types/testimonial.php:139
2301
+ msgid "Testimonial saved."
2302
+ msgstr "Xarakteristika qeyd edildi."
2303
 
2304
+ #: modules/custom-post-types/testimonial.php:140
2305
+ msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
2306
+ msgstr "Xarakteristika göndərildi. <a target=\"_blank\" href=\"%s\">Xarakteristikanın ön izləməsinə bax</a>"
2307
 
2308
+ #: modules/custom-post-types/testimonial.php:141
2309
+ msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
2310
+ msgstr "Xarakteristika planlandı: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Xarakteristikanın ön izləməsinə bax</a>"
2311
 
2312
+ #: modules/custom-post-types/testimonial.php:144
2313
+ msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
2314
+ msgstr "Xarakteristika qaralaması yeniləndi. <a target=\"_blank\" href=\"%s\">Xarakteristikanın ön izləməsinə bax</a>"
2315
 
2316
+ #: modules/custom-post-types/testimonial.php:180
2317
+ msgid "Customize Testimonials Archive"
2318
+ msgstr "Xarakteristika Arxivini Özəlləşdir"
2319
 
2320
+ #: modules/custom-post-types/testimonial.php:181
2321
+ msgid "Customize"
2322
+ msgstr "Özəlləşdir"
2323
 
2324
+ #: modules/custom-post-types/testimonial.php:205
2325
+ msgid "Testimonial Page Title"
2326
+ msgstr "Xarakteristika Səhifə Başlığı"
2327
 
2328
+ #: modules/custom-post-types/testimonial.php:217
2329
+ msgid "Testimonial Page Content"
2330
+ msgstr "Xarakteristika Səhifə Mühtəviyyatı"
2331
 
2332
+ #: modules/custom-post-types/testimonial.php:228
2333
+ msgid "Testimonial Page Featured Image"
2334
+ msgstr "Xarakteristika Səhifəsinin Özəl Təsviri"
2335
 
2336
+ #: modules/gplus-authorship/admin/ui.php:54
2337
+ #: modules/gplus-authorship/admin/ui.php:65 modules/likes.php:429
2338
+ #: modules/likes.php:441 modules/publicize/ui.php:35
2339
+ #: modules/publicize/ui.php:45 modules/sharedaddy/sharing.php:57
2340
+ #: modules/sharedaddy/sharing.php:163
2341
+ msgid "Sharing Settings"
2342
+ msgstr "Paylaşma Parametrləri"
2343
 
2344
+ #: modules/gplus-authorship/admin/ui.php:54 modules/likes.php:429
2345
+ #: modules/module-info.php:325 modules/module-info.php:328
2346
+ #: modules/module-info.php:349 modules/publicize/ui.php:35
2347
+ #: modules/sharedaddy/sharedaddy.php:26 modules/sharedaddy/sharing.php:57
2348
+ msgid "Sharing"
2349
+ msgstr "Paylaşma"
2350
 
2351
+ #: modules/gplus-authorship/admin/ui.php:79
2352
+ msgid "Your Google+ account has been connected."
2353
+ msgstr "Sizin Google+ hesabı bağlanmışdır."
2354
 
2355
+ #: modules/gplus-authorship/admin/ui.php:80
2356
+ msgid "There was a problem connecting your Google+ account. Please try again."
2357
  msgstr ""
2358
 
2359
+ #: modules/gplus-authorship/admin/ui.php:81
2360
+ msgid "You must click 'Accept' in the Google+ dialog to connect your account."
2361
  msgstr ""
2362
 
2363
+ #: modules/gplus-authorship/admin/ui.php:113 modules/module-info.php:800
2364
+ #: modules/module-info.php:804
2365
+ msgid "Google+ Profile"
2366
+ msgstr "Google+ Profili"
2367
+
2368
+ #: modules/gplus-authorship/admin/ui.php:125 modules/publicize/ui.php:182
2369
+ #: modules/publicize/ui.php:186
2370
+ msgid "Disconnect"
2371
  msgstr ""
2372
 
2373
+ #: modules/gplus-authorship/admin/ui.php:129
2374
+ msgid "Connect your WordPress account to Google+ to add this blog to your Google+ profile and improve the visibility of your blog posts on Google."
2375
  msgstr ""
2376
 
2377
+ #: modules/gplus-authorship/admin/ui.php:131
2378
+ msgid "Need help?"
2379
+ msgstr "Kömək lazımdır?"
 
 
2380
 
2381
+ #: modules/gplus-authorship/admin/ui.php:138
2382
+ msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
2383
  msgstr ""
2384
 
2385
+ #: modules/gplus-authorship/admin/ui.php:140
2386
+ msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
2387
  msgstr ""
2388
 
2389
+ #: modules/gplus-authorship/admin/ui.php:147
2390
+ msgid "Your Google+ profile name and URL will be displayed in the sharing area of your posts."
2391
+ msgstr "Google+ profil adınız və URL-ı, yazılarınızın paylaşma sahəsində görüntülənir."
2392
 
2393
+ #: modules/gplus-authorship/admin/ui.php:165 modules/gplus-authorship.php:175
2394
+ msgid "Google+"
2395
+ msgstr "Google+"
2396
 
2397
+ #: modules/gplus-authorship/admin/ui.php:191
2398
+ msgid "Show Google+ infomation with this post"
2399
  msgstr ""
2400
 
2401
+ #: modules/gplus-authorship.php:132
2402
+ msgid "on Google+"
2403
  msgstr ""
2404
 
2405
+ #: modules/gravatar-hovercards.php:47 modules/module-info.php:57
2406
+ #: modules/module-info.php:72
2407
+ msgid "Gravatar Hovercards"
2408
+ msgstr "Gravatar Kimlik Kartı"
2409
+
2410
+ #: modules/gravatar-hovercards.php:59
2411
+ msgid "View people's profiles when you mouse over their Gravatars"
2412
  msgstr ""
2413
 
2414
+ #: modules/gravatar-hovercards.php:86
2415
+ msgid "Put your mouse over your Gravatar to check out your profile."
2416
+ msgstr "Profilinizi yoxlamaq üçün mausunuzu Gravatar təsvirinin üzərinə gətirin."
2417
 
2418
+ #: modules/holiday-snow.php:19
2419
+ msgid "Snow"
2420
+ msgstr "Qar"
2421
 
2422
+ #: modules/holiday-snow.php:28
2423
+ msgid "Show falling snow on my blog until January 4<sup>th</sup>."
2424
+ msgstr "Yanvar ayının <sup>4</sup>-nə qədər bloqumda yağan qar göstər."
2425
 
2426
+ #: modules/infinite-scroll/infinity.php:275
2427
+ msgid "To infinity and beyond"
2428
  msgstr ""
2429
 
2430
+ #: modules/infinite-scroll/infinity.php:284
2431
+ 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."
2432
+ msgstr "Bu parametri, Görünüş &rarr; Vidcetlər içində zirzəmi vidceti yaratdığınız və ya mövzunuz limitsiz sürüşdürməni dəstəkləmədiyi üçün ləğv etdik."
2433
 
2434
+ #: modules/infinite-scroll/infinity.php:290
2435
+ msgid "Scroll Infinitely"
2436
+ msgstr "Davamlı sürüşdürmə rejimi"
2437
 
2438
+ #: modules/infinite-scroll/infinity.php:290
2439
+ msgid "(Shows %s posts on each load)"
2440
+ msgstr "(Hər yükləmədə %s yazı göstərir)"
2441
 
2442
+ #: modules/infinite-scroll/infinity.php:527
2443
+ msgid "Older posts"
2444
+ msgstr "Əski yazılar"
2445
 
2446
+ #: modules/infinite-scroll/infinity.php:528
2447
+ msgid "Scroll back to top"
2448
+ msgstr "Əvvələ qayıt"
2449
 
2450
+ #: modules/infinite-scroll/infinity.php:1054
2451
+ msgid "Theme: %1$s."
2452
+ msgstr "Mövzu: %1$s."
2453
 
2454
+ #: modules/infinite-scroll.php:86
2455
+ msgid "Use Google Analytics with Infinite Scroll"
2456
  msgstr ""
2457
 
2458
+ #: modules/infinite-scroll.php:97
2459
+ msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2460
  msgstr ""
2461
 
2462
+ #: modules/infinite-scroll.php:97
2463
+ 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."
2464
  msgstr ""
2465
 
2466
+ #: modules/likes.php:114
2467
+ msgid "Likes and Shares"
2468
+ msgstr "Bəyənmələr və Paylaşmalar"
2469
 
2470
+ #: modules/likes.php:125 modules/likes.php:593 modules/module-info.php:774
2471
+ #: modules/module-info.php:778
2472
+ msgid "Likes"
2473
+ msgstr "Bəyənmələr"
2474
 
2475
+ #: modules/likes.php:185
2476
+ msgid "Show likes."
2477
+ msgstr "Bəyənilənləri göstər."
2478
+
2479
+ #: modules/likes.php:201 modules/sharedaddy/sharedaddy.php:40
2480
+ msgid "Show sharing buttons."
2481
+ msgstr "Paylaşma düymələrini göstər."
2482
+
2483
+ #: modules/likes.php:213
2484
+ msgid "Likes Notifications"
2485
+ msgstr "Bəyənmə Bildirişləri"
2486
+
2487
+ #: modules/likes.php:214
2488
+ msgid "Email me whenever"
2489
  msgstr ""
2490
 
2491
+ #: modules/likes.php:253
2492
+ msgid "Someone likes one of my posts"
2493
+ msgstr "Birisi mənim yazılarımı bəyənir"
2494
 
2495
+ #: modules/likes.php:272
2496
+ msgid "WordPress.com Likes are"
2497
+ msgstr "WordPress.com Bəyənilənlər"
 
 
 
2498
 
2499
+ #: modules/likes.php:278
2500
+ msgid "On for all posts"
2501
+ msgstr "Bütün yazılar üçün"
2502
 
2503
+ #: modules/likes.php:284
2504
+ msgid "Turned on per post"
2505
  msgstr ""
2506
 
2507
+ #: modules/likes.php:310 modules/sharedaddy/sharing.php:330
2508
+ msgid "Show buttons on"
2509
+ msgstr "Düymələri göstər"
2510
 
2511
+ #: modules/likes.php:319 modules/sharedaddy/sharing.php:336
2512
+ msgid "Front Page, Archive Pages, and Search Results"
2513
+ msgstr "Ön Səhifə, Arxiv Səhifələri və Axtarışın Nəticələri"
2514
+
2515
+ #: modules/likes.php:452 modules/sharedaddy/sharing.php:158
2516
+ msgid "Settings have been saved"
2517
+ msgstr "Parametrlər qeyd edildi"
2518
 
2519
+ #: modules/likes.php:459 modules/sharedaddy/sharing.php:170
2520
+ msgid "Sharing Buttons"
2521
+ msgstr "Paylaşma Düymələri"
2522
 
2523
+ #: modules/likes.php:468 modules/sharedaddy/sharing.php:352
2524
+ msgid "Save Changes"
2525
+ msgstr "Dəyişiklikləri qeyd et"
2526
 
2527
+ #: modules/likes.php:628
2528
+ msgid "Like this:"
2529
+ msgstr "Bunu bəyən:"
2530
 
2531
+ #: modules/likes.php:629
2532
+ msgid "Like"
2533
+ msgstr "Bəyən"
2534
 
2535
+ #: modules/likes.php:629 modules/widget-visibility/widget-conditions.php:168
2536
+ msgid "Loading..."
2537
+ msgstr "Yüklənir..."
2538
 
2539
+ #: modules/likes.php:730
2540
+ msgid "<span>%d</span> bloggers like this:"
2541
+ msgstr "<span>%d</span> bloqqer bunu bəyənir:"
2542
 
2543
+ #: modules/markdown/easy-markdown.php:223
2544
+ #: modules/markdown/easy-markdown.php:225 modules/module-info.php:953
2545
+ msgid "Markdown"
2546
+ msgstr "Aşağı dəyər"
2547
 
2548
+ #: modules/markdown/easy-markdown.php:248
2549
+ msgid "Use Markdown for posts and pages."
2550
+ msgstr "Aşağı dəyəri yazılar və səhifələr üçün istifadə et."
2551
 
2552
+ #: modules/markdown/easy-markdown.php:249
2553
+ #: modules/markdown/easy-markdown.php:264
2554
+ msgid "Learn more about Markdown."
2555
+ msgstr "Aşağı dəyər haqqında daha ətraflı məlumat."
2556
 
2557
+ #: modules/markdown/easy-markdown.php:263
2558
+ msgid "Use Markdown for comments."
2559
+ msgstr "Aşağı dəyəri şərhlər üçün istifadə et."
 
2560
 
2561
+ #: modules/markdown/easy-markdown.php:528
2562
+ msgid "Markdown content"
2563
+ msgstr "Aşağı dəyərli mühtəviyyat"
2564
 
2565
+ #: modules/minileven/minileven.php:93
2566
+ msgid "View Mobile Site"
2567
+ msgstr "Mobil Sayta Bax"
2568
 
2569
+ #: modules/minileven/minileven.php:260
2570
+ msgid "Mobile-compatible:"
2571
  msgstr ""
2572
 
2573
+ #: modules/minileven/minileven.php:261
2574
+ msgid "No"
2575
+ msgstr "Yox"
2576
 
2577
+ #: modules/minileven/minileven.php:267 modules/minileven/minileven.php:318
2578
+ msgid "Include this CSS in the Mobile Theme"
2579
  msgstr ""
2580
 
2581
+ #: modules/minileven/theme/pub/minileven/comments.php:15
2582
+ msgid "This post is password protected. Enter the password to view any comments."
2583
+ msgstr "Bu yazı parolla qorunur. Şərhləri görmək üçün parolunuzu daxil edin."
 
2584
 
2585
+ #: modules/minileven/theme/pub/minileven/comments.php:45
2586
+ msgid "Comment navigation"
2587
+ msgstr "Şərh naviqasiyası"
2588
 
2589
+ #: modules/minileven/theme/pub/minileven/comments.php:46
2590
+ msgid "&larr; Older Comments"
2591
+ msgstr "&larr; Əski şərhlər"
2592
 
2593
+ #: modules/minileven/theme/pub/minileven/comments.php:47
2594
+ msgid "Newer Comments &rarr;"
2595
+ msgstr "Yeni şərhlər &rarr;"
2596
 
2597
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2598
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2599
+ #: modules/minileven/theme/pub/minileven/content.php:13
2600
+ #: modules/minileven/theme/pub/minileven/content.php:18
2601
+ #: modules/minileven/theme/pub/minileven/content.php:22
2602
+ msgid "Permalink to %s"
2603
+ msgstr "%s üçün daimi bağlantı"
2604
 
2605
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2606
+ #: modules/widgets/gallery.php:26
2607
+ msgid "Gallery"
2608
+ msgstr "Qalereya"
2609
 
2610
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2611
+ #: modules/minileven/theme/pub/minileven/content.php:41
2612
+ #: modules/minileven/theme/pub/minileven/inc/tweaks.php:30
2613
+ msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2614
+ msgstr "Oxumağa davam et <span class=\"meta-nav\">&rarr;</span>"
2615
 
2616
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2617
+ msgid "This gallery contains <a %1$s>%2$s photo</a>."
2618
+ msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2619
+ msgstr[0] "Bu qalereya <a %1$s>% 2$s foto </a> ehtiva edir."
2620
+ msgstr[1] "Bu qalereya <a %1$s>% 2$s foto </a> ehtiva edir."
2621
 
2622
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2623
+ #: modules/minileven/theme/pub/minileven/content.php:43
2624
+ #: modules/minileven/theme/pub/minileven/image.php:64
2625
+ #: modules/minileven/theme/pub/minileven/page.php:27
2626
+ msgid "Pages:"
2627
+ msgstr "Səhifələr:"
2628
 
2629
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2630
+ #: modules/minileven/theme/pub/minileven/content.php:51
2631
+ #: modules/minileven/theme/pub/minileven/image.php:80
2632
+ msgid "<b>1</b> Reply"
2633
+ msgstr "<b>1</b> Rəy"
2634
 
2635
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2636
+ #: modules/minileven/theme/pub/minileven/content.php:51
2637
+ #: modules/minileven/theme/pub/minileven/image.php:80
2638
+ msgid "<b>%</b> Replies"
2639
+ msgstr "<b>%</b> Rəy"
2640
 
2641
+ #: modules/minileven/theme/pub/minileven/content.php:19
2642
+ msgid "Featured"
2643
+ msgstr "Özəl"
2644
 
2645
+ #: modules/minileven/theme/pub/minileven/content.php:28
2646
+ msgid "Posted by "
2647
  msgstr ""
2648
 
2649
+ #: modules/minileven/theme/pub/minileven/content.php:30
2650
+ msgid "%s"
2651
+ msgstr "%s"
2652
 
2653
+ #: modules/minileven/theme/pub/minileven/content.php:51
2654
+ #: modules/minileven/theme/pub/minileven/image.php:80
2655
+ msgid "Leave a reply"
2656
+ msgstr "Bir rəy yazın"
2657
 
2658
+ #: modules/minileven/theme/pub/minileven/content.php:59
2659
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2660
+ msgid "Post navigation"
2661
+ msgstr "Yazı naviqasiyaları"
2662
 
2663
+ #: modules/minileven/theme/pub/minileven/content.php:60
2664
+ #: modules/minileven/theme/pub/minileven/image.php:88
2665
+ msgid "&laquo; Previous"
2666
+ msgstr "&laquo; Öncəki"
2667
 
2668
+ #: modules/minileven/theme/pub/minileven/content.php:61
2669
+ msgid "Next &raquo;"
2670
+ msgstr "Sonrakı &raquo;"
2671
 
2672
+ #: modules/minileven/theme/pub/minileven/footer.php:27
2673
+ msgid "http://wordpress.org/"
2674
+ msgstr "http://wordpress.org/"
2675
 
2676
+ #: modules/minileven/theme/pub/minileven/footer.php:27
2677
+ msgid "Semantic Personal Publishing Platform"
2678
+ msgstr "Müasir Fərdi Yayın Platforması"
2679
 
2680
+ #: modules/minileven/theme/pub/minileven/footer.php:27
2681
+ msgid "Proudly powered by %s"
2682
+ msgstr "%s qürurla təqdim edər"
2683
 
2684
+ #: modules/minileven/theme/pub/minileven/functions.php:59
2685
+ msgid "Primary Menu"
2686
+ msgstr "Əsas menyu"
2687
 
2688
+ #: modules/minileven/theme/pub/minileven/functions.php:96
2689
+ msgctxt "Open Sans font: on or off"
2690
+ msgid "on"
2691
+ msgstr "on"
2692
 
2693
+ #: modules/minileven/theme/pub/minileven/functions.php:102
2694
+ msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"
2695
+ msgid "no-subset"
2696
+ msgstr "altset yoxdur"
2697
 
2698
+ #: modules/minileven/theme/pub/minileven/functions.php:128
2699
+ msgid "Main Sidebar"
2700
+ msgstr "Əsas yan sütun"
2701
 
2702
+ #: modules/minileven/theme/pub/minileven/header.php:26
2703
+ msgid "Menu"
2704
+ msgstr "Menyu"
2705
 
2706
+ #: modules/minileven/theme/pub/minileven/header.php:29
2707
+ msgid "Skip to primary content"
2708
+ msgstr "Əsas mühtəviyyata keç"
2709
 
2710
+ #: modules/minileven/theme/pub/minileven/image.php:73
2711
+ msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
2712
  msgstr ""
2713
 
2714
+ #: modules/minileven/theme/pub/minileven/image.php:87
2715
+ msgctxt "next-saturday"
2716
+ msgid "Image navigation"
2717
  msgstr ""
2718
 
2719
+ #: modules/minileven/theme/pub/minileven/image.php:89
2720
+ msgid "Next &raquo; "
2721
+ msgstr "Sonrakı &raquo; "
2722
 
2723
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2724
+ msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2725
+ msgstr "<span class=\"meta-nav\">&laquo;</span> Əski"
2726
 
2727
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2728
+ msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2729
+ msgstr "Yeni <span class=\"meta-nav\">&raquo;</span>"
2730
 
2731
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2732
+ msgid "Pingback:"
2733
+ msgstr "Geri izləmə:"
2734
+
2735
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2736
+ msgid "%1$s on %2$s"
2737
+ msgstr "%2$s yazısı üçün %1$s tərəfindən edilən şərh"
2738
 
2739
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:68
2740
+ msgid "Your comment is awaiting moderation."
2741
+ msgstr "Şərhiniz yoxlanma üçün gözləyir."
2742
 
2743
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:76
2744
+ msgid "Reply"
2745
+ msgstr "Cavabla"
2746
 
2747
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:90
2748
+ msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
2749
+ msgstr "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
2750
 
2751
+ #: modules/minileven/theme/pub/minileven/inc/tweaks.php:94
2752
+ msgid "Page %s"
2753
+ msgstr "Səhifə %s"
2754
 
2755
+ #: modules/minileven/theme/pub/minileven/index.php:23
2756
+ msgid "Daily Archives: %s"
2757
+ msgstr "Günlük Arxivlər: %s"
2758
 
2759
+ #: modules/minileven/theme/pub/minileven/index.php:25
2760
+ msgid "Monthly Archives: %s"
2761
+ msgstr "Aylıq Arxivlər: %s"
2762
 
2763
+ #: modules/minileven/theme/pub/minileven/index.php:27
2764
+ msgid "Yearly Archives: %s"
2765
+ msgstr "İllik Arxivlər: %s"
2766
 
2767
+ #: modules/minileven/theme/pub/minileven/index.php:29
2768
+ msgid "Posted in %s"
2769
+ msgstr "%s kateqoriyasında dərc edildi"
2770
 
2771
+ #: modules/minileven/theme/pub/minileven/index.php:31
2772
+ msgid "Tagged with %s"
2773
  msgstr ""
2774
 
2775
+ #: modules/minileven/theme/pub/minileven/index.php:33
2776
+ msgid "Posted by"
2777
+ msgstr "Müəllif"
2778
 
2779
+ #: modules/minileven/theme/pub/minileven/index.php:35
2780
+ msgid "Blog Archives"
2781
+ msgstr "Bloq Arxivləri"
2782
 
2783
+ #: modules/minileven/theme/pub/minileven/index.php:43
2784
+ msgid "Search Results for: %s"
2785
+ msgstr " %s üçün Axtarışın Nəticələri:"
2786
 
2787
+ #: modules/minileven/theme/pub/minileven/index.php:57
2788
+ msgid "Nothing Found"
2789
+ msgstr "Tapılmadı"
2790
 
2791
+ #: modules/minileven/theme/pub/minileven/index.php:61
2792
+ msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
2793
+ msgstr "Bağışlayın,istədiyiniz arxiv üçün nəticə əldə edilmədi.Bəlkə axtarış edərək uyğun bir yazı tapa bilərsiniz."
2794
 
2795
+ #: modules/minileven/theme/pub/minileven/searchform.php:9
2796
+ #: modules/minileven/theme/pub/minileven/searchform.php:10
2797
+ #: modules/minileven/theme/pub/minileven/searchform.php:11
2798
+ #: modules/omnisearch/omnisearch-core.php:156
2799
+ msgid "Search"
2800
+ msgstr "Axtar"
2801
 
2802
+ #: modules/minileven.php:51
2803
+ msgid "Excerpts"
2804
  msgstr ""
2805
 
2806
+ #: modules/minileven.php:55
2807
+ msgid "Enable excerpts on front page and on archive pages"
2808
  msgstr ""
2809
 
2810
+ #: modules/minileven.php:60
2811
+ msgid "Show full posts on front page and on archive pages"
2812
  msgstr ""
2813
 
2814
+ #: modules/minileven.php:65
2815
+ msgid "Mobile App Promos"
2816
  msgstr ""
2817
 
2818
+ #: modules/minileven.php:69
2819
+ msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
2820
  msgstr ""
2821
 
2822
+ #: modules/minileven.php:75 modules/stats.php:570
2823
+ msgid "Save configuration"
2824
  msgstr ""
2825
 
2826
+ #: modules/minileven.php:78
2827
+ msgid "Mobile Apps"
2828
+ msgstr "Mobil Proqramlar"
2829
 
2830
+ #: modules/minileven.php:79
2831
+ msgid "Take WordPress with you."
2832
  msgstr ""
2833
 
2834
+ #: modules/minileven.php:81
2835
+ 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>!"
2836
+ msgstr "Bizim <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> və <a href=\"%s\">daha çoxu</a> üçün proqramlarımız var!"
2837
 
2838
+ #: modules/module-info.php:22 modules/module-info.php:26
2839
+ msgid "VaultPress"
2840
  msgstr ""
2841
 
2842
+ #: modules/module-info.php:28
2843
+ msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
2844
  msgstr ""
2845
 
2846
+ #: modules/module-info.php:29
2847
+ msgctxt "Visit your _VaultPress_dashboard_."
2848
+ msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
2849
  msgstr ""
2850
 
2851
+ #: modules/module-info.php:29
2852
+ msgid "VaultPress dashboard"
2853
  msgstr ""
2854
 
2855
+ #: modules/module-info.php:31
2856
+ 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."
2857
  msgstr ""
2858
 
2859
+ #: modules/module-info.php:32
2860
+ msgctxt "View _Plans_&_Pricing_. (VaultPress)"
2861
+ msgid "View %s."
2862
  msgstr ""
2863
 
2864
+ #: modules/module-info.php:32
2865
+ msgid "Plans & Pricing"
2866
  msgstr ""
2867
 
2868
  #: modules/module-info.php:53 modules/module-info.php:68
2902
  msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
2903
  msgstr ""
2904
 
2905
+ #: modules/module-info.php:142
2906
  msgid "Available shortcodes are: %l."
2907
  msgstr ""
2908
 
2909
+ #: modules/module-info.php:157 modules/module-info.php:161
2910
+ #: modules/module-info.php:171 modules/module-info.php:175
2911
  msgid "WP.me Shortlinks"
2912
  msgstr ""
2913
 
2914
+ #: modules/module-info.php:162 modules/module-info.php:176
2915
  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."
2916
  msgstr ""
2917
 
2918
+ #: modules/module-info.php:163
2919
  msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
2920
  msgstr ""
2921
 
2922
+ #: modules/module-info.php:177
2923
  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."
2924
  msgstr ""
2925
 
2926
+ #: modules/module-info.php:192 modules/module-info.php:196
2927
+ #: modules/module-info.php:205 modules/module-info.php:209
2928
  msgid "WordPress.com Stats"
2929
  msgstr ""
2930
 
2931
+ #: modules/module-info.php:197 modules/module-info.php:210
2932
  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."
2933
  msgstr ""
2934
 
2935
+ #: modules/module-info.php:211
2936
  msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
2937
  msgstr ""
2938
 
2939
+ #: modules/module-info.php:225 modules/module-info.php:229
2940
  #: modules/publicize/ui.php:95
2941
  msgid "Publicize"
2942
  msgstr "Bəyan"
2943
 
2944
+ #: modules/module-info.php:230
2945
  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."
2946
  msgstr ""
2947
 
2948
+ #: modules/module-info.php:231
2949
  msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
2950
  msgstr ""
2951
 
2952
+ #: modules/module-info.php:235
2953
  msgid "Manage your <a href=\"%s\">Publicize settings</a>."
2954
  msgstr ""
2955
 
2956
+ #: modules/module-info.php:239 modules/publicize/ui.php:114
2957
  msgid "More information on using Publicize."
2958
  msgstr "Bəyan istifadəsi haqqında daha çox məlumat."
2959
 
2960
+ #: modules/module-info.php:255 modules/module-info.php:259
2961
+ #: modules/module-info.php:268 modules/module-info.php:272
2962
+ #: modules/monitor.php:74 modules/notes.php:160
2963
  msgid "Notifications"
2964
  msgstr "Bildirişlər"
2965
 
2966
+ #: modules/module-info.php:260 modules/module-info.php:273
2967
  msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
2968
  msgstr ""
2969
 
2970
+ #: modules/module-info.php:274
2971
  msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
2972
  msgstr ""
2973
 
2974
+ #: modules/module-info.php:289 modules/module-info.php:304
2975
  msgid "LaTeX"
2976
  msgstr "LaTeX"
2977
 
2978
+ #: modules/module-info.php:294 modules/module-info.php:309
2979
  msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
2980
  msgstr ""
2981
 
2982
+ #: modules/module-info.php:295
2983
+ msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2984
  msgstr ""
2985
 
2986
+ #: modules/module-info.php:296
2987
+ msgid "Wow, that sounds nerdy."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2988
  msgstr ""
2989
 
2990
+ #: modules/module-info.php:310
2991
+ 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."
2992
  msgstr ""
2993
 
2994
+ #: modules/module-info.php:329
2995
+ 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."
2996
  msgstr ""
2997
 
2998
+ #: modules/module-info.php:333
2999
+ msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
3000
  msgstr ""
3001
 
3002
+ #: modules/module-info.php:335
3003
+ msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
3004
  msgstr ""
3005
 
3006
+ #: modules/module-info.php:339
3007
+ msgid "Additionally you can define your own custom services."
3008
  msgstr ""
3009
 
3010
+ #: modules/module-info.php:354
3011
+ msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
 
 
 
 
3012
  msgstr ""
3013
 
3014
+ #: modules/module-info.php:355
3015
+ 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."
3016
  msgstr ""
3017
 
3018
+ #: modules/module-info.php:361
3019
+ 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!"
3020
  msgstr ""
3021
 
3022
+ #: modules/module-info.php:376 modules/module-info.php:380
3023
+ msgid "Spelling and Grammar"
3024
  msgstr ""
3025
 
3026
+ #: modules/module-info.php:382
3027
+ 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."
 
3028
  msgstr ""
3029
 
3030
+ #: modules/module-info.php:383
3031
+ msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
3032
  msgstr ""
3033
 
3034
+ #: modules/module-info.php:397 modules/module-info.php:411
3035
+ msgid "Widgets Screenshot"
3036
  msgstr ""
3037
 
3038
+ #: modules/module-info.php:400 modules/module-info.php:414
3039
+ msgid "Extra Sidebar Widgets"
 
3040
  msgstr ""
3041
 
3042
+ #: modules/module-info.php:402
3043
+ msgid "The RSS Links Widget "
3044
  msgstr ""
3045
 
3046
+ #: modules/module-info.php:402
3047
+ 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."
3048
+ msgstr ""
 
 
 
 
 
 
3049
 
3050
+ #: modules/module-info.php:403
3051
+ msgid "The Twitter Widget "
3052
  msgstr ""
3053
 
3054
+ #: modules/module-info.php:403
3055
+ 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."
3056
+ msgstr ""
3057
 
3058
+ #: modules/module-info.php:403
3059
+ msgid "The Facebook Like Box Widget "
3060
+ msgstr ""
 
3061
 
3062
+ #: modules/module-info.php:403
3063
+ 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."
3064
+ msgstr ""
 
3065
 
3066
+ #: modules/module-info.php:403
3067
+ msgid "The Image Widget "
3068
+ msgstr ""
 
3069
 
3070
+ #: modules/module-info.php:403
3071
+ 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."
3072
+ msgstr ""
3073
 
3074
+ #: modules/module-info.php:416
3075
+ msgid "The RSS Links Widget"
3076
+ msgstr ""
3077
 
3078
+ #: modules/module-info.php:416
3079
+ msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
3080
+ msgstr ""
3081
 
3082
+ #: modules/module-info.php:417
3083
+ msgid "The Twitter Widget"
3084
+ msgstr ""
3085
 
3086
+ #: modules/module-info.php:417
3087
+ msgid "shows your latest tweets within a sidebar on your theme."
3088
+ msgstr ""
3089
 
3090
+ #: modules/module-info.php:418
3091
+ msgid "The Facebook Like Box Widget"
3092
+ msgstr ""
 
3093
 
3094
+ #: modules/module-info.php:418
3095
+ msgid "shows your Facebook Like Box within a sidebar on your theme."
3096
+ msgstr ""
 
3097
 
3098
+ #: modules/module-info.php:419
3099
+ msgid "The Image Widget"
3100
+ msgstr ""
3101
 
3102
+ #: modules/module-info.php:419
3103
+ msgid "lets you easily add images to a sidebar on your theme."
3104
+ msgstr ""
3105
 
3106
+ #: modules/module-info.php:420
3107
+ msgid "The Gravatar Widget"
3108
+ msgstr ""
3109
 
3110
+ #: modules/module-info.php:420
3111
+ msgid "allows you to pull in your Gravatar image along with some of your Gravatar profile data."
3112
  msgstr ""
3113
 
3114
+ #: modules/module-info.php:421
3115
+ msgid "The Gallery Widget"
 
3116
  msgstr ""
3117
 
3118
+ #: modules/module-info.php:421
3119
+ msgid "provides you with a simple way to display a photo gallery or slideshow in your blog’s sidebar."
3120
+ msgstr ""
3121
 
3122
+ #: modules/module-info.php:422
3123
+ msgid "The Display WordPress Posts Widget"
3124
+ msgstr ""
3125
 
3126
+ #: modules/module-info.php:422
3127
+ msgid "lets you display up to ten recent posts from another WordPress.com blog, or a self-hosted WordPress site with Jetpack enabled."
3128
+ msgstr ""
3129
 
3130
+ #: modules/module-info.php:423
3131
+ msgid "The Readmill Widget"
3132
+ msgstr ""
3133
 
3134
+ #: modules/module-info.php:423
3135
+ msgid "allows your readers to send a book to their device with one click."
3136
+ msgstr ""
3137
 
3138
+ #: modules/module-info.php:424
3139
+ msgid "The Upcoming Events Widget"
3140
+ msgstr ""
3141
 
3142
+ #: modules/module-info.php:424
3143
+ msgid "allows you to use an iCalendar link to display a list of events on your site."
3144
+ msgstr ""
3145
 
3146
+ #: modules/module-info.php:426
3147
+ msgid "Each of these widgets has a number of customization options."
3148
+ msgstr ""
3149
 
3150
+ #: modules/module-info.php:426
3151
+ msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
3152
+ msgstr ""
3153
 
3154
+ #: modules/module-info.php:439
3155
+ msgid "Subsriptions Screenshot"
3156
+ msgstr ""
3157
 
3158
+ #: modules/module-info.php:442
3159
+ msgid "Subscriptions"
3160
+ msgstr "Abunəlik"
3161
 
3162
+ #: modules/module-info.php:444
3163
+ 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."
3164
+ msgstr ""
3165
 
3166
+ #: modules/module-info.php:445
3167
+ msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
3168
+ msgstr ""
3169
 
3170
+ #: modules/module-info.php:450
3171
+ 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."
3172
+ msgstr ""
3173
 
3174
+ #: modules/module-info.php:451
3175
+ msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
3176
+ msgstr ""
3177
 
3178
+ #: modules/module-info.php:464
3179
+ msgid "Enhanced Distribution"
3180
+ msgstr ""
3181
 
3182
+ #: modules/module-info.php:466
3183
+ 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."
3184
+ msgstr ""
3185
 
3186
+ #: modules/module-info.php:481
3187
+ msgid "JSON API"
3188
+ msgstr "JSON API"
 
3189
 
3190
+ #: modules/module-info.php:483
3191
+ 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."
3192
+ msgstr ""
3193
 
3194
+ #: modules/module-info.php:485
3195
+ 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."
3196
+ msgstr ""
 
3197
 
3198
+ #: modules/module-info.php:513
3199
+ 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."
3200
+ msgstr ""
3201
 
3202
+ #: modules/module-info.php:516
3203
+ 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."
3204
+ msgstr ""
3205
 
3206
+ #: modules/module-info.php:533
3207
+ msgid "Jetpack Comments Screenshot"
3208
+ msgstr ""
3209
 
3210
+ #: modules/module-info.php:538
3211
+ msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
3212
  msgstr ""
3213
 
3214
+ #: modules/module-info.php:543
3215
+ 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."
3216
+ msgstr ""
3217
 
3218
+ #: modules/module-info.php:564
3219
+ msgid "Gallery Carousel Screenshot"
3220
  msgstr ""
3221
 
3222
+ #: modules/module-info.php:567 modules/widgets/gallery.php:334
3223
+ msgid "Carousel"
3224
+ msgstr "Karusel"
3225
 
3226
+ #: modules/module-info.php:569
3227
+ 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."
3228
+ msgstr ""
3229
 
3230
+ #: modules/module-info.php:582 modules/module-info.php:585
3231
+ msgid "Custom CSS"
3232
+ msgstr "Özəl CSS"
3233
 
3234
+ #: modules/module-info.php:586
3235
+ 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."
3236
+ msgstr ""
3237
 
3238
+ #: modules/module-info.php:587
3239
+ msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
3240
+ msgstr ""
 
 
 
 
3241
 
3242
+ #: modules/module-info.php:604 modules/module-info.php:607
3243
+ msgid "Mobile Theme"
3244
+ msgstr "Mobil Mövzu"
 
3245
 
3246
+ #: modules/module-info.php:608
3247
+ 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."
3248
+ msgstr ""
 
 
3249
 
3250
+ #: modules/module-info.php:609
3251
+ 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."
3252
+ msgstr ""
 
 
3253
 
3254
+ #: modules/module-info.php:610
3255
+ 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."
3256
+ msgstr ""
 
 
 
3257
 
3258
+ #: modules/module-info.php:626 modules/module-info.php:629
3259
+ msgid "Mobile Push Notifications"
3260
+ msgstr ""
 
 
3261
 
3262
+ #: modules/module-info.php:631
3263
+ msgid "If you use <a href=\"%1$s\">WordPress for iOS</a> or <a href=\"%2$s\">WordPress for Android</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."
3264
  msgstr ""
3265
 
3266
+ #: modules/module-info.php:649
3267
+ msgid "If you are a theme author, you can learn about adding support for Infinite Scroll at <a href=\"%1$s\">%1$s</a>."
3268
+ msgstr ""
3269
+
3270
+ #: modules/module-info.php:652
3271
+ msgid "Infinite Scroll"
3272
+ msgstr "Davamlı sürüşdürmə"
3273
+
3274
+ #: modules/module-info.php:655
3275
+ msgid "When you write great content, all you really want is people to find it, right?"
3276
  msgstr ""
3277
 
3278
+ #: modules/module-info.php:657
3279
+ 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."
3280
+ msgstr ""
 
3281
 
3282
+ #: modules/module-info.php:660
3283
+ 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."
3284
  msgstr ""
3285
 
3286
+ #: modules/module-info.php:662
3287
+ msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
3288
  msgstr ""
3289
 
3290
+ #: modules/module-info.php:672
3291
+ 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."
3292
+ msgstr ""
3293
 
3294
+ #: modules/module-info.php:696 modules/module-info.php:699
3295
+ #: modules/post-by-email.php:92
3296
+ msgid "Post by Email"
3297
+ msgstr "E-poçt ilə Yazı"
3298
 
3299
+ #: modules/module-info.php:701
3300
+ 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."
3301
  msgstr ""
3302
 
3303
+ #: modules/module-info.php:705
3304
+ msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
 
 
 
 
3305
  msgstr ""
3306
 
3307
+ #: modules/module-info.php:709
3308
+ msgid "More information on sending emails, attachments, and customizing your posts."
3309
+ msgstr ""
3310
 
3311
+ #: modules/module-info.php:729
3312
+ msgid "Photon"
3313
+ msgstr "Foton"
3314
 
3315
+ #: modules/module-info.php:731
3316
+ msgid "Give your site a boost by loading images in posts 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."
3317
  msgstr ""
3318
 
3319
+ #: modules/module-info.php:750 modules/module-info.php:753
3320
+ #: modules/tiled-gallery/tiled-gallery.php:344
3321
+ msgid "Tiled Galleries"
3322
+ msgstr ""
3323
 
3324
+ #: modules/module-info.php:756
3325
+ msgid "Create elegant magazine-style mosaic layouts for your photos without having to use an external graphic editor."
3326
  msgstr ""
3327
 
3328
+ #: modules/module-info.php:757
3329
+ msgid "When adding a gallery to your post, you now have the option to select a layout style for your images. We've added support for Rectangular, Square, and Circular galleries. By default, galleries will continue to display using the standard thumbnail grid layout. To make the rectangular layout the default for all of your site's galleries, head over to <a href=\"%s\">Settings &rarr; Media</a> and check the box next to \"Display all your gallery pictures in a cool mosaic.\""
3330
  msgstr ""
3331
 
3332
+ #: modules/module-info.php:758
3333
+ msgid "Note: Images in tiled galleries require extra-special processing, so they will be served from WordPress.com's CDN even if the Photon module is disabled."
3334
  msgstr ""
3335
 
3336
+ #: modules/module-info.php:780
3337
+ msgid "Likes allow your readers to show their appreciation for your posts and other published content using their WordPress.com accounts. Your readers will then be able to review their liked posts from WordPress.com."
3338
+ msgstr ""
3339
 
3340
+ #: modules/module-info.php:781
3341
+ msgid "Displayed below your posts will be how many people have liked your posts and the Gravatars of those who have liked them."
3342
+ msgstr ""
 
3343
 
3344
+ #: modules/module-info.php:783
3345
+ msgid "More information on using Likes."
3346
+ msgstr ""
3347
 
3348
+ #: modules/module-info.php:806
3349
+ msgid "The Google+ profile module allows you to connect your blog and Google+ accounts."
3350
+ msgstr ""
3351
 
3352
+ #: modules/module-info.php:807
3353
+ msgid "Displayed below your posts will be a link back to your Google+ profile and a Google+ follow button. A link will also be added to your Google+ profile."
3354
+ msgstr ""
3355
 
3356
+ #: modules/module-info.php:809
3357
+ msgid "More information on using Google+ Profile."
3358
  msgstr ""
3359
 
3360
+ #: modules/module-info.php:825 modules/omnisearch/omnisearch-core.php:59
3361
+ #: modules/omnisearch/omnisearch-core.php:64
3362
+ #: modules/omnisearch/omnisearch-core.php:85
3363
+ msgid "Omnisearch"
3364
+ msgstr "Əsas Axtarış"
3365
 
3366
+ #: modules/module-info.php:827
3367
+ msgid "Search once, get results from everything! Currently supports searching posts, pages, comments, media, and plugins."
3368
+ msgstr ""
3369
 
3370
+ #: modules/module-info.php:829
3371
+ msgid "Omnisearch plays nice with other plugins by letting other providers offer results as well."
3372
+ msgstr ""
3373
 
3374
+ #: modules/module-info.php:848
3375
+ msgid "Widget Visibility"
3376
  msgstr ""
3377
 
3378
+ #: modules/module-info.php:850
3379
+ msgid "Control which pages your widgets appear on with Widget Visibility."
3380
+ msgstr ""
3381
 
3382
+ #: modules/module-info.php:851
3383
+ msgid "To control visibility, expand the widget and click the Visibility button next to the Save button, and then, choose a set of visibility options."
3384
+ msgstr ""
3385
 
3386
+ #: modules/module-info.php:852
3387
+ msgid "For example, if you wanted the Archives widget to only appear on category archives and error pages, choose \"Show\" from the first dropdown and then add two rules: \"Page is 404 Error Page\" and \"Category is All Category Pages.\""
3388
  msgstr ""
3389
 
3390
+ #: modules/module-info.php:853
3391
+ msgid "You can also hide widgets based on the current page. For example, if you don't want the Archives widget to appear on search results pages, choose \"Hide\" and \"Page is Search results.\""
3392
+ msgstr ""
3393
 
3394
+ #: modules/module-info.php:868 modules/videopress/videopress.php:330
3395
+ msgid "VideoPress"
3396
+ msgstr "VideoPress"
3397
 
3398
+ #: modules/module-info.php:869
3399
+ msgid "With the VideoPress module you can easily upload videos to your WordPress site and embed them in your posts and pages. This module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
3400
  msgstr ""
3401
 
3402
+ #: modules/module-info.php:882
3403
+ msgid "Single Sign On"
 
 
 
 
3404
  msgstr ""
3405
 
3406
+ #: modules/module-info.php:884
3407
+ msgid "With WordPress.com Single Sign On, your users will be able to log in to or register for your WordPress site with the same credentials they use on WordPress.com. It's safe and secure."
3408
+ msgstr ""
3409
 
3410
+ #: modules/module-info.php:885
3411
+ msgid "Once enabled, a \"Log in with WordPress.com\" option will be added to your existing log in form."
3412
+ msgstr ""
3413
 
3414
+ #: modules/module-info.php:900
3415
+ msgid "Monitor"
3416
+ msgstr ""
3417
 
3418
+ #: modules/module-info.php:902 modules/monitor.php:62
3419
+ msgid "Nobody likes downtime, and that's why Jetpack Monitor is on the job, keeping tabs on your site. As soon as any downtime is detected, you will receive an email notification alerting you to the issue. That way you can act quickly, to get your site back online again!"
3420
+ msgstr ""
3421
 
3422
+ #: modules/module-info.php:904 modules/monitor.php:63
3423
+ msgid "We’ll also let you know as soon as your site is up and running, so you can keep an eye on total downtime."
3424
+ msgstr ""
3425
 
3426
+ #: modules/module-info.php:935 modules/module-info.php:936
3427
+ msgid "Related Posts"
3428
+ msgstr "Oxşar Yazılar"
 
 
 
 
3429
 
3430
+ #: modules/module-info.php:937
3431
+ msgid "\"Related Posts\" shows additional relevant links from your site under your posts. If the feature is enabled, links appear underneath your Sharing Buttons and WordPress.com Likes (if you’ve turned these on)."
3432
+ msgstr ""
 
 
 
3433
 
3434
+ #: modules/module-info.php:938
3435
+ msgid "More information on using Related Posts."
3436
+ msgstr ""
3437
 
3438
+ #: modules/module-info.php:939
3439
+ msgid "This feature uses the WordPress.com infrastructure and requires that your public content be mirrored there. If you see intermittent issues only effecting certain posts, request a reindex of your posts."
3440
  msgstr ""
3441
 
3442
+ #: modules/module-info.php:955
3443
+ msgid "Markdown lets you compose posts and comments with links, lists, and other styles using regular characters and punctuation marks. Markdown is used by writers and bloggers who want a quick and easy way to write rich text, without having to take their hands off the keyboard, and without learning a lot of complicated codes and shortcuts."
3444
  msgstr ""
3445
 
3446
+ #: modules/monitor.php:79
3447
+ msgid "Receive Monitor Email Notifications."
3448
+ msgstr ""
 
3449
 
3450
+ #: modules/monitor.php:81
3451
+ msgid "Emails will be sent to %s (<a href=\"%s\">Edit</a>)"
 
3452
  msgstr ""
3453
 
3454
+ #: modules/monitor.php:88 modules/sso.php:861
3455
+ msgid "This profile is not currently linked to a WordPress.com Profile."
3456
  msgstr ""
3457
 
3458
+ #: modules/omnisearch/omnisearch-comments.php:17
3459
+ msgid "Search Comments"
3460
+ msgstr "Şərhləri axtar"
3461
 
3462
+ #: modules/omnisearch/omnisearch-comments.php:18
3463
+ #: modules/omnisearch/omnisearch-comments.php:27
3464
+ #: modules/widgets/rsslinks-widget.php:68
3465
+ #: modules/widgets/rsslinks-widget.php:136
3466
+ msgid "Comments"
3467
+ msgstr "Şərhlər"
3468
 
3469
+ #: modules/omnisearch/omnisearch-core.php:85
3470
+ msgid "search everything"
3471
+ msgstr "hər şeyi axtarın"
3472
 
3473
+ #: modules/omnisearch/omnisearch-core.php:95
3474
+ msgid "Results:"
3475
+ msgstr "Nəticələr:"
3476
 
3477
+ #: modules/omnisearch/omnisearch-core.php:96
3478
+ msgid "Jump to:"
3479
+ msgstr "Get:"
3480
 
3481
+ #: modules/omnisearch/omnisearch-core.php:107
3482
+ msgid "Back to Top &uarr;"
3483
+ msgstr "Əvvələ Qayıt &uarr;"
3484
 
3485
+ #: modules/omnisearch/omnisearch-core.php:154
3486
+ msgid "Search Everything"
3487
+ msgstr "Hər Şeyi Axtarın"
3488
+
3489
+ #: modules/omnisearch/omnisearch-media.php:16
3490
+ msgid "Search Media"
3491
+ msgstr "Media Axtar"
3492
+
3493
+ #: modules/omnisearch/omnisearch-media.php:17
3494
+ #: modules/omnisearch/omnisearch-media.php:28
3495
+ msgid "Media"
3496
+ msgstr "Media"
3497
 
3498
+ #: modules/omnisearch/omnisearch-plugins.php:20
3499
+ msgid "Search Plugins"
3500
+ msgstr "Plaqinlərdə axtar"
3501
 
3502
+ #: modules/omnisearch/omnisearch-plugins.php:21
3503
+ #: modules/omnisearch/omnisearch-plugins.php:26
3504
+ msgid "Plugins"
3505
+ msgstr "Plaqinlər"
 
 
3506
 
3507
+ #: modules/omnisearch/omnisearch-plugins.php:23
3508
+ msgid "Loading &hellip;"
3509
+ msgstr "Yüklənir &hellip;"
3510
 
3511
+ #: modules/omnisearch/omnisearch-posts.php:44
3512
+ #: modules/widgets/facebook-likebox.php:124
3513
+ #: modules/widgets/gravatar-profile.php:177
3514
+ msgid "Title"
3515
+ msgstr "Başlıq"
3516
 
3517
+ #: modules/omnisearch/omnisearch-posts.php:45
3518
+ msgid "Snippet"
3519
+ msgstr "Parçacıq"
3520
 
3521
+ #: modules/omnisearch/omnisearch-posts.php:75
3522
+ msgid "Unpublished"
3523
+ msgstr "Dərc edilməmiş"
3524
 
3525
+ #: modules/omnisearch/omnisearch-posts.php:78
3526
+ msgid "Y/m/d g:i:s A"
3527
+ msgstr "d.m.Y H:i:s"
3528
 
3529
+ #: modules/omnisearch/omnisearch-posts.php:85
3530
+ msgid "%s ago"
3531
+ msgstr "%s öncə"
3532
 
3533
+ #: modules/omnisearch/omnisearch-posts.php:87
3534
+ msgid "Y/m/d"
3535
+ msgstr "d.m.Y"
3536
 
3537
+ #: modules/omnisearch/omnisearch-posts.php:93
3538
+ msgid "Published"
3539
+ msgstr "Dərc edilmiş"
3540
 
3541
+ #: modules/omnisearch/omnisearch-posts.php:96
3542
+ msgid "Missed schedule"
3543
+ msgstr "Ertələnmə qaçırıldı"
3544
 
3545
+ #: modules/omnisearch/omnisearch-posts.php:98
3546
+ msgid "Scheduled"
3547
+ msgstr "Planlanmış"
3548
 
3549
+ #: modules/omnisearch/omnisearch-posts.php:100
3550
+ msgid "Last Modified"
3551
+ msgstr "Son Dəyişiklik"
 
 
3552
 
3553
+ #: modules/post-by-email.php:95 modules/subscriptions.php:635
3554
+ msgid "Email Address"
3555
+ msgstr "E-poçt ünvanı"
3556
 
3557
+ #: modules/post-by-email.php:110
3558
+ msgid "Enable Post By Email"
3559
  msgstr ""
3560
 
3561
+ #: modules/post-by-email.php:114
3562
+ #: modules/videopress/class.videopress-player.php:283
3563
+ msgid "More information"
3564
+ msgstr "Daha çox məlumat"
 
 
 
 
 
 
 
 
 
 
3565
 
3566
+ #: modules/post-by-email.php:117
3567
+ msgid "Regenerate Address"
3568
+ msgstr ""
3569
 
3570
+ #: modules/post-by-email.php:118
3571
+ msgid "Disable Post By Email"
3572
+ msgstr ""
3573
 
3574
+ #: modules/post-by-email.php:126
3575
+ msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
3576
+ msgstr ""
3577
 
3578
+ #: modules/post-by-email.php:129 modules/publicize/publicize-jetpack.php:66
3579
+ msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
3580
+ msgstr ""
3581
 
3582
+ #: modules/post-by-email.php:170 modules/post-by-email.php:179
3583
+ msgid "Unable to create your Post By Email address. Please try again later."
3584
+ msgstr ""
3585
 
3586
+ #: modules/post-by-email.php:198 modules/post-by-email.php:207
3587
+ msgid "Unable to regenerate your Post By Email address. Please try again later."
3588
+ msgstr ""
3589
 
3590
+ #: modules/post-by-email.php:226 modules/post-by-email.php:235
3591
+ msgid "Unable to disable your Post By Email address. Please try again later."
3592
+ msgstr ""
3593
 
3594
+ #: modules/publicize/enhanced-open-graph.php:108
3595
+ msgid "Video on %s"
3596
+ msgstr ""
3597
 
3598
+ #: modules/publicize/publicize-jetpack.php:63
3599
+ msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
3600
+ msgstr ""
3601
 
3602
+ #: modules/publicize/publicize-jetpack.php:180
3603
+ msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
3604
+ msgstr ""
3605
 
3606
+ #: modules/publicize/publicize-jetpack.php:186
3607
+ msgid "An invalid request was made. This normally means that something intercepted or corrupted the request from your server to the Jetpack Server. Try again and see if it works this time."
3608
+ msgstr ""
 
3609
 
3610
+ #: modules/publicize/publicize-jetpack.php:189
3611
+ msgid "We could not verify that your server is making an authorized request. Please try again, and make sure there is nothing interfering with requests from your server to the Jetpack Server."
3612
+ msgstr ""
3613
 
3614
+ #: modules/publicize/publicize-jetpack.php:192
3615
+ msgid "No blog_id was included in your request. Please try disconnecting Jetpack from WordPress.com and then reconnecting it. Once you have done that, try connecting Publicize again."
3616
+ msgstr ""
3617
 
3618
+ #: modules/publicize/publicize-jetpack.php:195
3619
+ msgid "No user information was included in your request. Please make sure that your user account has connected to Jetpack. Connect your user account by going to the <a href=\"%s\">Jetpack page</a> within wp-admin."
3620
+ msgstr ""
3621
 
3622
+ #: modules/publicize/publicize-jetpack.php:198
3623
+ msgid "Something which should never happen, happened. Sorry about that. If you try again, maybe it will work."
3624
+ msgstr ""
 
3625
 
3626
+ #: modules/publicize/publicize-jetpack.php:202
3627
+ msgid "There was a problem connecting with Publicize. Please try again in a moment."
3628
+ msgstr ""
3629
 
3630
+ #: modules/publicize/publicize-jetpack.php:211
3631
+ msgid "Error code: %s"
3632
+ msgstr ""
3633
 
3634
+ #: modules/publicize/publicize-jetpack.php:220
3635
+ msgid "That connection has been removed."
3636
+ msgstr ""
3637
 
3638
+ #: modules/publicize/publicize-jetpack.php:351
3639
+ msgctxt "Refresh connection with {social media service}"
3640
+ msgid "Refresh connection with %s"
3641
+ msgstr ""
3642
 
3643
+ #: modules/publicize/publicize-jetpack.php:425
3644
+ #: modules/publicize/publicize-jetpack.php:442
3645
+ #: modules/publicize/publicize-jetpack.php:565
3646
+ msgid "Publicize to my %s:"
3647
+ msgstr ""
3648
 
3649
+ #: modules/publicize/publicize-jetpack.php:426
3650
+ msgid "Facebook Wall"
3651
+ msgstr ""
3652
 
3653
+ #: modules/publicize/publicize-jetpack.php:443
3654
+ msgid "Facebook Page"
3655
+ msgstr ""
3656
 
3657
+ #: modules/publicize/publicize-jetpack.php:566
3658
+ msgid "Tumblr blog"
3659
+ msgstr ""
3660
 
3661
+ #: modules/publicize/publicize.php:373
3662
+ msgid "This connection is working correctly."
3663
+ msgstr "Bu qöşulma düzgün işləyir."
3664
 
3665
+ #: modules/publicize/ui.php:76
3666
+ msgid "You have successfully connected your blog with your %s account."
3667
+ msgstr "%s hesabınız ilə bloqunuza müvəffəqiyyətlə qoşuldunuz."
3668
 
3669
+ #: modules/publicize/ui.php:82
3670
+ msgid "You have chosen not to connect your blog. Please click 'accept' when prompted if you wish to connect your accounts."
3671
+ msgstr ""
3672
 
3673
+ #: modules/publicize/ui.php:103
3674
+ msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
3675
+ msgstr "Bloqunuzu populyar sosial şəbəkələrə qoşun və yeni yazılarınızı dostlarınızla avtomatik olaraq paylaşın."
 
3676
 
3677
+ #: modules/publicize/ui.php:104
3678
+ msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
3679
+ msgstr "Sadəcə özünüz üçün və ya bloqunuzdakı bütün istifadəçilər üçün bir bağlantı hazırlaya bilərsiniz. Paylaşılan bağlantılar (Paylaşılan) mətni ilə işarələnir."
3680
 
3681
+ #: modules/publicize/ui.php:169
3682
+ msgid "Connected as:"
3683
+ msgstr ""
 
3684
 
3685
+ #: modules/publicize/ui.php:179
3686
+ msgid "Shared"
3687
+ msgstr ""
3688
 
3689
+ #: modules/publicize/ui.php:205 modules/theme-tools/social-links.php:81
3690
+ msgid "Connect"
3691
+ msgstr "Bağlan"
3692
 
3693
+ #: modules/publicize/ui.php:223
3694
+ msgid "Are you sure you want to stop Publicizing posts to this connection?"
3695
+ msgstr ""
3696
 
3697
+ #: modules/publicize/ui.php:245
3698
+ msgid "Make this connection available to all users of this blog?"
3699
+ msgstr ""
3700
 
3701
+ #: modules/publicize/ui.php:253
3702
+ msgid "There was a problem connecting to %s. Please disconnect and try again."
3703
+ msgstr "%s ilə əlaqə qurularkən bir problem ortaya çıxdı. Lütfən əlaqəni kəsib yenidən yoxlayın."
3704
 
3705
+ #: modules/publicize/ui.php:427
3706
+ msgid "Before you hit Publish, please refresh the following connection(s) to make sure we can Publicize your post:"
3707
+ msgstr ""
3708
 
3709
+ #: modules/publicize/ui.php:515
3710
+ msgid "Publicize:"
3711
+ msgstr "Bəyan:"
 
 
3712
 
3713
+ #: modules/publicize/ui.php:595
3714
+ msgctxt "Service: Account connected as"
3715
+ msgid "%1$s: %2$s"
3716
+ msgstr "%1$s: %2$s"
3717
 
3718
+ #: modules/publicize/ui.php:630
3719
+ msgid "Custom Message:"
3720
+ msgstr "Özəl Mesaj:"
3721
 
3722
+ #: modules/publicize/ui.php:635 modules/publicize/ui.php:664
3723
+ #: modules/publicize/ui.php:666
3724
+ msgid "Hide"
3725
+ msgstr "Gizlət"
3726
 
3727
+ #: modules/publicize/ui.php:644
3728
+ msgid "Not Connected"
3729
+ msgstr "Bağlantı Yoxdur"
3730
 
3731
+ #: modules/publicize/ui.php:651
3732
+ msgid "Connect to"
3733
+ msgstr "Bağlan"
3734
 
3735
+ #: modules/publicize/ui.php:656
3736
+ msgid "Connect and share your posts on %s"
3737
+ msgstr "Bağlan %s üzərində yazılarını paylaş"
3738
 
3739
+ #: modules/publicize/ui.php:679
3740
+ msgid "Show"
3741
+ msgstr "Göstər"
3742
 
3743
+ #: modules/publicize.php:111
3744
+ msgctxt "word count: words or characters?"
3745
+ msgid "words"
3746
+ msgstr "kəlmə"
3747
 
3748
+ #: modules/related-posts/jetpack-related-posts.php:87
3749
+ msgid "Related posts"
3750
+ msgstr "Oxşar yazılar"
 
3751
 
3752
+ #: modules/related-posts/jetpack-related-posts.php:134
3753
+ #: modules/related-posts/jetpack-related-posts.php:284
3754
+ msgid "Related"
3755
+ msgstr "Oxşar"
3756
 
3757
+ #: modules/related-posts/jetpack-related-posts.php:237
3758
+ msgid "Show a \"Related\" header to more clearly separate the related section from posts"
3759
  msgstr ""
3760
 
3761
+ #: modules/related-posts/jetpack-related-posts.php:239
3762
+ msgid "Show thumbnails for related posts when available"
3763
+ msgstr ""
3764
 
3765
+ #: modules/related-posts/jetpack-related-posts.php:240
3766
+ msgid "Preview:"
3767
+ msgstr "Ön izləmə:"
3768
 
3769
+ #: modules/related-posts/jetpack-related-posts.php:267
3770
+ msgid "Hide related content after posts"
3771
  msgstr ""
3772
 
3773
+ #: modules/related-posts/jetpack-related-posts.php:269
3774
+ msgid "Show related content after posts"
3775
+ msgstr ""
3776
 
3777
+ #: modules/related-posts/jetpack-related-posts.php:731
3778
+ #: modules/related-posts/jetpack-related-posts.php:743
3779
+ msgctxt "in {category/tag name}"
3780
+ msgid "In \"%s\""
3781
+ msgstr ""
3782
 
3783
+ #: modules/related-posts/jetpack-related-posts.php:753
3784
+ msgid "With 1 comment"
3785
+ msgid_plural "With %s comments"
3786
+ msgstr[0] "1 şərh ilə"
3787
+ msgstr[1] "%s şərh ilə"
3788
+
3789
+ #: modules/sharedaddy/sharedaddy.php:14
3790
+ msgid "%1$s (%2$s) thinks you may be interested in the following post:"
3791
  msgstr ""
3792
 
3793
+ #: modules/sharedaddy/sharedaddy.php:21
3794
+ msgid "Shared Post"
3795
  msgstr ""
3796
 
3797
+ #: modules/sharedaddy/sharedaddy.php:117
3798
+ msgid "Disable CSS and JS"
 
 
 
 
 
 
 
 
3799
  msgstr ""
3800
 
3801
+ #: modules/sharedaddy/sharedaddy.php:119
3802
+ msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
3803
+ msgstr ""
3804
 
3805
+ #: modules/sharedaddy/sharing-service.php:12
3806
+ msgid "Share this:"
3807
+ msgstr "Bunu paylaş:"
3808
 
3809
+ #: modules/sharedaddy/sharing-service.php:551
3810
+ #: modules/sharedaddy/sharing.php:250 modules/sharedaddy/sharing.php:283
3811
+ msgid "More"
3812
+ msgstr "Daha çox"
3813
+
3814
+ #: modules/sharedaddy/sharing-service.php:553
3815
+ #: modules/videopress/videopress.php:635
3816
+ msgid "Share"
3817
+ msgstr "Paylaş"
3818
+
3819
+ #: modules/sharedaddy/sharing-sources.php:208
3820
+ msgctxt "as sharing source"
3821
+ msgid "Email"
3822
+ msgstr "E-poçt"
3823
+
3824
+ #: modules/sharedaddy/sharing-sources.php:250
3825
+ msgid "This post has been shared!"
3826
+ msgstr "Bu yazı paylaşıldı!"
3827
+
3828
+ #: modules/sharedaddy/sharing-sources.php:251
3829
+ msgid "You have shared this post with %s"
3830
+ msgstr "%s ilə bu yazı paylaşıldı"
3831
+
3832
+ #: modules/sharedaddy/sharing-sources.php:252
3833
+ #: modules/videopress/videopress.php:676
3834
+ msgid "Close"
3835
+ msgstr "Bağla"
3836
+
3837
+ #: modules/sharedaddy/sharing-sources.php:274
3838
+ msgctxt "share to"
3839
+ msgid "Email"
3840
+ msgstr "E-poçt"
3841
+
3842
+ #: modules/sharedaddy/sharing-sources.php:274
3843
+ msgid "Click to email this to a friend"
3844
+ msgstr "E-poçt ilə dostunuza göndərmək üçün tıklayın"
3845
+
3846
+ #: modules/sharedaddy/sharing-sources.php:287
3847
+ msgid "Send to Email Address"
3848
+ msgstr "E-poçt ünvanına göndər"
3849
 
3850
+ #: modules/sharedaddy/sharing-sources.php:295
3851
+ msgid "Your Name"
3852
+ msgstr "Adınız"
3853
 
3854
+ #: modules/sharedaddy/sharing-sources.php:298
3855
+ msgid "Your Email Address"
3856
+ msgstr "Sizin e-poçt ünvanınız"
3857
 
3858
+ #: modules/sharedaddy/sharing-sources.php:306
3859
+ msgid "Send Email"
3860
+ msgstr "E-poçt göndər"
3861
 
3862
+ #: modules/sharedaddy/sharing-sources.php:310
3863
+ msgid "Post was not sent - check your email addresses!"
3864
+ msgstr ""
3865
 
3866
+ #: modules/sharedaddy/sharing-sources.php:314
3867
+ msgid "Email check failed, please try again"
3868
+ msgstr "E-poçt təsdiqləməsi müvəffəqiyyətsiz oldu, lütfən təkrar yoxlayın"
3869
 
3870
+ #: modules/sharedaddy/sharing-sources.php:318
3871
+ msgid "Sorry, your blog cannot share posts by email."
3872
+ msgstr "Bağışlayın, sizin bloq e-poçt yolu ilə yazıları paylaşmaq üçün münasib deyil."
3873
 
3874
+ #: modules/sharedaddy/sharing-sources.php:341
3875
+ msgid "Twitter"
3876
+ msgstr "Twitter"
 
 
3877
 
3878
+ #: modules/sharedaddy/sharing-sources.php:388
3879
+ msgctxt "share to"
3880
+ msgid "Twitter"
3881
+ msgstr "Twitter"
3882
 
3883
+ #: modules/sharedaddy/sharing-sources.php:388
3884
+ msgid "Click to share on Twitter"
3885
+ msgstr "Twitter-də paylaşmaq üçün tıklayın"
 
3886
 
3887
+ #: modules/sharedaddy/sharing-sources.php:463
3888
+ msgid "StumbleUpon"
3889
+ msgstr "StumbleUpon"
3890
 
3891
+ #: modules/sharedaddy/sharing-sources.php:474
3892
+ msgctxt "share to"
3893
+ msgid "StumbleUpon"
3894
+ msgstr "StumbleUpon"
3895
 
3896
+ #: modules/sharedaddy/sharing-sources.php:474
3897
+ msgid "Click to share on StumbleUpon"
3898
+ msgstr "StumbleUpon-da paylaşmaq üçün tıklayın"
3899
 
3900
+ #: modules/sharedaddy/sharing-sources.php:501
3901
+ msgid "Reddit"
3902
+ msgstr "Reddit"
3903
+
3904
+ #: modules/sharedaddy/sharing-sources.php:508
3905
+ msgctxt "share to"
3906
+ msgid "Reddit"
3907
  msgstr ""
3908
 
3909
+ #: modules/sharedaddy/sharing-sources.php:508
3910
+ msgid "Click to share on Reddit"
3911
+ msgstr "Reddit-də paylaşmaq üçün tıklayın"
3912
 
3913
+ #: modules/sharedaddy/sharing-sources.php:535
3914
+ msgid "Digg"
3915
+ msgstr "Digg"
 
 
3916
 
3917
+ #: modules/sharedaddy/sharing-sources.php:544
3918
+ #: modules/sharedaddy/sharing-sources.php:547
3919
+ msgid "Click to Digg this post"
3920
  msgstr ""
3921
 
3922
+ #: modules/sharedaddy/sharing-sources.php:547
3923
+ msgctxt "share to"
3924
+ msgid "Digg"
3925
+ msgstr "Digg"
3926
 
3927
+ #: modules/sharedaddy/sharing-sources.php:591
3928
+ msgid "LinkedIn"
3929
+ msgstr "LinkedIn"
3930
 
3931
+ #: modules/sharedaddy/sharing-sources.php:605
3932
+ msgctxt "share to"
3933
+ msgid "LinkedIn"
3934
+ msgstr "LinkedIn"
3935
 
3936
+ #: modules/sharedaddy/sharing-sources.php:605
3937
+ msgid "Click to share on LinkedIn"
3938
+ msgstr "LinkedIn-də paylaşmaq üçün tıklayın"
3939
 
3940
+ #: modules/sharedaddy/sharing-sources.php:668
3941
+ msgid "Facebook"
3942
+ msgstr "Facebook"
3943
 
3944
+ #: modules/sharedaddy/sharing-sources.php:744
3945
+ msgctxt "share to"
3946
+ msgid "Facebook"
3947
+ msgstr "Facebook"
 
3948
 
3949
+ #: modules/sharedaddy/sharing-sources.php:744
3950
+ msgid "Share on Facebook"
3951
+ msgstr "Facebook-da paylaş"
3952
 
3953
+ #: modules/sharedaddy/sharing-sources.php:775
3954
+ msgid "Print"
3955
+ msgstr "Çap et"
3956
 
3957
+ #: modules/sharedaddy/sharing-sources.php:779
3958
+ msgctxt "share to"
3959
+ msgid "Print"
3960
+ msgstr "Çap et"
3961
 
3962
+ #: modules/sharedaddy/sharing-sources.php:779
3963
+ msgid "Click to print"
3964
+ msgstr "Çap etmək üçün tıklayın"
3965
 
3966
+ #: modules/sharedaddy/sharing-sources.php:795
3967
+ msgid "Press This"
3968
+ msgstr "Press This"
3969
 
3970
+ #: modules/sharedaddy/sharing-sources.php:823
3971
+ msgctxt "share to"
3972
+ msgid "Press This"
3973
+ msgstr "Press This"
3974
 
3975
+ #: modules/sharedaddy/sharing-sources.php:823
3976
+ msgid "Click to Press This!"
3977
+ msgstr "Press This üçün tıklayın!"
 
 
3978
 
3979
+ #: modules/sharedaddy/sharing-sources.php:841
3980
+ msgid "Google"
3981
+ msgstr "Google"
3982
 
3983
+ #: modules/sharedaddy/sharing-sources.php:854
3984
+ msgctxt "share to"
3985
+ msgid "Google"
3986
+ msgstr "Google"
3987
 
3988
+ #: modules/sharedaddy/sharing-sources.php:854
3989
+ msgid "Click to share on Google+"
3990
+ msgstr "Google+ paylaşmaq üçün yıklayın"
 
3991
 
3992
+ #: modules/sharedaddy/sharing-sources.php:941
3993
+ msgid "Click to share"
3994
+ msgstr "Paylaşmaq üçün tıklayın"
3995
 
3996
+ #: modules/sharedaddy/sharing-sources.php:996
3997
+ msgid "URL"
3998
+ msgstr "URL"
3999
 
4000
+ #: modules/sharedaddy/sharing-sources.php:1001
4001
+ msgid "Icon"
4002
+ msgstr "İkon"
4003
 
4004
+ #: modules/sharedaddy/sharing-sources.php:1008
4005
+ msgid "Save"
4006
+ msgstr "Qeyd et"
4007
 
4008
+ #: modules/sharedaddy/sharing-sources.php:1009
4009
+ msgid "Remove Service"
4010
+ msgstr "Servisi Sil"
4011
 
4012
+ #: modules/sharedaddy/sharing-sources.php:1088
4013
+ msgid "Tumblr"
4014
+ msgstr "Tumblr"
4015
 
4016
+ #: modules/sharedaddy/sharing-sources.php:1099
4017
+ msgctxt "share to"
4018
+ msgid "Tumblr"
4019
+ msgstr "Tumblr"
4020
+
4021
+ #: modules/sharedaddy/sharing-sources.php:1099
4022
+ msgid "Click to share on Tumblr"
4023
+ msgstr "Tumblr-da paylaşmaq üçün tıklayın"
4024
 
4025
+ #: modules/sharedaddy/sharing-sources.php:1135
4026
+ msgid "Pinterest"
4027
+ msgstr "Pinterest"
4028
 
4029
+ #: modules/sharedaddy/sharing-sources.php:1179
4030
+ msgid "Pin It"
4031
+ msgstr ""
4032
 
4033
+ #: modules/sharedaddy/sharing-sources.php:1181
4034
+ msgctxt "share to"
4035
+ msgid "Pinterest"
4036
+ msgstr "Pinterest"
4037
 
4038
+ #: modules/sharedaddy/sharing-sources.php:1181
4039
+ msgid "Click to share on Pinterest"
4040
+ msgstr "Pinterest-də paylaşmaq üçün tıklayın"
4041
 
4042
+ #: modules/sharedaddy/sharing-sources.php:1252
4043
+ #: modules/sharedaddy/sharing-sources.php:1270
4044
+ msgid "Pocket"
4045
+ msgstr "Cib"
 
 
 
 
 
 
 
 
 
4046
 
4047
+ #: modules/sharedaddy/sharing-sources.php:1275
4048
+ msgctxt "share to"
4049
+ msgid "Pocket"
4050
  msgstr ""
4051
 
4052
+ #: modules/sharedaddy/sharing-sources.php:1275
4053
+ msgid "Click to share on Pocket"
4054
+ msgstr ""
4055
 
4056
+ #: modules/sharedaddy/sharing.php:153
4057
+ msgid "Warning! Multibyte support missing!"
4058
+ msgstr ""
4059
 
4060
+ #: modules/sharedaddy/sharing.php:154
4061
+ 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."
4062
  msgstr ""
4063
 
4064
+ #: modules/sharedaddy/sharing.php:171
4065
+ msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
4066
+ msgstr "Bloqunuza paylaşma düymələri əlavə edərək ziyarətçilərinizlə və dostlarınızla yazılarınızı paylaşa bilərsiniz."
4067
 
4068
+ #: modules/sharedaddy/sharing.php:177
4069
+ msgid "Available Services"
4070
+ msgstr "Mövcud Servislər"
4071
 
4072
+ #: modules/sharedaddy/sharing.php:178
4073
+ msgid "Drag and drop the services you'd like to enable into the box below."
4074
+ msgstr "Göstərmək istədiyiniz servisləri aşağıdakı qutuya sürükləyib buraxın."
4075
 
4076
+ #: modules/sharedaddy/sharing.php:179
4077
+ msgid "Add a new service"
4078
+ msgstr "Yeni servis əlavə et"
4079
 
4080
+ #: modules/sharedaddy/sharing.php:192
4081
+ msgid "Please note that your services have been restricted because your site is private."
4082
+ msgstr "Saytınız özəl olduğu üçün servislərinizin imkanları məhduddur."
 
 
4083
 
4084
+ #: modules/sharedaddy/sharing.php:203
4085
+ msgid "Enabled Services"
4086
+ msgstr "Aktiv Servislər"
4087
 
4088
+ #: modules/sharedaddy/sharing.php:206
4089
+ msgid "Services dragged here will appear individually."
4090
+ msgstr "Buraya sürüşdürülmüş servislər fərdi qaydada görünür."
4091
 
4092
+ #: modules/sharedaddy/sharing.php:209
4093
+ msgid "Drag and drop available services here."
4094
+ msgstr "Mövcud servisləri buraya sürüşdür və burax"
4095
 
4096
+ #: modules/sharedaddy/sharing.php:220
4097
+ msgid "Services dragged here will be hidden behind a share button."
4098
+ msgstr "Burada göstərilən servislər Paylaş düyməsinin arxasında gizlədiləcəkdir."
 
 
 
 
 
 
4099
 
4100
+ #: modules/sharedaddy/sharing.php:235
4101
+ msgid "Live Preview"
4102
+ msgstr "Canlı Ön izləmə"
4103
 
4104
+ #: modules/sharedaddy/sharing.php:238
4105
+ msgid "Sharing is off. Add services above to enable."
4106
  msgstr ""
4107
 
4108
+ #: modules/sharedaddy/sharing.php:304
4109
+ msgid "Button style"
4110
+ msgstr "Düymə stili"
 
 
 
 
 
 
 
 
4111
 
4112
+ #: modules/sharedaddy/sharing.php:307
4113
+ msgid "Icon + text"
4114
+ msgstr "İkon + mətn"
 
4115
 
4116
+ #: modules/sharedaddy/sharing.php:308
4117
+ msgid "Icon only"
4118
+ msgstr "Yalnız ikon"
4119
 
4120
+ #: modules/sharedaddy/sharing.php:309
4121
+ msgid "Text only"
4122
+ msgstr "Yalnız mətn"
 
4123
 
4124
+ #: modules/sharedaddy/sharing.php:310
4125
+ msgid "Official buttons"
4126
+ msgstr "Rəsmi düymələr"
4127
 
4128
+ #: modules/sharedaddy/sharing.php:315
4129
+ msgid "Sharing label"
4130
+ msgstr "Paylaşma etiketi"
4131
 
4132
+ #: modules/sharedaddy/sharing.php:321
4133
+ msgid "Open links in"
4134
+ msgstr "Bağlantını aç:"
4135
 
4136
+ #: modules/sharedaddy/sharing.php:324
4137
+ msgid "New window"
4138
+ msgstr "Yeni pəncərədə"
4139
 
4140
+ #: modules/sharedaddy/sharing.php:325
4141
+ msgid "Same window"
4142
+ msgstr "Eyni pəncərədə"
4143
 
4144
+ #: modules/sharedaddy/sharing.php:363
4145
+ msgid "Service name"
4146
+ msgstr "Servis adı"
4147
 
4148
+ #: modules/sharedaddy/sharing.php:369
4149
+ msgid "Sharing URL"
4150
+ msgstr "Paylaşma URL"
4151
 
4152
+ #: modules/sharedaddy/sharing.php:373
4153
+ msgid "You can add the following variables to your service sharing URL:"
 
4154
  msgstr ""
4155
 
4156
+ #: modules/sharedaddy/sharing.php:378
4157
+ msgid "Icon URL"
4158
+ msgstr "Ikon URL"
 
 
 
 
4159
 
4160
+ #: modules/sharedaddy/sharing.php:381
4161
+ msgid "Enter the URL of a 16x16px icon you want to use for this service."
 
4162
  msgstr ""
4163
 
4164
+ #: modules/sharedaddy/sharing.php:387
4165
+ msgid "Create Share Button"
4166
+ msgstr "Paylaşma Düyməsi Yarat"
4167
 
4168
+ #: modules/sharedaddy/sharing.php:399
4169
+ msgid "An error occurred creating your new sharing service - please check you gave valid details."
4170
+ msgstr "Yeni paylaşma servisi yaratmaq baş tutmadı - gərəkli məlumatları doğru daxil etdiyinizdən əmin olun."
4171
 
4172
+ #: modules/shortcodes/archives.php:58
4173
+ msgid "Your blog does not currently have any published posts."
4174
+ msgstr "Sizin bloqda hazırda dərc edilmiş hər hansı bir yazı yoxdur."
4175
 
4176
+ #: modules/shortcodes/audio.php:202
4177
+ msgid "Download: <a href=\"%s\">%s</a><br />"
4178
+ msgstr "Endir: <a href=\"%s\">%s</a><br />"
 
4179
 
4180
+ #: modules/shortcodes/presentations.php:227
4181
+ msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
4182
+ msgstr "Bu slaydşou işə salına bilməz. Səhifəni yeniləyin və ya başqa bir brauzerdə yoxlamağa çalışın."
4183
 
4184
+ #: modules/shortcodes/presentations.php:243
4185
+ msgid "Click to autoplay the presentation!"
4186
+ msgstr ""
4187
 
4188
+ #: modules/shortcodes/slideshow.php:65 modules/widgets/gallery.php:330
4189
+ msgid "Slideshow"
4190
+ msgstr "Slaydşou"
4191
 
4192
+ #: modules/shortcodes/slideshow.php:70
4193
+ msgid "Image Gallery Slideshow"
4194
+ msgstr ""
4195
 
4196
+ #: modules/shortcodes/slideshow.php:182
4197
+ msgid "Click to view slideshow."
4198
+ msgstr "Slaydşouya baxmaq üçün tıklayın."
4199
 
4200
+ #: modules/shortcodes/slideshow.php:211
4201
+ msgid "This slideshow requires JavaScript."
4202
+ msgstr "Bu slaydşou üçün JavaScript lazımdır."
4203
 
4204
+ #: modules/shortcodes/twitter-timeline.php:17
4205
+ msgid "Invalid username"
4206
+ msgstr "Keçərsiz istifadəçi adı"
4207
 
4208
+ #: modules/shortcodes/twitter-timeline.php:20
4209
+ msgid "Invalid id"
4210
+ msgstr "Keçərsiz id"
4211
 
4212
+ #: modules/shortcodes/twitter-timeline.php:22
4213
+ msgid "Tweets by @%s"
4214
+ msgstr "@%s tweetləri"
4215
 
4216
+ #: modules/shortcodes/upcoming-events.php:23
4217
+ #: modules/widgets/upcoming-events.php:79
4218
+ msgid "No upcoming events"
4219
+ msgstr "Gələcək tədbir yoxdur"
 
 
4220
 
4221
+ #: modules/sso.php:137
4222
+ msgid "Jetpack Single Sign On"
4223
+ msgstr ""
 
4224
 
4225
+ #: modules/sso.php:174
4226
+ msgid "Require Two-Step Authentication"
4227
+ msgstr ""
 
4228
 
4229
+ #: modules/sso.php:192
4230
+ msgid "Match by Email"
4231
+ msgstr ""
4232
 
4233
+ #: modules/sso.php:342
4234
+ msgid "Error: This site's Jetpack connection is currently experiencing problems."
4235
+ msgstr ""
4236
 
4237
+ #: modules/sso.php:476
4238
+ msgid "Error, invalid response data."
4239
+ msgstr ""
4240
 
4241
+ #: modules/sso.php:531
4242
+ msgid "Error: Couldn't create suitable username."
4243
+ msgstr ""
4244
 
4245
+ #: modules/sso.php:647
4246
+ msgid "Log in with WordPress.com"
4247
+ msgstr ""
 
 
4248
 
4249
+ #: modules/sso.php:722
4250
+ msgid "Login method not allowed"
4251
  msgstr ""
4252
 
4253
+ #: modules/sso.php:729
4254
+ msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
4255
+ msgstr ""
4256
 
4257
+ #: modules/sso.php:731
4258
+ msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
4259
+ msgstr ""
4260
 
4261
+ #: modules/sso.php:782
4262
+ msgid "WordPress.com Single Sign On"
4263
  msgstr ""
4264
 
4265
+ #: modules/sso.php:783
4266
+ msgid "Connecting with WordPress.com SSO enables you to log in via your WordPress.com account."
4267
+ msgstr ""
4268
 
4269
+ #: modules/sso.php:798
4270
+ msgid "Two step Enabled"
4271
  msgstr ""
4272
 
4273
+ #: modules/sso.php:800
4274
+ msgid "Two step Disabled"
4275
  msgstr ""
4276
 
4277
+ #: modules/sso.php:806
4278
+ msgid "Unlink This Account"
4279
+ msgstr ""
 
 
 
 
 
 
4280
 
4281
+ #: modules/stats.php:266 modules/stats.php:700
4282
+ msgid "Site Stats"
4283
+ msgstr "Sayt Statistikası"
 
4284
 
4285
+ #: modules/stats.php:351
4286
+ msgid "Loading&hellip;"
4287
+ msgstr "Yüklənir&hellip;"
 
4288
 
4289
+ #: modules/stats.php:353
4290
+ msgid "Your Site Stats work better with Javascript enabled."
4291
+ msgstr ""
 
4292
 
4293
+ #: modules/stats.php:354
4294
+ msgid "View Site Stats without Javascript"
4295
+ msgstr ""
 
4296
 
4297
+ #: modules/stats.php:536
4298
+ msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
4299
+ msgstr ""
 
4300
 
4301
+ #: modules/stats.php:541
4302
+ msgid "Admin bar"
4303
+ msgstr ""
 
4304
 
4305
+ #: modules/stats.php:542
4306
+ msgid "Put a chart showing 48 hours of views in the admin bar."
4307
+ msgstr ""
 
4308
 
4309
+ #: modules/stats.php:543
4310
+ msgid "Registered users"
4311
+ msgstr ""
 
4312
 
4313
+ #: modules/stats.php:545
4314
+ msgid "Count the page views of registered users who are logged in."
4315
+ msgstr ""
 
4316
 
4317
+ #: modules/stats.php:555
4318
+ msgid "Smiley"
4319
+ msgstr ""
 
4320
 
4321
+ #: modules/stats.php:556
4322
+ msgid "Hide the stats smiley face image."
 
 
4323
  msgstr ""
 
 
4324
 
4325
+ #: modules/stats.php:556
4326
+ msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
4327
  msgstr ""
4328
 
4329
+ #: modules/stats.php:556
4330
+ msgid "Smiley face"
4331
+ msgstr ""
4332
 
4333
+ #: modules/stats.php:557
4334
+ msgid "Report visibility"
 
4335
  msgstr ""
4336
 
4337
+ #: modules/stats.php:559
4338
+ msgid "Select the roles that will be able to view stats reports."
4339
+ msgstr ""
 
 
4340
 
4341
+ #: modules/stats.php:634
4342
+ msgid "Stats"
4343
+ msgstr "Statistikalar"
 
 
4344
 
4345
+ #: modules/stats.php:636
4346
+ msgid "Views over 48 hours. Click for more Site Stats."
4347
+ msgstr ""
4348
 
4349
+ #: modules/stats.php:721
4350
+ msgid "day"
4351
+ msgstr "gün"
4352
 
4353
+ #: modules/stats.php:722
4354
+ msgid "week"
4355
+ msgstr "həftə"
4356
 
4357
+ #: modules/stats.php:723
4358
+ msgid "month"
4359
+ msgstr "ay"
4360
+
4361
+ #: modules/stats.php:726
4362
+ msgid "the past day"
4363
+ msgstr "Ötən gün"
4364
+
4365
+ #: modules/stats.php:727
4366
+ msgid "the past week"
4367
+ msgstr "Ötən həftə"
4368
+
4369
+ #: modules/stats.php:728
4370
+ msgid "the past month"
4371
+ msgstr "ötən ay"
4372
+
4373
+ #: modules/stats.php:729
4374
+ msgid "the past quarter"
4375
+ msgstr "ötən rüb"
4376
+
4377
+ #: modules/stats.php:730
4378
+ msgid "the past year"
4379
+ msgstr "Ötən il"
4380
 
4381
+ #: modules/stats.php:752
4382
+ msgid "Chart stats by"
4383
+ msgstr "Statistikaları göstərmə kriteriyası"
4384
 
4385
+ #: modules/stats.php:765
4386
+ msgid "Show top posts over"
4387
+ msgstr "Ən çox oxunanları göstərmə kriteriyası:"
 
 
4388
 
4389
+ #: modules/stats.php:778
4390
+ msgid "Show top search terms over"
4391
+ msgstr "Əsas axtarış kriteriyalarını göstər"
4392
 
4393
+ #: modules/stats.php:944
4394
+ msgid "%1$s %2$s Views"
 
 
4395
  msgstr ""
4396
 
4397
+ #: modules/stats.php:965
4398
+ msgid "View All"
4399
+ msgstr "Tamamına Bax"
 
 
 
 
4400
 
4401
+ #: modules/stats.php:969
4402
+ msgid "Top Posts"
4403
+ msgstr "Ən çox oxunan yazılar"
4404
 
4405
+ #: modules/stats.php:973 modules/stats.php:997
4406
+ msgid "Sorry, nothing to report."
4407
+ msgstr ""
4408
 
4409
+ #: modules/stats.php:993
4410
+ msgid "Top Searches"
4411
+ msgstr "Ən populyar axtarışlar"
4412
 
4413
+ #: modules/stats.php:1021
4414
+ msgid "We were unable to get your stats just now. Please reload this page to try again."
4415
+ msgstr ""
 
 
4416
 
4417
+ #: modules/stats.php:1028
4418
+ 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."
4419
+ msgstr ""
4420
 
4421
+ #: modules/subscriptions.php:123
4422
+ msgid "Jetpack Subscriptions Settings"
4423
+ msgstr ""
 
4424
 
4425
+ #: modules/subscriptions.php:132
4426
+ msgid "Follow Blog"
4427
+ msgstr "Bloqu İzlə"
 
 
4428
 
4429
+ #: modules/subscriptions.php:147
4430
+ msgid "Follow Comments"
4431
+ msgstr "Şərhləri İzlə"
4432
 
4433
+ #: modules/subscriptions.php:168
4434
+ msgid "Follower Settings"
4435
+ msgstr "İzləyici Parametrləri"
 
4436
 
4437
+ #: modules/subscriptions.php:175
4438
+ msgid "Blog follow email text"
4439
  msgstr ""
4440
 
4441
+ #: modules/subscriptions.php:183
4442
+ msgid "Comment follow email text"
4443
  msgstr ""
4444
 
4445
+ #: modules/subscriptions.php:197
4446
+ msgid "Change whether your visitors can subscribe to your posts or comments or both."
4447
+ msgstr ""
 
 
 
 
 
 
 
 
 
4448
 
4449
+ #: modules/subscriptions.php:212
4450
+ msgid "Show a <em>'follow blog'</em> option in the comment form"
4451
+ msgstr ""
4452
 
4453
+ #: modules/subscriptions.php:227
4454
+ msgid "Show a <em>'follow comments'</em> option in the comment form"
4455
  msgstr ""
4456
 
4457
+ #: modules/subscriptions.php:252
4458
+ msgid "These settings change emails sent from your blog to followers."
4459
  msgstr ""
4460
 
4461
+ #: modules/subscriptions.php:258
4462
+ msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
4463
+ msgstr ""
 
4464
 
4465
+ #: modules/subscriptions.php:264
4466
+ msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
4467
+ msgstr ""
 
4468
 
4469
+ #: modules/subscriptions.php:269
4470
+ msgid ""
4471
+ "Howdy.\n"
4472
+ "\n"
4473
+ "You recently followed this blog's posts. This means you will receive each new post by email.\n"
4474
+ "\n"
4475
+ "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
4476
+ msgstr ""
4477
 
4478
+ #: modules/subscriptions.php:270
4479
+ msgid ""
4480
+ "Howdy.\n"
4481
+ "\n"
4482
+ "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
4483
+ "\n"
4484
+ "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
4485
+ msgstr ""
4486
 
4487
+ #: modules/subscriptions.php:472
4488
+ msgid "Notify me of follow-up comments by email."
4489
+ msgstr ""
 
4490
 
4491
+ #: modules/subscriptions.php:479
4492
+ msgid "Notify me of new posts by email."
4493
+ msgstr ""
 
4494
 
4495
+ #: modules/subscriptions.php:557
4496
+ msgid "Add an email signup form to allow people to subscribe to your blog."
4497
+ msgstr ""
4498
 
4499
+ #: modules/subscriptions.php:560
4500
+ msgid "Blog Subscriptions (Jetpack)"
4501
+ msgstr ""
4502
 
4503
+ #: modules/subscriptions.php:600
4504
+ msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
4505
  msgstr ""
4506
 
4507
+ #: modules/subscriptions.php:609
4508
+ msgid "The email you entered was invalid, please check and try again."
4509
+ msgstr ""
 
4510
 
4511
+ #: modules/subscriptions.php:612
4512
+ msgid "You have already subscribed to this site, please check your inbox."
4513
  msgstr ""
4514
 
4515
+ #: modules/subscriptions.php:618
4516
+ msgid "There was an error when subscribing, please try again."
4517
  msgstr ""
4518
 
4519
+ #: modules/subscriptions.php:631
4520
+ msgid "Join %s other subscriber"
4521
+ msgid_plural "Join %s other subscribers"
4522
+ msgstr[0] ""
4523
+ msgstr[1] ""
4524
 
4525
+ #: modules/subscriptions.php:708
4526
+ msgid "Subscribe to Blog via Email"
4527
+ msgstr ""
4528
 
4529
+ #: modules/subscriptions.php:709
4530
+ msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
4531
+ msgstr ""
4532
 
4533
+ #: modules/subscriptions.php:711
4534
+ msgid "Click to subscribe to this blog and receive notifications of new posts by email."
4535
  msgstr ""
4536
 
4537
+ #: modules/subscriptions.php:727
4538
+ msgid "%s: %s"
4539
+ msgstr "%s: %s"
4540
 
4541
+ #: modules/subscriptions.php:734 modules/widgets/image-widget.php:120
4542
+ msgid "Widget title:"
4543
+ msgstr "Vidcet başlığı:"
4544
 
4545
+ #: modules/subscriptions.php:740
4546
+ msgid "Optional text to display to your readers:"
4547
  msgstr ""
4548
 
4549
+ #: modules/subscriptions.php:746
4550
+ msgid "Subscribe Button:"
 
 
 
 
4551
  msgstr ""
4552
 
4553
+ #: modules/subscriptions.php:753
4554
+ msgid "Show total number of subscribers? (%s subscriber)"
4555
+ msgid_plural "Show total number of subscribers? (%s subscribers)"
4556
+ msgstr[0] ""
4557
+ msgstr[1] ""
4558
+
4559
+ #: modules/theme-tools/featured-content.php:389
4560
+ #: modules/theme-tools/featured-content.php:400
4561
+ msgid "Featured Content"
4562
+ msgstr "Özəl mühtəviyyat"
4563
 
4564
+ #: modules/theme-tools/featured-content.php:401
4565
+ msgid "Easily feature all posts with the <a href=\"%1$s\">\"featured\" tag</a> or a tag of your choice. Your theme supports up to %2$s posts in its featured content area."
4566
  msgstr ""
4567
 
4568
+ #: modules/theme-tools/featured-content.php:419
4569
+ msgid "Tag name"
4570
+ msgstr "Etiket adı"
4571
 
4572
+ #: modules/theme-tools/featured-content.php:425
4573
+ msgid "Hide tag from displaying in post meta and tag clouds."
4574
+ msgstr "Etiketi yazı meta etiket buludunda gizlət."
4575
 
4576
+ #: modules/theme-tools/featured-content.php:444
4577
+ msgid "The settings for Featured Content have <a href=\"%s\">moved to Appearance &rarr; Customize</a>."
4578
  msgstr ""
4579
 
4580
+ #: modules/theme-tools/social-links.php:157
4581
+ msgid "&mdash; Select &mdash;"
4582
+ msgstr "&mdash; Seç &mdash;"
4583
 
4584
+ #: modules/tiled-gallery/tiled-gallery.php:320
4585
+ msgid "Tiled Mosaic"
4586
  msgstr ""
4587
 
4588
+ #: modules/tiled-gallery/tiled-gallery.php:321 modules/widgets/gallery.php:328
4589
+ msgid "Square Tiles"
4590
+ msgstr ""
4591
 
4592
+ #: modules/tiled-gallery/tiled-gallery.php:322 modules/widgets/gallery.php:329
4593
+ msgid "Circles"
4594
+ msgstr "Dairələr"
4595
 
4596
+ #: modules/tiled-gallery/tiled-gallery.php:351
4597
+ msgid "Display all your gallery pictures in a cool mosaic."
4598
+ msgstr "Bütün qalereya təsvirlərinizi xoş bir mozaika şəklində göstərin."
4599
 
4600
+ #: modules/videopress/class.videopress-player.php:195
4601
+ msgid "%s Error"
4602
+ msgstr "%s Xəta"
4603
 
4604
+ #: modules/videopress/class.videopress-player.php:230
4605
+ msgid "This video is intended for mature audiences."
4606
  msgstr ""
4607
 
4608
+ #: modules/videopress/class.videopress-player.php:230
4609
+ msgid "Please verify your birthday."
4610
  msgstr ""
4611
 
4612
+ #: modules/videopress/class.videopress-player.php:280
4613
+ msgid "Submit"
4614
+ msgstr "Göndər"
4615
 
4616
+ #: modules/videopress/class.videopress-player.php:326
4617
+ msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
4618
  msgstr ""
4619
 
4620
+ #: modules/videopress/class.videopress-player.php:382
4621
+ msgctxt "watch a video title"
4622
+ msgid "Watch: %s"
4623
+ msgstr ""
4624
 
4625
+ #: modules/videopress/class.videopress-player.php:478
4626
+ #: modules/videopress/class.videopress-player.php:500
4627
+ msgid "this video"
4628
+ msgstr ""
 
4629
 
4630
+ #: modules/videopress/class.videopress-player.php:507
4631
+ msgctxt "Play as in playback or view a movie"
4632
+ msgid "JavaScript required to play %s."
4633
+ msgstr ""
 
4634
 
4635
+ #: modules/videopress/class.videopress-player.php:654
4636
+ msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
4637
  msgstr ""
4638
 
4639
+ #: modules/videopress/class.videopress-player.php:661
4640
+ msgid "Loading video..."
4641
+ msgstr "Video yüklənir..."
4642
 
4643
+ #: modules/videopress/class.videopress-video.php:306
4644
+ 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."
4645
  msgstr ""
4646
 
4647
+ #: modules/videopress/class.videopress-video.php:308
4648
+ msgid "<strong>%s</strong> is not an allowed embed site."
4649
  msgstr ""
4650
 
4651
+ #: modules/videopress/class.videopress-video.php:308
4652
+ msgid "Publisher limits playback of video embeds."
4653
  msgstr ""
4654
 
4655
+ #: modules/videopress/class.videopress-video.php:310
4656
+ msgid "No data found for VideoPress identifier: <strong>%s</strong>."
4657
  msgstr ""
4658
 
4659
+ #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
4660
+ msgid "Could not obtain a VideoPress upload token. Please try again later."
4661
  msgstr ""
4662
 
4663
+ #: modules/videopress/videopress.php:264
4664
+ msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
4665
  msgstr ""
4666
 
4667
+ #: modules/videopress/videopress.php:269
4668
+ msgid "Connected WordPress.com Blog"
4669
  msgstr ""
4670
 
4671
+ #: modules/videopress/videopress.php:278
4672
+ msgid "Only videos from the selected blog will be available in your media library."
4673
  msgstr ""
4674
 
4675
+ #: modules/videopress/videopress.php:279
4676
+ msgid "<a href=\"%s\">Click here</a> to refresh this list."
 
 
 
 
 
 
 
 
4677
  msgstr ""
4678
 
4679
+ #: modules/videopress/videopress.php:285
4680
+ msgid "Video Library Access"
4681
+ msgstr ""
4682
 
4683
+ #: modules/videopress/videopress.php:289
4684
+ msgid "Do not allow other users to access my VideoPress library"
4685
  msgstr ""
4686
 
4687
+ #: modules/videopress/videopress.php:291
4688
+ msgid "Allow users to access my videos"
4689
+ msgstr ""
 
4690
 
4691
+ #: modules/videopress/videopress.php:293
4692
+ msgid "Allow users to access and edit my videos"
4693
  msgstr ""
4694
 
4695
+ #: modules/videopress/videopress.php:295
4696
+ msgid "Allow users to access, edit, and delete my videos"
4697
+ msgstr ""
4698
 
4699
+ #: modules/videopress/videopress.php:298
4700
+ msgid "Allow users to upload videos"
4701
+ msgstr ""
4702
 
4703
+ #: modules/videopress/videopress.php:303
4704
+ msgid "Free formats"
4705
+ msgstr ""
4706
 
4707
+ #: modules/videopress/videopress.php:307
4708
+ msgid "Only display videos in free software formats"
4709
+ msgstr ""
4710
 
4711
+ #: modules/videopress/videopress.php:308
4712
+ msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
4713
+ msgstr "Theora video və Vorbis audio ilə Ogg fayl konteyneri. Internet Explorer və Safari kimi bəzi brauzerlərin, pulsuz proqramlara aid video formatlarını ifa etdirmədiklərini yadınızda saxlayın."
4714
 
4715
+ #: modules/videopress/videopress.php:313
4716
+ msgid "Default quality"
4717
+ msgstr ""
4718
 
4719
+ #: modules/videopress/videopress.php:317
4720
+ msgid "Display higher quality video by default."
4721
+ msgstr "Yüksək keyfiyyətli videolar mövcud olan olaraq göstərilsin."
4722
 
4723
+ #: modules/videopress/videopress.php:318
4724
+ msgid "This setting may be overridden for individual videos."
4725
+ msgstr ""
4726
 
4727
+ #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
4728
+ #: modules/videopress/videopress.php:593
4729
+ msgid "VideoPress Library"
4730
+ msgstr ""
4731
 
4732
+ #: modules/videopress/videopress.php:340
4733
+ msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
4734
+ msgstr ""
4735
 
4736
+ #: modules/videopress/videopress.php:341
4737
+ msgid "Browse Your VideoPress Library"
4738
+ msgstr ""
4739
 
4740
+ #: modules/videopress/videopress.php:342
4741
+ msgid "Please enable JavaScript support in your browser to use VideoPress."
4742
+ msgstr ""
4743
 
4744
+ #: modules/videopress/videopress.php:589
4745
+ msgid "Please select a video file to upload."
4746
  msgstr ""
4747
 
4748
+ #: modules/videopress/videopress.php:590
4749
+ msgid "Your video is uploading... Please do not close this window."
4750
+ msgstr ""
4751
 
4752
+ #: modules/videopress/videopress.php:591
4753
+ msgid "An unknown error has occurred. Please try again later."
4754
+ msgstr ""
4755
 
4756
+ #: modules/videopress/videopress.php:592
4757
+ msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
 
 
 
4758
  msgstr ""
4759
 
4760
+ #: modules/videopress/videopress.php:594
4761
+ msgid "Upload a Video"
 
 
 
4762
  msgstr ""
4763
 
4764
+ #: modules/videopress/videopress.php:595
4765
+ msgid "Insert Video"
4766
+ msgstr "Video əlavə et"
4767
 
4768
+ #: modules/videopress/videopress.php:628
4769
+ msgid "Ogg File URL"
4770
+ msgstr "Ogg Fayl URL"
4771
 
4772
+ #: modules/videopress/videopress.php:630
4773
+ msgid "Location of the Ogg video file."
4774
+ msgstr ""
4775
 
4776
+ #: modules/videopress/videopress.php:638
4777
+ msgid "Display share menu and allow viewers to embed or download this video"
4778
+ msgstr ""
4779
 
4780
+ #: modules/videopress/videopress.php:644
4781
+ msgid "Rating"
4782
+ msgstr "Reytinq"
4783
 
4784
+ #: modules/videopress/videopress.php:657
4785
+ msgid "Shortcode"
4786
+ msgstr "Qısa kod"
4787
 
4788
+ #: modules/videopress/videopress.php:664
4789
+ msgid "The preview is unavailable while this video is being processed."
4790
+ msgstr ""
4791
 
4792
+ #: modules/videopress/videopress.php:673
4793
+ msgid "Video Preview:"
4794
+ msgstr ""
4795
 
4796
+ #: modules/videopress/videopress.php:707
4797
+ msgid "Use the form below to upload a video to your VideoPress Library. The following video formats are supported: %s. Maximum upload file size is %d%s."
4798
+ msgstr ""
4799
 
4800
+ #: modules/videopress/videopress.php:710
4801
+ msgid "Upload Video"
4802
+ msgstr ""
4803
 
4804
+ #: modules/widget-visibility/widget-conditions.php:34
4805
+ msgid "All category pages"
4806
+ msgstr "Bütün kateqoriya səhifələri"
4807
 
4808
+ #: modules/widget-visibility/widget-conditions.php:48
4809
+ msgid "All author pages"
4810
+ msgstr "Bütün müəllif səhifələri"
4811
 
4812
+ #: modules/widget-visibility/widget-conditions.php:59
4813
+ msgid "All tag pages"
4814
+ msgstr "Bütün etiket səhifələri"
4815
 
4816
+ #: modules/widget-visibility/widget-conditions.php:73
4817
+ msgid "All date archives"
4818
+ msgstr "Bütün tarix arxivləri"
 
4819
 
4820
+ #: modules/widget-visibility/widget-conditions.php:74
4821
+ msgid "Daily archives"
4822
+ msgstr "Günlük arxivlər"
4823
 
4824
+ #: modules/widget-visibility/widget-conditions.php:75
4825
+ msgid "Monthly archives"
4826
+ msgstr "Aylıq arxivlər"
4827
 
4828
+ #: modules/widget-visibility/widget-conditions.php:76
4829
+ msgid "Yearly archives"
4830
+ msgstr "İllik arxivlər"
4831
 
4832
+ #: modules/widget-visibility/widget-conditions.php:87
4833
+ msgid "Front page"
4834
+ msgstr "Ön səhifə"
4835
 
4836
+ #: modules/widget-visibility/widget-conditions.php:88
4837
+ msgid "Posts page"
4838
+ msgstr "Yazı səhifəsi"
4839
 
4840
+ #: modules/widget-visibility/widget-conditions.php:89
4841
+ msgid "404 error page"
4842
+ msgstr "404 xəta səhifəsi"
4843
 
4844
+ #: modules/widget-visibility/widget-conditions.php:90
4845
+ msgid "Search results"
4846
+ msgstr "Axtarışın nəticələri"
4847
 
4848
+ #: modules/widget-visibility/widget-conditions.php:91
4849
+ msgid "Post type:"
4850
+ msgstr "Yazı növü:"
4851
 
4852
+ #: modules/widget-visibility/widget-conditions.php:104
4853
+ msgid "Static page:"
4854
+ msgstr "Statik səhifə:"
4855
 
4856
+ #: modules/widget-visibility/widget-conditions.php:146
4857
+ msgid "Visibility"
4858
+ msgstr "Görünmə dərəcəsi"
4859
 
4860
+ #: modules/widget-visibility/widget-conditions.php:149
4861
+ msgctxt "placeholder: dropdown menu to select widget visibility; hide if or show if"
4862
+ msgid "%s if:"
4863
+ msgstr "%s əgər:"
4864
 
4865
+ #: modules/widget-visibility/widget-conditions.php:149
4866
+ msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
4867
+ msgid "Show"
4868
+ msgstr "Göstər"
4869
 
4870
+ #: modules/widget-visibility/widget-conditions.php:149
4871
+ msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
4872
+ msgid "Hide"
4873
+ msgstr "Gizlət"
4874
 
4875
+ #: modules/widget-visibility/widget-conditions.php:160
4876
+ msgctxt "Used as the default option in a dropdown list"
4877
+ msgid "-- Select --"
4878
+ msgstr "-- Seç --"
4879
 
4880
+ #: modules/widget-visibility/widget-conditions.php:161
4881
+ msgid "Category"
4882
+ msgstr "Kateqoriya"
4883
 
4884
+ #: modules/widget-visibility/widget-conditions.php:162
4885
+ msgctxt "Noun, as in: \"The author of this post is...\""
4886
+ msgid "Author"
4887
+ msgstr "Müəllif"
4888
 
4889
+ #: modules/widget-visibility/widget-conditions.php:163
4890
+ msgctxt "Noun, as in: \"This post has one tag.\""
4891
+ msgid "Tag"
4892
+ msgstr "Etiket"
4893
 
4894
+ #: modules/widget-visibility/widget-conditions.php:164
4895
+ msgctxt "Noun, as in: \"This page is a date archive.\""
4896
+ msgid "Date"
4897
+ msgstr "Tarix"
4898
 
4899
+ #: modules/widget-visibility/widget-conditions.php:165
4900
+ msgctxt "Example: The user is looking at a page, not a post."
4901
+ msgid "Page"
4902
+ msgstr "Səhifə"
4903
 
4904
+ #: modules/widget-visibility/widget-conditions.php:167
4905
+ msgctxt "Widget Visibility: {Rule Major [Page]} is {Rule Minor [Search results]}"
4906
+ msgid "is"
4907
+ msgstr "edir"
4908
 
4909
+ #: modules/widget-visibility/widget-conditions.php:171
4910
+ msgctxt "Shown between widget visibility conditions."
4911
+ msgid "or"
4912
+ msgstr "və ya"
4913
 
4914
+ #: modules/widget-visibility/widget-conditions.php:174
4915
+ msgid "Delete"
4916
+ msgstr "Sil"
4917
 
4918
+ #: modules/widgets/facebook-likebox.php:31
4919
+ msgid "Facebook Like Box"
4920
+ msgstr "Facebook Bəyənmə Qutusu"
4921
 
4922
+ #: modules/widgets/facebook-likebox.php:34
4923
+ msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
4924
+ msgstr "Facebook səhifənizə ziyarətçilərinizin qoşulması üçün Facebook Bəyənmə Qutusunu göstər"
4925
 
4926
+ #: modules/widgets/facebook-likebox.php:48
4927
+ msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
4928
+ msgstr "Facebook URL səhv konfiqurasiya edilmiş kimi görünür. Lütfən <a href=\"%s\">vidcet parametrlərinizdən</a> yoxlayın."
4929
+
4930
+ #: modules/widgets/facebook-likebox.php:131
4931
+ msgid "Facebook Page URL"
4932
+ msgstr "Facebook Səhifəsinin URL-i"
4933
 
4934
+ #: modules/widgets/facebook-likebox.php:134
4935
+ msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
4936
  msgstr ""
4937
 
4938
+ #: modules/widgets/facebook-likebox.php:140
4939
+ msgid "Width"
4940
+ msgstr "En"
4941
 
4942
+ #: modules/widgets/facebook-likebox.php:147
4943
+ msgid "Height"
4944
+ msgstr "Yüksəklik"
4945
 
4946
+ #: modules/widgets/facebook-likebox.php:165
4947
+ msgid "Show Faces"
4948
  msgstr ""
4949
 
4950
+ #: modules/widgets/facebook-likebox.php:167
4951
+ msgid "Show profile photos in the plugin."
4952
  msgstr ""
4953
 
4954
+ #: modules/widgets/facebook-likebox.php:174
4955
+ msgid "Show Stream"
 
 
 
 
4956
  msgstr ""
4957
 
4958
+ #: modules/widgets/facebook-likebox.php:176
4959
+ msgid "Show the profile stream for the public profile."
4960
  msgstr ""
4961
 
4962
+ #: modules/widgets/facebook-likebox.php:183
4963
+ msgid "Show Border"
4964
  msgstr ""
4965
 
4966
+ #: modules/widgets/facebook-likebox.php:185
4967
+ msgid "Show a border around the plugin."
4968
  msgstr ""
4969
 
4970
+ #: modules/widgets/facebook-likebox.php:192
4971
+ msgid "Show Wall"
4972
  msgstr ""
4973
 
4974
+ #: modules/widgets/facebook-likebox.php:194
4975
+ msgid "Show the wall for a Places page rather than friend activity."
4976
  msgstr ""
4977
 
4978
+ #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
4979
+ #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
4980
+ #: modules/widgets/twitter-timeline.php:161
4981
+ #: modules/widgets/upcoming-events.php:40
4982
+ #: modules/widgets/wordpress-post-widget.php:168
4983
+ msgid "Title:"
4984
+ msgstr "Başlıq:"
4985
 
4986
+ #: modules/widgets/gallery/templates/form.php:10
4987
+ msgid "Images:"
4988
+ msgstr "Təsvirlər:"
4989
 
4990
+ #: modules/widgets/gallery/templates/form.php:39
4991
+ msgid "Choose Images"
4992
  msgstr ""
4993
 
4994
+ #: modules/widgets/gallery/templates/form.php:43
4995
+ msgid "Link To:"
4996
  msgstr ""
4997
 
4998
+ #: modules/widgets/gallery/templates/form.php:58
4999
+ msgid "Random Order:"
5000
+ msgstr "Qarışıq Sıra:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5001
 
5002
+ #: modules/widgets/gallery/templates/form.php:69
5003
+ msgid "Style:"
5004
+ msgstr "Stil:"
5005
 
5006
+ #: modules/widgets/gallery.php:20
5007
+ msgid "Display a photo gallery or slideshow"
5008
+ msgstr "Fotoqalereya və ya slaydşou göstər"
5009
 
5010
+ #: modules/widgets/gallery.php:327
5011
+ msgid "Tiles"
5012
  msgstr ""
5013
 
5014
+ #: modules/widgets/gallery.php:335
5015
+ msgid "Attachment Page"
5016
+ msgstr "Əlavə səhifəsi"
5017
 
5018
+ #: modules/widgets/gallery.php:336
5019
+ msgid "Media File"
5020
+ msgstr "Media faylı"
5021
 
5022
+ #: modules/widgets/gravatar-profile.php:21
5023
+ msgid "Gravatar Profile"
5024
+ msgstr "Gravatar Profili"
5025
 
5026
+ #: modules/widgets/gravatar-profile.php:24
5027
+ msgid "Display a mini version of your Gravatar Profile"
5028
+ msgstr "Gravatar Profilinizin mini versiyasını göstərin"
5029
 
5030
+ #: modules/widgets/gravatar-profile.php:41
5031
+ msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
5032
+ msgstr "<a href=\"%s\">Gravatar Profil vidceti</a> içində nə göstərmək istədiyinizi seçməlisiniz."
5033
 
5034
+ #: modules/widgets/gravatar-profile.php:95
5035
+ msgid "View Full Profile &rarr;"
5036
+ msgstr "Tam Profilə Bax &rarr;"
 
5037
 
5038
+ #: modules/widgets/gravatar-profile.php:103
5039
+ msgid "Error loading profile"
5040
+ msgstr "Profil yükləmə xətası"
5041
 
5042
+ #: modules/widgets/gravatar-profile.php:115
5043
+ msgid "Personal Links"
5044
+ msgstr "Fərdi Bağlantılar"
5045
 
5046
+ #: modules/widgets/gravatar-profile.php:138
5047
+ msgid "Verified Services"
5048
+ msgstr "Təsdiqlənmiş Servislər"
5049
 
5050
+ #: modules/widgets/gravatar-profile.php:149
5051
+ msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
5052
+ msgid "%1$s on %2$s"
5053
+ msgstr "%2$s üzərində %1$s"
5054
 
5055
+ #: modules/widgets/gravatar-profile.php:183
5056
+ msgid "Select a user or pick \"custom\" and enter a custom email address."
 
5057
  msgstr ""
5058
 
5059
+ #: modules/widgets/gravatar-profile.php:187
5060
+ msgid "Custom"
5061
+ msgstr "Özəl"
5062
 
5063
+ #: modules/widgets/gravatar-profile.php:197
5064
+ msgid "Custom Email Address"
5065
+ msgstr "Özəl E-poçt Ünvanı"
 
5066
 
5067
+ #: modules/widgets/gravatar-profile.php:205
5068
+ msgid "Show Personal Links"
5069
+ msgstr "Fərdi Bağlantıları Göstər"
5070
 
5071
+ #: modules/widgets/gravatar-profile.php:207
5072
+ msgid "Links to your websites, blogs, or any other sites that help describe who you are."
5073
  msgstr ""
5074
 
5075
+ #: modules/widgets/gravatar-profile.php:214
5076
+ msgid "Show Account Links"
5077
+ msgstr "Hesab Bağlantılarını Göstər"
5078
 
5079
+ #: modules/widgets/gravatar-profile.php:216
5080
+ msgid "Links to services that you use across the web."
5081
  msgstr ""
5082
 
5083
+ #: modules/widgets/gravatar-profile.php:220
5084
+ msgid "Opens in new window"
5085
+ msgstr "Yeni pəncərədə açılır"
5086
 
5087
+ #: modules/widgets/gravatar-profile.php:220
5088
+ msgid "Edit Your Profile"
5089
+ msgstr "Profilini redaktə et"
5090
 
5091
+ #: modules/widgets/gravatar-profile.php:220
5092
+ msgid "What's a Gravatar?"
5093
+ msgstr "Gravatar nədir?"
5094
 
5095
+ #: modules/widgets/image-widget.php:12
5096
+ msgid "Display an image in your sidebar"
5097
+ msgstr "Yan menyuda təsvirləri göstər"
5098
 
5099
+ #: modules/widgets/image-widget.php:14
5100
+ msgid "Image (Jetpack)"
5101
  msgstr ""
5102
 
5103
+ #: modules/widgets/image-widget.php:123
5104
+ msgid "Image URL:"
5105
+ msgstr "Təsvir URL:"
5106
 
5107
+ #: modules/widgets/image-widget.php:126
5108
+ msgid "Alternate text:"
5109
+ msgstr "Alternativ mətn:"
5110
 
5111
+ #: modules/widgets/image-widget.php:129
5112
+ msgid "Image title:"
5113
+ msgstr "Təsvirin adı:"
5114
 
5115
+ #: modules/widgets/image-widget.php:132
5116
+ msgid "Caption:"
5117
+ msgstr "Bağlıq:"
5118
 
5119
+ #: modules/widgets/image-widget.php:138
5120
+ msgid "Left"
5121
+ msgstr "Sol"
5122
 
5123
+ #: modules/widgets/image-widget.php:139
5124
+ msgid "Center"
5125
+ msgstr "Mərkəz"
5126
 
5127
+ #: modules/widgets/image-widget.php:140
5128
+ msgid "Right"
5129
+ msgstr "Sağ"
5130
 
5131
+ #: modules/widgets/image-widget.php:142
5132
+ msgid "Image Alignment:"
5133
+ msgstr "Təsvir Tarazlığı:"
5134
 
5135
+ #: modules/widgets/image-widget.php:152
5136
+ msgid "Width:"
5137
+ msgstr "En:"
5138
 
5139
+ #: modules/widgets/image-widget.php:155
5140
+ msgid "Height:"
5141
+ msgstr "Yüksəklik:"
5142
 
5143
+ #: modules/widgets/image-widget.php:158
5144
+ msgid "If empty, we will attempt to determine the image size."
5145
+ msgstr "Əgər boşdursa, biz təsvirin ölçüsünü təyin etməyə çalışacağıq."
5146
 
5147
+ #: modules/widgets/image-widget.php:159
5148
+ msgid "Link URL (when the image is clicked):"
5149
+ msgstr "Bağlantı URL (təsvirə tıklandığında):"
5150
 
5151
+ #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
5152
+ msgid "Send To Readmill"
5153
  msgstr ""
5154
 
5155
+ #: modules/widgets/readmill.php:13
5156
+ msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
5157
  msgstr ""
5158
 
5159
+ #: modules/widgets/readmill.php:47
5160
+ msgid "Just enter the URL to your book, make sure it's a PDF or EPUB file, and you are ready to go. For more help, head to <a href='%s'>the Readmill WordPress Widget support page</a>."
5161
  msgstr ""
5162
 
5163
+ #: modules/widgets/readmill.php:55
5164
+ msgid "Download URL:"
5165
  msgstr ""
5166
 
5167
+ #: modules/widgets/readmill.php:60
5168
+ msgid "Item URL:"
5169
+ msgstr "Maddə URL:"
5170
 
5171
+ #: modules/widgets/readmill.php:65
5172
+ msgid "What size icon?"
5173
  msgstr ""
5174
 
5175
+ #: modules/widgets/readmill.php:67 modules/widgets/rsslinks-widget.php:101
5176
+ msgid "Large"
5177
+ msgstr "Böyük"
 
 
 
5178
 
5179
+ #: modules/widgets/readmill.php:68 modules/widgets/rsslinks-widget.php:99
5180
+ msgid "Small"
5181
+ msgstr "Kiçik"
5182
 
5183
+ #: modules/widgets/readmill.php:125
5184
+ msgid "Your ePub link is empty. Provide an ePub link to display the Send to Readmill widget."
5185
  msgstr ""
5186
 
5187
+ #: modules/widgets/rsslinks-widget.php:12
5188
+ msgid "Links to your blog's RSS feeds"
5189
+ msgstr "Bloqunuzun RSS qidalandırıpcılarının bağlantıları"
5190
 
5191
+ #: modules/widgets/rsslinks-widget.php:13
5192
+ msgid "RSS Links (Jetpack)"
5193
  msgstr ""
5194
 
5195
+ #: modules/widgets/rsslinks-widget.php:67
5196
+ #: modules/widgets/rsslinks-widget.php:133
5197
+ msgid "Posts"
5198
+ msgstr "Yazılar"
5199
 
5200
+ #: modules/widgets/rsslinks-widget.php:69
5201
+ msgid "Posts & Comments"
5202
+ msgstr "Yazılar Şərhlər"
 
 
5203
 
5204
+ #: modules/widgets/rsslinks-widget.php:71
5205
+ msgid "Feed(s) to Display:"
5206
+ msgstr "Göstəriləcək Qidalandırıcı(lar):"
 
 
5207
 
5208
+ #: modules/widgets/rsslinks-widget.php:81
5209
+ msgid "Text Link"
5210
+ msgstr "Mətn Bağlantısı"
5211
 
5212
+ #: modules/widgets/rsslinks-widget.php:82
5213
+ msgid "Image Link"
5214
+ msgstr "Təsvir Bağlantısı"
 
 
 
5215
 
5216
+ #: modules/widgets/rsslinks-widget.php:83
5217
+ msgid "Text & Image Links"
5218
+ msgstr "Mətn Təsvir Bağlantıları"
 
 
 
5219
 
5220
+ #: modules/widgets/rsslinks-widget.php:85
5221
+ msgid "Format:"
5222
+ msgstr "Format:"
5223
 
5224
+ #: modules/widgets/rsslinks-widget.php:96
5225
+ msgid "Image Settings:"
5226
+ msgstr "Təsvir parametrləri:"
5227
 
5228
+ #: modules/widgets/rsslinks-widget.php:100
5229
+ msgid "Medium"
5230
+ msgstr "Orta"
5231
 
5232
+ #: modules/widgets/rsslinks-widget.php:103
5233
+ msgid "Image Size:"
5234
+ msgstr "Təsvir Ölçüsü:"
5235
 
5236
+ #: modules/widgets/rsslinks-widget.php:113
5237
+ msgid "Red"
5238
+ msgstr "Qırmızı"
5239
 
5240
+ #: modules/widgets/rsslinks-widget.php:114
5241
+ msgid "Orange"
5242
+ msgstr "Narıncı"
5243
 
5244
+ #: modules/widgets/rsslinks-widget.php:115
5245
+ msgid "Green"
5246
+ msgstr "Yaşıl"
5247
 
5248
+ #: modules/widgets/rsslinks-widget.php:116
5249
+ msgid "Blue"
5250
+ msgstr "Mavi"
5251
 
5252
+ #: modules/widgets/rsslinks-widget.php:117
5253
+ msgid "Purple"
5254
+ msgstr "Tünd qırmızı"
5255
 
5256
+ #: modules/widgets/rsslinks-widget.php:118
5257
+ msgid "Pink"
5258
+ msgstr "Çəhrayı"
 
5259
 
5260
+ #: modules/widgets/rsslinks-widget.php:119
5261
+ msgid "Silver"
5262
+ msgstr "Gümüşü"
5263
 
5264
+ #: modules/widgets/rsslinks-widget.php:121
5265
+ msgid "Image Color:"
5266
+ msgstr "Təsvir Rəngi:"
5267
 
5268
+ #: modules/widgets/rsslinks-widget.php:140
5269
+ msgid "Subscribe to %s"
5270
+ msgstr "%s üçün abunə ol"
5271
 
5272
+ #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
5273
+ msgid "Top Posts &amp; Pages"
5274
+ msgstr "Ən Populyar Yazılar &amp; Səhifələr"
5275
 
5276
+ #: modules/widgets/top-posts.php:37
5277
+ msgid "Shows your most viewed posts and pages."
5278
+ msgstr "Ən çox baxılan yazı və səhifələrinizi göstərin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5279
 
5280
+ #: modules/widgets/top-posts.php:78
5281
+ msgid "Maximum number of posts to show (no more than 10):"
5282
+ msgstr "Göstəriləcək yazıların maksimal miqdarı (ən çox 10):"
5283
 
5284
+ #: modules/widgets/top-posts.php:83
5285
+ msgid "Display as:"
5286
+ msgstr "Görüntüləmə şəkli:"
5287
 
5288
+ #: modules/widgets/top-posts.php:85
5289
+ msgid "Text List"
5290
+ msgstr "Mətn Siyahısı"
5291
 
5292
+ #: modules/widgets/top-posts.php:86
5293
+ msgid "Image List"
5294
+ msgstr "Təsvir Siyahısı"
5295
 
5296
+ #: modules/widgets/top-posts.php:87
5297
+ msgid "Image Grid"
5298
+ msgstr "Təsvir Toru"
5299
 
5300
+ #: modules/widgets/top-posts.php:91
5301
+ msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
5302
+ msgstr "Son 24-48 içində baxış statistikalarına görə hesablanan Ən Yaxşı Yazılar &amp; Səhifələr. Dəyişmələri bir az zaman ala bilər."
5303
 
5304
+ #: modules/widgets/top-posts.php:164
5305
+ msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
5306
  msgstr ""
5307
 
5308
+ #: modules/widgets/twitter-timeline.php:24
5309
+ msgid "Twitter Timeline"
5310
+ msgstr "Twitter Xronologiyası"
5311
 
5312
+ #: modules/widgets/twitter-timeline.php:27
5313
+ msgid "Display an official Twitter Embedded Timeline widget."
5314
  msgstr ""
5315
 
5316
+ #: modules/widgets/twitter-timeline.php:75
5317
+ msgid "My Tweets"
5318
+ msgstr "Mənim Tweet-lərim"
5319
 
5320
+ #: modules/widgets/twitter-timeline.php:146
5321
+ msgid "Follow me on Twitter"
5322
+ msgstr "Twitter-də məni izləyin"
5323
 
5324
+ #: modules/widgets/twitter-timeline.php:166
5325
+ msgid "Width (px):"
5326
+ msgstr "En (px):"
5327
 
5328
+ #: modules/widgets/twitter-timeline.php:171
5329
+ msgid "Height (px):"
5330
+ msgstr "Hündürlük (px):"
5331
 
5332
+ #: modules/widgets/twitter-timeline.php:176
5333
+ msgid "# of Tweets Shown:"
 
5334
  msgstr ""
5335
 
5336
+ #: modules/widgets/twitter-timeline.php:184
5337
+ msgid "You need to <a href=\"%1$s\" target=\"_blank\">create a widget at Twitter.com</a>, and then enter your widget id (the long number found in the URL of your widget's config page) in the field below. <a href=\"%2$s\" target=\"_blank\">Read more</a>."
5338
  msgstr ""
5339
 
5340
+ #: modules/widgets/twitter-timeline.php:192
5341
+ msgid "Widget ID:"
5342
+ msgstr "Vidcet ID:"
5343
 
5344
+ #: modules/widgets/twitter-timeline.php:197
5345
+ msgid "Layout Options:"
5346
+ msgstr "Tərtibat Parametrləri:"
5347
 
5348
+ #: modules/widgets/twitter-timeline.php:198
5349
+ msgid "No Header"
5350
+ msgstr "Başlıqsız"
5351
 
5352
+ #: modules/widgets/twitter-timeline.php:199
5353
+ msgid "No Footer"
5354
+ msgstr "Zirzəmisiz"
5355
 
5356
+ #: modules/widgets/twitter-timeline.php:200
5357
+ msgid "No Borders"
5358
+ msgstr "Çərçivəsiz"
 
5359
 
5360
+ #: modules/widgets/twitter-timeline.php:201
5361
+ msgid "No Scrollbar"
5362
+ msgstr ""
 
5363
 
5364
+ #: modules/widgets/twitter-timeline.php:202
5365
+ msgid "Transparent Background"
5366
+ msgstr "Şəffaf Arxa fon"
 
5367
 
5368
+ #: modules/widgets/twitter-timeline.php:206
5369
+ msgid "Link Color (hex):"
5370
+ msgstr "Bağlantı Rəngi (hex):"
 
5371
 
5372
+ #: modules/widgets/twitter-timeline.php:211
5373
+ msgid "Border Color (hex):"
5374
+ msgstr "Çərçivə Rəngi (hex):"
 
5375
 
5376
+ #: modules/widgets/twitter-timeline.php:216
5377
+ msgid "Timeline Theme:"
5378
+ msgstr "Zaman tuneli mövzusu:"
 
5379
 
5380
+ #: modules/widgets/upcoming-events.php:7 modules/widgets/upcoming-events.php:32
5381
+ msgid "Upcoming Events"
5382
+ msgstr "Gələcək Tədbirlər"
 
5383
 
5384
+ #: modules/widgets/upcoming-events.php:9
5385
+ msgid "Display upcoming events from an iCalendar feed."
5386
+ msgstr "Bir iCalendar qidalandırıcısından gələn tədbirləri göstərin."
 
5387
 
5388
+ #: modules/widgets/upcoming-events.php:45
5389
+ msgid "iCalendar Feed URL:"
5390
  msgstr ""
5391
 
5392
+ #: modules/widgets/upcoming-events.php:50
5393
+ msgid "Items to show:"
5394
  msgstr ""
5395
 
5396
+ #: modules/widgets/upcoming-events.php:56
5397
+ msgid "All"
5398
+ msgstr "Tamamı"
 
 
5399
 
5400
+ #: modules/widgets/wordpress-post-widget.php:25
5401
+ msgid "Display WordPress Posts"
5402
+ msgstr "WordPress Yazılarını Göstər"
5403
 
5404
+ #: modules/widgets/wordpress-post-widget.php:27
5405
+ msgid "Displays a list of recent posts from another WordPress.com or Jetpack-enabled blog."
 
5406
  msgstr ""
5407
 
5408
+ #: modules/widgets/wordpress-post-widget.php:76
5409
+ #: modules/widgets/wordpress-post-widget.php:97
5410
+ msgid "We cannot load blog data at this time."
5411
+ msgstr "Hal-hazırda bloq məlumatlarını yükləyə bilmərik."
5412
 
5413
+ #: modules/widgets/wordpress-post-widget.php:107
5414
+ msgid "We cannot display posts for this blog."
5415
+ msgstr "Bu bloqun yazılarını göstərə bilmərik."
5416
 
5417
+ #: modules/widgets/wordpress-post-widget.php:139
5418
+ msgid "Recent Posts"
5419
+ msgstr "Son Yazılar"
5420
 
5421
+ #: modules/widgets/wordpress-post-widget.php:173
5422
+ msgid "Blog URL:"
5423
+ msgstr "Bloq URL:"
5424
+
5425
+ #: modules/widgets/wordpress-post-widget.php:176
5426
+ msgid "Enter a WordPress.com or Jetpack WordPress site URL."
5427
  msgstr ""
5428
 
5429
+ #: modules/widgets/wordpress-post-widget.php:180
5430
+ msgid "Number of Posts to Display:"
5431
+ msgstr "Göstəriləcək Yazıların Miqdarı:"
5432
 
5433
+ #: modules/widgets/wordpress-post-widget.php:190
5434
+ msgid "Show Featured Image:"
5435
+ msgstr "Özəl Təsviri Göstər:"
5436
 
5437
+ #: modules/widgets/wordpress-post-widget.php:194
5438
+ msgid "Show Excerpts:"
5439
+ msgstr "Xülasələri Göstər:"
5440
 
5441
+ #: modules/widgets.php:50
5442
+ msgid "%s (Jetpack)"
5443
+ msgstr "%s (Jetpack)"
5444
 
5445
+ #: tools/wordpress-i18n/pomo/sample/app.php:56
5446
+ msgid "Welcome %s!"
5447
  msgstr ""
5448
 
5449
+ #: tools/wordpress-i18n/pomo/sample/app.php:60
5450
+ msgid "A string with low priority!"
5451
  msgstr ""
5452
 
5453
+ #: tools/wordpress-i18n/pomo/sample/app.php:62
5454
+ msgid "Bye\n"
5455
  msgstr ""
5456
 
5457
+ #: views/admin/must-connect-main-blog.php:5
5458
+ msgid "Get started with Jetpack Multisite"
5459
  msgstr ""
5460
 
5461
+ #: views/admin/must-connect-main-blog.php:7
5462
+ msgid "Get started managing your Multisite install of Jetpack by connecting."
5463
  msgstr ""
5464
 
5465
+ #: views/admin/network-admin-header.php:13
5466
+ msgid "Jetpack is network activated and notices can not be dismissed."
5467
  msgstr ""
5468
 
5469
+ msgid "http://wordpress.org/extend/plugins/jetpack/"
5470
+ msgstr "http://wordpress.org/extend/plugins/jetpack/"
 
5471
 
5472
+ 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."
 
5473
  msgstr ""
5474
 
5475
+ msgid "Automattic"
5476
+ msgstr "Automattic"
 
5477
 
5478
+ msgid "http://jetpack.me"
5479
+ msgstr "http://jetpack.me"
 
5480
 
5481
+ msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
 
5482
  msgstr ""
5483
 
5484
+ msgid "Transform your standard image galleries into an immersive full-screen experience."
 
5485
  msgstr ""
5486
 
5487
+ msgid "A new comment system that has integrated social media login options."
 
5488
  msgstr ""
5489
 
5490
+ msgid "Easily insert a contact form anywhere on your site."
 
5491
  msgstr ""
5492
 
5493
+ msgid "Customize the appearance of your site using CSS but without modifying your theme."
 
5494
  msgstr ""
5495
 
5496
+ msgid "Share your public posts and comments to search engines and other services in real-time."
 
 
 
 
 
5497
  msgstr ""
5498
 
5499
+ msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
 
5500
  msgstr ""
5501
 
5502
+ msgid "Show a pop-up business card of your users' gravatar profiles in comments."
 
5503
  msgstr ""
5504
 
5505
+ msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
 
5506
  msgstr ""
5507
 
5508
+ msgid "Allow applications to securely access your content through the cloud."
 
5509
  msgstr ""
5510
 
5511
+ msgid "Beautiful Math"
 
 
 
 
 
 
 
 
5512
  msgstr ""
5513
 
5514
+ msgid "Mark up your posts with the <img src=\"//s0.wp.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."
 
 
 
 
 
 
 
 
 
5515
  msgstr ""
5516
 
5517
+ msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
 
5518
  msgstr ""
5519
 
5520
+ msgid "Write in Markdown, publish in HTML."
 
5521
  msgstr ""
5522
 
5523
+ msgid "Automatically optimize your site for mobile devices."
 
5524
  msgstr ""
5525
 
5526
+ msgid "Jetpack Monitor will keep tabs on your site, and alert you the moment that downtime is detected."
 
5527
  msgstr ""
5528
 
5529
+ msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
 
5530
  msgstr ""
5531
 
5532
+ msgid "A single search box, that lets you search many different things."
 
5533
  msgstr ""
5534
 
5535
+ msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
 
5536
  msgstr ""
5537
 
5538
+ msgid "Publish posts to your blog directly from your personal email account."
 
5539
  msgstr ""
5540
 
5541
+ msgid "Connect your site to popular social networks and automatically share new posts with your friends."
 
5542
  msgstr ""
5543
 
5544
+ msgid "Display links to related site content under your posts."
 
5545
  msgstr ""
5546
 
5547
+ msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
 
5548
  msgstr ""
5549
 
5550
+ msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
 
5551
  msgstr ""
5552
 
5553
+ msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
 
5554
  msgstr ""
5555
 
5556
+ msgid "Let users login with their WordPress.com Credentials"
 
5557
  msgstr ""
5558
 
5559
+ msgid "Simple, concise site stats with no additional load on your server."
5560
+ msgstr ""
 
 
 
 
 
5561
 
5562
+ msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
 
5563
  msgstr ""
5564
 
5565
+ msgid "Create elegant magazine-style mosaic layouts for your photos without using an external graphic editor."
 
5566
  msgstr ""
5567
 
5568
+ msgid "Realtime backup and security scanning for your WordPress site."
 
5569
  msgstr ""
5570
 
5571
+ msgid "Quite possibly the easiest way to upload beautiful videos to your blog."
 
5572
  msgstr ""
5573
 
5574
+ msgid "Control what pages your widgets appear on."
 
 
5575
  msgstr ""
5576
 
5577
+ msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
5578
+ msgstr ""
 
 
languages/jetpack-bg_BG.mo CHANGED
Binary file
languages/jetpack-bg_BG.po CHANGED
@@ -1,2550 +1,2853 @@
1
- # Translation of 2.8 in Bulgarian
2
- # This file is distributed under the same license as the 2.8 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2014-01-24 13:28:51+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.8\n"
12
 
13
- msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
14
- msgstr ""
 
 
15
 
16
- msgid "Write in Markdown, publish in HTML."
 
17
  msgstr ""
18
 
19
- msgid "Automatically optimize your site for mobile devices."
20
- msgstr ""
 
21
 
22
- msgid "Receive notifications on your mobile device."
23
- msgstr ""
 
24
 
25
- msgid "Jetpack Monitor will keep tabs on your site, and alert you the moment that downtime is detected."
26
- msgstr ""
 
27
 
28
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
29
- msgstr ""
 
30
 
31
- msgid "A single search box, that lets you search many different things."
32
- msgstr "Поле за търсене на различни неща."
 
33
 
34
- msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
35
- msgstr "Оптимизирайте сайта си като зареждате изображенията от системата на WordPress.com"
 
36
 
37
- msgid "Publish posts to your blog directly from your personal email account."
38
- msgstr "Публикувайте в блога си по имейл."
 
39
 
40
- msgid "Connect your site to popular social networks and automatically share new posts with your friends."
41
- msgstr ""
 
42
 
43
- msgid "Display links to related site content under your posts."
44
- msgstr ""
 
45
 
46
- msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
47
- msgstr ""
 
48
 
49
- msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
50
- msgstr ""
 
51
 
52
- msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
53
- msgstr ""
 
54
 
55
- msgid "Let users login with their WordPress.com Credentials"
56
- msgstr ""
 
57
 
58
- msgid "Simple, concise site stats with no additional load on your server."
59
- msgstr ""
 
60
 
61
- msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
62
- msgstr ""
 
63
 
64
- msgid "Create elegant magazine-style mosaic layouts for your photos without using an external graphic editor."
65
- msgstr ""
 
66
 
67
- msgid "Realtime backup and security scanning for your WordPress site."
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgstr ""
69
 
70
- msgid "Quite possibly the easiest way to upload beautiful videos to your blog."
 
71
  msgstr ""
72
 
73
- msgid "Control what pages your widgets appear on."
 
 
74
  msgstr ""
75
 
76
- msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
 
 
 
 
 
77
  msgstr ""
78
 
79
- #: modules/widgets/wordpress-post-widget.php:54
80
- #: modules/widgets/wordpress-post-widget.php:77
81
- msgid "We cannot load blog data at this time."
82
  msgstr ""
83
 
84
- #: modules/widgets/wordpress-post-widget.php:87
85
- msgid "We cannot display posts for this blog."
86
  msgstr ""
87
 
88
- #: modules/widgets/wordpress-post-widget.php:118
89
- msgid "Recent Posts"
90
- msgstr "Последни публикации"
91
 
92
- #: modules/widgets/wordpress-post-widget.php:152
93
- msgid "Blog URL:"
94
- msgstr "URL на блога"
95
 
96
- #: modules/widgets/wordpress-post-widget.php:155
97
- msgid "Enter a WordPress.com or Jetpack WordPress site URL."
98
  msgstr ""
99
 
100
- #: modules/widgets/wordpress-post-widget.php:159
101
- msgid "Number of Posts to Display:"
102
  msgstr ""
103
 
104
- #: modules/widgets/wordpress-post-widget.php:169
105
- msgid "Show Featured Image:"
106
  msgstr ""
107
 
108
- #: modules/widgets/wordpress-post-widget.php:173
109
- msgid "Show Excerpts:"
110
  msgstr ""
111
 
112
- #: modules/widgets.php:50
113
- msgid "%s (Jetpack)"
114
  msgstr ""
115
 
116
- msgid "http://wordpress.org/extend/plugins/jetpack/"
 
117
  msgstr ""
118
 
119
- 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."
 
120
  msgstr ""
121
 
122
- msgid "Automattic"
 
123
  msgstr ""
124
 
125
- msgid "http://jetpack.me"
 
126
  msgstr ""
127
 
128
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
 
129
  msgstr ""
130
 
131
- msgid "Transform your standard image galleries into an immersive full-screen experience."
 
132
  msgstr ""
133
 
134
- msgid "A new comment system that has integrated social media login options."
 
135
  msgstr ""
136
 
137
- msgid "Easily insert a contact form anywhere on your site."
 
138
  msgstr ""
139
 
140
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
 
141
  msgstr ""
142
 
143
- msgid "Share your public posts and comments to search engines and other services in real-time."
 
144
  msgstr ""
145
 
146
- msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
 
147
  msgstr ""
148
 
149
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
 
150
  msgstr ""
151
 
152
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
 
153
  msgstr ""
154
 
155
- msgid "Allow applications to securely access your content through the cloud."
 
 
 
 
 
 
 
 
156
  msgstr ""
157
 
158
- msgid "Beautiful Math"
 
 
 
 
 
159
  msgstr ""
160
 
161
- msgid "Mark up your posts with the <img src=\"//s0.wp.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."
 
162
  msgstr ""
163
 
164
- #: modules/widgets/top-posts.php:91
165
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
166
  msgstr ""
167
 
168
- #: modules/widgets/top-posts.php:164
169
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
170
  msgstr ""
171
 
172
- #: modules/widgets/twitter-timeline.php:24
173
- msgid "Twitter Timeline"
174
  msgstr ""
175
 
176
- #: modules/widgets/twitter-timeline.php:27
177
- msgid "Display an official Twitter Embedded Timeline widget."
 
 
 
 
 
178
  msgstr ""
179
 
180
- #: modules/widgets/twitter-timeline.php:75
181
- msgid "My Tweets"
 
 
 
 
 
 
 
 
 
 
 
 
182
  msgstr ""
183
 
184
- #: modules/widgets/twitter-timeline.php:146
185
- msgid "Follow me on Twitter"
186
- msgstr "Следвай ме на Twitter "
 
 
187
 
188
- #: modules/widgets/twitter-timeline.php:166
189
- msgid "Width (px):"
190
- msgstr "Ширина (px):"
191
 
192
- #: modules/widgets/twitter-timeline.php:171
193
- msgid "Height (px):"
 
194
  msgstr ""
195
 
196
- #: modules/widgets/twitter-timeline.php:176
197
- msgid "# of Tweets Shown:"
198
  msgstr ""
199
 
200
- #: modules/widgets/twitter-timeline.php:184
201
- msgid "You need to <a href=\"%1$s\" target=\"_blank\">create a widget at Twitter.com</a>, and then enter your widget id (the long number found in the URL of your widget's config page) in the field below. <a href=\"%2$s\" target=\"_blank\">Read more</a>."
202
  msgstr ""
203
 
204
- #: modules/widgets/twitter-timeline.php:192
205
- msgid "Widget ID:"
206
  msgstr ""
207
 
208
- #: modules/widgets/twitter-timeline.php:197
209
- msgid "Layout Options:"
210
  msgstr ""
211
 
212
- #: modules/widgets/twitter-timeline.php:198
213
- msgid "No Header"
214
  msgstr ""
215
 
216
- #: modules/widgets/twitter-timeline.php:199
217
- msgid "No Footer"
218
- msgstr ""
 
219
 
220
- #: modules/widgets/twitter-timeline.php:200
221
- msgid "No Borders"
222
- msgstr ""
 
223
 
224
- #: modules/widgets/twitter-timeline.php:201
225
- msgid "No Scrollbar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
226
  msgstr ""
227
 
228
- #: modules/widgets/twitter-timeline.php:202
229
- msgid "Transparent Background"
230
  msgstr ""
231
 
232
- #: modules/widgets/twitter-timeline.php:206
233
- msgid "Link Color (hex):"
 
 
 
 
 
 
 
 
234
  msgstr ""
235
 
236
- #: modules/widgets/twitter-timeline.php:211
237
- msgid "Border Color (hex):"
238
  msgstr ""
239
 
240
- #: modules/widgets/twitter-timeline.php:216
241
- msgid "Timeline Theme:"
242
  msgstr ""
243
 
244
- #: modules/widgets/upcoming-events.php:7 modules/widgets/upcoming-events.php:32
245
- msgid "Upcoming Events"
246
  msgstr ""
247
 
248
- #: modules/widgets/upcoming-events.php:9
249
- msgid "Display upcoming events from an iCalendar feed."
250
  msgstr ""
251
 
252
- #: modules/widgets/upcoming-events.php:45
253
- msgid "iCalendar Feed URL:"
 
 
 
 
254
  msgstr ""
255
 
256
- #: modules/widgets/upcoming-events.php:50
257
- msgid "Items to show:"
258
  msgstr ""
259
 
260
- #: modules/widgets/upcoming-events.php:56
261
- msgid "All"
262
- msgstr "Всички"
263
 
264
- #: modules/widgets/wordpress-post-widget.php:23
265
- msgid "Display WordPress Posts (Jetpack)"
266
  msgstr ""
267
 
268
- #: modules/widgets/wordpress-post-widget.php:25
269
- msgid "Displays a list of recent posts from another WordPress.com or Jetpack-enabled blog."
270
  msgstr ""
271
 
272
- #: modules/widgets/rsslinks-widget.php:12
273
- msgid "Links to your blog's RSS feeds"
274
  msgstr ""
275
 
276
- #: modules/widgets/rsslinks-widget.php:13
277
- msgid "RSS Links (Jetpack)"
278
  msgstr ""
279
 
280
- #: modules/widgets/rsslinks-widget.php:67
281
- #: modules/widgets/rsslinks-widget.php:133
282
- msgid "Posts"
283
- msgstr "Публикации"
284
 
285
- #: modules/widgets/rsslinks-widget.php:69
286
- msgid "Posts & Comments"
287
  msgstr ""
288
 
289
- #: modules/widgets/rsslinks-widget.php:71
290
- msgid "Feed(s) to Display:"
291
  msgstr ""
292
 
293
- #: modules/widgets/rsslinks-widget.php:81
294
- msgid "Text Link"
295
  msgstr ""
296
 
297
- #: modules/widgets/rsslinks-widget.php:82
298
- msgid "Image Link"
299
  msgstr ""
300
 
301
- #: modules/widgets/rsslinks-widget.php:83
302
- msgid "Text & Image Links"
 
303
  msgstr ""
304
 
305
- #: modules/widgets/rsslinks-widget.php:85
306
- msgid "Format:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
  msgstr ""
308
 
309
- #: modules/widgets/rsslinks-widget.php:96
310
- msgid "Image Settings:"
311
  msgstr ""
312
 
313
- #: modules/widgets/rsslinks-widget.php:100
314
- msgid "Medium"
315
- msgstr "Среден"
316
 
317
- #: modules/widgets/rsslinks-widget.php:103
318
- msgid "Image Size:"
319
  msgstr ""
320
 
321
- #: modules/widgets/rsslinks-widget.php:113
322
- msgid "Red"
323
- msgstr "Червена"
324
 
325
- #: modules/widgets/rsslinks-widget.php:114
326
- msgid "Orange"
327
- msgstr "Оранжева"
328
 
329
- #: modules/widgets/rsslinks-widget.php:115
330
- msgid "Green"
331
- msgstr "Зелена"
332
 
333
- #: modules/widgets/rsslinks-widget.php:116
334
- msgid "Blue"
335
- msgstr "Сини"
336
 
337
- #: modules/widgets/rsslinks-widget.php:117
338
- msgid "Purple"
339
- msgstr "Лилава"
340
 
341
- #: modules/widgets/rsslinks-widget.php:118
342
- msgid "Pink"
343
- msgstr "Розова"
344
 
345
- #: modules/widgets/rsslinks-widget.php:119
346
- msgid "Silver"
347
- msgstr "Сребриста"
348
 
349
- #: modules/widgets/rsslinks-widget.php:121
350
- msgid "Image Color:"
351
  msgstr ""
352
 
353
- #: modules/widgets/rsslinks-widget.php:140
354
- msgid "Subscribe to %s"
355
  msgstr ""
356
 
357
- #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
358
- msgid "Top Posts &amp; Pages"
359
  msgstr ""
360
 
361
- #: modules/widgets/top-posts.php:37
362
- msgid "Shows your most viewed posts and pages."
363
  msgstr ""
364
 
365
- #: modules/widgets/top-posts.php:78
366
- msgid "Maximum number of posts to show (no more than 10):"
367
  msgstr ""
368
 
369
- #: modules/widgets/top-posts.php:83
370
- msgid "Display as:"
371
  msgstr ""
372
 
373
- #: modules/widgets/top-posts.php:85
374
- msgid "Text List"
375
  msgstr ""
376
 
377
- #: modules/widgets/top-posts.php:86
378
- msgid "Image List"
379
  msgstr ""
380
 
381
- #: modules/widgets/top-posts.php:87
382
- msgid "Image Grid"
383
  msgstr ""
384
 
385
- #: modules/widgets/gravatar-profile.php:216
386
- msgid "Links to services that you use across the web."
387
  msgstr ""
388
 
389
- #: modules/widgets/gravatar-profile.php:220
390
- msgid "Opens in new window"
391
  msgstr ""
392
 
393
- #: modules/widgets/gravatar-profile.php:220
394
- msgid "Edit Your Profile"
395
  msgstr ""
396
 
397
- #: modules/widgets/gravatar-profile.php:220
398
- msgid "What's a Gravatar?"
399
  msgstr ""
400
 
401
- #: modules/widgets/image-widget.php:12
402
- msgid "Display an image in your sidebar"
403
  msgstr ""
404
 
405
- #: modules/widgets/image-widget.php:14
406
- msgid "Image (Jetpack)"
407
  msgstr ""
408
 
409
- #: modules/widgets/image-widget.php:123
410
- msgid "Image URL:"
 
 
 
 
 
 
 
411
  msgstr ""
412
 
413
- #: modules/widgets/image-widget.php:126
414
- msgid "Alternate text:"
415
  msgstr ""
416
 
417
- #: modules/widgets/image-widget.php:129
418
- msgid "Image title:"
419
  msgstr ""
420
 
421
- #: modules/widgets/image-widget.php:132
422
- msgid "Caption:"
423
  msgstr ""
424
 
425
- #: modules/widgets/image-widget.php:138
426
- msgid "Left"
427
- msgstr "Ляво"
428
 
429
- #: modules/widgets/image-widget.php:139
430
- msgid "Center"
431
- msgstr "Център"
 
 
432
 
433
- #: modules/widgets/image-widget.php:140
434
- msgid "Right"
435
- msgstr "Дясно"
 
 
436
 
437
- #: modules/widgets/image-widget.php:142
438
- msgid "Image Alignment:"
439
- msgstr "Позиция на изображението:"
440
 
441
- #: modules/widgets/image-widget.php:152
442
- msgid "Width:"
443
- msgstr "Ширина:"
 
 
 
444
 
445
- #: modules/widgets/image-widget.php:155
446
- msgid "Height:"
447
- msgstr "Височина:"
448
-
449
- #: modules/widgets/image-widget.php:158
450
- msgid "If empty, we will attempt to determine the image size."
451
- msgstr "Ако оставите полето празно, ще се опитаме да познаем размера на изображенито."
452
-
453
- #: modules/widgets/image-widget.php:159
454
- msgid "Link URL (when the image is clicked):"
455
- msgstr "Връзка (когато някой натисне върху изображението)"
456
-
457
- #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
458
- msgid "Send To Readmill"
459
- msgstr "Изпращане към Readmill"
460
-
461
- #: modules/widgets/readmill.php:13
462
- msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
463
- msgstr "Readmill е най-добрия четец за телефони и таблети. С тази джаджа позволявате на потребителите си да изпращат книги към устройството си с един клик. "
464
 
465
- #: modules/widgets/readmill.php:47
466
- msgid "Just enter the URL to your book, make sure it's a PDF or EPUB file, and you are ready to go. For more help, head to <a href='%s'>the Readmill WordPress Widget support page</a>."
 
467
  msgstr ""
468
 
469
- #: modules/widgets/readmill.php:55
470
- msgid "Download URL:"
471
  msgstr ""
472
 
473
- #: modules/widgets/readmill.php:60
474
- msgid "Item URL:"
475
  msgstr ""
476
 
477
- #: modules/widgets/readmill.php:65
478
- msgid "What size icon?"
479
  msgstr ""
480
 
481
- #: modules/widgets/readmill.php:67 modules/widgets/rsslinks-widget.php:101
482
- msgid "Large"
483
- msgstr "Голяма"
484
-
485
- #: modules/widgets/readmill.php:68 modules/widgets/rsslinks-widget.php:99
486
- msgid "Small"
487
  msgstr ""
488
 
489
- #: modules/widgets/readmill.php:125
490
- msgid "Your ePub link is empty. Provide an ePub link to display the Send to Readmill widget."
491
  msgstr ""
492
 
493
- #: modules/widgets/facebook-likebox.php:183
494
- msgid "Show Border"
495
  msgstr ""
496
 
497
- #: modules/widgets/facebook-likebox.php:185
498
- msgid "Show a border around the plugin."
499
  msgstr ""
500
 
501
- #: modules/widgets/facebook-likebox.php:192
502
- msgid "Show Wall"
503
  msgstr ""
504
 
505
- #: modules/widgets/facebook-likebox.php:194
506
- msgid "Show the wall for a Places page rather than friend activity."
507
  msgstr ""
508
 
509
- #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
510
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
511
- #: modules/widgets/twitter-timeline.php:161
512
- #: modules/widgets/upcoming-events.php:40
513
- #: modules/widgets/wordpress-post-widget.php:147
514
- msgid "Title:"
515
- msgstr "Заглавие:"
516
-
517
- #: modules/widgets/gallery/templates/form.php:10
518
- msgid "Images:"
519
  msgstr ""
520
 
521
- #: modules/widgets/gallery/templates/form.php:39
522
- msgid "Choose Images"
523
  msgstr ""
524
 
525
- #: modules/widgets/gallery/templates/form.php:43
526
- msgid "Link To:"
527
  msgstr ""
528
 
529
- #: modules/widgets/gallery/templates/form.php:58
530
- msgid "Random Order:"
531
  msgstr ""
532
 
533
- #: modules/widgets/gallery/templates/form.php:69
534
- msgid "Style:"
535
  msgstr ""
536
 
537
- #: modules/widgets/gallery.php:20
538
- msgid "Display a photo gallery or slideshow"
 
539
  msgstr ""
540
 
541
- #: modules/widgets/gallery.php:327
542
- msgid "Tiles"
543
  msgstr ""
544
 
545
- #: modules/widgets/gallery.php:335
546
- msgid "Attachment Page"
547
- msgstr "Страницата за файла"
 
548
 
549
- #: modules/widgets/gallery.php:336
550
- msgid "Media File"
551
- msgstr "Файл"
552
 
553
- #: modules/widgets/gravatar-profile.php:21
554
- msgid "Gravatar Profile"
555
  msgstr ""
556
 
557
- #: modules/widgets/gravatar-profile.php:24
558
- msgid "Display a mini version of your Gravatar Profile"
559
  msgstr ""
560
 
561
- #: modules/widgets/gravatar-profile.php:41
562
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
563
  msgstr ""
564
 
565
- #: modules/widgets/gravatar-profile.php:95
566
- msgid "View Full Profile &rarr;"
567
  msgstr ""
568
 
569
- #: modules/widgets/gravatar-profile.php:103
570
- msgid "Error loading profile"
571
- msgstr ""
572
 
573
- #: modules/widgets/gravatar-profile.php:115
574
- msgid "Personal Links"
575
  msgstr ""
576
 
577
- #: modules/widgets/gravatar-profile.php:138
578
- msgid "Verified Services"
579
- msgstr ""
 
580
 
581
- #: modules/widgets/gravatar-profile.php:149
582
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
583
- msgid "%1$s on %2$s"
584
  msgstr ""
585
 
586
- #: modules/widgets/gravatar-profile.php:183
587
- msgid "Select a user or pick \"custom\" and enter a custom email address."
588
- msgstr ""
589
 
590
- #: modules/widgets/gravatar-profile.php:187
591
- msgid "Custom"
592
- msgstr "Собствено"
593
 
594
- #: modules/widgets/gravatar-profile.php:197
595
- msgid "Custom Email Address"
596
- msgstr ""
597
 
598
- #: modules/widgets/gravatar-profile.php:205
599
- msgid "Show Personal Links"
600
  msgstr ""
601
 
602
- #: modules/widgets/gravatar-profile.php:207
603
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
604
  msgstr ""
605
 
606
- #: modules/widgets/gravatar-profile.php:214
607
- msgid "Show Account Links"
608
  msgstr ""
609
 
610
- #: modules/widget-visibility/widget-conditions.php:90
611
- msgid "Search results"
612
- msgstr ""
613
 
614
- #: modules/widget-visibility/widget-conditions.php:91
615
- msgid "Post type:"
616
  msgstr ""
617
 
618
- #: modules/widget-visibility/widget-conditions.php:104
619
- msgid "Static page:"
620
  msgstr ""
621
 
622
- #: modules/widget-visibility/widget-conditions.php:146
623
- msgid "Visibility"
624
  msgstr ""
625
 
626
- #: modules/widget-visibility/widget-conditions.php:149
627
- msgctxt "placeholder: dropdown menu to select widget visibility; hide if or show if"
628
- msgid "%s if:"
629
  msgstr ""
630
 
631
- #: modules/widget-visibility/widget-conditions.php:149
632
- msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
633
- msgid "Show"
634
  msgstr ""
635
 
636
- #: modules/widget-visibility/widget-conditions.php:149
637
- msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
638
- msgid "Hide"
639
  msgstr ""
640
 
641
- #: modules/widget-visibility/widget-conditions.php:160
642
- msgctxt "Used as the default option in a dropdown list"
643
- msgid "-- Select --"
644
  msgstr ""
645
 
646
- #: modules/widget-visibility/widget-conditions.php:161
647
- msgid "Category"
648
- msgstr "Категория"
649
 
650
- #: modules/widget-visibility/widget-conditions.php:162
651
- msgctxt "Noun, as in: \"The author of this post is...\""
652
- msgid "Author"
653
  msgstr ""
654
 
655
- #: modules/widget-visibility/widget-conditions.php:163
656
- msgctxt "Noun, as in: \"This post has one tag.\""
657
- msgid "Tag"
658
  msgstr ""
659
 
660
- #: modules/widget-visibility/widget-conditions.php:164
661
- msgctxt "Noun, as in: \"This page is a date archive.\""
662
- msgid "Date"
663
  msgstr ""
664
 
665
- #: modules/widget-visibility/widget-conditions.php:165
666
- msgctxt "Example: The user is looking at a page, not a post."
667
- msgid "Page"
668
  msgstr ""
669
 
670
- #: modules/widget-visibility/widget-conditions.php:167
671
- msgctxt "Widget Visibility: {Rule Major [Page]} is {Rule Minor [Search results]}"
672
- msgid "is"
673
  msgstr ""
674
 
675
- #: modules/widget-visibility/widget-conditions.php:171
676
- msgctxt "Shown between widget visibility conditions."
677
- msgid "or"
678
  msgstr ""
679
 
680
- #: modules/widget-visibility/widget-conditions.php:174
681
- msgid "Delete"
682
- msgstr "Изтриване"
683
 
684
- #: modules/widgets/facebook-likebox.php:31
685
- msgid "Facebook Like Box"
686
  msgstr ""
687
 
688
- #: modules/widgets/facebook-likebox.php:34
689
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
690
  msgstr ""
691
 
692
- #: modules/widgets/facebook-likebox.php:48
693
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
694
  msgstr ""
695
 
696
- #: modules/widgets/facebook-likebox.php:131
697
- msgid "Facebook Page URL"
698
  msgstr ""
699
 
700
- #: modules/widgets/facebook-likebox.php:134
701
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
702
  msgstr ""
703
 
704
- #: modules/widgets/facebook-likebox.php:140
705
- msgid "Width"
706
- msgstr "Широчина"
707
 
708
- #: modules/widgets/facebook-likebox.php:147
709
- msgid "Height"
710
- msgstr "Височина"
711
 
712
- #: modules/widgets/facebook-likebox.php:165
713
- msgid "Show Faces"
714
  msgstr ""
715
 
716
- #: modules/widgets/facebook-likebox.php:167
717
- msgid "Show profile photos in the plugin."
718
  msgstr ""
719
 
720
- #: modules/widgets/facebook-likebox.php:174
721
- msgid "Show Stream"
722
  msgstr ""
723
 
724
- #: modules/widgets/facebook-likebox.php:176
725
- msgid "Show the profile stream for the public profile."
726
- msgstr ""
727
-
728
- #: modules/videopress/videopress.php:340
729
- msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
730
  msgstr ""
731
 
732
- #: modules/videopress/videopress.php:341
733
- msgid "Browse Your VideoPress Library"
734
  msgstr ""
735
 
736
- #: modules/videopress/videopress.php:342
737
- msgid "Please enable JavaScript support in your browser to use VideoPress."
738
  msgstr ""
739
 
740
- #: modules/videopress/videopress.php:589
741
- msgid "Please select a video file to upload."
742
  msgstr ""
743
 
744
- #: modules/videopress/videopress.php:590
745
- msgid "Your video is uploading... Please do not close this window."
746
  msgstr ""
747
 
748
- #: modules/videopress/videopress.php:591
749
- msgid "An unknown error has occurred. Please try again later."
 
750
  msgstr ""
751
 
752
- #: modules/videopress/videopress.php:592
753
- msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
754
  msgstr ""
755
 
756
- #: modules/videopress/videopress.php:594
757
- msgid "Upload a Video"
758
  msgstr ""
759
 
760
- #: modules/videopress/videopress.php:595
761
- msgid "Insert Video"
762
- msgstr "Вмъкване на видео"
763
-
764
- #: modules/videopress/videopress.php:628
765
- msgid "Ogg File URL"
766
  msgstr ""
767
 
768
- #: modules/videopress/videopress.php:630
769
- msgid "Location of the Ogg video file."
770
- msgstr "Адрес на Ogg видео файла."
771
-
772
- #: modules/videopress/videopress.php:638
773
- msgid "Display share menu and allow viewers to embed or download this video"
774
  msgstr ""
775
 
776
- #: modules/videopress/videopress.php:644
777
- msgid "Rating"
778
- msgstr "Оценка"
779
-
780
- #: modules/videopress/videopress.php:657
781
- msgid "Shortcode"
782
  msgstr ""
783
 
784
- #: modules/videopress/videopress.php:664
785
- msgid "The preview is unavailable while this video is being processed."
786
  msgstr ""
787
 
788
- #: modules/videopress/videopress.php:673
789
- msgid "Video Preview:"
790
  msgstr ""
791
 
792
- #: modules/videopress/videopress.php:707
793
- msgid "Use the form below to upload a video to your VideoPress Library. The following video formats are supported: %s. Maximum upload file size is %d%s."
794
  msgstr ""
795
 
796
- #: modules/videopress/videopress.php:710
797
- msgid "Upload Video"
798
  msgstr ""
799
 
800
- #: modules/widget-visibility/widget-conditions.php:34
801
- msgid "All category pages"
802
  msgstr ""
803
 
804
- #: modules/widget-visibility/widget-conditions.php:48
805
- msgid "All author pages"
806
  msgstr ""
807
 
808
- #: modules/widget-visibility/widget-conditions.php:59
809
- msgid "All tag pages"
810
  msgstr ""
811
 
812
- #: modules/widget-visibility/widget-conditions.php:73
813
- msgid "All date archives"
814
  msgstr ""
815
 
816
- #: modules/widget-visibility/widget-conditions.php:74
817
- msgid "Daily archives"
818
  msgstr ""
819
 
820
- #: modules/widget-visibility/widget-conditions.php:75
821
- msgid "Monthly archives"
822
- msgstr "Месечен архив"
823
 
824
- #: modules/widget-visibility/widget-conditions.php:76
825
- msgid "Yearly archives"
826
  msgstr ""
827
 
828
- #: modules/widget-visibility/widget-conditions.php:87
829
- msgid "Front page"
830
- msgstr "Начална страница"
831
 
832
- #: modules/widget-visibility/widget-conditions.php:88
833
- msgid "Posts page"
834
- msgstr "Страница с публикации"
835
 
836
- #: modules/widget-visibility/widget-conditions.php:89
837
- msgid "404 error page"
 
838
  msgstr ""
839
 
840
- #: modules/videopress/class.videopress-player.php:382
841
- msgctxt "watch a video title"
842
- msgid "Watch: %s"
843
  msgstr ""
844
 
845
- #: modules/videopress/class.videopress-player.php:478
846
- #: modules/videopress/class.videopress-player.php:500
847
- msgid "this video"
848
  msgstr ""
849
 
850
- #: modules/videopress/class.videopress-player.php:507
851
- msgctxt "Play as in playback or view a movie"
852
- msgid "JavaScript required to play %s."
853
  msgstr ""
854
 
855
- #: modules/videopress/class.videopress-player.php:654
856
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
857
- msgstr ""
 
858
 
859
- #: modules/videopress/class.videopress-player.php:661
860
- msgid "Loading video..."
861
  msgstr ""
862
 
863
- #: modules/videopress/class.videopress-video.php:306
864
- 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."
865
  msgstr ""
866
 
867
- #: modules/videopress/class.videopress-video.php:308
868
- msgid "<strong>%s</strong> is not an allowed embed site."
869
  msgstr ""
870
 
871
- #: modules/videopress/class.videopress-video.php:308
872
- msgid "Publisher limits playback of video embeds."
873
- msgstr ""
874
 
875
- #: modules/videopress/class.videopress-video.php:310
876
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
877
  msgstr ""
878
 
879
- #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
880
- msgid "Could not obtain a VideoPress upload token. Please try again later."
881
  msgstr ""
882
 
883
- #: modules/videopress/videopress.php:264
884
- msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
885
  msgstr ""
886
 
887
- #: modules/videopress/videopress.php:269
888
- msgid "Connected WordPress.com Blog"
889
- msgstr ""
890
 
891
- #: modules/videopress/videopress.php:278
892
- msgid "Only videos from the selected blog will be available in your media library."
893
  msgstr ""
894
 
895
- #: modules/videopress/videopress.php:279
896
- msgid "<a href=\"%s\">Click here</a> to refresh this list."
897
  msgstr ""
898
 
899
- #: modules/videopress/videopress.php:285
900
- msgid "Video Library Access"
901
  msgstr ""
902
 
903
- #: modules/videopress/videopress.php:289
904
- msgid "Do not allow other users to access my VideoPress library"
905
  msgstr ""
906
 
907
- #: modules/videopress/videopress.php:291
908
- msgid "Allow users to access my videos"
909
  msgstr ""
910
 
911
- #: modules/videopress/videopress.php:293
912
- msgid "Allow users to access and edit my videos"
913
  msgstr ""
914
 
915
- #: modules/videopress/videopress.php:295
916
- msgid "Allow users to access, edit, and delete my videos"
917
  msgstr ""
918
 
919
- #: modules/videopress/videopress.php:298
920
- msgid "Allow users to upload videos"
921
  msgstr ""
922
 
923
- #: modules/videopress/videopress.php:303
924
- msgid "Free formats"
 
 
 
925
  msgstr ""
926
 
927
- #: modules/videopress/videopress.php:307
928
- msgid "Only display videos in free software formats"
 
 
 
929
  msgstr ""
930
 
931
- #: modules/videopress/videopress.php:308
932
- msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
933
- msgstr ""
934
 
935
- #: modules/videopress/videopress.php:313
936
- msgid "Default quality"
937
- msgstr ""
938
 
939
- #: modules/videopress/videopress.php:317
940
- msgid "Display higher quality video by default."
941
- msgstr ""
942
 
943
- #: modules/videopress/videopress.php:318
944
- msgid "This setting may be overridden for individual videos."
945
  msgstr ""
946
 
947
- #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
948
- #: modules/videopress/videopress.php:593
949
- msgid "VideoPress Library"
950
  msgstr ""
951
 
952
- #: modules/subscriptions.php:600
953
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
954
  msgstr ""
955
 
956
- #: modules/subscriptions.php:609
957
- msgid "The email you entered was invalid, please check and try again."
958
  msgstr ""
959
 
960
- #: modules/subscriptions.php:612
961
- msgid "You have already subscribed to this site, please check your inbox."
962
  msgstr ""
963
 
964
- #: modules/subscriptions.php:618
965
- msgid "There was an error when subscribing, please try again."
966
  msgstr ""
967
 
968
- #: modules/subscriptions.php:631
969
- msgid "Join %s other subscriber"
970
- msgid_plural "Join %s other subscribers"
971
- msgstr[0] ""
972
- msgstr[1] ""
973
 
974
- #: modules/subscriptions.php:708
975
- msgid "Subscribe to Blog via Email"
976
  msgstr ""
977
 
978
- #: modules/subscriptions.php:709
979
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
980
  msgstr ""
981
 
982
- #: modules/subscriptions.php:711
983
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
984
  msgstr ""
985
 
986
- #: modules/subscriptions.php:727
987
- msgid "%s: %s"
988
  msgstr ""
989
 
990
- #: modules/subscriptions.php:734 modules/widgets/image-widget.php:120
991
- msgid "Widget title:"
992
- msgstr "Заглавие на джаджата:"
993
 
994
- #: modules/subscriptions.php:740
995
- msgid "Optional text to display to your readers:"
996
  msgstr ""
997
 
998
- #: modules/subscriptions.php:746
999
- msgid "Subscribe Button:"
1000
  msgstr ""
1001
 
1002
- #: modules/subscriptions.php:753
1003
- msgid "Show total number of subscribers? (%s subscriber)"
1004
- msgid_plural "Show total number of subscribers? (%s subscribers)"
1005
- msgstr[0] ""
1006
- msgstr[1] ""
1007
 
1008
- #: modules/theme-tools/featured-content.php:388
1009
- #: modules/theme-tools/featured-content.php:399
1010
- msgid "Featured Content"
1011
- msgstr "Избрано съдържание"
 
1012
 
1013
- #: modules/theme-tools/featured-content.php:400
1014
- msgid "Easily feature all posts with the <a href=\"%1$s\">\"featured\" tag</a> or a tag of your choice. Your theme supports up to %2$s posts in its featured content area."
1015
- msgstr ""
 
 
1016
 
1017
- #: modules/theme-tools/featured-content.php:418
1018
- msgid "Tag name"
1019
- msgstr "Име на етикет"
1020
 
1021
- #: modules/theme-tools/featured-content.php:424
1022
- msgid "Hide tag from displaying in post meta and tag clouds."
1023
  msgstr ""
1024
 
1025
- #: modules/theme-tools/featured-content.php:443
1026
- msgid "The settings for Featured Content have <a href=\"%s\">moved to Appearance &rarr; Customize</a>."
1027
  msgstr ""
1028
 
1029
- #: modules/theme-tools/social-links.php:157
1030
- msgid "&mdash; Select &mdash;"
1031
- msgstr "&mdash; Избор &mdash;"
1032
 
1033
- #: modules/tiled-gallery/tiled-gallery.php:319
1034
- msgid "Tiled Mosaic"
1035
  msgstr ""
1036
 
1037
- #: modules/tiled-gallery/tiled-gallery.php:320 modules/widgets/gallery.php:328
1038
- msgid "Square Tiles"
1039
  msgstr ""
1040
 
1041
- #: modules/tiled-gallery/tiled-gallery.php:321 modules/widgets/gallery.php:329
1042
- msgid "Circles"
1043
  msgstr ""
1044
 
1045
- #: modules/tiled-gallery/tiled-gallery.php:350
1046
- msgid "Display all your gallery pictures in a cool mosaic."
1047
  msgstr ""
1048
 
1049
- #: modules/videopress/class.videopress-player.php:195
1050
- msgid "%s Error"
1051
  msgstr ""
1052
 
1053
- #: modules/videopress/class.videopress-player.php:230
1054
- msgid "This video is intended for mature audiences."
1055
  msgstr ""
1056
 
1057
- #: modules/videopress/class.videopress-player.php:230
1058
- msgid "Please verify your birthday."
1059
  msgstr ""
1060
 
1061
- #: modules/videopress/class.videopress-player.php:280
1062
- msgid "Submit"
1063
- msgstr "Напред"
1064
 
1065
- #: modules/videopress/class.videopress-player.php:326
1066
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
 
1067
  msgstr ""
1068
 
1069
- #: modules/stats.php:765
1070
- msgid "Show top posts over"
1071
  msgstr ""
1072
 
1073
- #: modules/stats.php:778
1074
- msgid "Show top search terms over"
1075
  msgstr ""
1076
 
1077
- #: modules/stats.php:944
1078
- msgid "%1$s %2$s Views"
1079
  msgstr ""
1080
 
1081
- #: modules/stats.php:965
1082
- msgid "View All"
1083
- msgstr "Всички"
 
1084
 
1085
- #: modules/stats.php:969
1086
- msgid "Top Posts"
 
 
 
 
 
1087
  msgstr ""
1088
 
1089
- #: modules/stats.php:973 modules/stats.php:997
1090
- msgid "Sorry, nothing to report."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1091
  msgstr ""
1092
 
1093
- #: modules/stats.php:993
1094
- msgid "Top Searches"
1095
  msgstr ""
1096
 
1097
- #: modules/stats.php:1021
1098
- msgid "We were unable to get your stats just now. Please reload this page to try again."
1099
  msgstr ""
1100
 
1101
- #: modules/stats.php:1028
1102
- 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."
 
1103
  msgstr ""
1104
 
1105
- #: modules/subscriptions.php:123
1106
- msgid "Jetpack Subscriptions Settings"
1107
  msgstr ""
1108
 
1109
- #: modules/subscriptions.php:132
1110
- msgid "Follow Blog"
1111
  msgstr ""
1112
 
1113
- #: modules/subscriptions.php:147
1114
- msgid "Follow Comments"
1115
  msgstr ""
1116
 
1117
- #: modules/subscriptions.php:168
1118
- msgid "Follower Settings"
 
 
 
 
 
 
 
 
1119
  msgstr ""
1120
 
1121
- #: modules/subscriptions.php:175
1122
- msgid "Blog follow email text"
 
 
 
 
 
 
 
 
1123
  msgstr ""
1124
 
1125
- #: modules/subscriptions.php:183
1126
- msgid "Comment follow email text"
1127
  msgstr ""
1128
 
1129
- #: modules/subscriptions.php:197
1130
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
1131
  msgstr ""
1132
 
1133
- #: modules/subscriptions.php:212
1134
- msgid "Show a <em>'follow blog'</em> option in the comment form"
1135
  msgstr ""
1136
 
1137
- #: modules/subscriptions.php:227
1138
- msgid "Show a <em>'follow comments'</em> option in the comment form"
1139
  msgstr ""
1140
 
1141
- #: modules/subscriptions.php:252
1142
- msgid "These settings change emails sent from your blog to followers."
1143
  msgstr ""
1144
 
1145
- #: modules/subscriptions.php:258
1146
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
1147
  msgstr ""
1148
 
1149
- #: modules/subscriptions.php:264
1150
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
1151
  msgstr ""
1152
 
1153
- #: modules/subscriptions.php:269
1154
- msgid ""
1155
- "Howdy.\n"
1156
- "\n"
1157
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
1158
- "\n"
1159
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1160
  msgstr ""
1161
 
1162
- #: modules/subscriptions.php:270
1163
- msgid ""
1164
- "Howdy.\n"
1165
- "\n"
1166
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
1167
- "\n"
1168
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1169
- msgstr ""
1170
 
1171
- #: modules/subscriptions.php:472
1172
- msgid "Notify me of follow-up comments by email."
1173
- msgstr ""
 
 
1174
 
1175
- #: modules/subscriptions.php:479
1176
- msgid "Notify me of new posts by email."
1177
- msgstr ""
1178
 
1179
- #: modules/subscriptions.php:557
1180
- msgid "Add an email signup form to allow people to subscribe to your blog."
1181
- msgstr ""
1182
 
1183
- #: modules/subscriptions.php:560
1184
- msgid "Blog Subscriptions (Jetpack)"
1185
- msgstr ""
1186
 
1187
- #: modules/sso.php:745
1188
- msgid "Two step Disabled"
 
 
 
 
1189
  msgstr ""
1190
 
1191
- #: modules/sso.php:751
1192
- msgid "Unlink This Account"
 
 
 
 
 
 
1193
  msgstr ""
1194
 
1195
- #: modules/stats.php:266 modules/stats.php:700
1196
- msgid "Site Stats"
 
 
1197
  msgstr ""
1198
 
1199
- #: modules/stats.php:351
1200
- msgid "Loading&hellip;"
1201
- msgstr "Зареждане"
1202
 
1203
- #: modules/stats.php:353
1204
- msgid "Your Site Stats work better with Javascript enabled."
1205
- msgstr ""
1206
 
1207
- #: modules/stats.php:354
1208
- msgid "View Site Stats without Javascript"
1209
- msgstr ""
1210
 
1211
- #: modules/stats.php:536
1212
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
1213
- msgstr ""
1214
 
1215
- #: modules/stats.php:541
1216
- msgid "Admin bar"
1217
- msgstr ""
1218
 
1219
- #: modules/stats.php:542
1220
- msgid "Put a chart showing 48 hours of views in the admin bar."
1221
- msgstr ""
 
 
1222
 
1223
- #: modules/stats.php:543
1224
- msgid "Registered users"
1225
  msgstr ""
1226
 
1227
- #: modules/stats.php:545
1228
- msgid "Count the page views of registered users who are logged in."
 
1229
  msgstr ""
1230
 
1231
- #: modules/stats.php:555
1232
- msgid "Smiley"
1233
- msgstr ""
 
 
1234
 
1235
- #: modules/stats.php:556
1236
- msgid "Hide the stats smiley face image."
1237
  msgstr ""
1238
 
1239
- #: modules/stats.php:556
1240
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
 
 
 
 
 
1241
  msgstr ""
1242
 
1243
- #: modules/stats.php:556
1244
- msgid "Smiley face"
1245
  msgstr ""
1246
 
1247
- #: modules/stats.php:557
1248
- msgid "Report visibility"
1249
  msgstr ""
1250
 
1251
- #: modules/stats.php:559
1252
- msgid "Select the roles that will be able to view stats reports."
1253
  msgstr ""
1254
 
1255
- #: modules/stats.php:634
1256
- msgid "Stats"
1257
- msgstr "Статистика"
 
 
 
1258
 
1259
- #: modules/stats.php:636
1260
- msgid "Views over 48 hours. Click for more Site Stats."
 
1261
  msgstr ""
1262
 
1263
- #: modules/stats.php:721
1264
- msgid "day"
1265
- msgstr "ден"
 
1266
 
1267
- #: modules/stats.php:722
1268
- msgid "week"
1269
- msgstr "седмица"
1270
 
1271
- #: modules/stats.php:723
1272
- msgid "month"
1273
- msgstr "месец"
1274
 
1275
- #: modules/stats.php:726
1276
- msgid "the past day"
1277
- msgstr "предишния ден"
1278
 
1279
- #: modules/stats.php:727
1280
- msgid "the past week"
1281
  msgstr ""
1282
 
1283
- #: modules/stats.php:728
1284
- msgid "the past month"
1285
- msgstr "изминалия месец"
 
 
1286
 
1287
- #: modules/stats.php:729
1288
- msgid "the past quarter"
1289
  msgstr ""
1290
 
1291
- #: modules/stats.php:730
1292
- msgid "the past year"
1293
- msgstr "изминалата година"
1294
 
1295
- #: modules/stats.php:752
1296
- msgid "Chart stats by"
1297
  msgstr ""
1298
 
1299
- #: modules/sharedaddy/sharing.php:387
1300
- msgid "Create Share Button"
1301
  msgstr ""
1302
 
1303
- #: modules/sharedaddy/sharing.php:399
1304
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
1305
  msgstr ""
1306
 
1307
- #: modules/shortcodes/archives.php:58
1308
- msgid "Your blog does not currently have any published posts."
1309
- msgstr "В момента вашият блог няма публикувани материали."
1310
-
1311
- #: modules/shortcodes/audio.php:202
1312
- msgid "Download: <a href=\"%s\">%s</a><br />"
1313
  msgstr ""
1314
 
1315
- #: modules/shortcodes/presentations.php:227
1316
- msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
1317
  msgstr ""
1318
 
1319
- #: modules/shortcodes/presentations.php:243
1320
- msgid "Click to autoplay the presentation!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1321
  msgstr ""
1322
 
1323
- #: modules/shortcodes/slideshow.php:60 modules/widgets/gallery.php:330
1324
- msgid "Slideshow"
 
1325
  msgstr ""
1326
 
1327
- #: modules/shortcodes/slideshow.php:65
1328
- msgid "Image Gallery Slideshow"
 
1329
  msgstr ""
1330
 
1331
- #: modules/shortcodes/slideshow.php:177
1332
- msgid "Click to view slideshow."
 
1333
  msgstr ""
1334
 
1335
- #: modules/shortcodes/slideshow.php:206
1336
- msgid "This slideshow requires JavaScript."
 
1337
  msgstr ""
1338
 
1339
- #: modules/shortcodes/twitter-timeline.php:17
1340
- msgid "Invalid username"
 
1341
  msgstr ""
1342
 
1343
- #: modules/shortcodes/twitter-timeline.php:20
1344
- msgid "Invalid id"
 
1345
  msgstr ""
1346
 
1347
- #: modules/shortcodes/twitter-timeline.php:22
1348
- msgid "Tweets by @%s"
 
1349
  msgstr ""
1350
 
1351
- #: modules/shortcodes/upcoming-events.php:23
1352
- #: modules/widgets/upcoming-events.php:79
1353
- msgid "No upcoming events"
1354
  msgstr ""
1355
 
1356
- #: modules/sso.php:128
1357
- msgid "Jetpack Single Sign On"
 
 
1358
  msgstr ""
1359
 
1360
- #: modules/sso.php:145
1361
- msgid "Remove default login form?"
 
1362
  msgstr ""
1363
 
1364
- #: modules/sso.php:163
1365
- msgid "Require Two-Step Authentication?"
 
1366
  msgstr ""
1367
 
1368
- #: modules/sso.php:293
1369
- msgid "Error: This site's Jetpack connection is currently experiencing problems."
1370
  msgstr ""
1371
 
1372
- #: modules/sso.php:427
1373
- msgid "Error, invalid response data."
 
1374
  msgstr ""
1375
 
1376
- #: modules/sso.php:479
1377
- msgid "Error: Couldn't create suitable username."
1378
  msgstr ""
1379
 
1380
- #: modules/sso.php:592
1381
- msgid "Log in with WordPress.com"
1382
  msgstr ""
1383
 
1384
- #: modules/sso.php:667
1385
- msgid "Login method not allowed"
1386
  msgstr ""
1387
 
1388
- #: modules/sso.php:674
1389
- msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
1390
  msgstr ""
1391
 
1392
- #: modules/sso.php:676
1393
- msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
1394
  msgstr ""
1395
 
1396
- #: modules/sso.php:727
1397
- msgid "WordPress.com Single Sign On"
1398
  msgstr ""
1399
 
1400
- #: modules/sso.php:728
1401
- msgid "Connecting with WordPress.com SSO enables you to log in via your WordPress.com account."
1402
  msgstr ""
1403
 
1404
- #: modules/sso.php:743
1405
- msgid "Two step Enabled"
 
1406
  msgstr ""
1407
 
1408
- #: modules/sharedaddy/sharing-sources.php:1275
1409
- msgid "Click to share on Pocket"
1410
  msgstr ""
1411
 
1412
- #: modules/sharedaddy/sharing.php:153
1413
- msgid "Warning! Multibyte support missing!"
1414
  msgstr ""
1415
 
1416
- #: modules/sharedaddy/sharing.php:154
1417
- 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."
 
1418
  msgstr ""
1419
 
1420
- #: modules/sharedaddy/sharing.php:171
1421
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1422
  msgstr ""
1423
 
1424
- #: modules/sharedaddy/sharing.php:177
1425
- msgid "Available Services"
1426
  msgstr ""
1427
 
1428
- #: modules/sharedaddy/sharing.php:178
1429
- msgid "Drag and drop the services you'd like to enable into the box below."
1430
  msgstr ""
1431
 
1432
- #: modules/sharedaddy/sharing.php:179
1433
- msgid "Add a new service"
 
 
 
 
 
1434
  msgstr ""
1435
 
1436
- #: modules/sharedaddy/sharing.php:192
1437
- msgid "Please note that your services have been restricted because your site is private."
1438
  msgstr ""
1439
 
1440
- #: modules/sharedaddy/sharing.php:203
1441
- msgid "Enabled Services"
1442
  msgstr ""
1443
 
1444
- #: modules/sharedaddy/sharing.php:206
1445
- msgid "Services dragged here will appear individually."
1446
  msgstr ""
1447
 
1448
- #: modules/sharedaddy/sharing.php:209
1449
- msgid "Drag and drop available services here."
1450
  msgstr ""
1451
 
1452
- #: modules/sharedaddy/sharing.php:220
1453
- msgid "Services dragged here will be hidden behind a share button."
 
 
 
 
1454
  msgstr ""
1455
 
1456
- #: modules/sharedaddy/sharing.php:235
1457
- msgid "Live Preview"
1458
- msgstr "Предварителен преглед"
1459
 
1460
- #: modules/sharedaddy/sharing.php:238
1461
- msgid "Sharing is off. Add services above to enable."
1462
  msgstr ""
1463
 
1464
- #: modules/sharedaddy/sharing.php:304
1465
- msgid "Button style"
1466
  msgstr ""
1467
 
1468
- #: modules/sharedaddy/sharing.php:307
1469
- msgid "Icon + text"
 
 
 
 
1470
  msgstr ""
1471
 
1472
- #: modules/sharedaddy/sharing.php:308
1473
- msgid "Icon only"
1474
  msgstr ""
1475
 
1476
- #: modules/sharedaddy/sharing.php:309
1477
- msgid "Text only"
1478
  msgstr ""
1479
 
1480
- #: modules/sharedaddy/sharing.php:310
1481
- msgid "Official buttons"
1482
  msgstr ""
1483
 
1484
- #: modules/sharedaddy/sharing.php:315
1485
- msgid "Sharing label"
1486
  msgstr ""
1487
 
1488
- #: modules/sharedaddy/sharing.php:321
1489
- msgid "Open links in"
1490
  msgstr ""
1491
 
1492
- #: modules/sharedaddy/sharing.php:324
1493
- msgid "New window"
1494
  msgstr ""
1495
 
1496
- #: modules/sharedaddy/sharing.php:325
1497
- msgid "Same window"
1498
  msgstr ""
1499
 
1500
- #: modules/sharedaddy/sharing.php:363
1501
- msgid "Service name"
 
 
 
 
 
1502
  msgstr ""
1503
 
1504
- #: modules/sharedaddy/sharing.php:369
1505
- msgid "Sharing URL"
1506
- msgstr ""
1507
 
1508
- #: modules/sharedaddy/sharing.php:373
1509
- msgid "You can add the following variables to your service sharing URL:"
 
 
 
 
1510
  msgstr ""
1511
 
1512
- #: modules/sharedaddy/sharing.php:378
1513
- msgid "Icon URL"
1514
  msgstr ""
1515
 
1516
- #: modules/sharedaddy/sharing.php:381
1517
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
1518
  msgstr ""
1519
 
1520
- #: modules/sharedaddy/sharing-sources.php:605
1521
- msgid "Click to share on LinkedIn"
 
 
 
 
1522
  msgstr ""
1523
 
1524
- #: modules/sharedaddy/sharing-sources.php:668
1525
- msgid "Facebook"
1526
  msgstr ""
1527
 
1528
- #: modules/sharedaddy/sharing-sources.php:744
1529
- msgctxt "share to"
1530
- msgid "Facebook"
 
1531
  msgstr ""
1532
 
1533
- #: modules/sharedaddy/sharing-sources.php:744
1534
- msgid "Share on Facebook"
1535
  msgstr ""
1536
 
1537
- #: modules/sharedaddy/sharing-sources.php:775
1538
- msgid "Print"
1539
- msgstr "Отпечатване"
1540
 
1541
- #: modules/sharedaddy/sharing-sources.php:779
1542
- msgctxt "share to"
1543
- msgid "Print"
1544
  msgstr ""
1545
 
1546
- #: modules/sharedaddy/sharing-sources.php:779
1547
- msgid "Click to print"
1548
  msgstr ""
1549
 
1550
- #: modules/sharedaddy/sharing-sources.php:795
1551
- msgid "Press This"
1552
- msgstr "Натисни ме"
1553
 
1554
- #: modules/sharedaddy/sharing-sources.php:823
1555
- msgctxt "share to"
1556
- msgid "Press This"
 
 
 
 
 
 
 
 
 
 
 
 
1557
  msgstr ""
1558
 
1559
- #: modules/sharedaddy/sharing-sources.php:823
1560
- msgid "Click to Press This!"
 
 
 
 
 
1561
  msgstr ""
1562
 
1563
- #: modules/sharedaddy/sharing-sources.php:841
1564
- msgid "Google"
1565
  msgstr ""
1566
 
1567
- #: modules/sharedaddy/sharing-sources.php:854
1568
- msgctxt "share to"
1569
- msgid "Google"
1570
  msgstr ""
1571
 
1572
- #: modules/sharedaddy/sharing-sources.php:854
1573
- msgid "Click to share on Google+"
1574
  msgstr ""
1575
 
1576
- #: modules/sharedaddy/sharing-sources.php:941
1577
- msgid "Click to share"
1578
  msgstr ""
1579
 
1580
- #: modules/sharedaddy/sharing-sources.php:996
1581
- msgid "URL"
1582
- msgstr "Адрес"
 
 
1583
 
1584
- #: modules/sharedaddy/sharing-sources.php:1001
1585
- msgid "Icon"
1586
  msgstr ""
1587
 
1588
- #: modules/sharedaddy/sharing-sources.php:1008
1589
- msgid "Save"
1590
- msgstr "Запис"
1591
-
1592
- #: modules/sharedaddy/sharing-sources.php:1009
1593
- msgid "Remove Service"
1594
  msgstr ""
1595
 
1596
- #: modules/sharedaddy/sharing-sources.php:1088
1597
- msgid "Tumblr"
1598
- msgstr "Tumblr"
1599
 
1600
- #: modules/sharedaddy/sharing-sources.php:1099
1601
- msgctxt "share to"
1602
- msgid "Tumblr"
1603
  msgstr ""
1604
 
1605
- #: modules/sharedaddy/sharing-sources.php:1099
1606
- msgid "Click to share on Tumblr"
1607
  msgstr ""
1608
 
1609
- #: modules/sharedaddy/sharing-sources.php:1135
1610
- msgid "Pinterest"
1611
  msgstr ""
1612
 
1613
- #: modules/sharedaddy/sharing-sources.php:1179
1614
- msgid "Pin It"
 
 
 
 
 
 
1615
  msgstr ""
1616
 
1617
- #: modules/sharedaddy/sharing-sources.php:1181
1618
- msgctxt "share to"
1619
- msgid "Pinterest"
1620
  msgstr ""
1621
 
1622
- #: modules/sharedaddy/sharing-sources.php:1181
1623
- msgid "Click to share on Pinterest"
1624
  msgstr ""
1625
 
1626
- #: modules/sharedaddy/sharing-sources.php:1252
1627
- #: modules/sharedaddy/sharing-sources.php:1270
1628
- msgid "Pocket"
1629
  msgstr ""
1630
 
1631
- #: modules/sharedaddy/sharing-sources.php:1275
1632
- msgctxt "share to"
1633
- msgid "Pocket"
1634
  msgstr ""
1635
 
1636
- #: modules/sharedaddy/sharing-service.php:553
1637
- #: modules/videopress/videopress.php:635
1638
- msgid "Share"
1639
  msgstr ""
1640
 
1641
- #: modules/sharedaddy/sharing-sources.php:208
1642
- msgctxt "as sharing source"
1643
- msgid "Email"
 
1644
  msgstr ""
1645
 
1646
- #: modules/sharedaddy/sharing-sources.php:250
1647
- msgid "This post has been shared!"
1648
  msgstr ""
1649
 
1650
- #: modules/sharedaddy/sharing-sources.php:251
1651
- msgid "You have shared this post with %s"
1652
  msgstr ""
1653
 
1654
- #: modules/sharedaddy/sharing-sources.php:252
1655
- #: modules/videopress/videopress.php:676
1656
- msgid "Close"
1657
- msgstr "Затваряне"
1658
 
1659
- #: modules/sharedaddy/sharing-sources.php:274
1660
- msgctxt "share to"
1661
- msgid "Email"
1662
  msgstr ""
1663
 
1664
- #: modules/sharedaddy/sharing-sources.php:274
1665
- msgid "Click to email this to a friend"
1666
  msgstr ""
1667
 
1668
- #: modules/sharedaddy/sharing-sources.php:287
1669
- msgid "Send to Email Address"
1670
  msgstr ""
1671
 
1672
- #: modules/sharedaddy/sharing-sources.php:295
1673
- msgid "Your Name"
1674
  msgstr ""
1675
 
1676
- #: modules/sharedaddy/sharing-sources.php:298
1677
- msgid "Your Email Address"
1678
  msgstr ""
1679
 
1680
- #: modules/sharedaddy/sharing-sources.php:306
1681
- msgid "Send Email"
1682
  msgstr ""
1683
 
1684
- #: modules/sharedaddy/sharing-sources.php:310
1685
- msgid "Post was not sent - check your email addresses!"
1686
  msgstr ""
1687
 
1688
- #: modules/sharedaddy/sharing-sources.php:314
1689
- msgid "Email check failed, please try again"
1690
  msgstr ""
1691
 
1692
- #: modules/sharedaddy/sharing-sources.php:318
1693
- msgid "Sorry, your blog cannot share posts by email."
 
 
 
 
 
 
 
 
 
 
1694
  msgstr ""
1695
 
1696
- #: modules/sharedaddy/sharing-sources.php:341
1697
- msgid "Twitter"
1698
  msgstr ""
1699
 
1700
- #: modules/sharedaddy/sharing-sources.php:388
1701
- msgctxt "share to"
1702
- msgid "Twitter"
1703
  msgstr ""
1704
 
1705
- #: modules/sharedaddy/sharing-sources.php:388
1706
- msgid "Click to share on Twitter"
1707
  msgstr ""
1708
 
1709
- #: modules/sharedaddy/sharing-sources.php:463
1710
- msgid "StumbleUpon"
1711
  msgstr ""
1712
 
1713
- #: modules/sharedaddy/sharing-sources.php:474
1714
- msgctxt "share to"
1715
- msgid "StumbleUpon"
1716
  msgstr ""
1717
 
1718
- #: modules/sharedaddy/sharing-sources.php:474
1719
- msgid "Click to share on StumbleUpon"
 
 
 
 
 
1720
  msgstr ""
1721
 
1722
- #: modules/sharedaddy/sharing-sources.php:501
1723
- msgid "Reddit"
1724
  msgstr ""
1725
 
1726
- #: modules/sharedaddy/sharing-sources.php:508
1727
- msgctxt "share to"
1728
- msgid "Reddit"
 
 
 
 
 
 
 
1729
  msgstr ""
1730
 
1731
- #: modules/sharedaddy/sharing-sources.php:508
1732
- msgid "Click to share on Reddit"
1733
  msgstr ""
1734
 
1735
- #: modules/sharedaddy/sharing-sources.php:535
1736
- msgid "Digg"
1737
  msgstr ""
1738
 
1739
- #: modules/sharedaddy/sharing-sources.php:544
1740
- #: modules/sharedaddy/sharing-sources.php:547
1741
- msgid "Click to Digg this post"
1742
  msgstr ""
1743
 
1744
- #: modules/sharedaddy/sharing-sources.php:547
1745
- msgctxt "share to"
1746
- msgid "Digg"
1747
  msgstr ""
1748
 
1749
- #: modules/sharedaddy/sharing-sources.php:591
1750
- msgid "LinkedIn"
1751
  msgstr ""
1752
 
1753
- #: modules/sharedaddy/sharing-sources.php:605
1754
- msgctxt "share to"
1755
- msgid "LinkedIn"
1756
  msgstr ""
1757
 
1758
- #: modules/publicize/ui.php:245
1759
- msgid "Make this connection available to all users of this blog?"
1760
  msgstr ""
1761
 
1762
- #: modules/publicize/ui.php:253
1763
- msgid "There was a problem connecting to %s. Please disconnect and try again."
1764
  msgstr ""
1765
 
1766
- #: modules/publicize/ui.php:427
1767
- msgid "Before you hit Publish, please refresh the following connection(s) to make sure we can Publicize your post:"
1768
  msgstr ""
1769
 
1770
- #: modules/publicize/ui.php:515
1771
- msgid "Publicize:"
1772
  msgstr ""
1773
 
1774
- #: modules/publicize/ui.php:595
1775
- msgctxt "Service: Account connected as"
1776
- msgid "%1$s: %2$s"
1777
  msgstr ""
1778
 
1779
- #: modules/publicize/ui.php:630
1780
- msgid "Custom Message:"
1781
  msgstr ""
1782
 
1783
- #: modules/publicize/ui.php:635 modules/publicize/ui.php:664
1784
- #: modules/publicize/ui.php:666
1785
- msgid "Hide"
1786
- msgstr "Скриване"
1787
 
1788
- #: modules/publicize/ui.php:644
1789
- msgid "Not Connected"
1790
  msgstr ""
1791
 
1792
- #: modules/publicize/ui.php:651
1793
- msgid "Connect to"
 
1794
  msgstr ""
1795
 
1796
- #: modules/publicize/ui.php:656
1797
- msgid "Connect and share your posts on %s"
1798
  msgstr ""
1799
 
1800
- #: modules/publicize/ui.php:679
1801
- msgid "Show"
1802
- msgstr "Показване"
1803
 
1804
- #: modules/publicize.php:111
1805
- msgctxt "word count: words or characters?"
1806
- msgid "words"
1807
- msgstr "думи"
1808
 
1809
- #: modules/related-posts/jetpack-related-posts.php:87
1810
- msgid "Related posts"
1811
  msgstr ""
1812
 
1813
- #: modules/related-posts/jetpack-related-posts.php:134
1814
- #: modules/related-posts/jetpack-related-posts.php:284
1815
- msgid "Related"
1816
  msgstr ""
1817
 
1818
- #: modules/related-posts/jetpack-related-posts.php:237
1819
- msgid "Show a \"Related\" header to more clearly separate the related section from posts"
1820
  msgstr ""
1821
 
1822
- #: modules/related-posts/jetpack-related-posts.php:239
1823
- msgid "Show thumbnails for related posts when available"
1824
  msgstr ""
1825
 
1826
- #: modules/related-posts/jetpack-related-posts.php:240
1827
- msgid "Preview:"
1828
  msgstr ""
1829
 
1830
- #: modules/related-posts/jetpack-related-posts.php:267
1831
- msgid "Hide related content after posts"
 
 
 
 
1832
  msgstr ""
1833
 
1834
- #: modules/related-posts/jetpack-related-posts.php:269
1835
- msgid "Show related content after posts"
1836
  msgstr ""
1837
 
1838
- #: modules/related-posts/jetpack-related-posts.php:734
1839
- #: modules/related-posts/jetpack-related-posts.php:746
1840
- msgctxt "in {category/tag name}"
1841
- msgid "In \"%s\""
1842
  msgstr ""
1843
 
1844
- #: modules/related-posts/jetpack-related-posts.php:756
1845
- msgid "With 1 comment"
1846
- msgid_plural "With %s comments"
1847
- msgstr[0] ""
1848
- msgstr[1] ""
1849
 
1850
- #: modules/sharedaddy/sharedaddy.php:14
1851
- msgid "%1$s (%2$s) thinks you may be interested in the following post:"
 
1852
  msgstr ""
1853
 
1854
- #: modules/sharedaddy/sharedaddy.php:21
1855
- msgid "Shared Post"
1856
- msgstr ""
1857
 
1858
- #: modules/sharedaddy/sharedaddy.php:117
1859
- msgid "Disable CSS and JS"
1860
  msgstr ""
1861
 
1862
- #: modules/sharedaddy/sharedaddy.php:119
1863
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1864
  msgstr ""
1865
 
1866
- #: modules/sharedaddy/sharing-service.php:12
1867
- msgid "Share this:"
1868
  msgstr ""
1869
 
1870
- #: modules/sharedaddy/sharing-service.php:551
1871
- #: modules/sharedaddy/sharing.php:250 modules/sharedaddy/sharing.php:283
1872
- msgid "More"
1873
- msgstr "Още"
1874
-
1875
- #: modules/post-by-email.php:198 modules/post-by-email.php:207
1876
- msgid "Unable to regenerate your Post By Email address. Please try again later."
1877
  msgstr ""
1878
 
1879
- #: modules/post-by-email.php:226 modules/post-by-email.php:235
1880
- msgid "Unable to disable your Post By Email address. Please try again later."
1881
  msgstr ""
1882
 
1883
- #: modules/publicize/enhanced-open-graph.php:108
1884
- msgid "Video on %s"
 
 
1885
  msgstr ""
1886
 
1887
- #: modules/publicize/publicize-jetpack.php:63
1888
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
1889
  msgstr ""
1890
 
1891
- #: modules/publicize/publicize-jetpack.php:180
1892
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
1893
  msgstr ""
1894
 
1895
- #: modules/publicize/publicize-jetpack.php:186
1896
- msgid "An invalid request was made. This normally means that something intercepted or corrupted the request from your server to the Jetpack Server. Try again and see if it works this time."
 
 
 
1897
  msgstr ""
1898
 
1899
- #: modules/publicize/publicize-jetpack.php:189
1900
- msgid "We could not verify that your server is making an authorized request. Please try again, and make sure there is nothing interfering with requests from your server to the Jetpack Server."
1901
- msgstr ""
1902
 
1903
- #: modules/publicize/publicize-jetpack.php:192
1904
- msgid "No blog_id was included in your request. Please try disconnecting Jetpack from WordPress.com and then reconnecting it. Once you have done that, try connecting Publicize again."
 
1905
  msgstr ""
1906
 
1907
- #: modules/publicize/publicize-jetpack.php:195
1908
- msgid "No user information was included in your request. Please make sure that your user account has connected to Jetpack. Connect your user account by going to the <a href=\"%s\">Jetpack page</a> within wp-admin."
1909
  msgstr ""
1910
 
1911
- #: modules/publicize/publicize-jetpack.php:198
1912
- msgid "Something which should never happen, happened. Sorry about that. If you try again, maybe it will work."
1913
  msgstr ""
1914
 
1915
- #: modules/publicize/publicize-jetpack.php:202
1916
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
1917
  msgstr ""
1918
 
1919
- #: modules/publicize/publicize-jetpack.php:211
1920
- msgid "Error code: %s"
1921
  msgstr ""
1922
 
1923
- #: modules/publicize/publicize-jetpack.php:220
1924
- msgid "That connection has been removed."
1925
  msgstr ""
1926
 
1927
- #: modules/publicize/publicize-jetpack.php:351
1928
- msgctxt "Refresh connection with {social media service}"
1929
- msgid "Refresh connection with %s"
1930
- msgstr ""
1931
 
1932
- #: modules/publicize/publicize-jetpack.php:425
1933
- #: modules/publicize/publicize-jetpack.php:442
1934
- #: modules/publicize/publicize-jetpack.php:565
1935
- msgid "Publicize to my %s:"
1936
  msgstr ""
1937
 
1938
- #: modules/publicize/publicize-jetpack.php:426
1939
- msgid "Facebook Wall"
1940
  msgstr ""
1941
 
1942
- #: modules/publicize/publicize-jetpack.php:443
1943
- msgid "Facebook Page"
 
 
1944
  msgstr ""
1945
 
1946
- #: modules/publicize/publicize-jetpack.php:566
1947
- msgid "Tumblr blog"
1948
  msgstr ""
1949
 
1950
- #: modules/publicize/publicize.php:373
1951
- msgid "This connection is working correctly."
1952
  msgstr ""
1953
 
1954
- #: modules/publicize/ui.php:76
1955
- msgid "You have successfully connected your blog with your %s account."
 
 
 
1956
  msgstr ""
1957
 
1958
- #: modules/publicize/ui.php:82
1959
- msgid "You have chosen not to connect your blog. Please click 'accept' when prompted if you wish to connect your accounts."
1960
  msgstr ""
1961
 
1962
- #: modules/publicize/ui.php:103
1963
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
1964
  msgstr ""
1965
 
1966
- #: modules/publicize/ui.php:104
1967
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
1968
  msgstr ""
1969
 
1970
- #: modules/publicize/ui.php:169
1971
- msgid "Connected as:"
1972
  msgstr ""
1973
 
1974
- #: modules/publicize/ui.php:179
1975
- msgid "Shared"
1976
  msgstr ""
1977
 
1978
- #: modules/publicize/ui.php:205 modules/theme-tools/social-links.php:81
1979
- msgid "Connect"
1980
  msgstr ""
1981
 
1982
- #: modules/publicize/ui.php:223
1983
- msgid "Are you sure you want to stop Publicizing posts to this connection?"
1984
  msgstr ""
1985
 
1986
- #: modules/omnisearch/omnisearch-core.php:85
1987
- msgid "search everything"
1988
  msgstr ""
1989
 
1990
- #: modules/omnisearch/omnisearch-core.php:95
1991
- msgid "Results:"
1992
  msgstr ""
1993
 
1994
- #: modules/omnisearch/omnisearch-core.php:96
1995
- msgid "Jump to:"
1996
  msgstr ""
1997
 
1998
- #: modules/omnisearch/omnisearch-core.php:107
1999
- msgid "Back to Top &uarr;"
2000
  msgstr ""
2001
 
2002
- #: modules/omnisearch/omnisearch-core.php:154
2003
- msgid "Search Everything"
2004
  msgstr ""
2005
 
2006
- #: modules/omnisearch/omnisearch-media.php:16
2007
- msgid "Search Media"
2008
- msgstr "Търсене"
2009
-
2010
- #: modules/omnisearch/omnisearch-media.php:17
2011
- #: modules/omnisearch/omnisearch-media.php:28
2012
- msgid "Media"
2013
- msgstr "Файлове"
2014
-
2015
- #: modules/omnisearch/omnisearch-plugins.php:20
2016
- msgid "Search Plugins"
2017
- msgstr "Търсене на разширения"
2018
-
2019
- #: modules/omnisearch/omnisearch-plugins.php:21
2020
- #: modules/omnisearch/omnisearch-plugins.php:26
2021
- msgid "Plugins"
2022
- msgstr "Разширения"
2023
-
2024
- #: modules/omnisearch/omnisearch-plugins.php:23
2025
- msgid "Loading &hellip;"
2026
  msgstr ""
2027
 
2028
- #: modules/omnisearch/omnisearch-posts.php:44
2029
- #: modules/widgets/facebook-likebox.php:124
2030
- #: modules/widgets/gravatar-profile.php:177
2031
- msgid "Title"
2032
- msgstr "Заглавие"
2033
-
2034
- #: modules/omnisearch/omnisearch-posts.php:45
2035
- msgid "Snippet"
2036
  msgstr ""
2037
 
2038
- #: modules/omnisearch/omnisearch-posts.php:75
2039
- msgid "Unpublished"
2040
- msgstr "Непубликувана"
2041
-
2042
- #: modules/omnisearch/omnisearch-posts.php:78
2043
- msgid "Y/m/d g:i:s A"
2044
- msgstr "d.m.Y G:i:s"
2045
-
2046
- #: modules/omnisearch/omnisearch-posts.php:85
2047
- msgid "%s ago"
2048
- msgstr "преди %s"
2049
-
2050
- #: modules/omnisearch/omnisearch-posts.php:87
2051
- msgid "Y/m/d"
2052
- msgstr "d.m.Y"
2053
-
2054
- #: modules/omnisearch/omnisearch-posts.php:93
2055
- msgid "Published"
2056
- msgstr "Публична"
2057
 
2058
- #: modules/omnisearch/omnisearch-posts.php:96
2059
- msgid "Missed schedule"
2060
- msgstr "Пропуснато планирано публикуване"
2061
 
2062
- #: modules/omnisearch/omnisearch-posts.php:98
2063
- msgid "Scheduled"
2064
- msgstr "Планирана"
2065
 
2066
- #: modules/omnisearch/omnisearch-posts.php:100
2067
- msgid "Last Modified"
2068
- msgstr "Последна промяна"
2069
 
2070
- #: modules/post-by-email.php:95 modules/subscriptions.php:635
2071
- msgid "Email Address"
2072
- msgstr "E-mail адрес"
2073
 
2074
- #: modules/post-by-email.php:110
2075
- msgid "Enable Post By Email"
2076
  msgstr ""
2077
 
2078
- #: modules/post-by-email.php:114
2079
- #: modules/videopress/class.videopress-player.php:283
2080
- msgid "More information"
 
 
 
2081
  msgstr ""
2082
 
2083
- #: modules/post-by-email.php:117
2084
- msgid "Regenerate Address"
2085
  msgstr ""
2086
 
2087
- #: modules/post-by-email.php:118
2088
- msgid "Disable Post By Email"
2089
  msgstr ""
2090
 
2091
- #: modules/post-by-email.php:126
2092
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
 
 
 
 
2093
  msgstr ""
2094
 
2095
- #: modules/post-by-email.php:129 modules/publicize/publicize-jetpack.php:66
2096
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
 
 
 
2097
  msgstr ""
2098
 
2099
- #: modules/post-by-email.php:170 modules/post-by-email.php:179
2100
- msgid "Unable to create your Post By Email address. Please try again later."
2101
  msgstr ""
2102
 
2103
- #: modules/module-info.php:794
2104
- msgid "More information on using Google+ Profile."
2105
  msgstr ""
2106
 
2107
- #: modules/module-info.php:810 modules/omnisearch/omnisearch-core.php:59
2108
- #: modules/omnisearch/omnisearch-core.php:64
2109
- #: modules/omnisearch/omnisearch-core.php:85
2110
- msgid "Omnisearch"
2111
  msgstr ""
2112
 
2113
- #: modules/module-info.php:812
2114
- msgid "Search once, get results from everything! Currently supports searching posts, pages, comments, media, and plugins."
 
2115
  msgstr ""
2116
 
2117
- #: modules/module-info.php:814
2118
- msgid "Omnisearch plays nice with other plugins by letting other providers offer results as well."
 
2119
  msgstr ""
2120
 
2121
- #: modules/module-info.php:833
2122
- msgid "Widget Visibility"
2123
  msgstr ""
2124
 
2125
- #: modules/module-info.php:835
2126
- msgid "Control which pages your widgets appear on with Widget Visibility."
2127
  msgstr ""
2128
 
2129
- #: modules/module-info.php:836
2130
- msgid "To control visibility, expand the widget and click the Visibility button next to the Save button, and then, choose a set of visibility options."
2131
  msgstr ""
2132
 
2133
- #: modules/module-info.php:837
2134
- msgid "For example, if you wanted the Archives widget to only appear on category archives and error pages, choose \"Show\" from the first dropdown and then add two rules: \"Page is 404 Error Page\" and \"Category is All Category Pages.\""
2135
  msgstr ""
2136
 
2137
- #: modules/module-info.php:838
2138
- msgid "You can also hide widgets based on the current page. For example, if you don't want the Archives widget to appear on search results pages, choose \"Hide\" and \"Page is Search results.\""
2139
  msgstr ""
2140
 
2141
- #: modules/module-info.php:853 modules/videopress/videopress.php:330
2142
- msgid "VideoPress"
2143
  msgstr ""
2144
 
2145
- #: modules/module-info.php:854
2146
- msgid "With the VideoPress module you can easily upload videos to your WordPress site and embed them in your posts and pages. This module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
2147
  msgstr ""
2148
 
2149
- #: modules/module-info.php:867
2150
- msgid "Single Sign On"
2151
  msgstr ""
2152
 
2153
- #: modules/module-info.php:869
2154
- msgid "With WordPress.com Single Sign On, your users will be able to log in to or register for your WordPress site with the same credentials they use on WordPress.com. It's safe and secure."
 
2155
  msgstr ""
2156
 
2157
- #: modules/module-info.php:870
2158
- msgid "Once enabled, a \"Log in with WordPress.com\" option will be added to your existing log in form."
2159
  msgstr ""
2160
 
2161
- #: modules/module-info.php:885
2162
- msgid "Monitor"
2163
  msgstr ""
2164
 
2165
- #: modules/module-info.php:887
2166
- msgid "Nobody likes downtime, and that's why Jetpack Monitor is on the job, keeping tabs on your site. As soon as any downtime is detected, you will receive an email notification alerting you to the issue. That way you can act quickly, to get your site back online again!"
2167
  msgstr ""
2168
 
2169
- #: modules/module-info.php:889
2170
- msgid "We’ll also let you know as soon as your site is up and running, so you can keep an eye on total downtime."
2171
  msgstr ""
2172
 
2173
- #: modules/module-info.php:920 modules/module-info.php:921
2174
- msgid "Related Posts"
2175
  msgstr ""
2176
 
2177
- #: modules/module-info.php:922
2178
- msgid "\"Related Posts\" shows additional relevant links from your site under your posts. If the feature is enabled, links appear underneath your Sharing Buttons and WordPress.com Likes (if you’ve turned these on)."
2179
  msgstr ""
2180
 
2181
- #: modules/module-info.php:923
2182
- msgid "More information on using Related Posts."
2183
  msgstr ""
2184
 
2185
- #: modules/module-info.php:924
2186
- msgid "This feature uses the WordPress.com infrastructure and requires that your public content be mirrored there. If you see intermittent issues only effecting certain posts, request a reindex of your posts."
2187
  msgstr ""
2188
 
2189
- #: modules/module-info.php:940
2190
- msgid "Markdown lets you compose posts and comments with links, lists, and other styles using regular characters and punctuation marks. Markdown is used by writers and bloggers who want a quick and easy way to write rich text, without having to take their hands off the keyboard, and without learning a lot of complicated codes and shortcuts."
2191
  msgstr ""
2192
 
2193
- #: modules/monitor.php:75
2194
- msgid "Receive Monitor Email Notifications."
2195
  msgstr ""
2196
 
2197
- #: modules/monitor.php:77
2198
- msgid "Emails will be sent to %s (<a href=\"%s\">Edit</a>)"
2199
  msgstr ""
2200
 
2201
- #: modules/monitor.php:84 modules/sso.php:806
2202
- msgid "This profile is not currently linked to a WordPress.com Profile."
2203
  msgstr ""
2204
 
2205
- #: modules/omnisearch/omnisearch-comments.php:17
2206
- msgid "Search Comments"
2207
- msgstr "Търсене в коментарите"
2208
-
2209
- #: modules/omnisearch/omnisearch-comments.php:18
2210
- #: modules/omnisearch/omnisearch-comments.php:27
2211
- #: modules/widgets/rsslinks-widget.php:68
2212
- #: modules/widgets/rsslinks-widget.php:136
2213
- msgid "Comments"
2214
- msgstr "Коментари"
2215
-
2216
- #: modules/module-info.php:589 modules/module-info.php:592
2217
- msgid "Mobile Theme"
2218
  msgstr ""
2219
 
2220
- #: modules/module-info.php:593
2221
- 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."
2222
  msgstr ""
2223
 
2224
- #: modules/module-info.php:594
2225
- 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."
2226
  msgstr ""
2227
 
2228
- #: modules/module-info.php:595
2229
- 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."
 
2230
  msgstr ""
2231
 
2232
- #: modules/module-info.php:611 modules/module-info.php:614
2233
- msgid "Mobile Push Notifications"
2234
  msgstr ""
2235
 
2236
- #: modules/module-info.php:616
2237
- msgid "If you use <a href=\"%1$s\">WordPress for iOS</a> or <a href=\"%2$s\">WordPress for Android</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."
2238
  msgstr ""
2239
 
2240
- #: modules/module-info.php:634
2241
- msgid "If you are a theme author, you can learn about adding support for Infinite Scroll at <a href=\"%1$s\">%1$s</a>."
2242
  msgstr ""
2243
 
2244
- #: modules/module-info.php:637
2245
- msgid "Infinite Scroll"
2246
  msgstr ""
2247
 
2248
- #: modules/module-info.php:640
2249
- msgid "When you write great content, all you really want is people to find it, right?"
2250
  msgstr ""
2251
 
2252
- #: modules/module-info.php:642
2253
- 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."
2254
  msgstr ""
2255
 
2256
- #: modules/module-info.php:645
2257
- 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."
2258
  msgstr ""
2259
 
2260
- #: modules/module-info.php:647
2261
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
2262
  msgstr ""
2263
 
2264
- #: modules/module-info.php:657
2265
- 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."
2266
  msgstr ""
2267
 
2268
- #: modules/module-info.php:681 modules/module-info.php:684
2269
- #: modules/post-by-email.php:92
2270
- msgid "Post by Email"
2271
  msgstr ""
2272
 
2273
- #: modules/module-info.php:686
2274
- 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."
2275
  msgstr ""
2276
 
2277
- #: modules/module-info.php:690
2278
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
2279
  msgstr ""
2280
 
2281
- #: modules/module-info.php:694
2282
- msgid "More information on sending emails, attachments, and customizing your posts."
2283
- msgstr ""
2284
 
2285
- #: modules/module-info.php:714
2286
- msgid "Photon"
2287
  msgstr ""
2288
 
2289
- #: modules/module-info.php:716
2290
- msgid "Give your site a boost by loading images in posts 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."
2291
  msgstr ""
2292
 
2293
- #: modules/module-info.php:735 modules/module-info.php:738
2294
- #: modules/tiled-gallery/tiled-gallery.php:343
2295
- msgid "Tiled Galleries"
2296
- msgstr ""
2297
 
2298
- #: modules/module-info.php:741
2299
- msgid "Create elegant magazine-style mosaic layouts for your photos without having to use an external graphic editor."
2300
  msgstr ""
2301
 
2302
- #: modules/module-info.php:742
2303
- msgid "When adding a gallery to your post, you now have the option to select a layout style for your images. We've added support for Rectangular, Square, and Circular galleries. By default, galleries will continue to display using the standard thumbnail grid layout. To make the rectangular layout the default for all of your site's galleries, head over to <a href=\"%s\">Settings &rarr; Media</a> and check the box next to \"Display all your gallery pictures in a cool mosaic.\""
 
2304
  msgstr ""
2305
 
2306
- #: modules/module-info.php:743
2307
- msgid "Note: Images in tiled galleries require extra-special processing, so they will be served from WordPress.com's CDN even if the Photon module is disabled."
2308
  msgstr ""
2309
 
2310
- #: modules/module-info.php:765
2311
- msgid "Likes allow your readers to show their appreciation for your posts and other published content using their WordPress.com accounts. Your readers will then be able to review their liked posts from WordPress.com."
 
2312
  msgstr ""
2313
 
2314
- #: modules/module-info.php:766
2315
- msgid "Displayed below your posts will be how many people have liked your posts and the Gravatars of those who have liked them."
2316
  msgstr ""
2317
 
2318
- #: modules/module-info.php:768
2319
- msgid "More information on using Likes."
2320
  msgstr ""
2321
 
2322
- #: modules/module-info.php:791
2323
- msgid "The Google+ profile module allows you to connect your blog and Google+ accounts."
2324
  msgstr ""
2325
 
2326
- #: modules/module-info.php:792
2327
- msgid "Displayed below your posts will be a link back to your Google+ profile and a Google+ follow button. A link will also be added to your Google+ profile."
2328
  msgstr ""
2329
 
2330
- #: modules/module-info.php:408
2331
- msgid "shows your Facebook Like Box within a sidebar on your theme."
 
 
 
 
2332
  msgstr ""
2333
 
2334
- #: modules/module-info.php:409
2335
- msgid "The Image Widget"
2336
  msgstr ""
2337
 
2338
- #: modules/module-info.php:409
2339
- msgid "lets you easily add images to a sidebar on your theme."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2340
  msgstr ""
2341
 
2342
- #: modules/module-info.php:411
2343
- msgid "Each of these widgets has a number of customization options."
 
 
2344
  msgstr ""
2345
 
2346
- #: modules/module-info.php:411
2347
- msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
 
 
 
 
2348
  msgstr ""
2349
 
2350
- #: modules/module-info.php:424
2351
- msgid "Subsriptions Screenshot"
2352
  msgstr ""
2353
 
2354
- #: modules/module-info.php:427
2355
- msgid "Subscriptions"
2356
- msgstr "Абонаменти"
 
 
 
 
 
 
 
 
 
 
 
2357
 
2358
- #: modules/module-info.php:429
2359
- 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."
2360
- msgstr ""
2361
 
2362
- #: modules/module-info.php:430
2363
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
2364
- msgstr ""
2365
 
2366
- #: modules/module-info.php:435
2367
- 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."
2368
- msgstr ""
2369
 
2370
- #: modules/module-info.php:436
2371
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
2372
- msgstr ""
2373
 
2374
- #: modules/module-info.php:449
2375
- msgid "Enhanced Distribution"
2376
- msgstr ""
2377
 
2378
- #: modules/module-info.php:451
2379
- 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."
2380
- msgstr ""
 
2381
 
2382
- #: modules/module-info.php:466
2383
- msgid "JSON API"
2384
- msgstr ""
 
2385
 
2386
- #: modules/module-info.php:468
2387
- 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."
2388
- msgstr ""
2389
 
2390
- #: modules/module-info.php:470
2391
- 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."
2392
- msgstr ""
2393
 
2394
- #: modules/module-info.php:498
2395
- 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."
2396
  msgstr ""
2397
 
2398
- #: modules/module-info.php:501
2399
- 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."
2400
  msgstr ""
2401
 
2402
- #: modules/module-info.php:518
2403
- msgid "Jetpack Comments Screenshot"
 
2404
  msgstr ""
2405
 
2406
- #: modules/module-info.php:523
2407
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
2408
  msgstr ""
2409
 
2410
- #: modules/module-info.php:528
2411
- 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."
2412
  msgstr ""
2413
 
2414
- #: modules/module-info.php:549
2415
- msgid "Gallery Carousel Screenshot"
2416
  msgstr ""
2417
 
2418
- #: modules/module-info.php:552 modules/widgets/gallery.php:334
2419
- msgid "Carousel"
2420
- msgstr ""
2421
 
2422
- #: modules/module-info.php:554
2423
- 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."
2424
- msgstr ""
2425
 
2426
- #: modules/module-info.php:567 modules/module-info.php:570
2427
- msgid "Custom CSS"
2428
- msgstr ""
2429
 
2430
- #: modules/module-info.php:571
2431
- 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."
2432
- msgstr ""
2433
 
2434
- #: modules/module-info.php:572
2435
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
2436
  msgstr ""
2437
 
2438
- #: modules/module-info.php:285
2439
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
2440
- msgstr ""
2441
 
2442
- #: modules/module-info.php:286
2443
- msgid "Wow, that sounds nerdy."
2444
- msgstr ""
2445
 
2446
- #: modules/module-info.php:300
2447
- 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."
2448
- msgstr ""
2449
 
2450
- #: modules/module-info.php:319
2451
- 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."
2452
- msgstr ""
2453
 
2454
- #: modules/module-info.php:323
2455
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
2456
- msgstr ""
2457
 
2458
- #: modules/module-info.php:325
2459
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
2460
  msgstr ""
2461
 
2462
- #: modules/module-info.php:329
2463
- msgid "Additionally you can define your own custom services."
2464
  msgstr ""
2465
 
2466
- #: modules/module-info.php:344
2467
- msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
2468
- msgstr ""
2469
 
2470
- #: modules/module-info.php:345
2471
- 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."
2472
- msgstr ""
2473
 
2474
- #: modules/module-info.php:351
2475
- 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!"
2476
- msgstr ""
2477
 
2478
- #: modules/module-info.php:366 modules/module-info.php:370
2479
- msgid "Spelling and Grammar"
2480
  msgstr ""
2481
 
2482
- #: modules/module-info.php:372
2483
- 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."
2484
- msgstr ""
 
 
 
2485
 
2486
- #: modules/module-info.php:373
2487
- msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
2488
  msgstr ""
2489
 
2490
- #: modules/module-info.php:387 modules/module-info.php:401
2491
- msgid "Widgets Screenshot"
2492
  msgstr ""
2493
 
2494
- #: modules/module-info.php:390 modules/module-info.php:404
2495
- msgid "Extra Sidebar Widgets"
2496
  msgstr ""
2497
 
2498
- #: modules/module-info.php:392
2499
- msgid "The RSS Links Widget "
2500
  msgstr ""
2501
 
2502
- #: modules/module-info.php:392
2503
- 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."
2504
  msgstr ""
2505
 
2506
- #: modules/module-info.php:393
2507
- msgid "The Twitter Widget "
2508
  msgstr ""
2509
 
2510
- #: modules/module-info.php:393
2511
- 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."
2512
  msgstr ""
2513
 
2514
- #: modules/module-info.php:393
2515
- msgid "The Facebook Like Box Widget "
2516
  msgstr ""
2517
 
2518
- #: modules/module-info.php:393
2519
- 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."
2520
  msgstr ""
2521
 
2522
- #: modules/module-info.php:393
2523
- msgid "The Image Widget "
2524
  msgstr ""
2525
 
2526
- #: modules/module-info.php:393
2527
- 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."
2528
  msgstr ""
2529
 
2530
- #: modules/module-info.php:406
2531
- msgid "The RSS Links Widget"
 
2532
  msgstr ""
2533
 
2534
- #: modules/module-info.php:406
2535
- msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
2536
  msgstr ""
2537
 
2538
- #: modules/module-info.php:407
2539
- msgid "The Twitter Widget"
2540
  msgstr ""
2541
 
2542
- #: modules/module-info.php:407
2543
- msgid "shows your latest tweets within a sidebar on your theme."
 
2544
  msgstr ""
2545
 
2546
- #: modules/module-info.php:408
2547
- msgid "The Facebook Like Box Widget"
2548
  msgstr ""
2549
 
2550
  #: modules/module-info.php:53 modules/module-info.php:68
@@ -2584,2896 +2887,2677 @@ msgstr ""
2584
  msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
2585
  msgstr ""
2586
 
2587
- #: modules/module-info.php:132
2588
  msgid "Available shortcodes are: %l."
2589
  msgstr ""
2590
 
2591
- #: modules/module-info.php:147 modules/module-info.php:151
2592
- #: modules/module-info.php:161 modules/module-info.php:165
2593
  msgid "WP.me Shortlinks"
2594
  msgstr ""
2595
 
2596
- #: modules/module-info.php:152 modules/module-info.php:166
2597
  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."
2598
  msgstr ""
2599
 
2600
- #: modules/module-info.php:153
2601
  msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
2602
  msgstr ""
2603
 
2604
- #: modules/module-info.php:167
2605
  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."
2606
  msgstr ""
2607
 
2608
- #: modules/module-info.php:182 modules/module-info.php:186
2609
- #: modules/module-info.php:195 modules/module-info.php:199
2610
  msgid "WordPress.com Stats"
2611
  msgstr ""
2612
 
2613
- #: modules/module-info.php:187 modules/module-info.php:200
2614
  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."
2615
  msgstr ""
2616
 
2617
- #: modules/module-info.php:201
2618
  msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
2619
  msgstr ""
2620
 
2621
- #: modules/module-info.php:215 modules/module-info.php:219
2622
  #: modules/publicize/ui.php:95
2623
  msgid "Publicize"
2624
  msgstr "Разгласяване"
2625
 
2626
- #: modules/module-info.php:220
2627
  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."
2628
  msgstr ""
2629
 
2630
- #: modules/module-info.php:221
2631
  msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
2632
  msgstr ""
2633
 
2634
- #: modules/module-info.php:225
2635
  msgid "Manage your <a href=\"%s\">Publicize settings</a>."
2636
  msgstr ""
2637
 
2638
- #: modules/module-info.php:229 modules/publicize/ui.php:114
2639
  msgid "More information on using Publicize."
2640
  msgstr ""
2641
 
2642
- #: modules/module-info.php:245 modules/module-info.php:249
2643
- #: modules/module-info.php:258 modules/module-info.php:262
2644
- #: modules/monitor.php:70 modules/notes.php:160
2645
  msgid "Notifications"
2646
  msgstr ""
2647
 
2648
- #: modules/module-info.php:250 modules/module-info.php:263
2649
  msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
2650
  msgstr ""
2651
 
2652
- #: modules/module-info.php:264
2653
  msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
2654
  msgstr ""
2655
 
2656
- #: modules/module-info.php:279 modules/module-info.php:294
2657
  msgid "LaTeX"
2658
  msgstr ""
2659
 
2660
- #: modules/module-info.php:284 modules/module-info.php:299
2661
  msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
2662
  msgstr ""
2663
 
2664
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:94
2665
- msgid "Page %s"
2666
- msgstr "Страница %s"
2667
-
2668
- #: modules/minileven/theme/pub/minileven/index.php:23
2669
- msgid "Daily Archives: %s"
2670
- msgstr "Архив по дни: %s"
2671
-
2672
- #: modules/minileven/theme/pub/minileven/index.php:25
2673
- msgid "Monthly Archives: %s"
2674
- msgstr "Архив по месеци: %s"
2675
-
2676
- #: modules/minileven/theme/pub/minileven/index.php:27
2677
- msgid "Yearly Archives: %s"
2678
- msgstr "Архив по години: %s"
2679
-
2680
- #: modules/minileven/theme/pub/minileven/index.php:29
2681
- msgid "Posted in %s"
2682
- msgstr "Публикувано в %s"
2683
-
2684
- #: modules/minileven/theme/pub/minileven/index.php:31
2685
- msgid "Tagged with %s"
2686
  msgstr ""
2687
 
2688
- #: modules/minileven/theme/pub/minileven/index.php:33
2689
- msgid "Posted by"
2690
  msgstr ""
2691
 
2692
- #: modules/minileven/theme/pub/minileven/index.php:35
2693
- msgid "Blog Archives"
2694
- msgstr "Архиви"
2695
-
2696
- #: modules/minileven/theme/pub/minileven/index.php:43
2697
- msgid "Search Results for: %s"
2698
- msgstr "Резултати от търсене за: %s"
2699
-
2700
- #: modules/minileven/theme/pub/minileven/index.php:57
2701
- msgid "Nothing Found"
2702
- msgstr "Нищо не е открито"
2703
-
2704
- #: modules/minileven/theme/pub/minileven/index.php:61
2705
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
2706
  msgstr ""
2707
 
2708
- #: modules/minileven/theme/pub/minileven/searchform.php:9
2709
- #: modules/minileven/theme/pub/minileven/searchform.php:10
2710
- #: modules/minileven/theme/pub/minileven/searchform.php:11
2711
- #: modules/omnisearch/omnisearch-core.php:156
2712
- msgid "Search"
2713
- msgstr "Търсене"
2714
-
2715
- #: modules/minileven.php:51
2716
- msgid "Excerpts"
2717
  msgstr ""
2718
 
2719
- #: modules/minileven.php:55
2720
- msgid "Enable excerpts on front page and on archive pages"
2721
  msgstr ""
2722
 
2723
- #: modules/minileven.php:60
2724
- msgid "Show full posts on front page and on archive pages"
2725
  msgstr ""
2726
 
2727
- #: modules/minileven.php:65
2728
- msgid "Mobile App Promos"
2729
  msgstr ""
2730
 
2731
- #: modules/minileven.php:69
2732
- msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
2733
  msgstr ""
2734
 
2735
- #: modules/minileven.php:75 modules/stats.php:570
2736
- msgid "Save configuration"
2737
  msgstr ""
2738
 
2739
- #: modules/minileven.php:78
2740
- msgid "Mobile Apps"
2741
  msgstr ""
2742
 
2743
- #: modules/minileven.php:79
2744
- msgid "Take WordPress with you."
2745
  msgstr ""
2746
 
2747
- #: modules/minileven.php:81
2748
- 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>!"
2749
  msgstr ""
2750
 
2751
- #: modules/module-info.php:22 modules/module-info.php:26
2752
- msgid "VaultPress"
2753
  msgstr ""
2754
 
2755
- #: modules/module-info.php:28
2756
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
2757
  msgstr ""
2758
 
2759
- #: modules/module-info.php:29
2760
- msgctxt "Visit your _VaultPress_dashboard_."
2761
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
2762
  msgstr ""
2763
 
2764
- #: modules/module-info.php:29
2765
- msgid "VaultPress dashboard"
2766
  msgstr ""
2767
 
2768
- #: modules/module-info.php:31
2769
- 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."
2770
  msgstr ""
2771
 
2772
- #: modules/module-info.php:32
2773
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
2774
- msgid "View %s."
2775
  msgstr ""
2776
 
2777
- #: modules/module-info.php:32
2778
- msgid "Plans & Pricing"
2779
  msgstr ""
2780
 
2781
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2782
- #: modules/minileven/theme/pub/minileven/content.php:51
2783
- #: modules/minileven/theme/pub/minileven/image.php:80
2784
- msgid "<b>%</b> Replies"
2785
  msgstr ""
2786
 
2787
- #: modules/minileven/theme/pub/minileven/content.php:19
2788
- msgid "Featured"
2789
- msgstr "На фокус"
2790
 
2791
- #: modules/minileven/theme/pub/minileven/content.php:28
2792
- msgid "Posted by "
2793
  msgstr ""
2794
 
2795
- #: modules/minileven/theme/pub/minileven/content.php:30
2796
- msgid "%s"
2797
  msgstr ""
2798
 
2799
- #: modules/minileven/theme/pub/minileven/content.php:51
2800
- #: modules/minileven/theme/pub/minileven/image.php:80
2801
- msgid "Leave a reply"
2802
- msgstr "Вашият отговор"
2803
 
2804
- #: modules/minileven/theme/pub/minileven/content.php:59
2805
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2806
- msgid "Post navigation"
2807
- msgstr "Навигация в публикациите"
2808
 
2809
- #: modules/minileven/theme/pub/minileven/content.php:60
2810
- #: modules/minileven/theme/pub/minileven/image.php:88
2811
- msgid "&laquo; Previous"
2812
- msgstr "&laquo; Предишни"
2813
 
2814
- #: modules/minileven/theme/pub/minileven/content.php:61
2815
- msgid "Next &raquo;"
2816
- msgstr "Следваща страница &raquo;"
2817
 
2818
- #: modules/minileven/theme/pub/minileven/footer.php:27
2819
- msgid "http://wordpress.org/"
2820
- msgstr "http://bg.wordpress.org/"
2821
 
2822
- #: modules/minileven/theme/pub/minileven/footer.php:27
2823
- msgid "Semantic Personal Publishing Platform"
2824
- msgstr "Семантична система за публикуване"
2825
 
2826
- #: modules/minileven/theme/pub/minileven/footer.php:27
2827
- msgid "Proudly powered by %s"
2828
- msgstr "Създаден с %s"
2829
 
2830
- #: modules/minileven/theme/pub/minileven/functions.php:59
2831
- msgid "Primary Menu"
2832
- msgstr "Главно меню"
2833
 
2834
- #: modules/minileven/theme/pub/minileven/functions.php:96
2835
- msgctxt "Open Sans font: on or off"
2836
- msgid "on"
2837
- msgstr "on"
2838
 
2839
- #: modules/minileven/theme/pub/minileven/functions.php:102
2840
- msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"
2841
- msgid "no-subset"
2842
- msgstr "no-subset"
2843
 
2844
- #: modules/minileven/theme/pub/minileven/functions.php:128
2845
- msgid "Main Sidebar"
2846
- msgstr "Основна странична лента"
2847
 
2848
- #: modules/minileven/theme/pub/minileven/header.php:26
2849
- msgid "Menu"
2850
- msgstr "Меню"
2851
 
2852
- #: modules/minileven/theme/pub/minileven/header.php:29
2853
- msgid "Skip to primary content"
2854
  msgstr ""
2855
 
2856
- #: modules/minileven/theme/pub/minileven/image.php:73
2857
- msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
2858
  msgstr ""
2859
 
2860
- #: modules/minileven/theme/pub/minileven/image.php:87
2861
- msgctxt "next-saturday"
2862
- msgid "Image navigation"
2863
  msgstr ""
2864
 
2865
- #: modules/minileven/theme/pub/minileven/image.php:89
2866
- msgid "Next &raquo; "
2867
  msgstr ""
2868
 
2869
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2870
- msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2871
  msgstr ""
2872
 
2873
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2874
- msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2875
  msgstr ""
2876
 
2877
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2878
- msgid "Pingback:"
2879
- msgstr "Pingback:"
2880
 
2881
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2882
- msgid "%1$s on %2$s"
2883
- msgstr "%1$s по %2$s"
2884
 
2885
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:68
2886
- msgid "Your comment is awaiting moderation."
2887
- msgstr "Коментарът ви очаква одобрение."
2888
 
2889
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:76
2890
- msgid "Reply"
2891
- msgstr "Отговор"
2892
 
2893
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:90
2894
- msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
2895
  msgstr ""
2896
 
2897
- #: modules/likes.php:310 modules/sharedaddy/sharing.php:330
2898
- msgid "Show buttons on"
2899
  msgstr ""
2900
 
2901
- #: modules/likes.php:319 modules/sharedaddy/sharing.php:336
2902
- msgid "Front Page, Archive Pages, and Search Results"
2903
  msgstr ""
2904
 
2905
- #: modules/likes.php:452 modules/sharedaddy/sharing.php:158
2906
- msgid "Settings have been saved"
2907
  msgstr ""
2908
 
2909
- #: modules/likes.php:459 modules/sharedaddy/sharing.php:170
2910
- msgid "Sharing Buttons"
2911
  msgstr ""
2912
 
2913
- #: modules/likes.php:468 modules/sharedaddy/sharing.php:352
2914
- msgid "Save Changes"
2915
- msgstr "Запазване на промените"
2916
-
2917
- #: modules/likes.php:628
2918
- msgid "Like this:"
2919
  msgstr ""
2920
 
2921
- #: modules/likes.php:629
2922
- msgid "Like"
2923
  msgstr ""
2924
 
2925
- #: modules/likes.php:629 modules/widget-visibility/widget-conditions.php:168
2926
- msgid "Loading..."
2927
- msgstr "Зареждане..."
2928
-
2929
- #: modules/likes.php:730
2930
- msgid "<span>%d</span> bloggers like this:"
2931
  msgstr ""
2932
 
2933
- #: modules/markdown/easy-markdown.php:212
2934
- #: modules/markdown/easy-markdown.php:214 modules/module-info.php:938
2935
- msgid "Markdown"
2936
  msgstr ""
2937
 
2938
- #: modules/markdown/easy-markdown.php:237
2939
- msgid "Use Markdown for posts and pages."
2940
  msgstr ""
2941
 
2942
- #: modules/markdown/easy-markdown.php:238
2943
- #: modules/markdown/easy-markdown.php:253
2944
- msgid "Learn more about Markdown."
2945
  msgstr ""
2946
 
2947
- #: modules/markdown/easy-markdown.php:252
2948
- msgid "Use Markdown for comments."
2949
  msgstr ""
2950
 
2951
- #: modules/markdown/easy-markdown.php:507
2952
- msgid "Markdown content"
2953
  msgstr ""
2954
 
2955
- #: modules/minileven/minileven.php:93
2956
- msgid "View Mobile Site"
2957
  msgstr ""
2958
 
2959
- #: modules/minileven/minileven.php:260
2960
- msgid "Mobile-compatible:"
2961
  msgstr ""
2962
 
2963
- #: modules/minileven/minileven.php:261
2964
- msgid "No"
2965
- msgstr "Не"
2966
-
2967
- #: modules/minileven/minileven.php:267 modules/minileven/minileven.php:318
2968
- msgid "Include this CSS in the Mobile Theme"
2969
  msgstr ""
2970
 
2971
- #: modules/minileven/theme/pub/minileven/comments.php:15
2972
- msgid "This post is password protected. Enter the password to view any comments."
2973
  msgstr ""
2974
 
2975
- #: modules/minileven/theme/pub/minileven/comments.php:45
2976
- msgid "Comment navigation"
2977
- msgstr "Навигация в коментарите"
2978
-
2979
- #: modules/minileven/theme/pub/minileven/comments.php:46
2980
- msgid "&larr; Older Comments"
2981
- msgstr "&larr; По-стари коментари"
2982
-
2983
- #: modules/minileven/theme/pub/minileven/comments.php:47
2984
- msgid "Newer Comments &rarr;"
2985
- msgstr "По-нови коментари &rarr;"
2986
 
2987
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2988
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2989
- #: modules/minileven/theme/pub/minileven/content.php:13
2990
- #: modules/minileven/theme/pub/minileven/content.php:18
2991
- #: modules/minileven/theme/pub/minileven/content.php:22
2992
- msgid "Permalink to %s"
2993
- msgstr "Постоянна връзка към %s"
2994
 
2995
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2996
- #: modules/widgets/gallery.php:26
2997
- msgid "Gallery"
2998
- msgstr "Галерия"
2999
 
3000
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
3001
- #: modules/minileven/theme/pub/minileven/content.php:41
3002
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:30
3003
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
3004
- msgstr "Има още <span class=\"meta-nav\">&rarr;</span>"
3005
 
3006
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
3007
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
3008
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
3009
- msgstr[0] ""
3010
- msgstr[1] ""
3011
 
3012
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
3013
- #: modules/minileven/theme/pub/minileven/content.php:43
3014
- #: modules/minileven/theme/pub/minileven/image.php:64
3015
- #: modules/minileven/theme/pub/minileven/page.php:27
3016
- msgid "Pages:"
3017
- msgstr "Страници:"
3018
 
3019
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
3020
- #: modules/minileven/theme/pub/minileven/content.php:51
3021
- #: modules/minileven/theme/pub/minileven/image.php:80
3022
- msgid "<b>1</b> Reply"
3023
  msgstr ""
3024
 
3025
- #: modules/gplus-authorship/admin/ui.php:191
3026
- msgid "Show Google+ infomation with this post"
3027
  msgstr ""
3028
 
3029
- #: modules/gplus-authorship.php:130
3030
- msgid "on Google+"
3031
  msgstr ""
3032
 
3033
- #: modules/gravatar-hovercards.php:47 modules/module-info.php:57
3034
- #: modules/module-info.php:72
3035
- msgid "Gravatar Hovercards"
3036
  msgstr ""
3037
 
3038
- #: modules/gravatar-hovercards.php:59
3039
- msgid "View people's profiles when you mouse over their Gravatars"
3040
  msgstr ""
3041
 
3042
- #: modules/gravatar-hovercards.php:86
3043
- msgid "Put your mouse over your Gravatar to check out your profile."
3044
  msgstr ""
3045
 
3046
- #: modules/holiday-snow.php:19
3047
- msgid "Snow"
3048
  msgstr ""
3049
 
3050
- #: modules/holiday-snow.php:28
3051
- msgid "Show falling snow on my blog until January 4<sup>th</sup>."
3052
  msgstr ""
3053
 
3054
- #: modules/infinite-scroll/infinity.php:275
3055
- msgid "To infinity and beyond"
3056
  msgstr ""
3057
 
3058
- #: modules/infinite-scroll/infinity.php:284
3059
- 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."
3060
  msgstr ""
3061
 
3062
- #: modules/infinite-scroll/infinity.php:290
3063
- msgid "Scroll Infinitely"
 
3064
  msgstr ""
3065
 
3066
- #: modules/infinite-scroll/infinity.php:290
3067
- msgid "(Shows %s posts on each load)"
3068
  msgstr ""
3069
 
3070
- #: modules/infinite-scroll/infinity.php:527
3071
- msgid "Older posts"
3072
  msgstr ""
3073
 
3074
- #: modules/infinite-scroll/infinity.php:528
3075
- msgid "Scroll back to top"
3076
  msgstr ""
3077
 
3078
- #: modules/infinite-scroll/infinity.php:1054
3079
- msgid "Theme: %1$s."
3080
  msgstr ""
3081
 
3082
- #: modules/infinite-scroll.php:86
3083
- msgid "Use Google Analytics with Infinite Scroll"
3084
  msgstr ""
3085
 
3086
- #: modules/infinite-scroll.php:97
3087
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
 
3088
  msgstr ""
3089
 
3090
- #: modules/infinite-scroll.php:97
3091
- 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."
3092
  msgstr ""
3093
 
3094
- #: modules/likes.php:114
3095
- msgid "Likes and Shares"
3096
  msgstr ""
3097
 
3098
- #: modules/likes.php:125 modules/likes.php:593 modules/module-info.php:759
3099
- #: modules/module-info.php:763
3100
- msgid "Likes"
3101
  msgstr ""
3102
 
3103
- #: modules/likes.php:185
3104
- msgid "Show likes."
3105
  msgstr ""
3106
 
3107
- #: modules/likes.php:201 modules/sharedaddy/sharedaddy.php:40
3108
- msgid "Show sharing buttons."
3109
  msgstr ""
3110
 
3111
- #: modules/likes.php:213
3112
- msgid "Likes Notifications"
3113
  msgstr ""
3114
 
3115
- #: modules/likes.php:214
3116
- msgid "Email me whenever"
3117
  msgstr ""
3118
 
3119
- #: modules/likes.php:253
3120
- msgid "Someone likes one of my posts"
3121
  msgstr ""
3122
 
3123
- #: modules/likes.php:272
3124
- msgid "WordPress.com Likes are"
3125
  msgstr ""
3126
 
3127
- #: modules/likes.php:278
3128
- msgid "On for all posts"
 
 
3129
  msgstr ""
3130
 
3131
- #: modules/likes.php:284
3132
- msgid "Turned on per post"
3133
  msgstr ""
3134
 
3135
- #: modules/custom-post-types/testimonial.php:132
3136
- msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
3137
  msgstr ""
3138
 
3139
- #: modules/custom-post-types/testimonial.php:135
3140
- msgid "Testimonial updated."
3141
  msgstr ""
3142
 
3143
- #: modules/custom-post-types/testimonial.php:137
3144
- msgid "Testimonial restored to revision from %s"
3145
  msgstr ""
3146
 
3147
- #: modules/custom-post-types/testimonial.php:138
3148
- msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
3149
  msgstr ""
3150
 
3151
- #: modules/custom-post-types/testimonial.php:139
3152
- msgid "Testimonial saved."
3153
  msgstr ""
3154
 
3155
- #: modules/custom-post-types/testimonial.php:140
3156
- msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
3157
  msgstr ""
3158
 
3159
- #: modules/custom-post-types/testimonial.php:141
3160
- msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
3161
  msgstr ""
3162
 
3163
- #: modules/custom-post-types/testimonial.php:144
3164
- msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
3165
  msgstr ""
3166
 
3167
- #: modules/custom-post-types/testimonial.php:180
3168
- msgid "Customize Testimonials Archive"
3169
  msgstr ""
3170
 
3171
- #: modules/custom-post-types/testimonial.php:181
3172
- msgid "Customize"
3173
- msgstr "Настройки"
3174
 
3175
- #: modules/custom-post-types/testimonial.php:205
3176
- msgid "Testimonial Page Title"
3177
  msgstr ""
3178
 
3179
- #: modules/custom-post-types/testimonial.php:217
3180
- msgid "Testimonial Page Content"
3181
  msgstr ""
3182
 
3183
- #: modules/custom-post-types/testimonial.php:228
3184
- msgid "Testimonial Page Featured Image"
3185
  msgstr ""
3186
 
3187
- #: modules/gplus-authorship/admin/ui.php:54
3188
- #: modules/gplus-authorship/admin/ui.php:65 modules/likes.php:429
3189
- #: modules/likes.php:441 modules/publicize/ui.php:35
3190
- #: modules/publicize/ui.php:45 modules/sharedaddy/sharing.php:57
3191
- #: modules/sharedaddy/sharing.php:163
3192
- msgid "Sharing Settings"
3193
  msgstr ""
3194
 
3195
- #: modules/gplus-authorship/admin/ui.php:54 modules/likes.php:429
3196
- #: modules/module-info.php:315 modules/module-info.php:318
3197
- #: modules/module-info.php:339 modules/publicize/ui.php:35
3198
- #: modules/sharedaddy/sharedaddy.php:26 modules/sharedaddy/sharing.php:57
3199
- msgid "Sharing"
3200
  msgstr ""
3201
 
3202
- #: modules/gplus-authorship/admin/ui.php:79
3203
- msgid "Your Google+ account has been connected."
3204
  msgstr ""
3205
 
3206
- #: modules/gplus-authorship/admin/ui.php:80
3207
- msgid "There was a problem connecting your Google+ account. Please try again."
3208
  msgstr ""
3209
 
3210
- #: modules/gplus-authorship/admin/ui.php:81
3211
- msgid "You must click 'Accept' in the Google+ dialog to connect your account."
3212
  msgstr ""
3213
 
3214
- #: modules/gplus-authorship/admin/ui.php:113 modules/module-info.php:785
3215
- #: modules/module-info.php:789
3216
- msgid "Google+ Profile"
3217
  msgstr ""
3218
 
3219
- #: modules/gplus-authorship/admin/ui.php:125 modules/publicize/ui.php:182
3220
- #: modules/publicize/ui.php:186
3221
- msgid "Disconnect"
3222
  msgstr ""
3223
 
3224
- #: modules/gplus-authorship/admin/ui.php:129
3225
- msgid "Connect your WordPress account to Google+ to add this blog to your Google+ profile and improve the visibility of your blog posts on Google."
3226
  msgstr ""
3227
 
3228
- #: modules/gplus-authorship/admin/ui.php:131
3229
- msgid "Need help?"
3230
  msgstr ""
3231
 
3232
- #: modules/gplus-authorship/admin/ui.php:138
3233
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
 
 
 
 
 
 
 
 
 
 
 
3234
  msgstr ""
3235
 
3236
- #: modules/gplus-authorship/admin/ui.php:140
3237
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
3238
  msgstr ""
3239
 
3240
- #: modules/gplus-authorship/admin/ui.php:147
3241
- msgid "Your Google+ profile name and URL will be displayed in the sharing area of your posts."
3242
  msgstr ""
3243
 
3244
- #: modules/gplus-authorship/admin/ui.php:155 modules/sso.php:738
3245
- msgid "Connected"
3246
  msgstr ""
3247
 
3248
- #: modules/gplus-authorship/admin/ui.php:165 modules/gplus-authorship.php:171
3249
- msgid "Google+"
3250
  msgstr ""
3251
 
3252
- #: modules/custom-post-types/nova.php:313
3253
- msgid "Menu Items re-ordered."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3254
  msgstr ""
3255
 
3256
- #: modules/custom-post-types/nova.php:332
3257
- msgid "Labels"
3258
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3259
 
3260
- #: modules/custom-post-types/nova.php:333
3261
- #: modules/custom-post-types/nova.php:742
3262
- #: modules/custom-post-types/nova.php:778
3263
- #: modules/custom-post-types/nova.php:784
3264
- msgid "Price"
3265
- msgstr ""
3266
 
3267
- #: modules/custom-post-types/nova.php:334
3268
- msgid "Order"
3269
- msgstr "Подредба"
3270
 
3271
- #: modules/custom-post-types/nova.php:390
3272
- #: modules/custom-post-types/nova.php:442
3273
- msgid "Re-order"
3274
  msgstr ""
3275
 
3276
- #: modules/custom-post-types/nova.php:637
3277
- msgid "Move menu section up"
 
3278
  msgstr ""
3279
 
3280
- #: modules/custom-post-types/nova.php:637
3281
- msgid "UP"
3282
  msgstr ""
3283
 
3284
- #: modules/custom-post-types/nova.php:639
3285
- msgid "Move menu section down"
3286
  msgstr ""
3287
 
3288
- #: modules/custom-post-types/nova.php:639
3289
- msgid "DOWN"
3290
  msgstr ""
3291
 
3292
- #: modules/custom-post-types/nova.php:726
3293
- msgid "Use the <kbd>TAB</kbd> key on your keyboard to move between colums and the <kbd>ENTER</kbd> or <kbd>RETURN</kbd> key to save each row and move on to the next."
3294
  msgstr ""
3295
 
3296
- #: modules/custom-post-types/nova.php:741
3297
- msgid "Description"
3298
- msgstr "Описание"
3299
-
3300
- #: modules/custom-post-types/nova.php:743
3301
- msgid "Labels: <small>spicy, favorite, etc.</small>"
3302
  msgstr ""
3303
 
3304
- #: modules/custom-post-types/nova.php:765
3305
- msgid "Add These New Menu Items"
3306
  msgstr ""
3307
 
3308
- #: modules/custom-post-types/nova.php:847
3309
- #: modules/custom-post-types/nova.php:866
3310
- msgctxt "Nova label separator"
3311
- msgid ", "
3312
  msgstr ""
3313
 
3314
- #: modules/custom-post-types/nova.php:868
3315
- msgid "No Labels"
3316
  msgstr ""
3317
 
3318
- #: modules/custom-post-types/testimonial.php:66
3319
- msgid "Customer Testimonials"
3320
  msgstr ""
3321
 
3322
- #: modules/custom-post-types/testimonial.php:68
3323
- #: modules/custom-post-types/testimonial.php:70
3324
- #: modules/custom-post-types/testimonial.php:194
3325
- #: modules/custom-post-types/testimonial.php:199
3326
- msgid "Testimonials"
3327
  msgstr ""
3328
 
3329
- #: modules/custom-post-types/testimonial.php:69
3330
- msgid "Testimonial"
3331
  msgstr ""
3332
 
3333
- #: modules/custom-post-types/testimonial.php:71
3334
- msgid "All Testimonials"
3335
  msgstr ""
3336
 
3337
- #: modules/custom-post-types/testimonial.php:73
3338
- msgid "Add New Testimonial"
3339
  msgstr ""
3340
 
3341
- #: modules/custom-post-types/testimonial.php:74
3342
- msgid "Edit Testimonial"
3343
  msgstr ""
3344
 
3345
- #: modules/custom-post-types/testimonial.php:75
3346
- msgid "New Testimonial"
3347
  msgstr ""
3348
 
3349
- #: modules/custom-post-types/testimonial.php:76
3350
- msgid "View Testimonial"
3351
  msgstr ""
3352
 
3353
- #: modules/custom-post-types/testimonial.php:77
3354
- msgid "Search Testimonials"
3355
  msgstr ""
3356
 
3357
- #: modules/custom-post-types/testimonial.php:78
3358
- msgid "No Testimonials found"
3359
  msgstr ""
3360
 
3361
- #: modules/custom-post-types/testimonial.php:79
3362
- msgid "No Testimonials found in Trash"
 
3363
  msgstr ""
3364
 
3365
- #: modules/custom-post-types/testimonial.php:110
3366
- msgid "Enter the customer's name here"
 
 
3367
  msgstr ""
3368
 
3369
- #: modules/custom-post-types/testimonial.php:119
3370
- msgid "Customer Name"
3371
  msgstr ""
3372
 
3373
- #: modules/custom-post-types/nova.php:124
3374
- msgid "New Menu Item Label Name"
3375
  msgstr ""
3376
 
3377
- #: modules/custom-post-types/nova.php:125
3378
- #: modules/custom-post-types/nova.php:759
3379
- msgid "Separate Labels with commas"
3380
  msgstr ""
3381
 
3382
- #: modules/custom-post-types/nova.php:126
3383
- msgid "Add or remove Labels"
3384
  msgstr ""
3385
 
3386
- #: modules/custom-post-types/nova.php:127
3387
- msgid "Choose from the most used Labels"
3388
  msgstr ""
3389
 
3390
- #: modules/custom-post-types/nova.php:129
3391
- msgid "No Labels found"
3392
  msgstr ""
3393
 
3394
- #: modules/custom-post-types/nova.php:136
3395
- #: modules/custom-post-types/nova.php:167
3396
- msgid "Food Menus"
3397
  msgstr ""
3398
 
3399
- #: modules/custom-post-types/nova.php:137
3400
- msgid "Food Menu"
3401
  msgstr ""
3402
 
3403
- #: modules/custom-post-types/nova.php:138
3404
- msgid "Search Menus"
3405
  msgstr ""
3406
 
3407
- #: modules/custom-post-types/nova.php:139
3408
- msgid "All Menus"
3409
  msgstr ""
3410
 
3411
- #: modules/custom-post-types/nova.php:140
3412
- msgid "Parent Menu"
3413
  msgstr ""
3414
 
3415
- #: modules/custom-post-types/nova.php:141
3416
- msgid "Parent Menu:"
3417
  msgstr ""
3418
 
3419
- #: modules/custom-post-types/nova.php:142
3420
- msgid "Edit Menu"
3421
  msgstr ""
3422
 
3423
- #: modules/custom-post-types/nova.php:143
3424
- msgid "View Menu"
3425
  msgstr ""
3426
 
3427
- #: modules/custom-post-types/nova.php:144
3428
- msgid "Update Menu"
3429
  msgstr ""
3430
 
3431
- #: modules/custom-post-types/nova.php:145
3432
- msgid "Add New Menu"
3433
- msgstr "Ново меню"
3434
-
3435
- #: modules/custom-post-types/nova.php:146
3436
- msgid "New Menu Name"
3437
  msgstr ""
3438
 
3439
- #: modules/custom-post-types/nova.php:162
3440
- msgid "Items on your restaurant's menu"
 
3441
  msgstr ""
3442
 
3443
- #: modules/custom-post-types/nova.php:165
3444
- #: modules/custom-post-types/nova.php:168
3445
- msgid "Menu Items"
3446
  msgstr ""
3447
 
3448
- #: modules/custom-post-types/nova.php:166
3449
- msgid "Menu Item"
3450
- msgstr "Елемент на меню"
 
3451
 
3452
- #: modules/custom-post-types/nova.php:169
3453
- #: modules/custom-post-types/nova.php:170
3454
- msgid "Add One Item"
3455
  msgstr ""
3456
 
3457
- #: modules/custom-post-types/nova.php:171
3458
- msgid "Edit Menu Item"
3459
- msgstr "Редактиране на елемент от менюто"
3460
-
3461
- #: modules/custom-post-types/nova.php:172
3462
- msgid "New Menu Item"
3463
  msgstr ""
3464
 
3465
- #: modules/custom-post-types/nova.php:173
3466
- msgid "View Menu Item"
3467
  msgstr ""
3468
 
3469
- #: modules/custom-post-types/nova.php:174
3470
- msgid "Search Menu Items"
3471
- msgstr ""
3472
 
3473
- #: modules/custom-post-types/nova.php:175
3474
- msgid "No Menu Items found"
3475
- msgstr ""
 
3476
 
3477
- #: modules/custom-post-types/nova.php:176
3478
- msgid "No Menu Items found in Trash"
3479
  msgstr ""
3480
 
3481
- #: modules/custom-post-types/nova.php:277
3482
- #: modules/custom-post-types/nova.php:278
3483
- #: modules/custom-post-types/nova.php:724
3484
- msgid "Add Many Items"
3485
  msgstr ""
3486
 
3487
- #: modules/custom-post-types/comics.php:199
3488
- msgid "Edit Comic"
3489
  msgstr ""
3490
 
3491
- #: modules/custom-post-types/comics.php:200
3492
- msgid "New Comic"
3493
  msgstr ""
3494
 
3495
- #: modules/custom-post-types/comics.php:201
3496
- msgid "View Comic"
3497
  msgstr ""
3498
 
3499
- #: modules/custom-post-types/comics.php:202
3500
- msgid "Search Comics"
3501
  msgstr ""
3502
 
3503
- #: modules/custom-post-types/comics.php:203
3504
- msgid "No Comics found"
3505
  msgstr ""
3506
 
3507
- #: modules/custom-post-types/comics.php:204
3508
- msgid "No Comics found in Trash"
 
 
3509
  msgstr ""
3510
 
3511
- #: modules/custom-post-types/comics.php:273
3512
- msgid "Comic updated. <a href=\"%s\">View comic</a>"
 
 
 
 
 
 
3513
  msgstr ""
3514
 
3515
- #: modules/custom-post-types/comics.php:274
3516
- #: modules/custom-post-types/testimonial.php:133
3517
- msgid "Custom field updated."
3518
- msgstr "Потребителското поле е обновено."
3519
 
3520
- #: modules/custom-post-types/comics.php:275
3521
- #: modules/custom-post-types/testimonial.php:134
3522
- msgid "Custom field deleted."
3523
- msgstr "Потребителските полета са изтрити."
3524
 
3525
- #: modules/custom-post-types/comics.php:276
3526
- msgid "Comic updated."
3527
  msgstr ""
3528
 
3529
- #: modules/custom-post-types/comics.php:278
3530
- msgid "Comic restored to revision from %s"
3531
  msgstr ""
3532
 
3533
- #: modules/custom-post-types/comics.php:279
3534
- msgid "Comic published. <a href=\"%s\">View comic</a>"
 
 
 
 
 
 
3535
  msgstr ""
3536
 
3537
- #: modules/custom-post-types/comics.php:280
3538
- msgid "Comic saved."
 
3539
  msgstr ""
3540
 
3541
- #: modules/custom-post-types/comics.php:281
3542
- msgid "Comic submitted. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3543
  msgstr ""
3544
 
3545
- #: modules/custom-post-types/comics.php:282
3546
- msgid "Comic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview comic</a>"
3547
  msgstr ""
3548
 
3549
- #: modules/custom-post-types/comics.php:284
3550
- #: modules/custom-post-types/testimonial.php:143
3551
- msgid "M j, Y @ G:i"
3552
- msgstr "d.m.Y G:i"
3553
 
3554
- #: modules/custom-post-types/comics.php:285
3555
- msgid "Comic draft updated. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
 
3556
  msgstr ""
3557
 
3558
- #: modules/custom-post-types/comics.php:353
3559
- msgid "Invalid or expired nonce."
3560
  msgstr ""
3561
 
3562
- #: modules/custom-post-types/comics.php:462
3563
- msgid ""
3564
- "Welcome! Ready to publish your first strip?\n"
3565
- "\n"
3566
- "Your webcomic's new site is ready to go. Get started by <a href=\"BLOG_URLwp-admin/customize.php#title\">setting your comic's title and tagline</a> so your readers know what it's all about.\n"
3567
- "\n"
3568
- "Looking for more help with setting up your site? Check out the WordPress.com <a href=\"http://learn.wordpress.com/\">beginner's tutorial</a> and the <a href=\"http://en.support.wordpress.com/comics/\">guide to comics on WordPress.com</a>. Dive right in by <a href=\"BLOG_URLwp-admin/customize.php#title\">publishing your first strip!</a>\n"
3569
- "\n"
3570
- "Lots of laughs,\n"
3571
- "The WordPress.com Team"
3572
  msgstr ""
3573
 
3574
- #: modules/custom-post-types/nova.php:115
3575
- msgid "Menu Item Labels"
3576
  msgstr ""
3577
 
3578
- #: modules/custom-post-types/nova.php:116
3579
- msgid "Menu Item Label"
3580
  msgstr ""
3581
 
3582
- #: modules/custom-post-types/nova.php:117
3583
- msgid "Search Menu Item Labels"
3584
  msgstr ""
3585
 
3586
- #: modules/custom-post-types/nova.php:118
3587
- msgid "Popular Labels"
3588
  msgstr ""
3589
 
3590
- #: modules/custom-post-types/nova.php:119
3591
- msgid "All Menu Item Labels"
3592
  msgstr ""
3593
 
3594
- #: modules/custom-post-types/nova.php:120
3595
- msgid "Edit Menu Item Label"
3596
  msgstr ""
3597
 
3598
- #: modules/custom-post-types/nova.php:121
3599
- msgid "View Menu Item Label"
3600
  msgstr ""
3601
 
3602
- #: modules/custom-post-types/nova.php:122
3603
- msgid "Update Menu Item Label"
 
3604
  msgstr ""
3605
 
3606
- #: modules/custom-post-types/nova.php:123
3607
- msgid "Add New Menu Item Label"
3608
  msgstr ""
3609
 
3610
- #: modules/custom-css/custom-css.php:748 modules/custom-css/custom-css.php:830
3611
- #: modules/custom-css/custom-css.php:859 modules/minileven/minileven.php:271
3612
- #: modules/sharedaddy/sharing-sources.php:307
3613
- msgid "Cancel"
3614
- msgstr "Отказ"
3615
 
3616
- #: modules/custom-css/custom-css.php:812
3617
- msgid "Preprocessor:"
 
3618
  msgstr ""
3619
 
3620
- #: modules/custom-css/custom-css.php:813 modules/custom-css/custom-css.php:818
3621
- #: modules/videopress/videopress.php:273 modules/widgets/image-widget.php:137
3622
- msgid "None"
3623
- msgstr "Няма"
3624
 
3625
- #: modules/custom-css/custom-css.php:842
3626
- msgid "Mode:"
3627
  msgstr ""
3628
 
3629
- #: modules/custom-css/custom-css.php:843
3630
- msgid "Add-on"
 
3631
  msgstr ""
3632
 
3633
- #: modules/custom-css/custom-css.php:843
3634
- msgid "Replacement"
3635
  msgstr ""
3636
 
3637
- #: modules/custom-css/custom-css.php:850
3638
- msgid "Add-on CSS <b>(Recommended)</b>"
3639
  msgstr ""
3640
 
3641
- #: modules/custom-css/custom-css.php:855
3642
- msgid "Replace <a href=\"%s\">theme's CSS</a> <b>(Advanced)</b>"
 
3643
  msgstr ""
3644
 
3645
- #: modules/custom-css/custom-css.php:866
3646
- #: modules/custom-post-types/comics.php:235
3647
- #: modules/videopress/videopress.php:662
3648
- msgid "Preview"
3649
- msgstr "Преглед"
3650
 
3651
- #: modules/custom-css/custom-css.php:868
3652
- msgid "Save &amp; Buy Upgrade"
3653
  msgstr ""
3654
 
3655
- #: modules/custom-css/custom-css.php:868
3656
- msgid "Save Stylesheet"
 
3657
  msgstr ""
3658
 
3659
- #: modules/custom-css/custom-css.php:930
3660
- msgid "Show more"
3661
  msgstr ""
3662
 
3663
- #: modules/custom-post-types/comics.php:83
3664
- msgid "Convert to Comic"
3665
  msgstr ""
3666
 
3667
- #: modules/custom-post-types/comics.php:89
3668
- msgid "Convert to Post"
 
3669
  msgstr ""
3670
 
3671
- #: modules/custom-post-types/comics.php:113
3672
- msgid "You are not allowed to make this change."
3673
  msgstr ""
3674
 
3675
- #: modules/custom-post-types/comics.php:160
3676
- msgid "Post converted."
3677
- msgid_plural "%s posts converted"
3678
- msgstr[0] ""
3679
- msgstr[1] ""
3680
 
3681
- #: modules/custom-post-types/comics.php:173
3682
- msgid "Drop images to upload"
 
3683
  msgstr ""
3684
 
3685
- #: modules/custom-post-types/comics.php:174
3686
- msgid "Uploading..."
3687
  msgstr ""
3688
 
3689
- #: modules/custom-post-types/comics.php:175
3690
- msgid "Processing..."
 
 
 
 
 
3691
  msgstr ""
3692
 
3693
- #: modules/custom-post-types/comics.php:176
3694
- msgid "Sorry, your browser isn't supported. Upgrade at browsehappy.com."
3695
  msgstr ""
3696
 
3697
- #: modules/custom-post-types/comics.php:177
3698
- msgid "Only images can be uploaded here."
 
 
 
 
 
3699
  msgstr ""
3700
 
3701
- #: modules/custom-post-types/comics.php:178
3702
- msgid "Your upload didn't complete; try again later or cross your fingers and try again right now."
3703
  msgstr ""
3704
 
3705
- #: modules/custom-post-types/comics.php:191
3706
- #: modules/custom-post-types/comics.php:193
3707
- #: modules/custom-post-types/comics.php:195
3708
- msgid "Comics"
3709
  msgstr ""
3710
 
3711
- #: modules/custom-post-types/comics.php:194
3712
- msgid "Comic"
3713
- msgstr ""
3714
 
3715
- #: modules/custom-post-types/comics.php:196
3716
- msgid "All Comics"
3717
  msgstr ""
3718
 
3719
- #: modules/custom-post-types/comics.php:197
3720
- #: modules/custom-post-types/testimonial.php:72 modules/publicize/ui.php:207
3721
- msgid "Add New"
3722
- msgstr "Нов потребител"
3723
 
3724
- #: modules/custom-post-types/comics.php:198
3725
- msgid "Add New Comic"
3726
  msgstr ""
3727
 
3728
- #: modules/contact-form/grunion-form-view.php:170
3729
- msgid "Add another option"
3730
- msgstr ""
3731
 
3732
- #: modules/contact-form/grunion-form-view.php:177
3733
- msgid "Required?"
 
3734
  msgstr ""
3735
 
3736
- #: modules/contact-form/grunion-form-view.php:182
3737
- msgid "Save this field"
3738
  msgstr ""
3739
 
3740
- #: modules/contact-form/grunion-form-view.php:187
3741
- msgid "Here&#8217;s what your form will look like"
3742
  msgstr ""
3743
 
3744
- #: modules/contact-form/grunion-form-view.php:192
3745
- msgid "Add a new field"
3746
  msgstr ""
3747
 
3748
- #: modules/contact-form/grunion-form-view.php:194
3749
- msgid "Add this form to my post"
 
3750
  msgstr ""
3751
 
3752
- #: modules/contact-form/grunion-form-view.php:197
3753
- msgid "Email settings"
3754
  msgstr ""
3755
 
3756
- #: modules/contact-form/grunion-form-view.php:199
3757
- msgid "Enter your email address"
 
3758
  msgstr ""
3759
 
3760
- #: modules/contact-form/grunion-form-view.php:202
3761
- msgid "What should the subject line be?"
 
3762
  msgstr ""
3763
 
3764
- #: modules/contact-form/grunion-form-view.php:205
3765
- msgid "Save and go back to form builder"
3766
  msgstr ""
3767
 
3768
- #: modules/custom-css/custom-css.php:456
3769
- msgid ""
3770
- "Welcome to Custom CSS!\n"
3771
- "\n"
3772
- "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"
3773
- "\n"
3774
- "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."
3775
  msgstr ""
3776
 
3777
- #: modules/custom-css/custom-css.php:577
3778
- msgid "Preview: changes must be saved or they will be lost"
3779
- msgstr "Преглед: промените трябва да се запазят или ще бъдат изгубени"
3780
-
3781
- #: modules/custom-css/custom-css.php:605
3782
- msgid "Edit CSS"
3783
- msgstr "Редактиране на CSS"
3784
-
3785
- #: modules/custom-css/custom-css.php:618
3786
- msgid "CSS"
3787
  msgstr ""
3788
 
3789
- #: modules/custom-css/custom-css.php:638
3790
- msgid "Custom CSS Stylesheet"
3791
  msgstr ""
3792
 
3793
- #: modules/custom-css/custom-css.php:659
3794
- msgid "Stylesheet saved."
3795
  msgstr ""
3796
 
3797
- #: modules/custom-css/custom-css.php:663
3798
- msgid "Publish"
3799
- msgstr "Публикуване"
3800
 
3801
- #: modules/custom-css/custom-css.php:669
3802
- msgid "CSS Revisions"
3803
  msgstr ""
3804
 
3805
- #: modules/custom-css/custom-css.php:673
3806
- msgid "CSS Stylesheet Editor"
3807
  msgstr ""
3808
 
3809
- #: modules/custom-css/custom-css.php:680
3810
- msgid ""
3811
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
3812
- "\t\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
3813
  msgstr ""
3814
 
3815
- #: modules/custom-css/custom-css.php:717
3816
- msgid "Content Width:"
3817
  msgstr ""
3818
 
3819
- #: modules/custom-css/custom-css.php:718
3820
- msgid "Default"
3821
- msgstr "По подразбиране"
3822
 
3823
- #: modules/custom-css/custom-css.php:718
3824
- msgid "%s px"
3825
  msgstr ""
3826
 
3827
- #: modules/custom-css/custom-css.php:719 modules/custom-css/custom-css.php:814
3828
- #: modules/custom-css/custom-css.php:844 modules/minileven/minileven.php:262
3829
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
3830
- #: modules/minileven/theme/pub/minileven/content.php:53
3831
- #: modules/minileven/theme/pub/minileven/image.php:82
3832
- #: modules/minileven/theme/pub/minileven/page.php:31
3833
- #: modules/publicize/ui.php:677
3834
- msgid "Edit"
3835
- msgstr "Редактиране"
3836
 
3837
- #: modules/custom-css/custom-css.php:726
3838
- msgid "Limit width to %1$s pixels for videos, full size images, and other shortcodes. (<a href=\"%2$s\">More info</a>.)"
3839
  msgstr ""
3840
 
3841
- #: modules/custom-css/custom-css.php:742
3842
- msgid "The default content width for the %s theme is %d pixels."
3843
  msgstr ""
3844
 
3845
- #: modules/custom-css/custom-css.php:747 modules/custom-css/custom-css.php:829
3846
- #: modules/custom-css/custom-css.php:858 modules/minileven/minileven.php:270
3847
- #: modules/publicize/publicize-jetpack.php:473
3848
- #: modules/publicize/publicize-jetpack.php:585 modules/publicize/ui.php:274
3849
- msgid "OK"
3850
- msgstr "Добре"
3851
-
3852
- #: modules/contact-form/grunion-form-view.php:18
3853
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
3854
- msgid "move"
3855
  msgstr ""
3856
 
3857
- #: modules/contact-form/grunion-form-view.php:19
3858
- msgctxt "Link to edit an HTML form field in contact form builder"
3859
- msgid "edit"
3860
  msgstr ""
3861
 
3862
- #: modules/contact-form/grunion-form-view.php:20
3863
- msgid "Saved successfully"
3864
  msgstr ""
3865
 
3866
- #: modules/contact-form/grunion-form-view.php:21
3867
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
3868
- msgid "(required)"
3869
  msgstr ""
3870
 
3871
- #: modules/contact-form/grunion-form-view.php:22
3872
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
3873
  msgstr ""
3874
 
3875
- #: modules/contact-form/grunion-form-view.php:118
3876
- msgid "Your new field was saved successfully"
3877
  msgstr ""
3878
 
3879
- #: modules/contact-form/grunion-form-view.php:120
3880
- msgid "Form builder"
3881
  msgstr ""
3882
 
3883
- #: modules/contact-form/grunion-form-view.php:121
3884
- msgid "Email notifications"
3885
  msgstr ""
3886
 
3887
- #: modules/contact-form/grunion-form-view.php:126
3888
- msgid "How does this work?"
3889
  msgstr ""
3890
 
3891
- #: modules/contact-form/grunion-form-view.php:127
3892
- 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."
3893
  msgstr ""
3894
 
3895
- #: modules/contact-form/grunion-form-view.php:128
3896
- msgid "Can I add more fields?"
3897
  msgstr ""
3898
 
3899
- #: modules/contact-form/grunion-form-view.php:130
3900
- msgctxt "%1$s = \"Click here\" in an HTML link"
3901
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
3902
  msgstr ""
3903
 
3904
- #: modules/contact-form/grunion-form-view.php:131
3905
- msgid "Click here"
3906
  msgstr ""
3907
 
3908
- #: modules/contact-form/grunion-form-view.php:133
3909
- msgid "Can I view my feedback within WordPress?"
3910
  msgstr ""
3911
 
3912
- #: modules/contact-form/grunion-form-view.php:135
3913
- msgctxt "%1$s = \"Feedback\" in an HTML link"
3914
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
3915
  msgstr ""
3916
 
3917
- #: modules/contact-form/grunion-form-view.php:141
3918
- msgid "Do I need to fill this out?"
3919
- msgstr ""
3920
 
3921
- #: modules/contact-form/grunion-form-view.php:142
3922
- 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."
3923
  msgstr ""
3924
 
3925
- #: modules/contact-form/grunion-form-view.php:146
3926
- msgid "Edit this new field"
3927
  msgstr ""
3928
 
3929
- #: modules/contact-form/grunion-form-view.php:148
3930
- #: modules/sharedaddy/sharing-sources.php:991
3931
- msgid "Label"
3932
- msgstr "Текст"
3933
 
3934
- #: modules/contact-form/grunion-form-view.php:149
3935
- msgid "New field"
3936
  msgstr ""
3937
 
3938
- #: modules/contact-form/grunion-form-view.php:151
3939
- msgid "Field type"
3940
  msgstr ""
3941
 
3942
- #: modules/contact-form/grunion-form-view.php:153
3943
- msgid "Checkbox"
3944
  msgstr ""
3945
 
3946
- #: modules/contact-form/grunion-form-view.php:154
3947
- msgid "Drop down"
3948
  msgstr ""
3949
 
3950
- #: modules/contact-form/grunion-form-view.php:157
3951
- msgid "Radio"
3952
  msgstr ""
3953
 
3954
- #: modules/contact-form/grunion-form-view.php:158
3955
- msgid "Text"
3956
- msgstr "Текст"
3957
-
3958
- #: modules/contact-form/grunion-form-view.php:159
3959
- msgid "Textarea"
3960
  msgstr ""
3961
 
3962
- #: modules/contact-form/grunion-form-view.php:166
3963
- msgid "Options"
3964
- msgstr "Настройки"
3965
 
3966
- #: modules/contact-form/grunion-form-view.php:167
3967
- msgid "First option"
 
3968
  msgstr ""
3969
 
3970
- #: modules/contact-form/grunion-contact-form.php:418
3971
- #: modules/contact-form/grunion-contact-form.php:510
3972
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
3973
- #: modules/module-info.php:495
3974
- msgid "Contact Form"
3975
  msgstr ""
3976
 
3977
- #: modules/contact-form/grunion-contact-form.php:724
3978
- msgctxt "%1$s = blog name"
3979
- msgid "%1$s Sidebar"
3980
  msgstr ""
3981
 
3982
- #: modules/contact-form/grunion-contact-form.php:727
3983
- msgctxt "%1$s = blog name, %2$s = post title"
3984
- msgid "%1$s %2$s"
3985
  msgstr ""
3986
 
3987
- #: modules/contact-form/grunion-contact-form.php:738
3988
- msgid "Submit &#187;"
3989
- msgstr "Изпращане &#187;"
3990
 
3991
- #: modules/contact-form/grunion-contact-form.php:758
3992
- msgid "Subject"
3993
- msgstr "Тема"
3994
 
3995
- #: modules/contact-form/grunion-contact-form.php:839
3996
- msgid "Error!"
3997
- msgstr "Грешка!"
3998
 
3999
- #: modules/contact-form/grunion-contact-form.php:854
4000
- msgid "go back"
4001
  msgstr ""
4002
 
4003
- #: modules/contact-form/grunion-contact-form.php:928
4004
- #: modules/contact-form/grunion-contact-form.php:944
4005
- msgctxt "%1$s = form field label, %2$s = form field value"
4006
- msgid "%1$s: %2$s"
4007
  msgstr ""
4008
 
4009
- #: modules/contact-form/grunion-contact-form.php:1209
4010
- msgid "Time:"
4011
  msgstr ""
4012
 
4013
- #: modules/contact-form/grunion-contact-form.php:1210
4014
- msgid "IP Address:"
4015
- msgstr "IP адрес:"
4016
 
4017
- #: modules/contact-form/grunion-contact-form.php:1218
4018
- msgid "Contact Form URL:"
4019
  msgstr ""
4020
 
4021
- #: modules/contact-form/grunion-contact-form.php:1223
4022
- msgid "Sent by a verified %s user."
4023
  msgstr ""
4024
 
4025
- #: modules/contact-form/grunion-contact-form.php:1227
4026
- msgid "Sent by an unverified visitor to your site."
4027
  msgstr ""
4028
 
4029
- #: modules/contact-form/grunion-contact-form.php:1467
4030
- msgid "%s requires a valid email address"
4031
  msgstr ""
4032
 
4033
- #: modules/contact-form/grunion-contact-form.php:1473
4034
- msgid "%s is required"
4035
  msgstr ""
4036
 
4037
- #: modules/contact-form/grunion-contact-form.php:1522
4038
- #: modules/contact-form/grunion-contact-form.php:1528
4039
- #: modules/contact-form/grunion-contact-form.php:1533
4040
- #: modules/contact-form/grunion-contact-form.php:1547
4041
- #: modules/contact-form/grunion-contact-form.php:1553
4042
- #: modules/contact-form/grunion-contact-form.php:1564
4043
- #: modules/contact-form/grunion-contact-form.php:1574
4044
- msgid "(required)"
4045
- msgstr "(задължително)"
4046
 
4047
- #: modules/contact-form/grunion-contact-form.php:1546
4048
- #: modules/minileven/minileven.php:261
4049
- msgid "Yes"
4050
- msgstr "Да"
4051
 
4052
- #: modules/contact-form/grunion-form-view.php:8
4053
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
4054
- msgid "Name"
4055
  msgstr ""
4056
 
4057
- #: modules/contact-form/grunion-form-view.php:9
4058
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
4059
- msgid "Email"
4060
  msgstr ""
4061
 
4062
- #: modules/contact-form/grunion-form-view.php:10
4063
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
4064
- msgid "Website"
4065
  msgstr ""
4066
 
4067
- #: modules/contact-form/grunion-form-view.php:11
4068
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
4069
- msgid "Comment"
4070
  msgstr ""
4071
 
4072
- #: modules/contact-form/grunion-form-view.php:12
4073
- msgctxt "Default label for new HTML form field in contact form builder"
4074
- msgid "New Field"
4075
  msgstr ""
4076
 
4077
- #: modules/contact-form/grunion-form-view.php:13
4078
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
4079
- msgid "Options"
4080
  msgstr ""
4081
 
4082
- #: modules/contact-form/grunion-form-view.php:14
4083
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
4084
- msgid "Option"
4085
  msgstr ""
4086
 
4087
- #: modules/contact-form/grunion-form-view.php:15
4088
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
4089
- msgid "First option"
4090
  msgstr ""
4091
 
4092
- #: modules/contact-form/grunion-form-view.php:16
4093
- msgctxt "error message in contact form builder"
4094
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
4095
  msgstr ""
4096
 
4097
- #: modules/contact-form/grunion-form-view.php:17
4098
- msgid ""
4099
- "Drag up or down\n"
4100
- "to re-arrange"
4101
  msgstr ""
4102
 
4103
- #: modules/contact-form/admin.php:157
4104
- msgid "Feedback(s) marked as spam"
4105
  msgstr ""
4106
 
4107
- #: modules/contact-form/admin.php:187 modules/contact-form/admin.php:602
4108
- msgid "Messages"
4109
  msgstr ""
4110
 
4111
- #: modules/contact-form/admin.php:196
4112
- #: modules/contact-form/grunion-omnisearch.php:36
4113
- msgid "From"
4114
  msgstr ""
4115
 
4116
- #: modules/contact-form/admin.php:197
4117
- #: modules/contact-form/grunion-contact-form.php:762
4118
- #: modules/contact-form/grunion-omnisearch.php:37
4119
- msgid "Message"
4120
- msgstr "Съобщение"
4121
 
4122
- #: modules/contact-form/admin.php:198
4123
- #: modules/contact-form/grunion-omnisearch.php:38
4124
- #: modules/omnisearch/omnisearch-posts.php:46
4125
- msgid "Date"
4126
- msgstr "Дата"
4127
 
4128
- #: modules/contact-form/admin.php:268
4129
- msgid "Restore this item from the Trash"
4130
- msgstr "Възстановяване от кошчето"
4131
 
4132
- #: modules/contact-form/admin.php:270
4133
- msgid "Restore"
4134
- msgstr "Възстановяване"
4135
 
4136
- #: modules/contact-form/admin.php:273 modules/contact-form/admin.php:372
4137
- msgid "Delete this item permanently"
4138
- msgstr "Изтриване завинаги"
4139
 
4140
- #: modules/contact-form/admin.php:275 modules/contact-form/admin.php:374
4141
- msgid "Delete Permanently"
4142
- msgstr "Изтриване завинаги"
4143
 
4144
- #: modules/contact-form/admin.php:306
4145
- msgid "Mark this message as spam"
4146
  msgstr ""
4147
 
4148
- #: modules/contact-form/admin.php:313 modules/contact-form/admin.php:315
4149
- #: modules/contact-form/admin.php:612
4150
- #: modules/omnisearch/omnisearch-posts.php:65
4151
- msgid "Trash"
4152
- msgstr "Кошче"
4153
-
4154
- #: modules/contact-form/admin.php:366
4155
- msgid "Mark this message as NOT spam"
4156
- msgstr ""
4157
 
4158
- #: modules/contact-form/admin.php:406
4159
- #: modules/contact-form/grunion-contact-form.php:1187
4160
- msgctxt "{$date_format} \\a\\t {$time_format}"
4161
- msgid "%1$s \\a\\t %2$s"
4162
  msgstr ""
4163
 
4164
- #: modules/contact-form/admin.php:568
4165
- msgid "You are not allowed to move this item out of the Trash."
4166
- msgstr "Нямате право да преместите този запис извън Кошчето."
4167
-
4168
- #: modules/contact-form/admin.php:571
4169
- msgid "Error in restoring from Trash."
4170
- msgstr "Грешка при връщането от Кошчето."
4171
-
4172
- #: modules/contact-form/admin.php:575
4173
- msgid "You are not allowed to move this item to the Trash."
4174
- msgstr "Нямате право да преместите този запис в Кошчето."
4175
-
4176
- #: modules/contact-form/admin.php:578
4177
- msgid "Error in moving to Trash."
4178
- msgstr "Грешка при местенето в Кошчето."
4179
 
4180
- #: modules/contact-form/admin.php:625
4181
- msgid "Spam"
4182
- msgstr "Спам"
4183
 
4184
- #: modules/contact-form/grunion-contact-form.php:82
4185
- #: modules/contact-form/grunion-contact-form.php:83
4186
- #: modules/contact-form/grunion-form-view.php:136
4187
- msgid "Feedback"
4188
- msgstr "Обратна връзка"
4189
 
4190
- #: modules/contact-form/grunion-contact-form.php:84
4191
- msgid "Search Feedback"
4192
  msgstr ""
4193
 
4194
- #: modules/contact-form/grunion-contact-form.php:85
4195
- #: modules/contact-form/grunion-contact-form.php:86
4196
- msgid "No feedback found"
4197
  msgstr ""
4198
 
4199
- #: modules/contact-form/grunion-contact-form.php:103
4200
- msgid "Spam <span class=\"count\">(%s)</span>"
4201
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
4202
- msgstr[0] ""
4203
- msgstr[1] ""
4204
 
4205
- #: modules/contact-form/grunion-contact-form.php:192
4206
- msgid "An error occurred. Please try again later."
4207
  msgstr ""
4208
 
4209
- #: modules/contact-form/grunion-contact-form.php:200
4210
- #: modules/contact-form/grunion-contact-form.php:853
4211
- msgid "Message Sent"
4212
- msgstr "Съобщението е изпратено"
4213
 
4214
- #: modules/contact-form/grunion-contact-form.php:358
4215
- msgid "Export feedback as CSV"
4216
  msgstr ""
4217
 
4218
- #: modules/contact-form/grunion-contact-form.php:364
4219
- msgid "Select feedback to download"
4220
  msgstr ""
4221
 
4222
- #: modules/contact-form/grunion-contact-form.php:366
4223
- msgid "All posts"
4224
  msgstr ""
4225
 
4226
- #: modules/contact-form/grunion-contact-form.php:371
4227
- msgid "Download"
4228
  msgstr ""
4229
 
4230
- #: modules/carousel/jetpack-carousel.php:389
4231
- #: modules/shortcodes/slideshow.php:67
4232
- msgid "Background color"
4233
  msgstr ""
4234
 
4235
- #: modules/carousel/jetpack-carousel.php:392
4236
- msgid "Metadata"
4237
  msgstr ""
4238
 
4239
- #: modules/carousel/jetpack-carousel.php:449
4240
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
4241
  msgstr ""
4242
 
4243
- #: modules/carousel/jetpack-carousel.php:457
4244
- msgid "Show map of photo location in carousel, when available."
4245
  msgstr ""
4246
 
4247
- #: modules/carousel/jetpack-carousel.php:465
4248
- #: modules/shortcodes/slideshow.php:74
4249
- msgid "Black"
4250
- msgstr "Черна"
4251
 
4252
- #: modules/carousel/jetpack-carousel.php:465
4253
- #: modules/shortcodes/slideshow.php:75
4254
- msgid "White"
4255
- msgstr "Бяла"
4256
 
4257
- #: modules/carousel/jetpack-carousel.php:473
4258
- msgid "Display images in full-size carousel slideshow."
4259
  msgstr ""
4260
 
4261
- #: modules/comments/admin.php:50 modules/comments/comments.php:211
4262
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
4263
- msgid "Leave a Reply"
4264
- msgstr "Вашият коментар"
4265
 
4266
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:156
4267
- #: modules/widgets/twitter-timeline.php:218
4268
- msgid "Light"
4269
- msgstr "Светла"
4270
 
4271
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:157
4272
- #: modules/widgets/twitter-timeline.php:219
4273
- msgid "Dark"
4274
- msgstr "Тъмна"
4275
 
4276
- #: modules/comments/admin.php:56
4277
- msgid "Transparent"
4278
  msgstr ""
4279
 
4280
- #: modules/comments/admin.php:72 modules/module-info.php:521
4281
- msgid "Jetpack Comments"
 
 
 
 
 
4282
  msgstr ""
4283
 
4284
- #: modules/comments/admin.php:81
4285
- msgid "Greeting Text"
 
 
 
 
 
4286
  msgstr ""
4287
 
4288
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
4289
- #: modules/widgets/facebook-likebox.php:154
4290
- msgid "Color Scheme"
4291
  msgstr ""
4292
 
4293
- #: modules/comments/admin.php:118
4294
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
4295
  msgstr ""
4296
 
4297
- #: modules/comments/admin.php:134
4298
- msgid "A few catchy words to motivate your readers to comment"
4299
  msgstr ""
4300
 
4301
- #: modules/comments/base.php:83
4302
- msgid "Invalid request"
4303
  msgstr ""
4304
 
4305
- #: modules/comments/base.php:230
4306
- msgid "Error: please fill the required fields (name, email)."
4307
- msgstr "Грешка: моля попълнете задължителните полета (име, e-mail)."
4308
 
4309
- #: modules/comments/base.php:232
4310
- msgid "Error: please enter a valid email address."
4311
- msgstr "Грешка: моля въведете e-mail адрес"
4312
 
4313
- #: modules/comments/comments.php:187
4314
- msgid "You must <a href=\"%s\">log in</a> to post a comment."
4315
  msgstr ""
4316
 
4317
- #: modules/comments/comments.php:212
4318
- msgid "Leave a Reply to %s"
4319
- msgstr "Вашият отговор на %s"
4320
 
4321
- #: modules/comments/comments.php:251
4322
- msgid "Cancel reply"
4323
- msgstr "Отказ"
 
 
4324
 
4325
- #: modules/comments/comments.php:387
4326
- msgid "Invalid security token."
4327
  msgstr ""
4328
 
4329
- #: modules/comments/comments.php:448 modules/comments/comments.php:499
4330
- msgid "Submitting Comment%s"
4331
  msgstr ""
4332
 
4333
- #: modules/contact-form/admin.php:16
4334
- msgid "Add a custom form"
4335
  msgstr ""
4336
 
4337
- #: modules/contact-form/admin.php:21 modules/contact-form/admin.php:22
4338
- msgid "Add Contact Form"
4339
  msgstr ""
4340
 
4341
- #: modules/contact-form/admin.php:101
4342
- msgid "Mark Spam"
4343
- msgstr ""
4344
 
4345
- #: modules/contact-form/admin.php:140 modules/contact-form/admin.php:534
4346
- msgid "You are not allowed to manage this item."
4347
  msgstr ""
4348
 
4349
- #: modules/carousel/jetpack-carousel.php:111
4350
- msgid "Please be sure to submit some text with your comment."
4351
  msgstr ""
4352
 
4353
- #: modules/carousel/jetpack-carousel.php:112
4354
- msgid "Please provide an email address to comment."
4355
- msgstr ""
 
 
4356
 
4357
- #: modules/carousel/jetpack-carousel.php:113
4358
- msgid "Please provide your name to comment."
4359
- msgstr ""
 
4360
 
4361
- #: modules/carousel/jetpack-carousel.php:114
4362
- msgid "Sorry, but there was an error posting your comment. Please try again later."
4363
  msgstr ""
4364
 
4365
- #: modules/carousel/jetpack-carousel.php:115
4366
- msgid "Your comment was approved."
 
 
 
 
4367
  msgstr ""
4368
 
4369
- #: modules/carousel/jetpack-carousel.php:116
4370
- msgid "Your comment is in moderation."
4371
  msgstr ""
4372
 
4373
- #: modules/carousel/jetpack-carousel.php:117
4374
- msgid "Camera"
 
 
 
 
4375
  msgstr ""
4376
 
4377
- #: modules/carousel/jetpack-carousel.php:118
4378
- msgid "Aperture"
4379
  msgstr ""
4380
 
4381
- #: modules/carousel/jetpack-carousel.php:119
4382
- msgid "Shutter Speed"
4383
  msgstr ""
4384
 
4385
- #: modules/carousel/jetpack-carousel.php:120
4386
- msgid "Focal Length"
4387
  msgstr ""
4388
 
4389
- #: modules/carousel/jetpack-carousel.php:130
4390
- msgid "Commenting as %s"
4391
  msgstr ""
4392
 
4393
- #: modules/carousel/jetpack-carousel.php:133
4394
- msgid "You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in</a> to post a comment."
4395
  msgstr ""
4396
 
4397
- #: modules/carousel/jetpack-carousel.php:135
4398
- msgid "%s (Required)"
4399
  msgstr ""
4400
 
4401
- #: modules/carousel/jetpack-carousel.php:137
4402
- #: modules/contact-form/grunion-contact-form.php:753
4403
- #: modules/contact-form/grunion-form-view.php:155
4404
- msgid "Email"
4405
- msgstr "Имейл"
4406
 
4407
- #: modules/carousel/jetpack-carousel.php:141
4408
- #: modules/contact-form/grunion-contact-form.php:754
4409
- #: modules/contact-form/grunion-form-view.php:160
4410
- msgid "Website"
4411
- msgstr "Интернет страница"
4412
 
4413
- #: modules/carousel/jetpack-carousel.php:266
4414
- msgid "Missing attachment ID."
 
4415
  msgstr ""
4416
 
4417
- #: modules/carousel/jetpack-carousel.php:303
4418
- msgid "Nonce verification failed."
 
4419
  msgstr ""
4420
 
4421
- #: modules/carousel/jetpack-carousel.php:310
4422
- msgid "Missing target blog ID."
 
 
 
 
 
4423
  msgstr ""
4424
 
4425
- #: modules/carousel/jetpack-carousel.php:313
4426
- msgid "Missing target post ID."
4427
  msgstr ""
4428
 
4429
- #: modules/carousel/jetpack-carousel.php:316
4430
- msgid "No comment text was submitted."
4431
  msgstr ""
4432
 
4433
- #: modules/carousel/jetpack-carousel.php:328
4434
- msgid "Comments on this post are closed."
4435
  msgstr ""
4436
 
4437
- #: modules/carousel/jetpack-carousel.php:338
4438
- msgid "Sorry, but we could not authenticate your request."
4439
  msgstr ""
4440
 
4441
- #: modules/carousel/jetpack-carousel.php:347
4442
- msgid "Please provide your name."
4443
  msgstr ""
4444
 
4445
- #: modules/carousel/jetpack-carousel.php:350
4446
- msgid "Please provide an email address."
4447
  msgstr ""
4448
 
4449
- #: modules/carousel/jetpack-carousel.php:353
4450
- msgid "Please provide a valid email address."
4451
  msgstr ""
4452
 
4453
- #: modules/carousel/jetpack-carousel.php:382
4454
- msgid "Image Gallery Carousel"
4455
  msgstr ""
4456
 
4457
- #: modules/carousel/jetpack-carousel.php:385
4458
- msgid "Enable carousel"
4459
  msgstr ""
4460
 
4461
- #: modules/after-the-deadline/config-options.php:95
4462
- msgid "Use automatically detected language to proofread posts and pages"
4463
  msgstr ""
4464
 
4465
- #: modules/after-the-deadline/config-unignore.php:129
4466
- msgid "Ignored Phrases"
4467
  msgstr ""
4468
 
4469
- #: modules/after-the-deadline/config-unignore.php:131
4470
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
4471
  msgstr ""
4472
 
4473
- #: modules/after-the-deadline/config-unignore.php:133
4474
- #: modules/widget-visibility/widget-conditions.php:174
4475
- msgid "Add"
4476
- msgstr "Добавяне"
4477
 
4478
- #: modules/after-the-deadline/config-unignore.php:138
4479
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
4480
  msgstr ""
4481
 
4482
- #: modules/after-the-deadline.php:179
4483
- msgid "Spelling"
4484
  msgstr ""
4485
 
4486
- #: modules/after-the-deadline.php:180
4487
- msgid "Repeated Word"
4488
  msgstr ""
4489
 
4490
- #: modules/after-the-deadline.php:182
4491
- msgid "No suggestions"
4492
- msgstr "Няма предложения"
4493
 
4494
- #: modules/after-the-deadline.php:184
4495
- msgid "Explain..."
4496
  msgstr ""
4497
 
4498
- #: modules/after-the-deadline.php:185
4499
- msgid "Ignore suggestion"
4500
  msgstr ""
4501
 
4502
- #: modules/after-the-deadline.php:186
4503
- msgid "Ignore always"
4504
  msgstr ""
4505
 
4506
- #: modules/after-the-deadline.php:187
4507
- msgid "Ignore all"
4508
- msgstr "Игнориране всички"
4509
 
4510
- #: modules/after-the-deadline.php:189
4511
- msgid "Edit Selection..."
4512
  msgstr ""
4513
 
4514
- #: modules/after-the-deadline.php:191
4515
- msgid "proofread"
 
4516
  msgstr ""
4517
 
4518
- #: modules/after-the-deadline.php:192
4519
- msgid "edit text"
4520
  msgstr ""
4521
 
4522
- #: modules/after-the-deadline.php:193 modules/after-the-deadline.php:268
4523
- msgid "Proofread Writing"
4524
  msgstr ""
4525
 
4526
- #: modules/after-the-deadline.php:195
4527
- msgid "No writing errors were found."
4528
  msgstr ""
4529
 
4530
- #: modules/after-the-deadline.php:196
4531
- msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
4532
  msgstr ""
4533
 
4534
- #: modules/after-the-deadline.php:197
4535
- msgid "There was an error communicating with the proofreading service."
4536
  msgstr ""
4537
 
4538
- #: modules/after-the-deadline.php:199
4539
- msgid "Replace selection with:"
4540
  msgstr ""
4541
 
4542
- #: modules/after-the-deadline.php:200
4543
- msgid ""
4544
- "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
4545
- "\n"
4546
- "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
4547
  msgstr ""
4548
 
4549
- #: modules/after-the-deadline.php:201
4550
- msgid ""
4551
- "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
4552
- "\n"
4553
- "Press OK to update your post, or Cancel to view the suggestions and edit your post."
4554
  msgstr ""
4555
 
4556
- #: modules/carousel/jetpack-carousel.php:106
4557
- msgid "Comment"
4558
- msgstr "Коментар"
4559
 
4560
- #: modules/carousel/jetpack-carousel.php:107
4561
- msgid "Post Comment"
4562
- msgstr "Публикуване"
4563
 
4564
- #: modules/carousel/jetpack-carousel.php:108
4565
- msgid "Write a Comment..."
4566
- msgstr "Добавяне на коментар…"
4567
 
4568
- #: modules/carousel/jetpack-carousel.php:109
4569
- msgid "Loading Comments..."
4570
  msgstr ""
4571
 
4572
- #: modules/carousel/jetpack-carousel.php:110
4573
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
4574
- msgstr ""
4575
 
4576
- #: functions.twitter-cards.php:83
4577
- msgid "Photo post by %s."
4578
  msgstr ""
4579
 
4580
- #: functions.twitter-cards.php:83
4581
- msgid "Photo post."
4582
  msgstr ""
4583
 
4584
- #: functions.twitter-cards.php:85
4585
- msgid "Video post by %s."
4586
  msgstr ""
4587
 
4588
- #: functions.twitter-cards.php:85
4589
- msgid "Video post."
4590
  msgstr ""
4591
 
4592
- #: functions.twitter-cards.php:87
4593
- msgid "Gallery post by %s."
4594
  msgstr ""
4595
 
4596
- #: functions.twitter-cards.php:87
4597
- msgid "Gallery post."
4598
  msgstr ""
4599
 
4600
- #: functions.twitter-cards.php:89
4601
- msgid "New post by %s."
4602
  msgstr ""
4603
 
4604
- #: functions.twitter-cards.php:89
4605
- msgid "New post."
4606
  msgstr ""
4607
 
4608
- #: locales.php:29
4609
- msgctxt "locales"
4610
- msgid "%1$s/%2$s"
4611
  msgstr ""
4612
 
4613
- #: modules/after-the-deadline/config-options.php:48
4614
- msgid "Proofreading"
4615
  msgstr ""
4616
 
4617
- #: modules/after-the-deadline/config-options.php:50
4618
- msgid "Automatically proofread content when:"
4619
- msgstr ""
4620
 
4621
- #: modules/after-the-deadline/config-options.php:53
4622
- msgid "a post or page is first published"
4623
  msgstr ""
4624
 
4625
- #: modules/after-the-deadline/config-options.php:55
4626
- msgid "a post or page is updated"
 
 
 
 
 
 
 
 
4627
  msgstr ""
4628
 
4629
- #: modules/after-the-deadline/config-options.php:58
4630
- msgid "English Options"
4631
  msgstr ""
4632
 
4633
- #: modules/after-the-deadline/config-options.php:60
4634
- msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
4635
  msgstr ""
4636
 
4637
- #: modules/after-the-deadline/config-options.php:63
4638
- msgid "Bias Language"
4639
  msgstr ""
4640
 
4641
- #: modules/after-the-deadline/config-options.php:65
4642
- msgid "Clich&eacute;s"
4643
  msgstr ""
4644
 
4645
- #: modules/after-the-deadline/config-options.php:67
4646
- msgid "Complex Phrases"
 
4647
  msgstr ""
4648
 
4649
- #: modules/after-the-deadline/config-options.php:69
4650
- msgid "Diacritical Marks"
 
4651
  msgstr ""
4652
 
4653
- #: modules/after-the-deadline/config-options.php:71
4654
- msgid "Double Negatives"
 
4655
  msgstr ""
4656
 
4657
- #: modules/after-the-deadline/config-options.php:73
4658
- msgid "Hidden Verbs"
 
4659
  msgstr ""
4660
 
4661
- #: modules/after-the-deadline/config-options.php:75
4662
- msgid "Jargon"
4663
- msgstr ""
4664
 
4665
- #: modules/after-the-deadline/config-options.php:77
4666
- msgid "Passive Voice"
 
4667
  msgstr ""
4668
 
4669
- #: modules/after-the-deadline/config-options.php:79
4670
- msgid "Phrases to Avoid"
 
4671
  msgstr ""
4672
 
4673
- #: modules/after-the-deadline/config-options.php:81
4674
- msgid "Redundant Phrases"
 
4675
  msgstr ""
4676
 
4677
- #: modules/after-the-deadline/config-options.php:83
4678
- msgid "<a href=\"%s\">Learn more</a> about these options."
 
4679
  msgstr ""
4680
 
4681
- #: modules/after-the-deadline/config-options.php:86
4682
- msgid "Language"
4683
- msgstr "Език"
 
4684
 
4685
- #: modules/after-the-deadline/config-options.php:89
4686
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
4687
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
4688
  msgstr ""
4689
 
4690
- #: class.jetpack.php:3178
4691
- msgid "Free"
4692
- msgstr "Безплатен"
4693
 
4694
- #: class.jetpack.php:3178
4695
- msgid "Purchase"
4696
  msgstr ""
4697
 
4698
- #: class.jetpack.php:3186
4699
- msgid "New"
4700
  msgstr ""
4701
 
4702
- #: class.jetpack.php:3189
4703
- msgid "Updated"
4704
  msgstr ""
4705
 
4706
- #: class.jetpack.php:3217
4707
- msgid "Configure"
4708
- msgstr "Настройки"
4709
-
4710
- #: class.jetpack.php:3255
4711
- msgid "Coming soon&#8230;"
4712
  msgstr ""
4713
 
4714
- #: class.jetpack.php:3412
4715
- msgid "Something is being cranky!"
4716
  msgstr ""
4717
 
4718
- #: class.jetpack.php:3413
4719
- msgid "Your site is configured to only permit SSL connections to Jetpack, but SSL connections don't seem to be functional!"
4720
- msgstr ""
4721
 
4722
- #: class.jetpack.php:3501
4723
- msgid "Error Details: Jetpack ID is empty. Do not publicly post this error message! %s"
4724
- msgstr ""
4725
 
4726
- #: class.jetpack.php:3503
4727
- msgid "Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s"
4728
  msgstr ""
4729
 
4730
- #: class.jetpack.php:3505
4731
- msgid "Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s"
4732
  msgstr ""
4733
 
4734
- #: class.jetpack.php:3663
4735
- msgid "Jetpack Plugin Version"
4736
  msgstr ""
4737
 
4738
- #: class.jetpack.php:3669
4739
- msgid "The Client ID/WP.com Blog ID of this site"
4740
  msgstr ""
4741
 
4742
- #: class.jetpack.php:3921
4743
- msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
4744
  msgstr ""
4745
 
4746
- #: class.jetpack.php:3924
4747
- 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."
4748
  msgstr ""
4749
 
4750
- #: class.jetpack.php:3952
4751
- msgid "The authorization process expired. Please go back and try again."
4752
  msgstr ""
4753
 
4754
- #: class.jetpack.php:3992
4755
- msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
4756
  msgstr ""
4757
 
4758
- #: class.jetpack.php:4160
4759
- msgid "Something has gotten mixed up!"
4760
- msgstr ""
 
 
 
 
4761
 
4762
- #: class.jetpack.php:4162
4763
- msgid "Your <code>%1$s</code> option is set up as <strong>%2$s</strong>, but your WordPress.com connection lists it as <strong>%3$s</strong>!"
4764
  msgstr ""
4765
 
4766
- #: class.jetpack.php:4164
4767
- msgid "The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings."
4768
  msgstr ""
4769
 
4770
- #: class.jetpack.php:4165
4771
- msgid "Ignore the difference. This is just a staging site for the real site referenced above."
4772
  msgstr ""
4773
 
4774
- #: class.jetpack.php:4166
4775
- msgid "That used to be my URL for this site before I changed it. Update the WordPress.com Cloud's data to match my current settings."
4776
  msgstr ""
4777
 
4778
- #: class.json-api-endpoints.php:1174
4779
- msgid "This post is password protected."
4780
  msgstr ""
4781
 
4782
- #: class.json-api-endpoints.php:2865
4783
- msgid "Comment cache problem?"
4784
  msgstr ""
4785
 
4786
- #: functions.gallery.php:12
4787
- msgid "Thumbnail Grid"
4788
  msgstr ""
4789
 
4790
- #: functions.gallery.php:40
4791
- msgid "Type"
4792
- msgstr "Тип"
4793
 
4794
- #: functions.opengraph.php:90
4795
- msgid "(no title)"
4796
- msgstr "(без заглавие)"
4797
 
4798
- #: class.jetpack.php:2637
4799
- msgctxt "%l = list of Jetpack module/feature names"
4800
- msgid "Deactivate %l"
4801
  msgstr ""
4802
 
4803
- #: class.jetpack.php:2822
4804
- msgid "Connected to WordPress.com"
4805
  msgstr ""
4806
 
4807
- #: class.jetpack.php:2822
4808
- msgid "Disconnect from WordPress.com"
4809
  msgstr ""
4810
 
4811
- #: class.jetpack.php:2827
4812
- msgid "User linked to WordPress.com"
4813
  msgstr ""
4814
 
4815
- #: class.jetpack.php:2827
4816
- msgid "Unlink user from WordPress.com"
4817
  msgstr ""
4818
 
4819
- #: class.jetpack.php:2845
4820
- msgid "Jetpack is network activated and notices can not be dismissed."
4821
  msgstr ""
4822
 
4823
- #: class.jetpack.php:2859
4824
- msgid "Dismiss this notice."
4825
  msgstr ""
4826
 
4827
- #: class.jetpack.php:2864
4828
- 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."
 
4829
  msgstr ""
4830
 
4831
- #: class.jetpack.php:2879
4832
- 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."
4833
  msgstr ""
4834
 
4835
- #: class.jetpack.php:2883 modules/post-by-email.php:132
4836
- #: modules/publicize/publicize-jetpack.php:70
4837
- msgid "Link account with WordPress.com"
4838
- msgstr ""
4839
 
4840
- #: class.jetpack.php:2904
4841
- msgid "Have feedback on Jetpack?"
4842
  msgstr ""
4843
 
4844
- #: class.jetpack.php:2906
4845
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
4846
  msgstr ""
4847
 
4848
- #: class.jetpack.php:2909
4849
- msgid "Take Survey"
4850
  msgstr ""
4851
 
4852
- #: class.jetpack.php:2915
4853
- msgid "Checking email updates status&hellip;"
4854
  msgstr ""
4855
 
4856
- #: class.jetpack.php:2921
4857
- msgctxt "%s = Unsubscribe link"
4858
- msgid "You are currently subscribed to email updates. %s"
4859
  msgstr ""
4860
 
4861
- #: class.jetpack.php:2922
4862
- msgid "Unsubscribe"
4863
  msgstr ""
4864
 
4865
- #: class.jetpack.php:2926
4866
- msgctxt "%s = Subscribe link"
4867
- msgid "Want to receive updates about Jetpack by email? %s"
4868
  msgstr ""
4869
 
4870
- #: class.jetpack.php:2927 modules/subscriptions.php:710
4871
- msgid "Subscribe"
4872
- msgstr "Абонирай се"
4873
-
4874
- #: class.jetpack.php:2934
4875
- msgid "You have been subscribed to receive email updates."
4876
  msgstr ""
4877
 
4878
- #: class.jetpack.php:2936
4879
- msgid "You will no longer receive email updates about Jetpack."
4880
  msgstr ""
4881
 
4882
- #: class.jetpack.php:2948
4883
- msgid "An <span>Automattic</span> Airline"
4884
  msgstr ""
4885
 
4886
- #: class.jetpack.php:2951
4887
- msgid "Privacy Policy"
4888
  msgstr ""
4889
 
4890
- #: class.jetpack.php:2952
4891
- msgid "Terms of Service"
4892
- msgstr "Условия за ползване"
4893
-
4894
- #: class.jetpack.php:2954
4895
- msgid "Debug"
4896
  msgstr ""
4897
 
4898
- #: class.jetpack.php:2956 modules/sharedaddy/sharedaddy.php:87
4899
- msgid "Support"
4900
- msgstr "Поддръжка"
4901
 
4902
- #: class.jetpack.php:3086
4903
- msgid "Configure %s"
4904
  msgstr ""
4905
 
4906
- #: class.jetpack.php:3145
4907
- msgid "Deactivate"
4908
- msgstr "Изключване"
4909
 
4910
- #: class.jetpack.php:3158
4911
- msgid "Activate"
4912
- msgstr "Включване"
4913
 
4914
- #: class.jetpack.php:2296
4915
- 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?"
4916
- msgstr ""
4917
 
4918
- #: class.jetpack.php:2298
4919
- msgid "Do you still have the %s plugin installed?"
4920
- msgstr ""
 
 
 
 
4921
 
4922
- #: class.jetpack.php:2301
4923
- 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?"
4924
- msgstr ""
4925
 
4926
- #: class.jetpack.php:2319
4927
- msgid "%s was not activated."
4928
- msgstr ""
4929
 
4930
- #: class.jetpack.php:2321
4931
- msgid "%s was not deactivated."
4932
- msgstr ""
4933
 
4934
- #: class.jetpack.php:2323
4935
- msgid "This module can only be altered by %s, the user who initiated the Jetpack connection on this site."
4936
- msgstr ""
4937
 
4938
- #: class.jetpack.php:2326
4939
- msgid "Only the user who initiated the Jetpack connection on this site can toggle %s, but that user no longer exists. This should not happen."
4940
- msgstr ""
4941
 
4942
- #: class.jetpack.php:2330
4943
- 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)."
4944
  msgstr ""
4945
 
4946
- #: class.jetpack.php:2336
4947
- msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
4948
  msgstr ""
4949
 
4950
- #: class.jetpack.php:2340
4951
- msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
4952
  msgstr ""
4953
 
4954
- #: class.jetpack.php:2380
4955
- 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"
4956
  msgstr ""
4957
 
4958
- #: class.jetpack.php:2383
4959
- msgid "Try connecting again."
4960
- msgstr ""
4961
 
4962
- #: class.jetpack.php:2407
4963
- msgid "Welcome to <strong>Jetpack %s</strong>!"
4964
  msgstr ""
4965
 
4966
- #: class.jetpack.php:2419
4967
- msgid "The following new modules have been activated: %l."
4968
  msgstr ""
4969
 
4970
- #: class.jetpack.php:2431
4971
- msgid "The following modules have been updated: %l."
4972
  msgstr ""
4973
 
4974
- #: class.jetpack.php:2440
4975
- msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
4976
  msgstr ""
4977
 
4978
- #: class.jetpack.php:2466
4979
- msgctxt "%l = list of Jetpack module/feature names"
4980
- msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
4981
- msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
4982
- msgstr[0] ""
4983
- msgstr[1] ""
4984
-
4985
- #: class.jetpack.php:2478
4986
- msgid "<strong>Module settings were saved.</strong> "
4987
- msgstr ""
4988
 
4989
- #: class.jetpack.php:2482
4990
- msgid "<strong>Your Jetpack is already connected.</strong> "
4991
  msgstr ""
4992
 
4993
- #: class.jetpack.php:2486 class.jetpack.php:2493
4994
- msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
4995
  msgstr ""
4996
 
4997
- #: class.jetpack.php:2488
4998
- msgid "The features below are now active. Click the learn more buttons to explore each feature."
4999
  msgstr ""
5000
 
5001
- #: class.jetpack.php:2499
5002
- msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
5003
  msgstr ""
5004
 
5005
- #: class.jetpack.php:2522
5006
- msgid "Jetpack contains the most recent version of the old %l plugin."
5007
- msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
5008
- msgstr[0] ""
5009
- msgstr[1] ""
5010
-
5011
- #: class.jetpack.php:2533
5012
- msgid "The old version has been deactivated and can be removed from your site."
5013
- msgid_plural "The old versions have been deactivated and can be removed from your site."
5014
- msgstr[0] ""
5015
- msgstr[1] ""
5016
-
5017
- #: class.jetpack.php:2598
5018
- msgid "Is this site private?"
5019
  msgstr ""
5020
 
5021
- #: class.jetpack.php:2603
5022
- msgctxt "%l = list of Jetpack module/feature names"
5023
- msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
5024
- msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
5025
- msgstr[0] ""
5026
- msgstr[1] ""
5027
-
5028
- #: class.jetpack.php:2620
5029
- msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
5030
- msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
5031
- msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
5032
- msgstr[0] ""
5033
- msgstr[1] ""
5034
-
5035
- #: class.jetpack.php:1877 class.jetpack.php:1924
5036
- msgid "Jetpack FAQ"
5037
  msgstr ""
5038
 
5039
- #: class.jetpack.php:1878 class.jetpack.php:1925
5040
- msgid "Jetpack Support"
5041
  msgstr ""
5042
 
5043
- #: class.jetpack.php:1894
5044
- msgid "Overview"
5045
- msgstr "Накратко"
5046
-
5047
- #: class.jetpack.php:1907
5048
- msgid "Modules"
5049
- msgstr ""
5050
 
5051
- #: class.jetpack.php:1910
5052
- msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
5053
  msgstr ""
5054
 
5055
- #: class.jetpack.php:1912
5056
- msgid "Find the component you want to manage"
5057
- msgstr ""
5058
 
5059
- #: class.jetpack.php:1913
5060
- msgid "Click on Learn More"
5061
- msgstr ""
5062
 
5063
- #: class.jetpack.php:1914
5064
- msgid "An Activate or Deactivate button will appear"
5065
- msgstr ""
5066
 
5067
- #: class.jetpack.php:1915
5068
- msgid "If additional settings are available, a link to them will appear"
5069
- msgstr ""
5070
 
5071
- #: class.jetpack.php:2020 modules/publicize/ui.php:677
5072
- #: modules/sharedaddy/sharedaddy.php:79 modules/sharedaddy/sharedaddy.php:86
5073
- msgid "Settings"
5074
- msgstr "Настройки"
5075
 
5076
- #: class.jetpack.php:2037
5077
- msgid "Dismiss this notice and deactivate Jetpack."
5078
- msgstr ""
5079
 
5080
- #: class.jetpack.php:2043
5081
- msgid "<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!"
5082
- msgstr ""
5083
 
5084
- #: class.jetpack.php:2045
5085
- msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
5086
  msgstr ""
5087
 
5088
- #: class.jetpack.php:2051 class.jetpack.php:2868
5089
- msgid "Connect to WordPress.com"
5090
  msgstr ""
5091
 
5092
- #: class.jetpack.php:2053 modules/module-info.php:45 modules/module-info.php:81
5093
- #: modules/module-info.php:138 modules/module-info.php:173
5094
- #: modules/module-info.php:207 modules/module-info.php:237
5095
- #: modules/module-info.php:270 modules/module-info.php:306
5096
- #: modules/module-info.php:357 modules/module-info.php:379
5097
- #: modules/module-info.php:417 modules/module-info.php:442
5098
- #: modules/module-info.php:460 modules/module-info.php:479
5099
- #: modules/module-info.php:485 modules/module-info.php:512
5100
- #: modules/module-info.php:543 modules/module-info.php:578
5101
- #: modules/module-info.php:600 modules/module-info.php:622
5102
- #: modules/module-info.php:672 modules/module-info.php:700
5103
- #: modules/module-info.php:728 modules/module-info.php:749
5104
- #: modules/module-info.php:775 modules/module-info.php:801
5105
- #: modules/module-info.php:824 modules/module-info.php:843
5106
- #: modules/module-info.php:860 modules/module-info.php:876
5107
- #: modules/module-info.php:896 modules/module-info.php:931
5108
- #: modules/module-info.php:947
5109
- msgid "Learn More"
5110
  msgstr ""
5111
 
5112
- #: class.jetpack.php:2066
5113
- msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
5114
  msgstr ""
5115
 
5116
- #: class.jetpack.php:2093
5117
- 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>."
5118
  msgstr ""
5119
 
5120
- #: class.jetpack.php:2104
5121
- msgid "click here"
5122
  msgstr ""
5123
 
5124
- #: class.jetpack.php:2274
5125
- msgid "Cheatin&#8217; uh?"
5126
- msgstr "Шмекеруваме, а?"
5127
-
5128
- #: class.jetpack.php:2277
5129
- msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
5130
  msgstr ""
5131
 
5132
- #: class.jetpack.php:2280
5133
- msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
5134
  msgstr ""
5135
 
5136
- #: class.jetpack.php:2284
5137
- 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."
5138
  msgstr ""
5139
 
5140
- #: class.jetpack.php:2287
5141
- 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."
5142
  msgstr ""
5143
 
5144
- #: class.jetpack.php:2291
5145
- msgid "Your website needs to be publicly accessible to use Jetpack: %s"
5146
  msgstr ""
5147
 
5148
- #: class.jetpack-debugger.php:178
5149
- msgid "Use a valid email address."
5150
  msgstr ""
5151
 
5152
- #: class.jetpack-debugger.php:183
5153
- msgid "The test results and some other useful debug information will be sent to the support team. Please feel free to <a href=\"#\">review/modify</a> this information."
5154
  msgstr ""
5155
 
5156
- #: class.jetpack-debugger.php:187
5157
- msgid "Debug Info"
5158
  msgstr ""
5159
 
5160
- #: class.jetpack-heartbeat.php:128
5161
- msgid "Jetpack weekly"
5162
- msgstr ""
5163
 
5164
- #: class.jetpack-sync.php:763 class.jetpack-sync.php:767
5165
- #: class.jetpack-sync.php:775 class.jetpack-sync.php:797
5166
- msgid "Refresh Status"
5167
- msgstr ""
5168
 
5169
- #: class.jetpack-sync.php:764
5170
- msgid "Indexing posts&hellip;"
5171
  msgstr ""
5172
 
5173
- #: class.jetpack-sync.php:768
5174
- msgid "Indexing posts"
5175
  msgstr ""
5176
 
5177
- #: class.jetpack-sync.php:771
5178
- msgid "Reindex Posts"
5179
  msgstr ""
5180
 
5181
- #: class.jetpack-sync.php:772
5182
- msgid "Posts indexed."
5183
  msgstr ""
5184
 
5185
- #: class.jetpack-sync.php:776
5186
- msgid "Status unknown."
5187
  msgstr ""
5188
 
5189
- #: class.jetpack.php:1094
5190
- msgctxt "Module Tag"
5191
- msgid "Photos and Videos"
5192
- msgstr "Снимки и видео"
5193
-
5194
- #: class.jetpack.php:1095
5195
- msgctxt "Module Tag"
5196
- msgid "Social"
5197
- msgstr "Социална"
5198
-
5199
- #: class.jetpack.php:1096
5200
- msgctxt "Module Tag"
5201
- msgid "WordPress.com Stats"
5202
- msgstr "WordPress.com статистика"
5203
-
5204
- #: class.jetpack.php:1097
5205
- msgctxt "Module Tag"
5206
- msgid "Writing"
5207
- msgstr "Писане"
5208
-
5209
- #: class.jetpack.php:1098
5210
- msgctxt "Module Tag"
5211
- msgid "Appearance"
5212
- msgstr "Външен вид"
5213
-
5214
- #: class.jetpack.php:1099
5215
- msgctxt "Module Tag"
5216
- msgid "Developers"
5217
- msgstr "Разработчици"
5218
 
5219
- #: class.jetpack.php:1100
5220
- msgctxt "Module Tag"
5221
- msgid "Mobile"
5222
- msgstr "Мобилна"
5223
 
5224
- #: class.jetpack.php:1101
5225
- msgctxt "Module Tag"
5226
- msgid "Other"
5227
- msgstr "Друга"
5228
 
5229
- #: class.jetpack.php:1412
5230
- msgid "Jetpack requires WordPress version %s or later."
5231
  msgstr ""
5232
 
5233
- #: class.jetpack.php:1661 class.jetpack.php:1677
5234
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
5235
  msgstr ""
5236
 
5237
- #: class.jetpack.php:1698
5238
- msgid "One New Jetpack Module"
5239
- msgid_plural "%s New Jetpack Modules"
5240
- msgstr[0] ""
5241
- msgstr[1] ""
5242
 
5243
- #: class.jetpack.php:1701
5244
- msgid "Jetpack"
5245
  msgstr ""
5246
 
5247
- #: class.jetpack.php:1871 class.jetpack.php:1896 class.jetpack.php:1909
5248
- #: class.jetpack.php:2832 class.jetpack.php:3085
5249
- msgid "Jetpack by WordPress.com"
5250
  msgstr ""
5251
 
5252
- #: class.jetpack.php:1872 class.jetpack.php:1897 class.jetpack.php:2835
5253
- msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
5254
  msgstr ""
5255
 
5256
- #: class.jetpack.php:1873 class.jetpack.php:1898
5257
- 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."
5258
  msgstr ""
5259
 
5260
- #: class.jetpack.php:1874
5261
- msgid "Jetpack Module Options"
5262
  msgstr ""
5263
 
5264
- #: class.jetpack.php:1875
5265
- 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."
5266
  msgstr ""
5267
 
5268
- #: class.jetpack.php:1876 class.jetpack.php:1923
5269
- msgid "For more information:"
5270
- msgstr "За повече информация:"
5271
 
5272
- #: class.jetpack-debugger.php:24
5273
- msgid "You do not have sufficient permissions to access this page."
5274
- msgstr "Нямате право на достъп до тази страница."
5275
 
5276
- #: class.jetpack-debugger.php:68
5277
- msgid "Your site isn’t reaching the Jetpack servers."
5278
  msgstr ""
5279
 
5280
- #: class.jetpack-debugger.php:71
5281
- msgid "Your site isn’t securely reaching the Jetpack servers."
 
5282
  msgstr ""
5283
 
5284
- #: class.jetpack-debugger.php:76
5285
- msgid "Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection lists it as `%3$s`!"
5286
  msgstr ""
5287
 
5288
- #: class.jetpack-debugger.php:83
5289
- msgid "Something has gotten mixed up in your Jetpack Connection!"
 
 
 
 
 
 
 
 
5290
  msgstr ""
5291
 
5292
- #: class.jetpack-debugger.php:93
5293
- msgid "It looks like your site can not communicate properly with Jetpack."
5294
  msgstr ""
5295
 
5296
- #: class.jetpack-debugger.php:99 class.jetpack.php:1706 class.jetpack.php:1926
5297
- msgid "Jetpack Debugging Center"
5298
  msgstr ""
5299
 
5300
- #: class.jetpack-debugger.php:100
5301
- msgid "Testing your site's compatibily with Jetpack..."
5302
  msgstr ""
5303
 
5304
- #: class.jetpack-debugger.php:128
5305
- msgid "Your Jetpack setup looks a-okay!"
5306
  msgstr ""
5307
 
5308
- #: class.jetpack-debugger.php:131
5309
- msgid "There seems to be a problem with your site’s ability to communicate with Jetpack!"
5310
  msgstr ""
5311
 
5312
- #: class.jetpack-debugger.php:138
5313
- msgid "Trouble with Jetpack?"
5314
  msgstr ""
5315
 
5316
- #: class.jetpack-debugger.php:139
5317
- msgid "It may be caused by one of these issues, which you can diagnose yourself:"
5318
  msgstr ""
5319
 
5320
- #: class.jetpack-debugger.php:141
5321
- msgid "A known issue."
5322
  msgstr ""
5323
 
5324
- #: class.jetpack-debugger.php:141
5325
- msgid "Some themes and plugins have <a href=\"%1$s\" target=\"_blank\">known conflicts</a> with Jetpack check the <a href=\"%2$s\" target=\"_blank\">list</a>. (You can also browse the <a href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support forum</a> to see if others have experienced and solved the problem.)"
5326
  msgstr ""
5327
 
5328
- #: class.jetpack-debugger.php:142
5329
- msgid "An incompatible plugin."
5330
  msgstr ""
5331
 
5332
- #: class.jetpack-debugger.php:142
5333
- msgid "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help."
5334
  msgstr ""
5335
 
5336
- #: class.jetpack-debugger.php:143
5337
- msgid "A theme conflict."
5338
  msgstr ""
5339
 
5340
- #: class.jetpack-debugger.php:143
5341
- msgid "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know."
5342
  msgstr ""
5343
 
5344
- #: class.jetpack-debugger.php:144
5345
- msgid "A problem with your XMLRPC file."
5346
  msgstr ""
5347
 
5348
- #: class.jetpack-debugger.php:144
5349
- msgid "Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself."
5350
  msgstr ""
5351
 
5352
- #: class.jetpack-debugger.php:146
5353
- msgid "If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3."
5354
  msgstr ""
5355
 
5356
- #: class.jetpack-debugger.php:147
5357
- msgid "If you get a 404 message, contact your web host. Their security may block XMLRPC."
5358
  msgstr ""
5359
 
5360
- #: class.jetpack-debugger.php:152
5361
- msgid "If none of these help you find a solution, <a href=\"#\">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you've tried to resolve it, and one of our Happiness Engineers will be in touch to help."
5362
  msgstr ""
5363
 
5364
- #: class.jetpack-debugger.php:166
5365
- msgid "Please describe the problem you are having."
5366
  msgstr ""
5367
 
5368
- #: class.jetpack-debugger.php:171 modules/carousel/jetpack-carousel.php:139
5369
- #: modules/contact-form/grunion-contact-form.php:752
5370
- #: modules/contact-form/grunion-form-view.php:156
5371
- #: modules/custom-post-types/nova.php:740
5372
- msgid "Name"
5373
- msgstr "Име"
5374
 
5375
- #: class.jetpack-debugger.php:172
5376
- msgid "Let us know your name."
5377
  msgstr ""
5378
 
5379
- #: class.jetpack-debugger.php:177
5380
- msgid "E-mail"
5381
- msgstr "Имейл"
5382
 
5383
- #: _inc/lib/icalendar-reader.php:701
5384
- msgid "%1$s &ndash; %2$s"
5385
  msgstr ""
5386
 
5387
- #: class.jetpack-cli.php:25
5388
- msgid "Jetpack is currently connected to WordPress.com"
5389
- msgstr "В момента JetPack e свързан с WordPress.com"
5390
 
5391
- #: class.jetpack-cli.php:26
5392
- msgid "The Jetpack Version is %s"
5393
- msgstr "Версията на Jetpack е %s"
5394
 
5395
- #: class.jetpack-cli.php:27
5396
- msgid "The WordPress.com blog_id is %d"
5397
- msgstr "Блогът в WordPress.com е с blog_id %d"
5398
 
5399
- #: class.jetpack-cli.php:29
5400
- msgid "Jetpack is not currently connected to WordPress.com"
5401
- msgstr "В момента Jetpack не е свързан с WordPress.com"
5402
 
5403
- #: class.jetpack-cli.php:57
5404
- msgid "You cannot disconnect, without having first connected."
5405
- msgstr "Не можете да развържете без преди това да сте свързали."
5406
 
5407
- #: class.jetpack-cli.php:62 class.jetpack-cli.php:131
5408
- msgid "%s is not a valid command."
5409
- msgstr "%s не е валидна команда."
5410
 
5411
- #: class.jetpack-cli.php:79
5412
- msgid "Please specify a valid user."
5413
- msgstr "Отбележете валиден потребител"
1
+ # Translation of 2.9 in Bulgarian
2
+ # This file is distributed under the same license as the 2.9 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2014-02-20 09:38: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=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/0.1\n"
11
+ "Project-Id-Version: 2.9\n"
12
 
13
+ #: _inc/lib/icalendar-reader.php:699
14
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
15
+ msgid "%1$s at %2$s"
16
+ msgstr "%1$s в %2$s"
17
 
18
+ #: _inc/lib/icalendar-reader.php:701
19
+ msgid "%1$s &ndash; %2$s"
20
  msgstr ""
21
 
22
+ #: class.jetpack-cli.php:25
23
+ msgid "Jetpack is currently connected to WordPress.com"
24
+ msgstr "В момента JetPack e свързан с WordPress.com"
25
 
26
+ #: class.jetpack-cli.php:26
27
+ msgid "The Jetpack Version is %s"
28
+ msgstr "Версията на Jetpack е %s"
29
 
30
+ #: class.jetpack-cli.php:27
31
+ msgid "The WordPress.com blog_id is %d"
32
+ msgstr "Блогът в WordPress.com е с blog_id %d"
33
 
34
+ #: class.jetpack-cli.php:29
35
+ msgid "Jetpack is not currently connected to WordPress.com"
36
+ msgstr "В момента Jetpack не е свързан с WordPress.com"
37
 
38
+ #: class.jetpack-cli.php:57
39
+ msgid "You cannot disconnect, without having first connected."
40
+ msgstr "Не можете да развържете без преди това да сте свързали."
41
 
42
+ #: class.jetpack-cli.php:62 class.jetpack-cli.php:131
43
+ msgid "%s is not a valid command."
44
+ msgstr "%s не е валидна команда."
45
 
46
+ #: class.jetpack-cli.php:79
47
+ msgid "Please specify a valid user."
48
+ msgstr "Отбележете валиден потребител"
49
 
50
+ #: class.jetpack-cli.php:82
51
+ msgid "Please specify a user."
52
+ msgstr "Моля изберете потребител."
53
 
54
+ #: class.jetpack-cli.php:90
55
+ msgid "Jetpack has been successfully disconnected."
56
+ msgstr "Jetpack беше отвързан успешно."
57
 
58
+ #: class.jetpack-cli.php:95
59
+ msgid "%s has been successfully disconnected."
60
+ msgstr "%s беше развързан успешно."
61
 
62
+ #: class.jetpack-cli.php:97
63
+ msgid "%s could not be disconnected. Are you sure they're connected currently?"
64
+ msgstr "%s не може да се изключи. Сигурни ли сте, че в момента има връзка?"
65
 
66
+ #: class.jetpack-cli.php:101
67
+ msgid "Please specify if you would like to disconnect a blog or user."
68
+ msgstr "Отбележете дали желаете да развържете блог или потребител."
69
 
70
+ #: class.jetpack-cli.php:138
71
+ msgid "%s is not a valid module."
72
+ msgstr "%s не е валиден модул."
73
 
74
+ #: class.jetpack-cli.php:144
75
+ msgid "Please specify a valid module."
76
+ msgstr "Моля изберете валиден модул."
77
 
78
+ #: class.jetpack-cli.php:151
79
+ msgid "Available Modules:"
80
+ msgstr "Налични модули:"
81
 
82
+ #: class.jetpack-cli.php:155 modules/vaultpress.php:24
83
+ msgid "Active"
84
+ msgstr "Активноr"
85
 
86
+ #: class.jetpack-cli.php:155
87
+ msgid "Inactive"
88
+ msgstr "Неактивен"
89
+
90
+ #: class.jetpack-cli.php:163
91
+ msgid "%s has been activated."
92
+ msgstr "%s беше активирана."
93
+
94
+ #: class.jetpack-cli.php:169
95
+ msgid "%s has been deactivated."
96
+ msgstr "%s беше деактивирана."
97
+
98
+ #: class.jetpack-client-server.php:139
99
+ msgid "An administrator for this blog must set up the Jetpack connection."
100
  msgstr ""
101
 
102
+ #: class.jetpack-client-server.php:144
103
+ msgid "You need to register your Jetpack before connecting it."
104
  msgstr ""
105
 
106
+ #: class.jetpack-client-server.php:186 class.jetpack.php:3599
107
+ #: class.jetpack.php:3601 class.jetpack.php:3603 class.jetpack.php:3606
108
+ msgid "Error Details: %s"
109
  msgstr ""
110
 
111
+ #: class.jetpack-debugger.php:24
112
+ msgid "You do not have sufficient permissions to access this page."
113
+ msgstr "Нямате право на достъп до тази страница."
114
+
115
+ #: class.jetpack-debugger.php:68
116
+ msgid "Your site isn’t reaching the Jetpack servers."
117
  msgstr ""
118
 
119
+ #: class.jetpack-debugger.php:71
120
+ msgid "Your site isn’t securely reaching the Jetpack servers."
 
121
  msgstr ""
122
 
123
+ #: class.jetpack-debugger.php:76
124
+ msgid "Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection lists it as `%3$s`!"
125
  msgstr ""
126
 
127
+ #: class.jetpack-debugger.php:83
128
+ msgid "Something has gotten mixed up in your Jetpack Connection!"
129
+ msgstr ""
130
 
131
+ #: class.jetpack-debugger.php:93
132
+ msgid "It looks like your site can not communicate properly with Jetpack."
133
+ msgstr ""
134
 
135
+ #: class.jetpack-debugger.php:99 class.jetpack.php:1752 class.jetpack.php:1972
136
+ msgid "Jetpack Debugging Center"
137
  msgstr ""
138
 
139
+ #: class.jetpack-debugger.php:100
140
+ msgid "Testing your site's compatibily with Jetpack..."
141
  msgstr ""
142
 
143
+ #: class.jetpack-debugger.php:128
144
+ msgid "Your Jetpack setup looks a-okay!"
145
  msgstr ""
146
 
147
+ #: class.jetpack-debugger.php:131
148
+ msgid "There seems to be a problem with your site’s ability to communicate with Jetpack!"
149
  msgstr ""
150
 
151
+ #: class.jetpack-debugger.php:138
152
+ msgid "Trouble with Jetpack?"
153
  msgstr ""
154
 
155
+ #: class.jetpack-debugger.php:139
156
+ msgid "It may be caused by one of these issues, which you can diagnose yourself:"
157
  msgstr ""
158
 
159
+ #: class.jetpack-debugger.php:141
160
+ msgid "A known issue."
161
  msgstr ""
162
 
163
+ #: class.jetpack-debugger.php:141
164
+ msgid "Some themes and plugins have <a href=\"%1$s\" target=\"_blank\">known conflicts</a> with Jetpack – check the <a href=\"%2$s\" target=\"_blank\">list</a>. (You can also browse the <a href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support forum</a> to see if others have experienced and solved the problem.)"
165
  msgstr ""
166
 
167
+ #: class.jetpack-debugger.php:142
168
+ msgid "An incompatible plugin."
169
  msgstr ""
170
 
171
+ #: class.jetpack-debugger.php:142
172
+ msgid "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help."
173
  msgstr ""
174
 
175
+ #: class.jetpack-debugger.php:143
176
+ msgid "A theme conflict."
177
  msgstr ""
178
 
179
+ #: class.jetpack-debugger.php:143
180
+ msgid "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know."
181
  msgstr ""
182
 
183
+ #: class.jetpack-debugger.php:144
184
+ msgid "A problem with your XMLRPC file."
185
  msgstr ""
186
 
187
+ #: class.jetpack-debugger.php:144
188
+ msgid "Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself."
189
  msgstr ""
190
 
191
+ #: class.jetpack-debugger.php:146
192
+ msgid "If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3."
193
  msgstr ""
194
 
195
+ #: class.jetpack-debugger.php:147
196
+ msgid "If you get a 404 message, contact your web host. Their security may block XMLRPC."
197
  msgstr ""
198
 
199
+ #: class.jetpack-debugger.php:152
200
+ msgid "If none of these help you find a solution, <a href=\"#\">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you've tried to resolve it, and one of our Happiness Engineers will be in touch to help."
201
  msgstr ""
202
 
203
+ #: class.jetpack-debugger.php:166
204
+ msgid "Please describe the problem you are having."
205
  msgstr ""
206
 
207
+ #: class.jetpack-debugger.php:171 modules/carousel/jetpack-carousel.php:139
208
+ #: modules/contact-form/grunion-contact-form.php:769
209
+ #: modules/contact-form/grunion-form-view.php:156
210
+ #: modules/custom-post-types/nova.php:740
211
+ msgid "Name"
212
+ msgstr "Име"
213
+
214
+ #: class.jetpack-debugger.php:172
215
+ msgid "Let us know your name."
216
  msgstr ""
217
 
218
+ #: class.jetpack-debugger.php:177
219
+ msgid "E-mail"
220
+ msgstr "Имейл"
221
+
222
+ #: class.jetpack-debugger.php:178
223
+ msgid "Use a valid email address."
224
  msgstr ""
225
 
226
+ #: class.jetpack-debugger.php:183
227
+ msgid "The test results and some other useful debug information will be sent to the support team. Please feel free to <a href=\"#\">review/modify</a> this information."
228
  msgstr ""
229
 
230
+ #: class.jetpack-debugger.php:187
231
+ msgid "Debug Info"
232
  msgstr ""
233
 
234
+ #: class.jetpack-heartbeat.php:128
235
+ msgid "Jetpack weekly"
236
  msgstr ""
237
 
238
+ #: class.jetpack-network-sites-list-table.php:14
239
+ msgid "Site Name"
240
  msgstr ""
241
 
242
+ #: class.jetpack-network-sites-list-table.php:15
243
+ msgid "Path"
244
+ msgstr "Път"
245
+
246
+ #: class.jetpack-network-sites-list-table.php:16
247
+ #: modules/gplus-authorship/admin/ui.php:155 modules/sso.php:793
248
+ msgid "Connected"
249
  msgstr ""
250
 
251
+ #: class.jetpack-network-sites-list-table.php:42
252
+ #: modules/custom-css/custom-css.php:719 modules/custom-css/custom-css.php:814
253
+ #: modules/custom-css/custom-css.php:844 modules/minileven/minileven.php:262
254
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:74
255
+ #: modules/minileven/theme/pub/minileven/content.php:53
256
+ #: modules/minileven/theme/pub/minileven/image.php:82
257
+ #: modules/minileven/theme/pub/minileven/page.php:31
258
+ #: modules/publicize/ui.php:677
259
+ msgid "Edit"
260
+ msgstr "Редактиране"
261
+
262
+ #: class.jetpack-network.php:143 class.jetpack-network.php:240
263
+ #: class.jetpack-network.php:302 class.jetpack.php:1747
264
+ msgid "Jetpack"
265
  msgstr ""
266
 
267
+ #: class.jetpack-network.php:304 class.jetpack.php:2066
268
+ #: modules/publicize/ui.php:677 modules/sharedaddy/sharedaddy.php:79
269
+ #: modules/sharedaddy/sharedaddy.php:86
270
+ msgid "Settings"
271
+ msgstr "Настройки"
272
 
273
+ #: class.jetpack-network.php:634
274
+ msgid "Sites"
275
+ msgstr "Сайтове"
276
 
277
+ #: class.jetpack-sync.php:766 class.jetpack-sync.php:770
278
+ #: class.jetpack-sync.php:778 class.jetpack-sync.php:800
279
+ msgid "Refresh Status"
280
  msgstr ""
281
 
282
+ #: class.jetpack-sync.php:767
283
+ msgid "Indexing posts&hellip;"
284
  msgstr ""
285
 
286
+ #: class.jetpack-sync.php:771
287
+ msgid "Indexing posts"
288
  msgstr ""
289
 
290
+ #: class.jetpack-sync.php:774
291
+ msgid "Reindex Posts"
292
  msgstr ""
293
 
294
+ #: class.jetpack-sync.php:775
295
+ msgid "Posts indexed."
296
  msgstr ""
297
 
298
+ #: class.jetpack-sync.php:779
299
+ msgid "Status unknown."
300
  msgstr ""
301
 
302
+ #: class.jetpack.php:1133
303
+ msgctxt "Module Tag"
304
+ msgid "Photos and Videos"
305
+ msgstr "Снимки и видео"
306
 
307
+ #: class.jetpack.php:1134
308
+ msgctxt "Module Tag"
309
+ msgid "Social"
310
+ msgstr "Социална"
311
 
312
+ #: class.jetpack.php:1135
313
+ msgctxt "Module Tag"
314
+ msgid "WordPress.com Stats"
315
+ msgstr "WordPress.com статистика"
316
+
317
+ #: class.jetpack.php:1136
318
+ msgctxt "Module Tag"
319
+ msgid "Writing"
320
+ msgstr "Писане"
321
+
322
+ #: class.jetpack.php:1137
323
+ msgctxt "Module Tag"
324
+ msgid "Appearance"
325
+ msgstr "Външен вид"
326
+
327
+ #: class.jetpack.php:1138
328
+ msgctxt "Module Tag"
329
+ msgid "Developers"
330
+ msgstr "Разработчици"
331
+
332
+ #: class.jetpack.php:1139
333
+ msgctxt "Module Tag"
334
+ msgid "Mobile"
335
+ msgstr "Мобилна"
336
+
337
+ #: class.jetpack.php:1140
338
+ msgctxt "Module Tag"
339
+ msgid "Other"
340
+ msgstr "Друга"
341
+
342
+ #: class.jetpack.php:1451
343
+ msgid "Jetpack requires WordPress version %s or later."
344
  msgstr ""
345
 
346
+ #: class.jetpack.php:1707 class.jetpack.php:1723
347
+ msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
348
  msgstr ""
349
 
350
+ #: class.jetpack.php:1744
351
+ msgid "One New Jetpack Module"
352
+ msgid_plural "%s New Jetpack Modules"
353
+ msgstr[0] ""
354
+ msgstr[1] ""
355
+
356
+ #: class.jetpack.php:1917 class.jetpack.php:1942 class.jetpack.php:1955
357
+ #: class.jetpack.php:2933 class.jetpack.php:3198
358
+ #: views/admin/network-admin-header.php:5
359
+ msgid "Jetpack by WordPress.com"
360
  msgstr ""
361
 
362
+ #: class.jetpack.php:1918 class.jetpack.php:1943 class.jetpack.php:2936
363
+ msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
364
  msgstr ""
365
 
366
+ #: class.jetpack.php:1919 class.jetpack.php:1944
367
+ 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."
368
  msgstr ""
369
 
370
+ #: class.jetpack.php:1920
371
+ msgid "Jetpack Module Options"
372
  msgstr ""
373
 
374
+ #: class.jetpack.php:1921
375
+ 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."
376
  msgstr ""
377
 
378
+ #: class.jetpack.php:1922 class.jetpack.php:1969
379
+ msgid "For more information:"
380
+ msgstr "За повече информация:"
381
+
382
+ #: class.jetpack.php:1923 class.jetpack.php:1970
383
+ msgid "Jetpack FAQ"
384
  msgstr ""
385
 
386
+ #: class.jetpack.php:1924 class.jetpack.php:1971
387
+ msgid "Jetpack Support"
388
  msgstr ""
389
 
390
+ #: class.jetpack.php:1940
391
+ msgid "Overview"
392
+ msgstr "Накратко"
393
 
394
+ #: class.jetpack.php:1953
395
+ msgid "Modules"
396
  msgstr ""
397
 
398
+ #: class.jetpack.php:1956
399
+ msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
400
  msgstr ""
401
 
402
+ #: class.jetpack.php:1958
403
+ msgid "Find the component you want to manage"
404
  msgstr ""
405
 
406
+ #: class.jetpack.php:1959
407
+ msgid "Click on Learn More"
408
  msgstr ""
409
 
410
+ #: class.jetpack.php:1960
411
+ msgid "An Activate or Deactivate button will appear"
412
+ msgstr ""
 
413
 
414
+ #: class.jetpack.php:1961
415
+ msgid "If additional settings are available, a link to them will appear"
416
  msgstr ""
417
 
418
+ #: class.jetpack.php:2083
419
+ msgid "Dismiss this notice and deactivate Jetpack."
420
  msgstr ""
421
 
422
+ #: class.jetpack.php:2089
423
+ msgid "<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!"
424
  msgstr ""
425
 
426
+ #: class.jetpack.php:2091
427
+ msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
428
  msgstr ""
429
 
430
+ #: class.jetpack.php:2097 class.jetpack.php:2981
431
+ #: views/admin/must-connect-main-blog.php:11
432
+ msgid "Connect to WordPress.com"
433
  msgstr ""
434
 
435
+ #: class.jetpack.php:2099 modules/module-info.php:45 modules/module-info.php:81
436
+ #: modules/module-info.php:148 modules/module-info.php:183
437
+ #: modules/module-info.php:217 modules/module-info.php:247
438
+ #: modules/module-info.php:280 modules/module-info.php:316
439
+ #: modules/module-info.php:367 modules/module-info.php:389
440
+ #: modules/module-info.php:432 modules/module-info.php:457
441
+ #: modules/module-info.php:475 modules/module-info.php:494
442
+ #: modules/module-info.php:500 modules/module-info.php:527
443
+ #: modules/module-info.php:558 modules/module-info.php:593
444
+ #: modules/module-info.php:615 modules/module-info.php:637
445
+ #: modules/module-info.php:687 modules/module-info.php:715
446
+ #: modules/module-info.php:743 modules/module-info.php:764
447
+ #: modules/module-info.php:790 modules/module-info.php:816
448
+ #: modules/module-info.php:839 modules/module-info.php:858
449
+ #: modules/module-info.php:875 modules/module-info.php:891
450
+ #: modules/module-info.php:911 modules/module-info.php:946
451
+ #: modules/module-info.php:962
452
+ msgid "Learn More"
453
  msgstr ""
454
 
455
+ #: class.jetpack.php:2112
456
+ msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
457
  msgstr ""
458
 
459
+ #: class.jetpack.php:2139
460
+ 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>."
461
+ msgstr ""
462
 
463
+ #: class.jetpack.php:2150
464
+ msgid "click here"
465
  msgstr ""
466
 
467
+ #: class.jetpack.php:2320
468
+ msgid "Cheatin&#8217; uh?"
469
+ msgstr "Шмекеруваме, а?"
470
 
471
+ #: class.jetpack.php:2323
472
+ msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
473
+ msgstr ""
474
 
475
+ #: class.jetpack.php:2326
476
+ msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
477
+ msgstr ""
478
 
479
+ #: class.jetpack.php:2330
480
+ 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."
481
+ msgstr ""
482
 
483
+ #: class.jetpack.php:2333
484
+ 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."
485
+ msgstr ""
486
 
487
+ #: class.jetpack.php:2337
488
+ msgid "Your website needs to be publicly accessible to use Jetpack: %s"
489
+ msgstr ""
490
 
491
+ #: class.jetpack.php:2342
492
+ 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?"
493
+ msgstr ""
494
 
495
+ #: class.jetpack.php:2344
496
+ msgid "Do you still have the %s plugin installed?"
497
  msgstr ""
498
 
499
+ #: class.jetpack.php:2347
500
+ 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?"
501
  msgstr ""
502
 
503
+ #: class.jetpack.php:2365
504
+ msgid "%s was not activated."
505
  msgstr ""
506
 
507
+ #: class.jetpack.php:2367
508
+ msgid "%s was not deactivated."
509
  msgstr ""
510
 
511
+ #: class.jetpack.php:2369
512
+ msgid "This module can only be altered by %s, the user who initiated the Jetpack connection on this site."
513
  msgstr ""
514
 
515
+ #: class.jetpack.php:2372
516
+ msgid "Only the user who initiated the Jetpack connection on this site can toggle %s, but that user no longer exists. This should not happen."
517
  msgstr ""
518
 
519
+ #: class.jetpack.php:2376
520
+ 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)."
521
  msgstr ""
522
 
523
+ #: class.jetpack.php:2382
524
+ msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
525
  msgstr ""
526
 
527
+ #: class.jetpack.php:2386
528
+ msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
529
  msgstr ""
530
 
531
+ #: class.jetpack.php:2426
532
+ 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"
533
  msgstr ""
534
 
535
+ #: class.jetpack.php:2429
536
+ msgid "Try connecting again."
537
  msgstr ""
538
 
539
+ #: class.jetpack.php:2453
540
+ msgid "Welcome to <strong>Jetpack %s</strong>!"
541
  msgstr ""
542
 
543
+ #: class.jetpack.php:2465
544
+ msgid "The following new modules have been activated: %l."
545
  msgstr ""
546
 
547
+ #: class.jetpack.php:2477
548
+ msgid "The following modules have been updated: %l."
549
  msgstr ""
550
 
551
+ #: class.jetpack.php:2486
552
+ msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
553
  msgstr ""
554
 
555
+ #: class.jetpack.php:2512
556
+ msgctxt "%l = list of Jetpack module/feature names"
557
+ msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
558
+ msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
559
+ msgstr[0] ""
560
+ msgstr[1] ""
561
+
562
+ #: class.jetpack.php:2524
563
+ msgid "<strong>Module settings were saved.</strong> "
564
  msgstr ""
565
 
566
+ #: class.jetpack.php:2528
567
+ msgid "<strong>Your Jetpack is already connected.</strong> "
568
  msgstr ""
569
 
570
+ #: class.jetpack.php:2532 class.jetpack.php:2539
571
+ msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
572
  msgstr ""
573
 
574
+ #: class.jetpack.php:2534
575
+ msgid "The features below are now active. Click the learn more buttons to explore each feature."
576
  msgstr ""
577
 
578
+ #: class.jetpack.php:2545
579
+ msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
580
+ msgstr ""
581
 
582
+ #: class.jetpack.php:2568
583
+ msgid "Jetpack contains the most recent version of the old %l plugin."
584
+ msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
585
+ msgstr[0] ""
586
+ msgstr[1] ""
587
 
588
+ #: class.jetpack.php:2579
589
+ msgid "The old version has been deactivated and can be removed from your site."
590
+ msgid_plural "The old versions have been deactivated and can be removed from your site."
591
+ msgstr[0] ""
592
+ msgstr[1] ""
593
 
594
+ #: class.jetpack.php:2644
595
+ msgid "Is this site private?"
596
+ msgstr ""
597
 
598
+ #: class.jetpack.php:2649
599
+ msgctxt "%l = list of Jetpack module/feature names"
600
+ msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
601
+ msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
602
+ msgstr[0] ""
603
+ msgstr[1] ""
604
 
605
+ #: class.jetpack.php:2666
606
+ msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
607
+ msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
608
+ msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
609
+ msgstr[0] ""
610
+ msgstr[1] ""
 
 
 
 
 
 
 
 
 
 
 
 
 
611
 
612
+ #: class.jetpack.php:2683
613
+ msgctxt "%l = list of Jetpack module/feature names"
614
+ msgid "Deactivate %l"
615
  msgstr ""
616
 
617
+ #: class.jetpack.php:2923
618
+ msgid "Connected to WordPress.com"
619
  msgstr ""
620
 
621
+ #: class.jetpack.php:2923
622
+ msgid "Disconnect from WordPress.com"
623
  msgstr ""
624
 
625
+ #: class.jetpack.php:2928
626
+ msgid "User linked to WordPress.com"
627
  msgstr ""
628
 
629
+ #: class.jetpack.php:2928
630
+ msgid "Unlink user from WordPress.com"
 
 
 
 
631
  msgstr ""
632
 
633
+ #: class.jetpack.php:2946
634
+ msgid "Jetpack is network activated. Notices cannot be dismissed."
635
  msgstr ""
636
 
637
+ #: class.jetpack.php:2960
638
+ msgid "To use Jetpack please contact your WordPress administrator to connect it for you."
639
  msgstr ""
640
 
641
+ #: class.jetpack.php:2972
642
+ msgid "Dismiss this notice."
643
  msgstr ""
644
 
645
+ #: class.jetpack.php:2977
646
+ 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."
647
  msgstr ""
648
 
649
+ #: class.jetpack.php:2992
650
+ 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."
651
  msgstr ""
652
 
653
+ #: class.jetpack.php:2996 modules/post-by-email.php:132
654
+ #: modules/publicize/publicize-jetpack.php:70
655
+ msgid "Link account with WordPress.com"
 
 
 
 
 
 
 
656
  msgstr ""
657
 
658
+ #: class.jetpack.php:3017 views/admin/network-admin-footer.php:4
659
+ msgid "Have feedback on Jetpack?"
660
  msgstr ""
661
 
662
+ #: class.jetpack.php:3019 views/admin/network-admin-footer.php:6
663
+ msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
664
  msgstr ""
665
 
666
+ #: class.jetpack.php:3022 views/admin/network-admin-footer.php:9
667
+ msgid "Take Survey"
668
  msgstr ""
669
 
670
+ #: class.jetpack.php:3028
671
+ msgid "Checking email updates status&hellip;"
672
  msgstr ""
673
 
674
+ #: class.jetpack.php:3034
675
+ msgctxt "%s = Unsubscribe link"
676
+ msgid "You are currently subscribed to email updates. %s"
677
  msgstr ""
678
 
679
+ #: class.jetpack.php:3035
680
+ msgid "Unsubscribe"
681
  msgstr ""
682
 
683
+ #: class.jetpack.php:3039
684
+ msgctxt "%s = Subscribe link"
685
+ msgid "Want to receive updates about Jetpack by email? %s"
686
+ msgstr ""
687
 
688
+ #: class.jetpack.php:3040 modules/subscriptions.php:710
689
+ msgid "Subscribe"
690
+ msgstr "Абонирай се"
691
 
692
+ #: class.jetpack.php:3047
693
+ msgid "You have been subscribed to receive email updates."
694
  msgstr ""
695
 
696
+ #: class.jetpack.php:3049
697
+ msgid "You will no longer receive email updates about Jetpack."
698
  msgstr ""
699
 
700
+ #: class.jetpack.php:3061 views/admin/network-admin-footer.php:15
701
+ msgid "An <span>Automattic</span> Airline"
702
  msgstr ""
703
 
704
+ #: class.jetpack.php:3064 views/admin/network-admin-footer.php:18
705
+ msgid "Privacy Policy"
706
  msgstr ""
707
 
708
+ #: class.jetpack.php:3065 views/admin/network-admin-footer.php:19
709
+ msgid "Terms of Service"
710
+ msgstr "Условия за ползване"
711
 
712
+ #: class.jetpack.php:3067 views/admin/network-admin-footer.php:21
713
+ msgid "Debug"
714
  msgstr ""
715
 
716
+ #: class.jetpack.php:3069 modules/sharedaddy/sharedaddy.php:87
717
+ #: views/admin/network-admin-footer.php:23
718
+ msgid "Support"
719
+ msgstr "Поддръжка"
720
 
721
+ #: class.jetpack.php:3199
722
+ msgid "Configure %s"
 
723
  msgstr ""
724
 
725
+ #: class.jetpack.php:3258
726
+ msgid "Deactivate"
727
+ msgstr "Изключване"
728
 
729
+ #: class.jetpack.php:3271
730
+ msgid "Activate"
731
+ msgstr "Включване"
732
 
733
+ #: class.jetpack.php:3291
734
+ msgid "Free"
735
+ msgstr "Безплатен"
736
 
737
+ #: class.jetpack.php:3291
738
+ msgid "Purchase"
739
  msgstr ""
740
 
741
+ #: class.jetpack.php:3299
742
+ msgid "New"
743
  msgstr ""
744
 
745
+ #: class.jetpack.php:3302
746
+ msgid "Updated"
747
  msgstr ""
748
 
749
+ #: class.jetpack.php:3330
750
+ msgid "Configure"
751
+ msgstr "Настройки"
752
 
753
+ #: class.jetpack.php:3368
754
+ msgid "Coming soon&#8230;"
755
  msgstr ""
756
 
757
+ #: class.jetpack.php:3525
758
+ msgid "Something is being cranky!"
759
  msgstr ""
760
 
761
+ #: class.jetpack.php:3526
762
+ msgid "Your site is configured to only permit SSL connections to Jetpack, but SSL connections don't seem to be functional!"
763
  msgstr ""
764
 
765
+ #: class.jetpack.php:3611
766
+ msgid "Error Details: Jetpack ID is empty. Do not publicly post this error message! %s"
 
767
  msgstr ""
768
 
769
+ #: class.jetpack.php:3613
770
+ msgid "Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s"
 
771
  msgstr ""
772
 
773
+ #: class.jetpack.php:3615
774
+ msgid "Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s"
 
775
  msgstr ""
776
 
777
+ #: class.jetpack.php:3838
778
+ msgid "Jetpack Plugin Version"
 
779
  msgstr ""
780
 
781
+ #: class.jetpack.php:3844
782
+ msgid "The Client ID/WP.com Blog ID of this site"
783
+ msgstr ""
784
 
785
+ #: class.jetpack.php:4096
786
+ msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
 
787
  msgstr ""
788
 
789
+ #: class.jetpack.php:4099
790
+ 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."
 
791
  msgstr ""
792
 
793
+ #: class.jetpack.php:4127
794
+ msgid "The authorization process expired. Please go back and try again."
 
795
  msgstr ""
796
 
797
+ #: class.jetpack.php:4167
798
+ msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
 
799
  msgstr ""
800
 
801
+ #: class.jetpack.php:4335
802
+ msgid "Something has gotten mixed up!"
 
803
  msgstr ""
804
 
805
+ #: class.jetpack.php:4337
806
+ msgid "Your <code>%1$s</code> option is set up as <strong>%2$s</strong>, but your WordPress.com connection lists it as <strong>%3$s</strong>!"
 
807
  msgstr ""
808
 
809
+ #: class.jetpack.php:4339
810
+ msgid "The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings."
811
+ msgstr ""
812
 
813
+ #: class.jetpack.php:4340
814
+ msgid "Ignore the difference. This is just a staging site for the real site referenced above."
815
  msgstr ""
816
 
817
+ #: class.jetpack.php:4341
818
+ msgid "That used to be my URL for this site before I changed it. Update the WordPress.com Cloud's data to match my current settings."
819
  msgstr ""
820
 
821
+ #: class.json-api-endpoints.php:1217
822
+ msgid "This post is password protected."
823
  msgstr ""
824
 
825
+ #: class.json-api-endpoints.php:2949
826
+ msgid "Comment cache problem?"
827
  msgstr ""
828
 
829
+ #: functions.gallery.php:12
830
+ msgid "Thumbnail Grid"
831
  msgstr ""
832
 
833
+ #: functions.gallery.php:40
834
+ msgid "Type"
835
+ msgstr "Тип"
836
 
837
+ #: functions.opengraph.php:90
838
+ msgid "(no title)"
839
+ msgstr "(без заглавие)"
840
 
841
+ #: functions.twitter-cards.php:83
842
+ msgid "Photo post by %s."
843
  msgstr ""
844
 
845
+ #: functions.twitter-cards.php:83
846
+ msgid "Photo post."
847
  msgstr ""
848
 
849
+ #: functions.twitter-cards.php:85
850
+ msgid "Video post by %s."
851
  msgstr ""
852
 
853
+ #: functions.twitter-cards.php:85
854
+ msgid "Video post."
 
 
 
 
855
  msgstr ""
856
 
857
+ #: functions.twitter-cards.php:87
858
+ msgid "Gallery post by %s."
859
  msgstr ""
860
 
861
+ #: functions.twitter-cards.php:87
862
+ msgid "Gallery post."
863
  msgstr ""
864
 
865
+ #: functions.twitter-cards.php:89
866
+ msgid "New post by %s."
867
  msgstr ""
868
 
869
+ #: functions.twitter-cards.php:89
870
+ msgid "New post."
871
  msgstr ""
872
 
873
+ #: locales.php:29
874
+ msgctxt "locales"
875
+ msgid "%1$s/%2$s"
876
  msgstr ""
877
 
878
+ #: modules/after-the-deadline/config-options.php:48
879
+ msgid "Proofreading"
880
  msgstr ""
881
 
882
+ #: modules/after-the-deadline/config-options.php:50
883
+ msgid "Automatically proofread content when:"
884
  msgstr ""
885
 
886
+ #: modules/after-the-deadline/config-options.php:53
887
+ msgid "a post or page is first published"
 
 
 
 
888
  msgstr ""
889
 
890
+ #: modules/after-the-deadline/config-options.php:55
891
+ msgid "a post or page is updated"
 
 
 
 
892
  msgstr ""
893
 
894
+ #: modules/after-the-deadline/config-options.php:58
895
+ msgid "English Options"
 
 
 
 
896
  msgstr ""
897
 
898
+ #: modules/after-the-deadline/config-options.php:60
899
+ msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
900
  msgstr ""
901
 
902
+ #: modules/after-the-deadline/config-options.php:63
903
+ msgid "Bias Language"
904
  msgstr ""
905
 
906
+ #: modules/after-the-deadline/config-options.php:65
907
+ msgid "Clich&eacute;s"
908
  msgstr ""
909
 
910
+ #: modules/after-the-deadline/config-options.php:67
911
+ msgid "Complex Phrases"
912
  msgstr ""
913
 
914
+ #: modules/after-the-deadline/config-options.php:69
915
+ msgid "Diacritical Marks"
916
  msgstr ""
917
 
918
+ #: modules/after-the-deadline/config-options.php:71
919
+ msgid "Double Negatives"
920
  msgstr ""
921
 
922
+ #: modules/after-the-deadline/config-options.php:73
923
+ msgid "Hidden Verbs"
924
  msgstr ""
925
 
926
+ #: modules/after-the-deadline/config-options.php:75
927
+ msgid "Jargon"
928
  msgstr ""
929
 
930
+ #: modules/after-the-deadline/config-options.php:77
931
+ msgid "Passive Voice"
932
  msgstr ""
933
 
934
+ #: modules/after-the-deadline/config-options.php:79
935
+ msgid "Phrases to Avoid"
936
+ msgstr ""
937
 
938
+ #: modules/after-the-deadline/config-options.php:81
939
+ msgid "Redundant Phrases"
940
  msgstr ""
941
 
942
+ #: modules/after-the-deadline/config-options.php:83
943
+ msgid "<a href=\"%s\">Learn more</a> about these options."
944
+ msgstr ""
945
 
946
+ #: modules/after-the-deadline/config-options.php:86
947
+ msgid "Language"
948
+ msgstr "Език"
949
 
950
+ #: modules/after-the-deadline/config-options.php:89
951
+ msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
952
+ msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
953
  msgstr ""
954
 
955
+ #: modules/after-the-deadline/config-options.php:95
956
+ msgid "Use automatically detected language to proofread posts and pages"
 
957
  msgstr ""
958
 
959
+ #: modules/after-the-deadline/config-unignore.php:129
960
+ msgid "Ignored Phrases"
 
961
  msgstr ""
962
 
963
+ #: modules/after-the-deadline/config-unignore.php:131
964
+ msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
 
965
  msgstr ""
966
 
967
+ #: modules/after-the-deadline/config-unignore.php:133
968
+ #: modules/widget-visibility/widget-conditions.php:174
969
+ msgid "Add"
970
+ msgstr "Добавяне"
971
 
972
+ #: modules/after-the-deadline/config-unignore.php:138
973
+ msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
974
  msgstr ""
975
 
976
+ #: modules/after-the-deadline.php:179
977
+ msgid "Spelling"
978
  msgstr ""
979
 
980
+ #: modules/after-the-deadline.php:180
981
+ msgid "Repeated Word"
982
  msgstr ""
983
 
984
+ #: modules/after-the-deadline.php:182
985
+ msgid "No suggestions"
986
+ msgstr "Няма предложения"
987
 
988
+ #: modules/after-the-deadline.php:184
989
+ msgid "Explain..."
990
  msgstr ""
991
 
992
+ #: modules/after-the-deadline.php:185
993
+ msgid "Ignore suggestion"
994
  msgstr ""
995
 
996
+ #: modules/after-the-deadline.php:186
997
+ msgid "Ignore always"
998
  msgstr ""
999
 
1000
+ #: modules/after-the-deadline.php:187
1001
+ msgid "Ignore all"
1002
+ msgstr "Игнориране всички"
1003
 
1004
+ #: modules/after-the-deadline.php:189
1005
+ msgid "Edit Selection..."
1006
  msgstr ""
1007
 
1008
+ #: modules/after-the-deadline.php:191
1009
+ msgid "proofread"
1010
  msgstr ""
1011
 
1012
+ #: modules/after-the-deadline.php:192
1013
+ msgid "edit text"
1014
  msgstr ""
1015
 
1016
+ #: modules/after-the-deadline.php:193 modules/after-the-deadline.php:268
1017
+ msgid "Proofread Writing"
1018
  msgstr ""
1019
 
1020
+ #: modules/after-the-deadline.php:195
1021
+ msgid "No writing errors were found."
1022
  msgstr ""
1023
 
1024
+ #: modules/after-the-deadline.php:196
1025
+ msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
1026
  msgstr ""
1027
 
1028
+ #: modules/after-the-deadline.php:197
1029
+ msgid "There was an error communicating with the proofreading service."
1030
  msgstr ""
1031
 
1032
+ #: modules/after-the-deadline.php:199
1033
+ msgid "Replace selection with:"
1034
  msgstr ""
1035
 
1036
+ #: modules/after-the-deadline.php:200
1037
+ msgid ""
1038
+ "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
1039
+ "\n"
1040
+ "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
1041
  msgstr ""
1042
 
1043
+ #: modules/after-the-deadline.php:201
1044
+ msgid ""
1045
+ "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
1046
+ "\n"
1047
+ "Press OK to update your post, or Cancel to view the suggestions and edit your post."
1048
  msgstr ""
1049
 
1050
+ #: modules/carousel/jetpack-carousel.php:106
1051
+ msgid "Comment"
1052
+ msgstr "Коментар"
1053
 
1054
+ #: modules/carousel/jetpack-carousel.php:107
1055
+ msgid "Post Comment"
1056
+ msgstr "Публикуване"
1057
 
1058
+ #: modules/carousel/jetpack-carousel.php:108
1059
+ msgid "Write a Comment..."
1060
+ msgstr "Добавяне на коментар…"
1061
 
1062
+ #: modules/carousel/jetpack-carousel.php:109
1063
+ msgid "Loading Comments..."
1064
  msgstr ""
1065
 
1066
+ #: modules/carousel/jetpack-carousel.php:110
1067
+ msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
 
1068
  msgstr ""
1069
 
1070
+ #: modules/carousel/jetpack-carousel.php:111
1071
+ msgid "Please be sure to submit some text with your comment."
1072
  msgstr ""
1073
 
1074
+ #: modules/carousel/jetpack-carousel.php:112
1075
+ msgid "Please provide an email address to comment."
1076
  msgstr ""
1077
 
1078
+ #: modules/carousel/jetpack-carousel.php:113
1079
+ msgid "Please provide your name to comment."
1080
  msgstr ""
1081
 
1082
+ #: modules/carousel/jetpack-carousel.php:114
1083
+ msgid "Sorry, but there was an error posting your comment. Please try again later."
1084
  msgstr ""
1085
 
1086
+ #: modules/carousel/jetpack-carousel.php:115
1087
+ msgid "Your comment was approved."
1088
+ msgstr ""
 
 
1089
 
1090
+ #: modules/carousel/jetpack-carousel.php:116
1091
+ msgid "Your comment is in moderation."
1092
  msgstr ""
1093
 
1094
+ #: modules/carousel/jetpack-carousel.php:117
1095
+ msgid "Camera"
1096
  msgstr ""
1097
 
1098
+ #: modules/carousel/jetpack-carousel.php:118
1099
+ msgid "Aperture"
1100
  msgstr ""
1101
 
1102
+ #: modules/carousel/jetpack-carousel.php:119
1103
+ msgid "Shutter Speed"
1104
  msgstr ""
1105
 
1106
+ #: modules/carousel/jetpack-carousel.php:120
1107
+ msgid "Focal Length"
1108
+ msgstr ""
1109
 
1110
+ #: modules/carousel/jetpack-carousel.php:130
1111
+ msgid "Commenting as %s"
1112
  msgstr ""
1113
 
1114
+ #: modules/carousel/jetpack-carousel.php:133
1115
+ msgid "You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in</a> to post a comment."
1116
  msgstr ""
1117
 
1118
+ #: modules/carousel/jetpack-carousel.php:135
1119
+ msgid "%s (Required)"
1120
+ msgstr ""
 
 
1121
 
1122
+ #: modules/carousel/jetpack-carousel.php:137
1123
+ #: modules/contact-form/grunion-contact-form.php:770
1124
+ #: modules/contact-form/grunion-form-view.php:155
1125
+ msgid "Email"
1126
+ msgstr "Имейл"
1127
 
1128
+ #: modules/carousel/jetpack-carousel.php:141
1129
+ #: modules/contact-form/grunion-contact-form.php:771
1130
+ #: modules/contact-form/grunion-form-view.php:160
1131
+ msgid "Website"
1132
+ msgstr "Интернет страница"
1133
 
1134
+ #: modules/carousel/jetpack-carousel.php:266
1135
+ msgid "Missing attachment ID."
1136
+ msgstr ""
1137
 
1138
+ #: modules/carousel/jetpack-carousel.php:303
1139
+ msgid "Nonce verification failed."
1140
  msgstr ""
1141
 
1142
+ #: modules/carousel/jetpack-carousel.php:310
1143
+ msgid "Missing target blog ID."
1144
  msgstr ""
1145
 
1146
+ #: modules/carousel/jetpack-carousel.php:313
1147
+ msgid "Missing target post ID."
1148
+ msgstr ""
1149
 
1150
+ #: modules/carousel/jetpack-carousel.php:316
1151
+ msgid "No comment text was submitted."
1152
  msgstr ""
1153
 
1154
+ #: modules/carousel/jetpack-carousel.php:328
1155
+ msgid "Comments on this post are closed."
1156
  msgstr ""
1157
 
1158
+ #: modules/carousel/jetpack-carousel.php:338
1159
+ msgid "Sorry, but we could not authenticate your request."
1160
  msgstr ""
1161
 
1162
+ #: modules/carousel/jetpack-carousel.php:347
1163
+ msgid "Please provide your name."
1164
  msgstr ""
1165
 
1166
+ #: modules/carousel/jetpack-carousel.php:350
1167
+ msgid "Please provide an email address."
1168
  msgstr ""
1169
 
1170
+ #: modules/carousel/jetpack-carousel.php:353
1171
+ msgid "Please provide a valid email address."
1172
  msgstr ""
1173
 
1174
+ #: modules/carousel/jetpack-carousel.php:382
1175
+ msgid "Image Gallery Carousel"
1176
  msgstr ""
1177
 
1178
+ #: modules/carousel/jetpack-carousel.php:385
1179
+ msgid "Enable carousel"
1180
+ msgstr ""
1181
 
1182
+ #: modules/carousel/jetpack-carousel.php:389
1183
+ #: modules/shortcodes/slideshow.php:72
1184
+ msgid "Background color"
1185
  msgstr ""
1186
 
1187
+ #: modules/carousel/jetpack-carousel.php:392
1188
+ msgid "Metadata"
1189
  msgstr ""
1190
 
1191
+ #: modules/carousel/jetpack-carousel.php:449
1192
+ msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
1193
  msgstr ""
1194
 
1195
+ #: modules/carousel/jetpack-carousel.php:457
1196
+ msgid "Show map of photo location in carousel, when available."
1197
  msgstr ""
1198
 
1199
+ #: modules/carousel/jetpack-carousel.php:465
1200
+ #: modules/shortcodes/slideshow.php:79
1201
+ msgid "Black"
1202
+ msgstr "Черна"
1203
 
1204
+ #: modules/carousel/jetpack-carousel.php:465
1205
+ #: modules/shortcodes/slideshow.php:80
1206
+ msgid "White"
1207
+ msgstr "Бяла"
1208
+
1209
+ #: modules/carousel/jetpack-carousel.php:473
1210
+ msgid "Display images in full-size carousel slideshow."
1211
  msgstr ""
1212
 
1213
+ #: modules/comments/admin.php:50 modules/comments/comments.php:211
1214
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
1215
+ msgid "Leave a Reply"
1216
+ msgstr "Вашият коментар"
1217
+
1218
+ #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:156
1219
+ #: modules/widgets/twitter-timeline.php:218
1220
+ msgid "Light"
1221
+ msgstr "Светла"
1222
+
1223
+ #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:157
1224
+ #: modules/widgets/twitter-timeline.php:219
1225
+ msgid "Dark"
1226
+ msgstr "Тъмна"
1227
+
1228
+ #: modules/comments/admin.php:56
1229
+ msgid "Transparent"
1230
  msgstr ""
1231
 
1232
+ #: modules/comments/admin.php:72 modules/module-info.php:536
1233
+ msgid "Jetpack Comments"
1234
  msgstr ""
1235
 
1236
+ #: modules/comments/admin.php:81
1237
+ msgid "Greeting Text"
1238
  msgstr ""
1239
 
1240
+ #: modules/comments/admin.php:97 modules/comments/admin.php:168
1241
+ #: modules/widgets/facebook-likebox.php:154
1242
+ msgid "Color Scheme"
1243
  msgstr ""
1244
 
1245
+ #: modules/comments/admin.php:118
1246
+ msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
1247
  msgstr ""
1248
 
1249
+ #: modules/comments/admin.php:134
1250
+ msgid "A few catchy words to motivate your readers to comment"
1251
  msgstr ""
1252
 
1253
+ #: modules/comments/base.php:83
1254
+ msgid "Invalid request"
1255
  msgstr ""
1256
 
1257
+ #: modules/comments/base.php:230
1258
+ msgid "Error: please fill the required fields (name, email)."
1259
+ msgstr "Грешка: моля попълнете задължителните полета (име, e-mail)."
1260
+
1261
+ #: modules/comments/base.php:232
1262
+ msgid "Error: please enter a valid email address."
1263
+ msgstr "Грешка: моля въведете e-mail адрес"
1264
+
1265
+ #: modules/comments/comments.php:187
1266
+ msgid "You must <a href=\"%s\">log in</a> to post a comment."
1267
  msgstr ""
1268
 
1269
+ #: modules/comments/comments.php:212
1270
+ msgid "Leave a Reply to %s"
1271
+ msgstr "Вашият отговор на %s"
1272
+
1273
+ #: modules/comments/comments.php:251
1274
+ msgid "Cancel reply"
1275
+ msgstr "Отказ"
1276
+
1277
+ #: modules/comments/comments.php:387
1278
+ msgid "Invalid security token."
1279
  msgstr ""
1280
 
1281
+ #: modules/comments/comments.php:448 modules/comments/comments.php:499
1282
+ msgid "Submitting Comment%s"
1283
  msgstr ""
1284
 
1285
+ #: modules/contact-form/admin.php:16
1286
+ msgid "Add a custom form"
1287
  msgstr ""
1288
 
1289
+ #: modules/contact-form/admin.php:21 modules/contact-form/admin.php:22
1290
+ msgid "Add Contact Form"
1291
  msgstr ""
1292
 
1293
+ #: modules/contact-form/admin.php:101
1294
+ msgid "Mark Spam"
1295
  msgstr ""
1296
 
1297
+ #: modules/contact-form/admin.php:140 modules/contact-form/admin.php:534
1298
+ msgid "You are not allowed to manage this item."
1299
  msgstr ""
1300
 
1301
+ #: modules/contact-form/admin.php:157
1302
+ msgid "Feedback(s) marked as spam"
1303
  msgstr ""
1304
 
1305
+ #: modules/contact-form/admin.php:187 modules/contact-form/admin.php:602
1306
+ msgid "Messages"
1307
  msgstr ""
1308
 
1309
+ #: modules/contact-form/admin.php:196
1310
+ #: modules/contact-form/grunion-omnisearch.php:36
1311
+ msgid "From"
 
 
 
 
1312
  msgstr ""
1313
 
1314
+ #: modules/contact-form/admin.php:197
1315
+ #: modules/contact-form/grunion-contact-form.php:779
1316
+ #: modules/contact-form/grunion-omnisearch.php:37
1317
+ msgid "Message"
1318
+ msgstr "Съобщение"
 
 
 
1319
 
1320
+ #: modules/contact-form/admin.php:198
1321
+ #: modules/contact-form/grunion-omnisearch.php:38
1322
+ #: modules/omnisearch/omnisearch-posts.php:46
1323
+ msgid "Date"
1324
+ msgstr "Дата"
1325
 
1326
+ #: modules/contact-form/admin.php:268
1327
+ msgid "Restore this item from the Trash"
1328
+ msgstr "Възстановяване от кошчето"
1329
 
1330
+ #: modules/contact-form/admin.php:270
1331
+ msgid "Restore"
1332
+ msgstr "Възстановяване"
1333
 
1334
+ #: modules/contact-form/admin.php:273 modules/contact-form/admin.php:372
1335
+ msgid "Delete this item permanently"
1336
+ msgstr "Изтриване завинаги"
1337
 
1338
+ #: modules/contact-form/admin.php:275 modules/contact-form/admin.php:374
1339
+ msgid "Delete Permanently"
1340
+ msgstr "Изтриване завинаги"
1341
+
1342
+ #: modules/contact-form/admin.php:306
1343
+ msgid "Mark this message as spam"
1344
  msgstr ""
1345
 
1346
+ #: modules/contact-form/admin.php:313 modules/contact-form/admin.php:315
1347
+ #: modules/contact-form/admin.php:612
1348
+ #: modules/omnisearch/omnisearch-posts.php:65
1349
+ msgid "Trash"
1350
+ msgstr "Кошче"
1351
+
1352
+ #: modules/contact-form/admin.php:366
1353
+ msgid "Mark this message as NOT spam"
1354
  msgstr ""
1355
 
1356
+ #: modules/contact-form/admin.php:406
1357
+ #: modules/contact-form/grunion-contact-form.php:1262
1358
+ msgctxt "{$date_format} \\a\\t {$time_format}"
1359
+ msgid "%1$s \\a\\t %2$s"
1360
  msgstr ""
1361
 
1362
+ #: modules/contact-form/admin.php:568
1363
+ msgid "You are not allowed to move this item out of the Trash."
1364
+ msgstr "Нямате право да преместите този запис извън Кошчето."
1365
 
1366
+ #: modules/contact-form/admin.php:571
1367
+ msgid "Error in restoring from Trash."
1368
+ msgstr "Грешка при връщането от Кошчето."
1369
 
1370
+ #: modules/contact-form/admin.php:575
1371
+ msgid "You are not allowed to move this item to the Trash."
1372
+ msgstr "Нямате право да преместите този запис в Кошчето."
1373
 
1374
+ #: modules/contact-form/admin.php:578
1375
+ msgid "Error in moving to Trash."
1376
+ msgstr "Грешка при местенето в Кошчето."
1377
 
1378
+ #: modules/contact-form/admin.php:625
1379
+ msgid "Spam"
1380
+ msgstr "Спам"
1381
 
1382
+ #: modules/contact-form/grunion-contact-form.php:82
1383
+ #: modules/contact-form/grunion-contact-form.php:83
1384
+ #: modules/contact-form/grunion-form-view.php:136
1385
+ msgid "Feedback"
1386
+ msgstr "Обратна връзка"
1387
 
1388
+ #: modules/contact-form/grunion-contact-form.php:84
1389
+ msgid "Search Feedback"
1390
  msgstr ""
1391
 
1392
+ #: modules/contact-form/grunion-contact-form.php:85
1393
+ #: modules/contact-form/grunion-contact-form.php:86
1394
+ msgid "No feedback found"
1395
  msgstr ""
1396
 
1397
+ #: modules/contact-form/grunion-contact-form.php:103
1398
+ msgid "Spam <span class=\"count\">(%s)</span>"
1399
+ msgid_plural "Spam <span class=\"count\">(%s)</span>"
1400
+ msgstr[0] ""
1401
+ msgstr[1] ""
1402
 
1403
+ #: modules/contact-form/grunion-contact-form.php:209
1404
+ msgid "An error occurred. Please try again later."
1405
  msgstr ""
1406
 
1407
+ #: modules/contact-form/grunion-contact-form.php:217
1408
+ #: modules/contact-form/grunion-contact-form.php:896
1409
+ msgid "Message Sent"
1410
+ msgstr "Съобщението е изпратено"
1411
+
1412
+ #: modules/contact-form/grunion-contact-form.php:375
1413
+ msgid "Export feedback as CSV"
1414
  msgstr ""
1415
 
1416
+ #: modules/contact-form/grunion-contact-form.php:381
1417
+ msgid "Select feedback to download"
1418
  msgstr ""
1419
 
1420
+ #: modules/contact-form/grunion-contact-form.php:383
1421
+ msgid "All posts"
1422
  msgstr ""
1423
 
1424
+ #: modules/contact-form/grunion-contact-form.php:388
1425
+ msgid "Download"
1426
  msgstr ""
1427
 
1428
+ #: modules/contact-form/grunion-contact-form.php:435
1429
+ #: modules/contact-form/grunion-contact-form.php:527
1430
+ #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:506
1431
+ #: modules/module-info.php:510
1432
+ msgid "Contact Form"
1433
+ msgstr ""
1434
 
1435
+ #: modules/contact-form/grunion-contact-form.php:741
1436
+ msgctxt "%1$s = blog name"
1437
+ msgid "%1$s Sidebar"
1438
  msgstr ""
1439
 
1440
+ #: modules/contact-form/grunion-contact-form.php:744
1441
+ msgctxt "%1$s = blog name, %2$s = post title"
1442
+ msgid "%1$s %2$s"
1443
+ msgstr ""
1444
 
1445
+ #: modules/contact-form/grunion-contact-form.php:755
1446
+ msgid "Submit &#187;"
1447
+ msgstr "Изпращане &#187;"
1448
 
1449
+ #: modules/contact-form/grunion-contact-form.php:775
1450
+ msgid "Subject"
1451
+ msgstr "Тема"
1452
 
1453
+ #: modules/contact-form/grunion-contact-form.php:882
1454
+ msgid "Error!"
1455
+ msgstr "Грешка!"
1456
 
1457
+ #: modules/contact-form/grunion-contact-form.php:897
1458
+ msgid "go back"
1459
  msgstr ""
1460
 
1461
+ #: modules/contact-form/grunion-contact-form.php:971
1462
+ #: modules/contact-form/grunion-contact-form.php:987
1463
+ msgctxt "%1$s = form field label, %2$s = form field value"
1464
+ msgid "%1$s: %2$s"
1465
+ msgstr ""
1466
 
1467
+ #: modules/contact-form/grunion-contact-form.php:1272
1468
+ msgid "Time:"
1469
  msgstr ""
1470
 
1471
+ #: modules/contact-form/grunion-contact-form.php:1273
1472
+ msgid "IP Address:"
1473
+ msgstr "IP адрес:"
1474
 
1475
+ #: modules/contact-form/grunion-contact-form.php:1281
1476
+ msgid "Contact Form URL:"
1477
  msgstr ""
1478
 
1479
+ #: modules/contact-form/grunion-contact-form.php:1286
1480
+ msgid "Sent by a verified %s user."
1481
  msgstr ""
1482
 
1483
+ #: modules/contact-form/grunion-contact-form.php:1290
1484
+ msgid "Sent by an unverified visitor to your site."
1485
  msgstr ""
1486
 
1487
+ #: modules/contact-form/grunion-contact-form.php:1530
1488
+ msgid "%s requires a valid email address"
 
 
 
 
1489
  msgstr ""
1490
 
1491
+ #: modules/contact-form/grunion-contact-form.php:1536
1492
+ msgid "%s is required"
1493
  msgstr ""
1494
 
1495
+ #: modules/contact-form/grunion-contact-form.php:1585
1496
+ #: modules/contact-form/grunion-contact-form.php:1591
1497
+ #: modules/contact-form/grunion-contact-form.php:1596
1498
+ #: modules/contact-form/grunion-contact-form.php:1610
1499
+ #: modules/contact-form/grunion-contact-form.php:1616
1500
+ #: modules/contact-form/grunion-contact-form.php:1627
1501
+ #: modules/contact-form/grunion-contact-form.php:1637
1502
+ msgid "(required)"
1503
+ msgstr "(задължително)"
1504
+
1505
+ #: modules/contact-form/grunion-contact-form.php:1609
1506
+ #: modules/minileven/minileven.php:261
1507
+ msgid "Yes"
1508
+ msgstr "Да"
1509
+
1510
+ #: modules/contact-form/grunion-form-view.php:8
1511
+ msgctxt "Label for HTML form \"Name\" field in contact form builder"
1512
+ msgid "Name"
1513
  msgstr ""
1514
 
1515
+ #: modules/contact-form/grunion-form-view.php:9
1516
+ msgctxt "Label for HTML form \"Email\" field in contact form builder"
1517
+ msgid "Email"
1518
  msgstr ""
1519
 
1520
+ #: modules/contact-form/grunion-form-view.php:10
1521
+ msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
1522
+ msgid "Website"
1523
  msgstr ""
1524
 
1525
+ #: modules/contact-form/grunion-form-view.php:11
1526
+ msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
1527
+ msgid "Comment"
1528
  msgstr ""
1529
 
1530
+ #: modules/contact-form/grunion-form-view.php:12
1531
+ msgctxt "Default label for new HTML form field in contact form builder"
1532
+ msgid "New Field"
1533
  msgstr ""
1534
 
1535
+ #: modules/contact-form/grunion-form-view.php:13
1536
+ msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
1537
+ msgid "Options"
1538
  msgstr ""
1539
 
1540
+ #: modules/contact-form/grunion-form-view.php:14
1541
+ msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
1542
+ msgid "Option"
1543
  msgstr ""
1544
 
1545
+ #: modules/contact-form/grunion-form-view.php:15
1546
+ msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
1547
+ msgid "First option"
1548
  msgstr ""
1549
 
1550
+ #: modules/contact-form/grunion-form-view.php:16
1551
+ msgctxt "error message in contact form builder"
1552
+ msgid "Oops, there was a problem generating your form. You'll likely need to try again."
1553
  msgstr ""
1554
 
1555
+ #: modules/contact-form/grunion-form-view.php:17
1556
+ msgid ""
1557
+ "Drag up or down\n"
1558
+ "to re-arrange"
1559
  msgstr ""
1560
 
1561
+ #: modules/contact-form/grunion-form-view.php:18
1562
+ msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
1563
+ msgid "move"
1564
  msgstr ""
1565
 
1566
+ #: modules/contact-form/grunion-form-view.php:19
1567
+ msgctxt "Link to edit an HTML form field in contact form builder"
1568
+ msgid "edit"
1569
  msgstr ""
1570
 
1571
+ #: modules/contact-form/grunion-form-view.php:20
1572
+ msgid "Saved successfully"
1573
  msgstr ""
1574
 
1575
+ #: modules/contact-form/grunion-form-view.php:21
1576
+ msgctxt "This HTML form field is marked as required by the user in contact form builder"
1577
+ msgid "(required)"
1578
  msgstr ""
1579
 
1580
+ #: modules/contact-form/grunion-form-view.php:22
1581
+ msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
1582
  msgstr ""
1583
 
1584
+ #: modules/contact-form/grunion-form-view.php:118
1585
+ msgid "Your new field was saved successfully"
1586
  msgstr ""
1587
 
1588
+ #: modules/contact-form/grunion-form-view.php:120
1589
+ msgid "Form builder"
1590
  msgstr ""
1591
 
1592
+ #: modules/contact-form/grunion-form-view.php:121
1593
+ msgid "Email notifications"
1594
  msgstr ""
1595
 
1596
+ #: modules/contact-form/grunion-form-view.php:126
1597
+ msgid "How does this work?"
1598
  msgstr ""
1599
 
1600
+ #: modules/contact-form/grunion-form-view.php:127
1601
+ 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."
1602
  msgstr ""
1603
 
1604
+ #: modules/contact-form/grunion-form-view.php:128
1605
+ msgid "Can I add more fields?"
1606
  msgstr ""
1607
 
1608
+ #: modules/contact-form/grunion-form-view.php:130
1609
+ msgctxt "%1$s = \"Click here\" in an HTML link"
1610
+ msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
1611
  msgstr ""
1612
 
1613
+ #: modules/contact-form/grunion-form-view.php:131
1614
+ msgid "Click here"
1615
  msgstr ""
1616
 
1617
+ #: modules/contact-form/grunion-form-view.php:133
1618
+ msgid "Can I view my feedback within WordPress?"
1619
  msgstr ""
1620
 
1621
+ #: modules/contact-form/grunion-form-view.php:135
1622
+ msgctxt "%1$s = \"Feedback\" in an HTML link"
1623
+ msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
1624
  msgstr ""
1625
 
1626
+ #: modules/contact-form/grunion-form-view.php:141
1627
+ msgid "Do I need to fill this out?"
1628
  msgstr ""
1629
 
1630
+ #: modules/contact-form/grunion-form-view.php:142
1631
+ 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."
1632
  msgstr ""
1633
 
1634
+ #: modules/contact-form/grunion-form-view.php:146
1635
+ msgid "Edit this new field"
1636
  msgstr ""
1637
 
1638
+ #: modules/contact-form/grunion-form-view.php:148
1639
+ #: modules/sharedaddy/sharing-sources.php:991
1640
+ msgid "Label"
1641
+ msgstr "Текст"
1642
+
1643
+ #: modules/contact-form/grunion-form-view.php:149
1644
+ msgid "New field"
1645
  msgstr ""
1646
 
1647
+ #: modules/contact-form/grunion-form-view.php:151
1648
+ msgid "Field type"
1649
  msgstr ""
1650
 
1651
+ #: modules/contact-form/grunion-form-view.php:153
1652
+ msgid "Checkbox"
1653
  msgstr ""
1654
 
1655
+ #: modules/contact-form/grunion-form-view.php:154
1656
+ msgid "Drop down"
1657
  msgstr ""
1658
 
1659
+ #: modules/contact-form/grunion-form-view.php:157
1660
+ msgid "Radio"
1661
  msgstr ""
1662
 
1663
+ #: modules/contact-form/grunion-form-view.php:158
1664
+ msgid "Text"
1665
+ msgstr "Текст"
1666
+
1667
+ #: modules/contact-form/grunion-form-view.php:159
1668
+ msgid "Textarea"
1669
  msgstr ""
1670
 
1671
+ #: modules/contact-form/grunion-form-view.php:166
1672
+ msgid "Options"
1673
+ msgstr "Настройки"
1674
 
1675
+ #: modules/contact-form/grunion-form-view.php:167
1676
+ msgid "First option"
1677
  msgstr ""
1678
 
1679
+ #: modules/contact-form/grunion-form-view.php:170
1680
+ msgid "Add another option"
1681
  msgstr ""
1682
 
1683
+ #: modules/contact-form/grunion-form-view.php:177
1684
+ msgid "Required?"
1685
+ msgstr ""
1686
+
1687
+ #: modules/contact-form/grunion-form-view.php:182
1688
+ msgid "Save this field"
1689
  msgstr ""
1690
 
1691
+ #: modules/contact-form/grunion-form-view.php:187
1692
+ msgid "Here&#8217;s what your form will look like"
1693
  msgstr ""
1694
 
1695
+ #: modules/contact-form/grunion-form-view.php:192
1696
+ msgid "Add a new field"
1697
  msgstr ""
1698
 
1699
+ #: modules/contact-form/grunion-form-view.php:194
1700
+ msgid "Add this form to my post"
1701
  msgstr ""
1702
 
1703
+ #: modules/contact-form/grunion-form-view.php:197
1704
+ msgid "Email settings"
1705
  msgstr ""
1706
 
1707
+ #: modules/contact-form/grunion-form-view.php:199
1708
+ msgid "Enter your email address"
1709
  msgstr ""
1710
 
1711
+ #: modules/contact-form/grunion-form-view.php:202
1712
+ msgid "What should the subject line be?"
1713
  msgstr ""
1714
 
1715
+ #: modules/contact-form/grunion-form-view.php:205
1716
+ msgid "Save and go back to form builder"
1717
  msgstr ""
1718
 
1719
+ #: modules/custom-css/custom-css.php:456
1720
+ msgid ""
1721
+ "Welcome to Custom CSS!\n"
1722
+ "\n"
1723
+ "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"
1724
+ "\n"
1725
+ "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."
1726
  msgstr ""
1727
 
1728
+ #: modules/custom-css/custom-css.php:577
1729
+ msgid "Preview: changes must be saved or they will be lost"
1730
+ msgstr "Преглед: промените трябва да се запазят или ще бъдат изгубени"
1731
 
1732
+ #: modules/custom-css/custom-css.php:605
1733
+ msgid "Edit CSS"
1734
+ msgstr "Редактиране на CSS"
1735
+
1736
+ #: modules/custom-css/custom-css.php:618
1737
+ msgid "CSS"
1738
  msgstr ""
1739
 
1740
+ #: modules/custom-css/custom-css.php:638
1741
+ msgid "Custom CSS Stylesheet"
1742
  msgstr ""
1743
 
1744
+ #: modules/custom-css/custom-css.php:659
1745
+ msgid "Stylesheet saved."
1746
  msgstr ""
1747
 
1748
+ #: modules/custom-css/custom-css.php:663
1749
+ msgid "Publish"
1750
+ msgstr "Публикуване"
1751
+
1752
+ #: modules/custom-css/custom-css.php:669
1753
+ msgid "CSS Revisions"
1754
  msgstr ""
1755
 
1756
+ #: modules/custom-css/custom-css.php:673
1757
+ msgid "CSS Stylesheet Editor"
1758
  msgstr ""
1759
 
1760
+ #: modules/custom-css/custom-css.php:680
1761
+ msgid ""
1762
+ "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
1763
+ "\t\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
1764
  msgstr ""
1765
 
1766
+ #: modules/custom-css/custom-css.php:717
1767
+ msgid "Content Width:"
1768
  msgstr ""
1769
 
1770
+ #: modules/custom-css/custom-css.php:718
1771
+ msgid "Default"
1772
+ msgstr "По подразбиране"
1773
 
1774
+ #: modules/custom-css/custom-css.php:718
1775
+ msgid "%s px"
 
1776
  msgstr ""
1777
 
1778
+ #: modules/custom-css/custom-css.php:726
1779
+ msgid "Limit width to %1$s pixels for videos, full size images, and other shortcodes. (<a href=\"%2$s\">More info</a>.)"
1780
  msgstr ""
1781
 
1782
+ #: modules/custom-css/custom-css.php:742
1783
+ msgid "The default content width for the %s theme is %d pixels."
1784
+ msgstr ""
1785
 
1786
+ #: modules/custom-css/custom-css.php:747 modules/custom-css/custom-css.php:829
1787
+ #: modules/custom-css/custom-css.php:858 modules/minileven/minileven.php:270
1788
+ #: modules/publicize/publicize-jetpack.php:473
1789
+ #: modules/publicize/publicize-jetpack.php:585 modules/publicize/ui.php:274
1790
+ msgid "OK"
1791
+ msgstr "Добре"
1792
+
1793
+ #: modules/custom-css/custom-css.php:748 modules/custom-css/custom-css.php:830
1794
+ #: modules/custom-css/custom-css.php:859 modules/minileven/minileven.php:271
1795
+ #: modules/sharedaddy/sharing-sources.php:307
1796
+ msgid "Cancel"
1797
+ msgstr "Отказ"
1798
+
1799
+ #: modules/custom-css/custom-css.php:812
1800
+ msgid "Preprocessor:"
1801
  msgstr ""
1802
 
1803
+ #: modules/custom-css/custom-css.php:813 modules/custom-css/custom-css.php:818
1804
+ #: modules/videopress/videopress.php:273 modules/widgets/image-widget.php:137
1805
+ msgid "None"
1806
+ msgstr "Няма"
1807
+
1808
+ #: modules/custom-css/custom-css.php:842
1809
+ msgid "Mode:"
1810
  msgstr ""
1811
 
1812
+ #: modules/custom-css/custom-css.php:843
1813
+ msgid "Add-on"
1814
  msgstr ""
1815
 
1816
+ #: modules/custom-css/custom-css.php:843
1817
+ msgid "Replacement"
 
1818
  msgstr ""
1819
 
1820
+ #: modules/custom-css/custom-css.php:850
1821
+ msgid "Add-on CSS <b>(Recommended)</b>"
1822
  msgstr ""
1823
 
1824
+ #: modules/custom-css/custom-css.php:855
1825
+ msgid "Replace <a href=\"%s\">theme's CSS</a> <b>(Advanced)</b>"
1826
  msgstr ""
1827
 
1828
+ #: modules/custom-css/custom-css.php:866
1829
+ #: modules/custom-post-types/comics.php:235
1830
+ #: modules/videopress/videopress.php:662
1831
+ msgid "Preview"
1832
+ msgstr "Преглед"
1833
 
1834
+ #: modules/custom-css/custom-css.php:868
1835
+ msgid "Save &amp; Buy Upgrade"
1836
  msgstr ""
1837
 
1838
+ #: modules/custom-css/custom-css.php:868
1839
+ msgid "Save Stylesheet"
 
 
 
 
1840
  msgstr ""
1841
 
1842
+ #: modules/custom-css/custom-css.php:930
1843
+ msgid "Show more"
1844
+ msgstr ""
1845
 
1846
+ #: modules/custom-post-types/comics.php:83
1847
+ msgid "Convert to Comic"
 
1848
  msgstr ""
1849
 
1850
+ #: modules/custom-post-types/comics.php:89
1851
+ msgid "Convert to Post"
1852
  msgstr ""
1853
 
1854
+ #: modules/custom-post-types/comics.php:113
1855
+ msgid "You are not allowed to make this change."
1856
  msgstr ""
1857
 
1858
+ #: modules/custom-post-types/comics.php:160
1859
+ msgid "Post converted."
1860
+ msgid_plural "%s posts converted"
1861
+ msgstr[0] ""
1862
+ msgstr[1] ""
1863
+
1864
+ #: modules/custom-post-types/comics.php:173
1865
+ msgid "Drop images to upload"
1866
  msgstr ""
1867
 
1868
+ #: modules/custom-post-types/comics.php:174
1869
+ msgid "Uploading..."
 
1870
  msgstr ""
1871
 
1872
+ #: modules/custom-post-types/comics.php:175
1873
+ msgid "Processing..."
1874
  msgstr ""
1875
 
1876
+ #: modules/custom-post-types/comics.php:176
1877
+ msgid "Sorry, your browser isn't supported. Upgrade at browsehappy.com."
 
1878
  msgstr ""
1879
 
1880
+ #: modules/custom-post-types/comics.php:177
1881
+ msgid "Only images can be uploaded here."
 
1882
  msgstr ""
1883
 
1884
+ #: modules/custom-post-types/comics.php:178
1885
+ msgid "Your upload didn't complete; try again later or cross your fingers and try again right now."
 
1886
  msgstr ""
1887
 
1888
+ #: modules/custom-post-types/comics.php:191
1889
+ #: modules/custom-post-types/comics.php:193
1890
+ #: modules/custom-post-types/comics.php:195
1891
+ msgid "Comics"
1892
  msgstr ""
1893
 
1894
+ #: modules/custom-post-types/comics.php:194
1895
+ msgid "Comic"
1896
  msgstr ""
1897
 
1898
+ #: modules/custom-post-types/comics.php:196
1899
+ msgid "All Comics"
1900
  msgstr ""
1901
 
1902
+ #: modules/custom-post-types/comics.php:197
1903
+ #: modules/custom-post-types/testimonial.php:72 modules/publicize/ui.php:207
1904
+ msgid "Add New"
1905
+ msgstr "Нов потребител"
1906
 
1907
+ #: modules/custom-post-types/comics.php:198
1908
+ msgid "Add New Comic"
 
1909
  msgstr ""
1910
 
1911
+ #: modules/custom-post-types/comics.php:199
1912
+ msgid "Edit Comic"
1913
  msgstr ""
1914
 
1915
+ #: modules/custom-post-types/comics.php:200
1916
+ msgid "New Comic"
1917
  msgstr ""
1918
 
1919
+ #: modules/custom-post-types/comics.php:201
1920
+ msgid "View Comic"
1921
  msgstr ""
1922
 
1923
+ #: modules/custom-post-types/comics.php:202
1924
+ msgid "Search Comics"
1925
  msgstr ""
1926
 
1927
+ #: modules/custom-post-types/comics.php:203
1928
+ msgid "No Comics found"
1929
  msgstr ""
1930
 
1931
+ #: modules/custom-post-types/comics.php:204
1932
+ msgid "No Comics found in Trash"
1933
  msgstr ""
1934
 
1935
+ #: modules/custom-post-types/comics.php:273
1936
+ msgid "Comic updated. <a href=\"%s\">View comic</a>"
1937
  msgstr ""
1938
 
1939
+ #: modules/custom-post-types/comics.php:274
1940
+ #: modules/custom-post-types/testimonial.php:133
1941
+ msgid "Custom field updated."
1942
+ msgstr "Потребителското поле е обновено."
1943
+
1944
+ #: modules/custom-post-types/comics.php:275
1945
+ #: modules/custom-post-types/testimonial.php:134
1946
+ msgid "Custom field deleted."
1947
+ msgstr "Потребителските полета са изтрити."
1948
+
1949
+ #: modules/custom-post-types/comics.php:276
1950
+ msgid "Comic updated."
1951
  msgstr ""
1952
 
1953
+ #: modules/custom-post-types/comics.php:278
1954
+ msgid "Comic restored to revision from %s"
1955
  msgstr ""
1956
 
1957
+ #: modules/custom-post-types/comics.php:279
1958
+ msgid "Comic published. <a href=\"%s\">View comic</a>"
 
1959
  msgstr ""
1960
 
1961
+ #: modules/custom-post-types/comics.php:280
1962
+ msgid "Comic saved."
1963
  msgstr ""
1964
 
1965
+ #: modules/custom-post-types/comics.php:281
1966
+ msgid "Comic submitted. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
1967
  msgstr ""
1968
 
1969
+ #: modules/custom-post-types/comics.php:282
1970
+ msgid "Comic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview comic</a>"
 
1971
  msgstr ""
1972
 
1973
+ #: modules/custom-post-types/comics.php:284
1974
+ #: modules/custom-post-types/testimonial.php:143
1975
+ msgid "M j, Y @ G:i"
1976
+ msgstr "d.m.Y G:i"
1977
+
1978
+ #: modules/custom-post-types/comics.php:285
1979
+ msgid "Comic draft updated. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
1980
  msgstr ""
1981
 
1982
+ #: modules/custom-post-types/comics.php:353
1983
+ msgid "Invalid or expired nonce."
1984
  msgstr ""
1985
 
1986
+ #: modules/custom-post-types/comics.php:462
1987
+ msgid ""
1988
+ "Welcome! Ready to publish your first strip?\n"
1989
+ "\n"
1990
+ "Your webcomic's new site is ready to go. Get started by <a href=\"BLOG_URLwp-admin/customize.php#title\">setting your comic's title and tagline</a> so your readers know what it's all about.\n"
1991
+ "\n"
1992
+ "Looking for more help with setting up your site? Check out the WordPress.com <a href=\"http://learn.wordpress.com/\">beginner's tutorial</a> and the <a href=\"http://en.support.wordpress.com/comics/\">guide to comics on WordPress.com</a>. Dive right in by <a href=\"BLOG_URLwp-admin/customize.php#title\">publishing your first strip!</a>\n"
1993
+ "\n"
1994
+ "Lots of laughs,\n"
1995
+ "The WordPress.com Team"
1996
  msgstr ""
1997
 
1998
+ #: modules/custom-post-types/nova.php:115
1999
+ msgid "Menu Item Labels"
2000
  msgstr ""
2001
 
2002
+ #: modules/custom-post-types/nova.php:116
2003
+ msgid "Menu Item Label"
2004
  msgstr ""
2005
 
2006
+ #: modules/custom-post-types/nova.php:117
2007
+ msgid "Search Menu Item Labels"
 
2008
  msgstr ""
2009
 
2010
+ #: modules/custom-post-types/nova.php:118
2011
+ msgid "Popular Labels"
 
2012
  msgstr ""
2013
 
2014
+ #: modules/custom-post-types/nova.php:119
2015
+ msgid "All Menu Item Labels"
2016
  msgstr ""
2017
 
2018
+ #: modules/custom-post-types/nova.php:120
2019
+ msgid "Edit Menu Item Label"
 
2020
  msgstr ""
2021
 
2022
+ #: modules/custom-post-types/nova.php:121
2023
+ msgid "View Menu Item Label"
2024
  msgstr ""
2025
 
2026
+ #: modules/custom-post-types/nova.php:122
2027
+ msgid "Update Menu Item Label"
2028
  msgstr ""
2029
 
2030
+ #: modules/custom-post-types/nova.php:123
2031
+ msgid "Add New Menu Item Label"
2032
  msgstr ""
2033
 
2034
+ #: modules/custom-post-types/nova.php:124
2035
+ msgid "New Menu Item Label Name"
2036
  msgstr ""
2037
 
2038
+ #: modules/custom-post-types/nova.php:125
2039
+ #: modules/custom-post-types/nova.php:759
2040
+ msgid "Separate Labels with commas"
2041
  msgstr ""
2042
 
2043
+ #: modules/custom-post-types/nova.php:126
2044
+ msgid "Add or remove Labels"
2045
  msgstr ""
2046
 
2047
+ #: modules/custom-post-types/nova.php:127
2048
+ msgid "Choose from the most used Labels"
2049
+ msgstr ""
 
2050
 
2051
+ #: modules/custom-post-types/nova.php:129
2052
+ msgid "No Labels found"
2053
  msgstr ""
2054
 
2055
+ #: modules/custom-post-types/nova.php:136
2056
+ #: modules/custom-post-types/nova.php:167
2057
+ msgid "Food Menus"
2058
  msgstr ""
2059
 
2060
+ #: modules/custom-post-types/nova.php:137
2061
+ msgid "Food Menu"
2062
  msgstr ""
2063
 
2064
+ #: modules/custom-post-types/nova.php:138
2065
+ msgid "Search Menus"
2066
+ msgstr ""
2067
 
2068
+ #: modules/custom-post-types/nova.php:139
2069
+ msgid "All Menus"
2070
+ msgstr ""
 
2071
 
2072
+ #: modules/custom-post-types/nova.php:140
2073
+ msgid "Parent Menu"
2074
  msgstr ""
2075
 
2076
+ #: modules/custom-post-types/nova.php:141
2077
+ msgid "Parent Menu:"
 
2078
  msgstr ""
2079
 
2080
+ #: modules/custom-post-types/nova.php:142
2081
+ msgid "Edit Menu"
2082
  msgstr ""
2083
 
2084
+ #: modules/custom-post-types/nova.php:143
2085
+ msgid "View Menu"
2086
  msgstr ""
2087
 
2088
+ #: modules/custom-post-types/nova.php:144
2089
+ msgid "Update Menu"
2090
  msgstr ""
2091
 
2092
+ #: modules/custom-post-types/nova.php:145
2093
+ msgid "Add New Menu"
2094
+ msgstr "Ново меню"
2095
+
2096
+ #: modules/custom-post-types/nova.php:146
2097
+ msgid "New Menu Name"
2098
  msgstr ""
2099
 
2100
+ #: modules/custom-post-types/nova.php:162
2101
+ msgid "Items on your restaurant's menu"
2102
  msgstr ""
2103
 
2104
+ #: modules/custom-post-types/nova.php:165
2105
+ #: modules/custom-post-types/nova.php:168
2106
+ msgid "Menu Items"
 
2107
  msgstr ""
2108
 
2109
+ #: modules/custom-post-types/nova.php:166
2110
+ msgid "Menu Item"
2111
+ msgstr "Елемент на меню"
 
 
2112
 
2113
+ #: modules/custom-post-types/nova.php:169
2114
+ #: modules/custom-post-types/nova.php:170
2115
+ msgid "Add One Item"
2116
  msgstr ""
2117
 
2118
+ #: modules/custom-post-types/nova.php:171
2119
+ msgid "Edit Menu Item"
2120
+ msgstr "Редактиране на елемент от менюто"
2121
 
2122
+ #: modules/custom-post-types/nova.php:172
2123
+ msgid "New Menu Item"
2124
  msgstr ""
2125
 
2126
+ #: modules/custom-post-types/nova.php:173
2127
+ msgid "View Menu Item"
2128
  msgstr ""
2129
 
2130
+ #: modules/custom-post-types/nova.php:174
2131
+ msgid "Search Menu Items"
2132
  msgstr ""
2133
 
2134
+ #: modules/custom-post-types/nova.php:175
2135
+ msgid "No Menu Items found"
 
 
 
 
 
2136
  msgstr ""
2137
 
2138
+ #: modules/custom-post-types/nova.php:176
2139
+ msgid "No Menu Items found in Trash"
2140
  msgstr ""
2141
 
2142
+ #: modules/custom-post-types/nova.php:277
2143
+ #: modules/custom-post-types/nova.php:278
2144
+ #: modules/custom-post-types/nova.php:724
2145
+ msgid "Add Many Items"
2146
  msgstr ""
2147
 
2148
+ #: modules/custom-post-types/nova.php:313
2149
+ msgid "Menu Items re-ordered."
2150
  msgstr ""
2151
 
2152
+ #: modules/custom-post-types/nova.php:332
2153
+ msgid "Labels"
2154
  msgstr ""
2155
 
2156
+ #: modules/custom-post-types/nova.php:333
2157
+ #: modules/custom-post-types/nova.php:742
2158
+ #: modules/custom-post-types/nova.php:778
2159
+ #: modules/custom-post-types/nova.php:784
2160
+ msgid "Price"
2161
  msgstr ""
2162
 
2163
+ #: modules/custom-post-types/nova.php:334
2164
+ msgid "Order"
2165
+ msgstr "Подредба"
2166
 
2167
+ #: modules/custom-post-types/nova.php:390
2168
+ #: modules/custom-post-types/nova.php:442
2169
+ msgid "Re-order"
2170
  msgstr ""
2171
 
2172
+ #: modules/custom-post-types/nova.php:637
2173
+ msgid "Move menu section up"
2174
  msgstr ""
2175
 
2176
+ #: modules/custom-post-types/nova.php:637
2177
+ msgid "UP"
2178
  msgstr ""
2179
 
2180
+ #: modules/custom-post-types/nova.php:639
2181
+ msgid "Move menu section down"
2182
  msgstr ""
2183
 
2184
+ #: modules/custom-post-types/nova.php:639
2185
+ msgid "DOWN"
2186
  msgstr ""
2187
 
2188
+ #: modules/custom-post-types/nova.php:726
2189
+ msgid "Use the <kbd>TAB</kbd> key on your keyboard to move between colums and the <kbd>ENTER</kbd> or <kbd>RETURN</kbd> key to save each row and move on to the next."
2190
  msgstr ""
2191
 
2192
+ #: modules/custom-post-types/nova.php:741
2193
+ msgid "Description"
2194
+ msgstr "Описание"
 
2195
 
2196
+ #: modules/custom-post-types/nova.php:743
2197
+ msgid "Labels: <small>spicy, favorite, etc.</small>"
 
 
2198
  msgstr ""
2199
 
2200
+ #: modules/custom-post-types/nova.php:765
2201
+ msgid "Add These New Menu Items"
2202
  msgstr ""
2203
 
2204
+ #: modules/custom-post-types/nova.php:847
2205
+ #: modules/custom-post-types/nova.php:866
2206
+ msgctxt "Nova label separator"
2207
+ msgid ", "
2208
  msgstr ""
2209
 
2210
+ #: modules/custom-post-types/nova.php:868
2211
+ msgid "No Labels"
2212
  msgstr ""
2213
 
2214
+ #: modules/custom-post-types/testimonial.php:66
2215
+ msgid "Customer Testimonials"
2216
  msgstr ""
2217
 
2218
+ #: modules/custom-post-types/testimonial.php:68
2219
+ #: modules/custom-post-types/testimonial.php:70
2220
+ #: modules/custom-post-types/testimonial.php:194
2221
+ #: modules/custom-post-types/testimonial.php:199
2222
+ msgid "Testimonials"
2223
  msgstr ""
2224
 
2225
+ #: modules/custom-post-types/testimonial.php:69
2226
+ msgid "Testimonial"
2227
  msgstr ""
2228
 
2229
+ #: modules/custom-post-types/testimonial.php:71
2230
+ msgid "All Testimonials"
2231
  msgstr ""
2232
 
2233
+ #: modules/custom-post-types/testimonial.php:73
2234
+ msgid "Add New Testimonial"
2235
  msgstr ""
2236
 
2237
+ #: modules/custom-post-types/testimonial.php:74
2238
+ msgid "Edit Testimonial"
2239
  msgstr ""
2240
 
2241
+ #: modules/custom-post-types/testimonial.php:75
2242
+ msgid "New Testimonial"
2243
  msgstr ""
2244
 
2245
+ #: modules/custom-post-types/testimonial.php:76
2246
+ msgid "View Testimonial"
2247
  msgstr ""
2248
 
2249
+ #: modules/custom-post-types/testimonial.php:77
2250
+ msgid "Search Testimonials"
2251
  msgstr ""
2252
 
2253
+ #: modules/custom-post-types/testimonial.php:78
2254
+ msgid "No Testimonials found"
2255
  msgstr ""
2256
 
2257
+ #: modules/custom-post-types/testimonial.php:79
2258
+ msgid "No Testimonials found in Trash"
2259
  msgstr ""
2260
 
2261
+ #: modules/custom-post-types/testimonial.php:110
2262
+ msgid "Enter the customer's name here"
2263
  msgstr ""
2264
 
2265
+ #: modules/custom-post-types/testimonial.php:119
2266
+ msgid "Customer Name"
2267
  msgstr ""
2268
 
2269
+ #: modules/custom-post-types/testimonial.php:132
2270
+ msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
2271
  msgstr ""
2272
 
2273
+ #: modules/custom-post-types/testimonial.php:135
2274
+ msgid "Testimonial updated."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2275
  msgstr ""
2276
 
2277
+ #: modules/custom-post-types/testimonial.php:137
2278
+ msgid "Testimonial restored to revision from %s"
 
 
 
 
 
 
2279
  msgstr ""
2280
 
2281
+ #: modules/custom-post-types/testimonial.php:138
2282
+ msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
2283
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2284
 
2285
+ #: modules/custom-post-types/testimonial.php:139
2286
+ msgid "Testimonial saved."
2287
+ msgstr ""
2288
 
2289
+ #: modules/custom-post-types/testimonial.php:140
2290
+ msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
2291
+ msgstr ""
2292
 
2293
+ #: modules/custom-post-types/testimonial.php:141
2294
+ msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
2295
+ msgstr ""
2296
 
2297
+ #: modules/custom-post-types/testimonial.php:144
2298
+ msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
2299
+ msgstr ""
2300
 
2301
+ #: modules/custom-post-types/testimonial.php:180
2302
+ msgid "Customize Testimonials Archive"
2303
  msgstr ""
2304
 
2305
+ #: modules/custom-post-types/testimonial.php:181
2306
+ msgid "Customize"
2307
+ msgstr "Настройки"
2308
+
2309
+ #: modules/custom-post-types/testimonial.php:205
2310
+ msgid "Testimonial Page Title"
2311
  msgstr ""
2312
 
2313
+ #: modules/custom-post-types/testimonial.php:217
2314
+ msgid "Testimonial Page Content"
2315
  msgstr ""
2316
 
2317
+ #: modules/custom-post-types/testimonial.php:228
2318
+ msgid "Testimonial Page Featured Image"
2319
  msgstr ""
2320
 
2321
+ #: modules/gplus-authorship/admin/ui.php:54
2322
+ #: modules/gplus-authorship/admin/ui.php:65 modules/likes.php:429
2323
+ #: modules/likes.php:441 modules/publicize/ui.php:35
2324
+ #: modules/publicize/ui.php:45 modules/sharedaddy/sharing.php:57
2325
+ #: modules/sharedaddy/sharing.php:163
2326
+ msgid "Sharing Settings"
2327
  msgstr ""
2328
 
2329
+ #: modules/gplus-authorship/admin/ui.php:54 modules/likes.php:429
2330
+ #: modules/module-info.php:325 modules/module-info.php:328
2331
+ #: modules/module-info.php:349 modules/publicize/ui.php:35
2332
+ #: modules/sharedaddy/sharedaddy.php:26 modules/sharedaddy/sharing.php:57
2333
+ msgid "Sharing"
2334
  msgstr ""
2335
 
2336
+ #: modules/gplus-authorship/admin/ui.php:79
2337
+ msgid "Your Google+ account has been connected."
2338
  msgstr ""
2339
 
2340
+ #: modules/gplus-authorship/admin/ui.php:80
2341
+ msgid "There was a problem connecting your Google+ account. Please try again."
2342
  msgstr ""
2343
 
2344
+ #: modules/gplus-authorship/admin/ui.php:81
2345
+ msgid "You must click 'Accept' in the Google+ dialog to connect your account."
 
 
2346
  msgstr ""
2347
 
2348
+ #: modules/gplus-authorship/admin/ui.php:113 modules/module-info.php:800
2349
+ #: modules/module-info.php:804
2350
+ msgid "Google+ Profile"
2351
  msgstr ""
2352
 
2353
+ #: modules/gplus-authorship/admin/ui.php:125 modules/publicize/ui.php:182
2354
+ #: modules/publicize/ui.php:186
2355
+ msgid "Disconnect"
2356
  msgstr ""
2357
 
2358
+ #: modules/gplus-authorship/admin/ui.php:129
2359
+ msgid "Connect your WordPress account to Google+ to add this blog to your Google+ profile and improve the visibility of your blog posts on Google."
2360
  msgstr ""
2361
 
2362
+ #: modules/gplus-authorship/admin/ui.php:131
2363
+ msgid "Need help?"
2364
  msgstr ""
2365
 
2366
+ #: modules/gplus-authorship/admin/ui.php:138
2367
+ msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
2368
  msgstr ""
2369
 
2370
+ #: modules/gplus-authorship/admin/ui.php:140
2371
+ msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
2372
  msgstr ""
2373
 
2374
+ #: modules/gplus-authorship/admin/ui.php:147
2375
+ msgid "Your Google+ profile name and URL will be displayed in the sharing area of your posts."
2376
  msgstr ""
2377
 
2378
+ #: modules/gplus-authorship/admin/ui.php:165 modules/gplus-authorship.php:175
2379
+ msgid "Google+"
2380
  msgstr ""
2381
 
2382
+ #: modules/gplus-authorship/admin/ui.php:191
2383
+ msgid "Show Google+ infomation with this post"
2384
  msgstr ""
2385
 
2386
+ #: modules/gplus-authorship.php:132
2387
+ msgid "on Google+"
2388
  msgstr ""
2389
 
2390
+ #: modules/gravatar-hovercards.php:47 modules/module-info.php:57
2391
+ #: modules/module-info.php:72
2392
+ msgid "Gravatar Hovercards"
2393
  msgstr ""
2394
 
2395
+ #: modules/gravatar-hovercards.php:59
2396
+ msgid "View people's profiles when you mouse over their Gravatars"
2397
  msgstr ""
2398
 
2399
+ #: modules/gravatar-hovercards.php:86
2400
+ msgid "Put your mouse over your Gravatar to check out your profile."
2401
  msgstr ""
2402
 
2403
+ #: modules/holiday-snow.php:19
2404
+ msgid "Snow"
2405
  msgstr ""
2406
 
2407
+ #: modules/holiday-snow.php:28
2408
+ msgid "Show falling snow on my blog until January 4<sup>th</sup>."
2409
  msgstr ""
2410
 
2411
+ #: modules/infinite-scroll/infinity.php:275
2412
+ msgid "To infinity and beyond"
2413
  msgstr ""
2414
 
2415
+ #: modules/infinite-scroll/infinity.php:284
2416
+ 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."
2417
  msgstr ""
2418
 
2419
+ #: modules/infinite-scroll/infinity.php:290
2420
+ msgid "Scroll Infinitely"
2421
  msgstr ""
2422
 
2423
+ #: modules/infinite-scroll/infinity.php:290
2424
+ msgid "(Shows %s posts on each load)"
2425
  msgstr ""
2426
 
2427
+ #: modules/infinite-scroll/infinity.php:527
2428
+ msgid "Older posts"
2429
  msgstr ""
2430
 
2431
+ #: modules/infinite-scroll/infinity.php:528
2432
+ msgid "Scroll back to top"
2433
  msgstr ""
2434
 
2435
+ #: modules/infinite-scroll/infinity.php:1054
2436
+ msgid "Theme: %1$s."
2437
  msgstr ""
2438
 
2439
+ #: modules/infinite-scroll.php:86
2440
+ msgid "Use Google Analytics with Infinite Scroll"
2441
  msgstr ""
2442
 
2443
+ #: modules/infinite-scroll.php:97
2444
+ msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
 
 
 
 
 
 
 
 
 
 
 
2445
  msgstr ""
2446
 
2447
+ #: modules/infinite-scroll.php:97
2448
+ 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."
2449
  msgstr ""
2450
 
2451
+ #: modules/likes.php:114
2452
+ msgid "Likes and Shares"
2453
  msgstr ""
2454
 
2455
+ #: modules/likes.php:125 modules/likes.php:593 modules/module-info.php:774
2456
+ #: modules/module-info.php:778
2457
+ msgid "Likes"
2458
  msgstr ""
2459
 
2460
+ #: modules/likes.php:185
2461
+ msgid "Show likes."
2462
  msgstr ""
2463
 
2464
+ #: modules/likes.php:201 modules/sharedaddy/sharedaddy.php:40
2465
+ msgid "Show sharing buttons."
2466
  msgstr ""
2467
 
2468
+ #: modules/likes.php:213
2469
+ msgid "Likes Notifications"
2470
  msgstr ""
2471
 
2472
+ #: modules/likes.php:214
2473
+ msgid "Email me whenever"
2474
  msgstr ""
2475
 
2476
+ #: modules/likes.php:253
2477
+ msgid "Someone likes one of my posts"
2478
  msgstr ""
2479
 
2480
+ #: modules/likes.php:272
2481
+ msgid "WordPress.com Likes are"
2482
  msgstr ""
2483
 
2484
+ #: modules/likes.php:278
2485
+ msgid "On for all posts"
2486
  msgstr ""
2487
 
2488
+ #: modules/likes.php:284
2489
+ msgid "Turned on per post"
2490
  msgstr ""
2491
 
2492
+ #: modules/likes.php:310 modules/sharedaddy/sharing.php:330
2493
+ msgid "Show buttons on"
2494
  msgstr ""
2495
 
2496
+ #: modules/likes.php:319 modules/sharedaddy/sharing.php:336
2497
+ msgid "Front Page, Archive Pages, and Search Results"
 
2498
  msgstr ""
2499
 
2500
+ #: modules/likes.php:452 modules/sharedaddy/sharing.php:158
2501
+ msgid "Settings have been saved"
2502
  msgstr ""
2503
 
2504
+ #: modules/likes.php:459 modules/sharedaddy/sharing.php:170
2505
+ msgid "Sharing Buttons"
2506
  msgstr ""
2507
 
2508
+ #: modules/likes.php:468 modules/sharedaddy/sharing.php:352
2509
+ msgid "Save Changes"
2510
+ msgstr "Запазване на промените"
2511
 
2512
+ #: modules/likes.php:628
2513
+ msgid "Like this:"
2514
  msgstr ""
2515
 
2516
+ #: modules/likes.php:629
2517
+ msgid "Like"
2518
  msgstr ""
2519
 
2520
+ #: modules/likes.php:629 modules/widget-visibility/widget-conditions.php:168
2521
+ msgid "Loading..."
2522
+ msgstr "Зареждане..."
 
2523
 
2524
+ #: modules/likes.php:730
2525
+ msgid "<span>%d</span> bloggers like this:"
2526
  msgstr ""
2527
 
2528
+ #: modules/markdown/easy-markdown.php:223
2529
+ #: modules/markdown/easy-markdown.php:225 modules/module-info.php:953
2530
+ msgid "Markdown"
2531
  msgstr ""
2532
 
2533
+ #: modules/markdown/easy-markdown.php:248
2534
+ msgid "Use Markdown for posts and pages."
2535
  msgstr ""
2536
 
2537
+ #: modules/markdown/easy-markdown.php:249
2538
+ #: modules/markdown/easy-markdown.php:264
2539
+ msgid "Learn more about Markdown."
2540
  msgstr ""
2541
 
2542
+ #: modules/markdown/easy-markdown.php:263
2543
+ msgid "Use Markdown for comments."
2544
  msgstr ""
2545
 
2546
+ #: modules/markdown/easy-markdown.php:528
2547
+ msgid "Markdown content"
2548
  msgstr ""
2549
 
2550
+ #: modules/minileven/minileven.php:93
2551
+ msgid "View Mobile Site"
2552
  msgstr ""
2553
 
2554
+ #: modules/minileven/minileven.php:260
2555
+ msgid "Mobile-compatible:"
2556
  msgstr ""
2557
 
2558
+ #: modules/minileven/minileven.php:261
2559
+ msgid "No"
2560
+ msgstr "Не"
2561
+
2562
+ #: modules/minileven/minileven.php:267 modules/minileven/minileven.php:318
2563
+ msgid "Include this CSS in the Mobile Theme"
2564
  msgstr ""
2565
 
2566
+ #: modules/minileven/theme/pub/minileven/comments.php:15
2567
+ msgid "This post is password protected. Enter the password to view any comments."
2568
  msgstr ""
2569
 
2570
+ #: modules/minileven/theme/pub/minileven/comments.php:45
2571
+ msgid "Comment navigation"
2572
+ msgstr "Навигация в коментарите"
2573
+
2574
+ #: modules/minileven/theme/pub/minileven/comments.php:46
2575
+ msgid "&larr; Older Comments"
2576
+ msgstr "&larr; По-стари коментари"
2577
+
2578
+ #: modules/minileven/theme/pub/minileven/comments.php:47
2579
+ msgid "Newer Comments &rarr;"
2580
+ msgstr "По-нови коментари &rarr;"
2581
+
2582
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2583
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2584
+ #: modules/minileven/theme/pub/minileven/content.php:13
2585
+ #: modules/minileven/theme/pub/minileven/content.php:18
2586
+ #: modules/minileven/theme/pub/minileven/content.php:22
2587
+ msgid "Permalink to %s"
2588
+ msgstr "Постоянна връзка към %s"
2589
+
2590
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2591
+ #: modules/widgets/gallery.php:26
2592
+ msgid "Gallery"
2593
+ msgstr "Галерия"
2594
+
2595
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2596
+ #: modules/minileven/theme/pub/minileven/content.php:41
2597
+ #: modules/minileven/theme/pub/minileven/inc/tweaks.php:30
2598
+ msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2599
+ msgstr "Има още <span class=\"meta-nav\">&rarr;</span>"
2600
+
2601
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2602
+ msgid "This gallery contains <a %1$s>%2$s photo</a>."
2603
+ msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2604
+ msgstr[0] ""
2605
+ msgstr[1] ""
2606
+
2607
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2608
+ #: modules/minileven/theme/pub/minileven/content.php:43
2609
+ #: modules/minileven/theme/pub/minileven/image.php:64
2610
+ #: modules/minileven/theme/pub/minileven/page.php:27
2611
+ msgid "Pages:"
2612
+ msgstr "Страници:"
2613
+
2614
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2615
+ #: modules/minileven/theme/pub/minileven/content.php:51
2616
+ #: modules/minileven/theme/pub/minileven/image.php:80
2617
+ msgid "<b>1</b> Reply"
2618
  msgstr ""
2619
 
2620
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2621
+ #: modules/minileven/theme/pub/minileven/content.php:51
2622
+ #: modules/minileven/theme/pub/minileven/image.php:80
2623
+ msgid "<b>%</b> Replies"
2624
  msgstr ""
2625
 
2626
+ #: modules/minileven/theme/pub/minileven/content.php:19
2627
+ msgid "Featured"
2628
+ msgstr "На фокус"
2629
+
2630
+ #: modules/minileven/theme/pub/minileven/content.php:28
2631
+ msgid "Posted by "
2632
  msgstr ""
2633
 
2634
+ #: modules/minileven/theme/pub/minileven/content.php:30
2635
+ msgid "%s"
2636
  msgstr ""
2637
 
2638
+ #: modules/minileven/theme/pub/minileven/content.php:51
2639
+ #: modules/minileven/theme/pub/minileven/image.php:80
2640
+ msgid "Leave a reply"
2641
+ msgstr "Вашият отговор"
2642
+
2643
+ #: modules/minileven/theme/pub/minileven/content.php:59
2644
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2645
+ msgid "Post navigation"
2646
+ msgstr "Навигация в публикациите"
2647
+
2648
+ #: modules/minileven/theme/pub/minileven/content.php:60
2649
+ #: modules/minileven/theme/pub/minileven/image.php:88
2650
+ msgid "&laquo; Previous"
2651
+ msgstr "&laquo; Предишни"
2652
 
2653
+ #: modules/minileven/theme/pub/minileven/content.php:61
2654
+ msgid "Next &raquo;"
2655
+ msgstr "Следваща страница &raquo;"
2656
 
2657
+ #: modules/minileven/theme/pub/minileven/footer.php:27
2658
+ msgid "http://wordpress.org/"
2659
+ msgstr "http://bg.wordpress.org/"
2660
 
2661
+ #: modules/minileven/theme/pub/minileven/footer.php:27
2662
+ msgid "Semantic Personal Publishing Platform"
2663
+ msgstr "Семантична система за публикуване"
2664
 
2665
+ #: modules/minileven/theme/pub/minileven/footer.php:27
2666
+ msgid "Proudly powered by %s"
2667
+ msgstr "Създаден с %s"
2668
 
2669
+ #: modules/minileven/theme/pub/minileven/functions.php:59
2670
+ msgid "Primary Menu"
2671
+ msgstr "Главно меню"
2672
 
2673
+ #: modules/minileven/theme/pub/minileven/functions.php:96
2674
+ msgctxt "Open Sans font: on or off"
2675
+ msgid "on"
2676
+ msgstr "on"
2677
 
2678
+ #: modules/minileven/theme/pub/minileven/functions.php:102
2679
+ msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"
2680
+ msgid "no-subset"
2681
+ msgstr "no-subset"
2682
 
2683
+ #: modules/minileven/theme/pub/minileven/functions.php:128
2684
+ msgid "Main Sidebar"
2685
+ msgstr "Основна странична лента"
2686
 
2687
+ #: modules/minileven/theme/pub/minileven/header.php:26
2688
+ msgid "Menu"
2689
+ msgstr "Меню"
2690
 
2691
+ #: modules/minileven/theme/pub/minileven/header.php:29
2692
+ msgid "Skip to primary content"
2693
  msgstr ""
2694
 
2695
+ #: modules/minileven/theme/pub/minileven/image.php:73
2696
+ msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
2697
  msgstr ""
2698
 
2699
+ #: modules/minileven/theme/pub/minileven/image.php:87
2700
+ msgctxt "next-saturday"
2701
+ msgid "Image navigation"
2702
  msgstr ""
2703
 
2704
+ #: modules/minileven/theme/pub/minileven/image.php:89
2705
+ msgid "Next &raquo; "
2706
  msgstr ""
2707
 
2708
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2709
+ msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2710
  msgstr ""
2711
 
2712
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2713
+ msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2714
  msgstr ""
2715
 
2716
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2717
+ msgid "Pingback:"
2718
+ msgstr "Pingback:"
2719
 
2720
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2721
+ msgid "%1$s on %2$s"
2722
+ msgstr "%1$s по %2$s"
2723
 
2724
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:68
2725
+ msgid "Your comment is awaiting moderation."
2726
+ msgstr "Коментарът ви очаква одобрение."
2727
 
2728
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:76
2729
+ msgid "Reply"
2730
+ msgstr "Отговор"
2731
 
2732
+ #: modules/minileven/theme/pub/minileven/inc/template-tags.php:90
2733
+ msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
2734
  msgstr ""
2735
 
2736
+ #: modules/minileven/theme/pub/minileven/inc/tweaks.php:94
2737
+ msgid "Page %s"
2738
+ msgstr "Страница %s"
2739
 
2740
+ #: modules/minileven/theme/pub/minileven/index.php:23
2741
+ msgid "Daily Archives: %s"
2742
+ msgstr "Архив по дни: %s"
2743
 
2744
+ #: modules/minileven/theme/pub/minileven/index.php:25
2745
+ msgid "Monthly Archives: %s"
2746
+ msgstr "Архив по месеци: %s"
2747
 
2748
+ #: modules/minileven/theme/pub/minileven/index.php:27
2749
+ msgid "Yearly Archives: %s"
2750
+ msgstr "Архив по години: %s"
2751
 
2752
+ #: modules/minileven/theme/pub/minileven/index.php:29
2753
+ msgid "Posted in %s"
2754
+ msgstr "Публикувано в %s"
2755
 
2756
+ #: modules/minileven/theme/pub/minileven/index.php:31
2757
+ msgid "Tagged with %s"
2758
  msgstr ""
2759
 
2760
+ #: modules/minileven/theme/pub/minileven/index.php:33
2761
+ msgid "Posted by"
2762
  msgstr ""
2763
 
2764
+ #: modules/minileven/theme/pub/minileven/index.php:35
2765
+ msgid "Blog Archives"
2766
+ msgstr "Архиви"
2767
 
2768
+ #: modules/minileven/theme/pub/minileven/index.php:43
2769
+ msgid "Search Results for: %s"
2770
+ msgstr "Резултати от търсене за: %s"
2771
 
2772
+ #: modules/minileven/theme/pub/minileven/index.php:57
2773
+ msgid "Nothing Found"
2774
+ msgstr "Нищо не е открито"
2775
 
2776
+ #: modules/minileven/theme/pub/minileven/index.php:61
2777
+ msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
2778
  msgstr ""
2779
 
2780
+ #: modules/minileven/theme/pub/minileven/searchform.php:9
2781
+ #: modules/minileven/theme/pub/minileven/searchform.php:10
2782
+ #: modules/minileven/theme/pub/minileven/searchform.php:11
2783
+ #: modules/omnisearch/omnisearch-core.php:156
2784
+ msgid "Search"
2785
+ msgstr "Търсене"
2786
 
2787
+ #: modules/minileven.php:51
2788
+ msgid "Excerpts"
2789
  msgstr ""
2790
 
2791
+ #: modules/minileven.php:55
2792
+ msgid "Enable excerpts on front page and on archive pages"
2793
  msgstr ""
2794
 
2795
+ #: modules/minileven.php:60
2796
+ msgid "Show full posts on front page and on archive pages"
2797
  msgstr ""
2798
 
2799
+ #: modules/minileven.php:65
2800
+ msgid "Mobile App Promos"
2801
  msgstr ""
2802
 
2803
+ #: modules/minileven.php:69
2804
+ msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
2805
  msgstr ""
2806
 
2807
+ #: modules/minileven.php:75 modules/stats.php:570
2808
+ msgid "Save configuration"
2809
  msgstr ""
2810
 
2811
+ #: modules/minileven.php:78
2812
+ msgid "Mobile Apps"
2813
  msgstr ""
2814
 
2815
+ #: modules/minileven.php:79
2816
+ msgid "Take WordPress with you."
2817
  msgstr ""
2818
 
2819
+ #: modules/minileven.php:81
2820
+ 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>!"
2821
  msgstr ""
2822
 
2823
+ #: modules/module-info.php:22 modules/module-info.php:26
2824
+ msgid "VaultPress"
2825
  msgstr ""
2826
 
2827
+ #: modules/module-info.php:28
2828
+ msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
2829
  msgstr ""
2830
 
2831
+ #: modules/module-info.php:29
2832
+ msgctxt "Visit your _VaultPress_dashboard_."
2833
+ msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
2834
  msgstr ""
2835
 
2836
+ #: modules/module-info.php:29
2837
+ msgid "VaultPress dashboard"
2838
  msgstr ""
2839
 
2840
+ #: modules/module-info.php:31
2841
+ 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."
2842
  msgstr ""
2843
 
2844
+ #: modules/module-info.php:32
2845
+ msgctxt "View _Plans_&_Pricing_. (VaultPress)"
2846
+ msgid "View %s."
2847
  msgstr ""
2848
 
2849
+ #: modules/module-info.php:32
2850
+ msgid "Plans & Pricing"
2851
  msgstr ""
2852
 
2853
  #: modules/module-info.php:53 modules/module-info.php:68
2887
  msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
2888
  msgstr ""
2889
 
2890
+ #: modules/module-info.php:142
2891
  msgid "Available shortcodes are: %l."
2892
  msgstr ""
2893
 
2894
+ #: modules/module-info.php:157 modules/module-info.php:161
2895
+ #: modules/module-info.php:171 modules/module-info.php:175
2896
  msgid "WP.me Shortlinks"
2897
  msgstr ""
2898
 
2899
+ #: modules/module-info.php:162 modules/module-info.php:176
2900
  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."
2901
  msgstr ""
2902
 
2903
+ #: modules/module-info.php:163
2904
  msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
2905
  msgstr ""
2906
 
2907
+ #: modules/module-info.php:177
2908
  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."
2909
  msgstr ""
2910
 
2911
+ #: modules/module-info.php:192 modules/module-info.php:196
2912
+ #: modules/module-info.php:205 modules/module-info.php:209
2913
  msgid "WordPress.com Stats"
2914
  msgstr ""
2915
 
2916
+ #: modules/module-info.php:197 modules/module-info.php:210
2917
  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."
2918
  msgstr ""
2919
 
2920
+ #: modules/module-info.php:211
2921
  msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
2922
  msgstr ""
2923
 
2924
+ #: modules/module-info.php:225 modules/module-info.php:229
2925
  #: modules/publicize/ui.php:95
2926
  msgid "Publicize"
2927
  msgstr "Разгласяване"
2928
 
2929
+ #: modules/module-info.php:230
2930
  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."
2931
  msgstr ""
2932
 
2933
+ #: modules/module-info.php:231
2934
  msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
2935
  msgstr ""
2936
 
2937
+ #: modules/module-info.php:235
2938
  msgid "Manage your <a href=\"%s\">Publicize settings</a>."
2939
  msgstr ""
2940
 
2941
+ #: modules/module-info.php:239 modules/publicize/ui.php:114
2942
  msgid "More information on using Publicize."
2943
  msgstr ""
2944
 
2945
+ #: modules/module-info.php:255 modules/module-info.php:259
2946
+ #: modules/module-info.php:268 modules/module-info.php:272
2947
+ #: modules/monitor.php:74 modules/notes.php:160
2948
  msgid "Notifications"
2949
  msgstr ""
2950
 
2951
+ #: modules/module-info.php:260 modules/module-info.php:273
2952
  msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
2953
  msgstr ""
2954
 
2955
+ #: modules/module-info.php:274
2956
  msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
2957
  msgstr ""
2958
 
2959
+ #: modules/module-info.php:289 modules/module-info.php:304
2960
  msgid "LaTeX"
2961
  msgstr ""
2962
 
2963
+ #: modules/module-info.php:294 modules/module-info.php:309
2964
  msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
2965
  msgstr ""
2966
 
2967
+ #: modules/module-info.php:295
2968
+ msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2969
  msgstr ""
2970
 
2971
+ #: modules/module-info.php:296
2972
+ msgid "Wow, that sounds nerdy."
2973
  msgstr ""
2974
 
2975
+ #: modules/module-info.php:310
2976
+ 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."
 
 
 
 
 
 
 
 
 
 
 
 
2977
  msgstr ""
2978
 
2979
+ #: modules/module-info.php:329
2980
+ 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."
 
 
 
 
 
 
 
2981
  msgstr ""
2982
 
2983
+ #: modules/module-info.php:333
2984
+ msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
2985
  msgstr ""
2986
 
2987
+ #: modules/module-info.php:335
2988
+ msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
2989
  msgstr ""
2990
 
2991
+ #: modules/module-info.php:339
2992
+ msgid "Additionally you can define your own custom services."
2993
  msgstr ""
2994
 
2995
+ #: modules/module-info.php:354
2996
+ msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
2997
  msgstr ""
2998
 
2999
+ #: modules/module-info.php:355
3000
+ 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."
3001
  msgstr ""
3002
 
3003
+ #: modules/module-info.php:361
3004
+ 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!"
3005
  msgstr ""
3006
 
3007
+ #: modules/module-info.php:376 modules/module-info.php:380
3008
+ msgid "Spelling and Grammar"
3009
  msgstr ""
3010
 
3011
+ #: modules/module-info.php:382
3012
+ 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."
3013
  msgstr ""
3014
 
3015
+ #: modules/module-info.php:383
3016
+ msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
3017
  msgstr ""
3018
 
3019
+ #: modules/module-info.php:397 modules/module-info.php:411
3020
+ msgid "Widgets Screenshot"
3021
  msgstr ""
3022
 
3023
+ #: modules/module-info.php:400 modules/module-info.php:414
3024
+ msgid "Extra Sidebar Widgets"
 
3025
  msgstr ""
3026
 
3027
+ #: modules/module-info.php:402
3028
+ msgid "The RSS Links Widget "
3029
  msgstr ""
3030
 
3031
+ #: modules/module-info.php:402
3032
+ 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."
3033
  msgstr ""
3034
 
3035
+ #: modules/module-info.php:403
3036
+ msgid "The Twitter Widget "
 
3037
  msgstr ""
3038
 
3039
+ #: modules/module-info.php:403
3040
+ 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."
3041
  msgstr ""
3042
 
3043
+ #: modules/module-info.php:403
3044
+ msgid "The Facebook Like Box Widget "
 
 
3045
  msgstr ""
3046
 
3047
+ #: modules/module-info.php:403
3048
+ 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."
3049
+ msgstr ""
3050
 
3051
+ #: modules/module-info.php:403
3052
+ msgid "The Image Widget "
3053
  msgstr ""
3054
 
3055
+ #: modules/module-info.php:403
3056
+ 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."
3057
  msgstr ""
3058
 
3059
+ #: modules/module-info.php:416
3060
+ msgid "The RSS Links Widget"
3061
+ msgstr ""
 
3062
 
3063
+ #: modules/module-info.php:416
3064
+ msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
3065
+ msgstr ""
 
3066
 
3067
+ #: modules/module-info.php:417
3068
+ msgid "The Twitter Widget"
3069
+ msgstr ""
 
3070
 
3071
+ #: modules/module-info.php:417
3072
+ msgid "shows your latest tweets within a sidebar on your theme."
3073
+ msgstr ""
3074
 
3075
+ #: modules/module-info.php:418
3076
+ msgid "The Facebook Like Box Widget"
3077
+ msgstr ""
3078
 
3079
+ #: modules/module-info.php:418
3080
+ msgid "shows your Facebook Like Box within a sidebar on your theme."
3081
+ msgstr ""
3082
 
3083
+ #: modules/module-info.php:419
3084
+ msgid "The Image Widget"
3085
+ msgstr ""
3086
 
3087
+ #: modules/module-info.php:419
3088
+ msgid "lets you easily add images to a sidebar on your theme."
3089
+ msgstr ""
3090
 
3091
+ #: modules/module-info.php:420
3092
+ msgid "The Gravatar Widget"
3093
+ msgstr ""
 
3094
 
3095
+ #: modules/module-info.php:420
3096
+ msgid "allows you to pull in your Gravatar image along with some of your Gravatar profile data."
3097
+ msgstr ""
 
3098
 
3099
+ #: modules/module-info.php:421
3100
+ msgid "The Gallery Widget"
3101
+ msgstr ""
3102
 
3103
+ #: modules/module-info.php:421
3104
+ msgid "provides you with a simple way to display a photo gallery or slideshow in your blog’s sidebar."
3105
+ msgstr ""
3106
 
3107
+ #: modules/module-info.php:422
3108
+ msgid "The Display WordPress Posts Widget"
3109
  msgstr ""
3110
 
3111
+ #: modules/module-info.php:422
3112
+ msgid "lets you display up to ten recent posts from another WordPress.com blog, or a self-hosted WordPress site with Jetpack enabled."
3113
  msgstr ""
3114
 
3115
+ #: modules/module-info.php:423
3116
+ msgid "The Readmill Widget"
 
3117
  msgstr ""
3118
 
3119
+ #: modules/module-info.php:423
3120
+ msgid "allows your readers to send a book to their device with one click."
3121
  msgstr ""
3122
 
3123
+ #: modules/module-info.php:424
3124
+ msgid "The Upcoming Events Widget"
3125
  msgstr ""
3126
 
3127
+ #: modules/module-info.php:424
3128
+ msgid "allows you to use an iCalendar link to display a list of events on your site."
3129
  msgstr ""
3130
 
3131
+ #: modules/module-info.php:426
3132
+ msgid "Each of these widgets has a number of customization options."
3133
+ msgstr ""
3134
 
3135
+ #: modules/module-info.php:426
3136
+ msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
3137
+ msgstr ""
3138
 
3139
+ #: modules/module-info.php:439
3140
+ msgid "Subsriptions Screenshot"
3141
+ msgstr ""
3142
 
3143
+ #: modules/module-info.php:442
3144
+ msgid "Subscriptions"
3145
+ msgstr "Абонаменти"
3146
 
3147
+ #: modules/module-info.php:444
3148
+ 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."
3149
  msgstr ""
3150
 
3151
+ #: modules/module-info.php:445
3152
+ msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
3153
  msgstr ""
3154
 
3155
+ #: modules/module-info.php:450
3156
+ 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."
3157
  msgstr ""
3158
 
3159
+ #: modules/module-info.php:451
3160
+ msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
3161
  msgstr ""
3162
 
3163
+ #: modules/module-info.php:464
3164
+ msgid "Enhanced Distribution"
3165
  msgstr ""
3166
 
3167
+ #: modules/module-info.php:466
3168
+ 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."
 
 
 
 
3169
  msgstr ""
3170
 
3171
+ #: modules/module-info.php:481
3172
+ msgid "JSON API"
3173
  msgstr ""
3174
 
3175
+ #: modules/module-info.php:483
3176
+ 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."
 
 
 
 
3177
  msgstr ""
3178
 
3179
+ #: modules/module-info.php:485
3180
+ 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."
 
3181
  msgstr ""
3182
 
3183
+ #: modules/module-info.php:513
3184
+ 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."
3185
  msgstr ""
3186
 
3187
+ #: modules/module-info.php:516
3188
+ 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."
 
3189
  msgstr ""
3190
 
3191
+ #: modules/module-info.php:533
3192
+ msgid "Jetpack Comments Screenshot"
3193
  msgstr ""
3194
 
3195
+ #: modules/module-info.php:538
3196
+ msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
3197
  msgstr ""
3198
 
3199
+ #: modules/module-info.php:543
3200
+ 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."
3201
  msgstr ""
3202
 
3203
+ #: modules/module-info.php:564
3204
+ msgid "Gallery Carousel Screenshot"
3205
  msgstr ""
3206
 
3207
+ #: modules/module-info.php:567 modules/widgets/gallery.php:334
3208
+ msgid "Carousel"
 
 
 
 
3209
  msgstr ""
3210
 
3211
+ #: modules/module-info.php:569
3212
+ 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."
3213
  msgstr ""
3214
 
3215
+ #: modules/module-info.php:582 modules/module-info.php:585
3216
+ msgid "Custom CSS"
3217
+ msgstr ""
 
 
 
 
 
 
 
 
3218
 
3219
+ #: modules/module-info.php:586
3220
+ 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."
3221
+ msgstr ""
 
 
 
 
3222
 
3223
+ #: modules/module-info.php:587
3224
+ msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
3225
+ msgstr ""
 
3226
 
3227
+ #: modules/module-info.php:604 modules/module-info.php:607
3228
+ msgid "Mobile Theme"
3229
+ msgstr ""
 
 
3230
 
3231
+ #: modules/module-info.php:608
3232
+ 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."
3233
+ msgstr ""
 
 
3234
 
3235
+ #: modules/module-info.php:609
3236
+ 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."
3237
+ msgstr ""
 
 
 
3238
 
3239
+ #: modules/module-info.php:610
3240
+ 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."
 
 
3241
  msgstr ""
3242
 
3243
+ #: modules/module-info.php:626 modules/module-info.php:629
3244
+ msgid "Mobile Push Notifications"
3245
  msgstr ""
3246
 
3247
+ #: modules/module-info.php:631
3248
+ msgid "If you use <a href=\"%1$s\">WordPress for iOS</a> or <a href=\"%2$s\">WordPress for Android</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."
3249
  msgstr ""
3250
 
3251
+ #: modules/module-info.php:649
3252
+ msgid "If you are a theme author, you can learn about adding support for Infinite Scroll at <a href=\"%1$s\">%1$s</a>."
 
3253
  msgstr ""
3254
 
3255
+ #: modules/module-info.php:652
3256
+ msgid "Infinite Scroll"
3257
  msgstr ""
3258
 
3259
+ #: modules/module-info.php:655
3260
+ msgid "When you write great content, all you really want is people to find it, right?"
3261
  msgstr ""
3262
 
3263
+ #: modules/module-info.php:657
3264
+ 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."
3265
  msgstr ""
3266
 
3267
+ #: modules/module-info.php:660
3268
+ 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."
3269
  msgstr ""
3270
 
3271
+ #: modules/module-info.php:662
3272
+ msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
3273
  msgstr ""
3274
 
3275
+ #: modules/module-info.php:672
3276
+ 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."
3277
  msgstr ""
3278
 
3279
+ #: modules/module-info.php:696 modules/module-info.php:699
3280
+ #: modules/post-by-email.php:92
3281
+ msgid "Post by Email"
3282
  msgstr ""
3283
 
3284
+ #: modules/module-info.php:701
3285
+ 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."
3286
  msgstr ""
3287
 
3288
+ #: modules/module-info.php:705
3289
+ msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
3290
  msgstr ""
3291
 
3292
+ #: modules/module-info.php:709
3293
+ msgid "More information on sending emails, attachments, and customizing your posts."
3294
  msgstr ""
3295
 
3296
+ #: modules/module-info.php:729
3297
+ msgid "Photon"
3298
  msgstr ""
3299
 
3300
+ #: modules/module-info.php:731
3301
+ msgid "Give your site a boost by loading images in posts 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."
3302
  msgstr ""
3303
 
3304
+ #: modules/module-info.php:750 modules/module-info.php:753
3305
+ #: modules/tiled-gallery/tiled-gallery.php:344
3306
+ msgid "Tiled Galleries"
3307
  msgstr ""
3308
 
3309
+ #: modules/module-info.php:756
3310
+ msgid "Create elegant magazine-style mosaic layouts for your photos without having to use an external graphic editor."
3311
  msgstr ""
3312
 
3313
+ #: modules/module-info.php:757
3314
+ msgid "When adding a gallery to your post, you now have the option to select a layout style for your images. We've added support for Rectangular, Square, and Circular galleries. By default, galleries will continue to display using the standard thumbnail grid layout. To make the rectangular layout the default for all of your site's galleries, head over to <a href=\"%s\">Settings &rarr; Media</a> and check the box next to \"Display all your gallery pictures in a cool mosaic.\""
3315
  msgstr ""
3316
 
3317
+ #: modules/module-info.php:758
3318
+ msgid "Note: Images in tiled galleries require extra-special processing, so they will be served from WordPress.com's CDN even if the Photon module is disabled."
 
3319
  msgstr ""
3320
 
3321
+ #: modules/module-info.php:780
3322
+ msgid "Likes allow your readers to show their appreciation for your posts and other published content using their WordPress.com accounts. Your readers will then be able to review their liked posts from WordPress.com."
3323
  msgstr ""
3324
 
3325
+ #: modules/module-info.php:781
3326
+ msgid "Displayed below your posts will be how many people have liked your posts and the Gravatars of those who have liked them."
3327
  msgstr ""
3328
 
3329
+ #: modules/module-info.php:783
3330
+ msgid "More information on using Likes."
3331
  msgstr ""
3332
 
3333
+ #: modules/module-info.php:806
3334
+ msgid "The Google+ profile module allows you to connect your blog and Google+ accounts."
3335
  msgstr ""
3336
 
3337
+ #: modules/module-info.php:807
3338
+ msgid "Displayed below your posts will be a link back to your Google+ profile and a Google+ follow button. A link will also be added to your Google+ profile."
3339
  msgstr ""
3340
 
3341
+ #: modules/module-info.php:809
3342
+ msgid "More information on using Google+ Profile."
3343
  msgstr ""
3344
 
3345
+ #: modules/module-info.php:825 modules/omnisearch/omnisearch-core.php:59
3346
+ #: modules/omnisearch/omnisearch-core.php:64
3347
+ #: modules/omnisearch/omnisearch-core.php:85
3348
+ msgid "Omnisearch"
3349
  msgstr ""
3350
 
3351
+ #: modules/module-info.php:827
3352
+ msgid "Search once, get results from everything! Currently supports searching posts, pages, comments, media, and plugins."
3353
  msgstr ""
3354
 
3355
+ #: modules/module-info.php:829
3356
+ msgid "Omnisearch plays nice with other plugins by letting other providers offer results as well."
3357
  msgstr ""
3358
 
3359
+ #: modules/module-info.php:848
3360
+ msgid "Widget Visibility"
3361
  msgstr ""
3362
 
3363
+ #: modules/module-info.php:850
3364
+ msgid "Control which pages your widgets appear on with Widget Visibility."
3365
  msgstr ""
3366
 
3367
+ #: modules/module-info.php:851
3368
+ msgid "To control visibility, expand the widget and click the Visibility button next to the Save button, and then, choose a set of visibility options."
3369
  msgstr ""
3370
 
3371
+ #: modules/module-info.php:852
3372
+ msgid "For example, if you wanted the Archives widget to only appear on category archives and error pages, choose \"Show\" from the first dropdown and then add two rules: \"Page is 404 Error Page\" and \"Category is All Category Pages.\""
3373
  msgstr ""
3374
 
3375
+ #: modules/module-info.php:853
3376
+ msgid "You can also hide widgets based on the current page. For example, if you don't want the Archives widget to appear on search results pages, choose \"Hide\" and \"Page is Search results.\""
3377
  msgstr ""
3378
 
3379
+ #: modules/module-info.php:868 modules/videopress/videopress.php:330
3380
+ msgid "VideoPress"
3381
  msgstr ""
3382
 
3383
+ #: modules/module-info.php:869
3384
+ msgid "With the VideoPress module you can easily upload videos to your WordPress site and embed them in your posts and pages. This module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
3385
  msgstr ""
3386
 
3387
+ #: modules/module-info.php:882
3388
+ msgid "Single Sign On"
3389
  msgstr ""
3390
 
3391
+ #: modules/module-info.php:884
3392
+ msgid "With WordPress.com Single Sign On, your users will be able to log in to or register for your WordPress site with the same credentials they use on WordPress.com. It's safe and secure."
3393
+ msgstr ""
3394
 
3395
+ #: modules/module-info.php:885
3396
+ msgid "Once enabled, a \"Log in with WordPress.com\" option will be added to your existing log in form."
3397
  msgstr ""
3398
 
3399
+ #: modules/module-info.php:900
3400
+ msgid "Monitor"
3401
  msgstr ""
3402
 
3403
+ #: modules/module-info.php:902 modules/monitor.php:62
3404
+ msgid "Nobody likes downtime, and that's why Jetpack Monitor is on the job, keeping tabs on your site. As soon as any downtime is detected, you will receive an email notification alerting you to the issue. That way you can act quickly, to get your site back online again!"
3405
  msgstr ""
3406
 
3407
+ #: modules/module-info.php:904 modules/monitor.php:63
3408
+ msgid "We’ll also let you know as soon as your site is up and running, so you can keep an eye on total downtime."
 
 
 
 
3409
  msgstr ""
3410
 
3411
+ #: modules/module-info.php:935 modules/module-info.php:936
3412
+ msgid "Related Posts"
 
 
 
3413
  msgstr ""
3414
 
3415
+ #: modules/module-info.php:937
3416
+ msgid "\"Related Posts\" shows additional relevant links from your site under your posts. If the feature is enabled, links appear underneath your Sharing Buttons and WordPress.com Likes (if you’ve turned these on)."
3417
  msgstr ""
3418
 
3419
+ #: modules/module-info.php:938
3420
+ msgid "More information on using Related Posts."
3421
  msgstr ""
3422
 
3423
+ #: modules/module-info.php:939
3424
+ msgid "This feature uses the WordPress.com infrastructure and requires that your public content be mirrored there. If you see intermittent issues only effecting certain posts, request a reindex of your posts."
3425
  msgstr ""
3426
 
3427
+ #: modules/module-info.php:955
3428
+ msgid "Markdown lets you compose posts and comments with links, lists, and other styles using regular characters and punctuation marks. Markdown is used by writers and bloggers who want a quick and easy way to write rich text, without having to take their hands off the keyboard, and without learning a lot of complicated codes and shortcuts."
 
3429
  msgstr ""
3430
 
3431
+ #: modules/monitor.php:79
3432
+ msgid "Receive Monitor Email Notifications."
 
3433
  msgstr ""
3434
 
3435
+ #: modules/monitor.php:81
3436
+ msgid "Emails will be sent to %s (<a href=\"%s\">Edit</a>)"
3437
  msgstr ""
3438
 
3439
+ #: modules/monitor.php:88 modules/sso.php:861
3440
+ msgid "This profile is not currently linked to a WordPress.com Profile."
3441
  msgstr ""
3442
 
3443
+ #: modules/omnisearch/omnisearch-comments.php:17
3444
+ msgid "Search Comments"
3445
+ msgstr "Търсене в коментарите"
3446
+
3447
+ #: modules/omnisearch/omnisearch-comments.php:18
3448
+ #: modules/omnisearch/omnisearch-comments.php:27
3449
+ #: modules/widgets/rsslinks-widget.php:68
3450
+ #: modules/widgets/rsslinks-widget.php:136
3451
+ msgid "Comments"
3452
+ msgstr "Коментари"
3453
+
3454
+ #: modules/omnisearch/omnisearch-core.php:85
3455
+ msgid "search everything"
3456
  msgstr ""
3457
 
3458
+ #: modules/omnisearch/omnisearch-core.php:95
3459
+ msgid "Results:"
3460
  msgstr ""
3461
 
3462
+ #: modules/omnisearch/omnisearch-core.php:96
3463
+ msgid "Jump to:"
3464
  msgstr ""
3465
 
3466
+ #: modules/omnisearch/omnisearch-core.php:107
3467
+ msgid "Back to Top &uarr;"
3468
  msgstr ""
3469
 
3470
+ #: modules/omnisearch/omnisearch-core.php:154
3471
+ msgid "Search Everything"
3472
  msgstr ""
3473
 
3474
+ #: modules/omnisearch/omnisearch-media.php:16
3475
+ msgid "Search Media"
3476
+ msgstr "Търсене"
3477
+
3478
+ #: modules/omnisearch/omnisearch-media.php:17
3479
+ #: modules/omnisearch/omnisearch-media.php:28
3480
+ msgid "Media"
3481
+ msgstr "Файлове"
3482
+
3483
+ #: modules/omnisearch/omnisearch-plugins.php:20
3484
+ msgid "Search Plugins"
3485
+ msgstr "Търсене на разширения"
3486
+
3487
+ #: modules/omnisearch/omnisearch-plugins.php:21
3488
+ #: modules/omnisearch/omnisearch-plugins.php:26
3489
+ msgid "Plugins"
3490
+ msgstr "Разширения"
3491
+
3492
+ #: modules/omnisearch/omnisearch-plugins.php:23
3493
+ msgid "Loading &hellip;"
3494
+ msgstr ""
3495
+
3496
+ #: modules/omnisearch/omnisearch-posts.php:44
3497
+ #: modules/widgets/facebook-likebox.php:124
3498
+ #: modules/widgets/gravatar-profile.php:177
3499
+ msgid "Title"
3500
+ msgstr "Заглавие"
3501
+
3502
+ #: modules/omnisearch/omnisearch-posts.php:45
3503
+ msgid "Snippet"
3504
  msgstr ""
3505
 
3506
+ #: modules/omnisearch/omnisearch-posts.php:75
3507
+ msgid "Unpublished"
3508
+ msgstr "Непубликувана"
3509
+
3510
+ #: modules/omnisearch/omnisearch-posts.php:78
3511
+ msgid "Y/m/d g:i:s A"
3512
+ msgstr "d.m.Y G:i:s"
3513
+
3514
+ #: modules/omnisearch/omnisearch-posts.php:85
3515
+ msgid "%s ago"
3516
+ msgstr "преди %s"
3517
+
3518
+ #: modules/omnisearch/omnisearch-posts.php:87
3519
+ msgid "Y/m/d"
3520
+ msgstr "d.m.Y"
3521
+
3522
+ #: modules/omnisearch/omnisearch-posts.php:93
3523
+ msgid "Published"
3524
+ msgstr "Публична"
3525
+
3526
+ #: modules/omnisearch/omnisearch-posts.php:96
3527
+ msgid "Missed schedule"
3528
+ msgstr "Пропуснато планирано публикуване"
3529
+
3530
+ #: modules/omnisearch/omnisearch-posts.php:98
3531
+ msgid "Scheduled"
3532
+ msgstr "Планирана"
3533
 
3534
+ #: modules/omnisearch/omnisearch-posts.php:100
3535
+ msgid "Last Modified"
3536
+ msgstr "Последна промяна"
 
 
 
3537
 
3538
+ #: modules/post-by-email.php:95 modules/subscriptions.php:635
3539
+ msgid "Email Address"
3540
+ msgstr "E-mail адрес"
3541
 
3542
+ #: modules/post-by-email.php:110
3543
+ msgid "Enable Post By Email"
 
3544
  msgstr ""
3545
 
3546
+ #: modules/post-by-email.php:114
3547
+ #: modules/videopress/class.videopress-player.php:283
3548
+ msgid "More information"
3549
  msgstr ""
3550
 
3551
+ #: modules/post-by-email.php:117
3552
+ msgid "Regenerate Address"
3553
  msgstr ""
3554
 
3555
+ #: modules/post-by-email.php:118
3556
+ msgid "Disable Post By Email"
3557
  msgstr ""
3558
 
3559
+ #: modules/post-by-email.php:126
3560
+ msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
3561
  msgstr ""
3562
 
3563
+ #: modules/post-by-email.php:129 modules/publicize/publicize-jetpack.php:66
3564
+ msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
3565
  msgstr ""
3566
 
3567
+ #: modules/post-by-email.php:170 modules/post-by-email.php:179
3568
+ msgid "Unable to create your Post By Email address. Please try again later."
 
 
 
 
3569
  msgstr ""
3570
 
3571
+ #: modules/post-by-email.php:198 modules/post-by-email.php:207
3572
+ msgid "Unable to regenerate your Post By Email address. Please try again later."
3573
  msgstr ""
3574
 
3575
+ #: modules/post-by-email.php:226 modules/post-by-email.php:235
3576
+ msgid "Unable to disable your Post By Email address. Please try again later."
 
 
3577
  msgstr ""
3578
 
3579
+ #: modules/publicize/enhanced-open-graph.php:108
3580
+ msgid "Video on %s"
3581
  msgstr ""
3582
 
3583
+ #: modules/publicize/publicize-jetpack.php:63
3584
+ msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
3585
  msgstr ""
3586
 
3587
+ #: modules/publicize/publicize-jetpack.php:180
3588
+ msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
 
 
 
3589
  msgstr ""
3590
 
3591
+ #: modules/publicize/publicize-jetpack.php:186
3592
+ msgid "An invalid request was made. This normally means that something intercepted or corrupted the request from your server to the Jetpack Server. Try again and see if it works this time."
3593
  msgstr ""
3594
 
3595
+ #: modules/publicize/publicize-jetpack.php:189
3596
+ msgid "We could not verify that your server is making an authorized request. Please try again, and make sure there is nothing interfering with requests from your server to the Jetpack Server."
3597
  msgstr ""
3598
 
3599
+ #: modules/publicize/publicize-jetpack.php:192
3600
+ msgid "No blog_id was included in your request. Please try disconnecting Jetpack from WordPress.com and then reconnecting it. Once you have done that, try connecting Publicize again."
3601
  msgstr ""
3602
 
3603
+ #: modules/publicize/publicize-jetpack.php:195
3604
+ msgid "No user information was included in your request. Please make sure that your user account has connected to Jetpack. Connect your user account by going to the <a href=\"%s\">Jetpack page</a> within wp-admin."
3605
  msgstr ""
3606
 
3607
+ #: modules/publicize/publicize-jetpack.php:198
3608
+ msgid "Something which should never happen, happened. Sorry about that. If you try again, maybe it will work."
3609
  msgstr ""
3610
 
3611
+ #: modules/publicize/publicize-jetpack.php:202
3612
+ msgid "There was a problem connecting with Publicize. Please try again in a moment."
3613
  msgstr ""
3614
 
3615
+ #: modules/publicize/publicize-jetpack.php:211
3616
+ msgid "Error code: %s"
3617
  msgstr ""
3618
 
3619
+ #: modules/publicize/publicize-jetpack.php:220
3620
+ msgid "That connection has been removed."
3621
  msgstr ""
3622
 
3623
+ #: modules/publicize/publicize-jetpack.php:351
3624
+ msgctxt "Refresh connection with {social media service}"
3625
+ msgid "Refresh connection with %s"
3626
  msgstr ""
3627
 
3628
+ #: modules/publicize/publicize-jetpack.php:425
3629
+ #: modules/publicize/publicize-jetpack.php:442
3630
+ #: modules/publicize/publicize-jetpack.php:565
3631
+ msgid "Publicize to my %s:"
3632
  msgstr ""
3633
 
3634
+ #: modules/publicize/publicize-jetpack.php:426
3635
+ msgid "Facebook Wall"
3636
  msgstr ""
3637
 
3638
+ #: modules/publicize/publicize-jetpack.php:443
3639
+ msgid "Facebook Page"
3640
  msgstr ""
3641
 
3642
+ #: modules/publicize/publicize-jetpack.php:566
3643
+ msgid "Tumblr blog"
 
3644
  msgstr ""
3645
 
3646
+ #: modules/publicize/publicize.php:373
3647
+ msgid "This connection is working correctly."
3648
  msgstr ""
3649
 
3650
+ #: modules/publicize/ui.php:76
3651
+ msgid "You have successfully connected your blog with your %s account."
3652
  msgstr ""
3653
 
3654
+ #: modules/publicize/ui.php:82
3655
+ msgid "You have chosen not to connect your blog. Please click 'accept' when prompted if you wish to connect your accounts."
3656
  msgstr ""
3657
 
3658
+ #: modules/publicize/ui.php:103
3659
+ msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
 
3660
  msgstr ""
3661
 
3662
+ #: modules/publicize/ui.php:104
3663
+ msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
3664
  msgstr ""
3665
 
3666
+ #: modules/publicize/ui.php:169
3667
+ msgid "Connected as:"
3668
  msgstr ""
3669
 
3670
+ #: modules/publicize/ui.php:179
3671
+ msgid "Shared"
3672
  msgstr ""
3673
 
3674
+ #: modules/publicize/ui.php:205 modules/theme-tools/social-links.php:81
3675
+ msgid "Connect"
3676
  msgstr ""
3677
 
3678
+ #: modules/publicize/ui.php:223
3679
+ msgid "Are you sure you want to stop Publicizing posts to this connection?"
3680
  msgstr ""
3681
 
3682
+ #: modules/publicize/ui.php:245
3683
+ msgid "Make this connection available to all users of this blog?"
3684
  msgstr ""
3685
 
3686
+ #: modules/publicize/ui.php:253
3687
+ msgid "There was a problem connecting to %s. Please disconnect and try again."
3688
  msgstr ""
3689
 
3690
+ #: modules/publicize/ui.php:427
3691
+ msgid "Before you hit Publish, please refresh the following connection(s) to make sure we can Publicize your post:"
3692
  msgstr ""
3693
 
3694
+ #: modules/publicize/ui.php:515
3695
+ msgid "Publicize:"
 
 
 
 
3696
  msgstr ""
3697
 
3698
+ #: modules/publicize/ui.php:595
3699
+ msgctxt "Service: Account connected as"
3700
+ msgid "%1$s: %2$s"
3701
  msgstr ""
3702
 
3703
+ #: modules/publicize/ui.php:630
3704
+ msgid "Custom Message:"
 
3705
  msgstr ""
3706
 
3707
+ #: modules/publicize/ui.php:635 modules/publicize/ui.php:664
3708
+ #: modules/publicize/ui.php:666
3709
+ msgid "Hide"
3710
+ msgstr "Скриване"
3711
 
3712
+ #: modules/publicize/ui.php:644
3713
+ msgid "Not Connected"
 
3714
  msgstr ""
3715
 
3716
+ #: modules/publicize/ui.php:651
3717
+ msgid "Connect to"
 
 
 
 
3718
  msgstr ""
3719
 
3720
+ #: modules/publicize/ui.php:656
3721
+ msgid "Connect and share your posts on %s"
3722
  msgstr ""
3723
 
3724
+ #: modules/publicize/ui.php:679
3725
+ msgid "Show"
3726
+ msgstr "Показване"
3727
 
3728
+ #: modules/publicize.php:111
3729
+ msgctxt "word count: words or characters?"
3730
+ msgid "words"
3731
+ msgstr "думи"
3732
 
3733
+ #: modules/related-posts/jetpack-related-posts.php:87
3734
+ msgid "Related posts"
3735
  msgstr ""
3736
 
3737
+ #: modules/related-posts/jetpack-related-posts.php:134
3738
+ #: modules/related-posts/jetpack-related-posts.php:284
3739
+ msgid "Related"
 
3740
  msgstr ""
3741
 
3742
+ #: modules/related-posts/jetpack-related-posts.php:237
3743
+ msgid "Show a \"Related\" header to more clearly separate the related section from posts"
3744
  msgstr ""
3745
 
3746
+ #: modules/related-posts/jetpack-related-posts.php:239
3747
+ msgid "Show thumbnails for related posts when available"
3748
  msgstr ""
3749
 
3750
+ #: modules/related-posts/jetpack-related-posts.php:240
3751
+ msgid "Preview:"
3752
  msgstr ""
3753
 
3754
+ #: modules/related-posts/jetpack-related-posts.php:267
3755
+ msgid "Hide related content after posts"
3756
  msgstr ""
3757
 
3758
+ #: modules/related-posts/jetpack-related-posts.php:269
3759
+ msgid "Show related content after posts"
3760
  msgstr ""
3761
 
3762
+ #: modules/related-posts/jetpack-related-posts.php:731
3763
+ #: modules/related-posts/jetpack-related-posts.php:743
3764
+ msgctxt "in {category/tag name}"
3765
+ msgid "In \"%s\""
3766
  msgstr ""
3767
 
3768
+ #: modules/related-posts/jetpack-related-posts.php:753
3769
+ msgid "With 1 comment"
3770
+ msgid_plural "With %s comments"
3771
+ msgstr[0] ""
3772
+ msgstr[1] ""
3773
+
3774
+ #: modules/sharedaddy/sharedaddy.php:14
3775
+ msgid "%1$s (%2$s) thinks you may be interested in the following post:"
3776
  msgstr ""
3777
 
3778
+ #: modules/sharedaddy/sharedaddy.php:21
3779
+ msgid "Shared Post"
3780
+ msgstr ""
 
3781
 
3782
+ #: modules/sharedaddy/sharedaddy.php:117
3783
+ msgid "Disable CSS and JS"
3784
+ msgstr ""
 
3785
 
3786
+ #: modules/sharedaddy/sharedaddy.php:119
3787
+ msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
3788
  msgstr ""
3789
 
3790
+ #: modules/sharedaddy/sharing-service.php:12
3791
+ msgid "Share this:"
3792
  msgstr ""
3793
 
3794
+ #: modules/sharedaddy/sharing-service.php:551
3795
+ #: modules/sharedaddy/sharing.php:250 modules/sharedaddy/sharing.php:283
3796
+ msgid "More"
3797
+ msgstr "Още"
3798
+
3799
+ #: modules/sharedaddy/sharing-service.php:553
3800
+ #: modules/videopress/videopress.php:635
3801
+ msgid "Share"
3802
  msgstr ""
3803
 
3804
+ #: modules/sharedaddy/sharing-sources.php:208
3805
+ msgctxt "as sharing source"
3806
+ msgid "Email"
3807
  msgstr ""
3808
 
3809
+ #: modules/sharedaddy/sharing-sources.php:250
3810
+ msgid "This post has been shared!"
3811
  msgstr ""
3812
 
3813
+ #: modules/sharedaddy/sharing-sources.php:251
3814
+ msgid "You have shared this post with %s"
3815
  msgstr ""
3816
 
3817
+ #: modules/sharedaddy/sharing-sources.php:252
3818
+ #: modules/videopress/videopress.php:676
3819
+ msgid "Close"
3820
+ msgstr "Затваряне"
3821
 
3822
+ #: modules/sharedaddy/sharing-sources.php:274
3823
+ msgctxt "share to"
3824
+ msgid "Email"
3825
  msgstr ""
3826
 
3827
+ #: modules/sharedaddy/sharing-sources.php:274
3828
+ msgid "Click to email this to a friend"
3829
  msgstr ""
3830
 
3831
+ #: modules/sharedaddy/sharing-sources.php:287
3832
+ msgid "Send to Email Address"
 
 
 
 
 
 
 
 
3833
  msgstr ""
3834
 
3835
+ #: modules/sharedaddy/sharing-sources.php:295
3836
+ msgid "Your Name"
3837
  msgstr ""
3838
 
3839
+ #: modules/sharedaddy/sharing-sources.php:298
3840
+ msgid "Your Email Address"
3841
  msgstr ""
3842
 
3843
+ #: modules/sharedaddy/sharing-sources.php:306
3844
+ msgid "Send Email"
3845
  msgstr ""
3846
 
3847
+ #: modules/sharedaddy/sharing-sources.php:310
3848
+ msgid "Post was not sent - check your email addresses!"
3849
  msgstr ""
3850
 
3851
+ #: modules/sharedaddy/sharing-sources.php:314
3852
+ msgid "Email check failed, please try again"
3853
  msgstr ""
3854
 
3855
+ #: modules/sharedaddy/sharing-sources.php:318
3856
+ msgid "Sorry, your blog cannot share posts by email."
3857
  msgstr ""
3858
 
3859
+ #: modules/sharedaddy/sharing-sources.php:341
3860
+ msgid "Twitter"
3861
  msgstr ""
3862
 
3863
+ #: modules/sharedaddy/sharing-sources.php:388
3864
+ msgctxt "share to"
3865
+ msgid "Twitter"
3866
  msgstr ""
3867
 
3868
+ #: modules/sharedaddy/sharing-sources.php:388
3869
+ msgid "Click to share on Twitter"
3870
  msgstr ""
3871
 
3872
+ #: modules/sharedaddy/sharing-sources.php:463
3873
+ msgid "StumbleUpon"
3874
+ msgstr ""
 
 
3875
 
3876
+ #: modules/sharedaddy/sharing-sources.php:474
3877
+ msgctxt "share to"
3878
+ msgid "StumbleUpon"
3879
  msgstr ""
3880
 
3881
+ #: modules/sharedaddy/sharing-sources.php:474
3882
+ msgid "Click to share on StumbleUpon"
3883
+ msgstr ""
 
3884
 
3885
+ #: modules/sharedaddy/sharing-sources.php:501
3886
+ msgid "Reddit"
3887
  msgstr ""
3888
 
3889
+ #: modules/sharedaddy/sharing-sources.php:508
3890
+ msgctxt "share to"
3891
+ msgid "Reddit"
3892
  msgstr ""
3893
 
3894
+ #: modules/sharedaddy/sharing-sources.php:508
3895
+ msgid "Click to share on Reddit"
3896
  msgstr ""
3897
 
3898
+ #: modules/sharedaddy/sharing-sources.php:535
3899
+ msgid "Digg"
3900
  msgstr ""
3901
 
3902
+ #: modules/sharedaddy/sharing-sources.php:544
3903
+ #: modules/sharedaddy/sharing-sources.php:547
3904
+ msgid "Click to Digg this post"
3905
  msgstr ""
3906
 
3907
+ #: modules/sharedaddy/sharing-sources.php:547
3908
+ msgctxt "share to"
3909
+ msgid "Digg"
3910
+ msgstr ""
 
3911
 
3912
+ #: modules/sharedaddy/sharing-sources.php:591
3913
+ msgid "LinkedIn"
3914
  msgstr ""
3915
 
3916
+ #: modules/sharedaddy/sharing-sources.php:605
3917
+ msgctxt "share to"
3918
+ msgid "LinkedIn"
3919
  msgstr ""
3920
 
3921
+ #: modules/sharedaddy/sharing-sources.php:605
3922
+ msgid "Click to share on LinkedIn"
3923
  msgstr ""
3924
 
3925
+ #: modules/sharedaddy/sharing-sources.php:668
3926
+ msgid "Facebook"
3927
  msgstr ""
3928
 
3929
+ #: modules/sharedaddy/sharing-sources.php:744
3930
+ msgctxt "share to"
3931
+ msgid "Facebook"
3932
  msgstr ""
3933
 
3934
+ #: modules/sharedaddy/sharing-sources.php:744
3935
+ msgid "Share on Facebook"
3936
  msgstr ""
3937
 
3938
+ #: modules/sharedaddy/sharing-sources.php:775
3939
+ msgid "Print"
3940
+ msgstr "Отпечатване"
 
 
3941
 
3942
+ #: modules/sharedaddy/sharing-sources.php:779
3943
+ msgctxt "share to"
3944
+ msgid "Print"
3945
  msgstr ""
3946
 
3947
+ #: modules/sharedaddy/sharing-sources.php:779
3948
+ msgid "Click to print"
3949
  msgstr ""
3950
 
3951
+ #: modules/sharedaddy/sharing-sources.php:795
3952
+ msgid "Press This"
3953
+ msgstr "Натисни ме"
3954
+
3955
+ #: modules/sharedaddy/sharing-sources.php:823
3956
+ msgctxt "share to"
3957
+ msgid "Press This"
3958
  msgstr ""
3959
 
3960
+ #: modules/sharedaddy/sharing-sources.php:823
3961
+ msgid "Click to Press This!"
3962
  msgstr ""
3963
 
3964
+ #: modules/sharedaddy/sharing-sources.php:841
3965
+ msgid "Google"
3966
+ msgstr ""
3967
+
3968
+ #: modules/sharedaddy/sharing-sources.php:854
3969
+ msgctxt "share to"
3970
+ msgid "Google"
3971
  msgstr ""
3972
 
3973
+ #: modules/sharedaddy/sharing-sources.php:854
3974
+ msgid "Click to share on Google+"
3975
  msgstr ""
3976
 
3977
+ #: modules/sharedaddy/sharing-sources.php:941
3978
+ msgid "Click to share"
 
 
3979
  msgstr ""
3980
 
3981
+ #: modules/sharedaddy/sharing-sources.php:996
3982
+ msgid "URL"
3983
+ msgstr "Адрес"
3984
 
3985
+ #: modules/sharedaddy/sharing-sources.php:1001
3986
+ msgid "Icon"
3987
  msgstr ""
3988
 
3989
+ #: modules/sharedaddy/sharing-sources.php:1008
3990
+ msgid "Save"
3991
+ msgstr "Запис"
 
3992
 
3993
+ #: modules/sharedaddy/sharing-sources.php:1009
3994
+ msgid "Remove Service"
3995
  msgstr ""
3996
 
3997
+ #: modules/sharedaddy/sharing-sources.php:1088
3998
+ msgid "Tumblr"
3999
+ msgstr "Tumblr"
4000
 
4001
+ #: modules/sharedaddy/sharing-sources.php:1099
4002
+ msgctxt "share to"
4003
+ msgid "Tumblr"
4004
  msgstr ""
4005
 
4006
+ #: modules/sharedaddy/sharing-sources.php:1099
4007
+ msgid "Click to share on Tumblr"
4008
  msgstr ""
4009
 
4010
+ #: modules/sharedaddy/sharing-sources.php:1135
4011
+ msgid "Pinterest"
4012
  msgstr ""
4013
 
4014
+ #: modules/sharedaddy/sharing-sources.php:1179
4015
+ msgid "Pin It"
4016
  msgstr ""
4017
 
4018
+ #: modules/sharedaddy/sharing-sources.php:1181
4019
+ msgctxt "share to"
4020
+ msgid "Pinterest"
4021
  msgstr ""
4022
 
4023
+ #: modules/sharedaddy/sharing-sources.php:1181
4024
+ msgid "Click to share on Pinterest"
4025
  msgstr ""
4026
 
4027
+ #: modules/sharedaddy/sharing-sources.php:1252
4028
+ #: modules/sharedaddy/sharing-sources.php:1270
4029
+ msgid "Pocket"
4030
  msgstr ""
4031
 
4032
+ #: modules/sharedaddy/sharing-sources.php:1275
4033
+ msgctxt "share to"
4034
+ msgid "Pocket"
4035
  msgstr ""
4036
 
4037
+ #: modules/sharedaddy/sharing-sources.php:1275
4038
+ msgid "Click to share on Pocket"
4039
  msgstr ""
4040
 
4041
+ #: modules/sharedaddy/sharing.php:153
4042
+ msgid "Warning! Multibyte support missing!"
 
 
 
 
 
4043
  msgstr ""
4044
 
4045
+ #: modules/sharedaddy/sharing.php:154
4046
+ 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."
 
 
 
 
 
 
 
 
4047
  msgstr ""
4048
 
4049
+ #: modules/sharedaddy/sharing.php:171
4050
+ msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
4051
  msgstr ""
4052
 
4053
+ #: modules/sharedaddy/sharing.php:177
4054
+ msgid "Available Services"
4055
  msgstr ""
4056
 
4057
+ #: modules/sharedaddy/sharing.php:178
4058
+ msgid "Drag and drop the services you'd like to enable into the box below."
4059
+ msgstr ""
4060
 
4061
+ #: modules/sharedaddy/sharing.php:179
4062
+ msgid "Add a new service"
4063
  msgstr ""
4064
 
4065
+ #: modules/sharedaddy/sharing.php:192
4066
+ msgid "Please note that your services have been restricted because your site is private."
4067
  msgstr ""
4068
 
4069
+ #: modules/sharedaddy/sharing.php:203
4070
+ msgid "Enabled Services"
 
 
4071
  msgstr ""
4072
 
4073
+ #: modules/sharedaddy/sharing.php:206
4074
+ msgid "Services dragged here will appear individually."
4075
  msgstr ""
4076
 
4077
+ #: modules/sharedaddy/sharing.php:209
4078
+ msgid "Drag and drop available services here."
4079
+ msgstr ""
4080
 
4081
+ #: modules/sharedaddy/sharing.php:220
4082
+ msgid "Services dragged here will be hidden behind a share button."
4083
  msgstr ""
4084
 
4085
+ #: modules/sharedaddy/sharing.php:235
4086
+ msgid "Live Preview"
4087
+ msgstr "Предварителен преглед"
 
 
 
 
 
 
4088
 
4089
+ #: modules/sharedaddy/sharing.php:238
4090
+ msgid "Sharing is off. Add services above to enable."
4091
  msgstr ""
4092
 
4093
+ #: modules/sharedaddy/sharing.php:304
4094
+ msgid "Button style"
4095
  msgstr ""
4096
 
4097
+ #: modules/sharedaddy/sharing.php:307
4098
+ msgid "Icon + text"
 
 
 
 
 
 
 
 
4099
  msgstr ""
4100
 
4101
+ #: modules/sharedaddy/sharing.php:308
4102
+ msgid "Icon only"
 
4103
  msgstr ""
4104
 
4105
+ #: modules/sharedaddy/sharing.php:309
4106
+ msgid "Text only"
4107
  msgstr ""
4108
 
4109
+ #: modules/sharedaddy/sharing.php:310
4110
+ msgid "Official buttons"
 
4111
  msgstr ""
4112
 
4113
+ #: modules/sharedaddy/sharing.php:315
4114
+ msgid "Sharing label"
4115
  msgstr ""
4116
 
4117
+ #: modules/sharedaddy/sharing.php:321
4118
+ msgid "Open links in"
4119
  msgstr ""
4120
 
4121
+ #: modules/sharedaddy/sharing.php:324
4122
+ msgid "New window"
4123
  msgstr ""
4124
 
4125
+ #: modules/sharedaddy/sharing.php:325
4126
+ msgid "Same window"
4127
  msgstr ""
4128
 
4129
+ #: modules/sharedaddy/sharing.php:363
4130
+ msgid "Service name"
4131
  msgstr ""
4132
 
4133
+ #: modules/sharedaddy/sharing.php:369
4134
+ msgid "Sharing URL"
4135
  msgstr ""
4136
 
4137
+ #: modules/sharedaddy/sharing.php:373
4138
+ msgid "You can add the following variables to your service sharing URL:"
4139
  msgstr ""
4140
 
4141
+ #: modules/sharedaddy/sharing.php:378
4142
+ msgid "Icon URL"
 
4143
  msgstr ""
4144
 
4145
+ #: modules/sharedaddy/sharing.php:381
4146
+ msgid "Enter the URL of a 16x16px icon you want to use for this service."
4147
  msgstr ""
4148
 
4149
+ #: modules/sharedaddy/sharing.php:387
4150
+ msgid "Create Share Button"
4151
  msgstr ""
4152
 
4153
+ #: modules/sharedaddy/sharing.php:399
4154
+ msgid "An error occurred creating your new sharing service - please check you gave valid details."
 
4155
  msgstr ""
4156
 
4157
+ #: modules/shortcodes/archives.php:58
4158
+ msgid "Your blog does not currently have any published posts."
4159
+ msgstr "В момента вашият блог няма публикувани материали."
4160
 
4161
+ #: modules/shortcodes/audio.php:202
4162
+ msgid "Download: <a href=\"%s\">%s</a><br />"
4163
  msgstr ""
4164
 
4165
+ #: modules/shortcodes/presentations.php:227
4166
+ msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
4167
  msgstr ""
4168
 
4169
+ #: modules/shortcodes/presentations.php:243
4170
+ msgid "Click to autoplay the presentation!"
4171
+ msgstr ""
 
4172
 
4173
+ #: modules/shortcodes/slideshow.php:65 modules/widgets/gallery.php:330
4174
+ msgid "Slideshow"
4175
  msgstr ""
4176
 
4177
+ #: modules/shortcodes/slideshow.php:70
4178
+ msgid "Image Gallery Slideshow"
4179
  msgstr ""
4180
 
4181
+ #: modules/shortcodes/slideshow.php:182
4182
+ msgid "Click to view slideshow."
4183
  msgstr ""
4184
 
4185
+ #: modules/shortcodes/slideshow.php:211
4186
+ msgid "This slideshow requires JavaScript."
4187
  msgstr ""
4188
 
4189
+ #: modules/shortcodes/twitter-timeline.php:17
4190
+ msgid "Invalid username"
4191
  msgstr ""
4192
 
4193
+ #: modules/shortcodes/twitter-timeline.php:20
4194
+ msgid "Invalid id"
 
 
 
 
4195
  msgstr ""
4196
 
4197
+ #: modules/shortcodes/twitter-timeline.php:22
4198
+ msgid "Tweets by @%s"
4199
+ msgstr ""
4200
 
4201
+ #: modules/shortcodes/upcoming-events.php:23
4202
+ #: modules/widgets/upcoming-events.php:79
4203
+ msgid "No upcoming events"
4204
  msgstr ""
4205
 
4206
+ #: modules/sso.php:137
4207
+ msgid "Jetpack Single Sign On"
 
 
 
4208
  msgstr ""
4209
 
4210
+ #: modules/sso.php:174
4211
+ msgid "Require Two-Step Authentication"
 
4212
  msgstr ""
4213
 
4214
+ #: modules/sso.php:192
4215
+ msgid "Match by Email"
 
4216
  msgstr ""
4217
 
4218
+ #: modules/sso.php:342
4219
+ msgid "Error: This site's Jetpack connection is currently experiencing problems."
4220
+ msgstr ""
4221
 
4222
+ #: modules/sso.php:476
4223
+ msgid "Error, invalid response data."
4224
+ msgstr ""
4225
 
4226
+ #: modules/sso.php:531
4227
+ msgid "Error: Couldn't create suitable username."
4228
+ msgstr ""
4229
 
4230
+ #: modules/sso.php:647
4231
+ msgid "Log in with WordPress.com"
4232
  msgstr ""
4233
 
4234
+ #: modules/sso.php:722
4235
+ msgid "Login method not allowed"
 
 
4236
  msgstr ""
4237
 
4238
+ #: modules/sso.php:729
4239
+ msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
4240
  msgstr ""
4241
 
4242
+ #: modules/sso.php:731
4243
+ msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
4244
+ msgstr ""
4245
 
4246
+ #: modules/sso.php:782
4247
+ msgid "WordPress.com Single Sign On"
4248
  msgstr ""
4249
 
4250
+ #: modules/sso.php:783
4251
+ msgid "Connecting with WordPress.com SSO enables you to log in via your WordPress.com account."
4252
  msgstr ""
4253
 
4254
+ #: modules/sso.php:798
4255
+ msgid "Two step Enabled"
4256
  msgstr ""
4257
 
4258
+ #: modules/sso.php:800
4259
+ msgid "Two step Disabled"
4260
  msgstr ""
4261
 
4262
+ #: modules/sso.php:806
4263
+ msgid "Unlink This Account"
4264
  msgstr ""
4265
 
4266
+ #: modules/stats.php:266 modules/stats.php:700
4267
+ msgid "Site Stats"
4268
+ msgstr ""
 
 
 
 
 
 
4269
 
4270
+ #: modules/stats.php:351
4271
+ msgid "Loading&hellip;"
4272
+ msgstr "Зареждане"
 
4273
 
4274
+ #: modules/stats.php:353
4275
+ msgid "Your Site Stats work better with Javascript enabled."
 
4276
  msgstr ""
4277
 
4278
+ #: modules/stats.php:354
4279
+ msgid "View Site Stats without Javascript"
 
4280
  msgstr ""
4281
 
4282
+ #: modules/stats.php:536
4283
+ msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
 
4284
  msgstr ""
4285
 
4286
+ #: modules/stats.php:541
4287
+ msgid "Admin bar"
 
4288
  msgstr ""
4289
 
4290
+ #: modules/stats.php:542
4291
+ msgid "Put a chart showing 48 hours of views in the admin bar."
 
4292
  msgstr ""
4293
 
4294
+ #: modules/stats.php:543
4295
+ msgid "Registered users"
 
4296
  msgstr ""
4297
 
4298
+ #: modules/stats.php:545
4299
+ msgid "Count the page views of registered users who are logged in."
 
4300
  msgstr ""
4301
 
4302
+ #: modules/stats.php:555
4303
+ msgid "Smiley"
 
4304
  msgstr ""
4305
 
4306
+ #: modules/stats.php:556
4307
+ msgid "Hide the stats smiley face image."
 
4308
  msgstr ""
4309
 
4310
+ #: modules/stats.php:556
4311
+ msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
 
 
4312
  msgstr ""
4313
 
4314
+ #: modules/stats.php:556
4315
+ msgid "Smiley face"
4316
  msgstr ""
4317
 
4318
+ #: modules/stats.php:557
4319
+ msgid "Report visibility"
4320
  msgstr ""
4321
 
4322
+ #: modules/stats.php:559
4323
+ msgid "Select the roles that will be able to view stats reports."
 
4324
  msgstr ""
4325
 
4326
+ #: modules/stats.php:634
4327
+ msgid "Stats"
4328
+ msgstr "Статистика"
 
 
4329
 
4330
+ #: modules/stats.php:636
4331
+ msgid "Views over 48 hours. Click for more Site Stats."
4332
+ msgstr ""
 
 
4333
 
4334
+ #: modules/stats.php:721
4335
+ msgid "day"
4336
+ msgstr "ден"
4337
 
4338
+ #: modules/stats.php:722
4339
+ msgid "week"
4340
+ msgstr "седмица"
4341
 
4342
+ #: modules/stats.php:723
4343
+ msgid "month"
4344
+ msgstr "месец"
4345
 
4346
+ #: modules/stats.php:726
4347
+ msgid "the past day"
4348
+ msgstr "предишния ден"
4349
 
4350
+ #: modules/stats.php:727
4351
+ msgid "the past week"
4352
  msgstr ""
4353
 
4354
+ #: modules/stats.php:728
4355
+ msgid "the past month"
4356
+ msgstr "изминалия месец"
 
 
 
 
 
 
4357
 
4358
+ #: modules/stats.php:729
4359
+ msgid "the past quarter"
 
 
4360
  msgstr ""
4361
 
4362
+ #: modules/stats.php:730
4363
+ msgid "the past year"
4364
+ msgstr "изминалата година"
 
 
 
 
 
 
 
 
 
 
 
 
4365
 
4366
+ #: modules/stats.php:752
4367
+ msgid "Chart stats by"
4368
+ msgstr ""
4369
 
4370
+ #: modules/stats.php:765
4371
+ msgid "Show top posts over"
4372
+ msgstr ""
 
 
4373
 
4374
+ #: modules/stats.php:778
4375
+ msgid "Show top search terms over"
4376
  msgstr ""
4377
 
4378
+ #: modules/stats.php:944
4379
+ msgid "%1$s %2$s Views"
 
4380
  msgstr ""
4381
 
4382
+ #: modules/stats.php:965
4383
+ msgid "View All"
4384
+ msgstr "Всички"
 
 
4385
 
4386
+ #: modules/stats.php:969
4387
+ msgid "Top Posts"
4388
  msgstr ""
4389
 
4390
+ #: modules/stats.php:973 modules/stats.php:997
4391
+ msgid "Sorry, nothing to report."
4392
+ msgstr ""
 
4393
 
4394
+ #: modules/stats.php:993
4395
+ msgid "Top Searches"
4396
  msgstr ""
4397
 
4398
+ #: modules/stats.php:1021
4399
+ msgid "We were unable to get your stats just now. Please reload this page to try again."
4400
  msgstr ""
4401
 
4402
+ #: modules/stats.php:1028
4403
+ 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."
4404
  msgstr ""
4405
 
4406
+ #: modules/subscriptions.php:123
4407
+ msgid "Jetpack Subscriptions Settings"
4408
  msgstr ""
4409
 
4410
+ #: modules/subscriptions.php:132
4411
+ msgid "Follow Blog"
 
4412
  msgstr ""
4413
 
4414
+ #: modules/subscriptions.php:147
4415
+ msgid "Follow Comments"
4416
  msgstr ""
4417
 
4418
+ #: modules/subscriptions.php:168
4419
+ msgid "Follower Settings"
4420
  msgstr ""
4421
 
4422
+ #: modules/subscriptions.php:175
4423
+ msgid "Blog follow email text"
4424
  msgstr ""
4425
 
4426
+ #: modules/subscriptions.php:183
4427
+ msgid "Comment follow email text"
4428
+ msgstr ""
 
4429
 
4430
+ #: modules/subscriptions.php:197
4431
+ msgid "Change whether your visitors can subscribe to your posts or comments or both."
4432
+ msgstr ""
 
4433
 
4434
+ #: modules/subscriptions.php:212
4435
+ msgid "Show a <em>'follow blog'</em> option in the comment form"
4436
  msgstr ""
4437
 
4438
+ #: modules/subscriptions.php:227
4439
+ msgid "Show a <em>'follow comments'</em> option in the comment form"
4440
+ msgstr ""
 
4441
 
4442
+ #: modules/subscriptions.php:252
4443
+ msgid "These settings change emails sent from your blog to followers."
4444
+ msgstr ""
 
4445
 
4446
+ #: modules/subscriptions.php:258
4447
+ msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
4448
+ msgstr ""
 
4449
 
4450
+ #: modules/subscriptions.php:264
4451
+ msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
4452
  msgstr ""
4453
 
4454
+ #: modules/subscriptions.php:269
4455
+ msgid ""
4456
+ "Howdy.\n"
4457
+ "\n"
4458
+ "You recently followed this blog's posts. This means you will receive each new post by email.\n"
4459
+ "\n"
4460
+ "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
4461
  msgstr ""
4462
 
4463
+ #: modules/subscriptions.php:270
4464
+ msgid ""
4465
+ "Howdy.\n"
4466
+ "\n"
4467
+ "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
4468
+ "\n"
4469
+ "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
4470
  msgstr ""
4471
 
4472
+ #: modules/subscriptions.php:472
4473
+ msgid "Notify me of follow-up comments by email."
 
4474
  msgstr ""
4475
 
4476
+ #: modules/subscriptions.php:479
4477
+ msgid "Notify me of new posts by email."
4478
  msgstr ""
4479
 
4480
+ #: modules/subscriptions.php:557
4481
+ msgid "Add an email signup form to allow people to subscribe to your blog."
4482
  msgstr ""
4483
 
4484
+ #: modules/subscriptions.php:560
4485
+ msgid "Blog Subscriptions (Jetpack)"
4486
  msgstr ""
4487
 
4488
+ #: modules/subscriptions.php:600
4489
+ msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
4490
+ msgstr ""
4491
 
4492
+ #: modules/subscriptions.php:609
4493
+ msgid "The email you entered was invalid, please check and try again."
4494
+ msgstr ""
4495
 
4496
+ #: modules/subscriptions.php:612
4497
+ msgid "You have already subscribed to this site, please check your inbox."
4498
  msgstr ""
4499
 
4500
+ #: modules/subscriptions.php:618
4501
+ msgid "There was an error when subscribing, please try again."
4502
+ msgstr ""
4503
 
4504
+ #: modules/subscriptions.php:631
4505
+ msgid "Join %s other subscriber"
4506
+ msgid_plural "Join %s other subscribers"
4507
+ msgstr[0] ""
4508
+ msgstr[1] ""
4509
 
4510
+ #: modules/subscriptions.php:708
4511
+ msgid "Subscribe to Blog via Email"
4512
  msgstr ""
4513
 
4514
+ #: modules/subscriptions.php:709
4515
+ msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
4516
  msgstr ""
4517
 
4518
+ #: modules/subscriptions.php:711
4519
+ msgid "Click to subscribe to this blog and receive notifications of new posts by email."
4520
  msgstr ""
4521
 
4522
+ #: modules/subscriptions.php:727
4523
+ msgid "%s: %s"
4524
  msgstr ""
4525
 
4526
+ #: modules/subscriptions.php:734 modules/widgets/image-widget.php:120
4527
+ msgid "Widget title:"
4528
+ msgstr "Заглавие на джаджата:"
4529
 
4530
+ #: modules/subscriptions.php:740
4531
+ msgid "Optional text to display to your readers:"
4532
  msgstr ""
4533
 
4534
+ #: modules/subscriptions.php:746
4535
+ msgid "Subscribe Button:"
4536
  msgstr ""
4537
 
4538
+ #: modules/subscriptions.php:753
4539
+ msgid "Show total number of subscribers? (%s subscriber)"
4540
+ msgid_plural "Show total number of subscribers? (%s subscribers)"
4541
+ msgstr[0] ""
4542
+ msgstr[1] ""
4543
 
4544
+ #: modules/theme-tools/featured-content.php:389
4545
+ #: modules/theme-tools/featured-content.php:400
4546
+ msgid "Featured Content"
4547
+ msgstr "Избрано съдържание"
4548
 
4549
+ #: modules/theme-tools/featured-content.php:401
4550
+ msgid "Easily feature all posts with the <a href=\"%1$s\">\"featured\" tag</a> or a tag of your choice. Your theme supports up to %2$s posts in its featured content area."
4551
  msgstr ""
4552
 
4553
+ #: modules/theme-tools/featured-content.php:419
4554
+ msgid "Tag name"
4555
+ msgstr "Име на етикет"
4556
+
4557
+ #: modules/theme-tools/featured-content.php:425
4558
+ msgid "Hide tag from displaying in post meta and tag clouds."
4559
  msgstr ""
4560
 
4561
+ #: modules/theme-tools/featured-content.php:444
4562
+ msgid "The settings for Featured Content have <a href=\"%s\">moved to Appearance &rarr; Customize</a>."
4563
  msgstr ""
4564
 
4565
+ #: modules/theme-tools/social-links.php:157
4566
+ msgid "&mdash; Select &mdash;"
4567
+ msgstr "&mdash; Избор &mdash;"
4568
+
4569
+ #: modules/tiled-gallery/tiled-gallery.php:320
4570
+ msgid "Tiled Mosaic"
4571
  msgstr ""
4572
 
4573
+ #: modules/tiled-gallery/tiled-gallery.php:321 modules/widgets/gallery.php:328
4574
+ msgid "Square Tiles"
4575
  msgstr ""
4576
 
4577
+ #: modules/tiled-gallery/tiled-gallery.php:322 modules/widgets/gallery.php:329
4578
+ msgid "Circles"
4579
  msgstr ""
4580
 
4581
+ #: modules/tiled-gallery/tiled-gallery.php:351
4582
+ msgid "Display all your gallery pictures in a cool mosaic."
4583
  msgstr ""
4584
 
4585
+ #: modules/videopress/class.videopress-player.php:195
4586
+ msgid "%s Error"
4587
  msgstr ""
4588
 
4589
+ #: modules/videopress/class.videopress-player.php:230
4590
+ msgid "This video is intended for mature audiences."
4591
  msgstr ""
4592
 
4593
+ #: modules/videopress/class.videopress-player.php:230
4594
+ msgid "Please verify your birthday."
4595
  msgstr ""
4596
 
4597
+ #: modules/videopress/class.videopress-player.php:280
4598
+ msgid "Submit"
4599
+ msgstr "Напред"
 
 
4600
 
4601
+ #: modules/videopress/class.videopress-player.php:326
4602
+ msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
4603
+ msgstr ""
 
 
4604
 
4605
+ #: modules/videopress/class.videopress-player.php:382
4606
+ msgctxt "watch a video title"
4607
+ msgid "Watch: %s"
4608
  msgstr ""
4609
 
4610
+ #: modules/videopress/class.videopress-player.php:478
4611
+ #: modules/videopress/class.videopress-player.php:500
4612
+ msgid "this video"
4613
  msgstr ""
4614
 
4615
+ #: modules/videopress/class.videopress-player.php:507
4616
+ msgctxt "Play as in playback or view a movie"
4617
+ msgid "JavaScript required to play %s."
4618
+ msgstr ""
4619
+
4620
+ #: modules/videopress/class.videopress-player.php:654
4621
+ msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
4622
  msgstr ""
4623
 
4624
+ #: modules/videopress/class.videopress-player.php:661
4625
+ msgid "Loading video..."
4626
  msgstr ""
4627
 
4628
+ #: modules/videopress/class.videopress-video.php:306
4629
+ 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."
4630
  msgstr ""
4631
 
4632
+ #: modules/videopress/class.videopress-video.php:308
4633
+ msgid "<strong>%s</strong> is not an allowed embed site."
4634
  msgstr ""
4635
 
4636
+ #: modules/videopress/class.videopress-video.php:308
4637
+ msgid "Publisher limits playback of video embeds."
4638
  msgstr ""
4639
 
4640
+ #: modules/videopress/class.videopress-video.php:310
4641
+ msgid "No data found for VideoPress identifier: <strong>%s</strong>."
4642
  msgstr ""
4643
 
4644
+ #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
4645
+ msgid "Could not obtain a VideoPress upload token. Please try again later."
4646
  msgstr ""
4647
 
4648
+ #: modules/videopress/videopress.php:264
4649
+ msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
4650
  msgstr ""
4651
 
4652
+ #: modules/videopress/videopress.php:269
4653
+ msgid "Connected WordPress.com Blog"
4654
  msgstr ""
4655
 
4656
+ #: modules/videopress/videopress.php:278
4657
+ msgid "Only videos from the selected blog will be available in your media library."
4658
  msgstr ""
4659
 
4660
+ #: modules/videopress/videopress.php:279
4661
+ msgid "<a href=\"%s\">Click here</a> to refresh this list."
4662
  msgstr ""
4663
 
4664
+ #: modules/videopress/videopress.php:285
4665
+ msgid "Video Library Access"
4666
  msgstr ""
4667
 
4668
+ #: modules/videopress/videopress.php:289
4669
+ msgid "Do not allow other users to access my VideoPress library"
4670
  msgstr ""
4671
 
4672
+ #: modules/videopress/videopress.php:291
4673
+ msgid "Allow users to access my videos"
4674
+ msgstr ""
 
4675
 
4676
+ #: modules/videopress/videopress.php:293
4677
+ msgid "Allow users to access and edit my videos"
4678
  msgstr ""
4679
 
4680
+ #: modules/videopress/videopress.php:295
4681
+ msgid "Allow users to access, edit, and delete my videos"
4682
  msgstr ""
4683
 
4684
+ #: modules/videopress/videopress.php:298
4685
+ msgid "Allow users to upload videos"
4686
  msgstr ""
4687
 
4688
+ #: modules/videopress/videopress.php:303
4689
+ msgid "Free formats"
4690
+ msgstr ""
4691
 
4692
+ #: modules/videopress/videopress.php:307
4693
+ msgid "Only display videos in free software formats"
4694
  msgstr ""
4695
 
4696
+ #: modules/videopress/videopress.php:308
4697
+ msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
4698
  msgstr ""
4699
 
4700
+ #: modules/videopress/videopress.php:313
4701
+ msgid "Default quality"
4702
  msgstr ""
4703
 
4704
+ #: modules/videopress/videopress.php:317
4705
+ msgid "Display higher quality video by default."
4706
+ msgstr ""
4707
 
4708
+ #: modules/videopress/videopress.php:318
4709
+ msgid "This setting may be overridden for individual videos."
4710
  msgstr ""
4711
 
4712
+ #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
4713
+ #: modules/videopress/videopress.php:593
4714
+ msgid "VideoPress Library"
4715
  msgstr ""
4716
 
4717
+ #: modules/videopress/videopress.php:340
4718
+ msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
4719
  msgstr ""
4720
 
4721
+ #: modules/videopress/videopress.php:341
4722
+ msgid "Browse Your VideoPress Library"
4723
  msgstr ""
4724
 
4725
+ #: modules/videopress/videopress.php:342
4726
+ msgid "Please enable JavaScript support in your browser to use VideoPress."
4727
  msgstr ""
4728
 
4729
+ #: modules/videopress/videopress.php:589
4730
+ msgid "Please select a video file to upload."
4731
  msgstr ""
4732
 
4733
+ #: modules/videopress/videopress.php:590
4734
+ msgid "Your video is uploading... Please do not close this window."
4735
  msgstr ""
4736
 
4737
+ #: modules/videopress/videopress.php:591
4738
+ msgid "An unknown error has occurred. Please try again later."
4739
  msgstr ""
4740
 
4741
+ #: modules/videopress/videopress.php:592
4742
+ msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
 
 
 
4743
  msgstr ""
4744
 
4745
+ #: modules/videopress/videopress.php:594
4746
+ msgid "Upload a Video"
 
 
 
4747
  msgstr ""
4748
 
4749
+ #: modules/videopress/videopress.php:595
4750
+ msgid "Insert Video"
4751
+ msgstr "Вмъкване на видео"
4752
 
4753
+ #: modules/videopress/videopress.php:628
4754
+ msgid "Ogg File URL"
4755
+ msgstr ""
4756
 
4757
+ #: modules/videopress/videopress.php:630
4758
+ msgid "Location of the Ogg video file."
4759
+ msgstr "Адрес на Ogg видео файла."
4760
 
4761
+ #: modules/videopress/videopress.php:638
4762
+ msgid "Display share menu and allow viewers to embed or download this video"
4763
  msgstr ""
4764
 
4765
+ #: modules/videopress/videopress.php:644
4766
+ msgid "Rating"
4767
+ msgstr "Оценка"
4768
 
4769
+ #: modules/videopress/videopress.php:657
4770
+ msgid "Shortcode"
4771
  msgstr ""
4772
 
4773
+ #: modules/videopress/videopress.php:664
4774
+ msgid "The preview is unavailable while this video is being processed."
4775
  msgstr ""
4776
 
4777
+ #: modules/videopress/videopress.php:673
4778
+ msgid "Video Preview:"
4779
  msgstr ""
4780
 
4781
+ #: modules/videopress/videopress.php:707
4782
+ msgid "Use the form below to upload a video to your VideoPress Library. The following video formats are supported: %s. Maximum upload file size is %d%s."
4783
  msgstr ""
4784
 
4785
+ #: modules/videopress/videopress.php:710
4786
+ msgid "Upload Video"
4787
  msgstr ""
4788
 
4789
+ #: modules/widget-visibility/widget-conditions.php:34
4790
+ msgid "All category pages"
4791
  msgstr ""
4792
 
4793
+ #: modules/widget-visibility/widget-conditions.php:48
4794
+ msgid "All author pages"
4795
  msgstr ""
4796
 
4797
+ #: modules/widget-visibility/widget-conditions.php:59
4798
+ msgid "All tag pages"
4799
  msgstr ""
4800
 
4801
+ #: modules/widget-visibility/widget-conditions.php:73
4802
+ msgid "All date archives"
 
4803
  msgstr ""
4804
 
4805
+ #: modules/widget-visibility/widget-conditions.php:74
4806
+ msgid "Daily archives"
4807
  msgstr ""
4808
 
4809
+ #: modules/widget-visibility/widget-conditions.php:75
4810
+ msgid "Monthly archives"
4811
+ msgstr "Месечен архив"
4812
 
4813
+ #: modules/widget-visibility/widget-conditions.php:76
4814
+ msgid "Yearly archives"
4815
  msgstr ""
4816
 
4817
+ #: modules/widget-visibility/widget-conditions.php:87
4818
+ msgid "Front page"
4819
+ msgstr "Начална страница"
4820
+
4821
+ #: modules/widget-visibility/widget-conditions.php:88
4822
+ msgid "Posts page"
4823
+ msgstr "Страница с публикации"
4824
+
4825
+ #: modules/widget-visibility/widget-conditions.php:89
4826
+ msgid "404 error page"
4827
  msgstr ""
4828
 
4829
+ #: modules/widget-visibility/widget-conditions.php:90
4830
+ msgid "Search results"
4831
  msgstr ""
4832
 
4833
+ #: modules/widget-visibility/widget-conditions.php:91
4834
+ msgid "Post type:"
4835
  msgstr ""
4836
 
4837
+ #: modules/widget-visibility/widget-conditions.php:104
4838
+ msgid "Static page:"
4839
  msgstr ""
4840
 
4841
+ #: modules/widget-visibility/widget-conditions.php:146
4842
+ msgid "Visibility"
4843
  msgstr ""
4844
 
4845
+ #: modules/widget-visibility/widget-conditions.php:149
4846
+ msgctxt "placeholder: dropdown menu to select widget visibility; hide if or show if"
4847
+ msgid "%s if:"
4848
  msgstr ""
4849
 
4850
+ #: modules/widget-visibility/widget-conditions.php:149
4851
+ msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
4852
+ msgid "Show"
4853
  msgstr ""
4854
 
4855
+ #: modules/widget-visibility/widget-conditions.php:149
4856
+ msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
4857
+ msgid "Hide"
4858
  msgstr ""
4859
 
4860
+ #: modules/widget-visibility/widget-conditions.php:160
4861
+ msgctxt "Used as the default option in a dropdown list"
4862
+ msgid "-- Select --"
4863
  msgstr ""
4864
 
4865
+ #: modules/widget-visibility/widget-conditions.php:161
4866
+ msgid "Category"
4867
+ msgstr "Категория"
4868
 
4869
+ #: modules/widget-visibility/widget-conditions.php:162
4870
+ msgctxt "Noun, as in: \"The author of this post is...\""
4871
+ msgid "Author"
4872
  msgstr ""
4873
 
4874
+ #: modules/widget-visibility/widget-conditions.php:163
4875
+ msgctxt "Noun, as in: \"This post has one tag.\""
4876
+ msgid "Tag"
4877
  msgstr ""
4878
 
4879
+ #: modules/widget-visibility/widget-conditions.php:164
4880
+ msgctxt "Noun, as in: \"This page is a date archive.\""
4881
+ msgid "Date"
4882
  msgstr ""
4883
 
4884
+ #: modules/widget-visibility/widget-conditions.php:165
4885
+ msgctxt "Example: The user is looking at a page, not a post."
4886
+ msgid "Page"
4887
  msgstr ""
4888
 
4889
+ #: modules/widget-visibility/widget-conditions.php:167
4890
+ msgctxt "Widget Visibility: {Rule Major [Page]} is {Rule Minor [Search results]}"
4891
+ msgid "is"
4892
+ msgstr ""
4893
 
4894
+ #: modules/widget-visibility/widget-conditions.php:171
4895
+ msgctxt "Shown between widget visibility conditions."
4896
+ msgid "or"
4897
  msgstr ""
4898
 
4899
+ #: modules/widget-visibility/widget-conditions.php:174
4900
+ msgid "Delete"
4901
+ msgstr "Изтриване"
4902
 
4903
+ #: modules/widgets/facebook-likebox.php:31
4904
+ msgid "Facebook Like Box"
4905
  msgstr ""
4906
 
4907
+ #: modules/widgets/facebook-likebox.php:34
4908
+ msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
4909
  msgstr ""
4910
 
4911
+ #: modules/widgets/facebook-likebox.php:48
4912
+ msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
4913
  msgstr ""
4914
 
4915
+ #: modules/widgets/facebook-likebox.php:131
4916
+ msgid "Facebook Page URL"
 
 
 
 
4917
  msgstr ""
4918
 
4919
+ #: modules/widgets/facebook-likebox.php:134
4920
+ msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
4921
  msgstr ""
4922
 
4923
+ #: modules/widgets/facebook-likebox.php:140
4924
+ msgid "Width"
4925
+ msgstr "Широчина"
4926
 
4927
+ #: modules/widgets/facebook-likebox.php:147
4928
+ msgid "Height"
4929
+ msgstr "Височина"
4930
 
4931
+ #: modules/widgets/facebook-likebox.php:165
4932
+ msgid "Show Faces"
4933
  msgstr ""
4934
 
4935
+ #: modules/widgets/facebook-likebox.php:167
4936
+ msgid "Show profile photos in the plugin."
4937
  msgstr ""
4938
 
4939
+ #: modules/widgets/facebook-likebox.php:174
4940
+ msgid "Show Stream"
4941
  msgstr ""
4942
 
4943
+ #: modules/widgets/facebook-likebox.php:176
4944
+ msgid "Show the profile stream for the public profile."
4945
  msgstr ""
4946
 
4947
+ #: modules/widgets/facebook-likebox.php:183
4948
+ msgid "Show Border"
4949
  msgstr ""
4950
 
4951
+ #: modules/widgets/facebook-likebox.php:185
4952
+ msgid "Show a border around the plugin."
4953
  msgstr ""
4954
 
4955
+ #: modules/widgets/facebook-likebox.php:192
4956
+ msgid "Show Wall"
4957
  msgstr ""
4958
 
4959
+ #: modules/widgets/facebook-likebox.php:194
4960
+ msgid "Show the wall for a Places page rather than friend activity."
4961
  msgstr ""
4962
 
4963
+ #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
4964
+ #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
4965
+ #: modules/widgets/twitter-timeline.php:161
4966
+ #: modules/widgets/upcoming-events.php:40
4967
+ #: modules/widgets/wordpress-post-widget.php:168
4968
+ msgid "Title:"
4969
+ msgstr "Заглавие:"
4970
 
4971
+ #: modules/widgets/gallery/templates/form.php:10
4972
+ msgid "Images:"
4973
  msgstr ""
4974
 
4975
+ #: modules/widgets/gallery/templates/form.php:39
4976
+ msgid "Choose Images"
4977
  msgstr ""
4978
 
4979
+ #: modules/widgets/gallery/templates/form.php:43
4980
+ msgid "Link To:"
4981
  msgstr ""
4982
 
4983
+ #: modules/widgets/gallery/templates/form.php:58
4984
+ msgid "Random Order:"
4985
  msgstr ""
4986
 
4987
+ #: modules/widgets/gallery/templates/form.php:69
4988
+ msgid "Style:"
4989
  msgstr ""
4990
 
4991
+ #: modules/widgets/gallery.php:20
4992
+ msgid "Display a photo gallery or slideshow"
4993
  msgstr ""
4994
 
4995
+ #: modules/widgets/gallery.php:327
4996
+ msgid "Tiles"
4997
  msgstr ""
4998
 
4999
+ #: modules/widgets/gallery.php:335
5000
+ msgid "Attachment Page"
5001
+ msgstr "Страницата за файла"
5002
 
5003
+ #: modules/widgets/gallery.php:336
5004
+ msgid "Media File"
5005
+ msgstr "Файл"
5006
 
5007
+ #: modules/widgets/gravatar-profile.php:21
5008
+ msgid "Gravatar Profile"
 
5009
  msgstr ""
5010
 
5011
+ #: modules/widgets/gravatar-profile.php:24
5012
+ msgid "Display a mini version of your Gravatar Profile"
5013
  msgstr ""
5014
 
5015
+ #: modules/widgets/gravatar-profile.php:41
5016
+ msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
5017
  msgstr ""
5018
 
5019
+ #: modules/widgets/gravatar-profile.php:95
5020
+ msgid "View Full Profile &rarr;"
5021
  msgstr ""
5022
 
5023
+ #: modules/widgets/gravatar-profile.php:103
5024
+ msgid "Error loading profile"
5025
  msgstr ""
5026
 
5027
+ #: modules/widgets/gravatar-profile.php:115
5028
+ msgid "Personal Links"
5029
  msgstr ""
5030
 
5031
+ #: modules/widgets/gravatar-profile.php:138
5032
+ msgid "Verified Services"
5033
  msgstr ""
5034
 
5035
+ #: modules/widgets/gravatar-profile.php:149
5036
+ msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
5037
+ msgid "%1$s on %2$s"
5038
  msgstr ""
5039
 
5040
+ #: modules/widgets/gravatar-profile.php:183
5041
+ msgid "Select a user or pick \"custom\" and enter a custom email address."
5042
  msgstr ""
5043
 
5044
+ #: modules/widgets/gravatar-profile.php:187
5045
+ msgid "Custom"
5046
+ msgstr "Собствено"
 
5047
 
5048
+ #: modules/widgets/gravatar-profile.php:197
5049
+ msgid "Custom Email Address"
5050
  msgstr ""
5051
 
5052
+ #: modules/widgets/gravatar-profile.php:205
5053
+ msgid "Show Personal Links"
5054
  msgstr ""
5055
 
5056
+ #: modules/widgets/gravatar-profile.php:207
5057
+ msgid "Links to your websites, blogs, or any other sites that help describe who you are."
5058
  msgstr ""
5059
 
5060
+ #: modules/widgets/gravatar-profile.php:214
5061
+ msgid "Show Account Links"
5062
  msgstr ""
5063
 
5064
+ #: modules/widgets/gravatar-profile.php:216
5065
+ msgid "Links to services that you use across the web."
 
5066
  msgstr ""
5067
 
5068
+ #: modules/widgets/gravatar-profile.php:220
5069
+ msgid "Opens in new window"
5070
  msgstr ""
5071
 
5072
+ #: modules/widgets/gravatar-profile.php:220
5073
+ msgid "Edit Your Profile"
 
5074
  msgstr ""
5075
 
5076
+ #: modules/widgets/gravatar-profile.php:220
5077
+ msgid "What's a Gravatar?"
 
 
 
 
5078
  msgstr ""
5079
 
5080
+ #: modules/widgets/image-widget.php:12
5081
+ msgid "Display an image in your sidebar"
5082
  msgstr ""
5083
 
5084
+ #: modules/widgets/image-widget.php:14
5085
+ msgid "Image (Jetpack)"
5086
  msgstr ""
5087
 
5088
+ #: modules/widgets/image-widget.php:123
5089
+ msgid "Image URL:"
5090
  msgstr ""
5091
 
5092
+ #: modules/widgets/image-widget.php:126
5093
+ msgid "Alternate text:"
 
 
 
 
5094
  msgstr ""
5095
 
5096
+ #: modules/widgets/image-widget.php:129
5097
+ msgid "Image title:"
5098
+ msgstr ""
5099
 
5100
+ #: modules/widgets/image-widget.php:132
5101
+ msgid "Caption:"
5102
  msgstr ""
5103
 
5104
+ #: modules/widgets/image-widget.php:138
5105
+ msgid "Left"
5106
+ msgstr "Ляво"
5107
 
5108
+ #: modules/widgets/image-widget.php:139
5109
+ msgid "Center"
5110
+ msgstr "Център"
5111
 
5112
+ #: modules/widgets/image-widget.php:140
5113
+ msgid "Right"
5114
+ msgstr "Дясно"
5115
 
5116
+ #: modules/widgets/image-widget.php:142
5117
+ msgid "Image Alignment:"
5118
+ msgstr "Позиция на изображението:"
5119
+
5120
+ #: modules/widgets/image-widget.php:152
5121
+ msgid "Width:"
5122
+ msgstr "Ширина:"
5123
 
5124
+ #: modules/widgets/image-widget.php:155
5125
+ msgid "Height:"
5126
+ msgstr "Височина:"
5127
 
5128
+ #: modules/widgets/image-widget.php:158
5129
+ msgid "If empty, we will attempt to determine the image size."
5130
+ msgstr "Ако оставите полето празно, ще се опитаме да познаем размера на изображенито."
5131
 
5132
+ #: modules/widgets/image-widget.php:159
5133
+ msgid "Link URL (when the image is clicked):"
5134
+ msgstr "Връзка (когато някой натисне върху изображението)"
5135
 
5136
+ #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
5137
+ msgid "Send To Readmill"
5138
+ msgstr "Изпращане към Readmill"
5139
 
5140
+ #: modules/widgets/readmill.php:13
5141
+ msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
5142
+ msgstr "Readmill е най-добрия четец за телефони и таблети. С тази джаджа позволявате на потребителите си да изпращат книги към устройството си с един клик. "
5143
 
5144
+ #: modules/widgets/readmill.php:47
5145
+ msgid "Just enter the URL to your book, make sure it's a PDF or EPUB file, and you are ready to go. For more help, head to <a href='%s'>the Readmill WordPress Widget support page</a>."
5146
  msgstr ""
5147
 
5148
+ #: modules/widgets/readmill.php:55
5149
+ msgid "Download URL:"
5150
  msgstr ""
5151
 
5152
+ #: modules/widgets/readmill.php:60
5153
+ msgid "Item URL:"
5154
  msgstr ""
5155
 
5156
+ #: modules/widgets/readmill.php:65
5157
+ msgid "What size icon?"
5158
  msgstr ""
5159
 
5160
+ #: modules/widgets/readmill.php:67 modules/widgets/rsslinks-widget.php:101
5161
+ msgid "Large"
5162
+ msgstr "Голяма"
5163
 
5164
+ #: modules/widgets/readmill.php:68 modules/widgets/rsslinks-widget.php:99
5165
+ msgid "Small"
5166
  msgstr ""
5167
 
5168
+ #: modules/widgets/readmill.php:125
5169
+ msgid "Your ePub link is empty. Provide an ePub link to display the Send to Readmill widget."
5170
  msgstr ""
5171
 
5172
+ #: modules/widgets/rsslinks-widget.php:12
5173
+ msgid "Links to your blog's RSS feeds"
5174
  msgstr ""
5175
 
5176
+ #: modules/widgets/rsslinks-widget.php:13
5177
+ msgid "RSS Links (Jetpack)"
5178
  msgstr ""
5179
 
5180
+ #: modules/widgets/rsslinks-widget.php:67
5181
+ #: modules/widgets/rsslinks-widget.php:133
5182
+ msgid "Posts"
5183
+ msgstr "Публикации"
 
 
 
 
 
 
5184
 
5185
+ #: modules/widgets/rsslinks-widget.php:69
5186
+ msgid "Posts & Comments"
5187
  msgstr ""
5188
 
5189
+ #: modules/widgets/rsslinks-widget.php:71
5190
+ msgid "Feed(s) to Display:"
5191
  msgstr ""
5192
 
5193
+ #: modules/widgets/rsslinks-widget.php:81
5194
+ msgid "Text Link"
5195
  msgstr ""
5196
 
5197
+ #: modules/widgets/rsslinks-widget.php:82
5198
+ msgid "Image Link"
5199
  msgstr ""
5200
 
5201
+ #: modules/widgets/rsslinks-widget.php:83
5202
+ msgid "Text & Image Links"
 
 
 
 
 
 
 
 
 
 
 
 
5203
  msgstr ""
5204
 
5205
+ #: modules/widgets/rsslinks-widget.php:85
5206
+ msgid "Format:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5207
  msgstr ""
5208
 
5209
+ #: modules/widgets/rsslinks-widget.php:96
5210
+ msgid "Image Settings:"
5211
  msgstr ""
5212
 
5213
+ #: modules/widgets/rsslinks-widget.php:100
5214
+ msgid "Medium"
5215
+ msgstr "Среден"
 
 
 
 
5216
 
5217
+ #: modules/widgets/rsslinks-widget.php:103
5218
+ msgid "Image Size:"
5219
  msgstr ""
5220
 
5221
+ #: modules/widgets/rsslinks-widget.php:113
5222
+ msgid "Red"
5223
+ msgstr "Червена"
5224
 
5225
+ #: modules/widgets/rsslinks-widget.php:114
5226
+ msgid "Orange"
5227
+ msgstr "Оранжева"
5228
 
5229
+ #: modules/widgets/rsslinks-widget.php:115
5230
+ msgid "Green"
5231
+ msgstr "Зелена"
5232
 
5233
+ #: modules/widgets/rsslinks-widget.php:116
5234
+ msgid "Blue"
5235
+ msgstr "Сини"
5236
 
5237
+ #: modules/widgets/rsslinks-widget.php:117
5238
+ msgid "Purple"
5239
+ msgstr "Лилава"
 
5240
 
5241
+ #: modules/widgets/rsslinks-widget.php:118
5242
+ msgid "Pink"
5243
+ msgstr "Розова"
5244
 
5245
+ #: modules/widgets/rsslinks-widget.php:119
5246
+ msgid "Silver"
5247
+ msgstr "Сребриста"
5248
 
5249
+ #: modules/widgets/rsslinks-widget.php:121
5250
+ msgid "Image Color:"
5251
  msgstr ""
5252
 
5253
+ #: modules/widgets/rsslinks-widget.php:140
5254
+ msgid "Subscribe to %s"
5255
  msgstr ""
5256
 
5257
+ #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
5258
+ msgid "Top Posts &amp; Pages"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5259
  msgstr ""
5260
 
5261
+ #: modules/widgets/top-posts.php:37
5262
+ msgid "Shows your most viewed posts and pages."
5263
  msgstr ""
5264
 
5265
+ #: modules/widgets/top-posts.php:78
5266
+ msgid "Maximum number of posts to show (no more than 10):"
5267
  msgstr ""
5268
 
5269
+ #: modules/widgets/top-posts.php:83
5270
+ msgid "Display as:"
5271
  msgstr ""
5272
 
5273
+ #: modules/widgets/top-posts.php:85
5274
+ msgid "Text List"
 
 
 
 
5275
  msgstr ""
5276
 
5277
+ #: modules/widgets/top-posts.php:86
5278
+ msgid "Image List"
5279
  msgstr ""
5280
 
5281
+ #: modules/widgets/top-posts.php:87
5282
+ msgid "Image Grid"
5283
  msgstr ""
5284
 
5285
+ #: modules/widgets/top-posts.php:91
5286
+ msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
5287
  msgstr ""
5288
 
5289
+ #: modules/widgets/top-posts.php:164
5290
+ msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
5291
  msgstr ""
5292
 
5293
+ #: modules/widgets/twitter-timeline.php:24
5294
+ msgid "Twitter Timeline"
5295
  msgstr ""
5296
 
5297
+ #: modules/widgets/twitter-timeline.php:27
5298
+ msgid "Display an official Twitter Embedded Timeline widget."
5299
  msgstr ""
5300
 
5301
+ #: modules/widgets/twitter-timeline.php:75
5302
+ msgid "My Tweets"
5303
  msgstr ""
5304
 
5305
+ #: modules/widgets/twitter-timeline.php:146
5306
+ msgid "Follow me on Twitter"
5307
+ msgstr "Следвай ме на Twitter "
5308
 
5309
+ #: modules/widgets/twitter-timeline.php:166
5310
+ msgid "Width (px):"
5311
+ msgstr "Ширина (px):"
 
5312
 
5313
+ #: modules/widgets/twitter-timeline.php:171
5314
+ msgid "Height (px):"
5315
  msgstr ""
5316
 
5317
+ #: modules/widgets/twitter-timeline.php:176
5318
+ msgid "# of Tweets Shown:"
5319
  msgstr ""
5320
 
5321
+ #: modules/widgets/twitter-timeline.php:184
5322
+ msgid "You need to <a href=\"%1$s\" target=\"_blank\">create a widget at Twitter.com</a>, and then enter your widget id (the long number found in the URL of your widget's config page) in the field below. <a href=\"%2$s\" target=\"_blank\">Read more</a>."
5323
  msgstr ""
5324
 
5325
+ #: modules/widgets/twitter-timeline.php:192
5326
+ msgid "Widget ID:"
5327
  msgstr ""
5328
 
5329
+ #: modules/widgets/twitter-timeline.php:197
5330
+ msgid "Layout Options:"
5331
  msgstr ""
5332
 
5333
+ #: modules/widgets/twitter-timeline.php:198
5334
+ msgid "No Header"
5335
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5336
 
5337
+ #: modules/widgets/twitter-timeline.php:199
5338
+ msgid "No Footer"
5339
+ msgstr ""
 
5340
 
5341
+ #: modules/widgets/twitter-timeline.php:200
5342
+ msgid "No Borders"
5343
+ msgstr ""
 
5344
 
5345
+ #: modules/widgets/twitter-timeline.php:201
5346
+ msgid "No Scrollbar"
5347
  msgstr ""
5348
 
5349
+ #: modules/widgets/twitter-timeline.php:202
5350
+ msgid "Transparent Background"
5351
  msgstr ""
5352
 
5353
+ #: modules/widgets/twitter-timeline.php:206
5354
+ msgid "Link Color (hex):"
5355
+ msgstr ""
 
 
5356
 
5357
+ #: modules/widgets/twitter-timeline.php:211
5358
+ msgid "Border Color (hex):"
5359
  msgstr ""
5360
 
5361
+ #: modules/widgets/twitter-timeline.php:216
5362
+ msgid "Timeline Theme:"
 
5363
  msgstr ""
5364
 
5365
+ #: modules/widgets/upcoming-events.php:7 modules/widgets/upcoming-events.php:32
5366
+ msgid "Upcoming Events"
5367
  msgstr ""
5368
 
5369
+ #: modules/widgets/upcoming-events.php:9
5370
+ msgid "Display upcoming events from an iCalendar feed."
5371
  msgstr ""
5372
 
5373
+ #: modules/widgets/upcoming-events.php:45
5374
+ msgid "iCalendar Feed URL:"
5375
  msgstr ""
5376
 
5377
+ #: modules/widgets/upcoming-events.php:50
5378
+ msgid "Items to show:"
5379
  msgstr ""
5380
 
5381
+ #: modules/widgets/upcoming-events.php:56
5382
+ msgid "All"
5383
+ msgstr "Всички"
5384
 
5385
+ #: modules/widgets/wordpress-post-widget.php:25
5386
+ msgid "Display WordPress Posts"
5387
+ msgstr ""
5388
 
5389
+ #: modules/widgets/wordpress-post-widget.php:27
5390
+ msgid "Displays a list of recent posts from another WordPress.com or Jetpack-enabled blog."
5391
  msgstr ""
5392
 
5393
+ #: modules/widgets/wordpress-post-widget.php:76
5394
+ #: modules/widgets/wordpress-post-widget.php:97
5395
+ msgid "We cannot load blog data at this time."
5396
  msgstr ""
5397
 
5398
+ #: modules/widgets/wordpress-post-widget.php:107
5399
+ msgid "We cannot display posts for this blog."
5400
  msgstr ""
5401
 
5402
+ #: modules/widgets/wordpress-post-widget.php:139
5403
+ msgid "Recent Posts"
5404
+ msgstr "Последни публикации"
5405
+
5406
+ #: modules/widgets/wordpress-post-widget.php:173
5407
+ msgid "Blog URL:"
5408
+ msgstr "URL на блога"
5409
+
5410
+ #: modules/widgets/wordpress-post-widget.php:176
5411
+ msgid "Enter a WordPress.com or Jetpack WordPress site URL."
5412
  msgstr ""
5413
 
5414
+ #: modules/widgets/wordpress-post-widget.php:180
5415
+ msgid "Number of Posts to Display:"
5416
  msgstr ""
5417
 
5418
+ #: modules/widgets/wordpress-post-widget.php:190
5419
+ msgid "Show Featured Image:"
5420
  msgstr ""
5421
 
5422
+ #: modules/widgets/wordpress-post-widget.php:194
5423
+ msgid "Show Excerpts:"
5424
  msgstr ""
5425
 
5426
+ #: modules/widgets.php:50
5427
+ msgid "%s (Jetpack)"
5428
  msgstr ""
5429
 
5430
+ #: tools/wordpress-i18n/pomo/sample/app.php:56
5431
+ msgid "Welcome %s!"
5432
  msgstr ""
5433
 
5434
+ #: tools/wordpress-i18n/pomo/sample/app.php:60
5435
+ msgid "A string with low priority!"
5436
  msgstr ""
5437
 
5438
+ #: tools/wordpress-i18n/pomo/sample/app.php:62
5439
+ msgid "Bye\n"
5440
  msgstr ""
5441
 
5442
+ #: views/admin/must-connect-main-blog.php:5
5443
+ msgid "Get started with Jetpack Multisite"
5444
  msgstr ""
5445
 
5446
+ #: views/admin/must-connect-main-blog.php:7
5447
+ msgid "Get started managing your Multisite install of Jetpack by connecting."
5448
  msgstr ""
5449
 
5450
+ #: views/admin/network-admin-header.php:13
5451
+ msgid "Jetpack is network activated and notices can not be dismissed."
5452
  msgstr ""
5453
 
5454
+ msgid "http://wordpress.org/extend/plugins/jetpack/"
 
5455
  msgstr ""
5456
 
5457
+ 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."
 
5458
  msgstr ""
5459
 
5460
+ msgid "Automattic"
 
5461
  msgstr ""
5462
 
5463
+ msgid "http://jetpack.me"
 
5464
  msgstr ""
5465
 
5466
+ msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
 
5467
  msgstr ""
5468
 
5469
+ msgid "Transform your standard image galleries into an immersive full-screen experience."
 
5470
  msgstr ""
5471
 
5472
+ msgid "A new comment system that has integrated social media login options."
 
5473
  msgstr ""
5474
 
5475
+ msgid "Easily insert a contact form anywhere on your site."
 
5476
  msgstr ""
5477
 
5478
+ msgid "Customize the appearance of your site using CSS but without modifying your theme."
 
5479
  msgstr ""
5480
 
5481
+ msgid "Share your public posts and comments to search engines and other services in real-time."
5482
+ msgstr ""
 
 
 
 
5483
 
5484
+ msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
 
5485
  msgstr ""
5486
 
5487
+ msgid "Show a pop-up business card of your users' gravatar profiles in comments."
5488
+ msgstr ""
 
5489
 
5490
+ msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
 
5491
  msgstr ""
5492
 
5493
+ msgid "Allow applications to securely access your content through the cloud."
5494
+ msgstr ""
 
5495
 
5496
+ msgid "Beautiful Math"
5497
+ msgstr ""
 
5498
 
5499
+ msgid "Mark up your posts with the <img src=\"//s0.wp.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."
5500
+ msgstr ""
 
5501
 
5502
+ msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
5503
+ msgstr ""
 
5504
 
5505
+ msgid "Write in Markdown, publish in HTML."
5506
+ msgstr ""
 
5507
 
5508
+ msgid "Automatically optimize your site for mobile devices."
5509
+ msgstr ""
 
5510
 
5511
+ msgid "Jetpack Monitor will keep tabs on your site, and alert you the moment that downtime is