Blog2Social: Social Media Auto Post & Scheduler - Version 4.7.0

Version Description

Usability Optimization

Download this release

Release Info

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

Code changes from version 4.6.0 to 4.7.0

Files changed (51) hide show
  1. assets/css/b2s/network.css +44 -3
  2. assets/css/b2s/post.css +1 -1
  3. assets/css/b2s/post.sched.css +186 -5
  4. assets/css/b2s/settings.css +7 -0
  5. assets/css/b2s/ship.css +8 -0
  6. assets/css/b2s/wp/post-box.css +3 -0
  7. assets/css/general.css +9 -0
  8. assets/js/b2s/calendar.js +39 -30
  9. assets/js/b2s/general.js +1 -0
  10. assets/js/b2s/howto.js +35 -0
  11. assets/js/b2s/network.js +87 -0
  12. assets/js/b2s/network.tos.js +26 -0
  13. assets/js/b2s/post.js +173 -119
  14. assets/js/b2s/settings.js +26 -0
  15. assets/js/b2s/ship.js +92 -96
  16. assets/js/b2s/start.js +2 -2
  17. assets/js/b2s/wp/post-box.js +41 -13
  18. blog2social.php +2 -2
  19. includes/Ajax/Get.php +22 -8
  20. includes/Ajax/Post.php +43 -55
  21. includes/B2S/Network/Item.php +45 -25
  22. includes/B2S/Post/Item.php +11 -10
  23. includes/B2S/PostBox.php +18 -3
  24. includes/B2S/Rating.php +1 -1
  25. includes/B2S/Settings/Item.php +14 -7
  26. includes/B2S/Ship/Item.php +15 -6
  27. includes/B2S/Ship/Save.php +12 -9
  28. includes/Form.php +11 -0
  29. includes/Loader.php +79 -51
  30. includes/Meta.php +67 -44
  31. includes/Tools.php +15 -2
  32. languages/blog2social-de_DE.mo +0 -0
  33. languages/blog2social-de_DE.po +1411 -1183
  34. readme.txt +6 -2
  35. views/b2s/dashboard.php +4 -1
  36. views/b2s/howto.php +3 -1
  37. views/b2s/html/footer.phtml +3 -5
  38. views/b2s/html/header.phtml +76 -28
  39. views/b2s/network.php +33 -2
  40. views/b2s/{image.calendar.php → partials/calendar-image-modal.php} +0 -0
  41. views/b2s/partials/network-tos-modal.php +35 -0
  42. views/b2s/{modal.calendar.php → partials/post-edit-modal.php} +7 -6
  43. views/b2s/post.calendar.php +5 -3
  44. views/b2s/post.php +4 -2
  45. views/b2s/post.publish.php +4 -2
  46. views/b2s/post.sched.php +87 -32
  47. views/b2s/premium.php +3 -1
  48. views/b2s/settings.php +3 -1
  49. views/b2s/ship.php +3 -5
  50. views/b2s/widgets/posts.php +1 -1
  51. views/prg/post.php +1 -1
assets/css/b2s/network.css CHANGED
@@ -1,4 +1,12 @@
1
  /*Custom*/
 
 
 
 
 
 
 
 
2
  @media(max-width: 767px) {
3
  .form-inline {
4
  display: none;
@@ -11,6 +19,13 @@
11
  margin-bottom: 10px;
12
  }
13
  }
 
 
 
 
 
 
 
14
  .error{
15
  border: 1px solid #FF0000 !important;
16
  }
@@ -45,8 +60,34 @@
45
 
46
  .b2s-network-mandant-name{
47
  font-size: 12px;
48
- font-style: italic;
49
- color: #777;
50
- font-weight: normal;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
 
 
 
52
  }
1
  /*Custom*/
2
+
3
+ .b2s-loading-area-modify-collection{
4
+ text-align: center;
5
+ }
6
+
7
+ .list-group-item{
8
+ border: 0px !important;
9
+ }
10
  @media(max-width: 767px) {
11
  .form-inline {
12
  display: none;
19
  margin-bottom: 10px;
20
  }
21
  }
22
+
23
+ @media(max-width: 450px) {
24
+ .add-padding-left{
25
+ padding: 0px !important;
26
+ }
27
+ }
28
+
29
  .error{
30
  border: 1px solid #FF0000 !important;
31
  }
60
 
61
  .b2s-network-mandant-name{
62
  font-size: 12px;
63
+ font-style: italic;
64
+ color: #777;
65
+ font-weight: normal;
66
+
67
+ }
68
+
69
+ .b2s-network-item-auth-list{
70
+ padding-top:6px;
71
+ font-size: 0.87rem !important;
72
+ }
73
+
74
+ .b2s-network-item-auth-list-li{
75
+ border: 1px solid rgba(0,0,0,.1);
76
+ border-bottom: 0px;
77
+ line-height: 1.5;
78
+ padding: 6px;
79
+ margin-bottom: 0px !important;
80
+ }
81
+
82
+ ul.b2s-network-item-auth-list li:last-child{
83
+ border-bottom: 1px solid rgba(0,0,0,.1) !important;
84
+ }
85
+
86
+
87
+ .b2s-network-item-auth-type{
88
+ font-weight: 600;
89
+ }
90
 
91
+ .b2s-modify-board-and-group-network-modal-footer{
92
+ border: 0px !important;
93
  }
assets/css/b2s/post.css CHANGED
@@ -33,4 +33,4 @@
33
 
34
  .b2s-loading-area{
35
  width: 100% !important;
36
- }
33
 
34
  .b2s-loading-area{
35
  width: 100% !important;
36
+ }
assets/css/b2s/post.sched.css CHANGED
@@ -15,10 +15,6 @@
15
  .media-head {
16
  width: 100% !important;
17
  }
18
- .grid-body {
19
- margin-bottom: 20px;
20
- width: 100%;
21
- }
22
  @media(max-width: 549px) {
23
  .b2s-post-btn {
24
  width: 100%;
@@ -115,4 +111,189 @@
115
  .checbox-item-empty{
116
  padding: 15px;
117
  float:left;
118
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  .media-head {
16
  width: 100% !important;
17
  }
 
 
 
 
18
  @media(max-width: 549px) {
19
  .b2s-post-btn {
20
  width: 100%;
111
  .checbox-item-empty{
112
  padding: 15px;
113
  float:left;
114
+ }
115
+
116
+
117
+
118
+ /**edit post **/
119
+ .network-name{
120
+ font-weight: bold;
121
+ }
122
+ .network-profile{
123
+ margin-bottom: 5px;
124
+ }
125
+ .b2s-post-item-thumb {
126
+ width: 5%;
127
+ margin-right: 8px;
128
+ }
129
+
130
+ .b2s-post-item-thumb img {
131
+ border-radius: 50%;
132
+ width: 48px;
133
+ }
134
+
135
+ .b2s-post-item-details {
136
+ width: 93%;
137
+ }
138
+
139
+ .b2s-post-item-details, .b2s-post-item-thumb {
140
+ float: left;
141
+ }
142
+ .b2s-post-item-details h4 {
143
+ font-size: 16px;
144
+ font-weight: 600;
145
+ text-transform: uppercase;
146
+ margin: 3px 3px 3px 0px;
147
+ }
148
+ .btn-circle {
149
+ width: 30px;
150
+ height: 30px;
151
+ text-align: center;
152
+ padding: 6px 0;
153
+ font-size: 12px;
154
+ line-height: 1.428571429;
155
+ border-radius: 15px;
156
+ }
157
+ .fb-url-image, .xing-url-image, .linkedin-url-image, .tw-url-image, .b2s-image-border {
158
+ margin-right: 10px;
159
+ margin-bottom: 20px;
160
+ border: 1px dashed #bdbfc2;
161
+ box-shadow: none;
162
+ padding: 5px;
163
+ }
164
+ textarea.form-control {
165
+ height: auto;
166
+ }
167
+ .fb-textarea-input, .tw-textarea-input, .xing-textarea-input, .linkedin-textarea-input {
168
+ font-size: 14px;
169
+ font-weight: normal;
170
+ line-height: 1.125;
171
+ width: 100%;
172
+ border: medium none;
173
+ border-radius: 0;
174
+ margin-top: 10px;
175
+ margin-bottom: 10px;
176
+ font-family: helvetica,arial,sans-serif;
177
+ }
178
+ .b2s-post-item-details-item-message-input{
179
+ min-height: 100px;
180
+ }
181
+ .b2s-post-item-details-url-image{
182
+ cursor: pointer;
183
+ }
184
+ .b2s-user-network-settings-post-format-area label > input {
185
+ visibility: hidden;
186
+ position: absolute;
187
+ }
188
+ .b2s-settings-checked + img {
189
+ border: 3px solid #79b232 !important;
190
+ }
191
+ .b2s-image-item {
192
+ background-color: #fff;
193
+ border: 1px solid #ddd;
194
+ display: block;
195
+ float: left;
196
+ height: 200px;
197
+ line-height: 1.42857;
198
+ margin-bottom: 15px;
199
+ margin-left: 15px;
200
+ margin-top: 15px;
201
+ overflow: hidden;
202
+ padding: 4px;
203
+ transition: border 0.2s ease-in-out 0s;
204
+ width: 185px;
205
+ }
206
+ .b2s-image-item-thumb {
207
+ height: 150px;
208
+ }
209
+ .b2s-image-change-all-network,.b2s-upload-image-free-version,.b2s-image-change-this-network{
210
+ margin-right: 5px !important;
211
+ }
212
+ .b2s-image-remove-btn {
213
+ position: absolute;
214
+ top: -5px;
215
+ right: 0px;
216
+ font-weight: 700 !important;
217
+ }
218
+ .b2s-calendar-delete{
219
+ cursor: pointer;
220
+ }
221
+ .b2s-btn-label-premium{
222
+ color: #fff;
223
+ text-decoration: none !important;
224
+ cursor: default !important;
225
+ }
226
+ .b2s-btn-label-premium:hover{
227
+ color: #fff;
228
+ text-decoration: none !important;
229
+ cursor: default !important;
230
+ }
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
+
238
+ .b2s-post-item-info-area {
239
+ font-size: 11px !important;
240
+ }
241
+
242
+ .b2s-post-ship-item-full-text, .b2s-post-ship-item-message-delete, .b2s-post-ship-item-network-settings, .b2s-post-ship-item-post-format{
243
+ line-height: 1.5 !important;
244
+ padding: 0 1px 3px !important;
245
+ }
246
+
247
+ .b2s-load-info-meta-tag-modal{
248
+ margin-top: 8px !important;
249
+ display: block !important;
250
+ margin-right: auto !important;
251
+ margin-left: auto !important;
252
+ }
253
+
254
+ .b2s-post-item-details-tag-add-div {
255
+ border: 0px !important;
256
+ box-shadow: 0px 0px 0px #000 !important;
257
+ }
258
+
259
+ .b2s-post-item-details-tag-input-elem {
260
+ margin: 2px 4px;
261
+ max-width: 145px !important;
262
+ }
263
+ .b2s-calendar-sched-post-btn{
264
+ font-size: 11px;
265
+ float: right;
266
+ padding: 2px 4px 0px 4px;
267
+ }
268
+
269
+
270
+ .form-inline {
271
+ width: 100%;
272
+ margin-bottom: 20px;
273
+ }
274
+ .form-inline .form-group {
275
+ margin-left: 2px;
276
+ }
277
+
278
+ @media(max-width: 549px) {
279
+ .b2s-post-btn {
280
+ width: 100%;
281
+ }
282
+ .form-inline button, .form-inline a {
283
+ width: 100%;
284
+ margin-bottom: 10px;
285
+ }
286
+ }
287
+ @media(max-width: 767px) {
288
+ .form-inline {
289
+ display: none;
290
+ }
291
+ .filterHide {
292
+ display: none;
293
+ }
294
+ .form-inline button ,.form-inline a {
295
+ width: 49%;
296
+ margin-bottom: 10px;
297
+ }
298
+ }
299
+
assets/css/b2s/settings.css CHANGED
@@ -125,3 +125,10 @@ ul.chosen-choices {
125
  .b2s-auto-post-own-update-warning{
126
  border: 1px solid #aaa !important;
127
  }
 
 
 
 
 
 
 
125
  .b2s-auto-post-own-update-warning{
126
  border: 1px solid #aaa !important;
127
  }
128
+
129
+ .b2s-network-tos-auto-post-import-warning{
130
+ display: none;
131
+ }
132
+ .b2s-network-tos-auto-post-import-warning > .alert{
133
+ margin-bottom: 0px !important;
134
+ }
assets/css/b2s/ship.css CHANGED
@@ -802,4 +802,12 @@ input[type="checkbox"], input[type="radio"] {
802
 
803
  input[type="number"]{
804
  height: 34px !important;
 
 
 
 
 
 
 
 
805
  }
802
 
803
  input[type="number"]{
804
  height: 34px !important;
805
+ }
806
+
807
+ .b2s-unique-content{
808
+ display: none;
809
+ }
810
+
811
+ .b2s-unique-content-alert, .b2s-network-tos-sched-alert{
812
+ margin-bottom: 0px !important;
813
  }
assets/css/b2s/wp/post-box.css CHANGED
@@ -244,4 +244,7 @@
244
 
245
  }
246
 
 
 
 
247
 
244
 
245
  }
246
 
247
+ #b2s-post-meta-box-profil-dropdown-twitter option:disabled {
248
+ color: #ff4f68;
249
+ }
250
 
assets/css/general.css CHANGED
@@ -7200,3 +7200,12 @@ input[type="checkbox"].error + label{
7200
  opacity: 0.5;
7201
  }
7202
 
 
 
 
 
 
 
 
 
 
7200
  opacity: 0.5;
7201
  }
7202
 
7203
+ .b2s-glyphicon-xl{
7204
+ font-size: 50px;
7205
+ }
7206
+ .b2s-text-xl{
7207
+ font-size: 18px;
7208
+ }
7209
+ .b2s-text-bold{
7210
+ font-weight: 600;
7211
+ }
assets/js/b2s/calendar.js CHANGED
@@ -61,7 +61,7 @@ jQuery(document).ready(function () {
61
  return dropLocation.start.isAfter(b2s_calendar_date) && draggedEvent.start.isAfter(b2s_calendar_datetime);
62
  },
63
  eventClick: function (calEvent, jsEvent, view) {
64
- showEditPostPreview(calEvent.b2s_id, calEvent.post_id, calEvent.network_auth_id, calEvent.network_type, calEvent.network_id, calEvent.post_format);
65
  },
66
  loading: function (bool) {
67
  if (!bool) {
@@ -79,7 +79,7 @@ jQuery(document).ready(function () {
79
  });
80
 
81
 
82
- function showEditPostPreview(b2s_id, post_id, network_auth_id, network_type, network_id, post_format) {
83
  if (jQuery('#b2s-edit-event-modal-' + b2s_id).length == 1)
84
  {
85
  jQuery('#b2s-edit-event-modal-' + b2s_id).remove();
@@ -92,7 +92,7 @@ function showEditPostPreview(b2s_id, post_id, network_auth_id, network_type, net
92
  cache: false,
93
  async: false,
94
  data: {
95
- 'action': 'b2s_get_calendar_edit_modal',
96
  'id': b2s_id
97
  },
98
  success: function (data) {
@@ -118,8 +118,8 @@ function showEditPostPreview(b2s_id, post_id, network_auth_id, network_type, net
118
  jQuery('.b2s-user-network-settings-post-format[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').removeClass('b2s-settings-checked');
119
  jQuery('.b2s-user-network-settings-post-format[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"][data-post-format="' + post_format + '"]').addClass('b2s-settings-checked');
120
  } else {
121
- jQuery('.b2s-post-ship-item-post-format-text[data-network-auth-id="' + calEvent.network_auth_id + '"]').html(postFormatText[postFormatType][jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + calEvent.network_type + '"][data-network-id="' + calEvent.network_id + '"]').val()]);
122
- jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + calEvent.network_auth_id + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + calEvent.network_type + '"][data-network-id="' + calEvent.network_id + '"]').val());
123
  }
124
 
125
  //if linkpost then show btn meta tags
@@ -133,7 +133,8 @@ function showEditPostPreview(b2s_id, post_id, network_auth_id, network_type, net
133
  if (isMetaChecked && jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').val() == "0") {
134
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
135
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
136
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').hide();
 
137
  var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').attr("data-meta-type");
138
  if (dataMetaType == "og") {
139
  jQuery('.b2sChangeOgMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
@@ -144,8 +145,7 @@ function showEditPostPreview(b2s_id, post_id, network_auth_id, network_type, net
144
  } else {
145
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
146
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
147
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').show();
148
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').trigger("click");
149
  }
150
 
151
 
@@ -367,6 +367,15 @@ function b2sSortFormSubmit() {
367
  return false;
368
  }
369
 
 
 
 
 
 
 
 
 
 
370
 
371
  jQuery(document).on('click', '.b2s-select-image-modal-open', function () {
372
  jQuery('.b2s-network-select-image-content').html("");
@@ -398,7 +407,7 @@ jQuery(document).on('click', '.b2s-select-image-modal-open', function () {
398
  jQuery('#b2s-network-select-image').modal('show');
399
  return false;
400
  });
401
- jQuery(document).on("click", ".b2s-calendar-delete", function () {
402
  var id = jQuery(this).data("b2s-id");
403
  var post_id = jQuery(this).data("post-id");
404
  jQuery.ajax({
@@ -407,7 +416,7 @@ jQuery(document).on("click", ".b2s-calendar-delete", function () {
407
  dataType: "json",
408
  cache: false,
409
  data: {
410
- 'action': 'b2s_calendar_delete',
411
  'b2s_id': id,
412
  'post_id': post_id
413
  },
@@ -419,26 +428,26 @@ jQuery(document).on("click", ".b2s-calendar-delete", function () {
419
  });
420
  });
421
 
422
- jQuery(document).on("click", ".b2s-calendar-save-all", function (e) {
423
- jQuery('#save_method').val("apply-all");
424
- e.preventDefault();
425
- var id = jQuery(this).data("b2s-id");
426
- jQuery.ajax({
427
- url: ajaxurl,
428
- type: "POST",
429
- dataType: "json",
430
- cache: false,
431
- data: jQuery(this).closest("form").serialize(),
432
- success: function (data) {
433
- jQuery('#b2s-edit-event-modal-' + id).modal('hide');
434
- refreshCalender();
435
- jQuery('#b2s-edit-event-modal-' + id).remove();
436
- wp.heartbeat.connectNow();
437
- }
438
- });
439
- });
440
-
441
- jQuery(document).on("click", ".b2s-calendar-save-this", function (e) {
442
  e.preventDefault();
443
  jQuery('#save_method').val("apply-this");
444
  var id = jQuery(this).data("b2s-id");
61
  return dropLocation.start.isAfter(b2s_calendar_date) && draggedEvent.start.isAfter(b2s_calendar_datetime);
62
  },
63
  eventClick: function (calEvent, jsEvent, view) {
64
+ showEditSchedCalendarPost(calEvent.b2s_id, calEvent.post_id, calEvent.network_auth_id, calEvent.network_type, calEvent.network_id, calEvent.post_format);
65
  },
66
  loading: function (bool) {
67
  if (!bool) {
79
  });
80
 
81
 
82
+ function showEditSchedCalendarPost(b2s_id, post_id, network_auth_id, network_type, network_id, post_format) {
83
  if (jQuery('#b2s-edit-event-modal-' + b2s_id).length == 1)
84
  {
85
  jQuery('#b2s-edit-event-modal-' + b2s_id).remove();
92
  cache: false,
93
  async: false,
94
  data: {
95
+ 'action': 'b2s_get_post_edit_modal',
96
  'id': b2s_id
97
  },
98
  success: function (data) {
118
  jQuery('.b2s-user-network-settings-post-format[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').removeClass('b2s-settings-checked');
119
  jQuery('.b2s-user-network-settings-post-format[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"][data-post-format="' + post_format + '"]').addClass('b2s-settings-checked');
120
  } else {
121
+ jQuery('.b2s-post-ship-item-post-format-text[data-network-auth-id="' + network_auth_id + '"]').html(postFormatText[postFormatType][jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').val()]);
122
+ jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + network_auth_id + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').val());
123
  }
124
 
125
  //if linkpost then show btn meta tags
133
  if (isMetaChecked && jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').val() == "0") {
134
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
135
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
136
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').show();
137
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').trigger("click");
138
  var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').attr("data-meta-type");
139
  if (dataMetaType == "og") {
140
  jQuery('.b2sChangeOgMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
145
  } else {
146
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
147
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
148
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').hide();
 
149
  }
150
 
151
 
367
  return false;
368
  }
369
 
370
+ //Overlay second modal
371
+ jQuery('#b2s-network-select-image').on('hidden.bs.modal', function () {
372
+ jQuery('body').addClass('modal-open');
373
+ });
374
+
375
+ //Overlay second modal
376
+ jQuery('#b2s-post-ship-item-post-format-modal').on('hidden.bs.modal', function () {
377
+ jQuery('body').addClass('modal-open');
378
+ });
379
 
380
  jQuery(document).on('click', '.b2s-select-image-modal-open', function () {
381
  jQuery('.b2s-network-select-image-content').html("");
407
  jQuery('#b2s-network-select-image').modal('show');
408
  return false;
409
  });
410
+ jQuery(document).on("click", ".b2s-edit-post-delete", function () {
411
  var id = jQuery(this).data("b2s-id");
412
  var post_id = jQuery(this).data("post-id");
413
  jQuery.ajax({
416
  dataType: "json",
417
  cache: false,
418
  data: {
419
+ 'action': 'b2s_delete_post',
420
  'b2s_id': id,
421
  'post_id': post_id
422
  },
428
  });
429
  });
430
 
431
+ /*jQuery(document).on("click", ".b2s-calendar-save-all", function (e) {
432
+ jQuery('#save_method').val("apply-all");
433
+ e.preventDefault();
434
+ var id = jQuery(this).data("b2s-id");
435
+ jQuery.ajax({
436
+ url: ajaxurl,
437
+ type: "POST",
438
+ dataType: "json",
439
+ cache: false,
440
+ data: jQuery(this).closest("form").serialize(),
441
+ success: function (data) {
442
+ jQuery('#b2s-edit-event-modal-' + id).modal('hide');
443
+ refreshCalender();
444
+ jQuery('#b2s-edit-event-modal-' + id).remove();
445
+ wp.heartbeat.connectNow();
446
+ }
447
+ });
448
+ });*/
449
+
450
+ jQuery(document).on("click", ".b2s-edit-post-save-this", function (e) {
451
  e.preventDefault();
452
  jQuery('#save_method').val("apply-this");
453
  var id = jQuery(this).data("b2s-id");
assets/js/b2s/general.js CHANGED
@@ -63,6 +63,7 @@ jQuery(document).on('click', '.b2s-key-area-btn-submit', function () {
63
  return false;
64
  },
65
  success: function (data) {
 
66
  jQuery('.b2s-key-area-btn-submit').prop('disabled', false);
67
  jQuery('.b2s-trail-premium-info-area').hide();
68
  if (data.result == true) {
63
  return false;
64
  },
65
  success: function (data) {
66
+ jQuery('#b2sInfoKeyModal').modal('show');
67
  jQuery('.b2s-key-area-btn-submit').prop('disabled', false);
68
  jQuery('.b2s-trail-premium-info-area').hide();
69
  if (data.result == true) {
assets/js/b2s/howto.js ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery.noConflict();
2
+
3
+
4
+ jQuery(document).ready(function () {
5
+ getWidgetFaq();
6
+
7
+ });
8
+
9
+ function getWidgetFaq() {
10
+ jQuery('.b2s-faq-area').show();
11
+ if (typeof wp.heartbeat == "undefined") {
12
+ jQuery('#b2s-heartbeat-fail').show();
13
+ }
14
+ jQuery.ajax({
15
+ url: ajaxurl,
16
+ type: "POST",
17
+ dataType: "json",
18
+ cache: false,
19
+ data: {
20
+ 'action': 'b2s_get_faq_entries'
21
+ },
22
+ error: function () {
23
+ jQuery('.b2s-faq-area').hide();
24
+ return false;
25
+ },
26
+ success: function (data) {
27
+ if (data.result == true) {
28
+ jQuery('.b2s-loading-area-faq').hide();
29
+ jQuery('.b2s-faq-content').html(data.content);
30
+ } else {
31
+ jQuery('.b2s-faq-area').hide();
32
+ }
33
+ }
34
+ });
35
+ }
assets/js/b2s/network.js CHANGED
@@ -69,6 +69,93 @@ jQuery(document).on('click', '.b2s-btn-network-delete-mandant-confirm', function
69
  return false;
70
  });
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  jQuery(document).on('click', '.b2s-network-item-auth-list-btn-delete', function () {
73
  jQuery('.b2s-loading-area').show();
74
  jQuery('.b2s-network-auth-info').hide();
69
  return false;
70
  });
71
 
72
+
73
+ jQuery(document).on('click', '.b2s-modify-board-and-group-network-btn', function () {
74
+
75
+ jQuery('.b2s-modify-board-and-group-network-loading-area').show();
76
+ jQuery('.b2s-network-auth-info').hide();
77
+ jQuery('#b2s-modify-board-and-group-network-modal').modal('show');
78
+ jQuery('#b2s-modify-board-and-group-network-modal-title').html(jQuery(this).attr('data-modal-title'));
79
+ jQuery('#b2s-modify-board-and-group-network-auth-id').val(jQuery(this).attr('data-network-auth-id'));
80
+ jQuery('#b2s-modify-board-and-group-network-id').val(jQuery(this).attr('data-network-id'));
81
+ jQuery('#b2s-modify-board-and-group-network-type').val(jQuery(this).attr('data-network-type'));
82
+ jQuery('.b2s-server-connection-fail').hide();
83
+ jQuery('.b2s-modify-board-and-group-network-save-btn').hide();
84
+ jQuery('#b2s-modify-board-and-group-network-no-data').hide();
85
+ jQuery('.b2s-modify-board-and-group-network-data').html("");
86
+ jQuery('.b2s-modify-board-and-group-network-data').show();
87
+ jQuery('#b2s-modify-board-and-group-network-save-success').hide();
88
+ jQuery('#b2s-modify-board-and-group-network-save-error').hide();
89
+
90
+ jQuery.ajax({
91
+ url: ajaxurl,
92
+ type: "POST",
93
+ dataType: "json",
94
+ cache: false,
95
+ data: {
96
+ 'action': 'b2s_get_network_board_and_group',
97
+ 'networkAuthId': jQuery(this).attr('data-network-auth-id'),
98
+ 'networkType': jQuery(this).attr('data-network-type'),
99
+ 'networkId': jQuery(this).attr('data-network-id'),
100
+ 'lang': jQuery('#b2sUserLang').val()
101
+ },
102
+ error: function () {
103
+ jQuery('.b2s-server-connection-fail').show();
104
+ return false;
105
+ },
106
+ success: function (data) {
107
+ jQuery('.b2s-modify-board-and-group-network-loading-area').hide();
108
+ if (data.result == true) {
109
+ jQuery('.b2s-modify-board-and-group-network-data').html(data.content);
110
+ jQuery('.b2s-modify-board-and-group-network-save-btn').show();
111
+ } else {
112
+ jQuery('#b2s-modify-board-and-group-network-no-data').show();
113
+ }
114
+ }
115
+ });
116
+ return false;
117
+
118
+ });
119
+
120
+
121
+ jQuery(document).on('click', '.b2s-modify-board-and-group-network-save-btn', function () {
122
+
123
+ jQuery('.b2s-modify-board-and-group-network-save-btn').hide();
124
+ jQuery('.b2s-modify-board-and-group-network-data').hide();
125
+ jQuery('.b2s-modify-board-and-group-network-loading-area').show();
126
+
127
+ jQuery.ajax({
128
+ url: ajaxurl,
129
+ type: "POST",
130
+ dataType: "json",
131
+ cache: false,
132
+ data: {
133
+ 'action': 'b2s_save_network_board_and_group',
134
+ 'networkAuthId': jQuery('#b2s-modify-board-and-group-network-auth-id').val(),
135
+ 'networkType': jQuery('#b2s-modify-board-and-group-network-type').val(),
136
+ 'networkId': jQuery('#b2s-modify-board-and-group-network-id').val(),
137
+ 'boardAndGroup': jQuery('#b2s-modify-board-and-group-network-selected').val(),
138
+ 'lang': jQuery('#b2sUserLang').val()
139
+ },
140
+ error: function () {
141
+ jQuery('.b2s-server-connection-fail').show();
142
+ return false;
143
+ },
144
+ success: function (data) {
145
+ jQuery('.b2s-modify-board-and-group-network-loading-area').hide();
146
+ if (data.result == true) {
147
+ jQuery('#b2s-modify-board-and-group-network-save-success').show();
148
+ } else {
149
+ jQuery('#b2s-modify-board-and-group-network-save-error').show();
150
+ }
151
+ }
152
+ });
153
+ return false;
154
+ });
155
+
156
+
157
+
158
+
159
  jQuery(document).on('click', '.b2s-network-item-auth-list-btn-delete', function () {
160
  jQuery('.b2s-loading-area').show();
161
  jQuery('.b2s-network-auth-info').hide();
assets/js/b2s/network.tos.js ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
@@ -26,6 +26,15 @@ jQuery(document).on('click', '.b2s-sched-calendar-btn', function () {
26
  }
27
  });
28
 
 
 
 
 
 
 
 
 
 
29
  jQuery(document).on('click', '.b2sDetailsPublishPostBtn', function () {
30
  var postId = jQuery(this).attr('data-post-id');
31
  var showByDate = jQuery(this).attr('data-search-date');
@@ -178,18 +187,6 @@ function b2sSortFormSubmit(sched_dates) {
178
  jQuery('.b2sDetailsSchedPostBtn[data-post-id="' + jQuery('#b2sPostBlogId').val() + '"]').trigger('click');
179
  }
180
  }
181
-
182
- if (jQuery('#b2sType').val() == "sched") {
183
- if (sched_dates != false) {
184
- jQuery('#b2sCalendarSchedDates').val(data.schedDates);
185
- if (jQuery('#b2s-sched-datepicker-area').length > 0)
186
- {
187
- jQuery('#b2s-sched-datepicker-area').datepicker('destroy');
188
- getB2SSchedDatepicker();
189
- }
190
- return false;
191
- }
192
- }
193
  } else {
194
  jQuery('.b2s-server-connection-fail').show();
195
  return false;
@@ -378,35 +375,107 @@ jQuery(document).on('click', '.b2s-publish-delete-confirm-btn', function () {
378
  }
379
  });
380
  });
381
- var dateFormat = "yyyy-mm-dd";
382
- var language = "en";
383
- var showMeridian = true;
384
- if (jQuery('#b2sUserLang').val() == "de") {
385
- dateFormat = "dd.mm.yyyy";
386
- language = "de";
387
- showMeridian = false;
388
- }
389
 
390
- if (jQuery.isFunction(jQuery.fn.datepicker)) {
391
- jQuery("#b2s-change-date").datepicker({
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
392
  format: dateFormat,
393
  language: language,
394
  maxViewMode: 2,
395
  todayHighlight: true,
396
- startDate: new Date(),
397
  calendarWeeks: true,
398
  autoclose: true
399
  });
400
-
401
- jQuery("#b2s-change-date").datepicker().on('changeDate', function (e) {
402
- checkSchedDateTime();
403
- });
404
- }
405
-
406
-
407
-
408
- if (jQuery.isFunction(jQuery.fn.timepicker)) {
409
- jQuery('#b2s-change-time').timepicker({
410
  minuteStep: 15,
411
  appendWidgetTo: 'body',
412
  showSeconds: false,
@@ -414,68 +483,93 @@ if (jQuery.isFunction(jQuery.fn.timepicker)) {
414
  defaultTime: 'current',
415
  snapToStep: true
416
  });
417
-
418
- jQuery('#b2s-change-time').timepicker().on('changeTime.timepicker', function (e) {
419
- checkSchedDateTime();
420
  });
 
 
 
 
 
 
 
 
 
 
 
 
421
  }
422
 
423
- jQuery(document).on('click', '.b2s-post-sched-area-edittime-btn', function () {
424
- jQuery('#b2s-data-blog-sched-date').val(jQuery(this).attr('data-blog-sched-date'));
425
- jQuery('#b2s-data-b2s-sched-date').val(jQuery(this).attr('data-b2s-sched-date'));
426
- var dateObjBlog = new Date();
427
- dateObjBlog.setTime(jQuery('#b2s-data-blog-sched-date').val());
428
- var dateObj = new Date();
429
- dateObj.setTime(jQuery('#b2s-data-b2s-sched-date').val());
430
- jQuery('#b2s-change-date').datepicker('setStartDate', dateObjBlog);
431
- jQuery('#b2s-change-date').datepicker('setDate', dateObj);
432
- jQuery('#b2s-change-time').timepicker('setTime', (dateObj.getUTCHours()) + ':' + dateObj.getUTCMinutes());
433
- jQuery('#b2s-data-post-id').val(jQuery(this).attr('data-post-id'));
434
- jQuery('.b2s-change-datetime-modal').modal('show');
435
- jQuery('.b2s-change-date-btn').prop('disabled', false);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
436
  });
437
- jQuery(document).on('click', '.b2s-change-date-btn', function () {
438
- if (jQuery('#b2s-change-date').val() == "") {
439
- jQuery('#b2s-change-date').addClass('error');
440
- return false;
441
- } else {
442
- jQuery('#b2s-change-date').removeClass('error');
443
- }
444
 
445
- if (jQuery('#b2s-change-time').val() == "") {
446
- jQuery('#b2s-change-time').addClass('error');
447
- return false;
448
- } else {
449
- jQuery('#b2s-change-time').removeClass('error');
450
- }
451
- jQuery('.b2s-change-date-btn').prop('disabled', true);
452
- jQuery('.b2s-server-connection-fail').hide();
453
  jQuery.ajax({
454
  url: ajaxurl,
455
  type: "POST",
456
  dataType: "json",
457
  cache: false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
458
  data: {
459
- 'action': 'b2s_update_user_sched_time_post',
460
- 'postId': jQuery('#b2s-data-post-id').val(),
461
- 'time': jQuery('#b2s-change-time').val(),
462
- 'date': jQuery('#b2s-change-date').val(),
463
- 'user_timezone': jQuery("#user_timezone").val()
464
- },
465
- error: function () {
466
- jQuery('.b2s-server-connection-fail').show();
467
- return false;
468
  },
469
  success: function (data) {
470
- jQuery('.b2s-change-datetime-modal').modal('hide');
471
- if (data.result == true) {
472
- jQuery('.b2s-post-sched-area-sched-time[data-post-id="' + data.postId + '"]').html(data.time);
473
- }
474
  wp.heartbeat.connectNow();
475
- return true;
476
  }
477
  });
478
  });
 
 
 
479
  function showFilter(typ) {
480
  if (typ == 'show') {
481
  jQuery('.filterShow').hide();
@@ -488,46 +582,6 @@ function showFilter(typ) {
488
  }
489
  }
490
 
491
- function getB2SSchedDatepicker() {
492
-
493
- var language = "en";
494
- if (jQuery('#b2sUserLang').val() == "de") {
495
- language = "de";
496
- }
497
- var sched_dates = JSON.parse(jQuery('#b2sCalendarSchedDates').val());
498
-
499
- jQuery('#b2s-sched-datepicker-area').datepicker({
500
- format: "yyyy-mm-dd",
501
- inline: true,
502
- language: language,
503
- calendarWeeks: true,
504
- todayHighlight: true,
505
- beforeShowDay: function (date) {
506
- var d = date;
507
- var formattedDate = d.getFullYear() + "-" + padDate(d.getMonth() + 1) + "-" + padDate(d.getDate());
508
- if (sched_dates != "0") {
509
- if (jQuery.inArray(formattedDate, sched_dates) != -1) {
510
- return {classes: 'event'};
511
- }
512
- }
513
- return;
514
- }
515
- }).on('changeDate', function (date) {
516
- if (jQuery('#b2sShowByDate').val() != date.format()) {
517
- jQuery('#b2sPagination').val("1");
518
- jQuery('#b2sShowByDate').val(date.format());
519
- b2sSortFormSubmit(false);
520
- }
521
- return false;
522
- });
523
-
524
- if (jQuery('#b2sShowByDate').val() != "") {
525
- jQuery('#b2s-sched-datepicker-area').datepicker('setDate', jQuery('#b2sShowByDate').val());
526
- }
527
-
528
- }
529
-
530
-
531
  function padDate(n) {
532
  return ("0" + n).slice(-2);
533
  }
@@ -559,7 +613,7 @@ function checkSchedDateTime() {
559
 
560
  //utc current time
561
  var now = new Date();
562
- //offset between utc und user
563
  var offset = (parseInt(now.getTimezoneOffset()) / 60) * (-1);
564
  //enter hour to user time
565
  var hour = parseInt(minParts3[0]) + timeZone + offset;
26
  }
27
  });
28
 
29
+ //Overlay second modal
30
+ jQuery('#b2s-network-select-image').on('hidden.bs.modal', function () {
31
+ jQuery('body').addClass('modal-open');
32
+ });
33
+ //Overlay second modal
34
+ jQuery('#b2s-post-ship-item-post-format-modal').on('hidden.bs.modal', function () {
35
+ jQuery('body').addClass('modal-open');
36
+ });
37
+
38
  jQuery(document).on('click', '.b2sDetailsPublishPostBtn', function () {
39
  var postId = jQuery(this).attr('data-post-id');
40
  var showByDate = jQuery(this).attr('data-search-date');
187
  jQuery('.b2sDetailsSchedPostBtn[data-post-id="' + jQuery('#b2sPostBlogId').val() + '"]').trigger('click');
188
  }
189
  }
 
 
 
 
 
 
 
 
 
 
 
 
190
  } else {
191
  jQuery('.b2s-server-connection-fail').show();
192
  return false;
375
  }
376
  });
377
  });
 
 
 
 
 
 
 
 
378
 
379
+
380
+ jQuery(document).on('click', '.b2s-post-edit-sched-btn', function () {
381
+ showEditSchedPost(jQuery(this).attr('data-b2s-id'), jQuery(this).attr('data-post-id'), jQuery(this).attr('data-network-auth-id'), jQuery(this).attr('data-network-type'), jQuery(this).attr('data-network-id'));
382
+
383
+ });
384
+
385
+ //Customize
386
+ function showEditSchedPost(b2s_id, post_id, network_auth_id, network_type, network_id) {
387
+ if (jQuery('#b2s-edit-event-modal-' + b2s_id).length == 1)
388
+ {
389
+ jQuery('#b2s-edit-event-modal-' + b2s_id).remove();
390
+ }
391
+ var $modal = jQuery("<div>");
392
+ jQuery.ajax({
393
+ url: ajaxurl,
394
+ type: "POST",
395
+ cache: false,
396
+ async: false,
397
+ data: {
398
+ 'action': 'b2s_get_post_edit_modal',
399
+ 'id': b2s_id
400
+ },
401
+ success: function (data) {
402
+ $modal = $modal.html(data);
403
+ }
404
+ });
405
+ b2s_current_post_id = post_id;
406
+ jQuery("body").append($modal);
407
+ jQuery(".b2s-edit-post-delete").hide();
408
+ jQuery('#b2sUserTimeZone').val(jQuery('#user_timezone').val());
409
+ jQuery('#b2s-edit-event-modal-' + b2s_id).modal('show');
410
+ var post_format = jQuery('#b2sCurrentPostFormat').val();
411
+ activatePortal(network_auth_id);
412
+ initSceditor(network_auth_id);
413
+ networkCount(network_auth_id);
414
+ if (jQuery('.b2s-post-ship-item-post-format-text[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').length > 0) {
415
+ var postFormatText = b2s_post_formats;
416
+ var isSetPostFormat = false;
417
+ var postFormatType = jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').attr('data-post-format-type');
418
+ //is set post format => override current condidtions by user settings for this post
419
+ if (post_format !== null) {
420
+ jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').val(post_format);
421
+ jQuery('.b2s-post-ship-item-post-format-text[data-network-auth-id="' + network_auth_id + '"]').html(postFormatText[postFormatType][post_format]);
422
+ jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + network_auth_id + '"]').val(post_format);
423
+ //edit modal select post format
424
+ jQuery('.b2s-user-network-settings-post-format[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').removeClass('b2s-settings-checked');
425
+ jQuery('.b2s-user-network-settings-post-format[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"][data-post-format="' + post_format + '"]').addClass('b2s-settings-checked');
426
+ } else {
427
+ jQuery('.b2s-post-ship-item-post-format-text[data-network-auth-id="' + network_auth_id + '"]').html(postFormatText[postFormatType][jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').val()]);
428
+ jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + network_auth_id + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').val());
429
+ }
430
+
431
+ //if linkpost then show btn meta tags
432
+ var isMetaChecked = false;
433
+ if (network_id == "1" && jQuery('#isOgMetaChecked').val() == "1") {
434
+ isMetaChecked = true;
435
+ }
436
+ if (network_id == "2" && jQuery('#isCardMetaChecked').val() == "1") {
437
+ isMetaChecked = true;
438
+ }
439
+ if (isMetaChecked && jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').val() == "0") {
440
+ jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
441
+ jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
442
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').show();
443
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').trigger("click");
444
+ var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').attr("data-meta-type");
445
+ if (dataMetaType == "og") {
446
+ jQuery('.b2sChangeOgMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
447
+ } else {
448
+ jQuery('.b2sChangeCardMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
449
+ }
450
+
451
+ } else {
452
+ jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
453
+ jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
454
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').hide();
455
+ }
456
+ }
457
+
458
+ jQuery("#b2sPostId").val(post_id);
459
+ var today = new Date();
460
+ var dateFormat = "yyyy-mm-dd";
461
+ var language = "en";
462
+ var showMeridian = true;
463
+ if (jQuery('#b2sUserLang').val() == "de") {
464
+ dateFormat = "dd.mm.yyyy";
465
+ language = "de";
466
+ showMeridian = false;
467
+ }
468
+
469
+ jQuery(".b2s-post-item-details-release-input-date").datepicker({
470
  format: dateFormat,
471
  language: language,
472
  maxViewMode: 2,
473
  todayHighlight: true,
474
+ startDate: today,
475
  calendarWeeks: true,
476
  autoclose: true
477
  });
478
+ jQuery('.b2s-post-item-details-release-input-time').timepicker({
 
 
 
 
 
 
 
 
 
479
  minuteStep: 15,
480
  appendWidgetTo: 'body',
481
  showSeconds: false,
483
  defaultTime: 'current',
484
  snapToStep: true
485
  });
486
+ jQuery(".b2s-post-item-details-release-input-date").datepicker().on('changeDate', function (e) {
487
+ checkSchedDateTime(network_auth_id);
 
488
  });
489
+ jQuery('.b2s-post-item-details-release-input-time').timepicker().on('changeTime.timepicker', function (e) {
490
+ checkSchedDateTime(network_auth_id);
491
+ });
492
+ init();
493
+ if (!b2s_has_premium)
494
+ {
495
+ jQuery('#b2s-edit-event-modal-' + b2s_id).find("input, textarea, button").each(function () {
496
+ if (!jQuery(this).hasClass('b2s-modal-close')) {
497
+ jQuery(this).prop("disabled", true);
498
+ }
499
+ });
500
+ }
501
  }
502
 
503
+ jQuery(document).on('click', '.b2s-select-image-modal-open', function () {
504
+ jQuery('.b2s-network-select-image-content').html("");
505
+ jQuery.ajax({
506
+ url: ajaxurl,
507
+ type: "POST",
508
+ cache: false,
509
+ async: false,
510
+ data: {
511
+ 'action': 'b2s_get_image_modal',
512
+ 'id': jQuery(this).data('post-id'),
513
+ 'image_url': jQuery(this).data('image-url')
514
+ },
515
+ success: function (data) {
516
+ jQuery(".b2s-network-select-image-content").html(data);
517
+ }
518
+ });
519
+ var authId = jQuery(this).data('network-auth-id');
520
+ jQuery('.b2s-image-change-this-network').attr('data-network-auth-id', authId);
521
+ jQuery('.b2s-upload-image').attr('data-network-auth-id', authId);
522
+ var content = "<img class='b2s-post-item-network-image-selected-account' height='22px' src='" + jQuery('.b2s-post-item-network-image[data-network-auth-id="' + authId + '"]').attr('src') + "' /> " + jQuery('.b2s-post-item-details-network-display-name[data-network-auth-id="' + authId + '"]').html();
523
+ jQuery('.b2s-selected-network-for-image-info').html(content);
524
+ jQuery('#b2sInsertImageType').val("0");
525
+ jQuery('.networkImage').each(function () {
526
+ var width = this.naturalWidth;
527
+ var height = this.naturalHeight;
528
+ jQuery(this).parents('.b2s-image-item').find('.b2s-image-item-caption-resolution').html(width + 'x' + height);
529
+ });
530
+ jQuery('#b2s-network-select-image').modal('show');
531
+ return false;
532
  });
 
 
 
 
 
 
 
533
 
534
+ jQuery(document).on("click", ".b2s-edit-post-save-this", function (e) {
535
+ e.preventDefault();
536
+ jQuery('#save_method').val("apply-this");
537
+ var id = jQuery(this).data("b2s-id");
 
 
 
 
538
  jQuery.ajax({
539
  url: ajaxurl,
540
  type: "POST",
541
  dataType: "json",
542
  cache: false,
543
+ data: jQuery(this).closest("form").serialize(),
544
+ success: function (data) {
545
+ jQuery('#b2s-edit-event-modal-' + id).modal('hide');
546
+ jQuery('#b2s-edit-event-modal-' + id).remove();
547
+ if (data.date != "") {
548
+ jQuery('.b2s-post-sched-area-sched-time[data-post-id="' + id + '"]').html(data.date);
549
+ }
550
+ jQuery('.b2s-post-edit-success').show();
551
+ wp.heartbeat.connectNow();
552
+ }
553
+ });
554
+ });
555
+ jQuery(document).on("click", ".release_locks", function () {
556
+ jQuery.ajax({
557
+ url: ajaxurl,
558
+ type: "POST",
559
+ cache: false,
560
+ async: false,
561
  data: {
562
+ 'action': 'b2s_get_calendar_release_locks',
563
+ 'post_id': jQuery('#post_id').val()
 
 
 
 
 
 
 
564
  },
565
  success: function (data) {
 
 
 
 
566
  wp.heartbeat.connectNow();
 
567
  }
568
  });
569
  });
570
+
571
+
572
+
573
  function showFilter(typ) {
574
  if (typ == 'show') {
575
  jQuery('.filterShow').hide();
582
  }
583
  }
584
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
585
  function padDate(n) {
586
  return ("0" + n).slice(-2);
587
  }
613
 
614
  //utc current time
615
  var now = new Date();
616
+ //offset between utc und user
617
  var offset = (parseInt(now.getTimezoneOffset()) / 60) * (-1);
618
  //enter hour to user time
619
  var hour = parseInt(minParts3[0]) + timeZone + offset;
assets/js/b2s/settings.js CHANGED
@@ -26,6 +26,10 @@ jQuery(window).on("load", function () {
26
  if (length > 0) {
27
  jQuery('.b2s-auto-post-own-update-warning').show();
28
  }
 
 
 
 
29
  });
30
 
31
  jQuery('.b2sSaveSocialMetaTagsSettings').validate({
@@ -77,6 +81,28 @@ jQuery('.b2sSaveSocialMetaTagsSettings').validate({
77
  }
78
  });
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
 
81
  jQuery(document).on('change', '.b2s-post-type-item-update', function () {
82
  var length = jQuery('.b2s-post-type-item-update').filter(':checked').length;
26
  if (length > 0) {
27
  jQuery('.b2s-auto-post-own-update-warning').show();
28
  }
29
+
30
+ //TOS Twitter 032018 - none multiple Accounts - User select once
31
+ checkNetworkTos(2);
32
+
33
  });
34
 
35
  jQuery('.b2sSaveSocialMetaTagsSettings').validate({
81
  }
82
  });
83
 
84
+ //TOS Twitter 032018 - none multiple Accounts - User select once
85
+ jQuery(document).on('change', '.b2s-network-tos-check', function () {
86
+ var networkId = jQuery(this).attr('data-network-id');
87
+ if (networkId == 2) {
88
+ checkNetworkTos(networkId, false);
89
+ }
90
+ return false;
91
+ });
92
+
93
+ //TOS Twitter 032018 - none multiple Accounts - User select once
94
+ function checkNetworkTos(networkId) {
95
+ var len = jQuery('.b2s-network-tos-check[data-network-id="' + networkId + '"]:checked').length;
96
+ if (len > 1) {
97
+ jQuery('.b2s-network-tos-auto-post-import-warning').show();
98
+ jQuery('#b2s-auto-post-import-settings-btn').attr('disabled', 'disabled');
99
+ return false;
100
+ } else {
101
+ jQuery('.b2s-network-tos-auto-post-import-warning').hide();
102
+ jQuery('#b2s-auto-post-import-settings-btn').attr('disabled', false);
103
+ return true;
104
+ }
105
+ }
106
 
107
  jQuery(document).on('change', '.b2s-post-type-item-update', function () {
108
  var length = jQuery('.b2s-post-type-item-update').filter(':checked').length;
assets/js/b2s/ship.js CHANGED
@@ -95,8 +95,6 @@ jQuery.sceditor.command.set(
95
  }, tooltip: "Image"});
96
 
97
 
98
-
99
-
100
  jQuery(document).on('click', '.b2s-toogle-calendar-btn', function () {
101
 
102
  var networkAuthId = jQuery(this).attr('data-network-auth-id');
@@ -553,31 +551,16 @@ jQuery(document).on("click", ".b2s-user-network-settings-post-format", function
553
  return true;
554
  }
555
  });
556
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
 
557
 
558
 
559
  } else {
560
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
561
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
562
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
563
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
564
  }
565
 
566
- //Change View For Twitter
567
- //if (postFormat == '0' && networkId == '2') {
568
- //jQuery('.b2s-image-remove-btn[data-network-id="' + networkId + '"]').hide();
569
- //jQuery('.b2s-select-image-modal-open[data-network-id="' + networkId + '"]').hide();
570
- //jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + networkId + '"]').trigger("click");
571
- //}
572
- /*if (postFormat == '1' && networkId == '2') {
573
- jQuery('.b2s-image-remove-btn[data-network-id="' + networkId + '"]').show();
574
- jQuery('.b2s-select-image-modal-open[data-network-id="' + networkId + '"]').show();
575
- if (jQuery('#b2s_blog_default_image').val() != "") {
576
- jQuery('.b2s-post-item-details-url-image[data-network-id="' + networkId + '"]').attr('src', jQuery('#b2s_blog_default_image').val());
577
- jQuery('.b2s-image-url-hidden-field[data-network-id="' + networkId + '"]').val(jQuery('#b2s_blog_default_image').val());
578
- }
579
- }*/
580
-
581
  jQuery('.b2s-user-network-settings-post-format[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').removeClass('b2s-settings-checked');
582
  jQuery(this).addClass('b2s-settings-checked');
583
  jQuery('#b2s-post-ship-item-post-format-modal').modal('hide');
@@ -678,19 +661,30 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
678
  }
679
  });
680
 
681
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
 
682
 
683
  } else {
684
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
685
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
686
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
687
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
688
  }
689
  } else {
690
  jQuery('.b2s-post-ship-item-post-format-text[data-network-id="' + networkId + '"]').html(postFormatText[postFormatType][jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val()]);
691
  jQuery('.b2s-post-item-details-post-format[data-network-id="' + networkId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val());
692
  }
693
  }
 
 
 
 
 
 
 
 
 
 
 
694
  } else {
695
  jQuery(this).addClass('b2s-network-select-btn-deactivate');
696
  jQuery('.b2s-network-status-img-loading[data-network-auth-id="' + networkAuthId + '"]').show();
@@ -803,67 +797,6 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
803
 
804
  });
805
 
806
- /*jQuery(".b2s-post-item-details-release-input-date").datepicker().on('changeDate', function (e) {
807
- var element = '.b2s-post-item-details-release-input-time[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]';
808
- var dateStr = jQuery(this).val();
809
- var minStr = jQuery(element).val();
810
- if (jQuery('#b2sUserLang').val() == 'de') {
811
- dateStr = dateStr.substring(6, 10) + '-' + dateStr.substring(3, 5) + '-' + dateStr.substring(0, 2);
812
- } else {
813
- var minParts = minStr.split(' ');
814
- var minParts2 = minParts[0].split(':');
815
- if (minParts[1] == 'PM') {
816
- minParts2[0] = parseInt(minParts2[0]) + 12;
817
- }
818
- minStr = minParts2[0] + ':' + minParts2[1];
819
- }
820
- var dateObj = new Date();
821
- if (jQuery('#b2sBlogPostSchedDate').length > 0) {
822
- dateObj.setTime(jQuery('#b2sBlogPostSchedDate').val());
823
- }
824
-
825
- if (Date.parse(dateStr + ' ' + minStr + ':00') <= Date.parse(dateObj.getUTCFullYear() + '-' + (dateObj.getUTCMonth() + 1) + '-' + dateObj.getUTCDate() + ' ' + dateObj.getUTCHours() + ':' + dateObj.getUTCMinutes() + ':00')) {
826
- //date in past
827
- if (dateObj.getUTCMinutes() >= 30) {
828
- jQuery(element).timepicker('setTime', (dateObj.getUTCHours() + 1) + ':00');
829
- } else {
830
- jQuery(element).timepicker('setTime', (dateObj.getUTCHours()) + ':30');
831
- }
832
- }
833
- });
834
-
835
- jQuery('.b2s-post-item-details-release-input-time').timepicker().on('changeTime.timepicker', function (e) {
836
- var dataNetworkAuthId = jQuery(this).attr('data-network-auth-id');
837
- if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + dataNetworkAuthId + '"]').val() == "1") {
838
- var dateStr = jQuery('.b2s-post-item-details-release-input-date[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val();
839
- var minStr = jQuery(this).val();
840
- var timeZone = jQuery('#user_timezone').val();
841
- if (jQuery('#b2sUserLang').val() == 'de') {
842
- dateStr = dateStr.substring(6, 10) + '-' + dateStr.substring(3, 5) + '-' + dateStr.substring(0, 2);
843
- } else {
844
- var minParts = minStr.split(' ');
845
- var minParts2 = minParts[0].split(':');
846
- if (minParts[1] == 'PM') {
847
- minParts2[0] = parseInt(minParts2[0]) + 12;
848
- }
849
- minStr = minParts2[0] + ':' + minParts2[1];
850
- }
851
- var dateObj = new Date();
852
- if (jQuery('#b2sBlogPostSchedDate').length > 0) {
853
- dateObj.setTime(jQuery('#b2sBlogPostSchedDate').val());
854
- }
855
-
856
- if (Date.parse(dateStr + ' ' + minStr + ':00') <= Date.parse(dateObj.getUTCFullYear() + '-' + (dateObj.getUTCMonth() + 1) + '-' + dateObj.getUTCDate() + ' ' + dateObj.getUTCHours() + ':' + dateObj.getUTCMinutes() + ':00')) {
857
- //date in past
858
- if (dateObj.getUTCMinutes() >= 30) {
859
- jQuery(this).timepicker('setTime', (dateObj.getUTCHours() + 1) + ':00');
860
- } else {
861
- jQuery(this).timepicker('setTime', (dateObj.getUTCHours()) + ':30');
862
- }
863
- }
864
- }
865
- });*/
866
-
867
  //Check Text Limit
868
  var textLimit = jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + data.networkAuthId + '"]').attr('data-network-text-limit');
869
  if (textLimit != "0") {
@@ -930,19 +863,31 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
930
  return true;
931
  }
932
  });
933
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
 
934
 
935
  } else {
936
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", true);
937
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", true);
938
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
939
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
940
  }
941
 
942
  } else {
943
  jQuery('.b2s-post-ship-item-post-format-text[data-network-id="' + data.networkId + '"]').html(postFormatText[postFormatType][jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val()]);
944
  jQuery('.b2s-post-item-details-post-format[data-network-id="' + data.networkId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val());
945
  }
 
 
 
 
 
 
 
 
 
 
 
 
946
  }
947
  }
948
  }
@@ -1058,11 +1003,22 @@ jQuery(document).on('change', '.b2s-post-item-details-release-input-interval-sel
1058
  //select shipping mode
1059
  jQuery(document).on('change', '.b2s-post-item-details-release-input-date-select', function () {
1060
  var dataNetworkCount = 0;
 
 
 
 
 
 
1061
  if (jQuery(this).val() == 2) {
1062
  if (jQuery(this).attr('data-user-version') == 0) {
1063
  jQuery('#b2s-sched-post-modal').modal('show');
1064
  return false;
1065
  } else {
 
 
 
 
 
1066
  for (var i = 1; i <= 2; i++) {
1067
  jQuery('.b2s-post-item-details-release-input-days[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="' + i + '"]').each(function () {
1068
  if (jQuery(this).prop('checked')) {
@@ -1086,6 +1042,12 @@ jQuery(document).on('change', '.b2s-post-item-details-release-input-date-select'
1086
  jQuery('#b2s-sched-post-modal').modal('show');
1087
  return false;
1088
  } else {
 
 
 
 
 
 
1089
  checkSchedDateTime(jQuery(this).attr('data-network-auth-id'));
1090
 
1091
  if (dataNetworkCount == 2) {
@@ -1241,11 +1203,6 @@ jQuery(document).on('click', '.b2s-post-item-details-release-input-hide', functi
1241
  jQuery('.b2s-post-item-details-release-input-select-timespan' + selectorInput).prop('disabled', true);
1242
  jQuery('.b2s-post-item-details-release-input-select-timespan' + selectorInput).val("1");
1243
 
1244
-
1245
-
1246
-
1247
-
1248
-
1249
  return false;
1250
  });
1251
 
@@ -1554,6 +1511,29 @@ jQuery.validator.addClassRules("b2s-post-item-details-item-url-input", {
1554
  checkUrl: /^(https?:\/\/)?[a-zA-Z0-99ÄÖÜöäü-]+([\-\.]{1}[a-zA-Z0-99ÄÖÜöäü-]+)*\.[a-zA-Z0-9-]{2,20}(:[0-9]{1,5})?(\/.*)?$/
1555
  });
1556
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1557
  jQuery.validator.addMethod("checkTags", function (value, element, test) {
1558
  var allowed_tags = ['p', 'h1', 'h2', 'br', 'i', 'b', 'a', 'img'];
1559
 
@@ -2129,6 +2109,13 @@ function releaseChoose(choose, dataNetworkAuthId, dataNetworkCount) {
2129
  jQuery('.b2s-post-item-details-release-area-div-time' + selectorInput).hide();
2130
  jQuery('.b2s-post-item-details-release-area-div-day' + selectorInput).hide();
2131
  } else if (choose == 1) {
 
 
 
 
 
 
 
2132
  for (var i = 0; i <= dataNetworkCount; i++) {
2133
  jQuery('.b2s-post-item-details-releas-area-details-row[data-network-count="' + i + '"]' + selectorInput).show();
2134
  jQuery('.b2s-post-item-details-release-input-date[data-network-count="' + i + '"]' + selectorInput).show();
@@ -2180,19 +2167,28 @@ function releaseChoose(choose, dataNetworkAuthId, dataNetworkCount) {
2180
  jQuery('.b2s-post-item-details-release-area-div-time' + selectorInput).show();
2181
  jQuery('.b2s-post-item-details-release-area-div-day' + selectorInput).hide();
2182
  } else if (choose == 2) {
2183
- jQuery('.b2s-post-item-details-release-input-date' + selectorInput).show();
2184
- jQuery('.b2s-post-item-details-release-input-date' + selectorInput).removeAttr('disabled');
2185
- jQuery('.b2s-post-item-details-release-input-daySelect' + selectorInput).show();
 
 
 
2186
  jQuery('.b2s-post-item-details-release-input-add' + selectorInput).show();
 
2187
  jQuery('.b2s-post-item-details-release-area-details-ul' + selectorInput).show();
2188
  jQuery('.b2s-post-item-details-release-save-settings' + selectorInput).prop('disabled', false);
2189
  jQuery('.b2s-post-item-details-release-save-settings-label' + selectorInput).hide();
 
2190
  for (var i = 0; i <= dataNetworkCount; i++) {
2191
  jQuery('.b2s-post-item-details-releas-area-details-row[data-network-count="' + i + '"]' + selectorInput).show();
2192
  //new since v4.5.0
2193
  jQuery('.b2s-post-item-details-release-input-interval-select[data-network-count="' + i + '"]' + selectorInput).show();
2194
  jQuery('.b2s-post-item-details-release-input-interval-select[data-network-count="' + i + '"]' + selectorInput).removeAttr('disabled');
2195
 
 
 
 
 
2196
  jQuery('.b2s-post-item-details-release-input-time[data-network-count="' + i + '"]' + selectorInput).show();
2197
  jQuery('.b2s-post-item-details-release-input-time[data-network-count="' + i + '"]' + selectorInput).removeAttr('disabled');
2198
  jQuery('.b2s-post-item-details-release-input-weeks[data-network-count="' + i + '"]' + selectorInput).show();
@@ -2360,7 +2356,6 @@ function networkLimitAll(networkAuthId, networkId, limit) {
2360
  limit = limit - 24;
2361
  }
2362
  }
2363
-
2364
  if (textLength >= limit) {
2365
  newText = text.substring(0, limit);
2366
  var pos = getCaretPos(this);
@@ -2371,6 +2366,7 @@ function networkLimitAll(networkAuthId, networkId, limit) {
2371
  }
2372
  var newLen = limit - textLength;
2373
  jQuery(".b2s-post-item-countChar[data-network-auth-id='" + networkAuthId + "']").html(newLen);
 
2374
  }
2375
 
2376
  function networkCount(networkAuthId) {
95
  }, tooltip: "Image"});
96
 
97
 
 
 
98
  jQuery(document).on('click', '.b2s-toogle-calendar-btn', function () {
99
 
100
  var networkAuthId = jQuery(this).attr('data-network-auth-id');
551
  return true;
552
  }
553
  });
554
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
555
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
556
 
557
 
558
  } else {
559
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
560
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
561
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
 
562
  }
563
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
564
  jQuery('.b2s-user-network-settings-post-format[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').removeClass('b2s-settings-checked');
565
  jQuery(this).addClass('b2s-settings-checked');
566
  jQuery('#b2s-post-ship-item-post-format-modal').modal('hide');
661
  }
662
  });
663
 
664
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
665
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
666
 
667
  } else {
668
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
669
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
670
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
 
671
  }
672
  } else {
673
  jQuery('.b2s-post-ship-item-post-format-text[data-network-id="' + networkId + '"]').html(postFormatText[postFormatType][jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val()]);
674
  jQuery('.b2s-post-item-details-post-format[data-network-id="' + networkId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val());
675
  }
676
  }
677
+
678
+ //Twitter TOS 032018 - protected multiple accounts with same content to same time
679
+ //delete comment field one more
680
+ if (networkId == 2) {
681
+ if (jQuery('.tw-textarea-input[data-network-id="' + networkId + '"]:visible').length == 1) {
682
+ jQuery('.tw-textarea-input[data-network-auth-id="' + networkAuthId + '"]').text(jQuery('#b2sTwitterOrginalPost').val());
683
+ } else {
684
+ jQuery('.tw-textarea-input[data-network-auth-id="' + networkAuthId + '"]').text("");
685
+ }
686
+ }
687
+
688
  } else {
689
  jQuery(this).addClass('b2s-network-select-btn-deactivate');
690
  jQuery('.b2s-network-status-img-loading[data-network-auth-id="' + networkAuthId + '"]').show();
797
 
798
  });
799
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
800
  //Check Text Limit
801
  var textLimit = jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + data.networkAuthId + '"]').attr('data-network-text-limit');
802
  if (textLimit != "0") {
863
  return true;
864
  }
865
  });
866
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
867
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
868
 
869
  } else {
870
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", true);
871
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", true);
872
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
 
873
  }
874
 
875
  } else {
876
  jQuery('.b2s-post-ship-item-post-format-text[data-network-id="' + data.networkId + '"]').html(postFormatText[postFormatType][jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val()]);
877
  jQuery('.b2s-post-item-details-post-format[data-network-id="' + data.networkId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val());
878
  }
879
+
880
+ //Twitter TOS 032018 - protected multiple accounts with same content to same time
881
+ //delete comment field one more
882
+ if (data.networkId == 2) {
883
+ if (jQuery('.tw-textarea-input[data-network-id="' + data.networkId + '"]:visible').length > 1) {
884
+ jQuery('.tw-textarea-input[data-network-auth-id="' + data.networkAuthId + '"]').text("");
885
+ } else {
886
+ //set original post
887
+ jQuery('#b2sTwitterOrginalPost').val(jQuery('.tw-textarea-input[data-network-auth-id="' + data.networkAuthId + '"]').val());
888
+ }
889
+ }
890
+
891
  }
892
  }
893
  }
1003
  //select shipping mode
1004
  jQuery(document).on('change', '.b2s-post-item-details-release-input-date-select', function () {
1005
  var dataNetworkCount = 0;
1006
+ if (jQuery(this).val() == 0) {
1007
+ //TOS Twitter 032018 - none multiple accounts post same content to same time
1008
+ if (jQuery(this).attr('data-network-id') == 2) {
1009
+ jQuery('.b2s-network-tos-sched-warning[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').hide();
1010
+ }
1011
+ }
1012
  if (jQuery(this).val() == 2) {
1013
  if (jQuery(this).attr('data-user-version') == 0) {
1014
  jQuery('#b2s-sched-post-modal').modal('show');
1015
  return false;
1016
  } else {
1017
+ //TOS Twitter 032018 - none multiple accounts post same content to same time
1018
+ if (jQuery(this).attr('data-network-id') == 2) {
1019
+ jQuery('.b2s-network-tos-sched-warning[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').show();
1020
+ }
1021
+
1022
  for (var i = 1; i <= 2; i++) {
1023
  jQuery('.b2s-post-item-details-release-input-days[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="' + i + '"]').each(function () {
1024
  if (jQuery(this).prop('checked')) {
1042
  jQuery('#b2s-sched-post-modal').modal('show');
1043
  return false;
1044
  } else {
1045
+
1046
+ //TOS Twitter 032018 - none multiple accounts post same content to same time
1047
+ if (jQuery(this).attr('data-network-id') == 2) {
1048
+ jQuery('.b2s-network-tos-sched-warning[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').hide();
1049
+ }
1050
+
1051
  checkSchedDateTime(jQuery(this).attr('data-network-auth-id'));
1052
 
1053
  if (dataNetworkCount == 2) {
1203
  jQuery('.b2s-post-item-details-release-input-select-timespan' + selectorInput).prop('disabled', true);
1204
  jQuery('.b2s-post-item-details-release-input-select-timespan' + selectorInput).val("1");
1205
 
 
 
 
 
 
1206
  return false;
1207
  });
1208
 
1511
  checkUrl: /^(https?:\/\/)?[a-zA-Z0-99ÄÖÜöäü-]+([\-\.]{1}[a-zA-Z0-99ÄÖÜöäü-]+)*\.[a-zA-Z0-9-]{2,20}(:[0-9]{1,5})?(\/.*)?$/
1512
  });
1513
 
1514
+ //Twitter TOS 032018 - protected multiple accounts with same content to same time
1515
+ jQuery.validator.addMethod("unique", function (value, element, params) {
1516
+ var prefix = params;
1517
+ var selector = jQuery.validator.format("[name!='{0}'][unique='{1}']", element.name, prefix);
1518
+ var matches = new Array();
1519
+ var curNetworkAuthId = jQuery(element).attr('data-network-auth-id');
1520
+ jQuery(selector).each(function (index, item) {
1521
+ if (jQuery.trim(value) == jQuery.trim(jQuery(item).val())) {
1522
+ matches.push(item);
1523
+ }
1524
+ });
1525
+ jQuery('.b2s-unique-content').hide();
1526
+ jQuery('.tw-textarea-input').removeClass('error');
1527
+ if (matches.length != 0) {
1528
+ jQuery('.b2s-unique-content[data-network-auth-id="' + curNetworkAuthId + '"]').show();
1529
+ }
1530
+ return matches.length == 0;
1531
+ });
1532
+
1533
+ jQuery.validator.classRuleSettings.unique = {
1534
+ unique: true
1535
+ };
1536
+
1537
  jQuery.validator.addMethod("checkTags", function (value, element, test) {
1538
  var allowed_tags = ['p', 'h1', 'h2', 'br', 'i', 'b', 'a', 'img'];
1539
 
2109
  jQuery('.b2s-post-item-details-release-area-div-time' + selectorInput).hide();
2110
  jQuery('.b2s-post-item-details-release-area-div-day' + selectorInput).hide();
2111
  } else if (choose == 1) {
2112
+
2113
+ jQuery('.b2s-post-item-details-releas-area-details-row' + selectorInput).hide();
2114
+ jQuery('.b2s-post-item-details-release-input-date' + selectorInput).hide();
2115
+ jQuery('.b2s-post-item-details-release-input-date' + selectorInput).prop('disabled', true);
2116
+ jQuery('.b2s-post-item-details-release-input-time' + selectorInput).hide();
2117
+ jQuery('.b2s-post-item-details-release-input-time' + selectorInput).prop('disabled', true);
2118
+
2119
  for (var i = 0; i <= dataNetworkCount; i++) {
2120
  jQuery('.b2s-post-item-details-releas-area-details-row[data-network-count="' + i + '"]' + selectorInput).show();
2121
  jQuery('.b2s-post-item-details-release-input-date[data-network-count="' + i + '"]' + selectorInput).show();
2167
  jQuery('.b2s-post-item-details-release-area-div-time' + selectorInput).show();
2168
  jQuery('.b2s-post-item-details-release-area-div-day' + selectorInput).hide();
2169
  } else if (choose == 2) {
2170
+
2171
+ jQuery('.b2s-post-item-details-releas-area-details-row' + selectorInput).hide();
2172
+ jQuery('.b2s-post-item-details-release-input-date' + selectorInput).hide();
2173
+ jQuery('.b2s-post-item-details-release-input-date' + selectorInput).prop('disabled', true);
2174
+ jQuery('.b2s-post-item-details-release-input-time' + selectorInput).hide();
2175
+ jQuery('.b2s-post-item-details-release-input-time' + selectorInput).prop('disabled', true);
2176
  jQuery('.b2s-post-item-details-release-input-add' + selectorInput).show();
2177
+ jQuery('.b2s-post-item-details-release-input-daySelect' + selectorInput).show();
2178
  jQuery('.b2s-post-item-details-release-area-details-ul' + selectorInput).show();
2179
  jQuery('.b2s-post-item-details-release-save-settings' + selectorInput).prop('disabled', false);
2180
  jQuery('.b2s-post-item-details-release-save-settings-label' + selectorInput).hide();
2181
+
2182
  for (var i = 0; i <= dataNetworkCount; i++) {
2183
  jQuery('.b2s-post-item-details-releas-area-details-row[data-network-count="' + i + '"]' + selectorInput).show();
2184
  //new since v4.5.0
2185
  jQuery('.b2s-post-item-details-release-input-interval-select[data-network-count="' + i + '"]' + selectorInput).show();
2186
  jQuery('.b2s-post-item-details-release-input-interval-select[data-network-count="' + i + '"]' + selectorInput).removeAttr('disabled');
2187
 
2188
+ jQuery('.b2s-post-item-details-release-input-date[data-network-count="' + i + '"]' + selectorInput).show();
2189
+ jQuery('.b2s-post-item-details-release-input-date[data-network-count="' + i + '"]' + selectorInput).removeAttr('disabled');
2190
+ jQuery('.b2s-post-item-details-release-input-daySelect[data-network-count="' + i + '"]' + selectorInput).show();
2191
+
2192
  jQuery('.b2s-post-item-details-release-input-time[data-network-count="' + i + '"]' + selectorInput).show();
2193
  jQuery('.b2s-post-item-details-release-input-time[data-network-count="' + i + '"]' + selectorInput).removeAttr('disabled');
2194
  jQuery('.b2s-post-item-details-release-input-weeks[data-network-count="' + i + '"]' + selectorInput).show();
2356
  limit = limit - 24;
2357
  }
2358
  }
 
2359
  if (textLength >= limit) {
2360
  newText = text.substring(0, limit);
2361
  var pos = getCaretPos(this);
2366
  }
2367
  var newLen = limit - textLength;
2368
  jQuery(".b2s-post-item-countChar[data-network-auth-id='" + networkAuthId + "']").html(newLen);
2369
+
2370
  }
2371
 
2372
  function networkCount(networkAuthId) {
assets/js/b2s/start.js CHANGED
@@ -150,14 +150,14 @@ function getWidgetContent() {
150
  },
151
  success: function (content) {
152
  data = content;
153
- widget.data('position', new Date().getSeconds() % data.length);
154
  show();
155
  setInterval(function () {
156
  jQuery('.b2s-dashboard-multi-widget .glyphicon-chevron-left').trigger("click");
157
  }, 30000);
158
  }
159
-
160
  });
 
161
  jQuery('.b2s-dashboard-multi-widget .glyphicon-chevron-right').on("click", function () {
162
  widget.data('position', widget.data('position') * 1 + 1);
163
  show(widget);
150
  },
151
  success: function (content) {
152
  data = content;
153
+ widget.data('position',0); //random: new Date().getSeconds() % data.length;
154
  show();
155
  setInterval(function () {
156
  jQuery('.b2s-dashboard-multi-widget .glyphicon-chevron-left').trigger("click");
157
  }, 30000);
158
  }
 
159
  });
160
+
161
  jQuery('.b2s-dashboard-multi-widget .glyphicon-chevron-right').on("click", function () {
162
  widget.data('position', widget.data('position') * 1 + 1);
163
  show(widget);
assets/js/b2s/wp/post-box.js CHANGED
@@ -16,6 +16,8 @@ jQuery(window).on("load", function () {
16
  jQuery('#b2s-url-valid-warning').hide();
17
  }
18
  }
 
 
19
 
20
  if (jQuery('#b2s-post-meta-box-time-dropdown-publish').is(':checked')) {
21
  jQuery('#b2s-post-box-calendar-header').show();
@@ -218,20 +220,23 @@ jQuery(document).on('change', '.b2s-post-meta-box-sched-select', function () {
218
 
219
  jQuery(document).on('click', '#publish', function () {
220
  //Check is Auto-Post-Import active
221
- if (jQuery('#autoPostImportIsActive').length > 0) {
222
- if (jQuery('#autoPostImportIsActive').val() == "1") {
223
- jQuery.ajax({
224
- url: ajaxurl,
225
- type: "POST",
226
- dataType: "json",
227
- cache: false,
228
- data: {
229
- 'action': 'b2s_lock_auto_post_import',
230
- 'userId': jQuery('#b2sBlogUserId').val()
231
- }
232
- });
 
 
 
 
233
  }
234
- }
235
  });
236
  jQuery(document).on('click', '.b2s-btn-close-meta-box', function () {
237
  jQuery('#' + jQuery(this).attr('data-area-id')).hide();
@@ -247,11 +252,34 @@ jQuery(document).on('click', '.b2s-meta-box-modal-btn-close', function () {
247
  });
248
 
249
  jQuery(document).on('change', '#b2s-post-meta-box-profil-dropdown', function () {
 
250
  if (jQuery('#b2s-post-meta-box-profil-data-' + jQuery(this).val()).val() == "") {
251
  jQuery('#b2s-post-meta-box-state-no-auth').show();
 
252
  } else {
253
  jQuery('#b2s-post-meta-box-state-no-auth').hide();
 
 
 
 
 
 
 
 
 
 
 
 
 
254
  }
 
 
 
 
 
 
 
 
255
  });
256
 
257
  function b2sIsValidUrl(str) {
16
  jQuery('#b2s-url-valid-warning').hide();
17
  }
18
  }
19
+ //TOS Twitter 032018
20
+ jQuery('#b2s-network-tos-warning').show();
21
 
22
  if (jQuery('#b2s-post-meta-box-time-dropdown-publish').is(':checked')) {
23
  jQuery('#b2s-post-box-calendar-header').show();
220
 
221
  jQuery(document).on('click', '#publish', function () {
222
  //Check is Auto-Post-Import active
223
+ if (jQuery('#b2sAutoPostImportIsActive').length > 0) {
224
+ if (jQuery('#b2sAutoPostImportIsActive').val() == "1") {
225
+ jQuery.ajax({
226
+ url: ajaxurl,
227
+ type: "POST",
228
+ dataType: "json",
229
+ cache: false,
230
+ data: {
231
+ 'action': 'b2s_lock_auto_post_import',
232
+ 'userId': jQuery('#b2sBlogUserId').val()
233
+ },
234
+ success: function (data) {
235
+
236
+ }
237
+ });
238
+ }
239
  }
 
240
  });
241
  jQuery(document).on('click', '.b2s-btn-close-meta-box', function () {
242
  jQuery('#' + jQuery(this).attr('data-area-id')).hide();
252
  });
253
 
254
  jQuery(document).on('change', '#b2s-post-meta-box-profil-dropdown', function () {
255
+ var tos = false;
256
  if (jQuery('#b2s-post-meta-box-profil-data-' + jQuery(this).val()).val() == "") {
257
  jQuery('#b2s-post-meta-box-state-no-auth').show();
258
+ tos = true;
259
  } else {
260
  jQuery('#b2s-post-meta-box-state-no-auth').hide();
261
+ //TOS Twitter Check
262
+ var len = jQuery('#b2s-post-meta-box-profil-dropdown-twitter').children('option[data-mandant-id="' + jQuery(this).val() + '"]').length;
263
+ if (len >= 1) {
264
+ jQuery('.b2s-meta-box-auto-post-twitter-profile').show();
265
+ jQuery('#b2s-post-meta-box-profil-dropdown-twitter').prop('disabled', false);
266
+ jQuery('#b2s-post-meta-box-profil-dropdown-twitter').show();
267
+ jQuery('#b2s-post-meta-box-profil-dropdown-twitter option').attr("disabled", "disabled");
268
+ jQuery('#b2s-post-meta-box-profil-dropdown-twitter option[data-mandant-id="' + jQuery(this).val() + '"]').attr("disabled", false);
269
+ jQuery('#b2s-post-meta-box-profil-dropdown-twitter option[data-mandant-id="' + jQuery(this).val() + '"]:first').attr("selected", "selected");
270
+ } else {
271
+ tos = true;
272
+ }
273
+
274
  }
275
+ //TOS Twitter 032018
276
+ if (tos) {
277
+ jQuery('.b2s-meta-box-auto-post-twitter-profile').hide();
278
+ jQuery('#b2s-post-meta-box-profil-dropdown-twitter').prop('disabled', 'disabled');
279
+ jQuery('#b2s-post-meta-box-profil-dropdown-twitter').hide();
280
+ }
281
+
282
+
283
  });
284
 
285
  function b2sIsValidUrl(str) {
blog2social.php CHANGED
@@ -7,12 +7,12 @@
7
  * Author: Blog2Social, Adenion
8
  * Text Domain: blog2social
9
  * Domain Path: /languages
10
- * Version: 4.6.0
11
  * Author URI: https://www.blog2social.com
12
  * License: GPL2+
13
  */
14
  //B2SDefine
15
- define('B2S_PLUGIN_VERSION', '460');
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__));
7
  * Author: Blog2Social, Adenion
8
  * Text Domain: blog2social
9
  * Domain Path: /languages
10
+ * Version: 4.7.0
11
  * Author URI: https://www.blog2social.com
12
  * License: GPL2+
13
  */
14
  //B2SDefine
15
+ define('B2S_PLUGIN_VERSION', '470');
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
@@ -15,6 +15,7 @@ class Ajax_Get {
15
  add_action('wp_ajax_b2s_ship_item', array($this, 'getShipItem'));
16
  add_action('wp_ajax_b2s_sort_data', array($this, 'getSortData'));
17
  add_action('wp_ajax_b2s_get_sched_posts_by_user_auth', array($this, 'getSchedPostsByUserAuth'));
 
18
  add_action('wp_ajax_b2s_publish_post_data', array($this, 'getPublishPostData'));
19
  add_action('wp_ajax_b2s_sched_post_data', array($this, 'getSchedPostData'));
20
  add_action('wp_ajax_b2s_ship_navbar_item', array($this, 'getNavbarItem'));
@@ -25,7 +26,7 @@ class Ajax_Get {
25
  add_action('wp_ajax_b2s_ship_item_reload_url', array($this, 'getShipItemReloadUrl'));
26
  add_action('wp_ajax_b2s_get_faq_entries', array($this, 'getFaqEntries'));
27
  add_action('wp_ajax_b2s_get_calendar_events', array($this, 'getCalendarEvents'));
28
- add_action('wp_ajax_b2s_get_calendar_edit_modal', array($this, 'getCalendarEditModal'));
29
  add_action('wp_ajax_b2s_get_calendar_filter_network_auth', array($this, 'getCalendarFilterNetworkAuth'));
30
  add_action('wp_ajax_b2s_get_image_modal', array($this, 'getImageModal'));
31
  add_action('wp_ajax_b2s_get_multi_widget_content', array($this, 'getMultiWidgetContent'));
@@ -53,7 +54,7 @@ class Ajax_Get {
53
  $b2sUserLang = isset($_POST['b2sUserLang']) ? trim($_POST['b2sUserLang']) : strtolower(substr(B2S_LANGUAGE, 0, 2));
54
  $b2sResultsPerPage = isset($_POST['b2sPostsPerPage']) && intval($_POST['b2sPostsPerPage']) > 0 ? intval($_POST['b2sPostsPerPage']) : B2S_PLUGIN_POSTPERPAGE;
55
  if (!empty($b2sType) && in_array($b2sType, array('all', 'sched', 'publish'))) {
56
- $postItem = new B2S_Post_Item($b2sType, $b2sSortPostTitle, $b2sSortPostAuthor, $b2sSortPostStatus, $b2sSortPostPublishDate, $b2sSortPostSchedDate, $b2sShowByDate, $b2sUserAuthId,$b2sPostBlogId, $b2sPagination, $b2sSortPostCat, $b2sSortPostType, $b2sUserLang, $b2sResultsPerPage);
57
  $result = array('result' => true, 'content' => $postItem->getItemHtml($b2sSelectSchedDate), 'schedDates' => json_encode($postItem->getCalendarSchedDate()));
58
  if ($b2sShowPagination) {
59
  $result['pagination'] = $postItem->getPaginationHtml();
@@ -65,6 +66,19 @@ class Ajax_Get {
65
  wp_die();
66
  }
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  public function getFaqEntries() {
69
  $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array('action' => 'getFaqEntries', 'lang' => substr(B2S_LANGUAGE, 0, 2), 'token' => B2S_PLUGIN_TOKEN)));
70
  if (isset($result->result) && isset($result->content) && !empty($result->content)) {
@@ -250,9 +264,9 @@ class Ajax_Get {
250
  $network_details_id = (isset($_GET['filter_network_auth']) && (int) $_GET['filter_network_auth'] >= 1) ? (int) $_GET['filter_network_auth'] : 0; // 0=all
251
 
252
  if (isset($_GET['start'])) {
253
- $calendar = B2S_Calendar_Filter::getByTimespam($_GET['start'] . " 00:00:00", $_GET['end'] . " 23:59:59", $network_id,$network_details_id);
254
  } else {
255
- $calendar = B2S_Calendar_Filter::getAll($network_id,$network_details_id);
256
  }
257
  echo json_encode($calendar->asCalendarArray());
258
  wp_die();
@@ -272,7 +286,7 @@ class Ajax_Get {
272
  wp_die();
273
  }
274
 
275
- public function getCalendarEditModal() {
276
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Calendar/Filter.php');
277
  if (isset($_POST['id']) && (int) $_POST['id'] > 0) {
278
  $item = B2S_Calendar_Filter::getById((int) $_POST['id']);
@@ -291,7 +305,7 @@ class Ajax_Get {
291
  if ($lock_user_id) {
292
  $lock_user = get_userdata($lock_user_id);
293
  }
294
- include (B2S_PLUGIN_DIR . 'views/b2s/modal.calendar.php');
295
  wp_die();
296
  }
297
  }
@@ -305,7 +319,7 @@ class Ajax_Get {
305
  $postData = get_post((int) $_POST['id']);
306
  if (isset($postData->ID)) {
307
  $postUrl = (get_permalink($postData->ID) !== false ? get_permalink($postData->ID) : $postData->guid);
308
- include (B2S_PLUGIN_DIR . 'views/b2s/image.calendar.php');
309
  wp_die();
310
  }
311
  }
@@ -316,7 +330,7 @@ class Ajax_Get {
316
  public function getMultiWidgetContent() {
317
  $option = get_option("B2S_MULTI_WIDGET");
318
  if ($option !== false) {
319
- if (is_array($option) && isset($option['timestamp']) && isset($option['content']) && !empty($option['content']) && $option['timestamp'] > date('Y-m-d H:i:s', strtotime("-3 hours"))) {
320
  die($option['content']);
321
  }
322
  }
15
  add_action('wp_ajax_b2s_ship_item', array($this, 'getShipItem'));
16
  add_action('wp_ajax_b2s_sort_data', array($this, 'getSortData'));
17
  add_action('wp_ajax_b2s_get_sched_posts_by_user_auth', array($this, 'getSchedPostsByUserAuth'));
18
+ add_action('wp_ajax_b2s_get_network_board_and_group', array($this, 'getNetworkBoardAndGroup'));
19
  add_action('wp_ajax_b2s_publish_post_data', array($this, 'getPublishPostData'));
20
  add_action('wp_ajax_b2s_sched_post_data', array($this, 'getSchedPostData'));
21
  add_action('wp_ajax_b2s_ship_navbar_item', array($this, 'getNavbarItem'));
26
  add_action('wp_ajax_b2s_ship_item_reload_url', array($this, 'getShipItemReloadUrl'));
27
  add_action('wp_ajax_b2s_get_faq_entries', array($this, 'getFaqEntries'));
28
  add_action('wp_ajax_b2s_get_calendar_events', array($this, 'getCalendarEvents'));
29
+ add_action('wp_ajax_b2s_get_post_edit_modal', array($this, 'getPostEditModal'));
30
  add_action('wp_ajax_b2s_get_calendar_filter_network_auth', array($this, 'getCalendarFilterNetworkAuth'));
31
  add_action('wp_ajax_b2s_get_image_modal', array($this, 'getImageModal'));
32
  add_action('wp_ajax_b2s_get_multi_widget_content', array($this, 'getMultiWidgetContent'));
54
  $b2sUserLang = isset($_POST['b2sUserLang']) ? trim($_POST['b2sUserLang']) : strtolower(substr(B2S_LANGUAGE, 0, 2));
55
  $b2sResultsPerPage = isset($_POST['b2sPostsPerPage']) && intval($_POST['b2sPostsPerPage']) > 0 ? intval($_POST['b2sPostsPerPage']) : B2S_PLUGIN_POSTPERPAGE;
56
  if (!empty($b2sType) && in_array($b2sType, array('all', 'sched', 'publish'))) {
57
+ $postItem = new B2S_Post_Item($b2sType, $b2sSortPostTitle, $b2sSortPostAuthor, $b2sSortPostStatus, $b2sSortPostPublishDate, $b2sSortPostSchedDate, $b2sShowByDate, $b2sUserAuthId, $b2sPostBlogId, $b2sPagination, $b2sSortPostCat, $b2sSortPostType, $b2sUserLang, $b2sResultsPerPage);
58
  $result = array('result' => true, 'content' => $postItem->getItemHtml($b2sSelectSchedDate), 'schedDates' => json_encode($postItem->getCalendarSchedDate()));
59
  if ($b2sShowPagination) {
60
  $result['pagination'] = $postItem->getPaginationHtml();
66
  wp_die();
67
  }
68
 
69
+ public function getNetworkBoardAndGroup() {
70
+ if (isset($_POST['networkId']) && !empty($_POST['networkId']) && isset($_POST['networkAuthId']) && !empty($_POST['networkAuthId'])) {
71
+ $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array('action' => 'getNetworkBoardAndGroup', 'token' => B2S_PLUGIN_TOKEN, 'networkAuthId' => $_POST['networkAuthId'], 'networkId' => $_POST['networkId'], 'lang' => substr(B2S_LANGUAGE, 0, 2))));
72
+ if (is_object($result) && !empty($result) && isset($result->data) && !empty($result->data) && isset($result->result) && (int) $result->result == 1) {
73
+ require_once B2S_PLUGIN_DIR . 'includes/Form.php';
74
+ echo json_encode(array('result' => true, 'content' => B2S_Form::getNetworkBoardAndGroupHtml($result->data)));
75
+ wp_die();
76
+ }
77
+ }
78
+ echo json_encode(array('result' => false, 'content' => ''));
79
+ wp_die();
80
+ }
81
+
82
  public function getFaqEntries() {
83
  $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array('action' => 'getFaqEntries', 'lang' => substr(B2S_LANGUAGE, 0, 2), 'token' => B2S_PLUGIN_TOKEN)));
84
  if (isset($result->result) && isset($result->content) && !empty($result->content)) {
264
  $network_details_id = (isset($_GET['filter_network_auth']) && (int) $_GET['filter_network_auth'] >= 1) ? (int) $_GET['filter_network_auth'] : 0; // 0=all
265
 
266
  if (isset($_GET['start'])) {
267
+ $calendar = B2S_Calendar_Filter::getByTimespam($_GET['start'] . " 00:00:00", $_GET['end'] . " 23:59:59", $network_id, $network_details_id);
268
  } else {
269
+ $calendar = B2S_Calendar_Filter::getAll($network_id, $network_details_id);
270
  }
271
  echo json_encode($calendar->asCalendarArray());
272
  wp_die();
286
  wp_die();
287
  }
288
 
289
+ public function getPostEditModal() {
290
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Calendar/Filter.php');
291
  if (isset($_POST['id']) && (int) $_POST['id'] > 0) {
292
  $item = B2S_Calendar_Filter::getById((int) $_POST['id']);
305
  if ($lock_user_id) {
306
  $lock_user = get_userdata($lock_user_id);
307
  }
308
+ include (B2S_PLUGIN_DIR . 'views/b2s/partials/post-edit-modal.php');
309
  wp_die();
310
  }
311
  }
319
  $postData = get_post((int) $_POST['id']);
320
  if (isset($postData->ID)) {
321
  $postUrl = (get_permalink($postData->ID) !== false ? get_permalink($postData->ID) : $postData->guid);
322
+ include (B2S_PLUGIN_DIR . 'views/b2s/partials/calendar-image-modal.php');
323
  wp_die();
324
  }
325
  }
330
  public function getMultiWidgetContent() {
331
  $option = get_option("B2S_MULTI_WIDGET");
332
  if ($option !== false) {
333
+ if (is_array($option) && isset($option['timestamp']) && isset($option['content']) && !empty($option['content']) && $option['timestamp'] > date('Y-m-d H:i:s', strtotime("-1 hours"))) {
334
  die($option['content']);
335
  }
336
  }
includes/Ajax/Post.php CHANGED
@@ -19,8 +19,8 @@ class Ajax_Post {
19
  add_action('wp_ajax_b2s_delete_user_auth', array($this, 'deleteUserAuth'));
20
  add_action('wp_ajax_b2s_update_user_version', array($this, 'updateUserVersion'));
21
  add_action('wp_ajax_b2s_create_trail', array($this, 'createTrail'));
 
22
  add_action('wp_ajax_b2s_delete_user_sched_post', array($this, 'deleteUserSchedPost'));
23
- add_action('wp_ajax_b2s_update_user_sched_time_post', array($this, 'updateUserSchedTimePost'));
24
  add_action('wp_ajax_b2s_delete_user_publish_post', array($this, 'deleteUserPublishPost'));
25
  add_action('wp_ajax_b2s_user_network_settings', array($this, 'saveUserNetworkSettings'));
26
  add_action('wp_ajax_b2s_save_social_meta_tags', array($this, 'saveSocialMetaTags'));
@@ -31,11 +31,12 @@ class Ajax_Post {
31
  add_action('wp_ajax_b2s_prg_logout', array($this, 'prgLogout'));
32
  add_action('wp_ajax_b2s_prg_ship', array($this, 'prgShip'));
33
  add_action('wp_ajax_b2s_notice_hide', array($this, 'noticeHide'));
 
34
  add_action('wp_ajax_b2s_ship_navbar_save_settings', array($this, 'b2sShipNavbarSaveSettings'));
35
  add_action('wp_ajax_b2s_post_mail_update', array($this, 'b2sPostMailUpdate'));
36
  add_action('wp_ajax_b2s_calendar_move_post', array($this, 'b2sCalendarMovePost'));
37
- add_action('wp_ajax_b2s_calendar_delete', array($this, 'b2sCalendarDelete'));
38
- add_action('wp_ajax_b2s_calendar_save', array($this, 'b2sCalendarSave'));
39
  add_action("wp_ajax_b2s_get_calendar_release_locks", array($this, 'releaseLocks'));
40
  add_action("wp_ajax_b2s_hide_rating", array($this, 'hideRating'));
41
  add_action("wp_ajax_b2s_hide_premium_message", array($this, 'hidePremiumMessage'));
@@ -106,7 +107,7 @@ class Ajax_Post {
106
 
107
  public function lockAutoPostImport() {
108
  if (isset($_POST['userId']) && (int) $_POST['userId'] > 0) {
109
- update_option('B2S_LOCK_AUTO_POST_IMPORT_' . (int) $_POST['user_id'], 1);
110
  }
111
  echo json_encode(array('result' => true));
112
  wp_die();
@@ -286,37 +287,6 @@ class Ajax_Post {
286
  $schedResult [] = $b2sShipSend->saveSchedDetails(array_merge($defaultPostData, $sendData), $schedData);
287
  $content = array_merge($content, $schedResult);
288
  }
289
-
290
- //OLD
291
- /* $oneSchedTimeRemove = false;
292
- if (isset($data['releaseSelect']) && (int) $data['releaseSelect'] == 1 && isset($data['date'][0]) && isset($data['time'][0])) {
293
- if ((int) strtotime(B2S_Util::getUTCForDate($data['date'][0] . ' ' . $data['time'][0], $sendData['user_timezone'] * (-1))) < (int) strtotime(gmdate('Y-m-d H:i:s'))) {
294
- $oneSchedTimeRemove = true;
295
- }
296
- }
297
-
298
- if ((int) $data['releaseSelect'] == 0) {
299
- $b2sShipSend->savePublishDetails(array_merge($defaultPostData, $sendData));
300
- } else {
301
- $schedData = array(
302
- 'weeks' => isset($data['weeks']) ? $data['weeks'] : 0,
303
- 'date' => isset($data['date']) ? $data['date'] : array(),
304
- 'time' => isset($data['time']) ? $data['time'] : array(),
305
- 'mo' => isset($data['mo']) ? $data['mo'] : array(),
306
- 'di' => isset($data['di']) ? $data['di'] : array(),
307
- 'mi' => isset($data['mi']) ? $data['mi'] : array(),
308
- 'do' => isset($data['do']) ? $data['do'] : array(),
309
- 'fr' => isset($data['fr']) ? $data['fr'] : array(),
310
- 'sa' => isset($data['sa']) ? $data['sa'] : array(),
311
- 'so' => isset($data['so']) ? $data['so'] : array(),
312
- 'releaseSelect' => isset($data['releaseSelect']) ? $data['releaseSelect'] : 0,
313
- 'user_timezone' => isset($post['user_timezone']) ? $post['user_timezone'] : 0,
314
- 'saveSetting' => isset($data['saveSchedSetting']) ? true : false
315
- );
316
-
317
- $schedResult [] = $b2sShipSend->saveSchedDetails(array_merge($defaultPostData, $sendData), $schedData);
318
- $content = array_merge($content, $schedResult);
319
- } */
320
  }
321
 
322
  if (!empty($b2sShipSend->postData)) {
@@ -342,6 +312,7 @@ class Ajax_Post {
342
 
343
  $card_active = (!isset($_POST['b2s_card_active'])) ? 0 : 1;
344
  $options->_setOption('card_active', $card_active);
 
345
  $options->_setOption('card_default_title', $_POST['b2s_card_default_title']);
346
  $options->_setOption('card_default_desc', $_POST['b2s_card_default_desc']);
347
  $options->_setOption('card_default_image', $_POST['b2s_card_default_image']);
@@ -354,13 +325,13 @@ class Ajax_Post {
354
  }
355
 
356
  //Customize per user premium function
357
- /*if (isset($_POST['version']) && (int) $_POST['version'] >= 1 && isset($_POST['b2s_og_article_author']) && isset($_POST['b2s_card_twitter_creator'])) {
358
- $options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
359
- $og_article_author = (isset($_POST['b2s_og_article_author']) && !empty($_POST['b2s_og_article_author'])) ? trim($_POST['b2s_og_article_author']) : "";
360
- $card_twitter_creator = (isset($_POST['b2s_card_twitter_creator']) && !empty($_POST['b2s_card_twitter_creator'])) ? trim($_POST['b2s_card_twitter_creator']) : "";
361
- $meta_author_data = array('og_article_author' => $og_article_author, 'card_twitter_creator' => $card_twitter_creator);
362
- $options->_setOption('meta_author_data', $meta_author_data);
363
- }*/
364
  echo json_encode($result);
365
  wp_die();
366
  }
@@ -374,6 +345,25 @@ class Ajax_Post {
374
  wp_die();
375
  }
376
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
377
  public function saveUserNetworkSettings() {
378
 
379
  if (isset($_POST['short_url'])) {
@@ -582,16 +572,6 @@ class Ajax_Post {
582
  wp_die();
583
  }
584
 
585
- public function updateUserSchedTimePost() {
586
- require_once (B2S_PLUGIN_DIR . '/includes/B2S/Post/Tools.php');
587
- if (isset($_POST['postId']) && (int) $_POST['postId'] > 0 && isset($_POST['date']) && !empty($_POST['date']) && isset($_POST['time']) && !empty($_POST['time'])) {
588
- echo json_encode(B2S_Post_Tools::updateUserSchedTimePost($_POST['postId'], $_POST['date'], $_POST['time'], $_POST['user_timezone']));
589
- wp_die();
590
- }
591
- echo json_encode(array('result' => false));
592
- wp_die();
593
- }
594
-
595
  public function deleteUserSchedPost() {
596
  require_once (B2S_PLUGIN_DIR . '/includes/B2S/Post/Tools.php');
597
 
@@ -655,6 +635,12 @@ class Ajax_Post {
655
  wp_die();
656
  }
657
 
 
 
 
 
 
 
658
  public function b2sShipNavbarSaveSettings() {
659
  if (isset($_POST['mandantId'])) {
660
  global $wpdb;
@@ -714,7 +700,7 @@ class Ajax_Post {
714
  wp_die();
715
  }
716
 
717
- public function b2sCalendarDelete() {
718
  global $wpdb;
719
  if (isset($_POST['b2s_id']) && (int) $_POST['b2s_id'] > 0 && isset($_POST['post_id']) && (int) $_POST['post_id'] > 0) {
720
  $sql = $wpdb->prepare("SELECT id,post_id FROM b2s_posts WHERE id =%d AND publish_date = %s", (int) $_POST['b2s_id'], "0000-00-00 00:00:00");
@@ -729,12 +715,13 @@ class Ajax_Post {
729
  wp_die();
730
  }
731
 
732
- public function b2sCalendarSave() {
733
  global $wpdb;
734
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Calendar/Save.php');
735
  $post = $_POST;
736
  $metaOg = false;
737
  $metaCard = false;
 
738
 
739
  if ($post['save_method'] == "apply-all") {
740
  $b2sids = array();
@@ -831,6 +818,7 @@ class Ajax_Post {
831
  );
832
 
833
  if (isset($data['date'][0]) && isset($data['time'][0])) {
 
834
  $schedData = array(
835
  'date' => isset($data['date']) ? $data['date'] : array(),
836
  'time' => isset($data['time']) ? $data['time'] : array(),
@@ -845,7 +833,7 @@ class Ajax_Post {
845
  delete_option("B2S_PLUGIN_CALENDAR_BLOCKED_" . $b2s_id);
846
  }
847
 
848
- echo json_encode(array('result' => true));
849
  wp_die();
850
  }
851
 
19
  add_action('wp_ajax_b2s_delete_user_auth', array($this, 'deleteUserAuth'));
20
  add_action('wp_ajax_b2s_update_user_version', array($this, 'updateUserVersion'));
21
  add_action('wp_ajax_b2s_create_trail', array($this, 'createTrail'));
22
+ add_action('wp_ajax_b2s_save_network_board_and_group', array($this, 'saveNetworkBoardAndGroup'));
23
  add_action('wp_ajax_b2s_delete_user_sched_post', array($this, 'deleteUserSchedPost'));
 
24
  add_action('wp_ajax_b2s_delete_user_publish_post', array($this, 'deleteUserPublishPost'));
25
  add_action('wp_ajax_b2s_user_network_settings', array($this, 'saveUserNetworkSettings'));
26
  add_action('wp_ajax_b2s_save_social_meta_tags', array($this, 'saveSocialMetaTags'));
31
  add_action('wp_ajax_b2s_prg_logout', array($this, 'prgLogout'));
32
  add_action('wp_ajax_b2s_prg_ship', array($this, 'prgShip'));
33
  add_action('wp_ajax_b2s_notice_hide', array($this, 'noticeHide'));
34
+ add_action('wp_ajax_b2s_network_tos_accept', array($this, 'networkTosAccept'));
35
  add_action('wp_ajax_b2s_ship_navbar_save_settings', array($this, 'b2sShipNavbarSaveSettings'));
36
  add_action('wp_ajax_b2s_post_mail_update', array($this, 'b2sPostMailUpdate'));
37
  add_action('wp_ajax_b2s_calendar_move_post', array($this, 'b2sCalendarMovePost'));
38
+ add_action('wp_ajax_b2s_delete_post', array($this, 'b2sDeletePost'));
39
+ add_action('wp_ajax_b2s_edit_save_post', array($this, 'b2sEditSavePost'));
40
  add_action("wp_ajax_b2s_get_calendar_release_locks", array($this, 'releaseLocks'));
41
  add_action("wp_ajax_b2s_hide_rating", array($this, 'hideRating'));
42
  add_action("wp_ajax_b2s_hide_premium_message", array($this, 'hidePremiumMessage'));
107
 
108
  public function lockAutoPostImport() {
109
  if (isset($_POST['userId']) && (int) $_POST['userId'] > 0) {
110
+ update_option('B2S_LOCK_AUTO_POST_IMPORT_' . (int) $_POST['userId'], 1);
111
  }
112
  echo json_encode(array('result' => true));
113
  wp_die();
287
  $schedResult [] = $b2sShipSend->saveSchedDetails(array_merge($defaultPostData, $sendData), $schedData);
288
  $content = array_merge($content, $schedResult);
289
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
290
  }
291
 
292
  if (!empty($b2sShipSend->postData)) {
312
 
313
  $card_active = (!isset($_POST['b2s_card_active'])) ? 0 : 1;
314
  $options->_setOption('card_active', $card_active);
315
+ $options->_setOption('card_default_type', $_POST['b2s_card_default_type']);
316
  $options->_setOption('card_default_title', $_POST['b2s_card_default_title']);
317
  $options->_setOption('card_default_desc', $_POST['b2s_card_default_desc']);
318
  $options->_setOption('card_default_image', $_POST['b2s_card_default_image']);
325
  }
326
 
327
  //Customize per user premium function
328
+ /* if (isset($_POST['version']) && (int) $_POST['version'] >= 1 && isset($_POST['b2s_og_article_author']) && isset($_POST['b2s_card_twitter_creator'])) {
329
+ $options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
330
+ $og_article_author = (isset($_POST['b2s_og_article_author']) && !empty($_POST['b2s_og_article_author'])) ? trim($_POST['b2s_og_article_author']) : "";
331
+ $card_twitter_creator = (isset($_POST['b2s_card_twitter_creator']) && !empty($_POST['b2s_card_twitter_creator'])) ? trim($_POST['b2s_card_twitter_creator']) : "";
332
+ $meta_author_data = array('og_article_author' => $og_article_author, 'card_twitter_creator' => $card_twitter_creator);
333
+ $options->_setOption('meta_author_data', $meta_author_data);
334
+ } */
335
  echo json_encode($result);
336
  wp_die();
337
  }
345
  wp_die();
346
  }
347
 
348
+ public function saveNetworkBoardAndGroup() {
349
+ if (isset($_POST['networkAuthId']) && !empty($_POST['networkAuthId']) && isset($_POST['networkType']) && isset($_POST['boardAndGroup']) && !empty($_POST['boardAndGroup']) && isset($_POST['networkId']) && !empty($_POST['networkId']) && isset($_POST['lang']) && !empty($_POST['lang'])) {
350
+ $post = array('token' => B2S_PLUGIN_TOKEN,
351
+ 'action' => 'saveNetworkBoardAndGroup',
352
+ 'networkAuthId' => $_POST['networkAuthId'],
353
+ 'networkType' => (int) $_POST['networkType'],
354
+ 'networkId' => (int) $_POST['networkId'],
355
+ 'boardAndGroup' => $_POST['boardAndGroup'],
356
+ 'lang' => $_POST['lang']);
357
+ $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, $post));
358
+ if ($result->result == true) {
359
+ echo json_encode(array('result' => true));
360
+ wp_die();
361
+ }
362
+ }
363
+ echo json_encode(array('result' => false));
364
+ wp_die();
365
+ }
366
+
367
  public function saveUserNetworkSettings() {
368
 
369
  if (isset($_POST['short_url'])) {
572
  wp_die();
573
  }
574
 
 
 
 
 
 
 
 
 
 
 
575
  public function deleteUserSchedPost() {
576
  require_once (B2S_PLUGIN_DIR . '/includes/B2S/Post/Tools.php');
577
 
635
  wp_die();
636
  }
637
 
638
+ public function networkTosAccept() {
639
+ update_option('B2S_PLUGIN_NETWORK_TOS_ACCEPT_032018_USER_' . B2S_PLUGIN_BLOG_USER_ID, 1);
640
+ echo json_encode(array('result' => true));
641
+ wp_die();
642
+ }
643
+
644
  public function b2sShipNavbarSaveSettings() {
645
  if (isset($_POST['mandantId'])) {
646
  global $wpdb;
700
  wp_die();
701
  }
702
 
703
+ public function b2sDeletePost() {
704
  global $wpdb;
705
  if (isset($_POST['b2s_id']) && (int) $_POST['b2s_id'] > 0 && isset($_POST['post_id']) && (int) $_POST['post_id'] > 0) {
706
  $sql = $wpdb->prepare("SELECT id,post_id FROM b2s_posts WHERE id =%d AND publish_date = %s", (int) $_POST['b2s_id'], "0000-00-00 00:00:00");
715
  wp_die();
716
  }
717
 
718
+ public function b2sEditSavePost() {
719
  global $wpdb;
720
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Calendar/Save.php');
721
  $post = $_POST;
722
  $metaOg = false;
723
  $metaCard = false;
724
+ $sched_date = '';
725
 
726
  if ($post['save_method'] == "apply-all") {
727
  $b2sids = array();
818
  );
819
 
820
  if (isset($data['date'][0]) && isset($data['time'][0])) {
821
+ $sched_date = B2S_Util::getCustomDateFormat(date('Y-m-d H:i:00', strtotime($data['date'][0] . ' ' . $data['time'][0])), substr(B2S_LANGUAGE, 0, 2));
822
  $schedData = array(
823
  'date' => isset($data['date']) ? $data['date'] : array(),
824
  'time' => isset($data['time']) ? $data['time'] : array(),
833
  delete_option("B2S_PLUGIN_CALENDAR_BLOCKED_" . $b2s_id);
834
  }
835
 
836
+ echo json_encode(array('result' => true, 'date' => $sched_date));
837
  wp_die();
838
  }
839
 
includes/B2S/Network/Item.php CHANGED
@@ -6,6 +6,7 @@ class B2S_Network_Item {
6
  private $allowProfil;
7
  private $allowPage;
8
  private $allowGroup;
 
9
  private $oAuthPortal;
10
  private $mandantenId;
11
 
@@ -17,6 +18,7 @@ class B2S_Network_Item {
17
  $this->allowPage = unserialize(B2S_PLUGIN_NETWORK_ALLOW_PAGE);
18
  $this->allowGroup = unserialize(B2S_PLUGIN_NETWORK_ALLOW_GROUP);
19
  $this->oAuthPortal = unserialize(B2S_PLUGIN_NETWORK_OAUTH);
 
20
  }
21
  }
22
 
@@ -99,7 +101,7 @@ class B2S_Network_Item {
99
  $html .='<div class="media-body network">';
100
  $html .= '<h4>' . ucfirst($networkName);
101
  if ($maxNetworkAccount !== false) {
102
- $html .=' <span class="b2s-network-auth-count">(' . __("Connections", "blog2social") . ' <span class="b2s-network-auth-count-current" '.(($showAllAuths) ? 'data-network-count-trigger="true"' : '').' data-network-id="' . $networkId . '"></span>/' . $maxNetworkAccount . ')</span>';
103
  }
104
  $html .= '<span class="pull-right">';
105
 
@@ -114,9 +116,9 @@ class B2S_Network_Item {
114
  }
115
 
116
  $html .= '</span></h4>';
 
117
  $html .= '<ul class="b2s-network-item-auth-list" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '" ' . (($showAllAuths) ? 'data-network-count="true"' : '') . '>';
118
 
119
-
120
  if ($showAllAuths) {
121
  foreach ($this->mandantenId as $ka => $mandantAll) {
122
  $mandantName = isset($mandantenData->{$mandantAll}) ? ($mandantenData->{$mandantAll}) : __("My profile", "blog2social");
@@ -144,23 +146,29 @@ class B2S_Network_Item {
144
  if ($v['notAllow'] !== false) {
145
  $html .='<span class="glyphicon glyphicon-remove-circle glyphicon-danger"></span> <span class="not-allow">' . __('Profile', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
146
  } else {
147
- $html .= '<span>'.__('Profile', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
148
  }
149
 
150
  if (!empty($mandantName)) {
151
  $html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
152
  }
153
 
154
- if ($v['notAllow'] === false) {
155
- $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 add-padding-left" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
156
- }
157
- $html .= '<a class="b2s-network-item-auth-list-btn-delete" data-network-id="'.$networkId.'" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
158
  $html .= ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? ' <span class="label label-danger b2s-network-auth-update-label" data-network-auth-id="' . $v['networkAuthId'] . '">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</span>' : '';
159
- if ($v['notAllow'] !== false) {
160
- $html .='<div class="no-allow-info-text">' . __('To reactivate this social media connection,', 'blog2social') . ' <a href="' . B2S_Tools::getSupportLink('affiliate') . '"target="_blank">' . __('please upgrade', 'blog2social') . '</a></div>';
 
 
 
 
 
 
 
 
 
161
  }
162
-
163
- $html .= '</li>';
164
  }
165
  }
166
  if (isset($networkData[1])) {
@@ -170,23 +178,29 @@ class B2S_Network_Item {
170
  if ($v['notAllow'] !== false) {
171
  $html .='<span class="glyphicon glyphicon-remove-circle glyphicon-danger"></span> <span class="not-allow">' . __('Page', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
172
  } else {
173
- $html .='<span>'. __('Page', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
174
  }
175
 
176
  if (!empty($mandantName)) {
177
  $html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
178
  }
179
 
 
 
180
  if ($v['notAllow'] === false) {
181
- $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 add-padding-left" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
 
 
 
 
 
 
 
182
  }
183
- $html .= '<a class="b2s-network-item-auth-list-btn-delete" data-network-id="'.$networkId.'" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
184
- $html .= ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? ' <span class="label label-danger b2s-network-auth-update-label" data-network-auth-id="' . $v['networkAuthId'] . '">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</span>' : '';
185
-
186
  if ($v['notAllow'] !== false) {
187
- $html .='<div class="no-allow-info-text">' . __('To reactivate this social media connection,', 'blog2social') . ' <a href="' . B2S_Tools::getSupportLink('affiliate') . '"target="_blank">' . __('please upgrade', 'blog2social') . '</a></div>';
188
  }
189
- $html .= '</li>';
190
  }
191
  }
192
  if (isset($networkData[2])) {
@@ -196,24 +210,30 @@ class B2S_Network_Item {
196
  if ($v['notAllow'] !== false) {
197
  $html .='<span class="glyphicon glyphicon-remove-circle glyphicon-danger"></span> <span class="not-allow">' . __('Group', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
198
  } else {
199
- $html .= '<span>'.__('Group', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
200
  }
201
 
202
  if (!empty($mandantName)) {
203
  $html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
204
  }
205
 
 
 
206
  if ($v['notAllow'] === false) {
207
- $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 add-padding-left" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
 
 
 
 
 
 
 
208
  }
209
- $html .= '<a class="b2s-network-item-auth-list-btn-delete" data-network-id="'.$networkId.'" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
210
- $html .= ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? ' <span class="label label-danger b2s-network-auth-update-label" data-network-auth-id="' . $v['networkAuthId'] . '">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</span>' : '';
211
-
212
  if ($v['notAllow'] !== false) {
213
- $html .='<div class="no-allow-info-text">' . __('To reactivate this social media connection,', 'blog2social') . ' <a href="' . B2S_Tools::getSupportLink('affiliate') . '"target="_blank">' . __('please upgrade', 'blog2social') . '</a></div>';
214
  }
215
 
216
- $html .= '</li>';
217
  }
218
  }
219
  return $html;
6
  private $allowProfil;
7
  private $allowPage;
8
  private $allowGroup;
9
+ private $modifyBoardAndGroup;
10
  private $oAuthPortal;
11
  private $mandantenId;
12
 
18
  $this->allowPage = unserialize(B2S_PLUGIN_NETWORK_ALLOW_PAGE);
19
  $this->allowGroup = unserialize(B2S_PLUGIN_NETWORK_ALLOW_GROUP);
20
  $this->oAuthPortal = unserialize(B2S_PLUGIN_NETWORK_OAUTH);
21
+ $this->modifyBoardAndGroup = unserialize(B2S_PLUGIN_NETWORK_ALLOW_MODIFY_BOARD_AND_GROUP);
22
  }
23
  }
24
 
101
  $html .='<div class="media-body network">';
102
  $html .= '<h4>' . ucfirst($networkName);
103
  if ($maxNetworkAccount !== false) {
104
+ $html .=' <span class="b2s-network-auth-count">(' . __("Connections", "blog2social") . ' <span class="b2s-network-auth-count-current" ' . (($showAllAuths) ? 'data-network-count-trigger="true"' : '') . ' data-network-id="' . $networkId . '"></span>/' . $maxNetworkAccount . ')</span>';
105
  }
106
  $html .= '<span class="pull-right">';
107
 
116
  }
117
 
118
  $html .= '</span></h4>';
119
+ $html .= '<div class="clearfix"></div>';
120
  $html .= '<ul class="b2s-network-item-auth-list" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '" ' . (($showAllAuths) ? 'data-network-count="true"' : '') . '>';
121
 
 
122
  if ($showAllAuths) {
123
  foreach ($this->mandantenId as $ka => $mandantAll) {
124
  $mandantName = isset($mandantenData->{$mandantAll}) ? ($mandantenData->{$mandantAll}) : __("My profile", "blog2social");
146
  if ($v['notAllow'] !== false) {
147
  $html .='<span class="glyphicon glyphicon-remove-circle glyphicon-danger"></span> <span class="not-allow">' . __('Profile', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
148
  } else {
149
+ $html .= '<span class="b2s-network-item-auth-type">' . __('Profile', 'blog2social') . '</span>: <span>' . stripslashes($v['networkUserName']) . '</span> ';
150
  }
151
 
152
  if (!empty($mandantName)) {
153
  $html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
154
  }
155
 
156
+
157
+ $html .= '<a class="b2s-network-item-auth-list-btn-delete pull-right" data-network-id="' . $networkId . '" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
 
 
158
  $html .= ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? ' <span class="label label-danger b2s-network-auth-update-label" data-network-auth-id="' . $v['networkAuthId'] . '">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</span>' : '';
159
+ if ($v['notAllow'] === false) {
160
+ $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 add-padding-left pull-right" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
161
+ if ($v['expiredDate'] == '0000-00-00' || $v['expiredDate'] > date('Y-m-d')) {
162
+ if (isset($this->modifyBoardAndGroup[$networkId])) {
163
+ if (in_array(0, $this->modifyBoardAndGroup[$networkId]['TYPE'])) {
164
+ $html .='<a href="#" class="pull-right b2s-modify-board-and-group-network-btn" data-modal-title="' . $this->modifyBoardAndGroup[$networkId]['TITLE'] . '" data-network-auth-id="' . $v['networkAuthId'] . '" data-network-id="' . $networkId . '" data-network-type="0"><span class="glyphicon glyphicon-pencil glyphicon-grey"></span></a>';
165
+ }
166
+ }
167
+ }
168
+ } else {
169
+ $html .='<span class="no-allow-info-text">' . __('To reactivate this social media connection,', 'blog2social') . ' <a href="' . B2S_Tools::getSupportLink('affiliate') . '"target="_blank">' . __('please upgrade', 'blog2social') . '</a></span>';
170
  }
171
+ $html .= '<div class="clearfix"></div></li>';
 
172
  }
173
  }
174
  if (isset($networkData[1])) {
178
  if ($v['notAllow'] !== false) {
179
  $html .='<span class="glyphicon glyphicon-remove-circle glyphicon-danger"></span> <span class="not-allow">' . __('Page', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
180
  } else {
181
+ $html .= '<span class="b2s-network-item-auth-type">' . __('Page', 'blog2social') . '</span>: <span>' . stripslashes($v['networkUserName']) . '</span> ';
182
  }
183
 
184
  if (!empty($mandantName)) {
185
  $html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
186
  }
187
 
188
+ $html .= '<a class="b2s-network-item-auth-list-btn-delete pull-right" data-network-id="' . $networkId . '" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
189
+ $html .= ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? ' <span class="label label-danger b2s-network-auth-update-label" data-network-auth-id="' . $v['networkAuthId'] . '">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</span>' : '';
190
  if ($v['notAllow'] === false) {
191
+ $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 pull-right add-padding-left" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
192
+ if ($v['expiredDate'] == '0000-00-00' || $v['expiredDate'] > date('Y-m-d')) {
193
+ if (isset($this->modifyBoardAndGroup[$networkId])) {
194
+ if (in_array(1, $this->modifyBoardAndGroup[$networkId]['TYPE'])) {
195
+ $html .='<a href="#" class="pull-right b2s-modify-board-and-group-network-btn" data-modal-title="' . $this->modifyBoardAndGroup[$networkId]['TITLE'] . '" data-network-auth-id="' . $v['networkAuthId'] . '" data-network-id="' . $networkId . '" data-network-type="1"><span class="glyphicon glyphicon-pencil glyphicon-grey"></span></a>';
196
+ }
197
+ }
198
+ }
199
  }
 
 
 
200
  if ($v['notAllow'] !== false) {
201
+ $html .='<span class="no-allow-info-text">' . __('To reactivate this social media connection,', 'blog2social') . ' <a href="' . B2S_Tools::getSupportLink('affiliate') . '"target="_blank">' . __('please upgrade', 'blog2social') . '</a></span>';
202
  }
203
+ $html .= '<div class="clearfix"></div></li>';
204
  }
205
  }
206
  if (isset($networkData[2])) {
210
  if ($v['notAllow'] !== false) {
211
  $html .='<span class="glyphicon glyphicon-remove-circle glyphicon-danger"></span> <span class="not-allow">' . __('Group', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
212
  } else {
213
+ $html .= '<span class="b2s-network-item-auth-type">' . __('Group', 'blog2social') . '</span>: <span>' . stripslashes($v['networkUserName']) . '</span> ';
214
  }
215
 
216
  if (!empty($mandantName)) {
217
  $html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
218
  }
219
 
220
+ $html .= '<a class="b2s-network-item-auth-list-btn-delete pull-right" data-network-id="' . $networkId . '" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
221
+ $html .= ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? ' <span class="label label-danger b2s-network-auth-update-label" data-network-auth-id="' . $v['networkAuthId'] . '">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</span>' : '';
222
  if ($v['notAllow'] === false) {
223
+ $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 pull-right add-padding-left" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
224
+ if ($v['expiredDate'] == '0000-00-00' || $v['expiredDate'] > date('Y-m-d')) {
225
+ if (isset($this->modifyBoardAndGroup[$networkId])) {
226
+ if (in_array(2, $this->modifyBoardAndGroup[$networkId]['TYPE'])) {
227
+ $html .='<a href="#" class="pull-right b2s-modify-board-and-group-network-btn" data-modal-title="' . $this->modifyBoardAndGroup[$networkId]['TITLE'] . '" data-network-auth-id="' . $v['networkAuthId'] . '" data-network-id="' . $networkId . '" data-network-type="2"><span class="glyphicon glyphicon-pencil glyphicon-grey"></span></a>';
228
+ }
229
+ }
230
+ }
231
  }
 
 
 
232
  if ($v['notAllow'] !== false) {
233
+ $html .='<span class="no-allow-info-text">' . __('To reactivate this social media connection,', 'blog2social') . ' <a href="' . B2S_Tools::getSupportLink('affiliate') . '"target="_blank">' . __('please upgrade', 'blog2social') . '</a></span>';
234
  }
235
 
236
+ $html .= '<div class="clearfix"></div></li>';
237
  }
238
  }
239
  return $html;
includes/B2S/Post/Item.php CHANGED
@@ -23,7 +23,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;
@@ -121,7 +121,7 @@ class B2S_Post_Item {
121
  if ($wpdb->get_var("SHOW TABLES LIKE 'b2s_posts'") == 'b2s_posts') {
122
  $where = ($this->type == 'publish') ? " a.`hide` = 0 AND (a.`sched_date`= '0000-00-00 00:00:00' OR a.`sched_type` = 3) $addNotAdminPosts GROUP BY a.`post_id` ORDER BY a.`publish_date` " . $sortType : " a.`hide` = 0 AND a.`sched_type` != 3 AND a.`publish_date`= '0000-00-00 00:00:00' $addNotAdminPosts GROUP BY a.`post_id` ORDER BY a.`sched_date` " . $sortType;
123
  $orderBy = ($this->type == 'publish') ? " ORDER BY filter.`publish_date` " . $sortType : " ORDER BY filter.`sched_date` " . $sortType;
124
- $addSearchBlogPostId = ((int)$this->searchBlogPostId != 0) ? " a.`post_id` = ".(int)$this->searchBlogPostId." AND " : '';
125
  $addSearchShowByDate = (!empty($this->searchShowByDate)) ? (($this->type == 'publish') ? " DATE_FORMAT(a.`publish_date`,'%Y-%m-%d') = '" . $this->searchShowByDate . "' AND " : " DATE_FORMAT(a.`sched_date`,'%Y-%m-%d') = '" . $this->searchShowByDate . "' AND ") : '';
126
  $addInnerJoinLeftJoin = ((int) $this->searchUserAuthId != 0) ? ' LEFT JOIN b2s_posts_network_details b ON b.`id` = a.`network_details_id` ' : '';
127
  $addInnnerJoinLeftJoinWhere = ((int) $this->searchUserAuthId != 0) ? ' b.`network_auth_id` =' . $this->searchUserAuthId . ' AND ' : '';
@@ -185,7 +185,7 @@ class B2S_Post_Item {
185
  }
186
  }
187
 
188
- public function getItemHtml($selectSchedDate="") {
189
  $this->getData();
190
  $postStatus = array('publish' => __('published', 'blog2social'), 'pending' => __('draft', 'blog2social'), 'future' => __('scheduled', 'blog2social'));
191
 
@@ -220,7 +220,7 @@ class B2S_Post_Item {
220
  <div class="media-body">
221
  <strong><a target="_blank" href="' . get_permalink($var->ID) . '">' . $postTitle . '</a></strong>
222
  <span class="pull-right b2s-publish-btn">
223
- <a class="btn btn-success btn-sm publishPostBtn" href="admin.php?page=blog2social-ship&postId=' . $var->ID . (!empty($selectSchedDate) ? '&schedDate='.$selectSchedDate : ''). '">' . __('Share on Social Media', 'blog2social') . '</a>
224
  </span>
225
  <p class="info hidden-xs">#' . $var->ID . ' | ' . __('Author', 'blog2social') . ' <a href="' . get_author_posts_url($var->post_author) . '">' . (isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-') . '</a> | ' . $postStatus[trim(strtolower($var->post_status))] . ' ' . __('on blog', 'blog2social') . ': ' . B2S_Util::getCustomDateFormat($var->post_date, substr(B2S_LANGUAGE, 0, 2)) . $lastPublish . '</p>
226
  </div>
@@ -379,7 +379,7 @@ class B2S_Post_Item {
379
  $error = '';
380
  if (!empty($var->publish_error_code)) {
381
  $add = '';
382
- //special case: reddit RATE_LIMIT
383
  if ($var->network_id == 15 && $var->publish_error_code == 'RATE_LIMIT') {
384
  $link = (strtolower(substr(B2S_LANGUAGE, 0, 2)) == 'de') ? 'https://www.blog2social.com/de/faq/content/9/115/de/reddit-du-hast-das-veroeffentlichungs_limit-mit-deinem-account-kurzzeitig-erreicht.html' : 'https://www.blog2social.com/en/faq/content/9/115/en/reddit-you-have-temporarily-reached-the-publication-limit-with-your-account.html';
385
  $add = ' ' . __('Please see', 'blog2social') . ' <a target="_blank" href="' . $link . '">' . __('FAQ', 'blog2social') . '</a>';
@@ -438,7 +438,7 @@ class B2S_Post_Item {
438
  $addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND `b2s_posts`.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
439
  $addSearchShowByDate = (!empty($showByDate)) ? " AND DATE_FORMAT(`b2s_posts`.`sched_date`,'%%Y-%%m-%%d') = '" . $showByDate . "' " : '';
440
  $addSearchUserAuthId = ($userAuthId != 0) ? " AND `b2s_posts_network_details`.`network_auth_id` =" . $userAuthId . " " : '';
441
- $sqlData = $wpdb->prepare("SELECT `b2s_posts`.`id`,`blog_user_id`,`v2_id`, `sched_date`,`b2s_posts_network_details`.`network_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_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);
442
  $result = $wpdb->get_results($sqlData);
443
  if (!empty($result) && is_array($result)) {
444
  $networkType = unserialize(B2S_PLUGIN_NETWORK_TYPE);
@@ -458,13 +458,14 @@ class B2S_Post_Item {
458
  <p class="info">' . $networkType[$var->network_type] . (!empty($var->network_display_name) ? (': ' . $var->network_display_name) : '' ) . ' | ' . __('scheduled by', 'blog2social') . ' <a href="' . get_author_posts_url($var->blog_user_id) . '">' . (isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-') . '</a> <span class="b2s-post-sched-area-sched-time" data-post-id="' . $var->id . '">' . B2S_Util::getCustomDateFormat($var->sched_date, substr(B2S_LANGUAGE, 0, 2)) . '</span></p>
459
  <p class="info">';
460
 
461
- $content .= '<a href="#" class="b2s-post-sched-area-drop-btn" data-post-id="' . $var->id . '"> ' . __('delete scheduling', 'blog2social') . '</a> ';
462
-
463
  if ((int) $var->v2_id == 0) {
 
 
 
464
  $content .= '|';
465
- $content .= (B2S_PLUGIN_USER_VERSION > 0) ? ' <a href="#" class="b2s-post-sched-area-edittime-btn" data-post-id="' . $var->id . '" data-blog-sched-date="' . $blogPostDate . '" data-b2s-sched-date="' . strtotime($var->sched_date) . '000">' : ' <a href="#" data-toggle="modal" data-title="' . __('You want to change the time for your scheduled post?', 'blog2social') . '" data-target="#b2sPreFeatureModal">';
466
- $content .= __('change time', 'blog2social') . '</a>';
467
  }
 
 
468
  $content .= '</p>
469
  </div>
470
  </div>
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;
121
  if ($wpdb->get_var("SHOW TABLES LIKE 'b2s_posts'") == 'b2s_posts') {
122
  $where = ($this->type == 'publish') ? " a.`hide` = 0 AND (a.`sched_date`= '0000-00-00 00:00:00' OR a.`sched_type` = 3) $addNotAdminPosts GROUP BY a.`post_id` ORDER BY a.`publish_date` " . $sortType : " a.`hide` = 0 AND a.`sched_type` != 3 AND a.`publish_date`= '0000-00-00 00:00:00' $addNotAdminPosts GROUP BY a.`post_id` ORDER BY a.`sched_date` " . $sortType;
123
  $orderBy = ($this->type == 'publish') ? " ORDER BY filter.`publish_date` " . $sortType : " ORDER BY filter.`sched_date` " . $sortType;
124
+ $addSearchBlogPostId = ((int) $this->searchBlogPostId != 0) ? " a.`post_id` = " . (int) $this->searchBlogPostId . " AND " : '';
125
  $addSearchShowByDate = (!empty($this->searchShowByDate)) ? (($this->type == 'publish') ? " DATE_FORMAT(a.`publish_date`,'%Y-%m-%d') = '" . $this->searchShowByDate . "' AND " : " DATE_FORMAT(a.`sched_date`,'%Y-%m-%d') = '" . $this->searchShowByDate . "' AND ") : '';
126
  $addInnerJoinLeftJoin = ((int) $this->searchUserAuthId != 0) ? ' LEFT JOIN b2s_posts_network_details b ON b.`id` = a.`network_details_id` ' : '';
127
  $addInnnerJoinLeftJoinWhere = ((int) $this->searchUserAuthId != 0) ? ' b.`network_auth_id` =' . $this->searchUserAuthId . ' AND ' : '';
185
  }
186
  }
187
 
188
+ public function getItemHtml($selectSchedDate = "") {
189
  $this->getData();
190
  $postStatus = array('publish' => __('published', 'blog2social'), 'pending' => __('draft', 'blog2social'), 'future' => __('scheduled', 'blog2social'));
191
 
220
  <div class="media-body">
221
  <strong><a target="_blank" href="' . get_permalink($var->ID) . '">' . $postTitle . '</a></strong>
222
  <span class="pull-right b2s-publish-btn">
223
+ <a class="btn btn-success btn-sm publishPostBtn" href="admin.php?page=blog2social-ship&postId=' . $var->ID . (!empty($selectSchedDate) ? '&schedDate=' . $selectSchedDate : '') . '">' . __('Share on Social Media', 'blog2social') . '</a>
224
  </span>
225
  <p class="info hidden-xs">#' . $var->ID . ' | ' . __('Author', 'blog2social') . ' <a href="' . get_author_posts_url($var->post_author) . '">' . (isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-') . '</a> | ' . $postStatus[trim(strtolower($var->post_status))] . ' ' . __('on blog', 'blog2social') . ': ' . B2S_Util::getCustomDateFormat($var->post_date, substr(B2S_LANGUAGE, 0, 2)) . $lastPublish . '</p>
226
  </div>
379
  $error = '';
380
  if (!empty($var->publish_error_code)) {
381
  $add = '';
382
+ //special case: reddit RATE_LIMIT
383
  if ($var->network_id == 15 && $var->publish_error_code == 'RATE_LIMIT') {
384
  $link = (strtolower(substr(B2S_LANGUAGE, 0, 2)) == 'de') ? 'https://www.blog2social.com/de/faq/content/9/115/de/reddit-du-hast-das-veroeffentlichungs_limit-mit-deinem-account-kurzzeitig-erreicht.html' : 'https://www.blog2social.com/en/faq/content/9/115/en/reddit-you-have-temporarily-reached-the-publication-limit-with-your-account.html';
385
  $add = ' ' . __('Please see', 'blog2social') . ' <a target="_blank" href="' . $link . '">' . __('FAQ', 'blog2social') . '</a>';
438
  $addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND `b2s_posts`.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
439
  $addSearchShowByDate = (!empty($showByDate)) ? " AND DATE_FORMAT(`b2s_posts`.`sched_date`,'%%Y-%%m-%%d') = '" . $showByDate . "' " : '';
440
  $addSearchUserAuthId = ($userAuthId != 0) ? " AND `b2s_posts_network_details`.`network_auth_id` =" . $userAuthId . " " : '';
441
+ $sqlData = $wpdb->prepare("SELECT `b2s_posts`.`id`, `b2s_posts`.`post_id`,`blog_user_id`,`v2_id`, `sched_date`,`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_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);
442
  $result = $wpdb->get_results($sqlData);
443
  if (!empty($result) && is_array($result)) {
444
  $networkType = unserialize(B2S_PLUGIN_NETWORK_TYPE);
458
  <p class="info">' . $networkType[$var->network_type] . (!empty($var->network_display_name) ? (': ' . $var->network_display_name) : '' ) . ' | ' . __('scheduled by', 'blog2social') . ' <a href="' . get_author_posts_url($var->blog_user_id) . '">' . (isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-') . '</a> <span class="b2s-post-sched-area-sched-time" data-post-id="' . $var->id . '">' . B2S_Util::getCustomDateFormat($var->sched_date, substr(B2S_LANGUAGE, 0, 2)) . '</span></p>
459
  <p class="info">';
460
 
 
 
461
  if ((int) $var->v2_id == 0) {
462
+ //data-blog-sched-date="' . $blogPostDate . '" data-b2s-sched-date="' . strtotime($var->sched_date) . '000"
463
+ $content .= (B2S_PLUGIN_USER_VERSION > 0) ? ' <a href="#" class="b2s-post-edit-sched-btn" data-network-auth-id="'.$var->network_auth_id.'" data-network-type="'.$var->network_type.'" data-network-id="'.$var->network_id.'" data-post-id="' . $var->post_id. '" data-b2s-id="' . $var->id. '" >' : ' <a href="#" data-toggle="modal" data-title="' . __('You want to edit your scheduled post?', 'blog2social') . '" data-target="#b2sPreFeatureModal">';
464
+ $content .= __('edit', 'blog2social') . '</a> ';
465
  $content .= '|';
 
 
466
  }
467
+ $content .= '<a href="#" class="b2s-post-sched-area-drop-btn" data-post-id="' . $var->id . '"> ' . __('delete', 'blog2social') . '</a> ';
468
+
469
  $content .= '</p>
470
  </div>
471
  </div>
includes/B2S/PostBox.php CHANGED
@@ -75,6 +75,7 @@ class B2S_PostBox {
75
  }
76
 
77
  $content = '<div class="b2s-post-meta-box">
 
78
  <div id="b2s-server-connection-fail" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-server-connection-fail" title="close notice"></button>' . __('The connection to the server failed. Try again!', 'blog2social') . '</div>
79
  <div id="b2s-heartbeat-fail" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-heartbeat-fail" title="close notice"></button>' . __('WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!', 'blog2social') . $b2sHeartbeatFaqLink . ' </div>
80
  <div id="b2s-post-meta-box-state-no-publish-future-customize" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-state-no-publish-future-customize" title="close notice"></button>' . __('Your post is still on draft or pending status. Please make sure that your post is published or scheduled to be published on this blog. You can then auto-post or schedule and customize your social media posts with Blog2Social.', 'blog2social') . '</div>
@@ -87,15 +88,15 @@ class B2S_PostBox {
87
  <input type="hidden" id="b2sLang" name="b2s-user-lang" value="' . strtolower(substr(get_locale(), 0, 2)) . '">
88
  <input type="hidden" id="b2sUserLang" name="b2s-user-lang" value="' . strtolower(substr(get_locale(), 0, 2)) . '">
89
  <input type="hidden" id="b2sPostLang" name="b2s-post-lang" value="' . substr($this->postLang, 0, 2) . '">
90
- <input type="hidden" id="b2sPluginUrl" name="b2s-post-lang" value="' .B2S_PLUGIN_URL . '">
91
  <input type="hidden" id="b2sBlogUserId" name="b2s-blog-user-id" value="' . B2S_PLUGIN_BLOG_USER_ID . '">
92
  <input type="hidden" id="b2s-user-timezone" name="b2s-user-timezone" value="' . $userTimeZoneOffset . '"/>
93
  <input type="hidden" id="b2s-post-status" name="b2s-post-status" value="' . trim(strtolower($postStatus)) . '"/>
94
  <input type="hidden" name="b2s-post-meta-box-version" id="b2s-post-meta-box-version" value="' . B2S_PLUGIN_USER_VERSION . '"/>
95
  <input type="hidden" id="isOgMetaChecked" name="isOgMetaChecked" value="' . (isset($metaSettings['og_active']) ? (int) $metaSettings['og_active'] : 0) . '">
96
  <input type="hidden" id="isCardMetaChecked" name="isCardMetaChecked" value="' . (isset($metaSettings['card_active']) ? (int) $metaSettings['card_active'] : 0) . '">
97
- <input type="hidden" id="autoPostImportIsActive" name="autoPostImportIsActive" value="' . (($autoPostImport) ? 1 : 0) . '">
98
-
99
  <h3 class="b2s-meta-box-headline">' . __('Custom Sharing & Scheduling', 'blog2social') . ' <a class="b2s-info-btn" data-modal-target="b2sInfoMetaBoxModalSched" href="#">' . __('Info', 'blog2social') . '</a></h3>
100
  <a id="b2s-meta-box-btn-customize" class="b2s-btn b2s-btn-success b2s-btn-sm b2s-center-block b2s-btn-margin-bottom-15" href="#">' . __('Customize & Schedule Social Media Posts', 'blog2social') . '</a>
101
  <hr>
@@ -185,6 +186,20 @@ class B2S_PostBox {
185
  $content .= '</select></div>';
186
  $content .= $authContent;
187
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  //Opt: Get Best Time Settings
189
  global $wpdb;
190
  $bestTimeSettings = '';
75
  }
76
 
77
  $content = '<div class="b2s-post-meta-box">
78
+ <div id="b2s-network-tos-warning" class="b2s-info-warning"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-network-tos-warning" title="close notice"></button>' . __('In accordance with the new Twitter TOS, one Twitter account can be selected as your primary Twitter account for auto-posting.', 'blog2social') . ' <a href="'.B2S_Tools::getSupportLink('network_tos_faq_032018').'" target="_blank">'.__('More information','blog2social').'</a></div>
79
  <div id="b2s-server-connection-fail" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-server-connection-fail" title="close notice"></button>' . __('The connection to the server failed. Try again!', 'blog2social') . '</div>
80
  <div id="b2s-heartbeat-fail" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-heartbeat-fail" title="close notice"></button>' . __('WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!', 'blog2social') . $b2sHeartbeatFaqLink . ' </div>
81
  <div id="b2s-post-meta-box-state-no-publish-future-customize" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-state-no-publish-future-customize" title="close notice"></button>' . __('Your post is still on draft or pending status. Please make sure that your post is published or scheduled to be published on this blog. You can then auto-post or schedule and customize your social media posts with Blog2Social.', 'blog2social') . '</div>
88
  <input type="hidden" id="b2sLang" name="b2s-user-lang" value="' . strtolower(substr(get_locale(), 0, 2)) . '">
89
  <input type="hidden" id="b2sUserLang" name="b2s-user-lang" value="' . strtolower(substr(get_locale(), 0, 2)) . '">
90
  <input type="hidden" id="b2sPostLang" name="b2s-post-lang" value="' . substr($this->postLang, 0, 2) . '">
91
+ <input type="hidden" id="b2sPluginUrl" name="b2s-post-lang" value="' . B2S_PLUGIN_URL . '">
92
  <input type="hidden" id="b2sBlogUserId" name="b2s-blog-user-id" value="' . B2S_PLUGIN_BLOG_USER_ID . '">
93
  <input type="hidden" id="b2s-user-timezone" name="b2s-user-timezone" value="' . $userTimeZoneOffset . '"/>
94
  <input type="hidden" id="b2s-post-status" name="b2s-post-status" value="' . trim(strtolower($postStatus)) . '"/>
95
  <input type="hidden" name="b2s-post-meta-box-version" id="b2s-post-meta-box-version" value="' . B2S_PLUGIN_USER_VERSION . '"/>
96
  <input type="hidden" id="isOgMetaChecked" name="isOgMetaChecked" value="' . (isset($metaSettings['og_active']) ? (int) $metaSettings['og_active'] : 0) . '">
97
  <input type="hidden" id="isCardMetaChecked" name="isCardMetaChecked" value="' . (isset($metaSettings['card_active']) ? (int) $metaSettings['card_active'] : 0) . '">
98
+ <input type="hidden" id="b2sAutoPostImportIsActive" name="autoPostImportIsActive" value="' . (($autoPostImport) ? 1 : 0) . '">
99
+
100
  <h3 class="b2s-meta-box-headline">' . __('Custom Sharing & Scheduling', 'blog2social') . ' <a class="b2s-info-btn" data-modal-target="b2sInfoMetaBoxModalSched" href="#">' . __('Info', 'blog2social') . '</a></h3>
101
  <a id="b2s-meta-box-btn-customize" class="b2s-btn b2s-btn-success b2s-btn-sm b2s-center-block b2s-btn-margin-bottom-15" href="#">' . __('Customize & Schedule Social Media Posts', 'blog2social') . '</a>
102
  <hr>
186
  $content .= '</select></div>';
187
  $content .= $authContent;
188
 
189
+ //TOS Twitter 032018 - none multiple Accounts - User select once
190
+ $content .='<div class="b2s-meta-box-auto-post-twitter-profile"><label for="b2s-post-meta-box-profil-dropdown-twitter">' . __('Select Twitter profile:', 'blog2social') . '</div></label> <select style="width:100%;" id="b2s-post-meta-box-profil-dropdown-twitter" name="b2s-post-meta-box-profil-dropdown-twitter">';
191
+ foreach ($mandant as $k => $m) {
192
+ if ((isset($auth->{$m->id}) && isset($auth->{$m->id}[0]) && !empty($auth->{$m->id}[0]))) {
193
+ foreach ($auth->{$m->id} as $key => $value) {
194
+ if($value->networkId == 2){
195
+ $content .= '<option data-mandant-id="'.$m->id.'" value="' . $value->networkAuthId . '">' . $value->networkUserName . '</option>';
196
+ }
197
+ }
198
+ }
199
+ }
200
+ $content .= '</select></div>';
201
+
202
+
203
  //Opt: Get Best Time Settings
204
  global $wpdb;
205
  $bestTimeSettings = '';
includes/B2S/Rating.php CHANGED
@@ -5,7 +5,7 @@
5
 
6
  if(!get_option('B2S_HIDE_RATING')) {
7
 
8
- $count = $wpdb->get_var("SELECT COUNT(*) 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));
5
 
6
  if(!get_option('B2S_HIDE_RATING')) {
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));
includes/B2S/Settings/Item.php CHANGED
@@ -105,9 +105,9 @@ class B2S_Settings_Item {
105
  }
106
  $content .='</p>';
107
  $content .='<select id="b2s-user-network-twitter-content">';
108
- $content .='<option ' . (($contentTwitter === false || $contentTwitter == 0 || B2S_PLUGIN_USER_VERSION < 1) ? 'checked' : '') . ' value="0">' . __('title', 'blog2social') . ''.(($isCheckedAllowHashTag == 1) ? ' & ' . __('hashtags', 'blog2social') : '') . '</option>';
109
- $content .='<option ' . (($contentTwitter !== false && $contentTwitter == 1 && B2S_PLUGIN_USER_VERSION >= 1) ? 'checked' : '') . ' value="1">' . __('title & content', 'blog2social') . ''.(($isCheckedAllowHashTag == 1) ? ' & ' . __('hashtags', 'blog2social') : '') . ' ' . ((B2S_PLUGIN_USER_VERSION < 1) ? __('(PREMIUM)', 'blog2social') : '') . '</option>';
110
- $content .='<option ' . (($contentTwitter !== false && $contentTwitter == 2 && B2S_PLUGIN_USER_VERSION >= 1) ? 'checked' : '') . ' value="2">' . __('only content', 'blog2social') . ''.(($isCheckedAllowHashTag == 1) ? ' & ' . __('hashtags', 'blog2social') : '') . ' ' . ((B2S_PLUGIN_USER_VERSION < 1) ? __('(PREMIUM)', 'blog2social') : '') . '</option>';
111
  $content .='</select> <a href="#" data-toggle="modal" data-target="#b2sInfoContentTwitterModal" class="b2s-info-btn hidden-xs">' . __('Info', 'blog2social') . '</a>';
112
  $content .='<div class="clearfix"></div>';
113
  $content .='<br>';
@@ -181,6 +181,7 @@ class B2S_Settings_Item {
181
  $content .='<input data-size="mini" data-toggle="toggle" data-width="90" data-height="22" data-onstyle="primary" data-on="ON" data-off="OFF" ' . ((isset($optionAutoPostImport['active']) && (int) $optionAutoPostImport['active'] == 1) ? 'checked' : '') . ' name="b2s-import-auto-post" value="1" type="checkbox">';
182
  $content .='<br><br>';
183
  $content .='<p class="b2s-bold">' . __('Select to auto-post to your standard networks:', 'blog2social') . '</p>';
 
184
  $content .= $this->getNetworkAutoPostData($optionAutoPostImport);
185
  $content .='<p class="b2s-bold">' . __('Select to auto-post immediately after publishing or with a delay', 'blog2social') . '</p>';
186
  $content .='<input id="b2s-import-auto-post-time-now" name="b2s-import-auto-post-time-state" ' . (((isset($optionAutoPostImport['ship_state']) && (int) $optionAutoPostImport['ship_state'] == 0) || !isset($optionAutoPostImport['ship_state'])) ? 'checked' : '') . ' value="0" type="radio"><label for="b2s-import-auto-post-time-now">' . __('immediately', 'blog2social') . '</label><br>';
@@ -190,7 +191,7 @@ class B2S_Settings_Item {
190
  $content .='<br>';
191
  $content .= $this->getChosenPostTypesData($optionAutoPostImport);
192
  if (B2S_PLUGIN_USER_VERSION > 0) {
193
- $content .= '<button class="pull-right btn btn-primary btn-sm" type="submit">';
194
  } else {
195
  $content .= '<button class="pull-right btn btn-primary btn-sm b2s-btn-disabled b2s-save-settings-pro-info" data-toggle = "modal" data-target = "#b2sInfoAutoShareModal">';
196
  }
@@ -257,7 +258,7 @@ class B2S_Settings_Item {
257
  $html .='<span class="glyphicon glyphicon-remove-circle glyphicon-danger"></span> <span class="not-allow">' . $networkType . ': ' . stripslashes($t->networkUserName) . '</span> ';
258
  } else {
259
  $selItem = (in_array($t->networkAuthId, $selected)) ? 'checked' : '';
260
- $html .= '<input id="b2s-import-auto-post-network-auth-id-' . $t->networkAuthId . '" class="" ' . $selItem . ' value="' . $t->networkAuthId . '" name="b2s-import-auto-post-network-auth-id[]" type="checkbox"> <label for="b2s-import-auto-post-network-auth-id-' . $t->networkAuthId . '">' . $networkType . ': ' . stripslashes($t->networkUserName) . '</label>';
261
  }
262
  $html .= '</li>';
263
  }
@@ -284,7 +285,8 @@ class B2S_Settings_Item {
284
  //$user_meta_author_data = $this->options->_getOption('meta_author_data');
285
  $og_isChecked = ($og !== false && $og == 1) ? 0 : 1;
286
  $card_isChecked = ($card !== false && $card == 1) ? 0 : 1;
287
-
 
288
  $content = '<div class="col-md-12">';
289
  if (B2S_PLUGIN_ADMIN) {
290
  $content .= '<a href="#" class="pull-right btn btn-primary btn-xs b2sClearSocialMetaTags">' . __('Reset all page and post meta data', 'blog2social') . '</a>';
@@ -336,7 +338,12 @@ class B2S_Settings_Item {
336
  $content .='<div><img alt="" class="b2s-post-item-network-image" src="' . plugins_url('/assets/images/portale/2_flat.png', B2S_PLUGIN_FILE) . '"> <b>Twitter</b></div>';
337
  $content .='<p>' . __('Add the default Twitter Card parameters for title, description and image you want Twitter to display, if you share the frontpage of your blog as link post (http://www.yourblog.com)', 'blog2social') . '</p>';
338
  $content .='<br>';
339
- $content .='<div class="col-md-8">';
 
 
 
 
 
340
  $content .='<div class="form-group"><label for="b2s_card_default_title"><strong>' . __("Title", "blog2social") . ':</strong></label><input type="text" ' . ((B2S_PLUGIN_ADMIN) ? "" : "readonly") . ' value="' . ( ($this->generalOptions->_getOption('card_default_title') !== false) ? $this->generalOptions->_getOption('card_default_title') : get_bloginfo('name') ) . '" name="b2s_card_default_title" class="form-control" id="b2s_card_default_title"></div>';
341
  $content .='<div class="form-group"><label for="b2s_card_default_desc"><strong>' . __("Description", "blog2social") . ':</strong></label><input type="text" ' . ((B2S_PLUGIN_ADMIN) ? "" : "readonly") . ' value="' . ( ($this->generalOptions->_getOption('card_default_desc') !== false) ? $this->generalOptions->_getOption('card_default_desc') : get_bloginfo('description') ) . '" name="b2s_card_default_desc" class="form-control" id="b2s_card_default_desc"></div>';
342
  $content .='<div class="form-group"><label for="b2s_card_default_image"><strong>' . __("Image URL", "blog2social") . ':</strong></label> ';
105
  }
106
  $content .='</p>';
107
  $content .='<select id="b2s-user-network-twitter-content">';
108
+ $content .='<option ' . (($contentTwitter === false || $contentTwitter == 0 || B2S_PLUGIN_USER_VERSION < 1) ? 'selected' : '') . ' value="0">' . __('title', 'blog2social') . ''.(($isCheckedAllowHashTag == 1) ? ' & ' . __('hashtags', 'blog2social') : '') . '</option>';
109
+ $content .='<option ' . (($contentTwitter !== false && $contentTwitter == 1 && B2S_PLUGIN_USER_VERSION >= 1) ? 'selected' : '') . ' value="1">' . __('title & content', 'blog2social') . ''.(($isCheckedAllowHashTag == 1) ? ' & ' . __('hashtags', 'blog2social') : '') . ' ' . ((B2S_PLUGIN_USER_VERSION < 1) ? __('(PREMIUM)', 'blog2social') : '') . '</option>';
110
+ $content .='<option ' . (($contentTwitter !== false && $contentTwitter == 2 && B2S_PLUGIN_USER_VERSION >= 1) ? 'selected' : '') . ' value="2">' . __('only content', 'blog2social') . ''.(($isCheckedAllowHashTag == 1) ? ' & ' . __('hashtags', 'blog2social') : '') . ' ' . ((B2S_PLUGIN_USER_VERSION < 1) ? __('(PREMIUM)', 'blog2social') : '') . '</option>';
111
  $content .='</select> <a href="#" data-toggle="modal" data-target="#b2sInfoContentTwitterModal" class="b2s-info-btn hidden-xs">' . __('Info', 'blog2social') . '</a>';
112
  $content .='<div class="clearfix"></div>';
113
  $content .='<br>';
181
  $content .='<input data-size="mini" data-toggle="toggle" data-width="90" data-height="22" data-onstyle="primary" data-on="ON" data-off="OFF" ' . ((isset($optionAutoPostImport['active']) && (int) $optionAutoPostImport['active'] == 1) ? 'checked' : '') . ' name="b2s-import-auto-post" value="1" type="checkbox">';
182
  $content .='<br><br>';
183
  $content .='<p class="b2s-bold">' . __('Select to auto-post to your standard networks:', 'blog2social') . '</p>';
184
+ $content .='<div class="b2s-network-tos-auto-post-import-warning"><div class="alert alert-danger">' . __('In accordance with the new Twitter TOS, one Twitter account can be selected as your primary Twitter account for auto-posting.', 'blog2social') . ' <a href="'.B2S_Tools::getSupportLink('network_tos_faq_032018').'" target="_blank">'.__('More information','blog2social').'</a></div></div>';
185
  $content .= $this->getNetworkAutoPostData($optionAutoPostImport);
186
  $content .='<p class="b2s-bold">' . __('Select to auto-post immediately after publishing or with a delay', 'blog2social') . '</p>';
187
  $content .='<input id="b2s-import-auto-post-time-now" name="b2s-import-auto-post-time-state" ' . (((isset($optionAutoPostImport['ship_state']) && (int) $optionAutoPostImport['ship_state'] == 0) || !isset($optionAutoPostImport['ship_state'])) ? 'checked' : '') . ' value="0" type="radio"><label for="b2s-import-auto-post-time-now">' . __('immediately', 'blog2social') . '</label><br>';
191
  $content .='<br>';
192
  $content .= $this->getChosenPostTypesData($optionAutoPostImport);
193
  if (B2S_PLUGIN_USER_VERSION > 0) {
194
+ $content .= '<button class="pull-right btn btn-primary btn-sm" id="b2s-auto-post-import-settings-btn" type="submit">';
195
  } else {
196
  $content .= '<button class="pull-right btn btn-primary btn-sm b2s-btn-disabled b2s-save-settings-pro-info" data-toggle = "modal" data-target = "#b2sInfoAutoShareModal">';
197
  }
258
  $html .='<span class="glyphicon glyphicon-remove-circle glyphicon-danger"></span> <span class="not-allow">' . $networkType . ': ' . stripslashes($t->networkUserName) . '</span> ';
259
  } else {
260
  $selItem = (in_array($t->networkAuthId, $selected)) ? 'checked' : '';
261
+ $html .= '<input id="b2s-import-auto-post-network-auth-id-' . $t->networkAuthId . '" class="b2s-network-tos-check" data-network-id="'.$t->networkId.'" ' . $selItem . ' value="' . $t->networkAuthId . '" name="b2s-import-auto-post-network-auth-id[]" type="checkbox"> <label for="b2s-import-auto-post-network-auth-id-' . $t->networkAuthId . '">' . $networkType . ': ' . stripslashes($t->networkUserName) . '</label>';
262
  }
263
  $html .= '</li>';
264
  }
285
  //$user_meta_author_data = $this->options->_getOption('meta_author_data');
286
  $og_isChecked = ($og !== false && $og == 1) ? 0 : 1;
287
  $card_isChecked = ($card !== false && $card == 1) ? 0 : 1;
288
+ $selectCardType = $this->generalOptions->_getOption('card_default_type');
289
+
290
  $content = '<div class="col-md-12">';
291
  if (B2S_PLUGIN_ADMIN) {
292
  $content .= '<a href="#" class="pull-right btn btn-primary btn-xs b2sClearSocialMetaTags">' . __('Reset all page and post meta data', 'blog2social') . '</a>';
338
  $content .='<div><img alt="" class="b2s-post-item-network-image" src="' . plugins_url('/assets/images/portale/2_flat.png', B2S_PLUGIN_FILE) . '"> <b>Twitter</b></div>';
339
  $content .='<p>' . __('Add the default Twitter Card parameters for title, description and image you want Twitter to display, if you share the frontpage of your blog as link post (http://www.yourblog.com)', 'blog2social') . '</p>';
340
  $content .='<br>';
341
+ $content .='<div class="col-md-8">';
342
+ $content .='<div class="form-group"><label for="b2s_card_default_card_type"><strong>' . __("The default card type to use", "blog2social") . ':</strong></label>';
343
+ $content .='<select class="form-control" name="b2s_card_default_type">';
344
+ $content .='<option ' . (($selectCardType === false || $selectCardType == 0 || B2S_PLUGIN_USER_VERSION < 1) ? 'selected"' : '') . ' value="0">' . __('Summary', 'blog2social').'</option>';
345
+ $content .='<option ' . (($selectCardType !== false && $selectCardType == 1 && B2S_PLUGIN_USER_VERSION >= 1) ? 'selected' : '') . ' value="1">' . __('Summary with large image', 'blog2social') . ' ' . ((B2S_PLUGIN_USER_VERSION < 1) ? __('(PREMIUM)', 'blog2social') : '') . '</option>';
346
+ $content .='</select></div>';
347
  $content .='<div class="form-group"><label for="b2s_card_default_title"><strong>' . __("Title", "blog2social") . ':</strong></label><input type="text" ' . ((B2S_PLUGIN_ADMIN) ? "" : "readonly") . ' value="' . ( ($this->generalOptions->_getOption('card_default_title') !== false) ? $this->generalOptions->_getOption('card_default_title') : get_bloginfo('name') ) . '" name="b2s_card_default_title" class="form-control" id="b2s_card_default_title"></div>';
348
  $content .='<div class="form-group"><label for="b2s_card_default_desc"><strong>' . __("Description", "blog2social") . ':</strong></label><input type="text" ' . ((B2S_PLUGIN_ADMIN) ? "" : "readonly") . ' value="' . ( ($this->generalOptions->_getOption('card_default_desc') !== false) ? $this->generalOptions->_getOption('card_default_desc') : get_bloginfo('description') ) . '" name="b2s_card_default_desc" class="form-control" id="b2s_card_default_desc"></div>';
349
  $content .='<div class="form-group"><label for="b2s_card_default_image"><strong>' . __("Image URL", "blog2social") . ':</strong></label> ';
includes/B2S/Ship/Item.php CHANGED
@@ -6,7 +6,7 @@ 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, 8);
12
  private $allowTag = array(4, 9, 11, 16);
@@ -19,12 +19,12 @@ class B2S_Ship_Item {
19
  private $allowNoCustomImageProfile = array(8, 15);
20
  private $allowNoEmoji = array(3, 9, 13, 14, 15, 16);
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);
23
  private $showBoards = array(6);
24
  private $showBoardsGroup = array(10);
25
  private $showGroups = array(8, 15);
26
  private $changeDisplayName = array(8);
27
- private $setShortTextProfile = array(1 => 239, 2 => 255, 3 => 239, 6 => 300, 8 => 239, 10 => 442, 12 => 240, 9 => 200, 16 => 250, 17 =>442);
28
  private $setShortTextProfileLimit = array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 10 => 500, 12 => 400, 9 => 200);
29
  private $setShortTextPage = array(1 => 239, 3 => 239, 8 => 1200, 10 => 442, 17 => 442);
30
  private $setShortTextPageLimit = array(1 => 400, 3 => 400, 8 => 1200, 10 => 500);
@@ -39,6 +39,7 @@ class B2S_Ship_Item {
39
  private $requiredUrl = array(1, 3, 8, 9, 10, 15);
40
  private $getText = array(1, 7, 10, 12, 16, 17);
41
  private $maxWeekTimeSelect = 52;
 
42
  private $maxMonthTimeSelect = 12;
43
  private $maxTimeSelect = 50;
44
  private $maxSchedCount = 3;
@@ -222,7 +223,7 @@ class B2S_Ship_Item {
222
  $content = '<div class="b2s-post-item ' . $onlyimage . '" data-network-auth-id="' . $data->networkAuthId . '" data-network-id="' . $data->networkId . '">';
223
  $content .= '<div class="panel panel-group">';
224
  $content .= '<div class="panel-body ' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'del-padding-left del-padding-right' : '') . ' ">';
225
- $content .= '<div class="b2s-post-item-area">';
226
  $content .= '<div class="b2s-post-item-thumb hidden-xs">';
227
  $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) . '">';
228
  $content .= '</div>';
@@ -254,6 +255,12 @@ class B2S_Ship_Item {
254
 
255
  $content .= '</p>';
256
 
 
 
 
 
 
 
257
  $content .= '<div class="b2s-post-item-details-edit-area" data-network-auth-id="' . $data->networkAuthId . '">';
258
  $content .= (in_array($data->networkId, $this->showBoards) || ($data->networkType == 2 && in_array($data->networkId, $this->showBoardsGroup))) ? $this->getBoardHtml($data->networkAuthId, $data->networkId) : '';
259
  $content .= (in_array($data->networkId, $this->showGroups) && ($data->networkType == 2 || $data->networkId == 15)) ? $this->getGroupsHtml($data->networkAuthId, $data->networkId) : '';
@@ -333,7 +340,7 @@ class B2S_Ship_Item {
333
  }
334
 
335
  if ($networkId == 2) {
336
- $edit = '<textarea class="form-control tw-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-text-limit="' . $limitValue . '" data-network-auth-id="' . $networkAuthId . '" placeholder="' . __('Write something about your post...', 'blog2social') . '" name="b2s[' . $networkAuthId . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . $message . '</textarea>';
337
  $edit .= '<div class="row">';
338
  $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12' : 'col-xs-12 col-sm-5 col-lg-3') . '">';
339
  $edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
@@ -457,7 +464,7 @@ class B2S_Ship_Item {
457
  $hashTags = '';
458
  if (is_array($hashTagsData) && !empty($hashTagsData)) {
459
  foreach ($hashTagsData as $tag) {
460
- $hashTags .= ' #' . str_replace(array(" ","-"), "", $tag->name);
461
  }
462
  }
463
  return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
@@ -536,6 +543,8 @@ class B2S_Ship_Item {
536
 
537
  if (B2S_PLUGIN_USER_VERSION > 0) {
538
  $shipping .= '<div class="b2s-post-item-details-release-area-details">';
 
 
539
  $shipping .= '<ul class="list-group b2s-post-item-details-release-area-details-ul" data-network-auth-id="' . $networkAuthId . '" style="display:none;">';
540
  $shipping .= '<li class="list-group-item">';
541
 
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, 8);
12
  private $allowTag = array(4, 9, 11, 16);
19
  private $allowNoCustomImageProfile = array(8, 15);
20
  private $allowNoEmoji = array(3, 9, 13, 14, 15, 16);
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);
23
  private $showBoards = array(6);
24
  private $showBoardsGroup = array(10);
25
  private $showGroups = array(8, 15);
26
  private $changeDisplayName = array(8);
27
+ private $setShortTextProfile = array(1 => 239, 2 => 255, 3 => 239, 6 => 300, 8 => 239, 10 => 442, 12 => 240, 9 => 200, 16 => 250, 17 => 442);
28
  private $setShortTextProfileLimit = array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 10 => 500, 12 => 400, 9 => 200);
29
  private $setShortTextPage = array(1 => 239, 3 => 239, 8 => 1200, 10 => 442, 17 => 442);
30
  private $setShortTextPageLimit = array(1 => 400, 3 => 400, 8 => 1200, 10 => 500);
39
  private $requiredUrl = array(1, 3, 8, 9, 10, 15);
40
  private $getText = array(1, 7, 10, 12, 16, 17);
41
  private $maxWeekTimeSelect = 52;
42
+ private $networkTos = array(2);
43
  private $maxMonthTimeSelect = 12;
44
  private $maxTimeSelect = 50;
45
  private $maxSchedCount = 3;
223
  $content = '<div class="b2s-post-item ' . $onlyimage . '" data-network-auth-id="' . $data->networkAuthId . '" data-network-id="' . $data->networkId . '">';
224
  $content .= '<div class="panel panel-group">';
225
  $content .= '<div class="panel-body ' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'del-padding-left del-padding-right' : '') . ' ">';
226
+ $content .= '<div class="b2s-post-item-area" data-network-auth-id="' . $data->networkAuthId . '">';
227
  $content .= '<div class="b2s-post-item-thumb hidden-xs">';
228
  $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) . '">';
229
  $content .= '</div>';
255
 
256
  $content .= '</p>';
257
 
258
+ //TOS Twitter 032018
259
+ if (in_array($data->networkId, $this->networkTos)) {
260
+ $content .='';
261
+ $content .='<div class="b2s-unique-content" data-network-auth-id="' . $data->networkAuthId . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-danger">'.__('Please keep in mind that according to Twitter’s new TOS, users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.','blog2social').'<br><strong>'.__('Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts.','blog2social').'</strong> <a href="'.B2S_Tools::getSupportLink('network_tos_blog_032018').'" target="_blank">'.__('Learn more about this','blog2social').'</a></div></div>';
262
+ }
263
+
264
  $content .= '<div class="b2s-post-item-details-edit-area" data-network-auth-id="' . $data->networkAuthId . '">';
265
  $content .= (in_array($data->networkId, $this->showBoards) || ($data->networkType == 2 && in_array($data->networkId, $this->showBoardsGroup))) ? $this->getBoardHtml($data->networkAuthId, $data->networkId) : '';
266
  $content .= (in_array($data->networkId, $this->showGroups) && ($data->networkType == 2 || $data->networkId == 15)) ? $this->getGroupsHtml($data->networkAuthId, $data->networkId) : '';
340
  }
341
 
342
  if ($networkId == 2) {
343
+ $edit = '<textarea class="form-control tw-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-text-limit="' . $limitValue . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" placeholder="' . __('Write something about your post...', 'blog2social') . '" unique="currency" name="b2s[' . $networkAuthId . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . $message . '</textarea>';
344
  $edit .= '<div class="row">';
345
  $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12' : 'col-xs-12 col-sm-5 col-lg-3') . '">';
346
  $edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
464
  $hashTags = '';
465
  if (is_array($hashTagsData) && !empty($hashTagsData)) {
466
  foreach ($hashTagsData as $tag) {
467
+ $hashTags .= ' #' . str_replace(array(" ", "-"), "", $tag->name);
468
  }
469
  }
470
  return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
543
 
544
  if (B2S_PLUGIN_USER_VERSION > 0) {
545
  $shipping .= '<div class="b2s-post-item-details-release-area-details">';
546
+ //TOS Twitter 032018
547
+ $shipping .= '<div class="b2s-network-tos-sched-warning" data-network-auth-id="'.$networkAuthId.'" style="display: none;"><div class="clearfix"></div><div class="alert b2s-network-tos-sched-alert alert-warning">'.__('Please keep in mind that according to Twitter’s new TOS, users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.','blog2social').'<br><strong>'.__('Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts.','blog2social').'</strong> <a href="'.B2S_Tools::getSupportLink('network_tos_blog_032018').'" target="_blank">'.__('Learn more about this','blog2social').'</a></div></div>';
548
  $shipping .= '<ul class="list-group b2s-post-item-details-release-area-details-ul" data-network-auth-id="' . $networkAuthId . '" style="display:none;">';
549
  $shipping .= '<li class="list-group-item">';
550
 
includes/B2S/Ship/Save.php CHANGED
@@ -122,11 +122,13 @@ class B2S_Ship_Save {
122
  //mode: once schedule
123
  if ($schedData['releaseSelect'] == 1 && is_array($schedData['date']) && isset($schedData['date'][0]) && !empty($schedData['date'][0]) && isset($schedData['time'][0]) && !empty($schedData['time'][0])) {
124
  foreach ($schedData['date'] as $key => $date) {
125
- $sendTime = strtotime($date . ' ' . $schedData['time'][$key]);
126
- $shipdays[] = array('sched_date' => date('Y-m-d H:i:00', $sendTime), 'sched_date_utc' => date('Y-m-d H:i:00', strtotime(B2S_Util::getUTCForDate($date . ' ' . $schedData['time'][$key], $schedData['user_timezone'] * (-1)))));
127
- $printSchedDate[] = date('Y-m-d H:i:s', $sendTime);
128
- if ($schedData['saveSetting']) {
129
- $this->saveUserDefaultSettings(date('H:i', $sendTime), $data['network_id'], $data['network_type']);
 
 
130
  }
131
  }
132
  } else {
@@ -318,9 +320,9 @@ class B2S_Ship_Save {
318
  $allowEndofMonth = ((int) $select_day == 0) ? true : false;
319
  $select_day = $allowEndofMonth ? 31 : sprintf("%02d", $select_day);
320
  $selectDateTime = strtotime(date('Y-m', $startDateTime) . '-' . $select_day . ' ' . $time);
321
-
322
- $addMonth = ($selectDateTime < $startDateTime) ? 1 : 0;
323
-
324
  for ($i = 1; $i <= $duration_month; $i++) {
325
  $cDate = date('Y-m', strtotime(date('Y-m', $startDateTime) . " +" . $addMonth . " month"));
326
  if (checkdate((int) date('m', strtotime($cDate)), (int) $select_day, (int) date('Y', strtotime($cDate)))) {
@@ -339,8 +341,9 @@ class B2S_Ship_Save {
339
  //own period
340
  public function createCustomIntervalDates($duration_time = 0, $select_timespan = 0, $date = "") {
341
  $dates = array();
 
342
  $cTimespan = $select_timespan;
343
- for ($i = 1; $i <= $duration_time; $i++) {
344
  $dates[] = date('Y-m-d', strtotime($date . " +" . $cTimespan . " day"));
345
  $cTimespan += $select_timespan;
346
  }
122
  //mode: once schedule
123
  if ($schedData['releaseSelect'] == 1 && is_array($schedData['date']) && isset($schedData['date'][0]) && !empty($schedData['date'][0]) && isset($schedData['time'][0]) && !empty($schedData['time'][0])) {
124
  foreach ($schedData['date'] as $key => $date) {
125
+ if (isset($schedData['time'][$key]) && !empty($schedData['time'][$key])) {
126
+ $sendTime = strtotime($date . ' ' . $schedData['time'][$key]);
127
+ $shipdays[] = array('sched_date' => date('Y-m-d H:i:00', $sendTime), 'sched_date_utc' => date('Y-m-d H:i:00', strtotime(B2S_Util::getUTCForDate($date . ' ' . $schedData['time'][$key], $schedData['user_timezone'] * (-1)))));
128
+ $printSchedDate[] = date('Y-m-d H:i:s', $sendTime);
129
+ if ($schedData['saveSetting']) {
130
+ $this->saveUserDefaultSettings(date('H:i', $sendTime), $data['network_id'], $data['network_type']);
131
+ }
132
  }
133
  }
134
  } else {
320
  $allowEndofMonth = ((int) $select_day == 0) ? true : false;
321
  $select_day = $allowEndofMonth ? 31 : sprintf("%02d", $select_day);
322
  $selectDateTime = strtotime(date('Y-m', $startDateTime) . '-' . $select_day . ' ' . $time);
323
+
324
+ $addMonth = ($selectDateTime < $startDateTime) ? 1 : 0;
325
+
326
  for ($i = 1; $i <= $duration_month; $i++) {
327
  $cDate = date('Y-m', strtotime(date('Y-m', $startDateTime) . " +" . $addMonth . " month"));
328
  if (checkdate((int) date('m', strtotime($cDate)), (int) $select_day, (int) date('Y', strtotime($cDate)))) {
341
  //own period
342
  public function createCustomIntervalDates($duration_time = 0, $select_timespan = 0, $date = "") {
343
  $dates = array();
344
+ $dates[] = date('Y-m-d', strtotime($date)); //add start date
345
  $cTimespan = $select_timespan;
346
+ for ($i = 1; $i < $duration_time; $i++) {
347
  $dates[] = date('Y-m-d', strtotime($date . " +" . $cTimespan . " day"));
348
  $cTimespan += $select_timespan;
349
  }
includes/Form.php ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class B2S_Form {
4
+
5
+ public static function getNetworkBoardAndGroupHtml($data) {
6
+ $collection = '<select class="form-control b2s-select" id="b2s-modify-board-and-group-network-selected">';
7
+ $collection .= $data;
8
+ $collection .= '</select>';
9
+ return $collection;
10
+ }
11
+ }
includes/Loader.php CHANGED
@@ -23,6 +23,8 @@ class B2S_Loader {
23
  require_once(B2S_PLUGIN_DIR . 'includes/Options.php');
24
  require_once(B2S_PLUGIN_DIR . 'includes/B2S/Heartbeat.php');
25
  require_once(B2S_PLUGIN_DIR . 'includes/B2S/Api/Post.php');
 
 
26
  add_filter('heartbeat_received', array(B2S_Heartbeat::getInstance(), 'init'), 10, 2);
27
  add_action('wp_logout', array($this, 'releaseLocks'));
28
  add_action('transition_post_status', array($this, 'b2s_auto_post_import'), 9999, 3); //for Auto-Posting imported + manuell
@@ -45,11 +47,12 @@ class B2S_Loader {
45
  define('B2S_PLUGIN_POSTPERPAGE', '15');
46
  define('B2S_PLUGIN_VERSION_TYPE', serialize(array(0 => 'Free', 1 => 'Smart', 2 => 'Pro', 3 => 'Business', 4 => 'Premium')));
47
  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')));
48
- 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))));
49
- 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)))));
50
  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)));
51
  define('B2S_PLUGIN_NETWORK_ALLOW_PAGE', serialize(array(1, 3, 8, 10, 17)));
52
  define('B2S_PLUGIN_NETWORK_ALLOW_GROUP', serialize(array(1, 8, 10, 11, 17)));
 
53
  define('B2S_PLUGIN_AUTO_POST_LIMIT', serialize(array(0 => 0, 1 => 25, 2 => 50, 3 => 100, 4 => 100)));
54
  define('B2S_PLUGIN_NETWORK_OAUTH', serialize(array(1, 2, 3, 4, 7, 8, 11, 15, 17)));
55
  define('B2S_PLUGIN_BLOG_USER_ID', get_current_user_id());
@@ -192,14 +195,25 @@ class B2S_Loader {
192
 
193
  $autoShare = new B2S_AutoPost((int) $post->ID, $defaultBlogPostData, $current_user_date, false, $title, $content, $url, $image_url, $keywords, trim(strtolower(substr(B2S_LANGUAGE, 0, 2))), $optionPostFormat, $allowHashTag, $optionContentTwitter);
194
 
 
 
 
195
  foreach ($autoPostData['network_auth_id'] as $k => $value) {
196
  $networkDetails = $wpdb->get_results($wpdb->prepare("SELECT postNetworkDetails.network_id, postNetworkDetails.network_type, postNetworkDetails.network_display_name FROM b2s_posts_network_details AS postNetworkDetails WHERE postNetworkDetails.network_auth_id = %s", $value));
197
  if (is_array($networkDetails) && isset($networkDetails[0]->network_id) && isset($networkDetails[0]->network_type) && isset($networkDetails[0]->network_display_name)) {
198
- $res = $autoShare->prepareShareData($value, $networkDetails[0]->network_id, $networkDetails[0]->network_type);
199
- if ($res !== false && is_array($res)) {
200
- $ship = true;
201
- $res = array_merge($res, $defaultPostData);
202
- $autoShare->saveShareData($res, $networkDetails[0]->network_id, $networkDetails[0]->network_type, $value, strip_tags($networkDetails[0]->network_display_name));
 
 
 
 
 
 
 
 
203
  }
204
  }
205
  }
@@ -285,26 +299,20 @@ class B2S_Loader {
285
  }
286
 
287
  public function b2s_save_post_box() {
288
-
289
  if (!isset($_POST['wp-preview']) || (isset($_POST['wp-preview']) && $_POST['wp-preview'] != 'dopreview' )) {
290
-
291
  $b2sPostLang = (isset($_POST['b2s-user-lang']) && !empty($_POST['b2s-user-lang'])) ? $_POST['b2s-user-lang'] : 'en';
292
-
293
  //OgMeta
294
  if (isset($_POST['isOgMetaChecked']) && (int) $_POST['isOgMetaChecked'] == 1 && (int) $_POST['post_ID'] > 0 && isset($_POST['content']) && isset($_POST['post_title'])) {
295
  $meta = B2S_Meta::getInstance();
296
  $meta->getMeta(((int) $_POST['post_ID']));
297
-
298
  $title = B2S_Util::getTitleByLanguage(strip_tags($_POST['post_title']), strtolower($b2sPostLang));
299
-
300
  if (has_excerpt((int) $_POST['post_ID'])) {
301
  $desc = strip_tags(get_the_excerpt());
302
  } else {
303
  $desc = str_replace("\r\n", ' ', substr(strip_tags(strip_shortcodes($_POST['content'])), 0, 160));
304
  }
305
-
306
  $image_url = wp_get_attachment_url(get_post_thumbnail_id((int) $_POST['post_ID']));
307
-
308
  $meta->setMeta('og_title', $title);
309
  $meta->setMeta('og_desc', $desc);
310
  $meta->setMeta('og_image', (($image_url !== false) ? trim(urldecode($image_url)) : ''));
@@ -313,19 +321,15 @@ class B2S_Loader {
313
 
314
  //CardMeta
315
  if (isset($_POST['isCardMetaChecked']) && (int) $_POST['isCardMetaChecked'] == 1 && (int) $_POST['post_ID'] > 0 && isset($_POST['content']) && isset($_POST['post_title'])) {
316
-
317
  $meta = B2S_Meta::getInstance();
318
  $meta->getMeta(((int) $_POST['post_ID']));
319
-
320
  $title = B2S_Util::getTitleByLanguage(strip_tags($_POST['post_title']), strtolower($b2sPostLang));
321
-
322
  if (has_excerpt((int) $_POST['post_ID'])) {
323
  $desc = strip_tags(get_the_excerpt());
324
  } else {
325
  $desc = str_replace("\r\n", ' ', substr(strip_tags(strip_shortcodes($_POST['content'])), 0, 160));
326
  }
327
  $image_url = wp_get_attachment_url(get_post_thumbnail_id((int) $_POST['post_ID']));
328
-
329
  $meta->setMeta('card_title', $title);
330
  $meta->setMeta('card_desc', $desc);
331
  $meta->setMeta('card_image', (($image_url !== false) ? trim(urldecode($image_url)) : ''));
@@ -422,35 +426,39 @@ class B2S_Loader {
422
  $metaOg = false;
423
  $metaCard = false;
424
 
425
-
 
426
  foreach ($networkData as $k => $value) {
427
  if (isset($value->networkAuthId) && (int) $value->networkAuthId > 0 && isset($value->networkId) && (int) $value->networkId > 0 && isset($value->networkType)) {
428
- $res = $autoShare->prepareShareData($value->networkAuthId, $value->networkId, $value->networkType);
429
- if ($res !== false && is_array($res)) {
430
- $res = array_merge($res, $defaultPostData);
431
- $autoShare->saveShareData($res, $value->networkId, $value->networkType, $value->networkAuthId, strip_tags($value->networkUserName));
 
 
432
 
433
  //Start - Change/Set MetaTags
434
  //TODO Check Enable Feature
435
- if ((int) $value->networkId == 1 && $metaOg == false && (int) $_POST['post_ID'] > 0 && isset($res['post_format']) && (int) $res['post_format'] == 0) { //LinkPost
436
- $metaOg = true;
437
- $meta = B2S_Meta::getInstance();
438
- $meta->getMeta((int) $_POST['post_ID']);
439
- if (isset($res['image_url']) && !empty($res['image_url'])) {
440
- $meta->setMeta('og_image', trim($res['image_url']));
441
- $meta->updateMeta((int) $_POST['post_ID']);
 
442
  }
443
- }
444
- if ((int) $value->networkId == 2 && $metaCard == false && (int) $_POST['post_ID'] > 0 && isset($res['post_format']) && (int) $res['post_format'] == 0) { //LinkPost
445
- $metaCard = true;
446
- $meta = B2S_Meta::getInstance();
447
- $meta->getMeta((int) $_POST['post_ID']);
448
- if (isset($res['image_url']) && !empty($res['image_url'])) {
449
- $meta->setMeta('card_image', trim($res['image_url']));
450
- $meta->updateMeta((int) $_POST['post_ID']);
451
  }
452
- }
453
  //END MetaTags
 
454
  }
455
  }
456
  }
@@ -533,15 +541,16 @@ class B2S_Loader {
533
  }//end if
534
 
535
  preg_match_all('/<a[^>]+href="(.+?)"[^>]*>/i', $links['deactivate'], $matches);
536
- if (empty($matches)) {
537
  return $links;
538
  }//end if
539
 
540
- $links['deactivate'] = sprintf(
541
- '<a id="b2s-deactivate" href="%s">%s</a>', $matches[1][0], // @codingStandardsIgnoreLine
542
- esc_html(_x('Deactivate', 'command (plugins)', 'Blog2Social'))
543
- );
544
-
 
545
  wp_enqueue_style('B2SPOSTBOXCSS');
546
  wp_enqueue_script('B2SPOSTBOXJS');
547
 
@@ -719,6 +728,7 @@ class B2S_Loader {
719
  wp_enqueue_script('B2SAIRDATEPICKERJS');
720
  wp_enqueue_script('B2SAIRDATEPICKERDEJS');
721
  wp_enqueue_script('B2SAIRDATEPICKERENJS');
 
722
  require_once( B2S_PLUGIN_DIR . 'views/b2s/dashboard.php');
723
  } else {
724
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
@@ -730,6 +740,7 @@ class B2S_Loader {
730
  if (B2S_Tools::showNotice() == false) {
731
  wp_enqueue_style('B2SPOSTCSS');
732
  wp_enqueue_script('B2SPOSTJS');
 
733
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.php');
734
  } else {
735
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
@@ -741,6 +752,7 @@ class B2S_Loader {
741
  if (B2S_Tools::showNotice() == false) {
742
  wp_enqueue_style('B2SNETWORKCSS');
743
  wp_enqueue_script('B2SNETWORKJS');
 
744
  require_once( B2S_PLUGIN_DIR . 'views/b2s/network.php');
745
  } else {
746
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
@@ -758,6 +770,7 @@ class B2S_Loader {
758
  wp_enqueue_script('B2SBTNTOOGLEJS');
759
  wp_enqueue_style('B2SCHOSENCSS');
760
  wp_enqueue_script('B2SCHOSENJS');
 
761
 
762
  if (current_user_can('upload_files')) {
763
  //Capability by Super Admin ,Administrator ,Editor ,Author
@@ -778,10 +791,7 @@ class B2S_Loader {
778
  wp_enqueue_script('B2SFULLCALENDARMOMENTJS');
779
  wp_enqueue_script('B2SFULLCALENDARJS');
780
  wp_enqueue_script('B2SFULLCALENDARLOCALEJS');
781
-
782
-
783
  wp_enqueue_script('B2SLIB');
784
-
785
  wp_enqueue_style('B2SSHIPCSS');
786
  wp_enqueue_style('B2SDATEPICKERCSS');
787
  wp_enqueue_style('B2STIMEPICKERCSS');
@@ -797,6 +807,7 @@ class B2S_Loader {
797
  wp_enqueue_script('B2SDATEPICKERENJS');
798
  wp_enqueue_script('B2STIMEPICKERJS');
799
  wp_enqueue_script('B2SSHIPJS');
 
800
  if (current_user_can('upload_files')) {
801
  //Capability by Super Admin ,Administrator ,Editor ,Author
802
  wp_enqueue_media();
@@ -849,6 +860,17 @@ class B2S_Loader {
849
  wp_enqueue_script('B2SDATEPICKERENJS');
850
  wp_enqueue_script('B2STIMEPICKERJS');
851
  wp_enqueue_script('B2SPOSTJS');
 
 
 
 
 
 
 
 
 
 
 
852
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.sched.php');
853
  } else {
854
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
@@ -881,6 +903,7 @@ class B2S_Loader {
881
  }
882
  wp_enqueue_script('B2SSHIPJS');
883
  wp_enqueue_script("B2SCALENDARJS");
 
884
 
885
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.calendar.php');
886
  } else {
@@ -891,13 +914,15 @@ class B2S_Loader {
891
  //PageFunktion
892
  public function b2sHowTo() {
893
  wp_enqueue_style('B2SHOWTO');
894
- wp_enqueue_script('B2SSTARTJS');
 
895
  require_once( B2S_PLUGIN_DIR . 'views/b2s/howto.php');
896
  }
897
 
898
  //PageFunktion
899
  public function b2sPremium() {
900
  wp_enqueue_style('B2SPREMIUM');
 
901
  require_once( B2S_PLUGIN_DIR . 'views/b2s/premium.php');
902
  }
903
 
@@ -906,6 +931,7 @@ class B2S_Loader {
906
  if (B2S_Tools::showNotice() == false) {
907
  wp_enqueue_style('B2SPOSTPUBLISHCSS');
908
  wp_enqueue_script('B2SPOSTJS');
 
909
  wp_enqueue_script('PRGGENERALJS');
910
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.publish.php');
911
  } else {
@@ -970,6 +996,7 @@ class B2S_Loader {
970
  wp_register_style('B2SPLUGINDEACTIVATECSS', plugins_url('assets/css/b2s/wp/plugin-deactivate.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
971
 
972
  wp_register_script('B2SNETWORKJS', plugins_url('assets/js/b2s/network.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
 
973
  wp_register_script('B2SSETTINGSJS', plugins_url('assets/js/b2s/settings.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
974
  wp_register_script('B2SSTARTJS', plugins_url('assets/js/b2s/start.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
975
  wp_register_script('B2SPOSTJS', plugins_url('assets/js/b2s/post.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
@@ -979,6 +1006,7 @@ class B2S_Loader {
979
  wp_register_script('B2SBOOTJS', plugins_url('assets/js/general.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
980
  wp_register_script('B2SVALIDATEJS', plugins_url('assets/js/validate.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
981
 
 
982
  wp_register_script('B2SGENERALJS', plugins_url('assets/js/b2s/general.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
983
  wp_register_script('B2SDATEPICKERJS', plugins_url('assets/lib/datepicker/js/bootstrap-datepicker.min.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
984
  wp_register_script('B2SDATEPICKERDEJS', plugins_url('assets/lib/datepicker/locales/bootstrap-datepicker.de_DE.min.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
@@ -1051,8 +1079,8 @@ class B2S_Loader {
1051
  }
1052
  }
1053
 
1054
- //feature auf 0 setzen
1055
- $wpdb->query('UPDATE `b2s_user` SET `feature` = 0');
1056
 
1057
  $keys = $wpdb->get_results('SHOW INDEX FROM `b2s_user`');
1058
  $allowIndexUser = array('PRIMARY', 'blog_user_id', 'token', 'feature');
23
  require_once(B2S_PLUGIN_DIR . 'includes/Options.php');
24
  require_once(B2S_PLUGIN_DIR . 'includes/B2S/Heartbeat.php');
25
  require_once(B2S_PLUGIN_DIR . 'includes/B2S/Api/Post.php');
26
+ require_once(B2S_PLUGIN_DIR . 'includes/Util.php');
27
+ require_once(B2S_PLUGIN_DIR . 'includes/Tools.php');
28
  add_filter('heartbeat_received', array(B2S_Heartbeat::getInstance(), 'init'), 10, 2);
29
  add_action('wp_logout', array($this, 'releaseLocks'));
30
  add_action('transition_post_status', array($this, 'b2s_auto_post_import'), 9999, 3); //for Auto-Posting imported + manuell
47
  define('B2S_PLUGIN_POSTPERPAGE', '15');
48
  define('B2S_PLUGIN_VERSION_TYPE', serialize(array(0 => 'Free', 1 => 'Smart', 2 => 'Pro', 3 => 'Business', 4 => 'Premium')));
49
  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')));
50
+ 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))));
51
+ 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)))));
52
  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)));
53
  define('B2S_PLUGIN_NETWORK_ALLOW_PAGE', serialize(array(1, 3, 8, 10, 17)));
54
  define('B2S_PLUGIN_NETWORK_ALLOW_GROUP', serialize(array(1, 8, 10, 11, 17)));
55
+ 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')))));
56
  define('B2S_PLUGIN_AUTO_POST_LIMIT', serialize(array(0 => 0, 1 => 25, 2 => 50, 3 => 100, 4 => 100)));
57
  define('B2S_PLUGIN_NETWORK_OAUTH', serialize(array(1, 2, 3, 4, 7, 8, 11, 15, 17)));
58
  define('B2S_PLUGIN_BLOG_USER_ID', get_current_user_id());
195
 
196
  $autoShare = new B2S_AutoPost((int) $post->ID, $defaultBlogPostData, $current_user_date, false, $title, $content, $url, $image_url, $keywords, trim(strtolower(substr(B2S_LANGUAGE, 0, 2))), $optionPostFormat, $allowHashTag, $optionContentTwitter);
197
 
198
+ //TOS Twitter 032018 - none multiple Accounts - User select once
199
+ $networkTos = true;
200
+
201
  foreach ($autoPostData['network_auth_id'] as $k => $value) {
202
  $networkDetails = $wpdb->get_results($wpdb->prepare("SELECT postNetworkDetails.network_id, postNetworkDetails.network_type, postNetworkDetails.network_display_name FROM b2s_posts_network_details AS postNetworkDetails WHERE postNetworkDetails.network_auth_id = %s", $value));
203
  if (is_array($networkDetails) && isset($networkDetails[0]->network_id) && isset($networkDetails[0]->network_type) && isset($networkDetails[0]->network_display_name)) {
204
+
205
+ //TOS Twitter 032018 - none multiple Accounts - User select once
206
+ if ((int) $networkDetails[0]->network_id != 2 || ( (int) $networkDetails[0]->network_id == 2 && $networkTos)) {
207
+ //at first: set one profile
208
+ if ((int) $networkDetails[0]->network_id == 2) {
209
+ $networkTos = false;
210
+ }
211
+ $res = $autoShare->prepareShareData($value, $networkDetails[0]->network_id, $networkDetails[0]->network_type);
212
+ if ($res !== false && is_array($res)) {
213
+ $ship = true;
214
+ $res = array_merge($res, $defaultPostData);
215
+ $autoShare->saveShareData($res, $networkDetails[0]->network_id, $networkDetails[0]->network_type, $value, strip_tags($networkDetails[0]->network_display_name));
216
+ }
217
  }
218
  }
219
  }
299
  }
300
 
301
  public function b2s_save_post_box() {
302
+
303
  if (!isset($_POST['wp-preview']) || (isset($_POST['wp-preview']) && $_POST['wp-preview'] != 'dopreview' )) {
 
304
  $b2sPostLang = (isset($_POST['b2s-user-lang']) && !empty($_POST['b2s-user-lang'])) ? $_POST['b2s-user-lang'] : 'en';
 
305
  //OgMeta
306
  if (isset($_POST['isOgMetaChecked']) && (int) $_POST['isOgMetaChecked'] == 1 && (int) $_POST['post_ID'] > 0 && isset($_POST['content']) && isset($_POST['post_title'])) {
307
  $meta = B2S_Meta::getInstance();
308
  $meta->getMeta(((int) $_POST['post_ID']));
 
309
  $title = B2S_Util::getTitleByLanguage(strip_tags($_POST['post_title']), strtolower($b2sPostLang));
 
310
  if (has_excerpt((int) $_POST['post_ID'])) {
311
  $desc = strip_tags(get_the_excerpt());
312
  } else {
313
  $desc = str_replace("\r\n", ' ', substr(strip_tags(strip_shortcodes($_POST['content'])), 0, 160));
314
  }
 
315
  $image_url = wp_get_attachment_url(get_post_thumbnail_id((int) $_POST['post_ID']));
 
316
  $meta->setMeta('og_title', $title);
317
  $meta->setMeta('og_desc', $desc);
318
  $meta->setMeta('og_image', (($image_url !== false) ? trim(urldecode($image_url)) : ''));
321
 
322
  //CardMeta
323
  if (isset($_POST['isCardMetaChecked']) && (int) $_POST['isCardMetaChecked'] == 1 && (int) $_POST['post_ID'] > 0 && isset($_POST['content']) && isset($_POST['post_title'])) {
 
324
  $meta = B2S_Meta::getInstance();
325
  $meta->getMeta(((int) $_POST['post_ID']));
 
326
  $title = B2S_Util::getTitleByLanguage(strip_tags($_POST['post_title']), strtolower($b2sPostLang));
 
327
  if (has_excerpt((int) $_POST['post_ID'])) {
328
  $desc = strip_tags(get_the_excerpt());
329
  } else {
330
  $desc = str_replace("\r\n", ' ', substr(strip_tags(strip_shortcodes($_POST['content'])), 0, 160));
331
  }
332
  $image_url = wp_get_attachment_url(get_post_thumbnail_id((int) $_POST['post_ID']));
 
333
  $meta->setMeta('card_title', $title);
334
  $meta->setMeta('card_desc', $desc);
335
  $meta->setMeta('card_image', (($image_url !== false) ? trim(urldecode($image_url)) : ''));
426
  $metaOg = false;
427
  $metaCard = false;
428
 
429
+ //TOS Twitter 032018 - none multiple Accounts - User select once
430
+ $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'] : '';
431
  foreach ($networkData as $k => $value) {
432
  if (isset($value->networkAuthId) && (int) $value->networkAuthId > 0 && isset($value->networkId) && (int) $value->networkId > 0 && isset($value->networkType)) {
433
+ //TOS Twitter 032018 - none multiple Accounts - User select once
434
+ if ((int) $value->networkId != 2 || ((int) $value->networkId == 2 && (empty($selectedTwitterProfile) || ((int) $selectedTwitterProfile == (int) $value->networkAuthId)))) {
435
+ $res = $autoShare->prepareShareData($value->networkAuthId, $value->networkId, $value->networkType);
436
+ if ($res !== false && is_array($res)) {
437
+ $res = array_merge($res, $defaultPostData);
438
+ $autoShare->saveShareData($res, $value->networkId, $value->networkType, $value->networkAuthId, strip_tags($value->networkUserName));
439
 
440
  //Start - Change/Set MetaTags
441
  //TODO Check Enable Feature
442
+ if ((int) $value->networkId == 1 && $metaOg == false && (int) $_POST['post_ID'] > 0 && isset($res['post_format']) && (int) $res['post_format'] == 0) { //LinkPost
443
+ $metaOg = true;
444
+ $meta = B2S_Meta::getInstance();
445
+ $meta->getMeta((int) $_POST['post_ID']);
446
+ if (isset($res['image_url']) && !empty($res['image_url'])) {
447
+ $meta->setMeta('og_image', trim($res['image_url']));
448
+ $meta->updateMeta((int) $_POST['post_ID']);
449
+ }
450
  }
451
+ if ((int) $value->networkId == 2 && $metaCard == false && (int) $_POST['post_ID'] > 0 && isset($res['post_format']) && (int) $res['post_format'] == 0) { //LinkPost
452
+ $metaCard = true;
453
+ $meta = B2S_Meta::getInstance();
454
+ $meta->getMeta((int) $_POST['post_ID']);
455
+ if (isset($res['image_url']) && !empty($res['image_url'])) {
456
+ $meta->setMeta('card_image', trim($res['image_url']));
457
+ $meta->updateMeta((int) $_POST['post_ID']);
458
+ }
459
  }
 
460
  //END MetaTags
461
+ }
462
  }
463
  }
464
  }
541
  }//end if
542
 
543
  preg_match_all('/<a[^>]+href="(.+?)"[^>]*>/i', $links['deactivate'], $matches);
544
+ if (empty($matches) || !isset($matches[1][0])) {
545
  return $links;
546
  }//end if
547
 
548
+ if (isset($matches[1][0])) {
549
+ $links['deactivate'] = sprintf(
550
+ '<a id="b2s-deactivate" href="%s">%s</a>', $matches[1][0], // @codingStandardsIgnoreLine
551
+ esc_html(_x('Deactivate', 'command (plugins)', 'Blog2Social'))
552
+ );
553
+ }
554
  wp_enqueue_style('B2SPOSTBOXCSS');
555
  wp_enqueue_script('B2SPOSTBOXJS');
556
 
728
  wp_enqueue_script('B2SAIRDATEPICKERJS');
729
  wp_enqueue_script('B2SAIRDATEPICKERDEJS');
730
  wp_enqueue_script('B2SAIRDATEPICKERENJS');
731
+ wp_enqueue_script('B2SNETWORKTOSJS');
732
  require_once( B2S_PLUGIN_DIR . 'views/b2s/dashboard.php');
733
  } else {
734
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
740
  if (B2S_Tools::showNotice() == false) {
741
  wp_enqueue_style('B2SPOSTCSS');
742
  wp_enqueue_script('B2SPOSTJS');
743
+ wp_enqueue_script('B2SNETWORKTOSJS');
744
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.php');
745
  } else {
746
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
752
  if (B2S_Tools::showNotice() == false) {
753
  wp_enqueue_style('B2SNETWORKCSS');
754
  wp_enqueue_script('B2SNETWORKJS');
755
+ wp_enqueue_script('B2SNETWORKTOSJS');
756
  require_once( B2S_PLUGIN_DIR . 'views/b2s/network.php');
757
  } else {
758
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
770
  wp_enqueue_script('B2SBTNTOOGLEJS');
771
  wp_enqueue_style('B2SCHOSENCSS');
772
  wp_enqueue_script('B2SCHOSENJS');
773
+ wp_enqueue_script('B2SNETWORKTOSJS');
774
 
775
  if (current_user_can('upload_files')) {
776
  //Capability by Super Admin ,Administrator ,Editor ,Author
791
  wp_enqueue_script('B2SFULLCALENDARMOMENTJS');
792
  wp_enqueue_script('B2SFULLCALENDARJS');
793
  wp_enqueue_script('B2SFULLCALENDARLOCALEJS');
 
 
794
  wp_enqueue_script('B2SLIB');
 
795
  wp_enqueue_style('B2SSHIPCSS');
796
  wp_enqueue_style('B2SDATEPICKERCSS');
797
  wp_enqueue_style('B2STIMEPICKERCSS');
807
  wp_enqueue_script('B2SDATEPICKERENJS');
808
  wp_enqueue_script('B2STIMEPICKERJS');
809
  wp_enqueue_script('B2SSHIPJS');
810
+ wp_enqueue_script('B2SNETWORKTOSJS');
811
  if (current_user_can('upload_files')) {
812
  //Capability by Super Admin ,Administrator ,Editor ,Author
813
  wp_enqueue_media();
860
  wp_enqueue_script('B2SDATEPICKERENJS');
861
  wp_enqueue_script('B2STIMEPICKERJS');
862
  wp_enqueue_script('B2SPOSTJS');
863
+
864
+ wp_enqueue_style('B2SWYSIWYGCSS');
865
+ wp_enqueue_script('B2SLIB');
866
+ wp_enqueue_script('B2SWYSIWYGJS');
867
+ wp_enqueue_script('B2SSHIPJS');
868
+ if (substr(B2S_LANGUAGE, 0, 2) == 'de') {
869
+ wp_enqueue_script('B2SWYSIWYGLANGDEJS');
870
+ } else {
871
+ wp_enqueue_script('B2SWYSIWYGLANGENJS');
872
+ }
873
+ wp_enqueue_script('B2SNETWORKTOSJS');
874
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.sched.php');
875
  } else {
876
  require_once( B2S_PLUGIN_DIR . 'views/notice.php');
903
  }
904
  wp_enqueue_script('B2SSHIPJS');
905
  wp_enqueue_script("B2SCALENDARJS");
906
+ wp_enqueue_script('B2SNETWORKTOSJS');
907
 
908
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.calendar.php');
909
  } else {
914
  //PageFunktion
915
  public function b2sHowTo() {
916
  wp_enqueue_style('B2SHOWTO');
917
+ wp_enqueue_script('B2SHOWTOJS');
918
+ wp_enqueue_script('B2SNETWORKTOSJS');
919
  require_once( B2S_PLUGIN_DIR . 'views/b2s/howto.php');
920
  }
921
 
922
  //PageFunktion
923
  public function b2sPremium() {
924
  wp_enqueue_style('B2SPREMIUM');
925
+ wp_enqueue_script('B2SNETWORKTOSJS');
926
  require_once( B2S_PLUGIN_DIR . 'views/b2s/premium.php');
927
  }
928
 
931
  if (B2S_Tools::showNotice() == false) {
932
  wp_enqueue_style('B2SPOSTPUBLISHCSS');
933
  wp_enqueue_script('B2SPOSTJS');
934
+ wp_enqueue_script('B2SNETWORKTOSJS');
935
  wp_enqueue_script('PRGGENERALJS');
936
  require_once( B2S_PLUGIN_DIR . 'views/b2s/post.publish.php');
937
  } else {
996
  wp_register_style('B2SPLUGINDEACTIVATECSS', plugins_url('assets/css/b2s/wp/plugin-deactivate.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
997
 
998
  wp_register_script('B2SNETWORKJS', plugins_url('assets/js/b2s/network.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
999
+ wp_register_script('B2SNETWORKTOSJS', plugins_url('assets/js/b2s/network.tos.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1000
  wp_register_script('B2SSETTINGSJS', plugins_url('assets/js/b2s/settings.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1001
  wp_register_script('B2SSTARTJS', plugins_url('assets/js/b2s/start.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1002
  wp_register_script('B2SPOSTJS', plugins_url('assets/js/b2s/post.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1006
  wp_register_script('B2SBOOTJS', plugins_url('assets/js/general.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1007
  wp_register_script('B2SVALIDATEJS', plugins_url('assets/js/validate.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1008
 
1009
+ wp_register_script('B2SHOWTOJS', plugins_url('assets/js/b2s/howto.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1010
  wp_register_script('B2SGENERALJS', plugins_url('assets/js/b2s/general.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1011
  wp_register_script('B2SDATEPICKERJS', plugins_url('assets/lib/datepicker/js/bootstrap-datepicker.min.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1012
  wp_register_script('B2SDATEPICKERDEJS', plugins_url('assets/lib/datepicker/locales/bootstrap-datepicker.de_DE.min.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
1079
  }
1080
  }
1081
 
1082
+ //Notice Rating - stop rating remember again
1083
+ //$wpdb->query('UPDATE `b2s_user` SET `feature` = 0');
1084
 
1085
  $keys = $wpdb->get_results('SHOW INDEX FROM `b2s_user`');
1086
  $allowIndexUser = array('PRIMARY', 'blog_user_id', 'token', 'feature');
includes/Meta.php CHANGED
@@ -56,17 +56,27 @@ class B2S_Meta {
56
  $this->getDesc();
57
  $this->getUrl();
58
  $this->getImage();
59
- //$this->getSocialAuthor();
60
  }
61
 
62
  public function getCardMeta() {
63
- echo '<meta name="twitter:card" content="summary">' . "\n";
64
  $this->getTitle('card');
65
  $this->getDesc('card');
66
  $this->getImage('card');
67
  //$this->getSocialAuthor('card');
68
  }
69
 
 
 
 
 
 
 
 
 
 
 
70
  private function getTitle($type = 'og') {
71
  if (isset($this->metaData[$type . '_title']) && !empty($this->metaData[$type . '_title'])) {
72
  $title = $this->metaData[$type . '_title'];
@@ -90,7 +100,7 @@ class B2S_Meta {
90
  $desc = str_replace("\r\n", ' ', strip_tags(strip_shortcodes($this->metaData[$type . '_desc'])));
91
  } else {
92
  if (has_excerpt($this->post->ID)) {
93
- $desc = strip_tags(get_the_excerpt());
94
  } else {
95
  $desc = str_replace("\r\n", ' ', substr(strip_tags(strip_shortcodes($this->post->post_content)), 0, 160));
96
  }
@@ -121,6 +131,7 @@ class B2S_Meta {
121
  if (isset($this->metaData[$type . '_image']) && !empty($this->metaData[$type . '_image'])) {
122
  $image = $this->metaData[$type . '_image'];
123
  } else {
 
124
  if ($id_attachment = get_post_thumbnail_id($this->post->ID)) {
125
  $image = wp_get_attachment_url($id_attachment, false);
126
  if (!preg_match('/^https?:\/\//', $image)) {
@@ -128,6 +139,14 @@ class B2S_Meta {
128
  $image = site_url('/') . ltrim($image, '/');
129
  }
130
  }
 
 
 
 
 
 
 
 
131
  }
132
  }
133
  if ((is_home() || empty($image)) && isset($this->options[$type . '_default_image']) && !empty($this->options[$type . '_default_image'])) {
@@ -148,45 +167,47 @@ class B2S_Meta {
148
  }
149
  }
150
 
151
- /*private function getSocialAuthor($type = 'og') {
152
- if (!is_home()) {
153
- if ($this->author !== false) {
154
- if ($type == 'og' && isset($this->author['og_article_author']) && !empty($this->author['og_article_author'])) {
155
- echo '<meta property="article:author" content="' . esc_url($this->author['og_article_author']) . '" />';
156
- }
157
- if ($type == 'card' && isset($this->author['card_twitter_creator']) && !empty($this->author['card_twitter_creator'])) {
158
- echo '<meta name="twitter:creator" value="' . $this->author['card_twitter_creator'] . '" />';
159
- }
160
- }
161
- }
162
- }*/
163
 
164
  public function getAuthor() {
165
- if ($this->post->post_author > 0 && is_singular()) {
166
- $author_meta = get_the_author_meta('display_name', $this->post->post_author);
167
- echo '<meta name="author" content="' . trim(esc_attr($author_meta)) . '"/>' . "\n";
 
 
168
  }
169
  }
170
 
171
- /* private function findImages() {
172
- if (!is_object($this->post)) {
173
- return array();
174
- }
175
- $content = $this->post->post_content;
176
- $output = preg_match_all('/<img.+src=[\'"]([^\'"]+)[\'"].*>/i', $content, $matches);
177
 
178
- if ($output === FALSE) {
179
- return false;
180
- }
181
- $images = array();
182
- foreach ($matches[1] as $match) {
183
- if (!preg_match('/^https?:\/\//', $match)) {
184
- $match = site_url('/') . ltrim($match, '/');
185
- }
186
- $images[] = $match;
187
- }
188
- return $images;
189
- } */
190
 
191
  public function getMeta($postId = 0) {
192
  $postId = ((int) $postId > 0) ? $postId : (isset($this->post->ID) && is_object($this->post->ID) ? $this->post->ID : 0);
@@ -238,23 +259,25 @@ class B2S_Meta {
238
  $this->getDesc();
239
  add_filter('wpseo_opengraph_image', '__return_false');
240
  $this->getImage();
241
- /*if ($this->author !== false && isset($this->author['og_article_author']) && !empty($this->author['og_article_author'])) {
242
- add_filter('wpseo_opengraph_author_facebook', '__return_false');
243
- $this->getSocialAuthor();
244
- }*/
245
  }
246
 
247
  if ($type == 'card' && ( (is_array($this->metaData)) || isset($this->options['card_active']) && (int) $this->options['card_active'] == 1)) {
 
 
248
  add_filter('wpseo_twitter_title', '__return_false');
249
  $this->getTitle('card');
250
  add_filter('wpseo_twitter_description', '__return_false');
251
  $this->getDesc('card');
252
  add_filter('wpseo_twitter_image', '__return_false');
253
  $this->getImage('card');
254
- /*if ($this->author !== false && isset($this->author['card_twitter_creator']) && !empty($this->author['card_twitter_creator'])) {
255
- add_filter('wpseo_twitter_creator_account', '__return_false');
256
- $this->getSocialAuthor('card');
257
- }*/
258
  }
259
  }
260
 
56
  $this->getDesc();
57
  $this->getUrl();
58
  $this->getImage();
59
+ //$this->getSocialAuthor();
60
  }
61
 
62
  public function getCardMeta() {
63
+ $this->getCardType();
64
  $this->getTitle('card');
65
  $this->getDesc('card');
66
  $this->getImage('card');
67
  //$this->getSocialAuthor('card');
68
  }
69
 
70
+ private function getCardType() {
71
+ $typeData = array('summary', 'summary_large_image');
72
+ $type = (isset($this->options['card_default_type']) && !empty($this->options['card_default_type'])) ? $typeData[$this->options['card_default_type']] : 'summary';
73
+ if ($this->print) {
74
+ echo '<meta name="twitter:card" content="' . esc_attr(apply_filters('b2s_card_meta_type', $type)) . '">' . "\n";
75
+ } else {
76
+ return $type;
77
+ }
78
+ }
79
+
80
  private function getTitle($type = 'og') {
81
  if (isset($this->metaData[$type . '_title']) && !empty($this->metaData[$type . '_title'])) {
82
  $title = $this->metaData[$type . '_title'];
100
  $desc = str_replace("\r\n", ' ', strip_tags(strip_shortcodes($this->metaData[$type . '_desc'])));
101
  } else {
102
  if (has_excerpt($this->post->ID)) {
103
+ $desc = strip_tags(strip_shortcodes(get_the_excerpt()));
104
  } else {
105
  $desc = str_replace("\r\n", ' ', substr(strip_tags(strip_shortcodes($this->post->post_content)), 0, 160));
106
  }
131
  if (isset($this->metaData[$type . '_image']) && !empty($this->metaData[$type . '_image'])) {
132
  $image = $this->metaData[$type . '_image'];
133
  } else {
134
+ //is set featured image
135
  if ($id_attachment = get_post_thumbnail_id($this->post->ID)) {
136
  $image = wp_get_attachment_url($id_attachment, false);
137
  if (!preg_match('/^https?:\/\//', $image)) {
139
  $image = site_url('/') . ltrim($image, '/');
140
  }
141
  }
142
+ if (empty($image)) {
143
+ //search in Content
144
+ $images = $this->findImages();
145
+ //set first
146
+ if ($images !== false && is_array($images) & isset($images[0])) {
147
+ $image = $images[0];
148
+ }
149
+ }
150
  }
151
  }
152
  if ((is_home() || empty($image)) && isset($this->options[$type . '_default_image']) && !empty($this->options[$type . '_default_image'])) {
167
  }
168
  }
169
 
170
+ /* private function getSocialAuthor($type = 'og') {
171
+ if (!is_home()) {
172
+ if ($this->author !== false) {
173
+ if ($type == 'og' && isset($this->author['og_article_author']) && !empty($this->author['og_article_author'])) {
174
+ echo '<meta property="article:author" content="' . esc_url($this->author['og_article_author']) . '" />';
175
+ }
176
+ if ($type == 'card' && isset($this->author['card_twitter_creator']) && !empty($this->author['card_twitter_creator'])) {
177
+ echo '<meta name="twitter:creator" value="' . $this->author['card_twitter_creator'] . '" />';
178
+ }
179
+ }
180
+ }
181
+ } */
182
 
183
  public function getAuthor() {
184
+ if (isset($this->post->post_author)) {
185
+ if ($this->post->post_author > 0 && is_singular()) {
186
+ $author_meta = get_the_author_meta('display_name', $this->post->post_author);
187
+ echo '<meta name="author" content="' . trim(esc_attr($author_meta)) . '"/>' . "\n";
188
+ }
189
  }
190
  }
191
 
192
+ private function findImages() {
193
+ if (!is_object($this->post)) {
194
+ return false;
195
+ }
196
+ $content = $this->post->post_content;
197
+ $output = preg_match_all('/<img.+src=[\'"]([^\'"]+)[\'"].*>/i', $content, $matches);
198
 
199
+ if ($output === FALSE) {
200
+ return false;
201
+ }
202
+ $images = array();
203
+ foreach ($matches[1] as $match) {
204
+ if (!preg_match('/^https?:\/\//', $match)) {
205
+ $match = site_url('/') . ltrim($match, '/');
206
+ }
207
+ $images[] = $match;
208
+ }
209
+ return $images;
210
+ }
211
 
212
  public function getMeta($postId = 0) {
213
  $postId = ((int) $postId > 0) ? $postId : (isset($this->post->ID) && is_object($this->post->ID) ? $this->post->ID : 0);
259
  $this->getDesc();
260
  add_filter('wpseo_opengraph_image', '__return_false');
261
  $this->getImage();
262
+ /* if ($this->author !== false && isset($this->author['og_article_author']) && !empty($this->author['og_article_author'])) {
263
+ add_filter('wpseo_opengraph_author_facebook', '__return_false');
264
+ $this->getSocialAuthor();
265
+ } */
266
  }
267
 
268
  if ($type == 'card' && ( (is_array($this->metaData)) || isset($this->options['card_active']) && (int) $this->options['card_active'] == 1)) {
269
+ add_filter('wpseo_twitter_card_type', '__return_false');
270
+ $this->getCardType();
271
  add_filter('wpseo_twitter_title', '__return_false');
272
  $this->getTitle('card');
273
  add_filter('wpseo_twitter_description', '__return_false');
274
  $this->getDesc('card');
275
  add_filter('wpseo_twitter_image', '__return_false');
276
  $this->getImage('card');
277
+ /* if ($this->author !== false && isset($this->author['card_twitter_creator']) && !empty($this->author['card_twitter_creator'])) {
278
+ add_filter('wpseo_twitter_creator_account', '__return_false');
279
+ $this->getSocialAuthor('card');
280
+ } */
281
  }
282
  }
283
 
includes/Tools.php CHANGED
@@ -99,8 +99,8 @@ class B2S_Tools {
99
  if ($type == 'faq') {
100
  return 'https://service.blog2social.com/support?url=' . get_option('home') . '&token=' . B2S_PLUGIN_TOKEN;
101
  }
102
- if($type == 'faq_direct') {
103
- return 'https://www.blog2social.com/' . (($lang == 'en') ? 'en' : 'de')."/faq/";
104
  }
105
  if ($type == 'affiliate') {
106
  $affiliateId = self::getAffiliateId();
@@ -118,6 +118,19 @@ class B2S_Tools {
118
  if ($type == 'term') {
119
  return 'https://www.blog2social.com/' . (($lang == 'en') ? 'en/terms' : 'de/agb');
120
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  }
122
 
123
  public static function getAffiliateId() {
99
  if ($type == 'faq') {
100
  return 'https://service.blog2social.com/support?url=' . get_option('home') . '&token=' . B2S_PLUGIN_TOKEN;
101
  }
102
+ if ($type == 'faq_direct') {
103
+ return 'https://www.blog2social.com/' . (($lang == 'en') ? 'en' : 'de') . "/faq/";
104
  }
105
  if ($type == 'affiliate') {
106
  $affiliateId = self::getAffiliateId();
118
  if ($type == 'term') {
119
  return 'https://www.blog2social.com/' . (($lang == 'en') ? 'en/terms' : 'de/agb');
120
  }
121
+ //TOS Twitter 032018
122
+ //BTN: More information
123
+ if ($type == 'network_tos_faq_032018') {
124
+ 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');
125
+ }
126
+ //BTN: More Information about these changes.
127
+ if ($type == 'network_tos_faq_news_032018') {
128
+ 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');
129
+ }
130
+ //BTN: Learn more about this
131
+ if ($type == 'network_tos_blog_032018') {
132
+ 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');
133
+ }
134
  }
135
 
136
  public static function getAffiliateId() {
languages/blog2social-de_DE.mo CHANGED
Binary file
languages/blog2social-de_DE.po CHANGED
@@ -4,7 +4,7 @@ msgstr ""
4
  "Stable (latest release)\n"
5
  "Report-Msgid-Bugs-To: \n"
6
  "POT-Creation-Date: Thu May 18 2017 09:57:01 GMT+0200\n"
7
- "PO-Revision-Date: Mon Jan 29 2018 09:36:30 GMT+0100\n"
8
  "Last-Translator: Sven Bürger <s.buerger@adenion.de>\n"
9
  "Language-Team: \n"
10
  "Language: German\n"
@@ -23,82 +23,235 @@ msgstr ""
23
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
  "X-Loco-Target-Locale: de_DE"
25
 
26
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:558
27
- msgid "Your daily limit has been reached."
28
- msgstr "Dein tägliches Beitragslimit wurde erreicht."
29
 
30
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:562
31
- msgid "Your daily limit for this network has been reached. Please try again later."
 
 
 
 
 
 
 
32
  msgstr ""
33
- "Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
34
- "versuche es später noch einmal."
35
 
36
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:565
37
- msgid "The network requires a public url."
38
- msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
 
 
39
 
40
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:566
41
- msgid "Your group can not be found by the network."
42
- msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden. "
43
 
44
- #: ../../plugins/blog2social-v-4-6/views/b2s/partials/plugin-deactivate-modal.php:
45
- #: 10
46
- msgid "Do you want to delete your scheduled posts?"
47
- msgstr "Möchtest Du Deine geplanten Beiträge löschen?"
48
 
49
- #: ../../plugins/blog2social-v-4-6/views/b2s/partials/plugin-deactivate-modal.php:
50
- #: 13
 
 
 
 
 
 
 
 
51
  msgid ""
52
- "Do you want Blog2Social to delete all your scheduled social media posts? "
53
- "Your scheduled posts will no longer be sent to your social networks."
 
54
  msgstr ""
55
- "Möchtest Du, dass Blog2Social die Versandplanung für alle mit Blog2Social "
56
- "geplanten Beiträge löscht? Deine geplanten Beiträge werden anschließend "
57
- "nicht weiter an Deine sozialen Netzwerke versendet."
 
58
 
59
- #: ../../plugins/blog2social-v-4-6/views/b2s/partials/plugin-deactivate-modal.php:
60
- #: 14
61
- msgid "Delete scheduled posts"
62
- msgstr "Geplante Beiträge löschen"
 
 
 
 
 
 
63
 
64
- #: ../../plugins/blog2social-v-4-6/views/b2s/partials/plugin-deactivate-modal.php:
65
- #: 17
66
- msgid "Continue deactivation"
67
- msgstr "Deaktivierung fortsetzen"
68
 
69
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:233
70
- msgid "Activate Legacy mode "
71
- msgstr "Kompatibilitätsmodus aktivieren "
72
 
73
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:236
74
- msgid "Plugin contents are loaded one at a time to minimize server load."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  msgstr ""
76
- "Plugininhalte werden nacheinander geladen, um den Hosting-Server Deines "
77
- "Blogs zu entlasten."
 
78
 
79
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:254
80
  msgid ""
81
- "Select the content that will be automatically pre-filled in your Twitter "
82
- "posts. If you have ticked the box \"include WordPress tags as hashtags in my "
83
- "post\", hashtags are automatically added in the drop-down menu."
84
  msgstr ""
85
- "Wähle aus, wie sich der automatisch von Blog2Social vorgeschlagene Text für "
86
- "Deinen Twitter-Beitrag zusammensetzt. Wenn du die Option “Füge WordPress-"
87
- "Tags als Hashtags zu Deinen Social Media-Posts hinzu” aktiviert hast, werden "
88
- "Hashtags auch im Dropdown-Menü automatisch an die Optionen angefügt. "
 
 
89
 
90
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:76
91
  msgid ""
92
- "You currently have both Blog2Social Social Meta Tags and All in One SEO Pack "
93
- "plugins active. To make sure that your Social Meta Tags are set correctly, "
94
- "please deactivate All in One Seo Social Meta settings. If they are already "
95
- "deactivated, you can ignore this message."
 
 
 
 
 
 
 
 
 
 
 
96
  msgstr ""
97
- "Du hast derzeit sowohl Blog2Social Social Meta Tags als auch All in One SEO "
98
- "Pack Plugins aktiviert. Um sicherzustellen, dass Deine Social Meta Tags "
99
- "korrekt gesetzt werden, deaktiviere bitte die All in One Seo Social Meta "
100
- "Einstellungen. Wenn Du sie bereits deaktiviert hast, kannst Du diese Meldung "
101
- "ignorieren."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
 
103
  #. Name of the plugin
104
  msgid "Blog2Social: Social Media Auto Post & Scheduler"
@@ -125,333 +278,330 @@ msgstr ""
125
  msgid "Blog2Social, Adenion"
126
  msgstr "Blog2Social, Adenion"
127
 
128
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Calendar/Filter.php:81
129
  msgid "show all"
130
  msgstr "alle anzeigen"
131
 
132
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:44 ../..
133
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Navbar.php:32
134
  msgid "Default"
135
  msgstr "Standard"
136
 
137
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:44
138
  msgid "Show all"
139
  msgstr "alle anzeigen"
140
 
141
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:45 ../..
142
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:122
143
  msgid "My profile"
144
  msgstr "Mein Profil"
145
 
146
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:47
147
  msgid "Your profiles:"
148
  msgstr "weitere Profile:"
149
 
150
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:102 ../..
151
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:246
152
  msgid "Connections"
153
  msgstr "Verbindungen"
154
 
155
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:107 ../..
156
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:145 ../..
157
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:147 ../..
158
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:255 ../..
159
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:430 ../..
160
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:444 ../..
161
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:466 ../..
162
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:517 ../..
163
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:34 ../..
164
- #: /plugins/blog2social-v-4-6/includes/Loader.php:552
165
  msgid "Profile"
166
  msgstr "Profil"
167
 
168
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:110 ../..
169
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:110 ../..
170
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:171 ../..
171
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:173 ../..
172
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:255 ../..
173
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:445 ../..
174
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:467 ../..
175
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:520 ../..
176
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:31 ../..
177
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:31 ../..
178
- #: /plugins/blog2social-v-4-6/includes/Loader.php:552
179
  msgid "Page"
180
  msgstr "Seite"
181
 
182
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:110 ../..
183
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:31
184
  msgid "You want to connect a network page?"
185
  msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
186
 
187
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:110 ../..
188
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:113 ../..
189
- #: /plugins/blog2social-v-4-6/includes/B2S/PostBox.php:109 ../..
190
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:104 ../..
191
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:126 ../..
192
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:75 ../..
193
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:82 ../..
194
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:529 ../..
195
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:28 ../..
196
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:31 ../..
197
- #: /plugins/blog2social-v-4-6/includes/Loader.php:629 ../../plugins/blog2social-v-
198
- #: 4-6/includes/Loader.php:695 ../../plugins/blog2social-v-4-6/views/b2s/modal.
199
- #: calendar.php:9 ../../plugins/blog2social-v-4-6/views/b2s/network.php:36 ../..
200
- #: /plugins/blog2social-v-4-6/views/b2s/settings.php:67 ../../plugins/blog2social-
201
- #: v-4-6/views/b2s/settings.php:89 ../../plugins/blog2social-v-4-6/views/b2s/ship.
202
- #: php:17 ../../plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:31 ../..
203
- #: /plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:7 ../..
204
- #: /plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:10
 
205
  msgid "PREMIUM"
206
  msgstr "PREMIUM"
207
 
208
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:113 ../..
209
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:113 ../..
210
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:197 ../..
211
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:199 ../..
212
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:446 ../..
213
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:468 ../..
214
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:524 ../..
215
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:28 ../..
216
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:28 ../..
217
- #: /plugins/blog2social-v-4-6/includes/Loader.php:552
218
  msgid "Group"
219
  msgstr "Gruppe"
220
 
221
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:113 ../..
222
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:28
223
  msgid "You want to connect a social media group?"
224
  msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
225
 
226
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:158 ../..
227
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:210
228
  msgid "Authorization is interrupted since"
229
  msgstr "Autorisierung ist unterbrochen seit"
230
 
231
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:160 ../..
232
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:187 ../..
233
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:213
234
  msgid "To reactivate this social media connection,"
235
  msgstr "Um diese Social Media Verbindung zu reaktivieren,"
236
 
237
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:160 ../..
238
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:187 ../..
239
- #: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:213 ../..
240
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:32
241
  msgid "please upgrade"
242
  msgstr "Bitte upgraden"
243
 
244
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:184
245
  msgid "Authorization is interrupted since"
246
  msgstr "Autorisierung ist unterbrochen seit"
247
 
248
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:34
249
  msgid "all authors"
250
  msgstr "alle Autoren"
251
 
252
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:49 ../..
253
- #: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:190 ../..
254
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Save.php:275 ../..
255
- #: /plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:41 ../..
256
- #: /plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:97 ../..
257
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:12
258
  msgid "published"
259
  msgstr "veröffentlicht"
260
 
261
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:49 ../..
262
- #: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:190 ../..
263
- #: /plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:41 ../..
264
- #: /plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:97 ../..
265
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:12
266
  msgid "scheduled"
267
  msgstr "geplant"
268
 
269
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:49 ../..
270
- #: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:190 ../..
271
- #: /plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:97 ../..
272
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:12
273
  msgid "draft"
274
  msgstr "Entwurf"
275
 
276
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:50
277
  msgid "all statuses"
278
  msgstr "kein Status"
279
 
280
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:61 ../..
281
- #: /plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:73
282
  msgid "newest first"
283
  msgstr "neuste zuerst"
284
 
285
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:61 ../..
286
- #: /plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:73
287
  msgid "oldest first"
288
  msgstr "älteste zuerst"
289
 
290
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:86
291
  msgid "all categories & tags"
292
  msgstr "alle Kategorien & Schlagwörter"
293
 
294
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:108 ../..
295
- #: /plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:53
296
  msgid "all post types"
297
  msgstr "alle Typen"
298
 
299
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:129 ../..
300
- #: /plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:74
301
  msgid "Search Title"
302
  msgstr "Suche nach Titel"
303
 
304
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:152 ../..
305
- #: /plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:85
306
  msgid "sort"
307
  msgstr "sortieren"
308
 
309
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:153 ../..
310
- #: /plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:86
311
  msgid "reset"
312
  msgstr "zurücksetzen"
313
 
314
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:158
315
  msgid "selected date"
316
  msgstr "ausgewähltes Datum"
317
 
318
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:158
319
  msgid "scheduled post(s)"
320
  msgstr "geplante Beiträge"
321
 
322
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:193
323
  msgid "You have no posts published or scheduled."
324
  msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
325
 
326
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:215
327
  msgid "last shared on social media"
328
  msgstr "zuletzt auf Social Media geteilt"
329
 
330
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:223
331
  msgid "Share on Social Media"
332
  msgstr "auf Social Media teilen"
333
 
334
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:225 ../..
335
- #: /plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:129
336
  msgid "Author"
337
  msgstr "Autor"
338
 
339
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:225 ../..
340
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:31
341
  msgid "on blog"
342
  msgstr "auf dem Blog"
343
 
344
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:242 ../..
345
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:216 ../../plugins/blog2social-v-
346
- #: 4-6/views/b2s/ship.php:218
347
  msgid "Re-share this post"
348
  msgstr "Diesen Beitrag nochmal teilen"
349
 
350
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:243 ../..
351
- #: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:266
352
  msgid "Details"
353
  msgstr "Details"
354
 
355
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:245
356
  msgid "shared social media posts"
357
  msgstr "geteilte Beiträge"
358
 
359
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:245
360
  msgid "latest share by"
361
  msgstr "zuletzt geteilt von"
362
 
363
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:268 ../..
364
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/activity.php:13
365
  msgid "scheduled social media posts"
366
  msgstr "geplante Beiträge"
367
 
368
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:268
369
  msgid "next share by"
370
  msgstr "als nächstes geteilt von"
371
 
372
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:375 ../..
373
- #: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:447
374
  msgid "select all"
375
  msgstr "alle auswählen"
376
 
377
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:377 ../..
378
- #: /plugins/blog2social-v-4-6/views/b2s/settings.php:33 ../../plugins/blog2social-
379
- #: v-4-6/views/b2s/widgets/premium.php:47
380
  msgid "Auto-Posting"
381
  msgstr "Auto-Posting"
382
 
383
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:378
384
  msgid "show"
385
  msgstr "ansehen"
386
 
387
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:385 ../..
388
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Save.php:296
389
  msgid "Please see"
390
  msgstr "Siehe"
391
 
392
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:385 ../..
393
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Save.php:296
394
  msgid "FAQ"
395
  msgstr "FAQ"
396
 
397
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:390
398
  msgid "sharing in progress by"
399
  msgstr "wir geteilt"
400
 
401
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:390
402
  msgid "shared by"
403
  msgstr "geteilt von"
404
 
405
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:412 ../..
406
- #: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:426
407
  msgid "You want to delete a publish post entry?"
408
  msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
409
 
410
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:413 ../..
411
- #: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:427
412
  msgid "delete from reporting"
413
  msgstr "aus Reporting löschen"
414
 
415
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:417
416
  msgid "re-share"
417
  msgstr "erneut teilen"
418
 
419
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:458
420
  msgid "scheduled by"
421
  msgstr "geplant von "
422
 
423
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:461 ../..
424
- #: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:474
 
 
 
 
425
  msgid "delete scheduling"
426
  msgstr "Planung löschen"
427
 
428
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:465
429
- msgid "You want to change the time for your scheduled post?"
430
- msgstr "Du möchtest die Zeit zu einem geplanten Beitrag ändern?"
431
-
432
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:466
433
- msgid "change time"
434
- msgstr "Zeitpunkt ändern"
435
-
436
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:27 ../..
437
- #: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:40
438
  msgid "Please see FAQ"
439
  msgstr "Siehe FAQ"
440
 
441
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:36
442
  msgid "last auto-post:"
443
  msgstr "letzter Auto-Post:"
444
 
445
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:78 ../..
446
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:518 ../../plugins/blog2social-v-
447
- #: 4-6/views/b2s/html/header.phtml:45
448
  msgid "The connection to the server failed. Try again!"
449
  msgstr ""
450
  "Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
451
  "erneut!"
452
 
453
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:79 ../..
454
- #: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:39
455
  msgid ""
456
  "WordPress uses heartbeats by default, Blog2Social as well. Please enable "
457
  "heartbeats for using Blog2Social!"
@@ -459,8 +609,8 @@ msgstr ""
459
  "WordPress verwendet standardmäßig den Heartbeat und Blog2Social auch. "
460
  "Aktiviere den Heartbeat damit Du Blog2Social problemlos nutzen kannst."
461
 
462
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:80 ../..
463
- #: /plugins/blog2social-v-4-6/includes/B2S/PostBox.php:82
464
  msgid ""
465
  "Your post is still on draft or pending status. Please make sure that your "
466
  "post is published or scheduled to be published on this blog. You can then "
@@ -470,8 +620,8 @@ msgstr ""
470
  "geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und "
471
  "planen."
472
 
473
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:81 ../..
474
- #: /plugins/blog2social-v-4-6/includes/Loader.php:511
475
  msgid ""
476
  "There are no authorizations for your selected profile. Please, authorize "
477
  "with a social network or select a other profile."
@@ -479,12 +629,12 @@ msgstr ""
479
  "Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich "
480
  "mit einem Netzwerk oder wähle ein anderes Profil aus. "
481
 
482
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:81 ../..
483
- #: /plugins/blog2social-v-4-6/includes/B2S/PostBox.php:178
484
  msgid "Network settings"
485
  msgstr "Netzwerkeinstellungen"
486
 
487
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:83
488
  msgid ""
489
  "Notice: Please make sure, that your website address is reachable. The Social "
490
  "Networks do not allow postings from local installations."
@@ -492,62 +642,62 @@ msgstr ""
492
  "Hinweis: Bitte stelle sicher, dass Dein Blog von außen erreichbar ist. Bei "
493
  "Fragen wende Dich bitte an unseren Support."
494
 
495
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:99
496
  msgid "Custom Sharing & Scheduling"
497
  msgstr "Individuelles Teilen und Planen"
498
 
499
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:99 ../..
500
- #: /plugins/blog2social-v-4-6/includes/B2S/PostBox.php:102 ../..
501
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:87 ../..
502
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:95 ../..
503
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:97 ../..
504
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:99 ../..
505
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:111 ../..
506
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:117 ../..
507
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:131 ../..
508
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:171 ../..
509
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:296 ../..
510
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:298 ../..
511
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:450 ../..
512
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:18 ../../plugins/blog2social-
513
- #: v-4-6/views/b2s/settings.php:69 ../../plugins/blog2social-v-4-
514
- #: 6/views/b2s/settings.php:92 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
515
- #: 56 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:129 ../..
516
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:214
517
  msgid "Info"
518
  msgstr "Info"
519
 
520
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:100
521
  msgid "Customize & Schedule Social Media Posts"
522
  msgstr "Social Media Posts anpassen & planen"
523
 
524
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:102 ../..
525
- #: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:310
526
  msgid "Social Media Auto-Posting"
527
  msgstr "Social Media Auto-Posting"
528
 
529
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:106
530
  msgid "enable Auto-Posting"
531
  msgstr "Auto-Posting aktivieren"
532
 
533
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:116 ../..
534
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:48 ../../plugins/blog2social-
535
- #: v-4-6/views/b2s/network.php:150 ../../plugins/blog2social-v-4-6/views/b2s/post.
536
- #: calendar.php:50 ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:
537
- #: 188 ../../plugins/blog2social-v-4-6/views/b2s/post.php:37 ../..
538
- #: /plugins/blog2social-v-4-6/views/b2s/post.publish.php:40 ../..
539
- #: /plugins/blog2social-v-4-6/views/b2s/post.sched.php:50 ../..
540
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:151 ../../plugins/blog2social-v-
541
- #: 4-6/views/b2s/ship.php:517 ../../plugins/blog2social-v-4-
542
- #: 6/views/prg/html/header.phtml:81
543
  msgid "Loading..."
544
  msgstr "Lade Daten..."
545
 
546
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:124
547
  msgid "Blog2Social: Customize & Schedule Social Media Posts"
548
  msgstr "Blog2Social : Beiträge anpassen & planen"
549
 
550
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:127
551
  msgid ""
552
  "Customize and schedule your social media posts on the one page preview for "
553
  "all your selected networks: tailor your posts with individual comments, "
@@ -561,13 +711,13 @@ msgstr ""
561
  "mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
562
  "Community zu erzielen"
563
 
564
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:136 ../..
565
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:268
566
  msgid "Blog2Social: Social Media Auto-Posting"
567
  msgstr "Blog2Social: Social Media Auto-Posting"
568
 
569
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:140 ../..
570
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:272
571
  msgid ""
572
  "You have 2 general options to define the date and time to share your blog "
573
  "posts on social media with the Auto-Poster:"
@@ -575,13 +725,13 @@ msgstr ""
575
  "Dir stehen grundsätzlich 2 Möglichkeiten zur Verfügung, per Auto-Posting "
576
  "Deine Blogbeiträge auf Social Media zu teilen: "
577
 
578
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:141 ../..
579
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:273
580
  msgid "1. Immediately after publishing your blog post"
581
  msgstr "Sofort nach Veröffentlichung Deines Blogbeitrags "
582
 
583
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:142 ../..
584
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:274
585
  msgid ""
586
  "Published blog posts: If you publish your blog post with click on publish in "
587
  "your WordPress post editor, Blog2Social will automatically share your social "
@@ -591,8 +741,8 @@ msgstr ""
591
  "auf “veröffentlichen” im Beitrags-Editor Deines Blogs sofort veröffentlichst,"
592
  " teilt Blog2Social Deinen Blogbeitrag unmittelbar auf Social Media."
593
 
594
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:143 ../..
595
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:275
596
  msgid ""
597
  "Scheduled blog posts: If you schedule your blog post with click on schedule "
598
  "in your WordPress post editor, Blog2Social will share your social media post "
@@ -603,8 +753,8 @@ msgstr ""
603
  "Deines Blogs klickst, teilt Blog2Social Deinen Blogbeitrag direkt nach der "
604
  "Veröffentlichung auf Social Media. "
605
 
606
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:144 ../..
607
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:276
608
  msgid ""
609
  "2. Schedule your social media posts for a specific date and time If you want "
610
  "to share your post at a particular date and time, different from your "
@@ -616,161 +766,161 @@ msgstr ""
616
  "abweichen, wähle die Option “zu bestimmten Zeiten” und lege das Datum und "
617
  "die Uhrzeit fest. "
618
 
619
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:148 ../..
620
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:281
621
  msgid "You want to auto-post your blog post?"
622
  msgstr "Du möchtest Deinen Beitrag automatisch posten?"
623
 
624
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:149 ../..
625
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:99 ../../plugins/blog2social-
626
- #: v-4-6/views/b2s/post.calendar.php:226 ../../plugins/blog2social-v-4-
627
- #: 6/views/b2s/ship.php:282 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
628
- #: 342 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:388 ../..
629
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:25 ../..
630
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:143 ../..
631
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:209 ../..
632
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:282 ../..
633
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:367
634
  msgid "With Blog2Social Premium you can:"
635
  msgstr "Mit Blog2Social kannst Du:"
636
 
637
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:152 ../..
638
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:102 ../../plugins/blog2social-
639
- #: v-4-6/views/b2s/post.calendar.php:229 ../../plugins/blog2social-v-4-
640
- #: 6/views/b2s/ship.php:285 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
641
- #: 345 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:391 ../..
642
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:28 ../..
643
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:146 ../..
644
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:212 ../..
645
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:285 ../..
646
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:370 ../..
647
- #: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:311
648
  msgid "Post on pages and groups"
649
  msgstr "Poste auf Seiten und in Gruppen"
650
 
651
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:153 ../..
652
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:103 ../../plugins/blog2social-
653
- #: v-4-6/views/b2s/post.calendar.php:230 ../../plugins/blog2social-v-4-
654
- #: 6/views/b2s/ship.php:286 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
655
- #: 346 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:392 ../..
656
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:29 ../..
657
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:147 ../..
658
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:213 ../..
659
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:286 ../..
660
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:371
661
  msgid "Share on multiple profiles, pages and groups"
662
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
663
 
664
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:154 ../..
665
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:104 ../../plugins/blog2social-
666
- #: v-4-6/views/b2s/post.calendar.php:231 ../../plugins/blog2social-v-4-
667
- #: 6/views/b2s/ship.php:287 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
668
- #: 347 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:393 ../..
669
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:30 ../..
670
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:64 ../..
671
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:148 ../..
672
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:214 ../..
673
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:287 ../..
674
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:372
675
  msgid "Auto-post and auto-schedule new and updated blog posts"
676
  msgstr ""
677
  " Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
678
  "Aktualisierung posten und zeitversetzt planen"
679
 
680
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:155 ../..
681
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:105 ../../plugins/blog2social-
682
- #: v-4-6/views/b2s/post.calendar.php:232 ../../plugins/blog2social-v-4-
683
- #: 6/views/b2s/ship.php:288 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
684
- #: 348 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:394 ../..
685
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:31 ../..
686
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:149 ../..
687
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:215 ../..
688
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:288 ../..
689
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:373
690
  msgid "Schedule your posts at the best times on each network"
691
  msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
692
 
693
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:156 ../..
694
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:106 ../../plugins/blog2social-
695
- #: v-4-6/views/b2s/post.calendar.php:233 ../../plugins/blog2social-v-4-
696
- #: 6/views/b2s/ship.php:289 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
697
- #: 349 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:395 ../..
698
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:32 ../..
699
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:150 ../..
700
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:216 ../..
701
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:289 ../..
702
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:374
703
  msgid ""
704
  "Best Time Manager: use predefined best time scheduler to auto-schedule your "
705
  "social media posts"
706
  msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
707
 
708
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:157 ../..
709
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:107 ../../plugins/blog2social-
710
- #: v-4-6/views/b2s/post.calendar.php:234 ../../plugins/blog2social-v-4-
711
- #: 6/views/b2s/ship.php:290 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
712
- #: 350 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:396 ../..
713
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:33 ../..
714
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:151 ../..
715
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:217 ../..
716
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:290 ../..
717
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:375
718
  msgid "Schedule your post for one time, multiple times or recurrently"
719
  msgstr ""
720
  "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
721
  "oder nach einem regelmäßigen Muster"
722
 
723
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:158 ../..
724
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:108 ../../plugins/blog2social-
725
- #: v-4-6/views/b2s/post.calendar.php:235 ../../plugins/blog2social-v-4-
726
- #: 6/views/b2s/ship.php:291 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
727
- #: 351 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:397 ../..
728
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:34 ../..
729
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:152 ../..
730
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:218 ../..
731
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:291 ../..
732
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:376
733
  msgid "Schedule and re-share old posts"
734
  msgstr "Plane und teile alte Beiträge"
735
 
736
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:159 ../..
737
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:109 ../../plugins/blog2social-
738
- #: v-4-6/views/b2s/post.calendar.php:236 ../../plugins/blog2social-v-4-
739
- #: 6/views/b2s/ship.php:292 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
740
- #: 352 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:398 ../..
741
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:35 ../..
742
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:66 ../..
743
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:153 ../..
744
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:219 ../..
745
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:292 ../..
746
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:377
747
  msgid "Select link format or image format for your posts"
748
  msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
749
 
750
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:160 ../..
751
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:110 ../../plugins/blog2social-
752
- #: v-4-6/views/b2s/post.calendar.php:237 ../../plugins/blog2social-v-4-
753
- #: 6/views/b2s/ship.php:293 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
754
- #: 353 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:399 ../..
755
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:36 ../..
756
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:67 ../..
757
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:154 ../..
758
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:220 ../..
759
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:293 ../..
760
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:378
761
  msgid "Select individual images per post"
762
  msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
763
 
764
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:161 ../..
765
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:111 ../../plugins/blog2social-
766
- #: v-4-6/views/b2s/post.calendar.php:238 ../../plugins/blog2social-v-4-
767
- #: 6/views/b2s/ship.php:294 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
768
- #: 354 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:400 ../..
769
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:37 ../..
770
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:155 ../..
771
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:221 ../..
772
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:294 ../..
773
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:379
774
  msgid ""
775
  "Reporting & calendar: keep track of your published and scheduled social "
776
  "media posts"
@@ -778,32 +928,32 @@ msgstr ""
778
  "Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social "
779
  "Media Beiträge"
780
 
781
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:163 ../..
782
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:113 ../../plugins/blog2social-
783
- #: v-4-6/views/b2s/post.calendar.php:240 ../../plugins/blog2social-v-4-
784
- #: 6/views/b2s/ship.php:296 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
785
- #: 356 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:402 ../..
786
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:39 ../..
787
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:157 ../..
788
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:223 ../..
789
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:296 ../..
790
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:381 ../..
791
- #: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:247
792
  msgid "Upgrade to PREMIUM"
793
  msgstr "Jetzt auf Premium upgraden"
794
 
795
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:165 ../..
796
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:115 ../../plugins/blog2social-
797
- #: v-4-6/views/b2s/post.calendar.php:242 ../../plugins/blog2social-v-4-
798
- #: 6/views/b2s/ship.php:298 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
799
- #: 358 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:404 ../..
800
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:41 ../..
801
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:72 ../..
802
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:90 ../..
803
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:159 ../..
804
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:225 ../..
805
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:298 ../..
806
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:383
807
  msgid ""
808
  "or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with "
809
  "free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
@@ -812,50 +962,50 @@ msgstr ""
812
  "Deinen kostenlosen 30-tägigen Test von Blog2Social Premium</a>(keine "
813
  "Zahlungsinformationen erforderlich)"
814
 
815
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:178
816
  msgid "Select profile:"
817
  msgstr "Profil auswählen: "
818
 
819
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:193
820
  msgid "When do you want to share your post on social media?"
821
  msgstr "Wann möchtest Du Deinen Beitrag auf den Social Media teilen?"
822
 
823
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:196
824
  msgid "immediately after publishing"
825
  msgstr "sofort nach Veröffentlichung"
826
 
827
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:197
828
  msgid "at scheduled times"
829
  msgstr "zu geplanten Zeiten"
830
 
831
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:200
832
  msgid "You want to sched your blog post with Auto-Poster?"
833
  msgstr "Du willst Deinen Blogbeitrag mit dem Autoposter planen?"
834
 
835
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:200 ../..
836
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:70 ../..
837
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:88
838
  msgid "Upgrade to PREMIUM PRO"
839
  msgstr "Upgrade auf PREMIUM PRO"
840
 
841
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:206
842
  msgid "Select date:"
843
  msgstr "Datum auswählen:"
844
 
845
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:207 ../..
846
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:270
847
  msgid "show calendar"
848
  msgstr "Kalender anzeigen"
849
 
850
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:214
851
  msgid "post at"
852
  msgstr "beachte"
853
 
854
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:215
855
  msgid "my time settings"
856
  msgstr "meine Zeit-Einstellungen"
857
 
858
- #: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:216
859
  msgid ""
860
  "Note: If you ​have​ not ​specified​ your own times, we automatically provide "
861
  "you with the best times to post​ on the social networks. You can always "
@@ -866,76 +1016,77 @@ msgstr ""
866
  "posten. Du kannst jederzeit Deine eigenen Zeiten unter Einstellungen "
867
  "bearbeiten."
868
 
869
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:80
870
  msgid "Account"
871
  msgstr "Konto"
872
 
873
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:83 ../..
874
- #: /plugins/blog2social-v-4-6/views/b2s/settings.php:265
875
  msgid "Personal Time Zone"
876
  msgstr "Persönliche Zeitzone"
877
 
878
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:89
879
  msgid "Timezone for Scheduling"
880
  msgstr "Zeitzone für die Planung"
881
 
882
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:89
883
  msgid "User"
884
  msgstr "Benutzer"
885
 
886
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:94
887
  msgid "Content"
888
  msgstr "Inhalt"
889
 
890
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:95
891
  msgid "use b2s.pm Link Shortener"
892
  msgstr "b2s.pm Link Shortener aktivieren"
893
 
894
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:97
895
  msgid "allow shortcodes in my post"
896
  msgstr "berücksichtige Shortcodes in meinen Beiträgen"
897
 
898
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:99
899
  msgid "include Wordpress tags as hashtags in my post"
900
  msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
901
 
902
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:102 ../..
903
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:251
904
  msgid "Define Twitter post content"
905
  msgstr "Twitter Beitragsinhalt definieren"
906
 
907
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:108 ../..
908
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:336 ../..
909
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:351
910
  msgid "title"
911
  msgstr "Titel"
912
 
913
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:108 ../..
914
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:109 ../..
915
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:110
916
  msgid "hashtags"
917
  msgstr "Hashtags"
918
 
919
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:109
920
  msgid "title & content"
921
  msgstr "Titel & Inhalt"
922
 
923
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:109 ../..
924
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:110
 
925
  msgid "(PREMIUM)"
926
  msgstr "(PREMIUM)"
927
 
928
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:110
929
  msgid "only content"
930
  msgstr "nur Inhalt"
931
 
932
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:115
933
  msgid "System"
934
  msgstr "System"
935
 
936
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:116 ../..
937
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:292 ../..
938
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:317
939
  msgid ""
940
  "This is a global feature for your blog, which can only be edited by users "
941
  "with admin rights."
@@ -943,21 +1094,21 @@ msgstr ""
943
  "Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit "
944
  "Admin Rechten bearbeitet werden kann."
945
 
946
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:117
947
  msgid "activate Legacy mode"
948
  msgstr "Kompatibilitätsmodus aktivieren"
949
 
950
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:131
951
  msgid "Auto-post your own created posts"
952
  msgstr "Auto-Poste Deine selbsterstellten Blogbeiträge"
953
 
954
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:132
955
  msgid "Define by default to automatically post your posts on social media:"
956
  msgstr ""
957
  "Definiere standardmäßig Blogbeiträge oder Seiten, die Du auf Social Media "
958
  "automatisch teilen möchtest:"
959
 
960
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:134
961
  msgid ""
962
  "Select by default if the auto-poster is activated when you publish a new "
963
  "post or update a post."
@@ -965,21 +1116,21 @@ msgstr ""
965
  "Wähle standardmäßig aus, ob der Auto-Poster aktiviert ist, wenn Du einen "
966
  "neuen Beitrag veröffentlichst oder aktualisierst. "
967
 
968
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:139
969
  msgid "new posts"
970
  msgstr "Neue Beiträge"
971
 
972
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:140 ../..
973
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:152
974
  msgid "Unselect all"
975
  msgstr "Alle abwählen"
976
 
977
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:140 ../..
978
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:152
979
  msgid "Select all"
980
  msgstr "Alle auswählen"
981
 
982
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:148
983
  msgid ""
984
  "By enabling this feature your previously published social media posts will "
985
  "be sent again to your selected social media channels as soon as the post is "
@@ -989,96 +1140,96 @@ msgstr ""
989
  "Beiträge erneut an die Social Media Kanäle gesendet werden, sobald der "
990
  "Beitrag aktualisiert wird"
991
 
992
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:151
993
  msgid "updating existing posts"
994
  msgstr "Bestehenden Beitrag aktualisieren"
995
 
996
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:163 ../..
997
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:197
998
  msgid "Save"
999
  msgstr " Speichern"
1000
 
1001
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:171
1002
  msgid "Auto-post your imported posts to Twitter & Facebook"
1003
  msgstr "Auto-Poste Deine importierten Beiträge auf Twitter & Facebook"
1004
 
1005
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:172
1006
  msgid "Define by default to automatically share your imported posts to social media:"
1007
  msgstr ""
1008
  "Definiere standardmässig alle Deine importierten Beiträge auf den Social "
1009
  "Media zu veröffentlichen:"
1010
 
1011
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:175
1012
  msgid "Your current licence:"
1013
  msgstr "Deine aktuelle Lizenz:"
1014
 
1015
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:176
1016
  msgid "share up to"
1017
  msgstr "teile bis zu"
1018
 
1019
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:176
1020
  msgid "posts per day"
1021
  msgstr "Beiträge pro Tag"
1022
 
1023
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:177
1024
  msgid "need more?"
1025
  msgstr "Benötigst Du mehr?"
1026
 
1027
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:179
1028
  msgid "Select by default to automatically share your imported posts"
1029
  msgstr "Teile standardmäßig automatisch importierte Beiträge auf meinen Social Media"
1030
 
1031
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:183
1032
  msgid "Select to auto-post to your standard networks:"
1033
  msgstr "Wähle die Netzwerke aus, auf denen automatisch veröffentlicht werden soll:"
1034
 
1035
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:185
1036
  msgid "Select to auto-post immediately after publishing or with a delay"
1037
  msgstr "Importierte Beiträge direkt veröffentlichen oder mit einer Verzögerung"
1038
 
1039
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:186
1040
  msgid "immediately"
1041
  msgstr "sofort"
1042
 
1043
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:187
1044
  msgid "publish with a delay of"
1045
  msgstr "veröffentlichen mit einer Verzögerung von"
1046
 
1047
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:188
1048
  msgid "minutes"
1049
  msgstr "Minuten"
1050
 
1051
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:211
1052
  msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
1053
  msgstr ""
1054
  "Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden "
1055
  "automatisch veröffentlicht)"
1056
 
1057
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:212
1058
  msgid "Post Types"
1059
  msgstr "Posttypen"
1060
 
1061
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:213
1062
  msgid "Include (Post only...)"
1063
  msgstr "enthält (nur Beiträge, mit ...)"
1064
 
1065
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:214
1066
  msgid "Exclude (Do no post ...)"
1067
  msgstr "enthält nicht (Veröffentliche keine Beiträge, mit...)"
1068
 
1069
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:248
1070
  msgid "add/change connection"
1071
  msgstr "Verbindung hinzufügen/ändern"
1072
 
1073
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:290
1074
  msgid "Reset all page and post meta data"
1075
  msgstr "Lösche alle Seiten und Beitrags Meta Angaben"
1076
 
1077
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:295
1078
  msgid "Meta Tags Settings for Posts and Pages"
1079
  msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
1080
 
1081
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:296
1082
  msgid ""
1083
  "Add Open Graph meta tags to your shared posts or pages, required by Facebook "
1084
  "and other social networks to display your post or page image, title and "
@@ -1088,7 +1239,7 @@ msgstr ""
1088
  "Facebook und andere soziale Netzwerke Bilder, Titel und Beschreibung Deines "
1089
  "Beitrag/Seite korrekt darstellen können."
1090
 
1091
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:298
1092
  msgid ""
1093
  "Add Twitter Card meta tags to your shared posts or pages, required by "
1094
  "Twitter to display your post or page image, title and description correctly."
@@ -1097,11 +1248,11 @@ msgstr ""
1097
  "Twitter Bilder, Titel und Beschreibung Deines Beitrag/Seite korrekt "
1098
  "darstellen kann."
1099
 
1100
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:319
1101
  msgid "Frontpage Settings"
1102
  msgstr "Frontpage Einstellungen"
1103
 
1104
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:321
1105
  msgid ""
1106
  "Add the default Open Graph parameters for title, description and image you "
1107
  "want Facebook to display, if you share the frontpage of your blog as link "
@@ -1111,33 +1262,33 @@ msgstr ""
1111
  "die Open Graph Parameter bei Facebook, wenn Du die Frontpage Deines Blogs "
1112
  "als Link Post teilst (http://www.DeinBlog.de) "
1113
 
1114
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:324 ../..
1115
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:340 ../..
1116
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:30 ../../plugins/blog2social-v-4-
1117
- #: 6/views/prg/ship.php:41 ../../plugins/blog2social-v-4-6/views/prg/ship.php:43 .
1118
- #: ./../plugins/blog2social-v-4-6/views/prg/html/form.phtml:26 ../..
1119
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:28
1120
  msgid "Title"
1121
  msgstr "Titel"
1122
 
1123
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:325 ../..
1124
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:341
1125
  msgid "Description"
1126
  msgstr "Beschreibung"
1127
 
1128
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:326 ../..
1129
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:342
1130
  msgid "Image URL"
1131
  msgstr "Bild Url"
1132
 
1133
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:328 ../..
1134
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:344 ../..
1135
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:80 ../..
1136
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:82
1137
  msgid "Image upload / Media Gallery"
1138
  msgstr "Bild hochladen / Mediathek"
1139
 
1140
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:331
1141
  msgid ""
1142
  "Please note: Facebook supports images with a minimum dimension of 200x200 "
1143
  "pixels and an aspect ratio of 1:1."
@@ -1145,7 +1296,7 @@ msgstr ""
1145
  "Bitte beachte: Facebook unterstützt Bilder mit einer Mindestgröße von "
1146
  "200x200 Pixel and einem Bildgrößenverhältnis von 1:1."
1147
 
1148
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:337
1149
  msgid ""
1150
  "Add the default Twitter Card parameters for title, description and image you "
1151
  "want Twitter to display, if you share the frontpage of your blog as link "
@@ -1155,7 +1306,7 @@ msgstr ""
1155
  "Image, wenn Du die Frontpage Deines Blogs als Link Post teilst (http://www."
1156
  "DeinBlog.de) "
1157
 
1158
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:347
1159
  msgid ""
1160
  "Please note: Twitter supports images with a minimum dimension of 144x144 "
1161
  "pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
@@ -1167,11 +1318,11 @@ msgstr ""
1167
  " The Bilder werden auf ein quadratisches Maß übertragen. Twitter unterstützt "
1168
  "die Bildformate JPG, PNG, WEBP und GIF. "
1169
 
1170
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:363
1171
  msgid "Did you know?"
1172
  msgstr "Wusstest Du schon?"
1173
 
1174
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:364
1175
  msgid ""
1176
  "With Premium Pro, you can change the custom post format photo post or link "
1177
  "post for each individual social media post and channel (profile, page, "
@@ -1181,28 +1332,30 @@ msgstr ""
1181
  "Beitrag individuell zwischen Link-Beitrag und Bild-Beitrag auswählen "
1182
  "(Profile, Seiten, Gruppen)"
1183
 
1184
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:364
1185
  msgid "Upgrade to Premium Pro now."
1186
  msgstr "Upgrade auf Premium PRO"
1187
 
1188
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:381 ../..
1189
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:435 ../..
1190
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:478 ../..
1191
- #: /plugins/blog2social-v-4-6/views/b2s/post.calendar.php:60 ../..
1192
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:127
 
1193
  msgid "Image with frame"
1194
  msgstr "Bild mit Rahmen"
1195
 
1196
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:381 ../..
1197
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:435 ../..
1198
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:478 ../..
1199
- #: /plugins/blog2social-v-4-6/views/b2s/post.calendar.php:60 ../..
1200
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:110
 
1201
  msgid "Link Post"
1202
  msgstr "Link-Beitrag"
1203
 
1204
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:386 ../..
1205
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:128
1206
  msgid ""
1207
  "Insert white frames to show the whole image in your timeline. All image "
1208
  "information will be shown in your timeline."
@@ -1211,7 +1364,7 @@ msgstr ""
1211
  "das quadratische Instagram-Layout anzupassen und das gesamte Bild bereits in "
1212
  "Deiner Timeline anzuzeigen. "
1213
 
1214
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:388
1215
  msgid ""
1216
  "The link post format displays posts title, link address and the first one or "
1217
  "two sentences of the post. The networks scan this information from your META "
@@ -1235,24 +1388,26 @@ msgstr ""
1235
  "Deinen Blogbeitrag. Bitte beachte: Bei Google + können nur Bilder, die im "
1236
  "Blogbeitrag enthalten sind, für Link-Posts ausgewählt werden. "
1237
 
1238
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:392 ../..
1239
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:457 ../..
1240
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:478 ../..
1241
- #: /plugins/blog2social-v-4-6/views/b2s/post.calendar.php:60 ../..
1242
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:132
 
1243
  msgid "Image cut out"
1244
  msgstr "Bild zuschneiden"
1245
 
1246
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:392 ../..
1247
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:457 ../..
1248
- #: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:478 ../..
1249
- #: /plugins/blog2social-v-4-6/views/b2s/post.calendar.php:60 ../..
1250
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:115
 
1251
  msgid "Photo Post"
1252
  msgstr "Bild-Beitrag"
1253
 
1254
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:397 ../..
1255
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:133
1256
  msgid ""
1257
  "The image preview will be cropped automatically to fit the default Instagram "
1258
  "layout for your Instagram timeline. The image will be shown uncropped when "
@@ -1263,8 +1418,8 @@ msgstr ""
1263
  "auf Deiner Timeline. Mit Klick auf den Post wird das Bild in der Instagram-"
1264
  "Vorschau als Ganzes angezeigt."
1265
 
1266
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:399 ../..
1267
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:116
1268
  msgid ""
1269
  "A photo or image post displays the selected image in the one-page preview of "
1270
  "Blog2Social and your comment above the image. The image links to the image "
@@ -1280,58 +1435,57 @@ msgstr ""
1280
  "langfristig sichtbar bleibt. Auf Facebook kannst Du den Namen des Albums "
1281
  "bearbeiten und eine Beschreibung Deiner Wahl ergänzen."
1282
 
1283
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:430
1284
  msgid "All"
1285
  msgstr "alle"
1286
 
1287
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:450
1288
  msgid "Activate Instant Caching"
1289
  msgstr "Instant Caching aktivieren"
1290
 
1291
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:531 ../..
1292
- #: /plugins/blog2social-v-4-6/views/b2s/post.sched.php:25
1293
  msgid "Uhr"
1294
  msgstr "Uhr"
1295
 
1296
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:535
1297
  msgid "Best times to post"
1298
  msgstr "Beste Zeiten"
1299
 
1300
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:548 ../..
1301
- #: /plugins/blog2social-v-4-6/views/b2s/settings.php:75 ../../plugins/blog2social-
1302
- #: v-4-6/views/b2s/ship.php:51 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
1303
- #: 341 ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:208
1304
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
1305
  msgstr ""
1306
  "Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
1307
  "Manager benutzen?"
1308
 
1309
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:550 ../..
1310
- #: /plugins/blog2social-v-4-6/views/b2s/post.sched.php:92 ../..
1311
- #: /plugins/blog2social-v-4-6/views/b2s/settings.php:57 ../../plugins/blog2social-
1312
- #: v-4-6/views/b2s/settings.php:77 ../../plugins/blog2social-v-4-
1313
- #: 6/views/b2s/settings.php:117 ../../plugins/blog2social-v-4-
1314
- #: 6/views/b2s/settings.php:119 ../../plugins/blog2social-v-4-
1315
- #: 6/views/b2s/settings.php:132 ../../plugins/blog2social-v-4-
1316
- #: 6/views/b2s/settings.php:134 ../../plugins/blog2social-v-4-
1317
- #: 6/views/b2s/settings.php:147 ../../plugins/blog2social-v-4-
1318
- #: 6/views/b2s/settings.php:149 ../../plugins/blog2social-v-4-
1319
- #: 6/views/b2s/settings.php:163 ../../plugins/blog2social-v-4-
1320
- #: 6/views/b2s/settings.php:165 ../../plugins/blog2social-v-4-6/views/b2s/ship.
1321
  #: php:438
1322
  msgid "save"
1323
  msgstr "speichern"
1324
 
1325
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:555
1326
  msgid "Sorry, we can not load your data at the moment..."
1327
  msgstr "Sorry, derzeit können wir Deine Daten nicht laden. Versuche es erneut."
1328
 
1329
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:29
1330
  msgid "The images file types .jpg and .png are allowed. Please try another."
1331
  msgstr "Es sind nur .jpg und .png Bilder erlaubt. Bitte wähle ein anderes Bild aus."
1332
 
1333
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:30 ../..
1334
- #: /plugins/blog2social-v-4-6/views/b2s/settings.php:15
1335
  msgid ""
1336
  "You need a higher user role to upload an image on this blog. Please contact "
1337
  "your administrator."
@@ -1339,11 +1493,11 @@ msgstr ""
1339
  "Du brauchst eine höhere Benutzerrolle, um ein Bild auf diesem Blog "
1340
  "hochzuladen. Bitte kontaktiere Deinen Administrator."
1341
 
1342
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:31
1343
  msgid "To select an individual image from your media library,"
1344
  msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
1345
 
1346
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:37
1347
  msgid ""
1348
  "The best size for images in social media posts are between: 667-1000px x 523-"
1349
  "1000px. Blog2Social will automatically resize your image according to "
@@ -1353,323 +1507,319 @@ msgstr ""
1353
  "1000px x 523-1000px <br> Blog2Social passt Dein Bild automatisch die Größe "
1354
  "des jeweiligen Netzwerks an."
1355
 
1356
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:61
1357
  msgid "No images are included in your post."
1358
  msgstr "In dem Beitrag sind keine Bilder hinterlegt"
1359
 
1360
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:69
1361
  msgid "Apply image for all networks"
1362
  msgstr "Bild für alle Netzwerke übernehmen"
1363
 
1364
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:73 ../..
1365
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:75
1366
  msgid "Apply image for this network"
1367
  msgstr "Bild für dieses Netzwerk übernehmen"
1368
 
1369
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:86 ../..
1370
- #: /plugins/blog2social-v-4-6/views/b2s/settings.php:195
1371
  msgid "Select or upload an image from media gallery"
1372
  msgstr "Bild auswählen / hochladen"
1373
 
1374
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:87 ../..
1375
- #: /plugins/blog2social-v-4-6/views/b2s/settings.php:196
1376
  msgid "Use image"
1377
  msgstr "Bild verwenden"
1378
 
1379
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:95
1380
  msgid "Network does not support image for profiles"
1381
  msgstr "Netzwerk unterstützt keine Bilder für Profile"
1382
 
1383
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:96
1384
  msgid "Network defines image by link"
1385
  msgstr "Netzwerk wählt selber das Bild aus"
1386
 
1387
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:98
1388
  msgid "Supported HTML tags"
1389
  msgstr "Erlaubte HTML-Elemente"
1390
 
1391
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:99 ../..
1392
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:158
1393
  msgid "Network does not support emojis"
1394
  msgstr "Netzwerk unterstützt keine Emojis"
1395
 
1396
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:142
1397
  msgid "Text only"
1398
  msgstr "nur Text"
1399
 
1400
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:143 ../..
1401
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:147 ../..
1402
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:182 ../..
1403
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:186 ../..
1404
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:208 ../..
1405
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:212
1406
  msgid "characters"
1407
  msgstr "Zeichen"
1408
 
1409
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:157
1410
  msgid "Network does not support image for pages"
1411
  msgstr "Netzwerk unterstützt keine Bilder für Seiten"
1412
 
1413
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:241
1414
  msgid "post format"
1415
  msgstr "Postformat"
1416
 
1417
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:250
1418
  msgid "Insert full-text"
1419
  msgstr "ganzen Text einfügen"
1420
 
1421
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:252
1422
  msgid "Delete text"
1423
  msgstr "Text löschen"
1424
 
1425
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:270
1426
  msgid "hide calendar"
1427
  msgstr "Kalender ausblenden"
1428
 
1429
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:312 ../..
1430
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:336 ../..
1431
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:360 ../..
1432
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:378 ../..
1433
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:393
1434
  msgid "Write something about your post..."
1435
  msgstr "Schreibe etwas..."
1436
 
1437
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:319 ../..
1438
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:343 ../..
1439
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:367 ../..
1440
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:423
1441
  msgid "Change image for this network"
1442
  msgstr "Bild für dieses Netzwerk ändern"
1443
 
1444
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:323
1445
  msgid ""
1446
  "Info: Change Open Graph Meta tags image, title and description for this "
1447
  "network"
1448
  msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
1449
 
1450
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:326 ../..
1451
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:350
1452
  msgid ""
1453
  "You want to change your link image, link title and link description for this "
1454
  "network? Click here."
1455
  msgstr "Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
1456
 
1457
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:328
1458
  msgid "OG Meta title"
1459
  msgstr "OG Titel"
1460
 
1461
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:329
1462
  msgid "OG Meta description"
1463
  msgstr "OG Beschreibung"
1464
 
1465
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:347
1466
  msgid "Info: Change Card Meta tags image, title and description for this network"
1467
  msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
1468
 
1469
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:352
1470
  msgid "Card Meta title"
1471
  msgstr "Card Titel"
1472
 
1473
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:353
1474
  msgid "Card Meta description"
1475
  msgstr "Card Beschreibung"
1476
 
1477
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:410
1478
  msgid "required"
1479
  msgstr "erforderlich"
1480
 
1481
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:430 ../..
1482
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:432
1483
  msgid "Link"
1484
  msgstr "Link"
1485
 
1486
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:491
1487
  msgid "The Headline..."
1488
  msgstr "Die Überschrift..."
1489
 
1490
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:496
1491
  msgid "Hashtags"
1492
  msgstr "Hashtags"
1493
 
1494
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:527
1495
  msgid "Share Now"
1496
  msgstr "Sofort teilen"
1497
 
1498
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:530 ../..
1499
- #: /plugins/blog2social-v-4-6/views/b2s/post.calendar.php:215 ../..
1500
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:377
1501
  msgid "Schedule post once"
1502
  msgstr "Beitrag einmal planen"
1503
 
1504
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:532
1505
  msgid "Schedule Recurrent Post"
1506
  msgstr "regelmäßig Planen"
1507
 
1508
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:564
1509
  msgid "Interval"
1510
  msgstr "Intervall"
1511
 
1512
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:565 ../..
1513
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:568
1514
  msgid "Duration"
1515
  msgstr "Dauer"
1516
 
1517
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:569
1518
  msgid "Repeat"
1519
  msgstr "Wiederholungen"
1520
 
1521
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:570
1522
  msgid "Day of month"
1523
  msgstr "Tag im Month"
1524
 
1525
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:571
1526
  msgid "Duration in days"
1527
  msgstr "Abstand in Tagen"
1528
 
1529
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:573
1530
  msgid "Start date"
1531
  msgstr "Startdatum"
1532
 
1533
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:574 ../..
1534
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:607 ../..
1535
- #: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:626 ../..
1536
- #: /plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:41 ../..
1537
- #: /plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:46
1538
  msgid "Time"
1539
  msgstr "Zeit"
1540
 
1541
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:575
1542
  msgid "Days"
1543
  msgstr "Tage"
1544
 
1545
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:581
1546
  msgid "weekly"
1547
  msgstr "wöchentlich"
1548
 
1549
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:582
1550
  msgid "monthly"
1551
  msgstr "monatlich"
1552
 
1553
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:583
1554
  msgid "own period"
1555
  msgstr "eigener Zeitraum"
1556
 
1557
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:589
1558
  msgid "Week"
1559
  msgstr "Woche"
1560
 
1561
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:589
1562
  msgid "Weeks"
1563
  msgstr "Wochen"
1564
 
1565
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:598
1566
  msgid "Month"
1567
  msgstr "Monat"
1568
 
1569
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:598
1570
  msgid "Months"
1571
  msgstr "Monate"
1572
 
1573
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:607
1574
  msgid "Times"
1575
  msgstr "mal"
1576
 
1577
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:618
1578
  msgid "End Of Month"
1579
  msgstr "Monatsende"
1580
 
1581
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:623
1582
  msgid "Timespan"
1583
  msgstr "Timespan"
1584
 
1585
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:625 ../..
1586
- #: /plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:40 ../..
1587
- #: /plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:45
1588
  msgid "Date"
1589
  msgstr "Startdatum"
1590
 
1591
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:631
1592
  msgid "Mon"
1593
  msgstr "Mo"
1594
 
1595
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:632
1596
  msgid "Tue"
1597
  msgstr "Di"
1598
 
1599
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:633
1600
  msgid "Wed"
1601
  msgstr "Mi"
1602
 
1603
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:634
1604
  msgid "Thu"
1605
  msgstr "Do"
1606
 
1607
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:635
1608
  msgid "Fri"
1609
  msgstr "Fr"
1610
 
1611
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:636
1612
  msgid "Sat"
1613
  msgstr "Sa"
1614
 
1615
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:637
1616
  msgid "Sun"
1617
  msgstr "So"
1618
 
1619
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:642
1620
- msgid "delete"
1621
- msgstr "löschen"
1622
-
1623
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:643
1624
  msgid "Add Posting Time"
1625
  msgstr "neue Terminserie anlegen"
1626
 
1627
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:649
1628
  msgid "Apply Settings To All Networks"
1629
  msgstr "Planung für alle Netzwerke übernehmen"
1630
 
1631
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:650
1632
  msgid "Save as best time for this network"
1633
  msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
1634
 
1635
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Save.php:276
1636
  msgid "view social media post"
1637
  msgstr "Zeige Social Media Beitrag an"
1638
 
1639
- #: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Save.php:285
1640
  msgid "scheduled on"
1641
  msgstr "geplant für"
1642
 
1643
- #: ../../plugins/blog2social-v-4-6/includes/B2S/User/Info.php:11
1644
  msgid "Number of shared posts"
1645
  msgstr "Anzahl geteilter Beiträge"
1646
 
1647
- #: ../../plugins/blog2social-v-4-6/includes/B2S/User/Info.php:14
1648
  msgid "Number of scheduled posts"
1649
  msgstr "Anzahl der geplanten Posts"
1650
 
1651
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:255
1652
  msgid "Auto-Post on Social Media"
1653
  msgstr "Automatisch auf Social Media teilen"
1654
 
1655
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:256
1656
  msgid "Social Media Content Calendar"
1657
  msgstr "Social Media Kalender"
1658
 
1659
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:502
1660
  msgid "This post will be shared into your social media on"
1661
  msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
1662
 
1663
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:502 ../..
1664
- #: /plugins/blog2social-v-4-6/includes/Loader.php:504
1665
  msgid "show details"
1666
  msgstr "siehe Details"
1667
 
1668
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:504
1669
  msgid "This post will be shared on social media in 2-3 minutes!"
1670
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
1671
 
1672
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:508
1673
  msgid ""
1674
  "Please, make sure that your post are publish on this blog on this moment. "
1675
  "Then you can auto post your post with Blog2social."
@@ -1677,28 +1827,28 @@ msgstr ""
1677
  "Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
1678
  " Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
1679
 
1680
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:523
1681
  msgid "Upgrade to Premium"
1682
  msgstr "Premium freischalten"
1683
 
1684
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:542
1685
  msgctxt "command (plugins)"
1686
  msgid "Deactivate"
1687
  msgstr "Deaktivieren"
1688
 
1689
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:553
1690
  msgid "Your post could not be posted."
1691
  msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
1692
 
1693
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:554
1694
  msgid "Your authorization has expired. Please check your authorization."
1695
  msgstr "Deine Autorisierung ist abgelaufen. Bitte überprüfe deine Autorisierung."
1696
 
1697
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:555
1698
  msgid "The network has marked the post as spam or abusive."
1699
  msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
1700
 
1701
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:556
1702
  msgid ""
1703
  "We don't have the permission to publish your post. Please check your "
1704
  "authorization."
@@ -1706,7 +1856,7 @@ msgstr ""
1706
  "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
1707
  "überprüfe deine Autorisierung."
1708
 
1709
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:557
1710
  msgid ""
1711
  "Your authorization is interrupted. Please check your authorization. Please "
1712
  "see <a target=\"_blank\" href=\"https://www.blog2social."
@@ -1716,11 +1866,15 @@ msgstr ""
1716
  "Siehe <a target=\"_blank\" href=\"https://www.blog2social."
1717
  "com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
1718
 
1719
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:559
 
 
 
 
1720
  msgid "Your post could not be posted, because your image is not available."
1721
  msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
1722
 
1723
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:560
1724
  msgid ""
1725
  "The network has blocked your account. Please see <a target=\"_blank\" "
1726
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
@@ -1730,7 +1884,7 @@ msgstr ""
1730
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
1731
  "loesungen.html\">FAQ</a>."
1732
 
1733
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:561
1734
  msgid ""
1735
  "The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
1736
  "//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
@@ -1740,7 +1894,13 @@ msgstr ""
1740
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
1741
  "loesungen.html\">FAQ</a>."
1742
 
1743
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:563
 
 
 
 
 
 
1744
  msgid ""
1745
  "The network can not publish special characters such as Emoji. Please see <a "
1746
  "target=\"_blank\" href=\"https://www.blog2social."
@@ -1750,68 +1910,76 @@ msgstr ""
1750
  "//www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen."
1751
  "html\">FAQ</a>."
1752
 
1753
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:564
1754
  msgid "Your post is a duplicate."
1755
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
1756
 
1757
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:623 ../..
1758
- #: /plugins/blog2social-v-4-6/includes/Loader.php:623 ../../plugins/blog2social-v-
1759
- #: 4-6/includes/Loader.php:656
 
 
 
 
 
 
 
 
1760
  msgid "Dashboard"
1761
  msgstr "Dashboard"
1762
 
1763
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:624 ../..
1764
- #: /plugins/blog2social-v-4-6/includes/Loader.php:624 ../../plugins/blog2social-v-
1765
- #: 4-6/includes/Loader.php:663
1766
  msgid "Posts & Sharing"
1767
  msgstr "Beiträge"
1768
 
1769
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:625 ../..
1770
- #: /plugins/blog2social-v-4-6/includes/Loader.php:625 ../../plugins/blog2social-v-
1771
- #: 4-6/includes/Loader.php:670 ../../plugins/blog2social-v-4-6/views/b2s/network.
1772
  #: php:17
1773
  msgid "Networks"
1774
  msgstr "Netzwerke"
1775
 
1776
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:626 ../..
1777
- #: /plugins/blog2social-v-4-6/includes/Loader.php:626 ../../plugins/blog2social-v-
1778
- #: 4-6/includes/Loader.php:676 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
1779
- #: 54 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:265
1780
  msgid "Settings"
1781
  msgstr "Einstellungen"
1782
 
1783
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:627 ../..
1784
- #: /plugins/blog2social-v-4-6/includes/Loader.php:627 ../../plugins/blog2social-v-
1785
- #: 4-6/includes/Loader.php:682
1786
  msgid "PR-Service"
1787
  msgstr "PR-Service"
1788
 
1789
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:628 ../..
1790
- #: /plugins/blog2social-v-4-6/includes/Loader.php:628 ../../plugins/blog2social-v-
1791
- #: 4-6/includes/Loader.php:689 ../../plugins/blog2social-v-4-
1792
- #: 6/views/b2s/widgets/tutorial.php:4
1793
  msgid "How to & FAQ"
1794
  msgstr "How to & FAQ"
1795
 
1796
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:629
1797
  msgid "Premium"
1798
  msgstr "Premium"
1799
 
1800
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:647
1801
  msgid "Blog2Social"
1802
  msgstr "Blog2Social"
1803
 
1804
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:1017 ../..
1805
- #: /plugins/blog2social-v-4-6/includes/Loader.php:1170
1806
  msgid "or"
1807
  msgstr "oder"
1808
 
1809
- #: ../../plugins/blog2social-v-4-6/includes/Loader.php:1017 ../..
1810
- #: /plugins/blog2social-v-4-6/includes/Loader.php:1170
1811
  msgid "back to install plugins"
1812
  msgstr "zurück zur Pluginübersicht"
1813
 
1814
- #: ../../plugins/blog2social-v-4-6/includes/Notice.php:18
1815
  msgid ""
1816
  "<strong>Rate it!</strong> If you like Blog2Social, please give us a 5 star "
1817
  "rating. I there is anything that does not work for you, please contact us!"
@@ -1819,36 +1987,36 @@ msgstr ""
1819
  "Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
1820
  "Bewertung. Spreche uns an, wenn Dir ir­gend­was nicht gefällt."
1821
 
1822
- #: ../../plugins/blog2social-v-4-6/includes/Notice.php:19 ../..
1823
- #: /plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:55
1824
  msgid "RATE BLOG2SOCIAL"
1825
  msgstr "Blog2Social jetzt bewerten"
1826
 
1827
- #: ../../plugins/blog2social-v-4-6/includes/Notice.php:20
1828
  msgid "hide"
1829
  msgstr "ausblenden"
1830
 
1831
- #: ../../plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:31
1832
  msgid "All Authors"
1833
  msgstr "alle Autoren"
1834
 
1835
- #: ../../plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:42
1836
  msgid "All Types"
1837
  msgstr "alle Typen"
1838
 
1839
- #: ../../plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:100
1840
  msgid "You have no posts published or scheduled"
1841
  msgstr "Du hast keine Beiträge veröffentlicht oder geplant"
1842
 
1843
- #: ../../plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:127
1844
  msgid "Publish on PR-Gateway"
1845
  msgstr "Beitrag über PR-Gateway veröffentlichen"
1846
 
1847
- #: ../../plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:129
1848
  msgid "on Blog"
1849
  msgstr "auf dem Blog"
1850
 
1851
- #: ../../plugins/blog2social-v-4-6/includes/System.php:61
1852
  msgid ""
1853
  "Blog2Social used cURL. cURL is not installed in your PHP installation on "
1854
  "your server. Install cURL and activate Blog2Social again."
@@ -1856,8 +2024,8 @@ msgstr ""
1856
  "Blog2Social verwendet cURL. cURL ist nicht in deiner PHP Version auf deinem "
1857
  "Server installiert. Installiere cURL und aktiviere Blog2Social erneut."
1858
 
1859
- #: ../../plugins/blog2social-v-4-6/includes/System.php:64 ../..
1860
- #: /plugins/blog2social-v-4-6/includes/System.php:70
1861
  msgid ""
1862
  "Please see <a href=\"https://www.blog2social."
1863
  "com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
@@ -1867,7 +2035,7 @@ msgstr ""
1867
  "com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
1868
  "blog2social.html\" target=\"_blank\">FAQ</a>"
1869
 
1870
- #: ../../plugins/blog2social-v-4-6/includes/System.php:67
1871
  msgid ""
1872
  "Blog2Social used PHP. Your installed PHP version on your server is not high "
1873
  "enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
@@ -1876,7 +2044,7 @@ msgstr ""
1876
  "um Blog2Social zu nutzen. Aktualisere Deine PHP Version auf 5.5.3 oder höher."
1877
  " "
1878
 
1879
- #: ../../plugins/blog2social-v-4-6/includes/System.php:73
1880
  msgid ""
1881
  "Blog2Social seems to have no permission to write in your WordPress database. "
1882
  "Please make sure to assign Blog2Social the permission to write in the "
@@ -1886,7 +2054,7 @@ msgstr ""
1886
  "Bitte stelle sicher, dass Blog2Social das Recht eingeräumt wird, in Deine "
1887
  "Wordpress Datenbank zu schreiben."
1888
 
1889
- #: ../../plugins/blog2social-v-4-6/includes/System.php:76
1890
  msgid ""
1891
  "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
1892
  "requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find "
@@ -1896,27 +2064,27 @@ msgstr ""
1896
  "com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
1897
  "blog2social.html\" target=\"_blank\">Siehe FAQ</a>"
1898
 
1899
- #: ../../plugins/blog2social-v-4-6/views/b2s/dashboard.php:82
1900
  msgid "Couldn't find your answer?"
1901
  msgstr "Konntest Du Deine Antwort nicht finden?"
1902
 
1903
- #: ../../plugins/blog2social-v-4-6/views/b2s/dashboard.php:84
1904
  msgid "Contact Support by Email"
1905
  msgstr "Support-Team per E-Mail kontaktieren"
1906
 
1907
- #: ../../plugins/blog2social-v-4-6/views/b2s/dashboard.php:86
1908
  msgid "Call us: +49 2181 7569-277"
1909
  msgstr "Ruf' uns an: +49 2181 7569-277"
1910
 
1911
- #: ../../plugins/blog2social-v-4-6/views/b2s/dashboard.php:88
1912
  msgid "(Call times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
1913
  msgstr "(Anrufzeiten: Montags bis Freitag von 9:00 bis 17:00 MEZ)"
1914
 
1915
- #: ../../plugins/blog2social-v-4-6/views/b2s/howto.php:9
1916
  msgid "How to use Blog2Social"
1917
  msgstr "So nutzt Du Blog2Social"
1918
 
1919
- #: ../../plugins/blog2social-v-4-6/views/b2s/howto.php:17
1920
  msgid ""
1921
  "Learn how to get the most out of Blog2Social to promote your blog on social "
1922
  "media. Find step-by-step instructions and tips for FREE and PREMIUM users."
@@ -1925,66 +2093,54 @@ msgstr ""
1925
  "auf den Social Media zu bewerben. Siehe Dir dazu die Schritt-für-Schritt "
1926
  "Anleitung und Tipps für Free und Premium Nutzer an."
1927
 
1928
- #: ../../plugins/blog2social-v-4-6/views/b2s/howto.php:30
1929
  msgid "Do you need help?"
1930
  msgstr "Brauchst Du Unterstützung?"
1931
 
1932
- #: ../../plugins/blog2social-v-4-6/views/b2s/howto.php:32
1933
  msgid "Find answers to common questions in our FAQ."
1934
  msgstr "Finde Antworten zu häufig gestelle Fragen in umserem FAQ."
1935
 
1936
- #: ../../plugins/blog2social-v-4-6/views/b2s/howto.php:37
1937
  msgid "search FAQ"
1938
  msgstr "suchen"
1939
 
1940
- #: ../../plugins/blog2social-v-4-6/views/b2s/howto.php:41 ../..
1941
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/support.php:1
1942
  msgid "TOP 5 FAQ"
1943
  msgstr "TOP 5 FAQ"
1944
 
1945
- #: ../../plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:7
1946
- msgid "Edit Post"
1947
- msgstr "Beitrag bearbeiten"
1948
-
1949
- #: ../../plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:28
1950
- msgid "This post is blocked by %1"
1951
- msgstr "% 1bearbeitet gerade diesen Beitrag."
 
 
1952
 
1953
- #: ../../plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:59 ../..
1954
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:28
1955
  msgid "Delete"
1956
  msgstr "löschen"
1957
 
1958
- #: ../../plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:63
1959
- msgid "Change details"
1960
- msgstr "Änderungen übernehmen"
1961
-
1962
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:22 ../..
1963
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:23 ../../plugins/blog2social-
1964
- #: v-4-6/views/b2s/post.calendar.php:170 ../../plugins/blog2social-v-4-
1965
- #: 6/views/b2s/post.calendar.php:171 ../../plugins/blog2social-v-4-
1966
- #: 6/views/prg/post.php:25 ../../plugins/blog2social-v-4-6/views/prg/post.php:26 .
1967
- #: ./../plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:15 ../..
1968
- #: /plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:16
1969
- msgid "filter"
1970
- msgstr "Filter"
1971
-
1972
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:33 ../..
1973
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:36 ../../plugins/blog2social-
1974
- #: v-4-6/views/b2s/network.php:69 ../../plugins/blog2social-v-4-
1975
- #: 6/views/b2s/network.php:92
1976
  msgid "Create new profile"
1977
  msgstr "neues Profil erstellen"
1978
 
1979
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:35
1980
  msgid "You want to define a new combination of networks?"
1981
  msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
1982
 
1983
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:75
1984
  msgid "create"
1985
  msgstr "erstellen"
1986
 
1987
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:95
1988
  msgid ""
1989
  "All connected networks will be displayed as default \"Standard\" networks "
1990
  "profile.<br><br>You may define various sets of social media accounts, "
@@ -2024,81 +2180,123 @@ msgstr ""
2024
  "verschiedene Netzwerk-Profile noch schneller auf Deine verschiedenen "
2025
  "Netzwerk-Kombinationen zuzugreifen."
2026
 
2027
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:98
2028
  msgid "You want to add another network profile, pages or groups?"
2029
  msgstr ""
2030
  "Du möchtest ein weiteres Netzwerkprofil anlegen oder auf Seiten und Gruppen "
2031
  "posten?"
2032
 
2033
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:127
2034
  msgid "Delete Profile"
2035
  msgstr "Profil löschen"
2036
 
2037
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:130
2038
  msgid "Do you really want to delete this profile"
2039
  msgstr "Soll Dein Profil wirklich gelöscht werden?"
2040
 
2041
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:133 ../..
2042
- #: /plugins/blog2social-v-4-6/views/b2s/post.publish.php:74 ../..
2043
- #: /plugins/blog2social-v-4-6/views/b2s/post.sched.php:113 ../..
2044
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:80 ../..
2045
- #: /plugins/blog2social-v-4-6/views/prg/ship.php:92
2046
  msgid "NO"
2047
  msgstr "NEIN"
2048
 
2049
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:134 ../..
2050
- #: /plugins/blog2social-v-4-6/views/b2s/network.php:162 ../../plugins/blog2social-
2051
- #: v-4-6/views/b2s/post.publish.php:75 ../../plugins/blog2social-v-4-
2052
- #: 6/views/b2s/post.sched.php:114 ../../plugins/blog2social-v-4-
2053
- #: 6/views/b2s/widgets/posts.php:81
2054
  msgid "YES, delete"
2055
  msgstr "Ja, löschen"
2056
 
2057
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:144
2058
  msgid "Delete Authorization"
2059
  msgstr "Autorisierung löschen"
2060
 
2061
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:153
2062
  msgid "Do you really want to delete this authorization"
2063
  msgstr "Soll die Autorisierung wirklich löschen werden?"
2064
 
2065
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:156
2066
  msgid "You have still set up scheduled posts for this network:"
2067
  msgstr "Du hast noch ausstehende Veröffentlichungen für dieses Netzwerk geplant:"
2068
 
2069
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:157
2070
  msgid "scheduled posts"
2071
  msgstr "geplante Beiträge"
2072
 
2073
- #: ../../plugins/blog2social-v-4-6/views/b2s/network.php:163
2074
  msgid "View schedule posts for this profile"
2075
  msgstr "Gehe zu geplanten Beiträgen für dieses Profil."
2076
 
2077
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2078
  msgid "Sort by network"
2079
  msgstr "Nach Netzwerk sortieren"
2080
 
2081
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:78
 
2082
  msgid "add post"
2083
  msgstr "neuer Beitrag"
2084
 
2085
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:98 ../..
2086
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:460
 
2087
  msgid "Choose your"
2088
  msgstr "Wähle Deinen"
2089
 
2090
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:98 ../..
2091
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:460
 
2092
  msgid "Post Format"
2093
  msgstr "Postformat"
2094
 
2095
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:100 ../..
2096
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:462
 
2097
  msgid "for:"
2098
  msgstr "für:"
2099
 
2100
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:119 ../..
2101
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:477
 
2102
  msgid ""
2103
  "Define the default settings for the custom post format for all of your "
2104
  "Facebook accounts in the Blog2Social settings."
@@ -2106,8 +2304,9 @@ msgstr ""
2106
  "Definiere Dein Standard-Beitragsformat für alle Deine Facebook-Verbindungen "
2107
  "unter den Blog2Social Einstellungen."
2108
 
2109
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:122 ../..
2110
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:480
 
2111
  msgid ""
2112
  "Define the default settings for the custom post format for all of your "
2113
  "Twitter accounts in the Blog2Social settings."
@@ -2115,8 +2314,9 @@ msgstr ""
2115
  "Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen "
2116
  "unter den Blog2Social Einstellungen."
2117
 
2118
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:125 ../..
2119
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:483
 
2120
  msgid ""
2121
  "Define the default settings for the custom post format for all of your "
2122
  "Google+ accounts in the Blog2Social settings."
@@ -2124,8 +2324,9 @@ msgstr ""
2124
  "Definiere Dein Standard-Beitragsformat für alle Deine Google+ Verbindungen "
2125
  "unter den Blog2Social Einstellungen."
2126
 
2127
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:128 ../..
2128
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:486
 
2129
  msgid ""
2130
  "Define the default settings for the custom post format for all of your "
2131
  "Instagram accounts in the Blog2Social settings."
@@ -2133,27 +2334,28 @@ msgstr ""
2133
  "Definiere Dein Standard-Beitragsformat für alle Deine Instagram-Verbindungen "
2134
  "unter den Blog2Social Einstellungen."
2135
 
2136
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:143 ../..
2137
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:417
 
2138
  msgid "Select image for"
2139
  msgstr "Wähle Bild aus für"
2140
 
2141
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:162
2142
  msgid "Select a post"
2143
  msgstr "Beitrag auswählen"
2144
 
2145
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:209 ../..
2146
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:371
2147
  msgid "Need to schedule your posts?"
2148
  msgstr "Du möchtest Deine Beiträge planen?"
2149
 
2150
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:212 ../..
2151
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:374
2152
  msgid "Blog2Social Premium covers everything you need."
2153
  msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
2154
 
2155
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:216 ../..
2156
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:378
2157
  msgid ""
2158
  "You want to publish a post on a specific date? No problem! Just enter your "
2159
  "desired date and you are ready to go!"
@@ -2161,13 +2363,13 @@ msgstr ""
2161
  "Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? "
2162
  "Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
2163
 
2164
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:218 ../..
2165
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:380
2166
  msgid "Schedule post recurrently"
2167
  msgstr "Beitrag mehrfach planen"
2168
 
2169
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:219 ../..
2170
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:381
2171
  msgid ""
2172
  "You have evergreen content you want to re-share from time to time in your "
2173
  "timeline? Schedule your evergreen content to be shared once, multiple times "
@@ -2177,16 +2379,16 @@ msgstr ""
2177
  "möchtest? Plane Deinen Evergreen-Content einmalig, mehrfach oder "
2178
  "wiederholend zu verschiedenden Zeiten."
2179
 
2180
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:221 ../..
2181
- #: /plugins/blog2social-v-4-6/views/b2s/premium.php:78 ../../plugins/blog2social-
2182
- #: v-4-6/views/b2s/ship.php:383 ../../plugins/blog2social-v-4-
2183
- #: 6/views/b2s/widgets/premium.php:71 ../../plugins/blog2social-v-4-
2184
- #: 6/views/b2s/html/footer.phtml:191
2185
  msgid "Best Time Scheduler"
2186
  msgstr "Beste Zeiten Manager"
2187
 
2188
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:222 ../..
2189
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:384
2190
  msgid ""
2191
  "Whenever you publish a post, only a fraction of your followers will actually "
2192
  "see your post. Use the Blog2Social Best Times Scheduler to share your post "
@@ -2198,41 +2400,37 @@ msgstr ""
2198
  "Dein Beitrag zu den Besten Zeiten für jedes Netzwerk zu planen. Erhalte mehr "
2199
  "Reichweite und verlängere die Lebensdauer Deiner Beiträge."
2200
 
2201
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.publish.php:65 ../..
2202
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:71
2203
  msgid "Delete entries from the reporting"
2204
  msgstr "Einträge aus dem Reporting löschen"
2205
 
2206
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.publish.php:68 ../..
2207
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:74
2208
  msgid "You are sure, you want to delete entries from the reporting?"
2209
  msgstr "Bist Du sicher, dass Du Einträge aus dem Reporting löschen möchtest?"
2210
 
2211
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.publish.php:70 ../..
2212
- #: /plugins/blog2social-v-4-6/views/b2s/post.sched.php:109 ../..
2213
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:76
2214
  msgid "Number of entries"
2215
  msgstr "Anzahl der Einträge"
2216
 
2217
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.sched.php:76
2218
- msgid "Change Time"
2219
- msgstr "Zeitpunkt ändern"
2220
-
2221
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.sched.php:104
2222
  msgid "Delete entries form the scheduling"
2223
  msgstr "Einträge aus der Planung löschen"
2224
 
2225
- #: ../../plugins/blog2social-v-4-6/views/b2s/post.sched.php:107
2226
  msgid "You are sure, you want to delete entries from the scheduling?"
2227
  msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
2228
 
2229
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:9 ../..
2230
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:1
2231
  msgid "Your license: Blog2Social"
2232
  msgstr "Du nutzt Blog2Social"
2233
 
2234
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:21 ../..
2235
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:13
2236
  msgid ""
2237
  "Upgrade to Blog2Social Premium to schedule your posts for the best time, "
2238
  "once or recurringly with the Best Time Scheduler and post to pages, groups "
@@ -2242,47 +2440,47 @@ msgstr ""
2242
  "im Voraus planen, zur einmaligen oder wiederholten Veröffentlichung. Und Du "
2243
  "kannst auf Seiten, in Gruppen und mehreren Accounts pro Netzwerk posten."
2244
 
2245
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:22 ../..
2246
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:14
2247
  msgid "Learn more"
2248
  msgstr "mehr erfahren"
2249
 
2250
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:27 ../..
2251
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:19 ../..
2252
- #: /plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:24
2253
  msgid "Enter license key and change your version"
2254
  msgstr "Lizenzschlüssel eingeben und Version ändern"
2255
 
2256
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:29 ../..
2257
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:21 ../..
2258
- #: /plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:26
2259
  msgid "Activate"
2260
  msgstr "Aktivieren"
2261
 
2262
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:51
2263
  msgid "Social Media Sharing"
2264
  msgstr "Netzwerkauswahl"
2265
 
2266
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:52 ../..
2267
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:36
2268
  msgid "Cross-share to all popular social networks"
2269
  msgstr "Teilen von Blogbeiträgen auf allen Social Media"
2270
 
2271
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:60
2272
  msgid "Auto Posting"
2273
  msgstr "Auto-Posting"
2274
 
2275
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:61 ../..
2276
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:48
2277
  msgid "Automatically share your posts whenever you publish a new blog post"
2278
  msgstr "Blogbeiträge automatisch beim Veröffentlichen teilen"
2279
 
2280
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:69
2281
  msgid "Customizing Social Media Posts"
2282
  msgstr "Individualisieren"
2283
 
2284
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:70 ../..
2285
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:60
2286
  msgid ""
2287
  "Edit or add comments, hashtags or handles. Edit posts in HTML for re-"
2288
  "publishing on blogging networks"
@@ -2290,16 +2488,16 @@ msgstr ""
2290
  "Posting-Texte ergänzen mit Kommentaren, Hashtags oder Handles. HTML-Editor "
2291
  "für das Posten in Blog-Netzwerken"
2292
 
2293
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:79 ../..
2294
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:72
2295
  msgid "Choose pre-defined times to post or edit and define your own time settings"
2296
  msgstr "Optimaler Zeitpunkt zum Posten voreingestellt und anpassbar"
2297
 
2298
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:89
2299
  msgid "Social Media Scheduler"
2300
  msgstr "Veröffentlichungen planen"
2301
 
2302
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:90
2303
  msgid ""
2304
  "Social media scheduling: once, repeatedly or recurrently to multiple "
2305
  "profiles, pages and groups"
@@ -2307,95 +2505,95 @@ msgstr ""
2307
  "Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
2308
  "Gruppen posten"
2309
 
2310
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:98
2311
  msgid "Individual Images for Each Social Media Post"
2312
  msgstr "Individuelle Bilder für jeden Social Media Post"
2313
 
2314
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:99
2315
  msgid ""
2316
  "Select any image from your media gallery for each social media post and "
2317
  "channel"
2318
  msgstr "Wählen Sie beliebige Bilder für Ihre Social Media Posts"
2319
 
2320
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:107
2321
  msgid "Select Post Format"
2322
  msgstr "Beitragsformat auswählen"
2323
 
2324
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:108 ../..
2325
- #: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:96
2326
  msgid "One-page preview editor for all social networks for easy customizing"
2327
  msgstr ""
2328
  "Zentrale Vorschauseite für alle Social Media mit Editor für einfaches "
2329
  "Anpassen"
2330
 
2331
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:116
2332
  msgid "Social Media Reporting"
2333
  msgstr "Reporting"
2334
 
2335
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:117
2336
  msgid "Keep track of your scheduled and shared posts"
2337
  msgstr ""
2338
  "Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
2339
  "einfachen Aufrufen und erneuten Teilen"
2340
 
2341
- #: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:122
2342
  msgid "Show me plans and prices"
2343
  msgstr "Versionen und Preise anzeigen"
2344
 
2345
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:25
2346
  msgid "save..."
2347
  msgstr "speichere Daten..."
2348
 
2349
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:30
2350
  msgid "General"
2351
  msgstr "Allgemein"
2352
 
2353
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:36
2354
  msgid "Social Meta Data"
2355
  msgstr "Social Meta Angaben"
2356
 
2357
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:39
2358
  msgid "Best Time Settings"
2359
  msgstr "Zeit-Einstellungen"
2360
 
2361
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:42
2362
  msgid "Network Settings"
2363
  msgstr "Netzwerk-Einstellungen"
2364
 
2365
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:65 ../..
2366
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:439
2367
  msgid "My Time Settings"
2368
  msgstr "Meine Zeit-Einstellungen"
2369
 
2370
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:76
2371
  msgid "Reset predefined best time settings"
2372
  msgstr "Voreingestellte beste Zeiten zurücksetzen"
2373
 
2374
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:86
2375
  msgid "Post format"
2376
  msgstr "Beitragsformat"
2377
 
2378
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:96
2379
  msgid "Facebook"
2380
  msgstr "Facebook"
2381
 
2382
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:99
2383
  msgid "Twitter"
2384
  msgstr "Twitter"
2385
 
2386
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:102
2387
  msgid "Google+"
2388
  msgstr "Google+"
2389
 
2390
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:105
2391
  msgid "Instagram"
2392
  msgstr "Instagram"
2393
 
2394
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:205
2395
  msgid "Allow shortcodes in my post"
2396
  msgstr "berücksichtige Shortcodes in meinen Beiträgen"
2397
 
2398
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:208
2399
  msgid ""
2400
  "Shortcodes are used by some wordpress plugins like Elementor, Visual "
2401
  "Composer and Content Builder. When a shortcode is inserted in a WordPress "
@@ -2414,11 +2612,11 @@ msgstr ""
2414
  "den Inhalt durch ein Plugin zu ersetzen, das Du verwendet.<br><br> Aktiviere "
2415
  "diese Funktion, wenn Du dynamische Elemente in Deinen Beiträgen verwendest."
2416
 
2417
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:219
2418
  msgid "Include WordPress tags as hashtags in your posts"
2419
  msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
2420
 
2421
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:222
2422
  msgid ""
2423
  "Hashtags are a great way to generate more reach and visibility for your "
2424
  "posts. By activating this feature Blog2Social will automatically include "
@@ -2435,11 +2633,21 @@ msgstr ""
2435
  "Hinzufügen zusätzlicher Hashtags zu machen. Blog2Social löscht unnötige "
2436
  "Leerzeichen Deiner WordPress-Tags, um gültige Hashtags zu erstellen. \n"
2437
 
2438
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:247
 
 
 
 
 
 
 
 
 
 
2439
  msgid "Instant Caching for Facebook Link Posts"
2440
  msgstr "Instant Caching für Facebook Link-Beiträge"
2441
 
2442
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:250
2443
  msgid ""
2444
  "To make sure that Facebook always pulls the current meta data of your blog "
2445
  "post for link-posts, Blog2Social adds a \"no-cache=1\" parameter to the post "
@@ -2451,13 +2659,13 @@ msgstr ""
2451
  "Caching bei Facebook Link-Beiträgen den “no-cache=1” Parameter an die "
2452
  "Beitrags-URL. Dies ist notwendig, wenn Du varnish caching benutzt.\n"
2453
 
2454
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:252
2455
  msgid "Note: To use Facebook Instant Articles, this option must be disabled."
2456
  msgstr ""
2457
  "Achtung: Um Facebook Instant Artikel zu verwenden, muss diese Option "
2458
  "deaktiviert sein."
2459
 
2460
- #: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:268
2461
  msgid ""
2462
  "Blog2Social applies the scheduled time settings based on the time zone "
2463
  "defined in the general settings of your WordPress. You can select a user-"
@@ -2471,55 +2679,55 @@ msgstr ""
2471
  "für die Planung Deiner Social Media Posts festlegen. Wähle dazu die "
2472
  "gewünschte Zeitzone aus dem Drop-Down Menü."
2473
 
2474
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:29
2475
  msgid "Social Media Scheduling & Sharing"
2476
  msgstr "Beitrag auf Social Media planen und teilen"
2477
 
2478
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:40
2479
  msgid "scroll to bottom"
2480
  msgstr "zum Seitenende"
2481
 
2482
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:45
2483
  msgid "You want to load your time settings?"
2484
  msgstr "Du möchtest Deine Zeiten laden?"
2485
 
2486
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:46
2487
  msgid "Load My Time Settings"
2488
  msgstr "Meine Zeit-Einstellungen laden"
2489
 
2490
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:52
2491
  msgid "Load Best Time Scheduler"
2492
  msgstr "Beste Zeiten laden"
2493
 
2494
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:85
2495
  msgid "Social Accounts"
2496
  msgstr "Social Media Konten"
2497
 
2498
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:103
2499
  msgid "Add more..."
2500
  msgstr "mehr hinzufügen"
2501
 
2502
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:105
2503
  msgid "Profiles | Pages | Groups"
2504
  msgstr "Profile | Seiten | Gruppen"
2505
 
2506
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:127
2507
  msgid "Save Network Selection"
2508
  msgstr "Netzwerkauswahl speichern"
2509
 
2510
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:136
2511
  msgid "network connected"
2512
  msgstr "Netzwerk verbunden"
2513
 
2514
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:137
2515
  msgid "requires image"
2516
  msgstr "Bild benötigt"
2517
 
2518
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:138
2519
  msgid "refresh authorization"
2520
  msgstr "Autorisierung aktualisieren"
2521
 
2522
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:161
2523
  msgid ""
2524
  "Notice:<br><p>Please make sure, that your website address is reachable. The "
2525
  "Social Networks do not allow postings from local installations.</p>"
@@ -2528,46 +2736,46 @@ msgstr ""
2528
  "erreichbar ist. Die sozialen Netzwerke erlauben keine Posts von lokalen "
2529
  "Installationen.</p>"
2530
 
2531
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:163
2532
  msgid "change website address"
2533
  msgstr "Webseiten-Adresse ändern"
2534
 
2535
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:180
2536
  msgid "First, connect or select network before posting"
2537
  msgstr ""
2538
  "Verbinde Dich zuerst mit einem Netzwerk oder wähle ein Netzwerk aus, bevor "
2539
  "Du den Beitrag teilst!"
2540
 
2541
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:182
2542
  msgid "connect"
2543
  msgstr "Jetzt mit Netzwerken verbinden"
2544
 
2545
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:190
2546
  msgid "scroll to top"
2547
  msgstr "zum Seitenanfang"
2548
 
2549
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:191 ../..
2550
- #: /plugins/blog2social-v-4-6/views/b2s/ship.php:195
2551
  msgid "Share"
2552
  msgstr "Teilen"
2553
 
2554
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:204
2555
  msgid "Time zone"
2556
  msgstr "Zeitzone"
2557
 
2558
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:220
2559
  msgid "Share new post on Social Media"
2560
  msgstr "Teile einen neuen Beitrag auf Social Media"
2561
 
2562
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:242
2563
  msgid "Connect for"
2564
  msgstr "Netzwerke verbinden für"
2565
 
2566
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:258
2567
  msgid "Time Scheduling"
2568
  msgstr "Zeitplanung"
2569
 
2570
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:262
2571
  msgid ""
2572
  "You have not yet defined personal time settings. To edit personal time "
2573
  "settings click on the Blog2Social Settings on the left-hand menu and select "
@@ -2579,11 +2787,11 @@ msgstr ""
2579
  "Menü von Blog2Social und wähle die \"Zeit-Einstellungen\" aus. Dort kannst Du "
2580
  "die voreingestellten besten Zeiten verändern."
2581
 
2582
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:275
2583
  msgid "Re-share this Post"
2584
  msgstr "Diesen Beitrag nochmal teilen"
2585
 
2586
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:278
2587
  msgid ""
2588
  "You can re-share your post for a different sharing purpose, or to share on a "
2589
  "different choice of networks, profiles, pages or groups, or with different "
@@ -2608,15 +2816,15 @@ msgstr ""
2608
  "auf \"Diesen Beitrag erneut teilen\" und Du wirst erneut zur Vorschau geführt, "
2609
  "wo Deine Netzwerke, Texte und Bilder auswählen oder variieren kannst. "
2610
 
2611
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:281
2612
  msgid "You want re-share your blog post?"
2613
  msgstr "Du möchtest Deinen Beitrag erneut teilen?"
2614
 
2615
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:309
2616
  msgid "Save Network Settings"
2617
  msgstr "Netzwerkeinstellungen speichern"
2618
 
2619
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:312
2620
  msgid ""
2621
  "You can save your current network settings as \"Standard\" network settings "
2622
  "for any future sharing activities or as a \"Profile\" to choose from (Premium)."
@@ -2648,56 +2856,56 @@ msgstr ""
2648
  "zur Vorschau geführt, wo Du Deine Netzwerke, Texte und Bilder wählen oder "
2649
  "variieren kannst. "
2650
 
2651
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:324
2652
  msgid "Your blog post is not yet published on your Wordpress!"
2653
  msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
2654
 
2655
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:327
2656
  msgid "At least one of your selected networks is set to \"Share Now\""
2657
  msgstr "Mindestens ein Netzwerk wurde mit der Option \"Sofort teilen\" ausgewählt."
2658
 
2659
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:331
2660
  msgid "Schedule your post"
2661
  msgstr "Beitrag planen"
2662
 
2663
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:334
2664
  msgid "Ignore & share"
2665
  msgstr "Ignorieren & teilen"
2666
 
2667
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:509
2668
  msgid "add Schedule"
2669
  msgstr "neuer Termin"
2670
 
2671
- #: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:520
2672
  msgid "Give me more information"
2673
  msgstr "Erhalte mehr Infomationen"
2674
 
2675
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/activity.php:5
2676
  msgid "Your activity"
2677
  msgstr "Deine Aktivität"
2678
 
2679
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/activity.php:8
2680
  msgid "Show activity starting from"
2681
  msgstr "Zeige Aktivität ab"
2682
 
2683
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/activity.php:13
2684
  msgid "published social media posts"
2685
  msgstr "veröffentlichte Beiträge"
2686
 
2687
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/calendar.php:1 ../..
2688
- #: /plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:10
2689
  msgid "Calendar"
2690
  msgstr "Kalender"
2691
 
2692
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/newsletter.php:4
2693
  msgid "Get news and updates for promoting your blog on social media"
2694
  msgstr "Aktuelle Infos zur Blog-Promotion auf Social Media"
2695
 
2696
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/newsletter.php:10
2697
  msgid "Get updates"
2698
  msgstr "Updates erhalten"
2699
 
2700
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/newsletter.php:12
2701
  msgid ""
2702
  "We hate spam, too. We will never sell your email address to any other "
2703
  "company or for any other purpose."
@@ -2705,32 +2913,32 @@ msgstr ""
2705
  "Wir mögen auch keinen Spam. Deine E-Mail-Adresse werden wir weder verkaufen "
2706
  "noch anderweitig zweckentfremden. "
2707
 
2708
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/newsletter.php:16
2709
  msgid "You have already subscribed to the newsletter. Awesome!"
2710
  msgstr "Du hast Dich schon für den Newsletter angemeldet! Prima!"
2711
 
2712
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:19
2713
  msgid "Latest Posts"
2714
  msgstr "letzte Beiträge"
2715
 
2716
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:31 ../..
2717
- #: /plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:7
2718
  msgid "Scheduled Posts"
2719
  msgstr "geplante Beiträge"
2720
 
2721
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:35
2722
  msgid "Network Choice"
2723
  msgstr "Netzwerkauswahl"
2724
 
2725
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:59
2726
  msgid "Custom Sharing"
2727
  msgstr "Individualisieren"
2728
 
2729
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:83
2730
  msgid "Custom Scheduling"
2731
  msgstr "Veröffentlichungen planen"
2732
 
2733
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:84
2734
  msgid ""
2735
  "Unlimited scheduling options: once, repeatedly or recurringly to multiple "
2736
  "profiles, pages and groups"
@@ -2738,15 +2946,15 @@ msgstr ""
2738
  "Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
2739
  "Gruppen posten"
2740
 
2741
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:95
2742
  msgid "One-Step Workflow"
2743
  msgstr "One-Step Workflow"
2744
 
2745
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:107
2746
  msgid "Reporting"
2747
  msgstr "Veröffentlichungen anzeigen"
2748
 
2749
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:108
2750
  msgid ""
2751
  "All scheduled and published social media posts with direct links for easy "
2752
  "access or re-sharing"
@@ -2754,20 +2962,20 @@ msgstr ""
2754
  "Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
2755
  "einfachen Aufrufen und erneuten Teilen"
2756
 
2757
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:115
2758
  msgid "Unlock Premium"
2759
  msgstr "Premium freischalten"
2760
 
2761
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/support.php:9
2762
  msgid "more FAQ"
2763
  msgstr "mehr FAQ"
2764
 
2765
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/tutorial.php:1 ../..
2766
- #: /plugins/blog2social-v-4-6/views/b2s/html/service.phtml:4
2767
  msgid "How to work with Blog2Social"
2768
  msgstr "So arbeitest Du mit Blog2Social"
2769
 
2770
- #: ../../plugins/blog2social-v-4-6/views/b2s/widgets/tutorial.php:2
2771
  msgid ""
2772
  "Learn how to get the most out of Blog2Social to promote your blog on social "
2773
  "media."
@@ -2775,11 +2983,11 @@ msgstr ""
2775
  "Du erfährst, wie Du Blog2Social optimal nutzt, um Deinen Blog auf Social "
2776
  "Media zu promoten."
2777
 
2778
- #: ../../plugins/blog2social-v-4-6/views/notice.php:12
2779
  msgid "Connection is broken..."
2780
  msgstr "Vebindung ist unterbrochen..."
2781
 
2782
- #: ../../plugins/blog2social-v-4-6/views/notice.php:14
2783
  msgid ""
2784
  "The connection to your server has been interrupted. Please make sure that "
2785
  "your blog is reachable. If your server does not respond or is too slow, "
@@ -2792,73 +3000,73 @@ msgstr ""
2792
  "nicht mit dem internet verbinden. Versuche es später erneut oder kontaktiere "
2793
  "Deinen Webmaster, wenn dieser Fehler erneut erscheint."
2794
 
2795
- #: ../../plugins/blog2social-v-4-6/views/notice.php:17
2796
  msgid "Update..."
2797
  msgstr "Aktualisierung..."
2798
 
2799
- #: ../../plugins/blog2social-v-4-6/views/notice.php:19
2800
  msgid ""
2801
  "<b> A new version of Blog2Social is available. </b> Update now <br> "
2802
  "Blog2Social to continue to use the latest version of the plugin."
2803
  msgstr "<b> Eine neue Version von Blog2Social ist verfügbar </b>"
2804
 
2805
- #: ../../plugins/blog2social-v-4-6/views/notice.php:23
2806
  msgid "Update Blog2Social"
2807
  msgstr "Aktualisiere Blog2Social"
2808
 
2809
- #: ../../plugins/blog2social-v-4-6/views/notice.php:26
2810
  msgid "Unknown error"
2811
  msgstr "Unbekannter Fehler"
2812
 
2813
- #: ../../plugins/blog2social-v-4-6/views/notice.php:28
2814
  msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
2815
  msgstr ""
2816
  "<b> Ein unbekannter Fehler ist aufgetreten. </b> <br> Bitte kontaktiere "
2817
  "unseren Support."
2818
 
2819
- #: ../../plugins/blog2social-v-4-6/views/prg/login.php:14
2820
  msgid "Login failed. Please check your username and a password!"
2821
  msgstr ""
2822
  " Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfe Deinen "
2823
  "Benutzernamen und Dein Password!"
2824
 
2825
- #: ../../plugins/blog2social-v-4-6/views/prg/login.php:20
2826
  msgid "Login failed. Please check your server settings. OpenSSL must be enabled on."
2827
  msgstr ""
2828
  " Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfen Deine "
2829
  "Server-Einstellungen. OpenSSL muss aktiviert sein. "
2830
 
2831
- #: ../../plugins/blog2social-v-4-6/views/prg/login.php:23
2832
  msgid "E-Mail or Username"
2833
  msgstr "E-Mail oder Benutzername"
2834
 
2835
- #: ../../plugins/blog2social-v-4-6/views/prg/login.php:24
2836
  msgid "Password"
2837
  msgstr "Passwort"
2838
 
2839
- #: ../../plugins/blog2social-v-4-6/views/prg/login.php:27
2840
  msgid "Sign in"
2841
  msgstr "Anmelden"
2842
 
2843
- #: ../../plugins/blog2social-v-4-6/views/prg/login.php:29
2844
  msgid "create account"
2845
  msgstr "neues Konto erstellen"
2846
 
2847
- #: ../../plugins/blog2social-v-4-6/views/prg/login.php:29
2848
  msgid "reset password"
2849
  msgstr "Passwort zurücksetzen"
2850
 
2851
- #: ../../plugins/blog2social-v-4-6/views/prg/login.php:35
2852
  msgid "Test PR-Gateway for free"
2853
  msgstr "PR-Gateway kostenlos und unverbindlich testen"
2854
 
2855
- #: ../../plugins/blog2social-v-4-6/views/prg/login.php:36
2856
  msgid "1x publish press release <br> 1x publish report <br> 1x promote event"
2857
  msgstr ""
2858
  "1 x Pressemitteilung veröffentlichen <br> 1 x Report abrufen <br>1 x "
2859
  "Veranstaltung bewerben"
2860
 
2861
- #: ../../plugins/blog2social-v-4-6/views/prg/login.php:38
2862
  msgid ""
2863
  "The press distribution PR gateway automatically publish your press releases "
2864
  "and events with one click.Publish your message over 250 portals."
@@ -2870,32 +3078,32 @@ msgstr ""
2870
  "internationalen und regionalen Portalen, Social Media und Dokumenten-"
2871
  "Netzwerken."
2872
 
2873
- #: ../../plugins/blog2social-v-4-6/views/prg/login.php:41
2874
  msgid "Start your 14-Day Free Trial"
2875
  msgstr "Jetzt kostenlos testen"
2876
 
2877
- #: ../../plugins/blog2social-v-4-6/views/prg/ship.php:34
2878
  msgid "Select Image"
2879
  msgstr "Bild auswählen"
2880
 
2881
- #: ../../plugins/blog2social-v-4-6/views/prg/ship.php:45 ../..
2882
- #: /plugins/blog2social-v-4-6/views/prg/ship.php:47
2883
  msgid "Copyright"
2884
  msgstr "Copyright"
2885
 
2886
- #: ../../plugins/blog2social-v-4-6/views/prg/ship.php:66
2887
  msgid "Save As Draft"
2888
  msgstr "als Entwurf speichern"
2889
 
2890
- #: ../../plugins/blog2social-v-4-6/views/prg/ship.php:67
2891
  msgid "Publish"
2892
  msgstr "Veröffentlichen"
2893
 
2894
- #: ../../plugins/blog2social-v-4-6/views/prg/ship.php:85
2895
  msgid "Please Note"
2896
  msgstr "Hinweis"
2897
 
2898
- #: ../../plugins/blog2social-v-4-6/views/prg/ship.php:88
2899
  msgid ""
2900
  "It may incur charges for publishing on PR-Gateway. Sent press releases can "
2901
  "not be withdrawn. If you want your press release to be published now?"
@@ -2905,43 +3113,43 @@ msgstr ""
2905
  "Pressemitteilungen können nicht mehr zurückgenommen werden. Soll Deine "
2906
  "Pressemitteilung jetzt versendet werden?"
2907
 
2908
- #: ../../plugins/blog2social-v-4-6/views/prg/ship.php:91
2909
  msgid "Yes, I accept"
2910
  msgstr "Ja,einverstanden"
2911
 
2912
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:4
2913
  msgid "Terms"
2914
  msgstr "Agbs"
2915
 
2916
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:4
2917
  msgid "We never store your data from your social media profiles."
2918
  msgstr "Wir speichern keine persönlichen Daten Deiner Social Media Profile."
2919
 
2920
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:8 ../..
2921
- #: /plugins/blog2social-v-4-6/views/prg/html/footer.phtml:8 ../..
2922
- #: /plugins/blog2social-v-4-6/views/prg/html/header.phtml:40
2923
  msgid "Post"
2924
  msgstr "Beitrag"
2925
 
2926
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:9 ../..
2927
- #: /plugins/blog2social-v-4-6/views/prg/html/footer.phtml:9
2928
  msgid "Job"
2929
  msgstr "Stellenanzeige"
2930
 
2931
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:10 ../..
2932
- #: /plugins/blog2social-v-4-6/views/prg/html/footer.phtml:10
2933
  msgid "Event"
2934
  msgstr "Veranstaltung"
2935
 
2936
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:22
2937
  msgid "Upgrade to Blog2Social for Premium"
2938
  msgstr "Jetzt auf Blog2Social PREMIUM upgraden "
2939
 
2940
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:52
2941
  msgid "Upgrade to Blog2Social for PREMIUM PRO"
2942
  msgstr "Jetzt auf Blog2Social PREMIUM PRO upgraden "
2943
 
2944
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:55
2945
  msgid ""
2946
  "You can select different combinations of networks and save them for "
2947
  "different sharing purposes."
@@ -2949,7 +3157,7 @@ msgstr ""
2949
  "Du kannst für verschiedene Social Media Aktivitäten oder Kampagnen eine "
2950
  "passende Kombination von Netzwerken anlegen und speichern."
2951
 
2952
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:58
2953
  msgid ""
2954
  "With Blog2Social Premium PRO you can save your preferred network "
2955
  "combinations for future reference and choose individual names for each "
@@ -2969,11 +3177,11 @@ msgstr ""
2969
  "mehrere Social Media Profile, Seiten und Gruppen eines Netzwerks in einer "
2970
  "Kombination verbinden."
2971
 
2972
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:61
2973
  msgid "With Blog2Social PREMIUM PRO you can also:"
2974
  msgstr "Mit blog2Social Premium PRO kannst Du außerdem:"
2975
 
2976
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:63
2977
  msgid ""
2978
  "Post on LinkedIn pages, XING pages and groups, as well as Facebook and "
2979
  "Google+ pages and groups"
@@ -2981,7 +3189,7 @@ msgstr ""
2981
  "Auf LinkedIn-Seiten, auf XING-Seiten und -Gruppen, sowie auf Seiten und "
2982
  "Gruppen in Facebook und Google+ posten"
2983
 
2984
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:65
2985
  msgid ""
2986
  "Schedule your posts at the best times on each network: for one time, "
2987
  "multiple times or recurrently"
@@ -2989,7 +3197,7 @@ msgstr ""
2989
  "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
2990
  "oder nach einem regelmäßigen Muster"
2991
 
2992
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:68
2993
  msgid ""
2994
  "Reporting and calendar: keep track of your published and scheduled social "
2995
  "media posts"
@@ -2997,11 +3205,11 @@ msgstr ""
2997
  "Mit dem Reporting & Kalender Deine bereits veröffentlichten und geplanten "
2998
  "Social Media Post im Blick behalten."
2999
 
3000
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:75
3001
  msgid "Activate Blog2Social PREMIUM PRO."
3002
  msgstr "Aktiviere Blog2Social PREMIUM PRO. "
3003
 
3004
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:77
3005
  msgid ""
3006
  "With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as "
3007
  "well as XING groups."
@@ -3009,37 +3217,37 @@ msgstr ""
3009
  "Mit Blog2Social Premium PRO kannst Du auf Seiten in LinkedIn und XING und in "
3010
  "XING-Gruppen posten."
3011
 
3012
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:80
3013
  msgid "Also included:"
3014
  msgstr "Außerdem inklusive"
3015
 
3016
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:82
3017
  msgid "Social media auto-posting and auto-scheduling"
3018
  msgstr "Blogbeiträge auto-posten und auto-planen"
3019
 
3020
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:83
3021
  msgid "Posting to social media pages and groups in Facebook and Google+"
3022
  msgstr "Posten auf Social Media Seiten und in Gruppen bei Facebook and Google+ "
3023
 
3024
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:84
3025
  msgid "Sharing on multiple accounts per network"
3026
  msgstr "Posten in mehreren Accounts pro Netzwerk"
3027
 
3028
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:85
3029
  msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
3030
  msgstr ""
3031
  "Beste Zeiten Manager: Veröffentlichungen einmal, mehrmals oder regelmäßig "
3032
  "planen"
3033
 
3034
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:86
3035
  msgid "Reporting with links to already published posts"
3036
  msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
3037
 
3038
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:101
3039
  msgid "Select the preferred custom post format for your posts"
3040
  msgstr "Entscheide Dich für das passende Format für Deine Social Media Posts"
3041
 
3042
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:106
3043
  msgid ""
3044
  "You can define your preferred custom post format Twitter, Facebook and "
3045
  "Google +. Select link post or photo post format:"
@@ -3047,7 +3255,7 @@ msgstr ""
3047
  "Für Facebook, Twitter und Google + kannst Du Dein bevorzugtes Post-Format "
3048
  "standardmäßig festlegen. Wähle das Link-Post- oder das Foto-Post-Format:"
3049
 
3050
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:111
3051
  msgid ""
3052
  "The link post format displays posts title, link address and the first one or "
3053
  "two sentences of the post. The networks scan this information from your META "
@@ -3071,7 +3279,7 @@ msgstr ""
3071
  "Deinen Blogbeitrag. Bitte beachte: Bei Google + können nur Bilder, die im "
3072
  "Blogbeitrag enthalten sind, für Link-Posts ausgewählt werden. \n"
3073
 
3074
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:123
3075
  msgid ""
3076
  "For Instagram, you can select \"image with frame\" or \"image cut out\" as your "
3077
  "preferred custom post format."
@@ -3079,19 +3287,19 @@ msgstr ""
3079
  "Du kannst für Instagram zwischen \"Bild mit Rahmen\" umd \"Bild "
3080
  "ausgeschnitten\" als Dein bevorzugtes Beitragsformat auswählen."
3081
 
3082
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:173
3083
  msgid "Did you miss something?"
3084
  msgstr "Was vermisst Du?"
3085
 
3086
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:176
3087
  msgid "Help us make Blog2Social even better!"
3088
  msgstr "Helfe uns Blog2Social besser zu machen!"
3089
 
3090
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:180
3091
  msgid "submit"
3092
  msgstr "senden"
3093
 
3094
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:194
3095
  msgid ""
3096
  "Blog2Social provides you with a ready-to-use best time scheduler based on "
3097
  "current research on the best times to post on each social network."
@@ -3099,7 +3307,7 @@ msgstr ""
3099
  "Blog2Social stellt Dir ein vordefiniertes Zeitschema für die besten Zeiten "
3100
  "zum Teilen auf den verschiedenen Social Media Kanälen zur Verfügung."
3101
 
3102
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:196
3103
  msgid ""
3104
  "Click Best Time Scheduler in the preview editor to schedule your posts "
3105
  "automatically for the best times to post on each social network."
@@ -3108,7 +3316,7 @@ msgstr ""
3108
  "Click \"Best Time Scheduler\" in the preview editor to schedule your posts "
3109
  "automatically for the best times to post on each social network."
3110
 
3111
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:198
3112
  msgid ""
3113
  "You can also define your own personal time settings for posting, if you know "
3114
  "which times work best for your communities. Edit the pre-filled times in the "
@@ -3118,7 +3326,7 @@ msgstr ""
3118
  "eingetragenen Zeiten in den allgemeinen Einstellungen, die Du ändern "
3119
  "möchtest und klicke \"speichern\"."
3120
 
3121
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:200
3122
  msgid ""
3123
  "Click My Time Settings in the preview editor to schedule your posts with "
3124
  "your personal best time settings."
@@ -3126,7 +3334,7 @@ msgstr ""
3126
  "Klicke \"Meine Zeit-Einstellungen\" im Vorschau-Editor, um Deine Social Media "
3127
  "Posts zu Deinen persönlichen Zeit-Einstellungen zu planen."
3128
 
3129
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:202
3130
  msgid ""
3131
  "You can always edit the predefined times in the preview editor for any post "
3132
  "or network and save your new settings as default for future use."
@@ -3135,7 +3343,7 @@ msgstr ""
3135
  "jedes Netzwerk jederzeit individuell ändern oder neu definieren und für alle "
3136
  "zukünftigen Beiträge abspeichern. "
3137
 
3138
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:204
3139
  msgid ""
3140
  "Blog2Social will also apply your personal time settings, if you enable the "
3141
  "Social Media Auto-Poster and select auto-post at scheduled times. "
@@ -3144,11 +3352,11 @@ msgstr ""
3144
  "das Social Media Auto-Posting nutzt und die Veröffentlichung zu geplanten "
3145
  "Zeiten auswählst."
3146
 
3147
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:237
3148
  msgid "b2s.pm Link Shortener"
3149
  msgstr "b2s.pm Linkverkürzer"
3150
 
3151
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:240
3152
  msgid ""
3153
  "The Blog2Social Shortener converts and publishes your links with a short URL "
3154
  "on the social networks.<br>If you choose this option, you avoid that re-"
@@ -3175,16 +3383,27 @@ msgstr ""
3175
  "den verschiedenen Social Media geklickt, gelikt oder geteilt wurde. <br>Sie "
3176
  "können den b2s.pm Shortener deaktivieren, um Ihre eigene URL anzuzeigen."
3177
 
3178
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:313
 
 
 
 
 
 
 
 
 
 
 
3179
  msgid "Social Meta Tags Settings"
3180
  msgstr "Meta Tag Einstellungen"
3181
 
3182
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:316 ../..
3183
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:397
3184
  msgid "Change image, title and description for your post on this network"
3185
  msgstr "Bild, Titel und Beschreibung des Blogbeitrags ändern"
3186
 
3187
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:322
3188
  msgid ""
3189
  "Facebook has changed its policy for posting link posts via plugins or web "
3190
  "applications. Facebook does no longer display the featured or selected image "
@@ -3207,7 +3426,7 @@ msgstr ""
3207
  "Bitte stelle sicher, dass das ausgewählte Bild die Voraussetzungen für die "
3208
  "Bildgrößen auf Facebook erfüllt."
3209
 
3210
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:324
3211
  msgid ""
3212
  "With Blog2Social you can select a featured image or any image you select to "
3213
  "be displayed with your link post. Blog2Social will automatically write the "
@@ -3227,7 +3446,7 @@ msgstr ""
3227
  "der Beitragsvorschau an Bilder, Titel und Beschreibung vornimmst, nicht "
3228
  "übernimmt. "
3229
 
3230
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:327
3231
  msgid ""
3232
  "Twitter has changed its policy for posting link posts via plugins or web "
3233
  "applications. Twitter does no longer display the featured or selected image "
@@ -3249,7 +3468,7 @@ msgstr ""
3249
  "werden diese nicht angezeigt. Bitte stelle sicher, dass das ausgewählte Bild "
3250
  "die Voraussetzungen für die Bildgrößen auf Twitter erfüllt."
3251
 
3252
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:329
3253
  msgid ""
3254
  "With Blog2Social you can select a featured image or any image you select to "
3255
  "be displayed with your link post. Blog2Social will automatically write the "
@@ -3269,7 +3488,7 @@ msgstr ""
3269
  "Änderungen, die Du in der Beitragsvorschau an Bilder, Titel und Beschreibung "
3270
  "vornimmst, nicht übernimmt. \n"
3271
 
3272
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:332
3273
  msgid ""
3274
  "You can change the image, title and description for your post on Facebook, "
3275
  "by editing the following fields for"
@@ -3277,17 +3496,17 @@ msgstr ""
3277
  "Du kannst das Bild, den Titel und die Beschreibung für Deinen Post auf "
3278
  "Facebook über die folgenden Felder ändern:"
3279
 
3280
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:335 ../..
3281
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:350
3282
  msgid "image"
3283
  msgstr "Bild"
3284
 
3285
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:337 ../..
3286
- #: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:352
3287
  msgid "description"
3288
  msgstr "Beschreibung"
3289
 
3290
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:339
3291
  msgid ""
3292
  "Blog2Social will automatically write these information in the Facebook Open "
3293
  "Graph (OG) Meta Tags for Image, Title and Description of your blog post."
@@ -3296,7 +3515,7 @@ msgstr ""
3296
  "Graph (OG) Meta Tag Parameter Deines Blogbeitrags für Image, Title und "
3297
  "Description."
3298
 
3299
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:342
3300
  msgid ""
3301
  "Please note: If this post has already been shared or scheduled previously, "
3302
  "your current changes will also affect the look of previously shared or "
@@ -3309,7 +3528,7 @@ msgstr ""
3309
  "Meta Tag Parameter Deiner Beitragsseite zieht und alle vorhandenen Beiträge "
3310
  "mit diesen Informationen automatisch aktualisiert."
3311
 
3312
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:344
3313
  #, php-format
3314
  msgid ""
3315
  "Please note: Your changes will have no effect on your social media posts on "
@@ -3320,7 +3539,7 @@ msgstr ""
3320
  "berücksichtigt werden, wenn Du in den Blog2Social Meta Tag<a target=\"_blank\" "
3321
  "href=\"%s\">Einstellungen</a>, die Meta Tag Funktion manuell deaktiviert hast."
3322
 
3323
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:347
3324
  msgid ""
3325
  "You can change the image, title and description for your post on Twitter, by "
3326
  "editing the following fields for"
@@ -3328,7 +3547,7 @@ msgstr ""
3328
  "Du kannst das Bild, den Titel und die Beschreibung für Deinen Post auf "
3329
  "Twitter über die folgenden Felder ändern:"
3330
 
3331
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:354
3332
  msgid ""
3333
  "Blog2Social will automatically write these information in the Twitter Card "
3334
  "Meta Tags for Image, Title and Description of your blog post."
@@ -3336,7 +3555,7 @@ msgstr ""
3336
  "Blog2Social übergibt diese Informationen automatisch an die Twitter Card "
3337
  "Meta Tag Parameter Deines Blogbeitrags für Image, Title und Description."
3338
 
3339
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:357
3340
  msgid ""
3341
  "Please note: If this post has already been shared or scheduled previously, "
3342
  "your current changes will also affect the look of previously shared or "
@@ -3351,7 +3570,7 @@ msgstr ""
3351
  "bereits geteilt hast, kann es bis zu 7 Tagen dauern, bis Twitter die "
3352
  "Änderungen aktualisiert. "
3353
 
3354
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:359
3355
  #, php-format
3356
  msgid ""
3357
  "Please note: Your changes will have no effect on your social media posts on "
@@ -3363,11 +3582,11 @@ msgstr ""
3363
  "target=\"_blank\" href=\"%s\">Einstellungen </a> die Meta Tag Funktion manuell "
3364
  "deaktiviert hast."
3365
 
3366
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:366
3367
  msgid "You want to change the image, title and description for your post?"
3368
  msgstr "Du möchtest Dein Bild, Titel und Beschreibung für diesen Beitrag ändern?"
3369
 
3370
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:402
3371
  msgid ""
3372
  "You are currently sharing this post as image post. Changes to title and "
3373
  "description Meta Tag parameters will only be supported for link post formats."
@@ -3379,7 +3598,7 @@ msgstr ""
3379
  "Format unterstützt. Bitte ändere das Post Format in Linkbeitrag, um "
3380
  "Änderungen am Titel und der Beschreibung für die Postvorschau vorzunehmen."
3381
 
3382
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:405
3383
  #, php-format
3384
  msgid ""
3385
  "Your changes will have no effect on your social media posts on Facebook, if "
@@ -3390,7 +3609,7 @@ msgstr ""
3390
  "Du Meta Tag Einstellungen für Facebook unter den Blog2Social <a "
3391
  "target=\"_blank\" href=\"%s\">Einstellungen</a> deaktiviert hast."
3392
 
3393
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:408
3394
  #, php-format
3395
  msgid ""
3396
  "Your changes will have no effect on your social media posts on Twitter, if "
@@ -3401,7 +3620,7 @@ msgstr ""
3401
  "Du Meta Tag Einstellungen für Twitter unter den Blog2Social <a "
3402
  "target=\"_blank\" href=\"%s\">Einstellungen</a> deaktiviert hast."
3403
 
3404
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:26
3405
  msgid ""
3406
  "To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
3407
  "Our support assists you as of PHP version 5.5.3. See also:"
@@ -3410,31 +3629,31 @@ msgstr ""
3410
  "höher benötigt. Unser Support unterstützt Dich ab PHP Version 5.5.3. Siehe "
3411
  "auch:"
3412
 
3413
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:27
3414
  msgid "Technical requirements for Blog2Social"
3415
  msgstr "Technische Vorraussetzungen für Blog2Social"
3416
 
3417
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:34
3418
  msgid "Thank you. You'll now receive the blog updates from Blog2Social."
3419
  msgstr "Vielen Dank. Ab sofort erhältest Du die Blog-Updates von Blog2Social."
3420
 
3421
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:52
3422
  msgid "Autoposter limit has been reached"
3423
  msgstr "Das Autoposter-Limit wurde erreicht"
3424
 
3425
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:52
3426
  msgid "Your daily limit for posting automatically has been reached."
3427
  msgstr "Dein tägliche Limit für das automatische Veröffentlichen wurde erreicht."
3428
 
3429
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:59
3430
  msgid "You have clear all page and post meta data successful."
3431
  msgstr "Alle Seiten und Beitrags Metangaben sind gelöscht."
3432
 
3433
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:64
3434
  msgid "The page and post meta data could not be removed."
3435
  msgstr "Die Seiten und Beitrags Metangaben können nicht gelöscht werden."
3436
 
3437
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:70
3438
  msgid ""
3439
  "You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta "
3440
  "tags from Yoast SEO."
@@ -3442,7 +3661,20 @@ msgstr ""
3442
  "Du hast Yoast SEO aktiviert. Blog2Social Meta Tags überschreibt die "
3443
  "Metaangaben von Yoast SEO nun."
3444
 
3445
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:82
 
 
 
 
 
 
 
 
 
 
 
 
 
3446
  msgid ""
3447
  "You currently have both Blog2Social Social Meta Tags and Facebook Open Graph,"
3448
  " Google+ and Twitter Card Tags plugins active. This is no recommended. "
@@ -3454,77 +3686,60 @@ msgstr ""
3454
  "deaktiviere die Facebook Open Graph, Google+ and Twitter Card Tags "
3455
  "Einstellungen."
3456
 
3457
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:89
3458
  msgid "This entry could not be removed. It's not yours!"
3459
  msgstr "Der Eintrag kann nicht entfernt werden. Es ist nicht Deiner!"
3460
 
3461
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:94
3462
  msgid "This entry was removed successful."
3463
  msgstr "Der Eintrag wurde entfernt."
3464
 
3465
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:103
3466
  msgid "Post was scheduled successfully on your blog!"
3467
  msgstr "Beitrag wurde erfolgreich auf Deinem Blog geplant!"
3468
 
3469
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:105
3470
  msgid "Post is published successfully on your blog!"
3471
  msgstr "Beitrag wird erfolgreich auf Deinem Blog veröffentlicht!"
3472
 
3473
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:118 ../..
3474
- #: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:278
3475
- msgid "Version"
3476
- msgstr "Version"
3477
-
3478
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:118
3479
- msgid "is successfully activated."
3480
- msgstr "wurde erfolgreich aktiviert."
3481
-
3482
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:123
3483
- msgid "Your entered License Key is invalid. Please contact support!"
3484
- msgstr "Dein Lizenzschlüssel ist ungültig. Bitte wende Dich an unseren Support!"
3485
-
3486
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:128
3487
- msgid "Your license key has reached the maximum number of users."
3488
- msgstr "Dein Lizenzschlüssel hat die maximale Anzahl an Benutzern erreicht."
3489
-
3490
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:135
3491
  msgid "Your authorization was successful."
3492
  msgstr "Deine Autorisierung war erfolgreich."
3493
 
3494
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:140
3495
  msgid "Your profile was saved successful."
3496
  msgstr "Dein Profil wurde erfolgreich gespeichert."
3497
 
3498
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:145
3499
  msgid "Your profile could not be saved."
3500
  msgstr "Dein Profil konnte nicht gespeichert werden."
3501
 
3502
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:150
3503
  msgid "Your authorization could not be removed."
3504
  msgstr "Deine Autorisierung konnte nicht entfernt werden."
3505
 
3506
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:155
3507
  msgid "Your authorization was removed successful."
3508
  msgstr "Dein Profil wurde erfolgreich entfernt."
3509
 
3510
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:160
3511
  msgid "Thank you! Your feedback has been received."
3512
  msgstr "Vielen Dank. Dein Hinweis wurde an uns übermittelt."
3513
 
3514
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:165
3515
  msgid "Your feedback could not be delivered."
3516
  msgstr "Dein Hinweis konnte nicht übermittelt werden. Bitte versuche es erneut."
3517
 
3518
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:172 ../..
3519
- #: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:187
3520
  msgid "Your settings were successfully saved."
3521
  msgstr "Deine Einstellungen sind gespeichert."
3522
 
3523
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:177
3524
  msgid "Your settings could not be saved."
3525
  msgstr "Deine Einstellungen konnte nicht gespeichert werden. Versuche es erneut."
3526
 
3527
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:182
3528
  msgid ""
3529
  "Your settings could not be saved, because you have auto-posting enabled but "
3530
  "no social networks selected."
@@ -3532,7 +3747,7 @@ msgstr ""
3532
  "Deine Einstellungen konnten nicht gespeichert werden, weil Du keine Social "
3533
  "Media Netzwerke ausgewählt hast."
3534
 
3535
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:195
3536
  #, php-format
3537
  msgid ""
3538
  "Hi, we noticed you just shared your %s. blog post with Blog2Social - that's "
@@ -3544,23 +3759,23 @@ msgstr ""
3544
  "sehr freuen und uns helfen, das Tool bekannter zu machen. Vielen Dank für "
3545
  "Deine Unterstützung.\n"
3546
 
3547
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:198
3548
  msgid "Ok, you deserve it"
3549
  msgstr "Ok, Ihr habt es verdient "
3550
 
3551
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:201
3552
  msgid "Nope, maybe later"
3553
  msgstr "Nicht jetzt, vielleicht später "
3554
 
3555
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:204
3556
  msgid "I already did it"
3557
  msgstr "Habe ich schon gemacht "
3558
 
3559
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:216
3560
  msgid "Boost your social media automation with Blog2Social PREMIUM!"
3561
  msgstr "Mache mehr aus Deiner Social Media Automatisierung mit Blog2Social PREMIUM!"
3562
 
3563
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:218
3564
  msgid ""
3565
  "Blog2Social provides even more options for auto-posting and auto-scheduling "
3566
  "for your posts. Easily schedule your posts with the Best Time Scheduler or "
@@ -3575,27 +3790,27 @@ msgstr ""
3575
  "Formaten für jedes Netzwerk und jeden Post, wähle dazu beliebige Bilder aus "
3576
  "deiner Bibliothek aus. Und vieles mehr.\n"
3577
 
3578
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:222
3579
  msgid "Yes, I want to test Blog2Social PREMIUM 30 days for free"
3580
  msgstr "Ja, ich möchte das Blog2Social PREMIUM 30 Tage kostenlos testen "
3581
 
3582
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:225
3583
  msgid "No, I'm happy with Blog2Social FREE"
3584
  msgstr "Nein, ich bin glücklich mit Blog2Social FREE "
3585
 
3586
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:237
3587
  msgid "Your Blog2Social Premium Free Version is activated for "
3588
  msgstr "Deine Blog2Social Testphase läuft noch"
3589
 
3590
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:240
3591
  msgid " Days"
3592
  msgstr "Tage"
3593
 
3594
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:240
3595
  msgid " today"
3596
  msgstr "heute"
3597
 
3598
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:244
3599
  msgid ""
3600
  "Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on "
3601
  "autopilot, automatically schedule your social media posts with the Best Time "
@@ -3611,42 +3826,46 @@ msgstr ""
3611
  "hoch. Speichere mehrere Kombinationen von Netzwerken für verschiedene Zwecke."
3612
  " "
3613
 
3614
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:248 ../..
3615
- #: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:267
3616
  msgid "I need some more time to decide"
3617
  msgstr "Ich brauche noch mehr Zeit um mich zu entscheiden "
3618
 
3619
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:259
3620
  msgid "Your free trial of Blog2Social PREMIUM has ended."
3621
  msgstr "Deine kostenlose Testversion von Blog2Social PREMIUM ist abgelaufen."
3622
 
3623
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:260
3624
  msgid "We hope you liked Blog2Social Premium."
3625
  msgstr "Wir hoffen, dass Dir Blog2Social Premium gefällt."
3626
 
3627
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:266
3628
  msgid "Yes, I want to upgrade now"
3629
  msgstr "Ja, ich möchte jetzt von Premium profitieren "
3630
 
3631
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:268
3632
  msgid "Did you miss something? Tell us!"
3633
  msgstr "Vermisst Du etwas? Sag es uns! "
3634
 
3635
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:288 ../..
3636
- #: /plugins/blog2social-v-4-6/views/b2s/html/service.phtml:2
 
 
 
 
3637
  msgid "Plans & Pricing"
3638
  msgstr "Versionen & Preise"
3639
 
3640
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:289 ../..
3641
- #: /plugins/blog2social-v-4-6/views/b2s/html/service.phtml:3
3642
  msgid "Support"
3643
  msgstr "Support"
3644
 
3645
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:301
3646
  msgid "Test Blog2Social PREMIUM 30 days for free"
3647
  msgstr "Teste Blog2Social PREMIUM 30 Tage kostenlos"
3648
 
3649
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:307
3650
  msgid ""
3651
  "The free trial can not be started. This blog has been already registered for "
3652
  "the free trial."
@@ -3654,43 +3873,43 @@ msgstr ""
3654
  "Die kostenlose Testphase konnte nicht aktiviert werden. Dieser Blog wurde "
3655
  "bereits für die kostenlose Testzeit freigeschaltet."
3656
 
3657
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:312
3658
  msgid "Share on multiple accounts per network"
3659
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
3660
 
3661
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:313
3662
  msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
3663
  msgstr "Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
3664
 
3665
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:314
3666
  msgid "Reporting with links to all published social media posts"
3667
  msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
3668
 
3669
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:317 ../..
3670
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:141 ../..
3671
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:143 ../..
3672
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:218 ../..
3673
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:220
3674
  msgid "E-Mail"
3675
  msgstr "E-Mail"
3676
 
3677
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:321 ../..
3678
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:91 ../..
3679
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:100 ../..
3680
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:168 ../..
3681
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:177
3682
  msgid "First Name"
3683
  msgstr "Vorname"
3684
 
3685
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:325 ../..
3686
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:92 ../..
3687
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:103 ../..
3688
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:169 ../..
3689
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:180
3690
  msgid "Last Name"
3691
  msgstr "Nachname"
3692
 
3693
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:329
3694
  msgid ""
3695
  "By creating an account, you agree to Blog2Social's <a target=\"_blank\" "
3696
  "href=\"https://www.blog2social.com/en/terms/\">Conditions of Use</a> and <a "
@@ -3702,35 +3921,44 @@ msgstr ""
3702
  "target=\"_blank\" href=\"https://www.blog2social."
3703
  "com/de/datenschutz/\">Datenschutzerklärung</a> einverstanden.\n"
3704
 
3705
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:334
3706
  msgid "No credit card required"
3707
  msgstr "keine Kreditkarte notwendig"
3708
 
3709
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:338
3710
  msgid "Get Started"
3711
  msgstr "Jetzt loslegen"
3712
 
3713
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:6
 
 
 
 
 
 
 
 
 
 
 
 
 
3714
  msgid "All Posts"
3715
  msgstr "alle Beiträge"
3716
 
3717
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:9
3718
  msgid "Shared Posts"
3719
  msgstr "geteilte Beiträge"
3720
 
3721
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:8
3722
- msgid "Your license"
3723
- msgstr "Deine Lizenz"
3724
-
3725
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:38
3726
  msgid "Network Activity (today)"
3727
  msgstr "Netzwerk Aktivitäten (heute)"
3728
 
3729
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:49
3730
  msgid "Rate it!"
3731
  msgstr "Bewerte Blog2Social"
3732
 
3733
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:52
3734
  msgid ""
3735
  "If you like Blog2Social, please give us a 5 star rating. If there is "
3736
  "anything that does not work for you, please contact us!"
@@ -3738,162 +3966,162 @@ msgstr ""
3738
  "Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
3739
  "Bewertung. Spreche uns an, wenn Dir ir­gend­was nicht gefällt."
3740
 
3741
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:68
3742
  msgid "GET STARTED"
3743
  msgstr "Jetzt Affiliate-Partner werden"
3744
 
3745
- #: ../../plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:79
3746
  msgid "Posts from Blog2Social"
3747
  msgstr "Beiträge von Blog2Social"
3748
 
3749
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:7
3750
  msgid "Post a Press Release"
3751
  msgstr "Beitrag als Pressemitteilung veröffentlichen"
3752
 
3753
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:11
3754
  msgid "Category"
3755
  msgstr "Kategorie"
3756
 
3757
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:12
3758
  msgid "Language"
3759
  msgstr "Sprache"
3760
 
3761
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:20
3762
  msgid "German"
3763
  msgstr "Deutsch"
3764
 
3765
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:21
3766
  msgid "English"
3767
  msgstr "Englisch"
3768
 
3769
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:32 ../..
3770
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:34
3771
  msgid "Subtitle"
3772
  msgstr "Untertitel"
3773
 
3774
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:38 ../..
3775
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:40
3776
  msgid "YouTube-Link"
3777
  msgstr "Youtube-Link"
3778
 
3779
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:44 ../..
3780
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:46
3781
  msgid "Message"
3782
  msgstr "Mitteilung"
3783
 
3784
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:50
3785
  msgid "Keywords"
3786
  msgstr "Schlüsselworter"
3787
 
3788
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:52
3789
  msgid "Keywords with commas (e.g .: Blog2Social, PR-Gateway)"
3790
  msgstr "Schlüsselwörter mit Komma getrennt (z.B.: Blog2Social,PR-Gateway)"
3791
 
3792
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:56 ../..
3793
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:58
3794
  msgid "Shortext"
3795
  msgstr "Kurzbeschreibung"
3796
 
3797
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:69
3798
  msgid "Contact Details"
3799
  msgstr "Kontaktangaben"
3800
 
3801
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:74
3802
  msgid "Company"
3803
  msgstr "Firmenkontakt"
3804
 
3805
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:77
3806
  msgid "Press"
3807
  msgstr "Pressekontakt"
3808
 
3809
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:84 ../..
3810
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:86 ../..
3811
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:161 ../..
3812
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:163
3813
  msgid "Name"
3814
  msgstr "Name"
3815
 
3816
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:95 ../..
3817
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:172
3818
  msgid "Mrs."
3819
  msgstr "Frau"
3820
 
3821
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:96 ../..
3822
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:173
3823
  msgid "Mr."
3824
  msgstr "Herr"
3825
 
3826
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:107 ../..
3827
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:110 ../..
3828
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:184 ../..
3829
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:187
3830
  msgid "Street"
3831
  msgstr "Straße"
3832
 
3833
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:108 ../..
3834
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:113 ../..
3835
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:185 ../..
3836
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:190
3837
  msgid "Number"
3838
  msgstr "Nummer"
3839
 
3840
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:117 ../..
3841
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:120 ../..
3842
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:194 ../..
3843
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:197
3844
  msgid "Zip Code"
3845
  msgstr "PLZ"
3846
 
3847
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:118 ../..
3848
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:123 ../..
3849
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:195 ../..
3850
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:200
3851
  msgid "City"
3852
  msgstr "Stadt"
3853
 
3854
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:127 ../..
3855
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:204
3856
  msgid "Country"
3857
  msgstr "Land"
3858
 
3859
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:135 ../..
3860
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:137 ../..
3861
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:212 ../..
3862
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:214
3863
  msgid "Phone"
3864
  msgstr "Telefon"
3865
 
3866
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:147 ../..
3867
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:149 ../..
3868
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:224 ../..
3869
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:226
3870
  msgid "Website"
3871
  msgstr "Webseite"
3872
 
3873
- #: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:153 ../..
3874
- #: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:155
3875
  msgid "Company Description"
3876
  msgstr "Firmenbeschreibung"
3877
 
3878
- #: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:8
3879
  msgid "You are signed out of <b>PR-Gateway</b>!"
3880
  msgstr "Du bist nun bei PR-Gateway abgemeldet!"
3881
 
3882
- #: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:17
3883
  msgid "Your message will now be sent over PR gateway to the press portals!"
3884
  msgstr "Deine Mitteilung wird nun über PR-Gateway an die Presseportale übermittelt!"
3885
 
3886
- #: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:18
3887
  msgid "See all publications for your message live on "
3888
  msgstr "Verfolge live die Veröffentlichungen Deiner Mitteilung unter"
3889
 
3890
- #: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:20
3891
  msgid "Your message save as draft by PR-Gateway!"
3892
  msgstr ""
3893
  "Deine Mitteilung wurde erfolgreich an PR-Gateway übermittelt und als Entwurf "
3894
  "abgelegt!"
3895
 
3896
- #: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:28
3897
  msgid ""
3898
  "Unfortunately your request can not be processed by Blog2Social. Please try "
3899
  "again!"
@@ -3901,13 +4129,13 @@ msgstr ""
3901
  "Deine Anfrage kann leider vom Blog2Social nicht verarbeitet werden. Bitte "
3902
  "versuche es erneut!"
3903
 
3904
- #: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:34
3905
  msgid "Your message has not been received successfully with us. Please try again!"
3906
  msgstr ""
3907
  "Deine Mitteilung ist bei uns leider nicht erfolglreich eingegangen. Bitte "
3908
  "versuche es erneut!"
3909
 
3910
- #: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:48
3911
  msgid ""
3912
  "PR-Gateway offers a paid online distribution service for submitting press "
3913
  "releases, articles and social media news to more than 250 news sites, "
@@ -3926,10 +4154,10 @@ msgstr ""
3926
  "auf ausgewählten kostenfreien und kostenpflichtigen Portale zu "
3927
  "veröffentlichen."
3928
 
3929
- #: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:49
3930
  msgid "Register here to open your PR-Gateway account."
3931
  msgstr "Registriere hier Deinen PR-Gateway Account, kostenlos und unverbindlich."
3932
 
3933
- #: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:66
3934
  msgid "Logout"
3935
  msgstr "Abmelden"
4
  "Stable (latest release)\n"
5
  "Report-Msgid-Bugs-To: \n"
6
  "POT-Creation-Date: Thu May 18 2017 09:57:01 GMT+0200\n"
7
+ "PO-Revision-Date: Wed Mar 21 2018 15:51:15 GMT+0100\n"
8
  "Last-Translator: Sven Bürger <s.buerger@adenion.de>\n"
9
  "Language-Team: \n"
10
  "Language: German\n"
23
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
  "X-Loco-Target-Locale: de_DE"
25
 
26
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:463
27
+ msgid "You want to edit your scheduled post?"
28
+ msgstr "Möchtest Du Deinen geplanten Beitrag bearbeiten?"
29
 
30
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:464
31
+ msgid "edit"
32
+ msgstr "bearbeiten"
33
+
34
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:78 ../..
35
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:184
36
+ msgid ""
37
+ "In accordance with the new Twitter TOS, one Twitter account can be selected "
38
+ "as your primary Twitter account for auto-posting."
39
  msgstr ""
40
+ "In Übereinstimmung mit den neuen Twitter-AGB kann ein Twitter-Account als "
41
+ "Ihr primärer Twitter-Account für das Auto-Posting ausgewählt werden."
42
 
43
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:78 ../..
44
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:184 ../..
45
+ #: /plugins/blog2social-v-4-7/views/b2s/html/header.phtml:36
46
+ msgid "More information"
47
+ msgstr "Zusätzliche Informationen"
48
 
49
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:190
50
+ msgid "Select Twitter profile:"
51
+ msgstr "Twitter Profil auswählen:"
52
 
53
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:342
54
+ msgid "The default card type to use"
55
+ msgstr "Der zu verwendende Standard-Kartentyp"
 
56
 
57
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:344
58
+ msgid "Summary"
59
+ msgstr "Zusammenfassung"
60
+
61
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:345
62
+ msgid "Summary with large image"
63
+ msgstr "Zusammenfassung mit großem Bild"
64
+
65
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:261 ../..
66
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:547
67
  msgid ""
68
+ "Please keep in mind that according to Twitter’s new TOS, users are no longer "
69
+ "allowed to post identical or substantially similar content to multiple "
70
+ "accounts or multiple duplicate updates on one account."
71
  msgstr ""
72
+ "Bitte beachten Sie, dass es nach den neuen AGB von Twitter nicht mehr "
73
+ "erlaubt ist, identische oder im Wesentlichen ähnliche Inhalte auf mehreren "
74
+ "Accounts oder mehrere identische Updates auf einem Twitter Account oder auch "
75
+ "mehreren Accounts zu posten."
76
 
77
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:261 ../..
78
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:547
79
+ msgid ""
80
+ "Violating these rules can result in Twitter suspending your account. Always "
81
+ "vary your Tweets with different comments, hashtags or handles to prevent "
82
+ "duplicate posts."
83
+ msgstr ""
84
+ "Ein Verstoß gegen diese Regeln kann dazu führen, dass Twitter Ihren Account "
85
+ "sperrt. Variieren Sie Ihre Tweets mit unterschiedlichen Kommentaren, "
86
+ "Hashtags und Handles um doppelte Beiträge zu vermeiden."
87
 
88
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:261 ../..
89
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:547
90
+ msgid "Learn more about this"
91
+ msgstr "Erfahre mehr darüber"
92
 
93
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:53
94
+ msgid "Modify pin board"
95
+ msgstr "Pinnwand ändern"
96
 
97
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:53
98
+ msgid "Modify forum"
99
+ msgstr "Forum ändern"
100
+
101
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:53
102
+ msgid "Modify subreddit"
103
+ msgstr "Subreddit ändern"
104
+
105
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:181
106
+ msgid "Please re-authorize your account with Blog2Social and try again"
107
+ msgstr "Bitte autorisiere Dein Konto bei Blog2Social und versuche es erneut."
108
+
109
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:182
110
+ msgid "Change successful"
111
+ msgstr "Änderung erfolgreich"
112
+
113
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:183
114
+ msgid "Could not be changed"
115
+ msgstr "Kann nicht geändert werden"
116
+
117
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:190
118
+ msgid "modfiy"
119
+ msgstr "ändern"
120
+
121
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/network-tos-modal.php:8
122
+ msgid "Twitter terms of service update February 2018"
123
+ msgstr "Twitter: Änderung der Allgemeinen Geschäftsbedingungen - Update Februar 2018"
124
+
125
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/network-tos-modal.php:12
126
+ msgid ""
127
+ " In February 2018 Twitter changed their terms of service (TOS) in order to "
128
+ "prevent malicious activity and spam. Users are no longer allowed to post "
129
+ "identical or substantially similar content to multiple accounts. Accordingly,"
130
+ " social media tools are no longer permitted to enable users to send the same "
131
+ "message to multiple Twitter accounts."
132
+ msgstr ""
133
+ "Im Februar 2018 hat Twitter seine Allgemeinen Geschäftsbedingungen (AGB) und "
134
+ "damit auch die Regeln und Richtlinien für das Teilen von Beiträgen sowie die "
135
+ "Planung und das Teilen über Social Media Automatisierungstools geändert. "
136
+ "Twitter beabsichtigt damit, vor allem manipulative Falschnachrichten (Fake "
137
+ "News) und Spam einzudämmen. Die Änderungen betreffen allerdings alle Twitter "
138
+ "Accounts. Twitter-Nutzern ist es nicht mehr erlaubt, identische oder im "
139
+ "Wesentlichen ähnliche Inhalte auf mehreren Konten zu posten. Dementsprechend "
140
+ "dürfen auch Social-Media-Tools den Nutzern nicht mehr ermöglichen, dieselbe "
141
+ "Nachricht an mehrere Twitter-Accounts zu senden."
142
+
143
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/network-tos-modal.php:13
144
+ msgid "More Information about these changes"
145
+ msgstr "Weitere Informationen zu den Twitter Änderungen"
146
+
147
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/network-tos-modal.php:16
148
+ msgid "What does this mean for your work with Blog2Social?"
149
+ msgstr "Was bedeutet das für meine Arbeit mit Blog2Social?"
150
+
151
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/network-tos-modal.php:18
152
+ msgid ""
153
+ "Other social media tools simply no longer allow users to select multiple "
154
+ "Twitter accounts. However, Blog2Social was originally built with "
155
+ "individualization as the key feature in mind. So Blog2Social still lets you "
156
+ "post to multiple Twitter accounts in accordance with the new Twitter rules. "
157
+ "By adding individual comments, hashtags, selecting individual images, post "
158
+ "formats and even changing meta tags, you can fully customize your Tweets for "
159
+ "each Twitter account individually."
160
+ msgstr ""
161
+ "Während andere Social-Media-Tools ihren Nutzern gar nicht mehr erlauben, "
162
+ "mehrere Twitter-Accounts auszuwählen, bietet Blog2Social Ihnen nach wie vor "
163
+ "die größtmögliche Freiheit für Ihr Twitter-Marketing.\n"
164
+ "Blog2Social wurde mit dem Ziel entwickelt, individualisierte Social-Media-"
165
+ "Beiträge mit einem höchstmöglichen Grad an Automatisierung zu verbinden. "
166
+ "Darauf sind wir spezialisiert und das werden wir auch in Zukunft weiter "
167
+ "verfolgen. Mit Blog2Social können Sie Ihre Beiträge also weiterhin auf "
168
+ "mehreren Twitter-Accounts teilen - in Übereinstimmung mit den neuen Twitter-"
169
+ "Regeln. Blog2Social stellt Ihnen dafür eine Vielzahl von Optionen zur "
170
+ "Verfügung. Durch das Hinzufügen individueller Kommentare, Hashtags, die "
171
+ "Auswahl individueller, Postformate und sogar die Änderung der Meta-Tags für "
172
+ "die Twitter Cards können Sie Ihre Tweets für jeden Twitter-Account "
173
+ "individuell anpassen.\n"
174
+
175
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/network-tos-modal.php:20
176
+ msgid ""
177
+ "If you have scheduled identical or similar Twitter posts for multiple "
178
+ "accounts, please make sure to either edit or delete them, according to "
179
+ "Twitter’s rules. To do this, go to Blog2Social -> Posts Sharing -> Calendar."
180
+ " By clicking the Twitter Icon on top of the page, you can filter all your "
181
+ "posts so you only see your scheduled posts for Twitter. Clicking on a post "
182
+ "will open a menu that lets you edit or delete the scheduled Tweet."
183
+ msgstr ""
184
+ "Wenn Sie in der Vergangenheit bereits identische oder ähnliche Twitter-Posts "
185
+ "für mehrere Konten vorgeplant haben, stellen Sie bitte sicher, diese "
186
+ "entsprechend der neuen Regeln von Twitter zu bearbeiten oder zu löschen."
187
+ "Gehen Sie dafür bitte auf Blog2Social -> Beiträge -> Kalender. Durch Klicken "
188
+ "auf das Twitter-Symbol oben auf der Seite können Sie alle Ihre Beiträge "
189
+ "filtern, so dass Sie nur Ihre geplanten Tweets sehen. Ein Klick auf einen "
190
+ "Beitrag öffnet ein Menü, in dem Sie den geplanten Tweet bearbeiten oder "
191
+ "löschen können."
192
+
193
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/network-tos-modal.php:22
194
+ msgid ""
195
+ "Blog2Social also provides you with individual comment fields for each of "
196
+ "your Tweets. This allows you to share your posts on all your Twitter "
197
+ "accounts with individually tailored comments."
198
  msgstr ""
199
+ "Blog2Social stellt Ihnen außerdem individuelle Kommentarfelder für jeden "
200
+ "Ihrer Tweets zur Verfügung. So können Sie Ihre Beiträge auf allen Ihren "
201
+ "Twitter-Accounts mit individuell angepassten Kommentaren teilen."
202
 
203
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/network-tos-modal.php:25
204
  msgid ""
205
+ "Please note that violating these rules can result in Twitter suspending your "
206
+ "account. "
 
207
  msgstr ""
208
+ "Bitte beachten Sie, dass ein Verstoß gegen die neuen Twitter-Regeln dazu "
209
+ "führen kann, dass Twitter Ihren Account sperrt."
210
+
211
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/network-tos-modal.php:30
212
+ msgid "I understand and I will follow the Twitter TOS rules"
213
+ msgstr "Ich habe verstanden und werde die neuen Twitter-Richtlinien befolgen"
214
 
215
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:34
216
  msgid ""
217
+ "Starting March 23th, 2018 Twitter has enforced new TOS rules and policies "
218
+ "regarding duplicate posts and posting across multiple Twitter accounts. "
219
+ "Users are no longer allowed to post identical or substantially similar "
220
+ "content to multiple accounts or multiple duplicate updates on one account."
221
+ msgstr ""
222
+ "Ab dem 23. März 2018 gelten auf Twitter neue Nutzungsbedingungen und "
223
+ "Richtlinien in Bezug auf die Veröffentlichung von identischen Beiträgen über "
224
+ "mehrere Twitter-Accounts hinweg. Nutzern ist es nicht mehr erlaubt, "
225
+ "identische oder im Wesentlichen ähnliche Inhalte über mehrere Konten oder "
226
+ "identische Beiträge auf einem Konto zu posten."
227
+
228
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:35
229
+ msgid ""
230
+ "Please make sure to follow Twitter’s TOS, as violating these rules can "
231
+ "result in Twitter suspending your account."
232
  msgstr ""
233
+ "Befolgen Sie bitte die aktualisierten AGB von Twitter. Ein Verstoß gegen "
234
+ "diese Regeln kann dazu führen, dass Twitter Ihren Account sperrt."
235
+
236
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:106
237
+ msgid "This post was edit successful."
238
+ msgstr "Dieser Beitrag wurde erfolgreich bearbeitet."
239
+
240
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:352
241
+ msgid "Thank you for choosing Blog2Social Premium."
242
+ msgstr "Vielen Dank, dass Du Dich für Blog2Social Premium entschieden hast."
243
+
244
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:362
245
+ msgid "Blog2Social Premium"
246
+ msgstr "Blog2Social Premium"
247
+
248
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:362
249
+ msgid "has been successfully activated."
250
+ msgstr "wurde erfolgreich aktiviert."
251
+
252
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:389
253
+ msgid "OK"
254
+ msgstr "OK"
255
 
256
  #. Name of the plugin
257
  msgid "Blog2Social: Social Media Auto Post & Scheduler"
278
  msgid "Blog2Social, Adenion"
279
  msgstr "Blog2Social, Adenion"
280
 
281
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Calendar/Filter.php:81
282
  msgid "show all"
283
  msgstr "alle anzeigen"
284
 
285
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:46 ../..
286
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Navbar.php:32
287
  msgid "Default"
288
  msgstr "Standard"
289
 
290
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:46
291
  msgid "Show all"
292
  msgstr "alle anzeigen"
293
 
294
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:47 ../..
295
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:124
296
  msgid "My profile"
297
  msgstr "Mein Profil"
298
 
299
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:49
300
  msgid "Your profiles:"
301
  msgstr "weitere Profile:"
302
 
303
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:104 ../..
304
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:247
305
  msgid "Connections"
306
  msgstr "Verbindungen"
307
 
308
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:109 ../..
309
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:147 ../..
310
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:149 ../..
311
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:256 ../..
312
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:437 ../..
313
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:451 ../..
314
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:473 ../..
315
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:524 ../..
316
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Portale.php:34 ../..
317
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:559
318
  msgid "Profile"
319
  msgstr "Profil"
320
 
321
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:112 ../..
322
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:112 ../..
323
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:179 ../..
324
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:181 ../..
325
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:256 ../..
326
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:452 ../..
327
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:474 ../..
328
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:527 ../..
329
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Portale.php:31 ../..
330
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Portale.php:31 ../..
331
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:559
332
  msgid "Page"
333
  msgstr "Seite"
334
 
335
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:112 ../..
336
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Portale.php:31
337
  msgid "You want to connect a network page?"
338
  msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
339
 
340
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:112 ../..
341
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:115 ../..
342
+ #: /plugins/blog2social-v-4-7/includes/B2S/PostBox.php:110 ../..
343
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:104 ../..
344
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:126 ../..
345
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:75 ../..
346
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:82 ../..
347
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:536 ../..
348
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Portale.php:28 ../..
349
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Portale.php:31 ../..
350
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:636 ../../plugins/blog2social-v-
351
+ #: 4-7/includes/Loader.php:702 ../../plugins/blog2social-v-4-7/views/b2s/network.
352
+ #: php:35 ../../plugins/blog2social-v-4-7/views/b2s/partials/post-edit-modal.php:
353
+ #: 9 ../../plugins/blog2social-v-4-7/views/b2s/settings.php:67 ../..
354
+ #: /plugins/blog2social-v-4-7/views/b2s/settings.php:89 ../../plugins/blog2social-
355
+ #: v-4-7/views/b2s/ship.php:17 ../../plugins/blog2social-v-4-
356
+ #: 7/views/b2s/widgets/posts.php:31 ../../plugins/blog2social-v-4-
357
+ #: 7/views/b2s/html/post.navbar.phtml:7 ../../plugins/blog2social-v-4-
358
+ #: 7/views/b2s/html/post.navbar.phtml:10
359
  msgid "PREMIUM"
360
  msgstr "PREMIUM"
361
 
362
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:115 ../..
363
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:115 ../..
364
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:211 ../..
365
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:213 ../..
366
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:453 ../..
367
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:475 ../..
368
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:531 ../..
369
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Portale.php:28 ../..
370
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Portale.php:28 ../..
371
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:559
372
  msgid "Group"
373
  msgstr "Gruppe"
374
 
375
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:115 ../..
376
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Portale.php:28
377
  msgid "You want to connect a social media group?"
378
  msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
379
 
380
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:158 ../..
381
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:221
382
  msgid "Authorization is interrupted since"
383
  msgstr "Autorisierung ist unterbrochen seit"
384
 
385
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:169 ../..
386
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:201 ../..
387
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:233
388
  msgid "To reactivate this social media connection,"
389
  msgstr "Um diese Social Media Verbindung zu reaktivieren,"
390
 
391
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:169 ../..
392
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:201 ../..
393
+ #: /plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:233 ../..
394
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:32
395
  msgid "please upgrade"
396
  msgstr "Bitte upgraden"
397
 
398
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Network/Item.php:189
399
  msgid "Authorization is interrupted since"
400
  msgstr "Autorisierung ist unterbrochen seit"
401
 
402
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:34
403
  msgid "all authors"
404
  msgstr "alle Autoren"
405
 
406
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:49 ../..
407
+ #: /plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:190 ../..
408
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Save.php:277 ../..
409
+ #: /plugins/blog2social-v-4-7/includes/PRG/Post/Filter.php:41 ../..
410
+ #: /plugins/blog2social-v-4-7/includes/PRG/Post/Item.php:97 ../..
411
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:12
412
  msgid "published"
413
  msgstr "veröffentlicht"
414
 
415
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:49 ../..
416
+ #: /plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:190 ../..
417
+ #: /plugins/blog2social-v-4-7/includes/PRG/Post/Filter.php:41 ../..
418
+ #: /plugins/blog2social-v-4-7/includes/PRG/Post/Item.php:97 ../..
419
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:12
420
  msgid "scheduled"
421
  msgstr "geplant"
422
 
423
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:49 ../..
424
+ #: /plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:190 ../..
425
+ #: /plugins/blog2social-v-4-7/includes/PRG/Post/Item.php:97 ../..
426
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:12
427
  msgid "draft"
428
  msgstr "Entwurf"
429
 
430
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:50
431
  msgid "all statuses"
432
  msgstr "kein Status"
433
 
434
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:61 ../..
435
+ #: /plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:73
436
  msgid "newest first"
437
  msgstr "neuste zuerst"
438
 
439
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:61 ../..
440
+ #: /plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:73
441
  msgid "oldest first"
442
  msgstr "älteste zuerst"
443
 
444
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:86
445
  msgid "all categories & tags"
446
  msgstr "alle Kategorien & Schlagwörter"
447
 
448
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:108 ../..
449
+ #: /plugins/blog2social-v-4-7/includes/PRG/Post/Filter.php:53
450
  msgid "all post types"
451
  msgstr "alle Typen"
452
 
453
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:129 ../..
454
+ #: /plugins/blog2social-v-4-7/includes/PRG/Post/Filter.php:74
455
  msgid "Search Title"
456
  msgstr "Suche nach Titel"
457
 
458
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:152 ../..
459
+ #: /plugins/blog2social-v-4-7/includes/PRG/Post/Filter.php:85
460
  msgid "sort"
461
  msgstr "sortieren"
462
 
463
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:153 ../..
464
+ #: /plugins/blog2social-v-4-7/includes/PRG/Post/Filter.php:86
465
  msgid "reset"
466
  msgstr "zurücksetzen"
467
 
468
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:158
469
  msgid "selected date"
470
  msgstr "ausgewähltes Datum"
471
 
472
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Filter.php:158
473
  msgid "scheduled post(s)"
474
  msgstr "geplante Beiträge"
475
 
476
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:193
477
  msgid "You have no posts published or scheduled."
478
  msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
479
 
480
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:215
481
  msgid "last shared on social media"
482
  msgstr "zuletzt auf Social Media geteilt"
483
 
484
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:223
485
  msgid "Share on Social Media"
486
  msgstr "auf Social Media teilen"
487
 
488
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:225 ../..
489
+ #: /plugins/blog2social-v-4-7/includes/PRG/Post/Item.php:129
490
  msgid "Author"
491
  msgstr "Autor"
492
 
493
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:225 ../..
494
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:31
495
  msgid "on blog"
496
  msgstr "auf dem Blog"
497
 
498
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:242 ../..
499
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:216 ../../plugins/blog2social-v-
500
+ #: 4-7/views/b2s/ship.php:218
501
  msgid "Re-share this post"
502
  msgstr "Diesen Beitrag nochmal teilen"
503
 
504
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:243 ../..
505
+ #: /plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:266
506
  msgid "Details"
507
  msgstr "Details"
508
 
509
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:245
510
  msgid "shared social media posts"
511
  msgstr "geteilte Beiträge"
512
 
513
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:245
514
  msgid "latest share by"
515
  msgstr "zuletzt geteilt von"
516
 
517
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:268 ../..
518
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/activity.php:13
519
  msgid "scheduled social media posts"
520
  msgstr "geplante Beiträge"
521
 
522
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:268
523
  msgid "next share by"
524
  msgstr "als nächstes geteilt von"
525
 
526
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:375 ../..
527
+ #: /plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:447
528
  msgid "select all"
529
  msgstr "alle auswählen"
530
 
531
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:377 ../..
532
+ #: /plugins/blog2social-v-4-7/views/b2s/settings.php:33 ../../plugins/blog2social-
533
+ #: v-4-7/views/b2s/widgets/premium.php:47
534
  msgid "Auto-Posting"
535
  msgstr "Auto-Posting"
536
 
537
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:378
538
  msgid "show"
539
  msgstr "ansehen"
540
 
541
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:385 ../..
542
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Save.php:298
543
  msgid "Please see"
544
  msgstr "Siehe"
545
 
546
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:385 ../..
547
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Save.php:298
548
  msgid "FAQ"
549
  msgstr "FAQ"
550
 
551
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:390
552
  msgid "sharing in progress by"
553
  msgstr "wir geteilt"
554
 
555
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:390
556
  msgid "shared by"
557
  msgstr "geteilt von"
558
 
559
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:412 ../..
560
+ #: /plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:426
561
  msgid "You want to delete a publish post entry?"
562
  msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
563
 
564
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:413 ../..
565
+ #: /plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:427
566
  msgid "delete from reporting"
567
  msgstr "aus Reporting löschen"
568
 
569
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:417
570
  msgid "re-share"
571
  msgstr "erneut teilen"
572
 
573
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:458
574
  msgid "scheduled by"
575
  msgstr "geplant von "
576
 
577
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:467 ../..
578
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:651
579
+ msgid "delete"
580
+ msgstr "löschen"
581
+
582
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Post/Item.php:475
583
  msgid "delete scheduling"
584
  msgstr "Planung löschen"
585
 
586
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:27 ../..
587
+ #: /plugins/blog2social-v-4-7/views/b2s/html/header.phtml:47
 
 
 
 
 
 
 
 
588
  msgid "Please see FAQ"
589
  msgstr "Siehe FAQ"
590
 
591
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:36
592
  msgid "last auto-post:"
593
  msgstr "letzter Auto-Post:"
594
 
595
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:79 ../..
596
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:519 ../../plugins/blog2social-v-
597
+ #: 4-7/views/b2s/html/header.phtml:52
598
  msgid "The connection to the server failed. Try again!"
599
  msgstr ""
600
  "Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
601
  "erneut!"
602
 
603
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:80 ../..
604
+ #: /plugins/blog2social-v-4-7/views/b2s/html/header.phtml:46
605
  msgid ""
606
  "WordPress uses heartbeats by default, Blog2Social as well. Please enable "
607
  "heartbeats for using Blog2Social!"
609
  "WordPress verwendet standardmäßig den Heartbeat und Blog2Social auch. "
610
  "Aktiviere den Heartbeat damit Du Blog2Social problemlos nutzen kannst."
611
 
612
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:81 ../..
613
+ #: /plugins/blog2social-v-4-7/includes/B2S/PostBox.php:83
614
  msgid ""
615
  "Your post is still on draft or pending status. Please make sure that your "
616
  "post is published or scheduled to be published on this blog. You can then "
620
  "geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und "
621
  "planen."
622
 
623
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:82 ../..
624
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:517
625
  msgid ""
626
  "There are no authorizations for your selected profile. Please, authorize "
627
  "with a social network or select a other profile."
629
  "Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich "
630
  "mit einem Netzwerk oder wähle ein anderes Profil aus. "
631
 
632
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:82 ../..
633
+ #: /plugins/blog2social-v-4-7/includes/B2S/PostBox.php:179
634
  msgid "Network settings"
635
  msgstr "Netzwerkeinstellungen"
636
 
637
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:84
638
  msgid ""
639
  "Notice: Please make sure, that your website address is reachable. The Social "
640
  "Networks do not allow postings from local installations."
642
  "Hinweis: Bitte stelle sicher, dass Dein Blog von außen erreichbar ist. Bei "
643
  "Fragen wende Dich bitte an unseren Support."
644
 
645
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:100
646
  msgid "Custom Sharing & Scheduling"
647
  msgstr "Individuelles Teilen und Planen"
648
 
649
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:100 ../..
650
+ #: /plugins/blog2social-v-4-7/includes/B2S/PostBox.php:103 ../..
651
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:87 ../..
652
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:95 ../..
653
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:97 ../..
654
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:99 ../..
655
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:111 ../..
656
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:117 ../..
657
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:131 ../..
658
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:171 ../..
659
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:298 ../..
660
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:300 ../..
661
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:457 ../..
662
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:18 ../../plugins/blog2social-
663
+ #: v-4-7/views/b2s/settings.php:69 ../../plugins/blog2social-v-4-
664
+ #: 7/views/b2s/settings.php:92 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
665
+ #: 56 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:129 ../..
666
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:214
667
  msgid "Info"
668
  msgstr "Info"
669
 
670
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:101
671
  msgid "Customize & Schedule Social Media Posts"
672
  msgstr "Social Media Posts anpassen & planen"
673
 
674
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:103 ../..
675
+ #: /plugins/blog2social-v-4-7/views/b2s/html/header.phtml:306
676
  msgid "Social Media Auto-Posting"
677
  msgstr "Social Media Auto-Posting"
678
 
679
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:107
680
  msgid "enable Auto-Posting"
681
  msgstr "Auto-Posting aktivieren"
682
 
683
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:117 ../..
684
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:47 ../../plugins/blog2social-
685
+ #: v-4-7/views/b2s/network.php:149 ../../plugins/blog2social-v-4-7/views/b2s/post.
686
+ #: calendar.php:50 ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:
687
+ #: 188 ../../plugins/blog2social-v-4-7/views/b2s/post.php:37 ../..
688
+ #: /plugins/blog2social-v-4-7/views/b2s/post.publish.php:40 ../..
689
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:52 ../..
690
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:151 ../../plugins/blog2social-v-
691
+ #: 4-7/views/b2s/ship.php:518 ../../plugins/blog2social-v-4-
692
+ #: 7/views/prg/html/header.phtml:81
693
  msgid "Loading..."
694
  msgstr "Lade Daten..."
695
 
696
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:125
697
  msgid "Blog2Social: Customize & Schedule Social Media Posts"
698
  msgstr "Blog2Social : Beiträge anpassen & planen"
699
 
700
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:128
701
  msgid ""
702
  "Customize and schedule your social media posts on the one page preview for "
703
  "all your selected networks: tailor your posts with individual comments, "
711
  "mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
712
  "Community zu erzielen"
713
 
714
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:137 ../..
715
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:266
716
  msgid "Blog2Social: Social Media Auto-Posting"
717
  msgstr "Blog2Social: Social Media Auto-Posting"
718
 
719
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:141 ../..
720
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:270
721
  msgid ""
722
  "You have 2 general options to define the date and time to share your blog "
723
  "posts on social media with the Auto-Poster:"
725
  "Dir stehen grundsätzlich 2 Möglichkeiten zur Verfügung, per Auto-Posting "
726
  "Deine Blogbeiträge auf Social Media zu teilen: "
727
 
728
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:142 ../..
729
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:271
730
  msgid "1. Immediately after publishing your blog post"
731
  msgstr "Sofort nach Veröffentlichung Deines Blogbeitrags "
732
 
733
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:143 ../..
734
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:272
735
  msgid ""
736
  "Published blog posts: If you publish your blog post with click on publish in "
737
  "your WordPress post editor, Blog2Social will automatically share your social "
741
  "auf “veröffentlichen” im Beitrags-Editor Deines Blogs sofort veröffentlichst,"
742
  " teilt Blog2Social Deinen Blogbeitrag unmittelbar auf Social Media."
743
 
744
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:144 ../..
745
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:273
746
  msgid ""
747
  "Scheduled blog posts: If you schedule your blog post with click on schedule "
748
  "in your WordPress post editor, Blog2Social will share your social media post "
753
  "Deines Blogs klickst, teilt Blog2Social Deinen Blogbeitrag direkt nach der "
754
  "Veröffentlichung auf Social Media. "
755
 
756
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:145 ../..
757
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:274
758
  msgid ""
759
  "2. Schedule your social media posts for a specific date and time If you want "
760
  "to share your post at a particular date and time, different from your "
766
  "abweichen, wähle die Option “zu bestimmten Zeiten” und lege das Datum und "
767
  "die Uhrzeit fest. "
768
 
769
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:149 ../..
770
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:279
771
  msgid "You want to auto-post your blog post?"
772
  msgstr "Du möchtest Deinen Beitrag automatisch posten?"
773
 
774
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:150 ../..
775
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:98 ../../plugins/blog2social-
776
+ #: v-4-7/views/b2s/post.calendar.php:226 ../../plugins/blog2social-v-4-
777
+ #: 7/views/b2s/ship.php:282 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
778
+ #: 342 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:388 ../..
779
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:25 ../..
780
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:143 ../..
781
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:209 ../..
782
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:280 ../..
783
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:365
784
  msgid "With Blog2Social Premium you can:"
785
  msgstr "Mit Blog2Social kannst Du:"
786
 
787
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:153 ../..
788
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:101 ../../plugins/blog2social-
789
+ #: v-4-7/views/b2s/post.calendar.php:229 ../../plugins/blog2social-v-4-
790
+ #: 7/views/b2s/ship.php:285 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
791
+ #: 345 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:391 ../..
792
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:28 ../..
793
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:146 ../..
794
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:212 ../..
795
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:283 ../..
796
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:368 ../..
797
+ #: /plugins/blog2social-v-4-7/views/b2s/html/header.phtml:307
798
  msgid "Post on pages and groups"
799
  msgstr "Poste auf Seiten und in Gruppen"
800
 
801
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:154 ../..
802
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:102 ../../plugins/blog2social-
803
+ #: v-4-7/views/b2s/post.calendar.php:230 ../../plugins/blog2social-v-4-
804
+ #: 7/views/b2s/ship.php:286 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
805
+ #: 346 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:392 ../..
806
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:29 ../..
807
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:147 ../..
808
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:213 ../..
809
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:284 ../..
810
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:369
811
  msgid "Share on multiple profiles, pages and groups"
812
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
813
 
814
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:155 ../..
815
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:103 ../../plugins/blog2social-
816
+ #: v-4-7/views/b2s/post.calendar.php:231 ../../plugins/blog2social-v-4-
817
+ #: 7/views/b2s/ship.php:287 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
818
+ #: 347 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:393 ../..
819
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:30 ../..
820
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:64 ../..
821
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:148 ../..
822
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:214 ../..
823
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:285 ../..
824
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:370
825
  msgid "Auto-post and auto-schedule new and updated blog posts"
826
  msgstr ""
827
  " Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
828
  "Aktualisierung posten und zeitversetzt planen"
829
 
830
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:156 ../..
831
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:104 ../../plugins/blog2social-
832
+ #: v-4-7/views/b2s/post.calendar.php:232 ../../plugins/blog2social-v-4-
833
+ #: 7/views/b2s/ship.php:288 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
834
+ #: 348 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:394 ../..
835
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:31 ../..
836
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:149 ../..
837
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:215 ../..
838
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:286 ../..
839
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:371
840
  msgid "Schedule your posts at the best times on each network"
841
  msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
842
 
843
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:157 ../..
844
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:105 ../../plugins/blog2social-
845
+ #: v-4-7/views/b2s/post.calendar.php:233 ../../plugins/blog2social-v-4-
846
+ #: 7/views/b2s/ship.php:289 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
847
+ #: 349 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:395 ../..
848
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:32 ../..
849
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:150 ../..
850
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:216 ../..
851
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:287 ../..
852
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:372
853
  msgid ""
854
  "Best Time Manager: use predefined best time scheduler to auto-schedule your "
855
  "social media posts"
856
  msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
857
 
858
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:158 ../..
859
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:106 ../../plugins/blog2social-
860
+ #: v-4-7/views/b2s/post.calendar.php:234 ../../plugins/blog2social-v-4-
861
+ #: 7/views/b2s/ship.php:290 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
862
+ #: 350 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:396 ../..
863
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:33 ../..
864
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:151 ../..
865
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:217 ../..
866
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:288 ../..
867
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:373
868
  msgid "Schedule your post for one time, multiple times or recurrently"
869
  msgstr ""
870
  "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
871
  "oder nach einem regelmäßigen Muster"
872
 
873
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:159 ../..
874
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:107 ../../plugins/blog2social-
875
+ #: v-4-7/views/b2s/post.calendar.php:235 ../../plugins/blog2social-v-4-
876
+ #: 7/views/b2s/ship.php:291 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
877
+ #: 351 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:397 ../..
878
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:34 ../..
879
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:152 ../..
880
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:218 ../..
881
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:289 ../..
882
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:374
883
  msgid "Schedule and re-share old posts"
884
  msgstr "Plane und teile alte Beiträge"
885
 
886
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:160 ../..
887
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:108 ../../plugins/blog2social-
888
+ #: v-4-7/views/b2s/post.calendar.php:236 ../../plugins/blog2social-v-4-
889
+ #: 7/views/b2s/ship.php:292 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
890
+ #: 352 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:398 ../..
891
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:35 ../..
892
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:66 ../..
893
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:153 ../..
894
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:219 ../..
895
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:290 ../..
896
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:375
897
  msgid "Select link format or image format for your posts"
898
  msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
899
 
900
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:161 ../..
901
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:109 ../../plugins/blog2social-
902
+ #: v-4-7/views/b2s/post.calendar.php:237 ../../plugins/blog2social-v-4-
903
+ #: 7/views/b2s/ship.php:293 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
904
+ #: 353 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:399 ../..
905
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:36 ../..
906
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:67 ../..
907
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:154 ../..
908
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:220 ../..
909
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:291 ../..
910
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:376
911
  msgid "Select individual images per post"
912
  msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
913
 
914
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:162 ../..
915
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:110 ../../plugins/blog2social-
916
+ #: v-4-7/views/b2s/post.calendar.php:238 ../../plugins/blog2social-v-4-
917
+ #: 7/views/b2s/ship.php:294 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
918
+ #: 354 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:400 ../..
919
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:37 ../..
920
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:155 ../..
921
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:221 ../..
922
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:292 ../..
923
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:377
924
  msgid ""
925
  "Reporting & calendar: keep track of your published and scheduled social "
926
  "media posts"
928
  "Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social "
929
  "Media Beiträge"
930
 
931
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:164 ../..
932
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:112 ../../plugins/blog2social-
933
+ #: v-4-7/views/b2s/post.calendar.php:240 ../../plugins/blog2social-v-4-
934
+ #: 7/views/b2s/ship.php:296 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
935
+ #: 356 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:402 ../..
936
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:39 ../..
937
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:157 ../..
938
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:223 ../..
939
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:294 ../..
940
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:379 ../..
941
+ #: /plugins/blog2social-v-4-7/views/b2s/html/header.phtml:243
942
  msgid "Upgrade to PREMIUM"
943
  msgstr "Jetzt auf Premium upgraden"
944
 
945
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:166 ../..
946
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:114 ../../plugins/blog2social-
947
+ #: v-4-7/views/b2s/post.calendar.php:242 ../../plugins/blog2social-v-4-
948
+ #: 7/views/b2s/ship.php:298 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
949
+ #: 358 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:404 ../..
950
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:41 ../..
951
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:72 ../..
952
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:90 ../..
953
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:159 ../..
954
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:225 ../..
955
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:296 ../..
956
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:381
957
  msgid ""
958
  "or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with "
959
  "free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
962
  "Deinen kostenlosen 30-tägigen Test von Blog2Social Premium</a>(keine "
963
  "Zahlungsinformationen erforderlich)"
964
 
965
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:179
966
  msgid "Select profile:"
967
  msgstr "Profil auswählen: "
968
 
969
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:208
970
  msgid "When do you want to share your post on social media?"
971
  msgstr "Wann möchtest Du Deinen Beitrag auf den Social Media teilen?"
972
 
973
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:211
974
  msgid "immediately after publishing"
975
  msgstr "sofort nach Veröffentlichung"
976
 
977
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:212
978
  msgid "at scheduled times"
979
  msgstr "zu geplanten Zeiten"
980
 
981
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:215
982
  msgid "You want to sched your blog post with Auto-Poster?"
983
  msgstr "Du willst Deinen Blogbeitrag mit dem Autoposter planen?"
984
 
985
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:215 ../..
986
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:70 ../..
987
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:88
988
  msgid "Upgrade to PREMIUM PRO"
989
  msgstr "Upgrade auf PREMIUM PRO"
990
 
991
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:221
992
  msgid "Select date:"
993
  msgstr "Datum auswählen:"
994
 
995
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:222 ../..
996
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:277
997
  msgid "show calendar"
998
  msgstr "Kalender anzeigen"
999
 
1000
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:229
1001
  msgid "post at"
1002
  msgstr "beachte"
1003
 
1004
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:230
1005
  msgid "my time settings"
1006
  msgstr "meine Zeit-Einstellungen"
1007
 
1008
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/PostBox.php:231
1009
  msgid ""
1010
  "Note: If you ​have​ not ​specified​ your own times, we automatically provide "
1011
  "you with the best times to post​ on the social networks. You can always "
1016
  "posten. Du kannst jederzeit Deine eigenen Zeiten unter Einstellungen "
1017
  "bearbeiten."
1018
 
1019
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:80
1020
  msgid "Account"
1021
  msgstr "Konto"
1022
 
1023
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:83 ../..
1024
+ #: /plugins/blog2social-v-4-7/views/b2s/settings.php:265
1025
  msgid "Personal Time Zone"
1026
  msgstr "Persönliche Zeitzone"
1027
 
1028
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:89
1029
  msgid "Timezone for Scheduling"
1030
  msgstr "Zeitzone für die Planung"
1031
 
1032
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:89
1033
  msgid "User"
1034
  msgstr "Benutzer"
1035
 
1036
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:94
1037
  msgid "Content"
1038
  msgstr "Inhalt"
1039
 
1040
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:95
1041
  msgid "use b2s.pm Link Shortener"
1042
  msgstr "b2s.pm Link Shortener aktivieren"
1043
 
1044
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:97
1045
  msgid "allow shortcodes in my post"
1046
  msgstr "berücksichtige Shortcodes in meinen Beiträgen"
1047
 
1048
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:99
1049
  msgid "include Wordpress tags as hashtags in my post"
1050
  msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
1051
 
1052
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:102 ../..
1053
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:251
1054
  msgid "Define Twitter post content"
1055
  msgstr "Twitter Beitragsinhalt definieren"
1056
 
1057
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:108 ../..
1058
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:334 ../..
1059
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:349
1060
  msgid "title"
1061
  msgstr "Titel"
1062
 
1063
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:108 ../..
1064
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:109 ../..
1065
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:110
1066
  msgid "hashtags"
1067
  msgstr "Hashtags"
1068
 
1069
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:109
1070
  msgid "title & content"
1071
  msgstr "Titel & Inhalt"
1072
 
1073
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:109 ../..
1074
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:110 ../..
1075
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:345
1076
  msgid "(PREMIUM)"
1077
  msgstr "(PREMIUM)"
1078
 
1079
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:110
1080
  msgid "only content"
1081
  msgstr "nur Inhalt"
1082
 
1083
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:115
1084
  msgid "System"
1085
  msgstr "System"
1086
 
1087
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:116 ../..
1088
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:294 ../..
1089
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:319
1090
  msgid ""
1091
  "This is a global feature for your blog, which can only be edited by users "
1092
  "with admin rights."
1094
  "Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit "
1095
  "Admin Rechten bearbeitet werden kann."
1096
 
1097
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:117
1098
  msgid "activate Legacy mode"
1099
  msgstr "Kompatibilitätsmodus aktivieren"
1100
 
1101
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:131
1102
  msgid "Auto-post your own created posts"
1103
  msgstr "Auto-Poste Deine selbsterstellten Blogbeiträge"
1104
 
1105
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:132
1106
  msgid "Define by default to automatically post your posts on social media:"
1107
  msgstr ""
1108
  "Definiere standardmäßig Blogbeiträge oder Seiten, die Du auf Social Media "
1109
  "automatisch teilen möchtest:"
1110
 
1111
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:134
1112
  msgid ""
1113
  "Select by default if the auto-poster is activated when you publish a new "
1114
  "post or update a post."
1116
  "Wähle standardmäßig aus, ob der Auto-Poster aktiviert ist, wenn Du einen "
1117
  "neuen Beitrag veröffentlichst oder aktualisierst. "
1118
 
1119
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:139
1120
  msgid "new posts"
1121
  msgstr "Neue Beiträge"
1122
 
1123
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:140 ../..
1124
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:152
1125
  msgid "Unselect all"
1126
  msgstr "Alle abwählen"
1127
 
1128
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:140 ../..
1129
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:152
1130
  msgid "Select all"
1131
  msgstr "Alle auswählen"
1132
 
1133
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:148
1134
  msgid ""
1135
  "By enabling this feature your previously published social media posts will "
1136
  "be sent again to your selected social media channels as soon as the post is "
1140
  "Beiträge erneut an die Social Media Kanäle gesendet werden, sobald der "
1141
  "Beitrag aktualisiert wird"
1142
 
1143
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:151
1144
  msgid "updating existing posts"
1145
  msgstr "Bestehenden Beitrag aktualisieren"
1146
 
1147
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:163 ../..
1148
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:198
1149
  msgid "Save"
1150
  msgstr " Speichern"
1151
 
1152
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:171
1153
  msgid "Auto-post your imported posts to Twitter & Facebook"
1154
  msgstr "Auto-Poste Deine importierten Beiträge auf Twitter & Facebook"
1155
 
1156
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:172
1157
  msgid "Define by default to automatically share your imported posts to social media:"
1158
  msgstr ""
1159
  "Definiere standardmässig alle Deine importierten Beiträge auf den Social "
1160
  "Media zu veröffentlichen:"
1161
 
1162
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:175
1163
  msgid "Your current licence:"
1164
  msgstr "Deine aktuelle Lizenz:"
1165
 
1166
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:176
1167
  msgid "share up to"
1168
  msgstr "teile bis zu"
1169
 
1170
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:176
1171
  msgid "posts per day"
1172
  msgstr "Beiträge pro Tag"
1173
 
1174
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:177
1175
  msgid "need more?"
1176
  msgstr "Benötigst Du mehr?"
1177
 
1178
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:179
1179
  msgid "Select by default to automatically share your imported posts"
1180
  msgstr "Teile standardmäßig automatisch importierte Beiträge auf meinen Social Media"
1181
 
1182
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:183
1183
  msgid "Select to auto-post to your standard networks:"
1184
  msgstr "Wähle die Netzwerke aus, auf denen automatisch veröffentlicht werden soll:"
1185
 
1186
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:186
1187
  msgid "Select to auto-post immediately after publishing or with a delay"
1188
  msgstr "Importierte Beiträge direkt veröffentlichen oder mit einer Verzögerung"
1189
 
1190
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:187
1191
  msgid "immediately"
1192
  msgstr "sofort"
1193
 
1194
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:188
1195
  msgid "publish with a delay of"
1196
  msgstr "veröffentlichen mit einer Verzögerung von"
1197
 
1198
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:189
1199
  msgid "minutes"
1200
  msgstr "Minuten"
1201
 
1202
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:212
1203
  msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
1204
  msgstr ""
1205
  "Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden "
1206
  "automatisch veröffentlicht)"
1207
 
1208
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:213
1209
  msgid "Post Types"
1210
  msgstr "Posttypen"
1211
 
1212
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:214
1213
  msgid "Include (Post only...)"
1214
  msgstr "enthält (nur Beiträge, mit ...)"
1215
 
1216
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:215
1217
  msgid "Exclude (Do no post ...)"
1218
  msgstr "enthält nicht (Veröffentliche keine Beiträge, mit...)"
1219
 
1220
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:249
1221
  msgid "add/change connection"
1222
  msgstr "Verbindung hinzufügen/ändern"
1223
 
1224
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:292
1225
  msgid "Reset all page and post meta data"
1226
  msgstr "Lösche alle Seiten und Beitrags Meta Angaben"
1227
 
1228
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:297
1229
  msgid "Meta Tags Settings for Posts and Pages"
1230
  msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
1231
 
1232
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:298
1233
  msgid ""
1234
  "Add Open Graph meta tags to your shared posts or pages, required by Facebook "
1235
  "and other social networks to display your post or page image, title and "
1239
  "Facebook und andere soziale Netzwerke Bilder, Titel und Beschreibung Deines "
1240
  "Beitrag/Seite korrekt darstellen können."
1241
 
1242
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:300
1243
  msgid ""
1244
  "Add Twitter Card meta tags to your shared posts or pages, required by "
1245
  "Twitter to display your post or page image, title and description correctly."
1248
  "Twitter Bilder, Titel und Beschreibung Deines Beitrag/Seite korrekt "
1249
  "darstellen kann."
1250
 
1251
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:321
1252
  msgid "Frontpage Settings"
1253
  msgstr "Frontpage Einstellungen"
1254
 
1255
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:323
1256
  msgid ""
1257
  "Add the default Open Graph parameters for title, description and image you "
1258
  "want Facebook to display, if you share the frontpage of your blog as link "
1262
  "die Open Graph Parameter bei Facebook, wenn Du die Frontpage Deines Blogs "
1263
  "als Link Post teilst (http://www.DeinBlog.de) "
1264
 
1265
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:326 ../..
1266
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:347 ../..
1267
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:30 ../../plugins/blog2social-v-4-
1268
+ #: 7/views/prg/ship.php:41 ../../plugins/blog2social-v-4-7/views/prg/ship.php:43 .
1269
+ #: ./../plugins/blog2social-v-4-7/views/prg/html/form.phtml:26 ../..
1270
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:28
1271
  msgid "Title"
1272
  msgstr "Titel"
1273
 
1274
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:327 ../..
1275
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:348
1276
  msgid "Description"
1277
  msgstr "Beschreibung"
1278
 
1279
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:328 ../..
1280
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:349
1281
  msgid "Image URL"
1282
  msgstr "Bild Url"
1283
 
1284
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:330 ../..
1285
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:351 ../..
1286
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:80 ../..
1287
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:82
1288
  msgid "Image upload / Media Gallery"
1289
  msgstr "Bild hochladen / Mediathek"
1290
 
1291
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:333
1292
  msgid ""
1293
  "Please note: Facebook supports images with a minimum dimension of 200x200 "
1294
  "pixels and an aspect ratio of 1:1."
1296
  "Bitte beachte: Facebook unterstützt Bilder mit einer Mindestgröße von "
1297
  "200x200 Pixel and einem Bildgrößenverhältnis von 1:1."
1298
 
1299
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:339
1300
  msgid ""
1301
  "Add the default Twitter Card parameters for title, description and image you "
1302
  "want Twitter to display, if you share the frontpage of your blog as link "
1306
  "Image, wenn Du die Frontpage Deines Blogs als Link Post teilst (http://www."
1307
  "DeinBlog.de) "
1308
 
1309
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:354
1310
  msgid ""
1311
  "Please note: Twitter supports images with a minimum dimension of 144x144 "
1312
  "pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
1318
  " The Bilder werden auf ein quadratisches Maß übertragen. Twitter unterstützt "
1319
  "die Bildformate JPG, PNG, WEBP und GIF. "
1320
 
1321
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:370
1322
  msgid "Did you know?"
1323
  msgstr "Wusstest Du schon?"
1324
 
1325
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:371
1326
  msgid ""
1327
  "With Premium Pro, you can change the custom post format photo post or link "
1328
  "post for each individual social media post and channel (profile, page, "
1332
  "Beitrag individuell zwischen Link-Beitrag und Bild-Beitrag auswählen "
1333
  "(Profile, Seiten, Gruppen)"
1334
 
1335
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:371
1336
  msgid "Upgrade to Premium Pro now."
1337
  msgstr "Upgrade auf Premium PRO"
1338
 
1339
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:388 ../..
1340
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:442 ../..
1341
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:485 ../..
1342
+ #: /plugins/blog2social-v-4-7/views/b2s/post.calendar.php:60 ../..
1343
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:172 ../..
1344
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:127
1345
  msgid "Image with frame"
1346
  msgstr "Bild mit Rahmen"
1347
 
1348
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:388 ../..
1349
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:442 ../..
1350
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:485 ../..
1351
+ #: /plugins/blog2social-v-4-7/views/b2s/post.calendar.php:60 ../..
1352
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:172 ../..
1353
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:110
1354
  msgid "Link Post"
1355
  msgstr "Link-Beitrag"
1356
 
1357
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:393 ../..
1358
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:128
1359
  msgid ""
1360
  "Insert white frames to show the whole image in your timeline. All image "
1361
  "information will be shown in your timeline."
1364
  "das quadratische Instagram-Layout anzupassen und das gesamte Bild bereits in "
1365
  "Deiner Timeline anzuzeigen. "
1366
 
1367
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:395
1368
  msgid ""
1369
  "The link post format displays posts title, link address and the first one or "
1370
  "two sentences of the post. The networks scan this information from your META "
1388
  "Deinen Blogbeitrag. Bitte beachte: Bei Google + können nur Bilder, die im "
1389
  "Blogbeitrag enthalten sind, für Link-Posts ausgewählt werden. "
1390
 
1391
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:399 ../..
1392
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:464 ../..
1393
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:485 ../..
1394
+ #: /plugins/blog2social-v-4-7/views/b2s/post.calendar.php:60 ../..
1395
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:172 ../..
1396
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:132
1397
  msgid "Image cut out"
1398
  msgstr "Bild zuschneiden"
1399
 
1400
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:399 ../..
1401
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:464 ../..
1402
+ #: /plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:485 ../..
1403
+ #: /plugins/blog2social-v-4-7/views/b2s/post.calendar.php:60 ../..
1404
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:172 ../..
1405
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:115
1406
  msgid "Photo Post"
1407
  msgstr "Bild-Beitrag"
1408
 
1409
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:404 ../..
1410
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:133
1411
  msgid ""
1412
  "The image preview will be cropped automatically to fit the default Instagram "
1413
  "layout for your Instagram timeline. The image will be shown uncropped when "
1418
  "auf Deiner Timeline. Mit Klick auf den Post wird das Bild in der Instagram-"
1419
  "Vorschau als Ganzes angezeigt."
1420
 
1421
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:406 ../..
1422
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:116
1423
  msgid ""
1424
  "A photo or image post displays the selected image in the one-page preview of "
1425
  "Blog2Social and your comment above the image. The image links to the image "
1435
  "langfristig sichtbar bleibt. Auf Facebook kannst Du den Namen des Albums "
1436
  "bearbeiten und eine Beschreibung Deiner Wahl ergänzen."
1437
 
1438
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:437
1439
  msgid "All"
1440
  msgstr "alle"
1441
 
1442
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:457
1443
  msgid "Activate Instant Caching"
1444
  msgstr "Instant Caching aktivieren"
1445
 
1446
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:538 ../..
1447
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:27
1448
  msgid "Uhr"
1449
  msgstr "Uhr"
1450
 
1451
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:542
1452
  msgid "Best times to post"
1453
  msgstr "Beste Zeiten"
1454
 
1455
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:555 ../..
1456
+ #: /plugins/blog2social-v-4-7/views/b2s/settings.php:75 ../../plugins/blog2social-
1457
+ #: v-4-7/views/b2s/ship.php:51 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
1458
+ #: 341 ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:208
1459
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
1460
  msgstr ""
1461
  "Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
1462
  "Manager benutzen?"
1463
 
1464
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:557 ../..
1465
+ #: /plugins/blog2social-v-4-7/views/b2s/settings.php:57 ../../plugins/blog2social-
1466
+ #: v-4-7/views/b2s/settings.php:77 ../../plugins/blog2social-v-4-
1467
+ #: 7/views/b2s/settings.php:117 ../../plugins/blog2social-v-4-
1468
+ #: 7/views/b2s/settings.php:119 ../../plugins/blog2social-v-4-
1469
+ #: 7/views/b2s/settings.php:132 ../../plugins/blog2social-v-4-
1470
+ #: 7/views/b2s/settings.php:134 ../../plugins/blog2social-v-4-
1471
+ #: 7/views/b2s/settings.php:147 ../../plugins/blog2social-v-4-
1472
+ #: 7/views/b2s/settings.php:149 ../../plugins/blog2social-v-4-
1473
+ #: 7/views/b2s/settings.php:163 ../../plugins/blog2social-v-4-
1474
+ #: 7/views/b2s/settings.php:165 ../../plugins/blog2social-v-4-7/views/b2s/ship.
 
1475
  #: php:438
1476
  msgid "save"
1477
  msgstr "speichern"
1478
 
1479
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Settings/Item.php:562
1480
  msgid "Sorry, we can not load your data at the moment..."
1481
  msgstr "Sorry, derzeit können wir Deine Daten nicht laden. Versuche es erneut."
1482
 
1483
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:29
1484
  msgid "The images file types .jpg and .png are allowed. Please try another."
1485
  msgstr "Es sind nur .jpg und .png Bilder erlaubt. Bitte wähle ein anderes Bild aus."
1486
 
1487
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:30 ../..
1488
+ #: /plugins/blog2social-v-4-7/views/b2s/settings.php:15
1489
  msgid ""
1490
  "You need a higher user role to upload an image on this blog. Please contact "
1491
  "your administrator."
1493
  "Du brauchst eine höhere Benutzerrolle, um ein Bild auf diesem Blog "
1494
  "hochzuladen. Bitte kontaktiere Deinen Administrator."
1495
 
1496
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:31
1497
  msgid "To select an individual image from your media library,"
1498
  msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
1499
 
1500
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:37
1501
  msgid ""
1502
  "The best size for images in social media posts are between: 667-1000px x 523-"
1503
  "1000px. Blog2Social will automatically resize your image according to "
1507
  "1000px x 523-1000px <br> Blog2Social passt Dein Bild automatisch die Größe "
1508
  "des jeweiligen Netzwerks an."
1509
 
1510
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:61
1511
  msgid "No images are included in your post."
1512
  msgstr "In dem Beitrag sind keine Bilder hinterlegt"
1513
 
1514
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:69
1515
  msgid "Apply image for all networks"
1516
  msgstr "Bild für alle Netzwerke übernehmen"
1517
 
1518
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:73 ../..
1519
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:75
1520
  msgid "Apply image for this network"
1521
  msgstr "Bild für dieses Netzwerk übernehmen"
1522
 
1523
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:86 ../..
1524
+ #: /plugins/blog2social-v-4-7/views/b2s/settings.php:195
1525
  msgid "Select or upload an image from media gallery"
1526
  msgstr "Bild auswählen / hochladen"
1527
 
1528
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Image.php:87 ../..
1529
+ #: /plugins/blog2social-v-4-7/views/b2s/settings.php:196
1530
  msgid "Use image"
1531
  msgstr "Bild verwenden"
1532
 
1533
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:96
1534
  msgid "Network does not support image for profiles"
1535
  msgstr "Netzwerk unterstützt keine Bilder für Profile"
1536
 
1537
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:97
1538
  msgid "Network defines image by link"
1539
  msgstr "Netzwerk wählt selber das Bild aus"
1540
 
1541
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:99
1542
  msgid "Supported HTML tags"
1543
  msgstr "Erlaubte HTML-Elemente"
1544
 
1545
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:100 ../..
1546
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:159
1547
  msgid "Network does not support emojis"
1548
  msgstr "Netzwerk unterstützt keine Emojis"
1549
 
1550
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:143
1551
  msgid "Text only"
1552
  msgstr "nur Text"
1553
 
1554
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:144 ../..
1555
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:148 ../..
1556
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:183 ../..
1557
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:187 ../..
1558
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:209 ../..
1559
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:213
1560
  msgid "characters"
1561
  msgstr "Zeichen"
1562
 
1563
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:158
1564
  msgid "Network does not support image for pages"
1565
  msgstr "Netzwerk unterstützt keine Bilder für Seiten"
1566
 
1567
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:242
1568
  msgid "post format"
1569
  msgstr "Postformat"
1570
 
1571
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:251
1572
  msgid "Insert full-text"
1573
  msgstr "ganzen Text einfügen"
1574
 
1575
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:253
1576
  msgid "Delete text"
1577
  msgstr "Text löschen"
1578
 
1579
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:277
1580
  msgid "hide calendar"
1581
  msgstr "Kalender ausblenden"
1582
 
1583
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:319 ../..
1584
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:343 ../..
1585
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:367 ../..
1586
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:385 ../..
1587
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:400
1588
  msgid "Write something about your post..."
1589
  msgstr "Schreibe etwas..."
1590
 
1591
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:326 ../..
1592
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:350 ../..
1593
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:374 ../..
1594
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:430
1595
  msgid "Change image for this network"
1596
  msgstr "Bild für dieses Netzwerk ändern"
1597
 
1598
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:330
1599
  msgid ""
1600
  "Info: Change Open Graph Meta tags image, title and description for this "
1601
  "network"
1602
  msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
1603
 
1604
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:333 ../..
1605
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:357
1606
  msgid ""
1607
  "You want to change your link image, link title and link description for this "
1608
  "network? Click here."
1609
  msgstr "Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
1610
 
1611
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:335
1612
  msgid "OG Meta title"
1613
  msgstr "OG Titel"
1614
 
1615
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:336
1616
  msgid "OG Meta description"
1617
  msgstr "OG Beschreibung"
1618
 
1619
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:354
1620
  msgid "Info: Change Card Meta tags image, title and description for this network"
1621
  msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
1622
 
1623
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:359
1624
  msgid "Card Meta title"
1625
  msgstr "Card Titel"
1626
 
1627
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:360
1628
  msgid "Card Meta description"
1629
  msgstr "Card Beschreibung"
1630
 
1631
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:417
1632
  msgid "required"
1633
  msgstr "erforderlich"
1634
 
1635
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:437 ../..
1636
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:439
1637
  msgid "Link"
1638
  msgstr "Link"
1639
 
1640
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:498
1641
  msgid "The Headline..."
1642
  msgstr "Die Überschrift..."
1643
 
1644
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:503
1645
  msgid "Hashtags"
1646
  msgstr "Hashtags"
1647
 
1648
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:534
1649
  msgid "Share Now"
1650
  msgstr "Sofort teilen"
1651
 
1652
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:537 ../..
1653
+ #: /plugins/blog2social-v-4-7/views/b2s/post.calendar.php:215 ../..
1654
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:377
1655
  msgid "Schedule post once"
1656
  msgstr "Beitrag einmal planen"
1657
 
1658
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:539
1659
  msgid "Schedule Recurrent Post"
1660
  msgstr "regelmäßig Planen"
1661
 
1662
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:573
1663
  msgid "Interval"
1664
  msgstr "Intervall"
1665
 
1666
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:574 ../..
1667
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:577
1668
  msgid "Duration"
1669
  msgstr "Dauer"
1670
 
1671
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:578
1672
  msgid "Repeat"
1673
  msgstr "Wiederholungen"
1674
 
1675
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:579
1676
  msgid "Day of month"
1677
  msgstr "Tag im Month"
1678
 
1679
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:580
1680
  msgid "Duration in days"
1681
  msgstr "Abstand in Tagen"
1682
 
1683
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:582
1684
  msgid "Start date"
1685
  msgstr "Startdatum"
1686
 
1687
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:583 ../..
1688
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:616 ../..
1689
+ #: /plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:635 ../..
1690
+ #: /plugins/blog2social-v-4-7/views/b2s/partials/post-edit-modal.php:42 ../..
1691
+ #: /plugins/blog2social-v-4-7/views/b2s/partials/post-edit-modal.php:47
1692
  msgid "Time"
1693
  msgstr "Zeit"
1694
 
1695
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:584
1696
  msgid "Days"
1697
  msgstr "Tage"
1698
 
1699
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:590
1700
  msgid "weekly"
1701
  msgstr "wöchentlich"
1702
 
1703
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:591
1704
  msgid "monthly"
1705
  msgstr "monatlich"
1706
 
1707
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:592
1708
  msgid "own period"
1709
  msgstr "eigener Zeitraum"
1710
 
1711
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:598
1712
  msgid "Week"
1713
  msgstr "Woche"
1714
 
1715
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:598
1716
  msgid "Weeks"
1717
  msgstr "Wochen"
1718
 
1719
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:607
1720
  msgid "Month"
1721
  msgstr "Monat"
1722
 
1723
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:607
1724
  msgid "Months"
1725
  msgstr "Monate"
1726
 
1727
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:616
1728
  msgid "Times"
1729
  msgstr "mal"
1730
 
1731
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:627
1732
  msgid "End Of Month"
1733
  msgstr "Monatsende"
1734
 
1735
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:632
1736
  msgid "Timespan"
1737
  msgstr "Timespan"
1738
 
1739
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:634 ../..
1740
+ #: /plugins/blog2social-v-4-7/views/b2s/partials/post-edit-modal.php:41 ../..
1741
+ #: /plugins/blog2social-v-4-7/views/b2s/partials/post-edit-modal.php:46
1742
  msgid "Date"
1743
  msgstr "Startdatum"
1744
 
1745
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:640
1746
  msgid "Mon"
1747
  msgstr "Mo"
1748
 
1749
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:641
1750
  msgid "Tue"
1751
  msgstr "Di"
1752
 
1753
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:642
1754
  msgid "Wed"
1755
  msgstr "Mi"
1756
 
1757
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:643
1758
  msgid "Thu"
1759
  msgstr "Do"
1760
 
1761
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:644
1762
  msgid "Fri"
1763
  msgstr "Fr"
1764
 
1765
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:645
1766
  msgid "Sat"
1767
  msgstr "Sa"
1768
 
1769
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:646
1770
  msgid "Sun"
1771
  msgstr "So"
1772
 
1773
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:652
 
 
 
 
1774
  msgid "Add Posting Time"
1775
  msgstr "neue Terminserie anlegen"
1776
 
1777
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:658
1778
  msgid "Apply Settings To All Networks"
1779
  msgstr "Planung für alle Netzwerke übernehmen"
1780
 
1781
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Item.php:659
1782
  msgid "Save as best time for this network"
1783
  msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
1784
 
1785
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Save.php:278
1786
  msgid "view social media post"
1787
  msgstr "Zeige Social Media Beitrag an"
1788
 
1789
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/Ship/Save.php:287
1790
  msgid "scheduled on"
1791
  msgstr "geplant für"
1792
 
1793
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/User/Info.php:11
1794
  msgid "Number of shared posts"
1795
  msgstr "Anzahl geteilter Beiträge"
1796
 
1797
+ #: ../../plugins/blog2social-v-4-7/includes/B2S/User/Info.php:14
1798
  msgid "Number of scheduled posts"
1799
  msgstr "Anzahl der geplanten Posts"
1800
 
1801
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:267
1802
  msgid "Auto-Post on Social Media"
1803
  msgstr "Automatisch auf Social Media teilen"
1804
 
1805
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:268
1806
  msgid "Social Media Content Calendar"
1807
  msgstr "Social Media Kalender"
1808
 
1809
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:508
1810
  msgid "This post will be shared into your social media on"
1811
  msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
1812
 
1813
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:508 ../..
1814
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:510
1815
  msgid "show details"
1816
  msgstr "siehe Details"
1817
 
1818
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:510
1819
  msgid "This post will be shared on social media in 2-3 minutes!"
1820
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
1821
 
1822
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:514
1823
  msgid ""
1824
  "Please, make sure that your post are publish on this blog on this moment. "
1825
  "Then you can auto post your post with Blog2social."
1827
  "Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
1828
  " Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
1829
 
1830
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:529
1831
  msgid "Upgrade to Premium"
1832
  msgstr "Premium freischalten"
1833
 
1834
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:549
1835
  msgctxt "command (plugins)"
1836
  msgid "Deactivate"
1837
  msgstr "Deaktivieren"
1838
 
1839
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:560
1840
  msgid "Your post could not be posted."
1841
  msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
1842
 
1843
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:561
1844
  msgid "Your authorization has expired. Please check your authorization."
1845
  msgstr "Deine Autorisierung ist abgelaufen. Bitte überprüfe deine Autorisierung."
1846
 
1847
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:562
1848
  msgid "The network has marked the post as spam or abusive."
1849
  msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
1850
 
1851
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:563
1852
  msgid ""
1853
  "We don't have the permission to publish your post. Please check your "
1854
  "authorization."
1856
  "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
1857
  "überprüfe deine Autorisierung."
1858
 
1859
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:564
1860
  msgid ""
1861
  "Your authorization is interrupted. Please check your authorization. Please "
1862
  "see <a target=\"_blank\" href=\"https://www.blog2social."
1866
  "Siehe <a target=\"_blank\" href=\"https://www.blog2social."
1867
  "com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
1868
 
1869
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:565
1870
+ msgid "Your daily limit has been reached."
1871
+ msgstr "Dein tägliches Beitragslimit wurde erreicht."
1872
+
1873
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:566
1874
  msgid "Your post could not be posted, because your image is not available."
1875
  msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
1876
 
1877
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:567
1878
  msgid ""
1879
  "The network has blocked your account. Please see <a target=\"_blank\" "
1880
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
1884
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
1885
  "loesungen.html\">FAQ</a>."
1886
 
1887
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:568
1888
  msgid ""
1889
  "The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
1890
  "//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
1894
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
1895
  "loesungen.html\">FAQ</a>."
1896
 
1897
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:569
1898
+ msgid "Your daily limit for this network has been reached. Please try again later."
1899
+ msgstr ""
1900
+ "Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
1901
+ "versuche es später noch einmal."
1902
+
1903
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:570
1904
  msgid ""
1905
  "The network can not publish special characters such as Emoji. Please see <a "
1906
  "target=\"_blank\" href=\"https://www.blog2social."
1910
  "//www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen."
1911
  "html\">FAQ</a>."
1912
 
1913
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:571
1914
  msgid "Your post is a duplicate."
1915
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
1916
 
1917
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:572
1918
+ msgid "The network requires a public url."
1919
+ msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
1920
+
1921
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:573
1922
+ msgid "Your group can not be found by the network."
1923
+ msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden. "
1924
+
1925
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:630 ../..
1926
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:630 ../../plugins/blog2social-v-
1927
+ #: 4-7/includes/Loader.php:663
1928
  msgid "Dashboard"
1929
  msgstr "Dashboard"
1930
 
1931
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:631 ../..
1932
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:631 ../../plugins/blog2social-v-
1933
+ #: 4-7/includes/Loader.php:670
1934
  msgid "Posts & Sharing"
1935
  msgstr "Beiträge"
1936
 
1937
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:632 ../..
1938
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:632 ../../plugins/blog2social-v-
1939
+ #: 4-7/includes/Loader.php:677 ../../plugins/blog2social-v-4-7/views/b2s/network.
1940
  #: php:17
1941
  msgid "Networks"
1942
  msgstr "Netzwerke"
1943
 
1944
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:633 ../..
1945
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:633 ../../plugins/blog2social-v-
1946
+ #: 4-7/includes/Loader.php:683 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:
1947
+ #: 54 ../../plugins/blog2social-v-4-7/views/b2s/ship.php:265
1948
  msgid "Settings"
1949
  msgstr "Einstellungen"
1950
 
1951
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:634 ../..
1952
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:634 ../../plugins/blog2social-v-
1953
+ #: 4-7/includes/Loader.php:689
1954
  msgid "PR-Service"
1955
  msgstr "PR-Service"
1956
 
1957
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:635 ../..
1958
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:635 ../../plugins/blog2social-v-
1959
+ #: 4-7/includes/Loader.php:696 ../../plugins/blog2social-v-4-
1960
+ #: 7/views/b2s/widgets/tutorial.php:4
1961
  msgid "How to & FAQ"
1962
  msgstr "How to & FAQ"
1963
 
1964
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:636
1965
  msgid "Premium"
1966
  msgstr "Premium"
1967
 
1968
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:654
1969
  msgid "Blog2Social"
1970
  msgstr "Blog2Social"
1971
 
1972
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:1043 ../..
1973
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:1196
1974
  msgid "or"
1975
  msgstr "oder"
1976
 
1977
+ #: ../../plugins/blog2social-v-4-7/includes/Loader.php:1043 ../..
1978
+ #: /plugins/blog2social-v-4-7/includes/Loader.php:1196
1979
  msgid "back to install plugins"
1980
  msgstr "zurück zur Pluginübersicht"
1981
 
1982
+ #: ../../plugins/blog2social-v-4-7/includes/Notice.php:18
1983
  msgid ""
1984
  "<strong>Rate it!</strong> If you like Blog2Social, please give us a 5 star "
1985
  "rating. I there is anything that does not work for you, please contact us!"
1987
  "Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
1988
  "Bewertung. Spreche uns an, wenn Dir ir­gend­was nicht gefällt."
1989
 
1990
+ #: ../../plugins/blog2social-v-4-7/includes/Notice.php:19 ../..
1991
+ #: /plugins/blog2social-v-4-7/views/b2s/html/sidebar.phtml:55
1992
  msgid "RATE BLOG2SOCIAL"
1993
  msgstr "Blog2Social jetzt bewerten"
1994
 
1995
+ #: ../../plugins/blog2social-v-4-7/includes/Notice.php:20
1996
  msgid "hide"
1997
  msgstr "ausblenden"
1998
 
1999
+ #: ../../plugins/blog2social-v-4-7/includes/PRG/Post/Filter.php:31
2000
  msgid "All Authors"
2001
  msgstr "alle Autoren"
2002
 
2003
+ #: ../../plugins/blog2social-v-4-7/includes/PRG/Post/Filter.php:42
2004
  msgid "All Types"
2005
  msgstr "alle Typen"
2006
 
2007
+ #: ../../plugins/blog2social-v-4-7/includes/PRG/Post/Item.php:100
2008
  msgid "You have no posts published or scheduled"
2009
  msgstr "Du hast keine Beiträge veröffentlicht oder geplant"
2010
 
2011
+ #: ../../plugins/blog2social-v-4-7/includes/PRG/Post/Item.php:127
2012
  msgid "Publish on PR-Gateway"
2013
  msgstr "Beitrag über PR-Gateway veröffentlichen"
2014
 
2015
+ #: ../../plugins/blog2social-v-4-7/includes/PRG/Post/Item.php:129
2016
  msgid "on Blog"
2017
  msgstr "auf dem Blog"
2018
 
2019
+ #: ../../plugins/blog2social-v-4-7/includes/System.php:61
2020
  msgid ""
2021
  "Blog2Social used cURL. cURL is not installed in your PHP installation on "
2022
  "your server. Install cURL and activate Blog2Social again."
2024
  "Blog2Social verwendet cURL. cURL ist nicht in deiner PHP Version auf deinem "
2025
  "Server installiert. Installiere cURL und aktiviere Blog2Social erneut."
2026
 
2027
+ #: ../../plugins/blog2social-v-4-7/includes/System.php:64 ../..
2028
+ #: /plugins/blog2social-v-4-7/includes/System.php:70
2029
  msgid ""
2030
  "Please see <a href=\"https://www.blog2social."
2031
  "com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
2035
  "com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
2036
  "blog2social.html\" target=\"_blank\">FAQ</a>"
2037
 
2038
+ #: ../../plugins/blog2social-v-4-7/includes/System.php:67
2039
  msgid ""
2040
  "Blog2Social used PHP. Your installed PHP version on your server is not high "
2041
  "enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
2044
  "um Blog2Social zu nutzen. Aktualisere Deine PHP Version auf 5.5.3 oder höher."
2045
  " "
2046
 
2047
+ #: ../../plugins/blog2social-v-4-7/includes/System.php:73
2048
  msgid ""
2049
  "Blog2Social seems to have no permission to write in your WordPress database. "
2050
  "Please make sure to assign Blog2Social the permission to write in the "
2054
  "Bitte stelle sicher, dass Blog2Social das Recht eingeräumt wird, in Deine "
2055
  "Wordpress Datenbank zu schreiben."
2056
 
2057
+ #: ../../plugins/blog2social-v-4-7/includes/System.php:76
2058
  msgid ""
2059
  "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
2060
  "requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find "
2064
  "com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
2065
  "blog2social.html\" target=\"_blank\">Siehe FAQ</a>"
2066
 
2067
+ #: ../../plugins/blog2social-v-4-7/views/b2s/dashboard.php:82
2068
  msgid "Couldn't find your answer?"
2069
  msgstr "Konntest Du Deine Antwort nicht finden?"
2070
 
2071
+ #: ../../plugins/blog2social-v-4-7/views/b2s/dashboard.php:84
2072
  msgid "Contact Support by Email"
2073
  msgstr "Support-Team per E-Mail kontaktieren"
2074
 
2075
+ #: ../../plugins/blog2social-v-4-7/views/b2s/dashboard.php:86
2076
  msgid "Call us: +49 2181 7569-277"
2077
  msgstr "Ruf' uns an: +49 2181 7569-277"
2078
 
2079
+ #: ../../plugins/blog2social-v-4-7/views/b2s/dashboard.php:88
2080
  msgid "(Call times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
2081
  msgstr "(Anrufzeiten: Montags bis Freitag von 9:00 bis 17:00 MEZ)"
2082
 
2083
+ #: ../../plugins/blog2social-v-4-7/views/b2s/howto.php:9
2084
  msgid "How to use Blog2Social"
2085
  msgstr "So nutzt Du Blog2Social"
2086
 
2087
+ #: ../../plugins/blog2social-v-4-7/views/b2s/howto.php:17
2088
  msgid ""
2089
  "Learn how to get the most out of Blog2Social to promote your blog on social "
2090
  "media. Find step-by-step instructions and tips for FREE and PREMIUM users."
2093
  "auf den Social Media zu bewerben. Siehe Dir dazu die Schritt-für-Schritt "
2094
  "Anleitung und Tipps für Free und Premium Nutzer an."
2095
 
2096
+ #: ../../plugins/blog2social-v-4-7/views/b2s/howto.php:30
2097
  msgid "Do you need help?"
2098
  msgstr "Brauchst Du Unterstützung?"
2099
 
2100
+ #: ../../plugins/blog2social-v-4-7/views/b2s/howto.php:32
2101
  msgid "Find answers to common questions in our FAQ."
2102
  msgstr "Finde Antworten zu häufig gestelle Fragen in umserem FAQ."
2103
 
2104
+ #: ../../plugins/blog2social-v-4-7/views/b2s/howto.php:37
2105
  msgid "search FAQ"
2106
  msgstr "suchen"
2107
 
2108
+ #: ../../plugins/blog2social-v-4-7/views/b2s/howto.php:41 ../..
2109
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/support.php:1
2110
  msgid "TOP 5 FAQ"
2111
  msgstr "TOP 5 FAQ"
2112
 
2113
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:21 ../..
2114
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:22 ../../plugins/blog2social-
2115
+ #: v-4-7/views/b2s/post.calendar.php:170 ../../plugins/blog2social-v-4-
2116
+ #: 7/views/b2s/post.calendar.php:171 ../../plugins/blog2social-v-4-
2117
+ #: 7/views/prg/post.php:25 ../../plugins/blog2social-v-4-7/views/prg/post.php:26 .
2118
+ #: ./../plugins/blog2social-v-4-7/views/b2s/html/post.navbar.phtml:15 ../..
2119
+ #: /plugins/blog2social-v-4-7/views/b2s/html/post.navbar.phtml:16
2120
+ msgid "filter"
2121
+ msgstr "Filter"
2122
 
2123
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:27 ../..
2124
+ #: /plugins/blog2social-v-4-7/views/b2s/partials/post-edit-modal.php:60
2125
  msgid "Delete"
2126
  msgstr "löschen"
2127
 
2128
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:32 ../..
2129
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:35 ../../plugins/blog2social-
2130
+ #: v-4-7/views/b2s/network.php:68 ../../plugins/blog2social-v-4-
2131
+ #: 7/views/b2s/network.php:91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2132
  msgid "Create new profile"
2133
  msgstr "neues Profil erstellen"
2134
 
2135
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:34
2136
  msgid "You want to define a new combination of networks?"
2137
  msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
2138
 
2139
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:74
2140
  msgid "create"
2141
  msgstr "erstellen"
2142
 
2143
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:94
2144
  msgid ""
2145
  "All connected networks will be displayed as default \"Standard\" networks "
2146
  "profile.<br><br>You may define various sets of social media accounts, "
2180
  "verschiedene Netzwerk-Profile noch schneller auf Deine verschiedenen "
2181
  "Netzwerk-Kombinationen zuzugreifen."
2182
 
2183
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:97
2184
  msgid "You want to add another network profile, pages or groups?"
2185
  msgstr ""
2186
  "Du möchtest ein weiteres Netzwerkprofil anlegen oder auf Seiten und Gruppen "
2187
  "posten?"
2188
 
2189
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:126
2190
  msgid "Delete Profile"
2191
  msgstr "Profil löschen"
2192
 
2193
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:129
2194
  msgid "Do you really want to delete this profile"
2195
  msgstr "Soll Dein Profil wirklich gelöscht werden?"
2196
 
2197
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:132 ../..
2198
+ #: /plugins/blog2social-v-4-7/views/b2s/post.publish.php:74 ../..
2199
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:86 ../..
2200
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/posts.php:80 ../..
2201
+ #: /plugins/blog2social-v-4-7/views/prg/ship.php:92
2202
  msgid "NO"
2203
  msgstr "NEIN"
2204
 
2205
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:133 ../..
2206
+ #: /plugins/blog2social-v-4-7/views/b2s/network.php:161 ../../plugins/blog2social-
2207
+ #: v-4-7/views/b2s/post.publish.php:75 ../../plugins/blog2social-v-4-
2208
+ #: 7/views/b2s/post.sched.php:87 ../../plugins/blog2social-v-4-
2209
+ #: 7/views/b2s/widgets/posts.php:81
2210
  msgid "YES, delete"
2211
  msgstr "Ja, löschen"
2212
 
2213
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:143
2214
  msgid "Delete Authorization"
2215
  msgstr "Autorisierung löschen"
2216
 
2217
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:152
2218
  msgid "Do you really want to delete this authorization"
2219
  msgstr "Soll die Autorisierung wirklich löschen werden?"
2220
 
2221
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:155
2222
  msgid "You have still set up scheduled posts for this network:"
2223
  msgstr "Du hast noch ausstehende Veröffentlichungen für dieses Netzwerk geplant:"
2224
 
2225
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:156
2226
  msgid "scheduled posts"
2227
  msgstr "geplante Beiträge"
2228
 
2229
+ #: ../../plugins/blog2social-v-4-7/views/b2s/network.php:162
2230
  msgid "View schedule posts for this profile"
2231
  msgstr "Gehe zu geplanten Beiträgen für dieses Profil."
2232
 
2233
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/plugin-deactivate-modal.php:
2234
+ #: 10
2235
+ msgid "Do you want to delete your scheduled posts?"
2236
+ msgstr "Möchtest Du Deine geplanten Beiträge löschen?"
2237
+
2238
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/plugin-deactivate-modal.php:
2239
+ #: 13
2240
+ msgid ""
2241
+ "Do you want Blog2Social to delete all your scheduled social media posts? "
2242
+ "Your scheduled posts will no longer be sent to your social networks."
2243
+ msgstr ""
2244
+ "Möchtest Du, dass Blog2Social die Versandplanung für alle mit Blog2Social "
2245
+ "geplanten Beiträge löscht? Deine geplanten Beiträge werden anschließend "
2246
+ "nicht weiter an Deine sozialen Netzwerke versendet."
2247
+
2248
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/plugin-deactivate-modal.php:
2249
+ #: 14
2250
+ msgid "Delete scheduled posts"
2251
+ msgstr "Geplante Beiträge löschen"
2252
+
2253
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/plugin-deactivate-modal.php:
2254
+ #: 17
2255
+ msgid "Continue deactivation"
2256
+ msgstr "Deaktivierung fortsetzen"
2257
+
2258
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/post-edit-modal.php:7
2259
+ msgid "Edit Post"
2260
+ msgstr "Beitrag bearbeiten"
2261
+
2262
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/post-edit-modal.php:29
2263
+ msgid "This post is blocked by %1"
2264
+ msgstr "% 1bearbeitet gerade diesen Beitrag."
2265
+
2266
+ #: ../../plugins/blog2social-v-4-7/views/b2s/partials/post-edit-modal.php:64
2267
+ msgid "Change details"
2268
+ msgstr "Änderungen übernehmen"
2269
+
2270
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:30
2271
  msgid "Sort by network"
2272
  msgstr "Nach Netzwerk sortieren"
2273
 
2274
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:78 ../..
2275
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:159
2276
  msgid "add post"
2277
  msgstr "neuer Beitrag"
2278
 
2279
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:98 ../..
2280
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:117 ../..
2281
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:460
2282
  msgid "Choose your"
2283
  msgstr "Wähle Deinen"
2284
 
2285
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:98 ../..
2286
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:117 ../..
2287
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:460
2288
  msgid "Post Format"
2289
  msgstr "Postformat"
2290
 
2291
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:100 ../..
2292
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:119 ../..
2293
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:462
2294
  msgid "for:"
2295
  msgstr "für:"
2296
 
2297
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:119 ../..
2298
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:138 ../..
2299
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:477
2300
  msgid ""
2301
  "Define the default settings for the custom post format for all of your "
2302
  "Facebook accounts in the Blog2Social settings."
2304
  "Definiere Dein Standard-Beitragsformat für alle Deine Facebook-Verbindungen "
2305
  "unter den Blog2Social Einstellungen."
2306
 
2307
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:122 ../..
2308
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:141 ../..
2309
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:480
2310
  msgid ""
2311
  "Define the default settings for the custom post format for all of your "
2312
  "Twitter accounts in the Blog2Social settings."
2314
  "Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen "
2315
  "unter den Blog2Social Einstellungen."
2316
 
2317
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:125 ../..
2318
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:144 ../..
2319
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:483
2320
  msgid ""
2321
  "Define the default settings for the custom post format for all of your "
2322
  "Google+ accounts in the Blog2Social settings."
2324
  "Definiere Dein Standard-Beitragsformat für alle Deine Google+ Verbindungen "
2325
  "unter den Blog2Social Einstellungen."
2326
 
2327
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:128 ../..
2328
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:147 ../..
2329
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:486
2330
  msgid ""
2331
  "Define the default settings for the custom post format for all of your "
2332
  "Instagram accounts in the Blog2Social settings."
2334
  "Definiere Dein Standard-Beitragsformat für alle Deine Instagram-Verbindungen "
2335
  "unter den Blog2Social Einstellungen."
2336
 
2337
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:143 ../..
2338
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:98 ../..
2339
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:417
2340
  msgid "Select image for"
2341
  msgstr "Wähle Bild aus für"
2342
 
2343
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:162
2344
  msgid "Select a post"
2345
  msgstr "Beitrag auswählen"
2346
 
2347
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:209 ../..
2348
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:371
2349
  msgid "Need to schedule your posts?"
2350
  msgstr "Du möchtest Deine Beiträge planen?"
2351
 
2352
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:212 ../..
2353
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:374
2354
  msgid "Blog2Social Premium covers everything you need."
2355
  msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
2356
 
2357
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:216 ../..
2358
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:378
2359
  msgid ""
2360
  "You want to publish a post on a specific date? No problem! Just enter your "
2361
  "desired date and you are ready to go!"
2363
  "Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? "
2364
  "Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
2365
 
2366
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:218 ../..
2367
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:380
2368
  msgid "Schedule post recurrently"
2369
  msgstr "Beitrag mehrfach planen"
2370
 
2371
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:219 ../..
2372
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:381
2373
  msgid ""
2374
  "You have evergreen content you want to re-share from time to time in your "
2375
  "timeline? Schedule your evergreen content to be shared once, multiple times "
2379
  "möchtest? Plane Deinen Evergreen-Content einmalig, mehrfach oder "
2380
  "wiederholend zu verschiedenden Zeiten."
2381
 
2382
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:221 ../..
2383
+ #: /plugins/blog2social-v-4-7/views/b2s/premium.php:78 ../../plugins/blog2social-
2384
+ #: v-4-7/views/b2s/ship.php:383 ../../plugins/blog2social-v-4-
2385
+ #: 7/views/b2s/widgets/premium.php:71 ../../plugins/blog2social-v-4-
2386
+ #: 7/views/b2s/html/footer.phtml:191
2387
  msgid "Best Time Scheduler"
2388
  msgstr "Beste Zeiten Manager"
2389
 
2390
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.calendar.php:222 ../..
2391
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:384
2392
  msgid ""
2393
  "Whenever you publish a post, only a fraction of your followers will actually "
2394
  "see your post. Use the Blog2Social Best Times Scheduler to share your post "
2400
  "Dein Beitrag zu den Besten Zeiten für jedes Netzwerk zu planen. Erhalte mehr "
2401
  "Reichweite und verlängere die Lebensdauer Deiner Beiträge."
2402
 
2403
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.publish.php:65 ../..
2404
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/posts.php:71
2405
  msgid "Delete entries from the reporting"
2406
  msgstr "Einträge aus dem Reporting löschen"
2407
 
2408
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.publish.php:68 ../..
2409
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/posts.php:74
2410
  msgid "You are sure, you want to delete entries from the reporting?"
2411
  msgstr "Bist Du sicher, dass Du Einträge aus dem Reporting löschen möchtest?"
2412
 
2413
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.publish.php:70 ../..
2414
+ #: /plugins/blog2social-v-4-7/views/b2s/post.sched.php:82 ../..
2415
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/posts.php:76
2416
  msgid "Number of entries"
2417
  msgstr "Anzahl der Einträge"
2418
 
2419
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.sched.php:77
 
 
 
 
2420
  msgid "Delete entries form the scheduling"
2421
  msgstr "Einträge aus der Planung löschen"
2422
 
2423
+ #: ../../plugins/blog2social-v-4-7/views/b2s/post.sched.php:80
2424
  msgid "You are sure, you want to delete entries from the scheduling?"
2425
  msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
2426
 
2427
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:9 ../..
2428
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:1
2429
  msgid "Your license: Blog2Social"
2430
  msgstr "Du nutzt Blog2Social"
2431
 
2432
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:21 ../..
2433
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:13
2434
  msgid ""
2435
  "Upgrade to Blog2Social Premium to schedule your posts for the best time, "
2436
  "once or recurringly with the Best Time Scheduler and post to pages, groups "
2440
  "im Voraus planen, zur einmaligen oder wiederholten Veröffentlichung. Und Du "
2441
  "kannst auf Seiten, in Gruppen und mehreren Accounts pro Netzwerk posten."
2442
 
2443
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:22 ../..
2444
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:14
2445
  msgid "Learn more"
2446
  msgstr "mehr erfahren"
2447
 
2448
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:27 ../..
2449
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:19 ../..
2450
+ #: /plugins/blog2social-v-4-7/views/b2s/html/sidebar.phtml:24
2451
  msgid "Enter license key and change your version"
2452
  msgstr "Lizenzschlüssel eingeben und Version ändern"
2453
 
2454
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:29 ../..
2455
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:21 ../..
2456
+ #: /plugins/blog2social-v-4-7/views/b2s/html/sidebar.phtml:26
2457
  msgid "Activate"
2458
  msgstr "Aktivieren"
2459
 
2460
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:51
2461
  msgid "Social Media Sharing"
2462
  msgstr "Netzwerkauswahl"
2463
 
2464
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:52 ../..
2465
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:36
2466
  msgid "Cross-share to all popular social networks"
2467
  msgstr "Teilen von Blogbeiträgen auf allen Social Media"
2468
 
2469
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:60
2470
  msgid "Auto Posting"
2471
  msgstr "Auto-Posting"
2472
 
2473
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:61 ../..
2474
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:48
2475
  msgid "Automatically share your posts whenever you publish a new blog post"
2476
  msgstr "Blogbeiträge automatisch beim Veröffentlichen teilen"
2477
 
2478
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:69
2479
  msgid "Customizing Social Media Posts"
2480
  msgstr "Individualisieren"
2481
 
2482
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:70 ../..
2483
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:60
2484
  msgid ""
2485
  "Edit or add comments, hashtags or handles. Edit posts in HTML for re-"
2486
  "publishing on blogging networks"
2488
  "Posting-Texte ergänzen mit Kommentaren, Hashtags oder Handles. HTML-Editor "
2489
  "für das Posten in Blog-Netzwerken"
2490
 
2491
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:79 ../..
2492
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:72
2493
  msgid "Choose pre-defined times to post or edit and define your own time settings"
2494
  msgstr "Optimaler Zeitpunkt zum Posten voreingestellt und anpassbar"
2495
 
2496
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:89
2497
  msgid "Social Media Scheduler"
2498
  msgstr "Veröffentlichungen planen"
2499
 
2500
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:90
2501
  msgid ""
2502
  "Social media scheduling: once, repeatedly or recurrently to multiple "
2503
  "profiles, pages and groups"
2505
  "Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
2506
  "Gruppen posten"
2507
 
2508
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:98
2509
  msgid "Individual Images for Each Social Media Post"
2510
  msgstr "Individuelle Bilder für jeden Social Media Post"
2511
 
2512
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:99
2513
  msgid ""
2514
  "Select any image from your media gallery for each social media post and "
2515
  "channel"
2516
  msgstr "Wählen Sie beliebige Bilder für Ihre Social Media Posts"
2517
 
2518
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:107
2519
  msgid "Select Post Format"
2520
  msgstr "Beitragsformat auswählen"
2521
 
2522
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:108 ../..
2523
+ #: /plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:96
2524
  msgid "One-page preview editor for all social networks for easy customizing"
2525
  msgstr ""
2526
  "Zentrale Vorschauseite für alle Social Media mit Editor für einfaches "
2527
  "Anpassen"
2528
 
2529
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:116
2530
  msgid "Social Media Reporting"
2531
  msgstr "Reporting"
2532
 
2533
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:117
2534
  msgid "Keep track of your scheduled and shared posts"
2535
  msgstr ""
2536
  "Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
2537
  "einfachen Aufrufen und erneuten Teilen"
2538
 
2539
+ #: ../../plugins/blog2social-v-4-7/views/b2s/premium.php:122
2540
  msgid "Show me plans and prices"
2541
  msgstr "Versionen und Preise anzeigen"
2542
 
2543
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:25
2544
  msgid "save..."
2545
  msgstr "speichere Daten..."
2546
 
2547
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:30
2548
  msgid "General"
2549
  msgstr "Allgemein"
2550
 
2551
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:36
2552
  msgid "Social Meta Data"
2553
  msgstr "Social Meta Angaben"
2554
 
2555
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:39
2556
  msgid "Best Time Settings"
2557
  msgstr "Zeit-Einstellungen"
2558
 
2559
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:42
2560
  msgid "Network Settings"
2561
  msgstr "Netzwerk-Einstellungen"
2562
 
2563
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:65 ../..
2564
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:439
2565
  msgid "My Time Settings"
2566
  msgstr "Meine Zeit-Einstellungen"
2567
 
2568
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:76
2569
  msgid "Reset predefined best time settings"
2570
  msgstr "Voreingestellte beste Zeiten zurücksetzen"
2571
 
2572
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:86
2573
  msgid "Post format"
2574
  msgstr "Beitragsformat"
2575
 
2576
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:96
2577
  msgid "Facebook"
2578
  msgstr "Facebook"
2579
 
2580
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:99
2581
  msgid "Twitter"
2582
  msgstr "Twitter"
2583
 
2584
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:102
2585
  msgid "Google+"
2586
  msgstr "Google+"
2587
 
2588
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:105
2589
  msgid "Instagram"
2590
  msgstr "Instagram"
2591
 
2592
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:205
2593
  msgid "Allow shortcodes in my post"
2594
  msgstr "berücksichtige Shortcodes in meinen Beiträgen"
2595
 
2596
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:208
2597
  msgid ""
2598
  "Shortcodes are used by some wordpress plugins like Elementor, Visual "
2599
  "Composer and Content Builder. When a shortcode is inserted in a WordPress "
2612
  "den Inhalt durch ein Plugin zu ersetzen, das Du verwendet.<br><br> Aktiviere "
2613
  "diese Funktion, wenn Du dynamische Elemente in Deinen Beiträgen verwendest."
2614
 
2615
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:219
2616
  msgid "Include WordPress tags as hashtags in your posts"
2617
  msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
2618
 
2619
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:222
2620
  msgid ""
2621
  "Hashtags are a great way to generate more reach and visibility for your "
2622
  "posts. By activating this feature Blog2Social will automatically include "
2633
  "Hinzufügen zusätzlicher Hashtags zu machen. Blog2Social löscht unnötige "
2634
  "Leerzeichen Deiner WordPress-Tags, um gültige Hashtags zu erstellen. \n"
2635
 
2636
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:233
2637
+ msgid "Activate Legacy mode "
2638
+ msgstr "Kompatibilitätsmodus aktivieren "
2639
+
2640
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:236
2641
+ msgid "Plugin contents are loaded one at a time to minimize server load."
2642
+ msgstr ""
2643
+ "Plugininhalte werden nacheinander geladen, um den Hosting-Server Deines "
2644
+ "Blogs zu entlasten."
2645
+
2646
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:247
2647
  msgid "Instant Caching for Facebook Link Posts"
2648
  msgstr "Instant Caching für Facebook Link-Beiträge"
2649
 
2650
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:250
2651
  msgid ""
2652
  "To make sure that Facebook always pulls the current meta data of your blog "
2653
  "post for link-posts, Blog2Social adds a \"no-cache=1\" parameter to the post "
2659
  "Caching bei Facebook Link-Beiträgen den “no-cache=1” Parameter an die "
2660
  "Beitrags-URL. Dies ist notwendig, wenn Du varnish caching benutzt.\n"
2661
 
2662
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:252
2663
  msgid "Note: To use Facebook Instant Articles, this option must be disabled."
2664
  msgstr ""
2665
  "Achtung: Um Facebook Instant Artikel zu verwenden, muss diese Option "
2666
  "deaktiviert sein."
2667
 
2668
+ #: ../../plugins/blog2social-v-4-7/views/b2s/settings.php:268
2669
  msgid ""
2670
  "Blog2Social applies the scheduled time settings based on the time zone "
2671
  "defined in the general settings of your WordPress. You can select a user-"
2679
  "für die Planung Deiner Social Media Posts festlegen. Wähle dazu die "
2680
  "gewünschte Zeitzone aus dem Drop-Down Menü."
2681
 
2682
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:29
2683
  msgid "Social Media Scheduling & Sharing"
2684
  msgstr "Beitrag auf Social Media planen und teilen"
2685
 
2686
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:40
2687
  msgid "scroll to bottom"
2688
  msgstr "zum Seitenende"
2689
 
2690
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:45
2691
  msgid "You want to load your time settings?"
2692
  msgstr "Du möchtest Deine Zeiten laden?"
2693
 
2694
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:46
2695
  msgid "Load My Time Settings"
2696
  msgstr "Meine Zeit-Einstellungen laden"
2697
 
2698
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:52
2699
  msgid "Load Best Time Scheduler"
2700
  msgstr "Beste Zeiten laden"
2701
 
2702
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:85
2703
  msgid "Social Accounts"
2704
  msgstr "Social Media Konten"
2705
 
2706
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:103
2707
  msgid "Add more..."
2708
  msgstr "mehr hinzufügen"
2709
 
2710
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:105
2711
  msgid "Profiles | Pages | Groups"
2712
  msgstr "Profile | Seiten | Gruppen"
2713
 
2714
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:127
2715
  msgid "Save Network Selection"
2716
  msgstr "Netzwerkauswahl speichern"
2717
 
2718
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:136
2719
  msgid "network connected"
2720
  msgstr "Netzwerk verbunden"
2721
 
2722
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:137
2723
  msgid "requires image"
2724
  msgstr "Bild benötigt"
2725
 
2726
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:138
2727
  msgid "refresh authorization"
2728
  msgstr "Autorisierung aktualisieren"
2729
 
2730
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:161
2731
  msgid ""
2732
  "Notice:<br><p>Please make sure, that your website address is reachable. The "
2733
  "Social Networks do not allow postings from local installations.</p>"
2736
  "erreichbar ist. Die sozialen Netzwerke erlauben keine Posts von lokalen "
2737
  "Installationen.</p>"
2738
 
2739
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:163
2740
  msgid "change website address"
2741
  msgstr "Webseiten-Adresse ändern"
2742
 
2743
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:180
2744
  msgid "First, connect or select network before posting"
2745
  msgstr ""
2746
  "Verbinde Dich zuerst mit einem Netzwerk oder wähle ein Netzwerk aus, bevor "
2747
  "Du den Beitrag teilst!"
2748
 
2749
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:182
2750
  msgid "connect"
2751
  msgstr "Jetzt mit Netzwerken verbinden"
2752
 
2753
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:190
2754
  msgid "scroll to top"
2755
  msgstr "zum Seitenanfang"
2756
 
2757
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:191 ../..
2758
+ #: /plugins/blog2social-v-4-7/views/b2s/ship.php:195
2759
  msgid "Share"
2760
  msgstr "Teilen"
2761
 
2762
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:204
2763
  msgid "Time zone"
2764
  msgstr "Zeitzone"
2765
 
2766
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:220
2767
  msgid "Share new post on Social Media"
2768
  msgstr "Teile einen neuen Beitrag auf Social Media"
2769
 
2770
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:242
2771
  msgid "Connect for"
2772
  msgstr "Netzwerke verbinden für"
2773
 
2774
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:258
2775
  msgid "Time Scheduling"
2776
  msgstr "Zeitplanung"
2777
 
2778
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:262
2779
  msgid ""
2780
  "You have not yet defined personal time settings. To edit personal time "
2781
  "settings click on the Blog2Social Settings on the left-hand menu and select "
2787
  "Menü von Blog2Social und wähle die \"Zeit-Einstellungen\" aus. Dort kannst Du "
2788
  "die voreingestellten besten Zeiten verändern."
2789
 
2790
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:275
2791
  msgid "Re-share this Post"
2792
  msgstr "Diesen Beitrag nochmal teilen"
2793
 
2794
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:278
2795
  msgid ""
2796
  "You can re-share your post for a different sharing purpose, or to share on a "
2797
  "different choice of networks, profiles, pages or groups, or with different "
2816
  "auf \"Diesen Beitrag erneut teilen\" und Du wirst erneut zur Vorschau geführt, "
2817
  "wo Deine Netzwerke, Texte und Bilder auswählen oder variieren kannst. "
2818
 
2819
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:281
2820
  msgid "You want re-share your blog post?"
2821
  msgstr "Du möchtest Deinen Beitrag erneut teilen?"
2822
 
2823
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:309
2824
  msgid "Save Network Settings"
2825
  msgstr "Netzwerkeinstellungen speichern"
2826
 
2827
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:312
2828
  msgid ""
2829
  "You can save your current network settings as \"Standard\" network settings "
2830
  "for any future sharing activities or as a \"Profile\" to choose from (Premium)."
2856
  "zur Vorschau geführt, wo Du Deine Netzwerke, Texte und Bilder wählen oder "
2857
  "variieren kannst. "
2858
 
2859
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:324
2860
  msgid "Your blog post is not yet published on your Wordpress!"
2861
  msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
2862
 
2863
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:327
2864
  msgid "At least one of your selected networks is set to \"Share Now\""
2865
  msgstr "Mindestens ein Netzwerk wurde mit der Option \"Sofort teilen\" ausgewählt."
2866
 
2867
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:331
2868
  msgid "Schedule your post"
2869
  msgstr "Beitrag planen"
2870
 
2871
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:334
2872
  msgid "Ignore & share"
2873
  msgstr "Ignorieren & teilen"
2874
 
2875
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:509
2876
  msgid "add Schedule"
2877
  msgstr "neuer Termin"
2878
 
2879
+ #: ../../plugins/blog2social-v-4-7/views/b2s/ship.php:521
2880
  msgid "Give me more information"
2881
  msgstr "Erhalte mehr Infomationen"
2882
 
2883
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/activity.php:5
2884
  msgid "Your activity"
2885
  msgstr "Deine Aktivität"
2886
 
2887
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/activity.php:8
2888
  msgid "Show activity starting from"
2889
  msgstr "Zeige Aktivität ab"
2890
 
2891
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/activity.php:13
2892
  msgid "published social media posts"
2893
  msgstr "veröffentlichte Beiträge"
2894
 
2895
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/calendar.php:1 ../..
2896
+ #: /plugins/blog2social-v-4-7/views/b2s/html/post.navbar.phtml:10
2897
  msgid "Calendar"
2898
  msgstr "Kalender"
2899
 
2900
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/newsletter.php:4
2901
  msgid "Get news and updates for promoting your blog on social media"
2902
  msgstr "Aktuelle Infos zur Blog-Promotion auf Social Media"
2903
 
2904
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/newsletter.php:10
2905
  msgid "Get updates"
2906
  msgstr "Updates erhalten"
2907
 
2908
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/newsletter.php:12
2909
  msgid ""
2910
  "We hate spam, too. We will never sell your email address to any other "
2911
  "company or for any other purpose."
2913
  "Wir mögen auch keinen Spam. Deine E-Mail-Adresse werden wir weder verkaufen "
2914
  "noch anderweitig zweckentfremden. "
2915
 
2916
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/newsletter.php:16
2917
  msgid "You have already subscribed to the newsletter. Awesome!"
2918
  msgstr "Du hast Dich schon für den Newsletter angemeldet! Prima!"
2919
 
2920
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/posts.php:19
2921
  msgid "Latest Posts"
2922
  msgstr "letzte Beiträge"
2923
 
2924
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/posts.php:31 ../..
2925
+ #: /plugins/blog2social-v-4-7/views/b2s/html/post.navbar.phtml:7
2926
  msgid "Scheduled Posts"
2927
  msgstr "geplante Beiträge"
2928
 
2929
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:35
2930
  msgid "Network Choice"
2931
  msgstr "Netzwerkauswahl"
2932
 
2933
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:59
2934
  msgid "Custom Sharing"
2935
  msgstr "Individualisieren"
2936
 
2937
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:83
2938
  msgid "Custom Scheduling"
2939
  msgstr "Veröffentlichungen planen"
2940
 
2941
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:84
2942
  msgid ""
2943
  "Unlimited scheduling options: once, repeatedly or recurringly to multiple "
2944
  "profiles, pages and groups"
2946
  "Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
2947
  "Gruppen posten"
2948
 
2949
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:95
2950
  msgid "One-Step Workflow"
2951
  msgstr "One-Step Workflow"
2952
 
2953
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:107
2954
  msgid "Reporting"
2955
  msgstr "Veröffentlichungen anzeigen"
2956
 
2957
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:108
2958
  msgid ""
2959
  "All scheduled and published social media posts with direct links for easy "
2960
  "access or re-sharing"
2962
  "Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
2963
  "einfachen Aufrufen und erneuten Teilen"
2964
 
2965
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/premium.php:115
2966
  msgid "Unlock Premium"
2967
  msgstr "Premium freischalten"
2968
 
2969
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/support.php:9
2970
  msgid "more FAQ"
2971
  msgstr "mehr FAQ"
2972
 
2973
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/tutorial.php:1 ../..
2974
+ #: /plugins/blog2social-v-4-7/views/b2s/html/service.phtml:4
2975
  msgid "How to work with Blog2Social"
2976
  msgstr "So arbeitest Du mit Blog2Social"
2977
 
2978
+ #: ../../plugins/blog2social-v-4-7/views/b2s/widgets/tutorial.php:2
2979
  msgid ""
2980
  "Learn how to get the most out of Blog2Social to promote your blog on social "
2981
  "media."
2983
  "Du erfährst, wie Du Blog2Social optimal nutzt, um Deinen Blog auf Social "
2984
  "Media zu promoten."
2985
 
2986
+ #: ../../plugins/blog2social-v-4-7/views/notice.php:12
2987
  msgid "Connection is broken..."
2988
  msgstr "Vebindung ist unterbrochen..."
2989
 
2990
+ #: ../../plugins/blog2social-v-4-7/views/notice.php:14
2991
  msgid ""
2992
  "The connection to your server has been interrupted. Please make sure that "
2993
  "your blog is reachable. If your server does not respond or is too slow, "
3000
  "nicht mit dem internet verbinden. Versuche es später erneut oder kontaktiere "
3001
  "Deinen Webmaster, wenn dieser Fehler erneut erscheint."
3002
 
3003
+ #: ../../plugins/blog2social-v-4-7/views/notice.php:17
3004
  msgid "Update..."
3005
  msgstr "Aktualisierung..."
3006
 
3007
+ #: ../../plugins/blog2social-v-4-7/views/notice.php:19
3008
  msgid ""
3009
  "<b> A new version of Blog2Social is available. </b> Update now <br> "
3010
  "Blog2Social to continue to use the latest version of the plugin."
3011
  msgstr "<b> Eine neue Version von Blog2Social ist verfügbar </b>"
3012
 
3013
+ #: ../../plugins/blog2social-v-4-7/views/notice.php:23
3014
  msgid "Update Blog2Social"
3015
  msgstr "Aktualisiere Blog2Social"
3016
 
3017
+ #: ../../plugins/blog2social-v-4-7/views/notice.php:26
3018
  msgid "Unknown error"
3019
  msgstr "Unbekannter Fehler"
3020
 
3021
+ #: ../../plugins/blog2social-v-4-7/views/notice.php:28
3022
  msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
3023
  msgstr ""
3024
  "<b> Ein unbekannter Fehler ist aufgetreten. </b> <br> Bitte kontaktiere "
3025
  "unseren Support."
3026
 
3027
+ #: ../../plugins/blog2social-v-4-7/views/prg/login.php:14
3028
  msgid "Login failed. Please check your username and a password!"
3029
  msgstr ""
3030
  " Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfe Deinen "
3031
  "Benutzernamen und Dein Password!"
3032
 
3033
+ #: ../../plugins/blog2social-v-4-7/views/prg/login.php:20
3034
  msgid "Login failed. Please check your server settings. OpenSSL must be enabled on."
3035
  msgstr ""
3036
  " Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfen Deine "
3037
  "Server-Einstellungen. OpenSSL muss aktiviert sein. "
3038
 
3039
+ #: ../../plugins/blog2social-v-4-7/views/prg/login.php:23
3040
  msgid "E-Mail or Username"
3041
  msgstr "E-Mail oder Benutzername"
3042
 
3043
+ #: ../../plugins/blog2social-v-4-7/views/prg/login.php:24
3044
  msgid "Password"
3045
  msgstr "Passwort"
3046
 
3047
+ #: ../../plugins/blog2social-v-4-7/views/prg/login.php:27
3048
  msgid "Sign in"
3049
  msgstr "Anmelden"
3050
 
3051
+ #: ../../plugins/blog2social-v-4-7/views/prg/login.php:29
3052
  msgid "create account"
3053
  msgstr "neues Konto erstellen"
3054
 
3055
+ #: ../../plugins/blog2social-v-4-7/views/prg/login.php:29
3056
  msgid "reset password"
3057
  msgstr "Passwort zurücksetzen"
3058
 
3059
+ #: ../../plugins/blog2social-v-4-7/views/prg/login.php:35
3060
  msgid "Test PR-Gateway for free"
3061
  msgstr "PR-Gateway kostenlos und unverbindlich testen"
3062
 
3063
+ #: ../../plugins/blog2social-v-4-7/views/prg/login.php:36
3064
  msgid "1x publish press release <br> 1x publish report <br> 1x promote event"
3065
  msgstr ""
3066
  "1 x Pressemitteilung veröffentlichen <br> 1 x Report abrufen <br>1 x "
3067
  "Veranstaltung bewerben"
3068
 
3069
+ #: ../../plugins/blog2social-v-4-7/views/prg/login.php:38
3070
  msgid ""
3071
  "The press distribution PR gateway automatically publish your press releases "
3072
  "and events with one click.Publish your message over 250 portals."
3078
  "internationalen und regionalen Portalen, Social Media und Dokumenten-"
3079
  "Netzwerken."
3080
 
3081
+ #: ../../plugins/blog2social-v-4-7/views/prg/login.php:41
3082
  msgid "Start your 14-Day Free Trial"
3083
  msgstr "Jetzt kostenlos testen"
3084
 
3085
+ #: ../../plugins/blog2social-v-4-7/views/prg/ship.php:34
3086
  msgid "Select Image"
3087
  msgstr "Bild auswählen"
3088
 
3089
+ #: ../../plugins/blog2social-v-4-7/views/prg/ship.php:45 ../..
3090
+ #: /plugins/blog2social-v-4-7/views/prg/ship.php:47
3091
  msgid "Copyright"
3092
  msgstr "Copyright"
3093
 
3094
+ #: ../../plugins/blog2social-v-4-7/views/prg/ship.php:66
3095
  msgid "Save As Draft"
3096
  msgstr "als Entwurf speichern"
3097
 
3098
+ #: ../../plugins/blog2social-v-4-7/views/prg/ship.php:67
3099
  msgid "Publish"
3100
  msgstr "Veröffentlichen"
3101
 
3102
+ #: ../../plugins/blog2social-v-4-7/views/prg/ship.php:85
3103
  msgid "Please Note"
3104
  msgstr "Hinweis"
3105
 
3106
+ #: ../../plugins/blog2social-v-4-7/views/prg/ship.php:88
3107
  msgid ""
3108
  "It may incur charges for publishing on PR-Gateway. Sent press releases can "
3109
  "not be withdrawn. If you want your press release to be published now?"
3113
  "Pressemitteilungen können nicht mehr zurückgenommen werden. Soll Deine "
3114
  "Pressemitteilung jetzt versendet werden?"
3115
 
3116
+ #: ../../plugins/blog2social-v-4-7/views/prg/ship.php:91
3117
  msgid "Yes, I accept"
3118
  msgstr "Ja,einverstanden"
3119
 
3120
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:4
3121
  msgid "Terms"
3122
  msgstr "Agbs"
3123
 
3124
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:4
3125
  msgid "We never store your data from your social media profiles."
3126
  msgstr "Wir speichern keine persönlichen Daten Deiner Social Media Profile."
3127
 
3128
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:8 ../..
3129
+ #: /plugins/blog2social-v-4-7/views/prg/html/footer.phtml:8 ../..
3130
+ #: /plugins/blog2social-v-4-7/views/prg/html/header.phtml:40
3131
  msgid "Post"
3132
  msgstr "Beitrag"
3133
 
3134
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:9 ../..
3135
+ #: /plugins/blog2social-v-4-7/views/prg/html/footer.phtml:9
3136
  msgid "Job"
3137
  msgstr "Stellenanzeige"
3138
 
3139
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:10 ../..
3140
+ #: /plugins/blog2social-v-4-7/views/prg/html/footer.phtml:10
3141
  msgid "Event"
3142
  msgstr "Veranstaltung"
3143
 
3144
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:22
3145
  msgid "Upgrade to Blog2Social for Premium"
3146
  msgstr "Jetzt auf Blog2Social PREMIUM upgraden "
3147
 
3148
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:52
3149
  msgid "Upgrade to Blog2Social for PREMIUM PRO"
3150
  msgstr "Jetzt auf Blog2Social PREMIUM PRO upgraden "
3151
 
3152
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:55
3153
  msgid ""
3154
  "You can select different combinations of networks and save them for "
3155
  "different sharing purposes."
3157
  "Du kannst für verschiedene Social Media Aktivitäten oder Kampagnen eine "
3158
  "passende Kombination von Netzwerken anlegen und speichern."
3159
 
3160
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:58
3161
  msgid ""
3162
  "With Blog2Social Premium PRO you can save your preferred network "
3163
  "combinations for future reference and choose individual names for each "
3177
  "mehrere Social Media Profile, Seiten und Gruppen eines Netzwerks in einer "
3178
  "Kombination verbinden."
3179
 
3180
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:61
3181
  msgid "With Blog2Social PREMIUM PRO you can also:"
3182
  msgstr "Mit blog2Social Premium PRO kannst Du außerdem:"
3183
 
3184
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:63
3185
  msgid ""
3186
  "Post on LinkedIn pages, XING pages and groups, as well as Facebook and "
3187
  "Google+ pages and groups"
3189
  "Auf LinkedIn-Seiten, auf XING-Seiten und -Gruppen, sowie auf Seiten und "
3190
  "Gruppen in Facebook und Google+ posten"
3191
 
3192
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:65
3193
  msgid ""
3194
  "Schedule your posts at the best times on each network: for one time, "
3195
  "multiple times or recurrently"
3197
  "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
3198
  "oder nach einem regelmäßigen Muster"
3199
 
3200
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:68
3201
  msgid ""
3202
  "Reporting and calendar: keep track of your published and scheduled social "
3203
  "media posts"
3205
  "Mit dem Reporting & Kalender Deine bereits veröffentlichten und geplanten "
3206
  "Social Media Post im Blick behalten."
3207
 
3208
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:75
3209
  msgid "Activate Blog2Social PREMIUM PRO."
3210
  msgstr "Aktiviere Blog2Social PREMIUM PRO. "
3211
 
3212
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:77
3213
  msgid ""
3214
  "With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as "
3215
  "well as XING groups."
3217
  "Mit Blog2Social Premium PRO kannst Du auf Seiten in LinkedIn und XING und in "
3218
  "XING-Gruppen posten."
3219
 
3220
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:80
3221
  msgid "Also included:"
3222
  msgstr "Außerdem inklusive"
3223
 
3224
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:82
3225
  msgid "Social media auto-posting and auto-scheduling"
3226
  msgstr "Blogbeiträge auto-posten und auto-planen"
3227
 
3228
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:83
3229
  msgid "Posting to social media pages and groups in Facebook and Google+"
3230
  msgstr "Posten auf Social Media Seiten und in Gruppen bei Facebook and Google+ "
3231
 
3232
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:84
3233
  msgid "Sharing on multiple accounts per network"
3234
  msgstr "Posten in mehreren Accounts pro Netzwerk"
3235
 
3236
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:85
3237
  msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
3238
  msgstr ""
3239
  "Beste Zeiten Manager: Veröffentlichungen einmal, mehrmals oder regelmäßig "
3240
  "planen"
3241
 
3242
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:86
3243
  msgid "Reporting with links to already published posts"
3244
  msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
3245
 
3246
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:101
3247
  msgid "Select the preferred custom post format for your posts"
3248
  msgstr "Entscheide Dich für das passende Format für Deine Social Media Posts"
3249
 
3250
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:106
3251
  msgid ""
3252
  "You can define your preferred custom post format Twitter, Facebook and "
3253
  "Google +. Select link post or photo post format:"
3255
  "Für Facebook, Twitter und Google + kannst Du Dein bevorzugtes Post-Format "
3256
  "standardmäßig festlegen. Wähle das Link-Post- oder das Foto-Post-Format:"
3257
 
3258
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:111
3259
  msgid ""
3260
  "The link post format displays posts title, link address and the first one or "
3261
  "two sentences of the post. The networks scan this information from your META "
3279
  "Deinen Blogbeitrag. Bitte beachte: Bei Google + können nur Bilder, die im "
3280
  "Blogbeitrag enthalten sind, für Link-Posts ausgewählt werden. \n"
3281
 
3282
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:123
3283
  msgid ""
3284
  "For Instagram, you can select \"image with frame\" or \"image cut out\" as your "
3285
  "preferred custom post format."
3287
  "Du kannst für Instagram zwischen \"Bild mit Rahmen\" umd \"Bild "
3288
  "ausgeschnitten\" als Dein bevorzugtes Beitragsformat auswählen."
3289
 
3290
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:173
3291
  msgid "Did you miss something?"
3292
  msgstr "Was vermisst Du?"
3293
 
3294
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:176
3295
  msgid "Help us make Blog2Social even better!"
3296
  msgstr "Helfe uns Blog2Social besser zu machen!"
3297
 
3298
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:180
3299
  msgid "submit"
3300
  msgstr "senden"
3301
 
3302
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:194
3303
  msgid ""
3304
  "Blog2Social provides you with a ready-to-use best time scheduler based on "
3305
  "current research on the best times to post on each social network."
3307
  "Blog2Social stellt Dir ein vordefiniertes Zeitschema für die besten Zeiten "
3308
  "zum Teilen auf den verschiedenen Social Media Kanälen zur Verfügung."
3309
 
3310
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:196
3311
  msgid ""
3312
  "Click Best Time Scheduler in the preview editor to schedule your posts "
3313
  "automatically for the best times to post on each social network."
3316
  "Click \"Best Time Scheduler\" in the preview editor to schedule your posts "
3317
  "automatically for the best times to post on each social network."
3318
 
3319
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:198
3320
  msgid ""
3321
  "You can also define your own personal time settings for posting, if you know "
3322
  "which times work best for your communities. Edit the pre-filled times in the "
3326
  "eingetragenen Zeiten in den allgemeinen Einstellungen, die Du ändern "
3327
  "möchtest und klicke \"speichern\"."
3328
 
3329
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:200
3330
  msgid ""
3331
  "Click My Time Settings in the preview editor to schedule your posts with "
3332
  "your personal best time settings."
3334
  "Klicke \"Meine Zeit-Einstellungen\" im Vorschau-Editor, um Deine Social Media "
3335
  "Posts zu Deinen persönlichen Zeit-Einstellungen zu planen."
3336
 
3337
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:202
3338
  msgid ""
3339
  "You can always edit the predefined times in the preview editor for any post "
3340
  "or network and save your new settings as default for future use."
3343
  "jedes Netzwerk jederzeit individuell ändern oder neu definieren und für alle "
3344
  "zukünftigen Beiträge abspeichern. "
3345
 
3346
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:204
3347
  msgid ""
3348
  "Blog2Social will also apply your personal time settings, if you enable the "
3349
  "Social Media Auto-Poster and select auto-post at scheduled times. "
3352
  "das Social Media Auto-Posting nutzt und die Veröffentlichung zu geplanten "
3353
  "Zeiten auswählst."
3354
 
3355
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:237
3356
  msgid "b2s.pm Link Shortener"
3357
  msgstr "b2s.pm Linkverkürzer"
3358
 
3359
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:240
3360
  msgid ""
3361
  "The Blog2Social Shortener converts and publishes your links with a short URL "
3362
  "on the social networks.<br>If you choose this option, you avoid that re-"
3383
  "den verschiedenen Social Media geklickt, gelikt oder geteilt wurde. <br>Sie "
3384
  "können den b2s.pm Shortener deaktivieren, um Ihre eigene URL anzuzeigen."
3385
 
3386
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:254
3387
+ msgid ""
3388
+ "Select the content that will be automatically pre-filled in your Twitter "
3389
+ "posts. If you have ticked the box \"include WordPress tags as hashtags in my "
3390
+ "post\", hashtags are automatically added in the drop-down menu."
3391
+ msgstr ""
3392
+ "Wähle aus, wie sich der automatisch von Blog2Social vorgeschlagene Text für "
3393
+ "Deinen Twitter-Beitrag zusammensetzt. Wenn du die Option “Füge WordPress-"
3394
+ "Tags als Hashtags zu Deinen Social Media-Posts hinzu” aktiviert hast, werden "
3395
+ "Hashtags auch im Dropdown-Menü automatisch an die Optionen angefügt. "
3396
+
3397
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:311
3398
  msgid "Social Meta Tags Settings"
3399
  msgstr "Meta Tag Einstellungen"
3400
 
3401
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:314 ../..
3402
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:395
3403
  msgid "Change image, title and description for your post on this network"
3404
  msgstr "Bild, Titel und Beschreibung des Blogbeitrags ändern"
3405
 
3406
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:320
3407
  msgid ""
3408
  "Facebook has changed its policy for posting link posts via plugins or web "
3409
  "applications. Facebook does no longer display the featured or selected image "
3426
  "Bitte stelle sicher, dass das ausgewählte Bild die Voraussetzungen für die "
3427
  "Bildgrößen auf Facebook erfüllt."
3428
 
3429
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:322
3430
  msgid ""
3431
  "With Blog2Social you can select a featured image or any image you select to "
3432
  "be displayed with your link post. Blog2Social will automatically write the "
3446
  "der Beitragsvorschau an Bilder, Titel und Beschreibung vornimmst, nicht "
3447
  "übernimmt. "
3448
 
3449
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:325
3450
  msgid ""
3451
  "Twitter has changed its policy for posting link posts via plugins or web "
3452
  "applications. Twitter does no longer display the featured or selected image "
3468
  "werden diese nicht angezeigt. Bitte stelle sicher, dass das ausgewählte Bild "
3469
  "die Voraussetzungen für die Bildgrößen auf Twitter erfüllt."
3470
 
3471
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:327
3472
  msgid ""
3473
  "With Blog2Social you can select a featured image or any image you select to "
3474
  "be displayed with your link post. Blog2Social will automatically write the "
3488
  "Änderungen, die Du in der Beitragsvorschau an Bilder, Titel und Beschreibung "
3489
  "vornimmst, nicht übernimmt. \n"
3490
 
3491
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:330
3492
  msgid ""
3493
  "You can change the image, title and description for your post on Facebook, "
3494
  "by editing the following fields for"
3496
  "Du kannst das Bild, den Titel und die Beschreibung für Deinen Post auf "
3497
  "Facebook über die folgenden Felder ändern:"
3498
 
3499
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:333 ../..
3500
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:348
3501
  msgid "image"
3502
  msgstr "Bild"
3503
 
3504
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:335 ../..
3505
+ #: /plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:350
3506
  msgid "description"
3507
  msgstr "Beschreibung"
3508
 
3509
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:337
3510
  msgid ""
3511
  "Blog2Social will automatically write these information in the Facebook Open "
3512
  "Graph (OG) Meta Tags for Image, Title and Description of your blog post."
3515
  "Graph (OG) Meta Tag Parameter Deines Blogbeitrags für Image, Title und "
3516
  "Description."
3517
 
3518
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:340
3519
  msgid ""
3520
  "Please note: If this post has already been shared or scheduled previously, "
3521
  "your current changes will also affect the look of previously shared or "
3528
  "Meta Tag Parameter Deiner Beitragsseite zieht und alle vorhandenen Beiträge "
3529
  "mit diesen Informationen automatisch aktualisiert."
3530
 
3531
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:342
3532
  #, php-format
3533
  msgid ""
3534
  "Please note: Your changes will have no effect on your social media posts on "
3539
  "berücksichtigt werden, wenn Du in den Blog2Social Meta Tag<a target=\"_blank\" "
3540
  "href=\"%s\">Einstellungen</a>, die Meta Tag Funktion manuell deaktiviert hast."
3541
 
3542
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:345
3543
  msgid ""
3544
  "You can change the image, title and description for your post on Twitter, by "
3545
  "editing the following fields for"
3547
  "Du kannst das Bild, den Titel und die Beschreibung für Deinen Post auf "
3548
  "Twitter über die folgenden Felder ändern:"
3549
 
3550
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:352
3551
  msgid ""
3552
  "Blog2Social will automatically write these information in the Twitter Card "
3553
  "Meta Tags for Image, Title and Description of your blog post."
3555
  "Blog2Social übergibt diese Informationen automatisch an die Twitter Card "
3556
  "Meta Tag Parameter Deines Blogbeitrags für Image, Title und Description."
3557
 
3558
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:355
3559
  msgid ""
3560
  "Please note: If this post has already been shared or scheduled previously, "
3561
  "your current changes will also affect the look of previously shared or "
3570
  "bereits geteilt hast, kann es bis zu 7 Tagen dauern, bis Twitter die "
3571
  "Änderungen aktualisiert. "
3572
 
3573
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:357
3574
  #, php-format
3575
  msgid ""
3576
  "Please note: Your changes will have no effect on your social media posts on "
3582
  "target=\"_blank\" href=\"%s\">Einstellungen </a> die Meta Tag Funktion manuell "
3583
  "deaktiviert hast."
3584
 
3585
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:364
3586
  msgid "You want to change the image, title and description for your post?"
3587
  msgstr "Du möchtest Dein Bild, Titel und Beschreibung für diesen Beitrag ändern?"
3588
 
3589
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:400
3590
  msgid ""
3591
  "You are currently sharing this post as image post. Changes to title and "
3592
  "description Meta Tag parameters will only be supported for link post formats."
3598
  "Format unterstützt. Bitte ändere das Post Format in Linkbeitrag, um "
3599
  "Änderungen am Titel und der Beschreibung für die Postvorschau vorzunehmen."
3600
 
3601
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:403
3602
  #, php-format
3603
  msgid ""
3604
  "Your changes will have no effect on your social media posts on Facebook, if "
3609
  "Du Meta Tag Einstellungen für Facebook unter den Blog2Social <a "
3610
  "target=\"_blank\" href=\"%s\">Einstellungen</a> deaktiviert hast."
3611
 
3612
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/footer.phtml:406
3613
  #, php-format
3614
  msgid ""
3615
  "Your changes will have no effect on your social media posts on Twitter, if "
3620
  "Du Meta Tag Einstellungen für Twitter unter den Blog2Social <a "
3621
  "target=\"_blank\" href=\"%s\">Einstellungen</a> deaktiviert hast."
3622
 
3623
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:26
3624
  msgid ""
3625
  "To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
3626
  "Our support assists you as of PHP version 5.5.3. See also:"
3629
  "höher benötigt. Unser Support unterstützt Dich ab PHP Version 5.5.3. Siehe "
3630
  "auch:"
3631
 
3632
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:27
3633
  msgid "Technical requirements for Blog2Social"
3634
  msgstr "Technische Vorraussetzungen für Blog2Social"
3635
 
3636
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:41
3637
  msgid "Thank you. You'll now receive the blog updates from Blog2Social."
3638
  msgstr "Vielen Dank. Ab sofort erhältest Du die Blog-Updates von Blog2Social."
3639
 
3640
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:59
3641
  msgid "Autoposter limit has been reached"
3642
  msgstr "Das Autoposter-Limit wurde erreicht"
3643
 
3644
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:59
3645
  msgid "Your daily limit for posting automatically has been reached."
3646
  msgstr "Dein tägliche Limit für das automatische Veröffentlichen wurde erreicht."
3647
 
3648
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:66
3649
  msgid "You have clear all page and post meta data successful."
3650
  msgstr "Alle Seiten und Beitrags Metangaben sind gelöscht."
3651
 
3652
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:71
3653
  msgid "The page and post meta data could not be removed."
3654
  msgstr "Die Seiten und Beitrags Metangaben können nicht gelöscht werden."
3655
 
3656
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:77
3657
  msgid ""
3658
  "You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta "
3659
  "tags from Yoast SEO."
3661
  "Du hast Yoast SEO aktiviert. Blog2Social Meta Tags überschreibt die "
3662
  "Metaangaben von Yoast SEO nun."
3663
 
3664
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:83
3665
+ msgid ""
3666
+ "You currently have both Blog2Social Social Meta Tags and All in One SEO Pack "
3667
+ "plugins active. To make sure that your Social Meta Tags are set correctly, "
3668
+ "please deactivate All in One Seo Social Meta settings. If they are already "
3669
+ "deactivated, you can ignore this message."
3670
+ msgstr ""
3671
+ "Du hast derzeit sowohl Blog2Social Social Meta Tags als auch All in One SEO "
3672
+ "Pack Plugins aktiviert. Um sicherzustellen, dass Deine Social Meta Tags "
3673
+ "korrekt gesetzt werden, deaktiviere bitte die All in One Seo Social Meta "
3674
+ "Einstellungen. Wenn Du sie bereits deaktiviert hast, kannst Du diese Meldung "
3675
+ "ignorieren."
3676
+
3677
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:89
3678
  msgid ""
3679
  "You currently have both Blog2Social Social Meta Tags and Facebook Open Graph,"
3680
  " Google+ and Twitter Card Tags plugins active. This is no recommended. "
3686
  "deaktiviere die Facebook Open Graph, Google+ and Twitter Card Tags "
3687
  "Einstellungen."
3688
 
3689
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:96
3690
  msgid "This entry could not be removed. It's not yours!"
3691
  msgstr "Der Eintrag kann nicht entfernt werden. Es ist nicht Deiner!"
3692
 
3693
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:101
3694
  msgid "This entry was removed successful."
3695
  msgstr "Der Eintrag wurde entfernt."
3696
 
3697
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:115
3698
  msgid "Post was scheduled successfully on your blog!"
3699
  msgstr "Beitrag wurde erfolgreich auf Deinem Blog geplant!"
3700
 
3701
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:117
3702
  msgid "Post is published successfully on your blog!"
3703
  msgstr "Beitrag wird erfolgreich auf Deinem Blog veröffentlicht!"
3704
 
3705
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3706
  msgid "Your authorization was successful."
3707
  msgstr "Deine Autorisierung war erfolgreich."
3708
 
3709
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:136
3710
  msgid "Your profile was saved successful."
3711
  msgstr "Dein Profil wurde erfolgreich gespeichert."
3712
 
3713
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:141
3714
  msgid "Your profile could not be saved."
3715
  msgstr "Dein Profil konnte nicht gespeichert werden."
3716
 
3717
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:146
3718
  msgid "Your authorization could not be removed."
3719
  msgstr "Deine Autorisierung konnte nicht entfernt werden."
3720
 
3721
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:151
3722
  msgid "Your authorization was removed successful."
3723
  msgstr "Dein Profil wurde erfolgreich entfernt."
3724
 
3725
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:156
3726
  msgid "Thank you! Your feedback has been received."
3727
  msgstr "Vielen Dank. Dein Hinweis wurde an uns übermittelt."
3728
 
3729
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:161
3730
  msgid "Your feedback could not be delivered."
3731
  msgstr "Dein Hinweis konnte nicht übermittelt werden. Bitte versuche es erneut."
3732
 
3733
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:168 ../..
3734
+ #: /plugins/blog2social-v-4-7/views/b2s/html/header.phtml:183
3735
  msgid "Your settings were successfully saved."
3736
  msgstr "Deine Einstellungen sind gespeichert."
3737
 
3738
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:173
3739
  msgid "Your settings could not be saved."
3740
  msgstr "Deine Einstellungen konnte nicht gespeichert werden. Versuche es erneut."
3741
 
3742
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:178
3743
  msgid ""
3744
  "Your settings could not be saved, because you have auto-posting enabled but "
3745
  "no social networks selected."
3747
  "Deine Einstellungen konnten nicht gespeichert werden, weil Du keine Social "
3748
  "Media Netzwerke ausgewählt hast."
3749
 
3750
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:191
3751
  #, php-format
3752
  msgid ""
3753
  "Hi, we noticed you just shared your %s. blog post with Blog2Social - that's "
3759
  "sehr freuen und uns helfen, das Tool bekannter zu machen. Vielen Dank für "
3760
  "Deine Unterstützung.\n"
3761
 
3762
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:194
3763
  msgid "Ok, you deserve it"
3764
  msgstr "Ok, Ihr habt es verdient "
3765
 
3766
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:197
3767
  msgid "Nope, maybe later"
3768
  msgstr "Nicht jetzt, vielleicht später "
3769
 
3770
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:200
3771
  msgid "I already did it"
3772
  msgstr "Habe ich schon gemacht "
3773
 
3774
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:212
3775
  msgid "Boost your social media automation with Blog2Social PREMIUM!"
3776
  msgstr "Mache mehr aus Deiner Social Media Automatisierung mit Blog2Social PREMIUM!"
3777
 
3778
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:214
3779
  msgid ""
3780
  "Blog2Social provides even more options for auto-posting and auto-scheduling "
3781
  "for your posts. Easily schedule your posts with the Best Time Scheduler or "
3790
  "Formaten für jedes Netzwerk und jeden Post, wähle dazu beliebige Bilder aus "
3791
  "deiner Bibliothek aus. Und vieles mehr.\n"
3792
 
3793
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:218
3794
  msgid "Yes, I want to test Blog2Social PREMIUM 30 days for free"
3795
  msgstr "Ja, ich möchte das Blog2Social PREMIUM 30 Tage kostenlos testen "
3796
 
3797
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:221
3798
  msgid "No, I'm happy with Blog2Social FREE"
3799
  msgstr "Nein, ich bin glücklich mit Blog2Social FREE "
3800
 
3801
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:233
3802
  msgid "Your Blog2Social Premium Free Version is activated for "
3803
  msgstr "Deine Blog2Social Testphase läuft noch"
3804
 
3805
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:236
3806
  msgid " Days"
3807
  msgstr "Tage"
3808
 
3809
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:236
3810
  msgid " today"
3811
  msgstr "heute"
3812
 
3813
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:240
3814
  msgid ""
3815
  "Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on "
3816
  "autopilot, automatically schedule your social media posts with the Best Time "
3826
  "hoch. Speichere mehrere Kombinationen von Netzwerken für verschiedene Zwecke."
3827
  " "
3828
 
3829
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:244 ../..
3830
+ #: /plugins/blog2social-v-4-7/views/b2s/html/header.phtml:263
3831
  msgid "I need some more time to decide"
3832
  msgstr "Ich brauche noch mehr Zeit um mich zu entscheiden "
3833
 
3834
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:255
3835
  msgid "Your free trial of Blog2Social PREMIUM has ended."
3836
  msgstr "Deine kostenlose Testversion von Blog2Social PREMIUM ist abgelaufen."
3837
 
3838
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:256
3839
  msgid "We hope you liked Blog2Social Premium."
3840
  msgstr "Wir hoffen, dass Dir Blog2Social Premium gefällt."
3841
 
3842
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:262
3843
  msgid "Yes, I want to upgrade now"
3844
  msgstr "Ja, ich möchte jetzt von Premium profitieren "
3845
 
3846
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:264
3847
  msgid "Did you miss something? Tell us!"
3848
  msgstr "Vermisst Du etwas? Sag es uns! "
3849
 
3850
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:274
3851
+ msgid "Version"
3852
+ msgstr "Version"
3853
+
3854
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:284 ../..
3855
+ #: /plugins/blog2social-v-4-7/views/b2s/html/service.phtml:2
3856
  msgid "Plans & Pricing"
3857
  msgstr "Versionen & Preise"
3858
 
3859
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:285 ../..
3860
+ #: /plugins/blog2social-v-4-7/views/b2s/html/service.phtml:3
3861
  msgid "Support"
3862
  msgstr "Support"
3863
 
3864
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:297
3865
  msgid "Test Blog2Social PREMIUM 30 days for free"
3866
  msgstr "Teste Blog2Social PREMIUM 30 Tage kostenlos"
3867
 
3868
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:303
3869
  msgid ""
3870
  "The free trial can not be started. This blog has been already registered for "
3871
  "the free trial."
3873
  "Die kostenlose Testphase konnte nicht aktiviert werden. Dieser Blog wurde "
3874
  "bereits für die kostenlose Testzeit freigeschaltet."
3875
 
3876
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:308
3877
  msgid "Share on multiple accounts per network"
3878
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
3879
 
3880
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:309
3881
  msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
3882
  msgstr "Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
3883
 
3884
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:310
3885
  msgid "Reporting with links to all published social media posts"
3886
  msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
3887
 
3888
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:313 ../..
3889
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:141 ../..
3890
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:143 ../..
3891
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:218 ../..
3892
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:220
3893
  msgid "E-Mail"
3894
  msgstr "E-Mail"
3895
 
3896
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:317 ../..
3897
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:91 ../..
3898
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:100 ../..
3899
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:168 ../..
3900
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:177
3901
  msgid "First Name"
3902
  msgstr "Vorname"
3903
 
3904
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:321 ../..
3905
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:92 ../..
3906
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:103 ../..
3907
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:169 ../..
3908
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:180
3909
  msgid "Last Name"
3910
  msgstr "Nachname"
3911
 
3912
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:325
3913
  msgid ""
3914
  "By creating an account, you agree to Blog2Social's <a target=\"_blank\" "
3915
  "href=\"https://www.blog2social.com/en/terms/\">Conditions of Use</a> and <a "
3921
  "target=\"_blank\" href=\"https://www.blog2social."
3922
  "com/de/datenschutz/\">Datenschutzerklärung</a> einverstanden.\n"
3923
 
3924
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:330
3925
  msgid "No credit card required"
3926
  msgstr "keine Kreditkarte notwendig"
3927
 
3928
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:334
3929
  msgid "Get Started"
3930
  msgstr "Jetzt loslegen"
3931
 
3932
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:361 ../..
3933
+ #: /plugins/blog2social-v-4-7/views/b2s/html/sidebar.phtml:8
3934
+ msgid "Your license"
3935
+ msgstr "Deine Lizenz"
3936
+
3937
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:372
3938
+ msgid "Your entered License Key is invalid. Please contact support!"
3939
+ msgstr "Dein Lizenzschlüssel ist ungültig. Bitte wende Dich an unseren Support!"
3940
+
3941
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/header.phtml:382
3942
+ msgid "Your license key has reached the maximum number of users."
3943
+ msgstr "Dein Lizenzschlüssel hat die maximale Anzahl an Benutzern erreicht."
3944
+
3945
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/post.navbar.phtml:6
3946
  msgid "All Posts"
3947
  msgstr "alle Beiträge"
3948
 
3949
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/post.navbar.phtml:9
3950
  msgid "Shared Posts"
3951
  msgstr "geteilte Beiträge"
3952
 
3953
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/sidebar.phtml:38
 
 
 
 
3954
  msgid "Network Activity (today)"
3955
  msgstr "Netzwerk Aktivitäten (heute)"
3956
 
3957
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/sidebar.phtml:49
3958
  msgid "Rate it!"
3959
  msgstr "Bewerte Blog2Social"
3960
 
3961
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/sidebar.phtml:52
3962
  msgid ""
3963
  "If you like Blog2Social, please give us a 5 star rating. If there is "
3964
  "anything that does not work for you, please contact us!"
3966
  "Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
3967
  "Bewertung. Spreche uns an, wenn Dir ir­gend­was nicht gefällt."
3968
 
3969
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/sidebar.phtml:68
3970
  msgid "GET STARTED"
3971
  msgstr "Jetzt Affiliate-Partner werden"
3972
 
3973
+ #: ../../plugins/blog2social-v-4-7/views/b2s/html/sidebar.phtml:79
3974
  msgid "Posts from Blog2Social"
3975
  msgstr "Beiträge von Blog2Social"
3976
 
3977
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:7
3978
  msgid "Post a Press Release"
3979
  msgstr "Beitrag als Pressemitteilung veröffentlichen"
3980
 
3981
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:11
3982
  msgid "Category"
3983
  msgstr "Kategorie"
3984
 
3985
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:12
3986
  msgid "Language"
3987
  msgstr "Sprache"
3988
 
3989
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:20
3990
  msgid "German"
3991
  msgstr "Deutsch"
3992
 
3993
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:21
3994
  msgid "English"
3995
  msgstr "Englisch"
3996
 
3997
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:32 ../..
3998
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:34
3999
  msgid "Subtitle"
4000
  msgstr "Untertitel"
4001
 
4002
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:38 ../..
4003
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:40
4004
  msgid "YouTube-Link"
4005
  msgstr "Youtube-Link"
4006
 
4007
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:44 ../..
4008
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:46
4009
  msgid "Message"
4010
  msgstr "Mitteilung"
4011
 
4012
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:50
4013
  msgid "Keywords"
4014
  msgstr "Schlüsselworter"
4015
 
4016
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:52
4017
  msgid "Keywords with commas (e.g .: Blog2Social, PR-Gateway)"
4018
  msgstr "Schlüsselwörter mit Komma getrennt (z.B.: Blog2Social,PR-Gateway)"
4019
 
4020
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:56 ../..
4021
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:58
4022
  msgid "Shortext"
4023
  msgstr "Kurzbeschreibung"
4024
 
4025
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:69
4026
  msgid "Contact Details"
4027
  msgstr "Kontaktangaben"
4028
 
4029
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:74
4030
  msgid "Company"
4031
  msgstr "Firmenkontakt"
4032
 
4033
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:77
4034
  msgid "Press"
4035
  msgstr "Pressekontakt"
4036
 
4037
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:84 ../..
4038
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:86 ../..
4039
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:161 ../..
4040
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:163
4041
  msgid "Name"
4042
  msgstr "Name"
4043
 
4044
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:95 ../..
4045
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:172
4046
  msgid "Mrs."
4047
  msgstr "Frau"
4048
 
4049
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:96 ../..
4050
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:173
4051
  msgid "Mr."
4052
  msgstr "Herr"
4053
 
4054
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:107 ../..
4055
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:110 ../..
4056
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:184 ../..
4057
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:187
4058
  msgid "Street"
4059
  msgstr "Straße"
4060
 
4061
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:108 ../..
4062
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:113 ../..
4063
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:185 ../..
4064
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:190
4065
  msgid "Number"
4066
  msgstr "Nummer"
4067
 
4068
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:117 ../..
4069
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:120 ../..
4070
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:194 ../..
4071
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:197
4072
  msgid "Zip Code"
4073
  msgstr "PLZ"
4074
 
4075
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:118 ../..
4076
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:123 ../..
4077
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:195 ../..
4078
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:200
4079
  msgid "City"
4080
  msgstr "Stadt"
4081
 
4082
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:127 ../..
4083
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:204
4084
  msgid "Country"
4085
  msgstr "Land"
4086
 
4087
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:135 ../..
4088
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:137 ../..
4089
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:212 ../..
4090
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:214
4091
  msgid "Phone"
4092
  msgstr "Telefon"
4093
 
4094
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:147 ../..
4095
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:149 ../..
4096
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:224 ../..
4097
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:226
4098
  msgid "Website"
4099
  msgstr "Webseite"
4100
 
4101
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/form.phtml:153 ../..
4102
+ #: /plugins/blog2social-v-4-7/views/prg/html/form.phtml:155
4103
  msgid "Company Description"
4104
  msgstr "Firmenbeschreibung"
4105
 
4106
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/header.phtml:8
4107
  msgid "You are signed out of <b>PR-Gateway</b>!"
4108
  msgstr "Du bist nun bei PR-Gateway abgemeldet!"
4109
 
4110
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/header.phtml:17
4111
  msgid "Your message will now be sent over PR gateway to the press portals!"
4112
  msgstr "Deine Mitteilung wird nun über PR-Gateway an die Presseportale übermittelt!"
4113
 
4114
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/header.phtml:18
4115
  msgid "See all publications for your message live on "
4116
  msgstr "Verfolge live die Veröffentlichungen Deiner Mitteilung unter"
4117
 
4118
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/header.phtml:20
4119
  msgid "Your message save as draft by PR-Gateway!"
4120
  msgstr ""
4121
  "Deine Mitteilung wurde erfolgreich an PR-Gateway übermittelt und als Entwurf "
4122
  "abgelegt!"
4123
 
4124
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/header.phtml:28
4125
  msgid ""
4126
  "Unfortunately your request can not be processed by Blog2Social. Please try "
4127
  "again!"
4129
  "Deine Anfrage kann leider vom Blog2Social nicht verarbeitet werden. Bitte "
4130
  "versuche es erneut!"
4131
 
4132
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/header.phtml:34
4133
  msgid "Your message has not been received successfully with us. Please try again!"
4134
  msgstr ""
4135
  "Deine Mitteilung ist bei uns leider nicht erfolglreich eingegangen. Bitte "
4136
  "versuche es erneut!"
4137
 
4138
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/header.phtml:48
4139
  msgid ""
4140
  "PR-Gateway offers a paid online distribution service for submitting press "
4141
  "releases, articles and social media news to more than 250 news sites, "
4154
  "auf ausgewählten kostenfreien und kostenpflichtigen Portale zu "
4155
  "veröffentlichen."
4156
 
4157
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/header.phtml:49
4158
  msgid "Register here to open your PR-Gateway account."
4159
  msgstr "Registriere hier Deinen PR-Gateway Account, kostenlos und unverbindlich."
4160
 
4161
+ #: ../../plugins/blog2social-v-4-7/views/prg/html/header.phtml:66
4162
  msgid "Logout"
4163
  msgstr "Abmelden"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: auto post, auto publish, social media scheduling, social media calendar, s
4
  Donate link: http://www.blog2social.com
5
  Requires at least: 4.2.2
6
  Tested up to: 4.9.4
7
- Stable tag: 4.6.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -18,7 +18,7 @@ Auto-post, schedule and share blog posts and contents on social media, pages & g
18
 
19
  * **Connect profiles** on Facebook, Twitter, VK.com, Google+, LinkedIn, Instagram, XING, Reddit, Pinterest, Flickr, Medium, Tumblr, Torial, Diigo and Bloglovin.
20
  * **Connect a business page** on Facebook
21
- * **Automatically share blog posts** on all of your selected networks
22
  * **Tailor your posts** and add comments, tags, hashtags, handles, or emojis for each social network.
23
  * **Manage all blog posts** and share the blog posts of all users of your blog (administrator rights required)
24
  * **Select and share images** with your posts
@@ -297,6 +297,8 @@ We use the official authentification oAUTH methods to third-party applications p
297
  9. Adjust the best times to schedule in the best time scheduler.
298
 
299
  == Changelog ==
 
 
300
  = 4.6.0 =
301
  Usability Optimization, facebook member groups, new network vkontakte, more flexible scheduling
302
  = 4.5.1 =
@@ -355,6 +357,8 @@ Bug Fix: update method
355
  Re-engineered Post dashboard, new one-page preview features: WYSIWYG editors, simplified network selection, new scheduler features: best-times-scheduler, my-times-scheduler, recurring scheduling, multiple accounts per profile (applies to FREE and PREMIUM)
356
 
357
  == Upgrade Notice ==
 
 
358
  = 4.6.0 =
359
  Usability Optimization, facebook member groups, new network vkontakte, more flexible schedueling
360
  = 4.5.1 =
4
  Donate link: http://www.blog2social.com
5
  Requires at least: 4.2.2
6
  Tested up to: 4.9.4
7
+ Stable tag: 4.7.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
18
 
19
  * **Connect profiles** on Facebook, Twitter, VK.com, Google+, LinkedIn, Instagram, XING, Reddit, Pinterest, Flickr, Medium, Tumblr, Torial, Diigo and Bloglovin.
20
  * **Connect a business page** on Facebook
21
+ * **Share your blog posts across** all your selected networks
22
  * **Tailor your posts** and add comments, tags, hashtags, handles, or emojis for each social network.
23
  * **Manage all blog posts** and share the blog posts of all users of your blog (administrator rights required)
24
  * **Select and share images** with your posts
297
  9. Adjust the best times to schedule in the best time scheduler.
298
 
299
  == Changelog ==
300
+ = 4.7.0 =
301
+ Usability Optimization
302
  = 4.6.0 =
303
  Usability Optimization, facebook member groups, new network vkontakte, more flexible scheduling
304
  = 4.5.1 =
357
  Re-engineered Post dashboard, new one-page preview features: WYSIWYG editors, simplified network selection, new scheduler features: best-times-scheduler, my-times-scheduler, recurring scheduling, multiple accounts per profile (applies to FREE and PREMIUM)
358
 
359
  == Upgrade Notice ==
360
+ = 4.7.0 =
361
+ Usability Optimization
362
  = 4.6.0 =
363
  Usability Optimization, facebook member groups, new network vkontakte, more flexible schedueling
364
  = 4.5.1 =
views/b2s/dashboard.php CHANGED
@@ -101,4 +101,7 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
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); ?>">
 
 
 
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'); ?>
views/b2s/howto.php CHANGED
@@ -55,4 +55,6 @@
55
  </div>
56
  </div>
57
  </div>
58
- </div>
 
 
55
  </div>
56
  </div>
57
  </div>
58
+ </div>
59
+
60
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');?>
views/b2s/html/footer.phtml CHANGED
@@ -1,7 +1,7 @@
1
  <!--Footer Start-->
2
  <div class="b2s-footer">
3
  <div class="pull-left hidden-xs <?php echo isset($noLegend) ? 'hide' : ''; ?>">
4
- <small> © <?php echo date('Y'); ?> <a target="_blank" href="http://www.adenion.de" rel="nofollow">Adenion GmbH</a> | <a target="_blank" href="<?php echo B2S_Tools::getSupportLink('term'); ?>" rel="nofollow"><?php _e("Terms","blog2social") ?></a> | <?php _e('We never store your data from your social media profiles.', 'blog2social') ?></small>
5
  </div>
6
  <div class="pull-right hidden-xs <?php echo isset($noLegend) ? 'hide' : ''; ?>">
7
  <small>
@@ -103,7 +103,7 @@
103
  <div class="modal-body">
104
  <div class="row">
105
  <div class="col-md-12">
106
- <b><?php _e('You can define your preferred custom post format Twitter, Facebook and Google +. Select link post or photo post format:','blog2social') ?></b>
107
  <div class="clearfix"></div>
108
  <div class="col-md-6">
109
  <br>
@@ -121,7 +121,7 @@
121
  <div class="row">
122
  <div class="col-md-12">
123
  <b><?php _e('For Instagram, you can select "image with frame" or "image cut out" as your preferred custom post format.', 'blog2social') ?></b>
124
- <div class="clearfix"></div>
125
  <div class="col-md-6">
126
  <br>
127
  <b>1) <?php _e('Image with frame', 'blog2social') ?></b><br>
@@ -258,8 +258,6 @@
258
  </div>
259
  </div>
260
 
261
-
262
-
263
  <div class="modal fade" id="b2sInfoAutoShareModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoAutoShareModal" aria-hidden="true" data-backdrop="false">
264
  <div class="modal-dialog">
265
  <div class="modal-content">
1
  <!--Footer Start-->
2
  <div class="b2s-footer">
3
  <div class="pull-left hidden-xs <?php echo isset($noLegend) ? 'hide' : ''; ?>">
4
+ <small> © <?php echo date('Y'); ?> <a target="_blank" href="http://www.adenion.de" rel="nofollow">Adenion GmbH</a> | <a target="_blank" href="<?php echo B2S_Tools::getSupportLink('term'); ?>" rel="nofollow"><?php _e("Terms", "blog2social") ?></a> | <?php _e('We never store your data from your social media profiles.', 'blog2social') ?></small>
5
  </div>
6
  <div class="pull-right hidden-xs <?php echo isset($noLegend) ? 'hide' : ''; ?>">
7
  <small>
103
  <div class="modal-body">
104
  <div class="row">
105
  <div class="col-md-12">
106
+ <b><?php _e('You can define your preferred custom post format Twitter, Facebook and Google +. Select link post or photo post format:', 'blog2social') ?></b>
107
  <div class="clearfix"></div>
108
  <div class="col-md-6">
109
  <br>
121
  <div class="row">
122
  <div class="col-md-12">
123
  <b><?php _e('For Instagram, you can select "image with frame" or "image cut out" as your preferred custom post format.', 'blog2social') ?></b>
124
+ <div class="clearfix"></div>
125
  <div class="col-md-6">
126
  <br>
127
  <b>1) <?php _e('Image with frame', 'blog2social') ?></b><br>
258
  </div>
259
  </div>
260
 
 
 
261
  <div class="modal fade" id="b2sInfoAutoShareModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoAutoShareModal" aria-hidden="true" data-backdrop="false">
262
  <div class="modal-dialog">
263
  <div class="modal-content">
views/b2s/html/header.phtml CHANGED
@@ -24,11 +24,18 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
24
  <div class="panel panel-group">
25
  <div class="panel-body">
26
  <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e("To use all features of Blog2Social, PHP version 5.5.3 or higher is required. Our support assists you as of PHP version 5.5.3. See also:", "blog2social"); ?>
27
- <a target="_blank" href="<?php echo ((substr(B2S_LANGUAGE, 0, 2) == 'de' || (isset($_GET['lang']) && $_GET['lang'] == 'de')) ? 'https://www.blog2social.com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-blog2social.html' : 'https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html'); ?>"><?php _e('Technical requirements for Blog2Social', 'blog2social'); ?></a>
28
  </div>
29
  </div>
30
  <?php } ?>
31
 
 
 
 
 
 
 
 
32
  <div class="panel panel-group b2s-network-auth-info b2s-mail-update-success" style="display:none;">
33
  <div class="panel-body">
34
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Thank you. You\'ll now receive the blog updates from Blog2Social.', 'blog2social'); ?>
@@ -37,7 +44,7 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
37
  <div class="panel panel-group b2s-heartbeat-fail" style="display: none;">
38
  <div class="panel-body">
39
  <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!', 'blog2social'); ?>
40
- <a target="_blank" href="<?php echo ((substr(B2S_LANGUAGE, 0, 2) == 'de' || (isset($_GET['lang']) && $_GET['lang'] == 'de')) ? 'https://www.blog2social.com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-blog2social.html' : 'https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html'); ?>"><?php _e('Please see FAQ', 'blog2social'); ?></a>
41
  </div>
42
  </div>
43
  <div class="panel panel-group b2s-server-connection-fail" style="display: none;">
@@ -53,35 +60,35 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
53
  </div>
54
  </div>
55
 
56
- <!--Info Meta Tags -->
57
  <div class="panel panel-group b2s-clear-meta-tags b2s-clear-meta-tags-success" style="display:none;">
58
  <div class="panel-body">
59
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('You have clear all page and post meta data successful.', 'blog2social'); ?>
60
  </div>
61
- </div>
62
  <div class="panel panel-group b2s-clear-meta-tags b2s-clear-meta-tags-error" style="display:none;">
63
  <div class="panel-body">
64
  <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('The page and post meta data could not be removed.', 'blog2social'); ?>
65
  </div>
66
- </div>
67
 
68
  <div class="panel panel-group b2s-meta-tags-yoast b2s-meta-tags-success" style="display:<?php echo $showYoast; ?>;">
69
  <div class="panel-body">
70
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta tags from Yoast SEO.', 'blog2social'); ?>
71
  </div>
72
- </div>
73
 
74
  <div class="panel panel-group b2s-meta-tags-aioseop b2s-meta-tags-danger" style="display:<?php echo $showAioseop; ?>;">
75
  <div class="panel-body">
76
  <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('You currently have both Blog2Social Social Meta Tags and All in One SEO Pack plugins active. To make sure that your Social Meta Tags are set correctly, please deactivate All in One Seo Social Meta settings. If they are already deactivated, you can ignore this message.', 'blog2social'); ?>
77
  </div>
78
- </div>
79
 
80
  <div class="panel panel-group b2s-meta-tags-webdados b2s-meta-tags-danger" style="display:<?php echo $showWebdaos; ?>;">
81
  <div class="panel-body">
82
  <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('You currently have both Blog2Social Social Meta Tags and Facebook Open Graph, Google+ and Twitter Card Tags plugins active. This is no recommended. Please, deactivated the Facebook Open Graph, Google+ and Twitter Card Tags settings.', 'blog2social'); ?>
83
  </div>
84
- </div>
85
 
86
  <!--Info-Post-->
87
  <div class="panel panel-group b2s-network-auth-info b2s-post-remove-fail" style="display: none;">
@@ -94,6 +101,11 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
94
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('This entry was removed successful.', 'blog2social'); ?>
95
  </div>
96
  </div>
 
 
 
 
 
97
  <?php if (isset($_GET['origin']) && $_GET['origin'] == 'save_post' && isset($_GET['postStatus'])) { ?>
98
  <div class="panel panel-group b2s-network-auth-info">
99
  <div class="panel-body">
@@ -111,22 +123,6 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
111
 
112
  <div class="b2s-trail-tracking" style="display: none;">
113
  <img height="1" width="1" style="border-style:none;" id="b2s-trail-tracking-src" alt="b2s-trail-tracking"/>
114
- </div>
115
- <!--Info-Key-->
116
- <div class="panel panel-group b2s-key-area-success" style="display: none;">
117
- <div class="panel-body">
118
- <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Version', 'blog2social'); ?> <span class="b2s-key-area-key-name"></span> <?php _e('is successfully activated.', 'blog2social'); ?>
119
- </div>
120
- </div>
121
- <div class="panel panel-group b2s-key-area-fail" style="display: none;">
122
- <div class="panel-body">
123
- <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('Your entered License Key is invalid. Please contact support!', 'blog2social'); ?>
124
- </div>
125
- </div>
126
- <div class="panel panel-group b2s-key-area-fail-max-use" style="display: none;">
127
- <div class="panel-body">
128
- <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('Your license key has reached the maximum number of users.', 'blog2social'); ?>
129
- </div>
130
  </div>
131
 
132
  <!--Info-Network-->
@@ -167,7 +163,7 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
167
  </div>
168
 
169
  <!-- Info-Settings-->
170
- <div class="panel panel-group b2s-network-auth-info b2s-settings-user-success" style="display:<?php echo (isset($_GET['b2s-settings-user-success']) ? 'block': 'none'); ?>;">
171
  <div class="panel-body">
172
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Your settings were successfully saved.', 'blog2social'); ?>
173
  </div>
@@ -209,7 +205,7 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
209
  <?php } ?>
210
 
211
  <!--Info-Trail-->
212
- <?php if (B2S_PLUGIN_USER_VERSION == 0 && !defined("B2S_PLUGIN_TRAIL_END") && !get_option('B2S_HIDE_PREMIUM_MESSAGE') && (!isset($_GET['page']) && (isset($_GET['page']) && in_array($_GET['page'], array("blog2social", "blog2social-post", "blog2social-sched", "blog2social-publish", "blog2social-calendar"))))) { ?>
213
  <div class="panel panel-group b2s-trail-premium-info-area b2s-notice">
214
  <div class="panel-body">
215
  <div class="b2s-hide-premium-message b2s-close">x</div>
@@ -310,8 +306,8 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
310
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Social Media Auto-Posting', 'blog2social'); ?><br>
311
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Post on pages and groups', 'blog2social'); ?><br>
312
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Share on multiple accounts per network', 'blog2social'); ?><br>
313
- <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Best Time Scheduler: Schedule once, multiple times or recurringly.', 'blog2social'); ?><br>
314
- <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Reporting with links to all published social media posts', 'blog2social'); ?><br>
315
  </div>
316
  <div class="form-group col-xs-12">
317
  <label for="trial_email"><?php _e('E-Mail', 'blog2social'); ?></label>
@@ -345,3 +341,55 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
345
  </div>
346
  </div>
347
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  <div class="panel panel-group">
25
  <div class="panel-body">
26
  <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e("To use all features of Blog2Social, PHP version 5.5.3 or higher is required. Our support assists you as of PHP version 5.5.3. See also:", "blog2social"); ?>
27
+ <a target="_blank" href="<?php echo ((substr(B2S_LANGUAGE, 0, 2) == 'de' || (isset($_GET['lang']) && $_GET['lang'] == 'de')) ? 'https://www.blog2social.com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-blog2social.html' : 'https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html'); ?>"><?php _e('Technical requirements for Blog2Social', 'blog2social'); ?></a>
28
  </div>
29
  </div>
30
  <?php } ?>
31
 
32
+ <!--Info TOS Twitter 032018 - none multiple Accounts same content-->
33
+ <div class="alert alert-warning b2s-network-tos">
34
+ <span class="glyphicon glyphicon-exclamation-sign glyphicon-warning"></span> <?php _e('Starting March 23th, 2018 Twitter has enforced new TOS rules and policies regarding duplicate posts and posting across multiple Twitter accounts. Users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') ?> <br>
35
+ <strong><?php _e('Please make sure to follow Twitter’s TOS, as violating these rules can result in Twitter suspending your account.', 'blog2social') ?></strong>
36
+ <a href="<?php echo B2S_Tools::getSupportLink('network_tos_faq_032018'); ?>" target="_blank"><?php _e('More information', 'blog2social') ?></a>
37
+ </div>
38
+
39
  <div class="panel panel-group b2s-network-auth-info b2s-mail-update-success" style="display:none;">
40
  <div class="panel-body">
41
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Thank you. You\'ll now receive the blog updates from Blog2Social.', 'blog2social'); ?>
44
  <div class="panel panel-group b2s-heartbeat-fail" style="display: none;">
45
  <div class="panel-body">
46
  <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!', 'blog2social'); ?>
47
+ <a target="_blank" href="<?php echo ((substr(B2S_LANGUAGE, 0, 2) == 'de' || (isset($_GET['lang']) && $_GET['lang'] == 'de')) ? 'https://www.blog2social.com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-blog2social.html' : 'https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html'); ?>"><?php _e('Please see FAQ', 'blog2social'); ?></a>
48
  </div>
49
  </div>
50
  <div class="panel panel-group b2s-server-connection-fail" style="display: none;">
60
  </div>
61
  </div>
62
 
63
+ <!--Info Meta Tags -->
64
  <div class="panel panel-group b2s-clear-meta-tags b2s-clear-meta-tags-success" style="display:none;">
65
  <div class="panel-body">
66
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('You have clear all page and post meta data successful.', 'blog2social'); ?>
67
  </div>
68
+ </div>
69
  <div class="panel panel-group b2s-clear-meta-tags b2s-clear-meta-tags-error" style="display:none;">
70
  <div class="panel-body">
71
  <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('The page and post meta data could not be removed.', 'blog2social'); ?>
72
  </div>
73
+ </div>
74
 
75
  <div class="panel panel-group b2s-meta-tags-yoast b2s-meta-tags-success" style="display:<?php echo $showYoast; ?>;">
76
  <div class="panel-body">
77
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta tags from Yoast SEO.', 'blog2social'); ?>
78
  </div>
79
+ </div>
80
 
81
  <div class="panel panel-group b2s-meta-tags-aioseop b2s-meta-tags-danger" style="display:<?php echo $showAioseop; ?>;">
82
  <div class="panel-body">
83
  <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('You currently have both Blog2Social Social Meta Tags and All in One SEO Pack plugins active. To make sure that your Social Meta Tags are set correctly, please deactivate All in One Seo Social Meta settings. If they are already deactivated, you can ignore this message.', 'blog2social'); ?>
84
  </div>
85
+ </div>
86
 
87
  <div class="panel panel-group b2s-meta-tags-webdados b2s-meta-tags-danger" style="display:<?php echo $showWebdaos; ?>;">
88
  <div class="panel-body">
89
  <span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('You currently have both Blog2Social Social Meta Tags and Facebook Open Graph, Google+ and Twitter Card Tags plugins active. This is no recommended. Please, deactivated the Facebook Open Graph, Google+ and Twitter Card Tags settings.', 'blog2social'); ?>
90
  </div>
91
+ </div>
92
 
93
  <!--Info-Post-->
94
  <div class="panel panel-group b2s-network-auth-info b2s-post-remove-fail" style="display: none;">
101
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('This entry was removed successful.', 'blog2social'); ?>
102
  </div>
103
  </div>
104
+ <div class="panel panel-group b2s-network-auth-info b2s-post-edit-success" style="display:none;">
105
+ <div class="panel-body">
106
+ <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('This post was edit successful.', 'blog2social'); ?>
107
+ </div>
108
+ </div>
109
  <?php if (isset($_GET['origin']) && $_GET['origin'] == 'save_post' && isset($_GET['postStatus'])) { ?>
110
  <div class="panel panel-group b2s-network-auth-info">
111
  <div class="panel-body">
123
 
124
  <div class="b2s-trail-tracking" style="display: none;">
125
  <img height="1" width="1" style="border-style:none;" id="b2s-trail-tracking-src" alt="b2s-trail-tracking"/>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  </div>
127
 
128
  <!--Info-Network-->
163
  </div>
164
 
165
  <!-- Info-Settings-->
166
+ <div class="panel panel-group b2s-network-auth-info b2s-settings-user-success" style="display:<?php echo (isset($_GET['b2s-settings-user-success']) ? 'block' : 'none'); ?>;">
167
  <div class="panel-body">
168
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Your settings were successfully saved.', 'blog2social'); ?>
169
  </div>
205
  <?php } ?>
206
 
207
  <!--Info-Trail-->
208
+ <?php if (B2S_PLUGIN_USER_VERSION == 0 && !defined("B2S_PLUGIN_TRAIL_END") && !get_option('B2S_HIDE_PREMIUM_MESSAGE') && (isset($_GET['page']) && in_array($_GET['page'], array("blog2social", "blog2social-post", "blog2social-sched", "blog2social-publish", "blog2social-calendar")))) { ?>
209
  <div class="panel panel-group b2s-trail-premium-info-area b2s-notice">
210
  <div class="panel-body">
211
  <div class="b2s-hide-premium-message b2s-close">x</div>
306
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Social Media Auto-Posting', 'blog2social'); ?><br>
307
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Post on pages and groups', 'blog2social'); ?><br>
308
  <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Share on multiple accounts per network', 'blog2social'); ?><br>
309
+ <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Best Time Scheduler: Schedule once, multiple times or recurringly.', 'blog2social'); ?><br>
310
+ <span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Reporting with links to all published social media posts', 'blog2social'); ?><br>
311
  </div>
312
  <div class="form-group col-xs-12">
313
  <label for="trial_email"><?php _e('E-Mail', 'blog2social'); ?></label>
341
  </div>
342
  </div>
343
 
344
+ <!-- B2S-Key-Info-->
345
+ <div class="modal fade" id="b2sInfoKeyModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoKeyModal" aria-hidden="true" data-backdrop="false">
346
+ <div class="modal-dialog">
347
+ <div class="modal-content">
348
+ <div class="modal-body">
349
+ <!--Info-Key-->
350
+ <div class="b2s-key-area-success" style="display: none;">
351
+ <div class="col-md-12 text-center b2s-text-xl">
352
+ <?php _e("Thank you for choosing Blog2Social Premium.", "blog2social"); ?>
353
+ </div>
354
+ <div class="clearfix"></div>
355
+ <br>
356
+ <div class="col-md-12 text-center">
357
+ <div class="col-md-4">
358
+ <span class="glyphicon glyphicon-ok b2s-glyphicon-xl glyphicon-success"></span>
359
+ </div>
360
+ <div class="col-md-8 b2s-text-xl">
361
+ <?php _e("Your license", "blog2social"); ?><br>
362
+ <span class="b2s-color-green b2s-text-bold"><?php _e('Blog2Social Premium', 'blog2social'); ?></span> <span class="b2s-key-area-key-name b2s-color-green b2s-text-bold"></span> <br><?php _e('has been successfully activated.', 'blog2social'); ?>
363
+ </div>
364
+ </div>
365
+ </div>
366
+ <div class="b2s-key-area-fail" style="display: none;">
367
+ <div class="col-md-12 text-center">
368
+ <div class="col-md-4">
369
+ <span class="glyphicon glyphicon-remove b2s-glyphicon-xl glyphicon-danger"></span>
370
+ </div>
371
+ <div class="col-md-8 b2s-text-xl">
372
+ <?php _e('Your entered License Key is invalid. Please contact support!', 'blog2social'); ?>
373
+ </div>
374
+ </div>
375
+ </div>
376
+ <div class="b2s-key-area-fail-max-use" style="display: none;">
377
+ <div class="col-md-12 text-center">
378
+ <div class="col-md-4">
379
+ <span class="glyphicon glyphicon-remove b2s-glyphicon-xl glyphicon-danger"></span>
380
+ </div>
381
+ <div class="col-md-8 b2s-text-xl">
382
+ <?php _e('Your license key has reached the maximum number of users.', 'blog2social'); ?>
383
+ </div>
384
+ </div>
385
+ </div>
386
+ <div class="clearfix"></div>
387
+ <br>
388
+ <div class="text-center">
389
+ <button type="button" class="b2s-modal-close btn btn-primary" data-modal-name="#b2sInfoKeyModal" aria-label="Close"><?php _e("OK", "blog2social"); ?></button>
390
+ </div>
391
+ </div>
392
+ </div>
393
+ </div>
394
+ </div>
395
+
views/b2s/network.php CHANGED
@@ -12,11 +12,10 @@ $networkData = $networkItem->getData();
12
  <div class="panel panel-default">
13
  <div class="panel-body">
14
  <div class="col-md-12">
15
- <div class="grid b2s-post">
16
  <div class="grid-body">
17
  <h3><?php _e('Networks', 'blog2social') ?>
18
  <a class="b2s-info-btn" data-target="#b2sInfoAddMandant" data-toggle="modal" href="#"><?php echo _e('Info', 'blog2social'); ?></a>
19
-
20
  </h3>
21
  <hr>
22
  <div class="hidden-lg hidden-md hidden-sm filterShow"><a href="#" onclick="showFilter('show');return false;"><i class="glyphicon glyphicon-chevron-down"></i> <?php _e('filter', 'blog2social') ?></a></div>
@@ -165,6 +164,38 @@ $networkData = $networkItem->getData();
165
  </div>
166
  </div>
167
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  <input type="hidden" id="b2sUserLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
169
  <input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
170
  <input type="hidden" id="b2s-redirect-url-sched-post" value="<?php echo $b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-sched'; ?>"/>
 
 
 
12
  <div class="panel panel-default">
13
  <div class="panel-body">
14
  <div class="col-md-12">
15
+ <div class="b2s-post">
16
  <div class="grid-body">
17
  <h3><?php _e('Networks', 'blog2social') ?>
18
  <a class="b2s-info-btn" data-target="#b2sInfoAddMandant" data-toggle="modal" href="#"><?php echo _e('Info', 'blog2social'); ?></a>
 
19
  </h3>
20
  <hr>
21
  <div class="hidden-lg hidden-md hidden-sm filterShow"><a href="#" onclick="showFilter('show');return false;"><i class="glyphicon glyphicon-chevron-down"></i> <?php _e('filter', 'blog2social') ?></a></div>
164
  </div>
165
  </div>
166
  </div>
167
+
168
+ <div class="modal fade" id="b2s-modify-board-and-group-network-modal" tabindex="-1" role="dialog" aria-labelledby="b2s-modify-board-and-group-network-modal" aria-hidden="true" data-backdrop="false">
169
+ <div class="modal-dialog" role="document">
170
+ <div class="modal-content">
171
+ <div class="modal-header">
172
+ <button type="button" class="b2s-modal-close close" data-modal-name="#b2s-modify-board-and-group-network-modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
173
+ <h4 id="b2s-modify-board-and-group-network-modal-title" class="modal-title"></h4>
174
+ </div>
175
+ <div class="row b2s-modify-board-and-group-network-loading-area width-100">
176
+ <br>
177
+ <div class="b2s-loader-impulse b2s-loader-impulse-md"></div>
178
+ </div>
179
+ <br>
180
+ <div class="col-md-12">
181
+ <div id="b2s-modify-board-and-group-network-no-data"><div class="alert alert-danger"><span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('Please re-authorize your account with Blog2Social and try again', 'blog2social'); ?></div></div>
182
+ <div id="b2s-modify-board-and-group-network-save-success"><div class="alert alert-success"><span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Change successful', 'blog2social'); ?></div></div>
183
+ <div id="b2s-modify-board-and-group-network-save-error"><div class="alert alert-danger"><span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('Could not be changed', 'blog2social'); ?></div></div>
184
+ </div>
185
+ <div class="b2s-modify-board-and-group-network-data col-md-12"></div>
186
+ <div class="modal-footer b2s-modify-board-and-group-network-modal-footer">
187
+ <input type="hidden" value="" id="b2s-modify-board-and-group-network-auth-id">
188
+ <input type="hidden" value="" id="b2s-modify-board-and-group-network-id">
189
+ <input type="hidden" value="" id="b2s-modify-board-and-group-network-type">
190
+ <button class="btn btn-sm btn-success b2s-modify-board-and-group-network-save-btn"><?php _e('modfiy', 'blog2social') ?></button>
191
+ </div>
192
+ </div>
193
+ </div>
194
+ </div>
195
+
196
  <input type="hidden" id="b2sUserLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
197
  <input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
198
  <input type="hidden" id="b2s-redirect-url-sched-post" value="<?php echo $b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-sched'; ?>"/>
199
+
200
+
201
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');?>
views/b2s/{image.calendar.php → partials/calendar-image-modal.php} RENAMED
File without changes
views/b2s/partials/network-tos-modal.php ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--Info TOS Twitter 032018 - none multiple Accounts same content-->
2
+ <?php $b2sNetworkTosAccept = get_option('B2S_PLUGIN_NETWORK_TOS_ACCEPT_032018_USER_' . B2S_PLUGIN_BLOG_USER_ID); ?>
3
+ <input type="hidden" id="b2sNetworkTosAccept" value="<?php echo (($b2sNetworkTosAccept !== false) ? (int) $b2sNetworkTosAccept : 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('Twitter terms of service update February 2018', 'blog2social'); ?></h4>
9
+ </div>
10
+ <?php _e('', 'blog2social'); ?>
11
+ <div class="modal-body">
12
+ <?php _e(' In February 2018 Twitter changed their terms of service (TOS) in order to prevent malicious activity and spam. Users are no longer allowed to post identical or substantially similar content to multiple accounts. Accordingly, social media tools are no longer permitted to enable users to send the same message to multiple Twitter accounts.', 'blog2social'); ?>
13
+ <a href="<?php echo B2S_Tools::getSupportLink('network_tos_faq_news_032018'); ?>" target="_blank"><?php _e('More Information about these changes', 'blog2social'); ?></a>
14
+ <br>
15
+ <br>
16
+ <strong><?php _e('What does this mean for your work with Blog2Social?', 'blog2social'); ?></strong>
17
+ <br>
18
+ <?php _e('Other social media tools simply no longer allow users to select multiple Twitter accounts. However, Blog2Social was originally built with individualization as the key feature in mind. So Blog2Social still lets you post to multiple Twitter accounts in accordance with the new Twitter rules. By adding individual comments, hashtags, selecting individual images, post formats and even changing meta tags, you can fully customize your Tweets for each Twitter account individually.', 'blog2social'); ?>
19
+ <br>
20
+ <?php _e('If you have scheduled identical or similar Twitter posts for multiple accounts, please make sure to either edit or delete them, according to Twitter’s rules. To do this, go to Blog2Social -> Posts Sharing -> Calendar. By clicking the Twitter Icon on top of the page, you can filter all your posts so you only see your scheduled posts for Twitter. Clicking on a post will open a menu that lets you edit or delete the scheduled Tweet.', 'blog2social'); ?>
21
+ <br>
22
+ <?php _e('Blog2Social also provides you with individual comment fields for each of your Tweets. This allows you to share your posts on all your Twitter accounts with individually tailored comments.', 'blog2social'); ?>
23
+ <br>
24
+ <br>
25
+ <strong><?php _e('Please note that violating these rules can result in Twitter suspending your account. ', 'blog2social'); ?></strong>
26
+ <br>
27
+ <br>
28
+ <div class="clearfix"></div>
29
+ <div class="text-center">
30
+ <button type="button" id="b2s-network-tos-accept-btn" class="btn btn-primary"><?php _e("I understand and I will follow the Twitter TOS rules", "blog2social"); ?></button>
31
+ </div>
32
+ </div>
33
+ </div>
34
+ </div>
35
+ </div>
views/b2s/{modal.calendar.php → partials/post-edit-modal.php} RENAMED
@@ -14,7 +14,7 @@
14
  <div class="row">
15
  <div class="col-xs-12">
16
  <form>
17
- <input type="hidden" name="action" value="b2s_calendar_save" />
18
  <input type="hidden" id="post_id" name="post_id" value="<?= $item->getPostId(); ?>">
19
  <input type="hidden" name="b2s_id" value="<?= $item->getB2SId(); ?>">
20
  <input type="hidden" name="sched_details_id" value="<?= $item->getSchedDetailsId(); ?>">
@@ -22,10 +22,11 @@
22
  <input type="hidden" class="b2sChangeOgMeta" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" name="change_og_meta" value="0">
23
  <input type="hidden" class="b2sChangeCardMeta" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" name="change_card_meta" value="0">
24
  <input type="hidden" id="b2sUserTimeZone" name="user_timezone" value="0">
 
25
 
26
  <?php if ($lock_user_id && $lock_user_id != get_current_user_id()) { ?>
27
  <div class="alert alert-danger">
28
- <?= str_replace("%1",esc_html($lock_user->user_login),__('This post is blocked by %1', 'blog2social')); ?>.
29
  </div>
30
  <?php } ?>
31
 
@@ -52,15 +53,15 @@
52
  </ul>
53
  </div>
54
  </div>
55
- <?php if(!$lock_user_id || $lock_user_id == get_current_user_id()){ ?>
56
  <div class="col-xs-12" style="margin-top: 20px;">
57
  <div class="pull-left" style="line-height: 33px">
58
- <span class="b2s-calendar-delete btn btn-danger" data-post-id="<?= $item->getPostId(); ?>" data-b2s-id="<?= $item->getB2SId(); ?>">
59
- <span class="glyphicon glyphicon glyphicon-trash "></span> <?= esc_attr(__("Delete", "blog2social")); ?>
60
  </span>
61
  </div>
62
  <div class="pull-right">
63
- <input class="btn btn-success pull-right b2s-calendar-save-this" type="submit" value="<?= esc_attr(__('Change details', 'blog2social')); ?>" data-post-id="<?= $item->getPostId(); ?>" data-b2s-id="<?= $item->getB2SId(); ?>">
64
  </div>
65
  </div>
66
  <?php } ?>
14
  <div class="row">
15
  <div class="col-xs-12">
16
  <form>
17
+ <input type="hidden" name="action" value="b2s_edit_save_post" />
18
  <input type="hidden" id="post_id" name="post_id" value="<?= $item->getPostId(); ?>">
19
  <input type="hidden" name="b2s_id" value="<?= $item->getB2SId(); ?>">
20
  <input type="hidden" name="sched_details_id" value="<?= $item->getSchedDetailsId(); ?>">
22
  <input type="hidden" class="b2sChangeOgMeta" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" name="change_og_meta" value="0">
23
  <input type="hidden" class="b2sChangeCardMeta" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" name="change_card_meta" value="0">
24
  <input type="hidden" id="b2sUserTimeZone" name="user_timezone" value="0">
25
+ <input type="hidden" id="b2sCurrentPostFormat" value="<?= $item->getPostFormat(); ?>">
26
 
27
  <?php if ($lock_user_id && $lock_user_id != get_current_user_id()) { ?>
28
  <div class="alert alert-danger">
29
+ <?= str_replace("%1", esc_html($lock_user->user_login), __('This post is blocked by %1', 'blog2social')); ?>.
30
  </div>
31
  <?php } ?>
32
 
53
  </ul>
54
  </div>
55
  </div>
56
+ <?php if (!$lock_user_id || $lock_user_id == get_current_user_id()) { ?>
57
  <div class="col-xs-12" style="margin-top: 20px;">
58
  <div class="pull-left" style="line-height: 33px">
59
+ <span class="b2s-edit-post-delete btn btn-danger" data-post-id="<?= $item->getPostId(); ?>" data-b2s-id="<?= $item->getB2SId(); ?>">
60
+ <span class="glyphicon glyphicon glyphicon-trash "></span> <?= esc_attr(__("Delete", "blog2social")); ?>
61
  </span>
62
  </div>
63
  <div class="pull-right">
64
+ <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(); ?>">
65
  </div>
66
  </div>
67
  <?php } ?>
views/b2s/post.calendar.php CHANGED
@@ -21,7 +21,7 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
21
  <div class="col-md-9 del-padding-left">
22
  <div class="panel panel-default">
23
  <div class="panel-body">
24
- <div class="grid">
25
  <div class="grid-body">
26
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
27
  <div class="clearfix"></div>
@@ -165,7 +165,7 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
165
  <div class="row">
166
  <div class="col-xs-12">
167
  <div class="b2s-all-post-content">
168
- <div class="grid b2s-post">
169
  <div class="grid-body">
170
  <div class="hidden-lg hidden-md hidden-sm filterShow"><a href="#" onclick="showFilter('show');return false;"><i class="glyphicon glyphicon-chevron-down"></i><?php _e('filter', 'blog2social') ?></a></div>
171
  <div class="hidden-lg hidden-md hidden-sm filterHide"><a href="#" onclick="showFilter('hide');return false;"><i class="glyphicon glyphicon-chevron-up"></i><?php _e('filter', 'blog2social') ?></a></div>
@@ -244,4 +244,6 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
244
  </div>
245
  </div>
246
  </div>
247
- </div>
 
 
21
  <div class="col-md-9 del-padding-left">
22
  <div class="panel panel-default">
23
  <div class="panel-body">
24
+ <div>
25
  <div class="grid-body">
26
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
27
  <div class="clearfix"></div>
165
  <div class="row">
166
  <div class="col-xs-12">
167
  <div class="b2s-all-post-content">
168
+ <div class="b2s-post">
169
  <div class="grid-body">
170
  <div class="hidden-lg hidden-md hidden-sm filterShow"><a href="#" onclick="showFilter('show');return false;"><i class="glyphicon glyphicon-chevron-down"></i><?php _e('filter', 'blog2social') ?></a></div>
171
  <div class="hidden-lg hidden-md hidden-sm filterHide"><a href="#" onclick="showFilter('hide');return false;"><i class="glyphicon glyphicon-chevron-up"></i><?php _e('filter', 'blog2social') ?></a></div>
244
  </div>
245
  </div>
246
  </div>
247
+ </div>
248
+
249
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');?>
views/b2s/post.php CHANGED
@@ -11,7 +11,7 @@ require_once (B2S_PLUGIN_DIR . 'includes/Util.php');
11
  <div class="panel panel-default">
12
  <div class="panel-body">
13
  <!--Filter Start-->
14
- <div class="grid b2s-post">
15
  <div class="grid-body">
16
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
17
  <!-- Filter Post Start-->
@@ -55,4 +55,6 @@ 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)); ?>">
 
 
11
  <div class="panel panel-default">
12
  <div class="panel-body">
13
  <!--Filter Start-->
14
+ <div class="b2s-post">
15
  <div class="grid-body">
16
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
17
  <!-- Filter Post Start-->
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');?>
views/b2s/post.publish.php CHANGED
@@ -13,7 +13,7 @@ $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) :
13
  <div class="panel panel-default">
14
  <div class="panel-body">
15
  <!--Filter Start-->
16
- <div class="grid b2s-post">
17
  <div class="grid-body">
18
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
19
  <!-- Filter Post Start-->
@@ -79,4 +79,6 @@ $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)); ?>">
 
 
13
  <div class="panel panel-default">
14
  <div class="panel-body">
15
  <!--Filter Start-->
16
+ <div class="b2s-post">
17
  <div class="grid-body">
18
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
19
  <!-- Filter Post Start-->
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');?>
views/b2s/post.sched.php CHANGED
@@ -2,6 +2,7 @@
2
  /* Data */
3
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Post/Filter.php');
4
  require_once (B2S_PLUGIN_DIR . 'includes/Util.php');
 
5
  $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) : "";
6
  $b2sUserAuthId = isset($_GET['b2sUserAuthId']) ? (int) $_GET['b2sUserAuthId'] : "";
7
  $b2sPostBlogId = isset($_GET['b2sPostBlogId']) ? (int) $_GET['b2sPostBlogId'] : "";
@@ -9,6 +10,7 @@ $options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
9
  $optionUserTimeZone = $options->_getOption('user_time_zone');
10
  $userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
11
  $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
 
12
  ?>
13
 
14
  <div class="b2s-container">
@@ -20,9 +22,9 @@ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Ut
20
  <div class="panel-body">
21
  <!--Posts from Wordpress Start-->
22
  <!--Filter Start-->
23
- <div class="grid b2s-post">
24
  <div class="grid-body">
25
- <div class="pull-right"><code id="b2s-user-time"><?php echo B2S_Util::getLocalDate($userTimeZoneOffset, substr(B2S_LANGUAGE, 0, 2)); ?> <?php echo ((substr(B2S_LANGUAGE, 0, 2) == 'de')? __('Uhr','blog2social'): '') ?></code></div>
26
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
27
  <!-- Filter Post Start-->
28
  <form class="b2sSortForm form-inline pull-left" action="#">
@@ -67,35 +69,6 @@ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Ut
67
  </div>
68
  </div>
69
 
70
-
71
- <div class="modal fade b2s-change-datetime-modal" tabindex="-1" role="dialog" aria-labelledby="b2s-change-datetime-modal" aria-hidden="true" data-backdrop="false">
72
- <div class="modal-dialog">
73
- <div class="modal-content">
74
- <div class="modal-header">
75
- <button type="button" class="b2s-modal-close close" data-modal-name=".b2s-change-datetime-modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
76
- <h4 class="modal-title"><?php _e('Change Time', 'blog2social') ?></h4>
77
- </div>
78
- <div class="modal-body">
79
- <div class="form-inline">
80
- <div class="form-group">
81
- <input type="text" class="form-control" id="b2s-change-date" placeholder="Date" value="<?php echo (substr(B2S_LANGUAGE, 0, 2) == 'de') ? date('d.m.Y') : date('Y-m-d'); ?>">
82
- </div>
83
- <div class="form-group">
84
- <input type="text" class="form-control" id="b2s-change-time" placeholder="Time" value="<?php echo date('H:i'); ?>">
85
- </div>
86
- <input type="hidden" value="" id="b2s-data-post-id">
87
- <input type="hidden" value="<?php echo $userTimeZoneOffset; ?>" id="user_timezone">
88
- <input type="hidden" value="" id="b2s-data-blog-sched-date">
89
- <input type="hidden" value="" id="b2s-data-b2s-sched-date">
90
- </div>
91
- <div class="modal-footer">
92
- <button type="button" class="btn btn-primary b2s-change-date-btn"><?php _e('save', 'blog2social') ?></button>
93
- </div>
94
- </div>
95
- </div>
96
- </div>
97
- </div>
98
-
99
  <div class="modal fade b2s-delete-sched-modal" tabindex="-1" role="dialog" aria-labelledby="b2s-delete-sched-modal" aria-hidden="true" data-backdrop="false">
100
  <div class="modal-dialog">
101
  <div class="modal-content">
@@ -117,6 +90,88 @@ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Ut
117
  </div>
118
  </div>
119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  <input type="hidden" id="b2sLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
 
121
  <input type="hidden" id="b2sUserLang" value="<?php echo strtolower(substr(get_locale(), 0, 2)); ?>">
122
- <input type="hidden" id="b2sCalendarSchedDates" value='0'>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  /* Data */
3
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Post/Filter.php');
4
  require_once (B2S_PLUGIN_DIR . 'includes/Util.php');
5
+ 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'] : "";
10
  $optionUserTimeZone = $options->_getOption('user_time_zone');
11
  $userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
12
  $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
13
+ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
14
  ?>
15
 
16
  <div class="b2s-container">
22
  <div class="panel-body">
23
  <!--Posts from Wordpress Start-->
24
  <!--Filter Start-->
25
+ <div class="b2s-post">
26
  <div class="grid-body">
27
+ <div class="pull-right"><code id="b2s-user-time"><?php echo B2S_Util::getLocalDate($userTimeZoneOffset, substr(B2S_LANGUAGE, 0, 2)); ?> <?php echo ((substr(B2S_LANGUAGE, 0, 2) == 'de') ? __('Uhr', 'blog2social') : '') ?></code></div>
28
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
29
  <!-- Filter Post Start-->
30
  <form class="b2sSortForm form-inline pull-left" action="#">
69
  </div>
70
  </div>
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  <div class="modal fade b2s-delete-sched-modal" tabindex="-1" role="dialog" aria-labelledby="b2s-delete-sched-modal" aria-hidden="true" data-backdrop="false">
73
  <div class="modal-dialog">
74
  <div class="modal-content">
90
  </div>
91
  </div>
92
 
93
+ <div id="b2s-network-select-image" class="modal fade" role="dialog" aria-labelledby="b2s-network-select-image" aria-hidden="true" data-backdrop="false" style="z-index: 1070">
94
+ <div class="modal-dialog modal-lg">
95
+ <div class="modal-content">
96
+ <div class="modal-header">
97
+ <button type="button" class="b2s-modal-close close" data-modal-name="#b2s-network-select-image">&times;</button>
98
+ <h4 class="modal-title"><?php _e('Select image for', 'blog2social') ?> <span class="b2s-selected-network-for-image-info"></span></h4>
99
+ </div>
100
+ <div class="modal-body">
101
+ <div class="row">
102
+ <div class="col-xs-12">
103
+ <div class="b2s-network-select-image-content"></div>
104
+ </div>
105
+ </div>
106
+ </div>
107
+ </div>
108
+ </div>
109
+ </div>
110
+
111
+
112
+ <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" style="z-index: 1070">
113
+ <div class="modal-dialog modal-lg">
114
+ <div class="modal-content">
115
+ <div class="modal-header">
116
+ <button type="button" class="b2s-modal-close close" data-modal-name="#b2s-post-ship-item-post-format-modal">&times;</button>
117
+ <h4 class="modal-title"><?php _e('Choose your', 'blog2social') ?> <span id="b2s-post-ship-item-post-format-network-title"></span> <?php _e('Post Format', 'blog2social') ?>
118
+ <?php if (B2S_PLUGIN_USER_VERSION >= 2) { ?>
119
+ <?php _e('for:', 'blog2social') ?> <span id="b2s-post-ship-item-post-format-network-display-name"></span>
120
+ <?php } ?>
121
+ </h4>
122
+ </div>
123
+ <div class="modal-body">
124
+ <div class="row">
125
+ <div class="col-xs-12">
126
+ <?php
127
+ $settingsItem = new B2S_Settings_Item();
128
+ echo $settingsItem->setNetworkSettingsHtml();
129
+ echo $settingsItem->getNetworkSettingsHtml();
130
+ ?>
131
+ </div>
132
+ </div>
133
+ <div class="row">
134
+ <div class="col-xs-12">
135
+ <div class="text-center">
136
+ <br>
137
+ <div class="b2s-post-format-settings-info" data-network-id="1" style="display:none;">
138
+ <b><?php _e('Define the default settings for the custom post format for all of your Facebook accounts in the Blog2Social settings.', 'blog2social'); ?></b>
139
+ </div>
140
+ <div class="b2s-post-format-settings-info" data-network-id="2" style="display:none;">
141
+ <b><?php _e('Define the default settings for the custom post format for all of your Twitter accounts in the Blog2Social settings.', 'blog2social'); ?></b>
142
+ </div>
143
+ <div class="b2s-post-format-settings-info" data-network-id="10" style="display:none;">
144
+ <b><?php _e('Define the default settings for the custom post format for all of your Google+ accounts in the Blog2Social settings.', 'blog2social'); ?></b>
145
+ </div>
146
+ <div class="b2s-post-format-settings-info" data-network-id="12" style="display:none;">
147
+ <b><?php _e('Define the default settings for the custom post format for all of your Instagram accounts in the Blog2Social settings.', 'blog2social'); ?></b>
148
+ </div>
149
+ </div>
150
+ </div>
151
+ </div>
152
+ </div>
153
+ </div>
154
+ </div>
155
+ </div>
156
+
157
+
158
  <input type="hidden" id="b2sLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
159
+ <input type="hidden" id="b2sJSTextAddPost" value="<?php echo _e("add post", "blog2social"); ?>">
160
  <input type="hidden" id="b2sUserLang" value="<?php echo strtolower(substr(get_locale(), 0, 2)); ?>">
161
+ <input type='hidden' id="user_timezone" name="user_timezone" value="<?php echo $userTimeZoneOffset; ?>">
162
+ <input type="hidden" id="user_version" name="user_version" value="<?php echo B2S_PLUGIN_USER_VERSION; ?>">
163
+ <input type="hidden" id="b2sDefaultNoImage" value="<?php echo plugins_url('/assets/images/no-image.png', B2S_PLUGIN_FILE); ?>">
164
+ <input type="hidden" id="b2sPostId" value="">
165
+ <input type="hidden" id="b2sInsertImageType" value="0">
166
+ <input type="hidden" id="isOgMetaChecked" value="<?php echo (isset($metaSettings['og_active']) ? (int) $metaSettings['og_active'] : 0); ?>">
167
+ <input type="hidden" id="isCardMetaChecked" value="<?php echo (isset($metaSettings['card_active']) ? (int) $metaSettings['card_active'] : 0); ?>">
168
+
169
+ <script>
170
+ var b2s_has_premium = <?= B2S_PLUGIN_USER_VERSION > 0 ? "true" : "false"; ?>;
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');?>
views/b2s/premium.php CHANGED
@@ -129,4 +129,6 @@
129
  </div>
130
  </div>
131
  </div>
132
- </div>
 
 
129
  </div>
130
  </div>
131
  </div>
132
+ </div>
133
+
134
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');?>
views/b2s/settings.php CHANGED
@@ -19,7 +19,7 @@ $settingsItem = new B2S_Settings_Item();
19
  <div class="panel panel-default">
20
  <div class="panel-body">
21
  <div class="col-md-12">
22
- <div class="grid b2s-post"></div>
23
  <div class="row b2s-loading-area width-100" style="display: none;">
24
  <div class="b2s-loader-impulse b2s-loader-impulse-md"></div>
25
  <div class="text-center b2s-loader-text"><?php _e("save...", "blog2social"); ?></div>
@@ -271,6 +271,8 @@ $settingsItem = new B2S_Settings_Item();
271
  </div>
272
  </div>
273
 
 
 
274
 
275
 
276
 
19
  <div class="panel panel-default">
20
  <div class="panel-body">
21
  <div class="col-md-12">
22
+ <div class="b2s-post"></div>
23
  <div class="row b2s-loading-area width-100" style="display: none;">
24
  <div class="b2s-loader-impulse b2s-loader-impulse-md"></div>
25
  <div class="text-center b2s-loader-text"><?php _e("save...", "blog2social"); ?></div>
271
  </div>
272
  </div>
273
 
274
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');?>
275
+
276
 
277
 
278
 
views/b2s/ship.php CHANGED
@@ -514,6 +514,7 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
514
  <input type="hidden" id="b2sDefault_url" name="default_url" value="<?php echo get_permalink($postData->ID) !== false ? get_permalink($postData->ID) : $postData->guid; ?>">
515
  <input type="hidden" id="b2sPortalImagePath" value="<?php echo plugins_url('/assets/images/portale/', B2S_PLUGIN_FILE); ?>">
516
  <input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
 
517
  <input type="hidden" id="b2sJsTextLoading" value="<?php _e('Loading...', 'blog2social') ?>">
518
  <input type="hidden" id="b2sJsTextConnectionFail" value="<?php _e('The connection to the server failed. Try again!', 'blog2social') ?>">
519
  <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'; ?>">
@@ -525,7 +526,6 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
525
  <input type="hidden" id="isOgMetaChecked" value="<?php echo (isset($b2sGeneralOptions['og_active']) ? (int) $b2sGeneralOptions['og_active'] : 0); ?>">
526
  <input type="hidden" id="isCardMetaChecked" value="<?php echo (isset($b2sGeneralOptions['card_active']) ? (int) $b2sGeneralOptions['card_active'] : 0); ?>">
527
  <input type="hidden" id="isLegacyMode" value="<?php echo (isset($b2sGeneralOptions['legacy_mode']) ? (int) $b2sGeneralOptions['legacy_mode'] : 0); ?>">
528
-
529
 
530
  <?php echo $settingsItem->setNetworkSettingsHtml(); ?>
531
  <?php
@@ -536,7 +536,5 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
536
  <input type="hidden" id="b2sSchedPostInfoIgnore" value="0">
537
  <?php
538
  }
539
-
540
-
541
-
542
-
514
  <input type="hidden" id="b2sDefault_url" name="default_url" value="<?php echo get_permalink($postData->ID) !== false ? get_permalink($postData->ID) : $postData->guid; ?>">
515
  <input type="hidden" id="b2sPortalImagePath" value="<?php echo plugins_url('/assets/images/portale/', B2S_PLUGIN_FILE); ?>">
516
  <input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
517
+ <input type="hidden" id="b2sTwitterOrginalPost" value="">
518
  <input type="hidden" id="b2sJsTextLoading" value="<?php _e('Loading...', 'blog2social') ?>">
519
  <input type="hidden" id="b2sJsTextConnectionFail" value="<?php _e('The connection to the server failed. Try again!', 'blog2social') ?>">
520
  <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'; ?>">
526
  <input type="hidden" id="isOgMetaChecked" value="<?php echo (isset($b2sGeneralOptions['og_active']) ? (int) $b2sGeneralOptions['og_active'] : 0); ?>">
527
  <input type="hidden" id="isCardMetaChecked" value="<?php echo (isset($b2sGeneralOptions['card_active']) ? (int) $b2sGeneralOptions['card_active'] : 0); ?>">
528
  <input type="hidden" id="isLegacyMode" value="<?php echo (isset($b2sGeneralOptions['legacy_mode']) ? (int) $b2sGeneralOptions['legacy_mode'] : 0); ?>">
 
529
 
530
  <?php echo $settingsItem->setNetworkSettingsHtml(); ?>
531
  <?php
536
  <input type="hidden" id="b2sSchedPostInfoIgnore" value="0">
537
  <?php
538
  }
539
+
540
+ require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');
 
 
views/b2s/widgets/posts.php CHANGED
@@ -9,7 +9,7 @@ $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) :
9
  <div class="b2s-inbox">
10
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
11
  <!--Filter Start-->
12
- <div class="grid b2s-post">
13
  <div class="grid-body">
14
  <?php
15
  $isPremiumInfo = (B2S_PLUGIN_USER_VERSION == 0) ? 'b2s-btn-disabled' : '';
9
  <div class="b2s-inbox">
10
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
11
  <!--Filter Start-->
12
+ <div class="b2s-post">
13
  <div class="grid-body">
14
  <?php
15
  $isPremiumInfo = (B2S_PLUGIN_USER_VERSION == 0) ? 'b2s-btn-disabled' : '';
views/prg/post.php CHANGED
@@ -20,7 +20,7 @@ $prgUserLang = strtolower(substr(get_locale(), 0, 2));
20
  <div class="panel panel-default">
21
  <div class="panel-body">
22
  <!--Filter Start-->
23
- <div class="grid b2s-post">
24
  <div class="grid-body">
25
  <div class="hidden-lg hidden-md hidden-sm filterShow"><a href="#" onclick="showFilter('show');return false;"><i class="glyphicon glyphicon-chevron-down"></i> <?php _e('filter','blog2social') ?></a></div>
26
  <div class="hidden-lg hidden-md hidden-sm filterHide"><a href="#" onclick="showFilter('hide');return false;"><i class="glyphicon glyphicon-chevron-up"></i> <?php _e('filter','blog2social') ?></a></div>
20
  <div class="panel panel-default">
21
  <div class="panel-body">
22
  <!--Filter Start-->
23
+ <div class="b2s-post">
24
  <div class="grid-body">
25
  <div class="hidden-lg hidden-md hidden-sm filterShow"><a href="#" onclick="showFilter('show');return false;"><i class="glyphicon glyphicon-chevron-down"></i> <?php _e('filter','blog2social') ?></a></div>
26
  <div class="hidden-lg hidden-md hidden-sm filterHide"><a href="#" onclick="showFilter('hide');return false;"><i class="glyphicon glyphicon-chevron-up"></i> <?php _e('filter','blog2social') ?></a></div>