Blog2Social: Social Media Auto Post & Scheduler - Version 6.8.1

Version Description

Usability Optimization

Download this release

Release Info

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

Code changes from version 6.8.0 to 6.8.1

blog2social.php CHANGED
@@ -6,12 +6,12 @@
6
  * Author: Blog2Social, Adenion
7
  * Text Domain: blog2social
8
  * Domain Path: /languages
9
- * Version: 6.8.0
10
  * Author URI: https://www.blog2social.com
11
  * License: GPL2+
12
  */
13
 
14
- define('B2S_PLUGIN_VERSION', '680');
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.8.1
10
  * Author URI: https://www.blog2social.com
11
  * License: GPL2+
12
  */
13
 
14
+ define('B2S_PLUGIN_VERSION', '681');
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/B2S/Network/Item.php CHANGED
@@ -770,7 +770,7 @@ class B2S_Network_Item {
770
  if($networkId == 12) {
771
  $content .= '<div class="row">';
772
  $content .= '<div class="col-md-12">';
773
- $content .= '<div class="alert alert-warning b2s-edit-template-hashtag-warning" style="display:none;">' . esc_html__('Instagram supports up to 30 hashtags. Please reduce the number of hashtags in your post.', 'blog2social') . '</div>';
774
  $content .= '</div>';
775
  $content .= '</div>';
776
  }
770
  if($networkId == 12) {
771
  $content .= '<div class="row">';
772
  $content .= '<div class="col-md-12">';
773
+ $content .= '<div class="alert alert-warning b2s-edit-template-hashtag-warning" style="display:none;">' . esc_html__('Good to know: Instagram supports up to 30 hashtags in a post. The number recommended for best results is 5 hashtags. Make sure that your hashtags are thematically relevant to the content of your post.', 'blog2social') . '</div>';
774
  $content .= '</div>';
775
  $content .= '</div>';
776
  }
includes/B2S/PostBox.php CHANGED
@@ -140,7 +140,7 @@ class B2S_PostBox {
140
  }
141
 
142
  $content = '<div class="b2s-post-meta-box">
143
- <div id="b2s-server-connection-fail" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-server-connection-fail" title="close notice"></button>' . esc_html__('The connection to the server failed. Try again!', 'blog2social') . '</div>
144
  <div id="b2s-heartbeat-fail" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-heartbeat-fail" title="close notice"></button>' . esc_html__('WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!', 'blog2social') . $b2sHeartbeatFaqLink . ' </div>
145
  <div id="b2s-post-meta-box-state-no-publish-future-customize" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-state-no-publish-future-customize" title="close notice"></button>' . esc_html__('Your post is still on draft or pending status. Please make sure that your post is published or scheduled to be published on this blog. You can then auto-post or schedule and customize your social media posts with Blog2Social.', 'blog2social') . '</div>
146
  <div id="b2s-post-meta-box-state-no-auth" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-state-no-auth" title="close notice"></button>' . esc_html__('There are no social network accounts assigned to your selected network collection. Please assign at least one social network account or select another network collection.', 'blog2social') . '<a href="' . esc_url($this->b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-network') . '" target="_bank">' . esc_html__('Network settings', 'blog2social') . '</a></div>
140
  }
141
 
142
  $content = '<div class="b2s-post-meta-box">
143
+ <div id="b2s-server-connection-fail" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-server-connection-fail" title="close notice"></button>' . esc_html__('The connection to the server failed. Please try again! You can find more information and solutions in the', 'blog2social') . '<a target="_blank" href="' . esc_url(B2S_Tools::getSupportLink('connection_guide')) . '"> ' . esc_html__('guide for server connection', 'blog2social') . '</a>.</div>
144
  <div id="b2s-heartbeat-fail" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-heartbeat-fail" title="close notice"></button>' . esc_html__('WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!', 'blog2social') . $b2sHeartbeatFaqLink . ' </div>
145
  <div id="b2s-post-meta-box-state-no-publish-future-customize" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-state-no-publish-future-customize" title="close notice"></button>' . esc_html__('Your post is still on draft or pending status. Please make sure that your post is published or scheduled to be published on this blog. You can then auto-post or schedule and customize your social media posts with Blog2Social.', 'blog2social') . '</div>
146
  <div id="b2s-post-meta-box-state-no-auth" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-state-no-auth" title="close notice"></button>' . esc_html__('There are no social network accounts assigned to your selected network collection. Please assign at least one social network account or select another network collection.', 'blog2social') . '<a href="' . esc_url($this->b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-network') . '" target="_bank">' . esc_html__('Network settings', 'blog2social') . '</a></div>
includes/B2S/RePost/Item.php CHANGED
@@ -57,7 +57,7 @@ class B2S_RePost_Item {
57
  $content .='<label for="b2s-re-post-images-active"> ' . esc_html__('include posts with images only', 'blog2social') . ' </label>';
58
  $content .= '<br>';
59
  $content .='<input type="checkbox" name="b2s-re-post-already-planed-active" id="b2s-re-post-already-planed-active" value="1">';
60
- $content .='<label for="b2s-re-post-already-planed-active"> ' . sprintf(esc_html__('only posts have been shared a maximum of %s times', 'blog2social'), '<input type="number" name="b2s-re-post-already-planed-count" class="b2s-re-post-number-input" value="1" min="1" max="50">') . ' </label>';
61
  $content .= '</div>';
62
  $content .= '</div>';
63
 
57
  $content .='<label for="b2s-re-post-images-active"> ' . esc_html__('include posts with images only', 'blog2social') . ' </label>';
58
  $content .= '<br>';
59
  $content .='<input type="checkbox" name="b2s-re-post-already-planed-active" id="b2s-re-post-already-planed-active" value="1">';
60
+ $content .='<label for="b2s-re-post-already-planed-active"> ' . sprintf(esc_html__('only posts that have been shared no more than %s times', 'blog2social'), '<input type="number" name="b2s-re-post-already-planed-count" class="b2s-re-post-number-input" value="1" min="1" max="50">') . ' </label>';
61
  $content .= '</div>';
62
  $content .= '</div>';
63
 
includes/B2S/Settings/Item.php CHANGED
@@ -99,7 +99,7 @@ class B2S_Settings_Item {
99
  $content .='<br>';
100
  $content .='<hr>';
101
  $content .='<h4>' . esc_html__('System', 'blog2social') . '</h4>';
102
- $content .='<strong>' . esc_html__('This is a global feature for your blog, which can only be edited by users with admin rights.', 'blog2social') . '</strong><br>';
103
  $content .= '<input type="checkbox" value="' . (($isCheckedLegacyMode == 1) ? 0 : 1) . '" id="b2s-general-settings-legacy-mode" ' . (($isCheckedLegacyMode == 1) ? 'checked="checked"' : '') . ' /><label for="b2s-general-settings-legacy-mode"> ' . esc_html__('activate Legacy mode', 'blog2social') . ' <a href="#" class="b2s-info-btn del-padding-left b2sInfoLegacyModeBtn">' . esc_html__('Info', 'Blog2Social') . '</a></label>';
104
  return $content;
105
  }
99
  $content .='<br>';
100
  $content .='<hr>';
101
  $content .='<h4>' . esc_html__('System', 'blog2social') . '</h4>';
102
+ $content .='<strong>' . esc_html__('This is a global system setting for your website / blog, which can be edited by users with admin rights only.', 'blog2social') . '</strong><br>';
103
  $content .= '<input type="checkbox" value="' . (($isCheckedLegacyMode == 1) ? 0 : 1) . '" id="b2s-general-settings-legacy-mode" ' . (($isCheckedLegacyMode == 1) ? 'checked="checked"' : '') . ' /><label for="b2s-general-settings-legacy-mode"> ' . esc_html__('activate Legacy mode', 'blog2social') . ' <a href="#" class="b2s-info-btn del-padding-left b2sInfoLegacyModeBtn">' . esc_html__('Info', 'Blog2Social') . '</a></label>';
104
  return $content;
105
  }
includes/B2S/Ship/Image.php CHANGED
@@ -38,7 +38,7 @@ class B2S_Ship_Image {
38
  $content .='<i class="b2s-multi-image-info-text">' . esc_html__('Sharing more than one image improves the visibility of your content. You can create image series, show sequences, and level up your storytelling. With Blog2Social you can share up to 4 images in one post on Facebook (page and group) and on Twitter.', 'blog2social') . '</i>';
39
  $content .='<i class="b2s-multi-image-info-text">' . esc_html__('The best size for images in social media posts are between: 667-1000px x 523-1000px. Blog2Social will automatically resize your image according to network requirements.', 'blog2social') . '</i>';
40
  $content .='<i class="b2s-default-image-info-text">' . esc_html__('The best size for images in social media posts are between: 667-1000px x 523-1000px. Blog2Social will automatically resize your image according to the network requirements. You can also share up to 4 images in one post on Facebook (page and group) and on Twitter.', 'blog2social') . '</i>';
41
- $content .='<i> ' . esc_html__('Changing the image for a link post affects all images for link post publications of that post on the network.', 'blog2social') . '</i>';
42
  $content .='</div>';
43
  $content .='</div>';
44
  $tempCountImage = 0;
@@ -83,7 +83,7 @@ class B2S_Ship_Image {
83
 
84
  if (B2S_PLUGIN_USER_VERSION > 0) {
85
  $content .= '<button class="btn btn-primary b2s-image-change-this-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-meta-type="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this post', 'blog2social') . '</button>';
86
- $content .= '<button class="btn btn-primary b2s-image-change-meta-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-meta-type="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for all og-meta networks', 'blog2social') . '</button>';
87
  $content .= '<button class="btn btn-primary b2s-image-add-this-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-image-count="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this image gallery', 'blog2social') . '</button>';
88
  } else {
89
  $content .= '<button class="btn btn-primary b2s-btn-disabled b2s-upload-image-free-version b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this post', 'blog2social') . ' <span class="label label-success">' . esc_html__('SMART', 'blog2social') . ' </span></button>';
38
  $content .='<i class="b2s-multi-image-info-text">' . esc_html__('Sharing more than one image improves the visibility of your content. You can create image series, show sequences, and level up your storytelling. With Blog2Social you can share up to 4 images in one post on Facebook (page and group) and on Twitter.', 'blog2social') . '</i>';
39
  $content .='<i class="b2s-multi-image-info-text">' . esc_html__('The best size for images in social media posts are between: 667-1000px x 523-1000px. Blog2Social will automatically resize your image according to network requirements.', 'blog2social') . '</i>';
40
  $content .='<i class="b2s-default-image-info-text">' . esc_html__('The best size for images in social media posts are between: 667-1000px x 523-1000px. Blog2Social will automatically resize your image according to the network requirements. You can also share up to 4 images in one post on Facebook (page and group) and on Twitter.', 'blog2social') . '</i>';
41
+ $content .='<i> ' . esc_html__('Changes to the image for link-posts will apply to the image for all networks with link-post settings for this post.', 'blog2social') . '</i>';
42
  $content .='</div>';
43
  $content .='</div>';
44
  $tempCountImage = 0;
83
 
84
  if (B2S_PLUGIN_USER_VERSION > 0) {
85
  $content .= '<button class="btn btn-primary b2s-image-change-this-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-meta-type="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this post', 'blog2social') . '</button>';
86
+ $content .= '<button class="btn btn-primary b2s-image-change-meta-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-meta-type="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this post', 'blog2social') . '</button>';
87
  $content .= '<button class="btn btn-primary b2s-image-add-this-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-image-count="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this image gallery', 'blog2social') . '</button>';
88
  } else {
89
  $content .= '<button class="btn btn-primary b2s-btn-disabled b2s-upload-image-free-version b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this post', 'blog2social') . ' <span class="label label-success">' . esc_html__('SMART', 'blog2social') . ' </span></button>';
includes/B2S/Ship/Item.php CHANGED
@@ -369,8 +369,8 @@ class B2S_Ship_Item {
369
  }
370
 
371
  if ($data->networkId == 12) {
372
- $content .= '<div class="b2s-content-info" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" style="display:none;"><div class="clearfix"></div><div class="alert alert-warning">' . esc_html__('Instagram supports up to 30 hashtags. Please reduce the number of hashtags in your post.', 'blog2social') . '</div></div>';
373
- $content .= '<div class="b2s-unique-content" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-warning" style="margin-bottom:10px !important;">' . esc_html__('Please keep in mind that users are not allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . esc_html__('Violating these rules can result in suspending your account. Always vary your content with different images, comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong></div></div>';
374
  }
375
 
376
  $content .= '<div class="b2s-post-item-details-edit-area" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">';
369
  }
370
 
371
  if ($data->networkId == 12) {
372
+ $content .= '<div class="b2s-content-info" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" style="display:none;"><div class="clearfix"></div><div class="alert alert-warning">' . esc_html__('Good to know: Instagram supports up to 30 hashtags in a post. The number recommended for best results is 5 hashtags. Make sure that your hashtags are thematically relevant to the content of your post.', 'blog2social') . '</div></div>';
373
+ $content .= '<div class="b2s-unique-content" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-warning" style="margin-bottom:10px !important;">' . esc_html__('Good to know: Instagram does not allow to publish identical or substantially similar content on one or more accounts. Vary your content by using other images, comments, hashtags or handles and provide your followers with more inspiring content.', 'blog2social') . '<br><strong>' . esc_html__('Violating these rules can result in suspending your account. Always vary your content with different images, comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong></div></div>';
374
  }
375
 
376
  $content .= '<div class="b2s-post-item-details-edit-area" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">';
includes/B2S/Support/Check/System.php CHANGED
@@ -14,10 +14,11 @@ class B2S_Support_Check_System {
14
  $this->systemData['PHPMBSTRING'] = array("system" => $this->getPhpMbstring(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_PHPMBSTRING, "type" => "active", "name" => "PHP mbstring", "link" => B2S_Tools::getSupportLink("system_requirements"));
15
  $this->systemData['PHPDOM'] = array("system" => $this->getPhpDom(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_PHPDOM, "type" => "active", "name" => "PHP Dom", "link" => B2S_Tools::getSupportLink("system_requirements"));
16
  $this->systemData['MYSQLVERSION'] = array("system" => $this->getMysqlVersion(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_MYSQLVERSION, "type" => "version", "name" => "MySql Version", "link" => B2S_Tools::getSupportLink("system_requirements"));
17
- // Since V6.2.0 - disabled check database rights - is checked in install prozess
18
- // $this->systemData['DATABASERIGHTS'] = array("system" => $this->getDatabaseRights(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_DATABASERIGHTS, "type" => "active", "name" => "Database Rights", "link" => B2S_Tools::getSupportLink("system_requirements"));
19
  $this->systemData['HOTLINKPROTECTION'] = array("system" => $this->getHotlinkProtection(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_HOTLINKPROTECTION, "type" => "active", "name" => "Hotlink Protection (disabled)", "link" => B2S_Tools::getSupportLink("hotlink_protection"));
20
- $this->systemData['WPJSON'] = array("system" => $this->getWpJson(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_WPJSON, "type" => "active", "name" => "REST API / WP-JSON", "link" => B2S_Tools::getSupportLink("system_requirements"));
 
21
  $this->systemData['OPENSSL'] = array("system" => $this->getOpenssl(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_OPENSSL, "type" => "active", "name" => "OpenSSL", "link" => B2S_Tools::getSupportLink("system_requirements"));
22
  $this->checkSystemData();
23
  $this->getPluginData();
@@ -218,7 +219,7 @@ class B2S_Support_Check_System {
218
  }
219
  }
220
  }
221
-
222
  private function getWpJson() {
223
  $base_url = get_site_url();
224
  $url = (substr($base_url, -1) == "/") ? $base_url."wp-json" : $base_url."/wp-json";
14
  $this->systemData['PHPMBSTRING'] = array("system" => $this->getPhpMbstring(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_PHPMBSTRING, "type" => "active", "name" => "PHP mbstring", "link" => B2S_Tools::getSupportLink("system_requirements"));
15
  $this->systemData['PHPDOM'] = array("system" => $this->getPhpDom(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_PHPDOM, "type" => "active", "name" => "PHP Dom", "link" => B2S_Tools::getSupportLink("system_requirements"));
16
  $this->systemData['MYSQLVERSION'] = array("system" => $this->getMysqlVersion(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_MYSQLVERSION, "type" => "version", "name" => "MySql Version", "link" => B2S_Tools::getSupportLink("system_requirements"));
17
+ //deprecated since V 6.2.0 - not more used
18
+ //$this->systemData['DATABASERIGHTS'] = array("system" => $this->getDatabaseRights(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_DATABASERIGHTS, "type" => "active", "name" => "Database Rights", "link" => B2S_Tools::getSupportLink("system_requirements"));
19
  $this->systemData['HOTLINKPROTECTION'] = array("system" => $this->getHotlinkProtection(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_HOTLINKPROTECTION, "type" => "active", "name" => "Hotlink Protection (disabled)", "link" => B2S_Tools::getSupportLink("hotlink_protection"));
20
+ //deprecated since V 6.8.0 - not more used
21
+ //$this->systemData['WPJSON'] = array("system" => $this->getWpJson(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_WPJSON, "type" => "active", "name" => "REST API / WP-JSON", "link" => B2S_Tools::getSupportLink("system_requirements"));
22
  $this->systemData['OPENSSL'] = array("system" => $this->getOpenssl(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_OPENSSL, "type" => "active", "name" => "OpenSSL", "link" => B2S_Tools::getSupportLink("system_requirements"));
23
  $this->checkSystemData();
24
  $this->getPluginData();
219
  }
220
  }
221
  }
222
+ //deprecated since V 6.8.0
223
  private function getWpJson() {
224
  $base_url = get_site_url();
225
  $url = (substr($base_url, -1) == "/") ? $base_url."wp-json" : $base_url."/wp-json";
includes/Tools.php CHANGED
@@ -111,7 +111,7 @@ class B2S_Tools {
111
  }
112
  if ($type == 'affiliate') {
113
  $affiliateId = self::getAffiliateId();
114
- return 'https://service.blog2social.com/' . (((int) $affiliateId != 0) ? '?aid=' . $affiliateId : '');
115
  }
116
  if ($type == 'feature') {
117
  return 'https://blog2social.com/' . (($lang == 'en') ? 'en/plugin/wordpress/premium-trial/' : 'de/plugin/wordpress/premium-testen/');
@@ -242,7 +242,7 @@ class B2S_Tools {
242
  return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=2&id=82&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=2&id=86&artlang=de';
243
  }
244
  if($type == 'network_grouping'){
245
- return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=4&id=65&artlang=en&highlight=profile' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=4&id=73&artlang=de&highlight=profil';
246
  }
247
  if($type == 'community'){
248
  return 'https://community.blog2social.com/';
@@ -301,6 +301,9 @@ class B2S_Tools {
301
  if($type == 'network_addon_faq'){
302
  return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=7&id=168&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=7&id=165&artlang=de';
303
  }
 
 
 
304
  }
305
 
306
  public static function getAffiliateId() {
111
  }
112
  if ($type == 'affiliate') {
113
  $affiliateId = self::getAffiliateId();
114
+ return 'https://b2s.li/wp-btn-premium/' . (((int) $affiliateId != 0) ? $affiliateId : '');
115
  }
116
  if ($type == 'feature') {
117
  return 'https://blog2social.com/' . (($lang == 'en') ? 'en/plugin/wordpress/premium-trial/' : 'de/plugin/wordpress/premium-testen/');
242
  return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=2&id=82&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=2&id=86&artlang=de';
243
  }
244
  if($type == 'network_grouping'){
245
+ return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=4&id=65&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=4&id=73&artlang=de';
246
  }
247
  if($type == 'community'){
248
  return 'https://community.blog2social.com/';
301
  if($type == 'network_addon_faq'){
302
  return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=7&id=168&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=7&id=165&artlang=de';
303
  }
304
+ if($type == 'connection_guide'){
305
+ return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=9&id=106&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=9&id=108&artlang=de';
306
+ }
307
  }
308
 
309
  public static function getAffiliateId() {
index.php CHANGED
@@ -1,2 +1,4 @@
1
  <?php
2
  require_once 'blog2social.php';
 
 
1
  <?php
2
  require_once 'blog2social.php';
3
+
4
+
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: 2021-07-15 11:51+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Report-Msgid-Bugs-To: \n"
15
  "POT-Creation-Date: 2021-04-19 07:32+0000\n"
16
  "Last-Translator: marius Lol <wolf.12345@gmx.de>\n"
17
- "Language-Team: German\n"
18
  "X-Loco-Version: 2.3.0; wp-5.7-RC3-50503"
19
 
20
  #: views/b2s/html/header.php:289
@@ -30,7 +30,7 @@ msgstr ""
30
  msgid " today"
31
  msgstr "heute"
32
 
33
- #: views/b2s/network.php:323
34
  msgid ""
35
  "\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the "
36
  "\"TITLE\" and \"KEYWORD\" variables for your social media posts, the "
@@ -106,7 +106,7 @@ msgstr "1 x Pressemitteilung"
106
  msgid "1x publish report"
107
  msgstr "1 x Veröffentlichungsreport"
108
 
109
- #: views/b2s/network.php:716
110
  #, php-format
111
  msgid ""
112
  "<a href=\"%s\" target=\"_blank\">Get more information on how to add more "
@@ -189,7 +189,7 @@ msgstr ""
189
  "definiert. Du kannst diese Einstellungen für Dein Profil jederzeit in den "
190
  "Auto-Poster-Einstellungen deaktivieren."
191
 
192
- #: views/b2s/network.php:385 views/b2s/ship.php:617
193
  msgid ""
194
  "Access to this resource on your server is denied! Please check your "
195
  "webserver configuration for caching."
@@ -218,7 +218,7 @@ msgstr "Instant Caching aktivieren"
218
  msgid "activate Legacy mode"
219
  msgstr "Kompatibilitätsmodus aktivieren"
220
 
221
- #: views/b2s/settings.php:162
222
  msgid "Activate Legacy mode "
223
  msgstr "Kompatibilitätsmodus aktivieren"
224
 
@@ -230,7 +230,7 @@ msgstr "Lizenz aktivieren"
230
  msgid "activated"
231
  msgstr "aktiviert"
232
 
233
- #: includes/Tools.php:418
234
  msgid "Activities"
235
  msgstr "Aktivitäten"
236
 
@@ -262,7 +262,7 @@ msgstr ""
262
  msgid "add another post"
263
  msgstr "einen weiteren Post anlegen"
264
 
265
- #: views/b2s/network.php:625 views/b2s/ship.php:735
266
  msgid "Add Group"
267
  msgstr "Gruppe hinzufügen"
268
 
@@ -292,7 +292,7 @@ msgstr ""
292
  "Facebook und andere soziale Netzwerke Bilder, Titel und Beschreibung Deines "
293
  "Beitrag/Seite korrekt darstellen können."
294
 
295
- #: views/b2s/network.php:606 views/b2s/ship.php:716
296
  msgid "Add Page"
297
  msgstr "Seite hinzufügen"
298
 
@@ -301,7 +301,7 @@ msgstr "Seite hinzufügen"
301
  msgid "add post"
302
  msgstr "Beitrag hinzufügen"
303
 
304
- #: views/b2s/network.php:644 views/b2s/ship.php:678
305
  msgid "Add Profile"
306
  msgstr "Profil hinzufügen"
307
 
@@ -362,7 +362,7 @@ msgstr "gebuchte Seiten"
362
  msgid "additional profiles"
363
  msgstr "gebuchte Profile"
364
 
365
- #: views/b2s/network.php:446
366
  msgid "Advanced Network Settings"
367
  msgstr "Erweiterte Netzwerkeinstellungen"
368
 
@@ -410,7 +410,7 @@ msgstr "alle Typen"
410
  msgid "allow shortcodes in my post"
411
  msgstr "berücksichtige Shortcodes in meinen Beiträgen"
412
 
413
- #: views/b2s/settings.php:148
414
  msgid "Allow shortcodes in my social media posts (e.g. Page Builder)"
415
  msgstr ""
416
  "Berücksichtige Shortcodes in meinen Social Media Beiträgen (z.B. Page-"
@@ -425,7 +425,7 @@ msgstr "geteilt"
425
  msgid "Also included:"
426
  msgstr "Ebenfalls enthalten:"
427
 
428
- #: views/b2s/network.php:322
429
  msgid ""
430
  "An \"EXCERPT\" will only be added to your social media post if you have "
431
  "added a manual excerpt in the excerpt editing box of the Gutenberg side menu "
@@ -435,13 +435,13 @@ msgstr ""
435
  "einen manuellen Textauszug in der Textauszug-Box im Gutenberg Seitenmenü "
436
  "(Dokumenten-Einstellungen) Deines Blogbeitrages eingetragen hast. "
437
 
438
- #: views/b2s/network.php:460 views/b2s/network.php:475
439
- #: views/b2s/network.php:507 views/b2s/network.php:510
440
- #: views/b2s/network.php:513
441
  msgid "An error occured. Please contact our support."
442
  msgstr "Ein Fehler ist aufgetreten. Bitte kontaktiere unseren Support."
443
 
444
- #: views/b2s/network.php:359 views/b2s/network.php:377 views/b2s/ship.php:591
445
  #: views/b2s/ship.php:609
446
  msgid "An error occurred! Please try again."
447
  msgstr "Es ist ein Fehler aufgetreten! Bitte versuche es erneut."
@@ -472,11 +472,11 @@ msgstr "Es ist ein unbekannter Fehler aufgetreten!"
472
  msgid "and <a target=\"_blank\" href=\"%s\">Privacy Notice</a>"
473
  msgstr "und <a target=\"_blank\" href=\"%s\">Datenschutzhinweis</a>"
474
 
475
- #: includes/Tools.php:416
476
  msgid "Animals & Nature"
477
  msgstr "Tiere & Natur"
478
 
479
- #: views/b2s/network.php:541
480
  msgid "Apply best time settings"
481
  msgstr "Beste Zeiten verwenden"
482
 
@@ -497,10 +497,6 @@ msgstr "Für alle Verbindungen übernehmen"
497
  msgid "Apply image"
498
  msgstr "Bild festlegen"
499
 
500
- #: includes/B2S/Ship/Image.php:86
501
- msgid "Apply image for all og-meta networks"
502
- msgstr "Bild für alle og-meta-Netzwerke anwenden"
503
-
504
  #: includes/B2S/Ship/Image.php:78
505
  msgid "Apply image for all posts"
506
  msgstr "Bild für alle Posts übernehmen"
@@ -509,11 +505,12 @@ msgstr "Bild für alle Posts übernehmen"
509
  msgid "Apply image for this image gallery"
510
  msgstr "Bild zur Bildergalerie hinzufügen"
511
 
512
- #: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Image.php:89
 
513
  msgid "Apply image for this post"
514
  msgstr "Bild für diesen Post übernehmen"
515
 
516
- #: views/b2s/network.php:542
517
  msgid "Apply post template settings"
518
  msgstr "Beitragsvorlagen verwenden"
519
 
@@ -521,7 +518,7 @@ msgstr "Beitragsvorlagen verwenden"
521
  msgid "Apply Settings To All Networks"
522
  msgstr "Planung für alle Netzwerke übernehmen"
523
 
524
- #: views/b2s/network.php:543
525
  msgid "Apply URL Parameters"
526
  msgstr "URL-Parameter verwenden"
527
 
@@ -549,15 +546,15 @@ msgstr "Bist Du Dir sicher, dass du Deinen Entwurf löschen möchtest? "
549
  msgid "Are you sure you want to delete this Social Media draft?"
550
  msgstr "Bist Du Dir sicher, dass du Deinen Entwurf löschen möchtest? "
551
 
552
- #: includes/Tools.php:395
553
  msgid "Argentina"
554
  msgstr "Argentinien"
555
 
556
- #: views/b2s/network.php:540 views/b2s/network.php:590
557
  msgid "assign"
558
  msgstr "zuweisen"
559
 
560
- #: views/b2s/network.php:502 views/b2s/network.php:587
561
  msgid "Assign the connection to other blog users"
562
  msgstr "Weise Deine Verbindung anderen Blog-Benutzern zu"
563
 
@@ -587,11 +584,11 @@ msgstr "zu meinen besten Zeiten"
587
  msgid "at scheduled times"
588
  msgstr "zu geplanten Zeiten"
589
 
590
- #: includes/Tools.php:383
591
  msgid "Australia"
592
  msgstr "Australien"
593
 
594
- #: includes/Tools.php:384
595
  msgid "Austria"
596
  msgstr "Österreich"
597
 
@@ -605,7 +602,7 @@ msgstr "Autor"
605
  msgid "Author: The author of the post."
606
  msgstr "Author: Der Autor des Beitrags."
607
 
608
- #: views/b2s/network.php:427 views/b2s/ship.php:659 views/b2s/ship.php:663
609
  #: includes/B2S/Settings/Item.php:89
610
  msgid "authorize"
611
  msgstr "autorisieren"
@@ -735,7 +732,7 @@ msgstr "Blog"
735
  msgid "Blog2Social"
736
  msgstr "Blog2Social"
737
 
738
- #: views/b2s/autopost.php:62 views/b2s/settings.php:193
739
  msgid ""
740
  "Blog2Social applies the scheduled time settings based on the time zone "
741
  "defined in the general settings of your WordPress. You can select a user-"
@@ -936,7 +933,7 @@ msgstr "BUSINESS"
936
  msgid "Business"
937
  msgstr "Business"
938
 
939
- #: views/b2s/network.php:697
940
  msgid "Business: 15 (per user)"
941
  msgstr "Business: 15 (pro Nutzer)"
942
 
@@ -979,7 +976,7 @@ msgstr "Kalender"
979
  msgid "Call-to-Action"
980
  msgstr "Call-to-Action"
981
 
982
- #: includes/Tools.php:376
983
  msgid "Canada"
984
  msgstr "Kanada"
985
 
@@ -1040,13 +1037,13 @@ msgstr "Webseiten-Adresse ändern"
1040
 
1041
  #: includes/B2S/Ship/Image.php:41
1042
  msgid ""
1043
- "Changing the image for a link post affects all images for link post "
1044
- "publications of that post on the network."
1045
  msgstr ""
1046
- "Eine Bildänderung bei einem Link-Post, beeinflusst alle Bilder für Link-Post "
1047
- "Veröffentlichungen dieses Beitrags auf dem Netzwerk."
1048
 
1049
- #: views/b2s/network.php:318 includes/B2S/Network/Item.php:851
1050
  msgid "Character limit"
1051
  msgstr "Zeichenbegrenzung"
1052
 
@@ -1086,7 +1083,7 @@ msgstr ""
1086
  "Prüfe, bearbeite oder definiere die Zeiteinstellungen für Deine Social-Media-"
1087
  "Netzwerke"
1088
 
1089
- #: includes/Tools.php:400
1090
  msgid "Chile"
1091
  msgstr "Chile"
1092
 
@@ -1128,7 +1125,7 @@ msgstr ""
1128
  "Klicke im Vorschau-Editor auf „Meine Zeiteinstellungen laden\", um Deine "
1129
  "Beiträge automatisch für Deine individuell gewählten besten Zeiten zu planen."
1130
 
1131
- #: views/b2s/network.php:345
1132
  msgid "Click on \"continue\""
1133
  msgstr "Klicke auf “weiter”"
1134
 
@@ -1137,7 +1134,7 @@ msgstr "Klicke auf “weiter”"
1137
  msgid "Clock"
1138
  msgstr "Uhr"
1139
 
1140
- #: includes/Tools.php:401
1141
  msgid "Colombia"
1142
  msgstr "Kolumbien"
1143
 
@@ -1153,7 +1150,7 @@ msgstr "Firmenbeschreibung"
1153
  msgid "Company-Page (Employer Branding Profile)"
1154
  msgstr "Unternehmensseite (Arbeitgeberprofil)"
1155
 
1156
- #: views/b2s/network.php:428 views/b2s/network.php:430 views/b2s/ship.php:660
1157
  #: views/b2s/ship.php:662
1158
  msgid "confirm"
1159
  msgstr "bestätigen"
@@ -1176,11 +1173,11 @@ msgstr ""
1176
  msgid "Connect for"
1177
  msgstr "Netzwerke verbinden für"
1178
 
1179
- #: views/b2s/network.php:663 views/b2s/ship.php:697
1180
  msgid "Connect Instagram Business Account"
1181
  msgstr "Instagram Business-Konto verbinden"
1182
 
1183
- #: views/b2s/network.php:334 views/b2s/ship.php:571
1184
  msgid "Connect with Pinterest"
1185
  msgstr "Mit Pinterest verbinden"
1186
 
@@ -1229,13 +1226,13 @@ msgstr "Content-Bibliothek"
1229
  msgid "Content: The content of your post."
1230
  msgstr "Content: Der Inhalt Deines Beitrags."
1231
 
1232
- #: views/b2s/network.php:612 views/b2s/network.php:631
1233
- #: views/b2s/network.php:650 views/b2s/network.php:669 views/b2s/ship.php:684
1234
  #: views/b2s/ship.php:703 views/b2s/ship.php:722 views/b2s/ship.php:741
1235
  msgid "Continue"
1236
  msgstr "Fortsetzen"
1237
 
1238
- #: views/b2s/curation.php:74 views/b2s/network.php:431
1239
  msgid "continue"
1240
  msgstr "weiter"
1241
 
@@ -1293,6 +1290,10 @@ msgstr "neues Konto erstellen"
1293
  msgid "Create new network collection"
1294
  msgstr "Neue Netzwerkgruppierung anlegen"
1295
 
 
 
 
 
1296
  #: views/b2s/support.php:134
1297
  msgid "Create password"
1298
  msgstr "Passwort festlegen"
@@ -1360,7 +1361,7 @@ msgstr ""
1360
  "mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
1361
  "Community zu erzielen"
1362
 
1363
- #: includes/Tools.php:373
1364
  msgid "Czechoslovakia"
1365
  msgstr "Tschechoslowakei"
1366
 
@@ -1417,7 +1418,7 @@ msgstr ""
1417
  msgid "Default"
1418
  msgstr "Standard"
1419
 
1420
- #: views/b2s/network.php:559 includes/B2S/Network/Item.php:557
1421
  #, php-format
1422
  msgid ""
1423
  "Define parameters that will be added to link posts on this network e.g. to "
@@ -1428,7 +1429,7 @@ msgstr ""
1428
  "hinzugefügt werden sollen z. B. um Tracking-Links mit UTM-Parametern zu "
1429
  "erstellen. <a target=\"_blank\" href=\"%s\">Weitere Informationen</a>"
1430
 
1431
- #: views/b2s/network.php:321
1432
  msgid ""
1433
  "Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" "
1434
  "individually. Your text will be shortened after the last comma, period, or "
@@ -1478,7 +1479,7 @@ msgstr ""
1478
  msgid "Define Twitter post content"
1479
  msgstr "Twitter Beitragsinhalt definieren"
1480
 
1481
- #: views/b2s/settings.php:117
1482
  msgid "Define your post templates for each social media network"
1483
  msgstr "Definiere Deine Beitragsvorlagen für jedes Social-Media-Netzwerk. "
1484
 
@@ -1557,7 +1558,7 @@ msgstr "Social Media Posts löschen"
1557
  msgid "Delete text"
1558
  msgstr "Text löschen"
1559
 
1560
- #: includes/Tools.php:389
1561
  msgid "Denmark"
1562
  msgstr "Dänemark"
1563
 
@@ -1621,7 +1622,7 @@ msgstr "Möchtest Du Deine geplanten Beiträge löschen?"
1621
  msgid "Do you want to mark this post as published ?"
1622
  msgstr "Möchtest Du diesen Beitrag als veröffentlicht markieren?"
1623
 
1624
- #: views/b2s/network.php:340
1625
  msgid "Download and activate the Blog2Social extension"
1626
  msgstr "Lade und aktiviere die Blog2Social Extension"
1627
 
@@ -1640,7 +1641,7 @@ msgstr "Entwürfe"
1640
  msgid "Duration"
1641
  msgstr "Dauer"
1642
 
1643
- #: views/b2s/network.php:388 views/b2s/ship.php:620
1644
  #: views/b2s/html/header.php:348 views/prg/html/form.php:141
1645
  #: views/prg/html/form.php:143 views/prg/html/form.php:218
1646
  #: views/prg/html/form.php:220
@@ -1651,7 +1652,7 @@ msgstr "E-Mail"
1651
  msgid "E-Mail or Username"
1652
  msgstr "E-Mail oder Benutzername"
1653
 
1654
- #: views/b2s/network.php:690
1655
  msgid ""
1656
  "Each license has a specified number of accounts you can connect per social "
1657
  "media network."
@@ -1793,7 +1794,7 @@ msgstr "enthält nicht (Veröffentliche keine Beiträge, mit...)"
1793
  msgid "Export as txt-file"
1794
  msgstr "Als txt-Datei exportieren"
1795
 
1796
- #: views/b2s/network.php:706
1797
  msgid "Facebook groups"
1798
  msgstr "Facebook-Gruppen"
1799
 
@@ -1824,7 +1825,7 @@ msgstr ""
1824
  msgid "Facebook Open Graph Meta Tags"
1825
  msgstr "Facebook Open Graph Meta Tags"
1826
 
1827
- #: views/b2s/network.php:708
1828
  msgid "Facebook pages"
1829
  msgstr "Facebook-Seiten"
1830
 
@@ -1859,7 +1860,7 @@ msgstr ""
1859
  "Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden "
1860
  "automatisch veröffentlicht)"
1861
 
1862
- #: includes/Tools.php:391
1863
  msgid "Finland"
1864
  msgstr "Finnland"
1865
 
@@ -1879,7 +1880,7 @@ msgstr ""
1879
  "Verbinde Dich zuerst mit einem Netzwerk oder wähle ein Netzwerk aus, bevor "
1880
  "Du den Beitrag teilst!"
1881
 
1882
- #: includes/Tools.php:422
1883
  msgid "Flags"
1884
  msgstr "Flaggen"
1885
 
@@ -1887,7 +1888,7 @@ msgstr "Flaggen"
1887
  msgid "Follow us"
1888
  msgstr "Folge uns"
1889
 
1890
- #: includes/Tools.php:417
1891
  msgid "Food & Drink"
1892
  msgstr "Essen & Trinken"
1893
 
@@ -1896,7 +1897,7 @@ msgstr "Essen & Trinken"
1896
  msgid "For example your Wordpress Home Page"
1897
  msgstr "zum Beispiel Deine Blogseite"
1898
 
1899
- #: views/b2s/network.php:713
1900
  msgid ""
1901
  "For example: If you purchase 5 Facebook groups, these additional 5 Facebook "
1902
  "groups are available for all users. So, when 5 users are activated for the "
@@ -1908,7 +1909,7 @@ msgstr ""
1908
  "oder Business-Lizenz aktiviert sind, kann jeder Nutzer 1 Facebook Gruppe "
1909
  "verbinden, oder 1 Nutzer kann alle 5 Facebook-Gruppen verbinden."
1910
 
1911
- #: views/b2s/network.php:700
1912
  msgid ""
1913
  "For example: With the Pro license, each user can connect 5 Facebook accounts "
1914
  "+ 5 Twitter accounts + 5 Instagram accounts + ..."
@@ -1956,7 +1957,7 @@ msgstr "Username oder Passwort vergessen?"
1956
  msgid "Format"
1957
  msgstr "Format"
1958
 
1959
- #: includes/Tools.php:386
1960
  msgid "France"
1961
  msgstr "Frankreich"
1962
 
@@ -1984,10 +1985,14 @@ msgstr "Allgemein"
1984
  msgid "German"
1985
  msgstr "Deutsch"
1986
 
1987
- #: includes/Tools.php:388
1988
  msgid "Germany"
1989
  msgstr "Deutschland"
1990
 
 
 
 
 
1991
  #: views/b2s/html/header.php:97
1992
  #, php-format
1993
  msgid ""
@@ -2034,6 +2039,29 @@ msgstr ""
2034
  msgid "Go to the Blog2Social Community"
2035
  msgstr "Zur Blog2Social Community"
2036
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2037
  #: views/b2s/network.php:127
2038
  msgid ""
2039
  "Google currently allows access to the API for all companies with up to 9 "
@@ -2057,11 +2085,11 @@ msgstr ""
2057
  "Erziele mehr Aufmerksamkeit für Deine Inhalte mit Fotos, Videos oder "
2058
  "Infografiken."
2059
 
2060
- #: includes/Tools.php:377
2061
  msgid "Great Britain"
2062
  msgstr "Großbritannien"
2063
 
2064
- #: includes/Tools.php:367
2065
  msgid "Greece"
2066
  msgstr "Griechenland"
2067
 
@@ -2071,6 +2099,10 @@ msgstr "Griechenland"
2071
  msgid "Group"
2072
  msgstr "Gruppe"
2073
 
 
 
 
 
2074
  #: includes/B2S/Network/Item.php:837
2075
  msgid "Hashtag shuffle (Hashtags have to be defined in the text field above)"
2076
  msgstr "Hashtags mischen (Hashtags müssen im obigen Textfeld definiert sein)"
@@ -2127,7 +2159,7 @@ msgstr "Wie Du das Problemanalyse-Tool nutzt"
2127
  msgid "https://www.blog2social.com"
2128
  msgstr "https://www.blog2social.com"
2129
 
2130
- #: includes/Tools.php:392
2131
  msgid "Hungary"
2132
  msgstr "Ungarn"
2133
 
@@ -2183,16 +2215,12 @@ msgid ""
2183
  "If you like Blog2Social, we would be greatly delighted, if you could leave "
2184
  "us a 5-star rating. If there's something you need assistance with, you can "
2185
  "ask all your questions in the Blog2Social support community where you will "
2186
- "receive help from our committed support team. You can easily access the "
2187
- "Blog2Social Support Community via the Help & Support section in the "
2188
- "Blog2Social menu on your WP dashboard."
2189
  msgstr ""
2190
  "Wenn Dir Blog2Social gefällt, würden wir uns sehr über eine 5-Sterne-"
2191
  "Bewertung freuen. Wenn es etwas gibt, wofür Du Unterstützung benötigst, "
2192
  "kannst Du Deine Frage jederzeit in der Blog2Social-Community stellen und "
2193
- "erhältst Hilfe von unserem engagierten Support-Team. Über das Menü Hilfe & "
2194
- "Support in Deinem Blog2Social-Dashboard, gelangst Du ganz einfach zur "
2195
- "Blog2Social-Support-Community."
2196
 
2197
  #: views/b2s/ship.php:367
2198
  msgid "Ignore & share"
@@ -2264,6 +2292,15 @@ msgstr ""
2264
  "In Übereinstimmung mit den neuen Twitter-AGB kann ein Twitter-Account als "
2265
  "Ihr primärer Twitter-Account für das Auto-Posting ausgewählt werden"
2266
 
 
 
 
 
 
 
 
 
 
2267
  #: includes/B2S/AutoPost/Item.php:282 includes/B2S/RePost/Item.php:191
2268
  #: includes/B2S/RePost/Item.php:211 includes/B2S/RePost/Item.php:231
2269
  #: includes/B2S/RePost/Item.php:250
@@ -2279,11 +2316,11 @@ msgstr "nur <a href=\"%s\" target=\"_blank\">Favoriten</a> hinzufügen"
2279
  msgid "include posts with images only"
2280
  msgstr "nur Beiträge mit Bildern hinzufügen"
2281
 
2282
- #: includes/Tools.php:368
2283
  msgid "India"
2284
  msgstr "Indien"
2285
 
2286
- #: includes/Tools.php:374
2287
  msgid "Indonesia"
2288
  msgstr "Indonesien"
2289
 
@@ -2335,15 +2372,7 @@ msgstr ""
2335
  "Instagram hat Deinen Beitrag ohne Text veröffentlicht. Bitte beachte die "
2336
  "folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>"
2337
 
2338
- #: includes/B2S/Network/Item.php:773 includes/B2S/Ship/Item.php:372
2339
- msgid ""
2340
- "Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
2341
- "in your post."
2342
- msgstr ""
2343
- "Instagram unterstützt bis zu 30 Hashtags. Bitte reduziere die Anzahl der "
2344
- "Hashtags in Deinem Beitrag."
2345
-
2346
- #: views/b2s/settings.php:176
2347
  msgid "Instant Caching for Facebook Link Posts"
2348
  msgstr "Instant Caching für Facebook Link-Beiträge"
2349
 
@@ -2356,7 +2385,7 @@ msgstr "Instant Caching für Link-Beiträge"
2356
  msgid "Instant Sharing"
2357
  msgstr "Instant Sharing"
2358
 
2359
- #: views/b2s/network.php:380 views/b2s/ship.php:612
2360
  msgid "Invalid Data! Please try again."
2361
  msgstr "Ungültige Daten! Bitte versuche es erneut."
2362
 
@@ -2368,7 +2397,7 @@ msgstr "Ungültige Daten. Bitte überprüfe Deine Angaben."
2368
  msgid "Invalid email address"
2369
  msgstr "Ungültige E-Mail Adresse"
2370
 
2371
- #: includes/Tools.php:370
2372
  msgid "Ireland"
2373
  msgstr "Irland"
2374
 
@@ -2376,7 +2405,7 @@ msgstr "Irland"
2376
  msgid "is currently being processed by the network"
2377
  msgstr "wird vom Netzwerk verarbeitet"
2378
 
2379
- #: includes/Tools.php:406
2380
  msgid "is determined automatically"
2381
  msgstr "wird automatisch ermittelt"
2382
 
@@ -2385,11 +2414,11 @@ msgstr "wird automatisch ermittelt"
2385
  msgid "is waiting to shared by %s"
2386
  msgstr "wartet darauf von %s geteilt zu werden"
2387
 
2388
- #: includes/Tools.php:371
2389
  msgid "Italy"
2390
  msgstr "Italien"
2391
 
2392
- #: includes/Tools.php:393
2393
  msgid "Japan"
2394
  msgstr "Japan"
2395
 
@@ -2426,7 +2455,7 @@ msgstr "Keywords mit Komma getrennt (z.B.: Blog2Social, PR-Gateway)"
2426
  msgid "Keywords: The tags you have set in your post."
2427
  msgstr "Keywords: Die Tags, die Du in Deinem Beitrag gesetzt hast."
2428
 
2429
- #: includes/Tools.php:396
2430
  msgid "Korea"
2431
  msgstr "Korea"
2432
 
@@ -2487,7 +2516,7 @@ msgstr ""
2487
  "Erfahre, wie Du individuelle Beste Zeiten für Deine Social Media Planung und "
2488
  "Deinen Auto-Poster einrichten und anwenden kannst."
2489
 
2490
- #: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:496
2491
  #: includes/B2S/Ship/Item.php:1193 views/b2s/partials/post-edit-modal.php:53
2492
  msgid "Learn more"
2493
  msgstr "Mehr erfahren"
@@ -2511,7 +2540,7 @@ msgstr "Erfahre mehr darüber"
2511
  msgid "Legend"
2512
  msgstr "Legende"
2513
 
2514
- #: includes/Tools.php:352 views/b2s/html/sidebar.php:30
2515
  #: views/b2s/html/sidebar.ship.php:29
2516
  msgid "License"
2517
  msgstr "Lizenz"
@@ -2532,7 +2561,7 @@ msgstr "Link"
2532
  msgid "Link Post"
2533
  msgstr "Link-Beitrag"
2534
 
2535
- #: views/b2s/network.php:710
2536
  msgid "LinkedIn pages"
2537
  msgstr "LinkedIn-Seiten"
2538
 
@@ -2567,7 +2596,7 @@ msgstr "Meine Zeit-Einstellungen laden"
2567
 
2568
  #: views/b2s/curation.draft.php:47 views/b2s/network.php:61
2569
  #: views/b2s/network.php:149 views/b2s/network.php:236
2570
- #: views/b2s/network.php:373 views/b2s/network.php:452
2571
  #: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
2572
  #: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
2573
  #: views/b2s/post.favorites.php:41 views/b2s/post.notice.php:48
@@ -2578,7 +2607,7 @@ msgstr "Meine Zeit-Einstellungen laden"
2578
  msgid "Loading..."
2579
  msgstr "Wird geladen..."
2580
 
2581
- #: views/b2s/network.php:382 views/b2s/ship.php:614
2582
  #, php-format
2583
  msgid ""
2584
  "Login failed. Please check your login data for typos and please check your "
@@ -2603,7 +2632,7 @@ msgstr ""
2603
  " Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfe Deinen "
2604
  "Benutzernamen und Dein Password!"
2605
 
2606
- #: views/b2s/network.php:360 views/b2s/network.php:386 views/b2s/ship.php:592
2607
  #: views/b2s/ship.php:618
2608
  msgid ""
2609
  "Login up successful. Please confirm that Blog2Social is allowed to publish "
@@ -2629,7 +2658,7 @@ msgstr "Nachricht"
2629
  msgid "Meta Tags Settings for Posts and Pages"
2630
  msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
2631
 
2632
- #: includes/Tools.php:398
2633
  msgid "Mexico"
2634
  msgstr "Mexiko"
2635
 
@@ -2719,11 +2748,11 @@ msgstr ""
2719
  msgid "More users and accounts"
2720
  msgstr "Mehr Benutzer und Accounts"
2721
 
2722
- #: views/b2s/network.php:482 views/b2s/network.php:577
2723
  msgid "move"
2724
  msgstr "verschieben"
2725
 
2726
- #: views/b2s/network.php:470 views/b2s/network.php:570
2727
  msgid "Move the connection to another network collection."
2728
  msgstr "Verbindung in eine andere Netzwerk-Gruppierung verschieben"
2729
 
@@ -2735,7 +2764,7 @@ msgstr "Herr"
2735
  msgid "Mrs."
2736
  msgstr "Frau"
2737
 
2738
- #: views/b2s/network.php:575 includes/B2S/Ship/Navbar.php:37
2739
  msgid "My Profile"
2740
  msgstr "Mein Profil"
2741
 
@@ -2762,11 +2791,11 @@ msgstr "Du möchtest Deine Beiträge planen?"
2762
  msgid "Needed"
2763
  msgstr "Erforderlich"
2764
 
2765
- #: includes/Tools.php:379
2766
  msgid "Netherlands"
2767
  msgstr "Niederlande"
2768
 
2769
- #: views/b2s/network.php:467 views/b2s/network.php:567
2770
  msgid "Network collection"
2771
  msgstr "Netzwerkgruppierung"
2772
 
@@ -2774,7 +2803,7 @@ msgstr "Netzwerkgruppierung"
2774
  msgid "network connected"
2775
  msgstr "Netzwerk verbunden"
2776
 
2777
- #: views/b2s/network.php:682
2778
  msgid "Network connections"
2779
  msgstr "Netzwerkverbindungen"
2780
 
@@ -2821,7 +2850,7 @@ msgstr "Neu"
2821
  msgid "new posts"
2822
  msgstr "Neue Beiträge"
2823
 
2824
- #: includes/Tools.php:390
2825
  msgid "New Zealand"
2826
  msgstr "Neuseeland"
2827
 
@@ -2856,7 +2885,7 @@ msgstr ""
2856
  msgid "No credit card required"
2857
  msgstr "Keine Kreditkarte erforderlich"
2858
 
2859
- #: includes/Tools.php:423
2860
  msgid "No emojis found"
2861
  msgstr "Keine Ergebnisse"
2862
 
@@ -2886,7 +2915,7 @@ msgstr "Keinen Blog-Nutzer gefunden"
2886
  msgid "Nope, maybe later"
2887
  msgstr "Nein, vielleicht später"
2888
 
2889
- #: includes/Tools.php:381
2890
  msgid "Norway"
2891
  msgstr "Norwegen"
2892
 
@@ -2929,7 +2958,7 @@ msgstr "Anzahl der Beiträge"
2929
  msgid "Number of repeats"
2930
  msgstr "Anzahl der Wiederholungen"
2931
 
2932
- #: includes/Tools.php:420
2933
  msgid "Objects"
2934
  msgstr "Objekte"
2935
 
@@ -2963,7 +2992,7 @@ msgstr "älteste zuerst"
2963
 
2964
  #: includes/B2S/RePost/Item.php:74
2965
  msgid "on"
2966
- msgstr " "
2967
 
2968
  #: includes/PRG/Post/Item.php:121
2969
  msgid "on Blog"
@@ -2976,8 +3005,8 @@ msgstr "auf dem Blog"
2976
 
2977
  #: includes/B2S/RePost/Item.php:60
2978
  #, php-format
2979
- msgid "only posts have been shared a maximum of %s times"
2980
- msgstr "Nur Beiträge die maximal %s mal geteilt wurden"
2981
 
2982
  #: views/b2s/premium.php:166
2983
  msgid "Open Graph and Twitter Card Tags"
@@ -3033,7 +3062,7 @@ msgstr "Seite"
3033
  msgid "Pages and groups"
3034
  msgstr "Seiten und Gruppen"
3035
 
3036
- #: views/b2s/network.php:394 views/b2s/ship.php:626 views/prg/login.php:25
3037
  msgid "Password"
3038
  msgstr "Passwort"
3039
 
@@ -3043,12 +3072,12 @@ msgstr "Passwort"
3043
  msgid "Personal"
3044
  msgstr "Privat"
3045
 
3046
- #: views/b2s/autopost.php:59 views/b2s/settings.php:190
3047
  #: includes/B2S/Settings/Item.php:53
3048
  msgid "Personal Time Zone"
3049
  msgstr "Persönliche Zeitzone"
3050
 
3051
- #: includes/Tools.php:403
3052
  msgid "Philippines"
3053
  msgstr "Philippinen"
3054
 
@@ -3061,7 +3090,7 @@ msgstr "Telefonnummer"
3061
  msgid "Photo Post"
3062
  msgstr "Bild-Beitrag"
3063
 
3064
- #: views/b2s/network.php:383 views/b2s/ship.php:615
3065
  msgid "Pinterest has rejected the connection to your blog"
3066
  msgstr "Pinterest hat die Verbindung zu Deinem Blog abgelehnt"
3067
 
@@ -3077,7 +3106,7 @@ msgstr "Tarife & Preise"
3077
  msgid "Please contact our support!"
3078
  msgstr "Bitte kontaktiere unseren Support!"
3079
 
3080
- #: views/b2s/settings.php:179
3081
  msgid ""
3082
  "Please enable this feature, if you are using varnish caching (HTTP "
3083
  "accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
@@ -3118,16 +3147,6 @@ msgstr ""
3118
  "Accounts oder mehrere identische Updates auf einem Twitter Account oder auch "
3119
  "mehreren Accounts zu posten."
3120
 
3121
- #: includes/B2S/Ship/Item.php:373
3122
- msgid ""
3123
- "Please keep in mind that users are not allowed to post identical or "
3124
- "substantially similar content to multiple accounts or multiple duplicate "
3125
- "updates on one account."
3126
- msgstr ""
3127
- "Bitte beachten Sie, dass es Benutzern nicht gestattet ist, identische oder "
3128
- "im Wesentlichen ähnliche Inhalte in mehreren Konten oder mehrere doppelte "
3129
- "Updates in einem Konto zu veröffentlichen."
3130
-
3131
  #: includes/Loader.php:804
3132
  msgid ""
3133
  "Please make sure that your post, page or custom post type is published or "
@@ -3141,7 +3160,7 @@ msgstr ""
3141
  "Posts werden mit dem von Dir gewählten Permalink geteilt, geplante WP-Posts "
3142
  "werden mit dem Posting-ID-Link geteilt."
3143
 
3144
- #: views/b2s/network.php:630 views/b2s/ship.php:740
3145
  #, php-format
3146
  msgid ""
3147
  "Please make sure to log in with your account which manages your groups and "
@@ -3152,7 +3171,7 @@ msgstr ""
3152
  "verwaltet, und <a href=\"%s\" target=\"_blank\">folgen dieser Anleitung, um "
3153
  "alle Deine Gruppen auszuwählen</a>."
3154
 
3155
- #: views/b2s/network.php:611 views/b2s/ship.php:721
3156
  #, php-format
3157
  msgid ""
3158
  "Please make sure to log in with your account which manages your pages and <a "
@@ -3162,7 +3181,7 @@ msgstr ""
3162
  "Deine Seiten verwaltet und <a href=\"%s\" target=\"_blank\">folge diesem "
3163
  "Guide, um alle Deine Seiten auswählen zu können</a>."
3164
 
3165
- #: views/b2s/network.php:376 views/b2s/ship.php:608
3166
  msgid ""
3167
  "Please make sure to use your original Pinterest login data (email and "
3168
  "password). Social Login via Facebook or Google login data will not work here."
@@ -3320,7 +3339,7 @@ msgstr ""
3320
  "Deinen Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> "
3321
  "manuell deaktiviert hast."
3322
 
3323
- #: views/b2s/network.php:668 views/b2s/ship.php:702
3324
  #, php-format
3325
  msgid ""
3326
  "Please note: Your Instagram Business Account will be connected with "
@@ -3356,7 +3375,7 @@ msgstr "Bitte wählen Sie einen Post Type aus"
3356
  msgid "Please select a social media network"
3357
  msgstr "Bitte wählen Sie ein Netzwerk aus"
3358
 
3359
- #: views/b2s/network.php:384 views/b2s/ship.php:616
3360
  msgid "Please select your correct server location and connect again."
3361
  msgstr ""
3362
  "Bitte wähle Deinen richtigen Serverstandort aus und verbinde Dich erneut."
@@ -3370,7 +3389,7 @@ msgstr "Bitte teile Deinen Beitrag jetzt."
3370
  msgid "please upgrade"
3371
  msgstr "Bitte upgraden"
3372
 
3373
- #: views/b2s/settings.php:165
3374
  msgid "Plugin contents are loaded one at a time to minimize server load."
3375
  msgstr ""
3376
  "Plugininhalte werden nacheinander geladen, um den Server Deines Blogs zu "
@@ -3380,11 +3399,11 @@ msgstr ""
3380
  msgid "Plugin Warnings:"
3381
  msgstr "Plugin Warnungen:"
3382
 
3383
- #: includes/Tools.php:385
3384
  msgid "Poland"
3385
  msgstr "Polen"
3386
 
3387
- #: includes/Tools.php:380 includes/Tools.php:394
3388
  msgid "Portugal"
3389
  msgstr "Portugal"
3390
 
@@ -3529,6 +3548,14 @@ msgstr "Presse"
3529
  msgid "Preview"
3530
  msgstr "Vorschau"
3531
 
 
 
 
 
 
 
 
 
3532
  #: views/b2s/html/footer.php:5
3533
  msgid "Privacy Policy"
3534
  msgstr "Datenschutzerklärung"
@@ -3543,7 +3570,7 @@ msgstr "Datenschutzerklärung"
3543
  msgid "PRO"
3544
  msgstr "PRO"
3545
 
3546
- #: views/b2s/network.php:695
3547
  msgid "Pro: 5 (per user)"
3548
  msgstr "Pro: 5 (pro Nutzer)"
3549
 
@@ -3645,7 +3672,7 @@ msgstr "Weiterlesen"
3645
  msgid "Rebrandly"
3646
  msgstr "Rebrandly"
3647
 
3648
- #: includes/Tools.php:414
3649
  msgid "Recently Used"
3650
  msgstr "Zuletzt verwendet"
3651
 
@@ -3754,7 +3781,7 @@ msgstr ""
3754
  "verbreiten. Du kannst nun mehrere Retweets für einen Original-Tweet direkt "
3755
  "aus Deinem WordPress heraus planen."
3756
 
3757
- #: includes/Tools.php:387
3758
  msgid "Romania"
3759
  msgstr "Rumänien"
3760
 
@@ -3762,7 +3789,7 @@ msgstr "Rumänien"
3762
  msgid "RSS import & auto-post"
3763
  msgstr "RSS-Import & Auto-Poster"
3764
 
3765
- #: includes/Tools.php:378
3766
  msgid "Russia"
3767
  msgstr "Russland"
3768
 
@@ -3951,7 +3978,7 @@ msgstr "zum Seitenende"
3951
  msgid "scroll to top"
3952
  msgstr "zum Seitenanfang"
3953
 
3954
- #: includes/Tools.php:413
3955
  msgid "Search"
3956
  msgstr "Suche"
3957
 
@@ -4058,12 +4085,12 @@ msgstr ""
4058
  msgid "Select network collection:"
4059
  msgstr "Netzwerk-Gruppierung auswählen:"
4060
 
4061
- #: views/b2s/autopost.php:48 views/b2s/settings.php:137
4062
  #: includes/B2S/Ship/Image.php:100
4063
  msgid "Select or upload an image from media gallery"
4064
  msgstr "Bild aus Mediathek auswählen oder hochladen"
4065
 
4066
- #: views/b2s/network.php:364 views/b2s/network.php:419 views/b2s/ship.php:596
4067
  #: views/b2s/ship.php:651
4068
  msgid "Select Pinboard"
4069
  msgstr "Pinnwand auswählen"
@@ -4106,7 +4133,7 @@ msgstr ""
4106
  msgid "selected date"
4107
  msgstr "ausgewähltes Datum"
4108
 
4109
- #: views/b2s/network.php:405 views/b2s/ship.php:637
4110
  msgid "Server-Location"
4111
  msgstr "Serverstandort"
4112
 
@@ -4141,14 +4168,6 @@ msgstr "Teilen"
4141
  msgid "share"
4142
  msgstr "teilen"
4143
 
4144
- #: views/b2s/post.calendar.php:197
4145
- msgid "Share content from other sources"
4146
- msgstr "Teile Beiträge aus beliebigen Quellen"
4147
-
4148
- #: views/b2s/post.calendar.php:184
4149
- msgid "Share content from your blog"
4150
- msgstr "Teile Deine Blogbeiträge"
4151
-
4152
  #: views/b2s/curation.php:231
4153
  msgid "Share image posts:"
4154
  msgstr "Teile Bild-Beiträge:"
@@ -4268,6 +4287,10 @@ msgstr ""
4268
  "Teile Deine Beiträge auf Seiten und in Gruppen auf Facebook, LinkedIn, Xing,"
4269
  " VK und Medium."
4270
 
 
 
 
 
4271
  #: includes/B2S/PostBox.php:170
4272
  msgid "Shared"
4273
  msgstr "Wie oft geteilt?"
@@ -4373,7 +4396,7 @@ msgstr "Versionen und Preise anzeigen"
4373
  msgid "Sign in"
4374
  msgstr "Anmelden"
4375
 
4376
- #: views/b2s/network.php:429 views/b2s/ship.php:661
4377
  msgid "Sign in to Pinterest"
4378
  msgstr "Melde Dich bei Pinterest an"
4379
 
@@ -4381,7 +4404,7 @@ msgstr "Melde Dich bei Pinterest an"
4381
  msgid "Site & Blog Content"
4382
  msgstr "Seiten & Blog Content"
4383
 
4384
- #: includes/Tools.php:399
4385
  msgid "Slovakia"
4386
  msgstr "Slowakei"
4387
 
@@ -4398,11 +4421,11 @@ msgstr "Slowakei"
4398
  msgid "SMART"
4399
  msgstr "SMART"
4400
 
4401
- #: views/b2s/network.php:693
4402
  msgid "Smart: 3 (per user)"
4403
  msgstr "Smart: 3 (pro Nutzer)"
4404
 
4405
- #: includes/Tools.php:415
4406
  msgid "Smileys & People"
4407
  msgstr "Smileys & Personen"
4408
 
@@ -4468,7 +4491,7 @@ msgstr "Social Meta Tags Einstellungen"
4468
  msgid "Social Networks"
4469
  msgstr "Soziale Netzwerke"
4470
 
4471
- #: views/b2s/settings.php:151
4472
  #, php-format
4473
  msgid ""
4474
  "Some WordPress plugins use short codes, e.g. Page Builder plugins. When a "
@@ -4506,11 +4529,11 @@ msgstr "sortieren"
4506
  msgid "Sort by network"
4507
  msgstr "Sortiere nach Netzwerk"
4508
 
4509
- #: includes/Tools.php:402
4510
  msgid "South Africa"
4511
  msgstr "Südafrika"
4512
 
4513
- #: includes/Tools.php:375
4514
  msgid "Spain"
4515
  msgstr "Spanien"
4516
 
@@ -4584,15 +4607,15 @@ msgstr "Support"
4584
  msgid "Supported HTML tags"
4585
  msgstr "Erlaubte HTML-Elemente"
4586
 
4587
- #: includes/Tools.php:397
4588
  msgid "Sweden"
4589
  msgstr "Schweden"
4590
 
4591
- #: includes/Tools.php:372
4592
  msgid "Switzerland"
4593
  msgstr "Schweiz"
4594
 
4595
- #: includes/Tools.php:421
4596
  msgid "Symbols"
4597
  msgstr "Symbole"
4598
 
@@ -4600,7 +4623,7 @@ msgstr "Symbole"
4600
  msgid "System"
4601
  msgstr "System"
4602
 
4603
- #: views/b2s/network.php:499 views/b2s/network.php:584
4604
  msgid "Team Management"
4605
  msgstr "Team-Management"
4606
 
@@ -4669,11 +4692,11 @@ msgstr ""
4669
  "Bildgröße des jeweiligen Netzwerkes an. Du kannst bis zu 4 Bilder in einem "
4670
  "Beitrag auf Facebook (Seite und Gruppe) sowie auf Twitter teilen."
4671
 
4672
- #: views/b2s/network.php:525
4673
  msgid "The connection does not exist."
4674
  msgstr "Diese Verbindung existiert nicht."
4675
 
4676
- #: views/b2s/network.php:522
4677
  msgid "The connection has already been assigned to this user."
4678
  msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
4679
 
@@ -4685,12 +4708,21 @@ msgstr ""
4685
  "Die Verbindung ist noch anderen Benutzern zugeordnet. Bitte entfernen Sie "
4686
  "zuerst die zugewiesene Verbindung von anderen Benutzern."
4687
 
4688
- #: includes/B2S/PostBox.php:143 views/b2s/ship.php:775
4689
- #: views/b2s/html/header.php:60
4690
- msgid "The connection to the server failed. Try again!"
 
 
 
 
 
 
 
 
 
4691
  msgstr ""
4692
- "Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
4693
- "erneut!"
4694
 
4695
  #: views/notice.php:14
4696
  msgid ""
@@ -4814,7 +4846,7 @@ msgstr ""
4814
  "Der Link, dem Du gefolgt bist, ist abgelaufen. Bitte aktualisiere Deine "
4815
  "Seite."
4816
 
4817
- #: views/b2s/network.php:339 views/b2s/network.php:352 views/b2s/ship.php:576
4818
  #: views/b2s/ship.php:584
4819
  msgid ""
4820
  "The login failed. To connect your Pinterest account to Blog2Social, please "
@@ -4888,7 +4920,7 @@ msgstr "Der Original-Tweet ist geplant für:"
4888
  msgid "The page and post meta data could not be removed."
4889
  msgstr "Die Seiten- und Post-Metadaten konnten nicht entfernt werden."
4890
 
4891
- #: views/b2s/network.php:459
4892
  msgid "The parameters could not be saved. Please try again."
4893
  msgstr ""
4894
  "Die Parameter konnten nicht gespeichert werden. Bitte versuchen Sie es noch "
@@ -4915,6 +4947,14 @@ msgstr ""
4915
  "internationalen und regionalen Portalen, Social Media und Dokumenten-"
4916
  "Netzwerken."
4917
 
 
 
 
 
 
 
 
 
4918
  #: includes/B2S/AutoPost/Item.php:46
4919
  msgid ""
4920
  "The settings for the Auto-Poster were configured for you by a WordPress "
@@ -4973,7 +5013,7 @@ msgid "The user to whom the connection is assigned still has scheduled posts."
4973
  msgstr ""
4974
  "Der Benutzer, dem die Verbindung zugewiesen ist, hat noch geplante Beiträge."
4975
 
4976
- #: views/b2s/network.php:537
4977
  msgid "There are no other users to whom the connection can be assigned."
4978
  msgstr ""
4979
  "Es sind keine weiteren Benutzer vorhanden, denen die Verbindung zugewiesen "
@@ -5020,7 +5060,7 @@ msgstr ""
5020
  "Auf diese Weise kannst Du jederzeit Deine Netzwerkauswahl anpassen und diese "
5021
  "speichern (\"Netzwerkauswahl speichern\")."
5022
 
5023
- #: views/b2s/network.php:528
5024
  msgid "This connection has already been assigned to this user."
5025
  msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
5026
 
@@ -5032,8 +5072,7 @@ msgstr "Dieser Eintrag konnte nicht entfernt werden. Es gehört dir nicht!"
5032
  msgid "This entry was removed successfully."
5033
  msgstr "Dieser Eintrag wurde erfolgreich entfernt."
5034
 
5035
- #: includes/B2S/Settings/Item.php:102 includes/B2S/Settings/Item.php:123
5036
- #: includes/B2S/Settings/Item.php:152
5037
  msgid ""
5038
  "This is a global feature for your blog, which can only be edited by users "
5039
  "with admin rights."
@@ -5041,6 +5080,14 @@ msgstr ""
5041
  "Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit "
5042
  "Admin Rechten bearbeitet werden kann."
5043
 
 
 
 
 
 
 
 
 
5044
  #: includes/B2S/Ship/Save.php:414 includes/B2S/Ship/Save.php:422
5045
  msgid "This is how it works:"
5046
  msgstr "Und so funktioniert es:"
@@ -5074,12 +5121,12 @@ msgstr ""
5074
  "Das Netzwerk veröffentlicht die vordefinierten Hashtags als anklickbare Tags "
5075
  "am Ende Deines Beitrags."
5076
 
5077
- #: views/b2s/network.php:519
5078
  msgid "This user don't have a Business License, or it is not the same"
5079
  msgstr ""
5080
  "Dieser Benutzer hat keine Business-Lizenz oder nutzt nicht dieselbe Lizenz"
5081
 
5082
- #: views/b2s/network.php:531
5083
  msgid "This user has reached the maximum number of connections."
5084
  msgstr "Der Nutzer hat die maximale Anzahl von Verbindungen erreicht."
5085
 
@@ -5219,7 +5266,7 @@ msgid "Transfer Auto-Poster settings to other users (Business):"
5219
  msgstr ""
5220
  "Übertrage Deine Auto-Poster-Einstellungen anderen Benutzern (Business):"
5221
 
5222
- #: includes/Tools.php:419
5223
  msgid "Travel & Places"
5224
  msgstr "Reisen & Orte"
5225
 
@@ -5239,7 +5286,7 @@ msgstr "Di"
5239
  msgid "Tuesday"
5240
  msgstr "Dienstag"
5241
 
5242
- #: includes/Tools.php:382
5243
  msgid "Turkey"
5244
  msgstr "Türkei"
5245
 
@@ -5292,7 +5339,7 @@ msgstr ""
5292
  "Netzwerkauswahl genutzt wird. <a href=\"%s\" target=\"_blank\">So erstellen "
5293
  "Sie eine Netzwerk-Gruppierung</a>"
5294
 
5295
- #: views/b2s/curation.php:292 views/b2s/curation.php:365
5296
  #, php-format
5297
  msgid ""
5298
  "Under the <a href=\"%s\">Network Settings</a> you can define the network "
@@ -5309,7 +5356,7 @@ msgstr ""
5309
  "Leider kann Deine Anfrage von Blog2Social nicht verarbeitet werden. Bitte "
5310
  "versuche es erneut!"
5311
 
5312
- #: includes/Tools.php:369
5313
  msgid "United States of America"
5314
  msgstr "Vereinigte Staaten von Amerika"
5315
 
@@ -5360,11 +5407,11 @@ msgstr "Upgrade"
5360
  msgid "Upgrade License"
5361
  msgstr "Lizenz upgraden"
5362
 
5363
- #: views/b2s/network.php:555
5364
  msgid "Upgrade to Blog2Social Business"
5365
  msgstr "Upgrade auf Blog2Social Business"
5366
 
5367
- #: views/b2s/network.php:554
5368
  msgid ""
5369
  "Upgrade to Blog2Social Business to easily bundle your connections into "
5370
  "network collection and assign your social media connections to other blog "
@@ -5385,20 +5432,6 @@ msgstr ""
5385
  msgid "Upgrade to Blog2Social for Premium"
5386
  msgstr "Jetzt auf Blog2Social Premium upgraden"
5387
 
5388
- #: views/b2s/premium.php:35
5389
- msgid ""
5390
- "Upgrade to Blog2Social Premium and get even smarter with social media "
5391
- "automation: Schedule your posts for the best time or recurringly with the "
5392
- "Best Time Manager or the Social Media Calendar. Post to pages, groups and "
5393
- "multiple accounts per network."
5394
- msgstr ""
5395
- "Nutze Blog2Social Premium für noch intelligentere Social Media "
5396
- "Automatisierung: Plane Deine Beiträge voll-automatisiert mit dem Beste-"
5397
- "Zeiten-Manager, wähle bestimmte Termine oder plane Deine Beiträge regelmäßig."
5398
- " Behalte den Überblick über Deine Posts mit dem Social Media Kalender. "
5399
- "Veröffentliche Beiträge auf Seiten, in Gruppen und auf mehreren Konten pro "
5400
- "Netzwerk. Arbeite mit mehr Nutzern im Team. "
5401
-
5402
  #: views/b2s/html/footer.php:122
5403
  msgid "Upgrade to Blog2Social PREMIUM BUSINESS"
5404
  msgstr "Jetzt auf Blog2Social PREMIUM BUSINESS upgraden"
@@ -5463,7 +5496,7 @@ msgstr "Upgrade auf PRO und höher"
5463
  msgid "Upgrade to SMART and above"
5464
  msgstr "Upgrade auf SMART und höher"
5465
 
5466
- #: views/b2s/network.php:458 views/b2s/network.php:558
5467
  msgid "URL Parameters"
5468
  msgstr "URL-Parameter"
5469
 
@@ -5471,12 +5504,27 @@ msgstr "URL-Parameter"
5471
  msgid "Url Shortener"
5472
  msgstr "Url Shortener"
5473
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5474
  #: views/b2s/curation.php:239
5475
  msgid "Use hashtags, @mentions, or emojis to share your feelings."
5476
  msgstr ""
5477
  "Verwende Hashtags, @Handles oder Emojis, um Deine Gefühle auszudrücken."
5478
 
5479
- #: views/b2s/autopost.php:49 views/b2s/settings.php:138
5480
  #: includes/B2S/Ship/Image.php:101
5481
  msgid "Use image"
5482
  msgstr "Bild verwenden"
@@ -5626,7 +5674,7 @@ msgstr "Wann möchtest Du Deinen Beitrag auf den Social Media teilen?"
5626
  msgid "When should your content be shared?"
5627
  msgstr "Wann soll Dein Content geteilt werden?"
5628
 
5629
- #: views/b2s/network.php:649 views/b2s/ship.php:683
5630
  #, php-format
5631
  msgid ""
5632
  "When you connect Blog2Social with your Instagram account, you might get a "
@@ -5708,7 +5756,7 @@ msgstr "\"Mit Blog2Social Premium PRO kannst Du mehrere Bilder posten."
5708
  msgid "With Blog2Social Premium you can:"
5709
  msgstr "Mit Blog2Social kannst Du:"
5710
 
5711
- #: views/b2s/network.php:687
5712
  msgid ""
5713
  "With Blog2Social you can connect up to 16 social media networks and share "
5714
  "your posts on your favourite social media accounts automatically."
@@ -5950,7 +5998,7 @@ msgstr ""
5950
  "einen effektiven Social Media-Posting-Plan einrichten, um so viele Follower "
5951
  "wie möglich zu erreichen."
5952
 
5953
- #: views/b2s/network.php:703
5954
  msgid ""
5955
  "You can also purchase additional groups and sites as add-on to your active "
5956
  "Blog2Social Premium Pro or Premium Business license:"
@@ -5985,7 +6033,7 @@ msgstr ""
5985
  "Twitter ändern, indem Du die folgenden Felder für die Twitter Card Tags "
5986
  "bearbeitest"
5987
 
5988
- #: views/b2s/network.php:534
5989
  msgid ""
5990
  "You can only share the connection with blog users who use the same license "
5991
  "as you."
@@ -6041,11 +6089,11 @@ msgstr ""
6041
 
6042
  #: views/b2s/curation.php:351
6043
  msgid ""
6044
- "You can share a link post, a video post, or an image post on the following "
6045
- "networks:"
6046
  msgstr ""
6047
- "Du kannst einen Link-Beitrag, einen Video-Beitrag oder einen Bild-Beitrag in "
6048
- "den folgenden Netzwerken teilen:"
6049
 
6050
  #: views/b2s/curation.php:281
6051
  msgid "You can share a text post on the following networks:"
@@ -6088,7 +6136,7 @@ msgstr ""
6088
  "sind, deaktiviere bitte die Social Meta Tags in All in One SEO. Wenn sie "
6089
  "bereits deaktiviert sind, kannst Du diese Meldung ignorieren."
6090
 
6091
- #: views/b2s/network.php:516
6092
  msgid "You don't have a Business License"
6093
  msgstr "Du hast keine Business-Lizenz"
6094
 
@@ -6142,7 +6190,7 @@ msgstr "Du hast keine Entwürfe gespeichert."
6142
  msgid "You have not saved any favorites."
6143
  msgstr "Du hast keine Favoriten gespeichert."
6144
 
6145
- #: views/b2s/network.php:381 views/b2s/ship.php:613
6146
  msgid ""
6147
  "You have not yet created any pinboards in your Pinterest account. Please set "
6148
  "up at least one pinboard to pin on your Pinterest account!"
@@ -6172,7 +6220,7 @@ msgstr ""
6172
  "Für die Nutzung des Problemanalyse-Tools werden Adminrechte benötigt. Bitte "
6173
  "wende Dich an Deinen Administrator."
6174
 
6175
- #: views/b2s/network.php:490
6176
  msgid "You need at least one network collection"
6177
  msgstr "Du brauchst mindestens eine Netzwerkgruppierung."
6178
 
@@ -6214,7 +6262,7 @@ msgstr "Du möchtest Dich mit einem Netzwerkprofil verbinden?"
6214
  msgid "You want to connect a social media group?"
6215
  msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
6216
 
6217
- #: views/b2s/network.php:378 views/b2s/network.php:379 views/b2s/ship.php:610
6218
  #: views/b2s/ship.php:611
6219
  #, php-format
6220
  msgid ""
@@ -6291,7 +6339,7 @@ msgstr ""
6291
  "Netzwerke”-Guide</a> erhältst Du mehr Informationen darüber, wie Du Deine "
6292
  "Social-Media-Netzwerke verbinden kannst."
6293
 
6294
- #: views/b2s/settings.php:115
6295
  #, php-format
6296
  msgid ""
6297
  "You will find more information on how to use post templates for your social "
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: 2021-07-22 10:41+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
14
  "Report-Msgid-Bugs-To: \n"
15
  "POT-Creation-Date: 2021-04-19 07:32+0000\n"
16
  "Last-Translator: marius Lol <wolf.12345@gmx.de>\n"
17
+ "Language-Team: Deutsch\n"
18
  "X-Loco-Version: 2.3.0; wp-5.7-RC3-50503"
19
 
20
  #: views/b2s/html/header.php:289
30
  msgid " today"
31
  msgstr "heute"
32
 
33
+ #: views/b2s/network.php:324
34
  msgid ""
35
  "\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the "
36
  "\"TITLE\" and \"KEYWORD\" variables for your social media posts, the "
106
  msgid "1x publish report"
107
  msgstr "1 x Veröffentlichungsreport"
108
 
109
+ #: views/b2s/network.php:717
110
  #, php-format
111
  msgid ""
112
  "<a href=\"%s\" target=\"_blank\">Get more information on how to add more "
189
  "definiert. Du kannst diese Einstellungen für Dein Profil jederzeit in den "
190
  "Auto-Poster-Einstellungen deaktivieren."
191
 
192
+ #: views/b2s/network.php:386 views/b2s/ship.php:617
193
  msgid ""
194
  "Access to this resource on your server is denied! Please check your "
195
  "webserver configuration for caching."
218
  msgid "activate Legacy mode"
219
  msgstr "Kompatibilitätsmodus aktivieren"
220
 
221
+ #: views/b2s/settings.php:163
222
  msgid "Activate Legacy mode "
223
  msgstr "Kompatibilitätsmodus aktivieren"
224
 
230
  msgid "activated"
231
  msgstr "aktiviert"
232
 
233
+ #: includes/Tools.php:421
234
  msgid "Activities"
235
  msgstr "Aktivitäten"
236
 
262
  msgid "add another post"
263
  msgstr "einen weiteren Post anlegen"
264
 
265
+ #: views/b2s/network.php:626 views/b2s/ship.php:735
266
  msgid "Add Group"
267
  msgstr "Gruppe hinzufügen"
268
 
292
  "Facebook und andere soziale Netzwerke Bilder, Titel und Beschreibung Deines "
293
  "Beitrag/Seite korrekt darstellen können."
294
 
295
+ #: views/b2s/network.php:607 views/b2s/ship.php:716
296
  msgid "Add Page"
297
  msgstr "Seite hinzufügen"
298
 
301
  msgid "add post"
302
  msgstr "Beitrag hinzufügen"
303
 
304
+ #: views/b2s/network.php:645 views/b2s/ship.php:678
305
  msgid "Add Profile"
306
  msgstr "Profil hinzufügen"
307
 
362
  msgid "additional profiles"
363
  msgstr "gebuchte Profile"
364
 
365
+ #: views/b2s/network.php:447
366
  msgid "Advanced Network Settings"
367
  msgstr "Erweiterte Netzwerkeinstellungen"
368
 
410
  msgid "allow shortcodes in my post"
411
  msgstr "berücksichtige Shortcodes in meinen Beiträgen"
412
 
413
+ #: views/b2s/settings.php:149
414
  msgid "Allow shortcodes in my social media posts (e.g. Page Builder)"
415
  msgstr ""
416
  "Berücksichtige Shortcodes in meinen Social Media Beiträgen (z.B. Page-"
425
  msgid "Also included:"
426
  msgstr "Ebenfalls enthalten:"
427
 
428
+ #: views/b2s/network.php:323
429
  msgid ""
430
  "An \"EXCERPT\" will only be added to your social media post if you have "
431
  "added a manual excerpt in the excerpt editing box of the Gutenberg side menu "
435
  "einen manuellen Textauszug in der Textauszug-Box im Gutenberg Seitenmenü "
436
  "(Dokumenten-Einstellungen) Deines Blogbeitrages eingetragen hast. "
437
 
438
+ #: views/b2s/network.php:461 views/b2s/network.php:476
439
+ #: views/b2s/network.php:508 views/b2s/network.php:511
440
+ #: views/b2s/network.php:514
441
  msgid "An error occured. Please contact our support."
442
  msgstr "Ein Fehler ist aufgetreten. Bitte kontaktiere unseren Support."
443
 
444
+ #: views/b2s/network.php:360 views/b2s/network.php:378 views/b2s/ship.php:591
445
  #: views/b2s/ship.php:609
446
  msgid "An error occurred! Please try again."
447
  msgstr "Es ist ein Fehler aufgetreten! Bitte versuche es erneut."
472
  msgid "and <a target=\"_blank\" href=\"%s\">Privacy Notice</a>"
473
  msgstr "und <a target=\"_blank\" href=\"%s\">Datenschutzhinweis</a>"
474
 
475
+ #: includes/Tools.php:419
476
  msgid "Animals & Nature"
477
  msgstr "Tiere & Natur"
478
 
479
+ #: views/b2s/network.php:542
480
  msgid "Apply best time settings"
481
  msgstr "Beste Zeiten verwenden"
482
 
497
  msgid "Apply image"
498
  msgstr "Bild festlegen"
499
 
 
 
 
 
500
  #: includes/B2S/Ship/Image.php:78
501
  msgid "Apply image for all posts"
502
  msgstr "Bild für alle Posts übernehmen"
505
  msgid "Apply image for this image gallery"
506
  msgstr "Bild zur Bildergalerie hinzufügen"
507
 
508
+ #: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Image.php:86
509
+ #: includes/B2S/Ship/Image.php:89
510
  msgid "Apply image for this post"
511
  msgstr "Bild für diesen Post übernehmen"
512
 
513
+ #: views/b2s/network.php:543
514
  msgid "Apply post template settings"
515
  msgstr "Beitragsvorlagen verwenden"
516
 
518
  msgid "Apply Settings To All Networks"
519
  msgstr "Planung für alle Netzwerke übernehmen"
520
 
521
+ #: views/b2s/network.php:544
522
  msgid "Apply URL Parameters"
523
  msgstr "URL-Parameter verwenden"
524
 
546
  msgid "Are you sure you want to delete this Social Media draft?"
547
  msgstr "Bist Du Dir sicher, dass du Deinen Entwurf löschen möchtest? "
548
 
549
+ #: includes/Tools.php:398
550
  msgid "Argentina"
551
  msgstr "Argentinien"
552
 
553
+ #: views/b2s/network.php:541 views/b2s/network.php:591
554
  msgid "assign"
555
  msgstr "zuweisen"
556
 
557
+ #: views/b2s/network.php:503 views/b2s/network.php:588
558
  msgid "Assign the connection to other blog users"
559
  msgstr "Weise Deine Verbindung anderen Blog-Benutzern zu"
560
 
584
  msgid "at scheduled times"
585
  msgstr "zu geplanten Zeiten"
586
 
587
+ #: includes/Tools.php:386
588
  msgid "Australia"
589
  msgstr "Australien"
590
 
591
+ #: includes/Tools.php:387
592
  msgid "Austria"
593
  msgstr "Österreich"
594
 
602
  msgid "Author: The author of the post."
603
  msgstr "Author: Der Autor des Beitrags."
604
 
605
+ #: views/b2s/network.php:428 views/b2s/ship.php:659 views/b2s/ship.php:663
606
  #: includes/B2S/Settings/Item.php:89
607
  msgid "authorize"
608
  msgstr "autorisieren"
732
  msgid "Blog2Social"
733
  msgstr "Blog2Social"
734
 
735
+ #: views/b2s/autopost.php:62 views/b2s/settings.php:194
736
  msgid ""
737
  "Blog2Social applies the scheduled time settings based on the time zone "
738
  "defined in the general settings of your WordPress. You can select a user-"
933
  msgid "Business"
934
  msgstr "Business"
935
 
936
+ #: views/b2s/network.php:698
937
  msgid "Business: 15 (per user)"
938
  msgstr "Business: 15 (pro Nutzer)"
939
 
976
  msgid "Call-to-Action"
977
  msgstr "Call-to-Action"
978
 
979
+ #: includes/Tools.php:379
980
  msgid "Canada"
981
  msgstr "Kanada"
982
 
1037
 
1038
  #: includes/B2S/Ship/Image.php:41
1039
  msgid ""
1040
+ "Changes to the image for link-posts will apply to the image for all networks "
1041
+ "with link-post settings for this post."
1042
  msgstr ""
1043
+ "Eine Bildänderung bei einem Link-Post, beeinflusst das Bild auf allen "
1044
+ "Netzwerken mit Link-Post Einstellung für diesen Beitrag."
1045
 
1046
+ #: views/b2s/network.php:319 includes/B2S/Network/Item.php:851
1047
  msgid "Character limit"
1048
  msgstr "Zeichenbegrenzung"
1049
 
1083
  "Prüfe, bearbeite oder definiere die Zeiteinstellungen für Deine Social-Media-"
1084
  "Netzwerke"
1085
 
1086
+ #: includes/Tools.php:403
1087
  msgid "Chile"
1088
  msgstr "Chile"
1089
 
1125
  "Klicke im Vorschau-Editor auf „Meine Zeiteinstellungen laden\", um Deine "
1126
  "Beiträge automatisch für Deine individuell gewählten besten Zeiten zu planen."
1127
 
1128
+ #: views/b2s/network.php:346
1129
  msgid "Click on \"continue\""
1130
  msgstr "Klicke auf “weiter”"
1131
 
1134
  msgid "Clock"
1135
  msgstr "Uhr"
1136
 
1137
+ #: includes/Tools.php:404
1138
  msgid "Colombia"
1139
  msgstr "Kolumbien"
1140
 
1150
  msgid "Company-Page (Employer Branding Profile)"
1151
  msgstr "Unternehmensseite (Arbeitgeberprofil)"
1152
 
1153
+ #: views/b2s/network.php:429 views/b2s/network.php:431 views/b2s/ship.php:660
1154
  #: views/b2s/ship.php:662
1155
  msgid "confirm"
1156
  msgstr "bestätigen"
1173
  msgid "Connect for"
1174
  msgstr "Netzwerke verbinden für"
1175
 
1176
+ #: views/b2s/network.php:664 views/b2s/ship.php:697
1177
  msgid "Connect Instagram Business Account"
1178
  msgstr "Instagram Business-Konto verbinden"
1179
 
1180
+ #: views/b2s/network.php:335 views/b2s/ship.php:571
1181
  msgid "Connect with Pinterest"
1182
  msgstr "Mit Pinterest verbinden"
1183
 
1226
  msgid "Content: The content of your post."
1227
  msgstr "Content: Der Inhalt Deines Beitrags."
1228
 
1229
+ #: views/b2s/network.php:613 views/b2s/network.php:632
1230
+ #: views/b2s/network.php:651 views/b2s/network.php:670 views/b2s/ship.php:684
1231
  #: views/b2s/ship.php:703 views/b2s/ship.php:722 views/b2s/ship.php:741
1232
  msgid "Continue"
1233
  msgstr "Fortsetzen"
1234
 
1235
+ #: views/b2s/curation.php:74 views/b2s/network.php:432
1236
  msgid "continue"
1237
  msgstr "weiter"
1238
 
1290
  msgid "Create new network collection"
1291
  msgstr "Neue Netzwerkgruppierung anlegen"
1292
 
1293
+ #: views/b2s/post.calendar.php:197
1294
+ msgid "Create or share content from other sources"
1295
+ msgstr "Erstelle oder teile Beiträge aus beliebigen Quellen"
1296
+
1297
  #: views/b2s/support.php:134
1298
  msgid "Create password"
1299
  msgstr "Passwort festlegen"
1361
  "mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
1362
  "Community zu erzielen"
1363
 
1364
+ #: includes/Tools.php:376
1365
  msgid "Czechoslovakia"
1366
  msgstr "Tschechoslowakei"
1367
 
1418
  msgid "Default"
1419
  msgstr "Standard"
1420
 
1421
+ #: views/b2s/network.php:560 includes/B2S/Network/Item.php:557
1422
  #, php-format
1423
  msgid ""
1424
  "Define parameters that will be added to link posts on this network e.g. to "
1429
  "hinzugefügt werden sollen z. B. um Tracking-Links mit UTM-Parametern zu "
1430
  "erstellen. <a target=\"_blank\" href=\"%s\">Weitere Informationen</a>"
1431
 
1432
+ #: views/b2s/network.php:322
1433
  msgid ""
1434
  "Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" "
1435
  "individually. Your text will be shortened after the last comma, period, or "
1479
  msgid "Define Twitter post content"
1480
  msgstr "Twitter Beitragsinhalt definieren"
1481
 
1482
+ #: views/b2s/settings.php:118
1483
  msgid "Define your post templates for each social media network"
1484
  msgstr "Definiere Deine Beitragsvorlagen für jedes Social-Media-Netzwerk. "
1485
 
1558
  msgid "Delete text"
1559
  msgstr "Text löschen"
1560
 
1561
+ #: includes/Tools.php:392
1562
  msgid "Denmark"
1563
  msgstr "Dänemark"
1564
 
1622
  msgid "Do you want to mark this post as published ?"
1623
  msgstr "Möchtest Du diesen Beitrag als veröffentlicht markieren?"
1624
 
1625
+ #: views/b2s/network.php:341
1626
  msgid "Download and activate the Blog2Social extension"
1627
  msgstr "Lade und aktiviere die Blog2Social Extension"
1628
 
1641
  msgid "Duration"
1642
  msgstr "Dauer"
1643
 
1644
+ #: views/b2s/network.php:389 views/b2s/ship.php:620
1645
  #: views/b2s/html/header.php:348 views/prg/html/form.php:141
1646
  #: views/prg/html/form.php:143 views/prg/html/form.php:218
1647
  #: views/prg/html/form.php:220
1652
  msgid "E-Mail or Username"
1653
  msgstr "E-Mail oder Benutzername"
1654
 
1655
+ #: views/b2s/network.php:691
1656
  msgid ""
1657
  "Each license has a specified number of accounts you can connect per social "
1658
  "media network."
1794
  msgid "Export as txt-file"
1795
  msgstr "Als txt-Datei exportieren"
1796
 
1797
+ #: views/b2s/network.php:707
1798
  msgid "Facebook groups"
1799
  msgstr "Facebook-Gruppen"
1800
 
1825
  msgid "Facebook Open Graph Meta Tags"
1826
  msgstr "Facebook Open Graph Meta Tags"
1827
 
1828
+ #: views/b2s/network.php:709
1829
  msgid "Facebook pages"
1830
  msgstr "Facebook-Seiten"
1831
 
1860
  "Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden "
1861
  "automatisch veröffentlicht)"
1862
 
1863
+ #: includes/Tools.php:394
1864
  msgid "Finland"
1865
  msgstr "Finnland"
1866
 
1880
  "Verbinde Dich zuerst mit einem Netzwerk oder wähle ein Netzwerk aus, bevor "
1881
  "Du den Beitrag teilst!"
1882
 
1883
+ #: includes/Tools.php:425
1884
  msgid "Flags"
1885
  msgstr "Flaggen"
1886
 
1888
  msgid "Follow us"
1889
  msgstr "Folge uns"
1890
 
1891
+ #: includes/Tools.php:420
1892
  msgid "Food & Drink"
1893
  msgstr "Essen & Trinken"
1894
 
1897
  msgid "For example your Wordpress Home Page"
1898
  msgstr "zum Beispiel Deine Blogseite"
1899
 
1900
+ #: views/b2s/network.php:714
1901
  msgid ""
1902
  "For example: If you purchase 5 Facebook groups, these additional 5 Facebook "
1903
  "groups are available for all users. So, when 5 users are activated for the "
1909
  "oder Business-Lizenz aktiviert sind, kann jeder Nutzer 1 Facebook Gruppe "
1910
  "verbinden, oder 1 Nutzer kann alle 5 Facebook-Gruppen verbinden."
1911
 
1912
+ #: views/b2s/network.php:701
1913
  msgid ""
1914
  "For example: With the Pro license, each user can connect 5 Facebook accounts "
1915
  "+ 5 Twitter accounts + 5 Instagram accounts + ..."
1957
  msgid "Format"
1958
  msgstr "Format"
1959
 
1960
+ #: includes/Tools.php:389
1961
  msgid "France"
1962
  msgstr "Frankreich"
1963
 
1985
  msgid "German"
1986
  msgstr "Deutsch"
1987
 
1988
+ #: includes/Tools.php:391
1989
  msgid "Germany"
1990
  msgstr "Deutschland"
1991
 
1992
+ #: views/b2s/premium.php:36
1993
+ msgid "Get more information about the benefits of Blog2Social Premium"
1994
+ msgstr "Erfahre mehr über die Vorteile von Blog2Social-Premium"
1995
+
1996
  #: views/b2s/html/header.php:97
1997
  #, php-format
1998
  msgid ""
2039
  msgid "Go to the Blog2Social Community"
2040
  msgstr "Zur Blog2Social Community"
2041
 
2042
+ #: includes/B2S/Ship/Item.php:373
2043
+ msgid ""
2044
+ "Good to know: Instagram does not allow to publish identical or substantially "
2045
+ "similar content on one or more accounts. Vary your content by using other "
2046
+ "images, comments, hashtags or handles and provide your followers with more "
2047
+ "inspiring content."
2048
+ msgstr ""
2049
+ "Gut zu wissen: Instagram erlaubt es nicht, identische oder im Wesentlichen "
2050
+ "ähnliche Inhalte in einem oder auch mehreren Konten zu veröffentlichen. "
2051
+ "Variiere daher Deine Inhalte mit unterschiedlichen Bildern, Kommentaren, "
2052
+ "Hashtags oder Handles und versorge Deine Follower so mit abwechslungsreichem "
2053
+ "und inspirierendem Content."
2054
+
2055
+ #: includes/B2S/Network/Item.php:773 includes/B2S/Ship/Item.php:372
2056
+ msgid ""
2057
+ "Good to know: Instagram supports up to 30 hashtags in a post. The number "
2058
+ "recommended for best results is 5 hashtags. Make sure that your hashtags are "
2059
+ "thematically relevant to the content of your post."
2060
+ msgstr ""
2061
+ "Gut zu wissen: Instagram unterstützt bis zu 30 Hashtags in einem Beitrag. "
2062
+ "Die empfohlene Anzahl für das beste Ergebnis sind 5 Hashtags, die thematisch "
2063
+ "zum Inhalt Deines Beitrags passen. "
2064
+
2065
  #: views/b2s/network.php:127
2066
  msgid ""
2067
  "Google currently allows access to the API for all companies with up to 9 "
2085
  "Erziele mehr Aufmerksamkeit für Deine Inhalte mit Fotos, Videos oder "
2086
  "Infografiken."
2087
 
2088
+ #: includes/Tools.php:380
2089
  msgid "Great Britain"
2090
  msgstr "Großbritannien"
2091
 
2092
+ #: includes/Tools.php:370
2093
  msgid "Greece"
2094
  msgstr "Griechenland"
2095
 
2099
  msgid "Group"
2100
  msgstr "Gruppe"
2101
 
2102
+ #: includes/B2S/PostBox.php:143 views/b2s/html/header.php:60
2103
+ msgid "guide for server connection"
2104
+ msgstr "Serververbindungs-Guide"
2105
+
2106
  #: includes/B2S/Network/Item.php:837
2107
  msgid "Hashtag shuffle (Hashtags have to be defined in the text field above)"
2108
  msgstr "Hashtags mischen (Hashtags müssen im obigen Textfeld definiert sein)"
2159
  msgid "https://www.blog2social.com"
2160
  msgstr "https://www.blog2social.com"
2161
 
2162
+ #: includes/Tools.php:395
2163
  msgid "Hungary"
2164
  msgstr "Ungarn"
2165
 
2215
  "If you like Blog2Social, we would be greatly delighted, if you could leave "
2216
  "us a 5-star rating. If there's something you need assistance with, you can "
2217
  "ask all your questions in the Blog2Social support community where you will "
2218
+ "receive help from our committed support team."
 
 
2219
  msgstr ""
2220
  "Wenn Dir Blog2Social gefällt, würden wir uns sehr über eine 5-Sterne-"
2221
  "Bewertung freuen. Wenn es etwas gibt, wofür Du Unterstützung benötigst, "
2222
  "kannst Du Deine Frage jederzeit in der Blog2Social-Community stellen und "
2223
+ "erhältst Hilfe von unserem engagierten Support-Team."
 
 
2224
 
2225
  #: views/b2s/ship.php:367
2226
  msgid "Ignore & share"
2292
  "In Übereinstimmung mit den neuen Twitter-AGB kann ein Twitter-Account als "
2293
  "Ihr primärer Twitter-Account für das Auto-Posting ausgewählt werden"
2294
 
2295
+ #: views/b2s/curation.php:365
2296
+ #, php-format
2297
+ msgid ""
2298
+ "In the <a href=\"%s\">Network Settings</a> you can define network selections "
2299
+ "to select and save your most used networks for specific posts or campaigns."
2300
+ msgstr ""
2301
+ "Unter den <a href=\"%s\">Netzwerkeinstellungen</a> kannst Du die Netzwerk-"
2302
+ "Gruppierung festlegen."
2303
+
2304
  #: includes/B2S/AutoPost/Item.php:282 includes/B2S/RePost/Item.php:191
2305
  #: includes/B2S/RePost/Item.php:211 includes/B2S/RePost/Item.php:231
2306
  #: includes/B2S/RePost/Item.php:250
2316
  msgid "include posts with images only"
2317
  msgstr "nur Beiträge mit Bildern hinzufügen"
2318
 
2319
+ #: includes/Tools.php:371
2320
  msgid "India"
2321
  msgstr "Indien"
2322
 
2323
+ #: includes/Tools.php:377
2324
  msgid "Indonesia"
2325
  msgstr "Indonesien"
2326
 
2372
  "Instagram hat Deinen Beitrag ohne Text veröffentlicht. Bitte beachte die "
2373
  "folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>"
2374
 
2375
+ #: views/b2s/settings.php:177
 
 
 
 
 
 
 
 
2376
  msgid "Instant Caching for Facebook Link Posts"
2377
  msgstr "Instant Caching für Facebook Link-Beiträge"
2378
 
2385
  msgid "Instant Sharing"
2386
  msgstr "Instant Sharing"
2387
 
2388
+ #: views/b2s/network.php:381 views/b2s/ship.php:612
2389
  msgid "Invalid Data! Please try again."
2390
  msgstr "Ungültige Daten! Bitte versuche es erneut."
2391
 
2397
  msgid "Invalid email address"
2398
  msgstr "Ungültige E-Mail Adresse"
2399
 
2400
+ #: includes/Tools.php:373
2401
  msgid "Ireland"
2402
  msgstr "Irland"
2403
 
2405
  msgid "is currently being processed by the network"
2406
  msgstr "wird vom Netzwerk verarbeitet"
2407
 
2408
+ #: includes/Tools.php:409
2409
  msgid "is determined automatically"
2410
  msgstr "wird automatisch ermittelt"
2411
 
2414
  msgid "is waiting to shared by %s"
2415
  msgstr "wartet darauf von %s geteilt zu werden"
2416
 
2417
+ #: includes/Tools.php:374
2418
  msgid "Italy"
2419
  msgstr "Italien"
2420
 
2421
+ #: includes/Tools.php:396
2422
  msgid "Japan"
2423
  msgstr "Japan"
2424
 
2455
  msgid "Keywords: The tags you have set in your post."
2456
  msgstr "Keywords: Die Tags, die Du in Deinem Beitrag gesetzt hast."
2457
 
2458
+ #: includes/Tools.php:399
2459
  msgid "Korea"
2460
  msgstr "Korea"
2461
 
2516
  "Erfahre, wie Du individuelle Beste Zeiten für Deine Social Media Planung und "
2517
  "Deinen Auto-Poster einrichten und anwenden kannst."
2518
 
2519
+ #: views/b2s/network.php:130 views/b2s/ship.php:496
2520
  #: includes/B2S/Ship/Item.php:1193 views/b2s/partials/post-edit-modal.php:53
2521
  msgid "Learn more"
2522
  msgstr "Mehr erfahren"
2540
  msgid "Legend"
2541
  msgstr "Legende"
2542
 
2543
+ #: includes/Tools.php:355 views/b2s/html/sidebar.php:30
2544
  #: views/b2s/html/sidebar.ship.php:29
2545
  msgid "License"
2546
  msgstr "Lizenz"
2561
  msgid "Link Post"
2562
  msgstr "Link-Beitrag"
2563
 
2564
+ #: views/b2s/network.php:711
2565
  msgid "LinkedIn pages"
2566
  msgstr "LinkedIn-Seiten"
2567
 
2596
 
2597
  #: views/b2s/curation.draft.php:47 views/b2s/network.php:61
2598
  #: views/b2s/network.php:149 views/b2s/network.php:236
2599
+ #: views/b2s/network.php:374 views/b2s/network.php:453
2600
  #: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
2601
  #: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
2602
  #: views/b2s/post.favorites.php:41 views/b2s/post.notice.php:48
2607
  msgid "Loading..."
2608
  msgstr "Wird geladen..."
2609
 
2610
+ #: views/b2s/network.php:383 views/b2s/ship.php:614
2611
  #, php-format
2612
  msgid ""
2613
  "Login failed. Please check your login data for typos and please check your "
2632
  " Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfe Deinen "
2633
  "Benutzernamen und Dein Password!"
2634
 
2635
+ #: views/b2s/network.php:361 views/b2s/network.php:387 views/b2s/ship.php:592
2636
  #: views/b2s/ship.php:618
2637
  msgid ""
2638
  "Login up successful. Please confirm that Blog2Social is allowed to publish "
2658
  msgid "Meta Tags Settings for Posts and Pages"
2659
  msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
2660
 
2661
+ #: includes/Tools.php:401
2662
  msgid "Mexico"
2663
  msgstr "Mexiko"
2664
 
2748
  msgid "More users and accounts"
2749
  msgstr "Mehr Benutzer und Accounts"
2750
 
2751
+ #: views/b2s/network.php:483 views/b2s/network.php:578
2752
  msgid "move"
2753
  msgstr "verschieben"
2754
 
2755
+ #: views/b2s/network.php:471 views/b2s/network.php:571
2756
  msgid "Move the connection to another network collection."
2757
  msgstr "Verbindung in eine andere Netzwerk-Gruppierung verschieben"
2758
 
2764
  msgid "Mrs."
2765
  msgstr "Frau"
2766
 
2767
+ #: views/b2s/network.php:576 includes/B2S/Ship/Navbar.php:37
2768
  msgid "My Profile"
2769
  msgstr "Mein Profil"
2770
 
2791
  msgid "Needed"
2792
  msgstr "Erforderlich"
2793
 
2794
+ #: includes/Tools.php:382
2795
  msgid "Netherlands"
2796
  msgstr "Niederlande"
2797
 
2798
+ #: views/b2s/network.php:468 views/b2s/network.php:568
2799
  msgid "Network collection"
2800
  msgstr "Netzwerkgruppierung"
2801
 
2803
  msgid "network connected"
2804
  msgstr "Netzwerk verbunden"
2805
 
2806
+ #: views/b2s/network.php:683
2807
  msgid "Network connections"
2808
  msgstr "Netzwerkverbindungen"
2809
 
2850
  msgid "new posts"
2851
  msgstr "Neue Beiträge"
2852
 
2853
+ #: includes/Tools.php:393
2854
  msgid "New Zealand"
2855
  msgstr "Neuseeland"
2856
 
2885
  msgid "No credit card required"
2886
  msgstr "Keine Kreditkarte erforderlich"
2887
 
2888
+ #: includes/Tools.php:426
2889
  msgid "No emojis found"
2890
  msgstr "Keine Ergebnisse"
2891
 
2915
  msgid "Nope, maybe later"
2916
  msgstr "Nein, vielleicht später"
2917
 
2918
+ #: includes/Tools.php:384
2919
  msgid "Norway"
2920
  msgstr "Norwegen"
2921
 
2958
  msgid "Number of repeats"
2959
  msgstr "Anzahl der Wiederholungen"
2960
 
2961
+ #: includes/Tools.php:423
2962
  msgid "Objects"
2963
  msgstr "Objekte"
2964
 
2992
 
2993
  #: includes/B2S/RePost/Item.php:74
2994
  msgid "on"
2995
+ msgstr " auf"
2996
 
2997
  #: includes/PRG/Post/Item.php:121
2998
  msgid "on Blog"
3005
 
3006
  #: includes/B2S/RePost/Item.php:60
3007
  #, php-format
3008
+ msgid "only posts that have been shared no more than %s times"
3009
+ msgstr "nur Beiträge die maximal %s mal geteilt wurden"
3010
 
3011
  #: views/b2s/premium.php:166
3012
  msgid "Open Graph and Twitter Card Tags"
3062
  msgid "Pages and groups"
3063
  msgstr "Seiten und Gruppen"
3064
 
3065
+ #: views/b2s/network.php:395 views/b2s/ship.php:626 views/prg/login.php:25
3066
  msgid "Password"
3067
  msgstr "Passwort"
3068
 
3072
  msgid "Personal"
3073
  msgstr "Privat"
3074
 
3075
+ #: views/b2s/autopost.php:59 views/b2s/settings.php:191
3076
  #: includes/B2S/Settings/Item.php:53
3077
  msgid "Personal Time Zone"
3078
  msgstr "Persönliche Zeitzone"
3079
 
3080
+ #: includes/Tools.php:406
3081
  msgid "Philippines"
3082
  msgstr "Philippinen"
3083
 
3090
  msgid "Photo Post"
3091
  msgstr "Bild-Beitrag"
3092
 
3093
+ #: views/b2s/network.php:384 views/b2s/ship.php:615
3094
  msgid "Pinterest has rejected the connection to your blog"
3095
  msgstr "Pinterest hat die Verbindung zu Deinem Blog abgelehnt"
3096
 
3106
  msgid "Please contact our support!"
3107
  msgstr "Bitte kontaktiere unseren Support!"
3108
 
3109
+ #: views/b2s/settings.php:180
3110
  msgid ""
3111
  "Please enable this feature, if you are using varnish caching (HTTP "
3112
  "accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
3147
  "Accounts oder mehrere identische Updates auf einem Twitter Account oder auch "
3148
  "mehreren Accounts zu posten."
3149
 
 
 
 
 
 
 
 
 
 
 
3150
  #: includes/Loader.php:804
3151
  msgid ""
3152
  "Please make sure that your post, page or custom post type is published or "
3160
  "Posts werden mit dem von Dir gewählten Permalink geteilt, geplante WP-Posts "
3161
  "werden mit dem Posting-ID-Link geteilt."
3162
 
3163
+ #: views/b2s/network.php:631 views/b2s/ship.php:740
3164
  #, php-format
3165
  msgid ""
3166
  "Please make sure to log in with your account which manages your groups and "
3171
  "verwaltet, und <a href=\"%s\" target=\"_blank\">folgen dieser Anleitung, um "
3172
  "alle Deine Gruppen auszuwählen</a>."
3173
 
3174
+ #: views/b2s/network.php:612 views/b2s/ship.php:721
3175
  #, php-format
3176
  msgid ""
3177
  "Please make sure to log in with your account which manages your pages and <a "
3181
  "Deine Seiten verwaltet und <a href=\"%s\" target=\"_blank\">folge diesem "
3182
  "Guide, um alle Deine Seiten auswählen zu können</a>."
3183
 
3184
+ #: views/b2s/network.php:377 views/b2s/ship.php:608
3185
  msgid ""
3186
  "Please make sure to use your original Pinterest login data (email and "
3187
  "password). Social Login via Facebook or Google login data will not work here."
3339
  "Deinen Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> "
3340
  "manuell deaktiviert hast."
3341
 
3342
+ #: views/b2s/network.php:669 views/b2s/ship.php:702
3343
  #, php-format
3344
  msgid ""
3345
  "Please note: Your Instagram Business Account will be connected with "
3375
  msgid "Please select a social media network"
3376
  msgstr "Bitte wählen Sie ein Netzwerk aus"
3377
 
3378
+ #: views/b2s/network.php:385 views/b2s/ship.php:616
3379
  msgid "Please select your correct server location and connect again."
3380
  msgstr ""
3381
  "Bitte wähle Deinen richtigen Serverstandort aus und verbinde Dich erneut."
3389
  msgid "please upgrade"
3390
  msgstr "Bitte upgraden"
3391
 
3392
+ #: views/b2s/settings.php:166
3393
  msgid "Plugin contents are loaded one at a time to minimize server load."
3394
  msgstr ""
3395
  "Plugininhalte werden nacheinander geladen, um den Server Deines Blogs zu "
3399
  msgid "Plugin Warnings:"
3400
  msgstr "Plugin Warnungen:"
3401
 
3402
+ #: includes/Tools.php:388
3403
  msgid "Poland"
3404
  msgstr "Polen"
3405
 
3406
+ #: includes/Tools.php:383 includes/Tools.php:397
3407
  msgid "Portugal"
3408
  msgstr "Portugal"
3409
 
3548
  msgid "Preview"
3549
  msgstr "Vorschau"
3550
 
3551
+ #: views/b2s/settings.php:114
3552
+ msgid ""
3553
+ "Price: The price of your product, if you have installed WooCommerce on your "
3554
+ "website/ blog."
3555
+ msgstr ""
3556
+ "Preis: Der Preis eines Produkts, wenn Du WooCommerce auf Deiner Website/ "
3557
+ "Blog installiert hast."
3558
+
3559
  #: views/b2s/html/footer.php:5
3560
  msgid "Privacy Policy"
3561
  msgstr "Datenschutzerklärung"
3570
  msgid "PRO"
3571
  msgstr "PRO"
3572
 
3573
+ #: views/b2s/network.php:696
3574
  msgid "Pro: 5 (per user)"
3575
  msgstr "Pro: 5 (pro Nutzer)"
3576
 
3672
  msgid "Rebrandly"
3673
  msgstr "Rebrandly"
3674
 
3675
+ #: includes/Tools.php:417
3676
  msgid "Recently Used"
3677
  msgstr "Zuletzt verwendet"
3678
 
3781
  "verbreiten. Du kannst nun mehrere Retweets für einen Original-Tweet direkt "
3782
  "aus Deinem WordPress heraus planen."
3783
 
3784
+ #: includes/Tools.php:390
3785
  msgid "Romania"
3786
  msgstr "Rumänien"
3787
 
3789
  msgid "RSS import & auto-post"
3790
  msgstr "RSS-Import & Auto-Poster"
3791
 
3792
+ #: includes/Tools.php:381
3793
  msgid "Russia"
3794
  msgstr "Russland"
3795
 
3978
  msgid "scroll to top"
3979
  msgstr "zum Seitenanfang"
3980
 
3981
+ #: includes/Tools.php:416
3982
  msgid "Search"
3983
  msgstr "Suche"
3984
 
4085
  msgid "Select network collection:"
4086
  msgstr "Netzwerk-Gruppierung auswählen:"
4087
 
4088
+ #: views/b2s/autopost.php:48 views/b2s/settings.php:138
4089
  #: includes/B2S/Ship/Image.php:100
4090
  msgid "Select or upload an image from media gallery"
4091
  msgstr "Bild aus Mediathek auswählen oder hochladen"
4092
 
4093
+ #: views/b2s/network.php:365 views/b2s/network.php:420 views/b2s/ship.php:596
4094
  #: views/b2s/ship.php:651
4095
  msgid "Select Pinboard"
4096
  msgstr "Pinnwand auswählen"
4133
  msgid "selected date"
4134
  msgstr "ausgewähltes Datum"
4135
 
4136
+ #: views/b2s/network.php:406 views/b2s/ship.php:637
4137
  msgid "Server-Location"
4138
  msgstr "Serverstandort"
4139
 
4168
  msgid "share"
4169
  msgstr "teilen"
4170
 
 
 
 
 
 
 
 
 
4171
  #: views/b2s/curation.php:231
4172
  msgid "Share image posts:"
4173
  msgstr "Teile Bild-Beiträge:"
4287
  "Teile Deine Beiträge auf Seiten und in Gruppen auf Facebook, LinkedIn, Xing,"
4288
  " VK und Medium."
4289
 
4290
+ #: views/b2s/post.calendar.php:184
4291
+ msgid "Share your WordPress posts, pages or products"
4292
+ msgstr "Teile Deine WordPress-Beiträge, -Seiten oder -Produkte"
4293
+
4294
  #: includes/B2S/PostBox.php:170
4295
  msgid "Shared"
4296
  msgstr "Wie oft geteilt?"
4396
  msgid "Sign in"
4397
  msgstr "Anmelden"
4398
 
4399
+ #: views/b2s/network.php:430 views/b2s/ship.php:661
4400
  msgid "Sign in to Pinterest"
4401
  msgstr "Melde Dich bei Pinterest an"
4402
 
4404
  msgid "Site & Blog Content"
4405
  msgstr "Seiten & Blog Content"
4406
 
4407
+ #: includes/Tools.php:402
4408
  msgid "Slovakia"
4409
  msgstr "Slowakei"
4410
 
4421
  msgid "SMART"
4422
  msgstr "SMART"
4423
 
4424
+ #: views/b2s/network.php:694
4425
  msgid "Smart: 3 (per user)"
4426
  msgstr "Smart: 3 (pro Nutzer)"
4427
 
4428
+ #: includes/Tools.php:418
4429
  msgid "Smileys & People"
4430
  msgstr "Smileys & Personen"
4431
 
4491
  msgid "Social Networks"
4492
  msgstr "Soziale Netzwerke"
4493
 
4494
+ #: views/b2s/settings.php:152
4495
  #, php-format
4496
  msgid ""
4497
  "Some WordPress plugins use short codes, e.g. Page Builder plugins. When a "
4529
  msgid "Sort by network"
4530
  msgstr "Sortiere nach Netzwerk"
4531
 
4532
+ #: includes/Tools.php:405
4533
  msgid "South Africa"
4534
  msgstr "Südafrika"
4535
 
4536
+ #: includes/Tools.php:378
4537
  msgid "Spain"
4538
  msgstr "Spanien"
4539
 
4607
  msgid "Supported HTML tags"
4608
  msgstr "Erlaubte HTML-Elemente"
4609
 
4610
+ #: includes/Tools.php:400
4611
  msgid "Sweden"
4612
  msgstr "Schweden"
4613
 
4614
+ #: includes/Tools.php:375
4615
  msgid "Switzerland"
4616
  msgstr "Schweiz"
4617
 
4618
+ #: includes/Tools.php:424
4619
  msgid "Symbols"
4620
  msgstr "Symbole"
4621
 
4623
  msgid "System"
4624
  msgstr "System"
4625
 
4626
+ #: views/b2s/network.php:500 views/b2s/network.php:585
4627
  msgid "Team Management"
4628
  msgstr "Team-Management"
4629
 
4692
  "Bildgröße des jeweiligen Netzwerkes an. Du kannst bis zu 4 Bilder in einem "
4693
  "Beitrag auf Facebook (Seite und Gruppe) sowie auf Twitter teilen."
4694
 
4695
+ #: views/b2s/network.php:526
4696
  msgid "The connection does not exist."
4697
  msgstr "Diese Verbindung existiert nicht."
4698
 
4699
+ #: views/b2s/network.php:523
4700
  msgid "The connection has already been assigned to this user."
4701
  msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
4702
 
4708
  "Die Verbindung ist noch anderen Benutzern zugeordnet. Bitte entfernen Sie "
4709
  "zuerst die zugewiesene Verbindung von anderen Benutzern."
4710
 
4711
+ #: includes/B2S/PostBox.php:143 views/b2s/html/header.php:60
4712
+ msgid ""
4713
+ "The connection to the server failed. Please try again! You can find more "
4714
+ "information and solutions in the"
4715
+ msgstr ""
4716
+ "Die Verbindung zum Server ist fehlgeschlagen. Bitte versuche es erneut. Mehr "
4717
+ "Informationen und Lösungsvorschläge findest Du in dem"
4718
+
4719
+ #: views/b2s/ship.php:775
4720
+ msgid ""
4721
+ "The connection to the server failed. Please try again! You can find more "
4722
+ "information and solutions in the guide for server connection"
4723
  msgstr ""
4724
+ "Die Verbindung zum Server ist fehlgeschlagen. Bitte versuche es erneut. Mehr "
4725
+ "Informationen und Lösungsvorschläge findest Du in dem Serververbindungs-Guide"
4726
 
4727
  #: views/notice.php:14
4728
  msgid ""
4846
  "Der Link, dem Du gefolgt bist, ist abgelaufen. Bitte aktualisiere Deine "
4847
  "Seite."
4848
 
4849
+ #: views/b2s/network.php:340 views/b2s/network.php:353 views/b2s/ship.php:576
4850
  #: views/b2s/ship.php:584
4851
  msgid ""
4852
  "The login failed. To connect your Pinterest account to Blog2Social, please "
4920
  msgid "The page and post meta data could not be removed."
4921
  msgstr "Die Seiten- und Post-Metadaten konnten nicht entfernt werden."
4922
 
4923
+ #: views/b2s/network.php:460
4924
  msgid "The parameters could not be saved. Please try again."
4925
  msgstr ""
4926
  "Die Parameter konnten nicht gespeichert werden. Bitte versuchen Sie es noch "
4947
  "internationalen und regionalen Portalen, Social Media und Dokumenten-"
4948
  "Netzwerken."
4949
 
4950
+ #: views/b2s/network.php:306
4951
+ msgid ""
4952
+ "The price of your product, if you have installed WooCommerce on your "
4953
+ "website/ blog."
4954
+ msgstr ""
4955
+ "Preis: Der Preis eines Produkts, wenn Du WooCommerce auf Deiner Website/ "
4956
+ "Blog installiert hast."
4957
+
4958
  #: includes/B2S/AutoPost/Item.php:46
4959
  msgid ""
4960
  "The settings for the Auto-Poster were configured for you by a WordPress "
5013
  msgstr ""
5014
  "Der Benutzer, dem die Verbindung zugewiesen ist, hat noch geplante Beiträge."
5015
 
5016
+ #: views/b2s/network.php:538
5017
  msgid "There are no other users to whom the connection can be assigned."
5018
  msgstr ""
5019
  "Es sind keine weiteren Benutzer vorhanden, denen die Verbindung zugewiesen "
5060
  "Auf diese Weise kannst Du jederzeit Deine Netzwerkauswahl anpassen und diese "
5061
  "speichern (\"Netzwerkauswahl speichern\")."
5062
 
5063
+ #: views/b2s/network.php:529
5064
  msgid "This connection has already been assigned to this user."
5065
  msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
5066
 
5072
  msgid "This entry was removed successfully."
5073
  msgstr "Dieser Eintrag wurde erfolgreich entfernt."
5074
 
5075
+ #: includes/B2S/Settings/Item.php:123 includes/B2S/Settings/Item.php:152
 
5076
  msgid ""
5077
  "This is a global feature for your blog, which can only be edited by users "
5078
  "with admin rights."
5080
  "Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit "
5081
  "Admin Rechten bearbeitet werden kann."
5082
 
5083
+ #: includes/B2S/Settings/Item.php:102
5084
+ msgid ""
5085
+ "This is a global system setting for your website / blog, which can be "
5086
+ "edited by users with admin rights only."
5087
+ msgstr ""
5088
+ "Dies ist eine globale Einstellung für Deinen Website/ Deinen Blog, die nur "
5089
+ "von Nutzern mit Admin-Rechten bearbeitet werden kann. "
5090
+
5091
  #: includes/B2S/Ship/Save.php:414 includes/B2S/Ship/Save.php:422
5092
  msgid "This is how it works:"
5093
  msgstr "Und so funktioniert es:"
5121
  "Das Netzwerk veröffentlicht die vordefinierten Hashtags als anklickbare Tags "
5122
  "am Ende Deines Beitrags."
5123
 
5124
+ #: views/b2s/network.php:520
5125
  msgid "This user don't have a Business License, or it is not the same"
5126
  msgstr ""
5127
  "Dieser Benutzer hat keine Business-Lizenz oder nutzt nicht dieselbe Lizenz"
5128
 
5129
+ #: views/b2s/network.php:532
5130
  msgid "This user has reached the maximum number of connections."
5131
  msgstr "Der Nutzer hat die maximale Anzahl von Verbindungen erreicht."
5132
 
5266
  msgstr ""
5267
  "Übertrage Deine Auto-Poster-Einstellungen anderen Benutzern (Business):"
5268
 
5269
+ #: includes/Tools.php:422
5270
  msgid "Travel & Places"
5271
  msgstr "Reisen & Orte"
5272
 
5286
  msgid "Tuesday"
5287
  msgstr "Dienstag"
5288
 
5289
+ #: includes/Tools.php:385
5290
  msgid "Turkey"
5291
  msgstr "Türkei"
5292
 
5339
  "Netzwerkauswahl genutzt wird. <a href=\"%s\" target=\"_blank\">So erstellen "
5340
  "Sie eine Netzwerk-Gruppierung</a>"
5341
 
5342
+ #: views/b2s/curation.php:292
5343
  #, php-format
5344
  msgid ""
5345
  "Under the <a href=\"%s\">Network Settings</a> you can define the network "
5356
  "Leider kann Deine Anfrage von Blog2Social nicht verarbeitet werden. Bitte "
5357
  "versuche es erneut!"
5358
 
5359
+ #: includes/Tools.php:372
5360
  msgid "United States of America"
5361
  msgstr "Vereinigte Staaten von Amerika"
5362
 
5407
  msgid "Upgrade License"
5408
  msgstr "Lizenz upgraden"
5409
 
5410
+ #: views/b2s/network.php:556
5411
  msgid "Upgrade to Blog2Social Business"
5412
  msgstr "Upgrade auf Blog2Social Business"
5413
 
5414
+ #: views/b2s/network.php:555
5415
  msgid ""
5416
  "Upgrade to Blog2Social Business to easily bundle your connections into "
5417
  "network collection and assign your social media connections to other blog "
5432
  msgid "Upgrade to Blog2Social for Premium"
5433
  msgstr "Jetzt auf Blog2Social Premium upgraden"
5434
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5435
  #: views/b2s/html/footer.php:122
5436
  msgid "Upgrade to Blog2Social PREMIUM BUSINESS"
5437
  msgstr "Jetzt auf Blog2Social PREMIUM BUSINESS upgraden"
5496
  msgid "Upgrade to SMART and above"
5497
  msgstr "Upgrade auf SMART und höher"
5498
 
5499
+ #: views/b2s/network.php:459 views/b2s/network.php:559
5500
  msgid "URL Parameters"
5501
  msgstr "URL-Parameter"
5502
 
5504
  msgid "Url Shortener"
5505
  msgstr "Url Shortener"
5506
 
5507
+ #: views/b2s/premium.php:35
5508
+ msgid ""
5509
+ "Use Blog2Social Premium for even smarter social media automation: schedule "
5510
+ "your posts automatically with the Best Time Manager, choose specific dates "
5511
+ "or schedule your posts recurringly. Keep track of your posts with the social "
5512
+ "media calendar. Publish posts to pages, groups and multiple accounts per "
5513
+ "network and much more."
5514
+ msgstr ""
5515
+ "Nutze Blog2Social-Premium für noch intelligentere Social-Media-"
5516
+ "Automatisierung: Plane Deine Beiträge voll-automatisiert mit dem Beste-"
5517
+ "Zeiten-Manager, wähle bestimmte Termine oder plane Deine Beiträge regelmäßig."
5518
+ " Behalte den Überblick über Deine Beiträge mit dem Social-Media-Kalender. "
5519
+ "Veröffentliche Beiträge auf Seiten, in Gruppen und auf mehreren Konten pro "
5520
+ "Netzwerk, und vieles mehr."
5521
+
5522
  #: views/b2s/curation.php:239
5523
  msgid "Use hashtags, @mentions, or emojis to share your feelings."
5524
  msgstr ""
5525
  "Verwende Hashtags, @Handles oder Emojis, um Deine Gefühle auszudrücken."
5526
 
5527
+ #: views/b2s/autopost.php:49 views/b2s/settings.php:139
5528
  #: includes/B2S/Ship/Image.php:101
5529
  msgid "Use image"
5530
  msgstr "Bild verwenden"
5674
  msgid "When should your content be shared?"
5675
  msgstr "Wann soll Dein Content geteilt werden?"
5676
 
5677
+ #: views/b2s/network.php:650 views/b2s/ship.php:683
5678
  #, php-format
5679
  msgid ""
5680
  "When you connect Blog2Social with your Instagram account, you might get a "
5756
  msgid "With Blog2Social Premium you can:"
5757
  msgstr "Mit Blog2Social kannst Du:"
5758
 
5759
+ #: views/b2s/network.php:688
5760
  msgid ""
5761
  "With Blog2Social you can connect up to 16 social media networks and share "
5762
  "your posts on your favourite social media accounts automatically."
5998
  "einen effektiven Social Media-Posting-Plan einrichten, um so viele Follower "
5999
  "wie möglich zu erreichen."
6000
 
6001
+ #: views/b2s/network.php:704
6002
  msgid ""
6003
  "You can also purchase additional groups and sites as add-on to your active "
6004
  "Blog2Social Premium Pro or Premium Business license:"
6033
  "Twitter ändern, indem Du die folgenden Felder für die Twitter Card Tags "
6034
  "bearbeitest"
6035
 
6036
+ #: views/b2s/network.php:535
6037
  msgid ""
6038
  "You can only share the connection with blog users who use the same license "
6039
  "as you."
6089
 
6090
  #: views/b2s/curation.php:351
6091
  msgid ""
6092
+ "You can select to share your post as link post, video link post, or image "
6093
+ "post on the following social networks:"
6094
  msgstr ""
6095
+ "Du kannst einen Link-Beitrag, einen Video-Link-Beitrag oder einen Bild-"
6096
+ "Beitrag auf den folgenden Social-Media-Netzwerken teilen:"
6097
 
6098
  #: views/b2s/curation.php:281
6099
  msgid "You can share a text post on the following networks:"
6136
  "sind, deaktiviere bitte die Social Meta Tags in All in One SEO. Wenn sie "
6137
  "bereits deaktiviert sind, kannst Du diese Meldung ignorieren."
6138
 
6139
+ #: views/b2s/network.php:517
6140
  msgid "You don't have a Business License"
6141
  msgstr "Du hast keine Business-Lizenz"
6142
 
6190
  msgid "You have not saved any favorites."
6191
  msgstr "Du hast keine Favoriten gespeichert."
6192
 
6193
+ #: views/b2s/network.php:382 views/b2s/ship.php:613
6194
  msgid ""
6195
  "You have not yet created any pinboards in your Pinterest account. Please set "
6196
  "up at least one pinboard to pin on your Pinterest account!"
6220
  "Für die Nutzung des Problemanalyse-Tools werden Adminrechte benötigt. Bitte "
6221
  "wende Dich an Deinen Administrator."
6222
 
6223
+ #: views/b2s/network.php:491
6224
  msgid "You need at least one network collection"
6225
  msgstr "Du brauchst mindestens eine Netzwerkgruppierung."
6226
 
6262
  msgid "You want to connect a social media group?"
6263
  msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
6264
 
6265
+ #: views/b2s/network.php:379 views/b2s/network.php:380 views/b2s/ship.php:610
6266
  #: views/b2s/ship.php:611
6267
  #, php-format
6268
  msgid ""
6339
  "Netzwerke”-Guide</a> erhältst Du mehr Informationen darüber, wie Du Deine "
6340
  "Social-Media-Netzwerke verbinden kannst."
6341
 
6342
+ #: views/b2s/settings.php:116
6343
  #, php-format
6344
  msgid ""
6345
  "You will find more information on how to use post templates for your social "
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: 2021-07-15 11:50+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"
@@ -27,7 +27,7 @@ msgstr ""
27
  msgid " today"
28
  msgstr ""
29
 
30
- #: views/b2s/network.php:323
31
  msgid ""
32
  "\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the "
33
  "\"TITLE\" and \"KEYWORD\" variables for your social media posts, the "
@@ -84,7 +84,7 @@ msgstr ""
84
  msgid "1x publish report"
85
  msgstr ""
86
 
87
- #: views/b2s/network.php:716
88
  #, php-format
89
  msgid ""
90
  "<a href=\"%s\" target=\"_blank\">Get more information on how to add more "
@@ -147,7 +147,7 @@ msgid ""
147
  "any time."
148
  msgstr ""
149
 
150
- #: views/b2s/network.php:385 views/b2s/ship.php:617
151
  msgid ""
152
  "Access to this resource on your server is denied! Please check your "
153
  "webserver configuration for caching."
@@ -174,7 +174,7 @@ msgstr ""
174
  msgid "activate Legacy mode"
175
  msgstr ""
176
 
177
- #: views/b2s/settings.php:162
178
  msgid "Activate Legacy mode "
179
  msgstr ""
180
 
@@ -186,7 +186,7 @@ msgstr ""
186
  msgid "activated"
187
  msgstr ""
188
 
189
- #: includes/Tools.php:418
190
  msgid "Activities"
191
  msgstr ""
192
 
@@ -214,7 +214,7 @@ msgstr ""
214
  msgid "add another post"
215
  msgstr ""
216
 
217
- #: views/b2s/network.php:625 views/b2s/ship.php:735
218
  msgid "Add Group"
219
  msgstr ""
220
 
@@ -239,7 +239,7 @@ msgid ""
239
  "description correctly."
240
  msgstr ""
241
 
242
- #: views/b2s/network.php:606 views/b2s/ship.php:716
243
  msgid "Add Page"
244
  msgstr ""
245
 
@@ -248,7 +248,7 @@ msgstr ""
248
  msgid "add post"
249
  msgstr ""
250
 
251
- #: views/b2s/network.php:644 views/b2s/ship.php:678
252
  msgid "Add Profile"
253
  msgstr ""
254
 
@@ -300,7 +300,7 @@ msgstr ""
300
  msgid "additional profiles"
301
  msgstr ""
302
 
303
- #: views/b2s/network.php:446
304
  msgid "Advanced Network Settings"
305
  msgstr ""
306
 
@@ -348,7 +348,7 @@ msgstr ""
348
  msgid "allow shortcodes in my post"
349
  msgstr ""
350
 
351
- #: views/b2s/settings.php:148
352
  msgid "Allow shortcodes in my social media posts (e.g. Page Builder)"
353
  msgstr ""
354
 
@@ -361,20 +361,20 @@ msgstr ""
361
  msgid "Also included:"
362
  msgstr ""
363
 
364
- #: views/b2s/network.php:322
365
  msgid ""
366
  "An \"EXCERPT\" will only be added to your social media post if you have "
367
  "added a manual excerpt in the excerpt editing box of the Gutenberg side menu "
368
  "(document settings) of your post."
369
  msgstr ""
370
 
371
- #: views/b2s/network.php:460 views/b2s/network.php:475
372
- #: views/b2s/network.php:507 views/b2s/network.php:510
373
- #: views/b2s/network.php:513
374
  msgid "An error occured. Please contact our support."
375
  msgstr ""
376
 
377
- #: views/b2s/network.php:359 views/b2s/network.php:377 views/b2s/ship.php:591
378
  #: views/b2s/ship.php:609
379
  msgid "An error occurred! Please try again."
380
  msgstr ""
@@ -400,11 +400,11 @@ msgstr ""
400
  msgid "and <a target=\"_blank\" href=\"%s\">Privacy Notice</a>"
401
  msgstr ""
402
 
403
- #: includes/Tools.php:416
404
  msgid "Animals & Nature"
405
  msgstr ""
406
 
407
- #: views/b2s/network.php:541
408
  msgid "Apply best time settings"
409
  msgstr ""
410
 
@@ -425,10 +425,6 @@ msgstr ""
425
  msgid "Apply image"
426
  msgstr ""
427
 
428
- #: includes/B2S/Ship/Image.php:86
429
- msgid "Apply image for all og-meta networks"
430
- msgstr ""
431
-
432
  #: includes/B2S/Ship/Image.php:78
433
  msgid "Apply image for all posts"
434
  msgstr ""
@@ -437,11 +433,12 @@ msgstr ""
437
  msgid "Apply image for this image gallery"
438
  msgstr ""
439
 
440
- #: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Image.php:89
 
441
  msgid "Apply image for this post"
442
  msgstr ""
443
 
444
- #: views/b2s/network.php:542
445
  msgid "Apply post template settings"
446
  msgstr ""
447
 
@@ -449,7 +446,7 @@ msgstr ""
449
  msgid "Apply Settings To All Networks"
450
  msgstr ""
451
 
452
- #: views/b2s/network.php:543
453
  msgid "Apply URL Parameters"
454
  msgstr ""
455
 
@@ -473,15 +470,15 @@ msgstr ""
473
  msgid "Are you sure you want to delete this Social Media draft?"
474
  msgstr ""
475
 
476
- #: includes/Tools.php:395
477
  msgid "Argentina"
478
  msgstr ""
479
 
480
- #: views/b2s/network.php:540 views/b2s/network.php:590
481
  msgid "assign"
482
  msgstr ""
483
 
484
- #: views/b2s/network.php:502 views/b2s/network.php:587
485
  msgid "Assign the connection to other blog users"
486
  msgstr ""
487
 
@@ -510,11 +507,11 @@ msgstr ""
510
  msgid "at scheduled times"
511
  msgstr ""
512
 
513
- #: includes/Tools.php:383
514
  msgid "Australia"
515
  msgstr ""
516
 
517
- #: includes/Tools.php:384
518
  msgid "Austria"
519
  msgstr ""
520
 
@@ -528,7 +525,7 @@ msgstr ""
528
  msgid "Author: The author of the post."
529
  msgstr ""
530
 
531
- #: views/b2s/network.php:427 views/b2s/ship.php:659 views/b2s/ship.php:663
532
  #: includes/B2S/Settings/Item.php:89
533
  msgid "authorize"
534
  msgstr ""
@@ -652,7 +649,7 @@ msgstr ""
652
  msgid "Blog2Social"
653
  msgstr ""
654
 
655
- #: views/b2s/autopost.php:62 views/b2s/settings.php:193
656
  msgid ""
657
  "Blog2Social applies the scheduled time settings based on the time zone "
658
  "defined in the general settings of your WordPress. You can select a user-"
@@ -807,7 +804,7 @@ msgstr ""
807
  msgid "Business"
808
  msgstr ""
809
 
810
- #: views/b2s/network.php:697
811
  msgid "Business: 15 (per user)"
812
  msgstr ""
813
 
@@ -842,7 +839,7 @@ msgstr ""
842
  msgid "Call-to-Action"
843
  msgstr ""
844
 
845
- #: includes/Tools.php:376
846
  msgid "Canada"
847
  msgstr ""
848
 
@@ -901,11 +898,11 @@ msgstr ""
901
 
902
  #: includes/B2S/Ship/Image.php:41
903
  msgid ""
904
- "Changing the image for a link post affects all images for link post "
905
- "publications of that post on the network."
906
  msgstr ""
907
 
908
- #: views/b2s/network.php:318 includes/B2S/Network/Item.php:851
909
  msgid "Character limit"
910
  msgstr ""
911
 
@@ -939,7 +936,7 @@ msgstr ""
939
  msgid "Check, edit or define your social media time settings"
940
  msgstr ""
941
 
942
- #: includes/Tools.php:400
943
  msgid "Chile"
944
  msgstr ""
945
 
@@ -977,7 +974,7 @@ msgid ""
977
  "automatically for your individually chosen best times."
978
  msgstr ""
979
 
980
- #: views/b2s/network.php:345
981
  msgid "Click on \"continue\""
982
  msgstr ""
983
 
@@ -986,7 +983,7 @@ msgstr ""
986
  msgid "Clock"
987
  msgstr ""
988
 
989
- #: includes/Tools.php:401
990
  msgid "Colombia"
991
  msgstr ""
992
 
@@ -1002,7 +999,7 @@ msgstr ""
1002
  msgid "Company-Page (Employer Branding Profile)"
1003
  msgstr ""
1004
 
1005
- #: views/b2s/network.php:428 views/b2s/network.php:430 views/b2s/ship.php:660
1006
  #: views/b2s/ship.php:662
1007
  msgid "confirm"
1008
  msgstr ""
@@ -1022,11 +1019,11 @@ msgstr ""
1022
  msgid "Connect for"
1023
  msgstr ""
1024
 
1025
- #: views/b2s/network.php:663 views/b2s/ship.php:697
1026
  msgid "Connect Instagram Business Account"
1027
  msgstr ""
1028
 
1029
- #: views/b2s/network.php:334 views/b2s/ship.php:571
1030
  msgid "Connect with Pinterest"
1031
  msgstr ""
1032
 
@@ -1075,13 +1072,13 @@ msgstr ""
1075
  msgid "Content: The content of your post."
1076
  msgstr ""
1077
 
1078
- #: views/b2s/network.php:612 views/b2s/network.php:631
1079
- #: views/b2s/network.php:650 views/b2s/network.php:669 views/b2s/ship.php:684
1080
  #: views/b2s/ship.php:703 views/b2s/ship.php:722 views/b2s/ship.php:741
1081
  msgid "Continue"
1082
  msgstr ""
1083
 
1084
- #: views/b2s/curation.php:74 views/b2s/network.php:431
1085
  msgid "continue"
1086
  msgstr ""
1087
 
@@ -1137,6 +1134,10 @@ msgstr ""
1137
  msgid "Create new network collection"
1138
  msgstr ""
1139
 
 
 
 
 
1140
  #: views/b2s/support.php:134
1141
  msgid "Create password"
1142
  msgstr ""
@@ -1198,7 +1199,7 @@ msgid ""
1198
  "engagement with your community."
1199
  msgstr ""
1200
 
1201
- #: includes/Tools.php:373
1202
  msgid "Czechoslovakia"
1203
  msgstr ""
1204
 
@@ -1251,7 +1252,7 @@ msgstr ""
1251
  msgid "Default"
1252
  msgstr ""
1253
 
1254
- #: views/b2s/network.php:559 includes/B2S/Network/Item.php:557
1255
  #, php-format
1256
  msgid ""
1257
  "Define parameters that will be added to link posts on this network e.g. to "
@@ -1259,7 +1260,7 @@ msgid ""
1259
  "More information</a>"
1260
  msgstr ""
1261
 
1262
- #: views/b2s/network.php:321
1263
  msgid ""
1264
  "Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" "
1265
  "individually. Your text will be shortened after the last comma, period, or "
@@ -1298,7 +1299,7 @@ msgstr ""
1298
  msgid "Define Twitter post content"
1299
  msgstr ""
1300
 
1301
- #: views/b2s/settings.php:117
1302
  msgid "Define your post templates for each social media network"
1303
  msgstr ""
1304
 
@@ -1375,7 +1376,7 @@ msgstr ""
1375
  msgid "Delete text"
1376
  msgstr ""
1377
 
1378
- #: includes/Tools.php:389
1379
  msgid "Denmark"
1380
  msgstr ""
1381
 
@@ -1436,7 +1437,7 @@ msgstr ""
1436
  msgid "Do you want to mark this post as published ?"
1437
  msgstr ""
1438
 
1439
- #: views/b2s/network.php:340
1440
  msgid "Download and activate the Blog2Social extension"
1441
  msgstr ""
1442
 
@@ -1455,7 +1456,7 @@ msgstr ""
1455
  msgid "Duration"
1456
  msgstr ""
1457
 
1458
- #: views/b2s/network.php:388 views/b2s/ship.php:620
1459
  #: views/b2s/html/header.php:348 views/prg/html/form.php:141
1460
  #: views/prg/html/form.php:143 views/prg/html/form.php:218
1461
  #: views/prg/html/form.php:220
@@ -1466,7 +1467,7 @@ msgstr ""
1466
  msgid "E-Mail or Username"
1467
  msgstr ""
1468
 
1469
- #: views/b2s/network.php:690
1470
  msgid ""
1471
  "Each license has a specified number of accounts you can connect per social "
1472
  "media network."
@@ -1591,7 +1592,7 @@ msgstr ""
1591
  msgid "Export as txt-file"
1592
  msgstr ""
1593
 
1594
- #: views/b2s/network.php:706
1595
  msgid "Facebook groups"
1596
  msgstr ""
1597
 
@@ -1612,7 +1613,7 @@ msgstr ""
1612
  msgid "Facebook Open Graph Meta Tags"
1613
  msgstr ""
1614
 
1615
- #: views/b2s/network.php:708
1616
  msgid "Facebook pages"
1617
  msgstr ""
1618
 
@@ -1645,7 +1646,7 @@ msgid ""
1645
  "Filter Posts (Only posts that meet the following criteria will be autoposted)"
1646
  msgstr ""
1647
 
1648
- #: includes/Tools.php:391
1649
  msgid "Finland"
1650
  msgstr ""
1651
 
@@ -1663,7 +1664,7 @@ msgstr ""
1663
  msgid "First, connect or select network before posting"
1664
  msgstr ""
1665
 
1666
- #: includes/Tools.php:422
1667
  msgid "Flags"
1668
  msgstr ""
1669
 
@@ -1671,7 +1672,7 @@ msgstr ""
1671
  msgid "Follow us"
1672
  msgstr ""
1673
 
1674
- #: includes/Tools.php:417
1675
  msgid "Food & Drink"
1676
  msgstr ""
1677
 
@@ -1680,7 +1681,7 @@ msgstr ""
1680
  msgid "For example your Wordpress Home Page"
1681
  msgstr ""
1682
 
1683
- #: views/b2s/network.php:713
1684
  msgid ""
1685
  "For example: If you purchase 5 Facebook groups, these additional 5 Facebook "
1686
  "groups are available for all users. So, when 5 users are activated for the "
@@ -1688,7 +1689,7 @@ msgid ""
1688
  "or one user can connect 5 additional Facebook groups."
1689
  msgstr ""
1690
 
1691
- #: views/b2s/network.php:700
1692
  msgid ""
1693
  "For example: With the Pro license, each user can connect 5 Facebook accounts "
1694
  "+ 5 Twitter accounts + 5 Instagram accounts + ..."
@@ -1728,7 +1729,7 @@ msgstr ""
1728
  msgid "Format"
1729
  msgstr ""
1730
 
1731
- #: includes/Tools.php:386
1732
  msgid "France"
1733
  msgstr ""
1734
 
@@ -1756,10 +1757,14 @@ msgstr ""
1756
  msgid "German"
1757
  msgstr ""
1758
 
1759
- #: includes/Tools.php:388
1760
  msgid "Germany"
1761
  msgstr ""
1762
 
 
 
 
 
1763
  #: views/b2s/html/header.php:97
1764
  #, php-format
1765
  msgid ""
@@ -1799,6 +1804,21 @@ msgstr ""
1799
  msgid "Go to the Blog2Social Community"
1800
  msgstr ""
1801
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1802
  #: views/b2s/network.php:127
1803
  msgid ""
1804
  "Google currently allows access to the API for all companies with up to 9 "
@@ -1816,11 +1836,11 @@ msgid ""
1816
  "Grab more attention for your content with photos, videos, or infographics."
1817
  msgstr ""
1818
 
1819
- #: includes/Tools.php:377
1820
  msgid "Great Britain"
1821
  msgstr ""
1822
 
1823
- #: includes/Tools.php:367
1824
  msgid "Greece"
1825
  msgstr ""
1826
 
@@ -1830,6 +1850,10 @@ msgstr ""
1830
  msgid "Group"
1831
  msgstr ""
1832
 
 
 
 
 
1833
  #: includes/B2S/Network/Item.php:837
1834
  msgid "Hashtag shuffle (Hashtags have to be defined in the text field above)"
1835
  msgstr ""
@@ -1881,7 +1905,7 @@ msgstr ""
1881
  msgid "https://www.blog2social.com"
1882
  msgstr ""
1883
 
1884
- #: includes/Tools.php:392
1885
  msgid "Hungary"
1886
  msgstr ""
1887
 
@@ -1927,9 +1951,7 @@ msgid ""
1927
  "If you like Blog2Social, we would be greatly delighted, if you could leave "
1928
  "us a 5-star rating. If there's something you need assistance with, you can "
1929
  "ask all your questions in the Blog2Social support community where you will "
1930
- "receive help from our committed support team. You can easily access the "
1931
- "Blog2Social Support Community via the Help & Support section in the "
1932
- "Blog2Social menu on your WP dashboard."
1933
  msgstr ""
1934
 
1935
  #: views/b2s/ship.php:367
@@ -1998,6 +2020,13 @@ msgid ""
1998
  "as your primary Twitter account for auto-posting."
1999
  msgstr ""
2000
 
 
 
 
 
 
 
 
2001
  #: includes/B2S/AutoPost/Item.php:282 includes/B2S/RePost/Item.php:191
2002
  #: includes/B2S/RePost/Item.php:211 includes/B2S/RePost/Item.php:231
2003
  #: includes/B2S/RePost/Item.php:250
@@ -2013,11 +2042,11 @@ msgstr ""
2013
  msgid "include posts with images only"
2014
  msgstr ""
2015
 
2016
- #: includes/Tools.php:368
2017
  msgid "India"
2018
  msgstr ""
2019
 
2020
- #: includes/Tools.php:374
2021
  msgid "Indonesia"
2022
  msgstr ""
2023
 
@@ -2065,13 +2094,7 @@ msgid ""
2065
  "target=\"_blank\" href=\"%s\">guide</a>."
2066
  msgstr ""
2067
 
2068
- #: includes/B2S/Network/Item.php:773 includes/B2S/Ship/Item.php:372
2069
- msgid ""
2070
- "Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
2071
- "in your post."
2072
- msgstr ""
2073
-
2074
- #: views/b2s/settings.php:176
2075
  msgid "Instant Caching for Facebook Link Posts"
2076
  msgstr ""
2077
 
@@ -2084,7 +2107,7 @@ msgstr ""
2084
  msgid "Instant Sharing"
2085
  msgstr ""
2086
 
2087
- #: views/b2s/network.php:380 views/b2s/ship.php:612
2088
  msgid "Invalid Data! Please try again."
2089
  msgstr ""
2090
 
@@ -2096,7 +2119,7 @@ msgstr ""
2096
  msgid "Invalid email address"
2097
  msgstr ""
2098
 
2099
- #: includes/Tools.php:370
2100
  msgid "Ireland"
2101
  msgstr ""
2102
 
@@ -2104,7 +2127,7 @@ msgstr ""
2104
  msgid "is currently being processed by the network"
2105
  msgstr ""
2106
 
2107
- #: includes/Tools.php:406
2108
  msgid "is determined automatically"
2109
  msgstr ""
2110
 
@@ -2113,11 +2136,11 @@ msgstr ""
2113
  msgid "is waiting to shared by %s"
2114
  msgstr ""
2115
 
2116
- #: includes/Tools.php:371
2117
  msgid "Italy"
2118
  msgstr ""
2119
 
2120
- #: includes/Tools.php:393
2121
  msgid "Japan"
2122
  msgstr ""
2123
 
@@ -2149,7 +2172,7 @@ msgstr ""
2149
  msgid "Keywords: The tags you have set in your post."
2150
  msgstr ""
2151
 
2152
- #: includes/Tools.php:396
2153
  msgid "Korea"
2154
  msgstr ""
2155
 
@@ -2208,7 +2231,7 @@ msgid ""
2208
  "scheduling and auto-poster."
2209
  msgstr ""
2210
 
2211
- #: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:496
2212
  #: includes/B2S/Ship/Item.php:1193 views/b2s/partials/post-edit-modal.php:53
2213
  msgid "Learn more"
2214
  msgstr ""
@@ -2229,7 +2252,7 @@ msgstr ""
2229
  msgid "Legend"
2230
  msgstr ""
2231
 
2232
- #: includes/Tools.php:352 views/b2s/html/sidebar.php:30
2233
  #: views/b2s/html/sidebar.ship.php:29
2234
  msgid "License"
2235
  msgstr ""
@@ -2250,7 +2273,7 @@ msgstr ""
2250
  msgid "Link Post"
2251
  msgstr ""
2252
 
2253
- #: views/b2s/network.php:710
2254
  msgid "LinkedIn pages"
2255
  msgstr ""
2256
 
@@ -2285,7 +2308,7 @@ msgstr ""
2285
 
2286
  #: views/b2s/curation.draft.php:47 views/b2s/network.php:61
2287
  #: views/b2s/network.php:149 views/b2s/network.php:236
2288
- #: views/b2s/network.php:373 views/b2s/network.php:452
2289
  #: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
2290
  #: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
2291
  #: views/b2s/post.favorites.php:41 views/b2s/post.notice.php:48
@@ -2296,7 +2319,7 @@ msgstr ""
2296
  msgid "Loading..."
2297
  msgstr ""
2298
 
2299
- #: views/b2s/network.php:382 views/b2s/ship.php:614
2300
  #, php-format
2301
  msgid ""
2302
  "Login failed. Please check your login data for typos and please check your "
@@ -2313,7 +2336,7 @@ msgstr ""
2313
  msgid "Login failed. Please check your username and a password!"
2314
  msgstr ""
2315
 
2316
- #: views/b2s/network.php:360 views/b2s/network.php:386 views/b2s/ship.php:592
2317
  #: views/b2s/ship.php:618
2318
  msgid ""
2319
  "Login up successful. Please confirm that Blog2Social is allowed to publish "
@@ -2337,7 +2360,7 @@ msgstr ""
2337
  msgid "Meta Tags Settings for Posts and Pages"
2338
  msgstr ""
2339
 
2340
- #: includes/Tools.php:398
2341
  msgid "Mexico"
2342
  msgstr ""
2343
 
@@ -2422,11 +2445,11 @@ msgstr ""
2422
  msgid "More users and accounts"
2423
  msgstr ""
2424
 
2425
- #: views/b2s/network.php:482 views/b2s/network.php:577
2426
  msgid "move"
2427
  msgstr ""
2428
 
2429
- #: views/b2s/network.php:470 views/b2s/network.php:570
2430
  msgid "Move the connection to another network collection."
2431
  msgstr ""
2432
 
@@ -2438,7 +2461,7 @@ msgstr ""
2438
  msgid "Mrs."
2439
  msgstr ""
2440
 
2441
- #: views/b2s/network.php:575 includes/B2S/Ship/Navbar.php:37
2442
  msgid "My Profile"
2443
  msgstr ""
2444
 
@@ -2465,11 +2488,11 @@ msgstr ""
2465
  msgid "Needed"
2466
  msgstr ""
2467
 
2468
- #: includes/Tools.php:379
2469
  msgid "Netherlands"
2470
  msgstr ""
2471
 
2472
- #: views/b2s/network.php:467 views/b2s/network.php:567
2473
  msgid "Network collection"
2474
  msgstr ""
2475
 
@@ -2477,7 +2500,7 @@ msgstr ""
2477
  msgid "network connected"
2478
  msgstr ""
2479
 
2480
- #: views/b2s/network.php:682
2481
  msgid "Network connections"
2482
  msgstr ""
2483
 
@@ -2524,7 +2547,7 @@ msgstr ""
2524
  msgid "new posts"
2525
  msgstr ""
2526
 
2527
- #: includes/Tools.php:390
2528
  msgid "New Zealand"
2529
  msgstr ""
2530
 
@@ -2556,7 +2579,7 @@ msgstr ""
2556
  msgid "No credit card required"
2557
  msgstr ""
2558
 
2559
- #: includes/Tools.php:423
2560
  msgid "No emojis found"
2561
  msgstr ""
2562
 
@@ -2584,7 +2607,7 @@ msgstr ""
2584
  msgid "Nope, maybe later"
2585
  msgstr ""
2586
 
2587
- #: includes/Tools.php:381
2588
  msgid "Norway"
2589
  msgstr ""
2590
 
@@ -2625,7 +2648,7 @@ msgstr ""
2625
  msgid "Number of repeats"
2626
  msgstr ""
2627
 
2628
- #: includes/Tools.php:420
2629
  msgid "Objects"
2630
  msgstr ""
2631
 
@@ -2672,7 +2695,7 @@ msgstr ""
2672
 
2673
  #: includes/B2S/RePost/Item.php:60
2674
  #, php-format
2675
- msgid "only posts have been shared a maximum of %s times"
2676
  msgstr ""
2677
 
2678
  #: views/b2s/premium.php:166
@@ -2726,7 +2749,7 @@ msgstr ""
2726
  msgid "Pages and groups"
2727
  msgstr ""
2728
 
2729
- #: views/b2s/network.php:394 views/b2s/ship.php:626 views/prg/login.php:25
2730
  msgid "Password"
2731
  msgstr ""
2732
 
@@ -2736,12 +2759,12 @@ msgstr ""
2736
  msgid "Personal"
2737
  msgstr ""
2738
 
2739
- #: views/b2s/autopost.php:59 views/b2s/settings.php:190
2740
  #: includes/B2S/Settings/Item.php:53
2741
  msgid "Personal Time Zone"
2742
  msgstr ""
2743
 
2744
- #: includes/Tools.php:403
2745
  msgid "Philippines"
2746
  msgstr ""
2747
 
@@ -2754,7 +2777,7 @@ msgstr ""
2754
  msgid "Photo Post"
2755
  msgstr ""
2756
 
2757
- #: views/b2s/network.php:383 views/b2s/ship.php:615
2758
  msgid "Pinterest has rejected the connection to your blog"
2759
  msgstr ""
2760
 
@@ -2770,7 +2793,7 @@ msgstr ""
2770
  msgid "Please contact our support!"
2771
  msgstr ""
2772
 
2773
- #: views/b2s/settings.php:179
2774
  msgid ""
2775
  "Please enable this feature, if you are using varnish caching (HTTP "
2776
  "accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
@@ -2798,13 +2821,6 @@ msgid ""
2798
  "accounts or multiple duplicate updates on one account."
2799
  msgstr ""
2800
 
2801
- #: includes/B2S/Ship/Item.php:373
2802
- msgid ""
2803
- "Please keep in mind that users are not allowed to post identical or "
2804
- "substantially similar content to multiple accounts or multiple duplicate "
2805
- "updates on one account."
2806
- msgstr ""
2807
-
2808
  #: includes/Loader.php:804
2809
  msgid ""
2810
  "Please make sure that your post, page or custom post type is published or "
@@ -2813,7 +2829,7 @@ msgid ""
2813
  "scheduled WP posts will be shared with the posting id link."
2814
  msgstr ""
2815
 
2816
- #: views/b2s/network.php:630 views/b2s/ship.php:740
2817
  #, php-format
2818
  msgid ""
2819
  "Please make sure to log in with your account which manages your groups and "
@@ -2821,14 +2837,14 @@ msgid ""
2821
  "groups</a>."
2822
  msgstr ""
2823
 
2824
- #: views/b2s/network.php:611 views/b2s/ship.php:721
2825
  #, php-format
2826
  msgid ""
2827
  "Please make sure to log in with your account which manages your pages and <a "
2828
  "href=\"%s\" target=\"_blank\">follow this guide to select all your pages</a>."
2829
  msgstr ""
2830
 
2831
- #: views/b2s/network.php:376 views/b2s/ship.php:608
2832
  msgid ""
2833
  "Please make sure to use your original Pinterest login data (email and "
2834
  "password). Social Login via Facebook or Google login data will not work here."
@@ -2936,7 +2952,7 @@ msgid ""
2936
  "your <a target=\"_blank\" href=\"%s\">settings</a>"
2937
  msgstr ""
2938
 
2939
- #: views/b2s/network.php:668 views/b2s/ship.php:702
2940
  #, php-format
2941
  msgid ""
2942
  "Please note: Your Instagram Business Account will be connected with "
@@ -2966,7 +2982,7 @@ msgstr ""
2966
  msgid "Please select a social media network"
2967
  msgstr ""
2968
 
2969
- #: views/b2s/network.php:384 views/b2s/ship.php:616
2970
  msgid "Please select your correct server location and connect again."
2971
  msgstr ""
2972
 
@@ -2979,7 +2995,7 @@ msgstr ""
2979
  msgid "please upgrade"
2980
  msgstr ""
2981
 
2982
- #: views/b2s/settings.php:165
2983
  msgid "Plugin contents are loaded one at a time to minimize server load."
2984
  msgstr ""
2985
 
@@ -2987,11 +3003,11 @@ msgstr ""
2987
  msgid "Plugin Warnings:"
2988
  msgstr ""
2989
 
2990
- #: includes/Tools.php:385
2991
  msgid "Poland"
2992
  msgstr ""
2993
 
2994
- #: includes/Tools.php:380 includes/Tools.php:394
2995
  msgid "Portugal"
2996
  msgstr ""
2997
 
@@ -3119,6 +3135,12 @@ msgstr ""
3119
  msgid "Preview"
3120
  msgstr ""
3121
 
 
 
 
 
 
 
3122
  #: views/b2s/html/footer.php:5
3123
  msgid "Privacy Policy"
3124
  msgstr ""
@@ -3133,7 +3155,7 @@ msgstr ""
3133
  msgid "PRO"
3134
  msgstr ""
3135
 
3136
- #: views/b2s/network.php:695
3137
  msgid "Pro: 5 (per user)"
3138
  msgstr ""
3139
 
@@ -3233,7 +3255,7 @@ msgstr ""
3233
  msgid "Rebrandly"
3234
  msgstr ""
3235
 
3236
- #: includes/Tools.php:414
3237
  msgid "Recently Used"
3238
  msgstr ""
3239
 
@@ -3334,7 +3356,7 @@ msgid ""
3334
  "WordPress."
3335
  msgstr ""
3336
 
3337
- #: includes/Tools.php:387
3338
  msgid "Romania"
3339
  msgstr ""
3340
 
@@ -3342,7 +3364,7 @@ msgstr ""
3342
  msgid "RSS import & auto-post"
3343
  msgstr ""
3344
 
3345
- #: includes/Tools.php:378
3346
  msgid "Russia"
3347
  msgstr ""
3348
 
@@ -3521,7 +3543,7 @@ msgstr ""
3521
  msgid "scroll to top"
3522
  msgstr ""
3523
 
3524
- #: includes/Tools.php:413
3525
  msgid "Search"
3526
  msgstr ""
3527
 
@@ -3616,12 +3638,12 @@ msgstr ""
3616
  msgid "Select network collection:"
3617
  msgstr ""
3618
 
3619
- #: views/b2s/autopost.php:48 views/b2s/settings.php:137
3620
  #: includes/B2S/Ship/Image.php:100
3621
  msgid "Select or upload an image from media gallery"
3622
  msgstr ""
3623
 
3624
- #: views/b2s/network.php:364 views/b2s/network.php:419 views/b2s/ship.php:596
3625
  #: views/b2s/ship.php:651
3626
  msgid "Select Pinboard"
3627
  msgstr ""
@@ -3658,7 +3680,7 @@ msgstr ""
3658
  msgid "selected date"
3659
  msgstr ""
3660
 
3661
- #: views/b2s/network.php:405 views/b2s/ship.php:637
3662
  msgid "Server-Location"
3663
  msgstr ""
3664
 
@@ -3689,14 +3711,6 @@ msgstr ""
3689
  msgid "share"
3690
  msgstr ""
3691
 
3692
- #: views/b2s/post.calendar.php:197
3693
- msgid "Share content from other sources"
3694
- msgstr ""
3695
-
3696
- #: views/b2s/post.calendar.php:184
3697
- msgid "Share content from your blog"
3698
- msgstr ""
3699
-
3700
  #: views/b2s/curation.php:231
3701
  msgid "Share image posts:"
3702
  msgstr ""
@@ -3797,6 +3811,10 @@ msgid ""
3797
  "Medium."
3798
  msgstr ""
3799
 
 
 
 
 
3800
  #: includes/B2S/PostBox.php:170
3801
  msgid "Shared"
3802
  msgstr ""
@@ -3897,7 +3915,7 @@ msgstr ""
3897
  msgid "Sign in"
3898
  msgstr ""
3899
 
3900
- #: views/b2s/network.php:429 views/b2s/ship.php:661
3901
  msgid "Sign in to Pinterest"
3902
  msgstr ""
3903
 
@@ -3905,7 +3923,7 @@ msgstr ""
3905
  msgid "Site & Blog Content"
3906
  msgstr ""
3907
 
3908
- #: includes/Tools.php:399
3909
  msgid "Slovakia"
3910
  msgstr ""
3911
 
@@ -3922,11 +3940,11 @@ msgstr ""
3922
  msgid "SMART"
3923
  msgstr ""
3924
 
3925
- #: views/b2s/network.php:693
3926
  msgid "Smart: 3 (per user)"
3927
  msgstr ""
3928
 
3929
- #: includes/Tools.php:415
3930
  msgid "Smileys & People"
3931
  msgstr ""
3932
 
@@ -3992,7 +4010,7 @@ msgstr ""
3992
  msgid "Social Networks"
3993
  msgstr ""
3994
 
3995
- #: views/b2s/settings.php:151
3996
  #, php-format
3997
  msgid ""
3998
  "Some WordPress plugins use short codes, e.g. Page Builder plugins. When a "
@@ -4018,11 +4036,11 @@ msgstr ""
4018
  msgid "Sort by network"
4019
  msgstr ""
4020
 
4021
- #: includes/Tools.php:402
4022
  msgid "South Africa"
4023
  msgstr ""
4024
 
4025
- #: includes/Tools.php:375
4026
  msgid "Spain"
4027
  msgstr ""
4028
 
@@ -4096,15 +4114,15 @@ msgstr ""
4096
  msgid "Supported HTML tags"
4097
  msgstr ""
4098
 
4099
- #: includes/Tools.php:397
4100
  msgid "Sweden"
4101
  msgstr ""
4102
 
4103
- #: includes/Tools.php:372
4104
  msgid "Switzerland"
4105
  msgstr ""
4106
 
4107
- #: includes/Tools.php:421
4108
  msgid "Symbols"
4109
  msgstr ""
4110
 
@@ -4112,7 +4130,7 @@ msgstr ""
4112
  msgid "System"
4113
  msgstr ""
4114
 
4115
- #: views/b2s/network.php:499 views/b2s/network.php:584
4116
  msgid "Team Management"
4117
  msgstr ""
4118
 
@@ -4170,11 +4188,11 @@ msgid ""
4170
  "Facebook (page and group) and on Twitter."
4171
  msgstr ""
4172
 
4173
- #: views/b2s/network.php:525
4174
  msgid "The connection does not exist."
4175
  msgstr ""
4176
 
4177
- #: views/b2s/network.php:522
4178
  msgid "The connection has already been assigned to this user."
4179
  msgstr ""
4180
 
@@ -4184,9 +4202,16 @@ msgid ""
4184
  "assigned connection from other users first."
4185
  msgstr ""
4186
 
4187
- #: includes/B2S/PostBox.php:143 views/b2s/ship.php:775
4188
- #: views/b2s/html/header.php:60
4189
- msgid "The connection to the server failed. Try again!"
 
 
 
 
 
 
 
4190
  msgstr ""
4191
 
4192
  #: views/notice.php:14
@@ -4277,7 +4302,7 @@ msgstr ""
4277
  msgid "The link you followed has expired. Please refresh your page."
4278
  msgstr ""
4279
 
4280
- #: views/b2s/network.php:339 views/b2s/network.php:352 views/b2s/ship.php:576
4281
  #: views/b2s/ship.php:584
4282
  msgid ""
4283
  "The login failed. To connect your Pinterest account to Blog2Social, please "
@@ -4338,7 +4363,7 @@ msgstr ""
4338
  msgid "The page and post meta data could not be removed."
4339
  msgstr ""
4340
 
4341
- #: views/b2s/network.php:459
4342
  msgid "The parameters could not be saved. Please try again."
4343
  msgstr ""
4344
 
@@ -4354,6 +4379,12 @@ msgid ""
4354
  "and events with one click.Publish your message over 250 portals."
4355
  msgstr ""
4356
 
 
 
 
 
 
 
4357
  #: includes/B2S/AutoPost/Item.php:46
4358
  msgid ""
4359
  "The settings for the Auto-Poster were configured for you by a WordPress "
@@ -4395,7 +4426,7 @@ msgstr ""
4395
  msgid "The user to whom the connection is assigned still has scheduled posts."
4396
  msgstr ""
4397
 
4398
- #: views/b2s/network.php:537
4399
  msgid "There are no other users to whom the connection can be assigned."
4400
  msgstr ""
4401
 
@@ -4427,7 +4458,7 @@ msgid ""
4427
  "clicking on \"Save network selection\"."
4428
  msgstr ""
4429
 
4430
- #: views/b2s/network.php:528
4431
  msgid "This connection has already been assigned to this user."
4432
  msgstr ""
4433
 
@@ -4439,13 +4470,18 @@ msgstr ""
4439
  msgid "This entry was removed successfully."
4440
  msgstr ""
4441
 
4442
- #: includes/B2S/Settings/Item.php:102 includes/B2S/Settings/Item.php:123
4443
- #: includes/B2S/Settings/Item.php:152
4444
  msgid ""
4445
  "This is a global feature for your blog, which can only be edited by users "
4446
  "with admin rights."
4447
  msgstr ""
4448
 
 
 
 
 
 
 
4449
  #: includes/B2S/Ship/Save.php:414 includes/B2S/Ship/Save.php:422
4450
  msgid "This is how it works:"
4451
  msgstr ""
@@ -4476,11 +4512,11 @@ msgid ""
4476
  "the end of your post."
4477
  msgstr ""
4478
 
4479
- #: views/b2s/network.php:519
4480
  msgid "This user don't have a Business License, or it is not the same"
4481
  msgstr ""
4482
 
4483
- #: views/b2s/network.php:531
4484
  msgid "This user has reached the maximum number of connections."
4485
  msgstr ""
4486
 
@@ -4597,7 +4633,7 @@ msgstr ""
4597
  msgid "Transfer Auto-Poster settings to other users (Business):"
4598
  msgstr ""
4599
 
4600
- #: includes/Tools.php:419
4601
  msgid "Travel & Places"
4602
  msgstr ""
4603
 
@@ -4617,7 +4653,7 @@ msgstr ""
4617
  msgid "Tuesday"
4618
  msgstr ""
4619
 
4620
- #: includes/Tools.php:382
4621
  msgid "Turkey"
4622
  msgstr ""
4623
 
@@ -4653,7 +4689,7 @@ msgid ""
4653
  "is used. <a href=\"%s\" target=\"_blank\">To create a network grouping.</a>"
4654
  msgstr ""
4655
 
4656
- #: views/b2s/curation.php:292 views/b2s/curation.php:365
4657
  #, php-format
4658
  msgid ""
4659
  "Under the <a href=\"%s\">Network Settings</a> you can define the network "
@@ -4666,7 +4702,7 @@ msgid ""
4666
  "again!"
4667
  msgstr ""
4668
 
4669
- #: includes/Tools.php:369
4670
  msgid "United States of America"
4671
  msgstr ""
4672
 
@@ -4715,11 +4751,11 @@ msgstr ""
4715
  msgid "Upgrade License"
4716
  msgstr ""
4717
 
4718
- #: views/b2s/network.php:555
4719
  msgid "Upgrade to Blog2Social Business"
4720
  msgstr ""
4721
 
4722
- #: views/b2s/network.php:554
4723
  msgid ""
4724
  "Upgrade to Blog2Social Business to easily bundle your connections into "
4725
  "network collection and assign your social media connections to other blog "
@@ -4733,14 +4769,6 @@ msgstr ""
4733
  msgid "Upgrade to Blog2Social for Premium"
4734
  msgstr ""
4735
 
4736
- #: views/b2s/premium.php:35
4737
- msgid ""
4738
- "Upgrade to Blog2Social Premium and get even smarter with social media "
4739
- "automation: Schedule your posts for the best time or recurringly with the "
4740
- "Best Time Manager or the Social Media Calendar. Post to pages, groups and "
4741
- "multiple accounts per network."
4742
- msgstr ""
4743
-
4744
  #: views/b2s/html/footer.php:122
4745
  msgid "Upgrade to Blog2Social PREMIUM BUSINESS"
4746
  msgstr ""
@@ -4796,7 +4824,7 @@ msgstr ""
4796
  msgid "Upgrade to SMART and above"
4797
  msgstr ""
4798
 
4799
- #: views/b2s/network.php:458 views/b2s/network.php:558
4800
  msgid "URL Parameters"
4801
  msgstr ""
4802
 
@@ -4804,11 +4832,20 @@ msgstr ""
4804
  msgid "Url Shortener"
4805
  msgstr ""
4806
 
 
 
 
 
 
 
 
 
 
4807
  #: views/b2s/curation.php:239
4808
  msgid "Use hashtags, @mentions, or emojis to share your feelings."
4809
  msgstr ""
4810
 
4811
- #: views/b2s/autopost.php:49 views/b2s/settings.php:138
4812
  #: includes/B2S/Ship/Image.php:101
4813
  msgid "Use image"
4814
  msgstr ""
@@ -4944,7 +4981,7 @@ msgstr ""
4944
  msgid "When should your content be shared?"
4945
  msgstr ""
4946
 
4947
- #: views/b2s/network.php:649 views/b2s/ship.php:683
4948
  #, php-format
4949
  msgid ""
4950
  "When you connect Blog2Social with your Instagram account, you might get a "
@@ -5008,7 +5045,7 @@ msgstr ""
5008
  msgid "With Blog2Social Premium you can:"
5009
  msgstr ""
5010
 
5011
- #: views/b2s/network.php:687
5012
  msgid ""
5013
  "With Blog2Social you can connect up to 16 social media networks and share "
5014
  "your posts on your favourite social media accounts automatically."
@@ -5180,7 +5217,7 @@ msgid ""
5180
  "to reach as many followers as possible."
5181
  msgstr ""
5182
 
5183
- #: views/b2s/network.php:703
5184
  msgid ""
5185
  "You can also purchase additional groups and sites as add-on to your active "
5186
  "Blog2Social Premium Pro or Premium Business license:"
@@ -5204,7 +5241,7 @@ msgid ""
5204
  "editing the following fields for"
5205
  msgstr ""
5206
 
5207
- #: views/b2s/network.php:534
5208
  msgid ""
5209
  "You can only share the connection with blog users who use the same license "
5210
  "as you."
@@ -5240,8 +5277,8 @@ msgstr ""
5240
 
5241
  #: views/b2s/curation.php:351
5242
  msgid ""
5243
- "You can share a link post, a video post, or an image post on the following "
5244
- "networks:"
5245
  msgstr ""
5246
 
5247
  #: views/b2s/curation.php:281
@@ -5270,7 +5307,7 @@ msgid ""
5270
  "deactivated, you can ignore this message."
5271
  msgstr ""
5272
 
5273
- #: views/b2s/network.php:516
5274
  msgid "You don't have a Business License"
5275
  msgstr ""
5276
 
@@ -5317,7 +5354,7 @@ msgstr ""
5317
  msgid "You have not saved any favorites."
5318
  msgstr ""
5319
 
5320
- #: views/b2s/network.php:381 views/b2s/ship.php:613
5321
  msgid ""
5322
  "You have not yet created any pinboards in your Pinterest account. Please set "
5323
  "up at least one pinboard to pin on your Pinterest account!"
@@ -5340,7 +5377,7 @@ msgid ""
5340
  "administrator."
5341
  msgstr ""
5342
 
5343
- #: views/b2s/network.php:490
5344
  msgid "You need at least one network collection"
5345
  msgstr ""
5346
 
@@ -5380,7 +5417,7 @@ msgstr ""
5380
  msgid "You want to connect a social media group?"
5381
  msgstr ""
5382
 
5383
- #: views/b2s/network.php:378 views/b2s/network.php:379 views/b2s/ship.php:610
5384
  #: views/b2s/ship.php:611
5385
  #, php-format
5386
  msgid ""
@@ -5443,7 +5480,7 @@ msgid ""
5443
  "guide</a>."
5444
  msgstr ""
5445
 
5446
- #: views/b2s/settings.php:115
5447
  #, php-format
5448
  msgid ""
5449
  "You will find more information on how to use post templates for your social "
3
  msgstr ""
4
  "Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2021-07-22 07:39+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"
27
  msgid " today"
28
  msgstr ""
29
 
30
+ #: views/b2s/network.php:324
31
  msgid ""
32
  "\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the "
33
  "\"TITLE\" and \"KEYWORD\" variables for your social media posts, the "
84
  msgid "1x publish report"
85
  msgstr ""
86
 
87
+ #: views/b2s/network.php:717
88
  #, php-format
89
  msgid ""
90
  "<a href=\"%s\" target=\"_blank\">Get more information on how to add more "
147
  "any time."
148
  msgstr ""
149
 
150
+ #: views/b2s/network.php:386 views/b2s/ship.php:617
151
  msgid ""
152
  "Access to this resource on your server is denied! Please check your "
153
  "webserver configuration for caching."
174
  msgid "activate Legacy mode"
175
  msgstr ""
176
 
177
+ #: views/b2s/settings.php:163
178
  msgid "Activate Legacy mode "
179
  msgstr ""
180
 
186
  msgid "activated"
187
  msgstr ""
188
 
189
+ #: includes/Tools.php:421
190
  msgid "Activities"
191
  msgstr ""
192
 
214
  msgid "add another post"
215
  msgstr ""
216
 
217
+ #: views/b2s/network.php:626 views/b2s/ship.php:735
218
  msgid "Add Group"
219
  msgstr ""
220
 
239
  "description correctly."
240
  msgstr ""
241
 
242
+ #: views/b2s/network.php:607 views/b2s/ship.php:716
243
  msgid "Add Page"
244
  msgstr ""
245
 
248
  msgid "add post"
249
  msgstr ""
250
 
251
+ #: views/b2s/network.php:645 views/b2s/ship.php:678
252
  msgid "Add Profile"
253
  msgstr ""
254
 
300
  msgid "additional profiles"
301
  msgstr ""
302
 
303
+ #: views/b2s/network.php:447
304
  msgid "Advanced Network Settings"
305
  msgstr ""
306
 
348
  msgid "allow shortcodes in my post"
349
  msgstr ""
350
 
351
+ #: views/b2s/settings.php:149
352
  msgid "Allow shortcodes in my social media posts (e.g. Page Builder)"
353
  msgstr ""
354
 
361
  msgid "Also included:"
362
  msgstr ""
363
 
364
+ #: views/b2s/network.php:323
365
  msgid ""
366
  "An \"EXCERPT\" will only be added to your social media post if you have "
367
  "added a manual excerpt in the excerpt editing box of the Gutenberg side menu "
368
  "(document settings) of your post."
369
  msgstr ""
370
 
371
+ #: views/b2s/network.php:461 views/b2s/network.php:476
372
+ #: views/b2s/network.php:508 views/b2s/network.php:511
373
+ #: views/b2s/network.php:514
374
  msgid "An error occured. Please contact our support."
375
  msgstr ""
376
 
377
+ #: views/b2s/network.php:360 views/b2s/network.php:378 views/b2s/ship.php:591
378
  #: views/b2s/ship.php:609
379
  msgid "An error occurred! Please try again."
380
  msgstr ""
400
  msgid "and <a target=\"_blank\" href=\"%s\">Privacy Notice</a>"
401
  msgstr ""
402
 
403
+ #: includes/Tools.php:419
404
  msgid "Animals & Nature"
405
  msgstr ""
406
 
407
+ #: views/b2s/network.php:542
408
  msgid "Apply best time settings"
409
  msgstr ""
410
 
425
  msgid "Apply image"
426
  msgstr ""
427
 
 
 
 
 
428
  #: includes/B2S/Ship/Image.php:78
429
  msgid "Apply image for all posts"
430
  msgstr ""
433
  msgid "Apply image for this image gallery"
434
  msgstr ""
435
 
436
+ #: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Image.php:86
437
+ #: includes/B2S/Ship/Image.php:89
438
  msgid "Apply image for this post"
439
  msgstr ""
440
 
441
+ #: views/b2s/network.php:543
442
  msgid "Apply post template settings"
443
  msgstr ""
444
 
446
  msgid "Apply Settings To All Networks"
447
  msgstr ""
448
 
449
+ #: views/b2s/network.php:544
450
  msgid "Apply URL Parameters"
451
  msgstr ""
452
 
470
  msgid "Are you sure you want to delete this Social Media draft?"
471
  msgstr ""
472
 
473
+ #: includes/Tools.php:398
474
  msgid "Argentina"
475
  msgstr ""
476
 
477
+ #: views/b2s/network.php:541 views/b2s/network.php:591
478
  msgid "assign"
479
  msgstr ""
480
 
481
+ #: views/b2s/network.php:503 views/b2s/network.php:588
482
  msgid "Assign the connection to other blog users"
483
  msgstr ""
484
 
507
  msgid "at scheduled times"
508
  msgstr ""
509
 
510
+ #: includes/Tools.php:386
511
  msgid "Australia"
512
  msgstr ""
513
 
514
+ #: includes/Tools.php:387
515
  msgid "Austria"
516
  msgstr ""
517
 
525
  msgid "Author: The author of the post."
526
  msgstr ""
527
 
528
+ #: views/b2s/network.php:428 views/b2s/ship.php:659 views/b2s/ship.php:663
529
  #: includes/B2S/Settings/Item.php:89
530
  msgid "authorize"
531
  msgstr ""
649
  msgid "Blog2Social"
650
  msgstr ""
651
 
652
+ #: views/b2s/autopost.php:62 views/b2s/settings.php:194
653
  msgid ""
654
  "Blog2Social applies the scheduled time settings based on the time zone "
655
  "defined in the general settings of your WordPress. You can select a user-"
804
  msgid "Business"
805
  msgstr ""
806
 
807
+ #: views/b2s/network.php:698
808
  msgid "Business: 15 (per user)"
809
  msgstr ""
810
 
839
  msgid "Call-to-Action"
840
  msgstr ""
841
 
842
+ #: includes/Tools.php:379
843
  msgid "Canada"
844
  msgstr ""
845
 
898
 
899
  #: includes/B2S/Ship/Image.php:41
900
  msgid ""
901
+ "Changes to the image for link-posts will apply to the image for all networks "
902
+ "with link-post settings for this post."
903
  msgstr ""
904
 
905
+ #: views/b2s/network.php:319 includes/B2S/Network/Item.php:851
906
  msgid "Character limit"
907
  msgstr ""
908
 
936
  msgid "Check, edit or define your social media time settings"
937
  msgstr ""
938
 
939
+ #: includes/Tools.php:403
940
  msgid "Chile"
941
  msgstr ""
942
 
974
  "automatically for your individually chosen best times."
975
  msgstr ""
976
 
977
+ #: views/b2s/network.php:346
978
  msgid "Click on \"continue\""
979
  msgstr ""
980
 
983
  msgid "Clock"
984
  msgstr ""
985
 
986
+ #: includes/Tools.php:404
987
  msgid "Colombia"
988
  msgstr ""
989
 
999
  msgid "Company-Page (Employer Branding Profile)"
1000
  msgstr ""
1001
 
1002
+ #: views/b2s/network.php:429 views/b2s/network.php:431 views/b2s/ship.php:660
1003
  #: views/b2s/ship.php:662
1004
  msgid "confirm"
1005
  msgstr ""
1019
  msgid "Connect for"
1020
  msgstr ""
1021
 
1022
+ #: views/b2s/network.php:664 views/b2s/ship.php:697
1023
  msgid "Connect Instagram Business Account"
1024
  msgstr ""
1025
 
1026
+ #: views/b2s/network.php:335 views/b2s/ship.php:571
1027
  msgid "Connect with Pinterest"
1028
  msgstr ""
1029
 
1072
  msgid "Content: The content of your post."
1073
  msgstr ""
1074
 
1075
+ #: views/b2s/network.php:613 views/b2s/network.php:632
1076
+ #: views/b2s/network.php:651 views/b2s/network.php:670 views/b2s/ship.php:684
1077
  #: views/b2s/ship.php:703 views/b2s/ship.php:722 views/b2s/ship.php:741
1078
  msgid "Continue"
1079
  msgstr ""
1080
 
1081
+ #: views/b2s/curation.php:74 views/b2s/network.php:432
1082
  msgid "continue"
1083
  msgstr ""
1084
 
1134
  msgid "Create new network collection"
1135
  msgstr ""
1136
 
1137
+ #: views/b2s/post.calendar.php:197
1138
+ msgid "Create or share content from other sources"
1139
+ msgstr ""
1140
+
1141
  #: views/b2s/support.php:134
1142
  msgid "Create password"
1143
  msgstr ""
1199
  "engagement with your community."
1200
  msgstr ""
1201
 
1202
+ #: includes/Tools.php:376
1203
  msgid "Czechoslovakia"
1204
  msgstr ""
1205
 
1252
  msgid "Default"
1253
  msgstr ""
1254
 
1255
+ #: views/b2s/network.php:560 includes/B2S/Network/Item.php:557
1256
  #, php-format
1257
  msgid ""
1258
  "Define parameters that will be added to link posts on this network e.g. to "
1260
  "More information</a>"
1261
  msgstr ""
1262
 
1263
+ #: views/b2s/network.php:322
1264
  msgid ""
1265
  "Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" "
1266
  "individually. Your text will be shortened after the last comma, period, or "
1299
  msgid "Define Twitter post content"
1300
  msgstr ""
1301
 
1302
+ #: views/b2s/settings.php:118
1303
  msgid "Define your post templates for each social media network"
1304
  msgstr ""
1305
 
1376
  msgid "Delete text"
1377
  msgstr ""
1378
 
1379
+ #: includes/Tools.php:392
1380
  msgid "Denmark"
1381
  msgstr ""
1382
 
1437
  msgid "Do you want to mark this post as published ?"
1438
  msgstr ""
1439
 
1440
+ #: views/b2s/network.php:341
1441
  msgid "Download and activate the Blog2Social extension"
1442
  msgstr ""
1443
 
1456
  msgid "Duration"
1457
  msgstr ""
1458
 
1459
+ #: views/b2s/network.php:389 views/b2s/ship.php:620
1460
  #: views/b2s/html/header.php:348 views/prg/html/form.php:141
1461
  #: views/prg/html/form.php:143 views/prg/html/form.php:218
1462
  #: views/prg/html/form.php:220
1467
  msgid "E-Mail or Username"
1468
  msgstr ""
1469
 
1470
+ #: views/b2s/network.php:691
1471
  msgid ""
1472
  "Each license has a specified number of accounts you can connect per social "
1473
  "media network."
1592
  msgid "Export as txt-file"
1593
  msgstr ""
1594
 
1595
+ #: views/b2s/network.php:707
1596
  msgid "Facebook groups"
1597
  msgstr ""
1598
 
1613
  msgid "Facebook Open Graph Meta Tags"
1614
  msgstr ""
1615
 
1616
+ #: views/b2s/network.php:709
1617
  msgid "Facebook pages"
1618
  msgstr ""
1619
 
1646
  "Filter Posts (Only posts that meet the following criteria will be autoposted)"
1647
  msgstr ""
1648
 
1649
+ #: includes/Tools.php:394
1650
  msgid "Finland"
1651
  msgstr ""
1652
 
1664
  msgid "First, connect or select network before posting"
1665
  msgstr ""
1666
 
1667
+ #: includes/Tools.php:425
1668
  msgid "Flags"
1669
  msgstr ""
1670
 
1672
  msgid "Follow us"
1673
  msgstr ""
1674
 
1675
+ #: includes/Tools.php:420
1676
  msgid "Food & Drink"
1677
  msgstr ""
1678
 
1681
  msgid "For example your Wordpress Home Page"
1682
  msgstr ""
1683
 
1684
+ #: views/b2s/network.php:714
1685
  msgid ""
1686
  "For example: If you purchase 5 Facebook groups, these additional 5 Facebook "
1687
  "groups are available for all users. So, when 5 users are activated for the "
1689
  "or one user can connect 5 additional Facebook groups."
1690
  msgstr ""
1691
 
1692
+ #: views/b2s/network.php:701
1693
  msgid ""
1694
  "For example: With the Pro license, each user can connect 5 Facebook accounts "
1695
  "+ 5 Twitter accounts + 5 Instagram accounts + ..."
1729
  msgid "Format"
1730
  msgstr ""
1731
 
1732
+ #: includes/Tools.php:389
1733
  msgid "France"
1734
  msgstr ""
1735
 
1757
  msgid "German"
1758
  msgstr ""
1759
 
1760
+ #: includes/Tools.php:391
1761
  msgid "Germany"
1762
  msgstr ""
1763
 
1764
+ #: views/b2s/premium.php:36
1765
+ msgid "Get more information about the benefits of Blog2Social Premium"
1766
+ msgstr ""
1767
+
1768
  #: views/b2s/html/header.php:97
1769
  #, php-format
1770
  msgid ""
1804
  msgid "Go to the Blog2Social Community"
1805
  msgstr ""
1806
 
1807
+ #: includes/B2S/Ship/Item.php:373
1808
+ msgid ""
1809
+ "Good to know: Instagram does not allow to publish identical or substantially "
1810
+ "similar content on one or more accounts. Vary your content by using other "
1811
+ "images, comments, hashtags or handles and provide your followers with more "
1812
+ "inspiring content."
1813
+ msgstr ""
1814
+
1815
+ #: includes/B2S/Network/Item.php:773 includes/B2S/Ship/Item.php:372
1816
+ msgid ""
1817
+ "Good to know: Instagram supports up to 30 hashtags in a post. The number "
1818
+ "recommended for best results is 5 hashtags. Make sure that your hashtags are "
1819
+ "thematically relevant to the content of your post."
1820
+ msgstr ""
1821
+
1822
  #: views/b2s/network.php:127
1823
  msgid ""
1824
  "Google currently allows access to the API for all companies with up to 9 "
1836
  "Grab more attention for your content with photos, videos, or infographics."
1837
  msgstr ""
1838
 
1839
+ #: includes/Tools.php:380
1840
  msgid "Great Britain"
1841
  msgstr ""
1842
 
1843
+ #: includes/Tools.php:370
1844
  msgid "Greece"
1845
  msgstr ""
1846
 
1850
  msgid "Group"
1851
  msgstr ""
1852
 
1853
+ #: includes/B2S/PostBox.php:143 views/b2s/html/header.php:60
1854
+ msgid "guide for server connection"
1855
+ msgstr ""
1856
+
1857
  #: includes/B2S/Network/Item.php:837
1858
  msgid "Hashtag shuffle (Hashtags have to be defined in the text field above)"
1859
  msgstr ""
1905
  msgid "https://www.blog2social.com"
1906
  msgstr ""
1907
 
1908
+ #: includes/Tools.php:395
1909
  msgid "Hungary"
1910
  msgstr ""
1911
 
1951
  "If you like Blog2Social, we would be greatly delighted, if you could leave "
1952
  "us a 5-star rating. If there's something you need assistance with, you can "
1953
  "ask all your questions in the Blog2Social support community where you will "
1954
+ "receive help from our committed support team."
 
 
1955
  msgstr ""
1956
 
1957
  #: views/b2s/ship.php:367
2020
  "as your primary Twitter account for auto-posting."
2021
  msgstr ""
2022
 
2023
+ #: views/b2s/curation.php:365
2024
+ #, php-format
2025
+ msgid ""
2026
+ "In the <a href=\"%s\">Network Settings</a> you can define network selections "
2027
+ "to select and save your most used networks for specific posts or campaigns."
2028
+ msgstr ""
2029
+
2030
  #: includes/B2S/AutoPost/Item.php:282 includes/B2S/RePost/Item.php:191
2031
  #: includes/B2S/RePost/Item.php:211 includes/B2S/RePost/Item.php:231
2032
  #: includes/B2S/RePost/Item.php:250
2042
  msgid "include posts with images only"
2043
  msgstr ""
2044
 
2045
+ #: includes/Tools.php:371
2046
  msgid "India"
2047
  msgstr ""
2048
 
2049
+ #: includes/Tools.php:377
2050
  msgid "Indonesia"
2051
  msgstr ""
2052
 
2094
  "target=\"_blank\" href=\"%s\">guide</a>."
2095
  msgstr ""
2096
 
2097
+ #: views/b2s/settings.php:177
 
 
 
 
 
 
2098
  msgid "Instant Caching for Facebook Link Posts"
2099
  msgstr ""
2100
 
2107
  msgid "Instant Sharing"
2108
  msgstr ""
2109
 
2110
+ #: views/b2s/network.php:381 views/b2s/ship.php:612
2111
  msgid "Invalid Data! Please try again."
2112
  msgstr ""
2113
 
2119
  msgid "Invalid email address"
2120
  msgstr ""
2121
 
2122
+ #: includes/Tools.php:373
2123
  msgid "Ireland"
2124
  msgstr ""
2125
 
2127
  msgid "is currently being processed by the network"
2128
  msgstr ""
2129
 
2130
+ #: includes/Tools.php:409
2131
  msgid "is determined automatically"
2132
  msgstr ""
2133
 
2136
  msgid "is waiting to shared by %s"
2137
  msgstr ""
2138
 
2139
+ #: includes/Tools.php:374
2140
  msgid "Italy"
2141
  msgstr ""
2142
 
2143
+ #: includes/Tools.php:396
2144
  msgid "Japan"
2145
  msgstr ""
2146
 
2172
  msgid "Keywords: The tags you have set in your post."
2173
  msgstr ""
2174
 
2175
+ #: includes/Tools.php:399
2176
  msgid "Korea"
2177
  msgstr ""
2178
 
2231
  "scheduling and auto-poster."
2232
  msgstr ""
2233
 
2234
+ #: views/b2s/network.php:130 views/b2s/ship.php:496
2235
  #: includes/B2S/Ship/Item.php:1193 views/b2s/partials/post-edit-modal.php:53
2236
  msgid "Learn more"
2237
  msgstr ""
2252
  msgid "Legend"
2253
  msgstr ""
2254
 
2255
+ #: includes/Tools.php:355 views/b2s/html/sidebar.php:30
2256
  #: views/b2s/html/sidebar.ship.php:29
2257
  msgid "License"
2258
  msgstr ""
2273
  msgid "Link Post"
2274
  msgstr ""
2275
 
2276
+ #: views/b2s/network.php:711
2277
  msgid "LinkedIn pages"
2278
  msgstr ""
2279
 
2308
 
2309
  #: views/b2s/curation.draft.php:47 views/b2s/network.php:61
2310
  #: views/b2s/network.php:149 views/b2s/network.php:236
2311
+ #: views/b2s/network.php:374 views/b2s/network.php:453
2312
  #: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
2313
  #: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
2314
  #: views/b2s/post.favorites.php:41 views/b2s/post.notice.php:48
2319
  msgid "Loading..."
2320
  msgstr ""
2321
 
2322
+ #: views/b2s/network.php:383 views/b2s/ship.php:614
2323
  #, php-format
2324
  msgid ""
2325
  "Login failed. Please check your login data for typos and please check your "
2336
  msgid "Login failed. Please check your username and a password!"
2337
  msgstr ""
2338
 
2339
+ #: views/b2s/network.php:361 views/b2s/network.php:387 views/b2s/ship.php:592
2340
  #: views/b2s/ship.php:618
2341
  msgid ""
2342
  "Login up successful. Please confirm that Blog2Social is allowed to publish "
2360
  msgid "Meta Tags Settings for Posts and Pages"
2361
  msgstr ""
2362
 
2363
+ #: includes/Tools.php:401
2364
  msgid "Mexico"
2365
  msgstr ""
2366
 
2445
  msgid "More users and accounts"
2446
  msgstr ""
2447
 
2448
+ #: views/b2s/network.php:483 views/b2s/network.php:578
2449
  msgid "move"
2450
  msgstr ""
2451
 
2452
+ #: views/b2s/network.php:471 views/b2s/network.php:571
2453
  msgid "Move the connection to another network collection."
2454
  msgstr ""
2455
 
2461
  msgid "Mrs."
2462
  msgstr ""
2463
 
2464
+ #: views/b2s/network.php:576 includes/B2S/Ship/Navbar.php:37
2465
  msgid "My Profile"
2466
  msgstr ""
2467
 
2488
  msgid "Needed"
2489
  msgstr ""
2490
 
2491
+ #: includes/Tools.php:382
2492
  msgid "Netherlands"
2493
  msgstr ""
2494
 
2495
+ #: views/b2s/network.php:468 views/b2s/network.php:568
2496
  msgid "Network collection"
2497
  msgstr ""
2498
 
2500
  msgid "network connected"
2501
  msgstr ""
2502
 
2503
+ #: views/b2s/network.php:683
2504
  msgid "Network connections"
2505
  msgstr ""
2506
 
2547
  msgid "new posts"
2548
  msgstr ""
2549
 
2550
+ #: includes/Tools.php:393
2551
  msgid "New Zealand"
2552
  msgstr ""
2553
 
2579
  msgid "No credit card required"
2580
  msgstr ""
2581
 
2582
+ #: includes/Tools.php:426
2583
  msgid "No emojis found"
2584
  msgstr ""
2585
 
2607
  msgid "Nope, maybe later"
2608
  msgstr ""
2609
 
2610
+ #: includes/Tools.php:384
2611
  msgid "Norway"
2612
  msgstr ""
2613
 
2648
  msgid "Number of repeats"
2649
  msgstr ""
2650
 
2651
+ #: includes/Tools.php:423
2652
  msgid "Objects"
2653
  msgstr ""
2654
 
2695
 
2696
  #: includes/B2S/RePost/Item.php:60
2697
  #, php-format
2698
+ msgid "only posts that have been shared no more than %s times"
2699
  msgstr ""
2700
 
2701
  #: views/b2s/premium.php:166
2749
  msgid "Pages and groups"
2750
  msgstr ""
2751
 
2752
+ #: views/b2s/network.php:395 views/b2s/ship.php:626 views/prg/login.php:25
2753
  msgid "Password"
2754
  msgstr ""
2755
 
2759
  msgid "Personal"
2760
  msgstr ""
2761
 
2762
+ #: views/b2s/autopost.php:59 views/b2s/settings.php:191
2763
  #: includes/B2S/Settings/Item.php:53
2764
  msgid "Personal Time Zone"
2765
  msgstr ""
2766
 
2767
+ #: includes/Tools.php:406
2768
  msgid "Philippines"
2769
  msgstr ""
2770
 
2777
  msgid "Photo Post"
2778
  msgstr ""
2779
 
2780
+ #: views/b2s/network.php:384 views/b2s/ship.php:615
2781
  msgid "Pinterest has rejected the connection to your blog"
2782
  msgstr ""
2783
 
2793
  msgid "Please contact our support!"
2794
  msgstr ""
2795
 
2796
+ #: views/b2s/settings.php:180
2797
  msgid ""
2798
  "Please enable this feature, if you are using varnish caching (HTTP "
2799
  "accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
2821
  "accounts or multiple duplicate updates on one account."
2822
  msgstr ""
2823
 
 
 
 
 
 
 
 
2824
  #: includes/Loader.php:804
2825
  msgid ""
2826
  "Please make sure that your post, page or custom post type is published or "
2829
  "scheduled WP posts will be shared with the posting id link."
2830
  msgstr ""
2831
 
2832
+ #: views/b2s/network.php:631 views/b2s/ship.php:740
2833
  #, php-format
2834
  msgid ""
2835
  "Please make sure to log in with your account which manages your groups and "
2837
  "groups</a>."
2838
  msgstr ""
2839
 
2840
+ #: views/b2s/network.php:612 views/b2s/ship.php:721
2841
  #, php-format
2842
  msgid ""
2843
  "Please make sure to log in with your account which manages your pages and <a "
2844
  "href=\"%s\" target=\"_blank\">follow this guide to select all your pages</a>."
2845
  msgstr ""
2846
 
2847
+ #: views/b2s/network.php:377 views/b2s/ship.php:608
2848
  msgid ""
2849
  "Please make sure to use your original Pinterest login data (email and "
2850
  "password). Social Login via Facebook or Google login data will not work here."
2952
  "your <a target=\"_blank\" href=\"%s\">settings</a>"
2953
  msgstr ""
2954
 
2955
+ #: views/b2s/network.php:669 views/b2s/ship.php:702
2956
  #, php-format
2957
  msgid ""
2958
  "Please note: Your Instagram Business Account will be connected with "
2982
  msgid "Please select a social media network"
2983
  msgstr ""
2984
 
2985
+ #: views/b2s/network.php:385 views/b2s/ship.php:616
2986
  msgid "Please select your correct server location and connect again."
2987
  msgstr ""
2988
 
2995
  msgid "please upgrade"
2996
  msgstr ""
2997
 
2998
+ #: views/b2s/settings.php:166
2999
  msgid "Plugin contents are loaded one at a time to minimize server load."
3000
  msgstr ""
3001
 
3003
  msgid "Plugin Warnings:"
3004
  msgstr ""
3005
 
3006
+ #: includes/Tools.php:388
3007
  msgid "Poland"
3008
  msgstr ""
3009
 
3010
+ #: includes/Tools.php:383 includes/Tools.php:397
3011
  msgid "Portugal"
3012
  msgstr ""
3013
 
3135
  msgid "Preview"
3136
  msgstr ""
3137
 
3138
+ #: views/b2s/settings.php:114
3139
+ msgid ""
3140
+ "Price: The price of your product, if you have installed WooCommerce on your "
3141
+ "website/ blog."
3142
+ msgstr ""
3143
+
3144
  #: views/b2s/html/footer.php:5
3145
  msgid "Privacy Policy"
3146
  msgstr ""
3155
  msgid "PRO"
3156
  msgstr ""
3157
 
3158
+ #: views/b2s/network.php:696
3159
  msgid "Pro: 5 (per user)"
3160
  msgstr ""
3161
 
3255
  msgid "Rebrandly"
3256
  msgstr ""
3257
 
3258
+ #: includes/Tools.php:417
3259
  msgid "Recently Used"
3260
  msgstr ""
3261
 
3356
  "WordPress."
3357
  msgstr ""
3358
 
3359
+ #: includes/Tools.php:390
3360
  msgid "Romania"
3361
  msgstr ""
3362
 
3364
  msgid "RSS import & auto-post"
3365
  msgstr ""
3366
 
3367
+ #: includes/Tools.php:381
3368
  msgid "Russia"
3369
  msgstr ""
3370
 
3543
  msgid "scroll to top"
3544
  msgstr ""
3545
 
3546
+ #: includes/Tools.php:416
3547
  msgid "Search"
3548
  msgstr ""
3549
 
3638
  msgid "Select network collection:"
3639
  msgstr ""
3640
 
3641
+ #: views/b2s/autopost.php:48 views/b2s/settings.php:138
3642
  #: includes/B2S/Ship/Image.php:100
3643
  msgid "Select or upload an image from media gallery"
3644
  msgstr ""
3645
 
3646
+ #: views/b2s/network.php:365 views/b2s/network.php:420 views/b2s/ship.php:596
3647
  #: views/b2s/ship.php:651
3648
  msgid "Select Pinboard"
3649
  msgstr ""
3680
  msgid "selected date"
3681
  msgstr ""
3682
 
3683
+ #: views/b2s/network.php:406 views/b2s/ship.php:637
3684
  msgid "Server-Location"
3685
  msgstr ""
3686
 
3711
  msgid "share"
3712
  msgstr ""
3713
 
 
 
 
 
 
 
 
 
3714
  #: views/b2s/curation.php:231
3715
  msgid "Share image posts:"
3716
  msgstr ""
3811
  "Medium."
3812
  msgstr ""
3813
 
3814
+ #: views/b2s/post.calendar.php:184
3815
+ msgid "Share your WordPress posts, pages or products"
3816
+ msgstr ""
3817
+
3818
  #: includes/B2S/PostBox.php:170
3819
  msgid "Shared"
3820
  msgstr ""
3915
  msgid "Sign in"
3916
  msgstr ""
3917
 
3918
+ #: views/b2s/network.php:430 views/b2s/ship.php:661
3919
  msgid "Sign in to Pinterest"
3920
  msgstr ""
3921
 
3923
  msgid "Site & Blog Content"
3924
  msgstr ""
3925
 
3926
+ #: includes/Tools.php:402
3927
  msgid "Slovakia"
3928
  msgstr ""
3929
 
3940
  msgid "SMART"
3941
  msgstr ""
3942
 
3943
+ #: views/b2s/network.php:694
3944
  msgid "Smart: 3 (per user)"
3945
  msgstr ""
3946
 
3947
+ #: includes/Tools.php:418
3948
  msgid "Smileys & People"
3949
  msgstr ""
3950
 
4010
  msgid "Social Networks"
4011
  msgstr ""
4012
 
4013
+ #: views/b2s/settings.php:152
4014
  #, php-format
4015
  msgid ""
4016
  "Some WordPress plugins use short codes, e.g. Page Builder plugins. When a "
4036
  msgid "Sort by network"
4037
  msgstr ""
4038
 
4039
+ #: includes/Tools.php:405
4040
  msgid "South Africa"
4041
  msgstr ""
4042
 
4043
+ #: includes/Tools.php:378
4044
  msgid "Spain"
4045
  msgstr ""
4046
 
4114
  msgid "Supported HTML tags"
4115
  msgstr ""
4116
 
4117
+ #: includes/Tools.php:400
4118
  msgid "Sweden"
4119
  msgstr ""
4120
 
4121
+ #: includes/Tools.php:375
4122
  msgid "Switzerland"
4123
  msgstr ""
4124
 
4125
+ #: includes/Tools.php:424
4126
  msgid "Symbols"
4127
  msgstr ""
4128
 
4130
  msgid "System"
4131
  msgstr ""
4132
 
4133
+ #: views/b2s/network.php:500 views/b2s/network.php:585
4134
  msgid "Team Management"
4135
  msgstr ""
4136
 
4188
  "Facebook (page and group) and on Twitter."
4189
  msgstr ""
4190
 
4191
+ #: views/b2s/network.php:526
4192
  msgid "The connection does not exist."
4193
  msgstr ""
4194
 
4195
+ #: views/b2s/network.php:523
4196
  msgid "The connection has already been assigned to this user."
4197
  msgstr ""
4198
 
4202
  "assigned connection from other users first."
4203
  msgstr ""
4204
 
4205
+ #: includes/B2S/PostBox.php:143 views/b2s/html/header.php:60
4206
+ msgid ""
4207
+ "The connection to the server failed. Please try again! You can find more "
4208
+ "information and solutions in the"
4209
+ msgstr ""
4210
+
4211
+ #: views/b2s/ship.php:775
4212
+ msgid ""
4213
+ "The connection to the server failed. Please try again! You can find more "
4214
+ "information and solutions in the guide for server connection"
4215
  msgstr ""
4216
 
4217
  #: views/notice.php:14
4302
  msgid "The link you followed has expired. Please refresh your page."
4303
  msgstr ""
4304
 
4305
+ #: views/b2s/network.php:340 views/b2s/network.php:353 views/b2s/ship.php:576
4306
  #: views/b2s/ship.php:584
4307
  msgid ""
4308
  "The login failed. To connect your Pinterest account to Blog2Social, please "
4363
  msgid "The page and post meta data could not be removed."
4364
  msgstr ""
4365
 
4366
+ #: views/b2s/network.php:460
4367
  msgid "The parameters could not be saved. Please try again."
4368
  msgstr ""
4369
 
4379
  "and events with one click.Publish your message over 250 portals."
4380
  msgstr ""
4381
 
4382
+ #: views/b2s/network.php:306
4383
+ msgid ""
4384
+ "The price of your product, if you have installed WooCommerce on your "
4385
+ "website/ blog."
4386
+ msgstr ""
4387
+
4388
  #: includes/B2S/AutoPost/Item.php:46
4389
  msgid ""
4390
  "The settings for the Auto-Poster were configured for you by a WordPress "
4426
  msgid "The user to whom the connection is assigned still has scheduled posts."
4427
  msgstr ""
4428
 
4429
+ #: views/b2s/network.php:538
4430
  msgid "There are no other users to whom the connection can be assigned."
4431
  msgstr ""
4432
 
4458
  "clicking on \"Save network selection\"."
4459
  msgstr ""
4460
 
4461
+ #: views/b2s/network.php:529
4462
  msgid "This connection has already been assigned to this user."
4463
  msgstr ""
4464
 
4470
  msgid "This entry was removed successfully."
4471
  msgstr ""
4472
 
4473
+ #: includes/B2S/Settings/Item.php:123 includes/B2S/Settings/Item.php:152
 
4474
  msgid ""
4475
  "This is a global feature for your blog, which can only be edited by users "
4476
  "with admin rights."
4477
  msgstr ""
4478
 
4479
+ #: includes/B2S/Settings/Item.php:102
4480
+ msgid ""
4481
+ "This is a global system setting for your website / blog, which can be "
4482
+ "edited by users with admin rights only."
4483
+ msgstr ""
4484
+
4485
  #: includes/B2S/Ship/Save.php:414 includes/B2S/Ship/Save.php:422
4486
  msgid "This is how it works:"
4487
  msgstr ""
4512
  "the end of your post."
4513
  msgstr ""
4514
 
4515
+ #: views/b2s/network.php:520
4516
  msgid "This user don't have a Business License, or it is not the same"
4517
  msgstr ""
4518
 
4519
+ #: views/b2s/network.php:532
4520
  msgid "This user has reached the maximum number of connections."
4521
  msgstr ""
4522
 
4633
  msgid "Transfer Auto-Poster settings to other users (Business):"
4634
  msgstr ""
4635
 
4636
+ #: includes/Tools.php:422
4637
  msgid "Travel & Places"
4638
  msgstr ""
4639
 
4653
  msgid "Tuesday"
4654
  msgstr ""
4655
 
4656
+ #: includes/Tools.php:385
4657
  msgid "Turkey"
4658
  msgstr ""
4659
 
4689
  "is used. <a href=\"%s\" target=\"_blank\">To create a network grouping.</a>"
4690
  msgstr ""
4691
 
4692
+ #: views/b2s/curation.php:292
4693
  #, php-format
4694
  msgid ""
4695
  "Under the <a href=\"%s\">Network Settings</a> you can define the network "
4702
  "again!"
4703
  msgstr ""
4704
 
4705
+ #: includes/Tools.php:372
4706
  msgid "United States of America"
4707
  msgstr ""
4708
 
4751
  msgid "Upgrade License"
4752
  msgstr ""
4753
 
4754
+ #: views/b2s/network.php:556
4755
  msgid "Upgrade to Blog2Social Business"
4756
  msgstr ""
4757
 
4758
+ #: views/b2s/network.php:555
4759
  msgid ""
4760
  "Upgrade to Blog2Social Business to easily bundle your connections into "
4761
  "network collection and assign your social media connections to other blog "
4769
  msgid "Upgrade to Blog2Social for Premium"
4770
  msgstr ""
4771
 
 
 
 
 
 
 
 
 
4772
  #: views/b2s/html/footer.php:122
4773
  msgid "Upgrade to Blog2Social PREMIUM BUSINESS"
4774
  msgstr ""
4824
  msgid "Upgrade to SMART and above"
4825
  msgstr ""
4826
 
4827
+ #: views/b2s/network.php:459 views/b2s/network.php:559
4828
  msgid "URL Parameters"
4829
  msgstr ""
4830
 
4832
  msgid "Url Shortener"
4833
  msgstr ""
4834
 
4835
+ #: views/b2s/premium.php:35
4836
+ msgid ""
4837
+ "Use Blog2Social Premium for even smarter social media automation: schedule "
4838
+ "your posts automatically with the Best Time Manager, choose specific dates "
4839
+ "or schedule your posts recurringly. Keep track of your posts with the social "
4840
+ "media calendar. Publish posts to pages, groups and multiple accounts per "
4841
+ "network and much more."
4842
+ msgstr ""
4843
+
4844
  #: views/b2s/curation.php:239
4845
  msgid "Use hashtags, @mentions, or emojis to share your feelings."
4846
  msgstr ""
4847
 
4848
+ #: views/b2s/autopost.php:49 views/b2s/settings.php:139
4849
  #: includes/B2S/Ship/Image.php:101
4850
  msgid "Use image"
4851
  msgstr ""
4981
  msgid "When should your content be shared?"
4982
  msgstr ""
4983
 
4984
+ #: views/b2s/network.php:650 views/b2s/ship.php:683
4985
  #, php-format
4986
  msgid ""
4987
  "When you connect Blog2Social with your Instagram account, you might get a "
5045
  msgid "With Blog2Social Premium you can:"
5046
  msgstr ""
5047
 
5048
+ #: views/b2s/network.php:688
5049
  msgid ""
5050
  "With Blog2Social you can connect up to 16 social media networks and share "
5051
  "your posts on your favourite social media accounts automatically."
5217
  "to reach as many followers as possible."
5218
  msgstr ""
5219
 
5220
+ #: views/b2s/network.php:704
5221
  msgid ""
5222
  "You can also purchase additional groups and sites as add-on to your active "
5223
  "Blog2Social Premium Pro or Premium Business license:"
5241
  "editing the following fields for"
5242
  msgstr ""
5243
 
5244
+ #: views/b2s/network.php:535
5245
  msgid ""
5246
  "You can only share the connection with blog users who use the same license "
5247
  "as you."
5277
 
5278
  #: views/b2s/curation.php:351
5279
  msgid ""
5280
+ "You can select to share your post as link post, video link post, or image "
5281
+ "post on the following social networks:"
5282
  msgstr ""
5283
 
5284
  #: views/b2s/curation.php:281
5307
  "deactivated, you can ignore this message."
5308
  msgstr ""
5309
 
5310
+ #: views/b2s/network.php:517
5311
  msgid "You don't have a Business License"
5312
  msgstr ""
5313
 
5354
  msgid "You have not saved any favorites."
5355
  msgstr ""
5356
 
5357
+ #: views/b2s/network.php:382 views/b2s/ship.php:613
5358
  msgid ""
5359
  "You have not yet created any pinboards in your Pinterest account. Please set "
5360
  "up at least one pinboard to pin on your Pinterest account!"
5377
  "administrator."
5378
  msgstr ""
5379
 
5380
+ #: views/b2s/network.php:491
5381
  msgid "You need at least one network collection"
5382
  msgstr ""
5383
 
5417
  msgid "You want to connect a social media group?"
5418
  msgstr ""
5419
 
5420
+ #: views/b2s/network.php:379 views/b2s/network.php:380 views/b2s/ship.php:610
5421
  #: views/b2s/ship.php:611
5422
  #, php-format
5423
  msgid ""
5480
  "guide</a>."
5481
  msgstr ""
5482
 
5483
+ #: views/b2s/settings.php:116
5484
  #, php-format
5485
  msgid ""
5486
  "You will find more information on how to use post templates for your social "
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: auto post, auto publish, social media scheduling, social media calendar, s
5
  Donate link: https://paypal.me/adenion
6
  Requires at least: 4.7.0
7
  Tested up to: 5.8
8
- Stable tag: 6.8.0
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -222,6 +222,8 @@ To get started with the basics of Blog2Social and maybe find some useful tips an
222
  7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
223
 
224
  == Changelog ==
 
 
225
  = 6.8.0 =
226
  Usability Optimization & Blogger.com integration
227
  = 6.7.2 =
@@ -280,6 +282,8 @@ Usability Optimization, Rebrandly integration, url parameter settings
280
  New Image Posts, Imgur, Animated Gifs and Emojis
281
 
282
  == Upgrade Notice ==
 
 
283
  = 6.8.0 =
284
  Usability Optimization & Blogger.com integration
285
  = 6.7.2 =
5
  Donate link: https://paypal.me/adenion
6
  Requires at least: 4.7.0
7
  Tested up to: 5.8
8
+ Stable tag: 6.8.1
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
222
  7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
223
 
224
  == Changelog ==
225
+ = 6.8.1 =
226
+ Usability Optimization
227
  = 6.8.0 =
228
  Usability Optimization & Blogger.com integration
229
  = 6.7.2 =
282
  New Image Posts, Imgur, Animated Gifs and Emojis
283
 
284
  == Upgrade Notice ==
285
+ = 6.8.1 =
286
+ Usability Optimization
287
  = 6.8.0 =
288
  Usability Optimization & Blogger.com integration
289
  = 6.7.2 =
views/b2s/curation.php CHANGED
@@ -348,7 +348,7 @@ $selSchedDate = (isset($_GET['schedDate']) && !empty($_GET['schedDate'])) ? date
348
  </div>
349
  <br>
350
  <p><?php esc_html_e('With Blog2Social you can share social media posts consisting of texts, links, images, and videos automatically with your followers and readers and customize your posts with individual hashtags, @mentions, or emojis.') ?></p>
351
- <h4><?php esc_html_e('You can share a link post, a video post, or an image post on the following networks:', 'blog2social') ?></h4>
352
  <p class="b2s-bold"><?php esc_attr_e('Facebook (Profile & Seiten)') ?></p>
353
  <p class="b2s-bold"><?php esc_attr_e('Twitter (1 Profil)') ?></p>
354
  <p class="b2s-bold"><?php esc_attr_e('LinkedIn') ?></p>
@@ -362,7 +362,7 @@ $selSchedDate = (isset($_GET['schedDate']) && !empty($_GET['schedDate'])) ? date
362
  <p class="b2s-bold"><?php esc_attr_e('Google My Business') ?></p>
363
  <p class="b2s-bold"><?php esc_attr_e('Telegram') ?></p>
364
  <br>
365
- <p><?php echo sprintf(__('Under the <a href="%s">Network Settings</a> you can define the network selection.', 'blog2social'), 'admin.php?page=blog2social-network'); ?>
366
  <br>
367
  <?php echo sprintf(__('More information on how to create a network selection in the guide <a href="%s" target="_blank">"How can I save a specific selection of networks?"</a>', 'blog2social'), B2S_Tools::getSupportLink('network_grouping')); ?></p>
368
  </div>
348
  </div>
349
  <br>
350
  <p><?php esc_html_e('With Blog2Social you can share social media posts consisting of texts, links, images, and videos automatically with your followers and readers and customize your posts with individual hashtags, @mentions, or emojis.') ?></p>
351
+ <h4><?php esc_html_e('You can select to share your post as link post, video link post, or image post on the following social networks:', 'blog2social') ?></h4>
352
  <p class="b2s-bold"><?php esc_attr_e('Facebook (Profile & Seiten)') ?></p>
353
  <p class="b2s-bold"><?php esc_attr_e('Twitter (1 Profil)') ?></p>
354
  <p class="b2s-bold"><?php esc_attr_e('LinkedIn') ?></p>
362
  <p class="b2s-bold"><?php esc_attr_e('Google My Business') ?></p>
363
  <p class="b2s-bold"><?php esc_attr_e('Telegram') ?></p>
364
  <br>
365
+ <p><?php echo sprintf(__('In the <a href="%s">Network Settings</a> you can define network selections to select and save your most used networks for specific posts or campaigns.', 'blog2social'), 'admin.php?page=blog2social-network'); ?>
366
  <br>
367
  <?php echo sprintf(__('More information on how to create a network selection in the guide <a href="%s" target="_blank">"How can I save a specific selection of networks?"</a>', 'blog2social'), B2S_Tools::getSupportLink('network_grouping')); ?></p>
368
  </div>
views/b2s/html/header.php CHANGED
@@ -57,7 +57,7 @@ if (!B2S_System::isblockedArea('B2S_USER_POLICY', B2S_PLUGIN_ADMIN)) {
57
  </div>
58
  <div class="panel panel-group b2s-server-connection-fail" style="display: none;">
59
  <div class="panel-body">
60
- <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php esc_html_e('The connection to the server failed. Try again!', 'blog2social'); ?>
61
  </div>
62
  </div>
63
  <div class="panel panel-group b2s-nonce-check-fail" style="display: none;">
57
  </div>
58
  <div class="panel panel-group b2s-server-connection-fail" style="display: none;">
59
  <div class="panel-body">
60
+ <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php echo esc_html__('The connection to the server failed. Please try again! You can find more information and solutions in the', 'blog2social') . '<a target="_blank" href="' . esc_url(B2S_Tools::getSupportLink('connection_guide')) . '"> ' . esc_html__('guide for server connection', 'blog2social'); ?></a>
61
  </div>
62
  </div>
63
  <div class="panel panel-group b2s-nonce-check-fail" style="display: none;">
views/b2s/html/sidebar.php CHANGED
@@ -163,7 +163,7 @@ $customizeArea = B2S_System::customizeArea();
163
  <span class="glyphicon glyphicon-star glyphicon-success"></span><span class="glyphicon glyphicon-star glyphicon-success"></span><span class="glyphicon glyphicon-star glyphicon-success"></span><span class="glyphicon glyphicon-star glyphicon-success"></span><span class="glyphicon glyphicon-star glyphicon-success"></span>
164
  <?php esc_html_e("Rate it!", "blog2social"); ?>
165
  </div>
166
- <p><?php esc_html_e("If you like Blog2Social, we would be greatly delighted, if you could leave us a 5-star rating. If there's something you need assistance with, you can ask all your questions in the Blog2Social support community where you will receive help from our committed support team. You can easily access the Blog2Social Support Community via the Help & Support section in the Blog2Social menu on your WP dashboard.", "blog2social"); ?></p>
167
  <a target="_blank" href="https://wordpress.org/support/plugin/blog2social/reviews/" class="btn btn-success btn-block"><?php esc_html_e("RATE BLOG2SOCIAL", "blog2social") ?></a>
168
  </div>
169
  </div>
163
  <span class="glyphicon glyphicon-star glyphicon-success"></span><span class="glyphicon glyphicon-star glyphicon-success"></span><span class="glyphicon glyphicon-star glyphicon-success"></span><span class="glyphicon glyphicon-star glyphicon-success"></span><span class="glyphicon glyphicon-star glyphicon-success"></span>
164
  <?php esc_html_e("Rate it!", "blog2social"); ?>
165
  </div>
166
+ <p><?php esc_html_e("If you like Blog2Social, we would be greatly delighted, if you could leave us a 5-star rating. If there's something you need assistance with, you can ask all your questions in the Blog2Social support community where you will receive help from our committed support team.", "blog2social"); ?></p>
167
  <a target="_blank" href="https://wordpress.org/support/plugin/blog2social/reviews/" class="btn btn-success btn-block"><?php esc_html_e("RATE BLOG2SOCIAL", "blog2social") ?></a>
168
  </div>
169
  </div>
views/b2s/network.php CHANGED
@@ -303,6 +303,7 @@ $networkData = $networkItem->getData();
303
  <span class="b2s-bold">{CONTENT}</span> - <?php esc_html_e('The content of your post', 'blog2social') ?> <br>
304
  <span class="b2s-bold">{KEYWORDS}</span> - <?php esc_html_e('The tags you have set in your post.', 'blog2social') ?> <br>
305
  <span class="b2s-bold">{AUTHOR}</span> - <?php esc_html_e('The name of the post author.', 'blog2social') ?> <br>
 
306
  </p>
307
  </div>
308
  </div>
303
  <span class="b2s-bold">{CONTENT}</span> - <?php esc_html_e('The content of your post', 'blog2social') ?> <br>
304
  <span class="b2s-bold">{KEYWORDS}</span> - <?php esc_html_e('The tags you have set in your post.', 'blog2social') ?> <br>
305
  <span class="b2s-bold">{AUTHOR}</span> - <?php esc_html_e('The name of the post author.', 'blog2social') ?> <br>
306
+ <span class="b2s-bold">{PRICE}</span> - <?php esc_html_e('The price of your product, if you have installed WooCommerce on your website/ blog.', 'blog2social') ?> <br>
307
  </p>
308
  </div>
309
  </div>
views/b2s/post.calendar.php CHANGED
@@ -181,7 +181,7 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
181
  <img class="img-width-150" src="<?php echo plugins_url('/assets/images/b2s/blog-post-icon.png', B2S_PLUGIN_FILE); ?>" alt="blog post">
182
  </div>
183
  <div class="text">
184
- <?php esc_html_e("Share content from your blog", "blog2social") ?>
185
  </div>
186
  <div class="action">
187
  <button class="btn btn-primary" id="b2s-btn-select-blog-post"><?php esc_html_e("select", "blog2social"); ?></button>
@@ -194,7 +194,7 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
194
  <img class="img-width-150" src="<?php echo plugins_url('/assets/images/b2s/content-curation-icon.png', B2S_PLUGIN_FILE); ?>" alt="content curation">
195
  </div>
196
  <div class="text">
197
- <?php esc_html_e("Share content from other sources", "blog2social") ?>
198
  </div>
199
  <div class="action">
200
  <button class="btn btn-primary" id="b2s-btn-select-content-curation"><?php esc_html_e("select", "blog2social"); ?></button>
181
  <img class="img-width-150" src="<?php echo plugins_url('/assets/images/b2s/blog-post-icon.png', B2S_PLUGIN_FILE); ?>" alt="blog post">
182
  </div>
183
  <div class="text">
184
+ <?php esc_html_e("Share your WordPress posts, pages or products", "blog2social") ?>
185
  </div>
186
  <div class="action">
187
  <button class="btn btn-primary" id="b2s-btn-select-blog-post"><?php esc_html_e("select", "blog2social"); ?></button>
194
  <img class="img-width-150" src="<?php echo plugins_url('/assets/images/b2s/content-curation-icon.png', B2S_PLUGIN_FILE); ?>" alt="content curation">
195
  </div>
196
  <div class="text">
197
+ <?php esc_html_e("Create or share content from other sources", "blog2social") ?>
198
  </div>
199
  <div class="action">
200
  <button class="btn btn-primary" id="b2s-btn-select-content-curation"><?php esc_html_e("select", "blog2social"); ?></button>
views/b2s/premium.php CHANGED
@@ -32,8 +32,8 @@
32
  </p>
33
  <br>
34
  <?php } ?>
35
- <p><?php esc_html_e('Upgrade to Blog2Social Premium and get even smarter with social media automation: Schedule your posts for the best time or recurringly with the Best Time Manager or the Social Media Calendar. Post to pages, groups and multiple accounts per network.', 'blog2social') ?>
36
- <a target="_blank" class="b2s-btn-link" href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>"><?php esc_html_e('Learn more', 'blog2social') ?></a></p>
37
  <div class="clearfix"></div>
38
  <br>
39
  <div class="b2s-key-area">
32
  </p>
33
  <br>
34
  <?php } ?>
35
+ <p><?php esc_html_e('Use Blog2Social Premium for even smarter social media automation: schedule your posts automatically with the Best Time Manager, choose specific dates or schedule your posts recurringly. Keep track of your posts with the social media calendar. Publish posts to pages, groups and multiple accounts per network and much more.', 'blog2social') ?>
36
+ <a target="_blank" class="b2s-btn-link" href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>"><?php esc_html_e('Get more information about the benefits of Blog2Social Premium', 'blog2social') ?></a></p>
37
  <div class="clearfix"></div>
38
  <br>
39
  <div class="b2s-key-area">
views/b2s/settings.php CHANGED
@@ -111,6 +111,7 @@ $settingsItem = new B2S_Settings_Item();
111
  <li class="list-group-item"><?php esc_html_e('Excerpt: The summary of your post (you define it in the side menu of your post).', 'blog2social') ?></li>
112
  <li class="list-group-item"><?php esc_html_e('Keywords: The tags you have set in your post.', 'blog2social') ?></li>
113
  <li class="list-group-item"><?php esc_html_e('Author: The author of the post.', 'blog2social') ?></li>
 
114
  </ul>
115
  <p><?php echo sprintf(__('You will find more information on how to use post templates for your social media posts in this <a href="%s" target="_blank">post template guide</a>.', 'blog2social'), B2S_Tools::getSupportLink('template_faq')); ?></p>
116
  <br>
111
  <li class="list-group-item"><?php esc_html_e('Excerpt: The summary of your post (you define it in the side menu of your post).', 'blog2social') ?></li>
112
  <li class="list-group-item"><?php esc_html_e('Keywords: The tags you have set in your post.', 'blog2social') ?></li>
113
  <li class="list-group-item"><?php esc_html_e('Author: The author of the post.', 'blog2social') ?></li>
114
+ <li class="list-group-item"><?php esc_html_e('Price: The price of your product, if you have installed WooCommerce on your website/ blog.', 'blog2social') ?></li>
115
  </ul>
116
  <p><?php echo sprintf(__('You will find more information on how to use post templates for your social media posts in this <a href="%s" target="_blank">post template guide</a>.', 'blog2social'), B2S_Tools::getSupportLink('template_faq')); ?></p>
117
  <br>
views/b2s/ship.php CHANGED
@@ -772,7 +772,7 @@ if (isset($_GET['type']) && $_GET['type'] == 'draft' && isset($_GET['postId']) &
772
  <input type="hidden" id="b2sTwitterOrginalPost" value="">
773
  <input type="hidden" id="b2sJsTextLoading" value="<?php esc_html_e('Loading...', 'blog2social') ?>">
774
  <input type="hidden" id="b2sJsTextPublish" value="<?php esc_html_e('published', 'blog2social') ?>">
775
- <input type="hidden" id="b2sJsTextConnectionFail" value="<?php esc_html_e('The connection to the server failed. Try again!', 'blog2social') ?>">
776
  <input type="hidden" id="b2sJsTextConnectionFailLink" value="<?php echo ($userLang == 'de') ? 'https://www.blog2social.com/de/faq/content/9/108/de/die-verbindung-zum-server-ist-fehlgeschlagen-bitte-versuche-es-erneut.html' : 'https://www.blog2social.com/en/faq/content/9/106/en/the-connection-to-the-server-failed-please-try-again.html'; ?>">
777
  <input type="hidden" id="b2sJsTextConnectionFailLinkText" value="<?php esc_html_e('Give me more information', 'blog2social') ?>">
778
  <input type="hidden" id="b2sSelectedNetworkAuthId" value="<?php echo (isset($_GET['network_auth_id']) && (int) $_GET['network_auth_id'] > 0) ? (int) esc_attr($_GET['network_auth_id']) : ''; ?>">
772
  <input type="hidden" id="b2sTwitterOrginalPost" value="">
773
  <input type="hidden" id="b2sJsTextLoading" value="<?php esc_html_e('Loading...', 'blog2social') ?>">
774
  <input type="hidden" id="b2sJsTextPublish" value="<?php esc_html_e('published', 'blog2social') ?>">
775
+ <input type="hidden" id="b2sJsTextConnectionFail" value="<?php esc_html_e('The connection to the server failed. Please try again! You can find more information and solutions in the guide for server connection', 'blog2social') ?>">
776
  <input type="hidden" id="b2sJsTextConnectionFailLink" value="<?php echo ($userLang == 'de') ? 'https://www.blog2social.com/de/faq/content/9/108/de/die-verbindung-zum-server-ist-fehlgeschlagen-bitte-versuche-es-erneut.html' : 'https://www.blog2social.com/en/faq/content/9/106/en/the-connection-to-the-server-failed-please-try-again.html'; ?>">
777
  <input type="hidden" id="b2sJsTextConnectionFailLinkText" value="<?php esc_html_e('Give me more information', 'blog2social') ?>">
778
  <input type="hidden" id="b2sSelectedNetworkAuthId" value="<?php echo (isset($_GET['network_auth_id']) && (int) $_GET['network_auth_id'] > 0) ? (int) esc_attr($_GET['network_auth_id']) : ''; ?>">