Blog2Social: Social Media Auto Post & Scheduler - Version 6.5.2

Version Description

Usability Optimization

Download this release

Release Info

Developer PR-Gateway
Plugin Icon 128x128 Blog2Social: Social Media Auto Post & Scheduler
Version 6.5.2
Comparing to
See all releases

Code changes from version 6.5.1 to 6.5.2

assets/js/b2s/general.js CHANGED
@@ -216,6 +216,14 @@ jQuery(document).on('click', '.b2sProFeatureModalBtn', function () {
216
  jQuery('#b2sProFeatureModal').find('.' + jQuery(this).attr('data-type')).show();
217
  });
218
 
 
 
 
 
 
 
 
 
219
  jQuery(document).on('heartbeat-send', function (e, data) {
220
  data['client'] = 'b2s';
221
  });
216
  jQuery('#b2sProFeatureModal').find('.' + jQuery(this).attr('data-type')).show();
217
  });
218
 
219
+ //PREMIUM-BUSINESS
220
+ jQuery(document).on('click', '.b2sBusinessFeatureModalBtn', function () {
221
+ jQuery('#b2sBusinessFeatureModal').modal('show');
222
+ jQuery('#b2sBusinessFeatureModal').find('.modal-title').html(jQuery(this).attr('data-title'));
223
+ jQuery('#b2sBusinessFeatureModal').find('.modal-body').hide();
224
+ jQuery('#b2sBusinessFeatureModal').find('.' + jQuery(this).attr('data-type')).show();
225
+ });
226
+
227
  jQuery(document).on('heartbeat-send', function (e, data) {
228
  data['client'] = 'b2s';
229
  });
assets/js/b2s/post.js CHANGED
@@ -10,35 +10,33 @@ jQuery(window).on("load", function () {
10
  jQuery('#b2sPagination').val("1");
11
  b2sSortFormSubmit();
12
 
13
- /*if (jQuery('#b2sType').val() != "sched") {
14
- jQuery('.b2s-sched-calendar-btn').hide();
15
- }*/
16
  jQuery('#b2s-sched-calendar-area').hide();
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
- var dateFormat = "yyyy-mm-dd";
20
- var language = "en";
21
- if (jQuery('#b2sUserLang').val() == "de") {
22
- dateFormat = "dd.mm.yyyy";
23
- language = "de";
 
 
 
24
  }
25
- jQuery("#b2sSortSharedAtDateStart").datepicker({
26
- format: dateFormat,
27
- language: language,
28
- maxViewMode: 2,
29
- todayHighlight: true,
30
- calendarWeeks: true,
31
- autoclose: true
32
- });
33
-
34
- jQuery("#b2sSortSharedAtDateEnd").datepicker({
35
- format: dateFormat,
36
- language: language,
37
- maxViewMode: 2,
38
- todayHighlight: true,
39
- calendarWeeks: true,
40
- autoclose: true
41
- });
42
  });
43
 
44
 
10
  jQuery('#b2sPagination').val("1");
11
  b2sSortFormSubmit();
12
 
 
 
 
13
  jQuery('#b2s-sched-calendar-area').hide();
14
 
15
+ if (jQuery('#b2sType').val() == "draft-post") {
16
+ var dateFormat = "yyyy-mm-dd";
17
+ var language = "en";
18
+ if (jQuery('#b2sUserLang').val() == "de") {
19
+ dateFormat = "dd.mm.yyyy";
20
+ language = "de";
21
+ }
22
+ jQuery("#b2sSortSharedAtDateStart").datepicker({
23
+ format: dateFormat,
24
+ language: language,
25
+ maxViewMode: 2,
26
+ todayHighlight: true,
27
+ calendarWeeks: true,
28
+ autoclose: true
29
+ });
30
 
31
+ jQuery("#b2sSortSharedAtDateEnd").datepicker({
32
+ format: dateFormat,
33
+ language: language,
34
+ maxViewMode: 2,
35
+ todayHighlight: true,
36
+ calendarWeeks: true,
37
+ autoclose: true
38
+ });
39
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  });
41
 
42
 
blog2social.php CHANGED
@@ -6,12 +6,12 @@
6
  * Author: Blog2Social, Adenion
7
  * Text Domain: blog2social
8
  * Domain Path: /languages
9
- * Version: 6.5.1
10
  * Author URI: https://www.blog2social.com
11
  * License: GPL2+
12
  */
13
 
14
- define('B2S_PLUGIN_VERSION', '651');
15
  define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
16
  define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
17
  define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
6
  * Author: Blog2Social, Adenion
7
  * Text Domain: blog2social
8
  * Domain Path: /languages
9
+ * Version: 6.5.2
10
  * Author URI: https://www.blog2social.com
11
  * License: GPL2+
12
  */
13
 
14
+ define('B2S_PLUGIN_VERSION', '652');
15
  define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
16
  define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
17
  define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
includes/Ajax/Post.php CHANGED
@@ -916,28 +916,30 @@ class Ajax_Post {
916
  if ($mandantResult['result'] == true && (int) $mandantResult['mandantId'] > 0) {
917
  $assignProfile = $mandantResult['mandantId'];
918
  }
919
- $profilData = (isset($auth->{$m->id}) && isset($auth->{$m->id}[0]) && !empty($auth->{$m->id}[0])) ? $auth->{$m->id} : array();
920
- foreach ($profilData as $k => $networkAuth) {
921
- if (isset($networkAuth->networkAuthId) && (int) $networkAuth->networkAuthId > 0) {
922
- $data = array('action' => 'approveUserAuth', 'token' => B2S_PLUGIN_TOKEN, 'networkAuthId' => (int) $networkAuth->networkAuthId, 'assignToken' => $assignToken, 'tokenBlogUserId' => B2S_PLUGIN_BLOG_USER_ID, 'assignTokenBlogUserId' => $userId, 'allow_delete' => false, 'mandantId' => $assignProfile);
923
- $assignUserAuth = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, $data, 30), true);
924
- if (isset($assignUserAuth['result']) && $assignUserAuth['result'] == true && isset($assignUserAuth['assign_network_auth_id']) && (int) $assignUserAuth['assign_network_auth_id'] > 0) {
925
- global $wpdb;
926
- $sql = $wpdb->prepare("SELECT * FROM `{$wpdb->prefix}b2s_posts_network_details` WHERE `network_auth_id` = %d", (int) $assignUserAuth['assign_network_auth_id']);
927
- $networkAuthIdExist = $wpdb->get_row($sql);
928
- if (empty($networkAuthIdExist) || !isset($networkAuthIdExist->id)) {
929
- //Insert
930
- $sqlInsertNetworkAuthId = $wpdb->prepare("INSERT INTO `{$wpdb->prefix}b2s_posts_network_details` (`network_id`, `network_type`,`network_auth_id`,`network_display_name`) VALUES (%d,%d,%d,%s);", (int) $assignUserAuth['assign_network_id'], $assignUserAuth['assign_network_type'], (int) $assignUserAuth['assign_network_auth_id'], $assignUserAuth['assign_network_display_name']);
931
- $wpdb->query($sqlInsertNetworkAuthId);
932
- } else {
933
- //Update
934
- $sqlUpdateNetworkAuthId = $wpdb->prepare("UPDATE `{$wpdb->prefix}b2s_posts_network_details` SET `network_id` = %d, `network_type` = %d, `network_auth_id` = %d, `network_display_name` = %s WHERE `network_auth_id` = %d;", (int) $assignUserAuth['assign_network_id'], $assignUserAuth['assign_network_type'], (int) $assignUserAuth['assign_network_auth_id'], $assignUserAuth['assign_network_display_name'], (int) $assignUserAuth['assign_network_auth_id']);
935
- $wpdb->query($sqlUpdateNetworkAuthId);
 
 
 
 
 
 
936
  }
937
- $wpdb->insert($wpdb->prefix . 'b2s_user_network_settings', array('blog_user_id' => (int) $userId, 'mandant_id' => $assignProfile, 'network_auth_id' => (int) $assignUserAuth['assign_network_auth_id']), array('%d', '%d', '%d'));
938
- }
939
- if ((int) $networkAuth->networkAuthId == (int) $twitter && isset($assignUserAuth['assign_network_auth_id']) && (int) $assignUserAuth['assign_network_auth_id'] > 0) {
940
- $assignTwitter = (int) $assignUserAuth['assign_network_auth_id'];
941
  }
942
  }
943
  }
@@ -945,13 +947,17 @@ class Ajax_Post {
945
  }
946
  }
947
 
948
- //save flag in user autopost options
949
- $assignOptions = new B2S_Options($userId);
950
- $assignAutoPostOptions = $assignOptions->_getOption('auto_post');
951
- $assignAutoPostOptions['assignBy'] = B2S_PLUGIN_BLOG_USER_ID;
952
- $assignAutoPostOptions['assignProfile'] = $assignProfile;
953
- $assignAutoPostOptions['assignTwitter'] = $assignTwitter;
954
- $assignOptions->_setOption('auto_post', $assignAutoPostOptions);
 
 
 
 
955
  }
956
  }
957
 
@@ -2320,9 +2326,7 @@ class Ajax_Post {
2320
 
2321
  $date = new DateTime();
2322
  $optionPostFormat = $options->_getOption('post_template');
2323
- //deprecated setting, removed in V6.5
2324
- $optionUserHashTag = (B2S_PLUGIN_USER_VERSION > 1) ? false : $options->_getOption('user_allow_hashtag');
2325
- $rePost = new B2S_RePost_Save(B2S_PLUGIN_BLOG_USER_ID, $userLang, $userTimeZoneOffset, $optionPostFormat, $optionUserHashTag, $bestTimes);
2326
  $countPosts = 0;
2327
  foreach ($postIds as $k => $postId) {
2328
  //get Postdata
916
  if ($mandantResult['result'] == true && (int) $mandantResult['mandantId'] > 0) {
917
  $assignProfile = $mandantResult['mandantId'];
918
  }
919
+ if((int) $assignProfile > 0) {
920
+ $profilData = (isset($auth->{$m->id}) && isset($auth->{$m->id}[0]) && !empty($auth->{$m->id}[0])) ? $auth->{$m->id} : array();
921
+ foreach ($profilData as $k => $networkAuth) {
922
+ if (isset($networkAuth->networkAuthId) && (int) $networkAuth->networkAuthId > 0) {
923
+ $data = array('action' => 'approveUserAuth', 'token' => B2S_PLUGIN_TOKEN, 'networkAuthId' => (int) $networkAuth->networkAuthId, 'assignToken' => $assignToken, 'tokenBlogUserId' => B2S_PLUGIN_BLOG_USER_ID, 'assignTokenBlogUserId' => $userId, 'allow_delete' => false, 'mandantId' => $assignProfile);
924
+ $assignUserAuth = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, $data, 30), true);
925
+ if (isset($assignUserAuth['result']) && $assignUserAuth['result'] == true && isset($assignUserAuth['assign_network_auth_id']) && (int) $assignUserAuth['assign_network_auth_id'] > 0) {
926
+ global $wpdb;
927
+ $sql = $wpdb->prepare("SELECT * FROM `{$wpdb->prefix}b2s_posts_network_details` WHERE `network_auth_id` = %d", (int) $assignUserAuth['assign_network_auth_id']);
928
+ $networkAuthIdExist = $wpdb->get_row($sql);
929
+ if (empty($networkAuthIdExist) || !isset($networkAuthIdExist->id)) {
930
+ //Insert
931
+ $sqlInsertNetworkAuthId = $wpdb->prepare("INSERT INTO `{$wpdb->prefix}b2s_posts_network_details` (`network_id`, `network_type`,`network_auth_id`,`network_display_name`) VALUES (%d,%d,%d,%s);", (int) $assignUserAuth['assign_network_id'], $assignUserAuth['assign_network_type'], (int) $assignUserAuth['assign_network_auth_id'], $assignUserAuth['assign_network_display_name']);
932
+ $wpdb->query($sqlInsertNetworkAuthId);
933
+ } else {
934
+ //Update
935
+ $sqlUpdateNetworkAuthId = $wpdb->prepare("UPDATE `{$wpdb->prefix}b2s_posts_network_details` SET `network_id` = %d, `network_type` = %d, `network_auth_id` = %d, `network_display_name` = %s WHERE `network_auth_id` = %d;", (int) $assignUserAuth['assign_network_id'], $assignUserAuth['assign_network_type'], (int) $assignUserAuth['assign_network_auth_id'], $assignUserAuth['assign_network_display_name'], (int) $assignUserAuth['assign_network_auth_id']);
936
+ $wpdb->query($sqlUpdateNetworkAuthId);
937
+ }
938
+ $wpdb->insert($wpdb->prefix . 'b2s_user_network_settings', array('blog_user_id' => (int) $userId, 'mandant_id' => $assignProfile, 'network_auth_id' => (int) $assignUserAuth['assign_network_auth_id']), array('%d', '%d', '%d'));
939
+ }
940
+ if ((int) $networkAuth->networkAuthId == (int) $twitter && isset($assignUserAuth['assign_network_auth_id']) && (int) $assignUserAuth['assign_network_auth_id'] > 0) {
941
+ $assignTwitter = (int) $assignUserAuth['assign_network_auth_id'];
942
  }
 
 
 
 
943
  }
944
  }
945
  }
947
  }
948
  }
949
 
950
+ if((int) $assignProfile > 0) {
951
+ //save flag in user autopost options
952
+ $assignOptions = new B2S_Options($userId);
953
+ $assignAutoPostOptions = $assignOptions->_getOption('auto_post');
954
+ $assignAutoPostOptions['assignBy'] = B2S_PLUGIN_BLOG_USER_ID;
955
+ $assignAutoPostOptions['assignProfile'] = $assignProfile;
956
+ $assignAutoPostOptions['assignTwitter'] = $assignTwitter;
957
+ $assignOptions->_setOption('auto_post', $assignAutoPostOptions);
958
+ } else {
959
+ unset($assignUser[$k]);
960
+ }
961
  }
962
  }
963
 
2326
 
2327
  $date = new DateTime();
2328
  $optionPostFormat = $options->_getOption('post_template');
2329
+ $rePost = new B2S_RePost_Save(B2S_PLUGIN_BLOG_USER_ID, $userLang, $userTimeZoneOffset, $optionPostFormat, true, $bestTimes);
 
 
2330
  $countPosts = 0;
2331
  foreach ($postIds as $k => $postId) {
2332
  //get Postdata
includes/B2S/AutoPost.php CHANGED
@@ -98,8 +98,7 @@ class B2S_AutoPost {
98
 
99
  $hashtagcount = substr_count($postData['content'], '#');
100
  if (strpos($postData['content'], "{KEYWORDS}") !== false) {
101
- //deprecated setting, removed in V6.5
102
- $hashtags = (B2S_PLUGIN_USER_VERSION <= 1 && !$this->allowHashTag) ? '' : $this->getHashTagsString("", (($networkId == 12) ? 30 - $hashtagcount : -1));
103
  $postData['content'] = preg_replace("/\{KEYWORDS\}/", addcslashes($hashtags, "\\$"), $postData['content']);
104
  }
105
 
@@ -128,7 +127,6 @@ class B2S_AutoPost {
128
  if ($networkId == 4) {
129
  $postData['custom_title'] = strip_tags($this->title);
130
  $postData['content'] = $this->contentHtml;
131
- //deprecated setting, removed in V6.5
132
  if ($this->allowHashTag) {
133
  if (is_array($this->keywords) && !empty($this->keywords)) {
134
  foreach ($this->keywords as $tag) {
@@ -141,7 +139,6 @@ class B2S_AutoPost {
141
  if ($networkId == 6 || $networkId == 20) {
142
  if ($this->imageUrl !== false) {
143
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
144
- //deprecated setting, removed in V6.5
145
  if ($this->allowHashTag) {
146
  $postData['content'] .= $this->getHashTagsString();
147
  }
@@ -165,7 +162,6 @@ class B2S_AutoPost {
165
  if ($networkId == 9 || $networkId == 16) {
166
  $postData['custom_title'] = $this->title;
167
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
168
- //deprecated setting, removed in V6.5
169
  if ($this->allowHashTag) {
170
  if (is_array($this->keywords) && !empty($this->keywords)) {
171
  foreach ($this->keywords as $tag) {
@@ -177,7 +173,6 @@ class B2S_AutoPost {
177
 
178
  if ($networkId == 10 || $networkId == 17 || $networkId == 18) {
179
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
180
- //deprecated setting, removed in V6.5
181
  if ($this->allowHashTag) {
182
  $postData['content'] .= $this->getHashTagsString();
183
  }
@@ -189,7 +184,6 @@ class B2S_AutoPost {
189
  }
190
 
191
  if ($networkId == 11) {
192
- //deprecated setting, removed in V6.5
193
  if ($this->allowHashTag) {
194
  if (is_array($this->keywords) && !empty($this->keywords)) {
195
  foreach ($this->keywords as $tag) {
@@ -207,7 +201,6 @@ class B2S_AutoPost {
207
  if ($this->imageUrl !== false) {
208
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
209
  $postData['custom_title'] = strip_tags($this->title);
210
- //deprecated setting, removed in V6.5
211
  if ($this->allowHashTag) {
212
  if (is_array($this->keywords) && !empty($this->keywords)) {
213
  foreach ($this->keywords as $tag) {
98
 
99
  $hashtagcount = substr_count($postData['content'], '#');
100
  if (strpos($postData['content'], "{KEYWORDS}") !== false) {
101
+ $hashtags = ($this->allowHashTag) ? $this->getHashTagsString("", (($networkId == 12) ? 30 - $hashtagcount : -1)) : '';
 
102
  $postData['content'] = preg_replace("/\{KEYWORDS\}/", addcslashes($hashtags, "\\$"), $postData['content']);
103
  }
104
 
127
  if ($networkId == 4) {
128
  $postData['custom_title'] = strip_tags($this->title);
129
  $postData['content'] = $this->contentHtml;
 
130
  if ($this->allowHashTag) {
131
  if (is_array($this->keywords) && !empty($this->keywords)) {
132
  foreach ($this->keywords as $tag) {
139
  if ($networkId == 6 || $networkId == 20) {
140
  if ($this->imageUrl !== false) {
141
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
 
142
  if ($this->allowHashTag) {
143
  $postData['content'] .= $this->getHashTagsString();
144
  }
162
  if ($networkId == 9 || $networkId == 16) {
163
  $postData['custom_title'] = $this->title;
164
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
 
165
  if ($this->allowHashTag) {
166
  if (is_array($this->keywords) && !empty($this->keywords)) {
167
  foreach ($this->keywords as $tag) {
173
 
174
  if ($networkId == 10 || $networkId == 17 || $networkId == 18) {
175
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
 
176
  if ($this->allowHashTag) {
177
  $postData['content'] .= $this->getHashTagsString();
178
  }
184
  }
185
 
186
  if ($networkId == 11) {
 
187
  if ($this->allowHashTag) {
188
  if (is_array($this->keywords) && !empty($this->keywords)) {
189
  foreach ($this->keywords as $tag) {
201
  if ($this->imageUrl !== false) {
202
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
203
  $postData['custom_title'] = strip_tags($this->title);
 
204
  if ($this->allowHashTag) {
205
  if (is_array($this->keywords) && !empty($this->keywords)) {
206
  foreach ($this->keywords as $tag) {
includes/B2S/Hook/Filter.php CHANGED
@@ -1,33 +1,41 @@
1
  <?php
2
 
3
- class B2S_Hook_Filter{
4
-
5
  function get_wp_user_post_author_display_name($wp_post_author_id = 0) {
6
  $user_data = get_userdata($wp_post_author_id);
7
- if($user_data != false && !empty($user_data->display_name)) {
8
  $wp_display_name = apply_filters('b2s_filter_wp_user_post_author_display_name', $user_data->display_name, $wp_post_author_id);
9
  return $wp_display_name;
10
  }
11
  return '';
12
  }
13
-
14
  function get_wp_post_hashtag($post_id = 0, $post_type = '') {
15
  $keywords = wp_get_post_tags((int) $post_id);
16
  if (($keywords == false || empty($keywords))) {
17
- if(taxonomy_exists($post_type . '_tag')) {
18
  $keywords = wp_get_post_terms((int) $post_id, $post_type . '_tag');
19
- } elseif(taxonomy_exists($post_type . '-tag')) {
20
  $keywords = wp_get_post_terms((int) $post_id, $post_type . '-tag');
21
  }
22
  }
23
  $wp_hashtags = apply_filters('b2s_filter_wp_post_hashtag', $keywords, $post_id);
24
  return $wp_hashtags;
25
  }
26
-
27
  function get_wp_post_image($post_id = 0, $forceFeaturedImage = true, $postContent = '', $postUrl = '', $network = false, $postLang = 'en') {
28
- $images = B2S_Util::getImagesByPostId((int) $post_id, $forceFeaturedImage, $postContent, $postUrl, $network, $postLang);
29
- $wp_images = apply_filters('b2s_filter_wp_post_image', $images, $post_id);
30
- return $wp_images;
 
 
 
 
 
 
 
 
31
  }
32
-
33
  }
1
  <?php
2
 
3
+ class B2S_Hook_Filter {
4
+
5
  function get_wp_user_post_author_display_name($wp_post_author_id = 0) {
6
  $user_data = get_userdata($wp_post_author_id);
7
+ if ($user_data != false && !empty($user_data->display_name)) {
8
  $wp_display_name = apply_filters('b2s_filter_wp_user_post_author_display_name', $user_data->display_name, $wp_post_author_id);
9
  return $wp_display_name;
10
  }
11
  return '';
12
  }
13
+
14
  function get_wp_post_hashtag($post_id = 0, $post_type = '') {
15
  $keywords = wp_get_post_tags((int) $post_id);
16
  if (($keywords == false || empty($keywords))) {
17
+ if (taxonomy_exists($post_type . '_tag')) {
18
  $keywords = wp_get_post_terms((int) $post_id, $post_type . '_tag');
19
+ } elseif (taxonomy_exists($post_type . '-tag')) {
20
  $keywords = wp_get_post_terms((int) $post_id, $post_type . '-tag');
21
  }
22
  }
23
  $wp_hashtags = apply_filters('b2s_filter_wp_post_hashtag', $keywords, $post_id);
24
  return $wp_hashtags;
25
  }
26
+
27
  function get_wp_post_image($post_id = 0, $forceFeaturedImage = true, $postContent = '', $postUrl = '', $network = false, $postLang = 'en') {
28
+ try {
29
+ require_once(B2S_PLUGIN_DIR . 'includes/B2S/Hook/Filter.php');
30
+ $images = B2S_Util::getImagesByPostId((int) $post_id, $forceFeaturedImage, $postContent, $postUrl, $network, $postLang);
31
+ $wp_images = apply_filters('b2s_filter_wp_post_image', $images, $post_id);
32
+ return $wp_images;
33
+ } catch (Exception $ex) {
34
+ if (function_exists('error_log')) {
35
+ error_log('Blog2Social Wordpress Plugin Hook Filter FKT get_wp_post_image failed - Message: ' . $ex->getMessage());
36
+ }
37
+ return false;
38
+ }
39
  }
40
+
41
  }
includes/B2S/Network/Item.php CHANGED
@@ -150,7 +150,11 @@ class B2S_Network_Item {
150
  if($networkId == 6){
151
  $html .= '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn" data-auth-method="client" data-network-mandant-id="' . esc_attr($mandantId) . '">+ ' . esc_html__('Profile', 'blog2social') . '</a>';
152
  } else {
153
- $html .= ($networkId != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $networkId == 18)) ? '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . esc_html($name) . '</a>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a>';
 
 
 
 
154
  }
155
  }
156
  if (in_array($networkId, $this->allowPage)) {
150
  if($networkId == 6){
151
  $html .= '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn" data-auth-method="client" data-network-mandant-id="' . esc_attr($mandantId) . '">+ ' . esc_html__('Profile', 'blog2social') . '</a>';
152
  } else {
153
+ if($networkId == 24 && B2S_PLUGIN_USER_VERSION < 3) {
154
+ $html .= '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled b2sBusinessFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("BUSINESS", "blog2social") . '</a>';
155
+ } else {
156
+ $html .= ($networkId != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $networkId == 18)) ? '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . esc_html($name) . '</a>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a>';
157
+ }
158
  }
159
  }
160
  if (in_array($networkId, $this->allowPage)) {
includes/B2S/RePost/Save.php CHANGED
@@ -198,8 +198,7 @@ class B2S_RePost_Save {
198
  $hashtagcount = substr_count($postData['content'], '#');
199
 
200
  if (strpos($postData['content'], "{KEYWORDS}") !== false) {
201
- //deprecated setting, removed in V6.5
202
- $hashtags = (B2S_PLUGIN_USER_VERSION <= 1 && !$this->allowHashTag) ? '' : $this->getHashTagsString("", (($networkId == 12) ? 30 - $hashtagcount : -1));
203
  $postData['content'] = preg_replace("/\{KEYWORDS\}/", addcslashes($hashtags, "\\$"), $postData['content']);
204
  }
205
 
@@ -228,7 +227,6 @@ class B2S_RePost_Save {
228
  if ($networkId == 4) {
229
  $postData['custom_title'] = strip_tags($this->title);
230
  $postData['content'] = $this->contentHtml;
231
- //deprecated setting, removed in V6.5
232
  if ($this->allowHashTag) {
233
  if (is_array($this->keywords) && !empty($this->keywords)) {
234
  foreach ($this->keywords as $tag) {
@@ -241,7 +239,6 @@ class B2S_RePost_Save {
241
  if ($networkId == 6 || $networkId == 20) {
242
  if ($this->imageUrl !== false) {
243
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
244
- //deprecated setting, removed in V6.5
245
  if ($this->allowHashTag) {
246
  $postData['content'] .= $this->getHashTagsString();
247
  }
@@ -265,7 +262,6 @@ class B2S_RePost_Save {
265
  if ($networkId == 9 || $networkId == 16) {
266
  $postData['custom_title'] = $this->title;
267
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
268
- //deprecated setting, removed in V6.5
269
  if ($this->allowHashTag) {
270
  if (is_array($this->keywords) && !empty($this->keywords)) {
271
  foreach ($this->keywords as $tag) {
@@ -277,7 +273,6 @@ class B2S_RePost_Save {
277
 
278
  if ($networkId == 10 || $networkId == 17 || $networkId == 18) {
279
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
280
- //deprecated setting, removed in V6.5
281
  if ($this->allowHashTag) {
282
  $postData['content'] .= $this->getHashTagsString();
283
  }
@@ -289,7 +284,6 @@ class B2S_RePost_Save {
289
  }
290
 
291
  if ($networkId == 11) {
292
- //deprecated setting, removed in V6.5
293
  if ($this->allowHashTag) {
294
  if (is_array($this->keywords) && !empty($this->keywords)) {
295
  foreach ($this->keywords as $tag) {
@@ -307,7 +301,6 @@ class B2S_RePost_Save {
307
  if ($this->imageUrl !== false) {
308
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
309
  $postData['custom_title'] = strip_tags($this->title);
310
- //deprecated setting, removed in V6.5
311
  if ($this->allowHashTag) {
312
  if (is_array($this->keywords) && !empty($this->keywords)) {
313
  foreach ($this->keywords as $tag) {
198
  $hashtagcount = substr_count($postData['content'], '#');
199
 
200
  if (strpos($postData['content'], "{KEYWORDS}") !== false) {
201
+ $hashtags = ($this->allowHashTag) ? $this->getHashTagsString("", (($networkId == 12) ? 30 - $hashtagcount : -1)) : '';
 
202
  $postData['content'] = preg_replace("/\{KEYWORDS\}/", addcslashes($hashtags, "\\$"), $postData['content']);
203
  }
204
 
227
  if ($networkId == 4) {
228
  $postData['custom_title'] = strip_tags($this->title);
229
  $postData['content'] = $this->contentHtml;
 
230
  if ($this->allowHashTag) {
231
  if (is_array($this->keywords) && !empty($this->keywords)) {
232
  foreach ($this->keywords as $tag) {
239
  if ($networkId == 6 || $networkId == 20) {
240
  if ($this->imageUrl !== false) {
241
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
 
242
  if ($this->allowHashTag) {
243
  $postData['content'] .= $this->getHashTagsString();
244
  }
262
  if ($networkId == 9 || $networkId == 16) {
263
  $postData['custom_title'] = $this->title;
264
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
 
265
  if ($this->allowHashTag) {
266
  if (is_array($this->keywords) && !empty($this->keywords)) {
267
  foreach ($this->keywords as $tag) {
273
 
274
  if ($networkId == 10 || $networkId == 17 || $networkId == 18) {
275
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
 
276
  if ($this->allowHashTag) {
277
  $postData['content'] .= $this->getHashTagsString();
278
  }
284
  }
285
 
286
  if ($networkId == 11) {
 
287
  if ($this->allowHashTag) {
288
  if (is_array($this->keywords) && !empty($this->keywords)) {
289
  foreach ($this->keywords as $tag) {
301
  if ($this->imageUrl !== false) {
302
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
303
  $postData['custom_title'] = strip_tags($this->title);
 
304
  if ($this->allowHashTag) {
305
  if (is_array($this->keywords) && !empty($this->keywords)) {
306
  foreach ($this->keywords as $tag) {
includes/B2S/Ship/Item.php CHANGED
@@ -34,7 +34,7 @@ class B2S_Ship_Item {
34
  private $limitCharacterTitlePage = array(19 => array(1 => 150)); //XING Business Page selected over networkKind
35
  private $setShortTextGroup = array(1 => 239, 8 => 239, 10 => 442, 17 => 442, 19 => 239);
36
  private $setShortTextGroupLimit = array(1 => 400, 8 => 400, 10 => 500);
37
- private $allowHashTags = array(1, 2, 3, 6, 10, 12, 17, 20, 21);
38
  private $limitHashTagCharacter = array(21 => 36);
39
  private $limitCharacterProfile = array(1 => 500, 2 => 280, 3 => 1300, 6 => 495, 8 => 420, 9 => 250, 15 => 300, 12 => 2000, 18 => 1500, 19 => 1000, 20 => 500, 21 => 65535);
40
  private $showImageAreaProfile = array(6, 7, 10, 12, 16, 18, 20, 21, 24);
@@ -56,7 +56,6 @@ class B2S_Ship_Item {
56
  private $selMarketplaceType = 1;
57
  private $selGroup = null;
58
  private $selBoard = null;
59
- //private $maxReplayCount = 3;
60
  private $setRelayCount = 0;
61
  private $maxDaySelect = 31;
62
  private $noScheduleRegularly = array(2, 4, 11, 14, 15, 18);
@@ -72,11 +71,10 @@ class B2S_Ship_Item {
72
  private $userLang;
73
  private $selSchedDate;
74
  private $viewMode;
75
- private $userOptions;
76
  private $b2sPostType;
77
  private $options;
78
  private $post_template;
79
- private $hook_filter;
80
 
81
  public function __construct($postId, $userLang = 'en', $selSchedDate = "", $b2sPostType = "", $relayCount = 0) {
82
  $this->postId = $postId;
@@ -87,7 +85,6 @@ class B2S_Ship_Item {
87
  $this->postUrl = ($this->b2sPostType == 'ex') ? ((stripos($this->postData->guid, 'b2s_ex_post') != false) ? '' : $this->postData->guid) : (get_permalink($this->postData->ID) !== false ? get_permalink($this->postData->ID) : $this->postData->guid);
88
  $this->userLang = $userLang;
89
  $this->hook_filter = new B2S_Hook_Filter();
90
-
91
  $this->selSchedDate = $selSchedDate;
92
  $this->setRelayCount = $relayCount;
93
  }
@@ -125,8 +122,6 @@ class B2S_Ship_Item {
125
  }
126
  }
127
 
128
- $userOptions = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
129
- $allowUserHashTag = (B2S_PLUGIN_USER_VERSION > 1) ? false : $userOptions->_getOption('user_allow_hashtag');
130
  $networkName = unserialize(B2S_PLUGIN_NETWORK);
131
  $networkTypeName = unserialize(B2S_PLUGIN_NETWORK_TYPE);
132
  $networkKindName = unserialize(B2S_PLUGIN_NETWORK_KIND);
@@ -147,8 +142,7 @@ class B2S_Ship_Item {
147
  }
148
  }
149
 
150
- require_once(B2S_PLUGIN_DIR . 'includes/Options.php');
151
- $this->options = new B2S_Options(get_current_user_id());
152
  $this->post_template = $this->options->_getOption("post_template");
153
  if (B2S_PLUGIN_USER_VERSION < 1 || $this->post_template == false || !isset($this->post_template[$data->networkId][$data->networkType])) {
154
  $this->post_template = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
@@ -178,11 +172,9 @@ class B2S_Ship_Item {
178
  } else {
179
  if (array_key_exists($data->networkId, $this->post_template)) {
180
  $message = $this->getMessagebyTemplate($data);
181
-
182
  //Feature Image Html-Network
183
  if (in_array($data->networkId, $this->allowHtml)) {
184
- $images_urls = $this->hook_filter->get_wp_post_image((int) $this->postId);
185
- $featuredImage = ((!empty($images_urls) && isset(array_values($images_urls)[0][0])) ? array_values($images_urls)[0][0] : false);
186
  if ($featuredImage !== false) {
187
  $title = in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang);
188
  $message = '<img class="b2s-post-item-details-image-html-src" src="' . esc_url($featuredImage) . '" alt="' . esc_attr($title) . '"/><br>' . $message;
@@ -190,10 +182,7 @@ class B2S_Ship_Item {
190
  }
191
  } else {
192
  if (isset($this->setShortTextProfile[$data->networkId]) && (int) $this->setShortTextProfile[$data->networkId] > 0) {
193
- //$preContent = ($data->networkId == 2) ? B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang);
194
-
195
  $preContent = B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang);
196
-
197
  $message = B2S_Util::getExcerpt($preContent, (int) $this->setShortTextProfile[$data->networkId], (isset($this->setShortTextProfileLimit[$data->networkId]) ? (int) $this->setShortTextProfileLimit[$data->networkId] : false));
198
  } else {
199
  $message = (in_array($data->networkId, $this->allowTitleProfile) ? (in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, (in_array($data->networkId, $this->allowHtml) ? '<p><h1><h2><br><i><b><a><img>' : false), (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang));
@@ -201,8 +190,7 @@ class B2S_Ship_Item {
201
 
202
  //Feature Image Html-Network
203
  if (in_array($data->networkId, $this->allowHtml)) {
204
- $images_urls = $this->hook_filter->get_wp_post_image((int) $this->postId);
205
- $featuredImage = ((!empty($images_urls) && isset(array_values($images_urls)[0][0])) ? array_values($images_urls)[0][0] : false);
206
  if ($featuredImage !== false) {
207
  $title = in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang);
208
  $message = '<img class="b2s-post-item-details-image-html-src" src="' . esc_url($featuredImage) . '" alt="' . esc_attr($title) . '"/><br>' . $message;
@@ -210,7 +198,7 @@ class B2S_Ship_Item {
210
  }
211
 
212
  //Hashtags
213
- if (in_array($data->networkId, $this->allowHashTags) && ($allowUserHashTag === false || $allowUserHashTag == 1)) {
214
  $add = ($data->networkId != 2) ? "\n\n" : "";
215
  $message .= $this->getHashTagsString($add, ((isset($this->limitHashTagCharacter[$data->networkId])) ? $this->limitHashTagCharacter[$data->networkId] : 0));
216
  }
@@ -254,7 +242,7 @@ class B2S_Ship_Item {
254
  }
255
 
256
  //Hashtags
257
- if (in_array($data->networkId, $this->allowHashTags) && ($allowUserHashTag === false || $allowUserHashTag == 1)) {
258
  $message .= $this->getHashTagsString('', ((isset($this->limitHashTagCharacter[$data->networkId])) ? $this->limitHashTagCharacter[$data->networkId] : 0));
259
  }
260
  }
@@ -293,7 +281,7 @@ class B2S_Ship_Item {
293
  $message = (in_array($data->networkId, $this->allowTitleGroup) ? (in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, (in_array($data->networkId, $this->allowHtml) ? '<p><h1><h2><br><i><b><a><img>' : false), (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang));
294
  }
295
  //Hashtags
296
- if (in_array($data->networkId, $this->allowHashTags) && ($allowUserHashTag === false || $allowUserHashTag == 1)) {
297
  $message .= $this->getHashTagsString('', ((isset($this->limitHashTagCharacter[$data->networkId])) ? $this->limitHashTagCharacter[$data->networkId] : 0));
298
  }
299
  }
@@ -387,7 +375,7 @@ class B2S_Ship_Item {
387
  $content .= (in_array($data->networkId, $this->showMarketplace) && $data->networkType == 2) ? $this->getMarketplaceAreaHtml($data->networkAuthId, $data->networkId, $data->networkType, $data->networkKind) : '';
388
  $content .= ((in_array($data->networkId, $this->showTitleProfile) && $data->networkType == 0) || (((in_array($data->networkId, $this->showTitlePage) && isset($this->showTitlePage[$data->networkId]) && !is_array($this->showTitlePage[$data->networkId]) ) || (isset($this->showTitlePage[$data->networkId]) && is_array($this->showTitlePage[$data->networkId]) && in_array($data->networkKind, $this->showTitlePage[$data->networkId]))) && $data->networkType == 1) || (in_array($data->networkId, $this->showTitleGroup) && $data->networkType == 2)) ? $this->getTitleHtml($data->networkId, $data->networkAuthId, $data->networkKind, $data->networkType, $this->postData->post_title) : '';
389
  $content .= $this->getCustomEditArea($data->networkId, $data->networkAuthId, $data->networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, isset($data->image_url) ? $data->image_url : null);
390
- $content .= (in_array($data->networkId, $this->allowTag) && $data->networkType == 0) ? $this->getTagsHtml($data->networkId, $data->networkAuthId, (($allowUserHashTag === false || $allowUserHashTag == 1) ? true : false)) : '';
391
 
392
  //Calendar
393
  if (!(isset($this->viewMode) && $this->viewMode == 'modal')) {
@@ -1363,7 +1351,6 @@ class B2S_Ship_Item {
1363
  }
1364
  //B2S Customize
1365
  } else {
1366
- $allowUserHashTag = (B2S_PLUGIN_USER_VERSION > 1) ? false : $this->options->_getOption('user_allow_hashtag');
1367
  if (isset($this->postData->post_content) && !empty($this->postData->post_content)) {
1368
  $preContent = B2S_Util::getExcerpt(B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang), (int) $post_template['short_text']['range_min'], (int) $post_template['short_text']['range_max']);
1369
  $message = preg_replace("/\{CONTENT\}/", addcslashes($preContent, "\\$"), $message);
@@ -1386,14 +1373,9 @@ class B2S_Ship_Item {
1386
  }
1387
 
1388
  if (strpos($message, "{KEYWORDS}") !== false) {
1389
- //deprecated setting, removed in V6.5
1390
- $hashtags = (B2S_PLUGIN_USER_VERSION <= 1 && !$this->$allowUserHashTag) ? '' : $this->getHashTagsString("", ((isset($this->limitHashTagCharacter[$data->networkId])) ? $this->limitHashTagCharacter[$data->networkId] : 0));
1391
  $message = stripslashes(preg_replace("/\{KEYWORDS\}/", addcslashes($hashtags, "\\$"), $message));
1392
- } else if (in_array($data->networkId, $this->allowHashTags) && ($allowUserHashTag === false || $allowUserHashTag == 1)) {
1393
- $add = ($data->networkId != 2) ? "\n\n" : "";
1394
- $hashtags = $this->getHashTagsString($add, ((isset($this->limitHashTagCharacter[$data->networkId])) ? $this->limitHashTagCharacter[$data->networkId] : 0));
1395
- $message .= " " . $hashtags;
1396
- }
1397
 
1398
  if (isset($this->postData->post_author) && (int) $this->postData->post_author > 0) {
1399
  $author_name = $this->hook_filter->get_wp_user_post_author_display_name((int) $this->postData->post_author);
34
  private $limitCharacterTitlePage = array(19 => array(1 => 150)); //XING Business Page selected over networkKind
35
  private $setShortTextGroup = array(1 => 239, 8 => 239, 10 => 442, 17 => 442, 19 => 239);
36
  private $setShortTextGroupLimit = array(1 => 400, 8 => 400, 10 => 500);
37
+ private $allowHashTags = array(1, 2, 3, 6, 10, 12, 17, 20, 21);
38
  private $limitHashTagCharacter = array(21 => 36);
39
  private $limitCharacterProfile = array(1 => 500, 2 => 280, 3 => 1300, 6 => 495, 8 => 420, 9 => 250, 15 => 300, 12 => 2000, 18 => 1500, 19 => 1000, 20 => 500, 21 => 65535);
40
  private $showImageAreaProfile = array(6, 7, 10, 12, 16, 18, 20, 21, 24);
56
  private $selMarketplaceType = 1;
57
  private $selGroup = null;
58
  private $selBoard = null;
 
59
  private $setRelayCount = 0;
60
  private $maxDaySelect = 31;
61
  private $noScheduleRegularly = array(2, 4, 11, 14, 15, 18);
71
  private $userLang;
72
  private $selSchedDate;
73
  private $viewMode;
 
74
  private $b2sPostType;
75
  private $options;
76
  private $post_template;
77
+ private $hook_filter;
78
 
79
  public function __construct($postId, $userLang = 'en', $selSchedDate = "", $b2sPostType = "", $relayCount = 0) {
80
  $this->postId = $postId;
85
  $this->postUrl = ($this->b2sPostType == 'ex') ? ((stripos($this->postData->guid, 'b2s_ex_post') != false) ? '' : $this->postData->guid) : (get_permalink($this->postData->ID) !== false ? get_permalink($this->postData->ID) : $this->postData->guid);
86
  $this->userLang = $userLang;
87
  $this->hook_filter = new B2S_Hook_Filter();
 
88
  $this->selSchedDate = $selSchedDate;
89
  $this->setRelayCount = $relayCount;
90
  }
122
  }
123
  }
124
 
 
 
125
  $networkName = unserialize(B2S_PLUGIN_NETWORK);
126
  $networkTypeName = unserialize(B2S_PLUGIN_NETWORK_TYPE);
127
  $networkKindName = unserialize(B2S_PLUGIN_NETWORK_KIND);
142
  }
143
  }
144
 
145
+ $this->options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
 
146
  $this->post_template = $this->options->_getOption("post_template");
147
  if (B2S_PLUGIN_USER_VERSION < 1 || $this->post_template == false || !isset($this->post_template[$data->networkId][$data->networkType])) {
148
  $this->post_template = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
172
  } else {
173
  if (array_key_exists($data->networkId, $this->post_template)) {
174
  $message = $this->getMessagebyTemplate($data);
 
175
  //Feature Image Html-Network
176
  if (in_array($data->networkId, $this->allowHtml)) {
177
+ $featuredImage = wp_get_attachment_url(get_post_thumbnail_id($this->postId));
 
178
  if ($featuredImage !== false) {
179
  $title = in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang);
180
  $message = '<img class="b2s-post-item-details-image-html-src" src="' . esc_url($featuredImage) . '" alt="' . esc_attr($title) . '"/><br>' . $message;
182
  }
183
  } else {
184
  if (isset($this->setShortTextProfile[$data->networkId]) && (int) $this->setShortTextProfile[$data->networkId] > 0) {
 
 
185
  $preContent = B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang);
 
186
  $message = B2S_Util::getExcerpt($preContent, (int) $this->setShortTextProfile[$data->networkId], (isset($this->setShortTextProfileLimit[$data->networkId]) ? (int) $this->setShortTextProfileLimit[$data->networkId] : false));
187
  } else {
188
  $message = (in_array($data->networkId, $this->allowTitleProfile) ? (in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, (in_array($data->networkId, $this->allowHtml) ? '<p><h1><h2><br><i><b><a><img>' : false), (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang));
190
 
191
  //Feature Image Html-Network
192
  if (in_array($data->networkId, $this->allowHtml)) {
193
+ $featuredImage = wp_get_attachment_url(get_post_thumbnail_id($this->postId));
 
194
  if ($featuredImage !== false) {
195
  $title = in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang);
196
  $message = '<img class="b2s-post-item-details-image-html-src" src="' . esc_url($featuredImage) . '" alt="' . esc_attr($title) . '"/><br>' . $message;
198
  }
199
 
200
  //Hashtags
201
+ if (in_array($data->networkId, $this->allowHashTags)) {
202
  $add = ($data->networkId != 2) ? "\n\n" : "";
203
  $message .= $this->getHashTagsString($add, ((isset($this->limitHashTagCharacter[$data->networkId])) ? $this->limitHashTagCharacter[$data->networkId] : 0));
204
  }
242
  }
243
 
244
  //Hashtags
245
+ if (in_array($data->networkId, $this->allowHashTags)) {
246
  $message .= $this->getHashTagsString('', ((isset($this->limitHashTagCharacter[$data->networkId])) ? $this->limitHashTagCharacter[$data->networkId] : 0));
247
  }
248
  }
281
  $message = (in_array($data->networkId, $this->allowTitleGroup) ? (in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, (in_array($data->networkId, $this->allowHtml) ? '<p><h1><h2><br><i><b><a><img>' : false), (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang));
282
  }
283
  //Hashtags
284
+ if (in_array($data->networkId, $this->allowHashTags)) {
285
  $message .= $this->getHashTagsString('', ((isset($this->limitHashTagCharacter[$data->networkId])) ? $this->limitHashTagCharacter[$data->networkId] : 0));
286
  }
287
  }
375
  $content .= (in_array($data->networkId, $this->showMarketplace) && $data->networkType == 2) ? $this->getMarketplaceAreaHtml($data->networkAuthId, $data->networkId, $data->networkType, $data->networkKind) : '';
376
  $content .= ((in_array($data->networkId, $this->showTitleProfile) && $data->networkType == 0) || (((in_array($data->networkId, $this->showTitlePage) && isset($this->showTitlePage[$data->networkId]) && !is_array($this->showTitlePage[$data->networkId]) ) || (isset($this->showTitlePage[$data->networkId]) && is_array($this->showTitlePage[$data->networkId]) && in_array($data->networkKind, $this->showTitlePage[$data->networkId]))) && $data->networkType == 1) || (in_array($data->networkId, $this->showTitleGroup) && $data->networkType == 2)) ? $this->getTitleHtml($data->networkId, $data->networkAuthId, $data->networkKind, $data->networkType, $this->postData->post_title) : '';
377
  $content .= $this->getCustomEditArea($data->networkId, $data->networkAuthId, $data->networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, isset($data->image_url) ? $data->image_url : null);
378
+ $content .= (in_array($data->networkId, $this->allowTag) && $data->networkType == 0) ? $this->getTagsHtml($data->networkId, $data->networkAuthId) : '';
379
 
380
  //Calendar
381
  if (!(isset($this->viewMode) && $this->viewMode == 'modal')) {
1351
  }
1352
  //B2S Customize
1353
  } else {
 
1354
  if (isset($this->postData->post_content) && !empty($this->postData->post_content)) {
1355
  $preContent = B2S_Util::getExcerpt(B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang), (int) $post_template['short_text']['range_min'], (int) $post_template['short_text']['range_max']);
1356
  $message = preg_replace("/\{CONTENT\}/", addcslashes($preContent, "\\$"), $message);
1373
  }
1374
 
1375
  if (strpos($message, "{KEYWORDS}") !== false) {
1376
+ $hashtags = $this->getHashTagsString("", ((isset($this->limitHashTagCharacter[$data->networkId])) ? $this->limitHashTagCharacter[$data->networkId] : 0));
 
1377
  $message = stripslashes(preg_replace("/\{KEYWORDS\}/", addcslashes($hashtags, "\\$"), $message));
1378
+ }
 
 
 
 
1379
 
1380
  if (isset($this->postData->post_author) && (int) $this->postData->post_author > 0) {
1381
  $author_name = $this->hook_filter->get_wp_user_post_author_display_name((int) $this->postData->post_author);
includes/B2S/Ship/Portale.php CHANGED
@@ -39,7 +39,11 @@ class B2S_Ship_Portale {
39
  if($portal->id == 6) {
40
  $html .= '<a href="#" class="btn btn-primary btn-sm b2s-network-list-add-btn" data-auth-method="client">+ ' . esc_html__('Profile', 'blog2social') . '</a>';
41
  } else {
42
- $html .= ($portal->id != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $portal->id == 18)) ? ('<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . esc_html($name) . '</a>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_html__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a></button>';
 
 
 
 
43
  }
44
  }
45
  $html .= '</li>';
39
  if($portal->id == 6) {
40
  $html .= '<a href="#" class="btn btn-primary btn-sm b2s-network-list-add-btn" data-auth-method="client">+ ' . esc_html__('Profile', 'blog2social') . '</a>';
41
  } else {
42
+ if($portal->id == 24 && B2S_PLUGIN_USER_VERSION < 3) {
43
+ $html .= '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled b2sBusinessFeatureModalBtn" data-title="' . esc_html__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("BUSINESS", "blog2social") . '</a></button>';
44
+ } else {
45
+ $html .= ($portal->id != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $portal->id == 18)) ? ('<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . esc_html($name) . '</a>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_html__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a></button>';
46
+ }
47
  }
48
  }
49
  $html .= '</li>';
includes/Loader.php CHANGED
@@ -23,7 +23,6 @@ class B2S_Loader {
23
 
24
  $this->b2s_register_custom_post_type();
25
 
26
- require_once(B2S_PLUGIN_DIR . 'includes/B2S/Hook/Filter.php');
27
  require_once(B2S_PLUGIN_DIR . 'includes/Options.php');
28
  require_once(B2S_PLUGIN_DIR . 'includes/B2S/AutoPost.php');
29
  require_once(B2S_PLUGIN_DIR . 'includes/B2S/Rating.php');
@@ -32,7 +31,8 @@ class B2S_Loader {
32
  require_once(B2S_PLUGIN_DIR . 'includes/B2S/Api/Get.php');
33
  require_once(B2S_PLUGIN_DIR . 'includes/Util.php');
34
  require_once(B2S_PLUGIN_DIR . 'includes/Tools.php');
35
-
 
36
  define('B2S_PLUGIN_POSTPERPAGE', '15');
37
  define('B2S_PLUGIN_VERSION_TYPE', serialize(array(0 => 'Free', 1 => 'Smart', 2 => 'Pro', 3 => 'Business', 4 => 'Premium')));
38
  define('B2S_PLUGIN_NETWORK', serialize(array(1 => 'Facebook', 2 => 'Twitter', 3 => 'Linkedin', 4 => 'Tumblr', 5 => 'Storify', 6 => 'Pinterest', 7 => 'Flickr', 8 => 'Xing', 9 => 'Diigo', 10 => 'Google+', 11 => 'Medium', 12 => 'Instagram', 13 => 'Delicious', 14 => 'Torial', 15 => 'Reddit', 16 => 'Bloglovin', 17 => 'VKontakte', 18 => 'Google My Business', 19 => 'Xing', 20 => 'Pinterest', 21 => 'Imgur', 24 => 'Telegram')));
@@ -56,7 +56,7 @@ class B2S_Loader {
56
  1 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 1300), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0),
57
  ),
58
  4 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
59
- 6 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 494, 'range_max' => 495, 'excerpt_range_min' => 494, 'excerpt_range_max' => 495, 'limit' => 495), 'content' => '{CONTENT} {KEYWORDS}', 'format' => false)),
60
  7 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
61
  9 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 249, 'range_max' => 250, 'excerpt_range_min' => 249, 'excerpt_range_max' => 250, 'limit' => 250), 'content' => '{CONTENT}', 'format' => false)),
62
  11 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false),
@@ -65,7 +65,7 @@ class B2S_Loader {
65
  14 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
66
  15 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 299, 'range_max' => 300, 'excerpt_range_min' => 299, 'excerpt_range_max' => 300, 'limit' => 300), 'content' => '{CONTENT}', 'format' => false)),
67
  16 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
68
- 17 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}\n\n{KEYWORDS}', 'format' => 0),
69
  1 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0),
70
  2 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0)),
71
  18 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 1500), 'content' => '{CONTENT} {KEYWORDS}', 'format' => false)),
@@ -287,7 +287,7 @@ class B2S_Loader {
287
  $url = get_permalink($post->ID);
288
  $title = isset($post->post_title) ? B2S_Util::getTitleByLanguage(strip_tags($post->post_title)) : '';
289
  $keywords = $hook_filter->get_wp_post_hashtag((int) $post->ID, $post->post_type);
290
- if(($keywords == false || empty($keywords)) && is_plugin_active('wp-automatic/wp-automatic.php')) {
291
  $keywords = B2S_Tools::extractKeywords($title);
292
  }
293
  $content = (isset($post->post_content) && !empty($post->post_content)) ? trim($post->post_content) : '';
@@ -302,10 +302,6 @@ class B2S_Loader {
302
  $time = ($delay == 0) ? "-30 seconds" : "+" . $delay . " minutes";
303
  $sched_date = date('Y-m-d H:i:s', strtotime($time, strtotime($current_user_datetime)));
304
  $sched_date_utc = date('Y-m-d H:i:s', strtotime($time, strtotime($current_utc_datetime)));
305
-
306
- //deprecated setting, removed in V6.5
307
- $optionUserHashTag = (B2S_PLUGIN_USER_VERSION > 1) ? false : $options->_getOption('user_allow_hashtag');
308
- $allowHashTag = ($optionUserHashTag === false || $optionUserHashTag == 1) ? true : false;
309
 
310
  $defaultPostData = array('default_titel' => $title,
311
  'image_url' => ($image_url !== false) ? trim(urldecode($image_url)) : '',
@@ -315,7 +311,7 @@ class B2S_Loader {
315
 
316
  $defaultBlogPostData = array('post_id' => (int) $post->ID, 'blog_user_id' => (int) $post->post_author, 'user_timezone' => $userTimeZoneOffset, 'sched_type' => $sched_type, 'sched_date' => $sched_date, 'sched_date_utc' => $sched_date_utc);
317
 
318
- $autoShare = new B2S_AutoPost((int) $post->ID, $defaultBlogPostData, $current_user_date, false, $title, $content, $excerpt, $url, $image_url, $keywords, trim(strtolower(substr(B2S_LANGUAGE, 0, 2))), $optionPostFormat, $allowHashTag, $userVersion);
319
 
320
  //TOS Twitter 032018 - none multiple Accounts - User select once
321
  $networkTos = true;
@@ -440,7 +436,7 @@ class B2S_Loader {
440
  }
441
 
442
  public function b2s_save_post_box() {
443
-
444
  if (!isset($_POST['wphb-clear-cache'])) { // WP-Hummingbird BTN clear cache - protection
445
  if (!isset($_POST['wp-preview']) || (isset($_POST['wp-preview']) && $_POST['wp-preview'] != 'dopreview')) {
446
  if (isset($_POST['post_ID']) && (int) $_POST['post_ID'] > 0) {
@@ -455,7 +451,7 @@ class B2S_Loader {
455
  $_POST['content'] = $content->post_content;
456
  }
457
  }
458
- $hook_filter = new B2S_Hook_Filter();
459
  $b2sPostLang = (isset($_POST['b2s-user-lang']) && !empty($_POST['b2s-user-lang'])) ? sanitize_text_field($_POST['b2s-user-lang']) : 'en';
460
  //OgMeta
461
  if (isset($_POST['isOgMetaChecked']) && (int) $_POST['isOgMetaChecked'] == 1 && (int) $_POST['post_ID'] > 0 && isset($_POST['content']) && isset($_POST['post_title'])) {
@@ -546,7 +542,7 @@ class B2S_Loader {
546
  $sched_date = $current_user_date;
547
  $sched_date_utc = date('Y-m-d H:i:s', strtotime("-30 seconds", strtotime($current_utc_date)));
548
  $myTimeSettings = false;
549
-
550
  //allow for User Post Date (Schedule)
551
  if (!empty($post_date) && $current_user_date <= $post_date) {
552
  $sched_type = 2;
@@ -573,12 +569,10 @@ class B2S_Loader {
573
  $excerpt = (isset($_POST['excerpt']) && !empty($_POST['excerpt'])) ? trim($_POST['excerpt']) : get_the_excerpt((int) $_POST['post_ID']);
574
  $images_urls = $hook_filter->get_wp_post_image((int) $_POST['post_ID'], true, $content);
575
  $image_url = ((!empty($images_urls) && isset(array_values($images_urls)[0][0])) ? array_values($images_urls)[0][0] : false);
576
-
577
  $options = new B2S_Options((int) $_POST['user_ID']);
578
  $optionPostFormat = $options->_getOption('post_template');
579
- $optionUserHashTag = (B2S_PLUGIN_USER_VERSION > 1) ? false : $options->_getOption('user_allow_hashtag');
580
- $allowHashTag = ($optionUserHashTag === false || $optionUserHashTag == 1) ? true : false;
581
-
582
  $defaultPostData = array('default_titel' => $title,
583
  'image_url' => ($image_url !== false) ? trim(urldecode($image_url)) : '',
584
  'lang' => trim(strtolower(substr(B2S_LANGUAGE, 0, 2))),
@@ -587,7 +581,7 @@ class B2S_Loader {
587
 
588
  $defaultBlogPostData = array('post_id' => (int) $_POST['post_ID'], 'blog_user_id' => (int) $_POST['user_ID'], 'user_timezone' => $user_timezone, 'sched_type' => $sched_type, 'sched_date' => $sched_date, 'sched_date_utc' => $sched_date_utc);
589
 
590
- $autoShare = new B2S_AutoPost((int) $_POST['post_ID'], $defaultBlogPostData, $current_user_date, $myTimeSettings, $title, $content, $excerpt, $url, $image_url, $keywords, $b2sPostLang, $optionPostFormat, $allowHashTag);
591
  define('B2S_SAVE_META_BOX_AUTO_SHARE', (int) $_POST['post_ID']);
592
  if (isset($_POST['b2s-user-last-selected-profile-id']) && (int) $_POST['b2s-user-last-selected-profile-id'] != (int) $_POST['b2s-post-meta-box-profil-dropdown'] && (int) $_POST['b2s-post-meta-box-profil-dropdown'] != 0) {
593
  update_option('B2S_PLUGIN_SAVE_META_BOX_AUTO_SHARE_PROFILE_USER_' . (int) $_POST['user_ID'], (int) $_POST['b2s-post-meta-box-profil-dropdown'], false);
@@ -627,63 +621,62 @@ class B2S_Loader {
627
  }
628
  if (isset($value->networkAuthId) && (int) $value->networkAuthId > 0 && isset($value->networkId) && (int) $value->networkId > 0 && isset($value->networkType)) {
629
  //TOS Twitter 032018 - none multiple Accounts - User select once
630
- if ((int) $value->networkId == 2) {
631
- if((int) $selectedTwitterProfile > 0 && (int) $selectedTwitterProfile == (int) $value->networkAuthId) {
632
- $initialTwitterPost = true;
633
- } else {
634
- array_push($otherTwitterProfiles, (int) $value->networkAuthId);
635
- continue;
636
- }
637
- //TOS Crossposting ignore
638
- }
639
- //Filter: TOS Crossposting ignore
640
- if (isset($tosCrossPosting[$value->networkId][$value->networkType])) {
641
  continue;
642
  }
643
- $res = $autoShare->prepareShareData($value->networkAuthId, $value->networkId, $value->networkType);
644
- if ($res !== false && is_array($res)) {
645
- $ship = true;
646
- $res = array_merge($res, $defaultPostData);
647
- if((int) $value->networkId == 12 && isset($optionPostFormat[12][0]['addLink']) && $optionPostFormat[12][0]['addLink'] === false) {
648
- $res['url'] = '';
649
- }
650
- if((int) $value->networkId == 1 && isset($optionPostFormat[1][$value->networkType]['format']) && $optionPostFormat[1][$value->networkType]['format'] == 1 && isset($optionPostFormat[1][$value->networkType]['addLink']) && $optionPostFormat[1][$value->networkType]['addLink'] === false) {
651
- $res['url'] = '';
652
- }
653
- $shareApprove = (isset($value->instant_sharing) && (int) $value->instant_sharing == 1) ? 1 : 0;
654
- $insert = $autoShare->saveShareData($res, $value->networkId, $value->networkType, $value->networkAuthId, $shareApprove, strip_tags($value->networkUserName));
655
-
656
- if($initialTwitterPost && (int) $insert > 0) {
657
- $initialTwitterPostId = $insert;
658
- }
659
-
660
- //Start - Change/Set MetaTags
661
- //TODO Check Enable Feature
662
- if ((int) $value->networkId == 1 && $metaOg == false && (int) $_POST['post_ID'] > 0 && isset($res['post_format']) && (int) $res['post_format'] == 0) { //LinkPost
663
- $metaOg = true;
664
- $meta = B2S_Meta::getInstance();
665
- $meta->getMeta((int) $_POST['post_ID']);
666
- if (isset($res['image_url']) && !empty($res['image_url'])) {
667
- $meta->setMeta('og_image', trim(esc_url($res['image_url'])));
668
- $meta->updateMeta((int) $_POST['post_ID']);
669
- }
 
 
 
 
 
670
  }
671
- if ((int) $value->networkId == 2 && $metaCard == false && (int) $_POST['post_ID'] > 0 && isset($res['post_format']) && (int) $res['post_format'] == 0) { //LinkPost
672
- $metaCard = true;
673
- $meta = B2S_Meta::getInstance();
674
- $meta->getMeta((int) $_POST['post_ID']);
675
- if (isset($res['image_url']) && !empty($res['image_url'])) {
676
- $meta->setMeta('card_image', trim(esc_url($res['image_url'])));
677
- $meta->updateMeta((int) $_POST['post_ID']);
678
- }
679
  }
680
- //END MetaTags
681
  }
682
-
 
683
  }
684
  }
685
  //Reweet Twitter
686
- if(!empty($otherTwitterProfiles) && (int) $initialTwitterPostId > 0 && (int) $_POST['post_ID'] > 0) {
687
  global $wpdb;
688
  $updateIntTwitter = $wpdb->prepare("UPDATE {$wpdb->prefix}b2s_posts SET post_for_relay = 1 WHERE id = %d", (int) $initialTwitterPostId);
689
  $wpdb->get_results($updateIntTwitter);
@@ -692,8 +685,8 @@ class B2S_Loader {
692
  foreach ($otherTwitterProfiles as $key => $value) {
693
  $getNetworkDetails = $wpdb->prepare("SELECT id FROM {$wpdb->prefix}b2s_posts_network_details WHERE network_auth_id = %d", (int) $value);
694
  $networkDetails = $wpdb->get_results($getNetworkDetails);
695
- if(isset($networkDetails[0]->id) && $networkDetails[0]->id > 0) {
696
- $wpdb->insert($wpdb->prefix.'b2s_posts', array(
697
  'post_id' => (int) $_POST['post_ID'],
698
  'blog_user_id' => B2S_PLUGIN_BLOG_USER_ID,
699
  'user_timezone' => $user_timezone,
23
 
24
  $this->b2s_register_custom_post_type();
25
 
 
26
  require_once(B2S_PLUGIN_DIR . 'includes/Options.php');
27
  require_once(B2S_PLUGIN_DIR . 'includes/B2S/AutoPost.php');
28
  require_once(B2S_PLUGIN_DIR . 'includes/B2S/Rating.php');
31
  require_once(B2S_PLUGIN_DIR . 'includes/B2S/Api/Get.php');
32
  require_once(B2S_PLUGIN_DIR . 'includes/Util.php');
33
  require_once(B2S_PLUGIN_DIR . 'includes/Tools.php');
34
+ require_once(B2S_PLUGIN_DIR . 'includes/B2S/Hook/Filter.php');
35
+
36
  define('B2S_PLUGIN_POSTPERPAGE', '15');
37
  define('B2S_PLUGIN_VERSION_TYPE', serialize(array(0 => 'Free', 1 => 'Smart', 2 => 'Pro', 3 => 'Business', 4 => 'Premium')));
38
  define('B2S_PLUGIN_NETWORK', serialize(array(1 => 'Facebook', 2 => 'Twitter', 3 => 'Linkedin', 4 => 'Tumblr', 5 => 'Storify', 6 => 'Pinterest', 7 => 'Flickr', 8 => 'Xing', 9 => 'Diigo', 10 => 'Google+', 11 => 'Medium', 12 => 'Instagram', 13 => 'Delicious', 14 => 'Torial', 15 => 'Reddit', 16 => 'Bloglovin', 17 => 'VKontakte', 18 => 'Google My Business', 19 => 'Xing', 20 => 'Pinterest', 21 => 'Imgur', 24 => 'Telegram')));
56
  1 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 1300), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0),
57
  ),
58
  4 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
59
+ 6 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 420, 'range_max' => 421, 'excerpt_range_min' => 420, 'excerpt_range_max' => 421, 'limit' => 495), 'content' => '{CONTENT} {KEYWORDS}', 'format' => false)),
60
  7 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
61
  9 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 249, 'range_max' => 250, 'excerpt_range_min' => 249, 'excerpt_range_max' => 250, 'limit' => 250), 'content' => '{CONTENT}', 'format' => false)),
62
  11 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false),
65
  14 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
66
  15 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 299, 'range_max' => 300, 'excerpt_range_min' => 299, 'excerpt_range_max' => 300, 'limit' => 300), 'content' => '{CONTENT}', 'format' => false)),
67
  16 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
68
+ 17 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0),
69
  1 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0),
70
  2 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0)),
71
  18 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 1500), 'content' => '{CONTENT} {KEYWORDS}', 'format' => false)),
287
  $url = get_permalink($post->ID);
288
  $title = isset($post->post_title) ? B2S_Util::getTitleByLanguage(strip_tags($post->post_title)) : '';
289
  $keywords = $hook_filter->get_wp_post_hashtag((int) $post->ID, $post->post_type);
290
+ if (($keywords == false || empty($keywords)) && is_plugin_active('wp-automatic/wp-automatic.php')) {
291
  $keywords = B2S_Tools::extractKeywords($title);
292
  }
293
  $content = (isset($post->post_content) && !empty($post->post_content)) ? trim($post->post_content) : '';
302
  $time = ($delay == 0) ? "-30 seconds" : "+" . $delay . " minutes";
303
  $sched_date = date('Y-m-d H:i:s', strtotime($time, strtotime($current_user_datetime)));
304
  $sched_date_utc = date('Y-m-d H:i:s', strtotime($time, strtotime($current_utc_datetime)));
 
 
 
 
305
 
306
  $defaultPostData = array('default_titel' => $title,
307
  'image_url' => ($image_url !== false) ? trim(urldecode($image_url)) : '',
311
 
312
  $defaultBlogPostData = array('post_id' => (int) $post->ID, 'blog_user_id' => (int) $post->post_author, 'user_timezone' => $userTimeZoneOffset, 'sched_type' => $sched_type, 'sched_date' => $sched_date, 'sched_date_utc' => $sched_date_utc);
313
 
314
+ $autoShare = new B2S_AutoPost((int) $post->ID, $defaultBlogPostData, $current_user_date, false, $title, $content, $excerpt, $url, $image_url, $keywords, trim(strtolower(substr(B2S_LANGUAGE, 0, 2))), $optionPostFormat, true, $userVersion);
315
 
316
  //TOS Twitter 032018 - none multiple Accounts - User select once
317
  $networkTos = true;
436
  }
437
 
438
  public function b2s_save_post_box() {
439
+
440
  if (!isset($_POST['wphb-clear-cache'])) { // WP-Hummingbird BTN clear cache - protection
441
  if (!isset($_POST['wp-preview']) || (isset($_POST['wp-preview']) && $_POST['wp-preview'] != 'dopreview')) {
442
  if (isset($_POST['post_ID']) && (int) $_POST['post_ID'] > 0) {
451
  $_POST['content'] = $content->post_content;
452
  }
453
  }
454
+ $hook_filter = new B2S_Hook_Filter();
455
  $b2sPostLang = (isset($_POST['b2s-user-lang']) && !empty($_POST['b2s-user-lang'])) ? sanitize_text_field($_POST['b2s-user-lang']) : 'en';
456
  //OgMeta
457
  if (isset($_POST['isOgMetaChecked']) && (int) $_POST['isOgMetaChecked'] == 1 && (int) $_POST['post_ID'] > 0 && isset($_POST['content']) && isset($_POST['post_title'])) {
542
  $sched_date = $current_user_date;
543
  $sched_date_utc = date('Y-m-d H:i:s', strtotime("-30 seconds", strtotime($current_utc_date)));
544
  $myTimeSettings = false;
545
+
546
  //allow for User Post Date (Schedule)
547
  if (!empty($post_date) && $current_user_date <= $post_date) {
548
  $sched_type = 2;
569
  $excerpt = (isset($_POST['excerpt']) && !empty($_POST['excerpt'])) ? trim($_POST['excerpt']) : get_the_excerpt((int) $_POST['post_ID']);
570
  $images_urls = $hook_filter->get_wp_post_image((int) $_POST['post_ID'], true, $content);
571
  $image_url = ((!empty($images_urls) && isset(array_values($images_urls)[0][0])) ? array_values($images_urls)[0][0] : false);
572
+
573
  $options = new B2S_Options((int) $_POST['user_ID']);
574
  $optionPostFormat = $options->_getOption('post_template');
575
+
 
 
576
  $defaultPostData = array('default_titel' => $title,
577
  'image_url' => ($image_url !== false) ? trim(urldecode($image_url)) : '',
578
  'lang' => trim(strtolower(substr(B2S_LANGUAGE, 0, 2))),
581
 
582
  $defaultBlogPostData = array('post_id' => (int) $_POST['post_ID'], 'blog_user_id' => (int) $_POST['user_ID'], 'user_timezone' => $user_timezone, 'sched_type' => $sched_type, 'sched_date' => $sched_date, 'sched_date_utc' => $sched_date_utc);
583
 
584
+ $autoShare = new B2S_AutoPost((int) $_POST['post_ID'], $defaultBlogPostData, $current_user_date, $myTimeSettings, $title, $content, $excerpt, $url, $image_url, $keywords, $b2sPostLang, $optionPostFormat);
585
  define('B2S_SAVE_META_BOX_AUTO_SHARE', (int) $_POST['post_ID']);
586
  if (isset($_POST['b2s-user-last-selected-profile-id']) && (int) $_POST['b2s-user-last-selected-profile-id'] != (int) $_POST['b2s-post-meta-box-profil-dropdown'] && (int) $_POST['b2s-post-meta-box-profil-dropdown'] != 0) {
587
  update_option('B2S_PLUGIN_SAVE_META_BOX_AUTO_SHARE_PROFILE_USER_' . (int) $_POST['user_ID'], (int) $_POST['b2s-post-meta-box-profil-dropdown'], false);
621
  }
622
  if (isset($value->networkAuthId) && (int) $value->networkAuthId > 0 && isset($value->networkId) && (int) $value->networkId > 0 && isset($value->networkType)) {
623
  //TOS Twitter 032018 - none multiple Accounts - User select once
624
+ if ((int) $value->networkId == 2) {
625
+ if ((int) $selectedTwitterProfile > 0 && (int) $selectedTwitterProfile == (int) $value->networkAuthId) {
626
+ $initialTwitterPost = true;
627
+ } else {
628
+ array_push($otherTwitterProfiles, (int) $value->networkAuthId);
 
 
 
 
 
 
629
  continue;
630
  }
631
+ //TOS Crossposting ignore
632
+ }
633
+ //Filter: TOS Crossposting ignore
634
+ if (isset($tosCrossPosting[$value->networkId][$value->networkType])) {
635
+ continue;
636
+ }
637
+ $res = $autoShare->prepareShareData($value->networkAuthId, $value->networkId, $value->networkType);
638
+ if ($res !== false && is_array($res)) {
639
+ $ship = true;
640
+ $res = array_merge($res, $defaultPostData);
641
+ if ((int) $value->networkId == 12 && isset($optionPostFormat[12][0]['addLink']) && $optionPostFormat[12][0]['addLink'] === false) {
642
+ $res['url'] = '';
643
+ }
644
+ if ((int) $value->networkId == 1 && isset($optionPostFormat[1][$value->networkType]['format']) && $optionPostFormat[1][$value->networkType]['format'] == 1 && isset($optionPostFormat[1][$value->networkType]['addLink']) && $optionPostFormat[1][$value->networkType]['addLink'] === false) {
645
+ $res['url'] = '';
646
+ }
647
+ $shareApprove = (isset($value->instant_sharing) && (int) $value->instant_sharing == 1) ? 1 : 0;
648
+ $insert = $autoShare->saveShareData($res, $value->networkId, $value->networkType, $value->networkAuthId, $shareApprove, strip_tags($value->networkUserName));
649
+
650
+ if ($initialTwitterPost && (int) $insert > 0) {
651
+ $initialTwitterPostId = $insert;
652
+ }
653
+
654
+ //Start - Change/Set MetaTags
655
+ //TODO Check Enable Feature
656
+ if ((int) $value->networkId == 1 && $metaOg == false && (int) $_POST['post_ID'] > 0 && isset($res['post_format']) && (int) $res['post_format'] == 0) { //LinkPost
657
+ $metaOg = true;
658
+ $meta = B2S_Meta::getInstance();
659
+ $meta->getMeta((int) $_POST['post_ID']);
660
+ if (isset($res['image_url']) && !empty($res['image_url'])) {
661
+ $meta->setMeta('og_image', trim(esc_url($res['image_url'])));
662
+ $meta->updateMeta((int) $_POST['post_ID']);
663
  }
664
+ }
665
+ if ((int) $value->networkId == 2 && $metaCard == false && (int) $_POST['post_ID'] > 0 && isset($res['post_format']) && (int) $res['post_format'] == 0) { //LinkPost
666
+ $metaCard = true;
667
+ $meta = B2S_Meta::getInstance();
668
+ $meta->getMeta((int) $_POST['post_ID']);
669
+ if (isset($res['image_url']) && !empty($res['image_url'])) {
670
+ $meta->setMeta('card_image', trim(esc_url($res['image_url'])));
671
+ $meta->updateMeta((int) $_POST['post_ID']);
672
  }
 
673
  }
674
+ //END MetaTags
675
+ }
676
  }
677
  }
678
  //Reweet Twitter
679
+ if (!empty($otherTwitterProfiles) && (int) $initialTwitterPostId > 0 && (int) $_POST['post_ID'] > 0) {
680
  global $wpdb;
681
  $updateIntTwitter = $wpdb->prepare("UPDATE {$wpdb->prefix}b2s_posts SET post_for_relay = 1 WHERE id = %d", (int) $initialTwitterPostId);
682
  $wpdb->get_results($updateIntTwitter);
685
  foreach ($otherTwitterProfiles as $key => $value) {
686
  $getNetworkDetails = $wpdb->prepare("SELECT id FROM {$wpdb->prefix}b2s_posts_network_details WHERE network_auth_id = %d", (int) $value);
687
  $networkDetails = $wpdb->get_results($getNetworkDetails);
688
+ if (isset($networkDetails[0]->id) && $networkDetails[0]->id > 0) {
689
+ $wpdb->insert($wpdb->prefix . 'b2s_posts', array(
690
  'post_id' => (int) $_POST['post_ID'],
691
  'blog_user_id' => B2S_PLUGIN_BLOG_USER_ID,
692
  'user_timezone' => $user_timezone,
includes/Util.php CHANGED
@@ -224,44 +224,46 @@ class B2S_Util {
224
  $homeUrl = get_site_url();
225
  $scheme = parse_url($homeUrl, PHP_URL_SCHEME);
226
  $featuredImage = wp_get_attachment_url(get_post_thumbnail_id($postId));
227
- if($forceFeaturedImage && $featuredImage != false && !empty($featuredImage)) {
228
- $matches = array(1 => array(0 => $featuredImage));
229
  } else {
230
- $content = self::getFullContent($postId, $postContent, $postUrl, $postLang);
231
  if (!preg_match_all('%<img.*?src=[\"\'](.*?)[\"\'].*?>%', $content, $matches) && !$featuredImage) {
232
  return false;
233
  }
234
  array_unshift($matches[1], $featuredImage);
235
  }
236
  $rtrnArray = array();
237
- foreach ($matches[1] as $key => $imgUrl) {
238
- if ($imgUrl == false) {
239
- continue;
240
- }
241
- //AllowedExtensions?
242
- if (!$network && !in_array(substr($imgUrl, strrpos($imgUrl, '.')), array('.jpg', '.png'))) {
243
- continue;
244
- }
245
- //isRelativ?
246
- if (!preg_match('/((http|https):\/\/|(www.))/', $imgUrl)) {
247
- //StartWith //
248
- if ((substr($imgUrl, 0, 2) == '//')) {
249
- $imgUrl = (($scheme != NULL) ? $scheme : 'http') . ':' . $imgUrl;
250
- } else {
251
- //StartWith /
252
- $imgUrl = (substr($imgUrl, 0, 1) != '/') ? '/' . $imgUrl : $imgUrl;
253
- $imgUrl = str_replace('//', '/', $imgUrl);
254
- $imgUrl = $homeUrl . $imgUrl;
255
- if (strpos($imgUrl, 'http://') === false && strpos($imgUrl, 'https://') === false) {
256
- $imgUrl = (($scheme != NULL) ? $scheme : 'http') . '://' . $imgUrl;
 
 
257
  }
258
  }
 
 
 
 
 
259
  }
260
- /* $file_headers = @get_headers($imgUrl);
261
- if ((!is_array($file_headers)) || (is_array($file_headers) && !preg_match('/200/', $file_headers[0]))) {
262
- continue;
263
- } */
264
- $rtrnArray[$key][0] = urldecode($imgUrl);
265
  }
266
  return $rtrnArray;
267
  }
@@ -418,7 +420,7 @@ class B2S_Util {
418
  if (mb_strlen($text, 'UTF-8') < $max) {
419
  return trim($text);
420
  }
421
-
422
  $sub = mb_substr($text, $min, mb_strripos(mb_substr($text, $min, $max, 'UTF-8'), ' '), 'UTF-8');
423
 
424
  for ($i = 0; $i < count($stops); $i++) {
@@ -426,7 +428,7 @@ class B2S_Util {
426
  $cleanTruncateWord = false;
427
  if (mb_substr($subArray[count($subArray) - 1], 0, 1) == ' ' || mb_substr($subArray[count($subArray) - 1], 0, 1) == "\n") { //empty first charcater in last explode - delete last explode
428
  $subArray[count($subArray) - 1] = ' ';
429
- }
430
  if (mb_stripos($subArray[count($subArray) - 1], $stops[$i]) === false) { //delete last explode if no stops set
431
  $subArray[count($subArray) - 1] = mb_substr($subArray[count($subArray) - 1], 0, mb_stripos($subArray[count($subArray) - 1], ' '));
432
  }
@@ -580,10 +582,10 @@ class B2S_Util {
580
 
581
  return (float) $offset / 3600;
582
  }
583
-
584
  public static function addUrlParameter($url = '', $parameter = array()) {
585
  $add = '&';
586
- if(!parse_url($url, PHP_URL_QUERY)) {
587
  $add = '?';
588
  }
589
  foreach ($parameter as $key => $value) {
224
  $homeUrl = get_site_url();
225
  $scheme = parse_url($homeUrl, PHP_URL_SCHEME);
226
  $featuredImage = wp_get_attachment_url(get_post_thumbnail_id($postId));
227
+ if ($forceFeaturedImage && $featuredImage != false && !empty($featuredImage)) {
228
+ return array(0 => array(0 => $featuredImage));
229
  } else {
230
+ $content = stripcslashes(self::getFullContent($postId, $postContent, $postUrl, $postLang));
231
  if (!preg_match_all('%<img.*?src=[\"\'](.*?)[\"\'].*?>%', $content, $matches) && !$featuredImage) {
232
  return false;
233
  }
234
  array_unshift($matches[1], $featuredImage);
235
  }
236
  $rtrnArray = array();
237
+ if (isset($matches[1])) {
238
+ foreach ($matches[1] as $key => $imgUrl) {
239
+ if ($imgUrl == false) {
240
+ continue;
241
+ }
242
+ //AllowedExtensions?
243
+ if (!$network && !in_array(substr($imgUrl, strrpos($imgUrl, '.')), array('.jpg', '.png'))) {
244
+ continue;
245
+ }
246
+ //isRelativ?
247
+ if (!preg_match('/((http|https):\/\/|(www.))/', $imgUrl)) {
248
+ //StartWith //
249
+ if ((substr($imgUrl, 0, 2) == '//')) {
250
+ $imgUrl = (($scheme != NULL) ? $scheme : 'http') . ':' . $imgUrl;
251
+ } else {
252
+ //StartWith /
253
+ $imgUrl = (substr($imgUrl, 0, 1) != '/') ? '/' . $imgUrl : $imgUrl;
254
+ $imgUrl = str_replace('//', '/', $imgUrl);
255
+ $imgUrl = $homeUrl . $imgUrl;
256
+ if (strpos($imgUrl, 'http://') === false && strpos($imgUrl, 'https://') === false) {
257
+ $imgUrl = (($scheme != NULL) ? $scheme : 'http') . '://' . $imgUrl;
258
+ }
259
  }
260
  }
261
+ /* $file_headers = @get_headers($imgUrl);
262
+ if ((!is_array($file_headers)) || (is_array($file_headers) && !preg_match('/200/', $file_headers[0]))) {
263
+ continue;
264
+ } */
265
+ $rtrnArray[$key][0] = urldecode($imgUrl);
266
  }
 
 
 
 
 
267
  }
268
  return $rtrnArray;
269
  }
420
  if (mb_strlen($text, 'UTF-8') < $max) {
421
  return trim($text);
422
  }
423
+
424
  $sub = mb_substr($text, $min, mb_strripos(mb_substr($text, $min, $max, 'UTF-8'), ' '), 'UTF-8');
425
 
426
  for ($i = 0; $i < count($stops); $i++) {
428
  $cleanTruncateWord = false;
429
  if (mb_substr($subArray[count($subArray) - 1], 0, 1) == ' ' || mb_substr($subArray[count($subArray) - 1], 0, 1) == "\n") { //empty first charcater in last explode - delete last explode
430
  $subArray[count($subArray) - 1] = ' ';
431
+ }
432
  if (mb_stripos($subArray[count($subArray) - 1], $stops[$i]) === false) { //delete last explode if no stops set
433
  $subArray[count($subArray) - 1] = mb_substr($subArray[count($subArray) - 1], 0, mb_stripos($subArray[count($subArray) - 1], ' '));
434
  }
582
 
583
  return (float) $offset / 3600;
584
  }
585
+
586
  public static function addUrlParameter($url = '', $parameter = array()) {
587
  $add = '&';
588
+ if (!parse_url($url, PHP_URL_QUERY)) {
589
  $add = '?';
590
  }
591
  foreach ($parameter as $key => $value) {
languages/blog2social-de_DE.mo CHANGED
Binary file
languages/blog2social-de_DE.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2020-09-29 10:31+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -12,10 +12,10 @@ msgstr ""
12
  "Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post &amp; "
13
  "Scheduler - Stable (latest release)\n"
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2020-09-29 09:59+0000\n"
16
  "Last-Translator: marius <wolf.12345@gmx.de>\n"
17
- "Language-Team: German\n"
18
- "X-Loco-Version: 2.3.0; wp-5.4-RC2-47447"
19
 
20
  #: includes/Loader.php:45
21
  msgid "Modify pin board"
@@ -53,20 +53,20 @@ msgstr "Blog2Social: Auto-Poster"
53
  msgid "Blog2Social: Social Media Content Calendar"
54
  msgstr "Blog2Social: Social-Media-Content-Kalender"
55
 
56
- #: includes/Loader.php:806
57
  msgid "This post will be shared into your social media from"
58
  msgstr ""
59
  "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
60
 
61
- #: includes/Loader.php:806 includes/Loader.php:808
62
  msgid "show details"
63
  msgstr "siehe Details"
64
 
65
- #: includes/Loader.php:808
66
  msgid "This post will be shared on social media in 2-3 minutes!"
67
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
68
 
69
- #: includes/Loader.php:812
70
  msgid ""
71
  "Please make sure that your post, page or custom post type is published or "
72
  "scheduled to be published on this blog before you try to post it with "
@@ -79,7 +79,7 @@ msgstr ""
79
  "Posts werden mit dem von Dir gewählten Permalink geteilt, geplante WP-Posts "
80
  "werden mit dem Posting-ID-Link geteilt."
81
 
82
- #: includes/Loader.php:815 includes/B2S/PostBox.php:146
83
  #: includes/B2S/AutoPost/Item.php:59
84
  msgid ""
85
  "There are no social network accounts assigned to your selected network "
@@ -90,101 +90,102 @@ msgstr ""
90
  "verbunden. Bitte füge mindestens ein Social Media Account hinzu oder wähle "
91
  "eine andere Netzwerkgruppierung aus. "
92
 
93
- #: includes/Loader.php:828 views/b2s/html/sidebar.php:45
94
  #: views/b2s/html/sidebar.ship.php:44
95
  msgid "Upgrade to Premium"
96
  msgstr "Premium freischalten"
97
 
98
- #: includes/Loader.php:831 includes/Loader.php:965 includes/Loader.php:965
99
- #: includes/Loader.php:1039 includes/B2S/RePost/Item.php:25
100
  #: views/b2s/html/sidebar.php:137
101
  msgid "Settings"
102
  msgstr "Einstellungen"
103
 
104
- #: includes/Loader.php:831
105
  msgid "Support"
106
  msgstr "Support"
107
 
108
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:19
109
  msgid "Notifications"
110
  msgstr "Benachrichtigungen"
111
 
112
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:17
113
  #: views/b2s/html/sidebar.php:125
114
  msgid "Shared Posts"
115
  msgstr "geteilte Beiträge"
116
 
117
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:14
118
  #: views/b2s/html/sidebar.php:119
119
  msgid "Instant Sharing"
120
  msgstr "Instant Sharing"
121
 
122
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:10
123
  #: views/b2s/html/post.navbar.php:12 views/b2s/html/sidebar.php:94
124
  #: views/b2s/html/sidebar.php:116
125
  msgid "Drafts"
126
  msgstr "Entwürfe"
127
 
128
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:15
129
  #: views/b2s/html/sidebar.php:122 views/b2s/widgets/posts.php:18
130
  msgid "Scheduled Posts"
131
  msgstr "geplante Beiträge"
132
 
133
- #: includes/Loader.php:881
134
  msgid "Social Media Post Drafts"
135
  msgstr "Social Media Posts Entwürfe"
136
 
137
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:9
138
  #: views/b2s/html/sidebar.php:113
139
  msgid "Favorites"
140
  msgstr "Favoriten"
141
 
142
- #: includes/Loader.php:881 views/b2s/settings.php:35
143
  #: views/b2s/html/sidebar.php:75
144
  msgid "Auto-Post"
145
  msgstr "Beiträge automatisch teilen"
146
 
147
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:18
148
  #: views/b2s/html/sidebar.php:72
149
  msgid "Re-Share Posts"
150
  msgstr "Beiträge wiederholt teilen"
151
 
152
- #: includes/Loader.php:881 views/b2s/curation.php:47 views/b2s/support.php:19
153
  #: views/b2s/support.php:22
154
  msgid "NEW"
155
  msgstr "Neu"
156
 
157
- #: includes/Loader.php:882 includes/B2S/AutoPost/Item.php:250
158
  #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151
159
- #: includes/B2S/Network/Item.php:153 includes/B2S/Network/Item.php:220
160
- #: includes/B2S/Network/Item.php:611 includes/B2S/Ship/Portale.php:38
161
- #: includes/B2S/Ship/Portale.php:40 includes/B2S/Ship/Portale.php:42
 
162
  msgid "Profile"
163
  msgstr "Profil"
164
 
165
- #: includes/Loader.php:882 includes/B2S/AutoPost/Item.php:250
166
- #: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:157
167
- #: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:286
168
- #: includes/B2S/Network/Item.php:613 includes/B2S/Ship/Portale.php:35
169
  #: includes/B2S/Ship/Portale.php:35
170
  msgid "Page"
171
  msgstr "Seite"
172
 
173
- #: includes/Loader.php:882 includes/B2S/Network/Item.php:160
174
- #: includes/B2S/Network/Item.php:353 includes/B2S/Network/Item.php:616
175
  #: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
176
  msgid "Group"
177
  msgstr "Gruppe"
178
 
179
- #: includes/Loader.php:883 views/prg/html/form.php:74
180
  msgid "Company"
181
  msgstr "Unternehmen"
182
 
183
- #: includes/Loader.php:883
184
  msgid "Business"
185
  msgstr "Business"
186
 
187
- #: includes/Loader.php:884
188
  #, php-format
189
  msgid ""
190
  "The network could not publish your post. Please see <a target=\"_blank\" "
@@ -193,7 +194,7 @@ msgstr ""
193
  "Dein Post ist vom Netzwerk nicht veröffentlicht worden. Siehe <a "
194
  "target=\"_blank\" href=\"%s\">FAQ</a>"
195
 
196
- #: includes/Loader.php:885
197
  msgid ""
198
  "Your authorization has expired. Please reconnect your account in the "
199
  "Blog2Social network settings."
@@ -201,11 +202,11 @@ msgstr ""
201
  "Deine Authorisierung ist abgelaufen. Bitte verbinde Deinen Account in den "
202
  "Blog2Social Netzwerkeinstellungen erneut."
203
 
204
- #: includes/Loader.php:886
205
  msgid "The network has marked the post as spam or abusive."
206
  msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
207
 
208
- #: includes/Loader.php:887
209
  msgid ""
210
  "We don't have the permission to publish your post. Please check your "
211
  "authorization."
@@ -213,7 +214,7 @@ msgstr ""
213
  "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
214
  "überprüfe deine Autorisierung."
215
 
216
- #: includes/Loader.php:888
217
  #, php-format
218
  msgid ""
219
  "Your authorization is interrupted. Please check your authorization. Please "
@@ -222,11 +223,11 @@ msgstr ""
222
  "Deine Autorisierung ist unterbrochen. Bitte überprüfe Deine Verbindung. "
223
  "Siehe <a target=\"_blank\" href=\"%s\">FAQ</a>"
224
 
225
- #: includes/Loader.php:889
226
  msgid "Your daily limit has been reached."
227
  msgstr "Dein tägliches Beitragslimit wurde erreicht."
228
 
229
- #: includes/Loader.php:890
230
  msgid ""
231
  "Your post could not be posted, because your image is not available or the "
232
  "image source does not allow to publish"
@@ -234,7 +235,7 @@ msgstr ""
234
  "Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht verfügbar "
235
  "ist oder die Bildquelle es nicht erlaubt zu veröffentlichen"
236
 
237
- #: includes/Loader.php:891
238
  #, php-format
239
  msgid ""
240
  "The network has blocked your account. Please see <a target=\"_blank\" "
@@ -243,7 +244,7 @@ msgstr ""
243
  "Das Netzwerk hat Dein Konto gesperrt. Siehe <a target=\"_blank\" href=\"%s\">"
244
  "FAQ</a>"
245
 
246
- #: includes/Loader.php:892
247
  #, php-format
248
  msgid ""
249
  "The number of images is reached. Please see <a target=\"_blank\" href=\"%s\">"
@@ -252,14 +253,14 @@ msgstr ""
252
  "Die Anzahl der Bilder ist erreicht. Siehe <a target=\"_blank\" href=\"%s\">"
253
  "FAQ</a>"
254
 
255
- #: includes/Loader.php:893
256
  msgid ""
257
  "Your daily limit for this network has been reached. Please try again later."
258
  msgstr ""
259
  "Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
260
  "versuche es später noch einmal."
261
 
262
- #: includes/Loader.php:894
263
  #, php-format
264
  msgid ""
265
  "The network can not publish special characters such as Emoji. Please see <a "
@@ -268,26 +269,26 @@ msgstr ""
268
  "Das Netzwerk kann keine Sonderzeichen wie Emoji veröffentlichen. Siehe <a "
269
  "target=\"_blank\" href=\"%s\">FAQ</a>"
270
 
271
- #: includes/Loader.php:895
272
  msgid "Your post is a duplicate."
273
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
274
 
275
- #: includes/Loader.php:896
276
  msgid "The network requires a public url."
277
  msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
278
 
279
- #: includes/Loader.php:897
280
  msgid ""
281
  "Your blog post was not available for the network at the time of publication."
282
  msgstr ""
283
  "Dein Blogbeitrag war zum Zeitpunkt der Veröffentlichung für das Netzwerk "
284
  "nicht verfügbar."
285
 
286
- #: includes/Loader.php:898
287
  msgid "You have already retweeted this post."
288
  msgstr "Du hast diesen Post bereits retweetet."
289
 
290
- #: includes/Loader.php:899
291
  msgid ""
292
  "This XING API is no longer supported by XING. Please connect your XING "
293
  "accounts with the new XING interface to reschedule your posts."
@@ -296,19 +297,19 @@ msgstr ""
296
  "Deinen XING-Konten über die neue XING-Schnittstelle, um Deine Beiträge neu "
297
  "zu planen."
298
 
299
- #: includes/Loader.php:900
300
  msgid "An image is required to post on this social network."
301
  msgstr ""
302
  "Für die Veröffentlichung in diesem sozialen Netzwerk ist ein Bild "
303
  "erforderlich."
304
 
305
- #: includes/Loader.php:901
306
  msgid "To share social media posts on Reddit or Diigo, a link is required."
307
  msgstr ""
308
  "Um Social Media Posts auf Reddit oder Diigo zu teilen, ist ein Link "
309
  "erforderlich."
310
 
311
- #: includes/Loader.php:902
312
  msgid ""
313
  "Your post could not be posted, because your image can not be processed by "
314
  "the network."
@@ -316,7 +317,7 @@ msgstr ""
316
  "Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht vom "
317
  "Netzwerk verarbeitet werden kann"
318
 
319
- #: includes/Loader.php:903
320
  #, php-format
321
  msgid ""
322
  "Instagram published your post without text. Please see <a target=\"_blank\" "
@@ -325,67 +326,67 @@ msgstr ""
325
  "Instagram hat Deinen Beitrag ohne Text veröffentlicht. Siehe <a "
326
  "target=\"_blank\" href=\"%s\">FAQ</a>"
327
 
328
- #: includes/Loader.php:904
329
  msgid "Your group can not be found by the network."
330
  msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
331
 
332
- #: includes/Loader.php:960 includes/Loader.php:1005
333
  msgid "Dashboard"
334
  msgstr "Dashboard"
335
 
336
- #: includes/Loader.php:961
337
  msgid "Share Website & Blog Content"
338
  msgstr "Webseiten- & Blog Content teilen"
339
 
340
- #: includes/Loader.php:961 includes/Loader.php:1012
341
  msgid "Site & Blog Content"
342
  msgstr "Seiten & Blog Content"
343
 
344
- #: includes/Loader.php:962
345
  msgid "Create Social Media Posts"
346
  msgstr "Erstelle Social Media Posts"
347
 
348
- #: includes/Loader.php:962 includes/Loader.php:1019
349
  msgid "Social Media Posts"
350
  msgstr "Social Media Posts"
351
 
352
- #: includes/Loader.php:963 includes/Loader.php:1026 views/b2s/dashboard.php:30
353
  #: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:128
354
  msgid "Calendar"
355
  msgstr "Kalender"
356
 
357
- #: includes/Loader.php:964 includes/Loader.php:1033
358
  msgid "Networks"
359
  msgstr "Netzwerke"
360
 
361
- #: includes/Loader.php:967 includes/Loader.php:1047
362
  msgid "PR-Service"
363
  msgstr "PR-Service"
364
 
365
- #: includes/Loader.php:969 includes/Loader.php:1055
366
  #: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
367
  #: views/b2s/html/sidebar.ship.php:66
368
  msgid "Help & Support"
369
  msgstr "Hilfe & Support"
370
 
371
- #: includes/Loader.php:971
372
  msgid "Premium"
373
  msgstr "Premium"
374
 
375
- #: includes/Loader.php:971 includes/Loader.php:1063
376
  msgid "PREMIUM"
377
  msgstr "PREMIUM"
378
 
379
- #: includes/Loader.php:996 views/b2s/html/sidebar.php:25
380
  #: views/b2s/html/sidebar.ship.php:24
381
  msgid "Blog2Social"
382
  msgstr "Blog2Social"
383
 
384
- #: includes/Loader.php:1562
385
  msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
386
  msgstr "Blog2Social benötigt WordPress Version 4.7.0 oder höher."
387
 
388
- #: includes/Loader.php:1562 includes/System.php:32 includes/System.php:38
389
  #, php-format
390
  msgid ""
391
  "<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
@@ -394,11 +395,11 @@ msgstr ""
394
  "<a href=\"%s\" target=\"_blank\">Weitere Informationen und Hilfe findest Du "
395
  "in unserem FAQs.</a>"
396
 
397
- #: includes/Loader.php:1562 includes/Loader.php:1583 includes/Loader.php:1833
398
  msgid "or"
399
  msgstr "oder"
400
 
401
- #: includes/Loader.php:1562 includes/Loader.php:1583 includes/Loader.php:1833
402
  msgid "back to install plugins"
403
  msgstr "zurück zur Pluginübersicht"
404
 
@@ -690,16 +691,16 @@ msgid "Please contact our support!"
690
  msgstr "Bitte kontaktiere unseren Support!"
691
 
692
  #: includes/Ajax/Post.php:1868 views/b2s/network.php:7
693
- #: includes/B2S/Network/Item.php:218 includes/B2S/Network/Item.php:284
694
- #: includes/B2S/Network/Item.php:351 includes/B2S/Network/Item.php:477
695
  msgid "Unknown username"
696
  msgstr "unbekannter Blog-Nutzer"
697
 
698
- #: includes/Ajax/Post.php:1869 includes/B2S/Network/Item.php:478
699
  #: includes/B2S/Post/Item.php:521 includes/B2S/Post/Item.php:541
700
  #: includes/B2S/Post/Item.php:833 includes/B2S/Post/Item.php:891
701
- #: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1137
702
- #: includes/B2S/Ship/Item.php:1287
703
  msgid "delete"
704
  msgstr "löschen"
705
 
@@ -753,9 +754,9 @@ msgstr "Anpassen & Planen"
753
  #: includes/B2S/PostBox.php:253 views/b2s/network.php:42 views/b2s/ship.php:76
754
  #: views/b2s/ship.php:166 views/b2s/ship.php:258
755
  #: includes/B2S/AutoPost/Item.php:108 includes/B2S/AutoPost/Item.php:205
756
- #: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:174
757
  #: includes/B2S/RePost/Item.php:145 includes/B2S/RePost/Item.php:166
758
- #: includes/B2S/Ship/Item.php:1101
759
  msgid "Info"
760
  msgstr "Info"
761
 
@@ -795,7 +796,7 @@ msgstr "Erweiterte Einstellungen"
795
  msgid "enable Auto-Posting"
796
  msgstr "Auto-Posting aktivieren"
797
 
798
- #: includes/B2S/PostBox.php:180 includes/B2S/Ship/Item.php:400
799
  msgid "show calendar"
800
  msgstr "Planungskalender anzeigen"
801
 
@@ -817,12 +818,12 @@ msgstr ""
817
  "mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
818
  "Community zu erzielen"
819
 
820
- #: includes/B2S/PostBox.php:207 views/b2s/html/footer.php:325
821
- #: views/b2s/html/footer.php:365
822
  msgid "Blog2Social: Social Media Auto-Posting"
823
  msgstr "Blog2Social: Social Media Auto-Posting"
824
 
825
- #: includes/B2S/PostBox.php:211 views/b2s/html/footer.php:329
826
  msgid ""
827
  "Share your blog posts with the Auto Poster: Your blog posts will be shared "
828
  "automatically on your social media channels as soon as you publish or update "
@@ -835,7 +836,7 @@ msgstr ""
835
  "in WordPress vorgeplante Blogbeiträge automatisch geteilt werden, sobald sie "
836
  "veröffentlicht werden."
837
 
838
- #: includes/B2S/PostBox.php:212 views/b2s/html/footer.php:330
839
  #, php-format
840
  msgid ""
841
  "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your "
@@ -844,28 +845,28 @@ msgstr ""
844
  "<a target=\"_blank\" href=\"%s\">Erfahre, wie Du den Auto-Poster für Deine "
845
  "Blogbeiträge einrichtest.</a>"
846
 
847
- #: includes/B2S/PostBox.php:216 views/b2s/html/footer.php:336
848
- #: views/b2s/html/footer.php:375 views/b2s/html/footer.php:433
849
  msgid "You want to auto-post your blog post?"
850
  msgstr "Du möchtest Deinen Beitrag automatisch posten?"
851
 
852
  #: includes/B2S/PostBox.php:217 views/b2s/curation.php:171
853
  #: views/b2s/curation.php:210 views/b2s/post.calendar.php:282
854
  #: views/b2s/ship.php:309 views/b2s/ship.php:373 views/b2s/ship.php:419
855
- #: views/b2s/html/footer.php:28 views/b2s/html/footer.php:164
856
- #: views/b2s/html/footer.php:228 views/b2s/html/footer.php:268
857
- #: views/b2s/html/footer.php:337 views/b2s/html/footer.php:376
858
- #: views/b2s/html/footer.php:434 views/b2s/html/footer.php:527
859
  msgid "With Blog2Social Premium you can:"
860
  msgstr "Mit Blog2Social kannst Du:"
861
 
862
  #: includes/B2S/PostBox.php:220 views/b2s/curation.php:174
863
  #: views/b2s/curation.php:213 views/b2s/post.calendar.php:285
864
  #: views/b2s/ship.php:312 views/b2s/ship.php:376 views/b2s/ship.php:422
865
- #: views/b2s/html/footer.php:31 views/b2s/html/footer.php:167
866
- #: views/b2s/html/footer.php:231 views/b2s/html/footer.php:271
867
- #: views/b2s/html/footer.php:340 views/b2s/html/footer.php:379
868
- #: views/b2s/html/footer.php:437 views/b2s/html/footer.php:530
869
  #: views/b2s/html/header.php:342
870
  msgid "Post on pages and groups"
871
  msgstr "Poste auf Seiten und in Gruppen"
@@ -873,10 +874,10 @@ msgstr "Poste auf Seiten und in Gruppen"
873
  #: includes/B2S/PostBox.php:221 views/b2s/curation.php:175
874
  #: views/b2s/curation.php:214 views/b2s/post.calendar.php:286
875
  #: views/b2s/ship.php:313 views/b2s/ship.php:377 views/b2s/ship.php:423
876
- #: views/b2s/html/footer.php:32 views/b2s/html/footer.php:168
877
- #: views/b2s/html/footer.php:232 views/b2s/html/footer.php:272
878
- #: views/b2s/html/footer.php:341 views/b2s/html/footer.php:380
879
- #: views/b2s/html/footer.php:438 views/b2s/html/footer.php:531
880
  msgid "Share on multiple profiles, pages and groups"
881
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
882
 
@@ -884,10 +885,10 @@ msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
884
  #: views/b2s/curation.php:215 views/b2s/post.calendar.php:287
885
  #: views/b2s/ship.php:314 views/b2s/ship.php:378 views/b2s/ship.php:424
886
  #: views/b2s/html/footer.php:33 views/b2s/html/footer.php:67
887
- #: views/b2s/html/footer.php:169 views/b2s/html/footer.php:233
888
- #: views/b2s/html/footer.php:273 views/b2s/html/footer.php:342
889
- #: views/b2s/html/footer.php:381 views/b2s/html/footer.php:439
890
- #: views/b2s/html/footer.php:532
891
  msgid "Auto-post and auto-schedule new and updated blog posts"
892
  msgstr ""
893
  " Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
@@ -896,20 +897,20 @@ msgstr ""
896
  #: includes/B2S/PostBox.php:223 views/b2s/curation.php:177
897
  #: views/b2s/curation.php:216 views/b2s/post.calendar.php:288
898
  #: views/b2s/ship.php:315 views/b2s/ship.php:379 views/b2s/ship.php:425
899
- #: views/b2s/html/footer.php:34 views/b2s/html/footer.php:170
900
- #: views/b2s/html/footer.php:234 views/b2s/html/footer.php:274
901
- #: views/b2s/html/footer.php:343 views/b2s/html/footer.php:382
902
- #: views/b2s/html/footer.php:440 views/b2s/html/footer.php:533
903
  msgid "Schedule your posts at the best times on each network"
904
  msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
905
 
906
  #: includes/B2S/PostBox.php:224 views/b2s/curation.php:178
907
  #: views/b2s/curation.php:217 views/b2s/post.calendar.php:289
908
  #: views/b2s/ship.php:316 views/b2s/ship.php:380 views/b2s/ship.php:426
909
- #: views/b2s/html/footer.php:35 views/b2s/html/footer.php:171
910
- #: views/b2s/html/footer.php:235 views/b2s/html/footer.php:275
911
- #: views/b2s/html/footer.php:344 views/b2s/html/footer.php:383
912
- #: views/b2s/html/footer.php:441 views/b2s/html/footer.php:534
913
  msgid ""
914
  "Best Time Manager: use predefined best time scheduler to auto-schedule your "
915
  "social media posts"
@@ -918,10 +919,10 @@ msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
918
  #: includes/B2S/PostBox.php:225 views/b2s/curation.php:179
919
  #: views/b2s/curation.php:218 views/b2s/post.calendar.php:290
920
  #: views/b2s/ship.php:317 views/b2s/ship.php:381 views/b2s/ship.php:427
921
- #: views/b2s/html/footer.php:36 views/b2s/html/footer.php:172
922
- #: views/b2s/html/footer.php:236 views/b2s/html/footer.php:276
923
- #: views/b2s/html/footer.php:345 views/b2s/html/footer.php:384
924
- #: views/b2s/html/footer.php:442 views/b2s/html/footer.php:535
925
  msgid "Schedule your post for one time, multiple times or recurrently"
926
  msgstr ""
927
  "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
@@ -930,10 +931,10 @@ msgstr ""
930
  #: includes/B2S/PostBox.php:226 views/b2s/curation.php:180
931
  #: views/b2s/curation.php:219 views/b2s/post.calendar.php:291
932
  #: views/b2s/ship.php:318 views/b2s/ship.php:382 views/b2s/ship.php:428
933
- #: views/b2s/html/footer.php:37 views/b2s/html/footer.php:173
934
- #: views/b2s/html/footer.php:237 views/b2s/html/footer.php:277
935
- #: views/b2s/html/footer.php:346 views/b2s/html/footer.php:385
936
- #: views/b2s/html/footer.php:443 views/b2s/html/footer.php:536
937
  msgid "Schedule and re-share old posts"
938
  msgstr "Plane und teile alte Beiträge"
939
 
@@ -941,10 +942,10 @@ msgstr "Plane und teile alte Beiträge"
941
  #: views/b2s/curation.php:220 views/b2s/post.calendar.php:292
942
  #: views/b2s/ship.php:319 views/b2s/ship.php:383 views/b2s/ship.php:429
943
  #: views/b2s/html/footer.php:38 views/b2s/html/footer.php:69
944
- #: views/b2s/html/footer.php:174 views/b2s/html/footer.php:238
945
- #: views/b2s/html/footer.php:278 views/b2s/html/footer.php:347
946
- #: views/b2s/html/footer.php:386 views/b2s/html/footer.php:444
947
- #: views/b2s/html/footer.php:537
948
  msgid "Select link format or image format for your posts"
949
  msgstr ""
950
  "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
@@ -953,10 +954,10 @@ msgstr ""
953
  #: views/b2s/curation.php:221 views/b2s/post.calendar.php:293
954
  #: views/b2s/ship.php:320 views/b2s/ship.php:384 views/b2s/ship.php:430
955
  #: views/b2s/html/footer.php:39 views/b2s/html/footer.php:70
956
- #: views/b2s/html/footer.php:175 views/b2s/html/footer.php:239
957
- #: views/b2s/html/footer.php:279 views/b2s/html/footer.php:348
958
- #: views/b2s/html/footer.php:387 views/b2s/html/footer.php:445
959
- #: views/b2s/html/footer.php:538
960
  msgid "Select individual images per post"
961
  msgstr ""
962
  "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
@@ -964,10 +965,10 @@ msgstr ""
964
  #: includes/B2S/PostBox.php:229 views/b2s/curation.php:183
965
  #: views/b2s/curation.php:222 views/b2s/post.calendar.php:294
966
  #: views/b2s/ship.php:321 views/b2s/ship.php:385 views/b2s/ship.php:431
967
- #: views/b2s/html/footer.php:40 views/b2s/html/footer.php:176
968
- #: views/b2s/html/footer.php:240 views/b2s/html/footer.php:280
969
- #: views/b2s/html/footer.php:349 views/b2s/html/footer.php:388
970
- #: views/b2s/html/footer.php:446 views/b2s/html/footer.php:539
971
  msgid ""
972
  "Reporting & calendar: keep track of your published and scheduled social "
973
  "media posts"
@@ -978,10 +979,10 @@ msgstr ""
978
  #: includes/B2S/PostBox.php:231 views/b2s/curation.php:185
979
  #: views/b2s/curation.php:224 views/b2s/post.calendar.php:296
980
  #: views/b2s/ship.php:323 views/b2s/ship.php:387 views/b2s/ship.php:433
981
- #: views/b2s/html/footer.php:42 views/b2s/html/footer.php:178
982
- #: views/b2s/html/footer.php:242 views/b2s/html/footer.php:282
983
- #: views/b2s/html/footer.php:351 views/b2s/html/footer.php:390
984
- #: views/b2s/html/footer.php:448 views/b2s/html/footer.php:541
985
  msgid "Upgrade to SMART and above"
986
  msgstr "Upgrade auf SMART und höher"
987
 
@@ -990,10 +991,10 @@ msgstr "Upgrade auf SMART und höher"
990
  #: views/b2s/ship.php:325 views/b2s/ship.php:389 views/b2s/ship.php:435
991
  #: views/b2s/html/footer.php:44 views/b2s/html/footer.php:75
992
  #: views/b2s/html/footer.php:93 views/b2s/html/footer.php:111
993
- #: views/b2s/html/footer.php:180 views/b2s/html/footer.php:244
994
- #: views/b2s/html/footer.php:284 views/b2s/html/footer.php:353
995
- #: views/b2s/html/footer.php:392 views/b2s/html/footer.php:450
996
- #: views/b2s/html/footer.php:544
997
  #, php-format
998
  msgid ""
999
  "or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of "
@@ -1186,7 +1187,7 @@ msgstr "Als Entwurf gespeichert."
1186
  #: views/b2s/curation.php:45 views/b2s/post.calendar.php:70
1187
  #: views/b2s/post.sched.php:189 views/b2s/repost.php:73
1188
  #: includes/B2S/Settings/Item.php:239 includes/B2S/Settings/Item.php:272
1189
- #: views/b2s/html/footer.php:131
1190
  msgid "Link Post"
1191
  msgstr "Link-Beitrag"
1192
 
@@ -1199,10 +1200,10 @@ msgstr "Bild-Beitrag"
1199
 
1200
  #: views/b2s/curation.php:49 views/b2s/network.php:230 views/b2s/ship.php:23
1201
  #: includes/B2S/AutoPost/Item.php:31 includes/B2S/Curation/View.php:56
1202
- #: includes/B2S/Network/Item.php:164 includes/B2S/Network/Item.php:258
1203
- #: includes/B2S/Network/Item.php:324 includes/B2S/Network/Item.php:386
1204
  #: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:159
1205
- #: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Item.php:1160
1206
  #: views/b2s/html/post.navbar.php:15 views/b2s/html/post.navbar.php:18
1207
  #: views/b2s/html/post.navbar.php:20 views/b2s/partials/post-edit-modal.php:9
1208
  #: views/b2s/widgets/posts.php:18
@@ -1230,20 +1231,20 @@ msgstr "Link eingeben"
1230
  msgid "continue"
1231
  msgstr "weiter"
1232
 
1233
- #: views/b2s/curation.php:93 includes/B2S/Ship/Item.php:468
1234
- #: includes/B2S/Ship/Item.php:490 includes/B2S/Ship/Item.php:497
1235
- #: includes/B2S/Ship/Item.php:504 includes/B2S/Ship/Item.php:528
1236
- #: includes/B2S/Ship/Item.php:551 includes/B2S/Ship/Item.php:558
1237
- #: includes/B2S/Ship/Item.php:565 includes/B2S/Ship/Item.php:588
1238
- #: includes/B2S/Ship/Item.php:617 includes/B2S/Ship/Item.php:646
1239
- #: includes/B2S/Ship/Item.php:674 includes/B2S/Ship/Item.php:717
1240
- #: includes/B2S/Ship/Item.php:738 includes/B2S/Ship/Item.php:745
1241
- #: includes/B2S/Ship/Item.php:752 includes/B2S/Ship/Item.php:772
1242
- #: includes/B2S/Ship/Item.php:792 includes/B2S/Ship/Item.php:799
1243
- #: includes/B2S/Ship/Item.php:806 includes/B2S/Ship/Item.php:823
1244
- #: includes/B2S/Ship/Item.php:844 includes/B2S/Ship/Item.php:865
1245
- #: includes/B2S/Ship/Item.php:886 includes/B2S/Ship/Item.php:907
1246
- #: includes/B2S/Ship/Item.php:951
1247
  msgid "Change image"
1248
  msgstr "Bild ändern"
1249
 
@@ -1288,7 +1289,7 @@ msgid "Blog2Social Premium covers everything you need."
1288
  msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
1289
 
1290
  #: views/b2s/curation.php:160 views/b2s/post.calendar.php:271
1291
- #: views/b2s/ship.php:408 includes/B2S/Ship/Item.php:1161
1292
  msgid "Schedule for specific dates"
1293
  msgstr "Für bestimmte Termine planen"
1294
 
@@ -1403,12 +1404,12 @@ msgstr "Neue Netzwerkgruppierung anlegen"
1403
  msgid "You want to define a new combination of networks?"
1404
  msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
1405
 
1406
- #: views/b2s/network.php:35 includes/B2S/Network/Item.php:153
1407
- #: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:161
1408
- #: includes/B2S/Ship/Image.php:92 includes/B2S/Ship/Item.php:507
1409
- #: includes/B2S/Ship/Item.php:568 includes/B2S/Ship/Item.php:755
1410
- #: includes/B2S/Ship/Item.php:809 includes/B2S/Ship/Portale.php:32
1411
- #: includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:42
1412
  msgid "PRO"
1413
  msgstr "PRO"
1414
 
@@ -1417,7 +1418,7 @@ msgid "Delete"
1417
  msgstr "Löschen"
1418
 
1419
  #: views/b2s/network.php:48 views/b2s/ship.php:74 views/b2s/ship.php:372
1420
- #: views/b2s/html/footer.php:227
1421
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
1422
  msgstr ""
1423
  "Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
@@ -1468,7 +1469,7 @@ msgstr ""
1468
  "Business Brancheneinträgen zu erweitern."
1469
 
1470
  #: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:494
1471
- #: includes/B2S/Ship/Item.php:1199 views/b2s/partials/post-edit-modal.php:48
1472
  msgid "Learn more"
1473
  msgstr "Mehr erfahren"
1474
 
@@ -1537,13 +1538,13 @@ msgstr "Could not be changed"
1537
  msgid "modfiy"
1538
  msgstr "modify"
1539
 
1540
- #: views/b2s/network.php:230 includes/B2S/Network/Item.php:164
1541
- #: includes/B2S/Network/Item.php:164
1542
  msgid "Edit Post Template"
1543
  msgstr "Beitragsvorlage bearbeiten"
1544
 
1545
  #: views/b2s/network.php:242 views/b2s/settings.php:49
1546
- #: includes/B2S/Network/Item.php:538 includes/B2S/Settings/Item.php:133
1547
  msgid "save"
1548
  msgstr "speichern"
1549
 
@@ -1622,7 +1623,7 @@ msgstr "Die Tags, die Du in deinem Beitrag gesetzt hast."
1622
  msgid "The name of the post author."
1623
  msgstr "Der Name des Autors Deines Beitrags."
1624
 
1625
- #: views/b2s/network.php:318 includes/B2S/Network/Item.php:745
1626
  msgid "Character limit"
1627
  msgstr "Zeichenbegrenzung"
1628
 
@@ -1883,7 +1884,7 @@ msgstr ""
1883
  msgid "Upgrade to Blog2Social Business"
1884
  msgstr "Upgrade auf Blog2Social Business"
1885
 
1886
- #: views/b2s/network.php:518 includes/B2S/Network/Item.php:508
1887
  #, php-format
1888
  msgid ""
1889
  "Define parameters that will be added to link posts on this network e.g. to "
@@ -1960,16 +1961,16 @@ msgid "scheduled"
1960
  msgstr "geplant"
1961
 
1962
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
1963
- #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:675
1964
- #: includes/B2S/Network/Item.php:678 includes/B2S/Settings/Item.php:239
1965
- #: views/b2s/html/footer.php:148
1966
  msgid "Image with frame"
1967
  msgstr "Bild mit Rahmen"
1968
 
1969
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
1970
- #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:676
1971
- #: includes/B2S/Network/Item.php:679 includes/B2S/Settings/Item.php:253
1972
- #: views/b2s/html/footer.php:153
1973
  msgid "Image cut out"
1974
  msgstr "Bild zuschneiden"
1975
 
@@ -2969,7 +2970,7 @@ msgstr "Bestehenden Beitrag aktualisieren"
2969
  msgid "Apply best times"
2970
  msgstr "Beste Zeiten berücksichtigen"
2971
 
2972
- #: includes/B2S/AutoPost/Item.php:107 views/b2s/html/footer.php:404
2973
  msgid ""
2974
  "Share posts from other authors automatically with your Auto-Poster settings"
2975
  msgstr ""
@@ -3044,7 +3045,7 @@ msgstr "Minuten"
3044
  msgid "Save"
3045
  msgstr " Speichern"
3046
 
3047
- #: includes/B2S/AutoPost/Item.php:241 includes/B2S/Network/Item.php:173
3048
  msgid "Connections"
3049
  msgstr "Verbindungen"
3050
 
@@ -3084,7 +3085,7 @@ msgid "at scheduled times"
3084
  msgstr "zu geplanten Zeiten"
3085
 
3086
  #: includes/B2S/Curation/View.php:69 includes/B2S/Curation/View.php:70
3087
- #: includes/B2S/RePost/Item.php:196 includes/B2S/Ship/Item.php:1269
3088
  #: views/b2s/partials/post-edit-modal.php:62
3089
  #: views/b2s/partials/post-edit-modal.php:65
3090
  msgid "Date"
@@ -3102,7 +3103,7 @@ msgstr "Standard"
3102
  msgid "Show all"
3103
  msgstr "alle anzeigen"
3104
 
3105
- #: includes/B2S/Network/Item.php:64 includes/B2S/Network/Item.php:180
3106
  msgid "My profile"
3107
  msgstr "Mein Profil"
3108
 
@@ -3114,102 +3115,107 @@ msgstr "weitere Profile:"
3114
  msgid "Best times"
3115
  msgstr "Beste Zeiten"
3116
 
3117
- #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:220
3118
- #: includes/B2S/Ship/Item.php:338 includes/B2S/Ship/Navbar.php:86
3119
  #: includes/B2S/Ship/Portale.php:38
3120
  msgid "Blog"
3121
  msgstr "Blog"
3122
 
3123
- #: includes/B2S/Network/Item.php:153 includes/B2S/Ship/Portale.php:42
 
3124
  msgid "You want to connect a network profile?"
3125
  msgstr "Du möchtest Dich mit einem Netzwerkprofil verbinden?"
3126
 
3127
- #: includes/B2S/Network/Item.php:157 includes/B2S/Ship/Portale.php:35
 
 
 
 
3128
  msgid "You want to connect a network page?"
3129
  msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
3130
 
3131
- #: includes/B2S/Network/Item.php:160 includes/B2S/Network/Item.php:353
3132
  #: includes/B2S/Ship/Portale.php:31
3133
  msgid "Publication"
3134
  msgstr "Publication"
3135
 
3136
- #: includes/B2S/Network/Item.php:161 includes/B2S/Ship/Portale.php:32
3137
  msgid "You want to connect a social media group?"
3138
  msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
3139
 
3140
- #: includes/B2S/Network/Item.php:174 views/b2s/html/footer.php:212
3141
  msgid "Best Time Manager"
3142
  msgstr "Best Time Manager"
3143
 
3144
- #: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:277
3145
- #: includes/B2S/Network/Item.php:344
3146
  msgid "To reactivate this connection,"
3147
  msgstr "Um die Verbindung wieder zu aktivieren,"
3148
 
3149
- #: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:277
3150
- #: includes/B2S/Network/Item.php:344 includes/B2S/Ship/Image.php:31
3151
  msgid "please upgrade"
3152
  msgstr "Bitte upgraden"
3153
 
3154
- #: includes/B2S/Network/Item.php:214 includes/B2S/Network/Item.php:280
3155
- #: includes/B2S/Network/Item.php:347
3156
  msgid "Authorization is interrupted since"
3157
  msgstr "Autorisierung ist unterbrochen seit"
3158
 
3159
- #: includes/B2S/Network/Item.php:218 includes/B2S/Network/Item.php:284
3160
- #: includes/B2S/Network/Item.php:351
3161
  msgid "Assigned by"
3162
  msgstr "Zugewiesen von"
3163
 
3164
- #: includes/B2S/Network/Item.php:256 includes/B2S/Network/Item.php:322
3165
- #: includes/B2S/Network/Item.php:384 includes/B2S/Ship/Item.php:1217
3166
  msgid "Days"
3167
  msgstr "Tage"
3168
 
3169
- #: includes/B2S/Network/Item.php:286 includes/B2S/Ship/Item.php:338
3170
  msgid "Employer Branding"
3171
  msgstr "Employer Branding"
3172
 
3173
- #: includes/B2S/Network/Item.php:465
3174
  msgid "Connection currently assigned to"
3175
  msgstr "Diese Verbindung ist aktuell zugewiesen an"
3176
 
3177
- #: includes/B2S/Network/Item.php:510 views/prg/html/form.php:84
3178
  #: views/prg/html/form.php:86 views/prg/html/form.php:161
3179
  #: views/prg/html/form.php:163
3180
  msgid "Name"
3181
  msgstr "Name"
3182
 
3183
- #: includes/B2S/Network/Item.php:511
3184
  msgid "Value"
3185
  msgstr "Zugeordneter Wert"
3186
 
3187
- #: includes/B2S/Network/Item.php:535
3188
  msgid "+ add Parameter"
3189
  msgstr "+ Parameter hinzufügen"
3190
 
3191
- #: includes/B2S/Network/Item.php:536
3192
  #, php-format
3193
  msgid "Apply for all %s connections"
3194
  msgstr "Für alle %s Verbindungen übernehmen"
3195
 
3196
- #: includes/B2S/Network/Item.php:537
3197
  msgid "Apply for all connections"
3198
  msgstr "Für alle Verbindungen übernehmen"
3199
 
3200
- #: includes/B2S/Network/Item.php:558
3201
  msgid "Successfully saved"
3202
  msgstr "Erfolgreich gespeichert"
3203
 
3204
- #: includes/B2S/Network/Item.php:559
3205
  msgid "Failed to save"
3206
  msgstr "Speichern fehlgeschlagen"
3207
 
3208
- #: includes/B2S/Network/Item.php:560
3209
  msgid "Failed to load the default template"
3210
  msgstr "Fehler beim Laden der Standardeinstellungen"
3211
 
3212
- #: includes/B2S/Network/Item.php:600
3213
  msgid ""
3214
  "Upgrade to Blog2Social Smart or higher to customize your individual post "
3215
  "templates that will automatically pre-format the structure of your social "
@@ -3229,36 +3235,36 @@ msgstr ""
3229
  "auch statische Inhalte (z.B. individuelle Hashtags oder Slogans) zu Deinen "
3230
  "Beitragsvorlagen hinzu."
3231
 
3232
- #: includes/B2S/Network/Item.php:601
3233
  msgid "Upgrade to Blog2Social Smart"
3234
  msgstr "Upgrade auf Blog2Social Smart"
3235
 
3236
- #: includes/B2S/Network/Item.php:622
3237
  msgid "Activate Instant Caching"
3238
  msgstr "Instant Caching aktivieren"
3239
 
3240
- #: includes/B2S/Network/Item.php:668
3241
  msgid "Format"
3242
  msgstr "Format"
3243
 
3244
- #: includes/B2S/Network/Item.php:669 includes/B2S/Network/Item.php:690
3245
  msgid "Load default settings"
3246
  msgstr "Lade Standardeinstellungen"
3247
 
3248
- #: includes/B2S/Network/Item.php:675 includes/B2S/Network/Item.php:678
3249
- #: includes/B2S/Ship/Item.php:967 includes/B2S/Ship/Item.php:969
3250
  msgid "Link"
3251
  msgstr "Link"
3252
 
3253
- #: includes/B2S/Network/Item.php:676 includes/B2S/Network/Item.php:679
3254
  msgid "Image"
3255
  msgstr "Bild"
3256
 
3257
- #: includes/B2S/Network/Item.php:688 includes/B2S/Settings/Item.php:64
3258
  msgid "Content"
3259
  msgstr "Inhalt"
3260
 
3261
- #: includes/B2S/Network/Item.php:697 includes/B2S/Ship/Item.php:379
3262
  msgid ""
3263
  "Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
3264
  "in your post."
@@ -3266,32 +3272,32 @@ msgstr ""
3266
  "Instagram unterstützt bis zu 30 Hashtags. Bitte reduziere die Anzahl der "
3267
  "Hashtags in Deinem Beitrag."
3268
 
3269
- #: includes/B2S/Network/Item.php:709
3270
  msgid "clear"
3271
  msgstr "löschen"
3272
 
3273
- #: includes/B2S/Network/Item.php:719
3274
  msgid "The link will be added automatically at the end of the post."
3275
  msgstr "Der Link wird automatisch am Ende des Posts eingefügt."
3276
 
3277
- #: includes/B2S/Network/Item.php:724 includes/B2S/Network/Item.php:764
3278
  msgid "Network limit"
3279
  msgstr "Netzwerkbegrenzung"
3280
 
3281
- #: includes/B2S/Network/Item.php:724 includes/B2S/Network/Item.php:764
3282
- #: includes/B2S/Network/Item.php:764 includes/B2S/Ship/Item.php:223
3283
- #: includes/B2S/Ship/Item.php:227 includes/B2S/Ship/Item.php:269
3284
- #: includes/B2S/Ship/Item.php:273 includes/B2S/Ship/Item.php:306
3285
- #: includes/B2S/Ship/Item.php:310 includes/B2S/Ship/Item.php:1296
3286
- #: includes/B2S/Ship/Item.php:1298
3287
  msgid "characters"
3288
  msgstr "Zeichen"
3289
 
3290
- #: includes/B2S/Network/Item.php:731
3291
  msgid "Add a link-URL to the end of my image post."
3292
  msgstr "Link automatisch am Ende meines Bildbeitrags einfügen."
3293
 
3294
- #: includes/B2S/Network/Item.php:738
3295
  msgid ""
3296
  "Add a link-URL to the end of my Instagram posts. (Please note, that "
3297
  "Instagram does not turn link-URLs into clickable links)"
@@ -3299,18 +3305,18 @@ msgstr ""
3299
  "Link automatisch am Ende meines Bildbeitrags einfügen. (Bitte beachte, dass "
3300
  "Instagram Links nicht als klickbare Links darstellt)"
3301
 
3302
- #: includes/B2S/Network/Item.php:764
3303
  msgid "recommended length"
3304
  msgstr "Empfohlene Länge"
3305
 
3306
- #: includes/B2S/Network/Item.php:784 includes/B2S/Network/Item.php:836
3307
- #: includes/B2S/Network/Item.php:905 includes/B2S/Network/Item.php:957
3308
- #: includes/B2S/Network/Item.php:991 includes/B2S/Network/Item.php:1042
3309
- #: includes/B2S/Network/Item.php:1072 includes/B2S/Network/Item.php:1126
3310
- #: includes/B2S/Network/Item.php:1145 includes/B2S/Network/Item.php:1179
3311
- #: includes/B2S/Network/Item.php:1195 includes/B2S/Network/Item.php:1211
3312
- #: includes/B2S/Network/Item.php:1227 includes/B2S/Network/Item.php:1243
3313
- #: includes/B2S/Network/Item.php:1262
3314
  msgid "Preview"
3315
  msgstr "Vorschau"
3316
 
@@ -3358,43 +3364,43 @@ msgstr "älteste zuerst"
3358
  msgid "all categories & tags"
3359
  msgstr "alle Kategorien & Schlagwörter"
3360
 
3361
- #: includes/B2S/Post/Filter.php:152 includes/PRG/Post/Filter.php:49
3362
  msgid "all post types"
3363
  msgstr "alle Typen"
3364
 
3365
- #: includes/B2S/Post/Filter.php:179
3366
  msgid "shared by user"
3367
  msgstr "geteilt von Nutzer"
3368
 
3369
- #: includes/B2S/Post/Filter.php:194
3370
  msgid "shared to network"
3371
  msgstr "geteilt auf Netzwerk"
3372
 
3373
- #: includes/B2S/Post/Filter.php:208 includes/B2S/RePost/Item.php:201
3374
  msgid "Startdate"
3375
  msgstr "Startdatum"
3376
 
3377
- #: includes/B2S/Post/Filter.php:209 includes/B2S/RePost/Item.php:204
3378
  msgid "Enddate"
3379
  msgstr "Enddatum"
3380
 
3381
- #: includes/B2S/Post/Filter.php:216 includes/PRG/Post/Filter.php:70
3382
  msgid "Search Title"
3383
  msgstr "Suche nach Titel"
3384
 
3385
- #: includes/B2S/Post/Filter.php:249 includes/PRG/Post/Filter.php:81
3386
  msgid "sort"
3387
  msgstr "sortieren"
3388
 
3389
- #: includes/B2S/Post/Filter.php:250 includes/PRG/Post/Filter.php:82
3390
  msgid "reset"
3391
  msgstr "zurücksetzen"
3392
 
3393
- #: includes/B2S/Post/Filter.php:255
3394
  msgid "selected date"
3395
  msgstr "ausgewähltes Datum"
3396
 
3397
- #: includes/B2S/Post/Filter.php:255
3398
  msgid "scheduled post(s)"
3399
  msgstr "geplante Beiträge"
3400
 
@@ -3611,31 +3617,31 @@ msgstr "Tage um"
3611
  msgid "on"
3612
  msgstr " "
3613
 
3614
- #: includes/B2S/RePost/Item.php:72 includes/B2S/Ship/Item.php:1275
3615
  msgid "Mon"
3616
  msgstr "Mo"
3617
 
3618
- #: includes/B2S/RePost/Item.php:73 includes/B2S/Ship/Item.php:1276
3619
  msgid "Tue"
3620
  msgstr "Di"
3621
 
3622
- #: includes/B2S/RePost/Item.php:74 includes/B2S/Ship/Item.php:1277
3623
  msgid "Wed"
3624
  msgstr "Mi"
3625
 
3626
- #: includes/B2S/RePost/Item.php:75 includes/B2S/Ship/Item.php:1278
3627
  msgid "Thu"
3628
  msgstr "Do"
3629
 
3630
- #: includes/B2S/RePost/Item.php:76 includes/B2S/Ship/Item.php:1279
3631
  msgid "Fri"
3632
  msgstr "Fr"
3633
 
3634
- #: includes/B2S/RePost/Item.php:77 includes/B2S/Ship/Item.php:1280
3635
  msgid "Sat"
3636
  msgstr "Sa"
3637
 
3638
- #: includes/B2S/RePost/Item.php:78 includes/B2S/Ship/Item.php:1281
3639
  msgid "Sun"
3640
  msgstr "So"
3641
 
@@ -3708,7 +3714,7 @@ msgid "Authors"
3708
  msgstr "Autoren"
3709
 
3710
  #: includes/B2S/Settings/Item.php:50 includes/B2S/Settings/Item.php:76
3711
- #: includes/B2S/Ship/Item.php:1119
3712
  msgid "Account"
3713
  msgstr "Konto"
3714
 
@@ -3895,7 +3901,7 @@ msgstr "Upgrade auf Premium PRO"
3895
  msgid "The image will be changed"
3896
  msgstr "Das Bild wird geändert"
3897
 
3898
- #: includes/B2S/Settings/Item.php:247 views/b2s/html/footer.php:149
3899
  msgid ""
3900
  "Insert white frames to show the whole image in your timeline. All image "
3901
  "information will be shown in your timeline."
@@ -3903,7 +3909,7 @@ msgstr ""
3903
  "Füge weiße Rahmen ein, um das gesamte Bild in Deiner Zeitleiste anzuzeigen. "
3904
  "Alle Bildinformationen werden in Deiner Zeitleiste angezeigt."
3905
 
3906
- #: includes/B2S/Settings/Item.php:249 views/b2s/html/footer.php:132
3907
  msgid ""
3908
  "The link post format displays posts title, link address and the first one or "
3909
  "two sentences of the post. The networks scan this information from your META "
@@ -3926,7 +3932,7 @@ msgstr ""
3926
  "ausgewählt hast, zeigen einige Netzwerke das erste Bild an, dass sie auf "
3927
  "Deiner Seite finden."
3928
 
3929
- #: includes/B2S/Settings/Item.php:258 views/b2s/html/footer.php:154
3930
  msgid ""
3931
  "The image preview will be cropped automatically to fit the default Instagram "
3932
  "layout for your Instagram timeline. The image will be shown uncropped when "
@@ -3937,7 +3943,7 @@ msgstr ""
3937
  "Ganzes angezeigt, wenn Du die Vorschauseite für Deinen Instagram-Beitrag "
3938
  "öffnest. "
3939
 
3940
- #: includes/B2S/Settings/Item.php:260 views/b2s/html/footer.php:137
3941
  msgid ""
3942
  "A photo or image post displays the selected image in the one-page preview of "
3943
  "Blog2Social and your comment above the image. The image links to the image "
@@ -4052,56 +4058,56 @@ msgstr "Bild für alle og-meta-Netzwerke anwenden"
4052
  msgid "Apply image for this image gallery"
4053
  msgstr "Bild zur Bildergalerie hinzufügen"
4054
 
4055
- #: includes/B2S/Ship/Item.php:162
4056
  msgid "Network does not support image for profiles"
4057
  msgstr "Netzwerk unterstützt keine Bilder für Profile"
4058
 
4059
- #: includes/B2S/Ship/Item.php:163 includes/B2S/Ship/Item.php:239
4060
  msgid "Network defines image by link"
4061
  msgstr "Netzwerk wählt selber das Bild aus"
4062
 
4063
- #: includes/B2S/Ship/Item.php:165
4064
  msgid "Supported HTML tags"
4065
  msgstr "Erlaubte HTML-Elemente"
4066
 
4067
- #: includes/B2S/Ship/Item.php:166 includes/B2S/Ship/Item.php:238
4068
  msgid "Network does not support emojis"
4069
  msgstr "Netzwerk unterstützt keine Emojis"
4070
 
4071
- #: includes/B2S/Ship/Item.php:167 includes/B2S/Ship/Item.php:240
4072
  msgid "Network does not support GIFs"
4073
  msgstr "Das Netzwerk unterstützt keine GIFs"
4074
 
4075
- #: includes/B2S/Ship/Item.php:222
4076
  msgid "Text only"
4077
  msgstr "nur Text"
4078
 
4079
- #: includes/B2S/Ship/Item.php:237
4080
  msgid "Network does not support image for pages"
4081
  msgstr "Netzwerk unterstützt keine Bilder für Seiten"
4082
 
4083
- #: includes/B2S/Ship/Item.php:330
4084
  msgid "Connection expires on 31 March 2019"
4085
  msgstr "Die Verbindung endet am 31. März 2019."
4086
 
4087
- #: includes/B2S/Ship/Item.php:334
4088
  msgid "Connection expires on 2 April 2019"
4089
  msgstr "Die Verbindung endet am 2. April 2019."
4090
 
4091
- #: includes/B2S/Ship/Item.php:347
4092
  msgid "post format"
4093
  msgstr "Postformat"
4094
 
4095
- #: includes/B2S/Ship/Item.php:362 includes/B2S/Ship/Item.php:1304
4096
  msgid "Insert full-text"
4097
  msgstr "ganzen Text einfügen"
4098
 
4099
- #: includes/B2S/Ship/Item.php:364 includes/B2S/Ship/Item.php:1306
4100
  msgid "Delete text"
4101
  msgstr "Text löschen"
4102
 
4103
- #: includes/B2S/Ship/Item.php:371 includes/B2S/Ship/Item.php:766
4104
- #: includes/B2S/Ship/Item.php:1170
4105
  msgid ""
4106
  "Please keep in mind that according to Twitter’s new TOS, users are no longer "
4107
  "allowed to post identical or substantially similar content to multiple "
@@ -4112,8 +4118,8 @@ msgstr ""
4112
  "Accounts oder mehrere identische Updates auf einem Twitter Account oder auch "
4113
  "mehreren Accounts zu posten."
4114
 
4115
- #: includes/B2S/Ship/Item.php:371 includes/B2S/Ship/Item.php:766
4116
- #: includes/B2S/Ship/Item.php:1170
4117
  msgid ""
4118
  "Violating these rules can result in Twitter suspending your account. Always "
4119
  "vary your Tweets with different comments, hashtags or handles to prevent "
@@ -4123,12 +4129,12 @@ msgstr ""
4123
  "sperrt. Variieren Sie Ihre Tweets mit unterschiedlichen Kommentaren, "
4124
  "Hashtags und Handles um doppelte Beiträge zu vermeiden."
4125
 
4126
- #: includes/B2S/Ship/Item.php:371 includes/B2S/Ship/Item.php:766
4127
- #: includes/B2S/Ship/Item.php:1170
4128
  msgid "Learn more about this"
4129
  msgstr "Erfahre mehr darüber"
4130
 
4131
- #: includes/B2S/Ship/Item.php:375
4132
  msgid ""
4133
  "Please note: XING allows identical posts to be published only once within a "
4134
  "group and no more than three times across different groups."
@@ -4137,11 +4143,11 @@ msgstr ""
4137
  "einmal innerhalb einer Gruppe und nicht mehr als dreimal in verschiedenen "
4138
  "Gruppen."
4139
 
4140
- #: includes/B2S/Ship/Item.php:375
4141
  msgid "Read more"
4142
  msgstr "Weiterlesen"
4143
 
4144
- #: includes/B2S/Ship/Item.php:380
4145
  msgid ""
4146
  "Please keep in mind that users are not allowed to post identical or "
4147
  "substantially similar content to multiple accounts or multiple duplicate "
@@ -4151,7 +4157,7 @@ msgstr ""
4151
  "im Wesentlichen ähnliche Inhalte in mehreren Konten oder mehrere doppelte "
4152
  "Updates in einem Konto zu veröffentlichen."
4153
 
4154
- #: includes/B2S/Ship/Item.php:380
4155
  msgid ""
4156
  "Violating these rules can result in suspending your account. Always vary "
4157
  "your content with different images, comments, hashtags or handles to prevent "
@@ -4161,56 +4167,56 @@ msgstr ""
4161
  "Variieren Sie Ihre Inhalte immer mit unterschiedlichen Bildern, Kommentaren, "
4162
  "Hashtags oder Handles, um doppelte Beiträge zu vermeiden."
4163
 
4164
- #: includes/B2S/Ship/Item.php:400
4165
  msgid "hide calendar"
4166
  msgstr "Planungskalender verbergen"
4167
 
4168
- #: includes/B2S/Ship/Item.php:457 includes/B2S/Ship/Item.php:517
4169
- #: includes/B2S/Ship/Item.php:577 includes/B2S/Ship/Item.php:606
4170
- #: includes/B2S/Ship/Item.php:635 includes/B2S/Ship/Item.php:663
4171
- #: includes/B2S/Ship/Item.php:691 includes/B2S/Ship/Item.php:722
4172
- #: includes/B2S/Ship/Item.php:777 includes/B2S/Ship/Item.php:828
4173
- #: includes/B2S/Ship/Item.php:849 includes/B2S/Ship/Item.php:870
4174
- #: includes/B2S/Ship/Item.php:891 includes/B2S/Ship/Item.php:912
4175
- #: includes/B2S/Ship/Item.php:922
4176
  msgid "Write something about your post..."
4177
  msgstr "Schreibe etwas..."
4178
 
4179
- #: includes/B2S/Ship/Item.php:472 includes/B2S/Ship/Item.php:592
4180
- #: includes/B2S/Ship/Item.php:622 includes/B2S/Ship/Item.php:650
4181
- #: includes/B2S/Ship/Item.php:678
4182
  msgid ""
4183
  "Info: Change Open Graph Meta tags image, title and description for this "
4184
  "network"
4185
  msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
4186
 
4187
- #: includes/B2S/Ship/Item.php:475 includes/B2S/Ship/Item.php:536
4188
- #: includes/B2S/Ship/Item.php:595 includes/B2S/Ship/Item.php:625
4189
- #: includes/B2S/Ship/Item.php:653 includes/B2S/Ship/Item.php:681
4190
  msgid ""
4191
  "You want to change your link image, link title and link description for this "
4192
  "network? Click here."
4193
  msgstr ""
4194
  "Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
4195
 
4196
- #: includes/B2S/Ship/Item.php:477 includes/B2S/Ship/Item.php:597
4197
- #: includes/B2S/Ship/Item.php:627 includes/B2S/Ship/Item.php:655
4198
- #: includes/B2S/Ship/Item.php:683
4199
  msgid "OG Meta title"
4200
  msgstr "OG Titel"
4201
 
4202
- #: includes/B2S/Ship/Item.php:478 includes/B2S/Ship/Item.php:598
4203
- #: includes/B2S/Ship/Item.php:628 includes/B2S/Ship/Item.php:656
4204
- #: includes/B2S/Ship/Item.php:684
4205
  msgid "OG Meta description"
4206
  msgstr "OG Beschreibung"
4207
 
4208
- #: includes/B2S/Ship/Item.php:507 includes/B2S/Ship/Item.php:568
4209
- #: includes/B2S/Ship/Item.php:755 includes/B2S/Ship/Item.php:809
4210
  msgid "Do u want to post multiple images?"
4211
  msgstr "Du möchtest mehrere Bilder posten?"
4212
 
4213
- #: includes/B2S/Ship/Item.php:531
4214
  msgid ""
4215
  "Please note: Twitter stores the Card parameters of a link for up to 7 days. "
4216
  "Changes may not be immediately visible on Twitter."
@@ -4218,20 +4224,20 @@ msgstr ""
4218
  "Hinweis: Twitter speichert die Card Parameter eines Links für bis zu 7 Tage. "
4219
  "Änderungen werden daher möglicherweise nicht sofort auf Twitter dargestellt."
4220
 
4221
- #: includes/B2S/Ship/Item.php:533
4222
  msgid ""
4223
  "Info: Change Card Meta tags image, title and description for this network"
4224
  msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
4225
 
4226
- #: includes/B2S/Ship/Item.php:538
4227
  msgid "Card Meta title"
4228
  msgstr "Card Titel"
4229
 
4230
- #: includes/B2S/Ship/Item.php:539
4231
  msgid "Card Meta description"
4232
  msgstr "Card Beschreibung"
4233
 
4234
- #: includes/B2S/Ship/Item.php:620
4235
  msgid ""
4236
  "Please note: XING stores the Open Graph parameters of a link for up to 7 "
4237
  "days. Changes may not be immediately visible on XING."
@@ -4240,53 +4246,53 @@ msgstr ""
4240
  "Tage. Änderungen werden daher möglicherweise nicht sofort auf XING "
4241
  "dargestellt."
4242
 
4243
- #: includes/B2S/Ship/Item.php:938
4244
  msgid "required"
4245
  msgstr "erforderlich"
4246
 
4247
- #: includes/B2S/Ship/Item.php:1038
4248
  msgid "Jobs & Projects"
4249
  msgstr "Stellenangebote & Projekte"
4250
 
4251
- #: includes/B2S/Ship/Item.php:1039
4252
  msgid "Events"
4253
  msgstr "Events"
4254
 
4255
- #: includes/B2S/Ship/Item.php:1040
4256
  msgid "Classified Ads"
4257
  msgstr "Kleinanzeigen"
4258
 
4259
- #: includes/B2S/Ship/Item.php:1042
4260
  msgid "Offer"
4261
  msgstr "Angebot"
4262
 
4263
- #: includes/B2S/Ship/Item.php:1043
4264
  msgid "Request"
4265
  msgstr "Anfrage"
4266
 
4267
- #: includes/B2S/Ship/Item.php:1054
4268
  msgid "The Headline..."
4269
  msgstr "Die Überschrift..."
4270
 
4271
- #: includes/B2S/Ship/Item.php:1062
4272
  #, php-format
4273
  msgid "max. %s Tags"
4274
  msgstr "max. %s Tags"
4275
 
4276
- #: includes/B2S/Ship/Item.php:1064
4277
  msgid "Hashtags"
4278
  msgstr "Hashtags"
4279
 
4280
- #: includes/B2S/Ship/Item.php:1101
4281
  msgid "Enable Retweets for all Tweets with the selected profile"
4282
  msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
4283
 
4284
- #: includes/B2S/Ship/Item.php:1120 views/b2s/partials/post-edit-modal.php:73
4285
  msgid "Delay"
4286
  msgstr "Verzögerung"
4287
 
4288
- #: includes/B2S/Ship/Item.php:1130 includes/B2S/Ship/Item.php:1131
4289
- #: includes/B2S/Ship/Item.php:1132 includes/B2S/Ship/Item.php:1133
4290
  #: views/b2s/partials/post-edit-modal.php:77
4291
  #: views/b2s/partials/post-edit-modal.php:78
4292
  #: views/b2s/partials/post-edit-modal.php:79
@@ -4294,19 +4300,19 @@ msgstr "Verzögerung"
4294
  msgid "min"
4295
  msgstr "min"
4296
 
4297
- #: includes/B2S/Ship/Item.php:1138
4298
  msgid "Add Retweet"
4299
  msgstr "Retweet hinzufügen"
4300
 
4301
- #: includes/B2S/Ship/Item.php:1158
4302
  msgid "Share Now"
4303
  msgstr "Sofort teilen"
4304
 
4305
- #: includes/B2S/Ship/Item.php:1163
4306
  msgid "Schedule Recurrent Post"
4307
  msgstr "regelmäßig Planen"
4308
 
4309
- #: includes/B2S/Ship/Item.php:1199 views/b2s/partials/post-edit-modal.php:47
4310
  msgid ""
4311
  "Please note: Your account is connected via an old XING API that is no longer "
4312
  "supported by XING after March 31. Please connect your XING profile, as well "
@@ -4321,7 +4327,7 @@ msgstr ""
4321
  "mit der neuen XING-Schnittstelle. Gehe dazu in den Bereich Blog2Social "
4322
  "\"Netzwerke\" und verbinde Dein XING-Konto über die neue XING-Schnittstelle."
4323
 
4324
- #: includes/B2S/Ship/Item.php:1203 views/b2s/partials/post-edit-modal.php:51
4325
  msgid ""
4326
  "Please note: Google will shut down Google+ for all private accounts "
4327
  "(profiles, pages, groups) on 2nd April 2019. You can find further "
@@ -4333,88 +4339,88 @@ msgstr ""
4333
  "Informationen zu den nächsten Schritten, u. a. dazu, wie Du Deine Fotos und "
4334
  "andere Inhalte herunterladen kannst:"
4335
 
4336
- #: includes/B2S/Ship/Item.php:1206
4337
  msgid "Repeats"
4338
  msgstr "Wiederholen"
4339
 
4340
- #: includes/B2S/Ship/Item.php:1207 includes/B2S/Ship/Item.php:1210
4341
  msgid "Duration"
4342
  msgstr "Dauer"
4343
 
4344
- #: includes/B2S/Ship/Item.php:1211
4345
  msgid "Number of repeats"
4346
  msgstr "Anzahl der Wiederholungen"
4347
 
4348
- #: includes/B2S/Ship/Item.php:1212
4349
  msgid "Day of month"
4350
  msgstr "Tag im Monat"
4351
 
4352
- #: includes/B2S/Ship/Item.php:1213
4353
  msgid "Repeats every (days)"
4354
  msgstr "Wiederholt sich alle X Tage"
4355
 
4356
- #: includes/B2S/Ship/Item.php:1215
4357
  msgid "Start date"
4358
  msgstr "Startdatum"
4359
 
4360
- #: includes/B2S/Ship/Item.php:1216
4361
  msgid "Time to publish"
4362
  msgstr "Veröffentlichungszeitpunkt"
4363
 
4364
- #: includes/B2S/Ship/Item.php:1225
4365
  msgid "weekly"
4366
  msgstr "wöchentlich"
4367
 
4368
- #: includes/B2S/Ship/Item.php:1226
4369
  msgid "monthly"
4370
  msgstr "monatlich"
4371
 
4372
- #: includes/B2S/Ship/Item.php:1227
4373
  msgid "own period"
4374
  msgstr "Eigener Zeitraum"
4375
 
4376
- #: includes/B2S/Ship/Item.php:1233
4377
  msgid "Week"
4378
  msgstr "Woche"
4379
 
4380
- #: includes/B2S/Ship/Item.php:1233
4381
  msgid "Weeks"
4382
  msgstr "Wochen"
4383
 
4384
- #: includes/B2S/Ship/Item.php:1242
4385
  msgid "Month"
4386
  msgstr "Monat"
4387
 
4388
- #: includes/B2S/Ship/Item.php:1242
4389
  msgid "Months"
4390
  msgstr "Monate"
4391
 
4392
- #: includes/B2S/Ship/Item.php:1262
4393
  msgid "End Of Month"
4394
  msgstr "Monatsende"
4395
 
4396
- #: includes/B2S/Ship/Item.php:1267
4397
  msgid "Timespan"
4398
  msgstr "Zeitspanne"
4399
 
4400
- #: includes/B2S/Ship/Item.php:1270 views/b2s/partials/post-edit-modal.php:63
4401
  #: views/b2s/partials/post-edit-modal.php:66
4402
  msgid "Time"
4403
  msgstr "Mal"
4404
 
4405
- #: includes/B2S/Ship/Item.php:1288
4406
  msgid "add another post"
4407
  msgstr "einen weiteren Post anlegen"
4408
 
4409
- #: includes/B2S/Ship/Item.php:1302
4410
  msgid "Copy from original"
4411
  msgstr "Originaltext kopieren"
4412
 
4413
- #: includes/B2S/Ship/Item.php:1318
4414
  msgid "Apply Settings To All Networks"
4415
  msgstr "Planung für alle Netzwerke übernehmen"
4416
 
4417
- #: includes/B2S/Ship/Item.php:1319
4418
  msgid "Save as best time for this network"
4419
  msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
4420
 
@@ -4637,28 +4643,34 @@ msgstr ""
4637
  "XING-Gruppen verbinden."
4638
 
4639
  #: views/b2s/html/footer.php:83 views/b2s/html/footer.php:101
 
4640
  msgid "Also included:"
4641
  msgstr "Ebenfalls enthalten:"
4642
 
4643
  #: views/b2s/html/footer.php:85 views/b2s/html/footer.php:103
 
4644
  msgid "Social media auto-posting and auto-scheduling"
4645
  msgstr "Auto-Posting und automatische Planung für Social Media Beiträge"
4646
 
4647
  #: views/b2s/html/footer.php:86 views/b2s/html/footer.php:104
 
4648
  msgid "Posting to social media pages and groups in Facebook"
4649
  msgstr "Veröffentlichung auf Social Media Seiten und Gruppen in Facebook"
4650
 
4651
  #: views/b2s/html/footer.php:87 views/b2s/html/footer.php:105
 
4652
  msgid "Sharing on multiple accounts per network"
4653
  msgstr "Poste auf mehrere Accounts pro Netzwerk"
4654
 
4655
  #: views/b2s/html/footer.php:88 views/b2s/html/footer.php:106
 
4656
  msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
4657
  msgstr ""
4658
  "Beste Zeiten Manager: Plane Deine Veröffentlichungen mehrmals oder "
4659
  "regelmäßig."
4660
 
4661
  #: views/b2s/html/footer.php:89 views/b2s/html/footer.php:107
 
4662
  msgid "Reporting with links to already published posts"
4663
  msgstr "Reporting mit Links zu bereits veröffentlichten Beiträgen"
4664
 
@@ -4667,10 +4679,30 @@ msgid "With Blog2Social Premium PRO you can post multiple images."
4667
  msgstr "\"Mit Blog2Social Premium PRO kannst Du mehrere Bilder posten."
4668
 
4669
  #: views/b2s/html/footer.php:122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4670
  msgid "Select the preferred custom post format for your posts"
4671
  msgstr "Entscheide Dich für das passende Format für Deine Social Media Posts"
4672
 
4673
- #: views/b2s/html/footer.php:127
4674
  msgid ""
4675
  "Select link post or image post format to define your preferred custom post "
4676
  "format for Twitter, LinkedIn, and Facebook."
@@ -4678,11 +4710,11 @@ msgstr ""
4678
  "Wähle zwischen Link-Beitrag oder Bild-Beitrag, um Dein bevorzugtes "
4679
  "Postformat für Twitter, LinkedIn und Facebook zu definieren."
4680
 
4681
- #: views/b2s/html/footer.php:136
4682
  msgid "Photo Post"
4683
  msgstr "Bild-Beitrag"
4684
 
4685
- #: views/b2s/html/footer.php:144
4686
  msgid ""
4687
  "For Instagram, you can select \"image with frame\" or \"image cut out\" as "
4688
  "your preferred custom post format."
@@ -4690,19 +4722,19 @@ msgstr ""
4690
  "Für Instagram kannst Du \"Bild mit Rahmen\" oder \"Bild zuschneiden\" als "
4691
  "bevorzugtes benutzerdefiniertes Postformat auswählen."
4692
 
4693
- #: views/b2s/html/footer.php:194
4694
  msgid "Did you miss something?"
4695
  msgstr "Vermisst Du etwas?"
4696
 
4697
- #: views/b2s/html/footer.php:197
4698
  msgid "Help us make Blog2Social even better!"
4699
  msgstr "Hilf uns, Blog2Social noch besser zu machen!"
4700
 
4701
- #: views/b2s/html/footer.php:201
4702
  msgid "submit"
4703
  msgstr "abschicken"
4704
 
4705
- #: views/b2s/html/footer.php:215
4706
  msgid ""
4707
  "Blog2Social provides you with a pre-configured time-scheme to automatically "
4708
  "schedule your social media posts for the best times to share on each social "
@@ -4716,7 +4748,7 @@ msgstr ""
4716
  "Vorschau-Editor auf „Lade beste Zeiten“, um Deine Beiträge automatisch für "
4717
  "die besten Zeiten in jedem sozialen Netzwerk zu planen."
4718
 
4719
- #: views/b2s/html/footer.php:217
4720
  msgid ""
4721
  "You can also configure your own individual time settings for each of your "
4722
  "social media connections to post your content on social media when your "
@@ -4731,7 +4763,7 @@ msgstr ""
4731
  "einen effektiven Social Media-Posting-Plan einrichten, um so viele Follower "
4732
  "wie möglich zu erreichen."
4733
 
4734
- #: views/b2s/html/footer.php:219
4735
  msgid ""
4736
  "Click Load My Time Settings in the preview editor to schedule your posts "
4737
  "automatically for your individually chosen best times."
@@ -4739,7 +4771,7 @@ msgstr ""
4739
  "Klicke im Vorschau-Editor auf „Meine Zeiteinstellungen laden\", um Deine "
4740
  "Beiträge automatisch für Deine individuell gewählten besten Zeiten zu planen."
4741
 
4742
- #: views/b2s/html/footer.php:221
4743
  msgid ""
4744
  "You can always edit the predefined times in the preview editor for any post "
4745
  "or network and save your new settings as default for future use."
@@ -4748,7 +4780,7 @@ msgstr ""
4748
  "oder jedes Netzwerk bearbeiten und Deine neuen Einstellungen als Standard "
4749
  "für die zukünftige Verwendung speichern."
4750
 
4751
- #: views/b2s/html/footer.php:223
4752
  msgid ""
4753
  "Learn how to set up and apply individual best times to your social media "
4754
  "scheduling and auto-poster."
@@ -4756,11 +4788,11 @@ msgstr ""
4756
  "Erfahre, wie Du individuelle Beste Zeiten für Deine Social Media Planung und "
4757
  "Deinen Auto-Poster einrichten und anwenden kannst."
4758
 
4759
- #: views/b2s/html/footer.php:257
4760
  msgid "Why Retweets?"
4761
  msgstr "Wieso Retweeten?"
4762
 
4763
- #: views/b2s/html/footer.php:260
4764
  msgid ""
4765
  "Retweets are the recommended way to reshare the same Tweets across Twitter "
4766
  "accounts in accordance with Twitter new rules. You can now schedule multiple "
@@ -4772,7 +4804,7 @@ msgstr ""
4772
  "verbreiten. Du kannst nun mehrere Retweets für einen Original-Tweet direkt "
4773
  "aus Deinem WordPress heraus planen."
4774
 
4775
- #: views/b2s/html/footer.php:263
4776
  msgid ""
4777
  "If Retweets are enabled, every Original-Tweet you schedule in this step will "
4778
  "be retweeted by the selected Twitter accounts. If, for example, 3 Original-"
@@ -4784,15 +4816,15 @@ msgstr ""
4784
  "beispielsweise 3 Original-Tweets geplant sind, löst jeder einzelne Tweet "
4785
  "einen Retweet für die ausgewählten Twitter-Konten aus."
4786
 
4787
- #: views/b2s/html/footer.php:267
4788
  msgid "Would you like to retweet?"
4789
  msgstr "Möchtest Du Retweeten?"
4790
 
4791
- #: views/b2s/html/footer.php:296
4792
  msgid "URL Shortening"
4793
  msgstr "Kurzlinks"
4794
 
4795
- #: views/b2s/html/footer.php:299
4796
  msgid ""
4797
  "You can use Bit.ly, Rebrandly or Sniply links to shorten the URL of your "
4798
  "links and to track the performance of your links in your social media "
@@ -4812,11 +4844,11 @@ msgstr ""
4812
  "Medium erlauben keine Bit.ly Kurzlinks. Blog2Social verwendet für diese "
4813
  "Netzwerke dann die normale URL. "
4814
 
4815
- #: views/b2s/html/footer.php:310
4816
  msgid "Define Twitter post content"
4817
  msgstr "Twitter Beitragsinhalt definieren"
4818
 
4819
- #: views/b2s/html/footer.php:313
4820
  msgid ""
4821
  "Select the content that will be automatically pre-filled in your Twitter "
4822
  "posts. If you have ticked the box \"include WordPress tags as hashtags in my "
@@ -4827,7 +4859,7 @@ msgstr ""
4827
  "aufnehmen\" angekreuzt haben, werden Hashtags automatisch im Dropdown-Menü "
4828
  "hinzugefügt."
4829
 
4830
- #: views/b2s/html/footer.php:369
4831
  msgid ""
4832
  "Share imported posts with the Auto Poster: Posts that you import via RSS "
4833
  "feeds and plugins can be shared automatically on your social media channels."
@@ -4836,7 +4868,7 @@ msgstr ""
4836
  "Feeds und Plugins importierst, können automatisch auf Deinen Social Media-"
4837
  "Kanälen geteilt werden."
4838
 
4839
- #: views/b2s/html/footer.php:370
4840
  #, php-format
4841
  msgid ""
4842
  "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for "
@@ -4845,7 +4877,7 @@ msgstr ""
4845
  "<a target=\"_blank\" href=\"%s\">Erfahre, wie Du den Auto-Poster für "
4846
  "importierte Beiträge einrichtest.</a>"
4847
 
4848
- #: views/b2s/html/footer.php:407
4849
  msgid ""
4850
  "With Blog2Social you can transfer the Auto-Poster settings as a WordPress-"
4851
  "administrator to other WordPress-authors if they have activated the same "
@@ -4871,7 +4903,7 @@ msgstr ""
4871
  "denen Inhalte automatisch geteilt werden sollen, die der Administrator "
4872
  "ausgewählt hat. "
4873
 
4874
- #: views/b2s/html/footer.php:409
4875
  #, php-format
4876
  msgid ""
4877
  "You can find a detailed guide on how to assign the Auto-Poster settings <a "
@@ -4880,11 +4912,11 @@ msgstr ""
4880
  "Mehr Informationen dazu, wie Du die Einstellungen zuweisen kannst, findest "
4881
  "Du <a target=\"_blank\" href=\"%s\">in diesem Guide</a>."
4882
 
4883
- #: views/b2s/html/footer.php:422
4884
  msgid "Blog2Social: Re-Share Posts"
4885
  msgstr "Blog2Social: Beiträge wiederholt teilen"
4886
 
4887
- #: views/b2s/html/footer.php:426
4888
  msgid ""
4889
  "Keep your social media feed updated automatically with your best content and "
4890
  "save valuable time by reviving your evergreen content regularly. Automate "
@@ -4897,22 +4929,22 @@ msgstr ""
4897
  "gesamten Re-Sharing-Prozess, damit Du mehr Zeit hast neuen Content zu "
4898
  "erstellen und mit Deiner Community zu interagieren."
4899
 
4900
- #: views/b2s/html/footer.php:427
4901
  #, php-format
4902
  msgid "<a target=\"_blank\" href=\"%s\">More information</a>"
4903
  msgstr "<a target=\"_blank\" href=\"%s\">Weitere Informationen</a>"
4904
 
4905
- #: views/b2s/html/footer.php:466
4906
  msgid "Social Meta Tags Settings"
4907
  msgstr "Social Meta Tags Einstellungen"
4908
 
4909
- #: views/b2s/html/footer.php:469 views/b2s/html/footer.php:560
4910
  msgid "Change image, title and description for your post on this network"
4911
  msgstr ""
4912
  "Ändere das Bild, den Titel und die Beschreibung für Deinen Post auf diesem "
4913
  "Netzwerk"
4914
 
4915
- #: views/b2s/html/footer.php:475
4916
  msgid ""
4917
  "Facebook has changed its policy for posting link posts via plugins or web "
4918
  "applications. Facebook does no longer display the featured or selected image "
@@ -4935,7 +4967,7 @@ msgstr ""
4935
  "ein zufällig gewähltes Bild bei Link-Beiträgen an. Bitte stelle sicher, dass "
4936
  "Dein Bild die Anforderungen an die Bildgröße für Facebook erfüllt."
4937
 
4938
- #: views/b2s/html/footer.php:477
4939
  msgid ""
4940
  "With Blog2Social you can select a featured image or any image you select to "
4941
  "be displayed with your link post. Blog2Social will automatically write the "
@@ -4954,7 +4986,7 @@ msgstr ""
4954
  "bitte dieses Kontrollkästchen. Bitte beachte, dass Du dann kein Bild für "
4955
  "Deinen Linkbeitrag bei Facebook auswählen kannst.\t\t"
4956
 
4957
- #: views/b2s/html/footer.php:480
4958
  msgid ""
4959
  "Twitter has changed its policy for posting link posts via plugins or web "
4960
  "applications. Twitter does no longer display the featured or selected image "
@@ -4978,7 +5010,7 @@ msgstr ""
4978
  "stelle sicher, dass Dein Bild die Anforderungen an die Bildgröße für Twitter "
4979
  "erfüllt."
4980
 
4981
- #: views/b2s/html/footer.php:482
4982
  msgid ""
4983
  "With Blog2Social you can select a featured image or any image you select to "
4984
  "be displayed with your link post. Blog2Social will automatically write the "
@@ -4997,7 +5029,7 @@ msgstr ""
4997
  "bitte dieses Kontrollkästchen. Bitte beachte, dass Du dann kein Bild für "
4998
  "Deinen Linkbeitrag bei Twitter auswählen kannst."
4999
 
5000
- #: views/b2s/html/footer.php:485
5001
  msgid ""
5002
  "To display your link preview, LinkedIn uses the image set in the oEmbed tags "
5003
  "in meta data of your post. WordPress automatically sets your featured image "
@@ -5011,7 +5043,7 @@ msgstr ""
5011
  "fest. Wenn Du Dein Bild bei LinkedIn ändern möchtest, ohne Dein Beitragsbild "
5012
  "zu ändern, kannst du die Box “oEmbed Tags hinzufügen” abhaken."
5013
 
5014
- #: views/b2s/html/footer.php:487
5015
  msgid ""
5016
  "If LinkedIn can’t find the oEmbed tag in your data, it will use the OG (Open "
5017
  "Graph) meta tags instead."
@@ -5019,7 +5051,7 @@ msgstr ""
5019
  "Wenn LinkedIn keine oEmbed Tags in deinen Daten finden kann, nutzt das "
5020
  "Netzwerk stattdessen die OG (Open Graph) Meta Tags."
5021
 
5022
- #: views/b2s/html/footer.php:489
5023
  msgid ""
5024
  "With Blog2Social you can select a featured image or any image you select to "
5025
  "be displayed with your link post. Blog2Social will automatically write the "
@@ -5042,7 +5074,7 @@ msgstr ""
5042
  "nutzt, um Deine OG Tags zu setzen, ansonsten werden die sozialen Netzwerke "
5043
  "kein Bild oder ein zufälliges Bild in Deinem Post anzeigen."
5044
 
5045
- #: views/b2s/html/footer.php:492
5046
  msgid ""
5047
  "You can change the image, title and description for your post on Facebook, "
5048
  "by editing the following fields for"
@@ -5051,19 +5083,19 @@ msgstr ""
5051
  "Facebook ändern, indem Du die folgenden Felder für die Open GraphTags "
5052
  "bearbeitest"
5053
 
5054
- #: views/b2s/html/footer.php:495 views/b2s/html/footer.php:510
5055
  msgid "image"
5056
  msgstr "Bild"
5057
 
5058
- #: views/b2s/html/footer.php:496 views/b2s/html/footer.php:511
5059
  msgid "title"
5060
  msgstr "Titel"
5061
 
5062
- #: views/b2s/html/footer.php:497 views/b2s/html/footer.php:512
5063
  msgid "description"
5064
  msgstr "Beschreibung"
5065
 
5066
- #: views/b2s/html/footer.php:499
5067
  msgid ""
5068
  "Blog2Social will automatically write these information in the Facebook Open "
5069
  "Graph (OG) Meta Tags for Image, Title and Description of your blog post."
@@ -5071,7 +5103,7 @@ msgstr ""
5071
  "Blog2Social schreibt diese Informationen automatisch in die Facebook Open "
5072
  "Graph (OG) Tags als Bild, Titel und Beschreibung Deines Blogbeitrags."
5073
 
5074
- #: views/b2s/html/footer.php:502
5075
  msgid ""
5076
  "Please note: If this post has already been shared or scheduled previously, "
5077
  "your current changes will also affect the look of previously shared or "
@@ -5084,7 +5116,7 @@ msgstr ""
5084
  "aktuellsten Informationen aus den Open Graph Meta Tags zieht und alle "
5085
  "bereits existierenden Beiträge automatisch updatet. "
5086
 
5087
- #: views/b2s/html/footer.php:504
5088
  #, php-format
5089
  msgid ""
5090
  "Please note: Your changes will have no effect on your social media posts on "
@@ -5096,7 +5128,7 @@ msgstr ""
5096
  "Deinen Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> "
5097
  "manuell deaktiviert hast."
5098
 
5099
- #: views/b2s/html/footer.php:507
5100
  msgid ""
5101
  "You can change the image, title and description for your post on Twitter, by "
5102
  "editing the following fields for"
@@ -5105,7 +5137,7 @@ msgstr ""
5105
  "Twitter ändern, indem Du die folgenden Felder für die Twitter Card Tags "
5106
  "bearbeitest"
5107
 
5108
- #: views/b2s/html/footer.php:514
5109
  msgid ""
5110
  "Blog2Social will automatically write these information in the Twitter Card "
5111
  "Meta Tags for Image, Title and Description of your blog post."
@@ -5113,7 +5145,7 @@ msgstr ""
5113
  "Blog2Social schreibt diese Informationen automatisch in die Twitter Card "
5114
  "Meta Tags als Bild, Titel und Beschreibung Deines Blogbeitrags."
5115
 
5116
- #: views/b2s/html/footer.php:517
5117
  msgid ""
5118
  "Please note: If this post was previously shared or scheduled, your current "
5119
  "changes will also affect the look of previously shared or scheduled posts, "
@@ -5128,7 +5160,7 @@ msgstr ""
5128
  "Beitrag bereits geteilt wurde, kann es bis zu 7 Tage dauern, bis Twitter "
5129
  "Deine aktuellen Änderungen aktualisiert."
5130
 
5131
- #: views/b2s/html/footer.php:519
5132
  #, php-format
5133
  msgid ""
5134
  "Please note: Your changes will have no effect on your social media posts on "
@@ -5140,12 +5172,12 @@ msgstr ""
5140
  "Deinen Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> "
5141
  "manuell deaktiviert hast."
5142
 
5143
- #: views/b2s/html/footer.php:526
5144
  msgid "You want to change the image, title and description for your post?"
5145
  msgstr ""
5146
  "Möchtest Du das Bild, den Titel und die Beschreibung für Deinen Post ändern?"
5147
 
5148
- #: views/b2s/html/footer.php:565
5149
  msgid ""
5150
  "You are currently sharing this post as image post. Changes to title and "
5151
  "description Meta Tag parameters will only be supported for link post formats."
@@ -5158,7 +5190,7 @@ msgstr ""
5158
  "individuelle Änderungen am Titel und an der Beschreibung für Deine "
5159
  "Beitragsvorschau vorzunehmen."
5160
 
5161
- #: views/b2s/html/footer.php:568
5162
  #, php-format
5163
  msgid ""
5164
  "Your changes will have no effect on your social media posts on Facebook, if "
@@ -5170,7 +5202,7 @@ msgstr ""
5170
  "Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell "
5171
  "deaktiviert hast."
5172
 
5173
- #: views/b2s/html/footer.php:571
5174
  #, php-format
5175
  msgid ""
5176
  "Your changes will have no effect on your social media posts on Twitter, if "
2
  # This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2020-10-05 08:13+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
12
  "Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post &amp; "
13
  "Scheduler - Stable (latest release)\n"
14
  "Report-Msgid-Bugs-To: \n"
15
+ "POT-Creation-Date: 2020-10-05 08:10+0000\n"
16
  "Last-Translator: marius <wolf.12345@gmx.de>\n"
17
+ "Language-Team: Deutsch\n"
18
+ "X-Loco-Version: 2.3.0; wp-5.4.2"
19
 
20
  #: includes/Loader.php:45
21
  msgid "Modify pin board"
53
  msgid "Blog2Social: Social Media Content Calendar"
54
  msgstr "Blog2Social: Social-Media-Content-Kalender"
55
 
56
+ #: includes/Loader.php:803
57
  msgid "This post will be shared into your social media from"
58
  msgstr ""
59
  "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
60
 
61
+ #: includes/Loader.php:803 includes/Loader.php:805
62
  msgid "show details"
63
  msgstr "siehe Details"
64
 
65
+ #: includes/Loader.php:805
66
  msgid "This post will be shared on social media in 2-3 minutes!"
67
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
68
 
69
+ #: includes/Loader.php:809
70
  msgid ""
71
  "Please make sure that your post, page or custom post type is published or "
72
  "scheduled to be published on this blog before you try to post it with "
79
  "Posts werden mit dem von Dir gewählten Permalink geteilt, geplante WP-Posts "
80
  "werden mit dem Posting-ID-Link geteilt."
81
 
82
+ #: includes/Loader.php:812 includes/B2S/PostBox.php:146
83
  #: includes/B2S/AutoPost/Item.php:59
84
  msgid ""
85
  "There are no social network accounts assigned to your selected network "
90
  "verbunden. Bitte füge mindestens ein Social Media Account hinzu oder wähle "
91
  "eine andere Netzwerkgruppierung aus. "
92
 
93
+ #: includes/Loader.php:825 views/b2s/html/sidebar.php:45
94
  #: views/b2s/html/sidebar.ship.php:44
95
  msgid "Upgrade to Premium"
96
  msgstr "Premium freischalten"
97
 
98
+ #: includes/Loader.php:828 includes/Loader.php:962 includes/Loader.php:962
99
+ #: includes/Loader.php:1036 includes/B2S/RePost/Item.php:25
100
  #: views/b2s/html/sidebar.php:137
101
  msgid "Settings"
102
  msgstr "Einstellungen"
103
 
104
+ #: includes/Loader.php:828
105
  msgid "Support"
106
  msgstr "Support"
107
 
108
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:19
109
  msgid "Notifications"
110
  msgstr "Benachrichtigungen"
111
 
112
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:17
113
  #: views/b2s/html/sidebar.php:125
114
  msgid "Shared Posts"
115
  msgstr "geteilte Beiträge"
116
 
117
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:14
118
  #: views/b2s/html/sidebar.php:119
119
  msgid "Instant Sharing"
120
  msgstr "Instant Sharing"
121
 
122
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:10
123
  #: views/b2s/html/post.navbar.php:12 views/b2s/html/sidebar.php:94
124
  #: views/b2s/html/sidebar.php:116
125
  msgid "Drafts"
126
  msgstr "Entwürfe"
127
 
128
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:15
129
  #: views/b2s/html/sidebar.php:122 views/b2s/widgets/posts.php:18
130
  msgid "Scheduled Posts"
131
  msgstr "geplante Beiträge"
132
 
133
+ #: includes/Loader.php:878
134
  msgid "Social Media Post Drafts"
135
  msgstr "Social Media Posts Entwürfe"
136
 
137
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:9
138
  #: views/b2s/html/sidebar.php:113
139
  msgid "Favorites"
140
  msgstr "Favoriten"
141
 
142
+ #: includes/Loader.php:878 views/b2s/settings.php:35
143
  #: views/b2s/html/sidebar.php:75
144
  msgid "Auto-Post"
145
  msgstr "Beiträge automatisch teilen"
146
 
147
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:18
148
  #: views/b2s/html/sidebar.php:72
149
  msgid "Re-Share Posts"
150
  msgstr "Beiträge wiederholt teilen"
151
 
152
+ #: includes/Loader.php:878 views/b2s/curation.php:47 views/b2s/support.php:19
153
  #: views/b2s/support.php:22
154
  msgid "NEW"
155
  msgstr "Neu"
156
 
157
+ #: includes/Loader.php:879 includes/B2S/AutoPost/Item.php:250
158
  #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151
159
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:156
160
+ #: includes/B2S/Network/Item.php:224 includes/B2S/Network/Item.php:615
161
+ #: includes/B2S/Ship/Portale.php:38 includes/B2S/Ship/Portale.php:40
162
+ #: includes/B2S/Ship/Portale.php:43 includes/B2S/Ship/Portale.php:45
163
  msgid "Profile"
164
  msgstr "Profil"
165
 
166
+ #: includes/Loader.php:879 includes/B2S/AutoPost/Item.php:250
167
+ #: includes/B2S/Network/Item.php:161 includes/B2S/Network/Item.php:161
168
+ #: includes/B2S/Network/Item.php:161 includes/B2S/Network/Item.php:290
169
+ #: includes/B2S/Network/Item.php:617 includes/B2S/Ship/Portale.php:35
170
  #: includes/B2S/Ship/Portale.php:35
171
  msgid "Page"
172
  msgstr "Seite"
173
 
174
+ #: includes/Loader.php:879 includes/B2S/Network/Item.php:164
175
+ #: includes/B2S/Network/Item.php:357 includes/B2S/Network/Item.php:620
176
  #: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
177
  msgid "Group"
178
  msgstr "Gruppe"
179
 
180
+ #: includes/Loader.php:880 views/prg/html/form.php:74
181
  msgid "Company"
182
  msgstr "Unternehmen"
183
 
184
+ #: includes/Loader.php:880
185
  msgid "Business"
186
  msgstr "Business"
187
 
188
+ #: includes/Loader.php:881
189
  #, php-format
190
  msgid ""
191
  "The network could not publish your post. Please see <a target=\"_blank\" "
194
  "Dein Post ist vom Netzwerk nicht veröffentlicht worden. Siehe <a "
195
  "target=\"_blank\" href=\"%s\">FAQ</a>"
196
 
197
+ #: includes/Loader.php:882
198
  msgid ""
199
  "Your authorization has expired. Please reconnect your account in the "
200
  "Blog2Social network settings."
202
  "Deine Authorisierung ist abgelaufen. Bitte verbinde Deinen Account in den "
203
  "Blog2Social Netzwerkeinstellungen erneut."
204
 
205
+ #: includes/Loader.php:883
206
  msgid "The network has marked the post as spam or abusive."
207
  msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
208
 
209
+ #: includes/Loader.php:884
210
  msgid ""
211
  "We don't have the permission to publish your post. Please check your "
212
  "authorization."
214
  "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
215
  "überprüfe deine Autorisierung."
216
 
217
+ #: includes/Loader.php:885
218
  #, php-format
219
  msgid ""
220
  "Your authorization is interrupted. Please check your authorization. Please "
223
  "Deine Autorisierung ist unterbrochen. Bitte überprüfe Deine Verbindung. "
224
  "Siehe <a target=\"_blank\" href=\"%s\">FAQ</a>"
225
 
226
+ #: includes/Loader.php:886
227
  msgid "Your daily limit has been reached."
228
  msgstr "Dein tägliches Beitragslimit wurde erreicht."
229
 
230
+ #: includes/Loader.php:887
231
  msgid ""
232
  "Your post could not be posted, because your image is not available or the "
233
  "image source does not allow to publish"
235
  "Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht verfügbar "
236
  "ist oder die Bildquelle es nicht erlaubt zu veröffentlichen"
237
 
238
+ #: includes/Loader.php:888
239
  #, php-format
240
  msgid ""
241
  "The network has blocked your account. Please see <a target=\"_blank\" "
244
  "Das Netzwerk hat Dein Konto gesperrt. Siehe <a target=\"_blank\" href=\"%s\">"
245
  "FAQ</a>"
246
 
247
+ #: includes/Loader.php:889
248
  #, php-format
249
  msgid ""
250
  "The number of images is reached. Please see <a target=\"_blank\" href=\"%s\">"
253
  "Die Anzahl der Bilder ist erreicht. Siehe <a target=\"_blank\" href=\"%s\">"
254
  "FAQ</a>"
255
 
256
+ #: includes/Loader.php:890
257
  msgid ""
258
  "Your daily limit for this network has been reached. Please try again later."
259
  msgstr ""
260
  "Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
261
  "versuche es später noch einmal."
262
 
263
+ #: includes/Loader.php:891
264
  #, php-format
265
  msgid ""
266
  "The network can not publish special characters such as Emoji. Please see <a "
269
  "Das Netzwerk kann keine Sonderzeichen wie Emoji veröffentlichen. Siehe <a "
270
  "target=\"_blank\" href=\"%s\">FAQ</a>"
271
 
272
+ #: includes/Loader.php:892
273
  msgid "Your post is a duplicate."
274
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
275
 
276
+ #: includes/Loader.php:893
277
  msgid "The network requires a public url."
278
  msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
279
 
280
+ #: includes/Loader.php:894
281
  msgid ""
282
  "Your blog post was not available for the network at the time of publication."
283
  msgstr ""
284
  "Dein Blogbeitrag war zum Zeitpunkt der Veröffentlichung für das Netzwerk "
285
  "nicht verfügbar."
286
 
287
+ #: includes/Loader.php:895
288
  msgid "You have already retweeted this post."
289
  msgstr "Du hast diesen Post bereits retweetet."
290
 
291
+ #: includes/Loader.php:896
292
  msgid ""
293
  "This XING API is no longer supported by XING. Please connect your XING "
294
  "accounts with the new XING interface to reschedule your posts."
297
  "Deinen XING-Konten über die neue XING-Schnittstelle, um Deine Beiträge neu "
298
  "zu planen."
299
 
300
+ #: includes/Loader.php:897
301
  msgid "An image is required to post on this social network."
302
  msgstr ""
303
  "Für die Veröffentlichung in diesem sozialen Netzwerk ist ein Bild "
304
  "erforderlich."
305
 
306
+ #: includes/Loader.php:898
307
  msgid "To share social media posts on Reddit or Diigo, a link is required."
308
  msgstr ""
309
  "Um Social Media Posts auf Reddit oder Diigo zu teilen, ist ein Link "
310
  "erforderlich."
311
 
312
+ #: includes/Loader.php:899
313
  msgid ""
314
  "Your post could not be posted, because your image can not be processed by "
315
  "the network."
317
  "Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht vom "
318
  "Netzwerk verarbeitet werden kann"
319
 
320
+ #: includes/Loader.php:900
321
  #, php-format
322
  msgid ""
323
  "Instagram published your post without text. Please see <a target=\"_blank\" "
326
  "Instagram hat Deinen Beitrag ohne Text veröffentlicht. Siehe <a "
327
  "target=\"_blank\" href=\"%s\">FAQ</a>"
328
 
329
+ #: includes/Loader.php:901
330
  msgid "Your group can not be found by the network."
331
  msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
332
 
333
+ #: includes/Loader.php:957 includes/Loader.php:1002
334
  msgid "Dashboard"
335
  msgstr "Dashboard"
336
 
337
+ #: includes/Loader.php:958
338
  msgid "Share Website & Blog Content"
339
  msgstr "Webseiten- & Blog Content teilen"
340
 
341
+ #: includes/Loader.php:958 includes/Loader.php:1009
342
  msgid "Site & Blog Content"
343
  msgstr "Seiten & Blog Content"
344
 
345
+ #: includes/Loader.php:959
346
  msgid "Create Social Media Posts"
347
  msgstr "Erstelle Social Media Posts"
348
 
349
+ #: includes/Loader.php:959 includes/Loader.php:1016
350
  msgid "Social Media Posts"
351
  msgstr "Social Media Posts"
352
 
353
+ #: includes/Loader.php:960 includes/Loader.php:1023 views/b2s/dashboard.php:30
354
  #: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:128
355
  msgid "Calendar"
356
  msgstr "Kalender"
357
 
358
+ #: includes/Loader.php:961 includes/Loader.php:1030
359
  msgid "Networks"
360
  msgstr "Netzwerke"
361
 
362
+ #: includes/Loader.php:964 includes/Loader.php:1044
363
  msgid "PR-Service"
364
  msgstr "PR-Service"
365
 
366
+ #: includes/Loader.php:966 includes/Loader.php:1052
367
  #: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
368
  #: views/b2s/html/sidebar.ship.php:66
369
  msgid "Help & Support"
370
  msgstr "Hilfe & Support"
371
 
372
+ #: includes/Loader.php:968
373
  msgid "Premium"
374
  msgstr "Premium"
375
 
376
+ #: includes/Loader.php:968 includes/Loader.php:1060
377
  msgid "PREMIUM"
378
  msgstr "PREMIUM"
379
 
380
+ #: includes/Loader.php:993 views/b2s/html/sidebar.php:25
381
  #: views/b2s/html/sidebar.ship.php:24
382
  msgid "Blog2Social"
383
  msgstr "Blog2Social"
384
 
385
+ #: includes/Loader.php:1559
386
  msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
387
  msgstr "Blog2Social benötigt WordPress Version 4.7.0 oder höher."
388
 
389
+ #: includes/Loader.php:1559 includes/System.php:32 includes/System.php:38
390
  #, php-format
391
  msgid ""
392
  "<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
395
  "<a href=\"%s\" target=\"_blank\">Weitere Informationen und Hilfe findest Du "
396
  "in unserem FAQs.</a>"
397
 
398
+ #: includes/Loader.php:1559 includes/Loader.php:1580 includes/Loader.php:1830
399
  msgid "or"
400
  msgstr "oder"
401
 
402
+ #: includes/Loader.php:1559 includes/Loader.php:1580 includes/Loader.php:1830
403
  msgid "back to install plugins"
404
  msgstr "zurück zur Pluginübersicht"
405
 
691
  msgstr "Bitte kontaktiere unseren Support!"
692
 
693
  #: includes/Ajax/Post.php:1868 views/b2s/network.php:7
694
+ #: includes/B2S/Network/Item.php:222 includes/B2S/Network/Item.php:288
695
+ #: includes/B2S/Network/Item.php:355 includes/B2S/Network/Item.php:481
696
  msgid "Unknown username"
697
  msgstr "unbekannter Blog-Nutzer"
698
 
699
+ #: includes/Ajax/Post.php:1869 includes/B2S/Network/Item.php:482
700
  #: includes/B2S/Post/Item.php:521 includes/B2S/Post/Item.php:541
701
  #: includes/B2S/Post/Item.php:833 includes/B2S/Post/Item.php:891
702
+ #: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1134
703
+ #: includes/B2S/Ship/Item.php:1284
704
  msgid "delete"
705
  msgstr "löschen"
706
 
754
  #: includes/B2S/PostBox.php:253 views/b2s/network.php:42 views/b2s/ship.php:76
755
  #: views/b2s/ship.php:166 views/b2s/ship.php:258
756
  #: includes/B2S/AutoPost/Item.php:108 includes/B2S/AutoPost/Item.php:205
757
+ #: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:178
758
  #: includes/B2S/RePost/Item.php:145 includes/B2S/RePost/Item.php:166
759
+ #: includes/B2S/Ship/Item.php:1098
760
  msgid "Info"
761
  msgstr "Info"
762
 
796
  msgid "enable Auto-Posting"
797
  msgstr "Auto-Posting aktivieren"
798
 
799
+ #: includes/B2S/PostBox.php:180 includes/B2S/Ship/Item.php:399
800
  msgid "show calendar"
801
  msgstr "Planungskalender anzeigen"
802
 
818
  "mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
819
  "Community zu erzielen"
820
 
821
+ #: includes/B2S/PostBox.php:207 views/b2s/html/footer.php:354
822
+ #: views/b2s/html/footer.php:394
823
  msgid "Blog2Social: Social Media Auto-Posting"
824
  msgstr "Blog2Social: Social Media Auto-Posting"
825
 
826
+ #: includes/B2S/PostBox.php:211 views/b2s/html/footer.php:358
827
  msgid ""
828
  "Share your blog posts with the Auto Poster: Your blog posts will be shared "
829
  "automatically on your social media channels as soon as you publish or update "
836
  "in WordPress vorgeplante Blogbeiträge automatisch geteilt werden, sobald sie "
837
  "veröffentlicht werden."
838
 
839
+ #: includes/B2S/PostBox.php:212 views/b2s/html/footer.php:359
840
  #, php-format
841
  msgid ""
842
  "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your "
845
  "<a target=\"_blank\" href=\"%s\">Erfahre, wie Du den Auto-Poster für Deine "
846
  "Blogbeiträge einrichtest.</a>"
847
 
848
+ #: includes/B2S/PostBox.php:216 views/b2s/html/footer.php:365
849
+ #: views/b2s/html/footer.php:404 views/b2s/html/footer.php:462
850
  msgid "You want to auto-post your blog post?"
851
  msgstr "Du möchtest Deinen Beitrag automatisch posten?"
852
 
853
  #: includes/B2S/PostBox.php:217 views/b2s/curation.php:171
854
  #: views/b2s/curation.php:210 views/b2s/post.calendar.php:282
855
  #: views/b2s/ship.php:309 views/b2s/ship.php:373 views/b2s/ship.php:419
856
+ #: views/b2s/html/footer.php:28 views/b2s/html/footer.php:193
857
+ #: views/b2s/html/footer.php:257 views/b2s/html/footer.php:297
858
+ #: views/b2s/html/footer.php:366 views/b2s/html/footer.php:405
859
+ #: views/b2s/html/footer.php:463 views/b2s/html/footer.php:556
860
  msgid "With Blog2Social Premium you can:"
861
  msgstr "Mit Blog2Social kannst Du:"
862
 
863
  #: includes/B2S/PostBox.php:220 views/b2s/curation.php:174
864
  #: views/b2s/curation.php:213 views/b2s/post.calendar.php:285
865
  #: views/b2s/ship.php:312 views/b2s/ship.php:376 views/b2s/ship.php:422
866
+ #: views/b2s/html/footer.php:31 views/b2s/html/footer.php:196
867
+ #: views/b2s/html/footer.php:260 views/b2s/html/footer.php:300
868
+ #: views/b2s/html/footer.php:369 views/b2s/html/footer.php:408
869
+ #: views/b2s/html/footer.php:466 views/b2s/html/footer.php:559
870
  #: views/b2s/html/header.php:342
871
  msgid "Post on pages and groups"
872
  msgstr "Poste auf Seiten und in Gruppen"
874
  #: includes/B2S/PostBox.php:221 views/b2s/curation.php:175
875
  #: views/b2s/curation.php:214 views/b2s/post.calendar.php:286
876
  #: views/b2s/ship.php:313 views/b2s/ship.php:377 views/b2s/ship.php:423
877
+ #: views/b2s/html/footer.php:32 views/b2s/html/footer.php:197
878
+ #: views/b2s/html/footer.php:261 views/b2s/html/footer.php:301
879
+ #: views/b2s/html/footer.php:370 views/b2s/html/footer.php:409
880
+ #: views/b2s/html/footer.php:467 views/b2s/html/footer.php:560
881
  msgid "Share on multiple profiles, pages and groups"
882
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
883
 
885
  #: views/b2s/curation.php:215 views/b2s/post.calendar.php:287
886
  #: views/b2s/ship.php:314 views/b2s/ship.php:378 views/b2s/ship.php:424
887
  #: views/b2s/html/footer.php:33 views/b2s/html/footer.php:67
888
+ #: views/b2s/html/footer.php:198 views/b2s/html/footer.php:262
889
+ #: views/b2s/html/footer.php:302 views/b2s/html/footer.php:371
890
+ #: views/b2s/html/footer.php:410 views/b2s/html/footer.php:468
891
+ #: views/b2s/html/footer.php:561
892
  msgid "Auto-post and auto-schedule new and updated blog posts"
893
  msgstr ""
894
  " Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
897
  #: includes/B2S/PostBox.php:223 views/b2s/curation.php:177
898
  #: views/b2s/curation.php:216 views/b2s/post.calendar.php:288
899
  #: views/b2s/ship.php:315 views/b2s/ship.php:379 views/b2s/ship.php:425
900
+ #: views/b2s/html/footer.php:34 views/b2s/html/footer.php:199
901
+ #: views/b2s/html/footer.php:263 views/b2s/html/footer.php:303
902
+ #: views/b2s/html/footer.php:372 views/b2s/html/footer.php:411
903
+ #: views/b2s/html/footer.php:469 views/b2s/html/footer.php:562
904
  msgid "Schedule your posts at the best times on each network"
905
  msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
906
 
907
  #: includes/B2S/PostBox.php:224 views/b2s/curation.php:178
908
  #: views/b2s/curation.php:217 views/b2s/post.calendar.php:289
909
  #: views/b2s/ship.php:316 views/b2s/ship.php:380 views/b2s/ship.php:426
910
+ #: views/b2s/html/footer.php:35 views/b2s/html/footer.php:200
911
+ #: views/b2s/html/footer.php:264 views/b2s/html/footer.php:304
912
+ #: views/b2s/html/footer.php:373 views/b2s/html/footer.php:412
913
+ #: views/b2s/html/footer.php:470 views/b2s/html/footer.php:563
914
  msgid ""
915
  "Best Time Manager: use predefined best time scheduler to auto-schedule your "
916
  "social media posts"
919
  #: includes/B2S/PostBox.php:225 views/b2s/curation.php:179
920
  #: views/b2s/curation.php:218 views/b2s/post.calendar.php:290
921
  #: views/b2s/ship.php:317 views/b2s/ship.php:381 views/b2s/ship.php:427
922
+ #: views/b2s/html/footer.php:36 views/b2s/html/footer.php:201
923
+ #: views/b2s/html/footer.php:265 views/b2s/html/footer.php:305
924
+ #: views/b2s/html/footer.php:374 views/b2s/html/footer.php:413
925
+ #: views/b2s/html/footer.php:471 views/b2s/html/footer.php:564
926
  msgid "Schedule your post for one time, multiple times or recurrently"
927
  msgstr ""
928
  "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
931
  #: includes/B2S/PostBox.php:226 views/b2s/curation.php:180
932
  #: views/b2s/curation.php:219 views/b2s/post.calendar.php:291
933
  #: views/b2s/ship.php:318 views/b2s/ship.php:382 views/b2s/ship.php:428
934
+ #: views/b2s/html/footer.php:37 views/b2s/html/footer.php:202
935
+ #: views/b2s/html/footer.php:266 views/b2s/html/footer.php:306
936
+ #: views/b2s/html/footer.php:375 views/b2s/html/footer.php:414
937
+ #: views/b2s/html/footer.php:472 views/b2s/html/footer.php:565
938
  msgid "Schedule and re-share old posts"
939
  msgstr "Plane und teile alte Beiträge"
940
 
942
  #: views/b2s/curation.php:220 views/b2s/post.calendar.php:292
943
  #: views/b2s/ship.php:319 views/b2s/ship.php:383 views/b2s/ship.php:429
944
  #: views/b2s/html/footer.php:38 views/b2s/html/footer.php:69
945
+ #: views/b2s/html/footer.php:203 views/b2s/html/footer.php:267
946
+ #: views/b2s/html/footer.php:307 views/b2s/html/footer.php:376
947
+ #: views/b2s/html/footer.php:415 views/b2s/html/footer.php:473
948
+ #: views/b2s/html/footer.php:566
949
  msgid "Select link format or image format for your posts"
950
  msgstr ""
951
  "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
954
  #: views/b2s/curation.php:221 views/b2s/post.calendar.php:293
955
  #: views/b2s/ship.php:320 views/b2s/ship.php:384 views/b2s/ship.php:430
956
  #: views/b2s/html/footer.php:39 views/b2s/html/footer.php:70
957
+ #: views/b2s/html/footer.php:204 views/b2s/html/footer.php:268
958
+ #: views/b2s/html/footer.php:308 views/b2s/html/footer.php:377
959
+ #: views/b2s/html/footer.php:416 views/b2s/html/footer.php:474
960
+ #: views/b2s/html/footer.php:567
961
  msgid "Select individual images per post"
962
  msgstr ""
963
  "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
965
  #: includes/B2S/PostBox.php:229 views/b2s/curation.php:183
966
  #: views/b2s/curation.php:222 views/b2s/post.calendar.php:294
967
  #: views/b2s/ship.php:321 views/b2s/ship.php:385 views/b2s/ship.php:431
968
+ #: views/b2s/html/footer.php:40 views/b2s/html/footer.php:205
969
+ #: views/b2s/html/footer.php:269 views/b2s/html/footer.php:309
970
+ #: views/b2s/html/footer.php:378 views/b2s/html/footer.php:417
971
+ #: views/b2s/html/footer.php:475 views/b2s/html/footer.php:568
972
  msgid ""
973
  "Reporting & calendar: keep track of your published and scheduled social "
974
  "media posts"
979
  #: includes/B2S/PostBox.php:231 views/b2s/curation.php:185
980
  #: views/b2s/curation.php:224 views/b2s/post.calendar.php:296
981
  #: views/b2s/ship.php:323 views/b2s/ship.php:387 views/b2s/ship.php:433
982
+ #: views/b2s/html/footer.php:42 views/b2s/html/footer.php:207
983
+ #: views/b2s/html/footer.php:271 views/b2s/html/footer.php:311
984
+ #: views/b2s/html/footer.php:380 views/b2s/html/footer.php:419
985
+ #: views/b2s/html/footer.php:477 views/b2s/html/footer.php:570
986
  msgid "Upgrade to SMART and above"
987
  msgstr "Upgrade auf SMART und höher"
988
 
991
  #: views/b2s/ship.php:325 views/b2s/ship.php:389 views/b2s/ship.php:435
992
  #: views/b2s/html/footer.php:44 views/b2s/html/footer.php:75
993
  #: views/b2s/html/footer.php:93 views/b2s/html/footer.php:111
994
+ #: views/b2s/html/footer.php:140 views/b2s/html/footer.php:209
995
+ #: views/b2s/html/footer.php:273 views/b2s/html/footer.php:313
996
+ #: views/b2s/html/footer.php:382 views/b2s/html/footer.php:421
997
+ #: views/b2s/html/footer.php:479 views/b2s/html/footer.php:573
998
  #, php-format
999
  msgid ""
1000
  "or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of "
1187
  #: views/b2s/curation.php:45 views/b2s/post.calendar.php:70
1188
  #: views/b2s/post.sched.php:189 views/b2s/repost.php:73
1189
  #: includes/B2S/Settings/Item.php:239 includes/B2S/Settings/Item.php:272
1190
+ #: views/b2s/html/footer.php:160
1191
  msgid "Link Post"
1192
  msgstr "Link-Beitrag"
1193
 
1200
 
1201
  #: views/b2s/curation.php:49 views/b2s/network.php:230 views/b2s/ship.php:23
1202
  #: includes/B2S/AutoPost/Item.php:31 includes/B2S/Curation/View.php:56
1203
+ #: includes/B2S/Network/Item.php:168 includes/B2S/Network/Item.php:262
1204
+ #: includes/B2S/Network/Item.php:328 includes/B2S/Network/Item.php:390
1205
  #: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:159
1206
+ #: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Item.php:1157
1207
  #: views/b2s/html/post.navbar.php:15 views/b2s/html/post.navbar.php:18
1208
  #: views/b2s/html/post.navbar.php:20 views/b2s/partials/post-edit-modal.php:9
1209
  #: views/b2s/widgets/posts.php:18
1231
  msgid "continue"
1232
  msgstr "weiter"
1233
 
1234
+ #: views/b2s/curation.php:93 includes/B2S/Ship/Item.php:467
1235
+ #: includes/B2S/Ship/Item.php:489 includes/B2S/Ship/Item.php:496
1236
+ #: includes/B2S/Ship/Item.php:503 includes/B2S/Ship/Item.php:527
1237
+ #: includes/B2S/Ship/Item.php:550 includes/B2S/Ship/Item.php:557
1238
+ #: includes/B2S/Ship/Item.php:564 includes/B2S/Ship/Item.php:587
1239
+ #: includes/B2S/Ship/Item.php:616 includes/B2S/Ship/Item.php:645
1240
+ #: includes/B2S/Ship/Item.php:673 includes/B2S/Ship/Item.php:716
1241
+ #: includes/B2S/Ship/Item.php:737 includes/B2S/Ship/Item.php:744
1242
+ #: includes/B2S/Ship/Item.php:751 includes/B2S/Ship/Item.php:771
1243
+ #: includes/B2S/Ship/Item.php:791 includes/B2S/Ship/Item.php:798
1244
+ #: includes/B2S/Ship/Item.php:805 includes/B2S/Ship/Item.php:822
1245
+ #: includes/B2S/Ship/Item.php:843 includes/B2S/Ship/Item.php:864
1246
+ #: includes/B2S/Ship/Item.php:885 includes/B2S/Ship/Item.php:906
1247
+ #: includes/B2S/Ship/Item.php:950
1248
  msgid "Change image"
1249
  msgstr "Bild ändern"
1250
 
1289
  msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
1290
 
1291
  #: views/b2s/curation.php:160 views/b2s/post.calendar.php:271
1292
+ #: views/b2s/ship.php:408 includes/B2S/Ship/Item.php:1158
1293
  msgid "Schedule for specific dates"
1294
  msgstr "Für bestimmte Termine planen"
1295
 
1404
  msgid "You want to define a new combination of networks?"
1405
  msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
1406
 
1407
+ #: views/b2s/network.php:35 includes/B2S/Network/Item.php:156
1408
+ #: includes/B2S/Network/Item.php:161 includes/B2S/Network/Item.php:165
1409
+ #: includes/B2S/Ship/Image.php:92 includes/B2S/Ship/Item.php:506
1410
+ #: includes/B2S/Ship/Item.php:567 includes/B2S/Ship/Item.php:754
1411
+ #: includes/B2S/Ship/Item.php:808 includes/B2S/Ship/Portale.php:32
1412
+ #: includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:45
1413
  msgid "PRO"
1414
  msgstr "PRO"
1415
 
1418
  msgstr "Löschen"
1419
 
1420
  #: views/b2s/network.php:48 views/b2s/ship.php:74 views/b2s/ship.php:372
1421
+ #: views/b2s/html/footer.php:256
1422
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
1423
  msgstr ""
1424
  "Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
1469
  "Business Brancheneinträgen zu erweitern."
1470
 
1471
  #: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:494
1472
+ #: includes/B2S/Ship/Item.php:1196 views/b2s/partials/post-edit-modal.php:48
1473
  msgid "Learn more"
1474
  msgstr "Mehr erfahren"
1475
 
1538
  msgid "modfiy"
1539
  msgstr "modify"
1540
 
1541
+ #: views/b2s/network.php:230 includes/B2S/Network/Item.php:168
1542
+ #: includes/B2S/Network/Item.php:168
1543
  msgid "Edit Post Template"
1544
  msgstr "Beitragsvorlage bearbeiten"
1545
 
1546
  #: views/b2s/network.php:242 views/b2s/settings.php:49
1547
+ #: includes/B2S/Network/Item.php:542 includes/B2S/Settings/Item.php:133
1548
  msgid "save"
1549
  msgstr "speichern"
1550
 
1623
  msgid "The name of the post author."
1624
  msgstr "Der Name des Autors Deines Beitrags."
1625
 
1626
+ #: views/b2s/network.php:318 includes/B2S/Network/Item.php:749
1627
  msgid "Character limit"
1628
  msgstr "Zeichenbegrenzung"
1629
 
1884
  msgid "Upgrade to Blog2Social Business"
1885
  msgstr "Upgrade auf Blog2Social Business"
1886
 
1887
+ #: views/b2s/network.php:518 includes/B2S/Network/Item.php:512
1888
  #, php-format
1889
  msgid ""
1890
  "Define parameters that will be added to link posts on this network e.g. to "
1961
  msgstr "geplant"
1962
 
1963
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
1964
+ #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:679
1965
+ #: includes/B2S/Network/Item.php:682 includes/B2S/Settings/Item.php:239
1966
+ #: views/b2s/html/footer.php:177
1967
  msgid "Image with frame"
1968
  msgstr "Bild mit Rahmen"
1969
 
1970
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
1971
+ #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:680
1972
+ #: includes/B2S/Network/Item.php:683 includes/B2S/Settings/Item.php:253
1973
+ #: views/b2s/html/footer.php:182
1974
  msgid "Image cut out"
1975
  msgstr "Bild zuschneiden"
1976
 
2970
  msgid "Apply best times"
2971
  msgstr "Beste Zeiten berücksichtigen"
2972
 
2973
+ #: includes/B2S/AutoPost/Item.php:107 views/b2s/html/footer.php:433
2974
  msgid ""
2975
  "Share posts from other authors automatically with your Auto-Poster settings"
2976
  msgstr ""
3045
  msgid "Save"
3046
  msgstr " Speichern"
3047
 
3048
+ #: includes/B2S/AutoPost/Item.php:241 includes/B2S/Network/Item.php:177
3049
  msgid "Connections"
3050
  msgstr "Verbindungen"
3051
 
3085
  msgstr "zu geplanten Zeiten"
3086
 
3087
  #: includes/B2S/Curation/View.php:69 includes/B2S/Curation/View.php:70
3088
+ #: includes/B2S/RePost/Item.php:196 includes/B2S/Ship/Item.php:1266
3089
  #: views/b2s/partials/post-edit-modal.php:62
3090
  #: views/b2s/partials/post-edit-modal.php:65
3091
  msgid "Date"
3103
  msgid "Show all"
3104
  msgstr "alle anzeigen"
3105
 
3106
+ #: includes/B2S/Network/Item.php:64 includes/B2S/Network/Item.php:184
3107
  msgid "My profile"
3108
  msgstr "Mein Profil"
3109
 
3115
  msgid "Best times"
3116
  msgstr "Beste Zeiten"
3117
 
3118
+ #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:224
3119
+ #: includes/B2S/Ship/Item.php:337 includes/B2S/Ship/Navbar.php:86
3120
  #: includes/B2S/Ship/Portale.php:38
3121
  msgid "Blog"
3122
  msgstr "Blog"
3123
 
3124
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:156
3125
+ #: includes/B2S/Ship/Portale.php:43 includes/B2S/Ship/Portale.php:45
3126
  msgid "You want to connect a network profile?"
3127
  msgstr "Du möchtest Dich mit einem Netzwerkprofil verbinden?"
3128
 
3129
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Ship/Portale.php:43
3130
+ msgid "BUSINESS"
3131
+ msgstr "BUSINESS"
3132
+
3133
+ #: includes/B2S/Network/Item.php:161 includes/B2S/Ship/Portale.php:35
3134
  msgid "You want to connect a network page?"
3135
  msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
3136
 
3137
+ #: includes/B2S/Network/Item.php:164 includes/B2S/Network/Item.php:357
3138
  #: includes/B2S/Ship/Portale.php:31
3139
  msgid "Publication"
3140
  msgstr "Publication"
3141
 
3142
+ #: includes/B2S/Network/Item.php:165 includes/B2S/Ship/Portale.php:32
3143
  msgid "You want to connect a social media group?"
3144
  msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
3145
 
3146
+ #: includes/B2S/Network/Item.php:178 views/b2s/html/footer.php:241
3147
  msgid "Best Time Manager"
3148
  msgstr "Best Time Manager"
3149
 
3150
+ #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:281
3151
+ #: includes/B2S/Network/Item.php:348
3152
  msgid "To reactivate this connection,"
3153
  msgstr "Um die Verbindung wieder zu aktivieren,"
3154
 
3155
+ #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:281
3156
+ #: includes/B2S/Network/Item.php:348 includes/B2S/Ship/Image.php:31
3157
  msgid "please upgrade"
3158
  msgstr "Bitte upgraden"
3159
 
3160
+ #: includes/B2S/Network/Item.php:218 includes/B2S/Network/Item.php:284
3161
+ #: includes/B2S/Network/Item.php:351
3162
  msgid "Authorization is interrupted since"
3163
  msgstr "Autorisierung ist unterbrochen seit"
3164
 
3165
+ #: includes/B2S/Network/Item.php:222 includes/B2S/Network/Item.php:288
3166
+ #: includes/B2S/Network/Item.php:355
3167
  msgid "Assigned by"
3168
  msgstr "Zugewiesen von"
3169
 
3170
+ #: includes/B2S/Network/Item.php:260 includes/B2S/Network/Item.php:326
3171
+ #: includes/B2S/Network/Item.php:388 includes/B2S/Ship/Item.php:1214
3172
  msgid "Days"
3173
  msgstr "Tage"
3174
 
3175
+ #: includes/B2S/Network/Item.php:290 includes/B2S/Ship/Item.php:337
3176
  msgid "Employer Branding"
3177
  msgstr "Employer Branding"
3178
 
3179
+ #: includes/B2S/Network/Item.php:469
3180
  msgid "Connection currently assigned to"
3181
  msgstr "Diese Verbindung ist aktuell zugewiesen an"
3182
 
3183
+ #: includes/B2S/Network/Item.php:514 views/prg/html/form.php:84
3184
  #: views/prg/html/form.php:86 views/prg/html/form.php:161
3185
  #: views/prg/html/form.php:163
3186
  msgid "Name"
3187
  msgstr "Name"
3188
 
3189
+ #: includes/B2S/Network/Item.php:515
3190
  msgid "Value"
3191
  msgstr "Zugeordneter Wert"
3192
 
3193
+ #: includes/B2S/Network/Item.php:539
3194
  msgid "+ add Parameter"
3195
  msgstr "+ Parameter hinzufügen"
3196
 
3197
+ #: includes/B2S/Network/Item.php:540
3198
  #, php-format
3199
  msgid "Apply for all %s connections"
3200
  msgstr "Für alle %s Verbindungen übernehmen"
3201
 
3202
+ #: includes/B2S/Network/Item.php:541
3203
  msgid "Apply for all connections"
3204
  msgstr "Für alle Verbindungen übernehmen"
3205
 
3206
+ #: includes/B2S/Network/Item.php:562
3207
  msgid "Successfully saved"
3208
  msgstr "Erfolgreich gespeichert"
3209
 
3210
+ #: includes/B2S/Network/Item.php:563
3211
  msgid "Failed to save"
3212
  msgstr "Speichern fehlgeschlagen"
3213
 
3214
+ #: includes/B2S/Network/Item.php:564
3215
  msgid "Failed to load the default template"
3216
  msgstr "Fehler beim Laden der Standardeinstellungen"
3217
 
3218
+ #: includes/B2S/Network/Item.php:604
3219
  msgid ""
3220
  "Upgrade to Blog2Social Smart or higher to customize your individual post "
3221
  "templates that will automatically pre-format the structure of your social "
3235
  "auch statische Inhalte (z.B. individuelle Hashtags oder Slogans) zu Deinen "
3236
  "Beitragsvorlagen hinzu."
3237
 
3238
+ #: includes/B2S/Network/Item.php:605
3239
  msgid "Upgrade to Blog2Social Smart"
3240
  msgstr "Upgrade auf Blog2Social Smart"
3241
 
3242
+ #: includes/B2S/Network/Item.php:626
3243
  msgid "Activate Instant Caching"
3244
  msgstr "Instant Caching aktivieren"
3245
 
3246
+ #: includes/B2S/Network/Item.php:672
3247
  msgid "Format"
3248
  msgstr "Format"
3249
 
3250
+ #: includes/B2S/Network/Item.php:673 includes/B2S/Network/Item.php:694
3251
  msgid "Load default settings"
3252
  msgstr "Lade Standardeinstellungen"
3253
 
3254
+ #: includes/B2S/Network/Item.php:679 includes/B2S/Network/Item.php:682
3255
+ #: includes/B2S/Ship/Item.php:966 includes/B2S/Ship/Item.php:968
3256
  msgid "Link"
3257
  msgstr "Link"
3258
 
3259
+ #: includes/B2S/Network/Item.php:680 includes/B2S/Network/Item.php:683
3260
  msgid "Image"
3261
  msgstr "Bild"
3262
 
3263
+ #: includes/B2S/Network/Item.php:692 includes/B2S/Settings/Item.php:64
3264
  msgid "Content"
3265
  msgstr "Inhalt"
3266
 
3267
+ #: includes/B2S/Network/Item.php:701 includes/B2S/Ship/Item.php:378
3268
  msgid ""
3269
  "Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
3270
  "in your post."
3272
  "Instagram unterstützt bis zu 30 Hashtags. Bitte reduziere die Anzahl der "
3273
  "Hashtags in Deinem Beitrag."
3274
 
3275
+ #: includes/B2S/Network/Item.php:713
3276
  msgid "clear"
3277
  msgstr "löschen"
3278
 
3279
+ #: includes/B2S/Network/Item.php:723
3280
  msgid "The link will be added automatically at the end of the post."
3281
  msgstr "Der Link wird automatisch am Ende des Posts eingefügt."
3282
 
3283
+ #: includes/B2S/Network/Item.php:728 includes/B2S/Network/Item.php:768
3284
  msgid "Network limit"
3285
  msgstr "Netzwerkbegrenzung"
3286
 
3287
+ #: includes/B2S/Network/Item.php:728 includes/B2S/Network/Item.php:768
3288
+ #: includes/B2S/Network/Item.php:768 includes/B2S/Ship/Item.php:222
3289
+ #: includes/B2S/Ship/Item.php:226 includes/B2S/Ship/Item.php:268
3290
+ #: includes/B2S/Ship/Item.php:272 includes/B2S/Ship/Item.php:305
3291
+ #: includes/B2S/Ship/Item.php:309 includes/B2S/Ship/Item.php:1293
3292
+ #: includes/B2S/Ship/Item.php:1295
3293
  msgid "characters"
3294
  msgstr "Zeichen"
3295
 
3296
+ #: includes/B2S/Network/Item.php:735
3297
  msgid "Add a link-URL to the end of my image post."
3298
  msgstr "Link automatisch am Ende meines Bildbeitrags einfügen."
3299
 
3300
+ #: includes/B2S/Network/Item.php:742
3301
  msgid ""
3302
  "Add a link-URL to the end of my Instagram posts. (Please note, that "
3303
  "Instagram does not turn link-URLs into clickable links)"
3305
  "Link automatisch am Ende meines Bildbeitrags einfügen. (Bitte beachte, dass "
3306
  "Instagram Links nicht als klickbare Links darstellt)"
3307
 
3308
+ #: includes/B2S/Network/Item.php:768
3309
  msgid "recommended length"
3310
  msgstr "Empfohlene Länge"
3311
 
3312
+ #: includes/B2S/Network/Item.php:788 includes/B2S/Network/Item.php:840
3313
+ #: includes/B2S/Network/Item.php:909 includes/B2S/Network/Item.php:961
3314
+ #: includes/B2S/Network/Item.php:995 includes/B2S/Network/Item.php:1046
3315
+ #: includes/B2S/Network/Item.php:1076 includes/B2S/Network/Item.php:1130
3316
+ #: includes/B2S/Network/Item.php:1149 includes/B2S/Network/Item.php:1183
3317
+ #: includes/B2S/Network/Item.php:1199 includes/B2S/Network/Item.php:1215
3318
+ #: includes/B2S/Network/Item.php:1231 includes/B2S/Network/Item.php:1247
3319
+ #: includes/B2S/Network/Item.php:1266
3320
  msgid "Preview"
3321
  msgstr "Vorschau"
3322
 
3364
  msgid "all categories & tags"
3365
  msgstr "alle Kategorien & Schlagwörter"
3366
 
3367
+ #: includes/B2S/Post/Filter.php:141 includes/PRG/Post/Filter.php:49
3368
  msgid "all post types"
3369
  msgstr "alle Typen"
3370
 
3371
+ #: includes/B2S/Post/Filter.php:168
3372
  msgid "shared by user"
3373
  msgstr "geteilt von Nutzer"
3374
 
3375
+ #: includes/B2S/Post/Filter.php:183
3376
  msgid "shared to network"
3377
  msgstr "geteilt auf Netzwerk"
3378
 
3379
+ #: includes/B2S/Post/Filter.php:197 includes/B2S/RePost/Item.php:201
3380
  msgid "Startdate"
3381
  msgstr "Startdatum"
3382
 
3383
+ #: includes/B2S/Post/Filter.php:198 includes/B2S/RePost/Item.php:204
3384
  msgid "Enddate"
3385
  msgstr "Enddatum"
3386
 
3387
+ #: includes/B2S/Post/Filter.php:205 includes/PRG/Post/Filter.php:70
3388
  msgid "Search Title"
3389
  msgstr "Suche nach Titel"
3390
 
3391
+ #: includes/B2S/Post/Filter.php:238 includes/PRG/Post/Filter.php:81
3392
  msgid "sort"
3393
  msgstr "sortieren"
3394
 
3395
+ #: includes/B2S/Post/Filter.php:239 includes/PRG/Post/Filter.php:82
3396
  msgid "reset"
3397
  msgstr "zurücksetzen"
3398
 
3399
+ #: includes/B2S/Post/Filter.php:244
3400
  msgid "selected date"
3401
  msgstr "ausgewähltes Datum"
3402
 
3403
+ #: includes/B2S/Post/Filter.php:244
3404
  msgid "scheduled post(s)"
3405
  msgstr "geplante Beiträge"
3406
 
3617
  msgid "on"
3618
  msgstr " "
3619
 
3620
+ #: includes/B2S/RePost/Item.php:72 includes/B2S/Ship/Item.php:1272
3621
  msgid "Mon"
3622
  msgstr "Mo"
3623
 
3624
+ #: includes/B2S/RePost/Item.php:73 includes/B2S/Ship/Item.php:1273
3625
  msgid "Tue"
3626
  msgstr "Di"
3627
 
3628
+ #: includes/B2S/RePost/Item.php:74 includes/B2S/Ship/Item.php:1274
3629
  msgid "Wed"
3630
  msgstr "Mi"
3631
 
3632
+ #: includes/B2S/RePost/Item.php:75 includes/B2S/Ship/Item.php:1275
3633
  msgid "Thu"
3634
  msgstr "Do"
3635
 
3636
+ #: includes/B2S/RePost/Item.php:76 includes/B2S/Ship/Item.php:1276
3637
  msgid "Fri"
3638
  msgstr "Fr"
3639
 
3640
+ #: includes/B2S/RePost/Item.php:77 includes/B2S/Ship/Item.php:1277
3641
  msgid "Sat"
3642
  msgstr "Sa"
3643
 
3644
+ #: includes/B2S/RePost/Item.php:78 includes/B2S/Ship/Item.php:1278
3645
  msgid "Sun"
3646
  msgstr "So"
3647
 
3714
  msgstr "Autoren"
3715
 
3716
  #: includes/B2S/Settings/Item.php:50 includes/B2S/Settings/Item.php:76
3717
+ #: includes/B2S/Ship/Item.php:1116
3718
  msgid "Account"
3719
  msgstr "Konto"
3720
 
3901
  msgid "The image will be changed"
3902
  msgstr "Das Bild wird geändert"
3903
 
3904
+ #: includes/B2S/Settings/Item.php:247 views/b2s/html/footer.php:178
3905
  msgid ""
3906
  "Insert white frames to show the whole image in your timeline. All image "
3907
  "information will be shown in your timeline."
3909
  "Füge weiße Rahmen ein, um das gesamte Bild in Deiner Zeitleiste anzuzeigen. "
3910
  "Alle Bildinformationen werden in Deiner Zeitleiste angezeigt."
3911
 
3912
+ #: includes/B2S/Settings/Item.php:249 views/b2s/html/footer.php:161
3913
  msgid ""
3914
  "The link post format displays posts title, link address and the first one or "
3915
  "two sentences of the post. The networks scan this information from your META "
3932
  "ausgewählt hast, zeigen einige Netzwerke das erste Bild an, dass sie auf "
3933
  "Deiner Seite finden."
3934
 
3935
+ #: includes/B2S/Settings/Item.php:258 views/b2s/html/footer.php:183
3936
  msgid ""
3937
  "The image preview will be cropped automatically to fit the default Instagram "
3938
  "layout for your Instagram timeline. The image will be shown uncropped when "
3943
  "Ganzes angezeigt, wenn Du die Vorschauseite für Deinen Instagram-Beitrag "
3944
  "öffnest. "
3945
 
3946
+ #: includes/B2S/Settings/Item.php:260 views/b2s/html/footer.php:166
3947
  msgid ""
3948
  "A photo or image post displays the selected image in the one-page preview of "
3949
  "Blog2Social and your comment above the image. The image links to the image "
4058
  msgid "Apply image for this image gallery"
4059
  msgstr "Bild zur Bildergalerie hinzufügen"
4060
 
4061
+ #: includes/B2S/Ship/Item.php:165
4062
  msgid "Network does not support image for profiles"
4063
  msgstr "Netzwerk unterstützt keine Bilder für Profile"
4064
 
4065
+ #: includes/B2S/Ship/Item.php:166 includes/B2S/Ship/Item.php:238
4066
  msgid "Network defines image by link"
4067
  msgstr "Netzwerk wählt selber das Bild aus"
4068
 
4069
+ #: includes/B2S/Ship/Item.php:168
4070
  msgid "Supported HTML tags"
4071
  msgstr "Erlaubte HTML-Elemente"
4072
 
4073
+ #: includes/B2S/Ship/Item.php:169 includes/B2S/Ship/Item.php:237
4074
  msgid "Network does not support emojis"
4075
  msgstr "Netzwerk unterstützt keine Emojis"
4076
 
4077
+ #: includes/B2S/Ship/Item.php:170 includes/B2S/Ship/Item.php:239
4078
  msgid "Network does not support GIFs"
4079
  msgstr "Das Netzwerk unterstützt keine GIFs"
4080
 
4081
+ #: includes/B2S/Ship/Item.php:221
4082
  msgid "Text only"
4083
  msgstr "nur Text"
4084
 
4085
+ #: includes/B2S/Ship/Item.php:236
4086
  msgid "Network does not support image for pages"
4087
  msgstr "Netzwerk unterstützt keine Bilder für Seiten"
4088
 
4089
+ #: includes/B2S/Ship/Item.php:329
4090
  msgid "Connection expires on 31 March 2019"
4091
  msgstr "Die Verbindung endet am 31. März 2019."
4092
 
4093
+ #: includes/B2S/Ship/Item.php:333
4094
  msgid "Connection expires on 2 April 2019"
4095
  msgstr "Die Verbindung endet am 2. April 2019."
4096
 
4097
+ #: includes/B2S/Ship/Item.php:346
4098
  msgid "post format"
4099
  msgstr "Postformat"
4100
 
4101
+ #: includes/B2S/Ship/Item.php:361 includes/B2S/Ship/Item.php:1301
4102
  msgid "Insert full-text"
4103
  msgstr "ganzen Text einfügen"
4104
 
4105
+ #: includes/B2S/Ship/Item.php:363 includes/B2S/Ship/Item.php:1303
4106
  msgid "Delete text"
4107
  msgstr "Text löschen"
4108
 
4109
+ #: includes/B2S/Ship/Item.php:370 includes/B2S/Ship/Item.php:765
4110
+ #: includes/B2S/Ship/Item.php:1167
4111
  msgid ""
4112
  "Please keep in mind that according to Twitter’s new TOS, users are no longer "
4113
  "allowed to post identical or substantially similar content to multiple "
4118
  "Accounts oder mehrere identische Updates auf einem Twitter Account oder auch "
4119
  "mehreren Accounts zu posten."
4120
 
4121
+ #: includes/B2S/Ship/Item.php:370 includes/B2S/Ship/Item.php:765
4122
+ #: includes/B2S/Ship/Item.php:1167
4123
  msgid ""
4124
  "Violating these rules can result in Twitter suspending your account. Always "
4125
  "vary your Tweets with different comments, hashtags or handles to prevent "
4129
  "sperrt. Variieren Sie Ihre Tweets mit unterschiedlichen Kommentaren, "
4130
  "Hashtags und Handles um doppelte Beiträge zu vermeiden."
4131
 
4132
+ #: includes/B2S/Ship/Item.php:370 includes/B2S/Ship/Item.php:765
4133
+ #: includes/B2S/Ship/Item.php:1167
4134
  msgid "Learn more about this"
4135
  msgstr "Erfahre mehr darüber"
4136
 
4137
+ #: includes/B2S/Ship/Item.php:374
4138
  msgid ""
4139
  "Please note: XING allows identical posts to be published only once within a "
4140
  "group and no more than three times across different groups."
4143
  "einmal innerhalb einer Gruppe und nicht mehr als dreimal in verschiedenen "
4144
  "Gruppen."
4145
 
4146
+ #: includes/B2S/Ship/Item.php:374
4147
  msgid "Read more"
4148
  msgstr "Weiterlesen"
4149
 
4150
+ #: includes/B2S/Ship/Item.php:379
4151
  msgid ""
4152
  "Please keep in mind that users are not allowed to post identical or "
4153
  "substantially similar content to multiple accounts or multiple duplicate "
4157
  "im Wesentlichen ähnliche Inhalte in mehreren Konten oder mehrere doppelte "
4158
  "Updates in einem Konto zu veröffentlichen."
4159
 
4160
+ #: includes/B2S/Ship/Item.php:379
4161
  msgid ""
4162
  "Violating these rules can result in suspending your account. Always vary "
4163
  "your content with different images, comments, hashtags or handles to prevent "
4167
  "Variieren Sie Ihre Inhalte immer mit unterschiedlichen Bildern, Kommentaren, "
4168
  "Hashtags oder Handles, um doppelte Beiträge zu vermeiden."
4169
 
4170
+ #: includes/B2S/Ship/Item.php:399
4171
  msgid "hide calendar"
4172
  msgstr "Planungskalender verbergen"
4173
 
4174
+ #: includes/B2S/Ship/Item.php:456 includes/B2S/Ship/Item.php:516
4175
+ #: includes/B2S/Ship/Item.php:576 includes/B2S/Ship/Item.php:605
4176
+ #: includes/B2S/Ship/Item.php:634 includes/B2S/Ship/Item.php:662
4177
+ #: includes/B2S/Ship/Item.php:690 includes/B2S/Ship/Item.php:721
4178
+ #: includes/B2S/Ship/Item.php:776 includes/B2S/Ship/Item.php:827
4179
+ #: includes/B2S/Ship/Item.php:848 includes/B2S/Ship/Item.php:869
4180
+ #: includes/B2S/Ship/Item.php:890 includes/B2S/Ship/Item.php:911
4181
+ #: includes/B2S/Ship/Item.php:921
4182
  msgid "Write something about your post..."
4183
  msgstr "Schreibe etwas..."
4184
 
4185
+ #: includes/B2S/Ship/Item.php:471 includes/B2S/Ship/Item.php:591
4186
+ #: includes/B2S/Ship/Item.php:621 includes/B2S/Ship/Item.php:649
4187
+ #: includes/B2S/Ship/Item.php:677
4188
  msgid ""
4189
  "Info: Change Open Graph Meta tags image, title and description for this "
4190
  "network"
4191
  msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
4192
 
4193
+ #: includes/B2S/Ship/Item.php:474 includes/B2S/Ship/Item.php:535
4194
+ #: includes/B2S/Ship/Item.php:594 includes/B2S/Ship/Item.php:624
4195
+ #: includes/B2S/Ship/Item.php:652 includes/B2S/Ship/Item.php:680
4196
  msgid ""
4197
  "You want to change your link image, link title and link description for this "
4198
  "network? Click here."
4199
  msgstr ""
4200
  "Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
4201
 
4202
+ #: includes/B2S/Ship/Item.php:476 includes/B2S/Ship/Item.php:596
4203
+ #: includes/B2S/Ship/Item.php:626 includes/B2S/Ship/Item.php:654
4204
+ #: includes/B2S/Ship/Item.php:682
4205
  msgid "OG Meta title"
4206
  msgstr "OG Titel"
4207
 
4208
+ #: includes/B2S/Ship/Item.php:477 includes/B2S/Ship/Item.php:597
4209
+ #: includes/B2S/Ship/Item.php:627 includes/B2S/Ship/Item.php:655
4210
+ #: includes/B2S/Ship/Item.php:683
4211
  msgid "OG Meta description"
4212
  msgstr "OG Beschreibung"
4213
 
4214
+ #: includes/B2S/Ship/Item.php:506 includes/B2S/Ship/Item.php:567
4215
+ #: includes/B2S/Ship/Item.php:754 includes/B2S/Ship/Item.php:808
4216
  msgid "Do u want to post multiple images?"
4217
  msgstr "Du möchtest mehrere Bilder posten?"
4218
 
4219
+ #: includes/B2S/Ship/Item.php:530
4220
  msgid ""
4221
  "Please note: Twitter stores the Card parameters of a link for up to 7 days. "
4222
  "Changes may not be immediately visible on Twitter."
4224
  "Hinweis: Twitter speichert die Card Parameter eines Links für bis zu 7 Tage. "
4225
  "Änderungen werden daher möglicherweise nicht sofort auf Twitter dargestellt."
4226
 
4227
+ #: includes/B2S/Ship/Item.php:532
4228
  msgid ""
4229
  "Info: Change Card Meta tags image, title and description for this network"
4230
  msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
4231
 
4232
+ #: includes/B2S/Ship/Item.php:537
4233
  msgid "Card Meta title"
4234
  msgstr "Card Titel"
4235
 
4236
+ #: includes/B2S/Ship/Item.php:538
4237
  msgid "Card Meta description"
4238
  msgstr "Card Beschreibung"
4239
 
4240
+ #: includes/B2S/Ship/Item.php:619
4241
  msgid ""
4242
  "Please note: XING stores the Open Graph parameters of a link for up to 7 "
4243
  "days. Changes may not be immediately visible on XING."
4246
  "Tage. Änderungen werden daher möglicherweise nicht sofort auf XING "
4247
  "dargestellt."
4248
 
4249
+ #: includes/B2S/Ship/Item.php:937
4250
  msgid "required"
4251
  msgstr "erforderlich"
4252
 
4253
+ #: includes/B2S/Ship/Item.php:1036
4254
  msgid "Jobs & Projects"
4255
  msgstr "Stellenangebote & Projekte"
4256
 
4257
+ #: includes/B2S/Ship/Item.php:1037
4258
  msgid "Events"
4259
  msgstr "Events"
4260
 
4261
+ #: includes/B2S/Ship/Item.php:1038
4262
  msgid "Classified Ads"
4263
  msgstr "Kleinanzeigen"
4264
 
4265
+ #: includes/B2S/Ship/Item.php:1040
4266
  msgid "Offer"
4267
  msgstr "Angebot"
4268
 
4269
+ #: includes/B2S/Ship/Item.php:1041
4270
  msgid "Request"
4271
  msgstr "Anfrage"
4272
 
4273
+ #: includes/B2S/Ship/Item.php:1052
4274
  msgid "The Headline..."
4275
  msgstr "Die Überschrift..."
4276
 
4277
+ #: includes/B2S/Ship/Item.php:1060
4278
  #, php-format
4279
  msgid "max. %s Tags"
4280
  msgstr "max. %s Tags"
4281
 
4282
+ #: includes/B2S/Ship/Item.php:1062
4283
  msgid "Hashtags"
4284
  msgstr "Hashtags"
4285
 
4286
+ #: includes/B2S/Ship/Item.php:1098
4287
  msgid "Enable Retweets for all Tweets with the selected profile"
4288
  msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
4289
 
4290
+ #: includes/B2S/Ship/Item.php:1117 views/b2s/partials/post-edit-modal.php:73
4291
  msgid "Delay"
4292
  msgstr "Verzögerung"
4293
 
4294
+ #: includes/B2S/Ship/Item.php:1127 includes/B2S/Ship/Item.php:1128
4295
+ #: includes/B2S/Ship/Item.php:1129 includes/B2S/Ship/Item.php:1130
4296
  #: views/b2s/partials/post-edit-modal.php:77
4297
  #: views/b2s/partials/post-edit-modal.php:78
4298
  #: views/b2s/partials/post-edit-modal.php:79
4300
  msgid "min"
4301
  msgstr "min"
4302
 
4303
+ #: includes/B2S/Ship/Item.php:1135
4304
  msgid "Add Retweet"
4305
  msgstr "Retweet hinzufügen"
4306
 
4307
+ #: includes/B2S/Ship/Item.php:1155
4308
  msgid "Share Now"
4309
  msgstr "Sofort teilen"
4310
 
4311
+ #: includes/B2S/Ship/Item.php:1160
4312
  msgid "Schedule Recurrent Post"
4313
  msgstr "regelmäßig Planen"
4314
 
4315
+ #: includes/B2S/Ship/Item.php:1196 views/b2s/partials/post-edit-modal.php:47
4316
  msgid ""
4317
  "Please note: Your account is connected via an old XING API that is no longer "
4318
  "supported by XING after March 31. Please connect your XING profile, as well "
4327
  "mit der neuen XING-Schnittstelle. Gehe dazu in den Bereich Blog2Social "
4328
  "\"Netzwerke\" und verbinde Dein XING-Konto über die neue XING-Schnittstelle."
4329
 
4330
+ #: includes/B2S/Ship/Item.php:1200 views/b2s/partials/post-edit-modal.php:51
4331
  msgid ""
4332
  "Please note: Google will shut down Google+ for all private accounts "
4333
  "(profiles, pages, groups) on 2nd April 2019. You can find further "
4339
  "Informationen zu den nächsten Schritten, u. a. dazu, wie Du Deine Fotos und "
4340
  "andere Inhalte herunterladen kannst:"
4341
 
4342
+ #: includes/B2S/Ship/Item.php:1203
4343
  msgid "Repeats"
4344
  msgstr "Wiederholen"
4345
 
4346
+ #: includes/B2S/Ship/Item.php:1204 includes/B2S/Ship/Item.php:1207
4347
  msgid "Duration"
4348
  msgstr "Dauer"
4349
 
4350
+ #: includes/B2S/Ship/Item.php:1208
4351
  msgid "Number of repeats"
4352
  msgstr "Anzahl der Wiederholungen"
4353
 
4354
+ #: includes/B2S/Ship/Item.php:1209
4355
  msgid "Day of month"
4356
  msgstr "Tag im Monat"
4357
 
4358
+ #: includes/B2S/Ship/Item.php:1210
4359
  msgid "Repeats every (days)"
4360
  msgstr "Wiederholt sich alle X Tage"
4361
 
4362
+ #: includes/B2S/Ship/Item.php:1212
4363
  msgid "Start date"
4364
  msgstr "Startdatum"
4365
 
4366
+ #: includes/B2S/Ship/Item.php:1213
4367
  msgid "Time to publish"
4368
  msgstr "Veröffentlichungszeitpunkt"
4369
 
4370
+ #: includes/B2S/Ship/Item.php:1222
4371
  msgid "weekly"
4372
  msgstr "wöchentlich"
4373
 
4374
+ #: includes/B2S/Ship/Item.php:1223
4375
  msgid "monthly"
4376
  msgstr "monatlich"
4377
 
4378
+ #: includes/B2S/Ship/Item.php:1224
4379
  msgid "own period"
4380
  msgstr "Eigener Zeitraum"
4381
 
4382
+ #: includes/B2S/Ship/Item.php:1230
4383
  msgid "Week"
4384
  msgstr "Woche"
4385
 
4386
+ #: includes/B2S/Ship/Item.php:1230
4387
  msgid "Weeks"
4388
  msgstr "Wochen"
4389
 
4390
+ #: includes/B2S/Ship/Item.php:1239
4391
  msgid "Month"
4392
  msgstr "Monat"
4393
 
4394
+ #: includes/B2S/Ship/Item.php:1239
4395
  msgid "Months"
4396
  msgstr "Monate"
4397
 
4398
+ #: includes/B2S/Ship/Item.php:1259
4399
  msgid "End Of Month"
4400
  msgstr "Monatsende"
4401
 
4402
+ #: includes/B2S/Ship/Item.php:1264
4403
  msgid "Timespan"
4404
  msgstr "Zeitspanne"
4405
 
4406
+ #: includes/B2S/Ship/Item.php:1267 views/b2s/partials/post-edit-modal.php:63
4407
  #: views/b2s/partials/post-edit-modal.php:66
4408
  msgid "Time"
4409
  msgstr "Mal"
4410
 
4411
+ #: includes/B2S/Ship/Item.php:1285
4412
  msgid "add another post"
4413
  msgstr "einen weiteren Post anlegen"
4414
 
4415
+ #: includes/B2S/Ship/Item.php:1299
4416
  msgid "Copy from original"
4417
  msgstr "Originaltext kopieren"
4418
 
4419
+ #: includes/B2S/Ship/Item.php:1315
4420
  msgid "Apply Settings To All Networks"
4421
  msgstr "Planung für alle Netzwerke übernehmen"
4422
 
4423
+ #: includes/B2S/Ship/Item.php:1316
4424
  msgid "Save as best time for this network"
4425
  msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
4426
 
4643
  "XING-Gruppen verbinden."
4644
 
4645
  #: views/b2s/html/footer.php:83 views/b2s/html/footer.php:101
4646
+ #: views/b2s/html/footer.php:130
4647
  msgid "Also included:"
4648
  msgstr "Ebenfalls enthalten:"
4649
 
4650
  #: views/b2s/html/footer.php:85 views/b2s/html/footer.php:103
4651
+ #: views/b2s/html/footer.php:132
4652
  msgid "Social media auto-posting and auto-scheduling"
4653
  msgstr "Auto-Posting und automatische Planung für Social Media Beiträge"
4654
 
4655
  #: views/b2s/html/footer.php:86 views/b2s/html/footer.php:104
4656
+ #: views/b2s/html/footer.php:133
4657
  msgid "Posting to social media pages and groups in Facebook"
4658
  msgstr "Veröffentlichung auf Social Media Seiten und Gruppen in Facebook"
4659
 
4660
  #: views/b2s/html/footer.php:87 views/b2s/html/footer.php:105
4661
+ #: views/b2s/html/footer.php:134
4662
  msgid "Sharing on multiple accounts per network"
4663
  msgstr "Poste auf mehrere Accounts pro Netzwerk"
4664
 
4665
  #: views/b2s/html/footer.php:88 views/b2s/html/footer.php:106
4666
+ #: views/b2s/html/footer.php:135
4667
  msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
4668
  msgstr ""
4669
  "Beste Zeiten Manager: Plane Deine Veröffentlichungen mehrmals oder "
4670
  "regelmäßig."
4671
 
4672
  #: views/b2s/html/footer.php:89 views/b2s/html/footer.php:107
4673
+ #: views/b2s/html/footer.php:136
4674
  msgid "Reporting with links to already published posts"
4675
  msgstr "Reporting mit Links zu bereits veröffentlichten Beiträgen"
4676
 
4679
  msgstr "\"Mit Blog2Social Premium PRO kannst Du mehrere Bilder posten."
4680
 
4681
  #: views/b2s/html/footer.php:122
4682
+ msgid "Upgrade to Blog2Social PREMIUM BUSINESS"
4683
+ msgstr "Jetzt auf Blog2Social PREMIUM BUSINESS upgraden"
4684
+
4685
+ #: views/b2s/html/footer.php:125
4686
+ msgid "Activate Blog2Social PREMIUM BUSINESS."
4687
+ msgstr "Aktiviere Blog2Social PREMIUM BUSINESS."
4688
+
4689
+ #: views/b2s/html/footer.php:127
4690
+ msgid ""
4691
+ "With Blog2Social Premium BUSINESS you can connect pages in LinkedIn and XING "
4692
+ "as well as XING groups and Telegram."
4693
+ msgstr ""
4694
+ "Mit Blog2Social Premium BUSINESS kannst Du Seiten in LinkedIn und XING, "
4695
+ "sowie XING-Gruppen und Telegram verbinden."
4696
+
4697
+ #: views/b2s/html/footer.php:138
4698
+ msgid "Upgrade to BUSINESS"
4699
+ msgstr "Upgrade auf BUSINESS"
4700
+
4701
+ #: views/b2s/html/footer.php:151
4702
  msgid "Select the preferred custom post format for your posts"
4703
  msgstr "Entscheide Dich für das passende Format für Deine Social Media Posts"
4704
 
4705
+ #: views/b2s/html/footer.php:156
4706
  msgid ""
4707
  "Select link post or image post format to define your preferred custom post "
4708
  "format for Twitter, LinkedIn, and Facebook."
4710
  "Wähle zwischen Link-Beitrag oder Bild-Beitrag, um Dein bevorzugtes "
4711
  "Postformat für Twitter, LinkedIn und Facebook zu definieren."
4712
 
4713
+ #: views/b2s/html/footer.php:165
4714
  msgid "Photo Post"
4715
  msgstr "Bild-Beitrag"
4716
 
4717
+ #: views/b2s/html/footer.php:173
4718
  msgid ""
4719
  "For Instagram, you can select \"image with frame\" or \"image cut out\" as "
4720
  "your preferred custom post format."
4722
  "Für Instagram kannst Du \"Bild mit Rahmen\" oder \"Bild zuschneiden\" als "
4723
  "bevorzugtes benutzerdefiniertes Postformat auswählen."
4724
 
4725
+ #: views/b2s/html/footer.php:223
4726
  msgid "Did you miss something?"
4727
  msgstr "Vermisst Du etwas?"
4728
 
4729
+ #: views/b2s/html/footer.php:226
4730
  msgid "Help us make Blog2Social even better!"
4731
  msgstr "Hilf uns, Blog2Social noch besser zu machen!"
4732
 
4733
+ #: views/b2s/html/footer.php:230
4734
  msgid "submit"
4735
  msgstr "abschicken"
4736
 
4737
+ #: views/b2s/html/footer.php:244
4738
  msgid ""
4739
  "Blog2Social provides you with a pre-configured time-scheme to automatically "
4740
  "schedule your social media posts for the best times to share on each social "
4748
  "Vorschau-Editor auf „Lade beste Zeiten“, um Deine Beiträge automatisch für "
4749
  "die besten Zeiten in jedem sozialen Netzwerk zu planen."
4750
 
4751
+ #: views/b2s/html/footer.php:246
4752
  msgid ""
4753
  "You can also configure your own individual time settings for each of your "
4754
  "social media connections to post your content on social media when your "
4763
  "einen effektiven Social Media-Posting-Plan einrichten, um so viele Follower "
4764
  "wie möglich zu erreichen."
4765
 
4766
+ #: views/b2s/html/footer.php:248
4767
  msgid ""
4768
  "Click Load My Time Settings in the preview editor to schedule your posts "
4769
  "automatically for your individually chosen best times."
4771
  "Klicke im Vorschau-Editor auf „Meine Zeiteinstellungen laden\", um Deine "
4772
  "Beiträge automatisch für Deine individuell gewählten besten Zeiten zu planen."
4773
 
4774
+ #: views/b2s/html/footer.php:250
4775
  msgid ""
4776
  "You can always edit the predefined times in the preview editor for any post "
4777
  "or network and save your new settings as default for future use."
4780
  "oder jedes Netzwerk bearbeiten und Deine neuen Einstellungen als Standard "
4781
  "für die zukünftige Verwendung speichern."
4782
 
4783
+ #: views/b2s/html/footer.php:252
4784
  msgid ""
4785
  "Learn how to set up and apply individual best times to your social media "
4786
  "scheduling and auto-poster."
4788
  "Erfahre, wie Du individuelle Beste Zeiten für Deine Social Media Planung und "
4789
  "Deinen Auto-Poster einrichten und anwenden kannst."
4790
 
4791
+ #: views/b2s/html/footer.php:286
4792
  msgid "Why Retweets?"
4793
  msgstr "Wieso Retweeten?"
4794
 
4795
+ #: views/b2s/html/footer.php:289
4796
  msgid ""
4797
  "Retweets are the recommended way to reshare the same Tweets across Twitter "
4798
  "accounts in accordance with Twitter new rules. You can now schedule multiple "
4804
  "verbreiten. Du kannst nun mehrere Retweets für einen Original-Tweet direkt "
4805
  "aus Deinem WordPress heraus planen."
4806
 
4807
+ #: views/b2s/html/footer.php:292
4808
  msgid ""
4809
  "If Retweets are enabled, every Original-Tweet you schedule in this step will "
4810
  "be retweeted by the selected Twitter accounts. If, for example, 3 Original-"
4816
  "beispielsweise 3 Original-Tweets geplant sind, löst jeder einzelne Tweet "
4817
  "einen Retweet für die ausgewählten Twitter-Konten aus."
4818
 
4819
+ #: views/b2s/html/footer.php:296
4820
  msgid "Would you like to retweet?"
4821
  msgstr "Möchtest Du Retweeten?"
4822
 
4823
+ #: views/b2s/html/footer.php:325
4824
  msgid "URL Shortening"
4825
  msgstr "Kurzlinks"
4826
 
4827
+ #: views/b2s/html/footer.php:328
4828
  msgid ""
4829
  "You can use Bit.ly, Rebrandly or Sniply links to shorten the URL of your "
4830
  "links and to track the performance of your links in your social media "
4844
  "Medium erlauben keine Bit.ly Kurzlinks. Blog2Social verwendet für diese "
4845
  "Netzwerke dann die normale URL. "
4846
 
4847
+ #: views/b2s/html/footer.php:339
4848
  msgid "Define Twitter post content"
4849
  msgstr "Twitter Beitragsinhalt definieren"
4850
 
4851
+ #: views/b2s/html/footer.php:342
4852
  msgid ""
4853
  "Select the content that will be automatically pre-filled in your Twitter "
4854
  "posts. If you have ticked the box \"include WordPress tags as hashtags in my "
4859
  "aufnehmen\" angekreuzt haben, werden Hashtags automatisch im Dropdown-Menü "
4860
  "hinzugefügt."
4861
 
4862
+ #: views/b2s/html/footer.php:398
4863
  msgid ""
4864
  "Share imported posts with the Auto Poster: Posts that you import via RSS "
4865
  "feeds and plugins can be shared automatically on your social media channels."
4868
  "Feeds und Plugins importierst, können automatisch auf Deinen Social Media-"
4869
  "Kanälen geteilt werden."
4870
 
4871
+ #: views/b2s/html/footer.php:399
4872
  #, php-format
4873
  msgid ""
4874
  "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for "
4877
  "<a target=\"_blank\" href=\"%s\">Erfahre, wie Du den Auto-Poster für "
4878
  "importierte Beiträge einrichtest.</a>"
4879
 
4880
+ #: views/b2s/html/footer.php:436
4881
  msgid ""
4882
  "With Blog2Social you can transfer the Auto-Poster settings as a WordPress-"
4883
  "administrator to other WordPress-authors if they have activated the same "
4903
  "denen Inhalte automatisch geteilt werden sollen, die der Administrator "
4904
  "ausgewählt hat. "
4905
 
4906
+ #: views/b2s/html/footer.php:438
4907
  #, php-format
4908
  msgid ""
4909
  "You can find a detailed guide on how to assign the Auto-Poster settings <a "
4912
  "Mehr Informationen dazu, wie Du die Einstellungen zuweisen kannst, findest "
4913
  "Du <a target=\"_blank\" href=\"%s\">in diesem Guide</a>."
4914
 
4915
+ #: views/b2s/html/footer.php:451
4916
  msgid "Blog2Social: Re-Share Posts"
4917
  msgstr "Blog2Social: Beiträge wiederholt teilen"
4918
 
4919
+ #: views/b2s/html/footer.php:455
4920
  msgid ""
4921
  "Keep your social media feed updated automatically with your best content and "
4922
  "save valuable time by reviving your evergreen content regularly. Automate "
4929
  "gesamten Re-Sharing-Prozess, damit Du mehr Zeit hast neuen Content zu "
4930
  "erstellen und mit Deiner Community zu interagieren."
4931
 
4932
+ #: views/b2s/html/footer.php:456
4933
  #, php-format
4934
  msgid "<a target=\"_blank\" href=\"%s\">More information</a>"
4935
  msgstr "<a target=\"_blank\" href=\"%s\">Weitere Informationen</a>"
4936
 
4937
+ #: views/b2s/html/footer.php:495
4938
  msgid "Social Meta Tags Settings"
4939
  msgstr "Social Meta Tags Einstellungen"
4940
 
4941
+ #: views/b2s/html/footer.php:498 views/b2s/html/footer.php:589
4942
  msgid "Change image, title and description for your post on this network"
4943
  msgstr ""
4944
  "Ändere das Bild, den Titel und die Beschreibung für Deinen Post auf diesem "
4945
  "Netzwerk"
4946
 
4947
+ #: views/b2s/html/footer.php:504
4948
  msgid ""
4949
  "Facebook has changed its policy for posting link posts via plugins or web "
4950
  "applications. Facebook does no longer display the featured or selected image "
4967
  "ein zufällig gewähltes Bild bei Link-Beiträgen an. Bitte stelle sicher, dass "
4968
  "Dein Bild die Anforderungen an die Bildgröße für Facebook erfüllt."
4969
 
4970
+ #: views/b2s/html/footer.php:506
4971
  msgid ""
4972
  "With Blog2Social you can select a featured image or any image you select to "
4973
  "be displayed with your link post. Blog2Social will automatically write the "
4986
  "bitte dieses Kontrollkästchen. Bitte beachte, dass Du dann kein Bild für "
4987
  "Deinen Linkbeitrag bei Facebook auswählen kannst.\t\t"
4988
 
4989
+ #: views/b2s/html/footer.php:509
4990
  msgid ""
4991
  "Twitter has changed its policy for posting link posts via plugins or web "
4992
  "applications. Twitter does no longer display the featured or selected image "
5010
  "stelle sicher, dass Dein Bild die Anforderungen an die Bildgröße für Twitter "
5011
  "erfüllt."
5012
 
5013
+ #: views/b2s/html/footer.php:511
5014
  msgid ""
5015
  "With Blog2Social you can select a featured image or any image you select to "
5016
  "be displayed with your link post. Blog2Social will automatically write the "
5029
  "bitte dieses Kontrollkästchen. Bitte beachte, dass Du dann kein Bild für "
5030
  "Deinen Linkbeitrag bei Twitter auswählen kannst."
5031
 
5032
+ #: views/b2s/html/footer.php:514
5033
  msgid ""
5034
  "To display your link preview, LinkedIn uses the image set in the oEmbed tags "
5035
  "in meta data of your post. WordPress automatically sets your featured image "
5043
  "fest. Wenn Du Dein Bild bei LinkedIn ändern möchtest, ohne Dein Beitragsbild "
5044
  "zu ändern, kannst du die Box “oEmbed Tags hinzufügen” abhaken."
5045
 
5046
+ #: views/b2s/html/footer.php:516
5047
  msgid ""
5048
  "If LinkedIn can’t find the oEmbed tag in your data, it will use the OG (Open "
5049
  "Graph) meta tags instead."
5051
  "Wenn LinkedIn keine oEmbed Tags in deinen Daten finden kann, nutzt das "
5052
  "Netzwerk stattdessen die OG (Open Graph) Meta Tags."
5053
 
5054
+ #: views/b2s/html/footer.php:518
5055
  msgid ""
5056
  "With Blog2Social you can select a featured image or any image you select to "
5057
  "be displayed with your link post. Blog2Social will automatically write the "
5074
  "nutzt, um Deine OG Tags zu setzen, ansonsten werden die sozialen Netzwerke "
5075
  "kein Bild oder ein zufälliges Bild in Deinem Post anzeigen."
5076
 
5077
+ #: views/b2s/html/footer.php:521
5078
  msgid ""
5079
  "You can change the image, title and description for your post on Facebook, "
5080
  "by editing the following fields for"
5083
  "Facebook ändern, indem Du die folgenden Felder für die Open GraphTags "
5084
  "bearbeitest"
5085
 
5086
+ #: views/b2s/html/footer.php:524 views/b2s/html/footer.php:539
5087
  msgid "image"
5088
  msgstr "Bild"
5089
 
5090
+ #: views/b2s/html/footer.php:525 views/b2s/html/footer.php:540
5091
  msgid "title"
5092
  msgstr "Titel"
5093
 
5094
+ #: views/b2s/html/footer.php:526 views/b2s/html/footer.php:541
5095
  msgid "description"
5096
  msgstr "Beschreibung"
5097
 
5098
+ #: views/b2s/html/footer.php:528
5099
  msgid ""
5100
  "Blog2Social will automatically write these information in the Facebook Open "
5101
  "Graph (OG) Meta Tags for Image, Title and Description of your blog post."
5103
  "Blog2Social schreibt diese Informationen automatisch in die Facebook Open "
5104
  "Graph (OG) Tags als Bild, Titel und Beschreibung Deines Blogbeitrags."
5105
 
5106
+ #: views/b2s/html/footer.php:531
5107
  msgid ""
5108
  "Please note: If this post has already been shared or scheduled previously, "
5109
  "your current changes will also affect the look of previously shared or "
5116
  "aktuellsten Informationen aus den Open Graph Meta Tags zieht und alle "
5117
  "bereits existierenden Beiträge automatisch updatet. "
5118
 
5119
+ #: views/b2s/html/footer.php:533
5120
  #, php-format
5121
  msgid ""
5122
  "Please note: Your changes will have no effect on your social media posts on "
5128
  "Deinen Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> "
5129
  "manuell deaktiviert hast."
5130
 
5131
+ #: views/b2s/html/footer.php:536
5132
  msgid ""
5133
  "You can change the image, title and description for your post on Twitter, by "
5134
  "editing the following fields for"
5137
  "Twitter ändern, indem Du die folgenden Felder für die Twitter Card Tags "
5138
  "bearbeitest"
5139
 
5140
+ #: views/b2s/html/footer.php:543
5141
  msgid ""
5142
  "Blog2Social will automatically write these information in the Twitter Card "
5143
  "Meta Tags for Image, Title and Description of your blog post."
5145
  "Blog2Social schreibt diese Informationen automatisch in die Twitter Card "
5146
  "Meta Tags als Bild, Titel und Beschreibung Deines Blogbeitrags."
5147
 
5148
+ #: views/b2s/html/footer.php:546
5149
  msgid ""
5150
  "Please note: If this post was previously shared or scheduled, your current "
5151
  "changes will also affect the look of previously shared or scheduled posts, "
5160
  "Beitrag bereits geteilt wurde, kann es bis zu 7 Tage dauern, bis Twitter "
5161
  "Deine aktuellen Änderungen aktualisiert."
5162
 
5163
+ #: views/b2s/html/footer.php:548
5164
  #, php-format
5165
  msgid ""
5166
  "Please note: Your changes will have no effect on your social media posts on "
5172
  "Deinen Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> "
5173
  "manuell deaktiviert hast."
5174
 
5175
+ #: views/b2s/html/footer.php:555
5176
  msgid "You want to change the image, title and description for your post?"
5177
  msgstr ""
5178
  "Möchtest Du das Bild, den Titel und die Beschreibung für Deinen Post ändern?"
5179
 
5180
+ #: views/b2s/html/footer.php:594
5181
  msgid ""
5182
  "You are currently sharing this post as image post. Changes to title and "
5183
  "description Meta Tag parameters will only be supported for link post formats."
5190
  "individuelle Änderungen am Titel und an der Beschreibung für Deine "
5191
  "Beitragsvorschau vorzunehmen."
5192
 
5193
+ #: views/b2s/html/footer.php:597
5194
  #, php-format
5195
  msgid ""
5196
  "Your changes will have no effect on your social media posts on Facebook, if "
5202
  "Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell "
5203
  "deaktiviert hast."
5204
 
5205
+ #: views/b2s/html/footer.php:600
5206
  #, php-format
5207
  msgid ""
5208
  "Your changes will have no effect on your social media posts on Twitter, if "
languages/blog2social.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2020-09-29 09:59+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
@@ -51,19 +51,19 @@ msgstr ""
51
  msgid "Blog2Social: Social Media Content Calendar"
52
  msgstr ""
53
 
54
- #: includes/Loader.php:806
55
  msgid "This post will be shared into your social media from"
56
  msgstr ""
57
 
58
- #: includes/Loader.php:806 includes/Loader.php:808
59
  msgid "show details"
60
  msgstr ""
61
 
62
- #: includes/Loader.php:808
63
  msgid "This post will be shared on social media in 2-3 minutes!"
64
  msgstr ""
65
 
66
- #: includes/Loader.php:812
67
  msgid ""
68
  "Please make sure that your post, page or custom post type is published or "
69
  "scheduled to be published on this blog before you try to post it with "
@@ -71,7 +71,7 @@ msgid ""
71
  "scheduled WP posts will be shared with the posting id link."
72
  msgstr ""
73
 
74
- #: includes/Loader.php:815 includes/B2S/PostBox.php:146
75
  #: includes/B2S/AutoPost/Item.php:59
76
  msgid ""
77
  "There are no social network accounts assigned to your selected network "
@@ -79,282 +79,283 @@ msgid ""
79
  "another network collection."
80
  msgstr ""
81
 
82
- #: includes/Loader.php:828 views/b2s/html/sidebar.php:45
83
  #: views/b2s/html/sidebar.ship.php:44
84
  msgid "Upgrade to Premium"
85
  msgstr ""
86
 
87
- #: includes/Loader.php:831 includes/Loader.php:965 includes/Loader.php:965
88
- #: includes/Loader.php:1039 includes/B2S/RePost/Item.php:25
89
  #: views/b2s/html/sidebar.php:137
90
  msgid "Settings"
91
  msgstr ""
92
 
93
- #: includes/Loader.php:831
94
  msgid "Support"
95
  msgstr ""
96
 
97
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:19
98
  msgid "Notifications"
99
  msgstr ""
100
 
101
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:17
102
  #: views/b2s/html/sidebar.php:125
103
  msgid "Shared Posts"
104
  msgstr ""
105
 
106
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:14
107
  #: views/b2s/html/sidebar.php:119
108
  msgid "Instant Sharing"
109
  msgstr ""
110
 
111
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:10
112
  #: views/b2s/html/post.navbar.php:12 views/b2s/html/sidebar.php:94
113
  #: views/b2s/html/sidebar.php:116
114
  msgid "Drafts"
115
  msgstr ""
116
 
117
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:15
118
  #: views/b2s/html/sidebar.php:122 views/b2s/widgets/posts.php:18
119
  msgid "Scheduled Posts"
120
  msgstr ""
121
 
122
- #: includes/Loader.php:881
123
  msgid "Social Media Post Drafts"
124
  msgstr ""
125
 
126
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:9
127
  #: views/b2s/html/sidebar.php:113
128
  msgid "Favorites"
129
  msgstr ""
130
 
131
- #: includes/Loader.php:881 views/b2s/settings.php:35
132
  #: views/b2s/html/sidebar.php:75
133
  msgid "Auto-Post"
134
  msgstr ""
135
 
136
- #: includes/Loader.php:881 views/b2s/html/post.navbar.php:18
137
  #: views/b2s/html/sidebar.php:72
138
  msgid "Re-Share Posts"
139
  msgstr ""
140
 
141
- #: includes/Loader.php:881 views/b2s/curation.php:47 views/b2s/support.php:19
142
  #: views/b2s/support.php:22
143
  msgid "NEW"
144
  msgstr ""
145
 
146
- #: includes/Loader.php:882 includes/B2S/AutoPost/Item.php:250
147
  #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151
148
- #: includes/B2S/Network/Item.php:153 includes/B2S/Network/Item.php:220
149
- #: includes/B2S/Network/Item.php:611 includes/B2S/Ship/Portale.php:38
150
- #: includes/B2S/Ship/Portale.php:40 includes/B2S/Ship/Portale.php:42
 
151
  msgid "Profile"
152
  msgstr ""
153
 
154
- #: includes/Loader.php:882 includes/B2S/AutoPost/Item.php:250
155
- #: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:157
156
- #: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:286
157
- #: includes/B2S/Network/Item.php:613 includes/B2S/Ship/Portale.php:35
158
  #: includes/B2S/Ship/Portale.php:35
159
  msgid "Page"
160
  msgstr ""
161
 
162
- #: includes/Loader.php:882 includes/B2S/Network/Item.php:160
163
- #: includes/B2S/Network/Item.php:353 includes/B2S/Network/Item.php:616
164
  #: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
165
  msgid "Group"
166
  msgstr ""
167
 
168
- #: includes/Loader.php:883 views/prg/html/form.php:74
169
  msgid "Company"
170
  msgstr ""
171
 
172
- #: includes/Loader.php:883
173
  msgid "Business"
174
  msgstr ""
175
 
176
- #: includes/Loader.php:884
177
  #, php-format
178
  msgid ""
179
  "The network could not publish your post. Please see <a target=\"_blank\" "
180
  "href=\"%s\">FAQ</a>"
181
  msgstr ""
182
 
183
- #: includes/Loader.php:885
184
  msgid ""
185
  "Your authorization has expired. Please reconnect your account in the "
186
  "Blog2Social network settings."
187
  msgstr ""
188
 
189
- #: includes/Loader.php:886
190
  msgid "The network has marked the post as spam or abusive."
191
  msgstr ""
192
 
193
- #: includes/Loader.php:887
194
  msgid ""
195
  "We don't have the permission to publish your post. Please check your "
196
  "authorization."
197
  msgstr ""
198
 
199
- #: includes/Loader.php:888
200
  #, php-format
201
  msgid ""
202
  "Your authorization is interrupted. Please check your authorization. Please "
203
  "see <a target=\"_blank\" href=\"%s\">FAQ</a>"
204
  msgstr ""
205
 
206
- #: includes/Loader.php:889
207
  msgid "Your daily limit has been reached."
208
  msgstr ""
209
 
210
- #: includes/Loader.php:890
211
  msgid ""
212
  "Your post could not be posted, because your image is not available or the "
213
  "image source does not allow to publish"
214
  msgstr ""
215
 
216
- #: includes/Loader.php:891
217
  #, php-format
218
  msgid ""
219
  "The network has blocked your account. Please see <a target=\"_blank\" "
220
  "href=\"%s\">FAQ</a>"
221
  msgstr ""
222
 
223
- #: includes/Loader.php:892
224
  #, php-format
225
  msgid ""
226
  "The number of images is reached. Please see <a target=\"_blank\" href=\"%s\">"
227
  "FAQ</a>"
228
  msgstr ""
229
 
230
- #: includes/Loader.php:893
231
  msgid ""
232
  "Your daily limit for this network has been reached. Please try again later."
233
  msgstr ""
234
 
235
- #: includes/Loader.php:894
236
  #, php-format
237
  msgid ""
238
  "The network can not publish special characters such as Emoji. Please see <a "
239
  "target=\"_blank\" href=\"%s\">FAQ</a>"
240
  msgstr ""
241
 
242
- #: includes/Loader.php:895
243
  msgid "Your post is a duplicate."
244
  msgstr ""
245
 
246
- #: includes/Loader.php:896
247
  msgid "The network requires a public url."
248
  msgstr ""
249
 
250
- #: includes/Loader.php:897
251
  msgid ""
252
  "Your blog post was not available for the network at the time of publication."
253
  msgstr ""
254
 
255
- #: includes/Loader.php:898
256
  msgid "You have already retweeted this post."
257
  msgstr ""
258
 
259
- #: includes/Loader.php:899
260
  msgid ""
261
  "This XING API is no longer supported by XING. Please connect your XING "
262
  "accounts with the new XING interface to reschedule your posts."
263
  msgstr ""
264
 
265
- #: includes/Loader.php:900
266
  msgid "An image is required to post on this social network."
267
  msgstr ""
268
 
269
- #: includes/Loader.php:901
270
  msgid "To share social media posts on Reddit or Diigo, a link is required."
271
  msgstr ""
272
 
273
- #: includes/Loader.php:902
274
  msgid ""
275
  "Your post could not be posted, because your image can not be processed by "
276
  "the network."
277
  msgstr ""
278
 
279
- #: includes/Loader.php:903
280
  #, php-format
281
  msgid ""
282
  "Instagram published your post without text. Please see <a target=\"_blank\" "
283
  "href=\"%s\">FAQ</a>"
284
  msgstr ""
285
 
286
- #: includes/Loader.php:904
287
  msgid "Your group can not be found by the network."
288
  msgstr ""
289
 
290
- #: includes/Loader.php:960 includes/Loader.php:1005
291
  msgid "Dashboard"
292
  msgstr ""
293
 
294
- #: includes/Loader.php:961
295
  msgid "Share Website & Blog Content"
296
  msgstr ""
297
 
298
- #: includes/Loader.php:961 includes/Loader.php:1012
299
  msgid "Site & Blog Content"
300
  msgstr ""
301
 
302
- #: includes/Loader.php:962
303
  msgid "Create Social Media Posts"
304
  msgstr ""
305
 
306
- #: includes/Loader.php:962 includes/Loader.php:1019
307
  msgid "Social Media Posts"
308
  msgstr ""
309
 
310
- #: includes/Loader.php:963 includes/Loader.php:1026 views/b2s/dashboard.php:30
311
  #: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:128
312
  msgid "Calendar"
313
  msgstr ""
314
 
315
- #: includes/Loader.php:964 includes/Loader.php:1033
316
  msgid "Networks"
317
  msgstr ""
318
 
319
- #: includes/Loader.php:967 includes/Loader.php:1047
320
  msgid "PR-Service"
321
  msgstr ""
322
 
323
- #: includes/Loader.php:969 includes/Loader.php:1055
324
  #: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
325
  #: views/b2s/html/sidebar.ship.php:66
326
  msgid "Help & Support"
327
  msgstr ""
328
 
329
- #: includes/Loader.php:971
330
  msgid "Premium"
331
  msgstr ""
332
 
333
- #: includes/Loader.php:971 includes/Loader.php:1063
334
  msgid "PREMIUM"
335
  msgstr ""
336
 
337
- #: includes/Loader.php:996 views/b2s/html/sidebar.php:25
338
  #: views/b2s/html/sidebar.ship.php:24
339
  msgid "Blog2Social"
340
  msgstr ""
341
 
342
- #: includes/Loader.php:1562
343
  msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
344
  msgstr ""
345
 
346
- #: includes/Loader.php:1562 includes/System.php:32 includes/System.php:38
347
  #, php-format
348
  msgid ""
349
  "<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
350
  "our FAQ</a>"
351
  msgstr ""
352
 
353
- #: includes/Loader.php:1562 includes/Loader.php:1583 includes/Loader.php:1833
354
  msgid "or"
355
  msgstr ""
356
 
357
- #: includes/Loader.php:1562 includes/Loader.php:1583 includes/Loader.php:1833
358
  msgid "back to install plugins"
359
  msgstr ""
360
 
@@ -630,16 +631,16 @@ msgid "Please contact our support!"
630
  msgstr ""
631
 
632
  #: includes/Ajax/Post.php:1868 views/b2s/network.php:7
633
- #: includes/B2S/Network/Item.php:218 includes/B2S/Network/Item.php:284
634
- #: includes/B2S/Network/Item.php:351 includes/B2S/Network/Item.php:477
635
  msgid "Unknown username"
636
  msgstr ""
637
 
638
- #: includes/Ajax/Post.php:1869 includes/B2S/Network/Item.php:478
639
  #: includes/B2S/Post/Item.php:521 includes/B2S/Post/Item.php:541
640
  #: includes/B2S/Post/Item.php:833 includes/B2S/Post/Item.php:891
641
- #: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1137
642
- #: includes/B2S/Ship/Item.php:1287
643
  msgid "delete"
644
  msgstr ""
645
 
@@ -684,9 +685,9 @@ msgstr ""
684
  #: includes/B2S/PostBox.php:253 views/b2s/network.php:42 views/b2s/ship.php:76
685
  #: views/b2s/ship.php:166 views/b2s/ship.php:258
686
  #: includes/B2S/AutoPost/Item.php:108 includes/B2S/AutoPost/Item.php:205
687
- #: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:174
688
  #: includes/B2S/RePost/Item.php:145 includes/B2S/RePost/Item.php:166
689
- #: includes/B2S/Ship/Item.php:1101
690
  msgid "Info"
691
  msgstr ""
692
 
@@ -726,7 +727,7 @@ msgstr ""
726
  msgid "enable Auto-Posting"
727
  msgstr ""
728
 
729
- #: includes/B2S/PostBox.php:180 includes/B2S/Ship/Item.php:400
730
  msgid "show calendar"
731
  msgstr ""
732
 
@@ -743,12 +744,12 @@ msgid ""
743
  "engagement with your community."
744
  msgstr ""
745
 
746
- #: includes/B2S/PostBox.php:207 views/b2s/html/footer.php:325
747
- #: views/b2s/html/footer.php:365
748
  msgid "Blog2Social: Social Media Auto-Posting"
749
  msgstr ""
750
 
751
- #: includes/B2S/PostBox.php:211 views/b2s/html/footer.php:329
752
  msgid ""
753
  "Share your blog posts with the Auto Poster: Your blog posts will be shared "
754
  "automatically on your social media channels as soon as you publish or update "
@@ -756,35 +757,35 @@ msgid ""
756
  "they are published."
757
  msgstr ""
758
 
759
- #: includes/B2S/PostBox.php:212 views/b2s/html/footer.php:330
760
  #, php-format
761
  msgid ""
762
  "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your "
763
  "blog posts</a>"
764
  msgstr ""
765
 
766
- #: includes/B2S/PostBox.php:216 views/b2s/html/footer.php:336
767
- #: views/b2s/html/footer.php:375 views/b2s/html/footer.php:433
768
  msgid "You want to auto-post your blog post?"
769
  msgstr ""
770
 
771
  #: includes/B2S/PostBox.php:217 views/b2s/curation.php:171
772
  #: views/b2s/curation.php:210 views/b2s/post.calendar.php:282
773
  #: views/b2s/ship.php:309 views/b2s/ship.php:373 views/b2s/ship.php:419
774
- #: views/b2s/html/footer.php:28 views/b2s/html/footer.php:164
775
- #: views/b2s/html/footer.php:228 views/b2s/html/footer.php:268
776
- #: views/b2s/html/footer.php:337 views/b2s/html/footer.php:376
777
- #: views/b2s/html/footer.php:434 views/b2s/html/footer.php:527
778
  msgid "With Blog2Social Premium you can:"
779
  msgstr ""
780
 
781
  #: includes/B2S/PostBox.php:220 views/b2s/curation.php:174
782
  #: views/b2s/curation.php:213 views/b2s/post.calendar.php:285
783
  #: views/b2s/ship.php:312 views/b2s/ship.php:376 views/b2s/ship.php:422
784
- #: views/b2s/html/footer.php:31 views/b2s/html/footer.php:167
785
- #: views/b2s/html/footer.php:231 views/b2s/html/footer.php:271
786
- #: views/b2s/html/footer.php:340 views/b2s/html/footer.php:379
787
- #: views/b2s/html/footer.php:437 views/b2s/html/footer.php:530
788
  #: views/b2s/html/header.php:342
789
  msgid "Post on pages and groups"
790
  msgstr ""
@@ -792,10 +793,10 @@ msgstr ""
792
  #: includes/B2S/PostBox.php:221 views/b2s/curation.php:175
793
  #: views/b2s/curation.php:214 views/b2s/post.calendar.php:286
794
  #: views/b2s/ship.php:313 views/b2s/ship.php:377 views/b2s/ship.php:423
795
- #: views/b2s/html/footer.php:32 views/b2s/html/footer.php:168
796
- #: views/b2s/html/footer.php:232 views/b2s/html/footer.php:272
797
- #: views/b2s/html/footer.php:341 views/b2s/html/footer.php:380
798
- #: views/b2s/html/footer.php:438 views/b2s/html/footer.php:531
799
  msgid "Share on multiple profiles, pages and groups"
800
  msgstr ""
801
 
@@ -803,30 +804,30 @@ msgstr ""
803
  #: views/b2s/curation.php:215 views/b2s/post.calendar.php:287
804
  #: views/b2s/ship.php:314 views/b2s/ship.php:378 views/b2s/ship.php:424
805
  #: views/b2s/html/footer.php:33 views/b2s/html/footer.php:67
806
- #: views/b2s/html/footer.php:169 views/b2s/html/footer.php:233
807
- #: views/b2s/html/footer.php:273 views/b2s/html/footer.php:342
808
- #: views/b2s/html/footer.php:381 views/b2s/html/footer.php:439
809
- #: views/b2s/html/footer.php:532
810
  msgid "Auto-post and auto-schedule new and updated blog posts"
811
  msgstr ""
812
 
813
  #: includes/B2S/PostBox.php:223 views/b2s/curation.php:177
814
  #: views/b2s/curation.php:216 views/b2s/post.calendar.php:288
815
  #: views/b2s/ship.php:315 views/b2s/ship.php:379 views/b2s/ship.php:425
816
- #: views/b2s/html/footer.php:34 views/b2s/html/footer.php:170
817
- #: views/b2s/html/footer.php:234 views/b2s/html/footer.php:274
818
- #: views/b2s/html/footer.php:343 views/b2s/html/footer.php:382
819
- #: views/b2s/html/footer.php:440 views/b2s/html/footer.php:533
820
  msgid "Schedule your posts at the best times on each network"
821
  msgstr ""
822
 
823
  #: includes/B2S/PostBox.php:224 views/b2s/curation.php:178
824
  #: views/b2s/curation.php:217 views/b2s/post.calendar.php:289
825
  #: views/b2s/ship.php:316 views/b2s/ship.php:380 views/b2s/ship.php:426
826
- #: views/b2s/html/footer.php:35 views/b2s/html/footer.php:171
827
- #: views/b2s/html/footer.php:235 views/b2s/html/footer.php:275
828
- #: views/b2s/html/footer.php:344 views/b2s/html/footer.php:383
829
- #: views/b2s/html/footer.php:441 views/b2s/html/footer.php:534
830
  msgid ""
831
  "Best Time Manager: use predefined best time scheduler to auto-schedule your "
832
  "social media posts"
@@ -835,20 +836,20 @@ msgstr ""
835
  #: includes/B2S/PostBox.php:225 views/b2s/curation.php:179
836
  #: views/b2s/curation.php:218 views/b2s/post.calendar.php:290
837
  #: views/b2s/ship.php:317 views/b2s/ship.php:381 views/b2s/ship.php:427
838
- #: views/b2s/html/footer.php:36 views/b2s/html/footer.php:172
839
- #: views/b2s/html/footer.php:236 views/b2s/html/footer.php:276
840
- #: views/b2s/html/footer.php:345 views/b2s/html/footer.php:384
841
- #: views/b2s/html/footer.php:442 views/b2s/html/footer.php:535
842
  msgid "Schedule your post for one time, multiple times or recurrently"
843
  msgstr ""
844
 
845
  #: includes/B2S/PostBox.php:226 views/b2s/curation.php:180
846
  #: views/b2s/curation.php:219 views/b2s/post.calendar.php:291
847
  #: views/b2s/ship.php:318 views/b2s/ship.php:382 views/b2s/ship.php:428
848
- #: views/b2s/html/footer.php:37 views/b2s/html/footer.php:173
849
- #: views/b2s/html/footer.php:237 views/b2s/html/footer.php:277
850
- #: views/b2s/html/footer.php:346 views/b2s/html/footer.php:385
851
- #: views/b2s/html/footer.php:443 views/b2s/html/footer.php:536
852
  msgid "Schedule and re-share old posts"
853
  msgstr ""
854
 
@@ -856,10 +857,10 @@ msgstr ""
856
  #: views/b2s/curation.php:220 views/b2s/post.calendar.php:292
857
  #: views/b2s/ship.php:319 views/b2s/ship.php:383 views/b2s/ship.php:429
858
  #: views/b2s/html/footer.php:38 views/b2s/html/footer.php:69
859
- #: views/b2s/html/footer.php:174 views/b2s/html/footer.php:238
860
- #: views/b2s/html/footer.php:278 views/b2s/html/footer.php:347
861
- #: views/b2s/html/footer.php:386 views/b2s/html/footer.php:444
862
- #: views/b2s/html/footer.php:537
863
  msgid "Select link format or image format for your posts"
864
  msgstr ""
865
 
@@ -867,20 +868,20 @@ msgstr ""
867
  #: views/b2s/curation.php:221 views/b2s/post.calendar.php:293
868
  #: views/b2s/ship.php:320 views/b2s/ship.php:384 views/b2s/ship.php:430
869
  #: views/b2s/html/footer.php:39 views/b2s/html/footer.php:70
870
- #: views/b2s/html/footer.php:175 views/b2s/html/footer.php:239
871
- #: views/b2s/html/footer.php:279 views/b2s/html/footer.php:348
872
- #: views/b2s/html/footer.php:387 views/b2s/html/footer.php:445
873
- #: views/b2s/html/footer.php:538
874
  msgid "Select individual images per post"
875
  msgstr ""
876
 
877
  #: includes/B2S/PostBox.php:229 views/b2s/curation.php:183
878
  #: views/b2s/curation.php:222 views/b2s/post.calendar.php:294
879
  #: views/b2s/ship.php:321 views/b2s/ship.php:385 views/b2s/ship.php:431
880
- #: views/b2s/html/footer.php:40 views/b2s/html/footer.php:176
881
- #: views/b2s/html/footer.php:240 views/b2s/html/footer.php:280
882
- #: views/b2s/html/footer.php:349 views/b2s/html/footer.php:388
883
- #: views/b2s/html/footer.php:446 views/b2s/html/footer.php:539
884
  msgid ""
885
  "Reporting & calendar: keep track of your published and scheduled social "
886
  "media posts"
@@ -889,10 +890,10 @@ msgstr ""
889
  #: includes/B2S/PostBox.php:231 views/b2s/curation.php:185
890
  #: views/b2s/curation.php:224 views/b2s/post.calendar.php:296
891
  #: views/b2s/ship.php:323 views/b2s/ship.php:387 views/b2s/ship.php:433
892
- #: views/b2s/html/footer.php:42 views/b2s/html/footer.php:178
893
- #: views/b2s/html/footer.php:242 views/b2s/html/footer.php:282
894
- #: views/b2s/html/footer.php:351 views/b2s/html/footer.php:390
895
- #: views/b2s/html/footer.php:448 views/b2s/html/footer.php:541
896
  msgid "Upgrade to SMART and above"
897
  msgstr ""
898
 
@@ -901,10 +902,10 @@ msgstr ""
901
  #: views/b2s/ship.php:325 views/b2s/ship.php:389 views/b2s/ship.php:435
902
  #: views/b2s/html/footer.php:44 views/b2s/html/footer.php:75
903
  #: views/b2s/html/footer.php:93 views/b2s/html/footer.php:111
904
- #: views/b2s/html/footer.php:180 views/b2s/html/footer.php:244
905
- #: views/b2s/html/footer.php:284 views/b2s/html/footer.php:353
906
- #: views/b2s/html/footer.php:392 views/b2s/html/footer.php:450
907
- #: views/b2s/html/footer.php:544
908
  #, php-format
909
  msgid ""
910
  "or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of "
@@ -1074,7 +1075,7 @@ msgstr ""
1074
  #: views/b2s/curation.php:45 views/b2s/post.calendar.php:70
1075
  #: views/b2s/post.sched.php:189 views/b2s/repost.php:73
1076
  #: includes/B2S/Settings/Item.php:239 includes/B2S/Settings/Item.php:272
1077
- #: views/b2s/html/footer.php:131
1078
  msgid "Link Post"
1079
  msgstr ""
1080
 
@@ -1087,10 +1088,10 @@ msgstr ""
1087
 
1088
  #: views/b2s/curation.php:49 views/b2s/network.php:230 views/b2s/ship.php:23
1089
  #: includes/B2S/AutoPost/Item.php:31 includes/B2S/Curation/View.php:56
1090
- #: includes/B2S/Network/Item.php:164 includes/B2S/Network/Item.php:258
1091
- #: includes/B2S/Network/Item.php:324 includes/B2S/Network/Item.php:386
1092
  #: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:159
1093
- #: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Item.php:1160
1094
  #: views/b2s/html/post.navbar.php:15 views/b2s/html/post.navbar.php:18
1095
  #: views/b2s/html/post.navbar.php:20 views/b2s/partials/post-edit-modal.php:9
1096
  #: views/b2s/widgets/posts.php:18
@@ -1117,20 +1118,20 @@ msgstr ""
1117
  msgid "continue"
1118
  msgstr ""
1119
 
1120
- #: views/b2s/curation.php:93 includes/B2S/Ship/Item.php:468
1121
- #: includes/B2S/Ship/Item.php:490 includes/B2S/Ship/Item.php:497
1122
- #: includes/B2S/Ship/Item.php:504 includes/B2S/Ship/Item.php:528
1123
- #: includes/B2S/Ship/Item.php:551 includes/B2S/Ship/Item.php:558
1124
- #: includes/B2S/Ship/Item.php:565 includes/B2S/Ship/Item.php:588
1125
- #: includes/B2S/Ship/Item.php:617 includes/B2S/Ship/Item.php:646
1126
- #: includes/B2S/Ship/Item.php:674 includes/B2S/Ship/Item.php:717
1127
- #: includes/B2S/Ship/Item.php:738 includes/B2S/Ship/Item.php:745
1128
- #: includes/B2S/Ship/Item.php:752 includes/B2S/Ship/Item.php:772
1129
- #: includes/B2S/Ship/Item.php:792 includes/B2S/Ship/Item.php:799
1130
- #: includes/B2S/Ship/Item.php:806 includes/B2S/Ship/Item.php:823
1131
- #: includes/B2S/Ship/Item.php:844 includes/B2S/Ship/Item.php:865
1132
- #: includes/B2S/Ship/Item.php:886 includes/B2S/Ship/Item.php:907
1133
- #: includes/B2S/Ship/Item.php:951
1134
  msgid "Change image"
1135
  msgstr ""
1136
 
@@ -1175,7 +1176,7 @@ msgid "Blog2Social Premium covers everything you need."
1175
  msgstr ""
1176
 
1177
  #: views/b2s/curation.php:160 views/b2s/post.calendar.php:271
1178
- #: views/b2s/ship.php:408 includes/B2S/Ship/Item.php:1161
1179
  msgid "Schedule for specific dates"
1180
  msgstr ""
1181
 
@@ -1275,12 +1276,12 @@ msgstr ""
1275
  msgid "You want to define a new combination of networks?"
1276
  msgstr ""
1277
 
1278
- #: views/b2s/network.php:35 includes/B2S/Network/Item.php:153
1279
- #: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:161
1280
- #: includes/B2S/Ship/Image.php:92 includes/B2S/Ship/Item.php:507
1281
- #: includes/B2S/Ship/Item.php:568 includes/B2S/Ship/Item.php:755
1282
- #: includes/B2S/Ship/Item.php:809 includes/B2S/Ship/Portale.php:32
1283
- #: includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:42
1284
  msgid "PRO"
1285
  msgstr ""
1286
 
@@ -1289,7 +1290,7 @@ msgid "Delete"
1289
  msgstr ""
1290
 
1291
  #: views/b2s/network.php:48 views/b2s/ship.php:74 views/b2s/ship.php:372
1292
- #: views/b2s/html/footer.php:227
1293
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
1294
  msgstr ""
1295
 
@@ -1330,7 +1331,7 @@ msgid ""
1330
  msgstr ""
1331
 
1332
  #: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:494
1333
- #: includes/B2S/Ship/Item.php:1199 views/b2s/partials/post-edit-modal.php:48
1334
  msgid "Learn more"
1335
  msgstr ""
1336
 
@@ -1392,13 +1393,13 @@ msgstr ""
1392
  msgid "modfiy"
1393
  msgstr ""
1394
 
1395
- #: views/b2s/network.php:230 includes/B2S/Network/Item.php:164
1396
- #: includes/B2S/Network/Item.php:164
1397
  msgid "Edit Post Template"
1398
  msgstr ""
1399
 
1400
  #: views/b2s/network.php:242 views/b2s/settings.php:49
1401
- #: includes/B2S/Network/Item.php:538 includes/B2S/Settings/Item.php:133
1402
  msgid "save"
1403
  msgstr ""
1404
 
@@ -1465,7 +1466,7 @@ msgstr ""
1465
  msgid "The name of the post author."
1466
  msgstr ""
1467
 
1468
- #: views/b2s/network.php:318 includes/B2S/Network/Item.php:745
1469
  msgid "Character limit"
1470
  msgstr ""
1471
 
@@ -1684,7 +1685,7 @@ msgstr ""
1684
  msgid "Upgrade to Blog2Social Business"
1685
  msgstr ""
1686
 
1687
- #: views/b2s/network.php:518 includes/B2S/Network/Item.php:508
1688
  #, php-format
1689
  msgid ""
1690
  "Define parameters that will be added to link posts on this network e.g. to "
@@ -1752,16 +1753,16 @@ msgid "scheduled"
1752
  msgstr ""
1753
 
1754
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
1755
- #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:675
1756
- #: includes/B2S/Network/Item.php:678 includes/B2S/Settings/Item.php:239
1757
- #: views/b2s/html/footer.php:148
1758
  msgid "Image with frame"
1759
  msgstr ""
1760
 
1761
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
1762
- #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:676
1763
- #: includes/B2S/Network/Item.php:679 includes/B2S/Settings/Item.php:253
1764
- #: views/b2s/html/footer.php:153
1765
  msgid "Image cut out"
1766
  msgstr ""
1767
 
@@ -2628,7 +2629,7 @@ msgstr ""
2628
  msgid "Apply best times"
2629
  msgstr ""
2630
 
2631
- #: includes/B2S/AutoPost/Item.php:107 views/b2s/html/footer.php:404
2632
  msgid ""
2633
  "Share posts from other authors automatically with your Auto-Poster settings"
2634
  msgstr ""
@@ -2695,7 +2696,7 @@ msgstr ""
2695
  msgid "Save"
2696
  msgstr ""
2697
 
2698
- #: includes/B2S/AutoPost/Item.php:241 includes/B2S/Network/Item.php:173
2699
  msgid "Connections"
2700
  msgstr ""
2701
 
@@ -2733,7 +2734,7 @@ msgid "at scheduled times"
2733
  msgstr ""
2734
 
2735
  #: includes/B2S/Curation/View.php:69 includes/B2S/Curation/View.php:70
2736
- #: includes/B2S/RePost/Item.php:196 includes/B2S/Ship/Item.php:1269
2737
  #: views/b2s/partials/post-edit-modal.php:62
2738
  #: views/b2s/partials/post-edit-modal.php:65
2739
  msgid "Date"
@@ -2751,7 +2752,7 @@ msgstr ""
2751
  msgid "Show all"
2752
  msgstr ""
2753
 
2754
- #: includes/B2S/Network/Item.php:64 includes/B2S/Network/Item.php:180
2755
  msgid "My profile"
2756
  msgstr ""
2757
 
@@ -2763,102 +2764,107 @@ msgstr ""
2763
  msgid "Best times"
2764
  msgstr ""
2765
 
2766
- #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:220
2767
- #: includes/B2S/Ship/Item.php:338 includes/B2S/Ship/Navbar.php:86
2768
  #: includes/B2S/Ship/Portale.php:38
2769
  msgid "Blog"
2770
  msgstr ""
2771
 
2772
- #: includes/B2S/Network/Item.php:153 includes/B2S/Ship/Portale.php:42
 
2773
  msgid "You want to connect a network profile?"
2774
  msgstr ""
2775
 
2776
- #: includes/B2S/Network/Item.php:157 includes/B2S/Ship/Portale.php:35
 
 
 
 
2777
  msgid "You want to connect a network page?"
2778
  msgstr ""
2779
 
2780
- #: includes/B2S/Network/Item.php:160 includes/B2S/Network/Item.php:353
2781
  #: includes/B2S/Ship/Portale.php:31
2782
  msgid "Publication"
2783
  msgstr ""
2784
 
2785
- #: includes/B2S/Network/Item.php:161 includes/B2S/Ship/Portale.php:32
2786
  msgid "You want to connect a social media group?"
2787
  msgstr ""
2788
 
2789
- #: includes/B2S/Network/Item.php:174 views/b2s/html/footer.php:212
2790
  msgid "Best Time Manager"
2791
  msgstr ""
2792
 
2793
- #: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:277
2794
- #: includes/B2S/Network/Item.php:344
2795
  msgid "To reactivate this connection,"
2796
  msgstr ""
2797
 
2798
- #: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:277
2799
- #: includes/B2S/Network/Item.php:344 includes/B2S/Ship/Image.php:31
2800
  msgid "please upgrade"
2801
  msgstr ""
2802
 
2803
- #: includes/B2S/Network/Item.php:214 includes/B2S/Network/Item.php:280
2804
- #: includes/B2S/Network/Item.php:347
2805
  msgid "Authorization is interrupted since"
2806
  msgstr ""
2807
 
2808
- #: includes/B2S/Network/Item.php:218 includes/B2S/Network/Item.php:284
2809
- #: includes/B2S/Network/Item.php:351
2810
  msgid "Assigned by"
2811
  msgstr ""
2812
 
2813
- #: includes/B2S/Network/Item.php:256 includes/B2S/Network/Item.php:322
2814
- #: includes/B2S/Network/Item.php:384 includes/B2S/Ship/Item.php:1217
2815
  msgid "Days"
2816
  msgstr ""
2817
 
2818
- #: includes/B2S/Network/Item.php:286 includes/B2S/Ship/Item.php:338
2819
  msgid "Employer Branding"
2820
  msgstr ""
2821
 
2822
- #: includes/B2S/Network/Item.php:465
2823
  msgid "Connection currently assigned to"
2824
  msgstr ""
2825
 
2826
- #: includes/B2S/Network/Item.php:510 views/prg/html/form.php:84
2827
  #: views/prg/html/form.php:86 views/prg/html/form.php:161
2828
  #: views/prg/html/form.php:163
2829
  msgid "Name"
2830
  msgstr ""
2831
 
2832
- #: includes/B2S/Network/Item.php:511
2833
  msgid "Value"
2834
  msgstr ""
2835
 
2836
- #: includes/B2S/Network/Item.php:535
2837
  msgid "+ add Parameter"
2838
  msgstr ""
2839
 
2840
- #: includes/B2S/Network/Item.php:536
2841
  #, php-format
2842
  msgid "Apply for all %s connections"
2843
  msgstr ""
2844
 
2845
- #: includes/B2S/Network/Item.php:537
2846
  msgid "Apply for all connections"
2847
  msgstr ""
2848
 
2849
- #: includes/B2S/Network/Item.php:558
2850
  msgid "Successfully saved"
2851
  msgstr ""
2852
 
2853
- #: includes/B2S/Network/Item.php:559
2854
  msgid "Failed to save"
2855
  msgstr ""
2856
 
2857
- #: includes/B2S/Network/Item.php:560
2858
  msgid "Failed to load the default template"
2859
  msgstr ""
2860
 
2861
- #: includes/B2S/Network/Item.php:600
2862
  msgid ""
2863
  "Upgrade to Blog2Social Smart or higher to customize your individual post "
2864
  "templates that will automatically pre-format the structure of your social "
@@ -2869,84 +2875,84 @@ msgid ""
2869
  "or slogans) to your post templates."
2870
  msgstr ""
2871
 
2872
- #: includes/B2S/Network/Item.php:601
2873
  msgid "Upgrade to Blog2Social Smart"
2874
  msgstr ""
2875
 
2876
- #: includes/B2S/Network/Item.php:622
2877
  msgid "Activate Instant Caching"
2878
  msgstr ""
2879
 
2880
- #: includes/B2S/Network/Item.php:668
2881
  msgid "Format"
2882
  msgstr ""
2883
 
2884
- #: includes/B2S/Network/Item.php:669 includes/B2S/Network/Item.php:690
2885
  msgid "Load default settings"
2886
  msgstr ""
2887
 
2888
- #: includes/B2S/Network/Item.php:675 includes/B2S/Network/Item.php:678
2889
- #: includes/B2S/Ship/Item.php:967 includes/B2S/Ship/Item.php:969
2890
  msgid "Link"
2891
  msgstr ""
2892
 
2893
- #: includes/B2S/Network/Item.php:676 includes/B2S/Network/Item.php:679
2894
  msgid "Image"
2895
  msgstr ""
2896
 
2897
- #: includes/B2S/Network/Item.php:688 includes/B2S/Settings/Item.php:64
2898
  msgid "Content"
2899
  msgstr ""
2900
 
2901
- #: includes/B2S/Network/Item.php:697 includes/B2S/Ship/Item.php:379
2902
  msgid ""
2903
  "Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
2904
  "in your post."
2905
  msgstr ""
2906
 
2907
- #: includes/B2S/Network/Item.php:709
2908
  msgid "clear"
2909
  msgstr ""
2910
 
2911
- #: includes/B2S/Network/Item.php:719
2912
  msgid "The link will be added automatically at the end of the post."
2913
  msgstr ""
2914
 
2915
- #: includes/B2S/Network/Item.php:724 includes/B2S/Network/Item.php:764
2916
  msgid "Network limit"
2917
  msgstr ""
2918
 
2919
- #: includes/B2S/Network/Item.php:724 includes/B2S/Network/Item.php:764
2920
- #: includes/B2S/Network/Item.php:764 includes/B2S/Ship/Item.php:223
2921
- #: includes/B2S/Ship/Item.php:227 includes/B2S/Ship/Item.php:269
2922
- #: includes/B2S/Ship/Item.php:273 includes/B2S/Ship/Item.php:306
2923
- #: includes/B2S/Ship/Item.php:310 includes/B2S/Ship/Item.php:1296
2924
- #: includes/B2S/Ship/Item.php:1298
2925
  msgid "characters"
2926
  msgstr ""
2927
 
2928
- #: includes/B2S/Network/Item.php:731
2929
  msgid "Add a link-URL to the end of my image post."
2930
  msgstr ""
2931
 
2932
- #: includes/B2S/Network/Item.php:738
2933
  msgid ""
2934
  "Add a link-URL to the end of my Instagram posts. (Please note, that "
2935
  "Instagram does not turn link-URLs into clickable links)"
2936
  msgstr ""
2937
 
2938
- #: includes/B2S/Network/Item.php:764
2939
  msgid "recommended length"
2940
  msgstr ""
2941
 
2942
- #: includes/B2S/Network/Item.php:784 includes/B2S/Network/Item.php:836
2943
- #: includes/B2S/Network/Item.php:905 includes/B2S/Network/Item.php:957
2944
- #: includes/B2S/Network/Item.php:991 includes/B2S/Network/Item.php:1042
2945
- #: includes/B2S/Network/Item.php:1072 includes/B2S/Network/Item.php:1126
2946
- #: includes/B2S/Network/Item.php:1145 includes/B2S/Network/Item.php:1179
2947
- #: includes/B2S/Network/Item.php:1195 includes/B2S/Network/Item.php:1211
2948
- #: includes/B2S/Network/Item.php:1227 includes/B2S/Network/Item.php:1243
2949
- #: includes/B2S/Network/Item.php:1262
2950
  msgid "Preview"
2951
  msgstr ""
2952
 
@@ -2994,43 +3000,43 @@ msgstr ""
2994
  msgid "all categories & tags"
2995
  msgstr ""
2996
 
2997
- #: includes/B2S/Post/Filter.php:152 includes/PRG/Post/Filter.php:49
2998
  msgid "all post types"
2999
  msgstr ""
3000
 
3001
- #: includes/B2S/Post/Filter.php:179
3002
  msgid "shared by user"
3003
  msgstr ""
3004
 
3005
- #: includes/B2S/Post/Filter.php:194
3006
  msgid "shared to network"
3007
  msgstr ""
3008
 
3009
- #: includes/B2S/Post/Filter.php:208 includes/B2S/RePost/Item.php:201
3010
  msgid "Startdate"
3011
  msgstr ""
3012
 
3013
- #: includes/B2S/Post/Filter.php:209 includes/B2S/RePost/Item.php:204
3014
  msgid "Enddate"
3015
  msgstr ""
3016
 
3017
- #: includes/B2S/Post/Filter.php:216 includes/PRG/Post/Filter.php:70
3018
  msgid "Search Title"
3019
  msgstr ""
3020
 
3021
- #: includes/B2S/Post/Filter.php:249 includes/PRG/Post/Filter.php:81
3022
  msgid "sort"
3023
  msgstr ""
3024
 
3025
- #: includes/B2S/Post/Filter.php:250 includes/PRG/Post/Filter.php:82
3026
  msgid "reset"
3027
  msgstr ""
3028
 
3029
- #: includes/B2S/Post/Filter.php:255
3030
  msgid "selected date"
3031
  msgstr ""
3032
 
3033
- #: includes/B2S/Post/Filter.php:255
3034
  msgid "scheduled post(s)"
3035
  msgstr ""
3036
 
@@ -3245,31 +3251,31 @@ msgstr ""
3245
  msgid "on"
3246
  msgstr ""
3247
 
3248
- #: includes/B2S/RePost/Item.php:72 includes/B2S/Ship/Item.php:1275
3249
  msgid "Mon"
3250
  msgstr ""
3251
 
3252
- #: includes/B2S/RePost/Item.php:73 includes/B2S/Ship/Item.php:1276
3253
  msgid "Tue"
3254
  msgstr ""
3255
 
3256
- #: includes/B2S/RePost/Item.php:74 includes/B2S/Ship/Item.php:1277
3257
  msgid "Wed"
3258
  msgstr ""
3259
 
3260
- #: includes/B2S/RePost/Item.php:75 includes/B2S/Ship/Item.php:1278
3261
  msgid "Thu"
3262
  msgstr ""
3263
 
3264
- #: includes/B2S/RePost/Item.php:76 includes/B2S/Ship/Item.php:1279
3265
  msgid "Fri"
3266
  msgstr ""
3267
 
3268
- #: includes/B2S/RePost/Item.php:77 includes/B2S/Ship/Item.php:1280
3269
  msgid "Sat"
3270
  msgstr ""
3271
 
3272
- #: includes/B2S/RePost/Item.php:78 includes/B2S/Ship/Item.php:1281
3273
  msgid "Sun"
3274
  msgstr ""
3275
 
@@ -3342,7 +3348,7 @@ msgid "Authors"
3342
  msgstr ""
3343
 
3344
  #: includes/B2S/Settings/Item.php:50 includes/B2S/Settings/Item.php:76
3345
- #: includes/B2S/Ship/Item.php:1119
3346
  msgid "Account"
3347
  msgstr ""
3348
 
@@ -3506,13 +3512,13 @@ msgstr ""
3506
  msgid "The image will be changed"
3507
  msgstr ""
3508
 
3509
- #: includes/B2S/Settings/Item.php:247 views/b2s/html/footer.php:149
3510
  msgid ""
3511
  "Insert white frames to show the whole image in your timeline. All image "
3512
  "information will be shown in your timeline."
3513
  msgstr ""
3514
 
3515
- #: includes/B2S/Settings/Item.php:249 views/b2s/html/footer.php:132
3516
  msgid ""
3517
  "The link post format displays posts title, link address and the first one or "
3518
  "two sentences of the post. The networks scan this information from your META "
@@ -3524,14 +3530,14 @@ msgid ""
3524
  "first image detected on your page. The image links to your blog post."
3525
  msgstr ""
3526
 
3527
- #: includes/B2S/Settings/Item.php:258 views/b2s/html/footer.php:154
3528
  msgid ""
3529
  "The image preview will be cropped automatically to fit the default Instagram "
3530
  "layout for your Instagram timeline. The image will be shown uncropped when "
3531
  "opening the preview page for your Instagram post."
3532
  msgstr ""
3533
 
3534
- #: includes/B2S/Settings/Item.php:260 views/b2s/html/footer.php:137
3535
  msgid ""
3536
  "A photo or image post displays the selected image in the one-page preview of "
3537
  "Blog2Social and your comment above the image. The image links to the image "
@@ -3619,219 +3625,219 @@ msgstr ""
3619
  msgid "Apply image for this image gallery"
3620
  msgstr ""
3621
 
3622
- #: includes/B2S/Ship/Item.php:162
3623
  msgid "Network does not support image for profiles"
3624
  msgstr ""
3625
 
3626
- #: includes/B2S/Ship/Item.php:163 includes/B2S/Ship/Item.php:239
3627
  msgid "Network defines image by link"
3628
  msgstr ""
3629
 
3630
- #: includes/B2S/Ship/Item.php:165
3631
  msgid "Supported HTML tags"
3632
  msgstr ""
3633
 
3634
- #: includes/B2S/Ship/Item.php:166 includes/B2S/Ship/Item.php:238
3635
  msgid "Network does not support emojis"
3636
  msgstr ""
3637
 
3638
- #: includes/B2S/Ship/Item.php:167 includes/B2S/Ship/Item.php:240
3639
  msgid "Network does not support GIFs"
3640
  msgstr ""
3641
 
3642
- #: includes/B2S/Ship/Item.php:222
3643
  msgid "Text only"
3644
  msgstr ""
3645
 
3646
- #: includes/B2S/Ship/Item.php:237
3647
  msgid "Network does not support image for pages"
3648
  msgstr ""
3649
 
3650
- #: includes/B2S/Ship/Item.php:330
3651
  msgid "Connection expires on 31 March 2019"
3652
  msgstr ""
3653
 
3654
- #: includes/B2S/Ship/Item.php:334
3655
  msgid "Connection expires on 2 April 2019"
3656
  msgstr ""
3657
 
3658
- #: includes/B2S/Ship/Item.php:347
3659
  msgid "post format"
3660
  msgstr ""
3661
 
3662
- #: includes/B2S/Ship/Item.php:362 includes/B2S/Ship/Item.php:1304
3663
  msgid "Insert full-text"
3664
  msgstr ""
3665
 
3666
- #: includes/B2S/Ship/Item.php:364 includes/B2S/Ship/Item.php:1306
3667
  msgid "Delete text"
3668
  msgstr ""
3669
 
3670
- #: includes/B2S/Ship/Item.php:371 includes/B2S/Ship/Item.php:766
3671
- #: includes/B2S/Ship/Item.php:1170
3672
  msgid ""
3673
  "Please keep in mind that according to Twitter’s new TOS, users are no longer "
3674
  "allowed to post identical or substantially similar content to multiple "
3675
  "accounts or multiple duplicate updates on one account."
3676
  msgstr ""
3677
 
3678
- #: includes/B2S/Ship/Item.php:371 includes/B2S/Ship/Item.php:766
3679
- #: includes/B2S/Ship/Item.php:1170
3680
  msgid ""
3681
  "Violating these rules can result in Twitter suspending your account. Always "
3682
  "vary your Tweets with different comments, hashtags or handles to prevent "
3683
  "duplicate posts."
3684
  msgstr ""
3685
 
3686
- #: includes/B2S/Ship/Item.php:371 includes/B2S/Ship/Item.php:766
3687
- #: includes/B2S/Ship/Item.php:1170
3688
  msgid "Learn more about this"
3689
  msgstr ""
3690
 
3691
- #: includes/B2S/Ship/Item.php:375
3692
  msgid ""
3693
  "Please note: XING allows identical posts to be published only once within a "
3694
  "group and no more than three times across different groups."
3695
  msgstr ""
3696
 
3697
- #: includes/B2S/Ship/Item.php:375
3698
  msgid "Read more"
3699
  msgstr ""
3700
 
3701
- #: includes/B2S/Ship/Item.php:380
3702
  msgid ""
3703
  "Please keep in mind that users are not allowed to post identical or "
3704
  "substantially similar content to multiple accounts or multiple duplicate "
3705
  "updates on one account."
3706
  msgstr ""
3707
 
3708
- #: includes/B2S/Ship/Item.php:380
3709
  msgid ""
3710
  "Violating these rules can result in suspending your account. Always vary "
3711
  "your content with different images, comments, hashtags or handles to prevent "
3712
  "duplicate posts."
3713
  msgstr ""
3714
 
3715
- #: includes/B2S/Ship/Item.php:400
3716
  msgid "hide calendar"
3717
  msgstr ""
3718
 
3719
- #: includes/B2S/Ship/Item.php:457 includes/B2S/Ship/Item.php:517
3720
- #: includes/B2S/Ship/Item.php:577 includes/B2S/Ship/Item.php:606
3721
- #: includes/B2S/Ship/Item.php:635 includes/B2S/Ship/Item.php:663
3722
- #: includes/B2S/Ship/Item.php:691 includes/B2S/Ship/Item.php:722
3723
- #: includes/B2S/Ship/Item.php:777 includes/B2S/Ship/Item.php:828
3724
- #: includes/B2S/Ship/Item.php:849 includes/B2S/Ship/Item.php:870
3725
- #: includes/B2S/Ship/Item.php:891 includes/B2S/Ship/Item.php:912
3726
- #: includes/B2S/Ship/Item.php:922
3727
  msgid "Write something about your post..."
3728
  msgstr ""
3729
 
3730
- #: includes/B2S/Ship/Item.php:472 includes/B2S/Ship/Item.php:592
3731
- #: includes/B2S/Ship/Item.php:622 includes/B2S/Ship/Item.php:650
3732
- #: includes/B2S/Ship/Item.php:678
3733
  msgid ""
3734
  "Info: Change Open Graph Meta tags image, title and description for this "
3735
  "network"
3736
  msgstr ""
3737
 
3738
- #: includes/B2S/Ship/Item.php:475 includes/B2S/Ship/Item.php:536
3739
- #: includes/B2S/Ship/Item.php:595 includes/B2S/Ship/Item.php:625
3740
- #: includes/B2S/Ship/Item.php:653 includes/B2S/Ship/Item.php:681
3741
  msgid ""
3742
  "You want to change your link image, link title and link description for this "
3743
  "network? Click here."
3744
  msgstr ""
3745
 
3746
- #: includes/B2S/Ship/Item.php:477 includes/B2S/Ship/Item.php:597
3747
- #: includes/B2S/Ship/Item.php:627 includes/B2S/Ship/Item.php:655
3748
- #: includes/B2S/Ship/Item.php:683
3749
  msgid "OG Meta title"
3750
  msgstr ""
3751
 
3752
- #: includes/B2S/Ship/Item.php:478 includes/B2S/Ship/Item.php:598
3753
- #: includes/B2S/Ship/Item.php:628 includes/B2S/Ship/Item.php:656
3754
- #: includes/B2S/Ship/Item.php:684
3755
  msgid "OG Meta description"
3756
  msgstr ""
3757
 
3758
- #: includes/B2S/Ship/Item.php:507 includes/B2S/Ship/Item.php:568
3759
- #: includes/B2S/Ship/Item.php:755 includes/B2S/Ship/Item.php:809
3760
  msgid "Do u want to post multiple images?"
3761
  msgstr ""
3762
 
3763
- #: includes/B2S/Ship/Item.php:531
3764
  msgid ""
3765
  "Please note: Twitter stores the Card parameters of a link for up to 7 days. "
3766
  "Changes may not be immediately visible on Twitter."
3767
  msgstr ""
3768
 
3769
- #: includes/B2S/Ship/Item.php:533
3770
  msgid ""
3771
  "Info: Change Card Meta tags image, title and description for this network"
3772
  msgstr ""
3773
 
3774
- #: includes/B2S/Ship/Item.php:538
3775
  msgid "Card Meta title"
3776
  msgstr ""
3777
 
3778
- #: includes/B2S/Ship/Item.php:539
3779
  msgid "Card Meta description"
3780
  msgstr ""
3781
 
3782
- #: includes/B2S/Ship/Item.php:620
3783
  msgid ""
3784
  "Please note: XING stores the Open Graph parameters of a link for up to 7 "
3785
  "days. Changes may not be immediately visible on XING."
3786
  msgstr ""
3787
 
3788
- #: includes/B2S/Ship/Item.php:938
3789
  msgid "required"
3790
  msgstr ""
3791
 
3792
- #: includes/B2S/Ship/Item.php:1038
3793
  msgid "Jobs & Projects"
3794
  msgstr ""
3795
 
3796
- #: includes/B2S/Ship/Item.php:1039
3797
  msgid "Events"
3798
  msgstr ""
3799
 
3800
- #: includes/B2S/Ship/Item.php:1040
3801
  msgid "Classified Ads"
3802
  msgstr ""
3803
 
3804
- #: includes/B2S/Ship/Item.php:1042
3805
  msgid "Offer"
3806
  msgstr ""
3807
 
3808
- #: includes/B2S/Ship/Item.php:1043
3809
  msgid "Request"
3810
  msgstr ""
3811
 
3812
- #: includes/B2S/Ship/Item.php:1054
3813
  msgid "The Headline..."
3814
  msgstr ""
3815
 
3816
- #: includes/B2S/Ship/Item.php:1062
3817
  #, php-format
3818
  msgid "max. %s Tags"
3819
  msgstr ""
3820
 
3821
- #: includes/B2S/Ship/Item.php:1064
3822
  msgid "Hashtags"
3823
  msgstr ""
3824
 
3825
- #: includes/B2S/Ship/Item.php:1101
3826
  msgid "Enable Retweets for all Tweets with the selected profile"
3827
  msgstr ""
3828
 
3829
- #: includes/B2S/Ship/Item.php:1120 views/b2s/partials/post-edit-modal.php:73
3830
  msgid "Delay"
3831
  msgstr ""
3832
 
3833
- #: includes/B2S/Ship/Item.php:1130 includes/B2S/Ship/Item.php:1131
3834
- #: includes/B2S/Ship/Item.php:1132 includes/B2S/Ship/Item.php:1133
3835
  #: views/b2s/partials/post-edit-modal.php:77
3836
  #: views/b2s/partials/post-edit-modal.php:78
3837
  #: views/b2s/partials/post-edit-modal.php:79
@@ -3839,19 +3845,19 @@ msgstr ""
3839
  msgid "min"
3840
  msgstr ""
3841
 
3842
- #: includes/B2S/Ship/Item.php:1138
3843
  msgid "Add Retweet"
3844
  msgstr ""
3845
 
3846
- #: includes/B2S/Ship/Item.php:1158
3847
  msgid "Share Now"
3848
  msgstr ""
3849
 
3850
- #: includes/B2S/Ship/Item.php:1163
3851
  msgid "Schedule Recurrent Post"
3852
  msgstr ""
3853
 
3854
- #: includes/B2S/Ship/Item.php:1199 views/b2s/partials/post-edit-modal.php:47
3855
  msgid ""
3856
  "Please note: Your account is connected via an old XING API that is no longer "
3857
  "supported by XING after March 31. Please connect your XING profile, as well "
@@ -3861,7 +3867,7 @@ msgid ""
3861
  "the new XING."
3862
  msgstr ""
3863
 
3864
- #: includes/B2S/Ship/Item.php:1203 views/b2s/partials/post-edit-modal.php:51
3865
  msgid ""
3866
  "Please note: Google will shut down Google+ for all private accounts "
3867
  "(profiles, pages, groups) on 2nd April 2019. You can find further "
@@ -3869,88 +3875,88 @@ msgid ""
3869
  "other content here:"
3870
  msgstr ""
3871
 
3872
- #: includes/B2S/Ship/Item.php:1206
3873
  msgid "Repeats"
3874
  msgstr ""
3875
 
3876
- #: includes/B2S/Ship/Item.php:1207 includes/B2S/Ship/Item.php:1210
3877
  msgid "Duration"
3878
  msgstr ""
3879
 
3880
- #: includes/B2S/Ship/Item.php:1211
3881
  msgid "Number of repeats"
3882
  msgstr ""
3883
 
3884
- #: includes/B2S/Ship/Item.php:1212
3885
  msgid "Day of month"
3886
  msgstr ""
3887
 
3888
- #: includes/B2S/Ship/Item.php:1213
3889
  msgid "Repeats every (days)"
3890
  msgstr ""
3891
 
3892
- #: includes/B2S/Ship/Item.php:1215
3893
  msgid "Start date"
3894
  msgstr ""
3895
 
3896
- #: includes/B2S/Ship/Item.php:1216
3897
  msgid "Time to publish"
3898
  msgstr ""
3899
 
3900
- #: includes/B2S/Ship/Item.php:1225
3901
  msgid "weekly"
3902
  msgstr ""
3903
 
3904
- #: includes/B2S/Ship/Item.php:1226
3905
  msgid "monthly"
3906
  msgstr ""
3907
 
3908
- #: includes/B2S/Ship/Item.php:1227
3909
  msgid "own period"
3910
  msgstr ""
3911
 
3912
- #: includes/B2S/Ship/Item.php:1233
3913
  msgid "Week"
3914
  msgstr ""
3915
 
3916
- #: includes/B2S/Ship/Item.php:1233
3917
  msgid "Weeks"
3918
  msgstr ""
3919
 
3920
- #: includes/B2S/Ship/Item.php:1242
3921
  msgid "Month"
3922
  msgstr ""
3923
 
3924
- #: includes/B2S/Ship/Item.php:1242
3925
  msgid "Months"
3926
  msgstr ""
3927
 
3928
- #: includes/B2S/Ship/Item.php:1262
3929
  msgid "End Of Month"
3930
  msgstr ""
3931
 
3932
- #: includes/B2S/Ship/Item.php:1267
3933
  msgid "Timespan"
3934
  msgstr ""
3935
 
3936
- #: includes/B2S/Ship/Item.php:1270 views/b2s/partials/post-edit-modal.php:63
3937
  #: views/b2s/partials/post-edit-modal.php:66
3938
  msgid "Time"
3939
  msgstr ""
3940
 
3941
- #: includes/B2S/Ship/Item.php:1288
3942
  msgid "add another post"
3943
  msgstr ""
3944
 
3945
- #: includes/B2S/Ship/Item.php:1302
3946
  msgid "Copy from original"
3947
  msgstr ""
3948
 
3949
- #: includes/B2S/Ship/Item.php:1318
3950
  msgid "Apply Settings To All Networks"
3951
  msgstr ""
3952
 
3953
- #: includes/B2S/Ship/Item.php:1319
3954
  msgid "Save as best time for this network"
3955
  msgstr ""
3956
 
@@ -4134,26 +4140,32 @@ msgid ""
4134
  msgstr ""
4135
 
4136
  #: views/b2s/html/footer.php:83 views/b2s/html/footer.php:101
 
4137
  msgid "Also included:"
4138
  msgstr ""
4139
 
4140
  #: views/b2s/html/footer.php:85 views/b2s/html/footer.php:103
 
4141
  msgid "Social media auto-posting and auto-scheduling"
4142
  msgstr ""
4143
 
4144
  #: views/b2s/html/footer.php:86 views/b2s/html/footer.php:104
 
4145
  msgid "Posting to social media pages and groups in Facebook"
4146
  msgstr ""
4147
 
4148
  #: views/b2s/html/footer.php:87 views/b2s/html/footer.php:105
 
4149
  msgid "Sharing on multiple accounts per network"
4150
  msgstr ""
4151
 
4152
  #: views/b2s/html/footer.php:88 views/b2s/html/footer.php:106
 
4153
  msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
4154
  msgstr ""
4155
 
4156
  #: views/b2s/html/footer.php:89 views/b2s/html/footer.php:107
 
4157
  msgid "Reporting with links to already published posts"
4158
  msgstr ""
4159
 
@@ -4162,38 +4174,56 @@ msgid "With Blog2Social Premium PRO you can post multiple images."
4162
  msgstr ""
4163
 
4164
  #: views/b2s/html/footer.php:122
4165
- msgid "Select the preferred custom post format for your posts"
 
 
 
 
4166
  msgstr ""
4167
 
4168
  #: views/b2s/html/footer.php:127
4169
  msgid ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4170
  "Select link post or image post format to define your preferred custom post "
4171
  "format for Twitter, LinkedIn, and Facebook."
4172
  msgstr ""
4173
 
4174
- #: views/b2s/html/footer.php:136
4175
  msgid "Photo Post"
4176
  msgstr ""
4177
 
4178
- #: views/b2s/html/footer.php:144
4179
  msgid ""
4180
  "For Instagram, you can select \"image with frame\" or \"image cut out\" as "
4181
  "your preferred custom post format."
4182
  msgstr ""
4183
 
4184
- #: views/b2s/html/footer.php:194
4185
  msgid "Did you miss something?"
4186
  msgstr ""
4187
 
4188
- #: views/b2s/html/footer.php:197
4189
  msgid "Help us make Blog2Social even better!"
4190
  msgstr ""
4191
 
4192
- #: views/b2s/html/footer.php:201
4193
  msgid "submit"
4194
  msgstr ""
4195
 
4196
- #: views/b2s/html/footer.php:215
4197
  msgid ""
4198
  "Blog2Social provides you with a pre-configured time-scheme to automatically "
4199
  "schedule your social media posts for the best times to share on each social "
@@ -4202,7 +4232,7 @@ msgid ""
4202
  "each social network."
4203
  msgstr ""
4204
 
4205
- #: views/b2s/html/footer.php:217
4206
  msgid ""
4207
  "You can also configure your own individual time settings for each of your "
4208
  "social media connections to post your content on social media when your "
@@ -4211,29 +4241,29 @@ msgid ""
4211
  "to reach as many followers as possible."
4212
  msgstr ""
4213
 
4214
- #: views/b2s/html/footer.php:219
4215
  msgid ""
4216
  "Click Load My Time Settings in the preview editor to schedule your posts "
4217
  "automatically for your individually chosen best times."
4218
  msgstr ""
4219
 
4220
- #: views/b2s/html/footer.php:221
4221
  msgid ""
4222
  "You can always edit the predefined times in the preview editor for any post "
4223
  "or network and save your new settings as default for future use."
4224
  msgstr ""
4225
 
4226
- #: views/b2s/html/footer.php:223
4227
  msgid ""
4228
  "Learn how to set up and apply individual best times to your social media "
4229
  "scheduling and auto-poster."
4230
  msgstr ""
4231
 
4232
- #: views/b2s/html/footer.php:257
4233
  msgid "Why Retweets?"
4234
  msgstr ""
4235
 
4236
- #: views/b2s/html/footer.php:260
4237
  msgid ""
4238
  "Retweets are the recommended way to reshare the same Tweets across Twitter "
4239
  "accounts in accordance with Twitter new rules. You can now schedule multiple "
@@ -4241,7 +4271,7 @@ msgid ""
4241
  "WordPress."
4242
  msgstr ""
4243
 
4244
- #: views/b2s/html/footer.php:263
4245
  msgid ""
4246
  "If Retweets are enabled, every Original-Tweet you schedule in this step will "
4247
  "be retweeted by the selected Twitter accounts. If, for example, 3 Original-"
@@ -4249,15 +4279,15 @@ msgid ""
4249
  "selected Twitter accounts."
4250
  msgstr ""
4251
 
4252
- #: views/b2s/html/footer.php:267
4253
  msgid "Would you like to retweet?"
4254
  msgstr ""
4255
 
4256
- #: views/b2s/html/footer.php:296
4257
  msgid "URL Shortening"
4258
  msgstr ""
4259
 
4260
- #: views/b2s/html/footer.php:299
4261
  msgid ""
4262
  "You can use Bit.ly, Rebrandly or Sniply links to shorten the URL of your "
4263
  "links and to track the performance of your links in your social media "
@@ -4268,31 +4298,31 @@ msgid ""
4268
  "ly shortlinks. Blog2Social will apply the regular URL for these networks. "
4269
  msgstr ""
4270
 
4271
- #: views/b2s/html/footer.php:310
4272
  msgid "Define Twitter post content"
4273
  msgstr ""
4274
 
4275
- #: views/b2s/html/footer.php:313
4276
  msgid ""
4277
  "Select the content that will be automatically pre-filled in your Twitter "
4278
  "posts. If you have ticked the box \"include WordPress tags as hashtags in my "
4279
  "post\", hashtags are automatically added in the drop-down menu."
4280
  msgstr ""
4281
 
4282
- #: views/b2s/html/footer.php:369
4283
  msgid ""
4284
  "Share imported posts with the Auto Poster: Posts that you import via RSS "
4285
  "feeds and plugins can be shared automatically on your social media channels."
4286
  msgstr ""
4287
 
4288
- #: views/b2s/html/footer.php:370
4289
  #, php-format
4290
  msgid ""
4291
  "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for "
4292
  "imported posts</a>"
4293
  msgstr ""
4294
 
4295
- #: views/b2s/html/footer.php:407
4296
  msgid ""
4297
  "With Blog2Social you can transfer the Auto-Poster settings as a WordPress-"
4298
  "administrator to other WordPress-authors if they have activated the same "
@@ -4306,18 +4336,18 @@ msgid ""
4306
  "WordPress-administrator selected the content to be shared automatically. "
4307
  msgstr ""
4308
 
4309
- #: views/b2s/html/footer.php:409
4310
  #, php-format
4311
  msgid ""
4312
  "You can find a detailed guide on how to assign the Auto-Poster settings <a "
4313
  "target=\"_blank\" href=\"%s\">here</a>."
4314
  msgstr ""
4315
 
4316
- #: views/b2s/html/footer.php:422
4317
  msgid "Blog2Social: Re-Share Posts"
4318
  msgstr ""
4319
 
4320
- #: views/b2s/html/footer.php:426
4321
  msgid ""
4322
  "Keep your social media feed updated automatically with your best content and "
4323
  "save valuable time by reviving your evergreen content regularly. Automate "
@@ -4325,20 +4355,20 @@ msgid ""
4325
  "new content and interact with your community."
4326
  msgstr ""
4327
 
4328
- #: views/b2s/html/footer.php:427
4329
  #, php-format
4330
  msgid "<a target=\"_blank\" href=\"%s\">More information</a>"
4331
  msgstr ""
4332
 
4333
- #: views/b2s/html/footer.php:466
4334
  msgid "Social Meta Tags Settings"
4335
  msgstr ""
4336
 
4337
- #: views/b2s/html/footer.php:469 views/b2s/html/footer.php:560
4338
  msgid "Change image, title and description for your post on this network"
4339
  msgstr ""
4340
 
4341
- #: views/b2s/html/footer.php:475
4342
  msgid ""
4343
  "Facebook has changed its policy for posting link posts via plugins or web "
4344
  "applications. Facebook does no longer display the featured or selected image "
@@ -4351,7 +4381,7 @@ msgid ""
4351
  "requirements for Facebook."
4352
  msgstr ""
4353
 
4354
- #: views/b2s/html/footer.php:477
4355
  msgid ""
4356
  "With Blog2Social you can select a featured image or any image you select to "
4357
  "be displayed with your link post. Blog2Social will automatically write the "
@@ -4362,7 +4392,7 @@ msgid ""
4362
  "for your link post without OG meta tags."
4363
  msgstr ""
4364
 
4365
- #: views/b2s/html/footer.php:480
4366
  msgid ""
4367
  "Twitter has changed its policy for posting link posts via plugins or web "
4368
  "applications. Twitter does no longer display the featured or selected image "
@@ -4375,7 +4405,7 @@ msgid ""
4375
  "requirements for Twitter."
4376
  msgstr ""
4377
 
4378
- #: views/b2s/html/footer.php:482
4379
  msgid ""
4380
  "With Blog2Social you can select a featured image or any image you select to "
4381
  "be displayed with your link post. Blog2Social will automatically write the "
@@ -4386,7 +4416,7 @@ msgid ""
4386
  "image for your link post without Twitter Card meta tags."
4387
  msgstr ""
4388
 
4389
- #: views/b2s/html/footer.php:485
4390
  msgid ""
4391
  "To display your link preview, LinkedIn uses the image set in the oEmbed tags "
4392
  "in meta data of your post. WordPress automatically sets your featured image "
@@ -4395,13 +4425,13 @@ msgid ""
4395
  "“Add oEmbed tags” box."
4396
  msgstr ""
4397
 
4398
- #: views/b2s/html/footer.php:487
4399
  msgid ""
4400
  "If LinkedIn can’t find the oEmbed tag in your data, it will use the OG (Open "
4401
  "Graph) meta tags instead."
4402
  msgstr ""
4403
 
4404
- #: views/b2s/html/footer.php:489
4405
  msgid ""
4406
  "With Blog2Social you can select a featured image or any image you select to "
4407
  "be displayed with your link post. Blog2Social will automatically write the "
@@ -4414,31 +4444,31 @@ msgid ""
4414
  "your post."
4415
  msgstr ""
4416
 
4417
- #: views/b2s/html/footer.php:492
4418
  msgid ""
4419
  "You can change the image, title and description for your post on Facebook, "
4420
  "by editing the following fields for"
4421
  msgstr ""
4422
 
4423
- #: views/b2s/html/footer.php:495 views/b2s/html/footer.php:510
4424
  msgid "image"
4425
  msgstr ""
4426
 
4427
- #: views/b2s/html/footer.php:496 views/b2s/html/footer.php:511
4428
  msgid "title"
4429
  msgstr ""
4430
 
4431
- #: views/b2s/html/footer.php:497 views/b2s/html/footer.php:512
4432
  msgid "description"
4433
  msgstr ""
4434
 
4435
- #: views/b2s/html/footer.php:499
4436
  msgid ""
4437
  "Blog2Social will automatically write these information in the Facebook Open "
4438
  "Graph (OG) Meta Tags for Image, Title and Description of your blog post."
4439
  msgstr ""
4440
 
4441
- #: views/b2s/html/footer.php:502
4442
  msgid ""
4443
  "Please note: If this post has already been shared or scheduled previously, "
4444
  "your current changes will also affect the look of previously shared or "
@@ -4446,7 +4476,7 @@ msgid ""
4446
  "tags information and automatically updated all existing posts."
4447
  msgstr ""
4448
 
4449
- #: views/b2s/html/footer.php:504
4450
  #, php-format
4451
  msgid ""
4452
  "Please note: Your changes will have no effect on your social media posts on "
@@ -4454,19 +4484,19 @@ msgid ""
4454
  "in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
4455
  msgstr ""
4456
 
4457
- #: views/b2s/html/footer.php:507
4458
  msgid ""
4459
  "You can change the image, title and description for your post on Twitter, by "
4460
  "editing the following fields for"
4461
  msgstr ""
4462
 
4463
- #: views/b2s/html/footer.php:514
4464
  msgid ""
4465
  "Blog2Social will automatically write these information in the Twitter Card "
4466
  "Meta Tags for Image, Title and Description of your blog post."
4467
  msgstr ""
4468
 
4469
- #: views/b2s/html/footer.php:517
4470
  msgid ""
4471
  "Please note: If this post was previously shared or scheduled, your current "
4472
  "changes will also affect the look of previously shared or scheduled posts, "
@@ -4475,7 +4505,7 @@ msgid ""
4475
  "for Twitter to update your current changes."
4476
  msgstr ""
4477
 
4478
- #: views/b2s/html/footer.php:519
4479
  #, php-format
4480
  msgid ""
4481
  "Please note: Your changes will have no effect on your social media posts on "
@@ -4483,11 +4513,11 @@ msgid ""
4483
  "your <a target=\"_blank\" href=\"%s\">settings</a>"
4484
  msgstr ""
4485
 
4486
- #: views/b2s/html/footer.php:526
4487
  msgid "You want to change the image, title and description for your post?"
4488
  msgstr ""
4489
 
4490
- #: views/b2s/html/footer.php:565
4491
  msgid ""
4492
  "You are currently sharing this post as image post. Changes to title and "
4493
  "description Meta Tag parameters will only be supported for link post formats."
@@ -4495,7 +4525,7 @@ msgid ""
4495
  "the title and description for your post preview."
4496
  msgstr ""
4497
 
4498
- #: views/b2s/html/footer.php:568
4499
  #, php-format
4500
  msgid ""
4501
  "Your changes will have no effect on your social media posts on Facebook, if "
@@ -4503,7 +4533,7 @@ msgid ""
4503
  "Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
4504
  msgstr ""
4505
 
4506
- #: views/b2s/html/footer.php:571
4507
  #, php-format
4508
  msgid ""
4509
  "Your changes will have no effect on your social media posts on Twitter, if "
3
  msgstr ""
4
  "Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2020-10-05 08:10+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
51
  msgid "Blog2Social: Social Media Content Calendar"
52
  msgstr ""
53
 
54
+ #: includes/Loader.php:803
55
  msgid "This post will be shared into your social media from"
56
  msgstr ""
57
 
58
+ #: includes/Loader.php:803 includes/Loader.php:805
59
  msgid "show details"
60
  msgstr ""
61
 
62
+ #: includes/Loader.php:805
63
  msgid "This post will be shared on social media in 2-3 minutes!"
64
  msgstr ""
65
 
66
+ #: includes/Loader.php:809
67
  msgid ""
68
  "Please make sure that your post, page or custom post type is published or "
69
  "scheduled to be published on this blog before you try to post it with "
71
  "scheduled WP posts will be shared with the posting id link."
72
  msgstr ""
73
 
74
+ #: includes/Loader.php:812 includes/B2S/PostBox.php:146
75
  #: includes/B2S/AutoPost/Item.php:59
76
  msgid ""
77
  "There are no social network accounts assigned to your selected network "
79
  "another network collection."
80
  msgstr ""
81
 
82
+ #: includes/Loader.php:825 views/b2s/html/sidebar.php:45
83
  #: views/b2s/html/sidebar.ship.php:44
84
  msgid "Upgrade to Premium"
85
  msgstr ""
86
 
87
+ #: includes/Loader.php:828 includes/Loader.php:962 includes/Loader.php:962
88
+ #: includes/Loader.php:1036 includes/B2S/RePost/Item.php:25
89
  #: views/b2s/html/sidebar.php:137
90
  msgid "Settings"
91
  msgstr ""
92
 
93
+ #: includes/Loader.php:828
94
  msgid "Support"
95
  msgstr ""
96
 
97
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:19
98
  msgid "Notifications"
99
  msgstr ""
100
 
101
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:17
102
  #: views/b2s/html/sidebar.php:125
103
  msgid "Shared Posts"
104
  msgstr ""
105
 
106
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:14
107
  #: views/b2s/html/sidebar.php:119
108
  msgid "Instant Sharing"
109
  msgstr ""
110
 
111
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:10
112
  #: views/b2s/html/post.navbar.php:12 views/b2s/html/sidebar.php:94
113
  #: views/b2s/html/sidebar.php:116
114
  msgid "Drafts"
115
  msgstr ""
116
 
117
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:15
118
  #: views/b2s/html/sidebar.php:122 views/b2s/widgets/posts.php:18
119
  msgid "Scheduled Posts"
120
  msgstr ""
121
 
122
+ #: includes/Loader.php:878
123
  msgid "Social Media Post Drafts"
124
  msgstr ""
125
 
126
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:9
127
  #: views/b2s/html/sidebar.php:113
128
  msgid "Favorites"
129
  msgstr ""
130
 
131
+ #: includes/Loader.php:878 views/b2s/settings.php:35
132
  #: views/b2s/html/sidebar.php:75
133
  msgid "Auto-Post"
134
  msgstr ""
135
 
136
+ #: includes/Loader.php:878 views/b2s/html/post.navbar.php:18
137
  #: views/b2s/html/sidebar.php:72
138
  msgid "Re-Share Posts"
139
  msgstr ""
140
 
141
+ #: includes/Loader.php:878 views/b2s/curation.php:47 views/b2s/support.php:19
142
  #: views/b2s/support.php:22
143
  msgid "NEW"
144
  msgstr ""
145
 
146
+ #: includes/Loader.php:879 includes/B2S/AutoPost/Item.php:250
147
  #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151
148
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:156
149
+ #: includes/B2S/Network/Item.php:224 includes/B2S/Network/Item.php:615
150
+ #: includes/B2S/Ship/Portale.php:38 includes/B2S/Ship/Portale.php:40
151
+ #: includes/B2S/Ship/Portale.php:43 includes/B2S/Ship/Portale.php:45
152
  msgid "Profile"
153
  msgstr ""
154
 
155
+ #: includes/Loader.php:879 includes/B2S/AutoPost/Item.php:250
156
+ #: includes/B2S/Network/Item.php:161 includes/B2S/Network/Item.php:161
157
+ #: includes/B2S/Network/Item.php:161 includes/B2S/Network/Item.php:290
158
+ #: includes/B2S/Network/Item.php:617 includes/B2S/Ship/Portale.php:35
159
  #: includes/B2S/Ship/Portale.php:35
160
  msgid "Page"
161
  msgstr ""
162
 
163
+ #: includes/Loader.php:879 includes/B2S/Network/Item.php:164
164
+ #: includes/B2S/Network/Item.php:357 includes/B2S/Network/Item.php:620
165
  #: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
166
  msgid "Group"
167
  msgstr ""
168
 
169
+ #: includes/Loader.php:880 views/prg/html/form.php:74
170
  msgid "Company"
171
  msgstr ""
172
 
173
+ #: includes/Loader.php:880
174
  msgid "Business"
175
  msgstr ""
176
 
177
+ #: includes/Loader.php:881
178
  #, php-format
179
  msgid ""
180
  "The network could not publish your post. Please see <a target=\"_blank\" "
181
  "href=\"%s\">FAQ</a>"
182
  msgstr ""
183
 
184
+ #: includes/Loader.php:882
185
  msgid ""
186
  "Your authorization has expired. Please reconnect your account in the "
187
  "Blog2Social network settings."
188
  msgstr ""
189
 
190
+ #: includes/Loader.php:883
191
  msgid "The network has marked the post as spam or abusive."
192
  msgstr ""
193
 
194
+ #: includes/Loader.php:884
195
  msgid ""
196
  "We don't have the permission to publish your post. Please check your "
197
  "authorization."
198
  msgstr ""
199
 
200
+ #: includes/Loader.php:885
201
  #, php-format
202
  msgid ""
203
  "Your authorization is interrupted. Please check your authorization. Please "
204
  "see <a target=\"_blank\" href=\"%s\">FAQ</a>"
205
  msgstr ""
206
 
207
+ #: includes/Loader.php:886
208
  msgid "Your daily limit has been reached."
209
  msgstr ""
210
 
211
+ #: includes/Loader.php:887
212
  msgid ""
213
  "Your post could not be posted, because your image is not available or the "
214
  "image source does not allow to publish"
215
  msgstr ""
216
 
217
+ #: includes/Loader.php:888
218
  #, php-format
219
  msgid ""
220
  "The network has blocked your account. Please see <a target=\"_blank\" "
221
  "href=\"%s\">FAQ</a>"
222
  msgstr ""
223
 
224
+ #: includes/Loader.php:889
225
  #, php-format
226
  msgid ""
227
  "The number of images is reached. Please see <a target=\"_blank\" href=\"%s\">"
228
  "FAQ</a>"
229
  msgstr ""
230
 
231
+ #: includes/Loader.php:890
232
  msgid ""
233
  "Your daily limit for this network has been reached. Please try again later."
234
  msgstr ""
235
 
236
+ #: includes/Loader.php:891
237
  #, php-format
238
  msgid ""
239
  "The network can not publish special characters such as Emoji. Please see <a "
240
  "target=\"_blank\" href=\"%s\">FAQ</a>"
241
  msgstr ""
242
 
243
+ #: includes/Loader.php:892
244
  msgid "Your post is a duplicate."
245
  msgstr ""
246
 
247
+ #: includes/Loader.php:893
248
  msgid "The network requires a public url."
249
  msgstr ""
250
 
251
+ #: includes/Loader.php:894
252
  msgid ""
253
  "Your blog post was not available for the network at the time of publication."
254
  msgstr ""
255
 
256
+ #: includes/Loader.php:895
257
  msgid "You have already retweeted this post."
258
  msgstr ""
259
 
260
+ #: includes/Loader.php:896
261
  msgid ""
262
  "This XING API is no longer supported by XING. Please connect your XING "
263
  "accounts with the new XING interface to reschedule your posts."
264
  msgstr ""
265
 
266
+ #: includes/Loader.php:897
267
  msgid "An image is required to post on this social network."
268
  msgstr ""
269
 
270
+ #: includes/Loader.php:898
271
  msgid "To share social media posts on Reddit or Diigo, a link is required."
272
  msgstr ""
273
 
274
+ #: includes/Loader.php:899
275
  msgid ""
276
  "Your post could not be posted, because your image can not be processed by "
277
  "the network."
278
  msgstr ""
279
 
280
+ #: includes/Loader.php:900
281
  #, php-format
282
  msgid ""
283
  "Instagram published your post without text. Please see <a target=\"_blank\" "
284
  "href=\"%s\">FAQ</a>"
285
  msgstr ""
286
 
287
+ #: includes/Loader.php:901
288
  msgid "Your group can not be found by the network."
289
  msgstr ""
290
 
291
+ #: includes/Loader.php:957 includes/Loader.php:1002
292
  msgid "Dashboard"
293
  msgstr ""
294
 
295
+ #: includes/Loader.php:958
296
  msgid "Share Website & Blog Content"
297
  msgstr ""
298
 
299
+ #: includes/Loader.php:958 includes/Loader.php:1009
300
  msgid "Site & Blog Content"
301
  msgstr ""
302
 
303
+ #: includes/Loader.php:959
304
  msgid "Create Social Media Posts"
305
  msgstr ""
306
 
307
+ #: includes/Loader.php:959 includes/Loader.php:1016
308
  msgid "Social Media Posts"
309
  msgstr ""
310
 
311
+ #: includes/Loader.php:960 includes/Loader.php:1023 views/b2s/dashboard.php:30
312
  #: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:128
313
  msgid "Calendar"
314
  msgstr ""
315
 
316
+ #: includes/Loader.php:961 includes/Loader.php:1030
317
  msgid "Networks"
318
  msgstr ""
319
 
320
+ #: includes/Loader.php:964 includes/Loader.php:1044
321
  msgid "PR-Service"
322
  msgstr ""
323
 
324
+ #: includes/Loader.php:966 includes/Loader.php:1052
325
  #: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
326
  #: views/b2s/html/sidebar.ship.php:66
327
  msgid "Help & Support"
328
  msgstr ""
329
 
330
+ #: includes/Loader.php:968
331
  msgid "Premium"
332
  msgstr ""
333
 
334
+ #: includes/Loader.php:968 includes/Loader.php:1060
335
  msgid "PREMIUM"
336
  msgstr ""
337
 
338
+ #: includes/Loader.php:993 views/b2s/html/sidebar.php:25
339
  #: views/b2s/html/sidebar.ship.php:24
340
  msgid "Blog2Social"
341
  msgstr ""
342
 
343
+ #: includes/Loader.php:1559
344
  msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
345
  msgstr ""
346
 
347
+ #: includes/Loader.php:1559 includes/System.php:32 includes/System.php:38
348
  #, php-format
349
  msgid ""
350
  "<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
351
  "our FAQ</a>"
352
  msgstr ""
353
 
354
+ #: includes/Loader.php:1559 includes/Loader.php:1580 includes/Loader.php:1830
355
  msgid "or"
356
  msgstr ""
357
 
358
+ #: includes/Loader.php:1559 includes/Loader.php:1580 includes/Loader.php:1830
359
  msgid "back to install plugins"
360
  msgstr ""
361
 
631
  msgstr ""
632
 
633
  #: includes/Ajax/Post.php:1868 views/b2s/network.php:7
634
+ #: includes/B2S/Network/Item.php:222 includes/B2S/Network/Item.php:288
635
+ #: includes/B2S/Network/Item.php:355 includes/B2S/Network/Item.php:481
636
  msgid "Unknown username"
637
  msgstr ""
638
 
639
+ #: includes/Ajax/Post.php:1869 includes/B2S/Network/Item.php:482
640
  #: includes/B2S/Post/Item.php:521 includes/B2S/Post/Item.php:541
641
  #: includes/B2S/Post/Item.php:833 includes/B2S/Post/Item.php:891
642
+ #: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1134
643
+ #: includes/B2S/Ship/Item.php:1284
644
  msgid "delete"
645
  msgstr ""
646
 
685
  #: includes/B2S/PostBox.php:253 views/b2s/network.php:42 views/b2s/ship.php:76
686
  #: views/b2s/ship.php:166 views/b2s/ship.php:258
687
  #: includes/B2S/AutoPost/Item.php:108 includes/B2S/AutoPost/Item.php:205
688
+ #: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:178
689
  #: includes/B2S/RePost/Item.php:145 includes/B2S/RePost/Item.php:166
690
+ #: includes/B2S/Ship/Item.php:1098
691
  msgid "Info"
692
  msgstr ""
693
 
727
  msgid "enable Auto-Posting"
728
  msgstr ""
729
 
730
+ #: includes/B2S/PostBox.php:180 includes/B2S/Ship/Item.php:399
731
  msgid "show calendar"
732
  msgstr ""
733
 
744
  "engagement with your community."
745
  msgstr ""
746
 
747
+ #: includes/B2S/PostBox.php:207 views/b2s/html/footer.php:354
748
+ #: views/b2s/html/footer.php:394
749
  msgid "Blog2Social: Social Media Auto-Posting"
750
  msgstr ""
751
 
752
+ #: includes/B2S/PostBox.php:211 views/b2s/html/footer.php:358
753
  msgid ""
754
  "Share your blog posts with the Auto Poster: Your blog posts will be shared "
755
  "automatically on your social media channels as soon as you publish or update "
757
  "they are published."
758
  msgstr ""
759
 
760
+ #: includes/B2S/PostBox.php:212 views/b2s/html/footer.php:359
761
  #, php-format
762
  msgid ""
763
  "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your "
764
  "blog posts</a>"
765
  msgstr ""
766
 
767
+ #: includes/B2S/PostBox.php:216 views/b2s/html/footer.php:365
768
+ #: views/b2s/html/footer.php:404 views/b2s/html/footer.php:462
769
  msgid "You want to auto-post your blog post?"
770
  msgstr ""
771
 
772
  #: includes/B2S/PostBox.php:217 views/b2s/curation.php:171
773
  #: views/b2s/curation.php:210 views/b2s/post.calendar.php:282
774
  #: views/b2s/ship.php:309 views/b2s/ship.php:373 views/b2s/ship.php:419
775
+ #: views/b2s/html/footer.php:28 views/b2s/html/footer.php:193
776
+ #: views/b2s/html/footer.php:257 views/b2s/html/footer.php:297
777
+ #: views/b2s/html/footer.php:366 views/b2s/html/footer.php:405
778
+ #: views/b2s/html/footer.php:463 views/b2s/html/footer.php:556
779
  msgid "With Blog2Social Premium you can:"
780
  msgstr ""
781
 
782
  #: includes/B2S/PostBox.php:220 views/b2s/curation.php:174
783
  #: views/b2s/curation.php:213 views/b2s/post.calendar.php:285
784
  #: views/b2s/ship.php:312 views/b2s/ship.php:376 views/b2s/ship.php:422
785
+ #: views/b2s/html/footer.php:31 views/b2s/html/footer.php:196
786
+ #: views/b2s/html/footer.php:260 views/b2s/html/footer.php:300
787
+ #: views/b2s/html/footer.php:369 views/b2s/html/footer.php:408
788
+ #: views/b2s/html/footer.php:466 views/b2s/html/footer.php:559
789
  #: views/b2s/html/header.php:342
790
  msgid "Post on pages and groups"
791
  msgstr ""
793
  #: includes/B2S/PostBox.php:221 views/b2s/curation.php:175
794
  #: views/b2s/curation.php:214 views/b2s/post.calendar.php:286
795
  #: views/b2s/ship.php:313 views/b2s/ship.php:377 views/b2s/ship.php:423
796
+ #: views/b2s/html/footer.php:32 views/b2s/html/footer.php:197
797
+ #: views/b2s/html/footer.php:261 views/b2s/html/footer.php:301
798
+ #: views/b2s/html/footer.php:370 views/b2s/html/footer.php:409
799
+ #: views/b2s/html/footer.php:467 views/b2s/html/footer.php:560
800
  msgid "Share on multiple profiles, pages and groups"
801
  msgstr ""
802
 
804
  #: views/b2s/curation.php:215 views/b2s/post.calendar.php:287
805
  #: views/b2s/ship.php:314 views/b2s/ship.php:378 views/b2s/ship.php:424
806
  #: views/b2s/html/footer.php:33 views/b2s/html/footer.php:67
807
+ #: views/b2s/html/footer.php:198 views/b2s/html/footer.php:262
808
+ #: views/b2s/html/footer.php:302 views/b2s/html/footer.php:371
809
+ #: views/b2s/html/footer.php:410 views/b2s/html/footer.php:468
810
+ #: views/b2s/html/footer.php:561
811
  msgid "Auto-post and auto-schedule new and updated blog posts"
812
  msgstr ""
813
 
814
  #: includes/B2S/PostBox.php:223 views/b2s/curation.php:177
815
  #: views/b2s/curation.php:216 views/b2s/post.calendar.php:288
816
  #: views/b2s/ship.php:315 views/b2s/ship.php:379 views/b2s/ship.php:425
817
+ #: views/b2s/html/footer.php:34 views/b2s/html/footer.php:199
818
+ #: views/b2s/html/footer.php:263 views/b2s/html/footer.php:303
819
+ #: views/b2s/html/footer.php:372 views/b2s/html/footer.php:411
820
+ #: views/b2s/html/footer.php:469 views/b2s/html/footer.php:562
821
  msgid "Schedule your posts at the best times on each network"
822
  msgstr ""
823
 
824
  #: includes/B2S/PostBox.php:224 views/b2s/curation.php:178
825
  #: views/b2s/curation.php:217 views/b2s/post.calendar.php:289
826
  #: views/b2s/ship.php:316 views/b2s/ship.php:380 views/b2s/ship.php:426
827
+ #: views/b2s/html/footer.php:35 views/b2s/html/footer.php:200
828
+ #: views/b2s/html/footer.php:264 views/b2s/html/footer.php:304
829
+ #: views/b2s/html/footer.php:373 views/b2s/html/footer.php:412
830
+ #: views/b2s/html/footer.php:470 views/b2s/html/footer.php:563
831
  msgid ""
832
  "Best Time Manager: use predefined best time scheduler to auto-schedule your "
833
  "social media posts"
836
  #: includes/B2S/PostBox.php:225 views/b2s/curation.php:179
837
  #: views/b2s/curation.php:218 views/b2s/post.calendar.php:290
838
  #: views/b2s/ship.php:317 views/b2s/ship.php:381 views/b2s/ship.php:427
839
+ #: views/b2s/html/footer.php:36 views/b2s/html/footer.php:201
840
+ #: views/b2s/html/footer.php:265 views/b2s/html/footer.php:305
841
+ #: views/b2s/html/footer.php:374 views/b2s/html/footer.php:413
842
+ #: views/b2s/html/footer.php:471 views/b2s/html/footer.php:564
843
  msgid "Schedule your post for one time, multiple times or recurrently"
844
  msgstr ""
845
 
846
  #: includes/B2S/PostBox.php:226 views/b2s/curation.php:180
847
  #: views/b2s/curation.php:219 views/b2s/post.calendar.php:291
848
  #: views/b2s/ship.php:318 views/b2s/ship.php:382 views/b2s/ship.php:428
849
+ #: views/b2s/html/footer.php:37 views/b2s/html/footer.php:202
850
+ #: views/b2s/html/footer.php:266 views/b2s/html/footer.php:306
851
+ #: views/b2s/html/footer.php:375 views/b2s/html/footer.php:414
852
+ #: views/b2s/html/footer.php:472 views/b2s/html/footer.php:565
853
  msgid "Schedule and re-share old posts"
854
  msgstr ""
855
 
857
  #: views/b2s/curation.php:220 views/b2s/post.calendar.php:292
858
  #: views/b2s/ship.php:319 views/b2s/ship.php:383 views/b2s/ship.php:429
859
  #: views/b2s/html/footer.php:38 views/b2s/html/footer.php:69
860
+ #: views/b2s/html/footer.php:203 views/b2s/html/footer.php:267
861
+ #: views/b2s/html/footer.php:307 views/b2s/html/footer.php:376
862
+ #: views/b2s/html/footer.php:415 views/b2s/html/footer.php:473
863
+ #: views/b2s/html/footer.php:566
864
  msgid "Select link format or image format for your posts"
865
  msgstr ""
866
 
868
  #: views/b2s/curation.php:221 views/b2s/post.calendar.php:293
869
  #: views/b2s/ship.php:320 views/b2s/ship.php:384 views/b2s/ship.php:430
870
  #: views/b2s/html/footer.php:39 views/b2s/html/footer.php:70
871
+ #: views/b2s/html/footer.php:204 views/b2s/html/footer.php:268
872
+ #: views/b2s/html/footer.php:308 views/b2s/html/footer.php:377
873
+ #: views/b2s/html/footer.php:416 views/b2s/html/footer.php:474
874
+ #: views/b2s/html/footer.php:567
875
  msgid "Select individual images per post"
876
  msgstr ""
877
 
878
  #: includes/B2S/PostBox.php:229 views/b2s/curation.php:183
879
  #: views/b2s/curation.php:222 views/b2s/post.calendar.php:294
880
  #: views/b2s/ship.php:321 views/b2s/ship.php:385 views/b2s/ship.php:431
881
+ #: views/b2s/html/footer.php:40 views/b2s/html/footer.php:205
882
+ #: views/b2s/html/footer.php:269 views/b2s/html/footer.php:309
883
+ #: views/b2s/html/footer.php:378 views/b2s/html/footer.php:417
884
+ #: views/b2s/html/footer.php:475 views/b2s/html/footer.php:568
885
  msgid ""
886
  "Reporting & calendar: keep track of your published and scheduled social "
887
  "media posts"
890
  #: includes/B2S/PostBox.php:231 views/b2s/curation.php:185
891
  #: views/b2s/curation.php:224 views/b2s/post.calendar.php:296
892
  #: views/b2s/ship.php:323 views/b2s/ship.php:387 views/b2s/ship.php:433
893
+ #: views/b2s/html/footer.php:42 views/b2s/html/footer.php:207
894
+ #: views/b2s/html/footer.php:271 views/b2s/html/footer.php:311
895
+ #: views/b2s/html/footer.php:380 views/b2s/html/footer.php:419
896
+ #: views/b2s/html/footer.php:477 views/b2s/html/footer.php:570
897
  msgid "Upgrade to SMART and above"
898
  msgstr ""
899
 
902
  #: views/b2s/ship.php:325 views/b2s/ship.php:389 views/b2s/ship.php:435
903
  #: views/b2s/html/footer.php:44 views/b2s/html/footer.php:75
904
  #: views/b2s/html/footer.php:93 views/b2s/html/footer.php:111
905
+ #: views/b2s/html/footer.php:140 views/b2s/html/footer.php:209
906
+ #: views/b2s/html/footer.php:273 views/b2s/html/footer.php:313
907
+ #: views/b2s/html/footer.php:382 views/b2s/html/footer.php:421
908
+ #: views/b2s/html/footer.php:479 views/b2s/html/footer.php:573
909
  #, php-format
910
  msgid ""
911
  "or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of "
1075
  #: views/b2s/curation.php:45 views/b2s/post.calendar.php:70
1076
  #: views/b2s/post.sched.php:189 views/b2s/repost.php:73
1077
  #: includes/B2S/Settings/Item.php:239 includes/B2S/Settings/Item.php:272
1078
+ #: views/b2s/html/footer.php:160
1079
  msgid "Link Post"
1080
  msgstr ""
1081
 
1088
 
1089
  #: views/b2s/curation.php:49 views/b2s/network.php:230 views/b2s/ship.php:23
1090
  #: includes/B2S/AutoPost/Item.php:31 includes/B2S/Curation/View.php:56
1091
+ #: includes/B2S/Network/Item.php:168 includes/B2S/Network/Item.php:262
1092
+ #: includes/B2S/Network/Item.php:328 includes/B2S/Network/Item.php:390
1093
  #: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:159
1094
+ #: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Item.php:1157
1095
  #: views/b2s/html/post.navbar.php:15 views/b2s/html/post.navbar.php:18
1096
  #: views/b2s/html/post.navbar.php:20 views/b2s/partials/post-edit-modal.php:9
1097
  #: views/b2s/widgets/posts.php:18
1118
  msgid "continue"
1119
  msgstr ""
1120
 
1121
+ #: views/b2s/curation.php:93 includes/B2S/Ship/Item.php:467
1122
+ #: includes/B2S/Ship/Item.php:489 includes/B2S/Ship/Item.php:496
1123
+ #: includes/B2S/Ship/Item.php:503 includes/B2S/Ship/Item.php:527
1124
+ #: includes/B2S/Ship/Item.php:550 includes/B2S/Ship/Item.php:557
1125
+ #: includes/B2S/Ship/Item.php:564 includes/B2S/Ship/Item.php:587
1126
+ #: includes/B2S/Ship/Item.php:616 includes/B2S/Ship/Item.php:645
1127
+ #: includes/B2S/Ship/Item.php:673 includes/B2S/Ship/Item.php:716
1128
+ #: includes/B2S/Ship/Item.php:737 includes/B2S/Ship/Item.php:744
1129
+ #: includes/B2S/Ship/Item.php:751 includes/B2S/Ship/Item.php:771
1130
+ #: includes/B2S/Ship/Item.php:791 includes/B2S/Ship/Item.php:798
1131
+ #: includes/B2S/Ship/Item.php:805 includes/B2S/Ship/Item.php:822
1132
+ #: includes/B2S/Ship/Item.php:843 includes/B2S/Ship/Item.php:864
1133
+ #: includes/B2S/Ship/Item.php:885 includes/B2S/Ship/Item.php:906
1134
+ #: includes/B2S/Ship/Item.php:950
1135
  msgid "Change image"
1136
  msgstr ""
1137
 
1176
  msgstr ""
1177
 
1178
  #: views/b2s/curation.php:160 views/b2s/post.calendar.php:271
1179
+ #: views/b2s/ship.php:408 includes/B2S/Ship/Item.php:1158
1180
  msgid "Schedule for specific dates"
1181
  msgstr ""
1182
 
1276
  msgid "You want to define a new combination of networks?"
1277
  msgstr ""
1278
 
1279
+ #: views/b2s/network.php:35 includes/B2S/Network/Item.php:156
1280
+ #: includes/B2S/Network/Item.php:161 includes/B2S/Network/Item.php:165
1281
+ #: includes/B2S/Ship/Image.php:92 includes/B2S/Ship/Item.php:506
1282
+ #: includes/B2S/Ship/Item.php:567 includes/B2S/Ship/Item.php:754
1283
+ #: includes/B2S/Ship/Item.php:808 includes/B2S/Ship/Portale.php:32
1284
+ #: includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:45
1285
  msgid "PRO"
1286
  msgstr ""
1287
 
1290
  msgstr ""
1291
 
1292
  #: views/b2s/network.php:48 views/b2s/ship.php:74 views/b2s/ship.php:372
1293
+ #: views/b2s/html/footer.php:256
1294
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
1295
  msgstr ""
1296
 
1331
  msgstr ""
1332
 
1333
  #: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:494
1334
+ #: includes/B2S/Ship/Item.php:1196 views/b2s/partials/post-edit-modal.php:48
1335
  msgid "Learn more"
1336
  msgstr ""
1337
 
1393
  msgid "modfiy"
1394
  msgstr ""
1395
 
1396
+ #: views/b2s/network.php:230 includes/B2S/Network/Item.php:168
1397
+ #: includes/B2S/Network/Item.php:168
1398
  msgid "Edit Post Template"
1399
  msgstr ""
1400
 
1401
  #: views/b2s/network.php:242 views/b2s/settings.php:49
1402
+ #: includes/B2S/Network/Item.php:542 includes/B2S/Settings/Item.php:133
1403
  msgid "save"
1404
  msgstr ""
1405
 
1466
  msgid "The name of the post author."
1467
  msgstr ""
1468
 
1469
+ #: views/b2s/network.php:318 includes/B2S/Network/Item.php:749
1470
  msgid "Character limit"
1471
  msgstr ""
1472
 
1685
  msgid "Upgrade to Blog2Social Business"
1686
  msgstr ""
1687
 
1688
+ #: views/b2s/network.php:518 includes/B2S/Network/Item.php:512
1689
  #, php-format
1690
  msgid ""
1691
  "Define parameters that will be added to link posts on this network e.g. to "
1753
  msgstr ""
1754
 
1755
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
1756
+ #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:679
1757
+ #: includes/B2S/Network/Item.php:682 includes/B2S/Settings/Item.php:239
1758
+ #: views/b2s/html/footer.php:177
1759
  msgid "Image with frame"
1760
  msgstr ""
1761
 
1762
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
1763
+ #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:680
1764
+ #: includes/B2S/Network/Item.php:683 includes/B2S/Settings/Item.php:253
1765
+ #: views/b2s/html/footer.php:182
1766
  msgid "Image cut out"
1767
  msgstr ""
1768
 
2629
  msgid "Apply best times"
2630
  msgstr ""
2631
 
2632
+ #: includes/B2S/AutoPost/Item.php:107 views/b2s/html/footer.php:433
2633
  msgid ""
2634
  "Share posts from other authors automatically with your Auto-Poster settings"
2635
  msgstr ""
2696
  msgid "Save"
2697
  msgstr ""
2698
 
2699
+ #: includes/B2S/AutoPost/Item.php:241 includes/B2S/Network/Item.php:177
2700
  msgid "Connections"
2701
  msgstr ""
2702
 
2734
  msgstr ""
2735
 
2736
  #: includes/B2S/Curation/View.php:69 includes/B2S/Curation/View.php:70
2737
+ #: includes/B2S/RePost/Item.php:196 includes/B2S/Ship/Item.php:1266
2738
  #: views/b2s/partials/post-edit-modal.php:62
2739
  #: views/b2s/partials/post-edit-modal.php:65
2740
  msgid "Date"
2752
  msgid "Show all"
2753
  msgstr ""
2754
 
2755
+ #: includes/B2S/Network/Item.php:64 includes/B2S/Network/Item.php:184
2756
  msgid "My profile"
2757
  msgstr ""
2758
 
2764
  msgid "Best times"
2765
  msgstr ""
2766
 
2767
+ #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:224
2768
+ #: includes/B2S/Ship/Item.php:337 includes/B2S/Ship/Navbar.php:86
2769
  #: includes/B2S/Ship/Portale.php:38
2770
  msgid "Blog"
2771
  msgstr ""
2772
 
2773
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:156
2774
+ #: includes/B2S/Ship/Portale.php:43 includes/B2S/Ship/Portale.php:45
2775
  msgid "You want to connect a network profile?"
2776
  msgstr ""
2777
 
2778
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Ship/Portale.php:43
2779
+ msgid "BUSINESS"
2780
+ msgstr ""
2781
+
2782
+ #: includes/B2S/Network/Item.php:161 includes/B2S/Ship/Portale.php:35
2783
  msgid "You want to connect a network page?"
2784
  msgstr ""
2785
 
2786
+ #: includes/B2S/Network/Item.php:164 includes/B2S/Network/Item.php:357
2787
  #: includes/B2S/Ship/Portale.php:31
2788
  msgid "Publication"
2789
  msgstr ""
2790
 
2791
+ #: includes/B2S/Network/Item.php:165 includes/B2S/Ship/Portale.php:32
2792
  msgid "You want to connect a social media group?"
2793
  msgstr ""
2794
 
2795
+ #: includes/B2S/Network/Item.php:178 views/b2s/html/footer.php:241
2796
  msgid "Best Time Manager"
2797
  msgstr ""
2798
 
2799
+ #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:281
2800
+ #: includes/B2S/Network/Item.php:348
2801
  msgid "To reactivate this connection,"
2802
  msgstr ""
2803
 
2804
+ #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:281
2805
+ #: includes/B2S/Network/Item.php:348 includes/B2S/Ship/Image.php:31
2806
  msgid "please upgrade"
2807
  msgstr ""
2808
 
2809
+ #: includes/B2S/Network/Item.php:218 includes/B2S/Network/Item.php:284
2810
+ #: includes/B2S/Network/Item.php:351
2811
  msgid "Authorization is interrupted since"
2812
  msgstr ""
2813
 
2814
+ #: includes/B2S/Network/Item.php:222 includes/B2S/Network/Item.php:288
2815
+ #: includes/B2S/Network/Item.php:355
2816
  msgid "Assigned by"
2817
  msgstr ""
2818
 
2819
+ #: includes/B2S/Network/Item.php:260 includes/B2S/Network/Item.php:326
2820
+ #: includes/B2S/Network/Item.php:388 includes/B2S/Ship/Item.php:1214
2821
  msgid "Days"
2822
  msgstr ""
2823
 
2824
+ #: includes/B2S/Network/Item.php:290 includes/B2S/Ship/Item.php:337
2825
  msgid "Employer Branding"
2826
  msgstr ""
2827
 
2828
+ #: includes/B2S/Network/Item.php:469
2829
  msgid "Connection currently assigned to"
2830
  msgstr ""
2831
 
2832
+ #: includes/B2S/Network/Item.php:514 views/prg/html/form.php:84
2833
  #: views/prg/html/form.php:86 views/prg/html/form.php:161
2834
  #: views/prg/html/form.php:163
2835
  msgid "Name"
2836
  msgstr ""
2837
 
2838
+ #: includes/B2S/Network/Item.php:515
2839
  msgid "Value"
2840
  msgstr ""
2841
 
2842
+ #: includes/B2S/Network/Item.php:539
2843
  msgid "+ add Parameter"
2844
  msgstr ""
2845
 
2846
+ #: includes/B2S/Network/Item.php:540
2847
  #, php-format
2848
  msgid "Apply for all %s connections"
2849
  msgstr ""
2850
 
2851
+ #: includes/B2S/Network/Item.php:541
2852
  msgid "Apply for all connections"
2853
  msgstr ""
2854
 
2855
+ #: includes/B2S/Network/Item.php:562
2856
  msgid "Successfully saved"
2857
  msgstr ""
2858
 
2859
+ #: includes/B2S/Network/Item.php:563
2860
  msgid "Failed to save"
2861
  msgstr ""
2862
 
2863
+ #: includes/B2S/Network/Item.php:564
2864
  msgid "Failed to load the default template"
2865
  msgstr ""
2866
 
2867
+ #: includes/B2S/Network/Item.php:604
2868
  msgid ""
2869
  "Upgrade to Blog2Social Smart or higher to customize your individual post "
2870
  "templates that will automatically pre-format the structure of your social "
2875
  "or slogans) to your post templates."
2876
  msgstr ""
2877
 
2878
+ #: includes/B2S/Network/Item.php:605
2879
  msgid "Upgrade to Blog2Social Smart"
2880
  msgstr ""
2881
 
2882
+ #: includes/B2S/Network/Item.php:626
2883
  msgid "Activate Instant Caching"
2884
  msgstr ""
2885
 
2886
+ #: includes/B2S/Network/Item.php:672
2887
  msgid "Format"
2888
  msgstr ""
2889
 
2890
+ #: includes/B2S/Network/Item.php:673 includes/B2S/Network/Item.php:694
2891
  msgid "Load default settings"
2892
  msgstr ""
2893
 
2894
+ #: includes/B2S/Network/Item.php:679 includes/B2S/Network/Item.php:682
2895
+ #: includes/B2S/Ship/Item.php:966 includes/B2S/Ship/Item.php:968
2896
  msgid "Link"
2897
  msgstr ""
2898
 
2899
+ #: includes/B2S/Network/Item.php:680 includes/B2S/Network/Item.php:683
2900
  msgid "Image"
2901
  msgstr ""
2902
 
2903
+ #: includes/B2S/Network/Item.php:692 includes/B2S/Settings/Item.php:64
2904
  msgid "Content"
2905
  msgstr ""
2906
 
2907
+ #: includes/B2S/Network/Item.php:701 includes/B2S/Ship/Item.php:378
2908
  msgid ""
2909
  "Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
2910
  "in your post."
2911
  msgstr ""
2912
 
2913
+ #: includes/B2S/Network/Item.php:713
2914
  msgid "clear"
2915
  msgstr ""
2916
 
2917
+ #: includes/B2S/Network/Item.php:723
2918
  msgid "The link will be added automatically at the end of the post."
2919
  msgstr ""
2920
 
2921
+ #: includes/B2S/Network/Item.php:728 includes/B2S/Network/Item.php:768
2922
  msgid "Network limit"
2923
  msgstr ""
2924
 
2925
+ #: includes/B2S/Network/Item.php:728 includes/B2S/Network/Item.php:768
2926
+ #: includes/B2S/Network/Item.php:768 includes/B2S/Ship/Item.php:222
2927
+ #: includes/B2S/Ship/Item.php:226 includes/B2S/Ship/Item.php:268
2928
+ #: includes/B2S/Ship/Item.php:272 includes/B2S/Ship/Item.php:305
2929
+ #: includes/B2S/Ship/Item.php:309 includes/B2S/Ship/Item.php:1293
2930
+ #: includes/B2S/Ship/Item.php:1295
2931
  msgid "characters"
2932
  msgstr ""
2933
 
2934
+ #: includes/B2S/Network/Item.php:735
2935
  msgid "Add a link-URL to the end of my image post."
2936
  msgstr ""
2937
 
2938
+ #: includes/B2S/Network/Item.php:742
2939
  msgid ""
2940
  "Add a link-URL to the end of my Instagram posts. (Please note, that "
2941
  "Instagram does not turn link-URLs into clickable links)"
2942
  msgstr ""
2943
 
2944
+ #: includes/B2S/Network/Item.php:768
2945
  msgid "recommended length"
2946
  msgstr ""
2947
 
2948
+ #: includes/B2S/Network/Item.php:788 includes/B2S/Network/Item.php:840
2949
+ #: includes/B2S/Network/Item.php:909 includes/B2S/Network/Item.php:961
2950
+ #: includes/B2S/Network/Item.php:995 includes/B2S/Network/Item.php:1046
2951
+ #: includes/B2S/Network/Item.php:1076 includes/B2S/Network/Item.php:1130
2952
+ #: includes/B2S/Network/Item.php:1149 includes/B2S/Network/Item.php:1183
2953
+ #: includes/B2S/Network/Item.php:1199 includes/B2S/Network/Item.php:1215
2954
+ #: includes/B2S/Network/Item.php:1231 includes/B2S/Network/Item.php:1247
2955
+ #: includes/B2S/Network/Item.php:1266
2956
  msgid "Preview"
2957
  msgstr ""
2958
 
3000
  msgid "all categories & tags"
3001
  msgstr ""
3002
 
3003
+ #: includes/B2S/Post/Filter.php:141 includes/PRG/Post/Filter.php:49
3004
  msgid "all post types"
3005
  msgstr ""
3006
 
3007
+ #: includes/B2S/Post/Filter.php:168
3008
  msgid "shared by user"
3009
  msgstr ""
3010
 
3011
+ #: includes/B2S/Post/Filter.php:183
3012
  msgid "shared to network"
3013
  msgstr ""
3014
 
3015
+ #: includes/B2S/Post/Filter.php:197 includes/B2S/RePost/Item.php:201
3016
  msgid "Startdate"
3017
  msgstr ""
3018
 
3019
+ #: includes/B2S/Post/Filter.php:198 includes/B2S/RePost/Item.php:204
3020
  msgid "Enddate"
3021
  msgstr ""
3022
 
3023
+ #: includes/B2S/Post/Filter.php:205 includes/PRG/Post/Filter.php:70
3024
  msgid "Search Title"
3025
  msgstr ""
3026
 
3027
+ #: includes/B2S/Post/Filter.php:238 includes/PRG/Post/Filter.php:81
3028
  msgid "sort"
3029
  msgstr ""
3030
 
3031
+ #: includes/B2S/Post/Filter.php:239 includes/PRG/Post/Filter.php:82
3032
  msgid "reset"
3033
  msgstr ""
3034
 
3035
+ #: includes/B2S/Post/Filter.php:244
3036
  msgid "selected date"
3037
  msgstr ""
3038
 
3039
+ #: includes/B2S/Post/Filter.php:244
3040
  msgid "scheduled post(s)"
3041
  msgstr ""
3042
 
3251
  msgid "on"
3252
  msgstr ""
3253
 
3254
+ #: includes/B2S/RePost/Item.php:72 includes/B2S/Ship/Item.php:1272
3255
  msgid "Mon"
3256
  msgstr ""
3257
 
3258
+ #: includes/B2S/RePost/Item.php:73 includes/B2S/Ship/Item.php:1273
3259
  msgid "Tue"
3260
  msgstr ""
3261
 
3262
+ #: includes/B2S/RePost/Item.php:74 includes/B2S/Ship/Item.php:1274
3263
  msgid "Wed"
3264
  msgstr ""
3265
 
3266
+ #: includes/B2S/RePost/Item.php:75 includes/B2S/Ship/Item.php:1275
3267
  msgid "Thu"
3268
  msgstr ""
3269
 
3270
+ #: includes/B2S/RePost/Item.php:76 includes/B2S/Ship/Item.php:1276
3271
  msgid "Fri"
3272
  msgstr ""
3273
 
3274
+ #: includes/B2S/RePost/Item.php:77 includes/B2S/Ship/Item.php:1277
3275
  msgid "Sat"
3276
  msgstr ""
3277
 
3278
+ #: includes/B2S/RePost/Item.php:78 includes/B2S/Ship/Item.php:1278
3279
  msgid "Sun"
3280
  msgstr ""
3281
 
3348
  msgstr ""
3349
 
3350
  #: includes/B2S/Settings/Item.php:50 includes/B2S/Settings/Item.php:76
3351
+ #: includes/B2S/Ship/Item.php:1116
3352
  msgid "Account"
3353
  msgstr ""
3354
 
3512
  msgid "The image will be changed"
3513
  msgstr ""
3514
 
3515
+ #: includes/B2S/Settings/Item.php:247 views/b2s/html/footer.php:178
3516
  msgid ""
3517
  "Insert white frames to show the whole image in your timeline. All image "
3518
  "information will be shown in your timeline."
3519
  msgstr ""
3520
 
3521
+ #: includes/B2S/Settings/Item.php:249 views/b2s/html/footer.php:161
3522
  msgid ""
3523
  "The link post format displays posts title, link address and the first one or "
3524
  "two sentences of the post. The networks scan this information from your META "
3530
  "first image detected on your page. The image links to your blog post."
3531
  msgstr ""
3532
 
3533
+ #: includes/B2S/Settings/Item.php:258 views/b2s/html/footer.php:183
3534
  msgid ""
3535
  "The image preview will be cropped automatically to fit the default Instagram "
3536
  "layout for your Instagram timeline. The image will be shown uncropped when "
3537
  "opening the preview page for your Instagram post."
3538
  msgstr ""
3539
 
3540
+ #: includes/B2S/Settings/Item.php:260 views/b2s/html/footer.php:166
3541
  msgid ""
3542
  "A photo or image post displays the selected image in the one-page preview of "
3543
  "Blog2Social and your comment above the image. The image links to the image "
3625
  msgid "Apply image for this image gallery"
3626
  msgstr ""
3627
 
3628
+ #: includes/B2S/Ship/Item.php:165
3629
  msgid "Network does not support image for profiles"
3630
  msgstr ""
3631
 
3632
+ #: includes/B2S/Ship/Item.php:166 includes/B2S/Ship/Item.php:238
3633
  msgid "Network defines image by link"
3634
  msgstr ""
3635
 
3636
+ #: includes/B2S/Ship/Item.php:168
3637
  msgid "Supported HTML tags"
3638
  msgstr ""
3639
 
3640
+ #: includes/B2S/Ship/Item.php:169 includes/B2S/Ship/Item.php:237
3641
  msgid "Network does not support emojis"
3642
  msgstr ""
3643
 
3644
+ #: includes/B2S/Ship/Item.php:170 includes/B2S/Ship/Item.php:239
3645
  msgid "Network does not support GIFs"
3646
  msgstr ""
3647
 
3648
+ #: includes/B2S/Ship/Item.php:221
3649
  msgid "Text only"
3650
  msgstr ""
3651
 
3652
+ #: includes/B2S/Ship/Item.php:236
3653
  msgid "Network does not support image for pages"
3654
  msgstr ""
3655
 
3656
+ #: includes/B2S/Ship/Item.php:329
3657
  msgid "Connection expires on 31 March 2019"
3658
  msgstr ""
3659
 
3660
+ #: includes/B2S/Ship/Item.php:333
3661
  msgid "Connection expires on 2 April 2019"
3662
  msgstr ""
3663
 
3664
+ #: includes/B2S/Ship/Item.php:346
3665
  msgid "post format"
3666
  msgstr ""
3667
 
3668
+ #: includes/B2S/Ship/Item.php:361 includes/B2S/Ship/Item.php:1301
3669
  msgid "Insert full-text"
3670
  msgstr ""
3671
 
3672
+ #: includes/B2S/Ship/Item.php:363 includes/B2S/Ship/Item.php:1303
3673
  msgid "Delete text"
3674
  msgstr ""
3675
 
3676
+ #: includes/B2S/Ship/Item.php:370 includes/B2S/Ship/Item.php:765
3677
+ #: includes/B2S/Ship/Item.php:1167
3678
  msgid ""
3679
  "Please keep in mind that according to Twitter’s new TOS, users are no longer "
3680
  "allowed to post identical or substantially similar content to multiple "
3681
  "accounts or multiple duplicate updates on one account."
3682
  msgstr ""
3683
 
3684
+ #: includes/B2S/Ship/Item.php:370 includes/B2S/Ship/Item.php:765
3685
+ #: includes/B2S/Ship/Item.php:1167
3686
  msgid ""
3687
  "Violating these rules can result in Twitter suspending your account. Always "
3688
  "vary your Tweets with different comments, hashtags or handles to prevent "
3689
  "duplicate posts."
3690
  msgstr ""
3691
 
3692
+ #: includes/B2S/Ship/Item.php:370 includes/B2S/Ship/Item.php:765
3693
+ #: includes/B2S/Ship/Item.php:1167
3694
  msgid "Learn more about this"
3695
  msgstr ""
3696
 
3697
+ #: includes/B2S/Ship/Item.php:374
3698
  msgid ""
3699
  "Please note: XING allows identical posts to be published only once within a "
3700
  "group and no more than three times across different groups."
3701
  msgstr ""
3702
 
3703
+ #: includes/B2S/Ship/Item.php:374
3704
  msgid "Read more"
3705
  msgstr ""
3706
 
3707
+ #: includes/B2S/Ship/Item.php:379
3708
  msgid ""
3709
  "Please keep in mind that users are not allowed to post identical or "
3710
  "substantially similar content to multiple accounts or multiple duplicate "
3711
  "updates on one account."
3712
  msgstr ""
3713
 
3714
+ #: includes/B2S/Ship/Item.php:379
3715
  msgid ""
3716
  "Violating these rules can result in suspending your account. Always vary "
3717
  "your content with different images, comments, hashtags or handles to prevent "
3718
  "duplicate posts."
3719
  msgstr ""
3720
 
3721
+ #: includes/B2S/Ship/Item.php:399
3722
  msgid "hide calendar"
3723
  msgstr ""
3724
 
3725
+ #: includes/B2S/Ship/Item.php:456 includes/B2S/Ship/Item.php:516
3726
+ #: includes/B2S/Ship/Item.php:576 includes/B2S/Ship/Item.php:605
3727
+ #: includes/B2S/Ship/Item.php:634 includes/B2S/Ship/Item.php:662
3728
+ #: includes/B2S/Ship/Item.php:690 includes/B2S/Ship/Item.php:721
3729
+ #: includes/B2S/Ship/Item.php:776 includes/B2S/Ship/Item.php:827
3730
+ #: includes/B2S/Ship/Item.php:848 includes/B2S/Ship/Item.php:869
3731
+ #: includes/B2S/Ship/Item.php:890 includes/B2S/Ship/Item.php:911
3732
+ #: includes/B2S/Ship/Item.php:921
3733
  msgid "Write something about your post..."
3734
  msgstr ""
3735
 
3736
+ #: includes/B2S/Ship/Item.php:471 includes/B2S/Ship/Item.php:591
3737
+ #: includes/B2S/Ship/Item.php:621 includes/B2S/Ship/Item.php:649
3738
+ #: includes/B2S/Ship/Item.php:677
3739
  msgid ""
3740
  "Info: Change Open Graph Meta tags image, title and description for this "
3741
  "network"
3742
  msgstr ""
3743
 
3744
+ #: includes/B2S/Ship/Item.php:474 includes/B2S/Ship/Item.php:535
3745
+ #: includes/B2S/Ship/Item.php:594 includes/B2S/Ship/Item.php:624
3746
+ #: includes/B2S/Ship/Item.php:652 includes/B2S/Ship/Item.php:680
3747
  msgid ""
3748
  "You want to change your link image, link title and link description for this "
3749
  "network? Click here."
3750
  msgstr ""
3751
 
3752
+ #: includes/B2S/Ship/Item.php:476 includes/B2S/Ship/Item.php:596
3753
+ #: includes/B2S/Ship/Item.php:626 includes/B2S/Ship/Item.php:654
3754
+ #: includes/B2S/Ship/Item.php:682
3755
  msgid "OG Meta title"
3756
  msgstr ""
3757
 
3758
+ #: includes/B2S/Ship/Item.php:477 includes/B2S/Ship/Item.php:597
3759
+ #: includes/B2S/Ship/Item.php:627 includes/B2S/Ship/Item.php:655
3760
+ #: includes/B2S/Ship/Item.php:683
3761
  msgid "OG Meta description"
3762
  msgstr ""
3763
 
3764
+ #: includes/B2S/Ship/Item.php:506 includes/B2S/Ship/Item.php:567
3765
+ #: includes/B2S/Ship/Item.php:754 includes/B2S/Ship/Item.php:808
3766
  msgid "Do u want to post multiple images?"
3767
  msgstr ""
3768
 
3769
+ #: includes/B2S/Ship/Item.php:530
3770
  msgid ""
3771
  "Please note: Twitter stores the Card parameters of a link for up to 7 days. "
3772
  "Changes may not be immediately visible on Twitter."
3773
  msgstr ""
3774
 
3775
+ #: includes/B2S/Ship/Item.php:532
3776
  msgid ""
3777
  "Info: Change Card Meta tags image, title and description for this network"
3778
  msgstr ""
3779
 
3780
+ #: includes/B2S/Ship/Item.php:537
3781
  msgid "Card Meta title"
3782
  msgstr ""
3783
 
3784
+ #: includes/B2S/Ship/Item.php:538
3785
  msgid "Card Meta description"
3786
  msgstr ""
3787
 
3788
+ #: includes/B2S/Ship/Item.php:619
3789
  msgid ""
3790
  "Please note: XING stores the Open Graph parameters of a link for up to 7 "
3791
  "days. Changes may not be immediately visible on XING."
3792
  msgstr ""
3793
 
3794
+ #: includes/B2S/Ship/Item.php:937
3795
  msgid "required"
3796
  msgstr ""
3797
 
3798
+ #: includes/B2S/Ship/Item.php:1036
3799
  msgid "Jobs & Projects"
3800
  msgstr ""
3801
 
3802
+ #: includes/B2S/Ship/Item.php:1037
3803
  msgid "Events"
3804
  msgstr ""
3805
 
3806
+ #: includes/B2S/Ship/Item.php:1038
3807
  msgid "Classified Ads"
3808
  msgstr ""
3809
 
3810
+ #: includes/B2S/Ship/Item.php:1040
3811
  msgid "Offer"
3812
  msgstr ""
3813
 
3814
+ #: includes/B2S/Ship/Item.php:1041
3815
  msgid "Request"
3816
  msgstr ""
3817
 
3818
+ #: includes/B2S/Ship/Item.php:1052
3819
  msgid "The Headline..."
3820
  msgstr ""
3821
 
3822
+ #: includes/B2S/Ship/Item.php:1060
3823
  #, php-format
3824
  msgid "max. %s Tags"
3825
  msgstr ""
3826
 
3827
+ #: includes/B2S/Ship/Item.php:1062
3828
  msgid "Hashtags"
3829
  msgstr ""
3830
 
3831
+ #: includes/B2S/Ship/Item.php:1098
3832
  msgid "Enable Retweets for all Tweets with the selected profile"
3833
  msgstr ""
3834
 
3835
+ #: includes/B2S/Ship/Item.php:1117 views/b2s/partials/post-edit-modal.php:73
3836
  msgid "Delay"
3837
  msgstr ""
3838
 
3839
+ #: includes/B2S/Ship/Item.php:1127 includes/B2S/Ship/Item.php:1128
3840
+ #: includes/B2S/Ship/Item.php:1129 includes/B2S/Ship/Item.php:1130
3841
  #: views/b2s/partials/post-edit-modal.php:77
3842
  #: views/b2s/partials/post-edit-modal.php:78
3843
  #: views/b2s/partials/post-edit-modal.php:79
3845
  msgid "min"
3846
  msgstr ""
3847
 
3848
+ #: includes/B2S/Ship/Item.php:1135
3849
  msgid "Add Retweet"
3850
  msgstr ""
3851
 
3852
+ #: includes/B2S/Ship/Item.php:1155
3853
  msgid "Share Now"
3854
  msgstr ""
3855
 
3856
+ #: includes/B2S/Ship/Item.php:1160
3857
  msgid "Schedule Recurrent Post"
3858
  msgstr ""
3859
 
3860
+ #: includes/B2S/Ship/Item.php:1196 views/b2s/partials/post-edit-modal.php:47
3861
  msgid ""
3862
  "Please note: Your account is connected via an old XING API that is no longer "
3863
  "supported by XING after March 31. Please connect your XING profile, as well "
3867
  "the new XING."
3868
  msgstr ""
3869
 
3870
+ #: includes/B2S/Ship/Item.php:1200 views/b2s/partials/post-edit-modal.php:51
3871
  msgid ""
3872
  "Please note: Google will shut down Google+ for all private accounts "
3873
  "(profiles, pages, groups) on 2nd April 2019. You can find further "
3875
  "other content here:"
3876
  msgstr ""
3877
 
3878
+ #: includes/B2S/Ship/Item.php:1203
3879
  msgid "Repeats"
3880
  msgstr ""
3881
 
3882
+ #: includes/B2S/Ship/Item.php:1204 includes/B2S/Ship/Item.php:1207
3883
  msgid "Duration"
3884
  msgstr ""
3885
 
3886
+ #: includes/B2S/Ship/Item.php:1208
3887
  msgid "Number of repeats"
3888
  msgstr ""
3889
 
3890
+ #: includes/B2S/Ship/Item.php:1209
3891
  msgid "Day of month"
3892
  msgstr ""
3893
 
3894
+ #: includes/B2S/Ship/Item.php:1210
3895
  msgid "Repeats every (days)"
3896
  msgstr ""
3897
 
3898
+ #: includes/B2S/Ship/Item.php:1212
3899
  msgid "Start date"
3900
  msgstr ""
3901
 
3902
+ #: includes/B2S/Ship/Item.php:1213
3903
  msgid "Time to publish"
3904
  msgstr ""
3905
 
3906
+ #: includes/B2S/Ship/Item.php:1222
3907
  msgid "weekly"
3908
  msgstr ""
3909
 
3910
+ #: includes/B2S/Ship/Item.php:1223
3911
  msgid "monthly"
3912
  msgstr ""
3913
 
3914
+ #: includes/B2S/Ship/Item.php:1224
3915
  msgid "own period"
3916
  msgstr ""
3917
 
3918
+ #: includes/B2S/Ship/Item.php:1230
3919
  msgid "Week"
3920
  msgstr ""
3921
 
3922
+ #: includes/B2S/Ship/Item.php:1230
3923
  msgid "Weeks"
3924
  msgstr ""
3925
 
3926
+ #: includes/B2S/Ship/Item.php:1239
3927
  msgid "Month"
3928
  msgstr ""
3929
 
3930
+ #: includes/B2S/Ship/Item.php:1239
3931
  msgid "Months"
3932
  msgstr ""
3933
 
3934
+ #: includes/B2S/Ship/Item.php:1259
3935
  msgid "End Of Month"
3936
  msgstr ""
3937
 
3938
+ #: includes/B2S/Ship/Item.php:1264
3939
  msgid "Timespan"
3940
  msgstr ""
3941
 
3942
+ #: includes/B2S/Ship/Item.php:1267 views/b2s/partials/post-edit-modal.php:63
3943
  #: views/b2s/partials/post-edit-modal.php:66
3944
  msgid "Time"
3945
  msgstr ""
3946
 
3947
+ #: includes/B2S/Ship/Item.php:1285
3948
  msgid "add another post"
3949
  msgstr ""
3950
 
3951
+ #: includes/B2S/Ship/Item.php:1299
3952
  msgid "Copy from original"
3953
  msgstr ""
3954
 
3955
+ #: includes/B2S/Ship/Item.php:1315
3956
  msgid "Apply Settings To All Networks"
3957
  msgstr ""
3958
 
3959
+ #: includes/B2S/Ship/Item.php:1316
3960
  msgid "Save as best time for this network"
3961
  msgstr ""
3962
 
4140
  msgstr ""
4141
 
4142
  #: views/b2s/html/footer.php:83 views/b2s/html/footer.php:101
4143
+ #: views/b2s/html/footer.php:130
4144
  msgid "Also included:"
4145
  msgstr ""
4146
 
4147
  #: views/b2s/html/footer.php:85 views/b2s/html/footer.php:103
4148
+ #: views/b2s/html/footer.php:132
4149
  msgid "Social media auto-posting and auto-scheduling"
4150
  msgstr ""
4151
 
4152
  #: views/b2s/html/footer.php:86 views/b2s/html/footer.php:104
4153
+ #: views/b2s/html/footer.php:133
4154
  msgid "Posting to social media pages and groups in Facebook"
4155
  msgstr ""
4156
 
4157
  #: views/b2s/html/footer.php:87 views/b2s/html/footer.php:105
4158
+ #: views/b2s/html/footer.php:134
4159
  msgid "Sharing on multiple accounts per network"
4160
  msgstr ""
4161
 
4162
  #: views/b2s/html/footer.php:88 views/b2s/html/footer.php:106
4163
+ #: views/b2s/html/footer.php:135
4164
  msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
4165
  msgstr ""
4166
 
4167
  #: views/b2s/html/footer.php:89 views/b2s/html/footer.php:107
4168
+ #: views/b2s/html/footer.php:136
4169
  msgid "Reporting with links to already published posts"
4170
  msgstr ""
4171
 
4174
  msgstr ""
4175
 
4176
  #: views/b2s/html/footer.php:122
4177
+ msgid "Upgrade to Blog2Social PREMIUM BUSINESS"
4178
+ msgstr ""
4179
+
4180
+ #: views/b2s/html/footer.php:125
4181
+ msgid "Activate Blog2Social PREMIUM BUSINESS."
4182
  msgstr ""
4183
 
4184
  #: views/b2s/html/footer.php:127
4185
  msgid ""
4186
+ "With Blog2Social Premium BUSINESS you can connect pages in LinkedIn and XING "
4187
+ "as well as XING groups and Telegram."
4188
+ msgstr ""
4189
+
4190
+ #: views/b2s/html/footer.php:138
4191
+ msgid "Upgrade to BUSINESS"
4192
+ msgstr ""
4193
+
4194
+ #: views/b2s/html/footer.php:151
4195
+ msgid "Select the preferred custom post format for your posts"
4196
+ msgstr ""
4197
+
4198
+ #: views/b2s/html/footer.php:156
4199
+ msgid ""
4200
  "Select link post or image post format to define your preferred custom post "
4201
  "format for Twitter, LinkedIn, and Facebook."
4202
  msgstr ""
4203
 
4204
+ #: views/b2s/html/footer.php:165
4205
  msgid "Photo Post"
4206
  msgstr ""
4207
 
4208
+ #: views/b2s/html/footer.php:173
4209
  msgid ""
4210
  "For Instagram, you can select \"image with frame\" or \"image cut out\" as "
4211
  "your preferred custom post format."
4212
  msgstr ""
4213
 
4214
+ #: views/b2s/html/footer.php:223
4215
  msgid "Did you miss something?"
4216
  msgstr ""
4217
 
4218
+ #: views/b2s/html/footer.php:226
4219
  msgid "Help us make Blog2Social even better!"
4220
  msgstr ""
4221
 
4222
+ #: views/b2s/html/footer.php:230
4223
  msgid "submit"
4224
  msgstr ""
4225
 
4226
+ #: views/b2s/html/footer.php:244
4227
  msgid ""
4228
  "Blog2Social provides you with a pre-configured time-scheme to automatically "
4229
  "schedule your social media posts for the best times to share on each social "
4232
  "each social network."
4233
  msgstr ""
4234
 
4235
+ #: views/b2s/html/footer.php:246
4236
  msgid ""
4237
  "You can also configure your own individual time settings for each of your "
4238
  "social media connections to post your content on social media when your "
4241
  "to reach as many followers as possible."
4242
  msgstr ""
4243
 
4244
+ #: views/b2s/html/footer.php:248
4245
  msgid ""
4246
  "Click Load My Time Settings in the preview editor to schedule your posts "
4247
  "automatically for your individually chosen best times."
4248
  msgstr ""
4249
 
4250
+ #: views/b2s/html/footer.php:250
4251
  msgid ""
4252
  "You can always edit the predefined times in the preview editor for any post "
4253
  "or network and save your new settings as default for future use."
4254
  msgstr ""
4255
 
4256
+ #: views/b2s/html/footer.php:252
4257
  msgid ""
4258
  "Learn how to set up and apply individual best times to your social media "
4259
  "scheduling and auto-poster."
4260
  msgstr ""
4261
 
4262
+ #: views/b2s/html/footer.php:286
4263
  msgid "Why Retweets?"
4264
  msgstr ""
4265
 
4266
+ #: views/b2s/html/footer.php:289
4267
  msgid ""
4268
  "Retweets are the recommended way to reshare the same Tweets across Twitter "
4269
  "accounts in accordance with Twitter new rules. You can now schedule multiple "
4271
  "WordPress."
4272
  msgstr ""
4273
 
4274
+ #: views/b2s/html/footer.php:292
4275
  msgid ""
4276
  "If Retweets are enabled, every Original-Tweet you schedule in this step will "
4277
  "be retweeted by the selected Twitter accounts. If, for example, 3 Original-"
4279
  "selected Twitter accounts."
4280
  msgstr ""
4281
 
4282
+ #: views/b2s/html/footer.php:296
4283
  msgid "Would you like to retweet?"
4284
  msgstr ""
4285
 
4286
+ #: views/b2s/html/footer.php:325
4287
  msgid "URL Shortening"
4288
  msgstr ""
4289
 
4290
+ #: views/b2s/html/footer.php:328
4291
  msgid ""
4292
  "You can use Bit.ly, Rebrandly or Sniply links to shorten the URL of your "
4293
  "links and to track the performance of your links in your social media "
4298
  "ly shortlinks. Blog2Social will apply the regular URL for these networks. "
4299
  msgstr ""
4300
 
4301
+ #: views/b2s/html/footer.php:339
4302
  msgid "Define Twitter post content"
4303
  msgstr ""
4304
 
4305
+ #: views/b2s/html/footer.php:342
4306
  msgid ""
4307
  "Select the content that will be automatically pre-filled in your Twitter "
4308
  "posts. If you have ticked the box \"include WordPress tags as hashtags in my "
4309
  "post\", hashtags are automatically added in the drop-down menu."
4310
  msgstr ""
4311
 
4312
+ #: views/b2s/html/footer.php:398
4313
  msgid ""
4314
  "Share imported posts with the Auto Poster: Posts that you import via RSS "
4315
  "feeds and plugins can be shared automatically on your social media channels."
4316
  msgstr ""
4317
 
4318
+ #: views/b2s/html/footer.php:399
4319
  #, php-format
4320
  msgid ""
4321
  "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for "
4322
  "imported posts</a>"
4323
  msgstr ""
4324
 
4325
+ #: views/b2s/html/footer.php:436
4326
  msgid ""
4327
  "With Blog2Social you can transfer the Auto-Poster settings as a WordPress-"
4328
  "administrator to other WordPress-authors if they have activated the same "
4336
  "WordPress-administrator selected the content to be shared automatically. "
4337
  msgstr ""
4338
 
4339
+ #: views/b2s/html/footer.php:438
4340
  #, php-format
4341
  msgid ""
4342
  "You can find a detailed guide on how to assign the Auto-Poster settings <a "
4343
  "target=\"_blank\" href=\"%s\">here</a>."
4344
  msgstr ""
4345
 
4346
+ #: views/b2s/html/footer.php:451
4347
  msgid "Blog2Social: Re-Share Posts"
4348
  msgstr ""
4349
 
4350
+ #: views/b2s/html/footer.php:455
4351
  msgid ""
4352
  "Keep your social media feed updated automatically with your best content and "
4353
  "save valuable time by reviving your evergreen content regularly. Automate "
4355
  "new content and interact with your community."
4356
  msgstr ""
4357
 
4358
+ #: views/b2s/html/footer.php:456
4359
  #, php-format
4360
  msgid "<a target=\"_blank\" href=\"%s\">More information</a>"
4361
  msgstr ""
4362
 
4363
+ #: views/b2s/html/footer.php:495
4364
  msgid "Social Meta Tags Settings"
4365
  msgstr ""
4366
 
4367
+ #: views/b2s/html/footer.php:498 views/b2s/html/footer.php:589
4368
  msgid "Change image, title and description for your post on this network"
4369
  msgstr ""
4370
 
4371
+ #: views/b2s/html/footer.php:504
4372
  msgid ""
4373
  "Facebook has changed its policy for posting link posts via plugins or web "
4374
  "applications. Facebook does no longer display the featured or selected image "
4381
  "requirements for Facebook."
4382
  msgstr ""
4383
 
4384
+ #: views/b2s/html/footer.php:506
4385
  msgid ""
4386
  "With Blog2Social you can select a featured image or any image you select to "
4387
  "be displayed with your link post. Blog2Social will automatically write the "
4392
  "for your link post without OG meta tags."
4393
  msgstr ""
4394
 
4395
+ #: views/b2s/html/footer.php:509
4396
  msgid ""
4397
  "Twitter has changed its policy for posting link posts via plugins or web "
4398
  "applications. Twitter does no longer display the featured or selected image "
4405
  "requirements for Twitter."
4406
  msgstr ""
4407
 
4408
+ #: views/b2s/html/footer.php:511
4409
  msgid ""
4410
  "With Blog2Social you can select a featured image or any image you select to "
4411
  "be displayed with your link post. Blog2Social will automatically write the "
4416
  "image for your link post without Twitter Card meta tags."
4417
  msgstr ""
4418
 
4419
+ #: views/b2s/html/footer.php:514
4420
  msgid ""
4421
  "To display your link preview, LinkedIn uses the image set in the oEmbed tags "
4422
  "in meta data of your post. WordPress automatically sets your featured image "
4425
  "“Add oEmbed tags” box."
4426
  msgstr ""
4427
 
4428
+ #: views/b2s/html/footer.php:516
4429
  msgid ""
4430
  "If LinkedIn can’t find the oEmbed tag in your data, it will use the OG (Open "
4431
  "Graph) meta tags instead."
4432
  msgstr ""
4433
 
4434
+ #: views/b2s/html/footer.php:518
4435
  msgid ""
4436
  "With Blog2Social you can select a featured image or any image you select to "
4437
  "be displayed with your link post. Blog2Social will automatically write the "
4444
  "your post."
4445
  msgstr ""
4446
 
4447
+ #: views/b2s/html/footer.php:521
4448
  msgid ""
4449
  "You can change the image, title and description for your post on Facebook, "
4450
  "by editing the following fields for"
4451
  msgstr ""
4452
 
4453
+ #: views/b2s/html/footer.php:524 views/b2s/html/footer.php:539
4454
  msgid "image"
4455
  msgstr ""
4456
 
4457
+ #: views/b2s/html/footer.php:525 views/b2s/html/footer.php:540
4458
  msgid "title"
4459
  msgstr ""
4460
 
4461
+ #: views/b2s/html/footer.php:526 views/b2s/html/footer.php:541
4462
  msgid "description"
4463
  msgstr ""
4464
 
4465
+ #: views/b2s/html/footer.php:528
4466
  msgid ""
4467
  "Blog2Social will automatically write these information in the Facebook Open "
4468
  "Graph (OG) Meta Tags for Image, Title and Description of your blog post."
4469
  msgstr ""
4470
 
4471
+ #: views/b2s/html/footer.php:531
4472
  msgid ""
4473
  "Please note: If this post has already been shared or scheduled previously, "
4474
  "your current changes will also affect the look of previously shared or "
4476
  "tags information and automatically updated all existing posts."
4477
  msgstr ""
4478
 
4479
+ #: views/b2s/html/footer.php:533
4480
  #, php-format
4481
  msgid ""
4482
  "Please note: Your changes will have no effect on your social media posts on "
4484
  "in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
4485
  msgstr ""
4486
 
4487
+ #: views/b2s/html/footer.php:536
4488
  msgid ""
4489
  "You can change the image, title and description for your post on Twitter, by "
4490
  "editing the following fields for"
4491
  msgstr ""
4492
 
4493
+ #: views/b2s/html/footer.php:543
4494
  msgid ""
4495
  "Blog2Social will automatically write these information in the Twitter Card "
4496
  "Meta Tags for Image, Title and Description of your blog post."
4497
  msgstr ""
4498
 
4499
+ #: views/b2s/html/footer.php:546
4500
  msgid ""
4501
  "Please note: If this post was previously shared or scheduled, your current "
4502
  "changes will also affect the look of previously shared or scheduled posts, "
4505
  "for Twitter to update your current changes."
4506
  msgstr ""
4507
 
4508
+ #: views/b2s/html/footer.php:548
4509
  #, php-format
4510
  msgid ""
4511
  "Please note: Your changes will have no effect on your social media posts on "
4513
  "your <a target=\"_blank\" href=\"%s\">settings</a>"
4514
  msgstr ""
4515
 
4516
+ #: views/b2s/html/footer.php:555
4517
  msgid "You want to change the image, title and description for your post?"
4518
  msgstr ""
4519
 
4520
+ #: views/b2s/html/footer.php:594
4521
  msgid ""
4522
  "You are currently sharing this post as image post. Changes to title and "
4523
  "description Meta Tag parameters will only be supported for link post formats."
4525
  "the title and description for your post preview."
4526
  msgstr ""
4527
 
4528
+ #: views/b2s/html/footer.php:597
4529
  #, php-format
4530
  msgid ""
4531
  "Your changes will have no effect on your social media posts on Facebook, if "
4533
  "Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
4534
  msgstr ""
4535
 
4536
+ #: views/b2s/html/footer.php:600
4537
  #, php-format
4538
  msgid ""
4539
  "Your changes will have no effect on your social media posts on Twitter, if "
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
  ===Blog2Social: Social Media Auto Post & Scheduler===
2
  Contributors: Blog2Social, pr-gateway
3
  Requires PHP: 5.5.3
4
- Tags: auto post, auto publish, social media scheduling, social media calendar, social media automation, social media share, auto-publish, scheduling, social media post, social url share, social network share, share tweet, share links, share this, sharethis, social tools, admin, api, auto share to, autopost, auto-Posting, auto-schedule, auto-schedule social media posts, automatic social sharing plugin, blog marketing, blog2social, blogger, buffer, crossposting, cross-promotion, cross-promoting, bloglovin, bloglovin auto post, facebook, facebook auto post, facebook pages, google auto post, instagram, instagram auto post, jetpack, jetpack sharing, linkedin, linkedin auto post, medium, medium auto post, multiposting, pinterest, re-post, scheduling plugin, social media, social media auto publish, social media button, social media manager, social media plugin, social media publishing, social media scheduling tool, social media sharing, social media tool, social network auto publish, social network icon, social network widget, socialmedia, timing, torial, torial auto post, tumblr, twitter, twitter auto post, xing, xing auto post, xing groups, xing gruppen, xing personal profiles, xing company profiles, xing business pages, xing pages, xing seiten, auto post scheduler, repost, social media management, facebook fan page auto post, facebook profile auto post, social auto post, social autoposting, flickr, flickr auto posting, linkedin, linkedin auto posting, linkedin profile, facebook group, facebook gruppen, reddit, reddit auto posting, reddit auto post, social media calendar, editorial calendar, calendar plugin, Social Media Automatisierung, Social Media Management, Kalender, Planungs Kalender, Social Media Kalender, Content Marketing, Revive, Revive posts, Revive old posts, old posts, Reshare, Re-Share, automatically re-post, automatically reshare, auto repost, auto republish, recycle posts, bulk schedule, Google My Business, Google posts, imgur, vk, vkontakte, Vkontakte.ru, vk.com
5
  Donate link: https://paypal.me/adenion
6
  Requires at least: 4.7.0
7
  Tested up to: 5.5
8
- Stable tag: 6.5.1
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -13,10 +13,10 @@ Autopost, schedule and share blog posts and contents on social media, pages & gr
13
 
14
  == Description ==
15
  **Social Media Auto-Posting and Scheduling Plugin for WordPress Sites and Blogs.**
16
- Autopost, cross-promote, schedule and automatically share your blog posts to social networks such as **Facebook, Twitter, Google My Business, LinkedIn, XING, Instagram, Pinterest, Imgur, Flickr, Reddit, VK.com, Medium, Tumblr, Torial, Diigo and Bloglovin.**
17
  Blog2Social automatically creates social media posts for your content and auto-posts at the best times for each network. Save time and pain of manually sharing and promoting your site on social media.
18
 
19
- _Compatible with WooCommerce, Gutenberg Editor, Hummingbird & Bitly._
20
 
21
  * Version 6.5: Multiple image post & New Network: Telegram
22
 
@@ -41,12 +41,13 @@ To benefit from all the advanced features for automatic sharing and scheduling y
41
  * **Torial** - post to your blog post with canonical-backlinks to your original post (Free)
42
  * **Diigo** - post a bookmark to your account (Free)
43
  * **Bloglovin** - post to your blog post with canonical-backlinks to your original post (Free)
 
44
 
45
  = Benefits from using Blog2Social =
46
 
47
  BLOG2SOCIAL FREE
48
 
49
- * Share your posts and pages on 14 different networks: Twitter, Facebook (profile and page), LinkedIn (profile), XING (profile), Instagram, Pinterest, Imgur, Reddit, Torial, Medium, Tumblr, Flickr, Diigo, Bloglovin, and VK at once.
50
  * Customize your social media posts with unique personal comments, hashtags, handles, emojis, and select an image or animated GIF of your choice.
51
  * You can even edit the complete HTML markup for re-publishing your post on Tumblr, Torial, and Medium.
52
  * Manage all users posts and pages and share them on your channels.
@@ -71,8 +72,7 @@ Blog2Social provides you with a **ready-to-use Best Time Manager** for the best
71
 
72
  **#2 Cross-Posting and Cross-Promotion with Customized Social Media Posts** – Create unique social media posts for each social network and community.
73
 
74
- Blog2Social automatically turns your posts into an adapted format for each social platform. You can optionally customize and tailor your social media posts with individual **comments, #hashtags, @handles, and emojis. Automatically generate Hashtags** from your WP tags. **Select or add individual images and animated GIFs** and choose between different **post formats (link post / image post)** to create more variations for your social media posts. Customize post templates to save your individual layout setting as default and share your social media posts faster with individually tailored posts on each social network.
75
-
76
 
77
  **#3 Social Media Calendar** – Organize your social media marketing
78
 
@@ -82,7 +82,7 @@ Edit, add or change scheduled posts per drag & drop in the built-in social media
82
  **#4 Social Media Auto-Poster** – Switch your social media marketing on auto-pilot
83
 
84
  Activate the autoposter to **automatically share your new and updated posts** on social media. No extra steps required!
85
-
86
 
87
  **#5 Content Curation** – Share and schedule third-party content
88
 
@@ -191,7 +191,7 @@ Blog2Social premium takes your social media marketing to the next level. Benefit
191
 
192
  * Schedule, share and re-share your posts automatically with the Best Time Manager, select recurring intervals and set your own scheduling schemes.
193
  * Auto-Posting: Set your social media marketing on auto-pilot and share your posts fully automated.
194
- * Tailor and optimize your social media post: Select individual post formats (link or image post) and images for each post by using any image from your library.
195
  * Customize post templates to save your individual layout setting as default and share your social media posts faster with individually tailored posts on each social network.
196
  * Connect more accounts per network, add more users.
197
  * Business networks: Get more options for LinkedIn, XING, VK, and Google My Business.
@@ -218,6 +218,8 @@ To get started with the basics of Blog2Social and maybe find some useful tips an
218
  7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
219
 
220
  == Changelog ==
 
 
221
  = 6.5.1 =
222
  Usability Optimization
223
  = 6.5.0 =
@@ -290,6 +292,8 @@ Usability Optimization
290
  Content Curation with links, WooCommerce compatibility, gutenberg editor compatibility
291
 
292
  == Upgrade Notice ==
 
 
293
  = 6.5.1 =
294
  Usability Optimization
295
  = 6.5.0 =
1
  ===Blog2Social: Social Media Auto Post & Scheduler===
2
  Contributors: Blog2Social, pr-gateway
3
  Requires PHP: 5.5.3
4
+ Tags: auto post, auto publish, social media scheduling, social media calendar, social media automation, social media share, auto-publish, scheduling, social media post, social url share, social network share, share tweet, share links, share this, sharethis, social tools, admin, api, auto share to, autopost, auto-Posting, auto-schedule, auto-schedule social media posts, automatic social sharing plugin, blog marketing, blog2social, blogger, buffer, crossposting, cross-promotion, cross-promoting, bloglovin, bloglovin auto post, facebook, facebook auto post, facebook pages, google auto post, instagram, instagram auto post, jetpack, jetpack sharing, linkedin, linkedin auto post, medium, medium auto post, multiposting, pinterest, re-post, scheduling plugin, social media, social media auto publish, social media button, social media manager, social media plugin, social media publishing, social media scheduling tool, social media sharing, social media tool, social network auto publish, social network icon, social network widget, socialmedia, timing, torial, torial auto post, tumblr, twitter, twitter auto post, xing, xing auto post, xing groups, xing gruppen, xing personal profiles, xing company profiles, xing business pages, xing pages, xing seiten, auto post scheduler, repost, social media management, facebook fan page auto post, facebook profile auto post, social auto post, social autoposting, flickr, flickr auto posting, linkedin, linkedin auto posting, linkedin profile, facebook group, facebook gruppen, reddit, reddit auto posting, reddit auto post, social media calendar, editorial calendar, calendar plugin, Social Media Automatisierung, Social Media Management, Kalender, Planungs Kalender, Social Media Kalender, Content Marketing, Revive, Revive posts, Revive old posts, old posts, Reshare, Re-Share, automatically re-post, automatically reshare, auto repost, auto republish, recycle posts, bulk schedule, Google My Business, Google posts, imgur, vk, vkontakte, Vkontakte.ru, vk.com. Telegram, Telegram channels, Telegram groups, share multiple images, image gallery
5
  Donate link: https://paypal.me/adenion
6
  Requires at least: 4.7.0
7
  Tested up to: 5.5
8
+ Stable tag: 6.5.2
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
13
 
14
  == Description ==
15
  **Social Media Auto-Posting and Scheduling Plugin for WordPress Sites and Blogs.**
16
+ Autopost, cross-promote, schedule and automatically share your blog posts to social networks such as **Facebook, Twitter, Google My Business, LinkedIn, XING, Instagram, Pinterest, Imgur, Flickr, Reddit, VK.com, Medium, Tumblr, Torial, Diigo, Bloglovin and Telegram.**
17
  Blog2Social automatically creates social media posts for your content and auto-posts at the best times for each network. Save time and pain of manually sharing and promoting your site on social media.
18
 
19
+ _Compatible with WooCommerce, Gutenberg Editor, Hummingbird, Bitly, Rebrand.ly, Sniply & WP Automatic Plugin._
20
 
21
  * Version 6.5: Multiple image post & New Network: Telegram
22
 
41
  * **Torial** - post to your blog post with canonical-backlinks to your original post (Free)
42
  * **Diigo** - post a bookmark to your account (Free)
43
  * **Bloglovin** - post to your blog post with canonical-backlinks to your original post (Free)
44
+ * **Telegram** - post to your Telegram groups and Telegram channels (Business)
45
 
46
  = Benefits from using Blog2Social =
47
 
48
  BLOG2SOCIAL FREE
49
 
50
+ * Share your posts and pages on 15 different networks: Twitter, Facebook (profile and page), LinkedIn (profile), XING (profile), Instagram, Pinterest, Imgur, Reddit, Torial, Medium, Tumblr, Flickr, Diigo, Bloglovin, and VK at once.
51
  * Customize your social media posts with unique personal comments, hashtags, handles, emojis, and select an image or animated GIF of your choice.
52
  * You can even edit the complete HTML markup for re-publishing your post on Tumblr, Torial, and Medium.
53
  * Manage all users posts and pages and share them on your channels.
72
 
73
  **#2 Cross-Posting and Cross-Promotion with Customized Social Media Posts** – Create unique social media posts for each social network and community.
74
 
75
+ Blog2Social automatically turns your posts into an adapted format for each social platform. You can optionally customize and tailor your social media posts with individual **comments, #hashtags, @handles, and emojis. Automatically generate Hashtags** from your WP tags. **Select or add individual images and animated GIFs** and choose between different **post formats (link post / image post)** to create more variations for your social media posts. Choose up to 4 images for one post and share an **image gallery** (Facebook pages & groups, Twitter). Customize post templates to save your individual layout setting as default and share your social media posts faster with individually tailored posts on each social network.
 
76
 
77
  **#3 Social Media Calendar** – Organize your social media marketing
78
 
82
  **#4 Social Media Auto-Poster** – Switch your social media marketing on auto-pilot
83
 
84
  Activate the autoposter to **automatically share your new and updated posts** on social media. No extra steps required!
85
+ **Transfer the autoposter settings** as an WordPress admin to other WordPress authors with the same Business license to share posts automatically on the assigned social media networks.
86
 
87
  **#5 Content Curation** – Share and schedule third-party content
88
 
191
 
192
  * Schedule, share and re-share your posts automatically with the Best Time Manager, select recurring intervals and set your own scheduling schemes.
193
  * Auto-Posting: Set your social media marketing on auto-pilot and share your posts fully automated.
194
+ * Tailor and optimize your social media post: Select individual post formats (link or image post) and images for each post by using any image from your library. You can also share up to 4 images in one post on Facebook (pages & groups) and Twitter.
195
  * Customize post templates to save your individual layout setting as default and share your social media posts faster with individually tailored posts on each social network.
196
  * Connect more accounts per network, add more users.
197
  * Business networks: Get more options for LinkedIn, XING, VK, and Google My Business.
218
  7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
219
 
220
  == Changelog ==
221
+ = 6.5.2 =
222
+ Usability Optimization
223
  = 6.5.1 =
224
  Usability Optimization
225
  = 6.5.0 =
292
  Content Curation with links, WooCommerce compatibility, gutenberg editor compatibility
293
 
294
  == Upgrade Notice ==
295
+ = 6.5.2 =
296
+ Usability Optimization
297
  = 6.5.1 =
298
  Usability Optimization
299
  = 6.5.0 =
views/b2s/html/footer.php CHANGED
@@ -114,6 +114,35 @@
114
  </div>
115
  </div>
116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  <div class="modal fade" id="b2sInfoFormatModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoFormatModal" aria-hidden="true" data-backdrop="false" style="display:none;">
118
  <div class="modal-dialog">
119
  <div class="modal-content">
114
  </div>
115
  </div>
116
 
117
+ <div class="modal fade" id="b2sBusinessFeatureModal" tabindex="-1" role="dialog" aria-labelledby="b2sBusinessFeatureModal" aria-hidden="true" data-backdrop="false" style="display:none;">
118
+ <div class="modal-dialog">
119
+ <div class="modal-content">
120
+ <div class="modal-header">
121
+ <button type="button" class="b2s-modal-close close" data-modal-name="#b2sBusinessFeatureModal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
122
+ <h4 class="modal-title"><?php esc_html_e('Upgrade to Blog2Social PREMIUM BUSINESS', 'blog2social') ?></h4>
123
+ </div>
124
+ <div class="modal-body auth-network">
125
+ <b><?php esc_html_e('Activate Blog2Social PREMIUM BUSINESS.', 'blog2social') ?></b>
126
+ <br>
127
+ <?php esc_html_e('With Blog2Social Premium BUSINESS you can connect pages in LinkedIn and XING as well as XING groups and Telegram.', 'blog2social') ?>
128
+ <br>
129
+ <br>
130
+ <?php esc_html_e('Also included:', 'blog2social') ?>
131
+ <br>
132
+ <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php esc_html_e('Social media auto-posting and auto-scheduling', 'blog2social') ?><br>
133
+ <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php esc_html_e('Posting to social media pages and groups in Facebook', 'blog2social') ?><br>
134
+ <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php esc_html_e('Sharing on multiple accounts per network', 'blog2social') ?><br>
135
+ <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php esc_html_e('Best Time Scheduler: schedule once, multiple times or recurringly', 'blog2social') ?><br>
136
+ <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php esc_html_e('Reporting with links to already published posts', 'blog2social') ?><br>
137
+ <br>
138
+ <a target="_blank" href="<?php echo esc_url(B2S_Tools::getSupportLink('affiliate')); ?>" class="btn btn-success center-block"><?php esc_html_e('Upgrade to BUSINESS', 'blog2social') ?></a>
139
+ <br>
140
+ <center> <?php echo sprintf(__('or <a target="_blank" href="%s">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)', 'blog2social'), esc_url('https://service.blog2social.com/trial')); ?> </center>
141
+ </div>
142
+ </div>
143
+ </div>
144
+ </div>
145
+
146
  <div class="modal fade" id="b2sInfoFormatModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoFormatModal" aria-hidden="true" data-backdrop="false" style="display:none;">
147
  <div class="modal-dialog">
148
  <div class="modal-content">