Blog2Social: Social Media Auto Post & Scheduler - Version 5.2.0

Version Description

Usability Optimization

Download this release

Release Info

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

Code changes from version 5.1.4 to 5.2.0

Files changed (59) hide show
  1. assets/css/b2s/calendar.css +8 -1
  2. assets/css/b2s/curation.css +10 -0
  3. assets/css/b2s/network.css +4 -0
  4. assets/css/b2s/post.approve.css +7 -1
  5. assets/css/b2s/post.sched.css +7 -1
  6. assets/css/b2s/settings.css +1 -1
  7. assets/css/b2s/ship.css +7 -1
  8. assets/css/general.css +1 -1
  9. assets/images/portale/19_flat.png +0 -0
  10. assets/js/b2s/curation.js +1 -1
  11. assets/js/b2s/network.js +13 -0
  12. assets/js/b2s/network.tos.js +0 -26
  13. assets/js/b2s/post.js +4 -0
  14. assets/js/b2s/settings.js +6 -2
  15. assets/js/b2s/ship.js +95 -3
  16. assets/lib/air-datepicker/js/datepicker.js +1 -1
  17. blog2social.php +3 -2
  18. includes/Ajax/Get.php +16 -3
  19. includes/Ajax/Post.php +67 -20
  20. includes/B2S/AutoPost.php +29 -18
  21. includes/B2S/Calendar/Filter.php +5 -1
  22. includes/B2S/Calendar/ItemEdit.php +12 -0
  23. includes/B2S/Network/Item.php +63 -38
  24. includes/B2S/Post/Item.php +20 -12
  25. includes/B2S/Post/Tools.php +18 -2
  26. includes/B2S/QuickPost.php +3 -3
  27. includes/B2S/Rating.php +2 -2
  28. includes/B2S/Settings/Item.php +1 -1
  29. includes/B2S/Ship/Item.php +112 -42
  30. includes/B2S/Ship/Navbar.php +4 -2
  31. includes/B2S/Ship/Portale.php +16 -13
  32. includes/B2S/Ship/Save.php +1 -1
  33. includes/Loader.php +26 -28
  34. includes/Meta.php +22 -5
  35. includes/Options.php +66 -8
  36. includes/Tools.php +9 -18
  37. includes/Util.php +6 -4
  38. languages/blog2social-de_DE.mo +0 -0
  39. languages/blog2social-de_DE.po +455 -418
  40. languages/blog2social-pt_BR.mo +0 -0
  41. languages/blog2social-pt_BR.po +2377 -2365
  42. languages/blog2social.pot +2738 -0
  43. readme.txt +6 -2
  44. views/b2s/dashboard.php +14 -17
  45. views/b2s/howto.php +1 -3
  46. views/b2s/html/header.phtml +2 -2
  47. views/b2s/network.php +1 -4
  48. views/b2s/partials/network-tos-modal.php +0 -43
  49. views/b2s/partials/post-edit-modal.php +63 -48
  50. views/b2s/post.approve.php +0 -4
  51. views/b2s/post.calendar.php +1 -3
  52. views/b2s/post.notice.php +1 -3
  53. views/b2s/post.php +1 -3
  54. views/b2s/post.publish.php +1 -3
  55. views/b2s/post.sched.php +3 -4
  56. views/b2s/premium.php +1 -3
  57. views/b2s/settings.php +0 -2
  58. views/b2s/ship.php +18 -4
  59. views/b2s/widgets/support.php +1 -1
assets/css/b2s/calendar.css CHANGED
@@ -70,6 +70,13 @@ body .fc-time{
70
  text-transform: uppercase;
71
  margin: 3px 3px 3px 0px;
72
  }
 
 
 
 
 
 
 
73
  .btn-circle {
74
  width: 30px;
75
  height: 30px;
@@ -178,7 +185,7 @@ body .fc-day-grid-event .fc-content{
178
  width: 100% !important;
179
  }
180
 
181
- .og_title, .og_desc, .card_desc, .card_title, .b2s-post-item-details-item-title-input, .b2s-select{
182
  margin-bottom: 8px !important;
183
  }
184
 
70
  text-transform: uppercase;
71
  margin: 3px 3px 3px 0px;
72
  }
73
+
74
+ .b2s-post-item-network-deprecated {
75
+ font-weight: 600;
76
+ font-size: 14px;
77
+ margin: 3px 3px 3px 0px;
78
+ }
79
+
80
  .btn-circle {
81
  width: 30px;
82
  height: 30px;
185
  width: 100% !important;
186
  }
187
 
188
+ .og_title, .og_desc, .card_desc, .card_title, .b2s-post-item-details-item-title-input, .b2s-select, .b2s-select-area{
189
  margin-bottom: 8px !important;
190
  }
191
 
assets/css/b2s/curation.css CHANGED
@@ -81,10 +81,20 @@
81
  margin: 3px 3px 3px 0px;
82
  }
83
 
 
 
 
 
 
 
84
  .b2s-post-item-details p {
85
  font-size: 12px;
86
  }
87
 
88
  .b2s-post-item-details-message-result {
89
  margin-top: 2px;
 
 
 
 
90
  }
81
  margin: 3px 3px 3px 0px;
82
  }
83
 
84
+ .b2s-post-item-network-deprecated {
85
+ font-weight: 600;
86
+ font-size: 14px;
87
+ margin: 3px 3px 3px 0px;
88
+ }
89
+
90
  .b2s-post-item-details p {
91
  font-size: 12px;
92
  }
93
 
94
  .b2s-post-item-details-message-result {
95
  margin-top: 2px;
96
+ }
97
+
98
+ .b2s-post-curation-ship-date[readonly]{
99
+ background-color: #fff !important;
100
  }
assets/css/b2s/network.css CHANGED
@@ -204,6 +204,10 @@ ul.b2s-network-item-auth-list li:last-child{
204
  border-left: 3px solid #FDBF45;
205
  }
206
 
 
 
 
 
207
  .b2s-label-danger-border-left{
208
  border-left: 3px solid #d9534f;
209
  }
204
  border-left: 3px solid #FDBF45;
205
  }
206
 
207
+ .b2s-label-info-border-left{
208
+ border-left: 3px solid #31708f;
209
+ }
210
+
211
  .b2s-label-danger-border-left{
212
  border-left: 3px solid #d9534f;
213
  }
assets/css/b2s/post.approve.css CHANGED
@@ -145,6 +145,12 @@
145
  text-transform: uppercase;
146
  margin: 3px 3px 3px 0px;
147
  }
 
 
 
 
 
 
148
  .btn-circle {
149
  width: 30px;
150
  height: 30px;
@@ -231,7 +237,7 @@ textarea.form-control {
231
  .b2s-post-item .label-success{
232
  display: none;
233
  }
234
- .og_title, .og_desc, .card_desc, .card_title, .b2s-post-item-details-item-title-input, .b2s-select{
235
  margin-bottom: 8px !important;
236
  }
237
 
145
  text-transform: uppercase;
146
  margin: 3px 3px 3px 0px;
147
  }
148
+ .b2s-post-item-network-deprecated {
149
+ font-weight: 600;
150
+ font-size: 14px;
151
+ margin: 3px 3px 3px 0px;
152
+ }
153
+
154
  .btn-circle {
155
  width: 30px;
156
  height: 30px;
237
  .b2s-post-item .label-success{
238
  display: none;
239
  }
240
+ .og_title, .og_desc, .card_desc, .card_title, .b2s-post-item-details-item-title-input, .b2s-select, .b2s-select-area{
241
  margin-bottom: 8px !important;
242
  }
243
 
assets/css/b2s/post.sched.css CHANGED
@@ -145,6 +145,12 @@
145
  text-transform: uppercase;
146
  margin: 3px 3px 3px 0px;
147
  }
 
 
 
 
 
 
148
  .btn-circle {
149
  width: 30px;
150
  height: 30px;
@@ -231,7 +237,7 @@ textarea.form-control {
231
  .b2s-post-item .label-success{
232
  display: none;
233
  }
234
- .og_title, .og_desc, .card_desc, .card_title, .b2s-post-item-details-item-title-input, .b2s-select{
235
  margin-bottom: 8px !important;
236
  }
237
 
145
  text-transform: uppercase;
146
  margin: 3px 3px 3px 0px;
147
  }
148
+ .b2s-post-item-network-deprecated {
149
+ font-weight: 600;
150
+ font-size: 14px;
151
+ margin: 3px 3px 3px 0px;
152
+ }
153
+
154
  .btn-circle {
155
  width: 30px;
156
  height: 30px;
237
  .b2s-post-item .label-success{
238
  display: none;
239
  }
240
+ .og_title, .og_desc, .card_desc, .card_title, .b2s-post-item-details-item-title-input, .b2s-select, .b2s-select-area{
241
  margin-bottom: 8px !important;
242
  }
243
 
assets/css/b2s/settings.css CHANGED
@@ -105,7 +105,7 @@ ul.chosen-choices {
105
  box-shadow: none;
106
  }
107
 
108
- .b2s-auto-post-own-update-warning{
109
  border: 1px solid #aaa !important;
110
  }
111
 
105
  box-shadow: none;
106
  }
107
 
108
+ .b2s-auto-post-own-update-warning, .b2s-auto-post-own-general-warning{
109
  border: 1px solid #aaa !important;
110
  }
111
 
assets/css/b2s/ship.css CHANGED
@@ -80,7 +80,7 @@
80
  margin-top: 5px;
81
  }
82
 
83
- .b2s-select{
84
  margin-top: 6px;
85
  }
86
 
@@ -297,6 +297,12 @@
297
  margin: 3px 3px 3px 0px;
298
  }
299
 
 
 
 
 
 
 
300
  .b2s-post-item-info-area{
301
  font-size: 11px !important;
302
  }
80
  margin-top: 5px;
81
  }
82
 
83
+ .b2s-select, .b2s-select-area{
84
  margin-top: 6px;
85
  }
86
 
297
  margin: 3px 3px 3px 0px;
298
  }
299
 
300
+ .b2s-post-item-network-deprecated {
301
+ font-weight: 600;
302
+ font-size: 14px;
303
+ margin: 3px 3px 3px 0px;
304
+ }
305
+
306
  .b2s-post-item-info-area{
307
  font-size: 11px !important;
308
  }
assets/css/general.css CHANGED
@@ -6950,7 +6950,7 @@ p {
6950
  margin-top:15px;
6951
  }
6952
 
6953
- .b2s-select,.b2s-input{
6954
  height: 30px !important;
6955
  margin-bottom: 8px !important;
6956
  }
6950
  margin-top:15px;
6951
  }
6952
 
6953
+ .b2s-select,.b2s-input,.b2s-select-area{
6954
  height: 30px !important;
6955
  margin-bottom: 8px !important;
6956
  }
assets/images/portale/19_flat.png ADDED
Binary file
assets/js/b2s/curation.js CHANGED
@@ -79,7 +79,7 @@ jQuery(document).on('change', '#b2s-post-curation-ship-type', function () {
79
  }
80
 
81
  jQuery('#b2s-post-curation-ship-date').val(setTodayDate);
82
- jQuery('#b2s-post-curation-ship-date').b2sdatepicker({'autoClose': true, 'toggleSelected': false, 'minutesStep': 15, 'minDate': today, 'startDate': today, 'todayButton': today, 'position': 'top left'});
83
 
84
  } else {
85
  jQuery('.b2s-post-curation-ship-date-area').hide();
79
  }
80
 
81
  jQuery('#b2s-post-curation-ship-date').val(setTodayDate);
82
+ jQuery('#b2s-post-curation-ship-date').b2sdatepicker({'autoClose': true, 'toggleSelected': false, 'minutesStep': 15, 'minDate': new Date(), 'startDate': today, 'todayButton': new Date(), 'position': 'top left'});
83
 
84
  } else {
85
  jQuery('.b2s-post-curation-ship-date-area').hide();
assets/js/b2s/network.js CHANGED
@@ -34,6 +34,12 @@ function init() {
34
  jQuery('.b2s-settings-sched-item-input-time[data-network-auth-id="' + networkAuthId + '"]').val(e.time.value);
35
  saveTimeSettings();
36
  });
 
 
 
 
 
 
37
  }
38
 
39
  var timeoutPlus;
@@ -109,6 +115,13 @@ jQuery(document).on('change', '.b2s-network-mandant-select', function () {
109
  }
110
  jQuery('.b2s-network-details-container-list').hide();
111
  jQuery('.b2s-network-details-container-list[data-mandant-id="' + jQuery(this).val() + '"]').show();
 
 
 
 
 
 
 
112
  });
113
 
114
  jQuery(document).on('click', '.b2s-network-mandant-btn-delete', function () {
34
  jQuery('.b2s-settings-sched-item-input-time[data-network-auth-id="' + networkAuthId + '"]').val(e.time.value);
35
  saveTimeSettings();
36
  });
37
+
38
+ //XING(8) - deprecated since 5.2
39
+ if (jQuery('.b2s-network-item-auth-list-li.deprecated[data-network-id="8"]').length == 0) {
40
+ jQuery('.list-group-item[data-network-id="8"]').hide();
41
+ }
42
+
43
  }
44
 
45
  var timeoutPlus;
115
  }
116
  jQuery('.b2s-network-details-container-list').hide();
117
  jQuery('.b2s-network-details-container-list[data-mandant-id="' + jQuery(this).val() + '"]').show();
118
+
119
+ //XING(8) - deprecated since 5.2
120
+ if (jQuery('.b2s-network-item-auth-list-li.deprecated[data-network-mandant-id="' + jQuery(this).val() + '"][data-network-id="8"]').length == 0) {
121
+ jQuery('.list-group-item[data-network-id="8"]').hide();
122
+ } else {
123
+ jQuery('.list-group-item[data-network-id="8"]').show();
124
+ }
125
  });
126
 
127
  jQuery(document).on('click', '.b2s-network-mandant-btn-delete', function () {
assets/js/b2s/network.tos.js DELETED
@@ -1,26 +0,0 @@
1
- jQuery.noConflict();
2
- jQuery(window).on("load", function () {
3
- //TOS Twitter 032018
4
- var networkTos = jQuery('#b2sNetworkTosAccept').val()
5
- if (typeof networkTos !== typeof undefined && networkTos !== false) {
6
- if (networkTos == 0) {
7
- jQuery('#b2sNetworkTosAcceptModal').modal('show');
8
- }
9
- }
10
- });
11
-
12
- jQuery(document).on('click', '#b2s-network-tos-accept-btn', function () {
13
- jQuery.ajax({
14
- url: ajaxurl,
15
- type: "POST",
16
- dataType: "json",
17
- cache: false,
18
- data: {
19
- 'action': 'b2s_network_tos_accept',
20
- },
21
- success: function (data) {
22
- jQuery('#b2sNetworkTosAcceptModal').modal('hide');
23
- }
24
- });
25
- return false;
26
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/js/b2s/post.js CHANGED
@@ -170,6 +170,7 @@ jQuery(document).on('click', '#b2s-sort-reset-btn', function () {
170
  jQuery('#b2sShowByDate').val("");
171
  jQuery('#b2sUserAuthId').val("");
172
  jQuery('#b2sPostBlogId').val("");
 
173
  jQuery('#b2sSortPostStatus').prop('selectedIndex', 0);
174
  jQuery('#b2sSortPostPublishDate').prop('selectedIndex', 0);
175
  b2sSortFormSubmit();
@@ -201,6 +202,7 @@ function b2sSortFormSubmit(sched_dates) {
201
  'b2sPostBlogId': jQuery('#b2sPostBlogId').val(),
202
  'b2sType': jQuery('#b2sType').val(),
203
  'b2sShowByDate': jQuery('#b2sShowByDate').val(),
 
204
  'b2sPagination': jQuery('#b2sPagination').val(),
205
  'b2sShowPagination': jQuery('#b2sShowPagination').length > 0 ? jQuery('#b2sShowPagination').val() : 1,
206
  'b2sSortPostStatus': jQuery('#b2sSortPostStatus').val(),
@@ -259,6 +261,7 @@ function b2sSortFormSubmit(sched_dates) {
259
  jQuery(document).on('click', '.b2sDetailsSchedPostBtn', function () {
260
  var postId = jQuery(this).attr('data-post-id');
261
  var showByDate = jQuery(this).attr('data-search-date');
 
262
  var userAuthId = jQuery('#b2sUserAuthId').val();
263
  if (!jQuery(this).find('i').hasClass('isload')) {
264
  jQuery('.b2s-server-connection-fail').hide();
@@ -271,6 +274,7 @@ jQuery(document).on('click', '.b2sDetailsSchedPostBtn', function () {
271
  'action': 'b2s_sched_post_data',
272
  'postId': postId,
273
  'showByDate': showByDate,
 
274
  'userAuthId': userAuthId
275
  },
276
  error: function () {
170
  jQuery('#b2sShowByDate').val("");
171
  jQuery('#b2sUserAuthId').val("");
172
  jQuery('#b2sPostBlogId').val("");
173
+ jQuery('#b2sShowByNetwork').val("0");
174
  jQuery('#b2sSortPostStatus').prop('selectedIndex', 0);
175
  jQuery('#b2sSortPostPublishDate').prop('selectedIndex', 0);
176
  b2sSortFormSubmit();
202
  'b2sPostBlogId': jQuery('#b2sPostBlogId').val(),
203
  'b2sType': jQuery('#b2sType').val(),
204
  'b2sShowByDate': jQuery('#b2sShowByDate').val(),
205
+ 'b2sShowByNetwork': jQuery('#b2sShowByNetwork').val(),
206
  'b2sPagination': jQuery('#b2sPagination').val(),
207
  'b2sShowPagination': jQuery('#b2sShowPagination').length > 0 ? jQuery('#b2sShowPagination').val() : 1,
208
  'b2sSortPostStatus': jQuery('#b2sSortPostStatus').val(),
261
  jQuery(document).on('click', '.b2sDetailsSchedPostBtn', function () {
262
  var postId = jQuery(this).attr('data-post-id');
263
  var showByDate = jQuery(this).attr('data-search-date');
264
+ var showByNetwork = jQuery(this).attr('data-search-network');
265
  var userAuthId = jQuery('#b2sUserAuthId').val();
266
  if (!jQuery(this).find('i').hasClass('isload')) {
267
  jQuery('.b2s-server-connection-fail').hide();
274
  'action': 'b2s_sched_post_data',
275
  'postId': postId,
276
  'showByDate': showByDate,
277
+ 'showByNetwork' : showByNetwork,
278
  'userAuthId': userAuthId
279
  },
280
  error: function () {
assets/js/b2s/settings.js CHANGED
@@ -392,11 +392,15 @@ jQuery(document).on('click', '.b2s-post-type-select-btn', function () {
392
  if (jQuery(this).attr('data-select-toogle-state') == "0") { //0=select
393
  jQuery('.b2s-post-type-item-' + type).prop('checked', true);
394
  jQuery(this).attr('data-select-toogle-state', '1');
395
- jQuery('.b2s-auto-post-own-update-warning').show();
 
 
396
  } else {
397
  jQuery('.b2s-post-type-item-' + type).prop('checked', false);
398
  jQuery(this).attr('data-select-toogle-state', '0');
399
- jQuery('.b2s-auto-post-own-update-warning').hide();
 
 
400
  }
401
  jQuery(this).text(jQuery(this).attr('data-select-toogle-name'));
402
  jQuery(this).attr('data-select-toogle-name', tempCurText);
392
  if (jQuery(this).attr('data-select-toogle-state') == "0") { //0=select
393
  jQuery('.b2s-post-type-item-' + type).prop('checked', true);
394
  jQuery(this).attr('data-select-toogle-state', '1');
395
+ if (type == 'update') {
396
+ jQuery('.b2s-auto-post-own-update-warning').show();
397
+ }
398
  } else {
399
  jQuery('.b2s-post-type-item-' + type).prop('checked', false);
400
  jQuery(this).attr('data-select-toogle-state', '0');
401
+ if (type == 'update') {
402
+ jQuery('.b2s-auto-post-own-update-warning').hide();
403
+ }
404
  }
405
  jQuery(this).text(jQuery(this).attr('data-select-toogle-name'));
406
  jQuery(this).attr('data-select-toogle-name', tempCurText);
assets/js/b2s/ship.js CHANGED
@@ -1,5 +1,7 @@
1
  jQuery.noConflict();
2
 
 
 
3
  jQuery(document).on('heartbeat-send', function (e, data) {
4
  data['b2s_heartbeat'] = 'b2s_listener';
5
  });
@@ -732,11 +734,21 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
732
  var networkAuthId = jQuery(this).attr('data-network-auth-id');
733
  var networkId = jQuery(this).attr('data-network-id');
734
  var networkType = jQuery(this).attr('data-network-type');
 
735
  //doppelklick Schutz
736
  if (!jQuery(this).hasClass('b2s-network-select-btn-deactivate')) {
737
- //aktiv?
738
  if (!jQuery(this).children().hasClass('active')) {
739
- //schon vorhanden?
 
 
 
 
 
 
 
 
 
740
  if (jQuery('.b2s-post-item[data-network-auth-id="' + networkAuthId + '"]').length > 0 && !jQuery('.b2s-post-item[data-network-auth-id="' + networkAuthId + '"]').hasClass('b2s-post-item-connection-fail-dummy')) {
741
  activatePortal(networkAuthId);
742
  //PostFormat
@@ -830,6 +842,9 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
830
  }
831
  }
832
 
 
 
 
833
  //Twitter TOS 032018 - protected multiple accounts with same content to same time
834
  //delete comment field one more
835
  if (networkId == 2) {
@@ -863,9 +878,11 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
863
  'action': 'b2s_ship_item',
864
  'networkAuthId': networkAuthId,
865
  'networkType': jQuery(this).attr('data-network-type'),
 
866
  'networkId': networkId,
867
  'networkDisplayName': jQuery(this).attr('data-network-display-name'),
868
  'instantSharing': jQuery(this).attr('data-instant-sharing'),
 
869
  'userLang': jQuery('#b2sUserLang').val(),
870
  'postId': jQuery('#b2sPostId').val(),
871
  'relayCount': jQuery('#b2sRelayCount').val(),
@@ -1083,12 +1100,38 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
1083
  }
1084
 
1085
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1086
  }
1087
  }
1088
  }
1089
  });
1090
  }
1091
  } else {
 
 
 
 
1092
  deactivatePortal(networkAuthId);
1093
  }
1094
  }
@@ -1173,6 +1216,17 @@ jQuery(document).on('change', '.b2s-post-item-details-item-group-select', functi
1173
  jQuery('.b2s-post-item-details-network-display-name[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').html(label);
1174
  jQuery('.b2s-post-ship-network-display-name[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val(label);
1175
  }
 
 
 
 
 
 
 
 
 
 
 
1176
  return false;
1177
  });
1178
  //select recurrent sched interval mode
@@ -1284,6 +1338,19 @@ jQuery(document).on('click', '.b2s-re-share-btn', function () {
1284
  jQuery('.b2s-calendar-filter-area[data-network-auth-id="' + networkAuthId + '"]').addClass('hide');
1285
  }
1286
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
1287
  return false;
1288
  });
1289
  jQuery(document).on('click', '.b2s-post-item-details-release-input-add', function () {
@@ -2345,7 +2412,7 @@ function releaseChoose(choose, dataNetworkAuthId, dataNetworkCount) {
2345
  if (jQuery('.b2s-post-item-details-release-input-date-select' + selectorInput).attr('data-network-customize-content') == "1") {
2346
  jQuery('.b2s-post-item-details-item-message-input' + selectorInput + '[data-network-count="-1"]').removeAttr('disabled');
2347
 
2348
- //Facebook TOS
2349
  if (jQuery('.b2s-post-item-details-item-message-input' + selectorInput + '[data-network-count="-1"]').attr('readonly')) {
2350
  jQuery('.b2s-post-item-details-item-message-input' + selectorInput + '[data-network-count="-1"]').hide();
2351
  } else {
@@ -2790,6 +2857,8 @@ function chooseMandant() {
2790
  jQuery('.b2s-network-status-img-loading').hide();
2791
  jQuery('.b2s-network-select-btn-deactivate').removeClass('b2s-network-select-btn-deactivate');
2792
  //imageCheck();
 
 
2793
  //expiredDate wieder setzten
2794
  jQuery('.b2s-network-status-expiredDate').each(function () {
2795
  if (jQuery(this).is(':visible')) {
@@ -2932,4 +3001,27 @@ function checkSchedDateTime(dataNetworkAuthId) {
2932
  jQuery(dateElement).datepicker('update', enter);
2933
  jQuery(timeElement).timepicker('setTime', enter);
2934
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2935
  }
1
  jQuery.noConflict();
2
 
3
+ var b2sTosXingGroupCount = 0;
4
+
5
  jQuery(document).on('heartbeat-send', function (e, data) {
6
  data['b2s_heartbeat'] = 'b2s_listener';
7
  });
734
  var networkAuthId = jQuery(this).attr('data-network-auth-id');
735
  var networkId = jQuery(this).attr('data-network-id');
736
  var networkType = jQuery(this).attr('data-network-type');
737
+
738
  //doppelklick Schutz
739
  if (!jQuery(this).hasClass('b2s-network-select-btn-deactivate')) {
740
+ //active?
741
  if (!jQuery(this).children().hasClass('active')) {
742
+ //TOS XING Groups
743
+ if ((networkId == 8 || networkId == 19) && networkType == 2) {
744
+ if ((b2sTosXingGroupCount == jQuery('#b2sTosXingGroupCrosspostingLimit').val()) || (networkId == 19 && jQuery('.b2s-network-select-btn[data-network-id="' + networkId + '"][data-network-type="' + networkType + '"][data-network-tos-group-id="' + jQuery(this).attr('data-network-tos-group-id') + '"]').children().hasClass('active'))) {
745
+ jQuery('#b2s-tos-xing-group-modal').modal('show');
746
+ return false;
747
+ } else {
748
+ b2sTosXingGroupCount++;
749
+ }
750
+ }
751
+ //schon vorhanden?
752
  if (jQuery('.b2s-post-item[data-network-auth-id="' + networkAuthId + '"]').length > 0 && !jQuery('.b2s-post-item[data-network-auth-id="' + networkAuthId + '"]').hasClass('b2s-post-item-connection-fail-dummy')) {
753
  activatePortal(networkAuthId);
754
  //PostFormat
842
  }
843
  }
844
 
845
+ //XING TOS Group
846
+ jQuery('.b2s-content-info[data-network-auth-id="' + networkAuthId + '"').show();
847
+
848
  //Twitter TOS 032018 - protected multiple accounts with same content to same time
849
  //delete comment field one more
850
  if (networkId == 2) {
878
  'action': 'b2s_ship_item',
879
  'networkAuthId': networkAuthId,
880
  'networkType': jQuery(this).attr('data-network-type'),
881
+ 'networkKind': jQuery(this).attr('data-network-kind'),
882
  'networkId': networkId,
883
  'networkDisplayName': jQuery(this).attr('data-network-display-name'),
884
  'instantSharing': jQuery(this).attr('data-instant-sharing'),
885
+ 'networkTosGroupId': jQuery(this).attr('data-network-tos-group-id'),
886
  'userLang': jQuery('#b2sUserLang').val(),
887
  'postId': jQuery('#b2sPostId').val(),
888
  'relayCount': jQuery('#b2sRelayCount').val(),
1100
  }
1101
 
1102
  }
1103
+
1104
+ //XING Groups
1105
+ if (data.networkId == 19 && data.networkType == 2) {
1106
+ if (jQuery('.networkKind[data-network-auth-id="' + data.networkAuthId + '"]').val() == '3') {
1107
+ jQuery('.marketplace_area[data-network-auth-id="' + data.networkAuthId + '"][data-network-id="' + data.networkId + '"]').show();
1108
+ }
1109
+ }
1110
+ //XING TOS Group
1111
+ jQuery('.b2s-content-info[data-network-auth-id="' + data.networkAuthId + '"').show();
1112
+ } else {
1113
+ //TOS XING Groups
1114
+ if (typeof data.reason !== "undefined") {
1115
+ if (data.reason == 'tos_xing_group_exists') {
1116
+ b2sTosXingGroupCount--;
1117
+ deactivatePortal(data.networkAuthId);
1118
+ jQuery('.b2s-post-item-loading-dummy[data-network-auth-id="' + data.networkAuthId + '"]').remove();
1119
+ jQuery('#b2s-tos-xing-group-modal').modal('show');
1120
+ return false;
1121
+ }
1122
+
1123
+ }
1124
+
1125
  }
1126
  }
1127
  }
1128
  });
1129
  }
1130
  } else {
1131
+ //TOS XING Groups
1132
+ if ((networkId == 8 || networkId == 19) && networkType == 2) {
1133
+ b2sTosXingGroupCount--;
1134
+ }
1135
  deactivatePortal(networkAuthId);
1136
  }
1137
  }
1216
  jQuery('.b2s-post-item-details-network-display-name[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').html(label);
1217
  jQuery('.b2s-post-ship-network-display-name[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val(label);
1218
  }
1219
+ //Xing groups
1220
+ if (jQuery(this).attr('data-network-id') == '19') {
1221
+ var option = jQuery('option:selected', this).attr('data-network-kind');
1222
+ if (option == '3') { //Marketplace
1223
+ jQuery('.marketplace_area[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-id="' + jQuery(this).attr('data-network-id') + '"]').show();
1224
+ } else {
1225
+ jQuery('.marketplace_area[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-id="' + jQuery(this).attr('data-network-id') + '"]').hide();
1226
+ }
1227
+ jQuery('.networkKind[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val(option);
1228
+ }
1229
+
1230
  return false;
1231
  });
1232
  //select recurrent sched interval mode
1338
  jQuery('.b2s-calendar-filter-area[data-network-auth-id="' + networkAuthId + '"]').addClass('hide');
1339
  }
1340
  });
1341
+
1342
+ //TOS XING Group
1343
+ jQuery('.b2s-network-select-btn').each(function () {
1344
+ if (jQuery(this).children().hasClass('active')) {
1345
+ if (jQuery(this).attr('data-network-id') == "19" && jQuery(this).attr('data-network-type') == "2") {
1346
+ b2sTosXingGroupCount--;
1347
+ deactivatePortal(jQuery(this).attr('data-network-auth-id'));
1348
+ jQuery('.b2s-network-select-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').addClass('b2s-network-select-btn-deactivate');
1349
+ jQuery('.b2s-post-item-loading-dummy[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').remove();
1350
+ }
1351
+ }
1352
+ });
1353
+
1354
  return false;
1355
  });
1356
  jQuery(document).on('click', '.b2s-post-item-details-release-input-add', function () {
2412
  if (jQuery('.b2s-post-item-details-release-input-date-select' + selectorInput).attr('data-network-customize-content') == "1") {
2413
  jQuery('.b2s-post-item-details-item-message-input' + selectorInput + '[data-network-count="-1"]').removeAttr('disabled');
2414
 
2415
+ //Facebook TOS
2416
  if (jQuery('.b2s-post-item-details-item-message-input' + selectorInput + '[data-network-count="-1"]').attr('readonly')) {
2417
  jQuery('.b2s-post-item-details-item-message-input' + selectorInput + '[data-network-count="-1"]').hide();
2418
  } else {
2857
  jQuery('.b2s-network-status-img-loading').hide();
2858
  jQuery('.b2s-network-select-btn-deactivate').removeClass('b2s-network-select-btn-deactivate');
2859
  //imageCheck();
2860
+ //TOS XING Groups
2861
+ b2sTosXingGroupCount = 0;
2862
  //expiredDate wieder setzten
2863
  jQuery('.b2s-network-status-expiredDate').each(function () {
2864
  if (jQuery(this).is(':visible')) {
3001
  jQuery(dateElement).datepicker('update', enter);
3002
  jQuery(timeElement).timepicker('setTime', enter);
3003
  }
3004
+
3005
+ //network deprecated
3006
+ if (jQuery(dateElement).attr('data-network-id') == '8') {
3007
+ var deprecatedDate = new Date('2019-03-30T23:59:59');
3008
+ var count = jQuery(dateElement).attr('data-network-count');
3009
+ if (enter.getTime() > deprecatedDate.getTime()) {
3010
+ jQuery('.network-tos-deprecated-warning[data-network-auth-id="' + dataNetworkAuthId + '"][data-network-count="' + count + '"]').show();
3011
+ jQuery(dateElement).datepicker('update', now);
3012
+ jQuery(timeElement).timepicker('setTime', now);
3013
+ }
3014
+ }
3015
+
3016
+ //network deprecated
3017
+ if (jQuery(dateElement).attr('data-network-id') == '10') {
3018
+ var deprecatedDate = new Date('2019-04-01T23:59:59');
3019
+ var count = jQuery(dateElement).attr('data-network-count');
3020
+ if (enter.getTime() > deprecatedDate.getTime()) {
3021
+ jQuery('.network-tos-deprecated-warning[data-network-auth-id="' + dataNetworkAuthId + '"][data-network-count="' + count + '"]').show();
3022
+ jQuery(dateElement).datepicker('update', now);
3023
+ jQuery(timeElement).timepicker('setTime', now);
3024
+ }
3025
+ }
3026
+
3027
  }
assets/lib/air-datepicker/js/datepicker.js CHANGED
@@ -129,7 +129,7 @@
129
  this.currentDate = this.opts.startDate;
130
  this.currentView = this.opts.view;
131
  this._createShortCuts();
132
- this.selectedDates = [];
133
  this.views = {};
134
  this.keys = [];
135
  this.minRange = '';
129
  this.currentDate = this.opts.startDate;
130
  this.currentView = this.opts.view;
131
  this._createShortCuts();
132
+ this.selectedDates = [this.opts.startDate];
133
  this.views = {};
134
  this.keys = [];
135
  this.minRange = '';
blog2social.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  /*
3
  * Plugin Name:Blog2Social: Social Media Auto Post & Scheduler
4
  * Plugin URI: https://www.blog2social.com
@@ -6,12 +7,12 @@
6
  * Author: Blog2Social, Adenion
7
  * Text Domain: blog2social
8
  * Domain Path: /languages
9
- * Version: 5.1.4
10
  * Author URI: https://www.blog2social.com
11
  * License: GPL2+
12
  */
13
  //B2SDefine
14
- define('B2S_PLUGIN_VERSION', '514');
15
  define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
16
  define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
17
  define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
1
  <?php
2
+
3
  /*
4
  * Plugin Name:Blog2Social: Social Media Auto Post & Scheduler
5
  * Plugin URI: https://www.blog2social.com
7
  * Author: Blog2Social, Adenion
8
  * Text Domain: blog2social
9
  * Domain Path: /languages
10
+ * Version: 5.2.0
11
  * Author URI: https://www.blog2social.com
12
  * License: GPL2+
13
  */
14
  //B2SDefine
15
+ define('B2S_PLUGIN_VERSION', '520');
16
  define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
17
  define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
18
  define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
includes/Ajax/Get.php CHANGED
@@ -82,6 +82,7 @@ class Ajax_Get {
82
  $b2sSortPostPublishDate = isset($_POST['b2sSortPostPublishDate']) ? trim($_POST['b2sSortPostPublishDate']) : "";
83
  $b2sSortPostStatus = isset($_POST['b2sSortPostStatus']) ? trim($_POST['b2sSortPostStatus']) : "";
84
  $b2sShowByDate = isset($_POST['b2sShowByDate']) ? trim($_POST['b2sShowByDate']) : ""; //YYYY-mm-dd
 
85
  $b2sUserAuthId = isset($_POST['b2sUserAuthId']) ? (int) $_POST['b2sUserAuthId'] : 0;
86
  $b2sPostBlogId = isset($_POST['b2sPostBlogId']) ? (int) $_POST['b2sPostBlogId'] : 0;
87
  $b2sSortPostCat = isset($_POST['b2sSortPostCat']) ? trim($_POST['b2sSortPostCat']) : "";
@@ -90,7 +91,7 @@ class Ajax_Get {
90
  $b2sUserLang = isset($_POST['b2sUserLang']) ? trim($_POST['b2sUserLang']) : strtolower(substr(B2S_LANGUAGE, 0, 2));
91
  $b2sResultsPerPage = isset($_POST['b2sPostsPerPage']) && intval($_POST['b2sPostsPerPage']) > 0 ? intval($_POST['b2sPostsPerPage']) : B2S_PLUGIN_POSTPERPAGE;
92
  if (!empty($b2sType) && in_array($b2sType, array('all', 'sched', 'publish', 'notice', 'approve'))) {
93
- $postItem = new B2S_Post_Item($b2sType, $b2sSortPostTitle, $b2sSortPostAuthor, $b2sSortPostStatus, $b2sSortPostPublishDate, $b2sSortPostSchedDate, $b2sShowByDate, $b2sUserAuthId, $b2sPostBlogId, $b2sPagination, $b2sSortPostCat, $b2sSortPostType, $b2sUserLang, $b2sResultsPerPage);
94
  $result = array('result' => true, 'content' => $postItem->getItemHtml($b2sSelectSchedDate), 'schedDates' => json_encode($postItem->getCalendarSchedDate()));
95
  if ($b2sShowPagination) {
96
  $result['pagination'] = $postItem->getPaginationHtml();
@@ -153,11 +154,22 @@ class Ajax_Get {
153
 
154
  public function getShipItem() {
155
  if (isset($_POST['postId']) && (int) $_POST['postId'] > 0 && isset($_POST['networkAuthId']) && (int) $_POST['networkAuthId'] > 0) {
 
 
 
 
 
 
 
 
 
156
  $userLang = isset($_POST['userLang']) ? trim($_POST['userLang']) : strtolower(substr(B2S_LANGUAGE, 0, 2));
157
  $relayCount = isset($_POST['relayCount']) ? (int) $_POST['relayCount'] : 0;
158
  require_once B2S_PLUGIN_DIR . 'includes/B2S/Ship/Item.php';
159
  $itemData = array('networkAuthId' => (int) $_POST['networkAuthId'],
160
  'networkId' => (int) $_POST['networkId'],
 
 
161
  'instantSharing' => (isset($_POST['instantSharing']) ? (int) $_POST['instantSharing'] : 0),
162
  'network_display_name' => strip_tags(stripslashes($_POST['networkDisplayName'])),
163
  'networkType' => (int) $_POST['networkType']);
@@ -224,8 +236,9 @@ class Ajax_Get {
224
  require_once (B2S_PLUGIN_DIR . 'includes/Util.php');
225
  $postData = new B2S_Post_Item();
226
  $showByDate = isset($_POST['showByDate']) ? trim($_POST['showByDate']) : '';
 
227
  $userAuthId = isset($_POST['userAuthId']) ? (int) $_POST['userAuthId'] : 0;
228
- $result = $postData->getSchedPostDataHtml((int) $_POST['postId'], $showByDate, $userAuthId);
229
  if ($result !== false) {
230
  echo json_encode(array('result' => true, 'postId' => (int) $_POST['postId'], 'content' => $result));
231
  wp_die();
@@ -367,7 +380,7 @@ class Ajax_Get {
367
  if ($item != null) {
368
  $lock_user_id = get_option("B2S_PLUGIN_CALENDAR_BLOCKED_" . $_POST['id']);
369
  if (!$lock_user_id) {
370
- update_option("B2S_PLUGIN_CALENDAR_BLOCKED_" . $_POST['id'], get_current_user_id());
371
  $options = new B2S_Options(get_current_user_id());
372
  $block_old = $options->_getOption("B2S_PLUGIN_USER_CALENDAR_BLOCKED");
373
 
82
  $b2sSortPostPublishDate = isset($_POST['b2sSortPostPublishDate']) ? trim($_POST['b2sSortPostPublishDate']) : "";
83
  $b2sSortPostStatus = isset($_POST['b2sSortPostStatus']) ? trim($_POST['b2sSortPostStatus']) : "";
84
  $b2sShowByDate = isset($_POST['b2sShowByDate']) ? trim($_POST['b2sShowByDate']) : ""; //YYYY-mm-dd
85
+ $b2sShowByNetwork = isset($_POST['b2sShowByNetwork']) ? (int) $_POST['b2sShowByNetwork'] : 0;
86
  $b2sUserAuthId = isset($_POST['b2sUserAuthId']) ? (int) $_POST['b2sUserAuthId'] : 0;
87
  $b2sPostBlogId = isset($_POST['b2sPostBlogId']) ? (int) $_POST['b2sPostBlogId'] : 0;
88
  $b2sSortPostCat = isset($_POST['b2sSortPostCat']) ? trim($_POST['b2sSortPostCat']) : "";
91
  $b2sUserLang = isset($_POST['b2sUserLang']) ? trim($_POST['b2sUserLang']) : strtolower(substr(B2S_LANGUAGE, 0, 2));
92
  $b2sResultsPerPage = isset($_POST['b2sPostsPerPage']) && intval($_POST['b2sPostsPerPage']) > 0 ? intval($_POST['b2sPostsPerPage']) : B2S_PLUGIN_POSTPERPAGE;
93
  if (!empty($b2sType) && in_array($b2sType, array('all', 'sched', 'publish', 'notice', 'approve'))) {
94
+ $postItem = new B2S_Post_Item($b2sType, $b2sSortPostTitle, $b2sSortPostAuthor, $b2sSortPostStatus, $b2sSortPostPublishDate, $b2sSortPostSchedDate, $b2sShowByDate, $b2sShowByNetwork, $b2sUserAuthId, $b2sPostBlogId, $b2sPagination, $b2sSortPostCat, $b2sSortPostType, $b2sUserLang, $b2sResultsPerPage);
95
  $result = array('result' => true, 'content' => $postItem->getItemHtml($b2sSelectSchedDate), 'schedDates' => json_encode($postItem->getCalendarSchedDate()));
96
  if ($b2sShowPagination) {
97
  $result['pagination'] = $postItem->getPaginationHtml();
154
 
155
  public function getShipItem() {
156
  if (isset($_POST['postId']) && (int) $_POST['postId'] > 0 && isset($_POST['networkAuthId']) && (int) $_POST['networkAuthId'] > 0) {
157
+ //TOS XING Group
158
+ if ((int) $_POST['networkId'] == 19 && isset($_POST['networkTosGroupId']) && !empty($_POST['networkTosGroupId'])) {
159
+ $options = new B2S_Options(0, 'B2S_PLUGIN_TOS_XING_GROUP_CROSSPOSTING');
160
+ if($options->existsValueByKey($_POST['postId'],$_POST['networkTosGroupId'])){
161
+ echo json_encode(array('result' => false, 'reason' => 'tos_xing_group_exists', 'networkAuthId' => (int) $_POST['networkAuthId']));
162
+ wp_die();
163
+ }
164
+ }
165
+
166
  $userLang = isset($_POST['userLang']) ? trim($_POST['userLang']) : strtolower(substr(B2S_LANGUAGE, 0, 2));
167
  $relayCount = isset($_POST['relayCount']) ? (int) $_POST['relayCount'] : 0;
168
  require_once B2S_PLUGIN_DIR . 'includes/B2S/Ship/Item.php';
169
  $itemData = array('networkAuthId' => (int) $_POST['networkAuthId'],
170
  'networkId' => (int) $_POST['networkId'],
171
+ 'networkKind' => (int) $_POST['networkKind'],
172
+ 'networkTosGroupId' => ((isset($_POST['networkTosGroupId']) && !empty($_POST['networkTosGroupId'])) ? trim($_POST['networkTosGroupId']) : ''),
173
  'instantSharing' => (isset($_POST['instantSharing']) ? (int) $_POST['instantSharing'] : 0),
174
  'network_display_name' => strip_tags(stripslashes($_POST['networkDisplayName'])),
175
  'networkType' => (int) $_POST['networkType']);
236
  require_once (B2S_PLUGIN_DIR . 'includes/Util.php');
237
  $postData = new B2S_Post_Item();
238
  $showByDate = isset($_POST['showByDate']) ? trim($_POST['showByDate']) : '';
239
+ $showByNetwork = isset($_POST['showByNetwork']) ? trim($_POST['showByNetwork']) : '';
240
  $userAuthId = isset($_POST['userAuthId']) ? (int) $_POST['userAuthId'] : 0;
241
+ $result = $postData->getSchedPostDataHtml((int) $_POST['postId'], $showByDate, $showByNetwork, $userAuthId);
242
  if ($result !== false) {
243
  echo json_encode(array('result' => true, 'postId' => (int) $_POST['postId'], 'content' => $result));
244
  wp_die();
380
  if ($item != null) {
381
  $lock_user_id = get_option("B2S_PLUGIN_CALENDAR_BLOCKED_" . $_POST['id']);
382
  if (!$lock_user_id) {
383
+ update_option("B2S_PLUGIN_CALENDAR_BLOCKED_" . $_POST['id'], get_current_user_id(), false);
384
  $options = new B2S_Options(get_current_user_id());
385
  $block_old = $options->_getOption("B2S_PLUGIN_USER_CALENDAR_BLOCKED");
386
 
includes/Ajax/Post.php CHANGED
@@ -33,7 +33,6 @@ class Ajax_Post {
33
  add_action('wp_ajax_b2s_prg_logout', array($this, 'prgLogout'));
34
  add_action('wp_ajax_b2s_prg_ship', array($this, 'prgShip'));
35
  add_action('wp_ajax_b2s_notice_hide', array($this, 'noticeHide'));
36
- add_action('wp_ajax_b2s_network_tos_accept', array($this, 'networkTosAccept'));
37
  add_action('wp_ajax_b2s_ship_navbar_save_settings', array($this, 'b2sShipNavbarSaveSettings'));
38
  add_action('wp_ajax_b2s_post_mail_update', array($this, 'b2sPostMailUpdate'));
39
  add_action('wp_ajax_b2s_calendar_move_post', array($this, 'b2sCalendarMovePost'));
@@ -65,6 +64,7 @@ class Ajax_Post {
65
  $networkData = json_decode(base64_decode($_POST['profile_data_' . $profilId]));
66
  if ($networkData !== false && is_array($networkData) && !empty($networkData)) {
67
  $notAllowNetwork = array(4, 11, 14, 16, 18);
 
68
  $allowNetworkOnlyImage = array(6, 7, 12);
69
  //TOS Twitter 032018 - none multiple Accounts - User select once
70
  $selectedTwitterProfile = (isset($_POST['twitter_select']) && !empty($_POST['twitter_select'])) ? (int) $_POST['twitter_select'] : '';
@@ -99,6 +99,46 @@ class Ajax_Post {
99
  if (in_array($value->networkId, $notAllowNetwork)) {
100
  continue;
101
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  $shareData = $quickPost->prepareShareData($value->networkAuthId, $value->networkId, $value->networkType);
103
  if ($shareData !== false) {
104
  $shareData['network_id'] = $value->networkId;
@@ -120,7 +160,7 @@ class Ajax_Post {
120
  $schedResult = array_merge($schedRes, array('networkDisplayName' => $value->networkUserName, 'networkId' => $value->networkId, 'networkType' => $value->networkType));
121
  $content = array_merge($content, array($schedResult));
122
  } else {
123
- //TYPE direct share
124
  $b2sShipSend->savePublishDetails($shareData, array(), true);
125
  }
126
  }
@@ -135,7 +175,7 @@ class Ajax_Post {
135
  $sendResult = $b2sShipSend->postPublish(true);
136
  $content = array_merge($content, $sendResult);
137
  }
138
- //Render Ouput
139
  if (is_array($content) && !empty($content)) {
140
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Curation/View.php');
141
  $view = new B2S_Curation_View();
@@ -185,7 +225,7 @@ class Ajax_Post {
185
 
186
  public function b2sPluginDeactivate() {
187
  if (isset($_POST['delete_sched_post']) && (int) $_POST['delete_sched_post'] == 1) {
188
- update_option("B2S_PLUGIN_DEACTIVATE_SCHED_POST", 1);
189
  } else {
190
  delete_option("B2S_PLUGIN_DEACTIVATE_SCHED_POST");
191
  }
@@ -245,7 +285,7 @@ class Ajax_Post {
245
 
246
  public function lockAutoPostImport() {
247
  if (isset($_POST['userId']) && (int) $_POST['userId'] > 0) {
248
- update_option('B2S_LOCK_AUTO_POST_IMPORT_' . (int) $_POST['userId'], 1);
249
  }
250
  echo json_encode(array('result' => true));
251
  wp_die();
@@ -253,7 +293,7 @@ class Ajax_Post {
253
 
254
  public function prgLogin() {
255
  if (isset($_POST['postId']) && (int) $_POST['postId'] > 0 && isset($_POST['username']) && !empty($_POST['username']) && isset($_POST['password']) && !empty($_POST['password'])) {
256
- $pubKey = json_decode(PRG_Api_Get::get(B2S_PLUGIN_PRG_API_ENDPOINT . 'auth.php?publicKey=true',array()));
257
  if (!empty($pubKey) && is_object($pubKey) && isset($pubKey->publicKey) && !empty($pubKey->publicKey) && function_exists('openssl_public_encrypt')) {
258
  $usernameCrypted = '';
259
  $passwordCrypted = '';
@@ -270,7 +310,7 @@ class Ajax_Post {
270
  $prgInfo = array('B2S_PRG_ID' => $result->prg_id,
271
  'B2S_PRG_TOKEN' => $result->prg_token);
272
 
273
- update_option('B2S_PLUGIN_PRG_' . B2S_PLUGIN_BLOG_USER_ID, $prgInfo);
274
  echo json_encode(array('result' => true, 'error' => 0));
275
  wp_die();
276
  }
@@ -309,7 +349,6 @@ class Ajax_Post {
309
  delete_option('B2S_PLUGIN_POST_META_TAGES_TWITTER_' . (int) $post['post_id']);
310
  delete_option('B2S_PLUGIN_POST_META_TAGES_OG_' . (int) $post['post_id']);
311
 
312
-
313
  $options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
314
  $optionNoCache = $options->_getOption('link_no_cache');
315
 
@@ -327,7 +366,7 @@ class Ajax_Post {
327
  continue;
328
  }
329
 
330
- //Change/Set MetaTags
331
  if ((int) $data['network_id'] == 1 && $metaOg == false && (int) $post['post_id'] > 0 && isset($data['post_format']) && (int) $data['post_format'] == 0 && isset($post['change_og_meta']) && (int) $post['change_og_meta'] == 1) { //LinkPost
332
  $metaOg = true;
333
  $meta = B2S_Meta::getInstance();
@@ -361,6 +400,12 @@ class Ajax_Post {
361
  $meta->updateMeta((int) $post['post_id']);
362
  }
363
 
 
 
 
 
 
 
364
  $sendData = array("board" => isset($data['board']) ? $data['board'] : '',
365
  "group" => isset($data['group']) ? $data['group'] : '',
366
  "custom_title" => isset($data['custom_title']) ? strip_tags($data['custom_title']) : '',
@@ -370,7 +415,11 @@ class Ajax_Post {
370
  'tags' => isset($data['tags']) ? $data['tags'] : array(),
371
  'network_id' => isset($data['network_id']) ? $data['network_id'] : '',
372
  'instant_sharing' => isset($data['instant_sharing']) ? (int) $data['instant_sharing'] : 0,
 
373
  'network_type' => isset($data['network_type']) ? $data['network_type'] : '',
 
 
 
374
  'network_display_name' => isset($data['network_display_name']) ? $data['network_display_name'] : '',
375
  'network_auth_id' => $networkAuthId,
376
  'post_format' => isset($data['post_format']) ? (int) $data['post_format'] : '',
@@ -565,7 +614,7 @@ class Ajax_Post {
565
  if ((int) $_POST['allow_shortcode'] == 1) {
566
  delete_option('B2S_PLUGIN_USER_ALLOW_SHORTCODE_' . B2S_PLUGIN_BLOG_USER_ID);
567
  } else {
568
- update_option('B2S_PLUGIN_USER_ALLOW_SHORTCODE_' . B2S_PLUGIN_BLOG_USER_ID, 1);
569
  }
570
  echo json_encode(array('result' => true, 'content' => (((int) $_POST['allow_shortcode'] == 1) ? 0 : 1)));
571
  wp_die();
@@ -836,12 +885,6 @@ class Ajax_Post {
836
  wp_die();
837
  }
838
 
839
- public function networkTosAccept() {
840
- update_option('B2S_PLUGIN_NETWORK_TOS_ACCEPT_072018_USER_' . B2S_PLUGIN_BLOG_USER_ID, 1);
841
- echo json_encode(array('result' => true));
842
- wp_die();
843
- }
844
-
845
  public function b2sShipNavbarSaveSettings() {
846
  if (isset($_POST['mandantId'])) {
847
  global $wpdb;
@@ -880,7 +923,7 @@ class Ajax_Post {
880
  'email' => $_POST['email'],
881
  'lang' => $_POST['lang']);
882
  B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, $post);
883
- update_option('B2S_UPDATE_MAIL_' . B2S_PLUGIN_BLOG_USER_ID, $post['email']);
884
  }
885
  echo json_encode(array('result' => true));
886
  wp_die();
@@ -1104,6 +1147,10 @@ class Ajax_Post {
1104
  'tags' => isset($data['tags']) ? $data['tags'] : array(),
1105
  'network_id' => isset($data['network_id']) ? $data['network_id'] : '',
1106
  'network_type' => isset($data['network_type']) ? $data['network_type'] : '',
 
 
 
 
1107
  'network_display_name' => isset($data['network_display_name']) ? $data['network_display_name'] : '',
1108
  'network_auth_id' => $networkAuthId,
1109
  'post_format' => isset($data['post_format']) ? (int) $data['post_format'] : '',
@@ -1181,15 +1228,15 @@ class Ajax_Post {
1181
  }
1182
 
1183
  public function hidePremiumMessage() {
1184
- update_option("B2S_HIDE_PREMIUM_MESSAGE", true);
1185
  }
1186
 
1187
  public function hideTrailMessage() {
1188
- update_option("B2S_HIDE_TRAIL_MESSAGE", true);
1189
  }
1190
 
1191
  public function hideTrailEndedMessage() {
1192
- update_option("B2S_HIDE_TRAIL_ENDED", true);
1193
  }
1194
 
1195
  }
33
  add_action('wp_ajax_b2s_prg_logout', array($this, 'prgLogout'));
34
  add_action('wp_ajax_b2s_prg_ship', array($this, 'prgShip'));
35
  add_action('wp_ajax_b2s_notice_hide', array($this, 'noticeHide'));
 
36
  add_action('wp_ajax_b2s_ship_navbar_save_settings', array($this, 'b2sShipNavbarSaveSettings'));
37
  add_action('wp_ajax_b2s_post_mail_update', array($this, 'b2sPostMailUpdate'));
38
  add_action('wp_ajax_b2s_calendar_move_post', array($this, 'b2sCalendarMovePost'));
64
  $networkData = json_decode(base64_decode($_POST['profile_data_' . $profilId]));
65
  if ($networkData !== false && is_array($networkData) && !empty($networkData)) {
66
  $notAllowNetwork = array(4, 11, 14, 16, 18);
67
+ $tosCrossPosting = unserialize(B2S_PLUGIN_NETWORK_CROSSPOSTING_LIMIT);
68
  $allowNetworkOnlyImage = array(6, 7, 12);
69
  //TOS Twitter 032018 - none multiple Accounts - User select once
70
  $selectedTwitterProfile = (isset($_POST['twitter_select']) && !empty($_POST['twitter_select'])) ? (int) $_POST['twitter_select'] : '';
99
  if (in_array($value->networkId, $notAllowNetwork)) {
100
  continue;
101
  }
102
+
103
+ //Filter: TOS Crossposting ignore
104
+ if (isset($tosCrossPosting[$value->networkId][$value->networkType])) {
105
+ continue;
106
+ }
107
+
108
+ //Filter: DeprecatedNetwork-8 31 march
109
+ if ($value->networkId == 8) {
110
+ if (isset($_POST['ship_type']) && (int) $_POST['ship_type'] == 1 && isset($_POST['ship_date']) && !empty($_POST['ship_date']) && strtotime($_POST['ship_date']) !== false) {
111
+ if (date('Y-m-d', strtotime($_POST['ship_date'])) >= '2019-03-31') {
112
+ //special case xing groups contains network_display_name
113
+ global $wpdb;
114
+ $networkDetailsId = 0;
115
+ if ($value->networkType == 2) {
116
+ $networkDetailsIdSelect = $wpdb->get_col($wpdb->prepare("SELECT postNetworkDetails.id FROM b2s_posts_network_details AS postNetworkDetails WHERE postNetworkDetails.network_auth_id = %s AND postNetworkDetails.network_display_name = %s", $value->networkAuthId, trim($value->networkUserName)));
117
+ } else {
118
+ $networkDetailsIdSelect = $wpdb->get_col($wpdb->prepare("SELECT postNetworkDetails.id FROM b2s_posts_network_details AS postNetworkDetails WHERE postNetworkDetails.network_auth_id = %s", $value->networkAuthId));
119
+ }
120
+ if (isset($networkDetailsIdSelect[0])) {
121
+ $networkDetailsId = (int) $networkDetailsIdSelect[0];
122
+ } else {
123
+ $wpdb->insert('b2s_posts_network_details', array(
124
+ 'network_id' => (int) $value->networkId,
125
+ 'network_type' => (int) $value->networkType,
126
+ 'network_auth_id' => (int) $value->networkAuthId,
127
+ 'network_display_name' => $value->networkUserName), array('%d', '%d', '%d', '%s'));
128
+ $networkDetailsId = $wpdb->insert_id;
129
+ }
130
+ $timeZone= (isset($_POST['b2s_user_timezone']) ? $_POST['b2s_user_timezone'] : 0 );
131
+ $wpdb->insert('b2s_posts', array(
132
+ 'post_id' => $postId,
133
+ 'blog_user_id' => B2S_PLUGIN_BLOG_USER_ID,
134
+ 'user_timezone' =>$timeZone,
135
+ 'publish_date' => date('Y-m-d H:i:s', strtotime(B2S_Util::getUTCForDate(gmdate('Y-m-d H:i:s'), $timeZone * (-1)))),
136
+ 'publish_error_code' => 'DEPRECATED_NETWORK_8',
137
+ 'network_details_id' => $networkDetailsId), array('%d', '%d', '%s', '%s', '%s', '%d'));
138
+ continue;
139
+ }
140
+ }
141
+ }
142
  $shareData = $quickPost->prepareShareData($value->networkAuthId, $value->networkId, $value->networkType);
143
  if ($shareData !== false) {
144
  $shareData['network_id'] = $value->networkId;
160
  $schedResult = array_merge($schedRes, array('networkDisplayName' => $value->networkUserName, 'networkId' => $value->networkId, 'networkType' => $value->networkType));
161
  $content = array_merge($content, array($schedResult));
162
  } else {
163
+ //TYPE direct share
164
  $b2sShipSend->savePublishDetails($shareData, array(), true);
165
  }
166
  }
175
  $sendResult = $b2sShipSend->postPublish(true);
176
  $content = array_merge($content, $sendResult);
177
  }
178
+ //Render Ouput
179
  if (is_array($content) && !empty($content)) {
180
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Curation/View.php');
181
  $view = new B2S_Curation_View();
225
 
226
  public function b2sPluginDeactivate() {
227
  if (isset($_POST['delete_sched_post']) && (int) $_POST['delete_sched_post'] == 1) {
228
+ update_option("B2S_PLUGIN_DEACTIVATE_SCHED_POST", 1,false);
229
  } else {
230
  delete_option("B2S_PLUGIN_DEACTIVATE_SCHED_POST");
231
  }
285
 
286
  public function lockAutoPostImport() {
287
  if (isset($_POST['userId']) && (int) $_POST['userId'] > 0) {
288
+ update_option('B2S_LOCK_AUTO_POST_IMPORT_' . (int) $_POST['userId'], 1,false);
289
  }
290
  echo json_encode(array('result' => true));
291
  wp_die();
293
 
294
  public function prgLogin() {
295
  if (isset($_POST['postId']) && (int) $_POST['postId'] > 0 && isset($_POST['username']) && !empty($_POST['username']) && isset($_POST['password']) && !empty($_POST['password'])) {
296
+ $pubKey = json_decode(PRG_Api_Get::get(B2S_PLUGIN_PRG_API_ENDPOINT . 'auth.php?publicKey=true', array()));
297
  if (!empty($pubKey) && is_object($pubKey) && isset($pubKey->publicKey) && !empty($pubKey->publicKey) && function_exists('openssl_public_encrypt')) {
298
  $usernameCrypted = '';
299
  $passwordCrypted = '';
310
  $prgInfo = array('B2S_PRG_ID' => $result->prg_id,
311
  'B2S_PRG_TOKEN' => $result->prg_token);
312
 
313
+ update_option('B2S_PLUGIN_PRG_' . B2S_PLUGIN_BLOG_USER_ID, $prgInfo,false);
314
  echo json_encode(array('result' => true, 'error' => 0));
315
  wp_die();
316
  }
349
  delete_option('B2S_PLUGIN_POST_META_TAGES_TWITTER_' . (int) $post['post_id']);
350
  delete_option('B2S_PLUGIN_POST_META_TAGES_OG_' . (int) $post['post_id']);
351
 
 
352
  $options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
353
  $optionNoCache = $options->_getOption('link_no_cache');
354
 
366
  continue;
367
  }
368
 
369
+ //Change/Set MetaTags
370
  if ((int) $data['network_id'] == 1 && $metaOg == false && (int) $post['post_id'] > 0 && isset($data['post_format']) && (int) $data['post_format'] == 0 && isset($post['change_og_meta']) && (int) $post['change_og_meta'] == 1) { //LinkPost
371
  $metaOg = true;
372
  $meta = B2S_Meta::getInstance();
400
  $meta->updateMeta((int) $post['post_id']);
401
  }
402
 
403
+ //TOS XING Group
404
+ if (isset($data['network_tos_group_id']) && !empty($data['network_tos_group_id'])) {
405
+ $options = new B2S_Options(0, 'B2S_PLUGIN_TOS_XING_GROUP_CROSSPOSTING');
406
+ $options->_setOption((int) $post['post_id'], $data['network_tos_group_id'], true);
407
+ }
408
+
409
  $sendData = array("board" => isset($data['board']) ? $data['board'] : '',
410
  "group" => isset($data['group']) ? $data['group'] : '',
411
  "custom_title" => isset($data['custom_title']) ? strip_tags($data['custom_title']) : '',
415
  'tags' => isset($data['tags']) ? $data['tags'] : array(),
416
  'network_id' => isset($data['network_id']) ? $data['network_id'] : '',
417
  'instant_sharing' => isset($data['instant_sharing']) ? (int) $data['instant_sharing'] : 0,
418
+ 'network_tos_group_id' => (isset($data['network_tos_group_id']) && !empty($data['network_tos_group_id'])) ? $data['network_tos_group_id'] : '',
419
  'network_type' => isset($data['network_type']) ? $data['network_type'] : '',
420
+ 'network_kind' => isset($data['network_kind']) ? (int) $data['network_kind'] : 0,
421
+ 'marketplace_category' => isset($data['marketplace_category']) ? (int) $data['marketplace_category'] : 0,
422
+ 'marketplace_type' => isset($data['marketplace_type']) ? (int) $data['marketplace_type'] : 0,
423
  'network_display_name' => isset($data['network_display_name']) ? $data['network_display_name'] : '',
424
  'network_auth_id' => $networkAuthId,
425
  'post_format' => isset($data['post_format']) ? (int) $data['post_format'] : '',
614
  if ((int) $_POST['allow_shortcode'] == 1) {
615
  delete_option('B2S_PLUGIN_USER_ALLOW_SHORTCODE_' . B2S_PLUGIN_BLOG_USER_ID);
616
  } else {
617
+ update_option('B2S_PLUGIN_USER_ALLOW_SHORTCODE_' . B2S_PLUGIN_BLOG_USER_ID, 1,false);
618
  }
619
  echo json_encode(array('result' => true, 'content' => (((int) $_POST['allow_shortcode'] == 1) ? 0 : 1)));
620
  wp_die();
885
  wp_die();
886
  }
887
 
 
 
 
 
 
 
888
  public function b2sShipNavbarSaveSettings() {
889
  if (isset($_POST['mandantId'])) {
890
  global $wpdb;
923
  'email' => $_POST['email'],
924
  'lang' => $_POST['lang']);
925
  B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, $post);
926
+ update_option('B2S_UPDATE_MAIL_' . B2S_PLUGIN_BLOG_USER_ID, $post['email'],false);
927
  }
928
  echo json_encode(array('result' => true));
929
  wp_die();
1147
  'tags' => isset($data['tags']) ? $data['tags'] : array(),
1148
  'network_id' => isset($data['network_id']) ? $data['network_id'] : '',
1149
  'network_type' => isset($data['network_type']) ? $data['network_type'] : '',
1150
+ 'network_tos_group_id' => (isset($data['network_tos_group_id']) && !empty($data['network_tos_group_id'])) ? $data['network_tos_group_id'] : '',
1151
+ 'network_kind' => isset($data['network_kind']) ? (int) $data['network_kind'] : 0,
1152
+ 'marketplace_category' => isset($data['marketplace_category']) ? (int) $data['marketplace_category'] : 0,
1153
+ 'marketplace_type' => isset($data['marketplace_type']) ? (int) $data['marketplace_type'] : 0,
1154
  'network_display_name' => isset($data['network_display_name']) ? $data['network_display_name'] : '',
1155
  'network_auth_id' => $networkAuthId,
1156
  'post_format' => isset($data['post_format']) ? (int) $data['post_format'] : '',
1228
  }
1229
 
1230
  public function hidePremiumMessage() {
1231
+ update_option("B2S_HIDE_PREMIUM_MESSAGE", true,false);
1232
  }
1233
 
1234
  public function hideTrailMessage() {
1235
+ update_option("B2S_HIDE_TRAIL_MESSAGE", true,false);
1236
  }
1237
 
1238
  public function hideTrailEndedMessage() {
1239
+ update_option("B2S_HIDE_TRAIL_ENDED", true,false);
1240
  }
1241
 
1242
  }
includes/B2S/AutoPost.php CHANGED
@@ -31,8 +31,8 @@ class B2S_AutoPost {
31
  $this->optionPostFormat = $optionPostFormat;
32
  $this->allowHashTag = $allowHashTag;
33
  $this->optionContentTwitter = $optionContentTwitter;
34
- $this->setPreFillText = array(0 => array(1 => 239, 2 => 255, 3 => 239, 6 => 300, 8 => 239, 9 => 200, 10 => 442, 12 => 240, 16 => 250, 17 => 442, 18 => 800), 1 => array(1 => 239, 3 => 239, 8 => 1200, 10 => 442, 17 => 442), 2 => array(1 => 239, 8 => 239, 10 => 442, 17 => 442));
35
- $this->setPreFillTextLimit = array(0 => array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 9 => 200, 10 => 500, 12 => 400, 18 => 1000), 1 => array(1 => 400, 3 => 400, 8 => 1200, 10 => 500), 2 => array(1 => 400, 8 => 400, 10 => 500));
36
  }
37
 
38
  public function prepareShareData($networkAuthId = 0, $networkId = 0, $networkType = 0) {
@@ -101,7 +101,7 @@ class B2S_AutoPost {
101
  return false;
102
  }
103
  }
104
- if ($networkId == 8) {
105
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
106
  if ($networkType != 0) {
107
  $postData['custom_title'] = strip_tags($this->title);
@@ -228,21 +228,32 @@ class B2S_AutoPost {
228
  }
229
 
230
  if ($networkDetailsId > 0) {
231
- $wpdb->insert('b2s_posts_sched_details', array('sched_data' => serialize($shareData), 'image_url' => (isset($shareData['image_url']) ? $shareData['image_url'] : '')), array('%s', '%s'));
232
- $schedDetailsId = $wpdb->insert_id;
233
- $wpdb->insert('b2s_posts', array(
234
- 'post_id' => $this->postId,
235
- 'blog_user_id' => $this->blogPostData['blog_user_id'],
236
- 'user_timezone' => $this->blogPostData['user_timezone'],
237
- 'publish_date' => (($sched_type == 3) ? $sched_date : "0000-00-00 00:00:00"),
238
- 'sched_details_id' => $schedDetailsId,
239
- 'sched_type' => $sched_type,
240
- 'sched_date' => $sched_date,
241
- 'sched_date_utc' => $sched_date_utc,
242
- 'network_details_id' => $networkDetailsId,
243
- 'post_for_approve' => (int) $shareApprove,
244
- 'hook_action' => (((int) $shareApprove == 0) ? 1 : 0)), array('%d', '%d', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%d'));
245
- B2S_Rating::trigger();
 
 
 
 
 
 
 
 
 
 
 
246
  }
247
  }
248
 
31
  $this->optionPostFormat = $optionPostFormat;
32
  $this->allowHashTag = $allowHashTag;
33
  $this->optionContentTwitter = $optionContentTwitter;
34
+ $this->setPreFillText = array(0 => array(1 => 239, 2 => 255, 3 => 239, 6 => 300, 8 => 239, 9 => 200, 10 => 442, 12 => 240, 16 => 250, 17 => 442, 18 => 800, 19 => 239), 1 => array(1 => 239, 3 => 239, 8 => 1200, 10 => 442, 17 => 442, 19 => 239), 2 => array(1 => 239, 8 => 239, 10 => 442, 17 => 442, 19 => 239));
35
+ $this->setPreFillTextLimit = array(0 => array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 9 => 200, 10 => 500, 12 => 400, 18 => 1000), 1 => array(1 => 400, 3 => 400, 8 => 1200, 10 => 500, 19 => 400), 2 => array(1 => 400, 8 => 400, 10 => 500, 19 => 9000));
36
  }
37
 
38
  public function prepareShareData($networkAuthId = 0, $networkId = 0, $networkType = 0) {
101
  return false;
102
  }
103
  }
104
+ if ($networkId == 8 && $networkId == 19) {
105
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
106
  if ($networkType != 0) {
107
  $postData['custom_title'] = strip_tags($this->title);
228
  }
229
 
230
  if ($networkDetailsId > 0) {
231
+ //DeprecatedNetwork-8 31 march
232
+ if ($network_id == 8 && $sched_date_utc >= '2019-03-30 23:59:59') {
233
+ $wpdb->insert('b2s_posts', array(
234
+ 'post_id' => $this->postId,
235
+ 'blog_user_id' => $this->blogPostData['blog_user_id'],
236
+ 'user_timezone' => $this->blogPostData['user_timezone'],
237
+ 'publish_date' => date('Y-m-d H:i:s', strtotime(B2S_Util::getUTCForDate(gmdate('Y-m-d H:i:s'), $this->blogPostData['user_timezone'] * (-1)))),
238
+ 'publish_error_code' => 'DEPRECATED_NETWORK_8',
239
+ 'network_details_id' => $networkDetailsId), array('%d', '%d', '%s', '%s', '%s', '%d'));
240
+ } else {
241
+ $wpdb->insert('b2s_posts_sched_details', array('sched_data' => serialize($shareData), 'image_url' => (isset($shareData['image_url']) ? $shareData['image_url'] : '')), array('%s', '%s'));
242
+ $schedDetailsId = $wpdb->insert_id;
243
+ $wpdb->insert('b2s_posts', array(
244
+ 'post_id' => $this->postId,
245
+ 'blog_user_id' => $this->blogPostData['blog_user_id'],
246
+ 'user_timezone' => $this->blogPostData['user_timezone'],
247
+ 'publish_date' => (($sched_type == 3) ? $sched_date : "0000-00-00 00:00:00"),
248
+ 'sched_details_id' => $schedDetailsId,
249
+ 'sched_type' => $sched_type,
250
+ 'sched_date' => $sched_date,
251
+ 'sched_date_utc' => $sched_date_utc,
252
+ 'network_details_id' => $networkDetailsId,
253
+ 'post_for_approve' => (int) $shareApprove,
254
+ 'hook_action' => (((int) $shareApprove == 0) ? 1 : 0)), array('%d', '%d', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%d'));
255
+ B2S_Rating::trigger();
256
+ }
257
  }
258
  }
259
 
includes/B2S/Calendar/Filter.php CHANGED
@@ -106,7 +106,7 @@ class B2S_Calendar_Filter {
106
  public static function getFilterNetworkAuthHtml($network_id = 0) {
107
  global $wpdb;
108
  $addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND b2s_posts.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
109
- $addNetwork = $wpdb->prepare(' AND b2s_posts_network_details.`network_id` = %d', $network_id);
110
  $approvePosts = " AND ((b2s_posts.`sched_date_utc` != '0000-00-00 00:00:00' AND b2s_posts.`post_for_approve` = 0)OR (b2s_posts.`sched_date_utc` >= '" . gmdate('Y-m-d H:i:s') . "' AND b2s_posts.`post_for_approve` = 1))";
111
 
112
  $sql = "SELECT b2s_posts_network_details.network_type, "
@@ -286,11 +286,15 @@ class B2S_Calendar_Filter {
286
 
287
  public function getNetworkHtml() {
288
  $content = '';
 
289
  $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array('action' => 'getNetwork', 'token' => B2S_PLUGIN_TOKEN, 'version' => B2S_PLUGIN_VERSION)));
290
  if (is_object($result) && isset($result->result) && (int) $result->result == 1 && isset($result->portale) && is_array($result->portale)) {
291
  $content = '<label><input type="radio" class="b2s-calendar-filter-network-btn" checked name="b2s-calendar-filter-network-btn" value="all" /><span>all</span></label>';
292
 
293
  foreach ($result->portale as $k => $v) {
 
 
 
294
  $content .='<label><input type="radio" class="b2s-calendar-filter-network-btn" name="b2s-calendar-filter-network-btn" value="' . $v->id . '" /><span>';
295
  $content .='<img class="b2s-calendar-filter-img" alt="' . $v->name . '" src="' . plugins_url('/assets/images/portale/' . $v->id . '_flat.png', B2S_PLUGIN_FILE) . '">';
296
  $content .='</span></label>';
106
  public static function getFilterNetworkAuthHtml($network_id = 0) {
107
  global $wpdb;
108
  $addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND b2s_posts.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
109
+ $addNetwork = ($network_id != 19) ? $wpdb->prepare(' AND b2s_posts_network_details.`network_id` = %d', $network_id) : ' AND (b2s_posts_network_details.`network_id` = '.$network_id.' OR b2s_posts_network_details.`network_id` = 8)' ; //combine XING old and new
110
  $approvePosts = " AND ((b2s_posts.`sched_date_utc` != '0000-00-00 00:00:00' AND b2s_posts.`post_for_approve` = 0)OR (b2s_posts.`sched_date_utc` >= '" . gmdate('Y-m-d H:i:s') . "' AND b2s_posts.`post_for_approve` = 1))";
111
 
112
  $sql = "SELECT b2s_posts_network_details.network_type, "
286
 
287
  public function getNetworkHtml() {
288
  $content = '';
289
+ $deprecatedNetwork = 8;
290
  $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array('action' => 'getNetwork', 'token' => B2S_PLUGIN_TOKEN, 'version' => B2S_PLUGIN_VERSION)));
291
  if (is_object($result) && isset($result->result) && (int) $result->result == 1 && isset($result->portale) && is_array($result->portale)) {
292
  $content = '<label><input type="radio" class="b2s-calendar-filter-network-btn" checked name="b2s-calendar-filter-network-btn" value="all" /><span>all</span></label>';
293
 
294
  foreach ($result->portale as $k => $v) {
295
+ if($v->id == $deprecatedNetwork){
296
+ continue;
297
+ }
298
  $content .='<label><input type="radio" class="b2s-calendar-filter-network-btn" name="b2s-calendar-filter-network-btn" value="' . $v->id . '" /><span>';
299
  $content .='<img class="b2s-calendar-filter-img" alt="' . $v->name . '" src="' . plugins_url('/assets/images/portale/' . $v->id . '_flat.png', B2S_PLUGIN_FILE) . '">';
300
  $content .='</span></label>';
includes/B2S/Calendar/ItemEdit.php CHANGED
@@ -51,6 +51,18 @@ class B2S_Calendar_ItemEdit extends B2S_Ship_Item {
51
 
52
  return $message;
53
  }
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
  protected function hook_meta(array $meta)
56
  {
51
 
52
  return $message;
53
  }
54
+
55
+ protected function hook_sched_data(array $schedData)
56
+ {
57
+ if($this->getCalendarItem())
58
+ {
59
+ $schedData = $this->getCalendarItem()->getSchedData();
60
+
61
+ }
62
+
63
+ return $schedData;
64
+ }
65
+
66
 
67
  protected function hook_meta(array $meta)
68
  {
includes/B2S/Network/Item.php CHANGED
@@ -7,6 +7,7 @@ class B2S_Network_Item {
7
  private $allowPage;
8
  private $allowGroup;
9
  private $modifyBoardAndGroup;
 
10
  private $oAuthPortal;
11
  private $mandantenId;
12
  private $bestTimeInfo;
@@ -30,6 +31,7 @@ class B2S_Network_Item {
30
  $this->oAuthPortal = unserialize(B2S_PLUGIN_NETWORK_OAUTH);
31
  $this->bestTimeInfo = unserialize(B2S_PLUGIN_SCHED_DEFAULT_TIMES_INFO);
32
  $this->modifyBoardAndGroup = unserialize(B2S_PLUGIN_NETWORK_ALLOW_MODIFY_BOARD_AND_GROUP);
 
33
  $this->lang = substr(B2S_LANGUAGE, 0, 2);
34
  }
35
  }
@@ -111,41 +113,59 @@ class B2S_Network_Item {
111
  $containerMandantId = $mandantId;
112
  $mandantId = ($mandantId == -1) ? 0 : $mandantId;
113
  $sprache = substr(B2S_LANGUAGE, 0, 2);
114
- $html = '<li class="list-group-item">';
115
  $html .='<div class="media">';
116
- $html .='<img class="pull-left hidden-xs b2s-img-network" alt="' . $networkName . '" src="' . plugins_url('/assets/images/portale/' . $networkId . '_flat.png', B2S_PLUGIN_FILE) . '">';
 
 
 
 
117
  $html .='<div class="media-body network">';
118
- $html .= '<h4>' . ucfirst($networkName);
119
- if ($maxNetworkAccount !== false) {
120
- if ($networkId == 18) {
121
- $html .=' <a class="b2s-info-btn" data-target="#b2sInfoNetwork18" data-toggle="modal" href="#">Info</a>';
 
 
 
 
122
  }
123
- }
124
- if (isset($this->bestTimeInfo[$networkId]) && !empty($this->bestTimeInfo[$networkId]) && is_array($this->bestTimeInfo[$networkId])) {
125
- $time = '';
126
- $slug = ($this->lang == 'de') ? __('Uhr', 'blog2social') : '';
127
- foreach ($this->bestTimeInfo[$networkId] as $k => $v) {
128
- $time .= B2S_Util::getTimeByLang($v[0], $this->lang) . '-' . B2S_Util::getTimeByLang($v[1], $this->lang) . $slug . ', ';
 
129
  }
130
- $html .= '<span class="hidden-xs hidden-sm b2s-sched-manager-best-time-info">(' . __('Best times', 'blog2social') . ': ' . substr($time, 0, -2) . ')</span>';
131
- }
132
 
133
- $html .= '<span class="pull-right">';
 
 
134
 
135
- $b2sAuthUrl = $this->authurl . '&portal_id=' . $networkId . '&transfer=' . (in_array($networkId, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&mandant_id=' . $mandantId . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
 
 
 
 
 
 
 
 
136
 
137
- if (in_array($networkId, $this->allowProfil)) {
138
- $html .= ($networkId != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $networkId == 18)) ? '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . __('Profile', 'blog2social') . '</a>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled" data-title="' . __('You want to connect a network profile?', 'blog2social') . '" data-toggle="modal" data-type="auth-network" data-target="#b2sProFeatureModal">+ ' . __('Profile', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</a>';
139
  }
140
- if (in_array($networkId, $this->allowPage)) {
141
- $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $networkId == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($networkId == 1 || $networkId == 10))) ? '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . __('Page', 'blog2social') . '</button>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled" data-title="' . __('You want to connect a network page?', 'blog2social') . '" data-toggle="modal" data-type="auth-network" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . __('Page', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</a>';
 
 
142
  }
143
- if (in_array($networkId, $this->allowGroup)) {
144
- $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 1 && $networkId != 8)) ? '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . __('Group', 'blog2social') . '</button>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled" data-toggle="modal" data-title="' . __('You want to connect a social media group?', 'blog2social') . '" data-type="auth-network" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . __('Group', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</span></a>';
145
  }
146
-
147
- $html .= '</span></h4>';
148
  $html .= '<div class="clearfix"></div>';
 
149
  $html .= '<ul class="b2s-network-item-auth-list" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '" ' . (($showAllAuths) ? 'data-network-count="true"' : '') . '>';
150
 
151
  //First Line
@@ -179,10 +199,12 @@ class B2S_Network_Item {
179
  if (isset($networkData[0])) {
180
  foreach ($networkData[0] as $k => $v) {
181
 
182
- $isInterrupted = ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? true : false;
183
  $notAllow = ($v['notAllow'] !== false) ? true : false;
 
184
 
185
- $html .= '<li class="b2s-network-item-auth-list-li ' . (($notAllow) ? 'b2s-label-warning-border-left' : (($isInterrupted) ? 'b2s-label-danger-border-left' : '')) . ' " data-network-auth-id="' . $v['networkAuthId'] . '" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '" data-network-type="0">';
 
186
  $html .='<div class="pull-left">';
187
 
188
  if ($notAllow) {
@@ -193,7 +215,7 @@ class B2S_Network_Item {
193
  $html.= '<div class="b2s-network-auth-list-info"><span class="glyphicon glyphicon-remove-circle"></span> ' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</div>';
194
  }
195
 
196
- $html .= '<span class="b2s-network-item-auth-type">' . __('Profile', 'blog2social') . '</span>: <span class="b2s-network-item-auth-user-name">' . stripslashes($v['networkUserName']) . '</span> ';
197
 
198
  if (!empty($mandantName)) {
199
  $html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
@@ -202,7 +224,7 @@ class B2S_Network_Item {
202
 
203
  $html .='<div class="pull-right">';
204
  $html .= '<a class="b2s-network-item-auth-list-btn-delete b2s-add-padding-network-delete pull-right" data-network-type="0" data-network-id="' . $networkId . '" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
205
- if (!$notAllow) {
206
  $html .= '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profil&update=' . $v['networkAuthId'] . '\', \'Blog2Social Network\'); return false;" class="b2s-network-auth-btn b2s-network-auth-update-btn b2s-add-padding-network-refresh pull-right" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
207
  if ($v['expiredDate'] == '0000-00-00' || $v['expiredDate'] > date('Y-m-d')) {
208
  if (isset($this->modifyBoardAndGroup[$networkId])) {
@@ -231,10 +253,11 @@ class B2S_Network_Item {
231
  if (isset($networkData[1])) {
232
  foreach ($networkData[1] as $k => $v) {
233
 
234
- $isInterrupted = ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? true : false;
235
  $notAllow = ($v['notAllow'] !== false) ? true : false;
 
236
 
237
- $html .= '<li class="b2s-network-item-auth-list-li ' . (($notAllow) ? 'b2s-label-warning-border-left' : (($isInterrupted) ? 'b2s-label-danger-border-left' : '')) . '" data-network-auth-id="' . $v['networkAuthId'] . '" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '" data-network-type="1">';
238
  $html .='<div class="pull-left">';
239
 
240
  if ($notAllow) {
@@ -245,7 +268,7 @@ class B2S_Network_Item {
245
  $html.= '<div class="b2s-network-auth-list-info">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</div>';
246
  }
247
 
248
- $html .= '<span class="b2s-network-item-auth-type">' . __('Page', 'blog2social') . '</span>: <span class="b2s-network-item-auth-user-name">' . stripslashes($v['networkUserName']) . '</span> ';
249
 
250
  if (!empty($mandantName)) {
251
  $html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
@@ -253,7 +276,7 @@ class B2S_Network_Item {
253
  $html .='</div>';
254
  $html .='<div class="pull-right">';
255
  $html .= '<a class="b2s-network-item-auth-list-btn-delete b2s-add-padding-network-delete pull-right" data-network-type="1" data-network-id="' . $networkId . '" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
256
- if (!$notAllow) {
257
  $html .= '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=page&update=' . $v['networkAuthId'] . '\', \'Blog2Social Network\'); return false;" class="b2s-network-auth-btn b2s-network-auth-update-btn b2s-add-padding-network-refresh pull-right" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
258
  if ($v['expiredDate'] == '0000-00-00' || $v['expiredDate'] > date('Y-m-d')) {
259
  if (isset($this->modifyBoardAndGroup[$networkId])) {
@@ -283,10 +306,11 @@ class B2S_Network_Item {
283
  if (isset($networkData[2])) {
284
  foreach ($networkData[2] as $k => $v) {
285
 
286
- $isInterrupted = ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? true : false;
287
  $notAllow = ($v['notAllow'] !== false) ? true : false;
 
288
 
289
- $html .= '<li class="b2s-network-item-auth-list-li ' . (($notAllow) ? 'b2s-label-warning-border-left' : (($isInterrupted) ? 'b2s-label-danger-border-left' : '')) . '" data-network-auth-id="' . $v['networkAuthId'] . '" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '" data-network-type="2">';
290
 
291
  $html .='<div class="pull-left">';
292
 
@@ -298,7 +322,7 @@ class B2S_Network_Item {
298
  $html.= '<div class="b2s-network-auth-list-info">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</div>';
299
  }
300
 
301
- $html .= '<span class="b2s-network-item-auth-type">' . __('Group', 'blog2social') . '</span>: <span class="b2s-network-item-auth-user-name">' . stripslashes($v['networkUserName']) . '</span> ';
302
 
303
  if (!empty($mandantName)) {
304
  $html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
@@ -306,7 +330,7 @@ class B2S_Network_Item {
306
  $html .='</div>';
307
  $html .='<div class="pull-right">';
308
  $html .= '<a class="b2s-network-item-auth-list-btn-delete b2s-add-padding-network-delete pull-right" data-network-type="2" data-network-id="' . $networkId . '" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
309
- if (!$notAllow) {
310
  $html .= '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=group&update=' . $v['networkAuthId'] . '\', \'Blog2Social Network\'); return false;" class="b2s-network-auth-btn b2s-network-auth-update-btn b2s-add-padding-network-refresh pull-right" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
311
  if ($v['expiredDate'] == '0000-00-00' || $v['expiredDate'] > date('Y-m-d')) {
312
  if (isset($this->modifyBoardAndGroup[$networkId])) {
@@ -343,13 +367,14 @@ class B2S_Network_Item {
343
  'networkAuthId' => $value->networkAuthId,
344
  'networkUserName' => $value->networkUserName,
345
  'expiredDate' => $value->expiredDate,
 
346
  'notAllow' => (isset($value->notAllow) ? $value->notAllow : false)
347
  );
348
  }
349
  return $convertAuth;
350
  }
351
 
352
- //New >V5.1.0 Seeding
353
  private function getUserSchedTime($network_auth_id = 0, $network_id = 0, $network_type = 0, $type = 'time') { //type = time,day
354
  //new > v5.1.0
355
  if ($this->userSchedData !== false) {
@@ -380,7 +405,7 @@ class B2S_Network_Item {
380
  return null;
381
  }
382
 
383
- //Old < 5.1.0
384
  private function getSchedDataByUser() {
385
  global $wpdb;
386
  $saveSchedData = null;
7
  private $allowPage;
8
  private $allowGroup;
9
  private $modifyBoardAndGroup;
10
+ private $networkKindName;
11
  private $oAuthPortal;
12
  private $mandantenId;
13
  private $bestTimeInfo;
31
  $this->oAuthPortal = unserialize(B2S_PLUGIN_NETWORK_OAUTH);
32
  $this->bestTimeInfo = unserialize(B2S_PLUGIN_SCHED_DEFAULT_TIMES_INFO);
33
  $this->modifyBoardAndGroup = unserialize(B2S_PLUGIN_NETWORK_ALLOW_MODIFY_BOARD_AND_GROUP);
34
+ $this->networkKindName = unserialize(B2S_PLUGIN_NETWORK_KIND);
35
  $this->lang = substr(B2S_LANGUAGE, 0, 2);
36
  }
37
  }
113
  $containerMandantId = $mandantId;
114
  $mandantId = ($mandantId == -1) ? 0 : $mandantId;
115
  $sprache = substr(B2S_LANGUAGE, 0, 2);
116
+ $html = '<li class="list-group-item" data-network-id="' . $networkId . '">';
117
  $html .='<div class="media">';
118
+ if ($networkId != 8) {
119
+ $html .='<img class="pull-left hidden-xs b2s-img-network" alt="' . $networkName . '" src="' . plugins_url('/assets/images/portale/' . $networkId . '_flat.png', B2S_PLUGIN_FILE) . '">';
120
+ } else {
121
+ $html .='<span class="pull-left hidden-xs b2s-img-network"></span>';
122
+ }
123
  $html .='<div class="media-body network">';
124
+
125
+ if ($networkId != 8) {
126
+ $html .= '<h4>' . ucfirst($networkName);
127
+
128
+ if ($maxNetworkAccount !== false) {
129
+ if ($networkId == 18) {
130
+ $html .=' <a class="b2s-info-btn" data-target="#b2sInfoNetwork18" data-toggle="modal" href="#">Info</a>';
131
+ }
132
  }
133
+ if (isset($this->bestTimeInfo[$networkId]) && !empty($this->bestTimeInfo[$networkId]) && is_array($this->bestTimeInfo[$networkId]) && $networkId != 8) {
134
+ $time = '';
135
+ $slug = ($this->lang == 'de') ? __('Uhr', 'blog2social') : '';
136
+ foreach ($this->bestTimeInfo[$networkId] as $k => $v) {
137
+ $time .= B2S_Util::getTimeByLang($v[0], $this->lang) . '-' . B2S_Util::getTimeByLang($v[1], $this->lang) . $slug . ', ';
138
+ }
139
+ $html .= '<span class="hidden-xs hidden-sm b2s-sched-manager-best-time-info">(' . __('Best times', 'blog2social') . ': ' . substr($time, 0, -2) . ')</span>';
140
  }
 
 
141
 
142
+ $html .= '<span class="pull-right">';
143
+
144
+ $b2sAuthUrl = $this->authurl . '&portal_id=' . $networkId . '&transfer=' . (in_array($networkId, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&mandant_id=' . $mandantId . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
145
 
146
+ if (in_array($networkId, $this->allowProfil)) {
147
+ $html .= ($networkId != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $networkId == 18)) ? '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . __('Profile', 'blog2social') . '</a>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled" data-title="' . __('You want to connect a network profile?', 'blog2social') . '" data-toggle="modal" data-type="auth-network" data-target="#b2sProFeatureModal">+ ' . __('Profile', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</a>';
148
+ }
149
+ if (in_array($networkId, $this->allowPage)) {
150
+ $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $networkId == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($networkId == 1 || $networkId == 10))) ? '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . __('Page', 'blog2social') . '</button>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled" data-title="' . __('You want to connect a network page?', 'blog2social') . '" data-toggle="modal" data-type="auth-network" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . __('Page', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</a>';
151
+ }
152
+ if (in_array($networkId, $this->allowGroup)) {
153
+ $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 1 && $networkId != 8)) ? '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . __('Group', 'blog2social') . '</button>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled" data-toggle="modal" data-title="' . __('You want to connect a social media group?', 'blog2social') . '" data-type="auth-network" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . __('Group', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</span></a>';
154
+ }
155
 
156
+ $html .= '</span></h4>';
 
157
  }
158
+ $html .= '<div class="clearfix"></div>';
159
+
160
+ if ($networkId == 8) { //is deprecated since in 5.2.0
161
+ $html.='<div class="alert alert-info"><span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> <span class="b2s-text-bold">' . __('Action required', 'blog2social') . '</span> <br>' . __('The current XING API will be replaced by the new XING interface. Please connect your XING profile, as well as your XING company pages (Employer branding profiles) and business pages with the new XING interface in the Blog2Social network settings.', 'blog2social') . '</div>';
162
  }
163
+ if ($networkId == 10) { //is deprecated since in 5.2.0
164
+ $html.='<br><div class="alert alert-info"><span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> <span class="b2s-text-bold">' . __('Please notice', 'blog2social') . '</span> <br>' . __('Google will shut down Google+ for all private accounts (profiles, pages, groups) on 2nd April 2019. You can find further information and the next steps, including how to download your photos and other content here:', 'blog2social') . ' <a target="_blank" href="https://support.google.com/plus/answer/9195133">https://support.google.com/plus/answer/9195133</a><br>'.__('Please check whether you have scheduled social media posts for Google+ beyond 2nd April 2019. Consider to reschedule these posts for other social networks.','blog2social').'<br><a href="admin.php?page=blog2social-sched&b2sShowByNetwork=10">'.__('Click here to find all posts for your Google+ accounts that are scheduled beyond 2nd April 2019','blog2social').'</a></div>';
165
  }
166
+
 
167
  $html .= '<div class="clearfix"></div>';
168
+
169
  $html .= '<ul class="b2s-network-item-auth-list" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '" ' . (($showAllAuths) ? 'data-network-count="true"' : '') . '>';
170
 
171
  //First Line
199
  if (isset($networkData[0])) {
200
  foreach ($networkData[0] as $k => $v) {
201
 
202
+ $isDeprecated = ($networkId == 8 || $networkId == 10) ? true : false;
203
  $notAllow = ($v['notAllow'] !== false) ? true : false;
204
+ $isInterrupted = ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? true : false;
205
 
206
+
207
+ $html .= '<li class="b2s-network-item-auth-list-li ' . (($isDeprecated) ? 'b2s-label-info-border-left deprecated' : (($notAllow) ? 'b2s-label-warning-border-left' : (($isInterrupted) ? 'b2s-label-danger-border-left' : ''))) . ' " data-network-auth-id="' . $v['networkAuthId'] . '" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '" data-network-type="0">';
208
  $html .='<div class="pull-left">';
209
 
210
  if ($notAllow) {
215
  $html.= '<div class="b2s-network-auth-list-info"><span class="glyphicon glyphicon-remove-circle"></span> ' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</div>';
216
  }
217
 
218
+ $html .= '<span class="b2s-network-item-auth-type">' . (($isDeprecated) ? '<span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' : '') . __('Profile', 'blog2social') . '</span>: <span class="b2s-network-item-auth-user-name">' . stripslashes($v['networkUserName']) . '</span> ';
219
 
220
  if (!empty($mandantName)) {
221
  $html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
224
 
225
  $html .='<div class="pull-right">';
226
  $html .= '<a class="b2s-network-item-auth-list-btn-delete b2s-add-padding-network-delete pull-right" data-network-type="0" data-network-id="' . $networkId . '" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
227
+ if (!$notAllow && !$isDeprecated) {
228
  $html .= '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profil&update=' . $v['networkAuthId'] . '\', \'Blog2Social Network\'); return false;" class="b2s-network-auth-btn b2s-network-auth-update-btn b2s-add-padding-network-refresh pull-right" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
229
  if ($v['expiredDate'] == '0000-00-00' || $v['expiredDate'] > date('Y-m-d')) {
230
  if (isset($this->modifyBoardAndGroup[$networkId])) {
253
  if (isset($networkData[1])) {
254
  foreach ($networkData[1] as $k => $v) {
255
 
256
+ $isDeprecated = ($networkId == 8 || $networkId == 10) ? true : false;
257
  $notAllow = ($v['notAllow'] !== false) ? true : false;
258
+ $isInterrupted = ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? true : false;
259
 
260
+ $html .= '<li class="b2s-network-item-auth-list-li ' . (($isDeprecated) ? 'b2s-label-info-border-left deprecated' : (($notAllow) ? 'b2s-label-warning-border-left' : (($isInterrupted) ? 'b2s-label-danger-border-left' : ''))) . '" data-network-auth-id="' . $v['networkAuthId'] . '" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '" data-network-type="1">';
261
  $html .='<div class="pull-left">';
262
 
263
  if ($notAllow) {
268
  $html.= '<div class="b2s-network-auth-list-info">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</div>';
269
  }
270
 
271
+ $html .= '<span class="b2s-network-item-auth-type">' . (($isDeprecated) ? '<span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' : '') . ($networkId == 19 && isset($this->networkKindName[$v['networkKind']]) ? $this->networkKindName[$v['networkKind']].'-' :'') . __('Page', 'blog2social') . (($networkId == 19 && (int) $v['networkKind'] == 0) ? ' <span class="hidden-xs">('.__('Employer Branding','blog2social').')</span>' : '').'</span>: <span class="b2s-network-item-auth-user-name">' . stripslashes($v['networkUserName']) . '</span> ';
272
 
273
  if (!empty($mandantName)) {
274
  $html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
276
  $html .='</div>';
277
  $html .='<div class="pull-right">';
278
  $html .= '<a class="b2s-network-item-auth-list-btn-delete b2s-add-padding-network-delete pull-right" data-network-type="1" data-network-id="' . $networkId . '" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
279
+ if (!$notAllow && !$isDeprecated) {
280
  $html .= '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=page&update=' . $v['networkAuthId'] . '\', \'Blog2Social Network\'); return false;" class="b2s-network-auth-btn b2s-network-auth-update-btn b2s-add-padding-network-refresh pull-right" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
281
  if ($v['expiredDate'] == '0000-00-00' || $v['expiredDate'] > date('Y-m-d')) {
282
  if (isset($this->modifyBoardAndGroup[$networkId])) {
306
  if (isset($networkData[2])) {
307
  foreach ($networkData[2] as $k => $v) {
308
 
309
+ $isDeprecated = ($networkId == 8 || $networkId == 10) ? true : false;
310
  $notAllow = ($v['notAllow'] !== false) ? true : false;
311
+ $isInterrupted = ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? true : false;
312
 
313
+ $html .= '<li class="b2s-network-item-auth-list-li ' . (($isDeprecated) ? 'b2s-label-info-border-left deprecated' : (($notAllow) ? 'b2s-label-warning-border-left' : (($isInterrupted) ? 'b2s-label-danger-border-left' : ''))) . '" data-network-auth-id="' . $v['networkAuthId'] . '" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '" data-network-type="2">';
314
 
315
  $html .='<div class="pull-left">';
316
 
322
  $html.= '<div class="b2s-network-auth-list-info">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</div>';
323
  }
324
 
325
+ $html .= '<span class="b2s-network-item-auth-type">' . (($isDeprecated) ? '<span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' : '') . __('Group', 'blog2social') . '</span>: <span class="b2s-network-item-auth-user-name">' . stripslashes($v['networkUserName']) . '</span> ';
326
 
327
  if (!empty($mandantName)) {
328
  $html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
330
  $html .='</div>';
331
  $html .='<div class="pull-right">';
332
  $html .= '<a class="b2s-network-item-auth-list-btn-delete b2s-add-padding-network-delete pull-right" data-network-type="2" data-network-id="' . $networkId . '" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
333
+ if (!$notAllow && !$isDeprecated) {
334
  $html .= '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=group&update=' . $v['networkAuthId'] . '\', \'Blog2Social Network\'); return false;" class="b2s-network-auth-btn b2s-network-auth-update-btn b2s-add-padding-network-refresh pull-right" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
335
  if ($v['expiredDate'] == '0000-00-00' || $v['expiredDate'] > date('Y-m-d')) {
336
  if (isset($this->modifyBoardAndGroup[$networkId])) {
367
  'networkAuthId' => $value->networkAuthId,
368
  'networkUserName' => $value->networkUserName,
369
  'expiredDate' => $value->expiredDate,
370
+ 'networkKind' => $value->networkKind,
371
  'notAllow' => (isset($value->notAllow) ? $value->notAllow : false)
372
  );
373
  }
374
  return $convertAuth;
375
  }
376
 
377
+ //New >V5.1.0 Seeding
378
  private function getUserSchedTime($network_auth_id = 0, $network_id = 0, $network_type = 0, $type = 'time') { //type = time,day
379
  //new > v5.1.0
380
  if ($this->userSchedData !== false) {
405
  return null;
406
  }
407
 
408
+ //Old < 5.1.0
409
  private function getSchedDataByUser() {
410
  global $wpdb;
411
  $saveSchedData = null;
includes/B2S/Post/Item.php CHANGED
@@ -10,6 +10,7 @@ class B2S_Post_Item {
10
  protected $searchAuthorId;
11
  protected $searchPostStatus;
12
  protected $searchShowByDate;
 
13
  protected $searchPublishDate;
14
  protected $searchSchedDate;
15
  protected $searchPostTitle;
@@ -23,7 +24,7 @@ class B2S_Post_Item {
23
  public $currentPage = 0;
24
  public $type;
25
 
26
- function __construct($type = 'all', $title = "", $authorId = "", $postStatus = "", $publishDate = '', $schedDate = '', $showByDate = '', $userAuthId = 0, $blogPostId = 0, $currentPage = 0, $postCat = "", $postType = "", $userLang = "en", $results_per_page = B2S_PLUGIN_POSTPERPAGE) {
27
  $this->type = $type;
28
  $this->searchPostTitle = $title;
29
  $this->searchAuthorId = $authorId;
@@ -31,6 +32,7 @@ class B2S_Post_Item {
31
  $this->searchPublishDate = $publishDate;
32
  $this->searchSchedDate = $schedDate;
33
  $this->searchShowByDate = $showByDate;
 
34
  $this->searchUserAuthId = $userAuthId;
35
  $this->searchBlogPostId = $blogPostId;
36
  $this->currentPage = $currentPage;
@@ -74,8 +76,6 @@ class B2S_Post_Item {
74
  $leftJoinWhere = "AND $wpdb->term_taxonomy.`term_id` = " . $this->searchPostCat;
75
  }
76
 
77
-
78
-
79
  if (!empty($this->searchPostStatus)) {
80
  $addSearchType = $wpdb->prepare(' posts.`post_status` = %s', $this->searchPostStatus);
81
  } else {
@@ -147,17 +147,22 @@ class B2S_Post_Item {
147
  $addInnerJoinLeftJoin = ((int) $this->searchUserAuthId != 0) ? ' LEFT JOIN b2s_posts_network_details b ON b.`id` = a.`network_details_id` ' : '';
148
  $addInnnerJoinLeftJoinWhere = ((int) $this->searchUserAuthId != 0) ? ' b.`network_auth_id` =' . $this->searchUserAuthId . ' AND ' : '';
149
 
 
 
 
 
150
  $sqlPosts = "SELECT posts.`ID`, posts.`post_author`,posts.`post_type`,posts.`post_title`, " . $select . ", filter.`id`
151
  FROM `$wpdb->posts` posts $leftJoin $leftJoin2
152
  INNER JOIN(
153
  SELECT a.`id`,$selectInnerJoin, a.`blog_user_id`, a.`post_id`
154
- FROM `b2s_posts` a $addInnerJoinLeftJoin
155
- WHERE $addInnnerJoinLeftJoinWhere $addSearchBlogPostId $addSearchShowByDate $where
156
  ) filter
157
  ON posts.`ID` = filter.`post_id`
158
  WHERE $addSearchType $addSearchAuthorId $addSearchPostTitle AND $postTypes $leftJoinWhere $orderBy
159
  LIMIT " . (($this->currentPage - 1) * $this->results_per_page) . "," . $this->results_per_page;
160
 
 
161
  $this->postData = $wpdb->get_results($sqlPosts);
162
 
163
  if ($this->type == 'publish' || $this->type == 'notice' || $this->type == 'approve') {
@@ -178,8 +183,8 @@ class B2S_Post_Item {
178
  FROM `$wpdb->posts` posts $leftJoin $leftJoin2
179
  INNER JOIN(
180
  SELECT a.`post_id`, a.`sched_date`
181
- FROM `b2s_posts` a $addInnerJoinLeftJoin
182
- WHERE $addInnnerJoinLeftJoinWhere $addSearchShowByDate $where
183
  ) filter
184
  ON posts.`ID` = filter.`post_id`
185
  WHERE $addSearchType $addSearchAuthorId $addSearchPostTitle AND $postTypes $leftJoinWhere";
@@ -287,7 +292,7 @@ class B2S_Post_Item {
287
  <div class="pull-left media-head">
288
  <strong><a target="_blank" href="' . get_permalink($var->ID) . '">' . $postTitle . '</a></strong>' . $curated . '
289
  <span class="pull-right">
290
- <button type="button" class="btn btn-primary btn-sm b2sDetailsSchedPostBtn" data-search-date="' . $this->searchShowByDate . '" data-post-id="' . $var->ID . '"><i class="glyphicon glyphicon-chevron-down"></i> ' . __('Details', 'blog2social') . '</button>
291
  </span>
292
  <p class="info hidden-xs"><a class="b2sDetailsSchedPostTriggerLink" href="#"><span class="b2s-sched-count" data-post-id="' . $var->ID . '">' . $schedPublish . '</span> ' . __('scheduled social media posts', 'blog2social') . '</a> | ' . __('next share by', 'blog2social') . ' <a href="' . get_author_posts_url($var->blog_user_id) . '">' . (isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-') . '</a> ' . B2S_Util::getCustomDateFormat($nextSched, substr(B2S_LANGUAGE, 0, 2)) . '</p>
293
  </div>
@@ -331,6 +336,8 @@ class B2S_Post_Item {
331
  $addNotAdmin = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND posts.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
332
  $addLeftJoin = ((int) $this->searchUserAuthId != 0) ? ' LEFT JOIN b2s_posts_network_details details ON details.`id` = posts.`network_details_id` ' : '';
333
  $addLeftJoinWhere = ((int) $this->searchUserAuthId != 0) ? ' details.`network_auth_id` =' . $this->searchUserAuthId . ' AND ' : '';
 
 
334
 
335
  if ($this->type == 'approve') {
336
  $addSearchShowByDate = (!empty($this->searchShowByDate)) ? " (DATE_FORMAT(posts.publish_date,'%Y-%m-%d') = '" . $this->searchShowByDate . "' OR DATE_FORMAT(posts.sched_date,'%Y-%m-%d') = '" . $this->searchShowByDate . "') AND " : '';
@@ -340,8 +347,7 @@ class B2S_Post_Item {
340
  $addWhere = ($this->type == 'notice') ? ' AND posts.`publish_error_code` != "" ' : ' AND posts.`publish_error_code` = "" ';
341
  $where = ($this->type == 'publish' || $this->type == 'notice') ? " (posts.`sched_date` = '0000-00-00 00:00:00' OR posts.`sched_type` = 3) AND posts.`post_for_approve`= 0 " . $addWhere : " posts.`sched_type` != 3 AND posts.`publish_date` = '0000-00-00 00:00:00' AND ((posts.`sched_date_utc` != '0000-00-00 00:00:00' AND posts.`post_for_approve` = 0) OR (posts.`sched_date_utc` >= '" . gmdate('Y-m-d H:i:s') . "' AND posts.`post_for_approve` = 1)) ";
342
  }
343
-
344
- $sqlPostsTotal = "SELECT COUNT(posts.`post_id`) FROM `b2s_posts` posts $addLeftJoin WHERE $addLeftJoinWhere $where $addNotAdmin $addSearchShowByDate AND posts.`hide` = 0 AND posts.`post_id` = " . $post_id;
345
  return $wpdb->get_var($sqlPostsTotal);
346
  }
347
  return 0;
@@ -549,13 +555,15 @@ class B2S_Post_Item {
549
  return false;
550
  }
551
 
552
- public function getSchedPostDataHtml($post_id = 0, $showByDate = '', $userAuthId = 0) {
553
  if ($post_id > 0) {
554
  global $wpdb;
555
  $addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND `b2s_posts`.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
556
  $addSearchShowByDate = (!empty($showByDate)) ? " AND DATE_FORMAT(`b2s_posts`.`sched_date`,'%%Y-%%m-%%d') = '" . $showByDate . "' " : '';
 
557
  $addSearchUserAuthId = ($userAuthId != 0) ? " AND `b2s_posts_network_details`.`network_auth_id` =" . $userAuthId . " " : '';
558
- $sqlData = $wpdb->prepare("SELECT `b2s_posts`.`id`, `b2s_posts`.`post_id`,`blog_user_id`,`last_edit_blog_user_id`,`v2_id`, `sched_date`, `sched_date_utc`, `sched_type`, `relay_primary_post_id`, `b2s_posts_network_details`.`network_id`,`b2s_posts_network_details`.`network_auth_id`,`b2s_posts_network_details`.`network_type`,`b2s_posts_network_details`.`network_display_name` FROM `b2s_posts` LEFT JOIN `b2s_posts_network_details` ON `b2s_posts`.`network_details_id` = `b2s_posts_network_details`.`id` WHERE `b2s_posts`.`hide` = 0 AND ((`b2s_posts`.`sched_date_utc` != '0000-00-00 00:00:00' AND `b2s_posts`.`post_for_approve` = 0) OR (`b2s_posts`.`sched_date_utc` >= '" . gmdate('Y-m-d H:i:s') . "' AND `b2s_posts`.`post_for_approve` = 1)) AND `b2s_posts`.`sched_type` != 3 AND `b2s_posts`.`publish_date` = '0000-00-00 00:00:00' $addNotAdminPosts $addSearchShowByDate $addSearchUserAuthId AND `b2s_posts`.`post_id` = %d ORDER BY `b2s_posts`.`sched_date` ASC ", $post_id);
 
559
  $result = $wpdb->get_results($sqlData);
560
  $specialPostingData = array(4 => __('Retweet', 'blog2social'));
561
  if (!empty($result) && is_array($result)) {
10
  protected $searchAuthorId;
11
  protected $searchPostStatus;
12
  protected $searchShowByDate;
13
+ protected $searchShowByNetwork;
14
  protected $searchPublishDate;
15
  protected $searchSchedDate;
16
  protected $searchPostTitle;
24
  public $currentPage = 0;
25
  public $type;
26
 
27
+ function __construct($type = 'all', $title = "", $authorId = "", $postStatus = "", $publishDate = '', $schedDate = '', $showByDate = '', $showByNetwork = 0, $userAuthId = 0, $blogPostId = 0, $currentPage = 0, $postCat = "", $postType = "", $userLang = "en", $results_per_page = B2S_PLUGIN_POSTPERPAGE) {
28
  $this->type = $type;
29
  $this->searchPostTitle = $title;
30
  $this->searchAuthorId = $authorId;
32
  $this->searchPublishDate = $publishDate;
33
  $this->searchSchedDate = $schedDate;
34
  $this->searchShowByDate = $showByDate;
35
+ $this->searchShowByNetwork = $showByNetwork;
36
  $this->searchUserAuthId = $userAuthId;
37
  $this->searchBlogPostId = $blogPostId;
38
  $this->currentPage = $currentPage;
76
  $leftJoinWhere = "AND $wpdb->term_taxonomy.`term_id` = " . $this->searchPostCat;
77
  }
78
 
 
 
79
  if (!empty($this->searchPostStatus)) {
80
  $addSearchType = $wpdb->prepare(' posts.`post_status` = %s', $this->searchPostStatus);
81
  } else {
147
  $addInnerJoinLeftJoin = ((int) $this->searchUserAuthId != 0) ? ' LEFT JOIN b2s_posts_network_details b ON b.`id` = a.`network_details_id` ' : '';
148
  $addInnnerJoinLeftJoinWhere = ((int) $this->searchUserAuthId != 0) ? ' b.`network_auth_id` =' . $this->searchUserAuthId . ' AND ' : '';
149
 
150
+ $addInnerJoinLeftJoinNetwork = ((int) $this->searchShowByNetwork != 0 && empty($addInnerJoinLeftJoin)) ? ' LEFT JOIN b2s_posts_network_details b ON b.`id` = a.`network_details_id` ' : '';
151
+ $addInnnerJoinLeftJoinWhereNetwork = ((int) $this->searchShowByNetwork != 0) ? ' b.`network_id` =' . $this->searchShowByNetwork . ' AND ' : '';
152
+
153
+
154
  $sqlPosts = "SELECT posts.`ID`, posts.`post_author`,posts.`post_type`,posts.`post_title`, " . $select . ", filter.`id`
155
  FROM `$wpdb->posts` posts $leftJoin $leftJoin2
156
  INNER JOIN(
157
  SELECT a.`id`,$selectInnerJoin, a.`blog_user_id`, a.`post_id`
158
+ FROM `b2s_posts` a $addInnerJoinLeftJoin $addInnerJoinLeftJoinNetwork
159
+ WHERE $addInnnerJoinLeftJoinWhere $addInnnerJoinLeftJoinWhereNetwork $addSearchBlogPostId $addSearchShowByDate $where
160
  ) filter
161
  ON posts.`ID` = filter.`post_id`
162
  WHERE $addSearchType $addSearchAuthorId $addSearchPostTitle AND $postTypes $leftJoinWhere $orderBy
163
  LIMIT " . (($this->currentPage - 1) * $this->results_per_page) . "," . $this->results_per_page;
164
 
165
+
166
  $this->postData = $wpdb->get_results($sqlPosts);
167
 
168
  if ($this->type == 'publish' || $this->type == 'notice' || $this->type == 'approve') {
183
  FROM `$wpdb->posts` posts $leftJoin $leftJoin2
184
  INNER JOIN(
185
  SELECT a.`post_id`, a.`sched_date`
186
+ FROM `b2s_posts` a $addInnerJoinLeftJoin $addInnerJoinLeftJoinNetwork
187
+ WHERE $addInnnerJoinLeftJoinWhere $addInnnerJoinLeftJoinWhereNetwork $addSearchShowByDate $where
188
  ) filter
189
  ON posts.`ID` = filter.`post_id`
190
  WHERE $addSearchType $addSearchAuthorId $addSearchPostTitle AND $postTypes $leftJoinWhere";
292
  <div class="pull-left media-head">
293
  <strong><a target="_blank" href="' . get_permalink($var->ID) . '">' . $postTitle . '</a></strong>' . $curated . '
294
  <span class="pull-right">
295
+ <button type="button" class="btn btn-primary btn-sm b2sDetailsSchedPostBtn" data-search-network="'.$this->searchShowByNetwork.'" data-search-date="' . $this->searchShowByDate . '" data-post-id="' . $var->ID . '"><i class="glyphicon glyphicon-chevron-down"></i> ' . __('Details', 'blog2social') . '</button>
296
  </span>
297
  <p class="info hidden-xs"><a class="b2sDetailsSchedPostTriggerLink" href="#"><span class="b2s-sched-count" data-post-id="' . $var->ID . '">' . $schedPublish . '</span> ' . __('scheduled social media posts', 'blog2social') . '</a> | ' . __('next share by', 'blog2social') . ' <a href="' . get_author_posts_url($var->blog_user_id) . '">' . (isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-') . '</a> ' . B2S_Util::getCustomDateFormat($nextSched, substr(B2S_LANGUAGE, 0, 2)) . '</p>
298
  </div>
336
  $addNotAdmin = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND posts.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
337
  $addLeftJoin = ((int) $this->searchUserAuthId != 0) ? ' LEFT JOIN b2s_posts_network_details details ON details.`id` = posts.`network_details_id` ' : '';
338
  $addLeftJoinWhere = ((int) $this->searchUserAuthId != 0) ? ' details.`network_auth_id` =' . $this->searchUserAuthId . ' AND ' : '';
339
+ $addLeftJoinNetwork = ((int) $this->searchShowByNetwork != 0 && empty($addLeftJoin)) ? ' LEFT JOIN b2s_posts_network_details details ON details.`id` = posts.`network_details_id` ' : '';
340
+ $addLeftJoinWhereNetwork = ((int) $this->searchShowByNetwork != 0) ? ' details.`network_id` =' . $this->searchShowByNetwork . ' AND ' : '';
341
 
342
  if ($this->type == 'approve') {
343
  $addSearchShowByDate = (!empty($this->searchShowByDate)) ? " (DATE_FORMAT(posts.publish_date,'%Y-%m-%d') = '" . $this->searchShowByDate . "' OR DATE_FORMAT(posts.sched_date,'%Y-%m-%d') = '" . $this->searchShowByDate . "') AND " : '';
347
  $addWhere = ($this->type == 'notice') ? ' AND posts.`publish_error_code` != "" ' : ' AND posts.`publish_error_code` = "" ';
348
  $where = ($this->type == 'publish' || $this->type == 'notice') ? " (posts.`sched_date` = '0000-00-00 00:00:00' OR posts.`sched_type` = 3) AND posts.`post_for_approve`= 0 " . $addWhere : " posts.`sched_type` != 3 AND posts.`publish_date` = '0000-00-00 00:00:00' AND ((posts.`sched_date_utc` != '0000-00-00 00:00:00' AND posts.`post_for_approve` = 0) OR (posts.`sched_date_utc` >= '" . gmdate('Y-m-d H:i:s') . "' AND posts.`post_for_approve` = 1)) ";
349
  }
350
+ $sqlPostsTotal = "SELECT COUNT(posts.`post_id`) FROM `b2s_posts` posts $addLeftJoin $addLeftJoinNetwork WHERE $addLeftJoinWhere $addLeftJoinWhereNetwork $where $addNotAdmin $addSearchShowByDate AND posts.`hide` = 0 AND posts.`post_id` = " . $post_id;
 
351
  return $wpdb->get_var($sqlPostsTotal);
352
  }
353
  return 0;
555
  return false;
556
  }
557
 
558
+ public function getSchedPostDataHtml($post_id = 0, $showByDate = '',$showByNetwork =0, $userAuthId = 0) {
559
  if ($post_id > 0) {
560
  global $wpdb;
561
  $addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND `b2s_posts`.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
562
  $addSearchShowByDate = (!empty($showByDate)) ? " AND DATE_FORMAT(`b2s_posts`.`sched_date`,'%%Y-%%m-%%d') = '" . $showByDate . "' " : '';
563
+ $addSearchShowByNetwork = ((int) $showByNetwork > 0) ? " AND `b2s_posts_network_details`.`network_id` = '" . $showByNetwork . "' " : '';
564
  $addSearchUserAuthId = ($userAuthId != 0) ? " AND `b2s_posts_network_details`.`network_auth_id` =" . $userAuthId . " " : '';
565
+
566
+ $sqlData = $wpdb->prepare("SELECT `b2s_posts`.`id`, `b2s_posts`.`post_id`,`blog_user_id`,`last_edit_blog_user_id`,`v2_id`, `sched_date`, `sched_date_utc`, `sched_type`, `relay_primary_post_id`, `b2s_posts_network_details`.`network_id`,`b2s_posts_network_details`.`network_auth_id`,`b2s_posts_network_details`.`network_type`,`b2s_posts_network_details`.`network_display_name` FROM `b2s_posts` LEFT JOIN `b2s_posts_network_details` ON `b2s_posts`.`network_details_id` = `b2s_posts_network_details`.`id` WHERE `b2s_posts`.`hide` = 0 AND ((`b2s_posts`.`sched_date_utc` != '0000-00-00 00:00:00' AND `b2s_posts`.`post_for_approve` = 0) OR (`b2s_posts`.`sched_date_utc` >= '" . gmdate('Y-m-d H:i:s') . "' AND `b2s_posts`.`post_for_approve` = 1)) AND `b2s_posts`.`sched_type` != 3 AND `b2s_posts`.`publish_date` = '0000-00-00 00:00:00' $addNotAdminPosts $addSearchShowByDate $addSearchShowByNetwork $addSearchUserAuthId AND `b2s_posts`.`post_id` = %d ORDER BY `b2s_posts`.`sched_date` ASC ", $post_id);
567
  $result = $wpdb->get_results($sqlData);
568
  $specialPostingData = array(4 => __('Retweet', 'blog2social'));
569
  if (!empty($result) && is_array($result)) {
includes/B2S/Post/Tools.php CHANGED
@@ -22,14 +22,30 @@ class B2S_Post_Tools {
22
  global $wpdb;
23
  $resultPostIds = array();
24
  $blogPostId = 0;
 
25
 
26
  foreach ($postIds as $v) {
27
- $sql = $wpdb->prepare("SELECT id,post_id,post_for_relay,post_for_approve FROM b2s_posts WHERE id =%d AND publish_date = %s", (int) $v, "0000-00-00 00:00:00");
28
  $row = $wpdb->get_row($sql);
29
  if (isset($row->id) && (int) $row->id == $v) {
30
- if ((int)$row->post_for_approve == 1) {
31
  $wpdb->update('b2s_posts', array('hide' => 1), array('id' => $v));
32
  } else {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  $wpdb->update('b2s_posts', array('hook_action' => 3, 'hide' => 1), array('id' => $v));
34
  }
35
  $resultPostIds[] = $v;
22
  global $wpdb;
23
  $resultPostIds = array();
24
  $blogPostId = 0;
25
+ $tosCrossPosting = unserialize(B2S_PLUGIN_NETWORK_CROSSPOSTING_LIMIT);
26
 
27
  foreach ($postIds as $v) {
28
+ $sql = $wpdb->prepare("SELECT b.id,b.post_id,b.post_for_relay,b.post_for_approve,b.sched_details_id,d.network_id,d.network_type FROM b2s_posts b LEFT JOIN b2s_posts_network_details d ON (d.id = b.network_details_id) WHERE b.id =%d AND b.publish_date = %s", (int) $v, "0000-00-00 00:00:00");
29
  $row = $wpdb->get_row($sql);
30
  if (isset($row->id) && (int) $row->id == $v) {
31
+ if ((int) $row->post_for_approve == 1) {
32
  $wpdb->update('b2s_posts', array('hide' => 1), array('id' => $v));
33
  } else {
34
+ //TOS Crossposting delete entry
35
+ if ($row->network_id != null && $row->network_type != null && (int) $row->sched_details_id > 0) {
36
+ if (isset($tosCrossPosting[$row->network_id][$row->network_type])) {
37
+ //get network_tos_group_id form sched_data
38
+ $sql = $wpdb->prepare("SELECT sched_data FROM b2s_posts_sched_details WHERE id =%d", (int) $row->sched_details_id);
39
+ $schedData = $wpdb->get_col($sql);
40
+ if (isset($schedData[0]) && !empty($schedData[0])) {
41
+ $schedData = unserialize($schedData[0]);
42
+ if ($schedData !== false && isset($schedData['network_tos_group_id']) && !empty($schedData['network_tos_group_id'])) {
43
+ $options = new B2S_Options(0, 'B2S_PLUGIN_TOS_XING_GROUP_CROSSPOSTING');
44
+ $options->deleteValueByKey($row->post_id, $schedData['network_tos_group_id']);
45
+ }
46
+ }
47
+ }
48
+ }
49
  $wpdb->update('b2s_posts', array('hook_action' => 3, 'hide' => 1), array('id' => $v));
50
  }
51
  $resultPostIds[] = $v;
includes/B2S/QuickPost.php CHANGED
@@ -2,8 +2,8 @@
2
 
3
  class B2S_QuickPost {
4
 
5
- private $setPreFillText = array(0 => array(1 => 239, 2 => 255, 3 => 239, 6 => 300, 8 => 239, 9 => 200, 10 => 442, 12 => 240, 17 => 442), 1 => array(1 => 239, 3 => 239, 8 => 1200, 10 => 442, 17 => 442), 2 => array(1 => 239, 8 => 239, 10 => 442, 17 => 442));
6
- private $setPreFillTextLimit = array(0 => array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 9 => 200, 10 => 500, 12 => 400), 1 => array(1 => 400, 3 => 400, 8 => 1200, 10 => 500), 2 => array(1 => 400, 8 => 400, 10 => 500));
7
  private $content;
8
  private $title;
9
 
@@ -21,7 +21,7 @@ class B2S_QuickPost {
21
  }
22
  //Content
23
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
24
- if ($networkId == 7 || $networkId == 9 || ($networkId == 8 && $networkType != 0)) {
25
  $postData['custom_title'] = $this->title;
26
  }
27
  if ($networkId == 15) {
2
 
3
  class B2S_QuickPost {
4
 
5
+ private $setPreFillText = array(0 => array(1 => 239, 2 => 255, 3 => 239, 6 => 300, 8 => 239, 9 => 200, 10 => 442, 12 => 240, 17 => 442, 19=> 239), 1 => array(1 => 239, 3 => 239, 8 => 1200, 10 => 442, 17 => 442, 19 => 239), 2 => array(1 => 239, 8 => 239, 10 => 442, 17 => 442, 19 => 239));
6
+ private $setPreFillTextLimit = array(0 => array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 9 => 200, 10 => 500, 12 => 400, 19 => 400), 1 => array(1 => 400, 3 => 400, 8 => 1200, 10 => 500, 19 => 400), 2 => array(1 => 400, 8 => 400, 10 => 500, 19 => 9000));
7
  private $content;
8
  private $title;
9
 
21
  }
22
  //Content
23
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
24
+ if ($networkId == 7 || $networkId == 9 || ($networkId == 8 && $networkType != 0) | ($networkId == 19 && $networkType != 0)) {
25
  $postData['custom_title'] = $this->title;
26
  }
27
  if ($networkId == 15) {
includes/B2S/Rating.php CHANGED
@@ -8,7 +8,7 @@
8
  $count = $wpdb->get_var("SELECT COUNT(distinct post_id) FROM b2s_posts");
9
 
10
  if(in_array($count, array(5,10,15,50,75,100,120,150)) || ($count > 150 && $count % 25 == 0)) {
11
- update_option("B2S_SHOW_RATING",array("count" => $count));
12
  }
13
  }
14
  }
@@ -27,7 +27,7 @@
27
  delete_option("B2S_SHOW_RATING");
28
  if($forever)
29
  {
30
- update_option("B2S_HIDE_RATING",true);
31
  }
32
  }
33
  }
8
  $count = $wpdb->get_var("SELECT COUNT(distinct post_id) FROM b2s_posts");
9
 
10
  if(in_array($count, array(5,10,15,50,75,100,120,150)) || ($count > 150 && $count % 25 == 0)) {
11
+ update_option("B2S_SHOW_RATING",array("count" => $count),false);
12
  }
13
  }
14
  }
27
  delete_option("B2S_SHOW_RATING");
28
  if($forever)
29
  {
30
+ update_option("B2S_HIDE_RATING",true,false);
31
  }
32
  }
33
  }
includes/B2S/Settings/Item.php CHANGED
@@ -118,7 +118,7 @@ class B2S_Settings_Item {
118
  $limit = unserialize(B2S_PLUGIN_AUTO_POST_LIMIT);
119
 
120
  $content = '';
121
- $content .='<div class="panel panel-group b2s-auto-post-own-update-warning"><div class="panel-body"><span class="glyphicon glyphicon-exclamation-sign glyphicon-warning"></span> ' . __('Auto-posts for Facebook Profiles will be shown in the "Instant Sharing" tab on your "Posts & Sharing" navigation bar and can be shared on your Facebook Profile by clicking on the "Share" button next to your auto-post.', 'blog2social') . '</div>';
122
  $content .='</div>';
123
  $content .='<h4>' . __('Auto-post your own created posts', 'blog2social') . ' ' . $isPremium . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAutoShareModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a>';
124
  $content .='<br><div class="b2s-text-sm">' . __('Define by default to automatically post your posts on social media:', 'blog2social') . '</div>';
118
  $limit = unserialize(B2S_PLUGIN_AUTO_POST_LIMIT);
119
 
120
  $content = '';
121
+ $content .='<div class="panel panel-group b2s-auto-post-own-general-warning"><div class="panel-body"><span class="glyphicon glyphicon-exclamation-sign glyphicon-warning"></span> ' . __('Auto-posts for Facebook Profiles will be shown in the "Instant Sharing" tab on your "Posts & Sharing" navigation bar and can be shared on your Facebook Profile by clicking on the "Share" button next to your auto-post.', 'blog2social') . '</div>';
122
  $content .='</div>';
123
  $content .='<h4>' . __('Auto-post your own created posts', 'blog2social') . ' ' . $isPremium . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAutoShareModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a>';
124
  $content .='<br><div class="b2s-text-sm">' . __('Define by default to automatically post your posts on social media:', 'blog2social') . '</div>';
includes/B2S/Ship/Item.php CHANGED
@@ -6,53 +6,59 @@ class B2S_Ship_Item {
6
  private $allowTitlePage = array();
7
  private $allowTitleGroup = array();
8
  private $setPostFormat = array(1, 2, 10, 12);
9
- private $isCommentProfile = array(1, 3, 8, 10, 17);
10
  private $isCommentPage = array(1);
11
  private $isCommentGroup = array(1);
12
  private $allowTag = array(4, 9, 11, 16);
13
  private $allowHtml = array(4, 11, 14);
14
  private $showTitleProfile = array(4, 9, 11, 14, 16);
15
- private $showTitlePage = array(8);
16
- private $showTitleGroup = array(8, 11);
17
  private $onlyImage = array(6, 7, 12);
18
  private $allowNoImageProfile = array(5, 9);
19
- private $allowNoCustomImageProfile = array(8, 15);
20
  private $allowNoEmoji = array(9, 13, 14, 15, 16, 18);
21
  private $allowNoImagePage = array(8);
22
- private $allowEditUrl = array(1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18);
23
  private $showBoards = array(6);
24
  private $showRelay = array(2);
25
  private $showBoardsGroup = array(10);
26
- private $showGroups = array(8, 15);
27
  private $changeDisplayName = array(8);
28
- private $setShortTextProfile = array(1 => 239, 2 => 255, 3 => 239, 6 => 300, 8 => 239, 10 => 442, 12 => 240, 9 => 200, 16 => 250, 17 => 442, 18 => 800);
29
- private $setShortTextProfileLimit = array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 10 => 500, 12 => 400, 9 => 200, 18 => 1000);
30
- private $setShortTextPage = array(1 => 239, 3 => 239, 8 => 1200, 10 => 442, 17 => 442);
31
- private $setShortTextPageLimit = array(1 => 400, 3 => 400, 8 => 1200, 10 => 500);
32
- private $setShortTextGroup = array(1 => 239, 8 => 239, 10 => 442, 17 => 442);
 
33
  private $setShortTextGroupLimit = array(1 => 400, 8 => 400, 10 => 500);
34
  private $allowHashTags = array(1, 2, 3, 6, 10, 12, 17);
35
- private $limitCharacterProfile = array(2 => 280, 3 => 1300, 6 => 500, 8 => 420, 9 => 250, 15 => 300, 12 => 2000, 18 => 1500);
36
  private $showImageAreaProfile = array(6, 7, 10, 12, 16, 17, 18);
37
- private $showImageAreaPage = array(10, 17);
38
- private $showImageAreaGroup = array(8, 10, 17);
39
- private $limitCharacterPage = array(3 => 1300, 8 => 1200);
40
- private $requiredUrl = array(1, 3, 8, 9, 10, 15);
 
41
  private $getText = array(1, 7, 10, 12, 16, 17, 18);
42
- private $allowSchedCustomizeContent = array(1, 2, 3, 6, 7, 8, 9, 10, 12, 15, 17, 18);
43
  private $maxWeekTimeSelect = 52;
44
  private $networkTosProfile = array(2);
45
- private $networkTosGroup = array(8);
46
  private $maxMonthTimeSelect = 12;
47
  private $maxTimeSelect = 50;
48
  private $maxSchedCount = 3;
 
 
 
 
49
  //private $maxReplayCount = 3;
50
  private $setRelayCount = 0;
51
  private $maxDaySelect = 31;
52
  private $noScheduleRegularly = array(2, 4, 11, 14, 15, 18);
53
- private $noScheduleRegularlyPage = array(8);
54
- private $addNoMoreSchedPage = array(8);
55
- private $addNoMoreSchedGroup = array(8);
56
  private $defaultImage;
57
  private $postData;
58
  private $postUrl;
@@ -84,12 +90,36 @@ class B2S_Ship_Item {
84
  public function getItemHtml($data, $show_time = true) {
85
 
86
  $this->viewMode = (isset($data->view) && !empty($data->view)) ? $data->view : null; //normal or modal(Kalendar)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
  $userOptions = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
89
  $allowUserHashTag = $userOptions->_getOption('user_allow_hashtag');
90
  $contentTwitter = $userOptions->_getOption('content_network_twitter');
91
  $networkName = unserialize(B2S_PLUGIN_NETWORK);
92
  $networkTypeName = unserialize(B2S_PLUGIN_NETWORK_TYPE);
 
93
  $limit = false;
94
  $limitValue = 0;
95
  $textareaLimitInfo = "";
@@ -162,8 +192,8 @@ class B2S_Ship_Item {
162
  break;
163
  case '1':
164
  //page
165
- if (isset($this->limitCharacterPage[$data->networkId]) && (int) $this->limitCharacterPage[$data->networkId] > 0) {
166
- $limitValue = $this->limitCharacterPage[$data->networkId];
167
  $limit = true;
168
  }
169
  $infoImage = (in_array($data->networkId, $this->allowNoImagePage)) ? __('Network does not support image for pages', 'blog2social') . '!' : '';
@@ -174,7 +204,7 @@ class B2S_Ship_Item {
174
  if ($data->networkId == 8) { //Xing -1 Leerzeichen
175
  $this->setShortTextPage[$data->networkId] = (int) $this->setShortTextPage[$data->networkId] - mb_strlen($this->postUrl, 'UTF-8') - 1;
176
  }
177
- $message = B2S_Util::getExcerpt(B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang), (isset($this->setShortTextPage[$data->networkId]) ? (int) $this->setShortTextPage[$data->networkId] : false), (isset($this->setShortTextPageLimit[$data->networkId]) ? (int) $this->setShortTextPageLimit[$data->networkId] : false));
178
  } else {
179
  $message = (in_array($data->networkId, $this->allowTitlePage) ? (in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, (in_array($data->networkId, $this->allowHtml) ? '<p><h1><h2><br><i><b><a><img>' : false), (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang));
180
  }
@@ -238,9 +268,17 @@ class B2S_Ship_Item {
238
  $content .= '<img alt="" data-network-auth-id="' . $data->networkAuthId . '" class="img-responsive b2s-post-item-network-image" src="' . plugins_url('/assets/images/portale/' . $data->networkId . '_flat.png', B2S_PLUGIN_FILE) . '">';
239
  $content .= '</div>';
240
  $content .= '<div class="b2s-post-item-details">';
 
 
 
 
 
 
 
 
241
  $content .= '<h4 class="pull-left b2s-post-item-details-network-display-name" data-network-auth-id="' . $data->networkAuthId . '">' . stripslashes($network_display_name) . '</h4>';
242
  $content .= '<div class="clearfix"></div>';
243
- $content .= '<p class="pull-left">' . $networkTypeName[$data->networkType] . ' | ' . $networkName[$data->networkId];
244
  $content .= '<div class="b2s-post-item-details-message-result" data-network-auth-id="' . $data->networkAuthId . '" style="display:none;"></div>';
245
  $content .= '<span class="hidden-xs b2s-post-item-details-message-info" data-network-auth-id="' . $data->networkAuthId . '">' . $messageInfo . '</span></span>';
246
 
@@ -286,11 +324,12 @@ class B2S_Ship_Item {
286
  $content .= '<div class="b2s-post-item-details-edit-area" data-network-auth-id="' . $data->networkAuthId . '">';
287
  $content .= (in_array($data->networkId, $this->showBoards) || ($data->networkType == 2 && in_array($data->networkId, $this->showBoardsGroup))) ? $this->getBoardHtml($data->networkAuthId, $data->networkId) : '';
288
  $content .= (in_array($data->networkId, $this->showGroups) && ($data->networkType == 2 || $data->networkId == 15)) ? $this->getGroupsHtml($data->networkAuthId, $data->networkId) : '';
289
- $content .= ((in_array($data->networkId, $this->showTitleProfile) && $data->networkType == 0) || (in_array($data->networkId, $this->showTitlePage) && $data->networkType == 1) || (in_array($data->networkId, $this->showTitleGroup) && $data->networkType == 2)) ? $this->getTitleHtml($data->networkId, $data->networkAuthId, $this->postData->post_title) : '';
 
290
  $content .= $this->getCustomEditArea($data->networkId, $data->networkAuthId, $data->networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, isset($data->image_url) ? $data->image_url : null);
291
  $content .= (in_array($data->networkId, $this->allowTag) && $data->networkType == 0) ? $this->getTagsHtml($data->networkAuthId, (($allowUserHashTag === false || $allowUserHashTag == 1) ? true : false)) : '';
292
 
293
- //Calendar
294
  if (!(isset($this->viewMode) && $this->viewMode == 'modal')) {
295
  $content .='<br>';
296
  $content .='<div class="b2s-calendar-filter-area col-xs-2 pull-right del-padding-right hide" data-network-auth-id="' . $data->networkAuthId . '">';
@@ -310,6 +349,7 @@ class B2S_Ship_Item {
310
  if ($show_time) {
311
  $content .= $this->getShippingTimeHtml($data->networkAuthId, $data->networkType, $data->networkId, $data->networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, isset($data->image_url) ? $data->image_url : null);
312
  }
 
313
  $content .= '</div>';
314
 
315
  $content .= '</div>';
@@ -319,7 +359,8 @@ class B2S_Ship_Item {
319
  $content .= '<input type="hidden" class="form-control" name="b2s[' . $data->networkAuthId . '][network_id]" value="' . $data->networkId . '">';
320
  $content .= '<input type="hidden" class="form-control" name="b2s[' . $data->networkAuthId . '][network_type]" value="' . $data->networkType . '">';
321
  $content .= '<input type="hidden" class="form-control" name="b2s[' . $data->networkAuthId . '][instant_sharing]" value="' . $data->instantSharing . '">';
322
-
 
323
  $content .= '<input type="hidden" data-network-auth-id="' . $data->networkAuthId . '" class="form-control b2s-post-ship-network-display-name" name="b2s[' . $data->networkAuthId . '][network_display_name]" value="' . $data->network_display_name . '">';
324
 
325
  $content .= '</div>';
@@ -328,7 +369,7 @@ class B2S_Ship_Item {
328
 
329
  public function getCustomEditArea($networkId, $networkAuthId, $networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, $imageUrl = null) {
330
  $meta = array();
331
- if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || $networkId == 3 || $networkId == 2) {
332
  if (trim(strtolower($this->postStatus)) == 'publish' || $this->b2sPostType == 'ex') {
333
  //is calendar edit => scrape post url and not custom post url by override from edit function for meta tags!
334
  //$editPostUrl = $this->viewMode == 'modal') ? (get_permalink($this->postData->ID) !== false ? get_permalink($this->postData->ID) : $this->postData->guid) : $this->postUrl;
@@ -417,7 +458,7 @@ class B2S_Ship_Item {
417
  $edit .= '</div>';
418
  }
419
 
420
- if ($networkId == 8 && $networkType == 0) {
421
  $edit = '<textarea class="form-control xing-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-text-limit="' . $limitValue . '" data-network-auth-id="' . $networkAuthId . '" placeholder="' . __('Write something about your post...', 'blog2social') . '" name="b2s[' . $networkAuthId . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . $message . '</textarea>';
422
  $edit .= '<div class="row">';
423
  $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12' : 'col-xs-12 col-sm-5 col-lg-3') . '">';
@@ -447,7 +488,7 @@ class B2S_Ship_Item {
447
  }
448
 
449
  public function getCustomEditSchedArea($schedCount = 0, $networkId, $networkAuthId, $networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, $infoArea, $imageUrl = null) {
450
- if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || $networkId == 3 || $networkId == 2) {
451
  if ($networkId == 1) {
452
  $edit = '<div class="row"><br>';
453
  $edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
@@ -498,7 +539,7 @@ class B2S_Ship_Item {
498
  $edit .= '</div>';
499
  }
500
 
501
- if ($networkId == 8 && $networkType == 0) {
502
  $edit = '<div class="row"><br>';
503
  $edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
504
  $edit .= '<img src="' . $this->defaultImage . '" class="xing-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="0" data-network-auth-id="' . $networkAuthId . '">';
@@ -584,6 +625,10 @@ class B2S_Ship_Item {
584
  return $meta;
585
  }
586
 
 
 
 
 
587
  private function getHashTagsString($add = "\n\n") {
588
  $hashTagsData = get_the_tags($this->postId);
589
  $hashTags = '';
@@ -597,9 +642,9 @@ class B2S_Ship_Item {
597
 
598
  private function getBoardHtml($networkAuthId, $networkId) {
599
  $board = '';
600
- $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array('action' => 'getBoards', 'token' => B2S_PLUGIN_TOKEN, 'networkAuthId' => $networkAuthId, 'networkId' => $networkId)));
601
  if (is_object($result) && !empty($result) && isset($result->data) && !empty($result->data) && isset($result->result) && (int) $result->result == 1) {
602
- $board = '<select class="form-control b2s-select" name="b2s[' . $networkAuthId . '][board]">';
603
  $board .= $result->data;
604
  $board .= '</select>';
605
  }
@@ -608,19 +653,35 @@ class B2S_Ship_Item {
608
 
609
  private function getGroupsHtml($networkAuthId, $networkId) {
610
  $group = '';
611
- $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array('action' => 'getGroups', 'token' => B2S_PLUGIN_TOKEN, 'networkAuthId' => $networkAuthId, 'networkId' => $networkId, 'lang' => B2S_LANGUAGE)));
612
  $changeDisplayName = in_array($networkId, $this->changeDisplayName) ? 'true' : 'false';
613
  if (is_object($result) && !empty($result) && isset($result->data) && !empty($result->data) && isset($result->result) && (int) $result->result == 1) {
614
- $group = '<select class="form-control b2s-select b2s-post-item-details-item-group-select" data-change-network-display-name="' . $changeDisplayName . '" data-network-auth-id="' . $networkAuthId . '" data-network-id="' . $networkId . '" name="b2s[' . $networkAuthId . '][group]">';
615
  $group .= $result->data;
616
  $group .= '</select>';
617
  }
618
  return $group;
619
  }
620
 
621
- private function getTitleHtml($networkId, $networkdAutId, $title) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
622
  $title = in_array($networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($title, $this->userLang)) : B2S_Util::getTitleByLanguage($title, $this->userLang);
623
- return '<input type="text" name="b2s[' . $networkdAutId . '][custom_title]" class="form-control b2s-post-item-details-item-title-input" data-network-auth-id="' . $networkdAutId . '" placeholder="' . __('The Headline...', 'blog2social') . '" required="required" maxlength="254" value="' . $title . '" />';
 
624
  }
625
 
626
  private function getTagsHtml($networkAuthId, $allowTags = true) {
@@ -749,17 +810,26 @@ class B2S_Ship_Item {
749
 
750
  $shipping .= $schedcount != 0 ? '<div class="clearfix"></div><hr class="b2s-hr-small">' : '';
751
 
752
- $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-interval" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Interval', 'blog2social') . '</label>';
 
 
 
 
 
 
 
 
 
753
  $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-duration" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Duration', 'blog2social') . '</label>';
754
 
755
  //new since 4.5.0
756
  $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-duration-month" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Duration', 'blog2social') . '</label>';
757
- $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-duration-time" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Repeat', 'blog2social') . '</label>';
758
  $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-select-day" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Day of month', 'blog2social') . '</label>';
759
- $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-select-timespan" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Duration in days', 'blog2social') . '</label>';
760
 
761
  $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-date" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Start date', 'blog2social') . '</label>';
762
- $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-time" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Time', 'blog2social') . '</label>';
763
  $shipping .= '<label class="hidden-sm hidden-xs col-md-4 del-padding-left b2s-post-item-details-release-area-label-day" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Days', 'blog2social') . '</label>';
764
 
765
  $shipping .= '<div class="clearfix"></div>';
6
  private $allowTitlePage = array();
7
  private $allowTitleGroup = array();
8
  private $setPostFormat = array(1, 2, 10, 12);
9
+ private $isCommentProfile = array(1, 3, 8, 10, 17, 19);
10
  private $isCommentPage = array(1);
11
  private $isCommentGroup = array(1);
12
  private $allowTag = array(4, 9, 11, 16);
13
  private $allowHtml = array(4, 11, 14);
14
  private $showTitleProfile = array(4, 9, 11, 14, 16);
15
+ private $showTitlePage = array(8, 19 => array(1)); //Xing Business Page
16
+ private $showTitleGroup = array(8, 11, 19);
17
  private $onlyImage = array(6, 7, 12);
18
  private $allowNoImageProfile = array(5, 9);
19
+ private $allowNoCustomImageProfile = array(8, 15, 19);
20
  private $allowNoEmoji = array(9, 13, 14, 15, 16, 18);
21
  private $allowNoImagePage = array(8);
22
+ private $allowEditUrl = array(1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19);
23
  private $showBoards = array(6);
24
  private $showRelay = array(2);
25
  private $showBoardsGroup = array(10);
26
+ private $showGroups = array(8, 15, 19);
27
  private $changeDisplayName = array(8);
28
+ private $setShortTextProfile = array(1 => 239, 2 => 255, 3 => 239, 6 => 300, 8 => 239, 10 => 442, 12 => 240, 9 => 200, 16 => 250, 17 => 442, 18 => 800, 19 => 239);
29
+ private $setShortTextProfileLimit = array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 10 => 500, 12 => 400, 9 => 200, 18 => 1000, 19 => 400);
30
+ private $setShortTextPage = array(1 => 239, 3 => 239, 8 => 400, 10 => 442, 17 => 442, 19 => 239);
31
+ private $setShortTextPageLimit = array(1 => 400, 3 => 400, 8 => 400, 10 => 500, 19 => array(0 => 400, 1 => 2000)); // XING Company Page, Business Page
32
+ private $limitCharacterTitlePage = array(19 => array(1 => 150)); //XING Business Page selected over networkKind
33
+ private $setShortTextGroup = array(1 => 239, 8 => 239, 10 => 442, 17 => 442, 19 => 239);
34
  private $setShortTextGroupLimit = array(1 => 400, 8 => 400, 10 => 500);
35
  private $allowHashTags = array(1, 2, 3, 6, 10, 12, 17);
36
+ private $limitCharacterProfile = array(2 => 280, 3 => 1300, 6 => 500, 8 => 420, 9 => 250, 15 => 300, 12 => 2000, 18 => 1500, 19 => 420);
37
  private $showImageAreaProfile = array(6, 7, 10, 12, 16, 17, 18);
38
+ private $showImageAreaPage = array(10, 17, 19);
39
+ private $showImageAreaGroup = array(8, 10, 17, 19);
40
+ private $showMarketplace = array(19);
41
+ private $limitCharacterPage = array(3 => 1300, 8 => 1200, 19 => array(0 => 400, 1 => 2000)); // XING Company Page, Business Page
42
+ private $requiredUrl = array(1, 3, 8, 9, 10, 15, 19);
43
  private $getText = array(1, 7, 10, 12, 16, 17, 18);
44
+ private $allowSchedCustomizeContent = array(1, 2, 3, 6, 7, 8, 9, 10, 12, 15, 17, 18, 19);
45
  private $maxWeekTimeSelect = 52;
46
  private $networkTosProfile = array(2);
47
+ private $networkTosGroup = array(8, 19);
48
  private $maxMonthTimeSelect = 12;
49
  private $maxTimeSelect = 50;
50
  private $maxSchedCount = 3;
51
+ private $selMarketplaceCategory = 3;
52
+ private $selMarketplaceType = 1;
53
+ private $selGroup = null;
54
+ private $selBoard = null;
55
  //private $maxReplayCount = 3;
56
  private $setRelayCount = 0;
57
  private $maxDaySelect = 31;
58
  private $noScheduleRegularly = array(2, 4, 11, 14, 15, 18);
59
+ private $noScheduleRegularlyPage = array(8, 19);
60
+ private $addNoMoreSchedPage = array(8, 19);
61
+ private $addNoMoreSchedGroup = array(8, 19);
62
  private $defaultImage;
63
  private $postData;
64
  private $postUrl;
90
  public function getItemHtml($data, $show_time = true) {
91
 
92
  $this->viewMode = (isset($data->view) && !empty($data->view)) ? $data->view : null; //normal or modal(Kalendar)
93
+ //Override data values from edit modus
94
+ $schedMetaData = ($this->viewMode == 'modal') ? $this->hook_sched_data(array()) : array();
95
+ if (!empty($schedMetaData) && is_array($schedMetaData)) {
96
+ $data->instantSharing = 0;
97
+ if (isset($schedMetaData['network_kind'])) {
98
+ $data->networkKind = $schedMetaData['network_kind'];
99
+ }
100
+ if (isset($schedMetaData['network_tos_group_id'])) {
101
+ $data->networkTosGroupId = $schedMetaData['network_tos_group_id'];
102
+ }
103
+ if (isset($schedMetaData['marketplace_category'])) {
104
+ $this->selMarketplaceCategory = (int) $schedMetaData['marketplace_category'];
105
+ }
106
+ if (isset($schedMetaData['marketplace_type'])) {
107
+ $this->selMarketplaceType = (int) $schedMetaData['marketplace_type'];
108
+ }
109
+ if (isset($schedMetaData['group'])) {
110
+ $this->selGroup = $schedMetaData['group'];
111
+ }
112
+ if (isset($schedMetaData['board'])) {
113
+ $this->selBoard = $schedMetaData['board'];
114
+ }
115
+ }
116
 
117
  $userOptions = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
118
  $allowUserHashTag = $userOptions->_getOption('user_allow_hashtag');
119
  $contentTwitter = $userOptions->_getOption('content_network_twitter');
120
  $networkName = unserialize(B2S_PLUGIN_NETWORK);
121
  $networkTypeName = unserialize(B2S_PLUGIN_NETWORK_TYPE);
122
+ $networkKindName = unserialize(B2S_PLUGIN_NETWORK_KIND);
123
  $limit = false;
124
  $limitValue = 0;
125
  $textareaLimitInfo = "";
192
  break;
193
  case '1':
194
  //page
195
+ if (isset($this->limitCharacterPage[$data->networkId]) && ((int) $this->limitCharacterPage[$data->networkId] > 0) || isset($this->limitCharacterPage[$data->networkId][$data->networkKind])) {
196
+ $limitValue = (isset($this->limitCharacterPage[$data->networkId][$data->networkKind])) ? $this->limitCharacterPage[$data->networkId][$data->networkKind] : $this->limitCharacterPage[$data->networkId];
197
  $limit = true;
198
  }
199
  $infoImage = (in_array($data->networkId, $this->allowNoImagePage)) ? __('Network does not support image for pages', 'blog2social') . '!' : '';
204
  if ($data->networkId == 8) { //Xing -1 Leerzeichen
205
  $this->setShortTextPage[$data->networkId] = (int) $this->setShortTextPage[$data->networkId] - mb_strlen($this->postUrl, 'UTF-8') - 1;
206
  }
207
+ $message = B2S_Util::getExcerpt(B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang), (isset($this->setShortTextPage[$data->networkId]) ? (int) $this->setShortTextPage[$data->networkId] : false), (isset($this->setShortTextPageLimit[$data->networkId]) ? (( is_array($this->setShortTextPageLimit[$data->networkId]) && isset($this->setShortTextPageLimit[$data->networkId][$data->networkKind])) ? (int) $this->setShortTextPageLimit[$data->networkId][$data->networkKind] : (int) $this->setShortTextPageLimit[$data->networkId] ) : false));
208
  } else {
209
  $message = (in_array($data->networkId, $this->allowTitlePage) ? (in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, (in_array($data->networkId, $this->allowHtml) ? '<p><h1><h2><br><i><b><a><img>' : false), (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang));
210
  }
268
  $content .= '<img alt="" data-network-auth-id="' . $data->networkAuthId . '" class="img-responsive b2s-post-item-network-image" src="' . plugins_url('/assets/images/portale/' . $data->networkId . '_flat.png', B2S_PLUGIN_FILE) . '">';
269
  $content .= '</div>';
270
  $content .= '<div class="b2s-post-item-details">';
271
+ //XING deprecated
272
+ if ($data->networkId == 8) {
273
+ $content .='<div class="b2s-post-item-network-deprecated"><span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' . __('Connection expires on 31 March 2019', 'blog2social') . '</div>';
274
+ }
275
+ // G+ deprecated
276
+ if ($data->networkId == 10) {
277
+ $content .='<div class="b2s-post-item-network-deprecated"><span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' . __('Connection expires on 2 April 2019', 'blog2social') . '</div>';
278
+ }
279
  $content .= '<h4 class="pull-left b2s-post-item-details-network-display-name" data-network-auth-id="' . $data->networkAuthId . '">' . stripslashes($network_display_name) . '</h4>';
280
  $content .= '<div class="clearfix"></div>';
281
+ $content .= '<p class="pull-left">' . ($data->networkId == 19 && $data->networkType == 1 && isset($networkKindName[$data->networkKind]) ? $networkKindName[$data->networkKind] . '-' : '') . $networkTypeName[$data->networkType] . (($data->networkId == 19 && (int) $data->networkType == 1 && (int) $data->networkKind == 0) ? ' (' . __('Employer Branding', 'blog2social') . ')' : '') . ' | ' . $networkName[$data->networkId];
282
  $content .= '<div class="b2s-post-item-details-message-result" data-network-auth-id="' . $data->networkAuthId . '" style="display:none;"></div>';
283
  $content .= '<span class="hidden-xs b2s-post-item-details-message-info" data-network-auth-id="' . $data->networkAuthId . '">' . $messageInfo . '</span></span>';
284
 
324
  $content .= '<div class="b2s-post-item-details-edit-area" data-network-auth-id="' . $data->networkAuthId . '">';
325
  $content .= (in_array($data->networkId, $this->showBoards) || ($data->networkType == 2 && in_array($data->networkId, $this->showBoardsGroup))) ? $this->getBoardHtml($data->networkAuthId, $data->networkId) : '';
326
  $content .= (in_array($data->networkId, $this->showGroups) && ($data->networkType == 2 || $data->networkId == 15)) ? $this->getGroupsHtml($data->networkAuthId, $data->networkId) : '';
327
+ $content .= (in_array($data->networkId, $this->showMarketplace) && $data->networkType == 2) ? $this->getMarketplaceAreaHtml($data->networkAuthId, $data->networkId, $data->networkType, $data->networkKind) : '';
328
+ $content .= ((in_array($data->networkId, $this->showTitleProfile) && $data->networkType == 0) || (((in_array($data->networkId, $this->showTitlePage) && !is_array($this->showTitlePage[$data->networkId])) || (is_array($this->showTitlePage[$data->networkId]) && in_array($data->networkKind, $this->showTitlePage[$data->networkId]))) && $data->networkType == 1) || (in_array($data->networkId, $this->showTitleGroup) && $data->networkType == 2)) ? $this->getTitleHtml($data->networkId, $data->networkAuthId, $data->networkKind, $data->networkType, $this->postData->post_title) : '';
329
  $content .= $this->getCustomEditArea($data->networkId, $data->networkAuthId, $data->networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, isset($data->image_url) ? $data->image_url : null);
330
  $content .= (in_array($data->networkId, $this->allowTag) && $data->networkType == 0) ? $this->getTagsHtml($data->networkAuthId, (($allowUserHashTag === false || $allowUserHashTag == 1) ? true : false)) : '';
331
 
332
+ //Calendar
333
  if (!(isset($this->viewMode) && $this->viewMode == 'modal')) {
334
  $content .='<br>';
335
  $content .='<div class="b2s-calendar-filter-area col-xs-2 pull-right del-padding-right hide" data-network-auth-id="' . $data->networkAuthId . '">';
349
  if ($show_time) {
350
  $content .= $this->getShippingTimeHtml($data->networkAuthId, $data->networkType, $data->networkId, $data->networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, isset($data->image_url) ? $data->image_url : null);
351
  }
352
+
353
  $content .= '</div>';
354
 
355
  $content .= '</div>';
359
  $content .= '<input type="hidden" class="form-control" name="b2s[' . $data->networkAuthId . '][network_id]" value="' . $data->networkId . '">';
360
  $content .= '<input type="hidden" class="form-control" name="b2s[' . $data->networkAuthId . '][network_type]" value="' . $data->networkType . '">';
361
  $content .= '<input type="hidden" class="form-control" name="b2s[' . $data->networkAuthId . '][instant_sharing]" value="' . $data->instantSharing . '">';
362
+ $content .= '<input type="hidden" class="form-control" name="b2s[' . $data->networkAuthId . '][network_tos_group_id]" value="' . $data->networkTosGroupId . '">';
363
+ $content .= '<input type="hidden" class="form-control networkKind" data-network-auth-id="' . $data->networkAuthId . '" name="b2s[' . $data->networkAuthId . '][network_kind]" value="' . $data->networkKind . '">';
364
  $content .= '<input type="hidden" data-network-auth-id="' . $data->networkAuthId . '" class="form-control b2s-post-ship-network-display-name" name="b2s[' . $data->networkAuthId . '][network_display_name]" value="' . $data->network_display_name . '">';
365
 
366
  $content .= '</div>';
369
 
370
  public function getCustomEditArea($networkId, $networkAuthId, $networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, $imageUrl = null) {
371
  $meta = array();
372
+ if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || ($networkId == 19 && $networkType == 0) || $networkId == 3 || $networkId == 2) {
373
  if (trim(strtolower($this->postStatus)) == 'publish' || $this->b2sPostType == 'ex') {
374
  //is calendar edit => scrape post url and not custom post url by override from edit function for meta tags!
375
  //$editPostUrl = $this->viewMode == 'modal') ? (get_permalink($this->postData->ID) !== false ? get_permalink($this->postData->ID) : $this->postData->guid) : $this->postUrl;
458
  $edit .= '</div>';
459
  }
460
 
461
+ if (($networkId == 8 || $networkId == 19) && $networkType == 0) {
462
  $edit = '<textarea class="form-control xing-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-text-limit="' . $limitValue . '" data-network-auth-id="' . $networkAuthId . '" placeholder="' . __('Write something about your post...', 'blog2social') . '" name="b2s[' . $networkAuthId . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . $message . '</textarea>';
463
  $edit .= '<div class="row">';
464
  $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12' : 'col-xs-12 col-sm-5 col-lg-3') . '">';
488
  }
489
 
490
  public function getCustomEditSchedArea($schedCount = 0, $networkId, $networkAuthId, $networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, $infoArea, $imageUrl = null) {
491
+ if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || ($networkId == 19 && $networkType == 0) || $networkId == 3 || $networkId == 2) {
492
  if ($networkId == 1) {
493
  $edit = '<div class="row"><br>';
494
  $edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
539
  $edit .= '</div>';
540
  }
541
 
542
+ if (($networkId == 8 || $networkId == 19) && $networkType == 0) {
543
  $edit = '<div class="row"><br>';
544
  $edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
545
  $edit .= '<img src="' . $this->defaultImage . '" class="xing-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="0" data-network-auth-id="' . $networkAuthId . '">';
625
  return $meta;
626
  }
627
 
628
+ protected function hook_sched_data(array $schedData) {
629
+ return $schedData;
630
+ }
631
+
632
  private function getHashTagsString($add = "\n\n") {
633
  $hashTagsData = get_the_tags($this->postId);
634
  $hashTags = '';
642
 
643
  private function getBoardHtml($networkAuthId, $networkId) {
644
  $board = '';
645
+ $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array('action' => 'getBoards', 'token' => B2S_PLUGIN_TOKEN, 'networkAuthId' => $networkAuthId, 'selBoard' => $this->selBoard, 'networkId' => $networkId)));
646
  if (is_object($result) && !empty($result) && isset($result->data) && !empty($result->data) && isset($result->result) && (int) $result->result == 1) {
647
+ $board = '<select class="form-control b2s-select-area" name="b2s[' . $networkAuthId . '][board]">';
648
  $board .= $result->data;
649
  $board .= '</select>';
650
  }
653
 
654
  private function getGroupsHtml($networkAuthId, $networkId) {
655
  $group = '';
656
+ $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array('action' => 'getGroups', 'token' => B2S_PLUGIN_TOKEN, 'networkAuthId' => $networkAuthId, 'selGroup' => $this->selGroup, 'networkId' => $networkId, 'lang' => B2S_LANGUAGE)));
657
  $changeDisplayName = in_array($networkId, $this->changeDisplayName) ? 'true' : 'false';
658
  if (is_object($result) && !empty($result) && isset($result->data) && !empty($result->data) && isset($result->result) && (int) $result->result == 1) {
659
+ $group = '<select class="form-control b2s-select-area b2s-post-item-details-item-group-select" data-change-network-display-name="' . $changeDisplayName . '" data-network-auth-id="' . $networkAuthId . '" data-network-id="' . $networkId . '" name="b2s[' . $networkAuthId . '][group]">';
660
  $group .= $result->data;
661
  $group .= '</select>';
662
  }
663
  return $group;
664
  }
665
 
666
+ private function getMarketplaceAreaHtml($networkAuthId = 0, $networkId = 0, $networkType = 0, $networkKind = 0) {
667
+ $marketplace = '<div class="marketplace_area" data-network-id="' . $networkId . '" data-network-type="' . $networkType . '" data-network-auth-id="' . $networkAuthId . '" style="display:' . (($networkKind == 3) ? 'block' : 'none') . ';">';
668
+ $marketplace .='<input type="radio" id="marketplace_category_1" class="form-control marketplace_category" ' . (($this->selMarketplaceCategory == 1) ? 'checked=""' : '') . ' name="b2s[' . $networkAuthId . '][marketplace_category]" value="1"> <label class="" for="marketplace_category_1">' . __('Jobs & Projects', 'blog2social') . '</label> ';
669
+ $marketplace .='<input type="radio" id="marketplace_category_2" class="form-control marketplace_category" ' . (($this->selMarketplaceCategory == 2) ? 'checked=""' : '') . ' name="b2s[' . $networkAuthId . '][marketplace_category]" value="2"> <label class="" for="marketplace_category_2">' . __('Events', 'blog2social') . '</label> ';
670
+ $marketplace .='<input type="radio" id="marketplace_category_3" class="form-control marketplace_category" ' . (($this->selMarketplaceCategory == 3) ? 'checked=""' : '') . ' name="b2s[' . $networkAuthId . '][marketplace_category]" value="3"> <label class="" for="marketplace_category_3">' . __('Classified Ads', 'blog2social') . '</label> ';
671
+ $marketplace .='<div class="clearfix"></div>';
672
+ $marketplace .='<input type="radio" id="marketplace_type_1" class="form-control marketplace_type" ' . (($this->selMarketplaceType == 1) ? 'checked=""' : '') . ' name="b2s[' . $networkAuthId . '][marketplace_type]" value="1"> <label class="" for="marketplace_type_1">' . __('Offer', 'blog2social') . '</label> ';
673
+ $marketplace .='<input type="radio" id="marketplace_type_2" class="form-control marketplace_type" ' . (($this->selMarketplaceType == 2) ? 'checked=""' : '') . ' name="b2s[' . $networkAuthId . '][marketplace_type]" value="2"> <label class="" for="marketplace_type_2">' . __('Request', 'blog2social') . '</label>';
674
+ $marketplace .='<div class="clearfix"></div><br/>';
675
+ $marketplace .='</div>';
676
+ return $marketplace;
677
+
678
+ //<input type="radio" id="type[0]-1-2" checked="" name="b2s['.$networkAuthId.'][marketplace_type]" value="1"> <label class="" for="type[0]-1-2">Profil</label>
679
+ }
680
+
681
+ private function getTitleHtml($networkId = 0, $networkdAutId = 0, $networkKind = 0, $networkType = 0, $title = '') {
682
  $title = in_array($networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($title, $this->userLang)) : B2S_Util::getTitleByLanguage($title, $this->userLang);
683
+ $maxLength = ($networkType == 1 && isset($this->limitCharacterTitlePage[$networkId][$networkKind])) ? (int) $this->limitCharacterTitlePage[$networkId][$networkKind] : 254;
684
+ return '<input type="text" name="b2s[' . $networkdAutId . '][custom_title]" class="form-control b2s-post-item-details-item-title-input" data-network-auth-id="' . $networkdAutId . '" placeholder="' . __('The Headline...', 'blog2social') . '" required="required" maxlength="' . $maxLength . '" value="' . $title . '" />';
685
  }
686
 
687
  private function getTagsHtml($networkAuthId, $allowTags = true) {
810
 
811
  $shipping .= $schedcount != 0 ? '<div class="clearfix"></div><hr class="b2s-hr-small">' : '';
812
 
813
+ //deprecated Network
814
+ if ($networkId == 8) {
815
+ $shipping.='<div class="network-tos-deprecated-warning alert alert-danger" style="display: none;" data-network-id="' . $networkId . '" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '">' . __("Please note: Your account is connected via an old XING API that is no longer supported by XING after March 31. Please connect your XING profile, as well as your XING company pages (Employer branding profiles) and business pages with the new XING interface in the Blog2Social network settings. To do this, go to the Blog2Social Networks section and connect your XING accounts with the new XING.", "blog2social") . ' <a href="' . B2S_Tools::getSupportLink('network_tos_blog_032019') . '" target="_blank">' . __('Learn more', 'blog2social') . '</a></div>';
816
+ }
817
+ //deprecated Network
818
+ if ($networkId == 10) {
819
+ $shipping.='<div class="network-tos-deprecated-warning alert alert-danger" style="display: none;" data-network-id="' . $networkId . '" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '">' . __("Please note: Google will shut down Google+ for all private accounts (profiles, pages, groups) on 2nd April 2019. You can find further information and the next steps, including how to download your photos and other content here:", "blog2social") . ' <a href="https://support.google.com/plus/answer/9195133" target="_blank">https://support.google.com/plus/answer/9195133</a></div>';
820
+ }
821
+
822
+ $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-interval" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Repeats', 'blog2social') . '</label>';
823
  $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-duration" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Duration', 'blog2social') . '</label>';
824
 
825
  //new since 4.5.0
826
  $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-duration-month" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Duration', 'blog2social') . '</label>';
827
+ $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-duration-time" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Number of repeats', 'blog2social') . '</label>';
828
  $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-select-day" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Day of month', 'blog2social') . '</label>';
829
+ $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-select-timespan" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Repeats every (days)', 'blog2social') . '</label>';
830
 
831
  $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-date" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Start date', 'blog2social') . '</label>';
832
+ $shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-time" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Time to publish', 'blog2social') . '</label>';
833
  $shipping .= '<label class="hidden-sm hidden-xs col-md-4 del-padding-left b2s-post-item-details-release-area-label-day" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Days', 'blog2social') . '</label>';
834
 
835
  $shipping .= '<div class="clearfix"></div>';
includes/B2S/Ship/Navbar.php CHANGED
@@ -4,6 +4,7 @@ class B2S_Ship_Navbar {
4
 
5
  private $neworkName;
6
  private $networkTypeName;
 
7
  private $authUrl;
8
  private $allowProfil;
9
  private $allowPage;
@@ -13,6 +14,7 @@ class B2S_Ship_Navbar {
13
  public function __construct() {
14
  $this->neworkName = unserialize(B2S_PLUGIN_NETWORK);
15
  $this->networkTypeName = unserialize(B2S_PLUGIN_NETWORK_TYPE);
 
16
  $this->authUrl = B2S_PLUGIN_API_ENDPOINT_AUTH . '?b2s_token=' . B2S_PLUGIN_TOKEN . '&sprache=' . substr(B2S_LANGUAGE, 0, 2) . '&unset=true';
17
  $this->allowProfil = unserialize(B2S_PLUGIN_NETWORK_ALLOW_PROFILE);
18
  $this->allowPage = unserialize(B2S_PLUGIN_NETWORK_ALLOW_PAGE);
@@ -62,14 +64,14 @@ class B2S_Ship_Navbar {
62
  }
63
 
64
  $content = '<li class="b2s-sidbar-wrapper-nav-li i" data-mandant-id=\'' . json_encode($mandantIds) . '\' data-mandant-default-id="' . $data->mandantId . '">';
65
- $content .= '<div class="b2s-network-select-btn ' . (($data->expiredDate != '0000-00-00' && $data->expiredDate <= date('Y-m-d')) ? 'b2s-network-select-btn-deactivate" ' . $onclick : '"') . ' data-instant-sharing="'.(isset($data->instant_sharing) ? (int)$data->instant_sharing : 0).'" data-network-auth-id="' . $data->networkAuthId . '" data-network-type="' . $data->networkType . '" data-network-id = "' . $data->networkId . '" data-network-display-name="' . strtolower($data->networkUserName) . '">';
66
  $content .= '<div class="b2s-network-list">';
67
  $content .= '<div class="b2s-network-thumb">';
68
  $content .= '<img alt="" src="' . plugins_url('/assets/images/portale/' . $data->networkId . '_flat.png', B2S_PLUGIN_FILE) . '">';
69
  $content .= '</div>';
70
  $content .= '<div class="b2s-network-details">';
71
  $content .= '<h4>' . $username . '</h4>';
72
- $content .= '<p>' . $this->networkTypeName[$data->networkType] . ' | ' . $this->neworkName[$data->networkId] . '</p>';
73
  $content .= '</div>';
74
  $content .= '<div class="b2s-network-status" data-network-auth-id="' . $data->networkAuthId . '">';
75
  $content .= '<span class="b2s-network-hide b2s-network-status-img glyphicon glyphicon-ok glyphicon-success"></span>';
4
 
5
  private $neworkName;
6
  private $networkTypeName;
7
+ private $networkKindName;
8
  private $authUrl;
9
  private $allowProfil;
10
  private $allowPage;
14
  public function __construct() {
15
  $this->neworkName = unserialize(B2S_PLUGIN_NETWORK);
16
  $this->networkTypeName = unserialize(B2S_PLUGIN_NETWORK_TYPE);
17
+ $this->networkKindName = unserialize(B2S_PLUGIN_NETWORK_KIND);
18
  $this->authUrl = B2S_PLUGIN_API_ENDPOINT_AUTH . '?b2s_token=' . B2S_PLUGIN_TOKEN . '&sprache=' . substr(B2S_LANGUAGE, 0, 2) . '&unset=true';
19
  $this->allowProfil = unserialize(B2S_PLUGIN_NETWORK_ALLOW_PROFILE);
20
  $this->allowPage = unserialize(B2S_PLUGIN_NETWORK_ALLOW_PAGE);
64
  }
65
 
66
  $content = '<li class="b2s-sidbar-wrapper-nav-li i" data-mandant-id=\'' . json_encode($mandantIds) . '\' data-mandant-default-id="' . $data->mandantId . '">';
67
+ $content .= '<div class="b2s-network-select-btn ' . (($data->expiredDate != '0000-00-00' && $data->expiredDate <= date('Y-m-d')) ? 'b2s-network-select-btn-deactivate" ' . $onclick : '"') . ' data-instant-sharing="'.(isset($data->instant_sharing) ? (int)$data->instant_sharing : 0).'" data-network-auth-id="' . $data->networkAuthId . '" data-network-type="' . $data->networkType . '" data-network-kind="' . $data->networkKind . '" data-network-id = "' . $data->networkId . '" data-network-tos-group-id="'.$data->networkTosGroupId.'" data-network-display-name="' . strtolower($data->networkUserName) . '">';
68
  $content .= '<div class="b2s-network-list">';
69
  $content .= '<div class="b2s-network-thumb">';
70
  $content .= '<img alt="" src="' . plugins_url('/assets/images/portale/' . $data->networkId . '_flat.png', B2S_PLUGIN_FILE) . '">';
71
  $content .= '</div>';
72
  $content .= '<div class="b2s-network-details">';
73
  $content .= '<h4>' . $username . '</h4>';
74
+ $content .= '<p>' .($data->networkId == 19 && $data->networkType == 1 && isset($this->networkKindName[$data->networkKind]) ? $this->networkKindName[$data->networkKind].'-' :'').$this->networkTypeName[$data->networkType] . ' | ' . $this->neworkName[$data->networkId] . '</p>';
75
  $content .= '</div>';
76
  $content .= '<div class="b2s-network-status" data-network-auth-id="' . $data->networkAuthId . '">';
77
  $content .= '<span class="b2s-network-hide b2s-network-status-img glyphicon glyphicon-ok glyphicon-success"></span>';
includes/B2S/Ship/Portale.php CHANGED
@@ -19,21 +19,24 @@ class B2S_Ship_Portale {
19
  public function getItemHtml($portale) {
20
  $html = '<ul>';
21
  foreach ($portale as $k => $portal) {
22
- $html .= '<li>';
23
- $html .= '<img class="b2s-network-list-add-thumb" alt="' . $portal->name . '" src="' . plugins_url('/assets/images/portale/' . $portal->id . '_flat.png', B2S_PLUGIN_FILE) . '">';
24
- $html .= '<span class="b2s-network-list-add-details">' . $portal->name . '</span>';
 
 
25
 
26
- $b2sAuthUrl = $this->authurl . '&portal_id=' . $portal->id . '&transfer=' . (in_array($portal->id, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
27
- if (in_array($portal->id, $this->allowGroup)) {
28
- $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 1 && $portal->id != 8)) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . __('Group', 'blog2social') . '</button>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled" data-type="auth-network" data-title="' . __('You want to connect a social media group?', 'blog2social') . '" data-toggle="modal" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . __('Group', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</a></button>';
 
 
 
 
 
 
 
 
29
  }
30
- if (in_array($portal->id, $this->allowPage)) {
31
- $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $portal->id == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($portal->id == 1 || $portal->id == 10))) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . __('Page', 'blog2social') . '</button>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled" data-title="' . __('You want to connect a network page?', 'blog2social') . '" data-type="auth-network" data-toggle="modal" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . __('Page', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</a></button>';
32
- }
33
- if (in_array($portal->id, $this->allowProfil)) {
34
- $html .= ($portal->id != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $portal->id == 18)) ? ('<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . __('Profile', 'blog2social') . '</a>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled" data-title="' . __('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network" data-toggle="modal" data-target="#b2sProFeatureModal">+ ' . __('Profile', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</a></button>';
35
- }
36
- $html .= '</li>';
37
  }
38
  $html .= '</ul>';
39
  return $html;
19
  public function getItemHtml($portale) {
20
  $html = '<ul>';
21
  foreach ($portale as $k => $portal) {
22
+ $isDeprecated = ($portal->id == 8) ? true : false;
23
+ if (!$isDeprecated) {
24
+ $html .= '<li>';
25
+ $html .= '<img class="b2s-network-list-add-thumb" alt="' . $portal->name . '" src="' . plugins_url('/assets/images/portale/' . $portal->id . '_flat.png', B2S_PLUGIN_FILE) . '">';
26
+ $html .= '<span class="b2s-network-list-add-details">' . $portal->name . '</span>';
27
 
28
+ $b2sAuthUrl = $this->authurl . '&portal_id=' . $portal->id . '&transfer=' . (in_array($portal->id, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
29
+ if (in_array($portal->id, $this->allowGroup)) {
30
+ $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 1 && $portal->id != 8)) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . __('Group', 'blog2social') . '</button>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled" data-type="auth-network" data-title="' . __('You want to connect a social media group?', 'blog2social') . '" data-toggle="modal" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . __('Group', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</a></button>';
31
+ }
32
+ if (in_array($portal->id, $this->allowPage)) {
33
+ $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $portal->id == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($portal->id == 1 || $portal->id == 10))) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . __('Page', 'blog2social') . '</button>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled" data-title="' . __('You want to connect a network page?', 'blog2social') . '" data-type="auth-network" data-toggle="modal" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . __('Page', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</a></button>';
34
+ }
35
+ if (in_array($portal->id, $this->allowProfil)) {
36
+ $html .= ($portal->id != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $portal->id == 18)) ? ('<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . __('Profile', 'blog2social') . '</a>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled" data-title="' . __('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network" data-toggle="modal" data-target="#b2sProFeatureModal">+ ' . __('Profile', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</a></button>';
37
+ }
38
+ $html .= '</li>';
39
  }
 
 
 
 
 
 
 
40
  }
41
  $html .= '</ul>';
42
  return $html;
includes/B2S/Ship/Save.php CHANGED
@@ -396,7 +396,7 @@ class B2S_Ship_Save {
396
  $html .='</div>';
397
  }
398
  if ($data['network_id'] == 10) {
399
- $html .='<br><div class="alert alert-warning"><b>' . __('For sharing your posts on Google+ you can now use Google+ Instant Sharing', 'blog2social') . '</b> (<a target="_blank" href="' . B2S_Tools::getSupportLink('network_tos_google_201812') . '">' . __('Read why', 'blog2social') . '</a>).';
400
  $html .='<br><br>';
401
  $html .='<b>' . __('This is how it works:', 'blog2social') . '</b><br>';
402
  $html .= __('-To share your post immediately, click the "Share" button next to your selected Google+ account below.', 'blog2social') . '<br>';
396
  $html .='</div>';
397
  }
398
  if ($data['network_id'] == 10) {
399
+ $html .='<br><div class="alert alert-warning"><b>' . __('For sharing your posts on Google+ you can now use Google+ Instant Sharing', 'blog2social') . '</b></a>).';
400
  $html .='<br><br>';
401
  $html .='<b>' . __('This is how it works:', 'blog2social') . '</b><br>';
402
  $html .= __('-To share your post immediately, click the "Share" button next to your selected Google+ account below.', 'blog2social') . '<br>';
includes/Loader.php CHANGED
@@ -33,16 +33,17 @@ class B2S_Loader {
33
 
34
  define('B2S_PLUGIN_POSTPERPAGE', '15');
35
  define('B2S_PLUGIN_VERSION_TYPE', serialize(array(0 => 'Free', 1 => 'Smart', 2 => 'Pro', 3 => 'Business', 4 => 'Premium')));
36
- define('B2S_PLUGIN_NETWORK', serialize(array(1 => 'Facebook', 2 => 'Twitter', 3 => 'Linkedin', 4 => 'Tumblr', 5 => 'Storify', 6 => 'Pinterest', 7 => 'Flickr', 8 => 'Xing', 9 => 'Diigo', 10 => 'Google+', 11 => 'Medium', 12 => 'Instagram', 13 => 'Delicious', 14 => 'Torial', 15 => 'Reddit', 16 => 'Bloglovin', 17 => 'VKontakte', 18 => 'Google My Business')));
37
- define('B2S_PLUGIN_SCHED_DEFAULT_TIMES', serialize(array(1 => array(18, 22), 2 => array(8, 10), 3 => array(8, 10), 4 => array(16, 22), 5 => array(), 6 => array(19, 22), 7 => array(7, 9), 8 => array(7, 10), 9 => array(16, 19), 10 => array(7, 10), 11 => array(16, 19), 12 => array(19, 22), 13 => array(11, 13), 14 => array(18, 22), 15 => array(8, 11), 16 => array(16, 19), 17 => array(19, 23), 18 => array(17, 18))));
38
- define('B2S_PLUGIN_SCHED_DEFAULT_TIMES_INFO', serialize(array(1 => array(0 => array(13, 16), 1 => array(18, 22)), 2 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 3 => array(0 => array(8, 10), 1 => array(16, 18)), 4 => array(), 5 => array(), 6 => array(0 => array(12, 14), 1 => array(19, 22)), 7 => array(0 => array(7, 9), 1 => array(17, 19)), 8 => array(0 => array(7, 10), 1 => array(17, 18)), 9 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 10 => array(0 => array(7, 10), 1 => array(14, 15)), 11 => array(), 12 => array(0 => array(12, 14), 1 => array(19, 22)), 13 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 14 => array(), 15 => array(0 => array(8, 11)), 16 => array(0 => array(16, 19)), 17 => array(0 => array(19, 23)), 18 => array(0 => array(17, 18)))));
39
- define('B2S_PLUGIN_NETWORK_ALLOW_PROFILE', serialize(array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18)));
40
- define('B2S_PLUGIN_NETWORK_ALLOW_PAGE', serialize(array(1, 3, 8, 10, 17)));
41
- define('B2S_PLUGIN_NETWORK_ALLOW_GROUP', serialize(array(1, 8, 10, 11, 17)));
42
- define('B2S_PLUGIN_NETWORK_ALLOW_MODIFY_BOARD_AND_GROUP', serialize(array(6 => array('TYPE' => array(0), 'TITLE' => __('Modify pin board', 'blog2social')), 8 => array('TYPE' => array(2), 'TITLE' => __('Modify forum', 'blog2social')), 15 => array('TYPE' => array(0), 'TITLE' => __('Modify subreddit', 'blog2social')))));
 
43
  define('B2S_PLUGIN_AUTO_POST_LIMIT', serialize(array(0 => 0, 1 => 25, 2 => 50, 3 => 100, 4 => 100)));
44
  define('B2S_PLUGIN_NETWORK_OAUTH', serialize(array(1, 2, 3, 4, 7, 8, 11, 15, 17, 18)));
45
- //define('B2S_PLUGIN_NETWORK_SHARE_APPROVE', serialize(array(0 => array(1)))); //Instant-Sharing Facebook-Profile - old since V.5.1.1
46
 
47
  add_filter('heartbeat_received', array(B2S_Heartbeat::getInstance(), 'init'), 10, 2);
48
  add_action('wp_logout', array($this, 'releaseLocks'));
@@ -251,7 +252,7 @@ class B2S_Loader {
251
  $this->lastVersion = get_option('b2s_plugin_version');
252
  if ($this->lastVersion == false || (int) $this->lastVersion < B2S_PLUGIN_VERSION) {
253
  $this->activatePlugin();
254
- update_option('b2s_plugin_version', B2S_PLUGIN_VERSION);
255
  }
256
  }
257
 
@@ -282,7 +283,7 @@ class B2S_Loader {
282
  if (isset($_GET['b2s_get_full_content'])) {
283
  $b2sPostContent = do_shortcode(get_the_content());
284
  $b2sPostId = get_the_ID();
285
- update_option('B2S_PLUGIN_POST_CONTENT_' . $b2sPostId, $b2sPostContent);
286
  }
287
  }
288
 
@@ -463,26 +464,34 @@ class B2S_Loader {
463
  $autoShare = new B2S_AutoPost((int) $_POST['post_ID'], $defaultBlogPostData, $current_user_date, $myTimeSettings, $title, $content, $url, $image_url, $keywords, $b2sPostLang, $optionPostFormat, $allowHashTag, $optionContentTwitter);
464
  define('B2S_SAVE_META_BOX_AUTO_SHARE', $_POST['post_ID']);
465
  if (isset($_POST['b2s-user-last-selected-profile-id']) && (int) $_POST['b2s-user-last-selected-profile-id'] != (int) $_POST['b2s-post-meta-box-profil-dropdown'] && (int) $_POST['b2s-post-meta-box-profil-dropdown'] != 0) {
466
- update_option('B2S_PLUGIN_SAVE_META_BOX_AUTO_SHARE_PROFILE_USER_' . $_POST['user_ID'], (int) $_POST['b2s-post-meta-box-profil-dropdown']);
467
  }
468
 
469
  $metaOg = false;
470
  $metaCard = false;
 
471
 
472
- //TOS Twitter 032018 - none multiple Accounts - User select once
473
  $selectedTwitterProfile = (isset($_POST['b2s-post-meta-box-profil-dropdown-twitter']) && !empty($_POST['b2s-post-meta-box-profil-dropdown-twitter'])) ? (int) $_POST['b2s-post-meta-box-profil-dropdown-twitter'] : '';
474
  foreach ($networkData as $k => $value) {
475
  if (isset($value->networkAuthId) && (int) $value->networkAuthId > 0 && isset($value->networkId) && (int) $value->networkId > 0 && isset($value->networkType)) {
476
- //TOS Twitter 032018 - none multiple Accounts - User select once
477
  if ((int) $value->networkId != 2 || ((int) $value->networkId == 2 && (empty($selectedTwitterProfile) || ((int) $selectedTwitterProfile == (int) $value->networkAuthId)))) {
 
 
 
 
 
 
 
478
  $res = $autoShare->prepareShareData($value->networkAuthId, $value->networkId, $value->networkType);
479
  if ($res !== false && is_array($res)) {
480
  $res = array_merge($res, $defaultPostData);
481
  $shareApprove = (isset($value->instant_sharing) && (int) $value->instant_sharing == 1) ? 1 : 0;
482
  $autoShare->saveShareData($res, $value->networkId, $value->networkType, $value->networkAuthId, $shareApprove, strip_tags($value->networkUserName));
483
 
484
- //Start - Change/Set MetaTags
485
- //TODO Check Enable Feature
486
  if ((int) $value->networkId == 1 && $metaOg == false && (int) $_POST['post_ID'] > 0 && isset($res['post_format']) && (int) $res['post_format'] == 0) { //LinkPost
487
  $metaOg = true;
488
  $meta = B2S_Meta::getInstance();
@@ -606,6 +615,7 @@ class B2S_Loader {
606
 
607
  public function defineText() {
608
  define('B2S_PLUGIN_NETWORK_TYPE', serialize(array(__('Profile', 'blog2social'), __('Page', 'blog2social'), __('Group', 'blog2social'))));
 
609
  define('B2S_PLUGIN_NETWORK_ERROR', serialize(array('DEFAULT' => __('Your post could not be posted.', 'blog2social'),
610
  'TOKEN' => __('Your authorization has expired. Please reconnect your account in the Blog2Social network settings.', 'blog2social'),
611
  'CONTENT' => __('The network has marked the post as spam or abusive.', 'blog2social'),
@@ -620,6 +630,7 @@ class B2S_Loader {
620
  'EXISTS_CONTENT' => __('Your post is a duplicate.', 'blog2social'),
621
  'URL_CONTENT' => __('The network requires a public url.', 'blog2social'),
622
  'EXISTS_RELAY' => __('You have already retweeted this post.', 'blog2social'),
 
623
  'IMAGE_FOR_CURATION' => __('There was no image in the meta data of the linked post. Posts without images cannot be shared on image networks.', 'blog2social'), // special for content curation V.5.0.0
624
  'GROUP_CONTENT' => __('Your group can not be found by the network.', 'blog2social'))));
625
  }
@@ -784,7 +795,6 @@ class B2S_Loader {
784
  wp_enqueue_script('B2SAIRDATEPICKERJS');
785
  wp_enqueue_script('B2SAIRDATEPICKERDEJS');
786
  wp_enqueue_script('B2SAIRDATEPICKERENJS');
787
- wp_enqueue_script('B2SNETWORKTOSJS');
788
  require_once( B2S_PLUGIN_DIR . 'views/b2s/dashboard.php');
789
  } else {
790
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
@@ -796,7 +806,6 @@ class B2S_Loader {
796
  if (B2S_Tools::showNotice() == false) {
797
  wp_enqueue_style('B2SPOSTCSS');
798
  wp_enqueue_script('B2SPOSTJS');
799
- wp_enqueue_script('B2SNETWORKTOSJS');
800
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.php');
801
  } else {
802
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
@@ -823,7 +832,6 @@ class B2S_Loader {
823
  if (B2S_Tools::showNotice() == false) {
824
  wp_enqueue_style('B2SNETWORKCSS');
825
  wp_enqueue_script('B2SNETWORKJS');
826
- wp_enqueue_script('B2SNETWORKTOSJS');
827
  wp_enqueue_style('B2STIMEPICKERCSS');
828
  wp_enqueue_script('B2STIMEPICKERJS');
829
  require_once( B2S_PLUGIN_DIR . 'views/b2s/network.php');
@@ -843,7 +851,6 @@ class B2S_Loader {
843
  wp_enqueue_script('B2SBTNTOOGLEJS');
844
  wp_enqueue_style('B2SCHOSENCSS');
845
  wp_enqueue_script('B2SCHOSENJS');
846
- wp_enqueue_script('B2SNETWORKTOSJS');
847
 
848
  if (current_user_can('upload_files')) {
849
  //Capability by Super Admin ,Administrator ,Editor ,Author
@@ -880,7 +887,6 @@ class B2S_Loader {
880
  wp_enqueue_script('B2SDATEPICKERENJS');
881
  wp_enqueue_script('B2STIMEPICKERJS');
882
  wp_enqueue_script('B2SSHIPJS');
883
- wp_enqueue_script('B2SNETWORKTOSJS');
884
  if (current_user_can('upload_files')) {
885
  //Capability by Super Admin ,Administrator ,Editor ,Author
886
  wp_enqueue_media();
@@ -943,7 +949,6 @@ class B2S_Loader {
943
  } else {
944
  wp_enqueue_script('B2SWYSIWYGLANGENJS');
945
  }
946
- wp_enqueue_script('B2SNETWORKTOSJS');
947
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.sched.php');
948
  } else {
949
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
@@ -955,7 +960,6 @@ class B2S_Loader {
955
  if (B2S_Tools::showNotice() == false) {
956
  wp_enqueue_style('B2SPOSTAPPROVECSS');
957
  wp_enqueue_script('B2SPOSTJS');
958
- wp_enqueue_script('B2SNETWORKTOSJS');
959
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.approve.php');
960
  } else {
961
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
@@ -988,7 +992,6 @@ class B2S_Loader {
988
  }
989
  wp_enqueue_script('B2SSHIPJS');
990
  wp_enqueue_script("B2SCALENDARJS");
991
- wp_enqueue_script('B2SNETWORKTOSJS');
992
 
993
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.calendar.php');
994
  } else {
@@ -1000,14 +1003,12 @@ class B2S_Loader {
1000
  public function b2sHowTo() {
1001
  wp_enqueue_style('B2SHOWTO');
1002
  wp_enqueue_script('B2SHOWTOJS');
1003
- wp_enqueue_script('B2SNETWORKTOSJS');
1004
  require_once( B2S_PLUGIN_DIR . 'views/b2s/howto.php');
1005
  }
1006
 
1007
  //PageFunktion
1008
  public function b2sPremium() {
1009
  wp_enqueue_style('B2SPREMIUM');
1010
- wp_enqueue_script('B2SNETWORKTOSJS');
1011
  require_once( B2S_PLUGIN_DIR . 'views/b2s/premium.php');
1012
  }
1013
 
@@ -1016,7 +1017,6 @@ class B2S_Loader {
1016
  if (B2S_Tools::showNotice() == false) {
1017
  wp_enqueue_style('B2SPOSTPUBLISHCSS');
1018
  wp_enqueue_script('B2SPOSTJS');
1019
- wp_enqueue_script('B2SNETWORKTOSJS');
1020
  wp_enqueue_script('PRGGENERALJS');
1021
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.publish.php');
1022
  } else {
@@ -1029,7 +1029,6 @@ class B2S_Loader {
1029
  if (B2S_Tools::showNotice() == false) {
1030
  wp_enqueue_style('B2SPOSTNOTICECSS');
1031
  wp_enqueue_script('B2SPOSTJS');
1032
- wp_enqueue_script('B2SNETWORKTOSJS');
1033
  wp_enqueue_script('PRGGENERALJS');
1034
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.notice.php');
1035
  } else {
@@ -1098,7 +1097,6 @@ class B2S_Loader {
1098
  wp_register_style('B2SPLUGINDEACTIVATECSS', plugins_url('assets/css/b2s/wp/plugin-deactivate.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1099
 
1100
  wp_register_script('B2SNETWORKJS', plugins_url('assets/js/b2s/network.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1101
- wp_register_script('B2SNETWORKTOSJS', plugins_url('assets/js/b2s/network.tos.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1102
  wp_register_script('B2SSETTINGSJS', plugins_url('assets/js/b2s/settings.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1103
  wp_register_script('B2SSTARTJS', plugins_url('assets/js/b2s/start.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1104
  wp_register_script('B2SPOSTJS', plugins_url('assets/js/b2s/post.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
33
 
34
  define('B2S_PLUGIN_POSTPERPAGE', '15');
35
  define('B2S_PLUGIN_VERSION_TYPE', serialize(array(0 => 'Free', 1 => 'Smart', 2 => 'Pro', 3 => 'Business', 4 => 'Premium')));
36
+ define('B2S_PLUGIN_NETWORK', serialize(array(1 => 'Facebook', 2 => 'Twitter', 3 => 'Linkedin', 4 => 'Tumblr', 5 => 'Storify', 6 => 'Pinterest', 7 => 'Flickr', 8 => 'Xing', 9 => 'Diigo', 10 => 'Google+', 11 => 'Medium', 12 => 'Instagram', 13 => 'Delicious', 14 => 'Torial', 15 => 'Reddit', 16 => 'Bloglovin', 17 => 'VKontakte', 18 => 'Google My Business', 19 => 'Xing')));
37
+ define('B2S_PLUGIN_SCHED_DEFAULT_TIMES', serialize(array(1 => array(18, 22), 2 => array(8, 10), 3 => array(8, 10), 4 => array(16, 22), 5 => array(), 6 => array(19, 22), 7 => array(7, 9), 8 => array(7, 10), 9 => array(16, 19), 10 => array(7, 10), 11 => array(16, 19), 12 => array(19, 22), 13 => array(11, 13), 14 => array(18, 22), 15 => array(8, 11), 16 => array(16, 19), 17 => array(19, 23), 18 => array(17, 18), 19 => array(7, 10))));
38
+ define('B2S_PLUGIN_SCHED_DEFAULT_TIMES_INFO', serialize(array(1 => array(0 => array(13, 16), 1 => array(18, 22)), 2 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 3 => array(0 => array(8, 10), 1 => array(16, 18)), 4 => array(), 5 => array(), 6 => array(0 => array(12, 14), 1 => array(19, 22)), 7 => array(0 => array(7, 9), 1 => array(17, 19)), 8 => array(0 => array(7, 10), 1 => array(17, 18)), 9 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 10 => array(0 => array(7, 10), 1 => array(14, 15)), 11 => array(), 12 => array(0 => array(12, 14), 1 => array(19, 22)), 13 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 14 => array(), 15 => array(0 => array(8, 11)), 16 => array(0 => array(16, 19)), 17 => array(0 => array(19, 23)), 18 => array(0 => array(17, 18)), 19 => array(0 => array(7, 10), 1 => array(17, 18)))));
39
+ define('B2S_PLUGIN_NETWORK_ALLOW_PROFILE', serialize(array(1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19)));
40
+ define('B2S_PLUGIN_NETWORK_ALLOW_PAGE', serialize(array(1, 3, 10, 17, 19)));
41
+ define('B2S_PLUGIN_NETWORK_ALLOW_GROUP', serialize(array(1, 10, 11, 17, 19)));
42
+ define('B2S_PLUGIN_NETWORK_CROSSPOSTING_LIMIT', serialize(array(19 => array(2 => 3)))); //2=group
43
+ define('B2S_PLUGIN_NETWORK_ALLOW_MODIFY_BOARD_AND_GROUP', serialize(array(6 => array('TYPE' => array(0), 'TITLE' => __('Modify pin board', 'blog2social')), 8 => array('TYPE' => array(2), 'TITLE' => __('Edit group settings', 'blog2social')), 15 => array('TYPE' => array(0), 'TITLE' => __('Modify subreddit', 'blog2social')), 19 => array('TYPE' => array(2), 'TITLE' => __('Modify forum', 'blog2social')))));
44
  define('B2S_PLUGIN_AUTO_POST_LIMIT', serialize(array(0 => 0, 1 => 25, 2 => 50, 3 => 100, 4 => 100)));
45
  define('B2S_PLUGIN_NETWORK_OAUTH', serialize(array(1, 2, 3, 4, 7, 8, 11, 15, 17, 18)));
46
+
47
 
48
  add_filter('heartbeat_received', array(B2S_Heartbeat::getInstance(), 'init'), 10, 2);
49
  add_action('wp_logout', array($this, 'releaseLocks'));
252
  $this->lastVersion = get_option('b2s_plugin_version');
253
  if ($this->lastVersion == false || (int) $this->lastVersion < B2S_PLUGIN_VERSION) {
254
  $this->activatePlugin();
255
+ update_option('b2s_plugin_version', B2S_PLUGIN_VERSION,false);
256
  }
257
  }
258
 
283
  if (isset($_GET['b2s_get_full_content'])) {
284
  $b2sPostContent = do_shortcode(get_the_content());
285
  $b2sPostId = get_the_ID();
286
+ update_option('B2S_PLUGIN_POST_CONTENT_' . $b2sPostId, $b2sPostContent,false);
287
  }
288
  }
289
 
464
  $autoShare = new B2S_AutoPost((int) $_POST['post_ID'], $defaultBlogPostData, $current_user_date, $myTimeSettings, $title, $content, $url, $image_url, $keywords, $b2sPostLang, $optionPostFormat, $allowHashTag, $optionContentTwitter);
465
  define('B2S_SAVE_META_BOX_AUTO_SHARE', $_POST['post_ID']);
466
  if (isset($_POST['b2s-user-last-selected-profile-id']) && (int) $_POST['b2s-user-last-selected-profile-id'] != (int) $_POST['b2s-post-meta-box-profil-dropdown'] && (int) $_POST['b2s-post-meta-box-profil-dropdown'] != 0) {
467
+ update_option('B2S_PLUGIN_SAVE_META_BOX_AUTO_SHARE_PROFILE_USER_' . $_POST['user_ID'], (int) $_POST['b2s-post-meta-box-profil-dropdown'],false);
468
  }
469
 
470
  $metaOg = false;
471
  $metaCard = false;
472
+ $tosCrossPosting = unserialize(B2S_PLUGIN_NETWORK_CROSSPOSTING_LIMIT);
473
 
474
+ //TOS Twitter 032018 - none multiple Accounts - User select once
475
  $selectedTwitterProfile = (isset($_POST['b2s-post-meta-box-profil-dropdown-twitter']) && !empty($_POST['b2s-post-meta-box-profil-dropdown-twitter'])) ? (int) $_POST['b2s-post-meta-box-profil-dropdown-twitter'] : '';
476
  foreach ($networkData as $k => $value) {
477
  if (isset($value->networkAuthId) && (int) $value->networkAuthId > 0 && isset($value->networkId) && (int) $value->networkId > 0 && isset($value->networkType)) {
478
+ //TOS Twitter 032018 - none multiple Accounts - User select once
479
  if ((int) $value->networkId != 2 || ((int) $value->networkId == 2 && (empty($selectedTwitterProfile) || ((int) $selectedTwitterProfile == (int) $value->networkAuthId)))) {
480
+
481
+ //TOS Crossposting ignore
482
+ //Filter: TOS Crossposting ignore
483
+ if (isset($tosCrossPosting[$value->networkId][$value->networkType])) {
484
+ continue;
485
+ }
486
+
487
  $res = $autoShare->prepareShareData($value->networkAuthId, $value->networkId, $value->networkType);
488
  if ($res !== false && is_array($res)) {
489
  $res = array_merge($res, $defaultPostData);
490
  $shareApprove = (isset($value->instant_sharing) && (int) $value->instant_sharing == 1) ? 1 : 0;
491
  $autoShare->saveShareData($res, $value->networkId, $value->networkType, $value->networkAuthId, $shareApprove, strip_tags($value->networkUserName));
492
 
493
+ //Start - Change/Set MetaTags
494
+ //TODO Check Enable Feature
495
  if ((int) $value->networkId == 1 && $metaOg == false && (int) $_POST['post_ID'] > 0 && isset($res['post_format']) && (int) $res['post_format'] == 0) { //LinkPost
496
  $metaOg = true;
497
  $meta = B2S_Meta::getInstance();
615
 
616
  public function defineText() {
617
  define('B2S_PLUGIN_NETWORK_TYPE', serialize(array(__('Profile', 'blog2social'), __('Page', 'blog2social'), __('Group', 'blog2social'))));
618
+ define('B2S_PLUGIN_NETWORK_KIND', serialize(array(__('Company', 'blog2social'), __('Business', 'blog2social'))));
619
  define('B2S_PLUGIN_NETWORK_ERROR', serialize(array('DEFAULT' => __('Your post could not be posted.', 'blog2social'),
620
  'TOKEN' => __('Your authorization has expired. Please reconnect your account in the Blog2Social network settings.', 'blog2social'),
621
  'CONTENT' => __('The network has marked the post as spam or abusive.', 'blog2social'),
630
  'EXISTS_CONTENT' => __('Your post is a duplicate.', 'blog2social'),
631
  'URL_CONTENT' => __('The network requires a public url.', 'blog2social'),
632
  'EXISTS_RELAY' => __('You have already retweeted this post.', 'blog2social'),
633
+ 'DEPRECATED_NETWORK_8' => __('This XING API is no longer supported by XING. Please connect your XING accounts with the new XING interface to reschedule your posts. <a target="_blank" href="https://www.blog2social.com/en/faq/index.php?action=artikel&cat=2&id=146">Learn more</a>', 'blog2social'),
634
  'IMAGE_FOR_CURATION' => __('There was no image in the meta data of the linked post. Posts without images cannot be shared on image networks.', 'blog2social'), // special for content curation V.5.0.0
635
  'GROUP_CONTENT' => __('Your group can not be found by the network.', 'blog2social'))));
636
  }
795
  wp_enqueue_script('B2SAIRDATEPICKERJS');
796
  wp_enqueue_script('B2SAIRDATEPICKERDEJS');
797
  wp_enqueue_script('B2SAIRDATEPICKERENJS');
 
798
  require_once( B2S_PLUGIN_DIR . 'views/b2s/dashboard.php');
799
  } else {
800
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
806
  if (B2S_Tools::showNotice() == false) {
807
  wp_enqueue_style('B2SPOSTCSS');
808
  wp_enqueue_script('B2SPOSTJS');
 
809
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.php');
810
  } else {
811
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
832
  if (B2S_Tools::showNotice() == false) {
833
  wp_enqueue_style('B2SNETWORKCSS');
834
  wp_enqueue_script('B2SNETWORKJS');
 
835
  wp_enqueue_style('B2STIMEPICKERCSS');
836
  wp_enqueue_script('B2STIMEPICKERJS');
837
  require_once( B2S_PLUGIN_DIR . 'views/b2s/network.php');
851
  wp_enqueue_script('B2SBTNTOOGLEJS');
852
  wp_enqueue_style('B2SCHOSENCSS');
853
  wp_enqueue_script('B2SCHOSENJS');
 
854
 
855
  if (current_user_can('upload_files')) {
856
  //Capability by Super Admin ,Administrator ,Editor ,Author
887
  wp_enqueue_script('B2SDATEPICKERENJS');
888
  wp_enqueue_script('B2STIMEPICKERJS');
889
  wp_enqueue_script('B2SSHIPJS');
 
890
  if (current_user_can('upload_files')) {
891
  //Capability by Super Admin ,Administrator ,Editor ,Author
892
  wp_enqueue_media();
949
  } else {
950
  wp_enqueue_script('B2SWYSIWYGLANGENJS');
951
  }
 
952
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.sched.php');
953
  } else {
954
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
960
  if (B2S_Tools::showNotice() == false) {
961
  wp_enqueue_style('B2SPOSTAPPROVECSS');
962
  wp_enqueue_script('B2SPOSTJS');
 
963
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.approve.php');
964
  } else {
965
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
992
  }
993
  wp_enqueue_script('B2SSHIPJS');
994
  wp_enqueue_script("B2SCALENDARJS");
 
995
 
996
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.calendar.php');
997
  } else {
1003
  public function b2sHowTo() {
1004
  wp_enqueue_style('B2SHOWTO');
1005
  wp_enqueue_script('B2SHOWTOJS');
 
1006
  require_once( B2S_PLUGIN_DIR . 'views/b2s/howto.php');
1007
  }
1008
 
1009
  //PageFunktion
1010
  public function b2sPremium() {
1011
  wp_enqueue_style('B2SPREMIUM');
 
1012
  require_once( B2S_PLUGIN_DIR . 'views/b2s/premium.php');
1013
  }
1014
 
1017
  if (B2S_Tools::showNotice() == false) {
1018
  wp_enqueue_style('B2SPOSTPUBLISHCSS');
1019
  wp_enqueue_script('B2SPOSTJS');
 
1020
  wp_enqueue_script('PRGGENERALJS');
1021
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.publish.php');
1022
  } else {
1029
  if (B2S_Tools::showNotice() == false) {
1030
  wp_enqueue_style('B2SPOSTNOTICECSS');
1031
  wp_enqueue_script('B2SPOSTJS');
 
1032
  wp_enqueue_script('PRGGENERALJS');
1033
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.notice.php');
1034
  } else {
1097
  wp_register_style('B2SPLUGINDEACTIVATECSS', plugins_url('assets/css/b2s/wp/plugin-deactivate.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1098
 
1099
  wp_register_script('B2SNETWORKJS', plugins_url('assets/js/b2s/network.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
 
1100
  wp_register_script('B2SSETTINGSJS', plugins_url('assets/js/b2s/settings.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1101
  wp_register_script('B2SSTARTJS', plugins_url('assets/js/b2s/start.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1102
  wp_register_script('B2SPOSTJS', plugins_url('assets/js/b2s/post.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
includes/Meta.php CHANGED
@@ -52,20 +52,33 @@ class B2S_Meta {
52
  }
53
  }
54
 
55
- public function getOgMeta() {
 
 
 
56
  $this->getTitle();
57
  $this->getDesc();
58
  $this->getUrl();
59
  $this->getImage();
60
  //$this->getSocialAuthor();
 
 
 
61
  }
62
 
63
- public function getCardMeta() {
 
 
 
 
64
  $this->getCardType();
65
  $this->getTitle('card');
66
  $this->getDesc('card');
67
  $this->getImage('card');
68
  //$this->getSocialAuthor('card');
 
 
 
69
  }
70
 
71
  private function getCardType() {
@@ -79,10 +92,14 @@ class B2S_Meta {
79
  }
80
 
81
  private function getTitle($type = 'og') {
82
- if (isset($this->metaData[$type . '_title']) && !empty($this->metaData[$type . '_title'])) {
83
- $title = $this->metaData[$type . '_title'];
 
 
 
 
84
  } else {
85
- $title = (is_home()) ? ((isset($this->options[$type . '_default_title']) && !empty($this->options[$type . '_default_title'])) ? $this->options[$type . '_default_title'] : get_bloginfo('name')) : get_the_title();
86
  }
87
  $title = html_entity_decode($title, ENT_QUOTES | ENT_XML1);
88
  if ($this->print) {
52
  }
53
  }
54
 
55
+ public function getOgMeta() {
56
+ if ($this->print) {
57
+ echo "\n<!-- Open Graph Meta Tags generated by Blog2Social " . B2S_PLUGIN_VERSION . " - https://www.blog2social.com -->\n";
58
+ }
59
  $this->getTitle();
60
  $this->getDesc();
61
  $this->getUrl();
62
  $this->getImage();
63
  //$this->getSocialAuthor();
64
+ if ($this->print) {
65
+ echo "<!-- Open Graph Meta Tags generated by Blog2Social " . B2S_PLUGIN_VERSION . " - https://www.blog2social.com -->\n";
66
+ }
67
  }
68
 
69
+
70
+ public function getCardMeta() {
71
+ if ($this->print) {
72
+ echo "\n<!-- Twitter Card generated by Blog2Social " . B2S_PLUGIN_VERSION . " - https://www.blog2social.com -->\n";
73
+ }
74
  $this->getCardType();
75
  $this->getTitle('card');
76
  $this->getDesc('card');
77
  $this->getImage('card');
78
  //$this->getSocialAuthor('card');
79
+ if ($this->print) {
80
+ echo "<!-- Twitter Card generated by Blog2Social " . B2S_PLUGIN_VERSION . " - https://www.blog2social.com -->\n";
81
+ }
82
  }
83
 
84
  private function getCardType() {
92
  }
93
 
94
  private function getTitle($type = 'og') {
95
+ if (is_singular()) {
96
+ if (isset($this->metaData[$type . '_title']) && !empty($this->metaData[$type . '_title'])) {
97
+ $title = $this->metaData[$type . '_title'];
98
+ } else {
99
+ $title = get_the_title();
100
+ }
101
  } else {
102
+ $title = (isset($this->options[$type . '_default_title']) && !empty($this->options[$type . '_default_title'])) ? $this->options[$type . '_default_title'] : get_bloginfo('name');
103
  }
104
  $title = html_entity_decode($title, ENT_QUOTES | ENT_XML1);
105
  if ($this->print) {
includes/Options.php CHANGED
@@ -2,14 +2,16 @@
2
 
3
  class B2S_Options {
4
 
5
- protected $optionData;
6
  protected $name;
7
  protected $blog_user_id;
 
8
 
9
- public function __construct($blog_user_id = 0, $name = 'B2S_PLUGIN_OPTIONS') { //since V4.0.0
10
  $this->name = $name;
11
  $this->blog_user_id = $blog_user_id;
12
  $this->optionData = ($this->blog_user_id == 0) ? get_option($name) : get_option($name . '_' . $blog_user_id);
 
13
  }
14
 
15
  public function _getOption($key) {
@@ -23,30 +25,86 @@ class B2S_Options {
23
  return false;
24
  }
25
 
26
- public function _setOption($key, $value) {
27
  $update = false;
28
  if (!is_array($this->optionData) || $this->optionData === false) {
29
- $this->optionData = array($key => $value);
30
  $update = true;
31
  } else {
32
  foreach ($this->optionData as $k) {
33
  if (isset($this->optionData[$key])) {
34
- $this->optionData[$key] = $value;
 
 
 
 
35
  $update = true;
36
  }
37
  }
38
  if (!$update) {
39
  if (is_array($this->optionData)) {
40
- $this->optionData[$key] = $value;
41
  }
42
  }
43
  }
44
  if ($this->blog_user_id == 0) {
45
- update_option($this->name, $this->optionData);
46
  } else {
47
- update_option($this->name . '_' . $this->blog_user_id, $this->optionData);
48
  }
49
  return true;
50
  }
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  }
2
 
3
  class B2S_Options {
4
 
5
+ public $optionData;
6
  protected $name;
7
  protected $blog_user_id;
8
+ protected $autoLoad;
9
 
10
+ public function __construct($blog_user_id = 0, $name = 'B2S_PLUGIN_OPTIONS', $autoLoad = false) { //since V4.0.0
11
  $this->name = $name;
12
  $this->blog_user_id = $blog_user_id;
13
  $this->optionData = ($this->blog_user_id == 0) ? get_option($name) : get_option($name . '_' . $blog_user_id);
14
+ $this->autoLoad = $autoLoad;
15
  }
16
 
17
  public function _getOption($key) {
25
  return false;
26
  }
27
 
28
+ public function _setOption($key, $value, $addToArray = false) {
29
  $update = false;
30
  if (!is_array($this->optionData) || $this->optionData === false) {
31
+ $this->optionData = array($key => (($addToArray) ? array($value) : $value));
32
  $update = true;
33
  } else {
34
  foreach ($this->optionData as $k) {
35
  if (isset($this->optionData[$key])) {
36
+ if ($addToArray && is_array($this->optionData[$key])) {
37
+ array_push($this->optionData[$key], $value);
38
+ } else {
39
+ $this->optionData[$key] = $value;
40
+ }
41
  $update = true;
42
  }
43
  }
44
  if (!$update) {
45
  if (is_array($this->optionData)) {
46
+ $this->optionData[$key] = ($addToArray) ? array($value) : $value;
47
  }
48
  }
49
  }
50
  if ($this->blog_user_id == 0) {
51
+ update_option($this->name, $this->optionData, $this->autoLoad);
52
  } else {
53
+ update_option($this->name . '_' . $this->blog_user_id, $this->optionData, $this->autoLoad);
54
  }
55
  return true;
56
  }
57
 
58
+ public function existsValueByKey($key, $value) {
59
+ if (is_array($this->optionData)) {
60
+ foreach ($this->optionData as $k) {
61
+ if (isset($this->optionData[$key])) {
62
+ if (is_array($this->optionData[$key])) {
63
+ foreach ($this->optionData[$key]as $k => $v) {
64
+ if ($v == $value) {
65
+ return true;
66
+ }
67
+ }
68
+ } else {
69
+ if ($this->optionData[$key] == $value) {
70
+ return true;
71
+ }
72
+ }
73
+ }
74
+ }
75
+ }
76
+ return false;
77
+ }
78
+
79
+ public function deleteValueByKey($key, $value) {
80
+ $return = false;
81
+ if (is_array($this->optionData)) {
82
+ if (isset($this->optionData[$key])) {
83
+ if (is_array($this->optionData[$key])) {
84
+ $tempArray = array();
85
+ foreach ($this->optionData[$key] as $fkey => $v) {
86
+ if (isset($this->optionData[$key][$fkey])) {
87
+ if ($v != $value) {
88
+ array_push($tempArray, $this->optionData[$key][$fkey]);
89
+ }
90
+ }
91
+ }
92
+ $this->optionData[$key] = $tempArray;
93
+ $return = true;
94
+ } else if ($this->optionData[$key] == $value) {
95
+ unset($this->optionData[$key]);
96
+ $return = true;
97
+ }
98
+ }
99
+ }
100
+ if ($return) {
101
+ if ($this->blog_user_id == 0) {
102
+ update_option($this->name, $this->optionData, $this->autoLoad);
103
+ } else {
104
+ update_option($this->name . '_' . $this->blog_user_id, $this->optionData, $this->autoLoad);
105
+ }
106
+ }
107
+ return $return;
108
+ }
109
+
110
  }
includes/Tools.php CHANGED
@@ -30,11 +30,11 @@ class B2S_Tools {
30
  define('B2S_PLUGIN_NOTICE', 'CONNECTION');
31
  } else {
32
  $tokenInfo['B2S_PLUGIN_USER_VERSION_NEXT_REQUEST'] = time() + 3600;
33
- update_option('B2S_PLUGIN_USER_VERSION_' . B2S_PLUGIN_BLOG_USER_ID, $tokenInfo);
34
  }
35
 
36
  if (isset($version->show_privacy_policy) && !empty($version->show_privacy_policy)) {
37
- update_option('B2S_PLUGIN_PRIVACY_POLICY_USER_ACCEPT_' . B2S_PLUGIN_BLOG_USER_ID, $version->show_privacy_policy);
38
  }
39
  }
40
 
@@ -134,34 +134,25 @@ class B2S_Tools {
134
  if ($type == 'network_tos_faq_032018') {
135
  return (($lang == 'en') ? 'https://www.blog2social.com/en/faq/content/3/127/en/twitter-terms-of-service-update-february-2018-common-questions.html' : 'https://www.blog2social.com/de/faq/content/3/127/de/twitter-aenderung-der-allgemeinen-geschaeftsbedingungen-update-februar-2018-haeufig-gestellte-fragen.html');
136
  }
137
- //BTN: More Information about these changes. Twitter
138
- if ($type == 'network_tos_faq_news_032018') {
139
- return (($lang == 'en') ? 'https://www.blog2social.com/en/faq/news/34/en/version-47-twitter-terms-of-service-update.html' : 'https://www.blog2social.com/de/faq/news/30/de/version-47-twitter-update-der-allgemeinen-geschaeftsbedingungen.html');
140
- }
141
  //BTN: Learn more about this Twitter
142
  if ($type == 'network_tos_blog_032018') {
143
  return (($lang == 'en') ? 'https://www.blog2social.com/en/blog/how-new-twitter-rules-impact-your-social-media-marketing' : 'https://www.blog2social.com/de/blog/neue-twitter-regeln-social-media-marketing');
144
  }
 
145
  //BTN: read more Facebook
146
  if ($type == 'network_tos_faq_news_072018') {
147
  return (($lang == 'en') ? 'https://www.blog2social.com/en/faq/news/39/en/version-491-_-facebook-profile-changes-_-introducing-facebook-instant-sharing.html' : 'https://www.blog2social.com/de/faq/news/35/de/version-491-_-facebook_profil_aenderungen-_-neue-funktion-facebook-instant-sharing.html');
148
  }
149
- //BTN: introduction Facebook
150
- if ($type == 'network_tos_faq_072018') {
151
- return (($lang == 'en') ? 'https://www.blog2social.com/en/faq/content/3/135/en/how-to-share-on-facebook-profiles-&-pages-and-in-events-&-groups-with-facebook-instant-sharing.html' : 'https://www.blog2social.com/de/faq/content/3/136/de/mit-facebook-instant-sharing-auf-facebook_profilen-_seiten-sowie-in-_veranstaltungen-und-_gruppen-teilen.html');
152
- }
153
- //BTN: converting Facebook Profile to page
154
- if ($type == 'network_tos_faq_2_072018') {
155
- return (($lang == 'en') ? 'https://www.blog2social.com/en/faq/content/11/136/en/converting-your-facebook-profile-to-a-facebook-page.html' : 'https://www.blog2social.com/de/faq/content/11/137/de/facebook_profil-in-eine-facebook_seite-umwandeln.html');
156
- }
157
  //BTN: read more Xing
158
  if ($type == 'network_tos_blog_082018') {
159
  return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/content/3/137/en/how-to-successfully-post-to-xing-groups.html' : 'https://www.blog2social.com/de/faq/content/3/135/de/so-gelingt-ihnen-das-erfolgreiche-teilen-in-xing_gruppen.html';
 
 
 
 
160
  }
161
- //BTN: read more Google Instant Sharing 201812
162
- if ($type == 'network_tos_google_201812') {
163
- return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=3&id=142&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=3&id=141&artlang=de';
164
- }
165
  }
166
 
167
  public static function getAffiliateId() {
30
  define('B2S_PLUGIN_NOTICE', 'CONNECTION');
31
  } else {
32
  $tokenInfo['B2S_PLUGIN_USER_VERSION_NEXT_REQUEST'] = time() + 3600;
33
+ update_option('B2S_PLUGIN_USER_VERSION_' . B2S_PLUGIN_BLOG_USER_ID, $tokenInfo,false);
34
  }
35
 
36
  if (isset($version->show_privacy_policy) && !empty($version->show_privacy_policy)) {
37
+ update_option('B2S_PLUGIN_PRIVACY_POLICY_USER_ACCEPT_' . B2S_PLUGIN_BLOG_USER_ID, $version->show_privacy_policy,false);
38
  }
39
  }
40
 
134
  if ($type == 'network_tos_faq_032018') {
135
  return (($lang == 'en') ? 'https://www.blog2social.com/en/faq/content/3/127/en/twitter-terms-of-service-update-february-2018-common-questions.html' : 'https://www.blog2social.com/de/faq/content/3/127/de/twitter-aenderung-der-allgemeinen-geschaeftsbedingungen-update-februar-2018-haeufig-gestellte-fragen.html');
136
  }
 
 
 
 
137
  //BTN: Learn more about this Twitter
138
  if ($type == 'network_tos_blog_032018') {
139
  return (($lang == 'en') ? 'https://www.blog2social.com/en/blog/how-new-twitter-rules-impact-your-social-media-marketing' : 'https://www.blog2social.com/de/blog/neue-twitter-regeln-social-media-marketing');
140
  }
141
+ //TOS Facebook 072018
142
  //BTN: read more Facebook
143
  if ($type == 'network_tos_faq_news_072018') {
144
  return (($lang == 'en') ? 'https://www.blog2social.com/en/faq/news/39/en/version-491-_-facebook-profile-changes-_-introducing-facebook-instant-sharing.html' : 'https://www.blog2social.com/de/faq/news/35/de/version-491-_-facebook_profil_aenderungen-_-neue-funktion-facebook-instant-sharing.html');
145
  }
146
+ //TOS Xing 082018
 
 
 
 
 
 
 
147
  //BTN: read more Xing
148
  if ($type == 'network_tos_blog_082018') {
149
  return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/content/3/137/en/how-to-successfully-post-to-xing-groups.html' : 'https://www.blog2social.com/de/faq/content/3/135/de/so-gelingt-ihnen-das-erfolgreiche-teilen-in-xing_gruppen.html';
150
+ }
151
+ //BTN: read more Xing
152
+ if ($type == 'network_tos_blog_032019') {
153
+ return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=2&id=146&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=2&id=145&artlang=de';
154
  }
155
+
 
 
 
156
  }
157
 
158
  public static function getAffiliateId() {
includes/Util.php CHANGED
@@ -265,10 +265,10 @@ class B2S_Util {
265
  $postContent = self::getFullContent($postId, $postContent, $postUrl, $postLang);
266
  $prepareContent = ($allowHtml !== false) ? self::cleanContent(self::cleanHtmlAttr(strip_shortcodes(self::cleanShortCodeByCaption($postContent)))) : self::cleanContent(strip_shortcodes($postContent));
267
  $prepareContent = ($allowEmoji !== false) ? $prepareContent : self::remove4byte($prepareContent);
268
- $prepareContent = preg_replace('/(?:[ \t]*(?:\n|\r\n?)){3,}/', "\n\n", $prepareContent);
269
 
270
  if ($allowHtml !== false) {
271
- $tempContent = nl2br(trim(strip_tags($prepareContent, $allowHtml)));
272
  if (preg_match_all('%<img.*?src=[\"\'](.*?)[\"\'].*?/>%', $tempContent, $matches)) {
273
  foreach ($matches[1] as $key => $imgUrl) {
274
  if ($imgUrl == false) {
@@ -294,7 +294,7 @@ class B2S_Util {
294
  }
295
  return $tempContent;
296
  }
297
- return trim(strip_tags($prepareContent));
298
  }
299
 
300
  public static function cleanHtmlAttr($postContent) {
@@ -407,7 +407,9 @@ class B2S_Util {
407
  $sub = mb_substr($text, $min, $max, 'UTF-8');
408
  for ($i = 0; $i < count($stops); $i++) {
409
  if (count($subArray = explode($stops[$i], $sub)) > 1) {
410
- $subArray[count($subArray) - 1] = ' ';
 
 
411
  $sub = implode($stops[$i], $subArray);
412
  $add = false;
413
  break;
265
  $postContent = self::getFullContent($postId, $postContent, $postUrl, $postLang);
266
  $prepareContent = ($allowHtml !== false) ? self::cleanContent(self::cleanHtmlAttr(strip_shortcodes(self::cleanShortCodeByCaption($postContent)))) : self::cleanContent(strip_shortcodes($postContent));
267
  $prepareContent = ($allowEmoji !== false) ? $prepareContent : self::remove4byte($prepareContent);
268
+ //$prepareContent = preg_replace('/(?:[ \t]*(?:\n|\r\n?)){3,}/', "\n\n", $prepareContent);
269
 
270
  if ($allowHtml !== false) {
271
+ $tempContent = nl2br(preg_replace('/(?:[ \t]*(?:\n|\r\n?)){3,}/', "\n", trim(strip_tags($prepareContent, $allowHtml))));
272
  if (preg_match_all('%<img.*?src=[\"\'](.*?)[\"\'].*?/>%', $tempContent, $matches)) {
273
  foreach ($matches[1] as $key => $imgUrl) {
274
  if ($imgUrl == false) {
294
  }
295
  return $tempContent;
296
  }
297
+ return preg_replace('/(?:[ \t]*(?:\n|\r\n?)){3,}/', "\n\n", trim(strip_tags($prepareContent)));
298
  }
299
 
300
  public static function cleanHtmlAttr($postContent) {
407
  $sub = mb_substr($text, $min, $max, 'UTF-8');
408
  for ($i = 0; $i < count($stops); $i++) {
409
  if (count($subArray = explode($stops[$i], $sub)) > 1) {
410
+ if (mb_substr($subArray[count($subArray) - 1], 0, 1) == ' ') { //empty first charcater in last explode - delete last explode
411
+ $subArray[count($subArray) - 1] = ' ';
412
+ }
413
  $sub = implode($stops[$i], $subArray);
414
  $add = false;
415
  break;
languages/blog2social-de_DE.mo CHANGED
Binary file
languages/blog2social-de_DE.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2019-02-05 12:01+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -12,45 +12,49 @@ msgstr ""
12
  "Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post &amp; "
13
  "Scheduler - Stable (latest release)\n"
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2019-02-05 12:00+0000\n"
16
  "Last-Translator: admin <s.buerger@adenion.de>\n"
17
  "Language-Team: Deutsch\n"
18
- "X-Loco-Version: 2.2.0; wp-5.0.3"
19
 
20
- #: includes/Loader.php:42
21
  msgid "Modify pin board"
22
  msgstr "Pin-Board bearbeiten"
23
 
24
- #: includes/Loader.php:42
25
- msgid "Modify forum"
26
- msgstr "Modify forum"
27
 
28
- #: includes/Loader.php:42
29
  msgid "Modify subreddit"
30
  msgstr "Modify subreddit"
31
 
32
- #: includes/Loader.php:294
 
 
 
 
33
  msgid "Auto-Post on Social Media"
34
  msgstr "Automatisch auf Social Media teilen"
35
 
36
- #: includes/Loader.php:295
37
  msgid "Social Media Content Calendar"
38
  msgstr "Social Media Kalender"
39
 
40
- #: includes/Loader.php:557
41
  msgid "This post will be shared into your social media from"
42
  msgstr ""
43
  "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
44
 
45
- #: includes/Loader.php:557 includes/Loader.php:559
46
  msgid "show details"
47
  msgstr "siehe Details"
48
 
49
- #: includes/Loader.php:559
50
  msgid "This post will be shared on social media in 2-3 minutes!"
51
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
52
 
53
- #: includes/Loader.php:563
54
  msgid ""
55
  "Please, make sure that your post are publish on this blog on this moment. "
56
  "Then you can auto post your post with Blog2social."
@@ -58,7 +62,7 @@ msgstr ""
58
  "Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
59
  " Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
60
 
61
- #: includes/Loader.php:566 includes/B2S/PostBox.php:79
62
  msgid ""
63
  "There are no authorizations for your selected profile. Please, authorize "
64
  "with a social network or select a other profile."
@@ -66,38 +70,46 @@ msgstr ""
66
  "Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich "
67
  "mit einem Netzwerk oder wähle ein anderes Profil aus. "
68
 
69
- #: includes/Loader.php:578
70
  msgid "Upgrade to Premium"
71
  msgstr "Premium freischalten"
72
 
73
- #: includes/Loader.php:608 includes/B2S/Network/Item.php:138
74
- #: includes/B2S/Network/Item.php:138 includes/B2S/Network/Item.php:196
75
  #: includes/B2S/Settings/Item.php:255 includes/B2S/Settings/Item.php:436
76
  #: includes/B2S/Settings/Item.php:450 includes/B2S/Settings/Item.php:472
77
- #: includes/B2S/Ship/Portale.php:34 includes/B2S/Ship/Portale.php:34
78
  msgid "Profile"
79
  msgstr "Profil"
80
 
81
- #: includes/Loader.php:608 includes/B2S/Network/Item.php:141
82
- #: includes/B2S/Network/Item.php:141 includes/B2S/Network/Item.php:248
83
  #: includes/B2S/Settings/Item.php:255 includes/B2S/Settings/Item.php:451
84
- #: includes/B2S/Settings/Item.php:473 includes/B2S/Ship/Portale.php:31
85
- #: includes/B2S/Ship/Portale.php:31
86
  msgid "Page"
87
  msgstr "Seite"
88
 
89
- #: includes/Loader.php:608 includes/B2S/Network/Item.php:144
90
- #: includes/B2S/Network/Item.php:144 includes/B2S/Network/Item.php:301
91
  #: includes/B2S/Settings/Item.php:452 includes/B2S/Settings/Item.php:474
92
- #: includes/B2S/Ship/Portale.php:28 includes/B2S/Ship/Portale.php:28
93
  msgid "Group"
94
  msgstr "Gruppe"
95
 
96
- #: includes/Loader.php:609
 
 
 
 
 
 
 
 
97
  msgid "Your post could not be posted."
98
  msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
99
 
100
- #: includes/Loader.php:610
101
  msgid ""
102
  "Your authorization has expired. Please reconnect your account in the "
103
  "Blog2Social network settings."
@@ -105,11 +117,11 @@ msgstr ""
105
  "Deine Authorisierung ist abgelaufen. Bitte verbinde Deinen Account in den "
106
  "Blog2Social Netzwerkeinstellungen erneut."
107
 
108
- #: includes/Loader.php:611
109
  msgid "The network has marked the post as spam or abusive."
110
  msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
111
 
112
- #: includes/Loader.php:612
113
  msgid ""
114
  "We don't have the permission to publish your post. Please check your "
115
  "authorization."
@@ -117,7 +129,7 @@ msgstr ""
117
  "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
118
  "überprüfe deine Autorisierung."
119
 
120
- #: includes/Loader.php:613
121
  msgid ""
122
  "Your authorization is interrupted. Please check your authorization. Please "
123
  "see <a target=\"_blank\" href=\"https://www.blog2social."
@@ -127,15 +139,15 @@ msgstr ""
127
  "Siehe <a target=\"_blank\" href=\"https://www.blog2social."
128
  "com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
129
 
130
- #: includes/Loader.php:614
131
  msgid "Your daily limit has been reached."
132
  msgstr "Dein tägliches Beitragslimit wurde erreicht."
133
 
134
- #: includes/Loader.php:615
135
  msgid "Your post could not be posted, because your image is not available."
136
  msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
137
 
138
- #: includes/Loader.php:616
139
  msgid ""
140
  "The network has blocked your account. Please see <a target=\"_blank\" "
141
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
@@ -145,7 +157,7 @@ msgstr ""
145
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
146
  "loesungen.html\">FAQ</a>."
147
 
148
- #: includes/Loader.php:617
149
  msgid ""
150
  "The number of images is reached. Please see <a target=\"_blank\" "
151
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
@@ -155,14 +167,14 @@ msgstr ""
155
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
156
  "loesungen.html\">FAQ</a>."
157
 
158
- #: includes/Loader.php:618
159
  msgid ""
160
  "Your daily limit for this network has been reached. Please try again later."
161
  msgstr ""
162
  "Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
163
  "versuche es später noch einmal."
164
 
165
- #: includes/Loader.php:619
166
  msgid ""
167
  "The network can not publish special characters such as Emoji. Please see <a "
168
  "target=\"_blank\" href=\"https://www.blog2social."
@@ -172,19 +184,32 @@ msgstr ""
172
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
173
  "loesungen.html\">FAQ</a>."
174
 
175
- #: includes/Loader.php:620
176
  msgid "Your post is a duplicate."
177
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
178
 
179
- #: includes/Loader.php:621
180
  msgid "The network requires a public url."
181
  msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
182
 
183
- #: includes/Loader.php:622
184
  msgid "You have already retweeted this post."
185
  msgstr "Du hast diesen Post bereits retweetet."
186
 
187
- #: includes/Loader.php:623
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  msgid ""
189
  "There was no image in the meta data of the linked post. Posts without images "
190
  "cannot be shared on image networks."
@@ -193,66 +218,66 @@ msgstr ""
193
  "werden. Posts ohne Bilder können nicht auf Bilder-Netzwerken veröffentlicht "
194
  "werden. "
195
 
196
- #: includes/Loader.php:624
197
  msgid "Your group can not be found by the network."
198
  msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
199
 
200
- #: includes/Loader.php:678 includes/Loader.php:714
201
  msgid "Dashboard"
202
  msgstr "Dashboard"
203
 
204
- #: includes/Loader.php:679 includes/Loader.php:721
205
  msgid "Posts & Sharing"
206
  msgstr "Beiträge"
207
 
208
- #: includes/Loader.php:680 includes/Loader.php:728
209
  msgid "Content Curation"
210
  msgstr "Content Curation"
211
 
212
- #: includes/Loader.php:681 includes/Loader.php:735 views/b2s/network.php:17
213
  msgid "Networks"
214
  msgstr "Netzwerke"
215
 
216
- #: includes/Loader.php:682 includes/Loader.php:741
217
  msgid "Settings"
218
  msgstr "Einstellungen"
219
 
220
- #: includes/Loader.php:683 includes/Loader.php:747
221
  msgid "PR-Service"
222
  msgstr "PR-Service"
223
 
224
- #: includes/Loader.php:684 includes/Loader.php:754
225
  #: views/b2s/widgets/tutorial.php:4
226
  msgid "How to & FAQ"
227
  msgstr "How to & FAQ"
228
 
229
- #: includes/Loader.php:685
230
  msgid "Premium"
231
  msgstr "Premium"
232
 
233
- #: includes/Loader.php:685 includes/Loader.php:760 includes/B2S/PostBox.php:108
234
- #: views/b2s/network.php:31 views/b2s/settings.php:67 views/b2s/ship.php:20
235
- #: includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:138
236
- #: includes/B2S/Network/Item.php:141 includes/B2S/Network/Item.php:144
237
- #: includes/B2S/Network/Item.php:223 includes/B2S/Network/Item.php:275
238
- #: includes/B2S/Network/Item.php:328 includes/B2S/Settings/Item.php:93
239
  #: includes/B2S/Settings/Item.php:116 includes/B2S/Ship/Image.php:73
240
- #: includes/B2S/Ship/Image.php:80 includes/B2S/Ship/Item.php:715
241
- #: includes/B2S/Ship/Portale.php:28 includes/B2S/Ship/Portale.php:31
242
- #: includes/B2S/Ship/Portale.php:34 views/b2s/partials/post-edit-modal.php:9
243
  #: views/b2s/widgets/posts.php:31
244
  msgid "PREMIUM"
245
  msgstr "PREMIUM"
246
 
247
- #: includes/Loader.php:705
248
  msgid "Blog2Social"
249
  msgstr "Blog2Social"
250
 
251
- #: includes/Loader.php:1148 includes/Loader.php:1321
252
  msgid "or"
253
  msgstr "oder"
254
 
255
- #: includes/Loader.php:1148 includes/Loader.php:1321
256
  msgid "back to install plugins"
257
  msgstr "zurück zur Pluginübersicht"
258
 
@@ -371,7 +396,7 @@ msgstr "Siehe FAQ"
371
  msgid "last auto-post:"
372
  msgstr "letzter Auto-Post:"
373
 
374
- #: includes/B2S/PostBox.php:76 views/b2s/ship.php:528
375
  msgid "The connection to the server failed. Try again!"
376
  msgstr ""
377
  "Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
@@ -412,10 +437,10 @@ msgid "Custom Sharing & Scheduling"
412
  msgstr "Anpassen & Planen"
413
 
414
  #: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101
415
- #: views/b2s/network.php:18 views/b2s/settings.php:70 views/b2s/ship.php:56
416
- #: views/b2s/ship.php:146 views/b2s/ship.php:233
417
- #: includes/B2S/Network/Item.php:154 includes/B2S/Settings/Item.php:100
418
- #: includes/B2S/Ship/Item.php:656
419
  msgid "Info"
420
  msgstr "Info"
421
 
@@ -450,8 +475,8 @@ msgstr "Auto-Posting aktivieren"
450
  #: views/b2s/network.php:180 views/b2s/post.approve.php:46
451
  #: views/b2s/post.calendar.php:50 views/b2s/post.calendar.php:230
452
  #: views/b2s/post.notice.php:40 views/b2s/post.php:37
453
- #: views/b2s/post.publish.php:40 views/b2s/post.sched.php:52
454
- #: views/b2s/ship.php:168 views/b2s/ship.php:525
455
  msgid "Loading..."
456
  msgstr "Wird geladen..."
457
 
@@ -528,25 +553,25 @@ msgstr "Du möchtest Deinen Beitrag automatisch posten?"
528
 
529
  #: includes/B2S/PostBox.php:148 views/b2s/curation.php:120
530
  #: views/b2s/network.php:106 views/b2s/post.calendar.php:268
531
- #: views/b2s/ship.php:284 views/b2s/ship.php:344 views/b2s/ship.php:390
532
  msgid "With Blog2Social Premium you can:"
533
  msgstr "Mit Blog2Social kannst Du:"
534
 
535
  #: includes/B2S/PostBox.php:151 views/b2s/curation.php:123
536
  #: views/b2s/network.php:109 views/b2s/post.calendar.php:271
537
- #: views/b2s/ship.php:287 views/b2s/ship.php:347 views/b2s/ship.php:393
538
  msgid "Post on pages and groups"
539
  msgstr "Poste auf Seiten und in Gruppen"
540
 
541
  #: includes/B2S/PostBox.php:152 views/b2s/curation.php:124
542
  #: views/b2s/network.php:110 views/b2s/post.calendar.php:272
543
- #: views/b2s/ship.php:288 views/b2s/ship.php:348 views/b2s/ship.php:394
544
  msgid "Share on multiple profiles, pages and groups"
545
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
546
 
547
  #: includes/B2S/PostBox.php:153 views/b2s/curation.php:125
548
  #: views/b2s/network.php:111 views/b2s/post.calendar.php:273
549
- #: views/b2s/ship.php:289 views/b2s/ship.php:349 views/b2s/ship.php:395
550
  msgid "Auto-post and auto-schedule new and updated blog posts"
551
  msgstr ""
552
  " Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
@@ -554,13 +579,13 @@ msgstr ""
554
 
555
  #: includes/B2S/PostBox.php:154 views/b2s/curation.php:126
556
  #: views/b2s/network.php:112 views/b2s/post.calendar.php:274
557
- #: views/b2s/ship.php:290 views/b2s/ship.php:350 views/b2s/ship.php:396
558
  msgid "Schedule your posts at the best times on each network"
559
  msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
560
 
561
  #: includes/B2S/PostBox.php:155 views/b2s/curation.php:127
562
  #: views/b2s/network.php:113 views/b2s/post.calendar.php:275
563
- #: views/b2s/ship.php:291 views/b2s/ship.php:351 views/b2s/ship.php:397
564
  msgid ""
565
  "Best Time Manager: use predefined best time scheduler to auto-schedule your "
566
  "social media posts"
@@ -568,7 +593,7 @@ msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
568
 
569
  #: includes/B2S/PostBox.php:156 views/b2s/curation.php:128
570
  #: views/b2s/network.php:114 views/b2s/post.calendar.php:276
571
- #: views/b2s/ship.php:292 views/b2s/ship.php:352 views/b2s/ship.php:398
572
  msgid "Schedule your post for one time, multiple times or recurrently"
573
  msgstr ""
574
  "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
@@ -576,27 +601,27 @@ msgstr ""
576
 
577
  #: includes/B2S/PostBox.php:157 views/b2s/curation.php:129
578
  #: views/b2s/network.php:115 views/b2s/post.calendar.php:277
579
- #: views/b2s/ship.php:293 views/b2s/ship.php:353 views/b2s/ship.php:399
580
  msgid "Schedule and re-share old posts"
581
  msgstr "Plane und teile alte Beiträge"
582
 
583
  #: includes/B2S/PostBox.php:158 views/b2s/curation.php:130
584
  #: views/b2s/network.php:116 views/b2s/post.calendar.php:278
585
- #: views/b2s/ship.php:294 views/b2s/ship.php:354 views/b2s/ship.php:400
586
  msgid "Select link format or image format for your posts"
587
  msgstr ""
588
  "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
589
 
590
  #: includes/B2S/PostBox.php:159 views/b2s/curation.php:131
591
  #: views/b2s/network.php:117 views/b2s/post.calendar.php:279
592
- #: views/b2s/ship.php:295 views/b2s/ship.php:355 views/b2s/ship.php:401
593
  msgid "Select individual images per post"
594
  msgstr ""
595
  "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
596
 
597
  #: includes/B2S/PostBox.php:160 views/b2s/curation.php:132
598
  #: views/b2s/network.php:118 views/b2s/post.calendar.php:280
599
- #: views/b2s/ship.php:296 views/b2s/ship.php:356 views/b2s/ship.php:402
600
  msgid ""
601
  "Reporting & calendar: keep track of your published and scheduled social "
602
  "media posts"
@@ -606,13 +631,13 @@ msgstr ""
606
 
607
  #: includes/B2S/PostBox.php:162 views/b2s/curation.php:134
608
  #: views/b2s/network.php:120 views/b2s/post.calendar.php:282
609
- #: views/b2s/ship.php:298 views/b2s/ship.php:358 views/b2s/ship.php:404
610
  msgid "Upgrade to PREMIUM"
611
  msgstr "Jetzt auf Premium upgraden"
612
 
613
  #: includes/B2S/PostBox.php:164 views/b2s/curation.php:136
614
  #: views/b2s/network.php:122 views/b2s/post.calendar.php:284
615
- #: views/b2s/ship.php:300 views/b2s/ship.php:360 views/b2s/ship.php:406
616
  msgid ""
617
  "or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start "
618
  "with free 30-days-trial of Blog2Social Premium</a> (no payment information "
@@ -654,7 +679,7 @@ msgstr "Upgrade auf PREMIUM PRO"
654
  msgid "Select date:"
655
  msgstr "Datum auswählen:"
656
 
657
- #: includes/B2S/PostBox.php:233 includes/B2S/Ship/Item.php:302
658
  msgid "show calendar"
659
  msgstr "Planungskalender anzeigen"
660
 
@@ -715,48 +740,48 @@ msgstr "weiter"
715
  msgid "Load data..."
716
  msgstr "Daten werden geladen..."
717
 
718
- #: views/b2s/curation.php:66 views/b2s/ship.php:15 views/b2s/ship.php:526
719
- #: includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:208
720
  #: includes/B2S/Ship/Save.php:417 includes/PRG/Post/Filter.php:41
721
  #: includes/PRG/Post/Item.php:97
722
  msgid "published"
723
  msgstr "veröffentlicht"
724
 
725
  #: views/b2s/curation.php:84 views/b2s/post.approve.php:98
726
- #: views/b2s/ship.php:443
727
  msgid "Do you want to mark this post as published ?"
728
  msgstr "Möchtest Du diesen Beitrag als veröffentlicht markieren?"
729
 
730
  #: views/b2s/curation.php:89 views/b2s/post.approve.php:103
731
- #: views/b2s/ship.php:448
732
  msgid "YES"
733
  msgstr "JA"
734
 
735
  #: views/b2s/curation.php:90 views/b2s/network.php:140
736
  #: views/b2s/post.approve.php:87 views/b2s/post.approve.php:104
737
  #: views/b2s/post.notice.php:74 views/b2s/post.publish.php:74
738
- #: views/b2s/post.sched.php:86 views/b2s/ship.php:449 views/prg/ship.php:92
739
  #: views/b2s/widgets/posts.php:80
740
  msgid "NO"
741
  msgstr "NEIN"
742
 
743
  #: views/b2s/curation.php:103 views/b2s/post.calendar.php:251
744
- #: views/b2s/ship.php:373
745
  msgid "Need to schedule your posts?"
746
  msgstr "Du möchtest Deine Beiträge planen?"
747
 
748
  #: views/b2s/curation.php:106 views/b2s/post.calendar.php:254
749
- #: views/b2s/ship.php:376
750
  msgid "Blog2Social Premium covers everything you need."
751
  msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
752
 
753
  #: views/b2s/curation.php:109 views/b2s/post.calendar.php:257
754
- #: views/b2s/ship.php:379 includes/B2S/Ship/Item.php:716
755
  msgid "Schedule for specific dates"
756
  msgstr "Für bestimmte Termine planen"
757
 
758
  #: views/b2s/curation.php:110 views/b2s/post.calendar.php:258
759
- #: views/b2s/ship.php:380
760
  msgid ""
761
  "You want to publish a post on a specific date? No problem! Just enter your "
762
  "desired date and you are ready to go!"
@@ -765,12 +790,12 @@ msgstr ""
765
  "Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
766
 
767
  #: views/b2s/curation.php:112 views/b2s/post.calendar.php:260
768
- #: views/b2s/ship.php:382
769
  msgid "Schedule post recurrently"
770
  msgstr "Beitrag mehrfach planen"
771
 
772
  #: views/b2s/curation.php:113 views/b2s/post.calendar.php:261
773
- #: views/b2s/ship.php:383
774
  msgid ""
775
  "You have evergreen content you want to re-share from time to time in your "
776
  "timeline? Schedule your evergreen content to be shared once, multiple times "
@@ -781,13 +806,13 @@ msgstr ""
781
  "wiederkehrenden Rhythmus"
782
 
783
  #: views/b2s/curation.php:115 views/b2s/post.calendar.php:263
784
- #: views/b2s/premium.php:78 views/b2s/ship.php:385
785
  #: views/b2s/widgets/premium.php:71
786
  msgid "Best Time Scheduler"
787
  msgstr "Beste Zeiten Manager"
788
 
789
  #: views/b2s/curation.php:116 views/b2s/post.calendar.php:264
790
- #: views/b2s/ship.php:386
791
  msgid ""
792
  "Whenever you publish a post, only a fraction of your followers will actually "
793
  "see your post. Use the Blog2Social Best Times Scheduler to share your post "
@@ -860,17 +885,17 @@ msgstr "neues Profil erstellen"
860
  msgid "You want to define a new combination of networks?"
861
  msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
862
 
863
- #: views/b2s/network.php:35 views/b2s/partials/post-edit-modal.php:82
864
  msgid "Delete"
865
  msgstr "Löschen"
866
 
867
- #: views/b2s/network.php:42 views/b2s/ship.php:54 views/b2s/ship.php:343
868
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
869
  msgstr ""
870
  "Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
871
  "Manager benutzen?"
872
 
873
- #: views/b2s/network.php:43 views/b2s/ship.php:55
874
  msgid "Load Best Times"
875
  msgstr "Lade beste Zeiten"
876
 
@@ -934,7 +959,7 @@ msgstr "Soll Dein Profil wirklich gelöscht werden?"
934
 
935
  #: views/b2s/network.php:141 views/b2s/network.php:193
936
  #: views/b2s/post.approve.php:88 views/b2s/post.notice.php:75
937
- #: views/b2s/post.publish.php:75 views/b2s/post.sched.php:87
938
  #: views/b2s/widgets/posts.php:81
939
  msgid "YES, delete"
940
  msgstr "Ja, löschen"
@@ -967,7 +992,8 @@ msgstr ""
967
  "Unternehmen mit mehr als 9 verbundenen Standorten in Ihren Google My "
968
  "Business Brancheneinträgen zu erweitern."
969
 
970
- #: views/b2s/network.php:161 views/b2s/premium.php:22
 
971
  #: views/b2s/widgets/premium.php:14
972
  msgid "Learn more"
973
  msgstr "Mehr erfahren"
@@ -1023,7 +1049,7 @@ msgid "Are you sure you want to delete these Social Media posts?"
1023
  msgstr "Bist Du sicher, dass Du diese Social Media Posts löschen möchtest?"
1024
 
1025
  #: views/b2s/post.approve.php:83 views/b2s/post.notice.php:70
1026
- #: views/b2s/post.publish.php:70 views/b2s/post.sched.php:82
1027
  #: views/b2s/widgets/posts.php:76
1028
  msgid "Number of entries"
1029
  msgstr "Anzahl der Einträge"
@@ -1032,39 +1058,39 @@ msgstr "Anzahl der Einträge"
1032
  msgid "Sort by network"
1033
  msgstr "Sortiere nach Netzwerk"
1034
 
1035
- #: views/b2s/post.calendar.php:60 views/b2s/post.sched.php:172
1036
  #: includes/B2S/Settings/Item.php:387 includes/B2S/Settings/Item.php:441
1037
  #: includes/B2S/Settings/Item.php:484
1038
  msgid "Link Post"
1039
  msgstr "Link-Beitrag"
1040
 
1041
- #: views/b2s/post.calendar.php:60 views/b2s/post.sched.php:172
1042
  #: includes/B2S/Settings/Item.php:398 includes/B2S/Settings/Item.php:463
1043
  #: includes/B2S/Settings/Item.php:484
1044
  msgid "Photo Post"
1045
  msgstr "Bild-Beitrag"
1046
 
1047
- #: views/b2s/post.calendar.php:78 views/b2s/post.sched.php:159
1048
  msgid "add post"
1049
  msgstr "Beitrag hinzufügen"
1050
 
1051
- #: views/b2s/post.calendar.php:97 views/b2s/post.sched.php:117
1052
- #: views/b2s/ship.php:462
1053
  msgid "Choose your"
1054
  msgstr "Wähle Deinen"
1055
 
1056
- #: views/b2s/post.calendar.php:97 views/b2s/post.sched.php:117
1057
- #: views/b2s/ship.php:462
1058
  msgid "Post Format"
1059
  msgstr "Postformat"
1060
 
1061
- #: views/b2s/post.calendar.php:99 views/b2s/post.sched.php:119
1062
- #: views/b2s/ship.php:464
1063
  msgid "for:"
1064
  msgstr "für:"
1065
 
1066
- #: views/b2s/post.calendar.php:118 views/b2s/post.sched.php:138
1067
- #: views/b2s/ship.php:482
1068
  msgid ""
1069
  "Define the default settings for the custom post format for all of your "
1070
  "Facebook accounts in the Blog2Social settings."
@@ -1072,8 +1098,8 @@ msgstr ""
1072
  "Speichere Dein bevorzugtes Facebook Post-Format als Standardeinstellung in "
1073
  "den Blog2Social Einstellungen."
1074
 
1075
- #: views/b2s/post.calendar.php:121 views/b2s/post.sched.php:141
1076
- #: views/b2s/ship.php:485
1077
  msgid ""
1078
  "Define the default settings for the custom post format for all of your "
1079
  "Twitter accounts in the Blog2Social settings."
@@ -1081,8 +1107,8 @@ msgstr ""
1081
  "Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen "
1082
  "unter den Blog2Social Einstellungen."
1083
 
1084
- #: views/b2s/post.calendar.php:124 views/b2s/post.sched.php:144
1085
- #: views/b2s/ship.php:488
1086
  msgid ""
1087
  "Define the default settings for the custom post format for all of your "
1088
  "Google+ accounts in the Blog2Social settings."
@@ -1090,8 +1116,8 @@ msgstr ""
1090
  "Definiere Dein Standard-Beitragsformat für alle Deine Google+ Verbindungen "
1091
  "unter den Blog2Social Einstellungen."
1092
 
1093
- #: views/b2s/post.calendar.php:127 views/b2s/post.sched.php:147
1094
- #: views/b2s/ship.php:491
1095
  msgid ""
1096
  "Define the default settings for the custom post format for all of your "
1097
  "Instagram accounts in the Blog2Social settings."
@@ -1099,8 +1125,8 @@ msgstr ""
1099
  "Definiere die Standardeinstellungen für das benutzerdefinierte Postformat "
1100
  "für alle Instagram-Konten in den Blog2Social-Einstellungen."
1101
 
1102
- #: views/b2s/post.calendar.php:142 views/b2s/post.sched.php:98
1103
- #: views/b2s/ship.php:419
1104
  msgid "Select image for"
1105
  msgstr "Wähle Bild aus für"
1106
 
@@ -1134,15 +1160,15 @@ msgstr "Einträge aus dem Reporting löschen"
1134
  msgid "You are sure, you want to delete entries from the reporting?"
1135
  msgstr "Bist Du sicher, dass Du Einträge aus dem Reporting löschen möchtest?"
1136
 
1137
- #: views/b2s/post.sched.php:27 includes/B2S/Network/Item.php:126
1138
  msgid "Uhr"
1139
  msgstr "Uhr"
1140
 
1141
- #: views/b2s/post.sched.php:77
1142
  msgid "Delete entries form the scheduling"
1143
  msgstr "Einträge aus der Planung löschen"
1144
 
1145
- #: views/b2s/post.sched.php:80
1146
  msgid "You are sure, you want to delete entries from the scheduling?"
1147
  msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
1148
 
@@ -1263,7 +1289,7 @@ msgstr "speichere Daten..."
1263
  msgid "General"
1264
  msgstr "Allgemein"
1265
 
1266
- #: views/b2s/settings.php:33 includes/B2S/Post/Item.php:426
1267
  #: views/b2s/widgets/premium.php:47
1268
  msgid "Auto-Posting"
1269
  msgstr "Auto-Posting"
@@ -1406,71 +1432,71 @@ msgstr ""
1406
  "für die Planung Deiner Social Media Posts festlegen. Wähle dazu die "
1407
  "gewünschte Zeitzone aus dem Drop-Down Menü."
1408
 
1409
- #: views/b2s/ship.php:15 includes/B2S/Post/Filter.php:49
1410
- #: includes/B2S/Post/Item.php:208 includes/PRG/Post/Item.php:97
1411
  msgid "draft"
1412
  msgstr "Entwurf"
1413
 
1414
- #: views/b2s/ship.php:15 includes/B2S/Post/Filter.php:49
1415
- #: includes/B2S/Post/Item.php:208 includes/PRG/Post/Filter.php:41
1416
  #: includes/PRG/Post/Item.php:97
1417
  msgid "scheduled"
1418
  msgstr "geplant"
1419
 
1420
- #: views/b2s/ship.php:32
1421
  msgid "Social Media Scheduling & Sharing"
1422
  msgstr "Beitrag auf Social Media planen und teilen"
1423
 
1424
- #: views/b2s/ship.php:33 views/prg/ship.php:41 views/prg/ship.php:43
1425
  #: includes/B2S/Settings/Item.php:325 includes/B2S/Settings/Item.php:346
1426
  msgid "Title"
1427
  msgstr "Titel"
1428
 
1429
- #: views/b2s/ship.php:35 includes/B2S/Post/Item.php:248
1430
  msgid "on blog"
1431
  msgstr "auf dem Blog"
1432
 
1433
- #: views/b2s/ship.php:43
1434
  msgid "scroll to bottom"
1435
  msgstr "zum Seitenende"
1436
 
1437
- #: views/b2s/ship.php:48
1438
  msgid "You want to load your time settings?"
1439
  msgstr "Du möchtest Deine Zeiten laden?"
1440
 
1441
- #: views/b2s/ship.php:49
1442
  msgid "Load My Times Settings"
1443
  msgstr "Meine Zeit-Einstellungen laden"
1444
 
1445
- #: views/b2s/ship.php:85
1446
  msgid "Social Accounts"
1447
  msgstr "Social Media Konten"
1448
 
1449
- #: views/b2s/ship.php:103
1450
  msgid "Add more..."
1451
  msgstr "mehr hinzufügen"
1452
 
1453
- #: views/b2s/ship.php:105
1454
  msgid "Profiles | Pages | Groups"
1455
  msgstr "Profile | Seiten | Gruppen"
1456
 
1457
- #: views/b2s/ship.php:144
1458
  msgid "Save Network Selection"
1459
  msgstr "Netzwerkauswahl speichern"
1460
 
1461
- #: views/b2s/ship.php:153
1462
  msgid "network connected"
1463
  msgstr "Netzwerk verbunden"
1464
 
1465
- #: views/b2s/ship.php:154
1466
  msgid "requires image"
1467
  msgstr "Bild benötigt"
1468
 
1469
- #: views/b2s/ship.php:155
1470
  msgid "refresh authorization"
1471
  msgstr "Autorisierung aktualisieren"
1472
 
1473
- #: views/b2s/ship.php:178
1474
  msgid ""
1475
  "Notice:<br><p>Please make sure, that your website address is reachable. The "
1476
  "Social Networks do not allow postings from local installations.</p>"
@@ -1479,50 +1505,50 @@ msgstr ""
1479
  "erreichbar ist. Die sozialen Netzwerke erlauben keine Posts von lokalen "
1480
  "Installationen.</p>"
1481
 
1482
- #: views/b2s/ship.php:180
1483
  msgid "change website address"
1484
  msgstr "Webseiten-Adresse ändern"
1485
 
1486
- #: views/b2s/ship.php:197
1487
  msgid "First, connect or select network before posting"
1488
  msgstr ""
1489
  "Verbinde Dich zuerst mit einem Netzwerk oder wähle ein Netzwerk aus, bevor "
1490
  "Du den Beitrag teilst!"
1491
 
1492
- #: views/b2s/ship.php:199 includes/B2S/Settings/Item.php:82
1493
  msgid "connect"
1494
  msgstr "Jetzt mit Netzwerken verbinden"
1495
 
1496
- #: views/b2s/ship.php:207
1497
  msgid "scroll to top"
1498
  msgstr "zum Seitenanfang"
1499
 
1500
- #: views/b2s/ship.php:208 views/b2s/ship.php:212
1501
  #: includes/B2S/Curation/View.php:109
1502
  msgid "Share"
1503
  msgstr "Teilen"
1504
 
1505
- #: views/b2s/ship.php:221
1506
  msgid "Time zone"
1507
  msgstr "Zeitzone"
1508
 
1509
- #: views/b2s/ship.php:235 views/b2s/ship.php:237 includes/B2S/Post/Item.php:265
1510
  msgid "Re-share this post"
1511
  msgstr "Diesen Beitrag nochmal teilen"
1512
 
1513
- #: views/b2s/ship.php:239
1514
  msgid "Share new post on Social Media"
1515
  msgstr "Teile einen neuen Beitrag auf Social Media"
1516
 
1517
- #: views/b2s/ship.php:261
1518
  msgid "Connect for"
1519
  msgstr "Netzwerke verbinden für"
1520
 
1521
- #: views/b2s/ship.php:277
1522
  msgid "Re-share this Post"
1523
  msgstr "Diesen Beitrag nochmal teilen"
1524
 
1525
- #: views/b2s/ship.php:280
1526
  msgid ""
1527
  "You can re-share your post for a different sharing purpose, or to share on a "
1528
  "different choice of networks, profiles, pages or groups, or with different "
@@ -1548,15 +1574,15 @@ msgstr ""
1548
  "geführt, wo Deine Netzwerke, Texte und Bilder auswählen oder variieren "
1549
  "kannst. "
1550
 
1551
- #: views/b2s/ship.php:283
1552
  msgid "You want re-share your blog post?"
1553
  msgstr "Du möchtest Deinen Beitrag erneut teilen?"
1554
 
1555
- #: views/b2s/ship.php:311
1556
  msgid "Save Network Settings"
1557
  msgstr "Netzwerkeinstellungen speichern"
1558
 
1559
- #: views/b2s/ship.php:314
1560
  msgid ""
1561
  "You can save your current network settings as \"Standard\" network settings "
1562
  "for any future sharing activities or as a \"Profile\" to choose from "
@@ -1588,28 +1614,32 @@ msgstr ""
1588
  "zur Vorschau geführt, wo Du Deine Netzwerke, Texte und Bilder wählen oder "
1589
  "variieren kannst. "
1590
 
1591
- #: views/b2s/ship.php:326
1592
  msgid "Your blog post is not yet published on your Wordpress!"
1593
  msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
1594
 
1595
- #: views/b2s/ship.php:329
1596
  msgid "At least one of your selected networks is set to \"Share Now\""
1597
  msgstr ""
1598
  "Mindestens ein Netzwerk wurde mit der Option \"Sofort teilen\" ausgewählt."
1599
 
1600
- #: views/b2s/ship.php:333
1601
  msgid "Schedule your post"
1602
  msgstr "Beitrag planen"
1603
 
1604
- #: views/b2s/ship.php:336
1605
  msgid "Ignore & share"
1606
  msgstr "Ignorieren & teilen"
1607
 
1608
- #: views/b2s/ship.php:514
 
 
 
 
1609
  msgid "add Schedule"
1610
  msgstr "Zeitplan hinzufügen"
1611
 
1612
- #: views/b2s/ship.php:530
1613
  msgid "Give me more information"
1614
  msgstr "Erhalte mehr Infomationen"
1615
 
@@ -1723,8 +1753,8 @@ msgid "immediately"
1723
  msgstr "sofort"
1724
 
1725
  #: includes/B2S/Curation/View.php:66 includes/B2S/Curation/View.php:67
1726
- #: includes/B2S/Ship/Item.php:815 views/b2s/partials/post-edit-modal.php:47
1727
- #: views/b2s/partials/post-edit-modal.php:50
1728
  msgid "Date"
1729
  msgstr "Startdatum"
1730
 
@@ -1732,66 +1762,118 @@ msgstr "Startdatum"
1732
  msgid "Customize & Schedule"
1733
  msgstr "Anpassen & Planen"
1734
 
1735
- #: includes/B2S/Network/Item.php:58
1736
  msgid "Default"
1737
  msgstr "Standard"
1738
 
1739
- #: includes/B2S/Network/Item.php:58
1740
  msgid "Show all"
1741
  msgstr "alle anzeigen"
1742
 
1743
- #: includes/B2S/Network/Item.php:59 includes/B2S/Network/Item.php:160
1744
  msgid "My profile"
1745
  msgstr "Mein Profil"
1746
 
1747
- #: includes/B2S/Network/Item.php:61
1748
  msgid "Your profiles:"
1749
  msgstr "weitere Profile:"
1750
 
1751
- #: includes/B2S/Network/Item.php:130
1752
  msgid "Best times"
1753
  msgstr "Beste Zeiten"
1754
 
1755
- #: includes/B2S/Network/Item.php:138 includes/B2S/Ship/Portale.php:34
1756
  msgid "You want to connect a network profile?"
1757
  msgstr "Du möchtest Dich mit einem Netzwerkprofil verbinden?"
1758
 
1759
- #: includes/B2S/Network/Item.php:141 includes/B2S/Ship/Portale.php:31
1760
  msgid "You want to connect a network page?"
1761
  msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
1762
 
1763
- #: includes/B2S/Network/Item.php:144 includes/B2S/Ship/Portale.php:28
1764
  msgid "You want to connect a social media group?"
1765
  msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
1766
 
1767
- #: includes/B2S/Network/Item.php:153 includes/B2S/Settings/Item.php:246
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1768
  msgid "Connections"
1769
  msgstr "Verbindungen"
1770
 
1771
- #: includes/B2S/Network/Item.php:154
1772
  msgid "Best Time Manager"
1773
  msgstr "Best Time Manager"
1774
 
1775
- #: includes/B2S/Network/Item.php:189 includes/B2S/Network/Item.php:241
1776
- #: includes/B2S/Network/Item.php:294
1777
  msgid "To reactivate this connection,"
1778
  msgstr "Um die Verbindung wieder zu aktivieren,"
1779
 
1780
- #: includes/B2S/Network/Item.php:189 includes/B2S/Network/Item.php:241
1781
- #: includes/B2S/Network/Item.php:294 includes/B2S/Ship/Image.php:30
1782
  msgid "please upgrade"
1783
  msgstr "Bitte upgraden"
1784
 
1785
- #: includes/B2S/Network/Item.php:193 includes/B2S/Network/Item.php:245
1786
- #: includes/B2S/Network/Item.php:298
1787
  msgid "Authorization is interrupted since"
1788
  msgstr "Autorisierung ist unterbrochen seit"
1789
 
1790
- #: includes/B2S/Network/Item.php:221 includes/B2S/Network/Item.php:273
1791
- #: includes/B2S/Network/Item.php:326 includes/B2S/Ship/Item.php:763
1792
  msgid "Days"
1793
  msgstr "Tage"
1794
 
 
 
 
 
1795
  #: includes/B2S/Post/Filter.php:34
1796
  msgid "all authors"
1797
  msgstr "alle Autoren"
@@ -1836,137 +1918,137 @@ msgstr "ausgewähltes Datum"
1836
  msgid "scheduled post(s)"
1837
  msgstr "geplante Beiträge"
1838
 
1839
- #: includes/B2S/Post/Item.php:211
1840
  msgid "You have no posts published or scheduled."
1841
  msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
1842
 
1843
- #: includes/B2S/Post/Item.php:233
1844
  msgid "curated post"
1845
  msgstr "kuratierter Beitrag"
1846
 
1847
- #: includes/B2S/Post/Item.php:238
1848
  msgid "last shared on social media"
1849
  msgstr "zuletzt auf Social Media geteilt"
1850
 
1851
- #: includes/B2S/Post/Item.php:246
1852
  msgid "Share on Social Media"
1853
  msgstr "auf Social Media teilen"
1854
 
1855
- #: includes/B2S/Post/Item.php:248 includes/PRG/Post/Item.php:132
1856
  msgid "Author"
1857
  msgstr "Autor"
1858
 
1859
- #: includes/B2S/Post/Item.php:266 includes/B2S/Post/Item.php:290
1860
- #: includes/B2S/Post/Item.php:312
1861
  msgid "Details"
1862
  msgstr "Details"
1863
 
1864
- #: includes/B2S/Post/Item.php:268
1865
  msgid "shared social media posts"
1866
  msgstr "geteilte Beiträge"
1867
 
1868
- #: includes/B2S/Post/Item.php:268
1869
  msgid "latest share by"
1870
  msgstr "zuletzt geteilt von"
1871
 
1872
- #: includes/B2S/Post/Item.php:292 views/b2s/widgets/activity.php:13
1873
  msgid "scheduled social media posts"
1874
  msgstr "geplante Beiträge"
1875
 
1876
- #: includes/B2S/Post/Item.php:292
1877
  msgid "next share by"
1878
  msgstr "als nächstes geteilt von"
1879
 
1880
- #: includes/B2S/Post/Item.php:314
1881
  msgid "social media posts ready to be shared"
1882
  msgstr "Social Media Posts sind bereit, geteilt zu werden"
1883
 
1884
- #: includes/B2S/Post/Item.php:426 includes/B2S/Post/Item.php:560
1885
  #: includes/B2S/Ship/Save.php:427
1886
  msgid "Retweet"
1887
  msgstr "Retweet"
1888
 
1889
- #: includes/B2S/Post/Item.php:432 includes/B2S/Post/Item.php:502
1890
- #: includes/B2S/Post/Item.php:565
1891
  msgid "select all"
1892
  msgstr "alle auswählen"
1893
 
1894
- #: includes/B2S/Post/Item.php:435
1895
  msgid "show"
1896
  msgstr "ansehen"
1897
 
1898
- #: includes/B2S/Post/Item.php:442 includes/B2S/Ship/Save.php:438
1899
  msgid "Please see"
1900
  msgstr "siehe"
1901
 
1902
- #: includes/B2S/Post/Item.php:442 includes/B2S/Ship/Save.php:438
1903
  msgid "FAQ"
1904
  msgstr "FAQ"
1905
 
1906
- #: includes/B2S/Post/Item.php:448
1907
  msgid "sharing in progress by"
1908
  msgstr "wird geteilt"
1909
 
1910
- #: includes/B2S/Post/Item.php:448
1911
  msgid "shared by"
1912
  msgstr "geteilt von"
1913
 
1914
- #: includes/B2S/Post/Item.php:469 includes/B2S/Post/Item.php:482
1915
  msgid "You want to delete a publish post entry?"
1916
  msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
1917
 
1918
- #: includes/B2S/Post/Item.php:470 includes/B2S/Post/Item.php:483
1919
  msgid "delete from reporting"
1920
  msgstr "aus Reporting löschen"
1921
 
1922
- #: includes/B2S/Post/Item.php:473
1923
  msgid "re-share"
1924
  msgstr "erneut teilen"
1925
 
1926
- #: includes/B2S/Post/Item.php:505
1927
  msgid "is waiting to shared by"
1928
  msgstr "wartet darauf, geteilt zu werden von"
1929
 
1930
- #: includes/B2S/Post/Item.php:535 includes/B2S/Ship/Save.php:408
1931
  msgid "share"
1932
  msgstr "teilen"
1933
 
1934
- #: includes/B2S/Post/Item.php:543
1935
  msgid "You want to delete your Social Media post?"
1936
  msgstr "Du möchtest Deinen Social Media Post löschen?"
1937
 
1938
- #: includes/B2S/Post/Item.php:544 includes/B2S/Post/Item.php:591
1939
- #: includes/B2S/Settings/Item.php:83 includes/B2S/Ship/Item.php:692
1940
- #: includes/B2S/Ship/Item.php:833
1941
  msgid "delete"
1942
  msgstr "löschen"
1943
 
1944
- #: includes/B2S/Post/Item.php:575
1945
  msgid "last modified by"
1946
  msgstr "zuletzt bearbeitet von"
1947
 
1948
- #: includes/B2S/Post/Item.php:577
1949
  msgid "is processed by the network"
1950
  msgstr "wird vom Netzwerk verarbeitet"
1951
 
1952
- #: includes/B2S/Post/Item.php:582
1953
  msgid "scheduled by"
1954
  msgstr "geplant von "
1955
 
1956
- #: includes/B2S/Post/Item.php:587
1957
  msgid "You want to edit your scheduled post?"
1958
  msgstr "Sie möchten Ihre vorgeplanten Beiträge bearbeiten?"
1959
 
1960
- #: includes/B2S/Post/Item.php:588
1961
  msgid "edit"
1962
  msgstr "edit"
1963
 
1964
- #: includes/B2S/Post/Item.php:599
1965
  msgid "delete scheduling"
1966
  msgstr "Planung löschen"
1967
 
1968
  #: includes/B2S/Settings/Item.php:63 includes/B2S/Settings/Item.php:83
1969
- #: includes/B2S/Ship/Item.php:674
1970
  msgid "Account"
1971
  msgstr "Konto"
1972
 
@@ -2411,50 +2493,58 @@ msgstr "Bild für alle Posts übernehmen"
2411
  msgid "Apply image for this post"
2412
  msgstr "Bild für diesen Post übernehmen"
2413
 
2414
- #: includes/B2S/Ship/Item.php:107
2415
  msgid "Network does not support image for profiles"
2416
  msgstr "Netzwerk unterstützt keine Bilder für Profile"
2417
 
2418
- #: includes/B2S/Ship/Item.php:108
2419
  msgid "Network defines image by link"
2420
  msgstr "Netzwerk wählt selber das Bild aus"
2421
 
2422
- #: includes/B2S/Ship/Item.php:110
2423
  msgid "Supported HTML tags"
2424
  msgstr "Erlaubte HTML-Elemente"
2425
 
2426
- #: includes/B2S/Ship/Item.php:111 includes/B2S/Ship/Item.php:170
2427
  msgid "Network does not support emojis"
2428
  msgstr "Netzwerk unterstützt keine Emojis"
2429
 
2430
- #: includes/B2S/Ship/Item.php:154
2431
  msgid "Text only"
2432
  msgstr "nur Text"
2433
 
2434
- #: includes/B2S/Ship/Item.php:155 includes/B2S/Ship/Item.php:159
2435
- #: includes/B2S/Ship/Item.php:194 includes/B2S/Ship/Item.php:198
2436
- #: includes/B2S/Ship/Item.php:219 includes/B2S/Ship/Item.php:223
2437
- #: includes/B2S/Ship/Item.php:842 includes/B2S/Ship/Item.php:844
2438
  msgid "characters"
2439
  msgstr "Zeichen"
2440
 
2441
- #: includes/B2S/Ship/Item.php:169
2442
  msgid "Network does not support image for pages"
2443
  msgstr "Netzwerk unterstützt keine Bilder für Seiten"
2444
 
2445
- #: includes/B2S/Ship/Item.php:252
 
 
 
 
 
 
 
 
2446
  msgid "post format"
2447
  msgstr "Postformat"
2448
 
2449
- #: includes/B2S/Ship/Item.php:262 includes/B2S/Ship/Item.php:850
2450
  msgid "Insert full-text"
2451
  msgstr "ganzen Text einfügen"
2452
 
2453
- #: includes/B2S/Ship/Item.php:264 includes/B2S/Ship/Item.php:852
2454
  msgid "Delete text"
2455
  msgstr "Text löschen"
2456
 
2457
- #: includes/B2S/Ship/Item.php:272
2458
  msgid ""
2459
  "You can customize your post with individual comments, @-handles, emojis, and "
2460
  "more in the Instant Sharing window, after planning your post."
@@ -2463,8 +2553,8 @@ msgstr ""
2463
  "mehr im Fenster \"Instant Sharing\" anpassen, nachdem Du Deinen Post geplant "
2464
  "hast."
2465
 
2466
- #: includes/B2S/Ship/Item.php:278 includes/B2S/Ship/Item.php:470
2467
- #: includes/B2S/Ship/Item.php:725
2468
  msgid ""
2469
  "Please keep in mind that according to Twitter’s new TOS, users are no longer "
2470
  "allowed to post identical or substantially similar content to multiple "
@@ -2475,8 +2565,8 @@ msgstr ""
2475
  "Accounts oder mehrere identische Updates auf einem Twitter Account oder auch "
2476
  "mehreren Accounts zu posten."
2477
 
2478
- #: includes/B2S/Ship/Item.php:278 includes/B2S/Ship/Item.php:470
2479
- #: includes/B2S/Ship/Item.php:725
2480
  msgid ""
2481
  "Violating these rules can result in Twitter suspending your account. Always "
2482
  "vary your Tweets with different comments, hashtags or handles to prevent "
@@ -2486,12 +2576,12 @@ msgstr ""
2486
  "sperrt. Variieren Sie Ihre Tweets mit unterschiedlichen Kommentaren, "
2487
  "Hashtags und Handles um doppelte Beiträge zu vermeiden."
2488
 
2489
- #: includes/B2S/Ship/Item.php:278 includes/B2S/Ship/Item.php:470
2490
- #: includes/B2S/Ship/Item.php:725
2491
  msgid "Learn more about this"
2492
  msgstr "Erfahre mehr darüber"
2493
 
2494
- #: includes/B2S/Ship/Item.php:283
2495
  msgid ""
2496
  "Please note: XING allows identical posts to be published only once within a "
2497
  "group and no more than three times across different groups."
@@ -2500,220 +2590,270 @@ msgstr ""
2500
  "einmal innerhalb einer Gruppe und nicht mehr als dreimal in verschiedenen "
2501
  "Gruppen."
2502
 
2503
- #: includes/B2S/Ship/Item.php:283
2504
  msgid "Read more"
2505
  msgstr "mehr erfahren"
2506
 
2507
- #: includes/B2S/Ship/Item.php:302
2508
  msgid "hide calendar"
2509
  msgstr "Planungskalender verbergen"
2510
 
2511
- #: includes/B2S/Ship/Item.php:355 includes/B2S/Ship/Item.php:379
2512
- #: includes/B2S/Ship/Item.php:403 includes/B2S/Ship/Item.php:421
2513
- #: includes/B2S/Ship/Item.php:436 includes/B2S/Ship/Item.php:462
2514
- #: includes/B2S/Ship/Item.php:480 includes/B2S/Ship/Item.php:496
2515
- #: includes/B2S/Ship/Item.php:509 includes/B2S/Ship/Item.php:525
2516
- #: includes/B2S/Ship/Item.php:530
2517
  msgid "Write something about your post..."
2518
  msgstr "Schreibe etwas..."
2519
 
2520
- #: includes/B2S/Ship/Item.php:362 includes/B2S/Ship/Item.php:386
2521
- #: includes/B2S/Ship/Item.php:410 includes/B2S/Ship/Item.php:458
2522
- #: includes/B2S/Ship/Item.php:476 includes/B2S/Ship/Item.php:492
2523
- #: includes/B2S/Ship/Item.php:521 includes/B2S/Ship/Item.php:555
2524
  msgid "Change image"
2525
  msgstr "Bild ändern"
2526
 
2527
- #: includes/B2S/Ship/Item.php:366
2528
  msgid ""
2529
  "Info: Change Open Graph Meta tags image, title and description for this "
2530
  "network"
2531
  msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
2532
 
2533
- #: includes/B2S/Ship/Item.php:369 includes/B2S/Ship/Item.php:393
2534
  msgid ""
2535
  "You want to change your link image, link title and link description for this "
2536
  "network? Click here."
2537
  msgstr ""
2538
  "Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
2539
 
2540
- #: includes/B2S/Ship/Item.php:371
2541
  msgid "OG Meta title"
2542
  msgstr "OG Titel"
2543
 
2544
- #: includes/B2S/Ship/Item.php:372
2545
  msgid "OG Meta description"
2546
  msgstr "OG Beschreibung"
2547
 
2548
- #: includes/B2S/Ship/Item.php:390
2549
  msgid ""
2550
  "Info: Change Card Meta tags image, title and description for this network"
2551
  msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
2552
 
2553
- #: includes/B2S/Ship/Item.php:395
2554
  msgid "Card Meta title"
2555
  msgstr "Card Titel"
2556
 
2557
- #: includes/B2S/Ship/Item.php:396
2558
  msgid "Card Meta description"
2559
  msgstr "Card Beschreibung"
2560
 
2561
- #: includes/B2S/Ship/Item.php:542
2562
  msgid "required"
2563
  msgstr "erforderlich"
2564
 
2565
- #: includes/B2S/Ship/Item.php:562 includes/B2S/Ship/Item.php:564
2566
  msgid "Link"
2567
  msgstr "Link"
2568
 
2569
- #: includes/B2S/Ship/Item.php:623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2570
  msgid "The Headline..."
2571
  msgstr "Die Überschrift..."
2572
 
2573
- #: includes/B2S/Ship/Item.php:628
2574
  msgid "Hashtags"
2575
  msgstr "Hashtags"
2576
 
2577
- #: includes/B2S/Ship/Item.php:656
2578
  msgid "Enable Retweets for all Tweets with the selected profile"
2579
  msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
2580
 
2581
- #: includes/B2S/Ship/Item.php:675 views/b2s/partials/post-edit-modal.php:58
2582
  msgid "Delay"
2583
  msgstr "Verzögerung"
2584
 
2585
- #: includes/B2S/Ship/Item.php:685 includes/B2S/Ship/Item.php:686
2586
- #: includes/B2S/Ship/Item.php:687 includes/B2S/Ship/Item.php:688
2587
- #: views/b2s/partials/post-edit-modal.php:62
2588
- #: views/b2s/partials/post-edit-modal.php:63
2589
- #: views/b2s/partials/post-edit-modal.php:64
2590
- #: views/b2s/partials/post-edit-modal.php:65
2591
  msgid "min"
2592
  msgstr "min"
2593
 
2594
- #: includes/B2S/Ship/Item.php:693
2595
  msgid "Add Retweet"
2596
  msgstr "Retweet hinzufügen"
2597
 
2598
- #: includes/B2S/Ship/Item.php:713
2599
  msgid "Share Now"
2600
  msgstr "Sofort teilen"
2601
 
2602
- #: includes/B2S/Ship/Item.php:718
2603
  msgid "Schedule Recurrent Post"
2604
  msgstr "regelmäßig Planen"
2605
 
2606
- #: includes/B2S/Ship/Item.php:752
2607
- msgid "Interval"
2608
- msgstr "Intervall"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2609
 
2610
- #: includes/B2S/Ship/Item.php:753 includes/B2S/Ship/Item.php:756
2611
  msgid "Duration"
2612
  msgstr "Dauer"
2613
 
2614
- #: includes/B2S/Ship/Item.php:757
2615
- msgid "Repeat"
2616
- msgstr "Wiederholen"
2617
 
2618
- #: includes/B2S/Ship/Item.php:758
2619
  msgid "Day of month"
2620
  msgstr "Tag im Monat"
2621
 
2622
- #: includes/B2S/Ship/Item.php:759
2623
- msgid "Duration in days"
2624
- msgstr "Dauer in Tagen"
2625
 
2626
- #: includes/B2S/Ship/Item.php:761
2627
  msgid "Start date"
2628
  msgstr "Startdatum"
2629
 
2630
- #: includes/B2S/Ship/Item.php:762 includes/B2S/Ship/Item.php:816
2631
- #: views/b2s/partials/post-edit-modal.php:48
2632
- #: views/b2s/partials/post-edit-modal.php:51
2633
- msgid "Time"
2634
- msgstr "Mal"
2635
 
2636
- #: includes/B2S/Ship/Item.php:771
2637
  msgid "weekly"
2638
  msgstr "wöchentlich"
2639
 
2640
- #: includes/B2S/Ship/Item.php:772
2641
  msgid "monthly"
2642
  msgstr "monatlich"
2643
 
2644
- #: includes/B2S/Ship/Item.php:773
2645
  msgid "own period"
2646
  msgstr "Eigener Zeitraum"
2647
 
2648
- #: includes/B2S/Ship/Item.php:779
2649
  msgid "Week"
2650
  msgstr "Woche"
2651
 
2652
- #: includes/B2S/Ship/Item.php:779
2653
  msgid "Weeks"
2654
  msgstr "Wochen"
2655
 
2656
- #: includes/B2S/Ship/Item.php:788
2657
  msgid "Month"
2658
  msgstr "Monat"
2659
 
2660
- #: includes/B2S/Ship/Item.php:788
2661
  msgid "Months"
2662
  msgstr "Monate"
2663
 
2664
- #: includes/B2S/Ship/Item.php:808
2665
  msgid "End Of Month"
2666
  msgstr "Monatsende"
2667
 
2668
- #: includes/B2S/Ship/Item.php:813
2669
  msgid "Timespan"
2670
  msgstr "Zeitspanne"
2671
 
2672
- #: includes/B2S/Ship/Item.php:821
 
 
 
 
 
2673
  msgid "Mon"
2674
  msgstr "Mo"
2675
 
2676
- #: includes/B2S/Ship/Item.php:822
2677
  msgid "Tue"
2678
  msgstr "Di"
2679
 
2680
- #: includes/B2S/Ship/Item.php:823
2681
  msgid "Wed"
2682
  msgstr "Mi"
2683
 
2684
- #: includes/B2S/Ship/Item.php:824
2685
  msgid "Thu"
2686
  msgstr "Do"
2687
 
2688
- #: includes/B2S/Ship/Item.php:825
2689
  msgid "Fri"
2690
  msgstr "Fr"
2691
 
2692
- #: includes/B2S/Ship/Item.php:826
2693
  msgid "Sat"
2694
  msgstr "Sa"
2695
 
2696
- #: includes/B2S/Ship/Item.php:827
2697
  msgid "Sun"
2698
  msgstr "So"
2699
 
2700
- #: includes/B2S/Ship/Item.php:834
2701
  msgid "add another post"
2702
  msgstr "einen weiteren Post anlegen"
2703
 
2704
- #: includes/B2S/Ship/Item.php:848
2705
  msgid "Copy from original"
2706
  msgstr "Originaltext kopieren"
2707
 
2708
- #: includes/B2S/Ship/Item.php:864
2709
  msgid "Apply Settings To All Networks"
2710
  msgstr "Planung für alle Netzwerke übernehmen"
2711
 
2712
- #: includes/B2S/Ship/Item.php:865
2713
  msgid "Save as best time for this network"
2714
  msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
2715
 
2716
- #: includes/B2S/Ship/Navbar.php:32
2717
  msgid "My Profile"
2718
  msgstr "Mein Profil"
2719
 
@@ -2725,7 +2865,7 @@ msgstr ""
2725
  "Um Beiträge auf persönlichen Facebook-Profilen zu teilen, steht ab sofort "
2726
  "Facebook Instant Sharing zur Verfügung"
2727
 
2728
- #: includes/B2S/Ship/Save.php:391 includes/B2S/Ship/Save.php:399
2729
  msgid "Read why"
2730
  msgstr "mehr erfahren"
2731
 
@@ -2829,103 +2969,6 @@ msgstr "Beitrag über PR-Gateway veröffentlichen"
2829
  msgid "on Blog"
2830
  msgstr "auf dem Blog"
2831
 
2832
- #: views/b2s/partials/network-tos-modal.php:8
2833
- msgid "Posting on Facebook Profiles – Introducing Facebook Instant Sharing"
2834
- msgstr "Posten auf Facebook-Profilen – Neues Feature: Facebook Instant Sharing"
2835
-
2836
- #: views/b2s/partials/network-tos-modal.php:11
2837
- msgid ""
2838
- "As part of recent updates to the Facebook Platform Policies, Facebook "
2839
- "introduced significant changes to the APIs that third-party programs, such "
2840
- "as social media marketing tools, are using to access the platform."
2841
- msgstr ""
2842
- "Zusätzlich zu den vor kurzem eingeführten Änderungen an den Facebook-"
2843
- "Richtlinien hat Facebook auch bedeutende Änderungen an den Schnittstellen "
2844
- "(APIs) vorgenommen, die von Drittanbieterprogrammen, wie z. B. Social Media "
2845
- "Marketing-Tools, verwendet werden."
2846
-
2847
- #: views/b2s/partials/network-tos-modal.php:14
2848
- msgid ""
2849
- "Due to Facebook API changes, starting on 1st August 2018, access to personal "
2850
- "Facebook Profiles has been severely restricted for all social media tools. "
2851
- "Automated posting on personal Facebook Profiles is no longer allowed with "
2852
- "any social media tool or app."
2853
- msgstr ""
2854
- "Aufgrund dieser API-Änderungen von Facebook ist der Zugang zu persönlichen "
2855
- "Facebook-Profilen für alle Social Media-Tools ab dem 1. August 2018 stark "
2856
- "eingeschränkt. Die automatische Veröffentlichung auf persönlichen Facebook-"
2857
- "Profilen ist daher mit keinem Social Media-Tool oder App mehr erlaubt."
2858
-
2859
- #: views/b2s/partials/network-tos-modal.php:15
2860
- msgid "read more"
2861
- msgstr "mehr erfahren"
2862
-
2863
- #: views/b2s/partials/network-tos-modal.php:18
2864
- msgid "What does this mean for your Social Media Marketing?"
2865
- msgstr "Was bedeutet das für Dein Social-Media-Marketing?"
2866
-
2867
- #: views/b2s/partials/network-tos-modal.php:20
2868
- msgid ""
2869
- "Sharing your posts on your Facebook Profile will still be possible with "
2870
- "Blog2Social! To help you keep sharing content with your followers, "
2871
- "Blog2Social is now introducing Instant Sharing for Facebook."
2872
- msgstr ""
2873
- "Um Dir weiterhin zu ermöglichen, Inhalte mit Deinen Followern zu teilen, "
2874
- "führt Blog2Social jetzt Facebook Instant Sharing ein."
2875
-
2876
- #: views/b2s/partials/network-tos-modal.php:22
2877
- msgid ""
2878
- "Instant Sharing will not only let you share content on your Facebook Profile."
2879
- " You will also be able to share in Groups, Events and more!"
2880
- msgstr ""
2881
- "Mit Instant Sharing kannst Du nicht nur Inhalte auf Deinem Facebook-Profil "
2882
- "teilen, sondern auch in -Gruppen und -Veranstaltungen!"
2883
-
2884
- #: views/b2s/partials/network-tos-modal.php:24
2885
- msgid ""
2886
- "Learn how to use all the new features of Facebook Instant Sharing including "
2887
- "@handles, emotions, and more customizing features!"
2888
- msgstr ""
2889
- "Erfahre, wie Du alle neuen Funktionen von Facebook Instant Sharing nutzen "
2890
- "kannst, einschließlich @handles, Emojis und zusätzlichen "
2891
- "Individualisierungsmöglichkeiten!"
2892
-
2893
- #: views/b2s/partials/network-tos-modal.php:27
2894
- msgid "Please note:"
2895
- msgstr "Hinweis:"
2896
-
2897
- #: views/b2s/partials/network-tos-modal.php:29
2898
- msgid ""
2899
- "Changes to the API currently only affect personal Facebook Profiles. Sharing "
2900
- "your posts automatically on your Facebook Pages will also still be possible "
2901
- "with social media tools. And of course, Blog2Social will continue to support "
2902
- "automated posting on Facebook Pages."
2903
- msgstr ""
2904
- "Änderungen an der API betreffen derzeit nur persönliche Facebook-Profile. "
2905
- "Das automatische Teilen Deiner Beiträge auf Deinen Facebook-Seiten ist auch "
2906
- "weiterhin mit Social Media Tools möglich. Selbstverständlich kannst Du auch "
2907
- "weiterhin mit Blog2Social automatisch auf deinen Facebook-Seiten posten."
2908
-
2909
- #: views/b2s/partials/network-tos-modal.php:31
2910
- msgid ""
2911
- "If you are using your personal Facebook Profile for business, promotion, or "
2912
- "publishing purposes, you might also consider converting your personal "
2913
- "Facebook Profile to a Facebook Page."
2914
- msgstr ""
2915
- "Wenn Du Dein persönliches Facebook-Profil für Geschäfts-, Werbe- oder "
2916
- "Veröffentlichungszwecke verwendest, kann es sich für Dich lohnen, Dein "
2917
- "persönliches Facebook-Profil in eine Facebook-Seite umzuwandeln."
2918
-
2919
- #: views/b2s/partials/network-tos-modal.php:33
2920
- msgid "Learn how to convert your Facebook Profile to a Facebook Page"
2921
- msgstr ""
2922
- "Hier erfährst Du, wie Du Dein Facebook-Profil in eine Facebook-Seite "
2923
- "umwandeln kannst und welche Vorteile das bringt."
2924
-
2925
- #: views/b2s/partials/network-tos-modal.php:38
2926
- msgid "I understand the Facebook changes"
2927
- msgstr "Ich habe die Facebook Änderungen verstanden"
2928
-
2929
  #: views/b2s/partials/plugin-deactivate-modal.php:10
2930
  msgid "Do you want to delete your scheduled posts?"
2931
  msgstr "Möchtest Du Deine geplanten Beiträge löschen?"
@@ -2955,11 +2998,11 @@ msgstr "Beitrag bearbeiten"
2955
  msgid "This post is blocked by %1"
2956
  msgstr "% 1bearbeitet gerade diesen Beitrag."
2957
 
2958
- #: views/b2s/partials/post-edit-modal.php:69
2959
  msgid "The orginal tweet is scheduled on:"
2960
  msgstr "Der Original-Tweet ist geplant für:"
2961
 
2962
- #: views/b2s/partials/post-edit-modal.php:86
2963
  msgid "Change details"
2964
  msgstr "Änderungen übernehmen"
2965
 
@@ -3083,9 +3126,3 @@ msgstr "https://www.blog2social.com"
3083
  #. Author of the plugin
3084
  msgid "Blog2Social, Adenion"
3085
  msgstr "Blog2Social, Adenion"
3086
-
3087
- msgid "Network Activity (today)"
3088
- msgstr "Netzwerkaktivität (heute)"
3089
-
3090
- msgid "Plans & Pricing"
3091
- msgstr "Versionen & Preise"
2
  # This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2019-03-19 14:54+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
12
  "Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post &amp; "
13
  "Scheduler - Stable (latest release)\n"
14
  "Report-Msgid-Bugs-To: \n"
15
+ "POT-Creation-Date: 2019-03-19 14:53+0000\n"
16
  "Last-Translator: admin <s.buerger@adenion.de>\n"
17
  "Language-Team: Deutsch\n"
18
+ "X-Loco-Version: 2.2.1; wp-5.1.1"
19
 
20
+ #: includes/Loader.php:43
21
  msgid "Modify pin board"
22
  msgstr "Pin-Board bearbeiten"
23
 
24
+ #: includes/Loader.php:43
25
+ msgid "Edit group settings"
26
+ msgstr "Gruppeneinstellungen bearbeiten"
27
 
28
+ #: includes/Loader.php:43
29
  msgid "Modify subreddit"
30
  msgstr "Modify subreddit"
31
 
32
+ #: includes/Loader.php:43
33
+ msgid "Modify forum"
34
+ msgstr "Modify forum"
35
+
36
+ #: includes/Loader.php:295
37
  msgid "Auto-Post on Social Media"
38
  msgstr "Automatisch auf Social Media teilen"
39
 
40
+ #: includes/Loader.php:296
41
  msgid "Social Media Content Calendar"
42
  msgstr "Social Media Kalender"
43
 
44
+ #: includes/Loader.php:566
45
  msgid "This post will be shared into your social media from"
46
  msgstr ""
47
  "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
48
 
49
+ #: includes/Loader.php:566 includes/Loader.php:568
50
  msgid "show details"
51
  msgstr "siehe Details"
52
 
53
+ #: includes/Loader.php:568
54
  msgid "This post will be shared on social media in 2-3 minutes!"
55
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
56
 
57
+ #: includes/Loader.php:572
58
  msgid ""
59
  "Please, make sure that your post are publish on this blog on this moment. "
60
  "Then you can auto post your post with Blog2social."
62
  "Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
63
  " Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
64
 
65
+ #: includes/Loader.php:575 includes/B2S/PostBox.php:79
66
  msgid ""
67
  "There are no authorizations for your selected profile. Please, authorize "
68
  "with a social network or select a other profile."
70
  "Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich "
71
  "mit einem Netzwerk oder wähle ein anderes Profil aus. "
72
 
73
+ #: includes/Loader.php:587
74
  msgid "Upgrade to Premium"
75
  msgstr "Premium freischalten"
76
 
77
+ #: includes/Loader.php:617 includes/B2S/Network/Item.php:147
78
+ #: includes/B2S/Network/Item.php:147 includes/B2S/Network/Item.php:218
79
  #: includes/B2S/Settings/Item.php:255 includes/B2S/Settings/Item.php:436
80
  #: includes/B2S/Settings/Item.php:450 includes/B2S/Settings/Item.php:472
81
+ #: includes/B2S/Ship/Portale.php:36 includes/B2S/Ship/Portale.php:36
82
  msgid "Profile"
83
  msgstr "Profil"
84
 
85
+ #: includes/Loader.php:617 includes/B2S/Network/Item.php:150
86
+ #: includes/B2S/Network/Item.php:150 includes/B2S/Network/Item.php:271
87
  #: includes/B2S/Settings/Item.php:255 includes/B2S/Settings/Item.php:451
88
+ #: includes/B2S/Settings/Item.php:473 includes/B2S/Ship/Portale.php:33
89
+ #: includes/B2S/Ship/Portale.php:33
90
  msgid "Page"
91
  msgstr "Seite"
92
 
93
+ #: includes/Loader.php:617 includes/B2S/Network/Item.php:153
94
+ #: includes/B2S/Network/Item.php:153 includes/B2S/Network/Item.php:325
95
  #: includes/B2S/Settings/Item.php:452 includes/B2S/Settings/Item.php:474
96
+ #: includes/B2S/Ship/Portale.php:30 includes/B2S/Ship/Portale.php:30
97
  msgid "Group"
98
  msgstr "Gruppe"
99
 
100
+ #: includes/Loader.php:618
101
+ msgid "Company"
102
+ msgstr "Unternehmens"
103
+
104
+ #: includes/Loader.php:618
105
+ msgid "Business"
106
+ msgstr "Business"
107
+
108
+ #: includes/Loader.php:619
109
  msgid "Your post could not be posted."
110
  msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
111
 
112
+ #: includes/Loader.php:620
113
  msgid ""
114
  "Your authorization has expired. Please reconnect your account in the "
115
  "Blog2Social network settings."
117
  "Deine Authorisierung ist abgelaufen. Bitte verbinde Deinen Account in den "
118
  "Blog2Social Netzwerkeinstellungen erneut."
119
 
120
+ #: includes/Loader.php:621
121
  msgid "The network has marked the post as spam or abusive."
122
  msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
123
 
124
+ #: includes/Loader.php:622
125
  msgid ""
126
  "We don't have the permission to publish your post. Please check your "
127
  "authorization."
129
  "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
130
  "überprüfe deine Autorisierung."
131
 
132
+ #: includes/Loader.php:623
133
  msgid ""
134
  "Your authorization is interrupted. Please check your authorization. Please "
135
  "see <a target=\"_blank\" href=\"https://www.blog2social."
139
  "Siehe <a target=\"_blank\" href=\"https://www.blog2social."
140
  "com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
141
 
142
+ #: includes/Loader.php:624
143
  msgid "Your daily limit has been reached."
144
  msgstr "Dein tägliches Beitragslimit wurde erreicht."
145
 
146
+ #: includes/Loader.php:625
147
  msgid "Your post could not be posted, because your image is not available."
148
  msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
149
 
150
+ #: includes/Loader.php:626
151
  msgid ""
152
  "The network has blocked your account. Please see <a target=\"_blank\" "
153
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
157
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
158
  "loesungen.html\">FAQ</a>."
159
 
160
+ #: includes/Loader.php:627
161
  msgid ""
162
  "The number of images is reached. Please see <a target=\"_blank\" "
163
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
167
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
168
  "loesungen.html\">FAQ</a>."
169
 
170
+ #: includes/Loader.php:628
171
  msgid ""
172
  "Your daily limit for this network has been reached. Please try again later."
173
  msgstr ""
174
  "Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
175
  "versuche es später noch einmal."
176
 
177
+ #: includes/Loader.php:629
178
  msgid ""
179
  "The network can not publish special characters such as Emoji. Please see <a "
180
  "target=\"_blank\" href=\"https://www.blog2social."
184
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
185
  "loesungen.html\">FAQ</a>."
186
 
187
+ #: includes/Loader.php:630
188
  msgid "Your post is a duplicate."
189
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
190
 
191
+ #: includes/Loader.php:631
192
  msgid "The network requires a public url."
193
  msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
194
 
195
+ #: includes/Loader.php:632
196
  msgid "You have already retweeted this post."
197
  msgstr "Du hast diesen Post bereits retweetet."
198
 
199
+ #: includes/Loader.php:633
200
+ msgid ""
201
+ "This XING API is no longer supported by XING. Please connect your XING "
202
+ "accounts with the new XING interface to reschedule your posts. <a "
203
+ "target=\"_blank\" href=\"https://www.blog2social.com/en/faq/index.php?"
204
+ "action=artikel&cat=2&id=146\">Learn more</a>"
205
+ msgstr ""
206
+ "Diese XING-Schnittstelle wird nicht weiter von XING unterstützt wird. Bitte "
207
+ "verbinde Deine XING Accounts mit der neuen XING-Schnittstelle, um Deine XING "
208
+ "Posts neu zu planen. <a target=\"_blank\" href=\"https://www.blog2social."
209
+ "com/de/faq/index.php?sid=383420&lang=de&action=artikel&cat=2&id=145\">mehr "
210
+ "erfahren</a>"
211
+
212
+ #: includes/Loader.php:634
213
  msgid ""
214
  "There was no image in the meta data of the linked post. Posts without images "
215
  "cannot be shared on image networks."
218
  "werden. Posts ohne Bilder können nicht auf Bilder-Netzwerken veröffentlicht "
219
  "werden. "
220
 
221
+ #: includes/Loader.php:635
222
  msgid "Your group can not be found by the network."
223
  msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
224
 
225
+ #: includes/Loader.php:689 includes/Loader.php:725
226
  msgid "Dashboard"
227
  msgstr "Dashboard"
228
 
229
+ #: includes/Loader.php:690 includes/Loader.php:732
230
  msgid "Posts & Sharing"
231
  msgstr "Beiträge"
232
 
233
+ #: includes/Loader.php:691 includes/Loader.php:739
234
  msgid "Content Curation"
235
  msgstr "Content Curation"
236
 
237
+ #: includes/Loader.php:692 includes/Loader.php:746 views/b2s/network.php:17
238
  msgid "Networks"
239
  msgstr "Netzwerke"
240
 
241
+ #: includes/Loader.php:693 includes/Loader.php:752
242
  msgid "Settings"
243
  msgstr "Einstellungen"
244
 
245
+ #: includes/Loader.php:694 includes/Loader.php:758
246
  msgid "PR-Service"
247
  msgstr "PR-Service"
248
 
249
+ #: includes/Loader.php:695 includes/Loader.php:765
250
  #: views/b2s/widgets/tutorial.php:4
251
  msgid "How to & FAQ"
252
  msgstr "How to & FAQ"
253
 
254
+ #: includes/Loader.php:696
255
  msgid "Premium"
256
  msgstr "Premium"
257
 
258
+ #: includes/Loader.php:696 includes/Loader.php:771 includes/B2S/PostBox.php:108
259
+ #: views/b2s/network.php:31 views/b2s/settings.php:67 views/b2s/ship.php:21
260
+ #: includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:147
261
+ #: includes/B2S/Network/Item.php:150 includes/B2S/Network/Item.php:153
262
+ #: includes/B2S/Network/Item.php:245 includes/B2S/Network/Item.php:298
263
+ #: includes/B2S/Network/Item.php:352 includes/B2S/Settings/Item.php:93
264
  #: includes/B2S/Settings/Item.php:116 includes/B2S/Ship/Image.php:73
265
+ #: includes/B2S/Ship/Image.php:80 includes/B2S/Ship/Item.php:776
266
+ #: includes/B2S/Ship/Portale.php:30 includes/B2S/Ship/Portale.php:33
267
+ #: includes/B2S/Ship/Portale.php:36 views/b2s/partials/post-edit-modal.php:9
268
  #: views/b2s/widgets/posts.php:31
269
  msgid "PREMIUM"
270
  msgstr "PREMIUM"
271
 
272
+ #: includes/Loader.php:716
273
  msgid "Blog2Social"
274
  msgstr "Blog2Social"
275
 
276
+ #: includes/Loader.php:1146 includes/Loader.php:1319
277
  msgid "or"
278
  msgstr "oder"
279
 
280
+ #: includes/Loader.php:1146 includes/Loader.php:1319
281
  msgid "back to install plugins"
282
  msgstr "zurück zur Pluginübersicht"
283
 
396
  msgid "last auto-post:"
397
  msgstr "letzter Auto-Post:"
398
 
399
+ #: includes/B2S/PostBox.php:76 views/b2s/ship.php:545
400
  msgid "The connection to the server failed. Try again!"
401
  msgstr ""
402
  "Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
437
  msgstr "Anpassen & Planen"
438
 
439
  #: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101
440
+ #: views/b2s/network.php:18 views/b2s/settings.php:70 views/b2s/ship.php:57
441
+ #: views/b2s/ship.php:147 views/b2s/ship.php:234
442
+ #: includes/B2S/Network/Item.php:174 includes/B2S/Settings/Item.php:100
443
+ #: includes/B2S/Ship/Item.php:717
444
  msgid "Info"
445
  msgstr "Info"
446
 
475
  #: views/b2s/network.php:180 views/b2s/post.approve.php:46
476
  #: views/b2s/post.calendar.php:50 views/b2s/post.calendar.php:230
477
  #: views/b2s/post.notice.php:40 views/b2s/post.php:37
478
+ #: views/b2s/post.publish.php:40 views/b2s/post.sched.php:54
479
+ #: views/b2s/ship.php:169 views/b2s/ship.php:543
480
  msgid "Loading..."
481
  msgstr "Wird geladen..."
482
 
553
 
554
  #: includes/B2S/PostBox.php:148 views/b2s/curation.php:120
555
  #: views/b2s/network.php:106 views/b2s/post.calendar.php:268
556
+ #: views/b2s/ship.php:285 views/b2s/ship.php:345 views/b2s/ship.php:391
557
  msgid "With Blog2Social Premium you can:"
558
  msgstr "Mit Blog2Social kannst Du:"
559
 
560
  #: includes/B2S/PostBox.php:151 views/b2s/curation.php:123
561
  #: views/b2s/network.php:109 views/b2s/post.calendar.php:271
562
+ #: views/b2s/ship.php:288 views/b2s/ship.php:348 views/b2s/ship.php:394
563
  msgid "Post on pages and groups"
564
  msgstr "Poste auf Seiten und in Gruppen"
565
 
566
  #: includes/B2S/PostBox.php:152 views/b2s/curation.php:124
567
  #: views/b2s/network.php:110 views/b2s/post.calendar.php:272
568
+ #: views/b2s/ship.php:289 views/b2s/ship.php:349 views/b2s/ship.php:395
569
  msgid "Share on multiple profiles, pages and groups"
570
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
571
 
572
  #: includes/B2S/PostBox.php:153 views/b2s/curation.php:125
573
  #: views/b2s/network.php:111 views/b2s/post.calendar.php:273
574
+ #: views/b2s/ship.php:290 views/b2s/ship.php:350 views/b2s/ship.php:396
575
  msgid "Auto-post and auto-schedule new and updated blog posts"
576
  msgstr ""
577
  " Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
579
 
580
  #: includes/B2S/PostBox.php:154 views/b2s/curation.php:126
581
  #: views/b2s/network.php:112 views/b2s/post.calendar.php:274
582
+ #: views/b2s/ship.php:291 views/b2s/ship.php:351 views/b2s/ship.php:397
583
  msgid "Schedule your posts at the best times on each network"
584
  msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
585
 
586
  #: includes/B2S/PostBox.php:155 views/b2s/curation.php:127
587
  #: views/b2s/network.php:113 views/b2s/post.calendar.php:275
588
+ #: views/b2s/ship.php:292 views/b2s/ship.php:352 views/b2s/ship.php:398
589
  msgid ""
590
  "Best Time Manager: use predefined best time scheduler to auto-schedule your "
591
  "social media posts"
593
 
594
  #: includes/B2S/PostBox.php:156 views/b2s/curation.php:128
595
  #: views/b2s/network.php:114 views/b2s/post.calendar.php:276
596
+ #: views/b2s/ship.php:293 views/b2s/ship.php:353 views/b2s/ship.php:399
597
  msgid "Schedule your post for one time, multiple times or recurrently"
598
  msgstr ""
599
  "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
601
 
602
  #: includes/B2S/PostBox.php:157 views/b2s/curation.php:129
603
  #: views/b2s/network.php:115 views/b2s/post.calendar.php:277
604
+ #: views/b2s/ship.php:294 views/b2s/ship.php:354 views/b2s/ship.php:400
605
  msgid "Schedule and re-share old posts"
606
  msgstr "Plane und teile alte Beiträge"
607
 
608
  #: includes/B2S/PostBox.php:158 views/b2s/curation.php:130
609
  #: views/b2s/network.php:116 views/b2s/post.calendar.php:278
610
+ #: views/b2s/ship.php:295 views/b2s/ship.php:355 views/b2s/ship.php:401
611
  msgid "Select link format or image format for your posts"
612
  msgstr ""
613
  "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
614
 
615
  #: includes/B2S/PostBox.php:159 views/b2s/curation.php:131
616
  #: views/b2s/network.php:117 views/b2s/post.calendar.php:279
617
+ #: views/b2s/ship.php:296 views/b2s/ship.php:356 views/b2s/ship.php:402
618
  msgid "Select individual images per post"
619
  msgstr ""
620
  "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
621
 
622
  #: includes/B2S/PostBox.php:160 views/b2s/curation.php:132
623
  #: views/b2s/network.php:118 views/b2s/post.calendar.php:280
624
+ #: views/b2s/ship.php:297 views/b2s/ship.php:357 views/b2s/ship.php:403
625
  msgid ""
626
  "Reporting & calendar: keep track of your published and scheduled social "
627
  "media posts"
631
 
632
  #: includes/B2S/PostBox.php:162 views/b2s/curation.php:134
633
  #: views/b2s/network.php:120 views/b2s/post.calendar.php:282
634
+ #: views/b2s/ship.php:299 views/b2s/ship.php:359 views/b2s/ship.php:405
635
  msgid "Upgrade to PREMIUM"
636
  msgstr "Jetzt auf Premium upgraden"
637
 
638
  #: includes/B2S/PostBox.php:164 views/b2s/curation.php:136
639
  #: views/b2s/network.php:122 views/b2s/post.calendar.php:284
640
+ #: views/b2s/ship.php:301 views/b2s/ship.php:361 views/b2s/ship.php:407
641
  msgid ""
642
  "or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start "
643
  "with free 30-days-trial of Blog2Social Premium</a> (no payment information "
679
  msgid "Select date:"
680
  msgstr "Datum auswählen:"
681
 
682
+ #: includes/B2S/PostBox.php:233 includes/B2S/Ship/Item.php:341
683
  msgid "show calendar"
684
  msgstr "Planungskalender anzeigen"
685
 
740
  msgid "Load data..."
741
  msgstr "Daten werden geladen..."
742
 
743
+ #: views/b2s/curation.php:66 views/b2s/ship.php:16 views/b2s/ship.php:544
744
+ #: includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:213
745
  #: includes/B2S/Ship/Save.php:417 includes/PRG/Post/Filter.php:41
746
  #: includes/PRG/Post/Item.php:97
747
  msgid "published"
748
  msgstr "veröffentlicht"
749
 
750
  #: views/b2s/curation.php:84 views/b2s/post.approve.php:98
751
+ #: views/b2s/ship.php:444
752
  msgid "Do you want to mark this post as published ?"
753
  msgstr "Möchtest Du diesen Beitrag als veröffentlicht markieren?"
754
 
755
  #: views/b2s/curation.php:89 views/b2s/post.approve.php:103
756
+ #: views/b2s/ship.php:449
757
  msgid "YES"
758
  msgstr "JA"
759
 
760
  #: views/b2s/curation.php:90 views/b2s/network.php:140
761
  #: views/b2s/post.approve.php:87 views/b2s/post.approve.php:104
762
  #: views/b2s/post.notice.php:74 views/b2s/post.publish.php:74
763
+ #: views/b2s/post.sched.php:88 views/b2s/ship.php:450 views/prg/ship.php:92
764
  #: views/b2s/widgets/posts.php:80
765
  msgid "NO"
766
  msgstr "NEIN"
767
 
768
  #: views/b2s/curation.php:103 views/b2s/post.calendar.php:251
769
+ #: views/b2s/ship.php:374
770
  msgid "Need to schedule your posts?"
771
  msgstr "Du möchtest Deine Beiträge planen?"
772
 
773
  #: views/b2s/curation.php:106 views/b2s/post.calendar.php:254
774
+ #: views/b2s/ship.php:377
775
  msgid "Blog2Social Premium covers everything you need."
776
  msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
777
 
778
  #: views/b2s/curation.php:109 views/b2s/post.calendar.php:257
779
+ #: views/b2s/ship.php:380 includes/B2S/Ship/Item.php:777
780
  msgid "Schedule for specific dates"
781
  msgstr "Für bestimmte Termine planen"
782
 
783
  #: views/b2s/curation.php:110 views/b2s/post.calendar.php:258
784
+ #: views/b2s/ship.php:381
785
  msgid ""
786
  "You want to publish a post on a specific date? No problem! Just enter your "
787
  "desired date and you are ready to go!"
790
  "Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
791
 
792
  #: views/b2s/curation.php:112 views/b2s/post.calendar.php:260
793
+ #: views/b2s/ship.php:383
794
  msgid "Schedule post recurrently"
795
  msgstr "Beitrag mehrfach planen"
796
 
797
  #: views/b2s/curation.php:113 views/b2s/post.calendar.php:261
798
+ #: views/b2s/ship.php:384
799
  msgid ""
800
  "You have evergreen content you want to re-share from time to time in your "
801
  "timeline? Schedule your evergreen content to be shared once, multiple times "
806
  "wiederkehrenden Rhythmus"
807
 
808
  #: views/b2s/curation.php:115 views/b2s/post.calendar.php:263
809
+ #: views/b2s/premium.php:78 views/b2s/ship.php:386
810
  #: views/b2s/widgets/premium.php:71
811
  msgid "Best Time Scheduler"
812
  msgstr "Beste Zeiten Manager"
813
 
814
  #: views/b2s/curation.php:116 views/b2s/post.calendar.php:264
815
+ #: views/b2s/ship.php:387
816
  msgid ""
817
  "Whenever you publish a post, only a fraction of your followers will actually "
818
  "see your post. Use the Blog2Social Best Times Scheduler to share your post "
885
  msgid "You want to define a new combination of networks?"
886
  msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
887
 
888
+ #: views/b2s/network.php:35 views/b2s/partials/post-edit-modal.php:97
889
  msgid "Delete"
890
  msgstr "Löschen"
891
 
892
+ #: views/b2s/network.php:42 views/b2s/ship.php:55 views/b2s/ship.php:344
893
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
894
  msgstr ""
895
  "Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
896
  "Manager benutzen?"
897
 
898
+ #: views/b2s/network.php:43 views/b2s/ship.php:56
899
  msgid "Load Best Times"
900
  msgstr "Lade beste Zeiten"
901
 
959
 
960
  #: views/b2s/network.php:141 views/b2s/network.php:193
961
  #: views/b2s/post.approve.php:88 views/b2s/post.notice.php:75
962
+ #: views/b2s/post.publish.php:75 views/b2s/post.sched.php:89
963
  #: views/b2s/widgets/posts.php:81
964
  msgid "YES, delete"
965
  msgstr "Ja, löschen"
992
  "Unternehmen mit mehr als 9 verbundenen Standorten in Ihren Google My "
993
  "Business Brancheneinträgen zu erweitern."
994
 
995
+ #: views/b2s/network.php:161 views/b2s/premium.php:22 views/b2s/ship.php:466
996
+ #: includes/B2S/Ship/Item.php:815 views/b2s/partials/post-edit-modal.php:48
997
  #: views/b2s/widgets/premium.php:14
998
  msgid "Learn more"
999
  msgstr "Mehr erfahren"
1049
  msgstr "Bist Du sicher, dass Du diese Social Media Posts löschen möchtest?"
1050
 
1051
  #: views/b2s/post.approve.php:83 views/b2s/post.notice.php:70
1052
+ #: views/b2s/post.publish.php:70 views/b2s/post.sched.php:84
1053
  #: views/b2s/widgets/posts.php:76
1054
  msgid "Number of entries"
1055
  msgstr "Anzahl der Einträge"
1058
  msgid "Sort by network"
1059
  msgstr "Sortiere nach Netzwerk"
1060
 
1061
+ #: views/b2s/post.calendar.php:60 views/b2s/post.sched.php:174
1062
  #: includes/B2S/Settings/Item.php:387 includes/B2S/Settings/Item.php:441
1063
  #: includes/B2S/Settings/Item.php:484
1064
  msgid "Link Post"
1065
  msgstr "Link-Beitrag"
1066
 
1067
+ #: views/b2s/post.calendar.php:60 views/b2s/post.sched.php:174
1068
  #: includes/B2S/Settings/Item.php:398 includes/B2S/Settings/Item.php:463
1069
  #: includes/B2S/Settings/Item.php:484
1070
  msgid "Photo Post"
1071
  msgstr "Bild-Beitrag"
1072
 
1073
+ #: views/b2s/post.calendar.php:78 views/b2s/post.sched.php:161
1074
  msgid "add post"
1075
  msgstr "Beitrag hinzufügen"
1076
 
1077
+ #: views/b2s/post.calendar.php:97 views/b2s/post.sched.php:119
1078
+ #: views/b2s/ship.php:479
1079
  msgid "Choose your"
1080
  msgstr "Wähle Deinen"
1081
 
1082
+ #: views/b2s/post.calendar.php:97 views/b2s/post.sched.php:119
1083
+ #: views/b2s/ship.php:479
1084
  msgid "Post Format"
1085
  msgstr "Postformat"
1086
 
1087
+ #: views/b2s/post.calendar.php:99 views/b2s/post.sched.php:121
1088
+ #: views/b2s/ship.php:481
1089
  msgid "for:"
1090
  msgstr "für:"
1091
 
1092
+ #: views/b2s/post.calendar.php:118 views/b2s/post.sched.php:140
1093
+ #: views/b2s/ship.php:499
1094
  msgid ""
1095
  "Define the default settings for the custom post format for all of your "
1096
  "Facebook accounts in the Blog2Social settings."
1098
  "Speichere Dein bevorzugtes Facebook Post-Format als Standardeinstellung in "
1099
  "den Blog2Social Einstellungen."
1100
 
1101
+ #: views/b2s/post.calendar.php:121 views/b2s/post.sched.php:143
1102
+ #: views/b2s/ship.php:502
1103
  msgid ""
1104
  "Define the default settings for the custom post format for all of your "
1105
  "Twitter accounts in the Blog2Social settings."
1107
  "Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen "
1108
  "unter den Blog2Social Einstellungen."
1109
 
1110
+ #: views/b2s/post.calendar.php:124 views/b2s/post.sched.php:146
1111
+ #: views/b2s/ship.php:505
1112
  msgid ""
1113
  "Define the default settings for the custom post format for all of your "
1114
  "Google+ accounts in the Blog2Social settings."
1116
  "Definiere Dein Standard-Beitragsformat für alle Deine Google+ Verbindungen "
1117
  "unter den Blog2Social Einstellungen."
1118
 
1119
+ #: views/b2s/post.calendar.php:127 views/b2s/post.sched.php:149
1120
+ #: views/b2s/ship.php:508
1121
  msgid ""
1122
  "Define the default settings for the custom post format for all of your "
1123
  "Instagram accounts in the Blog2Social settings."
1125
  "Definiere die Standardeinstellungen für das benutzerdefinierte Postformat "
1126
  "für alle Instagram-Konten in den Blog2Social-Einstellungen."
1127
 
1128
+ #: views/b2s/post.calendar.php:142 views/b2s/post.sched.php:100
1129
+ #: views/b2s/ship.php:420
1130
  msgid "Select image for"
1131
  msgstr "Wähle Bild aus für"
1132
 
1160
  msgid "You are sure, you want to delete entries from the reporting?"
1161
  msgstr "Bist Du sicher, dass Du Einträge aus dem Reporting löschen möchtest?"
1162
 
1163
+ #: views/b2s/post.sched.php:28 includes/B2S/Network/Item.php:135
1164
  msgid "Uhr"
1165
  msgstr "Uhr"
1166
 
1167
+ #: views/b2s/post.sched.php:79
1168
  msgid "Delete entries form the scheduling"
1169
  msgstr "Einträge aus der Planung löschen"
1170
 
1171
+ #: views/b2s/post.sched.php:82
1172
  msgid "You are sure, you want to delete entries from the scheduling?"
1173
  msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
1174
 
1289
  msgid "General"
1290
  msgstr "Allgemein"
1291
 
1292
+ #: views/b2s/settings.php:33 includes/B2S/Post/Item.php:432
1293
  #: views/b2s/widgets/premium.php:47
1294
  msgid "Auto-Posting"
1295
  msgstr "Auto-Posting"
1432
  "für die Planung Deiner Social Media Posts festlegen. Wähle dazu die "
1433
  "gewünschte Zeitzone aus dem Drop-Down Menü."
1434
 
1435
+ #: views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49
1436
+ #: includes/B2S/Post/Item.php:213 includes/PRG/Post/Item.php:97
1437
  msgid "draft"
1438
  msgstr "Entwurf"
1439
 
1440
+ #: views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49
1441
+ #: includes/B2S/Post/Item.php:213 includes/PRG/Post/Filter.php:41
1442
  #: includes/PRG/Post/Item.php:97
1443
  msgid "scheduled"
1444
  msgstr "geplant"
1445
 
1446
+ #: views/b2s/ship.php:33
1447
  msgid "Social Media Scheduling & Sharing"
1448
  msgstr "Beitrag auf Social Media planen und teilen"
1449
 
1450
+ #: views/b2s/ship.php:34 views/prg/ship.php:41 views/prg/ship.php:43
1451
  #: includes/B2S/Settings/Item.php:325 includes/B2S/Settings/Item.php:346
1452
  msgid "Title"
1453
  msgstr "Titel"
1454
 
1455
+ #: views/b2s/ship.php:36 includes/B2S/Post/Item.php:253
1456
  msgid "on blog"
1457
  msgstr "auf dem Blog"
1458
 
1459
+ #: views/b2s/ship.php:44
1460
  msgid "scroll to bottom"
1461
  msgstr "zum Seitenende"
1462
 
1463
+ #: views/b2s/ship.php:49
1464
  msgid "You want to load your time settings?"
1465
  msgstr "Du möchtest Deine Zeiten laden?"
1466
 
1467
+ #: views/b2s/ship.php:50
1468
  msgid "Load My Times Settings"
1469
  msgstr "Meine Zeit-Einstellungen laden"
1470
 
1471
+ #: views/b2s/ship.php:86
1472
  msgid "Social Accounts"
1473
  msgstr "Social Media Konten"
1474
 
1475
+ #: views/b2s/ship.php:104
1476
  msgid "Add more..."
1477
  msgstr "mehr hinzufügen"
1478
 
1479
+ #: views/b2s/ship.php:106
1480
  msgid "Profiles | Pages | Groups"
1481
  msgstr "Profile | Seiten | Gruppen"
1482
 
1483
+ #: views/b2s/ship.php:145
1484
  msgid "Save Network Selection"
1485
  msgstr "Netzwerkauswahl speichern"
1486
 
1487
+ #: views/b2s/ship.php:154
1488
  msgid "network connected"
1489
  msgstr "Netzwerk verbunden"
1490
 
1491
+ #: views/b2s/ship.php:155
1492
  msgid "requires image"
1493
  msgstr "Bild benötigt"
1494
 
1495
+ #: views/b2s/ship.php:156
1496
  msgid "refresh authorization"
1497
  msgstr "Autorisierung aktualisieren"
1498
 
1499
+ #: views/b2s/ship.php:179
1500
  msgid ""
1501
  "Notice:<br><p>Please make sure, that your website address is reachable. The "
1502
  "Social Networks do not allow postings from local installations.</p>"
1505
  "erreichbar ist. Die sozialen Netzwerke erlauben keine Posts von lokalen "
1506
  "Installationen.</p>"
1507
 
1508
+ #: views/b2s/ship.php:181
1509
  msgid "change website address"
1510
  msgstr "Webseiten-Adresse ändern"
1511
 
1512
+ #: views/b2s/ship.php:198
1513
  msgid "First, connect or select network before posting"
1514
  msgstr ""
1515
  "Verbinde Dich zuerst mit einem Netzwerk oder wähle ein Netzwerk aus, bevor "
1516
  "Du den Beitrag teilst!"
1517
 
1518
+ #: views/b2s/ship.php:200 includes/B2S/Settings/Item.php:82
1519
  msgid "connect"
1520
  msgstr "Jetzt mit Netzwerken verbinden"
1521
 
1522
+ #: views/b2s/ship.php:208
1523
  msgid "scroll to top"
1524
  msgstr "zum Seitenanfang"
1525
 
1526
+ #: views/b2s/ship.php:209 views/b2s/ship.php:213
1527
  #: includes/B2S/Curation/View.php:109
1528
  msgid "Share"
1529
  msgstr "Teilen"
1530
 
1531
+ #: views/b2s/ship.php:222
1532
  msgid "Time zone"
1533
  msgstr "Zeitzone"
1534
 
1535
+ #: views/b2s/ship.php:236 views/b2s/ship.php:238 includes/B2S/Post/Item.php:270
1536
  msgid "Re-share this post"
1537
  msgstr "Diesen Beitrag nochmal teilen"
1538
 
1539
+ #: views/b2s/ship.php:240
1540
  msgid "Share new post on Social Media"
1541
  msgstr "Teile einen neuen Beitrag auf Social Media"
1542
 
1543
+ #: views/b2s/ship.php:262
1544
  msgid "Connect for"
1545
  msgstr "Netzwerke verbinden für"
1546
 
1547
+ #: views/b2s/ship.php:278
1548
  msgid "Re-share this Post"
1549
  msgstr "Diesen Beitrag nochmal teilen"
1550
 
1551
+ #: views/b2s/ship.php:281
1552
  msgid ""
1553
  "You can re-share your post for a different sharing purpose, or to share on a "
1554
  "different choice of networks, profiles, pages or groups, or with different "
1574
  "geführt, wo Deine Netzwerke, Texte und Bilder auswählen oder variieren "
1575
  "kannst. "
1576
 
1577
+ #: views/b2s/ship.php:284
1578
  msgid "You want re-share your blog post?"
1579
  msgstr "Du möchtest Deinen Beitrag erneut teilen?"
1580
 
1581
+ #: views/b2s/ship.php:312
1582
  msgid "Save Network Settings"
1583
  msgstr "Netzwerkeinstellungen speichern"
1584
 
1585
+ #: views/b2s/ship.php:315
1586
  msgid ""
1587
  "You can save your current network settings as \"Standard\" network settings "
1588
  "for any future sharing activities or as a \"Profile\" to choose from "
1614
  "zur Vorschau geführt, wo Du Deine Netzwerke, Texte und Bilder wählen oder "
1615
  "variieren kannst. "
1616
 
1617
+ #: views/b2s/ship.php:327
1618
  msgid "Your blog post is not yet published on your Wordpress!"
1619
  msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
1620
 
1621
+ #: views/b2s/ship.php:330
1622
  msgid "At least one of your selected networks is set to \"Share Now\""
1623
  msgstr ""
1624
  "Mindestens ein Netzwerk wurde mit der Option \"Sofort teilen\" ausgewählt."
1625
 
1626
+ #: views/b2s/ship.php:334
1627
  msgid "Schedule your post"
1628
  msgstr "Beitrag planen"
1629
 
1630
+ #: views/b2s/ship.php:337
1631
  msgid "Ignore & share"
1632
  msgstr "Ignorieren & teilen"
1633
 
1634
+ #: views/b2s/ship.php:462
1635
+ msgid "Important infomationen about XING groups"
1636
+ msgstr "Wichtige Informationen zu XING-Gruppen"
1637
+
1638
+ #: views/b2s/ship.php:531
1639
  msgid "add Schedule"
1640
  msgstr "Zeitplan hinzufügen"
1641
 
1642
+ #: views/b2s/ship.php:547
1643
  msgid "Give me more information"
1644
  msgstr "Erhalte mehr Infomationen"
1645
 
1753
  msgstr "sofort"
1754
 
1755
  #: includes/B2S/Curation/View.php:66 includes/B2S/Curation/View.php:67
1756
+ #: includes/B2S/Ship/Item.php:885 views/b2s/partials/post-edit-modal.php:62
1757
+ #: views/b2s/partials/post-edit-modal.php:65
1758
  msgid "Date"
1759
  msgstr "Startdatum"
1760
 
1762
  msgid "Customize & Schedule"
1763
  msgstr "Anpassen & Planen"
1764
 
1765
+ #: includes/B2S/Network/Item.php:60
1766
  msgid "Default"
1767
  msgstr "Standard"
1768
 
1769
+ #: includes/B2S/Network/Item.php:60
1770
  msgid "Show all"
1771
  msgstr "alle anzeigen"
1772
 
1773
+ #: includes/B2S/Network/Item.php:61 includes/B2S/Network/Item.php:180
1774
  msgid "My profile"
1775
  msgstr "Mein Profil"
1776
 
1777
+ #: includes/B2S/Network/Item.php:63
1778
  msgid "Your profiles:"
1779
  msgstr "weitere Profile:"
1780
 
1781
+ #: includes/B2S/Network/Item.php:139
1782
  msgid "Best times"
1783
  msgstr "Beste Zeiten"
1784
 
1785
+ #: includes/B2S/Network/Item.php:147 includes/B2S/Ship/Portale.php:36
1786
  msgid "You want to connect a network profile?"
1787
  msgstr "Du möchtest Dich mit einem Netzwerkprofil verbinden?"
1788
 
1789
+ #: includes/B2S/Network/Item.php:150 includes/B2S/Ship/Portale.php:33
1790
  msgid "You want to connect a network page?"
1791
  msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
1792
 
1793
+ #: includes/B2S/Network/Item.php:153 includes/B2S/Ship/Portale.php:30
1794
  msgid "You want to connect a social media group?"
1795
  msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
1796
 
1797
+ #: includes/B2S/Network/Item.php:161
1798
+ msgid "Action required"
1799
+ msgstr "Handlung erforderlich"
1800
+
1801
+ #: includes/B2S/Network/Item.php:161
1802
+ msgid ""
1803
+ "The current XING API will be replaced by the new XING interface. Please "
1804
+ "connect your XING profile, as well as your XING company pages (Employer "
1805
+ "branding profiles) and business pages with the new XING interface in the "
1806
+ "Blog2Social network settings."
1807
+ msgstr ""
1808
+ "Die aktuelle XING-Schnittstelle wird durch eine neue XING-Schnittstelle "
1809
+ "ersetzt. Bitte verbinde Dein XING-Profil sowie Deine XING-Unternehmensseiten-"
1810
+ " (Arbeitgeberprofile) und Business Pages in den Blog2Social "
1811
+ "Netzwerkeinstellungen mit der neuen XING-Schnittstelle."
1812
+
1813
+ #: includes/B2S/Network/Item.php:164
1814
+ msgid "Please notice"
1815
+ msgstr "Bitte beachte"
1816
+
1817
+ #: includes/B2S/Network/Item.php:164
1818
+ msgid ""
1819
+ "Google will shut down Google+ for all private accounts (profiles, pages, "
1820
+ "groups) on 2nd April 2019. You can find further information and the next "
1821
+ "steps, including how to download your photos and other content here:"
1822
+ msgstr ""
1823
+ "Google stellt das Netzwerk Google+ für alle private Konten (Profile, Seiten "
1824
+ "und Gruppen) zum 02. April 2019 ein. Hier findest Du Informationen zu den "
1825
+ "nächsten Schritten, u. a. dazu, wie Du Deine Fotos und andere Inhalte "
1826
+ "herunterladen kannst:"
1827
+
1828
+ #: includes/B2S/Network/Item.php:164
1829
+ msgid ""
1830
+ "Please check whether you have scheduled social media posts for Google+ "
1831
+ "beyond 2nd April 2019. Consider to reschedule these posts for other social "
1832
+ "networks."
1833
+ msgstr ""
1834
+ "Bitte prüfe, ob Du Beiträge für Google+ nach dem 02. April 2019 geplant hast "
1835
+ "und plane diese Beiträge gegebenenfalls für andere Netzwerk neu."
1836
+
1837
+ #: includes/B2S/Network/Item.php:164
1838
+ msgid ""
1839
+ "Click here to find all posts for your Google+ accounts that are scheduled "
1840
+ "beyond 2nd April 2019"
1841
+ msgstr ""
1842
+ "Hier geht es zu Deinen geplanten Social Media Posts für Deine Google+-Konten "
1843
+ "nach dem 02. April 2019"
1844
+
1845
+ #: includes/B2S/Network/Item.php:173 includes/B2S/Settings/Item.php:246
1846
  msgid "Connections"
1847
  msgstr "Verbindungen"
1848
 
1849
+ #: includes/B2S/Network/Item.php:174
1850
  msgid "Best Time Manager"
1851
  msgstr "Best Time Manager"
1852
 
1853
+ #: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:264
1854
+ #: includes/B2S/Network/Item.php:318
1855
  msgid "To reactivate this connection,"
1856
  msgstr "Um die Verbindung wieder zu aktivieren,"
1857
 
1858
+ #: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:264
1859
+ #: includes/B2S/Network/Item.php:318 includes/B2S/Ship/Image.php:30
1860
  msgid "please upgrade"
1861
  msgstr "Bitte upgraden"
1862
 
1863
+ #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:268
1864
+ #: includes/B2S/Network/Item.php:322
1865
  msgid "Authorization is interrupted since"
1866
  msgstr "Autorisierung ist unterbrochen seit"
1867
 
1868
+ #: includes/B2S/Network/Item.php:243 includes/B2S/Network/Item.php:296
1869
+ #: includes/B2S/Network/Item.php:350 includes/B2S/Ship/Item.php:833
1870
  msgid "Days"
1871
  msgstr "Tage"
1872
 
1873
+ #: includes/B2S/Network/Item.php:271 includes/B2S/Ship/Item.php:281
1874
+ msgid "Employer Branding"
1875
+ msgstr "Arbeitgeberprofile"
1876
+
1877
  #: includes/B2S/Post/Filter.php:34
1878
  msgid "all authors"
1879
  msgstr "alle Autoren"
1918
  msgid "scheduled post(s)"
1919
  msgstr "geplante Beiträge"
1920
 
1921
+ #: includes/B2S/Post/Item.php:216
1922
  msgid "You have no posts published or scheduled."
1923
  msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
1924
 
1925
+ #: includes/B2S/Post/Item.php:238
1926
  msgid "curated post"
1927
  msgstr "kuratierter Beitrag"
1928
 
1929
+ #: includes/B2S/Post/Item.php:243
1930
  msgid "last shared on social media"
1931
  msgstr "zuletzt auf Social Media geteilt"
1932
 
1933
+ #: includes/B2S/Post/Item.php:251
1934
  msgid "Share on Social Media"
1935
  msgstr "auf Social Media teilen"
1936
 
1937
+ #: includes/B2S/Post/Item.php:253 includes/PRG/Post/Item.php:132
1938
  msgid "Author"
1939
  msgstr "Autor"
1940
 
1941
+ #: includes/B2S/Post/Item.php:271 includes/B2S/Post/Item.php:295
1942
+ #: includes/B2S/Post/Item.php:317
1943
  msgid "Details"
1944
  msgstr "Details"
1945
 
1946
+ #: includes/B2S/Post/Item.php:273
1947
  msgid "shared social media posts"
1948
  msgstr "geteilte Beiträge"
1949
 
1950
+ #: includes/B2S/Post/Item.php:273
1951
  msgid "latest share by"
1952
  msgstr "zuletzt geteilt von"
1953
 
1954
+ #: includes/B2S/Post/Item.php:297 views/b2s/widgets/activity.php:13
1955
  msgid "scheduled social media posts"
1956
  msgstr "geplante Beiträge"
1957
 
1958
+ #: includes/B2S/Post/Item.php:297
1959
  msgid "next share by"
1960
  msgstr "als nächstes geteilt von"
1961
 
1962
+ #: includes/B2S/Post/Item.php:319
1963
  msgid "social media posts ready to be shared"
1964
  msgstr "Social Media Posts sind bereit, geteilt zu werden"
1965
 
1966
+ #: includes/B2S/Post/Item.php:432 includes/B2S/Post/Item.php:568
1967
  #: includes/B2S/Ship/Save.php:427
1968
  msgid "Retweet"
1969
  msgstr "Retweet"
1970
 
1971
+ #: includes/B2S/Post/Item.php:438 includes/B2S/Post/Item.php:508
1972
+ #: includes/B2S/Post/Item.php:573
1973
  msgid "select all"
1974
  msgstr "alle auswählen"
1975
 
1976
+ #: includes/B2S/Post/Item.php:441
1977
  msgid "show"
1978
  msgstr "ansehen"
1979
 
1980
+ #: includes/B2S/Post/Item.php:448 includes/B2S/Ship/Save.php:438
1981
  msgid "Please see"
1982
  msgstr "siehe"
1983
 
1984
+ #: includes/B2S/Post/Item.php:448 includes/B2S/Ship/Save.php:438
1985
  msgid "FAQ"
1986
  msgstr "FAQ"
1987
 
1988
+ #: includes/B2S/Post/Item.php:454
1989
  msgid "sharing in progress by"
1990
  msgstr "wird geteilt"
1991
 
1992
+ #: includes/B2S/Post/Item.php:454
1993
  msgid "shared by"
1994
  msgstr "geteilt von"
1995
 
1996
+ #: includes/B2S/Post/Item.php:475 includes/B2S/Post/Item.php:488
1997
  msgid "You want to delete a publish post entry?"
1998
  msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
1999
 
2000
+ #: includes/B2S/Post/Item.php:476 includes/B2S/Post/Item.php:489
2001
  msgid "delete from reporting"
2002
  msgstr "aus Reporting löschen"
2003
 
2004
+ #: includes/B2S/Post/Item.php:479
2005
  msgid "re-share"
2006
  msgstr "erneut teilen"
2007
 
2008
+ #: includes/B2S/Post/Item.php:511
2009
  msgid "is waiting to shared by"
2010
  msgstr "wartet darauf, geteilt zu werden von"
2011
 
2012
+ #: includes/B2S/Post/Item.php:541 includes/B2S/Ship/Save.php:408
2013
  msgid "share"
2014
  msgstr "teilen"
2015
 
2016
+ #: includes/B2S/Post/Item.php:549
2017
  msgid "You want to delete your Social Media post?"
2018
  msgstr "Du möchtest Deinen Social Media Post löschen?"
2019
 
2020
+ #: includes/B2S/Post/Item.php:550 includes/B2S/Post/Item.php:599
2021
+ #: includes/B2S/Settings/Item.php:83 includes/B2S/Ship/Item.php:753
2022
+ #: includes/B2S/Ship/Item.php:903
2023
  msgid "delete"
2024
  msgstr "löschen"
2025
 
2026
+ #: includes/B2S/Post/Item.php:583
2027
  msgid "last modified by"
2028
  msgstr "zuletzt bearbeitet von"
2029
 
2030
+ #: includes/B2S/Post/Item.php:585
2031
  msgid "is processed by the network"
2032
  msgstr "wird vom Netzwerk verarbeitet"
2033
 
2034
+ #: includes/B2S/Post/Item.php:590
2035
  msgid "scheduled by"
2036
  msgstr "geplant von "
2037
 
2038
+ #: includes/B2S/Post/Item.php:595
2039
  msgid "You want to edit your scheduled post?"
2040
  msgstr "Sie möchten Ihre vorgeplanten Beiträge bearbeiten?"
2041
 
2042
+ #: includes/B2S/Post/Item.php:596
2043
  msgid "edit"
2044
  msgstr "edit"
2045
 
2046
+ #: includes/B2S/Post/Item.php:607
2047
  msgid "delete scheduling"
2048
  msgstr "Planung löschen"
2049
 
2050
  #: includes/B2S/Settings/Item.php:63 includes/B2S/Settings/Item.php:83
2051
+ #: includes/B2S/Ship/Item.php:735
2052
  msgid "Account"
2053
  msgstr "Konto"
2054
 
2493
  msgid "Apply image for this post"
2494
  msgstr "Bild für diesen Post übernehmen"
2495
 
2496
+ #: includes/B2S/Ship/Item.php:137
2497
  msgid "Network does not support image for profiles"
2498
  msgstr "Netzwerk unterstützt keine Bilder für Profile"
2499
 
2500
+ #: includes/B2S/Ship/Item.php:138
2501
  msgid "Network defines image by link"
2502
  msgstr "Netzwerk wählt selber das Bild aus"
2503
 
2504
+ #: includes/B2S/Ship/Item.php:140
2505
  msgid "Supported HTML tags"
2506
  msgstr "Erlaubte HTML-Elemente"
2507
 
2508
+ #: includes/B2S/Ship/Item.php:141 includes/B2S/Ship/Item.php:200
2509
  msgid "Network does not support emojis"
2510
  msgstr "Netzwerk unterstützt keine Emojis"
2511
 
2512
+ #: includes/B2S/Ship/Item.php:184
2513
  msgid "Text only"
2514
  msgstr "nur Text"
2515
 
2516
+ #: includes/B2S/Ship/Item.php:185 includes/B2S/Ship/Item.php:189
2517
+ #: includes/B2S/Ship/Item.php:224 includes/B2S/Ship/Item.php:228
2518
+ #: includes/B2S/Ship/Item.php:249 includes/B2S/Ship/Item.php:253
2519
+ #: includes/B2S/Ship/Item.php:912 includes/B2S/Ship/Item.php:914
2520
  msgid "characters"
2521
  msgstr "Zeichen"
2522
 
2523
+ #: includes/B2S/Ship/Item.php:199
2524
  msgid "Network does not support image for pages"
2525
  msgstr "Netzwerk unterstützt keine Bilder für Seiten"
2526
 
2527
+ #: includes/B2S/Ship/Item.php:273
2528
+ msgid "Connection expires on 31 March 2019"
2529
+ msgstr "Die Verbindung läuft am 31. März 2019 ab"
2530
+
2531
+ #: includes/B2S/Ship/Item.php:277
2532
+ msgid "Connection expires on 2 April 2019"
2533
+ msgstr "Die Verbindung läuft am 2. April 2019 ab"
2534
+
2535
+ #: includes/B2S/Ship/Item.php:290
2536
  msgid "post format"
2537
  msgstr "Postformat"
2538
 
2539
+ #: includes/B2S/Ship/Item.php:300 includes/B2S/Ship/Item.php:920
2540
  msgid "Insert full-text"
2541
  msgstr "ganzen Text einfügen"
2542
 
2543
+ #: includes/B2S/Ship/Item.php:302 includes/B2S/Ship/Item.php:922
2544
  msgid "Delete text"
2545
  msgstr "Text löschen"
2546
 
2547
+ #: includes/B2S/Ship/Item.php:310
2548
  msgid ""
2549
  "You can customize your post with individual comments, @-handles, emojis, and "
2550
  "more in the Instant Sharing window, after planning your post."
2553
  "mehr im Fenster \"Instant Sharing\" anpassen, nachdem Du Deinen Post geplant "
2554
  "hast."
2555
 
2556
+ #: includes/B2S/Ship/Item.php:316 includes/B2S/Ship/Item.php:511
2557
+ #: includes/B2S/Ship/Item.php:786
2558
  msgid ""
2559
  "Please keep in mind that according to Twitter’s new TOS, users are no longer "
2560
  "allowed to post identical or substantially similar content to multiple "
2565
  "Accounts oder mehrere identische Updates auf einem Twitter Account oder auch "
2566
  "mehreren Accounts zu posten."
2567
 
2568
+ #: includes/B2S/Ship/Item.php:316 includes/B2S/Ship/Item.php:511
2569
+ #: includes/B2S/Ship/Item.php:786
2570
  msgid ""
2571
  "Violating these rules can result in Twitter suspending your account. Always "
2572
  "vary your Tweets with different comments, hashtags or handles to prevent "
2576
  "sperrt. Variieren Sie Ihre Tweets mit unterschiedlichen Kommentaren, "
2577
  "Hashtags und Handles um doppelte Beiträge zu vermeiden."
2578
 
2579
+ #: includes/B2S/Ship/Item.php:316 includes/B2S/Ship/Item.php:511
2580
+ #: includes/B2S/Ship/Item.php:786
2581
  msgid "Learn more about this"
2582
  msgstr "Erfahre mehr darüber"
2583
 
2584
+ #: includes/B2S/Ship/Item.php:321
2585
  msgid ""
2586
  "Please note: XING allows identical posts to be published only once within a "
2587
  "group and no more than three times across different groups."
2590
  "einmal innerhalb einer Gruppe und nicht mehr als dreimal in verschiedenen "
2591
  "Gruppen."
2592
 
2593
+ #: includes/B2S/Ship/Item.php:321
2594
  msgid "Read more"
2595
  msgstr "mehr erfahren"
2596
 
2597
+ #: includes/B2S/Ship/Item.php:341
2598
  msgid "hide calendar"
2599
  msgstr "Planungskalender verbergen"
2600
 
2601
+ #: includes/B2S/Ship/Item.php:396 includes/B2S/Ship/Item.php:420
2602
+ #: includes/B2S/Ship/Item.php:444 includes/B2S/Ship/Item.php:462
2603
+ #: includes/B2S/Ship/Item.php:477 includes/B2S/Ship/Item.php:503
2604
+ #: includes/B2S/Ship/Item.php:521 includes/B2S/Ship/Item.php:537
2605
+ #: includes/B2S/Ship/Item.php:550 includes/B2S/Ship/Item.php:566
2606
+ #: includes/B2S/Ship/Item.php:571
2607
  msgid "Write something about your post..."
2608
  msgstr "Schreibe etwas..."
2609
 
2610
+ #: includes/B2S/Ship/Item.php:403 includes/B2S/Ship/Item.php:427
2611
+ #: includes/B2S/Ship/Item.php:451 includes/B2S/Ship/Item.php:499
2612
+ #: includes/B2S/Ship/Item.php:517 includes/B2S/Ship/Item.php:533
2613
+ #: includes/B2S/Ship/Item.php:562 includes/B2S/Ship/Item.php:596
2614
  msgid "Change image"
2615
  msgstr "Bild ändern"
2616
 
2617
+ #: includes/B2S/Ship/Item.php:407
2618
  msgid ""
2619
  "Info: Change Open Graph Meta tags image, title and description for this "
2620
  "network"
2621
  msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
2622
 
2623
+ #: includes/B2S/Ship/Item.php:410 includes/B2S/Ship/Item.php:434
2624
  msgid ""
2625
  "You want to change your link image, link title and link description for this "
2626
  "network? Click here."
2627
  msgstr ""
2628
  "Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
2629
 
2630
+ #: includes/B2S/Ship/Item.php:412
2631
  msgid "OG Meta title"
2632
  msgstr "OG Titel"
2633
 
2634
+ #: includes/B2S/Ship/Item.php:413
2635
  msgid "OG Meta description"
2636
  msgstr "OG Beschreibung"
2637
 
2638
+ #: includes/B2S/Ship/Item.php:431
2639
  msgid ""
2640
  "Info: Change Card Meta tags image, title and description for this network"
2641
  msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
2642
 
2643
+ #: includes/B2S/Ship/Item.php:436
2644
  msgid "Card Meta title"
2645
  msgstr "Card Titel"
2646
 
2647
+ #: includes/B2S/Ship/Item.php:437
2648
  msgid "Card Meta description"
2649
  msgstr "Card Beschreibung"
2650
 
2651
+ #: includes/B2S/Ship/Item.php:583
2652
  msgid "required"
2653
  msgstr "erforderlich"
2654
 
2655
+ #: includes/B2S/Ship/Item.php:603 includes/B2S/Ship/Item.php:605
2656
  msgid "Link"
2657
  msgstr "Link"
2658
 
2659
+ #: includes/B2S/Ship/Item.php:668
2660
+ msgid "Jobs & Projects"
2661
+ msgstr "Jobs & Projekte"
2662
+
2663
+ #: includes/B2S/Ship/Item.php:669
2664
+ msgid "Events"
2665
+ msgstr "Veranstaltungen"
2666
+
2667
+ #: includes/B2S/Ship/Item.php:670
2668
+ msgid "Classified Ads"
2669
+ msgstr "Kleinanzeigen"
2670
+
2671
+ #: includes/B2S/Ship/Item.php:672
2672
+ msgid "Offer"
2673
+ msgstr "Angebot"
2674
+
2675
+ #: includes/B2S/Ship/Item.php:673
2676
+ msgid "Request"
2677
+ msgstr "Gesuche"
2678
+
2679
+ #: includes/B2S/Ship/Item.php:684
2680
  msgid "The Headline..."
2681
  msgstr "Die Überschrift..."
2682
 
2683
+ #: includes/B2S/Ship/Item.php:689
2684
  msgid "Hashtags"
2685
  msgstr "Hashtags"
2686
 
2687
+ #: includes/B2S/Ship/Item.php:717
2688
  msgid "Enable Retweets for all Tweets with the selected profile"
2689
  msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
2690
 
2691
+ #: includes/B2S/Ship/Item.php:736 views/b2s/partials/post-edit-modal.php:73
2692
  msgid "Delay"
2693
  msgstr "Verzögerung"
2694
 
2695
+ #: includes/B2S/Ship/Item.php:746 includes/B2S/Ship/Item.php:747
2696
+ #: includes/B2S/Ship/Item.php:748 includes/B2S/Ship/Item.php:749
2697
+ #: views/b2s/partials/post-edit-modal.php:77
2698
+ #: views/b2s/partials/post-edit-modal.php:78
2699
+ #: views/b2s/partials/post-edit-modal.php:79
2700
+ #: views/b2s/partials/post-edit-modal.php:80
2701
  msgid "min"
2702
  msgstr "min"
2703
 
2704
+ #: includes/B2S/Ship/Item.php:754
2705
  msgid "Add Retweet"
2706
  msgstr "Retweet hinzufügen"
2707
 
2708
+ #: includes/B2S/Ship/Item.php:774
2709
  msgid "Share Now"
2710
  msgstr "Sofort teilen"
2711
 
2712
+ #: includes/B2S/Ship/Item.php:779
2713
  msgid "Schedule Recurrent Post"
2714
  msgstr "regelmäßig Planen"
2715
 
2716
+ #: includes/B2S/Ship/Item.php:815 views/b2s/partials/post-edit-modal.php:47
2717
+ msgid ""
2718
+ "Please note: Your account is connected via an old XING API that is no longer "
2719
+ "supported by XING after March 31. Please connect your XING profile, as well "
2720
+ "as your XING company pages (Employer branding profiles) and business pages "
2721
+ "with the new XING interface in the Blog2Social network settings. To do this, "
2722
+ "go to the Blog2Social Networks section and connect your XING accounts with "
2723
+ "the new XING."
2724
+ msgstr ""
2725
+ "Dein Account ist über eine alte XING-Schnittstelle verbunden, die nicht "
2726
+ "weiter von XING unterstützt wird. Bitte verbinde Dein XING-Profil sowie "
2727
+ "Deine XING-Unternehmensseiten- (Arbeitgeberprofile) und Business Pages mit "
2728
+ "der neuen XING-Schnittstelle. Gehe dazu in den Bereich Blog2Social "
2729
+ "\"Netzwerke\" und verbinde Dein XING-Konto über die neue XING-Schnittstelle"
2730
+
2731
+ #: includes/B2S/Ship/Item.php:819 views/b2s/partials/post-edit-modal.php:51
2732
+ msgid ""
2733
+ "Please note: Google will shut down Google+ for all private accounts "
2734
+ "(profiles, pages, groups) on 2nd April 2019. You can find further "
2735
+ "information and the next steps, including how to download your photos and "
2736
+ "other content here:"
2737
+ msgstr ""
2738
+ "Bitte beachte: Google stellt das Netzwerk Google+ für alle private Konten "
2739
+ "(Profile, Seiten und Gruppen) zum 02. April 2019 ein. Hier findest Du "
2740
+ "Informationen zu den nächsten Schritten, u. a. dazu, wie Du Deine Fotos und "
2741
+ "andere Inhalte herunterladen kannst:"
2742
+
2743
+ #: includes/B2S/Ship/Item.php:822
2744
+ msgid "Repeats"
2745
+ msgstr "Wiederholungen"
2746
 
2747
+ #: includes/B2S/Ship/Item.php:823 includes/B2S/Ship/Item.php:826
2748
  msgid "Duration"
2749
  msgstr "Dauer"
2750
 
2751
+ #: includes/B2S/Ship/Item.php:827
2752
+ msgid "Number of repeats"
2753
+ msgstr "Anzahl der Wiederholungen"
2754
 
2755
+ #: includes/B2S/Ship/Item.php:828
2756
  msgid "Day of month"
2757
  msgstr "Tag im Monat"
2758
 
2759
+ #: includes/B2S/Ship/Item.php:829
2760
+ msgid "Repeats every (days)"
2761
+ msgstr "Wiederholung (in Tage)"
2762
 
2763
+ #: includes/B2S/Ship/Item.php:831
2764
  msgid "Start date"
2765
  msgstr "Startdatum"
2766
 
2767
+ #: includes/B2S/Ship/Item.php:832
2768
+ msgid "Time to publish"
2769
+ msgstr "Veröffentlichungszeitpunkt"
 
 
2770
 
2771
+ #: includes/B2S/Ship/Item.php:841
2772
  msgid "weekly"
2773
  msgstr "wöchentlich"
2774
 
2775
+ #: includes/B2S/Ship/Item.php:842
2776
  msgid "monthly"
2777
  msgstr "monatlich"
2778
 
2779
+ #: includes/B2S/Ship/Item.php:843
2780
  msgid "own period"
2781
  msgstr "Eigener Zeitraum"
2782
 
2783
+ #: includes/B2S/Ship/Item.php:849
2784
  msgid "Week"
2785
  msgstr "Woche"
2786
 
2787
+ #: includes/B2S/Ship/Item.php:849
2788
  msgid "Weeks"
2789
  msgstr "Wochen"
2790
 
2791
+ #: includes/B2S/Ship/Item.php:858
2792
  msgid "Month"
2793
  msgstr "Monat"
2794
 
2795
+ #: includes/B2S/Ship/Item.php:858
2796
  msgid "Months"
2797
  msgstr "Monate"
2798
 
2799
+ #: includes/B2S/Ship/Item.php:878
2800
  msgid "End Of Month"
2801
  msgstr "Monatsende"
2802
 
2803
+ #: includes/B2S/Ship/Item.php:883
2804
  msgid "Timespan"
2805
  msgstr "Zeitspanne"
2806
 
2807
+ #: includes/B2S/Ship/Item.php:886 views/b2s/partials/post-edit-modal.php:63
2808
+ #: views/b2s/partials/post-edit-modal.php:66
2809
+ msgid "Time"
2810
+ msgstr "Mal"
2811
+
2812
+ #: includes/B2S/Ship/Item.php:891
2813
  msgid "Mon"
2814
  msgstr "Mo"
2815
 
2816
+ #: includes/B2S/Ship/Item.php:892
2817
  msgid "Tue"
2818
  msgstr "Di"
2819
 
2820
+ #: includes/B2S/Ship/Item.php:893
2821
  msgid "Wed"
2822
  msgstr "Mi"
2823
 
2824
+ #: includes/B2S/Ship/Item.php:894
2825
  msgid "Thu"
2826
  msgstr "Do"
2827
 
2828
+ #: includes/B2S/Ship/Item.php:895
2829
  msgid "Fri"
2830
  msgstr "Fr"
2831
 
2832
+ #: includes/B2S/Ship/Item.php:896
2833
  msgid "Sat"
2834
  msgstr "Sa"
2835
 
2836
+ #: includes/B2S/Ship/Item.php:897
2837
  msgid "Sun"
2838
  msgstr "So"
2839
 
2840
+ #: includes/B2S/Ship/Item.php:904
2841
  msgid "add another post"
2842
  msgstr "einen weiteren Post anlegen"
2843
 
2844
+ #: includes/B2S/Ship/Item.php:918
2845
  msgid "Copy from original"
2846
  msgstr "Originaltext kopieren"
2847
 
2848
+ #: includes/B2S/Ship/Item.php:934
2849
  msgid "Apply Settings To All Networks"
2850
  msgstr "Planung für alle Netzwerke übernehmen"
2851
 
2852
+ #: includes/B2S/Ship/Item.php:935
2853
  msgid "Save as best time for this network"
2854
  msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
2855
 
2856
+ #: includes/B2S/Ship/Navbar.php:34
2857
  msgid "My Profile"
2858
  msgstr "Mein Profil"
2859
 
2865
  "Um Beiträge auf persönlichen Facebook-Profilen zu teilen, steht ab sofort "
2866
  "Facebook Instant Sharing zur Verfügung"
2867
 
2868
+ #: includes/B2S/Ship/Save.php:391
2869
  msgid "Read why"
2870
  msgstr "mehr erfahren"
2871
 
2969
  msgid "on Blog"
2970
  msgstr "auf dem Blog"
2971
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2972
  #: views/b2s/partials/plugin-deactivate-modal.php:10
2973
  msgid "Do you want to delete your scheduled posts?"
2974
  msgstr "Möchtest Du Deine geplanten Beiträge löschen?"
2998
  msgid "This post is blocked by %1"
2999
  msgstr "% 1bearbeitet gerade diesen Beitrag."
3000
 
3001
+ #: views/b2s/partials/post-edit-modal.php:84
3002
  msgid "The orginal tweet is scheduled on:"
3003
  msgstr "Der Original-Tweet ist geplant für:"
3004
 
3005
+ #: views/b2s/partials/post-edit-modal.php:101
3006
  msgid "Change details"
3007
  msgstr "Änderungen übernehmen"
3008
 
3126
  #. Author of the plugin
3127
  msgid "Blog2Social, Adenion"
3128
  msgstr "Blog2Social, Adenion"
 
 
 
 
 
 
languages/blog2social-pt_BR.mo CHANGED
Binary file
languages/blog2social-pt_BR.po CHANGED
@@ -2,459 +2,319 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-02-05 10:52+0000\n"
6
- "PO-Revision-Date: 2019-02-05 11:46+0000\n"
7
  "Last-Translator: admin <s.buerger@adenion.de>\n"
8
- "Language-Team: Português do Brasil\n"
9
  "Language: pt_BR\n"
10
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Generator: Loco https://localise.biz/\n"
15
- "X-Loco-Version: 2.2.0; wp-5.0.3"
16
 
17
- #: views/b2s/dashboard.php:88
18
- msgid "(Call times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
19
- msgstr "(Horário de atendimento: das 9:00 às 17:00 CET nos dias úteis)"
20
-
21
- #: includes/B2S/Settings/Item.php:98 includes/B2S/Settings/Item.php:99
22
- #: includes/B2S/Settings/Item.php:344
23
- msgid "(PREMIUM)"
24
- msgstr "(PREMIUM)"
25
 
26
- #: includes/B2S/Ship/Save.php:403
27
- msgid ""
28
- "-For scheduled posts, Blog2Social will save your post and move it to the "
29
- "\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
30
- "scheduled date and time, your post will move to the \"Instant Sharing\" tab "
31
- "and you can click on \"Share\" to post it to your account instantly."
32
  msgstr ""
33
- "-Para postagens agendadas, o Blog2Social salvará sua postagem e a moverá "
34
- "para a guia \"Postagens agendadas\" na barra de navegação \"Postagens e "
35
- "compartilhamento\". Na data e hora programadas, sua postagem será movida "
36
- "para a guia \"Compartilhamento instantâneo\" e você poderá clicar em "
37
- "\"Compartilhar\" para postá-la na sua conta instantaneamente."
38
 
39
- #: includes/B2S/Ship/Save.php:395
40
- msgid ""
41
- "-For scheduled posts, Blog2Social will save your post and move it to the "
42
- "\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
43
- "scheduled date and time, your post will move to the \"Instant Sharing\" tab "
44
- "and you can click on \"Share\" to post it to your Facebook Profile instantly."
45
- msgstr ""
46
- "- Para as postagens agendadas, o Blog2Social salvará sua postagem e a moverá "
47
- "para a guia \"Postagens agendadas\" na barra de navegação \"Postagens e "
48
- "compartilhamento\". Na data e hora agendadas, sua postagem será movida para "
49
- "a guia \"Compartilhamento Instantâneo\" e você poderá clicar em "
50
- "\"Compartilhar\" para postá-la no seu perfil do Facebook instantaneamente."
51
 
52
- #: includes/B2S/Ship/Save.php:394
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  msgid ""
54
- "-To share your post immediately, click the \"Share\" button next to your "
55
- "selected Facebook profile below."
56
  msgstr ""
57
- "- Para compartilhar sua postagem imediatamente, clique no botão "
58
- "\"Compartilhar\" ao lado do perfil do Facebook selecionado abaixo."
59
 
60
- #: includes/B2S/Ship/Save.php:402
61
  msgid ""
62
- "-To share your post immediately, click the \"Share\" button next to your "
63
- "selected Google+ account below."
64
  msgstr ""
65
- "-Para compartilhar sua postagem imediatamente, clique no botão "
66
- "\"Compartilhar\" ao lado da sua conta do Google+ selecionada abaixo."
67
 
68
- #: includes/B2S/PostBox.php:140
69
- msgid "1. Immediately after publishing your blog post"
70
- msgstr "1. Imediatamente após publicar sua postagem no blog"
71
 
72
- #: views/prg/login.php:36
73
- msgid "1x publish press release <br> 1x publish report <br> 1x promote event"
74
- msgstr ""
75
- "1x publicar boletim de imprensa <br> 1x publicar relatório <br> 1x promover "
76
- "evento"
 
 
77
 
78
- #: includes/B2S/PostBox.php:143
79
- msgid ""
80
- "2. Schedule your social media posts for a specific date and time If you want "
81
- "to share your post at a particular date and time, different from your "
82
- "publishing date, select the option at scheduled times and set any date and "
83
- "time to share your post on social media."
 
 
 
 
 
 
 
 
 
 
 
84
  msgstr ""
85
- "2. Agende suas postagens de rede social para uma data e hora específicas. Se "
86
- "você quiser compartilhar sua postagem em uma data e hora específicas, "
87
- "diferente da data de publicação, selecione a opção em horários programados e "
88
- "defina qualquer data e hora para compartilhar sua postagem em rede social."
89
 
90
- #: includes/System.php:84
91
- msgid ""
92
- "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
93
- "requirements-for-installing-blog2social.html\" target=\"_blank\"> Please "
94
- "find more Information and help in our FAQ</a>"
95
  msgstr ""
96
- "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
97
- "requirements-for-installing-blog2social.html\" target=\"_blank\"> Por favor, "
98
- "encontre mais informações e ajuda em nosso FAQ</a>"
99
 
100
- #: views/notice.php:19
 
 
 
 
101
  msgid ""
102
- "<b> A new version of Blog2Social is available. </b> Update now <br> "
103
- "Blog2Social to continue to use the latest version of the plugin."
104
  msgstr ""
105
- "<b> Uma nova versão do Blog2Social está disponível. </b> Atualize agora <br> "
106
- "o Blog2Social para continuar a usar a versão mais recente do plug-in."
107
 
108
- #: views/notice.php:28
109
- msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
110
- msgstr ""
111
- "<b> Ocorreu um erro desconhecido! </b> <br> Entre em contato com nosso "
112
- "suporte!"
113
 
114
- #: includes/Notice.php:18
115
  msgid ""
116
- "<strong>Rate it!</strong> If you like Blog2Social, please give us a 5 star "
117
- "rating. I there is anything that does not work for you, please contact us!"
118
  msgstr ""
119
- "<strong>Classifique!</strong> Se você gosta do Blog2Social, por favor, dê-"
120
- "nos uma classificação de 5 estrelas. Se há alguma coisa que não funciona "
121
- "para você, entre em contato conosco!"
122
 
123
- #: includes/B2S/Settings/Item.php:405
124
  msgid ""
125
- "A photo or image post displays the selected image in the one-page preview of "
126
- "Blog2Social and your comment above the image. The image links to the image "
127
- "view on your image gallery in the respective network. Blog2Social adds the "
128
- "link to your post in your comment. The main benefit of photo posts is that "
129
- "your image is uploaded to your personal image albums or gallery. In Facebook,"
130
- " you can edit the albums name with a description of your choice."
131
  msgstr ""
132
- "Uma postagem de foto ou imagem exibe a imagem selecionada na visualização de "
133
- "uma página do Blog2Social e seu comentário acima da imagem. A imagem é "
134
- "vinculada à visualização da imagem na sua galeria de imagens na respectiva "
135
- "rede. O Blog2Social adiciona o link para sua postagem no seu comentário. O "
136
- "principal benefício de postagens de fotos é que sua imagem é enviada para "
137
- "seus álbuns de imagens pessoais ou galeria. No Facebook, você pode editar o "
138
- "nome dos álbuns com uma descrição de sua escolha."
139
-
140
- #: includes/B2S/Settings/Item.php:63 includes/B2S/Settings/Item.php:83
141
- #: includes/B2S/Ship/Item.php:674
142
- msgid "Account"
143
- msgstr "Conta"
144
-
145
- #: views/b2s/premium.php:29 views/b2s/widgets/premium.php:21
146
- msgid "Activate"
147
- msgstr "Ativado"
148
 
149
- #: includes/B2S/Settings/Item.php:456
150
- msgid "Activate Instant Caching"
151
- msgstr "Ativar cache instantâneo"
152
 
153
- #: includes/B2S/Settings/Item.php:107
154
- msgid "activate Legacy mode"
155
- msgstr "ativar o modo legado"
 
156
 
157
- #: views/b2s/settings.php:212
158
- msgid "Activate Legacy mode "
159
- msgstr "Ativar o modo legado"
 
 
 
 
 
 
160
 
161
- #: includes/B2S/Ship/Item.php:834
162
- msgid "add another post"
163
- msgstr "adicionar outra postagem"
 
 
 
 
 
 
164
 
165
- #: views/b2s/ship.php:103
166
- msgid "Add more..."
167
- msgstr "Adicionar mais..."
 
 
 
168
 
169
- #: includes/B2S/Settings/Item.php:297
170
  msgid ""
171
- "Add Open Graph meta tags to your shared posts or pages, required by Facebook "
172
- "and other social networks to display your post or page image, title and "
173
- "description correctly."
174
  msgstr ""
175
- "Adicione as meta tags Open Graph às suas postagens ou páginas compartilhadas,"
176
- " exigidas pelo Facebook e outras redes sociais, para exibir sua postagem ou "
177
- "imagem da página, título e descrição corretamente."
178
 
179
- #: views/b2s/post.calendar.php:78 views/b2s/post.sched.php:159
180
- msgid "add post"
181
- msgstr "adicionar postagem"
182
 
183
- #: includes/B2S/Ship/Item.php:693
184
- msgid "Add Retweet"
185
- msgstr "Adicionar Retweet"
186
 
187
- #: views/b2s/ship.php:514
188
- msgid "add Schedule"
189
- msgstr "adicionar ao Calendário"
190
 
191
- #: includes/B2S/Settings/Item.php:322
192
  msgid ""
193
- "Add the default Open Graph parameters for title, description and image you "
194
- "want Facebook to display, if you share the frontpage of your blog as link "
195
- "post (http://www.yourblog.com)"
 
196
  msgstr ""
197
- "Adicione os parâmetros padrão do Open Graph para o título, descrição e "
198
- "imagem que você deseja que o Facebook exiba, se você compartilhar a página "
199
- "inicial do seu blog como link post (http://www.yourblog.com)"
200
 
201
- #: includes/B2S/Settings/Item.php:338
202
  msgid ""
203
- "Add the default Twitter Card parameters for title, description and image you "
204
- "want Twitter to display, if you share the frontpage of your blog as link "
205
- "post (http://www.yourblog.com)"
206
  msgstr ""
207
- "Adicione os parâmetros padrão do Twitter Card para o título, a descrição e a "
208
- "imagem que você deseja que o Twitter exiba, se você compartilhar a página "
209
- "inicial de seu blog como link post (http://www.yourblog.com)"
210
-
211
- #: includes/B2S/Settings/Item.php:299
212
- msgid ""
213
- "Add Twitter Card meta tags to your shared posts or pages, required by "
214
- "Twitter to display your post or page image, title and description correctly."
215
- msgstr ""
216
- "Adicione as meta tags do Twitter Card às suas postagens ou páginas "
217
- "compartilhadas, exigidas pelo Twitter para exibir sua postagem ou imagem da "
218
- "página, título e descrição corretamente."
219
-
220
- #: includes/B2S/Settings/Item.php:248
221
- msgid "add/change connection"
222
- msgstr "adicionar / alterar conexão"
223
-
224
- #: includes/B2S/Settings/Item.php:436
225
- msgid "All"
226
- msgstr "Todos"
227
-
228
- #: includes/PRG/Post/Filter.php:31
229
- msgid "All Authors"
230
- msgstr "All Authors"
231
-
232
- #: includes/B2S/Post/Filter.php:34
233
- msgid "all authors"
234
- msgstr "todos os autores"
235
-
236
- #: includes/B2S/Post/Filter.php:86
237
- msgid "all categories & tags"
238
- msgstr "todas as categorias & tags"
239
-
240
- #: views/b2s/network.php:102
241
- msgid ""
242
- "All connected networks will be displayed as default \"Standard\" networks "
243
- "profile.<br><br>You may define various sets of social media accounts, "
244
- "profiles, pages or groups for different sharing purposes. For example pre-"
245
- "select specific set of all your networks for initial sharing and another set "
246
- "of specific networks for re-sharing your post to. Or, if you have multiple "
247
- "Twitter accounts or multiple Facebook pages and you want to share your post "
248
- "to specific accounts or pages only, this feature may come handy for even "
249
- "faster access to a specific selection of your sharing purposes. You may also "
250
- "select sets of networks for re-sharing or scheduling your posts once or "
251
- "recurrently at various days and times and with different comments or images."
252
- "<br><br> This feature gives you an easier and faster access to an unlimited "
253
- "number of variations for pre-selected sets of social media accounts for any "
254
- "sharing and scheduling scheme you may think of.<br><br> You can always "
255
- "select and remove any account from any of your networks profiles on your "
256
- "preview page with just a click of your mouse for an easy variation of your "
257
- "current sharing scheme."
258
- msgstr ""
259
- "Todas as redes conectadas serão exibidas como perfil de rede \"Padrão\" "
260
- "padrão.<br><br> Você pode definir vários conjuntos de contas, perfis, "
261
- "páginas ou grupos de mídia social para diferentes fins de compartilhamento. "
262
- "Por exemplo, pré-selecione um conjunto específico de todas as suas redes "
263
- "para compartilhamento inicial e outro conjunto de redes específicas para "
264
- "compartilhar novamente sua postagem. Ou, se você tiver várias contas do "
265
- "Twitter ou várias páginas do Facebook e quiser compartilhar sua postagem "
266
- "apenas em contas ou páginas específicas, esse recurso pode ser útil para um "
267
- "acesso ainda mais rápido a uma seleção específica de suas finalidades de "
268
- "compartilhamento. Você também pode selecionar conjuntos de redes para "
269
- "compartilhar novamente ou agendar suas postagens uma vez ou de forma "
270
- "recorrente em vários dias e horários e com comentários ou imagens diferentes."
271
- "<br><br>.Esse recurso proporciona um acesso mais fácil e rápido a um número "
272
- "ilimitado de variações para conjuntos pré-selecionados de contas de rede "
273
- "social para qualquer esquema de compartilhamento e agendamento que você "
274
- "possa imaginar.<br><br> Você pode sempre selecionar e remover qualquer conta "
275
- "de qualquer um dos perfis de sua rede na sua página de visualização com "
276
- "apenas um clique do mouse para uma variação fácil do seu esquema de "
277
- "compartilhamento atual."
278
-
279
- #: includes/B2S/Post/Filter.php:108 includes/PRG/Post/Filter.php:53
280
- msgid "all post types"
281
- msgstr "todos os tipos de postagem"
282
-
283
- #: views/b2s/widgets/premium.php:108
284
- msgid ""
285
- "All scheduled and published social media posts with direct links for easy "
286
- "access or re-sharing"
287
- msgstr ""
288
- "Todos as postagens de rede social agendadas e publicadas com links diretos "
289
- "para fácil acesso ou re-compartilhamento"
290
-
291
- #: includes/B2S/Post/Filter.php:50
292
- msgid "all statuses"
293
- msgstr "todos os status"
294
 
295
- #: includes/PRG/Post/Filter.php:42
296
- msgid "All Types"
297
- msgstr "Todos os tipos"
298
 
299
- #: views/b2s/settings.php:184
300
- msgid "Allow shortcodes in my post"
301
- msgstr "Permitir códigos de acesso na minha postagem"
302
 
303
- #: includes/B2S/Settings/Item.php:86
304
- msgid "allow shortcodes in my post"
305
- msgstr "permitir shortcodes na minha postagem"
306
 
307
- #: includes/B2S/Ship/Image.php:67
308
- msgid "Apply image for all posts"
309
- msgstr "Aplicar a imagem para todas as postagens"
310
 
311
- #: includes/B2S/Ship/Image.php:71 includes/B2S/Ship/Image.php:73
312
- msgid "Apply image for this post"
313
- msgstr "Aplicar a imagem para esta postagem"
314
 
315
- #: includes/B2S/Ship/Item.php:864
316
- msgid "Apply Settings To All Networks"
317
- msgstr "Aplicar as configurações para todas as redes"
318
 
319
- #: views/b2s/post.approve.php:81
320
- msgid "Are you sure you want to delete these Social Media posts?"
321
- msgstr "Tem certeza que deseja excluir essas postagens das redes sociais?"
322
 
323
- #: views/b2s/partials/network-tos-modal.php:11
324
- msgid ""
325
- "As part of recent updates to the Facebook Platform Policies, Facebook "
326
- "introduced significant changes to the APIs that third-party programs, such "
327
- "as social media marketing tools, are using to access the platform."
328
- msgstr ""
329
- "Como parte das recentes atualizações das Políticas da Plataforma do Facebook,"
330
- " o Facebook introduziu mudanças significativas nas APIs dos programas de "
331
- "terceiros, como as ferramentas de marketing de rede social que estão usando "
332
- "para acessar a plataforma."
333
 
334
- #: views/b2s/ship.php:329
335
- msgid "At least one of your selected networks is set to \"Share Now\""
336
- msgstr ""
337
- "Pelo menos uma das redes selecionadas está definida como \"Compartilhar "
338
- "agora\""
339
 
340
- #: includes/B2S/PostBox.php:223 includes/B2S/Curation/View.php:62
341
- msgid "at scheduled times"
342
- msgstr "em horários programados"
 
 
 
 
 
 
 
 
 
 
343
 
344
- #: includes/B2S/Post/Item.php:248 includes/PRG/Post/Item.php:132
345
- msgid "Author"
346
- msgstr "Autor"
347
 
348
- #: includes/B2S/Network/Item.php:193 includes/B2S/Network/Item.php:245
349
- #: includes/B2S/Network/Item.php:298
350
- msgid "Authorization is interrupted since"
351
- msgstr "A autorização é interrompida desde"
352
 
353
- #: views/b2s/premium.php:60
354
- msgid "Auto Posting"
355
- msgstr "Auto postagem"
356
 
357
- #. Description of the plugin
358
  msgid ""
359
- "Auto publish, schedule & share posts on social media: Facebook, Twitter, "
360
- "Google+, XING, LinkedIn, Instagram, ... crosspost to pages & groups"
361
- msgstr ""
362
- "Publique, agende e compartilhe postagens nas redes sociais: Facebook, "
363
- "Twitter, Google+, XING, LinkedIn, Instagram, ... postagem cruzada para "
364
- "páginas e grupos"
365
-
366
- #: includes/B2S/PostBox.php:153 views/b2s/curation.php:125
367
- #: views/b2s/network.php:111 views/b2s/post.calendar.php:273
368
- #: views/b2s/ship.php:289 views/b2s/ship.php:349 views/b2s/ship.php:395
369
- msgid "Auto-post and auto-schedule new and updated blog posts"
370
- msgstr ""
371
- "Postar automaticamente e agendar automaticamente postagens novas e "
372
- "atualizadas"
373
-
374
- #: includes/Loader.php:294
375
- msgid "Auto-Post on Social Media"
376
- msgstr "Postar automaticamente nas redes sociais"
377
-
378
- #: includes/B2S/Settings/Item.php:163
379
- msgid "Auto-post your imported posts to Twitter & Facebook"
380
  msgstr ""
381
- "Publique automaticamente suas postagens importadas no Twitter e Facebook"
 
 
382
 
383
- #: includes/B2S/Settings/Item.php:123
384
- msgid "Auto-post your own created posts"
385
- msgstr "Postar automaticamente suas próprias postagens criadas"
386
 
387
- #: views/b2s/settings.php:33 includes/B2S/Post/Item.php:426
388
- #: views/b2s/widgets/premium.php:47
389
- msgid "Auto-Posting"
390
- msgstr "Postagem automática"
391
 
392
- #: includes/B2S/PostBox.php:100 includes/B2S/Settings/Item.php:121
393
  msgid ""
394
- "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" "
395
- "tab on your \"Posts & Sharing\" navigation bar and can be shared on your "
396
- "Facebook Profile by clicking on the \"Share\" button next to your auto-post."
397
- msgstr ""
398
- "As postagens automáticas dos perfis do Facebook serão mostradas na guia "
399
- "\"Compartilhamento Instantâneo\" na barra de navegação \"Postagens e "
400
- "Compartilhamento\" e podem ser compartilhadas no seu perfil do Facebook, "
401
- "clicando no botão \"Compartilhar\" ao lado da postagem automática."
402
-
403
- #: views/b2s/premium.php:61 views/b2s/widgets/premium.php:48
404
- msgid "Automatically share your posts whenever you publish a new blog post"
405
  msgstr ""
406
- "Compartilhar automaticamente suas postagens sempre que você publicar uma "
407
- "nova postagem no blog"
408
-
409
- #: includes/Loader.php:1148 includes/Loader.php:1321
410
- msgid "back to install plugins"
411
- msgstr "voltar para a instalação de plugins"
412
-
413
- #: includes/B2S/Network/Item.php:154
414
- msgid "Best Time Manager"
415
- msgstr "Gerenciamento do melhor horário"
416
 
417
- #: includes/B2S/PostBox.php:155 views/b2s/curation.php:127
418
- #: views/b2s/network.php:113 views/b2s/post.calendar.php:275
419
- #: views/b2s/ship.php:291 views/b2s/ship.php:351 views/b2s/ship.php:397
420
  msgid ""
421
- "Best Time Manager: use predefined best time scheduler to auto-schedule your "
422
- "social media posts"
 
423
  msgstr ""
424
- "Melhor Gerenciador de Tempo: use um agendador de melhor horário predefinido "
425
- "para agendar automaticamente suas postagens de rede social"
426
-
427
- #: views/b2s/curation.php:115 views/b2s/post.calendar.php:263
428
- #: views/b2s/premium.php:78 views/b2s/ship.php:385
429
- #: views/b2s/widgets/premium.php:71
430
- msgid "Best Time Scheduler"
431
- msgstr "Melhor horário"
432
-
433
- #: includes/B2S/Network/Item.php:130
434
- msgid "Best times"
435
- msgstr "Melhores horários"
436
-
437
- #: includes/B2S/Settings/Item.php:79
438
- msgid "Bitly"
439
- msgstr "Bitly"
440
-
441
- #: includes/Loader.php:705
442
- msgid "Blog2Social"
443
- msgstr "Blog2Social"
444
 
445
- #: views/b2s/settings.php:245
446
  msgid ""
447
- "Blog2Social applies the scheduled time settings based on the time zone "
448
- "defined in the general settings of your WordPress. You can select a user-"
449
- "specific time zone that deviates from the Wordpress system time zone for "
450
- "your social media scheduling.<br><br>Select the desired time zone from the "
451
- "drop-down menu."
452
  msgstr ""
453
- "O Blog2Social aplica as configurações de horário programado com base no fuso "
454
- "horário definido nas configurações gerais do seu WordPress. Você pode "
455
- "selecionar um fuso horário específico do usuário que se desvia do fuso "
456
- "horário do sistema WordPress para o seu agendamento de rede social.<br><br>"
457
- "Selecione o fuso horário desejado no menu suspenso."
458
 
459
  #: includes/System.php:81
460
  msgid ""
@@ -469,230 +329,154 @@ msgstr ""
469
  "servidor MySQL é executado na versão 5.5.3 ou superior, ou peça ao seu "
470
  "administrador de servidor para fazer isso por você."
471
 
472
- #: views/b2s/curation.php:106 views/b2s/post.calendar.php:254
473
- #: views/b2s/ship.php:376
474
- msgid "Blog2Social Premium covers everything you need."
475
- msgstr "O Blog2Social Premium cobre tudo o que você precisa."
476
-
477
- #: includes/System.php:69
478
  msgid ""
479
- "Blog2Social used cURL. cURL is not installed in your PHP installation on "
480
- "your server. Install cURL and activate Blog2Social again."
 
481
  msgstr ""
482
- "Blog2Social usado cURL. O cURL não está instalado na sua instalação do PHP "
483
- "no seu servidor. Instale o cURL e ative o Blog2Social novamente."
 
484
 
485
- #: includes/System.php:75
486
- msgid ""
487
- "Blog2Social used PHP. Your installed PHP version on your server is not high "
488
- "enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
489
- msgstr ""
490
- "Blog2Social usa PHP. Sua versão do PHP instalada no seu servidor não é o "
491
- "suficiente para usar o Blog2Social. Atualize sua versão do PHP para 5.5.3 ou "
492
- "superior."
493
 
494
- #: views/b2s/network.php:155
495
  msgid ""
496
- "Blog2Social uses the official Google My Business API to share your content "
497
- "on your business listing. You can connect Google My Business listings with "
498
- "up to nine different locations to Blog2Social and you can choose which "
499
- "location you want to share your content on."
500
  msgstr ""
501
- "O Blog2Social usa a API oficial do Google Meu Negócio para compartilhar seu "
502
- "conteúdo na listagem da sua empresa. Você pode conectar as listagens do "
503
- "Google Meu Negócio com até nove locais diferentes ao Blog2Social e escolher "
504
- "em qual local deseja compartilhar seu conteúdo."
505
-
506
- #. Author of the plugin
507
- msgid "Blog2Social, Adenion"
508
- msgstr "Blog2Social, Adenion"
509
-
510
- #: includes/B2S/PostBox.php:123
511
- msgid "Blog2Social: Customize & Schedule Social Media Posts"
512
- msgstr "Blog2Social: Personalizar e agendar postagens de rede social"
513
-
514
- #. Plugin Name of the plugin
515
- msgid "Blog2Social: Social Media Auto Post & Scheduler"
516
- msgstr "Blog2Social: Auto postagem e Agendamento nas Redes Sociais"
517
 
518
- #: includes/B2S/PostBox.php:135
519
- msgid "Blog2Social: Social Media Auto-Posting"
520
- msgstr "Blog2Social: Postagem automática nas redes sociais"
521
 
522
- #: includes/B2S/Settings/Item.php:140
523
  msgid ""
524
- "By enabling this feature your previously published social media posts will "
525
- "be sent again to your selected social media channels as soon as the post is "
526
- "updated."
527
  msgstr ""
528
- "Ao ativar esse recurso, as postagens de redes sociais publicadas "
529
- "anteriormente serão enviadas novamente para os canais selecionados assim que "
530
- "a postagem for atualizada."
531
-
532
- #: views/b2s/widgets/calendar.php:1
533
- msgid "Calendar"
534
- msgstr "Calendário"
535
-
536
- #: views/b2s/dashboard.php:86
537
- msgid "Call us: +49 2181 7569-277"
538
- msgstr "Ligue para nós: +49 2181 7569-277"
539
-
540
- #: includes/B2S/Ship/Item.php:396
541
- msgid "Card Meta description"
542
- msgstr "Descrição do cartão"
543
-
544
- #: includes/B2S/Ship/Item.php:395
545
- msgid "Card Meta title"
546
- msgstr "Título do Meta Card"
547
-
548
- #: includes/B2S/Settings/Item.php:83
549
- msgid "change"
550
- msgstr "mudar"
551
-
552
- #: views/b2s/partials/post-edit-modal.php:86
553
- msgid "Change details"
554
- msgstr "Alterar detalhes"
555
-
556
- #: includes/B2S/Ship/Item.php:362 includes/B2S/Ship/Item.php:386
557
- #: includes/B2S/Ship/Item.php:410 includes/B2S/Ship/Item.php:458
558
- #: includes/B2S/Ship/Item.php:476 includes/B2S/Ship/Item.php:492
559
- #: includes/B2S/Ship/Item.php:521 includes/B2S/Ship/Item.php:555
560
- msgid "Change image"
561
- msgstr "Alterar imagem"
562
-
563
- #: views/b2s/network.php:214
564
- msgid "Change successful"
565
- msgstr "Alteração com sucesso"
566
-
567
- #: views/b2s/ship.php:180
568
- msgid "change website address"
569
- msgstr "mudar o endereço do site"
570
 
571
- #: views/b2s/partials/network-tos-modal.php:29
572
- msgid ""
573
- "Changes to the API currently only affect personal Facebook Profiles. Sharing "
574
- "your posts automatically on your Facebook Pages will also still be possible "
575
- "with social media tools. And of course, Blog2Social will continue to support "
576
- "automated posting on Facebook Pages."
577
- msgstr ""
578
- "As alterações na API atualmente afetam apenas os perfis pessoais do Facebook."
579
- " Compartilhar suas postagens automaticamente nas suas páginas do Facebook "
580
- "ainda será possível com as ferramentas de redes sociais. E, claro, o "
581
- "Blog2Social continuará a oferecer suporte à postagem automatizada em páginas "
582
- "do Facebook."
583
 
584
- #: includes/B2S/Ship/Item.php:155 includes/B2S/Ship/Item.php:159
585
- #: includes/B2S/Ship/Item.php:194 includes/B2S/Ship/Item.php:198
586
- #: includes/B2S/Ship/Item.php:219 includes/B2S/Ship/Item.php:223
587
- #: includes/B2S/Ship/Item.php:842 includes/B2S/Ship/Item.php:844
588
- msgid "characters"
589
- msgstr "caracteres"
590
 
591
- #: views/b2s/premium.php:79 views/b2s/widgets/premium.php:72
592
- msgid ""
593
- "Choose pre-defined times to post or edit and define your own time settings"
594
  msgstr ""
595
- "Escolha horários pré-definidos para publicar ou editar e definir suas "
596
- "próprias configurações de horário"
597
-
598
- #: views/b2s/post.calendar.php:97 views/b2s/post.sched.php:117
599
- #: views/b2s/ship.php:462
600
- msgid "Choose your"
601
- msgstr "Escolha o seu"
602
-
603
- #: views/b2s/ship.php:199 includes/B2S/Settings/Item.php:82
604
- msgid "connect"
605
- msgstr "conectar"
606
-
607
- #: views/b2s/ship.php:261
608
- msgid "Connect for"
609
- msgstr "Conectar para"
610
-
611
- #: views/notice.php:12
612
- msgid "Connection is broken..."
613
- msgstr "A conexão foi interrompida..."
614
-
615
- #: includes/B2S/Network/Item.php:153 includes/B2S/Settings/Item.php:246
616
- msgid "Connections"
617
- msgstr "Conexões"
618
-
619
- #: views/b2s/dashboard.php:84
620
- msgid "Contact Support by Email"
621
- msgstr "Entre em contato com o nosso suporte por e-mail"
622
-
623
- #: includes/B2S/Settings/Item.php:77
624
- msgid "Content"
625
- msgstr "Conteúdo"
626
-
627
- #: includes/Loader.php:680 includes/Loader.php:728
628
- msgid "Content Curation"
629
- msgstr "Gerenciar Conteúdo"
630
-
631
- #: views/b2s/curation.php:42
632
- msgid "continue"
633
- msgstr "continue"
634
-
635
- #: views/b2s/partials/plugin-deactivate-modal.php:17
636
- msgid "Continue deactivation"
637
- msgstr "Continuar a desativação"
638
-
639
- #: includes/B2S/Ship/Item.php:848
640
- msgid "Copy from original"
641
- msgstr "Copiar do original"
642
-
643
- #: views/prg/ship.php:45 views/prg/ship.php:47
644
- msgid "Copyright"
645
- msgstr "Direitos reservados"
646
-
647
- #: views/b2s/network.php:215
648
- msgid "Could not be changed"
649
- msgstr "Não pode ser alterado"
650
-
651
- #: views/b2s/dashboard.php:82
652
- msgid "Couldn't find your answer?"
653
- msgstr "Não encontrou sua resposta?"
654
 
655
- #: views/b2s/network.php:82
656
- msgid "create"
657
- msgstr "criar"
658
 
659
- #: views/prg/login.php:29
660
- msgid "create account"
661
- msgstr "criar conta"
662
 
663
- #: views/b2s/network.php:28 views/b2s/network.php:31 views/b2s/network.php:76
664
- #: views/b2s/network.php:99
665
- msgid "Create new profile"
666
- msgstr "Criar novo perfil"
667
 
668
- #: views/b2s/premium.php:52 views/b2s/widgets/premium.php:36
669
- msgid "Cross-share to all popular social networks"
670
- msgstr "Compartilhamento cruzado para todas as redes sociais populares"
 
 
 
 
671
 
672
- #: includes/B2S/Post/Item.php:233
673
- msgid "curated post"
674
- msgstr "gerenciar postagem"
 
 
 
 
 
 
 
675
 
676
- #: views/b2s/widgets/premium.php:83
677
- msgid "Custom Scheduling"
678
- msgstr "Agendamento personalizado"
679
 
680
- #: views/b2s/widgets/premium.php:59
681
- msgid "Custom Sharing"
682
- msgstr "Compartilhamento customizado"
 
 
 
 
683
 
684
  #: includes/B2S/PostBox.php:97
685
  msgid "Custom Sharing & Scheduling"
686
  msgstr "Personalize o Compartilhamento e Agendamento"
687
 
688
- #: includes/B2S/Curation/View.php:106
689
- msgid "Customize & Schedule"
690
- msgstr "Personalizar e Agendar"
 
 
 
 
691
 
692
  #: includes/B2S/PostBox.php:98
693
  msgid "Customize & Schedule Social Media Posts"
694
  msgstr "Personalizar e agendar postagens de rede social"
695
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
696
  #: includes/B2S/PostBox.php:126
697
  msgid ""
698
  "Customize and schedule your social media posts on the one page preview for "
@@ -708,270 +492,373 @@ msgstr ""
708
  "novamente de forma recorrente para mais visibilidade e engajamento com sua "
709
  "comunidade."
710
 
711
- #: views/b2s/premium.php:69
712
- msgid "Customizing Social Media Posts"
713
- msgstr "Personalização das postagens de redes sociais"
714
-
715
- #: includes/Loader.php:678 includes/Loader.php:714
716
- msgid "Dashboard"
717
- msgstr "Dashboard"
718
-
719
- #: includes/B2S/Curation/View.php:66 includes/B2S/Curation/View.php:67
720
- #: includes/B2S/Ship/Item.php:815 views/b2s/partials/post-edit-modal.php:47
721
- #: views/b2s/partials/post-edit-modal.php:50
722
- msgid "Date"
723
- msgstr "Data"
724
-
725
- #: includes/B2S/Ship/Item.php:758
726
- msgid "Day of month"
727
- msgstr "Dia do mês"
728
 
729
- #: includes/B2S/Network/Item.php:221 includes/B2S/Network/Item.php:273
730
- #: includes/B2S/Network/Item.php:326 includes/B2S/Ship/Item.php:763
731
- msgid "Days"
732
- msgstr "Dias"
 
 
 
733
 
734
- #: includes/B2S/Network/Item.php:58
735
- msgid "Default"
736
- msgstr "Padrão"
737
 
738
- #: includes/B2S/Settings/Item.php:124
739
- msgid "Define by default to automatically post your posts on social media:"
 
 
 
740
  msgstr ""
741
- "Defina por padrão para postar suas postagens automaticamente nas redes "
742
- "sociais:"
 
743
 
744
- #: includes/B2S/Settings/Item.php:164
745
  msgid ""
746
- "Define by default to automatically share your imported posts to social media:"
 
 
747
  msgstr ""
748
- "Defina por padrão para compartilhar automaticamente suas postagens "
749
- "importadas para redes sociais:"
 
 
750
 
751
- #: views/b2s/post.calendar.php:118 views/b2s/post.sched.php:138
752
- #: views/b2s/ship.php:482
753
  msgid ""
754
- "Define the default settings for the custom post format for all of your "
755
- "Facebook accounts in the Blog2Social settings."
 
 
756
  msgstr ""
757
- "Defina as configurações padrão para o formato de postagem personalizado para "
758
- "todas as suas contas do Facebook nas configurações do Blog2Social."
 
 
759
 
760
- #: views/b2s/post.calendar.php:124 views/b2s/post.sched.php:144
761
- #: views/b2s/ship.php:488
762
- msgid ""
763
- "Define the default settings for the custom post format for all of your "
764
- "Google+ accounts in the Blog2Social settings."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
765
  msgstr ""
766
- "Defina as configurações padrão para o formato de postagem personalizado para "
767
- "todas as suas contas do Google+ nas configurações do Blog2Social."
 
 
 
 
 
 
768
 
769
- #: views/b2s/post.calendar.php:127 views/b2s/post.sched.php:147
770
- #: views/b2s/ship.php:491
 
771
  msgid ""
772
- "Define the default settings for the custom post format for all of your "
773
- "Instagram accounts in the Blog2Social settings."
774
  msgstr ""
775
- "Defina as configurações padrão para o formato de postagem personalizado para "
776
- "todas as suas contas do Instagram nas configurações do Blog2Social."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
777
 
778
- #: views/b2s/post.calendar.php:121 views/b2s/post.sched.php:141
779
- #: views/b2s/ship.php:485
 
 
 
 
 
 
 
780
  msgid ""
781
- "Define the default settings for the custom post format for all of your "
782
- "Twitter accounts in the Blog2Social settings."
783
  msgstr ""
784
- "Defina as configurações padrão para o formato de postagem personalizado para "
785
- "todas as suas contas do Twitter nas configurações do Blog2Social."
786
 
787
- #: includes/B2S/Settings/Item.php:91
788
- msgid "Define Twitter post content"
789
- msgstr "Definir o conteúdo da postagem no Twitter"
 
 
790
 
791
- #: includes/B2S/Ship/Item.php:675 views/b2s/partials/post-edit-modal.php:58
792
- msgid "Delay"
793
- msgstr "Atraso"
 
 
 
 
 
 
 
 
794
 
795
- #: views/b2s/network.php:35 views/b2s/partials/post-edit-modal.php:82
796
- msgid "Delete"
797
- msgstr "Excluir"
798
 
799
- #: includes/B2S/Post/Item.php:544 includes/B2S/Post/Item.php:591
800
- #: includes/B2S/Settings/Item.php:83 includes/B2S/Ship/Item.php:692
801
- #: includes/B2S/Ship/Item.php:833
802
- msgid "delete"
803
- msgstr "excluir"
 
 
804
 
805
- #: views/b2s/network.php:187
806
- msgid "Delete all scheduled posts for this account irrevocably"
807
- msgstr "Excluir todas as postagens agendadas para esta conta irrevogavelmente"
808
 
809
- #: views/b2s/network.php:174
810
- msgid "Delete Authorization"
811
- msgstr "Excluir autorização"
812
 
813
- #: views/b2s/post.sched.php:77
814
- msgid "Delete entries form the scheduling"
815
- msgstr "Excluir entradas do agendamento"
816
 
817
- #: views/b2s/post.notice.php:65 views/b2s/post.publish.php:65
818
- #: views/b2s/widgets/posts.php:71
819
- msgid "Delete entries from the reporting"
820
- msgstr "Excluir entradas do relatório"
821
 
822
- #: includes/B2S/Post/Item.php:470 includes/B2S/Post/Item.php:483
823
- msgid "delete from reporting"
824
- msgstr "excluir do relatório"
825
 
826
- #: views/b2s/network.php:134
827
- msgid "Delete Profile"
828
- msgstr "Excluir Perfil"
829
 
830
- #: views/b2s/partials/plugin-deactivate-modal.php:14
831
- msgid "Delete scheduled posts"
832
- msgstr "Deletar as postagens agendadas"
833
 
834
- #: includes/B2S/Post/Item.php:599
835
- msgid "delete scheduling"
836
- msgstr "excluir agendamento"
837
 
838
- #: views/b2s/post.approve.php:78
839
- msgid "Delete Social Media Posts"
840
- msgstr "Excluir postagens nas redes sociais"
 
 
 
 
 
 
841
 
842
- #: includes/B2S/Ship/Item.php:264 includes/B2S/Ship/Item.php:852
843
- msgid "Delete text"
844
- msgstr "Excluir texto"
 
845
 
846
- #: includes/B2S/Settings/Item.php:326 includes/B2S/Settings/Item.php:347
847
- msgid "Description"
848
- msgstr "Descrição"
 
 
 
 
849
 
850
- #: includes/B2S/Post/Item.php:266 includes/B2S/Post/Item.php:290
851
- #: includes/B2S/Post/Item.php:312
852
- msgid "Details"
853
- msgstr "Detalhes"
854
 
855
- #: includes/B2S/Settings/Item.php:369
856
- msgid "Did you know?"
857
- msgstr "Você sabia?"
 
858
 
859
- #: views/b2s/howto.php:30
860
- msgid "Do you need help?"
861
- msgstr "Você precisa de ajuda?"
862
 
863
- #: views/b2s/network.php:183
864
- msgid "Do you really want to delete this authorization"
865
- msgstr "Você realmente deseja excluir esta autorização"
866
 
867
- #: views/b2s/network.php:137
868
- msgid "Do you really want to delete this profile"
869
- msgstr "Você realmente quer excluir este perfil?"
870
 
871
- #: views/b2s/partials/plugin-deactivate-modal.php:13
872
- msgid ""
873
- "Do you want Blog2Social to delete all your scheduled social media posts? "
874
- "Your scheduled posts will no longer be sent to your social networks."
875
- msgstr ""
876
- "Você quer que o Blog2Social exclua todas as suas postagens agendadas das "
877
- "redes sociais? Suas postagens agendadas não serão mais enviadas para suas "
878
- "redes sociais."
879
 
880
- #: views/b2s/partials/plugin-deactivate-modal.php:10
881
- msgid "Do you want to delete your scheduled posts?"
882
- msgstr "Você quer excluir as postagens agendadas?"
 
 
 
883
 
884
  #: views/b2s/curation.php:84 views/b2s/post.approve.php:98
885
- #: views/b2s/ship.php:443
886
  msgid "Do you want to mark this post as published ?"
887
  msgstr "Você quer marcar este postagem como publicado?"
888
 
889
- #: views/b2s/ship.php:15 includes/B2S/Post/Filter.php:49
890
- #: includes/B2S/Post/Item.php:208 includes/PRG/Post/Item.php:97
891
- msgid "draft"
892
- msgstr "rascunho"
893
 
894
- #: views/b2s/partials/network-tos-modal.php:14
895
- msgid ""
896
- "Due to Facebook API changes, starting on 1st August 2018, access to personal "
897
- "Facebook Profiles has been severely restricted for all social media tools. "
898
- "Automated posting on personal Facebook Profiles is no longer allowed with "
899
- "any social media tool or app."
900
- msgstr ""
901
- "Devido às alterações da API do Facebook, à partir de 1º de agosto de 2018, o "
902
- "acesso a perfis pessoais do Facebook foi severamente restrito a todas as "
903
- "ferramentas de mídia social. A postagem automatizada em perfis pessoais do "
904
- "Facebook não é mais permitida com qualquer ferramenta ou aplicativo de rede "
905
- "social."
906
 
907
- #: includes/B2S/Ship/Item.php:753 includes/B2S/Ship/Item.php:756
908
- msgid "Duration"
909
- msgstr "Duração"
 
910
 
911
- #: includes/B2S/Ship/Item.php:759
912
- msgid "Duration in days"
913
- msgstr "Duração em dias"
 
914
 
915
- #: views/prg/login.php:23
916
- msgid "E-Mail or Username"
917
- msgstr "E-mail ou usuário"
 
918
 
919
- #: includes/B2S/Post/Item.php:588
920
- msgid "edit"
921
- msgstr "editar"
 
 
 
 
 
922
 
923
- #: views/b2s/premium.php:70 views/b2s/widgets/premium.php:60
 
 
 
 
 
 
924
  msgid ""
925
- "Edit or add comments, hashtags or handles. Edit posts in HTML for re-"
926
- "publishing on blogging networks"
 
927
  msgstr ""
928
- "Edite ou adicione comentários, hashtags ou handles. Editar postagens em HTML "
929
- "para republicar em redes de blogs"
 
930
 
931
- #: views/b2s/partials/post-edit-modal.php:7
932
- msgid "Edit Post"
933
- msgstr "Editar postagem"
 
 
934
 
935
- #: includes/B2S/PostBox.php:105
936
- msgid "enable Auto-Posting"
937
- msgstr "ativar a postagem automática"
 
 
 
 
 
 
 
 
 
938
 
939
- #: includes/B2S/Ship/Item.php:656
940
- msgid "Enable Retweets for all Tweets with the selected profile"
941
- msgstr "Ativar Retweets para todos os Tweets com o perfil selecionado"
942
 
943
- #: includes/B2S/Ship/Item.php:808
944
- msgid "End Of Month"
945
- msgstr "Fim do mês"
946
 
947
- #: views/b2s/curation.php:37
948
- msgid "Enter a link you want share on your social media channels"
949
- msgstr ""
950
- "Insira um link que você deseja compartilhar nos seus canais de redes sociais"
951
 
952
- #: views/b2s/premium.php:27 views/b2s/widgets/premium.php:19
953
- msgid "Enter license key and change your version"
954
- msgstr "Entre com o código da licença e altere sua versão"
955
 
956
- #: views/b2s/curation.php:39
957
- msgid "Enter link"
958
- msgstr "Entre com o link"
959
 
960
- #: includes/B2S/Settings/Item.php:214
961
- msgid "Exclude (Do no post ...)"
962
- msgstr "Excluir (não postar...)"
 
 
 
 
 
963
 
964
- #: views/b2s/settings.php:74
965
- msgid "Facebook"
966
- msgstr "Facebook"
967
 
968
- #: includes/B2S/PostBox.php:100
969
- msgid "Facebook Instant Sharing:"
970
- msgstr "Facebook Instant Sharing:"
971
 
972
- #: includes/B2S/Post/Item.php:442 includes/B2S/Ship/Save.php:438
973
- msgid "FAQ"
974
- msgstr "FAQ"
 
 
 
 
975
 
976
  #: views/b2s/network.php:21 views/b2s/network.php:22
977
  #: views/b2s/post.calendar.php:212 views/b2s/post.calendar.php:213
@@ -979,65 +866,104 @@ msgstr "FAQ"
979
  msgid "filter"
980
  msgstr "filtrar"
981
 
982
- #: includes/B2S/Settings/Item.php:211
983
- msgid ""
984
- "Filter Posts (Only posts that meet the following criteria will be autoposted)"
985
- msgstr ""
986
- "Filtrar postagens (somente postagens que atendam aos seguintes critérios "
987
- "serão enviadas automaticamente)"
988
 
989
- #: views/b2s/howto.php:32
990
- msgid "Find answers to common questions in our FAQ."
991
- msgstr "Encontre respostas para perguntas comuns em nosso FAQ."
992
 
993
- #: views/b2s/ship.php:197
994
- msgid "First, connect or select network before posting"
995
- msgstr "Primeiro, conecte ou selecione a rede antes de postar"
996
 
997
- #: includes/B2S/Ship/Save.php:399
998
- msgid ""
999
- "For sharing your posts on Google+ you can now use Google+ Instant Sharing"
1000
- msgstr ""
1001
- "Para compartilhar suas postagens no Google+, agora você pode usar o "
1002
- "Compartilhamento Instantâneo do Google+"
1003
 
1004
- #: includes/B2S/Ship/Save.php:391
 
 
 
 
 
 
 
 
1005
  msgid ""
1006
- "For sharing your posts on personal Facebook Profiles you can now use "
1007
- "Facebook Instant Sharing"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1008
  msgstr ""
1009
- "Para compartilhar suas postagens em perfis pessoais do Facebook, agora você "
1010
- "pode usar o Compartilhamento Instantâneo do Facebook"
1011
-
1012
- #: views/b2s/post.calendar.php:99 views/b2s/post.sched.php:119
1013
- #: views/b2s/ship.php:464
1014
- msgid "for:"
1015
- msgstr "para:"
 
 
 
 
 
 
 
 
 
 
 
 
1016
 
1017
- #: includes/B2S/Ship/Item.php:825
1018
- msgid "Fri"
1019
- msgstr "Sex"
1020
 
1021
- #: includes/B2S/Settings/Item.php:320
1022
- msgid "Frontpage Settings"
1023
- msgstr "Configurações da página inicial"
1024
 
1025
- #: views/b2s/settings.php:30
1026
- msgid "General"
1027
- msgstr "Geral"
1028
 
1029
- #: views/b2s/widgets/newsletter.php:4
1030
- msgid "Get news and updates for promoting your blog on social media"
1031
- msgstr ""
1032
- "Receba notícias e atualizações para promover seu blog nas redes sociais"
 
 
1033
 
1034
- #: views/b2s/widgets/newsletter.php:10
1035
- msgid "Get updates"
1036
- msgstr "Obtenha atualizações"
1037
 
1038
- #: views/b2s/ship.php:530
1039
- msgid "Give me more information"
1040
- msgstr "Me mais informações"
 
 
 
 
 
 
 
 
1041
 
1042
  #: views/b2s/network.php:158
1043
  msgid ""
@@ -1051,502 +977,513 @@ msgstr ""
1051
  "planeja estender a API para empresas com mais de nove locais em suas "
1052
  "listagens do Google Meu Negócio."
1053
 
1054
- #: views/b2s/network.php:152
1055
- msgid "Google My Business"
1056
- msgstr "Google My Business"
1057
-
1058
- #: views/b2s/settings.php:80
1059
- msgid "Google+"
1060
- msgstr "Google+"
1061
-
1062
- #: includes/Loader.php:608 includes/B2S/Network/Item.php:144
1063
- #: includes/B2S/Network/Item.php:144 includes/B2S/Network/Item.php:301
1064
- #: includes/B2S/Settings/Item.php:452 includes/B2S/Settings/Item.php:474
1065
- #: includes/B2S/Ship/Portale.php:28 includes/B2S/Ship/Portale.php:28
1066
- msgid "Group"
1067
- msgstr "Grupo"
1068
-
1069
- #: includes/B2S/Ship/Item.php:628
1070
- msgid "Hashtags"
1071
- msgstr "Hashtags"
1072
-
1073
- #: includes/B2S/Settings/Item.php:97 includes/B2S/Settings/Item.php:98
1074
- #: includes/B2S/Settings/Item.php:99
1075
- msgid "hashtags"
1076
- msgstr "hashtags"
1077
-
1078
- #: views/b2s/settings.php:201
1079
- msgid ""
1080
- "Hashtags are a great way to generate more reach and visibility for your "
1081
- "posts. By activating this feature Blog2Social will automatically include "
1082
- "your WordPress tags as hashtags in all Social Media posts for networks that "
1083
- "support hashtags. This way you don't need to worry about adding extra "
1084
- "hashtags to your comments. Blog2Social erases unnecessary spaces in your "
1085
- "WordPress tags to generate valid hashtags."
1086
- msgstr ""
1087
- "As hashtags são uma ótima maneira de gerar mais alcance e visibilidade para "
1088
- "suas postagens. Ao ativar este recurso, o Blog2Social incluirá "
1089
- "automaticamente suas tags do WordPress como hashtags em todas as postagens "
1090
- "de rede social para redes que suportam hashtags. Dessa forma, você não "
1091
- "precisa se preocupar em adicionar hashtags extras aos seus comentários. "
1092
- "Blog2Social apaga espaços desnecessários em suas tags do WordPress para "
1093
- "gerar hashtags válidas."
1094
-
1095
- #: includes/Notice.php:20
1096
- msgid "hide"
1097
- msgstr "esconder"
1098
 
1099
- #: includes/B2S/Ship/Item.php:302
1100
- msgid "hide calendar"
1101
- msgstr "esconder calendário"
1102
 
1103
- #: includes/Loader.php:684 includes/Loader.php:754
1104
- #: views/b2s/widgets/tutorial.php:4
1105
- msgid "How to & FAQ"
1106
- msgstr "Como e FAQ"
1107
 
1108
- #: views/b2s/howto.php:9
1109
- msgid "How to use Blog2Social"
1110
- msgstr "Como usar o Blog2Social"
1111
 
1112
- #: views/b2s/widgets/tutorial.php:1
1113
- msgid "How to work with Blog2Social"
1114
- msgstr "Como trabalhar com o Blog2Social"
1115
 
1116
- #. Plugin URI of the plugin
1117
- #. Author URI of the plugin
1118
- msgid "https://www.blog2social.com"
1119
- msgstr "https://www.blog2social.com"
1120
 
1121
- #: views/b2s/partials/network-tos-modal.php:38
1122
- msgid "I understand the Facebook changes"
1123
- msgstr "Eu entendo as mudanças do Facebook"
1124
 
1125
- #: views/b2s/partials/network-tos-modal.php:31
1126
- msgid ""
1127
- "If you are using your personal Facebook Profile for business, promotion, or "
1128
- "publishing purposes, you might also consider converting your personal "
1129
- "Facebook Profile to a Facebook Page."
1130
  msgstr ""
1131
- "Se você estiver usando o seu perfil pessoal do Facebook para fins comerciais,"
1132
- " promocionais ou de publicação, considere a possibilidade de converter seu "
1133
- "perfil pessoal do Facebook em uma página do Facebook."
1134
-
1135
- #: views/b2s/ship.php:336
1136
- msgid "Ignore & share"
1137
- msgstr "Ignorar e compartilhar"
1138
 
1139
- #: includes/B2S/Settings/Item.php:398 includes/B2S/Settings/Item.php:463
1140
- msgid "Image cut out"
1141
- msgstr "Imagem recortada"
1142
 
1143
- #: includes/B2S/Settings/Item.php:329 includes/B2S/Settings/Item.php:350
1144
- #: includes/B2S/Ship/Image.php:78 includes/B2S/Ship/Image.php:80
1145
- msgid "Image upload / Media Gallery"
1146
- msgstr "Upload de imagem / Galeria de mídia"
1147
 
1148
- #: includes/B2S/Settings/Item.php:327 includes/B2S/Settings/Item.php:348
1149
- msgid "Image URL"
1150
- msgstr "URL da imagem"
1151
 
1152
- #: includes/B2S/Settings/Item.php:387 includes/B2S/Settings/Item.php:441
1153
- msgid "Image with frame"
1154
- msgstr "Imagem com frame"
1155
 
1156
- #: includes/B2S/Settings/Item.php:169
1157
- msgid ""
1158
- "Immediate Cross-Posting across all networks: Share an unlimited number of "
1159
- "posts"
1160
- msgstr ""
1161
- "Postagem cruzada imediata através de todas as redes: compartilhe um número "
1162
- "ilimitado de postagens"
1163
 
1164
- #: includes/B2S/Curation/View.php:61 includes/B2S/Settings/Item.php:186
1165
- msgid "immediately"
1166
- msgstr "imediatamente"
 
 
1167
 
1168
- #: includes/B2S/PostBox.php:222
1169
- msgid "immediately after publishing"
1170
- msgstr "imediatamente após a publicação"
1171
 
1172
- #: includes/B2S/Settings/Item.php:183
1173
- msgid ""
1174
- "In accordance with the new Twitter TOS, one Twitter account can be selected "
1175
- "as your primary Twitter account for auto-posting."
1176
- msgstr ""
1177
- "De acordo com o novo termo de serviço do Twitter, uma conta do Twitter pode "
1178
- "ser selecionada como sua conta principal do Twitter para postagem automática."
1179
 
1180
- #: includes/B2S/Settings/Item.php:213
1181
- msgid "Include (Post only...)"
1182
- msgstr "Incluir (Publicar apenas...)"
 
 
1183
 
1184
- #: includes/B2S/Settings/Item.php:88
1185
- msgid "include Wordpress tags as hashtags in my post"
1186
- msgstr "incluem tags do WordPress como hashtags na minha postagem"
1187
 
1188
- #: views/b2s/settings.php:198
1189
- msgid "Include WordPress tags as hashtags in your posts"
1190
- msgstr "Incluir tags do WordPress como hashtags em suas postagens"
 
1191
 
1192
- #: views/b2s/premium.php:98
1193
- msgid "Individual Images for Each Social Media Post"
1194
- msgstr "Imagens individuais para cada postagem de rede social"
 
1195
 
1196
- #: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101
1197
- #: views/b2s/network.php:18 views/b2s/settings.php:70 views/b2s/ship.php:56
1198
- #: views/b2s/ship.php:146 views/b2s/ship.php:233
1199
- #: includes/B2S/Network/Item.php:154 includes/B2S/Settings/Item.php:100
1200
- #: includes/B2S/Ship/Item.php:656
1201
- msgid "Info"
1202
- msgstr "Informação"
1203
 
1204
- #: includes/B2S/Ship/Item.php:390
 
1205
  msgid ""
1206
- "Info: Change Card Meta tags image, title and description for this network"
 
1207
  msgstr ""
1208
- "Info: Altere o Meta Card para tags, imagem, título e descrição para esta rede"
 
1209
 
1210
- #: includes/B2S/Ship/Item.php:366
 
1211
  msgid ""
1212
- "Info: Change Open Graph Meta tags image, title and description for this "
1213
- "network"
1214
  msgstr ""
1215
- "Info: Alterar imagem, título e descrição do Open Graph Meta tags para esta "
1216
- "rede"
1217
 
1218
- #: includes/B2S/Ship/Item.php:262 includes/B2S/Ship/Item.php:850
1219
- msgid "Insert full-text"
1220
- msgstr "Inserir texto completo"
 
 
 
 
 
1221
 
1222
- #: includes/B2S/Settings/Item.php:392
 
1223
  msgid ""
1224
- "Insert white frames to show the whole image in your timeline. All image "
1225
- "information will be shown in your timeline."
1226
  msgstr ""
1227
- "Insira quadros brancos para mostrar a imagem inteira na sua linha do tempo. "
1228
- "Todas as informações da imagem serão mostradas na sua linha do tempo."
1229
 
1230
- #: views/b2s/settings.php:83
1231
- msgid "Instagram"
1232
- msgstr "Instagram"
 
1233
 
1234
- #: views/b2s/settings.php:226
1235
- msgid "Instant Caching for Facebook Link Posts"
1236
- msgstr "Cache Instantâneo do link para Postagens no Facebook"
1237
 
1238
- #: views/b2s/partials/network-tos-modal.php:22
1239
- msgid ""
1240
- "Instant Sharing will not only let you share content on your Facebook Profile."
1241
- " You will also be able to share in Groups, Events and more!"
1242
- msgstr ""
1243
- "O Compartilhamento Instantâneo não só permite compartilhar conteúdo no seu "
1244
- "perfil do Facebook. Você também poderá compartilhar em grupos, eventos e "
1245
- "muito mais!"
1246
 
1247
- #: includes/B2S/Ship/Item.php:752
1248
- msgid "Interval"
1249
- msgstr "Intervalo"
1250
 
1251
- #: views/b2s/curation.php:31
1252
- msgid "Invalid data. Please check your data."
1253
- msgstr "Dado inválido. Por favor, verifique."
1254
 
1255
- #: includes/B2S/Post/Item.php:577
1256
- msgid "is processed by the network"
1257
- msgstr "é processado pela rede"
1258
 
1259
- #: includes/B2S/Post/Item.php:505
1260
- msgid "is waiting to shared by"
1261
- msgstr "está esperando para ser compartilhado por"
 
1262
 
1263
- #: views/prg/ship.php:88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1264
  msgid ""
1265
- "It may incur charges for publishing on PR-Gateway. Sent press releases can "
1266
- "not be withdrawn. If you want your press release to be published now?"
 
1267
  msgstr ""
1268
- "Pode ser cobrado pela publicação no PR-Gateway. Os comunicados de imprensa "
1269
- "enviados não podem ser retirados. Se você quer que seu comunicado de "
1270
- "imprensa seja publicado agora?"
1271
-
1272
- #: views/b2s/premium.php:117
1273
- msgid "Keep track of your scheduled and shared posts"
1274
- msgstr "Acompanhe suas postagens agendadas e compartilhadas"
1275
 
1276
- #: includes/B2S/PostBox.php:34
1277
- msgid "last auto-post:"
1278
- msgstr "última postagem automática:"
1279
 
1280
- #: includes/B2S/Post/Item.php:575
1281
- msgid "last modified by"
1282
- msgstr "última modificação por"
1283
 
1284
- #: includes/B2S/Post/Item.php:238
1285
- msgid "last shared on social media"
1286
- msgstr "último compartilhamento nas redes sociais"
1287
 
1288
- #: views/b2s/widgets/posts.php:19
1289
- msgid "Latest Posts"
1290
- msgstr "Últimas postagens"
1291
 
1292
- #: includes/B2S/Post/Item.php:268
1293
- msgid "latest share by"
1294
- msgstr "último compartilhamento por"
1295
 
1296
- #: views/b2s/partials/network-tos-modal.php:33
1297
- msgid "Learn how to convert your Facebook Profile to a Facebook Page"
1298
  msgstr ""
1299
- "Aprenda como converter seu perfil do Facebook em uma página do Facebook"
 
1300
 
1301
- #: views/b2s/widgets/tutorial.php:2
 
 
 
 
1302
  msgid ""
1303
- "Learn how to get the most out of Blog2Social to promote your blog on social "
1304
- "media."
1305
  msgstr ""
1306
- "Aprenda como tirar o máximo proveito do Blog2Social para promover seu blog "
1307
- "em redes sociais."
1308
 
1309
- #: views/b2s/howto.php:17
1310
  msgid ""
1311
- "Learn how to get the most out of Blog2Social to promote your blog on social "
1312
- "media. Find step-by-step instructions and tips for FREE and PREMIUM users."
1313
  msgstr ""
1314
- "Aprenda como tirar o máximo proveito do Blog2Social para promover seu blog "
1315
- "em redes sociais. Encontre instruções passo a passo e dicas para usuários "
1316
- "GRATUITOS e PREMIUM."
 
 
 
1317
 
1318
- #: views/b2s/partials/network-tos-modal.php:24
1319
  msgid ""
1320
- "Learn how to use all the new features of Facebook Instant Sharing including "
1321
- "@handles, emotions, and more customizing features!"
1322
  msgstr ""
1323
- "Aprenda a usar todos os novos recursos do Compartilhamento Instantâneo do "
1324
- "Facebook, incluindo @handles, emoções e mais recursos de personalização!"
1325
-
1326
- #: views/b2s/network.php:161 views/b2s/premium.php:22
1327
- #: views/b2s/widgets/premium.php:14
1328
- msgid "Learn more"
1329
- msgstr "Aprenda mais"
1330
 
1331
- #: includes/B2S/Ship/Item.php:278 includes/B2S/Ship/Item.php:470
1332
- #: includes/B2S/Ship/Item.php:725
1333
- msgid "Learn more about this"
1334
- msgstr "Saiba mais sobre isso"
1335
 
1336
- #: includes/B2S/Ship/Item.php:562 includes/B2S/Ship/Item.php:564
1337
- msgid "Link"
1338
- msgstr "Link"
 
 
 
 
1339
 
1340
- #: views/b2s/post.calendar.php:60 views/b2s/post.sched.php:172
1341
- #: includes/B2S/Settings/Item.php:387 includes/B2S/Settings/Item.php:441
1342
- #: includes/B2S/Settings/Item.php:484
1343
- msgid "Link Post"
1344
- msgstr "Link da postagem"
1345
 
1346
- #: views/b2s/network.php:43 views/b2s/ship.php:55
1347
- msgid "Load Best Times"
1348
- msgstr "Carregar os melhores horários"
 
 
1349
 
1350
- #: views/b2s/curation.php:52
1351
- msgid "Load data..."
1352
- msgstr "Carregando dados..."
1353
 
1354
- #: views/b2s/ship.php:49
1355
- msgid "Load My Times Settings"
1356
- msgstr "Carregar minhas configurações de horário"
1357
 
1358
- #: includes/B2S/PostBox.php:115 views/b2s/network.php:55
1359
- #: views/b2s/network.php:180 views/b2s/post.approve.php:46
1360
- #: views/b2s/post.calendar.php:50 views/b2s/post.calendar.php:230
1361
- #: views/b2s/post.notice.php:40 views/b2s/post.php:37
1362
- #: views/b2s/post.publish.php:40 views/b2s/post.sched.php:52
1363
- #: views/b2s/ship.php:168 views/b2s/ship.php:525
1364
- msgid "Loading..."
1365
- msgstr "Carregando..."
1366
 
1367
- #: views/prg/login.php:20
1368
  msgid ""
1369
- "Login failed. Please check your server settings. OpenSSL must be enabled on."
 
1370
  msgstr ""
1371
- "Falha na autenticação. Por favor, verifique as configurações do seu servidor."
1372
- " O OpenSSL deve estar ativado."
1373
 
1374
- #: views/prg/login.php:14
1375
- msgid "Login failed. Please check your username and a password!"
1376
- msgstr ""
1377
- "Falha na autenticação. Por favor, verifique seu nome de usuário e senha!"
1378
 
1379
- #: includes/B2S/Settings/Item.php:296
1380
- msgid "Meta Tags Settings for Posts and Pages"
1381
- msgstr "Configurações de metatags para postagens e páginas"
1382
 
1383
- #: includes/B2S/Ship/Item.php:685 includes/B2S/Ship/Item.php:686
1384
- #: includes/B2S/Ship/Item.php:687 includes/B2S/Ship/Item.php:688
1385
- #: views/b2s/partials/post-edit-modal.php:62
1386
- #: views/b2s/partials/post-edit-modal.php:63
1387
- #: views/b2s/partials/post-edit-modal.php:64
1388
- #: views/b2s/partials/post-edit-modal.php:65
1389
- msgid "min"
1390
- msgstr "min"
1391
 
1392
- #: includes/B2S/Settings/Item.php:188
1393
- msgid "minutes"
1394
- msgstr "minutos"
1395
 
1396
- #: views/b2s/network.php:223
1397
- msgid "modfiy"
1398
- msgstr "modificar"
1399
 
1400
- #: includes/Loader.php:42
1401
- msgid "Modify forum"
1402
- msgstr "Modificar fórum"
 
 
 
 
1403
 
1404
- #: includes/Loader.php:42
1405
- msgid "Modify pin board"
1406
- msgstr "Modificar o pin board"
1407
 
1408
- #: includes/Loader.php:42
1409
- msgid "Modify subreddit"
1410
- msgstr "Modificar subreddit"
1411
 
1412
- #: includes/B2S/Ship/Item.php:821
1413
- msgid "Mon"
1414
- msgstr "Seg"
1415
 
1416
- #: includes/B2S/Ship/Item.php:788
1417
- msgid "Month"
1418
- msgstr "Mês"
1419
 
1420
- #: includes/B2S/Ship/Item.php:772
1421
- msgid "monthly"
1422
- msgstr "mensalmente"
1423
 
1424
- #: includes/B2S/Ship/Item.php:788
1425
- msgid "Months"
1426
- msgstr "Meses"
1427
 
1428
- #: views/b2s/widgets/support.php:9
1429
- msgid "more FAQ"
1430
- msgstr "mais FAQ"
1431
 
1432
- #: includes/B2S/Settings/Item.php:183
1433
- msgid "More information"
1434
- msgstr "Mais informações"
1435
 
1436
- #: includes/B2S/Ship/Navbar.php:32
1437
- msgid "My Profile"
1438
- msgstr "Meu Perfil"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1439
 
1440
- #: includes/B2S/Network/Item.php:59 includes/B2S/Network/Item.php:160
1441
- msgid "My profile"
1442
- msgstr "Meu perfil"
1443
 
1444
- #: includes/B2S/PostBox.php:241
1445
- msgid "my time settings"
1446
- msgstr "minhas configurações de data/hora"
 
 
 
 
 
 
 
 
 
 
 
 
 
1447
 
1448
- #: views/b2s/curation.php:103 views/b2s/post.calendar.php:251
1449
- #: views/b2s/ship.php:373
1450
- msgid "Need to schedule your posts?"
1451
- msgstr "Precisa agendar suas postagens?"
1452
 
1453
- #: views/b2s/widgets/premium.php:35
1454
- msgid "Network Choice"
1455
- msgstr "Escolha da Rede"
 
 
1456
 
1457
- #: views/b2s/ship.php:153
1458
- msgid "network connected"
1459
- msgstr "rede conectada"
1460
 
1461
- #: includes/B2S/Ship/Item.php:108
1462
- msgid "Network defines image by link"
1463
- msgstr "A Rede define imagem por link"
 
 
 
 
 
 
 
 
1464
 
1465
- #: includes/B2S/Ship/Item.php:111 includes/B2S/Ship/Item.php:170
1466
- msgid "Network does not support emojis"
1467
- msgstr "A rede não suporta emojis"
 
1468
 
1469
- #: includes/B2S/Ship/Item.php:169
1470
- msgid "Network does not support image for pages"
1471
- msgstr "A Rede não suporta imagem para páginas"
1472
 
1473
- #: includes/B2S/Ship/Item.php:107
1474
- msgid "Network does not support image for profiles"
1475
- msgstr "A Rede não suporta imagem para perfis"
 
 
 
 
 
 
 
 
 
 
1476
 
1477
- #: views/b2s/settings.php:39
1478
- msgid "Network Settings"
1479
- msgstr "Configurações de Rede"
 
1480
 
1481
- #: includes/B2S/PostBox.php:79 includes/B2S/PostBox.php:177
1482
- msgid "Network settings"
1483
- msgstr "Configurações de Rede"
 
 
1484
 
1485
- #: includes/Loader.php:681 includes/Loader.php:735 views/b2s/network.php:17
1486
- msgid "Networks"
1487
- msgstr "Redes"
1488
 
1489
- #: includes/B2S/Settings/Item.php:131
1490
- msgid "new posts"
1491
- msgstr "novas postagens"
 
1492
 
1493
- #: includes/B2S/Post/Filter.php:61 includes/B2S/Post/Filter.php:73
1494
- msgid "newest first"
1495
- msgstr "recentes primeiro"
1496
 
1497
- #: includes/B2S/Post/Item.php:292
1498
- msgid "next share by"
1499
- msgstr "próximo compartilhamento por"
1500
 
1501
- #: views/b2s/curation.php:90 views/b2s/network.php:140
1502
- #: views/b2s/post.approve.php:87 views/b2s/post.approve.php:104
1503
- #: views/b2s/post.notice.php:74 views/b2s/post.publish.php:74
1504
- #: views/b2s/post.sched.php:86 views/b2s/ship.php:449 views/prg/ship.php:92
1505
- #: views/b2s/widgets/posts.php:80
1506
- msgid "NO"
1507
- msgstr "NÃO"
1508
 
1509
- #: views/b2s/curation.php:28
1510
- msgid ""
1511
- "No connected networks. Please make sure to connect at least one social media "
1512
- "account."
1513
- msgstr ""
1514
- "Nenhuma rede conectada. Por favor, certifique-se de conectar pelo menos uma "
1515
- "conta de rede social."
1516
 
1517
- #: includes/B2S/Ship/Image.php:59
1518
- msgid "No images are included in your post."
1519
- msgstr "Nenhuma imagem está incluída na sua postagem."
1520
 
1521
- #: views/b2s/curation.php:24
1522
- msgid "No link preview available. Please check your link."
1523
- msgstr ""
1524
- "Nenhuma visualização de link disponível. Por favor, verifique seu link."
 
 
 
1525
 
1526
- #: includes/B2S/PostBox.php:242
1527
- msgid ""
1528
- "Note: If you ​have​ not ​specified​ your own times, we automatically provide "
1529
- "you with the best times to post​ on the social networks. You can always "
1530
- "​edit​ your own times in the settings."
1531
- msgstr ""
1532
- "Nota: Se você não especificou seus horários, nós automaticamente lhe "
1533
- "forneceremos os melhores horários para postar nas redes sociais. Você sempre "
1534
- "pode editar seus próprios horários nas configurações."
1535
 
1536
- #: views/b2s/settings.php:231
1537
- msgid "Note: To use Facebook Instant Articles, this option must be disabled."
1538
- msgstr ""
1539
- "Aviso: Para usar o Facebook Instant Articles, esta opção deve ser desativada."
1540
 
1541
- #: includes/B2S/PostBox.php:81
1542
- msgid ""
1543
- "Notice: Please make sure, that your website address is reachable. The Social "
1544
- "Networks do not allow postings from local installations."
1545
- msgstr ""
1546
- "Aviso: Certifique-se de que o endereço do seu site esteja acessível. As "
1547
- "Redes Sociais não permitem postagens de sites locais."
1548
 
1549
- #: views/b2s/ship.php:178
1550
  msgid ""
1551
  "Notice:<br><p>Please make sure, that your website address is reachable. The "
1552
  "Social Networks do not allow postings from local installations.</p>"
@@ -1554,788 +1491,830 @@ msgstr ""
1554
  "Aviso: <br><p>Verifique se o endereço do seu site está acessível. As Redes "
1555
  "Sociais não permitem postagens de instalações locais.</p>"
1556
 
1557
- #: views/b2s/post.approve.php:83 views/b2s/post.notice.php:70
1558
- #: views/b2s/post.publish.php:70 views/b2s/post.sched.php:82
1559
- #: views/b2s/widgets/posts.php:76
1560
- msgid "Number of entries"
1561
- msgstr "Número de entradas"
1562
 
1563
- #: includes/B2S/User/Info.php:14
1564
- msgid "Number of scheduled posts"
1565
- msgstr "Número de postagens agendadas"
1566
 
1567
- #: includes/B2S/User/Info.php:11
1568
- msgid "Number of shared posts"
1569
- msgstr "Número de postagens compartilhadas"
1570
 
1571
- #: includes/B2S/Ship/Item.php:372
1572
- msgid "OG Meta description"
1573
- msgstr "Descrição Meta OG"
1574
 
1575
- #: includes/B2S/Ship/Item.php:371
1576
- msgid "OG Meta title"
1577
- msgstr "Título Meta OG"
 
1578
 
1579
- #: includes/B2S/Post/Filter.php:61 includes/B2S/Post/Filter.php:73
1580
- msgid "oldest first"
1581
- msgstr "antigos primeiro"
1582
 
1583
- #: includes/PRG/Post/Item.php:132
1584
- msgid "on Blog"
1585
- msgstr "no Blog"
1586
 
1587
- #: views/b2s/ship.php:35 includes/B2S/Post/Item.php:248
1588
- msgid "on blog"
1589
- msgstr "no blog"
1590
 
1591
- #: views/b2s/premium.php:108 views/b2s/widgets/premium.php:96
1592
- msgid "One-page preview editor for all social networks for easy customizing"
1593
- msgstr ""
1594
- "Editor de visualização de uma página para todas as redes sociais para "
1595
- "facilitar a personalização"
1596
 
1597
- #: views/b2s/widgets/premium.php:95
1598
- msgid "One-Step Workflow"
1599
- msgstr "Fluxo de trabalho de uma etapa"
1600
 
1601
- #: includes/B2S/Settings/Item.php:99
1602
- msgid "only content"
1603
- msgstr "somente conteúdo"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1604
 
1605
- #: includes/Loader.php:1148 includes/Loader.php:1321
1606
- msgid "or"
1607
- msgstr "ou"
1608
 
1609
- #: includes/B2S/PostBox.php:164 views/b2s/curation.php:136
1610
- #: views/b2s/network.php:122 views/b2s/post.calendar.php:284
1611
- #: views/b2s/ship.php:300 views/b2s/ship.php:360 views/b2s/ship.php:406
 
 
1612
  msgid ""
1613
- "or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start "
1614
- "with free 30-days-trial of Blog2Social Premium</a> (no payment information "
1615
- "needed)"
 
 
 
 
 
 
 
 
 
1616
  msgstr ""
1617
- "ou <a href=\"http://service.blog2social.com/trial\" target=\"_blank\"> "
1618
- "comece com o teste gratuito de 30 dias do Blog2Social Premium</a> (nenhuma "
1619
- "informação de pagamento é necessária)"
 
 
 
 
 
 
 
 
 
 
 
1620
 
1621
- #: includes/B2S/Ship/Item.php:773
1622
- msgid "own period"
1623
- msgstr "período próprio"
1624
 
1625
- #: includes/Loader.php:608 includes/B2S/Network/Item.php:141
1626
- #: includes/B2S/Network/Item.php:141 includes/B2S/Network/Item.php:248
1627
- #: includes/B2S/Settings/Item.php:255 includes/B2S/Settings/Item.php:451
1628
- #: includes/B2S/Settings/Item.php:473 includes/B2S/Ship/Portale.php:31
1629
- #: includes/B2S/Ship/Portale.php:31
1630
- msgid "Page"
1631
- msgstr "Página"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1632
 
1633
  #: views/prg/login.php:24
1634
  msgid "Password"
1635
  msgstr "Senha"
1636
 
1637
- #: views/b2s/settings.php:242 includes/B2S/Settings/Item.php:66
1638
- msgid "Personal Time Zone"
1639
- msgstr "Fuso horário pessoal"
1640
 
1641
- #: views/b2s/post.calendar.php:60 views/b2s/post.sched.php:172
1642
- #: includes/B2S/Settings/Item.php:398 includes/B2S/Settings/Item.php:463
1643
- #: includes/B2S/Settings/Item.php:484
1644
- msgid "Photo Post"
1645
- msgstr "Foto da postagem"
1646
 
1647
- #: views/b2s/curation.php:38
1648
- msgid "Please enter a valid link"
1649
- msgstr "por favor, entre com um link válido"
 
 
 
 
1650
 
1651
- #: includes/B2S/Ship/Item.php:278 includes/B2S/Ship/Item.php:470
1652
- #: includes/B2S/Ship/Item.php:725
 
 
 
 
 
1653
  msgid ""
1654
- "Please keep in mind that according to Twitter’s new TOS, users are no longer "
1655
- "allowed to post identical or substantially similar content to multiple "
1656
- "accounts or multiple duplicate updates on one account."
1657
  msgstr ""
1658
- "Tenha em mente que, de acordo com os novos termos de serviço do Twitter, os "
1659
- "usuários não podem mais postar conteúdo idêntico ou substancialmente "
1660
- "semelhante a várias contas ou várias atualizações duplicadas em uma conta."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1661
 
1662
  #: views/prg/ship.php:85
1663
  msgid "Please Note"
1664
  msgstr "Observação:"
1665
 
1666
- #: views/b2s/partials/network-tos-modal.php:27
1667
- msgid "Please note:"
1668
- msgstr "Observação:"
1669
-
1670
- #: includes/B2S/Settings/Item.php:332
1671
  msgid ""
1672
- "Please note: Facebook supports images with a minimum dimension of 200x200 "
1673
- "pixels and an aspect ratio of 1:1."
1674
  msgstr ""
1675
- "Nota: o Facebook suporta imagens com uma dimensão mínima de 200x200 pixels e "
1676
- "uma proporção de 1:1."
 
1677
 
1678
- #: includes/B2S/Settings/Item.php:353
1679
- msgid ""
1680
- "Please note: Twitter supports images with a minimum dimension of 144x144 "
1681
- "pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
1682
- "image will be cropped to a square. Twitter supports JPG, PNG, WEBP and GIF "
1683
- "formats."
1684
- msgstr ""
1685
- "Atenção: O Twitter suporta imagens com uma dimensão mínima de 144x144 pixels "
1686
- "e uma dimensão máxima de 4096x4096 pixels e menos de 5 MB. A imagem será "
1687
- "cortada para um quadrado. O Twitter suporta os formatos JPG, PNG, WEBP e GIF."
1688
 
1689
- #: includes/B2S/Ship/Item.php:283
1690
- msgid ""
1691
- "Please note: XING allows identical posts to be published only once within a "
1692
- "group and no more than three times across different groups."
1693
- msgstr ""
1694
- "Atenção: A rede social XING permite posts idênticos para serem publicados "
1695
- "apenas uma vez dentro de um grupo e não mais de três vezes em diferentes "
1696
- "grupos."
1697
 
1698
- #: includes/B2S/Ship/Save.php:404
1699
- msgid ""
1700
- "Please note: You post has to be marked as public to be posted in a group."
1701
- msgstr "Atenção: Sua postagem deverá ser pública para ser postada em um grupo."
1702
 
1703
- #: views/b2s/network.php:213
1704
- msgid "Please re-authorize your account with Blog2Social and try again"
1705
- msgstr ""
1706
- "Por favor, autorize novamente sua conta no Blog2Social e tente novamente"
1707
 
1708
- #: includes/B2S/Post/Item.php:442 includes/B2S/Ship/Save.php:438
1709
- msgid "Please see"
1710
- msgstr "Por favor, veja"
1711
 
1712
- #: includes/System.php:72 includes/System.php:78
1713
- msgid ""
1714
- "Please see <a href=\"https://www.blog2social."
1715
- "com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
1716
- "html\" target=\"_blank\">FAQ</a>"
1717
- msgstr ""
1718
- "Por favor, veja o <a href=\"https://www.blog2social."
1719
- "com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
1720
- "html\" target=\"_blank\">FAQ</a>"
1721
 
1722
- #: includes/B2S/PostBox.php:25
1723
- msgid "Please see FAQ"
1724
- msgstr "Por favor, veja o FAQ"
1725
 
1726
- #: includes/B2S/Ship/Save.php:409
1727
- msgid "Please share your post now"
1728
- msgstr "Por favor, compartilhe a sua postagem agora"
1729
 
1730
- #: includes/B2S/Network/Item.php:189 includes/B2S/Network/Item.php:241
1731
- #: includes/B2S/Network/Item.php:294 includes/B2S/Ship/Image.php:30
1732
- msgid "please upgrade"
1733
- msgstr "por favor, atualize"
1734
 
1735
- #: includes/Loader.php:563
1736
- msgid ""
1737
- "Please, make sure that your post are publish on this blog on this moment. "
1738
- "Then you can auto post your post with Blog2social."
1739
- msgstr ""
1740
- "Por favor, certifique-se de que sua postagem seja publicada neste blog neste "
1741
- "momento. Então, você pode postar sua postagem automaticamente no Blog2Social."
1742
 
1743
- #: views/b2s/settings.php:215
1744
- msgid "Plugin contents are loaded one at a time to minimize server load."
1745
- msgstr ""
1746
- "O conteúdo do plug-in é carregado de cada vez para minimizar a carga do "
1747
- "servidor."
1748
 
1749
- #: includes/B2S/PostBox.php:240
1750
- msgid "post at"
1751
- msgstr "postar em"
1752
 
1753
- #: views/b2s/post.calendar.php:97 views/b2s/post.sched.php:117
1754
- #: views/b2s/ship.php:462
1755
- msgid "Post Format"
1756
- msgstr "Formato da postagem"
1757
 
1758
- #: views/b2s/settings.php:64
1759
- msgid "Post format"
1760
- msgstr "Formato da postagem"
1761
 
1762
- #: includes/B2S/Ship/Item.php:252
1763
- msgid "post format"
1764
- msgstr "formato da postagem"
1765
 
1766
- #: includes/B2S/PostBox.php:151 views/b2s/curation.php:123
1767
- #: views/b2s/network.php:109 views/b2s/post.calendar.php:271
1768
- #: views/b2s/ship.php:287 views/b2s/ship.php:347 views/b2s/ship.php:393
1769
- msgid "Post on pages and groups"
1770
- msgstr "Postar em páginas e grupos"
1771
 
1772
- #: includes/B2S/Settings/Item.php:212
1773
- msgid "Post Types"
1774
- msgstr "Tipos de postagem"
 
 
 
 
1775
 
1776
- #: views/b2s/partials/network-tos-modal.php:8
1777
- msgid "Posting on Facebook Profiles – Introducing Facebook Instant Sharing"
1778
  msgstr ""
1779
- "Postando em perfis no Facebook - Apresentando o Compartilhamento Instantâneo "
1780
- "do Facebook"
1781
 
1782
- #: includes/Loader.php:679 includes/Loader.php:721
1783
- msgid "Posts & Sharing"
1784
- msgstr "Postagens e Compartilhamento"
 
 
 
1785
 
1786
- #: includes/B2S/Settings/Item.php:172
1787
- msgid "posts per day"
1788
- msgstr "postagens por dia"
 
 
 
1789
 
1790
- #: includes/Loader.php:683 includes/Loader.php:747
1791
- msgid "PR-Service"
1792
- msgstr "PR-Service"
 
 
1793
 
1794
- #: includes/Loader.php:685 includes/Loader.php:760 includes/B2S/PostBox.php:108
1795
- #: views/b2s/network.php:31 views/b2s/settings.php:67 views/b2s/ship.php:20
1796
- #: includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:138
1797
- #: includes/B2S/Network/Item.php:141 includes/B2S/Network/Item.php:144
1798
- #: includes/B2S/Network/Item.php:223 includes/B2S/Network/Item.php:275
1799
- #: includes/B2S/Network/Item.php:328 includes/B2S/Settings/Item.php:93
1800
- #: includes/B2S/Settings/Item.php:116 includes/B2S/Ship/Image.php:73
1801
- #: includes/B2S/Ship/Image.php:80 includes/B2S/Ship/Item.php:715
1802
- #: includes/B2S/Ship/Portale.php:28 includes/B2S/Ship/Portale.php:31
1803
- #: includes/B2S/Ship/Portale.php:34 views/b2s/partials/post-edit-modal.php:9
1804
- #: views/b2s/widgets/posts.php:31
1805
- msgid "PREMIUM"
1806
- msgstr "PREMIUM"
1807
 
1808
- #: includes/Loader.php:685
1809
- msgid "Premium"
1810
- msgstr "Premium"
1811
 
1812
- #: includes/Loader.php:608 includes/B2S/Network/Item.php:138
1813
- #: includes/B2S/Network/Item.php:138 includes/B2S/Network/Item.php:196
1814
- #: includes/B2S/Settings/Item.php:255 includes/B2S/Settings/Item.php:436
1815
- #: includes/B2S/Settings/Item.php:450 includes/B2S/Settings/Item.php:472
1816
- #: includes/B2S/Ship/Portale.php:34 includes/B2S/Ship/Portale.php:34
1817
- msgid "Profile"
1818
- msgstr "Perfil"
1819
 
1820
- #: views/b2s/ship.php:105
1821
- msgid "Profiles | Pages | Groups"
1822
- msgstr "Perfis | Páginas | Grupos"
 
1823
 
1824
- #: views/prg/ship.php:67
1825
- msgid "Publish"
1826
- msgstr "Publicar"
 
1827
 
1828
- #: includes/PRG/Post/Item.php:130
1829
- msgid "Publish on PR-Gateway"
1830
- msgstr "Publicar no PR-Gateway"
 
1831
 
1832
- #: includes/B2S/Settings/Item.php:187
1833
- msgid "publish with a delay of"
1834
- msgstr "publicar com um atraso de"
1835
 
1836
- #: views/b2s/curation.php:66 views/b2s/ship.php:15 views/b2s/ship.php:526
1837
- #: includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:208
1838
- #: includes/B2S/Ship/Save.php:417 includes/PRG/Post/Filter.php:41
1839
- #: includes/PRG/Post/Item.php:97
1840
- msgid "published"
1841
- msgstr "publicados"
1842
 
1843
- #: includes/B2S/PostBox.php:141
1844
- msgid ""
1845
- "Published blog posts: If you publish your blog post with click on publish in "
1846
- "your WordPress post editor, Blog2Social will automatically share your social "
1847
- "media post immediately."
1848
- msgstr ""
1849
- "Postagens de blog publicadas: se você publicar sua postagem de blog com o "
1850
- "clique em publicar em seu editor de postagem do WordPress, o Blog2Social "
1851
- "automaticamente compartilhará sua postagem de rede social imediatamente."
1852
 
1853
- #: views/b2s/widgets/activity.php:13
1854
- msgid "published social media posts"
1855
- msgstr "publicou posts nas redes sociais"
1856
 
1857
- #: includes/Notice.php:19
1858
- msgid "RATE BLOG2SOCIAL"
1859
- msgstr "AVALIAR BLOG2SOCIAL"
1860
 
1861
- #: includes/B2S/Post/Item.php:473
1862
- msgid "re-share"
1863
- msgstr "recompartilhar"
1864
 
1865
- #: views/b2s/ship.php:277
1866
- msgid "Re-share this Post"
1867
- msgstr "Recompartilhar esta postagem"
1868
 
1869
- #: views/b2s/ship.php:235 views/b2s/ship.php:237 includes/B2S/Post/Item.php:265
1870
- msgid "Re-share this post"
1871
- msgstr "Recompartilhar esta postagem"
1872
 
1873
- #: includes/B2S/Ship/Item.php:283
1874
- msgid "Read more"
1875
- msgstr "Leia Mais"
1876
 
1877
- #: views/b2s/partials/network-tos-modal.php:15
1878
- msgid "read more"
1879
- msgstr "leia mais"
1880
 
1881
- #: includes/B2S/Ship/Save.php:391 includes/B2S/Ship/Save.php:399
1882
- msgid "Read why"
1883
- msgstr "Leia porque"
1884
 
1885
- #: views/b2s/ship.php:155
1886
- msgid "refresh authorization"
1887
- msgstr "atualizar autorização"
1888
 
1889
- #: includes/B2S/Ship/Item.php:757
1890
- msgid "Repeat"
1891
- msgstr "Repetir"
1892
 
1893
- #: views/b2s/widgets/premium.php:107
1894
- msgid "Reporting"
1895
- msgstr "Relatórios"
1896
 
1897
- #: includes/B2S/PostBox.php:160 views/b2s/curation.php:132
1898
- #: views/b2s/network.php:118 views/b2s/post.calendar.php:280
1899
- #: views/b2s/ship.php:296 views/b2s/ship.php:356 views/b2s/ship.php:402
1900
- msgid ""
1901
- "Reporting & calendar: keep track of your published and scheduled social "
1902
- "media posts"
1903
- msgstr ""
1904
- "Relatórios e calendário: acompanhe as postagens de rede social publicadas e "
1905
- "programadas"
1906
 
1907
- #: includes/B2S/Ship/Item.php:542
1908
- msgid "required"
1909
- msgstr "obrigatório"
1910
 
1911
- #: views/b2s/ship.php:154
1912
- msgid "requires image"
1913
- msgstr "imagem obrigatória"
1914
 
1915
- #: includes/B2S/Post/Filter.php:154 includes/PRG/Post/Filter.php:86
1916
- msgid "reset"
1917
- msgstr "redefinir"
 
1918
 
1919
- #: includes/B2S/Settings/Item.php:291
1920
- msgid "Reset all page and post meta data"
1921
- msgstr "Redefinir todas as páginas e postar metadados"
1922
 
1923
- #: views/prg/login.php:29
1924
- msgid "reset password"
1925
- msgstr "Redefinir senha"
1926
 
1927
- #: includes/B2S/Post/Item.php:426 includes/B2S/Post/Item.php:560
1928
- #: includes/B2S/Ship/Save.php:427
1929
- msgid "Retweet"
1930
- msgstr "Retweet"
1931
 
1932
- #: includes/B2S/Ship/Item.php:826
1933
- msgid "Sat"
1934
- msgstr "Sáb"
1935
 
1936
- #: includes/B2S/Settings/Item.php:155 includes/B2S/Settings/Item.php:197
1937
- msgid "Save"
1938
- msgstr "Salvar"
1939
 
1940
- #: views/b2s/settings.php:54 views/b2s/settings.php:95
1941
- #: views/b2s/settings.php:97 views/b2s/settings.php:110
1942
- #: views/b2s/settings.php:112 views/b2s/settings.php:125
1943
- #: views/b2s/settings.php:127 views/b2s/settings.php:141
1944
- #: views/b2s/settings.php:143
1945
- msgid "save"
1946
- msgstr "salvar"
1947
 
1948
- #: includes/B2S/Ship/Item.php:865
1949
- msgid "Save as best time for this network"
1950
- msgstr "Salvar como melhor hora para esta rede"
 
1951
 
1952
- #: views/prg/ship.php:66
1953
- msgid "Save As Draft"
1954
- msgstr "Salvar como rascunho"
1955
 
1956
- #: views/b2s/ship.php:144
1957
- msgid "Save Network Selection"
1958
- msgstr "Salvar seleção de rede"
1959
 
1960
- #: views/b2s/ship.php:311
1961
- msgid "Save Network Settings"
1962
- msgstr "Salvar as configurações da rede"
1963
 
1964
- #: views/b2s/settings.php:25
1965
- msgid "save..."
1966
- msgstr "salvar..."
1967
 
1968
- #: includes/B2S/PostBox.php:157 views/b2s/curation.php:129
1969
- #: views/b2s/network.php:115 views/b2s/post.calendar.php:277
1970
- #: views/b2s/ship.php:293 views/b2s/ship.php:353 views/b2s/ship.php:399
1971
- msgid "Schedule and re-share old posts"
1972
- msgstr "Agende e compartilhe novamente postagens antigas"
1973
 
1974
- #: views/b2s/curation.php:109 views/b2s/post.calendar.php:257
1975
- #: views/b2s/ship.php:379 includes/B2S/Ship/Item.php:716
1976
- msgid "Schedule for specific dates"
1977
- msgstr "Programar para datas específicas"
1978
 
1979
- #: views/b2s/curation.php:112 views/b2s/post.calendar.php:260
1980
- #: views/b2s/ship.php:382
1981
- msgid "Schedule post recurrently"
1982
- msgstr "Agendar postagem recorrentemente"
1983
 
1984
- #: includes/B2S/Ship/Item.php:718
1985
- msgid "Schedule Recurrent Post"
1986
- msgstr "Agendar Postagem Recorrente"
1987
 
1988
- #: views/b2s/ship.php:333
1989
- msgid "Schedule your post"
1990
- msgstr "Agende sua postagem"
1991
 
1992
- #: includes/B2S/PostBox.php:156 views/b2s/curation.php:128
1993
- #: views/b2s/network.php:114 views/b2s/post.calendar.php:276
1994
- #: views/b2s/ship.php:292 views/b2s/ship.php:352 views/b2s/ship.php:398
1995
- msgid "Schedule your post for one time, multiple times or recurrently"
1996
- msgstr "Programe sua postagem por uma vez, várias vezes ou recorrentemente"
1997
 
1998
- #: includes/B2S/PostBox.php:154 views/b2s/curation.php:126
1999
- #: views/b2s/network.php:112 views/b2s/post.calendar.php:274
2000
- #: views/b2s/ship.php:290 views/b2s/ship.php:350 views/b2s/ship.php:396
2001
- msgid "Schedule your posts at the best times on each network"
2002
- msgstr "Agende suas postagens com os melhores horários em cada rede"
2003
 
2004
- #: views/b2s/ship.php:15 includes/B2S/Post/Filter.php:49
2005
- #: includes/B2S/Post/Item.php:208 includes/PRG/Post/Filter.php:41
2006
- #: includes/PRG/Post/Item.php:97
2007
- msgid "scheduled"
2008
- msgstr "agendados"
2009
 
2010
- #: includes/B2S/Settings/Item.php:170
2011
- msgid "Scheduled Auto-Posting"
2012
- msgstr "Auto postagem agendada"
2013
 
2014
- #: includes/B2S/PostBox.php:142
2015
- msgid ""
2016
- "Scheduled blog posts: If you schedule your blog post with click on schedule "
2017
- "in your WordPress post editor, Blog2Social will share your social media post "
2018
- "on the publishing date of your blog post."
2019
- msgstr ""
2020
- "Postagens de blog agendadas: se você agendar sua postagem de blog com um "
2021
- "clique no agendamento em seu editor de postagens do WordPress, o Blog2Social "
2022
- "compartilhará sua postagem na rede social na data de publicação da postagem "
2023
- "do seu blog."
2024
 
2025
- #: includes/B2S/Post/Item.php:582
2026
  msgid "scheduled by"
2027
  msgstr "agendado por"
2028
 
2029
- #: includes/B2S/Ship/Save.php:428
2030
- msgid "scheduled on"
2031
- msgstr "agendado em"
2032
-
2033
- #: includes/B2S/Post/Filter.php:159
2034
- msgid "scheduled post(s)"
2035
- msgstr "postagens agendadas"
2036
 
2037
- #: views/b2s/widgets/posts.php:31
2038
- msgid "Scheduled Posts"
2039
- msgstr "Postagens agendadas"
2040
 
2041
- #: views/b2s/network.php:187
2042
- msgid "scheduled posts"
2043
- msgstr "postagens agendadas"
2044
 
2045
- #: includes/B2S/Post/Item.php:292 views/b2s/widgets/activity.php:13
2046
- msgid "scheduled social media posts"
2047
- msgstr "postagens agendadas nas redes sociais"
 
2048
 
2049
- #: views/b2s/ship.php:43
2050
- msgid "scroll to bottom"
2051
- msgstr "rolar para baixo"
2052
 
2053
- #: views/b2s/ship.php:207
2054
- msgid "scroll to top"
2055
- msgstr "role para cima"
2056
 
2057
- #: views/b2s/howto.php:37
2058
- msgid "search FAQ"
2059
- msgstr "pesquisar no FAQ"
2060
 
2061
- #: includes/B2S/Post/Filter.php:133 includes/PRG/Post/Filter.php:74
2062
- msgid "Search Title"
2063
- msgstr "Pesquisar título"
2064
 
2065
- #: views/b2s/post.calendar.php:173 views/b2s/post.calendar.php:186
2066
- msgid "select"
2067
- msgstr "selecione"
2068
 
2069
- #: views/b2s/post.calendar.php:204
2070
- msgid "Select a post"
2071
- msgstr "Selecionar uma postagem"
2072
 
2073
- #: includes/B2S/Settings/Item.php:132 includes/B2S/Settings/Item.php:144
2074
- msgid "Select all"
2075
- msgstr "Selecionar todos"
2076
 
2077
- #: includes/B2S/Post/Item.php:432 includes/B2S/Post/Item.php:502
2078
- #: includes/B2S/Post/Item.php:565
2079
- msgid "select all"
2080
- msgstr "selecionar todos"
2081
 
2082
- #: views/b2s/premium.php:99
2083
- msgid ""
2084
- "Select any image from your media gallery for each social media post and "
2085
- "channel"
2086
- msgstr ""
2087
- "Selecione qualquer imagem da sua galeria de mídia para cada postagem e canal "
2088
- "de rede social"
2089
 
2090
- #: includes/B2S/Settings/Item.php:126
2091
- msgid ""
2092
- "Select by default if the auto-poster is activated when you publish a new "
2093
- "post or update a post."
2094
- msgstr ""
2095
- "Selecione por padrão se a postagem automática é ativada quando você publicar "
2096
- "uma nova postagem ou atualizar uma postagem."
2097
 
2098
- #: includes/B2S/Settings/Item.php:178
2099
- msgid "Select by default to automatically share your imported posts"
2100
- msgstr ""
2101
- "Selecione por padrão para compartilhar automaticamente suas postagens "
2102
- "importadas"
2103
 
2104
- #: includes/B2S/PostBox.php:232
2105
- msgid "Select date:"
2106
- msgstr "Selecionar data:"
2107
 
2108
- #: views/prg/ship.php:34
2109
- msgid "Select Image"
2110
- msgstr "Selecionar imagem"
 
2111
 
2112
- #: views/b2s/post.calendar.php:142 views/b2s/post.sched.php:98
2113
- #: views/b2s/ship.php:419
2114
- msgid "Select image for"
2115
- msgstr "Selecionar imagem para"
2116
 
2117
- #: includes/B2S/PostBox.php:159 views/b2s/curation.php:131
2118
- #: views/b2s/network.php:117 views/b2s/post.calendar.php:279
2119
- #: views/b2s/ship.php:295 views/b2s/ship.php:355 views/b2s/ship.php:401
2120
- msgid "Select individual images per post"
2121
- msgstr "Selecione imagens individuais por postagem"
2122
 
2123
- #: includes/B2S/PostBox.php:158 views/b2s/curation.php:130
2124
- #: views/b2s/network.php:116 views/b2s/post.calendar.php:278
2125
- #: views/b2s/ship.php:294 views/b2s/ship.php:354 views/b2s/ship.php:400
2126
- msgid "Select link format or image format for your posts"
2127
- msgstr "Selecione o formato do link ou o formato da imagem para suas postagens"
 
 
 
2128
 
2129
- #: views/b2s/settings.php:173 includes/B2S/Ship/Image.php:84
2130
- msgid "Select or upload an image from media gallery"
2131
- msgstr "Selecione ou envie uma imagem da galeria de mídia"
2132
 
2133
- #: views/b2s/premium.php:107
2134
- msgid "Select Post Format"
2135
- msgstr "Selecione o formato da postagem"
2136
 
2137
- #: includes/B2S/PostBox.php:177 includes/B2S/Curation/View.php:70
2138
- msgid "Select profile:"
2139
- msgstr "Selecionar perfil:"
 
 
2140
 
2141
- #: includes/B2S/Settings/Item.php:185
2142
- msgid "Select to auto-post immediately after publishing or with a delay"
 
 
2143
  msgstr ""
2144
- "Selecione para postar automaticamente imediatamente após a publicação ou com "
2145
- "um atraso"
2146
 
2147
- #: includes/B2S/Settings/Item.php:182
2148
- msgid "Select to auto-post to your standard networks:"
2149
- msgstr "Selecione para postar automaticamente em suas redes padrão:"
2150
 
2151
- #: includes/B2S/PostBox.php:188 includes/B2S/Curation/View.php:94
2152
- msgid "Select Twitter profile:"
2153
- msgstr "Selecione o perfil no Twitter:"
2154
 
2155
- #: includes/B2S/Post/Filter.php:159
2156
- msgid "selected date"
2157
- msgstr "selecionar data"
2158
 
2159
- #: includes/Loader.php:682 includes/Loader.php:741
2160
- msgid "Settings"
2161
- msgstr "Configurações"
 
 
 
 
 
 
2162
 
2163
- #: views/b2s/ship.php:208 views/b2s/ship.php:212
2164
- #: includes/B2S/Curation/View.php:109
2165
- msgid "Share"
2166
- msgstr "Compartilhar"
2167
 
2168
- #: includes/B2S/Post/Item.php:535 includes/B2S/Ship/Save.php:408
2169
- msgid "share"
2170
- msgstr "compartilhar"
2171
 
2172
- #: views/b2s/post.calendar.php:183
2173
- msgid "Share content from other sources"
2174
- msgstr "Compartilhar conteúdo de outras fontes"
 
2175
 
2176
- #: views/b2s/post.calendar.php:170
2177
- msgid "Share content from your blog"
2178
- msgstr "Compartilhar conteúdo do seu blog"
 
 
 
2179
 
2180
- #: views/b2s/ship.php:239
2181
- msgid "Share new post on Social Media"
2182
- msgstr "Compartilhar nova postagem nas redes sociais"
2183
 
2184
- #: includes/B2S/Ship/Item.php:713
2185
- msgid "Share Now"
2186
- msgstr "Compartilhar agora"
 
 
 
 
2187
 
2188
- #: includes/B2S/PostBox.php:152 views/b2s/curation.php:124
2189
- #: views/b2s/network.php:110 views/b2s/post.calendar.php:272
2190
- #: views/b2s/ship.php:288 views/b2s/ship.php:348 views/b2s/ship.php:394
2191
- msgid "Share on multiple profiles, pages and groups"
2192
- msgstr "Compartilhe em vários perfis, páginas e grupos"
2193
 
2194
- #: includes/B2S/Post/Item.php:246
2195
- msgid "Share on Social Media"
2196
- msgstr "Compartilhar nas Mídias Sociais"
2197
 
2198
  #: includes/B2S/Settings/Item.php:172
2199
  msgid "share up to"
2200
  msgstr "compartilhar até"
2201
 
2202
- #: includes/B2S/Curation/View.php:59
2203
- msgid "Share your post"
2204
- msgstr "Compartilhe sua postagem"
2205
-
2206
- #: includes/B2S/Post/Item.php:448
2207
- msgid "shared by"
2208
- msgstr "compartilhado por"
2209
-
2210
- #: includes/B2S/Post/Item.php:268
2211
- msgid "shared social media posts"
2212
- msgstr "postagens compartilhadas nas redes sociais"
2213
-
2214
- #: includes/B2S/Post/Item.php:448
2215
- msgid "sharing in progress by"
2216
- msgstr "compartilhamento em andamento por"
2217
 
2218
- #: views/b2s/partials/network-tos-modal.php:20
2219
- msgid ""
2220
- "Sharing your posts on your Facebook Profile will still be possible with "
2221
- "Blog2Social! To help you keep sharing content with your followers, "
2222
- "Blog2Social is now introducing Instant Sharing for Facebook."
2223
  msgstr ""
2224
- "Compartilhar suas postagens no seu perfil do Facebook ainda será possível "
2225
- "com o Blog2Social! Para ajudar você a continuar compartilhando conteúdo com "
2226
- "seus seguidores, o Blog2Social está introduzindo o Compartilhamento "
2227
- "Instantâneo para o Facebook."
2228
 
2229
- #: views/b2s/settings.php:187
 
 
 
 
2230
  msgid ""
2231
- "Shortcodes are used by some wordpress plugins like Elementor, Visual "
2232
- "Composer and Content Builder. When a shortcode is inserted in a WordPress "
2233
- "post or page, it is replaced with some other content when you publish the "
2234
- "article on your blog. In other words, a shortcode instructs WordPress to "
2235
- "find a special command that is placed in square brackets ([]) and replace it "
2236
- "with the appropriate dynamic content by a plugin you use.<br><br>Activate "
2237
- "this feature, if you should use dynamic elements in your articles."
2238
  msgstr ""
2239
- "Shortcodes são usados por alguns plugins WordPress como Elementor, Visual "
2240
- "Composer e Content Builder. Quando um código de acesso é inserido em um post "
2241
- "ou página do WordPress, ele é substituído por algum outro conteúdo quando "
2242
- "você publica o artigo no seu blog. Em outras palavras, um shortcode instrui "
2243
- "o WordPress a encontrar um comando especial colocado entre colchetes ([]) e "
2244
- "substituí-lo pelo conteúdo dinâmico apropriado por um plug-in que você usa."
2245
- "<br><br>Ative esse recurso, se precisar usar elementos dinâmicos em seus "
2246
- "artigos."
2247
-
2248
- #: includes/B2S/Post/Item.php:435
2249
- msgid "show"
2250
- msgstr "exibir"
2251
 
2252
- #: views/b2s/widgets/activity.php:8
2253
- msgid "Show activity starting from"
2254
- msgstr "Mostrar atividade a partir de"
2255
 
2256
- #: includes/B2S/Network/Item.php:58
2257
- msgid "Show all"
2258
- msgstr "Exibir todos"
 
 
2259
 
2260
- #: includes/B2S/Calendar/Filter.php:124
2261
- msgid "show all"
2262
- msgstr "exibir todos"
2263
 
2264
- #: includes/B2S/PostBox.php:233 includes/B2S/Ship/Item.php:302
2265
- msgid "show calendar"
2266
- msgstr "exibir calendário"
2267
 
2268
- #: includes/Loader.php:557 includes/Loader.php:559
2269
- msgid "show details"
2270
- msgstr "exibir detalhes"
 
 
 
2271
 
2272
- #: views/b2s/premium.php:122
2273
- msgid "Show me plans and prices"
2274
- msgstr "Mostre-me planos e preços"
2275
 
2276
- #: views/prg/login.php:27
2277
- msgid "Sign in"
2278
- msgstr "Entrar"
2279
 
2280
- #: views/b2s/ship.php:85
2281
- msgid "Social Accounts"
2282
- msgstr "Contas sociais"
2283
 
2284
- #: includes/B2S/PostBox.php:101
2285
- msgid "Social Media Auto-Posting"
2286
- msgstr "postagem automática nas redes sociais"
2287
 
2288
- #: includes/Loader.php:295
2289
- msgid "Social Media Content Calendar"
2290
- msgstr "Calendário de Conteúdo das Redes Sociais"
2291
 
2292
- #: includes/B2S/Post/Item.php:314
2293
- msgid "social media posts ready to be shared"
2294
- msgstr "postagens de redes sociais prontas para serem compartilhadas"
2295
 
2296
- #: views/b2s/premium.php:116
2297
- msgid "Social Media Reporting"
2298
- msgstr "Relatório de Redes Sociais"
 
 
 
 
 
 
2299
 
2300
- #: views/b2s/premium.php:89
2301
- msgid "Social Media Scheduler"
2302
- msgstr "Agendador de Redes Sociais"
 
 
 
 
 
2303
 
2304
- #: views/b2s/ship.php:32
2305
- msgid "Social Media Scheduling & Sharing"
2306
- msgstr "Agendamento e compartilhamento de rede social"
2307
 
2308
- #: views/b2s/premium.php:90
2309
  msgid ""
2310
- "Social media scheduling: once, repeatedly or recurrently to multiple "
2311
- "profiles, pages and groups"
 
2312
  msgstr ""
2313
- "Agendamento de rede social: uma vez, repetidamente ou repetidamente para "
2314
- "vários perfis, páginas e grupos"
 
2315
 
2316
- #: views/b2s/premium.php:51
2317
- msgid "Social Media Sharing"
2318
- msgstr "Compartilhamento de Rede Social"
2319
 
2320
- #: views/b2s/settings.php:36
2321
- msgid "Social Meta Data"
2322
- msgstr "Meta-dados sociais"
2323
 
2324
- #: includes/B2S/Post/Filter.php:153 includes/PRG/Post/Filter.php:85
2325
- msgid "sort"
2326
- msgstr "ordenar"
 
2327
 
2328
- #: views/b2s/post.calendar.php:30
2329
- msgid "Sort by network"
2330
- msgstr "Ordenar por rede"
 
 
 
 
2331
 
2332
- #: includes/B2S/Ship/Item.php:761
2333
- msgid "Start date"
2334
- msgstr "Data inicial"
 
 
 
 
 
 
2335
 
2336
- #: views/prg/login.php:41
2337
- msgid "Start your 14-Day Free Trial"
2338
- msgstr "Inicie seus 14 dias Trial (grátis)"
2339
 
2340
  #: includes/B2S/Settings/Item.php:343
2341
  msgid "Summary"
@@ -2345,76 +2324,46 @@ msgstr "Resumo"
2345
  msgid "Summary with large image"
2346
  msgstr "Resumo com imagem grande"
2347
 
2348
- #: includes/B2S/Ship/Item.php:827
2349
- msgid "Sun"
2350
- msgstr "Dom"
2351
-
2352
- #: includes/B2S/Ship/Item.php:110
2353
- msgid "Supported HTML tags"
2354
- msgstr "Permite tags HTML"
2355
-
2356
- #: includes/B2S/Settings/Item.php:105
2357
- msgid "System"
2358
- msgstr "Sistema"
2359
-
2360
- #: views/prg/login.php:35
2361
- msgid "Test PR-Gateway for free"
2362
- msgstr "Teste o PR-Gateway de graça"
2363
-
2364
- #: includes/B2S/Ship/Item.php:154
2365
- msgid "Text only"
2366
- msgstr "Somente texto"
2367
-
2368
- #: includes/B2S/Ship/Image.php:35
2369
  msgid ""
2370
- "The best size for images in social media posts are between: 667-1000px x 523-"
2371
- "1000px. Blog2Social will automatically resize your image according to "
2372
- "network requirements."
 
2373
  msgstr ""
2374
- "O melhor tamanho para imagens em postagens de redes sociais é entre: 667-"
2375
- "1000px x 523-1000px. O Blog2Social redimensionará automaticamente a sua "
2376
- "imagem de acordo com os requisitos da rede."
2377
 
2378
- #: includes/B2S/PostBox.php:76 views/b2s/ship.php:528
2379
- msgid "The connection to the server failed. Try again!"
2380
- msgstr "A conexão com o servidor falhou. Tente novamente!"
2381
 
2382
- #: views/notice.php:14
2383
  msgid ""
2384
- "The connection to your server has been interrupted. Please make sure that "
2385
- "your blog is reachable. If your server does not respond or is too slow, "
2386
- "Blog2Social cannot connect to the internet. Try again later or contact your "
2387
- "webmaster, if this error message persists."
2388
  msgstr ""
2389
- "A conexão com o seu servidor foi interrompida. Por favor, certifique-se que "
2390
- "o seu blog é acessível. Se o seu servidor não responder ou estiver muito "
2391
- "lento, o Blog2Social não poderá se conectar à Internet. Tente novamente mais "
2392
- "tarde ou entre em contato com seu webmaster, se essa mensagem de erro "
2393
- "persistir."
2394
 
2395
- #: includes/B2S/Settings/Item.php:341
2396
- msgid "The default card type to use"
2397
- msgstr "O tipo de cartão padrão a ser usado"
2398
 
2399
- #: includes/B2S/Ship/Item.php:623
2400
- msgid "The Headline..."
2401
- msgstr "O cabeçalho"
2402
 
2403
- #: includes/B2S/Settings/Item.php:403
2404
  msgid ""
2405
- "The image preview will be cropped automatically to fit the default Instagram "
2406
- "layout for your Instagram timeline. The image will be shown uncropped when "
2407
- "opening the preview page for your Instagram post."
2408
- msgstr ""
2409
- "A visualização da imagem será recortada automaticamente para caber no layout "
2410
- "padrão do Instagram para sua linha do tempo. A imagem será mostrada sem "
2411
- "cortes ao abrir a página de pré-visualização da sua postagem no Instagram."
2412
-
2413
- #: includes/B2S/Ship/Image.php:27
2414
- msgid "The images file types .jpg and .png are allowed. Please try another."
2415
  msgstr ""
2416
- "Os tipos de arquivo de imagens permitidos são .jpg e .png. Por favor, tente "
2417
- "outro."
2418
 
2419
  #: includes/B2S/Settings/Item.php:394
2420
  msgid ""
@@ -2441,638 +2390,701 @@ msgstr ""
2441
  "OBSERVAÇÃO: para postagens de links no Google+, apenas imagens da galeria de "
2442
  "postagens do blog podem ser selecionadas e exibidas na rede."
2443
 
2444
- #: includes/Loader.php:619
 
 
 
 
2445
  msgid ""
2446
- "The network can not publish special characters such as Emoji. Please see <a "
2447
- "target=\"_blank\" href=\"https://www.blog2social."
2448
- "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
2449
  msgstr ""
2450
- "A rede não pode publicar caracteres especiais, como Emoji. Consulte <a "
2451
- "target=\"_blank\" href=\"https://www.blog2social."
2452
- "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
2453
 
2454
- #: includes/Loader.php:616
2455
  msgid ""
2456
- "The network has blocked your account. Please see <a target=\"_blank\" "
2457
- "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
2458
- "error-messages.html\">FAQ</a>."
 
 
 
2459
  msgstr ""
2460
- "A rede bloqueou sua conta. Por favor, veja o <a target=\"_blank\" "
2461
- "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
2462
- "error-messages.html\">FAQ</a>."
 
 
 
 
2463
 
2464
- #: includes/Loader.php:611
2465
- msgid "The network has marked the post as spam or abusive."
2466
- msgstr "A rede marcou a postagem como spam ou abusiva."
2467
 
2468
- #: includes/Loader.php:621
2469
- msgid "The network requires a public url."
2470
- msgstr "A rede requer uma URL pública."
 
 
 
 
 
 
 
 
 
 
2471
 
2472
- #: includes/Loader.php:617
2473
  msgid ""
2474
- "The number of images is reached. Please see <a target=\"_blank\" "
2475
- "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
2476
- "error-messages.html\">FAQ</a>."
2477
  msgstr ""
2478
- "O número de imagens é atingido. Consulte <a target=\"_blank\" href=\"https:"
2479
- "//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
2480
- "html\">FAQ</a>."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2481
 
2482
- #: views/b2s/partials/post-edit-modal.php:69
2483
- msgid "The orginal tweet is scheduled on:"
2484
- msgstr "O tweet original está agendado para:"
2485
 
2486
- #: views/prg/login.php:38
2487
- msgid ""
2488
- "The press distribution PR gateway automatically publish your press releases "
2489
- "and events with one click.Publish your message over 250 portals."
2490
  msgstr ""
2491
- "A distribuição de imprensa PR-Gateway publica automaticamente seus press "
2492
- "releases e eventos com um clique. Publique sua mensagem em mais de 250 "
2493
- "portais."
2494
 
2495
- #: includes/Loader.php:566 includes/B2S/PostBox.php:79
2496
- msgid ""
2497
- "There are no authorizations for your selected profile. Please, authorize "
2498
- "with a social network or select a other profile."
2499
  msgstr ""
2500
- "Não há autorizações para o seu perfil selecionado. Por favor, autorize com "
2501
- "uma rede social ou selecione outro perfil."
2502
 
2503
- #: includes/Loader.php:623
 
 
 
 
 
 
 
 
 
 
 
 
2504
  msgid ""
2505
- "There was no image in the meta data of the linked post. Posts without images "
2506
- "cannot be shared on image networks."
2507
  msgstr ""
2508
- "Não havia imagem nos metadados da postagem vinculada. Postagens sem imagens "
2509
- "não podem ser compartilhadas em redes de imagens."
 
2510
 
2511
- #: includes/B2S/Settings/Item.php:106 includes/B2S/Settings/Item.php:293
2512
- #: includes/B2S/Settings/Item.php:318
2513
  msgid ""
2514
- "This is a global feature for your blog, which can only be edited by users "
2515
- "with admin rights."
 
2516
  msgstr ""
2517
- "Este é um recurso global para o seu blog, que pode ser editado por "
2518
- "usuários com direitos de administrador."
2519
-
2520
- #: includes/B2S/Ship/Save.php:393 includes/B2S/Ship/Save.php:401
2521
- msgid "This is how it works:"
2522
- msgstr "É assim que funciona:"
2523
-
2524
- #: views/b2s/partials/post-edit-modal.php:35
2525
- msgid "This post is blocked by %1"
2526
- msgstr "Esta postagem está bloqueada por %1"
2527
-
2528
- #: includes/Loader.php:557
2529
- msgid "This post will be shared into your social media from"
2530
- msgstr "Esta postagem será compartilhada em suas redes sociais de"
2531
-
2532
- #: includes/Loader.php:559
2533
- msgid "This post will be shared on social media in 2-3 minutes!"
2534
- msgstr "Esta postagem será compartilhada nas redes sociais em 2 a 3 minutos!"
2535
 
2536
- #: includes/B2S/Ship/Item.php:824
2537
- msgid "Thu"
2538
- msgstr "Qui"
 
 
 
 
 
 
 
2539
 
2540
- #: includes/B2S/Ship/Item.php:762 includes/B2S/Ship/Item.php:816
2541
- #: views/b2s/partials/post-edit-modal.php:48
2542
- #: views/b2s/partials/post-edit-modal.php:51
2543
- msgid "Time"
2544
- msgstr "Tempo"
2545
 
2546
- #: views/b2s/ship.php:221
2547
- msgid "Time zone"
2548
- msgstr "Fuso horário"
 
 
 
 
 
2549
 
2550
- #: includes/B2S/Ship/Item.php:813
2551
- msgid "Timespan"
2552
- msgstr "Intervalo de tempo"
2553
 
2554
- #: includes/B2S/Settings/Item.php:72
2555
- msgid "Timezone for Scheduling"
2556
- msgstr "Fuso horário para agendamento"
2557
 
2558
- #: views/b2s/ship.php:33 views/prg/ship.php:41 views/prg/ship.php:43
2559
- #: includes/B2S/Settings/Item.php:325 includes/B2S/Settings/Item.php:346
2560
- msgid "Title"
2561
- msgstr "Título"
 
 
 
 
2562
 
2563
- #: includes/B2S/Settings/Item.php:97
2564
- msgid "title"
2565
- msgstr "título"
 
 
 
2566
 
2567
- #: includes/B2S/Settings/Item.php:98
2568
- msgid "title & content"
2569
- msgstr "título e conteúdo"
 
 
 
 
2570
 
2571
- #: views/b2s/settings.php:229
2572
  msgid ""
2573
- "To make sure that Facebook always pulls the current meta data of your blog "
2574
- "post for link-posts, Blog2Social adds a \"no-cache=1\" parameter to the post "
2575
- "URL when instant caching is activated. This is necessary if you use varnish "
2576
- "caching."
2577
  msgstr ""
2578
- "Para garantir que o Facebook sempre obtenha os metadados atuais da postagem "
2579
- "do seu blog para postagens de links, o Blog2Social adiciona um parâmetro "
2580
- "\"no-cache=1\" na URL da postagem quando o cache instantâneo é ativado. Isso "
2581
- "é necessário se você usar o varnish caching."
2582
 
2583
- #: includes/B2S/Network/Item.php:189 includes/B2S/Network/Item.php:241
2584
- #: includes/B2S/Network/Item.php:294
2585
- msgid "To reactivate this connection,"
2586
- msgstr "Para reativar esta conexão,"
2587
 
2588
- #: includes/B2S/Ship/Image.php:29
2589
- msgid "To select an individual image from your media library,"
2590
- msgstr "Para selecionar uma imagem individual da sua biblioteca de mídia,"
2591
 
2592
- #: views/b2s/howto.php:41 views/b2s/widgets/support.php:1
2593
- msgid "TOP 5 FAQ"
2594
- msgstr "TOP 5 FAQ"
 
 
2595
 
2596
- #: includes/B2S/Ship/Item.php:822
2597
- msgid "Tue"
2598
- msgstr "Ter"
2599
 
2600
- #: views/b2s/settings.php:77
2601
- msgid "Twitter"
2602
- msgstr "Twitter"
2603
 
2604
- #: views/b2s/post.sched.php:27 includes/B2S/Network/Item.php:126
2605
- msgid "Uhr"
2606
- msgstr "Relógio"
2607
 
2608
- #: views/notice.php:26
2609
- msgid "Unknown error"
2610
- msgstr "Erro desconhecido"
2611
 
2612
- #: views/b2s/widgets/premium.php:84
2613
- msgid ""
2614
- "Unlimited scheduling options: once, repeatedly or recurringly to multiple "
2615
- "profiles, pages and groups"
2616
  msgstr ""
2617
- "Opções ilimitadas de agendamento: uma vez, repetidamente ou recorrentemente "
2618
- "para vários perfis, páginas e grupos"
2619
-
2620
- #: views/b2s/widgets/premium.php:115
2621
- msgid "Unlock Premium"
2622
- msgstr "Desbloquear Premium"
2623
-
2624
- #: includes/B2S/Settings/Item.php:132 includes/B2S/Settings/Item.php:144
2625
- msgid "Unselect all"
2626
- msgstr "Desmarcar todos"
2627
-
2628
- #: views/notice.php:23
2629
- msgid "Update Blog2Social"
2630
- msgstr "Atualizar o Blog2Social"
2631
 
2632
- #: views/notice.php:17
2633
- msgid "Update..."
2634
- msgstr "Atualizar..."
2635
 
2636
- #: includes/B2S/Settings/Item.php:143
2637
- msgid "updating existing posts"
2638
- msgstr "atualizando postagens existentes"
2639
 
2640
- #: includes/B2S/Settings/Item.php:170 includes/B2S/Settings/Item.php:173
2641
- msgid "Upgrade"
2642
- msgstr "Atualizar"
2643
 
2644
- #: views/b2s/premium.php:21 views/b2s/widgets/premium.php:13
2645
- msgid ""
2646
- "Upgrade to Blog2Social Premium to schedule your posts for the best time, "
2647
- "once or recurringly with the Best Time Scheduler and post to pages, groups "
2648
- "and multiple accounts per network."
2649
  msgstr ""
2650
- "Faça o upgrade para o Blog2Social Premium para agendar suas postagens para o "
2651
- "melhor horário, uma vez ou de forma recorrente com o Best Time Scheduler e "
2652
- "postar em páginas, grupos e várias contas por rede."
2653
 
2654
- #: includes/B2S/PostBox.php:162 views/b2s/curation.php:134
2655
- #: views/b2s/network.php:120 views/b2s/post.calendar.php:282
2656
- #: views/b2s/ship.php:298 views/b2s/ship.php:358 views/b2s/ship.php:404
2657
- msgid "Upgrade to PREMIUM"
2658
- msgstr "Atualize para o PREMIUM"
2659
 
2660
- #: includes/Loader.php:578
2661
- msgid "Upgrade to Premium"
2662
- msgstr "Atualize para o Premium"
2663
 
2664
- #: includes/B2S/PostBox.php:226
2665
- msgid "Upgrade to PREMIUM PRO"
2666
- msgstr "Atualize para o PREMIUM PRO"
2667
 
2668
- #: includes/B2S/Settings/Item.php:370
2669
- msgid "Upgrade to Premium Pro now."
2670
- msgstr "Atualize para o Premium Pro agora."
2671
 
2672
- #: includes/B2S/Settings/Item.php:78
2673
- msgid "Url Shortener"
2674
- msgstr "Encurtador de URL"
 
 
 
 
 
2675
 
2676
- #: views/b2s/settings.php:174 includes/B2S/Ship/Image.php:85
2677
- msgid "Use image"
2678
- msgstr "Usar imagem"
2679
 
2680
- #: includes/B2S/Settings/Item.php:72
2681
- msgid "User"
2682
- msgstr "Usuário"
2683
 
2684
- #: views/b2s/network.php:194
2685
- msgid "View schedule posts"
2686
- msgstr "Ver as postagens agendadas"
2687
 
2688
- #: includes/B2S/Ship/Save.php:418
2689
- msgid "view social media post"
2690
- msgstr "ver postagem na rede social"
 
 
 
 
 
 
2691
 
2692
- #: includes/B2S/Ship/Item.php:278 includes/B2S/Ship/Item.php:470
2693
- #: includes/B2S/Ship/Item.php:725
2694
  msgid ""
2695
- "Violating these rules can result in Twitter suspending your account. Always "
2696
- "vary your Tweets with different comments, hashtags or handles to prevent "
2697
- "duplicate posts."
 
2698
  msgstr ""
2699
- "Violar essas regras pode resultar no Twitter suspendendo sua conta. Sempre "
2700
- "varie seus Tweets com comentários, hashtags ou handles diferentes para "
2701
- "evitar postagens duplicadas."
2702
 
2703
- #: includes/Loader.php:612
2704
- msgid ""
2705
- "We don't have the permission to publish your post. Please check your "
2706
- "authorization."
 
 
 
 
 
 
2707
  msgstr ""
2708
- "Não temos permissão para publicar sua postagem. Por favor, verifique sua "
2709
- "autorização."
2710
 
2711
- #: views/b2s/widgets/newsletter.php:12
2712
- msgid ""
2713
- "We hate spam, too. We will never sell your email address to any other "
2714
- "company or for any other purpose."
 
 
2715
  msgstr ""
2716
- "Nós também odiamos spam. Nós nunca venderemos seu endereço de e-mail para "
2717
- "qualquer outra empresa ou para qualquer outra finalidade."
2718
 
2719
- #: includes/B2S/Ship/Item.php:823
2720
- msgid "Wed"
2721
- msgstr "Qua"
2722
 
2723
- #: includes/B2S/Ship/Item.php:779
2724
- msgid "Week"
2725
- msgstr "Semana"
2726
 
2727
- #: includes/B2S/Ship/Item.php:771
2728
  msgid "weekly"
2729
  msgstr "semanalmente"
2730
 
2731
- #: includes/B2S/Ship/Item.php:779
 
 
 
 
 
 
 
 
 
 
 
 
2732
  msgid "Weeks"
2733
  msgstr "Semanas"
2734
 
2735
- #: views/b2s/partials/network-tos-modal.php:18
2736
- msgid "What does this mean for your Social Media Marketing?"
2737
- msgstr "O que isso significa para o seu Marketing nas redes sociais?"
2738
 
2739
- #: views/b2s/post.calendar.php:160
2740
- msgid "What would you like to share?"
2741
- msgstr "O que você gostaria de compartilhar?"
2742
 
2743
- #: includes/B2S/PostBox.php:219
2744
- msgid "When do you want to share your post on social media?"
2745
- msgstr "Quando você deseja compartilhar sua postagem nas redes sociais?"
2746
 
2747
- #: views/b2s/curation.php:116 views/b2s/post.calendar.php:264
2748
- #: views/b2s/ship.php:386
2749
- msgid ""
2750
- "Whenever you publish a post, only a fraction of your followers will actually "
2751
- "see your post. Use the Blog2Social Best Times Scheduler to share your post "
2752
- "at the best times for each social network. Get more outreach and extend the "
2753
- "lifespan of your posts."
2754
- msgstr ""
2755
- "Sempre que você publicar uma postagem, apenas uma fração dos seus seguidores "
2756
- "verá a sua postagem. Use o Agendador de Melhor Horário do Blog2Social para "
2757
- "compartilhar sua postagem nos melhores horários de cada rede social. Obtenha "
2758
- "mais alcance e amplie a vida útil de suas postagens."
2759
 
2760
- #: includes/B2S/PostBox.php:148 views/b2s/curation.php:120
2761
- #: views/b2s/network.php:106 views/b2s/post.calendar.php:268
2762
- #: views/b2s/ship.php:284 views/b2s/ship.php:344 views/b2s/ship.php:390
2763
- msgid "With Blog2Social Premium you can:"
2764
- msgstr "Com o Blog2Social Premium você pode:"
2765
 
2766
- #: includes/B2S/Settings/Item.php:370
2767
- msgid ""
2768
- "With Premium Pro, you can change the custom post format photo post or link "
2769
- "post for each individual social media post and channel (profile, page, group)"
2770
- "."
2771
- msgstr ""
2772
- "Com o Premium Pro, você pode alterar o formato da foto da postagem na "
2773
- "postagem personalizada ou o link da postagem para cada postagem de rede "
2774
- "social e canal individual (perfil, página, grupo)."
2775
 
2776
- #: includes/B2S/PostBox.php:77
2777
- msgid ""
2778
- "WordPress uses heartbeats by default, Blog2Social as well. Please enable "
2779
- "heartbeats for using Blog2Social!"
2780
- msgstr ""
2781
- "WordPress usa heartbeats por padrão, Blog2Social também. Por favor, ative os "
2782
- "heartbeats para usar o Blog2Social!"
2783
 
2784
- #: includes/B2S/Ship/Item.php:355 includes/B2S/Ship/Item.php:379
2785
- #: includes/B2S/Ship/Item.php:403 includes/B2S/Ship/Item.php:421
2786
- #: includes/B2S/Ship/Item.php:436 includes/B2S/Ship/Item.php:462
2787
- #: includes/B2S/Ship/Item.php:480 includes/B2S/Ship/Item.php:496
2788
- #: includes/B2S/Ship/Item.php:509 includes/B2S/Ship/Item.php:525
2789
- #: includes/B2S/Ship/Item.php:530
2790
- msgid "Write something about your post..."
2791
- msgstr "Escreva algo sobre sua postagem..."
2792
 
2793
- #: includes/B2S/Curation/View.php:22
2794
- msgid "Write something..."
2795
- msgstr "Escreva algo..."
2796
 
2797
- #: views/b2s/curation.php:89 views/b2s/post.approve.php:103
2798
- #: views/b2s/ship.php:448
2799
- msgid "YES"
2800
- msgstr "SIM"
2801
 
2802
- #: views/b2s/network.php:141 views/b2s/network.php:193
2803
- #: views/b2s/post.approve.php:88 views/b2s/post.notice.php:75
2804
- #: views/b2s/post.publish.php:75 views/b2s/post.sched.php:87
2805
- #: views/b2s/widgets/posts.php:81
2806
- msgid "YES, delete"
2807
- msgstr "SIM, exclua"
2808
 
2809
- #: views/prg/ship.php:91
2810
- msgid "Yes, I accept"
2811
- msgstr "Sim, eu aceito"
2812
 
2813
- #: views/b2s/post.notice.php:68 views/b2s/post.publish.php:68
2814
- #: views/b2s/widgets/posts.php:74
2815
- msgid "You are sure, you want to delete entries from the reporting?"
2816
- msgstr "Tem certeza de que deseja excluir entradas do relatório?"
2817
 
2818
- #: views/b2s/post.sched.php:80
2819
- msgid "You are sure, you want to delete entries from the scheduling?"
2820
- msgstr "Tem certeza de que deseja excluir entradas do agendamento?"
 
 
 
 
 
 
 
 
 
 
 
 
2821
 
2822
- #: includes/B2S/Ship/Item.php:272
2823
  msgid ""
2824
- "You can customize your post with individual comments, @-handles, emojis, and "
2825
- "more in the Instant Sharing window, after planning your post."
2826
  msgstr ""
2827
- "Você pode personalizar sua postagem com comentários individuais, @-handles, "
2828
- "emojis e muito mais na janela Compartilhamento Instantâneo, depois de "
2829
- "planejar sua postagem."
 
 
 
2830
 
2831
- #: views/b2s/ship.php:280
 
 
 
 
2832
  msgid ""
2833
- "You can re-share your post for a different sharing purpose, or to share on a "
2834
- "different choice of networks, profiles, pages or groups, or with different "
2835
- "comments or images, or if you want to share your blog post images to image "
2836
- "networks only, or re-share them at different times. You may vary your "
2837
- "comments and images in order to produce more variations of your social media "
2838
- "posts to share more often without sharing the same message over and over "
2839
- "again. Whatever your choose to do for re-sharing your post, you can simply "
2840
- "click \"Re-share this post\" and you will be led to the preview page where "
2841
- "your can select your networks and edit your texts, comments or images "
2842
- "according to your current sharing preferences."
2843
  msgstr ""
2844
- "Você pode compartilhar sua postagem novamente com um propósito de "
2845
- "compartilhamento diferente ou compartilhar em uma escolha diferente de redes,"
2846
- " perfis, páginas ou grupos ou com comentários ou imagens diferentes ou se "
2847
- "quiser compartilhar suas imagens de postagens de blog apenas em redes de "
2848
- "imagens ou compartilhe-os novamente em momentos diferentes. Você pode variar "
2849
- "seus comentários e imagens para produzir mais variações de suas postagens de "
2850
- "rede social para compartilhar com mais frequência sem compartilhar a mesma "
2851
- "mensagem repetidas vezes. Seja qual for a sua escolha para compartilhar sua "
2852
- "postagem novamente, basta clicar em \"Compartilhar novamente esta postagem\" "
2853
- "e você será direcionado para a página de visualização, onde poderá "
2854
- "selecionar suas redes e editar seus textos, comentários ou imagens de acordo "
2855
- "com sua mensagem atual. compartilhando preferências."
2856
 
2857
- #: views/b2s/ship.php:314
2858
  msgid ""
2859
- "You can save your current network settings as \"Standard\" network settings "
2860
- "for any future sharing activities or as a \"Profile\" to choose from "
2861
- "(Premium).<br><br>Your Standard selection will show as activated upon "
2862
- "pressing the \"share on social media\" button on the right hand side bar. "
2863
- "You can change these settings any time per click, or choose another network "
2864
- "profile (Premium).<br><br>You can also pre-define various different sets of "
2865
- "networks, for specific social media accounts, target groups, contents or "
2866
- "sharing purposes. For example you can define a specific set of networks for "
2867
- "sharing your posts images only or for re-sharing your evergreen content on a "
2868
- "recurring basis. On the preview-page you may edit your selected or pre-"
2869
- "selected networks anytime by simply clicking on the respective network "
2870
- "account to select or remove an account from the current sharing scheme."
2871
  msgstr ""
2872
- "Você pode salvar suas configurações de rede atuais como configurações de "
2873
- "rede \"Padrão\" para quaisquer atividades futuras de compartilhamento ou "
2874
- "como \"Perfil\" para escolher (Premium).<br><br> Sua seleção Padrão será "
2875
- "exibida como ativada ao pressionar o botão \"compartilhar na rede social \" "
2876
- "na barra lateral direita. Você pode alterar essas configurações a qualquer "
2877
- "momento por clique ou escolher outro perfil de rede (Premium).<br><br> Você "
2878
- "também pode predefinir vários conjuntos diferentes de redes, para contas de "
2879
- "rede social específicas, grupos de destino, conteúdo ou fins de "
2880
- "compartilhamento. Por exemplo, você pode definir um conjunto específico de "
2881
- "redes para compartilhar apenas suas imagens de postagens ou para "
2882
- "compartilhar novamente seu conteúdo evergreen de forma recorrente. Na pré-"
2883
- "visualização, você pode editar suas redes selecionadas ou pré-selecionadas a "
2884
- "qualquer momento simplesmente clicando na respectiva conta de rede para "
2885
- "selecionar ou remover uma conta do esquema de compartilhamento atual."
2886
 
2887
- #: includes/B2S/PostBox.php:139
2888
  msgid ""
2889
- "You have 2 general options to define the date and time to share your blog "
2890
- "posts on social media with the Auto-Poster:"
2891
  msgstr ""
2892
- "Você tem duas opções gerais para definir a data e a hora para compartilhar "
2893
- "suas postagens nas redes sociais com o Auto-Poster:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2894
 
2895
- #: includes/Loader.php:622
2896
- msgid "You have already retweeted this post."
2897
- msgstr "Você retwitou esta postagem."
2898
 
2899
- #: views/b2s/widgets/newsletter.php:16
2900
- msgid "You have already subscribed to the newsletter. Awesome!"
2901
- msgstr "Você se inscreveu no boletim informativo. Impressionante!"
2902
 
2903
- #: views/b2s/curation.php:113 views/b2s/post.calendar.php:261
2904
- #: views/b2s/ship.php:383
2905
- msgid ""
2906
- "You have evergreen content you want to re-share from time to time in your "
2907
- "timeline? Schedule your evergreen content to be shared once, multiple times "
2908
- "or recurringly at specific times."
2909
- msgstr ""
2910
- "Você tem conteúdo evergreen que deseja compartilhar de tempos em tempos na "
2911
- "sua linha do tempo? Programe seu conteúdo evergreen para ser compartilhado "
2912
- "uma vez, várias vezes ou periodicamente em horários específicos."
2913
 
2914
  #: includes/PRG/Post/Item.php:100
2915
  msgid "You have no posts published or scheduled"
2916
  msgstr "Você não tem postagens publicadas ou agendadas"
2917
 
2918
- #: includes/B2S/Post/Item.php:211
2919
- msgid "You have no posts published or scheduled."
2920
- msgstr "Você não tem postagens publicadas ou agendadas."
2921
 
2922
- #: views/b2s/network.php:186
2923
- msgid "You have still set up scheduled posts for this network:"
2924
- msgstr "Você ainda configurou postagens agendadas para esta rede:"
2925
 
2926
- #: views/b2s/settings.php:15 includes/B2S/Ship/Image.php:28
 
 
 
 
2927
  msgid ""
2928
- "You need a higher user role to upload an image on this blog. Please contact "
2929
- "your administrator."
2930
  msgstr ""
2931
- "Você precisa de uma maior função de usuário para fazer upload de uma imagem "
2932
- "neste blog. Por favor contate seu administrador."
 
2933
 
2934
- #: views/b2s/ship.php:283
2935
- msgid "You want re-share your blog post?"
2936
- msgstr "Você quer compartilhar novamente sua postagem no blog?"
2937
 
2938
- #: views/b2s/network.php:105
2939
- msgid "You want to add another network profile, pages or groups?"
2940
- msgstr "Você quer adicionar outro perfil de rede, páginas ou grupos?"
2941
 
2942
- #: includes/B2S/PostBox.php:147
2943
- msgid "You want to auto-post your blog post?"
2944
- msgstr "Você quer postar automaticamente sua postagem no blog?"
2945
 
2946
- #: includes/B2S/Ship/Item.php:369 includes/B2S/Ship/Item.php:393
2947
- msgid ""
2948
- "You want to change your link image, link title and link description for this "
2949
- "network? Click here."
2950
- msgstr ""
2951
- "Você deseja alterar a imagem do link, o título do link e a descrição do link "
2952
- "dessa rede? Clique aqui."
2953
 
2954
- #: includes/B2S/Network/Item.php:141 includes/B2S/Ship/Portale.php:31
2955
- msgid "You want to connect a network page?"
2956
- msgstr "Você quer conectar uma página de rede?"
2957
 
2958
- #: includes/B2S/Network/Item.php:138 includes/B2S/Ship/Portale.php:34
2959
- msgid "You want to connect a network profile?"
2960
- msgstr "Você quer conectar um perfil de rede?"
2961
 
2962
- #: includes/B2S/Network/Item.php:144 includes/B2S/Ship/Portale.php:28
2963
- msgid "You want to connect a social media group?"
2964
- msgstr "Você quer conectar um grupo de rede social?"
2965
 
2966
- #: views/b2s/network.php:30
2967
- msgid "You want to define a new combination of networks?"
2968
- msgstr "Você quer definir uma nova combinação de redes?"
2969
 
2970
- #: includes/B2S/Post/Item.php:469 includes/B2S/Post/Item.php:482
2971
- msgid "You want to delete a publish post entry?"
2972
- msgstr "Você deseja excluir uma postagem publicada?"
2973
 
2974
- #: includes/B2S/Post/Item.php:543
2975
- msgid "You want to delete your Social Media post?"
2976
- msgstr "Você deseja excluir sua postagem nas redes sociais?"
2977
 
2978
- #: includes/B2S/Post/Item.php:587
2979
- msgid "You want to edit your scheduled post?"
2980
- msgstr "Você deseja editar sua postagem programada?"
 
2981
 
2982
- #: views/b2s/ship.php:48
2983
- msgid "You want to load your time settings?"
2984
- msgstr "Você quer carregar suas configurações de horário?"
2985
 
2986
- #: views/b2s/curation.php:110 views/b2s/post.calendar.php:258
2987
- #: views/b2s/ship.php:380
2988
  msgid ""
2989
- "You want to publish a post on a specific date? No problem! Just enter your "
2990
- "desired date and you are ready to go!"
2991
  msgstr ""
2992
- "Você quer publicar uma postagem em uma data específica? Sem problemas! Basta "
2993
- "digitar sua data desejada e você estará pronto!"
2994
 
2995
- #: includes/B2S/PostBox.php:226
2996
- msgid "You want to sched your blog post with Auto-Poster?"
2997
- msgstr "Você quer programar sua postagem no blog com o Auto-Poster?"
2998
 
2999
- #: views/b2s/network.php:42 views/b2s/ship.php:54 views/b2s/ship.php:343
3000
- msgid "You want to schedule your posts and use the Best Time Scheduler?"
3001
- msgstr "Você deseja agendar suas postagens e usar o Melhor Agendador de Tempo?"
3002
 
3003
- #: views/b2s/widgets/activity.php:5
3004
- msgid "Your activity"
3005
- msgstr "Sua atividade"
3006
 
3007
- #: includes/Loader.php:610
3008
- msgid ""
3009
- "Your authorization has expired. Please reconnect your account in the "
3010
- "Blog2Social network settings."
3011
- msgstr ""
3012
- "Sua autorização expirou. Por favor, reconecte sua conta nas configurações de "
3013
- "rede do Blog2Social."
 
 
 
 
3014
 
3015
- #: includes/Loader.php:613
3016
  msgid ""
3017
- "Your authorization is interrupted. Please check your authorization. Please "
3018
- "see <a target=\"_blank\" href=\"https://www.blog2social."
3019
- "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
3020
  msgstr ""
3021
- "Sua autorização é interrompida. Por favor, verifique sua autorização. "
3022
- "Consulte <a target=\"_blank\" href=\"https://www.blog2social."
3023
- "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
3024
 
3025
- #: views/b2s/ship.php:326
3026
- msgid "Your blog post is not yet published on your Wordpress!"
3027
- msgstr "Sua postagem ainda não está publicada no seu WordPress!"
3028
 
3029
- #: includes/B2S/Settings/Item.php:167
3030
- msgid "Your current licence:"
3031
- msgstr "Sua licença atual:"
3032
 
3033
- #: includes/Loader.php:618
3034
  msgid ""
3035
- "Your daily limit for this network has been reached. Please try again later."
 
3036
  msgstr ""
3037
- "Seu limite diário para esta rede foi atingido. Por favor, tente novamente "
3038
- "mais tarde."
3039
 
3040
- #: includes/Loader.php:614
3041
- msgid "Your daily limit has been reached."
3042
- msgstr "Seu limite diário foi atingido."
3043
 
3044
- #: includes/Loader.php:624
3045
- msgid "Your group can not be found by the network."
3046
- msgstr "Seu grupo não pode ser encontrado pela rede."
3047
 
3048
- #: views/b2s/premium.php:9 views/b2s/widgets/premium.php:1
3049
- msgid "Your license: Blog2Social"
3050
- msgstr "Sua licença: Blog2Social"
3051
 
3052
- #: includes/Loader.php:615
3053
- msgid "Your post could not be posted, because your image is not available."
 
 
3054
  msgstr ""
3055
- "Sua postagem não pôde ser postada porque sua imagem não está disponível."
3056
-
3057
- #: includes/Loader.php:609
3058
- msgid "Your post could not be posted."
3059
- msgstr "Sua postagem não pôde ser postada."
3060
 
3061
- #: includes/Loader.php:620
3062
- msgid "Your post is a duplicate."
3063
- msgstr "Sua postagem está duplicada."
3064
 
3065
- #: includes/B2S/PostBox.php:78 includes/B2S/PostBox.php:80
3066
  msgid ""
3067
- "Your post is still on draft or pending status. Please make sure that your "
3068
- "post is published or scheduled to be published on this blog. You can then "
3069
- "auto-post or schedule and customize your social media posts with Blog2Social."
3070
  msgstr ""
3071
- "Sua postagem ainda está no rascunho ou no status pendente. Por favor, "
3072
- "certifique-se que sua publicação está publicada ou programada para ser "
3073
- "publicada neste blog. Você pode então postar ou agendar automaticamente e "
3074
- "personalizar suas postagens de mídia social com o Blog2Social."
3075
 
3076
- #: includes/B2S/Network/Item.php:61
3077
- msgid "Your profiles:"
3078
- msgstr "Seus perfis:"
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-03-19 14:53+0000\n"
6
+ "PO-Revision-Date: 2019-03-19 15:02+0000\n"
7
  "Last-Translator: admin <s.buerger@adenion.de>\n"
8
+ "Language-Team: Portuguese (Brazil)\n"
9
  "Language: pt_BR\n"
10
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Generator: Loco https://localise.biz/\n"
15
+ "X-Loco-Version: 2.2.1; wp-5.1.1"
16
 
17
+ #: includes/Loader.php:43
18
+ msgid "Modify pin board"
19
+ msgstr "Modificar o pin board"
 
 
 
 
 
20
 
21
+ #: includes/Loader.php:43
22
+ msgid "Edit group settings"
 
 
 
 
23
  msgstr ""
 
 
 
 
 
24
 
25
+ #: includes/Loader.php:43
26
+ msgid "Modify subreddit"
27
+ msgstr "Modificar subreddit"
 
 
 
 
 
 
 
 
 
28
 
29
+ #: includes/Loader.php:43
30
+ msgid "Modify forum"
31
+ msgstr "Modificar fórum"
32
+
33
+ #: includes/Loader.php:295
34
+ msgid "Auto-Post on Social Media"
35
+ msgstr "Postar automaticamente nas redes sociais"
36
+
37
+ #: includes/Loader.php:296
38
+ msgid "Social Media Content Calendar"
39
+ msgstr "Calendário de Conteúdo das Redes Sociais"
40
+
41
+ #: includes/Loader.php:566
42
+ msgid "This post will be shared into your social media from"
43
+ msgstr "Esta postagem será compartilhada em suas redes sociais de"
44
+
45
+ #: includes/Loader.php:566 includes/Loader.php:568
46
+ msgid "show details"
47
+ msgstr "exibir detalhes"
48
+
49
+ #: includes/Loader.php:568
50
+ msgid "This post will be shared on social media in 2-3 minutes!"
51
+ msgstr "Esta postagem será compartilhada nas redes sociais em 2 a 3 minutos!"
52
+
53
+ #: includes/Loader.php:572
54
  msgid ""
55
+ "Please, make sure that your post are publish on this blog on this moment. "
56
+ "Then you can auto post your post with Blog2social."
57
  msgstr ""
58
+ "Por favor, certifique-se de que sua postagem seja publicada neste blog neste "
59
+ "momento. Então, você pode postar sua postagem automaticamente no Blog2Social."
60
 
61
+ #: includes/Loader.php:575 includes/B2S/PostBox.php:79
62
  msgid ""
63
+ "There are no authorizations for your selected profile. Please, authorize "
64
+ "with a social network or select a other profile."
65
  msgstr ""
66
+ "Não autorizações para o seu perfil selecionado. Por favor, autorize com "
67
+ "uma rede social ou selecione outro perfil."
68
 
69
+ #: includes/Loader.php:587
70
+ msgid "Upgrade to Premium"
71
+ msgstr "Atualize para o Premium"
72
 
73
+ #: includes/Loader.php:617 includes/B2S/Network/Item.php:147
74
+ #: includes/B2S/Network/Item.php:147 includes/B2S/Network/Item.php:218
75
+ #: includes/B2S/Settings/Item.php:255 includes/B2S/Settings/Item.php:436
76
+ #: includes/B2S/Settings/Item.php:450 includes/B2S/Settings/Item.php:472
77
+ #: includes/B2S/Ship/Portale.php:36 includes/B2S/Ship/Portale.php:36
78
+ msgid "Profile"
79
+ msgstr "Perfil"
80
 
81
+ #: includes/Loader.php:617 includes/B2S/Network/Item.php:150
82
+ #: includes/B2S/Network/Item.php:150 includes/B2S/Network/Item.php:271
83
+ #: includes/B2S/Settings/Item.php:255 includes/B2S/Settings/Item.php:451
84
+ #: includes/B2S/Settings/Item.php:473 includes/B2S/Ship/Portale.php:33
85
+ #: includes/B2S/Ship/Portale.php:33
86
+ msgid "Page"
87
+ msgstr "Página"
88
+
89
+ #: includes/Loader.php:617 includes/B2S/Network/Item.php:153
90
+ #: includes/B2S/Network/Item.php:153 includes/B2S/Network/Item.php:325
91
+ #: includes/B2S/Settings/Item.php:452 includes/B2S/Settings/Item.php:474
92
+ #: includes/B2S/Ship/Portale.php:30 includes/B2S/Ship/Portale.php:30
93
+ msgid "Group"
94
+ msgstr "Grupo"
95
+
96
+ #: includes/Loader.php:618
97
+ msgid "Company"
98
  msgstr ""
 
 
 
 
99
 
100
+ #: includes/Loader.php:618
101
+ msgid "Business"
 
 
 
102
  msgstr ""
 
 
 
103
 
104
+ #: includes/Loader.php:619
105
+ msgid "Your post could not be posted."
106
+ msgstr "Sua postagem não pôde ser postada."
107
+
108
+ #: includes/Loader.php:620
109
  msgid ""
110
+ "Your authorization has expired. Please reconnect your account in the "
111
+ "Blog2Social network settings."
112
  msgstr ""
113
+ "Sua autorização expirou. Por favor, reconecte sua conta nas configurações de "
114
+ "rede do Blog2Social."
115
 
116
+ #: includes/Loader.php:621
117
+ msgid "The network has marked the post as spam or abusive."
118
+ msgstr "A rede marcou a postagem como spam ou abusiva."
 
 
119
 
120
+ #: includes/Loader.php:622
121
  msgid ""
122
+ "We don't have the permission to publish your post. Please check your "
123
+ "authorization."
124
  msgstr ""
125
+ "Não temos permissão para publicar sua postagem. Por favor, verifique sua "
126
+ "autorização."
 
127
 
128
+ #: includes/Loader.php:623
129
  msgid ""
130
+ "Your authorization is interrupted. Please check your authorization. Please "
131
+ "see <a target=\"_blank\" href=\"https://www.blog2social."
132
+ "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
 
 
 
133
  msgstr ""
134
+ "Sua autorização é interrompida. Por favor, verifique sua autorização. "
135
+ "Consulte <a target=\"_blank\" href=\"https://www.blog2social."
136
+ "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
 
 
 
 
 
 
 
 
 
 
 
 
 
137
 
138
+ #: includes/Loader.php:624
139
+ msgid "Your daily limit has been reached."
140
+ msgstr "Seu limite diário foi atingido."
141
 
142
+ #: includes/Loader.php:625
143
+ msgid "Your post could not be posted, because your image is not available."
144
+ msgstr ""
145
+ "Sua postagem não pôde ser postada porque sua imagem não está disponível."
146
 
147
+ #: includes/Loader.php:626
148
+ msgid ""
149
+ "The network has blocked your account. Please see <a target=\"_blank\" "
150
+ "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
151
+ "error-messages.html\">FAQ</a>."
152
+ msgstr ""
153
+ "A rede bloqueou sua conta. Por favor, veja o <a target=\"_blank\" "
154
+ "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
155
+ "error-messages.html\">FAQ</a>."
156
 
157
+ #: includes/Loader.php:627
158
+ msgid ""
159
+ "The number of images is reached. Please see <a target=\"_blank\" "
160
+ "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
161
+ "error-messages.html\">FAQ</a>."
162
+ msgstr ""
163
+ "O número de imagens é atingido. Consulte <a target=\"_blank\" href=\"https:"
164
+ "//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
165
+ "html\">FAQ</a>."
166
 
167
+ #: includes/Loader.php:628
168
+ msgid ""
169
+ "Your daily limit for this network has been reached. Please try again later."
170
+ msgstr ""
171
+ "Seu limite diário para esta rede foi atingido. Por favor, tente novamente "
172
+ "mais tarde."
173
 
174
+ #: includes/Loader.php:629
175
  msgid ""
176
+ "The network can not publish special characters such as Emoji. Please see <a "
177
+ "target=\"_blank\" href=\"https://www.blog2social."
178
+ "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
179
  msgstr ""
180
+ "A rede não pode publicar caracteres especiais, como Emoji. Consulte <a "
181
+ "target=\"_blank\" href=\"https://www.blog2social."
182
+ "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
183
 
184
+ #: includes/Loader.php:630
185
+ msgid "Your post is a duplicate."
186
+ msgstr "Sua postagem está duplicada."
187
 
188
+ #: includes/Loader.php:631
189
+ msgid "The network requires a public url."
190
+ msgstr "A rede requer uma URL pública."
191
 
192
+ #: includes/Loader.php:632
193
+ msgid "You have already retweeted this post."
194
+ msgstr "Você retwitou esta postagem."
195
 
196
+ #: includes/Loader.php:633
197
  msgid ""
198
+ "This XING API is no longer supported by XING. Please connect your XING "
199
+ "accounts with the new XING interface to reschedule your posts. <a "
200
+ "target=\"_blank\" href=\"https://www.blog2social.com/en/faq/index.php?"
201
+ "action=artikel&cat=2&id=146\">Learn more</a>"
202
  msgstr ""
 
 
 
203
 
204
+ #: includes/Loader.php:634
205
  msgid ""
206
+ "There was no image in the meta data of the linked post. Posts without images "
207
+ "cannot be shared on image networks."
 
208
  msgstr ""
209
+ "Não havia imagem nos metadados da postagem vinculada. Postagens sem imagens "
210
+ "não podem ser compartilhadas em redes de imagens."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
 
212
+ #: includes/Loader.php:635
213
+ msgid "Your group can not be found by the network."
214
+ msgstr "Seu grupo não pode ser encontrado pela rede."
215
 
216
+ #: includes/Loader.php:689 includes/Loader.php:725
217
+ msgid "Dashboard"
218
+ msgstr "Dashboard"
219
 
220
+ #: includes/Loader.php:690 includes/Loader.php:732
221
+ msgid "Posts & Sharing"
222
+ msgstr "Postagens e Compartilhamento"
223
 
224
+ #: includes/Loader.php:691 includes/Loader.php:739
225
+ msgid "Content Curation"
226
+ msgstr "Gerenciar Conteúdo"
227
 
228
+ #: includes/Loader.php:692 includes/Loader.php:746 views/b2s/network.php:17
229
+ msgid "Networks"
230
+ msgstr "Redes"
231
 
232
+ #: includes/Loader.php:693 includes/Loader.php:752
233
+ msgid "Settings"
234
+ msgstr "Configurações"
235
 
236
+ #: includes/Loader.php:694 includes/Loader.php:758
237
+ msgid "PR-Service"
238
+ msgstr "PR-Service"
239
 
240
+ #: includes/Loader.php:695 includes/Loader.php:765
241
+ #: views/b2s/widgets/tutorial.php:4
242
+ msgid "How to & FAQ"
243
+ msgstr "Como e FAQ"
 
 
 
 
 
 
244
 
245
+ #: includes/Loader.php:696
246
+ msgid "Premium"
247
+ msgstr "Premium"
 
 
248
 
249
+ #: includes/Loader.php:696 includes/Loader.php:771 includes/B2S/PostBox.php:108
250
+ #: views/b2s/network.php:31 views/b2s/settings.php:67 views/b2s/ship.php:21
251
+ #: includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:147
252
+ #: includes/B2S/Network/Item.php:150 includes/B2S/Network/Item.php:153
253
+ #: includes/B2S/Network/Item.php:245 includes/B2S/Network/Item.php:298
254
+ #: includes/B2S/Network/Item.php:352 includes/B2S/Settings/Item.php:93
255
+ #: includes/B2S/Settings/Item.php:116 includes/B2S/Ship/Image.php:73
256
+ #: includes/B2S/Ship/Image.php:80 includes/B2S/Ship/Item.php:776
257
+ #: includes/B2S/Ship/Portale.php:30 includes/B2S/Ship/Portale.php:33
258
+ #: includes/B2S/Ship/Portale.php:36 views/b2s/partials/post-edit-modal.php:9
259
+ #: views/b2s/widgets/posts.php:31
260
+ msgid "PREMIUM"
261
+ msgstr "PREMIUM"
262
 
263
+ #: includes/Loader.php:716
264
+ msgid "Blog2Social"
265
+ msgstr "Blog2Social"
266
 
267
+ #: includes/Loader.php:1146 includes/Loader.php:1319
268
+ msgid "or"
269
+ msgstr "ou"
 
270
 
271
+ #: includes/Loader.php:1146 includes/Loader.php:1319
272
+ msgid "back to install plugins"
273
+ msgstr "voltar para a instalação de plugins"
274
 
275
+ #: includes/Notice.php:18
276
  msgid ""
277
+ "<strong>Rate it!</strong> If you like Blog2Social, please give us a 5 star "
278
+ "rating. I there is anything that does not work for you, please contact us!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
279
  msgstr ""
280
+ "<strong>Classifique!</strong> Se você gosta do Blog2Social, por favor, dê-"
281
+ "nos uma classificação de 5 estrelas. Se há alguma coisa que não funciona "
282
+ "para você, entre em contato conosco!"
283
 
284
+ #: includes/Notice.php:19
285
+ msgid "RATE BLOG2SOCIAL"
286
+ msgstr "AVALIAR BLOG2SOCIAL"
287
 
288
+ #: includes/Notice.php:20
289
+ msgid "hide"
290
+ msgstr "esconder"
 
291
 
292
+ #: includes/System.php:69
293
  msgid ""
294
+ "Blog2Social used cURL. cURL is not installed in your PHP installation on "
295
+ "your server. Install cURL and activate Blog2Social again."
 
 
 
 
 
 
 
 
 
296
  msgstr ""
297
+ "Blog2Social usado cURL. O cURL não está instalado na sua instalação do PHP "
298
+ "no seu servidor. Instale o cURL e ative o Blog2Social novamente."
 
 
 
 
 
 
 
 
299
 
300
+ #: includes/System.php:72 includes/System.php:78
 
 
301
  msgid ""
302
+ "Please see <a href=\"https://www.blog2social."
303
+ "com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
304
+ "html\" target=\"_blank\">FAQ</a>"
305
  msgstr ""
306
+ "Por favor, veja o <a href=\"https://www.blog2social."
307
+ "com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
308
+ "html\" target=\"_blank\">FAQ</a>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
309
 
310
+ #: includes/System.php:75
311
  msgid ""
312
+ "Blog2Social used PHP. Your installed PHP version on your server is not high "
313
+ "enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
 
 
 
314
  msgstr ""
315
+ "Blog2Social usa PHP. Sua versão do PHP instalada no seu servidor não é o "
316
+ "suficiente para usar o Blog2Social. Atualize sua versão do PHP para 5.5.3 ou "
317
+ "superior."
 
 
318
 
319
  #: includes/System.php:81
320
  msgid ""
329
  "servidor MySQL é executado na versão 5.5.3 ou superior, ou peça ao seu "
330
  "administrador de servidor para fazer isso por você."
331
 
332
+ #: includes/System.php:84
 
 
 
 
 
333
  msgid ""
334
+ "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
335
+ "requirements-for-installing-blog2social.html\" target=\"_blank\"> Please "
336
+ "find more Information and help in our FAQ</a>"
337
  msgstr ""
338
+ "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
339
+ "requirements-for-installing-blog2social.html\" target=\"_blank\"> Por favor, "
340
+ "encontre mais informações e ajuda em nosso FAQ</a>"
341
 
342
+ #: views/notice.php:12
343
+ msgid "Connection is broken..."
344
+ msgstr "A conexão foi interrompida..."
 
 
 
 
 
345
 
346
+ #: views/notice.php:14
347
  msgid ""
348
+ "The connection to your server has been interrupted. Please make sure that "
349
+ "your blog is reachable. If your server does not respond or is too slow, "
350
+ "Blog2Social cannot connect to the internet. Try again later or contact your "
351
+ "webmaster, if this error message persists."
352
  msgstr ""
353
+ "A conexão com o seu servidor foi interrompida. Por favor, certifique-se que "
354
+ "o seu blog é acessível. Se o seu servidor não responder ou estiver muito "
355
+ "lento, o Blog2Social não poderá se conectar à Internet. Tente novamente mais "
356
+ "tarde ou entre em contato com seu webmaster, se essa mensagem de erro "
357
+ "persistir."
 
 
 
 
 
 
 
 
 
 
 
358
 
359
+ #: views/notice.php:17
360
+ msgid "Update..."
361
+ msgstr "Atualizar..."
362
 
363
+ #: views/notice.php:19
364
  msgid ""
365
+ "<b> A new version of Blog2Social is available. </b> Update now <br> "
366
+ "Blog2Social to continue to use the latest version of the plugin."
 
367
  msgstr ""
368
+ "<b> Uma nova versão do Blog2Social está disponível. </b> Atualize agora <br> "
369
+ "o Blog2Social para continuar a usar a versão mais recente do plug-in."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
370
 
371
+ #: views/notice.php:23
372
+ msgid "Update Blog2Social"
373
+ msgstr "Atualizar o Blog2Social"
 
 
 
 
 
 
 
 
 
374
 
375
+ #: views/notice.php:26
376
+ msgid "Unknown error"
377
+ msgstr "Erro desconhecido"
 
 
 
378
 
379
+ #: views/notice.php:28
380
+ msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
 
381
  msgstr ""
382
+ "<b> Ocorreu um erro desconhecido! </b> <br> Entre em contato com nosso "
383
+ "suporte!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
384
 
385
+ #: includes/B2S/PostBox.php:25
386
+ msgid "Please see FAQ"
387
+ msgstr "Por favor, veja o FAQ"
388
 
389
+ #: includes/B2S/PostBox.php:34
390
+ msgid "last auto-post:"
391
+ msgstr "última postagem automática:"
392
 
393
+ #: includes/B2S/PostBox.php:76 views/b2s/ship.php:545
394
+ msgid "The connection to the server failed. Try again!"
395
+ msgstr "A conexão com o servidor falhou. Tente novamente!"
 
396
 
397
+ #: includes/B2S/PostBox.php:77
398
+ msgid ""
399
+ "WordPress uses heartbeats by default, Blog2Social as well. Please enable "
400
+ "heartbeats for using Blog2Social!"
401
+ msgstr ""
402
+ "WordPress usa heartbeats por padrão, Blog2Social também. Por favor, ative os "
403
+ "heartbeats para usar o Blog2Social!"
404
 
405
+ #: includes/B2S/PostBox.php:78 includes/B2S/PostBox.php:80
406
+ msgid ""
407
+ "Your post is still on draft or pending status. Please make sure that your "
408
+ "post is published or scheduled to be published on this blog. You can then "
409
+ "auto-post or schedule and customize your social media posts with Blog2Social."
410
+ msgstr ""
411
+ "Sua postagem ainda está no rascunho ou no status pendente. Por favor, "
412
+ "certifique-se que sua publicação está publicada ou programada para ser "
413
+ "publicada neste blog. Você pode então postar ou agendar automaticamente e "
414
+ "personalizar suas postagens de mídia social com o Blog2Social."
415
 
416
+ #: includes/B2S/PostBox.php:79 includes/B2S/PostBox.php:177
417
+ msgid "Network settings"
418
+ msgstr "Configurações de Rede"
419
 
420
+ #: includes/B2S/PostBox.php:81
421
+ msgid ""
422
+ "Notice: Please make sure, that your website address is reachable. The Social "
423
+ "Networks do not allow postings from local installations."
424
+ msgstr ""
425
+ "Aviso: Certifique-se de que o endereço do seu site esteja acessível. As "
426
+ "Redes Sociais não permitem postagens de sites locais."
427
 
428
  #: includes/B2S/PostBox.php:97
429
  msgid "Custom Sharing & Scheduling"
430
  msgstr "Personalize o Compartilhamento e Agendamento"
431
 
432
+ #: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101
433
+ #: views/b2s/network.php:18 views/b2s/settings.php:70 views/b2s/ship.php:57
434
+ #: views/b2s/ship.php:147 views/b2s/ship.php:234
435
+ #: includes/B2S/Network/Item.php:174 includes/B2S/Settings/Item.php:100
436
+ #: includes/B2S/Ship/Item.php:717
437
+ msgid "Info"
438
+ msgstr "Informação"
439
 
440
  #: includes/B2S/PostBox.php:98
441
  msgid "Customize & Schedule Social Media Posts"
442
  msgstr "Personalizar e agendar postagens de rede social"
443
 
444
+ #: includes/B2S/PostBox.php:100
445
+ msgid "Facebook Instant Sharing:"
446
+ msgstr "Facebook Instant Sharing:"
447
+
448
+ #: includes/B2S/PostBox.php:100 includes/B2S/Settings/Item.php:121
449
+ msgid ""
450
+ "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" "
451
+ "tab on your \"Posts & Sharing\" navigation bar and can be shared on your "
452
+ "Facebook Profile by clicking on the \"Share\" button next to your auto-post."
453
+ msgstr ""
454
+ "As postagens automáticas dos perfis do Facebook serão mostradas na guia "
455
+ "\"Compartilhamento Instantâneo\" na barra de navegação \"Postagens e "
456
+ "Compartilhamento\" e podem ser compartilhadas no seu perfil do Facebook, "
457
+ "clicando no botão \"Compartilhar\" ao lado da postagem automática."
458
+
459
+ #: includes/B2S/PostBox.php:101
460
+ msgid "Social Media Auto-Posting"
461
+ msgstr "postagem automática nas redes sociais"
462
+
463
+ #: includes/B2S/PostBox.php:105
464
+ msgid "enable Auto-Posting"
465
+ msgstr "ativar a postagem automática"
466
+
467
+ #: includes/B2S/PostBox.php:115 views/b2s/network.php:55
468
+ #: views/b2s/network.php:180 views/b2s/post.approve.php:46
469
+ #: views/b2s/post.calendar.php:50 views/b2s/post.calendar.php:230
470
+ #: views/b2s/post.notice.php:40 views/b2s/post.php:37
471
+ #: views/b2s/post.publish.php:40 views/b2s/post.sched.php:54
472
+ #: views/b2s/ship.php:169 views/b2s/ship.php:543
473
+ msgid "Loading..."
474
+ msgstr "Carregando..."
475
+
476
+ #: includes/B2S/PostBox.php:123
477
+ msgid "Blog2Social: Customize & Schedule Social Media Posts"
478
+ msgstr "Blog2Social: Personalizar e agendar postagens de rede social"
479
+
480
  #: includes/B2S/PostBox.php:126
481
  msgid ""
482
  "Customize and schedule your social media posts on the one page preview for "
492
  "novamente de forma recorrente para mais visibilidade e engajamento com sua "
493
  "comunidade."
494
 
495
+ #: includes/B2S/PostBox.php:135
496
+ msgid "Blog2Social: Social Media Auto-Posting"
497
+ msgstr "Blog2Social: Postagem automática nas redes sociais"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
498
 
499
+ #: includes/B2S/PostBox.php:139
500
+ msgid ""
501
+ "You have 2 general options to define the date and time to share your blog "
502
+ "posts on social media with the Auto-Poster:"
503
+ msgstr ""
504
+ "Você tem duas opções gerais para definir a data e a hora para compartilhar "
505
+ "suas postagens nas redes sociais com o Auto-Poster:"
506
 
507
+ #: includes/B2S/PostBox.php:140
508
+ msgid "1. Immediately after publishing your blog post"
509
+ msgstr "1. Imediatamente após publicar sua postagem no blog"
510
 
511
+ #: includes/B2S/PostBox.php:141
512
+ msgid ""
513
+ "Published blog posts: If you publish your blog post with click on publish in "
514
+ "your WordPress post editor, Blog2Social will automatically share your social "
515
+ "media post immediately."
516
  msgstr ""
517
+ "Postagens de blog publicadas: se você publicar sua postagem de blog com o "
518
+ "clique em publicar em seu editor de postagem do WordPress, o Blog2Social "
519
+ "automaticamente compartilhará sua postagem de rede social imediatamente."
520
 
521
+ #: includes/B2S/PostBox.php:142
522
  msgid ""
523
+ "Scheduled blog posts: If you schedule your blog post with click on schedule "
524
+ "in your WordPress post editor, Blog2Social will share your social media post "
525
+ "on the publishing date of your blog post."
526
  msgstr ""
527
+ "Postagens de blog agendadas: se você agendar sua postagem de blog com um "
528
+ "clique no agendamento em seu editor de postagens do WordPress, o Blog2Social "
529
+ "compartilhará sua postagem na rede social na data de publicação da postagem "
530
+ "do seu blog."
531
 
532
+ #: includes/B2S/PostBox.php:143
 
533
  msgid ""
534
+ "2. Schedule your social media posts for a specific date and time If you want "
535
+ "to share your post at a particular date and time, different from your "
536
+ "publishing date, select the option at scheduled times and set any date and "
537
+ "time to share your post on social media."
538
  msgstr ""
539
+ "2. Agende suas postagens de rede social para uma data e hora específicas. Se "
540
+ "você quiser compartilhar sua postagem em uma data e hora específicas, "
541
+ "diferente da data de publicação, selecione a opção em horários programados e "
542
+ "defina qualquer data e hora para compartilhar sua postagem em rede social."
543
 
544
+ #: includes/B2S/PostBox.php:147
545
+ msgid "You want to auto-post your blog post?"
546
+ msgstr "Você quer postar automaticamente sua postagem no blog?"
547
+
548
+ #: includes/B2S/PostBox.php:148 views/b2s/curation.php:120
549
+ #: views/b2s/network.php:106 views/b2s/post.calendar.php:268
550
+ #: views/b2s/ship.php:285 views/b2s/ship.php:345 views/b2s/ship.php:391
551
+ msgid "With Blog2Social Premium you can:"
552
+ msgstr "Com o Blog2Social Premium você pode:"
553
+
554
+ #: includes/B2S/PostBox.php:151 views/b2s/curation.php:123
555
+ #: views/b2s/network.php:109 views/b2s/post.calendar.php:271
556
+ #: views/b2s/ship.php:288 views/b2s/ship.php:348 views/b2s/ship.php:394
557
+ msgid "Post on pages and groups"
558
+ msgstr "Postar em páginas e grupos"
559
+
560
+ #: includes/B2S/PostBox.php:152 views/b2s/curation.php:124
561
+ #: views/b2s/network.php:110 views/b2s/post.calendar.php:272
562
+ #: views/b2s/ship.php:289 views/b2s/ship.php:349 views/b2s/ship.php:395
563
+ msgid "Share on multiple profiles, pages and groups"
564
+ msgstr "Compartilhe em vários perfis, páginas e grupos"
565
+
566
+ #: includes/B2S/PostBox.php:153 views/b2s/curation.php:125
567
+ #: views/b2s/network.php:111 views/b2s/post.calendar.php:273
568
+ #: views/b2s/ship.php:290 views/b2s/ship.php:350 views/b2s/ship.php:396
569
+ msgid "Auto-post and auto-schedule new and updated blog posts"
570
  msgstr ""
571
+ "Postar automaticamente e agendar automaticamente postagens novas e "
572
+ "atualizadas"
573
+
574
+ #: includes/B2S/PostBox.php:154 views/b2s/curation.php:126
575
+ #: views/b2s/network.php:112 views/b2s/post.calendar.php:274
576
+ #: views/b2s/ship.php:291 views/b2s/ship.php:351 views/b2s/ship.php:397
577
+ msgid "Schedule your posts at the best times on each network"
578
+ msgstr "Agende suas postagens com os melhores horários em cada rede"
579
 
580
+ #: includes/B2S/PostBox.php:155 views/b2s/curation.php:127
581
+ #: views/b2s/network.php:113 views/b2s/post.calendar.php:275
582
+ #: views/b2s/ship.php:292 views/b2s/ship.php:352 views/b2s/ship.php:398
583
  msgid ""
584
+ "Best Time Manager: use predefined best time scheduler to auto-schedule your "
585
+ "social media posts"
586
  msgstr ""
587
+ "Melhor Gerenciador de Tempo: use um agendador de melhor horário predefinido "
588
+ "para agendar automaticamente suas postagens de rede social"
589
+
590
+ #: includes/B2S/PostBox.php:156 views/b2s/curation.php:128
591
+ #: views/b2s/network.php:114 views/b2s/post.calendar.php:276
592
+ #: views/b2s/ship.php:293 views/b2s/ship.php:353 views/b2s/ship.php:399
593
+ msgid "Schedule your post for one time, multiple times or recurrently"
594
+ msgstr "Programe sua postagem por uma vez, várias vezes ou recorrentemente"
595
+
596
+ #: includes/B2S/PostBox.php:157 views/b2s/curation.php:129
597
+ #: views/b2s/network.php:115 views/b2s/post.calendar.php:277
598
+ #: views/b2s/ship.php:294 views/b2s/ship.php:354 views/b2s/ship.php:400
599
+ msgid "Schedule and re-share old posts"
600
+ msgstr "Agende e compartilhe novamente postagens antigas"
601
+
602
+ #: includes/B2S/PostBox.php:158 views/b2s/curation.php:130
603
+ #: views/b2s/network.php:116 views/b2s/post.calendar.php:278
604
+ #: views/b2s/ship.php:295 views/b2s/ship.php:355 views/b2s/ship.php:401
605
+ msgid "Select link format or image format for your posts"
606
+ msgstr "Selecione o formato do link ou o formato da imagem para suas postagens"
607
 
608
+ #: includes/B2S/PostBox.php:159 views/b2s/curation.php:131
609
+ #: views/b2s/network.php:117 views/b2s/post.calendar.php:279
610
+ #: views/b2s/ship.php:296 views/b2s/ship.php:356 views/b2s/ship.php:402
611
+ msgid "Select individual images per post"
612
+ msgstr "Selecione imagens individuais por postagem"
613
+
614
+ #: includes/B2S/PostBox.php:160 views/b2s/curation.php:132
615
+ #: views/b2s/network.php:118 views/b2s/post.calendar.php:280
616
+ #: views/b2s/ship.php:297 views/b2s/ship.php:357 views/b2s/ship.php:403
617
  msgid ""
618
+ "Reporting & calendar: keep track of your published and scheduled social "
619
+ "media posts"
620
  msgstr ""
621
+ "Relatórios e calendário: acompanhe as postagens de rede social publicadas e "
622
+ "programadas"
623
 
624
+ #: includes/B2S/PostBox.php:162 views/b2s/curation.php:134
625
+ #: views/b2s/network.php:120 views/b2s/post.calendar.php:282
626
+ #: views/b2s/ship.php:299 views/b2s/ship.php:359 views/b2s/ship.php:405
627
+ msgid "Upgrade to PREMIUM"
628
+ msgstr "Atualize para o PREMIUM"
629
 
630
+ #: includes/B2S/PostBox.php:164 views/b2s/curation.php:136
631
+ #: views/b2s/network.php:122 views/b2s/post.calendar.php:284
632
+ #: views/b2s/ship.php:301 views/b2s/ship.php:361 views/b2s/ship.php:407
633
+ msgid ""
634
+ "or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start "
635
+ "with free 30-days-trial of Blog2Social Premium</a> (no payment information "
636
+ "needed)"
637
+ msgstr ""
638
+ "ou <a href=\"http://service.blog2social.com/trial\" target=\"_blank\"> "
639
+ "comece com o teste gratuito de 30 dias do Blog2Social Premium</a> (nenhuma "
640
+ "informação de pagamento é necessária)"
641
 
642
+ #: includes/B2S/PostBox.php:177 includes/B2S/Curation/View.php:70
643
+ msgid "Select profile:"
644
+ msgstr "Selecionar perfil:"
645
 
646
+ #: includes/B2S/PostBox.php:188 includes/B2S/Curation/View.php:94
647
+ msgid "Select Twitter profile:"
648
+ msgstr "Selecione o perfil no Twitter:"
649
+
650
+ #: includes/B2S/PostBox.php:219
651
+ msgid "When do you want to share your post on social media?"
652
+ msgstr "Quando você deseja compartilhar sua postagem nas redes sociais?"
653
 
654
+ #: includes/B2S/PostBox.php:222
655
+ msgid "immediately after publishing"
656
+ msgstr "imediatamente após a publicação"
657
 
658
+ #: includes/B2S/PostBox.php:223 includes/B2S/Curation/View.php:62
659
+ msgid "at scheduled times"
660
+ msgstr "em horários programados"
661
 
662
+ #: includes/B2S/PostBox.php:226
663
+ msgid "You want to sched your blog post with Auto-Poster?"
664
+ msgstr "Você quer programar sua postagem no blog com o Auto-Poster?"
665
 
666
+ #: includes/B2S/PostBox.php:226
667
+ msgid "Upgrade to PREMIUM PRO"
668
+ msgstr "Atualize para o PREMIUM PRO"
 
669
 
670
+ #: includes/B2S/PostBox.php:232
671
+ msgid "Select date:"
672
+ msgstr "Selecionar data:"
673
 
674
+ #: includes/B2S/PostBox.php:233 includes/B2S/Ship/Item.php:341
675
+ msgid "show calendar"
676
+ msgstr "exibir calendário"
677
 
678
+ #: includes/B2S/PostBox.php:240
679
+ msgid "post at"
680
+ msgstr "postar em"
681
 
682
+ #: includes/B2S/PostBox.php:241
683
+ msgid "my time settings"
684
+ msgstr "minhas configurações de data/hora"
685
 
686
+ #: includes/B2S/PostBox.php:242
687
+ msgid ""
688
+ "Note: If you ​have​ not ​specified​ your own times, we automatically provide "
689
+ "you with the best times to post​ on the social networks. You can always "
690
+ "​edit​ your own times in the settings."
691
+ msgstr ""
692
+ "Nota: Se você não especificou seus horários, nós automaticamente lhe "
693
+ "forneceremos os melhores horários para postar nas redes sociais. Você sempre "
694
+ "pode editar seus próprios horários nas configurações."
695
 
696
+ #: views/b2s/curation.php:24
697
+ msgid "No link preview available. Please check your link."
698
+ msgstr ""
699
+ "Nenhuma visualização de link disponível. Por favor, verifique seu link."
700
 
701
+ #: views/b2s/curation.php:28
702
+ msgid ""
703
+ "No connected networks. Please make sure to connect at least one social media "
704
+ "account."
705
+ msgstr ""
706
+ "Nenhuma rede conectada. Por favor, certifique-se de conectar pelo menos uma "
707
+ "conta de rede social."
708
 
709
+ #: views/b2s/curation.php:31
710
+ msgid "Invalid data. Please check your data."
711
+ msgstr "Dado inválido. Por favor, verifique."
 
712
 
713
+ #: views/b2s/curation.php:37
714
+ msgid "Enter a link you want share on your social media channels"
715
+ msgstr ""
716
+ "Insira um link que você deseja compartilhar nos seus canais de redes sociais"
717
 
718
+ #: views/b2s/curation.php:38
719
+ msgid "Please enter a valid link"
720
+ msgstr "por favor, entre com um link válido"
721
 
722
+ #: views/b2s/curation.php:39
723
+ msgid "Enter link"
724
+ msgstr "Entre com o link"
725
 
726
+ #: views/b2s/curation.php:42
727
+ msgid "continue"
728
+ msgstr "continue"
729
 
730
+ #: views/b2s/curation.php:52
731
+ msgid "Load data..."
732
+ msgstr "Carregando dados..."
 
 
 
 
 
733
 
734
+ #: views/b2s/curation.php:66 views/b2s/ship.php:16 views/b2s/ship.php:544
735
+ #: includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:213
736
+ #: includes/B2S/Ship/Save.php:417 includes/PRG/Post/Filter.php:41
737
+ #: includes/PRG/Post/Item.php:97
738
+ msgid "published"
739
+ msgstr "publicados"
740
 
741
  #: views/b2s/curation.php:84 views/b2s/post.approve.php:98
742
+ #: views/b2s/ship.php:444
743
  msgid "Do you want to mark this post as published ?"
744
  msgstr "Você quer marcar este postagem como publicado?"
745
 
746
+ #: views/b2s/curation.php:89 views/b2s/post.approve.php:103
747
+ #: views/b2s/ship.php:449
748
+ msgid "YES"
749
+ msgstr "SIM"
750
 
751
+ #: views/b2s/curation.php:90 views/b2s/network.php:140
752
+ #: views/b2s/post.approve.php:87 views/b2s/post.approve.php:104
753
+ #: views/b2s/post.notice.php:74 views/b2s/post.publish.php:74
754
+ #: views/b2s/post.sched.php:88 views/b2s/ship.php:450 views/prg/ship.php:92
755
+ #: views/b2s/widgets/posts.php:80
756
+ msgid "NO"
757
+ msgstr "NÃO"
 
 
 
 
 
758
 
759
+ #: views/b2s/curation.php:103 views/b2s/post.calendar.php:251
760
+ #: views/b2s/ship.php:374
761
+ msgid "Need to schedule your posts?"
762
+ msgstr "Precisa agendar suas postagens?"
763
 
764
+ #: views/b2s/curation.php:106 views/b2s/post.calendar.php:254
765
+ #: views/b2s/ship.php:377
766
+ msgid "Blog2Social Premium covers everything you need."
767
+ msgstr "O Blog2Social Premium cobre tudo o que você precisa."
768
 
769
+ #: views/b2s/curation.php:109 views/b2s/post.calendar.php:257
770
+ #: views/b2s/ship.php:380 includes/B2S/Ship/Item.php:777
771
+ msgid "Schedule for specific dates"
772
+ msgstr "Programar para datas específicas"
773
 
774
+ #: views/b2s/curation.php:110 views/b2s/post.calendar.php:258
775
+ #: views/b2s/ship.php:381
776
+ msgid ""
777
+ "You want to publish a post on a specific date? No problem! Just enter your "
778
+ "desired date and you are ready to go!"
779
+ msgstr ""
780
+ "Você quer publicar uma postagem em uma data específica? Sem problemas! Basta "
781
+ "digitar sua data desejada e você estará pronto!"
782
 
783
+ #: views/b2s/curation.php:112 views/b2s/post.calendar.php:260
784
+ #: views/b2s/ship.php:383
785
+ msgid "Schedule post recurrently"
786
+ msgstr "Agendar postagem recorrentemente"
787
+
788
+ #: views/b2s/curation.php:113 views/b2s/post.calendar.php:261
789
+ #: views/b2s/ship.php:384
790
  msgid ""
791
+ "You have evergreen content you want to re-share from time to time in your "
792
+ "timeline? Schedule your evergreen content to be shared once, multiple times "
793
+ "or recurringly at specific times."
794
  msgstr ""
795
+ "Você tem conteúdo evergreen que deseja compartilhar de tempos em tempos na "
796
+ "sua linha do tempo? Programe seu conteúdo evergreen para ser compartilhado "
797
+ "uma vez, várias vezes ou periodicamente em horários específicos."
798
 
799
+ #: views/b2s/curation.php:115 views/b2s/post.calendar.php:263
800
+ #: views/b2s/premium.php:78 views/b2s/ship.php:386
801
+ #: views/b2s/widgets/premium.php:71
802
+ msgid "Best Time Scheduler"
803
+ msgstr "Melhor horário"
804
 
805
+ #: views/b2s/curation.php:116 views/b2s/post.calendar.php:264
806
+ #: views/b2s/ship.php:387
807
+ msgid ""
808
+ "Whenever you publish a post, only a fraction of your followers will actually "
809
+ "see your post. Use the Blog2Social Best Times Scheduler to share your post "
810
+ "at the best times for each social network. Get more outreach and extend the "
811
+ "lifespan of your posts."
812
+ msgstr ""
813
+ "Sempre que você publicar uma postagem, apenas uma fração dos seus seguidores "
814
+ "verá a sua postagem. Use o Agendador de Melhor Horário do Blog2Social para "
815
+ "compartilhar sua postagem nos melhores horários de cada rede social. Obtenha "
816
+ "mais alcance e amplie a vida útil de suas postagens."
817
 
818
+ #: views/b2s/dashboard.php:82
819
+ msgid "Couldn't find your answer?"
820
+ msgstr "Não encontrou sua resposta?"
821
 
822
+ #: views/b2s/dashboard.php:84
823
+ msgid "Contact Support by Email"
824
+ msgstr "Entre em contato com o nosso suporte por e-mail"
825
 
826
+ #: views/b2s/dashboard.php:86
827
+ msgid "Call us: +49 2181 7569-277"
828
+ msgstr "Ligue para nós: +49 2181 7569-277"
 
829
 
830
+ #: views/b2s/dashboard.php:88
831
+ msgid "(Call times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
832
+ msgstr "(Horário de atendimento: das 9:00 às 17:00 CET nos dias úteis)"
833
 
834
+ #: views/b2s/howto.php:9
835
+ msgid "How to use Blog2Social"
836
+ msgstr "Como usar o Blog2Social"
837
 
838
+ #: views/b2s/howto.php:17
839
+ msgid ""
840
+ "Learn how to get the most out of Blog2Social to promote your blog on social "
841
+ "media. Find step-by-step instructions and tips for FREE and PREMIUM users."
842
+ msgstr ""
843
+ "Aprenda como tirar o máximo proveito do Blog2Social para promover seu blog "
844
+ "em redes sociais. Encontre instruções passo a passo e dicas para usuários "
845
+ "GRATUITOS e PREMIUM."
846
 
847
+ #: views/b2s/howto.php:30
848
+ msgid "Do you need help?"
849
+ msgstr "Você precisa de ajuda?"
850
 
851
+ #: views/b2s/howto.php:32
852
+ msgid "Find answers to common questions in our FAQ."
853
+ msgstr "Encontre respostas para perguntas comuns em nosso FAQ."
854
 
855
+ #: views/b2s/howto.php:37
856
+ msgid "search FAQ"
857
+ msgstr "pesquisar no FAQ"
858
+
859
+ #: views/b2s/howto.php:41 views/b2s/widgets/support.php:1
860
+ msgid "TOP 5 FAQ"
861
+ msgstr "TOP 5 FAQ"
862
 
863
  #: views/b2s/network.php:21 views/b2s/network.php:22
864
  #: views/b2s/post.calendar.php:212 views/b2s/post.calendar.php:213
866
  msgid "filter"
867
  msgstr "filtrar"
868
 
869
+ #: views/b2s/network.php:28 views/b2s/network.php:31 views/b2s/network.php:76
870
+ #: views/b2s/network.php:99
871
+ msgid "Create new profile"
872
+ msgstr "Criar novo perfil"
 
 
873
 
874
+ #: views/b2s/network.php:30
875
+ msgid "You want to define a new combination of networks?"
876
+ msgstr "Você quer definir uma nova combinação de redes?"
877
 
878
+ #: views/b2s/network.php:35 views/b2s/partials/post-edit-modal.php:97
879
+ msgid "Delete"
880
+ msgstr "Excluir"
881
 
882
+ #: views/b2s/network.php:42 views/b2s/ship.php:55 views/b2s/ship.php:344
883
+ msgid "You want to schedule your posts and use the Best Time Scheduler?"
884
+ msgstr "Você deseja agendar suas postagens e usar o Melhor Agendador de Tempo?"
 
 
 
885
 
886
+ #: views/b2s/network.php:43 views/b2s/ship.php:56
887
+ msgid "Load Best Times"
888
+ msgstr "Carregar os melhores horários"
889
+
890
+ #: views/b2s/network.php:82
891
+ msgid "create"
892
+ msgstr "criar"
893
+
894
+ #: views/b2s/network.php:102
895
  msgid ""
896
+ "All connected networks will be displayed as default \"Standard\" networks "
897
+ "profile.<br><br>You may define various sets of social media accounts, "
898
+ "profiles, pages or groups for different sharing purposes. For example pre-"
899
+ "select specific set of all your networks for initial sharing and another set "
900
+ "of specific networks for re-sharing your post to. Or, if you have multiple "
901
+ "Twitter accounts or multiple Facebook pages and you want to share your post "
902
+ "to specific accounts or pages only, this feature may come handy for even "
903
+ "faster access to a specific selection of your sharing purposes. You may also "
904
+ "select sets of networks for re-sharing or scheduling your posts once or "
905
+ "recurrently at various days and times and with different comments or images."
906
+ "<br><br> This feature gives you an easier and faster access to an unlimited "
907
+ "number of variations for pre-selected sets of social media accounts for any "
908
+ "sharing and scheduling scheme you may think of.<br><br> You can always "
909
+ "select and remove any account from any of your networks profiles on your "
910
+ "preview page with just a click of your mouse for an easy variation of your "
911
+ "current sharing scheme."
912
  msgstr ""
913
+ "Todas as redes conectadas serão exibidas como perfil de rede \"Padrão\" "
914
+ "padrão.<br><br> Você pode definir vários conjuntos de contas, perfis, "
915
+ "páginas ou grupos de mídia social para diferentes fins de compartilhamento. "
916
+ "Por exemplo, pré-selecione um conjunto específico de todas as suas redes "
917
+ "para compartilhamento inicial e outro conjunto de redes específicas para "
918
+ "compartilhar novamente sua postagem. Ou, se você tiver várias contas do "
919
+ "Twitter ou várias páginas do Facebook e quiser compartilhar sua postagem "
920
+ "apenas em contas ou páginas específicas, esse recurso pode ser útil para um "
921
+ "acesso ainda mais rápido a uma seleção específica de suas finalidades de "
922
+ "compartilhamento. Você também pode selecionar conjuntos de redes para "
923
+ "compartilhar novamente ou agendar suas postagens uma vez ou de forma "
924
+ "recorrente em vários dias e horários e com comentários ou imagens diferentes."
925
+ "<br><br>.Esse recurso proporciona um acesso mais fácil e rápido a um número "
926
+ "ilimitado de variações para conjuntos pré-selecionados de contas de rede "
927
+ "social para qualquer esquema de compartilhamento e agendamento que você "
928
+ "possa imaginar.<br><br> Você pode sempre selecionar e remover qualquer conta "
929
+ "de qualquer um dos perfis de sua rede na sua página de visualização com "
930
+ "apenas um clique do mouse para uma variação fácil do seu esquema de "
931
+ "compartilhamento atual."
932
 
933
+ #: views/b2s/network.php:105
934
+ msgid "You want to add another network profile, pages or groups?"
935
+ msgstr "Você quer adicionar outro perfil de rede, páginas ou grupos?"
936
 
937
+ #: views/b2s/network.php:134
938
+ msgid "Delete Profile"
939
+ msgstr "Excluir Perfil"
940
 
941
+ #: views/b2s/network.php:137
942
+ msgid "Do you really want to delete this profile"
943
+ msgstr "Você realmente quer excluir este perfil?"
944
 
945
+ #: views/b2s/network.php:141 views/b2s/network.php:193
946
+ #: views/b2s/post.approve.php:88 views/b2s/post.notice.php:75
947
+ #: views/b2s/post.publish.php:75 views/b2s/post.sched.php:89
948
+ #: views/b2s/widgets/posts.php:81
949
+ msgid "YES, delete"
950
+ msgstr "SIM, exclua"
951
 
952
+ #: views/b2s/network.php:152
953
+ msgid "Google My Business"
954
+ msgstr "Google My Business"
955
 
956
+ #: views/b2s/network.php:155
957
+ msgid ""
958
+ "Blog2Social uses the official Google My Business API to share your content "
959
+ "on your business listing. You can connect Google My Business listings with "
960
+ "up to nine different locations to Blog2Social and you can choose which "
961
+ "location you want to share your content on."
962
+ msgstr ""
963
+ "O Blog2Social usa a API oficial do Google Meu Negócio para compartilhar seu "
964
+ "conteúdo na listagem da sua empresa. Você pode conectar as listagens do "
965
+ "Google Meu Negócio com até nove locais diferentes ao Blog2Social e escolher "
966
+ "em qual local deseja compartilhar seu conteúdo."
967
 
968
  #: views/b2s/network.php:158
969
  msgid ""
977
  "planeja estender a API para empresas com mais de nove locais em suas "
978
  "listagens do Google Meu Negócio."
979
 
980
+ #: views/b2s/network.php:161 views/b2s/premium.php:22 views/b2s/ship.php:466
981
+ #: includes/B2S/Ship/Item.php:815 views/b2s/partials/post-edit-modal.php:48
982
+ #: views/b2s/widgets/premium.php:14
983
+ msgid "Learn more"
984
+ msgstr "Aprenda mais"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
985
 
986
+ #: views/b2s/network.php:174
987
+ msgid "Delete Authorization"
988
+ msgstr "Excluir autorização"
989
 
990
+ #: views/b2s/network.php:183
991
+ msgid "Do you really want to delete this authorization"
992
+ msgstr "Você realmente deseja excluir esta autorização"
 
993
 
994
+ #: views/b2s/network.php:186
995
+ msgid "You have still set up scheduled posts for this network:"
996
+ msgstr "Você ainda configurou postagens agendadas para esta rede:"
997
 
998
+ #: views/b2s/network.php:187
999
+ msgid "Delete all scheduled posts for this account irrevocably"
1000
+ msgstr "Excluir todas as postagens agendadas para esta conta irrevogavelmente"
1001
 
1002
+ #: views/b2s/network.php:187
1003
+ msgid "scheduled posts"
1004
+ msgstr "postagens agendadas"
 
1005
 
1006
+ #: views/b2s/network.php:194
1007
+ msgid "View schedule posts"
1008
+ msgstr "Ver as postagens agendadas"
1009
 
1010
+ #: views/b2s/network.php:213
1011
+ msgid "Please re-authorize your account with Blog2Social and try again"
 
 
 
1012
  msgstr ""
1013
+ "Por favor, autorize novamente sua conta no Blog2Social e tente novamente"
 
 
 
 
 
 
1014
 
1015
+ #: views/b2s/network.php:214
1016
+ msgid "Change successful"
1017
+ msgstr "Alteração com sucesso"
1018
 
1019
+ #: views/b2s/network.php:215
1020
+ msgid "Could not be changed"
1021
+ msgstr "Não pode ser alterado"
 
1022
 
1023
+ #: views/b2s/network.php:223
1024
+ msgid "modfiy"
1025
+ msgstr "modificar"
1026
 
1027
+ #: views/b2s/post.approve.php:78
1028
+ msgid "Delete Social Media Posts"
1029
+ msgstr "Excluir postagens nas redes sociais"
1030
 
1031
+ #: views/b2s/post.approve.php:81
1032
+ msgid "Are you sure you want to delete these Social Media posts?"
1033
+ msgstr "Tem certeza que deseja excluir essas postagens das redes sociais?"
 
 
 
 
1034
 
1035
+ #: views/b2s/post.approve.php:83 views/b2s/post.notice.php:70
1036
+ #: views/b2s/post.publish.php:70 views/b2s/post.sched.php:84
1037
+ #: views/b2s/widgets/posts.php:76
1038
+ msgid "Number of entries"
1039
+ msgstr "Número de entradas"
1040
 
1041
+ #: views/b2s/post.calendar.php:30
1042
+ msgid "Sort by network"
1043
+ msgstr "Ordenar por rede"
1044
 
1045
+ #: views/b2s/post.calendar.php:60 views/b2s/post.sched.php:174
1046
+ #: includes/B2S/Settings/Item.php:387 includes/B2S/Settings/Item.php:441
1047
+ #: includes/B2S/Settings/Item.php:484
1048
+ msgid "Link Post"
1049
+ msgstr "Link da postagem"
 
 
1050
 
1051
+ #: views/b2s/post.calendar.php:60 views/b2s/post.sched.php:174
1052
+ #: includes/B2S/Settings/Item.php:398 includes/B2S/Settings/Item.php:463
1053
+ #: includes/B2S/Settings/Item.php:484
1054
+ msgid "Photo Post"
1055
+ msgstr "Foto da postagem"
1056
 
1057
+ #: views/b2s/post.calendar.php:78 views/b2s/post.sched.php:161
1058
+ msgid "add post"
1059
+ msgstr "adicionar postagem"
1060
 
1061
+ #: views/b2s/post.calendar.php:97 views/b2s/post.sched.php:119
1062
+ #: views/b2s/ship.php:479
1063
+ msgid "Choose your"
1064
+ msgstr "Escolha o seu"
1065
 
1066
+ #: views/b2s/post.calendar.php:97 views/b2s/post.sched.php:119
1067
+ #: views/b2s/ship.php:479
1068
+ msgid "Post Format"
1069
+ msgstr "Formato da postagem"
1070
 
1071
+ #: views/b2s/post.calendar.php:99 views/b2s/post.sched.php:121
1072
+ #: views/b2s/ship.php:481
1073
+ msgid "for:"
1074
+ msgstr "para:"
 
 
 
1075
 
1076
+ #: views/b2s/post.calendar.php:118 views/b2s/post.sched.php:140
1077
+ #: views/b2s/ship.php:499
1078
  msgid ""
1079
+ "Define the default settings for the custom post format for all of your "
1080
+ "Facebook accounts in the Blog2Social settings."
1081
  msgstr ""
1082
+ "Defina as configurações padrão para o formato de postagem personalizado para "
1083
+ "todas as suas contas do Facebook nas configurações do Blog2Social."
1084
 
1085
+ #: views/b2s/post.calendar.php:121 views/b2s/post.sched.php:143
1086
+ #: views/b2s/ship.php:502
1087
  msgid ""
1088
+ "Define the default settings for the custom post format for all of your "
1089
+ "Twitter accounts in the Blog2Social settings."
1090
  msgstr ""
1091
+ "Defina as configurações padrão para o formato de postagem personalizado para "
1092
+ "todas as suas contas do Twitter nas configurações do Blog2Social."
1093
 
1094
+ #: views/b2s/post.calendar.php:124 views/b2s/post.sched.php:146
1095
+ #: views/b2s/ship.php:505
1096
+ msgid ""
1097
+ "Define the default settings for the custom post format for all of your "
1098
+ "Google+ accounts in the Blog2Social settings."
1099
+ msgstr ""
1100
+ "Defina as configurações padrão para o formato de postagem personalizado para "
1101
+ "todas as suas contas do Google+ nas configurações do Blog2Social."
1102
 
1103
+ #: views/b2s/post.calendar.php:127 views/b2s/post.sched.php:149
1104
+ #: views/b2s/ship.php:508
1105
  msgid ""
1106
+ "Define the default settings for the custom post format for all of your "
1107
+ "Instagram accounts in the Blog2Social settings."
1108
  msgstr ""
1109
+ "Defina as configurações padrão para o formato de postagem personalizado para "
1110
+ "todas as suas contas do Instagram nas configurações do Blog2Social."
1111
 
1112
+ #: views/b2s/post.calendar.php:142 views/b2s/post.sched.php:100
1113
+ #: views/b2s/ship.php:420
1114
+ msgid "Select image for"
1115
+ msgstr "Selecionar imagem para"
1116
 
1117
+ #: views/b2s/post.calendar.php:160
1118
+ msgid "What would you like to share?"
1119
+ msgstr "O que você gostaria de compartilhar?"
1120
 
1121
+ #: views/b2s/post.calendar.php:170
1122
+ msgid "Share content from your blog"
1123
+ msgstr "Compartilhar conteúdo do seu blog"
 
 
 
 
 
1124
 
1125
+ #: views/b2s/post.calendar.php:173 views/b2s/post.calendar.php:186
1126
+ msgid "select"
1127
+ msgstr "selecione"
1128
 
1129
+ #: views/b2s/post.calendar.php:183
1130
+ msgid "Share content from other sources"
1131
+ msgstr "Compartilhar conteúdo de outras fontes"
1132
 
1133
+ #: views/b2s/post.calendar.php:204
1134
+ msgid "Select a post"
1135
+ msgstr "Selecionar uma postagem"
1136
 
1137
+ #: views/b2s/post.notice.php:65 views/b2s/post.publish.php:65
1138
+ #: views/b2s/widgets/posts.php:71
1139
+ msgid "Delete entries from the reporting"
1140
+ msgstr "Excluir entradas do relatório"
1141
 
1142
+ #: views/b2s/post.notice.php:68 views/b2s/post.publish.php:68
1143
+ #: views/b2s/widgets/posts.php:74
1144
+ msgid "You are sure, you want to delete entries from the reporting?"
1145
+ msgstr "Tem certeza de que deseja excluir entradas do relatório?"
1146
+
1147
+ #: views/b2s/post.sched.php:28 includes/B2S/Network/Item.php:135
1148
+ msgid "Uhr"
1149
+ msgstr "Relógio"
1150
+
1151
+ #: views/b2s/post.sched.php:79
1152
+ msgid "Delete entries form the scheduling"
1153
+ msgstr "Excluir entradas do agendamento"
1154
+
1155
+ #: views/b2s/post.sched.php:82
1156
+ msgid "You are sure, you want to delete entries from the scheduling?"
1157
+ msgstr "Tem certeza de que deseja excluir entradas do agendamento?"
1158
+
1159
+ #: views/b2s/premium.php:9 views/b2s/widgets/premium.php:1
1160
+ msgid "Your license: Blog2Social"
1161
+ msgstr "Sua licença: Blog2Social"
1162
+
1163
+ #: views/b2s/premium.php:21 views/b2s/widgets/premium.php:13
1164
  msgid ""
1165
+ "Upgrade to Blog2Social Premium to schedule your posts for the best time, "
1166
+ "once or recurringly with the Best Time Scheduler and post to pages, groups "
1167
+ "and multiple accounts per network."
1168
  msgstr ""
1169
+ "Faça o upgrade para o Blog2Social Premium para agendar suas postagens para o "
1170
+ "melhor horário, uma vez ou de forma recorrente com o Best Time Scheduler e "
1171
+ "postar em páginas, grupos e várias contas por rede."
 
 
 
 
1172
 
1173
+ #: views/b2s/premium.php:27 views/b2s/widgets/premium.php:19
1174
+ msgid "Enter license key and change your version"
1175
+ msgstr "Entre com o código da licença e altere sua versão"
1176
 
1177
+ #: views/b2s/premium.php:29 views/b2s/widgets/premium.php:21
1178
+ msgid "Activate"
1179
+ msgstr "Ativado"
1180
 
1181
+ #: views/b2s/premium.php:51
1182
+ msgid "Social Media Sharing"
1183
+ msgstr "Compartilhamento de Rede Social"
1184
 
1185
+ #: views/b2s/premium.php:52 views/b2s/widgets/premium.php:36
1186
+ msgid "Cross-share to all popular social networks"
1187
+ msgstr "Compartilhamento cruzado para todas as redes sociais populares"
1188
 
1189
+ #: views/b2s/premium.php:60
1190
+ msgid "Auto Posting"
1191
+ msgstr "Auto postagem"
1192
 
1193
+ #: views/b2s/premium.php:61 views/b2s/widgets/premium.php:48
1194
+ msgid "Automatically share your posts whenever you publish a new blog post"
1195
  msgstr ""
1196
+ "Compartilhar automaticamente suas postagens sempre que você publicar uma "
1197
+ "nova postagem no blog"
1198
 
1199
+ #: views/b2s/premium.php:69
1200
+ msgid "Customizing Social Media Posts"
1201
+ msgstr "Personalização das postagens de redes sociais"
1202
+
1203
+ #: views/b2s/premium.php:70 views/b2s/widgets/premium.php:60
1204
  msgid ""
1205
+ "Edit or add comments, hashtags or handles. Edit posts in HTML for re-"
1206
+ "publishing on blogging networks"
1207
  msgstr ""
1208
+ "Edite ou adicione comentários, hashtags ou handles. Editar postagens em HTML "
1209
+ "para republicar em redes de blogs"
1210
 
1211
+ #: views/b2s/premium.php:79 views/b2s/widgets/premium.php:72
1212
  msgid ""
1213
+ "Choose pre-defined times to post or edit and define your own time settings"
 
1214
  msgstr ""
1215
+ "Escolha horários pré-definidos para publicar ou editar e definir suas "
1216
+ "próprias configurações de horário"
1217
+
1218
+ #: views/b2s/premium.php:89
1219
+ msgid "Social Media Scheduler"
1220
+ msgstr "Agendador de Redes Sociais"
1221
 
1222
+ #: views/b2s/premium.php:90
1223
  msgid ""
1224
+ "Social media scheduling: once, repeatedly or recurrently to multiple "
1225
+ "profiles, pages and groups"
1226
  msgstr ""
1227
+ "Agendamento de rede social: uma vez, repetidamente ou repetidamente para "
1228
+ "vários perfis, páginas e grupos"
 
 
 
 
 
1229
 
1230
+ #: views/b2s/premium.php:98
1231
+ msgid "Individual Images for Each Social Media Post"
1232
+ msgstr "Imagens individuais para cada postagem de rede social"
 
1233
 
1234
+ #: views/b2s/premium.php:99
1235
+ msgid ""
1236
+ "Select any image from your media gallery for each social media post and "
1237
+ "channel"
1238
+ msgstr ""
1239
+ "Selecione qualquer imagem da sua galeria de mídia para cada postagem e canal "
1240
+ "de rede social"
1241
 
1242
+ #: views/b2s/premium.php:107
1243
+ msgid "Select Post Format"
1244
+ msgstr "Selecione o formato da postagem"
 
 
1245
 
1246
+ #: views/b2s/premium.php:108 views/b2s/widgets/premium.php:96
1247
+ msgid "One-page preview editor for all social networks for easy customizing"
1248
+ msgstr ""
1249
+ "Editor de visualização de uma página para todas as redes sociais para "
1250
+ "facilitar a personalização"
1251
 
1252
+ #: views/b2s/premium.php:116
1253
+ msgid "Social Media Reporting"
1254
+ msgstr "Relatório de Redes Sociais"
1255
 
1256
+ #: views/b2s/premium.php:117
1257
+ msgid "Keep track of your scheduled and shared posts"
1258
+ msgstr "Acompanhe suas postagens agendadas e compartilhadas"
1259
 
1260
+ #: views/b2s/premium.php:122
1261
+ msgid "Show me plans and prices"
1262
+ msgstr "Mostre-me planos e preços"
 
 
 
 
 
1263
 
1264
+ #: views/b2s/settings.php:15 includes/B2S/Ship/Image.php:28
1265
  msgid ""
1266
+ "You need a higher user role to upload an image on this blog. Please contact "
1267
+ "your administrator."
1268
  msgstr ""
1269
+ "Você precisa de uma maior função de usuário para fazer upload de uma imagem "
1270
+ "neste blog. Por favor contate seu administrador."
1271
 
1272
+ #: views/b2s/settings.php:25
1273
+ msgid "save..."
1274
+ msgstr "salvar..."
 
1275
 
1276
+ #: views/b2s/settings.php:30
1277
+ msgid "General"
1278
+ msgstr "Geral"
1279
 
1280
+ #: views/b2s/settings.php:33 includes/B2S/Post/Item.php:432
1281
+ #: views/b2s/widgets/premium.php:47
1282
+ msgid "Auto-Posting"
1283
+ msgstr "Postagem automática"
 
 
 
 
1284
 
1285
+ #: views/b2s/settings.php:36
1286
+ msgid "Social Meta Data"
1287
+ msgstr "Meta-dados sociais"
1288
 
1289
+ #: views/b2s/settings.php:39
1290
+ msgid "Network Settings"
1291
+ msgstr "Configurações de Rede"
1292
 
1293
+ #: views/b2s/settings.php:54 views/b2s/settings.php:95
1294
+ #: views/b2s/settings.php:97 views/b2s/settings.php:110
1295
+ #: views/b2s/settings.php:112 views/b2s/settings.php:125
1296
+ #: views/b2s/settings.php:127 views/b2s/settings.php:141
1297
+ #: views/b2s/settings.php:143
1298
+ msgid "save"
1299
+ msgstr "salvar"
1300
 
1301
+ #: views/b2s/settings.php:64
1302
+ msgid "Post format"
1303
+ msgstr "Formato da postagem"
1304
 
1305
+ #: views/b2s/settings.php:74
1306
+ msgid "Facebook"
1307
+ msgstr "Facebook"
1308
 
1309
+ #: views/b2s/settings.php:77
1310
+ msgid "Twitter"
1311
+ msgstr "Twitter"
1312
 
1313
+ #: views/b2s/settings.php:80
1314
+ msgid "Google+"
1315
+ msgstr "Google+"
1316
 
1317
+ #: views/b2s/settings.php:83
1318
+ msgid "Instagram"
1319
+ msgstr "Instagram"
1320
 
1321
+ #: views/b2s/settings.php:173 includes/B2S/Ship/Image.php:84
1322
+ msgid "Select or upload an image from media gallery"
1323
+ msgstr "Selecione ou envie uma imagem da galeria de mídia"
1324
 
1325
+ #: views/b2s/settings.php:174 includes/B2S/Ship/Image.php:85
1326
+ msgid "Use image"
1327
+ msgstr "Usar imagem"
1328
 
1329
+ #: views/b2s/settings.php:184
1330
+ msgid "Allow shortcodes in my post"
1331
+ msgstr "Permitir códigos de acesso na minha postagem"
1332
 
1333
+ #: views/b2s/settings.php:187
1334
+ msgid ""
1335
+ "Shortcodes are used by some wordpress plugins like Elementor, Visual "
1336
+ "Composer and Content Builder. When a shortcode is inserted in a WordPress "
1337
+ "post or page, it is replaced with some other content when you publish the "
1338
+ "article on your blog. In other words, a shortcode instructs WordPress to "
1339
+ "find a special command that is placed in square brackets ([]) and replace it "
1340
+ "with the appropriate dynamic content by a plugin you use.<br><br>Activate "
1341
+ "this feature, if you should use dynamic elements in your articles."
1342
+ msgstr ""
1343
+ "Shortcodes são usados por alguns plugins WordPress como Elementor, Visual "
1344
+ "Composer e Content Builder. Quando um código de acesso é inserido em um post "
1345
+ "ou página do WordPress, ele é substituído por algum outro conteúdo quando "
1346
+ "você publica o artigo no seu blog. Em outras palavras, um shortcode instrui "
1347
+ "o WordPress a encontrar um comando especial colocado entre colchetes ([]) e "
1348
+ "substituí-lo pelo conteúdo dinâmico apropriado por um plug-in que você usa."
1349
+ "<br><br>Ative esse recurso, se precisar usar elementos dinâmicos em seus "
1350
+ "artigos."
1351
 
1352
+ #: views/b2s/settings.php:198
1353
+ msgid "Include WordPress tags as hashtags in your posts"
1354
+ msgstr "Incluir tags do WordPress como hashtags em suas postagens"
1355
 
1356
+ #: views/b2s/settings.php:201
1357
+ msgid ""
1358
+ "Hashtags are a great way to generate more reach and visibility for your "
1359
+ "posts. By activating this feature Blog2Social will automatically include "
1360
+ "your WordPress tags as hashtags in all Social Media posts for networks that "
1361
+ "support hashtags. This way you don't need to worry about adding extra "
1362
+ "hashtags to your comments. Blog2Social erases unnecessary spaces in your "
1363
+ "WordPress tags to generate valid hashtags."
1364
+ msgstr ""
1365
+ "As hashtags são uma ótima maneira de gerar mais alcance e visibilidade para "
1366
+ "suas postagens. Ao ativar este recurso, o Blog2Social incluirá "
1367
+ "automaticamente suas tags do WordPress como hashtags em todas as postagens "
1368
+ "de rede social para redes que suportam hashtags. Dessa forma, você não "
1369
+ "precisa se preocupar em adicionar hashtags extras aos seus comentários. "
1370
+ "Blog2Social apaga espaços desnecessários em suas tags do WordPress para "
1371
+ "gerar hashtags válidas."
1372
 
1373
+ #: views/b2s/settings.php:212
1374
+ msgid "Activate Legacy mode "
1375
+ msgstr "Ativar o modo legado"
 
1376
 
1377
+ #: views/b2s/settings.php:215
1378
+ msgid "Plugin contents are loaded one at a time to minimize server load."
1379
+ msgstr ""
1380
+ "O conteúdo do plug-in é carregado de cada vez para minimizar a carga do "
1381
+ "servidor."
1382
 
1383
+ #: views/b2s/settings.php:226
1384
+ msgid "Instant Caching for Facebook Link Posts"
1385
+ msgstr "Cache Instantâneo do link para Postagens no Facebook"
1386
 
1387
+ #: views/b2s/settings.php:229
1388
+ msgid ""
1389
+ "To make sure that Facebook always pulls the current meta data of your blog "
1390
+ "post for link-posts, Blog2Social adds a \"no-cache=1\" parameter to the post "
1391
+ "URL when instant caching is activated. This is necessary if you use varnish "
1392
+ "caching."
1393
+ msgstr ""
1394
+ "Para garantir que o Facebook sempre obtenha os metadados atuais da postagem "
1395
+ "do seu blog para postagens de links, o Blog2Social adiciona um parâmetro "
1396
+ "\"no-cache=1\" na URL da postagem quando o cache instantâneo é ativado. Isso "
1397
+ "é necessário se você usar o varnish caching."
1398
 
1399
+ #: views/b2s/settings.php:231
1400
+ msgid "Note: To use Facebook Instant Articles, this option must be disabled."
1401
+ msgstr ""
1402
+ "Aviso: Para usar o Facebook Instant Articles, esta opção deve ser desativada."
1403
 
1404
+ #: views/b2s/settings.php:242 includes/B2S/Settings/Item.php:66
1405
+ msgid "Personal Time Zone"
1406
+ msgstr "Fuso horário pessoal"
1407
 
1408
+ #: views/b2s/settings.php:245
1409
+ msgid ""
1410
+ "Blog2Social applies the scheduled time settings based on the time zone "
1411
+ "defined in the general settings of your WordPress. You can select a user-"
1412
+ "specific time zone that deviates from the Wordpress system time zone for "
1413
+ "your social media scheduling.<br><br>Select the desired time zone from the "
1414
+ "drop-down menu."
1415
+ msgstr ""
1416
+ "O Blog2Social aplica as configurações de horário programado com base no fuso "
1417
+ "horário definido nas configurações gerais do seu WordPress. Você pode "
1418
+ "selecionar um fuso horário específico do usuário que se desvia do fuso "
1419
+ "horário do sistema WordPress para o seu agendamento de rede social.<br><br>"
1420
+ "Selecione o fuso horário desejado no menu suspenso."
1421
 
1422
+ #: views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49
1423
+ #: includes/B2S/Post/Item.php:213 includes/PRG/Post/Item.php:97
1424
+ msgid "draft"
1425
+ msgstr "rascunho"
1426
 
1427
+ #: views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49
1428
+ #: includes/B2S/Post/Item.php:213 includes/PRG/Post/Filter.php:41
1429
+ #: includes/PRG/Post/Item.php:97
1430
+ msgid "scheduled"
1431
+ msgstr "agendados"
1432
 
1433
+ #: views/b2s/ship.php:33
1434
+ msgid "Social Media Scheduling & Sharing"
1435
+ msgstr "Agendamento e compartilhamento de rede social"
1436
 
1437
+ #: views/b2s/ship.php:34 views/prg/ship.php:41 views/prg/ship.php:43
1438
+ #: includes/B2S/Settings/Item.php:325 includes/B2S/Settings/Item.php:346
1439
+ msgid "Title"
1440
+ msgstr "Título"
1441
 
1442
+ #: views/b2s/ship.php:36 includes/B2S/Post/Item.php:253
1443
+ msgid "on blog"
1444
+ msgstr "no blog"
1445
 
1446
+ #: views/b2s/ship.php:44
1447
+ msgid "scroll to bottom"
1448
+ msgstr "rolar para baixo"
1449
 
1450
+ #: views/b2s/ship.php:49
1451
+ msgid "You want to load your time settings?"
1452
+ msgstr "Você quer carregar suas configurações de horário?"
 
 
 
 
1453
 
1454
+ #: views/b2s/ship.php:50
1455
+ msgid "Load My Times Settings"
1456
+ msgstr "Carregar minhas configurações de horário"
 
 
 
 
1457
 
1458
+ #: views/b2s/ship.php:86
1459
+ msgid "Social Accounts"
1460
+ msgstr "Contas sociais"
1461
 
1462
+ #: views/b2s/ship.php:104
1463
+ msgid "Add more..."
1464
+ msgstr "Adicionar mais..."
1465
+
1466
+ #: views/b2s/ship.php:106
1467
+ msgid "Profiles | Pages | Groups"
1468
+ msgstr "Perfis | Páginas | Grupos"
1469
 
1470
+ #: views/b2s/ship.php:145
1471
+ msgid "Save Network Selection"
1472
+ msgstr "Salvar seleção de rede"
 
 
 
 
 
 
1473
 
1474
+ #: views/b2s/ship.php:154
1475
+ msgid "network connected"
1476
+ msgstr "rede conectada"
 
1477
 
1478
+ #: views/b2s/ship.php:155
1479
+ msgid "requires image"
1480
+ msgstr "imagem obrigatória"
1481
+
1482
+ #: views/b2s/ship.php:156
1483
+ msgid "refresh authorization"
1484
+ msgstr "atualizar autorização"
1485
 
1486
+ #: views/b2s/ship.php:179
1487
  msgid ""
1488
  "Notice:<br><p>Please make sure, that your website address is reachable. The "
1489
  "Social Networks do not allow postings from local installations.</p>"
1491
  "Aviso: <br><p>Verifique se o endereço do seu site está acessível. As Redes "
1492
  "Sociais não permitem postagens de instalações locais.</p>"
1493
 
1494
+ #: views/b2s/ship.php:181
1495
+ msgid "change website address"
1496
+ msgstr "mudar o endereço do site"
 
 
1497
 
1498
+ #: views/b2s/ship.php:198
1499
+ msgid "First, connect or select network before posting"
1500
+ msgstr "Primeiro, conecte ou selecione a rede antes de postar"
1501
 
1502
+ #: views/b2s/ship.php:200 includes/B2S/Settings/Item.php:82
1503
+ msgid "connect"
1504
+ msgstr "conectar"
1505
 
1506
+ #: views/b2s/ship.php:208
1507
+ msgid "scroll to top"
1508
+ msgstr "role para cima"
1509
 
1510
+ #: views/b2s/ship.php:209 views/b2s/ship.php:213
1511
+ #: includes/B2S/Curation/View.php:109
1512
+ msgid "Share"
1513
+ msgstr "Compartilhar"
1514
 
1515
+ #: views/b2s/ship.php:222
1516
+ msgid "Time zone"
1517
+ msgstr "Fuso horário"
1518
 
1519
+ #: views/b2s/ship.php:236 views/b2s/ship.php:238 includes/B2S/Post/Item.php:270
1520
+ msgid "Re-share this post"
1521
+ msgstr "Recompartilhar esta postagem"
1522
 
1523
+ #: views/b2s/ship.php:240
1524
+ msgid "Share new post on Social Media"
1525
+ msgstr "Compartilhar nova postagem nas redes sociais"
1526
 
1527
+ #: views/b2s/ship.php:262
1528
+ msgid "Connect for"
1529
+ msgstr "Conectar para"
 
 
1530
 
1531
+ #: views/b2s/ship.php:278
1532
+ msgid "Re-share this Post"
1533
+ msgstr "Recompartilhar esta postagem"
1534
 
1535
+ #: views/b2s/ship.php:281
1536
+ msgid ""
1537
+ "You can re-share your post for a different sharing purpose, or to share on a "
1538
+ "different choice of networks, profiles, pages or groups, or with different "
1539
+ "comments or images, or if you want to share your blog post images to image "
1540
+ "networks only, or re-share them at different times. You may vary your "
1541
+ "comments and images in order to produce more variations of your social media "
1542
+ "posts to share more often without sharing the same message over and over "
1543
+ "again. Whatever your choose to do for re-sharing your post, you can simply "
1544
+ "click \"Re-share this post\" and you will be led to the preview page where "
1545
+ "your can select your networks and edit your texts, comments or images "
1546
+ "according to your current sharing preferences."
1547
+ msgstr ""
1548
+ "Você pode compartilhar sua postagem novamente com um propósito de "
1549
+ "compartilhamento diferente ou compartilhar em uma escolha diferente de redes,"
1550
+ " perfis, páginas ou grupos ou com comentários ou imagens diferentes ou se "
1551
+ "quiser compartilhar suas imagens de postagens de blog apenas em redes de "
1552
+ "imagens ou compartilhe-os novamente em momentos diferentes. Você pode variar "
1553
+ "seus comentários e imagens para produzir mais variações de suas postagens de "
1554
+ "rede social para compartilhar com mais frequência sem compartilhar a mesma "
1555
+ "mensagem repetidas vezes. Seja qual for a sua escolha para compartilhar sua "
1556
+ "postagem novamente, basta clicar em \"Compartilhar novamente esta postagem\" "
1557
+ "e você será direcionado para a página de visualização, onde poderá "
1558
+ "selecionar suas redes e editar seus textos, comentários ou imagens de acordo "
1559
+ "com sua mensagem atual. compartilhando preferências."
1560
 
1561
+ #: views/b2s/ship.php:284
1562
+ msgid "You want re-share your blog post?"
1563
+ msgstr "Você quer compartilhar novamente sua postagem no blog?"
1564
 
1565
+ #: views/b2s/ship.php:312
1566
+ msgid "Save Network Settings"
1567
+ msgstr "Salvar as configurações da rede"
1568
+
1569
+ #: views/b2s/ship.php:315
1570
  msgid ""
1571
+ "You can save your current network settings as \"Standard\" network settings "
1572
+ "for any future sharing activities or as a \"Profile\" to choose from "
1573
+ "(Premium).<br><br>Your Standard selection will show as activated upon "
1574
+ "pressing the \"share on social media\" button on the right hand side bar. "
1575
+ "You can change these settings any time per click, or choose another network "
1576
+ "profile (Premium).<br><br>You can also pre-define various different sets of "
1577
+ "networks, for specific social media accounts, target groups, contents or "
1578
+ "sharing purposes. For example you can define a specific set of networks for "
1579
+ "sharing your posts images only or for re-sharing your evergreen content on a "
1580
+ "recurring basis. On the preview-page you may edit your selected or pre-"
1581
+ "selected networks anytime by simply clicking on the respective network "
1582
+ "account to select or remove an account from the current sharing scheme."
1583
  msgstr ""
1584
+ "Você pode salvar suas configurações de rede atuais como configurações de "
1585
+ "rede \"Padrão\" para quaisquer atividades futuras de compartilhamento ou "
1586
+ "como \"Perfil\" para escolher (Premium).<br><br> Sua seleção Padrão será "
1587
+ "exibida como ativada ao pressionar o botão \"compartilhar na rede social \" "
1588
+ "na barra lateral direita. Você pode alterar essas configurações a qualquer "
1589
+ "momento por clique ou escolher outro perfil de rede (Premium).<br><br> Você "
1590
+ "também pode predefinir vários conjuntos diferentes de redes, para contas de "
1591
+ "rede social específicas, grupos de destino, conteúdo ou fins de "
1592
+ "compartilhamento. Por exemplo, você pode definir um conjunto específico de "
1593
+ "redes para compartilhar apenas suas imagens de postagens ou para "
1594
+ "compartilhar novamente seu conteúdo evergreen de forma recorrente. Na pré-"
1595
+ "visualização, você pode editar suas redes selecionadas ou pré-selecionadas a "
1596
+ "qualquer momento simplesmente clicando na respectiva conta de rede para "
1597
+ "selecionar ou remover uma conta do esquema de compartilhamento atual."
1598
 
1599
+ #: views/b2s/ship.php:327
1600
+ msgid "Your blog post is not yet published on your Wordpress!"
1601
+ msgstr "Sua postagem ainda não está publicada no seu WordPress!"
1602
 
1603
+ #: views/b2s/ship.php:330
1604
+ msgid "At least one of your selected networks is set to \"Share Now\""
1605
+ msgstr ""
1606
+ "Pelo menos uma das redes selecionadas está definida como \"Compartilhar "
1607
+ "agora\""
1608
+
1609
+ #: views/b2s/ship.php:334
1610
+ msgid "Schedule your post"
1611
+ msgstr "Agende sua postagem"
1612
+
1613
+ #: views/b2s/ship.php:337
1614
+ msgid "Ignore & share"
1615
+ msgstr "Ignorar e compartilhar"
1616
+
1617
+ #: views/b2s/ship.php:462
1618
+ msgid "Important infomationen about XING groups"
1619
+ msgstr ""
1620
+
1621
+ #: views/b2s/ship.php:531
1622
+ msgid "add Schedule"
1623
+ msgstr "adicionar ao Calendário"
1624
+
1625
+ #: views/b2s/ship.php:547
1626
+ msgid "Give me more information"
1627
+ msgstr "Me dê mais informações"
1628
+
1629
+ #: views/prg/login.php:14
1630
+ msgid "Login failed. Please check your username and a password!"
1631
+ msgstr ""
1632
+ "Falha na autenticação. Por favor, verifique seu nome de usuário e senha!"
1633
+
1634
+ #: views/prg/login.php:20
1635
+ msgid ""
1636
+ "Login failed. Please check your server settings. OpenSSL must be enabled on."
1637
+ msgstr ""
1638
+ "Falha na autenticação. Por favor, verifique as configurações do seu servidor."
1639
+ " O OpenSSL deve estar ativado."
1640
+
1641
+ #: views/prg/login.php:23
1642
+ msgid "E-Mail or Username"
1643
+ msgstr "E-mail ou usuário"
1644
 
1645
  #: views/prg/login.php:24
1646
  msgid "Password"
1647
  msgstr "Senha"
1648
 
1649
+ #: views/prg/login.php:27
1650
+ msgid "Sign in"
1651
+ msgstr "Entrar"
1652
 
1653
+ #: views/prg/login.php:29
1654
+ msgid "create account"
1655
+ msgstr "criar conta"
 
 
1656
 
1657
+ #: views/prg/login.php:29
1658
+ msgid "reset password"
1659
+ msgstr "Redefinir senha"
1660
+
1661
+ #: views/prg/login.php:35
1662
+ msgid "Test PR-Gateway for free"
1663
+ msgstr "Teste o PR-Gateway de graça"
1664
 
1665
+ #: views/prg/login.php:36
1666
+ msgid "1x publish press release <br> 1x publish report <br> 1x promote event"
1667
+ msgstr ""
1668
+ "1x publicar boletim de imprensa <br> 1x publicar relatório <br> 1x promover "
1669
+ "evento"
1670
+
1671
+ #: views/prg/login.php:38
1672
  msgid ""
1673
+ "The press distribution PR gateway automatically publish your press releases "
1674
+ "and events with one click.Publish your message over 250 portals."
 
1675
  msgstr ""
1676
+ "A distribuição de imprensa PR-Gateway publica automaticamente seus press "
1677
+ "releases e eventos com um clique. Publique sua mensagem em mais de 250 "
1678
+ "portais."
1679
+
1680
+ #: views/prg/login.php:41
1681
+ msgid "Start your 14-Day Free Trial"
1682
+ msgstr "Inicie seus 14 dias Trial (grátis)"
1683
+
1684
+ #: views/prg/ship.php:34
1685
+ msgid "Select Image"
1686
+ msgstr "Selecionar imagem"
1687
+
1688
+ #: views/prg/ship.php:45 views/prg/ship.php:47
1689
+ msgid "Copyright"
1690
+ msgstr "Direitos reservados"
1691
+
1692
+ #: views/prg/ship.php:66
1693
+ msgid "Save As Draft"
1694
+ msgstr "Salvar como rascunho"
1695
+
1696
+ #: views/prg/ship.php:67
1697
+ msgid "Publish"
1698
+ msgstr "Publicar"
1699
 
1700
  #: views/prg/ship.php:85
1701
  msgid "Please Note"
1702
  msgstr "Observação:"
1703
 
1704
+ #: views/prg/ship.php:88
 
 
 
 
1705
  msgid ""
1706
+ "It may incur charges for publishing on PR-Gateway. Sent press releases can "
1707
+ "not be withdrawn. If you want your press release to be published now?"
1708
  msgstr ""
1709
+ "Pode ser cobrado pela publicação no PR-Gateway. Os comunicados de imprensa "
1710
+ "enviados não podem ser retirados. Se você quer que seu comunicado de "
1711
+ "imprensa seja publicado agora?"
1712
 
1713
+ #: views/prg/ship.php:91
1714
+ msgid "Yes, I accept"
1715
+ msgstr "Sim, eu aceito"
 
 
 
 
 
 
 
1716
 
1717
+ #: includes/B2S/Calendar/Filter.php:124
1718
+ msgid "show all"
1719
+ msgstr "exibir todos"
 
 
 
 
 
1720
 
1721
+ #: includes/B2S/Curation/View.php:22
1722
+ msgid "Write something..."
1723
+ msgstr "Escreva algo..."
 
1724
 
1725
+ #: includes/B2S/Curation/View.php:59
1726
+ msgid "Share your post"
1727
+ msgstr "Compartilhe sua postagem"
 
1728
 
1729
+ #: includes/B2S/Curation/View.php:61 includes/B2S/Settings/Item.php:186
1730
+ msgid "immediately"
1731
+ msgstr "imediatamente"
1732
 
1733
+ #: includes/B2S/Curation/View.php:66 includes/B2S/Curation/View.php:67
1734
+ #: includes/B2S/Ship/Item.php:885 views/b2s/partials/post-edit-modal.php:62
1735
+ #: views/b2s/partials/post-edit-modal.php:65
1736
+ msgid "Date"
1737
+ msgstr "Data"
 
 
 
 
1738
 
1739
+ #: includes/B2S/Curation/View.php:106
1740
+ msgid "Customize & Schedule"
1741
+ msgstr "Personalizar e Agendar"
1742
 
1743
+ #: includes/B2S/Network/Item.php:60
1744
+ msgid "Default"
1745
+ msgstr "Padrão"
1746
 
1747
+ #: includes/B2S/Network/Item.php:60
1748
+ msgid "Show all"
1749
+ msgstr "Exibir todos"
 
1750
 
1751
+ #: includes/B2S/Network/Item.php:61 includes/B2S/Network/Item.php:180
1752
+ msgid "My profile"
1753
+ msgstr "Meu perfil"
 
 
 
 
1754
 
1755
+ #: includes/B2S/Network/Item.php:63
1756
+ msgid "Your profiles:"
1757
+ msgstr "Seus perfis:"
 
 
1758
 
1759
+ #: includes/B2S/Network/Item.php:139
1760
+ msgid "Best times"
1761
+ msgstr "Melhores horários"
1762
 
1763
+ #: includes/B2S/Network/Item.php:147 includes/B2S/Ship/Portale.php:36
1764
+ msgid "You want to connect a network profile?"
1765
+ msgstr "Você quer conectar um perfil de rede?"
 
1766
 
1767
+ #: includes/B2S/Network/Item.php:150 includes/B2S/Ship/Portale.php:33
1768
+ msgid "You want to connect a network page?"
1769
+ msgstr "Você quer conectar uma página de rede?"
1770
 
1771
+ #: includes/B2S/Network/Item.php:153 includes/B2S/Ship/Portale.php:30
1772
+ msgid "You want to connect a social media group?"
1773
+ msgstr "Você quer conectar um grupo de rede social?"
1774
 
1775
+ #: includes/B2S/Network/Item.php:161
1776
+ msgid "Action required"
1777
+ msgstr ""
 
 
1778
 
1779
+ #: includes/B2S/Network/Item.php:161
1780
+ msgid ""
1781
+ "The current XING API will be replaced by the new XING interface. Please "
1782
+ "connect your XING profile, as well as your XING company pages (Employer "
1783
+ "branding profiles) and business pages with the new XING interface in the "
1784
+ "Blog2Social network settings."
1785
+ msgstr ""
1786
 
1787
+ #: includes/B2S/Network/Item.php:164
1788
+ msgid "Please notice"
1789
  msgstr ""
 
 
1790
 
1791
+ #: includes/B2S/Network/Item.php:164
1792
+ msgid ""
1793
+ "Google will shut down Google+ for all private accounts (profiles, pages, "
1794
+ "groups) on 2nd April 2019. You can find further information and the next "
1795
+ "steps, including how to download your photos and other content here:"
1796
+ msgstr ""
1797
 
1798
+ #: includes/B2S/Network/Item.php:164
1799
+ msgid ""
1800
+ "Please check whether you have scheduled social media posts for Google+ "
1801
+ "beyond 2nd April 2019. Consider to reschedule these posts for other social "
1802
+ "networks."
1803
+ msgstr ""
1804
 
1805
+ #: includes/B2S/Network/Item.php:164
1806
+ msgid ""
1807
+ "Click here to find all posts for your Google+ accounts that are scheduled "
1808
+ "beyond 2nd April 2019"
1809
+ msgstr ""
1810
 
1811
+ #: includes/B2S/Network/Item.php:173 includes/B2S/Settings/Item.php:246
1812
+ msgid "Connections"
1813
+ msgstr "Conexões"
 
 
 
 
 
 
 
 
 
 
1814
 
1815
+ #: includes/B2S/Network/Item.php:174
1816
+ msgid "Best Time Manager"
1817
+ msgstr "Gerenciamento do melhor horário"
1818
 
1819
+ #: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:264
1820
+ #: includes/B2S/Network/Item.php:318
1821
+ msgid "To reactivate this connection,"
1822
+ msgstr "Para reativar esta conexão,"
 
 
 
1823
 
1824
+ #: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:264
1825
+ #: includes/B2S/Network/Item.php:318 includes/B2S/Ship/Image.php:30
1826
+ msgid "please upgrade"
1827
+ msgstr "por favor, atualize"
1828
 
1829
+ #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:268
1830
+ #: includes/B2S/Network/Item.php:322
1831
+ msgid "Authorization is interrupted since"
1832
+ msgstr "A autorização é interrompida desde"
1833
 
1834
+ #: includes/B2S/Network/Item.php:243 includes/B2S/Network/Item.php:296
1835
+ #: includes/B2S/Network/Item.php:350 includes/B2S/Ship/Item.php:833
1836
+ msgid "Days"
1837
+ msgstr "Dias"
1838
 
1839
+ #: includes/B2S/Network/Item.php:271 includes/B2S/Ship/Item.php:281
1840
+ msgid "Employer Branding"
1841
+ msgstr ""
1842
 
1843
+ #: includes/B2S/Post/Filter.php:34
1844
+ msgid "all authors"
1845
+ msgstr "todos os autores"
 
 
 
1846
 
1847
+ #: includes/B2S/Post/Filter.php:50
1848
+ msgid "all statuses"
1849
+ msgstr "todos os status"
 
 
 
 
 
 
1850
 
1851
+ #: includes/B2S/Post/Filter.php:61 includes/B2S/Post/Filter.php:73
1852
+ msgid "newest first"
1853
+ msgstr "recentes primeiro"
1854
 
1855
+ #: includes/B2S/Post/Filter.php:61 includes/B2S/Post/Filter.php:73
1856
+ msgid "oldest first"
1857
+ msgstr "antigos primeiro"
1858
 
1859
+ #: includes/B2S/Post/Filter.php:86
1860
+ msgid "all categories & tags"
1861
+ msgstr "todas as categorias & tags"
1862
 
1863
+ #: includes/B2S/Post/Filter.php:108 includes/PRG/Post/Filter.php:53
1864
+ msgid "all post types"
1865
+ msgstr "todos os tipos de postagem"
1866
 
1867
+ #: includes/B2S/Post/Filter.php:133 includes/PRG/Post/Filter.php:74
1868
+ msgid "Search Title"
1869
+ msgstr "Pesquisar título"
1870
 
1871
+ #: includes/B2S/Post/Filter.php:153 includes/PRG/Post/Filter.php:85
1872
+ msgid "sort"
1873
+ msgstr "ordenar"
1874
 
1875
+ #: includes/B2S/Post/Filter.php:154 includes/PRG/Post/Filter.php:86
1876
+ msgid "reset"
1877
+ msgstr "redefinir"
1878
 
1879
+ #: includes/B2S/Post/Filter.php:159
1880
+ msgid "selected date"
1881
+ msgstr "selecionar data"
1882
 
1883
+ #: includes/B2S/Post/Filter.php:159
1884
+ msgid "scheduled post(s)"
1885
+ msgstr "postagens agendadas"
1886
 
1887
+ #: includes/B2S/Post/Item.php:216
1888
+ msgid "You have no posts published or scheduled."
1889
+ msgstr "Você não tem postagens publicadas ou agendadas."
1890
 
1891
+ #: includes/B2S/Post/Item.php:238
1892
+ msgid "curated post"
1893
+ msgstr "gerenciar postagem"
1894
 
1895
+ #: includes/B2S/Post/Item.php:243
1896
+ msgid "last shared on social media"
1897
+ msgstr "último compartilhamento nas redes sociais"
 
 
 
 
 
 
1898
 
1899
+ #: includes/B2S/Post/Item.php:251
1900
+ msgid "Share on Social Media"
1901
+ msgstr "Compartilhar nas Mídias Sociais"
1902
 
1903
+ #: includes/B2S/Post/Item.php:253 includes/PRG/Post/Item.php:132
1904
+ msgid "Author"
1905
+ msgstr "Autor"
1906
 
1907
+ #: includes/B2S/Post/Item.php:271 includes/B2S/Post/Item.php:295
1908
+ #: includes/B2S/Post/Item.php:317
1909
+ msgid "Details"
1910
+ msgstr "Detalhes"
1911
 
1912
+ #: includes/B2S/Post/Item.php:273
1913
+ msgid "shared social media posts"
1914
+ msgstr "postagens compartilhadas nas redes sociais"
1915
 
1916
+ #: includes/B2S/Post/Item.php:273
1917
+ msgid "latest share by"
1918
+ msgstr "último compartilhamento por"
1919
 
1920
+ #: includes/B2S/Post/Item.php:297 views/b2s/widgets/activity.php:13
1921
+ msgid "scheduled social media posts"
1922
+ msgstr "postagens agendadas nas redes sociais"
 
1923
 
1924
+ #: includes/B2S/Post/Item.php:297
1925
+ msgid "next share by"
1926
+ msgstr "próximo compartilhamento por"
1927
 
1928
+ #: includes/B2S/Post/Item.php:319
1929
+ msgid "social media posts ready to be shared"
1930
+ msgstr "postagens de redes sociais prontas para serem compartilhadas"
1931
 
1932
+ #: includes/B2S/Post/Item.php:432 includes/B2S/Post/Item.php:568
1933
+ #: includes/B2S/Ship/Save.php:427
1934
+ msgid "Retweet"
1935
+ msgstr "Retweet"
 
 
 
1936
 
1937
+ #: includes/B2S/Post/Item.php:438 includes/B2S/Post/Item.php:508
1938
+ #: includes/B2S/Post/Item.php:573
1939
+ msgid "select all"
1940
+ msgstr "selecionar todos"
1941
 
1942
+ #: includes/B2S/Post/Item.php:441
1943
+ msgid "show"
1944
+ msgstr "exibir"
1945
 
1946
+ #: includes/B2S/Post/Item.php:448 includes/B2S/Ship/Save.php:438
1947
+ msgid "Please see"
1948
+ msgstr "Por favor, veja"
1949
 
1950
+ #: includes/B2S/Post/Item.php:448 includes/B2S/Ship/Save.php:438
1951
+ msgid "FAQ"
1952
+ msgstr "FAQ"
1953
 
1954
+ #: includes/B2S/Post/Item.php:454
1955
+ msgid "sharing in progress by"
1956
+ msgstr "compartilhamento em andamento por"
1957
 
1958
+ #: includes/B2S/Post/Item.php:454
1959
+ msgid "shared by"
1960
+ msgstr "compartilhado por"
 
 
1961
 
1962
+ #: includes/B2S/Post/Item.php:475 includes/B2S/Post/Item.php:488
1963
+ msgid "You want to delete a publish post entry?"
1964
+ msgstr "Você deseja excluir uma postagem publicada?"
 
1965
 
1966
+ #: includes/B2S/Post/Item.php:476 includes/B2S/Post/Item.php:489
1967
+ msgid "delete from reporting"
1968
+ msgstr "excluir do relatório"
 
1969
 
1970
+ #: includes/B2S/Post/Item.php:479
1971
+ msgid "re-share"
1972
+ msgstr "recompartilhar"
1973
 
1974
+ #: includes/B2S/Post/Item.php:511
1975
+ msgid "is waiting to shared by"
1976
+ msgstr "está esperando para ser compartilhado por"
1977
 
1978
+ #: includes/B2S/Post/Item.php:541 includes/B2S/Ship/Save.php:408
1979
+ msgid "share"
1980
+ msgstr "compartilhar"
 
 
1981
 
1982
+ #: includes/B2S/Post/Item.php:549
1983
+ msgid "You want to delete your Social Media post?"
1984
+ msgstr "Você deseja excluir sua postagem nas redes sociais?"
 
 
1985
 
1986
+ #: includes/B2S/Post/Item.php:550 includes/B2S/Post/Item.php:599
1987
+ #: includes/B2S/Settings/Item.php:83 includes/B2S/Ship/Item.php:753
1988
+ #: includes/B2S/Ship/Item.php:903
1989
+ msgid "delete"
1990
+ msgstr "excluir"
1991
 
1992
+ #: includes/B2S/Post/Item.php:583
1993
+ msgid "last modified by"
1994
+ msgstr "última modificação por"
1995
 
1996
+ #: includes/B2S/Post/Item.php:585
1997
+ msgid "is processed by the network"
1998
+ msgstr "é processado pela rede"
 
 
 
 
 
 
 
1999
 
2000
+ #: includes/B2S/Post/Item.php:590
2001
  msgid "scheduled by"
2002
  msgstr "agendado por"
2003
 
2004
+ #: includes/B2S/Post/Item.php:595
2005
+ msgid "You want to edit your scheduled post?"
2006
+ msgstr "Você deseja editar sua postagem programada?"
 
 
 
 
2007
 
2008
+ #: includes/B2S/Post/Item.php:596
2009
+ msgid "edit"
2010
+ msgstr "editar"
2011
 
2012
+ #: includes/B2S/Post/Item.php:607
2013
+ msgid "delete scheduling"
2014
+ msgstr "excluir agendamento"
2015
 
2016
+ #: includes/B2S/Settings/Item.php:63 includes/B2S/Settings/Item.php:83
2017
+ #: includes/B2S/Ship/Item.php:735
2018
+ msgid "Account"
2019
+ msgstr "Conta"
2020
 
2021
+ #: includes/B2S/Settings/Item.php:72
2022
+ msgid "Timezone for Scheduling"
2023
+ msgstr "Fuso horário para agendamento"
2024
 
2025
+ #: includes/B2S/Settings/Item.php:72
2026
+ msgid "User"
2027
+ msgstr "Usuário"
2028
 
2029
+ #: includes/B2S/Settings/Item.php:77
2030
+ msgid "Content"
2031
+ msgstr "Conteúdo"
2032
 
2033
+ #: includes/B2S/Settings/Item.php:78
2034
+ msgid "Url Shortener"
2035
+ msgstr "Encurtador de URL"
2036
 
2037
+ #: includes/B2S/Settings/Item.php:79
2038
+ msgid "Bitly"
2039
+ msgstr "Bitly"
2040
 
2041
+ #: includes/B2S/Settings/Item.php:83
2042
+ msgid "change"
2043
+ msgstr "mudar"
2044
 
2045
+ #: includes/B2S/Settings/Item.php:86
2046
+ msgid "allow shortcodes in my post"
2047
+ msgstr "permitir shortcodes na minha postagem"
2048
 
2049
+ #: includes/B2S/Settings/Item.php:88
2050
+ msgid "include Wordpress tags as hashtags in my post"
2051
+ msgstr "incluem tags do WordPress como hashtags na minha postagem"
 
2052
 
2053
+ #: includes/B2S/Settings/Item.php:91
2054
+ msgid "Define Twitter post content"
2055
+ msgstr "Definir o conteúdo da postagem no Twitter"
 
 
 
 
2056
 
2057
+ #: includes/B2S/Settings/Item.php:97
2058
+ msgid "title"
2059
+ msgstr "título"
 
 
 
 
2060
 
2061
+ #: includes/B2S/Settings/Item.php:97 includes/B2S/Settings/Item.php:98
2062
+ #: includes/B2S/Settings/Item.php:99
2063
+ msgid "hashtags"
2064
+ msgstr "hashtags"
 
2065
 
2066
+ #: includes/B2S/Settings/Item.php:98
2067
+ msgid "title & content"
2068
+ msgstr "título e conteúdo"
2069
 
2070
+ #: includes/B2S/Settings/Item.php:98 includes/B2S/Settings/Item.php:99
2071
+ #: includes/B2S/Settings/Item.php:344
2072
+ msgid "(PREMIUM)"
2073
+ msgstr "(PREMIUM)"
2074
 
2075
+ #: includes/B2S/Settings/Item.php:99
2076
+ msgid "only content"
2077
+ msgstr "somente conteúdo"
 
2078
 
2079
+ #: includes/B2S/Settings/Item.php:105
2080
+ msgid "System"
2081
+ msgstr "Sistema"
 
 
2082
 
2083
+ #: includes/B2S/Settings/Item.php:106 includes/B2S/Settings/Item.php:293
2084
+ #: includes/B2S/Settings/Item.php:318
2085
+ msgid ""
2086
+ "This is a global feature for your blog, which can only be edited by users "
2087
+ "with admin rights."
2088
+ msgstr ""
2089
+ "Este é um recurso global para o seu blog, que só pode ser editado por "
2090
+ "usuários com direitos de administrador."
2091
 
2092
+ #: includes/B2S/Settings/Item.php:107
2093
+ msgid "activate Legacy mode"
2094
+ msgstr "ativar o modo legado"
2095
 
2096
+ #: includes/B2S/Settings/Item.php:123
2097
+ msgid "Auto-post your own created posts"
2098
+ msgstr "Postar automaticamente suas próprias postagens criadas"
2099
 
2100
+ #: includes/B2S/Settings/Item.php:124
2101
+ msgid "Define by default to automatically post your posts on social media:"
2102
+ msgstr ""
2103
+ "Defina por padrão para postar suas postagens automaticamente nas redes "
2104
+ "sociais:"
2105
 
2106
+ #: includes/B2S/Settings/Item.php:126
2107
+ msgid ""
2108
+ "Select by default if the auto-poster is activated when you publish a new "
2109
+ "post or update a post."
2110
  msgstr ""
2111
+ "Selecione por padrão se a postagem automática é ativada quando você publicar "
2112
+ "uma nova postagem ou atualizar uma postagem."
2113
 
2114
+ #: includes/B2S/Settings/Item.php:131
2115
+ msgid "new posts"
2116
+ msgstr "novas postagens"
2117
 
2118
+ #: includes/B2S/Settings/Item.php:132 includes/B2S/Settings/Item.php:144
2119
+ msgid "Unselect all"
2120
+ msgstr "Desmarcar todos"
2121
 
2122
+ #: includes/B2S/Settings/Item.php:132 includes/B2S/Settings/Item.php:144
2123
+ msgid "Select all"
2124
+ msgstr "Selecionar todos"
2125
 
2126
+ #: includes/B2S/Settings/Item.php:140
2127
+ msgid ""
2128
+ "By enabling this feature your previously published social media posts will "
2129
+ "be sent again to your selected social media channels as soon as the post is "
2130
+ "updated."
2131
+ msgstr ""
2132
+ "Ao ativar esse recurso, as postagens de redes sociais publicadas "
2133
+ "anteriormente serão enviadas novamente para os canais selecionados assim que "
2134
+ "a postagem for atualizada."
2135
 
2136
+ #: includes/B2S/Settings/Item.php:143
2137
+ msgid "updating existing posts"
2138
+ msgstr "atualizando postagens existentes"
 
2139
 
2140
+ #: includes/B2S/Settings/Item.php:155 includes/B2S/Settings/Item.php:197
2141
+ msgid "Save"
2142
+ msgstr "Salvar"
2143
 
2144
+ #: includes/B2S/Settings/Item.php:163
2145
+ msgid "Auto-post your imported posts to Twitter & Facebook"
2146
+ msgstr ""
2147
+ "Publique automaticamente suas postagens importadas no Twitter e Facebook"
2148
 
2149
+ #: includes/B2S/Settings/Item.php:164
2150
+ msgid ""
2151
+ "Define by default to automatically share your imported posts to social media:"
2152
+ msgstr ""
2153
+ "Defina por padrão para compartilhar automaticamente suas postagens "
2154
+ "importadas para redes sociais:"
2155
 
2156
+ #: includes/B2S/Settings/Item.php:167
2157
+ msgid "Your current licence:"
2158
+ msgstr "Sua licença atual:"
2159
 
2160
+ #: includes/B2S/Settings/Item.php:169
2161
+ msgid ""
2162
+ "Immediate Cross-Posting across all networks: Share an unlimited number of "
2163
+ "posts"
2164
+ msgstr ""
2165
+ "Postagem cruzada imediata através de todas as redes: compartilhe um número "
2166
+ "ilimitado de postagens"
2167
 
2168
+ #: includes/B2S/Settings/Item.php:170
2169
+ msgid "Scheduled Auto-Posting"
2170
+ msgstr "Auto postagem agendada"
 
 
2171
 
2172
+ #: includes/B2S/Settings/Item.php:170 includes/B2S/Settings/Item.php:173
2173
+ msgid "Upgrade"
2174
+ msgstr "Atualizar"
2175
 
2176
  #: includes/B2S/Settings/Item.php:172
2177
  msgid "share up to"
2178
  msgstr "compartilhar até"
2179
 
2180
+ #: includes/B2S/Settings/Item.php:172
2181
+ msgid "posts per day"
2182
+ msgstr "postagens por dia"
 
 
 
 
 
 
 
 
 
 
 
 
2183
 
2184
+ #: includes/B2S/Settings/Item.php:178
2185
+ msgid "Select by default to automatically share your imported posts"
 
 
 
2186
  msgstr ""
2187
+ "Selecione por padrão para compartilhar automaticamente suas postagens "
2188
+ "importadas"
 
 
2189
 
2190
+ #: includes/B2S/Settings/Item.php:182
2191
+ msgid "Select to auto-post to your standard networks:"
2192
+ msgstr "Selecione para postar automaticamente em suas redes padrão:"
2193
+
2194
+ #: includes/B2S/Settings/Item.php:183
2195
  msgid ""
2196
+ "In accordance with the new Twitter TOS, one Twitter account can be selected "
2197
+ "as your primary Twitter account for auto-posting."
 
 
 
 
 
2198
  msgstr ""
2199
+ "De acordo com o novo termo de serviço do Twitter, uma conta do Twitter pode "
2200
+ "ser selecionada como sua conta principal do Twitter para postagem automática."
 
 
 
 
 
 
 
 
 
 
2201
 
2202
+ #: includes/B2S/Settings/Item.php:183
2203
+ msgid "More information"
2204
+ msgstr "Mais informações"
2205
 
2206
+ #: includes/B2S/Settings/Item.php:185
2207
+ msgid "Select to auto-post immediately after publishing or with a delay"
2208
+ msgstr ""
2209
+ "Selecione para postar automaticamente imediatamente após a publicação ou com "
2210
+ "um atraso"
2211
 
2212
+ #: includes/B2S/Settings/Item.php:187
2213
+ msgid "publish with a delay of"
2214
+ msgstr "publicar com um atraso de"
2215
 
2216
+ #: includes/B2S/Settings/Item.php:188
2217
+ msgid "minutes"
2218
+ msgstr "minutos"
2219
 
2220
+ #: includes/B2S/Settings/Item.php:211
2221
+ msgid ""
2222
+ "Filter Posts (Only posts that meet the following criteria will be autoposted)"
2223
+ msgstr ""
2224
+ "Filtrar postagens (somente postagens que atendam aos seguintes critérios "
2225
+ "serão enviadas automaticamente)"
2226
 
2227
+ #: includes/B2S/Settings/Item.php:212
2228
+ msgid "Post Types"
2229
+ msgstr "Tipos de postagem"
2230
 
2231
+ #: includes/B2S/Settings/Item.php:213
2232
+ msgid "Include (Post only...)"
2233
+ msgstr "Incluir (Publicar apenas...)"
2234
 
2235
+ #: includes/B2S/Settings/Item.php:214
2236
+ msgid "Exclude (Do no post ...)"
2237
+ msgstr "Excluir (não postar...)"
2238
 
2239
+ #: includes/B2S/Settings/Item.php:248
2240
+ msgid "add/change connection"
2241
+ msgstr "adicionar / alterar conexão"
2242
 
2243
+ #: includes/B2S/Settings/Item.php:291
2244
+ msgid "Reset all page and post meta data"
2245
+ msgstr "Redefinir todas as páginas e postar metadados"
2246
 
2247
+ #: includes/B2S/Settings/Item.php:296
2248
+ msgid "Meta Tags Settings for Posts and Pages"
2249
+ msgstr "Configurações de metatags para postagens e páginas"
2250
 
2251
+ #: includes/B2S/Settings/Item.php:297
2252
+ msgid ""
2253
+ "Add Open Graph meta tags to your shared posts or pages, required by Facebook "
2254
+ "and other social networks to display your post or page image, title and "
2255
+ "description correctly."
2256
+ msgstr ""
2257
+ "Adicione as meta tags Open Graph às suas postagens ou páginas compartilhadas,"
2258
+ " exigidas pelo Facebook e outras redes sociais, para exibir sua postagem ou "
2259
+ "imagem da página, título e descrição corretamente."
2260
 
2261
+ #: includes/B2S/Settings/Item.php:299
2262
+ msgid ""
2263
+ "Add Twitter Card meta tags to your shared posts or pages, required by "
2264
+ "Twitter to display your post or page image, title and description correctly."
2265
+ msgstr ""
2266
+ "Adicione as meta tags do Twitter Card às suas postagens ou páginas "
2267
+ "compartilhadas, exigidas pelo Twitter para exibir sua postagem ou imagem da "
2268
+ "página, título e descrição corretamente."
2269
 
2270
+ #: includes/B2S/Settings/Item.php:320
2271
+ msgid "Frontpage Settings"
2272
+ msgstr "Configurações da página inicial"
2273
 
2274
+ #: includes/B2S/Settings/Item.php:322
2275
  msgid ""
2276
+ "Add the default Open Graph parameters for title, description and image you "
2277
+ "want Facebook to display, if you share the frontpage of your blog as link "
2278
+ "post (http://www.yourblog.com)"
2279
  msgstr ""
2280
+ "Adicione os parâmetros padrão do Open Graph para o título, descrição e "
2281
+ "imagem que você deseja que o Facebook exiba, se você compartilhar a página "
2282
+ "inicial do seu blog como link post (http://www.yourblog.com)"
2283
 
2284
+ #: includes/B2S/Settings/Item.php:326 includes/B2S/Settings/Item.php:347
2285
+ msgid "Description"
2286
+ msgstr "Descrição"
2287
 
2288
+ #: includes/B2S/Settings/Item.php:327 includes/B2S/Settings/Item.php:348
2289
+ msgid "Image URL"
2290
+ msgstr "URL da imagem"
2291
 
2292
+ #: includes/B2S/Settings/Item.php:329 includes/B2S/Settings/Item.php:350
2293
+ #: includes/B2S/Ship/Image.php:78 includes/B2S/Ship/Image.php:80
2294
+ msgid "Image upload / Media Gallery"
2295
+ msgstr "Upload de imagem / Galeria de mídia"
2296
 
2297
+ #: includes/B2S/Settings/Item.php:332
2298
+ msgid ""
2299
+ "Please note: Facebook supports images with a minimum dimension of 200x200 "
2300
+ "pixels and an aspect ratio of 1:1."
2301
+ msgstr ""
2302
+ "Nota: o Facebook suporta imagens com uma dimensão mínima de 200x200 pixels e "
2303
+ "uma proporção de 1:1."
2304
 
2305
+ #: includes/B2S/Settings/Item.php:338
2306
+ msgid ""
2307
+ "Add the default Twitter Card parameters for title, description and image you "
2308
+ "want Twitter to display, if you share the frontpage of your blog as link "
2309
+ "post (http://www.yourblog.com)"
2310
+ msgstr ""
2311
+ "Adicione os parâmetros padrão do Twitter Card para o título, a descrição e a "
2312
+ "imagem que você deseja que o Twitter exiba, se você compartilhar a página "
2313
+ "inicial de seu blog como link post (http://www.yourblog.com)"
2314
 
2315
+ #: includes/B2S/Settings/Item.php:341
2316
+ msgid "The default card type to use"
2317
+ msgstr "O tipo de cartão padrão a ser usado"
2318
 
2319
  #: includes/B2S/Settings/Item.php:343
2320
  msgid "Summary"
2324
  msgid "Summary with large image"
2325
  msgstr "Resumo com imagem grande"
2326
 
2327
+ #: includes/B2S/Settings/Item.php:353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2328
  msgid ""
2329
+ "Please note: Twitter supports images with a minimum dimension of 144x144 "
2330
+ "pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
2331
+ "image will be cropped to a square. Twitter supports JPG, PNG, WEBP and GIF "
2332
+ "formats."
2333
  msgstr ""
2334
+ "Atenção: O Twitter suporta imagens com uma dimensão mínima de 144x144 pixels "
2335
+ "e uma dimensão máxima de 4096x4096 pixels e menos de 5 MB. A imagem será "
2336
+ "cortada para um quadrado. O Twitter suporta os formatos JPG, PNG, WEBP e GIF."
2337
 
2338
+ #: includes/B2S/Settings/Item.php:369
2339
+ msgid "Did you know?"
2340
+ msgstr "Você sabia?"
2341
 
2342
+ #: includes/B2S/Settings/Item.php:370
2343
  msgid ""
2344
+ "With Premium Pro, you can change the custom post format photo post or link "
2345
+ "post for each individual social media post and channel (profile, page, group)"
2346
+ "."
 
2347
  msgstr ""
2348
+ "Com o Premium Pro, você pode alterar o formato da foto da postagem na "
2349
+ "postagem personalizada ou o link da postagem para cada postagem de rede "
2350
+ "social e canal individual (perfil, página, grupo)."
 
 
2351
 
2352
+ #: includes/B2S/Settings/Item.php:370
2353
+ msgid "Upgrade to Premium Pro now."
2354
+ msgstr "Atualize para o Premium Pro agora."
2355
 
2356
+ #: includes/B2S/Settings/Item.php:387 includes/B2S/Settings/Item.php:441
2357
+ msgid "Image with frame"
2358
+ msgstr "Imagem com frame"
2359
 
2360
+ #: includes/B2S/Settings/Item.php:392
2361
  msgid ""
2362
+ "Insert white frames to show the whole image in your timeline. All image "
2363
+ "information will be shown in your timeline."
 
 
 
 
 
 
 
 
2364
  msgstr ""
2365
+ "Insira quadros brancos para mostrar a imagem inteira na sua linha do tempo. "
2366
+ "Todas as informações da imagem serão mostradas na sua linha do tempo."
2367
 
2368
  #: includes/B2S/Settings/Item.php:394
2369
  msgid ""
2390
  "OBSERVAÇÃO: para postagens de links no Google+, apenas imagens da galeria de "
2391
  "postagens do blog podem ser selecionadas e exibidas na rede."
2392
 
2393
+ #: includes/B2S/Settings/Item.php:398 includes/B2S/Settings/Item.php:463
2394
+ msgid "Image cut out"
2395
+ msgstr "Imagem recortada"
2396
+
2397
+ #: includes/B2S/Settings/Item.php:403
2398
  msgid ""
2399
+ "The image preview will be cropped automatically to fit the default Instagram "
2400
+ "layout for your Instagram timeline. The image will be shown uncropped when "
2401
+ "opening the preview page for your Instagram post."
2402
  msgstr ""
2403
+ "A visualização da imagem será recortada automaticamente para caber no layout "
2404
+ "padrão do Instagram para sua linha do tempo. A imagem será mostrada sem "
2405
+ "cortes ao abrir a página de pré-visualização da sua postagem no Instagram."
2406
 
2407
+ #: includes/B2S/Settings/Item.php:405
2408
  msgid ""
2409
+ "A photo or image post displays the selected image in the one-page preview of "
2410
+ "Blog2Social and your comment above the image. The image links to the image "
2411
+ "view on your image gallery in the respective network. Blog2Social adds the "
2412
+ "link to your post in your comment. The main benefit of photo posts is that "
2413
+ "your image is uploaded to your personal image albums or gallery. In Facebook,"
2414
+ " you can edit the albums name with a description of your choice."
2415
  msgstr ""
2416
+ "Uma postagem de foto ou imagem exibe a imagem selecionada na visualização de "
2417
+ "uma página do Blog2Social e seu comentário acima da imagem. A imagem é "
2418
+ "vinculada à visualização da imagem na sua galeria de imagens na respectiva "
2419
+ "rede. O Blog2Social adiciona o link para sua postagem no seu comentário. O "
2420
+ "principal benefício de postagens de fotos é que sua imagem é enviada para "
2421
+ "seus álbuns de imagens pessoais ou galeria. No Facebook, você pode editar o "
2422
+ "nome dos álbuns com uma descrição de sua escolha."
2423
 
2424
+ #: includes/B2S/Settings/Item.php:436
2425
+ msgid "All"
2426
+ msgstr "Todos"
2427
 
2428
+ #: includes/B2S/Settings/Item.php:456
2429
+ msgid "Activate Instant Caching"
2430
+ msgstr "Ativar cache instantâneo"
2431
+
2432
+ #: includes/B2S/Ship/Image.php:27
2433
+ msgid "The images file types .jpg and .png are allowed. Please try another."
2434
+ msgstr ""
2435
+ "Os tipos de arquivo de imagens permitidos são .jpg e .png. Por favor, tente "
2436
+ "outro."
2437
+
2438
+ #: includes/B2S/Ship/Image.php:29
2439
+ msgid "To select an individual image from your media library,"
2440
+ msgstr "Para selecionar uma imagem individual da sua biblioteca de mídia,"
2441
 
2442
+ #: includes/B2S/Ship/Image.php:35
2443
  msgid ""
2444
+ "The best size for images in social media posts are between: 667-1000px x 523-"
2445
+ "1000px. Blog2Social will automatically resize your image according to "
2446
+ "network requirements."
2447
  msgstr ""
2448
+ "O melhor tamanho para imagens em postagens de redes sociais é entre: 667-"
2449
+ "1000px x 523-1000px. O Blog2Social redimensionará automaticamente a sua "
2450
+ "imagem de acordo com os requisitos da rede."
2451
+
2452
+ #: includes/B2S/Ship/Image.php:59
2453
+ msgid "No images are included in your post."
2454
+ msgstr "Nenhuma imagem está incluída na sua postagem."
2455
+
2456
+ #: includes/B2S/Ship/Image.php:67
2457
+ msgid "Apply image for all posts"
2458
+ msgstr "Aplicar a imagem para todas as postagens"
2459
+
2460
+ #: includes/B2S/Ship/Image.php:71 includes/B2S/Ship/Image.php:73
2461
+ msgid "Apply image for this post"
2462
+ msgstr "Aplicar a imagem para esta postagem"
2463
+
2464
+ #: includes/B2S/Ship/Item.php:137
2465
+ msgid "Network does not support image for profiles"
2466
+ msgstr "A Rede não suporta imagem para perfis"
2467
+
2468
+ #: includes/B2S/Ship/Item.php:138
2469
+ msgid "Network defines image by link"
2470
+ msgstr "A Rede define imagem por link"
2471
+
2472
+ #: includes/B2S/Ship/Item.php:140
2473
+ msgid "Supported HTML tags"
2474
+ msgstr "Permite tags HTML"
2475
+
2476
+ #: includes/B2S/Ship/Item.php:141 includes/B2S/Ship/Item.php:200
2477
+ msgid "Network does not support emojis"
2478
+ msgstr "A rede não suporta emojis"
2479
+
2480
+ #: includes/B2S/Ship/Item.php:184
2481
+ msgid "Text only"
2482
+ msgstr "Somente texto"
2483
+
2484
+ #: includes/B2S/Ship/Item.php:185 includes/B2S/Ship/Item.php:189
2485
+ #: includes/B2S/Ship/Item.php:224 includes/B2S/Ship/Item.php:228
2486
+ #: includes/B2S/Ship/Item.php:249 includes/B2S/Ship/Item.php:253
2487
+ #: includes/B2S/Ship/Item.php:912 includes/B2S/Ship/Item.php:914
2488
+ msgid "characters"
2489
+ msgstr "caracteres"
2490
 
2491
+ #: includes/B2S/Ship/Item.php:199
2492
+ msgid "Network does not support image for pages"
2493
+ msgstr "A Rede não suporta imagem para páginas"
2494
 
2495
+ #: includes/B2S/Ship/Item.php:273
2496
+ msgid "Connection expires on 31 March 2019"
 
 
2497
  msgstr ""
 
 
 
2498
 
2499
+ #: includes/B2S/Ship/Item.php:277
2500
+ msgid "Connection expires on 2 April 2019"
 
 
2501
  msgstr ""
 
 
2502
 
2503
+ #: includes/B2S/Ship/Item.php:290
2504
+ msgid "post format"
2505
+ msgstr "formato da postagem"
2506
+
2507
+ #: includes/B2S/Ship/Item.php:300 includes/B2S/Ship/Item.php:920
2508
+ msgid "Insert full-text"
2509
+ msgstr "Inserir texto completo"
2510
+
2511
+ #: includes/B2S/Ship/Item.php:302 includes/B2S/Ship/Item.php:922
2512
+ msgid "Delete text"
2513
+ msgstr "Excluir texto"
2514
+
2515
+ #: includes/B2S/Ship/Item.php:310
2516
  msgid ""
2517
+ "You can customize your post with individual comments, @-handles, emojis, and "
2518
+ "more in the Instant Sharing window, after planning your post."
2519
  msgstr ""
2520
+ "Você pode personalizar sua postagem com comentários individuais, @-handles, "
2521
+ "emojis e muito mais na janela Compartilhamento Instantâneo, depois de "
2522
+ "planejar sua postagem."
2523
 
2524
+ #: includes/B2S/Ship/Item.php:316 includes/B2S/Ship/Item.php:511
2525
+ #: includes/B2S/Ship/Item.php:786
2526
  msgid ""
2527
+ "Please keep in mind that according to Twitter’s new TOS, users are no longer "
2528
+ "allowed to post identical or substantially similar content to multiple "
2529
+ "accounts or multiple duplicate updates on one account."
2530
  msgstr ""
2531
+ "Tenha em mente que, de acordo com os novos termos de serviço do Twitter, os "
2532
+ "usuários não podem mais postar conteúdo idêntico ou substancialmente "
2533
+ "semelhante a várias contas ou várias atualizações duplicadas em uma conta."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2534
 
2535
+ #: includes/B2S/Ship/Item.php:316 includes/B2S/Ship/Item.php:511
2536
+ #: includes/B2S/Ship/Item.php:786
2537
+ msgid ""
2538
+ "Violating these rules can result in Twitter suspending your account. Always "
2539
+ "vary your Tweets with different comments, hashtags or handles to prevent "
2540
+ "duplicate posts."
2541
+ msgstr ""
2542
+ "Violar essas regras pode resultar no Twitter suspendendo sua conta. Sempre "
2543
+ "varie seus Tweets com comentários, hashtags ou handles diferentes para "
2544
+ "evitar postagens duplicadas."
2545
 
2546
+ #: includes/B2S/Ship/Item.php:316 includes/B2S/Ship/Item.php:511
2547
+ #: includes/B2S/Ship/Item.php:786
2548
+ msgid "Learn more about this"
2549
+ msgstr "Saiba mais sobre isso"
 
2550
 
2551
+ #: includes/B2S/Ship/Item.php:321
2552
+ msgid ""
2553
+ "Please note: XING allows identical posts to be published only once within a "
2554
+ "group and no more than three times across different groups."
2555
+ msgstr ""
2556
+ "Atenção: A rede social XING permite posts idênticos para serem publicados "
2557
+ "apenas uma vez dentro de um grupo e não mais de três vezes em diferentes "
2558
+ "grupos."
2559
 
2560
+ #: includes/B2S/Ship/Item.php:321
2561
+ msgid "Read more"
2562
+ msgstr "Leia Mais"
2563
 
2564
+ #: includes/B2S/Ship/Item.php:341
2565
+ msgid "hide calendar"
2566
+ msgstr "esconder calendário"
2567
 
2568
+ #: includes/B2S/Ship/Item.php:396 includes/B2S/Ship/Item.php:420
2569
+ #: includes/B2S/Ship/Item.php:444 includes/B2S/Ship/Item.php:462
2570
+ #: includes/B2S/Ship/Item.php:477 includes/B2S/Ship/Item.php:503
2571
+ #: includes/B2S/Ship/Item.php:521 includes/B2S/Ship/Item.php:537
2572
+ #: includes/B2S/Ship/Item.php:550 includes/B2S/Ship/Item.php:566
2573
+ #: includes/B2S/Ship/Item.php:571
2574
+ msgid "Write something about your post..."
2575
+ msgstr "Escreva algo sobre sua postagem..."
2576
 
2577
+ #: includes/B2S/Ship/Item.php:403 includes/B2S/Ship/Item.php:427
2578
+ #: includes/B2S/Ship/Item.php:451 includes/B2S/Ship/Item.php:499
2579
+ #: includes/B2S/Ship/Item.php:517 includes/B2S/Ship/Item.php:533
2580
+ #: includes/B2S/Ship/Item.php:562 includes/B2S/Ship/Item.php:596
2581
+ msgid "Change image"
2582
+ msgstr "Alterar imagem"
2583
 
2584
+ #: includes/B2S/Ship/Item.php:407
2585
+ msgid ""
2586
+ "Info: Change Open Graph Meta tags image, title and description for this "
2587
+ "network"
2588
+ msgstr ""
2589
+ "Info: Alterar imagem, título e descrição do Open Graph Meta tags para esta "
2590
+ "rede"
2591
 
2592
+ #: includes/B2S/Ship/Item.php:410 includes/B2S/Ship/Item.php:434
2593
  msgid ""
2594
+ "You want to change your link image, link title and link description for this "
2595
+ "network? Click here."
 
 
2596
  msgstr ""
2597
+ "Você deseja alterar a imagem do link, o título do link e a descrição do link "
2598
+ "dessa rede? Clique aqui."
 
 
2599
 
2600
+ #: includes/B2S/Ship/Item.php:412
2601
+ msgid "OG Meta title"
2602
+ msgstr "Título Meta OG"
 
2603
 
2604
+ #: includes/B2S/Ship/Item.php:413
2605
+ msgid "OG Meta description"
2606
+ msgstr "Descrição Meta OG"
2607
 
2608
+ #: includes/B2S/Ship/Item.php:431
2609
+ msgid ""
2610
+ "Info: Change Card Meta tags image, title and description for this network"
2611
+ msgstr ""
2612
+ "Info: Altere o Meta Card para tags, imagem, título e descrição para esta rede"
2613
 
2614
+ #: includes/B2S/Ship/Item.php:436
2615
+ msgid "Card Meta title"
2616
+ msgstr "Título do Meta Card"
2617
 
2618
+ #: includes/B2S/Ship/Item.php:437
2619
+ msgid "Card Meta description"
2620
+ msgstr "Descrição do cartão"
2621
 
2622
+ #: includes/B2S/Ship/Item.php:583
2623
+ msgid "required"
2624
+ msgstr "obrigatório"
2625
 
2626
+ #: includes/B2S/Ship/Item.php:603 includes/B2S/Ship/Item.php:605
2627
+ msgid "Link"
2628
+ msgstr "Link"
2629
 
2630
+ #: includes/B2S/Ship/Item.php:668
2631
+ msgid "Jobs & Projects"
 
 
2632
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2633
 
2634
+ #: includes/B2S/Ship/Item.php:669
2635
+ msgid "Events"
2636
+ msgstr ""
2637
 
2638
+ #: includes/B2S/Ship/Item.php:670
2639
+ msgid "Classified Ads"
2640
+ msgstr ""
2641
 
2642
+ #: includes/B2S/Ship/Item.php:672
2643
+ msgid "Offer"
2644
+ msgstr ""
2645
 
2646
+ #: includes/B2S/Ship/Item.php:673
2647
+ msgid "Request"
 
 
 
2648
  msgstr ""
 
 
 
2649
 
2650
+ #: includes/B2S/Ship/Item.php:684
2651
+ msgid "The Headline..."
2652
+ msgstr "O cabeçalho"
 
 
2653
 
2654
+ #: includes/B2S/Ship/Item.php:689
2655
+ msgid "Hashtags"
2656
+ msgstr "Hashtags"
2657
 
2658
+ #: includes/B2S/Ship/Item.php:717
2659
+ msgid "Enable Retweets for all Tweets with the selected profile"
2660
+ msgstr "Ativar Retweets para todos os Tweets com o perfil selecionado"
2661
 
2662
+ #: includes/B2S/Ship/Item.php:736 views/b2s/partials/post-edit-modal.php:73
2663
+ msgid "Delay"
2664
+ msgstr "Atraso"
2665
 
2666
+ #: includes/B2S/Ship/Item.php:746 includes/B2S/Ship/Item.php:747
2667
+ #: includes/B2S/Ship/Item.php:748 includes/B2S/Ship/Item.php:749
2668
+ #: views/b2s/partials/post-edit-modal.php:77
2669
+ #: views/b2s/partials/post-edit-modal.php:78
2670
+ #: views/b2s/partials/post-edit-modal.php:79
2671
+ #: views/b2s/partials/post-edit-modal.php:80
2672
+ msgid "min"
2673
+ msgstr "min"
2674
 
2675
+ #: includes/B2S/Ship/Item.php:754
2676
+ msgid "Add Retweet"
2677
+ msgstr "Adicionar Retweet"
2678
 
2679
+ #: includes/B2S/Ship/Item.php:774
2680
+ msgid "Share Now"
2681
+ msgstr "Compartilhar agora"
2682
 
2683
+ #: includes/B2S/Ship/Item.php:779
2684
+ msgid "Schedule Recurrent Post"
2685
+ msgstr "Agendar Postagem Recorrente"
2686
 
2687
+ #: includes/B2S/Ship/Item.php:815 views/b2s/partials/post-edit-modal.php:47
2688
+ msgid ""
2689
+ "Please note: Your account is connected via an old XING API that is no longer "
2690
+ "supported by XING after March 31. Please connect your XING profile, as well "
2691
+ "as your XING company pages (Employer branding profiles) and business pages "
2692
+ "with the new XING interface in the Blog2Social network settings. To do this, "
2693
+ "go to the Blog2Social Networks section and connect your XING accounts with "
2694
+ "the new XING."
2695
+ msgstr ""
2696
 
2697
+ #: includes/B2S/Ship/Item.php:819 views/b2s/partials/post-edit-modal.php:51
 
2698
  msgid ""
2699
+ "Please note: Google will shut down Google+ for all private accounts "
2700
+ "(profiles, pages, groups) on 2nd April 2019. You can find further "
2701
+ "information and the next steps, including how to download your photos and "
2702
+ "other content here:"
2703
  msgstr ""
 
 
 
2704
 
2705
+ #: includes/B2S/Ship/Item.php:822
2706
+ msgid "Repeats"
2707
+ msgstr ""
2708
+
2709
+ #: includes/B2S/Ship/Item.php:823 includes/B2S/Ship/Item.php:826
2710
+ msgid "Duration"
2711
+ msgstr "Duração"
2712
+
2713
+ #: includes/B2S/Ship/Item.php:827
2714
+ msgid "Number of repeats"
2715
  msgstr ""
 
 
2716
 
2717
+ #: includes/B2S/Ship/Item.php:828
2718
+ msgid "Day of month"
2719
+ msgstr "Dia do mês"
2720
+
2721
+ #: includes/B2S/Ship/Item.php:829
2722
+ msgid "Repeats every (days)"
2723
  msgstr ""
 
 
2724
 
2725
+ #: includes/B2S/Ship/Item.php:831
2726
+ msgid "Start date"
2727
+ msgstr "Data inicial"
2728
 
2729
+ #: includes/B2S/Ship/Item.php:832
2730
+ msgid "Time to publish"
2731
+ msgstr ""
2732
 
2733
+ #: includes/B2S/Ship/Item.php:841
2734
  msgid "weekly"
2735
  msgstr "semanalmente"
2736
 
2737
+ #: includes/B2S/Ship/Item.php:842
2738
+ msgid "monthly"
2739
+ msgstr "mensalmente"
2740
+
2741
+ #: includes/B2S/Ship/Item.php:843
2742
+ msgid "own period"
2743
+ msgstr "período próprio"
2744
+
2745
+ #: includes/B2S/Ship/Item.php:849
2746
+ msgid "Week"
2747
+ msgstr "Semana"
2748
+
2749
+ #: includes/B2S/Ship/Item.php:849
2750
  msgid "Weeks"
2751
  msgstr "Semanas"
2752
 
2753
+ #: includes/B2S/Ship/Item.php:858
2754
+ msgid "Month"
2755
+ msgstr "Mês"
2756
 
2757
+ #: includes/B2S/Ship/Item.php:858
2758
+ msgid "Months"
2759
+ msgstr "Meses"
2760
 
2761
+ #: includes/B2S/Ship/Item.php:878
2762
+ msgid "End Of Month"
2763
+ msgstr "Fim do mês"
2764
 
2765
+ #: includes/B2S/Ship/Item.php:883
2766
+ msgid "Timespan"
2767
+ msgstr "Intervalo de tempo"
 
 
 
 
 
 
 
 
 
2768
 
2769
+ #: includes/B2S/Ship/Item.php:886 views/b2s/partials/post-edit-modal.php:63
2770
+ #: views/b2s/partials/post-edit-modal.php:66
2771
+ msgid "Time"
2772
+ msgstr "Tempo"
 
2773
 
2774
+ #: includes/B2S/Ship/Item.php:891
2775
+ msgid "Mon"
2776
+ msgstr "Seg"
 
 
 
 
 
 
2777
 
2778
+ #: includes/B2S/Ship/Item.php:892
2779
+ msgid "Tue"
2780
+ msgstr "Ter"
 
 
 
 
2781
 
2782
+ #: includes/B2S/Ship/Item.php:893
2783
+ msgid "Wed"
2784
+ msgstr "Qua"
 
 
 
 
 
2785
 
2786
+ #: includes/B2S/Ship/Item.php:894
2787
+ msgid "Thu"
2788
+ msgstr "Qui"
2789
 
2790
+ #: includes/B2S/Ship/Item.php:895
2791
+ msgid "Fri"
2792
+ msgstr "Sex"
 
2793
 
2794
+ #: includes/B2S/Ship/Item.php:896
2795
+ msgid "Sat"
2796
+ msgstr "Sáb"
 
 
 
2797
 
2798
+ #: includes/B2S/Ship/Item.php:897
2799
+ msgid "Sun"
2800
+ msgstr "Dom"
2801
 
2802
+ #: includes/B2S/Ship/Item.php:904
2803
+ msgid "add another post"
2804
+ msgstr "adicionar outra postagem"
 
2805
 
2806
+ #: includes/B2S/Ship/Item.php:918
2807
+ msgid "Copy from original"
2808
+ msgstr "Copiar do original"
2809
+
2810
+ #: includes/B2S/Ship/Item.php:934
2811
+ msgid "Apply Settings To All Networks"
2812
+ msgstr "Aplicar as configurações para todas as redes"
2813
+
2814
+ #: includes/B2S/Ship/Item.php:935
2815
+ msgid "Save as best time for this network"
2816
+ msgstr "Salvar como melhor hora para esta rede"
2817
+
2818
+ #: includes/B2S/Ship/Navbar.php:34
2819
+ msgid "My Profile"
2820
+ msgstr "Meu Perfil"
2821
 
2822
+ #: includes/B2S/Ship/Save.php:391
2823
  msgid ""
2824
+ "For sharing your posts on personal Facebook Profiles you can now use "
2825
+ "Facebook Instant Sharing"
2826
  msgstr ""
2827
+ "Para compartilhar suas postagens em perfis pessoais do Facebook, agora você "
2828
+ "pode usar o Compartilhamento Instantâneo do Facebook"
2829
+
2830
+ #: includes/B2S/Ship/Save.php:391
2831
+ msgid "Read why"
2832
+ msgstr "Leia porque"
2833
 
2834
+ #: includes/B2S/Ship/Save.php:393 includes/B2S/Ship/Save.php:401
2835
+ msgid "This is how it works:"
2836
+ msgstr "É assim que funciona:"
2837
+
2838
+ #: includes/B2S/Ship/Save.php:394
2839
  msgid ""
2840
+ "-To share your post immediately, click the \"Share\" button next to your "
2841
+ "selected Facebook profile below."
 
 
 
 
 
 
 
 
2842
  msgstr ""
2843
+ "- Para compartilhar sua postagem imediatamente, clique no botão "
2844
+ "\"Compartilhar\" ao lado do perfil do Facebook selecionado abaixo."
 
 
 
 
 
 
 
 
 
 
2845
 
2846
+ #: includes/B2S/Ship/Save.php:395
2847
  msgid ""
2848
+ "-For scheduled posts, Blog2Social will save your post and move it to the "
2849
+ "\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
2850
+ "scheduled date and time, your post will move to the \"Instant Sharing\" tab "
2851
+ "and you can click on \"Share\" to post it to your Facebook Profile instantly."
 
 
 
 
 
 
 
 
2852
  msgstr ""
2853
+ "- Para as postagens agendadas, o Blog2Social salvará sua postagem e a moverá "
2854
+ "para a guia \"Postagens agendadas\" na barra de navegação \"Postagens e "
2855
+ "compartilhamento\". Na data e hora agendadas, sua postagem será movida para "
2856
+ "a guia \"Compartilhamento Instantâneo\" e você poderá clicar em "
2857
+ "\"Compartilhar\" para postá-la no seu perfil do Facebook instantaneamente."
 
 
 
 
 
 
 
 
 
2858
 
2859
+ #: includes/B2S/Ship/Save.php:399
2860
  msgid ""
2861
+ "For sharing your posts on Google+ you can now use Google+ Instant Sharing"
 
2862
  msgstr ""
2863
+ "Para compartilhar suas postagens no Google+, agora você pode usar o "
2864
+ "Compartilhamento Instantâneo do Google+"
2865
+
2866
+ #: includes/B2S/Ship/Save.php:402
2867
+ msgid ""
2868
+ "-To share your post immediately, click the \"Share\" button next to your "
2869
+ "selected Google+ account below."
2870
+ msgstr ""
2871
+ "-Para compartilhar sua postagem imediatamente, clique no botão "
2872
+ "\"Compartilhar\" ao lado da sua conta do Google+ selecionada abaixo."
2873
+
2874
+ #: includes/B2S/Ship/Save.php:403
2875
+ msgid ""
2876
+ "-For scheduled posts, Blog2Social will save your post and move it to the "
2877
+ "\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
2878
+ "scheduled date and time, your post will move to the \"Instant Sharing\" tab "
2879
+ "and you can click on \"Share\" to post it to your account instantly."
2880
+ msgstr ""
2881
+ "-Para postagens agendadas, o Blog2Social salvará sua postagem e a moverá "
2882
+ "para a guia \"Postagens agendadas\" na barra de navegação \"Postagens e "
2883
+ "compartilhamento\". Na data e hora programadas, sua postagem será movida "
2884
+ "para a guia \"Compartilhamento instantâneo\" e você poderá clicar em "
2885
+ "\"Compartilhar\" para postá-la na sua conta instantaneamente."
2886
+
2887
+ #: includes/B2S/Ship/Save.php:404
2888
+ msgid ""
2889
+ "Please note: You post has to be marked as public to be posted in a group."
2890
+ msgstr "Atenção: Sua postagem deverá ser pública para ser postada em um grupo."
2891
+
2892
+ #: includes/B2S/Ship/Save.php:409
2893
+ msgid "Please share your post now"
2894
+ msgstr "Por favor, compartilhe a sua postagem agora"
2895
+
2896
+ #: includes/B2S/Ship/Save.php:418
2897
+ msgid "view social media post"
2898
+ msgstr "ver postagem na rede social"
2899
+
2900
+ #: includes/B2S/Ship/Save.php:428
2901
+ msgid "scheduled on"
2902
+ msgstr "agendado em"
2903
 
2904
+ #: includes/B2S/User/Info.php:11
2905
+ msgid "Number of shared posts"
2906
+ msgstr "Número de postagens compartilhadas"
2907
 
2908
+ #: includes/B2S/User/Info.php:14
2909
+ msgid "Number of scheduled posts"
2910
+ msgstr "Número de postagens agendadas"
2911
 
2912
+ #: includes/PRG/Post/Filter.php:31
2913
+ msgid "All Authors"
2914
+ msgstr "All Authors"
2915
+
2916
+ #: includes/PRG/Post/Filter.php:42
2917
+ msgid "All Types"
2918
+ msgstr "Todos os tipos"
 
 
 
2919
 
2920
  #: includes/PRG/Post/Item.php:100
2921
  msgid "You have no posts published or scheduled"
2922
  msgstr "Você não tem postagens publicadas ou agendadas"
2923
 
2924
+ #: includes/PRG/Post/Item.php:130
2925
+ msgid "Publish on PR-Gateway"
2926
+ msgstr "Publicar no PR-Gateway"
2927
 
2928
+ #: includes/PRG/Post/Item.php:132
2929
+ msgid "on Blog"
2930
+ msgstr "no Blog"
2931
 
2932
+ #: views/b2s/partials/plugin-deactivate-modal.php:10
2933
+ msgid "Do you want to delete your scheduled posts?"
2934
+ msgstr "Você quer excluir as postagens agendadas?"
2935
+
2936
+ #: views/b2s/partials/plugin-deactivate-modal.php:13
2937
  msgid ""
2938
+ "Do you want Blog2Social to delete all your scheduled social media posts? "
2939
+ "Your scheduled posts will no longer be sent to your social networks."
2940
  msgstr ""
2941
+ "Você quer que o Blog2Social exclua todas as suas postagens agendadas das "
2942
+ "redes sociais? Suas postagens agendadas não serão mais enviadas para suas "
2943
+ "redes sociais."
2944
 
2945
+ #: views/b2s/partials/plugin-deactivate-modal.php:14
2946
+ msgid "Delete scheduled posts"
2947
+ msgstr "Deletar as postagens agendadas"
2948
 
2949
+ #: views/b2s/partials/plugin-deactivate-modal.php:17
2950
+ msgid "Continue deactivation"
2951
+ msgstr "Continuar a desativação"
2952
 
2953
+ #: views/b2s/partials/post-edit-modal.php:7
2954
+ msgid "Edit Post"
2955
+ msgstr "Editar postagem"
2956
 
2957
+ #: views/b2s/partials/post-edit-modal.php:35
2958
+ msgid "This post is blocked by %1"
2959
+ msgstr "Esta postagem está bloqueada por %1"
 
 
 
 
2960
 
2961
+ #: views/b2s/partials/post-edit-modal.php:84
2962
+ msgid "The orginal tweet is scheduled on:"
2963
+ msgstr "O tweet original está agendado para:"
2964
 
2965
+ #: views/b2s/partials/post-edit-modal.php:101
2966
+ msgid "Change details"
2967
+ msgstr "Alterar detalhes"
2968
 
2969
+ #: views/b2s/widgets/activity.php:5
2970
+ msgid "Your activity"
2971
+ msgstr "Sua atividade"
2972
 
2973
+ #: views/b2s/widgets/activity.php:8
2974
+ msgid "Show activity starting from"
2975
+ msgstr "Mostrar atividade a partir de"
2976
 
2977
+ #: views/b2s/widgets/activity.php:13
2978
+ msgid "published social media posts"
2979
+ msgstr "publicou posts nas redes sociais"
2980
 
2981
+ #: views/b2s/widgets/calendar.php:1
2982
+ msgid "Calendar"
2983
+ msgstr "Calendário"
2984
 
2985
+ #: views/b2s/widgets/newsletter.php:4
2986
+ msgid "Get news and updates for promoting your blog on social media"
2987
+ msgstr ""
2988
+ "Receba notícias e atualizações para promover seu blog nas redes sociais"
2989
 
2990
+ #: views/b2s/widgets/newsletter.php:10
2991
+ msgid "Get updates"
2992
+ msgstr "Obtenha atualizações"
2993
 
2994
+ #: views/b2s/widgets/newsletter.php:12
 
2995
  msgid ""
2996
+ "We hate spam, too. We will never sell your email address to any other "
2997
+ "company or for any other purpose."
2998
  msgstr ""
2999
+ "Nós também odiamos spam. Nós nunca venderemos seu endereço de e-mail para "
3000
+ "qualquer outra empresa ou para qualquer outra finalidade."
3001
 
3002
+ #: views/b2s/widgets/newsletter.php:16
3003
+ msgid "You have already subscribed to the newsletter. Awesome!"
3004
+ msgstr "Você se inscreveu no boletim informativo. Impressionante!"
3005
 
3006
+ #: views/b2s/widgets/posts.php:19
3007
+ msgid "Latest Posts"
3008
+ msgstr "Últimas postagens"
3009
 
3010
+ #: views/b2s/widgets/posts.php:31
3011
+ msgid "Scheduled Posts"
3012
+ msgstr "Postagens agendadas"
3013
 
3014
+ #: views/b2s/widgets/premium.php:35
3015
+ msgid "Network Choice"
3016
+ msgstr "Escolha da Rede"
3017
+
3018
+ #: views/b2s/widgets/premium.php:59
3019
+ msgid "Custom Sharing"
3020
+ msgstr "Compartilhamento customizado"
3021
+
3022
+ #: views/b2s/widgets/premium.php:83
3023
+ msgid "Custom Scheduling"
3024
+ msgstr "Agendamento personalizado"
3025
 
3026
+ #: views/b2s/widgets/premium.php:84
3027
  msgid ""
3028
+ "Unlimited scheduling options: once, repeatedly or recurringly to multiple "
3029
+ "profiles, pages and groups"
 
3030
  msgstr ""
3031
+ "Opções ilimitadas de agendamento: uma vez, repetidamente ou recorrentemente "
3032
+ "para vários perfis, páginas e grupos"
 
3033
 
3034
+ #: views/b2s/widgets/premium.php:95
3035
+ msgid "One-Step Workflow"
3036
+ msgstr "Fluxo de trabalho de uma etapa"
3037
 
3038
+ #: views/b2s/widgets/premium.php:107
3039
+ msgid "Reporting"
3040
+ msgstr "Relatórios"
3041
 
3042
+ #: views/b2s/widgets/premium.php:108
3043
  msgid ""
3044
+ "All scheduled and published social media posts with direct links for easy "
3045
+ "access or re-sharing"
3046
  msgstr ""
3047
+ "Todos as postagens de rede social agendadas e publicadas com links diretos "
3048
+ "para fácil acesso ou re-compartilhamento"
3049
 
3050
+ #: views/b2s/widgets/premium.php:115
3051
+ msgid "Unlock Premium"
3052
+ msgstr "Desbloquear Premium"
3053
 
3054
+ #: views/b2s/widgets/support.php:9
3055
+ msgid "more FAQ"
3056
+ msgstr "mais FAQ"
3057
 
3058
+ #: views/b2s/widgets/tutorial.php:1
3059
+ msgid "How to work with Blog2Social"
3060
+ msgstr "Como trabalhar com o Blog2Social"
3061
 
3062
+ #: views/b2s/widgets/tutorial.php:2
3063
+ msgid ""
3064
+ "Learn how to get the most out of Blog2Social to promote your blog on social "
3065
+ "media."
3066
  msgstr ""
3067
+ "Aprenda como tirar o máximo proveito do Blog2Social para promover seu blog "
3068
+ "em redes sociais."
 
 
 
3069
 
3070
+ #. Plugin Name of the plugin
3071
+ msgid "Blog2Social: Social Media Auto Post & Scheduler"
3072
+ msgstr "Blog2Social: Auto postagem e Agendamento nas Redes Sociais"
3073
 
3074
+ #. Description of the plugin
3075
  msgid ""
3076
+ "Auto publish, schedule & share posts on social media: Facebook, Twitter, "
3077
+ "Google+, XING, LinkedIn, Instagram, ... crosspost to pages & groups"
 
3078
  msgstr ""
3079
+ "Publique, agende e compartilhe postagens nas redes sociais: Facebook, "
3080
+ "Twitter, Google+, XING, LinkedIn, Instagram, ... postagem cruzada para "
3081
+ "páginas e grupos"
 
3082
 
3083
+ #. Plugin URI of the plugin
3084
+ #. Author URI of the plugin
3085
+ msgid "https://www.blog2social.com"
3086
+ msgstr "https://www.blog2social.com"
3087
+
3088
+ #. Author of the plugin
3089
+ msgid "Blog2Social, Adenion"
3090
+ msgstr "Blog2Social, Adenion"
languages/blog2social.pot ADDED
@@ -0,0 +1,2738 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #, fuzzy
2
+ msgid ""
3
+ msgstr ""
4
+ "Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
5
+ "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2019-03-19 14:53+0000\n"
7
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
+ "Language-Team: \n"
10
+ "Language: \n"
11
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Loco https://localise.biz/\n"
16
+ "X-Loco-Version: 2.2.0; wp-5.0.3"
17
+
18
+ #: includes/Loader.php:43
19
+ msgid "Modify pin board"
20
+ msgstr ""
21
+
22
+ #: includes/Loader.php:43
23
+ msgid "Edit group settings"
24
+ msgstr ""
25
+
26
+ #: includes/Loader.php:43
27
+ msgid "Modify subreddit"
28
+ msgstr ""
29
+
30
+ #: includes/Loader.php:43
31
+ msgid "Modify forum"
32
+ msgstr ""
33
+
34
+ #: includes/Loader.php:295
35
+ msgid "Auto-Post on Social Media"
36
+ msgstr ""
37
+
38
+ #: includes/Loader.php:296
39
+ msgid "Social Media Content Calendar"
40
+ msgstr ""
41
+
42
+ #: includes/Loader.php:566
43
+ msgid "This post will be shared into your social media from"
44
+ msgstr ""
45
+
46
+ #: includes/Loader.php:566 includes/Loader.php:568
47
+ msgid "show details"
48
+ msgstr ""
49
+
50
+ #: includes/Loader.php:568
51
+ msgid "This post will be shared on social media in 2-3 minutes!"
52
+ msgstr ""
53
+
54
+ #: includes/Loader.php:572
55
+ msgid ""
56
+ "Please, make sure that your post are publish on this blog on this moment. "
57
+ "Then you can auto post your post with Blog2social."
58
+ msgstr ""
59
+
60
+ #: includes/Loader.php:575 includes/B2S/PostBox.php:79
61
+ msgid ""
62
+ "There are no authorizations for your selected profile. Please, authorize "
63
+ "with a social network or select a other profile."
64
+ msgstr ""
65
+
66
+ #: includes/Loader.php:587
67
+ msgid "Upgrade to Premium"
68
+ msgstr ""
69
+
70
+ #: includes/Loader.php:617 includes/B2S/Network/Item.php:147
71
+ #: includes/B2S/Network/Item.php:147 includes/B2S/Network/Item.php:218
72
+ #: includes/B2S/Settings/Item.php:255 includes/B2S/Settings/Item.php:436
73
+ #: includes/B2S/Settings/Item.php:450 includes/B2S/Settings/Item.php:472
74
+ #: includes/B2S/Ship/Portale.php:36 includes/B2S/Ship/Portale.php:36
75
+ msgid "Profile"
76
+ msgstr ""
77
+
78
+ #: includes/Loader.php:617 includes/B2S/Network/Item.php:150
79
+ #: includes/B2S/Network/Item.php:150 includes/B2S/Network/Item.php:271
80
+ #: includes/B2S/Settings/Item.php:255 includes/B2S/Settings/Item.php:451
81
+ #: includes/B2S/Settings/Item.php:473 includes/B2S/Ship/Portale.php:33
82
+ #: includes/B2S/Ship/Portale.php:33
83
+ msgid "Page"
84
+ msgstr ""
85
+
86
+ #: includes/Loader.php:617 includes/B2S/Network/Item.php:153
87
+ #: includes/B2S/Network/Item.php:153 includes/B2S/Network/Item.php:325
88
+ #: includes/B2S/Settings/Item.php:452 includes/B2S/Settings/Item.php:474
89
+ #: includes/B2S/Ship/Portale.php:30 includes/B2S/Ship/Portale.php:30
90
+ msgid "Group"
91
+ msgstr ""
92
+
93
+ #: includes/Loader.php:618
94
+ msgid "Company"
95
+ msgstr ""
96
+
97
+ #: includes/Loader.php:618
98
+ msgid "Business"
99
+ msgstr ""
100
+
101
+ #: includes/Loader.php:619
102
+ msgid "Your post could not be posted."
103
+ msgstr ""
104
+
105
+ #: includes/Loader.php:620
106
+ msgid ""
107
+ "Your authorization has expired. Please reconnect your account in the "
108
+ "Blog2Social network settings."
109
+ msgstr ""
110
+
111
+ #: includes/Loader.php:621
112
+ msgid "The network has marked the post as spam or abusive."
113
+ msgstr ""
114
+
115
+ #: includes/Loader.php:622
116
+ msgid ""
117
+ "We don't have the permission to publish your post. Please check your "
118
+ "authorization."
119
+ msgstr ""
120
+
121
+ #: includes/Loader.php:623
122
+ msgid ""
123
+ "Your authorization is interrupted. Please check your authorization. Please "
124
+ "see <a target=\"_blank\" href=\"https://www.blog2social."
125
+ "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
126
+ msgstr ""
127
+
128
+ #: includes/Loader.php:624
129
+ msgid "Your daily limit has been reached."
130
+ msgstr ""
131
+
132
+ #: includes/Loader.php:625
133
+ msgid "Your post could not be posted, because your image is not available."
134
+ msgstr ""
135
+
136
+ #: includes/Loader.php:626
137
+ msgid ""
138
+ "The network has blocked your account. Please see <a target=\"_blank\" "
139
+ "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
140
+ "error-messages.html\">FAQ</a>."
141
+ msgstr ""
142
+
143
+ #: includes/Loader.php:627
144
+ msgid ""
145
+ "The number of images is reached. Please see <a target=\"_blank\" "
146
+ "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
147
+ "error-messages.html\">FAQ</a>."
148
+ msgstr ""
149
+
150
+ #: includes/Loader.php:628
151
+ msgid ""
152
+ "Your daily limit for this network has been reached. Please try again later."
153
+ msgstr ""
154
+
155
+ #: includes/Loader.php:629
156
+ msgid ""
157
+ "The network can not publish special characters such as Emoji. Please see <a "
158
+ "target=\"_blank\" href=\"https://www.blog2social."
159
+ "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
160
+ msgstr ""
161
+
162
+ #: includes/Loader.php:630
163
+ msgid "Your post is a duplicate."
164
+ msgstr ""
165
+
166
+ #: includes/Loader.php:631
167
+ msgid "The network requires a public url."
168
+ msgstr ""
169
+
170
+ #: includes/Loader.php:632
171
+ msgid "You have already retweeted this post."
172
+ msgstr ""
173
+
174
+ #: includes/Loader.php:633
175
+ msgid ""
176
+ "This XING API is no longer supported by XING. Please connect your XING "
177
+ "accounts with the new XING interface to reschedule your posts. <a "
178
+ "target=\"_blank\" href=\"https://www.blog2social.com/en/faq/index.php?"
179
+ "action=artikel&cat=2&id=146\">Learn more</a>"
180
+ msgstr ""
181
+
182
+ #: includes/Loader.php:634
183
+ msgid ""
184
+ "There was no image in the meta data of the linked post. Posts without images "
185
+ "cannot be shared on image networks."
186
+ msgstr ""
187
+
188
+ #: includes/Loader.php:635
189
+ msgid "Your group can not be found by the network."
190
+ msgstr ""
191
+
192
+ #: includes/Loader.php:689 includes/Loader.php:725
193
+ msgid "Dashboard"
194
+ msgstr ""
195
+
196
+ #: includes/Loader.php:690 includes/Loader.php:732
197
+ msgid "Posts & Sharing"
198
+ msgstr ""
199
+
200
+ #: includes/Loader.php:691 includes/Loader.php:739
201
+ msgid "Content Curation"
202
+ msgstr ""
203
+
204
+ #: includes/Loader.php:692 includes/Loader.php:746 views/b2s/network.php:17
205
+ msgid "Networks"
206
+ msgstr ""
207
+
208
+ #: includes/Loader.php:693 includes/Loader.php:752
209
+ msgid "Settings"
210
+ msgstr ""
211
+
212
+ #: includes/Loader.php:694 includes/Loader.php:758
213
+ msgid "PR-Service"
214
+ msgstr ""
215
+
216
+ #: includes/Loader.php:695 includes/Loader.php:765
217
+ #: views/b2s/widgets/tutorial.php:4
218
+ msgid "How to & FAQ"
219
+ msgstr ""
220
+
221
+ #: includes/Loader.php:696
222
+ msgid "Premium"
223
+ msgstr ""
224
+
225
+ #: includes/Loader.php:696 includes/Loader.php:771 includes/B2S/PostBox.php:108
226
+ #: views/b2s/network.php:31 views/b2s/settings.php:67 views/b2s/ship.php:21
227
+ #: includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:147
228
+ #: includes/B2S/Network/Item.php:150 includes/B2S/Network/Item.php:153
229
+ #: includes/B2S/Network/Item.php:245 includes/B2S/Network/Item.php:298
230
+ #: includes/B2S/Network/Item.php:352 includes/B2S/Settings/Item.php:93
231
+ #: includes/B2S/Settings/Item.php:116 includes/B2S/Ship/Image.php:73
232
+ #: includes/B2S/Ship/Image.php:80 includes/B2S/Ship/Item.php:776
233
+ #: includes/B2S/Ship/Portale.php:30 includes/B2S/Ship/Portale.php:33
234
+ #: includes/B2S/Ship/Portale.php:36 views/b2s/partials/post-edit-modal.php:9
235
+ #: views/b2s/widgets/posts.php:31
236
+ msgid "PREMIUM"
237
+ msgstr ""
238
+
239
+ #: includes/Loader.php:716
240
+ msgid "Blog2Social"
241
+ msgstr ""
242
+
243
+ #: includes/Loader.php:1146 includes/Loader.php:1319
244
+ msgid "or"
245
+ msgstr ""
246
+
247
+ #: includes/Loader.php:1146 includes/Loader.php:1319
248
+ msgid "back to install plugins"
249
+ msgstr ""
250
+
251
+ #: includes/Notice.php:18
252
+ msgid ""
253
+ "<strong>Rate it!</strong> If you like Blog2Social, please give us a 5 star "
254
+ "rating. I there is anything that does not work for you, please contact us!"
255
+ msgstr ""
256
+
257
+ #: includes/Notice.php:19
258
+ msgid "RATE BLOG2SOCIAL"
259
+ msgstr ""
260
+
261
+ #: includes/Notice.php:20
262
+ msgid "hide"
263
+ msgstr ""
264
+
265
+ #: includes/System.php:69
266
+ msgid ""
267
+ "Blog2Social used cURL. cURL is not installed in your PHP installation on "
268
+ "your server. Install cURL and activate Blog2Social again."
269
+ msgstr ""
270
+
271
+ #: includes/System.php:72 includes/System.php:78
272
+ msgid ""
273
+ "Please see <a href=\"https://www.blog2social."
274
+ "com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
275
+ "html\" target=\"_blank\">FAQ</a>"
276
+ msgstr ""
277
+
278
+ #: includes/System.php:75
279
+ msgid ""
280
+ "Blog2Social used PHP. Your installed PHP version on your server is not high "
281
+ "enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
282
+ msgstr ""
283
+
284
+ #: includes/System.php:81
285
+ msgid ""
286
+ "Blog2Social does not seem to have permission to write in your WordPress "
287
+ "database. Please assign Blog2Social the permission to write in the WordPress "
288
+ "database. Please also make sure that your MySQL server runs on v5.5.3 or "
289
+ "higher, or ask your server administrator to do it for you."
290
+ msgstr ""
291
+
292
+ #: includes/System.php:84
293
+ msgid ""
294
+ "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
295
+ "requirements-for-installing-blog2social.html\" target=\"_blank\"> Please "
296
+ "find more Information and help in our FAQ</a>"
297
+ msgstr ""
298
+
299
+ #: views/notice.php:12
300
+ msgid "Connection is broken..."
301
+ msgstr ""
302
+
303
+ #: views/notice.php:14
304
+ msgid ""
305
+ "The connection to your server has been interrupted. Please make sure that "
306
+ "your blog is reachable. If your server does not respond or is too slow, "
307
+ "Blog2Social cannot connect to the internet. Try again later or contact your "
308
+ "webmaster, if this error message persists."
309
+ msgstr ""
310
+
311
+ #: views/notice.php:17
312
+ msgid "Update..."
313
+ msgstr ""
314
+
315
+ #: views/notice.php:19
316
+ msgid ""
317
+ "<b> A new version of Blog2Social is available. </b> Update now <br> "
318
+ "Blog2Social to continue to use the latest version of the plugin."
319
+ msgstr ""
320
+
321
+ #: views/notice.php:23
322
+ msgid "Update Blog2Social"
323
+ msgstr ""
324
+
325
+ #: views/notice.php:26
326
+ msgid "Unknown error"
327
+ msgstr ""
328
+
329
+ #: views/notice.php:28
330
+ msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
331
+ msgstr ""
332
+
333
+ #: includes/B2S/PostBox.php:25
334
+ msgid "Please see FAQ"
335
+ msgstr ""
336
+
337
+ #: includes/B2S/PostBox.php:34
338
+ msgid "last auto-post:"
339
+ msgstr ""
340
+
341
+ #: includes/B2S/PostBox.php:76 views/b2s/ship.php:545
342
+ msgid "The connection to the server failed. Try again!"
343
+ msgstr ""
344
+
345
+ #: includes/B2S/PostBox.php:77
346
+ msgid ""
347
+ "WordPress uses heartbeats by default, Blog2Social as well. Please enable "
348
+ "heartbeats for using Blog2Social!"
349
+ msgstr ""
350
+
351
+ #: includes/B2S/PostBox.php:78 includes/B2S/PostBox.php:80
352
+ msgid ""
353
+ "Your post is still on draft or pending status. Please make sure that your "
354
+ "post is published or scheduled to be published on this blog. You can then "
355
+ "auto-post or schedule and customize your social media posts with Blog2Social."
356
+ msgstr ""
357
+
358
+ #: includes/B2S/PostBox.php:79 includes/B2S/PostBox.php:177
359
+ msgid "Network settings"
360
+ msgstr ""
361
+
362
+ #: includes/B2S/PostBox.php:81
363
+ msgid ""
364
+ "Notice: Please make sure, that your website address is reachable. The Social "
365
+ "Networks do not allow postings from local installations."
366
+ msgstr ""
367
+
368
+ #: includes/B2S/PostBox.php:97
369
+ msgid "Custom Sharing & Scheduling"
370
+ msgstr ""
371
+
372
+ #: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101
373
+ #: views/b2s/network.php:18 views/b2s/settings.php:70 views/b2s/ship.php:57
374
+ #: views/b2s/ship.php:147 views/b2s/ship.php:234
375
+ #: includes/B2S/Network/Item.php:174 includes/B2S/Settings/Item.php:100
376
+ #: includes/B2S/Ship/Item.php:717
377
+ msgid "Info"
378
+ msgstr ""
379
+
380
+ #: includes/B2S/PostBox.php:98
381
+ msgid "Customize & Schedule Social Media Posts"
382
+ msgstr ""
383
+
384
+ #: includes/B2S/PostBox.php:100
385
+ msgid "Facebook Instant Sharing:"
386
+ msgstr ""
387
+
388
+ #: includes/B2S/PostBox.php:100 includes/B2S/Settings/Item.php:121
389
+ msgid ""
390
+ "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" "
391
+ "tab on your \"Posts & Sharing\" navigation bar and can be shared on your "
392
+ "Facebook Profile by clicking on the \"Share\" button next to your auto-post."
393
+ msgstr ""
394
+
395
+ #: includes/B2S/PostBox.php:101
396
+ msgid "Social Media Auto-Posting"
397
+ msgstr ""
398
+
399
+ #: includes/B2S/PostBox.php:105
400
+ msgid "enable Auto-Posting"
401
+ msgstr ""
402
+
403
+ #: includes/B2S/PostBox.php:115 views/b2s/network.php:55
404
+ #: views/b2s/network.php:180 views/b2s/post.approve.php:46
405
+ #: views/b2s/post.calendar.php:50 views/b2s/post.calendar.php:230
406
+ #: views/b2s/post.notice.php:40 views/b2s/post.php:37
407
+ #: views/b2s/post.publish.php:40 views/b2s/post.sched.php:54
408
+ #: views/b2s/ship.php:169 views/b2s/ship.php:543
409
+ msgid "Loading..."
410
+ msgstr ""
411
+
412
+ #: includes/B2S/PostBox.php:123
413
+ msgid "Blog2Social: Customize & Schedule Social Media Posts"
414
+ msgstr ""
415
+
416
+ #: includes/B2S/PostBox.php:126
417
+ msgid ""
418
+ "Customize and schedule your social media posts on the one page preview for "
419
+ "all your selected networks: tailor your posts with individual comments, "
420
+ "#hashtags or @handles and schedule your posts for the best times to post, "
421
+ "for multiple times or re-share recurrently for more visibility and "
422
+ "engagement with your community."
423
+ msgstr ""
424
+
425
+ #: includes/B2S/PostBox.php:135
426
+ msgid "Blog2Social: Social Media Auto-Posting"
427
+ msgstr ""
428
+
429
+ #: includes/B2S/PostBox.php:139
430
+ msgid ""
431
+ "You have 2 general options to define the date and time to share your blog "
432
+ "posts on social media with the Auto-Poster:"
433
+ msgstr ""
434
+
435
+ #: includes/B2S/PostBox.php:140
436
+ msgid "1. Immediately after publishing your blog post"
437
+ msgstr ""
438
+
439
+ #: includes/B2S/PostBox.php:141
440
+ msgid ""
441
+ "Published blog posts: If you publish your blog post with click on publish in "
442
+ "your WordPress post editor, Blog2Social will automatically share your social "
443
+ "media post immediately."
444
+ msgstr ""
445
+
446
+ #: includes/B2S/PostBox.php:142
447
+ msgid ""
448
+ "Scheduled blog posts: If you schedule your blog post with click on schedule "
449
+ "in your WordPress post editor, Blog2Social will share your social media post "
450
+ "on the publishing date of your blog post."
451
+ msgstr ""
452
+
453
+ #: includes/B2S/PostBox.php:143
454
+ msgid ""
455
+ "2. Schedule your social media posts for a specific date and time If you want "
456
+ "to share your post at a particular date and time, different from your "
457
+ "publishing date, select the option at scheduled times and set any date and "
458
+ "time to share your post on social media."
459
+ msgstr ""
460
+
461
+ #: includes/B2S/PostBox.php:147
462
+ msgid "You want to auto-post your blog post?"
463
+ msgstr ""
464
+
465
+ #: includes/B2S/PostBox.php:148 views/b2s/curation.php:120
466
+ #: views/b2s/network.php:106 views/b2s/post.calendar.php:268
467
+ #: views/b2s/ship.php:285 views/b2s/ship.php:345 views/b2s/ship.php:391
468
+ msgid "With Blog2Social Premium you can:"
469
+ msgstr ""
470
+
471
+ #: includes/B2S/PostBox.php:151 views/b2s/curation.php:123
472
+ #: views/b2s/network.php:109 views/b2s/post.calendar.php:271
473
+ #: views/b2s/ship.php:288 views/b2s/ship.php:348 views/b2s/ship.php:394
474
+ msgid "Post on pages and groups"
475
+ msgstr ""
476
+
477
+ #: includes/B2S/PostBox.php:152 views/b2s/curation.php:124
478
+ #: views/b2s/network.php:110 views/b2s/post.calendar.php:272
479
+ #: views/b2s/ship.php:289 views/b2s/ship.php:349 views/b2s/ship.php:395
480
+ msgid "Share on multiple profiles, pages and groups"
481
+ msgstr ""
482
+
483
+ #: includes/B2S/PostBox.php:153 views/b2s/curation.php:125
484
+ #: views/b2s/network.php:111 views/b2s/post.calendar.php:273
485
+ #: views/b2s/ship.php:290 views/b2s/ship.php:350 views/b2s/ship.php:396
486
+ msgid "Auto-post and auto-schedule new and updated blog posts"
487
+ msgstr ""
488
+
489
+ #: includes/B2S/PostBox.php:154 views/b2s/curation.php:126
490
+ #: views/b2s/network.php:112 views/b2s/post.calendar.php:274
491
+ #: views/b2s/ship.php:291 views/b2s/ship.php:351 views/b2s/ship.php:397
492
+ msgid "Schedule your posts at the best times on each network"
493
+ msgstr ""
494
+
495
+ #: includes/B2S/PostBox.php:155 views/b2s/curation.php:127
496
+ #: views/b2s/network.php:113 views/b2s/post.calendar.php:275
497
+ #: views/b2s/ship.php:292 views/b2s/ship.php:352 views/b2s/ship.php:398
498
+ msgid ""
499
+ "Best Time Manager: use predefined best time scheduler to auto-schedule your "
500
+ "social media posts"
501
+ msgstr ""
502
+
503
+ #: includes/B2S/PostBox.php:156 views/b2s/curation.php:128
504
+ #: views/b2s/network.php:114 views/b2s/post.calendar.php:276
505
+ #: views/b2s/ship.php:293 views/b2s/ship.php:353 views/b2s/ship.php:399
506
+ msgid "Schedule your post for one time, multiple times or recurrently"
507
+ msgstr ""
508
+
509
+ #: includes/B2S/PostBox.php:157 views/b2s/curation.php:129
510
+ #: views/b2s/network.php:115 views/b2s/post.calendar.php:277
511
+ #: views/b2s/ship.php:294 views/b2s/ship.php:354 views/b2s/ship.php:400
512
+ msgid "Schedule and re-share old posts"
513
+ msgstr ""
514
+
515
+ #: includes/B2S/PostBox.php:158 views/b2s/curation.php:130
516
+ #: views/b2s/network.php:116 views/b2s/post.calendar.php:278
517
+ #: views/b2s/ship.php:295 views/b2s/ship.php:355 views/b2s/ship.php:401
518
+ msgid "Select link format or image format for your posts"
519
+ msgstr ""
520
+
521
+ #: includes/B2S/PostBox.php:159 views/b2s/curation.php:131
522
+ #: views/b2s/network.php:117 views/b2s/post.calendar.php:279
523
+ #: views/b2s/ship.php:296 views/b2s/ship.php:356 views/b2s/ship.php:402
524
+ msgid "Select individual images per post"
525
+ msgstr ""
526
+
527
+ #: includes/B2S/PostBox.php:160 views/b2s/curation.php:132
528
+ #: views/b2s/network.php:118 views/b2s/post.calendar.php:280
529
+ #: views/b2s/ship.php:297 views/b2s/ship.php:357 views/b2s/ship.php:403
530
+ msgid ""
531
+ "Reporting & calendar: keep track of your published and scheduled social "
532
+ "media posts"
533
+ msgstr ""
534
+
535
+ #: includes/B2S/PostBox.php:162 views/b2s/curation.php:134
536
+ #: views/b2s/network.php:120 views/b2s/post.calendar.php:282
537
+ #: views/b2s/ship.php:299 views/b2s/ship.php:359 views/b2s/ship.php:405
538
+ msgid "Upgrade to PREMIUM"
539
+ msgstr ""
540
+
541
+ #: includes/B2S/PostBox.php:164 views/b2s/curation.php:136
542
+ #: views/b2s/network.php:122 views/b2s/post.calendar.php:284
543
+ #: views/b2s/ship.php:301 views/b2s/ship.php:361 views/b2s/ship.php:407
544
+ msgid ""
545
+ "or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start "
546
+ "with free 30-days-trial of Blog2Social Premium</a> (no payment information "
547
+ "needed)"
548
+ msgstr ""
549
+
550
+ #: includes/B2S/PostBox.php:177 includes/B2S/Curation/View.php:70
551
+ msgid "Select profile:"
552
+ msgstr ""
553
+
554
+ #: includes/B2S/PostBox.php:188 includes/B2S/Curation/View.php:94
555
+ msgid "Select Twitter profile:"
556
+ msgstr ""
557
+
558
+ #: includes/B2S/PostBox.php:219
559
+ msgid "When do you want to share your post on social media?"
560
+ msgstr ""
561
+
562
+ #: includes/B2S/PostBox.php:222
563
+ msgid "immediately after publishing"
564
+ msgstr ""
565
+
566
+ #: includes/B2S/PostBox.php:223 includes/B2S/Curation/View.php:62
567
+ msgid "at scheduled times"
568
+ msgstr ""
569
+
570
+ #: includes/B2S/PostBox.php:226
571
+ msgid "You want to sched your blog post with Auto-Poster?"
572
+ msgstr ""
573
+
574
+ #: includes/B2S/PostBox.php:226
575
+ msgid "Upgrade to PREMIUM PRO"
576
+ msgstr ""
577
+
578
+ #: includes/B2S/PostBox.php:232
579
+ msgid "Select date:"
580
+ msgstr ""
581
+
582
+ #: includes/B2S/PostBox.php:233 includes/B2S/Ship/Item.php:341
583
+ msgid "show calendar"
584
+ msgstr ""
585
+
586
+ #: includes/B2S/PostBox.php:240
587
+ msgid "post at"
588
+ msgstr ""
589
+
590
+ #: includes/B2S/PostBox.php:241
591
+ msgid "my time settings"
592
+ msgstr ""
593
+
594
+ #: includes/B2S/PostBox.php:242
595
+ msgid ""
596
+ "Note: If you ​have​ not ​specified​ your own times, we automatically provide "
597
+ "you with the best times to post​ on the social networks. You can always "
598
+ "​edit​ your own times in the settings."
599
+ msgstr ""
600
+
601
+ #: views/b2s/curation.php:24
602
+ msgid "No link preview available. Please check your link."
603
+ msgstr ""
604
+
605
+ #: views/b2s/curation.php:28
606
+ msgid ""
607
+ "No connected networks. Please make sure to connect at least one social media "
608
+ "account."
609
+ msgstr ""
610
+
611
+ #: views/b2s/curation.php:31
612
+ msgid "Invalid data. Please check your data."
613
+ msgstr ""
614
+
615
+ #: views/b2s/curation.php:37
616
+ msgid "Enter a link you want share on your social media channels"
617
+ msgstr ""
618
+
619
+ #: views/b2s/curation.php:38
620
+ msgid "Please enter a valid link"
621
+ msgstr ""
622
+
623
+ #: views/b2s/curation.php:39
624
+ msgid "Enter link"
625
+ msgstr ""
626
+
627
+ #: views/b2s/curation.php:42
628
+ msgid "continue"
629
+ msgstr ""
630
+
631
+ #: views/b2s/curation.php:52
632
+ msgid "Load data..."
633
+ msgstr ""
634
+
635
+ #: views/b2s/curation.php:66 views/b2s/ship.php:16 views/b2s/ship.php:544
636
+ #: includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:213
637
+ #: includes/B2S/Ship/Save.php:417 includes/PRG/Post/Filter.php:41
638
+ #: includes/PRG/Post/Item.php:97
639
+ msgid "published"
640
+ msgstr ""
641
+
642
+ #: views/b2s/curation.php:84 views/b2s/post.approve.php:98
643
+ #: views/b2s/ship.php:444
644
+ msgid "Do you want to mark this post as published ?"
645
+ msgstr ""
646
+
647
+ #: views/b2s/curation.php:89 views/b2s/post.approve.php:103
648
+ #: views/b2s/ship.php:449
649
+ msgid "YES"
650
+ msgstr ""
651
+
652
+ #: views/b2s/curation.php:90 views/b2s/network.php:140
653
+ #: views/b2s/post.approve.php:87 views/b2s/post.approve.php:104
654
+ #: views/b2s/post.notice.php:74 views/b2s/post.publish.php:74
655
+ #: views/b2s/post.sched.php:88 views/b2s/ship.php:450 views/prg/ship.php:92
656
+ #: views/b2s/widgets/posts.php:80
657
+ msgid "NO"
658
+ msgstr ""
659
+
660
+ #: views/b2s/curation.php:103 views/b2s/post.calendar.php:251
661
+ #: views/b2s/ship.php:374
662
+ msgid "Need to schedule your posts?"
663
+ msgstr ""
664
+
665
+ #: views/b2s/curation.php:106 views/b2s/post.calendar.php:254
666
+ #: views/b2s/ship.php:377
667
+ msgid "Blog2Social Premium covers everything you need."
668
+ msgstr ""
669
+
670
+ #: views/b2s/curation.php:109 views/b2s/post.calendar.php:257
671
+ #: views/b2s/ship.php:380 includes/B2S/Ship/Item.php:777
672
+ msgid "Schedule for specific dates"
673
+ msgstr ""
674
+
675
+ #: views/b2s/curation.php:110 views/b2s/post.calendar.php:258
676
+ #: views/b2s/ship.php:381
677
+ msgid ""
678
+ "You want to publish a post on a specific date? No problem! Just enter your "
679
+ "desired date and you are ready to go!"
680
+ msgstr ""
681
+
682
+ #: views/b2s/curation.php:112 views/b2s/post.calendar.php:260
683
+ #: views/b2s/ship.php:383
684
+ msgid "Schedule post recurrently"
685
+ msgstr ""
686
+
687
+ #: views/b2s/curation.php:113 views/b2s/post.calendar.php:261
688
+ #: views/b2s/ship.php:384
689
+ msgid ""
690
+ "You have evergreen content you want to re-share from time to time in your "
691
+ "timeline? Schedule your evergreen content to be shared once, multiple times "
692
+ "or recurringly at specific times."
693
+ msgstr ""
694
+
695
+ #: views/b2s/curation.php:115 views/b2s/post.calendar.php:263
696
+ #: views/b2s/premium.php:78 views/b2s/ship.php:386
697
+ #: views/b2s/widgets/premium.php:71
698
+ msgid "Best Time Scheduler"
699
+ msgstr ""
700
+
701
+ #: views/b2s/curation.php:116 views/b2s/post.calendar.php:264
702
+ #: views/b2s/ship.php:387
703
+ msgid ""
704
+ "Whenever you publish a post, only a fraction of your followers will actually "
705
+ "see your post. Use the Blog2Social Best Times Scheduler to share your post "
706
+ "at the best times for each social network. Get more outreach and extend the "
707
+ "lifespan of your posts."
708
+ msgstr ""
709
+
710
+ #: views/b2s/dashboard.php:82
711
+ msgid "Couldn't find your answer?"
712
+ msgstr ""
713
+
714
+ #: views/b2s/dashboard.php:84
715
+ msgid "Contact Support by Email"
716
+ msgstr ""
717
+
718
+ #: views/b2s/dashboard.php:86
719
+ msgid "Call us: +49 2181 7569-277"
720
+ msgstr ""
721
+
722
+ #: views/b2s/dashboard.php:88
723
+ msgid "(Call times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
724
+ msgstr ""
725
+
726
+ #: views/b2s/howto.php:9
727
+ msgid "How to use Blog2Social"
728
+ msgstr ""
729
+
730
+ #: views/b2s/howto.php:17
731
+ msgid ""
732
+ "Learn how to get the most out of Blog2Social to promote your blog on social "
733
+ "media. Find step-by-step instructions and tips for FREE and PREMIUM users."
734
+ msgstr ""
735
+
736
+ #: views/b2s/howto.php:30
737
+ msgid "Do you need help?"
738
+ msgstr ""
739
+
740
+ #: views/b2s/howto.php:32
741
+ msgid "Find answers to common questions in our FAQ."
742
+ msgstr ""
743
+
744
+ #: views/b2s/howto.php:37
745
+ msgid "search FAQ"
746
+ msgstr ""
747
+
748
+ #: views/b2s/howto.php:41 views/b2s/widgets/support.php:1
749
+ msgid "TOP 5 FAQ"
750
+ msgstr ""
751
+
752
+ #: views/b2s/network.php:21 views/b2s/network.php:22
753
+ #: views/b2s/post.calendar.php:212 views/b2s/post.calendar.php:213
754
+ #: views/prg/post.php:25 views/prg/post.php:26
755
+ msgid "filter"
756
+ msgstr ""
757
+
758
+ #: views/b2s/network.php:28 views/b2s/network.php:31 views/b2s/network.php:76
759
+ #: views/b2s/network.php:99
760
+ msgid "Create new profile"
761
+ msgstr ""
762
+
763
+ #: views/b2s/network.php:30
764
+ msgid "You want to define a new combination of networks?"
765
+ msgstr ""
766
+
767
+ #: views/b2s/network.php:35 views/b2s/partials/post-edit-modal.php:97
768
+ msgid "Delete"
769
+ msgstr ""
770
+
771
+ #: views/b2s/network.php:42 views/b2s/ship.php:55 views/b2s/ship.php:344
772
+ msgid "You want to schedule your posts and use the Best Time Scheduler?"
773
+ msgstr ""
774
+
775
+ #: views/b2s/network.php:43 views/b2s/ship.php:56
776
+ msgid "Load Best Times"
777
+ msgstr ""
778
+
779
+ #: views/b2s/network.php:82
780
+ msgid "create"
781
+ msgstr ""
782
+
783
+ #: views/b2s/network.php:102
784
+ msgid ""
785
+ "All connected networks will be displayed as default \"Standard\" networks "
786
+ "profile.<br><br>You may define various sets of social media accounts, "
787
+ "profiles, pages or groups for different sharing purposes. For example pre-"
788
+ "select specific set of all your networks for initial sharing and another set "
789
+ "of specific networks for re-sharing your post to. Or, if you have multiple "
790
+ "Twitter accounts or multiple Facebook pages and you want to share your post "
791
+ "to specific accounts or pages only, this feature may come handy for even "
792
+ "faster access to a specific selection of your sharing purposes. You may also "
793
+ "select sets of networks for re-sharing or scheduling your posts once or "
794
+ "recurrently at various days and times and with different comments or images."
795
+ "<br><br> This feature gives you an easier and faster access to an unlimited "
796
+ "number of variations for pre-selected sets of social media accounts for any "
797
+ "sharing and scheduling scheme you may think of.<br><br> You can always "
798
+ "select and remove any account from any of your networks profiles on your "
799
+ "preview page with just a click of your mouse for an easy variation of your "
800
+ "current sharing scheme."
801
+ msgstr ""
802
+
803
+ #: views/b2s/network.php:105
804
+ msgid "You want to add another network profile, pages or groups?"
805
+ msgstr ""
806
+
807
+ #: views/b2s/network.php:134
808
+ msgid "Delete Profile"
809
+ msgstr ""
810
+
811
+ #: views/b2s/network.php:137
812
+ msgid "Do you really want to delete this profile"
813
+ msgstr ""
814
+
815
+ #: views/b2s/network.php:141 views/b2s/network.php:193
816
+ #: views/b2s/post.approve.php:88 views/b2s/post.notice.php:75
817
+ #: views/b2s/post.publish.php:75 views/b2s/post.sched.php:89
818
+ #: views/b2s/widgets/posts.php:81
819
+ msgid "YES, delete"
820
+ msgstr ""
821
+
822
+ #: views/b2s/network.php:152
823
+ msgid "Google My Business"
824
+ msgstr ""
825
+
826
+ #: views/b2s/network.php:155
827
+ msgid ""
828
+ "Blog2Social uses the official Google My Business API to share your content "
829
+ "on your business listing. You can connect Google My Business listings with "
830
+ "up to nine different locations to Blog2Social and you can choose which "
831
+ "location you want to share your content on."
832
+ msgstr ""
833
+
834
+ #: views/b2s/network.php:158
835
+ msgid ""
836
+ "Google currently allows access to the API for all companies with up to 9 "
837
+ "locations in their Google My Business Listings. However, Google plans to "
838
+ "extend the API for companies with more than 9 locations in their Google My "
839
+ "Business listings."
840
+ msgstr ""
841
+
842
+ #: views/b2s/network.php:161 views/b2s/premium.php:22 views/b2s/ship.php:466
843
+ #: includes/B2S/Ship/Item.php:815 views/b2s/partials/post-edit-modal.php:48
844
+ #: views/b2s/widgets/premium.php:14
845
+ msgid "Learn more"
846
+ msgstr ""
847
+
848
+ #: views/b2s/network.php:174
849
+ msgid "Delete Authorization"
850
+ msgstr ""
851
+
852
+ #: views/b2s/network.php:183
853
+ msgid "Do you really want to delete this authorization"
854
+ msgstr ""
855
+
856
+ #: views/b2s/network.php:186
857
+ msgid "You have still set up scheduled posts for this network:"
858
+ msgstr ""
859
+
860
+ #: views/b2s/network.php:187
861
+ msgid "Delete all scheduled posts for this account irrevocably"
862
+ msgstr ""
863
+
864
+ #: views/b2s/network.php:187
865
+ msgid "scheduled posts"
866
+ msgstr ""
867
+
868
+ #: views/b2s/network.php:194
869
+ msgid "View schedule posts"
870
+ msgstr ""
871
+
872
+ #: views/b2s/network.php:213
873
+ msgid "Please re-authorize your account with Blog2Social and try again"
874
+ msgstr ""
875
+
876
+ #: views/b2s/network.php:214
877
+ msgid "Change successful"
878
+ msgstr ""
879
+
880
+ #: views/b2s/network.php:215
881
+ msgid "Could not be changed"
882
+ msgstr ""
883
+
884
+ #: views/b2s/network.php:223
885
+ msgid "modfiy"
886
+ msgstr ""
887
+
888
+ #: views/b2s/post.approve.php:78
889
+ msgid "Delete Social Media Posts"
890
+ msgstr ""
891
+
892
+ #: views/b2s/post.approve.php:81
893
+ msgid "Are you sure you want to delete these Social Media posts?"
894
+ msgstr ""
895
+
896
+ #: views/b2s/post.approve.php:83 views/b2s/post.notice.php:70
897
+ #: views/b2s/post.publish.php:70 views/b2s/post.sched.php:84
898
+ #: views/b2s/widgets/posts.php:76
899
+ msgid "Number of entries"
900
+ msgstr ""
901
+
902
+ #: views/b2s/post.calendar.php:30
903
+ msgid "Sort by network"
904
+ msgstr ""
905
+
906
+ #: views/b2s/post.calendar.php:60 views/b2s/post.sched.php:174
907
+ #: includes/B2S/Settings/Item.php:387 includes/B2S/Settings/Item.php:441
908
+ #: includes/B2S/Settings/Item.php:484
909
+ msgid "Link Post"
910
+ msgstr ""
911
+
912
+ #: views/b2s/post.calendar.php:60 views/b2s/post.sched.php:174
913
+ #: includes/B2S/Settings/Item.php:398 includes/B2S/Settings/Item.php:463
914
+ #: includes/B2S/Settings/Item.php:484
915
+ msgid "Photo Post"
916
+ msgstr ""
917
+
918
+ #: views/b2s/post.calendar.php:78 views/b2s/post.sched.php:161
919
+ msgid "add post"
920
+ msgstr ""
921
+
922
+ #: views/b2s/post.calendar.php:97 views/b2s/post.sched.php:119
923
+ #: views/b2s/ship.php:479
924
+ msgid "Choose your"
925
+ msgstr ""
926
+
927
+ #: views/b2s/post.calendar.php:97 views/b2s/post.sched.php:119
928
+ #: views/b2s/ship.php:479
929
+ msgid "Post Format"
930
+ msgstr ""
931
+
932
+ #: views/b2s/post.calendar.php:99 views/b2s/post.sched.php:121
933
+ #: views/b2s/ship.php:481
934
+ msgid "for:"
935
+ msgstr ""
936
+
937
+ #: views/b2s/post.calendar.php:118 views/b2s/post.sched.php:140
938
+ #: views/b2s/ship.php:499
939
+ msgid ""
940
+ "Define the default settings for the custom post format for all of your "
941
+ "Facebook accounts in the Blog2Social settings."
942
+ msgstr ""
943
+
944
+ #: views/b2s/post.calendar.php:121 views/b2s/post.sched.php:143
945
+ #: views/b2s/ship.php:502
946
+ msgid ""
947
+ "Define the default settings for the custom post format for all of your "
948
+ "Twitter accounts in the Blog2Social settings."
949
+ msgstr ""
950
+
951
+ #: views/b2s/post.calendar.php:124 views/b2s/post.sched.php:146
952
+ #: views/b2s/ship.php:505
953
+ msgid ""
954
+ "Define the default settings for the custom post format for all of your "
955
+ "Google+ accounts in the Blog2Social settings."
956
+ msgstr ""
957
+
958
+ #: views/b2s/post.calendar.php:127 views/b2s/post.sched.php:149
959
+ #: views/b2s/ship.php:508
960
+ msgid ""
961
+ "Define the default settings for the custom post format for all of your "
962
+ "Instagram accounts in the Blog2Social settings."
963
+ msgstr ""
964
+
965
+ #: views/b2s/post.calendar.php:142 views/b2s/post.sched.php:100
966
+ #: views/b2s/ship.php:420
967
+ msgid "Select image for"
968
+ msgstr ""
969
+
970
+ #: views/b2s/post.calendar.php:160
971
+ msgid "What would you like to share?"
972
+ msgstr ""
973
+
974
+ #: views/b2s/post.calendar.php:170
975
+ msgid "Share content from your blog"
976
+ msgstr ""
977
+
978
+ #: views/b2s/post.calendar.php:173 views/b2s/post.calendar.php:186
979
+ msgid "select"
980
+ msgstr ""
981
+
982
+ #: views/b2s/post.calendar.php:183
983
+ msgid "Share content from other sources"
984
+ msgstr ""
985
+
986
+ #: views/b2s/post.calendar.php:204
987
+ msgid "Select a post"
988
+ msgstr ""
989
+
990
+ #: views/b2s/post.notice.php:65 views/b2s/post.publish.php:65
991
+ #: views/b2s/widgets/posts.php:71
992
+ msgid "Delete entries from the reporting"
993
+ msgstr ""
994
+
995
+ #: views/b2s/post.notice.php:68 views/b2s/post.publish.php:68
996
+ #: views/b2s/widgets/posts.php:74
997
+ msgid "You are sure, you want to delete entries from the reporting?"
998
+ msgstr ""
999
+
1000
+ #: views/b2s/post.sched.php:28 includes/B2S/Network/Item.php:135
1001
+ msgid "Uhr"
1002
+ msgstr ""
1003
+
1004
+ #: views/b2s/post.sched.php:79
1005
+ msgid "Delete entries form the scheduling"
1006
+ msgstr ""
1007
+
1008
+ #: views/b2s/post.sched.php:82
1009
+ msgid "You are sure, you want to delete entries from the scheduling?"
1010
+ msgstr ""
1011
+
1012
+ #: views/b2s/premium.php:9 views/b2s/widgets/premium.php:1
1013
+ msgid "Your license: Blog2Social"
1014
+ msgstr ""
1015
+
1016
+ #: views/b2s/premium.php:21 views/b2s/widgets/premium.php:13
1017
+ msgid ""
1018
+ "Upgrade to Blog2Social Premium to schedule your posts for the best time, "
1019
+ "once or recurringly with the Best Time Scheduler and post to pages, groups "
1020
+ "and multiple accounts per network."
1021
+ msgstr ""
1022
+
1023
+ #: views/b2s/premium.php:27 views/b2s/widgets/premium.php:19
1024
+ msgid "Enter license key and change your version"
1025
+ msgstr ""
1026
+
1027
+ #: views/b2s/premium.php:29 views/b2s/widgets/premium.php:21
1028
+ msgid "Activate"
1029
+ msgstr ""
1030
+
1031
+ #: views/b2s/premium.php:51
1032
+ msgid "Social Media Sharing"
1033
+ msgstr ""
1034
+
1035
+ #: views/b2s/premium.php:52 views/b2s/widgets/premium.php:36
1036
+ msgid "Cross-share to all popular social networks"
1037
+ msgstr ""
1038
+
1039
+ #: views/b2s/premium.php:60
1040
+ msgid "Auto Posting"
1041
+ msgstr ""
1042
+
1043
+ #: views/b2s/premium.php:61 views/b2s/widgets/premium.php:48
1044
+ msgid "Automatically share your posts whenever you publish a new blog post"
1045
+ msgstr ""
1046
+
1047
+ #: views/b2s/premium.php:69
1048
+ msgid "Customizing Social Media Posts"
1049
+ msgstr ""
1050
+
1051
+ #: views/b2s/premium.php:70 views/b2s/widgets/premium.php:60
1052
+ msgid ""
1053
+ "Edit or add comments, hashtags or handles. Edit posts in HTML for re-"
1054
+ "publishing on blogging networks"
1055
+ msgstr ""
1056
+
1057
+ #: views/b2s/premium.php:79 views/b2s/widgets/premium.php:72
1058
+ msgid ""
1059
+ "Choose pre-defined times to post or edit and define your own time settings"
1060
+ msgstr ""
1061
+
1062
+ #: views/b2s/premium.php:89
1063
+ msgid "Social Media Scheduler"
1064
+ msgstr ""
1065
+
1066
+ #: views/b2s/premium.php:90
1067
+ msgid ""
1068
+ "Social media scheduling: once, repeatedly or recurrently to multiple "
1069
+ "profiles, pages and groups"
1070
+ msgstr ""
1071
+
1072
+ #: views/b2s/premium.php:98
1073
+ msgid "Individual Images for Each Social Media Post"
1074
+ msgstr ""
1075
+
1076
+ #: views/b2s/premium.php:99
1077
+ msgid ""
1078
+ "Select any image from your media gallery for each social media post and "
1079
+ "channel"
1080
+ msgstr ""
1081
+
1082
+ #: views/b2s/premium.php:107
1083
+ msgid "Select Post Format"
1084
+ msgstr ""
1085
+
1086
+ #: views/b2s/premium.php:108 views/b2s/widgets/premium.php:96
1087
+ msgid "One-page preview editor for all social networks for easy customizing"
1088
+ msgstr ""
1089
+
1090
+ #: views/b2s/premium.php:116
1091
+ msgid "Social Media Reporting"
1092
+ msgstr ""
1093
+
1094
+ #: views/b2s/premium.php:117
1095
+ msgid "Keep track of your scheduled and shared posts"
1096
+ msgstr ""
1097
+
1098
+ #: views/b2s/premium.php:122
1099
+ msgid "Show me plans and prices"
1100
+ msgstr ""
1101
+
1102
+ #: views/b2s/settings.php:15 includes/B2S/Ship/Image.php:28
1103
+ msgid ""
1104
+ "You need a higher user role to upload an image on this blog. Please contact "
1105
+ "your administrator."
1106
+ msgstr ""
1107
+
1108
+ #: views/b2s/settings.php:25
1109
+ msgid "save..."
1110
+ msgstr ""
1111
+
1112
+ #: views/b2s/settings.php:30
1113
+ msgid "General"
1114
+ msgstr ""
1115
+
1116
+ #: views/b2s/settings.php:33 includes/B2S/Post/Item.php:432
1117
+ #: views/b2s/widgets/premium.php:47
1118
+ msgid "Auto-Posting"
1119
+ msgstr ""
1120
+
1121
+ #: views/b2s/settings.php:36
1122
+ msgid "Social Meta Data"
1123
+ msgstr ""
1124
+
1125
+ #: views/b2s/settings.php:39
1126
+ msgid "Network Settings"
1127
+ msgstr ""
1128
+
1129
+ #: views/b2s/settings.php:54 views/b2s/settings.php:95
1130
+ #: views/b2s/settings.php:97 views/b2s/settings.php:110
1131
+ #: views/b2s/settings.php:112 views/b2s/settings.php:125
1132
+ #: views/b2s/settings.php:127 views/b2s/settings.php:141
1133
+ #: views/b2s/settings.php:143
1134
+ msgid "save"
1135
+ msgstr ""
1136
+
1137
+ #: views/b2s/settings.php:64
1138
+ msgid "Post format"
1139
+ msgstr ""
1140
+
1141
+ #: views/b2s/settings.php:74
1142
+ msgid "Facebook"
1143
+ msgstr ""
1144
+
1145
+ #: views/b2s/settings.php:77
1146
+ msgid "Twitter"
1147
+ msgstr ""
1148
+
1149
+ #: views/b2s/settings.php:80
1150
+ msgid "Google+"
1151
+ msgstr ""
1152
+
1153
+ #: views/b2s/settings.php:83
1154
+ msgid "Instagram"
1155
+ msgstr ""
1156
+
1157
+ #: views/b2s/settings.php:173 includes/B2S/Ship/Image.php:84
1158
+ msgid "Select or upload an image from media gallery"
1159
+ msgstr ""
1160
+
1161
+ #: views/b2s/settings.php:174 includes/B2S/Ship/Image.php:85
1162
+ msgid "Use image"
1163
+ msgstr ""
1164
+
1165
+ #: views/b2s/settings.php:184
1166
+ msgid "Allow shortcodes in my post"
1167
+ msgstr ""
1168
+
1169
+ #: views/b2s/settings.php:187
1170
+ msgid ""
1171
+ "Shortcodes are used by some wordpress plugins like Elementor, Visual "
1172
+ "Composer and Content Builder. When a shortcode is inserted in a WordPress "
1173
+ "post or page, it is replaced with some other content when you publish the "
1174
+ "article on your blog. In other words, a shortcode instructs WordPress to "
1175
+ "find a special command that is placed in square brackets ([]) and replace it "
1176
+ "with the appropriate dynamic content by a plugin you use.<br><br>Activate "
1177
+ "this feature, if you should use dynamic elements in your articles."
1178
+ msgstr ""
1179
+
1180
+ #: views/b2s/settings.php:198
1181
+ msgid "Include WordPress tags as hashtags in your posts"
1182
+ msgstr ""
1183
+
1184
+ #: views/b2s/settings.php:201
1185
+ msgid ""
1186
+ "Hashtags are a great way to generate more reach and visibility for your "
1187
+ "posts. By activating this feature Blog2Social will automatically include "
1188
+ "your WordPress tags as hashtags in all Social Media posts for networks that "
1189
+ "support hashtags. This way you don't need to worry about adding extra "
1190
+ "hashtags to your comments. Blog2Social erases unnecessary spaces in your "
1191
+ "WordPress tags to generate valid hashtags."
1192
+ msgstr ""
1193
+
1194
+ #: views/b2s/settings.php:212
1195
+ msgid "Activate Legacy mode "
1196
+ msgstr ""
1197
+
1198
+ #: views/b2s/settings.php:215
1199
+ msgid "Plugin contents are loaded one at a time to minimize server load."
1200
+ msgstr ""
1201
+
1202
+ #: views/b2s/settings.php:226
1203
+ msgid "Instant Caching for Facebook Link Posts"
1204
+ msgstr ""
1205
+
1206
+ #: views/b2s/settings.php:229
1207
+ msgid ""
1208
+ "To make sure that Facebook always pulls the current meta data of your blog "
1209
+ "post for link-posts, Blog2Social adds a \"no-cache=1\" parameter to the post "
1210
+ "URL when instant caching is activated. This is necessary if you use varnish "
1211
+ "caching."
1212
+ msgstr ""
1213
+
1214
+ #: views/b2s/settings.php:231
1215
+ msgid "Note: To use Facebook Instant Articles, this option must be disabled."
1216
+ msgstr ""
1217
+
1218
+ #: views/b2s/settings.php:242 includes/B2S/Settings/Item.php:66
1219
+ msgid "Personal Time Zone"
1220
+ msgstr ""
1221
+
1222
+ #: views/b2s/settings.php:245
1223
+ msgid ""
1224
+ "Blog2Social applies the scheduled time settings based on the time zone "
1225
+ "defined in the general settings of your WordPress. You can select a user-"
1226
+ "specific time zone that deviates from the Wordpress system time zone for "
1227
+ "your social media scheduling.<br><br>Select the desired time zone from the "
1228
+ "drop-down menu."
1229
+ msgstr ""
1230
+
1231
+ #: views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49
1232
+ #: includes/B2S/Post/Item.php:213 includes/PRG/Post/Item.php:97
1233
+ msgid "draft"
1234
+ msgstr ""
1235
+
1236
+ #: views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49
1237
+ #: includes/B2S/Post/Item.php:213 includes/PRG/Post/Filter.php:41
1238
+ #: includes/PRG/Post/Item.php:97
1239
+ msgid "scheduled"
1240
+ msgstr ""
1241
+
1242
+ #: views/b2s/ship.php:33
1243
+ msgid "Social Media Scheduling & Sharing"
1244
+ msgstr ""
1245
+
1246
+ #: views/b2s/ship.php:34 views/prg/ship.php:41 views/prg/ship.php:43
1247
+ #: includes/B2S/Settings/Item.php:325 includes/B2S/Settings/Item.php:346
1248
+ msgid "Title"
1249
+ msgstr ""
1250
+
1251
+ #: views/b2s/ship.php:36 includes/B2S/Post/Item.php:253
1252
+ msgid "on blog"
1253
+ msgstr ""
1254
+
1255
+ #: views/b2s/ship.php:44
1256
+ msgid "scroll to bottom"
1257
+ msgstr ""
1258
+
1259
+ #: views/b2s/ship.php:49
1260
+ msgid "You want to load your time settings?"
1261
+ msgstr ""
1262
+
1263
+ #: views/b2s/ship.php:50
1264
+ msgid "Load My Times Settings"
1265
+ msgstr ""
1266
+
1267
+ #: views/b2s/ship.php:86
1268
+ msgid "Social Accounts"
1269
+ msgstr ""
1270
+
1271
+ #: views/b2s/ship.php:104
1272
+ msgid "Add more..."
1273
+ msgstr ""
1274
+
1275
+ #: views/b2s/ship.php:106
1276
+ msgid "Profiles | Pages | Groups"
1277
+ msgstr ""
1278
+
1279
+ #: views/b2s/ship.php:145
1280
+ msgid "Save Network Selection"
1281
+ msgstr ""
1282
+
1283
+ #: views/b2s/ship.php:154
1284
+ msgid "network connected"
1285
+ msgstr ""
1286
+
1287
+ #: views/b2s/ship.php:155
1288
+ msgid "requires image"
1289
+ msgstr ""
1290
+
1291
+ #: views/b2s/ship.php:156
1292
+ msgid "refresh authorization"
1293
+ msgstr ""
1294
+
1295
+ #: views/b2s/ship.php:179
1296
+ msgid ""
1297
+ "Notice:<br><p>Please make sure, that your website address is reachable. The "
1298
+ "Social Networks do not allow postings from local installations.</p>"
1299
+ msgstr ""
1300
+
1301
+ #: views/b2s/ship.php:181
1302
+ msgid "change website address"
1303
+ msgstr ""
1304
+
1305
+ #: views/b2s/ship.php:198
1306
+ msgid "First, connect or select network before posting"
1307
+ msgstr ""
1308
+
1309
+ #: views/b2s/ship.php:200 includes/B2S/Settings/Item.php:82
1310
+ msgid "connect"
1311
+ msgstr ""
1312
+
1313
+ #: views/b2s/ship.php:208
1314
+ msgid "scroll to top"
1315
+ msgstr ""
1316
+
1317
+ #: views/b2s/ship.php:209 views/b2s/ship.php:213
1318
+ #: includes/B2S/Curation/View.php:109
1319
+ msgid "Share"
1320
+ msgstr ""
1321
+
1322
+ #: views/b2s/ship.php:222
1323
+ msgid "Time zone"
1324
+ msgstr ""
1325
+
1326
+ #: views/b2s/ship.php:236 views/b2s/ship.php:238 includes/B2S/Post/Item.php:270
1327
+ msgid "Re-share this post"
1328
+ msgstr ""
1329
+
1330
+ #: views/b2s/ship.php:240
1331
+ msgid "Share new post on Social Media"
1332
+ msgstr ""
1333
+
1334
+ #: views/b2s/ship.php:262
1335
+ msgid "Connect for"
1336
+ msgstr ""
1337
+
1338
+ #: views/b2s/ship.php:278
1339
+ msgid "Re-share this Post"
1340
+ msgstr ""
1341
+
1342
+ #: views/b2s/ship.php:281
1343
+ msgid ""
1344
+ "You can re-share your post for a different sharing purpose, or to share on a "
1345
+ "different choice of networks, profiles, pages or groups, or with different "
1346
+ "comments or images, or if you want to share your blog post images to image "
1347
+ "networks only, or re-share them at different times. You may vary your "
1348
+ "comments and images in order to produce more variations of your social media "
1349
+ "posts to share more often without sharing the same message over and over "
1350
+ "again. Whatever your choose to do for re-sharing your post, you can simply "
1351
+ "click \"Re-share this post\" and you will be led to the preview page where "
1352
+ "your can select your networks and edit your texts, comments or images "
1353
+ "according to your current sharing preferences."
1354
+ msgstr ""
1355
+
1356
+ #: views/b2s/ship.php:284
1357
+ msgid "You want re-share your blog post?"
1358
+ msgstr ""
1359
+
1360
+ #: views/b2s/ship.php:312
1361
+ msgid "Save Network Settings"
1362
+ msgstr ""
1363
+
1364
+ #: views/b2s/ship.php:315
1365
+ msgid ""
1366
+ "You can save your current network settings as \"Standard\" network settings "
1367
+ "for any future sharing activities or as a \"Profile\" to choose from "
1368
+ "(Premium).<br><br>Your Standard selection will show as activated upon "
1369
+ "pressing the \"share on social media\" button on the right hand side bar. "
1370
+ "You can change these settings any time per click, or choose another network "
1371
+ "profile (Premium).<br><br>You can also pre-define various different sets of "
1372
+ "networks, for specific social media accounts, target groups, contents or "
1373
+ "sharing purposes. For example you can define a specific set of networks for "
1374
+ "sharing your posts images only or for re-sharing your evergreen content on a "
1375
+ "recurring basis. On the preview-page you may edit your selected or pre-"
1376
+ "selected networks anytime by simply clicking on the respective network "
1377
+ "account to select or remove an account from the current sharing scheme."
1378
+ msgstr ""
1379
+
1380
+ #: views/b2s/ship.php:327
1381
+ msgid "Your blog post is not yet published on your Wordpress!"
1382
+ msgstr ""
1383
+
1384
+ #: views/b2s/ship.php:330
1385
+ msgid "At least one of your selected networks is set to \"Share Now\""
1386
+ msgstr ""
1387
+
1388
+ #: views/b2s/ship.php:334
1389
+ msgid "Schedule your post"
1390
+ msgstr ""
1391
+
1392
+ #: views/b2s/ship.php:337
1393
+ msgid "Ignore & share"
1394
+ msgstr ""
1395
+
1396
+ #: views/b2s/ship.php:462
1397
+ msgid "Important infomationen about XING groups"
1398
+ msgstr ""
1399
+
1400
+ #: views/b2s/ship.php:531
1401
+ msgid "add Schedule"
1402
+ msgstr ""
1403
+
1404
+ #: views/b2s/ship.php:547
1405
+ msgid "Give me more information"
1406
+ msgstr ""
1407
+
1408
+ #: views/prg/login.php:14
1409
+ msgid "Login failed. Please check your username and a password!"
1410
+ msgstr ""
1411
+
1412
+ #: views/prg/login.php:20
1413
+ msgid ""
1414
+ "Login failed. Please check your server settings. OpenSSL must be enabled on."
1415
+ msgstr ""
1416
+
1417
+ #: views/prg/login.php:23
1418
+ msgid "E-Mail or Username"
1419
+ msgstr ""
1420
+
1421
+ #: views/prg/login.php:24
1422
+ msgid "Password"
1423
+ msgstr ""
1424
+
1425
+ #: views/prg/login.php:27
1426
+ msgid "Sign in"
1427
+ msgstr ""
1428
+
1429
+ #: views/prg/login.php:29
1430
+ msgid "create account"
1431
+ msgstr ""
1432
+
1433
+ #: views/prg/login.php:29
1434
+ msgid "reset password"
1435
+ msgstr ""
1436
+
1437
+ #: views/prg/login.php:35
1438
+ msgid "Test PR-Gateway for free"
1439
+ msgstr ""
1440
+
1441
+ #: views/prg/login.php:36
1442
+ msgid "1x publish press release <br> 1x publish report <br> 1x promote event"
1443
+ msgstr ""
1444
+
1445
+ #: views/prg/login.php:38
1446
+ msgid ""
1447
+ "The press distribution PR gateway automatically publish your press releases "
1448
+ "and events with one click.Publish your message over 250 portals."
1449
+ msgstr ""
1450
+
1451
+ #: views/prg/login.php:41
1452
+ msgid "Start your 14-Day Free Trial"
1453
+ msgstr ""
1454
+
1455
+ #: views/prg/ship.php:34
1456
+ msgid "Select Image"
1457
+ msgstr ""
1458
+
1459
+ #: views/prg/ship.php:45 views/prg/ship.php:47
1460
+ msgid "Copyright"
1461
+ msgstr ""
1462
+
1463
+ #: views/prg/ship.php:66
1464
+ msgid "Save As Draft"
1465
+ msgstr ""
1466
+
1467
+ #: views/prg/ship.php:67
1468
+ msgid "Publish"
1469
+ msgstr ""
1470
+
1471
+ #: views/prg/ship.php:85
1472
+ msgid "Please Note"
1473
+ msgstr ""
1474
+
1475
+ #: views/prg/ship.php:88
1476
+ msgid ""
1477
+ "It may incur charges for publishing on PR-Gateway. Sent press releases can "
1478
+ "not be withdrawn. If you want your press release to be published now?"
1479
+ msgstr ""
1480
+
1481
+ #: views/prg/ship.php:91
1482
+ msgid "Yes, I accept"
1483
+ msgstr ""
1484
+
1485
+ #: includes/B2S/Calendar/Filter.php:124
1486
+ msgid "show all"
1487
+ msgstr ""
1488
+
1489
+ #: includes/B2S/Curation/View.php:22
1490
+ msgid "Write something..."
1491
+ msgstr ""
1492
+
1493
+ #: includes/B2S/Curation/View.php:59
1494
+ msgid "Share your post"
1495
+ msgstr ""
1496
+
1497
+ #: includes/B2S/Curation/View.php:61 includes/B2S/Settings/Item.php:186
1498
+ msgid "immediately"
1499
+ msgstr ""
1500
+
1501
+ #: includes/B2S/Curation/View.php:66 includes/B2S/Curation/View.php:67
1502
+ #: includes/B2S/Ship/Item.php:885 views/b2s/partials/post-edit-modal.php:62
1503
+ #: views/b2s/partials/post-edit-modal.php:65
1504
+ msgid "Date"
1505
+ msgstr ""
1506
+
1507
+ #: includes/B2S/Curation/View.php:106
1508
+ msgid "Customize & Schedule"
1509
+ msgstr ""
1510
+
1511
+ #: includes/B2S/Network/Item.php:60
1512
+ msgid "Default"
1513
+ msgstr ""
1514
+
1515
+ #: includes/B2S/Network/Item.php:60
1516
+ msgid "Show all"
1517
+ msgstr ""
1518
+
1519
+ #: includes/B2S/Network/Item.php:61 includes/B2S/Network/Item.php:180
1520
+ msgid "My profile"
1521
+ msgstr ""
1522
+
1523
+ #: includes/B2S/Network/Item.php:63
1524
+ msgid "Your profiles:"
1525
+ msgstr ""
1526
+
1527
+ #: includes/B2S/Network/Item.php:139
1528
+ msgid "Best times"
1529
+ msgstr ""
1530
+
1531
+ #: includes/B2S/Network/Item.php:147 includes/B2S/Ship/Portale.php:36
1532
+ msgid "You want to connect a network profile?"
1533
+ msgstr ""
1534
+
1535
+ #: includes/B2S/Network/Item.php:150 includes/B2S/Ship/Portale.php:33
1536
+ msgid "You want to connect a network page?"
1537
+ msgstr ""
1538
+
1539
+ #: includes/B2S/Network/Item.php:153 includes/B2S/Ship/Portale.php:30
1540
+ msgid "You want to connect a social media group?"
1541
+ msgstr ""
1542
+
1543
+ #: includes/B2S/Network/Item.php:161
1544
+ msgid "Action required"
1545
+ msgstr ""
1546
+
1547
+ #: includes/B2S/Network/Item.php:161
1548
+ msgid ""
1549
+ "The current XING API will be replaced by the new XING interface. Please "
1550
+ "connect your XING profile, as well as your XING company pages (Employer "
1551
+ "branding profiles) and business pages with the new XING interface in the "
1552
+ "Blog2Social network settings."
1553
+ msgstr ""
1554
+
1555
+ #: includes/B2S/Network/Item.php:164
1556
+ msgid "Please notice"
1557
+ msgstr ""
1558
+
1559
+ #: includes/B2S/Network/Item.php:164
1560
+ msgid ""
1561
+ "Google will shut down Google+ for all private accounts (profiles, pages, "
1562
+ "groups) on 2nd April 2019. You can find further information and the next "
1563
+ "steps, including how to download your photos and other content here:"
1564
+ msgstr ""
1565
+
1566
+ #: includes/B2S/Network/Item.php:164
1567
+ msgid ""
1568
+ "Please check whether you have scheduled social media posts for Google+ "
1569
+ "beyond 2nd April 2019. Consider to reschedule these posts for other social "
1570
+ "networks."
1571
+ msgstr ""
1572
+
1573
+ #: includes/B2S/Network/Item.php:164
1574
+ msgid ""
1575
+ "Click here to find all posts for your Google+ accounts that are scheduled "
1576
+ "beyond 2nd April 2019"
1577
+ msgstr ""
1578
+
1579
+ #: includes/B2S/Network/Item.php:173 includes/B2S/Settings/Item.php:246
1580
+ msgid "Connections"
1581
+ msgstr ""
1582
+
1583
+ #: includes/B2S/Network/Item.php:174
1584
+ msgid "Best Time Manager"
1585
+ msgstr ""
1586
+
1587
+ #: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:264
1588
+ #: includes/B2S/Network/Item.php:318
1589
+ msgid "To reactivate this connection,"
1590
+ msgstr ""
1591
+
1592
+ #: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:264
1593
+ #: includes/B2S/Network/Item.php:318 includes/B2S/Ship/Image.php:30
1594
+ msgid "please upgrade"
1595
+ msgstr ""
1596
+
1597
+ #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:268
1598
+ #: includes/B2S/Network/Item.php:322
1599
+ msgid "Authorization is interrupted since"
1600
+ msgstr ""
1601
+
1602
+ #: includes/B2S/Network/Item.php:243 includes/B2S/Network/Item.php:296
1603
+ #: includes/B2S/Network/Item.php:350 includes/B2S/Ship/Item.php:833
1604
+ msgid "Days"
1605
+ msgstr ""
1606
+
1607
+ #: includes/B2S/Network/Item.php:271 includes/B2S/Ship/Item.php:281
1608
+ msgid "Employer Branding"
1609
+ msgstr ""
1610
+
1611
+ #: includes/B2S/Post/Filter.php:34
1612
+ msgid "all authors"
1613
+ msgstr ""
1614
+
1615
+ #: includes/B2S/Post/Filter.php:50
1616
+ msgid "all statuses"
1617
+ msgstr ""
1618
+
1619
+ #: includes/B2S/Post/Filter.php:61 includes/B2S/Post/Filter.php:73
1620
+ msgid "newest first"
1621
+ msgstr ""
1622
+
1623
+ #: includes/B2S/Post/Filter.php:61 includes/B2S/Post/Filter.php:73
1624
+ msgid "oldest first"
1625
+ msgstr ""
1626
+
1627
+ #: includes/B2S/Post/Filter.php:86
1628
+ msgid "all categories & tags"
1629
+ msgstr ""
1630
+
1631
+ #: includes/B2S/Post/Filter.php:108 includes/PRG/Post/Filter.php:53
1632
+ msgid "all post types"
1633
+ msgstr ""
1634
+
1635
+ #: includes/B2S/Post/Filter.php:133 includes/PRG/Post/Filter.php:74
1636
+ msgid "Search Title"
1637
+ msgstr ""
1638
+
1639
+ #: includes/B2S/Post/Filter.php:153 includes/PRG/Post/Filter.php:85
1640
+ msgid "sort"
1641
+ msgstr ""
1642
+
1643
+ #: includes/B2S/Post/Filter.php:154 includes/PRG/Post/Filter.php:86
1644
+ msgid "reset"
1645
+ msgstr ""
1646
+
1647
+ #: includes/B2S/Post/Filter.php:159
1648
+ msgid "selected date"
1649
+ msgstr ""
1650
+
1651
+ #: includes/B2S/Post/Filter.php:159
1652
+ msgid "scheduled post(s)"
1653
+ msgstr ""
1654
+
1655
+ #: includes/B2S/Post/Item.php:216
1656
+ msgid "You have no posts published or scheduled."
1657
+ msgstr ""
1658
+
1659
+ #: includes/B2S/Post/Item.php:238
1660
+ msgid "curated post"
1661
+ msgstr ""
1662
+
1663
+ #: includes/B2S/Post/Item.php:243
1664
+ msgid "last shared on social media"
1665
+ msgstr ""
1666
+
1667
+ #: includes/B2S/Post/Item.php:251
1668
+ msgid "Share on Social Media"
1669
+ msgstr ""
1670
+
1671
+ #: includes/B2S/Post/Item.php:253 includes/PRG/Post/Item.php:132
1672
+ msgid "Author"
1673
+ msgstr ""
1674
+
1675
+ #: includes/B2S/Post/Item.php:271 includes/B2S/Post/Item.php:295
1676
+ #: includes/B2S/Post/Item.php:317
1677
+ msgid "Details"
1678
+ msgstr ""
1679
+
1680
+ #: includes/B2S/Post/Item.php:273
1681
+ msgid "shared social media posts"
1682
+ msgstr ""
1683
+
1684
+ #: includes/B2S/Post/Item.php:273
1685
+ msgid "latest share by"
1686
+ msgstr ""
1687
+
1688
+ #: includes/B2S/Post/Item.php:297 views/b2s/widgets/activity.php:13
1689
+ msgid "scheduled social media posts"
1690
+ msgstr ""
1691
+
1692
+ #: includes/B2S/Post/Item.php:297
1693
+ msgid "next share by"
1694
+ msgstr ""
1695
+
1696
+ #: includes/B2S/Post/Item.php:319
1697
+ msgid "social media posts ready to be shared"
1698
+ msgstr ""
1699
+
1700
+ #: includes/B2S/Post/Item.php:432 includes/B2S/Post/Item.php:568
1701
+ #: includes/B2S/Ship/Save.php:427
1702
+ msgid "Retweet"
1703
+ msgstr ""
1704
+
1705
+ #: includes/B2S/Post/Item.php:438 includes/B2S/Post/Item.php:508
1706
+ #: includes/B2S/Post/Item.php:573
1707
+ msgid "select all"
1708
+ msgstr ""
1709
+
1710
+ #: includes/B2S/Post/Item.php:441
1711
+ msgid "show"
1712
+ msgstr ""
1713
+
1714
+ #: includes/B2S/Post/Item.php:448 includes/B2S/Ship/Save.php:438
1715
+ msgid "Please see"
1716
+ msgstr ""
1717
+
1718
+ #: includes/B2S/Post/Item.php:448 includes/B2S/Ship/Save.php:438
1719
+ msgid "FAQ"
1720
+ msgstr ""
1721
+
1722
+ #: includes/B2S/Post/Item.php:454
1723
+ msgid "sharing in progress by"
1724
+ msgstr ""
1725
+
1726
+ #: includes/B2S/Post/Item.php:454
1727
+ msgid "shared by"
1728
+ msgstr ""
1729
+
1730
+ #: includes/B2S/Post/Item.php:475 includes/B2S/Post/Item.php:488
1731
+ msgid "You want to delete a publish post entry?"
1732
+ msgstr ""
1733
+
1734
+ #: includes/B2S/Post/Item.php:476 includes/B2S/Post/Item.php:489
1735
+ msgid "delete from reporting"
1736
+ msgstr ""
1737
+
1738
+ #: includes/B2S/Post/Item.php:479
1739
+ msgid "re-share"
1740
+ msgstr ""
1741
+
1742
+ #: includes/B2S/Post/Item.php:511
1743
+ msgid "is waiting to shared by"
1744
+ msgstr ""
1745
+
1746
+ #: includes/B2S/Post/Item.php:541 includes/B2S/Ship/Save.php:408
1747
+ msgid "share"
1748
+ msgstr ""
1749
+
1750
+ #: includes/B2S/Post/Item.php:549
1751
+ msgid "You want to delete your Social Media post?"
1752
+ msgstr ""
1753
+
1754
+ #: includes/B2S/Post/Item.php:550 includes/B2S/Post/Item.php:599
1755
+ #: includes/B2S/Settings/Item.php:83 includes/B2S/Ship/Item.php:753
1756
+ #: includes/B2S/Ship/Item.php:903
1757
+ msgid "delete"
1758
+ msgstr ""
1759
+
1760
+ #: includes/B2S/Post/Item.php:583
1761
+ msgid "last modified by"
1762
+ msgstr ""
1763
+
1764
+ #: includes/B2S/Post/Item.php:585
1765
+ msgid "is processed by the network"
1766
+ msgstr ""
1767
+
1768
+ #: includes/B2S/Post/Item.php:590
1769
+ msgid "scheduled by"
1770
+ msgstr ""
1771
+
1772
+ #: includes/B2S/Post/Item.php:595
1773
+ msgid "You want to edit your scheduled post?"
1774
+ msgstr ""
1775
+
1776
+ #: includes/B2S/Post/Item.php:596
1777
+ msgid "edit"
1778
+ msgstr ""
1779
+
1780
+ #: includes/B2S/Post/Item.php:607
1781
+ msgid "delete scheduling"
1782
+ msgstr ""
1783
+
1784
+ #: includes/B2S/Settings/Item.php:63 includes/B2S/Settings/Item.php:83
1785
+ #: includes/B2S/Ship/Item.php:735
1786
+ msgid "Account"
1787
+ msgstr ""
1788
+
1789
+ #: includes/B2S/Settings/Item.php:72
1790
+ msgid "Timezone for Scheduling"
1791
+ msgstr ""
1792
+
1793
+ #: includes/B2S/Settings/Item.php:72
1794
+ msgid "User"
1795
+ msgstr ""
1796
+
1797
+ #: includes/B2S/Settings/Item.php:77
1798
+ msgid "Content"
1799
+ msgstr ""
1800
+
1801
+ #: includes/B2S/Settings/Item.php:78
1802
+ msgid "Url Shortener"
1803
+ msgstr ""
1804
+
1805
+ #: includes/B2S/Settings/Item.php:79
1806
+ msgid "Bitly"
1807
+ msgstr ""
1808
+
1809
+ #: includes/B2S/Settings/Item.php:83
1810
+ msgid "change"
1811
+ msgstr ""
1812
+
1813
+ #: includes/B2S/Settings/Item.php:86
1814
+ msgid "allow shortcodes in my post"
1815
+ msgstr ""
1816
+
1817
+ #: includes/B2S/Settings/Item.php:88
1818
+ msgid "include Wordpress tags as hashtags in my post"
1819
+ msgstr ""
1820
+
1821
+ #: includes/B2S/Settings/Item.php:91
1822
+ msgid "Define Twitter post content"
1823
+ msgstr ""
1824
+
1825
+ #: includes/B2S/Settings/Item.php:97
1826
+ msgid "title"
1827
+ msgstr ""
1828
+
1829
+ #: includes/B2S/Settings/Item.php:97 includes/B2S/Settings/Item.php:98
1830
+ #: includes/B2S/Settings/Item.php:99
1831
+ msgid "hashtags"
1832
+ msgstr ""
1833
+
1834
+ #: includes/B2S/Settings/Item.php:98
1835
+ msgid "title & content"
1836
+ msgstr ""
1837
+
1838
+ #: includes/B2S/Settings/Item.php:98 includes/B2S/Settings/Item.php:99
1839
+ #: includes/B2S/Settings/Item.php:344
1840
+ msgid "(PREMIUM)"
1841
+ msgstr ""
1842
+
1843
+ #: includes/B2S/Settings/Item.php:99
1844
+ msgid "only content"
1845
+ msgstr ""
1846
+
1847
+ #: includes/B2S/Settings/Item.php:105
1848
+ msgid "System"
1849
+ msgstr ""
1850
+
1851
+ #: includes/B2S/Settings/Item.php:106 includes/B2S/Settings/Item.php:293
1852
+ #: includes/B2S/Settings/Item.php:318
1853
+ msgid ""
1854
+ "This is a global feature for your blog, which can only be edited by users "
1855
+ "with admin rights."
1856
+ msgstr ""
1857
+
1858
+ #: includes/B2S/Settings/Item.php:107
1859
+ msgid "activate Legacy mode"
1860
+ msgstr ""
1861
+
1862
+ #: includes/B2S/Settings/Item.php:123
1863
+ msgid "Auto-post your own created posts"
1864
+ msgstr ""
1865
+
1866
+ #: includes/B2S/Settings/Item.php:124
1867
+ msgid "Define by default to automatically post your posts on social media:"
1868
+ msgstr ""
1869
+
1870
+ #: includes/B2S/Settings/Item.php:126
1871
+ msgid ""
1872
+ "Select by default if the auto-poster is activated when you publish a new "
1873
+ "post or update a post."
1874
+ msgstr ""
1875
+
1876
+ #: includes/B2S/Settings/Item.php:131
1877
+ msgid "new posts"
1878
+ msgstr ""
1879
+
1880
+ #: includes/B2S/Settings/Item.php:132 includes/B2S/Settings/Item.php:144
1881
+ msgid "Unselect all"
1882
+ msgstr ""
1883
+
1884
+ #: includes/B2S/Settings/Item.php:132 includes/B2S/Settings/Item.php:144
1885
+ msgid "Select all"
1886
+ msgstr ""
1887
+
1888
+ #: includes/B2S/Settings/Item.php:140
1889
+ msgid ""
1890
+ "By enabling this feature your previously published social media posts will "
1891
+ "be sent again to your selected social media channels as soon as the post is "
1892
+ "updated."
1893
+ msgstr ""
1894
+
1895
+ #: includes/B2S/Settings/Item.php:143
1896
+ msgid "updating existing posts"
1897
+ msgstr ""
1898
+
1899
+ #: includes/B2S/Settings/Item.php:155 includes/B2S/Settings/Item.php:197
1900
+ msgid "Save"
1901
+ msgstr ""
1902
+
1903
+ #: includes/B2S/Settings/Item.php:163
1904
+ msgid "Auto-post your imported posts to Twitter & Facebook"
1905
+ msgstr ""
1906
+
1907
+ #: includes/B2S/Settings/Item.php:164
1908
+ msgid ""
1909
+ "Define by default to automatically share your imported posts to social media:"
1910
+ msgstr ""
1911
+
1912
+ #: includes/B2S/Settings/Item.php:167
1913
+ msgid "Your current licence:"
1914
+ msgstr ""
1915
+
1916
+ #: includes/B2S/Settings/Item.php:169
1917
+ msgid ""
1918
+ "Immediate Cross-Posting across all networks: Share an unlimited number of "
1919
+ "posts"
1920
+ msgstr ""
1921
+
1922
+ #: includes/B2S/Settings/Item.php:170
1923
+ msgid "Scheduled Auto-Posting"
1924
+ msgstr ""
1925
+
1926
+ #: includes/B2S/Settings/Item.php:170 includes/B2S/Settings/Item.php:173
1927
+ msgid "Upgrade"
1928
+ msgstr ""
1929
+
1930
+ #: includes/B2S/Settings/Item.php:172
1931
+ msgid "share up to"
1932
+ msgstr ""
1933
+
1934
+ #: includes/B2S/Settings/Item.php:172
1935
+ msgid "posts per day"
1936
+ msgstr ""
1937
+
1938
+ #: includes/B2S/Settings/Item.php:178
1939
+ msgid "Select by default to automatically share your imported posts"
1940
+ msgstr ""
1941
+
1942
+ #: includes/B2S/Settings/Item.php:182
1943
+ msgid "Select to auto-post to your standard networks:"
1944
+ msgstr ""
1945
+
1946
+ #: includes/B2S/Settings/Item.php:183
1947
+ msgid ""
1948
+ "In accordance with the new Twitter TOS, one Twitter account can be selected "
1949
+ "as your primary Twitter account for auto-posting."
1950
+ msgstr ""
1951
+
1952
+ #: includes/B2S/Settings/Item.php:183
1953
+ msgid "More information"
1954
+ msgstr ""
1955
+
1956
+ #: includes/B2S/Settings/Item.php:185
1957
+ msgid "Select to auto-post immediately after publishing or with a delay"
1958
+ msgstr ""
1959
+
1960
+ #: includes/B2S/Settings/Item.php:187
1961
+ msgid "publish with a delay of"
1962
+ msgstr ""
1963
+
1964
+ #: includes/B2S/Settings/Item.php:188
1965
+ msgid "minutes"
1966
+ msgstr ""
1967
+
1968
+ #: includes/B2S/Settings/Item.php:211
1969
+ msgid ""
1970
+ "Filter Posts (Only posts that meet the following criteria will be autoposted)"
1971
+ msgstr ""
1972
+
1973
+ #: includes/B2S/Settings/Item.php:212
1974
+ msgid "Post Types"
1975
+ msgstr ""
1976
+
1977
+ #: includes/B2S/Settings/Item.php:213
1978
+ msgid "Include (Post only...)"
1979
+ msgstr ""
1980
+
1981
+ #: includes/B2S/Settings/Item.php:214
1982
+ msgid "Exclude (Do no post ...)"
1983
+ msgstr ""
1984
+
1985
+ #: includes/B2S/Settings/Item.php:248
1986
+ msgid "add/change connection"
1987
+ msgstr ""
1988
+
1989
+ #: includes/B2S/Settings/Item.php:291
1990
+ msgid "Reset all page and post meta data"
1991
+ msgstr ""
1992
+
1993
+ #: includes/B2S/Settings/Item.php:296
1994
+ msgid "Meta Tags Settings for Posts and Pages"
1995
+ msgstr ""
1996
+
1997
+ #: includes/B2S/Settings/Item.php:297
1998
+ msgid ""
1999
+ "Add Open Graph meta tags to your shared posts or pages, required by Facebook "
2000
+ "and other social networks to display your post or page image, title and "
2001
+ "description correctly."
2002
+ msgstr ""
2003
+
2004
+ #: includes/B2S/Settings/Item.php:299
2005
+ msgid ""
2006
+ "Add Twitter Card meta tags to your shared posts or pages, required by "
2007
+ "Twitter to display your post or page image, title and description correctly."
2008
+ msgstr ""
2009
+
2010
+ #: includes/B2S/Settings/Item.php:320
2011
+ msgid "Frontpage Settings"
2012
+ msgstr ""
2013
+
2014
+ #: includes/B2S/Settings/Item.php:322
2015
+ msgid ""
2016
+ "Add the default Open Graph parameters for title, description and image you "
2017
+ "want Facebook to display, if you share the frontpage of your blog as link "
2018
+ "post (http://www.yourblog.com)"
2019
+ msgstr ""
2020
+
2021
+ #: includes/B2S/Settings/Item.php:326 includes/B2S/Settings/Item.php:347
2022
+ msgid "Description"
2023
+ msgstr ""
2024
+
2025
+ #: includes/B2S/Settings/Item.php:327 includes/B2S/Settings/Item.php:348
2026
+ msgid "Image URL"
2027
+ msgstr ""
2028
+
2029
+ #: includes/B2S/Settings/Item.php:329 includes/B2S/Settings/Item.php:350
2030
+ #: includes/B2S/Ship/Image.php:78 includes/B2S/Ship/Image.php:80
2031
+ msgid "Image upload / Media Gallery"
2032
+ msgstr ""
2033
+
2034
+ #: includes/B2S/Settings/Item.php:332
2035
+ msgid ""
2036
+ "Please note: Facebook supports images with a minimum dimension of 200x200 "
2037
+ "pixels and an aspect ratio of 1:1."
2038
+ msgstr ""
2039
+
2040
+ #: includes/B2S/Settings/Item.php:338
2041
+ msgid ""
2042
+ "Add the default Twitter Card parameters for title, description and image you "
2043
+ "want Twitter to display, if you share the frontpage of your blog as link "
2044
+ "post (http://www.yourblog.com)"
2045
+ msgstr ""
2046
+
2047
+ #: includes/B2S/Settings/Item.php:341
2048
+ msgid "The default card type to use"
2049
+ msgstr ""
2050
+
2051
+ #: includes/B2S/Settings/Item.php:343
2052
+ msgid "Summary"
2053
+ msgstr ""
2054
+
2055
+ #: includes/B2S/Settings/Item.php:344
2056
+ msgid "Summary with large image"
2057
+ msgstr ""
2058
+
2059
+ #: includes/B2S/Settings/Item.php:353
2060
+ msgid ""
2061
+ "Please note: Twitter supports images with a minimum dimension of 144x144 "
2062
+ "pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
2063
+ "image will be cropped to a square. Twitter supports JPG, PNG, WEBP and GIF "
2064
+ "formats."
2065
+ msgstr ""
2066
+
2067
+ #: includes/B2S/Settings/Item.php:369
2068
+ msgid "Did you know?"
2069
+ msgstr ""
2070
+
2071
+ #: includes/B2S/Settings/Item.php:370
2072
+ msgid ""
2073
+ "With Premium Pro, you can change the custom post format photo post or link "
2074
+ "post for each individual social media post and channel (profile, page, group)"
2075
+ "."
2076
+ msgstr ""
2077
+
2078
+ #: includes/B2S/Settings/Item.php:370
2079
+ msgid "Upgrade to Premium Pro now."
2080
+ msgstr ""
2081
+
2082
+ #: includes/B2S/Settings/Item.php:387 includes/B2S/Settings/Item.php:441
2083
+ msgid "Image with frame"
2084
+ msgstr ""
2085
+
2086
+ #: includes/B2S/Settings/Item.php:392
2087
+ msgid ""
2088
+ "Insert white frames to show the whole image in your timeline. All image "
2089
+ "information will be shown in your timeline."
2090
+ msgstr ""
2091
+
2092
+ #: includes/B2S/Settings/Item.php:394
2093
+ msgid ""
2094
+ "The link post format displays posts title, link address and the first one or "
2095
+ "two sentences of the post. The networks scan this information from your META "
2096
+ "or OpenGraph. PLEASE NOTE: If you want your link posts to display the "
2097
+ "selected image from the Blog2Social preview editor, please make sure you "
2098
+ "have activated the Social Meta Tags for Facebook and Twitter in your "
2099
+ "Blog2Social settings. You find these settings in the tab \"Social Meta "
2100
+ "Data\". If you don't select a specific post image, some networks display the "
2101
+ "first image detected on your page. The image links to your blog post. PLEASE "
2102
+ "NOTE: For link posts on Google + , only images from the blog posts gallery "
2103
+ "can be selected and will be displayed on the network. "
2104
+ msgstr ""
2105
+
2106
+ #: includes/B2S/Settings/Item.php:398 includes/B2S/Settings/Item.php:463
2107
+ msgid "Image cut out"
2108
+ msgstr ""
2109
+
2110
+ #: includes/B2S/Settings/Item.php:403
2111
+ msgid ""
2112
+ "The image preview will be cropped automatically to fit the default Instagram "
2113
+ "layout for your Instagram timeline. The image will be shown uncropped when "
2114
+ "opening the preview page for your Instagram post."
2115
+ msgstr ""
2116
+
2117
+ #: includes/B2S/Settings/Item.php:405
2118
+ msgid ""
2119
+ "A photo or image post displays the selected image in the one-page preview of "
2120
+ "Blog2Social and your comment above the image. The image links to the image "
2121
+ "view on your image gallery in the respective network. Blog2Social adds the "
2122
+ "link to your post in your comment. The main benefit of photo posts is that "
2123
+ "your image is uploaded to your personal image albums or gallery. In Facebook,"
2124
+ " you can edit the albums name with a description of your choice."
2125
+ msgstr ""
2126
+
2127
+ #: includes/B2S/Settings/Item.php:436
2128
+ msgid "All"
2129
+ msgstr ""
2130
+
2131
+ #: includes/B2S/Settings/Item.php:456
2132
+ msgid "Activate Instant Caching"
2133
+ msgstr ""
2134
+
2135
+ #: includes/B2S/Ship/Image.php:27
2136
+ msgid "The images file types .jpg and .png are allowed. Please try another."
2137
+ msgstr ""
2138
+
2139
+ #: includes/B2S/Ship/Image.php:29
2140
+ msgid "To select an individual image from your media library,"
2141
+ msgstr ""
2142
+
2143
+ #: includes/B2S/Ship/Image.php:35
2144
+ msgid ""
2145
+ "The best size for images in social media posts are between: 667-1000px x 523-"
2146
+ "1000px. Blog2Social will automatically resize your image according to "
2147
+ "network requirements."
2148
+ msgstr ""
2149
+
2150
+ #: includes/B2S/Ship/Image.php:59
2151
+ msgid "No images are included in your post."
2152
+ msgstr ""
2153
+
2154
+ #: includes/B2S/Ship/Image.php:67
2155
+ msgid "Apply image for all posts"
2156
+ msgstr ""
2157
+
2158
+ #: includes/B2S/Ship/Image.php:71 includes/B2S/Ship/Image.php:73
2159
+ msgid "Apply image for this post"
2160
+ msgstr ""
2161
+
2162
+ #: includes/B2S/Ship/Item.php:137
2163
+ msgid "Network does not support image for profiles"
2164
+ msgstr ""
2165
+
2166
+ #: includes/B2S/Ship/Item.php:138
2167
+ msgid "Network defines image by link"
2168
+ msgstr ""
2169
+
2170
+ #: includes/B2S/Ship/Item.php:140
2171
+ msgid "Supported HTML tags"
2172
+ msgstr ""
2173
+
2174
+ #: includes/B2S/Ship/Item.php:141 includes/B2S/Ship/Item.php:200
2175
+ msgid "Network does not support emojis"
2176
+ msgstr ""
2177
+
2178
+ #: includes/B2S/Ship/Item.php:184
2179
+ msgid "Text only"
2180
+ msgstr ""
2181
+
2182
+ #: includes/B2S/Ship/Item.php:185 includes/B2S/Ship/Item.php:189
2183
+ #: includes/B2S/Ship/Item.php:224 includes/B2S/Ship/Item.php:228
2184
+ #: includes/B2S/Ship/Item.php:249 includes/B2S/Ship/Item.php:253
2185
+ #: includes/B2S/Ship/Item.php:912 includes/B2S/Ship/Item.php:914
2186
+ msgid "characters"
2187
+ msgstr ""
2188
+
2189
+ #: includes/B2S/Ship/Item.php:199
2190
+ msgid "Network does not support image for pages"
2191
+ msgstr ""
2192
+
2193
+ #: includes/B2S/Ship/Item.php:273
2194
+ msgid "Connection expires on 31 March 2019"
2195
+ msgstr ""
2196
+
2197
+ #: includes/B2S/Ship/Item.php:277
2198
+ msgid "Connection expires on 2 April 2019"
2199
+ msgstr ""
2200
+
2201
+ #: includes/B2S/Ship/Item.php:290
2202
+ msgid "post format"
2203
+ msgstr ""
2204
+
2205
+ #: includes/B2S/Ship/Item.php:300 includes/B2S/Ship/Item.php:920
2206
+ msgid "Insert full-text"
2207
+ msgstr ""
2208
+
2209
+ #: includes/B2S/Ship/Item.php:302 includes/B2S/Ship/Item.php:922
2210
+ msgid "Delete text"
2211
+ msgstr ""
2212
+
2213
+ #: includes/B2S/Ship/Item.php:310
2214
+ msgid ""
2215
+ "You can customize your post with individual comments, @-handles, emojis, and "
2216
+ "more in the Instant Sharing window, after planning your post."
2217
+ msgstr ""
2218
+
2219
+ #: includes/B2S/Ship/Item.php:316 includes/B2S/Ship/Item.php:511
2220
+ #: includes/B2S/Ship/Item.php:786
2221
+ msgid ""
2222
+ "Please keep in mind that according to Twitter’s new TOS, users are no longer "
2223
+ "allowed to post identical or substantially similar content to multiple "
2224
+ "accounts or multiple duplicate updates on one account."
2225
+ msgstr ""
2226
+
2227
+ #: includes/B2S/Ship/Item.php:316 includes/B2S/Ship/Item.php:511
2228
+ #: includes/B2S/Ship/Item.php:786
2229
+ msgid ""
2230
+ "Violating these rules can result in Twitter suspending your account. Always "
2231
+ "vary your Tweets with different comments, hashtags or handles to prevent "
2232
+ "duplicate posts."
2233
+ msgstr ""
2234
+
2235
+ #: includes/B2S/Ship/Item.php:316 includes/B2S/Ship/Item.php:511
2236
+ #: includes/B2S/Ship/Item.php:786
2237
+ msgid "Learn more about this"
2238
+ msgstr ""
2239
+
2240
+ #: includes/B2S/Ship/Item.php:321
2241
+ msgid ""
2242
+ "Please note: XING allows identical posts to be published only once within a "
2243
+ "group and no more than three times across different groups."
2244
+ msgstr ""
2245
+
2246
+ #: includes/B2S/Ship/Item.php:321
2247
+ msgid "Read more"
2248
+ msgstr ""
2249
+
2250
+ #: includes/B2S/Ship/Item.php:341
2251
+ msgid "hide calendar"
2252
+ msgstr ""
2253
+
2254
+ #: includes/B2S/Ship/Item.php:396 includes/B2S/Ship/Item.php:420
2255
+ #: includes/B2S/Ship/Item.php:444 includes/B2S/Ship/Item.php:462
2256
+ #: includes/B2S/Ship/Item.php:477 includes/B2S/Ship/Item.php:503
2257
+ #: includes/B2S/Ship/Item.php:521 includes/B2S/Ship/Item.php:537
2258
+ #: includes/B2S/Ship/Item.php:550 includes/B2S/Ship/Item.php:566
2259
+ #: includes/B2S/Ship/Item.php:571
2260
+ msgid "Write something about your post..."
2261
+ msgstr ""
2262
+
2263
+ #: includes/B2S/Ship/Item.php:403 includes/B2S/Ship/Item.php:427
2264
+ #: includes/B2S/Ship/Item.php:451 includes/B2S/Ship/Item.php:499
2265
+ #: includes/B2S/Ship/Item.php:517 includes/B2S/Ship/Item.php:533
2266
+ #: includes/B2S/Ship/Item.php:562 includes/B2S/Ship/Item.php:596
2267
+ msgid "Change image"
2268
+ msgstr ""
2269
+
2270
+ #: includes/B2S/Ship/Item.php:407
2271
+ msgid ""
2272
+ "Info: Change Open Graph Meta tags image, title and description for this "
2273
+ "network"
2274
+ msgstr ""
2275
+
2276
+ #: includes/B2S/Ship/Item.php:410 includes/B2S/Ship/Item.php:434
2277
+ msgid ""
2278
+ "You want to change your link image, link title and link description for this "
2279
+ "network? Click here."
2280
+ msgstr ""
2281
+
2282
+ #: includes/B2S/Ship/Item.php:412
2283
+ msgid "OG Meta title"
2284
+ msgstr ""
2285
+
2286
+ #: includes/B2S/Ship/Item.php:413
2287
+ msgid "OG Meta description"
2288
+ msgstr ""
2289
+
2290
+ #: includes/B2S/Ship/Item.php:431
2291
+ msgid ""
2292
+ "Info: Change Card Meta tags image, title and description for this network"
2293
+ msgstr ""
2294
+
2295
+ #: includes/B2S/Ship/Item.php:436
2296
+ msgid "Card Meta title"
2297
+ msgstr ""
2298
+
2299
+ #: includes/B2S/Ship/Item.php:437
2300
+ msgid "Card Meta description"
2301
+ msgstr ""
2302
+
2303
+ #: includes/B2S/Ship/Item.php:583
2304
+ msgid "required"
2305
+ msgstr ""
2306
+
2307
+ #: includes/B2S/Ship/Item.php:603 includes/B2S/Ship/Item.php:605
2308
+ msgid "Link"
2309
+ msgstr ""
2310
+
2311
+ #: includes/B2S/Ship/Item.php:668
2312
+ msgid "Jobs & Projects"
2313
+ msgstr ""
2314
+
2315
+ #: includes/B2S/Ship/Item.php:669
2316
+ msgid "Events"
2317
+ msgstr ""
2318
+
2319
+ #: includes/B2S/Ship/Item.php:670
2320
+ msgid "Classified Ads"
2321
+ msgstr ""
2322
+
2323
+ #: includes/B2S/Ship/Item.php:672
2324
+ msgid "Offer"
2325
+ msgstr ""
2326
+
2327
+ #: includes/B2S/Ship/Item.php:673
2328
+ msgid "Request"
2329
+ msgstr ""
2330
+
2331
+ #: includes/B2S/Ship/Item.php:684
2332
+ msgid "The Headline..."
2333
+ msgstr ""
2334
+
2335
+ #: includes/B2S/Ship/Item.php:689
2336
+ msgid "Hashtags"
2337
+ msgstr ""
2338
+
2339
+ #: includes/B2S/Ship/Item.php:717
2340
+ msgid "Enable Retweets for all Tweets with the selected profile"
2341
+ msgstr ""
2342
+
2343
+ #: includes/B2S/Ship/Item.php:736 views/b2s/partials/post-edit-modal.php:73
2344
+ msgid "Delay"
2345
+ msgstr ""
2346
+
2347
+ #: includes/B2S/Ship/Item.php:746 includes/B2S/Ship/Item.php:747
2348
+ #: includes/B2S/Ship/Item.php:748 includes/B2S/Ship/Item.php:749
2349
+ #: views/b2s/partials/post-edit-modal.php:77
2350
+ #: views/b2s/partials/post-edit-modal.php:78
2351
+ #: views/b2s/partials/post-edit-modal.php:79
2352
+ #: views/b2s/partials/post-edit-modal.php:80
2353
+ msgid "min"
2354
+ msgstr ""
2355
+
2356
+ #: includes/B2S/Ship/Item.php:754
2357
+ msgid "Add Retweet"
2358
+ msgstr ""
2359
+
2360
+ #: includes/B2S/Ship/Item.php:774
2361
+ msgid "Share Now"
2362
+ msgstr ""
2363
+
2364
+ #: includes/B2S/Ship/Item.php:779
2365
+ msgid "Schedule Recurrent Post"
2366
+ msgstr ""
2367
+
2368
+ #: includes/B2S/Ship/Item.php:815 views/b2s/partials/post-edit-modal.php:47
2369
+ msgid ""
2370
+ "Please note: Your account is connected via an old XING API that is no longer "
2371
+ "supported by XING after March 31. Please connect your XING profile, as well "
2372
+ "as your XING company pages (Employer branding profiles) and business pages "
2373
+ "with the new XING interface in the Blog2Social network settings. To do this, "
2374
+ "go to the Blog2Social Networks section and connect your XING accounts with "
2375
+ "the new XING."
2376
+ msgstr ""
2377
+
2378
+ #: includes/B2S/Ship/Item.php:819 views/b2s/partials/post-edit-modal.php:51
2379
+ msgid ""
2380
+ "Please note: Google will shut down Google+ for all private accounts "
2381
+ "(profiles, pages, groups) on 2nd April 2019. You can find further "
2382
+ "information and the next steps, including how to download your photos and "
2383
+ "other content here:"
2384
+ msgstr ""
2385
+
2386
+ #: includes/B2S/Ship/Item.php:822
2387
+ msgid "Repeats"
2388
+ msgstr ""
2389
+
2390
+ #: includes/B2S/Ship/Item.php:823 includes/B2S/Ship/Item.php:826
2391
+ msgid "Duration"
2392
+ msgstr ""
2393
+
2394
+ #: includes/B2S/Ship/Item.php:827
2395
+ msgid "Number of repeats"
2396
+ msgstr ""
2397
+
2398
+ #: includes/B2S/Ship/Item.php:828
2399
+ msgid "Day of month"
2400
+ msgstr ""
2401
+
2402
+ #: includes/B2S/Ship/Item.php:829
2403
+ msgid "Repeats every (days)"
2404
+ msgstr ""
2405
+
2406
+ #: includes/B2S/Ship/Item.php:831
2407
+ msgid "Start date"
2408
+ msgstr ""
2409
+
2410
+ #: includes/B2S/Ship/Item.php:832
2411
+ msgid "Time to publish"
2412
+ msgstr ""
2413
+
2414
+ #: includes/B2S/Ship/Item.php:841
2415
+ msgid "weekly"
2416
+ msgstr ""
2417
+
2418
+ #: includes/B2S/Ship/Item.php:842
2419
+ msgid "monthly"
2420
+ msgstr ""
2421
+
2422
+ #: includes/B2S/Ship/Item.php:843
2423
+ msgid "own period"
2424
+ msgstr ""
2425
+
2426
+ #: includes/B2S/Ship/Item.php:849
2427
+ msgid "Week"
2428
+ msgstr ""
2429
+
2430
+ #: includes/B2S/Ship/Item.php:849
2431
+ msgid "Weeks"
2432
+ msgstr ""
2433
+
2434
+ #: includes/B2S/Ship/Item.php:858
2435
+ msgid "Month"
2436
+ msgstr ""
2437
+
2438
+ #: includes/B2S/Ship/Item.php:858
2439
+ msgid "Months"
2440
+ msgstr ""
2441
+
2442
+ #: includes/B2S/Ship/Item.php:878
2443
+ msgid "End Of Month"
2444
+ msgstr ""
2445
+
2446
+ #: includes/B2S/Ship/Item.php:883
2447
+ msgid "Timespan"
2448
+ msgstr ""
2449
+
2450
+ #: includes/B2S/Ship/Item.php:886 views/b2s/partials/post-edit-modal.php:63
2451
+ #: views/b2s/partials/post-edit-modal.php:66
2452
+ msgid "Time"
2453
+ msgstr ""
2454
+
2455
+ #: includes/B2S/Ship/Item.php:891
2456
+ msgid "Mon"
2457
+ msgstr ""
2458
+
2459
+ #: includes/B2S/Ship/Item.php:892
2460
+ msgid "Tue"
2461
+ msgstr ""
2462
+
2463
+ #: includes/B2S/Ship/Item.php:893
2464
+ msgid "Wed"
2465
+ msgstr ""
2466
+
2467
+ #: includes/B2S/Ship/Item.php:894
2468
+ msgid "Thu"
2469
+ msgstr ""
2470
+
2471
+ #: includes/B2S/Ship/Item.php:895
2472
+ msgid "Fri"
2473
+ msgstr ""
2474
+
2475
+ #: includes/B2S/Ship/Item.php:896
2476
+ msgid "Sat"
2477
+ msgstr ""
2478
+
2479
+ #: includes/B2S/Ship/Item.php:897
2480
+ msgid "Sun"
2481
+ msgstr ""
2482
+
2483
+ #: includes/B2S/Ship/Item.php:904
2484
+ msgid "add another post"
2485
+ msgstr ""
2486
+
2487
+ #: includes/B2S/Ship/Item.php:918
2488
+ msgid "Copy from original"
2489
+ msgstr ""
2490
+
2491
+ #: includes/B2S/Ship/Item.php:934
2492
+ msgid "Apply Settings To All Networks"
2493
+ msgstr ""
2494
+
2495
+ #: includes/B2S/Ship/Item.php:935
2496
+ msgid "Save as best time for this network"
2497
+ msgstr ""
2498
+
2499
+ #: includes/B2S/Ship/Navbar.php:34
2500
+ msgid "My Profile"
2501
+ msgstr ""
2502
+
2503
+ #: includes/B2S/Ship/Save.php:391
2504
+ msgid ""
2505
+ "For sharing your posts on personal Facebook Profiles you can now use "
2506
+ "Facebook Instant Sharing"
2507
+ msgstr ""
2508
+
2509
+ #: includes/B2S/Ship/Save.php:391
2510
+ msgid "Read why"
2511
+ msgstr ""
2512
+
2513
+ #: includes/B2S/Ship/Save.php:393 includes/B2S/Ship/Save.php:401
2514
+ msgid "This is how it works:"
2515
+ msgstr ""
2516
+
2517
+ #: includes/B2S/Ship/Save.php:394
2518
+ msgid ""
2519
+ "-To share your post immediately, click the \"Share\" button next to your "
2520
+ "selected Facebook profile below."
2521
+ msgstr ""
2522
+
2523
+ #: includes/B2S/Ship/Save.php:395
2524
+ msgid ""
2525
+ "-For scheduled posts, Blog2Social will save your post and move it to the "
2526
+ "\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
2527
+ "scheduled date and time, your post will move to the \"Instant Sharing\" tab "
2528
+ "and you can click on \"Share\" to post it to your Facebook Profile instantly."
2529
+ msgstr ""
2530
+
2531
+ #: includes/B2S/Ship/Save.php:399
2532
+ msgid ""
2533
+ "For sharing your posts on Google+ you can now use Google+ Instant Sharing"
2534
+ msgstr ""
2535
+
2536
+ #: includes/B2S/Ship/Save.php:402
2537
+ msgid ""
2538
+ "-To share your post immediately, click the \"Share\" button next to your "
2539
+ "selected Google+ account below."
2540
+ msgstr ""
2541
+
2542
+ #: includes/B2S/Ship/Save.php:403
2543
+ msgid ""
2544
+ "-For scheduled posts, Blog2Social will save your post and move it to the "
2545
+ "\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
2546
+ "scheduled date and time, your post will move to the \"Instant Sharing\" tab "
2547
+ "and you can click on \"Share\" to post it to your account instantly."
2548
+ msgstr ""
2549
+
2550
+ #: includes/B2S/Ship/Save.php:404
2551
+ msgid ""
2552
+ "Please note: You post has to be marked as public to be posted in a group."
2553
+ msgstr ""
2554
+
2555
+ #: includes/B2S/Ship/Save.php:409
2556
+ msgid "Please share your post now"
2557
+ msgstr ""
2558
+
2559
+ #: includes/B2S/Ship/Save.php:418
2560
+ msgid "view social media post"
2561
+ msgstr ""
2562
+
2563
+ #: includes/B2S/Ship/Save.php:428
2564
+ msgid "scheduled on"
2565
+ msgstr ""
2566
+
2567
+ #: includes/B2S/User/Info.php:11
2568
+ msgid "Number of shared posts"
2569
+ msgstr ""
2570
+
2571
+ #: includes/B2S/User/Info.php:14
2572
+ msgid "Number of scheduled posts"
2573
+ msgstr ""
2574
+
2575
+ #: includes/PRG/Post/Filter.php:31
2576
+ msgid "All Authors"
2577
+ msgstr ""
2578
+
2579
+ #: includes/PRG/Post/Filter.php:42
2580
+ msgid "All Types"
2581
+ msgstr ""
2582
+
2583
+ #: includes/PRG/Post/Item.php:100
2584
+ msgid "You have no posts published or scheduled"
2585
+ msgstr ""
2586
+
2587
+ #: includes/PRG/Post/Item.php:130
2588
+ msgid "Publish on PR-Gateway"
2589
+ msgstr ""
2590
+
2591
+ #: includes/PRG/Post/Item.php:132
2592
+ msgid "on Blog"
2593
+ msgstr ""
2594
+
2595
+ #: views/b2s/partials/plugin-deactivate-modal.php:10
2596
+ msgid "Do you want to delete your scheduled posts?"
2597
+ msgstr ""
2598
+
2599
+ #: views/b2s/partials/plugin-deactivate-modal.php:13
2600
+ msgid ""
2601
+ "Do you want Blog2Social to delete all your scheduled social media posts? "
2602
+ "Your scheduled posts will no longer be sent to your social networks."
2603
+ msgstr ""
2604
+
2605
+ #: views/b2s/partials/plugin-deactivate-modal.php:14
2606
+ msgid "Delete scheduled posts"
2607
+ msgstr ""
2608
+
2609
+ #: views/b2s/partials/plugin-deactivate-modal.php:17
2610
+ msgid "Continue deactivation"
2611
+ msgstr ""
2612
+
2613
+ #: views/b2s/partials/post-edit-modal.php:7
2614
+ msgid "Edit Post"
2615
+ msgstr ""
2616
+
2617
+ #: views/b2s/partials/post-edit-modal.php:35
2618
+ msgid "This post is blocked by %1"
2619
+ msgstr ""
2620
+
2621
+ #: views/b2s/partials/post-edit-modal.php:84
2622
+ msgid "The orginal tweet is scheduled on:"
2623
+ msgstr ""
2624
+
2625
+ #: views/b2s/partials/post-edit-modal.php:101
2626
+ msgid "Change details"
2627
+ msgstr ""
2628
+
2629
+ #: views/b2s/widgets/activity.php:5
2630
+ msgid "Your activity"
2631
+ msgstr ""
2632
+
2633
+ #: views/b2s/widgets/activity.php:8
2634
+ msgid "Show activity starting from"
2635
+ msgstr ""
2636
+
2637
+ #: views/b2s/widgets/activity.php:13
2638
+ msgid "published social media posts"
2639
+ msgstr ""
2640
+
2641
+ #: views/b2s/widgets/calendar.php:1
2642
+ msgid "Calendar"
2643
+ msgstr ""
2644
+
2645
+ #: views/b2s/widgets/newsletter.php:4
2646
+ msgid "Get news and updates for promoting your blog on social media"
2647
+ msgstr ""
2648
+
2649
+ #: views/b2s/widgets/newsletter.php:10
2650
+ msgid "Get updates"
2651
+ msgstr ""
2652
+
2653
+ #: views/b2s/widgets/newsletter.php:12
2654
+ msgid ""
2655
+ "We hate spam, too. We will never sell your email address to any other "
2656
+ "company or for any other purpose."
2657
+ msgstr ""
2658
+
2659
+ #: views/b2s/widgets/newsletter.php:16
2660
+ msgid "You have already subscribed to the newsletter. Awesome!"
2661
+ msgstr ""
2662
+
2663
+ #: views/b2s/widgets/posts.php:19
2664
+ msgid "Latest Posts"
2665
+ msgstr ""
2666
+
2667
+ #: views/b2s/widgets/posts.php:31
2668
+ msgid "Scheduled Posts"
2669
+ msgstr ""
2670
+
2671
+ #: views/b2s/widgets/premium.php:35
2672
+ msgid "Network Choice"
2673
+ msgstr ""
2674
+
2675
+ #: views/b2s/widgets/premium.php:59
2676
+ msgid "Custom Sharing"
2677
+ msgstr ""
2678
+
2679
+ #: views/b2s/widgets/premium.php:83
2680
+ msgid "Custom Scheduling"
2681
+ msgstr ""
2682
+
2683
+ #: views/b2s/widgets/premium.php:84
2684
+ msgid ""
2685
+ "Unlimited scheduling options: once, repeatedly or recurringly to multiple "
2686
+ "profiles, pages and groups"
2687
+ msgstr ""
2688
+
2689
+ #: views/b2s/widgets/premium.php:95
2690
+ msgid "One-Step Workflow"
2691
+ msgstr ""
2692
+
2693
+ #: views/b2s/widgets/premium.php:107
2694
+ msgid "Reporting"
2695
+ msgstr ""
2696
+
2697
+ #: views/b2s/widgets/premium.php:108
2698
+ msgid ""
2699
+ "All scheduled and published social media posts with direct links for easy "
2700
+ "access or re-sharing"
2701
+ msgstr ""
2702
+
2703
+ #: views/b2s/widgets/premium.php:115
2704
+ msgid "Unlock Premium"
2705
+ msgstr ""
2706
+
2707
+ #: views/b2s/widgets/support.php:9
2708
+ msgid "more FAQ"
2709
+ msgstr ""
2710
+
2711
+ #: views/b2s/widgets/tutorial.php:1
2712
+ msgid "How to work with Blog2Social"
2713
+ msgstr ""
2714
+
2715
+ #: views/b2s/widgets/tutorial.php:2
2716
+ msgid ""
2717
+ "Learn how to get the most out of Blog2Social to promote your blog on social "
2718
+ "media."
2719
+ msgstr ""
2720
+
2721
+ #. Name of the plugin
2722
+ msgid "Blog2Social: Social Media Auto Post & Scheduler"
2723
+ msgstr ""
2724
+
2725
+ #. Description of the plugin
2726
+ msgid ""
2727
+ "Auto publish, schedule & share posts on social media: Facebook, Twitter, "
2728
+ "Google+, XING, LinkedIn, Instagram, ... crosspost to pages & groups"
2729
+ msgstr ""
2730
+
2731
+ #. URI of the plugin
2732
+ #. Author URI of the plugin
2733
+ msgid "https://www.blog2social.com"
2734
+ msgstr ""
2735
+
2736
+ #. Author of the plugin
2737
+ msgid "Blog2Social, Adenion"
2738
+ msgstr ""
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Blog2Social, Adenion
3
  Tags: auto post, auto publish, social media scheduling, social media calendar, social media automation, social media share, auto-publish, scheduling, social media post, social url share, social network share, share tweet, share links, share this, sharethis, social tools, admin, api, auto share to, autopost, auto-Posting, auto-schedule, auto-schedule social media posts, automatic social sharing plugin, blog marketing, blog2social, blogger, buffer, crossposting, cross-promotion, cross-promoting, bloglovin, bloglovin auto post, facebook, facebook auto post, facebook pages, google auto post, 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 post, social media publishing, social media share, social media scheduling tool, social media sharing, social media tool, social network auto publish, social network icon, social network widget, socialmedia, timing, torial, torial auto post, tumblr, twitter, twitter auto post, xing, xing auto post, xing groups, xing gruppen, xing personal profiles, xing company profiles, xing business pages, xing pages, xing seiten, auto post scheduler, repost, social media management, facebook fan page auto post, facebook profile auto post, social auto post, social autoposting, flickr, flickr auto posting, linkedin, linkedin auto posting, linkedin profile, facebook group, facebook gruppen, reddit, reddit auto posting, reddit auto post, social media calendar, editorial calendar, calendar plugin, Social Media Automatisierung, Social Media Management, Kalender, Planungs Kalender, Social Media Kalender, Content Marketing
4
  Donate link: http://www.blog2social.com
5
  Requires at least: 4.2.2
6
- Tested up to: 5.1.0
7
- Stable tag: 5.1.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -335,6 +335,8 @@ We use the official authentication oAUTH methods to third-party applications pro
335
  9. Adjust the best times to schedule in the best time scheduler.
336
 
337
  == Changelog ==
 
 
338
  = 5.1.4 =
339
  Usability Optimization, language portuguese
340
  = 5.1.3 =
@@ -401,6 +403,8 @@ Usabilitiy and Performance Optimization. Select link format or image format indi
401
  Usabilitiy and Performance Optimization. NEW: Select individual images per post. Select link format or image format for your posts. Select your own time zone for scheduling posts. Emoji support.
402
 
403
  == Upgrade Notice ==
 
 
404
  = 5.1.4 =
405
  Usability Optimization, language portuguese
406
  = 5.1.3 =
3
  Tags: auto post, auto publish, social media scheduling, social media calendar, social media automation, social media share, auto-publish, scheduling, social media post, social url share, social network share, share tweet, share links, share this, sharethis, social tools, admin, api, auto share to, autopost, auto-Posting, auto-schedule, auto-schedule social media posts, automatic social sharing plugin, blog marketing, blog2social, blogger, buffer, crossposting, cross-promotion, cross-promoting, bloglovin, bloglovin auto post, facebook, facebook auto post, facebook pages, google auto post, 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 post, social media publishing, social media share, social media scheduling tool, social media sharing, social media tool, social network auto publish, social network icon, social network widget, socialmedia, timing, torial, torial auto post, tumblr, twitter, twitter auto post, xing, xing auto post, xing groups, xing gruppen, xing personal profiles, xing company profiles, xing business pages, xing pages, xing seiten, auto post scheduler, repost, social media management, facebook fan page auto post, facebook profile auto post, social auto post, social autoposting, flickr, flickr auto posting, linkedin, linkedin auto posting, linkedin profile, facebook group, facebook gruppen, reddit, reddit auto posting, reddit auto post, social media calendar, editorial calendar, calendar plugin, Social Media Automatisierung, Social Media Management, Kalender, Planungs Kalender, Social Media Kalender, Content Marketing
4
  Donate link: http://www.blog2social.com
5
  Requires at least: 4.2.2
6
+ Tested up to: 5.1.1
7
+ Stable tag: 5.2.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
335
  9. Adjust the best times to schedule in the best time scheduler.
336
 
337
  == Changelog ==
338
+ = 5.2.0 =
339
+ Usability Optimization
340
  = 5.1.4 =
341
  Usability Optimization, language portuguese
342
  = 5.1.3 =
403
  Usabilitiy and Performance Optimization. NEW: Select individual images per post. Select link format or image format for your posts. Select your own time zone for scheduling posts. Emoji support.
404
 
405
  == Upgrade Notice ==
406
+ = 5.2.0 =
407
+ Usability Optimization
408
  = 5.1.4 =
409
  Usability Optimization, language portuguese
410
  = 5.1.3 =
views/b2s/dashboard.php CHANGED
@@ -5,12 +5,12 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
5
 
6
  <div class="b2s-container">
7
  <div class="b2s-inbox">
8
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
9
  <div class="col-md-6 del-padding-left">
10
  <div class="panel panel-default">
11
  <div class="panel-body" style="min-height: 188px">
12
  <div class="grid-body">
13
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/newsletter.php'); ?>
14
  </div>
15
  </div>
16
  </div>
@@ -19,7 +19,7 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
19
  <div class="panel panel-default">
20
  <div class="panel-body" style="min-height: 188px">
21
  <div class="grid-body">
22
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/tutorial.php'); ?>
23
  </div>
24
  </div>
25
  </div>
@@ -29,7 +29,7 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
29
  <div class="panel panel-default">
30
  <div class="panel-body" style="height: 500px;">
31
  <div class="grid-body">
32
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/calendar.php'); ?>
33
  </div>
34
  </div>
35
  </div>
@@ -40,7 +40,7 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
40
  <div class="panel panel-default">
41
  <div class="panel-body" style="height: 381px;">
42
  <div class="grid-body">
43
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/activity.php'); ?>
44
  </div>
45
  </div>
46
  </div>
@@ -49,7 +49,7 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
49
  <div class="panel panel-default">
50
  <div class="panel-body" style="height: 381px;">
51
  <div class="grid-body">
52
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/posts.php'); ?>
53
  </div>
54
  </div>
55
  </div>
@@ -58,7 +58,7 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
58
  <div class="panel panel-default">
59
  <div class="panel-body" style="min-height: 280px;">
60
  <div class="grid-body">
61
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/content.php'); ?>
62
  </div>
63
  </div>
64
  </div>
@@ -67,7 +67,7 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
67
  <div class="panel panel-default">
68
  <div class="panel-body" style="min-height: 280px;">
69
  <div class="grid-body">
70
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/support.php'); ?>
71
  </div>
72
  </div>
73
  </div>
@@ -75,7 +75,7 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
75
 
76
 
77
  <div class="clearfix"></div>
78
- <?php if (B2S_PLUGIN_USER_VERSION > 0) { ?>
79
  <div class="col-md-12 del-padding-left" style="text-align: center;">
80
  <div class="panel panel-default">
81
  <div class="panel-body">
@@ -89,19 +89,16 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
89
  </div>
90
  </div>
91
  </div>
92
- <?php } ?>
93
  </div>
94
  </div>
95
  <div class="col-md-12">
96
- <?php
97
- $noLegend = 1;
98
- require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml');
99
- ?>
100
  </div>
101
  <div class="clearfix"></div>
102
 
103
  <input type="hidden" id="b2s-redirect-url-sched-post" value="<?php echo $b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-sched'; ?>"/>
104
  <input type="hidden" id="isLegacyMode" value="<?php echo (isset($b2sGeneralOptions['legacy_mode']) ? (int) $b2sGeneralOptions['legacy_mode'] : 0); ?>">
105
-
106
-
107
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php'); ?>
5
 
6
  <div class="b2s-container">
7
  <div class="b2s-inbox">
8
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
9
  <div class="col-md-6 del-padding-left">
10
  <div class="panel panel-default">
11
  <div class="panel-body" style="min-height: 188px">
12
  <div class="grid-body">
13
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/newsletter.php'); ?>
14
  </div>
15
  </div>
16
  </div>
19
  <div class="panel panel-default">
20
  <div class="panel-body" style="min-height: 188px">
21
  <div class="grid-body">
22
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/tutorial.php'); ?>
23
  </div>
24
  </div>
25
  </div>
29
  <div class="panel panel-default">
30
  <div class="panel-body" style="height: 500px;">
31
  <div class="grid-body">
32
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/calendar.php'); ?>
33
  </div>
34
  </div>
35
  </div>
40
  <div class="panel panel-default">
41
  <div class="panel-body" style="height: 381px;">
42
  <div class="grid-body">
43
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/activity.php'); ?>
44
  </div>
45
  </div>
46
  </div>
49
  <div class="panel panel-default">
50
  <div class="panel-body" style="height: 381px;">
51
  <div class="grid-body">
52
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/posts.php'); ?>
53
  </div>
54
  </div>
55
  </div>
58
  <div class="panel panel-default">
59
  <div class="panel-body" style="min-height: 280px;">
60
  <div class="grid-body">
61
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/content.php'); ?>
62
  </div>
63
  </div>
64
  </div>
67
  <div class="panel panel-default">
68
  <div class="panel-body" style="min-height: 280px;">
69
  <div class="grid-body">
70
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/support.php'); ?>
71
  </div>
72
  </div>
73
  </div>
75
 
76
 
77
  <div class="clearfix"></div>
78
+ <?php if (B2S_PLUGIN_USER_VERSION > 0) { ?>
79
  <div class="col-md-12 del-padding-left" style="text-align: center;">
80
  <div class="panel panel-default">
81
  <div class="panel-body">
89
  </div>
90
  </div>
91
  </div>
92
+ <?php } ?>
93
  </div>
94
  </div>
95
  <div class="col-md-12">
96
+ <?php
97
+ $noLegend = 1;
98
+ require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml');
99
+ ?>
100
  </div>
101
  <div class="clearfix"></div>
102
 
103
  <input type="hidden" id="b2s-redirect-url-sched-post" value="<?php echo $b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-sched'; ?>"/>
104
  <input type="hidden" id="isLegacyMode" value="<?php echo (isset($b2sGeneralOptions['legacy_mode']) ? (int) $b2sGeneralOptions['legacy_mode'] : 0); ?>">
 
 
 
views/b2s/howto.php CHANGED
@@ -55,6 +55,4 @@
55
  </div>
56
  </div>
57
  </div>
58
- </div>
59
-
60
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');?>
55
  </div>
56
  </div>
57
  </div>
58
+ </div>
 
 
views/b2s/html/header.phtml CHANGED
@@ -66,8 +66,8 @@ if ($b2sPrivacyPolicy !== false) {
66
  <!-- Info TOS -->
67
  <div class="panel panel-group b2s-tos">
68
  <div class="panel-body">
69
- <span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> <?php _e('Google has announced to cease its consumer services of Google+ and its APIs. To help you keep on sharing content with your followers on Google+, you can now use Blog2Social Instant Sharing to share on Google+ profiles, pages and in groups.', 'blog2social') ?>
70
- <a href="<?php echo B2S_Tools::getSupportLink('network_tos_google_201812'); ?>" target="_blank"><?php _e('read more', 'blog2social'); ?></a>
71
  </div>
72
  </div>
73
 
66
  <!-- Info TOS -->
67
  <div class="panel panel-group b2s-tos">
68
  <div class="panel-body">
69
+ <span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> <?php _e('XING will no longer support existing APIs to third-party tools, so the current interface will be shut down by 31.03.2019. Therefore, we are now offering you a new XING interface to allow you rescheduling your social media post for XING. From now on you can connect your XING profile, as well as your XING company pages (Employer branding profiles) and business pages with Blog2Social via the new XING interface. To do this, go to the Blog2Social "Networks" section and connect your XING account with XING. Please check whether you have scheduled social media posts for XING beyond 31st March 2019. Make sure to reschedule these posts with the new XING interface so that your posts will be published after 31st March 2019 on your XING accounts. Make sure you schedule and share all new posts with new XING connection.', 'blog2social') ?>
70
+ <a href="admin.php?page=blog2social-sched&b2sShowByNetwork=8"><?php _e('Click here to find all posts for your XING accounts that are scheduled for 31st March 2019 or later.', 'blog2social'); ?></a>
71
  </div>
72
  </div>
73
 
views/b2s/network.php CHANGED
@@ -229,7 +229,4 @@ $networkData = $networkItem->getData();
229
  <input type="hidden" id="b2sUserLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
230
  <input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
231
  <input type="hidden" id="b2sUserVersion" value="<?php echo B2S_PLUGIN_USER_VERSION; ?>">
232
- <input type="hidden" id="b2s-redirect-url-sched-post" value="<?php echo $b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-sched'; ?>"/>
233
-
234
-
235
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php'); ?>
229
  <input type="hidden" id="b2sUserLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
230
  <input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
231
  <input type="hidden" id="b2sUserVersion" value="<?php echo B2S_PLUGIN_USER_VERSION; ?>">
232
+ <input type="hidden" id="b2s-redirect-url-sched-post" value="<?php echo $b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-sched'; ?>"/>
 
 
 
views/b2s/partials/network-tos-modal.php DELETED
@@ -1,43 +0,0 @@
1
- <!--Info TOS Facebook 072018 - Facebook Instant Sharing by manuell-->
2
- <?php $b2sNetworkTosAccept = get_option('B2S_PLUGIN_NETWORK_TOS_ACCEPT_072018_USER_' . B2S_PLUGIN_BLOG_USER_ID); ?>
3
- <input type="hidden" id="b2sNetworkTosAccept" value="<?php echo (($b2sNetworkTosAccept !== false || $showPrivacyPolicy !== false) ? 1 : 0); ?>">
4
- <div class="modal fade" id="b2sNetworkTosAcceptModal" tabindex="-1" role="dialog" aria-labelledby="b2sNetworkTosAcceptModal" aria-hidden="true" data-backdrop="false">
5
- <div class="modal-dialog">
6
- <div class="modal-content">
7
- <div class="modal-header">
8
- <h4><?php _e('Posting on Facebook Profiles – Introducing Facebook Instant Sharing', 'blog2social'); ?></h4>
9
- </div>
10
- <div class="modal-body">
11
- <?php _e('As part of recent updates to the Facebook Platform Policies, Facebook introduced significant changes to the APIs that third-party programs, such as social media marketing tools, are using to access the platform.', 'blog2social') ?>
12
- <br>
13
- <br>
14
- <?php _e('Due to Facebook API changes, starting on 1st August 2018, access to personal Facebook Profiles has been severely restricted for all social media tools. Automated posting on personal Facebook Profiles is no longer allowed with any social media tool or app.', 'blog2social') ?>
15
- <a href="<?php echo B2S_Tools::getSupportLink('network_tos_faq_news_072018'); ?>" target="_blank"><?php _e('read more', 'blog2social'); ?></a>
16
- <br>
17
- <br>
18
- <strong><?php _e('What does this mean for your Social Media Marketing?', 'blog2social'); ?></strong>
19
- <br>
20
- <?php _e('Sharing your posts on your Facebook Profile will still be possible with Blog2Social! To help you keep sharing content with your followers, Blog2Social is now introducing Instant Sharing for Facebook.', 'blog2social'); ?>
21
- <br>
22
- <?php _e('Instant Sharing will not only let you share content on your Facebook Profile. You will also be able to share in Groups, Events and more!', 'blog2social'); ?>
23
- <br>
24
- <a href="<?php echo B2S_Tools::getSupportLink('network_tos_faq_072018'); ?>" target="_blank"><?php _e('Learn how to use all the new features of Facebook Instant Sharing including @handles, emotions, and more customizing features!', 'blog2social'); ?></a>
25
- <br>
26
- <br>
27
- <strong<?php _e('Please note:', 'blog2social'); ?></strong>
28
- <br>
29
- <?php _e('Changes to the API currently only affect personal Facebook Profiles. Sharing your posts automatically on your Facebook Pages will also still be possible with social media tools. And of course, Blog2Social will continue to support automated posting on Facebook Pages.', 'blog2social'); ?>
30
- <br>
31
- <?php _e('If you are using your personal Facebook Profile for business, promotion, or publishing purposes, you might also consider converting your personal Facebook Profile to a Facebook Page.', 'blog2social'); ?>
32
- <br>
33
- <a href="<?php echo B2S_Tools::getSupportLink('network_tos_faq_2_072018'); ?>" target="_blank"><?php _e('Learn how to convert your Facebook Profile to a Facebook Page', 'blog2social'); ?></a>
34
- <br>
35
- <br>
36
- <div class="clearfix"></div>
37
- <div class="text-center">
38
- <button type="button" id="b2s-network-tos-accept-btn" class="btn btn-primary"><?php _e("I understand the Facebook changes", "blog2social"); ?></button>
39
- </div>
40
- </div>
41
- </div>
42
- </div>
43
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
views/b2s/partials/post-edit-modal.php CHANGED
@@ -23,10 +23,10 @@
23
  <input type="hidden" class="b2sChangeOgMeta b2s-input-hidden" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" name="change_og_meta" value="0">
24
  <input type="hidden" class="b2sChangeCardMeta b2s-input-hidden" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" name="change_card_meta" value="0">
25
  <input type="hidden" class="b2s-input-hidden" id="b2sUserTimeZone" name="user_timezone" value="0">
26
- <input type="hidden" class="b2s-input-hidden" id="b2sRelayPrimaryPostId" name="relay_primary_post_id" value="<?= $item->getRelayPrimaryPostId(); ?>">
27
- <input type="hidden" class="b2s-input-hidden" id="b2sRelayPrimarySchedDate" name="relay_primary_sched_date" value="<?= $item->getRelayPrimarySchedDate(); ?>">
28
- <input type="hidden" class="b2s-input-hidden" id="b2sPostForRelay" name="post_for_relay" value="<?= $item->getPostForRelay(); ?>">
29
- <input type="hidden" class="b2s-input-hidden" id="b2sPostForApprove" name="post_for_approve" value="<?= $item->getPostForApprove(); ?>">
30
  <input type="hidden" class="b2s-input-hidden" id="b2sCurrentPostFormat" value="<?= $item->getPostFormat(); ?>">
31
  <input type="hidden" class="b2s-input-hidden" id="b2sNetworkAuthId" name="network_auth_id" value="<?= $item->getNetworkAuthId(); ?>">
32
 
@@ -39,54 +39,69 @@
39
  <?= $item->getEditHtml(); ?>
40
  <div class="panel panel-group">
41
  <div class="b2s-post-item-details-release-area-details">
42
- <ul class="list-group b2s-post-item-details-release-area-details-ul" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>">
43
- <li class="list-group-item">
44
- <div class="form-group b2s-post-item-details-release-area-details-row" data-network-count="1" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>">
45
- <?php if ((int) $item->getRelayPrimaryPostId() == 0) { ?>
46
- <div class="clearfix"></div>
47
- <label class="col-xs-3 del-padding-left b2s-post-item-details-release-area-label-date" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1"><?= __('Date', 'blog2social'); ?></label>
48
- <label class="col-xs-3 del-padding-left b2s-post-item-details-release-area-label-time" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1"><?= __('Time', 'blog2social'); ?></label>
49
- <div class="clearfix"></div>
50
- <div class="col-xs-3 del-padding-left b2s-post-item-details-release-area-label-date" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1"><input type="text" placeholder="<?= __('Date', 'blog2social'); ?>" name="b2s[<?= $item->getNetworkAuthId(); ?>][date][0]" data-network-id="<?= $item->getNetworkId(); ?>" data-network-type="<?= $item->getNetworkType(); ?>" data-network-count="0" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" class="b2s-post-item-details-release-input-date form-control" value="<?= (substr(B2S_LANGUAGE, 0, 2) == 'de') ? date('d.m.Y', $item->getSchedDate()) : date('Y-m-d', $item->getSchedDate()); ?>" style="min-width: 93px;"></div>
51
- <div class="col-xs-3 del-padding-left b2s-post-item-details-release-area-label-time" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1"><input type="text" placeholder="<?= __('Time', 'blog2social'); ?>" name="b2s[<?= $item->getNetworkAuthId(); ?>][time][0]" data-network-id="<?= $item->getNetworkId(); ?>" data-network-type="<?= $item->getNetworkType(); ?>" data-network-count="0" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" class="b2s-post-item-details-release-input-time form-control" value="<?= date('H:i', $item->getSchedDate()); ?>"></div>
52
- <div class="col-xs-5 del-padding-left b2s-post-item-details-release-area-label-day" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1">
53
- <?php
54
- //is relay post ?
55
- } else {
56
- ?>
 
 
 
 
57
  <div class="clearfix"></div>
58
- <label class="col-xs-3 del-padding-left b2s-post-item-details-relay-area-label-delay" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1"><?= __('Delay', 'blog2social'); ?></label>
 
59
  <div class="clearfix"></div>
60
- <div class="col-xs-3 del-padding-left b2s-post-item-details-relay-area-div-delay" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1">
61
- <select name="b2s[<?= $item->getNetworkAuthId(); ?>][post_relay_delay][0]" class="form-control b2s-select b2s-post-item-details-relay-input-delay" data-network-count="0" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>">
62
- <option value="15" <?= (($item->getRelayDelayMin() == 15) ? 'selected' : ''); ?> >15 <?= __('min', 'blog2social') ?></option>
63
- <option value="30" <?= (($item->getRelayDelayMin() == 30) ? 'selected' : ''); ?>>30 <?= __('min', 'blog2social') ?></option>
64
- <option value="45" <?= (($item->getRelayDelayMin() == 45) ? 'selected' : ''); ?>>45 <?= __('min', 'blog2social') ?></option>
65
- <option value="60" <?= (($item->getRelayDelayMin() == 60) ? 'selected' : ''); ?>>60 <?= __('min', 'blog2social') ?></option>
66
- </select>
67
- </div>
68
- <div class="col-xs-9">
69
- <strong><?= __('The orginal tweet is scheduled on:', 'blog2social') ?> <?= B2S_Util::getCustomDateFormat($item->getRelayPrimarySchedDate(), substr(B2S_LANGUAGE, 0, 2)) ?></strong>
70
- </div>
71
- <?php } ?>
72
- </div>
73
- <div class="clearfix"></div>
74
- </li>
75
- </ul>
76
- </div>
77
- </div>
78
- <?php if (!$lock_user_id || $lock_user_id == get_current_user_id()) { ?>
79
- <div class="col-xs-12" style="margin-top: 20px;">
80
- <div class="pull-left" style="line-height: 33px">
81
- <span class="b2s-edit-post-delete btn btn-danger" data-post-for-relay="<?= $item->getPostForRelay(); ?>" data-post-for-approve="<?= $item->getPostForApprove(); ?>" data-post-id="<?= $item->getPostId(); ?>" data-b2s-id="<?= $item->getB2SId(); ?>">
82
- <span class="glyphicon glyphicon glyphicon-trash "></span> <?= esc_attr(__("Delete", "blog2social")); ?>
83
- </span>
84
- </div>
85
- <div class="pull-right">
86
- <input class="btn btn-success pull-right b2s-edit-post-save-this" type="submit" value="<?= esc_attr(__('Change details', 'blog2social')); ?>" data-post-id="<?= $item->getPostId(); ?>" data-b2s-id="<?= $item->getB2SId(); ?>">
87
  </div>
88
  </div>
89
- <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
90
  </form>
91
  </div>
92
  </div>
23
  <input type="hidden" class="b2sChangeOgMeta b2s-input-hidden" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" name="change_og_meta" value="0">
24
  <input type="hidden" class="b2sChangeCardMeta b2s-input-hidden" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" name="change_card_meta" value="0">
25
  <input type="hidden" class="b2s-input-hidden" id="b2sUserTimeZone" name="user_timezone" value="0">
26
+ <input type="hidden" class="b2s-input-hidden" id="b2sRelayPrimaryPostId" name="relay_primary_post_id" value="<?= $item->getRelayPrimaryPostId(); ?>">
27
+ <input type="hidden" class="b2s-input-hidden" id="b2sRelayPrimarySchedDate" name="relay_primary_sched_date" value="<?= $item->getRelayPrimarySchedDate(); ?>">
28
+ <input type="hidden" class="b2s-input-hidden" id="b2sPostForRelay" name="post_for_relay" value="<?= $item->getPostForRelay(); ?>">
29
+ <input type="hidden" class="b2s-input-hidden" id="b2sPostForApprove" name="post_for_approve" value="<?= $item->getPostForApprove(); ?>">
30
  <input type="hidden" class="b2s-input-hidden" id="b2sCurrentPostFormat" value="<?= $item->getPostFormat(); ?>">
31
  <input type="hidden" class="b2s-input-hidden" id="b2sNetworkAuthId" name="network_auth_id" value="<?= $item->getNetworkAuthId(); ?>">
32
 
39
  <?= $item->getEditHtml(); ?>
40
  <div class="panel panel-group">
41
  <div class="b2s-post-item-details-release-area-details">
42
+ <!-- deprecated Network Xing,G+ 8,10 -->
43
+ <?php if ($item->getNetworkId() == 8 || $item->getNetworkId() == 10) { ?>
44
+ <div class="network-tos-deprecated-warning alert alert-danger" style="display: none;" data-network-id="<?= $item->getNetworkId(); ?>" data-network-count="0" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>">
45
+ <?php
46
+ if ($item->getNetworkId() == 8) {
47
+ _e("Please note: Your account is connected via an old XING API that is no longer supported by XING after March 31. Please connect your XING profile, as well as your XING company pages (Employer branding profiles) and business pages with the new XING interface in the Blog2Social network settings. To do this, go to the Blog2Social Networks section and connect your XING accounts with the new XING.", "blog2social");
48
+ ?> <a href="<?= B2S_Tools::getSupportLink('network_tos_blog_032019'); ?>" target="_blank"><?= __('Learn more', 'blog2social') ?></a>
49
+ <?php
50
+ } else {
51
+ _e("Please note: Google will shut down Google+ for all private accounts (profiles, pages, groups) on 2nd April 2019. You can find further information and the next steps, including how to download your photos and other content here:", "blog2social");
52
+ ?> <a href="https://support.google.com/plus/answer/9195133" target="_blank">https://support.google.com/plus/answer/9195133</a>
53
+ <?php } ?>
54
+ </div>
55
+ <?php } ?>
56
+
57
+ <ul class="list-group b2s-post-item-details-release-area-details-ul" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>">
58
+ <li class="list-group-item">
59
+ <div class="form-group b2s-post-item-details-release-area-details-row" data-network-count="1" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>">
60
+ <?php if ((int) $item->getRelayPrimaryPostId() == 0) { ?>
61
  <div class="clearfix"></div>
62
+ <label class="col-xs-3 del-padding-left b2s-post-item-details-release-area-label-date" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1"><?= __('Date', 'blog2social'); ?></label>
63
+ <label class="col-xs-3 del-padding-left b2s-post-item-details-release-area-label-time" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1"><?= __('Time', 'blog2social'); ?></label>
64
  <div class="clearfix"></div>
65
+ <div class="col-xs-3 del-padding-left b2s-post-item-details-release-area-label-date" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1"><input type="text" placeholder="<?= __('Date', 'blog2social'); ?>" name="b2s[<?= $item->getNetworkAuthId(); ?>][date][0]" data-network-id="<?= $item->getNetworkId(); ?>" data-network-type="<?= $item->getNetworkType(); ?>" data-network-count="0" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" class="b2s-post-item-details-release-input-date form-control" value="<?= (substr(B2S_LANGUAGE, 0, 2) == 'de') ? date('d.m.Y', $item->getSchedDate()) : date('Y-m-d', $item->getSchedDate()); ?>" style="min-width: 93px;"></div>
66
+ <div class="col-xs-3 del-padding-left b2s-post-item-details-release-area-label-time" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1"><input type="text" placeholder="<?= __('Time', 'blog2social'); ?>" name="b2s[<?= $item->getNetworkAuthId(); ?>][time][0]" data-network-id="<?= $item->getNetworkId(); ?>" data-network-type="<?= $item->getNetworkType(); ?>" data-network-count="0" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" class="b2s-post-item-details-release-input-time form-control" value="<?= date('H:i', $item->getSchedDate()); ?>"></div>
67
+ <div class="col-xs-5 del-padding-left b2s-post-item-details-release-area-label-day" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1">
68
+ <?php
69
+ //is relay post ?
70
+ } else {
71
+ ?>
72
+ <div class="clearfix"></div>
73
+ <label class="col-xs-3 del-padding-left b2s-post-item-details-relay-area-label-delay" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1"><?= __('Delay', 'blog2social'); ?></label>
74
+ <div class="clearfix"></div>
75
+ <div class="col-xs-3 del-padding-left b2s-post-item-details-relay-area-div-delay" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" data-network-count="1">
76
+ <select name="b2s[<?= $item->getNetworkAuthId(); ?>][post_relay_delay][0]" class="form-control b2s-select b2s-post-item-details-relay-input-delay" data-network-count="0" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>">
77
+ <option value="15" <?= (($item->getRelayDelayMin() == 15) ? 'selected' : ''); ?> >15 <?= __('min', 'blog2social') ?></option>
78
+ <option value="30" <?= (($item->getRelayDelayMin() == 30) ? 'selected' : ''); ?>>30 <?= __('min', 'blog2social') ?></option>
79
+ <option value="45" <?= (($item->getRelayDelayMin() == 45) ? 'selected' : ''); ?>>45 <?= __('min', 'blog2social') ?></option>
80
+ <option value="60" <?= (($item->getRelayDelayMin() == 60) ? 'selected' : ''); ?>>60 <?= __('min', 'blog2social') ?></option>
81
+ </select>
82
+ </div>
83
+ <div class="col-xs-9">
84
+ <strong><?= __('The orginal tweet is scheduled on:', 'blog2social') ?> <?= B2S_Util::getCustomDateFormat($item->getRelayPrimarySchedDate(), substr(B2S_LANGUAGE, 0, 2)) ?></strong>
85
+ </div>
86
+ <?php } ?>
87
+ </div>
88
+ <div class="clearfix"></div>
89
+ </li>
90
+ </ul>
 
91
  </div>
92
  </div>
93
+ <?php if (!$lock_user_id || $lock_user_id == get_current_user_id()) { ?>
94
+ <div class="col-xs-12" style="margin-top: 20px;">
95
+ <div class="pull-left" style="line-height: 33px">
96
+ <span class="b2s-edit-post-delete btn btn-danger" data-post-for-relay="<?= $item->getPostForRelay(); ?>" data-post-for-approve="<?= $item->getPostForApprove(); ?>" data-post-id="<?= $item->getPostId(); ?>" data-b2s-id="<?= $item->getB2SId(); ?>">
97
+ <span class="glyphicon glyphicon glyphicon-trash "></span> <?= esc_attr(__("Delete", "blog2social")); ?>
98
+ </span>
99
+ </div>
100
+ <div class="pull-right">
101
+ <input class="btn btn-success pull-right b2s-edit-post-save-this" type="submit" value="<?= esc_attr(__('Change details', 'blog2social')); ?>" data-post-id="<?= $item->getPostId(); ?>" data-b2s-id="<?= $item->getB2SId(); ?>">
102
+ </div>
103
+ </div>
104
+ <?php } ?>
105
  </form>
106
  </div>
107
  </div>
views/b2s/post.approve.php CHANGED
@@ -106,7 +106,3 @@ $b2sPostBlogId = isset($_GET['b2sPostBlogId']) ? (int) $_GET['b2sPostBlogId'] :
106
  </div>
107
  </div>
108
  </div>
109
-
110
-
111
- <?php
112
- require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');
106
  </div>
107
  </div>
108
  </div>
 
 
 
 
views/b2s/post.calendar.php CHANGED
@@ -286,6 +286,4 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
286
  </div>
287
  </div>
288
  </div>
289
- </div>
290
-
291
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php'); ?>
286
  </div>
287
  </div>
288
  </div>
289
+ </div>
 
 
views/b2s/post.notice.php CHANGED
@@ -79,6 +79,4 @@ $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) :
79
  </div>
80
 
81
  <input type="hidden" id="b2sLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
82
- <input type="hidden" id="b2sUserLang" value="<?php echo strtolower(substr(get_locale(), 0, 2)); ?>">
83
-
84
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');?>
79
  </div>
80
 
81
  <input type="hidden" id="b2sLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
82
+ <input type="hidden" id="b2sUserLang" value="<?php echo strtolower(substr(get_locale(), 0, 2)); ?>">
 
 
views/b2s/post.php CHANGED
@@ -55,6 +55,4 @@ require_once (B2S_PLUGIN_DIR . 'includes/Util.php');
55
  </div>
56
 
57
  <input type="hidden" id="b2sLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
58
- <input type="hidden" id="b2sUserLang" value="<?php echo strtolower(substr(get_locale(), 0, 2)); ?>">
59
-
60
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php'); ?>
55
  </div>
56
 
57
  <input type="hidden" id="b2sLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
58
+ <input type="hidden" id="b2sUserLang" value="<?php echo strtolower(substr(get_locale(), 0, 2)); ?>">
 
 
views/b2s/post.publish.php CHANGED
@@ -79,6 +79,4 @@ $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) :
79
  </div>
80
 
81
  <input type="hidden" id="b2sLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
82
- <input type="hidden" id="b2sUserLang" value="<?php echo strtolower(substr(get_locale(), 0, 2)); ?>">
83
-
84
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');?>
79
  </div>
80
 
81
  <input type="hidden" id="b2sLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
82
+ <input type="hidden" id="b2sUserLang" value="<?php echo strtolower(substr(get_locale(), 0, 2)); ?>">
 
 
views/b2s/post.sched.php CHANGED
@@ -6,6 +6,7 @@ require_once B2S_PLUGIN_DIR . 'includes/B2S/Settings/Item.php';
6
  $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) : "";
7
  $b2sUserAuthId = isset($_GET['b2sUserAuthId']) ? (int) $_GET['b2sUserAuthId'] : "";
8
  $b2sPostBlogId = isset($_GET['b2sPostBlogId']) ? (int) $_GET['b2sPostBlogId'] : "";
 
9
  $options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
10
  $optionUserTimeZone = $options->_getOption('user_time_zone');
11
  $userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
@@ -32,6 +33,7 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
32
  <input id="b2sShowByDate" type="hidden" value="<?php echo $b2sShowByDate; ?>" name="b2sShowByDate">
33
  <input id="b2sUserAuthId" type="hidden" value="<?php echo $b2sUserAuthId; ?>" name="b2sUserAuthId">
34
  <input id="b2sPostBlogId" type="hidden" value="<?php echo $b2sPostBlogId; ?>" name="b2sPostBlogId">
 
35
  <input id="b2sPagination" type="hidden" value="1" name="b2sPagination">
36
  <?php
37
  $postFilter = new B2S_Post_Filter('sched');
@@ -171,7 +173,4 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
171
  var b2s_plugin_url = '<?= B2S_PLUGIN_URL; ?>';
172
  var b2s_post_formats = <?= json_encode(array('post' => array(__('Link Post', 'blog2social'), __('Photo Post', 'blog2social')), 'image' => array(__('Image with frame'), __('Image cut out')))); ?>;
173
  var b2s_is_calendar = true;
174
- </script>
175
-
176
-
177
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');?>
6
  $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) : "";
7
  $b2sUserAuthId = isset($_GET['b2sUserAuthId']) ? (int) $_GET['b2sUserAuthId'] : "";
8
  $b2sPostBlogId = isset($_GET['b2sPostBlogId']) ? (int) $_GET['b2sPostBlogId'] : "";
9
+ $b2sShowByNetwork = isset($_GET['b2sShowByNetwork']) ? (int) $_GET['b2sShowByNetwork'] : "";
10
  $options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
11
  $optionUserTimeZone = $options->_getOption('user_time_zone');
12
  $userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
33
  <input id="b2sShowByDate" type="hidden" value="<?php echo $b2sShowByDate; ?>" name="b2sShowByDate">
34
  <input id="b2sUserAuthId" type="hidden" value="<?php echo $b2sUserAuthId; ?>" name="b2sUserAuthId">
35
  <input id="b2sPostBlogId" type="hidden" value="<?php echo $b2sPostBlogId; ?>" name="b2sPostBlogId">
36
+ <input id="b2sShowByNetwork" type="hidden" value="<?php echo $b2sShowByNetwork; ?>" name="b2sShowByNetwork">
37
  <input id="b2sPagination" type="hidden" value="1" name="b2sPagination">
38
  <?php
39
  $postFilter = new B2S_Post_Filter('sched');
173
  var b2s_plugin_url = '<?= B2S_PLUGIN_URL; ?>';
174
  var b2s_post_formats = <?= json_encode(array('post' => array(__('Link Post', 'blog2social'), __('Photo Post', 'blog2social')), 'image' => array(__('Image with frame'), __('Image cut out')))); ?>;
175
  var b2s_is_calendar = true;
176
+ </script>
 
 
 
views/b2s/premium.php CHANGED
@@ -129,6 +129,4 @@
129
  </div>
130
  </div>
131
  </div>
132
- </div>
133
-
134
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');?>
129
  </div>
130
  </div>
131
  </div>
132
+ </div>
 
 
views/b2s/settings.php CHANGED
@@ -248,8 +248,6 @@ $settingsItem = new B2S_Settings_Item();
248
  </div>
249
  </div>
250
 
251
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php'); ?>
252
-
253
 
254
 
255
 
248
  </div>
249
  </div>
250
 
 
 
251
 
252
 
253
 
views/b2s/ship.php CHANGED
@@ -8,6 +8,7 @@ delete_option('B2S_PLUGIN_POST_META_TAGES_OG_' . (int) $_GET['postId']);
8
  delete_option('B2S_PLUGIN_POST_CONTENT_' . (int) $_GET['postId']);
9
  B2S_Tools::checkUserBlogUrl();
10
  $userLang = strtolower(substr(get_locale(), 0, 2));
 
11
  $postData = get_post((int) $_GET['postId']);
12
  $selProfile = isset($_GET['profile']) ? (int) $_GET['profile'] : 0;
13
  $selImg = isset($_GET['img']) ? base64_decode($_GET['img']) : '';
@@ -453,6 +454,22 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
453
  </div>
454
 
455
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
456
 
457
  <div id="b2s-post-ship-item-post-format-modal" class="modal fade" role="dialog" aria-labelledby="b2s-post-ship-item-post-format-modal" aria-hidden="true" data-backdrop="false">
458
  <div class="modal-dialog modal-lg">
@@ -520,15 +537,14 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
520
  <input type="hidden" id="b2sPostType" value="<?php echo (isset($_GET['b2sPostType']) && $_GET['b2sPostType'] == 'ex') ? 'ex' : ''; ?>">
521
  <input type="hidden" id="b2sDefault_url" name="default_url" value="<?php echo (isset($_GET['b2sPostType']) && $_GET['b2sPostType'] == 'ex') ? $postData->guid : (get_permalink($postData->ID) !== false ? get_permalink($postData->ID) : $postData->guid); ?>">
522
  <input type="hidden" id="b2sPortalImagePath" value="<?php echo plugins_url('/assets/images/portale/', B2S_PLUGIN_FILE); ?>">
 
523
  <input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
524
  <input type="hidden" id="b2sTwitterOrginalPost" value="">
525
  <input type="hidden" id="b2sJsTextLoading" value="<?php _e('Loading...', 'blog2social') ?>">
526
  <input type="hidden" id="b2sJsTextPublish" value="<?php _e('published', 'blog2social') ?>">
527
-
528
  <input type="hidden" id="b2sJsTextConnectionFail" value="<?php _e('The connection to the server failed. Try again!', 'blog2social') ?>">
529
  <input type="hidden" id="b2sJsTextConnectionFailLink" value="<?php echo ($userLang == 'de') ? 'https://www.blog2social.com/de/faq/content/9/108/de/die-verbindung-zum-server-ist-fehlgeschlagen-bitte-versuche-es-erneut.html' : 'https://www.blog2social.com/en/faq/content/9/106/en/the-connection-to-the-server-failed-please-try-again.html'; ?>">
530
  <input type="hidden" id="b2sJsTextConnectionFailLinkText" value="<?php _e('Give me more information', 'blog2social') ?>">
531
-
532
  <input type="hidden" id="b2sSelectedNetworkAuthId" value="<?php echo (isset($_GET['network_auth_id']) && (int) $_GET['network_auth_id'] > 0) ? (int) $_GET['network_auth_id'] : ''; ?>">
533
  <input type="hidden" id="b2sDefaultNoImage" value="<?php echo plugins_url('/assets/images/no-image.png', B2S_PLUGIN_FILE); ?>">
534
  <input type="hidden" id="isMetaChecked" value="<?php echo $postData->ID; ?>">
@@ -545,6 +561,4 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
545
  <input type="hidden" id="b2sSchedPostInfoIgnore" value="0">
546
  <?php
547
  }
548
-
549
- require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');
550
 
8
  delete_option('B2S_PLUGIN_POST_CONTENT_' . (int) $_GET['postId']);
9
  B2S_Tools::checkUserBlogUrl();
10
  $userLang = strtolower(substr(get_locale(), 0, 2));
11
+ $tosCrossPosting = unserialize(B2S_PLUGIN_NETWORK_CROSSPOSTING_LIMIT);
12
  $postData = get_post((int) $_GET['postId']);
13
  $selProfile = isset($_GET['profile']) ? (int) $_GET['profile'] : 0;
14
  $selImg = isset($_GET['img']) ? base64_decode($_GET['img']) : '';
454
  </div>
455
 
456
 
457
+ <div id="b2s-tos-xing-group-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="b2s-tos-xing-group-modal" aria-hidden="true" data-backdrop="false">
458
+ <div class="modal-dialog">
459
+ <div class="modal-content">
460
+ <div class="modal-header">
461
+ <button type="button" class="b2s-modal-close close" data-modal-name="#b2s-tos-xing-group-modal">&times;</button>
462
+ <h4 class="modal-title"><?php _e('Important infomationen about XING groups', 'blog2social') ?> </h4>
463
+ </div>
464
+ <div class="modal-body">
465
+ <?php _e('Please follow the new XING guidelines for crossposting in XING groups: You can only publish identical content once within one group. You can publish identical content in different groups for up to three times. You can find more information about this in our FAQ.', 'blog2Social') ?>
466
+ <a href="<?php echo B2S_Tools::getSupportLink('network_tos_blog_032019'); ?>" target="_blank"><?php _e('Learn more', 'blog2social') ?></a>
467
+ </div>
468
+ </div>
469
+ </div>
470
+ </div>
471
+
472
+
473
 
474
  <div id="b2s-post-ship-item-post-format-modal" class="modal fade" role="dialog" aria-labelledby="b2s-post-ship-item-post-format-modal" aria-hidden="true" data-backdrop="false">
475
  <div class="modal-dialog modal-lg">
537
  <input type="hidden" id="b2sPostType" value="<?php echo (isset($_GET['b2sPostType']) && $_GET['b2sPostType'] == 'ex') ? 'ex' : ''; ?>">
538
  <input type="hidden" id="b2sDefault_url" name="default_url" value="<?php echo (isset($_GET['b2sPostType']) && $_GET['b2sPostType'] == 'ex') ? $postData->guid : (get_permalink($postData->ID) !== false ? get_permalink($postData->ID) : $postData->guid); ?>">
539
  <input type="hidden" id="b2sPortalImagePath" value="<?php echo plugins_url('/assets/images/portale/', B2S_PLUGIN_FILE); ?>">
540
+ <input type="hidden" id="b2sTosXingGroupCrosspostingLimit" value="<?php echo $tosCrossPosting[19][2]; ?>">
541
  <input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
542
  <input type="hidden" id="b2sTwitterOrginalPost" value="">
543
  <input type="hidden" id="b2sJsTextLoading" value="<?php _e('Loading...', 'blog2social') ?>">
544
  <input type="hidden" id="b2sJsTextPublish" value="<?php _e('published', 'blog2social') ?>">
 
545
  <input type="hidden" id="b2sJsTextConnectionFail" value="<?php _e('The connection to the server failed. Try again!', 'blog2social') ?>">
546
  <input type="hidden" id="b2sJsTextConnectionFailLink" value="<?php echo ($userLang == 'de') ? 'https://www.blog2social.com/de/faq/content/9/108/de/die-verbindung-zum-server-ist-fehlgeschlagen-bitte-versuche-es-erneut.html' : 'https://www.blog2social.com/en/faq/content/9/106/en/the-connection-to-the-server-failed-please-try-again.html'; ?>">
547
  <input type="hidden" id="b2sJsTextConnectionFailLinkText" value="<?php _e('Give me more information', 'blog2social') ?>">
 
548
  <input type="hidden" id="b2sSelectedNetworkAuthId" value="<?php echo (isset($_GET['network_auth_id']) && (int) $_GET['network_auth_id'] > 0) ? (int) $_GET['network_auth_id'] : ''; ?>">
549
  <input type="hidden" id="b2sDefaultNoImage" value="<?php echo plugins_url('/assets/images/no-image.png', B2S_PLUGIN_FILE); ?>">
550
  <input type="hidden" id="isMetaChecked" value="<?php echo $postData->ID; ?>">
561
  <input type="hidden" id="b2sSchedPostInfoIgnore" value="0">
562
  <?php
563
  }
 
 
564
 
views/b2s/widgets/support.php CHANGED
@@ -6,5 +6,5 @@
6
  <div class="clearfix"></div>
7
  </div>
8
  <div class="b2s-faq-content"></div>
9
- <a id="b2s-faq-button" target="_blank" class="btn btn-primary" href="<?php echo B2S_Tools::getSupportLink('faq'); ?>"><?php _e('more FAQ', 'blog2social') ?></a>
10
  </div>
6
  <div class="clearfix"></div>
7
  </div>
8
  <div class="b2s-faq-content"></div>
9
+ <a id="b2s-faq-button" target="_blank" class="btn btn-primary" href="<?php echo B2S_Tools::getSupportLink('faq_direct'); ?>"><?php _e('more FAQ', 'blog2social') ?></a>
10
  </div>