Blog2Social: Social Media Auto Post & Scheduler - Version 3.7.1

Version Description

Bugfix: Caching e.g. for GTMetrix and chaching tools

Download this release

Release Info

Developer Blog2Social
Plugin Icon 128x128 Blog2Social: Social Media Auto Post & Scheduler
Version 3.7.1
Comparing to
See all releases

Code changes from version 3.7.0 to 3.7.1

assets/css/b2s/wp/post-meta-box.css CHANGED
@@ -11,7 +11,7 @@
11
  background-color: #79b331;
12
  }
13
 
14
- .b2s-loader-impulse-md{
15
  height: 48px;
16
  width: 48px;
17
  }
@@ -22,23 +22,23 @@
22
  100% {
23
  -webkit-transform: scale(1);
24
  transform: scale(1);
25
- opacity: 0; }
26
  }
27
  .b2s-info-success,.b2s-info-error, .b2s-info-warning {
28
- display:none;
29
- padding: 5px;
30
  margin-top:5px;
31
  }
32
  .b2s-info-success{
33
- border: 1px solid green;
34
  }
35
 
36
  .b2s-info-error{
37
- border: 1px solid red;
38
  }
39
 
40
  .b2s-info-warning{
41
- border: 1px solid orange;
42
  }
43
  .b2s-meta-box-headline{
44
  margin: 0.55em 0 !important;
@@ -50,7 +50,10 @@
50
  margin-bottom: 0.5em;
51
  }
52
 
53
- .b2s-meta-box-modal:before {
 
 
 
54
  content: "";
55
  display: none;
56
  background: rgba(0, 0, 0, 0.6);
@@ -60,13 +63,7 @@
60
  right: 0;
61
  bottom: 0;
62
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
63
- z-index: 10000;
64
- }
65
- .b2s-meta-box-modal:target:before {
66
- display: block;
67
- }
68
- .b2s-meta-box-modal:target .b2s-meta-box-modal-dialog {
69
- top: 10%;
70
  }
71
 
72
  .b2s-meta-box-modal-btn-close{
@@ -83,17 +80,28 @@
83
  padding: 0;
84
  }
85
 
86
- .b2s-meta-box-modal-dialog {
87
- background: #fefefe;
88
  border-radius: 5px;
89
- margin-left: -200px;
90
- position: fixed;
91
- left: 50%;
92
- top: -100%;
93
- z-index: 10001;
94
- width: 30%;
95
- min-width: 350px;
 
 
 
 
96
  }
 
 
 
 
 
 
 
97
  .b2s-meta-box-modal-body {
98
  padding: 0px 15px;
99
  }
@@ -118,7 +126,6 @@
118
  display: none;
119
  }
120
 
121
-
122
  .b2s-btn-success, .b2s-label-success {
123
  background-color: #79b232 !important;
124
  }
@@ -196,10 +203,14 @@
196
  }
197
 
198
  .b2s-post-meta-box-sched-area{
199
- padding: 8px !important;
200
- border: 1px solid #ddd;
201
  }
202
 
203
  .b2s-font-bold{
204
  font-weight: 600;
 
 
 
 
205
  }
11
  background-color: #79b331;
12
  }
13
 
14
+ .b2s-loader-impulse-md{
15
  height: 48px;
16
  width: 48px;
17
  }
22
  100% {
23
  -webkit-transform: scale(1);
24
  transform: scale(1);
25
+ opacity: 0; }
26
  }
27
  .b2s-info-success,.b2s-info-error, .b2s-info-warning {
28
+ display:none;
29
+ padding: 5px;
30
  margin-top:5px;
31
  }
32
  .b2s-info-success{
33
+ border: 1px solid green;
34
  }
35
 
36
  .b2s-info-error{
37
+ border: 1px solid red;
38
  }
39
 
40
  .b2s-info-warning{
41
+ border: 1px solid orange;
42
  }
43
  .b2s-meta-box-headline{
44
  margin: 0.55em 0 !important;
50
  margin-bottom: 0.5em;
51
  }
52
 
53
+
54
+ .b2s-meta-box-modal {
55
+ overflow-x: hidden;
56
+ overflow-y: auto;
57
  content: "";
58
  display: none;
59
  background: rgba(0, 0, 0, 0.6);
63
  right: 0;
64
  bottom: 0;
65
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
66
+ z-index: 1050;
 
 
 
 
 
 
67
  }
68
 
69
  .b2s-meta-box-modal-btn-close{
80
  padding: 0;
81
  }
82
 
83
+ .b2s-meta-box-modal-dialog{
84
+ background: #fefefe none repeat scroll 0 0;
85
  border-radius: 5px;
86
+ width: auto;
87
+ top:10%;
88
+ max-width: 600px;
89
+ position: relative;
90
+ }
91
+
92
+ @media(max-width: 420px) {
93
+ .b2s-meta-box-modal-dialog{
94
+ margin: 10px;
95
+
96
+ }
97
  }
98
+ @media(min-width: 421px) {
99
+ .b2s-meta-box-modal-dialog{
100
+ margin: 30px auto;
101
+ }
102
+ }
103
+
104
+
105
  .b2s-meta-box-modal-body {
106
  padding: 0px 15px;
107
  }
126
  display: none;
127
  }
128
 
 
129
  .b2s-btn-success, .b2s-label-success {
130
  background-color: #79b232 !important;
131
  }
203
  }
204
 
205
  .b2s-post-meta-box-sched-area{
206
+ padding: 8px !important;
207
+ border: 1px solid #ddd;
208
  }
209
 
210
  .b2s-font-bold{
211
  font-weight: 600;
212
+ }
213
+
214
+ .b2s-calendar-icon{
215
+ padding-top: 6px;
216
  }
assets/css/general.css CHANGED
@@ -7081,4 +7081,8 @@ input[type="checkbox"].error + label{
7081
 
7082
  .b2s-color-green{
7083
  color: #79b232;
 
 
 
 
7084
  }
7081
 
7082
  .b2s-color-green{
7083
  color: #79b232;
7084
+ }
7085
+
7086
+ .b2s-version-info{
7087
+ font-size: 12px;
7088
  }
assets/js/b2s/ship.js CHANGED
@@ -663,7 +663,7 @@ jQuery(document).on('click', '.scroll-to-bottom', function () {
663
  });
664
 
665
  jQuery(document).on('click', '.b2s-post-item-details-preview-url-reload', function () {
666
- var re = new RegExp(/^(https?:\/\/)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,10}(:[0-9]{1,5})?(\/.*)?$/);
667
  var networkAuthId = jQuery(this).attr('data-network-auth-id');
668
  var url = jQuery('.b2s-post-item-details-item-url-input[data-network-auth-id="' + networkAuthId + '"]').val();
669
  if (re.test(url)) {
@@ -724,7 +724,7 @@ jQuery.validator.addMethod("checkUrl", function (value, element, regexp) {
724
  }, "Invalid Url");
725
 
726
  jQuery.validator.addClassRules("b2s-post-item-details-item-url-input", {
727
- checkUrl: /^(https?:\/\/)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,10}(:[0-9]{1,5})?(\/.*)?$/
728
  });
729
 
730
  jQuery.validator.addMethod("checkTags", function (value, element, test) {
663
  });
664
 
665
  jQuery(document).on('click', '.b2s-post-item-details-preview-url-reload', function () {
666
+ var re = new RegExp(/^(https?:\/\/)?[a-zA-Z0-99ÄÖÜöäü-]+([\-\.]{1}[a-zA-Z0-99ÄÖÜöäü-]+)*\.[a-zA-Z0-9-]{2,20}(:[0-9]{1,5})?(\/.*)?$/);
667
  var networkAuthId = jQuery(this).attr('data-network-auth-id');
668
  var url = jQuery('.b2s-post-item-details-item-url-input[data-network-auth-id="' + networkAuthId + '"]').val();
669
  if (re.test(url)) {
724
  }, "Invalid Url");
725
 
726
  jQuery.validator.addClassRules("b2s-post-item-details-item-url-input", {
727
+ checkUrl: /^(https?:\/\/)?[a-zA-Z0-99ÄÖÜöäü-]+([\-\.]{1}[a-zA-Z0-99ÄÖÜöäü-]+)*\.[a-zA-Z0-9-]{2,20}(:[0-9]{1,5})?(\/.*)?$/
728
  });
729
 
730
  jQuery.validator.addMethod("checkTags", function (value, element, test) {
assets/js/b2s/wp/post-meta-box.js CHANGED
@@ -128,10 +128,8 @@ jQuery(document).on('click', '#b2s-post-meta-box-time-dropdown-publish', functio
128
  jQuery(document).on('change', '.b2s-post-meta-box-sched-select', function () {
129
  if (jQuery(this).val() == '1') {
130
  jQuery('.b2s-post-meta-box-sched-once').show();
131
- jQuery('#b2s-post-meta-box-info-share-now').hide();
132
  } else {
133
  jQuery('.b2s-post-meta-box-sched-once').hide();
134
- jQuery('#b2s-post-meta-box-info-share-now').show();
135
  }
136
  });
137
 
@@ -154,6 +152,10 @@ jQuery(document).on('click', '.b2s-btn-close-meta-box', function () {
154
 
155
  jQuery(document).on('click', '.b2s-info-btn', function () {
156
  jQuery('html, body').animate({scrollTop: jQuery("body").offset().top}, 1);
 
 
 
 
157
  });
158
 
159
  jQuery(document).on('change', '#b2s-post-meta-box-profil-dropdown', function () {
@@ -171,7 +173,7 @@ jQuery(document).on('click', '#publish', function () {
171
  });
172
 
173
  function b2sIsValidUrl(str) {
174
- var pattern = new RegExp(/^(https?:\/\/)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,10}(:[0-9]{1,5})?(\/.*)?$/);
175
  if (!pattern.test(str)) {
176
  return false;
177
  }
128
  jQuery(document).on('change', '.b2s-post-meta-box-sched-select', function () {
129
  if (jQuery(this).val() == '1') {
130
  jQuery('.b2s-post-meta-box-sched-once').show();
 
131
  } else {
132
  jQuery('.b2s-post-meta-box-sched-once').hide();
 
133
  }
134
  });
135
 
152
 
153
  jQuery(document).on('click', '.b2s-info-btn', function () {
154
  jQuery('html, body').animate({scrollTop: jQuery("body").offset().top}, 1);
155
+ jQuery('#'+jQuery(this).attr('data-modal-target')).show();
156
+ });
157
+ jQuery(document).on('click', '.b2s-meta-box-modal-btn-close', function () {
158
+ jQuery('#'+jQuery(this).attr('data-modal-target')).hide();
159
  });
160
 
161
  jQuery(document).on('change', '#b2s-post-meta-box-profil-dropdown', function () {
173
  });
174
 
175
  function b2sIsValidUrl(str) {
176
+ var pattern = new RegExp(/^(https?:\/\/)?[a-zA-Z0-99ÄÖÜöäü-]+([\-\.]{1}[a-zA-Z0-99ÄÖÜöäü-]+)*\.[a-zA-Z0-9-]{2,20}(:[0-9]{1,5})?(\/.*)?$/);
177
  if (!pattern.test(str)) {
178
  return false;
179
  }
includes/B2S/Post/Item.php CHANGED
@@ -191,12 +191,11 @@ class B2S_Post_Item {
191
  }
192
 
193
  //PostTitle - Bug: Converting json + PHP Extension
194
- $postTitle = $var->post_title;
195
  if (function_exists('mb_strlen') && function_exists('mb_substr')) {
196
- $postTitle = (mb_strlen(trim($var->post_title), 'UTF-8') > 80 ? mb_substr($var->post_title, 0, 77, 'UTF-8') . '...' : $var->post_title);
197
  }
198
 
199
-
200
  if ($this->type == 'all') {
201
  $userInfo = get_user_meta($var->post_author);
202
  $lastPublish = $this->getLastPublish($var->ID);
@@ -371,7 +370,7 @@ class B2S_Post_Item {
371
 
372
  if (!empty($publishDate)) {
373
  $content .='<input class="checkboxes pull-left checkbox-item" data-blog-post-id="' . $post_id . '" name="selected-checkbox-item" value="' . $var->id . '" type="checkbox">';
374
- }else{
375
  $content .='<div class="checbox-item-empty"></div>';
376
  }
377
 
191
  }
192
 
193
  //PostTitle - Bug: Converting json + PHP Extension
194
+ $postTitle = $var->post_title; //apply_filters('the_title', $var->post_title, $var->ID);
195
  if (function_exists('mb_strlen') && function_exists('mb_substr')) {
196
+ $postTitle = (mb_strlen(trim($postTitle), 'UTF-8') > 80 ? mb_substr($postTitle, 0, 77, 'UTF-8') . '...' : $postTitle);
197
  }
198
 
 
199
  if ($this->type == 'all') {
200
  $userInfo = get_user_meta($var->post_author);
201
  $lastPublish = $this->getLastPublish($var->ID);
370
 
371
  if (!empty($publishDate)) {
372
  $content .='<input class="checkboxes pull-left checkbox-item" data-blog-post-id="' . $post_id . '" name="selected-checkbox-item" value="' . $var->id . '" type="checkbox">';
373
+ } else {
374
  $content .='<div class="checbox-item-empty"></div>';
375
  }
376
 
includes/B2S/Settings/Item.php CHANGED
@@ -51,7 +51,7 @@ class B2S_Settings_Item {
51
 
52
  public function getGeneralSettingsHtml() {
53
  $isChecked = (isset($this->settings->short_url) && (int) $this->settings->short_url == 0) ? 1 : 0;
54
- $content = '<input type="checkbox" value="' . $isChecked . '" id="b2s-user-network-settings-short-url" ' . (($isChecked == 0) ? 'checked="checked"' : '') . ' /><label for="b2s-user-network-settings-short-url"> ' . __('use b2s.pm Link Shortner', 'blog2social') . ' <a href="#" data-toggle="modal" data-target="#b2sInfoLinkModal" class="btn btn-link btn-lg del-padding-left"><span class="glyphicon glyphicon-info-sign glyphicon-success"></span></a></label>';
55
  $content .= '<br>';
56
 
57
  $isCheckedAutoShare = (get_option('B2S_PLUGIN_USER_AUTO_SHARE_' . B2S_PLUGIN_BLOG_USER_ID) !== false && B2S_PLUGIN_USER_VERSION > 0) ? 1 : 0;
51
 
52
  public function getGeneralSettingsHtml() {
53
  $isChecked = (isset($this->settings->short_url) && (int) $this->settings->short_url == 0) ? 1 : 0;
54
+ $content = '<input type="checkbox" value="' . $isChecked . '" id="b2s-user-network-settings-short-url" ' . (($isChecked == 0) ? 'checked="checked"' : '') . ' /><label for="b2s-user-network-settings-short-url"> ' . __('use b2s.pm Link Shortener', 'blog2social') . ' <a href="#" data-toggle="modal" data-target="#b2sInfoLinkModal" class="btn btn-link btn-lg del-padding-left"><span class="glyphicon glyphicon-info-sign glyphicon-success"></span></a></label>';
55
  $content .= '<br>';
56
 
57
  $isCheckedAutoShare = (get_option('B2S_PLUGIN_USER_AUTO_SHARE_' . B2S_PLUGIN_BLOG_USER_ID) !== false && B2S_PLUGIN_USER_VERSION > 0) ? 1 : 0;
includes/B2S/Ship/Image.php CHANGED
@@ -15,7 +15,7 @@ class B2S_Ship_Image {
15
  if ($isImage) {
16
  $content = '<h4>' . __('Select Image', 'blog2social') . '<span class="b2s-no-image-area"><input class="selectNoNetworkImage" type="checkbox" id="no_image_url" name="no_image_url" value="no_image_url"><label class="b2s-no-image-area-text" for="no_image_url">' . __('Post no image', 'blog2social') . '</label></span></h4>';
17
  $content.='<div class="b2s-image-size-info"><i>'.__('The best size for images in social media posts are between: 667-1000px x 523-1000px <br>Blog2Social will automatically resize your image according to network requirements.', 'blog2social').'</i></div><br>';
18
- $content .= '<div class="b2s-image-warning-no-image alert alert-info" style="display:none;">' . __('On Pinterest, Flickr and Instagram may be published with a image.', 'blog2social') . '</div>';
19
 
20
  $tempCountImage = 0;
21
  foreach ($imageData as $key => $image) {
15
  if ($isImage) {
16
  $content = '<h4>' . __('Select Image', 'blog2social') . '<span class="b2s-no-image-area"><input class="selectNoNetworkImage" type="checkbox" id="no_image_url" name="no_image_url" value="no_image_url"><label class="b2s-no-image-area-text" for="no_image_url">' . __('Post no image', 'blog2social') . '</label></span></h4>';
17
  $content.='<div class="b2s-image-size-info"><i>'.__('The best size for images in social media posts are between: 667-1000px x 523-1000px <br>Blog2Social will automatically resize your image according to network requirements.', 'blog2social').'</i></div><br>';
18
+ $content .= '<div class="b2s-image-warning-no-image alert alert-info" style="display:none;">' . __('In order to post to Pinterest, Instagram and Flickr, please select an image.', 'blog2social') . '</div>';
19
 
20
  $tempCountImage = 0;
21
  foreach ($imageData as $key => $image) {
includes/Init.php CHANGED
@@ -565,7 +565,7 @@ class B2S_Init {
565
  `state_url` TINYINT(2) NOT NULL,
566
  `register_date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
567
  PRIMARY KEY (`id`), INDEX `blog_user_id` (`blog_user_id`), INDEX `token` (`token`), INDEX `feature` (`feature`)
568
- ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1;";
569
  $wpdb->query($sqlCreateUser);
570
 
571
  $b2sUserCols = $wpdb->get_results('SHOW COLUMNS FROM b2s_user');
@@ -614,7 +614,7 @@ class B2S_Init {
614
  PRIMARY KEY (`id`), INDEX `post_id` (`post_id`), INDEX `blog_user_id` (`blog_user_id`) , INDEX `sched_details_id` (`sched_details_id`),
615
  INDEX `sched_date` (`sched_date`), INDEX `sched_date_utc` (`sched_date_utc`), INDEX `publish_date` (`publish_date`) ,
616
  INDEX `hook_action` (`hook_action`), INDEX `hide` (`hide`)
617
- ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1 ;";
618
  $wpdb->query($sqlCreateUserPosts);
619
 
620
  $keys = $wpdb->get_results('SHOW INDEX FROM `b2s_posts`');
@@ -631,7 +631,7 @@ class B2S_Init {
631
  `sched_data` text NOT NULL COMMENT 'JSON',
632
  `image_url` varchar(255) NOT NULL ,
633
  PRIMARY KEY (`id`)
634
- ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1 ;";
635
  $wpdb->query($sqlCreateUserSchedDetails);
636
 
637
  $sqlCreateUserNetworkDetails = "CREATE TABLE IF NOT EXISTS `b2s_posts_network_details` (
@@ -641,7 +641,7 @@ class B2S_Init {
641
  `network_auth_id` int(11) NOT NULL,
642
  `network_display_name` varchar(100) NOT NULL,
643
  PRIMARY KEY (`id`)
644
- ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1 ;";
645
  $wpdb->query($sqlCreateUserNetworkDetails);
646
 
647
  $sqlCreateUserContact = "CREATE TABLE IF NOT EXISTS `b2s_user_contact`(
@@ -663,7 +663,7 @@ class B2S_Init {
663
  `fax_presse` varchar(30) NOT NULL ,
664
  `url_presse` varchar(150) NOT NULL ,
665
  PRIMARY KEY (`id`) ,
666
- KEY `blog_user_id`(`blog_user_id`)) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1";
667
  $wpdb->query($sqlCreateUserContact);
668
 
669
 
@@ -675,7 +675,7 @@ class B2S_Init {
675
  `sched_time` varchar(10) NOT NULL,
676
  PRIMARY KEY (`id`),
677
  INDEX `blog_user_id` (`blog_user_id`), INDEX `network_id` (`network_id`)
678
- ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1;';
679
  $wpdb->query($sqlCreatePostSchedSettings);
680
 
681
 
@@ -686,7 +686,7 @@ class B2S_Init {
686
  `network_auth_id` int(11) NOT NULL,
687
  PRIMARY KEY (`id`),
688
  INDEX `blog_user_id` (`blog_user_id`), INDEX `mandant_id` (`mandant_id`)
689
- ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1;';
690
  $wpdb->query($sqlCreateNetworkSettings);
691
 
692
  if ($this->lastVersion == false || (int) $this->lastVersion < 300) {
565
  `state_url` TINYINT(2) NOT NULL,
566
  `register_date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
567
  PRIMARY KEY (`id`), INDEX `blog_user_id` (`blog_user_id`), INDEX `token` (`token`), INDEX `feature` (`feature`)
568
+ ) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1;";
569
  $wpdb->query($sqlCreateUser);
570
 
571
  $b2sUserCols = $wpdb->get_results('SHOW COLUMNS FROM b2s_user');
614
  PRIMARY KEY (`id`), INDEX `post_id` (`post_id`), INDEX `blog_user_id` (`blog_user_id`) , INDEX `sched_details_id` (`sched_details_id`),
615
  INDEX `sched_date` (`sched_date`), INDEX `sched_date_utc` (`sched_date_utc`), INDEX `publish_date` (`publish_date`) ,
616
  INDEX `hook_action` (`hook_action`), INDEX `hide` (`hide`)
617
+ ) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1 ;";
618
  $wpdb->query($sqlCreateUserPosts);
619
 
620
  $keys = $wpdb->get_results('SHOW INDEX FROM `b2s_posts`');
631
  `sched_data` text NOT NULL COMMENT 'JSON',
632
  `image_url` varchar(255) NOT NULL ,
633
  PRIMARY KEY (`id`)
634
+ ) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1 ;";
635
  $wpdb->query($sqlCreateUserSchedDetails);
636
 
637
  $sqlCreateUserNetworkDetails = "CREATE TABLE IF NOT EXISTS `b2s_posts_network_details` (
641
  `network_auth_id` int(11) NOT NULL,
642
  `network_display_name` varchar(100) NOT NULL,
643
  PRIMARY KEY (`id`)
644
+ ) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1 ;";
645
  $wpdb->query($sqlCreateUserNetworkDetails);
646
 
647
  $sqlCreateUserContact = "CREATE TABLE IF NOT EXISTS `b2s_user_contact`(
663
  `fax_presse` varchar(30) NOT NULL ,
664
  `url_presse` varchar(150) NOT NULL ,
665
  PRIMARY KEY (`id`) ,
666
+ KEY `blog_user_id`(`blog_user_id`)) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1";
667
  $wpdb->query($sqlCreateUserContact);
668
 
669
 
675
  `sched_time` varchar(10) NOT NULL,
676
  PRIMARY KEY (`id`),
677
  INDEX `blog_user_id` (`blog_user_id`), INDEX `network_id` (`network_id`)
678
+ ) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1;';
679
  $wpdb->query($sqlCreatePostSchedSettings);
680
 
681
 
686
  `network_auth_id` int(11) NOT NULL,
687
  PRIMARY KEY (`id`),
688
  INDEX `blog_user_id` (`blog_user_id`), INDEX `mandant_id` (`mandant_id`)
689
+ ) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1;';
690
  $wpdb->query($sqlCreateNetworkSettings);
691
 
692
  if ($this->lastVersion == false || (int) $this->lastVersion < 300) {
includes/MetaBox.php CHANGED
@@ -38,14 +38,14 @@ class B2S_MetaBox {
38
  <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>' . __('The connection to the server failed. Try again!', 'blog2social') . '</div>
39
  <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>' . __('WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!', 'blog2social') . '</div>
40
  <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>' . __('There are no authorizations for your selected profile. Please, authorize with a social network or select a other profile.', 'blog2social') . '<a href="' . $this->b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-network' . '" target="_bank">' . __('Network settings', 'blog2social') . '</a></div>
41
- <div id="b2s-post-meta-box-state-no-publish-future" 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" title="close notice"></button>' . __('Please, make sure that your post are publish or futured on this blog. Then you can schedule and custom share your post with Blog2social', 'blog2social') . '</div>
42
  <div id="b2s-url-valid-warning" class="b2s-info-warning"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-url-valid-warning" title="close notice"></button>' . __('Notice: Please make sure, that your website address is reachable. The Social Networks do not allow postings from local installations.', 'blog2social') . '</div>
43
  <div id="b2s-post-meta-box-note-trial" class="b2s-info-success"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-note-trial" title="close notice"></button><b>' . __('You want to auto post your blog post?', 'blog2social') . '</b><br> <a class="" target="_blank" href="https://service.blog2social.com/">' . __('Upgrade to PREMIUM', 'blog2social') . '</a></div>
44
- <h3 class="b2s-meta-box-headline">' . __('Custom Sharing & Scheduling', 'blog2social') . ' <a class="b2s-info-btn" href="#b2sInfoMetaBoxModalSched">' . __('Info', 'blog2social') . '</a></h3>
45
  <a id="b2s-meta-box-btn-custom-share" class="b2s-btn b2s-btn-success b2s-btn-sm b2s-center-block b2s-btn-margin-bottom-15" href="#">' . __('Customize & Schedule Social Media Posts', 'blog2social') . '</a>
46
  <hr>
47
  <input type="hidden" name="b2s-post-meta-box-version" id="b2s-post-meta-box-version" value="' . B2S_PLUGIN_USER_VERSION . '"/>
48
- <h3 class="b2s-meta-box-headline">' . __('Social Media Auto-Posting', 'blog2social') . ' <a id="b2s-info-btn-meta-box-modal-auto-post" class="b2s-info-btn" href="#b2sInfoMetaBoxModalAutoPost">' . __('Info', 'blog2social') . '</a></h3>
49
  ' . $lastPost . '
50
  <input id="b2s-post-meta-box-time-dropdown-publish" class="post-format" name="b2s-post-meta-box-time-dropdown" value="publish" type="checkbox" ' . $isChecked . '>
51
  <label for="b2s-post-meta-box-time-dropdown-publish" class="post-format-icon">' . __('enable Auto-Posting', 'blog2social') . '</label>
@@ -58,10 +58,10 @@ class B2S_MetaBox {
58
  </div>
59
  </div>';
60
 
61
- $content .= '<div class="b2s-meta-box-modal" id="b2sInfoMetaBoxModalAutoPost" aria-hidden="true">
62
  <div class="b2s-meta-box-modal-dialog">
63
  <div class="b2s-meta-box-modal-header">
64
- <a href="#b2s-meta-box-close" class="b2s-meta-box-modal-btn-close" aria-hidden="true">×</a>
65
  <h4 class="b2s-meta-box-modal-title">' . __('Blog2Social: Social Media Auto-Posting', 'blog2social') . '</h4>
66
  </div>
67
  <div class="b2s-meta-box-modal-body">
@@ -87,10 +87,10 @@ class B2S_MetaBox {
87
  </div>
88
  </div>
89
 
90
- <div class="b2s-meta-box-modal" id="b2sInfoMetaBoxModalSched" aria-hidden="true">
91
  <div class="b2s-meta-box-modal-dialog">
92
  <div class="b2s-meta-box-modal-header">
93
- <a href="#b2s-meta-box-close" class="b2s-meta-box-modal-btn-close" aria-hidden="true">×</a>
94
  <h4 class="b2s-meta-box-modal-title">' . __('Blog2Social: Custom Sharing & Scheduling', 'blog2social') . '</h4>
95
  </div>
96
  <div class="b2s-meta-box-modal-body">
@@ -119,27 +119,26 @@ class B2S_MetaBox {
119
  $bestTimeSettings = '';
120
  $myBestTimeSettings = $wpdb->get_results($wpdb->prepare("SELECT network_id, network_type, sched_time FROM b2s_post_sched_settings WHERE blog_user_id= %d", B2S_PLUGIN_BLOG_USER_ID));
121
 
122
- $content .='<label>' . __('Schedule your post:', 'blog2social') . '</label>';
123
  $content .= '<div class="b2s-post-meta-box-sched-area">';
124
- $content .='<span id="b2s-post-meta-box-info-share-now">' . __('If your Wordpress Post was scheduled on a certain date, Blog2Social will automatically post on this date too.', 'blog2social') . '</span>';
125
  $content .='<select class="b2s-post-meta-box-sched-select" style="width:100%;" name="b2s-post-meta-box-sched-select">
126
- <option value="0">' . __('Share Now', 'blog2social') . '</option>
127
- <option value="1">' . __('Schedule post once', 'blog2social') . '</option>
128
  </select>';
129
 
130
  $content .='<div class="b2s-post-meta-box-sched-once" style="display:none;">';
131
  //Opt: CustomDatePicker
132
  $dateFormat = (substr(B2S_LANGUAGE, 0, 2) == 'de') ? 'dd.mm.yyyy' : 'yyyy-mm-dd';
133
  $timeFormat = (substr(B2S_LANGUAGE, 0, 2) == 'de') ? 'hh:ii' : 'hh:ii aa';
134
- $content .='<label class="b2s-font-bold">' . __('Select date:', 'blog2social') . '</label><br><input style="width:100%;" id="b2s-post-meta-box-sched-date-picker" name="b2s-post-meta-box-sched-date" value="" readonly data-timepicker="true" data-language="' . substr(B2S_LANGUAGE, 0, 2) . '" data-time-format="' . $timeFormat . '" data-date-format="' . $dateFormat . '" type="text"><br>';
135
 
136
  //Opt: Best Time Settings
137
  if (!empty($myBestTimeSettings) && is_array($myBestTimeSettings)) {
138
  $bestTimeSettings = array('my_times' => 1, 'times' => $myBestTimeSettings);
139
  $content .="<input id='b2s-post-meta-box-best-time-settings' class='post-format' name='b2s-post-meta-box-best-time-settings' value='" . serialize($bestTimeSettings) . "' type='checkbox'> ";
140
- $content .="<label class='post-format-icon' for='b2s-post-meta-box-best-time-settings'>" . __('allow for', 'blog2social');
141
- $content .=' <a href="' . $this->b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-settings' . '" target="_blank">' . __('My Time Settings', 'blog2social') . '</a></label>';
142
- $content .='<br><hr><span>' . __('Note: If you do not specify your own times, we automatically provide you with the best times to publish on the social networks. You can always enter your own times in the settings.', 'blog2social') . '</span>';
143
  }
144
  $content .="</div>";
145
 
38
  <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>' . __('The connection to the server failed. Try again!', 'blog2social') . '</div>
39
  <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>' . __('WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!', 'blog2social') . '</div>
40
  <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>' . __('There are no authorizations for your selected profile. Please, authorize with a social network or select a other profile.', 'blog2social') . '<a href="' . $this->b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-network' . '" target="_bank">' . __('Network settings', 'blog2social') . '</a></div>
41
+ <div id="b2s-post-meta-box-state-no-publish-future" 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" title="close notice"></button>' . __('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>
42
  <div id="b2s-url-valid-warning" class="b2s-info-warning"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-url-valid-warning" title="close notice"></button>' . __('Notice: Please make sure, that your website address is reachable. The Social Networks do not allow postings from local installations.', 'blog2social') . '</div>
43
  <div id="b2s-post-meta-box-note-trial" class="b2s-info-success"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-note-trial" title="close notice"></button><b>' . __('You want to auto post your blog post?', 'blog2social') . '</b><br> <a class="" target="_blank" href="https://service.blog2social.com/">' . __('Upgrade to PREMIUM', 'blog2social') . '</a></div>
44
+ <h3 class="b2s-meta-box-headline">' . __('Custom Sharing & Scheduling', 'blog2social') . ' <a class="b2s-info-btn" data-modal-target="b2sInfoMetaBoxModalSched" href="#">' . __('Info', 'blog2social') . '</a></h3>
45
  <a id="b2s-meta-box-btn-custom-share" class="b2s-btn b2s-btn-success b2s-btn-sm b2s-center-block b2s-btn-margin-bottom-15" href="#">' . __('Customize & Schedule Social Media Posts', 'blog2social') . '</a>
46
  <hr>
47
  <input type="hidden" name="b2s-post-meta-box-version" id="b2s-post-meta-box-version" value="' . B2S_PLUGIN_USER_VERSION . '"/>
48
+ <h3 class="b2s-meta-box-headline">' . __('Social Media Auto-Posting', 'blog2social') . ' <a class="b2s-info-btn" data-modal-target="b2sInfoMetaBoxModalAutoPost" href="#">' . __('Info', 'blog2social') . '</a></h3>
49
  ' . $lastPost . '
50
  <input id="b2s-post-meta-box-time-dropdown-publish" class="post-format" name="b2s-post-meta-box-time-dropdown" value="publish" type="checkbox" ' . $isChecked . '>
51
  <label for="b2s-post-meta-box-time-dropdown-publish" class="post-format-icon">' . __('enable Auto-Posting', 'blog2social') . '</label>
58
  </div>
59
  </div>';
60
 
61
+ $content .= '<div class="b2s-meta-box-modal" id="b2sInfoMetaBoxModalAutoPost" aria-hidden="true" style="display:none;">
62
  <div class="b2s-meta-box-modal-dialog">
63
  <div class="b2s-meta-box-modal-header">
64
+ <a href="#" class="b2s-meta-box-modal-btn-close" data-modal-target="b2sInfoMetaBoxModalAutoPost" aria-hidden="true">×</a>
65
  <h4 class="b2s-meta-box-modal-title">' . __('Blog2Social: Social Media Auto-Posting', 'blog2social') . '</h4>
66
  </div>
67
  <div class="b2s-meta-box-modal-body">
87
  </div>
88
  </div>
89
 
90
+ <div class="b2s-meta-box-modal" id="b2sInfoMetaBoxModalSched" aria-hidden="true" style="display:none;">
91
  <div class="b2s-meta-box-modal-dialog">
92
  <div class="b2s-meta-box-modal-header">
93
+ <a href="#" class="b2s-meta-box-modal-btn-close" data-modal-target="b2sInfoMetaBoxModalSched" aria-hidden="true">×</a>
94
  <h4 class="b2s-meta-box-modal-title">' . __('Blog2Social: Custom Sharing & Scheduling', 'blog2social') . '</h4>
95
  </div>
96
  <div class="b2s-meta-box-modal-body">
119
  $bestTimeSettings = '';
120
  $myBestTimeSettings = $wpdb->get_results($wpdb->prepare("SELECT network_id, network_type, sched_time FROM b2s_post_sched_settings WHERE blog_user_id= %d", B2S_PLUGIN_BLOG_USER_ID));
121
 
122
+ $content .='<label>' . __('Schedule or share your social media posts:', 'blog2social') . '</label>';
123
  $content .= '<div class="b2s-post-meta-box-sched-area">';
 
124
  $content .='<select class="b2s-post-meta-box-sched-select" style="width:100%;" name="b2s-post-meta-box-sched-select">
125
+ <option value="0">' . __('immediately after publishing', 'blog2social') . '</option>
126
+ <option value="1">' . __('at scheduled times', 'blog2social') . '</option>
127
  </select>';
128
 
129
  $content .='<div class="b2s-post-meta-box-sched-once" style="display:none;">';
130
  //Opt: CustomDatePicker
131
  $dateFormat = (substr(B2S_LANGUAGE, 0, 2) == 'de') ? 'dd.mm.yyyy' : 'yyyy-mm-dd';
132
  $timeFormat = (substr(B2S_LANGUAGE, 0, 2) == 'de') ? 'hh:ii' : 'hh:ii aa';
133
+ $content .='<label class="b2s-font-bold">' . __('Select date:', 'blog2social') . '</label><br><span class="dashicons dashicons-calendar b2s-calendar-icon"></span><input style="width:88%;" id="b2s-post-meta-box-sched-date-picker" name="b2s-post-meta-box-sched-date" value="" readonly data-timepicker="true" data-language="' . substr(B2S_LANGUAGE, 0, 2) . '" data-time-format="' . $timeFormat . '" data-date-format="' . $dateFormat . '" type="text"><br>';
134
 
135
  //Opt: Best Time Settings
136
  if (!empty($myBestTimeSettings) && is_array($myBestTimeSettings)) {
137
  $bestTimeSettings = array('my_times' => 1, 'times' => $myBestTimeSettings);
138
  $content .="<input id='b2s-post-meta-box-best-time-settings' class='post-format' name='b2s-post-meta-box-best-time-settings' value='" . serialize($bestTimeSettings) . "' type='checkbox'> ";
139
+ $content .="<label class='post-format-icon' for='b2s-post-meta-box-best-time-settings'>" . __('post at', 'blog2social');
140
+ $content .=' <a href="' . $this->b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-settings' . '" target="_blank">' . __('my time settings', 'blog2social') . '</a></label>';
141
+ $content .='<br><hr><span>' . __('Note: If you have not specified any custom time settings, Blog2Social will automatically schedule your social media posts at the pre-defined best times for each social network. You can always edit your own times in the settings.', 'blog2social') . '</span>';
142
  }
143
  $content .="</div>";
144
 
includes/PRG/Post/Item.php CHANGED
@@ -92,10 +92,10 @@ class PRG_Post_Item {
92
  }
93
 
94
  if ($this->type == 'all') {
95
- $postTitle = $var->post_title;
96
  //PostTitle - Bug: Converting json + PHP Extension
97
  if (function_exists('mb_strlen') && function_exists('mb_substr')) {
98
- $postTitle = (mb_strlen(trim($var->post_title),'UTF-8') > 100 ? mb_substr($var->post_title, 0, 97,'UTF-8') . '...' : $var->post_title);
99
  }
100
 
101
  $userInfo = get_user_meta($var->post_author);
92
  }
93
 
94
  if ($this->type == 'all') {
95
+ $postTitle = $var->post_title; //apply_filters('the_title', $var->post_title, $var->ID);
96
  //PostTitle - Bug: Converting json + PHP Extension
97
  if (function_exists('mb_strlen') && function_exists('mb_substr')) {
98
+ $postTitle = (mb_strlen(trim($postTitle),'UTF-8') > 100 ? mb_substr($postTitle, 0, 97,'UTF-8') . '...' : $postTitle);
99
  }
100
 
101
  $userInfo = get_user_meta($var->post_author);
includes/Util.php CHANGED
@@ -7,6 +7,10 @@ class B2S_Util {
7
  return date('Y-m-d H:i:s', $utcTime);
8
  }
9
 
 
 
 
 
10
  public static function getCustomDateFormat($dateTime = '0000-00-00 00:00:00', $lang = 'de') {
11
  if ($lang == 'de') {
12
  $ident = 'd.m.Y H:i';
@@ -309,7 +313,7 @@ class B2S_Util {
309
  }
310
 
311
  //Emoji by Schedule + AllowNoNetwork
312
- public static function remove4byte($content) {
313
  if (function_exists('iconv')) {
314
  $content = iconv("utf-8", "utf-8//ignore", $content);
315
  }
@@ -318,7 +322,7 @@ class B2S_Util {
318
  | \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3
319
  | [\xF1-\xF3][\x80-\xBF]{3} # planes 4-15
320
  | \xF4[\x80-\x8F][\x80-\xBF]{2} # plane 16
321
- )%xs','', $content));
322
  }
323
 
324
  public static function cleanShortCodeByCaption($postContent) {
7
  return date('Y-m-d H:i:s', $utcTime);
8
  }
9
 
10
+ public static function getVersion($version = 000) {
11
+ return substr(chunk_split($version, 1, '.'), 0, -1);
12
+ }
13
+
14
  public static function getCustomDateFormat($dateTime = '0000-00-00 00:00:00', $lang = 'de') {
15
  if ($lang == 'de') {
16
  $ident = 'd.m.Y H:i';
313
  }
314
 
315
  //Emoji by Schedule + AllowNoNetwork
316
+ public static function remove4byte($content) {
317
  if (function_exists('iconv')) {
318
  $content = iconv("utf-8", "utf-8//ignore", $content);
319
  }
322
  | \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3
323
  | [\xF1-\xF3][\x80-\xBF]{3} # planes 4-15
324
  | \xF4[\x80-\x8F][\x80-\xBF]{2} # plane 16
325
+ )%xs', '', $content));
326
  }
327
 
328
  public static function cleanShortCodeByCaption($postContent) {
index.php CHANGED
@@ -13,7 +13,7 @@
13
  */
14
 
15
  //B2SDefine
16
- define('B2S_PLUGIN_VERSION', '370');
17
  define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
18
  define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
19
  define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
@@ -25,21 +25,6 @@ define('B2S_LANGUAGE', $language);
25
  define('B2S_PLUGIN_BASENAME', plugin_basename(__FILE__));
26
 
27
  //B2SNoCaching
28
- if (!defined('DONOTCACHEPAGE')) {
29
- define('DONOTCACHEPAGE', true);
30
- }
31
- if (!defined('DONOTCACHEDB')) {
32
- define('DONOTCACHEDB', true);
33
- }
34
- if (!defined('DONOTMINIFY')) {
35
- define('DONOTMINIFY', true);
36
- }
37
- if (!defined('DONOTCDN')) {
38
- define('DONOTCDN', true);
39
- }
40
- if (!defined('DONOTCACHCEOBJECT')) {
41
- define('DONOTCACHCEOBJECT', true);
42
- }
43
  if (function_exists("nocache_headers")) {
44
  nocache_headers(); //wp-functions
45
  }
13
  */
14
 
15
  //B2SDefine
16
+ define('B2S_PLUGIN_VERSION', '371');
17
  define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
18
  define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
19
  define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
25
  define('B2S_PLUGIN_BASENAME', plugin_basename(__FILE__));
26
 
27
  //B2SNoCaching
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  if (function_exists("nocache_headers")) {
29
  nocache_headers(); //wp-functions
30
  }
languages/blog2social-de_DE.mo CHANGED
Binary file
languages/blog2social-de_DE.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Blog2Social V3 - Development Modus\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: Wed Aug 03 2016 11:16:25 GMT+0200\n"
6
- "PO-Revision-Date: Mon Feb 27 2017 12:36:56 GMT+0100\n"
7
  "Last-Translator: admin <s.buerger@adenion.de>\n"
8
  "Language-Team: \n"
9
  "Language: German\n"
@@ -26,23 +26,16 @@ msgstr ""
26
  msgid "Uhr"
27
  msgstr ""
28
 
29
- #: ../views/b2s/settings.php:86
30
  msgid ""
31
- "The photo post type displays a selected image of your post with the comment "
32
- "to introduce your post above the image. The image is linked to the image "
33
- "view on your Facebook image gallery. You can add the link to your post in "
34
- "your comment, if you want to lead your readers to your blog. The main "
35
- "benefit of this format is, that your image is automatically uploaded to your "
36
- "Facebook image albums. You can edit the album’s name with a description of "
37
- "your choice."
38
  msgstr ""
39
- "In einem Bild-Beitrag zeigt Facebook das ausgewählte Bild aus Deinem "
40
- "Blogbeitrag mit Deinem Kommentar oberhalb des Bildes an. Das Bild verlinkt "
41
- "auf die Bilderansicht in Deiner Facebook Foto-Galerie. Du kannst einen Link "
42
- "auf Deinen Blogbeitrag in Deinen Kommentar integrieren, wenn Du Leser auf "
43
- "Deinen Blog führen möchtest. Der Bild-Beitrag hat vor allem den Vorteil, "
44
- "dass Dein Bild automatisch in Deinen Facebook-Foto Alben gespeichert wird. "
45
- "Du kannst den Namen Deiner Alben beliebig in Facebook anpassen. "
46
 
47
  #: ../includes/Ajax/Get.php:201
48
  msgid "ERROR 404 - Page not found"
@@ -62,13 +55,13 @@ msgstr "mehr"
62
 
63
  #: ../includes/B2S/Network/Item.php:84 ../includes/B2S/Network/Item.php:98 ..
64
  #: /includes/B2S/Settings/Item.php:99 ../includes/B2S/Ship/Portale.php:35 ..
65
- #: /includes/Init.php:261
66
  msgid "Profile"
67
  msgstr "Profil"
68
 
69
  #: ../includes/B2S/Network/Item.php:87 ../includes/B2S/Network/Item.php:87 ..
70
  #: /includes/B2S/Network/Item.php:108 ../includes/B2S/Settings/Item.php:102 ..
71
- #: /includes/B2S/Ship/Portale.php:33 ../includes/Init.php:261
72
  msgid "Page"
73
  msgstr "Seite"
74
 
@@ -78,7 +71,7 @@ msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
78
 
79
  #: ../includes/B2S/Network/Item.php:90 ../includes/B2S/Network/Item.php:90 ..
80
  #: /includes/B2S/Network/Item.php:118 ../includes/B2S/Settings/Item.php:106 ..
81
- #: /includes/B2S/Ship/Portale.php:29 ../includes/Init.php:261
82
  msgid "Group"
83
  msgstr "Gruppe"
84
 
@@ -176,102 +169,102 @@ msgstr "geplante Beiträge"
176
  msgid "You have no posts published or scheduled."
177
  msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
178
 
179
- #: ../includes/B2S/Post/Item.php:203
180
  msgid "last shared on social media"
181
  msgstr "zuletzt auf Social Media geteilt"
182
 
183
- #: ../includes/B2S/Post/Item.php:211 ../includes/Init.php:82
184
  msgid "Share on Social Media"
185
  msgstr "auf Social Media teilen"
186
 
187
- #: ../includes/B2S/Post/Item.php:213 ../includes/PRG/Post/Item.php:110
188
  msgid "Author"
189
  msgstr "Autor"
190
 
191
- #: ../includes/B2S/Post/Item.php:213 ../views/b2s/ship.php:23
192
  msgid "on blog"
193
  msgstr "auf dem Blog"
194
 
195
- #: ../includes/B2S/Post/Item.php:230 ../views/b2s/ship.php:207 ../views/b2s/ship.
196
  #: php:209
197
  msgid "Re-share this post"
198
  msgstr "Diesen Beitrag nochmal teilen"
199
 
200
- #: ../includes/B2S/Post/Item.php:231 ../includes/B2S/Post/Item.php:254
201
  msgid "Details"
202
  msgstr "Details"
203
 
204
- #: ../includes/B2S/Post/Item.php:233
205
  msgid "shared social media posts"
206
  msgstr "geteilte Beiträge"
207
 
208
- #: ../includes/B2S/Post/Item.php:233
209
  msgid "latest share by"
210
  msgstr "zuletzt geteilt von"
211
 
212
- #: ../includes/B2S/Post/Item.php:256
213
  msgid "scheduled social media posts"
214
  msgstr "geplante Beiträge"
215
 
216
- #: ../includes/B2S/Post/Item.php:256
217
  msgid "next share by"
218
  msgstr "als nächstes geteilt von"
219
 
220
- #: ../includes/B2S/Post/Item.php:361 ../includes/B2S/Post/Item.php:423
221
  msgid "select all"
222
  msgstr "alle auswählen"
223
 
224
- #: ../includes/B2S/Post/Item.php:363 ../views/b2s/dashboard.php:118
225
  msgid "Auto-Posting"
226
  msgstr "Auto-Posting"
227
 
228
- #: ../includes/B2S/Post/Item.php:364
229
  msgid "show"
230
  msgstr "ansehen"
231
 
232
- #: ../includes/B2S/Post/Item.php:367
233
  msgid "sharing in progress by"
234
  msgstr "wir geteilt"
235
 
236
- #: ../includes/B2S/Post/Item.php:367
237
  msgid "shared by"
238
  msgstr "geteilt von"
239
 
240
- #: ../includes/B2S/Post/Item.php:389 ../includes/B2S/Post/Item.php:403
241
  msgid "You want to delete a publish post entry?"
242
  msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
243
 
244
- #: ../includes/B2S/Post/Item.php:390 ../includes/B2S/Post/Item.php:404
245
  msgid "delete from reporting"
246
  msgstr "aus Reporting löschen"
247
 
248
- #: ../includes/B2S/Post/Item.php:394
249
  msgid "re-share"
250
  msgstr "erneut teilen"
251
 
252
- #: ../includes/B2S/Post/Item.php:433
253
  msgid "scheduled by"
254
  msgstr "geplant von "
255
 
256
- #: ../includes/B2S/Post/Item.php:436 ../includes/B2S/Post/Item.php:450
257
  msgid "You want to delete an scheduled post entry?"
258
  msgstr "Du möchtest einen geplanten Beitrag löschen?"
259
 
260
- #: ../includes/B2S/Post/Item.php:437 ../includes/B2S/Post/Item.php:451
261
  msgid "delete scheduling"
262
  msgstr "Planung löschen"
263
 
264
- #: ../includes/B2S/Post/Item.php:441
265
  msgid "You want to change the time for your scheduled post?"
266
  msgstr "Du möchtest die Zeit zu einem geplanten Beitrag ändern?"
267
 
268
- #: ../includes/B2S/Post/Item.php:442
269
  msgid "change time"
270
  msgstr "Zeitpunkt ändern"
271
 
272
  #: ../includes/B2S/Settings/Item.php:54
273
- msgid "use b2s.pm Link Shortner"
274
- msgstr "b2s.pm Link Shortner aktivieren"
275
 
276
  #: ../includes/B2S/Settings/Item.php:58
277
  msgid "activate Auto-Posting as default"
@@ -333,7 +326,7 @@ msgstr ""
333
  "des jeweiligen Netzwerks an."
334
 
335
  #: ../includes/B2S/Ship/Image.php:18
336
- msgid "On Pinterest, Flickr and Instagram may be published with a image."
337
  msgstr ""
338
  "Auf Pinterest, Flickr und Instagram können Beiträge nur mit einem Bild "
339
  "veröffentlicht werden."
@@ -405,8 +398,8 @@ msgstr "Link"
405
  msgid "The Headline..."
406
  msgstr "Die Überschrift..."
407
 
408
- #: ../includes/B2S/Ship/Item.php:363 ../includes/Init.php:336 ../includes/Init.
409
- #: php:336 ../views/b2s/ship.php:275
410
  msgid "Settings"
411
  msgstr "Einstellungen"
412
 
@@ -414,11 +407,11 @@ msgstr "Einstellungen"
414
  msgid "Hashtags"
415
  msgstr "Hashtags"
416
 
417
- #: ../includes/B2S/Ship/Item.php:398 ../includes/MetaBox.php:126
418
  msgid "Share Now"
419
  msgstr "Sofort teilen"
420
 
421
- #: ../includes/B2S/Ship/Item.php:400 ../includes/MetaBox.php:127
422
  msgid "Schedule post once"
423
  msgstr "Beitrag einmal planen"
424
 
@@ -506,19 +499,19 @@ msgstr "Anzahl geteilter Beiträge"
506
  msgid "Number of scheduled posts"
507
  msgstr "Anzahl der geplanten Posts"
508
 
509
- #: ../includes/Init.php:233
510
  msgid "This post will be shared into your social media on"
511
  msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
512
 
513
- #: ../includes/Init.php:233 ../includes/Init.php:235
514
  msgid "show details"
515
  msgstr "siehe Details"
516
 
517
- #: ../includes/Init.php:235
518
  msgid "This post will be shared on social media in 2-3 minutes!"
519
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
520
 
521
- #: ../includes/Init.php:239
522
  msgid ""
523
  "Please, make sure that your post are publish on this blog on this moment. "
524
  "Then you can auto post your post with Blog2social."
@@ -526,7 +519,7 @@ msgstr ""
526
  "Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
527
  " Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
528
 
529
- #: ../includes/Init.php:242 ../includes/MetaBox.php:40
530
  msgid ""
531
  "There are no authorizations for your selected profile. Please, authorize "
532
  "with a social network or select a other profile."
@@ -534,27 +527,27 @@ msgstr ""
534
  "Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich "
535
  "mit einem Netzwerk oder wähle ein anderes Profil aus. "
536
 
537
- #: ../includes/Init.php:254
538
  msgid "https://www.blog2social.com/en/pricing/"
539
  msgstr "https://www.blog2social.com/de/preise/"
540
 
541
- #: ../includes/Init.php:254
542
  msgid "Upgrade to Premium"
543
  msgstr "Premium freischalten"
544
 
545
- #: ../includes/Init.php:262
546
  msgid "Your post could not be posted."
547
  msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
548
 
549
- #: ../includes/Init.php:263
550
  msgid "Your authorization has expired. Please check your authorization."
551
  msgstr "Deine Autorisierung ist abgelaufen. Bitte überprüfe deine Autorisierung."
552
 
553
- #: ../includes/Init.php:264
554
  msgid "The network has marked the post as spam or abusive."
555
  msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
556
 
557
- #: ../includes/Init.php:265
558
  msgid ""
559
  "We don't have the permission to publish your post. Please check your "
560
  "authorization."
@@ -562,7 +555,7 @@ msgstr ""
562
  "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
563
  "überprüfe deine Autorisierung."
564
 
565
- #: ../includes/Init.php:266
566
  msgid ""
567
  "Your authorization is interrupted. Please check your authorization. Please "
568
  "see <a target=\"_blank\" href=\"https://www.blog2social."
@@ -572,15 +565,15 @@ msgstr ""
572
  "Siehe <a target=\"_blank\" href=\"https://www.blog2social."
573
  "com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
574
 
575
- #: ../includes/Init.php:267
576
  msgid "Your limit is reached for today."
577
  msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account für Heute erreicht."
578
 
579
- #: ../includes/Init.php:268
580
  msgid "Your post could not be posted, because your image is not available."
581
  msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
582
 
583
- #: ../includes/Init.php:269
584
  msgid ""
585
  "The network has blocked your account. Please see <a target=\"_blank\" "
586
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
@@ -590,7 +583,7 @@ msgstr ""
590
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
591
  "loesungen.html\">FAQ</a>."
592
 
593
- #: ../includes/Init.php:270
594
  msgid ""
595
  "The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
596
  "//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
@@ -600,11 +593,11 @@ msgstr ""
600
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
601
  "loesungen.html\">FAQ</a>."
602
 
603
- #: ../includes/Init.php:271
604
  msgid "Your limit has temporarily reached for this network."
605
  msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account kurzzeitig erreicht."
606
 
607
- #: ../includes/Init.php:272
608
  msgid ""
609
  "The network can not publish special characters such as Emoji. Please see <a "
610
  "target=\"_blank\" href=\"https://www.blog2social."
@@ -614,39 +607,39 @@ msgstr ""
614
  "//www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen."
615
  "html\">FAQ</a>."
616
 
617
- #: ../includes/Init.php:273
618
  msgid "Your post is a duplicate."
619
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
620
 
621
- #: ../includes/Init.php:274
622
  msgid "The network are required a public url to your post."
623
  msgstr "Das Netzwerk fordert, dass Dein Link zu Deinem Beitrag erreichbar ist."
624
 
625
- #: ../includes/Init.php:275
626
  msgid "The network says, that your group is not exisits."
627
  msgstr "Das Netzwerk konnte Deine angegebene Gruppe nicht finden."
628
 
629
- #: ../includes/Init.php:333
630
  msgid "Dashboard"
631
  msgstr "Dashboard"
632
 
633
- #: ../includes/Init.php:334 ../includes/Init.php:334
634
  msgid "Posts & Sharing"
635
  msgstr "Beiträge"
636
 
637
- #: ../includes/Init.php:335 ../includes/Init.php:335 ../views/b2s/network.php:16
638
  msgid "Networks"
639
  msgstr "Netzwerke"
640
 
641
- #: ../includes/Init.php:337 ../includes/Init.php:337
642
  msgid "PR-Service"
643
  msgstr "PR-Service"
644
 
645
- #: ../includes/Init.php:552
646
  msgid "or"
647
  msgstr "oder"
648
 
649
- #: ../includes/Init.php:552
650
  msgid "back to install plugins"
651
  msgstr "zurück zur Pluginübersicht"
652
 
@@ -675,8 +668,9 @@ msgstr "Netzwerkeinstellungen"
675
 
676
  #: ../includes/MetaBox.php:41
677
  msgid ""
678
- "Please, make sure that your post are publish or futured on this blog. Then "
679
- "you can schedule and custom share your post with Blog2social"
 
680
  msgstr ""
681
  "Bitte stelle sicher, dass Dein Beitrag auf Deinem Blog veröffentlicht oder "
682
  "geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und "
@@ -717,7 +711,7 @@ msgstr "Social Media Posts anpassen & planen"
717
  #: 30 ../views/b2s/network.php:102 ../views/b2s/ship.php:295 ../views/b2s/ship.
718
  #: php:324 ../views/b2s/ship.php:366 ../views/b2s/html/footer.phtml:27 ..
719
  #: /views/b2s/html/footer.phtml:76 ../views/b2s/html/footer.phtml:126 ..
720
- #: /views/b2s/html/header.phtml:182
721
  msgid "Social Media Auto-Posting"
722
  msgstr "Social Media Auto-Posting"
723
 
@@ -764,21 +758,21 @@ msgstr "Jetzt auf Blog2Social Premium upgraden"
764
  #: ../includes/MetaBox.php:76 ../includes/Notice.php:31 ../views/b2s/network.php:
765
  #: 103 ../views/b2s/ship.php:296 ../views/b2s/ship.php:325 ../views/b2s/ship.php:
766
  #: 367 ../views/b2s/html/footer.phtml:28 ../views/b2s/html/footer.phtml:77 ..
767
- #: /views/b2s/html/footer.phtml:127 ../views/b2s/html/header.phtml:183
768
  msgid "Post on pages and groups"
769
  msgstr "Poste auf Seiten und in Gruppen"
770
 
771
  #: ../includes/MetaBox.php:77 ../includes/Notice.php:32 ../views/b2s/network.php:
772
  #: 104 ../views/b2s/ship.php:297 ../views/b2s/ship.php:326 ../views/b2s/ship.php:
773
  #: 368 ../views/b2s/html/footer.phtml:29 ../views/b2s/html/footer.phtml:78 ..
774
- #: /views/b2s/html/footer.phtml:128 ../views/b2s/html/header.phtml:184
775
  msgid "Share on multiple accounts per network"
776
  msgstr "Poste auf mehrere Accounts pro Netzwerk"
777
 
778
  #: ../includes/MetaBox.php:78 ../includes/Notice.php:33 ../views/b2s/network.php:
779
  #: 105 ../views/b2s/ship.php:298 ../views/b2s/ship.php:327 ../views/b2s/ship.php:
780
  #: 369 ../views/b2s/html/footer.phtml:30 ../views/b2s/html/footer.phtml:79 ..
781
- #: /views/b2s/html/footer.phtml:129 ../views/b2s/html/header.phtml:185
782
  msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
783
  msgstr ""
784
  "Beste Zeiten Manager: Plane Deine Veröffentlichungen mehrmals oder "
@@ -787,7 +781,7 @@ msgstr ""
787
  #: ../includes/MetaBox.php:79 ../includes/Notice.php:34 ../views/b2s/network.php:
788
  #: 106 ../views/b2s/ship.php:299 ../views/b2s/ship.php:328 ../views/b2s/ship.php:
789
  #: 370 ../views/b2s/html/footer.phtml:31 ../views/b2s/html/footer.phtml:80 ..
790
- #: /views/b2s/html/footer.phtml:130 ../views/b2s/html/header.phtml:186
791
  msgid "Reporting with links to all published social media posts"
792
  msgstr "Reporting mit Link zu allen veröffentlichten Social Media Posts"
793
 
@@ -826,39 +820,28 @@ msgid "Select profile:"
826
  msgstr "Profil auswählen: "
827
 
828
  #: ../includes/MetaBox.php:122
829
- msgid "Schedule your post:"
830
- msgstr "Beitrag planen:"
831
 
832
- #: ../includes/MetaBox.php:124
833
- msgid ""
834
- "If your Wordpress Post was scheduled on a certain date, Blog2Social will "
835
- "automatically post on this date too."
836
- msgstr ""
837
- "Wenn Dein Wordpress Post zu einem bestimmten Zeitpunkt geplant war, wird "
838
- "Blog2Social automatisch auch zu diesem Datum posten."
839
 
840
- #: ../includes/MetaBox.php:134
841
  msgid "Select date:"
842
  msgstr "Datum auswählen:"
843
 
844
- #: ../includes/MetaBox.php:140
845
- msgid "allow for"
846
  msgstr "beachte"
847
 
848
- #: ../includes/MetaBox.php:141 ../views/b2s/ship.php:39
849
- msgid "My Time Settings"
850
- msgstr "Meine Zeit-Einstellungen"
851
-
852
- #: ../includes/MetaBox.php:142
853
- msgid ""
854
- "Note: If you do not specify your own times, we automatically provide you "
855
- "with the best times to publish on the social networks. You can always enter "
856
- "your own times in the settings."
857
- msgstr ""
858
- "Hinweis: Wenn Du keine eigenen Zeiten angegeben hast, stellen wir Dir "
859
- "automatisch die besten Zeiten zum Veröffentlichen auf den Sozialen "
860
- "Netzwerken bereit. Du kannst jederzeit eigene Zeiten in den Einstellungen "
861
- "eintragen."
862
 
863
  #: ../includes/Notice.php:18
864
  msgid ""
@@ -957,7 +940,7 @@ msgstr "So funktioniert Blog2Social – Schritt für Schritt"
957
 
958
  #: ../views/b2s/dashboard.php:28
959
  msgid ""
960
- "Learn how to get most out of Blog2Social to promote your blog on social "
961
  "media."
962
  msgstr ""
963
  "Du erfährst, wie Du Blog2Social optimal nutzt, um Deinen Blog auf Social "
@@ -976,7 +959,7 @@ msgid "Find answers to common questions in"
976
  msgstr "Antworten auf die häufigsten Fragen findest du in"
977
 
978
  #: ../views/b2s/dashboard.php:39
979
- msgid "our faq"
980
  msgstr "unseren FAQ"
981
 
982
  #: ../views/b2s/dashboard.php:48
@@ -1059,7 +1042,7 @@ msgid "Best Time Scheduler"
1059
  msgstr "Beste Zeiten Manager"
1060
 
1061
  #: ../views/b2s/dashboard.php:143
1062
- msgid "Choose pre-defines times to post or edit and define your own time settings"
1063
  msgstr "Optimaler Zeitpunkt zum Posten voreingestellt und anpassbar"
1064
 
1065
  #: ../views/b2s/dashboard.php:154
@@ -1172,19 +1155,19 @@ msgid ""
1172
  "All connected networks will be displayed as default \"Standard\" networks "
1173
  "profile.<br><br>You may define various sets of social media accounts, "
1174
  "profiles, pages or groups for different sharing purposes. For example pre-"
1175
- "select specific set of all of your networks for initial sharing and another "
1176
- "set of specific networks for re-sharing your post to. Or, if you have "
1177
- "multiple Twitter accounts or multiple Facebook pages and you want to share "
1178
- "your post to specific accounts or pages only, this feature may come handy "
1179
- "for even faster access to a specific selection of your sharing purposes. You "
1180
- "may also select sets of networks for re-sharing or scheduling your posts "
1181
- "once or recurrently at various days and times and with various different "
1182
- "comments or images.<br><br> This feature gives you an easier and faster "
1183
- "access to an unlimited number of variations for pre-selected sets of social "
1184
- "media accounts for any sharing and scheduling scheme you may think of."
1185
- "<br><br> You can always select and remove any account from any or your "
1186
- "networks profiles on your preview page with just a click of your mouse for "
1187
- "easy variation of your current sharing scheme."
1188
  msgstr ""
1189
  "Alle verbundenen Netzwerke werden in der Netzwerk-Übersicht als „Standard“ "
1190
  "angezeigt.<br><br>\n"
@@ -1205,7 +1188,7 @@ msgstr ""
1205
  "Was auch immer Du teilen möchtest und wann auch immer Du Deine Beiträge "
1206
  "teilen möchtest, Blog2Social bietet Dir die Möglichkeiten, durch "
1207
  "verschiedene Netzwerk-Profile noch schneller auf Deine verschiedenen "
1208
- "Netzwerk-Kombinationen zuzugreifen.\n"
1209
 
1210
  #: ../views/b2s/network.php:125
1211
  msgid "Do you really want to delete this profile"
@@ -1274,7 +1257,7 @@ msgid ""
1274
  "The link post type displays the posts title, link address and the first one "
1275
  "or two sentences of the post, as automatically scanned from your META or "
1276
  "OpenGraph information. If your post contains an image, Facebook also "
1277
- "displays the first image detected on the your page or the selected image you "
1278
  "choose from the Blog2Social image gallery. The image is automatically linked "
1279
  "to your blog post."
1280
  msgstr ""
@@ -1284,6 +1267,24 @@ msgstr ""
1284
  "Bild, das Du in Blog2Social ausgewählt hast. Das Bild verlinkt Facebook "
1285
  "automatisch auf Deinen Blogbeitrag."
1286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1287
  #: ../views/b2s/settings.php:99
1288
  msgid "Allow shortcodes in my post"
1289
  msgstr "berücksichtige Shortcodes in meinen Beiträgen"
@@ -1324,6 +1325,10 @@ msgstr "zum Seitenende"
1324
  msgid "You want to load your time settings?"
1325
  msgstr "Du möchtest Deine Zeiten laden?"
1326
 
 
 
 
 
1327
  #: ../views/b2s/ship.php:75
1328
  msgid "Social Accounts"
1329
  msgstr "Social Media Konten"
@@ -1651,34 +1656,35 @@ msgstr ""
1651
  "zukünftigen Beiträge abspeichern. "
1652
 
1653
  #: ../views/b2s/html/footer.phtml:96
1654
- msgid "b2s.pm Link Shortner"
1655
- msgstr "b2s.pm Link Shortner"
1656
 
1657
  #: ../views/b2s/html/footer.phtml:99
1658
  msgid ""
1659
- "The Blog2Social Shortner converts and publishes your links with a short URL "
1660
  "on the social networks.<br>If you choose this option, you avoid that re-"
1661
  "shared posts with the same links will be rejected by the networks. The b2s."
1662
- "pm Shortner generates a new link for each social media post. This feature is "
1663
- "essential if you wish to re-share your posts on the same networks.Another "
1664
- "benefit of the b2s.pm: Shortly, Blog2Social will provide a reporting feature "
1665
- "for your social media posts. So, with the b2s.pm links, you will be able to "
1666
- "see how often the link has been clicked, liked or shared on your social "
1667
- "channels and easily and quickly analyze the performance of your social media "
1668
- "posts.<br>You can disable the b2s.pm Shortner to show your original URL."
 
1669
  msgstr ""
1670
- "Mit dem Blog2Social Shortner werden Deine Links umgewandelt und in "
1671
- "verkürzter Form in den Social Media veröffentlicht. Wenn Du diese Option "
1672
  "wählst, vermeidest Du, dass wiederholt veröffentlichte Posts mit gleichen "
1673
- "Links von den Netzwerken abgelehnt werden. Der b2s.pm Shortner generiert bei "
1674
- "jedem Social Media Post einen neuen Link. Diese Funktion ist wichtig, wenn "
1675
- "Sie Ihre Beiträge mehrfach auf den gleichen Netzwerken posten möchten. "
1676
- "<br>Ein weiterer Vorteil der b2s.pm Shortner Links: In Kürze wirst Du die "
1677
  "b2s.pm Links über die Reporting-Funktion von Blog2Social auswerten können. "
1678
  "So kannst Du einfach und schnell das Potenzial Deiner Social Media Posts "
1679
  "über die Reporting-Funktion kalkulieren und sehen, wie häufig der Link in "
1680
  "den verschiedenen Social Media geklickt, gelikt oder geteilt wurde. <br>Sie "
1681
- "können den b2s.pm Shortner deaktivieren, um Ihre eigene URL anzuzeigen.\n"
1682
 
1683
  #: ../views/b2s/html/footer.phtml:118
1684
  msgid ""
@@ -1714,7 +1720,7 @@ msgstr "Beitrag wurde erfolgreich auf Deinem Blog geplant!"
1714
  msgid "Post is published successfully on your blog!"
1715
  msgstr "Beitrag wird erfolgreich auf Deinem Blog veröffentlicht!"
1716
 
1717
- #: ../views/b2s/html/header.phtml:51
1718
  msgid "Version"
1719
  msgstr "Version"
1720
 
@@ -1766,11 +1772,11 @@ msgstr "Deine Einstellungen sind gespeichert."
1766
  msgid "Your settings could not be saved."
1767
  msgstr "Deine Einstellungen konnte nicht gespeichert werden. Versuche es erneut."
1768
 
1769
- #: ../views/b2s/html/header.phtml:123 ../views/b2s/html/header.phtml:173
1770
  msgid "Test Blog2Social PREMIUM 30 days for free"
1771
  msgstr "Teste Blog2Social PREMIUM 30 Tage kostenlos"
1772
 
1773
- #: ../views/b2s/html/header.phtml:123 ../views/b2s/html/header.phtml:206
1774
  msgid "Get Started"
1775
  msgstr "Jetzt loslegen"
1776
 
@@ -1798,15 +1804,15 @@ msgstr "Ja, ich will mehr\n"
1798
  msgid "No, I had enough"
1799
  msgstr "Nein, ich habe genug"
1800
 
1801
- #: ../views/b2s/html/header.phtml:160 ../views/b2s/html/service.phtml:15
1802
  msgid "Plans & Pricing"
1803
  msgstr "Versionen & Preise"
1804
 
1805
- #: ../views/b2s/html/header.phtml:161 ../views/b2s/html/service.phtml:16
1806
  msgid "Support"
1807
  msgstr "Support"
1808
 
1809
- #: ../views/b2s/html/header.phtml:179
1810
  msgid ""
1811
  "The free trial can not be started. This blog has been already registered for "
1812
  "the free trial."
@@ -1814,25 +1820,25 @@ msgstr ""
1814
  "Die kostenlose Testphase konnte nicht aktiviert werden. Dieser Blog wurde "
1815
  "bereits für die kostenlose Testzeit freigeschaltet."
1816
 
1817
- #: ../views/b2s/html/header.phtml:189 ../views/prg/html/form.phtml:141 ..
1818
  #: /views/prg/html/form.phtml:143 ../views/prg/html/form.phtml:218 ..
1819
  #: /views/prg/html/form.phtml:220
1820
  msgid "E-Mail"
1821
  msgstr "E-Mail"
1822
 
1823
- #: ../views/b2s/html/header.phtml:193 ../views/prg/html/form.phtml:91 ..
1824
  #: /views/prg/html/form.phtml:100 ../views/prg/html/form.phtml:168 ..
1825
  #: /views/prg/html/form.phtml:177
1826
  msgid "First Name"
1827
  msgstr "Vorname"
1828
 
1829
- #: ../views/b2s/html/header.phtml:197 ../views/prg/html/form.phtml:92 ..
1830
  #: /views/prg/html/form.phtml:103 ../views/prg/html/form.phtml:169 ..
1831
  #: /views/prg/html/form.phtml:180
1832
  msgid "Last Name"
1833
  msgstr "Nachname"
1834
 
1835
- #: ../views/b2s/html/header.phtml:202
1836
  msgid "No credit card required"
1837
  msgstr "keine Kreditkarte notwendig\n"
1838
 
@@ -1866,8 +1872,8 @@ msgstr "Bewerte Blog2Social"
1866
 
1867
  #: ../views/b2s/html/sidebar.phtml:51
1868
  msgid ""
1869
- "If you like Blog2Social, please give us a 5 star rating. I there is anything "
1870
- "that does not work for you, please contact us!"
1871
  msgstr ""
1872
  "Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
1873
  "Bewertung. Spreche uns an, wenn Dir ir­gend­was nicht gefällt."
3
  "Project-Id-Version: Blog2Social V3 - Development Modus\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: Wed Aug 03 2016 11:16:25 GMT+0200\n"
6
+ "PO-Revision-Date: Fri Mar 03 2017 12:24:50 GMT+0100\n"
7
  "Last-Translator: admin <s.buerger@adenion.de>\n"
8
  "Language-Team: \n"
9
  "Language: German\n"
26
  msgid "Uhr"
27
  msgstr ""
28
 
29
+ #: ../includes/MetaBox.php:141
30
  msgid ""
31
+ "Note: If you have not specified any custom time settings, Blog2Social will "
32
+ "automatically schedule your social media posts at the pre-defined best times "
33
+ "for each social network. You can always edit your own times in the settings."
 
 
 
 
34
  msgstr ""
35
+ "Wenn Du keine eigenen Zeiten angegeben hast, wird Blog2Social automatisch "
36
+ "Deine Social Media Beiträge zu den vordefinierten besten Zeiten für jedes "
37
+ "soziale Netzwerk planen. Du kannst jederzeit Deine eigenen Zeiten in den "
38
+ "Einstellungen bearbeiten."
 
 
 
39
 
40
  #: ../includes/Ajax/Get.php:201
41
  msgid "ERROR 404 - Page not found"
55
 
56
  #: ../includes/B2S/Network/Item.php:84 ../includes/B2S/Network/Item.php:98 ..
57
  #: /includes/B2S/Settings/Item.php:99 ../includes/B2S/Ship/Portale.php:35 ..
58
+ #: /includes/Init.php:259
59
  msgid "Profile"
60
  msgstr "Profil"
61
 
62
  #: ../includes/B2S/Network/Item.php:87 ../includes/B2S/Network/Item.php:87 ..
63
  #: /includes/B2S/Network/Item.php:108 ../includes/B2S/Settings/Item.php:102 ..
64
+ #: /includes/B2S/Ship/Portale.php:33 ../includes/Init.php:259
65
  msgid "Page"
66
  msgstr "Seite"
67
 
71
 
72
  #: ../includes/B2S/Network/Item.php:90 ../includes/B2S/Network/Item.php:90 ..
73
  #: /includes/B2S/Network/Item.php:118 ../includes/B2S/Settings/Item.php:106 ..
74
+ #: /includes/B2S/Ship/Portale.php:29 ../includes/Init.php:259
75
  msgid "Group"
76
  msgstr "Gruppe"
77
 
169
  msgid "You have no posts published or scheduled."
170
  msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
171
 
172
+ #: ../includes/B2S/Post/Item.php:202
173
  msgid "last shared on social media"
174
  msgstr "zuletzt auf Social Media geteilt"
175
 
176
+ #: ../includes/B2S/Post/Item.php:210 ../includes/Init.php:82
177
  msgid "Share on Social Media"
178
  msgstr "auf Social Media teilen"
179
 
180
+ #: ../includes/B2S/Post/Item.php:212 ../includes/PRG/Post/Item.php:110
181
  msgid "Author"
182
  msgstr "Autor"
183
 
184
+ #: ../includes/B2S/Post/Item.php:212 ../views/b2s/ship.php:23
185
  msgid "on blog"
186
  msgstr "auf dem Blog"
187
 
188
+ #: ../includes/B2S/Post/Item.php:229 ../views/b2s/ship.php:207 ../views/b2s/ship.
189
  #: php:209
190
  msgid "Re-share this post"
191
  msgstr "Diesen Beitrag nochmal teilen"
192
 
193
+ #: ../includes/B2S/Post/Item.php:230 ../includes/B2S/Post/Item.php:253
194
  msgid "Details"
195
  msgstr "Details"
196
 
197
+ #: ../includes/B2S/Post/Item.php:232
198
  msgid "shared social media posts"
199
  msgstr "geteilte Beiträge"
200
 
201
+ #: ../includes/B2S/Post/Item.php:232
202
  msgid "latest share by"
203
  msgstr "zuletzt geteilt von"
204
 
205
+ #: ../includes/B2S/Post/Item.php:255
206
  msgid "scheduled social media posts"
207
  msgstr "geplante Beiträge"
208
 
209
+ #: ../includes/B2S/Post/Item.php:255
210
  msgid "next share by"
211
  msgstr "als nächstes geteilt von"
212
 
213
+ #: ../includes/B2S/Post/Item.php:360 ../includes/B2S/Post/Item.php:422
214
  msgid "select all"
215
  msgstr "alle auswählen"
216
 
217
+ #: ../includes/B2S/Post/Item.php:362 ../views/b2s/dashboard.php:118
218
  msgid "Auto-Posting"
219
  msgstr "Auto-Posting"
220
 
221
+ #: ../includes/B2S/Post/Item.php:363
222
  msgid "show"
223
  msgstr "ansehen"
224
 
225
+ #: ../includes/B2S/Post/Item.php:366
226
  msgid "sharing in progress by"
227
  msgstr "wir geteilt"
228
 
229
+ #: ../includes/B2S/Post/Item.php:366
230
  msgid "shared by"
231
  msgstr "geteilt von"
232
 
233
+ #: ../includes/B2S/Post/Item.php:388 ../includes/B2S/Post/Item.php:402
234
  msgid "You want to delete a publish post entry?"
235
  msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
236
 
237
+ #: ../includes/B2S/Post/Item.php:389 ../includes/B2S/Post/Item.php:403
238
  msgid "delete from reporting"
239
  msgstr "aus Reporting löschen"
240
 
241
+ #: ../includes/B2S/Post/Item.php:393
242
  msgid "re-share"
243
  msgstr "erneut teilen"
244
 
245
+ #: ../includes/B2S/Post/Item.php:432
246
  msgid "scheduled by"
247
  msgstr "geplant von "
248
 
249
+ #: ../includes/B2S/Post/Item.php:435 ../includes/B2S/Post/Item.php:449
250
  msgid "You want to delete an scheduled post entry?"
251
  msgstr "Du möchtest einen geplanten Beitrag löschen?"
252
 
253
+ #: ../includes/B2S/Post/Item.php:436 ../includes/B2S/Post/Item.php:450
254
  msgid "delete scheduling"
255
  msgstr "Planung löschen"
256
 
257
+ #: ../includes/B2S/Post/Item.php:440
258
  msgid "You want to change the time for your scheduled post?"
259
  msgstr "Du möchtest die Zeit zu einem geplanten Beitrag ändern?"
260
 
261
+ #: ../includes/B2S/Post/Item.php:441
262
  msgid "change time"
263
  msgstr "Zeitpunkt ändern"
264
 
265
  #: ../includes/B2S/Settings/Item.php:54
266
+ msgid "use b2s.pm Link Shortener"
267
+ msgstr "b2s.pm Link Shortener aktivieren"
268
 
269
  #: ../includes/B2S/Settings/Item.php:58
270
  msgid "activate Auto-Posting as default"
326
  "des jeweiligen Netzwerks an."
327
 
328
  #: ../includes/B2S/Ship/Image.php:18
329
+ msgid "In order to post to Pinterest, Instagram and Flickr, please select an image."
330
  msgstr ""
331
  "Auf Pinterest, Flickr und Instagram können Beiträge nur mit einem Bild "
332
  "veröffentlicht werden."
398
  msgid "The Headline..."
399
  msgstr "Die Überschrift..."
400
 
401
+ #: ../includes/B2S/Ship/Item.php:363 ../includes/Init.php:334 ../includes/Init.
402
+ #: php:334 ../views/b2s/ship.php:275
403
  msgid "Settings"
404
  msgstr "Einstellungen"
405
 
407
  msgid "Hashtags"
408
  msgstr "Hashtags"
409
 
410
+ #: ../includes/B2S/Ship/Item.php:398
411
  msgid "Share Now"
412
  msgstr "Sofort teilen"
413
 
414
+ #: ../includes/B2S/Ship/Item.php:400
415
  msgid "Schedule post once"
416
  msgstr "Beitrag einmal planen"
417
 
499
  msgid "Number of scheduled posts"
500
  msgstr "Anzahl der geplanten Posts"
501
 
502
+ #: ../includes/Init.php:231
503
  msgid "This post will be shared into your social media on"
504
  msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
505
 
506
+ #: ../includes/Init.php:231 ../includes/Init.php:233
507
  msgid "show details"
508
  msgstr "siehe Details"
509
 
510
+ #: ../includes/Init.php:233
511
  msgid "This post will be shared on social media in 2-3 minutes!"
512
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
513
 
514
+ #: ../includes/Init.php:237
515
  msgid ""
516
  "Please, make sure that your post are publish on this blog on this moment. "
517
  "Then you can auto post your post with Blog2social."
519
  "Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
520
  " Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
521
 
522
+ #: ../includes/Init.php:240 ../includes/MetaBox.php:40
523
  msgid ""
524
  "There are no authorizations for your selected profile. Please, authorize "
525
  "with a social network or select a other profile."
527
  "Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich "
528
  "mit einem Netzwerk oder wähle ein anderes Profil aus. "
529
 
530
+ #: ../includes/Init.php:252
531
  msgid "https://www.blog2social.com/en/pricing/"
532
  msgstr "https://www.blog2social.com/de/preise/"
533
 
534
+ #: ../includes/Init.php:252
535
  msgid "Upgrade to Premium"
536
  msgstr "Premium freischalten"
537
 
538
+ #: ../includes/Init.php:260
539
  msgid "Your post could not be posted."
540
  msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
541
 
542
+ #: ../includes/Init.php:261
543
  msgid "Your authorization has expired. Please check your authorization."
544
  msgstr "Deine Autorisierung ist abgelaufen. Bitte überprüfe deine Autorisierung."
545
 
546
+ #: ../includes/Init.php:262
547
  msgid "The network has marked the post as spam or abusive."
548
  msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
549
 
550
+ #: ../includes/Init.php:263
551
  msgid ""
552
  "We don't have the permission to publish your post. Please check your "
553
  "authorization."
555
  "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
556
  "überprüfe deine Autorisierung."
557
 
558
+ #: ../includes/Init.php:264
559
  msgid ""
560
  "Your authorization is interrupted. Please check your authorization. Please "
561
  "see <a target=\"_blank\" href=\"https://www.blog2social."
565
  "Siehe <a target=\"_blank\" href=\"https://www.blog2social."
566
  "com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
567
 
568
+ #: ../includes/Init.php:265
569
  msgid "Your limit is reached for today."
570
  msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account für Heute erreicht."
571
 
572
+ #: ../includes/Init.php:266
573
  msgid "Your post could not be posted, because your image is not available."
574
  msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
575
 
576
+ #: ../includes/Init.php:267
577
  msgid ""
578
  "The network has blocked your account. Please see <a target=\"_blank\" "
579
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
583
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
584
  "loesungen.html\">FAQ</a>."
585
 
586
+ #: ../includes/Init.php:268
587
  msgid ""
588
  "The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
589
  "//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
593
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
594
  "loesungen.html\">FAQ</a>."
595
 
596
+ #: ../includes/Init.php:269
597
  msgid "Your limit has temporarily reached for this network."
598
  msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account kurzzeitig erreicht."
599
 
600
+ #: ../includes/Init.php:270
601
  msgid ""
602
  "The network can not publish special characters such as Emoji. Please see <a "
603
  "target=\"_blank\" href=\"https://www.blog2social."
607
  "//www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen."
608
  "html\">FAQ</a>."
609
 
610
+ #: ../includes/Init.php:271
611
  msgid "Your post is a duplicate."
612
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
613
 
614
+ #: ../includes/Init.php:272
615
  msgid "The network are required a public url to your post."
616
  msgstr "Das Netzwerk fordert, dass Dein Link zu Deinem Beitrag erreichbar ist."
617
 
618
+ #: ../includes/Init.php:273
619
  msgid "The network says, that your group is not exisits."
620
  msgstr "Das Netzwerk konnte Deine angegebene Gruppe nicht finden."
621
 
622
+ #: ../includes/Init.php:331
623
  msgid "Dashboard"
624
  msgstr "Dashboard"
625
 
626
+ #: ../includes/Init.php:332 ../includes/Init.php:332
627
  msgid "Posts & Sharing"
628
  msgstr "Beiträge"
629
 
630
+ #: ../includes/Init.php:333 ../includes/Init.php:333 ../views/b2s/network.php:16
631
  msgid "Networks"
632
  msgstr "Netzwerke"
633
 
634
+ #: ../includes/Init.php:335 ../includes/Init.php:335
635
  msgid "PR-Service"
636
  msgstr "PR-Service"
637
 
638
+ #: ../includes/Init.php:550
639
  msgid "or"
640
  msgstr "oder"
641
 
642
+ #: ../includes/Init.php:550
643
  msgid "back to install plugins"
644
  msgstr "zurück zur Pluginübersicht"
645
 
668
 
669
  #: ../includes/MetaBox.php:41
670
  msgid ""
671
+ "Your post is still on draft or pending status. Please make sure that your "
672
+ "post is published or scheduled to be published on this blog. You can then "
673
+ "auto-post or schedule and customize your social media posts with Blog2Social."
674
  msgstr ""
675
  "Bitte stelle sicher, dass Dein Beitrag auf Deinem Blog veröffentlicht oder "
676
  "geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und "
711
  #: 30 ../views/b2s/network.php:102 ../views/b2s/ship.php:295 ../views/b2s/ship.
712
  #: php:324 ../views/b2s/ship.php:366 ../views/b2s/html/footer.phtml:27 ..
713
  #: /views/b2s/html/footer.phtml:76 ../views/b2s/html/footer.phtml:126 ..
714
+ #: /views/b2s/html/header.phtml:188
715
  msgid "Social Media Auto-Posting"
716
  msgstr "Social Media Auto-Posting"
717
 
758
  #: ../includes/MetaBox.php:76 ../includes/Notice.php:31 ../views/b2s/network.php:
759
  #: 103 ../views/b2s/ship.php:296 ../views/b2s/ship.php:325 ../views/b2s/ship.php:
760
  #: 367 ../views/b2s/html/footer.phtml:28 ../views/b2s/html/footer.phtml:77 ..
761
+ #: /views/b2s/html/footer.phtml:127 ../views/b2s/html/header.phtml:189
762
  msgid "Post on pages and groups"
763
  msgstr "Poste auf Seiten und in Gruppen"
764
 
765
  #: ../includes/MetaBox.php:77 ../includes/Notice.php:32 ../views/b2s/network.php:
766
  #: 104 ../views/b2s/ship.php:297 ../views/b2s/ship.php:326 ../views/b2s/ship.php:
767
  #: 368 ../views/b2s/html/footer.phtml:29 ../views/b2s/html/footer.phtml:78 ..
768
+ #: /views/b2s/html/footer.phtml:128 ../views/b2s/html/header.phtml:190
769
  msgid "Share on multiple accounts per network"
770
  msgstr "Poste auf mehrere Accounts pro Netzwerk"
771
 
772
  #: ../includes/MetaBox.php:78 ../includes/Notice.php:33 ../views/b2s/network.php:
773
  #: 105 ../views/b2s/ship.php:298 ../views/b2s/ship.php:327 ../views/b2s/ship.php:
774
  #: 369 ../views/b2s/html/footer.phtml:30 ../views/b2s/html/footer.phtml:79 ..
775
+ #: /views/b2s/html/footer.phtml:129 ../views/b2s/html/header.phtml:191
776
  msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
777
  msgstr ""
778
  "Beste Zeiten Manager: Plane Deine Veröffentlichungen mehrmals oder "
781
  #: ../includes/MetaBox.php:79 ../includes/Notice.php:34 ../views/b2s/network.php:
782
  #: 106 ../views/b2s/ship.php:299 ../views/b2s/ship.php:328 ../views/b2s/ship.php:
783
  #: 370 ../views/b2s/html/footer.phtml:31 ../views/b2s/html/footer.phtml:80 ..
784
+ #: /views/b2s/html/footer.phtml:130 ../views/b2s/html/header.phtml:192
785
  msgid "Reporting with links to all published social media posts"
786
  msgstr "Reporting mit Link zu allen veröffentlichten Social Media Posts"
787
 
820
  msgstr "Profil auswählen: "
821
 
822
  #: ../includes/MetaBox.php:122
823
+ msgid "Schedule or share your social media posts:"
824
+ msgstr "Plane oder teile Deine Social Media Beiträge:"
825
 
826
+ #: ../includes/MetaBox.php:125
827
+ msgid "immediately after publishing"
828
+ msgstr "sofort nach Veröffentlichung"
829
+
830
+ #: ../includes/MetaBox.php:126
831
+ msgid "at scheduled times"
832
+ msgstr "zu geplanten Zeiten"
833
 
834
+ #: ../includes/MetaBox.php:133
835
  msgid "Select date:"
836
  msgstr "Datum auswählen:"
837
 
838
+ #: ../includes/MetaBox.php:139
839
+ msgid "post at"
840
  msgstr "beachte"
841
 
842
+ #: ../includes/MetaBox.php:140
843
+ msgid "my time settings"
844
+ msgstr "meine Zeit-Einstellungen"
 
 
 
 
 
 
 
 
 
 
 
845
 
846
  #: ../includes/Notice.php:18
847
  msgid ""
940
 
941
  #: ../views/b2s/dashboard.php:28
942
  msgid ""
943
+ "Learn how to get the most out of Blog2Social to promote your blog on social "
944
  "media."
945
  msgstr ""
946
  "Du erfährst, wie Du Blog2Social optimal nutzt, um Deinen Blog auf Social "
959
  msgstr "Antworten auf die häufigsten Fragen findest du in"
960
 
961
  #: ../views/b2s/dashboard.php:39
962
+ msgid "our FAQ"
963
  msgstr "unseren FAQ"
964
 
965
  #: ../views/b2s/dashboard.php:48
1042
  msgstr "Beste Zeiten Manager"
1043
 
1044
  #: ../views/b2s/dashboard.php:143
1045
+ msgid "Choose pre-defined times to post or edit and define your own time settings"
1046
  msgstr "Optimaler Zeitpunkt zum Posten voreingestellt und anpassbar"
1047
 
1048
  #: ../views/b2s/dashboard.php:154
1155
  "All connected networks will be displayed as default \"Standard\" networks "
1156
  "profile.<br><br>You may define various sets of social media accounts, "
1157
  "profiles, pages or groups for different sharing purposes. For example pre-"
1158
+ "select specific set of all your networks for initial sharing and another set "
1159
+ "of specific networks for re-sharing your post to. Or, if you have multiple "
1160
+ "Twitter accounts or multiple Facebook pages and you want to share your post "
1161
+ "to specific accounts or pages only, this feature may come handy for even "
1162
+ "faster access to a specific selection of your sharing purposes. You may also "
1163
+ "select sets of networks for re-sharing or scheduling your posts once or "
1164
+ "recurrently at various days and times and with different comments or images."
1165
+ "<br><br> This feature gives you an easier and faster access to an unlimited "
1166
+ "number of variations for pre-selected sets of social media accounts for any "
1167
+ "sharing and scheduling scheme you may think of.<br><br> You can always "
1168
+ "select and remove any account from any of your networks profiles on your "
1169
+ "preview page with just a click of your mouse for an easy variation of your "
1170
+ "current sharing scheme."
1171
  msgstr ""
1172
  "Alle verbundenen Netzwerke werden in der Netzwerk-Übersicht als „Standard“ "
1173
  "angezeigt.<br><br>\n"
1188
  "Was auch immer Du teilen möchtest und wann auch immer Du Deine Beiträge "
1189
  "teilen möchtest, Blog2Social bietet Dir die Möglichkeiten, durch "
1190
  "verschiedene Netzwerk-Profile noch schneller auf Deine verschiedenen "
1191
+ "Netzwerk-Kombinationen zuzugreifen."
1192
 
1193
  #: ../views/b2s/network.php:125
1194
  msgid "Do you really want to delete this profile"
1257
  "The link post type displays the posts title, link address and the first one "
1258
  "or two sentences of the post, as automatically scanned from your META or "
1259
  "OpenGraph information. If your post contains an image, Facebook also "
1260
+ "displays the first image detected on your page or the selected image you "
1261
  "choose from the Blog2Social image gallery. The image is automatically linked "
1262
  "to your blog post."
1263
  msgstr ""
1267
  "Bild, das Du in Blog2Social ausgewählt hast. Das Bild verlinkt Facebook "
1268
  "automatisch auf Deinen Blogbeitrag."
1269
 
1270
+ #: ../views/b2s/settings.php:86
1271
+ msgid ""
1272
+ "The photo post type displays a selected image of your post with the comment "
1273
+ "to introduce your post above the image. The image is linked to the image "
1274
+ "view on your Facebook image gallery. You can add the link to your post in "
1275
+ "your comment, if you want to lead your readers to your blog. The main "
1276
+ "benefit of this format is that your image is automatically uploaded to your "
1277
+ "Facebook image albums. You can edit the album’s name with a description of "
1278
+ "your choice."
1279
+ msgstr ""
1280
+ "In einem Bild-Beitrag zeigt Facebook das ausgewählte Bild aus Deinem "
1281
+ "Blogbeitrag mit Deinem Kommentar oberhalb des Bildes an. Das Bild verlinkt "
1282
+ "auf die Bilderansicht in Deiner Facebook Foto-Galerie. Du kannst einen Link "
1283
+ "auf Deinen Blogbeitrag in Deinen Kommentar integrieren, wenn Du Leser auf "
1284
+ "Deinen Blog führen möchtest. Der Bild-Beitrag hat vor allem den Vorteil, "
1285
+ "dass Dein Bild automatisch in Deinen Facebook-Foto Alben gespeichert wird. "
1286
+ "Du kannst den Namen Deiner Alben beliebig in Facebook anpassen."
1287
+
1288
  #: ../views/b2s/settings.php:99
1289
  msgid "Allow shortcodes in my post"
1290
  msgstr "berücksichtige Shortcodes in meinen Beiträgen"
1325
  msgid "You want to load your time settings?"
1326
  msgstr "Du möchtest Deine Zeiten laden?"
1327
 
1328
+ #: ../views/b2s/ship.php:39
1329
+ msgid "My Time Settings"
1330
+ msgstr "Meine Zeit-Einstellungen"
1331
+
1332
  #: ../views/b2s/ship.php:75
1333
  msgid "Social Accounts"
1334
  msgstr "Social Media Konten"
1656
  "zukünftigen Beiträge abspeichern. "
1657
 
1658
  #: ../views/b2s/html/footer.phtml:96
1659
+ msgid "b2s.pm Link Shortener"
1660
+ msgstr "b2s.pm Link Shortener"
1661
 
1662
  #: ../views/b2s/html/footer.phtml:99
1663
  msgid ""
1664
+ "The Blog2Social Shortener converts and publishes your links with a short URL "
1665
  "on the social networks.<br>If you choose this option, you avoid that re-"
1666
  "shared posts with the same links will be rejected by the networks. The b2s."
1667
+ "pm Shortener generates a new link for each social media post. This feature "
1668
+ "is essential if you wish to re-share your posts on the same networks. "
1669
+ "Another benefit of the b2s.pm: Shortly, Blog2Social will provide a reporting "
1670
+ "feature for your social media posts. So, with the b2s.pm links, you will be "
1671
+ "able to see how often the link has been clicked, liked or shared on your "
1672
+ "social channels and easily and quickly analyze the performance of your "
1673
+ "social media posts.<br>You can disable the b2s.pm Shortener to show your "
1674
+ "original URL."
1675
  msgstr ""
1676
+ "Mit dem Blog2Social Shortener werden Deine Links umgewandelt und in "
1677
+ "verkürzter Form in den Social Media veröffentlicht.<br> Wenn Du diese Option "
1678
  "wählst, vermeidest Du, dass wiederholt veröffentlichte Posts mit gleichen "
1679
+ "Links von den Netzwerken abgelehnt werden. Der b2s.pm Shortener generiert "
1680
+ "bei jedem Social Media Post einen neuen Link. Diese Funktion ist wichtig, "
1681
+ "wenn Sie Ihre Beiträge mehrfach auf den gleichen Netzwerken posten möchten. "
1682
+ "<br>Ein weiterer Vorteil der b2s.pm Shortener Links: In Kürze wirst Du die "
1683
  "b2s.pm Links über die Reporting-Funktion von Blog2Social auswerten können. "
1684
  "So kannst Du einfach und schnell das Potenzial Deiner Social Media Posts "
1685
  "über die Reporting-Funktion kalkulieren und sehen, wie häufig der Link in "
1686
  "den verschiedenen Social Media geklickt, gelikt oder geteilt wurde. <br>Sie "
1687
+ "können den b2s.pm Shortener deaktivieren, um Ihre eigene URL anzuzeigen.\n"
1688
 
1689
  #: ../views/b2s/html/footer.phtml:118
1690
  msgid ""
1720
  msgid "Post is published successfully on your blog!"
1721
  msgstr "Beitrag wird erfolgreich auf Deinem Blog veröffentlicht!"
1722
 
1723
+ #: ../views/b2s/html/header.phtml:51 ../views/b2s/html/header.phtml:156
1724
  msgid "Version"
1725
  msgstr "Version"
1726
 
1772
  msgid "Your settings could not be saved."
1773
  msgstr "Deine Einstellungen konnte nicht gespeichert werden. Versuche es erneut."
1774
 
1775
+ #: ../views/b2s/html/header.phtml:123 ../views/b2s/html/header.phtml:179
1776
  msgid "Test Blog2Social PREMIUM 30 days for free"
1777
  msgstr "Teste Blog2Social PREMIUM 30 Tage kostenlos"
1778
 
1779
+ #: ../views/b2s/html/header.phtml:123 ../views/b2s/html/header.phtml:212
1780
  msgid "Get Started"
1781
  msgstr "Jetzt loslegen"
1782
 
1804
  msgid "No, I had enough"
1805
  msgstr "Nein, ich habe genug"
1806
 
1807
+ #: ../views/b2s/html/header.phtml:166 ../views/b2s/html/service.phtml:15
1808
  msgid "Plans & Pricing"
1809
  msgstr "Versionen & Preise"
1810
 
1811
+ #: ../views/b2s/html/header.phtml:167 ../views/b2s/html/service.phtml:16
1812
  msgid "Support"
1813
  msgstr "Support"
1814
 
1815
+ #: ../views/b2s/html/header.phtml:185
1816
  msgid ""
1817
  "The free trial can not be started. This blog has been already registered for "
1818
  "the free trial."
1820
  "Die kostenlose Testphase konnte nicht aktiviert werden. Dieser Blog wurde "
1821
  "bereits für die kostenlose Testzeit freigeschaltet."
1822
 
1823
+ #: ../views/b2s/html/header.phtml:195 ../views/prg/html/form.phtml:141 ..
1824
  #: /views/prg/html/form.phtml:143 ../views/prg/html/form.phtml:218 ..
1825
  #: /views/prg/html/form.phtml:220
1826
  msgid "E-Mail"
1827
  msgstr "E-Mail"
1828
 
1829
+ #: ../views/b2s/html/header.phtml:199 ../views/prg/html/form.phtml:91 ..
1830
  #: /views/prg/html/form.phtml:100 ../views/prg/html/form.phtml:168 ..
1831
  #: /views/prg/html/form.phtml:177
1832
  msgid "First Name"
1833
  msgstr "Vorname"
1834
 
1835
+ #: ../views/b2s/html/header.phtml:203 ../views/prg/html/form.phtml:92 ..
1836
  #: /views/prg/html/form.phtml:103 ../views/prg/html/form.phtml:169 ..
1837
  #: /views/prg/html/form.phtml:180
1838
  msgid "Last Name"
1839
  msgstr "Nachname"
1840
 
1841
+ #: ../views/b2s/html/header.phtml:208
1842
  msgid "No credit card required"
1843
  msgstr "keine Kreditkarte notwendig\n"
1844
 
1872
 
1873
  #: ../views/b2s/html/sidebar.phtml:51
1874
  msgid ""
1875
+ "If you like Blog2Social, please give us a 5 star rating. If there is "
1876
+ "anything that does not work for you, please contact us!"
1877
  msgstr ""
1878
  "Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
1879
  "Bewertung. Spreche uns an, wenn Dir ir­gend­was nicht gefällt."
languages/blog2social-fr_FR.mo CHANGED
Binary file
languages/blog2social-fr_FR.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Blog2Social V3 - Development Modus\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2016-10-25 12:18+0200\n"
6
- "PO-Revision-Date: Mon Feb 27 2017 12:34:29 GMT+0100\n"
7
  "Last-Translator: admin <s.buerger@adenion.de>\n"
8
  "Language-Team: French (France) <translate@tips02.fr>\n"
9
  "Language: French (France)\n"
@@ -22,54 +22,28 @@ msgstr ""
22
  "X-Generator: Loco - https://localise.biz/\n"
23
  "X-Poedit-SearchPath-0: .."
24
 
25
- #: ../views/b2s/settings.php:86
26
- msgid ""
27
- "The photo post type displays a selected image of your post with the comment "
28
- "to introduce your post above the image. The image is linked to the image "
29
- "view on your Facebook image gallery. You can add the link to your post in "
30
- "your comment, if you want to lead your readers to your blog. The main "
31
- "benefit of this format is, that your image is automatically uploaded to your "
32
- "Facebook image albums. You can edit the album’s name with a description of "
33
- "your choice."
34
- msgstr ""
35
- "Le type de photo post affiche une image sélectionnée de votre message avec "
36
- "le commentaire pour présenter votre message au-dessus de l'image. L'image "
37
- "est liée à la vue d'image sur votre galerie d'images de Facebook. Vous "
38
- "pouvez ajouter le lien à votre post dans votre commentaire, si vous voulez "
39
- "conduire vos lecteurs à votre blog. Le principal avantage de ce format est "
40
- "que votre image est automatiquement téléchargée sur vos albums d'images "
41
- "Facebook. Vous pouvez modifier le nom de l'album avec une description de "
42
- "votre choix."
43
-
44
- #: ../views/b2s/ship.php:345
45
- msgid "Your blog post is not yet published on your Wordpress!"
46
- msgstr "Votre message de blog n'est pas encore publié sur votre Wordpress!"
47
-
48
- #: ../views/b2s/ship.php:348
49
- msgid "At least one of your selected networks is set to \"Share Now\""
50
- msgstr "Au moins un de vos réseaux sélectionnés est réglé sur \"Partager maintenant\""
51
 
52
- #: ../views/b2s/ship.php:352
53
- msgid "Schedule your post"
54
- msgstr "Planifiez votre message"
55
 
56
- #: ../views/b2s/ship.php:355
57
- msgid "Ignore & share"
58
- msgstr "Ignorer & partager"
59
 
60
- #: ../views/b2s/html/footer.phtml:118
61
  msgid ""
62
- "The Blog2Social Auto-Posting feature will be activated by default. So your "
63
- "post will be shared automatically on your selected social media networks "
64
- "when your post is published. You can still deselect the checkbox manually "
65
- "when publishing/updating a post, if you don’t need the feature in certain "
66
- "cases."
67
  msgstr ""
68
- "La fonction Blog2Social Auto-Posting sera activée par défaut. Ainsi, votre "
69
- "post sera automatiquement partagé sur vos réseaux sociaux sélectionnés lors "
70
- "de la publication de votre message. Vous pouvez toujours désélectionner "
71
- "manuellement la case à cocher lors de la publication / mise à jour d'un "
72
- "message, si vous n'avez pas besoin de la fonctionnalité dans certains cas."
73
 
74
  #: ../includes/Ajax/Get.php:201
75
  msgid "ERROR 404 - Page not found"
@@ -89,13 +63,13 @@ msgstr "plus"
89
 
90
  #: ../includes/B2S/Network/Item.php:84 ../includes/B2S/Network/Item.php:98 ..
91
  #: /includes/B2S/Settings/Item.php:99 ../includes/B2S/Ship/Portale.php:35 ..
92
- #: /includes/Init.php:261
93
  msgid "Profile"
94
  msgstr "Profil"
95
 
96
  #: ../includes/B2S/Network/Item.php:87 ../includes/B2S/Network/Item.php:87 ..
97
  #: /includes/B2S/Network/Item.php:108 ../includes/B2S/Settings/Item.php:102 ..
98
- #: /includes/B2S/Ship/Portale.php:33 ../includes/Init.php:261
99
  msgid "Page"
100
  msgstr "Page"
101
 
@@ -105,7 +79,7 @@ msgstr "Vous voulez connecter une page d'un réseau ?"
105
 
106
  #: ../includes/B2S/Network/Item.php:90 ../includes/B2S/Network/Item.php:90 ..
107
  #: /includes/B2S/Network/Item.php:118 ../includes/B2S/Settings/Item.php:106 ..
108
- #: /includes/B2S/Ship/Portale.php:29 ../includes/Init.php:261
109
  msgid "Group"
110
  msgstr "Groupe"
111
 
@@ -203,102 +177,102 @@ msgstr "prévu postes"
203
  msgid "You have no posts published or scheduled."
204
  msgstr "Vous n'avez aucun article publié ou planifié."
205
 
206
- #: ../includes/B2S/Post/Item.php:203
207
  msgid "last shared on social media"
208
  msgstr "dernier partagé on le réseau social"
209
 
210
- #: ../includes/B2S/Post/Item.php:211 ../includes/Init.php:82
211
  msgid "Share on Social Media"
212
  msgstr "Partager sur les réseaux sociaux"
213
 
214
- #: ../includes/B2S/Post/Item.php:213 ../includes/PRG/Post/Item.php:110
215
  msgid "Author"
216
  msgstr "Auteur"
217
 
218
- #: ../includes/B2S/Post/Item.php:213 ../views/b2s/ship.php:23
219
  msgid "on blog"
220
  msgstr "sur le blog"
221
 
222
- #: ../includes/B2S/Post/Item.php:230 ../views/b2s/ship.php:207 ../views/b2s/ship.
223
  #: php:209
224
  msgid "Re-share this post"
225
  msgstr "Re-partager cet article"
226
 
227
- #: ../includes/B2S/Post/Item.php:231 ../includes/B2S/Post/Item.php:254
228
  msgid "Details"
229
  msgstr "Détails"
230
 
231
- #: ../includes/B2S/Post/Item.php:233
232
  msgid "shared social media posts"
233
  msgstr "articles partagés sur les réseaux sociaux"
234
 
235
- #: ../includes/B2S/Post/Item.php:233
236
  msgid "latest share by"
237
  msgstr "dernier partage par"
238
 
239
- #: ../includes/B2S/Post/Item.php:256
240
  msgid "scheduled social media posts"
241
  msgstr "articles planifié sur les réseaux sociaux"
242
 
243
- #: ../includes/B2S/Post/Item.php:256
244
  msgid "next share by"
245
  msgstr "prochain partagé par"
246
 
247
- #: ../includes/B2S/Post/Item.php:361 ../includes/B2S/Post/Item.php:423
248
  msgid "select all"
249
  msgstr "tous choisir"
250
 
251
- #: ../includes/B2S/Post/Item.php:363 ../views/b2s/dashboard.php:118
252
  msgid "Auto-Posting"
253
  msgstr "Auto-publication"
254
 
255
- #: ../includes/B2S/Post/Item.php:364
256
  msgid "show"
257
  msgstr "afficher"
258
 
259
- #: ../includes/B2S/Post/Item.php:367
260
  msgid "sharing in progress by"
261
  msgstr "le partage en cours par"
262
 
263
- #: ../includes/B2S/Post/Item.php:367
264
  msgid "shared by"
265
  msgstr "partagé par"
266
 
267
- #: ../includes/B2S/Post/Item.php:389 ../includes/B2S/Post/Item.php:403
268
  msgid "You want to delete a publish post entry?"
269
  msgstr "Vous voulez supprimer une entrée de publication?"
270
 
271
- #: ../includes/B2S/Post/Item.php:390 ../includes/B2S/Post/Item.php:404
272
  msgid "delete from reporting"
273
  msgstr "supprimer des rapports"
274
 
275
- #: ../includes/B2S/Post/Item.php:394
276
  msgid "re-share"
277
  msgstr "re-partage"
278
 
279
- #: ../includes/B2S/Post/Item.php:433
280
  msgid "scheduled by"
281
  msgstr "planifié par"
282
 
283
- #: ../includes/B2S/Post/Item.php:436 ../includes/B2S/Post/Item.php:450
284
  msgid "You want to delete an scheduled post entry?"
285
  msgstr "Vous voulez supprimer une entrée post programmée?"
286
 
287
- #: ../includes/B2S/Post/Item.php:437 ../includes/B2S/Post/Item.php:451
288
  msgid "delete scheduling"
289
  msgstr "effacer planifié"
290
 
291
- #: ../includes/B2S/Post/Item.php:441
292
  msgid "You want to change the time for your scheduled post?"
293
  msgstr "Vous souhaitez modifier l'heure de votre annonce?"
294
 
295
- #: ../includes/B2S/Post/Item.php:442
296
  msgid "change time"
297
  msgstr "changer l'heure"
298
 
299
  #: ../includes/B2S/Settings/Item.php:54
300
- msgid "use b2s.pm Link Shortner"
301
- msgstr "Utiliser b2s.pm pour raccourcir les liens"
302
 
303
  #: ../includes/B2S/Settings/Item.php:58
304
  msgid "activate Auto-Posting as default"
@@ -310,7 +284,7 @@ msgstr "permettre à shortcodes dans mon post"
310
 
311
  #: ../includes/B2S/Settings/Item.php:68 ../views/b2s/settings.php:72
312
  msgid "Select the appropriate post type for your Facebook posts"
313
- msgstr "Sélectionnez le type de publication approprié pour vos messages Facebook"
314
 
315
  #: ../includes/B2S/Settings/Item.php:71 ../views/b2s/settings.php:78
316
  msgid "Link Post"
@@ -318,7 +292,7 @@ msgstr "Lien Post"
318
 
319
  #: ../includes/B2S/Settings/Item.php:76 ../views/b2s/settings.php:84
320
  msgid "Photo Post"
321
- msgstr "Photo Post"
322
 
323
  #: ../includes/B2S/Settings/Item.php:113
324
  msgid "Uhr"
@@ -364,8 +338,10 @@ msgstr ""
364
  "automatiquement votre image en fonction des nécessités du réseau."
365
 
366
  #: ../includes/B2S/Ship/Image.php:18
367
- msgid "On Pinterest, Flickr and Instagram may be published with a image."
368
- msgstr "Sur Pinterest, Flickr et Instagram peut être publié avec une image."
 
 
369
 
370
  #: ../includes/B2S/Ship/Image.php:37
371
  msgid ""
@@ -434,8 +410,8 @@ msgstr "Lien"
434
  msgid "The Headline..."
435
  msgstr "L'entête..."
436
 
437
- #: ../includes/B2S/Ship/Item.php:363 ../includes/Init.php:336 ../includes/Init.
438
- #: php:336 ../views/b2s/ship.php:275
439
  msgid "Settings"
440
  msgstr "Paramètres"
441
 
@@ -443,11 +419,11 @@ msgstr "Paramètres"
443
  msgid "Hashtags"
444
  msgstr "Hashtags"
445
 
446
- #: ../includes/B2S/Ship/Item.php:398 ../includes/MetaBox.php:126
447
  msgid "Share Now"
448
  msgstr "Partager maintenant"
449
 
450
- #: ../includes/B2S/Ship/Item.php:400 ../includes/MetaBox.php:127
451
  msgid "Schedule post once"
452
  msgstr "Planifier l'article une fois"
453
 
@@ -535,19 +511,19 @@ msgstr "Nombre d'articles partagés"
535
  msgid "Number of scheduled posts"
536
  msgstr "Nombre d'articles planifiés"
537
 
538
- #: ../includes/Init.php:233
539
  msgid "This post will be shared into your social media on"
540
  msgstr "Ce post sera partagé dans vos médias sociaux sur"
541
 
542
- #: ../includes/Init.php:233 ../includes/Init.php:235
543
  msgid "show details"
544
  msgstr "afficher les détails"
545
 
546
- #: ../includes/Init.php:235
547
  msgid "This post will be shared on social media in 2-3 minutes!"
548
  msgstr "Votre post sera partagé sur les médias sociaux en 2-3 minutes!"
549
 
550
- #: ../includes/Init.php:239
551
  msgid ""
552
  "Please, make sure that your post are publish on this blog on this moment. "
553
  "Then you can auto post your post with Blog2social."
@@ -555,7 +531,7 @@ msgstr ""
555
  "S'il vous plaît, assurez-vous que votre post sont publier sur ce blog à ce "
556
  "moment. Ensuite, vous pouvez auto publier votre message avec Blog2social."
557
 
558
- #: ../includes/Init.php:242 ../includes/MetaBox.php:40
559
  msgid ""
560
  "There are no authorizations for your selected profile. Please, authorize "
561
  "with a social network or select a other profile."
@@ -563,27 +539,27 @@ msgstr ""
563
  "Il n'existe aucune autorisation pour votre profil sélectionné. Autoriser "
564
  "avec un réseau social ou sélectionner un autre profil."
565
 
566
- #: ../includes/Init.php:254
567
  msgid "https://www.blog2social.com/en/pricing/"
568
  msgstr "https://www.blog2social.com/en/pricing/"
569
 
570
- #: ../includes/Init.php:254
571
  msgid "Upgrade to Premium"
572
  msgstr "Passer à la version premium"
573
 
574
- #: ../includes/Init.php:262
575
  msgid "Your post could not be posted."
576
  msgstr "Votre article ne peut être posté."
577
 
578
- #: ../includes/Init.php:263
579
  msgid "Your authorization has expired. Please check your authorization."
580
  msgstr "Votre autorisation a expiré. Vérifiez votre autorisation, svp."
581
 
582
- #: ../includes/Init.php:264
583
  msgid "The network has marked the post as spam or abusive."
584
  msgstr "Le réseau a marqué l'article comme spam ou abusif."
585
 
586
- #: ../includes/Init.php:265
587
  msgid ""
588
  "We don't have the permission to publish your post. Please check your "
589
  "authorization."
@@ -591,7 +567,7 @@ msgstr ""
591
  "Nous n'avons pas la permission de publier votre article. Vérifiez votre "
592
  "autorisation, svp."
593
 
594
- #: ../includes/Init.php:266
595
  msgid ""
596
  "Your authorization is interrupted. Please check your authorization. Please "
597
  "see <a target=\"_blank\" href=\"https://www.blog2social."
@@ -601,15 +577,15 @@ msgstr ""
601
  "la <a target=\"_blank\" href=\"https://www.blog2social."
602
  "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>, svp."
603
 
604
- #: ../includes/Init.php:267
605
  msgid "Your limit is reached for today."
606
  msgstr "Votre limite quotidienne est atteinte."
607
 
608
- #: ../includes/Init.php:268
609
  msgid "Your post could not be posted, because your image is not available."
610
  msgstr "Votre article ne peut pas être publié parce que l'image n'est pas disponible."
611
 
612
- #: ../includes/Init.php:269
613
  msgid ""
614
  "The network has blocked your account. Please see <a target=\"_blank\" "
615
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
@@ -619,7 +595,7 @@ msgstr ""
619
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
620
  "error-messages.html\">FAQ</a>, svp."
621
 
622
- #: ../includes/Init.php:270
623
  msgid ""
624
  "The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
625
  "//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
@@ -629,11 +605,11 @@ msgstr ""
629
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
630
  "error-messages.html\">FAQ</a>, svp."
631
 
632
- #: ../includes/Init.php:271
633
  msgid "Your limit has temporarily reached for this network."
634
  msgstr "Votre limite est temporairement atteinte pour ce réseau."
635
 
636
- #: ../includes/Init.php:272
637
  msgid ""
638
  "The network can not publish special characters such as Emoji. Please see <a "
639
  "target=\"_blank\" href=\"https://www.blog2social."
@@ -643,39 +619,39 @@ msgstr ""
643
  "target=\"_blank\" href=\"https://www.blog2social."
644
  "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
645
 
646
- #: ../includes/Init.php:273
647
  msgid "Your post is a duplicate."
648
  msgstr "Votre message est un duplicata."
649
 
650
- #: ../includes/Init.php:274
651
  msgid "The network are required a public url to your post."
652
  msgstr "Le réseau doit avoir une url publique à votre poste."
653
 
654
- #: ../includes/Init.php:275
655
  msgid "The network says, that your group is not exisits."
656
  msgstr "Le réseau dit que votre groupe n'existe pas."
657
 
658
- #: ../includes/Init.php:333
659
  msgid "Dashboard"
660
  msgstr "Tableau de bord"
661
 
662
- #: ../includes/Init.php:334 ../includes/Init.php:334
663
  msgid "Posts & Sharing"
664
  msgstr "Messages et partage"
665
 
666
- #: ../includes/Init.php:335 ../includes/Init.php:335 ../views/b2s/network.php:16
667
  msgid "Networks"
668
  msgstr "Réseaux"
669
 
670
- #: ../includes/Init.php:337 ../includes/Init.php:337
671
  msgid "PR-Service"
672
  msgstr "Service - PR"
673
 
674
- #: ../includes/Init.php:552
675
  msgid "or"
676
  msgstr "ou"
677
 
678
- #: ../includes/Init.php:552
679
  msgid "back to install plugins"
680
  msgstr "retour à l'installation des plugins"
681
 
@@ -702,8 +678,9 @@ msgstr "Paramètres réseau:"
702
 
703
  #: ../includes/MetaBox.php:41
704
  msgid ""
705
- "Please, make sure that your post are publish or futured on this blog. Then "
706
- "you can schedule and custom share your post with Blog2social"
 
707
  msgstr ""
708
  "S'il vous plaît, assurez-vous que votre post sont publier ou futured sur ce "
709
  "blog. Ensuite, vous pouvez planifier et personnaliser votre post avec "
@@ -745,7 +722,7 @@ msgstr "Personnaliser et planifier des messages sur les réseaux sociaux"
745
  #: 30 ../views/b2s/network.php:102 ../views/b2s/ship.php:295 ../views/b2s/ship.
746
  #: php:324 ../views/b2s/ship.php:366 ../views/b2s/html/footer.phtml:27 ..
747
  #: /views/b2s/html/footer.phtml:76 ../views/b2s/html/footer.phtml:126 ..
748
- #: /views/b2s/html/header.phtml:182
749
  msgid "Social Media Auto-Posting"
750
  msgstr "Auto-publication des médias sociaux"
751
 
@@ -792,21 +769,21 @@ msgstr "Passer à la version Blog2Social premium"
792
  #: ../includes/MetaBox.php:76 ../includes/Notice.php:31 ../views/b2s/network.php:
793
  #: 103 ../views/b2s/ship.php:296 ../views/b2s/ship.php:325 ../views/b2s/ship.php:
794
  #: 367 ../views/b2s/html/footer.phtml:28 ../views/b2s/html/footer.phtml:77 ..
795
- #: /views/b2s/html/footer.phtml:127 ../views/b2s/html/header.phtml:183
796
  msgid "Post on pages and groups"
797
  msgstr "Poster sur les pages et les groupes"
798
 
799
  #: ../includes/MetaBox.php:77 ../includes/Notice.php:32 ../views/b2s/network.php:
800
  #: 104 ../views/b2s/ship.php:297 ../views/b2s/ship.php:326 ../views/b2s/ship.php:
801
  #: 368 ../views/b2s/html/footer.phtml:29 ../views/b2s/html/footer.phtml:78 ..
802
- #: /views/b2s/html/footer.phtml:128 ../views/b2s/html/header.phtml:184
803
  msgid "Share on multiple accounts per network"
804
  msgstr "Partage sur plusieurs comptes par réseau"
805
 
806
  #: ../includes/MetaBox.php:78 ../includes/Notice.php:33 ../views/b2s/network.php:
807
  #: 105 ../views/b2s/ship.php:298 ../views/b2s/ship.php:327 ../views/b2s/ship.php:
808
  #: 369 ../views/b2s/html/footer.phtml:30 ../views/b2s/html/footer.phtml:79 ..
809
- #: /views/b2s/html/footer.phtml:129 ../views/b2s/html/header.phtml:185
810
  msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
811
  msgstr ""
812
  "Best Time Scheduler: Planifiez une fois, plusieurs fois ou de façon "
@@ -815,7 +792,7 @@ msgstr ""
815
  #: ../includes/MetaBox.php:79 ../includes/Notice.php:34 ../views/b2s/network.php:
816
  #: 106 ../views/b2s/ship.php:299 ../views/b2s/ship.php:328 ../views/b2s/ship.php:
817
  #: 370 ../views/b2s/html/footer.phtml:31 ../views/b2s/html/footer.phtml:80 ..
818
- #: /views/b2s/html/footer.phtml:130 ../views/b2s/html/header.phtml:186
819
  msgid "Reporting with links to all published social media posts"
820
  msgstr ""
821
  "Rapports avec des liens vers tous les messages publiés sur les réseaux "
@@ -856,40 +833,18 @@ msgstr ""
856
  msgid "Select profile:"
857
  msgstr "Sélectionner le profil:"
858
 
859
- #: ../includes/MetaBox.php:122
860
- msgid "Schedule your post:"
861
- msgstr "Planifiez votre message:"
862
-
863
- #: ../includes/MetaBox.php:124
864
- msgid ""
865
- "If your Wordpress Post was scheduled on a certain date, Blog2Social will "
866
- "automatically post on this date too."
867
- msgstr ""
868
- "Si votre Wordpress Post a été planifiée sur une certaine date, Blog2Social "
869
- "sera automatiquement publier sur cette date aussi."
870
-
871
- #: ../includes/MetaBox.php:134
872
  msgid "Select date:"
873
  msgstr "choisir date:"
874
 
875
- #: ../includes/MetaBox.php:140
876
- msgid "allow for"
877
- msgstr "autoriser pour"
878
 
879
- #: ../includes/MetaBox.php:141 ../views/b2s/ship.php:39
880
- msgid "My Time Settings"
881
  msgstr "Mes réglages d'heures"
882
 
883
- #: ../includes/MetaBox.php:142
884
- msgid ""
885
- "Note: If you do not specify your own times, we automatically provide you "
886
- "with the best times to publish on the social networks. You can always enter "
887
- "your own times in the settings."
888
- msgstr ""
889
- "Remarque: Si vous ne spécifiez pas vos propres heures, nous vous fournissons "
890
- "automatiquement les meilleurs horaires pour publier sur les réseaux sociaux. "
891
- "Vous pouvez toujours entrer vos propres heures dans les paramètres."
892
-
893
  #: ../includes/Notice.php:18
894
  msgid ""
895
  "<strong>Rate it!</strong> If you like Blog2Social, please give us a 5 star "
@@ -991,7 +946,7 @@ msgstr "Comment utiliser Blog2Social - étape par étape"
991
 
992
  #: ../views/b2s/dashboard.php:28
993
  msgid ""
994
- "Learn how to get most out of Blog2Social to promote your blog on social "
995
  "media."
996
  msgstr ""
997
  "Découvrez comment tirer le meilleur parti de Blog2Social pour promouvoir "
@@ -1010,8 +965,8 @@ msgid "Find answers to common questions in"
1010
  msgstr "Trouver des réponses à des questions courantes"
1011
 
1012
  #: ../views/b2s/dashboard.php:39
1013
- msgid "our faq"
1014
- msgstr "notre faq"
1015
 
1016
  #: ../views/b2s/dashboard.php:48
1017
  msgid "Loading Top 5 FAQ"
@@ -1096,7 +1051,7 @@ msgid "Best Time Scheduler"
1096
  msgstr "Meilleures heures de planification"
1097
 
1098
  #: ../views/b2s/dashboard.php:143
1099
- msgid "Choose pre-defines times to post or edit and define your own time settings"
1100
  msgstr ""
1101
  "Choisissez une période prédéfinie pour afficher ou modifier et définir vos "
1102
  "propres paramètres de temps"
@@ -1208,19 +1163,19 @@ msgid ""
1208
  "All connected networks will be displayed as default \"Standard\" networks "
1209
  "profile.<br><br>You may define various sets of social media accounts, "
1210
  "profiles, pages or groups for different sharing purposes. For example pre-"
1211
- "select specific set of all of your networks for initial sharing and another "
1212
- "set of specific networks for re-sharing your post to. Or, if you have "
1213
- "multiple Twitter accounts or multiple Facebook pages and you want to share "
1214
- "your post to specific accounts or pages only, this feature may come handy "
1215
- "for even faster access to a specific selection of your sharing purposes. You "
1216
- "may also select sets of networks for re-sharing or scheduling your posts "
1217
- "once or recurrently at various days and times and with various different "
1218
- "comments or images.<br><br> This feature gives you an easier and faster "
1219
- "access to an unlimited number of variations for pre-selected sets of social "
1220
- "media accounts for any sharing and scheduling scheme you may think of."
1221
- "<br><br> You can always select and remove any account from any or your "
1222
- "networks profiles on your preview page with just a click of your mouse for "
1223
- "easy variation of your current sharing scheme."
1224
  msgstr ""
1225
  "Tous les réseaux connectés seront affichés comme profils \"Standard\" par "
1226
  "défaut.<br/><br/>Vous pouvez définir différents comptes de réseaux sociaux, "
@@ -1308,17 +1263,35 @@ msgid ""
1308
  "The link post type displays the posts title, link address and the first one "
1309
  "or two sentences of the post, as automatically scanned from your META or "
1310
  "OpenGraph information. If your post contains an image, Facebook also "
1311
- "displays the first image detected on the your page or the selected image you "
1312
  "choose from the Blog2Social image gallery. The image is automatically linked "
1313
  "to your blog post."
1314
  msgstr ""
1315
- "Le type de lien affiche le titre des articles, l'adresse du lien et la "
1316
- "première ou les deux premières phrases du message, telles que numérisées "
1317
  "automatiquement à partir de vos informations META ou OpenGraph. Si votre "
1318
- "post contient une image, Facebook affiche également la première image "
1319
- "détectée sur votre page ou l'image sélectionnée que vous choisissez dans la "
1320
- "galerie d'images Blog2Social. L'image est automatiquement liée à votre "
1321
- "billet de blog."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1322
 
1323
  #: ../views/b2s/settings.php:99
1324
  msgid "Allow shortcodes in my post"
@@ -1360,6 +1333,10 @@ msgstr "Faire défiler vers le bas"
1360
  msgid "You want to load your time settings?"
1361
  msgstr "Vous voulez charger vos paramètres de temps?"
1362
 
 
 
 
 
1363
  #: ../views/b2s/ship.php:75
1364
  msgid "Social Accounts"
1365
  msgstr "Comptes de réseaux sociaux"
@@ -1522,6 +1499,22 @@ msgstr ""
1522
  "compte de réseau respectif pour sélectionner ou supprimer un compte du "
1523
  "partage courant."
1524
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1525
  #: ../views/prg/login.php:14
1526
  msgid "Login failed. Please check your username and a password!"
1527
  msgstr "Connexion échouée. Vérifiez votre nom et mot de passe, svp."
@@ -1667,35 +1660,49 @@ msgstr ""
1667
  "de publication\" pour une utilisation future."
1668
 
1669
  #: ../views/b2s/html/footer.phtml:96
1670
- msgid "b2s.pm Link Shortner"
1671
- msgstr "b2s.pm générateur de liens courts"
1672
 
1673
  #: ../views/b2s/html/footer.phtml:99
1674
  msgid ""
1675
- "The Blog2Social Shortner converts and publishes your links with a short URL "
1676
  "on the social networks.<br>If you choose this option, you avoid that re-"
1677
  "shared posts with the same links will be rejected by the networks. The b2s."
1678
- "pm Shortner generates a new link for each social media post. This feature is "
1679
- "essential if you wish to re-share your posts on the same networks.Another "
1680
- "benefit of the b2s.pm: Shortly, Blog2Social will provide a reporting feature "
1681
- "for your social media posts. So, with the b2s.pm links, you will be able to "
1682
- "see how often the link has been clicked, liked or shared on your social "
1683
- "channels and easily and quickly analyze the performance of your social media "
1684
- "posts.<br>You can disable the b2s.pm Shortner to show your original URL."
 
1685
  msgstr ""
1686
- "Le générateur de liens courts Blog2Social convertit et publie vos liens avec "
1687
- "une URL courte sur les réseaux sociaux.<br>Si vous choisissez cette option, "
1688
- "vous évitez que les articles re-partagés avec les mêmes liens soient rejetés "
1689
- "par les réseaux. Le générateur de liens courts b2s.pm génère un nouveau lien "
1690
- "pour chaque article de réseaux sociaux. Cette fonction est essentielle si "
1691
- "vous souhaitez re-partager vos articles sur les mêmes réseaux. Autre "
1692
- "avantage du générateur de liens courts b2s.pm : dans peu de temps, "
1693
- "Blog2Social fournira une fonctionnalité de reporting pour vos articles de "
1694
- "réseaux sociaux. Donc, avec les liens b2s.pm, vous serez en mesure de voir "
1695
- "combien de fois le lien a été cliqué, aimé ou partagé sur vos réseaux "
1696
- "sociaux et facilement et rapidement analyser les performances de vos "
1697
- "articles sur les réseaux sociaux.<br>Vous pouvez désactiver le générateur de "
1698
- "liens courts b2s.pm pour afficher votre URL d'origine."
 
 
 
 
 
 
 
 
 
 
 
 
 
1699
 
1700
  #: ../views/b2s/html/header.phtml:8
1701
  msgid "Thank you. You'll now receive the blog updates from Blog2Social."
@@ -1719,7 +1726,7 @@ msgstr "Post a été planifié avec succès sur votre blog!"
1719
  msgid "Post is published successfully on your blog!"
1720
  msgstr "Post est publié avec succès sur votre blog!"
1721
 
1722
- #: ../views/b2s/html/header.phtml:51
1723
  msgid "Version"
1724
  msgstr "Version"
1725
 
@@ -1771,11 +1778,11 @@ msgstr "Vos paramètres ont été sauvegardés avec succès."
1771
  msgid "Your settings could not be saved."
1772
  msgstr "Vos paramètres n'ont pu être sauvegardés."
1773
 
1774
- #: ../views/b2s/html/header.phtml:123 ../views/b2s/html/header.phtml:173
1775
  msgid "Test Blog2Social PREMIUM 30 days for free"
1776
  msgstr "Testez Blog2Social PREMIUM 30 jours gratuitement"
1777
 
1778
- #: ../views/b2s/html/header.phtml:123 ../views/b2s/html/header.phtml:206
1779
  msgid "Get Started"
1780
  msgstr "Commencez"
1781
 
@@ -1805,15 +1812,15 @@ msgstr "Oui, j'en veux plus"
1805
  msgid "No, I had enough"
1806
  msgstr "Non, j'en ai eu assez"
1807
 
1808
- #: ../views/b2s/html/header.phtml:160 ../views/b2s/html/service.phtml:15
1809
  msgid "Plans & Pricing"
1810
  msgstr "Plans & Prix"
1811
 
1812
- #: ../views/b2s/html/header.phtml:161 ../views/b2s/html/service.phtml:16
1813
  msgid "Support"
1814
  msgstr "Support"
1815
 
1816
- #: ../views/b2s/html/header.phtml:179
1817
  msgid ""
1818
  "The free trial can not be started. This blog has been already registered for "
1819
  "the free trial."
@@ -1821,25 +1828,25 @@ msgstr ""
1821
  "La version gratuite ne peut commencer. Ce blog a déjà été enregistré pour la "
1822
  "version gratuite."
1823
 
1824
- #: ../views/b2s/html/header.phtml:189 ../views/prg/html/form.phtml:141 ..
1825
  #: /views/prg/html/form.phtml:143 ../views/prg/html/form.phtml:218 ..
1826
  #: /views/prg/html/form.phtml:220
1827
  msgid "E-Mail"
1828
  msgstr "E-mail"
1829
 
1830
- #: ../views/b2s/html/header.phtml:193 ../views/prg/html/form.phtml:91 ..
1831
  #: /views/prg/html/form.phtml:100 ../views/prg/html/form.phtml:168 ..
1832
  #: /views/prg/html/form.phtml:177
1833
  msgid "First Name"
1834
  msgstr "Prénom"
1835
 
1836
- #: ../views/b2s/html/header.phtml:197 ../views/prg/html/form.phtml:92 ..
1837
  #: /views/prg/html/form.phtml:103 ../views/prg/html/form.phtml:169 ..
1838
  #: /views/prg/html/form.phtml:180
1839
  msgid "Last Name"
1840
  msgstr "Nom"
1841
 
1842
- #: ../views/b2s/html/header.phtml:202
1843
  msgid "No credit card required"
1844
  msgstr "Pas d'information de carte de crédit nécessaire"
1845
 
@@ -1873,11 +1880,12 @@ msgstr "Notez-le !"
1873
 
1874
  #: ../views/b2s/html/sidebar.phtml:51
1875
  msgid ""
1876
- "If you like Blog2Social, please give us a 5 star rating. I there is anything "
1877
- "that does not work for you, please contact us!"
1878
  msgstr ""
1879
- "Si vous aimez Blog2Social, donnez-nous 5 étoiles, svp. Si il y a quelque-"
1880
- "chose qui ne fonctionne pas pour vous, contactez-nous, svp !"
 
1881
 
1882
  #: ../views/b2s/html/sidebar.phtml:67
1883
  msgid "GET STARTED"
3
  "Project-Id-Version: Blog2Social V3 - Development Modus\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2016-10-25 12:18+0200\n"
6
+ "PO-Revision-Date: Fri Mar 03 2017 12:29:06 GMT+0100\n"
7
  "Last-Translator: admin <s.buerger@adenion.de>\n"
8
  "Language-Team: French (France) <translate@tips02.fr>\n"
9
  "Language: French (France)\n"
22
  "X-Generator: Loco - https://localise.biz/\n"
23
  "X-Poedit-SearchPath-0: .."
24
 
25
+ #: ../includes/MetaBox.php:122
26
+ msgid "Schedule or share your social media posts:"
27
+ msgstr "Planifiez ou partagez vos messages sur les réseaux sociaux:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
+ #: ../includes/MetaBox.php:125
30
+ msgid "immediately after publishing"
31
+ msgstr "Immédiatement après l'édition"
32
 
33
+ #: ../includes/MetaBox.php:126
34
+ msgid "at scheduled times"
35
+ msgstr "À des heures programmées"
36
 
37
+ #: ../includes/MetaBox.php:141
38
  msgid ""
39
+ "Note: If you have not specified any custom time settings, Blog2Social will "
40
+ "automatically schedule your social media posts at the pre-defined best times "
41
+ "for each social network. You can always edit your own times in the settings."
 
 
42
  msgstr ""
43
+ "Remarque: Si vous n'avez pas spécifié d'horaire personnalisé, Blog2Social "
44
+ "planifiera automatiquement vos posts de médias sociaux aux meilleurs temps "
45
+ "prédéfinis pour chaque réseau social. Vous pouvez toujours modifier vos "
46
+ "propres heures dans les paramètres."
 
47
 
48
  #: ../includes/Ajax/Get.php:201
49
  msgid "ERROR 404 - Page not found"
63
 
64
  #: ../includes/B2S/Network/Item.php:84 ../includes/B2S/Network/Item.php:98 ..
65
  #: /includes/B2S/Settings/Item.php:99 ../includes/B2S/Ship/Portale.php:35 ..
66
+ #: /includes/Init.php:259
67
  msgid "Profile"
68
  msgstr "Profil"
69
 
70
  #: ../includes/B2S/Network/Item.php:87 ../includes/B2S/Network/Item.php:87 ..
71
  #: /includes/B2S/Network/Item.php:108 ../includes/B2S/Settings/Item.php:102 ..
72
+ #: /includes/B2S/Ship/Portale.php:33 ../includes/Init.php:259
73
  msgid "Page"
74
  msgstr "Page"
75
 
79
 
80
  #: ../includes/B2S/Network/Item.php:90 ../includes/B2S/Network/Item.php:90 ..
81
  #: /includes/B2S/Network/Item.php:118 ../includes/B2S/Settings/Item.php:106 ..
82
+ #: /includes/B2S/Ship/Portale.php:29 ../includes/Init.php:259
83
  msgid "Group"
84
  msgstr "Groupe"
85
 
177
  msgid "You have no posts published or scheduled."
178
  msgstr "Vous n'avez aucun article publié ou planifié."
179
 
180
+ #: ../includes/B2S/Post/Item.php:202
181
  msgid "last shared on social media"
182
  msgstr "dernier partagé on le réseau social"
183
 
184
+ #: ../includes/B2S/Post/Item.php:210 ../includes/Init.php:82
185
  msgid "Share on Social Media"
186
  msgstr "Partager sur les réseaux sociaux"
187
 
188
+ #: ../includes/B2S/Post/Item.php:212 ../includes/PRG/Post/Item.php:110
189
  msgid "Author"
190
  msgstr "Auteur"
191
 
192
+ #: ../includes/B2S/Post/Item.php:212 ../views/b2s/ship.php:23
193
  msgid "on blog"
194
  msgstr "sur le blog"
195
 
196
+ #: ../includes/B2S/Post/Item.php:229 ../views/b2s/ship.php:207 ../views/b2s/ship.
197
  #: php:209
198
  msgid "Re-share this post"
199
  msgstr "Re-partager cet article"
200
 
201
+ #: ../includes/B2S/Post/Item.php:230 ../includes/B2S/Post/Item.php:253
202
  msgid "Details"
203
  msgstr "Détails"
204
 
205
+ #: ../includes/B2S/Post/Item.php:232
206
  msgid "shared social media posts"
207
  msgstr "articles partagés sur les réseaux sociaux"
208
 
209
+ #: ../includes/B2S/Post/Item.php:232
210
  msgid "latest share by"
211
  msgstr "dernier partage par"
212
 
213
+ #: ../includes/B2S/Post/Item.php:255
214
  msgid "scheduled social media posts"
215
  msgstr "articles planifié sur les réseaux sociaux"
216
 
217
+ #: ../includes/B2S/Post/Item.php:255
218
  msgid "next share by"
219
  msgstr "prochain partagé par"
220
 
221
+ #: ../includes/B2S/Post/Item.php:360 ../includes/B2S/Post/Item.php:422
222
  msgid "select all"
223
  msgstr "tous choisir"
224
 
225
+ #: ../includes/B2S/Post/Item.php:362 ../views/b2s/dashboard.php:118
226
  msgid "Auto-Posting"
227
  msgstr "Auto-publication"
228
 
229
+ #: ../includes/B2S/Post/Item.php:363
230
  msgid "show"
231
  msgstr "afficher"
232
 
233
+ #: ../includes/B2S/Post/Item.php:366
234
  msgid "sharing in progress by"
235
  msgstr "le partage en cours par"
236
 
237
+ #: ../includes/B2S/Post/Item.php:366
238
  msgid "shared by"
239
  msgstr "partagé par"
240
 
241
+ #: ../includes/B2S/Post/Item.php:388 ../includes/B2S/Post/Item.php:402
242
  msgid "You want to delete a publish post entry?"
243
  msgstr "Vous voulez supprimer une entrée de publication?"
244
 
245
+ #: ../includes/B2S/Post/Item.php:389 ../includes/B2S/Post/Item.php:403
246
  msgid "delete from reporting"
247
  msgstr "supprimer des rapports"
248
 
249
+ #: ../includes/B2S/Post/Item.php:393
250
  msgid "re-share"
251
  msgstr "re-partage"
252
 
253
+ #: ../includes/B2S/Post/Item.php:432
254
  msgid "scheduled by"
255
  msgstr "planifié par"
256
 
257
+ #: ../includes/B2S/Post/Item.php:435 ../includes/B2S/Post/Item.php:449
258
  msgid "You want to delete an scheduled post entry?"
259
  msgstr "Vous voulez supprimer une entrée post programmée?"
260
 
261
+ #: ../includes/B2S/Post/Item.php:436 ../includes/B2S/Post/Item.php:450
262
  msgid "delete scheduling"
263
  msgstr "effacer planifié"
264
 
265
+ #: ../includes/B2S/Post/Item.php:440
266
  msgid "You want to change the time for your scheduled post?"
267
  msgstr "Vous souhaitez modifier l'heure de votre annonce?"
268
 
269
+ #: ../includes/B2S/Post/Item.php:441
270
  msgid "change time"
271
  msgstr "changer l'heure"
272
 
273
  #: ../includes/B2S/Settings/Item.php:54
274
+ msgid "use b2s.pm Link Shortener"
275
+ msgstr "utiliser b2s.pm Lien Shortener"
276
 
277
  #: ../includes/B2S/Settings/Item.php:58
278
  msgid "activate Auto-Posting as default"
284
 
285
  #: ../includes/B2S/Settings/Item.php:68 ../views/b2s/settings.php:72
286
  msgid "Select the appropriate post type for your Facebook posts"
287
+ msgstr "Sélectionnez le type approprié d'article pour votre publication Facebook\n"
288
 
289
  #: ../includes/B2S/Settings/Item.php:71 ../views/b2s/settings.php:78
290
  msgid "Link Post"
292
 
293
  #: ../includes/B2S/Settings/Item.php:76 ../views/b2s/settings.php:84
294
  msgid "Photo Post"
295
+ msgstr "Article photo"
296
 
297
  #: ../includes/B2S/Settings/Item.php:113
298
  msgid "Uhr"
338
  "automatiquement votre image en fonction des nécessités du réseau."
339
 
340
  #: ../includes/B2S/Ship/Image.php:18
341
+ msgid "In order to post to Pinterest, Instagram and Flickr, please select an image."
342
+ msgstr ""
343
+ "Pour poster à Pinterest, Instagram et Flickr, s'il vous plaît sélectionner "
344
+ "une image."
345
 
346
  #: ../includes/B2S/Ship/Image.php:37
347
  msgid ""
410
  msgid "The Headline..."
411
  msgstr "L'entête..."
412
 
413
+ #: ../includes/B2S/Ship/Item.php:363 ../includes/Init.php:334 ../includes/Init.
414
+ #: php:334 ../views/b2s/ship.php:275
415
  msgid "Settings"
416
  msgstr "Paramètres"
417
 
419
  msgid "Hashtags"
420
  msgstr "Hashtags"
421
 
422
+ #: ../includes/B2S/Ship/Item.php:398
423
  msgid "Share Now"
424
  msgstr "Partager maintenant"
425
 
426
+ #: ../includes/B2S/Ship/Item.php:400
427
  msgid "Schedule post once"
428
  msgstr "Planifier l'article une fois"
429
 
511
  msgid "Number of scheduled posts"
512
  msgstr "Nombre d'articles planifiés"
513
 
514
+ #: ../includes/Init.php:231
515
  msgid "This post will be shared into your social media on"
516
  msgstr "Ce post sera partagé dans vos médias sociaux sur"
517
 
518
+ #: ../includes/Init.php:231 ../includes/Init.php:233
519
  msgid "show details"
520
  msgstr "afficher les détails"
521
 
522
+ #: ../includes/Init.php:233
523
  msgid "This post will be shared on social media in 2-3 minutes!"
524
  msgstr "Votre post sera partagé sur les médias sociaux en 2-3 minutes!"
525
 
526
+ #: ../includes/Init.php:237
527
  msgid ""
528
  "Please, make sure that your post are publish on this blog on this moment. "
529
  "Then you can auto post your post with Blog2social."
531
  "S'il vous plaît, assurez-vous que votre post sont publier sur ce blog à ce "
532
  "moment. Ensuite, vous pouvez auto publier votre message avec Blog2social."
533
 
534
+ #: ../includes/Init.php:240 ../includes/MetaBox.php:40
535
  msgid ""
536
  "There are no authorizations for your selected profile. Please, authorize "
537
  "with a social network or select a other profile."
539
  "Il n'existe aucune autorisation pour votre profil sélectionné. Autoriser "
540
  "avec un réseau social ou sélectionner un autre profil."
541
 
542
+ #: ../includes/Init.php:252
543
  msgid "https://www.blog2social.com/en/pricing/"
544
  msgstr "https://www.blog2social.com/en/pricing/"
545
 
546
+ #: ../includes/Init.php:252
547
  msgid "Upgrade to Premium"
548
  msgstr "Passer à la version premium"
549
 
550
+ #: ../includes/Init.php:260
551
  msgid "Your post could not be posted."
552
  msgstr "Votre article ne peut être posté."
553
 
554
+ #: ../includes/Init.php:261
555
  msgid "Your authorization has expired. Please check your authorization."
556
  msgstr "Votre autorisation a expiré. Vérifiez votre autorisation, svp."
557
 
558
+ #: ../includes/Init.php:262
559
  msgid "The network has marked the post as spam or abusive."
560
  msgstr "Le réseau a marqué l'article comme spam ou abusif."
561
 
562
+ #: ../includes/Init.php:263
563
  msgid ""
564
  "We don't have the permission to publish your post. Please check your "
565
  "authorization."
567
  "Nous n'avons pas la permission de publier votre article. Vérifiez votre "
568
  "autorisation, svp."
569
 
570
+ #: ../includes/Init.php:264
571
  msgid ""
572
  "Your authorization is interrupted. Please check your authorization. Please "
573
  "see <a target=\"_blank\" href=\"https://www.blog2social."
577
  "la <a target=\"_blank\" href=\"https://www.blog2social."
578
  "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>, svp."
579
 
580
+ #: ../includes/Init.php:265
581
  msgid "Your limit is reached for today."
582
  msgstr "Votre limite quotidienne est atteinte."
583
 
584
+ #: ../includes/Init.php:266
585
  msgid "Your post could not be posted, because your image is not available."
586
  msgstr "Votre article ne peut pas être publié parce que l'image n'est pas disponible."
587
 
588
+ #: ../includes/Init.php:267
589
  msgid ""
590
  "The network has blocked your account. Please see <a target=\"_blank\" "
591
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
595
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
596
  "error-messages.html\">FAQ</a>, svp."
597
 
598
+ #: ../includes/Init.php:268
599
  msgid ""
600
  "The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
601
  "//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
605
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
606
  "error-messages.html\">FAQ</a>, svp."
607
 
608
+ #: ../includes/Init.php:269
609
  msgid "Your limit has temporarily reached for this network."
610
  msgstr "Votre limite est temporairement atteinte pour ce réseau."
611
 
612
+ #: ../includes/Init.php:270
613
  msgid ""
614
  "The network can not publish special characters such as Emoji. Please see <a "
615
  "target=\"_blank\" href=\"https://www.blog2social."
619
  "target=\"_blank\" href=\"https://www.blog2social."
620
  "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
621
 
622
+ #: ../includes/Init.php:271
623
  msgid "Your post is a duplicate."
624
  msgstr "Votre message est un duplicata."
625
 
626
+ #: ../includes/Init.php:272
627
  msgid "The network are required a public url to your post."
628
  msgstr "Le réseau doit avoir une url publique à votre poste."
629
 
630
+ #: ../includes/Init.php:273
631
  msgid "The network says, that your group is not exisits."
632
  msgstr "Le réseau dit que votre groupe n'existe pas."
633
 
634
+ #: ../includes/Init.php:331
635
  msgid "Dashboard"
636
  msgstr "Tableau de bord"
637
 
638
+ #: ../includes/Init.php:332 ../includes/Init.php:332
639
  msgid "Posts & Sharing"
640
  msgstr "Messages et partage"
641
 
642
+ #: ../includes/Init.php:333 ../includes/Init.php:333 ../views/b2s/network.php:16
643
  msgid "Networks"
644
  msgstr "Réseaux"
645
 
646
+ #: ../includes/Init.php:335 ../includes/Init.php:335
647
  msgid "PR-Service"
648
  msgstr "Service - PR"
649
 
650
+ #: ../includes/Init.php:550
651
  msgid "or"
652
  msgstr "ou"
653
 
654
+ #: ../includes/Init.php:550
655
  msgid "back to install plugins"
656
  msgstr "retour à l'installation des plugins"
657
 
678
 
679
  #: ../includes/MetaBox.php:41
680
  msgid ""
681
+ "Your post is still on draft or pending status. Please make sure that your "
682
+ "post is published or scheduled to be published on this blog. You can then "
683
+ "auto-post or schedule and customize your social media posts with Blog2Social."
684
  msgstr ""
685
  "S'il vous plaît, assurez-vous que votre post sont publier ou futured sur ce "
686
  "blog. Ensuite, vous pouvez planifier et personnaliser votre post avec "
722
  #: 30 ../views/b2s/network.php:102 ../views/b2s/ship.php:295 ../views/b2s/ship.
723
  #: php:324 ../views/b2s/ship.php:366 ../views/b2s/html/footer.phtml:27 ..
724
  #: /views/b2s/html/footer.phtml:76 ../views/b2s/html/footer.phtml:126 ..
725
+ #: /views/b2s/html/header.phtml:188
726
  msgid "Social Media Auto-Posting"
727
  msgstr "Auto-publication des médias sociaux"
728
 
769
  #: ../includes/MetaBox.php:76 ../includes/Notice.php:31 ../views/b2s/network.php:
770
  #: 103 ../views/b2s/ship.php:296 ../views/b2s/ship.php:325 ../views/b2s/ship.php:
771
  #: 367 ../views/b2s/html/footer.phtml:28 ../views/b2s/html/footer.phtml:77 ..
772
+ #: /views/b2s/html/footer.phtml:127 ../views/b2s/html/header.phtml:189
773
  msgid "Post on pages and groups"
774
  msgstr "Poster sur les pages et les groupes"
775
 
776
  #: ../includes/MetaBox.php:77 ../includes/Notice.php:32 ../views/b2s/network.php:
777
  #: 104 ../views/b2s/ship.php:297 ../views/b2s/ship.php:326 ../views/b2s/ship.php:
778
  #: 368 ../views/b2s/html/footer.phtml:29 ../views/b2s/html/footer.phtml:78 ..
779
+ #: /views/b2s/html/footer.phtml:128 ../views/b2s/html/header.phtml:190
780
  msgid "Share on multiple accounts per network"
781
  msgstr "Partage sur plusieurs comptes par réseau"
782
 
783
  #: ../includes/MetaBox.php:78 ../includes/Notice.php:33 ../views/b2s/network.php:
784
  #: 105 ../views/b2s/ship.php:298 ../views/b2s/ship.php:327 ../views/b2s/ship.php:
785
  #: 369 ../views/b2s/html/footer.phtml:30 ../views/b2s/html/footer.phtml:79 ..
786
+ #: /views/b2s/html/footer.phtml:129 ../views/b2s/html/header.phtml:191
787
  msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
788
  msgstr ""
789
  "Best Time Scheduler: Planifiez une fois, plusieurs fois ou de façon "
792
  #: ../includes/MetaBox.php:79 ../includes/Notice.php:34 ../views/b2s/network.php:
793
  #: 106 ../views/b2s/ship.php:299 ../views/b2s/ship.php:328 ../views/b2s/ship.php:
794
  #: 370 ../views/b2s/html/footer.phtml:31 ../views/b2s/html/footer.phtml:80 ..
795
+ #: /views/b2s/html/footer.phtml:130 ../views/b2s/html/header.phtml:192
796
  msgid "Reporting with links to all published social media posts"
797
  msgstr ""
798
  "Rapports avec des liens vers tous les messages publiés sur les réseaux "
833
  msgid "Select profile:"
834
  msgstr "Sélectionner le profil:"
835
 
836
+ #: ../includes/MetaBox.php:133
 
 
 
 
 
 
 
 
 
 
 
 
837
  msgid "Select date:"
838
  msgstr "choisir date:"
839
 
840
+ #: ../includes/MetaBox.php:139
841
+ msgid "post at"
842
+ msgstr "Poste à"
843
 
844
+ #: ../includes/MetaBox.php:140
845
+ msgid "my time settings"
846
  msgstr "Mes réglages d'heures"
847
 
 
 
 
 
 
 
 
 
 
 
848
  #: ../includes/Notice.php:18
849
  msgid ""
850
  "<strong>Rate it!</strong> If you like Blog2Social, please give us a 5 star "
946
 
947
  #: ../views/b2s/dashboard.php:28
948
  msgid ""
949
+ "Learn how to get the most out of Blog2Social to promote your blog on social "
950
  "media."
951
  msgstr ""
952
  "Découvrez comment tirer le meilleur parti de Blog2Social pour promouvoir "
965
  msgstr "Trouver des réponses à des questions courantes"
966
 
967
  #: ../views/b2s/dashboard.php:39
968
+ msgid "our FAQ"
969
+ msgstr "notre FAQ"
970
 
971
  #: ../views/b2s/dashboard.php:48
972
  msgid "Loading Top 5 FAQ"
1051
  msgstr "Meilleures heures de planification"
1052
 
1053
  #: ../views/b2s/dashboard.php:143
1054
+ msgid "Choose pre-defined times to post or edit and define your own time settings"
1055
  msgstr ""
1056
  "Choisissez une période prédéfinie pour afficher ou modifier et définir vos "
1057
  "propres paramètres de temps"
1163
  "All connected networks will be displayed as default \"Standard\" networks "
1164
  "profile.<br><br>You may define various sets of social media accounts, "
1165
  "profiles, pages or groups for different sharing purposes. For example pre-"
1166
+ "select specific set of all your networks for initial sharing and another set "
1167
+ "of specific networks for re-sharing your post to. Or, if you have multiple "
1168
+ "Twitter accounts or multiple Facebook pages and you want to share your post "
1169
+ "to specific accounts or pages only, this feature may come handy for even "
1170
+ "faster access to a specific selection of your sharing purposes. You may also "
1171
+ "select sets of networks for re-sharing or scheduling your posts once or "
1172
+ "recurrently at various days and times and with different comments or images."
1173
+ "<br><br> This feature gives you an easier and faster access to an unlimited "
1174
+ "number of variations for pre-selected sets of social media accounts for any "
1175
+ "sharing and scheduling scheme you may think of.<br><br> You can always "
1176
+ "select and remove any account from any of your networks profiles on your "
1177
+ "preview page with just a click of your mouse for an easy variation of your "
1178
+ "current sharing scheme."
1179
  msgstr ""
1180
  "Tous les réseaux connectés seront affichés comme profils \"Standard\" par "
1181
  "défaut.<br/><br/>Vous pouvez définir différents comptes de réseaux sociaux, "
1263
  "The link post type displays the posts title, link address and the first one "
1264
  "or two sentences of the post, as automatically scanned from your META or "
1265
  "OpenGraph information. If your post contains an image, Facebook also "
1266
+ "displays the first image detected on your page or the selected image you "
1267
  "choose from the Blog2Social image gallery. The image is automatically linked "
1268
  "to your blog post."
1269
  msgstr ""
1270
+ "Le type de lien affiche le titre de l'article, l'adresse du lien et la "
1271
+ "première ou les deux premières phrases de l'article, telles que récupérées "
1272
  "automatiquement à partir de vos informations META ou OpenGraph. Si votre "
1273
+ "article contient une image, Facebook affichera également la première image "
1274
+ "détectée ou l'image sélectionnée depuis la galerie Blog2Social. L'image est "
1275
+ "automatiquement liée à votre article.\n"
1276
+
1277
+ #: ../views/b2s/settings.php:86
1278
+ msgid ""
1279
+ "The photo post type displays a selected image of your post with the comment "
1280
+ "to introduce your post above the image. The image is linked to the image "
1281
+ "view on your Facebook image gallery. You can add the link to your post in "
1282
+ "your comment, if you want to lead your readers to your blog. The main "
1283
+ "benefit of this format is that your image is automatically uploaded to your "
1284
+ "Facebook image albums. You can edit the album’s name with a description of "
1285
+ "your choice."
1286
+ msgstr ""
1287
+ "Le type d'article photo affiche une image sélectionnée de votre article avec "
1288
+ "le commentaire d'introduction de celui-ci au-dessus de l'image. L'image est "
1289
+ "liée à la vue d'image sur votre galerie d'images de Facebook. Vous pouvez "
1290
+ "ajouter le lien à votre article dans votre commentaire, si vous voulez "
1291
+ "emmener vos lecteurs vers votre blog. Le principal avantage de ce format est "
1292
+ "que votre image est automatiquement téléchargée sur vos albums d'images "
1293
+ "Facebook. Vous pouvez modifier le nom de l'album avec une description de "
1294
+ "votre choix.\n"
1295
 
1296
  #: ../views/b2s/settings.php:99
1297
  msgid "Allow shortcodes in my post"
1333
  msgid "You want to load your time settings?"
1334
  msgstr "Vous voulez charger vos paramètres de temps?"
1335
 
1336
+ #: ../views/b2s/ship.php:39
1337
+ msgid "My Time Settings"
1338
+ msgstr "Mes réglages d'heures"
1339
+
1340
  #: ../views/b2s/ship.php:75
1341
  msgid "Social Accounts"
1342
  msgstr "Comptes de réseaux sociaux"
1499
  "compte de réseau respectif pour sélectionner ou supprimer un compte du "
1500
  "partage courant."
1501
 
1502
+ #: ../views/b2s/ship.php:345
1503
+ msgid "Your blog post is not yet published on your Wordpress!"
1504
+ msgstr "Votre message de blog n'est pas encore publié sur votre Wordpress!"
1505
+
1506
+ #: ../views/b2s/ship.php:348
1507
+ msgid "At least one of your selected networks is set to \"Share Now\""
1508
+ msgstr "Au moins un de vos réseaux sélectionnés est réglé sur \"Partager maintenant\""
1509
+
1510
+ #: ../views/b2s/ship.php:352
1511
+ msgid "Schedule your post"
1512
+ msgstr "Planifiez votre message"
1513
+
1514
+ #: ../views/b2s/ship.php:355
1515
+ msgid "Ignore & share"
1516
+ msgstr "Ignorer & partager"
1517
+
1518
  #: ../views/prg/login.php:14
1519
  msgid "Login failed. Please check your username and a password!"
1520
  msgstr "Connexion échouée. Vérifiez votre nom et mot de passe, svp."
1660
  "de publication\" pour une utilisation future."
1661
 
1662
  #: ../views/b2s/html/footer.phtml:96
1663
+ msgid "b2s.pm Link Shortener"
1664
+ msgstr " b2s.pm Lien Shortener"
1665
 
1666
  #: ../views/b2s/html/footer.phtml:99
1667
  msgid ""
1668
+ "The Blog2Social Shortener converts and publishes your links with a short URL "
1669
  "on the social networks.<br>If you choose this option, you avoid that re-"
1670
  "shared posts with the same links will be rejected by the networks. The b2s."
1671
+ "pm Shortener generates a new link for each social media post. This feature "
1672
+ "is essential if you wish to re-share your posts on the same networks. "
1673
+ "Another benefit of the b2s.pm: Shortly, Blog2Social will provide a reporting "
1674
+ "feature for your social media posts. So, with the b2s.pm links, you will be "
1675
+ "able to see how often the link has been clicked, liked or shared on your "
1676
+ "social channels and easily and quickly analyze the performance of your "
1677
+ "social media posts.<br>You can disable the b2s.pm Shortener to show your "
1678
+ "original URL."
1679
  msgstr ""
1680
+ "Le Blog2Social Shortener Convertit et publie votre gauche avec une URL "
1681
+ "courte sur les réseaux sociaux. <br> Si vous choisissez cette option, vous "
1682
+ "évitez les messages ne re-partage avec le même gauche sera rejetée par les "
1683
+ "réseaux. Le gène raccourcisseur de b2s.pm évalue un nouveau lien pour chaque "
1684
+ "poste de médias sociaux. Cette fonction est essentielle si vous souhaitez "
1685
+ "partager à nouveau vos messages sur les mêmes réseaux. Un autre avantage de "
1686
+ "l'b2s.pm: Peu de temps, Blog2Social veut fournir une fonctionnalité de "
1687
+ "reporting pour vos messages de médias sociaux. Ainsi, avec l'b2s.pm gauche, "
1688
+ "vous serez en mesure de voir combien de fois le lien a été cliqué, aimé ou "
1689
+ "partagé sur vos réseaux sociaux et facilement et rapidement analyser les "
1690
+ "performances de vos messages de médias sociaux. <br> Vous pouvez désactiver "
1691
+ "la b2s.pm Shortener pour montrer votre URL d'origine."
1692
+
1693
+ #: ../views/b2s/html/footer.phtml:118
1694
+ msgid ""
1695
+ "The Blog2Social Auto-Posting feature will be activated by default. So your "
1696
+ "post will be shared automatically on your selected social media networks "
1697
+ "when your post is published. You can still deselect the checkbox manually "
1698
+ "when publishing/updating a post, if you don’t need the feature in certain "
1699
+ "cases."
1700
+ msgstr ""
1701
+ "La fonction Blog2Social Auto-Posting sera activée par défaut. Ainsi, votre "
1702
+ "post sera automatiquement partagé sur vos réseaux sociaux sélectionnés lors "
1703
+ "de la publication de votre message. Vous pouvez toujours désélectionner "
1704
+ "manuellement la case à cocher lors de la publication / mise à jour d'un "
1705
+ "message, si vous n'avez pas besoin de la fonctionnalité dans certains cas."
1706
 
1707
  #: ../views/b2s/html/header.phtml:8
1708
  msgid "Thank you. You'll now receive the blog updates from Blog2Social."
1726
  msgid "Post is published successfully on your blog!"
1727
  msgstr "Post est publié avec succès sur votre blog!"
1728
 
1729
+ #: ../views/b2s/html/header.phtml:51 ../views/b2s/html/header.phtml:156
1730
  msgid "Version"
1731
  msgstr "Version"
1732
 
1778
  msgid "Your settings could not be saved."
1779
  msgstr "Vos paramètres n'ont pu être sauvegardés."
1780
 
1781
+ #: ../views/b2s/html/header.phtml:123 ../views/b2s/html/header.phtml:179
1782
  msgid "Test Blog2Social PREMIUM 30 days for free"
1783
  msgstr "Testez Blog2Social PREMIUM 30 jours gratuitement"
1784
 
1785
+ #: ../views/b2s/html/header.phtml:123 ../views/b2s/html/header.phtml:212
1786
  msgid "Get Started"
1787
  msgstr "Commencez"
1788
 
1812
  msgid "No, I had enough"
1813
  msgstr "Non, j'en ai eu assez"
1814
 
1815
+ #: ../views/b2s/html/header.phtml:166 ../views/b2s/html/service.phtml:15
1816
  msgid "Plans & Pricing"
1817
  msgstr "Plans & Prix"
1818
 
1819
+ #: ../views/b2s/html/header.phtml:167 ../views/b2s/html/service.phtml:16
1820
  msgid "Support"
1821
  msgstr "Support"
1822
 
1823
+ #: ../views/b2s/html/header.phtml:185
1824
  msgid ""
1825
  "The free trial can not be started. This blog has been already registered for "
1826
  "the free trial."
1828
  "La version gratuite ne peut commencer. Ce blog a déjà été enregistré pour la "
1829
  "version gratuite."
1830
 
1831
+ #: ../views/b2s/html/header.phtml:195 ../views/prg/html/form.phtml:141 ..
1832
  #: /views/prg/html/form.phtml:143 ../views/prg/html/form.phtml:218 ..
1833
  #: /views/prg/html/form.phtml:220
1834
  msgid "E-Mail"
1835
  msgstr "E-mail"
1836
 
1837
+ #: ../views/b2s/html/header.phtml:199 ../views/prg/html/form.phtml:91 ..
1838
  #: /views/prg/html/form.phtml:100 ../views/prg/html/form.phtml:168 ..
1839
  #: /views/prg/html/form.phtml:177
1840
  msgid "First Name"
1841
  msgstr "Prénom"
1842
 
1843
+ #: ../views/b2s/html/header.phtml:203 ../views/prg/html/form.phtml:92 ..
1844
  #: /views/prg/html/form.phtml:103 ../views/prg/html/form.phtml:169 ..
1845
  #: /views/prg/html/form.phtml:180
1846
  msgid "Last Name"
1847
  msgstr "Nom"
1848
 
1849
+ #: ../views/b2s/html/header.phtml:208
1850
  msgid "No credit card required"
1851
  msgstr "Pas d'information de carte de crédit nécessaire"
1852
 
1880
 
1881
  #: ../views/b2s/html/sidebar.phtml:51
1882
  msgid ""
1883
+ "If you like Blog2Social, please give us a 5 star rating. If there is "
1884
+ "anything that does not work for you, please contact us!"
1885
  msgstr ""
1886
+ "Si vous aimez Blog2Social, s'il vous plaît nous donner un 5 étoiles. I il ya "
1887
+ "quelque chose qui ne fonctionne pas pour vous, s'il vous plaît contactez-"
1888
+ "nous!"
1889
 
1890
  #: ../views/b2s/html/sidebar.phtml:67
1891
  msgid "GET STARTED"
readme.txt CHANGED
@@ -3,58 +3,63 @@ Contributors: Blog2Social, Adenion
3
  Tags: auto-post, social media share, auto-publish, auto-scheduling, social media post, social url share, social network share, share tweet, share links, share this, sharethis, social tools, admin, api, auto share to, autopost, auto-Posting, auto-schedule, auto-schedule social media posts, automatic social sharing plugin, blog marketing, blog2social, blogger, buffer, crossposting, cross-promotion, cross-promoting, delicious, delicious auto post, facebook, facebook auto post, facebook pages, google auto post, google plus, google plus pages, instagram, instagram auto post, jetpack, jetpack sharing, linkedin, linkedin auto post, medium, medium auto post, multiposting, path, pinterest, re-post, scheduling, scheduling plugin, social media, social media auto publish, social media automation, social media button, social media manager, social media plugin, social media publishing, social media scheduling, social media scheduling tool, social media sharing, social media tool, social network auto publish, social network icon, social network widget, socialmedia, timing, torial, torial auto post, tumblr, twitter, twitter auto post, xing, xing auto post, xing groups, xing gruppen, xing personal profiles, xing company profiles, xing business pages, xing pages, xing seiten, auto post scheduler, repost, social media management, facebook fan page auto post, facebook profile auto post, social auto post, social autoposting, flickr, flickr auto posting, linkedin, linkedin auto posting, linkedin profile, facebook group, facebook gruppen, reddit, reddit auto posting, reddit auto post
4
  Donate link: http://www.blog2social.com
5
  Requires at least: 4.2.2
6
- Tested up to: 4.7.3
7
- Stable tag: 3.7.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  Auto publish, schedule & share posts on social media: Facebook, Twitter, Google+, XING, LinkedIn, Instagram, ... crosspost to pages & groups
12
 
13
  == Description ==
14
- **Supported languages: English, German, French**
15
 
16
- **Automatically post, re-publish, re-post and schedule your blogs posts to social media: e.g. to Facebook, Twitter, Google+, LinkedIn, Instagram, XING.**
17
 
18
- * Blog2Social posts to profiles, business pages, community pages and groups of your connected social networks. Optionally, customize posts for each network with individual comments, #hashtags, tags or @handles - all in one easy step and auto-post with one click only.
19
- * Share new posts or re-share old posts. Post entire blog posts or individually formatted excerpts and comments with selected images and backlinks to your blog.
20
- * Corporate Blogs and Multi Author Blogs: Create multiple sets of social network profiles, pages and groups for each user and different sharing purposes.
21
  * Drive more traffic to your blog by cross-posting and promoting your blog posts on all of your social media network accounts faster and easier than ever.
22
 
23
  [youtube http://www.youtube.com/watch?v=ywugec7atNU]
24
 
 
 
 
 
 
 
25
  = Supported Networks =
26
 
27
  **Social Networks**
28
 
29
- * Twitter - autopost to your account. Auto-submit an image and link with your tweet. Optionally, add #hashtags and @handles or select an specific image.
30
- * Facebook - autopost to your profile, to pages and groups. Auto-submit your attached post with image and link. Optionally, add individual comments and #hashtags or select a posting format either focusing on the shared link or image.
31
- * Google+ - autopost to your profile, pages or Google+ communities. Auto-submit your attached post with image and link or auto-submit the entire blog post to your Google+ account. Optionally, add individual comments and #hashtags.
32
 
33
  **Business Networks**
34
 
35
- * LinkedIn - autopost to your profile and to company and focus pages. Auto-submit your attached post with image and link. Optionally, add individual comments with #hashtags.
36
- * XING - autopost to your profile, to company pages and groups. Auto-submit the link to your blog post. Auto-submit an post excerpt to your company pages updates and the complete blog post to groups. Optionally customize your posts.
37
 
38
  **Image Networks**
39
 
40
- * Flickr - autopost your photostream with tags. Auto-submit an image of your blog post and the entire post. Optionally, customize your post and tags.
41
  * Pinterest - autopost to selected Pinterest board with tags and #hashtags. Auto-submit a selected image from your blog post and link it to your blog. Optionally, add individual comments and #hashtags.
42
- * Instagram - autopost to your profile with tags and #hashtags. Auto-submit a selected image from your blog post, add tags and #hashtags and a link to your blog post.
43
 
44
  **Blogging Networks**
45
 
46
  * Tumblr - Re-publish your blog post to your Tumblr blog. Auto-submit the complete blog post in rich text HTML with tags and a selected image to your Tumblr blog. Optionally, customize the title and copy and add tags and #hashtags.
47
- * Medium - Re-publish to your account. Auto-submit the complete blog post in rich text HTML with tags and a selected image to your Medium blog. Optionally, customize the title and copy and add tags and #hashtags.
48
  * Torial - Re-publish the complete blog post in rich text HTML with tags and a selected image to your Torial blog. Optionally, customize the title and copy and add tags and #hashtags.
49
 
50
  **Social Bookmarking**
51
 
52
- * Diigo - auto-submit the link to your blog post to add a bookmark to your account.
53
- * Delicious - autopost to your profile. Auto-submit the link with tags and #hashtags to add a bookmark.
54
 
55
  **News Aggregator**
56
 
57
- * Reddit - auto-submit the post with the link to your Sub-Reddits.
58
 
59
  Blog2Social allows you to share your blog posts on social media fast and easily.
60
 
@@ -74,6 +79,10 @@ Customize your posts and comments per network and add #hashtags, tags, keywords
74
 
75
  Every post will be submitted with link to your blog post by default. You may remove or edit this link.
76
 
 
 
 
 
77
  **Schedule your posts for the best times to post**
78
 
79
  Schedule and buffer your posts easily. Blog2Social auto-submits your posts to your selected profiles, pages and groups at the scheduled time. You may select and save your own time settings. Alternatively, choose the ready to use best-time scheduler provided by Blog2Social.
@@ -86,6 +95,7 @@ Automate your social media management, boost your social media exposure and gain
86
 
87
  * **Automatically share blog posts** to all of your selected networks.
88
  * **Customize posts** and add comments, tags, hashtags and handles for each network.
 
89
  * **Select the the post type of your Facebook posts** and share with a focus on the link or the image
90
  * **Manage your blog posts** and share the blog posts of all authors of your blog (administrator rights required).
91
  * **Select and share images** with your posts.
3
  Tags: auto-post, social media share, auto-publish, auto-scheduling, social media post, social url share, social network share, share tweet, share links, share this, sharethis, social tools, admin, api, auto share to, autopost, auto-Posting, auto-schedule, auto-schedule social media posts, automatic social sharing plugin, blog marketing, blog2social, blogger, buffer, crossposting, cross-promotion, cross-promoting, delicious, delicious auto post, facebook, facebook auto post, facebook pages, google auto post, google plus, google plus pages, instagram, instagram auto post, jetpack, jetpack sharing, linkedin, linkedin auto post, medium, medium auto post, multiposting, path, pinterest, re-post, scheduling, scheduling plugin, social media, social media auto publish, social media automation, social media button, social media manager, social media plugin, social media publishing, social media scheduling, social media scheduling tool, social media sharing, social media tool, social network auto publish, social network icon, social network widget, socialmedia, timing, torial, torial auto post, tumblr, twitter, twitter auto post, xing, xing auto post, xing groups, xing gruppen, xing personal profiles, xing company profiles, xing business pages, xing pages, xing seiten, auto post scheduler, repost, social media management, facebook fan page auto post, facebook profile auto post, social auto post, social autoposting, flickr, flickr auto posting, linkedin, linkedin auto posting, linkedin profile, facebook group, facebook gruppen, reddit, reddit auto posting, reddit auto post
4
  Donate link: http://www.blog2social.com
5
  Requires at least: 4.2.2
6
+ Tested up to: 4.7.4
7
+ Stable tag: 3.7.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  Auto publish, schedule & share posts on social media: Facebook, Twitter, Google+, XING, LinkedIn, Instagram, ... crosspost to pages & groups
12
 
13
  == Description ==
 
14
 
15
+ **Automatically share, auto-post, re-publish, re-post and schedule blogs posts to social media: auto-post to Facebook, Twitter, Google+, LinkedIn, Instagram, XING, Reddit, Pinterest, Flickr, Medium, Tumblr, Torial, Diigo and Delicious.**
16
 
17
+ * Automatically share to multiple social media profiles, to business pages, community pages and groups of your connected social networks. Optionally, customize posts for each network with individual comments, #hashtags, tags or @handles all in one easy step and auto-post with one click only.
18
+ * Share new posts or re-share old posts.
19
+ * Corporate blogs and multi author blogs: Create multiple sets of social network profiles, pages and groups for each user and different sharing purposes.
20
  * Drive more traffic to your blog by cross-posting and promoting your blog posts on all of your social media network accounts faster and easier than ever.
21
 
22
  [youtube http://www.youtube.com/watch?v=ywugec7atNU]
23
 
24
+ = Supported languages =
25
+
26
+ * English
27
+ * German
28
+ * French
29
+
30
  = Supported Networks =
31
 
32
  **Social Networks**
33
 
34
+ * Twitter - autopost to your Twitter account. Auto-submit an image and link with your tweet. Optionally, add #hashtags and @handles or select an specific image.
35
+ * Facebook – Auto-post to your Facebook account, crosspost to Facebook business pages and groups. Auto-submit your attached post with image and link. Optionally, add individual comments and #hashtags or select a posting format either focusing on the shared link or image.
36
+ * Google+ - autopost to your Google+ profile, crosspost to Google+ pages and communities. Auto-submit your attached post with image and link or auto-submit the entire blog post to your Google+ account. Optionally, add individual comments and #hashtags.
37
 
38
  **Business Networks**
39
 
40
+ * LinkedIn - autopost to your LinkedIn profile and crosspost to LinkedIn company and focus pages. Auto-submit your attached post with image and link. Optionally, add individual comments with #hashtags.
41
+ * XING - autopost to your XING profile, crosspost to XING company pages and groups. Auto-submit the link to your blog post. Auto-submit an post excerpt to your company pages updates and the complete blog post to groups. Optionally customize your posts.
42
 
43
  **Image Networks**
44
 
45
+ * Flickr - autopost to Flickr your photostream with tags. Auto-submit an image of your blog post and the entire post. Optionally, customize your post and tags.
46
  * Pinterest - autopost to selected Pinterest board with tags and #hashtags. Auto-submit a selected image from your blog post and link it to your blog. Optionally, add individual comments and #hashtags.
47
+ * Instagram - autopost to your Instagram profile with tags and #hashtags. Auto-submit a selected image from your blog post, add tags and #hashtags and a link to your blog post.
48
 
49
  **Blogging Networks**
50
 
51
  * Tumblr - Re-publish your blog post to your Tumblr blog. Auto-submit the complete blog post in rich text HTML with tags and a selected image to your Tumblr blog. Optionally, customize the title and copy and add tags and #hashtags.
52
+ * Medium - Re-publish to your Medium account. Auto-submit the complete blog post in rich text HTML with tags and a selected image to your Medium blog. Optionally, customize the title and copy and add tags and #hashtags.
53
  * Torial - Re-publish the complete blog post in rich text HTML with tags and a selected image to your Torial blog. Optionally, customize the title and copy and add tags and #hashtags.
54
 
55
  **Social Bookmarking**
56
 
57
+ * Diigo - auto-submit the link to your blog post to add a bookmark to your Diigo account.
58
+ * Delicious - autopost to your Delicious profile. Auto-submit the link with tags and #hashtags to add a bookmark.
59
 
60
  **News Aggregator**
61
 
62
+ * Reddit - auto-submit the post with the link to your Sub-Reddits on Reddit.
63
 
64
  Blog2Social allows you to share your blog posts on social media fast and easily.
65
 
79
 
80
  Every post will be submitted with link to your blog post by default. You may remove or edit this link.
81
 
82
+ **Custom post types for link post and image posts**
83
+
84
+ Select between link post and image posts / photo posts for Facebook and Twitter to share your blog post as link with a preview post or as image with link in your comment.
85
+
86
  **Schedule your posts for the best times to post**
87
 
88
  Schedule and buffer your posts easily. Blog2Social auto-submits your posts to your selected profiles, pages and groups at the scheduled time. You may select and save your own time settings. Alternatively, choose the ready to use best-time scheduler provided by Blog2Social.
95
 
96
  * **Automatically share blog posts** to all of your selected networks.
97
  * **Customize posts** and add comments, tags, hashtags and handles for each network.
98
+ * **Select between link post an image posts / photo posts for Facebook and Twitter
99
  * **Select the the post type of your Facebook posts** and share with a focus on the link or the image
100
  * **Manage your blog posts** and share the blog posts of all authors of your blog (administrator rights required).
101
  * **Select and share images** with your posts.
views/b2s/dashboard.php CHANGED
@@ -25,7 +25,7 @@
25
  <div class="col-md-6 b2s-padding-bottom-50">
26
  <br>
27
  <h5 class="b2s-dashboard-h5"><?php _e('How to use Blog2Social – Step by Step', 'blog2social') ?></h5>
28
- <p><?php _e('Learn how to get most out of Blog2Social to promote your blog on social media.', 'blog2social') ?>
29
  <a target="_blank" class="b2s-btn-link" href="https://blog2social.com/<?php echo (substr(B2S_LANGUAGE, 0, 2) == 'en' ? 'en/howto' : 'de/anleitung'); ?>"><?php _e('Learn more', 'blog2social') ?></a>
30
  </p>
31
  <br>
@@ -36,7 +36,7 @@
36
  <br>
37
  <h5 class="b2s-dashboard-h5"><?php _e('Do you need help?', 'blog2social') ?></h5>
38
  <p><?php _e('Find answers to common questions in', 'blog2social') ?>
39
- <a target="_blank" class="btn-success btn-xs" href="https://blog2social.com/<?php echo (substr(B2S_LANGUAGE, 0, 2) == 'en' ? 'en/faq' : 'de/faq'); ?>"><?php _e('our faq', 'blog2social') ?></a>
40
  </p>
41
  <div class="clearfix"></div>
42
  <br>
@@ -140,7 +140,7 @@
140
  </div>
141
  <div class="col-xs-10 col-md-9 col-lg-10">
142
  <h6 class="b2s-dashboard-h6"><?php _e('Best Time Scheduler', 'blog2social') ?></h6>
143
- <p><?php _e('Choose pre-defines times to post or edit and define your own time settings', 'blog2social') ?></p>
144
  <span class="pull-right label label-success"><a target="_blank" class="btn-label-premium" href="https://blog2social.com/<?php echo (substr(B2S_LANGUAGE, 0, 2) == 'en' ? 'en/pricing' : 'de/preise'); ?>">PREMIUM</a></span>
145
  </div>
146
  </div>
25
  <div class="col-md-6 b2s-padding-bottom-50">
26
  <br>
27
  <h5 class="b2s-dashboard-h5"><?php _e('How to use Blog2Social – Step by Step', 'blog2social') ?></h5>
28
+ <p><?php _e('Learn how to get the most out of Blog2Social to promote your blog on social media.', 'blog2social') ?>
29
  <a target="_blank" class="b2s-btn-link" href="https://blog2social.com/<?php echo (substr(B2S_LANGUAGE, 0, 2) == 'en' ? 'en/howto' : 'de/anleitung'); ?>"><?php _e('Learn more', 'blog2social') ?></a>
30
  </p>
31
  <br>
36
  <br>
37
  <h5 class="b2s-dashboard-h5"><?php _e('Do you need help?', 'blog2social') ?></h5>
38
  <p><?php _e('Find answers to common questions in', 'blog2social') ?>
39
+ <a target="_blank" class="btn-success btn-xs" href="https://blog2social.com/<?php echo (substr(B2S_LANGUAGE, 0, 2) == 'en' ? 'en/faq' : 'de/faq'); ?>"><?php _e('our FAQ', 'blog2social') ?></a>
40
  </p>
41
  <div class="clearfix"></div>
42
  <br>
140
  </div>
141
  <div class="col-xs-10 col-md-9 col-lg-10">
142
  <h6 class="b2s-dashboard-h6"><?php _e('Best Time Scheduler', 'blog2social') ?></h6>
143
+ <p><?php _e('Choose pre-defined times to post or edit and define your own time settings', 'blog2social') ?></p>
144
  <span class="pull-right label label-success"><a target="_blank" class="btn-label-premium" href="https://blog2social.com/<?php echo (substr(B2S_LANGUAGE, 0, 2) == 'en' ? 'en/pricing' : 'de/preise'); ?>">PREMIUM</a></span>
145
  </div>
146
  </div>
views/b2s/html/footer.phtml CHANGED
@@ -93,10 +93,10 @@
93
  <div class="modal-content">
94
  <div class="modal-header">
95
  <button type="button" class="b2s-modal-close close" data-modal-name="#b2sInfoLinkModal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
96
- <h4 class="modal-title"><?php _e('b2s.pm Link Shortner', 'blog2social') ?></h4>
97
  </div>
98
  <div class="modal-body">
99
- <?php _e('The Blog2Social Shortner converts and publishes your links with a short URL on the social networks.<br>If you choose this option, you avoid that re-shared posts with the same links will be rejected by the networks. The b2s.pm Shortner generates a new link for each social media post. This feature is essential if you wish to re-share your posts on the same networks.Another benefit of the b2s.pm: Shortly, Blog2Social will provide a reporting feature for your social media posts. So, with the b2s.pm links, you will be able to see how often the link has been clicked, liked or shared on your social channels and easily and quickly analyze the performance of your social media posts.<br>You can disable the b2s.pm Shortner to show your original URL.', 'blog2social') ?>
100
  <br>
101
  </div>
102
  </div>
93
  <div class="modal-content">
94
  <div class="modal-header">
95
  <button type="button" class="b2s-modal-close close" data-modal-name="#b2sInfoLinkModal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
96
+ <h4 class="modal-title"><?php _e('b2s.pm Link Shortener', 'blog2social') ?></h4>
97
  </div>
98
  <div class="modal-body">
99
+ <?php _e('The Blog2Social Shortener converts and publishes your links with a short URL on the social networks.<br>If you choose this option, you avoid that re-shared posts with the same links will be rejected by the networks. The b2s.pm Shortener generates a new link for each social media post. This feature is essential if you wish to re-share your posts on the same networks. Another benefit of the b2s.pm: Shortly, Blog2Social will provide a reporting feature for your social media posts. So, with the b2s.pm links, you will be able to see how often the link has been clicked, liked or shared on your social channels and easily and quickly analyze the performance of your social media posts.<br>You can disable the b2s.pm Shortener to show your original URL.', 'blog2social') ?>
100
  <br>
101
  </div>
102
  </div>
views/b2s/html/header.phtml CHANGED
@@ -150,8 +150,14 @@
150
  <?php } ?>
151
  </div>
152
  <div class="col-md-3 del-padding-left hidden-xs hidden-sm">
 
 
 
 
 
 
153
  <a target="_blank" href="http://www.blog2social.com">
154
- <img class="b2s-logo pull-right img-responsive" src="<?php echo plugins_url('/assets/images/b2s/b2s_logo.png', B2S_PLUGIN_FILE); ?>" alt="blog2social">
155
  </a>
156
  </div>
157
  </div>
150
  <?php } ?>
151
  </div>
152
  <div class="col-md-3 del-padding-left hidden-xs hidden-sm">
153
+ <?php
154
+ $b2sLastVersion = get_option('b2s_plugin_version');
155
+ if ($b2sLastVersion !== false) {
156
+ echo '<span class="b2s-version-info pull-right">' . __('Version', 'blog2social') . ' ' . B2S_Util::getVersion($b2sLastVersion) . '</span>';
157
+ }
158
+ ?>
159
  <a target="_blank" href="http://www.blog2social.com">
160
+ <img class="b2s-logo pull-right clear img-responsive" src="<?php echo plugins_url('/assets/images/b2s/b2s_logo.png', B2S_PLUGIN_FILE); ?>" alt="blog2social">
161
  </a>
162
  </div>
163
  </div>
views/b2s/html/sidebar.phtml CHANGED
@@ -48,7 +48,7 @@
48
  <span class="glyphicon glyphicon-star glyphicon-success"></span> <?php _e('Rate it!', 'blog2social'); ?>
49
  </li>
50
  <li>
51
- <p><?php _e("If you like Blog2Social, please give us a 5 star rating. I there is anything that does not work for you, please contact us!", 'blog2social'); ?></p>
52
  </li>
53
  <li>
54
  <a target="_blank" href="https://wordpress.org/plugins/blog2social/" class="btn btn-success btn-block"><?php _e('RATE BLOG2SOCIAL', 'blog2social') ?></a>
48
  <span class="glyphicon glyphicon-star glyphicon-success"></span> <?php _e('Rate it!', 'blog2social'); ?>
49
  </li>
50
  <li>
51
+ <p><?php _e("If you like Blog2Social, please give us a 5 star rating. If there is anything that does not work for you, please contact us!", 'blog2social'); ?></p>
52
  </li>
53
  <li>
54
  <a target="_blank" href="https://wordpress.org/plugins/blog2social/" class="btn btn-success btn-block"><?php _e('RATE BLOG2SOCIAL', 'blog2social') ?></a>
views/b2s/network.php CHANGED
@@ -92,7 +92,7 @@ $networkData = $networkItem->getData();
92
  <h4 class="modal-title"> <?php _e('Create new profile', 'blog2social') ?></h4>
93
  </div>
94
  <div class="modal-body">
95
- <p><?php _e('All connected networks will be displayed as default "Standard" networks profile.<br><br>You may define various sets of social media accounts, profiles, pages or groups for different sharing purposes. For example pre-select specific set of all of your networks for initial sharing and another set of specific networks for re-sharing your post to. Or, if you have multiple Twitter accounts or multiple Facebook pages and you want to share your post to specific accounts or pages only, this feature may come handy for even faster access to a specific selection of your sharing purposes. You may also select sets of networks for re-sharing or scheduling your posts once or recurrently at various days and times and with various different comments or images.<br><br> This feature gives you an easier and faster access to an unlimited number of variations for pre-selected sets of social media accounts for any sharing and scheduling scheme you may think of.<br><br> You can always select and remove any account from any or your networks profiles on your preview page with just a click of your mouse for easy variation of your current sharing scheme.', 'blog2social'); ?></p>
96
  <?php if (B2S_PLUGIN_USER_VERSION == 0) { ?>
97
  <hr>
98
  <h4><?php _e('You want to add another network profile, pages or groups?', 'blog2social'); ?></h4>
92
  <h4 class="modal-title"> <?php _e('Create new profile', 'blog2social') ?></h4>
93
  </div>
94
  <div class="modal-body">
95
+ <p><?php _e('All connected networks will be displayed as default "Standard" networks profile.<br><br>You may define various sets of social media accounts, profiles, pages or groups for different sharing purposes. For example pre-select specific set of all your networks for initial sharing and another set of specific networks for re-sharing your post to. Or, if you have multiple Twitter accounts or multiple Facebook pages and you want to share your post to specific accounts or pages only, this feature may come handy for even faster access to a specific selection of your sharing purposes. You may also select sets of networks for re-sharing or scheduling your posts once or recurrently at various days and times and with different comments or images.<br><br> This feature gives you an easier and faster access to an unlimited number of variations for pre-selected sets of social media accounts for any sharing and scheduling scheme you may think of.<br><br> You can always select and remove any account from any of your networks profiles on your preview page with just a click of your mouse for an easy variation of your current sharing scheme.', 'blog2social'); ?></p>
96
  <?php if (B2S_PLUGIN_USER_VERSION == 0) { ?>
97
  <hr>
98
  <h4><?php _e('You want to add another network profile, pages or groups?', 'blog2social'); ?></h4>
views/b2s/settings.php CHANGED
@@ -77,13 +77,13 @@ $settingsItem = new B2S_Settings_Item();
77
  <br>
78
  <b>1) <?php _e('Link Post', 'blog2social') ?></b><br>
79
  <img class="img-responsive b2s-display-inline" src="<?php echo plugins_url('/assets/images/settings/b2s-post-format-1-1-' . ((substr(B2S_LANGUAGE, 0, 2) == 'de') ? substr(B2S_LANGUAGE, 0, 2) : 'en') . '-info.png', B2S_PLUGIN_FILE) ?>"><br>
80
- <?php _e('The link post type displays the posts title, link address and the first one or two sentences of the post, as automatically scanned from your META or OpenGraph information. If your post contains an image, Facebook also displays the first image detected on the your page or the selected image you choose from the Blog2Social image gallery. The image is automatically linked to your blog post.', 'blog2social'); ?>
81
  </div>
82
  <div class="col-md-6">
83
  <br>
84
  <b>2) <?php _e('Photo Post', 'blog2social') ?></b><br>
85
  <img class="img-responsive b2s-display-inline" src="<?php echo plugins_url('/assets/images/settings/b2s-post-format-1-2-' . ((substr(B2S_LANGUAGE, 0, 2) == 'de') ? substr(B2S_LANGUAGE, 0, 2) : 'en') . '-info.png', B2S_PLUGIN_FILE) ?>"><br>
86
- <?php _e('The photo post type displays a selected image of your post with the comment to introduce your post above the image. The image is linked to the image view on your Facebook image gallery. You can add the link to your post in your comment, if you want to lead your readers to your blog. The main benefit of this format is, that your image is automatically uploaded to your Facebook image albums. You can edit the album’s name with a description of your choice.', 'blog2social'); ?>
87
  </div>
88
  </div>
89
  </div>
77
  <br>
78
  <b>1) <?php _e('Link Post', 'blog2social') ?></b><br>
79
  <img class="img-responsive b2s-display-inline" src="<?php echo plugins_url('/assets/images/settings/b2s-post-format-1-1-' . ((substr(B2S_LANGUAGE, 0, 2) == 'de') ? substr(B2S_LANGUAGE, 0, 2) : 'en') . '-info.png', B2S_PLUGIN_FILE) ?>"><br>
80
+ <?php _e('The link post type displays the posts title, link address and the first one or two sentences of the post, as automatically scanned from your META or OpenGraph information. If your post contains an image, Facebook also displays the first image detected on your page or the selected image you choose from the Blog2Social image gallery. The image is automatically linked to your blog post.', 'blog2social'); ?>
81
  </div>
82
  <div class="col-md-6">
83
  <br>
84
  <b>2) <?php _e('Photo Post', 'blog2social') ?></b><br>
85
  <img class="img-responsive b2s-display-inline" src="<?php echo plugins_url('/assets/images/settings/b2s-post-format-1-2-' . ((substr(B2S_LANGUAGE, 0, 2) == 'de') ? substr(B2S_LANGUAGE, 0, 2) : 'en') . '-info.png', B2S_PLUGIN_FILE) ?>"><br>
86
+ <?php _e('The photo post type displays a selected image of your post with the comment to introduce your post above the image. The image is linked to the image view on your Facebook image gallery. You can add the link to your post in your comment, if you want to lead your readers to your blog. The main benefit of this format is that your image is automatically uploaded to your Facebook image albums. You can edit the album’s name with a description of your choice.', 'blog2social'); ?>
87
  </div>
88
  </div>
89
  </div>
views/b2s/ship.php CHANGED
@@ -19,7 +19,7 @@ $postStatus = array('publish' => __('published', 'blog2social'), 'pending' => __
19
  <div class="panel panel-group">
20
  <div class="panel-body b2s-post-details">
21
  <h3><?php _e('Social Media Scheduling & Sharing', 'blog2social') ?></h3>
22
- <div class="info"><?php _e('Title', 'blog2social') ?>: <?php echo $postData->post_title; ?></div>
23
  <p class="info hidden-xs"># <?php echo $postData->ID; ?> | <?php echo $postStatus[trim(strtolower($postData->post_status))] . ' ' . __('on blog', 'blog2social') . ': ' . B2S_Util::getCustomDateFormat($postData->post_date, substr(B2S_LANGUAGE, 0, 2)); ?></p>
24
 
25
  </div>
@@ -196,7 +196,7 @@ $postStatus = array('publish' => __('published', 'blog2social'), 'pending' => __
196
  <input type="hidden" id="action" name="action" value="b2s_save_ship_data">
197
  <input type='hidden' id='post_id' name="post_id" value='<?php echo (int) $_GET['postId']; ?>'>
198
  <input type='hidden' id='user_timezone' name="user_timezone" value="0">
199
- <input type='hidden' id='default_titel' name="default_titel" value='<?php echo $postData->post_title; ?>'>
200
 
201
  <div class="b2s-reporting-btn-area col-md-9 del-padding-left" style="display: none;">
202
  <div class="panel panel-group">
19
  <div class="panel panel-group">
20
  <div class="panel-body b2s-post-details">
21
  <h3><?php _e('Social Media Scheduling & Sharing', 'blog2social') ?></h3>
22
+ <div class="info"><?php _e('Title', 'blog2social') ?>: <?php echo apply_filters('the_title', $postData->post_title, $postData->ID); ?></div>
23
  <p class="info hidden-xs"># <?php echo $postData->ID; ?> | <?php echo $postStatus[trim(strtolower($postData->post_status))] . ' ' . __('on blog', 'blog2social') . ': ' . B2S_Util::getCustomDateFormat($postData->post_date, substr(B2S_LANGUAGE, 0, 2)); ?></p>
24
 
25
  </div>
196
  <input type="hidden" id="action" name="action" value="b2s_save_ship_data">
197
  <input type='hidden' id='post_id' name="post_id" value='<?php echo (int) $_GET['postId']; ?>'>
198
  <input type='hidden' id='user_timezone' name="user_timezone" value="0">
199
+ <input type='hidden' id='default_titel' name="default_titel" value='<?php echo apply_filters('the_title', $postData->post_title, $postData->ID); ?>'>
200
 
201
  <div class="b2s-reporting-btn-area col-md-9 del-padding-left" style="display: none;">
202
  <div class="panel panel-group">
views/prg/ship.php CHANGED
@@ -2,14 +2,14 @@
2
  require_once B2S_PLUGIN_DIR . 'includes/PRG/Ship/Item.php';
3
  require_once B2S_PLUGIN_DIR . 'includes/PRG/Ship/Image.php';
4
 
5
- delete_option('B2S_PLUGIN_POST_CONTENT_' .(int) $_GET['postId']);
6
  $postData = get_post((int) $_GET['postId']);
7
  $postUrl = (get_permalink($postData->ID) !== false ? get_permalink($postData->ID) : $postData->guid);
8
  $item = new PRG_Ship_Item();
9
  $userData = $item->getMandant();
10
- $title = strip_shortcodes(strip_tags(trim(B2S_Util::remove4byte($postData->post_title))), '<a>');
11
- $postData->post_content = preg_replace('/(?:[ \t]*(?:\n|\r\n?)){3,}/', "\n\n", $postData->post_content);
12
- $message = trim(strip_tags(B2S_Util::cleanContent(strip_shortcodes(B2S_Util::remove4byte($postData->post_content))), '<a>'));
13
  $image = new PRG_Ship_Image();
14
  $imageData = $image->getItemHtml($postData->ID, $postData->post_content, $postUrl);
15
  $prgInfo = get_option('B2S_PLUGIN_PRG_' . B2S_PLUGIN_BLOG_USER_ID);
@@ -53,14 +53,14 @@ $prgInfo = get_option('B2S_PLUGIN_PRG_' . B2S_PLUGIN_BLOG_USER_ID);
53
  <?php } ?>
54
 
55
  <div class = "col-md-12 del-padding-left">
56
- <input type = "hidden" value = "pm" name = "channel">
57
- <input type = "hidden" value = "b2s_prg_ship" name = "action">
58
- <input type="hidden" value="0" name="publish" id="publish">
59
- <input type="hidden" value="0" name="confirm" id="confirm">
60
- <input type="hidden" value="<?php echo B2S_PLUGIN_BLOG_USER_ID; ?>" id="blog_user_id" name="blog_user_id">
61
- <input type="hidden" value="<?php echo $postData->ID; ?>" id="post_id" name="post_id">
62
- <input type = "hidden" id = "token" name = "token" value = "<?php echo (isset($prgInfo['B2S_PRG_TOKEN']) && !empty($prgInfo['B2S_PRG_TOKEN'])) ? $prgInfo['B2S_PRG_TOKEN'] : 0; ?>">
63
- <input type = "hidden" id = "prg_id" name = "prg_id" value = "<?php echo (isset($prgInfo['B2S_PRG_ID']) && !empty($prgInfo['B2S_PRG_ID'])) ? $prgInfo['B2S_PRG_ID'] : 0; ?>">
64
  <div class = "pull-right">
65
  <button type = "submit" class = "btn btn-warning btn-lg draft checkPRGButton" disabled = "disabled"><?php _e('Save As Draft', 'blog2social') ?></button>
66
  <button class = "btn btn-warning btn-lg checkPRGButton publish" disabled = "disabled"><?php _e('Publish', 'blog2social') ?></button>
2
  require_once B2S_PLUGIN_DIR . 'includes/PRG/Ship/Item.php';
3
  require_once B2S_PLUGIN_DIR . 'includes/PRG/Ship/Image.php';
4
 
5
+ delete_option('B2S_PLUGIN_POST_CONTENT_' . (int) $_GET['postId']);
6
  $postData = get_post((int) $_GET['postId']);
7
  $postUrl = (get_permalink($postData->ID) !== false ? get_permalink($postData->ID) : $postData->guid);
8
  $item = new PRG_Ship_Item();
9
  $userData = $item->getMandant();
10
+ $title = strip_tags(trim(B2S_Util::remove4byte(apply_filters('the_title', $postData->post_title, $postData->ID))), '<a>');
11
+ delete_option('B2S_PLUGIN_POST_CONTENT_' . (int) $postData->ID);
12
+ $message = trim(B2S_Util::prepareContent($postData->ID, $postData->post_content, $postUrl, '<a>', false));
13
  $image = new PRG_Ship_Image();
14
  $imageData = $image->getItemHtml($postData->ID, $postData->post_content, $postUrl);
15
  $prgInfo = get_option('B2S_PLUGIN_PRG_' . B2S_PLUGIN_BLOG_USER_ID);
53
  <?php } ?>
54
 
55
  <div class = "col-md-12 del-padding-left">
56
+ <input type ="hidden" value = "pm" name = "channel">
57
+ <input type ="hidden" value = "b2s_prg_ship" name = "action">
58
+ <input type ="hidden" value="0" name="publish" id="publish">
59
+ <input type ="hidden" value="0" name="confirm" id="confirm">
60
+ <input type ="hidden" value="<?php echo B2S_PLUGIN_BLOG_USER_ID; ?>" id="blog_user_id" name="blog_user_id">
61
+ <input type ="hidden" value="<?php echo $postData->ID; ?>" id="post_id" name="post_id">
62
+ <input type ="hidden" id = "token" name = "token" value = "<?php echo (isset($prgInfo['B2S_PRG_TOKEN']) && !empty($prgInfo['B2S_PRG_TOKEN'])) ? $prgInfo['B2S_PRG_TOKEN'] : 0; ?>">
63
+ <input type ="hidden" id = "prg_id" name = "prg_id" value = "<?php echo (isset($prgInfo['B2S_PRG_ID']) && !empty($prgInfo['B2S_PRG_ID'])) ? $prgInfo['B2S_PRG_ID'] : 0; ?>">
64
  <div class = "pull-right">
65
  <button type = "submit" class = "btn btn-warning btn-lg draft checkPRGButton" disabled = "disabled"><?php _e('Save As Draft', 'blog2social') ?></button>
66
  <button class = "btn btn-warning btn-lg checkPRGButton publish" disabled = "disabled"><?php _e('Publish', 'blog2social') ?></button>